<!--{{{-->
<link rel='alternate' type='application/rss+xml' title='RSS' href='index.xml' />
<!--}}}-->
Background: #fff
Foreground: #000
PrimaryPale: #8cf
PrimaryLight: #18f
PrimaryMid: #04b
PrimaryDark: #014
SecondaryPale: #ffc
SecondaryLight: #fe8
SecondaryMid: #db4
SecondaryDark: #841
TertiaryPale: #eee
TertiaryLight: #ccc
TertiaryMid: #999
TertiaryDark: #666
Error: #f88
/*{{{*/
body {background:[[ColorPalette::Background]]; color:[[ColorPalette::Foreground]];}

a {color:[[ColorPalette::PrimaryMid]];}
a:hover {background-color:[[ColorPalette::PrimaryMid]]; color:[[ColorPalette::Background]];}
a img {border:0;}

h1,h2,h3,h4,h5,h6 {color:[[ColorPalette::SecondaryDark]]; background:transparent;}
h1 {border-bottom:2px solid [[ColorPalette::TertiaryLight]];}
h2,h3 {border-bottom:1px solid [[ColorPalette::TertiaryLight]];}

.button {color:[[ColorPalette::PrimaryDark]]; border:1px solid [[ColorPalette::Background]];}
.button:hover {color:[[ColorPalette::PrimaryDark]]; background:[[ColorPalette::SecondaryLight]]; border-color:[[ColorPalette::SecondaryMid]];}
.button:active {color:[[ColorPalette::Background]]; background:[[ColorPalette::SecondaryMid]]; border:1px solid [[ColorPalette::SecondaryDark]];}

.header {background:[[ColorPalette::PrimaryMid]];}
.headerShadow {color:[[ColorPalette::Foreground]];}
.headerShadow a {font-weight:normal; color:[[ColorPalette::Foreground]];}
.headerForeground {color:[[ColorPalette::Background]];}
.headerForeground a {font-weight:normal; color:[[ColorPalette::PrimaryPale]];}

.tabSelected{color:[[ColorPalette::PrimaryDark]];
	background:[[ColorPalette::TertiaryPale]];
	border-left:1px solid [[ColorPalette::TertiaryLight]];
	border-top:1px solid [[ColorPalette::TertiaryLight]];
	border-right:1px solid [[ColorPalette::TertiaryLight]];
}
.tabUnselected {color:[[ColorPalette::Background]]; background:[[ColorPalette::TertiaryMid]];}
.tabContents {color:[[ColorPalette::PrimaryDark]]; background:[[ColorPalette::TertiaryPale]]; border:1px solid [[ColorPalette::TertiaryLight]];}
.tabContents .button {border:0;}

#sidebar {}
#sidebarOptions input {border:1px solid [[ColorPalette::PrimaryMid]];}
#sidebarOptions .sliderPanel {background:[[ColorPalette::PrimaryPale]];}
#sidebarOptions .sliderPanel a {border:none;color:[[ColorPalette::PrimaryMid]];}
#sidebarOptions .sliderPanel a:hover {color:[[ColorPalette::Background]]; background:[[ColorPalette::PrimaryMid]];}
#sidebarOptions .sliderPanel a:active {color:[[ColorPalette::PrimaryMid]]; background:[[ColorPalette::Background]];}

.wizard {background:[[ColorPalette::PrimaryPale]]; border:1px solid [[ColorPalette::PrimaryMid]];}
.wizard h1 {color:[[ColorPalette::PrimaryDark]]; border:none;}
.wizard h2 {color:[[ColorPalette::Foreground]]; border:none;}
.wizardStep {background:[[ColorPalette::Background]]; color:[[ColorPalette::Foreground]];
	border:1px solid [[ColorPalette::PrimaryMid]];}
.wizardStep.wizardStepDone {background:[[ColorPalette::TertiaryLight]];}
.wizardFooter {background:[[ColorPalette::PrimaryPale]];}
.wizardFooter .status {background:[[ColorPalette::PrimaryDark]]; color:[[ColorPalette::Background]];}
.wizard .button {color:[[ColorPalette::Foreground]]; background:[[ColorPalette::SecondaryLight]]; border: 1px solid;
	border-color:[[ColorPalette::SecondaryPale]] [[ColorPalette::SecondaryDark]] [[ColorPalette::SecondaryDark]] [[ColorPalette::SecondaryPale]];}
.wizard .button:hover {color:[[ColorPalette::Foreground]]; background:[[ColorPalette::Background]];}
.wizard .button:active {color:[[ColorPalette::Background]]; background:[[ColorPalette::Foreground]]; border: 1px solid;
	border-color:[[ColorPalette::PrimaryDark]] [[ColorPalette::PrimaryPale]] [[ColorPalette::PrimaryPale]] [[ColorPalette::PrimaryDark]];}

.wizard .notChanged {background:transparent;}
.wizard .changedLocally {background:#80ff80;}
.wizard .changedServer {background:#8080ff;}
.wizard .changedBoth {background:#ff8080;}
.wizard .notFound {background:#ffff80;}
.wizard .putToServer {background:#ff80ff;}
.wizard .gotFromServer {background:#80ffff;}

#messageArea {border:1px solid [[ColorPalette::SecondaryMid]]; background:[[ColorPalette::SecondaryLight]]; color:[[ColorPalette::Foreground]];}
#messageArea .button {color:[[ColorPalette::PrimaryMid]]; background:[[ColorPalette::SecondaryPale]]; border:none;}

.popupTiddler {background:[[ColorPalette::TertiaryPale]]; border:2px solid [[ColorPalette::TertiaryMid]];}

.popup {background:[[ColorPalette::TertiaryPale]]; color:[[ColorPalette::TertiaryDark]]; border-left:1px solid [[ColorPalette::TertiaryMid]]; border-top:1px solid [[ColorPalette::TertiaryMid]]; border-right:2px solid [[ColorPalette::TertiaryDark]]; border-bottom:2px solid [[ColorPalette::TertiaryDark]];}
.popup hr {color:[[ColorPalette::PrimaryDark]]; background:[[ColorPalette::PrimaryDark]]; border-bottom:1px;}
.popup li.disabled {color:[[ColorPalette::TertiaryMid]];}
.popup li a, .popup li a:visited {color:[[ColorPalette::Foreground]]; border: none;}
.popup li a:hover {background:[[ColorPalette::SecondaryLight]]; color:[[ColorPalette::Foreground]]; border: none;}
.popup li a:active {background:[[ColorPalette::SecondaryPale]]; color:[[ColorPalette::Foreground]]; border: none;}
.popupHighlight {background:[[ColorPalette::Background]]; color:[[ColorPalette::Foreground]];}
.listBreak div {border-bottom:1px solid [[ColorPalette::TertiaryDark]];}

.tiddler .defaultCommand {font-weight:bold;}

.shadow .title {color:[[ColorPalette::TertiaryDark]];}

.title {color:[[ColorPalette::SecondaryDark]];}
.subtitle {color:[[ColorPalette::TertiaryDark]];}

.toolbar {color:[[ColorPalette::PrimaryMid]];}
.toolbar a {color:[[ColorPalette::TertiaryLight]];}
.selected .toolbar a {color:[[ColorPalette::TertiaryMid]];}
.selected .toolbar a:hover {color:[[ColorPalette::Foreground]];}

.tagging, .tagged {border:1px solid [[ColorPalette::TertiaryPale]]; background-color:[[ColorPalette::TertiaryPale]];}
.selected .tagging, .selected .tagged {background-color:[[ColorPalette::TertiaryLight]]; border:1px solid [[ColorPalette::TertiaryMid]];}
.tagging .listTitle, .tagged .listTitle {color:[[ColorPalette::PrimaryDark]];}
.tagging .button, .tagged .button {border:none;}

.footer {color:[[ColorPalette::TertiaryLight]];}
.selected .footer {color:[[ColorPalette::TertiaryMid]];}

.error, .errorButton {color:[[ColorPalette::Foreground]]; background:[[ColorPalette::Error]];}
.warning {color:[[ColorPalette::Foreground]]; background:[[ColorPalette::SecondaryPale]];}
.lowlight {background:[[ColorPalette::TertiaryLight]];}

.zoomer {background:none; color:[[ColorPalette::TertiaryMid]]; border:3px solid [[ColorPalette::TertiaryMid]];}

.imageLink, #displayArea .imageLink {background:transparent;}

.annotation {background:[[ColorPalette::SecondaryLight]]; color:[[ColorPalette::Foreground]]; border:2px solid [[ColorPalette::SecondaryMid]];}

.viewer .listTitle {list-style-type:none; margin-left:-2em;}
.viewer .button {border:1px solid [[ColorPalette::SecondaryMid]];}
.viewer blockquote {border-left:3px solid [[ColorPalette::TertiaryDark]];}

.viewer table, table.twtable {border:2px solid [[ColorPalette::TertiaryDark]];}
.viewer th, .viewer thead td, .twtable th, .twtable thead td {background:[[ColorPalette::SecondaryMid]]; border:1px solid [[ColorPalette::TertiaryDark]]; color:[[ColorPalette::Background]];}
.viewer td, .viewer tr, .twtable td, .twtable tr {border:1px solid [[ColorPalette::TertiaryDark]];}

.viewer pre {border:1px solid [[ColorPalette::SecondaryLight]]; background:[[ColorPalette::SecondaryPale]];}
.viewer code {color:[[ColorPalette::SecondaryDark]];}
.viewer hr {border:0; border-top:dashed 1px [[ColorPalette::TertiaryDark]]; color:[[ColorPalette::TertiaryDark]];}

.highlight, .marked {background:[[ColorPalette::SecondaryLight]];}

.editor input {border:1px solid [[ColorPalette::PrimaryMid]];}
.editor textarea {border:1px solid [[ColorPalette::PrimaryMid]]; width:100%;}
.editorFooter {color:[[ColorPalette::TertiaryMid]];}
.readOnly {background:[[ColorPalette::TertiaryPale]];}

#backstageArea {background:[[ColorPalette::Foreground]]; color:[[ColorPalette::TertiaryMid]];}
#backstageArea a {background:[[ColorPalette::Foreground]]; color:[[ColorPalette::Background]]; border:none;}
#backstageArea a:hover {background:[[ColorPalette::SecondaryLight]]; color:[[ColorPalette::Foreground]]; }
#backstageArea a.backstageSelTab {background:[[ColorPalette::Background]]; color:[[ColorPalette::Foreground]];}
#backstageButton a {background:none; color:[[ColorPalette::Background]]; border:none;}
#backstageButton a:hover {background:[[ColorPalette::Foreground]]; color:[[ColorPalette::Background]]; border:none;}
#backstagePanel {background:[[ColorPalette::Background]]; border-color: [[ColorPalette::Background]] [[ColorPalette::TertiaryDark]] [[ColorPalette::TertiaryDark]] [[ColorPalette::TertiaryDark]];}
.backstagePanelFooter .button {border:none; color:[[ColorPalette::Background]];}
.backstagePanelFooter .button:hover {color:[[ColorPalette::Foreground]];}
#backstageCloak {background:[[ColorPalette::Foreground]]; opacity:0.6; filter:'alpha(opacity=60)';}
/*}}}*/
/*{{{*/
* html .tiddler {height:1%;}

body {font-size:.75em; font-family:arial,helvetica; margin:0; padding:0;}

h1,h2,h3,h4,h5,h6 {font-weight:bold; text-decoration:none;}
h1,h2,h3 {padding-bottom:1px; margin-top:1.2em;margin-bottom:0.3em;}
h4,h5,h6 {margin-top:1em;}
h1 {font-size:1.35em;}
h2 {font-size:1.25em;}
h3 {font-size:1.1em;}
h4 {font-size:1em;}
h5 {font-size:.9em;}

hr {height:1px;}

a {text-decoration:none;}

dt {font-weight:bold;}

ol {list-style-type:decimal;}
ol ol {list-style-type:lower-alpha;}
ol ol ol {list-style-type:lower-roman;}
ol ol ol ol {list-style-type:decimal;}
ol ol ol ol ol {list-style-type:lower-alpha;}
ol ol ol ol ol ol {list-style-type:lower-roman;}
ol ol ol ol ol ol ol {list-style-type:decimal;}

.txtOptionInput {width:11em;}

#contentWrapper .chkOptionInput {border:0;}

.externalLink {text-decoration:underline;}

.indent {margin-left:3em;}
.outdent {margin-left:3em; text-indent:-3em;}
code.escaped {white-space:nowrap;}

.tiddlyLinkExisting {font-weight:bold;}
.tiddlyLinkNonExisting {font-style:italic;}

/* the 'a' is required for IE, otherwise it renders the whole tiddler in bold */
a.tiddlyLinkNonExisting.shadow {font-weight:bold;}

#mainMenu .tiddlyLinkExisting,
	#mainMenu .tiddlyLinkNonExisting,
	#sidebarTabs .tiddlyLinkNonExisting {font-weight:normal; font-style:normal;}
#sidebarTabs .tiddlyLinkExisting {font-weight:bold; font-style:normal;}

.header {position:relative;}
.header a:hover {background:transparent;}
.headerShadow {position:relative; padding:4.5em 0 1em 1em; left:-1px; top:-1px;}
.headerForeground {position:absolute; padding:4.5em 0 1em 1em; left:0px; top:0px;}

.siteTitle {font-size:3em;}
.siteSubtitle {font-size:1.2em;}

#mainMenu {position:absolute; left:0; width:10em; text-align:right; line-height:1.6em; padding:1.5em 0.5em 0.5em 0.5em; font-size:1.1em;}

#sidebar {position:absolute; right:3px; width:16em; font-size:.9em;}
#sidebarOptions {padding-top:0.3em;}
#sidebarOptions a {margin:0 0.2em; padding:0.2em 0.3em; display:block;}
#sidebarOptions input {margin:0.4em 0.5em;}
#sidebarOptions .sliderPanel {margin-left:1em; padding:0.5em; font-size:.85em;}
#sidebarOptions .sliderPanel a {font-weight:bold; display:inline; padding:0;}
#sidebarOptions .sliderPanel input {margin:0 0 0.3em 0;}
#sidebarTabs .tabContents {width:15em; overflow:hidden;}

.wizard {padding:0.1em 1em 0 2em;}
.wizard h1 {font-size:2em; font-weight:bold; background:none; padding:0; margin:0.4em 0 0.2em;}
.wizard h2 {font-size:1.2em; font-weight:bold; background:none; padding:0; margin:0.4em 0 0.2em;}
.wizardStep {padding:1em 1em 1em 1em;}
.wizard .button {margin:0.5em 0 0; font-size:1.2em;}
.wizardFooter {padding:0.8em 0.4em 0.8em 0;}
.wizardFooter .status {padding:0 0.4em; margin-left:1em;}
.wizard .button {padding:0.1em 0.2em;}

#messageArea {position:fixed; top:2em; right:0; margin:0.5em; padding:0.5em; z-index:2000; _position:absolute;}
.messageToolbar {display:block; text-align:right; padding:0.2em;}
#messageArea a {text-decoration:underline;}

.tiddlerPopupButton {padding:0.2em;}
.popupTiddler {position: absolute; z-index:300; padding:1em; margin:0;}

.popup {position:absolute; z-index:300; font-size:.9em; padding:0; list-style:none; margin:0;}
.popup .popupMessage {padding:0.4em;}
.popup hr {display:block; height:1px; width:auto; padding:0; margin:0.2em 0;}
.popup li.disabled {padding:0.4em;}
.popup li a {display:block; padding:0.4em; font-weight:normal; cursor:pointer;}
.listBreak {font-size:1px; line-height:1px;}
.listBreak div {margin:2px 0;}

.tabset {padding:1em 0 0 0.5em;}
.tab {margin:0 0 0 0.25em; padding:2px;}
.tabContents {padding:0.5em;}
.tabContents ul, .tabContents ol {margin:0; padding:0;}
.txtMainTab .tabContents li {list-style:none;}
.tabContents li.listLink { margin-left:.75em;}

#contentWrapper {display:block;}
#splashScreen {display:none;}

#displayArea {margin:1em 17em 0 14em;}

.toolbar {text-align:right; font-size:.9em;}

.tiddler {padding:1em 1em 0;}

.missing .viewer,.missing .title {font-style:italic;}

.title {font-size:1.6em; font-weight:bold;}

.missing .subtitle {display:none;}
.subtitle {font-size:1.1em;}

.tiddler .button {padding:0.2em 0.4em;}

.tagging {margin:0.5em 0.5em 0.5em 0; float:left; display:none;}
.isTag .tagging {display:block;}
.tagged {margin:0.5em; float:right;}
.tagging, .tagged {font-size:0.9em; padding:0.25em;}
.tagging ul, .tagged ul {list-style:none; margin:0.25em; padding:0;}
.tagClear {clear:both;}

.footer {font-size:.9em;}
.footer li {display:inline;}

.annotation {padding:0.5em; margin:0.5em;}

* html .viewer pre {width:99%; padding:0 0 1em 0;}
.viewer {line-height:1.4em; padding-top:0.5em;}
.viewer .button {margin:0 0.25em; padding:0 0.25em;}
.viewer blockquote {line-height:1.5em; padding-left:0.8em;margin-left:2.5em;}
.viewer ul, .viewer ol {margin-left:0.5em; padding-left:1.5em;}

.viewer table, table.twtable {border-collapse:collapse; margin:0.8em 1.0em;}
.viewer th, .viewer td, .viewer tr,.viewer caption,.twtable th, .twtable td, .twtable tr,.twtable caption {padding:3px;}
table.listView {font-size:0.85em; margin:0.8em 1.0em;}
table.listView th, table.listView td, table.listView tr {padding:0px 3px 0px 3px;}

.viewer pre {padding:0.5em; margin-left:0.5em; font-size:1.2em; line-height:1.4em; overflow:auto;}
.viewer code {font-size:1.2em; line-height:1.4em;}

.editor {font-size:1.1em;}
.editor input, .editor textarea {display:block; width:100%; font:inherit;}
.editorFooter {padding:0.25em 0; font-size:.9em;}
.editorFooter .button {padding-top:0px; padding-bottom:0px;}

.fieldsetFix {border:0; padding:0; margin:1px 0px;}

.zoomer {font-size:1.1em; position:absolute; overflow:hidden;}
.zoomer div {padding:1em;}

* html #backstage {width:99%;}
* html #backstageArea {width:99%;}
#backstageArea {display:none; position:relative; overflow: hidden; z-index:150; padding:0.3em 0.5em;}
#backstageToolbar {position:relative;}
#backstageArea a {font-weight:bold; margin-left:0.5em; padding:0.3em 0.5em;}
#backstageButton {display:none; position:absolute; z-index:175; top:0; right:0;}
#backstageButton a {padding:0.1em 0.4em; margin:0.1em;}
#backstage {position:relative; width:100%; z-index:50;}
#backstagePanel {display:none; z-index:100; position:absolute; width:90%; margin-left:3em; padding:1em;}
.backstagePanelFooter {padding-top:0.2em; float:right;}
.backstagePanelFooter a {padding:0.2em 0.4em;}
#backstageCloak {display:none; z-index:20; position:absolute; width:100%; height:100px;}

.whenBackstage {display:none;}
.backstageVisible .whenBackstage {display:block;}
/*}}}*/
/***
StyleSheet for use when a translation requires any css style changes.
This StyleSheet can be used directly by languages such as Chinese, Japanese and Korean which need larger font sizes.
***/
/*{{{*/
body {font-size:0.8em;}
#sidebarOptions {font-size:1.05em;}
#sidebarOptions a {font-style:normal;}
#sidebarOptions .sliderPanel {font-size:0.95em;}
.subtitle {font-size:0.8em;}
.viewer table.listView {font-size:0.95em;}
/*}}}*/
/*{{{*/
@media print {
#mainMenu, #sidebar, #messageArea, .toolbar, #backstageButton, #backstageArea {display: none !important;}
#displayArea {margin: 1em 1em 0em;}
noscript {display:none;} /* Fixes a feature in Firefox 1.5.0.2 where print preview displays the noscript content */
}
/*}}}*/
<!--{{{-->
<div class='header' macro='gradient vert [[ColorPalette::PrimaryLight]] [[ColorPalette::PrimaryMid]]'>
<div class='headerShadow'>
<span class='siteTitle' refresh='content' tiddler='SiteTitle'></span>&nbsp;
<span class='siteSubtitle' refresh='content' tiddler='SiteSubtitle'></span>
</div>
<div class='headerForeground'>
<span class='siteTitle' refresh='content' tiddler='SiteTitle'></span>&nbsp;
<span class='siteSubtitle' refresh='content' tiddler='SiteSubtitle'></span>
</div>
</div>
<div id='mainMenu' refresh='content' tiddler='MainMenu'></div>
<div id='sidebar'>
<div id='sidebarOptions' refresh='content' tiddler='SideBarOptions'></div>
<div id='sidebarTabs' refresh='content' force='true' tiddler='SideBarTabs'></div>
</div>
<div id='displayArea'>
<div id='messageArea'></div>
<div id='tiddlerDisplay'></div>
</div>
<!--}}}-->
<!--{{{-->
<div class='toolbar' macro='toolbar [[ToolbarCommands::ViewToolbar]]'></div>
<div class='title' macro='view title'></div>
<div class='subtitle'><span macro='view modifier link'></span>, <span macro='view modified date'></span> (<span macro='message views.wikified.createdPrompt'></span> <span macro='view created date'></span>)</div>
<div class='tagging' macro='tagging'></div>
<div class='tagged' macro='tags'></div>
<div class='viewer' macro='view text wikified'></div>
<div class='tagClear'></div>
<!--}}}-->
<!--{{{-->
<div class='toolbar' macro='toolbar [[ToolbarCommands::EditToolbar]]'></div>
<div class='title' macro='view title'></div>
<div class='editor' macro='edit title'></div>
<div macro='annotations'></div>
<div class='editor' macro='edit text'></div>
<div class='editor' macro='edit tags'></div><div class='editorFooter'><span macro='message views.editor.tagPrompt'></span><span macro='tagChooser excludeLists'></span></div>
<!--}}}-->
To get started with this blank [[TiddlyWiki]], you'll need to modify the following tiddlers:
* [[SiteTitle]] & [[SiteSubtitle]]: The title and subtitle of the site, as shown above (after saving, they will also appear in the browser title bar)
* [[MainMenu]]: The menu (usually on the left)
* [[DefaultTiddlers]]: Contains the names of the tiddlers that you want to appear when the TiddlyWiki is opened
You'll also need to enter your username for signing your edits: <<option txtUserName>>
These [[InterfaceOptions]] for customising [[TiddlyWiki]] are saved in your browser

Your username for signing your edits. Write it as a [[WikiWord]] (eg [[JoeBloggs]])

<<option txtUserName>>
<<option chkSaveBackups>> [[SaveBackups]]
<<option chkAutoSave>> [[AutoSave]]
<<option chkRegExpSearch>> [[RegExpSearch]]
<<option chkCaseSensitiveSearch>> [[CaseSensitiveSearch]]
<<option chkAnimate>> [[EnableAnimations]]

----
Also see [[AdvancedOptions]]
<<importTiddlers>>

/images/jonrobsonmeuk.jpg_tag_3


tags:
links:

/images/jonrobsonmeuk.jpg_tag_31


tags:
links:

About this wiki

This wiki is now powered by [[TiddlyWeb]] after about a year of being powered by [[ccTiddly]].
tags:
links: TiddlyWeb

AboutBox

<html>
<img src='http://jonrobson.me.uk/static/images/jonrobson_small.jpg'/>
Welcome to the homepage of Jon Robson, one of those web developer hippie types. I currently live in London, work for <a href='http://www.osmosoft.com'>Osmosoft</a> and make things like the <a href='http://new.ilga.org'>new ILGA website</a>.  Here is the 
place to find the majority of my contributions to the big thing we call the web.
</html>
This is a blog and an RSS aggregator of all my feeds. I don't like IE6 but I like [[coffee]]. I believe [[Programming is an art]].

Hope you enjoy your stay.

Catch up on what I've been blogging about in the [[BlogArchive]]
tags:

AboutMe and Contact Me

!Me
[img[/images/jonrobson.jpg]]
My screenname is Rakugo. Last I heard this is a form of Japanese verbal entertainment that means "a long and complicated comical story". Originally I thought it meant grafitti but both definitions seem to fit my personality so the name stuck. This is of course not my real name as that would be silly. Actually my name is Jon Robson hence the website address. Quite a coincidence that actually.

If you need to get hold of me you can do so through the following lovely web-based mediums. I currently work for the lovely [[Osmosoft]] part of BT. Make sure you check out what cool things were are up to on the [[Osmosoft website|http://www.osmosoft.com]].

[[Jon's TiddlyWiki Stuff on svn|http://svn.tiddlywiki.org/Trunk/contributors/JonRobson/]]
[[Jon Robson on Github||http://github.com/jdlrobson]]
[[Jon Robson's website ie. here|http://www.jonrobson.me.uk]]
[[Twitter Jon Robson|http://twitter.com/rakugojon]]
[[Flickr Jon Robson|http://www.flickr.com/photos/jdlrobson/]]
[[Facebook Jon Robson|http://www.facebook.com/profile.php?id=222302160]]
[[Dopplr Jon Robson|http://www.dopplr.com/traveller/jonrobson/public]]
Or for the old fashioned try my e-mail address which is ''jdlrobson'' then you put the 'usual at symbol'' and then "you make that an address at gmail'' with the company ".com" of course. I like emails it makes me feel more popular than I am so please do!

You can also keep an eye on what I'm bookmarking on [[Delicious|http://delicious.com/jdlrobson]]
tags:
links:

Admin

<<beefcake /bags/system>>
go forth and edit!
tags:
links:

Advanced Filters Plugin

This is a plugin for tiddlyWiki I wrote to override the core filterTiddlers method to be more powerful. I first posted about it in [[goggle groups|http://groups.google.com/group/tiddlywiki/browse_thread/thread/313055747ca1a706/6379272db0cf92ab?lnk=gst&q=filter+rakugo#6379272db0cf92ab]]

You can find out more [[here|development/AdvancedFilterTiddlersPlugin/index.html]]
tags:
links:

Ajax (java)

!Introduction
Ajax is alot simpler then I first thought.
The basic concept is you create a global xmlhttp object.
Usin this object you then open up a webpage using a get or post request. The xmlhttp object has a readyState attribute which records the progress of the loading of this webpage. If it equals 4 this means it has completed the load action.
To create a dynamic object you simply listen for when the load action has completed and then use the responseText attribute of the xmlhttp object. The responseText attribute contains the data in the page you just loaded.

This post sums it up quite nicely I think:
http://www.jibbering.com/2002/4/httprequest.html

http://java.sun.com/developer/technicalArticles/J2EE/AJAX/
tags:
links:

Asia

Asia in my opinion is the best continent in the world. More on this later.
tags:
links:

Bad User Interfaces

I just had an awful ordeal attempting to book a ticket with eurostar.com to organise my Christmas holidays. It was a painful experience and echoed the book I am currently reading "The Inmates are running the asylum" by Alan Cooper.

The website seemed to completely ignore my goals and cemented my thoughts that Alan Cooper is on to something in his book. In the book he says that bad systems make us feel stupid, and right now I feel stupid. I have been through an order process 3 times. It has taken me 40 minutes, and I have now given up without achieving my goal and will have to go through this ordeal tomorrow. And the sad fact is I will go through this ordeal tomorrow as no one else can offer me a return ticket to Lille in France on Eurostar for £55. 

The sad bit about this ordeal, is many of the bits on the website that made me feel stupid would be small things to fix. For instance the nice box that has saved my details from a previous order turns out to in fact be quite nasty. When I click the box saying that it will auto-fill the box below for me, I am expecting a nice javascript function to do its work, but instead the whole page refreshes and I lose the details of passenger number 2. Also I quite clearly at the beginning of the process set my goal: to get a cheap ticket. It didn't make this easy for me (maybe this is its intention) but my goal still remains and I painfully have to go through about 5 page refreshes just to see all of the options I have with relative prices and times. Then to top it all of when I have finally seen through the chaos and worked out which trains I plan to get, and want to pay, after filling in my details it tells me payment has failed... but doesn't say why. I try again with the card again, but payment fails again. I try a different card and this also fails. Each time I am having to re-enter details, check boxes I've already checked, and it is just infuriating. I am now clearly thinking problem with the website, which has been unsually slow today, but still, if it has a problem internally why not tell me I am wasting my time, and even better save my order till it is in a situation it can cope with.

The sad fact of the IT world is the world is littered with much worse pieces of software than this.
tags:
links:

Bali

Fly to Kuala Lumpar with Ethiad.
Fly on to Bali with AirAsia from Kuala Lumpar (>99.08 GBP )
approx  516 GBP total
tags:
links:

Best backpacking hostels in the World

Here are a list of hostels I have been to around the world and recommend as some of the best places to stay on a budget in the world

![[Backpack Budapest|http://www.backpackbudapest.hu/]], Budapest, Hungary
This place is awesome. Ever wanted to sleep in a hammock in a ger? Relax on a Thai gazebo? Sleep in the Bob Marley room with as much shisha as you want. This place although a bit far out of town has a great atmosphere and is really different from the norm.

!Smiley Guesthouse Siem Reap, Cambodia
There are not many places that can ruin a memory card with priceless photos on it and still be loved by me. With lizards running up walls and a lovely pond courtyard this place is awesome.

!Porn Resort, Ko Lipe, Thailand
Awesome location. Bungalows right on a secluded beach, a relaxing paradise.
tags:
links:

Billericay

The place I grew up. Made famous by that tv show Gavin and Stacey.
tags:
links:

Bletchley Park

I was lucky enough to be able to visit Bletchley Park near Milton Keynes last Friday ("home of the codebreakers"). It was a fascinating insight into the history of computing and really put things in to perspective about how far we have come in just 50 years. It was incredible to hear about how in the times where the feat of breaking Enigma was carried out how they were using pens and paper and mechanical devices just to get some bits of the puzzle. What truly interested me though was the museum of computing - a library of what I would consider ancient machines that the public are free to play with. I had a play with an Acorn with my fond memories from school time and had a go at some retro programming paying homage to the show "Look around you" armed with the manual placed beside the machine. 

Here is the lovely program I wrote - 4 lines of code - 3 to get it up and running and 1 to execute it. And no those are not line numbers you include them in your code!
{{{
>0 FOR X=0 TO 999999
>10 PRINT "LOOK AROUND YOU"
>20 NEXT
>RUN
}}}

I'm not really going anywhere with this - It was just a bit of fun and something to seriously reflect on but it reminded me of the simplicity of interfaces and the simplicity of programming languages back in the day. It took me a day recently to get Eclipse setup with the right Java environment and here I had a simple program running in no more than 5 minutes from nothing.

{http://farm4.static.flickr.com/3009/3032534712_1ab75b0fa3.jpg?v=0}
tags:
links:

BlogArchive

Here is a list of my blog posts with the most recent first.
<<list filter [tag[myblog]][sort[-created]] template:MakeBlogLinkTemplate>>
tags:

Blogging with TiddlyWeb

Ben Gillies has created a pretty damn cool plugin which is great for users like myself who use TiddlyWiki as a blog. Up until now I have been quite lazy and without realising it have been missing out on one key feature of a blog - which is shortened posts. Most blogs allow you to see the X most recent posts, however to cope with potentially huge previous posts and allow a user to read a summarised version of the blog post before continuing on reading they provide a handy "Read more" button as soon as the post gets too long. 

Ben's plugin works quite nicely. Just install his [[CollapseThisTiddler plugin|http://bengillies.net/.a/#BlogLayout]] and add this line to your [[ViewTemplate]] tiddler to initiate the macro.
{{{
<div macro='collapseThisTiddler'></div>
}}}

I'm keeping an eye on Ben's work.. he seems to be the first user (at least that I know of) to be turning TiddlyWeb into a blogging platform. I am hoping one day I'll be able to follow his lead...
tags:
links: TiddlyWeb

Bringing performance improvements to ExplorerCanvas

The last two days I've been looking alot closer at Googles [[ExplorerCanvas]] which uses vml to replicate the canvas object which is so tragically not supported by Internet Explorer. It's a good solution for small drawings but as soon as you begin dealing with lots of polygons (like I am in [[GeoTiddlyWiki]]) the performance takes a big hit, and many people therefore technology like Flash I feel just because it's too much hassle to improve that performance in canvas. I'm starting to see a solution of sorts.

Several weeks ago Jeremy Ruston made one of his predictions that I would end up tearing away ExplorerCanvas from the GeoTiddlyWiki plugin I am developing and create my own... and I must say I'm starting to believe him.

So this was the thinking... ExplorerCanvas creates vml shapes to represent canvas drawings. Creating vml shapes seems to take a long time and it is this reason why when you draw something in ExplorerCanvas on Internet Explorer you will notice a huge loading time difference. Users I believe can put up with this slower loading time. However the big pain point comes when you want to do animations in canvas. In canvas you usually do this by clearing the canvas and redrawing all over again with a new transformation. In ExplorerCanvas the result of this is you get that slow loading time as all the vml objects are created and put into place. This is when the user is going to get really irritated with your application.

There's another way, albeit is slightly limited. If you want to just to translations and scaling you can do this by simply working with the vml objects that have already been created. Instead of destroying them and recreating them where you can it seems a good idea to use the style property associated with each of those shapes.

ExplorerCanvas creates a div element inside the canvas element  and this div element contains shape elements. Therefore by just iterating through these shape elements and altering the top, left, width and height properties you can perform your transformation operations much quicker in some cases (still not as fast as in normal canvas but much closer!).

To give some ideas I'll give you an insight into my experiment - I produced x amount of square shapes in two instances of a canvas. One performed scaling/translation operations in the same way as it does for standardised browsers with ExplorerCanvas dealing with them. A second canvas below this alters the style properties of the objects to mimic the action of scaling/translating.

Here are some results...
|Number of Shapes| Action| ExplorerCanvas Time (ms) |CSS Transforming Time (ms)|
|25|Scale|141|78|
|25|Translate|156|63|
|50|Scale|297|141|
|50|Translate|297|110|
|100|Scale|609|328|
|100|Translate|563|250|
|200|Scale|1484|657|
|200|Translate|1235|656|

The results get closer the more shapes you have. I would include higher test results but it was just too slow in both cases! Hope that's as interesting as I found it..! 
If you want to see for yourself try out the demo here : http://svn.tiddlywiki.org/Trunk/contributors/JonRobson/plugins/WorldMaps/canvastest.html or an online link [[here|http://www.jonrobson.me.uk/tests/canvastest.html]] (note this is made for Internet Explorer so css transformations will not work in Firefox).
tags:

Bristol

As part of my Computer Science degree I did a year long placement at Airbus which required a move to Bristol. Great place!
tags:
links:

Britain loves bad beer?

I went to a beer festival the Saturday gone and I began to ponder how did Britain get itself into such a state where we enjoy such boring beers. Go into any pub in Britain and you'll get the same old 5 offerings - Kronenberg, Stella, Fosters, Carling, Carlsberg and if and only if you're lucky you might get some sort of ale offering. I'm more an ale man myself. Living up North in [[York]] for 3 years and opposite a Fullers pub in Bristol for 1 year has educated me to how beer can be more interesting, and now I am being educated on the wonders of Belgian beers. So it was good to go to a beer festival with just English ale and Belgian beers. What I don't understand however is those same old 5 offerings are not even good lagers from those countries. If you go to Belgium and ask for a Stella I am informed you will be thrown out the pub (seriously you will). We in Britain however are led to believe that Stella is reassuringly expensive, however I promise you in France it's a reassuringly cheap price for the reassuringly awful taste. The same goes for Kronenberg. French beer apparently, but I've not seen it in any French bars! I can't comment on Carling and Carlsberg apart from I'm not a big fan, but Fosters is advertised as an Australian drink, however go to Australia and you will find them drinking Coopers Ale.  For a country with so many genetic links with ours, why is it that they've maintained their love of ale, and in Britain ours is dying out in favour of a lager country. We now have to rely on organisations like [[CAMRA]] to keep the ale industry here alive.

Is lager popular just because it's cheap and can get you drunk OR do Britains actually prefer it to ale OR are we just a bunch of uneducated chaps who need to go outside our drinking comfort zone for a change? Whatever the reason it worries me.
tags:
links: YorkCAMRA

Budget Airlines

A list of budget airlines I have used.

!Americas
Haven't used any yet.

!Europe
Ryanair (aka the devil)
[[Easyjet|http://www.easyjet.com/]]
[[WizzAir|http://wizzair.com/]]

!Asia
[[AirAsia|http://www.airasia.com/]]
[[Tiger Airways|http://www.tigerairways.com/]]
[[Firefly|http://www.fireflyz.com.my/]]
[[Air Malaysia|http://www.malaysiaairlines.com/]]
tags:
links:

Business Bullshit

It's everywhere. It creates completely unnecessary barriers. One of my challenge in life is to wade through it.

You know what I'm talking about. You're at work, someone asks you for your "bridge", later on a call they say how they will "get it to you by cop tonight" and that it might be a "showstopper" - why don't they just ask you for your number, tell you they'll get it done by the end of the day and if it really is going to bring everything in your project crumbling to a halt (which I doubt it will as this is usually the case) explain why in simplistic terms. If your not sure "how we can take this forward", why not just say "I'm not sure what to do". If we need to "demonstrate to the users the viability of this solution" why not just "show the people who will be using this thing what it can do and see whether it's useful". These are just harmless examples I can think of off the top of my head, but I've seen so many needless confusions in my workplace which have sprouted just from the need for some people to sound like they are doing something more important than it really is. Same goes for job titles... most are meaningless. Even if you know what the job title stands for - it isn't necessarily the case that is the job they do.

It's dangerous as it has potential to cause huge misunderstandings. It can relay the wrong message to people who then go on relaying that message to others - it can hinder our learning process. It's hard enough for people to collaborate in this world already without this business bulls**t flying around. Would you tell your child that their homework needs to be in my close of play tonight. No you'd just say make sure that work's done before bedtime. Why use a different language at work to that you use at home?

When I'm making baked beans on toast I don't announce I am going to spend some time in the food making facility using the bread browning device and incubating a can of beans hardened by subjecting to intense heat in order for me to neutralise my need for speedy nourishment... I just say I'm making beans on toast. Why should work be any different....?
tags:
links:

CAMRA

Campaign for Real Ale
website: www.camra.org.uk
tags:
links:

CSS

Really useful simple tutorial of CSS positioning: http://www.barelyfitz.com/screencast/html-training/css/positioning/
tags:
links:

CVs in the world of today

I have the pleasure of assisting my girlfriend with the writing of [[CVs|cv]] and application forms tonight. I'm not a big fan of them. It's very hard to sell yourself on 2 sheets of paper (sometimes one... I'm not sure what the ISO standard length for CVs is today). The other problem with them is you can twist your words on a CV. To take an example, lets say I was the project manager of the creation of the new Wembley. This is a high profile example of a project that went over budget and was late in delivery. Most projects however are not high profile. Say Wembley wasn't. I could talk in my CV about how I was responsible of the delivery of a huge project. I could say it was £750 million pound project, I was in charge of it, and I could carefully omit the "bad" aspects of my experience as the project manager. According to [[this reference|http://news.uk.msn.com/the_curse_of_the_new_wembley_stadium.aspx]] Wembley actually cost £975 million so was therefore £225 million over budget... my potential employer doesn't need to know that. They don't even need to know that it was delayed by about a year.

On the other hand, say you are not good at expressing yourself in words. You could be Einstein but not be able to get a job because you can't get across how clever you are.

That's what I like about social networking websites. I feel through videos, photos, interests, employer history etc.. I can paint a much better picture of who I really am, which works for me and my employer. I'm not just talking [[Facebook]].. back in March I acquired a new house in [[Colchester]] through a website called [[Spare Room|http://www.spareroom.co.uk]]. It was great.. I could add photos, a bit about myself and equally potential landlords could see that I was a nice guy, I worked for a respectable company that would help me pay my rent, and likewise I made sure I got the right landlord and housemates for me that wouldn't bore me to death.

When are we going to move away from this ISO standard of CV being the primary way of getting a job, it's old fashioned and not as effective as it should be..
tags:

Cambodia

I went to Cambodia for the first time July 2007. I look forward to telling you more about my trip!
tags:
links:

Carbon Footprint Calculator

Climate change and carbon footprints are getting more and more important for businesses. This is quite a topical subject as today is the start of the [[United Nations Climate Change Conference|http://en.cop15.dk/]].

In BT a few weeks ago an opportunity came to us to explore ways that we could try to change behaviour of employees who have lots of face to face meetings, by showing them the impact their travel and employees travel have on the environment in the hope they would start having more meetings through the mediums of the telephone and/or the internet.

[img[/images/CarbonTool/cp.jpg]]
{{footer{Captain Planet is equally interested in the planet}}}

Most carbon footprint calculators tend to just give you a number and let you offset it by planting some trees or some other green activity. This seems wrong. The measurement of a carbon footprint with respect to carbon emissions is kilograms of carbon dioxide (kg co2). So say your latest holiday cost you 3000kg of co2 emissions. If a carbon footprint calculator tells you that number, it probably won't mean anything to you. What most calculators do is then say 'well you can get someone to plant X amount of trees to offset that'. So what? It doesn't stop you going on holiday or even repeating that holiday, as you can offset it (not to mention most people won't offset it anyway). All it seems to be offsetting is your guilt. It's not going you to change your behaviour.

What I thought would be a more effective method is to put that number into perspective. In the above example say we could map that 3000kg of co2 number to a number we could understand - such as number of tree deaths, deaths of fairies per square mile or to a global temperature increase in degrees celcius. The world would be shocked and appalled about the amount of fairy deaths and maybe just maybe as a result of that change their behaviour. The problem is these numbers don't seem to exist. No one really knows the real impact of co2 emissions, we just know the more co2 we produce the more we are contributing to global warming. So the next best thing seems to be to map this number to other activities such as how much co2 we create through breathing or computer usage.

So what I have is a first version of a Carbon Footprint tool for measuring travel in an understandable way with the hope that it will be greatly improved by feedback. You can download a copy from [[here|/development/CarbonTool/index.html]] (right click and save locally). Open the html file into a web browser (IE users will have to enable Active X) and the tool will appear.

Now lets take an example where a face to face meeting is being arranged for 5 people in London. Out of those 5 people, Martin is from Ipswich, Jon is from Bristol, Paul is from Edinburgh and Jeremy and Ben are from Sevenoaks (a realistic prospect in BT as we have offices in all of these places). Lets say everyone is getting a train to the meeting except Paul from Edinburgh who is flying down. We fill in the form like so, clicking add participant to add new people to the meeting. 

[img[/images/CarbonTool/1.png]]
{{footer{(Note there is also an 'add details' button which allows you 
to describe journeys where you might use a variety of transport, eg. plane to London Heathrow, train to Paddington London and then the tube to office).}}}

Then we hit the 'calculate' button in the top right. You will need to hit the allow button in the security message (and tick the box remember this decision) if you are using Firefox or Safari. It will then using a google api to work out where the places are you have entered and work out the distance in kilometres between that location and the meeting. These can they be mapped to kg of co2 emitted. In this particular example the carbon footprint is calculated to be just over 111kg. Owch. In addition to this figure it will give a few examples of what this number is equivalent to. It also shows that Paul from Edinburgh is responsible for most of this figure so it might result in the questions "Does Paul really need to come?" or "Should Paul take the train instead?"

So please download my tool, have a play with it and suggest more ways we can use it to save the planet. If you have any other useful figures that could be incorporated into the tool your comments are most most most welcome. For the developer geeks who are interested in the code check out my [[subversion account|svn.tiddlywiki.org]].
tags:

Coding made easy with jquery and classes

Now jQuery has been placed in the [[TiddlyWiki]] core, I took the opportunity to look at the advantages it could bring me as a developer. I came across several plugins and functions that looked of interest and came up with [[VismoWiki|http://www.jonrobson.me.uk/projects/VismoWiki/index.html]] - a TiddlyWiki vertical designed for users who's brains seem to work better with visualisations.

The features I focused on was code that allowed me to easily make a given dom element a toggle function, an easy method for creating tabs, and an easy method to make elements resizable or moveable - functionality provided by the delightful [[jqDnr plugin|http://dev.iceburg.net/jquery/jqDnR/]].

What struck me was how easy using jQuery I got thse quite useful bits of functionality into it. I decided it would be quite nice to be able to use class names as the means of giving elements the right behaviour and I decided to focus on the [[PageTemplate]], [[EditTemplate]] and [[ViewTemplate]] tiddlers that are quite useful in laying out a tiddlywiki.

I made it so that every time the displayTiddler or refreshDisplay functions were called (the main ones for making drastic changes to the layout) a set of functions would be called that would scan the document for elements with a given class name and then power them up with some nice new functionality.

So to make a dom element resizeable, I simply add a class resizeable to that dom element - something that even those with limited html knowledge should be able to handle. Then the code below would give the resizeable functionality.
{{{
function  makeresizeables(){
        var els = jQuery(".resizable"); //get all elements with this classs
        for(var i=0; i < els.length; i++){
                var element = els[i];
                var newdiv = document.createElement("div"); //create a div which will be the resizer
                newdiv.className = "jqHandle jqResize";
                element.appendChild(newdiv);//place resizer in element.
                jQuery(element).jqResize('.jqResize');  //execute the plugin with one line
        }     
}
}}}

I did similar things for the other features - and it's all bundled up in [[jQueryHandyTweaksPlugin]] if you fancy playing with it yourself. The toggle buttons in the top right menu use this plugin.
tags:

Colchester

I moved here at the end of March 2008 into a houseshare where I met a lovely girl. We got evicted by our landlord and ended up in a temporary home for 1 month before thinking in October - what the hell lets move to [[London]].
tags:
links: London

ColorPalette


tags:
links:

Customer Support for the Techy

There is nothing i hate more than calling customer support. I tend to spend hours trying to diagnose a problem- fiddling with settings, googling, asking friends. Calling customer support as far as i am concerned is the last resort. So imagine my frustration today having to phone my employers about a problem I was having with one of our products.

I had done all my diagnosis and as far as i was concerned all I needed was to talk about it with a service rep check i hadnt missed anything obvious verify my suspicions (my diagnosis had led me to believe my device was faulty and needed replacing) and then replace the device if i was correct. Instead i was treated like a technophobe... my work colleague ignored me when i said i had done all the obvious things and just didnt seem to understand that he wasnt the only technical person on the phone. I asked him just to replace my device which wouldnt have been much of a hassle however he kept telling me indirectly about his process he had to follow before he would be able to do this...

Lets take an analogy, if a doctor turns up at a hospital and says he is having a heart attack another doctor will take action immediately. He wont sit for 20 mins running pointless tests to determine the guy is having a heart attack. Thank god my employer doesnt run a hospital or we'd be in deep trouble!!

So what can we learn from this? Understand your customer. Listen and act on what they say. Value their opinion and use them to follow a process quicker and only follow said processes if the customer needs it...
tags:
links:

Data Visualisation Elsewhere and the importance of folksonomy

I came across this today: [[link|http://www.bestiario.org/harvard/b10/]] and found it incredibly interesting.

Essentially what it is doing is displaying relationships between different types of data and tags that tag it. What I find interesting is the way it merges lots of different types of data - twitter, video, photos, documents and shows them in one screen. I also liked how you could select a group of tags (on the left) and expose relationships.

However this data doesn't make sense to me and the user interface for some reason isn't clear enough... it reminds me a bit of [[MetaCrap]]. It could also do with a search engine. I think half the problem here however is that it is based on the content creators tagging system and this differs from the tagging system the other creators of content are using. As a result you get a mess of tags that are maybe too loose in their meaning or irrelevant to the things they are near by. However I can see that it's a mess..

In the right context however this would be amazing. I'd love to see this hooked into some data I understand and see what it is like.
tags:
links: MetaCrap

DefaultTiddlers

[tag[myblog]][sort[-created]][limit[2]]
tags:
links:

Definition of a TagMindMap

Carrying on from my previous post [[Tagging and Mindmaps]] I am now at a place where I can share more. After much playing around with code within the open source project [[TiddlyWiki|http://www.TiddlyWiki.com]] which gave me a great platform to try this out on and with usage of the [[hypergraph open source project|http://hypergraph.sourceforge.net/]], I have created a "proof of concept" for a concept I refer to as "tag mind maps". This "tag mind map" is at the top of the page, and if you have just opened this post/tiddler (whatever you want to call it) "Definition of a TagMindMap" should be a node at the centre of the graph/map with all the tags associated around it as other nodes connected by edges.

What's the point?

Right, so say you read this and you are interested in one of the concepts I have mentioned but not so much the rest, you now click on the tag representing that concept and see where it takes you. It will attempt to open the tag to see if there is a post is associated with it. At time of writing, it doesn't it simply says "this tiddler doesn't exist" but that's fine, it might do later, and eventually with a bit more tweaking of this proof of concept it will probably see there isn't any tiddlers associated with that tag so it won't even bother trying to open it. Anyway, I digress... so you've opened that tag, the map changes. You now see all blog posts, all keywords associated with that concept and it becomes clearer how they are linked... or not.. I guess that's what I'm trying to explore.

The important aspect of this is you never see the full picture. If you could see all tags and all information, it gets messy and hard to read. You should only ever focus on a sub-graph of the graph of all tags for it to be useful.

Right now this blog is in it's infancy so it's hard to prove anything. We will see what will happen with time.

But essentially in a nutshell that is what a "tag mind map" is. I've seen similar concepts around the web ([[Tag Graph|http://taggraph.com/]] being the closest, but even this seems to focus on the whole graph rather than the current aspect of that graph you are looking at. I'm yet to see anything on a blog used in the same way I envision... if I'm wrong let me know.
tags:

Design- I have been doing it wrong

On Thursday I went to the [[Future of Web Design|http://events.carsonified.com/fowd/2009/london/content]] conference. It made me reflect a lot about who I was and what I was trying to achieve, and first things first it made me realise my website was a mess and I needed to fix it.

It made me realise I needed to redo it. It needed to look nicer (I've never ever bothered too much with the design side of my websites) and I needed to make my messages clearer, and make the website easier to navigate. I realised I had focused a lot on showcasing my visualisation plugins which although is an important part of this website, I was showing them out of context and probably confusing a lot of people.

So I now promise to focus more on the design aspects of my sites. I'm doing a lot of graphic design in the canvas tag realm but haven't been doing so much in the css/html space. So I pulled out a copy of the opensource product inkscape (for creating svg files) and got a bit arty which has created my new website header, and background. I've paid attention to my css for once in my life and have condensed much of my content. I've added "older posts" and "newer posts" links to the bottom of the page to make this blog more readable. I've added key links at the top of the page to areas of interest, including an [[Explore|Explore My Data]] link which allows you to try out my visualisations.. but only if you want to. I've also outlined what my current work is in the [[My Work]] section.

The only issues I had was with getting transparent pngs to work in Internet Explorer but luckily I found a lovely the jQuery ([[supersleight plugin|http://allinthehead.com/retro/338/supersleight-jquery-plugin]] to solve that one.

So the result in a nutshell, is a more interesting to look at, hopefully clearer to read and navigate around website, and hopefully the start of a few cooler websites designed by myself. Would be really interested in feedback....!
tags:

Directed Edges

I've been playing around with TiddlyTagMindMap recently and I thought I'd give you a sneak peek of where it is as of now. There are still a few little bugs in it, but I've improved performance and added directional arrows. You will also notice you will now have to double click on a tiddler in the map to get it to display - something I've been considering for a while but wasn't too sure of whether to do or not (however dsjolie in the [[tiddlywiki google group|http://groups.google.com/group/TiddlyWiki/browse_thread/thread/831e59b9c87189b]] confirmed it wasn't just me who thought this might be better.

The next thing on my radar is deleting of edges and pulling in rss feeds into the graph, however I have been working on a separate project with JayFresh which we shall be sharing soon.
tags:
links:

Dopplr

<html><iframe src='http://www.dopplr.com/traveller/jonrobson/public/header' border="0" width='550' height='250' scrolling="no"></iframe></html>
tags:
links:

Editing GeoTiddlyWiki

I've been putting some editing mechanisms into GeoTiddlyWiki to allow easy map editing and just wanting to share my work.
[img[images/geotweditor.png]]
I've created an adaption of GeoTiddlyWiki which changes the mouse clicking behaviour to allow colouring of countries as well as geotagging by clicking on specific locations in the map or by searching using the google local search api. It's a bit immature but you can see this in action in [[this TiddlyTravel map|http://www.jonrobson.me.uk/pages/myTravelMap/jonsTravelMap.html]]. Feel free to save the page and play with the copy yourself or to import the tiddlers into a local tiddlywiki.  As always here is the [[geotiddlywiki svn code|http://svn.tiddlywiki.org/Trunk/contributors/JonRobson/verticals/GeoTiddlyWiki/]].
tags:

Egypt

flights with swiss air
7th
Depart:  	 11:20   	London City (LCY)  	 1 Stop incl. transfer in Geneva (GVA)  	
Arrive: 	19:00 	Cairo (CAI) 	Duration: 6hr 40min 
Inbound: 	14-Apr-2009 		available
Depart: 	15:05 	Cairo (CAI) 	1 Stop incl. transfer in Zurich (ZRH) 	
Arrive: 	21:15 	London Heathrow (LHR) 	Duration: 7hr 10min 
GBP 308.45

7-16 GBP 312.85


!shorter trips
EgyptAir £350.70
Outbound:   	09-Apr-2009  	   	 available   	Select your flight  	
Depart: 	15:00 	London Heathrow (LHR) 	0 Stops 	
Arrive: 	20:45 	Cairo (CAI) 	Duration: 4hr 45min 
Inbound: 	14-Apr-2009 		available
Depart: 	09:30 	Cairo (CAI) 	0 Stops 	
Arrive: 	13:35 	London Heathrow (LHR) 	Duration: 5hr 5min 
Depart: 	16:00 	Cairo (CAI) 	0 Stops 	
Arrive: 	20:25 	London Heathrow (LHR) 	Duration: 5hr 25min 

8th-14th: GBP 309.35
Depart:  	 11:20   	London City (LCY)  	 1 Stop incl. transfer in Geneva (GVA)  	
Arrive: 	19:00 	Cairo (CAI) 	Duration: 6hr 40min 
Inbound: 	14-Apr-2009 		available
Depart: 	09:45 	Cairo (CAI) 	1 Stop incl. transfer in Geneva (GVA) 	
Arrive: 	15:25 	London City (LCY) 	Duration: 6hr 40min
tags:
links:

Email, Notifications, Atom Feeds and WikklyText


tags:
links:

Everyone needs good neighbours

I've just had quite an interesting and refreshingly different Sunday. Hungover from the usual antics of a Saturday night, I spent today walking around the gardens of my neighbours in my road in Colchester. Every June, in aid of charity a collection of the houses on my street open up their gardens to the public. It's a nice little road right next to a roman wall and Castle Park so is a prime location with lots of interesting houses.

From wandering around the gardens it was nice to see such a sense of community in what I feel is a declining British society, and everyone who's garden was up for show was obviously very proud of them. I can't say I'm that interested in plants but I really did enjoy seeing the adults and some families walking around admiring the very different gardens, and enjoying cups of coffee, tea, cakes and glasses of wine with their neighbours (even if the drinks were not free).

I have to say I do live in a wonderful place right now, I'm beginning to recognise faces (and be recognised) and even get invited to lock-ins at the local pub. There is a great sense of community here. Today also raised £1000 for charity so all in all a good day I think..
tags:
links:

Explore My Data

There is a lot of data related to me here. I'm pulling data from my Flickr, delicious, Twitter feeds into this one central point plus I've got all my blog posts. I'm even tagging my tweets (read [[Tagging my tweets]] and [[Merging all my rss feeds using TiddlyWeb]]). The result is an aggregated view of data and here I will present you some interesting ways to explore it! In fact at this very moment: <<storesize>>.

At the moment for performance reasons I'm just going to show you a tag cloud. Long term I will link to maps, mind maps and other cool ways of looking at the data on the website.
<<cloud limit:150 an old comment cornwall benjam stuartking jayfresh minified cool rocks paulobrad ancairo egypt islamiccairo paulbrads simonmcmanus sarawak pyramids vietnam paulobrad myblog rss systemConfig excludeLists adamkparker
'http://schemas.google.com/g/2005#event' excludeSearch noAutoCorrect imagetag rssfeeds 'system:media:image' systemServer image images systemPackage trapped casablanca tanhaihan 'system:filetype:jpg' mattlucht jonrobson excludesearch excludelist btcare cdent 9600 psd bengillies blaine san1t1 philhawksworth philipince faenrique fnd jeremyparty2009 jermolene>>
tags:

ExplorerCanvas

This is a project to support the canvas in internet explorer using [[vml]]. [[Explorer Canvas on sourceforge|http://excanvas.sourceforge.net/]]

!Things I've learnt
*You must specify the start point before drawing lines (ie. moveTo(0,0)) when using the [[ExplorerCanvas]] hack. Otherwise nothing will display on the screen.
*Does not support isPointInPath method.
*css is your friend rather than using ctx.translate and ctx.scale for better performance
*If you have complicated animations, vml does not work very well in mimicing the canvas simply because in canvas to redraw you have to clear the canvas before starting again. Imagine destroying say 1000 vml vectors then redrawing them in a slightly different way.. not very performant!
tags:
links:

Facebook


tags:
links:

Finally a Family Tree Vertical

Today I am launching what I believe is to be the first TiddlyWiki vertical made for family trees. Quite a few years ago my Grandpa (Ian) showed me the quite extensive family tree he had built it up, and with the power of the web I improved it a bit more and more importantly digitised it (which he was unable to do). Originally I made a quite pathetic application using php/sql to do this which I blame due to my age at the time. It did the job anyway and my Grandpa liked it (but he's quite the technophobe so take that with a pinch of salt).

Any how since then a lot has happened to me. I've joined BT and then Osmosoft where I have discovered and worked on TiddlyWiki and it seemed perfect for family tree construction. I also went into the realms of mind maps and graph visualizations and in the back of the mind I also thought the work I was doing there would be useful for Family trees. However due to time it's taken me a while to get anywhere near that dream of a TiddlyWiki with the purpose of maintaining family trees.

Recently I was reminded that I needed to get off my arse and get this done by my good old Grandpa again (remember him from earlier). He'd been reading the [[news recently|http://news.bbc.co.uk/sport1/hi/other_sports/horse_racing/8289990.stm]] and had been reminded of John Oxx the famous horse trainer. It so happens he's somehow distantly related to my family (my great great great great grandmother was an Oxx) and my Grandpa wanted to remember what this link was (he's getting on a bit) and hadn't because of cause I'd let my family tree break. It so happens that this particular John Oxx isn't digitised in the family tree as my Grandpa could never clarify the link but that's another story...

Anyway I digress I think I've come close with this new development. I have reused code I've written in the [[VismoLibrary]] and using two plugins I have made during my time constructing the ILGA project - the AdvancedEditTemplate plugin and the NicerTagging plugin I blogged about previously (see [[Nicer Tagging]]). The result (I believe) is a good starting point for what could be a great TiddlyWiki vertical in the field of genealogy (although it still needs a lot of work - has not even been fully tested in IE :))

Anyway I believe seeing does better than words in this case. Checkout the example ([[my family tree|/familytree/]]) - there is a link here to get your own copy as well. Let me know your thoughts by commenting below.
tags:

Flickr

<html>

For those who are interested here is my Flickr slideshow.
<iframe align="center" src="http://www.flickr.com/slideShow/index.gne?user_id=24701860@N05&nsid24701860@N05" frameBorder="0" width="500" scrolling="no" height="400"></iframe>

</html>
tags:
links:

Frederick Dohr


tags:
links:

Future of TV

With internet speeds becoming faster and on-demand TV services becoming more ubiquitous in my opinion it is only a matter of time before the walls put up by the owners of media content collapse and the TV world and internet world merge to become one.

It has already happened with radio. Most of the stuff you get from an FM radio box you can find and listen to online. The technology for this exists and many big stations have embraced it. The beauty of this is you can listen to old shows that under conventional listening methods you may have missed, the quality is much better and you can pick up a signal wherever you are as long as you have internet. Now obviously with TV the major factor that is preventing us being at this stage we are with radio is the video and the bandwidth costs associated with it, but as I said earlier internet speeds are becoming faster, and now I believe the only thing that is standing in the way of traditional broadcasting collapsing is the broadcasters themselves and.

I am an irregular TV viewer, the video I do watch is either on DVD or over the internet. The reason, I hate being dictated to that to watch show X I must tune in at time Y. I have to see adverts at time W and Z and if I forget to set a recorder I will have to wait till the following week to see it. I want to sit down when I feel like it and watch a show when I feel like it. So on-demand TV excites me. It’s halfway there. It’s nice to be able to watch a show at any given time, the only barrier standing in my way is the cost of it, and the content available. Half the time I sit down to watch something I usually have something in mind, and when I search for it on BT Vision or Virgin Media there are only older series or there is a hefty price tag on a 40 minute episode. Don’t get me wrong I don’t expect it for free, I just feel that there could be more reasonably paying schemes on downloading video content. What if I get bored halfway through? Will I lose that content altogether and have to pay for it again later? Or will it expire in 24 hrs meaning I have to make sure I sit down and watch it before the expiration time? Again I’m being dictated to. I want total freedom in my TV viewing. Now, if I was to pay a subscription fee for unlimited downloads I’m a happy man. If the content is there I’m a happy man.

I don’t think I’m alone here, I feel a lot of our population given the choice would prefer on-demand TV viewing to normal viewing, and when that is truly realised it will be interesting to see what happens to conventional viewing schedules. Will they be destroyed completely? If a football game is available will it be part of a TV schedule in a TV guide or will it just “become available”?

It’s the linking the TV to the internet that excites me most. Will there be a time when I can host my own TV show that can be accessed by anyone in the world through a website URL? The web 2.0, opensource and social networking potential here is equally exciting but that’s one discussion for another time.
tags:
links:

Genealogy


tags:
links:

GeoTiddlyWiki

[img[verticals/geotw/geotiddlywiki.png]]
When I joined [[Osmosoft]] back at the beginning of October,  shortly afterwards a project came our way regarding visualising data inside a pdf in an interactive way. Essentially this meant colouring countries on a map a certain colour depending on what the data in that pdf set. It was an interesting request that had [[Jayfresh]] and I looking through various existing "map stuff" out there - including google maps, OpenLayers, even an experiment using images and image maps. The conclusion we came to was they were either not open enough or too complicated.

Eventually we came across a geojson from a website called thematicmapping ([[url|http://thematicmapping.org/openlayers/choropleth_geojson.php]]) which with a little modification gave us essentially all the data we needed to show and gave us the opportunity to link a country to the geometry that represented it. Thus quite easily we could also control how that geometry was presented on screen (ie. what colour that country would be and thus meeting our requirement of colouring countries depending on data) but also given us the opportunity to manipulate/use that data in interesting ways whether it be transforming it or detecting which country a mouse was hovering over or clicking on. Also since the coordinates provided by geojson are in longitude and latitude format it was thus quite easy to add geotagging functionality and quite feasible to be able to change the type of map projection (see [[wikipedia|http://en.wikipedia.org/wiki/Map_projection]]).

The resulting development is a library to display geojson files in canvas and give a google maps like experience with mouse panning, mouse wheel zooming, clickable countries and geotagging, and the beauty of it is it all works offline. I can see lots of use cases for this - whether it be a portable travel itinerary, [[showing geo caches|http://en.wikipedia.org/wiki/Geocaching]], recording places of personal importance or simply displaying flickr photos/dopplr places to visit and so on and so on..

There's lots of exciting bits and pieces in this library in my opinion and I can't really cover them all in a blog post in great detail, however in a nutshell quite easily you should be able to get yourself in a position where you can geotag data using tiddler meta data and using UN standard country names alter the colour of countries on an instance of a map.

And in a nutshell here are my currently developer issues that if any fellow developers want to contribute ideas too, I would be most greatful.
1) Google maps has a static image server ([[link|http://maps.google.com/staticmap?center=0,0&zoom=-1&size=600x400&key=YOUR_KEY_HERE]]) - with a mechanism to alter the projection of this map library it would be relatively easily to place a google maps static image over the drawn map and thus provide more detailed maps to the extent google does.
2) canvas works beautifully fast in Safari and Firefox, however in Internet Explorer which only supports the canvas element through the Explorer Canvas (vml) performance is terrible for lots and lots of polygons. I have suspicions this is due to the way Explorer Canvas deals with transformations - I believe it creates a vml element for each polygon and destroys them and creates them from scratch for a transformation, I believe possibly through resizing and repositioning of these elements rather than recreating might bring better performance. Another possible way to deal with this is to give the illusion it is quicker through loading static images a la point 1 while the polygons render.
3) The detail in the geojson is not great when zoomed in. The library could really do with some higher resolution and lower resolution maps to be loaded on zooming in and out - this would bring great performance improvements as the less polygons to draw the quicker the rendering process. However to date I've not been able to find a repository of geojsons or uncover any greater detailed maps. Would be interested if anyone knows of a place.

So that's enough of me talking for the time being, here are some useful links:

First and foremost you'll probably want to see it for yourself:
[[geotiddlywiki example tiddlywiki|http://www.jonrobson.me.uk/verticals/geotw/index.html]]

You may then be interested in looking at the code
code repository is [[here for geotiddlywiki svn code| http://svn.tiddlywiki.org/Trunk/contributors/JonRobson/verticals/GeoTiddlyWiki/]].
tags:
links: OpenLayers

GeoTiddlyWiki meets google maps static image server

I've been playing with google images server and geotiddlywiki today with some interesting results.

I was thinking along the lines of - if GeoTiddlyWiki uses the same projection as Google Maps then using canvas's drawImage function you could put the static image in the background thus providing all the details Google Maps enriches for you (eg. city names,roads,terrain etc..) and still have the benefits of the coloured map painted on top of it. Then as a result of this you could save these static maps locally (feasibly everytime you accessed them it could save them in the background) meaning you have a portable map you can share with friends and use without the internet. This would also work wonders when you are looking for geocaches in a specific place such as London where the street details become much more important. I envision you could zoom in on London, knowing that the maps you see in your TiddlyWiki are now stored offline, enter an rss feed of geocaches in the area, and then go offline and find them.

Today I got the projection function working to match Google Maps projections but it still requires work in that it's not quite a perfect fit and translating and zooming are also not perfect. Steps in the right direction though I think!

[img[http://www.jonrobson.me.uk/verticals/geotw/googleMercator.png]]
tags:

Get some Beefcake for your tiddlers

[img[/images/funny/beefcake.gif]]
Follow your dreams, you can reach your goals, I'm living proof. BEEFFFCAKEEE BEEFFFCAKE!

So for a long time I've been dreaming of having a huge TiddlyWiki containing all sorts of notes - notes about travels, notes about software development, blog posts, events I am interested in, all my photos, all my Twitters ever etc etc.. The reason? I wanted them all in one central place, but wanted them loaded on demand.

The solution in my head was simple. You have a bag off stuff essential to the layout and functionality of your website - so this contains all your plugins, your all important [[PageTemplate]] and [[ViewTemplate]] and any thing else you really really want loaded on demand.

Then you [[add a magic plugin to beefcake your tiddlers|BeefcakeYourTiddlersPlugin]]. The codes really simple and you only need to change one line: {{var bagurl = "/blog/index.cgi/bags/posts/";}}. At the top you write the path to the bag you want to pull from (this is your magical box of the universe, the world and everything - in my case it's called posts so I point to the bag url.)).

Now what happens is you point users at your common bag. They get all the essential stuff loaded and it's completely in your control about what is loaded. As the page loads, javascript and jquery kick in, and get a summarised version of that bag using TiddlyWeb's lovely restful api. Nothing is written to the DOM (yet) as this is expensive but instead saved in javascript and the plugin marks the Tiddlers found as in need of some beefcake. Now what happens is when a user tries to displayTiddler, it checks the store to see if the Tiddler about to be displayed is in need of some beefcake, if so it does another call to the TiddlyWeb restful api and makes that tiddler gain some weight so it works and looks as expected. There is a slight delay in the load of that tiddler but it works.

All you needed was Beefcake.
Compare [[ccTiddly|http://www.jonrobson.me.uk/index.php]] with Beefcaked TiddlyWeb and you'll see the difference.
tags:

Getting email into TiddlyWeb take two

I've been prodded recently by [[Ben Gillies|http://bengillies.net/]] who was interested in using my [[Getmail plugin|Mail it a tiddler]] for generating tiddlers from email. The code I wrote for this was very proof of concept and not really that reusable as far as allowing someone to take the plugin and seamlessly add it to their TiddlyWeb. It was more of a 'this is how you could do it please take my code and improve it'.

So I thought I'd revisit it and package it up into something more friendly. The [[latest version|http://svn.tiddlywiki.org/Trunk/contributors/JonRobson/TiddlyWeb/plugins/Mailer/]] defines a base class called InboxParser which itself can be found in inboxparser.py. The twanager command itself is implemented in getmail.py. As before it is called getmail and takes 1 parameter (the bag name where 
the tiddlers should be saved to). The default behaviour of this command is that it will go to the e-mail inbox defined in your config file (see README.txt for details) and will retrieve all messages in the inbox. By default emails are converted to tiddlers where the email subject becomes the e-mail title, the text of the email becomes the tiddler text and the modifier/creator of that tiddler is the 
originating e-mail address. If a tiddler already exists with the given title it appends a number to the end. eg. if tiddlers with titles "Title" and "Title 0" and "Title 1" exist and I send an e-mail with subject title it will be saved to "Title 2". The email is then deleted from the inbox so it is not generated again.

Obviously these defaults do not suit anyone. I have had various conversations with Jeremy Ruston, Michael Mahemoff and Ben about this and we have established that maybe the e-mail address you use generates tags. For example if I send a mail to photo+awesome+jon@jonrobson.me.uk maybe a tiddler is created tagged with photo, awesome and jon. Also I could dream up a system where when I send an e-mail with subject "This is my e-mail #photo #awesome #jon" the tiddler "This is my e-mail" is created with 
tags photo, awesome and jon.

I've thus established in all of this that I can't predict how people might use this, so for the time being I suggest people extend my InboxParser class to achieve their own use cases. If you look at the file getmail_flavours.py in the repository you will see the hash tag example implemented. Here you create a new twanager command called "getmail_hashtags" which uses a new class HashTagInboxParser which 
overrides the process_email function of the class defined in getmail.py. I'm not sure this is the best solution, but at least it offers a way to use it for the time being.

Now all I need to do it sort out the sending functions. Let me know your thoughts on this implementation below.
tags:

God was agile

God was agile

This week it suddenly occurred to me that God (whether or not you believe in him or not) appears to be [[agile]]. The brief documentation of Genesis in the bible seems to back this point up since agile development encourages the production of working code over detailed possibly unnecessary documentation. For those of whom are not familiar with Genesis I present the passage below.

/*{{{*/
v1 In the beginning, God created the sky and the earth. v2 The earth had no shape. It was empty. The waters were dark. God’s spirit moved over the waters.
v3 And God said, ‘Let there be light.’ And there was light.  v4 God saw that the light was good. God separated light and darkness. 
v5 God called the light ‘day’ and he called the darkness ‘night’. And there was evening and there was morning. It was the first day.  v6 After that, God said, ‘Let there be a space in the middle of the waters. Let it divide the waters into two parts.’ 
v7 And God made a space. There were waters above the space and there were waters under the space. And it was so. v8 God called the space ‘sky’. And there was evening and there was morning. It was the second day.
v9 After that God said, ‘Let the waters that are under the sky come together into one place. Let dry land appear.’ And it was so. v10 God called the dry land ‘earth’. He called the waters that came together ‘seas’. And God saw that it was good.
v11 And God said, ‘Let the earth produce grass. Let it produce plants that have seeds. Let it produce trees that have fruit with seeds. Let them be many different kinds.’ And it was so. v12 The earth produced grass. It produced plants that have seeds. It produced trees that have fruit with seeds. They were many different kinds. And God saw that it was good. 
v13 And there was evening and there was morning. It was the third day. v14 After that, God said, ‘Let there be lights in the sky. Let them separate day and night. They will mark seasons and days and years.
v15 And let these lights in the sky give light to the earth.’ And it was so. v16 And God made the two great lights. The larger light ruled the day and the smaller light ruled the night. God made the stars too.
v17 God put the lights in the sky so that they gave light to the earth. v18 He put them there so that they ruled over the day and over the night. He put them there so that they separated light and darkness. And God saw that it was good.
v19 And there was evening and there was morning. It was the fourth day. v20 After that, God said, ‘Let the waters produce many living animals. And let birds fly in the sky above the earth.’
v21 So God created large animals in the sea. He created every animal that moves in the water. They were many different kinds. He also created every bird that has wings. And God saw that it was good. v22 God promised good things to them. He said, ‘Have large families. Increase so that you fill the seas and the skies.’
v23 And there was evening and there was morning. It was the fifth day. v24 After that, God said, ‘Let the earth produce living animals. Let them be many different kinds. Let the earth produce tame animals. Let it produce animals that crawl. Let it produce wild animals. Let them be many different kinds.’ And it was so.
v25 And God made the wild animals on the earth. He made the tame animals. He made everything that crawls on the ground. They were many different kinds. And God saw that it was good. v26 Then God said, ‘Let us make people who are images of us. Let them be similar to us. Let them rule over the fish of the sea. Let them rule over the birds of the air. Let them rule over the animals. Let them rule over the whole earth. Let them rule over every crawling animal that crawls on the earth.’ 
v27 So God created people who were images of himself. He created them as images of God. He created man and woman. v28 God promised good things to them. He said, ‘Have large families. Increase so that you fill the earth. Rule over the earth. Rule over the fish in the sea. Rule over the birds that fly in the air. Rule over every living animal that moves on the earth.’
v29 God said, ‘Look. I have given to you every plant in the whole earth that produces seeds. I have given to you every tree that produces fruit with seeds. They are your food. v30 I have given all the green plants to the animals on the earth. I have given them to the birds that fly in the air. I have given them to the animals that crawl on the earth. I have given them to everything that is alive. The plants are their food.’ And it was so. 
v31 God saw everything that he had made. It was truly very good. And there was evening and there was morning. It was the sixth day.
/*}}}*/

Even if you don't believe in any form of religion even the evolution approach would appear to be agile. If we were indeed one day a primitive one cell organism, we didn't jump from primitive one cell organism to human in one step. No.. if the theory is correct we gradually made that transition. At the stage of sea dwelling creature to land animal, I'm sure a few unlucky animal sods learnt the hard way - failed fast - when they made that transition and realised "MM.. the air's kind of different out here, and these flippers are no good on land, and then painfully and slowly met their death. But fair play that unlucky animal sod tried it out, and his mates learnt from those mistakes. Taking the example of the Genesis story, imagine the scenario if God had followed a waterfall methodology. I dread to think. Day 1 and 2 would probably have been spent on analysis. Come day 3, God would have been doodling drawings of people, stars and suns and prototyping with bits of plasticine. He'd probably have got carried away with detail and only halfway into day 4 would have begun implementing the world from scratch having thrown away those prototypes. At the end of day 5 he'd have been aghast that the deadline of day 7 was looming and he hadn't even got the plants up and running and would have probably ended up working late through the night with a takeaway pizza. Come day 6 he'd have been cutting corners to get the world finished, the testing as a result would have to be squeezed into day 7 (remember agile God finished day 6 and put his feet up day 7). As a result of testing being squeezed, God I expect at the end of day 7 would have turned on his creation, it would have worked for a few days before suddenly realising that the sun was not equipped for the job of keeping everyone warm due to being a ineffecient fuel guzzler, the sun as a result stops burning, the plants and men all die and God realises he should have worked agile.

Anyway I digress.. my point is simple, the world doesn't work in a waterfall style way, and by some fluke it is a highly popular [[methodology|software development methodology]]. I'm not saying agile is perfect, but it frustrates me that anyone can favour a waterfallistic style approach over an agile one. Many people argue that agile doesn't fit everything for example building a house (although many will contest that) but does the [[waterfall|Waterfall Model]] really fit better? Does it make sense in software development or any sort of project to have such a huge gap between the conception of an idea and the end product?
tags:
links:

Goodbye Facebook Chat

Interestingly Facebook chat is no more when I load up Facebook from work. It has instead been replaced with "active content removed". I personally think this is a good thing as it was getting extremely distracting....
tags:
links:

HTML Code ASCII Symbols

http://www.ascii.cl/htmlcodes.htm
tags:
links:

HTML5 Canvas

The HTML5 Canvas is pretty cool. It allows you to render bitmap images ([[wikipedia|http://en.wikipedia.org/wiki/Canvas_element]]). Unfortunately Internet Explorer at the time of writing doesn't support this. Shame that.

!API
[[canvas api|http://www.whatwg.org/specs/web-apps/current-work/#the-canvas-element]]

!Getting Started Tutorials
[[hello world canvas|http://www.jonrobson.me.uk/development/canvas/helloworldcanvas.html]]
[[mozillas canvas tutorials|https://developer.mozilla.org/En/Canvas_tutorial]]
tags:
links:

Hello Facebook Chat

Yesterday marked the arrival of facebook chat and it has got me thinking about what this mean for me and its users in the future. At first i was pretty mesmorised by it all. All of a sudden i knew when i have a notification without checking my email. I can also chat to my many friends who are online at the same time as me. 

Then i began to become worried and here is why. I tend to leave facebook open in a tab. All of a sudden my window starts flashing when i get a message. This results in me switching to it and ending up in another conversation being distracted from what im doing. I tend to look at it during my coffee break at work so now this coffee break is slowly creeping longer in duration unwillingly. The second aspect is i get conversations reminiscent of those that made me stop using msn back in the dark ages in the first place..

{{{
x says:
hello. 
Jon says:
hello. 
X says:
how are you.
Jon says:
fine you.
X says:
also fine. 

<<At which time X doesn't continue the conversation.>>
}}}
This is an example of the ultimate worthless distraction - a conversation that is not going anywhere. This was the reason i began using facebook. I liked the way i could reply to messages in my own time. Communicate when it suited me. I liked the way every wallpost and message had some sort of point to it.

Now if I get a message from a friend I feel i have to respond instantly so as not to appear rude no matter what I'm doing it whether it be facebook stalking or trying to get some presentation done. If im on for a quick session before bedtime i may now feel obliged to stay on longer and converse whilst wishing i could just go to bed and looking for a "way out" of that conversation.

Sure there are good aspects to it. For some reason I'm now getting lots of instant messages from people i havent heard from in a while engaging in small talk that wouldnt normally be worthy of a message or a wall post. 

And how will work take this? Will they see it as a distraction now and look to ban it? My company is much more accommodating of [[Facebook]] then others seeing true benefit in bringing people together. Will this change their opinion on it? Will they think it's a welcome addition? Time will tell.
tags:
links: Facebook

Hong Kong

sa14-tu24
finnair
asda-travel
tags:
links:

How I moved to TiddlyWeb and reaped the rewards

Compare 11 seconds with my old version with 4 seconds for this version
tags:
links:

How to add comments on your online tiddlywiki using instacomments

This is something that has frustrated me for a while especially considering I use TiddlyWiki as a "sort of blog". This problem is how can I enable people to post comments on my works, my views and anything else I care to put in my own personal TiddlyWiki. It turns out that with a bit of work there is an easy solution. 

So here it is: use [[InstaComments|http://www.instacomment.com/]]. Sign up for an account and click on the code tab once you are logged in with your brand new spanking account. Follow the instructions and download instac_connect.php and place it somewhere on your server then include the code it tells you to which should look something like this...
{{{

<script type="text/javascript">var instac_connect = "http://www.mysite.com/instac_connect.php";</script>
<script src="http://www.instacomment.com/scripts/instac_js.php"></script>
<link href="http://www.instacomment.com/styles/instac_styles.php?id=4399" rel="stylesheet" type="text/css" />

}}}
... into your MarkupPreHead tiddler - this will load some javascript files into the head of your tiddlywiki document when you open it. Take a look at my [[MarkupPreHead]] tiddler to see how I've done this.

Finally you will be given on the code page something along the lines of 
{{{
<script>instac_button(<<ID>>, "tagname");</script>

}}}
where ID is a unique number specific to your account. This is where it gets slightly tricky. This function by default calls the javascript document.write which if ran would essentially nuke your tiddlywiki into non-existance. To get round this we need to temporarily override the document.write function so that it behaves using the inbuilt wikify function provided in the TiddlyWiki core. For this we write a small plugin which you can see in [[InstaCommentsPlugin]] - make sure the id passed however is yours and not mine!! Essentially all this function does is tidy up the name of the tiddler from which the macro was called (so that the comments will be provided for that specific tiddler), then alter document.write to take the text passed as it's argument to instead wrap that text in an {{{<html>}}} tag and wikify. 

To make sure every tiddler has commenting available, you will then need to add a line into your view template {{{<div macro='instacomment'></div>}}} - all this will do is run the macro within this div. Again see my [[ViewTemplate]] to see how I've done this. And voila as easy as that you have comments in your TiddlyWiki. Great if you want to collate views on your work from multiple people without opening up your tiddlywiki to editing.

Currently this won't work on hosted pages such as [[TiddlySpot|http://www.tiddlyspot.com]] as you need the insta_connect.php file but there's no reason TiddlySpot couldn't add this to their server in future with a bit of poking...
tags:

How to base64 encode an image in python

Easy..
{{{
import base64
path = "x.png"
base64.b64encode(open(path,"rb").read())
}}}
tags:
links:

How to cook in TiddlyWiki

I have had a few people ask me about how to use cook for developing TiddlyWiki plugins. An unfortunate incident where a momentual loss of brain has resulted in me being without a power cable has forced me to use Windows and have to setup cook on it so I thought I'd share my wisdom while it is still fresh.

First things first you need to download the tool which can be found in [[the svn cooker directory|http://svn.tiddlywiki.org/Trunk/tools/cooker/]]. You'll also need [[Ruby|http://www.ruby-lang.org/en/downloads/]] for this to work.

Once this is all done you can execute ''cook.rb'' to get cook to run. If you run cook.rb it will give you some usage instructions. The first parameter cook takes is the only one you should care about to start with. The parameter is a file path to a *recipe* and this file gives all the rules to creating your TiddlyWiki.

A recipe is essentially a set of rules of how to make a TiddlyWiki and the file name of the recipe is significant. A recipe with the filename "spaghettibolognese.html.recipe" will create a file with name "spaghettibolognese.html".

A recipe lists rules that are needed to be followed to make it. TiddlyWiki has a recipe which if included will create the latest version of TiddlyWiki in svn. The recipe can be found here [[tiddlywiki core recipe|http://svn.tiddlywiki.org/Trunk/core/]].

The path must be relative to the location of the recipe.
ie.
{{{
recipe: ../core/tiddlywiki.html.recipe
}}}
means that the tiddlywiki core recipe can be found up one directory, then in the core directory.

Once you've got this cooking you should be able to view the outputed empty tiddlywiki. A recipe can also point to tiddlers.
To do this you add the line
{{{
tiddler: HelloWorld.tiddler
}}}
this points to the file HelloWorld.tiddler and this file should look something like this:
{{{
<div title="HelloWorldTiddler" modifier="MyName" tags="[[a]] [[b]] [[c]]">

<pre>
Hello [[world]].
</pre>
</div>

}}}

To include js files you probably want to remove the {{{<div> and <pre> bits}}} and just have pure js code. You can associate meta data with a js file by creating a file with a .meta suffix.
ie. a js file "test.js" should exist alongside a file called "test.js.meta" where the latter file contains code like this: 
{{{
title: TestPlugin
modifier: MeAgain
tags: [[a]] [[b]] [[c]]
}}}

There are also lots of useful things you can do including merging files
eg.
{{{
tiddler a.js b.js
}}}
will create a tiddler with meta data found in a.js.meta but the contents of both a.js and b.js. This is great for making plugins which make use of code in various locations.

I'll let you get the basics working - with the above this should be enough, but you may find the following page with [[basic cook usage instructions|http://trac.tiddlywiki.org/wiki/Cook]] helpful. Of course comment, or post in the TiddlyWiki groups for more help.
tags:
links:

Hypergraph

Open source hyperbolic graphs using a java applet
http://hypergraph.sourceforge.net/
tags:
links:

IE6

As Michael Mahemoff kindly points out [[IE6 is older than your grandpa|http://softwareas.com/ie6-is-older-than-your-grandpa]].

IE6 causes a lot of pain for web developer/designers all over the world. In fact I'd go as far as saying it is stifling possible innovation. Whereas new browsers are highly powerful many developers/designers are held back by using new powerful features of those browsers as some people keep insisting on using Internet Explorer. Thank god the tide is turning, for example [[you tube|http://youtube.com]] no longer hosts Internet Explorer 6 along with lots of other websites.
tags:
links:

IE6 ActiveX and Ajax

Osmosoft recently launched a new website for ILGA (the international gay lesbian association). The main focus of the website is a map (built using my [[Vismo library|http://www.jonrobson.me.uk/Vismo]]) of the world showing legal information about topics such as "Are male to male relationships legal?" and in those countries where they are not legal exposes those countries that still think it is valid to punish two gay people with death.

As with all websites it's had a few teething problems, but the most recent one I came across was quite serious and felt was worthy of a blog post.

We got an email from someone who was at the website launch in Copenhagen at the outgames conference - they were trying to share the website in their company however when they tried it on their corporate network in IE6 the website wouldn't load. It transpired that they were getting a weird error message: "automation server can't create object". Of course at first glance due to the complexity of the VismoLibrary I felt I had overlooked something quite serious. However digging around revealed that in fact the error was caused because this corporate network had decided to disable ActiveX in the internet explorer 6 security settings for all their employees pcs (if making them use IE6 was not enough). The result of this was my seemingly harmless jQuery.ajax calls were failing as they were not possible.

So with the problem identified, time for solving. I wanted the most simple solution with minimal change to the server. Ideally I wanted to just change my javascript and not touch the head tags of pages on the ilga server. I got a solution which does just this.

Effectively what I do is test for browsers without  the ability to create XMLHttpRequests. For these browsers I append a hidden IFRAME to the body in javascript, the source attribute of which is the url I am making an ajax call to. Then, when the iframe has finished loading it runs the success function as normal. The result = normal looking website for these niche users. Hurray.

[[The ILGA website|http://new.ilga.org]] has since been updated with this fix.
Here is the code for those interested:
{{{
	    try { //see if I can do an ajax call
	        var test = new XMLHttpRequest(); 
                ilga.ajax = jQuery.ajax; //default to using ajax for all happy browsers
        }
        catch (ex) {
            ilga.ajax  = function(options){ //define a new function which does exactly the same but with iframes
                if(options.url.indexOf("http://") == -1){
                    var x = document.createElement("iframe");
                    x.src = options.url;
                    x.style.setAttribute("cssText","display:none;");
                    document.body.appendChild(x);
                    jQuery(x).load(function(){
               
                 		var response = jQuery(
                     	x.contentWindow.document.body).text();
                        options.success(response);
                    });
                }
                
            };
        };
        
}}}
tags:

Ideas for a rainy day

go zorbing (rainy possibly not a good idea though)
tags:
links:

Improved IE experience for canvas graphics just in time for Christmas - reuse is the key!

Not so long ago I mentioned about experimenting with speeding up the experience in GeoTiddlyWiki for internet explorer users. The proposal was to throw away Google's ExplorerCanvas and to create the vml objects myself and treat scaling and translating transformations differently to ExplorerCanvas. So to recap ExplorerCanvas allows you to do everything in canvas which you can in Firefox, however fatally this means that it replicates the way canvas performs transformations - it applies them first and then every drawing command that follows implements that transformation

So for example in canvas say you had a drawing of a line from coordinate 0,0 to 100,100 and then wanted to scale this line to make it twice as big you'd do the following.
{{{

ctx.clear(); //clear existing drawing
ctx.scale(2,2); //set new scale

//drawing same drawing in this new context
ctx.beginPath();
ctx.moveTo(0,0);
ctx.lineTo(100,100);
ctx.closePath();
}}}
You try to do the same thing in ExplorerCanvas and it may not be noticeable on one line but I promise you the more lines there are the more noticeable that is going to get.
The reason is that ctx.clear() method. With that call, every single vml object is going to disappear. Then with every closePath command a new vml object will appear. Creating dom elements and destroying them are not good ideas in Internet Explorer.

So focusing on what vml is, it becomes clear that if you want to do some translations and scaling you should re-use existing vml objects instead of deleting ones and creating new ones. Sure it's still going to load slow that first time, but every time from then on it should be much quicker to draw. You can either directly modify the path attribute of the vml object or even better using css modify the left, top, width and height attributes. Still haven't worked out the best way for rotation but it certainly makes a difference in apps just using translation and scaling. 

I guess the proof is in the pudding so try either [[this link|http://www.jonrobson.me.uk/tests/explorercanvasvscss/canvastest.html]] or take a look at [[my Travel tiddler|Travel]] and try the panning and zooming in Internet Explorer, and although it's still not quite the same experience as Firefox it's a lot better than you might expect.
tags:

InstaCommentsPlugin

/*
Unused unmaintained code. here purely for historic reasons..
*/
config.macros.instacomment ={
  handler: function(place,macroName,params,wikifier,paramString,tiddler){
var title = ""+tiddler.title;
title = title.replace("%20", "_");
title = title.replace(" ", "_");
title = title.replace("'","");

var old = document.write;
document.write = function(text){
  wikify("<html>" + text + "</html>", place);
}
if(instac_button){
instac_button(4399, title);
}
document.write = old;
}
};
tags:
links:

Internet Communication


tags:
links:

Ipswich


tags:
links:

Ipswich, United Kingdom

I got thrown here for a new job in Sept 2007. I didn't like it too much however and moved to [[Colchester]] after 6 months.
tags:
links: Colchester

JIT

JIT is an opensource javascript library for creating and visualising graphs
http://blog.thejit.org/?page_id=14
tags:
links:

James Shi


tags:
links:

Japan

I went here for the first time in February 2008 on my birthday. I look forward to telling you more about my trip!

!Youtube
http://uk.youtube.com/watch?v=yyU0pe6EFBQ
http://uk.youtube.com/watch?v=OAN6JHa7uNU
tags:
links:

Java


tags:
links:

Jon Robson

!Me
[img[/images/jonrobson.jpg]]
My screenname is Rakugo. Last I heard this is a form of Japanese verbal entertainment that means "a long and complicated comical story". Originally I thought it meant grafitti but both definitions seem to fit my personality so the name stuck. This is of course not my real name as that would be silly. Actually my name is Jon Robson hence the website address. Quite a coincidence that actually.

If you need to get hold of me you can do so through the following lovely web-based mediums. I currently work for the lovely [[Osmosoft]] part of BT. Make sure you check out what cool things were are up to on the [[Osmosoft website|http://www.osmosoft.com]].

[[Jon's TiddlyWiki Stuff on svn|http://svn.tiddlywiki.org/Trunk/contributors/JonRobson/]]
[[Jon Robson on Github||http://github.com/jdlrobson]]
[[Jon Robson's website ie. here|http://www.jonrobson.me.uk]]
[[Twitter Jon Robson|http://twitter.com/rakugojon]]
[[Flickr Jon Robson|http://www.flickr.com/photos/jdlrobson/]]
[[Facebook Jon Robson|http://www.facebook.com/profile.php?id=222302160]]
[[Dopplr Jon Robson|http://www.dopplr.com/traveller/jonrobson/public]]
[[on vimeo|http://vimeo.com/jonrobson]]
Or for the old fashioned try my e-mail address which is ''jdlrobson'' then you put the 'usual at symbol'' and then "you make that an address at gmail'' with the company ".com" of course. I like emails it makes me feel more popular than I am so please do!

You can also keep an eye on what I'm bookmarking on [[Delicious|http://delicious.com/jdlrobson]]
tags:
links:

Jon is running TiddlyWeb

How exciting! Finally after months of excuses I finally decided to sit down and move my site to TiddlyWeb from ccTiddly. My main goal for this was my site was becoming sluggish and taking sometimes up to 10 seconds to load, purely because of the way ccTiddly by default loads all your content into your TiddlyWiki at once. There is a plugin called Skinny Tiddlers in my infancy, but I felt pretty damn sure TiddlyWeb was the answer to my problems.

So first step was to install the site, for this I followed Ben Gillies [[wonderful guide|http://bengillies.net/.a/recipes/blog/tiddlers/Running on TiddlyWeb, Part One]] however since I've never been good at setting up servers I still ran into issues. My main ones were as follows which may be of help to others that are setting up TiddlyWeb:

1) After installing virtual python, when I ran python my server was still using the normal version of python running on my server. I had to modify my .bash_profile file in my home directory so that it looked for my virtual python first.. Since my virtual python was installed in /home/jonrobson/bin I placed this in front of my $PATH.
{{{
PATH=/home/jonrobson/bin:$PATH
export PATH
}}}
To refresh the .bash_profile then type {{{. .bash_profile}}}

The next problem I ran into was was with setting up my index.cgi file. It took me ages to troubleshoot as all I was getting was Server 500 error with no useful error message. My first problem turned out to be that when defining tiddlywebconfig_dir I was using a relative directory path, in the end what I needed for it to work was {{{tiddlywebconfig_dir = '/home/jonrobson/www/blog/config'}}} as my tiddlyweb instance called blog was living in this directory on the os (before I had been trying {{/blog}}) thinking it was relative to my directory root.

I then had a another issues in my index.cgi file, and I found that by adding exception handlers I got round them but still am yet to find a solution. My index cgi file also had issues importing tiddlywebconfig as an exception revealed.. {[Cannot import serve from tiddlyweb No module named tiddlywebconfig}}. The reason for this turned out to be that my egg path was set incorrectly. I had been trying {{os.environ['PYTHON_EGG_CACHE'] = '~/.python-eggs'}} however what I needed to have was {{os.environ['PYTHON_EGG_CACHE'] = '/home/jonrobson/.python-eggs'}} -  I guess the tilda symbol pointed to the normal python egg directory not my virtual python one.

If your having 500 server error issues when you load tiddlyweb possibly this snippet of code - [[/development/code/index.cgi.txt]]- could help you at least identify where your problems lie. It's basically the original cgi file with a few exception handlers put in to give more meaningful error messages.

So now I had a TiddlyWeb instance running I began part 1 of my big plan. Two bags. Lots of tiddlers. I took my currently ccTiddly, and pulled it offline saving it as jon.html. I ran {{twanager imwiki jon.html common}} which put all my tiddlers into a bag called common. My TiddlyWeb was up and running and looking like it had done previously.
tags:
links: TiddlyWeb

Jonathan Lister


tags:
links:

Keeping your notes cleaner using image tagging

Most of us use diagrams to convey ideas in our notes, whether it be to explain a complicated database structure, to show how things are related or to explain the meaning of life. In fact many of your notebooks I am sure are full of diagrams you have doodled. So why doesn't TiddlyWiki your own personal notebook do this as well? Well it's getting there... I have written a plugin called [[ImageTaggingPlugin]] which allows you to annotate images (note this works best in Firefox so please switch browsers if you can to get the best demo).

This allows you to do cool things such as what I've done in my note about [[Osmosoft]] (see below)..
----------------------------------
<<tiddler Osmosoft>>
----------------------------------
If your an artist it is pretty cool in that you can provide large resolution photos of your art and allow users to explore them and add notes. I've done another demo using fellow Osmoftonian Paul Downey's Web Is Agreement poster as well as demoing some of my girlfriend Caro's art. Check that out [[here|http://www.jonrobson.me.uk/development/ImageTaggingPlugin/demo.html]]
[img[/images/moralcompass.JPG]]

It also opens up the doors for a good way to organise your notebook - take a doodle which explains your note book and organise your tiddlers as if you were organising them on a shelf. Feel free to try a copy in your own notebook. Controls are as follows: double clicking on a tag opens it, if you double click and its not on a tag, it will create a new tag.  + and - keyboard keys increase/decrease the size of the circle that will be placed on the image. Click in an empty space to add a tag and then hold down on the circle created to move it around the page.
<<TagImage /images/jonrobsonmeuk.jpg fill:rgb(255,0,0) width:400 editable:true>>
Note: I realise there are a few bugs and might be a few issues therefore with the plugin. However this is because it is very experimental at the moment. Thus I would be highly greatful for any comments you can leave me using the form below!

Enjoy...!
tags:
links:

Laos

I went here for the first time July 2006. I look forward to telling you more about my trip!
tags:
links:

Less Than Greater Than and Geofilter TiddlyWeb Plugins

I have just released two plugins on PyPi that I hope will be very useful for TiddlyWeb users.

The first of which I call ''ltgt'' - which stands for "less than greater than". This TiddlyWeb plugin adds a filter that you can use across all your bags to perform simple less than or greater than functions. This is best demonstrated by an example..

All my posts on this blog live in a bag funnily enough called [[posts|/bags/posts/tiddlers]]. Tiddlers in this bag have a field called "created" which tells you when the post was first created. A common query you might want to carry out on a dataset such as this is find all posts I have written from the start of 2010 to today.

In TiddlyWeb (and TiddlyWiki for that matter) dates are expressed as YYYYMMDDhhmmss  - where YYYY is the year, MM is the month, DD is the day, hh the hour and so on.. where the hour, minutes and seconds are optional. So the first day of 2010 would be the string 20100101 and today the 22nd March would be 20100322. For the query we want we need all posts where the created date is less than 20100101 and greater than 20090101. This corresponds to the new filter supplied by this new plugin "gt=created:20100101&lt=created:20100322"

I can now find that 11 posts have been created between these two dates using [[this url|/bags/posts/tiddlers?gt=created:20100101&lt=created:20100322]]

For any other field other than modified and created, the fields are treated as floats. I imagine this would be useful for the sort of things you might do with an Excel spreadsheet - generate a report of all items between two dates or if you had tiddlers with a cost field associated you might want to return every tiddler that costs over 20 pounds (this would equate to something like ?gt=cost:20.

If you fancy playing with a copy of this, the install is quite simple if you have used TiddlyWeb before. It can be found on [[PyPi|http://pypi.python.org/pypi/tiddlywebplugins.ltgt]] so install is a doddle just do
{{{
pip install tiddlywebplugins.ltgt
}}}
and do the usual add to TiddlyWebConfig sort of stuff.

Next up is a plugin for geo lovers called ''geofilters''. If you have a tiddler with a field "geo.lng" and "geo.lat" you have a geotiddler. For instance [[this is a geotiddler|/bags/rssfeeds/tiddlers/tag%3Aflickr.com%2C2004%3A_photo_2392936850.txt]].

One thing that might be useful to know is to find data near a given location. The example above  is a photo I took in a place called Nha Trang in Vietnam. Maybe I want to see other photos or data like this. More concretely I might want to find other data within 100 kilometers of this. This tiddler has fields "geo.lat" and "geo.lng" with values 12.249262 and 109.18848 respectively (well it does at the moment :)). Using my geofilters plugin you can now query tiddlers in a bag or recipe like this:
{{{
?near=109.18848,12.249262,100km
}}}
So for all tiddlers in the same bag as this photo I can try this [[link|/bags/rssfeeds/tiddlers.wiki?near=12.249262,109.18848,1000km]] and instantly get all those nearby tiddlers in a TiddlyWiki. One of the results is this flickr photo [[tag:flickr.com,2004:_photo_2392109735]] taken in Cambodia, a country which shares a border with Vietnam. Instantly your geodata is more open and useful then an Excel spreadsheet. 

This one can also be found on [[PyPi|http://pypi.python.org/pypi/tiddlywebplugins.geofilters]]

Watch this space... there will be more on geotiddlers.
tags:
links: TiddlyWeb

London

After much resistance I moved here in October 2008. I never thought living in London would happen and it's turning out to be not too bad (albeit expensive)!
tags:
links:

Love thy Customer

I had the pleasure of spending 3 days and 3 nights in Brussels, Belgium last week with a customer of Osmosoft's for whom we are currently doing pro-bono work for. The reason for the trip was we have a release coming up (a big one) and we were a bit behind on a few things, and I believed that we could nail these much quicker in person. Turns out this was correct. In those 3 nights and 3 days there was lots of talking, lots of coding and most importantly lots of results. Jon Lister/JayFresh who has just left Osmosoft this week was also on that trip and to quote him "We got about 2 weeks work done in 3 days". Quite an achievement. 

And it wasn't that expensive in business terms... for 3 people the major cost for us was hotels - and that only cost us £180 - made possible by the decision to stay in a youth hostel rather than a luxurious hotel. And although my sleeping wasn't as good as normal as a result, I still kept my productivity as 1) I was out of the office - therefore this was important and required my focus 2) I was with my customer and 3) I really care about the success of this project.      

There are a few things I really care about and think are important in software development. One is re-use, another is testing and the third is time with the customer. I know we have a credit crunch going on but don't let that be an excuse for neglecting the most important person in your project's world.
tags:
links:

Mail it a tiddler

For those of you who remember yesterday I set my TiddlyWeb up so it would mail me a tiddler on demand from a shell script (just to demonstrate it could be done). If you haven't read it or have the memory of a goldfish please read [[Mail me a tiddler]] to get up to speed.

So phase 2 was always going to be going the other way and taking an e-mail and turning it into a tiddler. Again I've gone away and done some work and have made this possible! Hurray!

If you take a look at this [[lovely link|http://www.jonrobson.me.uk/wiki/bags/emails/tiddlers/78b4c3b5-a77b-11de-9fa9-0030489a0ca6.txt]] you will find yourself presented with a tiddler. But this is no normal tiddler - this my friends - is the first tiddler created by e-mail (as far as I know). Lo and behold its beauty!

But you my friends if you don't believe me can try it yourself as I've setup a test instance allowing you to e-mail your very own tiddler to this bag - simply send an email to tiddlyweb at jonrobson dot me dot uk and TiddlyWeb will soon get back to you with a url to view it. Pretty neat hey?

To get this running yourself you will need 4 things - tiddlyweb, a pop email account, the [[sendmail plugin|http://svn.tiddlywiki.org/Trunk/contributors/JonRobson/TiddlyWeb/plugins/sendmail.py]] and the newly created [[getmail plugin|http://svn.tiddlywiki.org/Trunk/contributors/JonRobson/TiddlyWeb/plugins/getmail.py]].

Configure the getmail script with your pop email settings and you will then be able to run
{{{
twanager getmail emails true
}}}
which will check the email inbox you gave it, and put any new mails into the bag called emails. The final argument will send a notification (you will need to adjust the text in getmail.py to change the message to suit your needs).

Those are the two pieces as I see them in the mailing puzzle. With both of these you should be able to make TiddlyWeb plugins that do lots of amazing things such as publishing tiddlers from email/sending notifications. Now I've got to find a way to do the same with a text message :)
tags:

Mail me a tiddler

I was quite interested in the concept of mailing tiddlers from tiddlyweb to e-mail addresses. I could imagine several use cases for this - one allowing notifications. For instance I might want to get an email of all the most recent comments added to my blog.

I'm also interested in the idea of emailing/texting my tiddlyweb instance in some format ([[mahemoff talks about the same concept here|http://softwareas.com/2010-the-year-email-took-off]] albeit he's not necessarily thinking TiddlyWeb) and for it to know what to do with the email it receives and transform it into a tiddler. I'd then need a reply from tiddlyweb saying "yum yum thanks for that tasty tiddler click here to confirm you are who you say you are". When I click that link my tiddler appears. Quite useful if you are away from home -something that Twitter has taught me. I'm not sure if it's just me but since I never have a pen or paper on me and always have a mobile phone, I find myself writing draft text messages with ideas I've just had or things I want to look up when I get home. It would be much better if I could mail/txt that to a location that I've hooked an rss reader into to remind me of things to do.

To create this very tiddler - I would send an email to my tiddlyweb with a subject of "/posts/tiddlers/Mail me a tiddler" (where 'posts' is the bag it goes to) and the body of that email would be the very same as you see when you visit [[this link|http://www.jonrobson.me.uk/wiki/bags/posts/tiddlers/Mail%20me%20a%20tiddler.txt]]. Nice and easy.

Anyway I digress, I've not done the receiving aspect yet, but it turns out sending emails from TiddlyWeb is quite easy - if you have [[sendmail|http://www.sendmail.org/]] installed on your server you can try this [[sendmail.py twanager script for tiddlyweb|http://svn.tiddlywiki.org/Trunk/contributors/JonRobson/TiddlyWeb/plugins/sendmail.py]] simply run
{{{twanager <<email>> <<bag>> <<tiddler>>}}}
like this:
[img[/images/sendmail/input.png]]

and it will send you the tiddler from the bag to your email in text format.
[img[/images/sendmail/output.png]]

Hope this is a good starting point for something even cooler! :)
tags:
links: TiddlyWeb

Make friends with Google - get your ccTiddly indexed

One of the big pains with TiddlyWiki is that if you put it on to the web it will not get indexed by most search engines very well. Most annoyingly if your TiddlyWiki is huge then if I am searching for something specific such as "penguin skiing start date" which is inside a tiddler called "Penguin skiing championships", although google might find the term "penguin skiing" inside my website it will only index the tiddlywiki itself in it's entirety - so as soon as a potential visitors to the penguin skiing championships click on that search result in google they will see my default TiddlyWiki with no mention of penguin skiing. Although that content is hidden away in the site, that visitor is unlikely to try searching for that term again in the TiddlyWiki search box. So that potential visitor has now had a bad experience of my website.

So this was something that was annoying me so I tried to do something about it. Now if you do a search on google for my tiddlywiki ([[google search me|http://www.google.co.uk/search?hl=en&client=firefox-a&rls=org.mozilla:en-US:official&hs=LiO&q=site:www.jonrobson.me.uk&start=40&sa=N]])) you will find this site is indeed indexed by google - quite nicely in fact.

I saw 2 problems that needed to be solved.
* 1) Non-hash based uri's 
eg. http://www.jonrobson.me.uk#[[Make%20friends%20with%20Google%20-%20get%20your%20ccTiddly%20indexed]] doesn't get indexed by google but a url like http://www.jonrobson.me.uk/workspaces//tiddlers/Make%20friends%20with%20Google%20-%20get%20your%20ccTiddly%20indexed/ will.
* 2) Tiddler link generation.
Google or which ever search engine that is trying to index my site needs some way of trawling through it - this is through bog standard html links.

I also had 1 other requirement which was..
*3) No duplication of effort 
I didn't want to save html pages for tiddlers that were already stored in a database, or store extra things in that database - this seemed unnecessary and wasteful.

So here is how I approached this solution. First I tried to solve 1). To do this I created a folder structure that I thought was quite logical. It was this.. 
workspaces/<workspace name>/tiddlers/<tiddler name>.

So if I wanted the tiddler foo in the workspace bar it would be workspaces/bar/tiddlers/foo to get to that tiddler.

In my .htaccess file I added these lines to get my server to redirect to the right place - the "right place" being workspaces/index.php
{{{
#to indexes
RewriteRule (.*workspaces/)([^/]*)/$ $1/index.php?workspace=$2&%{QUERY_STRING}	[L]
#specific tiddlers or tags
RewriteRule (.*workspaces/)([^/]*)/tiddlers/*([^/]*)/$ $1/index.php?workspace=$2&tiddler=$3&%{QUERY_STRING}	[L]
RewriteRule (.*)workspaces/([^/]*)/tags/([^/]+)/$ index.php?workspace=$2&tag=$3&%{QUERY_STRING}	[L]
}}}

Now in index.php I had to solve problem 2) and satisfy 3). I made index.php into a nice page with a title and body, and inside the body I included another file called javascriptfree.php which would take the workspace, tiddler name or tag name passed in the query string parameters and use them to print some tiddlers. The code in javascriptfree.php was setup to create sql queries that pulled from the database the tiddler(s) being referred to. I also wrote some sql for pulling down all tiddlers with a certain tag - but I feel this is too much detail for this blog post. The next important bit is the text pulled from the database needs its links to work, so to do this I ran a php regular expression replace to get any wiki-text links to become real links. I then printed this on to the page. Problem 2 and requirement 3 solved. 

So now I had a way to browse my ccTiddlyWiki without javascript - it was just detached from my real ccTiddly, so the last task remaining was to bring these together. The tricky bit which I solved by some hackery was to decide what this workspaces/index.php file should generate without any query string - ie. what default tiddlers should be pulled out. I basically hardcoded an sql query which mimicked my default tiddlers function - however I am sure there is a more generic nicer way to do this. Now we have a default landing page we need to create a way of transporting google and non-javascript browsers there without disrupting our javascript-happy browsers. This is quite simple - we just need to the php wikified default landing page into the noscript tag in our ccTiddly index.php file. This essentially equates to adding the following line (remember index.php has <html> and <body> tags, javascriptfree.php is just the text that goes in the body.
{{{


<?php
include_once($cct_base."workspaces/javascriptfree.php");
?>
}}}
Now with javascript turned off the browser just sees the data in the noscript tag. It will look boring like this but at least it is indexable.
[img[images/sitenoJS.png]]
With javascript however it will look like this
[img[images/sitewithJS.png]]
Try turning off javascript yourself to see what happens if you don't believe me.

So that's pretty much it.. or is it? The answer is no. Although we now have a site indexable by users, the only page they can access in TiddlyWiki form is the homepage. If they try and access er foo at workspaces//tiddlers/foo they will see the ugly no javascript version so we need some way of making them jump to the right page, and it would be nice if we did so without a noticeable change in url. The first aspect of this is javascript detection - for this I created a hidden form in our javascriptfree.php that would be submitted by javascript if possible. If the form submit worked (ie. the value hidden within that form could be seen in the query string) then the normal ccTiddly index.php page would be loaded instead of the non-javascript version. However it would still know the workspace and tiddler/tag name which with a bit of tiddlymagic we can extract from the query string the tiddler name just as tiddlywiki currently can from the hash in the url. The code I use to do this can be found in [[RecentTiddlersPlugin]] at the end but I'll paste it below too.

{{{
var newinterval;
/*SERVERSIDE SEO OPTIMISATION PLUGIN */
/*HACK by Jon Robson to allow serverside friendly urls */
var indextid=window.location.pathname.indexOf("/tiddlers/");
var indextag=window.location.pathname.indexOf("/tags/");
if(window.location.hash){ abort abort!!!
}
else if(indextid > 0){
var tiddler = window.location.pathname.substring(indextid);
tiddler = tiddler.replace("/tiddlers/", "");
tiddler = decodeURIComponent(tiddler.replace("/", ""));

var tiddlers = [];
tiddlers.push(tiddler);
newInterval = setInterval(function(){if(story) {clearInterval(newInterval); story.closeAllTiddlers();story.displayTiddlers(null,tiddlers);};},100);
}
else if(indextag > 0){
var tag =window.location.pathname.substring(indextag);
tag = tag.replace("/tags/","");
tag =decodeURIComponent(tag.replace("/", ""));
var taggedtiddlers = store.filterTiddlers("[tag["+tag+"]]");
newInterval = setInterval(function(){if(story) {clearInterval(newInterval); story.closeAllTiddlers();story.displayTiddlers(null,taggedtiddlers);};},100);
}
}}}

So that's it - all the components you need to have your cctiddly indexed by google. Try it yourself by downloading [[http://www.jonrobson.me.uk/development/googleLovingForccTiddly/workspaces.zip]]. It may require a bit of hacking to work with your specific ccTiddly instance however as I have not packaged it up into a plugin or anything... In the meantime I'll be thinking up ways this could work for normal tiddlywikis...
tags:
links:

MakeBlogLinkTemplate

{{block{<<view title link>> (<<view tiddlyvoting.average text ifEmptyString:?>>/5)}}}
tags:
links:

Making a Canvas Clickable

I've been doing some work with the canvas object and wanted to briefly share my experience. Basically I have been drawing polygons and trying to make each of those polygons clickable something which canvas does not support out of the box.

Do this I accepted I would need a way of identifying a polygon. To do this I just wrapped the fundamental data used to draw the polygon - the coordinates - into a javascript object which also carried an id. The id would also represent the order in which it was drawn - ie. the first polygon to be drawn has id 0, the 5th has id 4 and so on... eg.. {{{ {coords:[x1,y1,....], id:0} }}} - these will also need to be stored in an object memory (more on this later) so they are all accessible and referencable.

The first method I tried then to make the canvas clickable was using the ancient <map> tag. This allows you to add <area> tags to specify clickable areas on an image. So if I have one flat image with 2 buttons, one of which I want to take to a contact me page and another I want to take the user to the homepage, I define these areas and associate them with different clicks. Well this was a tried and tested method, so I gave it a go with canvas. To do this, I popped a transparent image over the top of the canvas and associated it with an image map which I created dynamically as I drew the polygon. I'd recommend NOT doing this. Since the <map> tag is ancient - it gives a big kick to performance, however if your wanted something relative simple ie. 4 polygons that you want clickable feel free to give it ago.

Without the map tag rendering was much quicker however, it just wasn't clickable which begged the question - how do I make it clickable without producing a big dent in my performance. Well it turns out that the canvas supports a bizarrely named function "isPointInPath" which well tell you if a given x and y coordinate is in the polygon last drawn. Only downside of this is you can only run this test as you draw it. No big deal.. this is doable. We just have to iterate through all the polygons we have drawn on the screen - which we can do as we have that lovely variable memory from earlier.

However now after drawing the polygon we run a test on a given mouse x and y coordinate to see if the coordinate is present in the polygon.
{{{
function drawPolygon(poly,x,y){
	this.canvas = document.getElementById(canvas.id);
	this.ctx = this.canvas.getContext('2d');
			for(var i=0; i < poly.transformedCoords.length-1; i+=2){
				var x =parseFloat(poly.coords[i]);
				var y=parseFloat(poly.coords[i+1]);
				this.ctx.lineTo(x,y);
			}
			//connect last to first
			this.ctx.lineTo(poly.coords[0],poly.coords[1], poly.coords[poly.coords.length-2],poly.coords[poly.coords.length-1]);
			this.ctx.closePath();
			
			this.ctx.stroke();

return this.ctx.isPointInPath(x,y);
}
}}}
Using the above operation we can thus find the polygon where the x any y coordinate sit in, and return the polygon and do something else with it. We could change the fill colour for instance and just redraw that polygon. However this is still not ideal. Imagine 1000 polygons - we'd have to check each of those 1000 till we find a hit. We're going to need some optimisations.

The easiest one I can think of is by using grids. Each polygon, no matter what shape can be contained by a box. The box can be made of 4 values - x1, x2 and y1 and y2, where x1 is the furthest point on the left for a given polygon and x2 is the furthest to the right. When drawing a polygon, we can keep a record of this and store it into our polygon object as an attribute for instance poly.grid.x1, poly.grid.x2... etc..
So our polygon object now looks a bit like this {id: 0, coords:[x1,y1...xn,yn], grid: {x1:0, x2:50 y1:10 y2:50}. 
It is now much quicker to iterate through all the shapes and return only the shapes where for a given x and y mouse coordinate {{{x >= g.x1 && x <= g.x2 && y >=  g.y1 && y <=g.y2 }}} where g is the grid attribute of the shape. We now only have to redraw in instances where two polygons are in close proximity that their "grids" overlap.

It's the best solution I've come up with so far but it's not without it's weaknesses.. it seems the ExplorerCanvas does not support the isPointInPath operation which means less accuracy in IE (well until I work out an algorithm that does isPointInPath for me).

Watch this space and I'll share some code on this soon...

no ie support
tags:

MarkupPreHead

<!--{{{-->
<meta name="google-site-verification" content="KsGrYwiBz9gOEq0kFbloZIzd5hW8lWrdBotKwULp-jQ" />
<title>finding my feet - a sort of blog/wiki hybrid thingy from the head of Jon Robson</title>
<meta name="description" content="This is the alternative blog of Jon Robson, a web developer working out of London for Osmosoft and BT with a great love of HTML5 and its possibilities..Jon is a big fan of a challenge, thus proved by taking a pure javascript client-side application called TiddlyWiki and along with a server side version of the open source TiddlyWeb thinking he can turn it into a blog with a good server side optimisation story. See how he is getting on here." />
<meta name="keywords" content="jon robson"/>
<link rel='index' title='Jon Robson' href='http://jonrobson.me.uk/' />
<link rel='alternate' type='application/atom+xml' title='RSS' href='/atom' />
<link rel='archives' title='All blog posts' href='http://jonrobson.me.uk/archive' />
<link rel="stylesheet" href="http://jonrobson.me.uk/static/css/findingfeet.css" type="text/css"></link>
<!--[if IE 6]>
<link rel="stylesheet" href="/static/css/ie6-jr.css" type="text/css"></link>
<![endif]-->
<script type="text/javascript">

  var _gaq = _gaq || [];
  _gaq.push(['_setAccount', 'UA-7040645-4']);
  _gaq.push(['_trackPageview']);

  (function() {
    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
  })();

</script>
<script type='text/javascript'>
//fix a nasty bug
alert = function(){};
var alert = function(text){};
</script>

<!--}}}-->
tags:
links:

Martin Budden


tags:
links:

Merging all my rss feeds using TiddlyWeb

Today I hooked this website into many of my rss feeds to provide me with a platform that I could use to search through them all. I save a lot of links to delicious, I save lots of photos to flickr and I tweet alot. Sometimes I tweet about interesting things (well at least to m me) and sometimes I save photos/delicious items that I want to recall with a moments notice. However for the love of me I never know where I put them. Introducing a new solution using TiddlyWeb.

So next time I want to find *that* photo of a sheep to show someone I don't have to worry if it's on Flickr or Facebook I just search at www.jonrobson.me.uk for sheep and I find an item and there it is. Well as long as I tagged it correctly. Give the search a go in the top right and you'll see what I mean..

[img[/images/searchingforsheep.png]]
Next time I want to find that article that helped me install cron for this task I search for "cron" and find it in my delicious feed.

So how did I do it?
Step 1: Installed a new TiddlyWeb plugin called imrss which imports an rss feed into a tiddlyweb bag. I made it this morning.
In my terminal I can now do this:
{{{
twanager imrss "http://api.flickr.com/services/feeds/photos_public.gne?id=24701860@N05&lang=en-us&format=atom" rssfeeds
}}}
and it will take the items in that flickr rss feed and stick them in the bag rssfeeds.

If you want imrss you can download it from [[here|http://svn.tiddlywiki.org/Trunk/contributors/JonRobson/TiddlyWeb/plugins/imrss.py]]
Step 2: Create a shell script that does this for lots of feeds for me
My shell script looks like this and is named pullrss.sh.
{{{
twanager imrss "http://feeds.delicious.com/v2/rss/jdlrobson?count=15" rssfeeds
twanager imrss "http://api.flickr.com/services/feeds/photos_public.gne?id=24701860@N05&lang=en-us&format=atom" rssfeeds
twanager imrss "http://twitter.com/statuses/user_timeline/16467495.rss" rssfeeds
}}}

Step 3:Set up a cron job to do this hourly/daily so that the content is refreshed.
I then created a file called cron.txt which looks like this
{{{
0 0 * * * cd /home/jonrobson/www/blog && ./pullrss.sh > /home/jonrobson/www/blog/cronput.txt
}}}
This tells me to execute the pullrss shell script every 0th minute on every 0th hour (ie. daily) and put the result into cronput.txt so I can do some error debugging later on.
I setup the cron job on my server using {{{crontab crontab.txt}}}

Step 4: Add beefcake.
Obviously the more I contribute to these social network sites the bigger my TiddlyWeb is going to get, so I need to improve performance. Read about this in my earlier post [[Get some Beefcake for your tiddlers]].
tags:

MetaCrap

An interesting article about why meta-data inputted by humans is.. well crap. Raises some valid points, but I believe in the right community (the right community being the key bit) meta-data inputted by humans is much more useful.
http://www.well.com/~doctorow/metacrap.htm

This is also interesting and relevant:
http://www.vanderwal.net/random/entrysel.php?blog=1750
tags:
links:

Michael Mahemoff


tags:
links:

Minifying javascript for tiddlyweb

Another plugin for you. This time I've taken [[JSMin|http://www.crockford.com/javascript/jsmin.html]] and I've upgraded my tiddlyweb so that it has an extra serialisation - minified. Now if you access one of my plugins and request it minified eg. [[here|http://www.jonrobson.me.uk/wiki/bags/plugins/tiddlers/VismoLibraryCode.minified]] you will get a minified form returns. Try [[here|http://www.jonrobson.me.uk/wiki/bags/plugins/tiddlers/VismoLibraryCode.txt]] and you'll notice the code is not originally minified. I've also put a hook into wiki so if you access [[here|http://www.jonrobson.me.uk/wiki/bags/plugins/tiddlers.wiki]] for example you will get a tiddlywiki with anything tagged [[systemConfig]] in minified form. This is a good thing as it reduces the size of the content you are supplying to your users thus decreasing their load time.

If you want a peak head over and check it out from [[svn|http://svn.tiddlywiki.org/Trunk/contributors/JonRobson/TiddlyWeb/plugins/pluginminifier]].
tags:

Mirror Mirror on the wall

I've been arty recently having received a blank mirror as a Christmas present from my girlfriend's mum. I think being arty is really important for any software developer as I see this as a creative field - if you are just coding for the next payrise you are in the wrong job in my opinion - software development in my eyes is just a new generation medium for artists.

Anyway I took the concept that a mirror shows the person that looks at it on the exterior, I thought I'd try and reflect what is on the interior.... hope you like! Gaudi meets EastPak.

<<image /images/art/P3290893.JPG 600>>
tags:
links:

My Employment

I currently work for a telecommunications company as a [[software developer]]

I have previously worked for Airbus in the [[Knowledge Management]] department.
tags:
links:

My Family Tree

[[view here|http://www.jonrobson.me.uk/familytree/familytreeindex.php]]
I will be upgrading this to be within a TiddlyWiki soon. Watch this space..
tags:
links:

My Work

My work revolves mostly around the two projects TiddlyWiki and TiddlyWeb, but I've been known to play with/develop using [[openstreetmap|http://www.openstreetmap.org/]], [[JIT|http://thejit.org/]] and [[SVGWeb|http://code.google.com/p/svgweb/]]. I also contribute to other opensource projects in non-softwarey ways like [[WikiTravel|http://wikitravel.org/wiki/en/index.php?title=Special:Contributions&target=Jdlrobson]].

Most of the development I do will probably end up on this site or on [[github|http://github.com/jdlrobson]]

!Websites
Websites I have worked on include ''[[The International Gay Lesbian Association website|http://ilga.org]]'' (more details [[on this blog|ilga]]) and the experimental [[Tampr for coffee fiends|http://tampr.co.uk]]

!TiddlyWiki plugins
I have created various TiddlyWiki plugins however most of them are experimental and never completely get the love they deserve. Plugins I create for TiddlyWiki end up [[here|http://svn.tiddlywiki.org/Trunk/contributors/JonRobson/plugins/]].  To build them you might need to read this blog post about [[How to cook in TiddlyWiki]]. Probably one of my more interesting plugins was ''TiddlyTagMindMap'' - a project exploring Mind Maps for TiddlyWiki without any external files which I feel are great for organising large amounts of data. Probably one of my most popular plugins however I'm a bit embarrassed by the underlying code. See [[TiddlyTagMindMap on tiddlyspot|http://tiddlytagmindmap.tiddlyspot.com]]

!TiddlyWeb plugins
I make lots of TiddlyWeb plugins in Python. The more consumable ones end up on [[pypi|http://pypi.python.org/pypi?%3Aaction=search&term=tiddlywebplugins&submit=search]]
tags:

MyMap

<<geo width:200 height:200 id:mainmap>>
<<flickrMyGeo http://www.jonrobson.me.uk/handle/proxy.php?feed=http://api.flickr.com/services/feeds/geo/?id=24701860@N05&format=rss_200 mainmap #00ff00>><<DopplrMyGeo 'http://www.jonrobson.me.uk/handle/proxy.php?feed=http://www.dopplr.com/traveller/jonrobson/feed/mytrips/b2d5f666ed4d073d72416f3f100ea7e67a34f2b8b1bcc46e931666edf58376c2/all' mainmap #ffff00 #00ff00 #00ff00>>
tags:
links:

Nerdy Terms

Sometimes the team say nerdy things I don't know what they mean. I make a note of them here.
!ENOPARSE
Stands for Error No Parse (an old c error code).
Means you didn't understand something.
tags:
links:

Netvibes Open source?

I love [[netvibes|http://www.netvibes.com]].

You can put pretty much anything of interest you want on the page. The only downside is I find I tend to spend longer on the web. I'll open up the homepage, glance at all the things of interest to me and then act on the data pushed by way (maybe reply to a facebook wallpost or read more on an interesting news article). I've also got a fair amount of freedom to move the boxes on the page to where I want them to be.

Search boxes for instance. No need for one of those on a homepage as I've got one of those in the top right of my firefox browser. Date and time? Nope.. got one of those in the bottom right of my taskbar.

It's still not perfect though. It might be a big ask but it would be cool if I had total freedom. The freedom to move widgets so they overlap, the ability to define the exact x and y coordinates they appear at rather whether they appear in the centre, left or right. Would be good to be able to put the top bar which allows me to add new contact, alter settings and sign out right to the bottom. In fact it would be good if I could edit the source code directly- be given total power of my content. Same goes for apps. I noticed a clock app on my travels, but the times in it are shown in a relatively large font. It allows me to choose between an analogue and digital clock or red or green coloured digits but what about the size, the font etc..? Why can't I change them..

I guess there is a danger of losing total structure and security to the WWW if you allowed a user to modify source code, but I believe the more power you give to the user the more powerful the web becomes. You as an individual become your own web developer essentially. Look at BBC news for instance. Half the content I never look at. I am sorry to say I rarely visit the Scotland news section so why should it be pushed my way? I wonder whether we will ever get to a state where you can "netvibe" any website through a simple interface. I dream of a time I can simply hide a link, alter a layout (I say hide as destroy would mean to remove it forever) to suit my individual needs. I wonder whether this will ever happen...
tags:
links:

Nicer Tagging

I have been doing some work for one of our clients on their website we are developing using TiddlyWeb and TiddlyWiki (http://new.ilga.org). We are using TiddlyWiki as a content management system where users login to a TiddlyWeb instance and are able to use the TiddlyWiki interface to create tiddlers which can be many things including the articles displayed on the site.

It was recently pointed out to me that we had been a bit lazy in implementing tagging for the users of this content management system. Most of the users would not be familiar with TiddlyWiki or it's syntax however we had left the TiddlyWiki native tagging mechanism into our system.

So I've come up with a more interesting solution: NicerTagging - which you can get and look at [[here|http://www.jonrobson.me.uk/development/niceTagging/index.html]]. Essentially what this does is try and mimic the Flickr interface for tagging. It allows users to type new tags in a box and hit enter to add the tag to the tiddler. Tags are now deleted by using crosses next to each of the individual tags. It also makes use of some other code I have been using in my [[AdvancedEditTemplate|http://www.jonrobson.me.uk/development/AdvancedEditTemplate/index.html]] plugin to make suggestions on tags using existing tags in the TiddlyWiki system and a Suggestions tiddler for custom tag declarations.

I thought I'd introduce the plugin to the TiddlyVerse. Let me know how I can improve it and if it's useful :)
tags:
links: TiddlyWeb

Nick Webb


tags:
links:

No javascript tiddlyweb

So something's been bothering me for a while... When people come to my website through search engines they get a totally different experience from reading it in the context of my TiddlyWiki ie. if they were to put http://www.jonrobson.me.uk#No%20javascript%20tiddlyweb into their address bar.

Instead if they get to this post from their search engine they see [[a basic html version|/wiki/recipes/beefcaked_jonrobson/tiddlers/No%20javascript%20tiddlyweb.html]]. This is fine, they can read what I'm saying, but they are getting a totally different experience. This bothers me. From this view they cannot see the content they are missing. For instance if I was to run a tiddlywiki macro called 'thisisthemostamazingmacrointheworld' right now.. here-><<thisisthemostamazingmacrointheworld>><, in the html version you missed it. However if you were reading this with javascript maybe some amazing javascript would happen (well in this case the macro doesn't exist and throws an error so that's not important). What *should* happen is that user should be informed that they missed out on this incredibly amazing macro as they have javascript disabled. Just to rub it in a little.

The next thing that annoys me, is the style of [[the basic html version|/wiki/recipes/beefcaked_jonrobson/tiddlers/No%20javascript%20tiddlyweb.html]] is completely different from my website style. Black text on white background does not reflect me. I've put lots of effort into my web design, I want people to see that regardless of whether they have javascript or not. However, I want to use TiddlyWiki to edit my website and maintain my content as I am comfortable with the technology and enjoy using it. I don't want to have to maintain several extra files to make sure the site looks the same for non-js viewers. I want everytime I edit my page template for the changes to be reflected in the non-js version.

So put simply I've created a plugin that uses [[Jinja2|http://jinja.pocoo.org/]] - a server side templating engine to mimic how TiddlyWiki constructs it's pages. It takes the reserved tiddlers PageTemplate and ViewTemplate and converts wiki syntax into html syntax on the server and serves up a page that if it goes well (remember this is a first version so not completely tested) will look pretty much like it would in javascript. If PageTemplate and ViewTemplate are not defined it uses the default TiddlyWiki shadow tiddlers. For example with javascript enabled look at a bag of plugins on my site [[/wiki/bags/plugins/tiddlers.nojswiki]] and compare with [[/wiki/bags/plugins/tiddlers.wiki]] - it looks very similar. Disable javascript and view the same 2 links and on the latter link you'll get a nasty red box, however if you click browse the content on this page you get that more reassuring interface.

At the moment as soon as you click a link in the non-javascript version you'll be redirected to the javascript tiddlywiki version, so anyone coming from a search engine should now be back in the world you want them to be. Yey. The code if you're interested can be found [[here|http://svn.tiddlywiki.org/Trunk/contributors/JonRobson/TiddlyWeb/plugins/NoJSPlugin/]] for you to try it yourself.
tags:

NothingToSeeHere

Unfortunately I've used this word somewhere but I've assumed you know what it is and don't feel I have anything interesting to say on the matter.        
Keep calm and carry on.
tags:
links:

Nottingham Forest

This is the football team I support.
It's a painful life, but one day we'll be back in the big time I'm sure.
tags:
links:

Offline Maps and better geotagging in GeoTiddlyWiki

I've been continuing my experimentation with loading google static maps into the canvas powering GeoTiddlyWiki (see [[GeoTiddlyWiki meets google maps static image server]]. It's been a good 24 hours and I've got to a point where I have managed to get the scaling and translating functions in geotiddlywiki matching that of google maps (alot of trial and error and making use of [[proj4js|http://proj4js.org/]]). 

Here is an example of this in action:
[img[images/newyork.png]]

The interesting thing about this is it highlights the difference in quality between the geojson data file I've been using and the actual shape of the world (as google sees it). It would be quite feasible that the google maps static image layer could be used to manually improve the quality of the associated geojson file - after all it's just a case of adding additional coordinates to make the shape more detailed and thus geotiddlywiki could become a tool for constructing geojsons for other mashups.

Currently the static images are pulled off googles server each time the map is redrawn, but I love the idea of these downloading locally in the background, thus making the map available for offline usage. 

Make sure you see this in action here [[http://svn.tiddlywiki.org/Trunk/contributors/JonRobson/plugins/WorldMaps/examples/staticmap.html]] checking out it's various dependencies.

On another subject I've been refining the geotagging aspect of GeoTiddlyWiki. Before there was lots of overlapping of geotags (see [[this post|GeoTiddlyWiki]] however now I've begun treating geotags differently to polygons. I've got a great example of this you can view in [[Travel]] and explore.
tags:

One to many is what makes Twitter great

I recently went on holidays to Singapore and Borneo and on this trip I feel I really harnessed what makes Twitter great for me. I went on holiday with my partner Caro who up until this point had never left Europe and I also happened to go on holiday during my birthday. Expecting pandemonium on the text front (birthday wishes and are you still alive texts) I decided to send a link to my public twitter timeline to all my family and Caro's. I felt liberated... Now instead of texting everyone I was alive I just sent a message to my twitter account (which is connected to my mobile) and instantly I had reached my target audience without sending a few expensive texts to the variety of people who care about me or for finding an internet cafe (which I must say is quite difficult in the jungle). I also had the added benefit of tweeting real time when I got attacked by a leech in the jungle sharing a peculiar moment in my life and I had the added benefit of when receiving a text from a family member instead of texting them back directly I could contact them all with the possibly interesting reply.

I only found two downsides with this experience:

1) For some reason my texts from Singapore did not get to Twitter. Why I have no idea, but I had no feedback back from the twitter service or network provider saying the update had failed. So I had 2 days of not being able to broadcast my activities unknowingly. This caused problem number 2) - my Dad got worried. Since I had sent a text to Twitter saying I had arrived in Dubai (which was successfully broadcasted) my Dad knew I made it halfway to my destination, however he was then to wait 2 days before finding out I had arrived in Singapore safely (because of point number 1). Not ideal.

However I have to say overall Twitter is a great companion to bring on your travels. I will definitely be using it again!
tags:
links:

OpenLayers

Map based visualisation started looking at.

Can use longitude/latitude as markers.
tags:
links:

OpenSocial

Something I heard about from Mr. Paddock and thought I'd make a note of..

OpenSocial is currently being developed by a broad set of members of the web community. The ultimate goal is for any social website to be able to implement this API and host 3rd party social applications. There are many websites implementing OpenSocial, including Engage.com, Friendster, hi5, Hyves, imeem, LinkedIn, MySpace, Ning, Oracle, orkut, Plaxo, Salesforce.com, Six Apart, Tianji, Viadeo, and XING. Facebook however resists..

[[link|http://code.google.com/apis/opensocial/]]
tags:
links:

Opensource and Documentation

Opensource is a powerful thing. This whole blog is powered by the works of minds of various highly intelligent individuals who've locked together to work on topics of similar interests. I love the concept of such a community. A community where at any time there is a group of people really passionate, motivated and willing to achieve a like-minded goal in their spare time as a hobby.. for free. Imagine if this could be replicated in a work environment! Many people putting their hands together saying "I want to get involved with that" to solve a problem that is of interest to them! I'd bet they'd fine a way of fixing it and probably a damn good way in that. I get the impression in some ways Google work like this, and that's probably why they are seen as such as attractive company to millions of people.

Unfortunately businesses don't work like this. Usually they consist of hand picked people put in jobs, some of whom care about the impact of the work, some of them whom are mainly interested in their own personal career progression and how much money they can make out of it and how they can spin it on their CV.

I had a session at work today where we learnt about the life of one of my employees senior managers. It was interesting as from his chat, it seemed to me that he had got where he was today by doing something outside his job role. Something he believed in. He and a single colleague friend had made a billing system on a computer that at the time was groundbreaking. It had taken him 6 months, and this embarrassed some of his colleagues who the traditional way had been trying to create one in 2 years without an end product. Perfect example of how the "open source approach" is better than our traditional ways of working.

Without wanting to generalise or offend anyone, I'd bet this manager documentedd their work quite casually initially (because that's the boring bit right?!) whereas that group of workers who had spent 2 years probably created pages and pages of worthless documentation that no-one will ever read.

Even though I'm a big fan of opensource, I'm not an active participant of the opensource community and I'll tell you why.. put simply I find it so inaccessible. Firstly I get the impression that the people in it appear are much more intelligent then me and I feel I will get laughed down with my newbie questions. I also wouldn't know where to start... it just has this aura of an exclusive club where you have to be invited in. I'm sure this is not the case, but I just don't know how I get in. And when I recently found opensource projects on for example sourgefource, despite knowing what this opensource software could do, I had no idea where to start in the code, no documentation to refer to. I just had to play around with it hoping I could get it to do what I wanted. It was like going to Ikea, getting lots of planks of wood and being expected through trial and error to work out how it makes a desk. Not impossible but unnecessarily hard. And when there is documentation it's usually in a format I need to analyse for long periods of time before I understand. All I want is a simple getting started tour. Take a house analogy.. the house being the open source with all it's furniture and utilities functions, I want a quick guide showing me what everything does, so that I don't end up trying to toast bread in the washing machine or even worse pissing in someone's bedroom sink because I mistook it for the toilet. Once I know what that washing machine does, I might not know how but at least I've got a good headstart!
tags:
links:

PageTemplate

<!--{{{-->
<div id='contentWrapperJon'>
		<a href="/"><div id='header'></div></a>
		<div class='rsslink'><a href='/atom'><img height='30' src='http://jonrobson.me.uk/static/images/rss.png' alt='rss feed'/></a></div>
		<div id='topLinks' tiddler="TopLinks" refresh="content"></div>
		<div class='TopRightMenu'>Navigation Menu <div macro='search'></div></div>
		<div id='middle' >
			<div class='content'></div>
		</div>
		<div id='sidebar'>
			<div  class='aboutbox' refresh='content' tiddler='AboutBox'>
			
			</div>
		</div>
		<div id='displayAreaJon'>
			<div id='messageArea'></div>
			<div id='tiddlerDisplay'></div>
		</div>

</div>
<!--}}}-->
tags:
links:

Parking Permit Number 2

I was unfortunate enough to receive a parking permit Saturday evening after taking my Dad out for a meal. I find it most frustrating that we live in a country where we have no right to have our car on public land without having to pay.

TBC...
tags:
links:

Paul Downey


tags:
links:

Peerguardian causes problems with connecting to certain websites

This has caught me out a few times so I wanted to make sure I recorded it so that it doesn't happen to me again. I noticed certain websites would not load through Firefox or Safari and for the life of me I couldn't work out why. It turns out I installed peerguardian (a piece of software designed to improve internet  security was the reason why. Even though it was not running it turns out it was the reason why certain websites would not load. Turned it off/uninstalled it, and those sites were accessible again. Yey!
tags:
links:

Phil Hawksworth


tags:
links:

Phil Whitehouse


tags:
links:

Pimp your images

I just knocked up a bit of javascript using some code I had lying around which can take a normal html page full of images and enhance those images to provide zoom and pan buttons like you get in Google Maps. It uses canvas for Firefox and VML for Internet Explorer and for non-javascript browsers will leave the page as it was before. There are a few css glitches going on in it, but I think it's pretty cool.

Take a look at it [[here|http://www.jonrobson.me.uk/development/pimpmyimage/index.html]]

I've had plans for a completely javascript based diagram editor, and I see this experiment as being an important component of the final product when I manage to realise it.

Imagine being able to take normal html images and "pimp" them in such a way that you can now pan and zoom around them but also annotate them with tags. I don't think it would be too much more work for this functionality. I imagine a user double clicks on a part of a diagram and this creates a tag which when clicked loads a blank/previously edited note. The user can then edit or view that note. 

A simple example is like the tagging facility in Facebook. I could have a photo of all the members of my team and add points telling the reader who they are. If the user has no javascript, they would just see an image, however on the other hand if my team mate Simon comes along with mighty Javascript he could then visibly see the note and interact with it - maybe adding a link to his cv on the note referring to him in the photo.

I sense a plugin coming along..
tags:
links:

Pointy css arrows without images

I've recently been thinking about timelines written purely in html. The current idea in my head is a concept of time along the top - some sort of bar with dates for example and below that a list of projects with an arrow to the left of them where the start of the arrow corresponds to the start date of that project and the end of the arrow (the tip of the arrow head) represents the end date or possibly the current date if the project is still on going at the current time (i haven't quite worked that out).

Anyway, I wanted to do this without images and it seems that you can with pure css. A while ago I came across this super cool jquery plugin [[and bookmarked it on delicious|http___delicious.com_url_5163367ac1cd57e640c659285b81fc39_jdlrobson]]. This jquery plugin made use of an interesting css illusion through borders (a good website on the technique used here is also in my delicious feed - find the link [[here|http___delicious.com_url_da0960677150eb96af0196381af8c62c_jdlrobson]].

Anyway I assumed I could use the same technique to do the same and it turns out as recent Nobel peace prize winner Barack Obama would say..."Yes we can!"

I've not perfected the technique in IE yet but it seems to work fine in Firefox, Safari and Opera. See the results and give me your feedback as a comment to this post. 

[[CSS arrows without images|http://www.jonrobson.me.uk/development/css_arrows/arrow.html]]
tags:
links:

Programming is an art

I've always considered myself quite arty, quite creative. When I was young it was chalk and blackboard, I then moved on to playdough, then to Lego. As a youth I was always writing stories (most of which I never finished), drawing pictures (most of which looked rubbish) and then something happened. I reckon it was when I entered into GCSEs and A-Levels. I pushed more towards the sciences, thinking their were better employment prospects there, my creativity was stifled. I spent most of my time on computers researching to help me pass those exams and naturally fell into creative zones on the computer. I began creating computer games for a fan-based gaming community (around the tv show [[South Park]]) using tools called "The Games Factory", (a successor of "Klik and play" which some people may have heard of), but as I began A-levels and thus studying harder this died too. Now I'm a shadow of how creative I used to be and it depresses me. I can't help but feel like I've been let down by the education system. I've absorbed so much knowledge but most I haven't used, yet as a computer programmer I need my creativity which I feel has been impacted by the education system I've gone through.

I feel the approach in software engineering I've been brought up in is wrong. As much as it is important to have good working code that does the right thing software should not be thought as a black box which you put parameters in and out comes some sort of result. This is a primitive model of software back in times when computers were extremely large and did large sums. No I think software is more like a painting. This is another reason why [[agile software development]] fits in nicely with it. Software development is about gradually creating a masterpiece. It can take time to create good software but good software is subjective just as art is. We take feedback from users just as artists take feedback from critics. We should be continuously trying to improve the software, massaging it to create something we are proud of.

It worries me that most companies have huge offshoring models, where software developers are required to create software and meet contractual agreements to get it out on time. This puts more emphasis on producing functional boxes rather than art. How can an artist work under time pressure? It's just not natural. A good artist can produce an arguably quite good painting in a few hours, but it's never going to be there best work, but if they get paid for getting that painting done in a few hours then they will never be reaching their full potential. I'm not saying programmers should be given infinite time to create software I'm just in the firm belief that programmers should be nurtured into producing code they are proud of. They should care about what they are delivering, possibly because it's something that will add value to their lives as well as others. It should be about that warm feeling you get when you create something that brings enjoyment to others, not the money factor. That's what I get out of it and I think that's why the opensource community works so well.
tags:
links:

Protecting Colonel Sanders

My colleague Martin Budden just pointed me at this [[news article|http://www.telegraph.co.uk/scienceandtechnology/technology/google/5356031/Google-Street-View-blurs-face-of-Colonel-Sanders-at-every-KFC.html]] about how Google's Street View service doesn't blur out the face of Colonel Sanders.

After hearing this 1) I didn't believe it and 2) I was wanting to prove wrong the quote from a spokesman that said: "It is unfortunate that Colonel Sanders' face has been blurred, but at the same time shows just how good our facial recognition technology is." 

I put it to the test and found that most instances were indeed blurred however from one angle the colonel was clearly visible thus invading his privacy.

I quickly did the decent thing any standing citizen would do and filed a report to Google.

<<image /images/funny/kfc.png 500>>

I'll let you know of any progress but hopefully Mr Sanders will be regaining his privacy soon.
tags:
links:

Pushing TiddlyWeb to the max

So, we ran into some issues with TiddlyWeb, here's how we solved it.

!Optimise filters were were using

!Use Memcache
Halved response time from 4.5s without to 2.8s with.

!Gzipping stuff
Add this code..
{{{
LoadModule deflate_module libexec/apache2/mod_deflate.so
<Location />
# Insert filter
SetOutputFilter DEFLATE

# Netscape 4.x has some problems...
BrowserMatch ^Mozilla/4 gzip-only-text/html

# Netscape 4.06-4.08 have some more problems
BrowserMatch ^Mozilla/4\.0[678] no-gzip

# MSIE masquerades as Netscape, but it is fine
# BrowserMatch \bMSIE !no-gzip !gzip-only-text/html

# NOTE: Due to a bug in mod_setenvif up to Apache 2.0.48
# the above regex won't work. You can use the following
# workaround to get the desired effect:
BrowserMatch \bMSI[E] !no-gzip !gzip-only-text/html

# Don't compress images
SetEnvIfNoCase Request_URI \
\.(?:gif|jpe?g|png)$ no-gzip dont-vary

# Make sure proxies don't deliver the wrong content
Header append Vary User-Agent env=!dont-vary
</Location>
}}}

The hardest bit for me was working out how to restart my apache server, and in the end a {{sudo apachectl -k restart}} seemed to do what I needed.


I also provided Expires headers to css, javascript and image resources on the site. These tweaks caused a slight improvement but not anything worth measuring.

[[Read more about gzip|http://httpd.apache.org/docs/2.0/mod/mod_deflate.html]]

!Page caching

After some analytics on where things were going wrong, we found that the majority of time was spent accessing tiddlers from the filesystem. Although the memcaching helped with this alot, the reason was the server running TiddlyWeb had lots and lots of ram. If our server didn't have lots and lots of ram, the pages would be a pain to load.

We are using a templating engine called Jinja2 to turn tiddler content into normal webpages. We do this using a plugin called jinx. Without memcaching this was taking between 4.25 and 4.96s. This was the time taken to filter a bag of tiddlers to get what was effectively 16 tiddlers needed to construct the page from 9 lines in a recipe, then to compile the page using the jinja2 template engine. This can be completely killed by using some caching to give page response times of around the 68ms mark. The only thing we need to remember is that we need to refresh the cached page when an update is made - and luckily we have that trigger in the PUT command.
tags:
links: TiddlyWeb

Ratings and Commenting with TiddlyWeb

Thanks to some focused effort I have upgraded by blog further so that TiddlyWeb handles commenting rather than [[instacomments|How to add comments on your online tiddlywiki using instacomments]].

It was actually quite simple in the end. I created myself a bag called comments. I gave create permission in the policy to GUEST. I [[cooked|How to cook in TiddlyWiki]] [[Mike Mahemoff's comments plugin|http://svn.tiddlywiki.org/Trunk/contributors/MichaelMahemoff/plugins/CommentsPlugin/]] and added the plugin to my TiddlyWiki. This gave me the ability to add comments with a slight adjustment to my [[myblogViewTemplate]] so that every blog entry was now commentable.

I then went to another colleague's repository ([[Ben Gillies|http://github.com/bengillies]]) and got his html and tiddlywiki validator plugins to stop people posting nasty things that might break my blog. Essentially these server sides check the content you are posting to a TiddlyWeb bag are free of script tags, systemConfig tiddlywiki tags, don't have reserved names and are free from lions and tigers and bears.

So this gave me basic commenting with hardly any work. The next challenge however was to [[beefcake|Get some Beefcake for your tiddlers]] comments. Remember I'm trying to fill this TiddlyWeb/TiddlyWiki with as much content as humanly possible while still maintaining a speedy load up time for my visitors. To do this I decided that 1) No comments should be loading at the start. It's just unnecessary. 2) Every time I load a tiddler with commenting I should see all if any comments on that tiddler.

The solution I came up with was to adjust the displayTiddler function call so that everytime one of my blog posts was displayed it would make an ajax call to a comments url as specified in the beefcake config file. Mine is [[here|beefcakeconfigjonrobson]]. As you can see I have prefixed the second line with comments: which tells the beefcake plugin to use this url to load comments. So now everytime someone tries to display something it uses that url to filter the bag for comments relating to the item. Easy. You can check the adjusted beefcake code for this [[here|BeefcakeYourTiddlersPlugin]].

So last but not least, I wanted to have ratings on posts. A similar use case in the project I have been working on in ILGA has popped up so I thought I'd investigate. I also wanted to filter all the stuff I talk about so it's as interesting as possible and I was hoping my users would help me by rating the things I write. So I quickly knocked up a plugin which allows just this. It's nothing WOW - I just setup a url on my TiddlyWeb instance that allows me to call urls like /stats/AVERAGE?value=5&tiddler=foo&field=rating which goes to the tiddler called FOO in a special reserved bag, takes the value passed in the querystring and averages that value with the existing value of the field rating and saves the new value.

I can now query this bag to sort by the field rating to see what interests people most in this big blob of stuff.  All the code required to do this can be found in [[http://svn.tiddlywiki.org/Trunk/contributors/JonRobson/TiddlyWeb/plugins/RatingsPlugin/]].

Anyway I've blabbered on too much about stuff that doesn't seem that interesting to me. So go ahead and rate this low to confirm my suspicions..! :)
tags:

RetrieverPlugin

config.macros.retrieve = {
  handler: function(place,macroName,params){
      jQuery.get("/bags/posts/tiddlers/"+params[0]+".json",
         function(r){
             var tiddler = eval("("+ r +")");
             var newTiddler = Tiddler(tiddler.title);
             newTiddler.fields = tiddler.fields;
             newTiddler.tags = tiddler.tags;
             newTiddler.modifier = tiddler.modifier;
             newTiddler.modified = tiddler.modified;
             newTiddler.fields['server.page.revision'] = tiddler.revision;

             store.addTiddler(newTiddler);
         }
     );
  }
}
tags:
links:

Seeing the world in style and on the cheap

Last weekend I went to Stockholm, Sweden for the first time. It was my 5th weekend break since November 2007. How can I afford to do this you ask. Quite simple - 2 things "skyscanner" and "couchsurfing". These are possibly the 2 most important websites to me on the web. They open up travel opportunities for me that were just not available to even my parent's generation. 
For those who are not familiar with these 2 websites here's a quite rundown.

''[[Skyscanner|skyscanner]]''
This is a website that allows you at a glance to find cheap flights over a variety of airlines. Not all are present on here, but certaintly most of the European budget flights appear on the site. You pass skyscanner some parameters such as where you want to fly from or where you want to fly to, and when you want to fly. The beauty of the tool, is you don't need to know the exact details. Commonly I'll have a place or time in mind. In this example, I fancied going away the bank holiday weekend of May. So I put in my from and to flight dates, I specify I'd like to fly from a London airport but it doesn't matter which but I tell it I don't care where I go. Sweden came out cheapest, next thing I knew I was booking £20 return flights (including taxes).

''[[Couchsurfing|couchsurfing]]''
The problem with Sweden is it's quite expensive. You look at accommodation and you'll find it to be in the region of £30 or so a night. The other problem with weekend breaks is everyone else has the same idea, and most of the cheap places are gone. Then when you get to that place you'll also find that you have no idea what to do there in such a short space of time and you might miss out. A third thing to consider is if you do it alone you won't have any drinking buddies.

For all 3 of those dilemmas above, couchsurfing provides a solution. Fundamentally it's a social networking website, but with a key difference, when you make a profile you enter a world of like minded individuals who are willing to meet up with people travelling nearby or in their own home city. So this weekend, through several email exchanges over the Couchsurfing website I arranged to stay with a guy called Richard I had never met. From his profile I got a basic idea of what to expect and sure enough it proved to be a fun experience. Instantly I had a friend to drink with and show me how to use the subway and where the "interesting" parts of the city were and I escaped paying a hefty hotel rate. But honestly this is not about saving money. It's about a different travel experience, making new friend(s), entering a fellow couchsurfers world. If you haven't tried it, love travelling and thrive from the social aspects of life, I suggest you check out the site. I'll tell you more about my experiences later. I've talked long enough..
tags:

Shindig

This is a google project. It is explained better than I can explain here: http://blog.programmableweb.com/2007/12/19/opensocial-shindig-released/

 The end goal will be an incubator that will allow a common api that various social networking tools will be able to exploit to share functionality. About 80% of shindig is in igoogle. Any website should be able to incorporate an igoogle widget and vice versa. More on this as I read up on it.

http://wiki.apache.org/incubator/ShindigProposal
tags:
links:

Show me some data!

I attended [[rewired state|http://rewiredstate.org]] my first hackday sponsered by The Guardian. It was a great event but it left me frustrated. I went into the event hoping to create some quite cool mash ups based around the [[met police crime website|http://maps.met.police.uk/]]. My aim was to create a [[chloropleth map|http://en.wikipedia.org/wiki/Choropleth_map]] for the UK/for London showing various types of data with the expertise of a few others in the room including PSD ([[Osmosoft]]) and making use of my javascript map library I have been working on for [[GeoTiddlyWiki]]. I however struggled to find any geojsons of the UK or London and as a result fell at the first hurdle and wasted most of my time trying to get an svg into geojson form (albeit without the same level of accuracy). There is very little data out there - I visited [[ShapeWiki|http://www.shapewiki.com]] but unfortunately there were no shapes on there for the consistencies I needed as it is community based and I guess there is little motivation for developers to sit there and create geodata for counties when they can create mashups around data that already exists. Also I'm sure the data is out there somewhere but it's not public - and if it is it's hidden. The original source data for GeoTiddlyWiki I found by chance and that was through looking at the underlying code - there was no 
{{{
Looky here!  Here's the data I used ---->>>>> download <<<<------------ if you want to do some cool mashups yourself.
}}}

So what's the solution to getting data out there? Would we benefit from a website where developers could post data they find and let other developers search it and use it? Maybe www.dumpyourdatahere.com? I'd certainly find such a website useful - it would give me time to concentrate on making things what I'm good at - and not wasting time reinventing the wheel. Would be really interested in anyone's thoughts if they'd care to comment... :)
tags:

Simon Mcmanus


tags:
links:

Singapore, Singapore

I'd like to work here one day. Preferably making use of my web development abilities. I'm good with python, php, javascript and html and as you can see from the plugins I have created on this website I'm a big fan of creating interactive graphics in the browser using canvas, svg or even vml.

Any offers...?
tags:
links:

SiteTitle

finding my feet
tags:
links:

Slow Broadband: Britain speaks

I had a good chuckle at some of the comments made on BBC news website  "your view" with respect to England apparently having slower broadband speeds then the rest of the world: [[link|http://newsforums.bbc.co.uk/nol/thread.jspa?forumID=4855&sortBy=2&edition=1&ttl=20080604103039#paginator]].

I felt the reporting was quite biased in taking the view that in England we have it bad, but to be honest, we don't have it that bad. The main complaints were that broadband was slower then it should be outside big cities, or even non-existent but if you move to a remote area in the Scottish highlands, you do it because you love the area not because you want fast broadband. I know we all want a perfect world, but why should telecommunications companies and the government spend money on getting faster broadband in these remote areas where there are very few people to make a valuable return on the investment? It would be a crazy view.

My opinion is that the people writing the article and making their negative comments, just don't know enough about the situation to understand that the law of physics is unacceptable. 

The following comments should give you an idea of the people who are actually providing views and hopefully make you laugh!)
{{{
Actual readout came out as 0.1 Mbps but over here when you try to see the speed it always shows a much higher figure. The line I am working from now shows a speed of 54Mbps and my home connection shows 100Mbps.
Tony Fields, Ho Chi Minh City

Quoted as up to 8mpbs, yet barely more than 1! Apparently due to distance to the exchange. It's a technological scandal and needs to be resolved.
AJBerry, Dunfermline
}}}

A technological scandal indeed that law of physics.... technological scandal indeed.
tags:
links:

Social Networking


tags:
links:

Solving the IE testing problem

Me and colleagues hate IE testing. Today I finally caved in to come up with a virtual machine solution. I thought my findings were interesting so I'd share them.

To do this you will need
1) A windows machine with internet connection
2) A copy of the opensource virtual machine [[virtual box|http://www.virtualbox.org/wiki/Downloads]] installed on the device you want to access ie6/7 etc
3) Some way of moving files from your windows machine to the machine with virtual box installed. 
4) A windows xp/ vista cd

So now first things first move your arse down to [[microsoft virtual hard drive download page|http://www.microsoft.com/Downloads/details.aspx?FamilyID=21eabb90-958f-4b64-b5f1-73d0a413c8ef&displaylang=en]] and download all the images of different IE versions you want to be able to test. Luckily they are all here, annoyingly they are all in unfriendly exe/rar formats. Fine if you want to run your virtual box on a windows machine, really unhelpful if you want to run your virtual box on a mac or linux machine. So this is where the window machine comes in. Download the files from this webpage to that machine, run them and the installer will spit out a vhd file (virtual hard drive). When done copy these on to a dvd or use a firewire cable/network/usb drive whatever and get those files on to the machine you want to run your vms.

Now we have a copy of virtual box and some vhd files. You can burn/hit with a hammer/explode your windows machine now if you care to. It's no longer needed in this process.

Now it's quite easy. Load virtual box, click the new button, click next and give it a name, then allocate it some size, and select use existing hard disk. The existing hard disk is your vhd file so point to that.

Repeat for all your virtual harddrives.
Now when you boot them you might require your windows xp cd to install additional drivers as I did (your network driver is probably the most essential here! :))

And that's it..
Web dev just got a lot easier (for me anyhow).
tags:
links:

Structured tag clouds

I've always wondered what merging the concept of a tag cloud with something with structure would yield so today I am really happy to present it as part of TiddlyTagMindMap. The weightings are done on frequency alone but could easily be changed to read in other values eg. popularity, amount of comments etc..

I also wanted the tag cloud to serve as an informant for navigation - to tell me where topics of interest were as I navigated. So for example in the above graph, the nodes that stick out to the reader are the big ones. These are because I have written lots about them, and I hope that thus this prompts the reader to dive forever into that topic.

I think the result of this is much more useful then a standard tag cloud. From a personal point of view straight away I can see where the mess on my blog is and what I keep rambling about and what is important to me and I feel this is very powerful - a picture paints a thousand words. 

I still have much more work to do however. One thing I feel that is important is the user has complete power. This user interface doesn't allow a user to re-arrange nodes - this is like telling someone they have to read 500 documents on a desk however they cannot move them and instead must rely on a computer to do the rearrangement for them. As I said though.
tags:
links:

TTMM_Menu

[[About Me|AboutMe and Contact Me]] <<closeAll>>
tags:

Tag

A tag is a (relevant) keyword or term associated with or assigned to a piece of information (a picture, a geographic map, a blog entry, a video clip etc.), thus describing the item and enabling keyword-based classification and search of information.

(From [[wikipedia|http://en.wikipedia.org/wiki/Tag_(metadata)]]).
tags:
links:

Tag Mind Maps Continued

As promised my new version is up and running. It's still not perfect but the key valued added comes from seeing more than just parent, child relationships. Have a play with it. See if you discover anything interesting. It's only as good as the tags that feed into it though! To demonstrate how more effective a tag mind map is at locating information here is an example. Since travel is one of my interests in life, somewhere in this blog is an entry with a map of places I have visited. Can you find it if you start at [[MyInterests]]?

Learn more about the source code here: [[TiddlyTagMindMap Version 2]]
tags:
links:

Tagging


tags:
links:

Tagging and Mindmaps

Okay.. The reality of this blog is as it grows posts like this will fade away and disappear. I and any readers I may have will have to use the search box to find posts like this, and most of them will fail. Those who are reading this in the future well done, you've found it. Did you find it easy to get here? Was it because someone else suggested it, were you looking for it specifically or was it a completely random encounter?

The truth is I personally never know what I want, but I have a rough idea. It's like looking for a new house. Say I wanted to move to Belfast... I could find any house in Belfast no problem however could I find my dream house easily? No not really. Even with the power of Google and other search engines I'll end up plying through website after website looking for the answer with no luck.

Taggings quite a good way to do this. We can group similar blogs, but what if that tag is very general? With the house example a house in Belfast could be tagged "house" as could a house in New York. The tag gets me closer to that dream house but I still have to wade through the "junk" to find the house of my dreams. Sure I could create a tag for "Belfast houses" and one for "New York houses" but eventually these groups get bigger and I'd have to retag to keep that information meaningful and soon I have a vast number of tags, and then I'd have to search within those tags for "Belfast houses" and wade through all the tags associated with Belfast houses.

This is where mind maps and good tagging through collaboration can help I believe. Tag clouds (such as that on del.icio.us - http://del.icio.us/tag/) are a great way of pointing out the more important or more large of tags. I can get a feel for the size of the data in there. As long as I the reader am in tune with other readers of a website the most popular tags pop out at me. I can differentiate between them, I can make sure I look at the most popular items. The problem however is I am making that huge assumption that I am in tune with other readers. Take football for instance. Manchester United is probably the most popular team in the world and therefore if I was looking at tags of data (in whatever form it might be) associated with football teams, Manchester United is going to stick out in that tag cloud. I being a Nottingham Forest fan am not likely to see a prominent tag for them, but that's the information I (I being the key word) am looking for.

So now consider Stumbleupon. I can use stumbleupon to build up a profile of the things I personally am interested in. It doesn't know me very well at first and suggests quite dull information, but with time like a good friend it builds up knowledge of me as a person and gets better at suggesting stuff. I'd like to see a tag cloud that took my personal preferences into account when displaying data to me. Maybe one exists.. but I haven't heard of it.

But still we fall back on the issue that tag management isn't brilliant. You may find this post very boring or very interesting. Either way it depends on luck and the subjective opinion of people who read this that will determine whether this will be lost in the blog and thus in the world wide web forever. However if I maintain a structure to my tagging, a structure that could dynamically change through collaboration over time, a structure that has meaning (like a mind map), I might give it a better chance to be found. Really what I'm getting at is a new layer to search. You search for a term then instead of going through several pages you mine deeper through related key words that prompt you to get to the information you exactly need.

More on this later.
tags:
links:

Tagging and Mindmaps Version 2

I'm getting a little frustrated with this first attempt at a "tag mind map". Mainly because it relies on a java applet to load which sometimes crashes my browser and just doesn't quite feel right. I was chatting to [[Jeremy Ruston]] at an open source event last week and he pointed me in the direction of a very cool javascript opensource library called [[JIT]]. It's quite an impress piece of kit, is completely javascript based and is particularly visually "cool".

I'm going to try rehacking the tag mind map using this kit, despite 2 already obvious limitations it has in that it doesn't seem to support cycles or more than one mind map.. so watch this space and you might see some big changes :)
tags:
links: JIT

Tagging my tweets

I seem to be going through a creative phase at the moment so I'm making the most of it and churning out code that I think is useful. The latest one is a spin off of my last blog post about aggregating my rss feeds into once place using TiddlyWeb. Yesterday, Osmosoft had a show and tell where we talked about the things we are and have been up too. [[TiddlyTweets|http://osmosoft.com/tiddlytweets/]] was one that was mentioned - a client side twitter archiver. It reminded me of my server-side TiddlyWeb rss archiver which also happens to archive my tweets. However the problem with archiving tweets is tweets don't have tags.

Okay... so they do- tweeters have delegated specific characters to mean things. For instance if in a message I tweet "I am going for #coffee with @jayfresh" I am purposely tagging that tweet with the word coffee and referencing another Twitter user, my friend jayfresh. However, I am lazy. People are lazy. It would be lovely if when everyone tweeted they picked out the most interesting word in their tweet and put a hashtag in front of it. For instance back in February I went to Singapore and I tweeted "finding singapore airport quite dull. All the interesting shops were the other side of passport control!". At the time I didn't think this was a significant tweet and still I don't. However I am sure there are people in Singapore airport now who may find some use in that bit of knowledge about Singapore airport and make sure they go shopping before going through passport control. If my tweet was tagged with singapore and airport maybe they would find that tweet much easier. However this would require me to have written my tweet as "finding #singapore #airport quite dull. All the interesting shops were the other side of passport control!".

So anyway, I've blabbered on too much. What I've come up with is simple.

I have a TiddlyWiki which you are currently reading. Every thing I post to this TiddlyWiki has tags.
I have a delicious feed. I purposely tag links in my delicious feed so I can find them again.
I have a Flickr feed. I like to tag my photos so I can find them again.
Combine the three above and I have a list of tags.

I now tweet "finding singapore airport quite dull. All the interesting shops were the other side of passport control!"
I run the archiver I introduced in [[Merging all my rss feeds using TiddlyWeb]].
However there is an extra step...
Now before saving I take the new tiddler that has come from an rss item. It has the text "finding singapore airport quite dull. All the interesting shops were the other side of passport control!". I parse this text for words that exist in my list of tags from above. By this I mean I look at the word "finding" - I ask is it in my tags? The answer is no so I throw it away. I then look at the second word "singapore" - and I ask is it in my tags? The answer this time is yes. It happens that when I when to Singapore I couchsurfed and made a new friend called Han Tan, who it transpired was an internet meme (ie. like the star wars kid) for [[dancing like a crazy man on YouTube|http://www.youtube.com/watch?v=dd_FcVM92VI]]. At the time I thought this video was funny and added it to my delicious feed I tagged it "singapore". Now I see the word "singapore" in my tweet and know I've used that word as a tag before so that tweet gains a new tag "singapore". I then go on to the word airport and so on and so on.

So now I can tag my tweets. If you use my search engine and search for singapore, you will get some tweets in the search result with that keyword. I've now enriched my data. You can see my code [[here|http://svn.tiddlywiki.org/Trunk/contributors/JonRobson/TiddlyWeb/plugins/imrsswithtags.py]]

So what is the significance of this... 
Well one other use case I can think of is voicemail to text. Say I leave my friend Stuart a voicemail on his phone, his lovely Ribbit service will send him a text and an e-mail with a transcribed version of my message. Maybe Stuart wants to find that voicemail again using the above tagging mechanism he has a better chance then without it.
tags:

Testing for SVG Support

SVG is supported by a browser if the following is true in javascript
{{{
document.implementation.hasFeature("http://www.w3.org/TR/SVG11/feature#Shape", "1.0")
}}}
tags:
links:

Thailand

I went here for the first time July 2006. I look forward to telling you more about my trip!
tags:
links:

The Apprentice Business Model

Just been using Virgin's on demand TV service. Quite fancied Harry Hill's TV burp but sadly couldn't find it. It seemed quite a fundamental thing to me that on demand TV should have a search facility that you can use to find a specific TV show but alas not. As a result I am resigned to watching the first episode of "The Apprentice". It has got me thinking, would "The Apprentice" style of episode make a good business model? Get teams together, give them a big challenge such as "make us number 1 in X/ make me Y million pounds by the end of the week" and give them an incentive to do well at the given task (ie. I'll double your salary if you pull it of) but the only catch is "one of you will get fired at "close of play" based on performance in the task. I'd love to see the results of such a business model. High turnover of staff but would it get results.... mmm.
tags:
links:

The Big Bang

So scientists in CERN re-created the big bang somewhere beneath Switzerland. It made me wonder.
If we as humans are capable of creating "the big bang" could we be our own creators?
If we combine this theory with the idea of time travel being possibly as appropriate speeds could we humans be our own God...........?
tags:
links:

The Web Is Your Oyster - create and tweak travel itineraries for your trip through the web

Have you ever found yourself with the mammoth task of planning your next trip? You're going somewhere, maybe through business or just through pleasure - maybe you've just finished University and you are going to do a round the world trip but have no idea how that trip will take form.

Maybe you know exactly where you are going.. but you don't know what to do with your 2 days there or maybe you are going travelling for a few weeks and want some inspiration for nearby places to explore. I have found myself in this situation various times. For instance back in 2007 I had a flight from/to Bangkok, 7 weeks and wanted to go to Vietnam, however didn't know how and where I'd be going to do this after much painful reading of books such as Lonely Planet and Rough Guides I came to the conclusion that I might as well go to the countries of Cambodia and Laos since they were on the way. However, then it was a case of logistics - what was I going to do in those countries? where was I going to go? where would I stay? How was I going to get from A to B?

Luckily it seems the web can help here. WikiTravel is a website rich on Lonely Planet style content with the added benefit of hyperlinks which allow a computer to easily make associations of various places. For instance if you go to a location page you will find links to nearby places in the Getting There/Away section and links to districts of the location. However it can be quite overwhelming reading through WikiTravel just as it can be in a travel guide as so many of the pages you read through although related can be found in various locations in the book and without good long analysis it can be tricky to work out that for example Singapore is right next to Borneo and you could consider a little excursion there while you are away.

So it was with this thought that I have created "The Web is Your Oyster" - it starts off as one single html file that you can place on a usb stick, it then grows as you pull down information and map images from the web on the fly and add your own personal notes about plans and reservations so come the time for your holiday you can take that same usb stick with you and read it on the plane, or on the move in your destination where internet may not be readily available to you or very expensive with data roaming charges. 

So this was the basis for the demo/proof of concept I will now be sharing with you. I must firstly make the comment that this works best on an Apple Mac. The main problem that still needs to be addressed is saving images locally via javascript. I have not seen evidence of this working in Internet Explorer yet. The main functionality this loses is the ability to cache maps as you view them, however you can download tiles manually to make the data offline.

So step one is to plant the seed - you tell it where you are going and how many days. In this example we will go to Singapore for 10 days which will fire off a google local search request. 
<<image images/TheWebIsYourOyster/image1.png 500>>

The page will then visibly begin flashing as it pulls down pages from WikiTravel for offline use. It will also pull down an GeoRSS feed from Flickr to add some inspiration.

The result is the map above will now be centered on Singapore with lots of clickable geotags.
<<image images/TheWebIsYourOyster/image2.png 500>>

It will also create a timeline in the menu to the right of your map with the 10 days we gave it waiting for input. 

<<image images/TheWebIsYourOyster/image3.png 300>>

We can click on these and add notes such as flight times and logistics as we find them by clicking on these notes and editing them.
<<image images/TheWebIsYourOyster/image4.png 500>>

Just as you would be able to with Google Maps you can then pan and zoom around the map, as it does this it will try to pull down image tiles so that in future no web connection will be needed. You can click on the maps and explore the data it pulled from the web -for instance the wikitravel article on Little India in Singapore below and edit it to cut down bits that don't interest you personally.

<<image images/TheWebIsYourOyster/image5.png 500>>

As you read articles you dislike you can press delete in the top right of the note to remove them from your itinerary.

You can then enrich it further by tagging specific locations. So for instance, say I was lucky enough to get a reservation at Raffles hotel I could put a tag on the map for it.


<<image images/TheWebIsYourOyster/image6.png 500>>

I can then click this newly created tag and add notes to it there and then.

<<image images/TheWebIsYourOyster/image6a.png 500>>
There are lots of other features you may care to try - you can add tags to the map using your mouse by holding shift and clicking the left mouse button on a point in the map. Also you can search your content, and focus the map on geotagged notes using the "go here" button which you will find next to the creation date underneath the note title (see image above for example).


<<image images/TheWebIsYourOyster/image8.png 500>>

There's lot of work to be done (as I said it's a proof of concept), and I'm sure lots of people will have views on what websites it should use for it's data, and other cool ideas about how it should work. Please fire me with any comments you have good or 
bad - I'm keen to hear them! To see it in action: take a look at [[Singapore Web Is Your Oyster example|http://www.jonrobson.me.uk/development/TheWebIsYourOyster/examplesingapore.zip]] used in this post. Then try it for yourself! [[Right click and save to download and try The Web Is Your Oyster|http://www.jonrobson.me.uk/development/TheWebIsYourOyster/index.html]] - don't try using it online - you won't get the same experience!

Interested in the code? Check out: [[the svn code for the web is your oyster|http://svn.tiddlywiki.org/Trunk/contributors/JonRobson/verticals/TravelItinerary/]]
tags:
links:

The darkness of a life without e-mail

It's amazing how one fire http://www.theregister.co.uk/2008/06/01/the_planet_houston_data_center_fire/ halfway across the globe from where I am can really disrupt my cyber life.

Sunday morning I woke up to find my e-mail was not working. This is because my e-mail is hosted off this website, which is hosted free by the lovely people at [[Jamroll web hosting]]. This meant my plan for doing some wiki on this website on the Sunday couldn't happen. The fact I had no e-mail was worst though. As a result I have lots of catching up to do. Also since it was down for nearly 48hours many e-mails haven't got through to me. I've noticed Facebook notifications in particular haven't arrived on my doorstep. As a result I might have missed an important e-mail I was expecting with regards to a parcel I've been waiting for for almost 3 weeks to be delivered by Amtrak which has instead sat at their Birmingham depot. Annoying [[customer service]] that.

Lesson I've learnt is always make sure I have some sort of backup.
tags:

The domain name is extinct, why change it?

So it's recently been announced domain names are to be relaxed in 2009 [[link|http://news.bbc.co.uk/1/hi/technology/7475986.stm]]. Owch. 

I'm not sure I like the idea and not even sure it makes sense. I'll be able to get domains like jon.robson and we'll probably be seeing lots of businesses grabbing domains such as orange.mobile and porn.xxx. So what does this mean for the end user? It won't be a simple case of is it thatwebsite.com or is it thatwebsite.co.uk, they'll have to think is it that.website or thatwebsite.www etc.. etc... The web could get a more confusing place. Also what's to say everything that ends in .search will actually be a search engine. More confusion... We already have situations where we have .com websites that are not companies nor based in the USA, this is going to spiral with new domain names.

However, I guess we're used to a scattered web. After all the domain name is usually found through a search engine.. so will it really matter what it's actual address consists of? 

I put to you the domain name is extinct. I rarely use them. Most of the time you google or find a url through collaboration on web platforms like [[Facebook]],  [[del.icio.us]] and even old fashion world of mouth. If you're like myself you use firefox and type a word into the nav bar, and firefox fires of an "are you feeling lucky request". I never use "http://www.google.co.uk" I just use "google". So why change this? Why do we need more web addresses. The only gain is brand, and to me it's not important. A url is not going to effect your brand.
tags:

The problems I have with England

[[the same old five offerings]], [[decline of british community]]
tags:

The story of ILGA, Osmosoft and Me

On the 24th February 2010, Osmosoft and BT will be launching the new website of ILGA, the International Lesbian Gay, Bisexual Trans and Intersex Association. Disastrously I managed to plan my holidays to coincide with this event having thought it would be launched in January, and the fact I am not going to be there on the day is the one major disappointment I have had in my time on this project.

The project has had many highs. For me it has been an amazing learning experience. I have learnt a hell of a lot about web development, web design, project management and LGBTI (lesbian, gay, bisexual, transgender and intersex) issues. It has been the biggest project I have had the honour of working on in BT and for me it has been the most exciting and interesting as it is the first website I have built that I truly felt I could make a difference with.

I have been working on this website over the duration of almost a year, at times alongside fellow Osmosoftonians Ben Gillies and Jon Lister. The website is the result of a combined vision between Stephen Barris, communication officer of ILGA and the team. Centered around a map of the world showing legal data, the purpose of the site is to provide information to LGBTI people all over the world in what ever country they happen to be in and whatever purpose that has brought them there - whether it be as a tourist, as a worker or as a resident. The website also aims to raise awareness about LGBTI issues, hopefully engraving outdated and unethical laws into the minds of all who see it.

I've been working on this project for over a year. Like many of the things I do in Osmosoft, it has raised many questions from my peers -usually they don't understand why BT would pay me money to make open source software but this is another story)- they have now been asking the question, "why would BT invest so much time in making a website for a charity with no financial gain? "It is an interesting question, which I can only offer my own personal opinion on (not BT's)  which has always been the reply question "well, why would a company give a company X thousands of pounds to a charity with no outcome except a potential pat on the back for showing you support said charity". Here I believe BT have done something much more useful and powerful than they could have done with a charitable donation.  

As a straight person, before my involvement I must confess that I never really passed a thought on the issues that LGBTI issues face. I believe the website we have produced for ILGA reflects these issues well and powerfully, in its articles, legal maps and through the voices of LGBTI people all over the world through the Your Stories section - a section which allows users to post personal stories about experiences they have had in their own country or others just because of their orientation or sexuality. For me reading through it I think I am starting to *get* what LGBTI people face... I really urge you to go visit and have [[a look|http://ilga.org]] and hope that it has the same impact on you whether you are straight, bisexual, gay, lesbian, intersex, transexual or an alien lifeform that is has had on me.

In my opinion I would say BT + Osmosoft have come out of this project with:
1) Useful open source software that can be reused elsewhere inside their company. The main technology that ilga.org is built around is [[TiddlyWeb|http://tiddlyweb.com]] and [[TiddlyWiki|http://tiddlywiki.org]]- both opensource platforms which we in [[Osmosoft|http://osmosoft.com]] are currently using to construct voting/reputation systems (a la Stack verflow), document collaboration systems (see [[TiddlyDocs|tiddlydocs.com]]), reporting applications, powerpoint replacements, carbon footprint tools, [[Scrumptious|http://scrumptious.tv]]... the list goes on. It also uses HTML 5 technology (canvas) and prehistoric IE technology (VML) to create chloropleth maps - the first major website I am aware that does so (bearing in mind that ilga.org gets between 1000-1500 hits a day) - creating real possibilities for graphics capabilities in BT without Flash (read [[a summary of why flash is bad|http://softwareas.com/live-blogging-open-source-show-and-tell-ossat-at-theteam-november-2009-part-1]].. note there is a video out there but can't find it).
2) An application that could truly make a difference to raising awareness about LGBTI issues around the world. Every person who has come into Osmosoft towers for demos has seen a map of the world showing how many countries still punish homosexuality by the death penalty and gasped (or at least shown some sort of shock). It might not be Martin Luther Kingesque but it's still quite a satisfying achievement that makes me proud. Activists and non-activists are raising awareness of LGBTI issues through their [[personal stories|http://ilga.org/ilga/en/countries/WORLD/Your Stories]] and [[articles|http://ilga.org/ilga/en/Articles]].
3) A useful resource for BT's LGBTI employees to inform them about the risks posed by traveling around the world on business or pleasure.
4) Some good publicity (BT recently was voted by the [[IGLCC|http://www.iglcc.org]] as the most gay friendly company in the world in 2009)

You can see the website at [[http://ilga.org]]. The website is launched officially at BT Centre on Wednesday. Ironically I will be in [[Brunei|http://ilga.org/ilga/en/countries/BRUNEI%20DARUSSALAM/Law]], a country where homosexuality is illegal and carries a punishment of up to 10 years of jail time. I obviously will be keeping quiet....
tags:
links:

Thoughts on customer service

As a customer I expect to be able to phone up / go to a company. I don't mind waiting in line but when I'm seen I want to explain my problem. I don't want to be treated as an idiot. I don't mind running basic tests but if I beleive they are useless I expect the employee to know the tests are pointless and to react to what I say. If the staff doesn't know how to fix the problem, I understand that we are only human. I don't mind if I have to leave the problem withe them as long as I know they will take ownership and fix that problem.

Good examples of this in action are Apples Genius Bar and BT's @btcare twitter account.
tags:
links:

Tiddly Desktop

http://www.digitaldimsum.co.uk/wp-content/uploads/2007/04/202.html

I quite fancy merging it with TiddlyTagMindMap at some point...I'd quite like to see this done. I envision TiddlyTagMindMap in the background with loaded tiddlers in front and just a search engine. No sidebar, just the start of a quite intuitive different way of working.
tags:
links:

TiddlyCharts

So something that's been bugging me for a while (maybe a year) is I have been using Excel and other spreadsheets occasionally to do things such as creating simple graphs. This was not acceptable to me and it annoyed me that my TiddlyWiki couldn't do this for me. I imagined what would be great would be to create a table in wiki markup and then be able to use it to churn out a graph.

I finally got a chance, making use of [[g.Raphael|http://g.raphaeljs.com/]] a library I found a while back which seemed to do everything I needed except make it nice and easier for me to get data into a graph.

To cut a long story short - I've done it!! You can view the output at [[tiddlyspace|http://charts.tiddlyspace.com/]].

The ideal is simple - create an html table in a tiddler which is correctly formatted (you can get an idea of the format from the examples). You can do this by using the html wiki markup eg:
 {{{
<table><tr><td>heading 
1</td><td>heading 2</td></tr><tr><td>30</td><td>50</td></tr></table>

}}}
or by using the much simpler table wiki markup:
 {{{
|heading 1|heading 2|
|30       |50       |
}}}
Or you can even create a macro that outputs the table for you. This allows you to create interesting pie charts of your most commonly used tags for instance...
[img[/static/images/TiddlyCharts/pietags.png]]

...as well as show you graphs for activity on a given space - which days saw lots of tiddlers being modified and which didn't. Or simply for visualizing a company share price.
[img[/static/images/TiddlyCharts/shareprice.png]]

Please let me know your thoughts and ideas for improvement.. I'm hoping this will be of benefit to more than just me!
tags:
links:

TiddlyGeoStuff

Currently I am working on GeoTiddlyWiki with the goal to provide offline maps and allow easy editing of chloropleth maps into TiddlyWiki.

Right click and save target as on this: [[GeoTiddlyWiki|http://www.jonrobson.me.uk/projects/GeoTiddlyWiki/index.html]] to play with GeoTiddlyWiki for yourself (works best in Mozilla Firefox).

If you just want to get going with a more trimmed down version of the above please download [[Map In A TiddlyWiki for offline map functionality|http://www.jonrobson.me.uk/development/MapsInATiddlyWiki/index.html]]
tags:

TiddlyTagMindMap Version 1

Version 1 my first cut was based on Dawn's work with Tiddlywiki and an opensource project called hypergraph. I didn't like the fact it required a jar file and xml file and eventually abandoned it in favour of [[JIT]]
tags:
links: JIT

TiddlyWeb

All things chrisdent and TiddlyWeb can be found here in chris's github: http://github.com/tiddlyweb/

! all about the tiddlywebconfig 
base_tiddlywiki - allows you to specify the empty.html used by tiddlywebwiki
tags:
links:

TiddlyWeb as a blog


tags:
links:

TiddlyWiki Macros

!!!{{{<<today>>}}}
Shows current date.

!!!{{{<<version>>}}} 
This macro shows the version number of the current TiddlyWiki document.

!!!{{{<<Alltags>>}}}
Lists all tags. Clicking on a tag lists all the tiddlers assigned that tag. 

!!!{{{<<List [type]>>}}} 
Parameters : (all (default), missing, orphans, shadowed, touched, filter)

!!!{{{<<Timeline [date] [length] [format]>>}}} 
 The timeline macro creates a list of tiddlers sorted by a date specified.

Example : 
{{{<<timeline "modified" "0" "ddd, YYYY-0MM-0DD">>}}}

Produces : 


<<timeline "modified" "0" "ddd, YYYY-0MM-0DD">>
!!!{{{<<Slider cookie tiddler label tooltip>>}}}
The slider macro allows embedding tiddlers within another tiddler, with the option to toggle the visibility of the transcluded contents.

    * cookie: variable to save the state of the slider
    * tiddler: name of the tiddler to include in the slider
    * label: title text of the slider
    * tooltip: tooltip text of the slider 

 Example
{{{<<slider chkTestSlider [[OptionsPanel]] "Options" "Open advanced options">>}}}

Produces : 
<<slider chkTestSlider [[OptionsPanel]] "Options" "Open advanced options">>

!!!{{{<<Tabs>>}}}
The tabs macro creates an area where it displays one of several tiddlers alternately, as the user clicks on the tab labels at the top.

It is used like this:

{{{<<tabs ID Label1 Tip1 Tiddler1 Label2 Tip2 Tiddler2 [Label3 ...]>>}}}

produces :
<<tabs ID Label1 Tip1 Tiddler1 Label2 Tip2 Tiddler2 [Label3 ...]>>

    * ID: specifies the name of a cookie used to save the information about which tab was displayed last.
    * Label1, Label2, ... define the labels that are displayed at the top of the area for each tab
    * Tip1, Tip2, ... define tooltips that explain, somewhat more verbosely than the labels, what you can expect to find on each tab.
    * Tiddler1, Tiddler2, ... name the tiddlers that are displayed on each tab. 

Obviously, there must be exactly three strings for each tab.

The syntax for the tabs macro looks like this:

{{{<<tabs txt[cookieName]
	"[label]" "[title]" [[tiddler]]
	"[label]" "[title]" [[tiddler]]
	...
     >>}}}

produces :


<<tabs txt[cookieName]
	"[label]" "[title]" [[tiddler]]
	"[label]" "[title]" [[tiddler]]
	...
     >>

!!!{{{<<Tagging [tag]>>}}}
This macro generates a list of tiddlers that carry the specified tag.

<<tagging [tag]>>

If the tag parameter is not specified, the current tiddler's name will be used instead.
!!!{{{<<Tagchooser>>}}}
!!!{{{<<NewJournal>>}}}
This macro generates a button to create a journal tiddler, using the current time and date as title.

It is otherwise identical to the NewTiddler macro.

Example : 
{{{<<newJournal [date format]>>}}}

Produces : 

<<newJournal [date format]>>

The optional parameter can be used to specify a custom date format.

In addition, all of the NewTiddler macro's parameters are valid.

!!!{{{<<NewTiddler>>}}}

 Usage

<<newTiddler [parameters]>>

Parameters

This macro uses named parameters. All parameters are optional.
|Parameter|Description|
|label |button label|
|prompt|button tooltip|
|title|title for the new tiddler (defaults to "New Tiddler")|
|text|contents for the new tiddler|
|tag|tag to be applied to the new tiddler (parameter can be used repeatedly to specify multiple tags)|
|accessKey|single letter to use as access key to trigger the button|
|focus|which of the editable fields to default the focus to (e.g. "title", "text", "tags")|
|template|template tiddler to use to display the new tiddler (defaults to EditTemplate)|
|fields|custom fields to be assigned to the new tiddler, in name:value;name:value; format|

Only fields contained as input fields in the specified template can be primed with an initial value.
[edit] Example

<<newTiddler
	label:"New Tiddler"
	text:"Hello world."
	tag:"test"

	tag:"an example"
	accessKey:"1"
	focus:"tags"
>>



!!!{{{<<Savechanges>>}}}



!!!{{{<<Search>>}}}

This macro creates an input field to perform full-text searches on a TiddlyWiki document's tiddler contents.
[edit] Usage

Example : 
{{{<<search [value]>>}}}

Produces : 



<<search [value]>>

By specifiying the value parameter, the search form can be "preloaded" with the desired term.
[edit] Options
This section is still incomplete. You can help by contributing to its expansion.
Please improve the article, or discuss the issue on the talk page.

    * case-sensitive
    * regular expressions 


!!!{{{<<Gradient>>}}}

The Gradient macro allows simple horizontal and vertical coloured gradients. They are constructed from coloured HTML elements, and don't require any images to work.
The Gradient macro is an extended macro that processes the text after it up until the next '

>>

' sequence. It looks like this:
Example : 
{{{<<gradient vert #ffffff #ffdddd #ff8888>>gradient fill>>}}}

Produces : 
<<gradient vert #ffffff #ffdddd #ff8888>>gradient fill>>

The first parameter can be vert or horiz to indicate the direction of the gradient. The following parameters are two or more colours (CSS RGB(r,g,b) format is also acceptable). The macro constructs a smooth linear gradient between each of the colours in turn.

Inline CSS definitions can be added to gradient fills like this:


Example : 
{{{<<gradient vert #000000 #660000 #aa2222>>color:#ffffff;font-size:12pt;Darkness>>}}}

Produces : 

<<gradient vert #000000 #660000 #aa2222>>color:#ffffff;font-size:12pt;Darkness>>

!!!{{{<<Closeall>>}}}
!!!{{{<<Permaview>>}}}
Changes the browser address bar to a permalink to the current Tiddler or the set of open tiddlers. It is used with the ToolbarMacro like this:

Example : 
{{{<<toolbar permalink>>}}}
Produces : 
<<toolbar permalink>>

!!!{{{<<Toolbar>>}}}
The ToolbarMacro is used in the TemplateMechanism to define the toolbar that appearthat appear either in EditMode or in ViewMode. The arguments to the ToolbarMacro is a list of command names, as discussed in the CommandMechanism..

You can precede a command name with a "+" to specify a default command that is automatically chosen when a tiddler is double-clicked, or the ctrl-Enter key combination pressed. Similarly, precede it with "-" to specify a command to be chosen when the Escape key is pressed.
!!!{{{<<Annotations>>}}}

!!!{{{<<Edit>>}}}
The command <<edit>> switches from ViewMode to EditMode. The EditMacro is either a double mouse click inside the tiddler or the entry 'edit' in the tiddler's Toolbar. It is used in ViewTemplate as ToolbarMacro like this:
Example : 
{{{<<toolbar +editTiddler>>}}}
Produces : 


<<toolbar +editTiddler>>

!!!{{{<<Message>>}}}
!!!{{{<<Refreshdisplay>>}}}
!!!{{{<<View fieldname how...>>}}}
Retrieves a specified field (given by fieldname) from the tiddler to be displayed and outputs its value in one of the following ways (the optional //how// parameter):

    * (unspecified): render as is (without formatting)
    * link: format as a link (using createTiddlyLink)
    * wikified: format using all the normal rendering rules
    * date: expects a value of the form YYYYMMDDHHMM and outputs it using either a specified format (...) or config.views.wikified.dateFormat 

The standard field names are:

    * title - the tiddler title
    * tiddler - the tiddler title (as well)
    * text - the text of the tiddler
    * modifier - the person who last modified it
    * modified - date&time of last modification
    * created - when it was created
    * tags - the tiddler tags 

If your tiddlers contain custom fields, they could be specified as well.

The view macro is used extensively in the standard tiddler rendering templates (ViewTemplate and EditTemplate).
tags:
links:

TiddlyWiki Plugins I recommend


tags:
links:

Tinier tiddlywiki

I have decided for some reason to maintain TinyTiddlyWiki - a tiny version of TiddlyWiki. I have created a script in my repository which cooks tiddlywiki as per normal but uses yui compressor to compress the javascript in the core. To complement this, there is also another version which using a different template creates two files - a js file containing the core and an html file for the TiddlyWiki.

I thought this was getting increasingly relevant for people using TiddlyWebWiki which allows you to specify the tiddlywiki file to use to construct your TiddlyWebWiki. By serving a file in one of these forms you reduce the download size of your website to each user who is using it so this i is obviously a good thing.

The latest version I have built will now live [[here|http://www.jonrobson.me.uk/development/TinyTiddly/]] with a tar file containing the js and html file, and a file tinytiddlywiki.html which is exactly the same as tiddlywiki but with a compressed core.

And for the eager, you can check my svn directory [[here|http://svn.tiddlywiki.org/Trunk/contributors/JonRobson/verticals/TinyTiddlyTemplate/]] and simply run generate_tiny and you will get a tar file and an html file constructed from the latest checked out code.

Hope this is useful! This will shave about 84kb off your filesize, however I'm working on ways to improve this even more...
tags:
links:

TopLinks

[[Blog|BlogArchive]] [[Jon Robson]] [[My Work]] [[Explore|Explore my data]]
tags:

Travel

You can get maps to show places you've been eg. this: <<travelmap>> however all of these require you to tag each city individually.. until now! Since travel is one of my biggest loves, I've managed to create a "places I've been map using just geotags in rss feeds from sites I use frequently.

This map shows geotagged data from my Dopplr and Flickr feeds:


<<geo width:400 height:200 id:travel>>

<<DopplrMyGeo 'http://www.jonrobson.me.uk/handle/proxy.php?feed=http://www.dopplr.com/traveller/jonrobson/feed/mytrips/b2d5f666ed4d073d72416f3f100ea7e67a34f2b8b1bcc46e931666edf58376c2/all' travel #ffff00 #00ff00 #00ff00>>
<<flickrMyGeo "http://www.jonrobson.me.uk/handle/proxy.php?feed=http://api.flickr.com/services/feeds/geo/?id=24701860@N05&lang=en-us&format=rss_200" travel #00ff00>> 


Green: places I am going, Yellow: trips I've made/photos I've taken.

The world is a canvas which I need to paint. I am a canvas the world needs to paint.
tags:
links:

Travel Annoyances

Over the christmas season I've been doing some travelling and it got me thinking about an old post by BenJam ([[the trouble with travel photography|http://benjam.tiddlyspot.com/#[[The%20Trouble%20with%20Travel%20Photography}}]]). I like BenJam love travelling and love taking photos but there are aspects of travel I'm not such a big fan of - worrying that my camera will be pinched also for starters!!

However there are many other annoying things about travel and I wonder what other people think of as there biggest annoyance? 

Is it the fellow tourist's baby crying on the plane..? 
Or that guy who snores in the youth hostel? 
Or people ripping you off? (the biggest culprit of this for me was when I was in Vietnam a taxi driver put his meter on and suddenly about 5 minutes from the hotel the meter began to act like it was on speed.. almost doubling every second after having gone at a slow pace beforehand!!)
tags:
links:

Travel to India

This is just a note to self about a possible trip to India.

Royal Jordanian to Mumbai
November £348
visit Petra Jordan onroute
Golden Temple, Amritsar, Punjab, India
tags:
links:

Tunbridge Wells

I live here now. I quite like the pubs here.
tags:
links:

UK GeoJSON

/*
geojson file defining UK constituencies.
*/
//{{{ 
({type:"FeatureCollection", features:[{type:"Feature", geometry:{type:"MultiPolygon", coordinates:[[[[-0.4841005,51.8886],[-0.4833995,51.8882],[-0.4810005,51.8876],[-0.4699995,51.8869],[-0.4646995,51.8867],[-0.4605995,51.8849],[-0.4568005,51.8821],[-0.4520005,51.8802],[-0.4485005,51.8791],[-0.4329995,51.8694],[-0.4203995,51.8572],[-0.4197995,51.8571],[-0.4137995,51.8612],[-0.4102995,51.8639],[-0.4056995,51.8662],[-0.4025995,51.867],[-0.4003995,51.8678],[-0.3970005,51.8699],[-0.3932995,51.8721],[-0.3889005,51.8730],[-0.3828995,51.8737],[-0.3762005,51.8743],[-0.3753995,51.8744],[-0.3743005,51.8750],[-0.3731995,51.8751],[-0.3716995,51.8748],[-0.3693005,51.8731],[-0.3685995,51.8729],[-0.3676995,51.8728],[-0.3668995,51.8731],[-0.3657995,51.8742],[-0.3648995,51.8750],[-0.3637995,51.8752],[-0.3629995,51.8749],[-0.3612995,51.8735],[-0.3595995,51.8725],[-0.3564995,51.8724],[-0.3539005,51.8734],[-0.3524995,51.8739],[-0.3524995,51.8713],[-0.3520005,51.8668],[-0.3485995,51.8609],[-0.3458995,51.8575],[-0.3416005,51.8548],[-0.3391005,51.8522],[-0.3381995,51.8509],[-0.3410005,51.8481],[-0.3466995,51.845],[-0.3524995,51.8425],[-0.3605995,51.8411],[-0.3630995,51.8401],[-0.3651995,51.8368],[-0.3668005,51.8345],[-0.3691995,51.8321],[-0.3700995,51.8312],[-0.3739005,51.833],[-0.3793995,51.8353],[-0.3857995,51.8366],[-0.3924995,51.8388],[-0.3993005,51.841],[-0.4083995,51.8434],[-0.4114005,51.8467],[-0.4154995,51.8497],[-0.4201995,51.8512],[-0.4216995,51.8511],[-0.4257995,51.8483],[-0.4329995,51.8505],[-0.4357995,51.8529],[-0.4370995,51.8529],[-0.4443995,51.8492],[-0.4474995,51.8504],[-0.4512995,51.8527],[-0.4546995,51.8526],[-0.4556995,51.8527],[-0.4583995,51.851],[-0.4589005,51.851],[-0.4604995,51.8522],[-0.4610005,51.8523],[-0.4620005,51.8522],[-0.4639995,51.8508],[-0.4647995,51.8507],[-0.4660995,51.851],[-0.4671995,51.8525],[-0.4689995,51.8547],[-0.4698995,51.8566],[-0.4703995,51.8566],[-0.4739995,51.8556],[-0.4785995,51.8541],[-0.4789005,51.8537],[-0.4789995,51.853],[-0.4770005,51.8499],[-0.4748995,51.848],[-0.4707995,51.8445],[-0.4702995,51.8439],[-0.4701995,51.8435],[-0.4724995,51.8417],[-0.4743005,51.8399],[-0.4749995,51.8391],[-0.4758995,51.8386],[-0.4841005,51.8407],[-0.4896995,51.8425],[-0.4900995,51.8372],[-0.4918995,51.837],[-0.4943005,51.8385],[-0.4972995,51.8386],[-0.5012005,51.8374],[-0.5037005,51.8357],[-0.5047995,51.8329],[-0.5058995,51.8283],[-0.5099995,51.8267],[-0.5073995,51.8258],[-0.4995995,51.8226],[-0.4943995,51.8181],[-0.4968005,51.8141],[-0.5007995,51.8131],[-0.5039995,51.8134],[-0.5087995,51.8122],[-0.5166995,51.8087],[-0.5216995,51.8054],[-0.5247995,51.8059],[-0.5302995,51.8090],[-0.5320005,51.8110],[-0.5350995,51.8150],[-0.5380995,51.8156],[-0.5437995,51.8188],[-0.5445995,51.8196],[-0.5473995,51.8225],[-0.5498995,51.8246],[-0.5510005,51.8254],[-0.5483995,51.8279],[-0.5455995,51.8277],[-0.5416005,51.8259],[-0.5398995,51.827],[-0.5371995,51.8312],[-0.5373995,51.8324],[-0.5398995,51.8338],[-0.5450995,51.8369],[-0.5516995,51.8411],[-0.5539995,51.8424],[-0.5568005,51.8436],[-0.5614005,51.8439],[-0.5641995,51.8446],[-0.5670005,51.8464],[-0.5691005,51.8482],[-0.5710995,51.8506],[-0.5725995,51.8532],[-0.5722995,51.8536],[-0.5691005,51.8554],[-0.5687995,51.856],[-0.5685995,51.8566],[-0.5691995,51.8576],[-0.5697995,51.8581],[-0.5710995,51.8583],[-0.5718995,51.8588],[-0.5727995,51.8596],[-0.5732995,51.8611],[-0.5741005,51.8624],[-0.5747995,51.8633],[-0.5762005,51.8649],[-0.5770995,51.8652],[-0.5791005,51.8654],[-0.5816995,51.8660],[-0.5837005,51.8667],[-0.5858995,51.8679],[-0.5880995,51.8695],[-0.5912995,51.8701],[-0.5950995,51.8712],[-0.5972995,51.8713],[-0.5993995,51.8720],[-0.6078995,51.8768],[-0.6123995,51.8801],[-0.6166995,51.8853],[-0.6183995,51.8863],[-0.6212005,51.8856],[-0.6264995,51.8829],[-0.6285005,51.8826],[-0.6318995,51.8824],[-0.6391995,51.8830],[-0.6437995,51.8847],[-0.6512005,51.8875],[-0.6543995,51.8898],[-0.6572995,51.8950],[-0.6627995,51.8976],[-0.6696995,51.9007],[-0.6768005,51.902],[-0.6868005,51.9014],[-0.6916005,51.9017],[-0.6928995,51.9022],[-0.6943005,51.9039],[-0.7003995,51.9086],[-0.7001995,51.9099],[-0.6964005,51.9142],[-0.6898995,51.9239],[-0.6818995,51.9369],[-0.6824995,51.9389],[-0.6828995,51.9399],[-0.6832995,51.9406],[-0.6831995,51.9416],[-0.6823995,51.9427],[-0.6812995,51.9439],[-0.6793995,51.9450],[-0.6766995,51.9463],[-0.6752995,51.9473],[-0.6747995,51.9482],[-0.6751995,51.9499],[-0.6756995,51.9513],[-0.6760005,51.9537],[-0.6758995,51.955],[-0.6750995,51.9561],[-0.6741005,51.9563],[-0.6706995,51.9569],[-0.6660005,51.9565],[-0.6631995000000002,51.957],[-0.6589005,51.9608],[-0.6539005,51.9612],[-0.6530995,51.9619],[-0.6527995,51.9674],[-0.6527995,51.9702],[-0.6441995,51.9732],[-0.6451995,51.9743],[-0.6485995,51.9772],[-0.6555995,51.984],[-0.6555995,51.9847],[-0.6541995,51.989],[-0.6545005000000002,51.9896],[-0.6591995,51.9915],[-0.6591995,51.9926],[-0.6587005,51.9954],[-0.6607995, 52.0005],[-0.6568005, 52.0046],[-0.6543005, 52.0063],[-0.6523995, 52.0076],[-0.6510995, 52.0082],[-0.6503995, 52.0084],[-0.6482995, 52.0083],[-0.6458995, 52.0087],[-0.6435995, 52.0093],[-0.6431995, 52.0097],[-0.6433995, 52.0102],[-0.6466995, 52.0135],[-0.6489005, 52.0149],[-0.6502995, 52.0159],[-0.6503995, 52.0163],[-0.6501995, 52.0168],[-0.6468005, 52.0218],[-0.6460995000000002, 52.0225],[-0.6441005, 52.0234],[-0.6418995, 52.0245],[-0.6398995, 52.0254],[-0.6397995, 52.0259],[-0.6414995, 52.0277],[-0.6416995, 52.0286],[-0.6412005, 52.0302],[-0.6399995000000002, 52.0314],[-0.6397995, 52.0317],[-0.6395995, 52.0336],[-0.6395995, 52.034],[-0.6397995, 52.0354],[-0.6399995000000002, 52.0365],[-0.6402995, 52.0367],[-0.6410005, 52.037],[-0.6445995, 52.0379],[-0.6720995, 52.0457],[-0.6724995, 52.046],[-0.6708995, 52.0473],[-0.6696995, 52.0486],[-0.6668995, 52.0515],[-0.6645005000000002, 52.0533],[-0.6600995, 52.0559],[-0.6574995, 52.0574],[-0.6546995, 52.0592],[-0.6537005, 52.0600],[-0.6527995, 52.0610],[-0.6523995, 52.0619],[-0.6537995, 52.0629],[-0.6539995, 52.0635],[-0.6522995, 52.0645],[-0.6510995, 52.0652],[-0.6493005, 52.0662],[-0.6481995, 52.0668],[-0.6452995, 52.0677],[-0.6433995, 52.0688],[-0.6426995, 52.0697],[-0.6403995, 52.0741],[-0.6387005, 52.0767],[-0.6364995, 52.0783],[-0.6335995, 52.0796],[-0.6304995, 52.0814],[-0.6280995, 52.0831],[-0.6260995, 52.0846],[-0.6250995, 52.0852],[-0.6231995, 52.0861],[-0.6216005, 52.0854],[-0.6206995, 52.0849],[-0.6200995, 52.085],[-0.6183995, 52.0856],[-0.6178995, 52.0858],[-0.6181995, 52.087],[-0.6177995, 52.0874],[-0.6147995, 52.0891],[-0.6122995, 52.0907],[-0.6089995, 52.092],[-0.6066005, 52.0928],[-0.6056995, 52.0932],[-0.6053995, 52.0935],[-0.6058995, 52.0947],[-0.6060005, 52.0952],[-0.6029995, 52.0984],[-0.6030995, 52.1],[-0.6027995, 52.1006],[-0.6022995, 52.1011],[-0.6000995, 52.1017],[-0.5979995, 52.102],[-0.5970005, 52.1022],[-0.5897995, 52.1042],[-0.5893005, 52.1044],[-0.5893005, 52.1048],[-0.5918005, 52.1081],[-0.5918995, 52.1085],[-0.5916995, 52.109],[-0.5833995, 52.1043],[-0.5828995, 52.1042],[-0.5814995, 52.1055],[-0.5814995, 52.1059],[-0.5864005, 52.1089],[-0.5899995, 52.1116],[-0.5906995, 52.1123],[-0.5914005, 52.1130],[-0.5949995, 52.1176],[-0.5952995, 52.1180],[-0.5953995, 52.1226],[-0.5956995, 52.1236],[-0.5964005, 52.1247],[-0.6010995, 52.1309],[-0.6035995, 52.1342],[-0.6043005, 52.1351],[-0.6049995, 52.1354],[-0.6062995, 52.1353],[-0.6089995, 52.1353],[-0.6112005, 52.1351],[-0.6158995, 52.1347],[-0.6187005, 52.1353],[-0.6201995, 52.1359],[-0.6237995, 52.1374],[-0.6249995, 52.1381],[-0.6321995, 52.1411],[-0.6326995, 52.1415],[-0.6343005, 52.1436],[-0.6350995000000002, 52.1449],[-0.6358995, 52.1464],[-0.6360995, 52.1473],[-0.6355995, 52.1486],[-0.6354995, 52.149],[-0.6360005, 52.1509],[-0.6364005, 52.1516],[-0.6382995, 52.1531],[-0.6385005, 52.1535],[-0.6385005, 52.1537],[-0.6382995, 52.1542],[-0.6379995, 52.1549],[-0.6366995, 52.1553],[-0.6339995, 52.1554],[-0.6322995, 52.1555],[-0.6316995, 52.1559],[-0.6312995, 52.1563],[-0.6307995, 52.157],[-0.6305995, 52.1574],[-0.6302995, 52.1584],[-0.6304995, 52.1601],[-0.6310005, 52.1611],[-0.6326995, 52.1637],[-0.6330995, 52.1646],[-0.6335995, 52.1661],[-0.6337995, 52.1673],[-0.6339995, 52.1688],[-0.6341005, 52.1698],[-0.6339995, 52.1702],[-0.6339005, 52.1704],[-0.6333995, 52.1708],[-0.6320005, 52.1718],[-0.6301995, 52.1731],[-0.6289995000000002, 52.1738],[-0.6274995, 52.1742],[-0.6272995, 52.1744],[-0.6271995, 52.1747],[-0.6270995, 52.1753],[-0.6271995, 52.1757],[-0.6273995, 52.1761],[-0.6277995, 52.1766],[-0.6287995, 52.1773],[-0.6293005, 52.1778],[-0.6293995, 52.1784],[-0.6293995, 52.1788],[-0.6289005, 52.1793],[-0.6285995, 52.1799],[-0.6282995, 52.1806],[-0.6278995, 52.1823],[-0.6280995, 52.1833],[-0.6285005, 52.1835],[-0.6343005, 52.1844],[-0.6360005, 52.1845],[-0.6382995, 52.1845],[-0.6387005, 52.1848],[-0.6398995, 52.1890],[-0.6400995, 52.1892],[-0.6404995, 52.1896],[-0.6412995, 52.1899],[-0.6425995, 52.1902],[-0.6464995, 52.1904],[-0.6503995, 52.1906],[-0.6553995, 52.1915],[-0.6566995, 52.1917],[-0.6618005, 52.1936],[-0.6673995, 52.1961],[-0.6662995, 52.1994],[-0.6656995, 52.2003],[-0.6645995, 52.202],[-0.6623995, 52.2045],[-0.6578995, 52.2098],[-0.6532995, 52.2152],[-0.6501995, 52.2189],[-0.6481995, 52.2209],[-0.6385995, 52.227],[-0.6375995, 52.2279],[-0.6354995, 52.2298],[-0.6362005, 52.2320],[-0.6400995, 52.2395],[-0.6416005, 52.2422],[-0.6462995, 52.2486],[-0.6479995, 52.2506],[-0.6485005, 52.2516],[-0.6487005, 52.2523],[-0.6491995, 52.2546],[-0.6493005, 52.2565],[-0.6495995, 52.2573],[-0.6505995, 52.2606],[-0.6508995, 52.2626],[-0.6504995, 52.2637],[-0.6480995, 52.2659],[-0.6480995, 52.2662],[-0.6493995, 52.2687],[-0.6493005, 52.2691],[-0.6487005, 52.2698],[-0.6466005, 52.2716],[-0.6447995, 52.2724],[-0.6439005, 52.2727],[-0.6430995, 52.2729],[-0.6406995, 52.2731],[-0.6375995, 52.2732],[-0.6356995, 52.2733],[-0.6345995, 52.2731],[-0.6341005, 52.2727],[-0.6339005, 52.2708],[-0.6337005, 52.2705],[-0.6327995, 52.2699],[-0.6321995, 52.2699],[-0.6303995, 52.2709],[-0.6293995, 52.2714],[-0.6276995, 52.2726],[-0.6258995, 52.2742],[-0.6245995, 52.2756],[-0.6237995, 52.2762],[-0.6195005, 52.2772],[-0.6175995, 52.2777],[-0.6151995, 52.2783],[-0.6121995, 52.2791],[-0.6049995, 52.2787],[-0.6024995, 52.2788],[-0.5978995, 52.2772],[-0.5895995, 52.2743],[-0.5857995, 52.2717],[-0.5814995, 52.2683],[-0.5774995, 52.265],[-0.5697995, 52.2588],[-0.5639005, 52.2545],[-0.5557995, 52.2578],[-0.5507995, 52.2594],[-0.5387005, 52.2587],[-0.5356995, 52.2628],[-0.5372995, 52.2686],[-0.5306995, 52.2712],[-0.5307995, 52.2727],[-0.5323995, 52.2762],[-0.5337995, 52.2785],[-0.5353995, 52.2812],[-0.5375995, 52.284],[-0.5427995, 52.2893],[-0.5427995, 52.2898],[-0.5416995, 52.2913],[-0.5398995, 52.2931],[-0.5214995, 52.3088],[-0.5121995, 52.3157],[-0.5203995, 52.3195],[-0.5020005, 52.3224],[-0.4895005, 52.3229],[-0.4771995, 52.3216],[-0.4729995, 52.3223],[-0.4624995, 52.3246],[-0.4533995, 52.322],[-0.4400995, 52.3142],[-0.4379995, 52.3139],[-0.4335995, 52.3138],[-0.4302995, 52.3132],[-0.4308995, 52.3066],[-0.4332995, 52.2983],[-0.4203995, 52.29],[-0.4116995, 52.2854],[-0.4041995, 52.2889],[-0.3997995, 52.2848],[-0.3962005, 52.2804],[-0.3912005, 52.2815],[-0.3851995, 52.2823],[-0.3764005, 52.2832],[-0.3714995, 52.2754],[-0.3783995, 52.2748],[-0.3801995, 52.2738],[-0.3803995, 52.2719],[-0.3789995, 52.2677],[-0.3762005, 52.2624],[-0.3755995, 52.2595],[-0.3760995, 52.2545],[-0.3735005, 52.2476],[-0.3722995, 52.2423],[-0.3716005, 52.2361],[-0.3622995, 52.2355],[-0.3562995, 52.2358],[-0.3489995, 52.2348],[-0.3387995, 52.2319],[-0.3397995, 52.2418],[-0.3287005, 52.2426],[-0.3212995, 52.2428],[-0.3176995, 52.2423],[-0.3139995, 52.2414],[-0.2960005, 52.2419],[-0.2943995, 52.2358],[-0.2914005, 52.2312],[-0.2954995, 52.228],[-0.2976995, 52.2251],[-0.3012995, 52.2192],[-0.3030995, 52.2143],[-0.2741005, 52.2107],[-0.2728995, 52.2107],[-0.2714005, 52.2106],[-0.2679995, 52.2103],[-0.2624995, 52.2092],[-0.2587995, 52.2064],[-0.2521995, 52.1998],[-0.2480995, 52.1943],[-0.2393995, 52.1909],[-0.2412995, 52.1857],[-0.2428995, 52.1852],[-0.2468005, 52.1840],[-0.2596995, 52.1766],[-0.2412005, 52.1717],[-0.2251995, 52.1669],[-0.2146995, 52.1627],[-0.2212995, 52.1544],[-0.2337005, 52.1468],[-0.2253995, 52.1451],[-0.2203995, 52.1449],[-0.2164995, 52.1445],[-0.2112005, 52.1449],[-0.2082995, 52.1452],[-0.1901995, 52.1427],[-0.1841005, 52.1417],[-0.1743995, 52.141],[-0.1664995, 52.1406],[-0.1612005, 52.1412],[-0.1612995, 52.1438],[-0.1580995, 52.1453],[-0.1526995, 52.1453],[-0.1489995, 52.1441],[-0.1489995, 52.1405],[-0.1433995, 52.1401],[-0.1427995, 52.1335],[-0.1439995, 52.1196],[-0.1449995, 52.1148],[-0.1439005, 52.1109],[-0.1450995, 52.1086],[-0.1439005, 52.1067],[-0.1464995, 52.1016],[-0.1456995, 52.0998],[-0.1482995, 52.0979],[-0.1485995, 52.0901],[-0.1485995, 52.0898],[-0.1491005, 52.0893],[-0.1514995, 52.0873],[-0.1541995, 52.0843],[-0.1560995, 52.0818],[-0.1564005, 52.0815],[-0.1572995, 52.081],[-0.1591005, 52.0802],[-0.1605995, 52.0791],[-0.1620005, 52.0781],[-0.1628995, 52.0775],[-0.1637005, 52.0768],[-0.1647995, 52.0756],[-0.1666005, 52.0731],[-0.1700995, 52.0671],[-0.1716005, 52.0635],[-0.1726995, 52.0623],[-0.1785005, 52.0623],[-0.1874995, 52.0631],[-0.1926995, 52.0634],[-0.1945005, 52.0633],[-0.1949995, 52.0628],[-0.1999995, 52.0561],[-0.2026995, 52.0526],[-0.2083995, 52.0473],[-0.2089005, 52.0465],[-0.2093005, 52.0446],[-0.2097995, 52.0428],[-0.2101995, 52.0424],[-0.2126995, 52.0408],[-0.2148995, 52.0394],[-0.2193005, 52.037],[-0.2185995, 52.0357],[-0.2176995, 52.0345],[-0.2147995, 52.0311],[-0.2120005, 52.0277],[-0.2095005, 52.0218],[-0.2076995, 52.0182],[-0.2060005, 52.0146],[-0.2039005, 52.0108],[-0.2043995, 52.0104],[-0.2110995, 52.0103],[-0.2118005, 52.0101],[-0.2127995, 52.0098],[-0.2131995, 52.0095],[-0.2148995, 52.0074],[-0.2153995, 52.007],[-0.2207995, 52.0063],[-0.2222995, 52.0072],[-0.2235005, 52.0072],[-0.2249995, 52.007],[-0.2268005, 52.0061],[-0.2277995, 52.0043],[-0.2291005, 52.0023],[-0.2304995, 52.0000],[-0.2318005,51.9990],[-0.2427995,51.9972],[-0.2428995,51.9917],[-0.2462995,51.9871],[-0.2485995,51.987],[-0.2523995,51.9874],[-0.2545005,51.987],[-0.2570005,51.9816],[-0.2587005,51.9805],[-0.2635995,51.9808],[-0.2673995,51.9814],[-0.2712995,51.9828],[-0.2727995,51.9846],[-0.2733995,51.9868],[-0.2730995,51.99],[-0.2739005,51.9931],[-0.2768005,51.9946],[-0.2801995,51.9970],[-0.2802995,51.9999],[-0.2807995, 52.0005],[-0.2816995, 52.0008],[-0.2828995, 52.0010],[-0.2833995, 52.0010],[-0.2864005, 52.0004],[-0.2904995, 52.0001],[-0.2920995, 52.0000],[-0.2937995, 52.0008],[-0.2970995, 52.0009],[-0.2993995, 52.0002],[-0.2995995,51.9999],[-0.2987995,51.9992],[-0.2954995,51.9954],[-0.2960995,51.9936],[-0.2968995,51.993],[-0.3041005,51.9886],[-0.3074995,51.9849],[-0.3103995,51.9834],[-0.3149995,51.9831],[-0.3202995,51.983],[-0.3279995,51.9838],[-0.3318995,51.9839],[-0.3362005,51.9832],[-0.3400995,51.9832],[-0.3454995,51.984],[-0.3506995,51.9844],[-0.3539005,51.9856],[-0.3576995,51.9864],[-0.3620005,51.9857],[-0.3639005,51.9844],[-0.3643995,51.9827],[-0.3646995,51.9804],[-0.3629995,51.9778],[-0.3603995,51.975],[-0.3577995,51.9745],[-0.3516005,51.9746],[-0.3491995,51.9748],[-0.3477995,51.9744],[-0.3475995,51.9714],[-0.3500995,51.9677],[-0.3495995,51.9659],[-0.3473995,51.9644],[-0.3491995,51.9606],[-0.3487005,51.9581],[-0.3498995,51.9573],[-0.3535005,51.9567],[-0.3552995,51.9555],[-0.3673995,51.949],[-0.3707995,51.9487],[-0.3743005,51.9493],[-0.3793995,51.951],[-0.3814995,51.9518],[-0.3820995,51.9531],[-0.3772995,51.9619],[-0.3758995,51.9714],[-0.3764995,51.9742],[-0.3795995,51.9766],[-0.3816005,51.9782],[-0.3843995,51.9799],[-0.3857995,51.9798],[-0.3901995,51.9778],[-0.3927995,51.9747],[-0.3983995,51.9644],[-0.3993995,51.9623],[-0.3995005,51.9585],[-0.4020005,51.9564],[-0.4023995,51.9541],[-0.4018995,51.9519],[-0.4020005,51.9482],[-0.4049995,51.9441],[-0.4049995,51.9425],[-0.4037995,51.9398],[-0.4025995,51.9380],[-0.4010005,51.9358],[-0.4035005,51.9337],[-0.4029995,51.9324],[-0.3993005,51.9305],[-0.3922995,51.9286],[-0.3879995,51.9270],[-0.3864005,51.9248],[-0.3849995,51.9228],[-0.3825995,51.9204],[-0.3918005,51.9192],[-0.3962995,51.9194],[-0.3971995,51.9212],[-0.3993995,51.9205],[-0.4012005,51.9198],[-0.4023995,51.9188],[-0.4041995,51.9175],[-0.4058995,51.9157],[-0.4068995,51.9138],[-0.4079995,51.912],[-0.4097995,51.9119],[-0.4139995,51.912],[-0.4185005,51.9118],[-0.4195995,51.9144],[-0.4195995,51.9234],[-0.4237005,51.9258],[-0.4258995,51.9262],[-0.4323995,51.9271],[-0.4331995,51.9268],[-0.4343995,51.9257],[-0.4366995,51.9249],[-0.4387005,51.925],[-0.4408995,51.9255],[-0.4580995,51.9246],[-0.4654995,51.9261],[-0.4670995,51.9263],[-0.4677995,51.9263],[-0.4683995,51.9262],[-0.4707995,51.9254],[-0.4727995,51.9246],[-0.4807995,51.9201],[-0.4828995,51.9196],[-0.4820005,51.9181],[-0.4776995,51.9139],[-0.4741005,51.912],[-0.4725995,51.9105],[-0.4716005,51.9086],[-0.4748995,51.9072],[-0.4770995,51.9085],[-0.4795005,51.9074],[-0.4766995,51.9042],[-0.4716005,51.8998],[-0.4783995,51.8982],[-0.4802995,51.8976],[-0.4893005,51.9059],[-0.4932995,51.9053],[-0.4974995,51.9041],[-0.5014005,51.9026],[-0.5027995,51.9013],[-0.5016995,51.9003],[-0.4981995,51.8988],[-0.4845005,51.8922],[-0.4851995,51.8906],[-0.4841005,51.8886]]]]}, properties:{name:"Bedfordshire"}}, {type:"Feature", geometry:{type:"MultiPolygon", coordinates:[[[[-0.6418005,51.5025],[-0.6423995,51.5015],[-0.6433995,51.5003],[-0.6439005,51.4991],[-0.6441995,51.4979],[-0.6443005,51.4972],[-0.6441005,51.4968],[-0.6430995,51.4969],[-0.6414005,51.4973],[-0.6397995,51.4973],[-0.6380995,51.4971],[-0.6366005,51.4969],[-0.6355995,51.4966],[-0.6347995,51.4963],[-0.6343995,51.4959],[-0.6339005,51.4950],[-0.6337005,51.4937],[-0.6337995,51.4932],[-0.6341005,51.4927],[-0.6354995,51.4924],[-0.6380995,51.4919],[-0.6403995,51.4911],[-0.6437005,51.4896],[-0.6451995,51.4887],[-0.6464005,51.4877],[-0.6475995,51.4868],[-0.6491005,51.4864],[-0.6498995,51.4864],[-0.6506995,51.4866],[-0.6537005,51.4875],[-0.6610005,51.488],[-0.6646995,51.4889],[-0.6668005,51.4898],[-0.6700995,51.4921],[-0.6733995,51.4933],[-0.6749995,51.4943],[-0.6757995,51.4952],[-0.6783995,51.5001],[-0.6798995,51.5036],[-0.6806995,51.505],[-0.6810995,51.5056],[-0.6814005,51.5059],[-0.6850995,51.5080],[-0.6877995,51.5096],[-0.6896995,51.5108],[-0.6903995,51.5110],[-0.6920005,51.5112],[-0.6953995,51.5109],[-0.6989005,51.5106],[-0.6993995,51.5109],[-0.6996995,51.5113],[-0.6999995,51.5124],[-0.6999995,51.5137],[-0.6997995,51.5149],[-0.6987995,51.5187],[-0.6989995,51.5231],[-0.6987995,51.5258],[-0.6983995,51.5279],[-0.6962005,51.5334],[-0.6955995,51.5349],[-0.6952995,51.5371],[-0.6943995,51.5389],[-0.6927995,51.541],[-0.6914005,51.5427],[-0.6902995,51.5441],[-0.6896995,51.5448],[-0.6893995,51.5454],[-0.6895005,51.5497],[-0.6887995,51.5555],[-0.6891005,51.5567],[-0.6897995,51.5589],[-0.6910995,51.5611],[-0.6931995,51.5645],[-0.6937995,51.5651],[-0.6943995,51.5656],[-0.6951995,51.566],[-0.6970005,51.5663],[-0.6989995,51.5664],[-0.6998995,51.566],[-0.7007995,51.5654],[-0.7021995,51.5633],[-0.7032995,51.5631],[-0.7043005,51.5633],[-0.7053995,51.5637],[-0.7071995,51.5644],[-0.7082995000000002,51.5649],[-0.7097995,51.5659],[-0.7096995,51.5670],[-0.7091995,51.5688],[-0.7091005,51.5717],[-0.7095005,51.5730],[-0.7099995,51.5742],[-0.7110005,51.5754],[-0.7123995,51.5766],[-0.7150995,51.5777],[-0.7175995,51.5783],[-0.7206995,51.5786],[-0.7235005,51.5785],[-0.7264005,51.5780],[-0.7285995,51.5774],[-0.7308995,51.5765],[-0.7335005,51.5754],[-0.7381995,51.5730],[-0.7399995,51.5725],[-0.7412995,51.5720],[-0.7439995,51.5709],[-0.7477995,51.5691],[-0.7530995,51.5664],[-0.7549995000000002,51.566],[-0.7566005,51.5664],[-0.7581995,51.5669],[-0.7605995,51.5674],[-0.7620005,51.5675],[-0.7643005000000002,51.5678],[-0.7685005,51.5685],[-0.7698995,51.5683],[-0.7718005,51.5678],[-0.7731995,51.5672],[-0.7737005,51.5670],[-0.7752995000000003,51.5663],[-0.7772995,51.5644],[-0.7787005,51.5613],[-0.7808995,51.5584],[-0.7843995,51.5554],[-0.7866005,51.5544],[-0.7891995000000002,51.5533],[-0.7918005,51.553],[-0.7941995,51.5533],[-0.7966005,51.5537],[-0.7982995000000003,51.5536],[-0.7998995,51.5536],[-0.8026995,51.5537],[-0.8048995,51.5539],[-0.8082995,51.554],[-0.8118005,51.5535],[-0.8155995000000003,51.5524],[-0.8176995,51.5523],[-0.8207995,51.5521],[-0.8227995,51.5515],[-0.8252995,51.5508],[-0.8268005,51.5499],[-0.8279995,51.549],[-0.8287995000000002,51.5479],[-0.8298995,51.5475],[-0.8310995,51.5471],[-0.8325995000000002,51.5476],[-0.8341995,51.5481],[-0.8355995000000002,51.5481],[-0.8364005,51.5479],[-0.8381995,51.5471],[-0.8393995,51.5467],[-0.8410005,51.546],[-0.8472995,51.548],[-0.8496995,51.5489],[-0.8514005,51.5498],[-0.8530995,51.5501],[-0.8562005,51.5501],[-0.8587995,51.5513],[-0.8641995,51.5565],[-0.8670005,51.5585],[-0.8712995,51.5614],[-0.8735005,51.5625],[-0.8748995000000002,51.5628],[-0.8766995,51.5629],[-0.8791005000000002,51.5629],[-0.8814005000000003,51.5626],[-0.8831995,51.5621],[-0.8847995,51.5613],[-0.8860995000000002,51.5604],[-0.8870995000000002,51.5595],[-0.8876995,51.5587],[-0.8893005,51.5564],[-0.8966005,51.5456],[-0.9003995,51.5465],[-0.9016995,51.5474],[-0.9020995,51.5479],[-0.9022995,51.5483],[-0.9021995,51.5517],[-0.9018995,51.5537],[-0.9014995,51.5553],[-0.9005995,51.5567],[-0.9005995,51.5572],[-0.9012995,51.5575],[-0.9050995,51.5576],[-0.9070005,51.5577],[-0.9082995,51.5581],[-0.9103995,51.5589],[-0.9118005,51.5597],[-0.9154995000000002,51.563],[-0.9208995,51.5663],[-0.9227995,51.5673],[-0.9341005,51.5715],[-0.9357995,51.5740],[-0.9362005,51.5764],[-0.9362995,51.5813],[-0.9375995,51.5868],[-0.9371995,51.5876],[-0.9279995,51.5901],[-0.9260995,51.5909],[-0.9245995,51.5917],[-0.9196995,51.5949],[-0.9162005,51.5981],[-0.9150995,51.6],[-0.9151995000000002,51.6007],[-0.9160005,51.6021],[-0.9166005000000003,51.6028],[-0.9176995,51.6038],[-0.9206995,51.6049],[-0.9218995,51.6048],[-0.9230995,51.6047],[-0.9255995,51.6041],[-0.9297995,51.6035],[-0.9323995000000003,51.6034],[-0.9356995,51.604],[-0.9402995,51.6043],[-0.9410005000000002,51.6044],[-0.9412995000000002,51.6049],[-0.9414995,51.6053],[-0.9412995000000002,51.6059],[-0.9407995,51.608],[-0.9420995,51.6096],[-0.9424995,51.6103],[-0.9414995,51.6121],[-0.9398995000000002,51.6131],[-0.9372995,51.6158],[-0.9370995,51.6173],[-0.9374995000000003,51.6181],[-0.9385995,51.6185],[-0.9429995,51.6184],[-0.9439995,51.6187],[-0.9460995,51.6207],[-0.9483995000000002,51.6238],[-0.9481995,51.6245],[-0.9475995,51.6274],[-0.9470995,51.6292],[-0.9464995,51.6300],[-0.9445995000000003,51.6302],[-0.9437005000000002,51.6307],[-0.9427995,51.6320],[-0.9418005,51.6338],[-0.9329995,51.6369],[-0.9326995,51.6373],[-0.9337995000000002,51.6392],[-0.9371995,51.6428],[-0.9387005000000002,51.644],[-0.9414005,51.6463],[-0.9421995,51.6474],[-0.9430995,51.6485],[-0.9457995,51.6518],[-0.9457995,51.6523],[-0.9455995,51.6528],[-0.9445995000000003,51.6534],[-0.9435005,51.6538],[-0.9410995,51.6542],[-0.9396995,51.6541],[-0.9337995000000002,51.6510],[-0.9310995,51.6507],[-0.9276995000000002,51.6514],[-0.9257995,51.6531],[-0.9229995000000002,51.6553],[-0.9208995,51.6571],[-0.9205995,51.6575],[-0.9204995,51.6579],[-0.9206995,51.6587],[-0.9235995,51.6604],[-0.9241995,51.6609],[-0.9257995,51.664],[-0.9268005,51.6644],[-0.9285995,51.6648],[-0.9300995000000002,51.6654],[-0.9301995,51.6659],[-0.9287005,51.6663],[-0.9270005,51.6663],[-0.9228995,51.6656],[-0.9212995000000002,51.6669],[-0.9181995,51.6702],[-0.9160005,51.6736],[-0.9107995000000002,51.6751],[-0.9073995,51.6755],[-0.9045005000000002,51.6743],[-0.8958995000000002,51.6717],[-0.8885995,51.669],[-0.8812995000000002,51.6692],[-0.8783995,51.6692],[-0.8775995000000002,51.6695],[-0.8773995,51.6698],[-0.8774995,51.671],[-0.8791995,51.6732],[-0.8799995000000002,51.6736],[-0.8816005,51.6742],[-0.8846995,51.6749],[-0.8929995,51.676],[-0.8935995,51.6763],[-0.8871995,51.6803],[-0.8855995,51.6812],[-0.8847995,51.6815],[-0.8793995,51.6814],[-0.8791995,51.6816],[-0.8791995,51.6822],[-0.8793995,51.6830],[-0.8799995000000002,51.6846],[-0.8826995000000002,51.6869],[-0.8925995,51.6935],[-0.8927995,51.6946],[-0.8927995,51.6961],[-0.8889995,51.7009],[-0.8868005,51.7055],[-0.8868995,51.7060],[-0.8899995,51.7083],[-0.8897995000000002,51.7090],[-0.8885995,51.7118],[-0.8876995,51.7146],[-0.8875995,51.7156],[-0.8893005,51.7199],[-0.8910005,51.7246],[-0.8935995,51.7268],[-0.8975995,51.7294],[-0.9037005,51.735],[-0.9071995,51.738],[-0.9089995,51.739],[-0.9112995,51.739],[-0.9151995000000002,51.7392],[-0.9173995,51.7412],[-0.9189995,51.743],[-0.9201995,51.7442],[-0.9221995,51.7475],[-0.9231995,51.7482],[-0.9237995,51.7482],[-0.9252995000000003,51.7476],[-0.9271995,51.7468],[-0.9281995,51.7466],[-0.9291995,51.7465],[-0.9297995,51.7482],[-0.9323995000000003,51.7513],[-0.9332995,51.7517],[-0.9351995000000002,51.7521],[-0.9427995,51.7544],[-0.9710995,51.7616],[-0.9755995,51.7624],[-0.9768995,51.7618],[-0.9774995,51.7600],[-0.9779995,51.7553],[-0.9795995,51.7538],[-0.9845005,51.7543],[-0.9987005,51.7573],[-0.9995995,51.7572],[-1.0029,51.7542],[-1.0057,51.7545],[-1.007599,51.7545],[-1.010599,51.7542],[-1.0137,51.7540],[-1.0166,51.7539],[-1.017799,51.7540],[-1.0197,51.7535],[-1.021001,51.7535],[-1.023399,51.7537],[-1.024799,51.7544],[-1.026299,51.7553],[-1.0275,51.7564],[-1.0286,51.7568],[-1.029999,51.7571],[-1.031201,51.7569],[-1.032099,51.7565],[-1.032699,51.7559],[-1.032799,51.7548],[-1.032699,51.7532],[-1.032099,51.7517],[-1.031201,51.7496],[-1.032799,51.7476],[-1.0366,51.7470],[-1.0423,51.7474],[-1.0548,51.7515],[-1.055799,51.7522],[-1.057099,51.7525],[-1.059301,51.7527],[-1.0613,51.7529],[-1.0647,51.7535],[-1.0669,51.7544],[-1.070199,51.7566],[-1.0725,51.7576],[-1.0748,51.7579],[-1.0771,51.7581],[-1.0797,51.7580],[-1.0807,51.7575],[-1.0815,51.7570],[-1.0822,51.7572],[-1.0828,51.7581],[-1.082999,51.7609],[-1.0825,51.7640],[-1.0815,51.7666],[-1.0805,51.7682],[-1.081001,51.7693],[-1.0827,51.7708],[-1.0827,51.7719],[-1.081601,51.7730],[-1.0791,51.7761],[-1.0791,51.7769],[-1.0792,51.781],[-1.0829,51.7832],[-1.0877,51.784],[-1.1005,51.7818],[-1.1042,51.7823],[-1.1128,51.7852],[-1.114799,51.7866],[-1.116099,51.7869],[-1.1209,51.7872],[-1.1228,51.788],[-1.1229,51.7887],[-1.1217,51.7905],[-1.120499,51.7916],[-1.119699,51.7922],[-1.119501,51.7925],[-1.121801,51.7941],[-1.1224,51.795],[-1.122699,51.796],[-1.122699,51.7965],[-1.1224,51.7971],[-1.1214,51.7983],[-1.1207,51.7988],[-1.1202,51.7992],[-1.1185,51.8],[-1.118299,51.8002],[-1.118199,51.8017],[-1.1184,51.8042],[-1.121899,51.8069],[-1.122599,51.8083],[-1.1224,51.8096],[-1.121601,51.8116],[-1.1213,51.8120],[-1.1201,51.8131],[-1.118,51.8144],[-1.1157,51.8150],[-1.113701,51.8155],[-1.1114,51.8168],[-1.1114,51.8173],[-1.111899,51.8179],[-1.112599,51.8185],[-1.1201,51.8234],[-1.1263,51.8291],[-1.1287,51.8304],[-1.1373,51.8339],[-1.137599,51.8345],[-1.137599,51.835],[-1.136001,51.8361],[-1.1303,51.8386],[-1.126601,51.8398],[-1.1259,51.8401],[-1.1253,51.8405],[-1.1243,51.8425],[-1.1231,51.8434],[-1.1214,51.8444],[-1.120399,51.845],[-1.119699,51.8451],[-1.115499,51.8431],[-1.0912,51.8367],[-1.0836,51.8322],[-1.0777,51.83],[-1.070099,51.8314],[-1.063599,51.8332],[-1.056401,51.837],[-1.048701,51.8388],[-1.048,51.8395],[-1.0526,51.8418],[-1.0546,51.8441],[-1.060799,51.8467],[-1.061499,51.848],[-1.0612,51.8498],[-1.064,51.8527],[-1.0639,51.8546],[-1.0627,51.8562],[-1.061601,51.8593],[-1.061401,51.868],[-1.0639,51.8703],[-1.0697,51.8767],[-1.0746,51.8793],[-1.0746,51.8811],[-1.073099,51.8828],[-1.070199,51.8849],[-1.070099,51.8854],[-1.0712,51.8868],[-1.0713,51.8877],[-1.0718,51.8878],[-1.072999,51.8872],[-1.0761,51.8871],[-1.0768,51.888],[-1.0768,51.8887],[-1.076401,51.89],[-1.078701,51.8918],[-1.084301,51.8933],[-1.087999,51.8947],[-1.087999,51.8952],[-1.085299,51.8966],[-1.0828,51.8994],[-1.081601,51.9066],[-1.0799,51.9138],[-1.080799,51.9187],[-1.0818,51.9202],[-1.085199,51.9224],[-1.0848,51.9239],[-1.0836,51.9241],[-1.0832,51.9244],[-1.080899,51.9244],[-1.0805,51.9288],[-1.080199,51.9293],[-1.0784,51.9293],[-1.0779,51.9297],[-1.0775,51.9303],[-1.0771,51.9314],[-1.078099,51.9316],[-1.0804,51.9318],[-1.0804,51.9323],[-1.0797,51.9329],[-1.0776,51.9337],[-1.073501,51.9335],[-1.0692,51.9345],[-1.0663,51.9349],[-1.062999,51.9356],[-1.061,51.9364],[-1.0584,51.9397],[-1.0559,51.9440],[-1.054999,51.9464],[-1.0548,51.9472],[-1.055699,51.9481],[-1.056601,51.9488],[-1.0578,51.949],[-1.061499,51.9487],[-1.066401,51.9476],[-1.070199,51.946],[-1.0753,51.9432],[-1.076699,51.9429],[-1.078501,51.9431],[-1.080199,51.9435],[-1.0804,51.9443],[-1.080199,51.9452],[-1.0783,51.9466],[-1.0784,51.9493],[-1.0812,51.9514],[-1.089599,51.9561],[-1.093799,51.9578],[-1.0941,51.9586],[-1.0927,51.9619],[-1.0884,51.9679],[-1.0849,51.9716],[-1.081699,51.9747],[-1.080099,51.9764],[-1.0784,51.9796],[-1.076001,51.9822],[-1.070899,51.9866],[-1.068501,51.9888],[-1.0621,51.9936],[-1.054,51.9987],[-1.052199,51.9997],[-1.0519, 52.0000],[-1.0517, 52.0007],[-1.0519, 52.0012],[-1.0533, 52.0023],[-1.0552, 52.0034],[-1.0569, 52.0047],[-1.0576, 52.0055],[-1.059501, 52.0076],[-1.060199, 52.0081],[-1.061, 52.0084],[-1.062001, 52.0086],[-1.0633, 52.0086],[-1.0649, 52.0080],[-1.066601, 52.0071],[-1.069, 52.0064],[-1.0705, 52.0060],[-1.072199, 52.0060],[-1.073099, 52.0061],[-1.074, 52.0064],[-1.0746, 52.0068],[-1.0754, 52.0075],[-1.075899, 52.0082],[-1.077, 52.0085],[-1.0778, 52.0084],[-1.0797, 52.0071],[-1.0822, 52.0057],[-1.083701, 52.0050],[-1.0856, 52.0050],[-1.087299, 52.0059],[-1.0862, 52.0084],[-1.0898, 52.0116],[-1.091601, 52.0135],[-1.0922, 52.0138],[-1.0958, 52.0139],[-1.096801, 52.0137],[-1.0978, 52.013],[-1.1078, 52.0145],[-1.114101, 52.0154],[-1.1177, 52.0161],[-1.1209, 52.0172],[-1.123399, 52.0179],[-1.1259, 52.0185],[-1.132001, 52.0206],[-1.1328, 52.0212],[-1.133, 52.0216],[-1.133, 52.0222],[-1.132699, 52.0242],[-1.132599, 52.0284],[-1.132599, 52.0309],[-1.1324, 52.0316],[-1.131201, 52.0331],[-1.129101, 52.0348],[-1.1279, 52.0358],[-1.1265, 52.037],[-1.126001, 52.0376],[-1.1258, 52.0381],[-1.1253, 52.0399],[-1.1249, 52.0406],[-1.1244, 52.0411],[-1.123399, 52.0419],[-1.122599, 52.0425],[-1.1223, 52.043],[-1.1213, 52.0445],[-1.1203, 52.0459],[-1.119599, 52.0467],[-1.118199, 52.0476],[-1.1164, 52.0482],[-1.114699, 52.0485],[-1.113, 52.0485],[-1.108, 52.0474],[-1.106801, 52.0474],[-1.105299, 52.0476],[-1.103199, 52.0478],[-1.1006, 52.0484],[-1.0983, 52.0488],[-1.097399, 52.0491],[-1.095199, 52.0502],[-1.093799, 52.0507],[-1.0933, 52.0508],[-1.091001, 52.051],[-1.089599, 52.0512],[-1.0861, 52.0519],[-1.084501, 52.0526],[-1.082999, 52.0533],[-1.0825, 52.0538],[-1.0818, 52.0548],[-1.0798, 52.0579],[-1.079301, 52.0584],[-1.078799, 52.0588],[-1.0778, 52.0591],[-1.077, 52.0593],[-1.075899, 52.0592],[-1.072001, 52.0585],[-1.0706, 52.0589],[-1.067001, 52.0606],[-1.062001, 52.0628],[-1.0612, 52.0629],[-1.059301, 52.0620],[-1.0576, 52.0614],[-1.056601, 52.0612],[-1.055799, 52.0610],[-1.054101, 52.0607],[-1.0502, 52.0603],[-1.0496, 52.0604],[-1.0489, 52.0607],[-1.047001, 52.0619],[-1.0404, 52.0656],[-1.039101, 52.0662],[-1.0383, 52.0664],[-1.0373, 52.0664],[-1.0365, 52.0662],[-1.0344, 52.0652],[-1.0332, 52.0647],[-1.0311, 52.0641],[-1.0296, 52.0637],[-1.0275, 52.0636],[-1.0266, 52.0638],[-1.0261, 52.0642],[-1.0258, 52.0648],[-1.0254, 52.0663],[-1.025599, 52.0671],[-1.0267, 52.0689],[-1.0273, 52.0697],[-1.028, 52.0701],[-1.0311, 52.0703],[-1.0338, 52.0707],[-1.0369, 52.0717],[-1.041201, 52.0726],[-1.043, 52.0732],[-1.042799, 52.0738],[-1.0423, 52.0739],[-1.037799, 52.0739],[-1.032099, 52.0744],[-1.027099, 52.0744],[-1.0225, 52.0747],[-1.021001, 52.0747],[-1.0196, 52.0745],[-1.016299, 52.0735],[-1.010599, 52.0727],[-1.005, 52.0724],[-1.001001, 52.0721],[-0.9987005, 52.0718],[-0.9953995, 52.0719],[-0.9943005, 52.0720],[-0.9926995, 52.0721],[-0.9907995, 52.0724],[-0.9874995, 52.0722],[-0.9841005, 52.0716],[-0.9814995, 52.0715],[-0.9746995, 52.0720],[-0.9732995, 52.0721],[-0.9722995, 52.0721],[-0.9697995, 52.0718],[-0.9685995, 52.0716],[-0.9675995, 52.0706],[-0.9664995, 52.0714],[-0.9643995, 52.0739],[-0.9628995000000002, 52.0757],[-0.9604995, 52.0773],[-0.9583995, 52.0786],[-0.9555995, 52.081],[-0.9533995, 52.0815],[-0.9518005000000003, 52.0813],[-0.9485995, 52.0806],[-0.9450995, 52.0794],[-0.9427995, 52.0784],[-0.9412995000000002, 52.0759],[-0.9404995, 52.0737],[-0.9397995, 52.0696],[-0.9387005000000002, 52.0658],[-0.9366005, 52.0582],[-0.9343995, 52.0544],[-0.9335995, 52.0532],[-0.9289995, 52.0532],[-0.9278995, 52.0516],[-0.9257995, 52.0467],[-0.9256995, 52.046],[-0.9271995, 52.0439],[-0.9270995, 52.0433],[-0.9252995000000003, 52.041],[-0.9216995, 52.0366],[-0.9160005, 52.0332],[-0.9102995, 52.0285],[-0.9070005, 52.0258],[-0.9039995, 52.0236],[-0.9028995, 52.0238],[-0.8974995, 52.0269],[-0.8900995000000002, 52.0317],[-0.8887005, 52.0323],[-0.8855995, 52.0325],[-0.8839005, 52.032],[-0.8795005, 52.0301],[-0.8776995, 52.0296],[-0.8768005, 52.0301],[-0.8760005, 52.0306],[-0.8743995, 52.0317],[-0.8735995, 52.0322],[-0.8718995000000002, 52.0334],[-0.8691005, 52.0358],[-0.8673995, 52.0377],[-0.8664005, 52.0393],[-0.8650995, 52.0387],[-0.8641005000000003, 52.0382],[-0.8612005, 52.0354],[-0.8580995, 52.0325],[-0.8547995, 52.0297],[-0.8506995, 52.0256],[-0.8478995, 52.0229],[-0.8457995, 52.0218],[-0.8437995, 52.0208],[-0.8402995, 52.0199],[-0.8351995, 52.0175],[-0.8295995, 52.0155],[-0.8235005, 52.0132],[-0.8204995, 52.0119],[-0.8196995, 52.0109],[-0.8197995, 52.0085],[-0.8195995, 52.0072],[-0.8189995, 52.0067],[-0.8177995, 52.0062],[-0.8166995, 52.0061],[-0.8152995, 52.0064],[-0.8139005, 52.0068],[-0.8133995, 52.0068],[-0.8126995, 52.0063],[-0.8095005, 52.0033],[-0.8070005,51.9998],[-0.8064995,51.9990],[-0.8049995,51.9968],[-0.8047995,51.9940],[-0.8035995,51.9877],[-0.8031995,51.9865],[-0.8021995,51.9863],[-0.7924995,51.9873],[-0.7868995,51.9883],[-0.7845995,51.9886],[-0.7818995,51.9885],[-0.7743005,51.9880],[-0.7691995000000003,51.9839],[-0.7598995,51.9843],[-0.7445005,51.973],[-0.7445995,51.9725],[-0.7454995,51.9713],[-0.7453995,51.9708],[-0.7403995,51.9692],[-0.7395005,51.9689],[-0.7302995000000002,51.9729],[-0.7276995,51.9742],[-0.7258995,51.9744],[-0.7245995,51.9745],[-0.7199995,51.9758],[-0.7187005,51.9762],[-0.7185005,51.9762],[-0.7150995,51.9775],[-0.7132995,51.9783],[-0.7131995,51.9788],[-0.7145005,51.9801],[-0.7149995,51.9809],[-0.7150995,51.9824],[-0.7148995,51.9845],[-0.7137995,51.9869],[-0.7124995,51.9889],[-0.7116995000000002,51.9893],[-0.7095005,51.9888],[-0.7048995,51.9882],[-0.7037995,51.9872],[-0.7010005,51.9837],[-0.6993995,51.9828],[-0.6973995,51.9824],[-0.6943995,51.9826],[-0.6920995,51.9831],[-0.6910995,51.9831],[-0.6795995,51.9785],[-0.6774995,51.978],[-0.6733995,51.9781],[-0.6712005,51.9789],[-0.6704995,51.979],[-0.6689005,51.9772],[-0.6672995,51.976],[-0.6643995,51.9743],[-0.6527995,51.9702],[-0.6527995,51.9674],[-0.6530995,51.9619],[-0.6539005,51.9612],[-0.6589005,51.9608],[-0.6631995000000002,51.957],[-0.6660005,51.9565],[-0.6706995,51.9569],[-0.6741005,51.9563],[-0.6750995,51.9561],[-0.6758995,51.955],[-0.6760005,51.9537],[-0.6756995,51.9513],[-0.6751995,51.9499],[-0.6747995,51.9482],[-0.6752995,51.9473],[-0.6766995,51.9463],[-0.6793995,51.9450],[-0.6812995,51.9439],[-0.6823995,51.9427],[-0.6831995,51.9416],[-0.6832995,51.9406],[-0.6828995,51.9399],[-0.6824995,51.9389],[-0.6818995,51.9369],[-0.6898995,51.9239],[-0.6964005,51.9142],[-0.7001995,51.9099],[-0.7003995,51.9086],[-0.6943005,51.9039],[-0.6928995,51.9022],[-0.6916005,51.9017],[-0.6868005,51.9014],[-0.6768005,51.902],[-0.6696995,51.9007],[-0.6627995,51.8976],[-0.6572995,51.8950],[-0.6543995,51.8898],[-0.6512005,51.8875],[-0.6437995,51.8847],[-0.6391995,51.8830],[-0.6318995,51.8824],[-0.6285005,51.8826],[-0.6264995,51.8829],[-0.6212005,51.8856],[-0.6183995,51.8863],[-0.6166995,51.8853],[-0.6123995,51.8801],[-0.6078995,51.8768],[-0.5993995,51.8720],[-0.5972995,51.8713],[-0.5950995,51.8712],[-0.5912995,51.8701],[-0.5880995,51.8695],[-0.5858995,51.8679],[-0.5837005,51.8667],[-0.5816995,51.8660],[-0.5791005,51.8654],[-0.5770995,51.8652],[-0.5762005,51.8649],[-0.5747995,51.8633],[-0.5741005,51.8624],[-0.5732995,51.8611],[-0.5727995,51.8596],[-0.5718995,51.8588],[-0.5710995,51.8583],[-0.5697995,51.8581],[-0.5691995,51.8576],[-0.5685995,51.8566],[-0.5687995,51.856],[-0.5691005,51.8554],[-0.5722995,51.8536],[-0.5725995,51.8532],[-0.5710995,51.8506],[-0.5691005,51.8482],[-0.5670005,51.8464],[-0.5641995,51.8446],[-0.5614005,51.8439],[-0.5568005,51.8436],[-0.5539995,51.8424],[-0.5516995,51.8411],[-0.5450995,51.8369],[-0.5398995,51.8338],[-0.5373995,51.8324],[-0.5371995,51.8312],[-0.5398995,51.827],[-0.5416005,51.8259],[-0.5455995,51.8277],[-0.5483995,51.8279],[-0.5510005,51.8254],[-0.5532995,51.827],[-0.5556995,51.8294],[-0.5568005,51.8306],[-0.5579995,51.8323],[-0.5582995,51.8323],[-0.5612005,51.8310],[-0.5616995,51.8304],[-0.5616005,51.8293],[-0.5604995,51.8269],[-0.5604995,51.8260],[-0.5610005,51.8249],[-0.5623995,51.8237],[-0.5637995,51.8223],[-0.5662995,51.8212],[-0.5693995,51.8204],[-0.5703995,51.8201],[-0.5721995,51.8195],[-0.5727995,51.8191],[-0.5766995,51.8159],[-0.5803995,51.8105],[-0.5810005,51.8097],[-0.5816005,51.8091],[-0.5822995,51.8087],[-0.5837995,51.8083],[-0.5848995,51.8083],[-0.5900995,51.8099],[-0.5912005,51.8104],[-0.5916005,51.8110],[-0.5922995,51.8127],[-0.5935005,51.8151],[-0.5939005,51.8156],[-0.5947995,51.8156],[-0.6035995,51.8145],[-0.6096995,51.8138],[-0.6108995000000002,51.8140],[-0.6126995,51.8156],[-0.6135995,51.8159],[-0.6166995,51.8156],[-0.6175995,51.8157],[-0.6203995,51.8164],[-0.6279995000000002,51.8193],[-0.6307995,51.8201],[-0.6333995,51.8195],[-0.6350995000000002,51.8182],[-0.6368005,51.8173],[-0.6424995,51.8157],[-0.6464005,51.8142],[-0.6579995,51.8171],[-0.6630995,51.8175],[-0.6677995,51.8191],[-0.6693005,51.8199],[-0.6708995,51.8208],[-0.6743005,51.8237],[-0.6764005,51.8263],[-0.6806995,51.8318],[-0.6845005,51.8389],[-0.6870005,51.8412],[-0.6878995,51.8415],[-0.6898995,51.8408],[-0.6920005,51.8407],[-0.6937995,51.841],[-0.6946995,51.8412],[-0.6950995,51.8416],[-0.6951995,51.8423],[-0.6950995,51.843],[-0.6947995,51.8435],[-0.6943995,51.844],[-0.6899995,51.8472],[-0.6876995,51.8491],[-0.6866995,51.8503],[-0.6873995,51.8522],[-0.6889005,51.8544],[-0.6905995,51.8563],[-0.6943995,51.859],[-0.6968995,51.859],[-0.7023995,51.8574],[-0.7055995000000002,51.8561],[-0.7068005,51.8564],[-0.7110005,51.8578],[-0.7145995,51.8577],[-0.7170005,51.8567],[-0.7182995,51.8558],[-0.7187005,51.8553],[-0.7189005000000002,51.8548],[-0.7191005,51.8533],[-0.7191005,51.8509],[-0.7193995,51.8506],[-0.7207995,51.8502],[-0.7271995,51.8496],[-0.7299995,51.8483],[-0.7352995,51.8449],[-0.7379995,51.8442],[-0.7414005,51.8438],[-0.7450995,51.8428],[-0.7449995,51.8418],[-0.7410995,51.8359],[-0.7327995,51.8301],[-0.7257995,51.8221],[-0.7210005,51.8180],[-0.7199995,51.8175],[-0.7191995,51.8173],[-0.7143005,51.8177],[-0.7085005,51.8190],[-0.7076995,51.8192],[-0.7056995,51.8201],[-0.7047995,51.8198],[-0.7004995,51.8142],[-0.6985005,51.8119],[-0.6951995,51.8097],[-0.6918005,51.8043],[-0.6883995,51.8012],[-0.6862995,51.7978],[-0.6843995,51.7939],[-0.6801995,51.7874],[-0.6793995,51.7865],[-0.6774995,51.7838],[-0.6758995,51.7772],[-0.6760005,51.7743],[-0.6760005,51.7724],[-0.6756995,51.7715],[-0.6743005,51.7699],[-0.6726995,51.7685],[-0.6708995,51.7673],[-0.6689995,51.7665],[-0.6605995,51.7638],[-0.6543995,51.7606],[-0.6468005,51.7565],[-0.6420995,51.7554],[-0.6283995,51.7548],[-0.6243005,51.7542],[-0.6223995,51.7539],[-0.6199995,51.7533],[-0.6181995,51.7533],[-0.6131995,51.7532],[-0.6112005,51.7518],[-0.6105995,51.7503],[-0.6064005,51.7514],[-0.6028995,51.7518],[-0.5941005,51.7513],[-0.5902995,51.7520],[-0.5889995,51.7519],[-0.5866005,51.7523],[-0.5820005,51.7452],[-0.5760995,51.7396],[-0.5718995,51.737],[-0.5676995,51.7374],[-0.5605995,51.7411],[-0.5539995,51.7446],[-0.5456995,51.7447],[-0.5370995,51.7411],[-0.5303995,51.7375],[-0.5305995,51.7365],[-0.5351995,51.7315],[-0.5429995,51.7266],[-0.5498995,51.7251],[-0.5550995,51.725],[-0.5602995,51.7183],[-0.5614005,51.7158],[-0.5610995,51.7136],[-0.5591995,51.71],[-0.5510005,51.7046],[-0.5485005,51.7022],[-0.5475995,51.7015],[-0.5478995,51.6984],[-0.5475995,51.6976],[-0.5462005,51.6969],[-0.5439995,51.6949],[-0.5441995,51.6932],[-0.5471995,51.6900],[-0.5487995,51.6876],[-0.5500995,51.6844],[-0.5502995,51.6822],[-0.5493995,51.6813],[-0.5470995,51.6808],[-0.5327995,51.68],[-0.5255995,51.6806],[-0.5249995,51.6803],[-0.5193995,51.6817],[-0.5156995,51.6822],[-0.5118005,51.6818],[-0.5093005,51.6805],[-0.5071995,51.6775],[-0.5057995,51.6752],[-0.5057995,51.6742],[-0.5093995,51.6715],[-0.5120995,51.6681],[-0.5139005,51.6669],[-0.5195995,51.6677],[-0.5208995,51.6679],[-0.5212995,51.6677],[-0.5212995,51.6655],[-0.5220005,51.6593],[-0.5218995,51.6581],[-0.5220995,51.6573],[-0.5228995,51.6573],[-0.5255995,51.659],[-0.5296995,51.662],[-0.5308995,51.6627],[-0.5318995,51.6628],[-0.5325995,51.6622],[-0.5325995,51.6616],[-0.5328995,51.6614],[-0.5362995,51.6614],[-0.5377995,51.6603],[-0.5385995,51.659],[-0.5387005,51.6575],[-0.5385995,51.6563],[-0.5379995,51.6552],[-0.5335995,51.6511],[-0.5322995,51.6493],[-0.5324995,51.6487],[-0.5335995,51.6469],[-0.5349995,51.6455],[-0.5368005,51.6441],[-0.5387005,51.6422],[-0.5398995,51.6403],[-0.5404995,51.6385],[-0.5402995,51.6377],[-0.5395995,51.6373],[-0.5385995,51.6373],[-0.5379995,51.6370],[-0.5347995,51.6357],[-0.5335995,51.6294],[-0.5323995,51.6212],[-0.5293005,51.6123],[-0.5260995,51.605],[-0.5196995,51.6018],[-0.5137995,51.6011],[-0.5095005,51.6009],[-0.5062005,51.6005],[-0.5014005,51.6015],[-0.4991995,51.5953],[-0.4991995,51.593],[-0.4989005,51.5918],[-0.4977995,51.5904],[-0.4962005,51.5877],[-0.4943995,51.5852],[-0.4923995,51.5833],[-0.4914995,51.5814],[-0.4904995,51.5799],[-0.4896995,51.5778],[-0.4882995,51.5764],[-0.4871995,51.5763],[-0.4860005,51.5759],[-0.4848995,51.5752],[-0.4848995,51.5749],[-0.4855995,51.5743],[-0.4853995,51.5739],[-0.4822995,51.5726],[-0.4818005,51.5719],[-0.4818995,51.5686],[-0.4814995,51.5659],[-0.4808995,51.5625],[-0.4812005,51.5591],[-0.4807995,51.5583],[-0.4785995,51.5581],[-0.4762995,51.558],[-0.4760995,51.5575],[-0.4768005,51.5561],[-0.4781995,51.5544],[-0.4830995,51.551],[-0.4841995,51.5503],[-0.4868995,51.5486],[-0.4872995,51.5483],[-0.4912005,51.5448],[-0.4932995,51.5424],[-0.4945005,51.5406],[-0.4945005,51.5402],[-0.4939995,51.5396],[-0.4924995,51.5376],[-0.4908995,51.5345],[-0.4902995,51.5334],[-0.4899995,51.5319],[-0.4907995,51.5302],[-0.4906995,51.5273],[-0.4907995,51.5254],[-0.4910005,51.5239],[-0.4906995,51.5228],[-0.4907995,51.5222],[-0.4910005,51.5213],[-0.4914005,51.5202],[-0.4920005,51.5180],[-0.4918995,51.5174],[-0.4904995,51.5154],[-0.4902995,51.5122],[-0.4899995,51.5112],[-0.4889995,51.5099],[-0.4879995,51.5075],[-0.4875995,51.5037],[-0.4896995,51.4997],[-0.4916995,51.4958],[-0.5128995,51.4952],[-0.5250995,51.4947],[-0.5295005,51.4946],[-0.5296995,51.4952],[-0.5282995,51.4988],[-0.5279995,51.4999],[-0.5285005,51.5003],[-0.5310005,51.5006],[-0.5314005,51.5011],[-0.5312995,51.5019],[-0.5298995,51.5036],[-0.5277995,51.5059],[-0.5273995,51.5071],[-0.5277995,51.5076],[-0.5323995,51.5078],[-0.5379995,51.5084],[-0.5514995,51.5090],[-0.5557995,51.5101],[-0.5601995,51.5109],[-0.5637005,51.5135],[-0.5668005,51.5165],[-0.5635995,51.5194],[-0.5607995,51.5215],[-0.5658995,51.5243],[-0.5670005,51.5253],[-0.5687995,51.5303],[-0.5696995,51.5329],[-0.5702995,51.5357],[-0.5737995,51.5362],[-0.5762995,51.536],[-0.5770005,51.5353],[-0.5795995,51.5314],[-0.5821995,51.5273],[-0.5843005,51.525],[-0.5912005,51.5261],[-0.5914995,51.5301],[-0.5945995,51.5326],[-0.5985005,51.5315],[-0.6012005,51.5305],[-0.6031995,51.5314],[-0.6050995,51.5329],[-0.6082995,51.5338],[-0.6105995,51.5337],[-0.6132995,51.5333],[-0.6162995,51.5346],[-0.6183995,51.5356],[-0.6198995,51.5382],[-0.6216005,51.5385],[-0.6241005,51.5388],[-0.6277995,51.5394],[-0.6304995,51.5402],[-0.6312995,51.5402],[-0.6339005,51.54],[-0.6405995,51.5391],[-0.6418005,51.5389],[-0.6429995,51.5387],[-0.6437995,51.5385],[-0.6443995,51.5381],[-0.6449995,51.5375],[-0.6457995,51.5359],[-0.6470995,51.5341],[-0.6495005,51.5329],[-0.6507995,51.5324],[-0.6539005,51.5311],[-0.6554995,51.5303],[-0.6570005,51.5296],[-0.6591005,51.5283],[-0.6601995,51.5275],[-0.6605995,51.5255],[-0.6599995,51.5216],[-0.6591005,51.5213],[-0.6527995,51.5211],[-0.6516005,51.5209],[-0.6503995,51.5201],[-0.6500995,51.5196],[-0.6510995,51.5130],[-0.6532995,51.5095],[-0.6530995,51.5090],[-0.6500995,51.5080],[-0.6487995,51.5075],[-0.6471995,51.5068],[-0.6456995,51.5059],[-0.6437995,51.5046],[-0.6422995,51.5034],[-0.6420005,51.5031],[-0.6418005,51.5025]]]]}, properties:{name:"Buckinghamshire"}}, {type:"Feature", geometry:{type:"MultiPolygon", coordinates:[[[[0.4022005, 52.2347],[0.4056005, 52.2367],[0.4100005, 52.2391],[0.4104995, 52.239],[0.4127005, 52.2351],[0.4135995, 52.2337],[0.4164005, 52.2315],[0.4217005, 52.2363],[0.4241005, 52.2389],[0.4217005, 52.2414],[0.4170005, 52.2471],[0.4219005, 52.2497],[0.4298005, 52.2529],[0.4339005, 52.2500],[0.4374005, 52.2465],[0.4393005, 52.2454],[0.4441005, 52.2434],[0.4460005, 52.2426],[0.4504995, 52.2442],[0.4560995, 52.2466],[0.4644005, 52.2405],[0.4683005, 52.2387],[0.4719005, 52.2387],[0.4735005, 52.2379],[0.4781995, 52.2345],[0.4775005, 52.2335],[0.4781995, 52.2332],[0.4804995, 52.2325],[0.4831995, 52.2323],[0.4908995, 52.2371],[0.4935005, 52.2382],[0.5008995, 52.2381],[0.5031005, 52.2369],[0.5064005, 52.2346],[0.5047005, 52.2321],[0.5131005, 52.2273],[0.5137995, 52.2266],[0.5142005, 52.2258],[0.5144005, 52.2223],[0.5150005, 52.2151],[0.5147005, 52.2145],[0.5122005, 52.2144],[0.5108995, 52.2141],[0.5098005, 52.2136],[0.5093005, 52.2099],[0.5079005, 52.2083],[0.5062005, 52.2076],[0.5051005, 52.2066],[0.5045005, 52.2055],[0.5041005, 52.2031],[0.5043005, 52.1991],[0.5050005, 52.1964],[0.5025005, 52.1947],[0.4962995, 52.1879],[0.4958005, 52.1875],[0.4956995, 52.1832],[0.4943005, 52.1816],[0.4951005, 52.1786],[0.4935005, 52.1735],[0.4944005, 52.1713],[0.4939995, 52.1693],[0.4931005, 52.166],[0.4919005, 52.1651],[0.4903005, 52.1645],[0.4892005, 52.1641],[0.4879995, 52.1641],[0.4847005, 52.1653],[0.4804995, 52.1658],[0.4795005, 52.1673],[0.4787005, 52.1678],[0.4778005, 52.1675],[0.4770005, 52.1669],[0.4744005, 52.163],[0.4733995, 52.1626],[0.4724005, 52.1629],[0.4712005, 52.1641],[0.4706005, 52.1667],[0.4701005, 52.1677],[0.4567005, 52.1727],[0.4537995, 52.173],[0.4456005, 52.1713],[0.4435995, 52.1698],[0.4426005, 52.1684],[0.4431005, 52.1653],[0.4424005, 52.1647],[0.4406005, 52.1651],[0.4395005, 52.1647],[0.4389995, 52.1641],[0.4395005, 52.161],[0.4393005, 52.16],[0.4385995, 52.1596],[0.4374005, 52.1595],[0.4317005, 52.1597],[0.4256005, 52.1607],[0.4239005, 52.1603],[0.4228005, 52.1598],[0.4223005, 52.1587],[0.4223005, 52.1577],[0.4224005, 52.1546],[0.4221005, 52.1507],[0.4214995, 52.1485],[0.4204995, 52.1458],[0.4198005, 52.1432],[0.4204005, 52.1361],[0.4197005, 52.1352],[0.4156995, 52.1348],[0.4129995, 52.1347],[0.4120005, 52.1344],[0.4070005, 52.1304],[0.4067005, 52.1295],[0.4093005, 52.1240],[0.4087995, 52.1234],[0.4068005, 52.1229],[0.3985995, 52.1217],[0.3966005, 52.1209],[0.3985005, 52.1180],[0.3914005, 52.1176],[0.3873005, 52.1101],[0.3841005, 52.1021],[0.3845005, 52.1008],[0.3900005, 52.0947],[0.3906005, 52.094],[0.3919005, 52.0925],[0.3922005, 52.0916],[0.3918005, 52.0895],[0.3912995, 52.0881],[0.3918005, 52.0873],[0.3944005, 52.0864],[0.3949005, 52.0858],[0.3953005, 52.0846],[0.3973005, 52.0834],[0.4012995, 52.0811],[0.4021005, 52.0797],[0.4037995, 52.076],[0.4058005, 52.0681],[0.3983005, 52.0614],[0.3933005, 52.0605],[0.3912995, 52.0596],[0.3858005, 52.0534],[0.3825005, 52.0496],[0.3826005, 52.0482],[0.3858995, 52.0458],[0.3883995, 52.044],[0.3896005, 52.0394],[0.3892005, 52.037],[0.3867005, 52.0361],[0.3810005, 52.0362],[0.3750005, 52.0367],[0.3727005, 52.0379],[0.3698005, 52.0397],[0.3641005, 52.0445],[0.3583995, 52.0453],[0.3522005, 52.0476],[0.3454995, 52.0505],[0.3414005, 52.0556],[0.3358005, 52.0613],[0.3271005, 52.0688],[0.3228005, 52.0748],[0.3208005, 52.077],[0.3185005, 52.0784],[0.3069005, 52.0797],[0.3000005, 52.0825],[0.2951005, 52.0851],[0.2923005, 52.0867],[0.2850005, 52.0898],[0.2764995, 52.092],[0.2724005, 52.0891],[0.2656995, 52.085],[0.2568005, 52.0796],[0.2481995, 52.0806],[0.2385005, 52.0877],[0.2320005, 52.0902],[0.2279005, 52.0897],[0.2196005, 52.0895],[0.2060005, 52.0923],[0.2027005, 52.0922],[0.1951005, 52.0797],[0.1926005, 52.0759],[0.1899005, 52.0752],[0.1851005, 52.0731],[0.1851005, 52.0725],[0.1885005, 52.0654],[0.1910005, 52.0615],[0.1908995, 52.0610],[0.1875005, 52.0580],[0.1862995, 52.0574],[0.1848005, 52.0570],[0.1793005, 52.0575],[0.1747005, 52.0555],[0.1712995, 52.0555],[0.1683005, 52.0550],[0.1683995, 52.0534],[0.1683005, 52.0488],[0.1676005, 52.0484],[0.1651005, 52.0484],[0.1629005, 52.0515],[0.1537995, 52.0508],[0.1514005, 52.0528],[0.1374005, 52.0497],[0.1335005, 52.0479],[0.1300005, 52.0467],[0.1292005, 52.047],[0.1285005, 52.0476],[0.1289995, 52.0505],[0.1281995, 52.0523],[0.1237005, 52.0567],[0.1173005, 52.0601],[0.1147005, 52.0602],[0.1091005, 52.0594],[0.1079005, 52.0588],[0.1077005, 52.0545],[0.1079005, 52.0523],[0.1073005, 52.051],[0.1054995, 52.0476],[0.1031995, 52.0459],[0.1018005, 52.0452],[0.1004995, 52.0419],[0.1012005, 52.0383],[0.1004005, 52.0371],[0.09839948000000003, 52.0359],[0.09640048, 52.0321],[0.09620048, 52.0286],[0.09140048, 52.0239],[0.08960048, 52.0197],[0.08710048, 52.0172],[0.08420048, 52.0134],[0.08430048, 52.0113],[0.08370049, 52.0106],[0.07799948, 52.0054],[0.06960049, 52.0060],[0.06710048, 52.0076],[0.06160048, 52.0142],[0.06120048000000002, 52.0153],[0.06160048, 52.0164],[0.06020048, 52.0198],[0.05879948, 52.021],[0.05399948, 52.0251],[0.05260048, 52.0312],[0.05049948, 52.037],[0.04690048, 52.0388],[0.04299948, 52.0454],[0.04250048, 52.051],[0.04260048, 52.0528],[0.04120048, 52.0532],[0.03440048, 52.0518],[0.03180048, 52.0512],[0.02420048, 52.0513],[0.002600483, 52.0507],[-0.0006995174, 52.0511],[-0.002799517, 52.0527],[-0.004899518, 52.0546],[-0.009699518, 52.0588],[-0.01219952, 52.0605],[-0.01469952, 52.0621],[-0.01799952, 52.0626],[-0.02129952, 52.0624],[-0.02569952, 52.0617],[-0.03149952, 52.0593],[-0.03910052, 52.0561],[-0.04410052, 52.0535],[-0.04839952, 52.0512],[-0.05709952, 52.0446],[-0.05969952, 52.0434],[-0.06709952, 52.0408],[-0.08029952, 52.0353],[-0.09149951, 52.032],[-0.09999952, 52.0295],[-0.1062005, 52.0288],[-0.1105995, 52.0279],[-0.1143995, 52.0262],[-0.1214005, 52.0213],[-0.1266995, 52.023],[-0.1241005, 52.0257],[-0.1235005, 52.0301],[-0.1243995, 52.0362],[-0.1280995, 52.0424],[-0.1354995, 52.0488],[-0.1539005, 52.0544],[-0.1523995, 52.0574],[-0.1501995, 52.0640],[-0.1485005, 52.0711],[-0.1491995, 52.0741],[-0.1557995, 52.0815],[-0.1560995, 52.0818],[-0.1541995, 52.0843],[-0.1514995, 52.0873],[-0.1491005, 52.0893],[-0.1485995, 52.0898],[-0.1485995, 52.0901],[-0.1482995, 52.0979],[-0.1456995, 52.0998],[-0.1464995, 52.1016],[-0.1439005, 52.1067],[-0.1450995, 52.1086],[-0.1439005, 52.1109],[-0.1449995, 52.1148],[-0.1439995, 52.1196],[-0.1427995, 52.1335],[-0.1433995, 52.1401],[-0.1489995, 52.1405],[-0.1489995, 52.1441],[-0.1526995, 52.1453],[-0.1580995, 52.1453],[-0.1612995, 52.1438],[-0.1612005, 52.1412],[-0.1664995, 52.1406],[-0.1743995, 52.141],[-0.1841005, 52.1417],[-0.1901995, 52.1427],[-0.2082995, 52.1452],[-0.2112005, 52.1449],[-0.2164995, 52.1445],[-0.2203995, 52.1449],[-0.2253995, 52.1451],[-0.2337005, 52.1468],[-0.2212995, 52.1544],[-0.2146995, 52.1627],[-0.2251995, 52.1669],[-0.2412005, 52.1717],[-0.2596995, 52.1766],[-0.2468005, 52.1840],[-0.2428995, 52.1852],[-0.2412995, 52.1857],[-0.2393995, 52.1909],[-0.2480995, 52.1943],[-0.2521995, 52.1998],[-0.2587995, 52.2064],[-0.2624995, 52.2092],[-0.2679995, 52.2103],[-0.2714005, 52.2106],[-0.2728995, 52.2107],[-0.2741005, 52.2107],[-0.3030995, 52.2143],[-0.3012995, 52.2192],[-0.2976995, 52.2251],[-0.2954995, 52.228],[-0.2914005, 52.2312],[-0.2943995, 52.2358],[-0.2960005, 52.2419],[-0.3139995, 52.2414],[-0.3176995, 52.2423],[-0.3212995, 52.2428],[-0.3287005, 52.2426],[-0.3397995, 52.2418],[-0.3387995, 52.2319],[-0.3489995, 52.2348],[-0.3562995, 52.2358],[-0.3622995, 52.2355],[-0.3716005, 52.2361],[-0.3722995, 52.2423],[-0.3735005, 52.2476],[-0.3760995, 52.2545],[-0.3755995, 52.2595],[-0.3762005, 52.2624],[-0.3789995, 52.2677],[-0.3803995, 52.2719],[-0.3801995, 52.2738],[-0.3783995, 52.2748],[-0.3714995, 52.2754],[-0.3764005, 52.2832],[-0.3851995, 52.2823],[-0.3912005, 52.2815],[-0.3962005, 52.2804],[-0.3997995, 52.2848],[-0.4041995, 52.2889],[-0.4116995, 52.2854],[-0.4203995, 52.29],[-0.4332995, 52.2983],[-0.4308995, 52.3066],[-0.4302995, 52.3132],[-0.4335995, 52.3138],[-0.4379995, 52.3139],[-0.4400995, 52.3142],[-0.4533995, 52.322],[-0.4624995, 52.3246],[-0.4628995, 52.3278],[-0.4651995, 52.3398],[-0.4826995, 52.3402],[-0.4787995, 52.3452],[-0.4753995, 52.3493],[-0.4878995, 52.3566],[-0.4931995, 52.3583],[-0.4957995, 52.3606],[-0.4968995, 52.3646],[-0.4968005, 52.3672],[-0.4951995, 52.3687],[-0.4866995, 52.3754],[-0.4946995, 52.3802],[-0.4914995, 52.3824],[-0.4881995, 52.3805],[-0.4874995, 52.3803],[-0.4846995, 52.381],[-0.4814995, 52.381],[-0.4623995, 52.3824],[-0.4591005, 52.3842],[-0.4530995, 52.3867],[-0.4456995, 52.3848],[-0.4421995, 52.3838],[-0.4368005, 52.3877],[-0.4325995, 52.3939],[-0.4298995, 52.3975],[-0.4239005, 52.4001],[-0.4198995, 52.4017],[-0.4179995, 52.4027],[-0.4170995, 52.4062],[-0.4180995, 52.4097],[-0.4121995, 52.4126],[-0.4064005, 52.4141],[-0.4016005, 52.4151],[-0.3991995, 52.4168],[-0.3970995, 52.4183],[-0.3945005, 52.4197],[-0.3883995, 52.4219],[-0.3846995, 52.4253],[-0.3807995, 52.4273],[-0.3753995, 52.4300],[-0.3683995, 52.4321],[-0.3623995, 52.434],[-0.3606995, 52.4341],[-0.3626995, 52.4353],[-0.3645995, 52.4361],[-0.3696995, 52.4382],[-0.3680995, 52.4402],[-0.3660005, 52.4424],[-0.3589005, 52.4493],[-0.3606995, 52.4509],[-0.3566005, 52.4547],[-0.3539995, 52.4573],[-0.3510995, 52.4606],[-0.3481995, 52.4632],[-0.3447995, 52.4654],[-0.3424995, 52.4661],[-0.3412005, 52.4665],[-0.3424995, 52.4696],[-0.3416005, 52.4726],[-0.3456995, 52.4802],[-0.3475995, 52.4834],[-0.3506995, 52.4863],[-0.3554995, 52.4913],[-0.3614005, 52.4975],[-0.3578995, 52.5],[-0.3547995, 52.5022],[-0.3503995, 52.5048],[-0.3483995, 52.5108],[-0.3546995, 52.5089],[-0.3593005, 52.5073],[-0.3704995, 52.5115],[-0.3757995, 52.5116],[-0.3798995, 52.5139],[-0.3856995, 52.5178],[-0.3908995, 52.5204],[-0.3991005, 52.5231],[-0.4104995, 52.5244],[-0.4112005, 52.5245],[-0.4118995, 52.5258],[-0.4122995, 52.5267],[-0.4123995, 52.5277],[-0.4120005, 52.5286],[-0.4116995, 52.5292],[-0.4112005, 52.5298],[-0.4104995, 52.5304],[-0.4095995, 52.5309],[-0.4080995, 52.5317],[-0.4043995, 52.5333],[-0.4032995, 52.5339],[-0.4025995, 52.5343],[-0.4020995, 52.5347],[-0.4012995, 52.5355],[-0.4004995, 52.5364],[-0.3999995, 52.5370],[-0.3995995, 52.5376],[-0.3993995, 52.5381],[-0.3995005, 52.539],[-0.3996995, 52.5397],[-0.4016995, 52.5429],[-0.4020005, 52.544],[-0.4018005, 52.5450],[-0.4003995, 52.547],[-0.3999995, 52.5478],[-0.4001995, 52.5484],[-0.4005995, 52.5487],[-0.4012005, 52.5490],[-0.4031995, 52.5495],[-0.4049995, 52.5499],[-0.4104995, 52.5509],[-0.4124995, 52.5520],[-0.4130995, 52.5524],[-0.4133995, 52.5527],[-0.4135995, 52.5531],[-0.4137005, 52.5535],[-0.4141005, 52.5553],[-0.4143005, 52.5562],[-0.4143005, 52.5569],[-0.4139995, 52.5576],[-0.4126995, 52.5594],[-0.4118005, 52.5608],[-0.4114005, 52.5621],[-0.4085995, 52.5622],[-0.4068005, 52.5625],[-0.4062005, 52.5627],[-0.4058995, 52.5629],[-0.4052995, 52.5637],[-0.4048995, 52.5645],[-0.4049995, 52.5649],[-0.4050995, 52.5651],[-0.4053995, 52.5654],[-0.4073995, 52.5668],[-0.4082995, 52.5674],[-0.4087995, 52.5679],[-0.4097995, 52.5691],[-0.4103995, 52.5696],[-0.4110005, 52.5698],[-0.4118005, 52.5698],[-0.4131995, 52.5697],[-0.4135995, 52.5701],[-0.4137005, 52.5707],[-0.4132995, 52.5739],[-0.4132995, 52.5755],[-0.4135005, 52.5771],[-0.4135005, 52.5797],[-0.4131995, 52.5806],[-0.4127995, 52.5813],[-0.4120995, 52.5819],[-0.4112995, 52.5824],[-0.4093005, 52.5832],[-0.4074995, 52.5836],[-0.4053995, 52.5838],[-0.3993995, 52.584],[-0.3962995, 52.5839],[-0.3951995, 52.5838],[-0.3941995, 52.5836],[-0.3930995, 52.5832],[-0.3922995, 52.5827],[-0.3918005, 52.5823],[-0.3880995, 52.5785],[-0.3872995, 52.5774],[-0.3871995, 52.5765],[-0.3873995, 52.5755],[-0.3881995, 52.5741],[-0.3883995, 52.5733],[-0.3885005, 52.5726],[-0.3881995, 52.5715],[-0.3874995, 52.5704],[-0.3858995, 52.569],[-0.3847995, 52.5683],[-0.3832995, 52.5677],[-0.3814005, 52.5673],[-0.3791995, 52.5671],[-0.3768995, 52.5674],[-0.3757995, 52.5672],[-0.3733995, 52.5666],[-0.3714995, 52.566],[-0.3699995, 52.5648],[-0.3693995, 52.5644],[-0.3685995, 52.564],[-0.3677995, 52.5637],[-0.3670005, 52.5635],[-0.3650995, 52.5634],[-0.3632995, 52.5636],[-0.3618005, 52.5639],[-0.3605995, 52.5644],[-0.3587005, 52.5653],[-0.3560005, 52.5655],[-0.3524995, 52.5654],[-0.3495005, 52.5652],[-0.3475995, 52.5648],[-0.3466995, 52.5645],[-0.3458995, 52.5641],[-0.3450995, 52.5635],[-0.3443005, 52.5628],[-0.3429995, 52.5618],[-0.3395995, 52.559],[-0.3391005, 52.5582],[-0.3387995, 52.5565],[-0.3385995, 52.556],[-0.3382995, 52.5557],[-0.3377995, 52.5553],[-0.3368995, 52.5548],[-0.3352995, 52.5540],[-0.3341995, 52.5536],[-0.3327995, 52.5532],[-0.3316995, 52.5531],[-0.3305995, 52.5531],[-0.3299995, 52.5528],[-0.3274995, 52.5514],[-0.3268995, 52.5510],[-0.3266005, 52.5505],[-0.3262995, 52.5495],[-0.3264005, 52.5489],[-0.3323995, 52.5468],[-0.3335005, 52.5464],[-0.3332995, 52.5455],[-0.3237995, 52.5392],[-0.3235005, 52.5389],[-0.3214005, 52.5366],[-0.3157995, 52.5315],[-0.3062995, 52.5223],[-0.2968005, 52.5152],[-0.2937005, 52.5125],[-0.2931995, 52.5115],[-0.2930995, 52.5097],[-0.2925995, 52.509],[-0.2887005, 52.5108],[-0.2880995, 52.5106],[-0.2874995, 52.5101],[-0.2860995, 52.5068],[-0.2843995, 52.5068],[-0.2820005, 52.5078],[-0.2785005, 52.5095],[-0.2756995, 52.5109],[-0.2737995, 52.5121],[-0.2718005, 52.5139],[-0.2703995, 52.5158],[-0.2702995, 52.5171],[-0.2720995, 52.5174],[-0.2720005, 52.5195],[-0.2700995, 52.5194],[-0.2697995, 52.5227],[-0.2691005, 52.5233],[-0.2575995, 52.5253],[-0.2571995, 52.5249],[-0.2564995, 52.5231],[-0.2557995, 52.5227],[-0.2493995, 52.5237],[-0.2457995, 52.5243],[-0.2446995, 52.5236],[-0.2432995, 52.5243],[-0.2426995, 52.5276],[-0.2382995, 52.53],[-0.2371995, 52.5301],[-0.2343995, 52.5332],[-0.2322995, 52.535],[-0.2324995, 52.5355],[-0.2371995, 52.5383],[-0.2366995, 52.539],[-0.2358995, 52.5397],[-0.2356995, 52.5408],[-0.2357995, 52.5423],[-0.2357995, 52.5437],[-0.2351995, 52.5443],[-0.2296995, 52.5442],[-0.2295995, 52.5434],[-0.2243995, 52.5434],[-0.2243005, 52.541],[-0.2214005, 52.5406],[-0.2214005, 52.5398],[-0.2187995, 52.5394],[-0.2175995, 52.5402],[-0.2158995, 52.5415],[-0.2141005, 52.5426],[-0.2123995, 52.5428],[-0.2107995, 52.5425],[-0.2093005, 52.5422],[-0.2078995, 52.542],[-0.2068995, 52.5419],[-0.2054995, 52.5426],[-0.2028995, 52.5427],[-0.2012995, 52.5434],[-0.1981995, 52.5444],[-0.1960005, 52.5450],[-0.1945005, 52.5449],[-0.1937995, 52.5446],[-0.1927995, 52.5446],[-0.1916005, 52.5447],[-0.1910995, 52.5451],[-0.1906995, 52.5457],[-0.1906995, 52.5464],[-0.1912005, 52.5468],[-0.1930995, 52.5471],[-0.1935995, 52.5476],[-0.1945995, 52.5498],[-0.1953995, 52.5504],[-0.1981995, 52.5508],[-0.1981995, 52.5512],[-0.1970005, 52.5527],[-0.1964005, 52.5545],[-0.1947995, 52.5559],[-0.1937005, 52.5575],[-0.1928995, 52.5589],[-0.1924995, 52.5639],[-0.1912995, 52.5642],[-0.1860005, 52.5645],[-0.1835995, 52.5645],[-0.1835995, 52.5647],[-0.1885995, 52.566],[-0.1881995, 52.5665],[-0.1791995, 52.5673],[-0.1635995, 52.5683],[-0.1595005, 52.5687],[-0.1564995, 52.5692],[-0.1520995, 52.5702],[-0.1477995, 52.571],[-0.1375995, 52.5725],[-0.1160995, 52.5769],[-0.08719952, 52.581],[-0.08200052, 52.5819],[-0.07289952, 52.5837],[-0.06289952, 52.5855],[-0.04989952, 52.5874],[-0.03829952, 52.5897],[-0.03439952, 52.5905],[-0.03049952, 52.591],[-0.02379952, 52.592],[-0.02259952, 52.5923],[-0.01549952, 52.5935],[-0.01549952, 52.5938],[-0.01559952, 52.5942],[-0.01569952, 52.5946],[-0.01600052, 52.5956],[-0.01749952, 52.5979],[-0.01839952, 52.6],[-0.01890052, 52.6029],[-0.02089952, 52.6112],[-0.02569952, 52.6306],[-0.02589952, 52.6314],[-0.02700052, 52.6358],[-0.02879952, 52.6493],[-0.03160052, 52.6644],[-0.01939952, 52.6632],[-0.004100517, 52.6637],[0.007700482, 52.6626],[0.01910048, 52.6635],[0.02149948, 52.6642],[0.04270048, 52.6784],[0.04990048, 52.6838],[0.05180048, 52.6863],[0.05210048, 52.6876],[0.05190048, 52.6895],[0.05080048, 52.6916],[0.04890048, 52.6931],[0.04730048, 52.6943],[0.04780048, 52.6976],[0.05089948, 52.717],[0.05220048, 52.7194],[0.05359948, 52.7205],[0.06609948000000002, 52.7264],[0.06790049, 52.7266],[0.07839948, 52.7248],[0.08160048, 52.7244],[0.08530048, 52.7245],[0.08780048, 52.7243],[0.08879948, 52.7246],[0.09030049, 52.7254],[0.09339948, 52.7294],[0.09520048000000002, 52.7307],[0.09780049, 52.7319],[0.1008005, 52.7328],[0.1070005, 52.7337],[0.1133005, 52.7343],[0.1350005, 52.7341],[0.1469005, 52.7385],[0.1516005, 52.7393],[0.1683995, 52.7400],[0.1735995, 52.7396],[0.1743005, 52.7394],[0.1728005, 52.7377],[0.1724005, 52.7368],[0.1722005, 52.736],[0.1714995, 52.7312],[0.1710005, 52.7271],[0.1704005, 52.7251],[0.1698005, 52.724],[0.1692005, 52.7232],[0.1649005, 52.7175],[0.1595005, 52.7109],[0.1587005, 52.7096],[0.1585005, 52.7089],[0.1585005, 52.7083],[0.1587005, 52.7036],[0.1585005, 52.7014],[0.1579005, 52.6991],[0.1570005, 52.696],[0.1564995, 52.6936],[0.1562995, 52.6912],[0.1562005, 52.6896],[0.1558005, 52.6827],[0.1564005, 52.6825],[0.1574005, 52.6823],[0.1606005, 52.6819],[0.1639005, 52.6823],[0.1650005, 52.6821],[0.1691005, 52.6797],[0.1733995, 52.6795],[0.1847005, 52.6794],[0.1851005, 52.6791],[0.1851005, 52.675],[0.1851005, 52.6717],[0.1854995, 52.6704],[0.1856995, 52.6678],[0.1860995, 52.6661],[0.1852005, 52.6611],[0.1846005, 52.6587],[0.1847005, 52.6571],[0.1862005, 52.6542],[0.1798005, 52.6551],[0.1802005, 52.6541],[0.1771005, 52.6537],[0.1760995, 52.6536],[0.1706005, 52.6543],[0.1697005, 52.6539],[0.1691005, 52.6533],[0.1683995, 52.6522],[0.1681995, 52.6511],[0.1681995, 52.6503],[0.1703005, 52.6464],[0.1727005, 52.6445],[0.1789005, 52.6439],[0.1833995, 52.6422],[0.1873005, 52.6411],[0.1935995, 52.6366],[0.2058995, 52.6296],[0.2103005, 52.6283],[0.2116005, 52.6272],[0.2150005, 52.6248],[0.2223005, 52.6209],[0.2122005, 52.6074],[0.2041005, 52.603],[0.1935005, 52.6004],[0.2012995, 52.5769],[0.2043005, 52.5712],[0.2098005, 52.566],[0.2150005, 52.5629],[0.2181995, 52.5606],[0.2189995, 52.559],[0.2176005, 52.5568],[0.2146005, 52.5478],[0.2087995, 52.5449],[0.2099005, 52.5347],[0.2108995, 52.533],[0.2118005, 52.5322],[0.2233995, 52.534],[0.2303005, 52.5273],[0.2231995, 52.5243],[0.2097005, 52.5211],[0.2278005, 52.513],[0.2397005, 52.5096],[0.2431005, 52.5062],[0.2485005, 52.5008],[0.3085005, 52.5148],[0.3114005, 52.5153],[0.3208005, 52.5079],[0.3264995, 52.5085],[0.3408005, 52.5084],[0.3469005, 52.5044],[0.3508995, 52.5028],[0.3633005, 52.5017],[0.3658995, 52.5019],[0.3672005, 52.5018],[0.3677005, 52.5015],[0.3675005, 52.4983],[0.3676005, 52.4974],[0.3678005, 52.4965],[0.3681005, 52.4958],[0.3687005, 52.495],[0.3704995, 52.4928],[0.3726005, 52.4900],[0.3747005, 52.4878],[0.3774005, 52.4857],[0.3785005, 52.4847],[0.3796005, 52.4836],[0.3808995, 52.4820],[0.3817005, 52.4809],[0.3827005, 52.4799],[0.3841005, 52.4792],[0.3873005, 52.4785],[0.3895005, 52.4778],[0.3910005, 52.4771],[0.3925005, 52.4761],[0.3946005, 52.4738],[0.3981005, 52.4709],[0.4006005, 52.4687],[0.4037005, 52.4662],[0.4066005, 52.4642],[0.4093005, 52.4628],[0.4104005, 52.4624],[0.4131005, 52.4616],[0.4256005, 52.457],[0.4254995, 52.4566],[0.4250005, 52.4466],[0.4270005, 52.4445],[0.4258005, 52.4414],[0.4264995, 52.4352],[0.4254005, 52.4349],[0.4235005, 52.4339],[0.4212995, 52.4295],[0.4210995, 52.4289],[0.4181005, 52.4279],[0.3928005, 52.4181],[0.3772005, 52.4115],[0.3767005, 52.4107],[0.3802005, 52.4045],[0.3841005, 52.3971],[0.3854995, 52.3946],[0.3901005, 52.3894],[0.3928005, 52.3862],[0.3979995, 52.3796],[0.4012005, 52.3749],[0.4025005, 52.3724],[0.4027005, 52.3719],[0.4027005, 52.3716],[0.4023005, 52.3712],[0.4060995, 52.3649],[0.4071005, 52.3632],[0.4076005, 52.3626],[0.4081995, 52.3621],[0.4089005, 52.3617],[0.4097005, 52.3614],[0.4106005, 52.3611],[0.4120005, 52.3608],[0.4131005, 52.3606],[0.4148005, 52.3604],[0.4154995, 52.3602],[0.4162005, 52.3599],[0.4170005, 52.3595],[0.4185995, 52.3588],[0.4198005, 52.3582],[0.4202005, 52.3579],[0.4206995, 52.3574],[0.4210005, 52.3569],[0.4210995, 52.3563],[0.4210005, 52.3547],[0.4210005, 52.3540],[0.4212005, 52.3534],[0.4216005, 52.353],[0.4222005, 52.3526],[0.4231005, 52.3525],[0.4239995, 52.3526],[0.4256995, 52.353],[0.4279005, 52.3537],[0.4287005, 52.3538],[0.4294005, 52.3538],[0.4310005, 52.3535],[0.4323005, 52.3533],[0.4351005, 52.3531],[0.4354995, 52.353],[0.4360005, 52.3528],[0.4369005, 52.3521],[0.4381005, 52.3511],[0.4387005, 52.3507],[0.4396005, 52.3503],[0.4404005, 52.35],[0.4414005, 52.3497],[0.4425005, 52.3496],[0.4444005, 52.35],[0.4446005, 52.3497],[0.4451005, 52.3479],[0.4454995, 52.3462],[0.4451005, 52.3453],[0.4425005, 52.3428],[0.4416005, 52.3416],[0.4406005, 52.3391],[0.4394005, 52.3372],[0.4379005, 52.3351],[0.4362005, 52.3334],[0.4317005, 52.331],[0.4256005, 52.3286],[0.4304995, 52.3228],[0.4326005, 52.3166],[0.4331995, 52.3158],[0.4400005, 52.3169],[0.4500005, 52.3181],[0.4556005, 52.3176],[0.4583995, 52.3166],[0.4608995, 52.3125],[0.4625005, 52.3095],[0.4639995, 52.3082],[0.4653005, 52.3077],[0.4756995, 52.3017],[0.4852005, 52.2973],[0.4860005, 52.2966],[0.4927005, 52.2912],[0.4942005, 52.2895],[0.5010005, 52.2878],[0.5023005, 52.287],[0.5028005, 52.2862],[0.5026005, 52.2852],[0.4992005, 52.2805],[0.4983005, 52.2782],[0.4983005, 52.2741],[0.4976005, 52.2731],[0.4969005, 52.2723],[0.4928005, 52.2716],[0.4893005, 52.2712],[0.4687995, 52.2678],[0.4500005, 52.2629],[0.4429995, 52.2585],[0.4294005, 52.2542],[0.4256005, 52.2561],[0.4245005, 52.2565],[0.4091005, 52.2687],[0.4031995, 52.2741],[0.4012995, 52.2755],[0.3901005, 52.282],[0.3887005, 52.2826],[0.3874005, 52.2827],[0.3808995, 52.283],[0.3723005, 52.2859],[0.3762995, 52.289],[0.3796005, 52.2909],[0.3802005, 52.292],[0.3785995, 52.2935],[0.3637005, 52.2982],[0.3617005, 52.2983],[0.3592005, 52.2963],[0.3617005, 52.2939],[0.3614995, 52.292],[0.3549005, 52.2829],[0.3548005, 52.2824],[0.3567005, 52.282],[0.3501005, 52.2726],[0.3462995, 52.2694],[0.3433005, 52.2672],[0.3460005, 52.2653],[0.3450005, 52.264],[0.3473005, 52.262],[0.3521005, 52.2580],[0.3610005, 52.2506],[0.3679005, 52.2438],[0.3827005, 52.2314],[0.3944005, 52.2372],[0.3979995, 52.2328],[0.3997005, 52.2333],[0.4022005, 52.2347]]]]}, properties:{name:"Cambridgeshire"}}, {type:"Feature", geometry:{type:"MultiPolygon", coordinates:[[[[-2.4263, 53.388],[-2.4242, 53.3878],[-2.4233, 53.3878],[-2.4209, 53.387],[-2.418999, 53.3865],[-2.414599, 53.3859],[-2.410599, 53.3847],[-2.408299, 53.3836],[-2.4063, 53.3819],[-2.404599, 53.3807],[-2.4033, 53.3797],[-2.4019, 53.3789],[-2.4001, 53.3771],[-2.3987, 53.3759],[-2.398, 53.3755],[-2.3963, 53.3748],[-2.393901, 53.3737],[-2.391099, 53.3725],[-2.3882, 53.3718],[-2.3863, 53.3715],[-2.380599, 53.3704],[-2.3794, 53.3699],[-2.3782, 53.3685],[-2.3764, 53.3666],[-2.3756, 53.3663],[-2.374799, 53.3661],[-2.3722, 53.3655],[-2.3694, 53.365],[-2.366499, 53.3647],[-2.365299, 53.3646],[-2.3647, 53.3645],[-2.3642, 53.3643],[-2.363501, 53.364],[-2.3631, 53.364],[-2.3592, 53.3643],[-2.358299, 53.3648],[-2.358299, 53.365],[-2.3585, 53.3654],[-2.358799, 53.3659],[-2.358901, 53.3664],[-2.358799, 53.3666],[-2.3585, 53.3669],[-2.356801, 53.3672],[-2.3561, 53.3675],[-2.3555, 53.3678],[-2.354599, 53.3683],[-2.3543, 53.3684],[-2.3536, 53.3685],[-2.3527, 53.3686],[-2.3518, 53.3685],[-2.350699, 53.3676],[-2.349999, 53.3667],[-2.3498, 53.3666],[-2.3495, 53.3665],[-2.348701, 53.3664],[-2.348, 53.3664],[-2.347699, 53.3665],[-2.3464, 53.3674],[-2.345799, 53.3675],[-2.345099, 53.3674],[-2.3438, 53.3668],[-2.3436, 53.3668],[-2.3431, 53.3669],[-2.342, 53.3672],[-2.3404, 53.3674],[-2.3392, 53.3672],[-2.33820, 53.3668],[-2.336801, 53.3664],[-2.33470, 53.3663],[-2.332, 53.3654],[-2.3299, 53.3645],[-2.3293, 53.3641],[-2.329, 53.3638],[-2.328799, 53.363],[-2.328599, 53.3623],[-2.328399, 53.362],[-2.328099, 53.3617],[-2.327699, 53.3614],[-2.3271, 53.3613],[-2.325, 53.3617],[-2.324399, 53.3617],[-2.3238, 53.3616],[-2.323501, 53.3615],[-2.3232, 53.3613],[-2.322999, 53.361],[-2.3229, 53.3607],[-2.322799, 53.36],[-2.322599, 53.3596],[-2.3224, 53.3593],[-2.322099, 53.3591],[-2.3217, 53.3589],[-2.320499, 53.3591],[-2.319, 53.3596],[-2.3175, 53.3598],[-2.313999, 53.3598],[-2.3136, 53.3597],[-2.3131, 53.3594],[-2.3127, 53.3591],[-2.312599, 53.3589],[-2.312099, 53.3567],[-2.311001, 53.3558],[-2.309101, 53.3549],[-2.307199, 53.3547],[-2.305, 53.3539],[-2.303299, 53.3530],[-2.302099, 53.3522],[-2.3006, 53.3507],[-2.2997, 53.3504],[-2.297899, 53.3501],[-2.297, 53.3497],[-2.2967, 53.3492],[-2.296499, 53.3487],[-2.2967, 53.3469],[-2.296499, 53.3467],[-2.294899, 53.3463],[-2.2939, 53.3450],[-2.292399, 53.3454],[-2.291899, 53.3453],[-2.291001, 53.3451],[-2.289799, 53.3448],[-2.2893, 53.3447],[-2.287899, 53.3450],[-2.2869, 53.3454],[-2.28460, 53.3471],[-2.2834, 53.3483],[-2.2809, 53.3495],[-2.274899, 53.3524],[-2.269, 53.3556],[-2.2637, 53.3579],[-2.2574, 53.3612],[-2.256201, 53.3617],[-2.2542, 53.362],[-2.252399, 53.362],[-2.2491, 53.3621],[-2.2432, 53.3613],[-2.2344, 53.3607],[-2.2305, 53.3604],[-2.2274, 53.3601],[-2.2232, 53.3607],[-2.220599, 53.3609],[-2.219599, 53.3606],[-2.2172, 53.3598],[-2.216401, 53.3596],[-2.214301, 53.3593],[-2.210599, 53.3595],[-2.2104, 53.3595],[-2.21, 53.3591],[-2.2088, 53.3578],[-2.2084, 53.3575],[-2.2077, 53.3573],[-2.2032, 53.3574],[-2.1984, 53.3562],[-2.192899, 53.3553],[-2.1884, 53.3544],[-2.186001, 53.3535],[-2.1853, 53.3531],[-2.1846, 53.3525],[-2.1838, 53.3515],[-2.183701, 53.3508],[-2.1838, 53.3497],[-2.1847, 53.3482],[-2.184799, 53.3480],[-2.1844, 53.3477],[-2.181499, 53.3469],[-2.1807, 53.3464],[-2.180399, 53.3459],[-2.1805, 53.3455],[-2.181, 53.3451],[-2.181801, 53.3446],[-2.1842, 53.3440],[-2.189101, 53.3437],[-2.1907, 53.3435],[-2.1917, 53.3432],[-2.1933, 53.3421],[-2.194101, 53.3412],[-2.1943, 53.3409],[-2.1943, 53.3404],[-2.193, 53.3392],[-2.190399, 53.3375],[-2.185499, 53.3348],[-2.177599, 53.3302],[-2.174599, 53.3307],[-2.171601, 53.3296],[-2.1723, 53.3267],[-2.169199, 53.3264],[-2.163199, 53.3253],[-2.1554, 53.3276],[-2.1545, 53.328],[-2.152299, 53.3333],[-2.152, 53.3354],[-2.151801, 53.3362],[-2.151, 53.3373],[-2.147399, 53.3404],[-2.1466, 53.3423],[-2.145, 53.3429],[-2.145499, 53.3447],[-2.1515, 53.3506],[-2.151801, 53.3524],[-2.149301, 53.3536],[-2.1457, 53.3545],[-2.1382, 53.3601],[-2.1317, 53.3673],[-2.130199, 53.3653],[-2.127599, 53.3643],[-2.1241, 53.3637],[-2.122, 53.3623],[-2.1192, 53.3616],[-2.115099, 53.3608],[-2.1131, 53.3609],[-2.111099, 53.3611],[-2.102099, 53.3627],[-2.0978, 53.3636],[-2.095299, 53.3638],[-2.091401, 53.3635],[-2.081401, 53.3593],[-2.0783, 53.3586],[-2.075799, 53.358],[-2.0724, 53.3573],[-2.0674, 53.357],[-2.060899, 53.3578],[-2.057699, 53.3602],[-2.0557, 53.3626],[-2.054899, 53.3638],[-2.054301, 53.3676],[-2.0535, 53.3684],[-2.052799, 53.3688],[-2.0514, 53.3694],[-2.048501, 53.371],[-2.0434, 53.3742],[-2.0427, 53.3748],[-2.041699, 53.3763],[-2.042799, 53.3787],[-2.042799, 53.3789],[-2.042399, 53.3791],[-2.041201, 53.3791],[-2.0402, 53.3781],[-2.0393, 53.377],[-2.039, 53.3755],[-2.0393, 53.3746],[-2.0391, 53.3743],[-2.0353, 53.374],[-2.0344, 53.3737],[-2.028199, 53.3719],[-2.0304, 53.3693],[-2.024501, 53.3665],[-2.020499, 53.3658],[-2.009599, 53.3621],[-2.0106, 53.3571],[-2.006299, 53.3546],[-2.008199, 53.3497],[-2.0072, 53.3484],[-2.005399, 53.3469],[-2.0083, 53.3449],[-2.0121, 53.3425],[-2.0135, 53.3406],[-2.013799, 53.3334],[-2.0072, 53.3323],[-2.01, 53.3282],[-2.0057, 53.3228],[-2.0023, 53.3217],[-2.0013, 53.32],[-2.0007, 53.317],[-2.0027, 53.3111],[-2.006601, 53.3047],[-2.0067, 53.2858],[-2.0069, 53.2791],[-2.005, 53.2758],[-2.004699, 53.2728],[-2.0035, 53.2704],[-2.003099, 53.2677],[-2.006001, 53.2628],[-2.00700, 53.261],[-2.0002, 53.2573],[-1.998399, 53.2564],[-1.998, 53.2553],[-1.998199, 53.2512],[-1.998, 53.2503],[-1.994599, 53.2474],[-1.9915, 53.243],[-1.987499, 53.2405],[-1.983701, 53.2395],[-1.978999, 53.2384],[-1.978299, 53.2372],[-1.9777, 53.2331],[-1.9776, 53.2295],[-1.978199, 53.2282],[-1.9809, 53.2259],[-1.9836, 53.2242],[-1.986699, 53.2213],[-1.988901, 53.2187],[-1.984599, 53.2141],[-1.985, 53.2121],[-1.986099, 53.2103],[-1.988999, 53.2069],[-1.9908, 53.2049],[-1.993, 53.2021],[-1.993999, 53.2008],[-1.996099, 53.1985],[-1.9999, 53.1939],[-2.002399, 53.1941],[-2.0071, 53.1938],[-2.009501, 53.1935],[-2.016401, 53.1892],[-2.0199, 53.19],[-2.022399, 53.1911],[-2.026, 53.1928],[-2.0278, 53.1933],[-2.0301, 53.1937],[-2.0376, 53.1941],[-2.0388, 53.1941],[-2.0425, 53.193],[-2.050499, 53.1873],[-2.051201, 53.1867],[-2.0513, 53.1863],[-2.051001, 53.1856],[-2.0499, 53.185],[-2.0499, 53.1846],[-2.050699, 53.1838],[-2.054199, 53.1822],[-2.057499, 53.1812],[-2.059, 53.1805],[-2.0592, 53.1799],[-2.0583, 53.1793],[-2.0574, 53.1781],[-2.057499, 53.1774],[-2.0583, 53.1763],[-2.0608, 53.1752],[-2.063299, 53.1747],[-2.068399, 53.1749],[-2.0708, 53.1728],[-2.0759, 53.1717],[-2.079, 53.1722],[-2.080699, 53.172],[-2.0831, 53.1706],[-2.084399, 53.1701],[-2.0883, 53.1692],[-2.101001, 53.1684],[-2.106801, 53.1698],[-2.1108, 53.1699],[-2.112799, 53.1705],[-2.118599, 53.1724],[-2.1308, 53.1841],[-2.1328, 53.1844],[-2.1378, 53.184],[-2.1396, 53.1836],[-2.141001, 53.1782],[-2.1424, 53.1754],[-2.1429, 53.1726],[-2.1421, 53.1654],[-2.1405, 53.1566],[-2.1421, 53.1563],[-2.1464, 53.1583],[-2.1517, 53.1604],[-2.153901, 53.1601],[-2.1536, 53.1567],[-2.164599, 53.1501],[-2.166699, 53.1492],[-2.1726, 53.1473],[-2.177799, 53.1436],[-2.181801, 53.14],[-2.1867, 53.134],[-2.191801, 53.13],[-2.1928, 53.1229],[-2.2025, 53.1178],[-2.219399, 53.1090],[-2.220599, 53.1077],[-2.220599, 53.1057],[-2.221801, 53.1046],[-2.2268, 53.1027],[-2.2312, 53.1007],[-2.240499, 53.0977],[-2.2428, 53.0945],[-2.2444, 53.0923],[-2.247699, 53.0892],[-2.254101, 53.0909],[-2.256401, 53.0914],[-2.2593, 53.0908],[-2.267499, 53.0888],[-2.2722, 53.0843],[-2.2781, 53.0806],[-2.2932, 53.0789],[-2.295099, 53.0809],[-2.304199, 53.0838],[-2.310699, 53.0824],[-2.3131, 53.0814],[-2.316401, 53.0819],[-2.3204, 53.0795],[-2.3227, 53.078],[-2.326401, 53.0778],[-2.3276, 53.0771],[-2.3283, 53.076],[-2.327899, 53.0737],[-2.329999, 53.0705],[-2.3394, 53.063],[-2.3392, 53.0615],[-2.346699, 53.0565],[-2.3508, 53.0587],[-2.3562, 53.0553],[-2.3739, 53.0551],[-2.3818, 53.0497],[-2.382699, 53.0486],[-2.381601, 53.0468],[-2.3817, 53.0449],[-2.3842, 53.0379],[-2.384, 53.0345],[-2.3856, 53.0347],[-2.3857, 53.0330],[-2.381001, 53.0299],[-2.380399, 53.0276],[-2.3815, 53.0263],[-2.374599, 53.018],[-2.368999, 53.0153],[-2.3733, 53.0126],[-2.3824, 53.008],[-2.381099, 53.0061],[-2.38, 53.0014],[-2.3801, 52.9991],[-2.3803, 52.9988],[-2.383199, 52.9985],[-2.387001, 52.9971],[-2.3886, 52.9968],[-2.3908, 52.9964],[-2.3936, 52.9961],[-2.3966, 52.9956],[-2.400399, 52.9956],[-2.402699, 52.9952],[-2.4045, 52.9961],[-2.4049, 52.9959],[-2.4051, 52.9955],[-2.4051, 52.9951],[-2.404799, 52.9933],[-2.4072, 52.9909],[-2.408, 52.9901],[-2.409301, 52.989],[-2.411201, 52.9882],[-2.4121, 52.9881],[-2.4151, 52.9883],[-2.4154, 52.9883],[-2.4163, 52.9884],[-2.416699, 52.9884],[-2.417799, 52.9883],[-2.418999, 52.9882],[-2.4198, 52.9879],[-2.421299, 52.9872],[-2.422899, 52.9867],[-2.4256, 52.9864],[-2.4289, 52.9861],[-2.430799, 52.9864],[-2.433599, 52.9873],[-2.4345, 52.9871],[-2.4361, 52.9865],[-2.4379, 52.9856],[-2.43840, 52.9851],[-2.4387, 52.9845],[-2.4342, 52.977],[-2.4347, 52.9761],[-2.4351, 52.9755],[-2.435899, 52.9742],[-2.4364, 52.9737],[-2.4372, 52.9731],[-2.4449, 52.9693],[-2.4475, 52.968],[-2.449301, 52.9673],[-2.451401, 52.9659],[-2.4528, 52.9653],[-2.4547, 52.9649],[-2.457799, 52.9646],[-2.4604, 52.9640],[-2.4626, 52.9635],[-2.4642, 52.9637],[-2.4656, 52.9631],[-2.4679, 52.962],[-2.469599, 52.9616],[-2.479, 52.9607],[-2.480599, 52.9598],[-2.481601, 52.9596],[-2.483, 52.9602],[-2.4858, 52.9621],[-2.4869, 52.9632],[-2.487499, 52.9643],[-2.487999, 52.9651],[-2.4883, 52.9655],[-2.4912, 52.9675],[-2.493799, 52.9685],[-2.495899, 52.9689],[-2.497499, 52.969],[-2.4983, 52.9689],[-2.499, 52.9687],[-2.500099, 52.9682],[-2.501699, 52.9676],[-2.5048, 52.9665],[-2.506201, 52.9663],[-2.50680, 52.9663],[-2.507299, 52.9667],[-2.5099, 52.9705],[-2.5109, 52.9715],[-2.51160, 52.9720],[-2.515, 52.9727],[-2.5211, 52.9721],[-2.521801, 52.9719],[-2.522399, 52.9715],[-2.522799, 52.9707],[-2.5229, 52.9698],[-2.5227, 52.9673],[-2.5225, 52.9603],[-2.522599, 52.9581],[-2.5229, 52.9564],[-2.5234, 52.9555],[-2.526401, 52.952],[-2.529599, 52.9497],[-2.5313, 52.9487],[-2.532399, 52.9485],[-2.533099, 52.9484],[-2.5344, 52.9489],[-2.537199, 52.9507],[-2.538199, 52.9512],[-2.547, 52.9545],[-2.552099, 52.9565],[-2.554699, 52.9578],[-2.555599, 52.9585],[-2.5574, 52.9609],[-2.560199, 52.9642],[-2.5608, 52.9649],[-2.56170, 52.965],[-2.565, 52.9643],[-2.566801, 52.9637],[-2.5716, 52.9597],[-2.575, 52.9583],[-2.5755, 52.9579],[-2.576, 52.9573],[-2.576601, 52.9563],[-2.5769, 52.9561],[-2.577199, 52.956],[-2.578599, 52.9559],[-2.5795, 52.9565],[-2.5801, 52.9569],[-2.580499, 52.957],[-2.581201, 52.9569],[-2.5818, 52.9566],[-2.582999, 52.9558],[-2.5836, 52.9557],[-2.5847, 52.9558],[-2.586, 52.956],[-2.5869, 52.9563],[-2.5878, 52.9568],[-2.5883, 52.9573],[-2.5903, 52.9592],[-2.5917, 52.9599],[-2.5931, 52.9602],[-2.594, 52.9604],[-2.594399, 52.9605],[-2.5957, 52.9615],[-2.596499, 52.9626],[-2.596699, 52.9635],[-2.596601, 52.9657],[-2.596, 52.9672],[-2.5961, 52.9681],[-2.596601, 52.9693],[-2.597199, 52.9707],[-2.598, 52.9745],[-2.598701, 52.9754],[-2.598799, 52.9758],[-2.598799, 52.9763],[-2.598701, 52.9767],[-2.598399, 52.9771],[-2.597399, 52.9775],[-2.596, 52.9784],[-2.5954, 52.9789],[-2.595299, 52.9790],[-2.595599, 52.9793],[-2.5959, 52.9794],[-2.596699, 52.9796],[-2.5975, 52.9797],[-2.59960, 52.9794],[-2.6031, 52.9796],[-2.6034, 52.9798],[-2.603501, 52.9801],[-2.6034, 52.9806],[-2.602999, 52.9829],[-2.6031, 52.9832],[-2.603501, 52.9838],[-2.6052, 52.9859],[-2.606699, 52.9878],[-2.6071, 52.9881],[-2.607599, 52.9882],[-2.6082, 52.9881],[-2.6101, 52.9875],[-2.611601, 52.9871],[-2.612999, 52.9868],[-2.615, 52.9867],[-2.6175, 52.9866],[-2.6194, 52.9867],[-2.6196, 52.9867],[-2.6203, 52.9869],[-2.621401, 52.9875],[-2.6224, 52.9881],[-2.625799, 52.9905],[-2.629501, 52.9923],[-2.6333, 52.9938],[-2.634599, 52.9944],[-2.636001, 52.9948],[-2.636899, 52.9949],[-2.6408, 52.995],[-2.643501, 52.9949],[-2.6456, 52.9953],[-2.650599, 52.9959],[-2.6519, 52.9957],[-2.653199, 52.9954],[-2.6538, 52.9951],[-2.6543, 52.9948],[-2.654999, 52.9943],[-2.6562, 52.9931],[-2.656899, 52.9922],[-2.6572, 52.9921],[-2.6596, 52.9919],[-2.6601, 52.9918],[-2.661, 52.9915],[-2.6623, 52.991],[-2.6652, 52.989],[-2.666899, 52.9879],[-2.668099, 52.9874],[-2.6689, 52.9871],[-2.6698, 52.9869],[-2.67280, 52.9861],[-2.6744, 52.9859],[-2.676899, 52.9857],[-2.6774, 52.9858],[-2.6779, 52.986],[-2.67810, 52.9862],[-2.6785, 52.9868],[-2.678999, 52.9872],[-2.6828, 52.9858],[-2.6844, 52.9861],[-2.6851, 52.9874],[-2.686201, 52.9887],[-2.6887, 52.9904],[-2.690599, 52.9918],[-2.692699, 52.9934],[-2.6967, 52.9953],[-2.697799, 52.9955],[-2.6988, 52.9956],[-2.699199, 52.9955],[-2.699699, 52.9952],[-2.699899, 52.995],[-2.7019, 52.9926],[-2.7044, 52.9901],[-2.706001, 52.9892],[-2.7089, 52.9876],[-2.711601, 52.9861],[-2.716201, 52.9850],[-2.7184, 52.9841],[-2.7225, 52.9833],[-2.7244, 52.9833],[-2.7258, 52.9835],[-2.725899, 52.9840],[-2.726201, 52.9843],[-2.7268, 52.9844],[-2.7297, 52.9846],[-2.732199, 52.9847],[-2.737, 52.9851],[-2.743299, 52.9867],[-2.747699, 52.9870],[-2.7548, 52.9863],[-2.7592, 52.9863],[-2.7602, 52.9865],[-2.7606, 52.9869],[-2.759799, 52.9895],[-2.7599, 52.9901],[-2.760799, 52.9912],[-2.762399, 52.9926],[-2.7646, 52.9941],[-2.765399, 52.9945],[-2.766299, 52.9948],[-2.7683, 52.995],[-2.770299, 52.9949],[-2.774899, 52.9947],[-2.783799, 52.9948],[-2.7858, 52.9947],[-2.7874, 52.9952],[-2.788199, 52.9955],[-2.7894, 52.9957],[-2.789799, 52.9956],[-2.7901, 52.9954],[-2.790699, 52.9949],[-2.791699, 52.994],[-2.7927, 52.9931],[-2.795599, 52.9909],[-2.797, 52.9902],[-2.799, 52.9899],[-2.8017, 52.9898],[-2.8052, 52.9900],[-2.80880, 52.991],[-2.809799, 52.9911],[-2.8127, 52.9909],[-2.81380, 52.9911],[-2.8146, 52.9915],[-2.815799, 52.9918],[-2.8175, 52.9921],[-2.8194, 52.9925],[-2.8214, 52.9929],[-2.829, 52.9955],[-2.8296, 52.9957],[-2.832799, 52.9967],[-2.8336, 52.997],[-2.8341, 52.9976],[-2.83470, 52.9994],[-2.83610, 53.002],[-2.83800, 53.0043],[-2.84080, 53.0087],[-2.84080, 53.0095],[-2.839999, 53.0105],[-2.838599, 53.0124],[-2.839, 53.0138],[-2.839799, 53.0152],[-2.84010, 53.0155],[-2.8406, 53.0157],[-2.84220, 53.016],[-2.8438, 53.0164],[-2.846601, 53.0167],[-2.852099, 53.0158],[-2.8533, 53.016],[-2.855799, 53.0196],[-2.857899, 53.0223],[-2.858099, 53.0231],[-2.858099, 53.0239],[-2.8578, 53.0251],[-2.857199, 53.0267],[-2.857399, 53.0275],[-2.8582, 53.0280],[-2.860199, 53.0283],[-2.8608, 53.0286],[-2.8608, 53.029],[-2.860399, 53.0299],[-2.8599, 53.0307],[-2.8594, 53.0313],[-2.8577, 53.0325],[-2.856, 53.0349],[-2.8541, 53.0375],[-2.854199, 53.0381],[-2.854399, 53.0387],[-2.8548, 53.0392],[-2.855299, 53.0396],[-2.856, 53.0399],[-2.857199, 53.0402],[-2.858299, 53.0405],[-2.859999, 53.0407],[-2.861401, 53.0407],[-2.8618, 53.0407],[-2.862499, 53.0408],[-2.8643, 53.041],[-2.864599, 53.0411],[-2.864599, 53.0413],[-2.8643, 53.0415],[-2.864, 53.0416],[-2.86330, 53.0419],[-2.8618, 53.0425],[-2.860899, 53.0430],[-2.860899, 53.0433],[-2.861099, 53.0435],[-2.8619, 53.0436],[-2.863701, 53.0435],[-2.86520, 53.0435],[-2.86540, 53.0436],[-2.8656, 53.0438],[-2.8657, 53.0441],[-2.8657, 53.0443],[-2.86520, 53.0446],[-2.864, 53.0451],[-2.862, 53.0450],[-2.8599, 53.0448],[-2.8596, 53.0449],[-2.8595, 53.0451],[-2.8595, 53.0454],[-2.859699, 53.0457],[-2.86050, 53.0466],[-2.86050, 53.0469],[-2.860399, 53.0474],[-2.859999, 53.0477],[-2.859699, 53.0478],[-2.857899, 53.0478],[-2.857399, 53.0480],[-2.8571, 53.0482],[-2.8571, 53.0483],[-2.8573, 53.0485],[-2.858, 53.0488],[-2.858999, 53.0491],[-2.8596, 53.0492],[-2.8622, 53.0491],[-2.86260, 53.0492],[-2.862799, 53.0493],[-2.8629, 53.0494],[-2.862999, 53.0495],[-2.862999, 53.0506],[-2.86310, 53.0511],[-2.863199, 53.0512],[-2.863701, 53.0514],[-2.8643, 53.0517],[-2.86500, 53.0521],[-2.865099, 53.0523],[-2.865099, 53.0525],[-2.8643, 53.0529],[-2.8627, 53.0533],[-2.8622, 53.0532],[-2.861601, 53.0529],[-2.8606, 53.0523],[-2.859999, 53.0522],[-2.8596, 53.0522],[-2.8592, 53.0523],[-2.858901, 53.0526],[-2.858599, 53.053],[-2.8585, 53.0533],[-2.858799, 53.0538],[-2.8592, 53.0542],[-2.8599, 53.0546],[-2.861601, 53.055],[-2.86260, 53.055],[-2.864501, 53.0549],[-2.8657, 53.055],[-2.866, 53.0551],[-2.8662, 53.0553],[-2.8663, 53.0556],[-2.8663, 53.056],[-2.866, 53.0565],[-2.8656, 53.0568],[-2.865099, 53.057],[-2.864399, 53.0572],[-2.8639, 53.0572],[-2.86240, 53.0568],[-2.8615, 53.0566],[-2.861099, 53.0567],[-2.8608, 53.0569],[-2.86050, 53.0573],[-2.86050, 53.0576],[-2.860699, 53.058],[-2.8618, 53.0586],[-2.8629, 53.0589],[-2.864501, 53.059],[-2.865099, 53.0592],[-2.865299, 53.0593],[-2.86540, 53.0598],[-2.865299, 53.0601],[-2.86500, 53.0603],[-2.864599, 53.0604],[-2.8639, 53.0604],[-2.863199, 53.0603],[-2.862099, 53.0601],[-2.8615, 53.0602],[-2.8613, 53.0604],[-2.8613, 53.0607],[-2.861601, 53.0612],[-2.8627, 53.0626],[-2.86310, 53.0628],[-2.863501, 53.0629],[-2.865299, 53.0629],[-2.867399, 53.0631],[-2.868299, 53.0634],[-2.869101, 53.0638],[-2.869301, 53.0642],[-2.869301, 53.0646],[-2.868999, 53.0649],[-2.867399, 53.0652],[-2.8657, 53.0657],[-2.865299, 53.0659],[-2.86500, 53.0661],[-2.8649, 53.0663],[-2.86500, 53.0664],[-2.865099, 53.0665],[-2.86540, 53.0666],[-2.8661, 53.0668],[-2.866699, 53.0671],[-2.867199, 53.0674],[-2.867899, 53.0683],[-2.868999, 53.0692],[-2.8699, 53.0696],[-2.871099, 53.0697],[-2.8718, 53.0696],[-2.873501, 53.069],[-2.874799, 53.0686],[-2.8756, 53.0685],[-2.8764, 53.0686],[-2.877399, 53.0689],[-2.8777, 53.0692],[-2.8777, 53.0696],[-2.8775, 53.0701],[-2.876801, 53.0708],[-2.8762, 53.0712],[-2.8754, 53.0717],[-2.875099, 53.0721],[-2.874799, 53.0727],[-2.874799, 53.0732],[-2.875099, 53.0734],[-2.876699, 53.0734],[-2.8778, 53.0734],[-2.879101, 53.0736],[-2.880399, 53.0738],[-2.881001, 53.0741],[-2.881099, 53.0742],[-2.881099, 53.0744],[-2.8805, 53.0751],[-2.8775, 53.078],[-2.876499, 53.0789],[-2.8754, 53.0799],[-2.875099, 53.0806],[-2.8756, 53.0816],[-2.8759, 53.0822],[-2.8763, 53.0826],[-2.877399, 53.0832],[-2.8817, 53.0844],[-2.8871, 53.0862],[-2.8886, 53.0868],[-2.890599, 53.0875],[-2.8908, 53.0878],[-2.8908, 53.0881],[-2.8905, 53.0889],[-2.890399, 53.0901],[-2.890399, 53.0904],[-2.8907, 53.0908],[-2.891201, 53.0912],[-2.892699, 53.0916],[-2.893399, 53.0917],[-2.8965, 53.0913],[-2.8996, 53.0909],[-2.900399, 53.0909],[-2.901, 53.0912],[-2.901401, 53.0918],[-2.901401, 53.0923],[-2.901099, 53.0927],[-2.8994, 53.0936],[-2.8986, 53.0943],[-2.8984, 53.0947],[-2.8984, 53.0949],[-2.898999, 53.0970],[-2.898799, 53.0977],[-2.8986, 53.0980],[-2.898299, 53.0982],[-2.8973, 53.0985],[-2.895299, 53.0985],[-2.893501, 53.0982],[-2.893399, 53.0980],[-2.893501, 53.0978],[-2.8942, 53.0973],[-2.896699, 53.0966],[-2.897001, 53.0962],[-2.897001, 53.0959],[-2.8963, 53.0951],[-2.8961, 53.0949],[-2.89570, 53.0948],[-2.8952, 53.0949],[-2.894399, 53.0952],[-2.893701, 53.0956],[-2.892699, 53.0962],[-2.8921, 53.0966],[-2.8918, 53.0969],[-2.891201, 53.0983],[-2.891001, 53.0986],[-2.88940, 53.1000],[-2.8884, 53.1013],[-2.8878, 53.1026],[-2.8879, 53.1036],[-2.888299, 53.1043],[-2.888799, 53.1046],[-2.89, 53.1044],[-2.8919, 53.1038],[-2.8924, 53.1038],[-2.8928, 53.1039],[-2.892999, 53.1040],[-2.893199, 53.1046],[-2.893199, 53.1048],[-2.8926, 53.1058],[-2.89170, 53.1066],[-2.891001, 53.1071],[-2.8908, 53.1074],[-2.8907, 53.1087],[-2.890599, 53.1090],[-2.890199, 53.1092],[-2.8879, 53.1095],[-2.885499, 53.1107],[-2.88490, 53.1109],[-2.882699, 53.1113],[-2.8826, 53.1118],[-2.8829, 53.1129],[-2.8829, 53.1135],[-2.8818, 53.1153],[-2.879501, 53.119],[-2.8792, 53.1199],[-2.879101, 53.1205],[-2.879101, 53.121],[-2.879501, 53.1216],[-2.879699, 53.1217],[-2.880199, 53.1218],[-2.880899, 53.1215],[-2.8818, 53.1209],[-2.8831, 53.1206],[-2.8839, 53.1206],[-2.8852, 53.121],[-2.8866, 53.1221],[-2.8871, 53.1219],[-2.88750, 53.1216],[-2.888999, 53.1204],[-2.89150, 53.119],[-2.892999, 53.118],[-2.894799, 53.1168],[-2.8962, 53.1162],[-2.897799, 53.1154],[-2.900899, 53.1138],[-2.9042, 53.1120],[-2.90560, 53.1120],[-2.909501, 53.1124],[-2.913, 53.1153],[-2.92030, 53.1187],[-2.9309, 53.1208],[-2.9368, 53.1208],[-2.93820, 53.1212],[-2.939101, 53.1215],[-2.9398, 53.1215],[-2.940799, 53.1214],[-2.943, 53.1209],[-2.9442, 53.1212],[-2.944999, 53.1214],[-2.9458, 53.122],[-2.946001, 53.1226],[-2.944999, 53.1282],[-2.951401, 53.1301],[-2.956201, 53.1315],[-2.959301, 53.1317],[-2.961499, 53.1316],[-2.962699, 53.1318],[-2.963701, 53.1327],[-2.965499, 53.1349],[-2.9679, 53.1371],[-2.973901, 53.1426],[-2.9786, 53.1465],[-2.9789, 53.1469],[-2.97900, 53.1475],[-2.97880, 53.149],[-2.9786, 53.1504],[-2.9784, 53.1512],[-2.978199, 53.1518],[-2.977099, 53.1535],[-2.9772, 53.1538],[-2.977999, 53.1542],[-2.97880, 53.1543],[-2.9798, 53.1544],[-2.98090, 53.1541],[-2.9906, 53.1542],[-2.9913, 53.1546],[-2.991601, 53.1550],[-2.991499, 53.1554],[-2.99120, 53.1561],[-2.99100, 53.1565],[-2.99, 53.1574],[-2.989501, 53.1577],[-2.988701, 53.1578],[-2.987999, 53.1578],[-2.986099, 53.1571],[-2.985399, 53.1573],[-2.983901, 53.1585],[-2.983599, 53.1587],[-2.98300, 53.1584],[-2.981801, 53.1577],[-2.9807, 53.1567],[-2.9797, 53.1565],[-2.9768, 53.1565],[-2.972899, 53.1575],[-2.9707, 53.1592],[-2.9697, 53.16],[-2.9686, 53.1606],[-2.9684, 53.1607],[-2.967999, 53.1609],[-2.9676, 53.1609],[-2.9658, 53.1598],[-2.965499, 53.1598],[-2.9553, 53.1640],[-2.951601, 53.1652],[-2.948299, 53.1661],[-2.9468, 53.1666],[-2.945899, 53.1667],[-2.945499, 53.1667],[-2.944999, 53.1664],[-2.943399, 53.1650],[-2.9402, 53.166],[-2.93440, 53.1683],[-2.93210, 53.1692],[-2.92810, 53.1707],[-2.9272, 53.1712],[-2.924599, 53.1724],[-2.922499, 53.1734],[-2.922199, 53.1743],[-2.9202, 53.1784],[-2.9187, 53.1821],[-2.9185, 53.1828],[-2.919101, 53.1858],[-2.9198, 53.187],[-2.921499, 53.1894],[-2.923199, 53.1912],[-2.9267, 53.1936],[-2.931099, 53.1954],[-2.933901, 53.1967],[-2.9381, 53.1996],[-2.939301, 53.2006],[-2.942699, 53.2044],[-2.9458, 53.2086],[-2.9484, 53.2119],[-2.9507, 53.213],[-2.95440, 53.2142],[-2.959199, 53.2162],[-2.9632, 53.2179],[-2.9686, 53.2212],[-2.9972, 53.236],[-3, 53.2374],[-3.0058, 53.2402],[-3.010299, 53.2423],[-3.0172, 53.2452],[-3.027, 53.2494],[-3.03460, 53.2519],[-3.0427, 53.2521],[-3.056601, 53.2529],[-3.064399, 53.2532],[-3.071201, 53.2537],[-3.0762, 53.2547],[-3.0778, 53.2552],[-3.082999, 53.2566],[-3.0848, 53.2573],[-3.091001, 53.2606],[-3.09940, 53.267],[-3.101099, 53.2686],[-3.1005, 53.2688],[-3.09940, 53.2686],[-3.096699, 53.2675],[-3.095799, 53.2674],[-3.095599, 53.2675],[-3.095299, 53.2679],[-3.095299, 53.2683],[-3.0955, 53.2686],[-3.09730, 53.2686],[-3.0982, 53.2688],[-3.0984, 53.2690],[-3.0985, 53.2691],[-3.0985, 53.2692],[-3.0984, 53.2695],[-3.098, 53.2698],[-3.095799, 53.271],[-3.094399, 53.2714],[-3.0941, 53.2714],[-3.0929, 53.2708],[-3.0924, 53.2705],[-3.092, 53.2701],[-3.09160, 53.2693],[-3.0915, 53.2690],[-3.0915, 53.2687],[-3.0918, 53.2666],[-3.0918, 53.266],[-3.0917, 53.2657],[-3.0915, 53.2653],[-3.0911, 53.2649],[-3.0908, 53.2647],[-3.0905, 53.2647],[-3.0904, 53.2649],[-3.0903, 53.2651],[-3.090699, 53.2657],[-3.090899, 53.2663],[-3.090899, 53.2669],[-3.090699, 53.2671],[-3.090199, 53.2674],[-3.0896, 53.2674],[-3.088701, 53.267],[-3.088099, 53.2667],[-3.087399, 53.2664],[-3.0871, 53.2664],[-3.087001, 53.2666],[-3.087001, 53.2669],[-3.087699, 53.2675],[-3.08950, 53.2687],[-3.0897, 53.2690],[-3.089799, 53.2694],[-3.0896, 53.2697],[-3.089, 53.2702],[-3.0882, 53.2706],[-3.0876, 53.2708],[-3.087199, 53.2707],[-3.086499, 53.2705],[-3.086, 53.2701],[-3.0847, 53.2684],[-3.084301, 53.2681],[-3.084, 53.2681],[-3.0838, 53.2682],[-3.0838, 53.2684],[-3.0841, 53.2692],[-3.084, 53.2696],[-3.0837, 53.2699],[-3.083501, 53.27],[-3.08250, 53.2698],[-3.082299, 53.2698],[-3.082299, 53.27],[-3.082299, 53.2701],[-3.08250, 53.2705],[-3.08320, 53.271],[-3.08550, 53.2718],[-3.087699, 53.2727],[-3.089, 53.2735],[-3.0903, 53.2745],[-3.0911, 53.2752],[-3.0917, 53.2761],[-3.0919, 53.2771],[-3.0917, 53.2778],[-3.0913, 53.2785],[-3.0908, 53.2788],[-3.0897, 53.2786],[-3.0876, 53.2782],[-3.085299, 53.2778],[-3.0824, 53.2776],[-3.0793, 53.2773],[-3.0783, 53.2771],[-3.077899, 53.2770],[-3.077699, 53.2771],[-3.0776, 53.2772],[-3.077699, 53.2777],[-3.0776, 53.2780],[-3.0775, 53.2781],[-3.07730, 53.2782],[-3.07710, 53.2782],[-3.0755, 53.2782],[-3.07500, 53.2781],[-3.074501, 53.2779],[-3.0739, 53.2773],[-3.072999, 53.2763],[-3.072099, 53.2756],[-3.071201, 53.2751],[-3.0692, 53.2746],[-3.0674, 53.2744],[-3.066499, 53.2741],[-3.065599, 53.2735],[-3.064899, 53.273],[-3.064399, 53.2729],[-3.064101, 53.273],[-3.064101, 53.2732],[-3.064399, 53.2736],[-3.065399, 53.2743],[-3.066299, 53.2748],[-3.0678, 53.2751],[-3.069999, 53.2754],[-3.0711, 53.2759],[-3.071899, 53.2765],[-3.07310, 53.2779],[-3.0741, 53.2786],[-3.075099, 53.2789],[-3.0775, 53.279],[-3.0797, 53.2791],[-3.081899, 53.2791],[-3.0831, 53.2794],[-3.0839, 53.2800],[-3.084399, 53.2805],[-3.0847, 53.2809],[-3.0848, 53.2812],[-3.0848, 53.2815],[-3.0847, 53.2817],[-3.0837, 53.2827],[-3.083501, 53.2829],[-3.083501, 53.2831],[-3.0837, 53.2834],[-3.084501, 53.2842],[-3.084501, 53.2849],[-3.0847, 53.2852],[-3.084899, 53.2853],[-3.085299, 53.2853],[-3.0869, 53.2849],[-3.087899, 53.2848],[-3.088099, 53.285],[-3.0882, 53.2853],[-3.088099, 53.2855],[-3.0876, 53.2864],[-3.086699, 53.2877],[-3.086401, 53.2886],[-3.086401, 53.2895],[-3.086699, 53.2912],[-3.0871, 53.2915],[-3.0875, 53.2915],[-3.0878, 53.2914],[-3.088099, 53.2911],[-3.0883, 53.2907],[-3.088399, 53.2897],[-3.0883, 53.2891],[-3.088, 53.2883],[-3.087899, 53.288],[-3.087899, 53.2878],[-3.088099, 53.2875],[-3.090199, 53.2855],[-3.091201, 53.2846],[-3.0919, 53.2844],[-3.094301, 53.2844],[-3.0952, 53.2845],[-3.0955, 53.2847],[-3.095599, 53.2855],[-3.095799, 53.2860],[-3.0962, 53.2867],[-3.096801, 53.2870],[-3.099101, 53.2873],[-3.10170, 53.2874],[-3.102099, 53.2876],[-3.1024, 53.2879],[-3.1027, 53.2889],[-3.102999, 53.2892],[-3.1033, 53.2893],[-3.1041, 53.2891],[-3.105099, 53.2887],[-3.1054, 53.2887],[-3.10590, 53.2888],[-3.1063, 53.2890],[-3.106601, 53.2892],[-3.107399, 53.2899],[-3.1082, 53.291],[-3.1085, 53.2916],[-3.108599, 53.2919],[-3.108701, 53.2922],[-3.108701, 53.2927],[-3.1085, 53.2931],[-3.108, 53.2936],[-3.1073, 53.2938],[-3.104501, 53.2939],[-3.1031, 53.2936],[-3.102, 53.2934],[-3.099699, 53.2929],[-3.098599, 53.293],[-3.0961, 53.2934],[-3.0929, 53.2939],[-3.091201, 53.2942],[-3.091001, 53.2945],[-3.0911, 53.2948],[-3.092, 53.2957],[-3.0929, 53.2967],[-3.093501, 53.2971],[-3.094199, 53.2972],[-3.095, 53.2971],[-3.0969, 53.2964],[-3.099, 53.2958],[-3.1013, 53.2958],[-3.1022, 53.2957],[-3.1039, 53.2953],[-3.104199, 53.2953],[-3.104399, 53.2954],[-3.104599, 53.2957],[-3.105, 53.2965],[-3.105299, 53.2967],[-3.10550, 53.2968],[-3.1075, 53.2968],[-3.102, 53.3006],[-3.095799, 53.3034],[-3.0952, 53.3037],[-3.0948, 53.3039],[-3.094599, 53.304],[-3.0901, 53.3067],[-3.086801, 53.3088],[-3.0824, 53.3104],[-3.080499, 53.3118],[-3.078, 53.3142],[-3.0714, 53.3177],[-3.070899, 53.3177],[-3.0701, 53.3175],[-3.0653, 53.3154],[-3.05810, 53.3118],[-3.0574, 53.3116],[-3.05670, 53.3116],[-3.05290, 53.3122],[-3.0502, 53.3122],[-3.049, 53.312],[-3.04800, 53.3114],[-3.046, 53.3098],[-3.0423, 53.3064],[-3.04020, 53.3052],[-3.0336, 53.301],[-3.0309, 53.2993],[-3.029999, 53.299],[-3.028501, 53.2987],[-3.0211, 53.299],[-3.0195, 53.2998],[-3.018399, 53.3002],[-3.017299, 53.3003],[-3.010799, 53.3002],[-3.00760, 53.301],[-3.0006, 53.3035],[-2.999799, 53.3038],[-2.997499, 53.3045],[-2.997299, 53.3056],[-2.99710, 53.3063],[-2.996601, 53.3065],[-2.9934, 53.3061],[-2.9897, 53.3053],[-2.985699, 53.3044],[-2.9821, 53.3037],[-2.98, 53.3034],[-2.976001, 53.3024],[-2.9745, 53.3019],[-2.9728, 53.3015],[-2.970799, 53.301],[-2.9686, 53.3006],[-2.964799, 53.3003],[-2.961401, 53.3005],[-2.95650, 53.301],[-2.954, 53.3013],[-2.953099, 53.3014],[-2.952399, 53.3011],[-2.9505, 53.3],[-2.9502, 53.2995],[-2.949699, 53.2976],[-2.949399, 53.2972],[-2.9488, 53.297],[-2.9474, 53.2971],[-2.942199, 53.298],[-2.9358, 53.3036],[-2.9338, 53.3048],[-2.932199, 53.3058],[-2.9305, 53.3068],[-2.929699, 53.3074],[-2.928999, 53.3079],[-2.9285, 53.3085],[-2.919101, 53.3272],[-2.90560, 53.3223],[-2.878799, 53.3155],[-2.8503, 53.3159],[-2.826699, 53.3168],[-2.8127, 53.3155],[-2.7937, 53.3111],[-2.783799, 53.3125],[-2.775599, 53.3171],[-2.7734, 53.3201],[-2.7511, 53.3146],[-2.7499, 53.3142],[-2.7476, 53.3135],[-2.7458, 53.3126],[-2.744501, 53.3117],[-2.740799, 53.3084],[-2.739599, 53.3078],[-2.738199, 53.3068],[-2.737299, 53.3064],[-2.7368, 53.3062],[-2.736001, 53.306],[-2.735399, 53.3061],[-2.733999, 53.3063],[-2.7332, 53.3065],[-2.7327, 53.307],[-2.732399, 53.3075],[-2.731801, 53.3088],[-2.7312, 53.3096],[-2.7309, 53.3099],[-2.730299, 53.3103],[-2.729599, 53.3106],[-2.7281, 53.3111],[-2.727299, 53.3113],[-2.726201, 53.3114],[-2.724301, 53.3114],[-2.7226, 53.3114],[-2.722199, 53.3113],[-2.7207, 53.3105],[-2.719599, 53.3096],[-2.7169, 53.3079],[-2.715199, 53.3071],[-2.7135, 53.3066],[-2.7104, 53.3052],[-2.7091, 53.304],[-2.707999, 53.3027],[-2.703901, 53.3002],[-2.7005, 53.2997],[-2.7003, 53.3],[-2.6981, 53.3039],[-2.69770, 53.3046],[-2.697299, 53.3049],[-2.6879, 53.3117],[-2.683199, 53.3146],[-2.675699, 53.3124],[-2.642, 53.3059],[-2.640199, 53.3062],[-2.6299, 53.3097],[-2.6156, 53.3096],[-2.611201, 53.3102],[-2.6078, 53.3109],[-2.607599, 53.3114],[-2.607399, 53.3121],[-2.6071, 53.3128],[-2.605599, 53.3139],[-2.603701, 53.3152],[-2.602299, 53.3166],[-2.601401, 53.3172],[-2.598, 53.3179],[-2.596299, 53.3183],[-2.5952, 53.3187],[-2.590699, 53.32],[-2.5875, 53.3235],[-2.586401, 53.3255],[-2.5839, 53.3279],[-2.581401, 53.3267],[-2.5762, 53.3252],[-2.5715, 53.3261],[-2.566099, 53.3249],[-2.562001, 53.3238],[-2.5567, 53.3245],[-2.5517, 53.3286],[-2.5493, 53.332],[-2.547199, 53.3337],[-2.54340, 53.3335],[-2.5423, 53.3341],[-2.5418, 53.3352],[-2.5391, 53.3376],[-2.5376, 53.3385],[-2.5358, 53.3388],[-2.532799, 53.3401],[-2.5295, 53.3413],[-2.5208, 53.3450],[-2.5227, 53.3483],[-2.517299, 53.3504],[-2.5148, 53.3534],[-2.5146, 53.3535],[-2.512001, 53.3536],[-2.5099, 53.3551],[-2.504699, 53.3571],[-2.5013, 53.3587],[-2.4976, 53.36],[-2.4965, 53.3611],[-2.495899, 53.362],[-2.493, 53.3626],[-2.491699, 53.3639],[-2.4884, 53.3667],[-2.4868, 53.3676],[-2.4684, 53.3622],[-2.466001, 53.3616],[-2.463799, 53.3622],[-2.4623, 53.3637],[-2.459301, 53.3678],[-2.4566, 53.3679],[-2.451699, 53.3673],[-2.45, 53.3667],[-2.4487, 53.3659],[-2.4482, 53.3659],[-2.43840, 53.3665],[-2.438999, 53.371],[-2.433901, 53.373],[-2.430799, 53.3749],[-2.4279, 53.3787],[-2.4265, 53.3808],[-2.427599, 53.3826],[-2.4263, 53.388]]],[[[-3.0983, 53.2939],[-3.1005, 53.2937],[-3.102499, 53.294],[-3.102999, 53.2942],[-3.103199, 53.2944],[-3.103199, 53.2946],[-3.103199, 53.2949],[-3.102999, 53.2950],[-3.102799, 53.2950],[-3.100399, 53.2950],[-3.09940, 53.2951],[-3.0971, 53.2956],[-3.0955, 53.296],[-3.094599, 53.2964],[-3.094399, 53.2964],[-3.0939, 53.2963],[-3.09330, 53.2959],[-3.0929, 53.2952],[-3.0929, 53.2948],[-3.092999, 53.2946],[-3.0934, 53.2945],[-3.09470, 53.2943],[-3.096801, 53.294],[-3.0983, 53.2939]]]]}, properties:{name:"Cheshire"}}, {type:"Feature", geometry:{type:"MultiPolygon", coordinates:[[[[-4.4555, 50.9295],[-4.4564, 50.9266],[-4.459799, 50.9206],[-4.46190, 50.9183],[-4.4534, 50.9098],[-4.4524, 50.9081],[-4.4499, 50.9064],[-4.4491, 50.9059],[-4.448299, 50.9029],[-4.4475, 50.9018],[-4.4463, 50.9005],[-4.446401, 50.8940],[-4.4466, 50.8908],[-4.4355, 50.8815],[-4.433701, 50.8804],[-4.4319, 50.8796],[-4.430399, 50.8786],[-4.427999, 50.8773],[-4.420899, 50.8718],[-4.4173, 50.868],[-4.4317, 50.8654],[-4.431099, 50.8616],[-4.44, 50.8348],[-4.440499, 50.8309],[-4.441201, 50.8244],[-4.445, 50.8146],[-4.4461, 50.8101],[-4.457099, 50.8042],[-4.4682, 50.8033],[-4.472799, 50.8019],[-4.4724, 50.7992],[-4.4909, 50.7963],[-4.491899, 50.7914],[-4.4816, 50.7914],[-4.47510, 50.7909],[-4.4739, 50.7904],[-4.4718, 50.7842],[-4.461201, 50.7843],[-4.4582, 50.7840],[-4.4565, 50.7841],[-4.4509, 50.7852],[-4.445399, 50.7776],[-4.44360, 50.7755],[-4.442, 50.7740],[-4.434, 50.7689],[-4.4278, 50.7663],[-4.426099, 50.7655],[-4.422, 50.7638],[-4.4208, 50.7636],[-4.4196, 50.7643],[-4.4185, 50.7651],[-4.4158, 50.7664],[-4.406401, 50.7638],[-4.4063, 50.7674],[-4.406401, 50.7688],[-4.412799, 50.7713],[-4.413599, 50.7727],[-4.4139, 50.7739],[-4.4123, 50.7750],[-4.39830, 50.7776],[-4.391001, 50.7785],[-4.3812, 50.7734],[-4.377999, 50.7717],[-4.3842, 50.7643],[-4.385399, 50.7586],[-4.384799, 50.7563],[-4.3779, 50.7572],[-4.382699, 50.7496],[-4.383501, 50.749],[-4.3837, 50.7481],[-4.383399, 50.7474],[-4.380199, 50.745],[-4.3791, 50.7442],[-4.3783, 50.7435],[-4.377699, 50.7428],[-4.3771, 50.7411],[-4.376699, 50.7405],[-4.373701, 50.7385],[-4.373, 50.7378],[-4.372099, 50.7359],[-4.371201, 50.7345],[-4.3706, 50.7338],[-4.3701, 50.733],[-4.369999, 50.732],[-4.369999, 50.731],[-4.370299, 50.7301],[-4.3705, 50.7297],[-4.3705, 50.7291],[-4.3702, 50.7289],[-4.3692, 50.7280],[-4.3688, 50.7272],[-4.368299, 50.7259],[-4.3677, 50.7245],[-4.367099, 50.7236],[-4.3663, 50.7231],[-4.364501, 50.7222],[-4.3631, 50.7214],[-4.3624, 50.7205],[-4.360799, 50.7189],[-4.3604, 50.7181],[-4.3603, 50.7176],[-4.3603, 50.7171],[-4.3606, 50.7169],[-4.361899, 50.7164],[-4.362299, 50.7160],[-4.362599, 50.7149],[-4.363599, 50.7132],[-4.364501, 50.7117],[-4.365699, 50.7103],[-4.366499, 50.7094],[-4.3667, 50.7084],[-4.3667, 50.7068],[-4.367099, 50.7057],[-4.367001, 50.7052],[-4.366499, 50.7043],[-4.3663, 50.7031],[-4.366401, 50.7025],[-4.3662, 50.7018],[-4.3656, 50.7012],[-4.3652, 50.7006],[-4.3652, 50.6994],[-4.3652, 50.6984],[-4.3649, 50.6982],[-4.364399, 50.698],[-4.3632, 50.6979],[-4.3627, 50.6977],[-4.36170, 50.697],[-4.360199, 50.6961],[-4.3595, 50.696],[-4.357299, 50.6957],[-4.356, 50.6952],[-4.3523, 50.6936],[-4.352099, 50.6932],[-4.351699, 50.6921],[-4.3509, 50.6913],[-4.349599, 50.6905],[-4.347799, 50.6896],[-4.3474, 50.689],[-4.3469, 50.6881],[-4.346601, 50.6866],[-4.3463, 50.6847],[-4.3462, 50.6836],[-4.3456, 50.6826],[-4.345099, 50.682],[-4.3448, 50.6811],[-4.344399, 50.68],[-4.3438, 50.6792],[-4.342999, 50.6782],[-4.342899, 50.6774],[-4.3431, 50.6764],[-4.344301, 50.6745],[-4.3446, 50.6738],[-4.344699, 50.673],[-4.344399, 50.6727],[-4.342899, 50.6715],[-4.3427, 50.6711],[-4.342999, 50.67],[-4.3437, 50.6691],[-4.3438, 50.6678],[-4.343901, 50.666],[-4.343599, 50.665],[-4.342599, 50.6638],[-4.3416, 50.663],[-4.34, 50.6621],[-4.3386, 50.6615],[-4.338099, 50.6611],[-4.3379, 50.6604],[-4.3387, 50.6588],[-4.338799, 50.6582],[-4.3385, 50.6579],[-4.336, 50.6571],[-4.335499, 50.6568],[-4.3351, 50.6563],[-4.3351, 50.6546],[-4.3351, 50.6531],[-4.3347, 50.6517],[-4.3332, 50.6467],[-4.3323, 50.6442],[-4.3319, 50.6432],[-4.3314, 50.6427],[-4.3304, 50.642],[-4.329899, 50.6418],[-4.32770, 50.6416],[-4.326601, 50.6415],[-4.325799, 50.6415],[-4.3252, 50.6411],[-4.3249, 50.6402],[-4.3246, 50.6393],[-4.3242, 50.6388],[-4.3227, 50.638],[-4.321401, 50.6376],[-4.3182, 50.637],[-4.315899, 50.637],[-4.3135, 50.6372],[-4.311699, 50.6375],[-4.3109, 50.6376],[-4.309899, 50.6375],[-4.3084, 50.6371],[-4.3059, 50.6369],[-4.303999, 50.6369],[-4.3031, 50.6367],[-4.301001, 50.6358],[-4.300399, 50.6352],[-4.3, 50.6344],[-4.3, 50.6333],[-4.30070, 50.6319],[-4.301401, 50.6305],[-4.301401, 50.629],[-4.3012, 50.6278],[-4.3012, 50.6262],[-4.3021, 50.6244],[-4.3037, 50.6222],[-4.304999, 50.6203],[-4.3053, 50.6191],[-4.304999, 50.6167],[-4.304999, 50.6153],[-4.3052, 50.614],[-4.3048, 50.6111],[-4.304999, 50.6094],[-4.306201, 50.6060],[-4.306601, 50.6045],[-4.3069, 50.602],[-4.306601, 50.5988],[-4.306499, 50.5947],[-4.307001, 50.5941],[-4.309199, 50.5930],[-4.3101, 50.5926],[-4.3108, 50.5921],[-4.311, 50.5917],[-4.3111, 50.5911],[-4.3108, 50.5874],[-4.310699, 50.5860],[-4.3105, 50.5853],[-4.3101, 50.5848],[-4.3088, 50.5835],[-4.3083, 50.5829],[-4.3081, 50.5823],[-4.3081, 50.5808],[-4.308, 50.5802],[-4.3076, 50.5798],[-4.307199, 50.5796],[-4.306601, 50.5795],[-4.305799, 50.5797],[-4.3049, 50.5800],[-4.303501, 50.5808],[-4.300799, 50.5827],[-4.298999, 50.5837],[-4.297599, 50.5843],[-4.296201, 50.5847],[-4.29460, 50.5850],[-4.293399, 50.5850],[-4.2923, 50.5847],[-4.291299, 50.5842],[-4.290599, 50.5836],[-4.290299, 50.5830],[-4.2902, 50.5819],[-4.289999, 50.5800],[-4.2897, 50.5788],[-4.289199, 50.578],[-4.2884, 50.5773],[-4.2876, 50.5769],[-4.2864, 50.5767],[-4.2851, 50.5766],[-4.283999, 50.5768],[-4.2831, 50.5771],[-4.282001, 50.5778],[-4.281801, 50.5783],[-4.281801, 50.5787],[-4.282001, 50.5792],[-4.282499, 50.5800],[-4.283901, 50.5817],[-4.284501, 50.5826],[-4.284999, 50.5837],[-4.284999, 50.5843],[-4.284699, 50.5848],[-4.2843, 50.5851],[-4.2834, 50.5853],[-4.28240, 50.5852],[-4.279699, 50.5846],[-4.2772, 50.5842],[-4.274899, 50.5838],[-4.272999, 50.5836],[-4.2715, 50.5834],[-4.270599, 50.5830],[-4.2698, 50.5824],[-4.269199, 50.5815],[-4.269, 50.5807],[-4.269, 50.5798],[-4.2694, 50.5791],[-4.269899, 50.5786],[-4.270899, 50.578],[-4.2729, 50.5772],[-4.2747, 50.5766],[-4.275599, 50.5762],[-4.276401, 50.5757],[-4.276899, 50.5752],[-4.2775, 50.5744],[-4.2781, 50.573],[-4.278399, 50.5716],[-4.2786, 50.5706],[-4.278501, 50.5699],[-4.2782, 50.5692],[-4.2775, 50.5685],[-4.2757, 50.5675],[-4.2745, 50.5667],[-4.273701, 50.566],[-4.2733, 50.5653],[-4.2732, 50.5644],[-4.2732, 50.5631],[-4.272999, 50.5626],[-4.2726, 50.5622],[-4.2708, 50.5613],[-4.2685, 50.5606],[-4.266201, 50.5597],[-4.2644, 50.5588],[-4.2634, 50.558],[-4.262599, 50.5571],[-4.2618, 50.5559],[-4.260799, 50.5542],[-4.259799, 50.5528],[-4.259301, 50.5518],[-4.2591, 50.5509],[-4.2592, 50.5491],[-4.258999, 50.5482],[-4.2587, 50.5471],[-4.2586, 50.5462],[-4.2588, 50.5457],[-4.2592, 50.5452],[-4.2602, 50.5445],[-4.261401, 50.5439],[-4.2627, 50.5435],[-4.264699, 50.543],[-4.266001, 50.5424],[-4.267001, 50.5418],[-4.268099, 50.541],[-4.2693, 50.5399],[-4.2701, 50.5391],[-4.2705, 50.5386],[-4.2708, 50.538],[-4.2708, 50.5375],[-4.2705, 50.5370],[-4.269899, 50.5366],[-4.269101, 50.5362],[-4.2677, 50.5361],[-4.2659, 50.5362],[-4.263999, 50.5365],[-4.2623, 50.5369],[-4.2602, 50.5379],[-4.2582, 50.5391],[-4.256401, 50.5404],[-4.255099, 50.5417],[-4.253799, 50.5428],[-4.252699, 50.5435],[-4.251299, 50.5442],[-4.249501, 50.5445],[-4.248199, 50.5445],[-4.2469, 50.5444],[-4.2449, 50.5441],[-4.243501, 50.5438],[-4.242199, 50.5433],[-4.241001, 50.5426],[-4.2403, 50.5421],[-4.239399, 50.541],[-4.2382, 50.5388],[-4.237, 50.5366],[-4.236001, 50.5351],[-4.235099, 50.5342],[-4.2341, 50.5334],[-4.232699, 50.5326],[-4.2316, 50.5322],[-4.2298, 50.5319],[-4.227799, 50.5315],[-4.227001, 50.5312],[-4.226099, 50.5307],[-4.2252, 50.5304],[-4.224199, 50.5303],[-4.2234, 50.5304],[-4.2224, 50.5308],[-4.221001, 50.5315],[-4.218901, 50.5326],[-4.2161, 50.5340],[-4.2149, 50.5345],[-4.2141, 50.5347],[-4.213399, 50.5347],[-4.2122, 50.5346],[-4.2107, 50.5341],[-4.209599, 50.5336],[-4.208799, 50.5331],[-4.208099, 50.5329],[-4.2068, 50.5329],[-4.2065, 50.5327],[-4.2064, 50.5325],[-4.2065, 50.5323],[-4.2073, 50.5318],[-4.208399, 50.5313],[-4.210599, 50.5300],[-4.2111, 50.5295],[-4.211401, 50.5287],[-4.211401, 50.5280],[-4.211201, 50.5272],[-4.2108, 50.5265],[-4.209301, 50.5249],[-4.207399, 50.5231],[-4.206699, 50.5221],[-4.206201, 50.5211],[-4.2059, 50.5201],[-4.206, 50.5188],[-4.206299, 50.5179],[-4.207001, 50.5165],[-4.2075, 50.5157],[-4.2075, 50.5151],[-4.2073, 50.5146],[-4.2068, 50.5142],[-4.2058, 50.5137],[-4.2054, 50.5136],[-4.204899, 50.5135],[-4.2038, 50.5135],[-4.202499, 50.5135],[-4.201499, 50.5134],[-4.201001, 50.5131],[-4.2009, 50.5127],[-4.2009, 50.5123],[-4.201601, 50.5074],[-4.2018, 50.5053],[-4.2018, 50.5046],[-4.201601, 50.504],[-4.2012, 50.5036],[-4.200699, 50.5033],[-4.1999, 50.5032],[-4.1982, 50.5032],[-4.1961, 50.5033],[-4.194699, 50.5034],[-4.193799, 50.5035],[-4.193299, 50.5037],[-4.1925, 50.5042],[-4.1915, 50.5054],[-4.190599, 50.5067],[-4.19, 50.5072],[-4.189301, 50.5075],[-4.188, 50.5077],[-4.1864, 50.508],[-4.185299, 50.5081],[-4.1843, 50.508],[-4.183599, 50.5076],[-4.1827, 50.5065],[-4.181499, 50.5049],[-4.180699, 50.5037],[-4.180399, 50.503],[-4.180399, 50.5024],[-4.1805, 50.5018],[-4.180799, 50.5013],[-4.1814, 50.5008],[-4.182499, 50.5003],[-4.1843, 50.4998],[-4.1861, 50.4994],[-4.1889, 50.4988],[-4.1904, 50.4988],[-4.192, 50.4989],[-4.193099, 50.4988],[-4.1941, 50.4985],[-4.194699, 50.498],[-4.195099, 50.4975],[-4.195099, 50.4971],[-4.1949, 50.4967],[-4.1942, 50.4956],[-4.1941, 50.4951],[-4.194301, 50.4946],[-4.194799, 50.494],[-4.195399, 50.4935],[-4.195899, 50.4932],[-4.196899, 50.4929],[-4.198299, 50.4927],[-4.2009, 50.4927],[-4.2018, 50.4928],[-4.2026, 50.493],[-4.2033, 50.4933],[-4.204899, 50.4942],[-4.206601, 50.4955],[-4.207399, 50.4959],[-4.2082, 50.4962],[-4.2094, 50.4965],[-4.2126, 50.4972],[-4.2171, 50.4984],[-4.218299, 50.4986],[-4.219301, 50.4987],[-4.2199, 50.4985],[-4.2205, 50.4982],[-4.2209, 50.4977],[-4.221001, 50.4974],[-4.221001, 50.4969],[-4.220399, 50.4952],[-4.2203, 50.4942],[-4.220799, 50.4932],[-4.221499, 50.4923],[-4.2223, 50.4915],[-4.2226, 50.491],[-4.222799, 50.4905],[-4.222799, 50.4899],[-4.2226, 50.4894],[-4.221601, 50.4874],[-4.2209, 50.4867],[-4.220099, 50.4861],[-4.218901, 50.4853],[-4.218299, 50.4849],[-4.2178, 50.4844],[-4.2175, 50.4838],[-4.217299, 50.4827],[-4.2174, 50.4809],[-4.2174, 50.4787],[-4.217599, 50.4775],[-4.217899, 50.4765],[-4.2184, 50.4755],[-4.218999, 50.4748],[-4.222001, 50.4734],[-4.224101, 50.4725],[-4.226, 50.4717],[-4.2286, 50.4706],[-4.233901, 50.468],[-4.236001, 50.4668],[-4.237, 50.4659],[-4.2377, 50.465],[-4.2381, 50.4638],[-4.2381, 50.462],[-4.2375, 50.4604],[-4.2366, 50.4593],[-4.235099, 50.4579],[-4.233799, 50.4573],[-4.232399, 50.457],[-4.229899, 50.4569],[-4.2284, 50.4572],[-4.2272, 50.4579],[-4.226299, 50.4587],[-4.225599, 50.46],[-4.2248, 50.4621],[-4.22400, 50.4634],[-4.2219, 50.4657],[-4.2206, 50.4664],[-4.219399, 50.4667],[-4.2181, 50.4667],[-4.216801, 50.4664],[-4.21530, 50.4654],[-4.212999, 50.4640],[-4.2115, 50.4628],[-4.21, 50.4606],[-4.207001, 50.4565],[-4.2061, 50.4528],[-4.2058, 50.4484],[-4.2048, 50.4466],[-4.202499, 50.4447],[-4.199999, 50.4421],[-4.197299, 50.4389],[-4.1961, 50.4375],[-4.195199, 50.4363],[-4.1946, 50.4353],[-4.1946, 50.4322],[-4.1956, 50.4299],[-4.198901, 50.4258],[-4.200699, 50.4209],[-4.201499, 50.4144],[-4.2024, 50.4076],[-4.204999, 50.4029],[-4.206601, 50.4002],[-4.2068, 50.3982],[-4.2064, 50.3961],[-4.2055, 50.3944],[-4.199699, 50.3915],[-4.1966, 50.3887],[-4.189101, 50.3837],[-4.184599, 50.3756],[-4.186201, 50.3675],[-4.1855, 50.366],[-4.1843, 50.3653],[-4.178999, 50.3652],[-4.1792, 50.3604],[-4.178299, 50.3607],[-4.176899, 50.3609],[-4.1753, 50.361],[-4.1745, 50.3609],[-4.173901, 50.3606],[-4.173399, 50.3601],[-4.1731, 50.3598],[-4.1725, 50.3594],[-4.171801, 50.3589],[-4.1717, 50.3585],[-4.171801, 50.3578],[-4.172599, 50.357],[-4.1728, 50.3561],[-4.172699, 50.3555],[-4.172299, 50.3549],[-4.1715, 50.3543],[-4.1704, 50.3538],[-4.169301, 50.3534],[-4.1679, 50.3529],[-4.1669, 50.3524],[-4.16650, 50.3519],[-4.166201, 50.3514],[-4.1661, 50.3504],[-4.166201, 50.3486],[-4.1664, 50.3467],[-4.166699, 50.3462],[-4.1672, 50.3458],[-4.1691, 50.3448],[-4.1695, 50.3446],[-4.1708, 50.3441],[-4.1717, 50.3438],[-4.1732, 50.3438],[-4.1749, 50.3437],[-4.176401, 50.3436],[-4.1777, 50.3433],[-4.1788, 50.3429],[-4.179999, 50.3423],[-4.181099, 50.3418],[-4.183199, 50.3415],[-4.186299, 50.3412],[-4.1872, 50.3410],[-4.188799, 50.3405],[-4.19, 50.34],[-4.191401, 50.3392],[-4.192699, 50.3382],[-4.1945, 50.3368],[-4.196899, 50.3354],[-4.198299, 50.3346],[-4.198901, 50.3341],[-4.1993, 50.3336],[-4.199399, 50.3332],[-4.199501, 50.3324],[-4.199699, 50.3321],[-4.2003, 50.3315],[-4.200399, 50.331],[-4.2003, 50.3305],[-4.199999, 50.33],[-4.1992, 50.3293],[-4.1982, 50.3286],[-4.1966, 50.3278],[-4.193501, 50.3264],[-4.1925, 50.3259],[-4.191401, 50.3253],[-4.190599, 50.3247],[-4.1897, 50.324],[-4.189101, 50.3233],[-4.1886, 50.3224],[-4.1883, 50.3207],[-4.1883, 50.3196],[-4.1885, 50.319],[-4.188799, 50.3186],[-4.1894, 50.3184],[-4.191299, 50.3183],[-4.197999, 50.3186],[-4.2047, 50.3187],[-4.208799, 50.3184],[-4.21, 50.3182],[-4.211299, 50.3178],[-4.214399, 50.3167],[-4.2162, 50.316],[-4.2181, 50.3153],[-4.219301, 50.3152],[-4.220099, 50.315],[-4.220399, 50.3147],[-4.220399, 50.3145],[-4.219999, 50.3136],[-4.219999, 50.3132],[-4.2203, 50.3128],[-4.2209, 50.3124],[-4.222001, 50.312],[-4.2227, 50.312],[-4.2234, 50.3123],[-4.224101, 50.3128],[-4.2248, 50.3133],[-4.2252, 50.3138],[-4.225299, 50.3142],[-4.2251, 50.3146],[-4.2244, 50.3152],[-4.2234, 50.316],[-4.223199, 50.3163],[-4.2231, 50.317],[-4.2233, 50.3175],[-4.2239, 50.3179],[-4.224999, 50.3184],[-4.2255, 50.3188],[-4.2258, 50.3191],[-4.2259, 50.3194],[-4.2259, 50.3198],[-4.225699, 50.3202],[-4.225399, 50.3205],[-4.2248, 50.3209],[-4.2239, 50.3213],[-4.221499, 50.3219],[-4.220099, 50.3224],[-4.2196, 50.3227],[-4.2191, 50.3232],[-4.2187, 50.3241],[-4.218599, 50.3249],[-4.2188, 50.3256],[-4.2191, 50.3261],[-4.2196, 50.3268],[-4.2205, 50.3278],[-4.221499, 50.3288],[-4.222899, 50.33],[-4.224899, 50.3311],[-4.2279, 50.333],[-4.231, 50.3351],[-4.232399, 50.3360],[-4.2341, 50.337],[-4.2361, 50.3381],[-4.2377, 50.3390],[-4.240499, 50.3408],[-4.241899, 50.3415],[-4.2438, 50.3423],[-4.245299, 50.3428],[-4.2473, 50.3434],[-4.249101, 50.3440],[-4.25, 50.3444],[-4.2521, 50.3456],[-4.2535, 50.3464],[-4.254399, 50.3467],[-4.255, 50.3468],[-4.255899, 50.3469],[-4.256899, 50.3469],[-4.2574, 50.3470],[-4.257999, 50.3472],[-4.258501, 50.3475],[-4.2591, 50.3481],[-4.2599, 50.3485],[-4.26060, 50.3487],[-4.2623, 50.3491],[-4.263501, 50.3495],[-4.264501, 50.3499],[-4.265299, 50.3504],[-4.2668, 50.3513],[-4.2698, 50.3531],[-4.2707, 50.3535],[-4.2719, 50.3540],[-4.273901, 50.3548],[-4.2766, 50.3556],[-4.2837, 50.3573],[-4.288799, 50.3585],[-4.289999, 50.3587],[-4.291601, 50.3588],[-4.293399, 50.3588],[-4.2944, 50.3589],[-4.295199, 50.3591],[-4.2996, 50.3604],[-4.301499, 50.3609],[-4.303501, 50.3613],[-4.3049, 50.3615],[-4.306201, 50.3616],[-4.3081, 50.3616],[-4.309199, 50.3615],[-4.3105, 50.3612],[-4.3111, 50.3611],[-4.312099, 50.361],[-4.3126, 50.361],[-4.3133, 50.3612],[-4.314301, 50.3617],[-4.314799, 50.3618],[-4.3158, 50.3617],[-4.3171, 50.3614],[-4.3182, 50.3613],[-4.320099, 50.3614],[-4.3248, 50.3617],[-4.326001, 50.3618],[-4.32770, 50.3621],[-4.329599, 50.3623],[-4.3305, 50.3623],[-4.3311, 50.3622],[-4.3319, 50.3619],[-4.3335, 50.3609],[-4.334301, 50.3604],[-4.335, 50.3601],[-4.3358, 50.3599],[-4.336801, 50.3598],[-4.3375, 50.3598],[-4.3386, 50.36],[-4.343501, 50.3611],[-4.347001, 50.3616],[-4.349699, 50.3619],[-4.3522, 50.3620],[-4.3545, 50.3617],[-4.3555, 50.3615],[-4.3585, 50.3608],[-4.3599, 50.3605],[-4.362999, 50.3601],[-4.364799, 50.3602],[-4.36780, 50.3606],[-4.3692, 50.3609],[-4.372099, 50.3618],[-4.3733, 50.3621],[-4.3796, 50.3633],[-4.3846, 50.3643],[-4.3863, 50.3648],[-4.3873, 50.365],[-4.388, 50.3649],[-4.3888, 50.3647],[-4.3905, 50.3643],[-4.3934, 50.3638],[-4.3955, 50.3637],[-4.3979, 50.3638],[-4.4032, 50.3642],[-4.404699, 50.3643],[-4.4063, 50.3643],[-4.407899, 50.3642],[-4.4098, 50.3639],[-4.4139, 50.3631],[-4.419, 50.3624],[-4.423299, 50.3623],[-4.426801, 50.3622],[-4.4292, 50.3619],[-4.43240, 50.3615],[-4.434501, 50.3611],[-4.436699, 50.3606],[-4.438099, 50.3601],[-4.439301, 50.3595],[-4.441201, 50.3584],[-4.442599, 50.3574],[-4.4437, 50.3564],[-4.445399, 50.3548],[-4.4462, 50.3542],[-4.44710, 50.3538],[-4.4488, 50.3533],[-4.449501, 50.3530],[-4.450699, 50.352],[-4.4512, 50.3517],[-4.451499, 50.3513],[-4.452001, 50.3508],[-4.4512, 50.3504],[-4.4506, 50.3499],[-4.450399, 50.3494],[-4.450399, 50.3488],[-4.4505, 50.3480],[-4.450799, 50.3472],[-4.4513, 50.3464],[-4.452099, 50.3453],[-4.4527, 50.3448],[-4.453599, 50.3445],[-4.4547, 50.3443],[-4.4552, 50.3442],[-4.45580, 50.3440],[-4.456299, 50.3437],[-4.4569, 50.3432],[-4.457799, 50.3421],[-4.4583, 50.3418],[-4.4589, 50.3417],[-4.46, 50.3416],[-4.461401, 50.3414],[-4.46290, 50.3411],[-4.465099, 50.3406],[-4.4671, 50.34],[-4.4702, 50.3388],[-4.471099, 50.3384],[-4.471401, 50.3381],[-4.471401, 50.3378],[-4.4713, 50.3374],[-4.471099, 50.337],[-4.4705, 50.3365],[-4.4703, 50.3362],[-4.470099, 50.3357],[-4.469999, 50.3352],[-4.470099, 50.3345],[-4.470399, 50.3338],[-4.4709, 50.3331],[-4.4712, 50.3327],[-4.471601, 50.3323],[-4.472199, 50.332],[-4.4726, 50.3319],[-4.473199, 50.3319],[-4.4738, 50.332],[-4.474501, 50.3322],[-4.474899, 50.3324],[-4.475699, 50.3329],[-4.476099, 50.3331],[-4.4768, 50.3334],[-4.478, 50.3339],[-4.478799, 50.3342],[-4.479599, 50.3344],[-4.4808, 50.3345],[-4.4816, 50.3346],[-4.482399, 50.3348],[-4.4832, 50.3351],[-4.483901, 50.3354],[-4.4846, 50.3356],[-4.485199, 50.3356],[-4.4861, 50.3355],[-4.487599, 50.3354],[-4.4884, 50.3354],[-4.489799, 50.3354],[-4.4903, 50.3355],[-4.490699, 50.3357],[-4.4913, 50.3364],[-4.4917, 50.3367],[-4.492199, 50.3369],[-4.4927, 50.337],[-4.4938, 50.3371],[-4.4948, 50.337],[-4.49590, 50.3368],[-4.4968, 50.3366],[-4.497399, 50.3363],[-4.497799, 50.3360],[-4.498199, 50.3355],[-4.4984, 50.335],[-4.49850, 50.3343],[-4.4984, 50.3335],[-4.4983, 50.333],[-4.4983, 50.3326],[-4.49850, 50.3323],[-4.498799, 50.3322],[-4.5001, 50.3319],[-4.500599, 50.3317],[-4.500899, 50.3315],[-4.501201, 50.3313],[-4.5019, 50.3311],[-4.502699, 50.331],[-4.503399, 50.3311],[-4.5045, 50.3313],[-4.5053, 50.3314],[-4.506001, 50.3314],[-4.5074, 50.3313],[-4.508501, 50.3311],[-4.509799, 50.3309],[-4.51070, 50.3308],[-4.5113, 50.3308],[-4.512499, 50.3309],[-4.512899, 50.331],[-4.513599, 50.3312],[-4.51420, 50.3314],[-4.514699, 50.3316],[-4.5156, 50.332],[-4.5163, 50.3321],[-4.51680, 50.332],[-4.517099, 50.3319],[-4.517099, 50.3316],[-4.5169, 50.3313],[-4.5165, 50.331],[-4.5158, 50.3308],[-4.515299, 50.3306],[-4.5151, 50.3304],[-4.5151, 50.3303],[-4.515299, 50.3301],[-4.5179, 50.3294],[-4.519599, 50.3289],[-4.521201, 50.3285],[-4.522299, 50.3283],[-4.5235, 50.3281],[-4.524799, 50.3278],[-4.525499, 50.3276],[-4.526299, 50.3273],[-4.5279, 50.3266],[-4.5291, 50.3262],[-4.5306, 50.3257],[-4.5321, 50.3253],[-4.533299, 50.3251],[-4.534501, 50.325],[-4.5359, 50.3249],[-4.537399, 50.3247],[-4.538199, 50.3246],[-4.539501, 50.3246],[-4.540599, 50.3245],[-4.5419, 50.3245],[-4.5429, 50.3246],[-4.5441, 50.3248],[-4.5445, 50.3248],[-4.545899, 50.3246],[-4.547299, 50.3245],[-4.5482, 50.3245],[-4.548999, 50.3246],[-4.549699, 50.3247],[-4.550099, 50.3249],[-4.550399, 50.3251],[-4.550799, 50.3255],[-4.551099, 50.3258],[-4.551401, 50.326],[-4.552001, 50.3262],[-4.553199, 50.3264],[-4.5542, 50.3264],[-4.5549, 50.3265],[-4.5564, 50.3269],[-4.5573, 50.3272],[-4.557799, 50.3274],[-4.5588, 50.3278],[-4.5597, 50.328],[-4.5604, 50.3281],[-4.561299, 50.3282],[-4.5626, 50.3282],[-4.5635, 50.3283],[-4.564301, 50.3285],[-4.56660, 50.3292],[-4.568501, 50.3297],[-4.570099, 50.3303],[-4.571499, 50.3307],[-4.5734, 50.3312],[-4.5749, 50.3316],[-4.575699, 50.3319],[-4.576499, 50.3323],[-4.577001, 50.3325],[-4.577499, 50.3326],[-4.5781, 50.3327],[-4.57880, 50.3327],[-4.5797, 50.3325],[-4.58040, 50.3322],[-4.5809, 50.332],[-4.5815, 50.3318],[-4.5822, 50.3317],[-4.5829, 50.3319],[-4.5836, 50.3322],[-4.584199, 50.3323],[-4.584899, 50.3323],[-4.586, 50.3322],[-4.586699, 50.3321],[-4.5876, 50.3318],[-4.5886, 50.3314],[-4.590099, 50.3305],[-4.5912, 50.3298],[-4.592599, 50.3288],[-4.593599, 50.3282],[-4.5949, 50.3275],[-4.595699, 50.3268],[-4.5959, 50.3265],[-4.596001, 50.3261],[-4.5959, 50.3256],[-4.596001, 50.3252],[-4.5963, 50.3249],[-4.5967, 50.3247],[-4.597099, 50.3246],[-4.5993, 50.3247],[-4.599999, 50.3248],[-4.600699, 50.325],[-4.601, 50.3252],[-4.601099, 50.3255],[-4.601, 50.3262],[-4.601, 50.3267],[-4.601201, 50.3272],[-4.6014, 50.3275],[-4.6019, 50.328],[-4.6027, 50.3287],[-4.6033, 50.329],[-4.6039, 50.3291],[-4.60480, 50.3291],[-4.606201, 50.3289],[-4.6076, 50.3287],[-4.608901, 50.3284],[-4.610099, 50.3283],[-4.6107, 50.3282],[-4.6113, 50.328],[-4.611801, 50.3278],[-4.612299, 50.3275],[-4.6128, 50.3271],[-4.6138, 50.3261],[-4.614501, 50.3255],[-4.6156, 50.3248],[-4.6163, 50.3244],[-4.616899, 50.3242],[-4.6178, 50.324],[-4.618599, 50.3239],[-4.620299, 50.3239],[-4.6226, 50.3242],[-4.6244, 50.3244],[-4.626299, 50.3246],[-4.6278, 50.3247],[-4.6286, 50.3247],[-4.6311, 50.3244],[-4.631899, 50.3245],[-4.6328, 50.3247],[-4.63370, 50.3251],[-4.6349, 50.3257],[-4.6357, 50.3261],[-4.6366, 50.3266],[-4.6377, 50.3273],[-4.638299, 50.3279],[-4.638501, 50.3283],[-4.638599, 50.3288],[-4.638501, 50.3291],[-4.638199, 50.3295],[-4.6378, 50.3299],[-4.6392, 50.3322],[-4.6418, 50.3305],[-4.6436, 50.33],[-4.643799, 50.3298],[-4.643799, 50.3295],[-4.6434, 50.3288],[-4.6433, 50.3284],[-4.6434, 50.3281],[-4.6439, 50.3277],[-4.644501, 50.3275],[-4.646299, 50.3274],[-4.6501, 50.3272],[-4.6507, 50.3271],[-4.6511, 50.3269],[-4.651299, 50.3266],[-4.651401, 50.3262],[-4.651299, 50.3253],[-4.651401, 50.325],[-4.6516, 50.3248],[-4.6531, 50.3242],[-4.6542, 50.3239],[-4.6556, 50.3237],[-4.6566, 50.3236],[-4.657499, 50.3234],[-4.6588, 50.3229],[-4.6605, 50.3227],[-4.6618, 50.3224],[-4.662399, 50.3224],[-4.662899, 50.3225],[-4.663701, 50.3229],[-4.6644, 50.3231],[-4.664999, 50.3231],[-4.665699, 50.3229],[-4.666201, 50.3226],[-4.66680, 50.3221],[-4.6673, 50.3215],[-4.667699, 50.3209],[-4.6679, 50.3204],[-4.668099, 50.3193],[-4.6683, 50.3188],[-4.6686, 50.3183],[-4.668799, 50.3178],[-4.669, 50.3171],[-4.6695, 50.3158],[-4.6697, 50.3153],[-4.6701, 50.3148],[-4.6707, 50.3145],[-4.671201, 50.3144],[-4.671899, 50.3143],[-4.6724, 50.3144],[-4.672999, 50.3146],[-4.673399, 50.3148],[-4.673901, 50.3152],[-4.6742, 50.3156],[-4.6746, 50.3164],[-4.675099, 50.3173],[-4.675399, 50.3176],[-4.6759, 50.3179],[-4.6767, 50.3182],[-4.6774, 50.3183],[-4.679101, 50.3183],[-4.679699, 50.3184],[-4.680099, 50.3186],[-4.6803, 50.3188],[-4.680699, 50.3193],[-4.681001, 50.3195],[-4.6814, 50.3197],[-4.682899, 50.3201],[-4.683199, 50.3202],[-4.6834, 50.3204],[-4.6835, 50.3207],[-4.6834, 50.321],[-4.6826, 50.3218],[-4.6823, 50.3222],[-4.682001, 50.3227],[-4.6818, 50.3233],[-4.6817, 50.324],[-4.6818, 50.3245],[-4.6819, 50.3253],[-4.6819, 50.3258],[-4.6817, 50.3263],[-4.681099, 50.3276],[-4.681001, 50.3281],[-4.681099, 50.3286],[-4.681601, 50.3295],[-4.6817, 50.33],[-4.6819, 50.3309],[-4.6819, 50.3315],[-4.6818, 50.3321],[-4.6817, 50.3326],[-4.681499, 50.3331],[-4.681099, 50.3338],[-4.681001, 50.3343],[-4.681001, 50.335],[-4.681001, 50.3358],[-4.6809, 50.3362],[-4.680699, 50.3368],[-4.6805, 50.3374],[-4.6805, 50.3379],[-4.6806, 50.3384],[-4.680799, 50.3388],[-4.681099, 50.3391],[-4.681601, 50.3394],[-4.682001, 50.3395],[-4.682899, 50.3396],[-4.6834, 50.3397],[-4.683701, 50.3399],[-4.68510, 50.3408],[-4.686699, 50.3418],[-4.687099, 50.3422],[-4.6875, 50.3427],[-4.6879, 50.3433],[-4.689101, 50.3454],[-4.6896, 50.346],[-4.6904, 50.3466],[-4.691401, 50.3471],[-4.693099, 50.3477],[-4.693999, 50.3479],[-4.694699, 50.3480],[-4.695899, 50.3481],[-4.6984, 50.3482],[-4.6991, 50.3483],[-4.699501, 50.3485],[-4.69980, 50.3488],[-4.7002, 50.3492],[-4.7006, 50.3494],[-4.701001, 50.3495],[-4.701499, 50.3494],[-4.7018, 50.3492],[-4.7018, 50.3488],[-4.7017, 50.3483],[-4.7013, 50.3477],[-4.699501, 50.3463],[-4.698299, 50.3455],[-4.6981, 50.3452],[-4.6981, 50.3449],[-4.698299, 50.3444],[-4.6988, 50.3443],[-4.699399, 50.3445],[-4.7003, 50.3448],[-4.701401, 50.3450],[-4.7019, 50.3451],[-4.702499, 50.3451],[-4.703, 50.3449],[-4.703199, 50.3445],[-4.70330, 50.3441],[-4.70340, 50.3434],[-4.70340, 50.3431],[-4.703199, 50.3429],[-4.702899, 50.3429],[-4.702199, 50.3431],[-4.701601, 50.3433],[-4.701099, 50.3435],[-4.700399, 50.3436],[-4.699699, 50.3435],[-4.6993, 50.3433],[-4.6992, 50.3431],[-4.699399, 50.3428],[-4.699699, 50.3426],[-4.7003, 50.3424],[-4.701601, 50.3420],[-4.70240, 50.3417],[-4.703, 50.3414],[-4.704199, 50.3409],[-4.7055, 50.3404],[-4.706601, 50.3402],[-4.719999, 50.338],[-4.729199, 50.3371],[-4.7377, 50.3354],[-4.738999, 50.3351],[-4.7399, 50.3348],[-4.7417, 50.334],[-4.743299, 50.3331],[-4.7443, 50.3327],[-4.7456, 50.3324],[-4.7468, 50.3322],[-4.748, 50.3321],[-4.749501, 50.332],[-4.751, 50.3322],[-4.7515, 50.3322],[-4.752299, 50.332],[-4.753099, 50.3318],[-4.753701, 50.3318],[-4.7545, 50.3319],[-4.7553, 50.3323],[-4.756001, 50.3327],[-4.756499, 50.3328],[-4.756801, 50.3327],[-4.756899, 50.3325],[-4.756899, 50.3323],[-4.7567, 50.332],[-4.755899, 50.3314],[-4.75570, 50.3311],[-4.755599, 50.3308],[-4.75570, 50.3303],[-4.756001, 50.33],[-4.757199, 50.3291],[-4.7581, 50.3286],[-4.7591, 50.3282],[-4.76090, 50.3277],[-4.7613, 50.3275],[-4.7616, 50.3272],[-4.761899, 50.3268],[-4.762001, 50.3263],[-4.761899, 50.3261],[-4.7617, 50.3258],[-4.7613, 50.3255],[-4.7612, 50.3253],[-4.7612, 50.3249],[-4.7613, 50.3246],[-4.7616, 50.3243],[-4.7621, 50.3242],[-4.762899, 50.3243],[-4.763501, 50.3244],[-4.764101, 50.3243],[-4.764599, 50.3241],[-4.764999, 50.3238],[-4.765299, 50.3233],[-4.7655, 50.323],[-4.7659, 50.3227],[-4.766099, 50.3223],[-4.7663, 50.3214],[-4.7664, 50.3209],[-4.7664, 50.3204],[-4.766201, 50.3199],[-4.7656, 50.3191],[-4.765399, 50.3186],[-4.765399, 50.3179],[-4.765299, 50.3174],[-4.7649, 50.3168],[-4.7643, 50.3161],[-4.763999, 50.3158],[-4.763901, 50.3155],[-4.763901, 50.3149],[-4.7638, 50.3134],[-4.763599, 50.3127],[-4.76340, 50.3122],[-4.763, 50.3114],[-4.762499, 50.3107],[-4.7621, 50.3102],[-4.7616, 50.3098],[-4.76090, 50.3093],[-4.7603, 50.3089],[-4.7599, 50.3087],[-4.758901, 50.3083],[-4.757899, 50.308],[-4.755099, 50.3074],[-4.7546, 50.3071],[-4.754301, 50.3067],[-4.7542, 50.3061],[-4.7542, 50.3053],[-4.754301, 50.3047],[-4.7546, 50.304],[-4.75470, 50.3034],[-4.75470, 50.3027],[-4.7546, 50.3024],[-4.754399, 50.302],[-4.754, 50.3016],[-4.753099, 50.3010],[-4.752399, 50.3005],[-4.7521, 50.3002],[-4.7519, 50.2999],[-4.751801, 50.2995],[-4.7519, 50.299],[-4.7521, 50.2988],[-4.7526, 50.2986],[-4.752999, 50.2985],[-4.753701, 50.2984],[-4.7542, 50.2985],[-4.7546, 50.2987],[-4.7549, 50.2989],[-4.755099, 50.2993],[-4.755099, 50.3001],[-4.7553, 50.3004],[-4.755499, 50.3005],[-4.755899, 50.3004],[-4.756801, 50.3001],[-4.757999, 50.2996],[-4.7588, 50.2994],[-4.7596, 50.2994],[-4.760099, 50.2995],[-4.7606, 50.2997],[-4.761001, 50.3001],[-4.761499, 50.3009],[-4.76180, 50.3011],[-4.7623, 50.3012],[-4.7628, 50.3012],[-4.763299, 50.3010],[-4.7642, 50.3005],[-4.7652, 50.2998],[-4.7664, 50.2987],[-4.768, 50.2973],[-4.769, 50.2965],[-4.77, 50.2961],[-4.7707, 50.2957],[-4.771201, 50.2953],[-4.772099, 50.2944],[-4.7732, 50.2932],[-4.77400, 50.2927],[-4.775, 50.2921],[-4.775599, 50.2918],[-4.7762, 50.2916],[-4.7775, 50.2914],[-4.778901, 50.2913],[-4.780799, 50.2914],[-4.781499, 50.2907],[-4.7807, 50.2901],[-4.7802, 50.2896],[-4.780099, 50.2892],[-4.7802, 50.2887],[-4.7809, 50.2877],[-4.7821, 50.2863],[-4.7824, 50.2856],[-4.7824, 50.2849],[-4.7821, 50.2839],[-4.7816, 50.2826],[-4.781001, 50.2818],[-4.7802, 50.2811],[-4.779301, 50.2805],[-4.7775, 50.2797],[-4.7772, 50.2795],[-4.7771, 50.2792],[-4.777299, 50.2789],[-4.778399, 50.2782],[-4.779301, 50.2776],[-4.7803, 50.2769],[-4.7813, 50.2763],[-4.78270, 50.2752],[-4.783299, 50.2744],[-4.783501, 50.2737],[-4.7834, 50.273],[-4.7831, 50.2724],[-4.78270, 50.2719],[-4.781801, 50.2707],[-4.781899, 50.2704],[-4.7823, 50.2703],[-4.7828, 50.2704],[-4.7848, 50.2707],[-4.785399, 50.2706],[-4.7858, 50.2703],[-4.7859, 50.27],[-4.7858, 50.2696],[-4.7855, 50.2692],[-4.784999, 50.269],[-4.7837, 50.2689],[-4.782599, 50.2687],[-4.782199, 50.2685],[-4.781899, 50.2682],[-4.781801, 50.2678],[-4.781801, 50.2674],[-4.781899, 50.267],[-4.7821, 50.2668],[-4.782499, 50.2665],[-4.78270, 50.2661],[-4.7828, 50.2653],[-4.783, 50.2649],[-4.783599, 50.2642],[-4.784101, 50.2635],[-4.7843, 50.263],[-4.7844, 50.2626],[-4.7844, 50.2622],[-4.7843, 50.262],[-4.783901, 50.2618],[-4.781401, 50.2613],[-4.7807, 50.261],[-4.778501, 50.2598],[-4.777599, 50.2594],[-4.776401, 50.259],[-4.773099, 50.2583],[-4.77, 50.258],[-4.767799, 50.258],[-4.767099, 50.2579],[-4.7664, 50.2577],[-4.7659, 50.2575],[-4.7658, 50.2571],[-4.766099, 50.2568],[-4.766699, 50.2564],[-4.767399, 50.2562],[-4.7686, 50.256],[-4.7698, 50.2558],[-4.7701, 50.2555],[-4.770199, 50.2551],[-4.77, 50.2548],[-4.769501, 50.2545],[-4.768799, 50.2543],[-4.7685, 50.2541],[-4.7684, 50.2538],[-4.7686, 50.2535],[-4.769, 50.2532],[-4.7698, 50.2526],[-4.7707, 50.2519],[-4.771201, 50.2516],[-4.772099, 50.2514],[-4.773701, 50.2513],[-4.7745, 50.2512],[-4.7757, 50.251],[-4.776801, 50.2507],[-4.7779, 50.2503],[-4.7786, 50.25],[-4.7795, 50.2495],[-4.7807, 50.2488],[-4.781899, 50.248],[-4.7831, 50.2471],[-4.783999, 50.2465],[-4.784501, 50.246],[-4.7849, 50.2454],[-4.7851, 50.2447],[-4.7855, 50.2439],[-4.7864, 50.2426],[-4.786601, 50.242],[-4.7865, 50.2413],[-4.7863, 50.2409],[-4.7859, 50.2404],[-4.785299, 50.2400],[-4.784599, 50.2394],[-4.7838, 50.2389],[-4.782899, 50.2386],[-4.782001, 50.2384],[-4.7813, 50.2381],[-4.781099, 50.2379],[-4.781099, 50.2376],[-4.781401, 50.2373],[-4.78170, 50.2370],[-4.782199, 50.2366],[-4.7824, 50.2363],[-4.7828, 50.2354],[-4.783299, 50.2352],[-4.784599, 50.2351],[-4.7865, 50.2353],[-4.787399, 50.2352],[-4.789501, 50.2345],[-4.792799, 50.2333],[-4.7945, 50.2326],[-4.795199, 50.2322],[-4.796, 50.2315],[-4.7965, 50.2310],[-4.797, 50.2304],[-4.797599, 50.2294],[-4.7978, 50.2288],[-4.7978, 50.2280],[-4.797599, 50.2272],[-4.79740, 50.2264],[-4.7971, 50.2254],[-4.7966, 50.2239],[-4.7965, 50.2232],[-4.7965, 50.2221],[-4.7967, 50.2215],[-4.7971, 50.2209],[-4.79750, 50.2205],[-4.7981, 50.2200],[-4.798999, 50.2198],[-4.8003, 50.2196],[-4.8021, 50.2193],[-4.802999, 50.2192],[-4.803599, 50.2191],[-4.804101, 50.2191],[-4.8043, 50.2192],[-4.804399, 50.2194],[-4.8043, 50.2201],[-4.804399, 50.2206],[-4.804699, 50.2209],[-4.807001, 50.2221],[-4.807899, 50.2227],[-4.8085, 50.2233],[-4.8093, 50.2242],[-4.8098, 50.2250],[-4.810299, 50.2257],[-4.8109, 50.2263],[-4.811299, 50.2269],[-4.811699, 50.2278],[-4.81220, 50.2292],[-4.812399, 50.2296],[-4.812799, 50.23],[-4.81320, 50.2303],[-4.8139, 50.2306],[-4.8147, 50.2307],[-4.815599, 50.2309],[-4.8166, 50.2312],[-4.8178, 50.2316],[-4.8186, 50.2318],[-4.819399, 50.2319],[-4.820199, 50.2318],[-4.8216, 50.2316],[-4.8224, 50.2315],[-4.823299, 50.2313],[-4.8246, 50.2310],[-4.826001, 50.2309],[-4.8273, 50.2308],[-4.828501, 50.2309],[-4.8293, 50.2311],[-4.8297, 50.2314],[-4.8298, 50.2317],[-4.829899, 50.2323],[-4.8302, 50.2327],[-4.830699, 50.2331],[-4.831601, 50.2336],[-4.832001, 50.2338],[-4.8325, 50.2339],[-4.833099, 50.2338],[-4.834799, 50.2333],[-4.835599, 50.2329],[-4.836201, 50.2328],[-4.8369, 50.2328],[-4.83760, 50.2329],[-4.8379, 50.233],[-4.8385, 50.2334],[-4.839, 50.2339],[-4.8392, 50.2343],[-4.839301, 50.2347],[-4.8396, 50.2357],[-4.839799, 50.2361],[-4.8406, 50.2367],[-4.841499, 50.2371],[-4.8421, 50.2372],[-4.84270, 50.2372],[-4.8434, 50.2370],[-4.8438, 50.2367],[-4.8442, 50.2362],[-4.844501, 50.2357],[-4.8449, 50.2355],[-4.849199, 50.2355],[-4.851601, 50.2356],[-4.854101, 50.2358],[-4.8561, 50.2359],[-4.8591, 50.2358],[-4.860099, 50.236],[-4.860899, 50.2363],[-4.861401, 50.2364],[-4.86200, 50.2364],[-4.862599, 50.2362],[-4.8632, 50.236],[-4.863999, 50.2357],[-4.864699, 50.2354],[-4.8652, 50.2351],[-4.8659, 50.2343],[-4.866601, 50.2338],[-4.867499, 50.2333],[-4.8689, 50.2327],[-4.87060, 50.2319],[-4.8718, 50.2313],[-4.8723, 50.2309],[-4.8726, 50.2305],[-4.873, 50.2298],[-4.87330, 50.2293],[-4.8739, 50.2286],[-4.8744, 50.2280],[-4.874899, 50.2271],[-4.875599, 50.2260],[-4.876201, 50.2253],[-4.876601, 50.2250],[-4.877399, 50.2246],[-4.878099, 50.2243],[-4.878799, 50.2241],[-4.8796, 50.224],[-4.880799, 50.2241],[-4.881499, 50.2241],[-4.8821, 50.224],[-4.88280, 50.2237],[-4.883299, 50.2233],[-4.884399, 50.2218],[-4.8857, 50.2207],[-4.8863, 50.2203],[-4.887001, 50.2200],[-4.888501, 50.2195],[-4.8898, 50.2190],[-4.890399, 50.2187],[-4.891001, 50.2183],[-4.89150, 50.2178],[-4.8919, 50.2173],[-4.8923, 50.2166],[-4.892799, 50.2156],[-4.893099, 50.2152],[-4.8936, 50.2148],[-4.894501, 50.2141],[-4.89510, 50.2138],[-4.895899, 50.2138],[-4.896601, 50.2139],[-4.89760, 50.2142],[-4.898399, 50.2143],[-4.899301, 50.2142],[-4.900199, 50.2139],[-4.900899, 50.2135],[-4.90210, 50.2125],[-4.9031, 50.2115],[-4.903501, 50.2109],[-4.90370, 50.2104],[-4.90370, 50.2101],[-4.9036, 50.2099],[-4.9032, 50.2097],[-4.9022, 50.2093],[-4.901899, 50.209],[-4.9017, 50.2086],[-4.9017, 50.208],[-4.901899, 50.2076],[-4.9024, 50.207],[-4.9031, 50.2064],[-4.9041, 50.2059],[-4.905, 50.2057],[-4.9056, 50.2057],[-4.9066, 50.2059],[-4.9077, 50.2061],[-4.908501, 50.2063],[-4.908999, 50.2063],[-4.909599, 50.206],[-4.909999, 50.2054],[-4.9102, 50.2049],[-4.9102, 50.2044],[-4.909999, 50.2037],[-4.90990, 50.203],[-4.909999, 50.2022],[-4.9101, 50.2016],[-4.9102, 50.2011],[-4.910399, 50.2007],[-4.91080, 50.2003],[-4.911201, 50.2001],[-4.912199, 50.2],[-4.912799, 50.1998],[-4.91340, 50.1995],[-4.9147, 50.1988],[-4.916299, 50.198],[-4.917799, 50.1972],[-4.91850, 50.1969],[-4.919199, 50.1967],[-4.92, 50.1966],[-4.920599, 50.1968],[-4.921, 50.197],[-4.921299, 50.1974],[-4.921401, 50.1978],[-4.9215, 50.1994],[-4.921401, 50.2017],[-4.9216, 50.2022],[-4.921899, 50.2025],[-4.9225, 50.2027],[-4.9237, 50.2028],[-4.924399, 50.203],[-4.925, 50.2033],[-4.927599, 50.205],[-4.9284, 50.2054],[-4.9293, 50.2058],[-4.930399, 50.2062],[-4.9313, 50.2065],[-4.93260, 50.2068],[-4.9338, 50.207],[-4.9348, 50.2071],[-4.936601, 50.2072],[-4.938399, 50.2072],[-4.940499, 50.207],[-4.943099, 50.2067],[-4.945199, 50.2062],[-4.947599, 50.2056],[-4.949399, 50.2051],[-4.952001, 50.2042],[-4.9538, 50.2035],[-4.9558, 50.2026],[-4.957001, 50.2019],[-4.958099, 50.2012],[-4.960199, 50.1996],[-4.962699, 50.1974],[-4.965899, 50.1945],[-4.9666, 50.1939],[-4.967, 50.1934],[-4.9674, 50.1926],[-4.9677, 50.1917],[-4.967899, 50.1906],[-4.9678, 50.1894],[-4.9674, 50.1885],[-4.966499, 50.187],[-4.966499, 50.1866],[-4.9667, 50.1863],[-4.9671, 50.1862],[-4.967899, 50.1861],[-4.968901, 50.1863],[-4.970399, 50.1865],[-4.971001, 50.1864],[-4.971601, 50.1861],[-4.972199, 50.1855],[-4.9727, 50.1848],[-4.9731, 50.1838],[-4.9733, 50.1831],[-4.97340, 50.1823],[-4.97340, 50.1815],[-4.9733, 50.181],[-4.9731, 50.1807],[-4.972799, 50.1804],[-4.972099, 50.18],[-4.971401, 50.1797],[-4.9706, 50.1792],[-4.9705, 50.1789],[-4.9705, 50.1786],[-4.9713, 50.1778],[-4.9717, 50.1772],[-4.9723, 50.1760],[-4.972899, 50.1742],[-4.973199, 50.1726],[-4.9733, 50.1718],[-4.973199, 50.1710],[-4.973, 50.1699],[-4.972799, 50.1692],[-4.9724, 50.1678],[-4.972099, 50.1664],[-4.972099, 50.1657],[-4.972199, 50.1651],[-4.9724, 50.1645],[-4.972899, 50.1640],[-4.973599, 50.1637],[-4.974699, 50.1633],[-4.975399, 50.1628],[-4.976099, 50.1621],[-4.9768, 50.1612],[-4.977399, 50.1608],[-4.978099, 50.1605],[-4.97950, 50.1601],[-4.980299, 50.1597],[-4.981, 50.1593],[-4.9816, 50.1588],[-4.9822, 50.1581],[-4.9826, 50.1572],[-4.9828, 50.1561],[-4.9828, 50.1553],[-4.9825, 50.1545],[-4.9821, 50.1532],[-4.982, 50.1524],[-4.982299, 50.1517],[-4.982699, 50.1512],[-4.9833, 50.1508],[-4.98400, 50.1506],[-4.9853, 50.1504],[-4.986899, 50.1505],[-4.988599, 50.1506],[-4.9899, 50.1504],[-4.9909, 50.1502],[-4.992199, 50.1498],[-4.993501, 50.1493],[-4.9956, 50.1482],[-5.0001, 50.1453],[-5.00140, 50.1447],[-5.0026, 50.1442],[-5.003901, 50.1437],[-5.004399, 50.1433],[-5.00490, 50.1426],[-5.005799, 50.1415],[-5.006401, 50.141],[-5.007299, 50.1406],[-5.0082, 50.1405],[-5.009301, 50.1408],[-5.0107, 50.1414],[-5.011499, 50.1417],[-5.013999, 50.1419],[-5.0143, 50.1421],[-5.0144, 50.1425],[-5.014101, 50.1433],[-5.0138, 50.1441],[-5.013599, 50.1445],[-5.0138, 50.1453],[-5.014101, 50.1458],[-5.016001, 50.1483],[-5.016601, 50.149],[-5.0168, 50.1494],[-5.0168, 50.1498],[-5.0165, 50.1501],[-5.015399, 50.1505],[-5.013901, 50.1511],[-5.0128, 50.1517],[-5.011899, 50.1524],[-5.0112, 50.1532],[-5.010499, 50.1537],[-5.009799, 50.1541],[-5.0091, 50.1544],[-5.008501, 50.1545],[-5.007999, 50.1544],[-5.007599, 50.1542],[-5.00740, 50.1539],[-5.00750, 50.1536],[-5.007699, 50.1529],[-5.007899, 50.1524],[-5.007899, 50.152],[-5.007599, 50.1516],[-5.007, 50.1513],[-5.006401, 50.1512],[-5.005, 50.1513],[-5.0042, 50.1512],[-5.003399, 50.1509],[-5.0025, 50.1508],[-5.001699, 50.1508],[-5.0007, 50.1512],[-4.999899, 50.1526],[-4.99970, 50.1557],[-4.999199, 50.1564],[-4.998799, 50.1573],[-4.9986, 50.1581],[-4.9985, 50.1594],[-4.9986, 50.1607],[-4.9985, 50.1613],[-4.998099, 50.1617],[-4.997399, 50.1620],[-4.9964, 50.1621],[-4.9949, 50.1617],[-4.993701, 50.1613],[-4.992001, 50.1610],[-4.991001, 50.1611],[-4.989799, 50.1612],[-4.988901, 50.1612],[-4.9877, 50.1610],[-4.9867, 50.1611],[-4.986001, 50.1614],[-4.98560, 50.1619],[-4.985099, 50.1626],[-4.9846, 50.1629],[-4.984301, 50.1632],[-4.984301, 50.1634],[-4.9847, 50.1636],[-4.985199, 50.1636],[-4.98560, 50.1634],[-4.9863, 50.1628],[-4.987199, 50.1623],[-4.9878, 50.1621],[-4.9882, 50.1621],[-4.988901, 50.1622],[-4.989699, 50.1625],[-4.9903, 50.1625],[-4.991401, 50.1623],[-4.992099, 50.1622],[-4.99270, 50.1623],[-4.993199, 50.1626],[-4.993599, 50.1629],[-4.9942, 50.1631],[-4.995299, 50.1634],[-4.995699, 50.1636],[-4.9958, 50.1639],[-4.995699, 50.1642],[-4.995399, 50.1646],[-4.9949, 50.1649],[-4.994699, 50.1652],[-4.994501, 50.1656],[-4.994101, 50.1659],[-4.9934, 50.1662],[-4.9931, 50.1664],[-4.993, 50.1668],[-4.9928, 50.1671],[-4.992499, 50.1674],[-4.9924, 50.1677],[-4.9924, 50.1680],[-4.9928, 50.1682],[-4.993299, 50.1682],[-4.993999, 50.1680],[-4.9951, 50.1674],[-4.9965, 50.1672],[-4.997499, 50.1672],[-4.998799, 50.1676],[-4.999199, 50.1679],[-4.999599, 50.1684],[-4.999599, 50.1689],[-4.9994, 50.1693],[-4.9986, 50.1697],[-4.9976, 50.1699],[-4.9963, 50.1702],[-4.995299, 50.1707],[-4.9944, 50.1714],[-4.993501, 50.1723],[-4.992599, 50.1734],[-4.991899, 50.1755],[-4.991601, 50.1760],[-4.991001, 50.1765],[-4.989799, 50.1771],[-4.9887, 50.1775],[-4.987999, 50.178],[-4.98750, 50.1784],[-4.987299, 50.1787],[-4.987299, 50.1790],[-4.9877, 50.1793],[-4.9882, 50.1794],[-4.9887, 50.1792],[-4.989399, 50.1786],[-4.989999, 50.1781],[-4.990499, 50.1777],[-4.9909, 50.1775],[-4.9918, 50.1774],[-4.992899, 50.1773],[-4.993599, 50.1771],[-4.994501, 50.1765],[-4.9951, 50.1764],[-4.9955, 50.1764],[-4.995699, 50.1767],[-4.9956, 50.1771],[-4.994999, 50.1777],[-4.994599, 50.1784],[-4.9944, 50.1792],[-4.9944, 50.18],[-4.994699, 50.1809],[-4.9948, 50.1817],[-4.9948, 50.1826],[-4.9949, 50.1833],[-4.99520, 50.1837],[-4.9958, 50.184],[-4.996, 50.184],[-4.996099, 50.1838],[-4.996, 50.183],[-4.996099, 50.1827],[-4.9964, 50.1824],[-4.9965, 50.1821],[-4.9965, 50.1802],[-4.996601, 50.1792],[-4.997001, 50.1781],[-4.9973, 50.1772],[-4.997399, 50.1764],[-4.9972, 50.1758],[-4.996601, 50.1751],[-4.9963, 50.1747],[-4.996201, 50.1743],[-4.9963, 50.1738],[-4.997001, 50.1729],[-4.9977, 50.1721],[-4.9986, 50.1716],[-4.9998, 50.1715],[-5.000599, 50.1714],[-5.003099, 50.1712],[-5.004, 50.1712],[-5.004399, 50.1708],[-5.0045, 50.1704],[-5.004399, 50.1700],[-5.0042, 50.1694],[-5.003901, 50.1689],[-5.0035, 50.1686],[-5.0028, 50.1682],[-5.001201, 50.1670],[-5.0007, 50.1665],[-5.0005, 50.166],[-5.0004, 50.1657],[-5.0007, 50.1652],[-5.0011, 50.1647],[-5.0022, 50.1638],[-5.0033, 50.1629],[-5.0042, 50.1623],[-5.004301, 50.1621],[-5.004399, 50.1616],[-5.004301, 50.1611],[-5.004, 50.1601],[-5.003701, 50.1598],[-5.0032, 50.1593],[-5.003099, 50.1589],[-5.003099, 50.1584],[-5.0033, 50.1579],[-5.003799, 50.1574],[-5.004399, 50.1571],[-5.0053, 50.1569],[-5.0061, 50.1571],[-5.006499, 50.1574],[-5.0078, 50.1583],[-5.0087, 50.1587],[-5.009799, 50.1590],[-5.0107, 50.1592],[-5.011499, 50.1592],[-5.0124, 50.1590],[-5.0137, 50.1585],[-5.014699, 50.1582],[-5.0164, 50.1580],[-5.0179, 50.1576],[-5.019899, 50.1569],[-5.0211, 50.1564],[-5.021699, 50.1561],[-5.022399, 50.1559],[-5.02320, 50.1559],[-5.023701, 50.1560],[-5.024199, 50.1562],[-5.0251, 50.1571],[-5.0261, 50.1582],[-5.026401, 50.1590],[-5.026401, 50.1596],[-5.026299, 50.1603],[-5.0261, 50.1612],[-5.02580, 50.1619],[-5.0244, 50.1635],[-5.022799, 50.1653],[-5.022399, 50.1669],[-5.021801, 50.1689],[-5.021, 50.1702],[-5.020599, 50.1710],[-5.0205, 50.1718],[-5.020899, 50.1728],[-5.021201, 50.1736],[-5.021, 50.1747],[-5.0207, 50.1755],[-5.019599, 50.1765],[-5.0186, 50.1772],[-5.0184, 50.1785],[-5.0184, 50.1795],[-5.0189, 50.1807],[-5.019101, 50.1815],[-5.019, 50.1822],[-5.0186, 50.1828],[-5.0179, 50.1834],[-5.0169, 50.1841],[-5.0164, 50.1842],[-5.0158, 50.1841],[-5.015399, 50.1839],[-5.0152, 50.1836],[-5.0151, 50.183],[-5.0148, 50.1828],[-5.013901, 50.1828],[-5.0131, 50.183],[-5.012899, 50.1832],[-5.0127, 50.1835],[-5.0127, 50.1838],[-5.0127, 50.1843],[-5.0128, 50.1847],[-5.013599, 50.1849],[-5.0142, 50.1853],[-5.0144, 50.1859],[-5.0142, 50.1865],[-5.013599, 50.1875],[-5.013199, 50.1888],[-5.013199, 50.19],[-5.013501, 50.1903],[-5.013901, 50.19],[-5.0143, 50.1892],[-5.0148, 50.1885],[-5.015399, 50.188],[-5.015399, 50.1876],[-5.0155, 50.1866],[-5.0158, 50.1859],[-5.0169, 50.1853],[-5.017499, 50.1851],[-5.019501, 50.1845],[-5.021, 50.184],[-5.022799, 50.1833],[-5.023799, 50.1831],[-5.0246, 50.1832],[-5.025199, 50.1836],[-5.02580, 50.1847],[-5.0266, 50.187],[-5.026899, 50.1904],[-5.027, 50.1908],[-5.0279, 50.1924],[-5.0282, 50.1932],[-5.0282, 50.1941],[-5.028299, 50.1964],[-5.028501, 50.1974],[-5.0296, 50.1992],[-5.0309, 50.2011],[-5.031801, 50.2017],[-5.033, 50.2032],[-5.033599, 50.2039],[-5.0338, 50.2047],[-5.033599, 50.2053],[-5.0331, 50.2057],[-5.032001, 50.2061],[-5.0306, 50.2062],[-5.029301, 50.2058],[-5.027999, 50.2051],[-5.0271, 50.2046],[-5.0266, 50.2046],[-5.026401, 50.2048],[-5.026401, 50.2052],[-5.0266, 50.2056],[-5.0278, 50.2064],[-5.0282, 50.2069],[-5.028399, 50.2072],[-5.028299, 50.2076],[-5.0299, 50.2096],[-5.0303, 50.2097],[-5.030799, 50.2098],[-5.031099, 50.2102],[-5.0313, 50.2106],[-5.031899, 50.2126],[-5.0321, 50.2131],[-5.032499, 50.2134],[-5.033, 50.2136],[-5.033999, 50.2138],[-5.034999, 50.2138],[-5.0359, 50.2135],[-5.0369, 50.2132],[-5.0373, 50.2128],[-5.037499, 50.2125],[-5.037399, 50.2123],[-5.0369, 50.212],[-5.0356, 50.2114],[-5.035399, 50.211],[-5.0355, 50.2103],[-5.036001, 50.2094],[-5.03800, 50.2071],[-5.038799, 50.2063],[-5.0397, 50.2057],[-5.0404, 50.2055],[-5.0409, 50.2054],[-5.0414, 50.2055],[-5.043, 50.2066],[-5.044899, 50.2082],[-5.045599, 50.2089],[-5.046, 50.2091],[-5.046401, 50.2091],[-5.04660, 50.2089],[-5.04670, 50.2087],[-5.04670, 50.2083],[-5.04660, 50.208],[-5.0461, 50.2072],[-5.045499, 50.2065],[-5.044899, 50.2059],[-5.043701, 50.2051],[-5.0435, 50.2048],[-5.0433, 50.2043],[-5.043399, 50.2039],[-5.0436, 50.2035],[-5.04400, 50.2033],[-5.0447, 50.2032],[-5.045899, 50.2033],[-5.047299, 50.2033],[-5.0481, 50.2031],[-5.0491, 50.2027],[-5.0506, 50.2018],[-5.051801, 50.2009],[-5.052599, 50.2],[-5.054399, 50.1975],[-5.0548, 50.1969],[-5.056001, 50.1947],[-5.0564, 50.1946],[-5.057001, 50.1945],[-5.0576, 50.1946],[-5.0581, 50.1949],[-5.0583, 50.1952],[-5.0583, 50.1956],[-5.058, 50.1966],[-5.057199, 50.1989],[-5.057199, 50.1994],[-5.0573, 50.1997],[-5.0576, 50.2001],[-5.0585, 50.2006],[-5.059999, 50.2015],[-5.061601, 50.2023],[-5.0622, 50.2027],[-5.062699, 50.2032],[-5.0632, 50.204],[-5.0635, 50.2047],[-5.063701, 50.2055],[-5.064, 50.2071],[-5.064199, 50.2078],[-5.06500, 50.2092],[-5.0654, 50.2096],[-5.066, 50.2098],[-5.066801, 50.2098],[-5.0672, 50.2095],[-5.0678, 50.2085],[-5.068501, 50.2074],[-5.0692, 50.207],[-5.0699, 50.2069],[-5.0706, 50.2071],[-5.0731, 50.2085],[-5.0742, 50.2087],[-5.077899, 50.2088],[-5.079101, 50.2091],[-5.082001, 50.2108],[-5.0826, 50.2109],[-5.08320, 50.2108],[-5.083799, 50.2106],[-5.084101, 50.2104],[-5.084599, 50.2097],[-5.085, 50.2094],[-5.0854, 50.2093],[-5.086299, 50.2092],[-5.087299, 50.2093],[-5.089399, 50.2097],[-5.0931, 50.2104],[-5.09550, 50.2114],[-5.096401, 50.2117],[-5.0967, 50.2119],[-5.0968, 50.2122],[-5.097001, 50.2140],[-5.097199, 50.2146],[-5.0977, 50.2155],[-5.0981, 50.2161],[-5.098599, 50.2166],[-5.099199, 50.2170],[-5.1002, 50.2177],[-5.101, 50.2184],[-5.1018, 50.2191],[-5.1022, 50.2194],[-5.103799, 50.2211],[-5.104199, 50.2217],[-5.104599, 50.2223],[-5.1055, 50.2238],[-5.106201, 50.2248],[-5.106801, 50.2255],[-5.107699, 50.2263],[-5.107999, 50.2264],[-5.1083, 50.2263],[-5.108399, 50.2261],[-5.1082, 50.2257],[-5.10760, 50.2252],[-5.1071, 50.2246],[-5.1065, 50.2237],[-5.105599, 50.2221],[-5.105299, 50.2215],[-5.104899, 50.2207],[-5.1044, 50.2201],[-5.1029, 50.2187],[-5.1022, 50.2181],[-5.101, 50.2172],[-5.099999, 50.2164],[-5.099199, 50.2157],[-5.098599, 50.215],[-5.0983, 50.2145],[-5.0981, 50.2140],[-5.097899, 50.2128],[-5.0977, 50.2119],[-5.0977, 50.2115],[-5.0976, 50.2113],[-5.09730, 50.2109],[-5.0967, 50.2105],[-5.095699, 50.2099],[-5.0948, 50.2095],[-5.093501, 50.2091],[-5.0921, 50.2089],[-5.089, 50.2087],[-5.087699, 50.2085],[-5.087299, 50.2083],[-5.087299, 50.2081],[-5.087399, 50.2079],[-5.0878, 50.2078],[-5.0886, 50.2079],[-5.091899, 50.2082],[-5.0956, 50.2089],[-5.0983, 50.2095],[-5.0993, 50.2095],[-5.0994, 50.2093],[-5.099199, 50.2091],[-5.095699, 50.2084],[-5.0946, 50.208],[-5.0925, 50.2069],[-5.0917, 50.2067],[-5.09120, 50.2067],[-5.0886, 50.207],[-5.086401, 50.2073],[-5.085199, 50.2073],[-5.083701, 50.2071],[-5.0825, 50.2068],[-5.0819, 50.2067],[-5.0809, 50.2067],[-5.0801, 50.2068],[-5.0789, 50.207],[-5.07810, 50.2071],[-5.0773, 50.207],[-5.076499, 50.2068],[-5.0753, 50.2064],[-5.074501, 50.206],[-5.0742, 50.2056],[-5.073999, 50.205],[-5.073901, 50.2028],[-5.073599, 50.2022],[-5.0731, 50.2017],[-5.0725, 50.2012],[-5.0712, 50.2004],[-5.0682, 50.1992],[-5.0672, 50.1988],[-5.0665, 50.1984],[-5.0658, 50.1978],[-5.0651, 50.1975],[-5.0644, 50.1973],[-5.062799, 50.1971],[-5.0626, 50.1969],[-5.0626, 50.1959],[-5.0626, 50.1954],[-5.0625, 50.1949],[-5.062099, 50.1941],[-5.0615, 50.1933],[-5.060599, 50.1925],[-5.059899, 50.192],[-5.0585, 50.1914],[-5.0564, 50.1906],[-5.055099, 50.19],[-5.054501, 50.1896],[-5.054101, 50.1891],[-5.053501, 50.1881],[-5.0531, 50.1869],[-5.052999, 50.1863],[-5.053199, 50.1846],[-5.053299, 50.1834],[-5.053199, 50.1826],[-5.053599, 50.1816],[-5.0542, 50.1808],[-5.0548, 50.1803],[-5.055699, 50.1799],[-5.057199, 50.1795],[-5.0601, 50.1793],[-5.062001, 50.1794],[-5.063099, 50.1797],[-5.064199, 50.1802],[-5.0665, 50.1817],[-5.068399, 50.1827],[-5.071899, 50.1839],[-5.0737, 50.1844],[-5.07460, 50.1845],[-5.075099, 50.1845],[-5.075399, 50.1843],[-5.0753, 50.1839],[-5.073501, 50.182],[-5.072599, 50.1809],[-5.072199, 50.1806],[-5.071499, 50.1802],[-5.0707, 50.1798],[-5.069699, 50.1794],[-5.068501, 50.1791],[-5.0671, 50.1789],[-5.0639, 50.1786],[-5.062001, 50.1784],[-5.0605, 50.1782],[-5.057899, 50.1783],[-5.0555, 50.1786],[-5.0542, 50.1785],[-5.052999, 50.1783],[-5.0517, 50.1779],[-5.049699, 50.1773],[-5.0481, 50.1769],[-5.04670, 50.1766],[-5.0453, 50.1763],[-5.044199, 50.1759],[-5.043701, 50.1756],[-5.0435, 50.1753],[-5.0435, 50.1749],[-5.0445, 50.1725],[-5.0451, 50.1711],[-5.045599, 50.1703],[-5.0472, 50.1687],[-5.0478, 50.1680],[-5.0488, 50.1665],[-5.050799, 50.1644],[-5.053199, 50.1624],[-5.0543, 50.1619],[-5.055099, 50.1618],[-5.056201, 50.1620],[-5.0574, 50.1624],[-5.0584, 50.1628],[-5.059199, 50.163],[-5.05980, 50.163],[-5.0618, 50.1625],[-5.065499, 50.1624],[-5.0675, 50.1625],[-5.0679, 50.1626],[-5.0682, 50.1628],[-5.069399, 50.1643],[-5.070099, 50.1650],[-5.072001, 50.1661],[-5.073901, 50.1673],[-5.074699, 50.1675],[-5.075699, 50.1676],[-5.0769, 50.1675],[-5.077799, 50.1677],[-5.078501, 50.1681],[-5.079101, 50.1684],[-5.079999, 50.1685],[-5.082099, 50.1682],[-5.08320, 50.1680],[-5.083799, 50.1681],[-5.0847, 50.1685],[-5.085599, 50.1689],[-5.087299, 50.1697],[-5.088399, 50.1704],[-5.089, 50.1707],[-5.090099, 50.1710],[-5.0906, 50.1710],[-5.090899, 50.1708],[-5.0913, 50.1697],[-5.0916, 50.1693],[-5.091899, 50.1691],[-5.092599, 50.1689],[-5.09380, 50.169],[-5.0946, 50.1692],[-5.09550, 50.1696],[-5.096601, 50.1703],[-5.097799, 50.1708],[-5.09900, 50.1711],[-5.099599, 50.1711],[-5.099999, 50.1709],[-5.100299, 50.1707],[-5.100399, 50.1703],[-5.100299, 50.1700],[-5.099999, 50.1698],[-5.099599, 50.1696],[-5.0989, 50.1696],[-5.0981, 50.1694],[-5.0974, 50.1689],[-5.097001, 50.1684],[-5.0968, 50.1680],[-5.096499, 50.1675],[-5.096099, 50.1672],[-5.094999, 50.1670],[-5.0924, 50.1668],[-5.0911, 50.1666],[-5.0892, 50.1661],[-5.0876, 50.1655],[-5.086401, 50.1649],[-5.0857, 50.1644],[-5.08510, 50.1638],[-5.084599, 50.1628],[-5.0844, 50.1626],[-5.084, 50.1626],[-5.083399, 50.1627],[-5.082799, 50.1629],[-5.0825, 50.1634],[-5.0825, 50.1643],[-5.082399, 50.1648],[-5.082099, 50.1652],[-5.0815, 50.1654],[-5.0808, 50.1654],[-5.079999, 50.1653],[-5.0793, 50.1651],[-5.078599, 50.1648],[-5.078, 50.1644],[-5.0762, 50.1631],[-5.075699, 50.1628],[-5.074501, 50.1623],[-5.0737, 50.1619],[-5.072899, 50.1614],[-5.072599, 50.1611],[-5.072299, 50.1605],[-5.071899, 50.1594],[-5.0716, 50.1590],[-5.07110, 50.1586],[-5.07, 50.1579],[-5.069399, 50.1577],[-5.0686, 50.1575],[-5.068399, 50.1573],[-5.068299, 50.1568],[-5.068099, 50.1565],[-5.067699, 50.1563],[-5.066, 50.1554],[-5.064799, 50.154],[-5.063, 50.1523],[-5.0622, 50.1516],[-5.061601, 50.1512],[-5.0608, 50.1512],[-5.059999, 50.1514],[-5.059, 50.1519],[-5.0585, 50.1525],[-5.058, 50.1534],[-5.0576, 50.1536],[-5.056499, 50.1537],[-5.055799, 50.1539],[-5.055699, 50.1541],[-5.0559, 50.1544],[-5.0564, 50.1545],[-5.0576, 50.1545],[-5.057799, 50.1547],[-5.0577, 50.1549],[-5.057499, 50.155],[-5.056201, 50.1552],[-5.055699, 50.1553],[-5.055699, 50.1555],[-5.056201, 50.1557],[-5.056601, 50.1557],[-5.0577, 50.1557],[-5.057899, 50.1558],[-5.057899, 50.1560],[-5.0574, 50.1563],[-5.057099, 50.1563],[-5.05630, 50.1564],[-5.056099, 50.1565],[-5.056001, 50.1566],[-5.056201, 50.1568],[-5.056499, 50.1569],[-5.0574, 50.1571],[-5.0576, 50.1572],[-5.0576, 50.1574],[-5.057001, 50.1577],[-5.056601, 50.1578],[-5.055699, 50.1578],[-5.0549, 50.1578],[-5.053901, 50.1579],[-5.052999, 50.1579],[-5.052599, 50.1578],[-5.052499, 50.1576],[-5.05270, 50.1573],[-5.053999, 50.1567],[-5.0542, 50.1562],[-5.054101, 50.1554],[-5.053999, 50.155],[-5.05370, 50.1546],[-5.0534, 50.1543],[-5.052899, 50.154],[-5.0517, 50.1537],[-5.050499, 50.1539],[-5.05, 50.1541],[-5.0495, 50.1546],[-5.0491, 50.1555],[-5.0487, 50.1559],[-5.047999, 50.1563],[-5.0475, 50.1564],[-5.0471, 50.1562],[-5.046899, 50.1558],[-5.047, 50.1552],[-5.047699, 50.1542],[-5.047999, 50.1536],[-5.047999, 50.1533],[-5.0479, 50.1530],[-5.047599, 50.1527],[-5.04660, 50.1522],[-5.0461, 50.1517],[-5.0458, 50.1511],[-5.045499, 50.1507],[-5.0451, 50.1503],[-5.044301, 50.1498],[-5.04400, 50.1495],[-5.0432, 50.1484],[-5.042799, 50.1477],[-5.041601, 50.1449],[-5.041601, 50.1443],[-5.0418, 50.144],[-5.0423, 50.1438],[-5.042699, 50.1438],[-5.043399, 50.144],[-5.0458, 50.1453],[-5.0478, 50.1466],[-5.049301, 50.1477],[-5.0499, 50.1481],[-5.051001, 50.1486],[-5.0517, 50.1488],[-5.05270, 50.1489],[-5.0543, 50.1488],[-5.0556, 50.1485],[-5.058, 50.1478],[-5.061201, 50.147],[-5.0657, 50.1455],[-5.067, 50.1449],[-5.067699, 50.1443],[-5.068399, 50.1436],[-5.069399, 50.1428],[-5.070099, 50.1424],[-5.070799, 50.1421],[-5.0721, 50.1416],[-5.0732, 50.1414],[-5.074501, 50.1412],[-5.075099, 50.1411],[-5.07550, 50.1408],[-5.075799, 50.1405],[-5.0759, 50.1399],[-5.0759, 50.1393],[-5.075799, 50.1382],[-5.075699, 50.1377],[-5.075399, 50.1372],[-5.074999, 50.1368],[-5.0743, 50.1363],[-5.0737, 50.1359],[-5.0725, 50.1353],[-5.072199, 50.1351],[-5.072199, 50.1349],[-5.0724, 50.1347],[-5.0734, 50.1344],[-5.0749, 50.1341],[-5.075799, 50.1338],[-5.077499, 50.1331],[-5.080299, 50.1318],[-5.0808, 50.1314],[-5.0811, 50.131],[-5.0815, 50.13],[-5.0818, 50.1296],[-5.0822, 50.1293],[-5.083399, 50.1288],[-5.0861, 50.1279],[-5.088799, 50.1273],[-5.09030, 50.127],[-5.0916, 50.1269],[-5.0921, 50.1266],[-5.092299, 50.1263],[-5.0924, 50.126],[-5.092199, 50.1257],[-5.0917, 50.1254],[-5.0907, 50.1252],[-5.0899, 50.1249],[-5.089399, 50.1245],[-5.0891, 50.1241],[-5.088901, 50.1231],[-5.088901, 50.1222],[-5.089, 50.1212],[-5.0891, 50.1208],[-5.0896, 50.12],[-5.089799, 50.1195],[-5.0899, 50.1191],[-5.0899, 50.1180],[-5.09, 50.1174],[-5.09030, 50.1168],[-5.09030, 50.1163],[-5.090199, 50.1158],[-5.09, 50.1154],[-5.0897, 50.1150],[-5.089301, 50.1146],[-5.088799, 50.1142],[-5.0882, 50.1138],[-5.086801, 50.1132],[-5.084599, 50.1124],[-5.084, 50.1122],[-5.0826, 50.1119],[-5.0819, 50.1116],[-5.081299, 50.1112],[-5.081, 50.1109],[-5.0809, 50.1106],[-5.0811, 50.1101],[-5.0815, 50.1097],[-5.0823, 50.1094],[-5.083799, 50.1092],[-5.084799, 50.1091],[-5.0854, 50.1089],[-5.0858, 50.1087],[-5.086299, 50.1083],[-5.086801, 50.1078],[-5.089399, 50.1052],[-5.090099, 50.1046],[-5.0907, 50.1043],[-5.091401, 50.1040],[-5.091899, 50.1038],[-5.092999, 50.1036],[-5.0942, 50.1033],[-5.095099, 50.1030],[-5.095799, 50.1027],[-5.096601, 50.1022],[-5.0974, 50.1015],[-5.0981, 50.1013],[-5.099599, 50.1012],[-5.1008, 50.1012],[-5.1014, 50.0932],[-5.100599, 50.0926],[-5.099599, 50.0922],[-5.098599, 50.0919],[-5.0976, 50.0916],[-5.0968, 50.0914],[-5.0959, 50.0913],[-5.095099, 50.0913],[-5.093299, 50.0914],[-5.0928, 50.0912],[-5.0924, 50.091],[-5.091899, 50.0905],[-5.0917, 50.09],[-5.0917, 50.0896],[-5.091899, 50.089],[-5.092199, 50.0888],[-5.0932, 50.0887],[-5.0942, 50.0887],[-5.0949, 50.0888],[-5.0956, 50.089],[-5.097499, 50.0896],[-5.0981, 50.0897],[-5.0989, 50.0897],[-5.099699, 50.0896],[-5.1008, 50.0894],[-5.1035, 50.0885],[-5.104599, 50.0879],[-5.106201, 50.0873],[-5.108099, 50.0865],[-5.110499, 50.0855],[-5.11370, 50.0853],[-5.1149, 50.0852],[-5.115799, 50.0849],[-5.117199, 50.0842],[-5.117599, 50.0838],[-5.1177, 50.0835],[-5.1177, 50.0832],[-5.1174, 50.083],[-5.1168, 50.083],[-5.114999, 50.0837],[-5.113299, 50.0841],[-5.11120, 50.0844],[-5.1096, 50.0845],[-5.108701, 50.0847],[-5.107699, 50.0851],[-5.1069, 50.0854],[-5.10510, 50.0859],[-5.104101, 50.0864],[-5.1026, 50.0872],[-5.1018, 50.0876],[-5.101299, 50.0877],[-5.1008, 50.0877],[-5.1001, 50.0876],[-5.0983, 50.0868],[-5.097499, 50.0865],[-5.096601, 50.0863],[-5.0956, 50.0862],[-5.094399, 50.0862],[-5.0928, 50.0864],[-5.0917, 50.0866],[-5.0907, 50.0867],[-5.0895, 50.0868],[-5.0883, 50.0868],[-5.087699, 50.0867],[-5.087, 50.0864],[-5.084799, 50.0851],[-5.084199, 50.0848],[-5.08330, 50.0845],[-5.082399, 50.0844],[-5.081601, 50.0844],[-5.0808, 50.0844],[-5.079999, 50.0845],[-5.0793, 50.0847],[-5.0784, 50.0853],[-5.077099, 50.086],[-5.076499, 50.0862],[-5.076099, 50.0862],[-5.0759, 50.086],[-5.0762, 50.0851],[-5.0763, 50.0846],[-5.0763, 50.0841],[-5.0762, 50.0838],[-5.074999, 50.0826],[-5.0749, 50.082],[-5.074999, 50.0816],[-5.0752, 50.0811],[-5.07550, 50.0807],[-5.076401, 50.08],[-5.0767, 50.0796],[-5.0767, 50.0793],[-5.076401, 50.0787],[-5.076401, 50.0783],[-5.076499, 50.078],[-5.077001, 50.0777],[-5.077799, 50.0774],[-5.0783, 50.0771],[-5.078701, 50.0767],[-5.0789, 50.0762],[-5.07900, 50.0757],[-5.0789, 50.075],[-5.0788, 50.0741],[-5.078501, 50.073],[-5.078599, 50.0726],[-5.0788, 50.0717],[-5.079199, 50.0708],[-5.0793, 50.0702],[-5.0793, 50.0697],[-5.07900, 50.0694],[-5.0784, 50.0691],[-5.077499, 50.0688],[-5.076499, 50.0685],[-5.0756, 50.0684],[-5.074501, 50.0684],[-5.072999, 50.0687],[-5.071899, 50.0688],[-5.070499, 50.0688],[-5.069301, 50.0687],[-5.068099, 50.0685],[-5.0674, 50.0683],[-5.067, 50.0681],[-5.066201, 50.0677],[-5.0658, 50.0673],[-5.065599, 50.0668],[-5.0657, 50.0658],[-5.065599, 50.0652],[-5.065499, 50.0648],[-5.065199, 50.0644],[-5.064799, 50.064],[-5.0645, 50.0638],[-5.0636, 50.0634],[-5.061601, 50.0628],[-5.061, 50.0625],[-5.060599, 50.0622],[-5.0604, 50.0618],[-5.0604, 50.0612],[-5.0605, 50.0596],[-5.060599, 50.0588],[-5.0608, 50.0582],[-5.061201, 50.0577],[-5.0618, 50.0574],[-5.0626, 50.0572],[-5.063099, 50.0570],[-5.06330, 50.0567],[-5.06330, 50.0565],[-5.063099, 50.0563],[-5.062699, 50.0561],[-5.0619, 50.056],[-5.0605, 50.0559],[-5.0594, 50.0557],[-5.0585, 50.0552],[-5.057799, 50.055],[-5.057199, 50.0545],[-5.0569, 50.0541],[-5.0568, 50.0536],[-5.0568, 50.0532],[-5.057001, 50.0528],[-5.0573, 50.0524],[-5.058, 50.0520],[-5.059199, 50.0516],[-5.0602, 50.0513],[-5.063, 50.0505],[-5.064, 50.05],[-5.065199, 50.0492],[-5.0658, 50.0486],[-5.066299, 50.0480],[-5.0665, 50.0476],[-5.0666, 50.047],[-5.0666, 50.0460],[-5.0665, 50.0456],[-5.066201, 50.0451],[-5.066, 50.0448],[-5.0657, 50.0444],[-5.065599, 50.044],[-5.065599, 50.0436],[-5.066201, 50.0429],[-5.0667, 50.0422],[-5.067, 50.0420],[-5.0674, 50.0419],[-5.068099, 50.0418],[-5.068299, 50.0417],[-5.0687, 50.0414],[-5.069301, 50.0407],[-5.0695, 50.0402],[-5.0696, 50.0396],[-5.069399, 50.0387],[-5.0692, 50.0383],[-5.068299, 50.0376],[-5.068099, 50.0373],[-5.067999, 50.0370],[-5.068099, 50.0366],[-5.068399, 50.0363],[-5.068901, 50.0360],[-5.072899, 50.0352],[-5.0743, 50.0349],[-5.07810, 50.0337],[-5.081699, 50.033],[-5.084301, 50.033],[-5.0861, 50.0329],[-5.0875, 50.0326],[-5.088901, 50.0321],[-5.090099, 50.0315],[-5.09120, 50.0309],[-5.092999, 50.0298],[-5.094399, 50.0286],[-5.095399, 50.0277],[-5.0963, 50.0266],[-5.096601, 50.026],[-5.0967, 50.0254],[-5.096499, 50.0249],[-5.096099, 50.0246],[-5.0956, 50.0243],[-5.094699, 50.024],[-5.093501, 50.0238],[-5.0931, 50.0236],[-5.092899, 50.0234],[-5.0928, 50.0232],[-5.092899, 50.0228],[-5.0932, 50.0225],[-5.09380, 50.0224],[-5.0948, 50.0223],[-5.0953, 50.0221],[-5.09550, 50.0218],[-5.0956, 50.0215],[-5.0956, 50.021],[-5.095399, 50.0207],[-5.094999, 50.0202],[-5.0937, 50.0186],[-5.0932, 50.018],[-5.092899, 50.0176],[-5.0925, 50.0174],[-5.0916, 50.0171],[-5.091401, 50.0168],[-5.091401, 50.0165],[-5.091801, 50.0163],[-5.092299, 50.0163],[-5.093501, 50.0166],[-5.094399, 50.0165],[-5.094999, 50.0162],[-5.09550, 50.0157],[-5.096001, 50.0148],[-5.096499, 50.0131],[-5.09730, 50.0098],[-5.0976, 50.0093],[-5.098599, 50.0082],[-5.0993, 50.0072],[-5.099999, 50.006],[-5.100399, 50.0056],[-5.1009, 50.0055],[-5.102001, 50.0054],[-5.1043, 50.0057],[-5.105, 50.0057],[-5.105899, 50.0055],[-5.1069, 50.0051],[-5.1079, 50.0046],[-5.108901, 50.0039],[-5.1097, 50.0036],[-5.1106, 50.0034],[-5.11120, 50.0034],[-5.111899, 50.0036],[-5.1125, 50.0039],[-5.113901, 50.0054],[-5.1146, 50.0063],[-5.115099, 50.0066],[-5.115699, 50.0068],[-5.1174, 50.0071],[-5.118299, 50.0075],[-5.1189, 50.0078],[-5.119501, 50.0082],[-5.120399, 50.0091],[-5.1214, 50.0097],[-5.1218, 50.0099],[-5.1223, 50.01],[-5.122799, 50.01],[-5.123701, 50.0097],[-5.124501, 50.0093],[-5.125299, 50.0091],[-5.126299, 50.0089],[-5.1275, 50.0088],[-5.128701, 50.0088],[-5.1299, 50.0088],[-5.1307, 50.0087],[-5.131299, 50.0085],[-5.1316, 50.0082],[-5.1317, 50.0073],[-5.13200, 50.0069],[-5.132299, 50.0067],[-5.1328, 50.0066],[-5.133299, 50.0067],[-5.1337, 50.007],[-5.134399, 50.0079],[-5.1349, 50.0082],[-5.1357, 50.0085],[-5.1367, 50.0087],[-5.1378, 50.0088],[-5.146801, 50.0081],[-5.148799, 50.0078],[-5.1511, 50.0077],[-5.1524, 50.0078],[-5.1537, 50.0081],[-5.1556, 50.0084],[-5.1566, 50.0084],[-5.157899, 50.0082],[-5.159101, 50.0077],[-5.160699, 50.007],[-5.161601, 50.0067],[-5.163099, 50.0062],[-5.164101, 50.0056],[-5.1651, 50.0049],[-5.166, 50.0042],[-5.167099, 50.003],[-5.167699, 50.0021],[-5.1682, 50.0009],[-5.168701, 50.0005],[-5.168799, 50.0002],[-5.168701, 49.9999],[-5.1675, 49.9998],[-5.167099, 49.9996],[-5.16700, 49.9992],[-5.167399, 49.9987],[-5.169199, 49.9979],[-5.1695, 49.9976],[-5.16960, 49.9971],[-5.169, 49.9926],[-5.169, 49.9921],[-5.1691, 49.9915],[-5.1694, 49.9908],[-5.169899, 49.9902],[-5.1716, 49.989],[-5.174699, 49.9868],[-5.176499, 49.9850],[-5.178501, 49.9823],[-5.17920, 49.9816],[-5.179599, 49.9813],[-5.1802, 49.9810],[-5.182799, 49.9805],[-5.183599, 49.9802],[-5.184101, 49.9797],[-5.1843, 49.9794],[-5.184501, 49.9788],[-5.184999, 49.9766],[-5.1852, 49.9761],[-5.185599, 49.9757],[-5.186601, 49.9749],[-5.18690, 49.9745],[-5.187001, 49.9742],[-5.187001, 49.9738],[-5.18690, 49.9731],[-5.186601, 49.9725],[-5.185699, 49.9715],[-5.1848, 49.9704],[-5.184, 49.9691],[-5.183599, 49.9681],[-5.1834, 49.9672],[-5.1834, 49.9647],[-5.1835, 49.9641],[-5.1839, 49.9635],[-5.1851, 49.9627],[-5.186699, 49.9622],[-5.187799, 49.962],[-5.188701, 49.9621],[-5.189799, 49.9624],[-5.1916, 49.9631],[-5.192299, 49.9633],[-5.193399, 49.9634],[-5.194301, 49.9633],[-5.195099, 49.9631],[-5.195899, 49.9628],[-5.19660, 49.9622],[-5.1978, 49.9604],[-5.198901, 49.9595],[-5.1999, 49.9591],[-5.201001, 49.9588],[-5.2019, 49.9587],[-5.203199, 49.9587],[-5.204199, 49.9589],[-5.206601, 49.9596],[-5.2083, 49.9598],[-5.2094, 49.9597],[-5.211, 49.9595],[-5.211699, 49.9594],[-5.2125, 49.9596],[-5.212999, 49.96],[-5.2133, 49.9606],[-5.213399, 49.9621],[-5.213399, 49.9638],[-5.2133, 49.9649],[-5.213399, 49.9659],[-5.213799, 49.9671],[-5.2147, 49.9689],[-5.2153, 49.9697],[-5.215899, 49.9703],[-5.2166, 49.9709],[-5.217599, 49.9715],[-5.218501, 49.9718],[-5.2209, 49.9722],[-5.224, 49.9726],[-5.225399, 49.9731],[-5.2284, 49.9745],[-5.2293, 49.9747],[-5.23150, 49.9750],[-5.2335, 49.9757],[-5.2346, 49.9759],[-5.235799, 49.9760],[-5.236801, 49.9759],[-5.2387, 49.9752],[-5.239501, 49.9750],[-5.240399, 49.9749],[-5.2413, 49.9750],[-5.242099, 49.9753],[-5.2431, 49.9758],[-5.2438, 49.9763],[-5.2444, 49.9769],[-5.2451, 49.9779],[-5.246, 49.9794],[-5.246099, 49.9798],[-5.246099, 49.9802],[-5.2458, 49.9806],[-5.2449, 49.9812],[-5.2443, 49.9818],[-5.2439, 49.9829],[-5.243599, 49.9833],[-5.242199, 49.9845],[-5.242099, 49.9849],[-5.2423, 49.9853],[-5.242899, 49.9857],[-5.243999, 49.986],[-5.244999, 49.9861],[-5.249899, 49.9867],[-5.251699, 49.9871],[-5.252399, 49.9875],[-5.2529, 49.9880],[-5.253099, 49.9885],[-5.2532, 49.9891],[-5.253099, 49.9895],[-5.252699, 49.9900],[-5.250899, 49.991],[-5.2505, 49.9914],[-5.250199, 49.9921],[-5.2501, 49.9929],[-5.2504, 49.9936],[-5.2519, 49.9948],[-5.252699, 49.9954],[-5.252999, 49.9959],[-5.253099, 49.9966],[-5.252999, 49.9972],[-5.252699, 49.9976],[-5.251699, 49.9984],[-5.2511, 49.9989],[-5.251, 49.9991],[-5.2511, 49.9992],[-5.252299, 49.9994],[-5.2536, 49.9994],[-5.255099, 49.9992],[-5.255499, 49.999],[-5.2561, 49.9984],[-5.256801, 49.9982],[-5.2575, 49.9983],[-5.257999, 49.9984],[-5.258901, 49.9985],[-5.2603, 49.9986],[-5.2609, 49.9989],[-5.2613, 49.9992],[-5.2616, 49.9996],[-5.2648, 50.0002],[-5.266001, 50.0011],[-5.2665, 50.0017],[-5.266601, 50.0021],[-5.2665, 50.0025],[-5.266201, 50.0032],[-5.26630, 50.0036],[-5.267001, 50.0043],[-5.2677, 50.005],[-5.268, 50.0056],[-5.268099, 50.0061],[-5.268, 50.0067],[-5.267799, 50.0071],[-5.267001, 50.0076],[-5.266099, 50.008],[-5.2651, 50.0085],[-5.264501, 50.009],[-5.263599, 50.0099],[-5.2627, 50.0107],[-5.2623, 50.0112],[-5.2618, 50.012],[-5.261401, 50.0131],[-5.261099, 50.0134],[-5.260499, 50.0138],[-5.258999, 50.0146],[-5.258501, 50.0149],[-5.257999, 50.0153],[-5.2578, 50.0157],[-5.2578, 50.0161],[-5.257899, 50.0164],[-5.258901, 50.0168],[-5.259799, 50.0171],[-5.2606, 50.0174],[-5.2607, 50.0176],[-5.2606, 50.0179],[-5.2603, 50.0182],[-5.259799, 50.0186],[-5.2592, 50.0189],[-5.2587, 50.0192],[-5.2578, 50.0203],[-5.256801, 50.0214],[-5.2561, 50.0223],[-5.255599, 50.0232],[-5.255499, 50.0238],[-5.255899, 50.0244],[-5.257, 50.0251],[-5.2591, 50.026],[-5.259699, 50.0263],[-5.260499, 50.0268],[-5.2617, 50.0277],[-5.263299, 50.0291],[-5.264599, 50.0304],[-5.265299, 50.0314],[-5.2655, 50.0321],[-5.265399, 50.0325],[-5.2651, 50.0328],[-5.263199, 50.0334],[-5.2617, 50.0338],[-5.2609, 50.0342],[-5.26020, 50.0346],[-5.26, 50.0349],[-5.26, 50.0351],[-5.2603, 50.0352],[-5.2613, 50.0352],[-5.263, 50.0353],[-5.2649, 50.0351],[-5.2655, 50.0352],[-5.266099, 50.0355],[-5.2665, 50.0359],[-5.266699, 50.0363],[-5.266699, 50.0367],[-5.2664, 50.0376],[-5.26630, 50.0381],[-5.2665, 50.0386],[-5.267001, 50.0389],[-5.267499, 50.0391],[-5.2689, 50.0392],[-5.26980, 50.0392],[-5.270199, 50.0394],[-5.270299, 50.0396],[-5.270199, 50.0399],[-5.2697, 50.0405],[-5.269599, 50.0408],[-5.2697, 50.041],[-5.270299, 50.0415],[-5.270899, 50.0419],[-5.271699, 50.0423],[-5.272299, 50.0425],[-5.273399, 50.0426],[-5.277299, 50.0424],[-5.278299, 50.0427],[-5.2795, 50.0434],[-5.280799, 50.0444],[-5.281099, 50.0447],[-5.2812, 50.0450],[-5.281099, 50.0453],[-5.2809, 50.0456],[-5.2803, 50.0460],[-5.278901, 50.0469],[-5.277999, 50.0474],[-5.2774, 50.0479],[-5.2766, 50.0486],[-5.2757, 50.0493],[-5.2754, 50.0497],[-5.275199, 50.0501],[-5.2751, 50.0508],[-5.2754, 50.0513],[-5.2762, 50.0518],[-5.2766, 50.0521],[-5.276899, 50.0525],[-5.2774, 50.0536],[-5.2778, 50.0541],[-5.2782, 50.0545],[-5.278399, 50.0548],[-5.278501, 50.0551],[-5.2787, 50.056],[-5.2791, 50.0569],[-5.2796, 50.0577],[-5.2817, 50.0602],[-5.2837, 50.0623],[-5.284599, 50.0631],[-5.288701, 50.0662],[-5.2905, 50.0677],[-5.297, 50.0723],[-5.30730, 50.0786],[-5.3118, 50.0809],[-5.314101, 50.082],[-5.314899, 50.0822],[-5.316299, 50.0823],[-5.3167, 50.0824],[-5.316801, 50.0826],[-5.316801, 50.0829],[-5.31600, 50.0836],[-5.3154, 50.084],[-5.31510, 50.0843],[-5.314899, 50.0848],[-5.315, 50.0853],[-5.315199, 50.0856],[-5.315599, 50.0858],[-5.3161, 50.0859],[-5.316401, 50.0857],[-5.3165, 50.0853],[-5.3165, 50.0846],[-5.3167, 50.0842],[-5.3172, 50.0839],[-5.317699, 50.0837],[-5.318399, 50.0835],[-5.31950, 50.0834],[-5.320499, 50.0834],[-5.3216, 50.0836],[-5.322599, 50.084],[-5.323501, 50.0845],[-5.326401, 50.0868],[-5.327001, 50.0875],[-5.3276, 50.0885],[-5.328, 50.089],[-5.3289, 50.0897],[-5.330299, 50.0905],[-5.331699, 50.0912],[-5.333099, 50.0918],[-5.334101, 50.0921],[-5.336299, 50.0926],[-5.3386, 50.0928],[-5.341001, 50.0929],[-5.346099, 50.0928],[-5.3498, 50.0922],[-5.355199, 50.0909],[-5.357999, 50.0906],[-5.360499, 50.0904],[-5.361401, 50.0904],[-5.3621, 50.0906],[-5.362599, 50.091],[-5.3628, 50.0914],[-5.3632, 50.0924],[-5.3637, 50.0935],[-5.3642, 50.0941],[-5.364799, 50.0946],[-5.3653, 50.0949],[-5.366001, 50.0952],[-5.3667, 50.0953],[-5.368501, 50.0949],[-5.3694, 50.0947],[-5.3701, 50.0947],[-5.371099, 50.0949],[-5.3715, 50.0952],[-5.3718, 50.0955],[-5.372099, 50.0958],[-5.3727, 50.0967],[-5.373099, 50.0973],[-5.373799, 50.0979],[-5.3747, 50.0985],[-5.379799, 50.1011],[-5.381801, 50.102],[-5.3837, 50.1027],[-5.385099, 50.1031],[-5.3877, 50.1039],[-5.3888, 50.1042],[-5.390399, 50.1045],[-5.39180, 50.1046],[-5.3929, 50.1045],[-5.3936, 50.1044],[-5.394, 50.1042],[-5.394599, 50.1035],[-5.395299, 50.1027],[-5.396, 50.1024],[-5.396699, 50.1022],[-5.397699, 50.1021],[-5.3985, 50.1022],[-5.3994, 50.1025],[-5.401299, 50.1033],[-5.403299, 50.1044],[-5.404399, 50.1051],[-5.405099, 50.1054],[-5.4062, 50.1057],[-5.4078, 50.1058],[-5.4093, 50.1057],[-5.4106, 50.1055],[-5.411699, 50.1052],[-5.412899, 50.1047],[-5.413199, 50.1044],[-5.414101, 50.1027],[-5.414599, 50.1023],[-5.415599, 50.1021],[-5.4175, 50.1019],[-5.4207, 50.1008],[-5.4231, 50.1003],[-5.424301, 50.1000],[-5.4252, 50.0997],[-5.427299, 50.0985],[-5.4278, 50.0983],[-5.4281, 50.0985],[-5.428199, 50.0988],[-5.4281, 50.0993],[-5.4277, 50.1002],[-5.427199, 50.1010],[-5.427001, 50.1016],[-5.426801, 50.1028],[-5.426801, 50.1037],[-5.427001, 50.1045],[-5.427299, 50.1052],[-5.4278, 50.1058],[-5.428501, 50.1063],[-5.429399, 50.1067],[-5.4303, 50.1070],[-5.43190, 50.1073],[-5.4327, 50.1076],[-5.4334, 50.108],[-5.4338, 50.1085],[-5.4343, 50.1093],[-5.4348, 50.1098],[-5.437001, 50.1111],[-5.438799, 50.1120],[-5.441, 50.1128],[-5.442599, 50.1133],[-5.443501, 50.1135],[-5.444399, 50.1136],[-5.445899, 50.1134],[-5.44770, 50.1133],[-5.448599, 50.1134],[-5.44930, 50.1136],[-5.4498, 50.1138],[-5.450699, 50.1144],[-5.452001, 50.1150],[-5.452799, 50.1155],[-5.4531, 50.116],[-5.4533, 50.1174],[-5.453599, 50.1184],[-5.4539, 50.1189],[-5.454501, 50.1194],[-5.4551, 50.1197],[-5.4583, 50.1212],[-5.459301, 50.1218],[-5.459899, 50.1223],[-5.460299, 50.1227],[-5.460899, 50.1232],[-5.4621, 50.1239],[-5.4633, 50.1244],[-5.464301, 50.1246],[-5.4654, 50.1247],[-5.4667, 50.1246],[-5.4678, 50.1244],[-5.468999, 50.1241],[-5.470399, 50.124],[-5.4717, 50.124],[-5.472499, 50.1241],[-5.4734, 50.1243],[-5.474699, 50.1247],[-5.475299, 50.125],[-5.477499, 50.1264],[-5.479, 50.1273],[-5.479899, 50.1277],[-5.481201, 50.1281],[-5.4842, 50.1286],[-5.4888, 50.1293],[-5.491899, 50.1297],[-5.493299, 50.13],[-5.494599, 50.13],[-5.496201, 50.1298],[-5.500899, 50.1288],[-5.505099, 50.1278],[-5.5137, 50.1267],[-5.519501, 50.1264],[-5.522099, 50.1262],[-5.524, 50.1259],[-5.5265, 50.1254],[-5.528399, 50.1249],[-5.5299, 50.1243],[-5.5309, 50.1236],[-5.531499, 50.1229],[-5.5317, 50.1225],[-5.5317, 50.122],[-5.531499, 50.1215],[-5.53120, 50.121],[-5.5309, 50.1205],[-5.5309, 50.1201],[-5.53120, 50.1198],[-5.531499, 50.1197],[-5.53210, 50.1197],[-5.5324, 50.1197],[-5.532599, 50.1195],[-5.5327, 50.1191],[-5.532599, 50.1186],[-5.5324, 50.1181],[-5.532001, 50.1179],[-5.531499, 50.1178],[-5.5309, 50.1179],[-5.530399, 50.1182],[-5.530099, 50.1182],[-5.5299, 50.1179],[-5.529799, 50.1173],[-5.53, 50.1166],[-5.530099, 50.1159],[-5.530399, 50.1156],[-5.53120, 50.1152],[-5.532899, 50.1149],[-5.534501, 50.1147],[-5.5365, 50.1141],[-5.539199, 50.1135],[-5.542, 50.1128],[-5.544, 50.1120],[-5.545599, 50.1112],[-5.546801, 50.1105],[-5.547699, 50.1098],[-5.548399, 50.1091],[-5.5487, 50.1086],[-5.5488, 50.1084],[-5.548901, 50.1078],[-5.5492, 50.1073],[-5.549699, 50.1067],[-5.549799, 50.1064],[-5.549799, 50.1059],[-5.5496, 50.1054],[-5.549301, 50.105],[-5.5486, 50.1042],[-5.5481, 50.1036],[-5.547599, 50.1032],[-5.5471, 50.1030],[-5.5465, 50.1029],[-5.5447, 50.1029],[-5.5441, 50.1028],[-5.543799, 50.1026],[-5.5436, 50.1021],[-5.543701, 50.1012],[-5.5435, 50.1007],[-5.543099, 50.1002],[-5.5425, 50.0999],[-5.5415, 50.0993],[-5.54080, 50.0986],[-5.540299, 50.0979],[-5.5398, 50.0969],[-5.539199, 50.0954],[-5.538701, 50.0945],[-5.538199, 50.0937],[-5.537799, 50.0932],[-5.537001, 50.0926],[-5.535699, 50.0915],[-5.535299, 50.091],[-5.5349, 50.0904],[-5.534599, 50.0899],[-5.5344, 50.089],[-5.5343, 50.0883],[-5.5344, 50.0875],[-5.534599, 50.0868],[-5.534999, 50.086],[-5.535399, 50.0855],[-5.536601, 50.0844],[-5.537099, 50.0837],[-5.537399, 50.0831],[-5.538799, 50.0779],[-5.5419, 50.0725],[-5.5425, 50.0719],[-5.5433, 50.0714],[-5.5457, 50.0697],[-5.5471, 50.0686],[-5.54780, 50.068],[-5.5486, 50.0671],[-5.54950, 50.0659],[-5.550799, 50.0639],[-5.551499, 50.0631],[-5.5521, 50.0626],[-5.5542, 50.0616],[-5.5555, 50.0614],[-5.5568, 50.0615],[-5.5577, 50.0616],[-5.559899, 50.0624],[-5.5609, 50.0627],[-5.562001, 50.0628],[-5.562699, 50.0628],[-5.563399, 50.0626],[-5.563701, 50.0622],[-5.5639, 50.0615],[-5.5644, 50.0598],[-5.5646, 50.0593],[-5.565, 50.0588],[-5.5658, 50.0582],[-5.5667, 50.0577],[-5.568901, 50.0567],[-5.574999, 50.0537],[-5.5762, 50.0531],[-5.5776, 50.0528],[-5.578599, 50.0527],[-5.5814, 50.0532],[-5.582799, 50.0535],[-5.5839, 50.0536],[-5.5847, 50.0535],[-5.587999, 50.0522],[-5.5899, 50.0515],[-5.590799, 50.0514],[-5.591801, 50.0520],[-5.592999, 50.0526],[-5.5937, 50.0528],[-5.5946, 50.0529],[-5.5962, 50.053],[-5.598701, 50.053],[-5.6005, 50.0528],[-5.601601, 50.0526],[-5.6023, 50.0524],[-5.6029, 50.0521],[-5.604199, 50.0513],[-5.6064, 50.0498],[-5.607399, 50.0495],[-5.6083, 50.0493],[-5.6091, 50.0493],[-5.6099, 50.0494],[-5.6111, 50.0497],[-5.6134, 50.0502],[-5.613999, 50.0503],[-5.6149, 50.0502],[-5.6162, 50.05],[-5.6168, 50.0502],[-5.6173, 50.0507],[-5.617899, 50.0512],[-5.618599, 50.0513],[-5.6193, 50.0513],[-5.6202, 50.0511],[-5.621, 50.0508],[-5.6219, 50.0506],[-5.6229, 50.0506],[-5.6251, 50.0504],[-5.6258, 50.0502],[-5.626, 50.05],[-5.626201, 50.0491],[-5.626801000000002, 50.0485],[-5.62720, 50.0483],[-5.627699, 50.0482],[-5.628099, 50.0483],[-5.628701, 50.0484],[-5.629, 50.0484],[-5.6291, 50.0482],[-5.628901, 50.0478],[-5.628701, 50.0474],[-5.628399, 50.0464],[-5.628399, 50.0459],[-5.6286, 50.0453],[-5.6291, 50.0447],[-5.6297, 50.0443],[-5.6303, 50.0441],[-5.630899, 50.044],[-5.6317, 50.0443],[-5.632199, 50.0445],[-5.6328, 50.0446],[-5.633901, 50.0447],[-5.634699000000002, 50.0446],[-5.63500, 50.0444],[-5.6353, 50.0438],[-5.6359, 50.0427],[-5.6362, 50.0420],[-5.6366, 50.0415],[-5.637001, 50.0412],[-5.6374, 50.0412],[-5.637899, 50.0413],[-5.63840, 50.0417],[-5.63920, 50.0427],[-5.63980, 50.0432],[-5.641201, 50.0439],[-5.642499, 50.0446],[-5.643099, 50.0449],[-5.6435, 50.0450],[-5.644101, 50.0449],[-5.646, 50.0445],[-5.648799, 50.0441],[-5.64970, 50.044],[-5.6504, 50.0438],[-5.6508, 50.0436],[-5.65100, 50.0433],[-5.6511, 50.0423],[-5.651299, 50.0417],[-5.651801, 50.041],[-5.652299, 50.0405],[-5.652599, 50.0401],[-5.65290, 50.0395],[-5.653501, 50.0390],[-5.6542, 50.0387],[-5.654799, 50.0386],[-5.6556, 50.0386],[-5.656401, 50.0389],[-5.658199, 50.0396],[-5.6593, 50.0397],[-5.6601, 50.0396],[-5.66090, 50.0393],[-5.66190, 50.0387],[-5.662399, 50.0385],[-5.663199, 50.0383],[-5.6647, 50.0383],[-5.666, 50.0382],[-5.6676, 50.0381],[-5.668399, 50.038],[-5.6695, 50.0377],[-5.670599, 50.0374],[-5.671801, 50.0374],[-5.67220, 50.0373],[-5.672599, 50.0370],[-5.672699, 50.0366],[-5.6728, 50.0362],[-5.6729, 50.0358],[-5.6732, 50.0356],[-5.673901, 50.0355],[-5.674799, 50.0356],[-5.677999, 50.0358],[-5.678599, 50.0358],[-5.679399, 50.0360],[-5.6805, 50.0365],[-5.682199, 50.0375],[-5.683, 50.0378],[-5.684, 50.0382],[-5.6843, 50.0384],[-5.684599, 50.0388],[-5.684599, 50.0391],[-5.684501, 50.0394],[-5.684199, 50.0396],[-5.6833, 50.0398],[-5.683199, 50.0400],[-5.6833, 50.0403],[-5.68350, 50.0404],[-5.68480, 50.0408],[-5.686, 50.0413],[-5.6864, 50.0416],[-5.687001, 50.0428],[-5.6875, 50.0434],[-5.68800, 50.0438],[-5.689199, 50.0444],[-5.690599, 50.0454],[-5.6908, 50.0456],[-5.6908, 50.0459],[-5.690599, 50.0462],[-5.690199, 50.0465],[-5.689899, 50.0469],[-5.68960, 50.0475],[-5.689199, 50.0479],[-5.688799, 50.0483],[-5.68860, 50.0487],[-5.68860, 50.0491],[-5.688799, 50.0495],[-5.689199, 50.0498],[-5.689799, 50.0501],[-5.690499, 50.0503],[-5.691201, 50.0504],[-5.692999, 50.0505],[-5.69410, 50.0506],[-5.6945, 50.0508],[-5.694799, 50.0511],[-5.695, 50.0514],[-5.695199, 50.0520],[-5.695099, 50.0524],[-5.6949, 50.0528],[-5.694399, 50.0534],[-5.693501, 50.0544],[-5.6932, 50.0548],[-5.6932, 50.055],[-5.693299, 50.0551],[-5.693799, 50.0553],[-5.695, 50.0554],[-5.697599, 50.0555],[-5.7005, 50.0559],[-5.702099, 50.0562],[-5.702899, 50.0562],[-5.7039, 50.056],[-5.7048, 50.0559],[-5.7052, 50.056],[-5.705699, 50.0563],[-5.70600, 50.0567],[-5.70640, 50.0575],[-5.706699, 50.0578],[-5.707699, 50.0582],[-5.709199, 50.0588],[-5.7095, 50.059],[-5.70970, 50.0593],[-5.709799, 50.0597],[-5.71, 50.0611],[-5.71010, 50.0614],[-5.7104, 50.0617],[-5.711201, 50.0622],[-5.712999000000002, 50.0632],[-5.7141, 50.0641],[-5.715, 50.0651],[-5.715799, 50.0661],[-5.71620, 50.0668],[-5.716401, 50.0674],[-5.716499, 50.068],[-5.716401, 50.0684],[-5.71620, 50.0688],[-5.716001, 50.0691],[-5.7156, 50.0694],[-5.715, 50.0696],[-5.714301, 50.0698],[-5.7128, 50.0701],[-5.71200, 50.0704],[-5.711299, 50.0708],[-5.711, 50.071],[-5.710499, 50.0715],[-5.71010, 50.0722],[-5.709301, 50.0737],[-5.709101, 50.0743],[-5.709, 50.0751],[-5.709, 50.0762],[-5.709, 50.0773],[-5.708799, 50.0778],[-5.70830, 50.0783],[-5.7075, 50.0787],[-5.70640, 50.079],[-5.704999, 50.0793],[-5.70020, 50.0794],[-5.6987, 50.0795],[-5.697599, 50.0798],[-5.696001, 50.0804],[-5.695099, 50.0808],[-5.69420, 50.0813],[-5.6936, 50.0818],[-5.692999, 50.0824],[-5.6925, 50.083],[-5.6921, 50.0837],[-5.6917, 50.085],[-5.691299, 50.0877],[-5.6911, 50.0885],[-5.6908, 50.0891],[-5.69000, 50.0901],[-5.68960, 50.0908],[-5.689301, 50.0918],[-5.6894, 50.0928],[-5.689899, 50.0936],[-5.6904, 50.0941],[-5.691, 50.0946],[-5.691899, 50.0949],[-5.693999, 50.0951],[-5.6945, 50.0953],[-5.694699000000002, 50.0956],[-5.695, 50.0966],[-5.6953, 50.0973],[-5.695799, 50.0980],[-5.6971, 50.0993],[-5.6981, 50.1003],[-5.698299, 50.1008],[-5.6982, 50.1018],[-5.697899, 50.1033],[-5.697599, 50.1052],[-5.6977, 50.1061],[-5.6981, 50.1067],[-5.6984, 50.1077],[-5.6984, 50.1092],[-5.6982, 50.1108],[-5.6982, 50.1114],[-5.6984, 50.1119],[-5.698599, 50.1122],[-5.699699, 50.113],[-5.69990, 50.1133],[-5.700099, 50.1141],[-5.70030, 50.1175],[-5.7005, 50.1186],[-5.7009, 50.1193],[-5.701499, 50.12],[-5.702199, 50.1206],[-5.7038, 50.1216],[-5.7044, 50.1221],[-5.704899, 50.1227],[-5.705299, 50.1234],[-5.705699, 50.1244],[-5.7061, 50.1259],[-5.706601, 50.1266],[-5.70730, 50.127],[-5.708, 50.1271],[-5.7095, 50.127],[-5.71, 50.1272],[-5.710199, 50.1274],[-5.710199, 50.1279],[-5.71, 50.1284],[-5.7095, 50.1288],[-5.7089, 50.1291],[-5.707799, 50.1294],[-5.706201, 50.1295],[-5.7044, 50.1297],[-5.703701, 50.1301],[-5.7033, 50.1305],[-5.703, 50.1309],[-5.702799, 50.1314],[-5.702799, 50.1321],[-5.70310, 50.1326],[-5.703701, 50.1335],[-5.7039, 50.1345],[-5.7039, 50.135],[-5.703701, 50.1354],[-5.7034, 50.1357],[-5.702099, 50.1364],[-5.6992, 50.1377],[-5.6984, 50.1379],[-5.6971, 50.1379],[-5.696401, 50.138],[-5.69560, 50.1383],[-5.694699000000002, 50.1389],[-5.69420, 50.1394],[-5.693799, 50.1399],[-5.6936, 50.1403],[-5.693399, 50.1414],[-5.693399, 50.1424],[-5.6936, 50.1433],[-5.693999, 50.1457],[-5.693901000000002, 50.1469],[-5.693799, 50.1473],[-5.693501, 50.1477],[-5.6925, 50.1484],[-5.692, 50.1488],[-5.691801, 50.1491],[-5.6916, 50.1506],[-5.691299, 50.1512],[-5.690899, 50.1517],[-5.69000, 50.1523],[-5.686, 50.1545],[-5.682499000000002, 50.1569],[-5.68060, 50.1586],[-5.68020, 50.1591],[-5.679999, 50.1599],[-5.679699, 50.1603],[-5.6793, 50.1604],[-5.67770, 50.1606],[-5.677001, 50.1609],[-5.675399, 50.1618],[-5.6742, 50.1623],[-5.673501, 50.163],[-5.6732, 50.1636],[-5.6732, 50.1640],[-5.673299, 50.1646],[-5.67360, 50.1652],[-5.674301, 50.1659],[-5.674399, 50.1663],[-5.674301, 50.1667],[-5.67410, 50.1671],[-5.67360, 50.1675],[-5.67310, 50.1676],[-5.6725, 50.1676],[-5.671401, 50.1674],[-5.6708, 50.1672],[-5.6701, 50.1669],[-5.6691, 50.1665],[-5.6685, 50.1663],[-5.667799, 50.1661],[-5.6669, 50.1661],[-5.665599, 50.1661],[-5.664101, 50.1659],[-5.662399, 50.1655],[-5.66140, 50.1652],[-5.6606, 50.1651],[-5.659501, 50.1650],[-5.6588, 50.1651],[-5.65810, 50.1654],[-5.6578, 50.1657],[-5.657499, 50.1665],[-5.657199, 50.1670],[-5.656801, 50.1674],[-5.656099, 50.1677],[-5.655, 50.1681],[-5.652699, 50.1685],[-5.6503, 50.1688],[-5.647799, 50.169],[-5.645199, 50.1685],[-5.643701, 50.1683],[-5.641699, 50.1680],[-5.63940, 50.1679],[-5.6349, 50.1683],[-5.631001, 50.1688],[-5.6297, 50.1691],[-5.62850, 50.1695],[-5.627399, 50.1700],[-5.626801000000002, 50.1705],[-5.626299, 50.1712],[-5.6258, 50.1723],[-5.625199, 50.1730],[-5.6247, 50.1733],[-5.6229, 50.1740],[-5.6214, 50.1746],[-5.6209, 50.1749],[-5.620699, 50.1752],[-5.620699, 50.1756],[-5.621, 50.1759],[-5.621699, 50.1767],[-5.6218, 50.1771],[-5.6218, 50.1774],[-5.621601, 50.1777],[-5.620699, 50.1778],[-5.6198, 50.178],[-5.6194, 50.1783],[-5.619101, 50.1791],[-5.6188, 50.1795],[-5.618, 50.1801],[-5.6159, 50.1814],[-5.6153, 50.1818],[-5.6146, 50.182],[-5.613501, 50.1821],[-5.6128, 50.1822],[-5.612199, 50.1821],[-5.6116, 50.1819],[-5.610799, 50.1815],[-5.6099, 50.1813],[-5.6092, 50.1813],[-5.608799, 50.1814],[-5.6083, 50.1817],[-5.607999, 50.182],[-5.607999, 50.1824],[-5.608399, 50.1831],[-5.6091, 50.1837],[-5.6095, 50.1842],[-5.6097, 50.1847],[-5.6097, 50.1852],[-5.609399, 50.1858],[-5.609, 50.1863],[-5.6085, 50.1866],[-5.60790, 50.1867],[-5.607299, 50.1868],[-5.6064, 50.1867],[-5.6057, 50.1867],[-5.6051, 50.1868],[-5.604599, 50.1872],[-5.604101, 50.1877],[-5.603799, 50.1882],[-5.6036, 50.189],[-5.603199, 50.1896],[-5.602799, 50.19],[-5.6023, 50.1903],[-5.6015, 50.1906],[-5.6008, 50.191],[-5.6005, 50.1914],[-5.600399, 50.1917],[-5.600599, 50.1922],[-5.60180, 50.1931],[-5.602099, 50.1935],[-5.6022, 50.194],[-5.6022, 50.1943],[-5.6019, 50.1945],[-5.601601, 50.1946],[-5.601, 50.1946],[-5.600299, 50.1944],[-5.599699, 50.1941],[-5.599199, 50.1938],[-5.5988, 50.1934],[-5.5984, 50.1921],[-5.597899, 50.1905],[-5.5976, 50.1901],[-5.597099, 50.1897],[-5.596601, 50.1896],[-5.595799, 50.1895],[-5.5949, 50.1896],[-5.593999, 50.1899],[-5.593299, 50.1898],[-5.5928, 50.1896],[-5.5921, 50.189],[-5.5916, 50.189],[-5.5913, 50.1893],[-5.5912, 50.1911],[-5.5911, 50.1918],[-5.590799, 50.1923],[-5.59, 50.1926],[-5.589399, 50.1926],[-5.5878, 50.1919],[-5.5872, 50.1917],[-5.586699, 50.1919],[-5.586401, 50.1923],[-5.586299, 50.1927],[-5.5865, 50.1935],[-5.5866, 50.1941],[-5.5866, 50.1947],[-5.5865, 50.1952],[-5.586299, 50.1956],[-5.5858, 50.196],[-5.5851, 50.1962],[-5.58450, 50.1962],[-5.582699, 50.1953],[-5.582001, 50.1952],[-5.581601, 50.1953],[-5.5805, 50.1959],[-5.579599, 50.1961],[-5.578599, 50.1962],[-5.578199, 50.1963],[-5.5781, 50.1965],[-5.578, 50.1969],[-5.578599, 50.1981],[-5.579199, 50.1992],[-5.579199, 50.1995],[-5.579, 50.1998],[-5.57830, 50.2001],[-5.577099, 50.201],[-5.576499, 50.2013],[-5.576001, 50.2015],[-5.5752, 50.2016],[-5.574501, 50.2015],[-5.5741, 50.2012],[-5.573901, 50.201],[-5.5734, 50.2002],[-5.5731, 50.1999],[-5.5727, 50.1997],[-5.5721, 50.1995],[-5.571401, 50.1995],[-5.5707, 50.1996],[-5.5695, 50.2],[-5.5675, 50.2008],[-5.5647, 50.2019],[-5.564101, 50.2023],[-5.563099, 50.2033],[-5.562001, 50.2042],[-5.561201, 50.2047],[-5.5604, 50.205],[-5.5597, 50.205],[-5.558, 50.2049],[-5.5573, 50.205],[-5.5569, 50.2053],[-5.556499, 50.2058],[-5.5563, 50.2061],[-5.556201, 50.2067],[-5.5563, 50.2072],[-5.5569, 50.208],[-5.557099, 50.2084],[-5.557099, 50.2088],[-5.5568, 50.2093],[-5.556099, 50.2097],[-5.5553, 50.21],[-5.553901, 50.2103],[-5.552599, 50.2104],[-5.5517, 50.2106],[-5.5512, 50.2109],[-5.5509, 50.2115],[-5.550499, 50.2123],[-5.5502, 50.2128],[-5.549799, 50.2131],[-5.5492, 50.2132],[-5.547999, 50.2132],[-5.546401, 50.2129],[-5.544799, 50.2126],[-5.544199, 50.2126],[-5.543799, 50.2128],[-5.543399, 50.2133],[-5.543099, 50.2144],[-5.5429, 50.2149],[-5.542699, 50.2152],[-5.5423, 50.2155],[-5.5414, 50.2159],[-5.540299, 50.2165],[-5.539999, 50.2166],[-5.5394, 50.2167],[-5.538701, 50.2167],[-5.536601, 50.2159],[-5.533599, 50.2151],[-5.532599, 50.2149],[-5.53120, 50.2148],[-5.5279, 50.2149],[-5.524, 50.2152],[-5.522299, 50.2155],[-5.521699, 50.2157],[-5.521299, 50.2161],[-5.521, 50.2171],[-5.5207, 50.2175],[-5.520199, 50.2177],[-5.5197, 50.2176],[-5.51900, 50.2174],[-5.5179, 50.2169],[-5.517001, 50.2165],[-5.516201, 50.2162],[-5.5155, 50.2161],[-5.514599, 50.2161],[-5.5137, 50.2163],[-5.513199, 50.2165],[-5.511401, 50.2176],[-5.510499, 50.2182],[-5.509799, 50.2184],[-5.506899, 50.2182],[-5.506001, 50.2183],[-5.505499, 50.2185],[-5.504799, 50.2190],[-5.504, 50.2194],[-5.5033, 50.2196],[-5.501, 50.2200],[-5.500299, 50.2204],[-5.499501, 50.221],[-5.498701, 50.2215],[-5.498, 50.2217],[-5.497001, 50.2217],[-5.496, 50.2215],[-5.4952, 50.2212],[-5.494699, 50.2209],[-5.4944, 50.2206],[-5.4942, 50.2201],[-5.493701, 50.2190],[-5.493299, 50.2186],[-5.4927, 50.2182],[-5.4918, 50.218],[-5.490799, 50.2179],[-5.4891, 50.218],[-5.4882, 50.2179],[-5.4878, 50.2178],[-5.487299, 50.2175],[-5.487, 50.2172],[-5.486499, 50.2165],[-5.4862, 50.2162],[-5.485799, 50.2161],[-5.4849, 50.2161],[-5.483701, 50.2162],[-5.4825, 50.2164],[-5.4804, 50.2170],[-5.479599, 50.2174],[-5.479199, 50.2177],[-5.479, 50.2179],[-5.478701, 50.2184],[-5.4784, 50.2193],[-5.478099, 50.2197],[-5.4776, 50.2201],[-5.477001, 50.2203],[-5.4764, 50.2203],[-5.4758, 50.2202],[-5.4751, 50.2199],[-5.474599, 50.2195],[-5.4744, 50.2191],[-5.474199, 50.2183],[-5.474199, 50.2178],[-5.4743, 50.2170],[-5.474699, 50.2165],[-5.4752, 50.2158],[-5.4755, 50.2155],[-5.476, 50.2152],[-5.4765, 50.2152],[-5.477799, 50.2152],[-5.478099, 50.215],[-5.478099, 50.2145],[-5.4779, 50.2143],[-5.4769, 50.2136],[-5.476201, 50.2131],[-5.476, 50.2127],[-5.476, 50.2114],[-5.475599, 50.2107],[-5.4752, 50.2103],[-5.4744, 50.2098],[-5.4739, 50.2095],[-5.4734, 50.2092],[-5.472899, 50.209],[-5.472099, 50.2088],[-5.4712, 50.2087],[-5.470399, 50.2086],[-5.4699, 50.2084],[-5.469501, 50.2079],[-5.4691, 50.2071],[-5.468901, 50.2058],[-5.468501, 50.2031],[-5.467999, 50.2016],[-5.4671, 50.2008],[-5.466499, 50.2004],[-5.4656, 50.2],[-5.4642, 50.1997],[-5.4628, 50.1995],[-5.4597, 50.1993],[-5.455299, 50.1993],[-5.4547, 50.1992],[-5.454101, 50.1989],[-5.453701, 50.1986],[-5.4534, 50.1974],[-5.4531, 50.1969],[-5.4526, 50.1966],[-5.451601, 50.1964],[-5.45020, 50.1962],[-5.443501, 50.196],[-5.440499, 50.1957],[-5.4385, 50.1953],[-5.4372, 50.1949],[-5.4364, 50.1945],[-5.435599, 50.1937],[-5.4347, 50.1927],[-5.4339, 50.1915],[-5.4335, 50.1905],[-5.433199, 50.1902],[-5.432799, 50.1899],[-5.432099, 50.1897],[-5.4314, 50.1893],[-5.431001, 50.189],[-5.4309, 50.1885],[-5.431001, 50.1881],[-5.431201, 50.1879],[-5.4331, 50.187],[-5.434199, 50.1866],[-5.435299, 50.1862],[-5.435599, 50.1859],[-5.4358, 50.1856],[-5.4359, 50.185],[-5.435699, 50.1833],[-5.4359, 50.1824],[-5.4361, 50.182],[-5.4365, 50.1815],[-5.437001, 50.1812],[-5.4382, 50.1807],[-5.439101, 50.1803],[-5.4396, 50.18],[-5.4401, 50.1795],[-5.440199, 50.1792],[-5.440199, 50.1788],[-5.439899, 50.1784],[-5.4395, 50.1781],[-5.438701, 50.1778],[-5.437699, 50.1774],[-5.436201, 50.1772],[-5.4352, 50.1772],[-5.4343, 50.1775],[-5.433599, 50.1778],[-5.4326, 50.1784],[-5.4317, 50.1791],[-5.431099, 50.1798],[-5.4306, 50.1805],[-5.430399, 50.1812],[-5.4303, 50.1817],[-5.4305, 50.1823],[-5.431499, 50.1832],[-5.432199, 50.1839],[-5.432499, 50.1844],[-5.4326, 50.1849],[-5.432499, 50.1852],[-5.432199, 50.1857],[-5.4317, 50.1861],[-5.4302, 50.1868],[-5.428901, 50.1874],[-5.428199, 50.1879],[-5.4278, 50.1884],[-5.4277, 50.1889],[-5.427999, 50.1894],[-5.4299, 50.1906],[-5.4317, 50.1915],[-5.432001, 50.1916],[-5.432099, 50.1919],[-5.43190, 50.192],[-5.431601, 50.1921],[-5.4302, 50.1916],[-5.428999, 50.1911],[-5.42840, 50.1908],[-5.427599, 50.1901],[-5.427299, 50.1899],[-5.426499, 50.1897],[-5.426001, 50.1894],[-5.425399, 50.1889],[-5.424799, 50.1883],[-5.423999, 50.1873],[-5.423501, 50.1868],[-5.422699, 50.1863],[-5.421801, 50.1858],[-5.421, 50.1856],[-5.420599, 50.1857],[-5.4203, 50.186],[-5.4201, 50.1865],[-5.42, 50.1869],[-5.420199, 50.1875],[-5.420599, 50.1878],[-5.4211, 50.188],[-5.421201, 50.1882],[-5.4208, 50.1887],[-5.419899, 50.1893],[-5.418701, 50.1898],[-5.4165, 50.1908],[-5.414999, 50.1915],[-5.4143, 50.1917],[-5.412001, 50.192],[-5.409999, 50.1924],[-5.4081, 50.1929],[-5.4074, 50.1933],[-5.407001, 50.1938],[-5.407001, 50.1942],[-5.4071, 50.1945],[-5.4074, 50.1949],[-5.407899, 50.1953],[-5.408299, 50.1954],[-5.40920, 50.195],[-5.4098, 50.1947],[-5.4108, 50.1944],[-5.411699, 50.1945],[-5.412399, 50.1946],[-5.413, 50.1945],[-5.4135, 50.1943],[-5.4147, 50.1939],[-5.4165, 50.1932],[-5.418, 50.1924],[-5.42, 50.1913],[-5.4208, 50.1907],[-5.421299, 50.1903],[-5.421801, 50.1897],[-5.422, 50.1895],[-5.422299, 50.1895],[-5.4228, 50.1901],[-5.4236, 50.1907],[-5.4242, 50.191],[-5.4253, 50.1914],[-5.4274, 50.1921],[-5.4305, 50.1925],[-5.4314, 50.1928],[-5.4323, 50.1932],[-5.432799, 50.1935],[-5.4335, 50.194],[-5.434101, 50.1946],[-5.4344, 50.195],[-5.4344, 50.1953],[-5.434199, 50.1956],[-5.433599, 50.196],[-5.4317, 50.1966],[-5.431201, 50.1969],[-5.4306, 50.1973],[-5.42930, 50.199],[-5.428299, 50.2],[-5.4277, 50.2004],[-5.426801, 50.2008],[-5.425799, 50.2011],[-5.42320, 50.2018],[-5.421801, 50.2023],[-5.4211, 50.2026],[-5.419899, 50.2032],[-5.4183, 50.2042],[-5.4135, 50.2074],[-5.411699, 50.2085],[-5.409501, 50.21],[-5.407599, 50.2115],[-5.403501, 50.2152],[-5.402599, 50.2162],[-5.401, 50.2178],[-5.398399, 50.221],[-5.39700, 50.2230],[-5.395899, 50.2247],[-5.3955, 50.2252],[-5.394599, 50.2261],[-5.3939, 50.2265],[-5.3935, 50.227],[-5.393099, 50.2277],[-5.3926, 50.2283],[-5.3922, 50.2290],[-5.39180, 50.2301],[-5.3915, 50.2306],[-5.3906, 50.2316],[-5.390299, 50.2323],[-5.391001, 50.2327],[-5.391201, 50.233],[-5.3913, 50.2334],[-5.3913, 50.2338],[-5.391001, 50.2344],[-5.391001, 50.2347],[-5.391201, 50.235],[-5.3919, 50.2354],[-5.3922, 50.2358],[-5.392399, 50.2362],[-5.39270, 50.2368],[-5.393, 50.2374],[-5.3935, 50.2379],[-5.394199, 50.2387],[-5.394501, 50.2392],[-5.3947, 50.2397],[-5.3948, 50.2403],[-5.3948, 50.2408],[-5.3947, 50.2412],[-5.39440, 50.2416],[-5.394, 50.2418],[-5.3933, 50.242],[-5.3926, 50.2423],[-5.392001, 50.2424],[-5.391201, 50.2423],[-5.3901, 50.2419],[-5.3894, 50.2415],[-5.388999, 50.2415],[-5.388599, 50.2417],[-5.388, 50.2422],[-5.3877, 50.2424],[-5.387001, 50.2425],[-5.386499, 50.2424],[-5.385399, 50.2418],[-5.3849, 50.2417],[-5.384501, 50.2417],[-5.383999, 50.2419],[-5.382999, 50.2424],[-5.381401, 50.2437],[-5.3804, 50.2443],[-5.378701, 50.2451],[-5.378099, 50.2453],[-5.377399, 50.2453],[-5.376801, 50.2452],[-5.376299, 50.2449],[-5.376, 50.2445],[-5.375899, 50.2433],[-5.3758, 50.2428],[-5.375299, 50.2422],[-5.374599, 50.2417],[-5.3739, 50.2414],[-5.3734, 50.2409],[-5.3727, 50.2395],[-5.372099, 50.2386],[-5.371699, 50.2384],[-5.371201, 50.2383],[-5.3708, 50.2382],[-5.3694, 50.2381],[-5.368299, 50.2377],[-5.367599, 50.2376],[-5.3668, 50.2377],[-5.3663, 50.2379],[-5.365799, 50.2383],[-5.3653, 50.2387],[-5.364699, 50.2389],[-5.364301, 50.239],[-5.363299, 50.2389],[-5.3624, 50.239],[-5.36130, 50.2393],[-5.360099, 50.2398],[-5.358701, 50.2403],[-5.3575, 50.2408],[-5.356201, 50.2415],[-5.355299, 50.2417],[-5.3545, 50.2417],[-5.3529, 50.2415],[-5.351699, 50.2413],[-5.350599, 50.241],[-5.3498, 50.2406],[-5.349, 50.2403],[-5.3483, 50.2403],[-5.3476, 50.2402],[-5.3467, 50.2400],[-5.345799, 50.2398],[-5.344399, 50.2392],[-5.3434, 50.239],[-5.3424, 50.239],[-5.341499, 50.2392],[-5.3399, 50.2397],[-5.337399, 50.2406],[-5.3325, 50.2428],[-5.32980, 50.2435],[-5.325399, 50.2452],[-5.3234, 50.2465],[-5.320399, 50.249],[-5.318799, 50.2502],[-5.317599, 50.2505],[-5.3161, 50.2506],[-5.3146, 50.2509],[-5.313701, 50.2514],[-5.312799, 50.2526],[-5.312001, 50.2537],[-5.3119, 50.2542],[-5.312001, 50.2555],[-5.312001, 50.2559],[-5.3119, 50.2561],[-5.311601, 50.2562],[-5.3109, 50.2562],[-5.3102, 50.2562],[-5.309599, 50.2564],[-5.3093, 50.2569],[-5.3089, 50.2581],[-5.308599, 50.2585],[-5.3083, 50.2587],[-5.30740, 50.2592],[-5.304501, 50.2601],[-5.3034, 50.2605],[-5.302499, 50.261],[-5.301899, 50.2615],[-5.301499, 50.2625],[-5.301099, 50.2631],[-5.300799, 50.2634],[-5.3, 50.2636],[-5.298399, 50.2634],[-5.297, 50.263],[-5.2958, 50.2624],[-5.295199, 50.2623],[-5.2945, 50.2623],[-5.2941, 50.2624],[-5.2936, 50.2627],[-5.292799, 50.2633],[-5.2922, 50.264],[-5.2919, 50.2642],[-5.2915, 50.2641],[-5.291, 50.2634],[-5.2904, 50.2627],[-5.289999, 50.2625],[-5.289599, 50.2628],[-5.289599, 50.2633],[-5.289999, 50.264],[-5.2908, 50.2648],[-5.2908, 50.2652],[-5.290599, 50.2655],[-5.2901, 50.2656],[-5.2893, 50.2655],[-5.288, 50.2651],[-5.2868, 50.2651],[-5.28550, 50.2654],[-5.284999, 50.2656],[-5.284501, 50.266],[-5.284101, 50.2665],[-5.284101, 50.267],[-5.284501, 50.2675],[-5.285299, 50.2681],[-5.2859, 50.2684],[-5.2864, 50.2687],[-5.2865, 50.2689],[-5.2864, 50.2692],[-5.285399, 50.2695],[-5.283501, 50.2701],[-5.2828, 50.2704],[-5.2821, 50.2713],[-5.281401, 50.2719],[-5.28, 50.2727],[-5.2787, 50.2732],[-5.278299, 50.2735],[-5.2779, 50.274],[-5.2774, 50.2744],[-5.274799, 50.2752],[-5.267499, 50.2763],[-5.2634, 50.2765],[-5.2627, 50.2767],[-5.262499, 50.2769],[-5.2623, 50.2774],[-5.262199, 50.2776],[-5.261899, 50.2777],[-5.2607, 50.2776],[-5.26020, 50.2776],[-5.259799, 50.2778],[-5.2596, 50.2781],[-5.2596, 50.2785],[-5.259699, 50.2788],[-5.2609, 50.2797],[-5.261099, 50.2800],[-5.261001, 50.2804],[-5.2607, 50.2807],[-5.2588, 50.2811],[-5.255499, 50.282],[-5.254399, 50.2821],[-5.252, 50.282],[-5.251201, 50.2821],[-5.2501, 50.2826],[-5.2483, 50.2834],[-5.247001, 50.2839],[-5.2456, 50.2844],[-5.245299, 50.2847],[-5.2451, 50.2851],[-5.2451, 50.2860],[-5.244999, 50.2870],[-5.2448, 50.2873],[-5.2443, 50.2876],[-5.2424, 50.2879],[-5.242001, 50.2882],[-5.2417, 50.2887],[-5.241601, 50.2892],[-5.2417, 50.2898],[-5.242099, 50.2908],[-5.242099, 50.2914],[-5.242001, 50.2919],[-5.2412, 50.2931],[-5.239399, 50.2953],[-5.238501, 50.2961],[-5.2381, 50.2966],[-5.237999, 50.2971],[-5.2381, 50.2980],[-5.237899, 50.2985],[-5.237599, 50.299],[-5.237, 50.2996],[-5.236001, 50.3003],[-5.2346, 50.3013],[-5.234, 50.3018],[-5.233901, 50.3024],[-5.23410, 50.3038],[-5.234, 50.3046],[-5.233701, 50.3054],[-5.233399, 50.3062],[-5.2335, 50.3072],[-5.234, 50.3089],[-5.234, 50.3097],[-5.233799, 50.3105],[-5.2336, 50.3115],[-5.2336, 50.3127],[-5.233901, 50.3145],[-5.234301, 50.3164],[-5.234399, 50.3177],[-5.23420, 50.3186],[-5.233901, 50.3191],[-5.2335, 50.3195],[-5.2328, 50.3198],[-5.231699, 50.32],[-5.229199, 50.32],[-5.227499, 50.3201],[-5.226699, 50.3202],[-5.225699, 50.3205],[-5.224199, 50.3212],[-5.222199, 50.3222],[-5.221601, 50.3224],[-5.220099, 50.3226],[-5.2192, 50.3225],[-5.217999, 50.3223],[-5.2163, 50.3219],[-5.2153, 50.3218],[-5.2111, 50.3216],[-5.2072, 50.3216],[-5.2061, 50.3219],[-5.204899, 50.3223],[-5.204101, 50.3223],[-5.2034, 50.3222],[-5.202799, 50.3218],[-5.202199, 50.3213],[-5.2018, 50.3208],[-5.201401, 50.3206],[-5.2009, 50.3206],[-5.2005, 50.3207],[-5.198999, 50.3213],[-5.19750, 50.3222],[-5.1961, 50.323],[-5.1957, 50.3234],[-5.1956, 50.3237],[-5.1956, 50.3245],[-5.195499, 50.3249],[-5.195199, 50.3254],[-5.194399, 50.326],[-5.1937, 50.3264],[-5.190899, 50.3276],[-5.190199, 50.3282],[-5.189199, 50.3299],[-5.1889, 50.3302],[-5.18790, 50.3305],[-5.187699, 50.3307],[-5.187799, 50.331],[-5.1882, 50.3314],[-5.1885, 50.3318],[-5.1886, 50.3322],[-5.1885, 50.3326],[-5.1882, 50.3329],[-5.186601, 50.3339],[-5.185599, 50.3342],[-5.184501, 50.3344],[-5.182001, 50.3345],[-5.181201, 50.3345],[-5.180399, 50.3346],[-5.179699, 50.335],[-5.179501, 50.3354],[-5.179501, 50.3360],[-5.179999, 50.3385],[-5.180399, 50.3407],[-5.1802, 50.3412],[-5.1798, 50.3415],[-5.1771, 50.3419],[-5.173999, 50.3421],[-5.1724, 50.3422],[-5.171201, 50.3423],[-5.1701, 50.3426],[-5.169199, 50.3431],[-5.16860, 50.3435],[-5.1675, 50.3446],[-5.1669, 50.3452],[-5.1664, 50.3456],[-5.165599, 50.3459],[-5.164, 50.3461],[-5.163199, 50.3461],[-5.1627, 50.3463],[-5.1623, 50.3466],[-5.161601, 50.3473],[-5.161099, 50.3476],[-5.1605, 50.3477],[-5.1594, 50.3478],[-5.158999, 50.3479],[-5.158501, 50.3481],[-5.157599, 50.3486],[-5.157001, 50.3486],[-5.156499, 50.3485],[-5.156001, 50.3481],[-5.155499, 50.3477],[-5.1549, 50.3476],[-5.154301, 50.3476],[-5.1538, 50.3477],[-5.1528, 50.3483],[-5.152299, 50.3486],[-5.152, 50.3487],[-5.1507, 50.3488],[-5.150499, 50.349],[-5.150599, 50.3492],[-5.1508, 50.3494],[-5.151299, 50.3495],[-5.153299, 50.3494],[-5.1537, 50.3495],[-5.153999, 50.3497],[-5.1541, 50.3500],[-5.1542, 50.3506],[-5.1541, 50.3517],[-5.153901, 50.3526],[-5.1536, 50.3539],[-5.1528, 50.3563],[-5.150599, 50.3607],[-5.1501, 50.3621],[-5.149799, 50.3633],[-5.1495, 50.3649],[-5.149, 50.3685],[-5.1486, 50.3699],[-5.147299, 50.3729],[-5.147, 50.3736],[-5.146801, 50.3746],[-5.1469, 50.3756],[-5.1472, 50.3764],[-5.147699, 50.3771],[-5.1483, 50.3776],[-5.149799, 50.3782],[-5.152999, 50.3792],[-5.154699, 50.3799],[-5.1556, 50.3804],[-5.155799, 50.3807],[-5.155799, 50.381],[-5.1557, 50.3812],[-5.1552, 50.3813],[-5.1536, 50.3817],[-5.1525, 50.3819],[-5.1512, 50.3819],[-5.150499, 50.3821],[-5.150199, 50.3823],[-5.1501, 50.3827],[-5.15030, 50.3832],[-5.150599, 50.3835],[-5.15220, 50.3842],[-5.1528, 50.3845],[-5.1532, 50.3848],[-5.1536, 50.3852],[-5.1542, 50.3865],[-5.1545, 50.3875],[-5.154799, 50.3878],[-5.1557, 50.3883],[-5.1563, 50.3889],[-5.1566, 50.3894],[-5.156801, 50.3899],[-5.156801, 50.3903],[-5.156499, 50.3907],[-5.156001, 50.3909],[-5.153399, 50.3908],[-5.1516, 50.3908],[-5.15030, 50.3909],[-5.148799, 50.3912],[-5.147299, 50.3915],[-5.1469, 50.3914],[-5.1465, 50.3911],[-5.1457, 50.3902],[-5.145299, 50.3899],[-5.1448, 50.3898],[-5.144101, 50.3899],[-5.143799, 50.3901],[-5.143701, 50.3905],[-5.144199, 50.3908],[-5.144899, 50.3912],[-5.145199, 50.3916],[-5.145299, 50.392],[-5.145199, 50.3926],[-5.144899, 50.3931],[-5.144501, 50.3936],[-5.143701, 50.3945],[-5.1434, 50.3952],[-5.143199, 50.3961],[-5.143199, 50.3966],[-5.1434, 50.3972],[-5.143701, 50.3978],[-5.1444, 50.3987],[-5.144899, 50.3991],[-5.146801, 50.4004],[-5.1472, 50.4009],[-5.1475, 50.4014],[-5.147799, 50.4020],[-5.147999, 50.4026],[-5.1482, 50.4038],[-5.148099, 50.4046],[-5.1479, 50.4051],[-5.147299, 50.4056],[-5.146601, 50.4060],[-5.146, 50.4063],[-5.145299, 50.4064],[-5.14430, 50.4064],[-5.1434, 50.4063],[-5.142399, 50.4061],[-5.1413, 50.4056],[-5.139699, 50.4048],[-5.138999, 50.4044],[-5.137499, 50.4038],[-5.1366, 50.4036],[-5.136001, 50.4035],[-5.135799, 50.4036],[-5.1357, 50.4039],[-5.136001, 50.4044],[-5.136899, 50.4060],[-5.1371, 50.4067],[-5.137199, 50.4074],[-5.1371, 50.4080],[-5.1368, 50.4087],[-5.1363, 50.4093],[-5.1359, 50.4097],[-5.1352, 50.4099],[-5.134501, 50.4099],[-5.1337, 50.4098],[-5.1331, 50.4095],[-5.13210, 50.4086],[-5.1312, 50.4076],[-5.130599, 50.4069],[-5.1299, 50.4064],[-5.1291, 50.4062],[-5.127999, 50.4059],[-5.126601, 50.4057],[-5.1255, 50.4056],[-5.123701, 50.4056],[-5.1226, 50.4058],[-5.1215, 50.4061],[-5.120399, 50.4065],[-5.119599, 50.4069],[-5.118701, 50.4075],[-5.1177, 50.4080],[-5.1168, 50.4083],[-5.115099, 50.4088],[-5.1134, 50.4091],[-5.111401, 50.4094],[-5.10760, 50.4097],[-5.1036, 50.4096],[-5.102499, 50.4094],[-5.10150, 50.4090],[-5.1009, 50.4086],[-5.100399, 50.4079],[-5.099899, 50.4068],[-5.099699, 50.4066],[-5.0993, 50.4064],[-5.0988, 50.4064],[-5.0984, 50.4066],[-5.0977, 50.4071],[-5.097001, 50.4074],[-5.096401, 50.4075],[-5.0952, 50.4073],[-5.0927, 50.4064],[-5.0895, 50.4054],[-5.0883, 50.4051],[-5.0866, 50.4049],[-5.084301, 50.4049],[-5.082001, 50.4053],[-5.079999, 50.4058],[-5.0789, 50.4062],[-5.0788, 50.4065],[-5.0793, 50.4067],[-5.080599, 50.4069],[-5.085, 50.4073],[-5.0871, 50.4077],[-5.089, 50.4081],[-5.095099, 50.4093],[-5.097001, 50.4096],[-5.0988, 50.4098],[-5.100599, 50.4101],[-5.103099, 50.4104],[-5.1057, 50.4107],[-5.107999, 50.4109],[-5.1097, 50.4109],[-5.111499, 50.4107],[-5.114799, 50.4101],[-5.115799, 50.4101],[-5.117199, 50.4102],[-5.119101, 50.4105],[-5.1223, 50.4114],[-5.124501, 50.4124],[-5.125, 50.4127],[-5.125199, 50.413],[-5.125199, 50.4133],[-5.125, 50.4136],[-5.124599, 50.4139],[-5.124, 50.4141],[-5.123099, 50.4142],[-5.1218, 50.4141],[-5.119501, 50.4139],[-5.1162, 50.4135],[-5.114999, 50.4137],[-5.113501, 50.4143],[-5.111499, 50.4149],[-5.110799, 50.4150],[-5.1096, 50.4149],[-5.106699, 50.4144],[-5.1044, 50.4142],[-5.1027, 50.4143],[-5.1014, 50.4146],[-5.100299, 50.4151],[-5.099599, 50.4157],[-5.0989, 50.4166],[-5.098501, 50.4173],[-5.0981, 50.4183],[-5.097799, 50.4194],[-5.0977, 50.4199],[-5.097799, 50.4206],[-5.097899, 50.421],[-5.0984, 50.4219],[-5.098599, 50.4224],[-5.098599, 50.4229],[-5.098501, 50.4232],[-5.098199, 50.424],[-5.098199, 50.4245],[-5.098501, 50.4251],[-5.099199, 50.4257],[-5.100399, 50.4266],[-5.100599, 50.4269],[-5.100599, 50.4271],[-5.1005, 50.4273],[-5.1002, 50.4274],[-5.0993, 50.4274],[-5.098701, 50.4273],[-5.098199, 50.4271],[-5.0974, 50.4267],[-5.0969, 50.4263],[-5.0962, 50.4255],[-5.095699, 50.4247],[-5.0952, 50.4234],[-5.0949, 50.4230],[-5.094399, 50.4226],[-5.09380, 50.4223],[-5.092899, 50.422],[-5.091899, 50.4218],[-5.090799, 50.4218],[-5.089301, 50.4221],[-5.0885, 50.4222],[-5.0878, 50.4221],[-5.0872, 50.4219],[-5.0866, 50.4215],[-5.086299, 50.4211],[-5.085899, 50.4194],[-5.0857, 50.4178],[-5.0854, 50.4172],[-5.084899, 50.4169],[-5.084301, 50.4167],[-5.0835, 50.4166],[-5.0829, 50.4166],[-5.0822, 50.4167],[-5.081299, 50.4170],[-5.0805, 50.4171],[-5.077799, 50.4170],[-5.077001, 50.4172],[-5.075799, 50.4178],[-5.0724, 50.4200],[-5.0716, 50.4205],[-5.070399, 50.4211],[-5.069699, 50.4213],[-5.068099, 50.4217],[-5.0672, 50.422],[-5.0665, 50.4224],[-5.065899, 50.4230],[-5.065599, 50.4234],[-5.0654, 50.4238],[-5.0653, 50.4243],[-5.0654, 50.4246],[-5.0657, 50.4251],[-5.0657, 50.4254],[-5.065499, 50.4256],[-5.064899, 50.4259],[-5.064301, 50.4261],[-5.063399, 50.4262],[-5.0625, 50.426],[-5.061, 50.4255],[-5.059599, 50.4278],[-5.059599, 50.4281],[-5.059501, 50.4284],[-5.0593, 50.4286],[-5.05890, 50.4287],[-5.0583, 50.4288],[-5.0576, 50.4289],[-5.0569, 50.4292],[-5.05630, 50.4295],[-5.0559, 50.4298],[-5.0556, 50.4301],[-5.055099, 50.4306],[-5.054699, 50.4309],[-5.054101, 50.4312],[-5.052999, 50.4317],[-5.052599, 50.4321],[-5.052299, 50.4328],[-5.0521, 50.4333],[-5.051899, 50.4339],[-5.0517, 50.4343],[-5.051499, 50.4346],[-5.051099, 50.4349],[-5.0499, 50.4355],[-5.049301, 50.4359],[-5.048901, 50.4363],[-5.0482, 50.4371],[-5.047699, 50.4379],[-5.0475, 50.4386],[-5.0474, 50.4396],[-5.0472, 50.44],[-5.046801, 50.4405],[-5.046299, 50.4409],[-5.045199, 50.4417],[-5.04400, 50.4426],[-5.043099, 50.4437],[-5.0425, 50.4446],[-5.042, 50.4454],[-5.0409, 50.4475],[-5.039999, 50.4496],[-5.0394, 50.4517],[-5.039199, 50.4536],[-5.039199, 50.4545],[-5.0394, 50.4552],[-5.039599, 50.4557],[-5.039899, 50.456],[-5.040299, 50.4563],[-5.0409, 50.4569],[-5.041, 50.4573],[-5.0409, 50.4576],[-5.040699, 50.4579],[-5.040599, 50.4583],[-5.0408, 50.4586],[-5.0411, 50.4588],[-5.0422, 50.4591],[-5.0425, 50.4592],[-5.042699, 50.4594],[-5.042799, 50.4597],[-5.0426, 50.4601],[-5.0423, 50.4603],[-5.042, 50.4604],[-5.041, 50.4604],[-5.0401, 50.4603],[-5.0394, 50.4601],[-5.03890, 50.4601],[-5.0384, 50.4603],[-5.038099, 50.4606],[-5.03800, 50.4609],[-5.038099, 50.4612],[-5.0383, 50.4615],[-5.038701, 50.4619],[-5.039101, 50.4621],[-5.039999, 50.4623],[-5.04050, 50.4626],[-5.0411, 50.4631],[-5.0414, 50.4635],[-5.041601, 50.4643],[-5.041601, 50.465],[-5.0414, 50.4654],[-5.0409, 50.4659],[-5.0398, 50.4664],[-5.037001, 50.4673],[-5.0355, 50.4677],[-5.0348, 50.4677],[-5.033901, 50.4675],[-5.033199, 50.4672],[-5.0324, 50.4668],[-5.031499, 50.4662],[-5.031099, 50.4662],[-5.030799, 50.4664],[-5.030799, 50.4669],[-5.0309, 50.4675],[-5.0313, 50.4683],[-5.0316, 50.4689],[-5.0323, 50.4701],[-5.0327, 50.4706],[-5.033199, 50.471],[-5.035399, 50.4722],[-5.037001, 50.4730],[-5.03800, 50.4736],[-5.0385, 50.4741],[-5.039, 50.4748],[-5.039199, 50.4752],[-5.0393, 50.4756],[-5.039101, 50.4760],[-5.038799, 50.4764],[-5.038199, 50.4768],[-5.0377, 50.4771],[-5.0365, 50.4778],[-5.036099, 50.4782],[-5.036001, 50.4785],[-5.036001, 50.4789],[-5.0364, 50.4799],[-5.0364, 50.4802],[-5.03630, 50.4806],[-5.036001, 50.4811],[-5.0351, 50.4822],[-5.03440, 50.4829],[-5.034101, 50.4833],[-5.033999, 50.4836],[-5.033901, 50.4848],[-5.033901, 50.4858],[-5.0338, 50.4863],[-5.0334, 50.4873],[-5.0331, 50.4883],[-5.033, 50.4889],[-5.033, 50.4895],[-5.0331, 50.49],[-5.033299, 50.4903],[-5.033901, 50.4908],[-5.034101, 50.4911],[-5.03440, 50.4918],[-5.0349, 50.4941],[-5.034999, 50.4944],[-5.035299, 50.4948],[-5.0358, 50.4951],[-5.036699, 50.4954],[-5.0373, 50.4957],[-5.03800, 50.4961],[-5.038701, 50.4968],[-5.039, 50.4971],[-5.039599, 50.4974],[-5.0401, 50.4975],[-5.0408, 50.4975],[-5.043099, 50.4974],[-5.044199, 50.4975],[-5.0446, 50.4976],[-5.044899, 50.4979],[-5.0451, 50.4982],[-5.045199, 50.4985],[-5.04500, 50.4988],[-5.0446, 50.4991],[-5.043701, 50.4994],[-5.043099, 50.4997],[-5.042399, 50.5002],[-5.042, 50.5006],[-5.041601, 50.5011],[-5.0414, 50.5016],[-5.041299, 50.5021],[-5.0414, 50.5029],[-5.041299, 50.5034],[-5.0411, 50.5037],[-5.040699, 50.5041],[-5.0402, 50.5044],[-5.039501, 50.5047],[-5.039101, 50.5048],[-5.037499, 50.505],[-5.0348, 50.5056],[-5.03440, 50.5058],[-5.0342, 50.5061],[-5.034501, 50.5069],[-5.034501, 50.5074],[-5.03440, 50.5079],[-5.033999, 50.5085],[-5.0334, 50.5091],[-5.03280, 50.5096],[-5.0321, 50.51],[-5.031499, 50.5103],[-5.030799, 50.5105],[-5.029799, 50.5107],[-5.0288, 50.5108],[-5.0278, 50.5107],[-5.0271, 50.5106],[-5.0254, 50.51],[-5.02410, 50.5097],[-5.022999, 50.5096],[-5.02220, 50.5097],[-5.021699, 50.5099],[-5.021601, 50.5102],[-5.021699, 50.5104],[-5.0219, 50.5106],[-5.022099, 50.5107],[-5.023701, 50.5111],[-5.0251, 50.5116],[-5.0265, 50.5123],[-5.0275, 50.5129],[-5.027999, 50.5133],[-5.028501, 50.5139],[-5.0286, 50.5142],[-5.0286, 50.5145],[-5.028399, 50.5148],[-5.027699, 50.5153],[-5.027599, 50.5156],[-5.027699, 50.5159],[-5.027999, 50.5163],[-5.027999, 50.5167],[-5.0279, 50.5169],[-5.027699, 50.5171],[-5.027299, 50.5174],[-5.027, 50.5177],[-5.026899, 50.518],[-5.027, 50.5186],[-5.0271, 50.5190],[-5.027, 50.5196],[-5.026801, 50.52],[-5.026, 50.5208],[-5.02570, 50.521],[-5.025499, 50.5213],[-5.025499, 50.5216],[-5.02580, 50.5218],[-5.026801, 50.5217],[-5.0281, 50.5217],[-5.0286, 50.5218],[-5.028901, 50.5220],[-5.028999, 50.5223],[-5.028999, 50.5228],[-5.0288, 50.5232],[-5.027299, 50.5247],[-5.0272, 50.5249],[-5.0272, 50.5253],[-5.0275, 50.5256],[-5.027699, 50.5259],[-5.027699, 50.5262],[-5.0275, 50.5264],[-5.0272, 50.5265],[-5.025899, 50.5268],[-5.022999, 50.5268],[-5.0225, 50.5270],[-5.022299, 50.5272],[-5.022299, 50.5276],[-5.0225, 50.5280],[-5.0245, 50.5299],[-5.0246, 50.5303],[-5.0245, 50.5305],[-5.023799, 50.5311],[-5.02320, 50.5317],[-5.022799, 50.5322],[-5.022399, 50.5332],[-5.022299, 50.5339],[-5.02220, 50.5349],[-5.022299, 50.5359],[-5.022399, 50.5365],[-5.0226, 50.5370],[-5.023701, 50.5389],[-5.024, 50.5394],[-5.02410, 50.5401],[-5.02410, 50.5412],[-5.024301, 50.5418],[-5.0245, 50.5421],[-5.024899, 50.5424],[-5.025599, 50.5428],[-5.026401, 50.5431],[-5.027, 50.5432],[-5.0288, 50.5432],[-5.029799, 50.5434],[-5.031899, 50.5441],[-5.0324, 50.5444],[-5.03280, 50.5448],[-5.033599, 50.5458],[-5.033901, 50.5461],[-5.0343, 50.5463],[-5.0348, 50.5465],[-5.0355, 50.5466],[-5.036099, 50.5466],[-5.037399, 50.5465],[-5.0377, 50.5466],[-5.037799, 50.5469],[-5.037799, 50.5473],[-5.0376, 50.5476],[-5.0369, 50.5479],[-5.036001, 50.548],[-5.035399, 50.5481],[-5.034999, 50.5483],[-5.0348, 50.5485],[-5.0348, 50.5489],[-5.0352, 50.5497],[-5.035299, 50.5502],[-5.0352, 50.5506],[-5.0349, 50.5509],[-5.034501, 50.551],[-5.033199, 50.5512],[-5.0306, 50.5515],[-5.028501, 50.5519],[-5.0271, 50.5523],[-5.02580, 50.5527],[-5.0254, 50.5526],[-5.025, 50.5523],[-5.0247, 50.5522],[-5.023799, 50.5524],[-5.023399, 50.5523],[-5.0233, 50.5521],[-5.023399, 50.5517],[-5.0233, 50.5514],[-5.022999, 50.5512],[-5.022799, 50.5511],[-5.02220, 50.5509],[-5.021801, 50.5508],[-5.021201, 50.5508],[-5.020599, 50.5507],[-5.02, 50.5505],[-5.01970, 50.5503],[-5.019599, 50.5499],[-5.0194, 50.5486],[-5.0193, 50.5477],[-5.019, 50.5472],[-5.0186, 50.5468],[-5.018199, 50.5465],[-5.017799, 50.5462],[-5.0173, 50.546],[-5.0165, 50.5458],[-5.015699, 50.5457],[-5.014999, 50.5457],[-5.0138, 50.5456],[-5.013, 50.5456],[-5.011899, 50.5458],[-5.0106, 50.5463],[-5.010099, 50.5464],[-5.0091, 50.5465],[-5.008299, 50.5467],[-5.007899, 50.5468],[-5.0071, 50.547],[-5.0061, 50.5471],[-5.004799, 50.5472],[-5.0036, 50.5472],[-5.0032, 50.5471],[-5.0026, 50.5466],[-5.002399, 50.5463],[-5.002299, 50.5454],[-5.002399, 50.5449],[-5.0028, 50.5443],[-5.002999, 50.5438],[-5.002999, 50.5433],[-5.0028, 50.5428],[-5.0025, 50.5425],[-5.0019, 50.5422],[-5.000899, 50.5419],[-4.9998, 50.5418],[-4.9977, 50.5414],[-4.9959, 50.5412],[-4.99520, 50.5414],[-4.994599, 50.5417],[-4.993999, 50.5427],[-4.9934, 50.5436],[-4.992899, 50.5439],[-4.992199, 50.544],[-4.9912, 50.544],[-4.990399, 50.544],[-4.989399, 50.5443],[-4.9884, 50.5444],[-4.9877, 50.5442],[-4.987, 50.5438],[-4.9854, 50.5432],[-4.9847, 50.5432],[-4.9836, 50.5435],[-4.9822, 50.5441],[-4.9811, 50.5447],[-4.9798, 50.5455],[-4.979101, 50.5458],[-4.978099, 50.546],[-4.9773, 50.5464],[-4.977099, 50.5467],[-4.977099, 50.5471],[-4.977399, 50.5475],[-4.978, 50.5478],[-4.979199, 50.5482],[-4.98, 50.5485],[-4.980599, 50.5489],[-4.980599, 50.5492],[-4.980299, 50.5494],[-4.9797, 50.5496],[-4.977799, 50.55],[-4.977001, 50.5503],[-4.9765, 50.5507],[-4.9758, 50.5515],[-4.9751, 50.5526],[-4.974599, 50.5532],[-4.9739, 50.5539],[-4.972199, 50.5557],[-4.970399, 50.5579],[-4.969699, 50.5586],[-4.9691, 50.5591],[-4.9684, 50.5594],[-4.967199, 50.5595],[-4.965499, 50.5595],[-4.9636, 50.5596],[-4.9628, 50.5598],[-4.962, 50.56],[-4.9611, 50.5605],[-4.959199, 50.5617],[-4.958099, 50.5623],[-4.9575, 50.5626],[-4.9569, 50.5627],[-4.9558, 50.5628],[-4.954899, 50.563],[-4.954101, 50.5635],[-4.954, 50.5639],[-4.954199, 50.5642],[-4.954899, 50.5647],[-4.955299, 50.565],[-4.9555, 50.5653],[-4.9555, 50.5657],[-4.9552, 50.5663],[-4.9552, 50.5668],[-4.955299, 50.5674],[-4.9552, 50.5677],[-4.954101, 50.5684],[-4.9513, 50.5692],[-4.949999, 50.5695],[-4.9481, 50.5696],[-4.945399, 50.5696],[-4.944399, 50.5696],[-4.9441, 50.5695],[-4.943901, 50.5692],[-4.9441, 50.5684],[-4.9446, 50.5674],[-4.9453, 50.5663],[-4.945499, 50.5658],[-4.9457, 50.565],[-4.9457, 50.5638],[-4.945899, 50.5626],[-4.9462, 50.5621],[-4.946499, 50.5618],[-4.947001, 50.5617],[-4.947599, 50.5614],[-4.9478, 50.5612],[-4.947899, 50.5609],[-4.947899, 50.5602],[-4.9478, 50.5598],[-4.9478, 50.5595],[-4.9481, 50.5588],[-4.9484, 50.5579],[-4.948599, 50.5575],[-4.948901, 50.5573],[-4.950099, 50.5568],[-4.950399, 50.5566],[-4.9505, 50.5564],[-4.950399, 50.5562],[-4.949999, 50.5559],[-4.9488, 50.5555],[-4.9462, 50.5552],[-4.9449, 50.5554],[-4.9437, 50.5556],[-4.9428, 50.5557],[-4.9417, 50.5558],[-4.940599, 50.5557],[-4.9395, 50.5555],[-4.938701, 50.5553],[-4.9379, 50.5549],[-4.9373, 50.5545],[-4.9369, 50.5539],[-4.93680, 50.5534],[-4.937099, 50.5526],[-4.937099, 50.5522],[-4.93680, 50.5519],[-4.936, 50.5515],[-4.934999, 50.5509],[-4.9344, 50.5504],[-4.9338, 50.5495],[-4.926499, 50.5506],[-4.926401, 50.5512],[-4.926499, 50.5518],[-4.926801, 50.5524],[-4.927499, 50.5532],[-4.92810, 50.554],[-4.928299, 50.5545],[-4.9284, 50.5549],[-4.928299, 50.5555],[-4.927499, 50.5579],[-4.927299, 50.5587],[-4.9271, 50.5591],[-4.926801, 50.5593],[-4.9262, 50.5596],[-4.9253, 50.5602],[-4.924399, 50.561],[-4.923999, 50.5615],[-4.9238, 50.5618],[-4.9237, 50.5622],[-4.9238, 50.5625],[-4.9241, 50.5628],[-4.92460, 50.5629],[-4.9253, 50.563],[-4.927001, 50.5632],[-4.9278, 50.5634],[-4.928501, 50.5637],[-4.928999, 50.564],[-4.9293, 50.5644],[-4.929399, 50.5647],[-4.929399, 50.5652],[-4.9293, 50.5656],[-4.928999, 50.566],[-4.928199, 50.5667],[-4.9274, 50.5673],[-4.9267, 50.568],[-4.9257, 50.5692],[-4.925, 50.5704],[-4.9245, 50.5709],[-4.923399, 50.5719],[-4.9224, 50.5726],[-4.921899, 50.5731],[-4.921201, 50.5736],[-4.92040, 50.5742],[-4.9197, 50.5746],[-4.919, 50.575],[-4.9183, 50.5753],[-4.917399, 50.5755],[-4.91690, 50.5755],[-4.916201, 50.5754],[-4.915599, 50.5751],[-4.914899, 50.5749],[-4.9144, 50.5749],[-4.914101, 50.5752],[-4.9139, 50.5757],[-4.9139, 50.5761],[-4.9144, 50.5769],[-4.916699, 50.5792],[-4.91690, 50.5795],[-4.91690, 50.5799],[-4.916699, 50.5803],[-4.916201, 50.5807],[-4.9158, 50.5809],[-4.915699, 50.5811],[-4.9158, 50.5813],[-4.9161, 50.5815],[-4.916699, 50.5816],[-4.918, 50.5816],[-4.919, 50.5817],[-4.92, 50.5818],[-4.9208, 50.582],[-4.9217, 50.5824],[-4.923399, 50.5833],[-4.924799, 50.5842],[-4.925399, 50.5845],[-4.9266, 50.5848],[-4.928299, 50.5851],[-4.930699, 50.5859],[-4.933199, 50.5867],[-4.933599, 50.5869],[-4.9339, 50.5872],[-4.934, 50.5876],[-4.9339, 50.5881],[-4.933599, 50.5885],[-4.9324, 50.5892],[-4.93170, 50.5895],[-4.931201, 50.5896],[-4.930399, 50.5896],[-4.929399, 50.5895],[-4.928599, 50.5896],[-4.927599, 50.5901],[-4.926499, 50.5906],[-4.92460, 50.5911],[-4.9228, 50.5915],[-4.920599, 50.5921],[-4.919899, 50.5925],[-4.9197, 50.5928],[-4.919799, 50.5931],[-4.9201, 50.5933],[-4.920599, 50.5935],[-4.922299, 50.5941],[-4.922599, 50.5943],[-4.922699, 50.5946],[-4.922699, 50.5949],[-4.9224, 50.5952],[-4.921801, 50.5953],[-4.920199, 50.5951],[-4.918399, 50.5952],[-4.9173, 50.5953],[-4.91690, 50.5952],[-4.916699, 50.5949],[-4.916699, 50.5945],[-4.91690, 50.5940],[-4.917399, 50.5933],[-4.9175, 50.5930],[-4.9175, 50.5928],[-4.9173, 50.5925],[-4.916699, 50.5921],[-4.916299, 50.5919],[-4.91590, 50.5916],[-4.915699, 50.5912],[-4.915699, 50.5906],[-4.9158, 50.5899],[-4.9158, 50.5896],[-4.915599, 50.5894],[-4.9135, 50.5893],[-4.911099, 50.5892],[-4.9102, 50.5892],[-4.909599, 50.5891],[-4.908999, 50.5888],[-4.908599, 50.5885],[-4.908501, 50.5882],[-4.908501, 50.5877],[-4.908501, 50.587],[-4.908299, 50.5866],[-4.907899, 50.5863],[-4.9071, 50.5859],[-4.9059, 50.5856],[-4.90380, 50.5853],[-4.901899, 50.5854],[-4.90110, 50.5854],[-4.8983, 50.5854],[-4.897399, 50.5856],[-4.896699, 50.5859],[-4.89600, 50.5862],[-4.895299, 50.5864],[-4.894599, 50.5863],[-4.8939, 50.5860],[-4.893099, 50.5857],[-4.891201, 50.5851],[-4.88990, 50.5846],[-4.8878, 50.5836],[-4.886899, 50.5833],[-4.885799, 50.5832],[-4.8841, 50.5835],[-4.880799, 50.5839],[-4.88, 50.5841],[-4.8797, 50.5843],[-4.8796, 50.5847],[-4.8797, 50.5858],[-4.8796, 50.5864],[-4.879301, 50.5869],[-4.879, 50.5872],[-4.878399, 50.5875],[-4.8779, 50.5876],[-4.877399, 50.5877],[-4.8761, 50.5879],[-4.875, 50.5880],[-4.874101, 50.5882],[-4.8735, 50.5885],[-4.873099, 50.5888],[-4.8729, 50.5891],[-4.8727, 50.5898],[-4.8726, 50.5905],[-4.872499, 50.5911],[-4.8723, 50.5915],[-4.8718, 50.5917],[-4.8714, 50.5916],[-4.8705, 50.5912],[-4.869699, 50.5910],[-4.868999, 50.5908],[-4.867599, 50.5905],[-4.8667, 50.5905],[-4.866401, 50.5906],[-4.866401, 50.5909],[-4.8667, 50.5911],[-4.8678, 50.5915],[-4.8694, 50.5920],[-4.869999, 50.5923],[-4.870399, 50.5927],[-4.87060, 50.5931],[-4.870699, 50.5937],[-4.87060, 50.5942],[-4.8705, 50.5945],[-4.8701, 50.5950],[-4.869599, 50.5954],[-4.868999, 50.5957],[-4.8678, 50.596],[-4.866899, 50.596],[-4.8662, 50.5959],[-4.8649, 50.5954],[-4.862899, 50.5946],[-4.86110, 50.5941],[-4.860099, 50.5939],[-4.859, 50.5939],[-4.857699, 50.5940],[-4.8569, 50.5943],[-4.8561, 50.5947],[-4.8555, 50.5952],[-4.854899, 50.596],[-4.8545, 50.5967],[-4.854, 50.5972],[-4.8534, 50.5975],[-4.8522, 50.5977],[-4.851099, 50.5979],[-4.8505, 50.5981],[-4.8493, 50.5989],[-4.84890, 50.5991],[-4.8483, 50.5992],[-4.847499, 50.5993],[-4.8469, 50.5993],[-4.846401, 50.5992],[-4.8459, 50.5989],[-4.845699, 50.5986],[-4.8456, 50.5979],[-4.845699, 50.5972],[-4.8456, 50.5969],[-4.8452, 50.5966],[-4.844699, 50.5964],[-4.8442, 50.5963],[-4.8432, 50.5961],[-4.842299, 50.5958],[-4.841899, 50.5955],[-4.8412, 50.5950],[-4.8406, 50.5946],[-4.840199, 50.5947],[-4.8395, 50.5952],[-4.838799, 50.5957],[-4.838099, 50.5961],[-4.837299, 50.5964],[-4.836401, 50.5967],[-4.8358, 50.5968],[-4.835199, 50.5969],[-4.8347, 50.5968],[-4.834199, 50.5965],[-4.83400, 50.5961],[-4.834101, 50.5956],[-4.83400, 50.5951],[-4.833701, 50.5946],[-4.8333, 50.5942],[-4.8329, 50.5939],[-4.832399, 50.5935],[-4.831601, 50.5930],[-4.831299, 50.5930],[-4.831, 50.5932],[-4.831, 50.5936],[-4.831201, 50.5941],[-4.831601, 50.5946],[-4.831699, 50.5949],[-4.831601, 50.5953],[-4.831201, 50.5957],[-4.830299, 50.5962],[-4.8294, 50.5964],[-4.828501, 50.5964],[-4.8276, 50.5963],[-4.826401, 50.5959],[-4.824999, 50.5954],[-4.8242, 50.5950],[-4.8232, 50.5942],[-4.8224, 50.5938],[-4.821801, 50.5937],[-4.821401, 50.5938],[-4.8213, 50.5940],[-4.8213, 50.5943],[-4.821499, 50.5947],[-4.822199, 50.5951],[-4.822899, 50.5955],[-4.8234, 50.5958],[-4.823501, 50.5961],[-4.8234, 50.5964],[-4.8231, 50.5967],[-4.8224, 50.5968],[-4.8216, 50.5968],[-4.820499, 50.5968],[-4.820099, 50.5967],[-4.819799, 50.5964],[-4.819699, 50.5958],[-4.8195, 50.5956],[-4.8191, 50.5955],[-4.8178, 50.5958],[-4.815899, 50.5965],[-4.814199, 50.5970],[-4.810699, 50.5976],[-4.807499, 50.5979],[-4.8048, 50.5979],[-4.803299, 50.5980],[-4.8006, 50.5984],[-4.7979, 50.5987],[-4.7966, 50.5988],[-4.795499, 50.5991],[-4.794799, 50.5994],[-4.794199, 50.5997],[-4.7935, 50.6002],[-4.792799, 50.6009],[-4.792, 50.6016],[-4.7918, 50.6024],[-4.791601, 50.6028],[-4.7911, 50.6030],[-4.789599, 50.6031],[-4.789101, 50.6032],[-4.7885, 50.6034],[-4.787899, 50.6038],[-4.7877, 50.6043],[-4.7877, 50.6046],[-4.788, 50.6051],[-4.788, 50.6054],[-4.787799, 50.6057],[-4.7873, 50.6060],[-4.78520, 50.6069],[-4.784501, 50.6074],[-4.783999, 50.6079],[-4.7837, 50.6087],[-4.783299, 50.6093],[-4.7828, 50.6098],[-4.782199, 50.6103],[-4.781801, 50.6109],[-4.7813, 50.612],[-4.781001, 50.6125],[-4.779699, 50.6139],[-4.778399, 50.615],[-4.777, 50.6163],[-4.775899, 50.6176],[-4.7744, 50.619],[-4.7735, 50.62],[-4.773099, 50.6206],[-4.7726, 50.6216],[-4.7722, 50.6221],[-4.7715, 50.6227],[-4.7707, 50.6233],[-4.770199, 50.6237],[-4.77, 50.6241],[-4.77, 50.6249],[-4.769899, 50.6256],[-4.769599, 50.6262],[-4.7693, 50.6266],[-4.769101, 50.6269],[-4.769199, 50.6272],[-4.769899, 50.628],[-4.7704, 50.6288],[-4.77050, 50.6292],[-4.7704, 50.6297],[-4.770199, 50.6301],[-4.7697, 50.6308],[-4.769501, 50.6313],[-4.769501, 50.6317],[-4.769899, 50.6323],[-4.77, 50.6327],[-4.769899, 50.6332],[-4.769599, 50.634],[-4.769199, 50.6347],[-4.7686, 50.6355],[-4.76790, 50.6364],[-4.7676, 50.637],[-4.76690, 50.6384],[-4.7665, 50.6392],[-4.766099, 50.6402],[-4.766001, 50.6409],[-4.766001, 50.6413],[-4.766201, 50.6419],[-4.7664, 50.6426],[-4.7664, 50.643],[-4.766201, 50.6436],[-4.766001, 50.6439],[-4.7658, 50.6441],[-4.765399, 50.6443],[-4.7649, 50.6443],[-4.763901, 50.6439],[-4.763501, 50.6438],[-4.7628, 50.6437],[-4.7617, 50.6439],[-4.761099, 50.6443],[-4.7603, 50.6451],[-4.7599, 50.6456],[-4.759501, 50.6462],[-4.759301, 50.6467],[-4.7591, 50.6473],[-4.758999, 50.6479],[-4.7591, 50.6485],[-4.759301, 50.6494],[-4.759501, 50.6503],[-4.759501, 50.6509],[-4.759399, 50.6514],[-4.758901, 50.6522],[-4.7587, 50.6528],[-4.7586, 50.6536],[-4.7588, 50.6539],[-4.7591, 50.6542],[-4.76, 50.6546],[-4.7606, 50.6550],[-4.761001, 50.6552],[-4.761899, 50.6553],[-4.763199, 50.6554],[-4.7638, 50.6556],[-4.764599, 50.6561],[-4.765299, 50.6567],[-4.7656, 50.657],[-4.7656, 50.6575],[-4.765399, 50.6578],[-4.764999, 50.6581],[-4.7643, 50.6585],[-4.7638, 50.6590],[-4.763501, 50.6594],[-4.76340, 50.6598],[-4.763501, 50.6601],[-4.7637, 50.6603],[-4.7643, 50.6605],[-4.764699, 50.6608],[-4.7648, 50.6611],[-4.764699, 50.6615],[-4.76440, 50.6620],[-4.7627, 50.6638],[-4.7616, 50.6649],[-4.760799, 50.6654],[-4.7602, 50.666],[-4.759799, 50.6663],[-4.758299, 50.6668],[-4.758399, 50.6677],[-4.7587, 50.6679],[-4.7592, 50.6679],[-4.760799, 50.6678],[-4.7617, 50.6681],[-4.7623, 50.6686],[-4.762599, 50.669],[-4.7627, 50.6696],[-4.7627, 50.6701],[-4.7624, 50.6705],[-4.762001, 50.6707],[-4.761499, 50.6708],[-4.761099, 50.6711],[-4.7606, 50.6713],[-4.76, 50.6713],[-4.759301, 50.6711],[-4.7588, 50.6707],[-4.7582, 50.6704],[-4.757999, 50.67],[-4.757899, 50.6691],[-4.757699, 50.6688],[-4.757299, 50.6688],[-4.756899, 50.6691],[-4.7566, 50.67],[-4.756299, 50.6709],[-4.756001, 50.6717],[-4.755599, 50.6722],[-4.755099, 50.6724],[-4.7545, 50.6726],[-4.753901, 50.6725],[-4.7535, 50.6723],[-4.753099, 50.672],[-4.7525, 50.6717],[-4.752, 50.6716],[-4.7514, 50.6715],[-4.7508, 50.6716],[-4.7498, 50.6719],[-4.749101, 50.6721],[-4.7479, 50.6723],[-4.7473, 50.6723],[-4.746699, 50.6722],[-4.7456, 50.6718],[-4.744999, 50.6716],[-4.7444, 50.6716],[-4.743701, 50.6719],[-4.743199, 50.6723],[-4.7427, 50.6726],[-4.742499, 50.6729],[-4.7424, 50.6732],[-4.7424, 50.6735],[-4.742599, 50.6738],[-4.743701, 50.6743],[-4.7444, 50.6747],[-4.744599, 50.6749],[-4.744599, 50.6752],[-4.7444, 50.6755],[-4.743701, 50.6758],[-4.743199, 50.6761],[-4.7428, 50.6764],[-4.742499, 50.6766],[-4.742099, 50.6766],[-4.741401, 50.6762],[-4.740699, 50.6759],[-4.7402, 50.6759],[-4.7399, 50.6761],[-4.739799, 50.6765],[-4.7396, 50.6767],[-4.739301, 50.6767],[-4.7384, 50.6763],[-4.7382, 50.6761],[-4.7381, 50.675],[-4.737999, 50.6746],[-4.7377, 50.6741],[-4.736499, 50.6727],[-4.735899, 50.6723],[-4.7354, 50.6722],[-4.735, 50.6722],[-4.734399, 50.6724],[-4.734, 50.6724],[-4.7333, 50.6719],[-4.73290, 50.6719],[-4.732399, 50.6721],[-4.7319, 50.6724],[-4.7316, 50.6727],[-4.7314, 50.673],[-4.7315, 50.6736],[-4.7314, 50.6738],[-4.7311, 50.6739],[-4.7301, 50.6738],[-4.729899, 50.6741],[-4.7298, 50.675],[-4.729599, 50.6753],[-4.7289, 50.6754],[-4.728701, 50.6755],[-4.7286, 50.6761],[-4.7283, 50.6763],[-4.727399, 50.6762],[-4.727001, 50.6763],[-4.72680, 50.6765],[-4.726601, 50.6768],[-4.7265, 50.6772],[-4.726601, 50.6778],[-4.726699, 50.6785],[-4.726601, 50.679],[-4.726201, 50.6797],[-4.725699, 50.6802],[-4.725299, 50.6806],[-4.725299, 50.6809],[-4.725599, 50.6812],[-4.7258, 50.6815],[-4.7258, 50.6818],[-4.725599, 50.682],[-4.724899, 50.6825],[-4.724899, 50.6829],[-4.72520, 50.6834],[-4.72520, 50.6838],[-4.724999, 50.6842],[-4.724599, 50.6845],[-4.724, 50.6846],[-4.723199, 50.6844],[-4.722499, 50.6843],[-4.722001, 50.6843],[-4.7212, 50.6849],[-4.720699, 50.6851],[-4.719999, 50.6851],[-4.71910, 50.6849],[-4.71820, 50.6845],[-4.717299, 50.6841],[-4.716499, 50.6839],[-4.715799, 50.6838],[-4.715099, 50.6838],[-4.7142, 50.6841],[-4.7136, 50.6846],[-4.7132, 50.6849],[-4.7126, 50.6851],[-4.7116, 50.6852],[-4.7107, 50.6853],[-4.708799, 50.6851],[-4.708399, 50.6852],[-4.7083, 50.6855],[-4.70850, 50.6859],[-4.708701, 50.6862],[-4.708701, 50.6864],[-4.7083, 50.6865],[-4.7075, 50.6864],[-4.704999, 50.686],[-4.704199, 50.6859],[-4.703599, 50.6861],[-4.7031, 50.6864],[-4.70240, 50.6869],[-4.702001, 50.6873],[-4.7019, 50.6877],[-4.7019, 50.6883],[-4.702199, 50.6886],[-4.70330, 50.689],[-4.7044, 50.6894],[-4.704501, 50.6897],[-4.704501, 50.69],[-4.7043, 50.6902],[-4.703599, 50.6906],[-4.702799, 50.6908],[-4.701499, 50.6905],[-4.7006, 50.6903],[-4.69980, 50.6903],[-4.6993, 50.6905],[-4.6984, 50.6912],[-4.697999, 50.6915],[-4.6974, 50.6917],[-4.695799, 50.6915],[-4.6956, 50.6917],[-4.695799, 50.6919],[-4.697001, 50.6924],[-4.6975, 50.6924],[-4.698599, 50.6921],[-4.698999, 50.6922],[-4.6993, 50.6925],[-4.6992, 50.6928],[-4.6988, 50.6932],[-4.697001, 50.6944],[-4.69630, 50.6947],[-4.6956, 50.6948],[-4.695, 50.6947],[-4.693999, 50.6944],[-4.693501, 50.6943],[-4.6929, 50.6945],[-4.692599, 50.6948],[-4.692299, 50.6949],[-4.6916, 50.6948],[-4.69110, 50.6948],[-4.690599, 50.6951],[-4.6901, 50.6952],[-4.6897, 50.6951],[-4.689, 50.6948],[-4.68860, 50.6948],[-4.6883, 50.6949],[-4.688, 50.6953],[-4.687699, 50.6955],[-4.6872, 50.6957],[-4.686299, 50.6957],[-4.685299, 50.6958],[-4.6843, 50.6958],[-4.683701, 50.6956],[-4.682799, 50.695],[-4.6823, 50.695],[-4.6817, 50.6953],[-4.681001, 50.6955],[-4.6802, 50.6957],[-4.679101, 50.6958],[-4.6787, 50.6961],[-4.678599, 50.6964],[-4.678901, 50.6966],[-4.679399, 50.6967],[-4.681099, 50.697],[-4.682001, 50.6973],[-4.682799, 50.6977],[-4.683199, 50.6981],[-4.6835, 50.6987],[-4.6835, 50.6991],[-4.6833, 50.6996],[-4.683, 50.6999],[-4.6823, 50.7003],[-4.6823, 50.7006],[-4.682499, 50.7008],[-4.682899, 50.701],[-4.6831, 50.7012],[-4.6831, 50.7015],[-4.682799, 50.7018],[-4.680799, 50.7023],[-4.6802, 50.7027],[-4.6798, 50.7033],[-4.679599, 50.7042],[-4.679399, 50.7046],[-4.6788, 50.7052],[-4.6777, 50.7057],[-4.676001, 50.7064],[-4.674799, 50.7067],[-4.6737, 50.7069],[-4.672, 50.7070],[-4.669, 50.7071],[-4.6673, 50.7071],[-4.6664, 50.7073],[-4.6659, 50.7075],[-4.6655, 50.7078],[-4.665299, 50.7083],[-4.664999, 50.7086],[-4.6644, 50.709],[-4.664199, 50.7093],[-4.664199, 50.7097],[-4.6652, 50.7105],[-4.665299, 50.7108],[-4.665299, 50.7114],[-4.6651, 50.7118],[-4.6648, 50.712],[-4.6623, 50.7122],[-4.6613, 50.7123],[-4.660399, 50.7126],[-4.659599, 50.7129],[-4.6592, 50.7132],[-4.658901, 50.7134],[-4.657899, 50.7138],[-4.6578, 50.7140],[-4.658, 50.7147],[-4.657899, 50.7150],[-4.657499, 50.7152],[-4.656099, 50.7153],[-4.6549, 50.7154],[-4.6541, 50.7157],[-4.6538, 50.7160],[-4.65360, 50.7165],[-4.653501, 50.7171],[-4.6537, 50.7175],[-4.6538, 50.7180],[-4.6537, 50.7186],[-4.653399, 50.7192],[-4.652999, 50.7197],[-4.6524, 50.7203],[-4.6521, 50.7207],[-4.65200, 50.7212],[-4.6521, 50.7218],[-4.6525, 50.7223],[-4.6537, 50.7228],[-4.6542, 50.723],[-4.654399, 50.7233],[-4.654301, 50.7236],[-4.6538, 50.7238],[-4.652699, 50.724],[-4.65200, 50.7242],[-4.6515, 50.7245],[-4.650899, 50.7250],[-4.6504, 50.7254],[-4.6496, 50.7259],[-4.648799, 50.7266],[-4.6483, 50.7272],[-4.647999, 50.7279],[-4.6479, 50.7287],[-4.6482, 50.7297],[-4.648399, 50.7302],[-4.648399, 50.7306],[-4.6483, 50.731],[-4.647999, 50.7318],[-4.6482, 50.7322],[-4.649, 50.7327],[-4.6491, 50.7329],[-4.649199, 50.7333],[-4.6494, 50.7337],[-4.6497, 50.7342],[-4.649799, 50.7345],[-4.6496, 50.7352],[-4.6497, 50.7357],[-4.649799, 50.7363],[-4.6497, 50.7367],[-4.6495, 50.737],[-4.649, 50.7376],[-4.649, 50.7378],[-4.649199, 50.738],[-4.649799, 50.7382],[-4.6515, 50.7382],[-4.65200, 50.7385],[-4.6522, 50.7388],[-4.6522, 50.7391],[-4.65200, 50.7394],[-4.6515, 50.7396],[-4.6508, 50.7396],[-4.65, 50.7394],[-4.6491, 50.7394],[-4.6476, 50.7396],[-4.6465, 50.7396],[-4.645299, 50.7394],[-4.6434, 50.7389],[-4.64230, 50.7387],[-4.641099, 50.7386],[-4.63980, 50.7387],[-4.6387, 50.7389],[-4.6378, 50.7392],[-4.6356, 50.7406],[-4.635099, 50.7408],[-4.633999, 50.7409],[-4.632899, 50.7409],[-4.632299, 50.7411],[-4.631899, 50.7415],[-4.632, 50.7419],[-4.632299, 50.7423],[-4.632699, 50.7427],[-4.633501, 50.7432],[-4.634301, 50.7436],[-4.636401, 50.7443],[-4.6368, 50.7446],[-4.637001, 50.7449],[-4.637001, 50.7452],[-4.6368, 50.7454],[-4.636499, 50.7455],[-4.6359, 50.7454],[-4.635399, 50.7456],[-4.635099, 50.7458],[-4.635, 50.7463],[-4.634699, 50.7465],[-4.6338, 50.7466],[-4.633399, 50.7467],[-4.6332, 50.7469],[-4.633299, 50.7472],[-4.6336, 50.7474],[-4.634399, 50.7477],[-4.634501, 50.7478],[-4.634501, 50.748],[-4.634399, 50.7481],[-4.6342, 50.7482],[-4.633399, 50.7483],[-4.632999, 50.7484],[-4.632699, 50.7487],[-4.6325, 50.749],[-4.632299, 50.7495],[-4.6321, 50.7497],[-4.6317, 50.7498],[-4.629799, 50.7501],[-4.628799, 50.7502],[-4.6278, 50.7502],[-4.6261, 50.7501],[-4.6247, 50.75],[-4.6233, 50.75],[-4.6218, 50.7503],[-4.6198, 50.7508],[-4.6189, 50.751],[-4.61800, 50.7513],[-4.6174, 50.7517],[-4.6167, 50.7523],[-4.6163, 50.7529],[-4.616099, 50.7536],[-4.6162, 50.7541],[-4.6162, 50.7545],[-4.616001, 50.7548],[-4.615699, 50.7549],[-4.615499, 50.7551],[-4.615499, 50.7554],[-4.6156, 50.7556],[-4.6162, 50.7559],[-4.6163, 50.7561],[-4.6162, 50.7564],[-4.615799, 50.7566],[-4.6138, 50.7571],[-4.613599, 50.7573],[-4.613599, 50.7575],[-4.6138, 50.7579],[-4.613901, 50.7582],[-4.6138, 50.7585],[-4.6134, 50.7589],[-4.6116, 50.7601],[-4.609399, 50.7615],[-4.6082, 50.7622],[-4.6065, 50.7628],[-4.602499, 50.7641],[-4.601099, 50.7644],[-4.598501, 50.7647],[-4.596499, 50.7649],[-4.5946, 50.7652],[-4.5931, 50.7655],[-4.591899, 50.7657],[-4.5895, 50.7660],[-4.5886, 50.7663],[-4.587999, 50.7667],[-4.586699, 50.7678],[-4.5857, 50.7688],[-4.585299, 50.7691],[-4.5835, 50.7698],[-4.583, 50.7701],[-4.5822, 50.7710],[-4.5819, 50.7712],[-4.581201, 50.7713],[-4.579999, 50.7713],[-4.576499, 50.7713],[-4.5756, 50.7715],[-4.5749, 50.7717],[-4.574399, 50.7719],[-4.5737, 50.7724],[-4.5731, 50.773],[-4.5725, 50.7737],[-4.572001, 50.7744],[-4.5713, 50.7758],[-4.570899, 50.7763],[-4.5703, 50.7767],[-4.569399, 50.7769],[-4.56820, 50.7770],[-4.567299, 50.7772],[-4.5661, 50.7776],[-4.5653, 50.7779],[-4.564899, 50.7782],[-4.5645, 50.7787],[-4.564, 50.7795],[-4.5636, 50.7798],[-4.5629, 50.7801],[-4.5623, 50.7803],[-4.561699, 50.7806],[-4.5611, 50.7813],[-4.560699, 50.7818],[-4.5604, 50.7825],[-4.5601, 50.7831],[-4.559599, 50.7838],[-4.5583, 50.7852],[-4.5574, 50.7863],[-4.5568, 50.7873],[-4.5564, 50.7885],[-4.5559, 50.791],[-4.5553, 50.7944],[-4.555399, 50.7951],[-4.5555, 50.7958],[-4.5555, 50.7962],[-4.5552, 50.7972],[-4.5552, 50.798],[-4.5553, 50.7984],[-4.5556, 50.7987],[-4.556001, 50.799],[-4.556499, 50.7992],[-4.557799, 50.7993],[-4.558199, 50.7994],[-4.5584, 50.7997],[-4.5583, 50.8],[-4.5581, 50.8003],[-4.5577, 50.8006],[-4.556499, 50.8011],[-4.5563, 50.8013],[-4.5563, 50.8016],[-4.5564, 50.8019],[-4.5568, 50.8024],[-4.55690, 50.8027],[-4.5568, 50.803],[-4.556601, 50.8033],[-4.556499, 50.8036],[-4.556499, 50.8039],[-4.5568, 50.8041],[-4.557799, 50.8044],[-4.5583, 50.8047],[-4.5584, 50.805],[-4.5583, 50.8054],[-4.5581, 50.8057],[-4.5563, 50.8073],[-4.5555, 50.8081],[-4.5552, 50.8085],[-4.555099, 50.8089],[-4.5552, 50.8095],[-4.555399, 50.8099],[-4.555399, 50.8102],[-4.5553, 50.8104],[-4.5549, 50.8111],[-4.5549, 50.8114],[-4.554999, 50.8118],[-4.5553, 50.8123],[-4.5553, 50.8127],[-4.555099, 50.8134],[-4.5552, 50.814],[-4.555399, 50.8148],[-4.5555, 50.8151],[-4.5555, 50.8154],[-4.5553, 50.8158],[-4.554999, 50.8164],[-4.5549, 50.8172],[-4.5549, 50.8181],[-4.555099, 50.8187],[-4.555399, 50.8192],[-4.556201, 50.8201],[-4.5564, 50.8205],[-4.5564, 50.8211],[-4.556201, 50.8215],[-4.555799, 50.8218],[-4.555099, 50.8221],[-4.5549, 50.8223],[-4.5549, 50.8226],[-4.555099, 50.823],[-4.5555, 50.8234],[-4.556601, 50.8242],[-4.5567, 50.8243],[-4.5568, 50.8247],[-4.5567, 50.8251],[-4.5559, 50.8263],[-4.5556, 50.8269],[-4.5555, 50.8273],[-4.5556, 50.8277],[-4.555799, 50.8279],[-4.5563, 50.828],[-4.556601, 50.8281],[-4.5567, 50.8284],[-4.556601, 50.8286],[-4.5555, 50.8288],[-4.555099, 50.8291],[-4.5549, 50.8293],[-4.554699, 50.8297],[-4.5548, 50.8300],[-4.555099, 50.8303],[-4.5552, 50.8305],[-4.5552, 50.8307],[-4.554999, 50.8308],[-4.554599, 50.8309],[-4.5542, 50.8308],[-4.553199, 50.8301],[-4.5524, 50.8317],[-4.552499, 50.8320],[-4.552599, 50.8327],[-4.552499, 50.8351],[-4.552499, 50.8358],[-4.5527, 50.8362],[-4.5531, 50.8364],[-4.554101, 50.8367],[-4.554399, 50.8370],[-4.554501, 50.8374],[-4.554501, 50.8384],[-4.554599, 50.8394],[-4.5549, 50.8406],[-4.555099, 50.8413],[-4.555399, 50.8419],[-4.555699, 50.8426],[-4.555799, 50.8431],[-4.555699, 50.8435],[-4.5555, 50.8439],[-4.554699, 50.8448],[-4.554399, 50.8454],[-4.5542, 50.8466],[-4.5542, 50.8477],[-4.5543, 50.8487],[-4.554399, 50.8491],[-4.554699, 50.8495],[-4.5555, 50.8499],[-4.555699, 50.8501],[-4.555699, 50.8505],[-4.5555, 50.8508],[-4.5549, 50.8514],[-4.554699, 50.8518],[-4.5548, 50.8525],[-4.555099, 50.8531],[-4.5552, 50.8535],[-4.5553, 50.8576],[-4.555799, 50.8624],[-4.5559, 50.8661],[-4.556001, 50.8666],[-4.556499, 50.8674],[-4.557199, 50.8685],[-4.5574, 50.8691],[-4.5574, 50.8694],[-4.557199, 50.8698],[-4.557099, 50.8702],[-4.557199, 50.8705],[-4.5577, 50.8708],[-4.558, 50.8712],[-4.5581, 50.8715],[-4.558, 50.8721],[-4.5577, 50.8726],[-4.55690, 50.8741],[-4.556601, 50.8747],[-4.556499, 50.8752],[-4.556601, 50.8757],[-4.55690, 50.8759],[-4.5574, 50.876],[-4.558199, 50.8758],[-4.559, 50.8756],[-4.559599, 50.8756],[-4.559899, 50.8758],[-4.5601, 50.8761],[-4.559999, 50.8765],[-4.5598, 50.8768],[-4.559199, 50.8775],[-4.5585, 50.8783],[-4.5581, 50.8789],[-4.558, 50.8794],[-4.558, 50.8798],[-4.558199, 50.8802],[-4.558599, 50.8805],[-4.5593, 50.8808],[-4.5597, 50.881],[-4.5601, 50.8814],[-4.560599, 50.8818],[-4.5611, 50.8821],[-4.561601, 50.8823],[-4.5622, 50.8825],[-4.5625, 50.8827],[-4.562699, 50.883],[-4.5629, 50.8841],[-4.5632, 50.8845],[-4.5636, 50.8847],[-4.5651, 50.8849],[-4.5657, 50.8851],[-4.566, 50.8854],[-4.5661, 50.8858],[-4.566, 50.8862],[-4.565599, 50.8865],[-4.5647, 50.8867],[-4.5625, 50.8871],[-4.561699, 50.8873],[-4.561201, 50.8877],[-4.561, 50.8880],[-4.5609, 50.8888],[-4.5608, 50.889],[-4.560599, 50.8893],[-4.560599, 50.8895],[-4.560699, 50.8901],[-4.560599, 50.8904],[-4.5602, 50.8908],[-4.5597, 50.8911],[-4.559599, 50.8914],[-4.5597, 50.8918],[-4.5601, 50.8922],[-4.5615, 50.8929],[-4.56300, 50.8935],[-4.563399, 50.8938],[-4.5636, 50.8941],[-4.5636, 50.8944],[-4.563399, 50.8947],[-4.5626, 50.8952],[-4.5622, 50.8956],[-4.562099, 50.8958],[-4.5623, 50.8961],[-4.5625, 50.8963],[-4.5635, 50.8969],[-4.563799, 50.8971],[-4.564, 50.8975],[-4.564101, 50.8980],[-4.564, 50.8985],[-4.563701, 50.8989],[-4.56300, 50.8995],[-4.5626, 50.9000],[-4.5626, 50.9003],[-4.562699, 50.9007],[-4.56300, 50.9010],[-4.563399, 50.9013],[-4.5644, 50.9019],[-4.566201, 50.9027],[-4.5672, 50.9031],[-4.5674, 50.9033],[-4.5674, 50.9036],[-4.567299, 50.9039],[-4.567, 50.9041],[-4.5658, 50.9044],[-4.565199, 50.9046],[-4.5646, 50.9049],[-4.564199, 50.9053],[-4.564, 50.9057],[-4.5639, 50.9061],[-4.564, 50.9064],[-4.5646, 50.9068],[-4.5647, 50.9071],[-4.5647, 50.9073],[-4.5645, 50.9075],[-4.564101, 50.9077],[-4.5635, 50.9077],[-4.56300, 50.9078],[-4.562699, 50.9081],[-4.5625, 50.9084],[-4.5625, 50.9088],[-4.562799, 50.9091],[-4.5639, 50.9095],[-4.564199, 50.9097],[-4.564301, 50.9101],[-4.564101, 50.9105],[-4.563399, 50.9112],[-4.562699, 50.9119],[-4.5623, 50.9123],[-4.561601, 50.9129],[-4.5614, 50.9132],[-4.5615, 50.9135],[-4.5623, 50.9141],[-4.562399, 50.9144],[-4.562399, 50.9147],[-4.5623, 50.9149],[-4.5615, 50.9154],[-4.560299, 50.9163],[-4.559999, 50.9167],[-4.5598, 50.9172],[-4.559599, 50.9174],[-4.559, 50.9176],[-4.556601, 50.9179],[-4.556099, 50.9181],[-4.555799, 50.9183],[-4.555799, 50.9185],[-4.5559, 50.9188],[-4.556499, 50.9195],[-4.556601, 50.9198],[-4.556601, 50.9201],[-4.556201, 50.9203],[-4.554999, 50.9204],[-4.554599, 50.9205],[-4.5542, 50.9207],[-4.553599, 50.9212],[-4.5516, 50.9229],[-4.5507, 50.9237],[-4.550399, 50.9241],[-4.5503, 50.9244],[-4.5503, 50.9247],[-4.550499, 50.9249],[-4.550799, 50.925],[-4.552199, 50.9252],[-4.5527, 50.9253],[-4.552899, 50.9256],[-4.5528, 50.9259],[-4.552299, 50.9261],[-4.5502, 50.9263],[-4.548501, 50.9266],[-4.5466, 50.9273],[-4.544899, 50.9279],[-4.5444, 50.9283],[-4.544199, 50.9289],[-4.544199, 50.9294],[-4.5415, 50.9294],[-4.539, 50.9289],[-4.5342, 50.9283],[-4.5321, 50.9275],[-4.5245, 50.9268],[-4.520599, 50.9267],[-4.51680, 50.9272],[-4.5011, 50.9268],[-4.4884, 50.9289],[-4.482699, 50.931],[-4.474899, 50.9317],[-4.471099, 50.9319],[-4.4687, 50.9321],[-4.4657, 50.9315],[-4.4646, 50.9312],[-4.462299, 50.9307],[-4.460299, 50.9303],[-4.4555, 50.9295]]],[[[-4.449399, 50.3356],[-4.4499, 50.3356],[-4.4505, 50.3358],[-4.451099, 50.3363],[-4.4517, 50.3369],[-4.4518, 50.3372],[-4.451601, 50.3377],[-4.4512, 50.3381],[-4.4506, 50.3384],[-4.449999, 50.3386],[-4.4492, 50.3387],[-4.448599, 50.3386],[-4.447999, 50.3383],[-4.4474, 50.3378],[-4.447001, 50.3375],[-4.4461, 50.3373],[-4.445099, 50.3372],[-4.4445, 50.337],[-4.444301, 50.3368],[-4.4445, 50.3365],[-4.444799, 50.3362],[-4.4453, 50.3361],[-4.4467, 50.3361],[-4.447599, 50.3361],[-4.448299, 50.3360],[-4.449399, 50.3356]]],[[[-5.4768, 50.1168],[-5.478099, 50.1168],[-5.478799, 50.1174],[-5.479101, 50.1180],[-5.479, 50.1184],[-5.478701, 50.1188],[-5.477799, 50.1194],[-5.476201, 50.12],[-5.474999, 50.1202],[-5.474199, 50.1198],[-5.474, 50.1192],[-5.474101, 50.1186],[-5.4752, 50.1174],[-5.476, 50.117],[-5.4768, 50.1168]]],[[[-5.264999, 50.0127],[-5.265299, 50.0125],[-5.266201, 50.0126],[-5.267099, 50.013],[-5.267399, 50.0133],[-5.267499, 50.0137],[-5.267399, 50.014],[-5.267001, 50.0144],[-5.2665, 50.0145],[-5.266099, 50.0144],[-5.265699, 50.0142],[-5.2649, 50.0132],[-5.264999, 50.0127]]],[[[-5.532899, 50.0815],[-5.5334, 50.0815],[-5.533901, 50.0818],[-5.534501, 50.0824],[-5.534599, 50.0827],[-5.534599, 50.0829],[-5.5344, 50.083],[-5.534101, 50.083],[-5.5337, 50.083],[-5.533299, 50.0828],[-5.5327, 50.0823],[-5.5327, 50.0819],[-5.532899, 50.0815]]],[[[-5.0481, 50.0442],[-5.0487, 50.0439],[-5.049399, 50.044],[-5.0499, 50.0443],[-5.0496, 50.0449],[-5.0491, 50.0449],[-5.0482, 50.0447],[-5.047999, 50.0443],[-5.0481, 50.0442]]],[[[-5.6724, 50.0222],[-5.6729, 50.0222],[-5.6732, 50.0224],[-5.673299, 50.0227],[-5.6732, 50.0229],[-5.672999, 50.0231],[-5.6724, 50.0231],[-5.6721, 50.023],[-5.67170, 50.0228],[-5.67170, 50.0225],[-5.671899, 50.0223],[-5.6724, 50.0222]]],[[[-5.0471, 50.0456],[-5.0478, 50.0456],[-5.047999, 50.0459],[-5.047999, 50.0461],[-5.0475, 50.0464],[-5.046899, 50.0464],[-5.04660, 50.0462],[-5.0465, 50.0459],[-5.04660, 50.0457],[-5.0471, 50.0456]]]]}, properties:{name:"Cornwall"}}, {type:"Feature", geometry:{type:"MultiPolygon", coordinates:[[[[-2.6821, 55.1693],[-2.6826, 55.1684],[-2.682699, 55.1678],[-2.6826, 55.1669],[-2.682199, 55.1662],[-2.6809, 55.1652],[-2.6787, 55.163],[-2.6768, 55.1612],[-2.673701, 55.1582],[-2.673, 55.1572],[-2.672499, 55.1564],[-2.67200, 55.155],[-2.6709, 55.1515],[-2.670599, 55.1513],[-2.6677, 55.1503],[-2.6626, 55.1487],[-2.662, 55.1484],[-2.6607, 55.1473],[-2.659501, 55.1458],[-2.6585, 55.144],[-2.6559, 55.1401],[-2.654, 55.1374],[-2.6517, 55.1358],[-2.648, 55.1335],[-2.646801, 55.1329],[-2.64360, 55.1318],[-2.641099, 55.1314],[-2.637599, 55.1307],[-2.633399, 55.1298],[-2.629699, 55.129],[-2.628, 55.1287],[-2.625299, 55.1282],[-2.625, 55.1283],[-2.623501, 55.1293],[-2.6222, 55.1299],[-2.621601, 55.1301],[-2.6208, 55.1302],[-2.618799, 55.1300],[-2.616699, 55.1295],[-2.614599, 55.1289],[-2.61180, 55.1282],[-2.6075, 55.1271],[-2.603701, 55.1263],[-2.599999, 55.1252],[-2.598701, 55.1248],[-2.5982, 55.1246],[-2.598, 55.1244],[-2.5978, 55.1236],[-2.5982, 55.1202],[-2.5982, 55.1199],[-2.598099, 55.1194],[-2.596699, 55.1178],[-2.594899, 55.1160],[-2.594599, 55.1153],[-2.594301, 55.1144],[-2.594, 55.1128],[-2.5939, 55.1118],[-2.5936, 55.1084],[-2.593501, 55.1078],[-2.5933, 55.1074],[-2.592799, 55.1071],[-2.591401, 55.1066],[-2.591201, 55.1063],[-2.591001, 55.1055],[-2.590699, 55.105],[-2.5903, 55.1048],[-2.5895, 55.1045],[-2.586601, 55.1041],[-2.584501, 55.1035],[-2.582999, 55.103],[-2.582099, 55.1025],[-2.5817, 55.102],[-2.581401, 55.1012],[-2.5811, 55.0998],[-2.581001, 55.0994],[-2.580899, 55.0992],[-2.5799, 55.0985],[-2.5796, 55.0981],[-2.579101, 55.0967],[-2.578901, 55.0965],[-2.578399, 55.0964],[-2.577899, 55.0964],[-2.576801, 55.0969],[-2.576499, 55.0969],[-2.575599, 55.0965],[-2.57520, 55.0965],[-2.5734, 55.0972],[-2.571899, 55.0974],[-2.570499, 55.0975],[-2.5693, 55.0974],[-2.568701, 55.0973],[-2.5683, 55.0969],[-2.56780, 55.0956],[-2.5673, 55.0952],[-2.566099, 55.0946],[-2.5659, 55.0943],[-2.565799, 55.0934],[-2.565599, 55.0932],[-2.564101, 55.0924],[-2.5622, 55.0916],[-2.5613, 55.0911],[-2.560199, 55.0897],[-2.559101, 55.0882],[-2.5588, 55.0876],[-2.5588, 55.0874],[-2.5592, 55.087],[-2.5615, 55.0861],[-2.565799, 55.0845],[-2.566099, 55.0841],[-2.566099, 55.0838],[-2.564501, 55.0833],[-2.5625, 55.083],[-2.56170, 55.0829],[-2.56040, 55.0831],[-2.558701, 55.084],[-2.558199, 55.0841],[-2.5574, 55.0842],[-2.557001, 55.084],[-2.5567, 55.0835],[-2.556401, 55.082],[-2.556201, 55.0818],[-2.5555, 55.0815],[-2.554899, 55.0816],[-2.5539, 55.0828],[-2.5535, 55.0829],[-2.5527, 55.0827],[-2.5504, 55.0816],[-2.549101, 55.0814],[-2.548, 55.0815],[-2.547, 55.0819],[-2.5438, 55.0835],[-2.5425, 55.0837],[-2.5369, 55.0831],[-2.5346, 55.0831],[-2.5336, 55.0832],[-2.5306, 55.0837],[-2.5297, 55.084],[-2.527999, 55.0853],[-2.5276, 55.0855],[-2.527, 55.0855],[-2.525399, 55.0846],[-2.524501, 55.0845],[-2.5236, 55.0849],[-2.5229, 55.0854],[-2.522399, 55.0856],[-2.519599, 55.0854],[-2.517, 55.0855],[-2.516299, 55.0858],[-2.514899, 55.0879],[-2.513901, 55.089],[-2.5134, 55.0893],[-2.512599, 55.0893],[-2.510099, 55.089],[-2.5093, 55.089],[-2.5069, 55.0895],[-2.505599, 55.0895],[-2.503799, 55.0898],[-2.5028, 55.0903],[-2.5004, 55.0913],[-2.4999, 55.0914],[-2.4992, 55.0914],[-2.498701, 55.0913],[-2.4983, 55.0911],[-2.4978, 55.0905],[-2.497, 55.0894],[-2.4965, 55.0889],[-2.496201, 55.0886],[-2.493999, 55.0875],[-2.4912, 55.0865],[-2.489, 55.0859],[-2.487999, 55.0855],[-2.4874, 55.0851],[-2.486401, 55.084],[-2.486001, 55.0837],[-2.4855, 55.0835],[-2.4846, 55.0834],[-2.483299, 55.0831],[-2.483099, 55.0829],[-2.483, 55.0827],[-2.483, 55.0825],[-2.483, 55.0822],[-2.483099, 55.082],[-2.483701, 55.0817],[-2.4846, 55.0815],[-2.485399, 55.0815],[-2.487999, 55.0825],[-2.4892, 55.0827],[-2.490299, 55.0827],[-2.4914, 55.0825],[-2.492399, 55.082],[-2.493099, 55.0812],[-2.4934, 55.0807],[-2.493901, 55.0784],[-2.493999, 55.0782],[-2.494699, 55.0776],[-2.4971, 55.0767],[-2.497499, 55.0765],[-2.497699, 55.0762],[-2.497699, 55.0759],[-2.497499, 55.0752],[-2.4969, 55.0746],[-2.49460, 55.0736],[-2.492199, 55.0726],[-2.4909, 55.0719],[-2.490499, 55.0713],[-2.4904, 55.0709],[-2.4906, 55.0698],[-2.490499, 55.0696],[-2.4899, 55.0687],[-2.4899, 55.0685],[-2.4899, 55.0683],[-2.4906, 55.0674],[-2.4932, 55.0661],[-2.4948, 55.0654],[-2.495899, 55.065],[-2.496201, 55.065],[-2.4974, 55.0653],[-2.4978, 55.0653],[-2.4981, 55.0653],[-2.4983, 55.0652],[-2.4991, 55.0643],[-2.499799, 55.0622],[-2.500099, 55.0617],[-2.500299, 55.0617],[-2.500799, 55.0618],[-2.502599, 55.0633],[-2.503, 55.0633],[-2.5032, 55.0632],[-2.5032, 55.0629],[-2.502199, 55.062],[-2.5002, 55.0604],[-2.4974, 55.0582],[-2.496201, 55.0574],[-2.493999, 55.0561],[-2.492599, 55.0545],[-2.492199, 55.0541],[-2.492001, 55.0540],[-2.491699, 55.0540],[-2.4897, 55.0546],[-2.488501, 55.0545],[-2.487799, 55.0543],[-2.4876, 55.0540],[-2.4876, 55.0536],[-2.4879, 55.053],[-2.4902, 55.0516],[-2.490299, 55.0513],[-2.4902, 55.0509],[-2.488701, 55.05],[-2.486601, 55.0492],[-2.4848, 55.0486],[-2.484101, 55.0482],[-2.483701, 55.0477],[-2.4835, 55.0466],[-2.4832, 55.0461],[-2.482399, 55.0455],[-2.4805, 55.0445],[-2.480099, 55.0439],[-2.48, 55.0429],[-2.480299, 55.0418],[-2.48110, 55.0404],[-2.482899, 55.0393],[-2.4848, 55.0386],[-2.489501, 55.0376],[-2.490099, 55.0376],[-2.4904, 55.0379],[-2.4913, 55.0386],[-2.491601, 55.0387],[-2.493299, 55.0388],[-2.497299, 55.0387],[-2.502001, 55.0387],[-2.504501, 55.0386],[-2.5053, 55.0385],[-2.5067, 55.0377],[-2.5069, 55.0375],[-2.5069, 55.0373],[-2.506001, 55.0366],[-2.505899, 55.0364],[-2.505899, 55.0359],[-2.506299, 55.0358],[-2.5083, 55.0362],[-2.509599, 55.0362],[-2.514199, 55.0358],[-2.516001, 55.0355],[-2.5197, 55.0353],[-2.524301, 55.0346],[-2.5257, 55.0341],[-2.527999, 55.033],[-2.530499, 55.0315],[-2.535899, 55.0303],[-2.541001, 55.0289],[-2.5432, 55.0284],[-2.5437, 55.0281],[-2.5446, 55.027],[-2.545599, 55.0233],[-2.5459, 55.0229],[-2.5474, 55.0223],[-2.5494, 55.0217],[-2.5514, 55.021],[-2.553299, 55.0207],[-2.554899, 55.0207],[-2.556801, 55.021],[-2.557199, 55.0211],[-2.558501, 55.022],[-2.5597, 55.0229],[-2.5601, 55.0231],[-2.56040, 55.0232],[-2.561001, 55.0231],[-2.564699, 55.021],[-2.568901, 55.0189],[-2.570199, 55.0181],[-2.5718, 55.0167],[-2.571899, 55.016],[-2.572001, 55.0134],[-2.5701, 55.0103],[-2.568099, 55.0084],[-2.5659, 55.006],[-2.564101, 55.0037],[-2.5635, 55.0020],[-2.5635, 55.0017],[-2.563999, 55.0007],[-2.566801, 54.9980],[-2.5682, 54.9969],[-2.569, 54.9956],[-2.5703, 54.9935],[-2.5708, 54.9930],[-2.575, 54.9901],[-2.585599, 54.9852],[-2.591201, 54.9827],[-2.592099, 54.9821],[-2.592099, 54.9817],[-2.591401, 54.9805],[-2.5882, 54.9784],[-2.587001, 54.9773],[-2.587001, 54.977],[-2.5873, 54.9765],[-2.590899, 54.9736],[-2.5926, 54.9734],[-2.5969, 54.9729],[-2.598399, 54.9725],[-2.599101, 54.972],[-2.599301, 54.9715],[-2.5992, 54.9713],[-2.598799, 54.9703],[-2.5955, 54.9649],[-2.594599, 54.9639],[-2.5938, 54.9635],[-2.5896, 54.9631],[-2.585099, 54.9631],[-2.578701, 54.9624],[-2.5711, 54.9605],[-2.568701, 54.9598],[-2.566601, 54.9591],[-2.566401, 54.9587],[-2.566401, 54.9583],[-2.568901, 54.9497],[-2.568901, 54.9486],[-2.568701, 54.9477],[-2.5667, 54.9451],[-2.5616, 54.9391],[-2.559, 54.9361],[-2.5578, 54.9338],[-2.557199, 54.9331],[-2.555599, 54.9321],[-2.549799, 54.9309],[-2.547499, 54.9306],[-2.545799, 54.931],[-2.544699, 54.931],[-2.544399, 54.9308],[-2.543999, 54.9301],[-2.543999, 54.9299],[-2.544699, 54.9289],[-2.5492, 54.9259],[-2.5553, 54.9216],[-2.559, 54.9203],[-2.562799, 54.9191],[-2.5632, 54.9187],[-2.5653, 54.9162],[-2.565599, 54.9116],[-2.566, 54.91],[-2.5676, 54.9073],[-2.5697, 54.904],[-2.5731, 54.8994],[-2.582299, 54.8949],[-2.5878, 54.8925],[-2.595099, 54.8881],[-2.597001, 54.8876],[-2.6016, 54.8868],[-2.6026, 54.8864],[-2.6029, 54.8860],[-2.602799, 54.8852],[-2.6015, 54.8841],[-2.5926, 54.8777],[-2.5896, 54.8746],[-2.585599, 54.8696],[-2.576601, 54.8626],[-2.573999, 54.8588],[-2.572001, 54.8558],[-2.571899, 54.8553],[-2.572001, 54.8545],[-2.5725, 54.8538],[-2.5771, 54.8504],[-2.5796, 54.8484],[-2.579999, 54.8476],[-2.5801, 54.8468],[-2.578701, 54.8434],[-2.5754, 54.8376],[-2.5722, 54.8332],[-2.5675, 54.827],[-2.564199, 54.824],[-2.5594, 54.8207],[-2.556401, 54.8186],[-2.549, 54.8156],[-2.539599, 54.8117],[-2.532099, 54.8089],[-2.527999, 54.8075],[-2.525399, 54.8072],[-2.5227, 54.8071],[-2.5212, 54.8073],[-2.5157, 54.8090],[-2.512199, 54.8098],[-2.503799, 54.8113],[-2.5002, 54.8116],[-2.496401, 54.8112],[-2.492399, 54.8104],[-2.491899, 54.8104],[-2.4899, 54.8110],[-2.4858, 54.8133],[-2.472399, 54.8226],[-2.4668, 54.8262],[-2.461801, 54.8295],[-2.4597, 54.831],[-2.457599, 54.8334],[-2.4572, 54.8339],[-2.4568, 54.8344],[-2.456201, 54.835],[-2.4549, 54.8361],[-2.454101, 54.8363],[-2.453501, 54.8361],[-2.451699, 54.8351],[-2.450099, 54.8346],[-2.449699, 54.8346],[-2.447099, 54.8355],[-2.443599, 54.8361],[-2.4419, 54.8366],[-2.4377, 54.8382],[-2.433701, 54.8398],[-2.429101, 54.8413],[-2.4223, 54.8441],[-2.4196, 54.8453],[-2.4182, 54.8462],[-2.416699, 54.8474],[-2.412899, 54.8509],[-2.4117, 54.8521],[-2.409199, 54.855],[-2.4084, 54.8557],[-2.40790, 54.856],[-2.407599, 54.8561],[-2.407001, 54.8562],[-2.405299, 54.8555],[-2.4042, 54.8549],[-2.398901, 54.8528],[-2.398299, 54.8525],[-2.3973, 54.8515],[-2.395499, 54.8483],[-2.392299, 54.8418],[-2.388999, 54.8362],[-2.387199, 54.8334],[-2.3861, 54.832],[-2.3843, 54.8315],[-2.381299, 54.8307],[-2.3756, 54.8291],[-2.372, 54.8282],[-2.370899, 54.8279],[-2.370399, 54.8276],[-2.368901, 54.8256],[-2.366, 54.8229],[-2.3548, 54.8153],[-2.348399, 54.8108],[-2.3457, 54.8088],[-2.342999, 54.8071],[-2.342499, 54.8070],[-2.3417, 54.8069],[-2.3383, 54.8073],[-2.3355, 54.8076],[-2.33470, 54.8075],[-2.3332, 54.8071],[-2.3294, 54.8056],[-2.326801, 54.8044],[-2.3254, 54.8035],[-2.3236, 54.8018],[-2.321899, 54.7994],[-2.3195, 54.7962],[-2.319, 54.7957],[-2.3176, 54.795],[-2.312799, 54.7934],[-2.308501, 54.7915],[-2.3071, 54.7909],[-2.309999, 54.7862],[-2.309999, 54.7844],[-2.309101, 54.7789],[-2.3088, 54.7776],[-2.308399, 54.7768],[-2.308, 54.7764],[-2.3076, 54.7761],[-2.306801, 54.7758],[-2.305599, 54.7754],[-2.3055, 54.7751],[-2.3055, 54.7746],[-2.3057, 54.7743],[-2.306299, 54.7738],[-2.3074, 54.7729],[-2.3083, 54.7723],[-2.3111, 54.7708],[-2.3153, 54.7688],[-2.316299, 54.7681],[-2.318701, 54.7658],[-2.3195, 54.7648],[-2.31990, 54.7643],[-2.3201, 54.7639],[-2.3203, 54.7633],[-2.3204, 54.7622],[-2.318501, 54.7589],[-2.318, 54.7580],[-2.317699, 54.7571],[-2.3176, 54.7567],[-2.3176, 54.7565],[-2.317899, 54.7560],[-2.319799, 54.7535],[-2.323501, 54.7484],[-2.324899, 54.7464],[-2.325099, 54.7459],[-2.325099, 54.7455],[-2.324899, 54.7451],[-2.3236, 54.7424],[-2.323501, 54.742],[-2.3234, 54.7415],[-2.323501, 54.7410],[-2.3237, 54.7405],[-2.324199, 54.7394],[-2.324899, 54.7382],[-2.3255, 54.7376],[-2.3262, 54.7371],[-2.328599, 54.7362],[-2.3311, 54.7354],[-2.332099, 54.7351],[-2.332099, 54.735],[-2.332099, 54.7348],[-2.3318, 54.7343],[-2.330899, 54.7331],[-2.328599, 54.7305],[-2.32730, 54.7295],[-2.325599, 54.7283],[-2.324199, 54.7277],[-2.323999, 54.7276],[-2.3239, 54.7273],[-2.3239, 54.7269],[-2.323999, 54.7266],[-2.324199, 54.7263],[-2.3257, 54.725],[-2.328701, 54.7229],[-2.331201, 54.7217],[-2.332599, 54.7209],[-2.334599, 54.7195],[-2.3354, 54.7188],[-2.335799, 54.7184],[-2.3361, 54.7182],[-2.336499, 54.7181],[-2.3375, 54.718],[-2.3383, 54.7179],[-2.338799, 54.7177],[-2.3397, 54.7166],[-2.339799, 54.7162],[-2.3397, 54.7154],[-2.3394, 54.7131],[-2.3394, 54.7127],[-2.33950, 54.7123],[-2.3404, 54.7118],[-2.342499, 54.7108],[-2.3429, 54.7105],[-2.3431, 54.7102],[-2.342999, 54.7098],[-2.342499, 54.7094],[-2.341401, 54.7086],[-2.3406, 54.7077],[-2.340499, 54.7068],[-2.34080, 54.7059],[-2.3415, 54.7044],[-2.3419, 54.7038],[-2.342299, 54.7033],[-2.3431, 54.7029],[-2.3439, 54.7027],[-2.344199, 54.7026],[-2.3447, 54.7025],[-2.345599, 54.7025],[-2.346699, 54.7025],[-2.3482, 54.7023],[-2.349101, 54.702],[-2.3506, 54.7006],[-2.35170, 54.6999],[-2.3534, 54.699],[-2.354, 54.6986],[-2.354199, 54.6983],[-2.354199, 54.6979],[-2.354, 54.6976],[-2.3536, 54.6972],[-2.353199, 54.6970],[-2.3527, 54.6969],[-2.3522, 54.6967],[-2.3513, 54.6961],[-2.350899, 54.6957],[-2.3506, 54.6953],[-2.3505, 54.6950],[-2.3506, 54.6948],[-2.3515, 54.6939],[-2.352099, 54.6931],[-2.352099, 54.6927],[-2.3519, 54.6923],[-2.3506, 54.6917],[-2.349699, 54.6914],[-2.3492, 54.6911],[-2.348901, 54.6908],[-2.348799, 54.6906],[-2.348701, 54.6901],[-2.3499, 54.6884],[-2.349999, 54.6881],[-2.349999, 54.6878],[-2.3498, 54.6875],[-2.3495, 54.6872],[-2.3485, 54.6866],[-2.347899, 54.6859],[-2.3473, 54.6854],[-2.34690, 54.6852],[-2.344899, 54.6850],[-2.344301, 54.6848],[-2.3441, 54.6847],[-2.342099, 54.6832],[-2.341401, 54.6826],[-2.3396, 54.6813],[-2.3375, 54.6796],[-2.3354, 54.6779],[-2.3329, 54.6766],[-2.331201, 54.6761],[-2.3283, 54.6757],[-2.326801, 54.6747],[-2.324199, 54.6725],[-2.3237, 54.6722],[-2.3227, 54.6718],[-2.319799, 54.671],[-2.3169, 54.6704],[-2.310199, 54.669],[-2.308599, 54.6688],[-2.306099, 54.6687],[-2.304699, 54.6685],[-2.3032, 54.6681],[-2.3022, 54.6677],[-2.30160, 54.6674],[-2.2948, 54.6655],[-2.2922, 54.6648],[-2.2918, 54.6645],[-2.2913, 54.6641],[-2.290699, 54.6633],[-2.289799, 54.6591],[-2.2888, 54.6565],[-2.2874, 54.6536],[-2.285899, 54.6517],[-2.285399, 54.6508],[-2.2857, 54.6505],[-2.2865, 54.6501],[-2.288399, 54.6499],[-2.292099, 54.65],[-2.2938, 54.6498],[-2.2952, 54.6495],[-2.296, 54.649],[-2.2969, 54.6483],[-2.298599, 54.6467],[-2.299799, 54.6453],[-2.299799, 54.6450],[-2.299599, 54.6441],[-2.299599, 54.6439],[-2.3004, 54.6431],[-2.3015, 54.6425],[-2.304101, 54.6425],[-2.307001, 54.6423],[-2.3078, 54.6421],[-2.3088, 54.6413],[-2.312001, 54.6382],[-2.3122, 54.6379],[-2.3122, 54.6376],[-2.311899, 54.6368],[-2.311899, 54.6366],[-2.3134, 54.6359],[-2.3148, 54.6354],[-2.318901, 54.6337],[-2.3218, 54.6311],[-2.318901, 54.6272],[-2.3135, 54.6213],[-2.3088, 54.6157],[-2.306601, 54.6125],[-2.305399, 54.6104],[-2.3046, 54.6069],[-2.3039, 54.6025],[-2.30290, 54.5986],[-2.302599, 54.5974],[-2.3015, 54.5967],[-2.2976, 54.5948],[-2.2825, 54.5883],[-2.278901, 54.587],[-2.2769, 54.5861],[-2.267999, 54.5826],[-2.2668, 54.5816],[-2.264899, 54.58],[-2.2611, 54.5768],[-2.254501, 54.5719],[-2.243999, 54.5658],[-2.242001, 54.5649],[-2.2369, 54.5625],[-2.235399, 54.5620],[-2.233099, 54.5617],[-2.2314, 54.5613],[-2.214, 54.5547],[-2.209501, 54.5533],[-2.2086, 54.5529],[-2.2081, 54.5526],[-2.2077, 54.5522],[-2.2077, 54.5516],[-2.2083, 54.5454],[-2.2081, 54.5447],[-2.2077, 54.5442],[-2.206401, 54.543],[-2.2002, 54.538],[-2.1966, 54.5349],[-2.1954, 54.5341],[-2.194999, 54.5339],[-2.194101, 54.534],[-2.188999, 54.535],[-2.185199, 54.5358],[-2.1817, 54.5363],[-2.17960, 54.5366],[-2.177799, 54.5364],[-2.1761, 54.536],[-2.17300, 54.535],[-2.170599, 54.5332],[-2.169301, 54.5321],[-2.1686, 54.5313],[-2.1682, 54.5307],[-2.168099, 54.5304],[-2.1685, 54.5297],[-2.170399, 54.5268],[-2.171801, 54.5239],[-2.1719, 54.5233],[-2.171401, 54.5226],[-2.1684, 54.521],[-2.1649, 54.5187],[-2.1645, 54.518],[-2.1644, 54.5174],[-2.1644, 54.5162],[-2.1644, 54.5138],[-2.1656, 54.5056],[-2.165499, 54.5053],[-2.1624, 54.5048],[-2.160599, 54.5042],[-2.160399, 54.5040],[-2.1605, 54.5037],[-2.162199, 54.4989],[-2.1644, 54.4916],[-2.1645, 54.4907],[-2.1643, 54.4899],[-2.1628, 54.4862],[-2.1579, 54.4743],[-2.157599, 54.4732],[-2.1575, 54.4718],[-2.158099, 54.4698],[-2.159301, 54.4664],[-2.16, 54.465],[-2.161, 54.4638],[-2.163199, 54.4625],[-2.1644, 54.4614],[-2.169199, 54.4589],[-2.172499, 54.4622],[-2.173599, 54.4628],[-2.1744, 54.4631],[-2.1766, 54.4631],[-2.1772, 54.4631],[-2.177999, 54.4629],[-2.1785, 54.4625],[-2.1807, 54.4596],[-2.1809, 54.4591],[-2.181099, 54.4576],[-2.181099, 54.4538],[-2.181201, 54.4533],[-2.181401, 54.4530],[-2.1842, 54.4510],[-2.1858, 54.4495],[-2.1868, 54.4491],[-2.187599, 54.4489],[-2.188999, 54.4488],[-2.193399, 54.4487],[-2.1991, 54.4486],[-2.2005, 54.4487],[-2.2011, 54.4488],[-2.2126, 54.4510],[-2.213099, 54.4509],[-2.2186, 54.4505],[-2.2211, 54.4505],[-2.2233, 54.4505],[-2.2288, 54.4504],[-2.236099, 54.4511],[-2.2386, 54.4516],[-2.242399, 54.4523],[-2.2446, 54.4527],[-2.2476, 54.4530],[-2.249799, 54.4527],[-2.252599, 54.452],[-2.2568, 54.4508],[-2.2609, 54.4500],[-2.266401, 54.4485],[-2.2671, 54.4480],[-2.267299, 54.4474],[-2.2672, 54.4470],[-2.2657, 54.4449],[-2.265599, 54.4444],[-2.265899, 54.4442],[-2.267299, 54.4437],[-2.272399, 54.4424],[-2.281001, 54.4401],[-2.2844, 54.4389],[-2.2876, 54.4389],[-2.2891, 54.4388],[-2.2897, 54.4387],[-2.289799, 54.4385],[-2.28940, 54.4355],[-2.2891, 54.4342],[-2.2892, 54.4339],[-2.28940, 54.4335],[-2.289599, 54.4333],[-2.2918, 54.4329],[-2.2938, 54.4321],[-2.295599, 54.431],[-2.297899, 54.4303],[-2.3002, 54.4288],[-2.302299, 54.4279],[-2.3035, 54.4273],[-2.3046, 54.4265],[-2.305399, 54.4255],[-2.306401, 54.424],[-2.307001, 54.4229],[-2.3076, 54.4216],[-2.307899, 54.4205],[-2.308, 54.4191],[-2.3076, 54.4142],[-2.306801, 54.4111],[-2.304301, 54.4063],[-2.3032, 54.4041],[-2.30290, 54.4029],[-2.302799, 54.4015],[-2.302999, 54.4001],[-2.30290, 54.3993],[-2.3027, 54.3988],[-2.302299, 54.3982],[-2.298599, 54.3956],[-2.2948, 54.3928],[-2.294301, 54.3921],[-2.293, 54.3893],[-2.2927, 54.3877],[-2.292599, 54.3863],[-2.292599, 54.3839],[-2.2929, 54.3826],[-2.2936, 54.3812],[-2.294301, 54.3799],[-2.2948, 54.3792],[-2.2957, 54.3787],[-2.296801, 54.3784],[-2.298501, 54.3781],[-2.305099, 54.3776],[-2.315799, 54.3773],[-2.316401, 54.3772],[-2.317001, 54.3771],[-2.3174, 54.3769],[-2.317699, 54.3767],[-2.318399, 54.3754],[-2.3196, 54.374],[-2.3211, 54.3716],[-2.3225, 54.3703],[-2.324399, 54.3688],[-2.326401, 54.3673],[-2.3299, 54.3649],[-2.3332, 54.3637],[-2.3352, 54.3637],[-2.336601, 54.3639],[-2.3376, 54.3637],[-2.339, 54.3631],[-2.342799, 54.3605],[-2.3436, 54.3601],[-2.3461, 54.3595],[-2.349, 54.3591],[-2.352499, 54.3578],[-2.355299, 54.3569],[-2.357399, 54.3566],[-2.359101, 54.3567],[-2.3619, 54.3564],[-2.362999, 54.3557],[-2.362999, 54.3554],[-2.3624, 54.355],[-2.360199, 54.3535],[-2.3575, 54.3515],[-2.3516, 54.3494],[-2.3461, 54.3474],[-2.343199, 54.3456],[-2.339999, 54.3444],[-2.336, 54.3428],[-2.334399, 54.342],[-2.3336, 54.3415],[-2.332999, 54.3409],[-2.332599, 54.3403],[-2.332299, 54.3396],[-2.3316, 54.3369],[-2.331401, 54.336],[-2.3308, 54.3356],[-2.328701, 54.3345],[-2.326699, 54.3335],[-2.3253, 54.3329],[-2.324399, 54.3327],[-2.323299, 54.3326],[-2.31990, 54.3326],[-2.3192, 54.3324],[-2.318599, 54.3318],[-2.3174, 54.3297],[-2.3167, 54.3293],[-2.312599, 54.3274],[-2.309999, 54.3262],[-2.308901, 54.3256],[-2.3083, 54.3250],[-2.308399, 54.3241],[-2.3117, 54.3175],[-2.312999, 54.3156],[-2.3136, 54.3148],[-2.314101, 54.3140],[-2.314501, 54.3135],[-2.3153, 54.3133],[-2.318099, 54.3137],[-2.3193, 54.3137],[-2.31990, 54.3135],[-2.3203, 54.313],[-2.320199, 54.3126],[-2.31990, 54.3117],[-2.319, 54.3086],[-2.318799, 54.307],[-2.319799, 54.3058],[-2.3208, 54.3048],[-2.3215, 54.304],[-2.322299, 54.3029],[-2.3225, 54.3023],[-2.3224, 54.3019],[-2.322001, 54.3015],[-2.3193, 54.3001],[-2.319101, 54.2998],[-2.3192, 54.2994],[-2.3195, 54.2986],[-2.31990, 54.298],[-2.320499, 54.297],[-2.321201, 54.2958],[-2.3216, 54.2945],[-2.3216, 54.294],[-2.3213, 54.2934],[-2.3194, 54.2922],[-2.3175, 54.2907],[-2.3167, 54.29],[-2.316401, 54.2895],[-2.3162, 54.2886],[-2.3162, 54.287],[-2.316601, 54.2849],[-2.317001, 54.2846],[-2.3201, 54.2837],[-2.320499, 54.2834],[-2.320699, 54.283],[-2.320899, 54.282],[-2.321001, 54.2805],[-2.3206, 54.2795],[-2.3194, 54.2776],[-2.316099, 54.2734],[-2.314501, 54.2715],[-2.31380, 54.2706],[-2.31380, 54.2700],[-2.3146, 54.2686],[-2.3157, 54.2662],[-2.318399, 54.2607],[-2.319999, 54.2565],[-2.3214, 54.25],[-2.321899, 54.2455],[-2.322099, 54.2446],[-2.3224, 54.244],[-2.3227, 54.2436],[-2.323299, 54.2433],[-2.326401, 54.243],[-2.32730, 54.2428],[-2.328501, 54.2424],[-2.3336, 54.2394],[-2.335, 54.2388],[-2.3357, 54.2386],[-2.338799, 54.2384],[-2.342, 54.2384],[-2.3438, 54.2385],[-2.344599, 54.2388],[-2.345299, 54.2393],[-2.3476, 54.2419],[-2.3485, 54.2426],[-2.352099, 54.2441],[-2.356, 54.2463],[-2.358299, 54.2481],[-2.3598, 54.2494],[-2.360699, 54.2499],[-2.3618, 54.2504],[-2.36260, 54.2506],[-2.3634, 54.2506],[-2.365499, 54.2502],[-2.3677, 54.2498],[-2.369301, 54.2498],[-2.3699, 54.2496],[-2.3705, 54.2492],[-2.370899, 54.2486],[-2.371001, 54.2477],[-2.370899, 54.2458],[-2.3708, 54.2424],[-2.371001, 54.242],[-2.371601, 54.2413],[-2.3728, 54.241],[-2.376601, 54.2405],[-2.379101, 54.2403],[-2.3839, 54.2404],[-2.393399, 54.241],[-2.3945, 54.241],[-2.3949, 54.2408],[-2.397599, 54.2355],[-2.398799, 54.2327],[-2.399699, 54.231],[-2.40050, 54.23],[-2.4019, 54.2288],[-2.4036, 54.2276],[-2.4043, 54.2272],[-2.405299, 54.227],[-2.408799, 54.2274],[-2.41, 54.2276],[-2.4123, 54.2276],[-2.4142, 54.2272],[-2.4265, 54.2249],[-2.429899, 54.2244],[-2.4324, 54.2244],[-2.439899, 54.2268],[-2.4447, 54.2272],[-2.4482, 54.2274],[-2.454799, 54.2279],[-2.459, 54.2282],[-2.4587, 54.2318],[-2.4579, 54.2372],[-2.4577, 54.2388],[-2.4577, 54.2398],[-2.4579, 54.2402],[-2.457999, 54.2403],[-2.4586, 54.2403],[-2.459501, 54.24],[-2.461401, 54.2393],[-2.467099, 54.2357],[-2.471, 54.234],[-2.474301, 54.2317],[-2.4765, 54.2303],[-2.4823, 54.2276],[-2.4886, 54.2255],[-2.494999, 54.222],[-2.499399, 54.2209],[-2.506099, 54.2201],[-2.5106, 54.2196],[-2.516001, 54.2192],[-2.5207, 54.2181],[-2.522399, 54.2174],[-2.5244, 54.2164],[-2.5288, 54.2127],[-2.529799, 54.2111],[-2.5308, 54.2106],[-2.5351, 54.2107],[-2.536801, 54.2101],[-2.5432, 54.2052],[-2.545399, 54.2038],[-2.5567, 54.1999],[-2.5674, 54.1980],[-2.5782, 54.1965],[-2.5869, 54.1965],[-2.5894, 54.1966],[-2.590499, 54.1967],[-2.5917, 54.1967],[-2.5936, 54.1966],[-2.5971, 54.1966],[-2.606601, 54.1959],[-2.6131, 54.1965],[-2.621601, 54.1963],[-2.6263, 54.1982],[-2.6292, 54.1996],[-2.6364, 54.2020],[-2.638, 54.2027],[-2.639699, 54.2022],[-2.640599, 54.2011],[-2.6408, 54.2006],[-2.642, 54.1955],[-2.6424, 54.1943],[-2.6438, 54.1919],[-2.645099, 54.1900],[-2.6464, 54.1889],[-2.65, 54.1873],[-2.654, 54.1864],[-2.659101, 54.1840],[-2.6621, 54.1827],[-2.6644, 54.181],[-2.66800, 54.1794],[-2.670799, 54.1782],[-2.6719, 54.1775],[-2.6731, 54.1764],[-2.673701, 54.1754],[-2.6752, 54.1724],[-2.6775, 54.1705],[-2.67810, 54.1696],[-2.678299, 54.1688],[-2.67810, 54.1675],[-2.67810, 54.1661],[-2.6782, 54.1654],[-2.6785, 54.165],[-2.679399, 54.1644],[-2.6803, 54.1639],[-2.681601, 54.1635],[-2.6824, 54.1637],[-2.683399, 54.1644],[-2.6879, 54.1666],[-2.688299, 54.1667],[-2.6905, 54.1659],[-2.6928, 54.1652],[-2.696201, 54.165],[-2.6984, 54.165],[-2.699699, 54.1648],[-2.701499, 54.1653],[-2.703799, 54.1661],[-2.7047, 54.1663],[-2.706001, 54.1663],[-2.709599, 54.1654],[-2.7102, 54.1653],[-2.712001, 54.1655],[-2.71680, 54.1664],[-2.72, 54.1668],[-2.724999, 54.1668],[-2.7353, 54.1668],[-2.736001, 54.1672],[-2.736401, 54.1679],[-2.737799, 54.1742],[-2.737799, 54.1765],[-2.7368, 54.1828],[-2.737, 54.1841],[-2.7374, 54.1845],[-2.740299, 54.186],[-2.7434, 54.1873],[-2.746601, 54.1889],[-2.747999, 54.1895],[-2.7493, 54.1892],[-2.758199, 54.1878],[-2.7607, 54.1888],[-2.766299, 54.1881],[-2.7678, 54.1881],[-2.768901, 54.1885],[-2.770499, 54.1894],[-2.772799, 54.1900],[-2.775399, 54.1908],[-2.77780, 54.1911],[-2.783, 54.1933],[-2.7851, 54.1942],[-2.7909, 54.1974],[-2.7937, 54.1984],[-2.796401, 54.1991],[-2.800699, 54.1992],[-2.8055, 54.1986],[-2.806601, 54.1936],[-2.8134, 54.1923],[-2.814699, 54.1908],[-2.816401, 54.1898],[-2.8224, 54.1868],[-2.8303, 54.186],[-2.831001, 54.1859],[-2.832, 54.1858],[-2.834399, 54.185],[-2.835599, 54.1843],[-2.836801, 54.1826],[-2.8376, 54.1811],[-2.838099, 54.1801],[-2.8385, 54.1796],[-2.8392, 54.179],[-2.84240, 54.1772],[-2.8622, 54.1744],[-2.8642, 54.1739],[-2.864399, 54.1741],[-2.86470, 54.1741],[-2.8656, 54.1738],[-2.866, 54.1737],[-2.8664, 54.1738],[-2.86730, 54.1742],[-2.8682, 54.1757],[-2.869101, 54.1777],[-2.86940, 54.1786],[-2.86940, 54.1788],[-2.86920, 54.1794],[-2.868799, 54.1799],[-2.867001, 54.1809],[-2.865499, 54.1817],[-2.864599, 54.1818],[-2.8629, 54.1817],[-2.8608, 54.1811],[-2.858299, 54.1801],[-2.857001, 54.1797],[-2.856801, 54.1798],[-2.856499, 54.1801],[-2.85630, 54.1804],[-2.85630, 54.1806],[-2.856699, 54.1812],[-2.8575, 54.1818],[-2.8582, 54.1823],[-2.8595, 54.1826],[-2.862499, 54.1829],[-2.86330, 54.1835],[-2.8641, 54.1845],[-2.864399, 54.1851],[-2.864501, 54.1856],[-2.864501, 54.1863],[-2.864399, 54.1871],[-2.8642, 54.1876],[-2.863701, 54.1881],[-2.8619, 54.189],[-2.8617, 54.1892],[-2.8617, 54.1894],[-2.8618, 54.1897],[-2.8629, 54.1905],[-2.86330, 54.1912],[-2.8634, 54.1917],[-2.8634, 54.1919],[-2.863199, 54.1922],[-2.862099, 54.1935],[-2.861201, 54.1943],[-2.8599, 54.1948],[-2.858599, 54.1949],[-2.8554, 54.1946],[-2.854599, 54.1946],[-2.8541, 54.1947],[-2.8533, 54.1950],[-2.849999, 54.1971],[-2.848, 54.1978],[-2.8452, 54.1989],[-2.840499, 54.2009],[-2.8359, 54.2027],[-2.835, 54.2035],[-2.834501, 54.2050],[-2.8338, 54.2064],[-2.833501, 54.2065],[-2.8332, 54.2065],[-2.831201, 54.2059],[-2.829, 54.2051],[-2.826601, 54.2046],[-2.824899, 54.2047],[-2.82410, 54.2050],[-2.82390, 54.2056],[-2.82390, 54.2064],[-2.82460, 54.2085],[-2.824699, 54.2089],[-2.82460, 54.2092],[-2.824399, 54.2094],[-2.823999, 54.2096],[-2.82270, 54.2097],[-2.8217, 54.2101],[-2.8208, 54.2108],[-2.81970, 54.2128],[-2.8193, 54.2133],[-2.818599, 54.2137],[-2.817699, 54.2141],[-2.815799, 54.2145],[-2.8127, 54.2146],[-2.8117, 54.2149],[-2.8108, 54.2154],[-2.8097, 54.2164],[-2.808901, 54.2176],[-2.807499, 54.2198],[-2.8069, 54.2202],[-2.8055, 54.2208],[-2.8025, 54.2212],[-2.8002, 54.2219],[-2.798599, 54.2229],[-2.7969, 54.2243],[-2.795799, 54.2252],[-2.795099, 54.2255],[-2.793099, 54.2257],[-2.7922, 54.226],[-2.791899, 54.2262],[-2.791201, 54.2273],[-2.790699, 54.2279],[-2.7899, 54.2285],[-2.7895, 54.2288],[-2.7891, 54.23],[-2.788901, 54.2311],[-2.789, 54.2315],[-2.7894, 54.2323],[-2.7897, 54.2326],[-2.7908, 54.2331],[-2.7927, 54.234],[-2.794699, 54.2347],[-2.7955, 54.2354],[-2.795799, 54.236],[-2.796201, 54.2381],[-2.7967, 54.2396],[-2.797899, 54.2408],[-2.7981, 54.2412],[-2.7981, 54.2415],[-2.798, 54.2418],[-2.7969, 54.2426],[-2.796801, 54.2429],[-2.7969, 54.2434],[-2.797199, 54.2441],[-2.798599, 54.2455],[-2.7999, 54.2467],[-2.800699, 54.2472],[-2.8011, 54.2474],[-2.8016, 54.2476],[-2.802099, 54.2477],[-2.804899, 54.2477],[-2.805599, 54.2478],[-2.806801, 54.2478],[-2.80830, 54.2476],[-2.8106, 54.2471],[-2.812599, 54.247],[-2.8129, 54.247],[-2.813299, 54.2456],[-2.813299, 54.2453],[-2.812999, 54.2450],[-2.8115, 54.2443],[-2.8101, 54.244],[-2.8081, 54.2438],[-2.806499, 54.2439],[-2.8052, 54.2438],[-2.804501, 54.2435],[-2.8037, 54.243],[-2.8034, 54.2424],[-2.8034, 54.2421],[-2.8036, 54.2412],[-2.804399, 54.2382],[-2.805099, 54.2349],[-2.805099, 54.2343],[-2.805, 54.2338],[-2.804501, 54.2324],[-2.803999, 54.2309],[-2.803999, 54.2303],[-2.804199, 54.2298],[-2.804699, 54.2292],[-2.805599, 54.2285],[-2.808501, 54.2266],[-2.810499, 54.2258],[-2.814899, 54.2242],[-2.818799, 54.2229],[-2.822999, 54.2214],[-2.825599, 54.2206],[-2.8269, 54.2205],[-2.8293, 54.2207],[-2.8306, 54.2206],[-2.8311, 54.2205],[-2.8317, 54.2202],[-2.8329, 54.2189],[-2.8348, 54.2162],[-2.836299, 54.214],[-2.837399, 54.2125],[-2.8385, 54.211],[-2.84010, 54.2091],[-2.8416, 54.2075],[-2.8433, 54.2065],[-2.844501, 54.2063],[-2.8476, 54.2061],[-2.851001, 54.2059],[-2.854199, 54.2054],[-2.8559, 54.2054],[-2.857599, 54.2053],[-2.861201, 54.2046],[-2.8641, 54.2039],[-2.866801, 54.2034],[-2.86730, 54.2034],[-2.8696, 54.2038],[-2.870399, 54.2038],[-2.8717, 54.2036],[-2.875, 54.2030],[-2.8794, 54.2021],[-2.8818, 54.2015],[-2.8836, 54.2008],[-2.8843, 54.2001],[-2.884599, 54.1997],[-2.884599, 54.1991],[-2.8843, 54.1982],[-2.884399, 54.1977],[-2.884501, 54.1974],[-2.884799, 54.1969],[-2.885499, 54.1962],[-2.8861, 54.1959],[-2.886699, 54.1958],[-2.887001, 54.1959],[-2.887199, 54.1963],[-2.887199, 54.1966],[-2.8864, 54.1981],[-2.8864, 54.1983],[-2.886499, 54.1986],[-2.886699, 54.1989],[-2.88730, 54.1994],[-2.8879, 54.1996],[-2.8886, 54.1996],[-2.890199, 54.1993],[-2.8933, 54.1984],[-2.895499, 54.1974],[-2.8977, 54.1970],[-2.8987, 54.1967],[-2.898999, 54.1966],[-2.9007, 54.1967],[-2.9021, 54.1966],[-2.904799, 54.1955],[-2.9065, 54.1944],[-2.908799, 54.1924],[-2.9101, 54.1904],[-2.911401, 54.1878],[-2.91190, 54.1869],[-2.912199, 54.1865],[-2.913, 54.186],[-2.9147, 54.1848],[-2.9164, 54.1838],[-2.9172, 54.1827],[-2.917599, 54.181],[-2.917799, 54.1797],[-2.918099, 54.1788],[-2.9188, 54.1778],[-2.921099, 54.1761],[-2.924599, 54.173],[-2.92640, 54.1713],[-2.9277, 54.1694],[-2.9288, 54.1683],[-2.929501, 54.168],[-2.931099, 54.1677],[-2.933199, 54.1677],[-2.933701, 54.1674],[-2.9338, 54.1671],[-2.9338, 54.1667],[-2.933501, 54.1661],[-2.932199, 54.1647],[-2.9305, 54.1618],[-2.929101, 54.1586],[-2.9289, 54.1571],[-2.928999, 54.1557],[-2.929301, 54.1537],[-2.929899, 54.1528],[-2.930399, 54.1525],[-2.9307, 54.1525],[-2.931401, 54.1531],[-2.931801, 54.1537],[-2.9333, 54.1548],[-2.933599, 54.1552],[-2.9338, 54.156],[-2.934, 54.1573],[-2.93420, 54.1576],[-2.934799, 54.158],[-2.9358, 54.1585],[-2.9366, 54.1587],[-2.93840, 54.1588],[-2.9409, 54.1587],[-2.941499, 54.1588],[-2.9421, 54.1591],[-2.94260, 54.1594],[-2.942699, 54.1596],[-2.942699, 54.1597],[-2.94240, 54.1599],[-2.941801, 54.16],[-2.940799, 54.1603],[-2.940399, 54.1605],[-2.940399, 54.1606],[-2.94050, 54.1607],[-2.9407, 54.1608],[-2.942199, 54.1611],[-2.942899, 54.1613],[-2.943901, 54.162],[-2.94470, 54.1625],[-2.9453, 54.163],[-2.9456, 54.1635],[-2.9458, 54.1635],[-2.945899, 54.1634],[-2.9458, 54.1628],[-2.944999, 54.162],[-2.943701, 54.1607],[-2.943701, 54.1604],[-2.943901, 54.1602],[-2.9444, 54.1601],[-2.944999, 54.1602],[-2.9463, 54.1608],[-2.947001, 54.161],[-2.947299, 54.1609],[-2.9475, 54.1606],[-2.9475, 54.1603],[-2.947299, 54.1601],[-2.946001, 54.1598],[-2.9444, 54.1594],[-2.944, 54.1592],[-2.943901, 54.159],[-2.944, 54.1588],[-2.9442, 54.1587],[-2.9463, 54.1587],[-2.947299, 54.1586],[-2.9481, 54.1583],[-2.9484, 54.1579],[-2.9484, 54.1578],[-2.948299, 54.1576],[-2.9479, 54.1575],[-2.947099, 54.1576],[-2.9456, 54.1579],[-2.944999, 54.1579],[-2.943599, 54.1575],[-2.9425, 54.1573],[-2.9419, 54.1573],[-2.940399, 54.1577],[-2.939899, 54.1578],[-2.939199, 54.1577],[-2.9388, 54.1575],[-2.9388, 54.1573],[-2.939301, 54.1569],[-2.9412, 54.1566],[-2.9433, 54.1562],[-2.946201, 54.1553],[-2.949501, 54.1546],[-2.952399, 54.1539],[-2.95460, 54.1531],[-2.9581, 54.1522],[-2.961801, 54.1519],[-2.9635, 54.1514],[-2.9653, 54.1513],[-2.965499, 54.1511],[-2.9654, 54.1508],[-2.963599, 54.1501],[-2.96300, 54.1493],[-2.962899, 54.1489],[-2.962899, 54.1487],[-2.963099, 54.1482],[-2.963901, 54.1477],[-2.965699, 54.1471],[-2.96700, 54.1471],[-2.9686, 54.1476],[-2.969501, 54.1482],[-2.97, 54.1483],[-2.9712, 54.1479],[-2.971499, 54.1479],[-2.972699, 54.1482],[-2.974301, 54.1486],[-2.976401, 54.1489],[-2.98090, 54.1491],[-2.9835, 54.1492],[-2.9863, 54.1496],[-2.989399, 54.15],[-2.9913, 54.1502],[-2.9934, 54.1507],[-2.993701, 54.1510],[-2.993901, 54.1515],[-2.9944, 54.1528],[-2.9949, 54.1533],[-2.9965, 54.1539],[-2.997, 54.1542],[-2.99710, 54.1544],[-2.997, 54.1546],[-2.9968, 54.1547],[-2.992399, 54.1557],[-2.9899, 54.1563],[-2.98740, 54.1566],[-2.9865, 54.1571],[-2.9863, 54.1575],[-2.986401, 54.1578],[-2.9869, 54.1579],[-2.987299, 54.1578],[-2.9879, 54.1574],[-2.988199, 54.1573],[-2.99, 54.1572],[-2.99120, 54.157],[-2.9932, 54.1563],[-2.994699, 54.156],[-2.996001, 54.1557],[-2.998199, 54.155],[-2.9989, 54.1549],[-3.000299, 54.155],[-3.001499, 54.1551],[-3.002399, 54.1553],[-3.003, 54.1556],[-3.00340, 54.1559],[-3.004301, 54.1575],[-3.0046, 54.1585],[-3.0046, 54.159],[-3.004501, 54.1601],[-3.0042, 54.162],[-3.0037, 54.1634],[-3.003099, 54.1648],[-3.002899, 54.1652],[-3.0028, 54.1656],[-3.001699, 54.1676],[-3.0007, 54.1693],[-3.000099, 54.1697],[-2.999501, 54.1695],[-2.998501, 54.169],[-2.9983, 54.1691],[-2.998199, 54.1692],[-2.998199, 54.1694],[-2.9983, 54.1701],[-2.9983, 54.1706],[-2.998199, 54.1708],[-2.9976, 54.1714],[-2.9976, 54.1716],[-2.997699, 54.1722],[-2.997699, 54.1724],[-2.997499, 54.1727],[-2.9968, 54.1731],[-2.995699, 54.1734],[-2.995399, 54.1737],[-2.9953, 54.174],[-2.995399, 54.1742],[-2.995899, 54.1744],[-2.99710, 54.1749],[-2.997499, 54.175],[-2.997699, 54.1749],[-2.9976, 54.1743],[-2.997699, 54.1741],[-2.998501, 54.1737],[-2.999399, 54.1733],[-2.9997, 54.1733],[-3.0002, 54.1736],[-3.0021, 54.1735],[-3.004301, 54.1738],[-3.006099, 54.1743],[-3.0069, 54.1745],[-3.0071, 54.1747],[-3.00760, 54.1757],[-3.0083, 54.1767],[-3.0083, 54.1769],[-3.008199, 54.177],[-3.007499, 54.1774],[-3.006401, 54.1777],[-3.006201, 54.1779],[-3.006201, 54.1783],[-3.006401, 54.1788],[-3.006601, 54.1789],[-3.0072, 54.1787],[-3.0086, 54.178],[-3.0089, 54.1781],[-3.009501, 54.1785],[-3.009599, 54.1787],[-3.009599, 54.1791],[-3.00930, 54.1811],[-3.0091, 54.1817],[-3.008199, 54.1829],[-3.008199, 54.1831],[-3.008501, 54.1831],[-3.009, 54.1829],[-3.0104, 54.1814],[-3.011001, 54.1803],[-3.011001, 54.18],[-3.010799, 54.1789],[-3.0109, 54.1784],[-3.0111, 54.1783],[-3.01160, 54.1783],[-3.012199, 54.1785],[-3.01370, 54.1798],[-3.014699, 54.1809],[-3.015, 54.1813],[-3.015, 54.1816],[-3.014699, 54.1819],[-3.0129, 54.1835],[-3.0129, 54.1837],[-3.013, 54.1838],[-3.013299, 54.1838],[-3.014501, 54.1836],[-3.015, 54.1833],[-3.0157, 54.1823],[-3.015899, 54.1821],[-3.016299, 54.1821],[-3.0171, 54.1824],[-3.0181, 54.1833],[-3.0183, 54.1839],[-3.018501, 54.1854],[-3.018701, 54.1859],[-3.018901, 54.1862],[-3.0214, 54.1870],[-3.023099, 54.188],[-3.023901, 54.1889],[-3.0244, 54.1895],[-3.026401, 54.1917],[-3.026601, 54.1923],[-3.0267, 54.194],[-3.0269, 54.1944],[-3.0274, 54.1948],[-3.0313, 54.1962],[-3.031899, 54.1964],[-3.031899, 54.1966],[-3.0313, 54.1977],[-3.0311, 54.1978],[-3.030299, 54.1982],[-3.0293, 54.1984],[-3.02760, 54.1986],[-3.024699, 54.1986],[-3.024301, 54.1987],[-3.023999, 54.1990],[-3.0235, 54.2002],[-3.023099, 54.2006],[-3.0223, 54.2011],[-3.0206, 54.2018],[-3.0204, 54.2018],[-3.0188, 54.2015],[-3.018199, 54.2015],[-3.0167, 54.2017],[-3.015199, 54.2021],[-3.013901, 54.2030],[-3.013299, 54.2036],[-3.013099, 54.2042],[-3.013099, 54.2049],[-3.0134, 54.2063],[-3.0146, 54.2088],[-3.016001, 54.2106],[-3.016601, 54.2112],[-3.0172, 54.2114],[-3.0178, 54.2115],[-3.019799, 54.2116],[-3.0202, 54.2117],[-3.0208, 54.2122],[-3.021001, 54.2128],[-3.021001, 54.2132],[-3.0206, 54.2143],[-3.0206, 54.2145],[-3.0207, 54.2149],[-3.022099, 54.2166],[-3.0223, 54.2171],[-3.0225, 54.2188],[-3.0227, 54.219],[-3.023099, 54.2192],[-3.02360, 54.2192],[-3.025199, 54.2189],[-3.025899, 54.2191],[-3.026401, 54.2196],[-3.0271, 54.2212],[-3.0274, 54.2225],[-3.027299, 54.223],[-3.027, 54.2236],[-3.0258, 54.2243],[-3.0255, 54.2246],[-3.0255, 54.2248],[-3.025599, 54.2252],[-3.025899, 54.2255],[-3.0274, 54.226],[-3.0292, 54.2265],[-3.029599, 54.2267],[-3.030499, 54.2282],[-3.0314, 54.2293],[-3.03250, 54.2301],[-3.033999, 54.2305],[-3.0348, 54.2305],[-3.037, 54.2296],[-3.0394, 54.2282],[-3.0404, 54.2277],[-3.0411, 54.2275],[-3.0416, 54.2275],[-3.042799, 54.2278],[-3.044101, 54.2282],[-3.046601, 54.2287],[-3.047199, 54.2293],[-3.0474, 54.2298],[-3.0474, 54.2303],[-3.0467, 54.2314],[-3.0467, 54.2317],[-3.046801, 54.232],[-3.047199, 54.2324],[-3.04800, 54.233],[-3.0494, 54.2342],[-3.0494, 54.2345],[-3.0492, 54.2348],[-3.048501, 54.2354],[-3.0469, 54.236],[-3.0439, 54.2371],[-3.042099, 54.2378],[-3.0406, 54.238],[-3.0395, 54.2379],[-3.038199, 54.2376],[-3.037899, 54.2376],[-3.037499, 54.2377],[-3.0373, 54.2378],[-3.037, 54.2381],[-3.036601, 54.2389],[-3.036201, 54.2393],[-3.03580, 54.2396],[-3.0351, 54.2399],[-3.0334, 54.2401],[-3.033099, 54.2403],[-3.0329, 54.2407],[-3.032799, 54.2412],[-3.0327, 54.2418],[-3.0327, 54.2436],[-3.03250, 54.244],[-3.03230, 54.2442],[-3.031899, 54.2444],[-3.0311, 54.2446],[-3.0315, 54.246],[-3.0316, 54.2461],[-3.031899, 54.246],[-3.03250, 54.2457],[-3.034301, 54.2452],[-3.035599, 54.2447],[-3.0359, 54.2445],[-3.036099, 54.2441],[-3.036299, 54.243],[-3.036201, 54.2416],[-3.036201, 54.2414],[-3.036299, 54.2412],[-3.036401, 54.2411],[-3.03670, 54.241],[-3.037499, 54.2408],[-3.038501, 54.2407],[-3.0404, 54.2408],[-3.041699, 54.2409],[-3.042799, 54.2409],[-3.044301, 54.2408],[-3.045599, 54.2406],[-3.046499, 54.2398],[-3.047, 54.2392],[-3.047899, 54.2372],[-3.0481, 54.2369],[-3.049101, 54.2366],[-3.05060, 54.2361],[-3.0513, 54.2355],[-3.0514, 54.2353],[-3.0514, 54.2348],[-3.0511, 54.2316],[-3.05080, 54.2287],[-3.050699, 54.2247],[-3.05080, 54.2238],[-3.0514, 54.2224],[-3.052099, 54.2208],[-3.052299, 54.2194],[-3.052299, 54.2189],[-3.052001, 54.2186],[-3.051001, 54.2182],[-3.049599, 54.2180],[-3.047899, 54.2181],[-3.046499, 54.2184],[-3.044699, 54.2194],[-3.044199, 54.2195],[-3.0437, 54.2195],[-3.0432, 54.2193],[-3.042399, 54.2184],[-3.0416, 54.2179],[-3.0395, 54.217],[-3.038399, 54.2162],[-3.038199, 54.2158],[-3.03810, 54.2144],[-3.037899, 54.2141],[-3.0374, 54.214],[-3.03600, 54.2142],[-3.034699, 54.2148],[-3.03440, 54.2153],[-3.03440, 54.2156],[-3.0351, 54.2166],[-3.0351, 54.2168],[-3.034899, 54.217],[-3.034501, 54.2173],[-3.03390, 54.2174],[-3.032099, 54.2168],[-3.031001, 54.2161],[-3.030499, 54.2155],[-3.03040, 54.2151],[-3.030499, 54.2147],[-3.0312, 54.2136],[-3.033, 54.2120],[-3.03390, 54.2116],[-3.036401, 54.2112],[-3.03670, 54.2111],[-3.03670, 54.2108],[-3.0353, 54.2102],[-3.0353, 54.2100],[-3.035399, 54.2098],[-3.037199, 54.2096],[-3.038399, 54.2091],[-3.0388, 54.2086],[-3.038901, 54.208],[-3.03810, 54.2062],[-3.0378, 54.2053],[-3.0378, 54.2049],[-3.038, 54.2045],[-3.040499, 54.2029],[-3.041201, 54.2024],[-3.0432, 54.2001],[-3.0436, 54.2000],[-3.044199, 54.2001],[-3.0457, 54.2008],[-3.047, 54.2013],[-3.048501, 54.2014],[-3.049599, 54.2013],[-3.051001, 54.2004],[-3.052001, 54.1987],[-3.05270, 54.1957],[-3.052799, 54.1945],[-3.05270, 54.1937],[-3.052299, 54.1923],[-3.0516, 54.1907],[-3.0513, 54.1903],[-3.050499, 54.1900],[-3.0504, 54.1898],[-3.050699, 54.1893],[-3.0514, 54.1889],[-3.054301, 54.1883],[-3.057001, 54.1877],[-3.0574, 54.1875],[-3.0574, 54.1872],[-3.0573, 54.1870],[-3.057001, 54.1870],[-3.054399, 54.1873],[-3.054101, 54.1872],[-3.054101, 54.1870],[-3.054399, 54.1868],[-3.056, 54.1858],[-3.056801, 54.1852],[-3.0574, 54.1846],[-3.057699, 54.1841],[-3.058501, 54.1823],[-3.059101, 54.1819],[-3.0595, 54.1818],[-3.0597, 54.1818],[-3.059999, 54.182],[-3.060199, 54.1825],[-3.0603, 54.1843],[-3.060499, 54.1855],[-3.061001, 54.1864],[-3.0616, 54.1869],[-3.062001, 54.1869],[-3.0622, 54.1868],[-3.062299, 54.1867],[-3.062299, 54.1865],[-3.062299, 54.1863],[-3.0622, 54.186],[-3.061899, 54.1848],[-3.0618, 54.1840],[-3.061899, 54.1814],[-3.0618, 54.1808],[-3.0615, 54.1802],[-3.060699, 54.1794],[-3.0593, 54.178],[-3.058701, 54.1769],[-3.0574, 54.1738],[-3.057199, 54.1732],[-3.057001, 54.1722],[-3.057001, 54.1715],[-3.0573, 54.1707],[-3.058199, 54.1688],[-3.05880, 54.1673],[-3.05900, 54.1667],[-3.058901, 54.1646],[-3.058901, 54.1641],[-3.0592, 54.1634],[-3.0597, 54.1629],[-3.06040, 54.1625],[-3.062001, 54.1618],[-3.064101, 54.1612],[-3.0655, 54.1607],[-3.0674, 54.16],[-3.070699, 54.1583],[-3.073501, 54.1565],[-3.0755, 54.1546],[-3.077399, 54.1522],[-3.078501, 54.1510],[-3.0803, 54.1495],[-3.081401, 54.1484],[-3.082, 54.1476],[-3.08250, 54.1462],[-3.0829, 54.1443],[-3.08340, 54.1434],[-3.084599, 54.1417],[-3.0859, 54.1396],[-3.0862, 54.1389],[-3.086499, 54.1376],[-3.086601, 54.1373],[-3.0869, 54.1370],[-3.0878, 54.1362],[-3.0897, 54.1351],[-3.092, 54.1336],[-3.094501, 54.1316],[-3.0964, 54.1304],[-3.0982, 54.1290],[-3.098701, 54.1284],[-3.09940, 54.1268],[-3.0999, 54.1257],[-3.100399, 54.1251],[-3.10170, 54.1239],[-3.1019, 54.1236],[-3.102299, 54.1227],[-3.10340, 54.1207],[-3.104, 54.1202],[-3.1048, 54.1198],[-3.108, 54.1183],[-3.111201, 54.1167],[-3.113701, 54.1157],[-3.1159, 54.1146],[-3.117399, 54.1139],[-3.118, 54.1135],[-3.1196, 54.1118],[-3.1213, 54.1097],[-3.123199, 54.1083],[-3.125499, 54.1071],[-3.126499, 54.1063],[-3.127199, 54.1056],[-3.1284, 54.1043],[-3.129101, 54.1037],[-3.1305, 54.1027],[-3.134501, 54.1004],[-3.137199, 54.0989],[-3.139501, 54.0978],[-3.1417, 54.0966],[-3.145299, 54.0951],[-3.149101, 54.0935],[-3.152299, 54.092],[-3.15450, 54.0906],[-3.15660, 54.0885],[-3.157099, 54.0883],[-3.15850, 54.0880],[-3.159301, 54.0878],[-3.1603, 54.0872],[-3.161401, 54.0864],[-3.1628, 54.0851],[-3.1631, 54.0850],[-3.163501, 54.0850],[-3.16440, 54.0853],[-3.165299, 54.0855],[-3.1658, 54.0855],[-3.166201, 54.0854],[-3.167599, 54.0846],[-3.169399, 54.0840],[-3.1698, 54.0838],[-3.17, 54.0834],[-3.1702, 54.0826],[-3.1702, 54.0821],[-3.17, 54.0817],[-3.169399, 54.0810],[-3.168299, 54.0802],[-3.167099, 54.0794],[-3.1651, 54.0783],[-3.1633, 54.0767],[-3.161801, 54.0756],[-3.161, 54.0750],[-3.1605, 54.0748],[-3.15870, 54.0746],[-3.157799, 54.0743],[-3.1563, 54.0734],[-3.154, 54.0711],[-3.1519, 54.0692],[-3.150399, 54.0682],[-3.150199, 54.0681],[-3.15, 54.0682],[-3.149899, 54.0684],[-3.1498, 54.0688],[-3.1498, 54.069],[-3.149899, 54.0695],[-3.150399, 54.0702],[-3.151401, 54.0711],[-3.1515, 54.0713],[-3.1515, 54.0716],[-3.151401, 54.0718],[-3.151099, 54.072],[-3.1507, 54.072],[-3.149501, 54.0714],[-3.1485, 54.0705],[-3.148099, 54.0699],[-3.148, 54.0694],[-3.148099, 54.0681],[-3.148099, 54.0677],[-3.1479, 54.067],[-3.1475, 54.0658],[-3.1475, 54.0656],[-3.147799, 54.0654],[-3.1485, 54.0653],[-3.1498, 54.0654],[-3.151099, 54.0659],[-3.1515, 54.0662],[-3.1521, 54.0671],[-3.1529, 54.0680],[-3.153901, 54.0694],[-3.155299, 54.0707],[-3.157099, 54.0721],[-3.1584, 54.0730],[-3.1605, 54.0739],[-3.162699, 54.0746],[-3.163399, 54.0750],[-3.1641, 54.0757],[-3.1652, 54.0769],[-3.1659, 54.0776],[-3.1673, 54.0785],[-3.169301, 54.0795],[-3.1703, 54.0798],[-3.17050, 54.0798],[-3.170799, 54.0796],[-3.171299, 54.0787],[-3.1717, 54.0767],[-3.1717, 54.0762],[-3.171299, 54.0751],[-3.171299, 54.0746],[-3.171401, 54.0743],[-3.171601, 54.0742],[-3.1723, 54.0741],[-3.17280, 54.0741],[-3.173501, 54.0744],[-3.1742, 54.0752],[-3.1751, 54.0759],[-3.1752, 54.0761],[-3.1752, 54.0763],[-3.1751, 54.0765],[-3.174, 54.0774],[-3.1731, 54.0787],[-3.17260, 54.0797],[-3.1724, 54.0807],[-3.1724, 54.0827],[-3.172499, 54.0836],[-3.172699, 54.0842],[-3.17300, 54.0849],[-3.173599, 54.0855],[-3.1742, 54.086],[-3.175499, 54.0867],[-3.1777, 54.0876],[-3.18100, 54.0891],[-3.183901, 54.0906],[-3.185199, 54.0916],[-3.185499, 54.0918],[-3.1856, 54.0922],[-3.1856, 54.0924],[-3.185499, 54.0929],[-3.1842, 54.0954],[-3.184101, 54.0964],[-3.1842, 54.0972],[-3.1853, 54.0995],[-3.1865, 54.1014],[-3.1879, 54.1028],[-3.189501, 54.1038],[-3.191, 54.1044],[-3.192199, 54.1045],[-3.194, 54.1044],[-3.196201, 54.1039],[-3.197799, 54.1034],[-3.201601, 54.1022],[-3.204799, 54.1013],[-3.207799, 54.1006],[-3.2104, 54.0998],[-3.212899, 54.0987],[-3.2145, 54.098],[-3.2169, 54.0968],[-3.2177, 54.0962],[-3.21790, 54.0957],[-3.21790, 54.0954],[-3.217499, 54.0946],[-3.21740, 54.0941],[-3.217499, 54.0938],[-3.2184, 54.0932],[-3.2188, 54.0927],[-3.2189, 54.0924],[-3.2189, 54.0922],[-3.2188, 54.092],[-3.218501, 54.0918],[-3.217299, 54.0907],[-3.217099, 54.0904],[-3.217099, 54.0901],[-3.21740, 54.0896],[-3.21760, 54.0895],[-3.2184, 54.0898],[-3.219301, 54.0905],[-3.2198, 54.0912],[-3.220099, 54.0918],[-3.22020, 54.0923],[-3.22000, 54.0934],[-3.220099, 54.0938],[-3.220299, 54.0939],[-3.2205, 54.094],[-3.22190, 54.0944],[-3.222199, 54.0947],[-3.222199, 54.0949],[-3.22210, 54.095],[-3.221699, 54.0952],[-3.220299, 54.0956],[-3.219899, 54.0958],[-3.218501, 54.097],[-3.217, 54.098],[-3.21320, 54.0997],[-3.2109, 54.1008],[-3.2102, 54.1017],[-3.21, 54.1022],[-3.210099, 54.1026],[-3.2105, 54.1033],[-3.2119, 54.105],[-3.2128, 54.1057],[-3.215899, 54.1054],[-3.2154, 54.1051],[-3.214799, 54.1046],[-3.214301, 54.1037],[-3.214101, 54.1033],[-3.2133, 54.1025],[-3.21320, 54.1022],[-3.21320, 54.102],[-3.2133, 54.1017],[-3.2135, 54.1015],[-3.213701, 54.1014],[-3.2161, 54.1004],[-3.21790, 54.0999],[-3.2183, 54.0998],[-3.2189, 54.0993],[-3.219199, 54.0991],[-3.219899, 54.0989],[-3.2205, 54.0988],[-3.222699, 54.0987],[-3.2232, 54.0986],[-3.2233, 54.0985],[-3.2234, 54.0984],[-3.2233, 54.0981],[-3.2232, 54.098],[-3.223, 54.0979],[-3.222699, 54.0978],[-3.222399, 54.0978],[-3.22210, 54.0978],[-3.221299, 54.0979],[-3.2189, 54.0987],[-3.2184, 54.0989],[-3.217999, 54.099],[-3.21760, 54.099],[-3.217299, 54.0989],[-3.2172, 54.0988],[-3.217299, 54.0987],[-3.2177, 54.0985],[-3.2189, 54.098],[-3.2209, 54.0972],[-3.222699, 54.096],[-3.2234, 54.0956],[-3.2244, 54.0953],[-3.2248, 54.0953],[-3.22560, 54.0955],[-3.226201, 54.0958],[-3.2267, 54.0962],[-3.227499, 54.0971],[-3.228701, 54.0986],[-3.2298, 54.0995],[-3.230599, 54.1],[-3.2334, 54.1016],[-3.2349, 54.1031],[-3.237099, 54.1056],[-3.2386, 54.1075],[-3.24020, 54.1101],[-3.24040, 54.1109],[-3.24040, 54.1114],[-3.23970, 54.1135],[-3.23970, 54.1138],[-3.2399, 54.1143],[-3.2407, 54.1156],[-3.2412, 54.1167],[-3.242399, 54.1196],[-3.242599, 54.1204],[-3.242599, 54.1209],[-3.242399, 54.1215],[-3.2414, 54.1235],[-3.2414, 54.1239],[-3.241499, 54.1244],[-3.241801, 54.1265],[-3.241899, 54.1277],[-3.241801, 54.1281],[-3.241499, 54.1288],[-3.241, 54.1295],[-3.241, 54.1297],[-3.241, 54.1299],[-3.2412, 54.1303],[-3.24230, 54.1315],[-3.24250, 54.1322],[-3.242599, 54.1334],[-3.242599, 54.1337],[-3.24250, 54.1346],[-3.241499, 54.1369],[-3.240799, 54.1382],[-3.239799, 54.1402],[-3.238701, 54.1432],[-3.2384, 54.1445],[-3.2384, 54.1449],[-3.238501, 54.1459],[-3.239, 54.1482],[-3.2391, 54.1493],[-3.239, 54.1508],[-3.2388, 54.1512],[-3.23760, 54.1523],[-3.236099, 54.1531],[-3.235199, 54.1535],[-3.2349, 54.1539],[-3.2348, 54.1543],[-3.2348, 54.1546],[-3.2349, 54.155],[-3.2353, 54.1559],[-3.235899, 54.1565],[-3.236601, 54.1571],[-3.2379, 54.1577],[-3.2391, 54.158],[-3.2411, 54.1585],[-3.24230, 54.1586],[-3.243099, 54.1585],[-3.243701, 54.1582],[-3.244101, 54.1576],[-3.244501, 54.1563],[-3.244999, 54.1555],[-3.245199, 54.1553],[-3.2455, 54.155],[-3.24580, 54.1549],[-3.24630, 54.1548],[-3.24670, 54.1548],[-3.2474, 54.1549],[-3.248199, 54.1554],[-3.2491, 54.1562],[-3.251, 54.1583],[-3.253299, 54.1617],[-3.255399, 54.1654],[-3.256201, 54.167],[-3.256401, 54.1675],[-3.256401, 54.1678],[-3.256299, 54.1682],[-3.256001, 54.1687],[-3.2549, 54.1698],[-3.252899, 54.171],[-3.250499, 54.1716],[-3.2471, 54.1726],[-3.24460, 54.173],[-3.2407, 54.1733],[-3.2377, 54.1733],[-3.2328, 54.1731],[-3.228701, 54.1727],[-3.2265, 54.1728],[-3.22350, 54.1735],[-3.221299, 54.1746],[-3.2198, 54.1755],[-3.21760, 54.1776],[-3.2154, 54.1806],[-3.213799, 54.1836],[-3.213399, 54.1849],[-3.213399, 54.1852],[-3.213701, 54.1857],[-3.214, 54.1859],[-3.2166, 54.1866],[-3.21760, 54.1868],[-3.219199, 54.1873],[-3.2204, 54.1878],[-3.2207, 54.1881],[-3.220799, 54.1884],[-3.220799, 54.1885],[-3.2207, 54.1886],[-3.219199, 54.1886],[-3.2169, 54.1882],[-3.2166, 54.1883],[-3.2165, 54.1886],[-3.216201, 54.1900],[-3.214999, 54.1919],[-3.213099, 54.1953],[-3.211401, 54.1992],[-3.2109, 54.2016],[-3.210799, 54.2029],[-3.2109, 54.2048],[-3.211299, 54.2079],[-3.211299, 54.2082],[-3.2109, 54.2089],[-3.2104, 54.2092],[-3.20970, 54.2093],[-3.2081, 54.2093],[-3.207099, 54.2089],[-3.2068, 54.2089],[-3.206401, 54.2091],[-3.2044, 54.2100],[-3.201601, 54.2115],[-3.200599, 54.2122],[-3.2, 54.2132],[-3.19960, 54.2148],[-3.198999, 54.2181],[-3.19770, 54.2212],[-3.1967, 54.2231],[-3.195199, 54.2255],[-3.193701, 54.2271],[-3.191801, 54.229],[-3.190599, 54.2307],[-3.1896, 54.2317],[-3.187999, 54.2329],[-3.186201, 54.2336],[-3.184999, 54.2343],[-3.1847, 54.2349],[-3.1847, 54.2353],[-3.1849, 54.2357],[-3.185199, 54.236],[-3.185199, 54.2365],[-3.184999, 54.2367],[-3.182499, 54.2377],[-3.1803, 54.2383],[-3.1802, 54.2386],[-3.1802, 54.2388],[-3.1805, 54.2389],[-3.181801, 54.2387],[-3.183501, 54.2384],[-3.186001, 54.2373],[-3.186201, 54.2371],[-3.1865, 54.2366],[-3.1865, 54.2363],[-3.186201, 54.2353],[-3.1863, 54.235],[-3.1865, 54.2348],[-3.1877, 54.2344],[-3.189699, 54.234],[-3.190399, 54.2337],[-3.191401, 54.2331],[-3.1924, 54.2319],[-3.194101, 54.2304],[-3.1967, 54.2286],[-3.197599, 54.2278],[-3.19790, 54.2275],[-3.1981, 54.2272],[-3.198501, 54.2258],[-3.1988, 54.2254],[-3.19910, 54.2251],[-3.199699, 54.2249],[-3.2005, 54.2249],[-3.201801, 54.2259],[-3.2026, 54.2269],[-3.202699, 54.2274],[-3.2026, 54.2278],[-3.2023, 54.2282],[-3.201699, 54.2285],[-3.20120, 54.2287],[-3.19910, 54.2291],[-3.1986, 54.2296],[-3.1984, 54.2301],[-3.1984, 54.2304],[-3.199199, 54.2317],[-3.19960, 54.2324],[-3.199501, 54.2327],[-3.199301, 54.2328],[-3.19790, 54.2329],[-3.19770, 54.233],[-3.1975, 54.2331],[-3.19740, 54.2334],[-3.1975, 54.2337],[-3.197599, 54.2339],[-3.199199, 54.2359],[-3.199399, 54.2362],[-3.2, 54.2388],[-3.2009, 54.2401],[-3.202001, 54.2415],[-3.203501, 54.2425],[-3.206201, 54.2436],[-3.2066, 54.2438],[-3.206899, 54.2444],[-3.2072, 54.2458],[-3.2074, 54.2462],[-3.2079, 54.2466],[-3.2105, 54.2476],[-3.211601, 54.2484],[-3.211801, 54.2488],[-3.2119, 54.2492],[-3.211699, 54.2497],[-3.210099, 54.2515],[-3.21, 54.2519],[-3.21, 54.2522],[-3.2102, 54.2528],[-3.2112, 54.2537],[-3.213, 54.255],[-3.21320, 54.2554],[-3.2135, 54.2568],[-3.213599, 54.2571],[-3.214, 54.2574],[-3.2149, 54.2580],[-3.21580, 54.2584],[-3.217999, 54.2588],[-3.2198, 54.2590],[-3.220299, 54.2592],[-3.2211, 54.2597],[-3.221699, 54.2601],[-3.222199, 54.2602],[-3.22400, 54.2602],[-3.2244, 54.2604],[-3.2246, 54.2607],[-3.2246, 54.2609],[-3.2245, 54.2611],[-3.224101, 54.2616],[-3.223599, 54.2620],[-3.2232, 54.2623],[-3.223, 54.2625],[-3.222899, 54.2628],[-3.2228, 54.2632],[-3.2228, 54.2636],[-3.2232, 54.2660],[-3.2234, 54.2670],[-3.223799, 54.2689],[-3.223799, 54.2703],[-3.223799, 54.2716],[-3.223599, 54.2738],[-3.223, 54.2756],[-3.222699, 54.2763],[-3.222699, 54.2765],[-3.2228, 54.277],[-3.2232, 54.2774],[-3.223901, 54.278],[-3.224699, 54.2783],[-3.2251, 54.2785],[-3.2255, 54.2789],[-3.225899, 54.2796],[-3.226001, 54.28],[-3.227499, 54.2803],[-3.227999, 54.28],[-3.22840, 54.2796],[-3.2286, 54.2791],[-3.2286, 54.2787],[-3.228199, 54.2782],[-3.227499, 54.2777],[-3.2255, 54.277],[-3.22400, 54.2765],[-3.223901, 54.2763],[-3.22400, 54.2760],[-3.225699, 54.2742],[-3.226401, 54.2733],[-3.2266, 54.2727],[-3.2268, 54.2702],[-3.227, 54.2695],[-3.2276, 54.2685],[-3.229, 54.2669],[-3.229899, 54.2661],[-3.2304, 54.2655],[-3.231, 54.2649],[-3.232599, 54.2630],[-3.2328, 54.2624],[-3.2327, 54.2619],[-3.2325, 54.2616],[-3.231, 54.2613],[-3.228501, 54.2589],[-3.2276, 54.2576],[-3.2269, 54.2572],[-3.223701, 54.2559],[-3.2228, 54.2552],[-3.222399, 54.2547],[-3.222199, 54.2543],[-3.22210, 54.2532],[-3.222199, 54.2523],[-3.222399, 54.2519],[-3.223, 54.2514],[-3.22350, 54.2511],[-3.223799, 54.2511],[-3.224301, 54.2512],[-3.2251, 54.2517],[-3.226201, 54.2528],[-3.2266, 54.2531],[-3.227099, 54.2532],[-3.227999, 54.2532],[-3.2288, 54.2531],[-3.2289, 54.2530],[-3.2288, 54.2528],[-3.2281, 54.2526],[-3.2279, 54.2524],[-3.22770, 54.2518],[-3.2274, 54.2515],[-3.226401, 54.2511],[-3.22560, 54.2508],[-3.2255, 54.2506],[-3.2255, 54.2505],[-3.225699, 54.2502],[-3.225899, 54.2501],[-3.226201, 54.2501],[-3.227299, 54.2502],[-3.2291, 54.2508],[-3.23, 54.2509],[-3.2304, 54.2509],[-3.2312, 54.2505],[-3.2321, 54.2497],[-3.2332, 54.2493],[-3.2335, 54.2492],[-3.2335, 54.2491],[-3.2334, 54.2489],[-3.2311, 54.2488],[-3.229399, 54.2489],[-3.2289, 54.2487],[-3.2283, 54.2481],[-3.227299, 54.246],[-3.2268, 54.2457],[-3.226201, 54.2455],[-3.226099, 54.2453],[-3.226099, 54.2448],[-3.22630, 54.2443],[-3.2274, 54.243],[-3.2289, 54.2415],[-3.2291, 54.241],[-3.229199, 54.2394],[-3.229399, 54.2392],[-3.2297, 54.2392],[-3.230099, 54.2396],[-3.2309, 54.2407],[-3.2312, 54.2408],[-3.2313, 54.2408],[-3.231499, 54.2407],[-3.231699, 54.2403],[-3.231801, 54.2399],[-3.231801, 54.2393],[-3.231699, 54.2387],[-3.2311, 54.2381],[-3.230599, 54.2379],[-3.230599, 54.2378],[-3.230599, 54.2376],[-3.2309, 54.2375],[-3.232399, 54.2372],[-3.2328, 54.2371],[-3.232899, 54.2369],[-3.232899, 54.2368],[-3.2327, 54.2367],[-3.2313, 54.2366],[-3.2311, 54.2364],[-3.231, 54.236],[-3.231, 54.2355],[-3.2312, 54.235],[-3.232001, 54.2338],[-3.2328, 54.2331],[-3.233299, 54.2331],[-3.2342, 54.2336],[-3.2348, 54.234],[-3.235199, 54.2344],[-3.235199, 54.2347],[-3.23450, 54.236],[-3.23450, 54.2363],[-3.2349, 54.2369],[-3.2351, 54.237],[-3.235399, 54.237],[-3.235699, 54.2368],[-3.235899, 54.2364],[-3.236099, 54.2353],[-3.236401, 54.2348],[-3.2367, 54.2345],[-3.237, 54.2345],[-3.2381, 54.2353],[-3.2386, 54.2355],[-3.239, 54.2355],[-3.2391, 54.2353],[-3.239, 54.2349],[-3.238701, 54.2345],[-3.237499, 54.2339],[-3.2374, 54.2337],[-3.23760, 54.2334],[-3.237799, 54.2333],[-3.238501, 54.2334],[-3.240099, 54.2341],[-3.2411, 54.2341],[-3.2414, 54.234],[-3.241499, 54.2338],[-3.2414, 54.2336],[-3.2412, 54.2335],[-3.240099, 54.2332],[-3.2389, 54.2328],[-3.23760, 54.2322],[-3.237, 54.2316],[-3.2368, 54.231],[-3.2368, 54.2306],[-3.237, 54.2304],[-3.237299, 54.2303],[-3.238701, 54.2304],[-3.239399, 54.2307],[-3.239799, 54.2311],[-3.24040, 54.2318],[-3.2411, 54.2324],[-3.2427, 54.2331],[-3.243701, 54.2332],[-3.2442, 54.2331],[-3.24440, 54.2329],[-3.24440, 54.2327],[-3.2442, 54.2325],[-3.243599, 54.2321],[-3.242199, 54.2317],[-3.241499, 54.2313],[-3.2412, 54.231],[-3.241, 54.2304],[-3.2409, 54.2302],[-3.2407, 54.2301],[-3.24020, 54.23],[-3.238199, 54.2295],[-3.237799, 54.2293],[-3.2377, 54.2292],[-3.237799, 54.2289],[-3.237999, 54.2288],[-3.238501, 54.2286],[-3.24, 54.2283],[-3.240499, 54.2282],[-3.24060, 54.2281],[-3.24060, 54.2279],[-3.24060, 54.2278],[-3.23970, 54.227],[-3.239599, 54.2268],[-3.239599, 54.2266],[-3.23970, 54.2264],[-3.240099, 54.2261],[-3.241699, 54.2254],[-3.242001, 54.2254],[-3.2428, 54.2258],[-3.242899, 54.226],[-3.242899, 54.2262],[-3.24250, 54.2278],[-3.24250, 54.2281],[-3.2428, 54.2287],[-3.242899, 54.2288],[-3.243299, 54.2288],[-3.243799, 54.2287],[-3.243999, 54.2286],[-3.244101, 54.228],[-3.244101, 54.2276],[-3.243701, 54.2268],[-3.243701, 54.2266],[-3.243999, 54.2256],[-3.243999, 54.2253],[-3.243999, 54.2251],[-3.243701, 54.2248],[-3.2435, 54.2246],[-3.2435, 54.2244],[-3.243599, 54.2242],[-3.243701, 54.2241],[-3.243999, 54.224],[-3.24440, 54.2242],[-3.244699, 54.2244],[-3.2449, 54.2247],[-3.2451, 54.2253],[-3.2451, 54.2255],[-3.244999, 54.2261],[-3.2449, 54.2265],[-3.2451, 54.2267],[-3.245399, 54.2267],[-3.24650, 54.2258],[-3.24670, 54.2255],[-3.24670, 54.225],[-3.246601, 54.2247],[-3.246099, 54.2241],[-3.2453, 54.2231],[-3.2453, 54.2229],[-3.2455, 54.2225],[-3.246601, 54.2213],[-3.247999, 54.2203],[-3.248501, 54.2202],[-3.2489, 54.2202],[-3.2492, 54.2202],[-3.249399, 54.2203],[-3.249599, 54.2205],[-3.2497, 54.2208],[-3.2497, 54.2212],[-3.249501, 54.2226],[-3.2497, 54.2236],[-3.250099, 54.2244],[-3.250099, 54.2246],[-3.25, 54.2249],[-3.249599, 54.2255],[-3.249599, 54.2256],[-3.249599, 54.2258],[-3.2499, 54.2259],[-3.2502, 54.2259],[-3.2504, 54.2258],[-3.2506, 54.2255],[-3.250799, 54.2248],[-3.2509, 54.2245],[-3.2511, 54.2244],[-3.2513, 54.2245],[-3.251601, 54.2248],[-3.251801, 54.2248],[-3.2521, 54.2247],[-3.2523, 54.2245],[-3.252399, 54.2243],[-3.2523, 54.2236],[-3.252399, 54.2233],[-3.252599, 54.223],[-3.253099, 54.2225],[-3.2532, 54.2222],[-3.2532, 54.2219],[-3.252599, 54.2215],[-3.251, 54.221],[-3.2509, 54.2207],[-3.2509, 54.2205],[-3.251, 54.2203],[-3.2512, 54.2201],[-3.2514, 54.22],[-3.251699, 54.2199],[-3.252001, 54.2199],[-3.2525, 54.2199],[-3.2527, 54.2198],[-3.252899, 54.2197],[-3.253299, 54.2193],[-3.2535, 54.2191],[-3.2537, 54.2191],[-3.253901, 54.2192],[-3.2542, 54.2195],[-3.2542, 54.2201],[-3.253901, 54.2213],[-3.253999, 54.2216],[-3.254101, 54.2217],[-3.2544, 54.2218],[-3.2548, 54.2218],[-3.255199, 54.2217],[-3.255399, 54.2215],[-3.2555, 54.2213],[-3.255599, 54.2206],[-3.2555, 54.2193],[-3.2553, 54.2180],[-3.2553, 54.2174],[-3.255899, 54.216],[-3.2565, 54.2147],[-3.257, 54.2145],[-3.2586, 54.2144],[-3.2611, 54.214],[-3.261699, 54.2138],[-3.261801, 54.2138],[-3.261699, 54.2136],[-3.2616, 54.2134],[-3.261001, 54.2133],[-3.259501, 54.2136],[-3.2581, 54.2136],[-3.2569, 54.2133],[-3.256299, 54.2129],[-3.2555, 54.2119],[-3.2548, 54.2116],[-3.2542, 54.2117],[-3.253799, 54.2120],[-3.253799, 54.2125],[-3.254101, 54.2139],[-3.253999, 54.2144],[-3.253901, 54.2150],[-3.2537, 54.2155],[-3.2535, 54.2158],[-3.253299, 54.216],[-3.253, 54.2162],[-3.2525, 54.2164],[-3.251499, 54.2165],[-3.2506, 54.2165],[-3.249599, 54.2163],[-3.2489, 54.2157],[-3.24860, 54.2152],[-3.248501, 54.2144],[-3.24860, 54.2117],[-3.248501, 54.2111],[-3.248199, 54.2107],[-3.247499, 54.2103],[-3.24460, 54.2097],[-3.243099, 54.2090],[-3.242599, 54.2084],[-3.24230, 54.2079],[-3.24230, 54.2076],[-3.242599, 54.2065],[-3.242599, 54.2062],[-3.24250, 54.2058],[-3.24230, 54.2055],[-3.2411, 54.2051],[-3.240799, 54.2051],[-3.2407, 54.2052],[-3.24060, 54.2054],[-3.24060, 54.2056],[-3.2409, 54.2062],[-3.2409, 54.2064],[-3.2409, 54.2065],[-3.2407, 54.2067],[-3.24040, 54.2068],[-3.24020, 54.2068],[-3.23970, 54.2066],[-3.238199, 54.2052],[-3.2377, 54.2043],[-3.2377, 54.2041],[-3.23830, 54.2038],[-3.2412, 54.2026],[-3.243, 54.2017],[-3.243599, 54.2012],[-3.243799, 54.2008],[-3.243701, 54.2001],[-3.243799, 54.1997],[-3.244101, 54.1992],[-3.24460, 54.1986],[-3.246401, 54.1973],[-3.248399, 54.1962],[-3.2506, 54.1943],[-3.251801, 54.1931],[-3.252199, 54.1929],[-3.252899, 54.1928],[-3.2551, 54.1930],[-3.2557, 54.1929],[-3.257499, 54.1924],[-3.2604, 54.1912],[-3.2637, 54.1905],[-3.2653, 54.1904],[-3.267, 54.1905],[-3.2695, 54.191],[-3.2727, 54.1922],[-3.275199, 54.1938],[-3.2771, 54.1958],[-3.278501, 54.1969],[-3.2794, 54.1974],[-3.280299, 54.1975],[-3.2811, 54.1975],[-3.2823, 54.1973],[-3.283299, 54.1970],[-3.283999, 54.1969],[-3.285599, 54.1970],[-3.2859, 54.1970],[-3.286, 54.1968],[-3.2859, 54.1963],[-3.286, 54.1957],[-3.286299, 54.1952],[-3.287499, 54.1938],[-3.287699, 54.1933],[-3.2876, 54.1931],[-3.2874, 54.1929],[-3.286, 54.1928],[-3.2858, 54.1927],[-3.2859, 54.1925],[-3.286, 54.1922],[-3.2874, 54.1915],[-3.290499, 54.1904],[-3.2938, 54.1896],[-3.298199, 54.1891],[-3.302799, 54.1891],[-3.306299, 54.1891],[-3.308901, 54.1892],[-3.312099, 54.1895],[-3.315, 54.1900],[-3.318799, 54.1909],[-3.32160, 54.1917],[-3.322799, 54.1922],[-3.323999, 54.1931],[-3.3254, 54.1947],[-3.327199, 54.1965],[-3.328399, 54.1979],[-3.3299, 54.1995],[-3.330899, 54.2004],[-3.332799, 54.2028],[-3.335, 54.2050],[-3.3371, 54.2072],[-3.3396, 54.2095],[-3.3406, 54.2105],[-3.3427, 54.2124],[-3.34480, 54.2147],[-3.3475, 54.2174],[-3.349699, 54.2192],[-3.3529, 54.222],[-3.3548, 54.2237],[-3.3564, 54.2252],[-3.360199, 54.2284],[-3.363199, 54.2314],[-3.3657, 54.234],[-3.368099, 54.2362],[-3.372299, 54.2399],[-3.3754, 54.2426],[-3.3775, 54.2441],[-3.3801, 54.246],[-3.38280, 54.2478],[-3.385, 54.2492],[-3.3886, 54.2515],[-3.39080, 54.2531],[-3.3942, 54.2557],[-3.3958, 54.2569],[-3.3975, 54.2585],[-3.399101, 54.2603],[-3.4005, 54.2621],[-3.4024, 54.2649],[-3.403701, 54.2672],[-3.4042, 54.2682],[-3.405299, 54.2695],[-3.407099, 54.2715],[-3.409501, 54.2739],[-3.411401, 54.2754],[-3.412899, 54.2766],[-3.416001, 54.2797],[-3.417001, 54.2807],[-3.419101, 54.283],[-3.4207, 54.285],[-3.4209, 54.2854],[-3.4209, 54.2857],[-3.420799, 54.2861],[-3.420099, 54.2876],[-3.420099, 54.2878],[-3.4202, 54.2881],[-3.4205, 54.2886],[-3.4217, 54.29],[-3.422199, 54.2906],[-3.4224, 54.2911],[-3.422499, 54.2916],[-3.4226, 54.2926],[-3.4226, 54.2932],[-3.422499, 54.2939],[-3.422199, 54.2947],[-3.4219, 54.2952],[-3.421601, 54.2955],[-3.421299, 54.2958],[-3.420799, 54.2961],[-3.420399, 54.2963],[-3.4179, 54.297],[-3.417099, 54.2973],[-3.4166, 54.2976],[-3.4164, 54.298],[-3.416001, 54.2999],[-3.4158, 54.3041],[-3.41590, 54.306],[-3.4163, 54.3087],[-3.4164, 54.3103],[-3.4172, 54.3144],[-3.417599, 54.3162],[-3.4179, 54.3171],[-3.419899, 54.3206],[-3.421, 54.3224],[-3.42200, 54.3243],[-3.423199, 54.3267],[-3.424101, 54.3292],[-3.4243, 54.3309],[-3.4243, 54.3314],[-3.423901, 54.3325],[-3.423199, 54.3341],[-3.4219, 54.3375],[-3.421201, 54.3393],[-3.420799, 54.3406],[-3.4205, 54.3412],[-3.419301, 54.3426],[-3.417099, 54.3439],[-3.413901, 54.3455],[-3.413399, 54.346],[-3.412699, 54.348],[-3.4121, 54.3493],[-3.4109, 54.3507],[-3.4094, 54.3514],[-3.409199, 54.3514],[-3.408799, 54.3513],[-3.408099, 54.351],[-3.407599, 54.3501],[-3.407599, 54.3496],[-3.408799, 54.3476],[-3.409501, 54.3463],[-3.40980, 54.3454],[-3.40980, 54.3451],[-3.409301, 54.3442],[-3.4089, 54.3437],[-3.4089, 54.3431],[-3.409101, 54.3423],[-3.409699, 54.3414],[-3.4105, 54.3403],[-3.4105, 54.3399],[-3.410399, 54.3394],[-3.4101, 54.339],[-3.409101, 54.3383],[-3.4073, 54.3376],[-3.4033, 54.3364],[-3.400899, 54.3362],[-3.400399, 54.3363],[-3.399899, 54.3365],[-3.3998, 54.3365],[-3.399301, 54.3364],[-3.3982, 54.3365],[-3.3979, 54.3366],[-3.397599, 54.3368],[-3.395099, 54.3381],[-3.3926, 54.3399],[-3.392, 54.3403],[-3.3917, 54.3404],[-3.391401, 54.3404],[-3.39080, 54.3403],[-3.3907, 54.3402],[-3.3907, 54.3400],[-3.391001, 54.3397],[-3.392, 54.339],[-3.3921, 54.3388],[-3.3921, 54.3386],[-3.392, 54.3383],[-3.3917, 54.3381],[-3.391299, 54.3379],[-3.391201, 54.3379],[-3.391099, 54.3381],[-3.391099, 54.3385],[-3.391001, 54.3389],[-3.390599, 54.3395],[-3.39, 54.3405],[-3.3898, 54.3407],[-3.389501, 54.3408],[-3.38870, 54.3411],[-3.386699, 54.3415],[-3.3864, 54.3416],[-3.386001, 54.3418],[-3.385799, 54.342],[-3.385799, 54.3422],[-3.386001, 54.3425],[-3.3861, 54.3429],[-3.3861, 54.3433],[-3.3859, 54.344],[-3.3857, 54.3443],[-3.385299, 54.3445],[-3.383199, 54.3454],[-3.382999, 54.3456],[-3.382999, 54.3458],[-3.382999, 54.3459],[-3.38310, 54.3461],[-3.383399, 54.3461],[-3.3843, 54.3457],[-3.384599, 54.3458],[-3.38490, 54.346],[-3.385099, 54.3463],[-3.385099, 54.3465],[-3.38490, 54.3467],[-3.385299, 54.3473],[-3.3856, 54.3474],[-3.386001, 54.3474],[-3.386499, 54.3473],[-3.387001, 54.3471],[-3.387199, 54.347],[-3.387599, 54.3467],[-3.3879, 54.3465],[-3.3884, 54.346],[-3.38870, 54.3454],[-3.38870, 54.3451],[-3.3885, 54.3441],[-3.3885, 54.3438],[-3.3886, 54.3434],[-3.388901, 54.3431],[-3.389301, 54.3429],[-3.391001, 54.3424],[-3.39360, 54.3421],[-3.3958, 54.3416],[-3.3973, 54.3414],[-3.398099, 54.3414],[-3.399199, 54.3416],[-3.399899, 54.3419],[-3.400199, 54.3418],[-3.400399, 54.3416],[-3.400399, 54.3414],[-3.4003, 54.3411],[-3.399699, 54.3403],[-3.399699, 54.3402],[-3.399899, 54.3401],[-3.402, 54.3400],[-3.4022, 54.3399],[-3.402299, 54.3398],[-3.402499, 54.3392],[-3.4026, 54.3391],[-3.4029, 54.339],[-3.403399, 54.339],[-3.4036, 54.339],[-3.4038, 54.339],[-3.4041, 54.3391],[-3.4043, 54.3394],[-3.404599, 54.3402],[-3.40510, 54.3417],[-3.40510, 54.3421],[-3.404999, 54.3429],[-3.4042, 54.3463],[-3.404, 54.3482],[-3.4044, 54.3501],[-3.404799, 54.3509],[-3.4052, 54.3516],[-3.40560, 54.3521],[-3.406001, 54.3525],[-3.4085, 54.3539],[-3.409899, 54.3548],[-3.410399, 54.3552],[-3.4105, 54.3555],[-3.4105, 54.3559],[-3.410399, 54.3563],[-3.41, 54.357],[-3.408799, 54.3583],[-3.4085, 54.3587],[-3.4084, 54.3594],[-3.4084, 54.3602],[-3.408299, 54.3604],[-3.407799, 54.3607],[-3.405699, 54.3616],[-3.4047, 54.3619],[-3.403901, 54.3622],[-3.4028, 54.3626],[-3.4022, 54.3629],[-3.4019, 54.3631],[-3.401299, 54.3637],[-3.400199, 54.3646],[-3.4001, 54.3647],[-3.4, 54.3649],[-3.399699, 54.3658],[-3.3996, 54.3659],[-3.3994, 54.366],[-3.398299, 54.3664],[-3.398099, 54.3665],[-3.3977, 54.3669],[-3.3973, 54.3671],[-3.396801, 54.3672],[-3.394799, 54.3673],[-3.3947, 54.3674],[-3.394799, 54.3676],[-3.39500, 54.3677],[-3.395299, 54.3677],[-3.3956, 54.3677],[-3.397399, 54.3678],[-3.3979, 54.3677],[-3.3982, 54.3676],[-3.3996, 54.3669],[-3.400399, 54.3661],[-3.401, 54.3657],[-3.4015, 54.3654],[-3.402, 54.365],[-3.4022, 54.3648],[-3.4028, 54.3638],[-3.40300, 54.3636],[-3.4033, 54.3634],[-3.403501, 54.3633],[-3.4038, 54.3632],[-3.4042, 54.3632],[-3.4045, 54.3632],[-3.405299, 54.3633],[-3.406899, 54.3638],[-3.408, 54.3641],[-3.4086, 54.3642],[-3.40960, 54.3639],[-3.41, 54.3639],[-3.410199, 54.3639],[-3.4105, 54.364],[-3.4109, 54.3643],[-3.411299, 54.3647],[-3.411601, 54.3647],[-3.412499, 54.3644],[-3.412899, 54.3643],[-3.4133, 54.3644],[-3.41380, 54.3647],[-3.413901, 54.3647],[-3.4141, 54.3646],[-3.4143, 54.3643],[-3.4143, 54.3641],[-3.4142, 54.3638],[-3.413199, 54.3631],[-3.412199, 54.3625],[-3.41190, 54.3622],[-3.411801, 54.362],[-3.411801, 54.3612],[-3.41170, 54.3609],[-3.41150, 54.3606],[-3.410599, 54.3598],[-3.410599, 54.3596],[-3.4107, 54.3594],[-3.4123, 54.3585],[-3.413199, 54.3579],[-3.413901, 54.3577],[-3.414599, 54.3576],[-3.414999, 54.3577],[-3.4156, 54.3579],[-3.417799, 54.3593],[-3.419101, 54.36],[-3.4198, 54.3602],[-3.4209, 54.3603],[-3.42200, 54.3602],[-3.423199, 54.3602],[-3.4238, 54.3602],[-3.4247, 54.3599],[-3.426201, 54.3589],[-3.4268, 54.3582],[-3.4272, 54.3573],[-3.4275, 54.3569],[-3.427799, 54.3567],[-3.4285, 54.3566],[-3.429501, 54.3568],[-3.43190, 54.3578],[-3.433599, 54.3587],[-3.4343, 54.3594],[-3.4353, 54.361],[-3.4358, 54.3613],[-3.4367, 54.3617],[-3.4374, 54.3621],[-3.4375, 54.3623],[-3.4375, 54.3624],[-3.437299, 54.3627],[-3.436201, 54.3635],[-3.4346, 54.3644],[-3.4333, 54.365],[-3.433, 54.3653],[-3.433, 54.3655],[-3.433199, 54.3656],[-3.4345, 54.3656],[-3.434799, 54.3657],[-3.4349, 54.3659],[-3.434999, 54.3669],[-3.435199, 54.3672],[-3.4358, 54.3673],[-3.4364, 54.3672],[-3.4366, 54.3671],[-3.437001, 54.3672],[-3.4381, 54.3676],[-3.440099, 54.3687],[-3.440399, 54.3688],[-3.441299, 54.3682],[-3.441601, 54.3677],[-3.44, 54.3661],[-3.439699, 54.3656],[-3.439699, 54.3654],[-3.439899, 54.365],[-3.441099, 54.3637],[-3.441601, 54.3628],[-3.441601, 54.3625],[-3.441499, 54.3622],[-3.440099, 54.3607],[-3.4387, 54.359],[-3.4375, 54.3584],[-3.434799, 54.3576],[-3.433901, 54.3571],[-3.433199, 54.3565],[-3.4309, 54.3555],[-3.429399, 54.3551],[-3.4264, 54.3544],[-3.423901, 54.3541],[-3.4219, 54.3542],[-3.4196, 54.3549],[-3.418999, 54.355],[-3.4177, 54.3548],[-3.4164, 54.3545],[-3.4161, 54.3544],[-3.416001, 54.3542],[-3.416001, 54.3541],[-3.416201, 54.3538],[-3.417399, 54.3525],[-3.4175, 54.3522],[-3.417399, 54.3519],[-3.416899, 54.3513],[-3.416201, 54.3505],[-3.416201, 54.3503],[-3.4164, 54.3497],[-3.4173, 54.3488],[-3.419199, 54.3477],[-3.421201, 54.3469],[-3.4242, 54.3464],[-3.426001, 54.3457],[-3.4263, 54.3453],[-3.4261, 54.3448],[-3.4256, 54.3447],[-3.4247, 54.345],[-3.4242, 54.3451],[-3.4238, 54.345],[-3.4238, 54.3448],[-3.423901, 54.3446],[-3.424799, 54.3441],[-3.4274, 54.343],[-3.4286, 54.3429],[-3.428999, 54.3429],[-3.430599, 54.3432],[-3.4324, 54.3441],[-3.4347, 54.3455],[-3.437299, 54.3479],[-3.4387, 54.3495],[-3.44, 54.351],[-3.441801, 54.3526],[-3.4447, 54.3545],[-3.4474, 54.3561],[-3.449699, 54.3577],[-3.452699, 54.36],[-3.45440, 54.3615],[-3.4561, 54.3629],[-3.4597, 54.3659],[-3.46260, 54.3687],[-3.465199, 54.3717],[-3.4663, 54.3729],[-3.4672, 54.3736],[-3.46890, 54.3746],[-3.470299, 54.3754],[-3.4709, 54.3759],[-3.4712, 54.3765],[-3.471299, 54.3771],[-3.471299, 54.3790],[-3.4714, 54.3800],[-3.471699, 54.3812],[-3.472899, 54.3834],[-3.473901, 54.3848],[-3.474699, 54.3857],[-3.476401, 54.3875],[-3.47860, 54.3894],[-3.481699, 54.3924],[-3.4855, 54.397],[-3.4877, 54.3993],[-3.49, 54.4013],[-3.492599, 54.4031],[-3.4948, 54.4046],[-3.496601, 54.4056],[-3.49920, 54.4068],[-3.502001, 54.4084],[-3.50300, 54.4092],[-3.50340, 54.4098],[-3.503599, 54.4103],[-3.503599, 54.4105],[-3.5035, 54.4107],[-3.503299, 54.4109],[-3.5028, 54.4111],[-3.501899, 54.4114],[-3.501899, 54.4116],[-3.502399, 54.4123],[-3.502599, 54.4124],[-3.50320, 54.4122],[-3.5042, 54.412],[-3.5048, 54.4121],[-3.505199, 54.4123],[-3.5057, 54.4127],[-3.506201, 54.4132],[-3.50720, 54.4138],[-3.507499, 54.4139],[-3.507999, 54.4139],[-3.508399, 54.414],[-3.510499, 54.4152],[-3.514699, 54.4181],[-3.517999, 54.4204],[-3.5199, 54.4219],[-3.5209, 54.4226],[-3.5225, 54.424],[-3.5253, 54.4265],[-3.52830, 54.4291],[-3.5314, 54.4316],[-3.53370, 54.4336],[-3.536099, 54.4356],[-3.5402, 54.4389],[-3.544399, 54.4421],[-3.548199, 54.4445],[-3.550299, 54.4458],[-3.551899, 54.4467],[-3.556201, 54.4491],[-3.5618, 54.4522],[-3.5631, 54.4534],[-3.563299, 54.4538],[-3.5637, 54.4556],[-3.563999, 54.4564],[-3.5653, 54.458],[-3.566099, 54.4587],[-3.5674, 54.4597],[-3.57060, 54.4618],[-3.57520, 54.4642],[-3.577399, 54.4656],[-3.5782, 54.4666],[-3.580499, 54.4712],[-3.581201, 54.4722],[-3.582, 54.473],[-3.5831, 54.4741],[-3.5852, 54.4756],[-3.587199, 54.4771],[-3.5896, 54.4786],[-3.5899, 54.4789],[-3.5901, 54.4793],[-3.59050, 54.4804],[-3.5911, 54.4814],[-3.5918, 54.4823],[-3.5934, 54.4836],[-3.5978, 54.4861],[-3.599999, 54.4873],[-3.602099, 54.4887],[-3.6043, 54.4905],[-3.606, 54.4916],[-3.607001, 54.4919],[-3.607599, 54.4919],[-3.608999, 54.4913],[-3.6106, 54.4908],[-3.6134, 54.4905],[-3.615499, 54.4906],[-3.617001, 54.4908],[-3.617599, 54.4912],[-3.6192, 54.493],[-3.62150, 54.4962],[-3.62380, 54.4997],[-3.6262, 54.5028],[-3.62800, 54.5046],[-3.6292, 54.5053],[-3.6308, 54.5057],[-3.632299, 54.5059],[-3.6336, 54.5066],[-3.634399, 54.5074],[-3.6354, 54.5089],[-3.6375, 54.5118],[-3.63790, 54.513],[-3.6382, 54.5148],[-3.638099, 54.5159],[-3.637599, 54.5173],[-3.6361, 54.5186],[-3.633399, 54.5199],[-3.63180, 54.5205],[-3.6254, 54.5219],[-3.6241, 54.5223],[-3.622299, 54.5234],[-3.62190, 54.5236],[-3.619699, 54.5242],[-3.6162, 54.525],[-3.6134, 54.526],[-3.6115, 54.5274],[-3.6078, 54.5308],[-3.60570, 54.5332],[-3.6043, 54.5362],[-3.602799, 54.5407],[-3.6018, 54.5442],[-3.601099, 54.5457],[-3.5995, 54.5484],[-3.598, 54.5502],[-3.5976, 54.5509],[-3.5976, 54.5511],[-3.597699, 54.5514],[-3.5983, 54.5518],[-3.59920, 54.5522],[-3.599301, 54.5523],[-3.599301, 54.5524],[-3.59920, 54.5526],[-3.598599, 54.5528],[-3.59730, 54.5529],[-3.596601, 54.5528],[-3.5961, 54.552],[-3.596, 54.5515],[-3.595799, 54.5513],[-3.595099, 54.5511],[-3.5948, 54.5511],[-3.594, 54.5514],[-3.5937, 54.5514],[-3.5934, 54.5512],[-3.5934, 54.5511],[-3.594, 54.5507],[-3.594501, 54.5503],[-3.594501, 54.5501],[-3.5937, 54.5497],[-3.592799, 54.5492],[-3.592299, 54.5492],[-3.5918, 54.5494],[-3.5919, 54.5498],[-3.592299, 54.5501],[-3.592299, 54.5503],[-3.5922, 54.5504],[-3.592, 54.5504],[-3.5911, 54.5502],[-3.5906, 54.5503],[-3.5903, 54.5506],[-3.5903, 54.5508],[-3.591001, 54.5514],[-3.591001, 54.5516],[-3.590899, 54.5518],[-3.590699, 54.5519],[-3.59050, 54.5519],[-3.5894, 54.5515],[-3.589101, 54.5515],[-3.588399, 54.5518],[-3.588099, 54.5522],[-3.588099, 54.5523],[-3.5882, 54.5525],[-3.5892, 54.5528],[-3.5922, 54.5533],[-3.594301, 54.5536],[-3.594501, 54.5537],[-3.594501, 54.554],[-3.594399, 54.5542],[-3.5941, 54.5543],[-3.593199, 54.5542],[-3.5904, 54.5535],[-3.5901, 54.5536],[-3.5899, 54.5538],[-3.5896, 54.5542],[-3.5894, 54.5547],[-3.589301, 54.5552],[-3.5892, 54.5569],[-3.589301, 54.5582],[-3.5896, 54.5606],[-3.5896, 54.5608],[-3.5895, 54.5612],[-3.589301, 54.5616],[-3.589, 54.5619],[-3.5885, 54.5624],[-3.5873, 54.5631],[-3.586, 54.5639],[-3.584899, 54.5646],[-3.584399, 54.5651],[-3.5837, 54.5660],[-3.5831, 54.5671],[-3.5829, 54.5677],[-3.582999, 54.5697],[-3.5829, 54.5705],[-3.5827, 54.5711],[-3.5824, 54.5716],[-3.580699, 54.5735],[-3.580499, 54.5738],[-3.58040, 54.5744],[-3.580499, 54.5750],[-3.580699, 54.5758],[-3.580899, 54.5767],[-3.581001, 54.5772],[-3.5824, 54.5801],[-3.5827, 54.5815],[-3.582799, 54.582],[-3.5826, 54.5833],[-3.581401, 54.5875],[-3.581201, 54.5884],[-3.581201, 54.589],[-3.5815, 54.5897],[-3.5818, 54.5903],[-3.582099, 54.5914],[-3.582099, 54.5917],[-3.581899, 54.5921],[-3.5817, 54.5923],[-3.5799, 54.5937],[-3.578, 54.5952],[-3.577001, 54.5963],[-3.5754, 54.599],[-3.574899, 54.5996],[-3.572999, 54.6013],[-3.5717, 54.603],[-3.571001, 54.6045],[-3.571001, 54.6047],[-3.5716, 54.606],[-3.5716, 54.6062],[-3.5715, 54.6066],[-3.5714, 54.6069],[-3.5696, 54.6099],[-3.5696, 54.6103],[-3.5697, 54.6109],[-3.569999, 54.6116],[-3.5714, 54.6128],[-3.5718, 54.6132],[-3.5718, 54.6133],[-3.571201, 54.6139],[-3.570899, 54.6141],[-3.57060, 54.6141],[-3.568901, 54.6134],[-3.568599, 54.6135],[-3.568399, 54.6139],[-3.568399, 54.6145],[-3.568501, 54.6155],[-3.568901, 54.6172],[-3.5696, 54.6187],[-3.57060, 54.6199],[-3.570899, 54.6206],[-3.571001, 54.6212],[-3.571001, 54.6218],[-3.570199, 54.6245],[-3.570199, 54.6248],[-3.570199, 54.6253],[-3.57030, 54.6260],[-3.570899, 54.6279],[-3.5717, 54.6294],[-3.57270, 54.6304],[-3.572799, 54.6306],[-3.57310, 54.6315],[-3.57310, 54.6321],[-3.57310, 54.6323],[-3.572599, 54.6331],[-3.572599, 54.6333],[-3.57270, 54.6337],[-3.5738, 54.6351],[-3.574399, 54.6364],[-3.5746, 54.6371],[-3.5746, 54.6374],[-3.5746, 54.6375],[-3.574501, 54.6390],[-3.5739, 54.6421],[-3.5739, 54.6424],[-3.5739, 54.6428],[-3.573999, 54.6432],[-3.575099, 54.6465],[-3.575799, 54.6486],[-3.57620, 54.6489],[-3.576801, 54.6493],[-3.577001, 54.6495],[-3.577001, 54.6497],[-3.576499, 54.651],[-3.576499, 54.6512],[-3.576601, 54.6514],[-3.577699, 54.6524],[-3.578, 54.6527],[-3.578, 54.6528],[-3.5778, 54.6529],[-3.5776, 54.6529],[-3.576299, 54.6526],[-3.573999, 54.6509],[-3.57240, 54.6503],[-3.57080, 54.6499],[-3.5676, 54.6499],[-3.567199, 54.6498],[-3.566801, 54.6496],[-3.566601, 54.6493],[-3.566401, 54.6485],[-3.566299, 54.6483],[-3.566099, 54.6482],[-3.5653, 54.6482],[-3.5646, 54.6483],[-3.564199, 54.6485],[-3.5639, 54.6487],[-3.5637, 54.6491],[-3.5635, 54.6497],[-3.5646, 54.65],[-3.565599, 54.6503],[-3.566401, 54.6505],[-3.566801, 54.6507],[-3.5673, 54.6512],[-3.5676, 54.6519],[-3.5678, 54.652],[-3.568099, 54.652],[-3.569, 54.6518],[-3.569799, 54.6517],[-3.5704, 54.6518],[-3.570699, 54.6519],[-3.57080, 54.652],[-3.57080, 54.6521],[-3.570699, 54.6523],[-3.570499, 54.6525],[-3.570199, 54.6527],[-3.5697, 54.6528],[-3.5683, 54.6527],[-3.566801, 54.6525],[-3.566601, 54.6526],[-3.566, 54.6533],[-3.5634, 54.6564],[-3.5622, 54.6577],[-3.5614, 54.6586],[-3.560899, 54.6595],[-3.5606, 54.6604],[-3.5608, 54.6627],[-3.560499, 54.6634],[-3.559999, 54.6639],[-3.559, 54.6644],[-3.557001, 54.6656],[-3.555099, 54.6665],[-3.5531, 54.6668],[-3.55270, 54.6673],[-3.55060, 54.6698],[-3.5494, 54.6709],[-3.547499, 54.6728],[-3.544899, 54.675],[-3.543, 54.6765],[-3.5394, 54.6782],[-3.5371, 54.6796],[-3.532099, 54.6823],[-3.526401, 54.6855],[-3.523999, 54.6870],[-3.5223, 54.6885],[-3.5207, 54.6900],[-3.519399, 54.6914],[-3.5188, 54.6922],[-3.5169, 54.6948],[-3.516001, 54.6964],[-3.514101, 54.7003],[-3.513, 54.7023],[-3.5111, 54.7053],[-3.50910, 54.7092],[-3.5078, 54.7124],[-3.5076, 54.7136],[-3.5076, 54.714],[-3.5078, 54.7164],[-3.5078, 54.7173],[-3.507699, 54.7175],[-3.507499, 54.7175],[-3.5069, 54.7171],[-3.506299, 54.7168],[-3.506001, 54.7168],[-3.505199, 54.7172],[-3.504699, 54.7173],[-3.5042, 54.7172],[-3.503599, 54.717],[-3.502199, 54.7167],[-3.501801, 54.7167],[-3.50130, 54.7168],[-3.500299, 54.7175],[-3.4988, 54.719],[-3.495899, 54.7224],[-3.494301, 54.7241],[-3.492199, 54.7258],[-3.489599, 54.7273],[-3.4853, 54.7292],[-3.482899, 54.7303],[-3.47900, 54.7322],[-3.476001, 54.7339],[-3.474, 54.7349],[-3.471499, 54.7359],[-3.469599, 54.7365],[-3.464999, 54.7379],[-3.463399, 54.7386],[-3.4623, 54.7391],[-3.46070, 54.74],[-3.4589, 54.7413],[-3.454999, 54.7446],[-3.451401, 54.7477],[-3.4474, 54.7506],[-3.44450, 54.7524],[-3.4417, 54.7540],[-3.439399, 54.7559],[-3.43840, 54.7568],[-3.437599, 54.7576],[-3.4368, 54.7585],[-3.436001, 54.7596],[-3.4349, 54.7611],[-3.4344, 54.7621],[-3.434101, 54.763],[-3.433399, 54.7653],[-3.4331, 54.7664],[-3.4326, 54.7694],[-3.43190, 54.7736],[-3.431299, 54.7789],[-3.431299, 54.7798],[-3.431401, 54.7807],[-3.431601, 54.7817],[-3.432699, 54.7843],[-3.4353, 54.7891],[-3.43630, 54.7908],[-3.437099, 54.792],[-3.437599, 54.7929],[-3.437999, 54.794],[-3.43820, 54.7946],[-3.43840, 54.7954],[-3.4385, 54.7965],[-3.4385, 54.7974],[-3.43820, 54.7986],[-3.4374, 54.8006],[-3.4343, 54.8051],[-3.432499, 54.8074],[-3.431801, 54.8084],[-3.431201, 54.8096],[-3.429199, 54.8141],[-3.4259, 54.8197],[-3.424599, 54.8215],[-3.4228, 54.8235],[-3.4219, 54.8244],[-3.419199, 54.8269],[-3.418299, 54.8278],[-3.4173, 54.8289],[-3.414599, 54.8322],[-3.413, 54.8338],[-3.41170, 54.8353],[-3.4107, 54.8369],[-3.409699, 54.8386],[-3.4085, 54.8413],[-3.407599, 54.8434],[-3.405699, 54.8486],[-3.4036, 54.8543],[-3.402299, 54.8585],[-3.401401, 54.8604],[-3.3979, 54.8672],[-3.3973, 54.8681],[-3.396801, 54.8687],[-3.3958, 54.8694],[-3.3928, 54.8707],[-3.389501, 54.8722],[-3.3882, 54.8730],[-3.386899, 54.8740],[-3.385, 54.8756],[-3.38310, 54.8775],[-3.3801, 54.8801],[-3.377899, 54.8822],[-3.3761, 54.8843],[-3.372999, 54.887],[-3.371001, 54.8884],[-3.368, 54.8902],[-3.364501, 54.8919],[-3.362799, 54.8925],[-3.3601, 54.8935],[-3.355299, 54.8951],[-3.3499, 54.897],[-3.345, 54.8984],[-3.340699, 54.8997],[-3.3385, 54.9003],[-3.33780, 54.9004],[-3.336801, 54.9002],[-3.3354, 54.8996],[-3.335299, 54.8995],[-3.335099, 54.8993],[-3.335099, 54.899],[-3.335599, 54.8987],[-3.336601, 54.8981],[-3.3385, 54.8973],[-3.341201, 54.8964],[-3.3431, 54.8957],[-3.346699, 54.8945],[-3.3508, 54.8929],[-3.3529, 54.8923],[-3.35610, 54.8917],[-3.3577, 54.8913],[-3.358701, 54.8907],[-3.358999, 54.8903],[-3.358999, 54.8901],[-3.358901, 54.8899],[-3.358701, 54.8898],[-3.358299, 54.8898],[-3.35610, 54.8911],[-3.3554, 54.8912],[-3.3548, 54.8912],[-3.3541, 54.8909],[-3.3534, 54.89],[-3.3529, 54.8893],[-3.352, 54.8883],[-3.3518, 54.8882],[-3.3516, 54.8882],[-3.351401, 54.8890],[-3.3513, 54.8892],[-3.350899, 54.8893],[-3.350699, 54.8894],[-3.350699, 54.8896],[-3.3518, 54.8904],[-3.352099, 54.8908],[-3.352099, 54.891],[-3.352, 54.8913],[-3.3517, 54.8915],[-3.349699, 54.892],[-3.3492, 54.8922],[-3.347899, 54.8932],[-3.3475, 54.8933],[-3.3471, 54.8933],[-3.346801, 54.8932],[-3.346601, 54.893],[-3.3464, 54.8925],[-3.3464, 54.8921],[-3.346499, 54.892],[-3.346801, 54.8918],[-3.347899, 54.8913],[-3.3482, 54.891],[-3.34830, 54.8905],[-3.34830, 54.89],[-3.348, 54.8895],[-3.347399, 54.8888],[-3.346699, 54.8885],[-3.3452, 54.8884],[-3.345, 54.8885],[-3.34480, 54.8887],[-3.3447, 54.8889],[-3.34480, 54.8891],[-3.3452, 54.8891],[-3.34600, 54.8894],[-3.3464, 54.8896],[-3.346601, 54.8899],[-3.346699, 54.8902],[-3.346699, 54.8905],[-3.346299, 54.8908],[-3.345799, 54.891],[-3.344301, 54.8913],[-3.34410, 54.8915],[-3.344, 54.8917],[-3.34410, 54.8921],[-3.344899, 54.8931],[-3.345099, 54.8934],[-3.345099, 54.8937],[-3.344899, 54.8941],[-3.344599, 54.8943],[-3.344199, 54.8944],[-3.344, 54.8944],[-3.3437, 54.8942],[-3.342999, 54.8937],[-3.34220, 54.8931],[-3.341401, 54.8924],[-3.340899, 54.8921],[-3.3404, 54.8919],[-3.338399, 54.8912],[-3.336, 54.8901],[-3.334501, 54.8895],[-3.334301, 54.8895],[-3.334199, 54.8898],[-3.334199, 54.89],[-3.334501, 54.8903],[-3.336801, 54.8913],[-3.3385, 54.8922],[-3.339799, 54.8929],[-3.341401, 54.8936],[-3.3424, 54.8941],[-3.342499, 54.8944],[-3.3424, 54.8947],[-3.342099, 54.8951],[-3.3417, 54.8953],[-3.3406, 54.8957],[-3.3394, 54.8962],[-3.339, 54.8962],[-3.338701, 54.896],[-3.3383, 54.8952],[-3.337899, 54.8947],[-3.3369, 54.8936],[-3.335599, 54.8926],[-3.334399, 54.8922],[-3.33380, 54.8917],[-3.3332, 54.891],[-3.3329, 54.8904],[-3.3327, 54.8902],[-3.3325, 54.8901],[-3.332099, 54.8901],[-3.331899, 54.8902],[-3.3318, 54.8904],[-3.3318, 54.8911],[-3.3316, 54.8913],[-3.3313, 54.8914],[-3.3311, 54.8914],[-3.330899, 54.8913],[-3.3297, 54.8903],[-3.329, 54.8898],[-3.3282, 54.8895],[-3.328, 54.8893],[-3.327899, 54.8890],[-3.327699, 54.8881],[-3.3275, 54.8877],[-3.327199, 54.8874],[-3.327001, 54.8874],[-3.326699, 54.8875],[-3.326499, 54.8877],[-3.326401, 54.888],[-3.326499, 54.8884],[-3.327001, 54.8895],[-3.3275, 54.8901],[-3.3282, 54.8907],[-3.328399, 54.8911],[-3.328399, 54.8914],[-3.3282, 54.8916],[-3.3278, 54.8916],[-3.3253, 54.8909],[-3.3229, 54.8903],[-3.3222, 54.89],[-3.322099, 54.8898],[-3.322299, 54.8896],[-3.32390, 54.8890],[-3.324301, 54.8886],[-3.324301, 54.8883],[-3.3241, 54.888],[-3.3238, 54.888],[-3.323299, 54.8883],[-3.321899, 54.8890],[-3.3203, 54.8895],[-3.3193, 54.8897],[-3.3182, 54.8894],[-3.317899, 54.8891],[-3.317899, 54.8888],[-3.318599, 54.888],[-3.318599, 54.8877],[-3.3183, 54.8875],[-3.3175, 54.8874],[-3.316499, 54.8877],[-3.31570, 54.8884],[-3.3152, 54.8886],[-3.314501, 54.8887],[-3.312999, 54.8884],[-3.3125, 54.8882],[-3.3124, 54.8879],[-3.3122, 54.8871],[-3.312099, 54.887],[-3.3116, 54.887],[-3.3114, 54.8871],[-3.310499, 54.8879],[-3.3101, 54.888],[-3.3099, 54.888],[-3.3095, 54.8876],[-3.308901, 54.8864],[-3.308599, 54.8862],[-3.3083, 54.8862],[-3.307001, 54.8867],[-3.306499, 54.8867],[-3.306299, 54.8865],[-3.306299, 54.8863],[-3.306499, 54.8857],[-3.3069, 54.8844],[-3.3069, 54.8841],[-3.3067, 54.884],[-3.306401, 54.884],[-3.3059, 54.8842],[-3.304199, 54.8860],[-3.303999, 54.8861],[-3.3037, 54.8861],[-3.302799, 54.8856],[-3.302099, 54.8847],[-3.301899, 54.8846],[-3.30140, 54.8846],[-3.299799, 54.8847],[-3.299101, 54.8846],[-3.2983, 54.8842],[-3.2976, 54.8832],[-3.297499, 54.8828],[-3.297699, 54.8818],[-3.297699, 54.8815],[-3.297499, 54.8813],[-3.2971, 54.8813],[-3.296299, 54.8819],[-3.295599, 54.8822],[-3.29530, 54.8822],[-3.294899, 54.8819],[-3.294899, 54.8815],[-3.29550, 54.8802],[-3.2959, 54.8791],[-3.295799, 54.8787],[-3.295799, 54.8786],[-3.295599, 54.8786],[-3.295, 54.8789],[-3.294699, 54.8789],[-3.294399, 54.8787],[-3.2937, 54.8777],[-3.293099, 54.8772],[-3.291899, 54.8762],[-3.290499, 54.8748],[-3.2893, 54.8737],[-3.28900, 54.8735],[-3.288701, 54.8735],[-3.288501, 54.8736],[-3.288501, 54.8739],[-3.288701, 54.8742],[-3.2895, 54.8750],[-3.2918, 54.8770],[-3.293, 54.8785],[-3.293099, 54.8789],[-3.293099, 54.8791],[-3.293, 54.8793],[-3.292799, 54.8794],[-3.292399, 54.8795],[-3.292001, 54.8795],[-3.2914, 54.8794],[-3.2901, 54.8783],[-3.28900, 54.8774],[-3.287699, 54.8763],[-3.286601, 54.8758],[-3.286, 54.8757],[-3.285599, 54.8758],[-3.2855, 54.8759],[-3.2855, 54.8761],[-3.285599, 54.8762],[-3.286601, 54.8768],[-3.288901, 54.8786],[-3.28940, 54.8794],[-3.28940, 54.8796],[-3.2891, 54.8798],[-3.288701, 54.8800],[-3.288399, 54.8800],[-3.287899, 54.8799],[-3.286299, 54.8793],[-3.283999, 54.8783],[-3.2823, 54.8774],[-3.2814, 54.8765],[-3.28120, 54.8761],[-3.28120, 54.8757],[-3.2814, 54.8752],[-3.283099, 54.8746],[-3.283299, 54.8744],[-3.2834, 54.8742],[-3.283299, 54.8741],[-3.2813, 54.8743],[-3.280699, 54.8743],[-3.2806, 54.8742],[-3.2806, 54.8740],[-3.2809, 54.8732],[-3.2822, 54.8714],[-3.2848, 54.8692],[-3.2857, 54.8684],[-3.2859, 54.8681],[-3.2859, 54.8676],[-3.2858, 54.8672],[-3.284699, 54.8656],[-3.282799, 54.8633],[-3.2825, 54.8628],[-3.282399, 54.8624],[-3.282399, 54.8621],[-3.28290, 54.8615],[-3.2813, 54.8607],[-3.2811, 54.8608],[-3.2806, 54.8617],[-3.280499, 54.8626],[-3.2806, 54.8633],[-3.2814, 54.8643],[-3.282099, 54.8651],[-3.2827, 54.8660],[-3.28290, 54.8669],[-3.28290, 54.8673],[-3.282799, 54.8679],[-3.2822, 54.8689],[-3.2814, 54.8693],[-3.280299, 54.8697],[-3.2801, 54.8699],[-3.2801, 54.8701],[-3.280299, 54.8706],[-3.280299, 54.8709],[-3.2802, 54.8716],[-3.2797, 54.8738],[-3.2792, 54.8758],[-3.2792, 54.8761],[-3.279599, 54.8768],[-3.279599, 54.8770],[-3.2794, 54.8775],[-3.279, 54.8780],[-3.279, 54.8782],[-3.27910, 54.8783],[-3.2797, 54.8787],[-3.281001, 54.8794],[-3.282399, 54.8804],[-3.283, 54.8811],[-3.283099, 54.8814],[-3.283099, 54.8816],[-3.2825, 54.8824],[-3.2825, 54.8825],[-3.282599, 54.8826],[-3.282799, 54.8827],[-3.2836, 54.8830],[-3.283799, 54.8832],[-3.284199, 54.884],[-3.2846, 54.8847],[-3.2853, 54.8865],[-3.286099, 54.8875],[-3.286601, 54.888],[-3.286601, 54.8883],[-3.286401, 54.8887],[-3.286201, 54.8888],[-3.284301, 54.8879],[-3.281001, 54.8844],[-3.280499, 54.8841],[-3.2801, 54.8841],[-3.279999, 54.8844],[-3.2823, 54.8869],[-3.2823, 54.8876],[-3.2825, 54.888],[-3.282799, 54.8883],[-3.2839, 54.8886],[-3.285599, 54.8896],[-3.286801, 54.8903],[-3.287199, 54.8911],[-3.2874, 54.8918],[-3.2874, 54.8923],[-3.28710, 54.8927],[-3.2857, 54.893],[-3.284301, 54.8931],[-3.282599, 54.8928],[-3.2813, 54.8924],[-3.2808, 54.8922],[-3.280499, 54.8922],[-3.27910, 54.8928],[-3.2788, 54.8928],[-3.27720, 54.8926],[-3.2755, 54.8924],[-3.27510, 54.8922],[-3.275, 54.892],[-3.27510, 54.8918],[-3.276201, 54.8915],[-3.279, 54.891],[-3.2801, 54.8906],[-3.2802, 54.8903],[-3.2801, 54.8901],[-3.279599, 54.89],[-3.2781, 54.8904],[-3.2779, 54.8903],[-3.2779, 54.89],[-3.2783, 54.8892],[-3.278399, 54.8889],[-3.278399, 54.8887],[-3.278399, 54.8883],[-3.278199, 54.8873],[-3.278501, 54.8854],[-3.278501, 54.8852],[-3.2783, 54.8849],[-3.2781, 54.8848],[-3.2778, 54.8848],[-3.277499, 54.8849],[-3.27700, 54.8858],[-3.276801, 54.8861],[-3.276401, 54.8862],[-3.27510, 54.8861],[-3.274899, 54.8862],[-3.2748, 54.8867],[-3.274699, 54.8883],[-3.274101, 54.8902],[-3.273799, 54.8905],[-3.272599, 54.8914],[-3.272099, 54.8917],[-3.2715, 54.8917],[-3.27110, 54.8916],[-3.27070, 54.8912],[-3.2706, 54.8908],[-3.27070, 54.8904],[-3.2713, 54.8899],[-3.2727, 54.8888],[-3.272799, 54.8884],[-3.272799, 54.8882],[-3.272599, 54.8882],[-3.272099, 54.8883],[-3.2715, 54.8887],[-3.2708, 54.8896],[-3.270299, 54.89],[-3.2699, 54.8901],[-3.2683, 54.8901],[-3.2681, 54.8903],[-3.2678, 54.8914],[-3.2676, 54.8916],[-3.2674, 54.8917],[-3.267, 54.8917],[-3.266201, 54.8917],[-3.265399, 54.8915],[-3.265199, 54.8915],[-3.2636, 54.8912],[-3.26290, 54.8911],[-3.261899, 54.8911],[-3.261001, 54.8912],[-3.260099, 54.8914],[-3.2597, 54.8915],[-3.2593, 54.8917],[-3.2593, 54.892],[-3.259501, 54.8922],[-3.2597, 54.8922],[-3.26, 54.8922],[-3.2613, 54.8918],[-3.262399, 54.8918],[-3.2628, 54.8919],[-3.263099, 54.892],[-3.263299, 54.8922],[-3.2634, 54.8924],[-3.263299, 54.8925],[-3.26270, 54.8928],[-3.261899, 54.8933],[-3.2616, 54.8935],[-3.2612, 54.894],[-3.26060, 54.8947],[-3.2604, 54.8949],[-3.2602, 54.895],[-3.26, 54.895],[-3.259501, 54.895],[-3.259, 54.8949],[-3.2586, 54.8947],[-3.2583, 54.8947],[-3.2579, 54.8948],[-3.256201, 54.8955],[-3.256099, 54.8957],[-3.256201, 54.8959],[-3.256401, 54.896],[-3.2567, 54.896],[-3.2576, 54.896],[-3.2579, 54.8961],[-3.257999, 54.8962],[-3.257999, 54.8963],[-3.2578, 54.8967],[-3.2574, 54.8971],[-3.255899, 54.8977],[-3.255199, 54.8982],[-3.2551, 54.8984],[-3.2551, 54.8985],[-3.255599, 54.8988],[-3.2557, 54.899],[-3.2557, 54.8993],[-3.2555, 54.8997],[-3.253799, 54.9021],[-3.2525, 54.903],[-3.2521, 54.9031],[-3.251499, 54.9031],[-3.2512, 54.903],[-3.2512, 54.9029],[-3.2512, 54.9027],[-3.2514, 54.9024],[-3.251699, 54.9019],[-3.251801, 54.9015],[-3.251699, 54.9008],[-3.251801, 54.9004],[-3.2521, 54.8994],[-3.2521, 54.8992],[-3.252001, 54.8989],[-3.251801, 54.8988],[-3.2514, 54.8988],[-3.2509, 54.8988],[-3.250499, 54.8989],[-3.250099, 54.8992],[-3.249799, 54.8997],[-3.249599, 54.901],[-3.249399, 54.9012],[-3.2489, 54.9014],[-3.247299, 54.9018],[-3.245699, 54.9024],[-3.2456, 54.9026],[-3.2456, 54.9027],[-3.24580, 54.9028],[-3.246201, 54.9028],[-3.2472, 54.9026],[-3.2474, 54.9027],[-3.247499, 54.9029],[-3.247499, 54.903],[-3.247299, 54.9034],[-3.247299, 54.9035],[-3.2474, 54.9036],[-3.247699, 54.9037],[-3.248199, 54.9037],[-3.2506, 54.9046],[-3.251499, 54.9053],[-3.251899, 54.9059],[-3.2521, 54.907],[-3.2521, 54.9076],[-3.251699, 54.9099],[-3.251, 54.9112],[-3.249799, 54.9121],[-3.2493, 54.9123],[-3.248501, 54.9123],[-3.2474, 54.9123],[-3.2453, 54.9118],[-3.24440, 54.9116],[-3.2432, 54.9109],[-3.242001, 54.9106],[-3.240299, 54.9103],[-3.23830, 54.9102],[-3.235399, 54.91],[-3.233701, 54.9099],[-3.233, 54.9098],[-3.232599, 54.9098],[-3.232399, 54.9098],[-3.232001, 54.9097],[-3.231699, 54.9095],[-3.2307, 54.9083],[-3.229399, 54.9072],[-3.2267, 54.9058],[-3.22400, 54.904],[-3.2228, 54.903],[-3.2226, 54.903],[-3.221499, 54.905],[-3.221499, 54.9052],[-3.221801, 54.9058],[-3.223099, 54.9077],[-3.223599, 54.9081],[-3.224101, 54.9082],[-3.225699, 54.9082],[-3.2276, 54.9084],[-3.22840, 54.9088],[-3.2289, 54.9092],[-3.23, 54.9108],[-3.230599, 54.9114],[-3.2313, 54.9117],[-3.233599, 54.912],[-3.239, 54.9123],[-3.243099, 54.9128],[-3.244101, 54.9131],[-3.245199, 54.9137],[-3.2456, 54.9138],[-3.24650, 54.9139],[-3.247, 54.9139],[-3.2478, 54.9136],[-3.251601, 54.9125],[-3.256601, 54.9114],[-3.2593, 54.9105],[-3.259799, 54.9102],[-3.261001, 54.909],[-3.2628, 54.9072],[-3.2636, 54.9065],[-3.265599, 54.9053],[-3.2676, 54.9045],[-3.27070, 54.9038],[-3.2732, 54.9035],[-3.2758, 54.9035],[-3.2788, 54.9038],[-3.280299, 54.9041],[-3.2846, 54.9055],[-3.28730, 54.9063],[-3.2883, 54.9065],[-3.290299, 54.9069],[-3.2937, 54.9075],[-3.296299, 54.9083],[-3.297899, 54.9093],[-3.2999, 54.9111],[-3.3008, 54.9124],[-3.3011, 54.9138],[-3.3011, 54.9145],[-3.301001, 54.9157],[-3.299999, 54.919],[-3.298599, 54.9219],[-3.297199, 54.9237],[-3.295599, 54.9255],[-3.29320, 54.9278],[-3.2915, 54.9293],[-3.288901, 54.9313],[-3.286, 54.9329],[-3.282399, 54.9346],[-3.278501, 54.9359],[-3.275, 54.9372],[-3.27110, 54.9384],[-3.2683, 54.9390],[-3.267, 54.9394],[-3.264699, 54.94],[-3.261899, 54.9406],[-3.260299, 54.9411],[-3.258399, 54.9418],[-3.2557, 54.9429],[-3.254301, 54.9435],[-3.251899, 54.9440],[-3.246201, 54.9447],[-3.2427, 54.9457],[-3.239399, 54.9471],[-3.236001, 54.949],[-3.233099, 54.9505],[-3.2305, 54.9522],[-3.229899, 54.9526],[-3.2297, 54.9526],[-3.227, 54.9522],[-3.2265, 54.9522],[-3.22560, 54.9523],[-3.222899, 54.9526],[-3.2187, 54.9529],[-3.2167, 54.9532],[-3.215199, 54.9537],[-3.213099, 54.9543],[-3.211601, 54.9545],[-3.209599, 54.9546],[-3.2082, 54.9546],[-3.2044, 54.9542],[-3.201699, 54.9538],[-3.19770, 54.9527],[-3.195899, 54.9523],[-3.1943, 54.9521],[-3.19090, 54.952],[-3.189399, 54.9519],[-3.1879, 54.9514],[-3.1865, 54.9507],[-3.184799, 54.9494],[-3.182899, 54.9478],[-3.181401, 54.9464],[-3.179399, 54.9447],[-3.17680, 54.9431],[-3.1754, 54.9426],[-3.17280, 54.9420],[-3.170399, 54.9417],[-3.166699, 54.9410],[-3.1643, 54.9403],[-3.1619, 54.9398],[-3.159899, 54.9393],[-3.157799, 54.9386],[-3.1558, 54.9378],[-3.154999, 54.9373],[-3.1542, 54.9362],[-3.153501, 54.9344],[-3.1529, 54.9333],[-3.152299, 54.9328],[-3.151601, 54.9324],[-3.15030, 54.9320],[-3.147099, 54.9315],[-3.144599, 54.9308],[-3.143199, 54.9301],[-3.1415, 54.9293],[-3.141201, 54.9291],[-3.1401, 54.9290],[-3.1356, 54.9286],[-3.130899, 54.9285],[-3.127899, 54.9289],[-3.1252, 54.9293],[-3.12420, 54.9293],[-3.121099, 54.9288],[-3.1184, 54.9283],[-3.1136, 54.9279],[-3.112299, 54.9278],[-3.1096, 54.928],[-3.108299, 54.9283],[-3.1075, 54.9284],[-3.1039, 54.9283],[-3.1033, 54.9284],[-3.102799, 54.9287],[-3.101401, 54.9300],[-3.100399, 54.9307],[-3.097699, 54.9320],[-3.094399, 54.9331],[-3.090899, 54.9338],[-3.089301, 54.9336],[-3.0882, 54.9334],[-3.087199, 54.9335],[-3.086801, 54.9336],[-3.0862, 54.9339],[-3.085099, 54.9342],[-3.0848, 54.9342],[-3.084501, 54.9341],[-3.084199, 54.9342],[-3.084, 54.9344],[-3.0839, 54.9346],[-3.084, 54.9347],[-3.084399, 54.9348],[-3.08550, 54.9346],[-3.087699, 54.9344],[-3.0883, 54.9344],[-3.088701, 54.9346],[-3.088701, 54.9349],[-3.0885, 54.9351],[-3.0876, 54.9355],[-3.085799, 54.9359],[-3.0837, 54.9361],[-3.0818, 54.9363],[-3.078599, 54.9371],[-3.074301, 54.9381],[-3.0706, 54.9392],[-3.068599, 54.9402],[-3.0659, 54.9424],[-3.064501, 54.9440],[-3.0634, 54.9459],[-3.0629, 54.9464],[-3.0627, 54.9465],[-3.062099, 54.9465],[-3.058, 54.9459],[-3.0574, 54.9459],[-3.056, 54.946],[-3.052099, 54.9464],[-3.049799, 54.9468],[-3.0488, 54.9468],[-3.0483, 54.9466],[-3.047899, 54.9462],[-3.047499, 54.9459],[-3.047199, 54.9458],[-3.0467, 54.9457],[-3.04590, 54.9458],[-3.045, 54.9459],[-3.044199, 54.9459],[-3.042001, 54.9455],[-3.0369, 54.9449],[-3.036601, 54.9464],[-3.039799, 54.9472],[-3.040299, 54.9474],[-3.040699, 54.9477],[-3.042001, 54.9491],[-3.0423, 54.9494],[-3.042599, 54.9495],[-3.0435, 54.9495],[-3.0438, 54.9496],[-3.044199, 54.9498],[-3.044699, 54.9501],[-3.0453, 54.9507],[-3.046601, 54.952],[-3.047899, 54.9535],[-3.048199, 54.9537],[-3.048901, 54.9539],[-3.048599, 54.9546],[-3.048399, 54.955],[-3.0476, 54.9555],[-3.0469, 54.9556],[-3.046801, 54.956],[-3.0469, 54.9565],[-3.0474, 54.957],[-3.049, 54.9581],[-3.051899, 54.9599],[-3.0525, 54.9602],[-3.052599, 54.9601],[-3.052599, 54.9597],[-3.050699, 54.9579],[-3.0488, 54.9566],[-3.048901, 54.9562],[-3.0494, 54.956],[-3.049799, 54.9559],[-3.0517, 54.9567],[-3.0532, 54.9572],[-3.0552, 54.9574],[-3.0599, 54.9575],[-3.060199, 54.9577],[-3.06040, 54.958],[-3.0603, 54.9585],[-3.0593, 54.9599],[-3.0594, 54.9602],[-3.0597, 54.9604],[-3.059999, 54.9604],[-3.0617, 54.9583],[-3.061899, 54.958],[-3.0617, 54.9573],[-3.06110, 54.9571],[-3.058, 54.957],[-3.056201, 54.9568],[-3.054301, 54.9565],[-3.0537, 54.9563],[-3.051899, 54.9552],[-3.0516, 54.9549],[-3.0516, 54.9537],[-3.052799, 54.9538],[-3.054301, 54.9534],[-3.0555, 54.9533],[-3.056299, 54.9533],[-3.056601, 54.9534],[-3.0576, 54.9542],[-3.05810, 54.9545],[-3.059799, 54.955],[-3.0606, 54.9552],[-3.0608, 54.9552],[-3.061001, 54.9548],[-3.061001, 54.9546],[-3.060899, 54.9545],[-3.059999, 54.9542],[-3.058399, 54.9538],[-3.05830, 54.9536],[-3.058399, 54.9533],[-3.058599, 54.953],[-3.059101, 54.9526],[-3.0596, 54.9523],[-3.059999, 54.9522],[-3.0629, 54.9521],[-3.066299, 54.9522],[-3.0674, 54.9521],[-3.069101, 54.9518],[-3.0699, 54.9517],[-3.072001, 54.9517],[-3.072299, 54.9518],[-3.072299, 54.9521],[-3.072299, 54.9522],[-3.071899, 54.9527],[-3.0717, 54.953],[-3.0713, 54.9534],[-3.0696, 54.9547],[-3.068399, 54.9551],[-3.0682, 54.9553],[-3.068099, 54.9555],[-3.067899, 54.9564],[-3.067699, 54.9569],[-3.0662, 54.958],[-3.066, 54.9585],[-3.0662, 54.9589],[-3.066801, 54.9594],[-3.0676, 54.9595],[-3.067699, 54.9596],[-3.067699, 54.9597],[-3.0678, 54.96],[-3.0676, 54.9605],[-3.067699, 54.9606],[-3.068399, 54.9606],[-3.069, 54.9604],[-3.0692, 54.9602],[-3.0694, 54.96],[-3.0695, 54.9597],[-3.0695, 54.9594],[-3.0678, 54.9588],[-3.0676, 54.9586],[-3.0676, 54.9583],[-3.067899, 54.958],[-3.068701, 54.9578],[-3.068901, 54.9575],[-3.068901, 54.9573],[-3.068901, 54.9567],[-3.069, 54.9563],[-3.069101, 54.9559],[-3.0694, 54.9555],[-3.0697, 54.9553],[-3.0713, 54.9548],[-3.0738, 54.9532],[-3.073999, 54.9531],[-3.0762, 54.9526],[-3.076499, 54.9524],[-3.076699, 54.9522],[-3.077001, 54.9518],[-3.07730, 54.9516],[-3.078901, 54.9501],[-3.079799, 54.9494],[-3.080199, 54.9493],[-3.080499, 54.9494],[-3.0806, 54.9495],[-3.080699, 54.9498],[-3.080899, 54.9499],[-3.081201, 54.9498],[-3.081401, 54.9497],[-3.0816, 54.9494],[-3.082, 54.9487],[-3.0822, 54.9484],[-3.082599, 54.948],[-3.082999, 54.9478],[-3.084301, 54.9472],[-3.084899, 54.9470],[-3.0869, 54.9468],[-3.0892, 54.9469],[-3.089301, 54.9470],[-3.089301, 54.9472],[-3.0892, 54.9474],[-3.088599, 54.9477],[-3.088599, 54.9478],[-3.088701, 54.948],[-3.0894, 54.9483],[-3.0911, 54.9485],[-3.091401, 54.9487],[-3.092299, 54.9499],[-3.0926, 54.9505],[-3.0926, 54.951],[-3.092099, 54.9536],[-3.092099, 54.9539],[-3.0924, 54.9557],[-3.0926, 54.9569],[-3.0926, 54.9588],[-3.0926, 54.9593],[-3.0924, 54.9597],[-3.091401, 54.9605],[-3.090899, 54.9606],[-3.08950, 54.9603],[-3.089301, 54.9603],[-3.089, 54.9605],[-3.088099, 54.9612],[-3.087001, 54.9623],[-3.0857, 54.9632],[-3.08550, 54.9633],[-3.0848, 54.9634],[-3.084301, 54.9634],[-3.0837, 54.9632],[-3.083501, 54.9629],[-3.0836, 54.9626],[-3.0841, 54.9621],[-3.0852, 54.9609],[-3.08550, 54.9604],[-3.08550, 54.9603],[-3.085299, 54.9602],[-3.084899, 54.9603],[-3.084399, 54.9606],[-3.0838, 54.9611],[-3.08250, 54.9622],[-3.081899, 54.9627],[-3.081401, 54.9629],[-3.080899, 54.9631],[-3.07920, 54.9636],[-3.078701, 54.9636],[-3.078399, 54.9635],[-3.0778, 54.9632],[-3.0775, 54.9632],[-3.07730, 54.962],[-3.07730, 54.961],[-3.076801, 54.9605],[-3.076801, 54.9603],[-3.077199, 54.9593],[-3.077199, 54.959],[-3.0769, 54.9583],[-3.076, 54.9577],[-3.0755, 54.9575],[-3.075099, 54.9575],[-3.0748, 54.9575],[-3.074699, 54.9577],[-3.0748, 54.958],[-3.0753, 54.9582],[-3.0755, 54.9583],[-3.075799, 54.9586],[-3.0759, 54.9589],[-3.075799, 54.9593],[-3.0757, 54.9599],[-3.076299, 54.9606],[-3.076299, 54.9609],[-3.0762, 54.9612],[-3.076, 54.9617],[-3.076, 54.962],[-3.0762, 54.9624],[-3.076299, 54.9628],[-3.076299, 54.9633],[-3.0761, 54.9635],[-3.075799, 54.9636],[-3.0755, 54.9639],[-3.07520, 54.9642],[-3.0748, 54.9647],[-3.074501, 54.9652],[-3.074199, 54.9659],[-3.073299, 54.968],[-3.072799, 54.969],[-3.0722, 54.9702],[-3.0713, 54.9712],[-3.0692, 54.9732],[-3.0678, 54.9749],[-3.0662, 54.9771],[-3.065599, 54.9781],[-3.065099, 54.9787],[-3.0646, 54.9791],[-3.062799, 54.9805],[-3.0608, 54.9819],[-3.0601, 54.9824],[-3.0596, 54.9827],[-3.058599, 54.983],[-3.0578, 54.9831],[-3.056499, 54.9829],[-3.055399, 54.9826],[-3.0537, 54.9817],[-3.051899, 54.9801],[-3.050499, 54.979],[-3.049999, 54.9785],[-3.0495, 54.9781],[-3.048501, 54.9777],[-3.0474, 54.9774],[-3.046, 54.977],[-3.045599, 54.9768],[-3.0453, 54.9765],[-3.0452, 54.9762],[-3.0452, 54.9759],[-3.045799, 54.9751],[-3.045799, 54.9748],[-3.0457, 54.9747],[-3.0455, 54.9747],[-3.044101, 54.9753],[-3.0432, 54.9755],[-3.0423, 54.9756],[-3.0418, 54.9755],[-3.041201, 54.9752],[-3.040699, 54.9748],[-3.04020, 54.9743],[-3.0399, 54.9738],[-3.039799, 54.9732],[-3.0399, 54.9711],[-3.039799, 54.9703],[-3.038901, 54.9704],[-3.037899, 54.9707],[-3.0378, 54.9713],[-3.037699, 54.9717],[-3.037199, 54.9726],[-3.036601, 54.9735],[-3.036401, 54.974],[-3.036401, 54.9743],[-3.03650, 54.9747],[-3.0369, 54.9752],[-3.037199, 54.9755],[-3.038199, 54.9761],[-3.0397, 54.9767],[-3.0413, 54.9772],[-3.042399, 54.9777],[-3.0439, 54.9785],[-3.045, 54.9793],[-3.04590, 54.9802],[-3.046801, 54.9817],[-3.0474, 54.9831],[-3.0481, 54.984],[-3.049101, 54.9849],[-3.0518, 54.9864],[-3.053299, 54.9868],[-3.05500, 54.9873],[-3.056099, 54.9875],[-3.056201, 54.9881],[-3.056401, 54.9901],[-3.056299, 54.9908],[-3.056201, 54.9914],[-3.0559, 54.9918],[-3.0557, 54.992],[-3.0552, 54.9924],[-3.052799, 54.9936],[-3.0518, 54.9942],[-3.0509, 54.9950],[-3.049101, 54.9966],[-3.048199, 54.9972],[-3.045599, 54.9983],[-3.044399, 54.9987],[-3.0439, 54.9990],[-3.0437, 54.9992],[-3.0435, 54.9995],[-3.043299, 54.9998],[-3.043299, 55.0000],[-3.0434, 55.0002],[-3.044199, 55.0012],[-3.044399, 55.0015],[-3.0446, 55.0028],[-3.044699, 55.0038],[-3.044699, 55.0047],[-3.044501, 55.0054],[-3.0436, 55.0067],[-3.0435, 55.007],[-3.0435, 55.0072],[-3.0436, 55.0074],[-3.044199, 55.0077],[-3.04590, 55.0079],[-3.0467, 55.0081],[-3.0471, 55.0083],[-3.0474, 55.0086],[-3.047499, 55.0089],[-3.0474, 55.0093],[-3.0469, 55.0097],[-3.045599, 55.0106],[-3.044399, 55.0114],[-3.0434, 55.0122],[-3.042599, 55.0127],[-3.0422, 55.013],[-3.042001, 55.0134],[-3.041699, 55.0143],[-3.0413, 55.0149],[-3.0411, 55.0151],[-3.040699, 55.0155],[-3.0404, 55.0158],[-3.0399, 55.0163],[-3.039, 55.017],[-3.038501, 55.0175],[-3.038399, 55.0176],[-3.038501, 55.0178],[-3.0393, 55.0187],[-3.0397, 55.0192],[-3.039799, 55.0195],[-3.039799, 55.02],[-3.0397, 55.0207],[-3.039599, 55.0212],[-3.0393, 55.0218],[-3.038901, 55.0222],[-3.038599, 55.0224],[-3.0383, 55.0225],[-3.036801, 55.0224],[-3.0357, 55.0225],[-3.0348, 55.0228],[-3.03440, 55.023],[-3.0336, 55.0233],[-3.032599, 55.0235],[-3.0308, 55.0242],[-3.0302, 55.0245],[-3.029599, 55.0249],[-3.029, 55.0257],[-3.029, 55.0261],[-3.0292, 55.0265],[-3.03010, 55.0274],[-3.0314, 55.0285],[-3.031899, 55.0291],[-3.031899, 55.0298],[-3.0315, 55.0306],[-3.0311, 55.0315],[-3.030699, 55.0321],[-3.0295, 55.0331],[-3.0274, 55.034],[-3.02570, 55.0347],[-3.025, 55.0352],[-3.0248, 55.0356],[-3.0248, 55.0358],[-3.025199, 55.0362],[-3.0291, 55.0378],[-3.03040, 55.0384],[-3.0314, 55.039],[-3.031899, 55.0393],[-3.0336, 55.0399],[-3.034301, 55.0402],[-3.034699, 55.0404],[-3.035199, 55.0407],[-3.0359, 55.041],[-3.0373, 55.0415],[-3.0378, 55.0419],[-3.038, 55.0422],[-3.038, 55.0426],[-3.0376, 55.0433],[-3.0373, 55.0439],[-3.0373, 55.0441],[-3.037499, 55.0443],[-3.03810, 55.0445],[-3.0394, 55.0448],[-3.0399, 55.0449],[-3.041001, 55.0454],[-3.0415, 55.0457],[-3.041899, 55.0460],[-3.041899, 55.0463],[-3.0416, 55.0468],[-3.0416, 55.047],[-3.041699, 55.0471],[-3.0423, 55.0473],[-3.0436, 55.0476],[-3.044399, 55.0478],[-3.0453, 55.048],[-3.0467, 55.0481],[-3.049101, 55.048],[-3.05010, 55.048],[-3.05080, 55.0481],[-3.051201, 55.0483],[-3.0516, 55.0489],[-3.0515, 55.0496],[-3.050699, 55.0507],[-3.0497, 55.0518],[-3.049, 55.0524],[-3.048501, 55.0527],[-3.047899, 55.053],[-3.0469, 55.0535],[-3.046201, 55.0537],[-3.043, 55.0547],[-3.0393, 55.0556],[-3.0378, 55.0558],[-3.0357, 55.0557],[-3.0302, 55.0552],[-3.0251, 55.0547],[-3.021801, 55.0545],[-3.017299, 55.0545],[-3.0125, 55.0540],[-3.011001, 55.0539],[-3.0006, 55.0536],[-2.999399, 55.0534],[-2.9946, 55.0528],[-2.9897, 55.0522],[-2.9858, 55.0519],[-2.9784, 55.0519],[-2.9702, 55.0524],[-2.967099, 55.0525],[-2.965199, 55.0525],[-2.963099, 55.0524],[-2.961, 55.0524],[-2.9583, 55.0520],[-2.95670, 55.0515],[-2.956401, 55.0515],[-2.956201, 55.0516],[-2.9558, 55.0521],[-2.9545, 55.0539],[-2.954, 55.0546],[-2.953599, 55.0550],[-2.9533, 55.0552],[-2.9526, 55.0556],[-2.9491, 55.0559],[-2.9481, 55.056],[-2.9474, 55.0562],[-2.94640, 55.0567],[-2.9458, 55.0569],[-2.9453, 55.0570],[-2.944101, 55.0573],[-2.94240, 55.0580],[-2.940799, 55.0587],[-2.939501, 55.0594],[-2.938299, 55.0598],[-2.936899, 55.0600],[-2.9364, 55.0603],[-2.936001, 55.0607],[-2.936001, 55.0609],[-2.93610, 55.0612],[-2.9368, 55.0616],[-2.9388, 55.0626],[-2.94, 55.0638],[-2.940599, 55.065],[-2.9407, 55.0655],[-2.9407, 55.0660],[-2.94050, 55.0669],[-2.9398, 55.0678],[-2.93860, 55.0689],[-2.935899, 55.0704],[-2.933599, 55.0713],[-2.932001, 55.0715],[-2.930399, 55.0715],[-2.9272, 55.0714],[-2.925499, 55.0717],[-2.921499, 55.073],[-2.91820, 55.0746],[-2.916201, 55.0757],[-2.915699, 55.0761],[-2.9152, 55.0766],[-2.914799, 55.0773],[-2.9143, 55.0783],[-2.9141, 55.0784],[-2.9124, 55.0788],[-2.9115, 55.0791],[-2.9109, 55.0791],[-2.910199, 55.079],[-2.909101, 55.0783],[-2.906801, 55.0773],[-2.9061, 55.0772],[-2.905699, 55.0772],[-2.903701, 55.0778],[-2.9017, 55.0781],[-2.901201, 55.0781],[-2.8986, 55.078],[-2.897399, 55.078],[-2.896801, 55.0782],[-2.8961, 55.0787],[-2.89360, 55.0813],[-2.892699, 55.0827],[-2.8918, 55.0845],[-2.89150, 55.0853],[-2.891401, 55.0862],[-2.89150, 55.0872],[-2.89150, 55.0876],[-2.891401, 55.0881],[-2.891201, 55.0884],[-2.8907, 55.0887],[-2.890199, 55.0888],[-2.88750, 55.0882],[-2.885499, 55.0874],[-2.884399, 55.0872],[-2.8831, 55.0873],[-2.882299, 55.0876],[-2.8819, 55.088],[-2.8818, 55.0884],[-2.8818, 55.0888],[-2.88280, 55.0898],[-2.8829, 55.0901],[-2.88280, 55.0904],[-2.881299, 55.0915],[-2.880899, 55.092],[-2.880599, 55.0925],[-2.880599, 55.0929],[-2.8808, 55.0933],[-2.8818, 55.0938],[-2.8843, 55.0943],[-2.884399, 55.0945],[-2.884399, 55.0946],[-2.8843, 55.0949],[-2.882699, 55.0953],[-2.880599, 55.0955],[-2.8778, 55.0957],[-2.8762, 55.096],[-2.875499, 55.0962],[-2.873701, 55.0977],[-2.8728, 55.0982],[-2.871001, 55.0997],[-2.870199, 55.1008],[-2.869999, 55.1012],[-2.869999, 55.1018],[-2.870399, 55.104],[-2.870399, 55.1046],[-2.870199, 55.1055],[-2.869699, 55.1061],[-2.868599, 55.1069],[-2.867001, 55.1073],[-2.864799, 55.1076],[-2.8618, 55.1081],[-2.86050, 55.1085],[-2.857001, 55.1094],[-2.855099, 55.1095],[-2.8519, 55.1097],[-2.8495, 55.1100],[-2.848799, 55.1103],[-2.847899, 55.1108],[-2.846699, 55.1116],[-2.846, 55.1120],[-2.8452, 55.1122],[-2.84240, 55.1127],[-2.84220, 55.1128],[-2.842099, 55.1130],[-2.84220, 55.1134],[-2.8427, 55.1142],[-2.842799, 55.1146],[-2.842799, 55.1151],[-2.8427, 55.1158],[-2.842299, 55.1165],[-2.840899, 55.1177],[-2.8399, 55.1181],[-2.839, 55.1183],[-2.838599, 55.1183],[-2.8369, 55.1179],[-2.836401, 55.1179],[-2.8362, 55.1181],[-2.8362, 55.1184],[-2.836401, 55.1186],[-2.837001, 55.1192],[-2.8385, 55.1207],[-2.838799, 55.1214],[-2.838799, 55.1218],[-2.838701, 55.1220],[-2.8383, 55.1223],[-2.8373, 55.1224],[-2.8333, 55.1220],[-2.830699, 55.1218],[-2.829101, 55.1221],[-2.828099, 55.1225],[-2.827199, 55.123],[-2.826499, 55.1235],[-2.825099, 55.1248],[-2.8248, 55.1254],[-2.824699, 55.1259],[-2.825, 55.1268],[-2.8253, 55.1273],[-2.827001, 55.1289],[-2.8293, 55.1303],[-2.8306, 55.1315],[-2.830899, 55.132],[-2.831001, 55.1324],[-2.830899, 55.1328],[-2.830699, 55.1334],[-2.830199, 55.1339],[-2.8292, 55.1346],[-2.8255, 55.1362],[-2.82460, 55.1368],[-2.823501, 55.1378],[-2.822599, 55.1392],[-2.822299, 55.1395],[-2.821899, 55.1396],[-2.819101, 55.1392],[-2.8153, 55.1386],[-2.8125, 55.1383],[-2.8097, 55.1381],[-2.808701, 55.1381],[-2.8071, 55.1384],[-2.804199, 55.1398],[-2.80270, 55.1402],[-2.799599, 55.1408],[-2.797699, 55.1411],[-2.7934, 55.1417],[-2.790299, 55.1421],[-2.7891, 55.1421],[-2.788, 55.142],[-2.787499, 55.142],[-2.7857, 55.1426],[-2.784101, 55.1435],[-2.781801, 55.1453],[-2.778501, 55.1468],[-2.774199, 55.1488],[-2.768901, 55.1505],[-2.7688, 55.1507],[-2.7692, 55.1517],[-2.7691, 55.1521],[-2.768501, 55.1525],[-2.7672, 55.1534],[-2.76480, 55.1548],[-2.7632, 55.1557],[-2.7623, 55.1561],[-2.761899, 55.1562],[-2.761001, 55.1563],[-2.760299, 55.1563],[-2.7599, 55.1562],[-2.7591, 55.1558],[-2.758199, 55.1555],[-2.757699, 55.1555],[-2.753099, 55.1567],[-2.7512, 55.1573],[-2.7493, 55.1579],[-2.7467, 55.1589],[-2.7446, 55.1598],[-2.7432, 55.1604],[-2.741899, 55.161],[-2.741801, 55.1612],[-2.741801, 55.1621],[-2.741699, 55.1627],[-2.7413, 55.1632],[-2.740799, 55.1636],[-2.7388, 55.1647],[-2.733599, 55.1673],[-2.729899, 55.1692],[-2.7291, 55.1695],[-2.727999, 55.1697],[-2.727499, 55.1696],[-2.7266, 55.1691],[-2.7263, 55.169],[-2.726099, 55.169],[-2.725199, 55.1692],[-2.7242, 55.1694],[-2.719899, 55.1706],[-2.7169, 55.1715],[-2.7149, 55.1719],[-2.711401, 55.1722],[-2.707799, 55.1724],[-2.7049, 55.1728],[-2.703099, 55.1732],[-2.701601, 55.1738],[-2.700599, 55.1745],[-2.699699, 55.1754],[-2.696899, 55.1798],[-2.694, 55.1834],[-2.693099, 55.1844],[-2.6905, 55.1866],[-2.6887, 55.1878],[-2.6864, 55.1892],[-2.6756, 55.1796],[-2.6744, 55.1783],[-2.6742, 55.1779],[-2.674, 55.1772],[-2.6743, 55.1764],[-2.6758, 55.1748],[-2.677599, 55.1733],[-2.6787, 55.1722],[-2.680599, 55.1706],[-2.6821, 55.1693]]],[[[-3.2655, 54.1439],[-3.265399, 54.1437],[-3.264199, 54.1437],[-3.2637, 54.1436],[-3.2634, 54.1433],[-3.2632, 54.1424],[-3.263099, 54.1420],[-3.2612, 54.1397],[-3.26060, 54.1388],[-3.260499, 54.1385],[-3.26060, 54.1384],[-3.261801, 54.1380],[-3.262001, 54.1378],[-3.262001, 54.1374],[-3.261699, 54.1365],[-3.261499, 54.1363],[-3.2612, 54.1363],[-3.261001, 54.1373],[-3.261001, 54.1374],[-3.260799, 54.1374],[-3.26060, 54.1374],[-3.2602, 54.1373],[-3.259599, 54.1371],[-3.2588, 54.1361],[-3.257999, 54.1356],[-3.256601, 54.1352],[-3.2548, 54.1349],[-3.2546, 54.1348],[-3.254501, 54.1342],[-3.254101, 54.1333],[-3.254101, 54.1331],[-3.2544, 54.133],[-3.256401, 54.1335],[-3.2576, 54.1339],[-3.258701, 54.1340],[-3.2592, 54.1340],[-3.259399, 54.1339],[-3.259399, 54.1337],[-3.258501, 54.1334],[-3.2553, 54.1326],[-3.2542, 54.1320],[-3.253799, 54.1316],[-3.253, 54.1301],[-3.252599, 54.1296],[-3.25070, 54.1283],[-3.2493, 54.127],[-3.2488, 54.1262],[-3.248701, 54.1256],[-3.248701, 54.1245],[-3.248701, 54.1234],[-3.248501, 54.1213],[-3.24860, 54.1198],[-3.2489, 54.1175],[-3.248701, 54.1167],[-3.2483, 54.1158],[-3.2476, 54.1146],[-3.24650, 54.1137],[-3.2448, 54.112],[-3.243599, 54.1103],[-3.2435, 54.1097],[-3.2435, 54.109],[-3.243599, 54.1078],[-3.243701, 54.1071],[-3.243599, 54.1061],[-3.243, 54.1039],[-3.241899, 54.1019],[-3.241601, 54.1009],[-3.241601, 54.1004],[-3.241899, 54.1],[-3.24250, 54.0995],[-3.243099, 54.0994],[-3.245399, 54.0995],[-3.2468, 54.0995],[-3.24790, 54.0994],[-3.2497, 54.0989],[-3.25, 54.0986],[-3.25, 54.0985],[-3.2497, 54.0984],[-3.2468, 54.0989],[-3.24650, 54.0989],[-3.246401, 54.0987],[-3.24650, 54.0985],[-3.247, 54.0981],[-3.249599, 54.0973],[-3.2502, 54.097],[-3.250299, 54.0967],[-3.250299, 54.0966],[-3.250099, 54.0965],[-3.2492, 54.0966],[-3.2471, 54.0976],[-3.24630, 54.0977],[-3.246001, 54.0976],[-3.246001, 54.0972],[-3.24670, 54.0955],[-3.246601, 54.0953],[-3.246201, 54.0951],[-3.246001, 54.0952],[-3.2456, 54.0957],[-3.245399, 54.0958],[-3.245199, 54.0958],[-3.243799, 54.0948],[-3.2434, 54.0944],[-3.2435, 54.0942],[-3.244501, 54.0936],[-3.24460, 54.0933],[-3.24460, 54.0932],[-3.24440, 54.0931],[-3.2434, 54.0931],[-3.24250, 54.0934],[-3.242001, 54.0934],[-3.241, 54.0931],[-3.2409, 54.0927],[-3.2409, 54.0916],[-3.240799, 54.0913],[-3.24060, 54.0911],[-3.240099, 54.0910],[-3.2392, 54.0911],[-3.2388, 54.0911],[-3.237999, 54.0907],[-3.237099, 54.0900],[-3.237099, 54.0897],[-3.2374, 54.0895],[-3.2381, 54.0891],[-3.2381, 54.0889],[-3.237999, 54.0887],[-3.237, 54.0885],[-3.235899, 54.0887],[-3.235699, 54.0885],[-3.2356, 54.0884],[-3.2356, 54.0882],[-3.236201, 54.0878],[-3.236201, 54.0876],[-3.236099, 54.0875],[-3.2356, 54.0874],[-3.2342, 54.0875],[-3.2325, 54.0881],[-3.230099, 54.0895],[-3.228501, 54.0900],[-3.2279, 54.0899],[-3.2274, 54.0896],[-3.227099, 54.089],[-3.2269, 54.0886],[-3.2269, 54.0881],[-3.227, 54.0873],[-3.2274, 54.0869],[-3.2276, 54.0868],[-3.228701, 54.0868],[-3.229, 54.0867],[-3.229199, 54.0864],[-3.2293, 54.0862],[-3.230799, 54.0858],[-3.231499, 54.0855],[-3.231601, 54.0853],[-3.231601, 54.0850],[-3.2313, 54.0847],[-3.2305, 54.0845],[-3.229399, 54.0843],[-3.225899, 54.0847],[-3.224999, 54.0846],[-3.223901, 54.0841],[-3.223599, 54.0837],[-3.2233, 54.0825],[-3.223, 54.0822],[-3.222699, 54.0819],[-3.22230, 54.0818],[-3.221299, 54.0818],[-3.219599, 54.0817],[-3.219399, 54.0816],[-3.219399, 54.0814],[-3.219501, 54.0812],[-3.219599, 54.0811],[-3.22000, 54.0809],[-3.222001, 54.0805],[-3.2226, 54.0803],[-3.22350, 54.0797],[-3.224301, 54.0791],[-3.2248, 54.0790],[-3.225699, 54.0790],[-3.2276, 54.0791],[-3.227799, 54.0790],[-3.227799, 54.0788],[-3.2272, 54.0784],[-3.2269, 54.0783],[-3.2258, 54.0783],[-3.224999, 54.0780],[-3.2245, 54.0774],[-3.2244, 54.0771],[-3.2246, 54.0759],[-3.2251, 54.0728],[-3.2251, 54.0723],[-3.2249, 54.0715],[-3.22420, 54.0705],[-3.222899, 54.0695],[-3.22230, 54.0689],[-3.22190, 54.0683],[-3.221801, 54.0682],[-3.22020, 54.0681],[-3.219599, 54.0680],[-3.2189, 54.0675],[-3.218501, 54.0674],[-3.217099, 54.0672],[-3.216401, 54.0666],[-3.216201, 54.0655],[-3.2163, 54.0650],[-3.216401, 54.0634],[-3.2163, 54.0628],[-3.2161, 54.0623],[-3.2154, 54.0613],[-3.214101, 54.0599],[-3.2128, 54.0588],[-3.2111, 54.058],[-3.209599, 54.0573],[-3.207299, 54.0565],[-3.2061, 54.0557],[-3.2053, 54.0551],[-3.2045, 54.0542],[-3.203099, 54.0529],[-3.20190, 54.0521],[-3.200799, 54.0518],[-3.1988, 54.0512],[-3.19770, 54.0506],[-3.19560, 54.0497],[-3.1944, 54.0496],[-3.1928, 54.0496],[-3.189501, 54.0503],[-3.184799, 54.0517],[-3.1828, 54.0524],[-3.1805, 54.0535],[-3.17870, 54.0544],[-3.17680, 54.0557],[-3.176001, 54.0561],[-3.175699, 54.056],[-3.175299, 54.0558],[-3.174999, 54.0554],[-3.174999, 54.0548],[-3.1754, 54.0532],[-3.1761, 54.0513],[-3.1761, 54.051],[-3.176001, 54.0508],[-3.1756, 54.0508],[-3.174599, 54.0512],[-3.1743, 54.0511],[-3.174101, 54.0509],[-3.174101, 54.0507],[-3.1743, 54.0501],[-3.1743, 54.0498],[-3.1742, 54.0495],[-3.1738, 54.0492],[-3.173399, 54.0491],[-3.1724, 54.0492],[-3.1719, 54.0497],[-3.171299, 54.051],[-3.171201, 54.052],[-3.171201, 54.0524],[-3.1719, 54.0541],[-3.172, 54.0545],[-3.172, 54.0547],[-3.171801, 54.0553],[-3.171299, 54.0558],[-3.171, 54.0559],[-3.170099, 54.0557],[-3.169699, 54.0555],[-3.1696, 54.0551],[-3.169699, 54.0547],[-3.1702, 54.0534],[-3.1702, 54.0528],[-3.17, 54.0515],[-3.17, 54.0509],[-3.171099, 54.0481],[-3.171499, 54.0478],[-3.1719, 54.0477],[-3.176001, 54.0475],[-3.18, 54.0472],[-3.1817, 54.047],[-3.185199, 54.0467],[-3.1905, 54.0459],[-3.19530, 54.0451],[-3.19740, 54.045],[-3.200599, 54.0456],[-3.2046, 54.0467],[-3.207299, 54.0481],[-3.2087, 54.0491],[-3.21, 54.0503],[-3.211699, 54.052],[-3.213399, 54.0538],[-3.216201, 54.0566],[-3.21970, 54.0603],[-3.22210, 54.063],[-3.224101, 54.0649],[-3.226401, 54.0671],[-3.2289, 54.0691],[-3.2304, 54.0701],[-3.2332, 54.0718],[-3.2349, 54.0735],[-3.237499, 54.0759],[-3.2389, 54.0771],[-3.2411, 54.0790],[-3.244101, 54.0816],[-3.246601, 54.0839],[-3.249599, 54.0871],[-3.2514, 54.0891],[-3.253299, 54.0911],[-3.2567, 54.0951],[-3.2599, 54.0992],[-3.262599, 54.1022],[-3.2634, 54.1032],[-3.264899, 54.1054],[-3.267, 54.1082],[-3.2674, 54.1093],[-3.267499, 54.1099],[-3.2672, 54.1137],[-3.267299, 54.1145],[-3.2676, 54.1156],[-3.267999, 54.1171],[-3.269599, 54.1206],[-3.271801, 54.125],[-3.273999, 54.1296],[-3.274699, 54.1316],[-3.2753, 54.1347],[-3.275899, 54.1391],[-3.2758, 54.1411],[-3.2755, 54.1425],[-3.274899, 54.1439],[-3.2736, 54.1456],[-3.271001, 54.1480],[-3.26900, 54.1494],[-3.266299, 54.1503],[-3.2636, 54.1508],[-3.261899, 54.1511],[-3.2588, 54.1522],[-3.255399, 54.153],[-3.253299, 54.153],[-3.2523, 54.1527],[-3.2514, 54.1521],[-3.251, 54.1516],[-3.2509, 54.1513],[-3.2509, 54.1511],[-3.2513, 54.1510],[-3.253999, 54.1509],[-3.2555, 54.1508],[-3.2574, 54.15],[-3.258701, 54.1495],[-3.261801, 54.1491],[-3.2628, 54.1486],[-3.2636, 54.1478],[-3.263901, 54.1472],[-3.263901, 54.1458],[-3.263999, 54.1454],[-3.2655, 54.1443],[-3.2655, 54.1441],[-3.2655, 54.1439]]],[[[-2.9855, 54.1486],[-2.9827, 54.1481],[-2.979399, 54.1475],[-2.9765, 54.1471],[-2.976001, 54.1471],[-2.9756, 54.1472],[-2.9751, 54.1478],[-2.97480, 54.1479],[-2.9735, 54.1476],[-2.972199, 54.1472],[-2.9712, 54.1467],[-2.97100, 54.1463],[-2.9709, 54.1458],[-2.97100, 54.1455],[-2.9712, 54.1450],[-2.971801, 54.1443],[-2.973099, 54.1434],[-2.974699, 54.1425],[-2.97690, 54.1409],[-2.9786, 54.1398],[-2.9807, 54.1389],[-2.985399, 54.1373],[-2.9904, 54.1355],[-2.993901, 54.1343],[-2.9965, 54.1334],[-2.997999, 54.133],[-3.0002, 54.1328],[-3.0021, 54.1326],[-3.0072, 54.1323],[-3.0107, 54.1322],[-3.01370, 54.1327],[-3.0148, 54.1332],[-3.015199, 54.1335],[-3.015399, 54.1339],[-3.015399, 54.1343],[-3.015199, 54.1352],[-3.01350, 54.1373],[-3.011699, 54.1388],[-3.0092, 54.1403],[-3.007299, 54.1410],[-3.0065, 54.1412],[-3.004301, 54.1411],[-3.0025, 54.1408],[-3.001699, 54.1409],[-3.001601, 54.1410],[-3.001601, 54.1412],[-3.002599, 54.1416],[-3.004501, 54.1425],[-3.005, 54.1428],[-3.00530, 54.1432],[-3.005399, 54.1435],[-3.005399, 54.1438],[-3.00530, 54.1443],[-3.004301, 54.1452],[-3.002899, 54.1464],[-3.001899, 54.1472],[-3.001699, 54.1479],[-3.001899, 54.1484],[-3.002199, 54.1486],[-3.0028, 54.1490],[-3.0028, 54.1491],[-3.002599, 54.1496],[-3.0014, 54.1502],[-3.0002, 54.1507],[-2.999799, 54.1506],[-2.998399, 54.1499],[-2.9976, 54.1494],[-2.996601, 54.1490],[-2.995199, 54.1487],[-2.993799, 54.1485],[-2.993599, 54.1486],[-2.99350, 54.1488],[-2.993599, 54.1491],[-2.9944, 54.1495],[-2.9956, 54.1499],[-2.997499, 54.1504],[-2.9989, 54.1510],[-2.999799, 54.1516],[-2.9999, 54.1521],[-2.999799, 54.1525],[-2.999501, 54.1527],[-2.999, 54.1529],[-2.9976, 54.1532],[-2.997, 54.1532],[-2.996099, 54.1527],[-2.9956, 54.1522],[-2.9953, 54.1517],[-2.994999, 54.1511],[-2.9944, 54.1506],[-2.993599, 54.1502],[-2.992199, 54.1497],[-2.9855, 54.1486]]],[[[-2.82600, 54.2056],[-2.826499, 54.2055],[-2.8273, 54.2056],[-2.828701, 54.2060],[-2.8304, 54.2064],[-2.8311, 54.2068],[-2.8313, 54.2070],[-2.831401, 54.2072],[-2.8315, 54.2075],[-2.831401, 54.2077],[-2.8313, 54.2078],[-2.830899, 54.2081],[-2.829799, 54.2085],[-2.829101, 54.2088],[-2.828701, 54.2089],[-2.8278, 54.2089],[-2.827399, 54.2090],[-2.826499, 54.2093],[-2.82620, 54.2093],[-2.8259, 54.2092],[-2.8257, 54.2091],[-2.8255, 54.2089],[-2.8254, 54.2084],[-2.8254, 54.2081],[-2.8253, 54.2077],[-2.825, 54.2072],[-2.825, 54.2069],[-2.825099, 54.2065],[-2.825599, 54.2059],[-2.82600, 54.2056]]],[[[-3.171099, 54.0632],[-3.171801, 54.0632],[-3.17260, 54.0634],[-3.173599, 54.0638],[-3.174101, 54.0642],[-3.1745, 54.0645],[-3.174599, 54.0649],[-3.1745, 54.0654],[-3.1743, 54.0659],[-3.1742, 54.0663],[-3.173701, 54.0668],[-3.1731, 54.0672],[-3.172499, 54.0672],[-3.172, 54.0671],[-3.171401, 54.0667],[-3.17070, 54.0659],[-3.170399, 54.0652],[-3.1702, 54.0642],[-3.170399, 54.0635],[-3.17070, 54.0633],[-3.171099, 54.0632]]],[[[-3.199301, 54.0667],[-3.1982, 54.0658],[-3.198299, 54.0653],[-3.1986, 54.0651],[-3.199199, 54.0653],[-3.2011, 54.0659],[-3.201499, 54.0659],[-3.201801, 54.0659],[-3.2021, 54.0661],[-3.20190, 54.0667],[-3.201299, 54.0669],[-3.20100, 54.067],[-3.2003, 54.0669],[-3.199301, 54.0667]]]]}, properties:{name:"Cumbria"}}, {type:"Feature", geometry:{type:"MultiPolygon", coordinates:[[[[-1.3882, 52.8386],[-1.388501, 52.8382],[-1.394199, 52.8362],[-1.392099, 52.8344],[-1.387599, 52.8328],[-1.3875, 52.8323],[-1.392799, 52.827],[-1.396401, 52.8237],[-1.3975, 52.822],[-1.399199, 52.8203],[-1.4019, 52.819],[-1.404799, 52.8173],[-1.404101, 52.8162],[-1.4036, 52.8155],[-1.406201, 52.8129],[-1.4101, 52.808],[-1.416299, 52.8017],[-1.4183, 52.8009],[-1.419899, 52.8005],[-1.4252, 52.8008],[-1.429399, 52.8013],[-1.4326, 52.8018],[-1.436, 52.8021],[-1.4371, 52.8022],[-1.439399, 52.8024],[-1.440899, 52.8025],[-1.440899, 52.8018],[-1.439999, 52.8006],[-1.439301, 52.7987],[-1.4396, 52.7980],[-1.4404, 52.7971],[-1.441, 52.7949],[-1.441401, 52.7936],[-1.4418, 52.7926],[-1.4433, 52.7917],[-1.4462, 52.7912],[-1.4497, 52.7896],[-1.4525, 52.7884],[-1.456699, 52.7873],[-1.462, 52.7842],[-1.468199, 52.7806],[-1.461401, 52.774],[-1.4622, 52.7726],[-1.464501, 52.7706],[-1.466699, 52.7689],[-1.468799, 52.7674],[-1.4712, 52.766],[-1.4729, 52.7647],[-1.4748, 52.7645],[-1.476699, 52.7644],[-1.478799, 52.7642],[-1.481201, 52.7638],[-1.483099, 52.7636],[-1.486601, 52.7625],[-1.488999, 52.761],[-1.4908, 52.7609],[-1.491801, 52.7614],[-1.495399, 52.765],[-1.4981, 52.7659],[-1.5009, 52.7662],[-1.5057, 52.7666],[-1.5102, 52.7668],[-1.516899, 52.7662],[-1.519, 52.7655],[-1.521299, 52.7646],[-1.5224, 52.764],[-1.525499, 52.7625],[-1.533, 52.7603],[-1.536401, 52.7594],[-1.5382, 52.7589],[-1.539999, 52.7592],[-1.543501, 52.7612],[-1.5466, 52.7635],[-1.548501, 52.7637],[-1.5506, 52.763],[-1.552199, 52.7621],[-1.553501, 52.7608],[-1.556601, 52.7564],[-1.5617, 52.7523],[-1.5621, 52.7506],[-1.562001, 52.7493],[-1.5612, 52.7482],[-1.557899, 52.7460],[-1.550699, 52.7421],[-1.5473, 52.7385],[-1.543599, 52.7342],[-1.542799, 52.7318],[-1.5439, 52.7273],[-1.5455, 52.725],[-1.5474, 52.7228],[-1.5498, 52.721],[-1.5531, 52.7185],[-1.5553, 52.7172],[-1.5605, 52.7141],[-1.565899, 52.7116],[-1.5718, 52.7125],[-1.5762, 52.7118],[-1.582999, 52.7076],[-1.585299, 52.7067],[-1.588099, 52.7054],[-1.593701, 52.7012],[-1.5963, 52.6986],[-1.5983, 52.6976],[-1.6, 52.6972],[-1.6022, 52.6974],[-1.6048, 52.6982],[-1.6073, 52.6999],[-1.607499, 52.7008],[-1.6051, 52.7061],[-1.606801, 52.7072],[-1.6108, 52.7086],[-1.613901, 52.709],[-1.6164, 52.7089],[-1.618, 52.708],[-1.6201, 52.7055],[-1.623399, 52.7022],[-1.626201, 52.7009],[-1.627499, 52.701],[-1.632599, 52.7035],[-1.633999, 52.7034],[-1.635599, 52.7022],[-1.6375, 52.701],[-1.6396, 52.7012],[-1.6416, 52.701],[-1.644, 52.7001],[-1.6472, 52.6992],[-1.6532, 52.6988],[-1.652699, 52.7033],[-1.6509, 52.7069],[-1.651801, 52.7087],[-1.6538, 52.7097],[-1.6554, 52.7117],[-1.655699, 52.7141],[-1.6531, 52.7202],[-1.654999, 52.7217],[-1.6583, 52.7228],[-1.662199, 52.7237],[-1.666201, 52.7242],[-1.672099, 52.7248],[-1.6739, 52.7254],[-1.6747, 52.7276],[-1.678599, 52.7271],[-1.687001, 52.727],[-1.692299, 52.727],[-1.6968, 52.7283],[-1.6989, 52.7288],[-1.7012, 52.7296],[-1.7027, 52.7315],[-1.702999, 52.7319],[-1.7004, 52.7332],[-1.698799, 52.7347],[-1.697899, 52.7365],[-1.6975, 52.7382],[-1.696601, 52.7395],[-1.6957, 52.7408],[-1.6956, 52.7417],[-1.6957, 52.7429],[-1.6956, 52.7438],[-1.695199, 52.7444],[-1.6942, 52.7446],[-1.693099, 52.7444],[-1.691401, 52.7439],[-1.6906, 52.7439],[-1.690099, 52.7441],[-1.6899, 52.7444],[-1.689999, 52.7449],[-1.6903, 52.7453],[-1.6912, 52.7459],[-1.6925, 52.7468],[-1.693099, 52.7473],[-1.6933, 52.7477],[-1.6933, 52.7484],[-1.6928, 52.7492],[-1.6921, 52.7501],[-1.6921, 52.7507],[-1.6924, 52.7512],[-1.692899, 52.7515],[-1.694, 52.7518],[-1.6947, 52.7522],[-1.6948, 52.7527],[-1.6947, 52.7532],[-1.6942, 52.7539],[-1.693599, 52.7547],[-1.6921, 52.7558],[-1.6897, 52.757],[-1.6875, 52.7575],[-1.686401, 52.7579],[-1.6853, 52.7584],[-1.683501, 52.76],[-1.6824, 52.7613],[-1.6813, 52.7629],[-1.6809, 52.7638],[-1.6809, 52.7642],[-1.6811, 52.7646],[-1.6817, 52.7651],[-1.682299, 52.7656],[-1.6826, 52.7659],[-1.6826, 52.7663],[-1.682199, 52.7669],[-1.6813, 52.7682],[-1.680699, 52.7693],[-1.6802, 52.7702],[-1.6796, 52.7711],[-1.678599, 52.7718],[-1.6777, 52.7721],[-1.676401, 52.7723],[-1.6749, 52.7723],[-1.672001, 52.7724],[-1.6696, 52.7727],[-1.669, 52.7729],[-1.668599, 52.7732],[-1.6683, 52.7737],[-1.6682, 52.7742],[-1.6683, 52.7747],[-1.668501, 52.7753],[-1.6684, 52.7757],[-1.6681, 52.7763],[-1.6677, 52.7771],[-1.6676, 52.7777],[-1.6677, 52.7784],[-1.667899, 52.7795],[-1.667799, 52.7803],[-1.6675, 52.7812],[-1.6673, 52.7818],[-1.6669, 52.7825],[-1.666201, 52.7832],[-1.6652, 52.7840],[-1.6644, 52.7844],[-1.663599, 52.7847],[-1.6626, 52.7848],[-1.661801, 52.7848],[-1.660699, 52.7845],[-1.659101, 52.7838],[-1.654999, 52.7814],[-1.6509, 52.7796],[-1.6495, 52.7792],[-1.6488, 52.7791],[-1.6481, 52.7791],[-1.6472, 52.7794],[-1.6465, 52.7799],[-1.6431, 52.7822],[-1.641201, 52.7835],[-1.6388, 52.7851],[-1.638399, 52.785],[-1.628901, 52.7794],[-1.6257, 52.7792],[-1.6208, 52.7818],[-1.6177, 52.7841],[-1.611899, 52.7806],[-1.6058, 52.7774],[-1.588799, 52.7879],[-1.5878, 52.7955],[-1.5877, 52.7998],[-1.587999, 52.8019],[-1.5883, 52.8036],[-1.588901, 52.8070],[-1.5907, 52.808],[-1.594301, 52.8098],[-1.598, 52.8116],[-1.6006, 52.8127],[-1.605299, 52.8143],[-1.6058, 52.815],[-1.6057, 52.8173],[-1.6055, 52.8189],[-1.6035, 52.8218],[-1.601801, 52.8234],[-1.5976, 52.8261],[-1.596001, 52.8268],[-1.595899, 52.8273],[-1.5958, 52.8281],[-1.5957, 52.8303],[-1.595899, 52.8311],[-1.5973, 52.832],[-1.6022, 52.8312],[-1.6021, 52.8344],[-1.608, 52.8342],[-1.613, 52.844],[-1.614501, 52.8450],[-1.6217, 52.8463],[-1.6243, 52.8472],[-1.629699, 52.8499],[-1.6337, 52.8522],[-1.6352, 52.8565],[-1.6415, 52.8556],[-1.642799, 52.8531],[-1.6438, 52.8514],[-1.648, 52.8524],[-1.652001, 52.8532],[-1.653501, 52.8552],[-1.6552, 52.8559],[-1.659, 52.8551],[-1.661299, 52.8545],[-1.662899, 52.8541],[-1.6654, 52.8572],[-1.667001, 52.8597],[-1.670799, 52.8600],[-1.6733, 52.8600],[-1.675699, 52.8594],[-1.6792, 52.8594],[-1.682199, 52.8604],[-1.685199, 52.8638],[-1.691601, 52.8646],[-1.7006, 52.8641],[-1.7041, 52.8644],[-1.7055, 52.8647],[-1.7077, 52.8649],[-1.710199, 52.8648],[-1.7134, 52.8644],[-1.7183, 52.8630],[-1.724301, 52.8628],[-1.726699, 52.8638],[-1.728, 52.8665],[-1.733999, 52.8666],[-1.7363, 52.8687],[-1.739101, 52.8685],[-1.7608, 52.874],[-1.7737, 52.8783],[-1.776, 52.8829],[-1.7809, 52.8808],[-1.782699, 52.881],[-1.781801, 52.8844],[-1.782699, 52.8851],[-1.7883, 52.8816],[-1.789899, 52.8792],[-1.7969, 52.885],[-1.799399, 52.8856],[-1.8031, 52.8842],[-1.8056, 52.8831],[-1.808501, 52.8822],[-1.8111, 52.8814],[-1.813599, 52.8815],[-1.8146, 52.882],[-1.8217, 52.8859],[-1.825899, 52.884],[-1.827, 52.8849],[-1.829399, 52.8884],[-1.830099, 52.8921],[-1.832399, 52.8945],[-1.839501, 52.9025],[-1.8406, 52.9043],[-1.840899, 52.9069],[-1.8429, 52.9097],[-1.8401, 52.9127],[-1.8476, 52.9125],[-1.8486, 52.9129],[-1.848701, 52.9140],[-1.847499, 52.9152],[-1.845899, 52.9176],[-1.846099, 52.9197],[-1.849301, 52.9279],[-1.8509, 52.9312],[-1.8471, 52.9319],[-1.8471, 52.933],[-1.851001, 52.934],[-1.8465, 52.9358],[-1.8448, 52.9368],[-1.845399, 52.9389],[-1.8465, 52.942],[-1.84, 52.9429],[-1.8392, 52.9394],[-1.836699, 52.9396],[-1.835299, 52.94],[-1.834, 52.9404],[-1.829301, 52.9408],[-1.826401, 52.939],[-1.8226, 52.9405],[-1.8249, 52.9471],[-1.8261, 52.9491],[-1.818099, 52.9551],[-1.818501, 52.9591],[-1.820899, 52.9603],[-1.819399, 52.9631],[-1.829501, 52.9664],[-1.830799, 52.9679],[-1.831401, 52.9694],[-1.831699, 52.9704],[-1.8315, 52.9713],[-1.8305, 52.9730],[-1.829, 52.9750],[-1.8272, 52.977],[-1.8248, 52.9785],[-1.8228, 52.9790],[-1.819399, 52.9792],[-1.816601, 52.9789],[-1.814301, 52.9789],[-1.811401, 52.9791],[-1.809101, 52.9793],[-1.799999, 52.983],[-1.8011, 52.9854],[-1.7976, 52.986],[-1.7954, 52.9852],[-1.7955, 52.9895],[-1.7898, 52.9905],[-1.7873, 52.9902],[-1.76, 52.999],[-1.7596, 53.0003],[-1.7638, 53.0079],[-1.7645, 53.0102],[-1.7638, 53.0126],[-1.761899, 53.0141],[-1.7592, 53.0146],[-1.7587, 53.0167],[-1.76, 53.035],[-1.7614, 53.0391],[-1.763299, 53.0424],[-1.7675, 53.0461],[-1.768399, 53.0466],[-1.7696, 53.0468],[-1.771001, 53.0465],[-1.772799, 53.0462],[-1.7765, 53.0454],[-1.780599, 53.0475],[-1.782001, 53.0485],[-1.7837, 53.0504],[-1.7839, 53.0518],[-1.785699, 53.0606],[-1.786299, 53.0651],[-1.786201, 53.0661],[-1.7831, 53.0725],[-1.7854, 53.0755],[-1.788, 53.0952],[-1.7887, 53.0999],[-1.789899, 53.1054],[-1.7955, 53.1118],[-1.7983, 53.1137],[-1.8003, 53.1146],[-1.8013, 53.1153],[-1.8025, 53.1183],[-1.8045, 53.1204],[-1.8069, 53.1224],[-1.809501, 53.1246],[-1.8105, 53.126],[-1.8124, 53.1279],[-1.8203, 53.1329],[-1.8213, 53.1336],[-1.822299, 53.1348],[-1.8232, 53.1366],[-1.8234, 53.1391],[-1.8234, 53.1403],[-1.8226, 53.1413],[-1.820899, 53.1416],[-1.820199, 53.1421],[-1.8198, 53.143],[-1.819399, 53.1455],[-1.818599, 53.1474],[-1.816499, 53.1502],[-1.815799, 53.1516],[-1.8147, 53.1543],[-1.814101, 53.1569],[-1.815099, 53.1592],[-1.818099, 53.1624],[-1.8236, 53.1663],[-1.826499, 53.1679],[-1.837399, 53.1759],[-1.8427, 53.1781],[-1.850399, 53.1826],[-1.8664, 53.1898],[-1.8753, 53.1902],[-1.8809, 53.1893],[-1.8838, 53.1903],[-1.8851, 53.1918],[-1.8857, 53.1934],[-1.8844, 53.1953],[-1.8838, 53.1964],[-1.884501, 53.1986],[-1.8874, 53.1993],[-1.8937, 53.1986],[-1.896899, 53.199],[-1.915699, 53.2038],[-1.9195, 53.2043],[-1.9226, 53.2058],[-1.9268, 53.2088],[-1.939, 53.2112],[-1.943099, 53.2114],[-1.945199, 53.2118],[-1.948799, 53.2124],[-1.951699, 53.2136],[-1.9548, 53.2154],[-1.9578, 53.2176],[-1.9592, 53.2206],[-1.9601, 53.2260],[-1.960899, 53.2268],[-1.9615, 53.2267],[-1.9657, 53.2231],[-1.967499, 53.2206],[-1.9714, 53.2184],[-1.975, 53.2172],[-1.9786, 53.2160],[-1.982, 53.215],[-1.984599, 53.2141],[-1.988901, 53.2187],[-1.986699, 53.2213],[-1.9836, 53.2242],[-1.9809, 53.2259],[-1.978199, 53.2282],[-1.9776, 53.2295],[-1.9777, 53.2331],[-1.978299, 53.2372],[-1.978999, 53.2384],[-1.983701, 53.2395],[-1.987499, 53.2405],[-1.9915, 53.243],[-1.994599, 53.2474],[-1.998, 53.2503],[-1.998199, 53.2512],[-1.998, 53.2553],[-1.998399, 53.2564],[-2.0002, 53.2573],[-2.00700, 53.261],[-2.006001, 53.2628],[-2.003099, 53.2677],[-2.0035, 53.2704],[-2.004699, 53.2728],[-2.005, 53.2758],[-2.0069, 53.2791],[-2.0067, 53.2858],[-2.006601, 53.3047],[-2.0027, 53.3111],[-2.0007, 53.317],[-2.0013, 53.32],[-2.0023, 53.3217],[-2.0057, 53.3228],[-2.01, 53.3282],[-2.0072, 53.3323],[-2.013799, 53.3334],[-2.0135, 53.3406],[-2.0121, 53.3425],[-2.0083, 53.3449],[-2.005399, 53.3469],[-2.0072, 53.3484],[-2.008199, 53.3497],[-2.006299, 53.3546],[-2.0106, 53.3571],[-2.009599, 53.3621],[-2.020499, 53.3658],[-2.024501, 53.3665],[-2.0304, 53.3693],[-2.028199, 53.3719],[-2.0344, 53.3737],[-2.0353, 53.374],[-2.032799, 53.3765],[-2.031899, 53.3769],[-2.0302, 53.3768],[-2.0267, 53.3758],[-2.025199, 53.3759],[-2.0151, 53.3772],[-2.0146, 53.3833],[-2.013901, 53.3844],[-2.008701, 53.3861],[-2.0048, 53.3874],[-2.003999, 53.3892],[-2.0037, 53.3913],[-2.001601, 53.3948],[-2, 53.3982],[-1.991601, 53.4149],[-1.991601, 53.4157],[-1.992499, 53.416],[-2.000099, 53.4163],[-2.006001, 53.4168],[-2.014199, 53.4193],[-2.0153, 53.4196],[-2.0211, 53.4212],[-2.0215, 53.4211],[-2.0227, 53.4205],[-2.0232, 53.4205],[-2.023799, 53.421],[-2.023799, 53.4214],[-2.022599, 53.4228],[-2.019599, 53.4263],[-2.019599, 53.4268],[-2.022001, 53.4278],[-2.024501, 53.4304],[-2.024899, 53.4311],[-2.0246, 53.4316],[-2.022599, 53.4335],[-2.0181, 53.4368],[-2.013999, 53.4371],[-2.0065, 53.4362],[-2.0032, 53.4384],[-2.007699, 53.4417],[-2.004101, 53.4438],[-2.0006, 53.4463],[-1.999799, 53.4465],[-1.9974, 53.4477],[-1.9953, 53.4493],[-1.9943, 53.4505],[-1.993199, 53.4509],[-1.9902, 53.4518],[-1.9864, 53.4534],[-1.9857, 53.4554],[-1.9859, 53.4598],[-1.9808, 53.4635],[-1.9798, 53.4650],[-1.9802, 53.4664],[-1.9836, 53.4693],[-1.9859, 53.4717],[-1.988, 53.4751],[-1.988299, 53.4774],[-1.9877, 53.4786],[-1.9871, 53.48],[-1.9865, 53.4814],[-1.985399, 53.4822],[-1.983199, 53.4829],[-1.9814, 53.4835],[-1.978799, 53.4845],[-1.9759, 53.4857],[-1.9742, 53.4865],[-1.9726, 53.4874],[-1.971801, 53.4883],[-1.9707, 53.4901],[-1.9697, 53.4927],[-1.9691, 53.4944],[-1.968799, 53.4952],[-1.968701, 53.4958],[-1.968799, 53.4963],[-1.969, 53.4966],[-1.970399, 53.4994],[-1.970399, 53.5008],[-1.970199, 53.5021],[-1.9699, 53.5034],[-1.969501, 53.5045],[-1.969, 53.5051],[-1.962399, 53.5109],[-1.9592, 53.5084],[-1.9556, 53.5064],[-1.9541, 53.5059],[-1.952399, 53.5056],[-1.9503, 53.5057],[-1.939399, 53.5073],[-1.9378, 53.5075],[-1.9367, 53.5075],[-1.9342, 53.5071],[-1.9332, 53.5071],[-1.931499, 53.5073],[-1.929999, 53.5079],[-1.928501, 53.5083],[-1.9173, 53.5136],[-1.9151, 53.5147],[-1.9147, 53.515],[-1.914899, 53.5152],[-1.9225, 53.5196],[-1.9246, 53.5206],[-1.9247, 53.5209],[-1.922099, 53.5247],[-1.9218, 53.5253],[-1.921499, 53.5262],[-1.920799, 53.5302],[-1.920599, 53.5312],[-1.9203, 53.5317],[-1.9197, 53.532],[-1.915599, 53.5334],[-1.914999, 53.5337],[-1.914199, 53.5342],[-1.9134, 53.5348],[-1.9082, 53.5407],[-1.9074, 53.5407],[-1.9055, 53.5402],[-1.9024, 53.5395],[-1.8988, 53.538],[-1.896801, 53.5371],[-1.8946, 53.5358],[-1.8929, 53.5349],[-1.8923, 53.5348],[-1.891801, 53.5349],[-1.8908, 53.535],[-1.8888, 53.5355],[-1.8873, 53.5361],[-1.885599, 53.5368],[-1.8824, 53.5389],[-1.8817, 53.5393],[-1.881099, 53.5394],[-1.879501, 53.5395],[-1.8751, 53.5389],[-1.874501, 53.5389],[-1.873199, 53.5392],[-1.8699, 53.5401],[-1.868999, 53.5398],[-1.865299, 53.5382],[-1.863, 53.5365],[-1.8579, 53.5330],[-1.846801, 53.5262],[-1.8429, 53.5231],[-1.841001, 53.5222],[-1.8392, 53.5217],[-1.8358, 53.5212],[-1.8341, 53.5213],[-1.8322, 53.5215],[-1.831601, 53.5217],[-1.830899, 53.5221],[-1.8286, 53.5236],[-1.8275, 53.5240],[-1.8268, 53.5241],[-1.8217, 53.5232],[-1.820199, 53.5229],[-1.8177, 53.5158],[-1.817199, 53.5151],[-1.8163, 53.5145],[-1.8149, 53.5137],[-1.807999, 53.5129],[-1.8018, 53.5126],[-1.800799, 53.5124],[-1.8004, 53.5122],[-1.800699, 53.5119],[-1.802999, 53.5111],[-1.809301, 53.5085],[-1.8099, 53.5081],[-1.8099, 53.5076],[-1.808501, 53.5071],[-1.804, 53.5061],[-1.7952, 53.5043],[-1.7948, 53.5042],[-1.7946, 53.5037],[-1.794, 53.4955],[-1.794, 53.4948],[-1.794199, 53.4944],[-1.7976, 53.4919],[-1.7982, 53.4914],[-1.798599, 53.4907],[-1.799, 53.4894],[-1.799301, 53.487],[-1.7995, 53.4851],[-1.799199, 53.4834],[-1.7988, 53.482],[-1.797799, 53.4805],[-1.797001, 53.4796],[-1.7955, 53.4787],[-1.794, 53.4780],[-1.789101, 53.4763],[-1.7873, 53.4761],[-1.7851, 53.476],[-1.7782, 53.4753],[-1.7774, 53.4750],[-1.7772, 53.4748],[-1.7766, 53.4733],[-1.7761, 53.4721],[-1.7761, 53.4719],[-1.7766, 53.4711],[-1.7766, 53.4709],[-1.776401, 53.4704],[-1.776201, 53.4701],[-1.775699, 53.4695],[-1.774999, 53.4688],[-1.774101, 53.4681],[-1.771401, 53.4670],[-1.77, 53.4661],[-1.7686, 53.4650],[-1.768, 53.4646],[-1.7674, 53.4643],[-1.7665, 53.4640],[-1.7615, 53.4636],[-1.758999, 53.4632],[-1.757699, 53.4632],[-1.756001, 53.4633],[-1.755, 53.4635],[-1.753399, 53.4639],[-1.752599, 53.4643],[-1.7521, 53.4645],[-1.7514, 53.4646],[-1.750399, 53.4646],[-1.7488, 53.4644],[-1.746899, 53.4638],[-1.7453, 53.4627],[-1.745, 53.4623],[-1.7449, 53.462],[-1.745, 53.4617],[-1.746899, 53.4581],[-1.747001, 53.4574],[-1.747001, 53.4571],[-1.746899, 53.4565],[-1.7465, 53.4550],[-1.7464, 53.4543],[-1.7463, 53.4528],[-1.746099, 53.4521],[-1.7456, 53.4511],[-1.744101, 53.4492],[-1.743299, 53.4481],[-1.7429, 53.447],[-1.7428, 53.4458],[-1.7443, 53.4425],[-1.7485, 53.4369],[-1.7485, 53.4367],[-1.748, 53.4362],[-1.746899, 53.4354],[-1.744501, 53.4332],[-1.744101, 53.4327],[-1.7435, 53.4316],[-1.743299, 53.4311],[-1.743199, 53.4306],[-1.743299, 53.4302],[-1.744501, 53.4277],[-1.7449, 53.4255],[-1.744501, 53.425],[-1.7431, 53.4244],[-1.739699, 53.4224],[-1.7356, 53.4204],[-1.730399, 53.4171],[-1.729599, 53.4167],[-1.7286, 53.4165],[-1.7265, 53.4163],[-1.721699, 53.4175],[-1.713701, 53.4185],[-1.7111, 53.4185],[-1.7092, 53.4181],[-1.7062, 53.4169],[-1.704, 53.4157],[-1.7028, 53.4141],[-1.702399, 53.413],[-1.7027, 53.4066],[-1.7028, 53.4056],[-1.7027, 53.4053],[-1.7018, 53.4047],[-1.6962, 53.4031],[-1.694399, 53.4023],[-1.690899, 53.4013],[-1.685099, 53.4017],[-1.681, 53.4018],[-1.679, 53.4013],[-1.676401, 53.3998],[-1.669199, 53.3948],[-1.667199, 53.3941],[-1.666401, 53.3939],[-1.6623, 53.3941],[-1.656401, 53.3942],[-1.654101, 53.3939],[-1.652799, 53.3935],[-1.6524, 53.3932],[-1.6523, 53.393],[-1.6522, 53.3925],[-1.6522, 53.3907],[-1.6532, 53.3833],[-1.653399, 53.3828],[-1.657001, 53.3799],[-1.6576, 53.3785],[-1.6615, 53.3714],[-1.6619, 53.3689],[-1.6611, 53.3671],[-1.6575, 53.3649],[-1.6476, 53.3617],[-1.631201, 53.3576],[-1.6294, 53.3568],[-1.626801, 53.3549],[-1.6258, 53.3539],[-1.6235, 53.3529],[-1.6185, 53.3522],[-1.6124, 53.3514],[-1.6073, 53.3507],[-1.598701, 53.3485],[-1.5928, 53.3471],[-1.588199, 53.3463],[-1.587499, 53.346],[-1.587399, 53.3457],[-1.5876, 53.3454],[-1.589501, 53.3449],[-1.5948, 53.3432],[-1.603701, 53.3418],[-1.606699, 53.3417],[-1.608199, 53.3417],[-1.6088, 53.3415],[-1.6115, 53.3387],[-1.6167, 53.3343],[-1.618, 53.3330],[-1.622699, 53.3299],[-1.6249, 53.3274],[-1.626801, 53.3242],[-1.6288, 53.3229],[-1.6288, 53.3213],[-1.6272, 53.3193],[-1.625499, 53.3186],[-1.624101, 53.3189],[-1.6223, 53.3194],[-1.611001, 53.3235],[-1.6036, 53.317],[-1.6005, 53.3133],[-1.598799, 53.3119],[-1.597399, 53.3116],[-1.594, 53.3131],[-1.5829, 53.3207],[-1.5777, 53.3169],[-1.580799, 53.3151],[-1.579599, 53.313],[-1.5676, 53.3147],[-1.5621, 53.313],[-1.557899, 53.3152],[-1.5552, 53.3114],[-1.5606, 53.3062],[-1.5577, 53.3049],[-1.553599, 53.3054],[-1.550099, 53.3056],[-1.5467, 53.3054],[-1.5431, 53.3051],[-1.5381, 53.3043],[-1.5352, 53.3045],[-1.532099, 53.3054],[-1.530699, 53.3066],[-1.5296, 53.3084],[-1.527699, 53.31],[-1.526401, 53.3108],[-1.5238, 53.3118],[-1.5157, 53.3128],[-1.510399, 53.3153],[-1.508399, 53.3158],[-1.505399, 53.3161],[-1.502499, 53.3165],[-1.4978, 53.3174],[-1.494101, 53.3175],[-1.490299, 53.3176],[-1.4858, 53.3181],[-1.4809, 53.3193],[-1.477, 53.3198],[-1.473701, 53.3192],[-1.4691, 53.3166],[-1.467399, 53.3164],[-1.458901, 53.3198],[-1.4562, 53.3211],[-1.454301, 53.3225],[-1.453501, 53.3251],[-1.458501, 53.3288],[-1.454, 53.3300],[-1.4455, 53.3330],[-1.443599, 53.3357],[-1.438701, 53.3389],[-1.4377, 53.3395],[-1.434501, 53.3408],[-1.4295, 53.3413],[-1.425699, 53.3420],[-1.421201, 53.3409],[-1.417199, 53.3404],[-1.4147, 53.34],[-1.412899, 53.3397],[-1.4076, 53.3396],[-1.4045, 53.3369],[-1.405599, 53.3312],[-1.4051, 53.3281],[-1.4058, 53.3251],[-1.407099, 53.3201],[-1.4026, 53.3194],[-1.397699, 53.3194],[-1.3936, 53.3197],[-1.3888, 53.3214],[-1.385499, 53.3184],[-1.379699, 53.3176],[-1.3767, 53.3173],[-1.368, 53.3164],[-1.362, 53.3159],[-1.3523, 53.3154],[-1.3458, 53.3148],[-1.34, 53.3157],[-1.336401, 53.3165],[-1.333799, 53.3195],[-1.331699, 53.3228],[-1.330099, 53.3252],[-1.328901, 53.3272],[-1.3272, 53.3289],[-1.324399, 53.3331],[-1.3206, 53.3337],[-1.3174, 53.3346],[-1.314501, 53.3352],[-1.310799, 53.3328],[-1.3026, 53.3299],[-1.299399, 53.3335],[-1.2939, 53.3329],[-1.288599, 53.3244],[-1.2924, 53.3216],[-1.2927, 53.3154],[-1.287799, 53.308],[-1.2825, 53.3084],[-1.2772, 53.3092],[-1.2725, 53.3105],[-1.270499, 53.3093],[-1.268501, 53.308],[-1.2653, 53.3055],[-1.260599, 53.3045],[-1.2566, 53.3029],[-1.2544, 53.3021],[-1.2509, 53.3025],[-1.246099, 53.3025],[-1.2413, 53.3031],[-1.236899, 53.3055],[-1.233199, 53.3062],[-1.2284, 53.3078],[-1.2233, 53.3056],[-1.2157, 53.306],[-1.209599, 53.3064],[-1.206699, 53.3049],[-1.2013, 53.3049],[-1.1962, 53.3052],[-1.192299, 53.3057],[-1.188599, 53.3063],[-1.180099, 53.3086],[-1.1759, 53.3095],[-1.1734, 53.3062],[-1.1731, 53.3052],[-1.1738, 53.3023],[-1.1739, 53.2996],[-1.1732, 53.2963],[-1.172199, 53.2934],[-1.1725, 53.2916],[-1.176601, 53.2878],[-1.177099, 53.2871],[-1.173599, 53.2832],[-1.1783, 53.2819],[-1.1759, 53.2796],[-1.1747, 53.2782],[-1.1733, 53.2767],[-1.1732, 53.276],[-1.1739, 53.2754],[-1.175699, 53.2751],[-1.177099, 53.2714],[-1.175699, 53.2676],[-1.1748, 53.2655],[-1.1755, 53.265],[-1.179101, 53.2651],[-1.1871, 53.264],[-1.187899, 53.2638],[-1.1955, 53.262],[-1.199501, 53.2608],[-1.2003, 53.2596],[-1.2003, 53.2581],[-1.205099, 53.2564],[-1.206401, 53.2525],[-1.2122, 53.2509],[-1.209, 53.2399],[-1.2082, 53.2385],[-1.203901, 53.2344],[-1.203099, 53.2325],[-1.2032, 53.2318],[-1.203501, 53.2306],[-1.2047, 53.2253],[-1.2063, 53.2198],[-1.2078, 53.2168],[-1.2077, 53.2149],[-1.2068, 53.2128],[-1.2026, 53.2086],[-1.2019, 53.2072],[-1.200899, 53.2052],[-1.197299, 53.1967],[-1.194, 53.1909],[-1.1932, 53.1893],[-1.1934, 53.1878],[-1.1957, 53.1855],[-1.201001, 53.1827],[-1.2032, 53.1817],[-1.2057, 53.1813],[-1.2091, 53.1811],[-1.2133, 53.1808],[-1.2154, 53.1804],[-1.2249, 53.1795],[-1.2286, 53.1792],[-1.2308, 53.1786],[-1.2328, 53.1784],[-1.2365, 53.1785],[-1.2378, 53.1783],[-1.2392, 53.178],[-1.2406, 53.1772],[-1.2421, 53.1755],[-1.244101, 53.1735],[-1.246601, 53.1719],[-1.248901, 53.171],[-1.249699, 53.1705],[-1.253399, 53.1678],[-1.255599, 53.1659],[-1.257699, 53.1650],[-1.2601, 53.1649],[-1.264199, 53.1664],[-1.2674, 53.1681],[-1.269199, 53.1684],[-1.2731, 53.1682],[-1.275599, 53.1681],[-1.279301, 53.1680],[-1.2817, 53.1689],[-1.285599, 53.1715],[-1.287099, 53.1718],[-1.293701, 53.1716],[-1.296, 53.1691],[-1.2967, 53.1684],[-1.298, 53.1679],[-1.298599, 53.1672],[-1.299399, 53.1657],[-1.3009, 53.1651],[-1.303501, 53.1655],[-1.3048, 53.1653],[-1.3074, 53.1641],[-1.308701, 53.1636],[-1.310199, 53.1639],[-1.3134, 53.1659],[-1.315199, 53.1654],[-1.3189, 53.1642],[-1.319399, 53.1639],[-1.3196, 53.1632],[-1.3196, 53.1579],[-1.321001, 53.1544],[-1.320899, 53.1533],[-1.3205, 53.1499],[-1.3205, 53.1458],[-1.319, 53.1425],[-1.316601, 53.1391],[-1.315199, 53.1371],[-1.315199, 53.1364],[-1.3183, 53.1341],[-1.320799, 53.132],[-1.3212, 53.1309],[-1.314501, 53.1255],[-1.309399, 53.121],[-1.3084, 53.12],[-1.3084, 53.119],[-1.309501, 53.1178],[-1.3098, 53.1168],[-1.309501, 53.1146],[-1.307199, 53.1120],[-1.3063, 53.1108],[-1.306201, 53.1070],[-1.3048, 53.1058],[-1.3025, 53.1040],[-1.3017, 53.1017],[-1.3032, 53.1009],[-1.3049, 53.1001],[-1.306201, 53.0991],[-1.3089, 53.0945],[-1.309101, 53.0937],[-1.309, 53.0895],[-1.3096, 53.0881],[-1.3112, 53.0875],[-1.316401, 53.0872],[-1.3219, 53.087],[-1.3261, 53.0861],[-1.329599, 53.0839],[-1.3326, 53.0817],[-1.3362, 53.0787],[-1.3372, 53.0775],[-1.3383, 53.0764],[-1.3422, 53.0719],[-1.3436, 53.0693],[-1.3448, 53.0668],[-1.344501, 53.0636],[-1.3436, 53.0617],[-1.3419, 53.0598],[-1.3399, 53.0587],[-1.337, 53.0566],[-1.3356, 53.0552],[-1.332999, 53.0501],[-1.3326, 53.0486],[-1.3306, 53.0419],[-1.3298, 53.0395],[-1.3292, 53.0364],[-1.328701, 53.0319],[-1.3284, 53.0275],[-1.3277, 53.0254],[-1.3232, 53.0204],[-1.3221, 53.0176],[-1.3206, 53.0157],[-1.318599, 53.0138],[-1.3212, 53.0111],[-1.319301, 53.0087],[-1.317199, 53.0067],[-1.3059, 53.0028],[-1.301601, 53.0008],[-1.2997, 52.9993],[-1.294999, 52.9906],[-1.2983, 52.9832],[-1.298, 52.9803],[-1.2932, 52.9736],[-1.2917, 52.9701],[-1.2904, 52.9685],[-1.2897, 52.9676],[-1.2895, 52.9649],[-1.2895, 52.9632],[-1.2897, 52.9626],[-1.2904, 52.9615],[-1.2916, 52.9606],[-1.292099, 52.9592],[-1.2924, 52.9572],[-1.2925, 52.9559],[-1.2917, 52.9549],[-1.2898, 52.9536],[-1.2875, 52.9525],[-1.285599, 52.9513],[-1.2845, 52.9503],[-1.281401, 52.9464],[-1.279799, 52.9429],[-1.278399, 52.9403],[-1.2776, 52.9381],[-1.277099, 52.9361],[-1.2772, 52.9337],[-1.2797, 52.9251],[-1.279999, 52.9214],[-1.279199, 52.9175],[-1.278, 52.9140],[-1.2722, 52.9060],[-1.2687, 52.9047],[-1.267001, 52.9046],[-1.263399, 52.9051],[-1.2615, 52.9048],[-1.259899, 52.9042],[-1.2579, 52.9036],[-1.256801, 52.9033],[-1.255399, 52.9023],[-1.2537, 52.9009],[-1.251001, 52.8989],[-1.2492, 52.8975],[-1.248399, 52.8973],[-1.246601, 52.8975],[-1.2442, 52.897],[-1.2402, 52.8953],[-1.2392, 52.8951],[-1.2379, 52.8954],[-1.2336, 52.894],[-1.232499, 52.8935],[-1.2322, 52.893],[-1.2343, 52.8926],[-1.2374, 52.8927],[-1.238901, 52.8926],[-1.24, 52.8924],[-1.241099, 52.8921],[-1.2435, 52.8911],[-1.244501, 52.8906],[-1.2451, 52.8902],[-1.245499, 52.8897],[-1.2457, 52.889],[-1.2456, 52.8885],[-1.245399, 52.8881],[-1.244599, 52.8874],[-1.2431, 52.8868],[-1.2409, 52.886],[-1.239501, 52.8853],[-1.2385, 52.8844],[-1.2378, 52.8835],[-1.237499, 52.8827],[-1.237499, 52.8818],[-1.2378, 52.881],[-1.2384, 52.8803],[-1.2393, 52.8798],[-1.2402, 52.8795],[-1.242, 52.8793],[-1.2435, 52.8793],[-1.2459, 52.8795],[-1.2473, 52.8797],[-1.2488, 52.8798],[-1.25, 52.8797],[-1.251099, 52.8795],[-1.251801, 52.8793],[-1.2528, 52.879],[-1.253901, 52.8784],[-1.2557, 52.8772],[-1.256899, 52.8763],[-1.258, 52.8755],[-1.2596, 52.8747],[-1.2608, 52.8743],[-1.262599, 52.8738],[-1.264199, 52.8737],[-1.266201, 52.8738],[-1.266801, 52.8739],[-1.2701, 52.8748],[-1.272799, 52.8755],[-1.274899, 52.8758],[-1.276, 52.8759],[-1.2774, 52.8758],[-1.278399, 52.8755],[-1.2796, 52.8749],[-1.2831, 52.8732],[-1.2855, 52.8726],[-1.2876, 52.8725],[-1.289101, 52.8725],[-1.2901, 52.8725],[-1.291299, 52.8725],[-1.292899, 52.8726],[-1.296401, 52.8735],[-1.2976, 52.8738],[-1.2989, 52.8739],[-1.300099, 52.8739],[-1.3019, 52.874],[-1.3038, 52.8741],[-1.3052, 52.8741],[-1.306, 52.874],[-1.307099, 52.8737],[-1.3083, 52.8733],[-1.309501, 52.8732],[-1.310699, 52.8733],[-1.3121, 52.8736],[-1.312999, 52.8737],[-1.3139, 52.8737],[-1.315099, 52.8735],[-1.3163, 52.8731],[-1.3171, 52.8726],[-1.3174, 52.8722],[-1.3175, 52.8714],[-1.3176, 52.8705],[-1.3178, 52.8699],[-1.3182, 52.8694],[-1.318701, 52.8689],[-1.319399, 52.8686],[-1.320199, 52.8684],[-1.320799, 52.8682],[-1.321601, 52.8678],[-1.322299, 52.8673],[-1.322899, 52.8668],[-1.323701, 52.8662],[-1.324399, 52.8658],[-1.325099, 52.8656],[-1.325799, 52.8656],[-1.326699, 52.8658],[-1.3279, 52.8663],[-1.328701, 52.8666],[-1.3297, 52.8669],[-1.3304, 52.867],[-1.331001, 52.867],[-1.331601, 52.8669],[-1.3322, 52.8667],[-1.3328, 52.8664],[-1.334, 52.8657],[-1.335, 52.8653],[-1.3358, 52.8650],[-1.336699, 52.8648],[-1.3379, 52.8649],[-1.338701, 52.8652],[-1.339599, 52.8659],[-1.3404, 52.8664],[-1.3413, 52.8667],[-1.342, 52.8668],[-1.3428, 52.8667],[-1.343799, 52.8664],[-1.344301, 52.8661],[-1.3448, 52.8657],[-1.3449, 52.8653],[-1.3448, 52.8649],[-1.3444, 52.8646],[-1.3434, 52.8643],[-1.3426, 52.864],[-1.3421, 52.8637],[-1.3415, 52.8633],[-1.3413, 52.8630],[-1.341401, 52.8627],[-1.341801, 52.8623],[-1.342399, 52.8620],[-1.3434, 52.8617],[-1.3448, 52.8615],[-1.3456, 52.8611],[-1.346001, 52.8607],[-1.3464, 52.8601],[-1.346699, 52.8593],[-1.3471, 52.8589],[-1.348, 52.8584],[-1.3491, 52.8579],[-1.349501, 52.8575],[-1.349599, 52.8570],[-1.349501, 52.8565],[-1.349301, 52.8562],[-1.348701, 52.8554],[-1.3484, 52.8549],[-1.3484, 52.8544],[-1.3485, 52.8540],[-1.3491, 52.8536],[-1.350399, 52.8532],[-1.3512, 52.8530],[-1.351801, 52.8531],[-1.3523, 52.8534],[-1.352499, 52.8541],[-1.352499, 52.8551],[-1.3527, 52.8555],[-1.353, 52.8558],[-1.353799, 52.8561],[-1.3549, 52.8562],[-1.3564, 52.8560],[-1.3573, 52.8558],[-1.358099, 52.8556],[-1.3588, 52.8554],[-1.3598, 52.855],[-1.361201, 52.8544],[-1.362, 52.8538],[-1.3636, 52.8519],[-1.364501, 52.8509],[-1.3659, 52.8501],[-1.3684, 52.8492],[-1.370399, 52.8484],[-1.3721, 52.8478],[-1.373999, 52.8473],[-1.3759, 52.8474],[-1.3771, 52.8474],[-1.378999, 52.847],[-1.380499, 52.8463],[-1.381099, 52.8457],[-1.3816, 52.8448],[-1.3828, 52.8421],[-1.383501, 52.8412],[-1.3842, 52.8405],[-1.3858, 52.8398],[-1.387699, 52.8393],[-1.3882, 52.8386]]]]}, properties:{name:"Derbyshire"}}, {type:"Feature", geometry:{type:"MultiPolygon", coordinates:[[[[-3.7702,51.2392],[-3.763901,51.2379],[-3.7546,51.2379],[-3.753099,51.2378],[-3.751899,51.2375],[-3.750499,51.2368],[-3.749599,51.2366],[-3.74790,51.2368],[-3.7469,51.2367],[-3.746401,51.2366],[-3.745199,51.2361],[-3.743999,51.2358],[-3.7425,51.2356],[-3.74140,51.2355],[-3.734699,51.2359],[-3.726099,51.2353],[-3.7244,51.235],[-3.717499,51.2331],[-3.724101,51.2292],[-3.7251,51.2246],[-3.7286,51.2239],[-3.7248,51.2186],[-3.7253,51.2164],[-3.73,51.2145],[-3.7269,51.2026],[-3.7265,51.1984],[-3.727499,51.1962],[-3.7293,51.194],[-3.7302,51.1926],[-3.730099,51.191],[-3.7297,51.1900],[-3.7269,51.1882],[-3.7245,51.1865],[-3.723799,51.1854],[-3.723599,51.1837],[-3.7228,51.1806],[-3.72190,51.1782],[-3.732399,51.1752],[-3.738199,51.1751],[-3.749,51.1752],[-3.7532,51.1763],[-3.759799,51.1766],[-3.767299,51.1759],[-3.784899,51.1724],[-3.7929,51.1736],[-3.801201,51.1761],[-3.8194,51.1776],[-3.8308,51.1777],[-3.836601,51.175],[-3.8339,51.1548],[-3.829101,51.1531],[-3.8325,51.1470],[-3.832999,51.1391],[-3.8162,51.1252],[-3.7974,51.1148],[-3.794199,51.1128],[-3.78880,51.1108],[-3.7528,51.0999],[-3.7165,51.0813],[-3.6896,51.0821],[-3.682499,51.0759],[-3.6803,51.0742],[-3.6654,51.0729],[-3.6528,51.0719],[-3.641601,51.0669],[-3.6229,51.0625],[-3.617399,51.0618],[-3.614,51.0604],[-3.612499,51.0586],[-3.606899,51.0583],[-3.604399,51.0582],[-3.602299,51.0567],[-3.600699,51.0565],[-3.59750,51.0565],[-3.5937,51.0538],[-3.599101,51.0497],[-3.596,51.0465],[-3.594,51.043],[-3.5948,51.0377],[-3.59920,51.0325],[-3.5999,51.0305],[-3.60130,51.0291],[-3.6033,51.0282],[-3.6099,51.0206],[-3.608999,51.0137],[-3.6052,51.0113],[-3.6041,51.0076],[-3.5696,51.0058],[-3.542099,51.005],[-3.53160,51.0049],[-3.52990,51.0056],[-3.5286,51.0067],[-3.527699,51.0084],[-3.5267,51.0097],[-3.5204,51.0145],[-3.5197,51.0257],[-3.5191,51.0261],[-3.5179,51.0268],[-3.5169,51.0274],[-3.506099,51.0284],[-3.5007,51.0302],[-3.491601,51.0317],[-3.48110,51.0337],[-3.464999,51.0276],[-3.4611,51.0260],[-3.457799,51.0260],[-3.422899,51.0318],[-3.416899,51.0298],[-3.411801,51.0198],[-3.388299,51.0196],[-3.384599,51.0194],[-3.378999,51.0193],[-3.376801,51.0171],[-3.38070, 50.999],[-3.38260, 50.9889],[-3.3773, 50.9791],[-3.3741, 50.9788],[-3.36640, 50.9803],[-3.356499, 50.9802],[-3.336499, 50.9821],[-3.332599, 50.9824],[-3.3253, 50.9785],[-3.3231, 50.9775],[-3.3153, 50.9719],[-3.282399, 50.953],[-3.273299, 50.9503],[-3.27070, 50.9486],[-3.26690, 50.9458],[-3.260799, 50.9444],[-3.252599, 50.9431],[-3.2476, 50.9418],[-3.24630, 50.9411],[-3.2384, 50.9424],[-3.235699, 50.9436],[-3.233799, 50.9438],[-3.2313, 50.9443],[-3.228199, 50.9442],[-3.219, 50.9466],[-3.212699, 50.9473],[-3.187999, 50.9484],[-3.168999, 50.9483],[-3.1638, 50.9477],[-3.163399, 50.9472],[-3.164, 50.9464],[-3.166201, 50.9433],[-3.170799, 50.9382],[-3.172199, 50.9323],[-3.1717, 50.925],[-3.1752, 50.924],[-3.177099, 50.9235],[-3.179399, 50.9225],[-3.1821, 50.9202],[-3.180099, 50.914],[-3.1805, 50.9111],[-3.1777, 50.9093],[-3.170599, 50.9017],[-3.153199, 50.9017],[-3.149899, 50.8925],[-3.1447, 50.8910],[-3.14000, 50.8919],[-3.1236, 50.9014],[-3.119699, 50.8989],[-3.108701, 50.9030],[-3.107399, 50.9032],[-3.107001, 50.9032],[-3.0906, 50.9060],[-3.089101, 50.9060],[-3.082099, 50.9059],[-3.0713, 50.9065],[-3.0576, 50.9083],[-3.048501, 50.9075],[-3.054199, 50.8944],[-3.0502, 50.8807],[-3.054101, 50.8751],[-3.053299, 50.8732],[-3.044899, 50.8715],[-3.035599, 50.8666],[-3.03250, 50.863],[-3.036299, 50.8572],[-3.032399, 50.8535],[-3.0294, 50.8528],[-3.014199, 50.8566],[-3.009399, 50.8565],[-3.000299, 50.8535],[-2.990499, 50.8576],[-2.973599, 50.8569],[-2.96280, 50.855],[-2.967799, 50.8507],[-2.9719, 50.8432],[-2.9714, 50.8416],[-2.9709, 50.8384],[-2.970299, 50.8381],[-2.9658, 50.8379],[-2.9651, 50.8354],[-2.9646, 50.8341],[-2.963799, 50.8331],[-2.9625, 50.8324],[-2.9621, 50.8315],[-2.9619, 50.8304],[-2.9619, 50.8294],[-2.961401, 50.8291],[-2.9591, 50.8285],[-2.9465, 50.8255],[-2.9456, 50.8253],[-2.943701, 50.8248],[-2.948501, 50.8215],[-2.956201, 50.8176],[-2.956401, 50.8168],[-2.956001, 50.8163],[-2.9477, 50.8158],[-2.935199, 50.8094],[-2.9331, 50.8091],[-2.929101, 50.8086],[-2.92430, 50.8078],[-2.8928, 50.8062],[-2.89150, 50.8061],[-2.8838, 50.7951],[-2.8928, 50.7915],[-2.894399, 50.7875],[-2.9268, 50.7816],[-2.9349, 50.7786],[-2.94030, 50.7767],[-2.9568, 50.7644],[-2.943399, 50.759],[-2.94050, 50.7577],[-2.93630, 50.7558],[-2.935699, 50.7532],[-2.9388, 50.745],[-2.941299, 50.7388],[-2.947299, 50.7343],[-2.952001, 50.7284],[-2.9461, 50.7173],[-2.948501, 50.7159],[-2.9521, 50.7141],[-2.953599, 50.7138],[-2.955899, 50.7137],[-2.959, 50.7136],[-2.962399, 50.7134],[-2.963599, 50.7132],[-2.9645, 50.7128],[-2.9684, 50.7108],[-2.9742, 50.7086],[-2.979199, 50.706],[-2.98110, 50.7053],[-2.98300, 50.7051],[-2.9848, 50.7050],[-2.9907, 50.7053],[-2.992199, 50.7052],[-2.993901, 50.7049],[-2.995199, 50.7046],[-2.997, 50.7039],[-2.999399, 50.7028],[-3.0004, 50.7028],[-3.0011, 50.7026],[-3.003999, 50.7019],[-3.0125, 50.7004],[-3.0178, 50.6996],[-3.0211, 50.6993],[-3.0246, 50.6995],[-3.0269, 50.6997],[-3.0315, 50.7008],[-3.034101, 50.701],[-3.038901, 50.7013],[-3.041201, 50.7016],[-3.0437, 50.7019],[-3.0476, 50.7024],[-3.05080, 50.703],[-3.0538, 50.7042],[-3.0552, 50.7044],[-3.056299, 50.7044],[-3.0578, 50.7042],[-3.0599, 50.704],[-3.0614, 50.7043],[-3.0653, 50.7046],[-3.0696, 50.7047],[-3.0718, 50.7046],[-3.072599, 50.7045],[-3.074899, 50.7037],[-3.0808, 50.7026],[-3.0818, 50.7022],[-3.0824, 50.7016],[-3.082999, 50.7009],[-3.0847, 50.6989],[-3.085299, 50.6984],[-3.086299, 50.6979],[-3.088901, 50.6969],[-3.08950, 50.6966],[-3.090199, 50.696],[-3.090699, 50.6951],[-3.091001, 50.6934],[-3.0913, 50.6925],[-3.0917, 50.6919],[-3.092099, 50.6914],[-3.0927, 50.6907],[-3.0931, 50.6897],[-3.0934, 50.6887],[-3.0936, 50.6873],[-3.094501, 50.6866],[-3.095299, 50.6863],[-3.0961, 50.6862],[-3.09750, 50.6864],[-3.09940, 50.6869],[-3.1006, 50.687],[-3.1048, 50.6869],[-3.10950, 50.6872],[-3.1171, 50.6879],[-3.129501, 50.6876],[-3.1429, 50.6868],[-3.147001, 50.6863],[-3.148, 50.6863],[-3.1498, 50.6866],[-3.153399, 50.6871],[-3.1556, 50.6873],[-3.157099, 50.6872],[-3.159301, 50.6868],[-3.162499, 50.6864],[-3.165699, 50.686],[-3.1679, 50.6859],[-3.1717, 50.6861],[-3.186001, 50.6865],[-3.189301, 50.6862],[-3.19090, 50.686],[-3.1925, 50.6856],[-3.196201, 50.6845],[-3.20970, 50.683],[-3.219899, 50.6817],[-3.2274, 50.6809],[-3.233701, 50.6796],[-3.243599, 50.6775],[-3.255399, 50.6749],[-3.258701, 50.6738],[-3.26060, 50.673],[-3.262001, 50.6721],[-3.2637, 50.6706],[-3.26460, 50.6695],[-3.26500, 50.6686],[-3.2651, 50.6670],[-3.265399, 50.6663],[-3.2657, 50.6659],[-3.266401, 50.6656],[-3.267699, 50.6649],[-3.268501, 50.6645],[-3.269599, 50.6639],[-3.270299, 50.6634],[-3.27110, 50.6625],[-3.271699, 50.6623],[-3.2725, 50.6624],[-3.2735, 50.6622],[-3.274301, 50.6618],[-3.2748, 50.6614],[-3.275199, 50.6609],[-3.275399, 50.6606],[-3.275599, 50.6598],[-3.275899, 50.6593],[-3.276299, 50.6589],[-3.276801, 50.6587],[-3.2776, 50.6583],[-3.278, 50.6581],[-3.278199, 50.6578],[-3.278199, 50.6575],[-3.2783, 50.6564],[-3.278399, 50.6558],[-3.278901, 50.6554],[-3.279799, 50.6550],[-3.2813, 50.6542],[-3.281899, 50.6537],[-3.2825, 50.6530],[-3.282799, 50.6524],[-3.283, 50.6515],[-3.283, 50.6499],[-3.283099, 50.6493],[-3.2834, 50.6484],[-3.283999, 50.6474],[-3.28500, 50.6458],[-3.2857, 50.6449],[-3.2865, 50.6440],[-3.286801, 50.6433],[-3.28710, 50.6417],[-3.2876, 50.6412],[-3.2895, 50.6399],[-3.2908, 50.6389],[-3.2916, 50.638],[-3.292799, 50.6362],[-3.295799, 50.6343],[-3.2999, 50.6311],[-3.3024, 50.63],[-3.302999, 50.6299],[-3.303999, 50.6297],[-3.3052, 50.6295],[-3.3059, 50.6294],[-3.306801, 50.6295],[-3.310199, 50.6294],[-3.31340, 50.6289],[-3.31950, 50.6283],[-3.326499, 50.627],[-3.3318, 50.6257],[-3.3397, 50.6234],[-3.3457, 50.6213],[-3.3526, 50.6182],[-3.3564, 50.6161],[-3.3571, 50.6156],[-3.357599, 50.6151],[-3.357899, 50.6145],[-3.358, 50.614],[-3.3577, 50.6136],[-3.356801, 50.6132],[-3.3564, 50.6129],[-3.35630, 50.6126],[-3.35630, 50.6121],[-3.356601, 50.6113],[-3.356699, 50.6108],[-3.35610, 50.6092],[-3.35610, 50.6083],[-3.3562, 50.6076],[-3.3564, 50.6074],[-3.356601, 50.6073],[-3.356899, 50.6072],[-3.357399, 50.6073],[-3.358299, 50.6078],[-3.358901, 50.6079],[-3.361001, 50.608],[-3.3617, 50.6083],[-3.362299, 50.6087],[-3.3633, 50.6096],[-3.36430, 50.6098],[-3.369101, 50.6094],[-3.3705, 50.6091],[-3.3731, 50.6083],[-3.3749, 50.6078],[-3.3761, 50.6075],[-3.376699, 50.6075],[-3.377599, 50.6077],[-3.378799, 50.6077],[-3.3798, 50.6076],[-3.382699, 50.6071],[-3.3843, 50.607],[-3.385099, 50.6071],[-3.385799, 50.6074],[-3.3862, 50.6078],[-3.3864, 50.6086],[-3.386699, 50.6089],[-3.3928, 50.6098],[-3.3962, 50.61],[-3.3977, 50.6104],[-3.398901, 50.6109],[-3.4, 50.611],[-3.4028, 50.6108],[-3.404, 50.6111],[-3.4073, 50.6121],[-3.4108, 50.6144],[-3.412499, 50.6152],[-3.413701, 50.6157],[-3.421299, 50.6167],[-3.42200, 50.6169],[-3.4238, 50.6125],[-3.4231, 50.6121],[-3.4228, 50.6116],[-3.423, 50.6106],[-3.423901, 50.6095],[-3.4265, 50.6077],[-3.4286, 50.6061],[-3.4331, 50.6022],[-3.434101, 50.6014],[-3.4365, 50.6001],[-3.4372, 50.5997],[-3.4377, 50.5993],[-3.43820, 50.5986],[-3.4388, 50.5979],[-3.439199, 50.5975],[-3.440399, 50.5969],[-3.441, 50.5963],[-3.4412, 50.5958],[-3.441401, 50.5941],[-3.441499, 50.5925],[-3.441801, 50.5922],[-3.442199, 50.5921],[-3.442899, 50.5922],[-3.443399, 50.5921],[-3.453799, 50.5865],[-3.460799, 50.5824],[-3.461401, 50.5819],[-3.463, 50.5806],[-3.463901, 50.5796],[-3.46470, 50.5783],[-3.466201, 50.5747],[-3.46660, 50.5727],[-3.467, 50.569],[-3.467499, 50.5671],[-3.4677, 50.5662],[-3.467799, 50.5644],[-3.4679, 50.5639],[-3.4681, 50.5635],[-3.468501, 50.5631],[-3.4691, 50.5627],[-3.4698, 50.5623],[-3.4707, 50.5622],[-3.471699, 50.5621],[-3.47250, 50.5619],[-3.4733, 50.5616],[-3.4779, 50.5584],[-3.4821, 50.555],[-3.490299, 50.5478],[-3.493599, 50.5443],[-3.496601, 50.5418],[-3.4972, 50.5414],[-3.4978, 50.5412],[-3.498199, 50.5412],[-3.4988, 50.5414],[-3.5002, 50.5392],[-3.496401, 50.5393],[-3.495699, 50.5392],[-3.495399, 50.5389],[-3.4953, 50.5385],[-3.495699, 50.538],[-3.4965, 50.5374],[-3.4976, 50.5366],[-3.4983, 50.5359],[-3.49900, 50.5346],[-3.4993, 50.5339],[-3.4997, 50.5328],[-3.5, 50.5312],[-3.500299, 50.5307],[-3.502199, 50.5289],[-3.502599, 50.5282],[-3.502899, 50.5273],[-3.5035, 50.5255],[-3.5048, 50.523],[-3.50550, 50.5223],[-3.506099, 50.5217],[-3.506601, 50.521],[-3.507, 50.5204],[-3.50810, 50.5188],[-3.5086, 50.5183],[-3.509399, 50.5176],[-3.509599, 50.5171],[-3.513, 50.5173],[-3.514899, 50.5182],[-3.515899, 50.5187],[-3.518399, 50.518],[-3.518701, 50.5161],[-3.518399, 50.5118],[-3.522399, 50.51],[-3.529599, 50.5058],[-3.5302, 50.5045],[-3.533999, 50.5036],[-3.534501, 50.5031],[-3.537199, 50.5035],[-3.538701, 50.5026],[-3.5411, 50.5014],[-3.5423, 50.501],[-3.5423, 50.4994],[-3.543299, 50.4977],[-3.5453, 50.4961],[-3.55080, 50.4942],[-3.554699, 50.4939],[-3.5594, 50.494],[-3.5618, 50.4935],[-3.562099, 50.4919],[-3.562599, 50.4881],[-3.564301, 50.4867],[-3.568, 50.4869],[-3.569, 50.4862],[-3.5711, 50.4862],[-3.572799, 50.4872],[-3.582, 50.4799],[-3.5834, 50.4785],[-3.584501, 50.4781],[-3.5839, 50.4719],[-3.580899, 50.4717],[-3.580199, 50.4679],[-3.584, 50.4653],[-3.584899, 50.4646],[-3.5871, 50.4627],[-3.5895, 50.4605],[-3.589999, 50.4585],[-3.588599, 50.4566],[-3.5861, 50.4536],[-3.5859, 50.4506],[-3.587199, 50.45],[-3.588799, 50.4492],[-3.5896, 50.4478],[-3.5922, 50.4473],[-3.596, 50.4473],[-3.60060, 50.4474],[-3.605099, 50.4461],[-3.608701, 50.4447],[-3.612099, 50.4446],[-3.6152, 50.4435],[-3.6152, 50.443],[-3.61770, 50.4407],[-3.621201, 50.4402],[-3.6249, 50.4396],[-3.626699, 50.4369],[-3.62800, 50.433],[-3.6285, 50.4254],[-3.622499, 50.4230],[-3.616801, 50.4224],[-3.6141, 50.4226],[-3.6122, 50.4159],[-3.611001, 50.4149],[-3.6029, 50.4119],[-3.596801, 50.4091],[-3.59540, 50.4085],[-3.59330, 50.4088],[-3.5913, 50.4080],[-3.588901, 50.4090],[-3.586401, 50.4102],[-3.584399, 50.4101],[-3.5834, 50.4096],[-3.5806, 50.4083],[-3.57920, 50.4072],[-3.578399, 50.4050],[-3.577199, 50.4038],[-3.576401, 50.4024],[-3.5753, 50.3976],[-3.574899, 50.3969],[-3.573501, 50.3932],[-3.569999, 50.3931],[-3.5603, 50.3851],[-3.5592, 50.3822],[-3.5573, 50.38],[-3.554501, 50.3785],[-3.5448, 50.3733],[-3.5401, 50.3736],[-3.53600, 50.375],[-3.5202, 50.3786],[-3.50810, 50.3798],[-3.5083, 50.3794],[-3.5083, 50.379],[-3.50810, 50.3781],[-3.50810, 50.3776],[-3.508501, 50.3771],[-3.50910, 50.3768],[-3.509501, 50.3768],[-3.5102, 50.3768],[-3.510799, 50.3766],[-3.51120, 50.3764],[-3.511699, 50.376],[-3.512399, 50.3753],[-3.5129, 50.375],[-3.513299, 50.3746],[-3.51350, 50.3738],[-3.513901, 50.3735],[-3.514199, 50.3734],[-3.5151, 50.3733],[-3.515399, 50.3732],[-3.5158, 50.3729],[-3.516099, 50.3725],[-3.516201, 50.3721],[-3.516299, 50.3715],[-3.516201, 50.371],[-3.516001, 50.3705],[-3.515399, 50.3702],[-3.514699, 50.3699],[-3.513999, 50.3696],[-3.5137, 50.3694],[-3.5137, 50.3692],[-3.513901, 50.3689],[-3.5146, 50.3685],[-3.515399, 50.3682],[-3.516001, 50.3679],[-3.516201, 50.3676],[-3.516099, 50.3672],[-3.5157, 50.3667],[-3.515399, 50.3663],[-3.515399, 50.3659],[-3.5155, 50.3655],[-3.5157, 50.3652],[-3.516201, 50.3649],[-3.517299, 50.3644],[-3.5193, 50.3631],[-3.52, 50.3625],[-3.520299, 50.3621],[-3.5204, 50.3616],[-3.520299, 50.3611],[-3.52, 50.3606],[-3.519799, 50.3602],[-3.5199, 50.3598],[-3.5201, 50.3596],[-3.5207, 50.3593],[-3.521001, 50.3587],[-3.521001, 50.3582],[-3.5208, 50.3579],[-3.5204, 50.3576],[-3.5195, 50.3572],[-3.5176, 50.3566],[-3.5165, 50.3563],[-3.515599, 50.3559],[-3.5151, 50.3555],[-3.514899, 50.3551],[-3.5148, 50.3542],[-3.5148, 50.3535],[-3.514899, 50.3527],[-3.515, 50.3525],[-3.515399, 50.352],[-3.515599, 50.3516],[-3.515599, 50.3512],[-3.5157, 50.3509],[-3.516099, 50.3505],[-3.5168, 50.3500],[-3.5171, 50.3496],[-3.517299, 50.3488],[-3.5178, 50.3482],[-3.5186, 50.3473],[-3.5192, 50.3468],[-3.519599, 50.3466],[-3.5201, 50.3465],[-3.5204, 50.3464],[-3.52130, 50.3457],[-3.521801, 50.3455],[-3.5227, 50.3453],[-3.52360, 50.3452],[-3.525, 50.3451],[-3.525399, 50.3450],[-3.526299, 50.3446],[-3.5272, 50.3445],[-3.528199, 50.3445],[-3.5292, 50.3447],[-3.529799, 50.3448],[-3.5306, 50.3449],[-3.5308, 50.3448],[-3.5312, 50.3444],[-3.5313, 50.3437],[-3.53160, 50.3428],[-3.532099, 50.3421],[-3.532799, 50.3413],[-3.533, 50.3408],[-3.5329, 50.3404],[-3.532399, 50.3398],[-3.5322, 50.3394],[-3.532399, 50.3390],[-3.533099, 50.3387],[-3.53370, 50.3386],[-3.534101, 50.3383],[-3.534899, 50.3376],[-3.53580, 50.3374],[-3.5378, 50.3375],[-3.538399, 50.3374],[-3.539, 50.3372],[-3.539999, 50.3367],[-3.5413, 50.3362],[-3.5423, 50.3361],[-3.5434, 50.3362],[-3.543999, 50.3365],[-3.544501, 50.3369],[-3.5448, 50.3373],[-3.545099, 50.338],[-3.545399, 50.3389],[-3.54570, 50.3394],[-3.546, 50.3396],[-3.546601, 50.3397],[-3.547199, 50.3396],[-3.54780, 50.3394],[-3.5488, 50.3389],[-3.549599, 50.3387],[-3.5504, 50.3388],[-3.5509, 50.3390],[-3.5514, 50.3392],[-3.55270, 50.3397],[-3.5534, 50.34],[-3.5538, 50.3403],[-3.554301, 50.3414],[-3.55460, 50.3417],[-3.5555, 50.3422],[-3.55600, 50.3427],[-3.556401, 50.3429],[-3.556801, 50.3429],[-3.5576, 50.3425],[-3.558399, 50.3422],[-3.5592, 50.3423],[-3.5599, 50.3425],[-3.566, 50.337],[-3.565599, 50.3368],[-3.565, 50.3366],[-3.563999, 50.3363],[-3.5638, 50.3360],[-3.5638, 50.3355],[-3.564101, 50.3352],[-3.5646, 50.3349],[-3.5652, 50.3347],[-3.566099, 50.3345],[-3.5669, 50.3345],[-3.568, 50.3344],[-3.568399, 50.3341],[-3.568501, 50.3338],[-3.5683, 50.3334],[-3.5676, 50.3328],[-3.5675, 50.3322],[-3.5676, 50.3318],[-3.568599, 50.3311],[-3.5704, 50.33],[-3.57080, 50.3296],[-3.570899, 50.3291],[-3.57080, 50.3286],[-3.570499, 50.3277],[-3.57010, 50.3271],[-3.569999, 50.3267],[-3.570199, 50.3263],[-3.570699, 50.326],[-3.5714, 50.3258],[-3.572599, 50.3256],[-3.57310, 50.3255],[-3.5737, 50.3253],[-3.5746, 50.325],[-3.5754, 50.325],[-3.577399, 50.3256],[-3.578, 50.3256],[-3.578799, 50.3255],[-3.580199, 50.325],[-3.580899, 50.3248],[-3.5816, 50.3247],[-3.5822, 50.3248],[-3.58250, 50.325],[-3.582799, 50.3256],[-3.5833, 50.3259],[-3.5838, 50.326],[-3.584501, 50.3259],[-3.585, 50.3257],[-3.5855, 50.3253],[-3.5859, 50.3252],[-3.587699, 50.3251],[-3.5883, 50.3249],[-3.5892, 50.324],[-3.5897, 50.3237],[-3.5903, 50.3235],[-3.5922, 50.3228],[-3.59310, 50.3224],[-3.5936, 50.3219],[-3.5939, 50.3214],[-3.594199, 50.3211],[-3.5948, 50.3209],[-3.59540, 50.3206],[-3.595599, 50.3204],[-3.5959, 50.3199],[-3.596299, 50.3197],[-3.598, 50.3194],[-3.59920, 50.3192],[-3.600899, 50.3187],[-3.6018, 50.3185],[-3.60270, 50.3186],[-3.60360, 50.3188],[-3.605, 50.3193],[-3.605799, 50.3193],[-3.6063, 50.3192],[-3.606899, 50.319],[-3.6077, 50.3186],[-3.6082, 50.3184],[-3.608999, 50.3182],[-3.6094, 50.318],[-3.6099, 50.3177],[-3.610399, 50.3174],[-3.611099, 50.317],[-3.6117, 50.3166],[-3.612, 50.3162],[-3.6122, 50.3155],[-3.6124, 50.3152],[-3.6131, 50.3148],[-3.614501, 50.3142],[-3.615799, 50.3134],[-3.616699, 50.3127],[-3.61750, 50.312],[-3.618099, 50.3113],[-3.618799, 50.3105],[-3.61980, 50.3097],[-3.620699, 50.3091],[-3.6222, 50.3085],[-3.626601, 50.3065],[-3.6277, 50.3058],[-3.629101, 50.3046],[-3.631201, 50.3024],[-3.6328, 50.3007],[-3.638999, 50.2926],[-3.6401, 50.291],[-3.641001, 50.2894],[-3.644399, 50.2819],[-3.6457, 50.2802],[-3.6464, 50.279],[-3.6485, 50.2722],[-3.651, 50.2652],[-3.653501, 50.2598],[-3.6549, 50.2561],[-3.65640, 50.248],[-3.657799, 50.2404],[-3.658, 50.2394],[-3.658099, 50.2377],[-3.658099, 50.2356],[-3.6577, 50.2342],[-3.656899, 50.2323],[-3.6559, 50.2306],[-3.65430, 50.2283],[-3.653, 50.2271],[-3.651601, 50.2261],[-3.649899, 50.2252],[-3.647599, 50.2245],[-3.6462, 50.2242],[-3.644399, 50.224],[-3.642299, 50.2239],[-3.6415, 50.2238],[-3.641001, 50.2236],[-3.640599, 50.2233],[-3.640399, 50.2228],[-3.640399, 50.2224],[-3.640599, 50.2220],[-3.641099, 50.2218],[-3.6417, 50.2218],[-3.643199, 50.2220],[-3.6452, 50.2220],[-3.64800, 50.2222],[-3.648799, 50.2221],[-3.6498, 50.2218],[-3.6507, 50.2212],[-3.65220, 50.2200],[-3.653399, 50.2192],[-3.6549, 50.2183],[-3.6558, 50.2181],[-3.6565, 50.2182],[-3.6572, 50.2186],[-3.658, 50.2195],[-3.658999, 50.2202],[-3.6598, 50.2205],[-3.6607, 50.2207],[-3.6617, 50.2207],[-3.6633, 50.2205],[-3.6641, 50.2203],[-3.6647, 50.2204],[-3.6654, 50.2207],[-3.666201, 50.2212],[-3.666699, 50.2212],[-3.6672, 50.2211],[-3.668, 50.2209],[-3.669301, 50.2207],[-3.6702, 50.2209],[-3.671801, 50.2216],[-3.67240, 50.2218],[-3.673, 50.2218],[-3.6751, 50.2215],[-3.6759, 50.2215],[-3.67680, 50.2216],[-3.677999, 50.2218],[-3.6798, 50.2226],[-3.680399, 50.2228],[-3.681299, 50.2229],[-3.681801, 50.2227],[-3.683399, 50.2212],[-3.6847, 50.2202],[-3.6864, 50.2197],[-3.687299, 50.2195],[-3.6879, 50.2191],[-3.6881, 50.2187],[-3.6885, 50.2172],[-3.689101, 50.2167],[-3.6898, 50.2165],[-3.691401, 50.2164],[-3.6919, 50.2162],[-3.692899, 50.2156],[-3.69560, 50.2140],[-3.6988, 50.213],[-3.700099, 50.2126],[-3.701499, 50.2121],[-3.7021, 50.2119],[-3.703, 50.2114],[-3.70330, 50.2109],[-3.70330, 50.2103],[-3.7032, 50.2093],[-3.703399, 50.2089],[-3.703799, 50.2085],[-3.7053, 50.208],[-3.7061, 50.2078],[-3.7065, 50.2075],[-3.706899, 50.2071],[-3.707299, 50.2066],[-3.7077, 50.2065],[-3.7084, 50.2064],[-3.709199, 50.2065],[-3.70970, 50.2068],[-3.71, 50.2069],[-3.7104, 50.2068],[-3.71110, 50.2063],[-3.711601, 50.2062],[-3.712199, 50.2063],[-3.7133, 50.2068],[-3.714101, 50.2068],[-3.7149, 50.2066],[-3.7154, 50.2063],[-3.716001, 50.2058],[-3.716401, 50.2053],[-3.7166, 50.205],[-3.71700, 50.2048],[-3.7177, 50.2046],[-3.7183, 50.2043],[-3.7188, 50.2038],[-3.719599, 50.2029],[-3.72000, 50.2026],[-3.720599, 50.2025],[-3.7211, 50.2025],[-3.72190, 50.2026],[-3.722199, 50.2028],[-3.722399, 50.2031],[-3.7226, 50.2036],[-3.722899, 50.2039],[-3.723901, 50.2048],[-3.724301, 50.2051],[-3.725199, 50.2055],[-3.72560, 50.2059],[-3.7258, 50.2066],[-3.725699, 50.2073],[-3.7253, 50.2083],[-3.7253, 50.2086],[-3.7255, 50.2088],[-3.726201, 50.2089],[-3.727099, 50.2088],[-3.72770, 50.209],[-3.728199, 50.209],[-3.7286, 50.2088],[-3.7291, 50.2085],[-3.729599, 50.2081],[-3.7304, 50.2077],[-3.7309, 50.2076],[-3.7314, 50.2076],[-3.731801, 50.2078],[-3.732001, 50.2084],[-3.732199, 50.2097],[-3.732399, 50.2101],[-3.733901, 50.2111],[-3.7349, 50.2122],[-3.7351, 50.2124],[-3.7356, 50.2126],[-3.7363, 50.2128],[-3.7365, 50.2131],[-3.7365, 50.2136],[-3.736201, 50.2143],[-3.736201, 50.2146],[-3.736401, 50.2149],[-3.7368, 50.2151],[-3.7377, 50.2152],[-3.7384, 50.2153],[-3.739, 50.2154],[-3.7399, 50.2156],[-3.74040, 50.2156],[-3.742001, 50.2156],[-3.742899, 50.2158],[-3.74350, 50.216],[-3.744101, 50.2163],[-3.746001, 50.2174],[-3.747299, 50.2185],[-3.747999, 50.2191],[-3.7486, 50.2194],[-3.749501, 50.2195],[-3.7512, 50.2194],[-3.7532, 50.2192],[-3.7568, 50.2196],[-3.7588, 50.2201],[-3.760099, 50.2206],[-3.761001, 50.2208],[-3.762001, 50.2208],[-3.763299, 50.2207],[-3.764501, 50.2208],[-3.76580, 50.2211],[-3.767, 50.2217],[-3.767499, 50.2219],[-3.7699, 50.2221],[-3.7704, 50.2223],[-3.77070, 50.2226],[-3.77090, 50.2234],[-3.7712, 50.2237],[-3.772099, 50.224],[-3.7725, 50.2245],[-3.772599, 50.2249],[-3.7725, 50.2254],[-3.7723, 50.2259],[-3.772001, 50.2263],[-3.771699, 50.2266],[-3.7714, 50.2268],[-3.77090, 50.2271],[-3.77070, 50.2274],[-3.770499, 50.2284],[-3.770299, 50.2288],[-3.7699, 50.2293],[-3.7732, 50.2322],[-3.773799, 50.2321],[-3.7744, 50.2319],[-3.774699, 50.2315],[-3.775, 50.2309],[-3.775399, 50.2303],[-3.7758, 50.23],[-3.776299, 50.2298],[-3.7774, 50.2297],[-3.778199, 50.2299],[-3.7794, 50.2304],[-3.779999, 50.2306],[-3.780499, 50.2306],[-3.78080, 50.2304],[-3.7809, 50.2302],[-3.7809, 50.23],[-3.780699, 50.2295],[-3.780699, 50.2286],[-3.7809, 50.2282],[-3.7811, 50.2279],[-3.781899, 50.2274],[-3.78270, 50.2269],[-3.7832, 50.2265],[-3.783299, 50.2262],[-3.783099, 50.2258],[-3.78270, 50.2256],[-3.781801, 50.2250],[-3.7815, 50.2248],[-3.7813, 50.2246],[-3.7812, 50.2244],[-3.7812, 50.2239],[-3.7812, 50.2226],[-3.7811, 50.2217],[-3.7809, 50.2212],[-3.7804, 50.2203],[-3.780299, 50.2196],[-3.7804, 50.2189],[-3.780499, 50.2182],[-3.780699, 50.2177],[-3.7811, 50.2168],[-3.7815, 50.2162],[-3.781801, 50.2161],[-3.78220, 50.216],[-3.783799, 50.216],[-3.7855, 50.2161],[-3.7859, 50.2159],[-3.786099, 50.2155],[-3.786201, 50.2148],[-3.786801, 50.2145],[-3.787, 50.2140],[-3.786801, 50.2136],[-3.786601, 50.2133],[-3.785399, 50.2122],[-3.78500, 50.2118],[-3.78500, 50.2114],[-3.785199, 50.2111],[-3.7859, 50.2108],[-3.787199, 50.2103],[-3.7883, 50.2101],[-3.790299, 50.2109],[-3.7915, 50.2115],[-3.7922, 50.2117],[-3.7934, 50.2119],[-3.7955, 50.212],[-3.796601, 50.2121],[-3.797199, 50.2123],[-3.797699, 50.2126],[-3.7988, 50.2139],[-3.7995, 50.2147],[-3.799999, 50.2151],[-3.800699, 50.2153],[-3.8017, 50.2154],[-3.803999, 50.2152],[-3.8095, 50.2148],[-3.8135, 50.2148],[-3.814301, 50.215],[-3.814899, 50.2152],[-3.8152, 50.2154],[-3.815799, 50.2166],[-3.816099, 50.2169],[-3.816601, 50.2171],[-3.817199, 50.2172],[-3.818399, 50.2170],[-3.819, 50.2171],[-3.81970, 50.2175],[-3.820199, 50.2176],[-3.8217, 50.2175],[-3.8222, 50.2176],[-3.8229, 50.2179],[-3.823299, 50.2182],[-3.823501, 50.2185],[-3.82370, 50.2195],[-3.823999, 50.2199],[-3.825099, 50.2203],[-3.825599, 50.2207],[-3.8261, 50.2212],[-3.826499, 50.2216],[-3.826801, 50.2220],[-3.8269, 50.2224],[-3.826801, 50.2227],[-3.826601, 50.2234],[-3.826601, 50.2237],[-3.826699, 50.224],[-3.8271, 50.2242],[-3.8276, 50.2241],[-3.828501, 50.2237],[-3.82940, 50.2237],[-3.8303, 50.2239],[-3.830899, 50.2242],[-3.832099, 50.2248],[-3.832999, 50.2253],[-3.83360, 50.2260],[-3.8341, 50.2264],[-3.8348, 50.2268],[-3.83550, 50.2272],[-3.836299, 50.2275],[-3.837001, 50.2279],[-3.83970, 50.2294],[-3.84160, 50.2303],[-3.8422, 50.2304],[-3.84370, 50.2303],[-3.8448, 50.2302],[-3.84620, 50.2302],[-3.8471, 50.2303],[-3.8478, 50.2306],[-3.8505, 50.2323],[-3.8515, 50.2328],[-3.8526, 50.2332],[-3.8529, 50.2336],[-3.852999, 50.2343],[-3.8533, 50.2346],[-3.85380, 50.2348],[-3.854899, 50.2347],[-3.85800, 50.2348],[-3.8594, 50.2349],[-3.8606, 50.2352],[-3.861201, 50.2355],[-3.86220, 50.2362],[-3.864, 50.2374],[-3.864799, 50.2378],[-3.8654, 50.238],[-3.866499, 50.2383],[-3.867001, 50.2386],[-3.8673, 50.239],[-3.8678, 50.2401],[-3.8682, 50.2405],[-3.868799, 50.2408],[-3.8698, 50.2412],[-3.870199, 50.2415],[-3.8705, 50.242],[-3.8705, 50.2427],[-3.8703, 50.2432],[-3.8699, 50.2435],[-3.867001, 50.2436],[-3.86430, 50.2432],[-3.860699, 50.2428],[-3.859999, 50.2428],[-3.8594, 50.243],[-3.859101, 50.2433],[-3.858999, 50.2441],[-3.859101, 50.2446],[-3.859301, 50.2449],[-3.8605, 50.2459],[-3.860699, 50.2463],[-3.860699, 50.2467],[-3.8605, 50.247],[-3.859699, 50.2475],[-3.8594, 50.248],[-3.859301, 50.2485],[-3.8594, 50.2496],[-3.8596, 50.2501],[-3.859999, 50.2506],[-3.86010, 50.2509],[-3.859999, 50.2531],[-3.86030, 50.2547],[-3.860199, 50.2551],[-3.858799, 50.2564],[-3.85800, 50.257],[-3.857599, 50.2575],[-3.857399, 50.2581],[-3.857399, 50.259],[-3.857599, 50.2599],[-3.857899, 50.2606],[-3.858299, 50.2613],[-3.859301, 50.2621],[-3.86030, 50.2628],[-3.8608, 50.2634],[-3.861201, 50.264],[-3.861601, 50.2644],[-3.86220, 50.2646],[-3.863199, 50.2647],[-3.8661, 50.264],[-3.8675, 50.2638],[-3.8682, 50.2638],[-3.868599, 50.264],[-3.868701, 50.2644],[-3.868701, 50.2647],[-3.8684, 50.2652],[-3.868099, 50.266],[-3.868099, 50.2667],[-3.8684, 50.2674],[-3.868999, 50.2679],[-3.8701, 50.2684],[-3.870899, 50.2686],[-3.8728, 50.2686],[-3.873701, 50.2689],[-3.8747, 50.2702],[-3.875799, 50.2712],[-3.876601, 50.2716],[-3.878, 50.2721],[-3.8792, 50.2728],[-3.8798, 50.2732],[-3.8808, 50.2735],[-3.881299, 50.2738],[-3.881401, 50.2742],[-3.881401, 50.2745],[-3.881299, 50.2753],[-3.881401, 50.2757],[-3.881601, 50.2761],[-3.8817, 50.2763],[-3.8817, 50.2766],[-3.8815, 50.2767],[-3.880899, 50.2769],[-3.8796, 50.2775],[-3.8794, 50.2779],[-3.879501, 50.2784],[-3.88030, 50.2804],[-3.880399, 50.2809],[-3.88030, 50.2814],[-3.88, 50.2816],[-3.8815, 50.2846],[-3.8842, 50.2839],[-3.885299, 50.2836],[-3.8861, 50.2833],[-3.887599, 50.2825],[-3.888799, 50.2824],[-3.8918, 50.2825],[-3.892299, 50.2824],[-3.8931, 50.2819],[-3.8938, 50.2818],[-3.8947, 50.2818],[-3.8954, 50.282],[-3.8961, 50.2827],[-3.897001, 50.2838],[-3.8982, 50.2852],[-3.8985, 50.2858],[-3.89860, 50.2867],[-3.898299, 50.2877],[-3.8982, 50.2882],[-3.8982, 50.2886],[-3.8984, 50.2888],[-3.8987, 50.2888],[-3.899501, 50.2885],[-3.90070, 50.2885],[-3.901401, 50.2887],[-3.9022, 50.2891],[-3.902699, 50.2895],[-3.90330, 50.2900],[-3.9038, 50.2903],[-3.9045, 50.2905],[-3.90560, 50.2906],[-3.9066, 50.2908],[-3.906899, 50.291],[-3.90720, 50.2916],[-3.90750, 50.2920],[-3.907799, 50.2922],[-3.908299, 50.2924],[-3.909199, 50.2925],[-3.909501, 50.2927],[-3.909699, 50.2930],[-3.909699, 50.2937],[-3.909899, 50.2942],[-3.9103, 50.2944],[-3.91080, 50.2945],[-3.91170, 50.2946],[-3.912199, 50.2948],[-3.9128, 50.2949],[-3.913501, 50.2948],[-3.9144, 50.2947],[-3.91520, 50.2947],[-3.9158, 50.2948],[-3.9163, 50.2951],[-3.916699, 50.2956],[-3.917099, 50.2959],[-3.917599, 50.2960],[-3.9184, 50.2961],[-3.920399, 50.2962],[-3.921201, 50.2963],[-3.9217, 50.2964],[-3.9226, 50.2968],[-3.92300, 50.297],[-3.923599, 50.2971],[-3.9243, 50.2971],[-3.9249, 50.297],[-3.925699, 50.2968],[-3.92720, 50.2965],[-3.9288, 50.2963],[-3.93190, 50.2960],[-3.932699, 50.2956],[-3.933399, 50.2955],[-3.9344, 50.2960],[-3.934999, 50.2964],[-3.935499, 50.2965],[-3.936201, 50.2965],[-3.9368, 50.2966],[-3.9372, 50.2968],[-3.9381, 50.2974],[-3.9387, 50.2976],[-3.939301, 50.2977],[-3.939899, 50.2976],[-3.940399, 50.2974],[-3.941601, 50.2967],[-3.942199, 50.2965],[-3.942699, 50.2966],[-3.9433, 50.2969],[-3.94430, 50.2974],[-3.9446, 50.2976],[-3.9447, 50.2980],[-3.9442, 50.2985],[-3.943399, 50.3001],[-3.9433, 50.3007],[-3.943399, 50.3013],[-3.943799, 50.3018],[-3.9442, 50.302],[-3.944799, 50.3021],[-3.9454, 50.3019],[-3.9467, 50.3019],[-3.9472, 50.302],[-3.9475, 50.3025],[-3.947599, 50.303],[-3.9475, 50.3039],[-3.9472, 50.305],[-3.9467, 50.306],[-3.945899, 50.307],[-3.949301, 50.3098],[-3.95000, 50.3093],[-3.9507, 50.309],[-3.951299, 50.3091],[-3.951699, 50.3094],[-3.952199, 50.3098],[-3.9526, 50.31],[-3.9532, 50.31],[-3.953901, 50.3098],[-3.95420, 50.3094],[-3.9543, 50.3087],[-3.9546, 50.3081],[-3.955199, 50.3074],[-3.95610, 50.3068],[-3.9574, 50.3064],[-3.9588, 50.3059],[-3.960099, 50.3055],[-3.961801, 50.305],[-3.963399, 50.3048],[-3.963901, 50.3049],[-3.9647, 50.3056],[-3.9654, 50.3056],[-3.9665, 50.3054],[-3.9674, 50.3053],[-3.968199, 50.3055],[-3.969199, 50.3062],[-3.97, 50.3067],[-3.970599, 50.3068],[-3.9711, 50.3068],[-3.971699, 50.3066],[-3.972199, 50.3064],[-3.9726, 50.3065],[-3.9734, 50.3073],[-3.973901, 50.3076],[-3.9745, 50.3077],[-3.9758, 50.3078],[-3.9774, 50.3077],[-3.9781, 50.3075],[-3.97880, 50.307],[-3.979501, 50.3068],[-3.98, 50.3069],[-3.980599, 50.3074],[-3.9814, 50.3076],[-3.982199, 50.3076],[-3.98280, 50.3075],[-3.9835, 50.3072],[-3.984699, 50.3066],[-3.9855, 50.3066],[-3.9863, 50.3069],[-3.986601, 50.3072],[-3.98680, 50.3076],[-3.987299, 50.3078],[-3.988501, 50.3079],[-3.9912, 50.3078],[-3.991801, 50.3077],[-3.993599, 50.3071],[-3.9949, 50.3065],[-3.995699, 50.3061],[-3.9965, 50.3055],[-3.9972, 50.3046],[-3.9978, 50.3042],[-3.999799, 50.3033],[-4.0005, 50.3033],[-4.000899, 50.3034],[-4.001601, 50.3035],[-4.0021, 50.3034],[-4.0032, 50.3027],[-4.003701, 50.3026],[-4.0047, 50.3026],[-4.006001, 50.3029],[-4.008501, 50.3033],[-4.0106, 50.3036],[-4.0116, 50.3036],[-4.0124, 50.3034],[-4.013299, 50.3029],[-4.0142, 50.3025],[-4.015399, 50.3022],[-4.0159, 50.3019],[-4.0163, 50.3014],[-4.016601, 50.3009],[-4.0169, 50.3002],[-4.017099, 50.2994],[-4.017399, 50.2983],[-4.017799, 50.2977],[-4.018799, 50.2966],[-4.0198, 50.2958],[-4.0204, 50.2955],[-4.0211, 50.2953],[-4.0219, 50.2952],[-4.0226, 50.2953],[-4.022999, 50.2955],[-4.0233, 50.2961],[-4.023701, 50.2966],[-4.024, 50.2968],[-4.024301, 50.2969],[-4.024799, 50.2969],[-4.02610, 50.2966],[-4.027, 50.2963],[-4.0317, 50.2945],[-4.0327, 50.2942],[-4.033599, 50.2941],[-4.0351, 50.2941],[-4.0365, 50.294],[-4.0377, 50.294],[-4.03840, 50.2941],[-4.039, 50.2944],[-4.0397, 50.2949],[-4.040299, 50.2950],[-4.041299, 50.2949],[-4.0423, 50.2947],[-4.043799, 50.2945],[-4.0444, 50.2946],[-4.046, 50.2955],[-4.0465, 50.2957],[-4.0472, 50.2958],[-4.048501, 50.2957],[-4.049301, 50.2958],[-4.049699, 50.2960],[-4.050399, 50.2969],[-4.051499, 50.2981],[-4.051899, 50.2983],[-4.052499, 50.2984],[-4.0534, 50.2983],[-4.0542, 50.2980],[-4.055399, 50.2979],[-4.0559, 50.2980],[-4.0568, 50.2984],[-4.0574, 50.2989],[-4.057799, 50.2997],[-4.0584, 50.3002],[-4.060599, 50.3012],[-4.064101, 50.3025],[-4.066801, 50.3033],[-4.069699, 50.3039],[-4.0706, 50.304],[-4.0712, 50.304],[-4.0728, 50.3037],[-4.073599, 50.3036],[-4.073999, 50.3038],[-4.0743, 50.3042],[-4.0743, 50.3046],[-4.073999, 50.3053],[-4.073599, 50.3065],[-4.073299, 50.307],[-4.072599, 50.3077],[-4.071499, 50.309],[-4.071001, 50.3094],[-4.0703, 50.3096],[-4.0696, 50.3096],[-4.068999, 50.3096],[-4.0674, 50.3096],[-4.0645, 50.3098],[-4.064199, 50.31],[-4.064, 50.3103],[-4.063799, 50.311],[-4.0635, 50.3114],[-4.0632, 50.3116],[-4.062099, 50.3119],[-4.0611, 50.3119],[-4.0609, 50.3139],[-4.0619, 50.3138],[-4.063, 50.3135],[-4.0639, 50.3132],[-4.064799, 50.3129],[-4.0658, 50.3126],[-4.0666, 50.3124],[-4.0674, 50.3124],[-4.0679, 50.3125],[-4.068501, 50.3127],[-4.068799, 50.313],[-4.0696, 50.3141],[-4.070099, 50.3144],[-4.0711, 50.3147],[-4.0717, 50.3149],[-4.072599, 50.3153],[-4.0741, 50.3157],[-4.0753, 50.316],[-4.0774, 50.3163],[-4.079101, 50.3165],[-4.08110, 50.3169],[-4.0826, 50.3174],[-4.084, 50.3178],[-4.0854, 50.3179],[-4.0865, 50.3178],[-4.0878, 50.3175],[-4.089399, 50.3172],[-4.090199, 50.3172],[-4.092599, 50.3174],[-4.093901, 50.3175],[-4.0973, 50.3175],[-4.0993, 50.3175],[-4.1002, 50.3175],[-4.101299, 50.3173],[-4.1019, 50.3171],[-4.1026, 50.3167],[-4.1035, 50.3163],[-4.1045, 50.316],[-4.1058, 50.3158],[-4.1066, 50.3158],[-4.1085, 50.3161],[-4.109799, 50.3165],[-4.110799, 50.3169],[-4.111401, 50.3172],[-4.111801, 50.3176],[-4.111899, 50.3182],[-4.111801, 50.3191],[-4.111899, 50.3195],[-4.1121, 50.3198],[-4.1125, 50.3199],[-4.1134, 50.3199],[-4.114399, 50.3199],[-4.115399, 50.32],[-4.116499, 50.3202],[-4.1178, 50.3206],[-4.118299, 50.3209],[-4.1188, 50.3214],[-4.119101, 50.3218],[-4.1193, 50.3225],[-4.1193, 50.3235],[-4.119501, 50.3239],[-4.120299, 50.3245],[-4.121099, 50.3249],[-4.1213, 50.3252],[-4.1215, 50.326],[-4.121601, 50.3268],[-4.1215, 50.3276],[-4.121201, 50.3283],[-4.1205, 50.3291],[-4.1193, 50.33],[-4.1188, 50.3307],[-4.118701, 50.3314],[-4.1188, 50.3318],[-4.118999, 50.3322],[-4.1194, 50.3328],[-4.1201, 50.3335],[-4.120299, 50.3339],[-4.1202, 50.3344],[-4.119999, 50.3348],[-4.1194, 50.3356],[-4.1193, 50.3362],[-4.1194, 50.3365],[-4.119999, 50.3367],[-4.122099, 50.3369],[-4.123, 50.3369],[-4.125899, 50.3366],[-4.126601, 50.3367],[-4.127, 50.3371],[-4.1271, 50.3375],[-4.1271, 50.3377],[-4.1269, 50.338],[-4.126601, 50.3382],[-4.1265, 50.3384],[-4.1265, 50.3388],[-4.126699, 50.3393],[-4.127, 50.3402],[-4.1272, 50.3413],[-4.1272, 50.3426],[-4.127, 50.3433],[-4.126601, 50.3438],[-4.125899, 50.3443],[-4.1234, 50.3456],[-4.122499, 50.3461],[-4.121699, 50.3468],[-4.1209, 50.3466],[-4.1189, 50.3462],[-4.115799, 50.3458],[-4.1142, 50.3448],[-4.1125, 50.3453],[-4.1083, 50.3469],[-4.1064, 50.3476],[-4.102799, 50.3463],[-4.0998, 50.3448],[-4.094699, 50.3437],[-4.091499, 50.3418],[-4.0907, 50.3415],[-4.087399, 50.3421],[-4.0847, 50.3437],[-4.0815, 50.3458],[-4.079899, 50.3474],[-4.079, 50.3492],[-4.061601, 50.3528],[-4.0559, 50.3547],[-4.054999, 50.3560],[-4.047699, 50.3584],[-4.0478, 50.3617],[-4.0482, 50.3626],[-4.054501, 50.3671],[-4.0503, 50.3734],[-4.050399, 50.3754],[-4.046201, 50.3759],[-4.030099, 50.3777],[-4.030099, 50.3767],[-4.023901, 50.3774],[-4.0215, 50.3779],[-4.0214, 50.3844],[-4.019, 50.386],[-4.018701, 50.3868],[-4.017001, 50.3876],[-4.019599, 50.3919],[-4.02000, 50.3939],[-4.022999, 50.3939],[-4.023099, 50.3954],[-4.02610, 50.3956],[-4.0266, 50.3974],[-4.0267, 50.3978],[-4.0324, 50.3981],[-4.037399, 50.3981],[-4.0401, 50.398],[-4.0398, 50.3993],[-4.0405, 50.3995],[-4.044199, 50.4007],[-4.047599, 50.4011],[-4.0487, 50.4013],[-4.049399, 50.4018],[-4.051499, 50.4018],[-4.051801, 50.4015],[-4.0524, 50.4011],[-4.053299, 50.4015],[-4.0548, 50.4015],[-4.059599, 50.4013],[-4.0682, 50.4015],[-4.0706, 50.4020],[-4.0706, 50.4029],[-4.070499, 50.4055],[-4.071401, 50.407],[-4.074999, 50.4081],[-4.077499, 50.4088],[-4.078199, 50.4096],[-4.0784, 50.4105],[-4.0788, 50.4115],[-4.0802, 50.4147],[-4.081699, 50.4167],[-4.0823, 50.4178],[-4.083701, 50.4195],[-4.0844, 50.4209],[-4.084, 50.4223],[-4.084899, 50.4241],[-4.0896, 50.4252],[-4.0937, 50.4266],[-4.0963, 50.4279],[-4.098501, 50.4297],[-4.101699, 50.4306],[-4.103099, 50.4306],[-4.105199, 50.4304],[-4.1072, 50.4311],[-4.107, 50.433],[-4.1064, 50.4365],[-4.107399, 50.4381],[-4.108399, 50.4418],[-4.110099, 50.4445],[-4.1112, 50.4461],[-4.1132, 50.4475],[-4.116099, 50.4461],[-4.120299, 50.444],[-4.123099, 50.4412],[-4.124101, 50.4386],[-4.127699, 50.4358],[-4.134399, 50.4341],[-4.141201, 50.4334],[-4.1433, 50.4321],[-4.1497, 50.4344],[-4.149301, 50.4359],[-4.152699, 50.4358],[-4.1601, 50.4315],[-4.161601, 50.4314],[-4.162399, 50.4309],[-4.162399, 50.4298],[-4.1619, 50.4286],[-4.1613, 50.4278],[-4.1679, 50.4242],[-4.169799, 50.4236],[-4.1716, 50.4232],[-4.173399, 50.4230],[-4.1767, 50.4231],[-4.179699, 50.424],[-4.1911, 50.4258],[-4.198901, 50.4258],[-4.1956, 50.4299],[-4.1946, 50.4322],[-4.1946, 50.4353],[-4.195199, 50.4363],[-4.1961, 50.4375],[-4.197299, 50.4389],[-4.199999, 50.4421],[-4.202499, 50.4447],[-4.2048, 50.4466],[-4.2058, 50.4484],[-4.2061, 50.4528],[-4.207001, 50.4565],[-4.21, 50.4606],[-4.2115, 50.4628],[-4.212999, 50.4640],[-4.21530, 50.4654],[-4.216801, 50.4664],[-4.2181, 50.4667],[-4.219399, 50.4667],[-4.2206, 50.4664],[-4.2219, 50.4657],[-4.22400, 50.4634],[-4.2248, 50.4621],[-4.225599, 50.46],[-4.226299, 50.4587],[-4.2272, 50.4579],[-4.2284, 50.4572],[-4.229899, 50.4569],[-4.232399, 50.457],[-4.233799, 50.4573],[-4.235099, 50.4579],[-4.2366, 50.4593],[-4.2375, 50.4604],[-4.2381, 50.462],[-4.2381, 50.4638],[-4.2377, 50.465],[-4.237, 50.4659],[-4.236001, 50.4668],[-4.233901, 50.468],[-4.2286, 50.4706],[-4.226, 50.4717],[-4.224101, 50.4725],[-4.222001, 50.4734],[-4.218999, 50.4748],[-4.2184, 50.4755],[-4.217899, 50.4765],[-4.217599, 50.4775],[-4.2174, 50.4787],[-4.2174, 50.4809],[-4.217299, 50.4827],[-4.2175, 50.4838],[-4.2178, 50.4844],[-4.218299, 50.4849],[-4.218901, 50.4853],[-4.220099, 50.4861],[-4.2209, 50.4867],[-4.221601, 50.4874],[-4.2226, 50.4894],[-4.222799, 50.4899],[-4.222799, 50.4905],[-4.2226, 50.491],[-4.2223, 50.4915],[-4.221499, 50.4923],[-4.220799, 50.4932],[-4.2203, 50.4942],[-4.220399, 50.4952],[-4.221001, 50.4969],[-4.221001, 50.4974],[-4.2209, 50.4977],[-4.2205, 50.4982],[-4.2199, 50.4985],[-4.219301, 50.4987],[-4.218299, 50.4986],[-4.2171, 50.4984],[-4.2126, 50.4972],[-4.2094, 50.4965],[-4.2082, 50.4962],[-4.207399, 50.4959],[-4.206601, 50.4955],[-4.204899, 50.4942],[-4.2033, 50.4933],[-4.2026, 50.493],[-4.2018, 50.4928],[-4.2009, 50.4927],[-4.198299, 50.4927],[-4.196899, 50.4929],[-4.195899, 50.4932],[-4.195399, 50.4935],[-4.194799, 50.494],[-4.194301, 50.4946],[-4.1941, 50.4951],[-4.1942, 50.4956],[-4.1949, 50.4967],[-4.195099, 50.4971],[-4.195099, 50.4975],[-4.194699, 50.498],[-4.1941, 50.4985],[-4.193099, 50.4988],[-4.192, 50.4989],[-4.1904, 50.4988],[-4.1889, 50.4988],[-4.1861, 50.4994],[-4.1843, 50.4998],[-4.182499, 50.5003],[-4.1814, 50.5008],[-4.180799, 50.5013],[-4.1805, 50.5018],[-4.180399, 50.5024],[-4.180399, 50.503],[-4.180699, 50.5037],[-4.181499, 50.5049],[-4.1827, 50.5065],[-4.183599, 50.5076],[-4.1843, 50.508],[-4.185299, 50.5081],[-4.1864, 50.508],[-4.188, 50.5077],[-4.189301, 50.5075],[-4.19, 50.5072],[-4.190599, 50.5067],[-4.1915, 50.5054],[-4.1925, 50.5042],[-4.193299, 50.5037],[-4.193799, 50.5035],[-4.194699, 50.5034],[-4.1961, 50.5033],[-4.1982, 50.5032],[-4.1999, 50.5032],[-4.200699, 50.5033],[-4.2012, 50.5036],[-4.201601, 50.504],[-4.2018, 50.5046],[-4.2018, 50.5053],[-4.201601, 50.5074],[-4.2009, 50.5123],[-4.2009, 50.5127],[-4.201001, 50.5131],[-4.201499, 50.5134],[-4.202499, 50.5135],[-4.2038, 50.5135],[-4.204899, 50.5135],[-4.2054, 50.5136],[-4.2058, 50.5137],[-4.2068, 50.5142],[-4.2073, 50.5146],[-4.2075, 50.5151],[-4.2075, 50.5157],[-4.207001, 50.5165],[-4.206299, 50.5179],[-4.206, 50.5188],[-4.2059, 50.5201],[-4.206201, 50.5211],[-4.206699, 50.5221],[-4.207399, 50.5231],[-4.209301, 50.5249],[-4.2108, 50.5265],[-4.211201, 50.5272],[-4.211401, 50.5280],[-4.211401, 50.5287],[-4.2111, 50.5295],[-4.210599, 50.5300],[-4.208399, 50.5313],[-4.2073, 50.5318],[-4.2065, 50.5323],[-4.2064, 50.5325],[-4.2065, 50.5327],[-4.2068, 50.5329],[-4.208099, 50.5329],[-4.208799, 50.5331],[-4.209599, 50.5336],[-4.2107, 50.5341],[-4.2122, 50.5346],[-4.213399, 50.5347],[-4.2141, 50.5347],[-4.2149, 50.5345],[-4.2161, 50.5340],[-4.218901, 50.5326],[-4.221001, 50.5315],[-4.2224, 50.5308],[-4.2234, 50.5304],[-4.224199, 50.5303],[-4.2252, 50.5304],[-4.226099, 50.5307],[-4.227001, 50.5312],[-4.227799, 50.5315],[-4.2298, 50.5319],[-4.2316, 50.5322],[-4.232699, 50.5326],[-4.2341, 50.5334],[-4.235099, 50.5342],[-4.236001, 50.5351],[-4.237, 50.5366],[-4.2382, 50.5388],[-4.239399, 50.541],[-4.2403, 50.5421],[-4.241001, 50.5426],[-4.242199, 50.5433],[-4.243501, 50.5438],[-4.2449, 50.5441],[-4.2469, 50.5444],[-4.248199, 50.5445],[-4.249501, 50.5445],[-4.251299, 50.5442],[-4.252699, 50.5435],[-4.253799, 50.5428],[-4.255099, 50.5417],[-4.256401, 50.5404],[-4.2582, 50.5391],[-4.2602, 50.5379],[-4.2623, 50.5369],[-4.263999, 50.5365],[-4.2659, 50.5362],[-4.2677, 50.5361],[-4.269101, 50.5362],[-4.269899, 50.5366],[-4.2705, 50.5370],[-4.2708, 50.5375],[-4.2708, 50.538],[-4.2705, 50.5386],[-4.2701, 50.5391],[-4.2693, 50.5399],[-4.268099, 50.541],[-4.267001, 50.5418],[-4.266001, 50.5424],[-4.264699, 50.543],[-4.2627, 50.5435],[-4.261401, 50.5439],[-4.2602, 50.5445],[-4.2592, 50.5452],[-4.2588, 50.5457],[-4.2586, 50.5462],[-4.2587, 50.5471],[-4.258999, 50.5482],[-4.2592, 50.5491],[-4.2591, 50.5509],[-4.259301, 50.5518],[-4.259799, 50.5528],[-4.260799, 50.5542],[-4.2618, 50.5559],[-4.262599, 50.5571],[-4.2634, 50.558],[-4.2644, 50.5588],[-4.266201, 50.5597],[-4.2685, 50.5606],[-4.2708, 50.5613],[-4.2726, 50.5622],[-4.272999, 50.5626],[-4.2732, 50.5631],[-4.2732, 50.5644],[-4.2733, 50.5653],[-4.273701, 50.566],[-4.2745, 50.5667],[-4.2757, 50.5675],[-4.2775, 50.5685],[-4.2782, 50.5692],[-4.278501, 50.5699],[-4.2786, 50.5706],[-4.278399, 50.5716],[-4.2781, 50.573],[-4.2775, 50.5744],[-4.276899, 50.5752],[-4.276401, 50.5757],[-4.275599, 50.5762],[-4.2747, 50.5766],[-4.2729, 50.5772],[-4.270899, 50.578],[-4.269899, 50.5786],[-4.2694, 50.5791],[-4.269, 50.5798],[-4.269, 50.5807],[-4.269199, 50.5815],[-4.2698, 50.5824],[-4.270599, 50.5830],[-4.2715, 50.5834],[-4.272999, 50.5836],[-4.274899, 50.5838],[-4.2772, 50.5842],[-4.279699, 50.5846],[-4.28240, 50.5852],[-4.2834, 50.5853],[-4.2843, 50.5851],[-4.284699, 50.5848],[-4.284999, 50.5843],[-4.284999, 50.5837],[-4.284501, 50.5826],[-4.283901, 50.5817],[-4.282499, 50.5800],[-4.282001, 50.5792],[-4.281801, 50.5787],[-4.281801, 50.5783],[-4.282001, 50.5778],[-4.2831, 50.5771],[-4.283999, 50.5768],[-4.2851, 50.5766],[-4.2864, 50.5767],[-4.2876, 50.5769],[-4.2884, 50.5773],[-4.289199, 50.578],[-4.2897, 50.5788],[-4.289999, 50.5800],[-4.2902, 50.5819],[-4.290299, 50.5830],[-4.290599, 50.5836],[-4.291299, 50.5842],[-4.2923, 50.5847],[-4.293399, 50.5850],[-4.29460, 50.5850],[-4.296201, 50.5847],[-4.297599, 50.5843],[-4.298999, 50.5837],[-4.300799, 50.5827],[-4.303501, 50.5808],[-4.3049, 50.5800],[-4.305799, 50.5797],[-4.306601, 50.5795],[-4.307199, 50.5796],[-4.3076, 50.5798],[-4.308, 50.5802],[-4.3081, 50.5808],[-4.3081, 50.5823],[-4.3083, 50.5829],[-4.3088, 50.5835],[-4.3101, 50.5848],[-4.3105, 50.5853],[-4.310699, 50.5860],[-4.3108, 50.5874],[-4.3111, 50.5911],[-4.311, 50.5917],[-4.3108, 50.5921],[-4.3101, 50.5926],[-4.309199, 50.5930],[-4.307001, 50.5941],[-4.306499, 50.5947],[-4.306601, 50.5988],[-4.3069, 50.602],[-4.306601, 50.6045],[-4.306201, 50.6060],[-4.304999, 50.6094],[-4.3048, 50.6111],[-4.3052, 50.614],[-4.304999, 50.6153],[-4.304999, 50.6167],[-4.3053, 50.6191],[-4.304999, 50.6203],[-4.3037, 50.6222],[-4.3021, 50.6244],[-4.3012, 50.6262],[-4.3012, 50.6278],[-4.301401, 50.629],[-4.301401, 50.6305],[-4.30070, 50.6319],[-4.3, 50.6333],[-4.3, 50.6344],[-4.300399, 50.6352],[-4.301001, 50.6358],[-4.3031, 50.6367],[-4.303999, 50.6369],[-4.3059, 50.6369],[-4.3084, 50.6371],[-4.309899, 50.6375],[-4.3109, 50.6376],[-4.311699, 50.6375],[-4.3135, 50.6372],[-4.315899, 50.637],[-4.3182, 50.637],[-4.321401, 50.6376],[-4.3227, 50.638],[-4.3242, 50.6388],[-4.3246, 50.6393],[-4.3249, 50.6402],[-4.3252, 50.6411],[-4.325799, 50.6415],[-4.326601, 50.6415],[-4.32770, 50.6416],[-4.329899, 50.6418],[-4.3304, 50.642],[-4.3314, 50.6427],[-4.3319, 50.6432],[-4.3323, 50.6442],[-4.3332, 50.6467],[-4.3347, 50.6517],[-4.3351, 50.6531],[-4.3351, 50.6546],[-4.3351, 50.6563],[-4.335499, 50.6568],[-4.336, 50.6571],[-4.3385, 50.6579],[-4.338799, 50.6582],[-4.3387, 50.6588],[-4.3379, 50.6604],[-4.338099, 50.6611],[-4.3386, 50.6615],[-4.34, 50.6621],[-4.3416, 50.663],[-4.342599, 50.6638],[-4.343599, 50.665],[-4.343901, 50.666],[-4.3438, 50.6678],[-4.3437, 50.6691],[-4.342999, 50.67],[-4.3427, 50.6711],[-4.342899, 50.6715],[-4.344399, 50.6727],[-4.344699, 50.673],[-4.3446, 50.6738],[-4.344301, 50.6745],[-4.3431, 50.6764],[-4.342899, 50.6774],[-4.342999, 50.6782],[-4.3438, 50.6792],[-4.344399, 50.68],[-4.3448, 50.6811],[-4.345099, 50.682],[-4.3456, 50.6826],[-4.3462, 50.6836],[-4.3463, 50.6847],[-4.346601, 50.6866],[-4.3469, 50.6881],[-4.3474, 50.689],[-4.347799, 50.6896],[-4.349599, 50.6905],[-4.3509, 50.6913],[-4.351699, 50.6921],[-4.352099, 50.6932],[-4.3523, 50.6936],[-4.356, 50.6952],[-4.357299, 50.6957],[-4.3595, 50.696],[-4.360199, 50.6961],[-4.36170, 50.697],[-4.3627, 50.6977],[-4.3632, 50.6979],[-4.364399, 50.698],[-4.3649, 50.6982],[-4.3652, 50.6984],[-4.3652, 50.6994],[-4.3652, 50.7006],[-4.3656, 50.7012],[-4.3662, 50.7018],[-4.366401, 50.7025],[-4.3663, 50.7031],[-4.366499, 50.7043],[-4.367001, 50.7052],[-4.367099, 50.7057],[-4.3667, 50.7068],[-4.3667, 50.7084],[-4.366499, 50.7094],[-4.365699, 50.7103],[-4.364501, 50.7117],[-4.363599, 50.7132],[-4.362599, 50.7149],[-4.362299, 50.7160],[-4.361899, 50.7164],[-4.3606, 50.7169],[-4.3603, 50.7171],[-4.3603, 50.7176],[-4.3604, 50.7181],[-4.360799, 50.7189],[-4.3624, 50.7205],[-4.3631, 50.7214],[-4.364501, 50.7222],[-4.3663, 50.7231],[-4.367099, 50.7236],[-4.3677, 50.7245],[-4.368299, 50.7259],[-4.3688, 50.7272],[-4.3692, 50.7280],[-4.3702, 50.7289],[-4.3705, 50.7291],[-4.3705, 50.7297],[-4.370299, 50.7301],[-4.369999, 50.731],[-4.369999, 50.732],[-4.3701, 50.733],[-4.3706, 50.7338],[-4.371201, 50.7345],[-4.372099, 50.7359],[-4.373, 50.7378],[-4.373701, 50.7385],[-4.376699, 50.7405],[-4.3771, 50.7411],[-4.377699, 50.7428],[-4.3783, 50.7435],[-4.3791, 50.7442],[-4.380199, 50.745],[-4.383399, 50.7474],[-4.3837, 50.7481],[-4.383501, 50.749],[-4.382699, 50.7496],[-4.3779, 50.7572],[-4.384799, 50.7563],[-4.385399, 50.7586],[-4.3842, 50.7643],[-4.377999, 50.7717],[-4.3812, 50.7734],[-4.391001, 50.7785],[-4.39830, 50.7776],[-4.4123, 50.7750],[-4.4139, 50.7739],[-4.413599, 50.7727],[-4.412799, 50.7713],[-4.406401, 50.7688],[-4.4063, 50.7674],[-4.406401, 50.7638],[-4.4158, 50.7664],[-4.4185, 50.7651],[-4.4196, 50.7643],[-4.4208, 50.7636],[-4.422, 50.7638],[-4.426099, 50.7655],[-4.4278, 50.7663],[-4.434, 50.7689],[-4.442, 50.7740],[-4.44360, 50.7755],[-4.445399, 50.7776],[-4.4509, 50.7852],[-4.4565, 50.7841],[-4.4582, 50.7840],[-4.461201, 50.7843],[-4.4718, 50.7842],[-4.4739, 50.7904],[-4.47510, 50.7909],[-4.4816, 50.7914],[-4.491899, 50.7914],[-4.4909, 50.7963],[-4.4724, 50.7992],[-4.472799, 50.8019],[-4.4682, 50.8033],[-4.457099, 50.8042],[-4.4461, 50.8101],[-4.445, 50.8146],[-4.441201, 50.8244],[-4.440499, 50.8309],[-4.44, 50.8348],[-4.431099, 50.8616],[-4.4317, 50.8654],[-4.4173, 50.868],[-4.420899, 50.8718],[-4.427999, 50.8773],[-4.430399, 50.8786],[-4.4319, 50.8796],[-4.433701, 50.8804],[-4.4355, 50.8815],[-4.4466, 50.8908],[-4.446401, 50.8940],[-4.4463, 50.9005],[-4.4475, 50.9018],[-4.448299, 50.9029],[-4.4491, 50.9059],[-4.4499, 50.9064],[-4.4524, 50.9081],[-4.4534, 50.9098],[-4.46190, 50.9183],[-4.459799, 50.9206],[-4.4564, 50.9266],[-4.4555, 50.9295],[-4.460299, 50.9303],[-4.462299, 50.9307],[-4.4646, 50.9312],[-4.4657, 50.9315],[-4.4687, 50.9321],[-4.471099, 50.9319],[-4.474899, 50.9317],[-4.482699, 50.931],[-4.4884, 50.9289],[-4.5011, 50.9268],[-4.51680, 50.9272],[-4.520599, 50.9267],[-4.5245, 50.9268],[-4.5321, 50.9275],[-4.5342, 50.9283],[-4.539, 50.9289],[-4.5415, 50.9294],[-4.544199, 50.9294],[-4.544301, 50.9297],[-4.5445, 50.9303],[-4.5446, 50.9308],[-4.5445, 50.9312],[-4.5436, 50.932],[-4.543399, 50.9325],[-4.5433, 50.9331],[-4.543399, 50.9336],[-4.543701, 50.934],[-4.544199, 50.9343],[-4.544899, 50.9346],[-4.5454, 50.9349],[-4.5457, 50.9352],[-4.545899, 50.9355],[-4.5458, 50.9358],[-4.545499, 50.9361],[-4.545499, 50.9365],[-4.545599, 50.9368],[-4.547299, 50.9376],[-4.547599, 50.9378],[-4.5478, 50.938],[-4.5479, 50.9384],[-4.547699, 50.9387],[-4.547299, 50.9392],[-4.5472, 50.9394],[-4.547299, 50.9396],[-4.5479, 50.9399],[-4.547999, 50.9402],[-4.5479, 50.9405],[-4.5475, 50.9408],[-4.546801, 50.9409],[-4.5458, 50.9411],[-4.545, 50.9412],[-4.5445, 50.9415],[-4.5444, 50.9417],[-4.5445, 50.942],[-4.544899, 50.9423],[-4.544899, 50.9426],[-4.54470, 50.9428],[-4.5429, 50.9428],[-4.542399, 50.943],[-4.5418, 50.9436],[-4.541, 50.9441],[-4.5408, 50.9445],[-4.540599, 50.9453],[-4.540599, 50.9461],[-4.5409, 50.947],[-4.541, 50.9472],[-4.5409, 50.9476],[-4.540599, 50.948],[-4.539999, 50.9485],[-4.539899, 50.9489],[-4.539999, 50.9494],[-4.5411, 50.9501],[-4.542099, 50.9509],[-4.5423, 50.9512],[-4.542399, 50.9519],[-4.5423, 50.9526],[-4.542099, 50.953],[-4.5414, 50.9536],[-4.5411, 50.9540],[-4.5408, 50.9548],[-4.540599, 50.9551],[-4.5401, 50.9554],[-4.5389, 50.9561],[-4.537499, 50.9569],[-4.537199, 50.9572],[-4.536601, 50.9582],[-4.536099, 50.9590],[-4.535399, 50.9605],[-4.5348, 50.9613],[-4.533999, 50.9621],[-4.532499, 50.9633],[-4.532001, 50.9640],[-4.5313, 50.9658],[-4.5312, 50.9665],[-4.531499, 50.9675],[-4.531899, 50.9682],[-4.532499, 50.9688],[-4.532599, 50.9690],[-4.532499, 50.9693],[-4.5317, 50.9697],[-4.531401, 50.9701],[-4.531401, 50.9704],[-4.5317, 50.9709],[-4.532001, 50.9715],[-4.531899, 50.9719],[-4.531401, 50.9724],[-4.5309, 50.9729],[-4.530799, 50.9732],[-4.5309, 50.9738],[-4.5312, 50.974],[-4.532001, 50.9743],[-4.533, 50.9747],[-4.533199, 50.9749],[-4.533199, 50.9752],[-4.5328, 50.9754],[-4.531499, 50.9757],[-4.531099, 50.9759],[-4.531099, 50.9763],[-4.5312, 50.9767],[-4.5316, 50.9771],[-4.5321, 50.9775],[-4.533, 50.9779],[-4.5337, 50.9783],[-4.533901, 50.9785],[-4.5338, 50.9788],[-4.533199, 50.9793],[-4.532199, 50.9797],[-4.5313, 50.9799],[-4.531001, 50.9802],[-4.530499, 50.9809],[-4.5302, 50.9812],[-4.529301, 50.9818],[-4.5291, 50.9821],[-4.5292, 50.9825],[-4.53000, 50.9837],[-4.53000, 50.9839],[-4.5299, 50.9841],[-4.528999, 50.9844],[-4.5288, 50.9846],[-4.5286, 50.9851],[-4.528501, 50.9859],[-4.5287, 50.9866],[-4.5295, 50.9875],[-4.529799, 50.988],[-4.5299, 50.9885],[-4.5299, 50.9896],[-4.530099, 50.9899],[-4.5306, 50.9901],[-4.532001, 50.9909],[-4.5324, 50.9913],[-4.532499, 50.9917],[-4.532199, 50.9921],[-4.5317, 50.9926],[-4.5317, 50.9929],[-4.531899, 50.9931],[-4.533199, 50.9939],[-4.533501, 50.9942],[-4.533599, 50.9944],[-4.533299, 50.9947],[-4.532499, 50.9949],[-4.531001, 50.995],[-4.5302, 50.995],[-4.5296, 50.9952],[-4.5291, 50.9957],[-4.528999, 50.9962],[-4.5292, 50.9967],[-4.529699, 50.9974],[-4.53000, 50.9977],[-4.531099, 50.9984],[-4.5312, 50.9987],[-4.531001, 50.999],[-4.5303, 50.9993],[-4.530099, 50.9995],[-4.530099, 50.9999],[-4.5306,51.0009],[-4.5307,51.0015],[-4.5306,51.0019],[-4.5302,51.0023],[-4.5296,51.0026],[-4.5288,51.0028],[-4.528501,51.0031],[-4.5281,51.0036],[-4.5281,51.0043],[-4.528299,51.005],[-4.5287,51.0057],[-4.5291,51.0062],[-4.529799,51.0068],[-4.530499,51.0072],[-4.531801,51.0077],[-4.532499,51.0079],[-4.5328,51.0082],[-4.5328,51.0085],[-4.532499,51.0088],[-4.532001,51.0089],[-4.531099,51.0087],[-4.5306,51.0088],[-4.530499,51.009],[-4.5309,51.0096],[-4.5309,51.0099],[-4.5306,51.0102],[-4.53000,51.0104],[-4.527699,51.0108],[-4.525,51.0115],[-4.5247,51.0118],[-4.5247,51.0123],[-4.5251,51.0128],[-4.525899,51.0133],[-4.525899,51.0136],[-4.525599,51.0138],[-4.5246,51.014],[-4.524,51.0143],[-4.523799,51.0145],[-4.523799,51.0149],[-4.524,51.0151],[-4.524899,51.0155],[-4.525899,51.0158],[-4.526299,51.0160],[-4.526299,51.0163],[-4.5257,51.0172],[-4.525499,51.0175],[-4.5253,51.0184],[-4.524899,51.0188],[-4.523901,51.0192],[-4.5232,51.0197],[-4.52290,51.0201],[-4.522799,51.0205],[-4.522999,51.0210],[-4.523399,51.0216],[-4.523399,51.0219],[-4.523099,51.0222],[-4.522399,51.0222],[-4.521299,51.0220],[-4.52040,51.0217],[-4.5179,51.0207],[-4.517001,51.0204],[-4.516201,51.0203],[-4.515299,51.0203],[-4.514599,51.0206],[-4.5137,51.0214],[-4.512899,51.0218],[-4.512001,51.0220],[-4.5109,51.0220],[-4.509699,51.0218],[-4.5086,51.0215],[-4.506001,51.0206],[-4.5036,51.0195],[-4.5015,51.0191],[-4.499,51.0190],[-4.4976,51.0192],[-4.4972,51.0194],[-4.4969,51.0196],[-4.496601,51.0202],[-4.4964,51.0208],[-4.496099,51.0213],[-4.495699,51.0215],[-4.4952,51.0217],[-4.4942,51.0217],[-4.489699,51.0214],[-4.4877,51.0214],[-4.485099,51.0218],[-4.4836,51.0221],[-4.4814,51.0224],[-4.4797,51.0224],[-4.477399,51.0221],[-4.4726,51.0217],[-4.467899,51.0221],[-4.4663,51.0220],[-4.460499,51.0209],[-4.4576,51.0200],[-4.456201,51.0193],[-4.451601,51.0165],[-4.450699,51.0161],[-4.449399,51.0156],[-4.448299,51.0153],[-4.4461,51.0150],[-4.444699,51.0148],[-4.443999,51.0148],[-4.443099,51.0149],[-4.4422,51.0151],[-4.4403,51.0156],[-4.4396,51.0156],[-4.43850,51.0153],[-4.4361,51.0144],[-4.434999,51.0141],[-4.433,51.0139],[-4.430799,51.0137],[-4.428999,51.0138],[-4.4277,51.0139],[-4.4266,51.014],[-4.425399,51.0142],[-4.423999,51.0142],[-4.4228,51.014],[-4.4215,51.0136],[-4.4189,51.0122],[-4.418,51.0117],[-4.4168,51.0114],[-4.415299,51.0111],[-4.4134,51.0105],[-4.411601,51.0099],[-4.4101,51.0092],[-4.407899,51.008],[-4.4025,51.0053],[-4.400899,51.0044],[-4.399899,51.0037],[-4.398799,51.0029],[-4.397999,51.002],[-4.397399,51.0011],[-4.396601, 50.9998],[-4.39480, 50.9979],[-4.394, 50.9971],[-4.392799, 50.9963],[-4.3919, 50.9958],[-4.3905, 50.9952],[-4.388501, 50.9946],[-4.3852, 50.9938],[-4.382699, 50.9931],[-4.376601, 50.991],[-4.3747, 50.9904],[-4.372799, 50.9902],[-4.3699, 50.99],[-4.36780, 50.9899],[-4.3637, 50.9902],[-4.356, 50.99],[-4.3545, 50.9899],[-4.3489, 50.9892],[-4.346099, 50.9891],[-4.340199, 50.9892],[-4.3387, 50.9894],[-4.337399, 50.9897],[-4.3357, 50.9902],[-4.334, 50.9907],[-4.3314, 50.9911],[-4.3224, 50.992],[-4.318399, 50.9926],[-4.316, 50.9931],[-4.3126, 50.994],[-4.311201, 50.9943],[-4.310299, 50.9946],[-4.309501, 50.9947],[-4.307899, 50.9947],[-4.3067, 50.9949],[-4.3056, 50.9953],[-4.3043, 50.9959],[-4.3024, 50.997],[-4.3006, 50.9981],[-4.298999, 50.9993],[-4.2971,51.001],[-4.289,51.0081],[-4.2869,51.0100],[-4.284999,51.0118],[-4.2838,51.0133],[-4.282499,51.0146],[-4.2817,51.0152],[-4.2809,51.0156],[-4.277,51.0171],[-4.2761,51.0176],[-4.2753,51.0183],[-4.2746,51.0190],[-4.273799,51.0201],[-4.272799,51.0219],[-4.271699,51.0235],[-4.270299,51.0252],[-4.268099,51.0278],[-4.263199,51.0339],[-4.2621,51.035],[-4.2609,51.036],[-4.259399,51.0371],[-4.2582,51.0379],[-4.257,51.0384],[-4.255,51.0391],[-4.2528,51.0397],[-4.2494,51.0404],[-4.242499,51.0413],[-4.236899,51.0423],[-4.235799,51.0428],[-4.235,51.0433],[-4.234301,51.0438],[-4.23360,51.0446],[-4.2328,51.0457],[-4.2321,51.0471],[-4.2315,51.0485],[-4.231201,51.0494],[-4.230599,51.0515],[-4.23010,51.0528],[-4.229101,51.0547],[-4.227499,51.058],[-4.2268,51.0595],[-4.226,51.0608],[-4.225299,51.0616],[-4.22400,51.0629],[-4.223199,51.0636],[-4.2217,51.0647],[-4.2206,51.0653],[-4.219399,51.0657],[-4.218501,51.0659],[-4.217299,51.0659],[-4.215499,51.0655],[-4.213901,51.0651],[-4.212299,51.0646],[-4.2085,51.0631],[-4.207699,51.0628],[-4.2073,51.0625],[-4.207099,51.0619],[-4.2072,51.0615],[-4.2076,51.0612],[-4.208,51.0611],[-4.208701,51.0613],[-4.21,51.0618],[-4.2128,51.0634],[-4.2132,51.0634],[-4.2133,51.0631],[-4.213099,51.0627],[-4.2126,51.0622],[-4.210599,51.0611],[-4.21,51.0605],[-4.209799,51.0598],[-4.2097,51.0589],[-4.209899,51.0584],[-4.2104,51.0582],[-4.2115,51.0584],[-4.2121,51.0584],[-4.212399,51.0583],[-4.212399,51.0581],[-4.212299,51.0577],[-4.212,51.0571],[-4.210299,51.0546],[-4.209599,51.0538],[-4.209,51.0534],[-4.208399,51.0532],[-4.207799,51.0532],[-4.2072,51.0533],[-4.2061,51.0538],[-4.2051,51.054],[-4.203701,51.0544],[-4.2027,51.0548],[-4.2018,51.0554],[-4.2006,51.0564],[-4.199501,51.0571],[-4.198501,51.0577],[-4.1977,51.058],[-4.195899,51.0585],[-4.195,51.0585],[-4.193799,51.0582],[-4.1929,51.0578],[-4.192,51.0572],[-4.190499,51.0558],[-4.189301,51.055],[-4.189,51.0547],[-4.1793,51.0554],[-4.179101,51.0587],[-4.1788,51.0604],[-4.178999,51.062],[-4.178999,51.0625],[-4.1788,51.063],[-4.178501,51.0633],[-4.1777,51.0639],[-4.1875,51.0667],[-4.1882,51.0664],[-4.189,51.0663],[-4.1903,51.0665],[-4.1921,51.067],[-4.192999,51.0673],[-4.1937,51.0676],[-4.194301,51.0680],[-4.1956,51.0691],[-4.196499,51.0697],[-4.1971,51.07],[-4.197899,51.0702],[-4.201601,51.0707],[-4.2033,51.0711],[-4.204501,51.0715],[-4.2055,51.072],[-4.207399,51.0733],[-4.2085,51.0738],[-4.209799,51.0743],[-4.212299,51.0753],[-4.2142,51.0762],[-4.215099,51.0768],[-4.215499,51.0772],[-4.216401,51.0783],[-4.216899,51.0791],[-4.217199,51.0800],[-4.2175,51.0825],[-4.2177,51.0834],[-4.2181,51.0844],[-4.218599,51.0853],[-4.2192,51.0863],[-4.220799,51.0884],[-4.2213,51.0894],[-4.221499,51.0904],[-4.221401,51.0974],[-4.221401,51.0993],[-4.221601,51.1047],[-4.221401,51.1061],[-4.221001,51.1083],[-4.220699,51.1103],[-4.220699,51.1133],[-4.220799,51.1147],[-4.221001,51.1157],[-4.221499,51.1169],[-4.222001,51.1176],[-4.2227,51.1182],[-4.223199,51.1184],[-4.224101,51.1186],[-4.2321,51.12],[-4.239399,51.1226],[-4.2403,51.1231],[-4.240699,51.1235],[-4.241001,51.124],[-4.241099,51.1245],[-4.241001,51.1249],[-4.240699,51.1253],[-4.2388,51.1263],[-4.2374,51.1272],[-4.236801,51.1277],[-4.236401,51.1282],[-4.2361,51.1287],[-4.235899,51.1290],[-4.2356,51.1294],[-4.2353,51.1299],[-4.235199,51.1303],[-4.2353,51.1312],[-4.2356,51.1316],[-4.236001,51.1319],[-4.2363,51.1324],[-4.2366,51.1332],[-4.236899,51.1335],[-4.2374,51.1338],[-4.2382,51.1342],[-4.239399,51.1346],[-4.240799,51.1352],[-4.241401,51.1353],[-4.242499,51.1355],[-4.2431,51.1358],[-4.243701,51.1364],[-4.2444,51.1368],[-4.245299,51.1375],[-4.24580,51.1378],[-4.2464,51.1381],[-4.247001,51.1384],[-4.2479,51.1387],[-4.2505,51.1393],[-4.252999,51.1398],[-4.257199,51.1410],[-4.2588,51.1425],[-4.259799,51.1432],[-4.2602,51.1435],[-4.2602,51.1438],[-4.260099,51.1440],[-4.259501,51.1443],[-4.257699,51.1453],[-4.256401,51.1465],[-4.255599,51.1471],[-4.255099,51.1474],[-4.25450,51.1476],[-4.2532,51.1476],[-4.251299,51.1474],[-4.249599,51.1471],[-4.2464,51.1464],[-4.2455,51.1462],[-4.2448,51.1461],[-4.243501,51.1460],[-4.238299,51.1460],[-4.2367,51.1460],[-4.2347,51.1463],[-4.233901,51.1463],[-4.2298,51.1460],[-4.228099,51.1457],[-4.2252,51.1451],[-4.223501,51.1449],[-4.2226,51.1448],[-4.221499,51.1449],[-4.220799,51.1451],[-4.2203,51.1454],[-4.2192,51.1463],[-4.218599,51.1467],[-4.216801,51.1489],[-4.2156,51.1506],[-4.214,51.153],[-4.213099,51.1546],[-4.2125,51.1559],[-4.211299,51.159],[-4.2101,51.1659],[-4.2095,51.1688],[-4.209199,51.1697],[-4.2089,51.1702],[-4.2085,51.1707],[-4.208099,51.1716],[-4.208099,51.1719],[-4.2082,51.1723],[-4.2086,51.1726],[-4.2097,51.173],[-4.210499,51.1735],[-4.2107,51.1738],[-4.2108,51.1743],[-4.210599,51.175],[-4.2107,51.1753],[-4.211,51.1756],[-4.211299,51.1761],[-4.2115,51.1766],[-4.2116,51.177],[-4.2116,51.1775],[-4.211401,51.1779],[-4.210599,51.1786],[-4.210499,51.1788],[-4.210599,51.1791],[-4.2116,51.1796],[-4.2119,51.1798],[-4.2122,51.1802],[-4.212399,51.1807],[-4.2125,51.182],[-4.212699,51.1828],[-4.212999,51.1832],[-4.2135,51.1834],[-4.2149,51.1835],[-4.21530,51.1836],[-4.2163,51.1843],[-4.2167,51.1845],[-4.218599,51.1851],[-4.2202,51.1857],[-4.220799,51.1863],[-4.2213,51.1865],[-4.2218,51.1866],[-4.224199,51.1865],[-4.224899,51.1867],[-4.2259,51.1872],[-4.226601,51.1874],[-4.2283,51.1876],[-4.228701,51.1879],[-4.228799,51.1882],[-4.228799,51.1885],[-4.228701,51.1887],[-4.2285,51.1889],[-4.228099,51.1891],[-4.2273,51.1894],[-4.2264,51.1896],[-4.2252,51.1897],[-4.222001,51.1897],[-4.221001,51.1899],[-4.2196,51.1906],[-4.218901,51.1908],[-4.218299,51.1909],[-4.217,51.191],[-4.2156,51.1909],[-4.2136,51.1907],[-4.212699,51.1907],[-4.211699,51.1908],[-4.210899,51.1909],[-4.2104,51.1911],[-4.21,51.1913],[-4.209599,51.1916],[-4.209,51.1923],[-4.2086,51.1926],[-4.2082,51.1928],[-4.207699,51.1929],[-4.206299,51.1932],[-4.206,51.1935],[-4.2058,51.1939],[-4.2058,51.1943],[-4.2061,51.1951],[-4.2061,51.1955],[-4.206,51.1959],[-4.205599,51.1963],[-4.204899,51.1966],[-4.203701,51.197],[-4.203199,51.1973],[-4.202899,51.1976],[-4.2026,51.1983],[-4.2024,51.1987],[-4.2017,51.1992],[-4.201601,51.1995],[-4.2018,51.2001],[-4.2017,51.2004],[-4.201499,51.2007],[-4.200799,51.2011],[-4.2003,51.2013],[-4.199501,51.2014],[-4.1987,51.2013],[-4.1981,51.2012],[-4.1975,51.2010],[-4.196401,51.2005],[-4.1956,51.2003],[-4.193399,51.2003],[-4.1879,51.2007],[-4.184199,51.2008],[-4.182799,51.2007],[-4.182001,51.2006],[-4.181201,51.2003],[-4.180399,51.2],[-4.179399,51.1994],[-4.17870,51.1990],[-4.178199,51.1988],[-4.177299,51.1987],[-4.1766,51.1987],[-4.1757,51.1989],[-4.174699,51.1993],[-4.173901,51.1997],[-4.1732,51.1999],[-4.1724,51.2001],[-4.171401,51.2002],[-4.170899,51.2002],[-4.170599,51.2003],[-4.1703,51.2006],[-4.1695,51.2014],[-4.169,51.2017],[-4.1685,51.2019],[-4.167699,51.2019],[-4.1669,51.2018],[-4.16650,51.2020],[-4.1659,51.2025],[-4.1655,51.2028],[-4.164899,51.2030],[-4.164199,51.2030],[-4.1633,51.2030],[-4.158501,51.2026],[-4.1578,51.2026],[-4.1573,51.2028],[-4.156401,51.2036],[-4.155499,51.2046],[-4.155099,51.2048],[-4.154399,51.2049],[-4.153501,51.2049],[-4.1528,51.2048],[-4.1475,51.2045],[-4.146,51.2045],[-4.145299,51.2046],[-4.144501,51.2049],[-4.1439,51.2054],[-4.1427,51.2066],[-4.141601,51.2075],[-4.141099,51.2077],[-4.1405,51.2078],[-4.1374,51.2079],[-4.1359,51.2079],[-4.1352,51.2080],[-4.134799,51.2083],[-4.1346,51.2089],[-4.134501,51.2093],[-4.134399,51.2095],[-4.1341,51.2098],[-4.1336,51.2099],[-4.132899,51.2099],[-4.1296,51.2097],[-4.129,51.2098],[-4.128399,51.2101],[-4.127,51.2111],[-4.1264,51.2114],[-4.125599,51.2116],[-4.1244,51.2117],[-4.1219,51.2116],[-4.1214,51.2118],[-4.121099,51.2124],[-4.1208,51.2126],[-4.1202,51.2128],[-4.119699,51.2128],[-4.1184,51.2125],[-4.117099,51.2122],[-4.115499,51.2120],[-4.1141,51.2119],[-4.1124,51.2121],[-4.112,51.2121],[-4.111801,51.2119],[-4.111801,51.2116],[-4.111899,51.2113],[-4.1121,51.2111],[-4.113299,51.2109],[-4.113599,51.2107],[-4.113599,51.2104],[-4.1134,51.2102],[-4.112999,51.2099],[-4.112,51.2098],[-4.1111,51.2101],[-4.110199,51.2103],[-4.108701,51.2105],[-4.107399,51.2108],[-4.1065,51.2111],[-4.1058,51.2115],[-4.105299,51.2120],[-4.104899,51.2123],[-4.1043,51.2124],[-4.1033,51.2124],[-4.1029,51.2125],[-4.1026,51.2127],[-4.102399,51.2135],[-4.1022,51.2138],[-4.101699,51.2141],[-4.101201,51.2143],[-4.100699,51.2143],[-4.1001,51.2142],[-4.099501,51.2139],[-4.0984,51.2132],[-4.097099,51.2124],[-4.096499,51.2122],[-4.0959,51.2121],[-4.0955,51.2122],[-4.0946,51.2129],[-4.093901,51.2134],[-4.0934,51.2137],[-4.092599,51.2141],[-4.0916,51.2145],[-4.090899,51.2147],[-4.089399,51.2152],[-4.0885,51.2157],[-4.088099,51.2162],[-4.0875,51.2175],[-4.08720,51.2178],[-4.0866,51.2178],[-4.085499,51.2176],[-4.0847,51.2174],[-4.0832,51.217],[-4.0826,51.217],[-4.082001,51.2172],[-4.080699,51.2181],[-4.079999,51.2183],[-4.078701,51.2182],[-4.077799,51.2179],[-4.0773,51.2175],[-4.076499,51.2165],[-4.075699,51.2160],[-4.0752,51.2159],[-4.0738,51.2159],[-4.072599,51.2158],[-4.070799,51.2155],[-4.0695,51.2152],[-4.0692,51.2152],[-4.068999,51.2155],[-4.068999,51.2159],[-4.069699,51.2164],[-4.0743,51.2181],[-4.074399,51.2183],[-4.0742,51.2185],[-4.073501,51.2184],[-4.0686,51.2171],[-4.062799,51.2153],[-4.0626,51.2150],[-4.0626,51.2146],[-4.0625,51.2142],[-4.062001,51.2139],[-4.0605,51.2136],[-4.055799,51.2127],[-4.054999,51.2125],[-4.054501,51.2121],[-4.0543,51.2115],[-4.054101,51.211],[-4.0538,51.2108],[-4.0528,51.2106],[-4.0524,51.2105],[-4.051801,51.2102],[-4.0512,51.2096],[-4.05060,51.2092],[-4.05,51.2089],[-4.0491,51.2087],[-4.0478,51.2086],[-4.045,51.2087],[-4.0439,51.2088],[-4.042699,51.2085],[-4.041699,51.2078],[-4.040699,51.2075],[-4.039999,51.2075],[-4.0389,51.2076],[-4.038099,51.2078],[-4.037799,51.2081],[-4.037799,51.2086],[-4.038799,51.2100],[-4.0389,51.2105],[-4.038599,51.2109],[-4.037899,51.2111],[-4.035299,51.2112],[-4.0324,51.2113],[-4.0312,51.2115],[-4.0302,51.2119],[-4.029799,51.2122],[-4.029699,51.2129],[-4.0302,51.2145],[-4.030099,51.2152],[-4.029799,51.2160],[-4.0288,51.2171],[-4.0272,51.2177],[-4.02610,51.2179],[-4.025,51.2177],[-4.0232,51.217],[-4.022,51.2167],[-4.020899,51.217],[-4.02000,51.2177],[-4.019101,51.2180],[-4.018,51.2181],[-4.0149,51.2179],[-4.0123,51.2181],[-4.009799,51.2181],[-4.007599,51.2179],[-4.0061,51.2180],[-4.005,51.2183],[-4.0033,51.2192],[-4.0022,51.2194],[-3.999799,51.2191],[-3.9989,51.2189],[-3.9979,51.2188],[-3.9956,51.2188],[-3.9944,51.2187],[-3.993701,51.2184],[-3.993099,51.2182],[-3.992399,51.2180],[-3.991699,51.2180],[-3.99100,51.2182],[-3.9897,51.2186],[-3.9888,51.2188],[-3.9865,51.2191],[-3.983701,51.2194],[-3.979199,51.2199],[-3.9769,51.2201],[-3.9749,51.2203],[-3.973099,51.2202],[-3.9674,51.2202],[-3.964,51.22],[-3.961401,51.2198],[-3.9566,51.2203],[-3.953599,51.2208],[-3.946201,51.2222],[-3.945199,51.2226],[-3.9449,51.2228],[-3.9447,51.2232],[-3.9446,51.2243],[-3.9444,51.2247],[-3.944,51.225],[-3.9426,51.2256],[-3.9419,51.2258],[-3.94,51.2262],[-3.939301,51.2266],[-3.9384,51.2276],[-3.9377,51.2281],[-3.936899,51.2285],[-3.936201,51.2288],[-3.9345,51.2293],[-3.93310,51.2295],[-3.93190,51.2296],[-3.9287,51.2299],[-3.927999,51.23],[-3.92720,51.2302],[-3.9264,51.2306],[-3.9252,51.2315],[-3.9244,51.2319],[-3.923599,51.2321],[-3.922699,51.2321],[-3.921499,51.232],[-3.9151,51.2311],[-3.912,51.2306],[-3.909199,51.23],[-3.908299,51.2299],[-3.906699,51.2299],[-3.90510,51.2301],[-3.9022,51.2302],[-3.901401,51.2301],[-3.900599,51.2299],[-3.9001,51.2295],[-3.899899,51.2291],[-3.8996,51.2277],[-3.8994,51.2272],[-3.899199,51.2269],[-3.898901,51.2267],[-3.8982,51.2264],[-3.8975,51.2262],[-3.895499,51.226],[-3.8951,51.2258],[-3.8945,51.2253],[-3.894,51.225],[-3.893501,51.2248],[-3.8924,51.2247],[-3.8905,51.2248],[-3.88850,51.2251],[-3.886699,51.2254],[-3.883701,51.2261],[-3.883199,51.2263],[-3.882,51.2273],[-3.880899,51.228],[-3.879699,51.2286],[-3.8787,51.2289],[-3.877599,51.2289],[-3.876899,51.2288],[-3.8733,51.2277],[-3.8722,51.2275],[-3.871201,51.2275],[-3.8708,51.2276],[-3.8705,51.2278],[-3.8705,51.2282],[-3.8708,51.2288],[-3.8708,51.2295],[-3.870699,51.2301],[-3.870399,51.2307],[-3.8701,51.2311],[-3.869699,51.2314],[-3.8684,51.2318],[-3.866699,51.2319],[-3.864501,51.2318],[-3.8633,51.2316],[-3.8619,51.2315],[-3.860399,51.2315],[-3.859699,51.2316],[-3.858999,51.2321],[-3.85800,51.2327],[-3.856801,51.2332],[-3.852499,51.2348],[-3.850699,51.2353],[-3.8495,51.2355],[-3.847001,51.2357],[-3.84370,51.2358],[-3.8405,51.2356],[-3.8385,51.2354],[-3.837199,51.2351],[-3.8334,51.2337],[-3.8318,51.233],[-3.8299,51.2318],[-3.8295,51.2316],[-3.829,51.2315],[-3.828399,51.2316],[-3.827899,51.2323],[-3.8276,51.2326],[-3.8271,51.2328],[-3.8255,51.2329],[-3.8238,51.2328],[-3.8196,51.2322],[-3.817899,51.2319],[-3.816,51.2317],[-3.81340,51.2318],[-3.8122,51.2321],[-3.811201,51.2324],[-3.810199,51.2326],[-3.809101,51.2327],[-3.807199,51.2329],[-3.806,51.2331],[-3.804899,51.2335],[-3.8038,51.2341],[-3.799999,51.2362],[-3.798,51.2372],[-3.797499,51.2376],[-3.7973,51.238],[-3.7969,51.2386],[-3.796401,51.2392],[-3.7959,51.2395],[-3.7948,51.2399],[-3.794501,51.2402],[-3.794301,51.2406],[-3.794199,51.2417],[-3.793999,51.2422],[-3.7937,51.2426],[-3.7929,51.2432],[-3.79110,51.244],[-3.789799,51.2447],[-3.788399,51.2457],[-3.787499,51.2462],[-3.78670,51.2464],[-3.786,51.2465],[-3.784899,51.2465],[-3.783999,51.2462],[-3.783,51.2457],[-3.7814,51.2444],[-3.779799,51.243],[-3.778399,51.2421],[-3.7771,51.2415],[-3.7746,51.2406],[-3.771699,51.2397],[-3.7702,51.2392]]],[[[-4.6562,51.1636],[-4.6549,51.163],[-4.652699,51.1629],[-4.6516,51.1625],[-4.651401,51.1619],[-4.6515,51.1618],[-4.651801,51.1617],[-4.6524,51.1615],[-4.653501,51.1612],[-4.65460,51.161],[-4.655,51.161],[-4.6556,51.1616],[-4.6563,51.1617],[-4.656899,51.1612],[-4.657499,51.1606],[-4.6584,51.1604],[-4.6593,51.1605],[-4.6602,51.161],[-4.662001,51.161],[-4.6635,51.1604],[-4.664599,51.1596],[-4.666601,51.1589],[-4.667699,51.1579],[-4.669199,51.157],[-4.669799,51.1572],[-4.67,51.1581],[-4.669199,51.1586],[-4.6689,51.1592],[-4.669199,51.16],[-4.669899,51.1602],[-4.6708,51.1603],[-4.671201,51.1607],[-4.671201,51.1616],[-4.671201,51.1622],[-4.6708,51.1627],[-4.670599,51.163],[-4.6708,51.1634],[-4.671,51.1635],[-4.6715,51.1633],[-4.6724,51.1635],[-4.6731,51.1644],[-4.673999,51.1647],[-4.6746,51.1653],[-4.6746,51.1659],[-4.6745,51.1668],[-4.674699,51.1677],[-4.6753,51.1684],[-4.6756,51.1691],[-4.6753,51.1697],[-4.6753,51.1706],[-4.676001,51.1713],[-4.677001,51.1716],[-4.677299,51.1722],[-4.677299,51.1726],[-4.677001,51.1733],[-4.676099,51.1737],[-4.6757,51.1741],[-4.676001,51.1747],[-4.6774,51.1752],[-4.677599,51.1756],[-4.677299,51.1762],[-4.6759,51.1767],[-4.675,51.1771],[-4.674799,51.1781],[-4.6741,51.179],[-4.6721,51.1797],[-4.6711,51.1802],[-4.670599,51.181],[-4.670599,51.1816],[-4.6717,51.1824],[-4.6731,51.1837],[-4.673901,51.1849],[-4.6741,51.1854],[-4.6738,51.1856],[-4.672999,51.1856],[-4.6722,51.1859],[-4.672299,51.1867],[-4.6722,51.1874],[-4.67280,51.1879],[-4.673299,51.1886],[-4.6741,51.1893],[-4.674301,51.1898],[-4.6741,51.1901],[-4.672999,51.1902],[-4.67290,51.1908],[-4.6722,51.1913],[-4.671899,51.192],[-4.672599,51.1923],[-4.6741,51.1924],[-4.676001,51.1932],[-4.677001,51.1939],[-4.6771,51.1945],[-4.6766,51.1952],[-4.676899,51.1955],[-4.677001,51.1961],[-4.6762,51.1968],[-4.6753,51.1976],[-4.6749,51.1990],[-4.674301,51.1997],[-4.674399,51.2005],[-4.675499,51.2014],[-4.6756,51.2023],[-4.6753,51.2028],[-4.672599,51.2021],[-4.669899,51.2016],[-4.6676,51.2009],[-4.6679,51.1998],[-4.667399,51.1991],[-4.666699,51.1988],[-4.6664,51.1979],[-4.666201,51.1968],[-4.666699,51.1956],[-4.665599,51.1941],[-4.6635,51.192],[-4.662199,51.1911],[-4.6618,51.1902],[-4.662099,51.1891],[-4.6613,51.1883],[-4.660699,51.1877],[-4.6601,51.1873],[-4.659699,51.1871],[-4.659501,51.1864],[-4.659599,51.1857],[-4.6601,51.1854],[-4.660399,51.1851],[-4.6605,51.185],[-4.6605,51.1847],[-4.6599,51.1844],[-4.659501,51.1841],[-4.659699,51.1837],[-4.6605,51.1828],[-4.661001,51.1818],[-4.6609,51.1809],[-4.660399,51.18],[-4.659999,51.1789],[-4.6599,51.1779],[-4.659999,51.1756],[-4.659599,51.1744],[-4.6593,51.1731],[-4.6593,51.1718],[-4.659699,51.1707],[-4.6593,51.1701],[-4.658901,51.1683],[-4.65810,51.1669],[-4.658199,51.1657],[-4.657899,51.1648],[-4.6562,51.1636]]],[[[-3.896899, 50.2794],[-3.8973, 50.279],[-3.897799, 50.2788],[-3.8984, 50.2788],[-3.899101, 50.2791],[-3.899699, 50.2794],[-3.899899, 50.2794],[-3.9, 50.2793],[-3.900199, 50.279],[-3.900199, 50.2784],[-3.900199, 50.2781],[-3.900399, 50.2779],[-3.90070, 50.2779],[-3.901, 50.2780],[-3.901401, 50.2785],[-3.9019, 50.2795],[-3.902, 50.2799],[-3.9019, 50.2802],[-3.901601, 50.2805],[-3.901099, 50.2807],[-3.900599, 50.2811],[-3.900199, 50.2812],[-3.8998, 50.2812],[-3.899199, 50.2810],[-3.8984, 50.2806],[-3.897599, 50.2802],[-3.896899, 50.2798],[-3.896801, 50.2796],[-3.896899, 50.2794]]],[[[-4.1516, 50.3549],[-4.1525, 50.3548],[-4.153501, 50.3549],[-4.154301, 50.3551],[-4.1546, 50.3553],[-4.154799, 50.3557],[-4.154799, 50.3561],[-4.154399, 50.3565],[-4.1537, 50.3566],[-4.1528, 50.3567],[-4.151299, 50.3566],[-4.150899, 50.3563],[-4.150599, 50.3560],[-4.1507, 50.3553],[-4.1511, 50.355],[-4.1516, 50.3549]]],[[[-4.105899, 50.3072],[-4.106699, 50.3071],[-4.107, 50.3073],[-4.1072, 50.3076],[-4.1071, 50.3079],[-4.1066, 50.3083],[-4.106299, 50.3085],[-4.10550, 50.3087],[-4.104599, 50.3086],[-4.1045, 50.3082],[-4.105, 50.3076],[-4.105899, 50.3072]]],[[[-4.648901,51.1623],[-4.649301,51.1622],[-4.65,51.1623],[-4.6503,51.1625],[-4.650499,51.1627],[-4.650599,51.1629],[-4.650499,51.1631],[-4.650199,51.1632],[-4.6495,51.1632],[-4.649,51.1631],[-4.648701,51.1629],[-4.648701,51.1626],[-4.648799,51.1624],[-4.648901,51.1623]]]]}, properties:{name:"Devon"}}, {type:"Feature", geometry:{type:"MultiPolygon", coordinates:[[[[-1.738701, 50.7254],[-1.738901, 50.7251],[-1.7427, 50.7249],[-1.7459, 50.724],[-1.749799, 50.7231],[-1.753299, 50.7224],[-1.756899, 50.7223],[-1.759501, 50.7229],[-1.761801, 50.7235],[-1.7636, 50.7242],[-1.764101, 50.7246],[-1.7646, 50.7252],[-1.764899, 50.7262],[-1.7651, 50.7277],[-1.7654, 50.7285],[-1.7658, 50.7288],[-1.766401, 50.7291],[-1.7686, 50.7298],[-1.769899, 50.7305],[-1.771001, 50.731],[-1.7724, 50.7314],[-1.773501, 50.7316],[-1.7745, 50.7316],[-1.7758, 50.7314],[-1.777099, 50.7311],[-1.7776, 50.731],[-1.7782, 50.7313],[-1.779301, 50.7314],[-1.7811, 50.7314],[-1.783, 50.7313],[-1.786801, 50.7313],[-1.7884, 50.7317],[-1.789899, 50.7322],[-1.791, 50.7325],[-1.791201, 50.7329],[-1.791, 50.7332],[-1.790599, 50.7334],[-1.7889, 50.7339],[-1.788501, 50.7341],[-1.7884, 50.7343],[-1.788501, 50.7345],[-1.789, 50.7349],[-1.789899, 50.7357],[-1.7902, 50.7362],[-1.790599, 50.7372],[-1.791, 50.7377],[-1.7919, 50.7385],[-1.793, 50.7398],[-1.793701, 50.7404],[-1.794199, 50.7407],[-1.794999, 50.7407],[-1.7961, 50.7405],[-1.7973, 50.7402],[-1.798501, 50.7404],[-1.7997, 50.7409],[-1.802299, 50.7426],[-1.802799, 50.7429],[-1.803701, 50.743],[-1.8054, 50.7428],[-1.807199, 50.7429],[-1.8083, 50.7432],[-1.809101, 50.7438],[-1.8099, 50.7447],[-1.809999, 50.7452],[-1.8098, 50.7456],[-1.8092, 50.7465],[-1.8089, 50.7473],[-1.809, 50.7487],[-1.809101, 50.7499],[-1.809, 50.7506],[-1.808701, 50.7515],[-1.807999, 50.7525],[-1.807199, 50.7532],[-1.805699, 50.7544],[-1.805099, 50.7548],[-1.8049, 50.7553],[-1.8052, 50.756],[-1.8056, 50.7567],[-1.8056, 50.757],[-1.8052, 50.7576],[-1.8046, 50.7589],[-1.8045, 50.7593],[-1.8046, 50.7602],[-1.8049, 50.761],[-1.8055, 50.7618],[-1.806, 50.7623],[-1.806601, 50.7626],[-1.8076, 50.7629],[-1.809301, 50.7630],[-1.810199, 50.7630],[-1.811, 50.7629],[-1.812001, 50.7626],[-1.8134, 50.7614],[-1.8148, 50.7606],[-1.816401, 50.7602],[-1.818599, 50.76],[-1.821401, 50.7599],[-1.8241, 50.7599],[-1.826699, 50.7601],[-1.8291, 50.7604],[-1.830799, 50.761],[-1.8322, 50.7616],[-1.833501, 50.7618],[-1.8354, 50.7618],[-1.8372, 50.7621],[-1.839301, 50.7630],[-1.8399, 50.7635],[-1.8401, 50.764],[-1.840199, 50.7648],[-1.8399, 50.7659],[-1.8399, 50.7663],[-1.8401, 50.7667],[-1.841001, 50.7673],[-1.841699, 50.7678],[-1.842, 50.7683],[-1.842, 50.7687],[-1.841699, 50.7691],[-1.841601, 50.7695],[-1.841699, 50.7698],[-1.8426, 50.7704],[-1.843901, 50.7711],[-1.844599, 50.7718],[-1.8456, 50.773],[-1.8464, 50.7738],[-1.8472, 50.7744],[-1.848099, 50.7748],[-1.848901, 50.7749],[-1.849699, 50.7748],[-1.8507, 50.7742],[-1.8521, 50.7739],[-1.8529, 50.7736],[-1.8534, 50.7731],[-1.853999, 50.7718],[-1.856001, 50.7696],[-1.8573, 50.7685],[-1.858299, 50.7679],[-1.859501, 50.7671],[-1.8628, 50.7653],[-1.864501, 50.7647],[-1.8665, 50.7645],[-1.87, 50.7648],[-1.871601, 50.765],[-1.871899, 50.7654],[-1.8721, 50.7661],[-1.8724, 50.7671],[-1.872699, 50.7680],[-1.873399, 50.7690],[-1.8746, 50.7701],[-1.8758, 50.7709],[-1.878299, 50.7719],[-1.8803, 50.7729],[-1.8828, 50.7736],[-1.8838, 50.7742],[-1.8844, 50.7749],[-1.884501, 50.7755],[-1.8843, 50.7764],[-1.8843, 50.7769],[-1.8844, 50.7773],[-1.884899, 50.7778],[-1.8871, 50.7789],[-1.8894, 50.7802],[-1.8907, 50.7808],[-1.8915, 50.7810],[-1.8924, 50.7811],[-1.893, 50.7810],[-1.893399, 50.7807],[-1.893501, 50.7801],[-1.8937, 50.7798],[-1.894199, 50.7796],[-1.894899, 50.7795],[-1.8965, 50.7797],[-1.8981, 50.7797],[-1.899799, 50.7794],[-1.9019, 50.7791],[-1.903501, 50.7787],[-1.9046, 50.7782],[-1.9054, 50.7776],[-1.906201, 50.7771],[-1.9072, 50.7768],[-1.9088, 50.7767],[-1.9097, 50.7765],[-1.9104, 50.7762],[-1.9109, 50.7757],[-1.9116, 50.7748],[-1.912099, 50.7747],[-1.9126, 50.7749],[-1.913599, 50.7757],[-1.914101, 50.7759],[-1.9145, 50.7759],[-1.914899, 50.7756],[-1.915699, 50.7751],[-1.916299, 50.7749],[-1.9169, 50.7751],[-1.9173, 50.7754],[-1.9173, 50.7758],[-1.9166, 50.7764],[-1.916499, 50.7767],[-1.9167, 50.7770],[-1.917899, 50.7773],[-1.9182, 50.7775],[-1.9183, 50.7779],[-1.9181, 50.7784],[-1.9175, 50.7790],[-1.9167, 50.7798],[-1.9161, 50.7807],[-1.9159, 50.7814],[-1.916, 50.782],[-1.916299, 50.7827],[-1.916499, 50.7836],[-1.916499, 50.7844],[-1.9168, 50.7849],[-1.917199, 50.7852],[-1.918, 50.7853],[-1.9198, 50.785],[-1.9209, 50.7847],[-1.9219, 50.7841],[-1.922799, 50.7833],[-1.9238, 50.7824],[-1.9252, 50.7816],[-1.926601, 50.7811],[-1.9283, 50.7807],[-1.9296, 50.7809],[-1.9311, 50.7817],[-1.9326, 50.7828],[-1.934, 50.7841],[-1.934301, 50.7846],[-1.934399, 50.7853],[-1.934399, 50.7860],[-1.9347, 50.7865],[-1.935799, 50.7871],[-1.935899, 50.7873],[-1.935799, 50.7877],[-1.9355, 50.7881],[-1.9348, 50.7888],[-1.9342, 50.7896],[-1.9333, 50.7916],[-1.932299, 50.7937],[-1.932199, 50.7946],[-1.932199, 50.7957],[-1.9325, 50.7969],[-1.932999, 50.7978],[-1.9338, 50.7986],[-1.935099, 50.7992],[-1.936401, 50.7995],[-1.9376, 50.7994],[-1.9382, 50.7991],[-1.9392, 50.7981],[-1.9406, 50.797],[-1.9424, 50.7958],[-1.9446, 50.7942],[-1.9461, 50.7932],[-1.9476, 50.7924],[-1.948701, 50.7921],[-1.9505, 50.792],[-1.9511, 50.7919],[-1.9521, 50.7915],[-1.9532, 50.7911],[-1.954399, 50.791],[-1.9557, 50.7911],[-1.957299, 50.7914],[-1.959501, 50.7917],[-1.961699, 50.7921],[-1.963199, 50.7926],[-1.964501, 50.7931],[-1.965899, 50.7936],[-1.9671, 50.7938],[-1.968901, 50.7938],[-1.9714, 50.7939],[-1.9734, 50.7938],[-1.974699, 50.7936],[-1.9756, 50.7934],[-1.976801, 50.7928],[-1.9777, 50.7927],[-1.9792, 50.7929],[-1.9801, 50.7928],[-1.9814, 50.7921],[-1.981801, 50.7911],[-1.983901, 50.7894],[-1.9858, 50.7891],[-1.988, 50.7892],[-1.9902, 50.7896],[-1.9944, 50.7902],[-1.995499, 50.7906],[-1.996801, 50.7917],[-1.998, 50.792],[-2, 50.7922],[-2.0013, 50.792],[-2.002199, 50.7915],[-2.002599, 50.791],[-2.002399, 50.7905],[-1.9999, 50.7897],[-1.9986, 50.7879],[-1.9986, 50.7864],[-1.9999, 50.7846],[-2.0013, 50.7840],[-2.0034, 50.7835],[-2.0065, 50.7827],[-2.009399, 50.7826],[-2.010099, 50.7824],[-2.010499, 50.7819],[-2.011001, 50.7746],[-2.011699, 50.7676],[-2.0123, 50.7553],[-2.013, 50.7381],[-2.0136, 50.7377],[-2.018199, 50.7361],[-2.021801, 50.7354],[-2.0225, 50.7349],[-2.0236, 50.7339],[-2.0248, 50.7323],[-2.026099, 50.7309],[-2.026401, 50.7307],[-2.0374, 50.7269],[-2.0414, 50.7226],[-2.0446, 50.7177],[-2.044501, 50.7173],[-2.009399, 50.7046],[-2.006001, 50.7021],[-2.003999, 50.6998],[-2, 50.699],[-1.999101, 50.6989],[-1.9928, 50.7007],[-1.9848, 50.7025],[-1.9744, 50.7034],[-1.9686, 50.7032],[-1.9619, 50.7029],[-1.9557, 50.7019],[-1.952299, 50.7007],[-1.950099, 50.6996],[-1.9483, 50.6979],[-1.9477, 50.6956],[-1.9475, 50.6937],[-1.9498, 50.69],[-1.9529, 50.6864],[-1.9533, 50.6846],[-1.9526, 50.6837],[-1.9463, 50.6833],[-1.9469, 50.681],[-1.9453, 50.6786],[-1.9449, 50.678],[-1.9446, 50.6774],[-1.944501, 50.6768],[-1.9441, 50.6761],[-1.943701, 50.6756],[-1.9432, 50.6752],[-1.9427, 50.6751],[-1.942001, 50.6752],[-1.9413, 50.6755],[-1.9407, 50.6756],[-1.939999, 50.6754],[-1.939301, 50.6751],[-1.9389, 50.6746],[-1.938701, 50.6741],[-1.9388, 50.6735],[-1.939301, 50.6727],[-1.9403, 50.6717],[-1.9419, 50.6705],[-1.9428, 50.6697],[-1.943501, 50.6687],[-1.943799, 50.6679],[-1.9442, 50.6669],[-1.9448, 50.6664],[-1.947999, 50.6625],[-1.9497, 50.66],[-1.9505, 50.6583],[-1.9511, 50.6568],[-1.9513, 50.6557],[-1.9512, 50.6545],[-1.9507, 50.6531],[-1.9497, 50.6513],[-1.9482, 50.6491],[-1.9475, 50.6481],[-1.947001, 50.6470],[-1.9463, 50.6462],[-1.9406, 50.6423],[-1.9392, 50.6418],[-1.9375, 50.6417],[-1.9334, 50.642],[-1.928701, 50.6425],[-1.924399, 50.6427],[-1.9233, 50.6427],[-1.9226, 50.6425],[-1.9223, 50.642],[-1.9223, 50.6416],[-1.9225, 50.6413],[-1.926, 50.6381],[-1.9298, 50.634],[-1.9311, 50.6328],[-1.932001, 50.6322],[-1.9332, 50.6316],[-1.934399, 50.6313],[-1.942001, 50.6296],[-1.9433, 50.6292],[-1.945, 50.6284],[-1.946401, 50.6277],[-1.9478, 50.6269],[-1.9498, 50.6255],[-1.951499, 50.624],[-1.9525, 50.623],[-1.953099, 50.6221],[-1.9534, 50.6215],[-1.953501, 50.6207],[-1.953701, 50.6199],[-1.954, 50.6192],[-1.9549, 50.6177],[-1.955199, 50.6166],[-1.9554, 50.6152],[-1.9555, 50.613],[-1.9554, 50.6118],[-1.955099, 50.611],[-1.954599, 50.6103],[-1.953901, 50.6096],[-1.9528, 50.6091],[-1.9519, 50.6089],[-1.950899, 50.6089],[-1.95, 50.6092],[-1.9492, 50.6096],[-1.948501, 50.6096],[-1.9477, 50.6092],[-1.947001, 50.6088],[-1.9462, 50.6085],[-1.944, 50.6086],[-1.943599, 50.6084],[-1.9434, 50.608],[-1.943599, 50.6074],[-1.9441, 50.6071],[-1.9468, 50.6061],[-1.9476, 50.6057],[-1.9483, 50.6052],[-1.9489, 50.6045],[-1.95, 50.6024],[-1.950899, 50.6015],[-1.9512, 50.6011],[-1.9513, 50.6006],[-1.9513, 50.6001],[-1.9511, 50.5992],[-1.950799, 50.5985],[-1.950099, 50.5977],[-1.9492, 50.5968],[-1.9491, 50.5965],[-1.9492, 50.596],[-1.9498, 50.5955],[-1.951499, 50.5947],[-1.9548, 50.5935],[-1.956601, 50.5926],[-1.9579, 50.5919],[-1.9591, 50.5917],[-1.9612, 50.5919],[-1.9651, 50.5922],[-1.9726, 50.5919],[-1.9765, 50.5917],[-1.9791, 50.5916],[-1.9864, 50.5917],[-1.9915, 50.5918],[-1.9986, 50.5920],[-2.000099, 50.5921],[-2.001, 50.5919],[-2.0034, 50.5918],[-2.006201, 50.5917],[-2.0134, 50.5905],[-2.0222, 50.5895],[-2.0234, 50.5893],[-2.0244, 50.5891],[-2.025599, 50.5886],[-2.0267, 50.5880],[-2.0337, 50.5838],[-2.038701, 50.5809],[-2.039799, 50.5804],[-2.0409, 50.5800],[-2.0423, 50.5796],[-2.04360, 50.5794],[-2.0467, 50.5791],[-2.048, 50.5789],[-2.049999, 50.5783],[-2.0531, 50.5773],[-2.054399, 50.5772],[-2.055099, 50.5774],[-2.056201, 50.578],[-2.057001, 50.5786],[-2.0576, 50.5793],[-2.058199, 50.5801],[-2.058701, 50.581],[-2.0597, 50.5838],[-2.0611, 50.5878],[-2.0613, 50.5905],[-2.061001, 50.5923],[-2.0611, 50.5929],[-2.0614, 50.5934],[-2.061899, 50.5937],[-2.0625, 50.5938],[-2.063299, 50.5938],[-2.065099, 50.5934],[-2.0659, 50.5933],[-2.0676, 50.5932],[-2.0693, 50.5932],[-2.0701, 50.5933],[-2.070899, 50.5936],[-2.0715, 50.5940],[-2.072799, 50.5951],[-2.0734, 50.5955],[-2.074199, 50.5957],[-2.075, 50.5958],[-2.0761, 50.5958],[-2.077399, 50.5957],[-2.0808, 50.5951],[-2.082, 50.5950],[-2.0827, 50.5950],[-2.083501, 50.5952],[-2.085099, 50.5958],[-2.087199, 50.5966],[-2.090499, 50.5975],[-2.094599, 50.5984],[-2.096, 50.5983],[-2.097399, 50.5981],[-2.1015, 50.5974],[-2.1027, 50.5972],[-2.1038, 50.5972],[-2.104899, 50.5973],[-2.106899, 50.5980],[-2.108799, 50.5987],[-2.1126, 50.5995],[-2.113701, 50.5999],[-2.115499, 50.6009],[-2.117399, 50.602],[-2.1185, 50.6025],[-2.1222, 50.6036],[-2.124599, 50.6043],[-2.125499, 50.6047],[-2.1263, 50.6052],[-2.126899, 50.6057],[-2.127899, 50.6065],[-2.1282, 50.6068],[-2.1284, 50.6071],[-2.1285, 50.6079],[-2.128299, 50.6086],[-2.1278, 50.6095],[-2.127599, 50.61],[-2.127599, 50.6104],[-2.1277, 50.611],[-2.127899, 50.6114],[-2.1284, 50.6118],[-2.1292, 50.6123],[-2.130199, 50.6126],[-2.1317, 50.6127],[-2.1328, 50.6126],[-2.134, 50.6123],[-2.135499, 50.6116],[-2.1362, 50.6113],[-2.1371, 50.6111],[-2.140199, 50.6109],[-2.1419, 50.6106],[-2.1426, 50.6105],[-2.1436, 50.6106],[-2.1445, 50.6108],[-2.1459, 50.6112],[-2.146899, 50.6116],[-2.147399, 50.6119],[-2.148, 50.6124],[-2.1487, 50.6131],[-2.1496, 50.6141],[-2.1503, 50.6146],[-2.151, 50.6149],[-2.1519, 50.6153],[-2.1531, 50.6157],[-2.1542, 50.6159],[-2.1558, 50.616],[-2.1573, 50.616],[-2.16, 50.6157],[-2.164599, 50.6152],[-2.168999, 50.6145],[-2.171, 50.6143],[-2.1726, 50.6144],[-2.1744, 50.6146],[-2.1768, 50.615],[-2.1803, 50.6158],[-2.181099, 50.6158],[-2.182499, 50.6153],[-2.183501, 50.6152],[-2.184101, 50.6153],[-2.1843, 50.6154],[-2.1844, 50.6157],[-2.1842, 50.616],[-2.1828, 50.6172],[-2.1826, 50.6176],[-2.1828, 50.6183],[-2.183199, 50.6188],[-2.1838, 50.6192],[-2.187099, 50.6208],[-2.190399, 50.622],[-2.193901, 50.6229],[-2.1953, 50.6231],[-2.1965, 50.6231],[-2.1981, 50.6229],[-2.2009, 50.6224],[-2.201601, 50.6223],[-2.2025, 50.6224],[-2.203701, 50.6227],[-2.2045, 50.6227],[-2.205699, 50.6225],[-2.2074, 50.6219],[-2.2084, 50.6215],[-2.209301, 50.6213],[-2.213599, 50.6211],[-2.216001, 50.6209],[-2.2172, 50.6207],[-2.2181, 50.6204],[-2.219, 50.62],[-2.219599, 50.6196],[-2.2211, 50.6179],[-2.221601, 50.6175],[-2.2221, 50.6173],[-2.224301, 50.6171],[-2.225399, 50.6168],[-2.227099, 50.6162],[-2.2283, 50.6161],[-2.2297, 50.6163],[-2.238199, 50.6166],[-2.239501, 50.6168],[-2.2402, 50.617],[-2.240799, 50.6173],[-2.2412, 50.6177],[-2.241899, 50.6188],[-2.242199, 50.6191],[-2.242899, 50.6193],[-2.243799, 50.6193],[-2.244699, 50.619],[-2.246001, 50.6181],[-2.2468, 50.6177],[-2.2474, 50.6176],[-2.248701, 50.6178],[-2.252001, 50.6183],[-2.257299, 50.619],[-2.2588, 50.6193],[-2.261699, 50.6206],[-2.264101, 50.6215],[-2.2655, 50.6219],[-2.2672, 50.6222],[-2.2688, 50.6222],[-2.2725, 50.6219],[-2.2735, 50.6218],[-2.274699, 50.622],[-2.276201, 50.6225],[-2.2771, 50.6228],[-2.2781, 50.623],[-2.2813, 50.6232],[-2.2836, 50.6232],[-2.288, 50.623],[-2.2901, 50.6232],[-2.2948, 50.6243],[-2.2978, 50.6249],[-2.302599, 50.6255],[-2.308399, 50.626],[-2.3192, 50.6254],[-2.3218, 50.6257],[-2.322799, 50.6258],[-2.3241, 50.6261],[-2.3252, 50.6265],[-2.3261, 50.6269],[-2.3271, 50.6274],[-2.327899, 50.6279],[-2.328799, 50.6285],[-2.330899, 50.6301],[-2.3333, 50.6317],[-2.334199, 50.6321],[-2.3355, 50.6324],[-2.341401, 50.6328],[-2.3462, 50.6323],[-2.3564, 50.6315],[-2.358599, 50.6315],[-2.361601, 50.6316],[-2.3642, 50.6318],[-2.3662, 50.632],[-2.369101, 50.6325],[-2.3719, 50.6335],[-2.374, 50.6342],[-2.3762, 50.6351],[-2.3787, 50.6358],[-2.379699, 50.636],[-2.381001, 50.6362],[-2.3828, 50.6364],[-2.3849, 50.6366],[-2.3919, 50.6369],[-2.3947, 50.6368],[-2.397599, 50.6364],[-2.402, 50.6355],[-2.4043, 50.6349],[-2.406001, 50.6342],[-2.406699, 50.634],[-2.407399, 50.634],[-2.40790, 50.6341],[-2.4084, 50.6344],[-2.4089, 50.6349],[-2.4094, 50.6354],[-2.4098, 50.6356],[-2.4103, 50.6358],[-2.412, 50.6361],[-2.4168, 50.6367],[-2.418099, 50.6368],[-2.418999, 50.6367],[-2.420099, 50.6365],[-2.4217, 50.6361],[-2.4245, 50.635],[-2.429101, 50.6331],[-2.4344, 50.6303],[-2.4381, 50.6278],[-2.4424, 50.6246],[-2.4466, 50.6203],[-2.447999, 50.6187],[-2.4487, 50.6176],[-2.449301, 50.6163],[-2.449699, 50.6153],[-2.4498, 50.6143],[-2.4498, 50.6133],[-2.449699, 50.6124],[-2.449399, 50.6114],[-2.4489, 50.6105],[-2.4486, 50.6101],[-2.4481, 50.6098],[-2.4472, 50.6097],[-2.441401, 50.6105],[-2.440799, 50.6104],[-2.4403, 50.6101],[-2.44, 50.6099],[-2.4398, 50.6094],[-2.439899, 50.6091],[-2.440399, 50.6085],[-2.441099, 50.608],[-2.4443, 50.6068],[-2.4479, 50.6053],[-2.4482, 50.605],[-2.4484, 50.6046],[-2.448299, 50.604],[-2.447299, 50.6029],[-2.4472, 50.6026],[-2.447299, 50.6023],[-2.4475, 50.602],[-2.448501, 50.6017],[-2.4491, 50.6014],[-2.4505, 50.6005],[-2.451, 50.6003],[-2.4542, 50.5994],[-2.457099, 50.5985],[-2.457799, 50.5981],[-2.460299, 50.5959],[-2.4609, 50.5954],[-2.462399, 50.5945],[-2.463, 50.5941],[-2.4635, 50.5935],[-2.464, 50.5928],[-2.4665, 50.5884],[-2.4686, 50.5860],[-2.469, 50.5855],[-2.469199, 50.5850],[-2.469199, 50.5845],[-2.4691, 50.5841],[-2.4688, 50.5836],[-2.4677, 50.5821],[-2.4626, 50.5761],[-2.4612, 50.5747],[-2.456899, 50.5719],[-2.4563, 50.5716],[-2.455699, 50.5714],[-2.452399, 50.5716],[-2.451, 50.5718],[-2.450599, 50.5718],[-2.4503, 50.5716],[-2.45, 50.5702],[-2.4498, 50.5698],[-2.449301, 50.5695],[-2.447599, 50.5694],[-2.4444, 50.5694],[-2.441601, 50.5699],[-2.44, 50.5701],[-2.4398, 50.5703],[-2.439501, 50.5715],[-2.439199, 50.5721],[-2.4388, 50.5726],[-2.4381, 50.5734],[-2.4375, 50.5739],[-2.437099, 50.574],[-2.4367, 50.5738],[-2.4365, 50.5735],[-2.4366, 50.5733],[-2.437599, 50.5726],[-2.4379, 50.5722],[-2.4382, 50.5716],[-2.4386, 50.5704],[-2.4385, 50.5702],[-2.4382, 50.57],[-2.43230, 50.5714],[-2.4307, 50.5717],[-2.4303, 50.5716],[-2.430099, 50.5714],[-2.4302, 50.5711],[-2.4305, 50.5709],[-2.4347, 50.57],[-2.435699, 50.5698],[-2.4358, 50.5696],[-2.4356, 50.5694],[-2.4317, 50.569],[-2.429699, 50.5688],[-2.427001, 50.5681],[-2.424599, 50.5686],[-2.4209, 50.5695],[-2.4184, 50.5703],[-2.416899, 50.5707],[-2.416001, 50.5712],[-2.415499, 50.5717],[-2.4151, 50.5723],[-2.4147, 50.5731],[-2.4144, 50.5747],[-2.4138, 50.5786],[-2.4128, 50.5846],[-2.412499, 50.5856],[-2.412199, 50.5858],[-2.411601, 50.5857],[-2.411401, 50.5855],[-2.411401, 50.5852],[-2.4117, 50.5833],[-2.412499, 50.5794],[-2.4133, 50.5744],[-2.413599, 50.5729],[-2.4143, 50.5715],[-2.414799, 50.5709],[-2.4156, 50.5704],[-2.416699, 50.57],[-2.418299, 50.5695],[-2.420799, 50.5688],[-2.423599, 50.5681],[-2.425299, 50.5678],[-2.4263, 50.5675],[-2.4266, 50.5672],[-2.4266, 50.5669],[-2.4261, 50.5662],[-2.4231, 50.5635],[-2.4223, 50.5626],[-2.419699, 50.5589],[-2.4164, 50.5543],[-2.4154, 50.5532],[-2.4149, 50.5525],[-2.4147, 50.5517],[-2.414599, 50.5508],[-2.414599, 50.5499],[-2.414799, 50.549],[-2.414999, 50.5486],[-2.415499, 50.5478],[-2.4159, 50.5469],[-2.4163, 50.5458],[-2.416899, 50.5441],[-2.4173, 50.5433],[-2.4177, 50.5429],[-2.418299, 50.5426],[-2.422699, 50.5408],[-2.4242, 50.5402],[-2.4256, 50.5395],[-2.4265, 50.5390],[-2.427299, 50.5384],[-2.4298, 50.5360],[-2.433, 50.5337],[-2.434999, 50.5319],[-2.435699, 50.5311],[-2.4361, 50.5303],[-2.4368, 50.5276],[-2.4372, 50.5266],[-2.437599, 50.5259],[-2.4387, 50.5251],[-2.440099, 50.5241],[-2.440599, 50.5236],[-2.4409, 50.5231],[-2.441, 50.5224],[-2.4412, 50.5218],[-2.4417, 50.5212],[-2.442699, 50.5207],[-2.4453, 50.5198],[-2.447299, 50.5189],[-2.449501, 50.5179],[-2.451, 50.5171],[-2.45190, 50.5165],[-2.452699, 50.5158],[-2.453901, 50.5146],[-2.4544, 50.5142],[-2.4551, 50.5141],[-2.455699, 50.5142],[-2.4566, 50.5145],[-2.457099, 50.515],[-2.4575, 50.5157],[-2.457799, 50.5164],[-2.457999, 50.5173],[-2.457999, 50.5183],[-2.4577, 50.5196],[-2.4568, 50.5217],[-2.4561, 50.5225],[-2.454799, 50.5238],[-2.4542, 50.5248],[-2.453799, 50.5259],[-2.453599, 50.5271],[-2.453901, 50.5297],[-2.4544, 50.5322],[-2.4545, 50.5331],[-2.4544, 50.5343],[-2.454101, 50.5354],[-2.453, 50.5378],[-2.452699, 50.5392],[-2.452699, 50.5405],[-2.453, 50.5414],[-2.4533, 50.5418],[-2.4544, 50.5431],[-2.4546, 50.5437],[-2.4546, 50.5443],[-2.4543, 50.5450],[-2.453501, 50.5459],[-2.451401, 50.5474],[-2.450599, 50.548],[-2.4502, 50.5485],[-2.45, 50.5492],[-2.4502, 50.5526],[-2.45, 50.5535],[-2.4496, 50.5543],[-2.447999, 50.5562],[-2.446899, 50.5576],[-2.4463, 50.5584],[-2.446201, 50.5591],[-2.4463, 50.5598],[-2.446899, 50.5605],[-2.4481, 50.5617],[-2.449501, 50.563],[-2.454, 50.5665],[-2.456001, 50.5679],[-2.4583, 50.5694],[-2.460299, 50.5707],[-2.4642, 50.5731],[-2.468501, 50.5763],[-2.471299, 50.5783],[-2.479399, 50.5834],[-2.493999, 50.5931],[-2.5335, 50.6156],[-2.5415, 50.62],[-2.568, 50.6336],[-2.5822, 50.6402],[-2.5941, 50.6465],[-2.6019, 50.6502],[-2.6124, 50.6552],[-2.6218, 50.6594],[-2.631299, 50.6634],[-2.63750, 50.6662],[-2.6401, 50.6669],[-2.66, 50.6745],[-2.673599, 50.6802],[-2.686201, 50.684],[-2.693, 50.6861],[-2.698999, 50.6882],[-2.7098, 50.6916],[-2.7132, 50.693],[-2.7225, 50.6967],[-2.726401, 50.698],[-2.74120, 50.7038],[-2.754101, 50.7073],[-2.758701, 50.7087],[-2.7786, 50.7149],[-2.787499, 50.7169],[-2.792399, 50.7178],[-2.7937, 50.7177],[-2.796601, 50.7175],[-2.7978, 50.7177],[-2.802099, 50.7185],[-2.8035, 50.7186],[-2.804699, 50.7184],[-2.806, 50.7181],[-2.808599, 50.7174],[-2.8095, 50.7175],[-2.8124, 50.7187],[-2.816099, 50.7200],[-2.818599, 50.7208],[-2.8217, 50.7216],[-2.825799, 50.7227],[-2.827899, 50.723],[-2.8301, 50.7232],[-2.8318, 50.7233],[-2.8337, 50.7232],[-2.8359, 50.7228],[-2.839, 50.7226],[-2.840899, 50.7228],[-2.844199, 50.7238],[-2.8503, 50.7258],[-2.852499, 50.7264],[-2.854599, 50.7268],[-2.856899, 50.7272],[-2.859101, 50.7274],[-2.864399, 50.7278],[-2.867899, 50.7282],[-2.87150, 50.7289],[-2.8824, 50.731],[-2.886899, 50.7317],[-2.8908, 50.7321],[-2.8972, 50.7328],[-2.901099, 50.7332],[-2.9044, 50.7335],[-2.913599, 50.7335],[-2.91590, 50.7332],[-2.918299, 50.7327],[-2.921401, 50.7315],[-2.922899, 50.7309],[-2.9242, 50.7302],[-2.9251, 50.7295],[-2.9272, 50.7269],[-2.9284, 50.7257],[-2.929101, 50.7252],[-2.9317, 50.7245],[-2.9328, 50.7241],[-2.9333, 50.7238],[-2.9346, 50.723],[-2.9353, 50.7224],[-2.936201, 50.7211],[-2.9367, 50.7205],[-2.937299, 50.7202],[-2.938299, 50.7200],[-2.939699, 50.7199],[-2.9409, 50.7199],[-2.942001, 50.7196],[-2.9432, 50.7191],[-2.9461, 50.7173],[-2.952001, 50.7284],[-2.947299, 50.7343],[-2.941299, 50.7388],[-2.9388, 50.745],[-2.935699, 50.7532],[-2.93630, 50.7558],[-2.94050, 50.7577],[-2.943399, 50.759],[-2.9568, 50.7644],[-2.94030, 50.7767],[-2.9349, 50.7786],[-2.9268, 50.7816],[-2.894399, 50.7875],[-2.8928, 50.7915],[-2.8838, 50.7951],[-2.89150, 50.8061],[-2.8928, 50.8062],[-2.92430, 50.8078],[-2.929101, 50.8086],[-2.9331, 50.8091],[-2.935199, 50.8094],[-2.9477, 50.8158],[-2.956001, 50.8163],[-2.956401, 50.8168],[-2.956201, 50.8176],[-2.948501, 50.8215],[-2.943701, 50.8248],[-2.9387, 50.8362],[-2.930399, 50.8403],[-2.928999, 50.8411],[-2.927599, 50.8415],[-2.925699, 50.8414],[-2.9231, 50.8409],[-2.9221, 50.8410],[-2.9188, 50.8424],[-2.917599, 50.8428],[-2.9165, 50.8430],[-2.9151, 50.8430],[-2.913599, 50.8432],[-2.912, 50.8437],[-2.9109, 50.8444],[-2.90980, 50.845],[-2.908299, 50.8451],[-2.907099, 50.8448],[-2.905699, 50.8445],[-2.903501, 50.8444],[-2.902299, 50.8446],[-2.901801, 50.845],[-2.8998, 50.8469],[-2.8972, 50.8474],[-2.89380, 50.8477],[-2.8905, 50.8499],[-2.888901, 50.8506],[-2.887399, 50.8507],[-2.886001, 50.8507],[-2.88540, 50.8507],[-2.885, 50.8505],[-2.882999, 50.8497],[-2.88070, 50.8488],[-2.878901, 50.8486],[-2.877599, 50.8486],[-2.8764, 50.8488],[-2.874501, 50.8492],[-2.8726, 50.8492],[-2.87080, 50.8489],[-2.869999, 50.8488],[-2.8664, 50.8495],[-2.86260, 50.8496],[-2.857899, 50.8504],[-2.8516, 50.8503],[-2.8495, 50.8513],[-2.8475, 50.8519],[-2.84500, 50.8525],[-2.8415, 50.8539],[-2.838599, 50.8547],[-2.8348, 50.8547],[-2.8337, 50.8543],[-2.825, 50.851],[-2.824399, 50.8513],[-2.8238, 50.8516],[-2.8195, 50.8541],[-2.81570, 50.8582],[-2.8122, 50.8628],[-2.8093, 50.8638],[-2.804699, 50.8628],[-2.8059, 50.8604],[-2.806401, 50.8575],[-2.8036, 50.8574],[-2.788399, 50.8545],[-2.785399, 50.855],[-2.782799, 50.8566],[-2.7808, 50.8601],[-2.772099, 50.8626],[-2.7627, 50.8618],[-2.760299, 50.8624],[-2.760299, 50.872],[-2.7558, 50.8754],[-2.7542, 50.8747],[-2.753, 50.8696],[-2.751601, 50.8645],[-2.744101, 50.8646],[-2.7309, 50.8658],[-2.7202, 50.8656],[-2.712699, 50.8656],[-2.7082, 50.8704],[-2.7044, 50.8707],[-2.7023, 50.8727],[-2.6956, 50.8732],[-2.6944, 50.8759],[-2.6786, 50.8779],[-2.668999, 50.882],[-2.657599, 50.8880],[-2.6533, 50.8856],[-2.647099, 50.8841],[-2.6464, 50.8842],[-2.644599, 50.8880],[-2.64360, 50.8880],[-2.6261, 50.8861],[-2.624399, 50.8793],[-2.6192, 50.8828],[-2.6154, 50.8844],[-2.612, 50.8853],[-2.615299, 50.9028],[-2.6213, 50.9089],[-2.6215, 50.9091],[-2.6206, 50.9101],[-2.620199, 50.9103],[-2.619501, 50.9104],[-2.618999, 50.9106],[-2.6185, 50.9110],[-2.617899, 50.9116],[-2.61710, 50.9121],[-2.6164, 50.9124],[-2.6161, 50.9128],[-2.6157, 50.9137],[-2.6154, 50.9143],[-2.615, 50.9148],[-2.614501, 50.9155],[-2.614501, 50.9157],[-2.6147, 50.9162],[-2.615099, 50.917],[-2.615099, 50.9176],[-2.615, 50.9181],[-2.614501, 50.9189],[-2.6139, 50.92],[-2.613501, 50.9209],[-2.613501, 50.9217],[-2.6136, 50.9232],[-2.6138, 50.9244],[-2.613701, 50.9258],[-2.6129, 50.9267],[-2.611401, 50.928],[-2.611001, 50.9287],[-2.610399, 50.93],[-2.6098, 50.9305],[-2.608999, 50.9307],[-2.607899, 50.9308],[-2.6071, 50.931],[-2.606899, 50.9312],[-2.606801, 50.9316],[-2.606699, 50.9324],[-2.606699, 50.9333],[-2.606801, 50.9339],[-2.6073, 50.9343],[-2.609301, 50.9355],[-2.611001, 50.9362],[-2.614, 50.9368],[-2.617399, 50.9374],[-2.617599, 50.9375],[-2.618099, 50.9379],[-2.619301, 50.9403],[-2.6194, 50.9415],[-2.619101, 50.9419],[-2.618299, 50.942],[-2.614599, 50.9413],[-2.6129, 50.9403],[-2.6122, 50.94],[-2.6117, 50.9399],[-2.6113, 50.94],[-2.610899, 50.9401],[-2.609301, 50.9414],[-2.6071, 50.9438],[-2.606601, 50.9443],[-2.605799, 50.9448],[-2.605299, 50.9451],[-2.6043, 50.9454],[-2.6016, 50.9463],[-2.599699, 50.9473],[-2.597001, 50.9495],[-2.596601, 50.9501],[-2.5976, 50.9520],[-2.598599, 50.9531],[-2.598599, 50.9537],[-2.598599, 50.9544],[-2.597899, 50.9553],[-2.5973, 50.9565],[-2.5971, 50.9576],[-2.597399, 50.9594],[-2.597199, 50.9600],[-2.596499, 50.9606],[-2.5954, 50.9612],[-2.594199, 50.9617],[-2.594, 50.9620],[-2.5939, 50.9625],[-2.5939, 50.9631],[-2.594301, 50.9638],[-2.595, 50.9645],[-2.596, 50.9652],[-2.5959, 50.9656],[-2.5955, 50.9748],[-2.6005, 50.9763],[-2.599999, 50.9775],[-2.594501, 50.9812],[-2.5875, 50.9773],[-2.585099, 50.9769],[-2.5736, 50.9858],[-2.5659, 50.9863],[-2.558701, 50.9789],[-2.5499, 50.9836],[-2.546099, 50.986],[-2.543999, 50.9885],[-2.544399, 50.9919],[-2.5494, 50.994],[-2.549101, 50.9967],[-2.545399, 50.9992],[-2.5346, 50.9993],[-2.5339, 50.9946],[-2.533, 50.9916],[-2.531899, 50.99],[-2.5309, 50.9884],[-2.5304, 50.9861],[-2.527499, 50.9823],[-2.5265, 50.9801],[-2.5255, 50.9753],[-2.5222, 50.9753],[-2.5214, 50.9777],[-2.5211, 50.9816],[-2.521801, 50.9841],[-2.5186, 50.9883],[-2.5169, 50.993],[-2.5065, 50.9948],[-2.500799, 50.9935],[-2.4892, 50.9775],[-2.488199, 50.9759],[-2.487799, 50.974],[-2.4868, 50.9728],[-2.472199, 50.9609],[-2.4412, 50.9608],[-2.411401, 50.9607],[-2.395499, 50.9681],[-2.393399, 50.9684],[-2.3503, 50.9801],[-2.3448, 50.9805],[-2.344399, 50.9817],[-2.344399, 50.983],[-2.3452, 50.9839],[-2.3475, 50.9851],[-2.351401, 50.9875],[-2.353701, 50.9896],[-2.3703, 50.9919],[-2.3747, 50.9919],[-2.375799, 50.9935],[-2.3782, 50.9963],[-2.378999,51.0012],[-2.379101,51.0018],[-2.3794,51.0035],[-2.376801,51.006],[-2.3752,51.0077],[-2.374399,51.0087],[-2.374,51.0103],[-2.374799,51.0117],[-2.378599,51.0159],[-2.3698,51.0155],[-2.358,51.0241],[-2.3376,51.037],[-2.3301,51.0512],[-2.3332,51.0541],[-2.344199,51.0574],[-2.327399,51.0837],[-2.311001,51.0811],[-2.306,51.0797],[-2.3031,51.0800],[-2.280499,51.0756],[-2.2746,51.0730],[-2.256201,51.0708],[-2.242001,51.0733],[-2.221499,51.0571],[-2.214799,51.0541],[-2.2042,51.0444],[-2.1964,51.0425],[-2.1925,51.0396],[-2.1905,51.0347],[-2.189899,51.0309],[-2.190399,51.0249],[-2.1884,51.0204],[-2.183,51.0165],[-2.176001,51.0135],[-2.173399,51.0065],[-2.168799,51.0025],[-2.167099,51.001],[-2.1652, 50.9977],[-2.160399, 50.9942],[-2.152299, 50.9898],[-2.1419, 50.9844],[-2.133199, 50.981],[-2.126899, 50.9794],[-2.121601, 50.9792],[-2.1213, 50.9761],[-2.121001, 50.9680],[-2.1198, 50.9632],[-2.117399, 50.9593],[-2.1156, 50.9564],[-2.108701, 50.9555],[-2.1022, 50.9509],[-2.101401, 50.9481],[-2.101001, 50.9464],[-2.096, 50.9453],[-2.0824, 50.9513],[-2.078099, 50.9516],[-2.0683, 50.9507],[-2.0659, 50.9519],[-2.061201, 50.9598],[-2.0581, 50.9609],[-2.0576, 50.9634],[-2.0518, 50.9667],[-2.0501, 50.9672],[-2.0411, 50.9681],[-2.036299, 50.9724],[-2.023099, 50.9722],[-2.0146, 50.9731],[-2.0099, 50.976],[-2.0057, 50.9758],[-2.000799, 50.975],[-1.996001, 50.9765],[-1.9873, 50.9781],[-1.9914, 50.9834],[-1.9707, 50.9897],[-1.964, 50.9917],[-1.9586, 50.9917],[-1.9547, 50.9909],[-1.9555, 50.9879],[-1.955, 50.981],[-1.9548, 50.9807],[-1.946499, 50.9795],[-1.9425, 50.9777],[-1.9377, 50.9729],[-1.930799, 50.97],[-1.927199, 50.9698],[-1.926, 50.9690],[-1.924, 50.9666],[-1.9223, 50.9645],[-1.9175, 50.9604],[-1.916499, 50.9591],[-1.9152, 50.9564],[-1.9108, 50.9529],[-1.9101, 50.9515],[-1.9088, 50.9476],[-1.908, 50.9459],[-1.907001, 50.945],[-1.901, 50.9408],[-1.8967, 50.938],[-1.893501, 50.9349],[-1.892001, 50.9338],[-1.8894, 50.9322],[-1.879699, 50.9259],[-1.8717, 50.9194],[-1.87, 50.9181],[-1.864501, 50.9191],[-1.860399, 50.9197],[-1.858299, 50.9209],[-1.8543, 50.9271],[-1.853199, 50.9291],[-1.847, 50.9307],[-1.840199, 50.9325],[-1.8376, 50.9315],[-1.8305, 50.9295],[-1.823701, 50.9286],[-1.812899, 50.9265],[-1.8128, 50.9259],[-1.8133, 50.9236],[-1.8149, 50.9212],[-1.818799, 50.9173],[-1.8189, 50.9164],[-1.8182, 50.9151],[-1.8148, 50.9107],[-1.8132, 50.9078],[-1.815799, 50.9054],[-1.8221, 50.8997],[-1.8239, 50.8983],[-1.825899, 50.8983],[-1.838701, 50.8992],[-1.8408, 50.8971],[-1.8422, 50.8958],[-1.846801, 50.8914],[-1.846801, 50.8907],[-1.8429, 50.8880],[-1.8426, 50.8873],[-1.8427, 50.8866],[-1.8464, 50.8834],[-1.8463, 50.8827],[-1.842399, 50.88],[-1.8428, 50.8795],[-1.845, 50.8772],[-1.8463, 50.8757],[-1.8464, 50.8745],[-1.8464, 50.873],[-1.8472, 50.8716],[-1.8508, 50.868],[-1.851099, 50.8674],[-1.8514, 50.8667],[-1.851801, 50.8656],[-1.852, 50.8642],[-1.851601, 50.8633],[-1.8508, 50.8625],[-1.85, 50.8619],[-1.8484, 50.8614],[-1.8455, 50.8607],[-1.841699, 50.8592],[-1.838099, 50.858],[-1.8307, 50.8566],[-1.8261, 50.8562],[-1.8207, 50.8572],[-1.8183, 50.8577],[-1.8161, 50.8582],[-1.8153, 50.8586],[-1.8142, 50.8639],[-1.8139, 50.8646],[-1.813701, 50.8648],[-1.811499, 50.865],[-1.8083, 50.8651],[-1.8068, 50.865],[-1.8059, 50.8648],[-1.8055, 50.8644],[-1.805099, 50.8636],[-1.8047, 50.8626],[-1.804, 50.8605],[-1.8039, 50.8599],[-1.803599, 50.8589],[-1.8026, 50.8573],[-1.8018, 50.8562],[-1.801401, 50.8555],[-1.802001, 50.8551],[-1.8027, 50.8543],[-1.8027, 50.8532],[-1.802299, 50.8522],[-1.8017, 50.8516],[-1.799999, 50.8508],[-1.7988, 50.8500],[-1.7983, 50.8489],[-1.7983, 50.8474],[-1.799399, 50.8458],[-1.7989, 50.8443],[-1.797799, 50.8430],[-1.7973, 50.8424],[-1.7961, 50.8412],[-1.7948, 50.8404],[-1.7932, 50.8396],[-1.7923, 50.8393],[-1.790799, 50.8383],[-1.7905, 50.8382],[-1.7882, 50.8381],[-1.788, 50.8380],[-1.787899, 50.8378],[-1.788, 50.8371],[-1.788501, 50.8357],[-1.789101, 50.8351],[-1.791401, 50.8349],[-1.7927, 50.8348],[-1.793, 50.8343],[-1.793, 50.8332],[-1.792899, 50.8321],[-1.793, 50.8318],[-1.7932, 50.8315],[-1.7939, 50.8316],[-1.795699, 50.8319],[-1.7968, 50.8321],[-1.7977, 50.8321],[-1.7984, 50.8320],[-1.799199, 50.8317],[-1.7998, 50.8314],[-1.8002, 50.831],[-1.800699, 50.8301],[-1.801, 50.8294],[-1.8011, 50.8287],[-1.8011, 50.8277],[-1.800799, 50.8264],[-1.8009, 50.8258],[-1.8011, 50.8254],[-1.8017, 50.8248],[-1.8018, 50.8244],[-1.8018, 50.8239],[-1.8017, 50.8236],[-1.801401, 50.8234],[-1.8009, 50.8233],[-1.800099, 50.8233],[-1.7996, 50.8232],[-1.799, 50.8229],[-1.7989, 50.8227],[-1.7989, 50.8224],[-1.799301, 50.8218],[-1.7999, 50.8212],[-1.8019, 50.8201],[-1.802999, 50.8194],[-1.803599, 50.8187],[-1.804, 50.8179],[-1.804, 50.8174],[-1.8039, 50.8168],[-1.8034, 50.8162],[-1.8013, 50.8152],[-1.800799, 50.8149],[-1.8005, 50.8146],[-1.8005, 50.8144],[-1.800799, 50.8139],[-1.8019, 50.8131],[-1.8034, 50.8122],[-1.804, 50.8118],[-1.8055, 50.8111],[-1.806601, 50.8106],[-1.807999, 50.8098],[-1.8083, 50.8094],[-1.8084, 50.8092],[-1.808501, 50.8088],[-1.8084, 50.8076],[-1.8083, 50.8072],[-1.8081, 50.8068],[-1.807099, 50.806],[-1.8055, 50.8053],[-1.8033, 50.8047],[-1.8025, 50.8046],[-1.802299, 50.8045],[-1.802001, 50.8043],[-1.802001, 50.804],[-1.802099, 50.8031],[-1.802199, 50.8023],[-1.802099, 50.802],[-1.8018, 50.8018],[-1.800799, 50.8015],[-1.7999, 50.8013],[-1.7996, 50.8012],[-1.7995, 50.8011],[-1.799399, 50.8007],[-1.799301, 50.8003],[-1.7996, 50.7998],[-1.799999, 50.7993],[-1.800099, 50.7989],[-1.7998, 50.7982],[-1.7997, 50.7977],[-1.8006, 50.7971],[-1.800799, 50.7968],[-1.8005, 50.7963],[-1.7997, 50.7957],[-1.7977, 50.7954],[-1.796201, 50.795],[-1.795699, 50.7948],[-1.7954, 50.7946],[-1.795099, 50.7943],[-1.794899, 50.7935],[-1.794999, 50.7931],[-1.796401, 50.7917],[-1.797001, 50.791],[-1.797199, 50.7907],[-1.7973, 50.7904],[-1.7973, 50.7893],[-1.797199, 50.7883],[-1.797001, 50.788],[-1.796401, 50.7875],[-1.796, 50.7873],[-1.794999, 50.7875],[-1.7946, 50.7875],[-1.794199, 50.7874],[-1.794101, 50.7872],[-1.7938, 50.7849],[-1.7918, 50.7839],[-1.7894, 50.7834],[-1.7884, 50.7823],[-1.786801, 50.7806],[-1.785699, 50.7799],[-1.7852, 50.7792],[-1.784899, 50.7787],[-1.7866, 50.7781],[-1.787199, 50.7777],[-1.7874, 50.7774],[-1.787001, 50.7760],[-1.786299, 50.7747],[-1.786, 50.7732],[-1.7859, 50.7717],[-1.784899, 50.7712],[-1.7848, 50.7707],[-1.784899, 50.77],[-1.7855, 50.7692],[-1.7853, 50.7680],[-1.7847, 50.7671],[-1.783399, 50.7665],[-1.7825, 50.7661],[-1.7824, 50.7659],[-1.7822, 50.7656],[-1.7815, 50.7641],[-1.7803, 50.7643],[-1.778399, 50.7647],[-1.777699, 50.7652],[-1.776201, 50.7664],[-1.7747, 50.7678],[-1.774101, 50.7684],[-1.7707, 50.7710],[-1.766299, 50.773],[-1.7593, 50.7768],[-1.754699, 50.7785],[-1.748299, 50.7803],[-1.746001, 50.7795],[-1.743901, 50.7775],[-1.7457, 50.7742],[-1.741601, 50.7710],[-1.7392, 50.7676],[-1.738, 50.7654],[-1.738701, 50.7629],[-1.739699, 50.7595],[-1.741601, 50.7572],[-1.742499, 50.7557],[-1.7427, 50.7543],[-1.7415, 50.7492],[-1.74, 50.7476],[-1.738, 50.7474],[-1.734501, 50.7486],[-1.7298, 50.7501],[-1.7212, 50.7517],[-1.7157, 50.7526],[-1.7104, 50.7541],[-1.6999, 50.7544],[-1.6839, 50.754],[-1.679999, 50.7537],[-1.6795, 50.7519],[-1.681, 50.7488],[-1.6826, 50.7462],[-1.684399, 50.7447],[-1.6862, 50.7429],[-1.6896, 50.7409],[-1.691401, 50.7396],[-1.691601, 50.739],[-1.6917, 50.7381],[-1.6956, 50.7381],[-1.6978, 50.738],[-1.7003, 50.7378],[-1.703501, 50.7376],[-1.708701, 50.7376],[-1.711699, 50.7374],[-1.713701, 50.7372],[-1.7163, 50.7368],[-1.718901, 50.7362],[-1.7214, 50.7355],[-1.723799, 50.7347],[-1.726099, 50.7338],[-1.7286, 50.7326],[-1.7308, 50.7312],[-1.733901, 50.7289],[-1.736099, 50.7271],[-1.7379, 50.7257],[-1.738299, 50.7254],[-1.738701, 50.7254]]]]}, properties:{name:"Dorset"}}, {type:"Feature", geometry:{type:"MultiPolygon", coordinates:[[[[-1.3391, 54.6521],[-1.3449, 54.6521],[-1.347, 54.6518],[-1.348199, 54.6515],[-1.3484, 54.6508],[-1.3478, 54.6497],[-1.348, 54.6495],[-1.348701, 54.6493],[-1.3513, 54.6495],[-1.3572, 54.65],[-1.3593, 54.6498],[-1.365, 54.6492],[-1.3708, 54.6488],[-1.376801, 54.6481],[-1.379699, 54.6477],[-1.3823, 54.6474],[-1.3825, 54.6472],[-1.3814, 54.6452],[-1.3816, 54.6449],[-1.383999, 54.6441],[-1.384799, 54.644],[-1.3879, 54.6448],[-1.388399, 54.6447],[-1.3901, 54.6436],[-1.3902, 54.6421],[-1.387001, 54.6358],[-1.3859, 54.6340],[-1.3861, 54.6336],[-1.386801, 54.6332],[-1.3875, 54.6329],[-1.3888, 54.6329],[-1.390599, 54.6322],[-1.3944, 54.6299],[-1.399799, 54.6274],[-1.4016, 54.6259],[-1.4058, 54.6219],[-1.4065, 54.621],[-1.4075, 54.6201],[-1.409999, 54.6186],[-1.410699, 54.6181],[-1.411299, 54.6175],[-1.4138, 54.6133],[-1.414199, 54.6129],[-1.4153, 54.6125],[-1.415799, 54.6126],[-1.420699, 54.6141],[-1.4231, 54.6155],[-1.4246, 54.616],[-1.426201, 54.6158],[-1.427999, 54.6161],[-1.4288, 54.616],[-1.4299, 54.6157],[-1.4317, 54.6153],[-1.433501, 54.6152],[-1.434, 54.6151],[-1.4349, 54.6146],[-1.4363, 54.6142],[-1.436601, 54.6138],[-1.437199, 54.6125],[-1.4375, 54.6123],[-1.4403, 54.6116],[-1.441, 54.6115],[-1.442999, 54.6117],[-1.444399, 54.6118],[-1.4463, 54.6116],[-1.448501, 54.6108],[-1.449301, 54.6101],[-1.45, 54.6087],[-1.450099, 54.6079],[-1.45, 54.6073],[-1.449399, 54.6065],[-1.447199, 54.6047],[-1.446401, 54.6042],[-1.4454, 54.6038],[-1.443599, 54.603],[-1.4427, 54.6024],[-1.4425, 54.6019],[-1.4426, 54.6009],[-1.4425, 54.6006],[-1.4424, 54.6004],[-1.4404, 54.5989],[-1.439, 54.5982],[-1.4378, 54.5975],[-1.4371, 54.5966],[-1.437001, 54.5965],[-1.4368, 54.5964],[-1.4354, 54.5965],[-1.4346, 54.5965],[-1.432001, 54.5961],[-1.431201, 54.5961],[-1.4302, 54.5962],[-1.4297, 54.5964],[-1.428501, 54.597],[-1.427899, 54.5975],[-1.4277, 54.5982],[-1.4277, 54.5991],[-1.4283, 54.6003],[-1.429, 54.6011],[-1.4289, 54.6013],[-1.427999, 54.6019],[-1.4261, 54.603],[-1.4239, 54.604],[-1.4226, 54.6043],[-1.4219, 54.6044],[-1.421201, 54.6044],[-1.420799, 54.6043],[-1.4204, 54.6041],[-1.4203, 54.6039],[-1.420099, 54.6032],[-1.4203, 54.6014],[-1.4202, 54.6012],[-1.419899, 54.601],[-1.4188, 54.6008],[-1.4168, 54.6004],[-1.414999, 54.5997],[-1.413599, 54.5986],[-1.4115, 54.5968],[-1.4101, 54.5962],[-1.407899, 54.5951],[-1.4059, 54.5947],[-1.405699, 54.5933],[-1.4061, 54.593],[-1.407001, 54.5925],[-1.409199, 54.5918],[-1.4096, 54.5916],[-1.409899, 54.5913],[-1.410699, 54.5877],[-1.4117, 54.5836],[-1.413599, 54.5772],[-1.4144, 54.5756],[-1.416, 54.5725],[-1.416299, 54.5709],[-1.413, 54.5657],[-1.4133, 54.5657],[-1.4161, 54.5654],[-1.4189, 54.5651],[-1.4226, 54.5638],[-1.4255, 54.5633],[-1.4318, 54.5616],[-1.4346, 54.5607],[-1.437199, 54.5589],[-1.444399, 54.5561],[-1.444399, 54.5557],[-1.4425, 54.5486],[-1.442199, 54.5465],[-1.442299, 54.544],[-1.4424, 54.5418],[-1.437299, 54.5351],[-1.432001, 54.5273],[-1.4311, 54.5262],[-1.430099, 54.5255],[-1.4292, 54.5251],[-1.422001, 54.5231],[-1.4195, 54.5227],[-1.418599, 54.5224],[-1.418501, 54.5223],[-1.418501, 54.5221],[-1.4216, 54.5170],[-1.4233, 54.5150],[-1.423701, 54.5144],[-1.424, 54.5138],[-1.424199, 54.5126],[-1.424399, 54.5103],[-1.424199, 54.5024],[-1.424301, 54.5008],[-1.424399, 54.4997],[-1.4246, 54.4995],[-1.427001, 54.499],[-1.4275, 54.4988],[-1.4289, 54.4976],[-1.4309, 54.4959],[-1.432299, 54.4950],[-1.433599, 54.4942],[-1.434301, 54.4937],[-1.4347, 54.4933],[-1.4349, 54.4929],[-1.4361, 54.4903],[-1.4363, 54.49],[-1.437899, 54.4907],[-1.4413, 54.4923],[-1.4421, 54.4929],[-1.4426, 54.4934],[-1.443799, 54.4953],[-1.4442, 54.4957],[-1.4447, 54.4961],[-1.4455, 54.4967],[-1.4478, 54.4980],[-1.4498, 54.4993],[-1.450799, 54.5001],[-1.4534, 54.5028],[-1.455199, 54.5044],[-1.4568, 54.5052],[-1.458701, 54.5053],[-1.4598, 54.5052],[-1.462499, 54.5048],[-1.4661, 54.5038],[-1.469501, 54.5033],[-1.471001, 54.5031],[-1.4715, 54.5030],[-1.4721, 54.5027],[-1.4726, 54.5022],[-1.4729, 54.5017],[-1.473099, 54.5012],[-1.473199, 54.5007],[-1.473199, 54.5003],[-1.473099, 54.4998],[-1.4729, 54.4992],[-1.472499, 54.4985],[-1.4721, 54.4981],[-1.471699, 54.4979],[-1.471099, 54.4977],[-1.470399, 54.4976],[-1.468701, 54.4977],[-1.462499, 54.4982],[-1.4606, 54.4982],[-1.459599, 54.4981],[-1.458501, 54.4977],[-1.4577, 54.4972],[-1.4572, 54.4966],[-1.456601, 54.4957],[-1.4563, 54.4950],[-1.4562, 54.4946],[-1.4562, 54.4939],[-1.4563, 54.4934],[-1.456601, 54.4927],[-1.4583, 54.4908],[-1.458901, 54.4897],[-1.4592, 54.4889],[-1.4592, 54.4884],[-1.459, 54.4876],[-1.458501, 54.4866],[-1.4576, 54.4855],[-1.456401, 54.4842],[-1.4557, 54.4834],[-1.4555, 54.4831],[-1.4554, 54.4826],[-1.4556, 54.4822],[-1.4562, 54.4817],[-1.4568, 54.4812],[-1.4578, 54.4804],[-1.457999, 54.4802],[-1.4583, 54.4796],[-1.459, 54.4785],[-1.4604, 54.4768],[-1.4613, 54.4756],[-1.461601, 54.4749],[-1.461601, 54.4746],[-1.461401, 54.4741],[-1.4612, 54.4739],[-1.460299, 54.4734],[-1.458901, 54.4727],[-1.4579, 54.4721],[-1.4576, 54.4718],[-1.457399, 54.4715],[-1.4571, 54.4709],[-1.4568, 54.4705],[-1.456601, 54.4703],[-1.4554, 54.4695],[-1.4547, 54.4692],[-1.453901, 54.4689],[-1.4522, 54.4681],[-1.4519, 54.4678],[-1.451601, 54.4675],[-1.451401, 54.4672],[-1.451401, 54.4669],[-1.451401, 54.4667],[-1.451499, 54.4663],[-1.4519, 54.4661],[-1.4532, 54.4657],[-1.455, 54.4651],[-1.456601, 54.4649],[-1.4583, 54.4646],[-1.459399, 54.4642],[-1.4598, 54.464],[-1.460199, 54.4635],[-1.460299, 54.463],[-1.460299, 54.4628],[-1.460199, 54.4624],[-1.4601, 54.4621],[-1.4597, 54.4616],[-1.4591, 54.461],[-1.458099, 54.4601],[-1.457299, 54.4595],[-1.4556, 54.4584],[-1.454, 54.4572],[-1.4536, 54.4567],[-1.452999, 54.4559],[-1.4528, 54.4556],[-1.4527, 54.455],[-1.4527, 54.4546],[-1.4528, 54.4542],[-1.4532, 54.4536],[-1.453701, 54.4532],[-1.4542, 54.4529],[-1.455199, 54.4525],[-1.455799, 54.4524],[-1.457999, 54.4523],[-1.459399, 54.4524],[-1.4607, 54.4527],[-1.4633, 54.4535],[-1.465899, 54.4547],[-1.466801, 54.4552],[-1.467499, 54.4557],[-1.468199, 54.4564],[-1.468799, 54.4574],[-1.469, 54.458],[-1.469, 54.4581],[-1.468799, 54.4587],[-1.4684, 54.4592],[-1.4677, 54.4597],[-1.4665, 54.4604],[-1.4655, 54.461],[-1.464501, 54.4617],[-1.464301, 54.4620],[-1.4642, 54.4624],[-1.4642, 54.4626],[-1.464301, 54.463],[-1.464501, 54.4633],[-1.4657, 54.4647],[-1.467, 54.4659],[-1.4683, 54.4668],[-1.47, 54.4681],[-1.471099, 54.4691],[-1.4713, 54.4696],[-1.471601, 54.471],[-1.4719, 54.4726],[-1.4726, 54.4741],[-1.4733, 54.4751],[-1.4736, 54.4754],[-1.4741, 54.4757],[-1.4749, 54.476],[-1.4756, 54.4761],[-1.4763, 54.4761],[-1.477, 54.476],[-1.478799, 54.4754],[-1.4806, 54.4747],[-1.482499, 54.4745],[-1.4838, 54.4745],[-1.4864, 54.4747],[-1.4888, 54.4751],[-1.491099, 54.4754],[-1.4935, 54.4761],[-1.495, 54.4765],[-1.4956, 54.4768],[-1.496899, 54.4778],[-1.4971, 54.4781],[-1.4971, 54.4783],[-1.496899, 54.4787],[-1.4963, 54.4794],[-1.494501, 54.4805],[-1.4922, 54.4819],[-1.4899, 54.4834],[-1.488199, 54.4849],[-1.4877, 54.4854],[-1.4874, 54.486],[-1.4874, 54.4865],[-1.487599, 54.4869],[-1.4879, 54.4871],[-1.4884, 54.4873],[-1.4888, 54.4874],[-1.489799, 54.4876],[-1.4917, 54.4875],[-1.494799, 54.487],[-1.497699, 54.4861],[-1.502001, 54.4838],[-1.502599, 54.4834],[-1.5031, 54.4829],[-1.503901, 54.4817],[-1.504799, 54.4797],[-1.5052, 54.4787],[-1.5057, 54.478],[-1.506099, 54.4776],[-1.5081, 54.4761],[-1.5087, 54.4758],[-1.509501, 54.4756],[-1.510499, 54.4756],[-1.511001, 54.4758],[-1.511299, 54.476],[-1.5117, 54.4765],[-1.511899, 54.4771],[-1.511801, 54.4776],[-1.5115, 54.4784],[-1.5102, 54.4808],[-1.509899, 54.4814],[-1.509799, 54.4819],[-1.509799, 54.4821],[-1.51, 54.4827],[-1.510399, 54.4834],[-1.511201, 54.4841],[-1.5117, 54.4844],[-1.5128, 54.4849],[-1.5147, 54.4853],[-1.518901, 54.486],[-1.5217, 54.4862],[-1.5238, 54.4862],[-1.525499, 54.486],[-1.526201, 54.4858],[-1.5266, 54.4856],[-1.5272, 54.4853],[-1.527699, 54.4849],[-1.528, 54.4843],[-1.5283, 54.4836],[-1.5286, 54.4825],[-1.5288, 54.481],[-1.5287, 54.4789],[-1.528501, 54.4781],[-1.5281, 54.4771],[-1.5279, 54.4768],[-1.5275, 54.4765],[-1.5272, 54.4763],[-1.5267, 54.4761],[-1.5261, 54.4759],[-1.524799, 54.4756],[-1.522799, 54.4754],[-1.519199, 54.4747],[-1.5186, 54.4745],[-1.5181, 54.4743],[-1.5173, 54.4737],[-1.516801, 54.4731],[-1.5166, 54.4727],[-1.5167, 54.4722],[-1.517099, 54.4718],[-1.5175, 54.4716],[-1.518501, 54.4712],[-1.5193, 54.471],[-1.5203, 54.4709],[-1.521001, 54.4708],[-1.5229, 54.4708],[-1.5245, 54.4709],[-1.5261, 54.4708],[-1.5295, 54.4702],[-1.532699, 54.4703],[-1.5365, 54.4708],[-1.538501, 54.4711],[-1.540799, 54.4714],[-1.5438, 54.4723],[-1.5447, 54.4726],[-1.5467, 54.474],[-1.548599, 54.4757],[-1.549399, 54.4767],[-1.550799, 54.479],[-1.5513, 54.4802],[-1.551601, 54.4822],[-1.5517, 54.4839],[-1.551499, 54.4851],[-1.551601, 54.4857],[-1.5518, 54.4859],[-1.554999, 54.4865],[-1.556, 54.4866],[-1.5588, 54.4872],[-1.5599, 54.4876],[-1.5628, 54.4886],[-1.5656, 54.4894],[-1.5675, 54.4898],[-1.568701, 54.4902],[-1.569501, 54.4906],[-1.570199, 54.4911],[-1.5718, 54.4927],[-1.572999, 54.4938],[-1.5747, 54.4954],[-1.5763, 54.4965],[-1.579599, 54.4979],[-1.5805, 54.4985],[-1.5806, 54.4987],[-1.5806, 54.499],[-1.5805, 54.4994],[-1.580299, 54.4996],[-1.5798, 54.4999],[-1.578901, 54.5004],[-1.578501, 54.5008],[-1.5782, 54.5013],[-1.577999, 54.5016],[-1.5777, 54.5025],[-1.5775, 54.5029],[-1.5771, 54.5034],[-1.576499, 54.5041],[-1.5756, 54.5050],[-1.575099, 54.5049],[-1.574, 54.5046],[-1.573501, 54.5058],[-1.5689, 54.5067],[-1.5684, 54.5084],[-1.5576, 54.5085],[-1.552299, 54.5067],[-1.552299, 54.5084],[-1.547199, 54.5080],[-1.5453, 54.5107],[-1.5409, 54.5096],[-1.5325, 54.5055],[-1.5305, 54.5050],[-1.522099, 54.5100],[-1.5173, 54.5142],[-1.5174, 54.5187],[-1.5172, 54.5219],[-1.516001, 54.5248],[-1.514199, 54.5313],[-1.5144, 54.5355],[-1.514799, 54.5372],[-1.5122, 54.5406],[-1.5108, 54.5464],[-1.510399, 54.5526],[-1.5117, 54.5541],[-1.5131, 54.5548],[-1.522001, 54.5544],[-1.5251, 54.5541],[-1.532001, 54.5497],[-1.539899, 54.5533],[-1.5409, 54.5617],[-1.557899, 54.5555],[-1.5612, 54.5552],[-1.564, 54.5575],[-1.5648, 54.5572],[-1.5696, 54.5576],[-1.5779, 54.5598],[-1.579399, 54.56],[-1.5827, 54.5586],[-1.5829, 54.5547],[-1.583901, 54.553],[-1.5863, 54.552],[-1.5886, 54.5492],[-1.588701, 54.5444],[-1.597399, 54.5434],[-1.6063, 54.5429],[-1.606099, 54.5413],[-1.6063, 54.5365],[-1.603299, 54.5364],[-1.6009, 54.5355],[-1.5978, 54.5334],[-1.5978, 54.5323],[-1.598199, 54.5298],[-1.5992, 54.5286],[-1.6015, 54.5269],[-1.604699, 54.5262],[-1.606699, 54.5254],[-1.6077, 54.5247],[-1.6098, 54.5216],[-1.6102, 54.5212],[-1.6109, 54.5212],[-1.611699, 54.521],[-1.612499, 54.5206],[-1.614799, 54.5187],[-1.6164, 54.5177],[-1.621001, 54.516],[-1.622599, 54.5155],[-1.6257, 54.5151],[-1.6272, 54.5150],[-1.6296, 54.5152],[-1.631299, 54.5154],[-1.634799, 54.5162],[-1.6372, 54.5170],[-1.638299, 54.5177],[-1.638501, 54.518],[-1.638501, 54.5183],[-1.638299, 54.5185],[-1.637599, 54.5188],[-1.637001, 54.5189],[-1.6352, 54.5188],[-1.6331, 54.5186],[-1.6324, 54.5186],[-1.6317, 54.5187],[-1.631099, 54.519],[-1.6307, 54.5193],[-1.630399, 54.5198],[-1.6302, 54.5202],[-1.63, 54.5208],[-1.629799, 54.5224],[-1.629699, 54.5239],[-1.629799, 54.5247],[-1.6299, 54.5251],[-1.630499, 54.5257],[-1.631201, 54.5262],[-1.632001, 54.5265],[-1.6329, 54.5267],[-1.6343, 54.527],[-1.635399, 54.5271],[-1.637001, 54.5268],[-1.6404, 54.5262],[-1.6436, 54.5254],[-1.6458, 54.5251],[-1.6487, 54.5249],[-1.6502, 54.5249],[-1.6517, 54.5251],[-1.6525, 54.5253],[-1.6531, 54.5256],[-1.653501, 54.5259],[-1.654, 54.5268],[-1.654101, 54.5276],[-1.653901, 54.5287],[-1.652699, 54.5308],[-1.652099, 54.5323],[-1.6524, 54.5334],[-1.6532, 54.5341],[-1.6546, 54.5349],[-1.656299, 54.5354],[-1.6573, 54.5356],[-1.6605, 54.5361],[-1.663501, 54.5364],[-1.6659, 54.5365],[-1.6704, 54.5358],[-1.674301, 54.5351],[-1.6749, 54.535],[-1.6761, 54.5348],[-1.679, 54.5347],[-1.681499, 54.5348],[-1.683501, 54.535],[-1.689399, 54.536],[-1.6948, 54.5369],[-1.698799, 54.5376],[-1.7012, 54.5379],[-1.7056, 54.539],[-1.7129, 54.5406],[-1.7147, 54.541],[-1.7163, 54.5423],[-1.7169, 54.5428],[-1.717399, 54.5431],[-1.718901, 54.5433],[-1.7222, 54.5434],[-1.722499, 54.5433],[-1.7227, 54.5432],[-1.7228, 54.543],[-1.7228, 54.5422],[-1.7229, 54.5415],[-1.7258, 54.5297],[-1.726001, 54.5292],[-1.726601, 54.5288],[-1.727399, 54.5287],[-1.728199, 54.5287],[-1.729599, 54.529],[-1.7306, 54.5296],[-1.731099, 54.5298],[-1.731699, 54.5299],[-1.737, 54.5301],[-1.7406, 54.5306],[-1.7443, 54.531],[-1.748, 54.531],[-1.758, 54.53],[-1.7596, 54.5299],[-1.761001, 54.5299],[-1.7614, 54.5301],[-1.7616, 54.5302],[-1.7621, 54.5307],[-1.7625, 54.5314],[-1.762699, 54.5318],[-1.764101, 54.5368],[-1.7643, 54.5372],[-1.7647, 54.5375],[-1.7652, 54.5377],[-1.766001, 54.5378],[-1.7666, 54.5375],[-1.7704, 54.5347],[-1.775699, 54.5335],[-1.779, 54.5331],[-1.7796, 54.533],[-1.779999, 54.5327],[-1.7801, 54.5318],[-1.7801, 54.5309],[-1.779799, 54.5296],[-1.779301, 54.529],[-1.7761, 54.526],[-1.775699, 54.5255],[-1.775599, 54.5247],[-1.7759, 54.5228],[-1.776401, 54.5201],[-1.776401, 54.5192],[-1.776, 54.5154],[-1.7758, 54.5128],[-1.7758, 54.5102],[-1.7759, 54.5093],[-1.776299, 54.5089],[-1.7802, 54.5072],[-1.783, 54.5058],[-1.7837, 54.5051],[-1.7845, 54.5038],[-1.786401, 54.4991],[-1.7873, 54.4962],[-1.7882, 54.4936],[-1.7903, 54.4871],[-1.790699, 54.4864],[-1.791, 54.4862],[-1.793, 54.4867],[-1.7966, 54.4879],[-1.8178, 54.4970],[-1.820799, 54.4983],[-1.8236, 54.5006],[-1.8257, 54.5029],[-1.829301, 54.5062],[-1.8312, 54.5077],[-1.832299, 54.5084],[-1.8333, 54.5089],[-1.835, 54.5094],[-1.8361, 54.5095],[-1.837399, 54.5093],[-1.840299, 54.5080],[-1.846601, 54.5057],[-1.8509, 54.5055],[-1.852499, 54.5054],[-1.8549, 54.5053],[-1.8558, 54.5051],[-1.8565, 54.5048],[-1.856601, 54.5045],[-1.856801, 54.5006],[-1.8572, 54.4932],[-1.857, 54.4897],[-1.856699, 54.4886],[-1.8564, 54.4876],[-1.856201, 54.4869],[-1.857, 54.4842],[-1.857399, 54.4834],[-1.858099, 54.4827],[-1.858901, 54.4825],[-1.8601, 54.4824],[-1.8628, 54.4822],[-1.8644, 54.4821],[-1.868999, 54.4819],[-1.869799, 54.4817],[-1.8707, 54.4812],[-1.8743, 54.4791],[-1.8787, 54.4767],[-1.883, 54.4742],[-1.8846, 54.4731],[-1.887599, 54.4705],[-1.8915, 54.4677],[-1.896299, 54.4665],[-1.9009, 54.4652],[-1.905599, 54.464],[-1.915599, 54.4615],[-1.9188, 54.4603],[-1.920799, 54.4595],[-1.924999, 54.4577],[-1.9259, 54.4575],[-1.9268, 54.4575],[-1.929, 54.458],[-1.931499, 54.4585],[-1.9324, 54.4583],[-1.933599, 54.4574],[-1.935899, 54.4553],[-1.936601, 54.4549],[-1.9403, 54.4541],[-1.941499, 54.4539],[-1.949, 54.4539],[-1.952299, 54.4537],[-1.953799, 54.4537],[-1.9568, 54.4533],[-1.9582, 54.4531],[-1.960199, 54.4528],[-1.9647, 54.4527],[-1.967299, 54.4532],[-1.9684, 54.4535],[-1.968901, 54.4539],[-1.97, 54.4563],[-1.970899, 54.4574],[-1.9723, 54.4587],[-1.9742, 54.4603],[-1.975199, 54.461],[-1.9759, 54.4613],[-1.9794, 54.4608],[-1.9802, 54.4609],[-1.985, 54.4631],[-1.9931, 54.4669],[-1.998199, 54.4693],[-2.0004, 54.47],[-2.009399, 54.4723],[-2.0111, 54.4728],[-2.0132, 54.4733],[-2.0146, 54.4735],[-2.0223, 54.4734],[-2.0279, 54.4737],[-2.0297, 54.4739],[-2.0378, 54.4746],[-2.042001, 54.4749],[-2.0422, 54.475],[-2.0414, 54.4829],[-2.0413, 54.4838],[-2.042001, 54.4849],[-2.0429, 54.4854],[-2.046299, 54.4861],[-2.0538, 54.4852],[-2.0592, 54.4833],[-2.066, 54.4793],[-2.0703, 54.4767],[-2.0706, 54.4765],[-2.072099, 54.4745],[-2.072799, 54.474],[-2.0782, 54.4713],[-2.081401, 54.4699],[-2.0837, 54.469],[-2.088, 54.4681],[-2.095799, 54.4665],[-2.101001, 54.4655],[-2.105099, 54.4643],[-2.1077, 54.4636],[-2.110699, 54.4627],[-2.118299, 54.4617],[-2.120899, 54.4619],[-2.122, 54.4617],[-2.12290, 54.4613],[-2.123701, 54.4607],[-2.12420, 54.4601],[-2.125299, 54.4593],[-2.127199, 54.4587],[-2.132699, 54.4566],[-2.1418, 54.4496],[-2.1496, 54.4479],[-2.151801, 54.4481],[-2.1529, 54.4491],[-2.1551, 54.4537],[-2.1564, 54.4557],[-2.1573, 54.4568],[-2.1582, 54.4574],[-2.1598, 54.4576],[-2.1638, 54.4581],[-2.169199, 54.4589],[-2.1644, 54.4614],[-2.163199, 54.4625],[-2.161, 54.4638],[-2.16, 54.465],[-2.159301, 54.4664],[-2.158099, 54.4698],[-2.1575, 54.4718],[-2.157599, 54.4732],[-2.1579, 54.4743],[-2.1628, 54.4862],[-2.1643, 54.4899],[-2.1645, 54.4907],[-2.1644, 54.4916],[-2.162199, 54.4989],[-2.1605, 54.5037],[-2.160399, 54.5040],[-2.160599, 54.5042],[-2.1624, 54.5048],[-2.165499, 54.5053],[-2.1656, 54.5056],[-2.1644, 54.5138],[-2.1644, 54.5162],[-2.1644, 54.5174],[-2.1645, 54.518],[-2.1649, 54.5187],[-2.1684, 54.521],[-2.171401, 54.5226],[-2.1719, 54.5233],[-2.171801, 54.5239],[-2.170399, 54.5268],[-2.1685, 54.5297],[-2.168099, 54.5304],[-2.1682, 54.5307],[-2.1686, 54.5313],[-2.169301, 54.5321],[-2.170599, 54.5332],[-2.17300, 54.535],[-2.1761, 54.536],[-2.177799, 54.5364],[-2.17960, 54.5366],[-2.1817, 54.5363],[-2.185199, 54.5358],[-2.188999, 54.535],[-2.194101, 54.534],[-2.194999, 54.5339],[-2.1954, 54.5341],[-2.1966, 54.5349],[-2.2002, 54.538],[-2.206401, 54.543],[-2.2077, 54.5442],[-2.2081, 54.5447],[-2.2083, 54.5454],[-2.2077, 54.5516],[-2.2077, 54.5522],[-2.2081, 54.5526],[-2.2086, 54.5529],[-2.209501, 54.5533],[-2.214, 54.5547],[-2.2314, 54.5613],[-2.233099, 54.5617],[-2.235399, 54.5620],[-2.2369, 54.5625],[-2.242001, 54.5649],[-2.243999, 54.5658],[-2.254501, 54.5719],[-2.2611, 54.5768],[-2.264899, 54.58],[-2.2668, 54.5816],[-2.267999, 54.5826],[-2.2769, 54.5861],[-2.278901, 54.587],[-2.2825, 54.5883],[-2.2976, 54.5948],[-2.3015, 54.5967],[-2.302599, 54.5974],[-2.30290, 54.5986],[-2.3039, 54.6025],[-2.3046, 54.6069],[-2.305399, 54.6104],[-2.306601, 54.6125],[-2.3088, 54.6157],[-2.3135, 54.6213],[-2.318901, 54.6272],[-2.3218, 54.6311],[-2.318901, 54.6337],[-2.3148, 54.6354],[-2.3134, 54.6359],[-2.311899, 54.6366],[-2.311899, 54.6368],[-2.3122, 54.6376],[-2.3122, 54.6379],[-2.312001, 54.6382],[-2.3088, 54.6413],[-2.3078, 54.6421],[-2.307001, 54.6423],[-2.304101, 54.6425],[-2.3015, 54.6425],[-2.3004, 54.6431],[-2.299599, 54.6439],[-2.299599, 54.6441],[-2.299799, 54.6450],[-2.299799, 54.6453],[-2.298599, 54.6467],[-2.2969, 54.6483],[-2.296, 54.649],[-2.2952, 54.6495],[-2.2938, 54.6498],[-2.292099, 54.65],[-2.288399, 54.6499],[-2.2865, 54.6501],[-2.2857, 54.6505],[-2.285399, 54.6508],[-2.285899, 54.6517],[-2.2874, 54.6536],[-2.2888, 54.6565],[-2.289799, 54.6591],[-2.290699, 54.6633],[-2.2913, 54.6641],[-2.2918, 54.6645],[-2.2922, 54.6648],[-2.2948, 54.6655],[-2.30160, 54.6674],[-2.3022, 54.6677],[-2.3032, 54.6681],[-2.304699, 54.6685],[-2.306099, 54.6687],[-2.308599, 54.6688],[-2.310199, 54.669],[-2.3169, 54.6704],[-2.319799, 54.671],[-2.3227, 54.6718],[-2.3237, 54.6722],[-2.324199, 54.6725],[-2.326801, 54.6747],[-2.3283, 54.6757],[-2.331201, 54.6761],[-2.3329, 54.6766],[-2.3354, 54.6779],[-2.3375, 54.6796],[-2.3396, 54.6813],[-2.341401, 54.6826],[-2.342099, 54.6832],[-2.3441, 54.6847],[-2.344301, 54.6848],[-2.344899, 54.6850],[-2.34690, 54.6852],[-2.3473, 54.6854],[-2.347899, 54.6859],[-2.3485, 54.6866],[-2.3495, 54.6872],[-2.3498, 54.6875],[-2.349999, 54.6878],[-2.349999, 54.6881],[-2.3499, 54.6884],[-2.348701, 54.6901],[-2.348799, 54.6906],[-2.348901, 54.6908],[-2.3492, 54.6911],[-2.349699, 54.6914],[-2.3506, 54.6917],[-2.3519, 54.6923],[-2.352099, 54.6927],[-2.352099, 54.6931],[-2.3515, 54.6939],[-2.3506, 54.6948],[-2.3505, 54.6950],[-2.3506, 54.6953],[-2.350899, 54.6957],[-2.3513, 54.6961],[-2.3522, 54.6967],[-2.3527, 54.6969],[-2.353199, 54.6970],[-2.3536, 54.6972],[-2.354, 54.6976],[-2.354199, 54.6979],[-2.354199, 54.6983],[-2.354, 54.6986],[-2.3534, 54.699],[-2.35170, 54.6999],[-2.3506, 54.7006],[-2.349101, 54.702],[-2.3482, 54.7023],[-2.346699, 54.7025],[-2.345599, 54.7025],[-2.3447, 54.7025],[-2.344199, 54.7026],[-2.3439, 54.7027],[-2.3431, 54.7029],[-2.342299, 54.7033],[-2.3419, 54.7038],[-2.3415, 54.7044],[-2.34080, 54.7059],[-2.340499, 54.7068],[-2.3406, 54.7077],[-2.341401, 54.7086],[-2.342499, 54.7094],[-2.342999, 54.7098],[-2.3431, 54.7102],[-2.3429, 54.7105],[-2.342499, 54.7108],[-2.3404, 54.7118],[-2.33950, 54.7123],[-2.3394, 54.7127],[-2.3394, 54.7131],[-2.3397, 54.7154],[-2.339799, 54.7162],[-2.3397, 54.7166],[-2.338799, 54.7177],[-2.3383, 54.7179],[-2.3375, 54.718],[-2.336499, 54.7181],[-2.3361, 54.7182],[-2.335799, 54.7184],[-2.3354, 54.7188],[-2.334599, 54.7195],[-2.332599, 54.7209],[-2.331201, 54.7217],[-2.328701, 54.7229],[-2.3257, 54.725],[-2.324199, 54.7263],[-2.323999, 54.7266],[-2.3239, 54.7269],[-2.3239, 54.7273],[-2.323999, 54.7276],[-2.324199, 54.7277],[-2.325599, 54.7283],[-2.32730, 54.7295],[-2.328599, 54.7305],[-2.330899, 54.7331],[-2.3318, 54.7343],[-2.332099, 54.7348],[-2.332099, 54.735],[-2.332099, 54.7351],[-2.3311, 54.7354],[-2.328599, 54.7362],[-2.3262, 54.7371],[-2.3255, 54.7376],[-2.324899, 54.7382],[-2.324199, 54.7394],[-2.3237, 54.7405],[-2.323501, 54.7410],[-2.3234, 54.7415],[-2.323501, 54.742],[-2.3236, 54.7424],[-2.324899, 54.7451],[-2.325099, 54.7455],[-2.325099, 54.7459],[-2.324899, 54.7464],[-2.323501, 54.7484],[-2.319799, 54.7535],[-2.317899, 54.7560],[-2.3176, 54.7565],[-2.3176, 54.7567],[-2.317699, 54.7571],[-2.318, 54.7580],[-2.318501, 54.7589],[-2.3204, 54.7622],[-2.3203, 54.7633],[-2.3201, 54.7639],[-2.31990, 54.7643],[-2.3195, 54.7648],[-2.318701, 54.7658],[-2.316299, 54.7681],[-2.3153, 54.7688],[-2.3111, 54.7708],[-2.3083, 54.7723],[-2.3074, 54.7729],[-2.306299, 54.7738],[-2.3057, 54.7743],[-2.3055, 54.7746],[-2.3055, 54.7751],[-2.305599, 54.7754],[-2.306801, 54.7758],[-2.3076, 54.7761],[-2.308, 54.7764],[-2.308399, 54.7768],[-2.3088, 54.7776],[-2.309101, 54.7789],[-2.309999, 54.7844],[-2.309999, 54.7862],[-2.3071, 54.7909],[-2.305, 54.7918],[-2.303299, 54.7923],[-2.301201, 54.7928],[-2.2974, 54.793],[-2.29550, 54.7932],[-2.292799, 54.7935],[-2.2901, 54.7941],[-2.288501, 54.7952],[-2.287199, 54.7959],[-2.2857, 54.7964],[-2.284199, 54.797],[-2.2813, 54.7977],[-2.2791, 54.7982],[-2.27720, 54.7984],[-2.2751, 54.7979],[-2.262001, 54.7941],[-2.253, 54.7913],[-2.248701, 54.791],[-2.247999, 54.7908],[-2.2476, 54.7906],[-2.245699, 54.7887],[-2.2448, 54.7884],[-2.241601, 54.7881],[-2.2388, 54.7879],[-2.236201, 54.7881],[-2.2351, 54.788],[-2.234101, 54.7876],[-2.2328, 54.7865],[-2.230099, 54.7846],[-2.2267, 54.7838],[-2.2228, 54.7837],[-2.218199, 54.7833],[-2.2165, 54.7834],[-2.215499, 54.7836],[-2.2147, 54.784],[-2.213701, 54.7848],[-2.212399, 54.7862],[-2.2091, 54.7898],[-2.206401, 54.7934],[-2.203599, 54.7962],[-2.2004, 54.8004],[-2.1981, 54.8034],[-2.195499, 54.8064],[-2.1945, 54.8071],[-2.1933, 54.8073],[-2.1889, 54.8072],[-2.184999, 54.8073],[-2.178999, 54.8076],[-2.1754, 54.8077],[-2.173199, 54.8071],[-2.171801, 54.8064],[-2.170099, 54.8055],[-2.168, 54.8046],[-2.167099, 54.8046],[-2.166699, 54.8048],[-2.1664, 54.8051],[-2.166001, 54.8059],[-2.1631, 54.8142],[-2.1624, 54.8158],[-2.1615, 54.8174],[-2.1598, 54.8186],[-2.156001, 54.8203],[-2.1528, 54.8219],[-2.147099, 54.8244],[-2.142299, 54.8266],[-2.1417, 54.8273],[-2.141001, 54.8282],[-2.140399, 54.8299],[-2.1401, 54.8314],[-2.1398, 54.8344],[-2.1375, 54.8421],[-2.137001, 54.8433],[-2.1363, 54.8438],[-2.1356, 54.844],[-2.133399, 54.844],[-2.128099, 54.8435],[-2.1228, 54.843],[-2.1177, 54.8427],[-2.1101, 54.8417],[-2.1047, 54.8414],[-2.1026, 54.841],[-2.101099, 54.8402],[-2.0996, 54.839],[-2.0992, 54.8388],[-2.098599, 54.8386],[-2.096699, 54.8382],[-2.0952, 54.838],[-2.0926, 54.838],[-2.0892, 54.8382],[-2.087001, 54.8382],[-2.084199, 54.8389],[-2.081001, 54.8396],[-2.078399, 54.8402],[-2.072099, 54.8417],[-2.068399, 54.8433],[-2.065799, 54.8442],[-2.064899, 54.8445],[-2.0608, 54.8455],[-2.0559, 54.847],[-2.0536, 54.848],[-2.051001, 54.8486],[-2.0495, 54.8487],[-2.044101, 54.8495],[-2.041001, 54.8498],[-2.0383, 54.8501],[-2.0376, 54.8502],[-2.037, 54.8506],[-2.035899, 54.8518],[-2.0339, 54.8535],[-2.0322, 54.8543],[-2.03140, 54.8546],[-2.0294, 54.8555],[-2.027299, 54.8568],[-2.026401, 54.8577],[-2.0244, 54.8588],[-2.022799, 54.8596],[-2.021699, 54.8604],[-2.019799, 54.8615],[-2.011801, 54.8648],[-2.0091, 54.8662],[-2.0072, 54.8673],[-2.006299, 54.8678],[-2.005399, 54.8683],[-2.004699, 54.8686],[-2.004101, 54.8687],[-2.0002, 54.8686],[-1.995399, 54.8703],[-1.993, 54.8706],[-1.9884, 54.8706],[-1.9864, 54.8702],[-1.984501, 54.8696],[-1.981001, 54.8678],[-1.9769, 54.8649],[-1.974301, 54.8632],[-1.972, 54.8618],[-1.9592, 54.8581],[-1.957, 54.8577],[-1.9554, 54.8572],[-1.951699, 54.8561],[-1.9462, 54.8538],[-1.9449, 54.8534],[-1.942199, 54.8532],[-1.939999, 54.853],[-1.935799, 54.8527],[-1.934, 54.8526],[-1.9328, 54.8528],[-1.9319, 54.8529],[-1.9311, 54.8529],[-1.9305, 54.8528],[-1.9295, 54.8528],[-1.929, 54.8527],[-1.9282, 54.8523],[-1.9267, 54.8511],[-1.924999, 54.8501],[-1.923599, 54.8498],[-1.9227, 54.8498],[-1.920599, 54.8502],[-1.9197, 54.8502],[-1.919101, 54.8499],[-1.919, 54.8496],[-1.919, 54.8494],[-1.919899, 54.8478],[-1.919999, 54.8473],[-1.919399, 54.8453],[-1.919399, 54.8446],[-1.9198, 54.8441],[-1.9202, 54.8439],[-1.9233, 54.8437],[-1.924199, 54.8434],[-1.9249, 54.843],[-1.925099, 54.8427],[-1.925099, 54.8422],[-1.924999, 54.8417],[-1.924301, 54.8413],[-1.922199, 54.8409],[-1.920799, 54.8409],[-1.9182, 54.8412],[-1.9177, 54.8409],[-1.9176, 54.8407],[-1.9177, 54.8403],[-1.9181, 54.84],[-1.919101, 54.8394],[-1.919101, 54.839],[-1.9189, 54.8387],[-1.918599, 54.8385],[-1.916299, 54.8378],[-1.915599, 54.8374],[-1.9153, 54.8371],[-1.9151, 54.8358],[-1.9147, 54.8351],[-1.9138, 54.8345],[-1.912899, 54.8342],[-1.9124, 54.8342],[-1.912001, 54.8343],[-1.9116, 54.8346],[-1.9108, 54.8355],[-1.9102, 54.8359],[-1.909301, 54.8362],[-1.9082, 54.8364],[-1.907799, 54.8365],[-1.907699, 54.8367],[-1.9076, 54.837],[-1.9076, 54.8371],[-1.9082, 54.8374],[-1.9101, 54.8378],[-1.9125, 54.8383],[-1.9133, 54.8388],[-1.913501, 54.839],[-1.913501, 54.8392],[-1.9133, 54.8393],[-1.9126, 54.8395],[-1.909899, 54.8397],[-1.9073, 54.8401],[-1.9052, 54.8409],[-1.901801, 54.8423],[-1.900499, 54.843],[-1.8979, 54.8435],[-1.897099, 54.8436],[-1.8965, 54.8438],[-1.895599, 54.8443],[-1.895499, 54.8445],[-1.8953, 54.8451],[-1.895, 54.8454],[-1.894, 54.846],[-1.893, 54.8463],[-1.8922, 54.8463],[-1.891801, 54.8461],[-1.891299, 54.8458],[-1.889101, 54.8445],[-1.888, 54.8443],[-1.8872, 54.8442],[-1.8864, 54.8443],[-1.885, 54.8447],[-1.882599, 54.8462],[-1.8817, 54.8467],[-1.881099, 54.8469],[-1.876899, 54.8476],[-1.8758, 54.8479],[-1.8746, 54.8483],[-1.8729, 54.8488],[-1.867599, 54.8507],[-1.866899, 54.851],[-1.8667, 54.8512],[-1.8665, 54.8515],[-1.8659, 54.8536],[-1.8656, 54.8541],[-1.863, 54.856],[-1.8628, 54.8567],[-1.8629, 54.8575],[-1.863199, 54.8579],[-1.866201, 54.8603],[-1.8664, 54.8608],[-1.8664, 54.8611],[-1.8664, 54.8615],[-1.8663, 54.8619],[-1.8659, 54.8623],[-1.865399, 54.8628],[-1.864501, 54.8634],[-1.8601, 54.8658],[-1.859599, 54.8662],[-1.858999, 54.8668],[-1.858701, 54.8674],[-1.8584, 54.8686],[-1.858299, 54.8720],[-1.858, 54.8744],[-1.858099, 54.8776],[-1.858, 54.8781],[-1.8577, 54.8786],[-1.8573, 54.879],[-1.8564, 54.8795],[-1.8544, 54.8802],[-1.8513, 54.8811],[-1.8509, 54.8814],[-1.8505, 54.882],[-1.8501, 54.8832],[-1.8498, 54.8839],[-1.849599, 54.8842],[-1.8484, 54.8853],[-1.848199, 54.8859],[-1.848199, 54.8864],[-1.848701, 54.8871],[-1.8492, 54.8876],[-1.8526, 54.89],[-1.853, 54.8904],[-1.853099, 54.8907],[-1.853, 54.891],[-1.8527, 54.8915],[-1.8522, 54.8918],[-1.8514, 54.8919],[-1.8508, 54.8917],[-1.8485, 54.8907],[-1.8464, 54.8906],[-1.8458, 54.8907],[-1.844599, 54.8912],[-1.843199, 54.8921],[-1.8413, 54.894],[-1.8371, 54.8983],[-1.833099, 54.9002],[-1.828799, 54.9024],[-1.8249, 54.9045],[-1.82, 54.9059],[-1.8182, 54.906],[-1.815899, 54.9059],[-1.813599, 54.9058],[-1.8124, 54.9058],[-1.8117, 54.9059],[-1.809, 54.9069],[-1.8083, 54.9071],[-1.8067, 54.9073],[-1.8059, 54.9072],[-1.8054, 54.907],[-1.804399, 54.9058],[-1.804301, 54.9057],[-1.8039, 54.9056],[-1.802799, 54.9056],[-1.801601, 54.9058],[-1.7997, 54.9064],[-1.799199, 54.9064],[-1.7982, 54.9061],[-1.797099, 54.9057],[-1.7961, 54.9048],[-1.795699, 54.9046],[-1.794899, 54.9045],[-1.794101, 54.9046],[-1.793501, 54.9047],[-1.793, 54.9049],[-1.7925, 54.9052],[-1.7923, 54.9055],[-1.792099, 54.9059],[-1.7918, 54.9085],[-1.7917, 54.9089],[-1.791499, 54.9092],[-1.791299, 54.9094],[-1.789899, 54.9098],[-1.787699, 54.91],[-1.7846, 54.9104],[-1.7826, 54.9109],[-1.780599, 54.9116],[-1.7796, 54.9117],[-1.778, 54.9115],[-1.774999, 54.9104],[-1.7729, 54.9092],[-1.7694, 54.908],[-1.7682, 54.9078],[-1.767699, 54.9078],[-1.7674, 54.9079],[-1.766801, 54.9084],[-1.7666, 54.9088],[-1.766401, 54.9097],[-1.766201, 54.9099],[-1.7657, 54.9099],[-1.764199, 54.9093],[-1.7631, 54.9086],[-1.762699, 54.9085],[-1.7624, 54.9085],[-1.7617, 54.9087],[-1.759699, 54.9097],[-1.7574, 54.9107],[-1.754699, 54.9119],[-1.753399, 54.9126],[-1.7531, 54.9129],[-1.752001, 54.9151],[-1.7514, 54.9159],[-1.748, 54.9181],[-1.7474, 54.9183],[-1.746601, 54.9183],[-1.7435, 54.9179],[-1.7414, 54.9177],[-1.74, 54.9176],[-1.7393, 54.9176],[-1.735399, 54.9195],[-1.7348, 54.92],[-1.7344, 54.9205],[-1.7342, 54.9206],[-1.733999, 54.9205],[-1.733199, 54.9193],[-1.732399, 54.9185],[-1.7294, 54.9167],[-1.728099, 54.9159],[-1.7271, 54.9149],[-1.7263, 54.9138],[-1.7259, 54.9122],[-1.7258, 54.9104],[-1.7257, 54.9097],[-1.7255, 54.9092],[-1.725199, 54.9088],[-1.724699, 54.9083],[-1.723799, 54.908],[-1.723099, 54.9079],[-1.7208, 54.9091],[-1.7201, 54.9093],[-1.711401, 54.9087],[-1.707999, 54.9085],[-1.701601, 54.9081],[-1.697299, 54.9078],[-1.697001, 54.9078],[-1.6956, 54.9082],[-1.6953, 54.9082],[-1.6947, 54.9079],[-1.6939, 54.9073],[-1.691, 54.9046],[-1.6889, 54.9031],[-1.6884, 54.903],[-1.687899, 54.9031],[-1.6875, 54.9032],[-1.687199, 54.9034],[-1.687001, 54.9036],[-1.6868, 54.9041],[-1.6868, 54.9045],[-1.6871, 54.9058],[-1.6871, 54.9064],[-1.687001, 54.9069],[-1.6868, 54.9073],[-1.686601, 54.9076],[-1.6863, 54.9079],[-1.685899, 54.9081],[-1.6856, 54.9082],[-1.6834, 54.9088],[-1.680099, 54.9094],[-1.6782, 54.9098],[-1.677999, 54.9097],[-1.677199, 54.9086],[-1.673599, 54.9031],[-1.6732, 54.9022],[-1.6726, 54.9003],[-1.672199, 54.8992],[-1.672001, 54.8988],[-1.6718, 54.8985],[-1.671401, 54.8981],[-1.6705, 54.8976],[-1.6698, 54.8973],[-1.6673, 54.8966],[-1.6632, 54.8959],[-1.662699, 54.8966],[-1.6623, 54.8968],[-1.660599, 54.8964],[-1.6581, 54.8955],[-1.657001, 54.895],[-1.6569, 54.8947],[-1.657099, 54.8942],[-1.658599, 54.892],[-1.658599, 54.8916],[-1.658399, 54.8915],[-1.657799, 54.8915],[-1.6537, 54.8926],[-1.653501, 54.8926],[-1.6531, 54.8924],[-1.651401, 54.8897],[-1.648901, 54.8858],[-1.6454, 54.8814],[-1.6451, 54.8812],[-1.642099, 54.8811],[-1.6397, 54.8819],[-1.6351, 54.8834],[-1.6303, 54.8847],[-1.6282, 54.8855],[-1.626201, 54.8862],[-1.624699, 54.887],[-1.623, 54.8876],[-1.619699, 54.8879],[-1.6188, 54.8881],[-1.618299, 54.8884],[-1.6172, 54.89],[-1.616201, 54.8907],[-1.613199, 54.8924],[-1.6105, 54.893],[-1.6088, 54.8942],[-1.606601, 54.8966],[-1.604699, 54.8982],[-1.6041, 54.8984],[-1.6012, 54.8989],[-1.599699, 54.8993],[-1.5955, 54.9015],[-1.5933, 54.9027],[-1.5929, 54.9029],[-1.592499, 54.903],[-1.5922, 54.9029],[-1.590899, 54.9016],[-1.587499, 54.8989],[-1.5849, 54.8957],[-1.5825, 54.8923],[-1.580899, 54.8893],[-1.576601, 54.8825],[-1.575, 54.8802],[-1.574301, 54.8800],[-1.570099, 54.8804],[-1.563599, 54.8814],[-1.5613, 54.8814],[-1.5583, 54.8814],[-1.557001, 54.8812],[-1.556601, 54.8810],[-1.5567, 54.8806],[-1.558701, 54.8774],[-1.5588, 54.8770],[-1.558599, 54.8767],[-1.5482, 54.8764],[-1.5358, 54.8761],[-1.5331, 54.8756],[-1.532001, 54.8752],[-1.531201, 54.8748],[-1.529799, 54.8744],[-1.524, 54.8736],[-1.5225, 54.8729],[-1.522001, 54.8726],[-1.5204, 54.8718],[-1.519199, 54.8718],[-1.5179, 54.8721],[-1.516801, 54.8719],[-1.5129, 54.8705],[-1.5124, 54.8702],[-1.512001, 54.8697],[-1.5122, 54.8679],[-1.5125, 54.8657],[-1.513, 54.8625],[-1.512699, 54.861],[-1.5121, 54.859],[-1.51, 54.8541],[-1.5082, 54.8505],[-1.508501, 54.8499],[-1.509799, 54.8482],[-1.514101, 54.845],[-1.5152, 54.8438],[-1.516001, 54.8363],[-1.5159, 54.8357],[-1.515499, 54.8354],[-1.511899, 54.8363],[-1.503399, 54.8384],[-1.5002, 54.8392],[-1.499699, 54.839],[-1.4987, 54.8373],[-1.496601, 54.8329],[-1.494501, 54.8294],[-1.493, 54.8268],[-1.4906, 54.824],[-1.490299, 54.8231],[-1.4901, 54.8221],[-1.490399, 54.8202],[-1.4908, 54.8188],[-1.4907, 54.8185],[-1.4894, 54.8172],[-1.4863, 54.8141],[-1.4851, 54.8134],[-1.4827, 54.8124],[-1.4798, 54.8110],[-1.4879, 54.8066],[-1.4888, 54.8061],[-1.4908, 54.8048],[-1.4914, 54.8042],[-1.491899, 54.8036],[-1.4922, 54.803],[-1.4923, 54.8023],[-1.4921, 54.8016],[-1.490399, 54.8005],[-1.4881, 54.8006],[-1.4828, 54.8011],[-1.4757, 54.8018],[-1.4736, 54.8020],[-1.4719, 54.8020],[-1.469301, 54.8020],[-1.4655, 54.8018],[-1.4599, 54.8018],[-1.4578, 54.8018],[-1.451601, 54.8016],[-1.4498, 54.8018],[-1.446499, 54.8026],[-1.443599, 54.8035],[-1.442999, 54.8036],[-1.4421, 54.8032],[-1.439399, 54.8016],[-1.437999, 54.8008],[-1.432199, 54.8023],[-1.429301, 54.803],[-1.429, 54.803],[-1.4276, 54.8024],[-1.4269, 54.8025],[-1.4254, 54.8032],[-1.4247, 54.8037],[-1.422001, 54.8067],[-1.419999, 54.8106],[-1.4189, 54.8122],[-1.416401, 54.8160],[-1.4148, 54.8186],[-1.411, 54.8246],[-1.411, 54.8253],[-1.411201, 54.8258],[-1.416401, 54.8311],[-1.417199, 54.8322],[-1.417899, 54.8334],[-1.4183, 54.8347],[-1.418599, 54.8365],[-1.419101, 54.8385],[-1.4196, 54.8401],[-1.4196, 54.8405],[-1.419, 54.8407],[-1.412899, 54.8416],[-1.412001, 54.8418],[-1.411299, 54.8423],[-1.411201, 54.8429],[-1.411, 54.8449],[-1.4108, 54.8453],[-1.409999, 54.8457],[-1.4073, 54.8467],[-1.405699, 54.8469],[-1.3996, 54.8477],[-1.3981, 54.8477],[-1.3952, 54.8477],[-1.393, 54.8476],[-1.39, 54.8478],[-1.388, 54.8478],[-1.384799, 54.848],[-1.382001, 54.8482],[-1.3816, 54.8483],[-1.3807, 54.849],[-1.378999, 54.8504],[-1.376201, 54.8528],[-1.373399, 54.8549],[-1.3686, 54.8569],[-1.3659, 54.8574],[-1.363199, 54.8577],[-1.361001, 54.858],[-1.359501, 54.8581],[-1.357599, 54.8586],[-1.3559, 54.859],[-1.353099, 54.8592],[-1.3519, 54.8595],[-1.349699, 54.8605],[-1.3462, 54.8617],[-1.3457, 54.8601],[-1.345, 54.8579],[-1.343799, 54.8557],[-1.342299, 54.8535],[-1.341001, 54.8519],[-1.3405, 54.8514],[-1.3386, 54.8498],[-1.337299, 54.8482],[-1.3365, 54.8475],[-1.3355, 54.847],[-1.3333, 54.8458],[-1.3326, 54.8451],[-1.3313, 54.8427],[-1.3305, 54.8417],[-1.329301, 54.8406],[-1.328501, 54.8402],[-1.3277, 54.8401],[-1.3262, 54.8402],[-1.3236, 54.8401],[-1.322999, 54.8399],[-1.322399, 54.8394],[-1.322299, 54.839],[-1.322399, 54.8387],[-1.3228, 54.8384],[-1.3247, 54.838],[-1.327299, 54.8375],[-1.3276, 54.8373],[-1.3278, 54.8371],[-1.3279, 54.8369],[-1.3279, 54.8366],[-1.3275, 54.8358],[-1.326699, 54.8348],[-1.3261, 54.8345],[-1.3256, 54.8344],[-1.3253, 54.8345],[-1.325, 54.8349],[-1.325, 54.8354],[-1.325099, 54.8361],[-1.325099, 54.8363],[-1.325, 54.8365],[-1.3242, 54.837],[-1.3239, 54.8371],[-1.323701, 54.837],[-1.323099, 54.8364],[-1.3228, 54.8363],[-1.3225, 54.8364],[-1.3217, 54.8371],[-1.321499, 54.8372],[-1.3212, 54.8371],[-1.320899, 54.8369],[-1.320799, 54.8366],[-1.320799, 54.8364],[-1.3211, 54.836],[-1.324, 54.8343],[-1.3256, 54.8331],[-1.3257, 54.8328],[-1.3257, 54.8325],[-1.3254, 54.8323],[-1.3239, 54.8312],[-1.3226, 54.8299],[-1.322001, 54.829],[-1.321601, 54.8283],[-1.320899, 54.8273],[-1.3203, 54.8262],[-1.3198, 54.8247],[-1.319399, 54.8225],[-1.319, 54.8209],[-1.318599, 54.8201],[-1.3171, 54.8179],[-1.3162, 54.8166],[-1.3153, 54.8156],[-1.313701, 54.8141],[-1.3126, 54.8127],[-1.312199, 54.8119],[-1.3121, 54.8115],[-1.3121, 54.8113],[-1.3128, 54.8097],[-1.312999, 54.8090],[-1.3131, 54.8082],[-1.312999, 54.8078],[-1.3127, 54.8072],[-1.3118, 54.8057],[-1.3111, 54.8041],[-1.3106, 54.8023],[-1.3105, 54.801],[-1.3104, 54.8005],[-1.310199, 54.7999],[-1.3098, 54.799],[-1.3097, 54.7983],[-1.3097, 54.7979],[-1.310099, 54.7971],[-1.3112, 54.7956],[-1.311401, 54.795],[-1.311401, 54.7945],[-1.3111, 54.7934],[-1.3103, 54.7913],[-1.3096, 54.7897],[-1.3088, 54.7878],[-1.307899, 54.7851],[-1.3077, 54.7835],[-1.3074, 54.7802],[-1.307001, 54.7788],[-1.3061, 54.7767],[-1.304999, 54.7746],[-1.3026, 54.771],[-1.3002, 54.7679],[-1.2974, 54.7652],[-1.2954, 54.7637],[-1.2926, 54.7617],[-1.290599, 54.7604],[-1.289199, 54.7594],[-1.286801, 54.7579],[-1.2837, 54.7556],[-1.2804, 54.7535],[-1.278, 54.7519],[-1.2747, 54.7495],[-1.2717, 54.7476],[-1.269, 54.7459],[-1.267099, 54.7447],[-1.2659, 54.7437],[-1.265599, 54.7433],[-1.265, 54.7412],[-1.264699, 54.7407],[-1.264101, 54.74],[-1.262699, 54.7388],[-1.2611, 54.7378],[-1.2586, 54.7361],[-1.2565, 54.7344],[-1.255399, 54.7333],[-1.2544, 54.7326],[-1.252599, 54.7315],[-1.2507, 54.7301],[-1.248199, 54.7285],[-1.245499, 54.7269],[-1.246899, 54.7264],[-1.247599, 54.7262],[-1.2496, 54.726],[-1.2508, 54.726],[-1.2546, 54.7264],[-1.2559, 54.7264],[-1.260399, 54.7265],[-1.261001, 54.7267],[-1.2616, 54.727],[-1.2631, 54.7279],[-1.2638, 54.7281],[-1.2652, 54.7281],[-1.2681, 54.7277],[-1.271001, 54.7265],[-1.274199, 54.7254],[-1.2745, 54.7252],[-1.274899, 54.7244],[-1.2753, 54.7241],[-1.2767, 54.7234],[-1.2817, 54.7224],[-1.2823, 54.7222],[-1.2858, 54.7202],[-1.2883, 54.7189],[-1.289, 54.7186],[-1.2898, 54.7184],[-1.2918, 54.7184],[-1.2933, 54.7185],[-1.297199, 54.7185],[-1.298, 54.7184],[-1.298501, 54.7182],[-1.3031, 54.7151],[-1.3033, 54.7147],[-1.3032, 54.7144],[-1.2996, 54.7089],[-1.299399, 54.7085],[-1.2996, 54.7082],[-1.3009, 54.7067],[-1.307001, 54.6987],[-1.3075, 54.6982],[-1.3104, 54.6958],[-1.3118, 54.6949],[-1.317299, 54.6936],[-1.3228, 54.6920],[-1.3255, 54.6921],[-1.3286, 54.6921],[-1.3325, 54.6939],[-1.3332, 54.6941],[-1.3341, 54.6941],[-1.339, 54.6937],[-1.354699, 54.6935],[-1.3552, 54.6933],[-1.355399, 54.6932],[-1.3556, 54.6922],[-1.355399, 54.6912],[-1.3551, 54.6896],[-1.355, 54.6892],[-1.354501, 54.6889],[-1.3508, 54.6897],[-1.3485, 54.6895],[-1.343799, 54.6897],[-1.338099, 54.6896],[-1.334599, 54.6898],[-1.3334, 54.6895],[-1.332299, 54.6891],[-1.331401, 54.6887],[-1.3299, 54.6879],[-1.329399, 54.6875],[-1.328799, 54.6869],[-1.328501, 54.6862],[-1.3284, 54.6849],[-1.328501, 54.6845],[-1.329599, 54.6817],[-1.3298, 54.6807],[-1.3298, 54.6803],[-1.329599, 54.6777],[-1.3297, 54.6774],[-1.3304, 54.6769],[-1.3357, 54.6726],[-1.3365, 54.6722],[-1.338099, 54.6713],[-1.338799, 54.671],[-1.339301, 54.6709],[-1.341001, 54.6707],[-1.341401, 54.6705],[-1.3419, 54.67],[-1.3426, 54.6692],[-1.343099, 54.6684],[-1.343701, 54.6665],[-1.345399, 54.6657],[-1.346001, 54.6645],[-1.3462, 54.6635],[-1.345899, 54.6628],[-1.3451, 54.662],[-1.3451, 54.6616],[-1.345399, 54.6611],[-1.345899, 54.6607],[-1.346601, 54.6601],[-1.346601, 54.6598],[-1.3442, 54.6593],[-1.3426, 54.6579],[-1.341601, 54.6569],[-1.340299, 54.6555],[-1.339599, 54.654],[-1.3391, 54.6521]]]]}, properties:{name:"County Durham"}}, {type:"Feature", geometry:{type:"MultiPolygon", coordinates:[[[[-0.08450051, 50.862],[-0.08620052, 50.8639],[-0.08620052, 50.8664],[-0.08579952, 50.867],[-0.08649952, 50.8681],[-0.08809952, 50.869],[-0.08899952, 50.8696],[-0.08910052000000002, 50.8717],[-0.1007995, 50.8752],[-0.1064995, 50.873],[-0.1078995, 50.8712],[-0.1101995, 50.8712],[-0.1148995, 50.8716],[-0.1187005, 50.8723],[-0.1235995, 50.8714],[-0.1257995, 50.8745],[-0.1274995, 50.8762],[-0.1337005, 50.878],[-0.1329995, 50.8857],[-0.1320995, 50.8891],[-0.1305995, 50.8934],[-0.1287995, 50.8986],[-0.1282995, 50.9004],[-0.1274995, 50.9061],[-0.1271995, 50.9110],[-0.1258995, 50.918],[-0.1250995, 50.9202],[-0.1243005, 50.9223],[-0.1235995, 50.9232],[-0.1224995, 50.9246],[-0.1206995, 50.9278],[-0.1191995, 50.9313],[-0.1185005, 50.9335],[-0.1182995, 50.9344],[-0.1180995, 50.9361],[-0.1181995, 50.9388],[-0.1179995, 50.9396],[-0.1175995, 50.9419],[-0.1171995, 50.9434],[-0.1162005, 50.9452],[-0.1166005, 50.9455],[-0.1176995, 50.9456],[-0.1204995, 50.9460],[-0.1207995, 50.9466],[-0.1205995, 50.9473],[-0.1200995, 50.9474],[-0.1189995, 50.9475],[-0.1041995, 50.9463],[-0.1035005, 50.9463],[-0.1027995, 50.9465],[-0.1020005, 50.947],[-0.1016995, 50.9477],[-0.1031995, 50.9501],[-0.1030995, 50.9509],[-0.1027995, 50.9524],[-0.1055995, 50.9572],[-0.1048995, 50.9617],[-0.1043005, 50.9630],[-0.1027995, 50.9644],[-0.1031995, 50.9654],[-0.1039005, 50.9662],[-0.1049995, 50.9669],[-0.1079995, 50.9681],[-0.1101995, 50.9697],[-0.1103995, 50.9701],[-0.1105995, 50.971],[-0.1102995, 50.9732],[-0.1099995, 50.9747],[-0.1093995, 50.9766],[-0.1089995, 50.9773],[-0.1081995, 50.9784],[-0.1073995, 50.9794],[-0.1070995, 50.9796],[-0.1062005, 50.9799],[-0.1054995, 50.98],[-0.1046995, 50.9801],[-0.1031995, 50.9802],[-0.1018005, 50.9803],[-0.09969952, 50.9802],[-0.09819952, 50.9799],[-0.09589951, 50.9791],[-0.09499951, 50.9791],[-0.09450052, 50.9791],[-0.09339952, 50.9795],[-0.09219952, 50.9803],[-0.08989952, 50.9824],[-0.08789952000000002, 50.9841],[-0.08640052, 50.9853],[-0.08499952, 50.9869],[-0.08350052, 50.9889],[-0.08219951, 50.9894],[-0.08109952, 50.9896],[-0.07890052, 50.99],[-0.07759952, 50.9902],[-0.07489952, 50.9906],[-0.07219952, 50.991],[-0.07049952, 50.9912],[-0.06939952, 50.9914],[-0.06809952, 50.9917],[-0.06660052, 50.9917],[-0.06609952, 50.9915],[-0.06559952, 50.9906],[-0.06339952, 50.9856],[-0.06269952, 50.9808],[-0.06209952, 50.9802],[-0.05999952, 50.9793],[-0.05859952, 50.9788],[-0.05719952, 50.9787],[-0.05529952, 50.9788],[-0.05189952, 50.979],[-0.04989952, 50.9793],[-0.04559952, 50.9797],[-0.04039952, 50.9795],[-0.03879952, 50.9793],[-0.03689952, 50.9785],[-0.03529952, 50.9775],[-0.03410052, 50.9773],[-0.03329952, 50.9774],[-0.03169952, 50.9783],[-0.03069952, 50.9789],[-0.03009952000000002, 50.9792],[-0.02799952, 50.9795],[-0.02519952, 50.9798],[-0.02329952, 50.9804],[-0.02180052, 50.982],[-0.02109952, 50.9828],[-0.02059952, 50.9835],[-0.01989952, 50.9849],[-0.01939952, 50.9867],[-0.01899952, 50.9884],[-0.01890052, 50.9932],[-0.01819952,51.0014],[-0.01809952,51.0032],[-0.01819952,51.004],[-0.01829952,51.0057],[-0.01859952,51.0088],[-0.01850052,51.0096],[-0.01809952,51.0105],[-0.01689952,51.0122],[-0.01620052,51.0130],[-0.01569952,51.0135],[-0.01519952,51.0138],[-0.01489952,51.0141],[-0.01489952,51.0145],[-0.01529952,51.0146],[-0.01729952,51.0149],[-0.02019952,51.0156],[-0.02039952,51.0157],[-0.02049952,51.0162],[-0.02039952,51.0173],[-0.01999952,51.0179],[-0.01829952,51.0187],[-0.01759952,51.0193],[-0.01749952,51.0197],[-0.01789952,51.0217],[-0.01859952,51.0247],[-0.01870052,51.0256],[-0.01870052,51.0260],[-0.01850052,51.0264],[-0.01829952,51.0267],[-0.01779952,51.0270],[-0.01719952,51.0272],[-0.01600052,51.0276],[-0.01269952,51.0283],[-0.01169952,51.0288],[-0.009799518,51.0305],[-0.007999517,51.0319],[-0.007000518,51.0325],[-0.005799518,51.0331],[-0.004500518,51.0337],[-0.002099518,51.0346],[-0.0002995174,51.0353],[-0.00009951745,51.0356],[-0.0001995174,51.0366],[-0.0003995174,51.0375],[-0.0006995174,51.038],[-0.001200517,51.038],[-0.002299517,51.0377],[-0.003700517,51.0376],[-0.004599518,51.0376],[-0.005299517,51.0378],[-0.005499518,51.0383],[-0.005599517,51.0389],[-0.005399517,51.0398],[-0.005199518,51.0402],[-0.004999517,51.0404],[-0.004799517,51.0406],[-0.003599518,51.0408],[-0.002599517,51.041],[-0.002199518,51.0412],[-0.001299517,51.0417],[-0.0006995174,51.0422],[-0.0003995174,51.043],[-0.0001995174,51.0437],[-0.00009951745,51.0442],[-0.0004995174,51.0448],[-0.001200517,51.0454],[-0.002099518,51.0463],[-0.002299517,51.0466],[-0.002399517,51.0469],[-0.002199518,51.0474],[-0.001899517,51.0478],[-0.0007995174000000002,51.0484],[0.004800483,51.0507],[0.01109948,51.0531],[0.01370048,51.0538],[0.01379948,51.0558],[0.01379948,51.0567],[0.01370048,51.0578],[0.01290048,51.058],[0.007600483,51.0583],[0.005899482,51.058],[0.003900483,51.0573],[0.001499483,51.0569],[-0.0003995174,51.0569],[-0.001000517,51.057],[-0.003099517,51.0576],[-0.005299517,51.0584],[-0.007699518,51.0593],[-0.008399517,51.0602],[-0.008599518,51.0606],[-0.008700517,51.0612],[-0.008799518,51.0618],[-0.008700517,51.0622],[-0.008099518,51.0635],[-0.007799517,51.0646],[-0.007899517,51.0652],[-0.008199518,51.0656],[-0.009699518,51.0665],[-0.01029952,51.0672],[-0.01089952,51.0685],[-0.01109952,51.0693],[-0.01109952,51.0704],[-0.01100052,51.0715],[-0.01089952,51.0727],[-0.01120052,51.0732],[-0.01169952,51.0736],[-0.01209952,51.0737],[-0.01379952,51.0739],[-0.01589952,51.0744],[-0.01819952,51.0749],[-0.02019952,51.0752],[-0.02499952,51.075],[-0.02859952,51.0744],[-0.03100052,51.0742],[-0.03309952,51.0746],[-0.03489952,51.075],[-0.03549952,51.0754],[-0.03559952,51.0762],[-0.03539952,51.0774],[-0.03339952,51.0855],[-0.03299952,51.0872],[-0.03249952,51.0887],[-0.03149952,51.0907],[-0.03109952,51.0914],[-0.03079952,51.0918],[-0.03049952,51.0922],[-0.03029952,51.0924],[-0.02939952,51.0931],[-0.02859952,51.0935],[-0.02719952,51.0934],[-0.02579952,51.0940],[-0.02450052,51.0954],[-0.02299952,51.0967],[-0.02019952,51.0975],[0.005600483,51.1014],[0.008300482,51.1018],[0.01100048,51.1014],[0.01210048,51.1028],[0.01260048,51.1036],[0.01280048,51.1039],[0.01280048,51.1042],[0.01240048,51.1046],[0.01129948,51.1049],[0.008300482,51.1057],[0.007000483,51.1063],[0.006499483,51.1067],[0.007300483,51.1076],[0.01069948,51.1111],[0.01100048,51.1112],[0.01160048,51.1111],[0.01200048,51.1109],[0.01240048,51.1105],[0.01420048,51.108],[0.01600048,51.1065],[0.01790048,51.1055],[0.01980048,51.1052],[0.02060048,51.1054],[0.02120048,51.1057],[0.02440048,51.1082],[0.02680048,51.1097],[0.02850048,51.1105],[0.03060048,51.1108],[0.03260048,51.1106],[0.03500048,51.1118],[0.03770048,51.1132],[0.03819948,51.1135],[0.03870048,51.1142],[0.03870048,51.1144],[0.03850048,51.1148],[0.03810048,51.1151],[0.03670048,51.1156],[0.03510048,51.1162],[0.03129948,51.1176],[0.02879948,51.119],[0.02839948000000002,51.1192],[0.02810048,51.1197],[0.02649948,51.1410],[0.02940048,51.1408],[0.03240048,51.1411],[0.03660048,51.1415],[0.03990048,51.1422],[0.04060048,51.1422],[0.04100048,51.1421],[0.04190048,51.1414],[0.04260048,51.1410],[0.04310048,51.1408],[0.04370048,51.1409],[0.04879948,51.1417],[0.05270048,51.1419],[0.05480048,51.1419],[0.06010048,51.1410],[0.06350049,51.1403],[0.06359948,51.1403],[0.06600048,51.1398],[0.06810048,51.1398],[0.07020048,51.1399],[0.07930049,51.1406],[0.08109948,51.1408],[0.08440048,51.1408],[0.09170048,51.1410],[0.09790048,51.1418],[0.1029995,51.1429],[0.1067005,51.1450],[0.1114005,51.1461],[0.1148005,51.1468],[0.1196005,51.1476],[0.1212995,51.1480],[0.1233005,51.1476],[0.1285995,51.1470],[0.1321005,51.1466],[0.1362995,51.1462],[0.1396005,51.1458],[0.1420005,51.1450],[0.1452005,51.1433],[0.1481995,51.1425],[0.1539005,51.1416],[0.1587005,51.1413],[0.1604995,51.1411],[0.1620005,51.1407],[0.1633995,51.139],[0.1631995,51.1377],[0.1624005,51.1370],[0.1619005,51.1369],[0.1608995,51.1372],[0.1585995,51.1368],[0.1569005,51.1365],[0.1546005,51.1361],[0.1531995,51.1354],[0.1524005,51.1345],[0.1516005,51.1326],[0.1506995,51.1289],[0.1510995,51.1256],[0.1527005,51.1224],[0.1541005,51.1218],[0.1554005,51.1214],[0.1562005,51.12],[0.1583005,51.117],[0.1602005,51.1162],[0.1637005,51.1152],[0.1689995,51.1146],[0.1729995,51.1144],[0.1779995,51.1145],[0.1817005,51.1149],[0.1879995,51.1177],[0.1937005,51.1182],[0.1981995,51.1183],[0.2001005,51.1184],[0.2037995,51.1193],[0.2120005,51.1217],[0.2150005,51.1225],[0.2160995,51.1227],[0.2183995,51.1222],[0.2189995,51.1222],[0.2206995,51.1239],[0.2212005,51.1243],[0.2224005,51.1245],[0.2231995,51.1246],[0.2250005,51.1248],[0.2274005,51.1242],[0.2303005,51.1227],[0.2320005,51.1219],[0.2402005,51.1186],[0.2427005,51.1178],[0.2445005,51.1176],[0.2524005,51.1173],[0.2539005,51.1144],[0.2583005,51.1141],[0.2608005,51.1134],[0.2624005,51.1138],[0.2644005,51.1144],[0.2669005,51.1144],[0.2726005,51.1122],[0.2748005,51.1113],[0.2762995,51.1124],[0.2773005,51.1135],[0.2777005,51.1178],[0.2785005,51.1186],[0.2816005,51.1189],[0.2850005,51.1187],[0.2873005,51.1189],[0.2891005,51.1194],[0.2951005,51.1198],[0.2989995,51.1189],[0.3035005,51.1196],[0.3081005,51.1205],[0.3143005,51.1211],[0.3185995,51.122],[0.3204005,51.1226],[0.3219005,51.1229],[0.3237995,51.1231],[0.3251005,51.1229],[0.3258995,51.1228],[0.3264005,51.1225],[0.3293005,51.1197],[0.3302005,51.1184],[0.3256995,51.1147],[0.3254005,51.1145],[0.3251005,51.1135],[0.3249005,51.1122],[0.3251005,51.1116],[0.3258005,51.1111],[0.3279995,51.1105],[0.3312005,51.1106],[0.3329995,51.11],[0.3339995,51.109],[0.3358005,51.1078],[0.3406995,51.1077],[0.3439005,51.1069],[0.3491005,51.1058],[0.3510005,51.1056],[0.3528005,51.1056],[0.3564005,51.1062],[0.3569005,51.1061],[0.3575005,51.1051],[0.3575005,51.1047],[0.3575005,51.1041],[0.3566005,51.101],[0.3544005,51.0992],[0.3541005,51.0986],[0.3542005,51.0934],[0.3529995,51.0908],[0.3527005,51.0896],[0.3525005,51.0880],[0.3523005,51.0866],[0.3516005,51.0833],[0.3518005,51.0830],[0.3527005,51.0828],[0.3544005,51.0830],[0.3552005,51.0835],[0.3581005,51.0850],[0.3600005,51.0861],[0.3617005,51.0868],[0.3649005,51.0894],[0.3668005,51.0892],[0.3708995,51.0878],[0.3742005,51.0876],[0.3764995,51.0872],[0.3781005,51.0867],[0.3792005,51.0870],[0.3831005,51.0878],[0.3842005,51.0877],[0.3856005,51.0872],[0.3862005,51.0865],[0.3870005,51.0856],[0.3894005,51.0859],[0.3904005,51.0859],[0.3924005,51.0845],[0.3952005,51.0837],[0.3978005,51.0833],[0.4017005,51.0826],[0.4052005,51.0822],[0.4051005,51.0816],[0.4051005,51.0797],[0.4046005,51.0782],[0.4026005,51.0745],[0.4003005,51.0729],[0.3994005,51.0712],[0.3998005,51.0705],[0.4004995,51.0699],[0.4029005,51.0696],[0.4067005,51.0689],[0.4104005,51.0672],[0.4122005,51.0656],[0.4133995,51.0663],[0.4162005,51.0667],[0.4169005,51.0663],[0.4178005,51.0639],[0.4204005,51.0629],[0.4252005,51.063],[0.4289005,51.0629],[0.4310005,51.0622],[0.4348005,51.0608],[0.4374005,51.0604],[0.4420005,51.0586],[0.4466005,51.0582],[0.4514005,51.0574],[0.4537995,51.0572],[0.4556005,51.057],[0.4570005,51.0566],[0.4579995,51.0552],[0.4597005,51.0533],[0.4616005,51.0517],[0.4723005,51.0506],[0.4726005,51.0499],[0.4719005,51.0483],[0.4706005,51.0455],[0.4681005,51.0399],[0.4674005,51.0388],[0.4667005,51.0375],[0.4666005,51.0365],[0.4667005,51.0351],[0.4671005,51.0343],[0.4676005,51.0338],[0.4683995,51.0331],[0.4716005,51.0314],[0.4754005,51.0297],[0.4779995,51.0289],[0.4798005,51.0292],[0.4824005,51.0301],[0.4854005,51.031],[0.4903005,51.0314],[0.4956005,51.031],[0.4978005,51.0300],[0.5024005,51.0283],[0.5150005,51.0247],[0.5214995,51.0250],[0.5251005,51.0251],[0.5260005,51.0250],[0.5266005,51.0248],[0.5277005,51.0244],[0.5303005,51.0234],[0.5346005,51.0230],[0.5381005,51.0205],[0.5394005,51.0183],[0.5406005,51.0157],[0.5412995,51.0129],[0.5429995,51.011],[0.5460005,51.0096],[0.5495005,51.0081],[0.5533005,51.0072],[0.5566005,51.0103],[0.5608005,51.0098],[0.5641005,51.009],[0.5689995,51.0070],[0.5723005,51.0051],[0.5754005,51.0057],[0.5760995,51.0059],[0.5773005,51.0062],[0.5797005,51.0066],[0.5822005,51.0064],[0.5837995,51.0068],[0.5856005,51.0089],[0.5889005,51.0103],[0.5917005,51.0114],[0.5937005,51.0114],[0.5951005,51.0113],[0.5987995,51.0106],[0.6004005,51.0113],[0.6024005,51.0123],[0.6050005,51.0136],[0.6066005,51.0134],[0.6072005,51.0132],[0.6075005,51.0131],[0.6083005,51.0129],[0.6118005,51.0125],[0.6122005,51.0124],[0.6126005,51.0122],[0.6129005,51.0121],[0.6141005,51.0122],[0.6154005,51.0123],[0.6178005,51.0143],[0.6192005,51.0149],[0.6218005,51.0155],[0.6251005,51.0155],[0.6329995,51.0137],[0.6356995,51.0123],[0.6369005,51.0116],[0.6379995,51.0123],[0.6391005,51.0130],[0.6453005,51.017],[0.6496005,51.0178],[0.6594005,51.0172],[0.6652005,51.0163],[0.6662005,51.0153],[0.6706005000000002,51.0120],[0.6735995,51.0071],[0.6760005,51.0038],[0.6787995,51.0022],[0.6808995,51.001],[0.6839005,51.0004],[0.6887005000000002, 50.9997],[0.6937005, 50.9991],[0.6981995, 50.9986],[0.6991005, 50.9984],[0.7014005, 50.9969],[0.7021005, 50.9965],[0.7026005, 50.9962],[0.7043005, 50.9942],[0.7048005, 50.9935],[0.7064005, 50.9939],[0.7069005, 50.9946],[0.7070005000000003, 50.9956],[0.7070005000000003, 50.9961],[0.7071005, 50.9966],[0.7076005, 50.9972],[0.7085005, 50.998],[0.7093005, 50.9984],[0.7098005, 50.9986],[0.7131005000000002, 50.9981],[0.7200005, 50.9988],[0.7248005, 50.9994],[0.7283995,51],[0.7335995,51.0006],[0.7416005,51.0016],[0.7427005,51.0013],[0.7612005, 50.9962],[0.7662005, 50.9956],[0.7675005, 50.9954],[0.7699005, 50.9952],[0.7756005, 50.9938],[0.7785005000000002, 50.993],[0.7806995, 50.9924],[0.7816005, 50.9919],[0.7799005, 50.9896],[0.7799005, 50.989],[0.7801005, 50.9884],[0.7812995, 50.9865],[0.7824005, 50.9857],[0.7852005, 50.9848],[0.7852005, 50.9842],[0.7850005, 50.9837],[0.7827005, 50.9821],[0.7794005, 50.9795],[0.7792005, 50.9792],[0.7792005, 50.9787],[0.7798005, 50.9781],[0.7803005, 50.9781],[0.7814005, 50.9785],[0.7848005, 50.9785],[0.7873005, 50.9782],[0.7881995000000002, 50.978],[0.7887005, 50.9775],[0.7927005, 50.9695],[0.7991005, 50.9619],[0.8027005, 50.9576],[0.8053005, 50.9555],[0.8103005, 50.9510],[0.8120005, 50.9497],[0.8133995, 50.9484],[0.8135995, 50.9446],[0.8135005, 50.9422],[0.8137995, 50.9416],[0.8164005, 50.9423],[0.8225005, 50.9444],[0.8328005, 50.9474],[0.8339995, 50.9484],[0.8364005, 50.9496],[0.8379995, 50.9509],[0.8396005, 50.9528],[0.8402005, 50.9540],[0.8416005, 50.9568],[0.8420005, 50.9572],[0.8439005, 50.9566],[0.8456995, 50.9559],[0.8469005, 50.9547],[0.8472005000000002, 50.9521],[0.8475005, 50.9518],[0.8517005, 50.9514],[0.8529995, 50.9516],[0.8546005, 50.9521],[0.8576005, 50.9527],[0.8604995, 50.9471],[0.8612005, 50.9419],[0.8612005, 50.9406],[0.8625005, 50.937],[0.8669005000000002, 50.9346],[0.8676005, 50.9342],[0.8685005, 50.9332],[0.8685995, 50.9326],[0.8683995, 50.932],[0.8676005, 50.931],[0.8623005, 50.9276],[0.8569005, 50.9238],[0.8504005, 50.9249],[0.8418005, 50.9261],[0.8329005, 50.927],[0.8222005, 50.9288],[0.8158995, 50.9302],[0.8071005, 50.9318],[0.8016005, 50.9326],[0.7971005, 50.9332],[0.7904005, 50.9338],[0.7823005, 50.9342],[0.7819005, 50.9343],[0.7812005, 50.9347],[0.7806995, 50.9352],[0.7806005, 50.9354],[0.7804995, 50.936],[0.7803005, 50.9361],[0.7799005, 50.936],[0.7792005, 50.9356],[0.7789005, 50.9353],[0.7789005, 50.9349],[0.7789995, 50.9345],[0.7793005, 50.9343],[0.7797005, 50.9342],[0.7804995, 50.934],[0.7806995, 50.9338],[0.7806995, 50.9335],[0.7804995, 50.9334],[0.7801005, 50.9333],[0.7793005, 50.9332],[0.7771005, 50.9329],[0.7742005, 50.9323],[0.7735995, 50.9322],[0.7731005, 50.9325],[0.7726005, 50.9316],[0.7746005, 50.9298],[0.7751005, 50.9293],[0.7754005000000002, 50.9287],[0.7754995, 50.9284],[0.7752005, 50.9281],[0.7744005000000002, 50.928],[0.7726005, 50.928],[0.7708995, 50.928],[0.7639995, 50.9265],[0.7510005, 50.922],[0.7396005, 50.9176],[0.7320005, 50.9141],[0.7296005, 50.9124],[0.7222005, 50.9086],[0.7158995, 50.9047],[0.7054995, 50.8982],[0.6942005, 50.8923],[0.6883995, 50.8891],[0.6858005, 50.8880],[0.6842005, 50.8866],[0.6826005000000002, 50.8842],[0.6812995, 50.8821],[0.6799005, 50.8808],[0.6767005, 50.8792],[0.6737005, 50.8779],[0.6710995, 50.8755],[0.6693005, 50.8735],[0.6658005, 50.8722],[0.6603005, 50.8707],[0.6564005, 50.87],[0.6512995, 50.869],[0.6460005, 50.8683],[0.6421005, 50.8676],[0.6381995, 50.8663],[0.6369005, 50.8662],[0.6342005, 50.8658],[0.6333995, 50.8655],[0.6314005, 50.8645],[0.6264995, 50.8624],[0.6251005, 50.8617],[0.6235005, 50.8613],[0.6216005, 50.8612],[0.6187005, 50.8612],[0.6139995, 50.8608],[0.6110005, 50.8604],[0.6062005, 50.8586],[0.6018005, 50.8575],[0.6014005, 50.857],[0.6008005, 50.8566],[0.6001005, 50.8566],[0.5997005, 50.8563],[0.5993005, 50.8556],[0.5987995, 50.8554],[0.5979005, 50.8556],[0.5967005, 50.8558],[0.5960005, 50.8556],[0.5952005, 50.8552],[0.5948005, 50.8545],[0.5942005, 50.8542],[0.5935995, 50.8542],[0.5917005, 50.8544],[0.5898005, 50.8545],[0.5829995, 50.855],[0.5793005, 50.8548],[0.5767005, 50.8544],[0.5754005, 50.8538],[0.5747005, 50.8532],[0.5748005, 50.8526],[0.5750005, 50.8521],[0.5748005, 50.8517],[0.5739995, 50.852],[0.5731995, 50.8535],[0.5723005, 50.8535],[0.5662005, 50.8524],[0.5600005, 50.8517],[0.5529995, 50.8515],[0.5458005, 50.851],[0.5324005, 50.8502],[0.5264005, 50.8492],[0.5210995, 50.8483],[0.5168005, 50.8470],[0.5112005, 50.8452],[0.5033995, 50.8428],[0.5004995, 50.8422],[0.4931995, 50.8409],[0.4889995, 50.8400],[0.4846005, 50.8389],[0.4795005, 50.8377],[0.4741005, 50.8374],[0.4723005, 50.8371],[0.4685005, 50.8367],[0.4626005, 50.8362],[0.4581995, 50.8358],[0.4524005, 50.8356],[0.4467005, 50.8349],[0.4429995, 50.8344],[0.4310005, 50.8329],[0.4260995, 50.8323],[0.4149005, 50.8303],[0.4097005, 50.8294],[0.4049005, 50.8282],[0.4033005, 50.8277],[0.3921005, 50.8247],[0.3779995, 50.8206],[0.3708005, 50.8186],[0.3664995, 50.8169],[0.3639005, 50.8157],[0.3626005, 50.815],[0.3564995, 50.8125],[0.3522005, 50.8104],[0.3494005, 50.8087],[0.3460005, 50.8058],[0.3417005, 50.801],[0.3383995, 50.797],[0.3353005, 50.7938],[0.3342005, 50.7928],[0.3328005, 50.7912],[0.3321005, 50.7902],[0.3317005, 50.7892],[0.3312995, 50.7868],[0.3306995, 50.7860],[0.3298005, 50.7856],[0.3283995, 50.7849],[0.3233995, 50.7835],[0.3197005, 50.7825],[0.3133995, 50.7802],[0.3098005, 50.7786],[0.3064005, 50.7771],[0.3043005, 50.7759],[0.3006995, 50.7732],[0.2979995, 50.7714],[0.2949005, 50.7689],[0.2942005, 50.7681],[0.2942005, 50.7677],[0.2947005, 50.7674],[0.2962005, 50.7669],[0.2967005, 50.7666],[0.2966005, 50.7663],[0.2964995, 50.7662],[0.2950005, 50.7664],[0.2942005, 50.7668],[0.2935995, 50.7668],[0.2931995, 50.7667],[0.2910995, 50.7651],[0.2894005, 50.7633],[0.2854995, 50.76],[0.2814995, 50.7581],[0.2775005, 50.756],[0.2731005, 50.7529],[0.2689995, 50.7483],[0.2658005, 50.7435],[0.2629005, 50.7402],[0.2589995, 50.7379],[0.2575005, 50.7374],[0.2556005, 50.7371],[0.2485995, 50.7362],[0.2448005, 50.7358],[0.2412005, 50.7356],[0.2372005, 50.7357],[0.2331005, 50.736],[0.2300005, 50.7364],[0.2223005, 50.7371],[0.2196005, 50.7372],[0.2108005, 50.7381],[0.2074005, 50.739],[0.2044005, 50.7404],[0.2012995, 50.7425],[0.1960995, 50.7452],[0.1935995, 50.7464],[0.1885995, 50.7479],[0.1842005, 50.7488],[0.1804005, 50.7495],[0.1775005, 50.7507],[0.1726005, 50.7525],[0.1671005, 50.7543],[0.1583005, 50.757],[0.1554005, 50.7581],[0.1537995, 50.7587],[0.1517005, 50.7592],[0.1499005, 50.7592],[0.1487995, 50.7588],[0.1470005, 50.7581],[0.1433005, 50.7565],[0.1402005, 50.7561],[0.1372005, 50.7561],[0.1293005, 50.7573],[0.1226005, 50.7592],[0.1178005, 50.7604],[0.1135005, 50.7624],[0.1070005, 50.7659],[0.09750048, 50.7709],[0.09339948, 50.773],[0.08120048, 50.7791],[0.07730048, 50.7806],[0.07010049, 50.7830],[0.06930048, 50.7832],[0.06500048, 50.7837],[0.06129948, 50.7834],[0.05890048, 50.7828],[0.05740048, 50.7823],[0.05520048, 50.7816],[0.05440048, 50.7813],[0.05450048, 50.7810],[0.05540048, 50.7798],[0.05710048, 50.7782],[0.05870048, 50.7771],[0.06000048, 50.7764],[0.05920048, 50.7759],[0.05890048, 50.7760],[0.05790048, 50.7766],[0.05680048, 50.7772],[0.05580048, 50.7781],[0.05420048, 50.7798],[0.05330048, 50.7809],[0.05210048, 50.7810],[0.04980048, 50.7812],[0.04420048, 50.7816],[0.04000048, 50.7815],[0.03580048, 50.7821],[0.03299948, 50.7829],[0.02600048, 50.7846],[0.02109948, 50.7854],[0.01379948, 50.7864],[0.006900482, 50.788],[0.0002004826, 50.7898],[-0.001200517, 50.79],[-0.01600052, 50.7935],[-0.02689952, 50.797],[-0.03089952, 50.7979],[-0.03370052, 50.7983],[-0.03700052, 50.7995],[-0.03669952, 50.7998],[-0.02870052, 50.8063],[-0.02160052, 50.8117],[-0.01669952, 50.8145],[-0.02089952, 50.8191],[-0.02149952, 50.821],[-0.02620052, 50.818],[-0.02859952, 50.8171],[-0.03180052, 50.8171],[-0.03829952, 50.8198],[-0.04089952, 50.8207],[-0.04640052, 50.8213],[-0.04669952, 50.8228],[-0.04419952, 50.8232],[-0.04209952, 50.8248],[-0.03999952, 50.8277],[-0.03939952, 50.8289],[-0.03919952, 50.8315],[-0.03899952, 50.8362],[-0.03879952, 50.8386],[-0.03709952, 50.8400],[-0.03839952, 50.8412],[-0.04209952, 50.8422],[-0.04489952, 50.8434],[-0.04629952, 50.8445],[-0.04829952, 50.8444],[-0.05019952, 50.8440],[-0.05410052, 50.8440],[-0.05569952, 50.8439],[-0.05910052, 50.8429],[-0.06259952, 50.8417],[-0.06329951, 50.8415],[-0.06680052, 50.8415],[-0.07019952, 50.8417],[-0.07459952, 50.8420],[-0.07309952, 50.8464],[-0.07579952, 50.8493],[-0.07999951, 50.8537],[-0.08049951, 50.8542],[-0.08219951, 50.8602],[-0.08329952, 50.8605],[-0.08450051, 50.862]]]]}, properties:{name:"East Sussex"}}, {type:"Feature", geometry:{type:"MultiPolygon", coordinates:[[[[0.2060005, 52.0923],[0.2196005, 52.0895],[0.2279005, 52.0897],[0.2320005, 52.0902],[0.2385005, 52.0877],[0.2481995, 52.0806],[0.2568005, 52.0796],[0.2656995, 52.085],[0.2724005, 52.0891],[0.2764995, 52.092],[0.2850005, 52.0898],[0.2923005, 52.0867],[0.2951005, 52.0851],[0.3000005, 52.0825],[0.3069005, 52.0797],[0.3185005, 52.0784],[0.3208005, 52.077],[0.3228005, 52.0748],[0.3271005, 52.0688],[0.3358005, 52.0613],[0.3414005, 52.0556],[0.3454995, 52.0505],[0.3522005, 52.0476],[0.3583995, 52.0453],[0.3641005, 52.0445],[0.3698005, 52.0397],[0.3727005, 52.0379],[0.3750005, 52.0367],[0.3810005, 52.0362],[0.3867005, 52.0361],[0.3892005, 52.037],[0.3896005, 52.0394],[0.3883995, 52.044],[0.3858995, 52.0458],[0.3826005, 52.0482],[0.3825005, 52.0496],[0.3858005, 52.0534],[0.3912995, 52.0596],[0.3933005, 52.0605],[0.3983005, 52.0614],[0.4058005, 52.0681],[0.4160005, 52.0657],[0.4208995, 52.0654],[0.4233005, 52.0667],[0.4279995, 52.0673],[0.4362005, 52.0684],[0.4426005, 52.0679],[0.4485005, 52.0673],[0.4531005, 52.0678],[0.4573005, 52.0716],[0.4596005, 52.0761],[0.4633995, 52.0769],[0.4693005, 52.0767],[0.4708005, 52.0763],[0.4728005, 52.0744],[0.4748005, 52.0743],[0.4804005, 52.0726],[0.4839995, 52.0723],[0.4864005, 52.0694],[0.4893005, 52.0686],[0.4898005, 52.0683],[0.4891005, 52.0671],[0.4885005, 52.0656],[0.4883995, 52.0644],[0.4887995, 52.0632],[0.4894005, 52.0623],[0.4903005, 52.0612],[0.4914995, 52.0601],[0.4931995, 52.0592],[0.4960005, 52.0582],[0.4994005, 52.0575],[0.5025005, 52.0571],[0.5049005, 52.0569],[0.5067005, 52.0571],[0.5081005, 52.0574],[0.5091005, 52.0578],[0.5112995, 52.0586],[0.5125005, 52.0590],[0.5137995, 52.0593],[0.5154995, 52.0595],[0.5172005, 52.0594],[0.5183995, 52.0590],[0.5206005, 52.0581],[0.5221005, 52.0576],[0.5231995, 52.0576],[0.5245005, 52.0579],[0.5273005, 52.0590],[0.5294005, 52.0602],[0.5314005, 52.0613],[0.5329005, 52.0618],[0.5339995, 52.0620],[0.5350005, 52.0618],[0.5367005, 52.0610],[0.5385995, 52.0601],[0.5399005, 52.0595],[0.5412995, 52.0591],[0.5425005, 52.0591],[0.5435995, 52.0592],[0.5444005, 52.0593],[0.5458995, 52.0603],[0.5471005, 52.0617],[0.5479995, 52.0631],[0.5487995, 52.0643],[0.5495005, 52.0655],[0.5510005, 52.0671],[0.5529005, 52.0687],[0.5544005, 52.0695],[0.5562995, 52.0701],[0.5581005, 52.0706],[0.5602005, 52.0711],[0.5625005, 52.0714],[0.5654995, 52.0716],[0.5668005, 52.0715],[0.5677005, 52.0712],[0.5695005, 52.0702],[0.5708005, 52.0698],[0.5723005, 52.0697],[0.5733005, 52.0698],[0.5748005, 52.0702],[0.5762005, 52.0709],[0.5769005, 52.0716],[0.5776005, 52.0728],[0.5779995, 52.0738],[0.5785005, 52.0745],[0.5791005, 52.0750],[0.5812995, 52.0759],[0.5831995, 52.0767],[0.5848005, 52.077],[0.5858005, 52.0772],[0.5867005, 52.0772],[0.5875005, 52.0771],[0.5883995, 52.0767],[0.5894005, 52.0761],[0.5903005, 52.0758],[0.5912005, 52.0756],[0.5931005, 52.0754],[0.5944005, 52.0754],[0.5953005, 52.0755],[0.5960995, 52.0757],[0.5967005, 52.0761],[0.5973005, 52.0766],[0.5979995, 52.0768],[0.5998005, 52.0765],[0.6004995, 52.0764],[0.6016005, 52.0767],[0.6025005, 52.0772],[0.6037005, 52.078],[0.6047005, 52.0789],[0.6060995, 52.0806],[0.6069005, 52.0811],[0.6077005, 52.0813],[0.6087005, 52.0813],[0.6096005, 52.0809],[0.6108005, 52.0802],[0.6121005, 52.0797],[0.6137005, 52.0793],[0.6158995, 52.0791],[0.6171005, 52.0789],[0.6179995, 52.0786],[0.6189005, 52.0782],[0.6197005, 52.0779],[0.6203005, 52.0778],[0.6208995, 52.0781],[0.6216005, 52.079],[0.6223005, 52.0796],[0.6229995, 52.0799],[0.6242005000000002, 52.0801],[0.6258995, 52.0802],[0.6264995, 52.0803],[0.6273005, 52.0807],[0.6279995000000002, 52.0812],[0.6289995000000002, 52.0818],[0.6299005, 52.0822],[0.6312005, 52.0825],[0.6324005, 52.083],[0.6335005, 52.0837],[0.6350005, 52.0847],[0.6364005, 52.0856],[0.6373005, 52.0861],[0.6385995, 52.0865],[0.6397005, 52.0867],[0.6410005, 52.0868],[0.6422005, 52.0867],[0.6441005, 52.0864],[0.6464995, 52.0859],[0.6481005, 52.0855],[0.6494005, 52.0852],[0.6504995, 52.0851],[0.6523005, 52.0853],[0.6541005, 52.0856],[0.6560005, 52.0859],[0.6575005, 52.0862],[0.6585995, 52.0863],[0.6597005, 52.0863],[0.6603005, 52.0862],[0.6617005, 52.0855],[0.6625005, 52.0851],[0.6633005, 52.085],[0.6644005, 52.0854],[0.6660005, 52.0859],[0.6676005, 52.0863],[0.6698005, 52.0865],[0.6714005, 52.0864],[0.6737005, 52.0862],[0.6754995, 52.0859],[0.6779005, 52.0854],[0.6792005, 52.0852],[0.6799005, 52.0853],[0.6804005, 52.0857],[0.6812005, 52.0867],[0.6819005, 52.0874],[0.6826005000000002, 52.0878],[0.6837005, 52.0881],[0.6850005, 52.088],[0.6866005, 52.0877],[0.6879005, 52.0872],[0.6887995, 52.0867],[0.6894005, 52.0862],[0.6898005, 52.0858],[0.6901005, 52.0853],[0.6906995, 52.0831],[0.6910995, 52.082],[0.6914005, 52.0816],[0.6920005, 52.0813],[0.6931995, 52.081],[0.6947005, 52.0808],[0.6987995, 52.0804],[0.7023005, 52.0803],[0.7033005000000002, 52.0801],[0.7047005000000002, 52.0795],[0.7060005, 52.0788],[0.7069005, 52.0781],[0.7075005, 52.0775],[0.7077005, 52.0768],[0.7078005, 52.0752],[0.7079995, 52.0745],[0.7083005, 52.0741],[0.7093005, 52.0738],[0.7128005, 52.0733],[0.7131995, 52.0731],[0.7133995, 52.0727],[0.7133995, 52.0720],[0.7128005, 52.0698],[0.7120005, 52.0684],[0.7114005, 52.0677],[0.7108005000000002, 52.0674],[0.7099005, 52.0672],[0.7085005, 52.0674],[0.7070005000000003, 52.0676],[0.7060005, 52.0675],[0.7052005, 52.0672],[0.7047005000000002, 52.0667],[0.7046005, 52.0662],[0.7048005, 52.0653],[0.7052005, 52.0644],[0.7058995000000002, 52.0632],[0.7070005000000003, 52.0615],[0.7079005, 52.0601],[0.7083995, 52.0590],[0.7092005, 52.0581],[0.7097005, 52.0572],[0.7101005, 52.0559],[0.7104995, 52.0553],[0.7110005, 52.0548],[0.7117005, 52.0544],[0.7129995, 52.0542],[0.7146005, 52.0541],[0.7158005, 52.0538],[0.7164995, 52.0535],[0.7171005, 52.0531],[0.7176005, 52.0524],[0.7179005000000002, 52.051],[0.7179995, 52.0498],[0.7174005, 52.0498],[0.7160005, 52.0495],[0.7072005, 52.0482],[0.7043005, 52.0481],[0.7019005, 52.0477],[0.6993005, 52.0456],[0.6979995, 52.044],[0.6999005, 52.0392],[0.7045005, 52.0389],[0.7079005, 52.0374],[0.7081005, 52.036],[0.7045005, 52.021],[0.7050005, 52.0198],[0.7106995000000002, 52.0229],[0.7162995, 52.0272],[0.7264995, 52.0295],[0.7260995, 52.0334],[0.7260995, 52.0337],[0.7281005, 52.0337],[0.7306995, 52.034],[0.7333995, 52.0344],[0.7358995, 52.0347],[0.7374005, 52.0345],[0.7385995, 52.0342],[0.7396005, 52.0338],[0.7404005, 52.0333],[0.7412005000000002, 52.0325],[0.7418005, 52.0318],[0.7422005, 52.031],[0.7422005, 52.0299],[0.7420005, 52.0287],[0.7418005, 52.0276],[0.7416005, 52.0264],[0.7418005, 52.0258],[0.7424005, 52.0248],[0.7428005, 52.0241],[0.7431995, 52.0233],[0.7433005, 52.0227],[0.7431995, 52.0221],[0.7428005, 52.0205],[0.7427005, 52.0198],[0.7427005, 52.0185],[0.7426005, 52.0178],[0.7424005, 52.0172],[0.7420005, 52.0168],[0.7399005000000002, 52.0151],[0.7397005, 52.0147],[0.7396005, 52.0144],[0.7396005, 52.0140],[0.7399005000000002, 52.0131],[0.7402005000000002, 52.0124],[0.7408005, 52.0115],[0.7414005, 52.0109],[0.7421005, 52.0103],[0.7428005, 52.0098],[0.7443005, 52.0092],[0.7464005, 52.0086],[0.7479995, 52.0081],[0.7489995, 52.0076],[0.7501005, 52.0069],[0.7508005, 52.0064],[0.7514005, 52.0057],[0.7518005, 52.0049],[0.7519005, 52.0044],[0.7519005, 52.0037],[0.7517005, 52.0026],[0.7520005, 52.0019],[0.7529995000000002, 52.0010],[0.7544005, 52.0003],[0.7558995,51.9995],[0.7572005,51.9993],[0.7599005,51.9991],[0.7608995,51.9989],[0.7614995,51.9987],[0.7619005000000002,51.9982],[0.7620005,51.9978],[0.7618005,51.9966],[0.7617005,51.9958],[0.7619005000000002,51.9953],[0.7626005,51.9949],[0.7633995,51.9945],[0.7639995,51.9940],[0.7644005,51.9934],[0.7646005,51.9925],[0.7645005,51.9916],[0.7642005,51.9908],[0.7637005,51.99],[0.7629005,51.9892],[0.7621005,51.9885],[0.7619005000000002,51.9880],[0.7619005000000002,51.9875],[0.7621005,51.987],[0.7627005,51.9864],[0.7637005,51.9858],[0.7650005,51.9855],[0.7664005,51.9853],[0.7683995,51.9852],[0.7689995,51.985],[0.7712995,51.9838],[0.7720005,51.9835],[0.7728005,51.9834],[0.7762995,51.9834],[0.7764995,51.9832],[0.7764995,51.9829],[0.7762995,51.9826],[0.7749005,51.9804],[0.7748005,51.9798],[0.7750005,51.9792],[0.7758005,51.9774],[0.7762005,51.9761],[0.7762995,51.9752],[0.7760995,51.9744],[0.7754995,51.9732],[0.7754005000000002,51.9727],[0.7754995,51.9723],[0.7758995,51.9719],[0.7768005,51.971],[0.7773005,51.9703],[0.7779995,51.9693],[0.7787995,51.9687],[0.7800005,51.9684],[0.7816005,51.9683],[0.7843005,51.9685],[0.7853005,51.9683],[0.7864005,51.968],[0.7871005,51.9676],[0.7875005,51.9669],[0.7875005,51.9663],[0.7874005,51.9656],[0.7878005,51.9649],[0.7887005,51.9644],[0.7897005,51.964],[0.7908005,51.9638],[0.7922005,51.9637],[0.7942005,51.9635],[0.7954995,51.9635],[0.7964995,51.9636],[0.7978005,51.9641],[0.7985005000000002,51.9643],[0.7991005,51.9642],[0.7997005,51.964],[0.8006995,51.9635],[0.8018005,51.9633],[0.8031005,51.9633],[0.8054995,51.9632],[0.8076005000000002,51.963],[0.8096005,51.9626],[0.8110995,51.9621],[0.8123005,51.9617],[0.8129995,51.9618],[0.8137995,51.962],[0.8149005,51.9626],[0.8162995,51.9635],[0.8170005,51.9643],[0.8171005,51.9651],[0.8169005,51.9657],[0.8167005000000003,51.9664],[0.8169005,51.967],[0.8176005,51.9676],[0.8198005000000002,51.9684],[0.8225005,51.9691],[0.8239005,51.9692],[0.8256005,51.9689],[0.8274005,51.9685],[0.8291005,51.9683],[0.8304005,51.9682],[0.8314995,51.9679],[0.8329995,51.9673],[0.8348005,51.9667],[0.8377005,51.9659],[0.8399005,51.9652],[0.8414005,51.9646],[0.8424005,51.964],[0.8437995,51.9632],[0.8448005,51.9628],[0.8453005,51.9627],[0.8464995,51.9627],[0.8485005,51.9629],[0.8501005,51.9631],[0.8514995,51.9633],[0.8539005,51.9634],[0.8554005,51.9636],[0.8570005000000002,51.964],[0.8585995,51.9648],[0.8599005,51.9657],[0.8610005,51.9668],[0.8628005,51.9681],[0.8642005,51.969],[0.8650005,51.9693],[0.8660005,51.9695],[0.8687005,51.9697],[0.8729005,51.9701],[0.8735005,51.97],[0.8737005,51.9698],[0.8739005,51.969],[0.8744005,51.9686],[0.8753005000000003,51.9683],[0.8781995,51.9679],[0.8803005,51.9676],[0.8816005,51.9674],[0.8823005,51.9676],[0.8831995,51.968],[0.8846005,51.9685],[0.8864005,51.9689],[0.8876005,51.9693],[0.8883005,51.9698],[0.8887995000000002,51.9703],[0.8894005,51.971],[0.8900005,51.9721],[0.8903005,51.973],[0.8906995,51.9734],[0.8917005,51.9737],[0.8933995,51.9739],[0.8943005000000002,51.9739],[0.8951005,51.9738],[0.8964995,51.9735],[0.8979995,51.9732],[0.8996005,51.9732],[0.9006005,51.9735],[0.9024005000000002,51.974],[0.9035995,51.9742],[0.9047005,51.9742],[0.9064995,51.9739],[0.9074005,51.9738],[0.9083005,51.9737],[0.9097005,51.9739],[0.9114995,51.9742],[0.9133995,51.9744],[0.9152005,51.9745],[0.9173005,51.9745],[0.9191005,51.9747],[0.9204995,51.975],[0.9227005000000003,51.9757],[0.9242005,51.9759],[0.9252005,51.9757],[0.9260995,51.9752],[0.9274005,51.9744],[0.9281995,51.9738],[0.9291005,51.9732],[0.9300005,51.9728],[0.9312005000000002,51.9726],[0.9324005,51.9726],[0.9350005,51.9728],[0.9360005,51.9729],[0.9381005,51.9733],[0.9394005,51.9734],[0.9404995,51.9733],[0.9412995000000002,51.973],[0.9429005,51.9721],[0.9437995,51.9719],[0.9447005000000003,51.9718],[0.9460005,51.9721],[0.9475005,51.9727],[0.9489995,51.9732],[0.9500005,51.9735],[0.9517005,51.9738],[0.9527005,51.974],[0.9535005,51.9743],[0.9546005000000002,51.9751],[0.9556005000000002,51.9761],[0.9566005,51.9768],[0.9577005,51.9773],[0.9593005000000002,51.9777],[0.9614995,51.978],[0.9631995,51.9787],[0.9635005,51.9789],[0.9651005,51.978],[0.9662005,51.9773],[0.9664995,51.9768],[0.9666005,51.9761],[0.9667005,51.9749],[0.9672005,51.974],[0.9681005,51.9731],[0.9694005,51.9723],[0.9710005,51.9719],[0.9719005,51.9716],[0.9726005,51.9711],[0.9729995,51.9704],[0.9731005,51.9694],[0.9729995,51.9686],[0.9726005,51.9679],[0.9714995,51.9666],[0.9712995,51.9662],[0.9714005,51.9659],[0.9718005,51.9656],[0.9726005,51.9651],[0.9756995,51.9643],[0.9776005000000002,51.9636],[0.9794005,51.9632],[0.9808005,51.9631],[0.9835005,51.9634],[0.9853005,51.9633],[0.9868005,51.9631],[0.9904995,51.9626],[0.9926005,51.9624],[0.9939005,51.9626],[0.9954995,51.9632],[0.9962995,51.9633],[0.9977005,51.9634],[0.9981005,51.9636],[0.9981995,51.964],[0.9981995,51.9644],[0.9985995,51.9647],[0.9995005,51.965],[1.0001,51.9646],[1.000499,51.9639],[1.001001,51.9636],[1.002301,51.9633],[1.003999,51.9629],[1.005401,51.9624],[1.0071,51.9618],[1.0078,51.9616],[1.0093,51.962],[1.01,51.9622],[1.0106,51.9622],[1.0116,51.9619],[1.013799,51.9607],[1.0166,51.9593],[1.017401,51.9591],[1.018399,51.9592],[1.019601,51.9598],[1.0199,51.9598],[1.0207,51.9595],[1.0221,51.9586],[1.0237,51.9574],[1.024701,51.9563],[1.025301,51.9551],[1.0258,51.9547],[1.0267,51.9546],[1.028,51.9538],[1.0288,51.9534],[1.029701,51.9533],[1.031099,51.9535],[1.0339,51.9545],[1.0352,51.9548],[1.036201,51.9548],[1.039101,51.9543],[1.0403,51.9544],[1.042001,51.9548],[1.0431,51.9554],[1.043599,51.9555],[1.0446,51.9553],[1.0468,51.9543],[1.048599,51.9538],[1.052701,51.9534],[1.0547,51.9528],[1.056299,51.9517],[1.057701,51.9507],[1.0595,51.9495],[1.0612,51.9488],[1.062701,51.9485],[1.064101,51.9485],[1.066,51.9487],[1.067801,51.9492],[1.0724,51.9509],[1.077801,51.9516],[1.0861,51.9518],[1.091401,51.9513],[1.0996,51.9495],[1.106601,51.9491],[1.1143,51.9491],[1.123901,51.9487],[1.1314,51.9489],[1.1387,51.9496],[1.1459,51.9516],[1.1543,51.9548],[1.163301,51.9574],[1.168599,51.9577],[1.169201,51.9578],[1.173301,51.9569],[1.1772,51.9552],[1.1818,51.9517],[1.185601,51.9500],[1.190899,51.9493],[1.1997,51.9492],[1.207801,51.9485],[1.215001,51.9484],[1.2212,51.9484],[1.2268,51.9489],[1.2325,51.9503],[1.2393,51.9523],[1.2433,51.9534],[1.2486,51.954],[1.253199,51.9538],[1.2578,51.9528],[1.263301,51.9503],[1.267,51.9484],[1.2699,51.9471],[1.272501,51.9471],[1.275,51.9483],[1.280499,51.9526],[1.286099,51.9568],[1.2892,51.9573],[1.2921,51.9565],[1.2939,51.9557],[1.2918,51.9493],[1.2914,51.9479],[1.291299,51.9470],[1.2914,51.9458],[1.2921,51.9424],[1.2916,51.9401],[1.291299,51.9382],[1.291201,51.9372],[1.2909,51.9369],[1.29,51.9368],[1.2879,51.9366],[1.2851,51.9358],[1.2822,51.9345],[1.280699,51.9335],[1.2781,51.9315],[1.275699,51.9288],[1.273999,51.9270],[1.2721,51.9245],[1.2692,51.9212],[1.2678,51.9198],[1.264701,51.918],[1.2622,51.9161],[1.2606,51.9149],[1.2598,51.914],[1.2591,51.9126],[1.2586,51.9104],[1.258301,51.9089],[1.2562,51.9044],[1.255201,51.9028],[1.2541,51.9016],[1.2526,51.9003],[1.2515,51.8993],[1.250401,51.8985],[1.2499,51.8983],[1.248399,51.898],[1.247501,51.8972],[1.246701,51.8967],[1.245899,51.8968],[1.2454,51.897],[1.2448,51.8973],[1.244601,51.8975],[1.244501,51.8977],[1.244501,51.898],[1.244501,51.8983],[1.244601,51.8985],[1.2449,51.8988],[1.245499,51.899],[1.2465,51.8991],[1.248399,51.8992],[1.248901,51.8993],[1.2493,51.8994],[1.2497,51.8996],[1.2499,51.8997],[1.2501,51.9],[1.2499,51.9001],[1.2497,51.9001],[1.2487,51.9001],[1.246801,51.8999],[1.245301,51.8998],[1.2441,51.8999],[1.2434,51.9001],[1.2426,51.9005],[1.2414,51.9009],[1.241001,51.9009],[1.2408,51.9008],[1.2408,51.9007],[1.241001,51.9006],[1.2413,51.9004],[1.2422,51.9001],[1.2428,51.8999],[1.242999,51.8997],[1.242999,51.8995],[1.2428,51.8989],[1.2428,51.8982],[1.2428,51.898],[1.2429,51.8979],[1.243701,51.8972],[1.244501,51.8965],[1.244601,51.8964],[1.2447,51.8963],[1.244601,51.8961],[1.244401,51.896],[1.2427,51.896],[1.2418,51.8961],[1.2408,51.8964],[1.240201,51.8967],[1.2397,51.8972],[1.239401,51.8981],[1.2393,51.8987],[1.238901,51.899],[1.238199,51.8991],[1.2371,51.8996],[1.2357,51.9004],[1.235101,51.9009],[1.234501,51.9016],[1.2342,51.9021],[1.233799,51.903],[1.233599,51.9033],[1.2333,51.9035],[1.2325,51.9037],[1.2319,51.9038],[1.230899,51.9039],[1.2304,51.9039],[1.2298,51.9038],[1.2289,51.9036],[1.228101,51.9034],[1.227201,51.9031],[1.2263,51.9027],[1.225899,51.9024],[1.2253,51.9019],[1.224401,51.901],[1.223701,51.9004],[1.222301,51.9],[1.220899,51.8997],[1.2192,51.8993],[1.217301,51.8988],[1.216601,51.8986],[1.215801,51.8983],[1.215001,51.8979],[1.2145,51.8976],[1.214,51.8973],[1.2133,51.8968],[1.212901,51.8965],[1.212801,51.8963],[1.212901,51.8962],[1.213199,51.8961],[1.214,51.8961],[1.218599,51.8964],[1.2197,51.8965],[1.2204,51.8965],[1.2217,51.8963],[1.222901,51.896],[1.224301,51.8955],[1.226,51.8949],[1.227901,51.8942],[1.228999,51.8938],[1.230899,51.8929],[1.231099,51.8924],[1.231001,51.8919],[1.2304,51.8913],[1.2298,51.8908],[1.228701,51.8901],[1.227999,51.8898],[1.2268,51.8895],[1.225699,51.8894],[1.223799,51.8895],[1.2214,51.8890],[1.2203,51.8887],[1.219301,51.8885],[1.217999,51.8884],[1.2167,51.8885],[1.2149,51.8892],[1.213599,51.8896],[1.2134,51.8895],[1.2133,51.8893],[1.213199,51.8888],[1.213599,51.8876],[1.2139,51.8867],[1.213799,51.8864],[1.213599,51.8862],[1.213199,51.8860],[1.2126,51.8858],[1.212,51.8856],[1.2113,51.8855],[1.2106,51.8856],[1.2098,51.8859],[1.209201,51.8860],[1.2081,51.8862],[1.207101,51.8862],[1.2062,51.8862],[1.205699,51.8861],[1.205601,51.8858],[1.205601,51.8856],[1.206,51.8853],[1.2068,51.8847],[1.2069,51.8844],[1.2068,51.8842],[1.206401,51.8841],[1.2054,51.8841],[1.204401,51.8841],[1.202999,51.8841],[1.202201,51.8840],[1.201299,51.8838],[1.200801,51.8836],[1.200601,51.8833],[1.2003,51.8828],[1.2002,51.8824],[1.202,51.8800],[1.2027,51.8790],[1.2031,51.8783],[1.2031,51.8777],[1.202901,51.8775],[1.2025,51.8774],[1.200899,51.8771],[1.199,51.8768],[1.198501,51.8766],[1.1983,51.8764],[1.1981,51.8760],[1.1981,51.8756],[1.1983,51.8754],[1.1996,51.8757],[1.199901,51.8756],[1.200001,51.8752],[1.199901,51.8749],[1.1996,51.8745],[1.198399,51.8742],[1.1975,51.8742],[1.196299,51.8741],[1.195601,51.8738],[1.1951,51.8735],[1.194301,51.8727],[1.194,51.8722],[1.193501,51.8715],[1.192901,51.8715],[1.192101,51.8715],[1.188501,51.8719],[1.1837,51.8718],[1.181901,51.8715],[1.180699,51.871],[1.1809,51.8707],[1.182001,51.8707],[1.183501,51.8707],[1.1858,51.8704],[1.187901,51.8701],[1.189201,51.8698],[1.1897,51.8697],[1.191401,51.8691],[1.1923,51.8691],[1.1931,51.8693],[1.195601,51.8701],[1.2017,51.8707],[1.2039,51.8709],[1.2047,51.8709],[1.2052,51.8708],[1.2055,51.8707],[1.205601,51.8704],[1.2055,51.8701],[1.2055,51.8699],[1.2052,51.8696],[1.204901,51.8694],[1.2046,51.8692],[1.203599,51.8686],[1.2027,51.8682],[1.2012,51.8675],[1.2005,51.8673],[1.2002,51.8671],[1.2002,51.8668],[1.200801,51.8665],[1.201499,51.8664],[1.2032,51.8669],[1.2075,51.8676],[1.2098,51.868],[1.211601,51.8683],[1.212,51.8681],[1.212101,51.8677],[1.2113,51.867],[1.210899,51.8666],[1.210801,51.8664],[1.210899,51.8662],[1.2112,51.8660],[1.2119,51.8662],[1.2153,51.8676],[1.2191,51.8687],[1.2204,51.8690],[1.2217,51.8694],[1.2233,51.8700],[1.2246,51.8706],[1.2254,51.8709],[1.225899,51.871],[1.226499,51.8711],[1.227,51.871],[1.2276,51.8707],[1.227901,51.8703],[1.2285,51.8694],[1.2291,51.8687],[1.2298,51.8685],[1.2303,51.868],[1.230201,51.8677],[1.23,51.8675],[1.2298,51.8673],[1.2296,51.8672],[1.2293,51.8671],[1.2285,51.8671],[1.2275,51.8672],[1.2268,51.8671],[1.226499,51.867],[1.2262,51.8667],[1.225801,51.8660],[1.225699,51.8657],[1.225699,51.8655],[1.225899,51.8652],[1.2262,51.8649],[1.2269,51.8647],[1.228599,51.8643],[1.2291,51.8641],[1.2296,51.8638],[1.230101,51.8634],[1.2307,51.8629],[1.231499,51.8621],[1.232,51.8615],[1.2321,51.8611],[1.232201,51.8603],[1.232,51.8599],[1.2314,51.8595],[1.2304,51.8591],[1.2297,51.859],[1.229501,51.8589],[1.2292,51.8587],[1.2291,51.8585],[1.2292,51.8581],[1.229401,51.8578],[1.2303,51.8577],[1.2312,51.8574],[1.2319,51.857],[1.233199,51.8559],[1.2334,51.8559],[1.233599,51.8561],[1.233701,51.8572],[1.2339,51.8575],[1.2343,51.8576],[1.2356,51.8576],[1.236001,51.8578],[1.2363,51.8581],[1.236499,51.859],[1.2364,51.8602],[1.236499,51.8607],[1.236601,51.8608],[1.237,51.8609],[1.2378,51.8609],[1.238701,51.8606],[1.24,51.86],[1.2415,51.8594],[1.2433,51.8588],[1.244501,51.8587],[1.245201,51.8589],[1.245899,51.8591],[1.247,51.8597],[1.2479,51.8603],[1.248999,51.861],[1.2494,51.8612],[1.2497,51.8613],[1.25,51.8614],[1.2506,51.8613],[1.250899,51.8611],[1.2512,51.8609],[1.2513,51.8605],[1.2513,51.8602],[1.250899,51.8589],[1.250899,51.8587],[1.251001,51.8586],[1.2514,51.8585],[1.252,51.8589],[1.252501,51.8589],[1.2527,51.8586],[1.2526,51.8581],[1.252301,51.8576],[1.2519,51.8572],[1.2515,51.8569],[1.251099,51.8566],[1.250201,51.8561],[1.2501,51.8559],[1.2501,51.8557],[1.250201,51.8555],[1.250401,51.8554],[1.251001,51.8555],[1.251601,51.8557],[1.252501,51.856],[1.253199,51.8563],[1.2537,51.8566],[1.253999,51.8569],[1.2542,51.8571],[1.2543,51.8573],[1.2543,51.8576],[1.253999,51.8586],[1.253399,51.8609],[1.2533,51.8615],[1.2533,51.862],[1.2535,51.8626],[1.2537,51.8629],[1.254601,51.8635],[1.2556,51.8639],[1.2564,51.864],[1.2578,51.8638],[1.2585,51.8636],[1.2586,51.8634],[1.258399,51.8628],[1.258,51.8618],[1.258,51.8616],[1.258199,51.8616],[1.2593,51.8624],[1.2598,51.8626],[1.260401,51.8626],[1.2612,51.8625],[1.262,51.8621],[1.2627,51.8617],[1.263199,51.8615],[1.2642,51.8613],[1.2649,51.8613],[1.266299,51.8618],[1.2678,51.8621],[1.269701,51.8624],[1.270301,51.8625],[1.2706,51.8624],[1.271201,51.8623],[1.2715,51.8621],[1.271701,51.861],[1.271701,51.8606],[1.2716,51.8604],[1.271201,51.8603],[1.2702,51.861],[1.2698,51.861],[1.2693,51.861],[1.268901,51.8609],[1.2685,51.8606],[1.268301,51.8603],[1.268199,51.8601],[1.268199,51.8599],[1.268199,51.8596],[1.2686,51.8592],[1.2691,51.8586],[1.2695,51.8579],[1.2695,51.8575],[1.2692,51.8574],[1.268199,51.8571],[1.267401,51.8567],[1.267,51.8564],[1.2666,51.8558],[1.2664,51.8553],[1.2664,51.8548],[1.2666,51.8541],[1.266901,51.853],[1.2671,51.8524],[1.2673,51.8522],[1.268199,51.8515],[1.268901,51.8512],[1.2698,51.851],[1.271299,51.851],[1.271901,51.8513],[1.273301,51.8522],[1.273999,51.8527],[1.2742,51.8536],[1.275,51.854],[1.274701,51.8545],[1.273999,51.8547],[1.2728,51.8552],[1.271701,51.8557],[1.271099,51.8561],[1.2708,51.8564],[1.2707,51.8566],[1.2707,51.857],[1.271901,51.858],[1.272501,51.8586],[1.2728,51.8588],[1.273,51.8589],[1.2736,51.8588],[1.2751,51.8582],[1.2752,51.8583],[1.2752,51.8586],[1.274701,51.8591],[1.2744,51.8596],[1.2742,51.861],[1.274101,51.8619],[1.2738,51.8626],[1.273,51.8633],[1.2723,51.8644],[1.271901,51.8655],[1.271801,51.8664],[1.2716,51.8683],[1.2714,51.8691],[1.2706,51.8699],[1.2701,51.8704],[1.269601,51.8711],[1.2691,51.8721],[1.2685,51.8737],[1.2686,51.8760],[1.268901,51.8761],[1.2778,51.8751],[1.283199,51.8744],[1.2851,51.8742],[1.285601,51.8744],[1.2858,51.8747],[1.2859,51.8755],[1.2858,51.8758],[1.285401,51.8759],[1.2851,51.8758],[1.2843,51.8753],[1.2838,51.8751],[1.2814,51.8755],[1.280699,51.8758],[1.2806,51.8760],[1.2806,51.8762],[1.281901,51.8764],[1.282601,51.8764],[1.283199,51.8765],[1.283301,51.8767],[1.2829,51.8770],[1.281901,51.8772],[1.2795,51.8765],[1.2785,51.8763],[1.2779,51.8763],[1.277601,51.8764],[1.277501,51.8767],[1.277501,51.8770],[1.278999,51.8778],[1.2793,51.8780],[1.2793,51.8783],[1.278901,51.8785],[1.2765,51.8777],[1.2737,51.8764],[1.273301,51.8764],[1.2731,51.8767],[1.273,51.8770],[1.2743,51.8782],[1.275401,51.8798],[1.275401,51.8802],[1.275401,51.8804],[1.275301,51.8805],[1.2751,51.8806],[1.2745,51.8802],[1.272501,51.8776],[1.2715,51.8770],[1.271099,51.8770],[1.2707,51.8770],[1.2706,51.8770],[1.268901,51.8788],[1.2679,51.8798],[1.267601,51.8802],[1.2677,51.8804],[1.268,51.8807],[1.2687,51.8808],[1.272501,51.8811],[1.2737,51.8813],[1.2737,51.8814],[1.2735,51.8816],[1.272501,51.8819],[1.2714,51.8824],[1.271001,51.8824],[1.2707,51.8824],[1.2692,51.8819],[1.267501,51.8817],[1.2659,51.8818],[1.2641,51.8826],[1.2629,51.8834],[1.2628,51.8841],[1.2629,51.8847],[1.263399,51.8858],[1.2637,51.8860],[1.2642,51.8860],[1.2673,51.8856],[1.2701,51.8848],[1.272601,51.8836],[1.276201,51.8815],[1.2815,51.8791],[1.287701,51.8764],[1.289101,51.8758],[1.2893,51.8754],[1.2892,51.8746],[1.2892,51.8741],[1.2895,51.8736],[1.289901,51.8733],[1.2903,51.8731],[1.2909,51.8731],[1.2917,51.8733],[1.2923,51.8734],[1.292601,51.8731],[1.2929,51.8726],[1.2929,51.8722],[1.2928,51.8707],[1.2924,51.8682],[1.2921,51.8668],[1.291299,51.8643],[1.2903,51.8626],[1.2881,51.8597],[1.285,51.8573],[1.2828,51.8552],[1.2801,51.8531],[1.2772,51.8507],[1.273199,51.8475],[1.268999,51.8435],[1.267501,51.8422],[1.263999,51.8401],[1.260401,51.8367],[1.256801,51.8338],[1.253901,51.8317],[1.2514,51.8296],[1.2483,51.8272],[1.2371,51.8187],[1.235201,51.8175],[1.2249,51.8118],[1.212201,51.8053],[1.207901,51.8035],[1.205699,51.8028],[1.2033,51.8019],[1.2012,51.8012],[1.197701,51.8],[1.190699,51.7979],[1.181,51.7952],[1.166499,51.7904],[1.1643,51.7896],[1.1621,51.7887],[1.154701,51.7853],[1.145401,51.7812],[1.143199,51.7802],[1.1402,51.7786],[1.136001,51.7768],[1.131701,51.7758],[1.128399,51.775],[1.125899,51.7746],[1.119401,51.7732],[1.1179,51.7728],[1.115899,51.7723],[1.1135,51.772],[1.0983,51.7713],[1.0956,51.7712],[1.0906,51.771],[1.0845,51.7705],[1.0651,51.7693],[1.0597,51.7688],[1.055,51.7688],[1.0464,51.7689],[1.044101,51.7691],[1.0423,51.7697],[1.0408,51.7705],[1.0396,51.7714],[1.0381,51.7734],[1.0371,51.7744],[1.0353,51.7756],[1.034101,51.7764],[1.0331,51.778],[1.0328,51.7789],[1.032601,51.7828],[1.0321,51.7844],[1.0309,51.7862],[1.0303,51.7871],[1.0303,51.7876],[1.0306,51.7882],[1.030699,51.7884],[1.031099,51.7884],[1.031299,51.7882],[1.031801,51.7869],[1.0323,51.7862],[1.0331,51.786],[1.0338,51.786],[1.0343,51.7864],[1.0349,51.7867],[1.035499,51.7868],[1.036099,51.7864],[1.036299,51.7861],[1.036201,51.7855],[1.0359,51.7851],[1.0353,51.7843],[1.0353,51.7836],[1.035401,51.7818],[1.0359,51.7798],[1.036901,51.7782],[1.038301,51.7768],[1.0392,51.7762],[1.040401,51.776],[1.040499,51.7756],[1.0403,51.7753],[1.039801,51.7748],[1.039801,51.7746],[1.039901,51.774],[1.040699,51.7732],[1.044201,51.7705],[1.045499,51.7700],[1.046499,51.7698],[1.0468,51.7698],[1.047001,51.7699],[1.0471,51.7702],[1.046901,51.7704],[1.0466,51.7705],[1.0459,51.7706],[1.0452,51.7708],[1.0443,51.7714],[1.0422,51.7730],[1.041499,51.7739],[1.041201,51.7744],[1.041201,51.7746],[1.041201,51.7749],[1.041201,51.7752],[1.041499,51.7754],[1.0453,51.7755],[1.047701,51.7763],[1.0479,51.7766],[1.0481,51.7772],[1.0481,51.7777],[1.0475,51.7791],[1.0473,51.7799],[1.0473,51.781],[1.0472,51.7816],[1.0471,51.7822],[1.0466,51.7832],[1.0459,51.7838],[1.0451,51.7839],[1.043399,51.7837],[1.0429,51.7835],[1.0422,51.7835],[1.0401,51.784],[1.038999,51.7845],[1.0389,51.7848],[1.0389,51.785],[1.039101,51.7862],[1.039101,51.7869],[1.039101,51.7878],[1.0385,51.7886],[1.037701,51.7895],[1.0365,51.7904],[1.0351,51.7915],[1.032601,51.7934],[1.0301,51.7953],[1.0279,51.7963],[1.025301,51.7969],[1.0227,51.7977],[1.0208,51.799],[1.0195,51.8],[1.0193,51.8005],[1.0193,51.8009],[1.019701,51.8016],[1.0199,51.8053],[1.018,51.8048],[1.016201,51.8043],[1.015499,51.8042],[1.0142,51.8042],[1.0128,51.8046],[1.0115,51.8054],[1.009701,51.8066],[1.0072,51.8081],[1.0051,51.8094],[1.002999,51.8108],[1.000499,51.8126],[0.9969005,51.8157],[0.9922005000000002,51.8084],[0.9920005,51.8077],[0.9879995,51.8078],[0.9851005000000002,51.8082],[0.9842005,51.8083],[0.9826005,51.8087],[0.9812005,51.8091],[0.9804005,51.8094],[0.9801005,51.8096],[0.9793005,51.8104],[0.9785995,51.8110],[0.9781995,51.8113],[0.9776005000000002,51.8116],[0.9758995,51.8122],[0.9745005,51.8127],[0.9723005,51.8132],[0.9704005,51.8136],[0.9689005,51.8137],[0.9664995,51.8138],[0.9646005,51.8136],[0.9602005,51.8132],[0.9517005,51.8124],[0.9471005000000002,51.8118],[0.9444005,51.8114],[0.9414995,51.8107],[0.9387005000000002,51.8099],[0.9358995,51.8095],[0.9312995,51.8096],[0.9292005,51.8102],[0.9279005,51.8109],[0.9268005,51.8113],[0.9243005,51.8119],[0.9225005,51.8122],[0.9214995,51.8123],[0.9196005,51.8123],[0.9187995,51.8123],[0.9183005,51.8123],[0.9176005,51.8122],[0.9174005,51.8120],[0.9172005,51.8117],[0.9172005,51.8115],[0.9176005,51.8111],[0.9179995,51.8107],[0.9183995,51.8104],[0.9191005,51.8102],[0.9198005,51.8103],[0.9206995,51.8104],[0.9214005000000002,51.8103],[0.9222005,51.8098],[0.9229995000000002,51.8096],[0.9243005,51.8094],[0.9252005,51.8092],[0.9258005,51.8090],[0.9260995,51.8089],[0.9262995000000003,51.8087],[0.9262995000000003,51.8084],[0.9260005,51.8081],[0.9258005,51.8080],[0.9254995,51.8080],[0.9250005,51.8081],[0.9231005,51.8085],[0.9220005,51.8086],[0.9212005,51.8086],[0.9204995,51.8086],[0.9197005,51.8085],[0.9191005,51.8084],[0.9183005,51.8082],[0.9175005,51.8080],[0.9174005,51.8079],[0.9173005,51.8076],[0.9174005,51.8075],[0.9177005,51.8074],[0.9181995,51.8074],[0.9193005,51.8076],[0.9206005,51.8078],[0.9216005,51.8079],[0.9229995000000002,51.8078],[0.9235995,51.8077],[0.9242005,51.8074],[0.9244005,51.807],[0.9244005,51.8068],[0.9233995,51.8061],[0.9233005,51.8059],[0.9233005,51.8057],[0.9235995,51.8055],[0.9239005,51.8055],[0.9243005,51.8056],[0.9252005,51.8067],[0.9254005,51.8068],[0.9271005,51.8068],[0.9274005,51.8067],[0.9275005000000002,51.8065],[0.9275005000000002,51.8061],[0.9270005,51.8051],[0.9271005,51.8050],[0.9277005,51.8048],[0.9279995,51.8050],[0.9285005,51.8056],[0.9289005,51.806],[0.9293005,51.8063],[0.9299005,51.8065],[0.9308995,51.8067],[0.9320005,51.8069],[0.9333005,51.8071],[0.9364005,51.8073],[0.9373005000000002,51.8072],[0.9385005,51.8071],[0.9389005,51.8065],[0.9385995,51.8061],[0.9372005,51.8057],[0.9354995000000002,51.8052],[0.9343005,51.8046],[0.9333005,51.8036],[0.9324005,51.8027],[0.9317005,51.8026],[0.9306005,51.8031],[0.9296005,51.8033],[0.9287005,51.8033],[0.9281005,51.8032],[0.9274005,51.8029],[0.9258995,51.8023],[0.9254005,51.8022],[0.9251005000000002,51.8023],[0.9249005,51.8024],[0.9248005,51.8026],[0.9248005,51.8031],[0.9249005,51.8037],[0.9247005,51.8038],[0.9244005,51.8038],[0.9239005,51.8037],[0.9237005,51.8035],[0.9235995,51.8032],[0.9235005,51.8024],[0.9235995,51.8017],[0.9235995,51.8014],[0.9235005,51.8011],[0.9233005,51.8008],[0.9229995000000002,51.8006],[0.9224005,51.8003],[0.9218005,51.8001],[0.9212005,51.7998],[0.9206995,51.7994],[0.9197005,51.7978],[0.9189995,51.797],[0.9183005,51.7965],[0.9175005,51.7959],[0.9162995,51.7953],[0.9154995000000002,51.795],[0.9149005,51.7949],[0.9145005,51.7949],[0.9143005000000002,51.795],[0.9139995,51.7957],[0.9137005,51.7958],[0.9133005,51.7957],[0.9129005000000002,51.7955],[0.9128005,51.7954],[0.9126005,51.7946],[0.9122005,51.7943],[0.9112005,51.7939],[0.9083995,51.7926],[0.9062995,51.7915],[0.9037995,51.7899],[0.9021005000000002,51.7883],[0.9004005000000002,51.7861],[0.8992005,51.7837],[0.8989005,51.7833],[0.8985005,51.783],[0.8981005,51.7831],[0.8979005,51.7833],[0.8978005,51.7836],[0.8979005,51.7842],[0.8983005,51.7852],[0.8992005,51.7867],[0.9003005,51.7881],[0.9014005000000002,51.7892],[0.9020005,51.7905],[0.9024005000000002,51.7913],[0.9033005,51.7922],[0.9039005,51.7928],[0.9050005,51.7938],[0.9058005000000002,51.7949],[0.9064005,51.7953],[0.9071005,51.7957],[0.9083995,51.7964],[0.9096005,51.7973],[0.9100005,51.7976],[0.9106995,51.7978],[0.9110995,51.7978],[0.9122005,51.7978],[0.9124005,51.7981],[0.9121005,51.7988],[0.9120005,51.7994],[0.9120005,51.8005],[0.9120005,51.8007],[0.9121005,51.8008],[0.9125005,51.801],[0.9133995,51.8012],[0.9142005,51.8013],[0.9144005,51.8015],[0.9144005,51.8017],[0.9143005000000002,51.8019],[0.9127005,51.803],[0.9124005,51.8032],[0.9121005,51.8033],[0.9116005,51.8033],[0.9116005,51.8031],[0.9121005,51.8022],[0.9120005,51.802],[0.9118005,51.8018],[0.9114005,51.8018],[0.9108995,51.802],[0.9106995,51.8023],[0.9104005,51.8032],[0.9102005,51.8033],[0.9099005,51.8033],[0.9093005,51.8026],[0.9089995,51.8025],[0.9085995,51.8026],[0.9083005,51.8027],[0.9081995,51.8028],[0.9081995,51.8034],[0.9081005,51.8039],[0.9079005,51.8043],[0.9075005000000002,51.8046],[0.9072005,51.8048],[0.9068005000000002,51.8049],[0.9064005,51.8049],[0.9062005,51.8047],[0.9060995,51.8045],[0.9062005,51.8043],[0.9066005,51.804],[0.9071005,51.8037],[0.9072005,51.8036],[0.9072005,51.8034],[0.9071005,51.8032],[0.9069005,51.803],[0.9066005,51.8027],[0.9064995,51.8025],[0.9066005,51.8023],[0.9073005,51.8021],[0.9079005,51.802],[0.9095005000000002,51.8019],[0.9100005,51.8018],[0.9103005,51.8017],[0.9104005,51.8015],[0.9103005,51.8008],[0.9101005,51.7995],[0.9099005,51.7991],[0.9093005,51.7986],[0.9085005000000002,51.7981],[0.9073005,51.7975],[0.9064005,51.7972],[0.9051005,51.7967],[0.9048005,51.7965],[0.9045005000000002,51.7961],[0.9042005,51.7952],[0.9026005,51.7937],[0.9012005,51.7923],[0.9004005000000002,51.7915],[0.8993005,51.7898],[0.8987995,51.7898],[0.8983995,51.79],[0.8979995,51.7903],[0.8977005,51.7906],[0.8972005,51.7912],[0.8969005,51.7913],[0.8966005,51.7913],[0.8962995,51.7912],[0.8960995,51.7911],[0.8960005000000002,51.7909],[0.8960995,51.7907],[0.8964005,51.7903],[0.8972005,51.7896],[0.8975005,51.7892],[0.8977005,51.7888],[0.8977005,51.7885],[0.8977005,51.7882],[0.8976005,51.7877],[0.8973005,51.787],[0.8968005,51.7861],[0.8960995,51.7847],[0.8953005000000002,51.7828],[0.8949005,51.7815],[0.8949005,51.781],[0.8950005,51.7803],[0.8956995,51.7774],[0.8958005,51.7769],[0.8958995000000002,51.7765],[0.8958995000000002,51.7761],[0.8956995,51.7756],[0.8954995,51.7754],[0.8951005,51.7753],[0.8948005,51.7754],[0.8946005000000002,51.7755],[0.8944005,51.7759],[0.8939005,51.7768],[0.8935995,51.7772],[0.8929995,51.7778],[0.8916005,51.7786],[0.8902005,51.7792],[0.8879005,51.7802],[0.8862995,51.7813],[0.8846005,51.7822],[0.8826005,51.7833],[0.8816005,51.7836],[0.8791005000000002,51.784],[0.8789005,51.7842],[0.8789005,51.7844],[0.8791005000000002,51.7846],[0.8793005,51.7847],[0.8797005,51.7847],[0.8804995,51.7847],[0.8808005,51.7849],[0.8810005,51.7852],[0.8808995,51.7855],[0.8804995,51.7861],[0.8801005000000002,51.7862],[0.8783995,51.7864],[0.8781995,51.7865],[0.8778005,51.787],[0.8772005,51.7872],[0.8764005,51.7873],[0.8758995000000002,51.7872],[0.8756995,51.787],[0.8756995,51.7868],[0.8758005,51.7866],[0.8770005,51.7862],[0.8776005,51.7858],[0.8777005000000002,51.7855],[0.8776005,51.7853],[0.8770005,51.7847],[0.8767005,51.7844],[0.8762995,51.7844],[0.8753005000000003,51.7849],[0.8746005,51.785],[0.8737995,51.7851],[0.8737005,51.7853],[0.8739995,51.7859],[0.8743005,51.7868],[0.8742005,51.787],[0.8739005,51.7871],[0.8731005,51.7871],[0.8720005,51.787],[0.8717005,51.7871],[0.8714005,51.7874],[0.8706005,51.7881],[0.8698005,51.7888],[0.8695005,51.7892],[0.8694005,51.7895],[0.8694005,51.79],[0.8695005,51.7904],[0.8696005,51.7906],[0.8704005,51.7912],[0.8708005,51.7915],[0.8710005,51.7918],[0.8710995,51.7921],[0.8708005,51.7925],[0.8704995000000002,51.7928],[0.8699005,51.7931],[0.8695005,51.7932],[0.8691005,51.7933],[0.8687005,51.7934],[0.8681995,51.7933],[0.8679005000000002,51.7932],[0.8677005,51.7929],[0.8678005,51.7927],[0.8679005000000002,51.7925],[0.8691005,51.7925],[0.8693005,51.7924],[0.8694005,51.7922],[0.8694005,51.7919],[0.8692005000000003,51.7917],[0.8683995,51.791],[0.8681995,51.7907],[0.8681005,51.7904],[0.8681005,51.79],[0.8681005,51.7892],[0.8683005,51.7884],[0.8685005,51.7881],[0.8697005,51.7877],[0.8704005,51.787],[0.8708005,51.7866],[0.8712005,51.7864],[0.8724005,51.7861],[0.8726005000000002,51.7859],[0.8726005000000002,51.7856],[0.8726005000000002,51.7852],[0.8727005,51.7849],[0.8728005,51.7847],[0.8733005,51.7845],[0.8741005,51.7843],[0.8745005,51.784],[0.8746005,51.7838],[0.8745005,51.7836],[0.8742005,51.7834],[0.8735005,51.7836],[0.8712005,51.7843],[0.8679005000000002,51.7848],[0.8677005,51.7849],[0.8677005,51.7851],[0.8683995,51.7854],[0.8685995,51.7856],[0.8687005,51.7857],[0.8685995,51.786],[0.8683005,51.7861],[0.8677005,51.7861],[0.8671005,51.7859],[0.8667005,51.7856],[0.8654995,51.7852],[0.8623005,51.7858],[0.8593005,51.7859],[0.8560005000000002,51.7858],[0.8535995,51.7855],[0.8514995,51.785],[0.8497005,51.7842],[0.8475005,51.7837],[0.8456995,51.7833],[0.8437995,51.7832],[0.8422005,51.7835],[0.8408995,51.784],[0.8408005,51.7845],[0.8414005,51.7849],[0.8423005,51.7854],[0.8427005,51.7858],[0.8428005,51.786],[0.8429995,51.7863],[0.8428005,51.7871],[0.8425005,51.7877],[0.8419005,51.7881],[0.8410995,51.7884],[0.8399005,51.7887],[0.8387005,51.7889],[0.8376005,51.7889],[0.8358995,51.7888],[0.8350005000000003,51.789],[0.8349005,51.7891],[0.8349005,51.7893],[0.8354995,51.7897],[0.8354995,51.7901],[0.8352005,51.7902],[0.8346005,51.7901],[0.8339005,51.7899],[0.8329995,51.7896],[0.8322005,51.7894],[0.8316005,51.7892],[0.8310005,51.7888],[0.8310005,51.7886],[0.8314005,51.7883],[0.8321005,51.7885],[0.8326005,51.7887],[0.8329995,51.7888],[0.8335005,51.7888],[0.8339995,51.7885],[0.8354005,51.7881],[0.8385005,51.7882],[0.8398005,51.7881],[0.8404005,51.788],[0.8408005,51.7878],[0.8412005,51.7876],[0.8416005,51.7873],[0.8418005,51.787],[0.8418005,51.7863],[0.8414995,51.7858],[0.8412995,51.7856],[0.8408005,51.7854],[0.8385995000000003,51.7856],[0.8381005,51.7852],[0.8381995,51.7848],[0.8389995,51.7843],[0.8403005,51.7839],[0.8412005,51.7834],[0.8424005,51.7828],[0.8429995,51.7826],[0.8439995,51.7824],[0.8458995,51.7826],[0.8464005,51.7825],[0.8466005,51.7824],[0.8464995,51.7823],[0.8464005,51.7822],[0.8458005,51.7818],[0.8452005,51.7814],[0.8456995,51.781],[0.8458995,51.7809],[0.8466005,51.781],[0.8471005,51.7813],[0.8483995,51.7821],[0.8496005000000002,51.7825],[0.8501005,51.7826],[0.8510995,51.7829],[0.8524005,51.7834],[0.8541005,51.7837],[0.8554995,51.7839],[0.8571005000000002,51.7841],[0.8594005000000002,51.7842],[0.8599005,51.7841],[0.8604005000000002,51.7834],[0.8606995000000002,51.7831],[0.8617005,51.7829],[0.8628005,51.7826],[0.8653005,51.7824],[0.8674005,51.782],[0.8685005,51.7818],[0.8706005,51.7814],[0.8716005000000002,51.7811],[0.8731005,51.7804],[0.8735995,51.7802],[0.8739995,51.7802],[0.8742005,51.7804],[0.8741005,51.781],[0.8745005,51.7811],[0.8750005,51.781],[0.8762005,51.7808],[0.8785005,51.7804],[0.8798005,51.7801],[0.8814005000000003,51.7795],[0.8827005,51.7787],[0.8835005,51.7781],[0.8829995000000002,51.7779],[0.8804005,51.7793],[0.8794005,51.7793],[0.8792005,51.7791],[0.8792005,51.7788],[0.8798005,51.7785],[0.8806005,51.778],[0.8829005,51.7768],[0.8843005,51.7759],[0.8878005,51.7726],[0.8883005,51.7721],[0.8885005000000002,51.7718],[0.8885005000000002,51.7715],[0.8883995,51.7712],[0.8881005,51.7708],[0.8872005,51.7697],[0.8873005,51.7693],[0.8874005,51.769],[0.8876005,51.7687],[0.8879005,51.7686],[0.8885005000000002,51.7685],[0.8898005,51.7684],[0.8910005,51.7684],[0.8928005,51.7685],[0.8945005,51.7685],[0.8954995,51.7683],[0.8967005,51.7677],[0.8971005,51.7674],[0.8972005,51.7672],[0.8972005,51.7670],[0.8971005,51.7668],[0.8969005,51.7667],[0.8960995,51.7664],[0.8942005,51.766],[0.8929995,51.7657],[0.8908005,51.7650],[0.8892005,51.7645],[0.8881995,51.7643],[0.8870005,51.7643],[0.8848005000000002,51.7646],[0.8816005,51.7652],[0.8806995,51.7656],[0.8799005,51.7658],[0.8785995,51.766],[0.8775005,51.7662],[0.8768005,51.7665],[0.8756995,51.7671],[0.8728005,51.7688],[0.8723005,51.769],[0.8718005,51.7691],[0.8712005,51.7692],[0.8693005,51.7693],[0.8653005,51.7694],[0.8621005000000002,51.7694],[0.8616005,51.7697],[0.8614005,51.7701],[0.8612005,51.7705],[0.8612005,51.7708],[0.8612995,51.7711],[0.8617005,51.7717],[0.8618005000000002,51.772],[0.8619005,51.7724],[0.8619005,51.7726],[0.8617005,51.7729],[0.8612005,51.7735],[0.8603005,51.774],[0.8601005000000002,51.7743],[0.8599005,51.7749],[0.8595005,51.7753],[0.8589995,51.7755],[0.8585005,51.7755],[0.8581005000000002,51.7754],[0.8577005,51.7752],[0.8572005,51.7749],[0.8568005,51.7747],[0.8558995,51.7747],[0.8546005,51.7746],[0.8535995,51.7746],[0.8528005,51.7742],[0.8521005,51.7737],[0.8517005,51.7733],[0.8517005,51.7729],[0.8531005,51.7721],[0.8531995000000002,51.7718],[0.8531995000000002,51.7716],[0.8531995000000002,51.7714],[0.8531005,51.7712],[0.8526005,51.7712],[0.8518005,51.7714],[0.8512995,51.7719],[0.8504995,51.7723],[0.8494005,51.7724],[0.8481995,51.7727],[0.8479995,51.7729],[0.8479005,51.7736],[0.8478005,51.7738],[0.8472005000000002,51.774],[0.8462995,51.7741],[0.8442005,51.7741],[0.8433995,51.774],[0.8427005,51.7738],[0.8419005,51.7738],[0.8410005,51.7741],[0.8399005,51.7743],[0.8389995,51.7742],[0.8383995,51.7734],[0.8377005,51.7724],[0.8364995,51.7718],[0.8358995,51.7715],[0.8351005,51.7712],[0.8343005,51.7709],[0.8337005,51.7706],[0.8337995,51.7703],[0.8347005,51.7703],[0.8353005,51.7704],[0.8360005000000003,51.7706],[0.8370005,51.771],[0.8379995,51.7716],[0.8389995,51.7724],[0.8394005,51.7729],[0.8399005,51.7733],[0.8403005,51.7735],[0.8404995,51.7735],[0.8412005,51.7731],[0.8414005,51.7729],[0.8414005,51.7725],[0.8410995,51.7722],[0.8395005,51.771],[0.8389995,51.7707],[0.8389995,51.7705],[0.8395005,51.7703],[0.8403005,51.7704],[0.8412005,51.7711],[0.8418005,51.7719],[0.8423005,51.7722],[0.8428005,51.7723],[0.8435995,51.7724],[0.8444005,51.7723],[0.8452005,51.772],[0.8460005,51.7716],[0.8471005,51.7715],[0.8483995,51.7715],[0.8494005,51.771],[0.8526005,51.7702],[0.8542005,51.7698],[0.8558005,51.7695],[0.8571005000000002,51.769],[0.8575005,51.7686],[0.8574005,51.7684],[0.8564995,51.7683],[0.8560005000000002,51.7683],[0.8548005,51.7684],[0.8542005,51.7687],[0.8533005000000002,51.7693],[0.8529005,51.7694],[0.8524005,51.7693],[0.8520005000000002,51.7692],[0.8518005,51.769],[0.8519005,51.7688],[0.8527005,51.7685],[0.8531995000000002,51.7682],[0.8533995,51.768],[0.8533005000000002,51.7678],[0.8525005,51.7678],[0.8510995,51.7682],[0.8503005,51.7688],[0.8497005,51.7694],[0.8487995000000002,51.7698],[0.8479995,51.7698],[0.8469005,51.7702],[0.8458995,51.7705],[0.8448005,51.7709],[0.8437995,51.7711],[0.8428005,51.771],[0.8423005,51.7708],[0.8416005,51.7702],[0.8408005,51.7698],[0.8408995,51.7695],[0.8414005,51.7695],[0.8421005000000003,51.7697],[0.8427005,51.7700],[0.8433995,51.7704],[0.8443005,51.7702],[0.8447005,51.7692],[0.8452005,51.7687],[0.8464005,51.7685],[0.8471005,51.7683],[0.8476005,51.7681],[0.8477005,51.7679],[0.8475005,51.7675],[0.8469005,51.7668],[0.8458995,51.7664],[0.8450005,51.766],[0.8450005,51.7657],[0.8454005,51.7656],[0.8462995,51.7658],[0.8472005000000002,51.7659],[0.8475005,51.7659],[0.8481995,51.766],[0.8487995000000002,51.7661],[0.8491005,51.7665],[0.8495005,51.7669],[0.8498005,51.7669],[0.8506005,51.7670],[0.8525005,51.7670],[0.8531995000000002,51.7668],[0.8531005,51.7664],[0.8506005,51.7656],[0.8506005,51.7652],[0.8508995,51.7651],[0.8523005,51.7658],[0.8531005,51.7658],[0.8543005000000002,51.7655],[0.8546005,51.7652],[0.8548005,51.7649],[0.8548005,51.7647],[0.8545005,51.7645],[0.8542005,51.7644],[0.8537005,51.7644],[0.8529995,51.7645],[0.8524005,51.7644],[0.8520005000000002,51.7643],[0.8520005000000002,51.7639],[0.8526005,51.7638],[0.8535995,51.7638],[0.8543005000000002,51.7638],[0.8549005,51.7639],[0.8553005,51.7641],[0.8556005,51.7645],[0.8558995,51.7650],[0.8558995,51.7652],[0.8554995,51.7656],[0.8553005,51.7658],[0.8553005,51.766],[0.8556995,51.7662],[0.8566005,51.766],[0.8577005,51.7659],[0.8593005,51.7659],[0.8604005000000002,51.7657],[0.8612005,51.7653],[0.8617005,51.7648],[0.8614995,51.7644],[0.8601005000000002,51.7642],[0.8585995,51.7645],[0.8581995,51.7645],[0.8578005,51.7643],[0.8577005,51.7641],[0.8578005,51.7639],[0.8581995,51.7638],[0.8593005,51.7636],[0.8595005,51.7635],[0.8594005000000002,51.7633],[0.8593005,51.7632],[0.8589995,51.7628],[0.8583005,51.7624],[0.8574005,51.7619],[0.8568005,51.7618],[0.8562995,51.7619],[0.8556005,51.7621],[0.8546005,51.7622],[0.8535995,51.7622],[0.8524005,51.7617],[0.8510995,51.7612],[0.8510995,51.7610],[0.8512995,51.7607],[0.8514995,51.7607],[0.8518005,51.7607],[0.8522005,51.7608],[0.8529005,51.7612],[0.8537995,51.7614],[0.8543005000000002,51.7614],[0.8549005,51.7613],[0.8556005,51.7612],[0.8558005,51.7611],[0.8558995,51.7608],[0.8558995,51.7605],[0.8554995,51.7602],[0.8546005,51.7599],[0.8524005,51.7601],[0.8517005,51.7598],[0.8514995,51.7595],[0.8514995,51.7592],[0.8520005000000002,51.7585],[0.8523005,51.7582],[0.8528005,51.7580],[0.8533005000000002,51.7581],[0.8541005,51.7583],[0.8554005,51.7585],[0.8564995,51.7587],[0.8566005,51.7589],[0.8568005,51.7597],[0.8570005000000002,51.7600],[0.8572005,51.7601],[0.8578005,51.7604],[0.8585995,51.7606],[0.8589005,51.7606],[0.8598005,51.7604],[0.8608005,51.7607],[0.8620005,51.7612],[0.8635995,51.7620],[0.8646005,51.7623],[0.8656995,51.7623],[0.8683995,51.7621],[0.8716005000000002,51.7612],[0.8746005,51.7598],[0.8769005,51.7595],[0.8789005,51.7589],[0.8800005,51.7584],[0.8804995,51.7581],[0.8810005,51.7575],[0.8814995,51.7575],[0.8814995,51.7584],[0.8819005,51.7585],[0.8829995000000002,51.7586],[0.8839005,51.7586],[0.8848005000000002,51.7584],[0.8849005,51.7581],[0.8848005000000002,51.7580],[0.8837005,51.7576],[0.8924005,51.7416],[0.8948005,51.7429],[0.8968005,51.7437],[0.9000005,51.7448],[0.9051005,51.7459],[0.9094005,51.7468],[0.9142005,51.7474],[0.9208005,51.7479],[0.9251005000000002,51.7487],[0.9264995,51.7485],[0.9274005,51.7483],[0.9304995,51.7478],[0.9316005,51.7479],[0.9328005,51.7478],[0.9348005,51.7466],[0.9372005,51.7449],[0.9387995,51.7441],[0.9406005,51.7431],[0.9414995,51.7426],[0.9422005,51.742],[0.9429005,51.7412],[0.9433005,51.7406],[0.9437005000000002,51.7398],[0.9442005,51.7392],[0.9446005,51.7388],[0.9450005,51.7386],[0.9458005000000002,51.7383],[0.9462995,51.738],[0.9464005,51.7378],[0.9464995,51.7375],[0.9464005,51.7374],[0.9462005,51.7373],[0.9453005,51.7373],[0.9437995,51.7371],[0.9437995,51.7367],[0.9441005,51.7366],[0.9448005000000002,51.7367],[0.9454995,51.7367],[0.9458005000000002,51.7366],[0.9460005,51.7364],[0.9460995,51.7362],[0.9464005,51.7355],[0.9466005,51.7348],[0.9469005,51.7333],[0.9471005000000002,51.7328],[0.9474005,51.7324],[0.9481995,51.7316],[0.9495005000000002,51.7298],[0.9501005,51.729],[0.9504995,51.7285],[0.9508005000000003,51.7278],[0.9508995,51.7272],[0.9508995,51.7262],[0.9506005,51.7257],[0.9500005,51.725],[0.9496005,51.7247],[0.9491005,51.7243],[0.9491005,51.7241],[0.9492005,51.7239],[0.9493005,51.7237],[0.9494005,51.7237],[0.9500005,51.7238],[0.9504005,51.7239],[0.9510005,51.724],[0.9512995,51.7239],[0.9514995,51.7238],[0.9516005,51.7236],[0.9517005,51.7233],[0.9516005,51.723],[0.9512995,51.7225],[0.9508995,51.722],[0.9504005,51.7215],[0.9501005,51.7211],[0.9498005000000002,51.7205],[0.9496005,51.7198],[0.9495005000000002,51.7194],[0.9493005,51.7185],[0.9492005,51.7177],[0.9489995,51.7172],[0.9487995,51.717],[0.9485005000000002,51.7168],[0.9481995,51.7168],[0.9478005000000002,51.7168],[0.9477005,51.7168],[0.9475005,51.717],[0.9474005,51.7171],[0.9474005,51.7173],[0.9476005,51.7184],[0.9476005,51.7185],[0.9474005,51.7187],[0.9468005000000002,51.7187],[0.9466005,51.7187],[0.9464995,51.7185],[0.9464005,51.7175],[0.9462995,51.7173],[0.9460995,51.7171],[0.9458005000000002,51.7168],[0.9453005,51.7167],[0.9435005,51.7168],[0.9429995,51.7168],[0.9427005000000002,51.7167],[0.9427005000000002,51.7162],[0.9428005,51.716],[0.9429995,51.7159],[0.9448005000000002,51.716],[0.9451005,51.7159],[0.9452005,51.7157],[0.9444005,51.7142],[0.9443005,51.7137],[0.9444005,51.7133],[0.9445005,51.7131],[0.9447005000000003,51.713],[0.9449005,51.7131],[0.9453005,51.7133],[0.9456005,51.7137],[0.9458005000000002,51.7142],[0.9464005,51.716],[0.9464995,51.7162],[0.9467005,51.7163],[0.9471005000000002,51.7163],[0.9473005,51.7163],[0.9474005,51.7162],[0.9476005,51.7159],[0.9476005,51.7156],[0.9462995,51.7139],[0.9460995,51.7135],[0.9458995,51.713],[0.9456005,51.7122],[0.9453005,51.7111],[0.9452005,51.7108],[0.9450005,51.7106],[0.9439995,51.7105],[0.9429005,51.7109],[0.9418005,51.7113],[0.9414005,51.7113],[0.9412005,51.7111],[0.9410005000000002,51.7108],[0.9410005000000002,51.7106],[0.9410005000000002,51.7104],[0.9412005,51.7103],[0.9414995,51.7102],[0.9439005,51.7097],[0.9445005,51.7096],[0.9449005,51.7094],[0.9452005,51.7092],[0.9454005,51.7089],[0.9454995,51.7083],[0.9454005,51.7081],[0.9450005,51.7077],[0.9448005000000002,51.7075],[0.9447005000000003,51.7072],[0.9447005000000003,51.7065],[0.9448005000000002,51.7047],[0.9448005000000002,51.7039],[0.9445005,51.7036],[0.9442005,51.7035],[0.9439005,51.7034],[0.9437005000000002,51.7036],[0.9437005000000002,51.7047],[0.9435005,51.7049],[0.9429995,51.7048],[0.9428005,51.7047],[0.9427005000000002,51.7045],[0.9424005000000002,51.7030],[0.9424005000000002,51.7027],[0.9425005,51.7018],[0.9424005000000002,51.7014],[0.9416005,51.6999],[0.9412005,51.6991],[0.9408995,51.6986],[0.9408995,51.6984],[0.9408995,51.6982],[0.9410995,51.6980],[0.9414005,51.6979],[0.9417005000000002,51.6982],[0.9419005,51.6985],[0.9422005,51.6995],[0.9427005000000002,51.7002],[0.9431005,51.7008],[0.9433995,51.7011],[0.9435005,51.7012],[0.9437005000000002,51.7012],[0.9437995,51.7010],[0.9435995000000003,51.7001],[0.9431995,51.699],[0.9429995,51.6981],[0.9429995,51.6978],[0.9429995,51.6974],[0.9431005,51.6968],[0.9433005,51.6963],[0.9437995,51.6956],[0.9439005,51.6953],[0.9439005,51.6949],[0.9437995,51.6948],[0.9437005000000002,51.6948],[0.9435005,51.6947],[0.9429005,51.6947],[0.9422005,51.6948],[0.9417005000000002,51.6947],[0.9410995,51.6944],[0.9406995,51.6941],[0.9404995,51.6939],[0.9403005,51.6936],[0.9403005,51.6934],[0.9403005,51.6931],[0.9404005,51.6929],[0.9406005,51.6926],[0.9412995000000002,51.6921],[0.9421005,51.6919],[0.9439995,51.6919],[0.9450005,51.6918],[0.9458005000000002,51.6915],[0.9464995,51.6911],[0.9466005,51.6909],[0.9464995,51.6905],[0.9464005,51.6903],[0.9460995,51.6902],[0.9450005,51.6901],[0.9448005000000002,51.6899],[0.9448005000000002,51.6897],[0.9452005,51.6894],[0.9483995000000002,51.6893],[0.9491005,51.6887],[0.9495005000000002,51.6881],[0.9493005,51.6879],[0.9473005,51.6879],[0.9460005,51.688],[0.9449005,51.6882],[0.9445005,51.6884],[0.9435005,51.6892],[0.9423005,51.6893],[0.9406005,51.6892],[0.9403005,51.6891],[0.9402005,51.6888],[0.9404005,51.6869],[0.9403005,51.6866],[0.9400005,51.6865],[0.9366005,51.6866],[0.9362005,51.6865],[0.9360005,51.6861],[0.9364005,51.6859],[0.9394005,51.6857],[0.9404995,51.6855],[0.9423005,51.6854],[0.9446005,51.6853],[0.9462995,51.6851],[0.9477005,51.6847],[0.9489005,51.6847],[0.9499005,51.6849],[0.9510995,51.6852],[0.9516005,51.6852],[0.9527005,51.6851],[0.9542005,51.6847],[0.9549005000000002,51.6844],[0.9551005,51.6841],[0.9550005,51.6840],[0.9547005,51.6839],[0.9531995,51.6836],[0.9517005,51.6834],[0.9500005,51.6832],[0.9479995,51.6830],[0.9444005,51.6834],[0.9433005,51.6833],[0.9431005,51.6830],[0.9433995,51.6826],[0.9442005,51.6824],[0.9452005,51.6822],[0.9460995,51.6821],[0.9483995000000002,51.6821],[0.9508005000000003,51.6824],[0.9518005000000003,51.6827],[0.9527005,51.6828],[0.9533995,51.6828],[0.9537005,51.6827],[0.9539995,51.6826],[0.9541005,51.6824],[0.9541005,51.6823],[0.9517005,51.6817],[0.9485995,51.6812],[0.9473005,51.681],[0.9447005000000003,51.6811],[0.9428005,51.6813],[0.9406005,51.6822],[0.9400005,51.6822],[0.9385005,51.6817],[0.9372005,51.6817],[0.9371005,51.6811],[0.9381995,51.6811],[0.9399005,51.681],[0.9449005,51.6804],[0.9471005000000002,51.6803],[0.9487005,51.6805],[0.9512005,51.6808],[0.9514995,51.6805],[0.9516005,51.6802],[0.9514995,51.6798],[0.9510995,51.6796],[0.9504995,51.6795],[0.9496005,51.6796],[0.9487995,51.6795],[0.9475005,51.6792],[0.9464995,51.6788],[0.9444005,51.6788],[0.9428005,51.6789],[0.9397005000000002,51.6792],[0.9372005,51.6797],[0.9353005,51.6801],[0.9348005,51.68],[0.9344005,51.6799],[0.9344005,51.6796],[0.9348005,51.6795],[0.9375005,51.6791],[0.9383995,51.679],[0.9389995,51.6788],[0.9391005,51.6786],[0.9391005,51.6783],[0.9389005,51.6782],[0.9376005,51.6777],[0.9371005,51.6774],[0.9369005,51.6772],[0.9369005,51.677],[0.9370005,51.6768],[0.9377005,51.6768],[0.9387995,51.6769],[0.9397005000000002,51.6773],[0.9414005,51.6781],[0.9426005,51.6781],[0.9449005,51.6781],[0.9462005,51.6783],[0.9483005,51.6788],[0.9485995,51.6789],[0.9487995,51.6787],[0.9487995,51.6785],[0.9487005,51.6784],[0.9481005,51.6782],[0.9460005,51.6777],[0.9421005,51.6773],[0.9419005,51.6772],[0.9419005,51.677],[0.9419005,51.6768],[0.9420005,51.6767],[0.9433995,51.6768],[0.9469005,51.6773],[0.9489995,51.678],[0.9494005,51.6782],[0.9500005,51.6784],[0.9502005,51.6785],[0.9504995,51.6785],[0.9508005000000003,51.6784],[0.9510005,51.6782],[0.9510005,51.678],[0.9508995,51.6778],[0.9504995,51.6776],[0.9464995,51.6766],[0.9437995,51.6763],[0.9412005,51.6761],[0.9408005,51.676],[0.9406995,51.6759],[0.9406995,51.6758],[0.9410995,51.6756],[0.9416005,51.6755],[0.9421005,51.6755],[0.9464005,51.6761],[0.9499005,51.6768],[0.9516005,51.6771],[0.9522005,51.677],[0.9524005,51.6768],[0.9524005,51.6766],[0.9523005,51.6763],[0.9521005,51.6761],[0.9512995,51.6759],[0.9500005,51.6757],[0.9462005,51.6754],[0.9420005,51.675],[0.9408005,51.6749],[0.9389005,51.6747],[0.9383005,51.6746],[0.9375005,51.6749],[0.9369005,51.6752],[0.9364005,51.6751],[0.9362005,51.6749],[0.9360005,51.6739],[0.9358995,51.6734],[0.9358005,51.6729],[0.9358995,51.6727],[0.9364995000000002,51.6728],[0.9371005,51.6731],[0.9379005,51.6736],[0.9387005000000002,51.6738],[0.9396005,51.6739],[0.9408005,51.674],[0.9420005,51.6742],[0.9425005,51.6742],[0.9428005,51.6741],[0.9429005,51.674],[0.9429005,51.6738],[0.9428005,51.6737],[0.9425005,51.6736],[0.9398005,51.6731],[0.9383005,51.6726],[0.9383005,51.6723],[0.9383995,51.6722],[0.9392005,51.6724],[0.9406005,51.6727],[0.9421005,51.673],[0.9426005,51.6731],[0.9428005,51.6731],[0.9429995,51.6731],[0.9431005,51.6729],[0.9431995,51.6727],[0.9431005,51.6726],[0.9406005,51.672],[0.9378005,51.6714],[0.9374005,51.6712],[0.9374005,51.671],[0.9376005,51.6709],[0.9383995,51.671],[0.9396005,51.6712],[0.9422005,51.6718],[0.9437995,51.6723],[0.9439995,51.6723],[0.9442005,51.6721],[0.9442005,51.6719],[0.9441005,51.6717],[0.9439995,51.6716],[0.9433995,51.6715],[0.9431995,51.6714],[0.9429995,51.6713],[0.9429005,51.6712],[0.9427005000000002,51.671],[0.9426005,51.6707],[0.9425005,51.6703],[0.9425005,51.6693],[0.9425005,51.6685],[0.9424005000000002,51.6678],[0.9422005,51.6676],[0.9418005,51.6674],[0.9410995,51.6671],[0.9403005,51.6669],[0.9395005,51.6668],[0.9391005,51.6669],[0.9389005,51.667],[0.9387995,51.6677],[0.9387995,51.6684],[0.9385995,51.6705],[0.9383995,51.6707],[0.9379005,51.6707],[0.9375005,51.6706],[0.9378005,51.6678],[0.9377005,51.6667],[0.9379005,51.6663],[0.9383005,51.666],[0.9387995,51.6659],[0.9416005,51.6666],[0.9421005,51.6666],[0.9426005,51.6663],[0.9428005,51.6659],[0.9429005,51.6649],[0.9426005,51.6642],[0.9424005000000002,51.664],[0.9420005,51.6638],[0.9417005000000002,51.6637],[0.9400005,51.6632],[0.9399005,51.6629],[0.9400005,51.6628],[0.9417005000000002,51.6629],[0.9427005000000002,51.6629],[0.9431005,51.6628],[0.9433005,51.6627],[0.9433995,51.6626],[0.9433995,51.6606],[0.9433995,51.6603],[0.9433005,51.6602],[0.9431995,51.6601],[0.9429005,51.66],[0.9425005,51.6599],[0.9408995,51.6599],[0.9401005,51.6599],[0.9398005,51.6598],[0.9397005000000002,51.6597],[0.9398005,51.6594],[0.9412995000000002,51.6591],[0.9420005,51.6589],[0.9422005,51.6588],[0.9425005,51.6584],[0.9426005,51.6582],[0.9425005,51.6578],[0.9423005,51.6575],[0.9419005,51.6571],[0.9408005,51.6565],[0.9391005,51.6563],[0.9385995,51.6562],[0.9385005,51.656],[0.9385995,51.6558],[0.9387995,51.6557],[0.9408005,51.6558],[0.9418005,51.6558],[0.9420005,51.6558],[0.9422005,51.6556],[0.9422005,51.6554],[0.9420005,51.6549],[0.9414005,51.6542],[0.9403005,51.6534],[0.9400005,51.6531],[0.9398005,51.6529],[0.9397005000000002,51.6522],[0.9395005,51.6517],[0.9393005,51.6515],[0.9391005,51.6513],[0.9379005,51.6511],[0.9378005,51.6509],[0.9377005,51.6506],[0.9377005,51.6497],[0.9375005,51.649],[0.9371005,51.6478],[0.9368005,51.6467],[0.9368005,51.6462],[0.9369005,51.6455],[0.9379005,51.6435],[0.9385995,51.6422],[0.9389995,51.6413],[0.9392005,51.6406],[0.9389995,51.6386],[0.9387005000000002,51.6367],[0.9383005,51.6350],[0.9381005,51.6346],[0.9378005,51.6342],[0.9372005,51.6336],[0.9364005,51.6330],[0.9352005,51.6324],[0.9383005,51.6196],[0.9451005,51.6202],[0.9504005,51.6204],[0.9522005,51.6204],[0.9537995,51.6200],[0.9553005,51.6195],[0.9573005,51.6188],[0.9576005,51.6185],[0.9579005000000003,51.6179],[0.9579995,51.6176],[0.9577005,51.6169],[0.9571005,51.6159],[0.9560995,51.6141],[0.9547005,51.6119],[0.9543005,51.6114],[0.9535995,51.6107],[0.9531995,51.6103],[0.9522005,51.6091],[0.9519005,51.6088],[0.9516005,51.6085],[0.9506005,51.6081],[0.9504005,51.6078],[0.9502005,51.6073],[0.9494005,51.6061],[0.9456995,51.6033],[0.9427005000000002,51.6007],[0.9410995,51.5993],[0.9393005,51.5979],[0.9376005,51.5968],[0.9347005,51.5947],[0.9318005,51.5926],[0.9296005,51.5913],[0.9283995000000002,51.5908],[0.9267005,51.5903],[0.9256995,51.59],[0.9252005,51.5897],[0.9248005,51.5891],[0.9241005000000002,51.5886],[0.9222005,51.5876],[0.9219005,51.5873],[0.9217005,51.5870],[0.9212995000000002,51.5863],[0.9210995,51.586],[0.9206995,51.5858],[0.9187995,51.5852],[0.9181995,51.5849],[0.9169005,51.5841],[0.9158995,51.5836],[0.9148005,51.5831],[0.9143005000000002,51.5828],[0.9135995,51.5821],[0.9129005000000002,51.5816],[0.9120005,51.5812],[0.9102005,51.5806],[0.9089005,51.58],[0.9076005,51.5793],[0.9058005000000002,51.5783],[0.9045005000000002,51.5778],[0.9028005,51.577],[0.9012995,51.5760],[0.9002005,51.5754],[0.8987005,51.5748],[0.8969005,51.5743],[0.8948005,51.5731],[0.8921005,51.5716],[0.8901005,51.5706],[0.8881995,51.5698],[0.8870005,51.5693],[0.8856995,51.5688],[0.8839005,51.5684],[0.8817005,51.5680],[0.8797005,51.5674],[0.8783995,51.5672],[0.8771005,51.5673],[0.8767005,51.5673],[0.8766005,51.5672],[0.8774005,51.5664],[0.8776005,51.5659],[0.8776005,51.5657],[0.8775005,51.5654],[0.8772005,51.5651],[0.8754005,51.5647],[0.8741005,51.5643],[0.8731995,51.5642],[0.8724005,51.5646],[0.8719005,51.5645],[0.8716005000000002,51.5644],[0.8714995000000002,51.5641],[0.8714995000000002,51.5639],[0.8722005,51.5632],[0.8729005,51.5626],[0.8729995,51.5624],[0.8729995,51.5621],[0.8728005,51.5618],[0.8722005,51.5611],[0.8714005,51.5605],[0.8704005,51.5599],[0.8689005,51.5591],[0.8668005,51.5579],[0.8654995,51.5572],[0.8635995,51.5564],[0.8625005,51.5561],[0.8620005,51.556],[0.8593005,51.5564],[0.8535005,51.5571],[0.8526005,51.5557],[0.8529995,51.5548],[0.8529995,51.5542],[0.8527005,51.5536],[0.8522005,51.5527],[0.8517005,51.552],[0.8510995,51.5514],[0.8502005,51.5508],[0.8489005,51.5501],[0.8479995,51.5498],[0.8458005,51.5493],[0.8444005,51.5487],[0.8431995,51.5482],[0.8416005,51.5473],[0.8379005,51.5456],[0.8362005,51.5449],[0.8304995,51.5429],[0.8237995,51.5404],[0.8208995,51.5394],[0.8185995,51.5383],[0.8169005,51.5372],[0.8146005,51.5435],[0.8137995,51.5437],[0.8117005000000002,51.5446],[0.8095005,51.5451],[0.7920005,51.5478],[0.7892005,51.5504],[0.7862005,51.5527],[0.7860995,51.5535],[0.7852005,51.5536],[0.7764005000000003,51.5524],[0.7629005,51.5531],[0.7610995000000002,51.5529],[0.7606005,51.5544],[0.7593005,51.5552],[0.7567005,51.5558],[0.7549005,51.5565],[0.7543005,51.5572],[0.7542005,51.5583],[0.7537005,51.5587],[0.7510995,51.5596],[0.7479995,51.5603],[0.7439995,51.5609],[0.7385005,51.5605],[0.7364995,51.5608],[0.7274005,51.5606],[0.7192005000000002,51.5610],[0.7181005,51.5613],[0.7181005,51.5626],[0.7077005,51.5632],[0.7077005,51.5638],[0.7079005,51.5654],[0.7073005,51.5664],[0.7035005,51.5675],[0.6969005,51.5678],[0.6916005,51.5685],[0.6885005,51.5689],[0.6881005,51.5690],[0.6844005,51.5696],[0.6801005,51.5701],[0.6785995,51.5703],[0.6785005,51.5709],[0.6783005,51.5729],[0.6639005,51.5724],[0.6587995,51.5729],[0.6564995,51.5732],[0.6533005,51.5745],[0.6495005,51.5762],[0.6421005,51.5799],[0.6420005,51.5798],[0.6414995,51.5791],[0.6392005,51.5754],[0.6374005,51.5709],[0.6370005,51.5697],[0.6370005,51.5678],[0.6353005,51.5658],[0.6364995,51.5650],[0.6370005,51.5645],[0.6369005,51.5627],[0.6364005,51.5609],[0.6360005,51.5599],[0.6339995,51.5578],[0.6329995,51.5568],[0.6320005,51.5556],[0.6303005000000002,51.5543],[0.6285995,51.5525],[0.6256995,51.5499],[0.6253005,51.5489],[0.6248005,51.5471],[0.6242005000000002,51.5416],[0.6254995,51.5369],[0.6244005,51.5371],[0.6235005,51.5371],[0.6233005,51.5368],[0.6233995,51.5367],[0.6244005,51.5366],[0.6248005,51.5364],[0.6248005,51.5362],[0.6247005,51.536],[0.6243005,51.5359],[0.6233005,51.536],[0.6221005,51.5364],[0.6212005,51.5364],[0.6204995,51.5363],[0.6202005,51.5362],[0.6202005,51.5361],[0.6216005,51.5359],[0.6219005,51.5356],[0.6219005,51.5355],[0.6197005,51.5355],[0.6156995,51.535],[0.6119005,51.5349],[0.6089995,51.5351],[0.6077005,51.5355],[0.6070005,51.5363],[0.6067005,51.5363],[0.6062005,51.5361],[0.6056005,51.5359],[0.6042005,51.5363],[0.6021005,51.5368],[0.5958005,51.5378],[0.5919005,51.5384],[0.5869005,51.5387],[0.5818005,51.5393],[0.5787995,51.5398],[0.5764005,51.5401],[0.5744005,51.5404],[0.5717005,51.5409],[0.5675005,51.5419],[0.5651005,51.5427],[0.5614005,51.5443],[0.5604995,51.5446],[0.5595005,51.5448],[0.5581995,51.545],[0.5558995,51.5453],[0.5537005,51.546],[0.5512005,51.5472],[0.5492005,51.5477],[0.5483995,51.5477],[0.5479995,51.5476],[0.5477005,51.5474],[0.5474005,51.5471],[0.5464005,51.5455],[0.5458995,51.5443],[0.5456005,51.5428],[0.5462005,51.5414],[0.5462995,51.541],[0.5456995,51.5395],[0.5456005,51.539],[0.5456995,51.538],[0.5452005,51.5373],[0.5449005,51.5368],[0.5448005,51.5363],[0.5448005,51.5354],[0.5448005,51.5349],[0.5447005,51.5346],[0.5444005,51.5343],[0.5439005,51.5342],[0.5423005,51.534],[0.5414005,51.5339],[0.5408005,51.5338],[0.5401005,51.5335],[0.5396005,51.533],[0.5389005,51.532],[0.5385995,51.5316],[0.5381995,51.5312],[0.5375005,51.531],[0.5362995,51.531],[0.5345005,51.5311],[0.5329995,51.5312],[0.5327005,51.5314],[0.5325005,51.5319],[0.5322005,51.5321],[0.5314005,51.5322],[0.5300005,51.5323],[0.5264005,51.5326],[0.5254005,51.5325],[0.5246005,51.5323],[0.5235995,51.5319],[0.5218005,51.5311],[0.5206995,51.5305],[0.5202005,51.5303],[0.5192005,51.5302],[0.5183005,51.5303],[0.5176005,51.5305],[0.5164005,51.5313],[0.5160005,51.5313],[0.5156995,51.5309],[0.5153005,51.5346],[0.5137995,51.5364],[0.5123005,51.537],[0.5089995,51.5372],[0.5019005,51.5369],[0.4996005,51.537],[0.4964005,51.5372],[0.4933005,51.5378],[0.4912005,51.5384],[0.4903005,51.539],[0.4898005,51.5396],[0.4897005,51.5402],[0.4901005,51.5411],[0.4903005,51.5417],[0.4900005,51.5424],[0.4895005,51.5427],[0.4885005,51.5427],[0.4874005,51.5421],[0.4864995,51.5418],[0.4860995,51.5422],[0.4862995,51.5428],[0.4870005,51.5431],[0.4873005,51.5436],[0.4874005,51.544],[0.4872005,51.5441],[0.4862005,51.5442],[0.4852005,51.5444],[0.4846005,51.545],[0.4842005,51.5461],[0.4837005,51.5466],[0.4826005,51.547],[0.4810995,51.5471],[0.4783005,51.5463],[0.4762995,51.5461],[0.4729995,51.5455],[0.4714995,51.5452],[0.4689995,51.5455],[0.4670005,51.5455],[0.4662005,51.5457],[0.4660995,51.5464],[0.4664995,51.5473],[0.4664995,51.548],[0.4658005,51.5494],[0.4628005,51.5531],[0.4576005,51.5518],[0.4500005,51.551],[0.4449005,51.5509],[0.4444005,51.5499],[0.4439005,51.5469],[0.4429995,51.5458],[0.4412995,51.5453],[0.4395005,51.5452],[0.4381005,51.5464],[0.4376005,51.5487],[0.4372005,51.5502],[0.4358995,51.551],[0.4321005,51.5517],[0.4314995,51.55],[0.4304005,51.5482],[0.4289005,51.5475],[0.4273005,51.5471],[0.4266005,51.5478],[0.4264005,51.5494],[0.4260005,51.5512],[0.4258005,51.5531],[0.4243005,51.5533],[0.4227005,51.5527],[0.4212995,51.552],[0.4197005,51.5515],[0.4195005,51.5521],[0.4198005,51.553],[0.4206995,51.554],[0.4214005,51.5547],[0.4216005,51.5563],[0.4199005,51.5563],[0.4181005,51.5569],[0.4160005,51.557],[0.4114005,51.5574],[0.3997005,51.558],[0.3933995,51.558],[0.3926005,51.5591],[0.3916005,51.5631],[0.3912005,51.5668],[0.3910995,51.5673],[0.3871005,51.5664],[0.3826005,51.5659],[0.3785005,51.5661],[0.3708995,51.5666],[0.3608005,51.5672],[0.3531995,51.5675],[0.3447005,51.5677],[0.3381005,51.5669],[0.3200005,51.5661],[0.3156005,51.566],[0.3149005,51.5687],[0.3139005,51.5717],[0.3112005,51.5769],[0.3077005,51.58],[0.3066005,51.5806],[0.3060005,51.5808],[0.3053005,51.5810],[0.3018005,51.5806],[0.2991005,51.5811],[0.2962995,51.5818],[0.2927005,51.583],[0.2908005,51.5845],[0.2887995,51.586],[0.2881005,51.5864],[0.2872005,51.5864],[0.2826005,51.5857],[0.2802005,51.5856],[0.2766005,51.5866],[0.2737005,51.5873],[0.2712995,51.5878],[0.2692005,51.5884],[0.2698005,51.5924],[0.2703005,51.5987],[0.2619005,51.5992],[0.2602005,51.5993],[0.2593005,51.5996],[0.2587005,51.6037],[0.2587995,51.6048],[0.2624005,51.6068],[0.2633995,51.6079],[0.2631005,51.6087],[0.2619005,51.61],[0.2599005,51.612],[0.2552005,51.6161],[0.2533005,51.6176],[0.2524005,51.6181],[0.2510005,51.6188],[0.2466005,51.6202],[0.2424005,51.6219],[0.2381995,51.6231],[0.2378005,51.6237],[0.2379995,51.6241],[0.2404005,51.6254],[0.2433005,51.6277],[0.2437005,51.6282],[0.2426005,51.6314],[0.2421005,51.6318],[0.2408005,51.6325],[0.2397005,51.6328],[0.2385005,51.6331],[0.2369005,51.6333],[0.2360995,51.6335],[0.2348005,51.6341],[0.2335005,51.6351],[0.2331995,51.6358],[0.2322005,51.6356],[0.2314005,51.6352],[0.2235005,51.6315],[0.2194005,51.6292],[0.2154995,51.6275],[0.2100005,51.6263],[0.2026005,51.6254],[0.1974005,51.6254],[0.1927005,51.6252],[0.1883995,51.6255],[0.1804005,51.624],[0.1781005,51.6236],[0.1712005,51.624],[0.1560995,51.6251],[0.1450005,51.6254],[0.1347005,51.6231],[0.1252005,51.617],[0.1242005,51.6165],[0.1214005,51.6157],[0.1189005,51.6155],[0.1168005,51.6155],[0.1139995,51.6158],[0.1120005,51.6156],[0.1074005,51.6142],[0.1033995,51.614],[0.09950048,51.6129],[0.09710048000000003,51.6143],[0.09500048,51.6139],[0.09379948,51.6133],[0.09399948,51.6124],[0.09480048,51.6109],[0.09490048,51.6104],[0.09480048,51.6078],[0.09420048,51.6071],[0.09339948,51.6065],[0.09160049,51.6061],[0.08960048,51.606],[0.08810049000000002,51.606],[0.08690048000000002,51.6061],[0.08520048,51.6065],[0.08330049,51.6066],[0.08170048,51.6065],[0.08000048,51.6062],[0.07890049,51.606],[0.07799948,51.6058],[0.07680048,51.6054],[0.07420048,51.6052],[0.07140049,51.6055],[0.06850048,51.6064],[0.06470048,51.6077],[0.05980048,51.6093],[0.05609948,51.6104],[0.05370048,51.6111],[0.05100048000000002,51.6119],[0.04980048,51.6124],[0.04720048,51.6135],[0.04480048,51.6145],[0.04060048,51.6161],[0.03899948,51.6172],[0.03379948,51.6213],[0.02980048,51.624],[0.02710048,51.6259],[0.02430048,51.6277],[0.02350048,51.6284],[0.02540048,51.6326],[0.02569948,51.6337],[0.02530048,51.6374],[0.02460048,51.6398],[0.02450048,51.6412],[0.02420048,51.6419],[0.02350048,51.6423],[0.02149948,51.6417],[0.02040048,51.6415],[0.01660048,51.6416],[0.01270048,51.6416],[0.006900482,51.6417],[0.004500483,51.6422],[0.003700483,51.6428],[0.003300483,51.6436],[0.002600483,51.6445],[0.001700483,51.6447],[0.001099483,51.6442],[0.0004004826,51.6435],[-0.0003995174,51.6434],[-0.002000517,51.6445],[-0.003299518,51.6467],[-0.004100517,51.6472],[-0.006499517,51.6477],[-0.009599517,51.6485],[-0.01079952,51.6489],[-0.01069952,51.6510],[-0.01089952,51.6532],[-0.01029952,51.6547],[-0.008799518,51.6572],[-0.008500517,51.6588],[-0.008199518,51.6601],[-0.008199518,51.6609],[-0.009799518,51.6677],[-0.01109952,51.6688],[-0.01140052,51.6699],[-0.01169952,51.6714],[-0.01160052,51.6728],[-0.01089952,51.6734],[-0.01059952,51.6744],[-0.01120052,51.6764],[-0.01140052,51.6795],[-0.01200052,51.6823],[-0.01390052,51.6861],[-0.01569952,51.6881],[-0.01700052,51.6904],[-0.01839952,51.6945],[-0.01819952,51.6989],[-0.01870052,51.7017],[-0.01729952,51.7028],[-0.01629952,51.7069],[-0.01569952,51.7090],[-0.01489952,51.7147],[-0.01410052,51.7183],[-0.01399952,51.7214],[-0.01439952,51.7274],[-0.01399952,51.7313],[-0.01379952,51.7327],[-0.01379952,51.734],[-0.01370052,51.7347],[-0.01309952,51.7365],[-0.01289952,51.7373],[-0.01359952,51.7388],[-0.01370052,51.7395],[-0.01350052,51.7403],[-0.01269952,51.7411],[-0.01169952,51.7415],[-0.008700517,51.7414],[-0.006200518,51.7416],[-0.003999517,51.7422],[-0.0007995174000000002,51.7444],[0.001700483,51.7455],[0.002400483,51.746],[0.002800483,51.7465],[0.003199483,51.7474],[0.003300483,51.7500],[0.004200483,51.7513],[0.005300483,51.7529],[0.006800483,51.7539],[0.007800483,51.7546],[0.008700483,51.7549],[0.01200048,51.7553],[0.01339948,51.7558],[0.01530048,51.7566],[0.01730048,51.7653],[0.02899948,51.7707],[0.03720048,51.7742],[0.04210048,51.7745],[0.04510048,51.7744],[0.04780048,51.7745],[0.05270048,51.7755],[0.05520048,51.7765],[0.05670048,51.7771],[0.06049948,51.7788],[0.06410048,51.7799],[0.06649948,51.7803],[0.07010049,51.781],[0.07339948,51.7813],[0.07720048,51.7809],[0.08200048,51.7804],[0.08390048,51.7805],[0.08700048,51.7807],[0.09510048,51.7819],[0.09950048,51.7825],[0.1025005,51.7836],[0.1033005,51.7842],[0.1049005,51.7851],[0.1067005,51.7861],[0.1085995,51.7871],[0.1099005,51.7876],[0.1116005,51.788],[0.1135995,51.7884],[0.1160005,51.7887],[0.1177005,51.789],[0.1196005,51.7895],[0.1229005,51.7906],[0.1262995,51.7927],[0.1281995,51.7935],[0.1308995,51.7941],[0.1354005,51.7944],[0.1372005,51.7945],[0.1379995,51.7945],[0.1396005,51.7948],[0.1445005,51.7961],[0.1472005,51.7962],[0.1487995,51.7961],[0.1510005,51.7965],[0.1523005,51.7968],[0.1531995,51.7975],[0.1537995,51.7982],[0.1544005,51.7991],[0.1549005,51.8006],[0.1553005,51.8016],[0.1558995,51.8028],[0.1576005,51.8055],[0.1597005,51.8085],[0.1614995,51.8109],[0.1624005,51.8127],[0.1614995,51.8144],[0.1614995,51.8148],[0.1633005,51.8151],[0.1643005,51.8150],[0.1658995,51.8146],[0.1666005,51.8142],[0.1673005,51.8141],[0.1678005,51.8142],[0.1694005,51.8159],[0.1700005,51.8164],[0.1704005,51.8166],[0.1812005,51.8182],[0.1817005,51.8186],[0.1820005,51.8188],[0.1820005,51.8192],[0.1817005,51.8193],[0.1750005,51.8205],[0.1712005,51.8213],[0.1691005,51.8216],[0.1666005,51.8220],[0.1660005,51.8221],[0.1658995,51.8223],[0.1660005,51.8225],[0.1669005,51.8230],[0.1681005,51.8237],[0.1683005,51.824],[0.1679005,51.8244],[0.1664995,51.8246],[0.1660005,51.8250],[0.1658005,51.8254],[0.1658005,51.8273],[0.1656995,51.8281],[0.1673005,51.8283],[0.1683995,51.8275],[0.1700005,51.8280],[0.1719005,51.8293],[0.1729005,51.8303],[0.1731995,51.8306],[0.1726005,51.832],[0.1722005,51.8326],[0.1695005,51.8512],[0.1742005,51.8529],[0.1746005,51.8555],[0.1735005,51.8573],[0.1691005,51.8619],[0.1696005,51.862],[0.1756995,51.863],[0.1764995,51.8632],[0.1846005,51.8645],[0.1906995,51.8654],[0.1929995,51.8658],[0.1931995,51.8687],[0.1929995,51.8705],[0.1926005,51.8712],[0.1891005,51.8721],[0.1878005,51.8730],[0.1876005,51.8736],[0.1877005,51.8754],[0.1881005,51.8774],[0.1881005,51.8778],[0.1867005,51.8782],[0.1856995,51.8786],[0.1842005,51.8796],[0.1842005,51.8813],[0.1833005,51.8840],[0.1826005,51.8848],[0.1808995,51.8866],[0.1775005,51.8885],[0.1774005,51.8887],[0.1776005,51.8890],[0.1822005,51.8936],[0.1823005,51.8938],[0.1822005,51.8941],[0.1804995,51.8967],[0.1797005,51.8973],[0.1794005,51.8975],[0.1792005,51.8975],[0.1729995,51.8945],[0.1710005,51.894],[0.1702005,51.8937],[0.1697005,51.8934],[0.1691005,51.893],[0.1681995,51.8922],[0.1679005,51.8920],[0.1675005,51.8919],[0.1662005,51.8919],[0.1629995,51.8920],[0.1622005,51.8920],[0.1617005,51.8919],[0.1608005,51.8916],[0.1566005,51.89],[0.1506005,51.8872],[0.1487995,51.8874],[0.1464995,51.8878],[0.1419005,51.8891],[0.1414995,51.8891],[0.1412995,51.8890],[0.1402005,51.8881],[0.1399005,51.8881],[0.1378005,51.8884],[0.1348005,51.8888],[0.1333995,51.8892],[0.1285005,51.8893],[0.1272005,51.8896],[0.1266005,51.8902],[0.1264005,51.8908],[0.1241005,51.9053],[0.1235995,51.9094],[0.1233005,51.9153],[0.1235995,51.9166],[0.1243005,51.9182],[0.1249005,51.9191],[0.1254005,51.9196],[0.1262995,51.9202],[0.1270005,51.921],[0.1272005,51.9218],[0.1270005,51.9224],[0.1266005,51.9229],[0.1254995,51.924],[0.1239995,51.9252],[0.1239005,51.9256],[0.1244005,51.9279],[0.1216005,51.9298],[0.1212995,51.9302],[0.1212005,51.9308],[0.1208005,51.9333],[0.1204005,51.9366],[0.1201005,51.9422],[0.1197005,51.9456],[0.1191005,51.9486],[0.1183995,51.9506],[0.1176005,51.9523],[0.1162005,51.955],[0.1110995,51.9593],[0.1087005,51.9628],[0.1060005,51.9653],[0.1058005,51.9658],[0.1060005,51.9666],[0.1068005,51.9677],[0.1085995,51.9696],[0.1087995,51.97],[0.1083995,51.9712],[0.1081995,51.9714],[0.1078005,51.9717],[0.1074005,51.972],[0.1046005,51.9739],[0.09859949,51.9775],[0.1001005,51.9828],[0.09910049000000003,51.9842],[0.09690049000000002,51.9842],[0.08700048,51.9821],[0.08180048,51.9819],[0.07649948,51.9815],[0.07530048,51.9815],[0.07460048,51.9817],[0.07370048,51.982],[0.07290048,51.9823],[0.07240048,51.9826],[0.07210048,51.9828],[0.07200048,51.983],[0.07190048,51.9834],[0.07180049,51.9844],[0.07180049,51.9847],[0.07180049,51.9851],[0.07200048,51.9856],[0.07260048,51.9869],[0.07299948,51.9878],[0.07379948,51.9898],[0.07490049,51.9931],[0.07640048,51.9977],[0.07670049,51.9987],[0.07700048,51.9998],[0.07680048, 52.0002],[0.07640048, 52.0009],[0.07080048, 52.0047],[0.06960049, 52.0060],[0.07799948, 52.0054],[0.08370049, 52.0106],[0.08430048, 52.0113],[0.08420048, 52.0134],[0.08710048, 52.0172],[0.08960048, 52.0197],[0.09140048, 52.0239],[0.09620048, 52.0286],[0.09640048, 52.0321],[0.09839948000000003, 52.0359],[0.1004005, 52.0371],[0.1012005, 52.0383],[0.1004995, 52.0419],[0.1018005, 52.0452],[0.1031995, 52.0459],[0.1054995, 52.0476],[0.1073005, 52.051],[0.1079005, 52.0523],[0.1077005, 52.0545],[0.1079005, 52.0588],[0.1091005, 52.0594],[0.1147005, 52.0602],[0.1173005, 52.0601],[0.1237005, 52.0567],[0.1281995, 52.0523],[0.1289995, 52.0505],[0.1285005, 52.0476],[0.1292005, 52.047],[0.1300005, 52.0467],[0.1335005, 52.0479],[0.1374005, 52.0497],[0.1514005, 52.0528],[0.1537995, 52.0508],[0.1629005, 52.0515],[0.1651005, 52.0484],[0.1676005, 52.0484],[0.1683005, 52.0488],[0.1683995, 52.0534],[0.1683005, 52.0550],[0.1712995, 52.0555],[0.1747005, 52.0555],[0.1793005, 52.0575],[0.1848005, 52.0570],[0.1862995, 52.0574],[0.1875005, 52.0580],[0.1908995, 52.0610],[0.1910005, 52.0615],[0.1885005, 52.0654],[0.1851005, 52.0725],[0.1851005, 52.0731],[0.1899005, 52.0752],[0.1926005, 52.0759],[0.1951005, 52.0797],[0.2027005, 52.0922],[0.2060005, 52.0923]]],[[[0.9772005,51.8046],[0.9777005,51.8045],[0.9781005,51.8046],[0.9787005,51.8048],[0.9793005,51.8050],[0.9797005,51.8051],[0.9804995,51.8052],[0.9820005000000002,51.8051],[0.9833995,51.8048],[0.9848005,51.8045],[0.9860995,51.8043],[0.9877005,51.8044],[0.9919005,51.8045],[0.9950005,51.8042],[0.9962995,51.804],[0.9971005,51.8038],[0.9981995,51.8035],[0.9991005,51.8026],[0.9996005000000002,51.8002],[1.0001,51.7989],[1.001801,51.7979],[1.002999,51.7972],[1.003399,51.7968],[1.0035,51.7966],[1.0035,51.7959],[1.0033,51.7956],[1.002501,51.7952],[1.0022,51.7948],[1.0015,51.7941],[1.001001,51.7933],[1.000899,51.793],[1.000899,51.7928],[1.001001,51.7921],[1.000499,51.7917],[0.9996005000000002,51.7914],[0.9976005,51.7907],[0.9954005,51.7896],[0.9929995,51.7884],[0.9910995,51.7875],[0.9903005,51.7873],[0.9875005,51.7872],[0.9867005,51.7871],[0.9858995000000003,51.7869],[0.9847005,51.7863],[0.9839995,51.7859],[0.9831995,51.7857],[0.9821005,51.7855],[0.9802005,51.7849],[0.9781005,51.7843],[0.9733005,51.783],[0.9689995000000002,51.782],[0.9660005,51.7811],[0.9604005,51.7794],[0.9564995,51.778],[0.9527005,51.7766],[0.9492005,51.7757],[0.9470005,51.7753],[0.9447005000000003,51.775],[0.9404005,51.7745],[0.9356995,51.7741],[0.9329005,51.7741],[0.9303005,51.774],[0.9281005,51.7738],[0.9242005,51.7737],[0.9208995,51.7737],[0.9181005,51.7741],[0.9131995000000002,51.7745],[0.9092005000000002,51.7745],[0.9070005,51.7746],[0.9049005,51.7752],[0.9035995,51.7759],[0.9022005,51.7769],[0.9014005000000002,51.7778],[0.9008995,51.7787],[0.9008005,51.7791],[0.9006005,51.7798],[0.9006005,51.7801],[0.9008005,51.7805],[0.9010995,51.7809],[0.9014995,51.7816],[0.9018005,51.7822],[0.9019005,51.7828],[0.9022005,51.7836],[0.9025005,51.7842],[0.9029005,51.7849],[0.9033995,51.7858],[0.9039005,51.7865],[0.9041005,51.7868],[0.9047005,51.7875],[0.9066005,51.789],[0.9089005,51.7902],[0.9110995,51.7913],[0.9131005,51.7922],[0.9152005,51.7931],[0.9170005,51.7937],[0.9195005,51.7944],[0.9200005,51.7945],[0.9203005,51.7946],[0.9208995,51.7949],[0.9210995,51.7952],[0.9212995000000002,51.7957],[0.9214995,51.7965],[0.9217005,51.7969],[0.9220005,51.7973],[0.9224005,51.7976],[0.9229005,51.7979],[0.9231005,51.798],[0.9239995000000002,51.7981],[0.9242005,51.7983],[0.9242005,51.7985],[0.9237995,51.7991],[0.9237995,51.7994],[0.9242005,51.7997],[0.9251005000000002,51.8003],[0.9256995,51.801],[0.9262005,51.8014],[0.9273005,51.802],[0.9278005,51.8022],[0.9283005,51.8023],[0.9289005,51.8024],[0.9295005,51.8024],[0.9302005000000002,51.8022],[0.9306005,51.8021],[0.9320005,51.8015],[0.9326005000000002,51.8014],[0.9333005,51.8014],[0.9337005,51.8016],[0.9348005,51.8024],[0.9353005,51.8028],[0.9360005,51.8036],[0.9364005,51.8039],[0.9367005,51.8041],[0.9369005,51.8042],[0.9376005,51.8042],[0.9383005,51.8041],[0.9387995,51.804],[0.9395005,51.8037],[0.9401005,51.8034],[0.9404995,51.8035],[0.9406005,51.8038],[0.9406005,51.8041],[0.9402005,51.8051],[0.9404005,51.8053],[0.9406995,51.8055],[0.9412995000000002,51.8057],[0.9424005000000002,51.8061],[0.9435005,51.8068],[0.9446005,51.8074],[0.9450005,51.8076],[0.9452005,51.8076],[0.9454995,51.8076],[0.9458005000000002,51.8072],[0.9458995,51.8069],[0.9454995,51.8065],[0.9445005,51.8058],[0.9444005,51.8057],[0.9445005,51.8056],[0.9446005,51.8055],[0.9447005000000003,51.8054],[0.9450005,51.8055],[0.9458005000000002,51.8058],[0.9464005,51.8054],[0.9466005,51.8052],[0.9468005000000002,51.8050],[0.9468005000000002,51.8047],[0.9467005,51.8046],[0.9466005,51.8045],[0.9460995,51.8043],[0.9454005,51.8044],[0.9448005000000002,51.8046],[0.9443005,51.8046],[0.9439005,51.8045],[0.9437005000000002,51.8044],[0.9437005000000002,51.8042],[0.9439995,51.8035],[0.9441005,51.803],[0.9441005,51.8028],[0.9439005,51.8027],[0.9437005000000002,51.8026],[0.9433995,51.8026],[0.9431005,51.8029],[0.9428005,51.8031],[0.9424005000000002,51.803],[0.9423005,51.8028],[0.9423005,51.8026],[0.9425005,51.8023],[0.9428005,51.8018],[0.9431005,51.8016],[0.9435005,51.8016],[0.9439995,51.8017],[0.9446005,51.802],[0.9450005,51.8022],[0.9453005,51.8024],[0.9454005,51.8026],[0.9453005,51.8032],[0.9453005,51.8035],[0.9454005,51.8037],[0.9466005,51.804],[0.9473005,51.8042],[0.9476005,51.8044],[0.9478005000000002,51.8046],[0.9479005,51.8049],[0.9478005000000002,51.8053],[0.9472005,51.8061],[0.9471005000000002,51.8064],[0.9471005000000002,51.8069],[0.9474005,51.8072],[0.9479005,51.8074],[0.9489995,51.8075],[0.9516005,51.8078],[0.9535995,51.8080],[0.9556005000000002,51.8082],[0.9578005,51.8085],[0.9600005,51.8088],[0.9642005,51.8092],[0.9670005,51.8093],[0.9696005,51.8090],[0.9723005,51.8083],[0.9741005,51.8077],[0.9753005,51.8073],[0.9766005000000002,51.8068],[0.9774005,51.8065],[0.9779005,51.8063],[0.9781995,51.8061],[0.9783005,51.8059],[0.9781005,51.8057],[0.9779005,51.8055],[0.9767005,51.8050],[0.9767005,51.8048],[0.9772005,51.8046]]],[[[0.5583005,51.544],[0.5581005,51.5438],[0.5577005,51.5437],[0.5569005,51.5439],[0.5551005,51.5438],[0.5548005,51.5436],[0.5548005,51.5434],[0.5554995,51.543],[0.5556005,51.5429],[0.5554995,51.5428],[0.5546005,51.5426],[0.5542005,51.5424],[0.5539005,51.5421],[0.5539005,51.5419],[0.5541005,51.5417],[0.5543005,51.5417],[0.5549005,51.5417],[0.5560005,51.5418],[0.5572005,51.5419],[0.5577005,51.5423],[0.5581995,51.543],[0.5583995000000002,51.5431],[0.5591005,51.5433],[0.5602005,51.5436],[0.5606005,51.5436],[0.5616005,51.5434],[0.5625005,51.543],[0.5627005,51.5429],[0.5628005,51.5427],[0.5627005,51.5425],[0.5604005,51.5424],[0.5594005,51.5422],[0.5592005,51.542],[0.5591005,51.5418],[0.5623005,51.5419],[0.5651005,51.5415],[0.5654005,51.5411],[0.5652005,51.5406],[0.5646005,51.5403],[0.5639995,51.5402],[0.5633005,51.5404],[0.5623005,51.5407],[0.5610995,51.541],[0.5602005,51.5411],[0.5585005,51.5411],[0.5574005,51.5411],[0.5570005,51.5408],[0.5569005,51.5406],[0.5569005,51.5404],[0.5571005,51.5403],[0.5574005,51.5402],[0.5589005,51.5404],[0.5602005,51.5404],[0.5608005,51.5403],[0.5617005,51.5401],[0.5631995,51.5398],[0.5639995,51.5397],[0.5649005,51.5399],[0.5668005,51.5405],[0.5676005,51.5406],[0.5694005,51.5405],[0.5701005,51.5403],[0.5706005,51.54],[0.5721005,51.5388],[0.5726005,51.5384],[0.5731995,51.5382],[0.5742005,51.538],[0.5754995000000002,51.5377],[0.5764005,51.5375],[0.5766005,51.5376],[0.5767005,51.5379],[0.5764005,51.5382],[0.5756995,51.5383],[0.5735005,51.5387],[0.5731005,51.5389],[0.5728005,51.5391],[0.5726005,51.5394],[0.5727005,51.5396],[0.5728005,51.5397],[0.5729995,51.5398],[0.5733995,51.5397],[0.5760005,51.5388],[0.5796005,51.5381],[0.5814995,51.5379],[0.5856995,51.5375],[0.5860995,51.5374],[0.5862995,51.5372],[0.5862005,51.537],[0.5858005,51.5368],[0.5820005,51.537],[0.5808995,51.537],[0.5804005,51.5369],[0.5801005,51.5366],[0.5801005,51.5362],[0.5804005,51.5359],[0.5812005,51.5357],[0.5825005,51.5356],[0.5853005,51.5355],[0.5874005,51.5356],[0.5935005,51.5346],[0.5956005,51.5344],[0.5972005,51.5342],[0.5995005,51.5337],[0.6017005,51.5334],[0.6047005,51.5325],[0.6054005,51.5322],[0.6058995,51.5319],[0.6062995,51.5316],[0.6064995,51.5313],[0.6064005,51.5311],[0.6062995,51.531],[0.6060005,51.531],[0.6054005,51.5314],[0.6035005,51.5323],[0.6003005,51.5329],[0.6000005,51.5328],[0.5998005,51.5327],[0.5998005,51.5324],[0.6037005,51.5315],[0.6041005,51.5314],[0.6043005,51.5312],[0.6043005,51.531],[0.6041005,51.5308],[0.6039005,51.5307],[0.6035995,51.5307],[0.6023005,51.531],[0.6002005,51.5317],[0.5999005,51.5316],[0.5997005,51.5314],[0.5996005,51.531],[0.5996005,51.5308],[0.6000005,51.53],[0.6004005,51.5297],[0.6022005,51.5298],[0.6058005,51.53],[0.6071005000000002,51.5298],[0.6102005,51.5283],[0.6131005,51.5271],[0.6158005,51.5266],[0.6197005,51.5261],[0.6217005,51.5260],[0.6233995,51.5259],[0.6239995,51.5258],[0.6244005,51.5256],[0.6251005,51.5249],[0.6260005,51.5236],[0.6264005,51.5233],[0.6268005,51.5231],[0.6273005,51.5229],[0.6279005,51.5225],[0.6279005,51.5222],[0.6278005,51.522],[0.6275005,51.5217],[0.6272005,51.5215],[0.6267005,51.5214],[0.6250005,51.5211],[0.6239995,51.5210],[0.6231005,51.5210],[0.6197005,51.5215],[0.6195005,51.5213],[0.6195005,51.5211],[0.6197005,51.5209],[0.6200005,51.5208],[0.6206995,51.5206],[0.6216005,51.5204],[0.6222005,51.5203],[0.6235995,51.5202],[0.6248005,51.5202],[0.6260005,51.5204],[0.6266005,51.5205],[0.6274005,51.5208],[0.6279995000000002,51.5211],[0.6287995,51.5218],[0.6295005,51.5219],[0.6298005,51.5219],[0.6301005,51.5218],[0.6303005000000002,51.5216],[0.6302005,51.5215],[0.6297005,51.5212],[0.6294005,51.5209],[0.6294005,51.5208],[0.6296005,51.5207],[0.6304995,51.5208],[0.6312995,51.5211],[0.6314005,51.5219],[0.6314005,51.5228],[0.6318005,51.5230],[0.6325005,51.5228],[0.6328005,51.5224],[0.6329005,51.5218],[0.6331995,51.5215],[0.6335995,51.5214],[0.6343005,51.5214],[0.6356995,51.5215],[0.6366005,51.5217],[0.6374005,51.522],[0.6378005,51.5223],[0.6381995,51.5227],[0.6385005,51.5229],[0.6401005,51.5230],[0.6412995,51.5230],[0.6418005,51.5229],[0.6419005,51.5228],[0.6419005,51.5226],[0.6416005,51.5224],[0.6406995,51.5222],[0.6398005,51.522],[0.6387005,51.5216],[0.6371005,51.5209],[0.6354995,51.5201],[0.6342005,51.5199],[0.6321005,51.5198],[0.6310995,51.5196],[0.6303005000000002,51.5193],[0.6296005,51.5191],[0.6287005,51.5187],[0.6277005,51.5192],[0.6272005,51.5187],[0.6274005,51.5170],[0.6273005,51.5164],[0.6270005,51.5159],[0.6264005,51.5157],[0.6250005,51.5156],[0.6237005,51.5154],[0.6229005,51.5151],[0.6218005,51.5147],[0.6206995,51.5141],[0.6193005,51.5140],[0.6169005,51.5139],[0.6137995,51.5135],[0.6104995,51.5130],[0.6058005,51.5124],[0.6026005,51.5118],[0.6004995,51.5115],[0.5985005,51.5114],[0.5956005,51.5111],[0.5924005,51.5105],[0.5912005,51.5107],[0.5904995,51.5114],[0.5895005,51.5129],[0.5892005,51.5133],[0.5889995,51.5135],[0.5887005,51.5136],[0.5883995,51.5137],[0.5881005,51.5137],[0.5877005,51.5135],[0.5875005,51.5133],[0.5871005,51.5119],[0.5871005,51.5117],[0.5869005,51.5113],[0.5866005,51.5109],[0.5864005,51.5107],[0.5858005,51.5103],[0.5845005,51.5095],[0.5839995,51.5092],[0.5831995,51.5089],[0.5814005,51.5086],[0.5794005,51.5084],[0.5766005,51.5079],[0.5746005,51.5077],[0.5733005,51.5078],[0.5712995,51.5079],[0.5608005,51.5094],[0.5546005,51.5110],[0.5535995,51.5127],[0.5524005,51.5149],[0.5504005,51.5167],[0.5492005,51.5169],[0.5485995,51.5166],[0.5481005,51.5160],[0.5468005,51.5130],[0.5462005,51.5110],[0.5458995,51.5093],[0.5460005,51.5088],[0.5462005,51.5082],[0.5469005,51.5081],[0.5483005,51.5081],[0.5498005,51.5079],[0.5498005,51.5075],[0.5495005,51.5074],[0.5481005,51.5073],[0.5458995,51.5074],[0.5456005,51.5076],[0.5452005,51.5079],[0.5450005,51.5082],[0.5449005,51.5086],[0.5448005,51.5093],[0.5448005,51.5099],[0.5460005,51.5142],[0.5464995,51.5157],[0.5467005,51.5162],[0.5473005,51.5170],[0.5477005,51.5176],[0.5479995,51.5185],[0.5474005,51.5187],[0.5458005,51.5191],[0.5442005,51.5195],[0.5425005,51.5197],[0.5419005,51.5197],[0.5404005,51.5196],[0.5371005,51.5191],[0.5358995,51.5187],[0.5343005,51.5184],[0.5329005,51.5183],[0.5320005,51.5184],[0.5308005,51.5185],[0.5297005,51.5188],[0.5292005,51.5191],[0.5283005,51.5196],[0.5275005,51.5203],[0.5268005,51.5211],[0.5264995,51.5217],[0.5244005,51.5254],[0.5237995,51.5264],[0.5233995,51.5269],[0.5225005,51.5276],[0.5214005,51.5283],[0.5212005,51.5286],[0.5212005,51.5290],[0.5216005,51.5294],[0.5229995,51.5302],[0.5246005,51.5312],[0.5254005,51.5316],[0.5258995,51.5318],[0.5267005,51.5319],[0.5279995,51.5318],[0.5306995,51.5309],[0.5331005,51.5306],[0.5344005,51.5303],[0.5354995,51.5301],[0.5364005,51.53],[0.5374005,51.5301],[0.5381005,51.5303],[0.5396005,51.5309],[0.5406005,51.5319],[0.5408995,51.5323],[0.5414005,51.5328],[0.5418005,51.533],[0.5426005,51.5332],[0.5441005,51.5334],[0.5449005,51.5336],[0.5453005,51.5337],[0.5456005,51.534],[0.5456995,51.5341],[0.5460005,51.5351],[0.5462005,51.5369],[0.5468005,51.5394],[0.5472005,51.5402],[0.5473005,51.541],[0.5472005,51.542],[0.5469005,51.5433],[0.5468005,51.5441],[0.5470005,51.5447],[0.5479005,51.5464],[0.5481995,51.5467],[0.5487995,51.5469],[0.5495005,51.5469],[0.5503005,51.5467],[0.5514005,51.5462],[0.5539995,51.5451],[0.5567005,51.5445],[0.5581005,51.5444],[0.5583005,51.5443],[0.5583995000000002,51.5441],[0.5583005,51.544]]],[[[1.257501,51.8834],[1.260899,51.8808],[1.260899,51.8803],[1.2606,51.8789],[1.2592,51.8759],[1.258901,51.8754],[1.2585,51.8752],[1.2536,51.8763],[1.252401,51.8764],[1.2515,51.8762],[1.2477,51.8739],[1.2471,51.8733],[1.247,51.8730],[1.247401,51.8727],[1.2476,51.8723],[1.247501,51.8719],[1.2471,51.8715],[1.2457,51.871],[1.245,51.871],[1.2449,51.8706],[1.2449,51.8700],[1.245201,51.8696],[1.246099,51.8695],[1.248199,51.8696],[1.249601,51.8700],[1.250301,51.8700],[1.2507,51.8699],[1.250899,51.8696],[1.250899,51.8693],[1.2507,51.8690],[1.250401,51.8689],[1.2498,51.8687],[1.247501,51.8681],[1.2469,51.8681],[1.244401,51.8685],[1.2427,51.8685],[1.241001,51.8689],[1.2397,51.8691],[1.238901,51.8694],[1.238199,51.8698],[1.2375,51.8703],[1.2363,51.8712],[1.234401,51.8727],[1.2327,51.8735],[1.230101,51.8745],[1.228101,51.8750],[1.2276,51.8753],[1.2275,51.8759],[1.2276,51.8769],[1.2277,51.8776],[1.227999,51.8786],[1.2283,51.8791],[1.2285,51.8795],[1.2293,51.8801],[1.230899,51.8808],[1.2339,51.8813],[1.2354,51.8813],[1.236099,51.8812],[1.2371,51.8806],[1.2386,51.8793],[1.238701,51.8790],[1.2386,51.8787],[1.2385,51.8785],[1.238199,51.8785],[1.236499,51.8790],[1.2354,51.8791],[1.2347,51.8789],[1.2333,51.8780],[1.2333,51.8779],[1.2334,51.8779],[1.233799,51.8779],[1.235,51.8781],[1.235899,51.8781],[1.2372,51.8778],[1.2383,51.8775],[1.238999,51.8775],[1.2398,51.8778],[1.240101,51.8782],[1.240101,51.8785],[1.240101,51.8789],[1.2397,51.8798],[1.2397,51.8801],[1.2398,51.8803],[1.2406,51.8807],[1.2426,51.8810],[1.2435,51.8809],[1.2436,51.8808],[1.2434,51.8803],[1.2428,51.8785],[1.2427,51.8778],[1.2427,51.8774],[1.2427,51.8772],[1.242999,51.8771],[1.2433,51.8771],[1.2435,51.8773],[1.2436,51.8778],[1.243799,51.8788],[1.243901,51.8793],[1.2442,51.8796],[1.2443,51.8797],[1.244601,51.8797],[1.2457,51.8790],[1.2462,51.8789],[1.2465,51.8791],[1.246701,51.8794],[1.246701,51.8797],[1.246601,51.8800],[1.2458,51.8801],[1.2457,51.8805],[1.245899,51.8808],[1.246701,51.8813],[1.248101,51.8814],[1.2494,51.8813],[1.2499,51.8813],[1.2506,51.8820],[1.251099,51.8822],[1.2522,51.8823],[1.2542,51.8823],[1.255301,51.8823],[1.2557,51.8827],[1.2557,51.8840],[1.2557,51.8841],[1.255899,51.8843],[1.257501,51.8834]]],[[[1.2225,51.8729],[1.2219,51.8715],[1.221499,51.8713],[1.218701,51.8714],[1.217,51.8716],[1.2163,51.8715],[1.215699,51.8714],[1.2147,51.871],[1.213599,51.8706],[1.211401,51.8699],[1.2096,51.8697],[1.208501,51.8697],[1.2082,51.8699],[1.2082,51.8702],[1.209401,51.8711],[1.2102,51.8716],[1.211,51.8721],[1.212,51.8726],[1.2126,51.8731],[1.212999,51.8736],[1.2134,51.8744],[1.2142,51.8753],[1.215001,51.8759],[1.215699,51.8763],[1.2183,51.8775],[1.2217,51.8788],[1.222999,51.8791],[1.2241,51.8792],[1.2247,51.8790],[1.2254,51.8784],[1.2255,51.8775],[1.225001,51.8765],[1.2242,51.8754],[1.223199,51.8742],[1.2225,51.8729]]],[[[1.256299,51.8723],[1.2578,51.8717],[1.2586,51.8717],[1.260499,51.8716],[1.262401,51.8717],[1.2636,51.8718],[1.2643,51.8717],[1.2649,51.8714],[1.2656,51.8707],[1.266201,51.8698],[1.267401,51.8687],[1.2679,51.8682],[1.268101,51.8679],[1.268199,51.8676],[1.2679,51.8667],[1.267401,51.8664],[1.2652,51.8660],[1.2649,51.8657],[1.264701,51.8653],[1.264601,51.8649],[1.264701,51.8648],[1.2649,51.8647],[1.265499,51.8648],[1.268101,51.8660],[1.268399,51.8660],[1.2686,51.8658],[1.268901,51.8649],[1.268901,51.8648],[1.2687,51.8645],[1.266901,51.8636],[1.2652,51.8632],[1.2642,51.8632],[1.263901,51.8633],[1.2635,51.8636],[1.263301,51.8639],[1.2627,51.8652],[1.2608,51.8671],[1.259501,51.8677],[1.2579,51.8682],[1.256099,51.8684],[1.2536,51.8685],[1.253101,51.8688],[1.2529,51.8691],[1.2529,51.8693],[1.2529,51.8696],[1.252999,51.8699],[1.253199,51.8705],[1.253399,51.8714],[1.253799,51.8724],[1.2541,51.8727],[1.2543,51.8727],[1.254501,51.8727],[1.256299,51.8723]]],[[[1.0417,51.7797],[1.0422,51.7795],[1.0424,51.7795],[1.0425,51.7802],[1.0424,51.7806],[1.0418,51.7813],[1.0417,51.7816],[1.041901,51.7817],[1.0421,51.7817],[1.0432,51.7814],[1.043501,51.7814],[1.0439,51.7815],[1.044101,51.7818],[1.044101,51.7821],[1.0438,51.7824],[1.042701,51.7825],[1.042701,51.7827],[1.0429,51.7829],[1.043999,51.7831],[1.044901,51.7832],[1.045499,51.7829],[1.0459,51.7822],[1.046099,51.7817],[1.046099,51.7806],[1.046201,51.7798],[1.046499,51.779],[1.0471,51.7779],[1.0471,51.7776],[1.0471,51.7772],[1.0468,51.7768],[1.046099,51.7763],[1.045,51.776],[1.043399,51.776],[1.041499,51.7762],[1.0401,51.7765],[1.0393,51.777],[1.0381,51.7782],[1.0371,51.7797],[1.0366,51.7813],[1.036299,51.7832],[1.0364,51.7842],[1.036801,51.7843],[1.0372,51.7842],[1.038199,51.7838],[1.0389,51.7833],[1.0395,51.7823],[1.0401,51.7812],[1.0408,51.7804],[1.0417,51.7797]]],[[[1.238701,51.8947],[1.2404,51.8945],[1.2442,51.8946],[1.245301,51.894],[1.245301,51.8935],[1.245301,51.8927],[1.2454,51.8921],[1.2457,51.8915],[1.2462,51.8912],[1.247501,51.8905],[1.2478,51.8901],[1.2479,51.8897],[1.2479,51.8894],[1.2469,51.8879],[1.2462,51.8874],[1.2456,51.8873],[1.245201,51.8874],[1.2448,51.8875],[1.2436,51.8881],[1.2418,51.8892],[1.240201,51.8905],[1.2386,51.8922],[1.2372,51.8932],[1.235201,51.894],[1.2328,51.8949],[1.232401,51.8950],[1.232401,51.8952],[1.2325,51.8955],[1.2341,51.8955],[1.236601,51.8952],[1.238701,51.8947]]],[[[1.2399,51.8859],[1.2379,51.8859],[1.233999,51.8862],[1.2326,51.8867],[1.2319,51.8873],[1.231701,51.888],[1.231701,51.8891],[1.2318,51.8895],[1.2321,51.8899],[1.232999,51.8907],[1.2342,51.8916],[1.2348,51.8919],[1.235201,51.8920],[1.2357,51.8919],[1.236099,51.8916],[1.236601,51.8911],[1.2369,51.8906],[1.237301,51.8902],[1.2383,51.8898],[1.2392,51.8892],[1.2404,51.8881],[1.2413,51.8873],[1.2419,51.8864],[1.2419,51.8863],[1.2419,51.8862],[1.2415,51.8861],[1.2399,51.8859]]],[[[1.265,51.8745],[1.265,51.8739],[1.264701,51.8733],[1.2643,51.8729],[1.2637,51.8728],[1.2621,51.8728],[1.260301,51.8729],[1.2587,51.8733],[1.257401,51.8737],[1.256801,51.8741],[1.256801,51.8743],[1.2569,51.8744],[1.2572,51.8745],[1.258399,51.8744],[1.2601,51.8745],[1.2608,51.8748],[1.261001,51.8751],[1.261299,51.8755],[1.2614,51.8762],[1.2612,51.8773],[1.2612,51.8777],[1.2612,51.8781],[1.2614,51.8786],[1.262,51.8790],[1.262501,51.8792],[1.2628,51.8793],[1.263301,51.8792],[1.263799,51.8788],[1.2642,51.8783],[1.264601,51.8769],[1.265,51.8745]]],[[[0.9685995,51.6232],[0.9687005,51.6216],[0.9670005,51.6200],[0.9656005,51.6196],[0.9644005000000002,51.6196],[0.9644005000000002,51.6200],[0.9669005,51.6219],[0.9669005,51.6228],[0.9646005,51.6226],[0.9629005,51.6219],[0.9617005000000002,51.6220],[0.9618005,51.6226],[0.9635005,51.624],[0.9670005,51.6243],[0.9685995,51.6232]]],[[[0.9514995,51.7289],[0.9512005,51.7288],[0.9508005000000003,51.7293],[0.9502005,51.7303],[0.9494005,51.7314],[0.9485995,51.7324],[0.9479995,51.7331],[0.9478005000000002,51.7341],[0.9475005,51.7352],[0.9474005,51.7358],[0.9474005,51.736],[0.9476005,51.7362],[0.9481005,51.7364],[0.9483995000000002,51.7364],[0.9487005,51.7363],[0.9494005,51.7356],[0.9501005,51.7348],[0.9504995,51.7341],[0.9506005,51.7335],[0.9508995,51.7328],[0.9520005,51.7312],[0.9520005,51.7309],[0.9517005,51.7305],[0.9516005,51.7302],[0.9517005,51.7293],[0.9517005,51.729],[0.9514995,51.7289]]],[[[0.8937995,51.7726],[0.8935005,51.7726],[0.8931005,51.7727],[0.8926005,51.7732],[0.8920005,51.7738],[0.8914005,51.7744],[0.8906005,51.7752],[0.8895005,51.7762],[0.8885995,51.7769],[0.8872005,51.7778],[0.8860995000000002,51.7787],[0.8856005,51.7794],[0.8856005,51.7797],[0.8856995,51.7801],[0.8860995000000002,51.7802],[0.8868005,51.7799],[0.8874005,51.7794],[0.8887995000000002,51.7783],[0.8903005,51.7774],[0.8912005,51.7768],[0.8917005,51.7764],[0.8926005,51.7756],[0.8933995,51.7746],[0.8939995,51.7737],[0.8942005,51.7733],[0.8942005,51.7730],[0.8942005,51.7728],[0.8939995,51.7727],[0.8937995,51.7726]]],[[[0.9475005,51.6861],[0.9469005,51.6859],[0.9456995,51.6860],[0.9446005,51.6861],[0.9429005,51.6860],[0.9421005,51.6861],[0.9417005000000002,51.6863],[0.9414995,51.6866],[0.9412995000000002,51.6871],[0.9410995,51.6882],[0.9410995,51.6885],[0.9412005,51.6887],[0.9416005,51.6889],[0.9423005,51.6888],[0.9433005,51.6883],[0.9439995,51.6879],[0.9446005,51.6877],[0.9452005,51.6876],[0.9473005,51.6875],[0.9481005,51.6874],[0.9485005000000002,51.6873],[0.9485995,51.6872],[0.9485005000000002,51.6868],[0.9481995,51.6866],[0.9475005,51.6861]]],[[[0.8816005,51.7627],[0.8829005,51.7625],[0.8842005,51.7625],[0.8853005,51.7624],[0.8858005,51.7622],[0.8864005,51.7619],[0.8866005,51.7617],[0.8866005,51.7614],[0.8864005,51.7612],[0.8858005,51.7611],[0.8849005,51.7611],[0.8837995,51.7612],[0.8825005,51.7615],[0.8804995,51.7619],[0.8793005,51.7623],[0.8781005,51.763],[0.8764995,51.7637],[0.8756005,51.7639],[0.8748005,51.7641],[0.8743005,51.7643],[0.8739995,51.7646],[0.8739995,51.7647],[0.8742005,51.7649],[0.8746005,51.7649],[0.8758005,51.7647],[0.8771005,51.7644],[0.8789005,51.7637],[0.8806005,51.763],[0.8816005,51.7627]]],[[[0.9046005,51.7712],[0.9045005000000002,51.771],[0.9039995,51.7709],[0.9029005,51.7712],[0.9022005,51.7711],[0.9012005,51.7712],[0.9004995,51.7713],[0.8999005,51.7716],[0.8995005,51.7721],[0.8995005,51.7727],[0.8996005,51.7732],[0.8998005,51.7737],[0.9000005,51.774],[0.9002005,51.7742],[0.9006995,51.7743],[0.9014005000000002,51.7742],[0.9022005,51.774],[0.9029995,51.7738],[0.9033005,51.7737],[0.9037995,51.7733],[0.9041005,51.7729],[0.9044005000000003,51.7724],[0.9046005,51.7721],[0.9047005,51.7716],[0.9047005,51.7715],[0.9046005,51.7712]]],[[[0.8579005,51.7707],[0.8575005,51.7704],[0.8562005,51.7705],[0.8558005,51.7706],[0.8552005,51.7708],[0.8546005,51.7713],[0.8543005000000002,51.7723],[0.8539995,51.7728],[0.8535995,51.7733],[0.8535995,51.7735],[0.8537995,51.7737],[0.8544005,51.7738],[0.8560005000000002,51.7736],[0.8568005,51.7733],[0.8573005,51.7727],[0.8579995,51.7714],[0.8581005000000002,51.7711],[0.8579995,51.7709],[0.8579005,51.7707]]],[[[0.9783005,51.8090],[0.9776005000000002,51.8088],[0.9770005,51.8090],[0.9751005,51.8099],[0.9729995,51.8108],[0.9723005,51.8111],[0.9721005,51.8112],[0.9721005,51.8114],[0.9722005,51.8117],[0.9723005,51.8118],[0.9725005,51.8119],[0.9729005000000002,51.8120],[0.9735005,51.8119],[0.9739995,51.8117],[0.9758995,51.8110],[0.9777005,51.8102],[0.9781995,51.8097],[0.9783995,51.8094],[0.9783995,51.8092],[0.9783005,51.8090]]],[[[1.2377,51.8963],[1.237,51.8963],[1.236001,51.8965],[1.2335,51.8982],[1.2333,51.8986],[1.2335,51.8988],[1.2342,51.8992],[1.2347,51.8993],[1.235201,51.8992],[1.236001,51.8986],[1.236499,51.8982],[1.2376,51.8977],[1.238199,51.8972],[1.2385,51.8969],[1.2385,51.8967],[1.2384,51.8965],[1.238101,51.8964],[1.2377,51.8963]]],[[[1.2267,51.897],[1.2276,51.8966],[1.228199,51.8967],[1.2289,51.897],[1.2292,51.897],[1.2296,51.8968],[1.23,51.8961],[1.230101,51.8956],[1.2299,51.8952],[1.229501,51.8948],[1.2285,51.8948],[1.2271,51.8953],[1.2263,51.8957],[1.2253,51.8963],[1.225101,51.8966],[1.225101,51.8969],[1.2253,51.897],[1.225699,51.8972],[1.2262,51.8972],[1.2267,51.897]]],[[[0.5264005,51.5171],[0.5256995,51.5171],[0.5253005,51.5172],[0.5247005,51.5174],[0.5243005,51.5178],[0.5239995,51.5182],[0.5237995,51.5186],[0.5237005,51.519],[0.5237005,51.5193],[0.5237005,51.5196],[0.5237995,51.5198],[0.5243005,51.5202],[0.5246005,51.5203],[0.5249005,51.5202],[0.5253005,51.5200],[0.5258995,51.5195],[0.5268005,51.5184],[0.5270005,51.5177],[0.5268005,51.5173],[0.5264005,51.5171]]],[[[1.228101,51.8837],[1.2267,51.8834],[1.2264,51.8835],[1.2262,51.8837],[1.2262,51.8838],[1.2263,51.8839],[1.2264,51.8840],[1.2269,51.8841],[1.227999,51.8843],[1.228999,51.8846],[1.229501,51.8848],[1.2296,51.8849],[1.2297,51.8851],[1.2297,51.8852],[1.229501,51.8856],[1.2289,51.8862],[1.228101,51.8868],[1.2275,51.8872],[1.2269,51.8874],[1.2268,51.8875],[1.2268,51.8876],[1.227,51.8878],[1.227401,51.8879],[1.2277,51.8879],[1.227999,51.8878],[1.228701,51.8875],[1.230201,51.8862],[1.230801,51.8855],[1.231001,51.8849],[1.230899,51.8847],[1.2307,51.8845],[1.2299,51.8841],[1.2291,51.8839],[1.228101,51.8837]]],[[[1.212201,51.8766],[1.2119,51.8764],[1.211499,51.8766],[1.211499,51.8769],[1.211499,51.8772],[1.2119,51.8778],[1.2124,51.8782],[1.213199,51.8785],[1.214401,51.8787],[1.2149,51.8787],[1.2153,51.8786],[1.2156,51.8784],[1.215699,51.8782],[1.2156,51.8780],[1.214301,51.8776],[1.213199,51.8771],[1.212201,51.8766]]],[[[0.8975005,51.7723],[0.8971005,51.7723],[0.8969005,51.7724],[0.8967005,51.7728],[0.8967005,51.7738],[0.8968005,51.7747],[0.8971005,51.775],[0.8975005,51.7752],[0.8978005,51.7752],[0.8979995,51.7751],[0.8981995,51.7749],[0.8981995,51.7745],[0.8981005,51.7738],[0.8979995,51.7731],[0.8979005,51.7728],[0.8977005,51.7726],[0.8975005,51.7723]]]]}, properties:{name:"Essex"}}, {type:"Feature", geometry:{type:"MultiPolygon", coordinates:[[[[-1.9586,51.6559],[-1.957999,51.6545],[-1.955099,51.649],[-1.9533,51.6463],[-1.950799,51.6424],[-1.9499,51.6408],[-1.949399,51.6396],[-1.949301,51.6388],[-1.949501,51.6382],[-1.9498,51.6377],[-1.952299,51.6378],[-1.9556,51.6380],[-1.9608,51.6380],[-1.966801,51.6393],[-1.9692,51.6389],[-1.971801,51.6385],[-1.9764,51.6377],[-1.9758,51.6435],[-1.9786,51.6426],[-1.9805,51.6425],[-1.982499,51.6426],[-1.983299,51.6428],[-1.9844,51.6436],[-1.986201,51.6452],[-1.988901,51.6476],[-1.991001,51.6494],[-1.993199,51.6510],[-1.9953,51.6511],[-1.9972,51.6506],[-2.000099,51.6497],[-2.011801,51.6510],[-2.0168,51.6515],[-2.0188,51.6524],[-2.0207,51.6573],[-2.024101,51.657],[-2.031001,51.6579],[-2.0371,51.66],[-2.0434,51.6632],[-2.048501,51.6677],[-2.052299,51.671],[-2.056099,51.6737],[-2.064199,51.6672],[-2.0715,51.6615],[-2.0822,51.6498],[-2.087001,51.6458],[-2.101001,51.6357],[-2.1138,51.6248],[-2.1254,51.618],[-2.13030,51.6129],[-2.1308,51.6125],[-2.1343,51.6089],[-2.1373,51.6043],[-2.1424,51.5969],[-2.147599,51.5928],[-2.1566,51.5938],[-2.166699,51.5951],[-2.174599,51.5967],[-2.179101,51.6004],[-2.181201,51.6002],[-2.1785,51.5972],[-2.183701,51.5954],[-2.189301,51.5947],[-2.1954,51.5954],[-2.200099,51.5959],[-2.206201,51.5955],[-2.207,51.6033],[-2.2126,51.6004],[-2.2187,51.597],[-2.223,51.5956],[-2.229899,51.5941],[-2.239501,51.5924],[-2.244101,51.5838],[-2.2544,51.5833],[-2.266001,51.5827],[-2.268399,51.5822],[-2.2709,51.5793],[-2.273799,51.58],[-2.286801,51.5841],[-2.286099,51.5865],[-2.29020,51.5879],[-2.2914,51.5886],[-2.2806,51.6073],[-2.274899,51.6128],[-2.2744,51.614],[-2.2758,51.6185],[-2.294199,51.6335],[-2.3125,51.6261],[-2.305599,51.619],[-2.307199,51.6141],[-2.322599,51.6086],[-2.3299,51.6123],[-2.335099,51.6138],[-2.339301,51.614],[-2.340899,51.6091],[-2.342299,51.6091],[-2.3452,51.6124],[-2.349101,51.6128],[-2.3518,51.6081],[-2.3548,51.607],[-2.3622,51.6051],[-2.36520,51.6041],[-2.368999,51.599],[-2.383501,51.5964],[-2.392299,51.5971],[-2.3942,51.599],[-2.390599,51.6031],[-2.389899,51.6057],[-2.389101,51.6147],[-2.388999,51.6194],[-2.3886,51.6229],[-2.3884,51.6273],[-2.389501,51.6288],[-2.392,51.6306],[-2.396899,51.6336],[-2.405299,51.6384],[-2.415299,51.6431],[-2.421801,51.6458],[-2.430399,51.6479],[-2.4356,51.6499],[-2.441499,51.6522],[-2.447799,51.6504],[-2.4579,51.6524],[-2.459899,51.6518],[-2.4677,51.6480],[-2.4842,51.6488],[-2.490799,51.6496],[-2.4913,51.6504],[-2.4911,51.6527],[-2.4892,51.6599],[-2.49,51.6641],[-2.498399,51.665],[-2.5069,51.6677],[-2.510499,51.6693],[-2.517299,51.6719],[-2.52510,51.6739],[-2.531899,51.6779],[-2.5413,51.6835],[-2.5423,51.6840],[-2.548,51.68],[-2.559999,51.6729],[-2.576,51.6632],[-2.616899,51.6547],[-2.6222,51.649],[-2.6438,51.6241],[-2.636699,51.6107],[-2.638799,51.6074],[-2.6428,51.6033],[-2.6486,51.6103],[-2.649699,51.61],[-2.651,51.6099],[-2.6521,51.61],[-2.652999,51.6103],[-2.654,51.6109],[-2.6547,51.6115],[-2.655699,51.6125],[-2.6564,51.6138],[-2.657001,51.615],[-2.6572,51.6165],[-2.656899,51.6178],[-2.6564,51.6188],[-2.6551,51.6202],[-2.653901,51.6212],[-2.6536,51.6217],[-2.653701,51.6224],[-2.653901,51.6231],[-2.6541,51.6237],[-2.6561,51.6232],[-2.658299,51.6260],[-2.6664,51.6345],[-2.666699,51.6353],[-2.6664,51.6365],[-2.6656,51.6389],[-2.6651,51.6403],[-2.664999,51.6418],[-2.6651,51.6430],[-2.6654,51.644],[-2.665699,51.6446],[-2.6666,51.6454],[-2.6677,51.646],[-2.669501,51.6465],[-2.6705,51.6465],[-2.673901,51.6457],[-2.6759,51.6456],[-2.677099,51.6458],[-2.677999,51.6465],[-2.6785,51.6474],[-2.6786,51.6482],[-2.6784,51.649],[-2.6774,51.6501],[-2.6749,51.6521],[-2.67200,51.6547],[-2.670099,51.6563],[-2.66800,51.6582],[-2.665699,51.6608],[-2.664799,51.6622],[-2.664599,51.663],[-2.664799,51.6637],[-2.665299,51.6643],[-2.6658,51.6647],[-2.666699,51.665],[-2.6677,51.6649],[-2.6686,51.6645],[-2.669501,51.664],[-2.6703,51.6634],[-2.6721,51.6622],[-2.673501,51.6615],[-2.676201,51.6605],[-2.6787,51.6602],[-2.680799,51.6605],[-2.682699,51.6612],[-2.684101,51.662],[-2.6847,51.6629],[-2.684799,51.6638],[-2.6845,51.6652],[-2.684,51.6662],[-2.683199,51.6676],[-2.6824,51.6687],[-2.681499,51.6694],[-2.6803,51.6698],[-2.6785,51.6701],[-2.676899,51.6702],[-2.6749,51.6702],[-2.672899,51.6701],[-2.670599,51.6698],[-2.6688,51.6696],[-2.666899,51.6698],[-2.663399,51.6706],[-2.6607,51.6713],[-2.658799,51.6721],[-2.657599,51.6727],[-2.656801,51.6734],[-2.6563,51.6741],[-2.6562,51.6749],[-2.6566,51.6756],[-2.6573,51.6763],[-2.658099,51.6768],[-2.659899,51.6775],[-2.664999,51.6787],[-2.667099,51.6793],[-2.6689,51.68],[-2.6702,51.6806],[-2.6709,51.6812],[-2.671299,51.6817],[-2.671601,51.6823],[-2.671801,51.6829],[-2.6717,51.6839],[-2.670399,51.6864],[-2.669101,51.6887],[-2.668299,51.6906],[-2.667799,51.6919],[-2.6677,51.6929],[-2.6682,51.6942],[-2.669101,51.6957],[-2.67,51.6968],[-2.6705,51.6973],[-2.671499,51.6979],[-2.672499,51.6984],[-2.6742,51.6989],[-2.676001,51.6993],[-2.6784,51.6999],[-2.68,51.7005],[-2.6807,51.7008],[-2.6817,51.7013],[-2.6824,51.7018],[-2.682899,51.7023],[-2.6831,51.7027],[-2.683,51.7032],[-2.6826,51.7036],[-2.6819,51.7039],[-2.6807,51.7041],[-2.679699,51.7039],[-2.6787,51.7036],[-2.6777,51.7031],[-2.6767,51.7024],[-2.675299,51.7016],[-2.6745,51.7013],[-2.673501,51.7012],[-2.67200,51.7012],[-2.6707,51.7014],[-2.6696,51.7018],[-2.6686,51.7024],[-2.6679,51.7031],[-2.667599,51.7040],[-2.667399,51.705],[-2.6673,51.7058],[-2.667599,51.7065],[-2.6682,51.7076],[-2.6689,51.7085],[-2.6703,51.7098],[-2.67200,51.7112],[-2.673701,51.7122],[-2.6754,51.713],[-2.676899,51.7136],[-2.677599,51.7141],[-2.6782,51.7146],[-2.6785,51.7152],[-2.6786,51.7158],[-2.6787,51.7167],[-2.6788,51.7179],[-2.67890,51.7191],[-2.679301,51.7201],[-2.679699,51.7211],[-2.679899,51.7218],[-2.68,51.7226],[-2.679899,51.723],[-2.679699,51.7235],[-2.679399,51.7239],[-2.679101,51.7245],[-2.679199,51.7249],[-2.679501,51.7255],[-2.679899,51.7258],[-2.681299,51.7267],[-2.6847,51.7288],[-2.6854,51.7295],[-2.6858,51.7301],[-2.686001,51.7307],[-2.685899,51.7312],[-2.6858,51.7317],[-2.6853,51.7322],[-2.6846,51.7325],[-2.683199,51.733],[-2.6796,51.7341],[-2.676001,51.7351],[-2.673701,51.7358],[-2.672199,51.7366],[-2.671299,51.7373],[-2.670799,51.7381],[-2.669899,51.7402],[-2.6698,51.7416],[-2.6696,51.7423],[-2.668099,51.7444],[-2.666001,51.7469],[-2.6643,51.7497],[-2.6631,51.7518],[-2.6624,51.7529],[-2.6617,51.7539],[-2.661601,51.7545],[-2.6617,51.7551],[-2.6621,51.7557],[-2.6626,51.7563],[-2.6633,51.7568],[-2.6645,51.7573],[-2.667799,51.7583],[-2.669899,51.7592],[-2.671201,51.7601],[-2.6724,51.7614],[-2.6733,51.763],[-2.674,51.7640],[-2.6749,51.7650],[-2.6758,51.7659],[-2.6765,51.7665],[-2.678299,51.7683],[-2.678999,51.7694],[-2.679199,51.7700],[-2.679199,51.7707],[-2.67890,51.7714],[-2.6785,51.7721],[-2.677599,51.7736],[-2.676201,51.775],[-2.674999,51.776],[-2.6745,51.7765],[-2.6744,51.777],[-2.6744,51.7778],[-2.6745,51.7785],[-2.674599,51.7788],[-2.6749,51.7793],[-2.6751,51.7799],[-2.675299,51.7805],[-2.6752,51.781],[-2.674999,51.7816],[-2.6745,51.7824],[-2.6738,51.7834],[-2.673501,51.7842],[-2.674,51.7862],[-2.6743,51.7873],[-2.674101,51.7878],[-2.6724,51.7888],[-2.669899,51.7933],[-2.673701,51.7973],[-2.676899,51.8028],[-2.675699,51.8065],[-2.669101,51.8096],[-2.6596,51.8114],[-2.659101,51.8201],[-2.656801,51.8202],[-2.6556,51.8220],[-2.6541,51.8247],[-2.649899,51.8246],[-2.6487,51.8262],[-2.6486,51.8266],[-2.647001,51.8273],[-2.6461,51.8279],[-2.645299,51.829],[-2.6442,51.8309],[-2.642299,51.8337],[-2.6407,51.8355],[-2.6396,51.8366],[-2.638799,51.8374],[-2.638099,51.8383],[-2.637399,51.8399],[-2.636801,51.8399],[-2.63540,51.8398],[-2.6277,51.8397],[-2.626899,51.8397],[-2.6256,51.8392],[-2.624399,51.8391],[-2.6231,51.8394],[-2.622299,51.84],[-2.621099,51.8413],[-2.6198,51.8428],[-2.618599,51.8438],[-2.616699,51.845],[-2.615099,51.8456],[-2.6131,51.8462],[-2.610399,51.8467],[-2.609101,51.847],[-2.608099,51.8474],[-2.6075,51.8478],[-2.606601,51.8486],[-2.606,51.8494],[-2.605,51.8521],[-2.604199,51.8535],[-2.6033,51.8548],[-2.6027,51.8554],[-2.602,51.8559],[-2.600699,51.8566],[-2.6001,51.8568],[-2.5994,51.8569],[-2.59830,51.8569],[-2.5961,51.8571],[-2.5952,51.857],[-2.594301,51.8568],[-2.59220,51.8559],[-2.5906,51.8549],[-2.588901,51.8536],[-2.5869,51.8517],[-2.586,51.8511],[-2.585099,51.8506],[-2.5841,51.8503],[-2.582799,51.8502],[-2.581401,51.8504],[-2.580199,51.8507],[-2.579,51.8513],[-2.5782,51.8521],[-2.578,51.8532],[-2.578099,51.8539],[-2.578501,51.8547],[-2.578901,51.8553],[-2.5794,51.856],[-2.583501,51.8604],[-2.5848,51.8614],[-2.584501,51.8617],[-2.5817,51.8624],[-2.5794,51.8627],[-2.5706,51.864],[-2.559799,51.8657],[-2.5515,51.8642],[-2.543,51.8607],[-2.528199,51.8645],[-2.521899,51.8655],[-2.517299,51.8739],[-2.5032,51.8885],[-2.4963,51.8865],[-2.493901,51.8800],[-2.488701,51.8810],[-2.486401,51.8857],[-2.473099,51.8877],[-2.4647,51.8975],[-2.462399,51.9],[-2.4611,51.9011],[-2.4597,51.9014],[-2.4484,51.9002],[-2.442899,51.9012],[-2.4398,51.9028],[-2.4426,51.9083],[-2.440799,51.909],[-2.4456,51.9137],[-2.457299,51.9229],[-2.461699,51.9264],[-2.465699,51.9297],[-2.4663,51.9353],[-2.4663,51.9383],[-2.4633,51.9400],[-2.4626,51.9410],[-2.4626,51.9435],[-2.462899,51.9474],[-2.464301,51.9543],[-2.4649,51.9555],[-2.46890,51.9563],[-2.475899,51.9567],[-2.4823,51.9569],[-2.4876,51.9562],[-2.4897,51.9569],[-2.493999,51.96],[-2.4958,51.9626],[-2.495699,51.9661],[-2.494101,51.9719],[-2.4953,51.9767],[-2.494101,51.9809],[-2.489501,51.9836],[-2.488199,51.9844],[-2.487999,51.987],[-2.4863,51.9885],[-2.4832,51.99],[-2.475899,51.9931],[-2.4698,51.9955],[-2.4755,51.9997],[-2.4814, 52.0013],[-2.4907, 52.0074],[-2.489, 52.0107],[-2.481801, 52.0148],[-2.4767, 52.0224],[-2.475399, 52.0235],[-2.473399, 52.0239],[-2.4666, 52.0237],[-2.463599, 52.023],[-2.4619, 52.0199],[-2.461699, 52.016],[-2.4605, 52.0152],[-2.45540, 52.0157],[-2.445499, 52.0167],[-2.4377, 52.0147],[-2.4365, 52.0141],[-2.435699, 52.0136],[-2.435499, 52.0135],[-2.4344, 52.0129],[-2.434, 52.0123],[-2.433199, 52.0113],[-2.432499, 52.0101],[-2.4338, 52.0034],[-2.4326,51.9972],[-2.4265,51.9963],[-2.4173,51.9958],[-2.3979,51.9970],[-2.3962, 52.0037],[-2.3905, 52.013],[-2.3513, 52.0214],[-2.3515, 52.0149],[-2.348799, 52.0102],[-2.33820, 52.0079],[-2.3315, 52.0094],[-2.326801, 52.0082],[-2.3236, 52.0061],[-2.3236, 52.0044],[-2.3232, 52.0001],[-2.321201,51.9961],[-2.320899,51.9887],[-2.321001,51.9845],[-2.3229,51.9842],[-2.3237,51.9829],[-2.3254,51.9767],[-2.3137,51.9773],[-2.310199,51.9774],[-2.299599,51.967],[-2.298399,51.967],[-2.290299,51.9711],[-2.2808,51.9719],[-2.2737,51.9707],[-2.268901,51.9699],[-2.2521,51.9671],[-2.251699,51.9699],[-2.2478,51.9691],[-2.242399,51.9757],[-2.2349,51.9847],[-2.2289,51.9892],[-2.2269,51.9908],[-2.222001,51.9947],[-2.219899,51.9964],[-2.2123,51.9936],[-2.2119,51.9948],[-2.2147,51.9965],[-2.2126,51.9984],[-2.2058,51.9956],[-2.202899,51.9976],[-2.197999,51.9970],[-2.193,51.9985],[-2.1919,51.9991],[-2.188999,51.9972],[-2.1854,51.9938],[-2.181801,51.9935],[-2.1785,51.9952],[-2.1786,51.9999],[-2.171099,51.9964],[-2.167599,51.9961],[-2.1643,51.9966],[-2.163199,51.9971],[-2.162499,51.9983],[-2.162199,51.9998],[-2.162199, 52.0008],[-2.162499, 52.0021],[-2.163, 52.0028],[-2.1672, 52.0056],[-2.1754, 52.0103],[-2.184101, 52.0153],[-2.1856, 52.0165],[-2.185899, 52.0172],[-2.185899, 52.0182],[-2.1853, 52.019],[-2.1846, 52.0197],[-2.182499, 52.0204],[-2.179399, 52.0214],[-2.1774, 52.0219],[-2.1763, 52.0229],[-2.1751, 52.0248],[-2.1745, 52.0263],[-2.174101, 52.028],[-2.1743, 52.0304],[-2.1766, 52.0362],[-2.1775, 52.0385],[-2.177599, 52.0418],[-2.1777, 52.0441],[-2.1758, 52.0468],[-2.1738, 52.0485],[-2.171499, 52.0496],[-2.1679, 52.0505],[-2.1631, 52.0507],[-2.1577, 52.0491],[-2.1503, 52.0476],[-2.1441, 52.0464],[-2.129301, 52.0448],[-2.125799, 52.0443],[-2.122299, 52.0433],[-2.118999, 52.0421],[-2.118, 52.0415],[-2.1173, 52.0408],[-2.1162, 52.0387],[-2.1159, 52.0368],[-2.1162, 52.0357],[-2.116601, 52.0348],[-2.1196, 52.0334],[-2.123399, 52.0317],[-2.123399, 52.0313],[-2.123399, 52.031],[-2.1259, 52.0305],[-2.1259, 52.0301],[-2.1259, 52.0297],[-2.1308, 52.0293],[-2.1336, 52.029],[-2.135, 52.0286],[-2.136001, 52.0279],[-2.136801, 52.0269],[-2.137599, 52.0254],[-2.138999, 52.0206],[-2.141601, 52.0165],[-2.1443, 52.0122],[-2.146001, 52.0106],[-2.147399, 52.0069],[-2.1473, 52.0062],[-2.1457, 52.0055],[-2.140899, 52.0045],[-2.138901, 52.0041],[-2.1378, 52.0029],[-2.1356, 52.0010],[-2.1329, 52.0010],[-2.1298, 52.0039],[-2.127899, 52.0058],[-2.123501, 52.0093],[-2.120199, 52.0117],[-2.1147, 52.0143],[-2.1118, 52.0156],[-2.1085, 52.0158],[-2.103701, 52.0149],[-2.092999, 52.012],[-2.086401, 52.0113],[-2.078501, 52.0111],[-2.0724, 52.0125],[-2.0676, 52.0148],[-2.063999, 52.0156],[-2.061001, 52.016],[-2.0599, 52.0156],[-2.0594, 52.0142],[-2.0583, 52.0104],[-2.0508, 52.0095],[-2.047, 52.0082],[-2.044501, 52.0057],[-2.035899, 52.0034],[-2.0357, 52.0080],[-2.0355, 52.0094],[-2.0258, 52.01],[-2.0267, 52.0116],[-2.027499, 52.0136],[-2.022001, 52.016],[-2.015899, 52.0187],[-2.0071, 52.0238],[-2.0012, 52.0271],[-2, 52.0282],[-1.997699, 52.0296],[-1.9964, 52.0303],[-1.994101, 52.0274],[-1.9934, 52.0272],[-1.992499, 52.0272],[-1.9838, 52.0345],[-1.9815, 52.0363],[-1.9751, 52.0364],[-1.9661, 52.0365],[-1.96, 52.0377],[-1.953701, 52.0378],[-1.951601, 52.0382],[-1.9497, 52.0382],[-1.9476, 52.032],[-1.9392, 52.0339],[-1.934999, 52.0326],[-1.929301, 52.0313],[-1.9263, 52.0368],[-1.921201, 52.0354],[-1.913501, 52.0454],[-1.8997, 52.0386],[-1.8945, 52.0368],[-1.8864, 52.0316],[-1.876201, 52.0263],[-1.8714, 52.0239],[-1.867599, 52.0203],[-1.8652, 52.0191],[-1.8607, 52.0174],[-1.8598, 52.0167],[-1.8614, 52.0144],[-1.857, 52.0126],[-1.852499, 52.0107],[-1.8486, 52.0086],[-1.8457, 52.0080],[-1.838799, 52.0086],[-1.835199, 52.0095],[-1.8357, 52.0209],[-1.8347, 52.0225],[-1.8283, 52.033],[-1.826401, 52.0382],[-1.829599, 52.0413],[-1.8441, 52.047],[-1.8506, 52.0498],[-1.8556, 52.0518],[-1.861601, 52.0535],[-1.8624, 52.0556],[-1.864101, 52.0667],[-1.869599, 52.0660],[-1.8715, 52.0704],[-1.872001, 52.0734],[-1.865299, 52.074],[-1.8599, 52.0739],[-1.8573, 52.0742],[-1.8543, 52.0744],[-1.8507, 52.0729],[-1.8449, 52.0812],[-1.840199, 52.0784],[-1.836801, 52.0762],[-1.8284, 52.0728],[-1.815899, 52.0842],[-1.810799, 52.0796],[-1.8092, 52.0853],[-1.803599, 52.0943],[-1.8004, 52.0988],[-1.799199, 52.0999],[-1.794199, 52.1008],[-1.790599, 52.1008],[-1.7889, 52.1016],[-1.787199, 52.1046],[-1.786299, 52.106],[-1.7839, 52.1073],[-1.7786, 52.1087],[-1.765, 52.1123],[-1.7623, 52.1093],[-1.749101, 52.0968],[-1.745, 52.0944],[-1.7406, 52.0921],[-1.7371, 52.0925],[-1.7348, 52.0929],[-1.7291, 52.0994],[-1.727399, 52.0992],[-1.727399, 52.0921],[-1.7263, 52.0866],[-1.726601, 52.0793],[-1.728099, 52.0745],[-1.726001, 52.0709],[-1.7207, 52.0695],[-1.716601, 52.0681],[-1.713901, 52.0674],[-1.7106, 52.0664],[-1.7099, 52.0733],[-1.708099, 52.0737],[-1.7004, 52.0735],[-1.701401, 52.0702],[-1.702399, 52.0676],[-1.7032, 52.0633],[-1.7028, 52.0608],[-1.699, 52.0569],[-1.6962, 52.0561],[-1.6924, 52.0564],[-1.6867, 52.0567],[-1.6869, 52.0507],[-1.6896, 52.0472],[-1.6927, 52.0412],[-1.684, 52.0388],[-1.6783, 52.0385],[-1.673501, 52.0384],[-1.6655, 52.0367],[-1.6561, 52.0344],[-1.654799, 52.0345],[-1.6364, 52.0362],[-1.6308, 52.0359],[-1.6259, 52.0373],[-1.6242, 52.0365],[-1.622499, 52.0356],[-1.6206, 52.0344],[-1.6181, 52.0341],[-1.6163, 52.0319],[-1.6164, 52.0294],[-1.6178, 52.0278],[-1.6203, 52.0265],[-1.623299, 52.0254],[-1.6308, 52.0212],[-1.642099, 52.0126],[-1.6443, 52.0102],[-1.6461, 52.0085],[-1.654101, 52.0053],[-1.6573, 52.0029],[-1.6604, 52.0000],[-1.661299,51.9989],[-1.663599,51.9967],[-1.666,51.9948],[-1.666401,51.9943],[-1.6666,51.9938],[-1.666201,51.9931],[-1.663,51.9898],[-1.662199,51.9863],[-1.6632,51.9826],[-1.6654,51.9784],[-1.666299,51.9754],[-1.666299,51.974],[-1.6633,51.9708],[-1.662099,51.9658],[-1.6611,51.964],[-1.6575,51.9623],[-1.646801,51.9598],[-1.640499,51.9586],[-1.632699,51.9564],[-1.6292,51.9541],[-1.623901,51.9482],[-1.6188,51.9426],[-1.614699,51.9386],[-1.615,51.9381],[-1.6202,51.9362],[-1.6288,51.9325],[-1.6404,51.9254],[-1.6425,51.9242],[-1.642799,51.9237],[-1.642699,51.923],[-1.640599,51.9209],[-1.640599,51.9175],[-1.642099,51.9154],[-1.6422,51.9151],[-1.642001,51.9145],[-1.638,51.9135],[-1.6344,51.913],[-1.6337,51.9127],[-1.633299,51.9121],[-1.6324,51.9095],[-1.633999,51.9034],[-1.6329,51.9005],[-1.633501,51.8984],[-1.636801,51.8968],[-1.639899,51.8955],[-1.644799,51.8950],[-1.649199,51.896],[-1.6559,51.8976],[-1.6576,51.8971],[-1.6604,51.8958],[-1.6603,51.8885],[-1.662699,51.8868],[-1.6648,51.8849],[-1.6652,51.8798],[-1.664999,51.8777],[-1.6674,51.8762],[-1.671401,51.8746],[-1.676,51.8705],[-1.681,51.8688],[-1.6832,51.8671],[-1.6849,51.8654],[-1.6856,51.8642],[-1.6856,51.863],[-1.681,51.8619],[-1.6776,51.8602],[-1.6768,51.8582],[-1.6761,51.855],[-1.6746,51.8526],[-1.674999,51.8501],[-1.6775,51.846],[-1.6825,51.8393],[-1.683599,51.837],[-1.684101,51.8346],[-1.682199,51.8268],[-1.680799,51.8217],[-1.6804,51.8200],[-1.6788,51.8182],[-1.6768,51.8170],[-1.675099,51.8168],[-1.674301,51.8163],[-1.6745,51.8148],[-1.676401,51.8079],[-1.6796,51.8034],[-1.6856,51.7972],[-1.6889,51.795],[-1.692199,51.7935],[-1.6954,51.7926],[-1.7013,51.7901],[-1.7156,51.7845],[-1.7172,51.7838],[-1.717299,51.7831],[-1.7135,51.7806],[-1.7029,51.7746],[-1.697999,51.7709],[-1.696001,51.7689],[-1.6962,51.7666],[-1.697299,51.7634],[-1.6967,51.7618],[-1.693599,51.7566],[-1.692299,51.7531],[-1.692001,51.749],[-1.6912,51.7472],[-1.689999,51.746],[-1.686499,51.7428],[-1.685199,51.7401],[-1.684,51.7348],[-1.6842,51.731],[-1.6849,51.7293],[-1.6868,51.7282],[-1.691601,51.7256],[-1.6927,51.7242],[-1.6927,51.7233],[-1.691,51.7218],[-1.6871,51.7177],[-1.6848,51.7122],[-1.6833,51.7105],[-1.6813,51.7089],[-1.6763,51.7057],[-1.6689,51.7003],[-1.6626,51.6981],[-1.6617,51.6979],[-1.657699,51.6972],[-1.6554,51.6959],[-1.6536,51.6942],[-1.6524,51.6915],[-1.6522,51.6882],[-1.6502,51.6858],[-1.6488,51.6853],[-1.6483,51.6849],[-1.649999,51.6825],[-1.6503,51.682],[-1.6532,51.6818],[-1.6552,51.6814],[-1.6601,51.6812],[-1.662199,51.6813],[-1.6639,51.6814],[-1.666401,51.6807],[-1.669101,51.6814],[-1.670799,51.6821],[-1.6732,51.6830],[-1.674399,51.6844],[-1.6755,51.6856],[-1.676601,51.6873],[-1.677899,51.6884],[-1.6799,51.6892],[-1.6792,51.6900],[-1.678701,51.6906],[-1.678501,51.6909],[-1.682099,51.6923],[-1.685799,51.6941],[-1.6912,51.6961],[-1.693701,51.6952],[-1.6955,51.6941],[-1.6968,51.6919],[-1.6969,51.6916],[-1.697199,51.6909],[-1.6989,51.6883],[-1.7054,51.6863],[-1.707399,51.6852],[-1.709399,51.6834],[-1.71,51.6816],[-1.7105,51.6792],[-1.71,51.6715],[-1.712299,51.6706],[-1.718,51.669],[-1.726001,51.6676],[-1.7286,51.6673],[-1.7335,51.6676],[-1.7372,51.6686],[-1.739501,51.6688],[-1.740399,51.667],[-1.741201,51.6644],[-1.742599,51.6633],[-1.744799,51.6629],[-1.7515,51.6623],[-1.7524,51.6622],[-1.7574,51.662],[-1.7652,51.6614],[-1.766801,51.6622],[-1.7688,51.6641],[-1.771201,51.667],[-1.7744,51.6686],[-1.7774,51.669],[-1.782799,51.6673],[-1.7881,51.6666],[-1.7904,51.6676],[-1.7917,51.6686],[-1.7925,51.6697],[-1.7959,51.675],[-1.801601,51.6840],[-1.8042,51.6879],[-1.8067,51.6926],[-1.809,51.6984],[-1.813501,51.7062],[-1.8148,51.7066],[-1.8153,51.7062],[-1.816,51.7047],[-1.8175,51.6994],[-1.8169,51.6956],[-1.814999,51.6921],[-1.8104,51.6878],[-1.809999,51.6860],[-1.8125,51.6826],[-1.8161,51.679],[-1.820099,51.6766],[-1.8204,51.6758],[-1.8154,51.6683],[-1.8128,51.6649],[-1.8132,51.6629],[-1.8157,51.6616],[-1.8232,51.6589],[-1.83,51.6568],[-1.8342,51.6561],[-1.8404,51.6551],[-1.844,51.6551],[-1.848099,51.6561],[-1.851601,51.6582],[-1.851699,51.6587],[-1.8526,51.6605],[-1.853701,51.6612],[-1.8557,51.6619],[-1.861801,51.6694],[-1.865399,51.6737],[-1.8694,51.6769],[-1.873999,51.6817],[-1.8752,51.6824],[-1.877001,51.6821],[-1.8853,51.6802],[-1.894799,51.6802],[-1.896001,51.679],[-1.895599,51.6766],[-1.894,51.6727],[-1.8908,51.6694],[-1.8861,51.6655],[-1.8859,51.6634],[-1.885599,51.6593],[-1.884699,51.6584],[-1.8816,51.6568],[-1.8713,51.6513],[-1.8756,51.6512],[-1.8785,51.6507],[-1.881201,51.6501],[-1.886801,51.6482],[-1.8888,51.6486],[-1.8907,51.6501],[-1.8945,51.6531],[-1.8975,51.6542],[-1.9054,51.6553],[-1.9102,51.6553],[-1.9132,51.6555],[-1.9166,51.6562],[-1.919899,51.6572],[-1.9213,51.6579],[-1.923599,51.6597],[-1.9245,51.6606],[-1.9259,51.6615],[-1.927999,51.6625],[-1.931401,51.6634],[-1.932899,51.664],[-1.9347,51.6649],[-1.9356,51.6655],[-1.9383,51.6681],[-1.939399,51.6695],[-1.9407,51.6702],[-1.9439,51.6694],[-1.9463,51.6686],[-1.9492,51.6673],[-1.9525,51.6655],[-1.9525,51.6641],[-1.952999,51.6627],[-1.956001,51.6614],[-1.9568,51.6607],[-1.9579,51.6592],[-1.958799,51.6577],[-1.9586,51.6559]]]]}, properties:{name:"Gloucestershire"}}, {type:"Feature", geometry:{type:"MultiPolygon", coordinates:[[[[-1.0782,51.3748],[-1.077399,51.3747],[-1.072299,51.3753],[-1.070199,51.3753],[-1.0698,51.3751],[-1.065799,51.3735],[-1.0633,51.3716],[-1.056601,51.3655],[-1.051499,51.3609],[-1.048701,51.358],[-1.0484,51.3577],[-1.047099,51.3575],[-1.0448,51.3575],[-1.0323,51.3599],[-1.026,51.3605],[-1.0179,51.3605],[-1.0144,51.36],[-1.0088,51.3601],[-1.0017,51.3619],[-0.9989005,51.3623],[-0.9931995,51.3628],[-0.9880995,51.3627],[-0.9857995,51.3619],[-0.9849995,51.3603],[-0.9837995,51.3598],[-0.9760995,51.3611],[-0.9651995,51.3608],[-0.9602995,51.361],[-0.9530995,51.3633],[-0.9296995,51.3641],[-0.9257995,51.3646],[-0.9228995,51.3653],[-0.9207995,51.365],[-0.9135995,51.3619],[-0.9045005000000002,51.3591],[-0.8795995,51.3558],[-0.8777995,51.3548],[-0.8764995,51.3545],[-0.8745995,51.3543],[-0.8732995,51.3543],[-0.8718995000000002,51.3548],[-0.8700995,51.3555],[-0.8682995,51.356],[-0.8631995,51.3579],[-0.8568995000000003,51.3574],[-0.8518995,51.3559],[-0.8460005,51.3561],[-0.8360005000000003,51.3541],[-0.8349995,51.3541],[-0.8314995,51.3538],[-0.8295995,51.3537],[-0.8271995,51.353],[-0.8254995000000002,51.3522],[-0.8241995,51.3514],[-0.8198995,51.3507],[-0.8172995,51.3499],[-0.8160005,51.3488],[-0.8149995,51.3474],[-0.8137995,51.3443],[-0.8125995,51.3427],[-0.8106995,51.3417],[-0.8091995,51.3414],[-0.8058995,51.3411],[-0.8010995000000002,51.3413],[-0.7981995,51.3411],[-0.7962995000000002,51.3407],[-0.7935995000000002,51.3402],[-0.7899995,51.3400],[-0.7872995,51.3393],[-0.7839995,51.3378],[-0.7820995,51.3367],[-0.7748995,51.3341],[-0.7739005,51.3333],[-0.7695005,51.3301],[-0.7677995,51.3287],[-0.7666995,51.3276],[-0.7645005,51.3249],[-0.7625995,51.3224],[-0.7602995,51.3206],[-0.7570005,51.3187],[-0.7543005,51.3172],[-0.7514005,51.3157],[-0.7483995,51.3139],[-0.7431995,51.3111],[-0.7410995,51.3094],[-0.7385995,51.3054],[-0.7370005,51.3002],[-0.7330995,51.2928],[-0.7314995,51.2904],[-0.7308995,51.2889],[-0.7305995,51.287],[-0.7308995,51.2851],[-0.7320995,51.2833],[-0.7322995,51.2822],[-0.7324995,51.2803],[-0.7320005,51.2739],[-0.7321995,51.2706],[-0.7330995,51.2680],[-0.7335005,51.2659],[-0.7337005,51.2642],[-0.7332995,51.2629],[-0.7314995,51.2600],[-0.7301995,51.2585],[-0.7285005,51.2570],[-0.7277995,51.2559],[-0.7276995,51.2540],[-0.7279995,51.2529],[-0.7293005,51.2515],[-0.7326995000000002,51.2487],[-0.7357995,51.2459],[-0.7371995,51.2445],[-0.7376995,51.2435],[-0.7376995,51.2428],[-0.7371995,51.2409],[-0.7370005,51.2389],[-0.7368005,51.2375],[-0.7371995,51.2363],[-0.7376995,51.2348],[-0.7391005,51.2322],[-0.7406995,51.2311],[-0.7427995,51.2308],[-0.7441005,51.2308],[-0.7500995,51.2323],[-0.7543995,51.2336],[-0.7664005,51.2386],[-0.7693995,51.2405],[-0.7705995,51.2409],[-0.7720995,51.2416],[-0.7753995,51.2424],[-0.7789005,51.2427],[-0.7853995,51.2424],[-0.7870005,51.2424],[-0.7902995,51.2419],[-0.7922995000000002,51.2415],[-0.7981995,51.2399],[-0.7995005,51.2404],[-0.8006995,51.2414],[-0.8026995,51.2435],[-0.8033995000000003,51.2438],[-0.8056995,51.2439],[-0.8083995,51.2436],[-0.8093005,51.2432],[-0.8141995,51.2398],[-0.8168005000000002,51.2395],[-0.8187005,51.2396],[-0.8189005,51.2393],[-0.8185995,51.2373],[-0.8183995,51.2352],[-0.8185005,51.235],[-0.8201995,51.2348],[-0.8214995,51.2349],[-0.8233995,51.2349],[-0.8252995,51.2349],[-0.8266995,51.2349],[-0.8274995000000002,51.2346],[-0.8276995,51.2343],[-0.8281995,51.2271],[-0.8285995,51.2267],[-0.8328995,51.2252],[-0.8360005000000003,51.2192],[-0.8410995,51.2131],[-0.8470005,51.2117],[-0.8472995,51.2112],[-0.8471995,51.2108],[-0.8455995,51.2088],[-0.8441995,51.2065],[-0.8424995,51.2033],[-0.8422995,51.2028],[-0.8423995000000002,51.2025],[-0.8437005,51.2012],[-0.8437995,51.2009],[-0.8437005,51.2005],[-0.8433995,51.2003],[-0.8418005,51.1998],[-0.8391005,51.1980],[-0.8374995,51.1965],[-0.8330995,51.1924],[-0.8305995,51.1898],[-0.8289005000000003,51.1868],[-0.8285995,51.186],[-0.8260995,51.182],[-0.8264005,51.1801],[-0.8266005000000002,51.1786],[-0.8306995,51.1595],[-0.8318005,51.1554],[-0.8320995,51.1548],[-0.8326995,51.1536],[-0.8329995,51.1526],[-0.8330995,51.1514],[-0.8328995,51.1509],[-0.8325995000000002,51.1505],[-0.8304995,51.1479],[-0.8295995,51.1473],[-0.8285005,51.1469],[-0.8250995,51.1464],[-0.8229995,51.1464],[-0.8156995,51.1491],[-0.8105995,51.1526],[-0.8076995,51.1541],[-0.8055995,51.1549],[-0.8046995,51.1546],[-0.8037005,51.1543],[-0.7995005,51.1528],[-0.7975995,51.1522],[-0.7960995,51.1526],[-0.7948995,51.1525],[-0.7937005,51.1523],[-0.7928995,51.1520],[-0.7922995000000002,51.1516],[-0.7918995,51.1493],[-0.7916995,51.1477],[-0.7914995,51.1467],[-0.7910995,51.1452],[-0.7895995,51.1427],[-0.7889995,51.1417],[-0.7882995,51.1407],[-0.7874995000000002,51.1400],[-0.7868995,51.1395],[-0.7849995,51.1385],[-0.7831995,51.1379],[-0.7816995,51.1373],[-0.7803995,51.1366],[-0.7796995,51.1344],[-0.7835995,51.1331],[-0.7833995,51.1307],[-0.7833995,51.1293],[-0.7832995,51.1282],[-0.7828995,51.1277],[-0.7812995,51.127],[-0.7782995,51.1244],[-0.7746995,51.121],[-0.7718995,51.119],[-0.7682995,51.1169],[-0.7646995,51.115],[-0.7622995,51.1145],[-0.7589995,51.114],[-0.7566995,51.1136],[-0.7554995,51.1134],[-0.7491995,51.1133],[-0.7455995,51.1138],[-0.7454995,51.1126],[-0.7470005,51.1092],[-0.7471995,51.1083],[-0.7453995,51.1066],[-0.7453995,51.1061],[-0.7460995,51.1053],[-0.7479995,51.1036],[-0.7577995,51.1035],[-0.7582995,51.1032],[-0.7585005,51.1025],[-0.7560995,51.0999],[-0.7551995,51.0985],[-0.7543995,51.0972],[-0.7545995,51.0954],[-0.7551995,51.0938],[-0.7555995,51.0924],[-0.7556995,51.0917],[-0.7556995,51.0911],[-0.7554995,51.0904],[-0.7552995,51.0901],[-0.7539005,51.089],[-0.7528995,51.0880],[-0.7512005,51.0862],[-0.7598995,51.0852],[-0.7687995,51.0821],[-0.7770995,51.0794],[-0.7821995,51.0775],[-0.7835995,51.0758],[-0.7857995,51.0732],[-0.7887995,51.0708],[-0.7920995,51.0671],[-0.7964995,51.0641],[-0.7974995,51.0634],[-0.7991005,51.0629],[-0.8016995,51.0628],[-0.8031995,51.0637],[-0.8046995,51.0643],[-0.8066995,51.0645],[-0.8091005,51.064],[-0.8168005000000002,51.0631],[-0.8193005,51.0627],[-0.8232995,51.0615],[-0.8247995,51.0626],[-0.8270995,51.0661],[-0.8278995,51.067],[-0.8289995,51.0679],[-0.8310995,51.0688],[-0.8333995,51.0694],[-0.8347995,51.0693],[-0.8402995,51.0684],[-0.8410995,51.0681],[-0.8421995,51.0675],[-0.8433995,51.0659],[-0.8471995,51.0598],[-0.8475995,51.059],[-0.8477995000000002,51.0551],[-0.8485005,51.0517],[-0.8491995,51.0485],[-0.8497995000000002,51.0467],[-0.8502995,51.0461],[-0.8514995,51.0452],[-0.8546995,51.0443],[-0.8577995,51.0433],[-0.8623995,51.0415],[-0.8658995,51.0391],[-0.8679995,51.0372],[-0.8708995,51.035],[-0.8731995,51.0325],[-0.8752995,51.0299],[-0.8764005,51.0285],[-0.8770005,51.0279],[-0.8783995,51.0273],[-0.8793005,51.0270],[-0.8820005,51.0264],[-0.8862005000000002,51.0255],[-0.8889995,51.0247],[-0.8908995,51.0239],[-0.8921995,51.0232],[-0.8950995,51.0209],[-0.8962005,51.0201],[-0.8964005,51.0196],[-0.8957995,51.0149],[-0.8964995,51.0132],[-0.8966005,51.0124],[-0.8964995,51.0117],[-0.8945005,51.0092],[-0.8935995,51.0082],[-0.8918995,51.0063],[-0.8916995,51.0058],[-0.8920005,51.005],[-0.8930995,51.0034],[-0.8939995,51.0027],[-0.8954995,51.0019],[-0.8966995,51.0016],[-0.8996995,51.0006],[-0.9012995, 50.9998],[-0.9032995000000003, 50.9986],[-0.9043005, 50.9978],[-0.9053995, 50.9965],[-0.9062995, 50.9948],[-0.9064995, 50.9942],[-0.9066005, 50.9935],[-0.9060995, 50.9914],[-0.9062995, 50.991],[-0.9068995, 50.9903],[-0.9098995, 50.9877],[-0.9108995, 50.9865],[-0.9122995, 50.9842],[-0.9130995, 50.9824],[-0.9145005, 50.9812],[-0.9153995, 50.9803],[-0.9157995, 50.9798],[-0.9162005, 50.9791],[-0.9160995, 50.9783],[-0.9143995, 50.9746],[-0.9137995, 50.9731],[-0.9137005, 50.9722],[-0.9137995, 50.9716],[-0.9150995, 50.97],[-0.9162005, 50.9688],[-0.9182995, 50.9669],[-0.9200995, 50.9653],[-0.9241995, 50.9620],[-0.9273995000000002, 50.9593],[-0.9283995000000002, 50.9587],[-0.9283995000000002, 50.9583],[-0.9268005, 50.9570],[-0.9260005, 50.9557],[-0.9255995, 50.9547],[-0.9278995, 50.9522],[-0.9285005, 50.9513],[-0.9289995, 50.9505],[-0.9307995, 50.9467],[-0.9310005, 50.9464],[-0.9320005, 50.9461],[-0.9345005, 50.9455],[-0.9403995, 50.9443],[-0.9408995, 50.944],[-0.9407995, 50.9437],[-0.9385995, 50.9429],[-0.9345005, 50.9419],[-0.9339995, 50.9413],[-0.9306995, 50.9362],[-0.9262005, 50.9294],[-0.9253995000000002, 50.9282],[-0.9246995, 50.9271],[-0.9243995, 50.9263],[-0.9243005, 50.9256],[-0.9241995, 50.9249],[-0.9243005, 50.9243],[-0.9243995, 50.924],[-0.9246995, 50.9238],[-0.9347995, 50.921],[-0.9381995, 50.92],[-0.9387005000000002, 50.9195],[-0.9395005, 50.9186],[-0.9403995, 50.9175],[-0.9416005, 50.9159],[-0.9439005, 50.9125],[-0.9454995, 50.9091],[-0.9466995, 50.9061],[-0.9491995, 50.9036],[-0.9549995, 50.8935],[-0.9464995, 50.8851],[-0.9441995, 50.882],[-0.9422995000000002, 50.8802],[-0.9387995, 50.8772],[-0.9375995, 50.8757],[-0.9364005, 50.8739],[-0.9352995, 50.8728],[-0.9274995, 50.8663],[-0.9273995000000002, 50.8655],[-0.9289005, 50.8629],[-0.9293005, 50.8623],[-0.9312005000000002, 50.8594],[-0.9320995, 50.8574],[-0.9332995, 50.8566],[-0.9341995, 50.8558],[-0.9346995, 50.855],[-0.9352995, 50.8537],[-0.9360995, 50.8516],[-0.9362995, 50.8502],[-0.9364005, 50.8489],[-0.9362995, 50.8466],[-0.9360005, 50.8445],[-0.9371995, 50.8429],[-0.9378995, 50.8425],[-0.9395005, 50.8425],[-0.9421995, 50.8429],[-0.9443995, 50.8431],[-0.9489995, 50.8434],[-0.9507995, 50.8434],[-0.9512995, 50.8432],[-0.9535995, 50.8420],[-0.9558995, 50.8406],[-0.9570005, 50.8402],[-0.9589005, 50.8402],[-0.9624995, 50.8409],[-0.9679995000000002, 50.8422],[-0.9718995, 50.8428],[-0.9745005, 50.8427],[-0.9753995, 50.8425],[-0.9760005, 50.8422],[-0.9762005000000002, 50.8420],[-0.9768005, 50.8410],[-0.9775995, 50.8403],[-0.9787995000000003, 50.8398],[-0.9827995, 50.8388],[-0.9843995, 50.8390],[-0.9853995, 50.8394],[-0.9860995, 50.8397],[-0.9864005, 50.8394],[-0.9864005, 50.8386],[-0.9866995, 50.8382],[-0.9883995, 50.8382],[-0.9902995, 50.8387],[-0.9933995000000002, 50.8401],[-0.9949995, 50.8405],[-0.9964995, 50.8415],[-0.9987005, 50.8441],[-0.9993005, 50.8445],[-1.0001, 50.8449],[-1.000399, 50.848],[-1.001001, 50.8488],[-1.0008, 50.8493],[-1.001201, 50.8496],[-1.0015, 50.8496],[-1.002699, 50.8492],[-1.0037, 50.8486],[-1.0049, 50.8469],[-1.0059, 50.8466],[-1.007599, 50.8465],[-1.0096, 50.8463],[-1.0128, 50.8465],[-1.0136, 50.8464],[-1.015499, 50.8459],[-1.0174, 50.8453],[-1.021201, 50.8434],[-1.022001, 50.8454],[-1.021299, 50.8494],[-1.021001, 50.8505],[-1.0207, 50.8521],[-1.021001, 50.8523],[-1.023901, 50.852],[-1.0315, 50.8521],[-1.035599, 50.8523],[-1.0401, 50.852],[-1.045599, 50.8524],[-1.0463, 50.8525],[-1.0489, 50.853],[-1.049899, 50.8554],[-1.052001, 50.8555],[-1.056401, 50.8556],[-1.057099, 50.8556],[-1.0621, 50.8533],[-1.0654, 50.8531],[-1.0657, 50.854],[-1.0654, 50.858],[-1.065799, 50.8586],[-1.0707, 50.8595],[-1.0712, 50.8593],[-1.072399, 50.8575],[-1.072899, 50.8542],[-1.073099, 50.854],[-1.0754, 50.854],[-1.0841, 50.8552],[-1.0878, 50.8566],[-1.0912, 50.8576],[-1.0948, 50.8586],[-1.0958, 50.8585],[-1.096699, 50.8577],[-1.0971, 50.8568],[-1.0978, 50.8566],[-1.101001, 50.8576],[-1.109599, 50.858],[-1.1159, 50.8584],[-1.116601, 50.858],[-1.1174, 50.8568],[-1.1179, 50.8553],[-1.1181, 50.854],[-1.118299, 50.8491],[-1.1179, 50.8473],[-1.116099, 50.8454],[-1.115299, 50.8449],[-1.1115, 50.8428],[-1.1108, 50.8421],[-1.1102, 50.8413],[-1.109699, 50.8396],[-1.1098, 50.8382],[-1.1101, 50.8373],[-1.1105, 50.8369],[-1.111601, 50.8360],[-1.112399, 50.8356],[-1.116001, 50.8354],[-1.1202, 50.8358],[-1.125, 50.8373],[-1.1316, 50.8388],[-1.136201, 50.8387],[-1.138399, 50.8385],[-1.142599, 50.8391],[-1.1461, 50.8404],[-1.148399, 50.8423],[-1.150599, 50.8418],[-1.1524, 50.8420],[-1.1536, 50.8424],[-1.154199, 50.8429],[-1.1545, 50.8438],[-1.154999, 50.8446],[-1.1555, 50.845],[-1.156, 50.845],[-1.1567, 50.8448],[-1.1581, 50.8441],[-1.1624, 50.8423],[-1.164301, 50.8415],[-1.167001, 50.8412],[-1.171, 50.8414],[-1.170699, 50.8405],[-1.169999, 50.8399],[-1.153399, 50.8404],[-1.146801, 50.8380],[-1.1445, 50.834],[-1.143501, 50.8288],[-1.142001, 50.8268],[-1.139899, 50.8242],[-1.139101, 50.8229],[-1.1387, 50.8218],[-1.1386, 50.82],[-1.1382, 50.8185],[-1.1359, 50.8172],[-1.133299, 50.8161],[-1.1282, 50.8143],[-1.1215, 50.8106],[-1.119699, 50.8094],[-1.1192, 50.8086],[-1.111601, 50.7965],[-1.1099, 50.7917],[-1.1106, 50.7911],[-1.1129, 50.7890],[-1.1142, 50.7881],[-1.116601, 50.7867],[-1.119101, 50.7852],[-1.1215, 50.7838],[-1.1237, 50.7825],[-1.1271, 50.7798],[-1.1285, 50.7789],[-1.1293, 50.7783],[-1.1307, 50.7775],[-1.1321, 50.7767],[-1.133501, 50.7760],[-1.134899, 50.7755],[-1.1361, 50.7753],[-1.137001, 50.7752],[-1.1381, 50.7752],[-1.139101, 50.7752],[-1.1396, 50.7753],[-1.1401, 50.7755],[-1.140499, 50.7758],[-1.141899, 50.7767],[-1.1437, 50.7778],[-1.145599, 50.7790],[-1.150499, 50.782],[-1.1515, 50.7826],[-1.1523, 50.7830],[-1.153501, 50.7835],[-1.158399, 50.785],[-1.1619, 50.7865],[-1.1639, 50.787],[-1.164999, 50.787],[-1.1668, 50.7869],[-1.1683, 50.7869],[-1.169301, 50.7871],[-1.1725, 50.7876],[-1.1753, 50.7882],[-1.1811, 50.7892],[-1.186, 50.7907],[-1.190099, 50.7934],[-1.1913, 50.7945],[-1.1932, 50.7957],[-1.195, 50.7971],[-1.1963, 50.7982],[-1.1983, 50.8004],[-1.1998, 50.802],[-1.2034, 50.8047],[-1.2079, 50.8084],[-1.211801, 50.8108],[-1.2155, 50.8124],[-1.2212, 50.8143],[-1.2294, 50.817],[-1.233701, 50.8185],[-1.235299, 50.819],[-1.2364, 50.8192],[-1.2374, 50.8192],[-1.239501, 50.8192],[-1.24, 50.8193],[-1.241001, 50.8187],[-1.241601, 50.8183],[-1.241899, 50.8181],[-1.2422, 50.8181],[-1.2431, 50.8182],[-1.243701, 50.8184],[-1.2456, 50.8193],[-1.247599, 50.8204],[-1.2486, 50.8209],[-1.2501, 50.8216],[-1.252599, 50.8228],[-1.255599, 50.8245],[-1.258901, 50.8262],[-1.2636, 50.8278],[-1.277699, 50.8320],[-1.289301, 50.8358],[-1.3002, 50.8400],[-1.302899, 50.8415],[-1.306201, 50.8444],[-1.3092, 50.8495],[-1.3104, 50.8498],[-1.310699, 50.8500],[-1.3103, 50.8505],[-1.3104, 50.8507],[-1.3106, 50.8508],[-1.3121, 50.8506],[-1.3126, 50.8511],[-1.312899, 50.8513],[-1.3134, 50.8515],[-1.314501, 50.8519],[-1.3156, 50.8521],[-1.318099, 50.8526],[-1.3207, 50.8535],[-1.3217, 50.8538],[-1.3242, 50.8503],[-1.3249, 50.8511],[-1.3363, 50.8420],[-1.333799, 50.8396],[-1.3332, 50.8394],[-1.330799, 50.8401],[-1.328901, 50.8409],[-1.3286, 50.8408],[-1.3284, 50.8402],[-1.330799, 50.8392],[-1.3334, 50.8384],[-1.3348, 50.8382],[-1.3362, 50.8378],[-1.336801, 50.8376],[-1.3371, 50.8373],[-1.337499, 50.8370],[-1.3377, 50.8365],[-1.3377, 50.8360],[-1.337299, 50.8351],[-1.3372, 50.8341],[-1.337, 50.8332],[-1.3363, 50.8322],[-1.3358, 50.8312],[-1.3357, 50.8305],[-1.3358, 50.8299],[-1.336401, 50.8290],[-1.3363, 50.8286],[-1.3358, 50.8281],[-1.3351, 50.8278],[-1.334, 50.8276],[-1.3329, 50.8272],[-1.3318, 50.8266],[-1.330199, 50.8269],[-1.329599, 50.8274],[-1.329301, 50.8275],[-1.3286, 50.8275],[-1.3284, 50.8273],[-1.3283, 50.8270],[-1.328099, 50.8259],[-1.3279, 50.8255],[-1.3277, 50.8252],[-1.327, 50.8252],[-1.326499, 50.8252],[-1.325799, 50.8255],[-1.325, 50.8261],[-1.3239, 50.8268],[-1.323501, 50.8270],[-1.3232, 50.8271],[-1.322899, 50.8271],[-1.3226, 50.8270],[-1.322399, 50.8267],[-1.322299, 50.8259],[-1.322399, 50.8256],[-1.3228, 50.8253],[-1.323501, 50.8249],[-1.323701, 50.8247],[-1.323701, 50.8244],[-1.3236, 50.8239],[-1.323501, 50.8237],[-1.322999, 50.8233],[-1.3225, 50.823],[-1.321401, 50.8226],[-1.320799, 50.8223],[-1.3206, 50.822],[-1.3205, 50.8215],[-1.3207, 50.8206],[-1.321001, 50.82],[-1.3218, 50.8195],[-1.322999, 50.8186],[-1.3234, 50.8182],[-1.3233, 50.8179],[-1.322999, 50.8177],[-1.3227, 50.8178],[-1.322199, 50.818],[-1.3205, 50.8191],[-1.32, 50.8193],[-1.3196, 50.8194],[-1.3182, 50.819],[-1.3169, 50.8184],[-1.315799, 50.8184],[-1.314999, 50.8187],[-1.314399, 50.8186],[-1.313701, 50.8182],[-1.311601, 50.8171],[-1.3103, 50.8163],[-1.309399, 50.8156],[-1.3089, 50.8155],[-1.3084, 50.8157],[-1.307899, 50.816],[-1.3075, 50.8165],[-1.3069, 50.8175],[-1.3068, 50.8183],[-1.307099, 50.8195],[-1.307199, 50.8202],[-1.307199, 50.8206],[-1.3068, 50.8209],[-1.306201, 50.8212],[-1.3056, 50.8213],[-1.3053, 50.8212],[-1.304999, 50.8211],[-1.3049, 50.8209],[-1.3048, 50.8204],[-1.3048, 50.8192],[-1.3049, 50.8183],[-1.304999, 50.8177],[-1.3053, 50.8167],[-1.3055, 50.8164],[-1.3061, 50.8159],[-1.3083, 50.8146],[-1.3106, 50.8134],[-1.3128, 50.8121],[-1.3146, 50.8111],[-1.316499, 50.8102],[-1.3198, 50.8085],[-1.3207, 50.8079],[-1.3218, 50.807],[-1.3233, 50.8055],[-1.3322, 50.7967],[-1.333799, 50.7952],[-1.3356, 50.793],[-1.3377, 50.7897],[-1.3392, 50.7876],[-1.339501, 50.7872],[-1.34, 50.7868],[-1.340299, 50.7866],[-1.340899, 50.7865],[-1.343199, 50.7865],[-1.3463, 50.7862],[-1.3478, 50.7861],[-1.3492, 50.7859],[-1.3508, 50.7852],[-1.3527, 50.785],[-1.356001, 50.7856],[-1.3585, 50.7858],[-1.3631, 50.7860],[-1.368, 50.7862],[-1.370499, 50.7865],[-1.378399, 50.7866],[-1.383399, 50.787],[-1.3846, 50.7868],[-1.386299, 50.7866],[-1.3871, 50.7864],[-1.389799, 50.7866],[-1.391299, 50.7862],[-1.3932, 50.7858],[-1.394199, 50.7859],[-1.395599, 50.7860],[-1.3979, 50.7859],[-1.399999, 50.7860],[-1.4026, 50.7866],[-1.404, 50.787],[-1.404999, 50.7873],[-1.4052, 50.7875],[-1.4053, 50.7878],[-1.4052, 50.7882],[-1.4051, 50.7884],[-1.4045, 50.7888],[-1.404199, 50.7891],[-1.4038, 50.7896],[-1.403501, 50.7901],[-1.4033, 50.7905],[-1.4032, 50.7918],[-1.4033, 50.7924],[-1.403501, 50.7928],[-1.403901, 50.7935],[-1.4053, 50.7952],[-1.4058, 50.7959],[-1.4061, 50.7964],[-1.406401, 50.797],[-1.4066, 50.7978],[-1.4067, 50.7985],[-1.4067, 50.7989],[-1.4067, 50.8006],[-1.4067, 50.8011],[-1.4069, 50.8018],[-1.4072, 50.8022],[-1.4083, 50.803],[-1.4088, 50.8032],[-1.4098, 50.8033],[-1.409899, 50.8035],[-1.409899, 50.8037],[-1.4098, 50.804],[-1.409, 50.805],[-1.4089, 50.8052],[-1.4089, 50.8055],[-1.409101, 50.8057],[-1.409301, 50.8058],[-1.4096, 50.8059],[-1.409999, 50.8058],[-1.411299, 50.8044],[-1.4115, 50.8043],[-1.4124, 50.804],[-1.4134, 50.8037],[-1.4145, 50.8034],[-1.4145, 50.8032],[-1.4131, 50.8029],[-1.4131, 50.8027],[-1.4138, 50.8024],[-1.4148, 50.8022],[-1.4161, 50.802],[-1.4168, 50.802],[-1.417199, 50.8022],[-1.4174, 50.8024],[-1.4174, 50.803],[-1.417099, 50.8034],[-1.416201, 50.8041],[-1.4146, 50.8052],[-1.414199, 50.8055],[-1.414101, 50.8057],[-1.414, 50.8062],[-1.414101, 50.8066],[-1.414199, 50.8068],[-1.4145, 50.8071],[-1.4148, 50.8074],[-1.4152, 50.8076],[-1.415699, 50.8078],[-1.416299, 50.808],[-1.4177, 50.8083],[-1.419, 50.8084],[-1.4202, 50.8084],[-1.422799, 50.8084],[-1.4231, 50.8085],[-1.4234, 50.8087],[-1.4234, 50.8089],[-1.4232, 50.8097],[-1.4232, 50.81],[-1.4233, 50.8102],[-1.423501, 50.8104],[-1.4239, 50.8106],[-1.424399, 50.8109],[-1.424999, 50.8113],[-1.4255, 50.8117],[-1.4259, 50.8119],[-1.426401, 50.812],[-1.427001, 50.812],[-1.427899, 50.8119],[-1.429101, 50.8119],[-1.430699, 50.8119],[-1.4313, 50.8118],[-1.431499, 50.8117],[-1.4311, 50.8111],[-1.431201, 50.811],[-1.431401, 50.811],[-1.432001, 50.8109],[-1.432899, 50.811],[-1.433501, 50.8111],[-1.434101, 50.8114],[-1.4346, 50.8117],[-1.434999, 50.8121],[-1.4354, 50.8126],[-1.435699, 50.8131],[-1.435799, 50.8133],[-1.435699, 50.8136],[-1.4354, 50.814],[-1.435099, 50.8144],[-1.434999, 50.8148],[-1.4353, 50.8155],[-1.4356, 50.816],[-1.4363, 50.8165],[-1.438501, 50.8166],[-1.440799, 50.8171],[-1.441601, 50.8174],[-1.4419, 50.8176],[-1.442001, 50.8179],[-1.442001, 50.819],[-1.4421, 50.8195],[-1.442199, 50.8198],[-1.4424, 50.8202],[-1.4428, 50.8204],[-1.4434, 50.8205],[-1.4441, 50.8206],[-1.445099, 50.8205],[-1.445899, 50.8204],[-1.447199, 50.8201],[-1.447899, 50.8201],[-1.449501, 50.8205],[-1.4499, 50.8207],[-1.4503, 50.821],[-1.4504, 50.8215],[-1.4506, 50.8218],[-1.4507, 50.8219],[-1.451001, 50.822],[-1.4513, 50.8219],[-1.451601, 50.8217],[-1.4519, 50.8215],[-1.4521, 50.8211],[-1.4522, 50.8208],[-1.4522, 50.8206],[-1.452, 50.8202],[-1.4518, 50.82],[-1.451499, 50.8199],[-1.450899, 50.8197],[-1.4498, 50.8195],[-1.448501, 50.8194],[-1.446499, 50.8198],[-1.445899, 50.8198],[-1.4453, 50.8197],[-1.445, 50.8196],[-1.4447, 50.8193],[-1.444301, 50.8186],[-1.4439, 50.8175],[-1.443799, 50.8169],[-1.443599, 50.8164],[-1.4434, 50.8161],[-1.442899, 50.8157],[-1.4425, 50.8155],[-1.4406, 50.8153],[-1.4383, 50.8151],[-1.437899, 50.815],[-1.4375, 50.8145],[-1.437299, 50.8138],[-1.437299, 50.8126],[-1.4369, 50.8122],[-1.436499, 50.8118],[-1.4355, 50.811],[-1.4348, 50.8106],[-1.4342, 50.8103],[-1.4331, 50.8098],[-1.4319, 50.8095],[-1.4304, 50.8095],[-1.429301, 50.8097],[-1.428501, 50.8098],[-1.427799, 50.8099],[-1.427299, 50.8098],[-1.427001, 50.8097],[-1.426499, 50.8094],[-1.4254, 50.8077],[-1.4249, 50.8071],[-1.4239, 50.8065],[-1.4233, 50.8062],[-1.4227, 50.806],[-1.4217, 50.8062],[-1.4203, 50.8067],[-1.419301, 50.807],[-1.418599, 50.807],[-1.4182, 50.8069],[-1.4173, 50.8066],[-1.4169, 50.806],[-1.4168, 50.8055],[-1.417099, 50.8051],[-1.417799, 50.8046],[-1.4196, 50.8038],[-1.419999, 50.8034],[-1.4202, 50.8031],[-1.4202, 50.8025],[-1.420099, 50.8022],[-1.419899, 50.8019],[-1.419301, 50.8013],[-1.418701, 50.801],[-1.417899, 50.8007],[-1.417099, 50.8005],[-1.414899, 50.8003],[-1.412099, 50.8007],[-1.409999, 50.8009],[-1.409199, 50.8008],[-1.4089, 50.8004],[-1.408399, 50.799],[-1.4083, 50.7981],[-1.4082, 50.7974],[-1.4082, 50.7968],[-1.4083, 50.7954],[-1.4081, 50.7948],[-1.4075, 50.7941],[-1.406801, 50.7933],[-1.4066, 50.7924],[-1.4067, 50.7915],[-1.4074, 50.7908],[-1.409199, 50.7894],[-1.4094, 50.7891],[-1.4096, 50.7885],[-1.4094, 50.7871],[-1.4097, 50.7864],[-1.4098, 50.7860],[-1.4097, 50.7856],[-1.4095, 50.7852],[-1.4094, 50.785],[-1.408399, 50.7843],[-1.4069, 50.7835],[-1.4044, 50.7825],[-1.4024, 50.7817],[-1.4002, 50.7808],[-1.3981, 50.7800],[-1.3965, 50.7793],[-1.3959, 50.7789],[-1.3952, 50.7784],[-1.394799, 50.7780],[-1.3937, 50.7782],[-1.3911, 50.7788],[-1.3908, 50.7787],[-1.390499, 50.7784],[-1.3904, 50.7782],[-1.3904, 50.7780],[-1.390499, 50.7779],[-1.3946, 50.7769],[-1.396801, 50.7763],[-1.3981, 50.7761],[-1.3994, 50.7756],[-1.4009, 50.7749],[-1.402799, 50.7741],[-1.403901, 50.7736],[-1.404199, 50.7733],[-1.4046, 50.7724],[-1.404799, 50.7720],[-1.404999, 50.7716],[-1.405599, 50.7714],[-1.406801, 50.7712],[-1.407001, 50.7711],[-1.4069, 50.7710],[-1.406299, 50.7709],[-1.4051, 50.7709],[-1.4045, 50.7712],[-1.404101, 50.7714],[-1.402099, 50.773],[-1.4015, 50.7734],[-1.400599, 50.7738],[-1.397699, 50.7752],[-1.396401, 50.7757],[-1.395, 50.7763],[-1.3938, 50.7767],[-1.392699, 50.7769],[-1.391299, 50.7770],[-1.3907, 50.7769],[-1.3904, 50.7767],[-1.3904, 50.7766],[-1.3909, 50.7761],[-1.391801, 50.7755],[-1.392799, 50.7750],[-1.3947, 50.7743],[-1.4023, 50.7714],[-1.403901, 50.7707],[-1.4059, 50.77],[-1.409301, 50.7691],[-1.4116, 50.7686],[-1.4133, 50.7681],[-1.418599, 50.7675],[-1.4259, 50.7671],[-1.429999, 50.7663],[-1.4349, 50.7657],[-1.4374, 50.7655],[-1.439301, 50.7649],[-1.4434, 50.7632],[-1.4489, 50.7636],[-1.4529, 50.7630],[-1.4565, 50.7624],[-1.4576, 50.7623],[-1.457999, 50.7625],[-1.4611, 50.7653],[-1.4619, 50.7655],[-1.4621, 50.7653],[-1.4621, 50.765],[-1.462, 50.7646],[-1.461801, 50.7641],[-1.461801, 50.764],[-1.462, 50.7639],[-1.4627, 50.7639],[-1.463099, 50.7637],[-1.463099, 50.7635],[-1.4628, 50.7631],[-1.461601, 50.762],[-1.461699, 50.7618],[-1.4626, 50.7615],[-1.468799, 50.7602],[-1.4708, 50.7599],[-1.473701, 50.7592],[-1.4794, 50.7577],[-1.481699, 50.7571],[-1.4844, 50.7567],[-1.4874, 50.7563],[-1.489101, 50.7562],[-1.4914, 50.756],[-1.497699, 50.7552],[-1.5007, 50.755],[-1.503399, 50.7549],[-1.5073, 50.7549],[-1.5108, 50.7546],[-1.513999, 50.755],[-1.5153, 50.7552],[-1.517001, 50.7556],[-1.522699, 50.7578],[-1.5244, 50.7587],[-1.525599, 50.7592],[-1.526299, 50.7593],[-1.5272, 50.7594],[-1.5304, 50.7599],[-1.5309, 50.7602],[-1.531401, 50.7608],[-1.5316, 50.7616],[-1.531401, 50.7626],[-1.5315, 50.7632],[-1.5317, 50.7641],[-1.532099, 50.7646],[-1.532799, 50.765],[-1.535599, 50.7658],[-1.536299, 50.7659],[-1.537099, 50.7659],[-1.537099, 50.7656],[-1.537001, 50.7655],[-1.536401, 50.765],[-1.534899, 50.7641],[-1.534199, 50.7637],[-1.5331, 50.7633],[-1.5323, 50.7628],[-1.5322, 50.7625],[-1.5323, 50.7622],[-1.5325, 50.762],[-1.533399, 50.761],[-1.533501, 50.7606],[-1.533399, 50.7602],[-1.5331, 50.7598],[-1.532899, 50.7596],[-1.5305, 50.7587],[-1.529101, 50.7578],[-1.5265, 50.756],[-1.5259, 50.7556],[-1.525599, 50.7554],[-1.5253, 50.755],[-1.5254, 50.7545],[-1.527001, 50.7525],[-1.527099, 50.7522],[-1.527099, 50.752],[-1.527099, 50.7517],[-1.527001, 50.7515],[-1.5266, 50.7511],[-1.5261, 50.7507],[-1.525599, 50.7502],[-1.5254, 50.75],[-1.524999, 50.7501],[-1.5247, 50.7503],[-1.5244, 50.7506],[-1.524101, 50.7507],[-1.523901, 50.7508],[-1.523501, 50.7507],[-1.5232, 50.7505],[-1.5229, 50.7502],[-1.5229, 50.7499],[-1.523, 50.7496],[-1.523501, 50.7489],[-1.524199, 50.7472],[-1.524, 50.746],[-1.524, 50.7456],[-1.524199, 50.7452],[-1.5251, 50.7445],[-1.526, 50.7441],[-1.527099, 50.7437],[-1.527699, 50.7437],[-1.528501, 50.7439],[-1.529999, 50.7447],[-1.5315, 50.7454],[-1.5326, 50.7457],[-1.532799, 50.7456],[-1.532699, 50.7448],[-1.532699, 50.7446],[-1.5331, 50.744],[-1.5332, 50.7436],[-1.5332, 50.7435],[-1.5331, 50.7433],[-1.5323, 50.7428],[-1.5322, 50.7425],[-1.5324, 50.7422],[-1.533, 50.7418],[-1.5338, 50.7413],[-1.5347, 50.7408],[-1.5359, 50.7405],[-1.5374, 50.7405],[-1.5388, 50.7407],[-1.539, 50.7405],[-1.5376, 50.7399],[-1.536401, 50.7397],[-1.5354, 50.7399],[-1.5344, 50.7402],[-1.5316, 50.7416],[-1.5309, 50.7419],[-1.5305, 50.742],[-1.529899, 50.7421],[-1.5294, 50.7421],[-1.529, 50.742],[-1.5287, 50.7419],[-1.5283, 50.7415],[-1.5281, 50.7406],[-1.527799, 50.7397],[-1.5275, 50.7391],[-1.5274, 50.7386],[-1.5274, 50.7383],[-1.529199, 50.737],[-1.5316, 50.7353],[-1.534101, 50.7331],[-1.537799, 50.7303],[-1.5405, 50.7289],[-1.5416, 50.7285],[-1.543, 50.7285],[-1.5454, 50.7294],[-1.546499, 50.7294],[-1.5476, 50.7292],[-1.548599, 50.7289],[-1.549199, 50.7286],[-1.5498, 50.7282],[-1.5506, 50.7274],[-1.5511, 50.7269],[-1.5519, 50.7261],[-1.552099, 50.7255],[-1.552299, 50.7249],[-1.5524, 50.7242],[-1.552899, 50.7238],[-1.553701, 50.7235],[-1.555099, 50.7232],[-1.556201, 50.7229],[-1.5584, 50.7224],[-1.559101, 50.7225],[-1.559999, 50.7229],[-1.5605, 50.7232],[-1.561, 50.7237],[-1.5617, 50.7245],[-1.5617, 50.7251],[-1.561, 50.7268],[-1.5604, 50.7282],[-1.5603, 50.7286],[-1.5603, 50.7297],[-1.5604, 50.731],[-1.560799, 50.7318],[-1.562999, 50.7345],[-1.5632, 50.7354],[-1.5633, 50.736],[-1.5633, 50.7366],[-1.5632, 50.7377],[-1.5631, 50.7383],[-1.5627, 50.7405],[-1.5628, 50.7408],[-1.5631, 50.7407],[-1.5634, 50.7404],[-1.5638, 50.7397],[-1.5642, 50.739],[-1.564399, 50.7387],[-1.5646, 50.7385],[-1.5655, 50.738],[-1.5656, 50.7378],[-1.5656, 50.7376],[-1.5653, 50.7367],[-1.5653, 50.7362],[-1.5654, 50.7354],[-1.5653, 50.7348],[-1.565099, 50.7346],[-1.564399, 50.734],[-1.5633, 50.7331],[-1.5626, 50.732],[-1.5619, 50.731],[-1.561499, 50.7303],[-1.561601, 50.7299],[-1.5619, 50.7289],[-1.5625, 50.7274],[-1.5627, 50.7268],[-1.5627, 50.7262],[-1.5625, 50.7258],[-1.5625, 50.7254],[-1.5627, 50.7250],[-1.5632, 50.7245],[-1.563701, 50.7239],[-1.5639, 50.7236],[-1.564, 50.7234],[-1.564, 50.7229],[-1.5638, 50.7226],[-1.5631, 50.7222],[-1.562999, 50.7220],[-1.5631, 50.7217],[-1.5633, 50.7215],[-1.564, 50.7212],[-1.565799, 50.7204],[-1.567899, 50.7195],[-1.569399, 50.7190],[-1.571601, 50.7184],[-1.5728, 50.7184],[-1.5742, 50.7185],[-1.576001, 50.7194],[-1.577, 50.7200],[-1.5778, 50.7207],[-1.578501, 50.7217],[-1.579301, 50.7226],[-1.5798, 50.7229],[-1.58, 50.7228],[-1.580099, 50.7226],[-1.580099, 50.7220],[-1.5798, 50.7211],[-1.579599, 50.7208],[-1.578701, 50.7198],[-1.5757, 50.7184],[-1.572199, 50.7165],[-1.571001, 50.7159],[-1.5699, 50.7151],[-1.568501, 50.7141],[-1.565799, 50.7124],[-1.5632, 50.7107],[-1.561499, 50.7099],[-1.559399, 50.7089],[-1.5581, 50.7087],[-1.5578, 50.7089],[-1.557299, 50.7095],[-1.5569, 50.7098],[-1.556601, 50.7099],[-1.5563, 50.7099],[-1.555799, 50.7098],[-1.5556, 50.7097],[-1.5549, 50.7086],[-1.5546, 50.7085],[-1.554101, 50.7084],[-1.5539, 50.7086],[-1.554, 50.7098],[-1.5538, 50.7101],[-1.553501, 50.7101],[-1.552799, 50.7100],[-1.5525, 50.7098],[-1.5519, 50.709],[-1.551201, 50.7083],[-1.5506, 50.7081],[-1.550099, 50.7082],[-1.549999, 50.7083],[-1.5503, 50.709],[-1.5519, 50.7117],[-1.552099, 50.7125],[-1.552099, 50.7130],[-1.552001, 50.7134],[-1.5517, 50.7137],[-1.5513, 50.7137],[-1.5488, 50.7115],[-1.547899, 50.7103],[-1.5475, 50.7096],[-1.5474, 50.7092],[-1.5474, 50.7089],[-1.5476, 50.7086],[-1.548, 50.7082],[-1.549301, 50.7073],[-1.553501, 50.7072],[-1.5589, 50.7077],[-1.5613, 50.7086],[-1.5642, 50.7101],[-1.5668, 50.7119],[-1.570899, 50.7147],[-1.5748, 50.7168],[-1.5771, 50.7180],[-1.5797, 50.7191],[-1.5826, 50.7201],[-1.5865, 50.7213],[-1.592399, 50.7226],[-1.6006, 50.7242],[-1.6052, 50.7255],[-1.6127, 50.7276],[-1.630399, 50.7308],[-1.6371, 50.7322],[-1.641201, 50.7329],[-1.663599, 50.7366],[-1.674999, 50.7375],[-1.686601, 50.738],[-1.6888, 50.7382],[-1.6917, 50.7381],[-1.691601, 50.739],[-1.691401, 50.7396],[-1.6896, 50.7409],[-1.6862, 50.7429],[-1.684399, 50.7447],[-1.6826, 50.7462],[-1.681, 50.7488],[-1.6795, 50.7519],[-1.679999, 50.7537],[-1.6839, 50.754],[-1.6999, 50.7544],[-1.7104, 50.7541],[-1.7157, 50.7526],[-1.7212, 50.7517],[-1.7298, 50.7501],[-1.734501, 50.7486],[-1.738, 50.7474],[-1.74, 50.7476],[-1.7415, 50.7492],[-1.7427, 50.7543],[-1.742499, 50.7557],[-1.741601, 50.7572],[-1.739699, 50.7595],[-1.738701, 50.7629],[-1.738, 50.7654],[-1.7392, 50.7676],[-1.741601, 50.7710],[-1.7457, 50.7742],[-1.743901, 50.7775],[-1.746001, 50.7795],[-1.748299, 50.7803],[-1.754699, 50.7785],[-1.7593, 50.7768],[-1.766299, 50.773],[-1.7707, 50.7710],[-1.774101, 50.7684],[-1.7747, 50.7678],[-1.776201, 50.7664],[-1.777699, 50.7652],[-1.778399, 50.7647],[-1.7803, 50.7643],[-1.7815, 50.7641],[-1.7822, 50.7656],[-1.7824, 50.7659],[-1.7825, 50.7661],[-1.783399, 50.7665],[-1.7847, 50.7671],[-1.7853, 50.7680],[-1.7855, 50.7692],[-1.784899, 50.77],[-1.7848, 50.7707],[-1.784899, 50.7712],[-1.7859, 50.7717],[-1.786, 50.7732],[-1.786299, 50.7747],[-1.787001, 50.7760],[-1.7874, 50.7774],[-1.787199, 50.7777],[-1.7866, 50.7781],[-1.784899, 50.7787],[-1.7852, 50.7792],[-1.785699, 50.7799],[-1.786801, 50.7806],[-1.7884, 50.7823],[-1.7894, 50.7834],[-1.7918, 50.7839],[-1.7938, 50.7849],[-1.794101, 50.7872],[-1.794199, 50.7874],[-1.7946, 50.7875],[-1.794999, 50.7875],[-1.796, 50.7873],[-1.796401, 50.7875],[-1.797001, 50.788],[-1.797199, 50.7883],[-1.7973, 50.7893],[-1.7973, 50.7904],[-1.797199, 50.7907],[-1.797001, 50.791],[-1.796401, 50.7917],[-1.794999, 50.7931],[-1.794899, 50.7935],[-1.795099, 50.7943],[-1.7954, 50.7946],[-1.795699, 50.7948],[-1.796201, 50.795],[-1.7977, 50.7954],[-1.7997, 50.7957],[-1.8005, 50.7963],[-1.800799, 50.7968],[-1.8006, 50.7971],[-1.7997, 50.7977],[-1.7998, 50.7982],[-1.800099, 50.7989],[-1.799999, 50.7993],[-1.7996, 50.7998],[-1.799301, 50.8003],[-1.799399, 50.8007],[-1.7995, 50.8011],[-1.7996, 50.8012],[-1.7999, 50.8013],[-1.800799, 50.8015],[-1.8018, 50.8018],[-1.802099, 50.802],[-1.802199, 50.8023],[-1.802099, 50.8031],[-1.802001, 50.804],[-1.802001, 50.8043],[-1.802299, 50.8045],[-1.8025, 50.8046],[-1.8033, 50.8047],[-1.8055, 50.8053],[-1.807099, 50.806],[-1.8081, 50.8068],[-1.8083, 50.8072],[-1.8084, 50.8076],[-1.808501, 50.8088],[-1.8084, 50.8092],[-1.8083, 50.8094],[-1.807999, 50.8098],[-1.806601, 50.8106],[-1.8055, 50.8111],[-1.804, 50.8118],[-1.8034, 50.8122],[-1.8019, 50.8131],[-1.800799, 50.8139],[-1.8005, 50.8144],[-1.8005, 50.8146],[-1.800799, 50.8149],[-1.8013, 50.8152],[-1.8034, 50.8162],[-1.8039, 50.8168],[-1.804, 50.8174],[-1.804, 50.8179],[-1.803599, 50.8187],[-1.802999, 50.8194],[-1.8019, 50.8201],[-1.7999, 50.8212],[-1.799301, 50.8218],[-1.7989, 50.8224],[-1.7989, 50.8227],[-1.799, 50.8229],[-1.7996, 50.8232],[-1.800099, 50.8233],[-1.8009, 50.8233],[-1.801401, 50.8234],[-1.8017, 50.8236],[-1.8018, 50.8239],[-1.8018, 50.8244],[-1.8017, 50.8248],[-1.8011, 50.8254],[-1.8009, 50.8258],[-1.800799, 50.8264],[-1.8011, 50.8277],[-1.8011, 50.8287],[-1.801, 50.8294],[-1.800699, 50.8301],[-1.8002, 50.831],[-1.7998, 50.8314],[-1.799199, 50.8317],[-1.7984, 50.8320],[-1.7977, 50.8321],[-1.7968, 50.8321],[-1.795699, 50.8319],[-1.7939, 50.8316],[-1.7932, 50.8315],[-1.793, 50.8318],[-1.792899, 50.8321],[-1.793, 50.8332],[-1.793, 50.8343],[-1.7927, 50.8348],[-1.791401, 50.8349],[-1.789101, 50.8351],[-1.788501, 50.8357],[-1.788, 50.8371],[-1.787899, 50.8378],[-1.788, 50.8380],[-1.7882, 50.8381],[-1.7905, 50.8382],[-1.790799, 50.8383],[-1.7923, 50.8393],[-1.7932, 50.8396],[-1.7948, 50.8404],[-1.7961, 50.8412],[-1.7973, 50.8424],[-1.797799, 50.8430],[-1.7989, 50.8443],[-1.799399, 50.8458],[-1.7983, 50.8474],[-1.7983, 50.8489],[-1.7988, 50.8500],[-1.799999, 50.8508],[-1.8017, 50.8516],[-1.802299, 50.8522],[-1.8027, 50.8532],[-1.8027, 50.8543],[-1.802001, 50.8551],[-1.801401, 50.8555],[-1.8018, 50.8562],[-1.8026, 50.8573],[-1.803599, 50.8589],[-1.8039, 50.8599],[-1.804, 50.8605],[-1.8047, 50.8626],[-1.805099, 50.8636],[-1.8055, 50.8644],[-1.8059, 50.8648],[-1.8068, 50.865],[-1.8083, 50.8651],[-1.811499, 50.865],[-1.813701, 50.8648],[-1.8139, 50.8646],[-1.8142, 50.8639],[-1.8153, 50.8586],[-1.8161, 50.8582],[-1.8183, 50.8577],[-1.8207, 50.8572],[-1.8261, 50.8562],[-1.8307, 50.8566],[-1.838099, 50.858],[-1.841699, 50.8592],[-1.8455, 50.8607],[-1.8484, 50.8614],[-1.85, 50.8619],[-1.8508, 50.8625],[-1.851601, 50.8633],[-1.852, 50.8642],[-1.851801, 50.8656],[-1.8514, 50.8667],[-1.851099, 50.8674],[-1.8508, 50.868],[-1.8472, 50.8716],[-1.8464, 50.873],[-1.8464, 50.8745],[-1.8463, 50.8757],[-1.845, 50.8772],[-1.8428, 50.8795],[-1.842399, 50.88],[-1.8463, 50.8827],[-1.8464, 50.8834],[-1.8427, 50.8866],[-1.8426, 50.8873],[-1.8429, 50.8880],[-1.846801, 50.8907],[-1.846801, 50.8914],[-1.8422, 50.8958],[-1.8408, 50.8971],[-1.838701, 50.8992],[-1.825899, 50.8983],[-1.8239, 50.8983],[-1.8221, 50.8997],[-1.815799, 50.9054],[-1.8132, 50.9078],[-1.8148, 50.9107],[-1.8182, 50.9151],[-1.8189, 50.9164],[-1.818799, 50.9173],[-1.8149, 50.9212],[-1.8133, 50.9236],[-1.8128, 50.9259],[-1.812899, 50.9265],[-1.823701, 50.9286],[-1.8305, 50.9295],[-1.8376, 50.9315],[-1.840199, 50.9325],[-1.847, 50.9307],[-1.853199, 50.9291],[-1.8543, 50.9271],[-1.858299, 50.9209],[-1.860399, 50.9197],[-1.864501, 50.9191],[-1.87, 50.9181],[-1.8717, 50.9194],[-1.879699, 50.9259],[-1.8894, 50.9322],[-1.892001, 50.9338],[-1.893501, 50.9349],[-1.8967, 50.938],[-1.901, 50.9408],[-1.907001, 50.945],[-1.908, 50.9459],[-1.9088, 50.9476],[-1.9101, 50.9515],[-1.9108, 50.9529],[-1.9152, 50.9564],[-1.916499, 50.9591],[-1.9175, 50.9604],[-1.9223, 50.9645],[-1.924, 50.9666],[-1.926, 50.9690],[-1.927199, 50.9698],[-1.930799, 50.97],[-1.9377, 50.9729],[-1.9425, 50.9777],[-1.946499, 50.9795],[-1.9548, 50.9807],[-1.955, 50.981],[-1.9555, 50.9879],[-1.9547, 50.9909],[-1.953701, 50.9902],[-1.952, 50.9877],[-1.949399, 50.9833],[-1.936601, 50.9918],[-1.927999, 50.998],[-1.922799, 50.9985],[-1.9182, 50.9988],[-1.9108,51.0007],[-1.904999,51.0007],[-1.8997, 50.9997],[-1.8897,51.0009],[-1.8872,51.0015],[-1.88,51.005],[-1.873399,51.0074],[-1.874501, 50.9936],[-1.8736, 50.9876],[-1.8707, 50.9877],[-1.8665, 50.9911],[-1.8535,51.0042],[-1.8492,51.0072],[-1.835899,51.0114],[-1.8326,51.0070],[-1.8256, 50.9977],[-1.814999, 50.9871],[-1.8098, 50.9905],[-1.8074, 50.9918],[-1.803701, 50.9925],[-1.791, 50.9913],[-1.783599, 50.9878],[-1.764799, 50.9832],[-1.7557, 50.9809],[-1.752499, 50.9789],[-1.751201, 50.9783],[-1.7506, 50.9782],[-1.7438, 50.9785],[-1.738901, 50.9773],[-1.723701, 50.9779],[-1.7179, 50.9777],[-1.7111, 50.9763],[-1.709301, 50.9743],[-1.7071, 50.9731],[-1.7056, 50.9722],[-1.703501, 50.9705],[-1.7007, 50.9675],[-1.6955, 50.9625],[-1.692299, 50.9595],[-1.6863, 50.9550],[-1.678501, 50.9525],[-1.6752, 50.9515],[-1.671201, 50.9499],[-1.6661, 50.9485],[-1.6638, 50.9475],[-1.661299, 50.9466],[-1.6587, 50.9457],[-1.654799, 50.9467],[-1.651401, 50.9479],[-1.6452, 50.9503],[-1.641299, 50.9523],[-1.6361, 50.9553],[-1.6323, 50.9583],[-1.6315, 50.9589],[-1.6308, 50.9595],[-1.630399, 50.9605],[-1.629799, 50.9604],[-1.628999, 50.9596],[-1.627599, 50.9587],[-1.6264, 50.9581],[-1.6231, 50.9571],[-1.622001, 50.9569],[-1.621601, 50.9569],[-1.6213, 50.9570],[-1.6194, 50.9589],[-1.613999, 50.9649],[-1.612599, 50.9665],[-1.6109, 50.9689],[-1.61, 50.9711],[-1.609599, 50.9714],[-1.6085, 50.9718],[-1.603701, 50.9728],[-1.601801, 50.9733],[-1.6014, 50.974],[-1.6013, 50.9749],[-1.6012, 50.9772],[-1.6014, 50.9779],[-1.602, 50.9791],[-1.603299, 50.9805],[-1.6041, 50.9805],[-1.606001, 50.9803],[-1.6088, 50.9799],[-1.611801, 50.9797],[-1.613299, 50.9803],[-1.615399, 50.9815],[-1.617599, 50.9825],[-1.6186, 50.9832],[-1.618701, 50.9836],[-1.618701, 50.9838],[-1.6184, 50.9843],[-1.617599, 50.9858],[-1.617599, 50.9865],[-1.6186, 50.9874],[-1.619799, 50.9881],[-1.621001, 50.9888],[-1.621801, 50.9897],[-1.622001, 50.9899],[-1.6238, 50.992],[-1.624799, 50.994],[-1.6259, 50.9952],[-1.6267, 50.9959],[-1.628299, 50.9974],[-1.628999, 50.9988],[-1.629101, 50.9997],[-1.627699,51.0007],[-1.625,51.002],[-1.6217,51.0034],[-1.618901,51.0048],[-1.617,51.0053],[-1.6159,51.0052],[-1.613199,51.0045],[-1.609501,51.0037],[-1.608901,51.0042],[-1.608901,51.0048],[-1.6108,51.0067],[-1.6108,51.0071],[-1.61,51.0092],[-1.608999,51.0098],[-1.6084,51.0100],[-1.607399,51.0101],[-1.607,51.0101],[-1.6058,51.0095],[-1.605,51.0081],[-1.6041,51.0079],[-1.6021,51.008],[-1.5998,51.0083],[-1.598799,51.0088],[-1.5977,51.0095],[-1.5962,51.0115],[-1.597,51.0124],[-1.598199,51.0131],[-1.5998,51.0137],[-1.603,51.0151],[-1.6042,51.0164],[-1.6051,51.0176],[-1.604699,51.0190],[-1.6029,51.0207],[-1.6014,51.0219],[-1.600399,51.0227],[-1.5992,51.0237],[-1.599301,51.0243],[-1.600299,51.0255],[-1.601001,51.0258],[-1.6036,51.0265],[-1.606001,51.0272],[-1.6108,51.0291],[-1.611801,51.0295],[-1.6135,51.0306],[-1.6149,51.0316],[-1.6167,51.0327],[-1.619101,51.0338],[-1.6202,51.0339],[-1.628,51.0338],[-1.6288,51.0343],[-1.63,51.0353],[-1.631099,51.0372],[-1.6315,51.0383],[-1.6321,51.04],[-1.6329,51.0457],[-1.633,51.0475],[-1.632699,51.0494],[-1.6316,51.054],[-1.6301,51.0603],[-1.6293,51.0646],[-1.629101,51.0723],[-1.6288,51.0743],[-1.6285,51.0759],[-1.6282,51.0788],[-1.6293,51.0806],[-1.630499,51.0817],[-1.632599,51.0837],[-1.633299,51.0847],[-1.635,51.0876],[-1.635499,51.0889],[-1.636001,51.0905],[-1.635599,51.092],[-1.635,51.0936],[-1.633901,51.0973],[-1.6294,51.1005],[-1.626201,51.1031],[-1.6256,51.1039],[-1.6256,51.1047],[-1.626001,51.1057],[-1.6274,51.1089],[-1.6282,51.1108],[-1.6286,51.1122],[-1.628399,51.1128],[-1.628,51.114],[-1.6259,51.1177],[-1.626099,51.1183],[-1.6267,51.1192],[-1.6282,51.1202],[-1.629699,51.1212],[-1.6329,51.123],[-1.6358,51.1246],[-1.638999,51.1258],[-1.6454,51.1271],[-1.651299,51.1282],[-1.6576,51.1288],[-1.659,51.1290],[-1.658399,51.136],[-1.657899,51.1419],[-1.6575,51.1467],[-1.656801,51.1476],[-1.656201,51.1482],[-1.6537,51.1508],[-1.652001,51.1529],[-1.6516,51.1536],[-1.651401,51.1541],[-1.651299,51.1550],[-1.6515,51.1561],[-1.6519,51.1569],[-1.6524,51.1576],[-1.6544,51.1591],[-1.6566,51.1605],[-1.6574,51.1611],[-1.6588,51.162],[-1.661801,51.1656],[-1.666499,51.172],[-1.668599,51.1746],[-1.671401,51.1784],[-1.673599,51.1827],[-1.6724,51.1856],[-1.673599,51.1903],[-1.6768,51.1946],[-1.678599,51.1957],[-1.6881,51.2014],[-1.6904,51.2026],[-1.691401,51.2031],[-1.6921,51.2040],[-1.692199,51.2047],[-1.6921,51.2053],[-1.692001,51.2060],[-1.690199,51.2094],[-1.689301,51.2138],[-1.687899,51.2172],[-1.687001,51.2171],[-1.671201,51.2178],[-1.667099,51.2180],[-1.6616,51.2181],[-1.658399,51.2185],[-1.6572,51.2185],[-1.6517,51.2195],[-1.6454,51.2356],[-1.6375,51.2344],[-1.628299,51.233],[-1.6246,51.2336],[-1.621601,51.2352],[-1.6192,51.24],[-1.615,51.2405],[-1.6142,51.241],[-1.609699,51.2418],[-1.6091,51.2422],[-1.6086,51.2438],[-1.608,51.2464],[-1.6085,51.2492],[-1.608,51.2501],[-1.6071,51.2511],[-1.6058,51.2523],[-1.6043,51.2526],[-1.6006,51.2532],[-1.598099,51.2536],[-1.592299,51.2533],[-1.5899,51.2531],[-1.586801,51.2537],[-1.584301,51.2542],[-1.5825,51.2546],[-1.5804,51.255],[-1.578501,51.255],[-1.5741,51.2543],[-1.5567,51.2508],[-1.5531,51.2499],[-1.549399,51.2488],[-1.5474,51.2477],[-1.546499,51.2474],[-1.5454,51.2472],[-1.5426,51.2472],[-1.5396,51.2475],[-1.5347,51.2495],[-1.528,51.2549],[-1.5275,51.2563],[-1.527001,51.2578],[-1.526401,51.2598],[-1.5266,51.2604],[-1.529301,51.2618],[-1.530599,51.2629],[-1.532099,51.2633],[-1.5352,51.2630],[-1.537699,51.2628],[-1.539,51.2632],[-1.5396,51.2640],[-1.539301,51.2656],[-1.537799,51.2703],[-1.537199,51.2723],[-1.537099,51.2745],[-1.537199,51.2769],[-1.5374,51.2774],[-1.5388,51.2790],[-1.539999,51.2804],[-1.5401,51.2827],[-1.539999,51.2833],[-1.5394,51.2837],[-1.536801,51.2851],[-1.536299,51.2854],[-1.536201,51.2858],[-1.5344,51.2934],[-1.534101,51.294],[-1.5288,51.2958],[-1.5279,51.296],[-1.5266,51.2959],[-1.524899,51.2955],[-1.5202,51.2944],[-1.5196,51.2945],[-1.519199,51.2946],[-1.5173,51.2962],[-1.5173,51.2967],[-1.517699,51.297],[-1.5222,51.2979],[-1.5245,51.2991],[-1.5254,51.2996],[-1.5258,51.3001],[-1.5251,51.3014],[-1.5238,51.3036],[-1.523,51.3048],[-1.523,51.3054],[-1.524899,51.3068],[-1.524899,51.3073],[-1.525599,51.3085],[-1.526201,51.3096],[-1.5272,51.3115],[-1.5281,51.3125],[-1.5297,51.3137],[-1.5316,51.3146],[-1.5317,51.3158],[-1.531299,51.3175],[-1.531201,51.3215],[-1.530699,51.3241],[-1.529301,51.3278],[-1.5275,51.3299],[-1.5266,51.3324],[-1.526201,51.3361],[-1.5259,51.3373],[-1.525599,51.3378],[-1.5246,51.3381],[-1.520599,51.3385],[-1.516299,51.3393],[-1.5145,51.3393],[-1.5132,51.339],[-1.512599,51.3382],[-1.509799,51.3334],[-1.5087,51.3325],[-1.5037,51.3310],[-1.496601,51.3291],[-1.4923,51.3274],[-1.4886,51.3282],[-1.485299,51.3291],[-1.469599,51.3313],[-1.459301,51.3320],[-1.4562,51.3321],[-1.452399,51.3321],[-1.4497,51.3321],[-1.4471,51.3329],[-1.4354,51.3353],[-1.432001,51.3357],[-1.4281,51.3359],[-1.4268,51.3362],[-1.426601,51.3366],[-1.427001,51.3371],[-1.4292,51.3396],[-1.437199,51.3449],[-1.4404,51.3469],[-1.4417,51.3481],[-1.442001,51.3495],[-1.442001,51.3523],[-1.4411,51.3542],[-1.4403,51.3557],[-1.4398,51.3567],[-1.4378,51.3566],[-1.4332,51.3568],[-1.426201,51.3573],[-1.4252,51.3588],[-1.424199,51.3603],[-1.422199,51.3624],[-1.418501,51.3652],[-1.417799,51.3665],[-1.416201,51.3701],[-1.4153,51.371],[-1.413501,51.3724],[-1.412699,51.3730],[-1.4116,51.3733],[-1.399199,51.3730],[-1.389101,51.3721],[-1.382599,51.371],[-1.3788,51.3691],[-1.3764,51.3677],[-1.3717,51.3653],[-1.368701,51.3655],[-1.359599,51.3668],[-1.3551,51.3675],[-1.3529,51.3674],[-1.348799,51.3675],[-1.3471,51.3673],[-1.343199,51.3682],[-1.335299,51.3714],[-1.3312,51.3725],[-1.325099,51.3717],[-1.3171,51.3715],[-1.3124,51.3719],[-1.3088,51.3712],[-1.295599,51.3686],[-1.287099,51.3673],[-1.2845,51.3669],[-1.2819,51.3673],[-1.2795,51.3674],[-1.2774,51.3666],[-1.276401,51.3663],[-1.274101,51.3665],[-1.272799,51.3671],[-1.2715,51.3685],[-1.2703,51.369],[-1.2686,51.3692],[-1.2653,51.3697],[-1.2646,51.3697],[-1.2644,51.3689],[-1.263999,51.3686],[-1.2628,51.3688],[-1.2611,51.3695],[-1.2602,51.3703],[-1.259899,51.3711],[-1.2581,51.3714],[-1.252499,51.3719],[-1.2492,51.3719],[-1.2478,51.3712],[-1.2472,51.3705],[-1.2474,51.3695],[-1.247001,51.3686],[-1.246001,51.3676],[-1.2438,51.3672],[-1.2429,51.3665],[-1.241601,51.3662],[-1.2378,51.3664],[-1.2358,51.3667],[-1.2327,51.3671],[-1.2293,51.3676],[-1.226601,51.3683],[-1.223799,51.369],[-1.219599,51.3705],[-1.2169,51.3704],[-1.2149,51.3685],[-1.212,51.3676],[-1.2055,51.3664],[-1.1967,51.3657],[-1.1939,51.3653],[-1.1846,51.3637],[-1.1775,51.3593],[-1.176499,51.3585],[-1.1759,51.3585],[-1.1734,51.3589],[-1.1704,51.3605],[-1.1689,51.3611],[-1.1677,51.3613],[-1.1661,51.3612],[-1.1603,51.3605],[-1.1503,51.3607],[-1.148399,51.3605],[-1.146801,51.3596],[-1.1453,51.3587],[-1.1444,51.3586],[-1.1409,51.3586],[-1.136201,51.3589],[-1.1246,51.3587],[-1.1184,51.3592],[-1.117599,51.3593],[-1.114799,51.3604],[-1.1143,51.3657],[-1.1143,51.3709],[-1.1138,51.3731],[-1.111099,51.3756],[-1.0865,51.3841],[-1.084599,51.3829],[-1.0825,51.3818],[-1.078701,51.3805],[-1.0763,51.3798],[-1.0746,51.3795],[-1.0746,51.3789],[-1.0763,51.3778],[-1.0784,51.3753],[-1.0782,51.3748]]],[[[-0.9810005000000002, 50.8302],[-0.9806995, 50.8300],[-0.9800995, 50.8300],[-0.9796995, 50.8301],[-0.9791005, 50.8303],[-0.9785995, 50.8306],[-0.9782995, 50.831],[-0.9781995, 50.8313],[-0.9775995, 50.8329],[-0.9771995, 50.8335],[-0.9770005, 50.8337],[-0.9764005, 50.8338],[-0.9760005, 50.8337],[-0.9758995, 50.8336],[-0.9758995, 50.8331],[-0.9760005, 50.8328],[-0.9758995, 50.8325],[-0.9756995, 50.8322],[-0.9749995, 50.8321],[-0.9743005, 50.8321],[-0.9741005, 50.8323],[-0.9737005, 50.8329],[-0.9733995, 50.8334],[-0.9729995, 50.8334],[-0.9718995, 50.8332],[-0.9710005, 50.8334],[-0.9702995, 50.8338],[-0.9696995000000002, 50.8343],[-0.9689995000000002, 50.8347],[-0.9685995, 50.8347],[-0.9682995, 50.8345],[-0.9680995, 50.8342],[-0.9681995, 50.8336],[-0.9675995, 50.8330],[-0.9676995000000002, 50.8328],[-0.9679995000000002, 50.8327],[-0.9691995, 50.8325],[-0.9693995000000002, 50.8323],[-0.9693995000000002, 50.8321],[-0.9693005, 50.8318],[-0.9691995, 50.8314],[-0.9691005000000003, 50.8311],[-0.9687995, 50.8309],[-0.9683995, 50.8309],[-0.9672995, 50.8309],[-0.9664005, 50.8307],[-0.9655995000000003, 50.8309],[-0.9650995, 50.8312],[-0.9647995, 50.8315],[-0.9643995, 50.8325],[-0.9641995, 50.8328],[-0.9639995, 50.8329],[-0.9633995, 50.8329],[-0.9632995000000002, 50.8327],[-0.9632995000000002, 50.8324],[-0.9635995000000002, 50.8311],[-0.9635995000000002, 50.8309],[-0.9633995, 50.8306],[-0.9629995, 50.8306],[-0.9622995, 50.8307],[-0.9618995000000002, 50.8309],[-0.9618005, 50.8312],[-0.9622995, 50.8321],[-0.9626995, 50.8330],[-0.9626995, 50.8333],[-0.9620005, 50.8332],[-0.9608995, 50.8319],[-0.9605995000000002, 50.8315],[-0.9600995, 50.8312],[-0.9595005, 50.8311],[-0.9589005, 50.8312],[-0.9585995, 50.8314],[-0.9579995, 50.8316],[-0.9572995, 50.8316],[-0.9566995, 50.8316],[-0.9564005, 50.8314],[-0.9562005, 50.8312],[-0.9555995, 50.8303],[-0.9551995, 50.8300],[-0.9537005, 50.8294],[-0.9530995, 50.8291],[-0.9526995, 50.8287],[-0.9520995000000002, 50.8274],[-0.9518005000000003, 50.8267],[-0.9512005, 50.8261],[-0.9504995, 50.8254],[-0.9501995, 50.825],[-0.9500995, 50.8242],[-0.9501995, 50.8234],[-0.9505995, 50.8226],[-0.9514005, 50.822],[-0.9537995, 50.8205],[-0.9541005, 50.8199],[-0.9541995, 50.8195],[-0.9541005, 50.8175],[-0.9543005, 50.8172],[-0.9557995000000002, 50.8168],[-0.9566995, 50.8165],[-0.9570005, 50.8163],[-0.9570005, 50.8158],[-0.9566995, 50.8149],[-0.9564995, 50.8145],[-0.9562995, 50.8142],[-0.9560995, 50.8141],[-0.9551995, 50.8143],[-0.9545005, 50.8143],[-0.9541005, 50.8142],[-0.9539005000000002, 50.814],[-0.9539995, 50.8138],[-0.9546995, 50.8134],[-0.9560005, 50.8128],[-0.9562005, 50.8126],[-0.9558995, 50.8119],[-0.9558995, 50.8114],[-0.9557995000000002, 50.8107],[-0.9552995, 50.8092],[-0.9553995, 50.8085],[-0.9554995, 50.8083],[-0.9557995000000002, 50.808],[-0.9564005, 50.8077],[-0.9568005, 50.8076],[-0.9571995000000002, 50.8077],[-0.9576995, 50.808],[-0.9578995, 50.8084],[-0.9579995, 50.8089],[-0.9579995, 50.8096],[-0.9579995, 50.81],[-0.9583995, 50.8108],[-0.9589005, 50.8114],[-0.9598995, 50.8117],[-0.9606995, 50.8118],[-0.9612995, 50.8117],[-0.9620995, 50.8116],[-0.9628995000000002, 50.8115],[-0.9635995000000002, 50.8116],[-0.9649995, 50.8116],[-0.9656995000000002, 50.8115],[-0.9664995, 50.8113],[-0.9668995, 50.8111],[-0.9674995, 50.811],[-0.9691995, 50.8108],[-0.9697995, 50.8108],[-0.9698995, 50.8105],[-0.9698995, 50.8103],[-0.9695995, 50.8103],[-0.9666995000000002, 50.81],[-0.9635005, 50.81],[-0.9625995000000002, 50.8099],[-0.9622995, 50.8098],[-0.9618995000000002, 50.8096],[-0.9618995000000002, 50.8095],[-0.9625995000000002, 50.809],[-0.9628995000000002, 50.808],[-0.9631995, 50.8077],[-0.9641005, 50.8074],[-0.9653995, 50.8069],[-0.9666995000000002, 50.8067],[-0.9677995, 50.8068],[-0.9693995000000002, 50.8073],[-0.9702995, 50.8077],[-0.9708995, 50.808],[-0.9710005, 50.8082],[-0.9710995, 50.8084],[-0.9716005, 50.8095],[-0.9718005, 50.8096],[-0.9732995, 50.8093],[-0.9735005, 50.809],[-0.9732995, 50.8088],[-0.9724995, 50.8082],[-0.9724995, 50.8079],[-0.9730995, 50.8074],[-0.9729995, 50.8071],[-0.9726995000000003, 50.8068],[-0.9714995, 50.8064],[-0.9699995, 50.8059],[-0.9691995, 50.8055],[-0.9687995, 50.8052],[-0.9682995, 50.8043],[-0.9679995000000002, 50.8034],[-0.9674995, 50.803],[-0.9664005, 50.8032],[-0.9631995, 50.8036],[-0.9624995, 50.8037],[-0.9606995, 50.8039],[-0.9597995, 50.8043],[-0.9589005, 50.8048],[-0.9580995, 50.805],[-0.9574995, 50.805],[-0.9570995, 50.8049],[-0.9566995, 50.8046],[-0.9562005, 50.8042],[-0.9557995000000002, 50.8038],[-0.9552995, 50.8034],[-0.9543005, 50.8028],[-0.9535005, 50.8025],[-0.9526995, 50.802],[-0.9523995, 50.8014],[-0.9524995, 50.8011],[-0.9525995, 50.8008],[-0.9530995, 50.8005],[-0.9535995, 50.8003],[-0.9541995, 50.8001],[-0.9556995, 50.7998],[-0.9560005, 50.7996],[-0.9560995, 50.7993],[-0.9562005, 50.799],[-0.9560995, 50.7985],[-0.9556995, 50.7979],[-0.9554995, 50.7969],[-0.9560005, 50.7962],[-0.9558995, 50.7955],[-0.9551995, 50.7945],[-0.9551995, 50.7938],[-0.9573995, 50.7937],[-0.9580995, 50.793],[-0.9596995, 50.791],[-0.9607995, 50.7903],[-0.9614005, 50.79],[-0.9622995, 50.7898],[-0.9632995000000002, 50.7896],[-0.9643995, 50.7895],[-0.9651995, 50.7897],[-0.9660005, 50.7903],[-0.9664995, 50.7906],[-0.9668005000000002, 50.7906],[-0.9670005, 50.7905],[-0.9670995, 50.7903],[-0.9668005000000002, 50.7894],[-0.9664995, 50.7888],[-0.9662005, 50.7883],[-0.9658995, 50.7881],[-0.9654995, 50.7881],[-0.9645995000000002, 50.7883],[-0.9635995000000002, 50.7885],[-0.9616005, 50.7886],[-0.9604995, 50.7891],[-0.9587995, 50.79],[-0.9572995, 50.79],[-0.9562005, 50.7897],[-0.9547995, 50.7889],[-0.9529995, 50.7883],[-0.9512005, 50.7877],[-0.9502995, 50.7873],[-0.9501995, 50.7871],[-0.9503995, 50.7866],[-0.9516995, 50.7867],[-0.9518005000000003, 50.7865],[-0.9518005000000003, 50.7863],[-0.9516005, 50.7861],[-0.9512005, 50.7855],[-0.9514005, 50.7852],[-0.9526995, 50.7846],[-0.9532995, 50.7844],[-0.9537995, 50.7842],[-0.9546995, 50.7841],[-0.9560005, 50.7838],[-0.9571995000000002, 50.7835],[-0.9607995, 50.7833],[-0.9610995, 50.7832],[-0.9612005, 50.7829],[-0.9610005, 50.7827],[-0.9606995, 50.7825],[-0.9603995, 50.7824],[-0.9595995000000002, 50.7822],[-0.9583995, 50.782],[-0.9572995, 50.7819],[-0.9564005, 50.7819],[-0.9555995, 50.782],[-0.9551995, 50.7823],[-0.9543005, 50.7831],[-0.9539005000000002, 50.7832],[-0.9521995, 50.7835],[-0.9505995, 50.7836],[-0.9495005000000002, 50.7838],[-0.9477995, 50.7845],[-0.9460005, 50.7847],[-0.9441005, 50.7846],[-0.9433995, 50.7847],[-0.9426995, 50.7848],[-0.9424995, 50.785],[-0.9427995, 50.7863],[-0.9426995, 50.7866],[-0.9420005, 50.7867],[-0.9410995, 50.7864],[-0.9405995, 50.7862],[-0.9401995, 50.7859],[-0.9387995, 50.7839],[-0.9383995, 50.7834],[-0.9380995, 50.7831],[-0.9377995, 50.7829],[-0.9375995, 50.7829],[-0.9371995, 50.7830],[-0.9370005, 50.7833],[-0.9372995, 50.7855],[-0.9374995000000003, 50.7857],[-0.9385995, 50.7862],[-0.9387995, 50.7865],[-0.9389995, 50.7868],[-0.9389005, 50.787],[-0.9385995, 50.7872],[-0.9375995, 50.7872],[-0.9366005, 50.7871],[-0.9362005, 50.7869],[-0.9354995000000002, 50.7860],[-0.9353995, 50.7843],[-0.9355995, 50.7816],[-0.9356995, 50.7806],[-0.9356995, 50.7798],[-0.9360005, 50.7790],[-0.9362005, 50.7788],[-0.9366005, 50.7785],[-0.9370995, 50.7782],[-0.9376995, 50.7779],[-0.9387995, 50.7775],[-0.9448995, 50.7777],[-0.9543995, 50.7789],[-0.9600995, 50.7801],[-0.9645995000000002, 50.7812],[-0.9714995, 50.7826],[-0.9805995, 50.7836],[-0.9848995000000003, 50.7839],[-0.9970005, 50.7842],[-1.0001, 50.7845],[-1.0052, 50.7865],[-1.0088, 50.7868],[-1.018901, 50.787],[-1.0201, 50.7872],[-1.0211, 50.7882],[-1.021801, 50.7894],[-1.0224, 50.7909],[-1.0231, 50.7924],[-1.023901, 50.7939],[-1.0244, 50.7949],[-1.0247, 50.796],[-1.024799, 50.7967],[-1.0246, 50.7971],[-1.024301, 50.7974],[-1.0238, 50.7974],[-1.0223, 50.7971],[-1.020599, 50.7972],[-1.0193, 50.7972],[-1.0188, 50.7972],[-1.018399, 50.7969],[-1.018299, 50.7968],[-1.018299, 50.795],[-1.018, 50.7941],[-1.0166, 50.7939],[-1.016001, 50.794],[-1.015499, 50.7944],[-1.015499, 50.7951],[-1.0161, 50.7961],[-1.0161, 50.7966],[-1.0154, 50.7965],[-1.0121, 50.7958],[-1.0072, 50.7953],[-1.0032, 50.7956],[-0.9996995, 50.7949],[-0.9982995, 50.7957],[-0.9964995, 50.7969],[-0.9945995, 50.7983],[-0.9923995000000002, 50.8009],[-0.9918995, 50.8013],[-0.9904995, 50.802],[-0.9898995, 50.8025],[-0.9895995, 50.8029],[-0.9891995, 50.8038],[-0.9891005000000002, 50.8042],[-0.9891005000000002, 50.8054],[-0.9893005, 50.8074],[-0.9893995, 50.8083],[-0.9893995, 50.8092],[-0.9889995, 50.8104],[-0.9885005, 50.8111],[-0.9878995, 50.8117],[-0.9871995, 50.8122],[-0.9858995000000003, 50.8131],[-0.9853995, 50.8137],[-0.9852995, 50.8143],[-0.9853995, 50.8157],[-0.9856995, 50.8179],[-0.9855995, 50.8184],[-0.9854995, 50.8187],[-0.9852995, 50.819],[-0.9847995, 50.8192],[-0.9841995, 50.8194],[-0.9831995, 50.8195],[-0.9827995, 50.8198],[-0.9825995000000002, 50.8203],[-0.9824995, 50.8212],[-0.9826995, 50.8218],[-0.9831995, 50.8226],[-0.9837005000000002, 50.823],[-0.9843005, 50.8233],[-0.9847995, 50.8235],[-0.9850995, 50.8236],[-0.9858995000000003, 50.8237],[-0.9864995, 50.8236],[-0.9868005, 50.8236],[-0.9872995000000002, 50.8238],[-0.9874995, 50.8240],[-0.9873995, 50.8243],[-0.9870995, 50.8245],[-0.9866995, 50.8246],[-0.9850995, 50.8248],[-0.9847995, 50.8249],[-0.9846995, 50.8251],[-0.9846995, 50.8254],[-0.9851995, 50.8262],[-0.9858995000000003, 50.8265],[-0.9864005, 50.8268],[-0.9866005, 50.8271],[-0.9866005, 50.8273],[-0.9862005, 50.8278],[-0.9851995, 50.8282],[-0.9847995, 50.8284],[-0.9841005, 50.8288],[-0.9829995, 50.8293],[-0.9825995000000002, 50.8297],[-0.9825995000000002, 50.8306],[-0.9824995, 50.8313],[-0.9823995, 50.8319],[-0.9816995, 50.8328],[-0.9816005, 50.8332],[-0.9814005, 50.8357],[-0.9812995, 50.8359],[-0.9810005000000002, 50.8360],[-0.9806995, 50.8360],[-0.9803995, 50.8357],[-0.9802995, 50.8352],[-0.9803995, 50.8337],[-0.9806995, 50.8326],[-0.9810995, 50.8316],[-0.9812995, 50.831],[-0.9812005, 50.8306],[-0.9810005000000002, 50.8302]]],[[[-1.384101, 50.7789],[-1.3852, 50.7788],[-1.386899, 50.7790],[-1.387599, 50.7792],[-1.387699, 50.7795],[-1.387599, 50.7797],[-1.3875, 50.7798],[-1.3843, 50.7803],[-1.3829, 50.7808],[-1.381099, 50.7813],[-1.3788, 50.7819],[-1.3778, 50.7822],[-1.376801, 50.7823],[-1.376001, 50.7824],[-1.3753, 50.7823],[-1.374799, 50.7822],[-1.3753, 50.7817],[-1.376601, 50.7811],[-1.3778, 50.7805],[-1.379699, 50.7799],[-1.381801, 50.7794],[-1.382599, 50.7792],[-1.384101, 50.7789]]],[[[-1.006201, 50.8234],[-1.0072, 50.8232],[-1.0081, 50.8235],[-1.0088, 50.8240],[-1.009101, 50.8245],[-1.0093, 50.8251],[-1.0094, 50.8258],[-1.0094, 50.8263],[-1.0094, 50.8269],[-1.009101, 50.8275],[-1.0087, 50.8279],[-1.008501, 50.828],[-1.0082, 50.8281],[-1.0078, 50.8282],[-1.007599, 50.8281],[-1.0074, 50.8279],[-1.0071, 50.8276],[-1.006201, 50.8265],[-1.0058, 50.826],[-1.005599, 50.8257],[-1.004799, 50.8253],[-1.004799, 50.825],[-1.005, 50.8244],[-1.0052, 50.8240],[-1.0053, 50.8238],[-1.0057, 50.8236],[-1.006201, 50.8234]]],[[[-1.000499, 50.8313],[-1.001201, 50.8312],[-1.0014, 50.8314],[-1.0022, 50.8326],[-1.002599, 50.8330],[-1.0028, 50.8331],[-1.003299, 50.8332],[-1.005, 50.8334],[-1.0052, 50.8335],[-1.005499, 50.8337],[-1.0058, 50.834],[-1.0058, 50.8350],[-1.007599, 50.8351],[-1.007699, 50.8352],[-1.007699, 50.8355],[-1.006001, 50.8362],[-1.005599, 50.8363],[-1.0051, 50.8362],[-1.0043, 50.8359],[-1.003, 50.8350],[-1.001801, 50.8339],[-1.001099, 50.8333],[-1.000499, 50.8329],[-1.0003, 50.8326],[-1.0002, 50.8316],[-1.000499, 50.8313]]],[[[-1.3994, 50.7845],[-1.3979, 50.7841],[-1.3967, 50.7841],[-1.3954, 50.7844],[-1.3929, 50.7853],[-1.391801, 50.7856],[-1.391201, 50.7854],[-1.3909, 50.7851],[-1.391299, 50.7847],[-1.3946, 50.7838],[-1.396299, 50.7833],[-1.3976, 50.7833],[-1.3988, 50.7834],[-1.4008, 50.7843],[-1.403399, 50.7851],[-1.404199, 50.7857],[-1.404301, 50.7861],[-1.404101, 50.7862],[-1.4038, 50.7862],[-1.403399, 50.7862],[-1.4015, 50.7854],[-1.3994, 50.7845]]],[[[-1.0094, 50.8375],[-1.009699, 50.8373],[-1.0121, 50.8377],[-1.0129, 50.8379],[-1.0136, 50.8382],[-1.0143, 50.8387],[-1.0143, 50.8389],[-1.014199, 50.8392],[-1.013901, 50.8393],[-1.0136, 50.8392],[-1.0122, 50.8387],[-1.0102, 50.8385],[-1.009799, 50.8384],[-1.0094, 50.8380],[-1.0093, 50.8377],[-1.0094, 50.8375]]],[[[-1.0122, 50.8286],[-1.013, 50.8286],[-1.014199, 50.8287],[-1.0146, 50.8288],[-1.014899, 50.8290],[-1.0151, 50.8292],[-1.014799, 50.8297],[-1.0145, 50.8300],[-1.014101, 50.8302],[-1.0136, 50.8304],[-1.0131, 50.8303],[-1.0125, 50.8299],[-1.011801, 50.8291],[-1.011801, 50.8289],[-1.012001, 50.8287],[-1.0122, 50.8286]]]]}, properties:{name:"Hampshire"}}, {type:"Feature", geometry:{type:"MultiPolygon", coordinates:[[[[-0.4048995,51.6139],[-0.4095005,51.6164],[-0.4218005,51.6181],[-0.4255995,51.6186],[-0.4298995,51.619],[-0.4335005,51.6195],[-0.4366005,51.6198],[-0.4385995,51.6203],[-0.4405995,51.6207],[-0.4422995,51.6208],[-0.4443005,51.6205],[-0.4445995,51.6203],[-0.4460005,51.6183],[-0.4479995,51.6151],[-0.4503995,51.6138],[-0.4527995,51.6126],[-0.4555995,51.6142],[-0.4573995,51.612],[-0.4585005,51.6124],[-0.4599995,51.6132],[-0.4639005,51.6158],[-0.4664005,51.6177],[-0.4671995,51.6187],[-0.4720005,51.6215],[-0.4795005,51.6252],[-0.4847995,51.6272],[-0.4887005,51.6284],[-0.4910995,51.6295],[-0.4977995,51.6319],[-0.4995005,51.6318],[-0.5005995,51.6309],[-0.5023995,51.6289],[-0.5029995,51.6274],[-0.5025995,51.6263],[-0.5014005,51.6255],[-0.5010995,51.6252],[-0.5012995,51.6248],[-0.5020995,51.6239],[-0.5028995,51.6228],[-0.5027995,51.6220],[-0.5018005,51.6216],[-0.4999995,51.6208],[-0.4977995,51.6197],[-0.4970995,51.6189],[-0.4973995,51.617],[-0.4976995,51.6122],[-0.4970005,51.6058],[-0.4964005,51.6046],[-0.4951995,51.6037],[-0.4951995,51.6032],[-0.4966005,51.6027],[-0.4995005,51.6021],[-0.5014005,51.6015],[-0.5062005,51.6005],[-0.5095005,51.6009],[-0.5137995,51.6011],[-0.5196995,51.6018],[-0.5260995,51.605],[-0.5293005,51.6123],[-0.5323995,51.6212],[-0.5335995,51.6294],[-0.5347995,51.6357],[-0.5379995,51.6370],[-0.5385995,51.6373],[-0.5395995,51.6373],[-0.5402995,51.6377],[-0.5404995,51.6385],[-0.5398995,51.6403],[-0.5387005,51.6422],[-0.5368005,51.6441],[-0.5349995,51.6455],[-0.5335995,51.6469],[-0.5324995,51.6487],[-0.5322995,51.6493],[-0.5335995,51.6511],[-0.5379995,51.6552],[-0.5385995,51.6563],[-0.5387005,51.6575],[-0.5385995,51.659],[-0.5377995,51.6603],[-0.5362995,51.6614],[-0.5328995,51.6614],[-0.5325995,51.6616],[-0.5325995,51.6622],[-0.5318995,51.6628],[-0.5308995,51.6627],[-0.5296995,51.662],[-0.5255995,51.659],[-0.5228995,51.6573],[-0.5220995,51.6573],[-0.5218995,51.6581],[-0.5220005,51.6593],[-0.5212995,51.6655],[-0.5212995,51.6677],[-0.5208995,51.6679],[-0.5195995,51.6677],[-0.5139005,51.6669],[-0.5120995,51.6681],[-0.5093995,51.6715],[-0.5057995,51.6742],[-0.5057995,51.6752],[-0.5071995,51.6775],[-0.5093005,51.6805],[-0.5118005,51.6818],[-0.5156995,51.6822],[-0.5193995,51.6817],[-0.5249995,51.6803],[-0.5255995,51.6806],[-0.5327995,51.68],[-0.5470995,51.6808],[-0.5493995,51.6813],[-0.5502995,51.6822],[-0.5500995,51.6844],[-0.5487995,51.6876],[-0.5471995,51.6900],[-0.5441995,51.6932],[-0.5439995,51.6949],[-0.5462005,51.6969],[-0.5475995,51.6976],[-0.5478995,51.6984],[-0.5475995,51.7015],[-0.5485005,51.7022],[-0.5510005,51.7046],[-0.5591995,51.71],[-0.5610995,51.7136],[-0.5614005,51.7158],[-0.5602995,51.7183],[-0.5550995,51.725],[-0.5498995,51.7251],[-0.5429995,51.7266],[-0.5351995,51.7315],[-0.5305995,51.7365],[-0.5303995,51.7375],[-0.5370995,51.7411],[-0.5456995,51.7447],[-0.5539995,51.7446],[-0.5605995,51.7411],[-0.5676995,51.7374],[-0.5718995,51.737],[-0.5760995,51.7396],[-0.5820005,51.7452],[-0.5866005,51.7523],[-0.5889995,51.7519],[-0.5902995,51.7520],[-0.5941005,51.7513],[-0.6028995,51.7518],[-0.6064005,51.7514],[-0.6105995,51.7503],[-0.6112005,51.7518],[-0.6131995,51.7532],[-0.6181995,51.7533],[-0.6199995,51.7533],[-0.6223995,51.7539],[-0.6243005,51.7542],[-0.6283995,51.7548],[-0.6420995,51.7554],[-0.6468005,51.7565],[-0.6543995,51.7606],[-0.6605995,51.7638],[-0.6689995,51.7665],[-0.6708995,51.7673],[-0.6726995,51.7685],[-0.6743005,51.7699],[-0.6756995,51.7715],[-0.6760005,51.7724],[-0.6760005,51.7743],[-0.6758995,51.7772],[-0.6774995,51.7838],[-0.6793995,51.7865],[-0.6801995,51.7874],[-0.6843995,51.7939],[-0.6862995,51.7978],[-0.6883995,51.8012],[-0.6918005,51.8043],[-0.6951995,51.8097],[-0.6985005,51.8119],[-0.7004995,51.8142],[-0.7047995,51.8198],[-0.7056995,51.8201],[-0.7076995,51.8192],[-0.7085005,51.8190],[-0.7143005,51.8177],[-0.7191995,51.8173],[-0.7199995,51.8175],[-0.7210005,51.8180],[-0.7257995,51.8221],[-0.7327995,51.8301],[-0.7410995,51.8359],[-0.7449995,51.8418],[-0.7450995,51.8428],[-0.7414005,51.8438],[-0.7379995,51.8442],[-0.7352995,51.8449],[-0.7299995,51.8483],[-0.7271995,51.8496],[-0.7207995,51.8502],[-0.7193995,51.8506],[-0.7191005,51.8509],[-0.7191005,51.8533],[-0.7189005000000002,51.8548],[-0.7187005,51.8553],[-0.7182995,51.8558],[-0.7170005,51.8567],[-0.7145995,51.8577],[-0.7110005,51.8578],[-0.7068005,51.8564],[-0.7055995000000002,51.8561],[-0.7023995,51.8574],[-0.6968995,51.859],[-0.6943995,51.859],[-0.6905995,51.8563],[-0.6889005,51.8544],[-0.6873995,51.8522],[-0.6866995,51.8503],[-0.6876995,51.8491],[-0.6899995,51.8472],[-0.6943995,51.844],[-0.6947995,51.8435],[-0.6950995,51.843],[-0.6951995,51.8423],[-0.6950995,51.8416],[-0.6946995,51.8412],[-0.6937995,51.841],[-0.6920005,51.8407],[-0.6898995,51.8408],[-0.6878995,51.8415],[-0.6870005,51.8412],[-0.6845005,51.8389],[-0.6806995,51.8318],[-0.6764005,51.8263],[-0.6743005,51.8237],[-0.6708995,51.8208],[-0.6693005,51.8199],[-0.6677995,51.8191],[-0.6630995,51.8175],[-0.6579995,51.8171],[-0.6464005,51.8142],[-0.6424995,51.8157],[-0.6368005,51.8173],[-0.6350995000000002,51.8182],[-0.6333995,51.8195],[-0.6307995,51.8201],[-0.6279995000000002,51.8193],[-0.6203995,51.8164],[-0.6175995,51.8157],[-0.6166995,51.8156],[-0.6135995,51.8159],[-0.6126995,51.8156],[-0.6108995000000002,51.8140],[-0.6096995,51.8138],[-0.6035995,51.8145],[-0.5947995,51.8156],[-0.5939005,51.8156],[-0.5935005,51.8151],[-0.5922995,51.8127],[-0.5916005,51.8110],[-0.5912005,51.8104],[-0.5900995,51.8099],[-0.5848995,51.8083],[-0.5837995,51.8083],[-0.5822995,51.8087],[-0.5816005,51.8091],[-0.5810005,51.8097],[-0.5803995,51.8105],[-0.5766995,51.8159],[-0.5727995,51.8191],[-0.5721995,51.8195],[-0.5703995,51.8201],[-0.5693995,51.8204],[-0.5662995,51.8212],[-0.5637995,51.8223],[-0.5623995,51.8237],[-0.5610005,51.8249],[-0.5604995,51.8260],[-0.5604995,51.8269],[-0.5616005,51.8293],[-0.5616995,51.8304],[-0.5612005,51.8310],[-0.5582995,51.8323],[-0.5579995,51.8323],[-0.5568005,51.8306],[-0.5556995,51.8294],[-0.5532995,51.827],[-0.5510005,51.8254],[-0.5498995,51.8246],[-0.5473995,51.8225],[-0.5445995,51.8196],[-0.5437995,51.8188],[-0.5380995,51.8156],[-0.5350995,51.8150],[-0.5320005,51.8110],[-0.5302995,51.8090],[-0.5247995,51.8059],[-0.5216995,51.8054],[-0.5166995,51.8087],[-0.5087995,51.8122],[-0.5039995,51.8134],[-0.5007995,51.8131],[-0.4968005,51.8141],[-0.4943995,51.8181],[-0.4995995,51.8226],[-0.5073995,51.8258],[-0.5099995,51.8267],[-0.5058995,51.8283],[-0.5047995,51.8329],[-0.5037005,51.8357],[-0.5012005,51.8374],[-0.4972995,51.8386],[-0.4943005,51.8385],[-0.4918995,51.837],[-0.4900995,51.8372],[-0.4896995,51.8425],[-0.4841005,51.8407],[-0.4758995,51.8386],[-0.4749995,51.8391],[-0.4743005,51.8399],[-0.4724995,51.8417],[-0.4701995,51.8435],[-0.4702995,51.8439],[-0.4707995,51.8445],[-0.4748995,51.848],[-0.4770005,51.8499],[-0.4789995,51.853],[-0.4789005,51.8537],[-0.4785995,51.8541],[-0.4739995,51.8556],[-0.4703995,51.8566],[-0.4698995,51.8566],[-0.4689995,51.8547],[-0.4671995,51.8525],[-0.4660995,51.851],[-0.4647995,51.8507],[-0.4639995,51.8508],[-0.4620005,51.8522],[-0.4610005,51.8523],[-0.4604995,51.8522],[-0.4589005,51.851],[-0.4583995,51.851],[-0.4556995,51.8527],[-0.4546995,51.8526],[-0.4512995,51.8527],[-0.4474995,51.8504],[-0.4443995,51.8492],[-0.4370995,51.8529],[-0.4357995,51.8529],[-0.4329995,51.8505],[-0.4257995,51.8483],[-0.4216995,51.8511],[-0.4201995,51.8512],[-0.4154995,51.8497],[-0.4114005,51.8467],[-0.4083995,51.8434],[-0.3993005,51.841],[-0.3924995,51.8388],[-0.3857995,51.8366],[-0.3793995,51.8353],[-0.3739005,51.833],[-0.3700995,51.8312],[-0.3691995,51.8321],[-0.3668005,51.8345],[-0.3651995,51.8368],[-0.3630995,51.8401],[-0.3605995,51.8411],[-0.3524995,51.8425],[-0.3466995,51.845],[-0.3410005,51.8481],[-0.3381995,51.8509],[-0.3391005,51.8522],[-0.3416005,51.8548],[-0.3458995,51.8575],[-0.3485995,51.8609],[-0.3520005,51.8668],[-0.3524995,51.8713],[-0.3524995,51.8739],[-0.3518995,51.8776],[-0.3514005,51.8781],[-0.3489995,51.8779],[-0.3479995,51.8794],[-0.3476995,51.8839],[-0.3491005,51.8844],[-0.3506995,51.8847],[-0.3520995,51.8854],[-0.3548995,51.8870],[-0.3610005,51.8936],[-0.3632995,51.8954],[-0.3668995,51.8953],[-0.3712995,51.8950],[-0.3726995,51.8958],[-0.3745995,51.8978],[-0.3753995,51.9002],[-0.3749995,51.9017],[-0.3760005,51.9043],[-0.3779995,51.9068],[-0.3812005,51.91],[-0.3839005,51.9123],[-0.3841995,51.9138],[-0.3827995,51.917],[-0.3825995,51.9204],[-0.3849995,51.9228],[-0.3864005,51.9248],[-0.3879995,51.9270],[-0.3922995,51.9286],[-0.3993005,51.9305],[-0.4029995,51.9324],[-0.4035005,51.9337],[-0.4010005,51.9358],[-0.4025995,51.9380],[-0.4037995,51.9398],[-0.4049995,51.9425],[-0.4049995,51.9441],[-0.4020005,51.9482],[-0.4018995,51.9519],[-0.4023995,51.9541],[-0.4020005,51.9564],[-0.3995005,51.9585],[-0.3993995,51.9623],[-0.3983995,51.9644],[-0.3927995,51.9747],[-0.3901995,51.9778],[-0.3857995,51.9798],[-0.3843995,51.9799],[-0.3816005,51.9782],[-0.3795995,51.9766],[-0.3764995,51.9742],[-0.3758995,51.9714],[-0.3772995,51.9619],[-0.3820995,51.9531],[-0.3814995,51.9518],[-0.3793995,51.951],[-0.3743005,51.9493],[-0.3707995,51.9487],[-0.3673995,51.949],[-0.3552995,51.9555],[-0.3535005,51.9567],[-0.3498995,51.9573],[-0.3487005,51.9581],[-0.3491995,51.9606],[-0.3473995,51.9644],[-0.3495995,51.9659],[-0.3500995,51.9677],[-0.3475995,51.9714],[-0.3477995,51.9744],[-0.3491995,51.9748],[-0.3516005,51.9746],[-0.3577995,51.9745],[-0.3603995,51.975],[-0.3629995,51.9778],[-0.3646995,51.9804],[-0.3643995,51.9827],[-0.3639005,51.9844],[-0.3620005,51.9857],[-0.3576995,51.9864],[-0.3539005,51.9856],[-0.3506995,51.9844],[-0.3454995,51.984],[-0.3400995,51.9832],[-0.3362005,51.9832],[-0.3318995,51.9839],[-0.3279995,51.9838],[-0.3202995,51.983],[-0.3149995,51.9831],[-0.3103995,51.9834],[-0.3074995,51.9849],[-0.3041005,51.9886],[-0.2968995,51.993],[-0.2960995,51.9936],[-0.2954995,51.9954],[-0.2987995,51.9992],[-0.2995995,51.9999],[-0.2993995, 52.0002],[-0.2970995, 52.0009],[-0.2937995, 52.0008],[-0.2920995, 52.0000],[-0.2904995, 52.0001],[-0.2864005, 52.0004],[-0.2833995, 52.0010],[-0.2828995, 52.0010],[-0.2816995, 52.0008],[-0.2807995, 52.0005],[-0.2802995,51.9999],[-0.2801995,51.9970],[-0.2768005,51.9946],[-0.2739005,51.9931],[-0.2730995,51.99],[-0.2733995,51.9868],[-0.2727995,51.9846],[-0.2712995,51.9828],[-0.2673995,51.9814],[-0.2635995,51.9808],[-0.2587005,51.9805],[-0.2570005,51.9816],[-0.2545005,51.987],[-0.2523995,51.9874],[-0.2485995,51.987],[-0.2462995,51.9871],[-0.2428995,51.9917],[-0.2427995,51.9972],[-0.2318005,51.9990],[-0.2304995, 52.0000],[-0.2291005, 52.0023],[-0.2277995, 52.0043],[-0.2268005, 52.0061],[-0.2249995, 52.007],[-0.2235005, 52.0072],[-0.2222995, 52.0072],[-0.2207995, 52.0063],[-0.2153995, 52.007],[-0.2148995, 52.0074],[-0.2131995, 52.0095],[-0.2127995, 52.0098],[-0.2118005, 52.0101],[-0.2110995, 52.0103],[-0.2043995, 52.0104],[-0.2039005, 52.0108],[-0.2060005, 52.0146],[-0.2076995, 52.0182],[-0.2095005, 52.0218],[-0.2120005, 52.0277],[-0.2147995, 52.0311],[-0.2176995, 52.0345],[-0.2185995, 52.0357],[-0.2193005, 52.037],[-0.2148995, 52.0394],[-0.2126995, 52.0408],[-0.2101995, 52.0424],[-0.2097995, 52.0428],[-0.2093005, 52.0446],[-0.2089005, 52.0465],[-0.2083995, 52.0473],[-0.2026995, 52.0526],[-0.1999995, 52.0561],[-0.1949995, 52.0628],[-0.1945005, 52.0633],[-0.1926995, 52.0634],[-0.1874995, 52.0631],[-0.1785005, 52.0623],[-0.1726995, 52.0623],[-0.1716005, 52.0635],[-0.1700995, 52.0671],[-0.1666005, 52.0731],[-0.1647995, 52.0756],[-0.1637005, 52.0768],[-0.1628995, 52.0775],[-0.1620005, 52.0781],[-0.1605995, 52.0791],[-0.1591005, 52.0802],[-0.1572995, 52.081],[-0.1564005, 52.0815],[-0.1560995, 52.0818],[-0.1557995, 52.0815],[-0.1491995, 52.0741],[-0.1485005, 52.0711],[-0.1501995, 52.0640],[-0.1523995, 52.0574],[-0.1539005, 52.0544],[-0.1354995, 52.0488],[-0.1280995, 52.0424],[-0.1243995, 52.0362],[-0.1235005, 52.0301],[-0.1241005, 52.0257],[-0.1266995, 52.023],[-0.1214005, 52.0213],[-0.1143995, 52.0262],[-0.1105995, 52.0279],[-0.1062005, 52.0288],[-0.09999952, 52.0295],[-0.09149951, 52.032],[-0.08029952, 52.0353],[-0.06709952, 52.0408],[-0.05969952, 52.0434],[-0.05709952, 52.0446],[-0.04839952, 52.0512],[-0.04410052, 52.0535],[-0.03910052, 52.0561],[-0.03149952, 52.0593],[-0.02569952, 52.0617],[-0.02129952, 52.0624],[-0.01799952, 52.0626],[-0.01469952, 52.0621],[-0.01219952, 52.0605],[-0.009699518, 52.0588],[-0.004899518, 52.0546],[-0.002799517, 52.0527],[-0.0006995174, 52.0511],[0.002600483, 52.0507],[0.02420048, 52.0513],[0.03180048, 52.0512],[0.03440048, 52.0518],[0.04120048, 52.0532],[0.04260048, 52.0528],[0.04250048, 52.051],[0.04299948, 52.0454],[0.04690048, 52.0388],[0.05049948, 52.037],[0.05260048, 52.0312],[0.05399948, 52.0251],[0.05879948, 52.021],[0.06020048, 52.0198],[0.06160048, 52.0164],[0.06120048000000002, 52.0153],[0.06160048, 52.0142],[0.06710048, 52.0076],[0.06960049, 52.0060],[0.07080048, 52.0047],[0.07640048, 52.0009],[0.07680048, 52.0002],[0.07700048,51.9998],[0.07670049,51.9987],[0.07640048,51.9977],[0.07490049,51.9931],[0.07379948,51.9898],[0.07299948,51.9878],[0.07260048,51.9869],[0.07200048,51.9856],[0.07180049,51.9851],[0.07180049,51.9847],[0.07180049,51.9844],[0.07190048,51.9834],[0.07200048,51.983],[0.07210048,51.9828],[0.07240048,51.9826],[0.07290048,51.9823],[0.07370048,51.982],[0.07460048,51.9817],[0.07530048,51.9815],[0.07649948,51.9815],[0.08180048,51.9819],[0.08700048,51.9821],[0.09690049000000002,51.9842],[0.09910049000000003,51.9842],[0.1001005,51.9828],[0.09859949,51.9775],[0.1046005,51.9739],[0.1074005,51.972],[0.1078005,51.9717],[0.1081995,51.9714],[0.1083995,51.9712],[0.1087995,51.97],[0.1085995,51.9696],[0.1068005,51.9677],[0.1060005,51.9666],[0.1058005,51.9658],[0.1060005,51.9653],[0.1087005,51.9628],[0.1110995,51.9593],[0.1162005,51.955],[0.1176005,51.9523],[0.1183995,51.9506],[0.1191005,51.9486],[0.1197005,51.9456],[0.1201005,51.9422],[0.1204005,51.9366],[0.1208005,51.9333],[0.1212005,51.9308],[0.1212995,51.9302],[0.1216005,51.9298],[0.1244005,51.9279],[0.1239005,51.9256],[0.1239995,51.9252],[0.1254995,51.924],[0.1266005,51.9229],[0.1270005,51.9224],[0.1272005,51.9218],[0.1270005,51.921],[0.1262995,51.9202],[0.1254005,51.9196],[0.1249005,51.9191],[0.1243005,51.9182],[0.1235995,51.9166],[0.1233005,51.9153],[0.1235995,51.9094],[0.1241005,51.9053],[0.1264005,51.8908],[0.1266005,51.8902],[0.1272005,51.8896],[0.1285005,51.8893],[0.1333995,51.8892],[0.1348005,51.8888],[0.1378005,51.8884],[0.1399005,51.8881],[0.1402005,51.8881],[0.1412995,51.8890],[0.1414995,51.8891],[0.1419005,51.8891],[0.1464995,51.8878],[0.1487995,51.8874],[0.1506005,51.8872],[0.1566005,51.89],[0.1608005,51.8916],[0.1617005,51.8919],[0.1622005,51.8920],[0.1629995,51.8920],[0.1662005,51.8919],[0.1675005,51.8919],[0.1679005,51.8920],[0.1681995,51.8922],[0.1691005,51.893],[0.1697005,51.8934],[0.1702005,51.8937],[0.1710005,51.894],[0.1729995,51.8945],[0.1792005,51.8975],[0.1794005,51.8975],[0.1797005,51.8973],[0.1804995,51.8967],[0.1822005,51.8941],[0.1823005,51.8938],[0.1822005,51.8936],[0.1776005,51.8890],[0.1774005,51.8887],[0.1775005,51.8885],[0.1808995,51.8866],[0.1826005,51.8848],[0.1833005,51.8840],[0.1842005,51.8813],[0.1842005,51.8796],[0.1856995,51.8786],[0.1867005,51.8782],[0.1881005,51.8778],[0.1881005,51.8774],[0.1877005,51.8754],[0.1876005,51.8736],[0.1878005,51.8730],[0.1891005,51.8721],[0.1926005,51.8712],[0.1929995,51.8705],[0.1931995,51.8687],[0.1929995,51.8658],[0.1906995,51.8654],[0.1846005,51.8645],[0.1764995,51.8632],[0.1756995,51.863],[0.1696005,51.862],[0.1691005,51.8619],[0.1735005,51.8573],[0.1746005,51.8555],[0.1742005,51.8529],[0.1695005,51.8512],[0.1722005,51.8326],[0.1726005,51.832],[0.1731995,51.8306],[0.1729005,51.8303],[0.1719005,51.8293],[0.1700005,51.8280],[0.1683995,51.8275],[0.1673005,51.8283],[0.1656995,51.8281],[0.1658005,51.8273],[0.1658005,51.8254],[0.1660005,51.8250],[0.1664995,51.8246],[0.1679005,51.8244],[0.1683005,51.824],[0.1681005,51.8237],[0.1669005,51.8230],[0.1660005,51.8225],[0.1658995,51.8223],[0.1660005,51.8221],[0.1666005,51.8220],[0.1691005,51.8216],[0.1712005,51.8213],[0.1750005,51.8205],[0.1817005,51.8193],[0.1820005,51.8192],[0.1820005,51.8188],[0.1817005,51.8186],[0.1812005,51.8182],[0.1704005,51.8166],[0.1700005,51.8164],[0.1694005,51.8159],[0.1678005,51.8142],[0.1673005,51.8141],[0.1666005,51.8142],[0.1658995,51.8146],[0.1643005,51.8150],[0.1633005,51.8151],[0.1614995,51.8148],[0.1614995,51.8144],[0.1624005,51.8127],[0.1614995,51.8109],[0.1597005,51.8085],[0.1576005,51.8055],[0.1558995,51.8028],[0.1553005,51.8016],[0.1549005,51.8006],[0.1544005,51.7991],[0.1537995,51.7982],[0.1531995,51.7975],[0.1523005,51.7968],[0.1510005,51.7965],[0.1487995,51.7961],[0.1472005,51.7962],[0.1445005,51.7961],[0.1396005,51.7948],[0.1379995,51.7945],[0.1372005,51.7945],[0.1354005,51.7944],[0.1308995,51.7941],[0.1281995,51.7935],[0.1262995,51.7927],[0.1229005,51.7906],[0.1196005,51.7895],[0.1177005,51.789],[0.1160005,51.7887],[0.1135995,51.7884],[0.1116005,51.788],[0.1099005,51.7876],[0.1085995,51.7871],[0.1067005,51.7861],[0.1049005,51.7851],[0.1033005,51.7842],[0.1025005,51.7836],[0.09950048,51.7825],[0.09510048,51.7819],[0.08700048,51.7807],[0.08390048,51.7805],[0.08200048,51.7804],[0.07720048,51.7809],[0.07339948,51.7813],[0.07010049,51.781],[0.06649948,51.7803],[0.06410048,51.7799],[0.06049948,51.7788],[0.05670048,51.7771],[0.05520048,51.7765],[0.05270048,51.7755],[0.04780048,51.7745],[0.04510048,51.7744],[0.04210048,51.7745],[0.03720048,51.7742],[0.02899948,51.7707],[0.01730048,51.7653],[0.01530048,51.7566],[0.01339948,51.7558],[0.01200048,51.7553],[0.008700483,51.7549],[0.007800483,51.7546],[0.006800483,51.7539],[0.005300483,51.7529],[0.004200483,51.7513],[0.003300483,51.7500],[0.003199483,51.7474],[0.002800483,51.7465],[0.002400483,51.746],[0.001700483,51.7455],[-0.0007995174000000002,51.7444],[-0.003999517,51.7422],[-0.006200518,51.7416],[-0.008700517,51.7414],[-0.01169952,51.7415],[-0.01269952,51.7411],[-0.01350052,51.7403],[-0.01370052,51.7395],[-0.01359952,51.7388],[-0.01289952,51.7373],[-0.01309952,51.7365],[-0.01370052,51.7347],[-0.01379952,51.734],[-0.01379952,51.7327],[-0.01399952,51.7313],[-0.01439952,51.7274],[-0.01399952,51.7214],[-0.01410052,51.7183],[-0.01489952,51.7147],[-0.01569952,51.7090],[-0.01629952,51.7069],[-0.01729952,51.7028],[-0.01870052,51.7017],[-0.01819952,51.6989],[-0.01839952,51.6945],[-0.01700052,51.6904],[-0.01569952,51.6881],[-0.01390052,51.6861],[-0.01200052,51.6823],[-0.01140052,51.6795],[-0.01899952,51.6797],[-0.03209952,51.6815],[-0.03870052,51.6816],[-0.04109952,51.6815],[-0.04370052,51.6818],[-0.04589952,51.6817],[-0.05200052,51.6815],[-0.05600052,51.6811],[-0.05939952,51.6811],[-0.06229952,51.6813],[-0.06620052,51.6822],[-0.07059952,51.6843],[-0.07689952,51.6867],[-0.08009952,51.6879],[-0.08299952,51.6885],[-0.09450052,51.6898],[-0.1070995,51.6907],[-0.1120005,51.6932],[-0.1170995,51.6947],[-0.1218995,51.6950],[-0.1268005,51.6937],[-0.1355995,51.6931],[-0.1431995,51.6929],[-0.1464005,51.6936],[-0.1554995,51.6954],[-0.1595995,51.6945],[-0.1614995,51.6847],[-0.1621995,51.6830],[-0.1691005,51.6771],[-0.1726995,51.6745],[-0.1764005,51.6723],[-0.1772995,51.6718],[-0.1806995,51.67],[-0.1818005,51.6697],[-0.1835995,51.6695],[-0.1862005,51.6681],[-0.1891995,51.6662],[-0.1922995,51.6662],[-0.1955995,51.6687],[-0.1978995,51.6697],[-0.2051995,51.6643],[-0.2075995,51.6631],[-0.2206995,51.6602],[-0.2220995,51.6607],[-0.2276995,51.6618],[-0.2282995,51.6623],[-0.2346995,51.6592],[-0.2464995,51.6558],[-0.2475995,51.6547],[-0.2512005,51.6480],[-0.2523995,51.6462],[-0.2539995,51.6442],[-0.2553995,51.6421],[-0.2564005,51.6419],[-0.2585005,51.6432],[-0.2622995,51.6441],[-0.2645995,51.6436],[-0.2666995,51.6422],[-0.2685995,51.6400],[-0.2702995,51.6377],[-0.2766995,51.6369],[-0.2821995,51.6355],[-0.2860005,51.6353],[-0.2905995,51.6351],[-0.2960995,51.6354],[-0.3001995,51.6359],[-0.3024995,51.6366],[-0.3046995,51.6372],[-0.3123995,51.6394],[-0.3181995,51.6406],[-0.3218005,51.6397],[-0.3339995,51.6348],[-0.3445005,51.6297],[-0.3479995,51.6283],[-0.3672995,51.6218],[-0.3833995,51.6172],[-0.3916005,51.6146],[-0.4046995,51.6139],[-0.4048995,51.6139]]]]}, properties:{name:"Hertfordshire"}}, {type:"Feature", geometry:{type:"MultiPolygon", coordinates:[[[[0.2718005,51.4588],[0.2760995,51.4582],[0.2803005,51.4582],[0.2852005,51.4590],[0.2883995,51.4608],[0.2939995,51.4645],[0.2993005,51.4678],[0.3053005,51.4699],[0.3104995,51.4703],[0.3126005,51.4701],[0.3143005,51.4697],[0.3175005,51.4684],[0.3218005,51.4665],[0.3256005,51.4649],[0.3285005,51.4581],[0.3356005,51.4526],[0.3396005,51.4504],[0.3427005,51.4495],[0.3464005,51.4489],[0.3506995,51.4483],[0.3603005,51.4481],[0.3670005,51.4482],[0.3710995,51.4482],[0.3827005,51.4483],[0.3956005,51.4485],[0.4062995,51.4485],[0.4177005,51.4499],[0.4241005,51.4505],[0.4292005,51.4510],[0.4333995,51.4515],[0.4389005,51.4531],[0.4426005,51.4551],[0.4466005,51.4581],[0.4492005,51.4628],[0.4542005,51.4603],[0.4583995,51.4579],[0.4608005,51.4556],[0.4624005,51.4544],[0.4653005,51.4508],[0.4664995,51.4509],[0.4681995,51.4504],[0.4714005,51.4480],[0.4739995,51.4464],[0.4787005,51.4452],[0.4837995,51.4433],[0.4854005,51.4426],[0.4860005,51.4415],[0.4862005,51.4401],[0.4867005,51.4393],[0.4892005,51.4383],[0.4898005,51.4374],[0.4887995,51.4368],[0.4860005,51.4362],[0.4854995,51.4358],[0.4899005,51.4298],[0.4910995,51.4276],[0.4912995,51.4263],[0.4901005,51.4225],[0.4892005,51.4194],[0.4893005,51.418],[0.4904005,51.416],[0.4910005,51.4151],[0.4908995,51.4143],[0.4864005,51.4127],[0.4853005,51.4127],[0.4821005,51.4148],[0.4814995,51.4149],[0.4771005,51.4132],[0.4764005,51.4124],[0.4779005,51.4091],[0.4779005,51.4084],[0.4775005,51.4074],[0.4747005,51.406],[0.4714995,51.4040],[0.4712005,51.4037],[0.4710005,51.4028],[0.4704995,51.4015],[0.4697005,51.4009],[0.4681005,51.4004],[0.4664005,51.4001],[0.4639005,51.3999],[0.4575005,51.4001],[0.4543005,51.4003],[0.4537005,51.4002],[0.4535005,51.3998],[0.4539995,51.3968],[0.4556995,51.3950],[0.4560005,51.3941],[0.4554005,51.3931],[0.4537995,51.3923],[0.4521005,51.3921],[0.4485005,51.3941],[0.4477005,51.3941],[0.4462005,51.3935],[0.4446005,51.3929],[0.4423005,51.3917],[0.4354005,51.3914],[0.4339995,51.3906],[0.4333995,51.3897],[0.4260005,51.3768],[0.4248005,51.3759],[0.4223005,51.3755],[0.4198005,51.3755],[0.4181005,51.3759],[0.4172005,51.3756],[0.4031995,51.3565],[0.3997005,51.3509],[0.3994005,51.3499],[0.3998005,51.3489],[0.4006995,51.3483],[0.4014005,51.3482],[0.4025005,51.3481],[0.4064005,51.3498],[0.4077005,51.3499],[0.4097005,51.3495],[0.4160995,51.349],[0.4251005,51.3473],[0.4444005,51.3432],[0.4517005,51.3421],[0.4531005,51.3431],[0.4533005,51.3437],[0.4531995,51.3446],[0.4528005,51.3455],[0.4519005,51.3468],[0.4517005,51.3476],[0.4518005,51.3484],[0.4522005,51.3488],[0.4529005,51.349],[0.4547005,51.3493],[0.4558005,51.3502],[0.4564005,51.3513],[0.4566005,51.3522],[0.4562995,51.3534],[0.4552005,51.355],[0.4539995,51.3558],[0.4520005,51.3571],[0.4510005,51.3581],[0.4500005,51.3596],[0.4498005,51.3605],[0.4497005,51.3616],[0.4500005,51.3639],[0.4504995,51.3649],[0.4516005,51.3659],[0.4528005,51.3667],[0.4560005,51.3683],[0.4570005,51.3684],[0.4583005,51.3682],[0.4633995,51.3673],[0.4775005,51.3644],[0.4814995,51.3618],[0.4944005,51.3525],[0.4971005,51.3521],[0.5027005,51.3546],[0.5035995,51.3545],[0.5039995,51.3534],[0.5021005,51.3494],[0.5019005,51.348],[0.5025005,51.3451],[0.5089995,51.3391],[0.5137995,51.3358],[0.5153005,51.3362],[0.5174005,51.3367],[0.5193005,51.3363],[0.5217005,51.3354],[0.5231995,51.3343],[0.5239005,51.3339],[0.5254995,51.3329],[0.5262995,51.3326],[0.5270005,51.3326],[0.5275005,51.3328],[0.5316005,51.3351],[0.5337995,51.3356],[0.5354995,51.3357],[0.5368005,51.3354],[0.5375005,51.3351],[0.5387005,51.3344],[0.5395005,51.3335],[0.5399005,51.3321],[0.5406995,51.3313],[0.5439995,51.3289],[0.5450005,51.3285],[0.5468005,51.3284],[0.5487005,51.3288],[0.5494005,51.3291],[0.5500005,51.3293],[0.5506005,51.3299],[0.5516005,51.3306],[0.5525005,51.3324],[0.5535005,51.3339],[0.5554005,51.3355],[0.5569005,51.3364],[0.5587995,51.3372],[0.5606005,51.3376],[0.5633005,51.3381],[0.5664995,51.3379],[0.5722005,51.3363],[0.5731005,51.3365],[0.5741005,51.3373],[0.5751005,51.3375],[0.5862005,51.3345],[0.5895005,51.333],[0.5992005,51.3321],[0.6006005,51.3325],[0.6010005000000002,51.3333],[0.6010995,51.3340],[0.6044005,51.3347],[0.6116005,51.3350],[0.6125005,51.3358],[0.6141005,51.3381],[0.6149005,51.3397],[0.6148005,51.3406],[0.6160005,51.3426],[0.6192005,51.3497],[0.6216005,51.3498],[0.6222005,51.3505],[0.6276005,51.3585],[0.6326005,51.3664],[0.6326005,51.3668],[0.6287005,51.3694],[0.6281005,51.3705],[0.6314005,51.3721],[0.6306995,51.3747],[0.6300005,51.3759],[0.6300005,51.3767],[0.6306995,51.3783],[0.6314005,51.3793],[0.6322005,51.3798],[0.6335005,51.3803],[0.6342005,51.3814],[0.6345005,51.3821],[0.6350005,51.3822],[0.6373005,51.3826],[0.6389005,51.3844],[0.6398005,51.3858],[0.6408005,51.3862],[0.6429005,51.3870],[0.6428005,51.3889],[0.6424005,51.3894],[0.6423005000000002,51.3898],[0.6425005,51.3901],[0.6435995,51.3911],[0.6439005,51.3916],[0.6439005,51.3929],[0.6435995,51.3943],[0.6423005000000002,51.3955],[0.6391005,51.3953],[0.6375005,51.3965],[0.6398005,51.3991],[0.6414995,51.4025],[0.6428005,51.406],[0.6431005,51.4083],[0.6433005,51.4111],[0.6456995,51.4132],[0.6483005,51.4151],[0.6503005,51.4178],[0.6524005,51.4208],[0.6547005,51.4237],[0.6573005,51.4264],[0.6619005,51.4278],[0.6706005000000002,51.4284],[0.6883005,51.4277],[0.6979995,51.4267],[0.7010995,51.4213],[0.7060995,51.4201],[0.7097005,51.4201],[0.7108005000000002,51.4201],[0.7116005,51.4201],[0.7118005,51.42],[0.7118005,51.4198],[0.7116005,51.4196],[0.7112995,51.4195],[0.7102005,51.4194],[0.7087005,51.4193],[0.7062995,51.4191],[0.7062995,51.4184],[0.7066005,51.4182],[0.7098005,51.4186],[0.7101005,51.4185],[0.7102005,51.4183],[0.7101005,51.4182],[0.7087005,51.418],[0.7085005,51.4179],[0.7085005,51.4176],[0.7089005,51.4174],[0.7094005000000002,51.4172],[0.7100005,51.4173],[0.7110005,51.4175],[0.7131995,51.418],[0.7168005,51.419],[0.7187005,51.4192],[0.7206995,51.4186],[0.7235995,51.4184],[0.7264005,51.4191],[0.7281995,51.4197],[0.7295005,51.4198],[0.7308995,51.4198],[0.7316005,51.4196],[0.7323005,51.4192],[0.7331005000000002,51.4185],[0.7337995,51.4175],[0.7339995,51.417],[0.7344005,51.416],[0.7346005,51.4153],[0.7346005,51.4149],[0.7344005,51.4147],[0.7339005,51.4146],[0.7327005,51.4148],[0.7306005,51.4157],[0.7292005,51.4162],[0.7272005,51.4167],[0.7246005,51.4169],[0.7235005,51.4169],[0.7227005,51.4167],[0.7218005,51.4163],[0.7208005,51.4157],[0.7198005,51.4148],[0.7195005,51.4142],[0.7195005,51.4135],[0.7196005,51.4128],[0.7199005000000002,51.4119],[0.7216005000000002,51.4098],[0.7233995,51.408],[0.7250005000000002,51.4053],[0.7262995,51.4033],[0.7275005,51.4007],[0.7296005,51.3985],[0.7346005,51.3962],[0.7369005,51.3951],[0.7383995,51.3944],[0.7389005,51.3945],[0.7393005,51.3946],[0.7394005,51.3950],[0.7395005,51.3955],[0.7397005,51.3958],[0.7406995,51.3957],[0.7414005,51.3954],[0.7433995,51.3945],[0.7456005,51.3934],[0.7474005,51.3924],[0.7491005,51.3915],[0.7526005,51.3892],[0.7558995,51.3866],[0.7572005,51.3860],[0.7591005,51.3855],[0.7599005,51.3852],[0.7602005,51.3849],[0.7603005,51.3842],[0.7604995,51.3835],[0.7606995,51.3833],[0.7610005,51.3831],[0.7618005,51.3840],[0.7623005,51.3844],[0.7627005,51.3846],[0.7631005,51.3846],[0.7635995,51.3846],[0.7642005,51.3844],[0.7647005,51.3840],[0.7652005,51.3834],[0.7656995,51.3827],[0.7662995,51.3817],[0.7660995,51.3808],[0.7656995,51.38],[0.7653005000000002,51.3789],[0.7652005,51.3781],[0.7650005,51.3779],[0.7639995,51.3780],[0.7635995,51.3778],[0.7635995,51.3776],[0.7637995,51.3774],[0.7647005,51.3768],[0.7647005,51.3766],[0.7646005,51.3764],[0.7643005000000002,51.3763],[0.7631995,51.3765],[0.7621005,51.3767],[0.7619005000000002,51.3767],[0.7617005,51.3764],[0.7620005,51.3758],[0.7622005,51.3753],[0.7627005,51.3746],[0.7631995,51.3736],[0.7633995,51.3722],[0.7614005,51.3706],[0.7612995,51.3702],[0.7614995,51.3696],[0.7627005,51.3693],[0.7637995,51.369],[0.7645005,51.3686],[0.7658995,51.3669],[0.7662005,51.3663],[0.7662995,51.3651],[0.7664005,51.3644],[0.7667005,51.3637],[0.7664005,51.3628],[0.7658005,51.3623],[0.7639005,51.3619],[0.7622005,51.3617],[0.7614005,51.3617],[0.7599005,51.3615],[0.7596005,51.3612],[0.7595005,51.3609],[0.7595005,51.3601],[0.7595005,51.3588],[0.7594005,51.3578],[0.7592005,51.3572],[0.7583995,51.3562],[0.7583005,51.3558],[0.7585005,51.3549],[0.7573005,51.3536],[0.7552005,51.3519],[0.7541005,51.3511],[0.7529995000000002,51.3509],[0.7516005,51.3506],[0.7504005,51.3502],[0.7495005,51.3501],[0.7481995,51.3497],[0.7464995,51.3496],[0.7456995,51.3494],[0.7452005,51.3491],[0.7450005,51.3489],[0.7450005,51.3487],[0.7450005,51.348],[0.7449005,51.3471],[0.7443005,51.3465],[0.7437005,51.3465],[0.7429005,51.3467],[0.7423005,51.347],[0.7414995,51.3472],[0.7404005,51.3473],[0.7395005,51.347],[0.7389005,51.3469],[0.7379995,51.3468],[0.7369005,51.3466],[0.7368005,51.3464],[0.7368005,51.3462],[0.7372005,51.3461],[0.7379995,51.3461],[0.7389995,51.3463],[0.7401005,51.3464],[0.7408005,51.3464],[0.7414995,51.3463],[0.7421005,51.3462],[0.7425005,51.3461],[0.7429005,51.3458],[0.7431995,51.3454],[0.7435995,51.3453],[0.7442005,51.3454],[0.7450005,51.3458],[0.7458005,51.3465],[0.7458995000000002,51.3466],[0.7460995,51.3468],[0.7460995,51.3479],[0.7462005,51.3483],[0.7466005,51.3486],[0.7470005,51.3487],[0.7483995,51.3489],[0.7494005,51.3491],[0.7499005,51.3491],[0.7503005,51.3491],[0.7510005,51.3487],[0.7512005,51.3488],[0.7518005,51.3494],[0.7523005,51.3497],[0.7539005,51.3497],[0.7553005,51.3499],[0.7569005,51.3513],[0.7583995,51.3532],[0.7596005,51.3547],[0.7601005,51.3554],[0.7603005,51.3558],[0.7606995,51.3576],[0.7614005,51.3597],[0.7616005,51.3601],[0.7627005,51.3604],[0.7650005,51.3609],[0.7681995,51.3622],[0.7719005,51.3619],[0.7770005,51.3612],[0.7792005,51.3613],[0.7806995,51.3612],[0.7837005,51.3607],[0.7881005,51.3603],[0.8006005,51.3601],[0.8031005,51.36],[0.8074005,51.3598],[0.8112005,51.3594],[0.8133995,51.359],[0.8146005,51.3586],[0.8153005,51.3583],[0.8158005,51.3581],[0.8160005,51.3579],[0.8160995,51.3576],[0.8160995,51.3574],[0.8160005,51.3569],[0.8158995,51.3566],[0.8158005,51.3563],[0.8154005,51.3559],[0.8146005,51.3554],[0.8135005,51.3548],[0.8118005,51.3538],[0.8112995,51.3532],[0.8110005,51.3525],[0.8110005,51.352],[0.8110995,51.3516],[0.8116005,51.3512],[0.8131005,51.3505],[0.8146005,51.3498],[0.8151005,51.3492],[0.8152005,51.3486],[0.8144005000000002,51.3482],[0.8131995,51.3477],[0.8131005,51.3474],[0.8137005000000002,51.3473],[0.8149005,51.3472],[0.8154995,51.3476],[0.8158995,51.3479],[0.8160995,51.3485],[0.8160995,51.3487],[0.8160005,51.3491],[0.8158005,51.3496],[0.8154995,51.3499],[0.8148005,51.3504],[0.8137995,51.351],[0.8128005,51.3515],[0.8126005,51.3518],[0.8126005,51.3521],[0.8127005000000002,51.3524],[0.8135995,51.3531],[0.8156005,51.3543],[0.8175005,51.3556],[0.8187995,51.3561],[0.8204005,51.3563],[0.8214995,51.3562],[0.8244005,51.3554],[0.8292005,51.3547],[0.8337005,51.3544],[0.8362995000000002,51.3543],[0.8387005,51.354],[0.8464005,51.3546],[0.8485995,51.3549],[0.8503005,51.3545],[0.8526005,51.3545],[0.8560005000000002,51.3552],[0.8594005000000002,51.3558],[0.8619005,51.3561],[0.8649005,51.3561],[0.8685995,51.3558],[0.8723005,51.3552],[0.8758005,51.3543],[0.8776005,51.3538],[0.8789995000000002,51.3533],[0.8795005,51.3531],[0.8798005,51.3529],[0.8798005,51.3527],[0.8798005,51.3518],[0.8799005,51.3516],[0.8802005,51.3515],[0.8806995,51.3515],[0.8816005,51.3514],[0.8822005,51.3513],[0.8856005,51.3497],[0.8876005,51.3485],[0.8889995,51.3475],[0.8910005,51.3469],[0.8933005000000002,51.3461],[0.8951005,51.3456],[0.8974005000000002,51.3453],[0.8989995,51.345],[0.8989005,51.3446],[0.8985005,51.3443],[0.8964005,51.3439],[0.8956005,51.3436],[0.8952005,51.3433],[0.8950005,51.3431],[0.8949005,51.3428],[0.8950005,51.3423],[0.8958995000000002,51.341],[0.8974005000000002,51.3406],[0.8991005,51.3417],[0.9001005,51.3422],[0.9010005,51.3425],[0.9035995,51.3431],[0.9071005,51.3436],[0.9110005,51.3438],[0.9148005,51.3442],[0.9174005,51.345],[0.9194005,51.3461],[0.9208995,51.3466],[0.9228005,51.3462],[0.9256005,51.3457],[0.9291005,51.346],[0.9327005,51.3465],[0.9381995,51.3472],[0.9406995,51.3472],[0.9442005,51.3467],[0.9592005,51.3459],[0.9650005,51.3464],[0.9704005,51.3469],[0.9887005,51.3473],[0.9931005000000003,51.3477],[0.9966005,51.3482],[1.0036,51.349],[1.0056,51.3495],[1.007401,51.3501],[1.0091,51.3506],[1.0123,51.3516],[1.013901,51.3525],[1.015,51.3532],[1.016099,51.3543],[1.017501,51.3555],[1.0195,51.3572],[1.021299,51.3588],[1.0236,51.3611],[1.0258,51.3631],[1.0267,51.3636],[1.0277,51.364],[1.031801,51.3651],[1.0343,51.3655],[1.0364,51.3657],[1.0431,51.3659],[1.048599,51.3659],[1.059101,51.3658],[1.0626,51.3661],[1.0637,51.3663],[1.065499,51.3667],[1.0676,51.3681],[1.0689,51.3686],[1.071,51.3687],[1.076,51.3685],[1.0805,51.368],[1.0869,51.3676],[1.0899,51.3678],[1.0926,51.368],[1.0947,51.3684],[1.095899,51.3688],[1.0967,51.3698],[1.0974,51.3709],[1.0985,51.3723],[1.0997,51.3733],[1.1005,51.3733],[1.1034,51.3727],[1.1046,51.3724],[1.1063,51.3723],[1.1098,51.3721],[1.115201,51.3719],[1.121099,51.3723],[1.1247,51.3724],[1.1427,51.3729],[1.1501,51.3727],[1.1581,51.3733],[1.1646,51.3739],[1.171,51.375],[1.182101,51.3768],[1.188399,51.3776],[1.1953,51.3785],[1.205101,51.3792],[1.2131,51.3795],[1.2225,51.3789],[1.228101,51.3786],[1.232901,51.3786],[1.2414,51.3783],[1.2493,51.3767],[1.253799,51.3766],[1.2599,51.377],[1.2628,51.3774],[1.2666,51.3774],[1.270401,51.377],[1.2729,51.3769],[1.275699,51.3773],[1.278901,51.3781],[1.2829,51.3794],[1.285,51.3804],[1.286901,51.3811],[1.291201,51.3823],[1.293501,51.3828],[1.296299,51.3832],[1.3008,51.383],[1.3067,51.3821],[1.322001,51.3821],[1.326401,51.3827],[1.330601,51.3831],[1.332101,51.3832],[1.3331,51.3836],[1.334,51.3846],[1.3346,51.3856],[1.335101,51.3861],[1.337201,51.3858],[1.348101,51.3863],[1.3512,51.3866],[1.362,51.3867],[1.365499,51.3864],[1.3692,51.3871],[1.3742,51.3880],[1.378199,51.3885],[1.382401,51.3906],[1.3844,51.3917],[1.386001,51.3922],[1.3871,51.3924],[1.388399,51.3925],[1.39,51.3925],[1.396299,51.3923],[1.4067,51.3919],[1.409101,51.3919],[1.411299,51.3920],[1.413199,51.3918],[1.415499,51.3915],[1.4189,51.3913],[1.4222,51.3917],[1.4239,51.3925],[1.4253,51.3930],[1.4266,51.3932],[1.428399,51.3927],[1.4351,51.3895],[1.4396,51.3877],[1.440601,51.3871],[1.441401,51.3864],[1.444201,51.3837],[1.4469,51.3811],[1.4481,51.3793],[1.4494,51.377],[1.449901,51.3761],[1.4504,51.3753],[1.450801,51.3746],[1.451,51.3741],[1.451,51.3730],[1.450601,51.3718],[1.450001,51.3703],[1.449,51.3687],[1.4487,51.368],[1.4487,51.3667],[1.448799,51.3635],[1.4487,51.3613],[1.448599,51.3604],[1.4481,51.3593],[1.447201,51.3583],[1.4468,51.3577],[1.4462,51.3567],[1.445899,51.356],[1.445601,51.3549],[1.4455,51.3539],[1.444901,51.3522],[1.4444,51.3515],[1.443399,51.3503],[1.440499,51.3464],[1.4367,51.3407],[1.4346,51.3380],[1.4332,51.3364],[1.4318,51.3351],[1.429801,51.3337],[1.429201,51.3333],[1.4281,51.3328],[1.4275,51.3325],[1.4272,51.3323],[1.427001,51.3321],[1.4268,51.3318],[1.426401,51.3310],[1.4259,51.3300],[1.4252,51.3291],[1.4243,51.3282],[1.4238,51.3280],[1.423399,51.3281],[1.423301,51.3283],[1.423301,51.3286],[1.423501,51.3289],[1.4243,51.3295],[1.424901,51.3303],[1.4246,51.3310],[1.4238,51.3314],[1.4225,51.3313],[1.421201,51.3311],[1.42,51.3303],[1.418399,51.3294],[1.416,51.3285],[1.4129,51.3276],[1.409801,51.3269],[1.4067,51.3266],[1.4001,51.3266],[1.395499,51.3269],[1.391201,51.3276],[1.3856,51.3286],[1.3828,51.3292],[1.3801,51.3295],[1.3783,51.3295],[1.3765,51.3285],[1.3756,51.3276],[1.3743,51.3267],[1.373101,51.3265],[1.372,51.3269],[1.370899,51.3273],[1.3701,51.3271],[1.367,51.3256],[1.365301,51.3241],[1.363101,51.3216],[1.3621,51.3199],[1.361499,51.3185],[1.3614,51.3170],[1.3622,51.3157],[1.362401,51.3149],[1.3621,51.3144],[1.363701,51.3125],[1.3663,51.3133],[1.3686,51.3141],[1.369601,51.3146],[1.370201,51.3144],[1.3707,51.314],[1.371701,51.313],[1.372501,51.3119],[1.3742,51.3087],[1.3758,51.3028],[1.3779,51.2906],[1.379601,51.2865],[1.382,51.2812],[1.387601,51.2721],[1.390301,51.2672],[1.3929,51.2618],[1.396299,51.2558],[1.399101,51.2497],[1.402501,51.2416],[1.404601,51.2366],[1.4053,51.2335],[1.4059,51.2306],[1.406299,51.2221],[1.406,51.2187],[1.405699,51.2158],[1.405499,51.2131],[1.4053,51.2094],[1.405499,51.2050],[1.406201,51.2010],[1.4065,51.1981],[1.4065,51.1958],[1.407001,51.1879],[1.4065,51.1849],[1.406201,51.181],[1.406299,51.1782],[1.4065,51.1756],[1.4056,51.1724],[1.4038,51.1689],[1.4031,51.1671],[1.4017,51.165],[1.3959,51.1575],[1.3941,51.1553],[1.3923,51.1540],[1.3895,51.1524],[1.3869,51.1504],[1.3851,51.1480],[1.3819,51.1445],[1.3799,51.1428],[1.3777,51.1415],[1.3706,51.1383],[1.363199,51.1361],[1.357201,51.1347],[1.348799,51.1337],[1.3462,51.1327],[1.3449,51.1321],[1.344501,51.1307],[1.345001,51.1253],[1.3454,51.1204],[1.3446,51.1191],[1.3434,51.1184],[1.3374,51.1161],[1.3324,51.1141],[1.3319,51.1144],[1.3317,51.1148],[1.337201,51.1173],[1.3425,51.119],[1.3434,51.1197],[1.3439,51.1208],[1.3441,51.1225],[1.343799,51.1249],[1.343701,51.1262],[1.3425,51.1308],[1.3397,51.1302],[1.3396,51.1297],[1.341499,51.1269],[1.340001,51.1267],[1.338799,51.1286],[1.3377,51.1283],[1.3396,51.1261],[1.338199,51.1256],[1.3361,51.1282],[1.3349,51.1279],[1.334201,51.1281],[1.3333,51.1282],[1.3317,51.128],[1.329401,51.1268],[1.324,51.1252],[1.321299,51.1246],[1.3194,51.1239],[1.3168,51.1221],[1.315499,51.1207],[1.323399,51.1158],[1.322901,51.115],[1.315499,51.1179],[1.3146,51.1186],[1.313399,51.1201],[1.3123,51.1187],[1.3124,51.1179],[1.3139,51.1173],[1.3175,51.1162],[1.3181,51.116],[1.3182,51.1159],[1.317901,51.1158],[1.317701,51.1158],[1.3167,51.1159],[1.316499,51.1158],[1.316499,51.1157],[1.3167,51.1156],[1.3196,51.1142],[1.321499,51.1131],[1.3219,51.113],[1.327801,51.113],[1.3283,51.1121],[1.320001,51.1119],[1.315699,51.1136],[1.314,51.115],[1.306201,51.1142],[1.3032,51.1138],[1.2996,51.1131],[1.2971,51.112],[1.295699,51.111],[1.2918,51.1093],[1.2881,51.1084],[1.282001,51.1079],[1.281099,51.107],[1.267,51.1043],[1.258399,51.1021],[1.256299,51.1015],[1.240899,51.1012],[1.229501,51.1002],[1.2255,51.0994],[1.2217,51.0987],[1.2168,51.0977],[1.2131,51.0963],[1.205699,51.0927],[1.203501,51.0902],[1.2024,51.0869],[1.2017,51.0844],[1.2004,51.0837],[1.1989,51.0834],[1.196499,51.0829],[1.1933,51.0824],[1.192701,51.0821],[1.192201,51.0816],[1.192001,51.0809],[1.1919,51.0800],[1.192101,51.0789],[1.193599,51.0782],[1.1955,51.0779],[1.195801,51.0777],[1.1955,51.0771],[1.1951,51.0767],[1.194201,51.0767],[1.191499,51.0776],[1.189301,51.0777],[1.1869,51.0777],[1.1825,51.0771],[1.177701,51.0761],[1.173301,51.0749],[1.171201,51.0743],[1.169201,51.0740],[1.1653,51.0737],[1.152,51.0738],[1.145,51.0737],[1.1377,51.0731],[1.1341,51.0724],[1.130899,51.0723],[1.125,51.0726],[1.1229,51.072],[1.1199,51.0716],[1.119501,51.0714],[1.1184,51.0712],[1.1027,51.0692],[1.090101,51.0666],[1.0769,51.0633],[1.064201,51.0599],[1.0545,51.0569],[1.0487,51.0545],[1.041299,51.0504],[1.036901,51.0473],[1.0285,51.0425],[1.022,51.0389],[1.016701,51.036],[1.0108,51.0327],[1.005899,51.0296],[1.001701,51.0273],[1.0001,51.0262],[0.9954995,51.0220],[0.9912995,51.0177],[0.9862005,51.0133],[0.9828005,51.0091],[0.9803005,51.0054],[0.9774005,51.0001],[0.9739995, 50.9922],[0.9722005, 50.9853],[0.9714005, 50.984],[0.9706995000000002, 50.983],[0.9702005, 50.9816],[0.9692005, 50.9781],[0.9674005, 50.9743],[0.9664005, 50.9718],[0.9660995, 50.9706],[0.9658995, 50.9692],[0.9658995, 50.9672],[0.9658005, 50.9653],[0.9656995000000002, 50.9618],[0.9660005, 50.9587],[0.9667005, 50.9558],[0.9681995, 50.9517],[0.9704005, 50.9452],[0.9744005, 50.9353],[0.9783995, 50.927],[0.9800005000000002, 50.9232],[0.9814005, 50.9193],[0.9816005, 50.9181],[0.9816005, 50.917],[0.9816005, 50.9162],[0.9812995, 50.9152],[0.9808995, 50.9147],[0.9803005, 50.914],[0.9781995, 50.9126],[0.9723005, 50.9113],[0.9645005, 50.9112],[0.9508995, 50.9117],[0.9383005, 50.9124],[0.9337995000000002, 50.9127],[0.9229995000000002, 50.9142],[0.9067005, 50.9167],[0.8933005000000002, 50.9186],[0.8794005, 50.9205],[0.8672005000000002, 50.9223],[0.8569005, 50.9238],[0.8623005, 50.9276],[0.8676005, 50.931],[0.8683995, 50.932],[0.8685995, 50.9326],[0.8685005, 50.9332],[0.8676005, 50.9342],[0.8669005000000002, 50.9346],[0.8625005, 50.937],[0.8612005, 50.9406],[0.8612005, 50.9419],[0.8604995, 50.9471],[0.8576005, 50.9527],[0.8546005, 50.9521],[0.8529995, 50.9516],[0.8517005, 50.9514],[0.8475005, 50.9518],[0.8472005000000002, 50.9521],[0.8469005, 50.9547],[0.8456995, 50.9559],[0.8439005, 50.9566],[0.8420005, 50.9572],[0.8416005, 50.9568],[0.8402005, 50.9540],[0.8396005, 50.9528],[0.8379995, 50.9509],[0.8364005, 50.9496],[0.8339995, 50.9484],[0.8328005, 50.9474],[0.8225005, 50.9444],[0.8164005, 50.9423],[0.8137995, 50.9416],[0.8135005, 50.9422],[0.8135995, 50.9446],[0.8133995, 50.9484],[0.8120005, 50.9497],[0.8103005, 50.9510],[0.8053005, 50.9555],[0.8027005, 50.9576],[0.7991005, 50.9619],[0.7927005, 50.9695],[0.7887005, 50.9775],[0.7881995000000002, 50.978],[0.7873005, 50.9782],[0.7848005, 50.9785],[0.7814005, 50.9785],[0.7803005, 50.9781],[0.7798005, 50.9781],[0.7792005, 50.9787],[0.7792005, 50.9792],[0.7794005, 50.9795],[0.7827005, 50.9821],[0.7850005, 50.9837],[0.7852005, 50.9842],[0.7852005, 50.9848],[0.7824005, 50.9857],[0.7812995, 50.9865],[0.7801005, 50.9884],[0.7799005, 50.989],[0.7799005, 50.9896],[0.7816005, 50.9919],[0.7806995, 50.9924],[0.7785005000000002, 50.993],[0.7756005, 50.9938],[0.7699005, 50.9952],[0.7675005, 50.9954],[0.7662005, 50.9956],[0.7612005, 50.9962],[0.7427005,51.0013],[0.7416005,51.0016],[0.7335995,51.0006],[0.7283995,51],[0.7248005, 50.9994],[0.7200005, 50.9988],[0.7131005000000002, 50.9981],[0.7098005, 50.9986],[0.7093005, 50.9984],[0.7085005, 50.998],[0.7076005, 50.9972],[0.7071005, 50.9966],[0.7070005000000003, 50.9961],[0.7070005000000003, 50.9956],[0.7069005, 50.9946],[0.7064005, 50.9939],[0.7048005, 50.9935],[0.7043005, 50.9942],[0.7026005, 50.9962],[0.7021005, 50.9965],[0.7014005, 50.9969],[0.6991005, 50.9984],[0.6981995, 50.9986],[0.6937005, 50.9991],[0.6887005000000002, 50.9997],[0.6839005,51.0004],[0.6808995,51.001],[0.6787995,51.0022],[0.6760005,51.0038],[0.6735995,51.0071],[0.6706005000000002,51.0120],[0.6662005,51.0153],[0.6652005,51.0163],[0.6594005,51.0172],[0.6496005,51.0178],[0.6453005,51.017],[0.6391005,51.0130],[0.6379995,51.0123],[0.6369005,51.0116],[0.6356995,51.0123],[0.6329995,51.0137],[0.6251005,51.0155],[0.6218005,51.0155],[0.6192005,51.0149],[0.6178005,51.0143],[0.6154005,51.0123],[0.6141005,51.0122],[0.6129005,51.0121],[0.6126005,51.0122],[0.6122005,51.0124],[0.6118005,51.0125],[0.6083005,51.0129],[0.6075005,51.0131],[0.6072005,51.0132],[0.6066005,51.0134],[0.6050005,51.0136],[0.6024005,51.0123],[0.6004005,51.0113],[0.5987995,51.0106],[0.5951005,51.0113],[0.5937005,51.0114],[0.5917005,51.0114],[0.5889005,51.0103],[0.5856005,51.0089],[0.5837995,51.0068],[0.5822005,51.0064],[0.5797005,51.0066],[0.5773005,51.0062],[0.5760995,51.0059],[0.5754005,51.0057],[0.5723005,51.0051],[0.5689995,51.0070],[0.5641005,51.009],[0.5608005,51.0098],[0.5566005,51.0103],[0.5533005,51.0072],[0.5495005,51.0081],[0.5460005,51.0096],[0.5429995,51.011],[0.5412995,51.0129],[0.5406005,51.0157],[0.5394005,51.0183],[0.5381005,51.0205],[0.5346005,51.0230],[0.5303005,51.0234],[0.5277005,51.0244],[0.5266005,51.0248],[0.5260005,51.0250],[0.5251005,51.0251],[0.5214995,51.0250],[0.5150005,51.0247],[0.5024005,51.0283],[0.4978005,51.0300],[0.4956005,51.031],[0.4903005,51.0314],[0.4854005,51.031],[0.4824005,51.0301],[0.4798005,51.0292],[0.4779995,51.0289],[0.4754005,51.0297],[0.4716005,51.0314],[0.4683995,51.0331],[0.4676005,51.0338],[0.4671005,51.0343],[0.4667005,51.0351],[0.4666005,51.0365],[0.4667005,51.0375],[0.4674005,51.0388],[0.4681005,51.0399],[0.4706005,51.0455],[0.4719005,51.0483],[0.4726005,51.0499],[0.4723005,51.0506],[0.4616005,51.0517],[0.4597005,51.0533],[0.4579995,51.0552],[0.4570005,51.0566],[0.4556005,51.057],[0.4537995,51.0572],[0.4514005,51.0574],[0.4466005,51.0582],[0.4420005,51.0586],[0.4374005,51.0604],[0.4348005,51.0608],[0.4310005,51.0622],[0.4289005,51.0629],[0.4252005,51.063],[0.4204005,51.0629],[0.4178005,51.0639],[0.4169005,51.0663],[0.4162005,51.0667],[0.4133995,51.0663],[0.4122005,51.0656],[0.4104005,51.0672],[0.4067005,51.0689],[0.4029005,51.0696],[0.4004995,51.0699],[0.3998005,51.0705],[0.3994005,51.0712],[0.4003005,51.0729],[0.4026005,51.0745],[0.4046005,51.0782],[0.4051005,51.0797],[0.4051005,51.0816],[0.4052005,51.0822],[0.4017005,51.0826],[0.3978005,51.0833],[0.3952005,51.0837],[0.3924005,51.0845],[0.3904005,51.0859],[0.3894005,51.0859],[0.3870005,51.0856],[0.3862005,51.0865],[0.3856005,51.0872],[0.3842005,51.0877],[0.3831005,51.0878],[0.3792005,51.0870],[0.3781005,51.0867],[0.3764995,51.0872],[0.3742005,51.0876],[0.3708995,51.0878],[0.3668005,51.0892],[0.3649005,51.0894],[0.3617005,51.0868],[0.3600005,51.0861],[0.3581005,51.0850],[0.3552005,51.0835],[0.3544005,51.0830],[0.3527005,51.0828],[0.3518005,51.0830],[0.3516005,51.0833],[0.3523005,51.0866],[0.3525005,51.0880],[0.3527005,51.0896],[0.3529995,51.0908],[0.3542005,51.0934],[0.3541005,51.0986],[0.3544005,51.0992],[0.3566005,51.101],[0.3575005,51.1041],[0.3575005,51.1047],[0.3575005,51.1051],[0.3569005,51.1061],[0.3564005,51.1062],[0.3528005,51.1056],[0.3510005,51.1056],[0.3491005,51.1058],[0.3439005,51.1069],[0.3406995,51.1077],[0.3358005,51.1078],[0.3339995,51.109],[0.3329995,51.11],[0.3312005,51.1106],[0.3279995,51.1105],[0.3258005,51.1111],[0.3251005,51.1116],[0.3249005,51.1122],[0.3251005,51.1135],[0.3254005,51.1145],[0.3256995,51.1147],[0.3302005,51.1184],[0.3293005,51.1197],[0.3264005,51.1225],[0.3258995,51.1228],[0.3251005,51.1229],[0.3237995,51.1231],[0.3219005,51.1229],[0.3204005,51.1226],[0.3185995,51.122],[0.3143005,51.1211],[0.3081005,51.1205],[0.3035005,51.1196],[0.2989995,51.1189],[0.2951005,51.1198],[0.2891005,51.1194],[0.2873005,51.1189],[0.2850005,51.1187],[0.2816005,51.1189],[0.2785005,51.1186],[0.2777005,51.1178],[0.2773005,51.1135],[0.2762995,51.1124],[0.2748005,51.1113],[0.2726005,51.1122],[0.2669005,51.1144],[0.2644005,51.1144],[0.2624005,51.1138],[0.2608005,51.1134],[0.2583005,51.1141],[0.2539005,51.1144],[0.2524005,51.1173],[0.2445005,51.1176],[0.2427005,51.1178],[0.2402005,51.1186],[0.2320005,51.1219],[0.2303005,51.1227],[0.2274005,51.1242],[0.2250005,51.1248],[0.2231995,51.1246],[0.2224005,51.1245],[0.2212005,51.1243],[0.2206995,51.1239],[0.2189995,51.1222],[0.2183995,51.1222],[0.2160995,51.1227],[0.2150005,51.1225],[0.2120005,51.1217],[0.2037995,51.1193],[0.2001005,51.1184],[0.1981995,51.1183],[0.1937005,51.1182],[0.1879995,51.1177],[0.1817005,51.1149],[0.1779995,51.1145],[0.1729995,51.1144],[0.1689995,51.1146],[0.1637005,51.1152],[0.1602005,51.1162],[0.1583005,51.117],[0.1562005,51.12],[0.1554005,51.1214],[0.1541005,51.1218],[0.1527005,51.1224],[0.1510995,51.1256],[0.1506995,51.1289],[0.1516005,51.1326],[0.1524005,51.1345],[0.1531995,51.1354],[0.1546005,51.1361],[0.1569005,51.1365],[0.1585995,51.1368],[0.1608995,51.1372],[0.1619005,51.1369],[0.1624005,51.1370],[0.1631995,51.1377],[0.1633995,51.139],[0.1620005,51.1407],[0.1604995,51.1411],[0.1587005,51.1413],[0.1539005,51.1416],[0.1481995,51.1425],[0.1452005,51.1433],[0.1420005,51.1450],[0.1396005,51.1458],[0.1362995,51.1462],[0.1321005,51.1466],[0.1285995,51.1470],[0.1233005,51.1476],[0.1212995,51.1480],[0.1196005,51.1476],[0.1148005,51.1468],[0.1114005,51.1461],[0.1067005,51.1450],[0.1029995,51.1429],[0.09790048,51.1418],[0.09170048,51.1410],[0.08440048,51.1408],[0.08109948,51.1408],[0.07930049,51.1406],[0.07020048,51.1399],[0.06810048,51.1398],[0.06600048,51.1398],[0.06359948,51.1403],[0.06350049,51.1403],[0.06010048,51.1410],[0.05480048,51.1419],[0.05270048,51.1419],[0.04879948,51.1417],[0.05640048,51.1502],[0.05620048,51.1504],[0.05100048000000002,51.1533],[0.05080048,51.1535],[0.05080048,51.1538],[0.05379948,51.1561],[0.05359948,51.1565],[0.05210048,51.1575],[0.04799948,51.1611],[0.04750048,51.1615],[0.04730048,51.1625],[0.04700048,51.1645],[0.04680048,51.1658],[0.04620048,51.1685],[0.04600048,51.1695],[0.04600048,51.1721],[0.04609948,51.1732],[0.04629948,51.1736],[0.04660048,51.1738],[0.04859948,51.1753],[0.05030048000000002,51.1764],[0.05080048,51.1771],[0.05120048,51.1781],[0.05160048,51.1814],[0.05149948,51.1822],[0.05129948000000002,51.1825],[0.05040048,51.1832],[0.04890048,51.1837],[0.04850048,51.1842],[0.04780048,51.1853],[0.04670048,51.1866],[0.04660048,51.187],[0.04660048,51.1874],[0.04690048,51.1882],[0.04770048,51.1901],[0.04799948,51.1908],[0.04760048,51.1912],[0.04720048,51.1914],[0.04660048,51.1916],[0.04350048,51.1927],[0.04260048,51.1934],[0.04210048,51.1943],[0.04190048,51.1948],[0.04240048,51.1964],[0.04160048,51.1995],[0.04120048,51.2010],[0.04089948,51.2016],[0.04049948,51.2022],[0.03910048,51.2043],[0.03620048,51.2103],[0.03589948,51.211],[0.03569948,51.2136],[0.03580048,51.214],[0.03600048,51.2145],[0.03730048,51.2158],[0.03899948,51.2171],[0.04069948,51.2185],[0.04180048,51.2201],[0.04230048,51.2211],[0.04210048,51.2231],[0.04200048,51.2295],[0.04290048,51.2308],[0.04420048,51.2322],[0.04530048,51.2332],[0.04660048,51.2341],[0.04920048,51.2353],[0.05399948,51.2376],[0.05560048,51.2389],[0.05640048,51.2399],[0.05700048,51.2409],[0.05740048,51.2423],[0.05790048,51.2453],[0.05850048,51.2481],[0.05859948,51.2487],[0.05819948,51.2493],[0.05600048,51.2514],[0.05410048,51.2534],[0.05330048,51.2548],[0.05290048,51.2562],[0.05080048,51.2645],[0.04680048,51.2745],[0.04589948,51.2777],[0.04589948,51.2787],[0.04720048,51.2813],[0.04810048000000002,51.2837],[0.04410048,51.2926],[0.04649948,51.2936],[0.04850048,51.2935],[0.04960048,51.2932],[0.05060048,51.2926],[0.05160048,51.2922],[0.05299948,51.2915],[0.05410048,51.2911],[0.05580048,51.2904],[0.05680048,51.29],[0.05810048,51.2892],[0.05970048,51.289],[0.06149948000000002,51.2904],[0.06359948,51.2908],[0.06640048,51.2913],[0.06859948,51.2915],[0.07280048,51.292],[0.07690048,51.2922],[0.08520048,51.293],[0.08609948,51.2932],[0.08910048,51.2956],[0.09060048,51.2969],[0.09100048,51.2973],[0.08780048,51.3012],[0.08540048,51.3044],[0.08510048,51.3057],[0.08480048,51.31],[0.08510048,51.314],[0.08560048,51.3150],[0.08670048,51.3163],[0.09160049,51.3206],[0.09530048,51.3233],[0.1001005,51.3265],[0.1010005,51.3270],[0.1023005,51.3273],[0.1081995,51.3280],[0.1129995,51.3279],[0.1135995,51.3279],[0.1137995,51.3282],[0.1148005,51.3298],[0.1168005,51.3314],[0.1175005,51.3316],[0.1208995,51.3302],[0.1241005,51.3300],[0.1250005,51.3304],[0.1233995,51.3329],[0.1218005,51.3349],[0.1210995,51.336],[0.1198005,51.3377],[0.1196005,51.3382],[0.1199005,51.3391],[0.1202005,51.3397],[0.1210995,51.341],[0.1220005,51.3421],[0.1229995,51.3430],[0.1262005,51.3431],[0.1312005,51.3432],[0.1333005,51.3433],[0.1358005,51.3433],[0.1378005,51.3437],[0.1387995,51.3441],[0.1393005,51.3444],[0.1408005,51.3486],[0.1412995,51.3493],[0.1437995,51.3515],[0.1456005,51.3537],[0.1483005,51.3569],[0.1500005,51.3593],[0.1514005,51.3623],[0.1528005,51.3646],[0.1552005,51.3683],[0.1567005,51.3712],[0.1568005,51.3718],[0.1547005,51.3767],[0.1544005,51.3778],[0.1537995,51.3799],[0.1531995,51.3829],[0.1535005,51.3847],[0.1537005,51.3851],[0.1539995,51.3855],[0.1545005,51.3858],[0.1579005,51.3873],[0.1600005,51.3883],[0.1606995,51.3889],[0.1608995,51.3891],[0.1612005,51.3895],[0.1610995,51.3899],[0.1606995,51.3907],[0.1583005,51.3925],[0.1571005,51.3941],[0.1564995,51.3951],[0.1564005,51.3968],[0.1566005,51.3987],[0.1583995,51.4027],[0.1587995,51.4049],[0.1585995,51.4069],[0.1583995,51.4075],[0.1581005,51.408],[0.1578005,51.4083],[0.1570005,51.4087],[0.1560995,51.409],[0.1550005,51.4093],[0.1551005,51.4103],[0.1552005,51.4115],[0.1547005,51.4121],[0.1521005,51.414],[0.1520005,51.4143],[0.1520005,51.4149],[0.1524005,51.4175],[0.1526005,51.4183],[0.1529005,51.4195],[0.1535995,51.4211],[0.1560995,51.4265],[0.1569005,51.4292],[0.1572005,51.4297],[0.1581995,51.4296],[0.1631005,51.4287],[0.1644005,51.429],[0.1646005,51.4297],[0.1649005,51.4314],[0.1656005,51.4334],[0.1666005,51.4354],[0.1679005,51.4374],[0.1695005,51.4391],[0.1704995,51.4398],[0.1728005,51.4414],[0.1752005,51.4442],[0.1779995,51.4439],[0.1812995,51.4433],[0.1837995,51.4439],[0.1860005,51.4449],[0.1887995,51.4463],[0.1900005,51.4473],[0.1906005,51.4484],[0.1926005,51.4504],[0.2000005,51.4560],[0.2008995,51.4570],[0.2022005,51.4579],[0.2048005,51.4592],[0.2062995,51.4601],[0.2085005,51.4614],[0.2110995,51.4627],[0.2116005,51.4631],[0.2116005,51.4667],[0.2116005,51.4677],[0.2110995,51.4689],[0.2106005,51.4704],[0.2106005,51.471],[0.2108995,51.4717],[0.2114995,51.4723],[0.2120005,51.4729],[0.2126005,51.4746],[0.2129005,51.4749],[0.2133995,51.4752],[0.2150005,51.4757],[0.2156995,51.4762],[0.2162995,51.4767],[0.2166005,51.4772],[0.2173005,51.4784],[0.2181995,51.4795],[0.2187995,51.48],[0.2210005,51.4831],[0.2269005,51.4805],[0.2356995,51.4763],[0.2381005,51.475],[0.2410005,51.473],[0.2470005,51.4693],[0.2508005,51.4675],[0.2608005,51.4638],[0.2675005,51.4608],[0.2718005,51.4588]]],[[[0.7652005,51.4418],[0.7681995,51.4412],[0.7731995,51.4404],[0.7767005,51.4399],[0.7779995,51.4401],[0.7823005,51.4404],[0.7879995,51.4404],[0.7933995,51.4390],[0.7987995,51.4369],[0.8028005,51.4349],[0.8060995,51.4335],[0.8119005,51.4309],[0.8179005,51.4283],[0.8218005000000002,51.4268],[0.8239995,51.426],[0.8260005,51.4253],[0.8312995,51.4253],[0.8368005,51.4252],[0.8420005,51.4249],[0.8487005,51.4244],[0.8576005,51.4229],[0.8635005,51.4222],[0.8668005,51.4215],[0.8706995,51.421],[0.8737995,51.4213],[0.8787995,51.4217],[0.8846005,51.4215],[0.8896005,51.4207],[0.8927005,51.4199],[0.8968005,51.4186],[0.9022005,51.4175],[0.9031995,51.417],[0.9042005,51.4164],[0.9058995,51.4152],[0.9064005,51.4146],[0.9073005,51.413],[0.9087995,51.4114],[0.9106005,51.4093],[0.9148005,51.406],[0.9196005,51.4028],[0.9237995,51.4002],[0.9304005,51.3967],[0.9333005,51.3947],[0.9351005,51.3931],[0.9373005000000002,51.3915],[0.9392005,51.3903],[0.9398005,51.3897],[0.9404995,51.3888],[0.9414995,51.3874],[0.9428005,51.3859],[0.9431995,51.3853],[0.9441005,51.3831],[0.9451005,51.3814],[0.9460995,51.3801],[0.9471005000000002,51.3791],[0.9487005,51.3776],[0.9497005,51.3767],[0.9508005000000003,51.3756],[0.9520005,51.3747],[0.9524005,51.3743],[0.9525005,51.3739],[0.9525005,51.3735],[0.9512995,51.3717],[0.9506005,51.3713],[0.9494005,51.3708],[0.9481995,51.3702],[0.9474005,51.3693],[0.9466005,51.3684],[0.9462005,51.3681],[0.9456005,51.3679],[0.9447005000000003,51.368],[0.9442005,51.3682],[0.9439995,51.3684],[0.9439995,51.3687],[0.9441005,51.369],[0.9444005,51.3694],[0.9450005,51.37],[0.9452005,51.3707],[0.9454995,51.3712],[0.9458995,51.3715],[0.9464005,51.3717],[0.9468005000000002,51.3718],[0.9479995,51.372],[0.9481995,51.3722],[0.9479995,51.3725],[0.9478005000000002,51.3726],[0.9476005,51.3726],[0.9466005,51.3726],[0.9462005,51.3727],[0.9460005,51.3729],[0.9454995,51.3743],[0.9451005,51.3743],[0.9448005000000002,51.3742],[0.9447005000000003,51.374],[0.9449005,51.3732],[0.9450005,51.3726],[0.9447005000000003,51.3725],[0.9443005,51.3725],[0.9435995000000003,51.3727],[0.9433995,51.3730],[0.9431995,51.3737],[0.9429995,51.3738],[0.9428005,51.3737],[0.9425005,51.3734],[0.9422005,51.3731],[0.9422005,51.3730],[0.9423005,51.3728],[0.9439005,51.3718],[0.9439995,51.3716],[0.9439995,51.3714],[0.9439005,51.3713],[0.9435995000000003,51.3711],[0.9429005,51.3708],[0.9424005000000002,51.3707],[0.9420005,51.3708],[0.9416005,51.3711],[0.9414005,51.3714],[0.9410005000000002,51.3714],[0.9408005,51.371],[0.9406995,51.3704],[0.9404995,51.3702],[0.9400005,51.37],[0.9393005,51.37],[0.9391005,51.3702],[0.9393005,51.3709],[0.9393005,51.3713],[0.9391005,51.3714],[0.9385995,51.3713],[0.9381005,51.3709],[0.9377005,51.3701],[0.9373005000000002,51.3696],[0.9368005,51.3697],[0.9364005,51.3699],[0.9360005,51.3702],[0.9354995000000002,51.3705],[0.9352005,51.3707],[0.9351005,51.3708],[0.9352005,51.3714],[0.9350005,51.3716],[0.9347005,51.3716],[0.9343005,51.3714],[0.9341005,51.3711],[0.9339995,51.3707],[0.9339995,51.3705],[0.9341005,51.3704],[0.9352005,51.3698],[0.9353005,51.3695],[0.9352005,51.3693],[0.9350005,51.3689],[0.9346005,51.3685],[0.9335995,51.3679],[0.9326005000000002,51.3674],[0.9314995,51.3667],[0.9308995,51.3665],[0.9295005,51.3666],[0.9287995,51.3665],[0.9285995,51.3664],[0.9285995,51.3661],[0.9287995,51.3657],[0.9289005,51.365],[0.9287995,51.3648],[0.9281995,51.3645],[0.9279995,51.3643],[0.9278005,51.3641],[0.9275005000000002,51.3636],[0.9273005,51.3628],[0.9272005,51.3623],[0.9267005,51.362],[0.9256995,51.3617],[0.9250005,51.3614],[0.9244005,51.3615],[0.9241005000000002,51.3613],[0.9237995,51.3607],[0.9231995,51.3601],[0.9228005,51.3598],[0.9224005,51.3599],[0.9223005,51.3601],[0.9225005,51.3613],[0.9220005,51.3613],[0.9217005,51.3611],[0.9212995000000002,51.3606],[0.9201005,51.3597],[0.9187005,51.3589],[0.9169005,51.3581],[0.9154005,51.3575],[0.9135005,51.357],[0.9100005,51.356],[0.9074005,51.3554],[0.9054005,51.3553],[0.9033995,51.3551],[0.9010995,51.3549],[0.8975005,51.3547],[0.8912995,51.3554],[0.8889005,51.3561],[0.8845005,51.3573],[0.8831005,51.3578],[0.8825005,51.3583],[0.8820005,51.3604],[0.8818005,51.3608],[0.8812995000000002,51.3614],[0.8803005,51.3622],[0.8785995,51.363],[0.8779005,51.3635],[0.8772005,51.3641],[0.8766005,51.3643],[0.8758005,51.3644],[0.8741005,51.3644],[0.8723005,51.3645],[0.8677005,51.3654],[0.8641005000000003,51.3662],[0.8624005,51.3664],[0.8618005000000002,51.3662],[0.8616005,51.366],[0.8617005,51.3656],[0.8625005,51.3651],[0.8626005,51.3649],[0.8625005,51.3645],[0.8623005,51.3643],[0.8616005,51.3642],[0.8604005000000002,51.3643],[0.8597005,51.3645],[0.8595005,51.3647],[0.8595005,51.3648],[0.8595005,51.365],[0.8604005000000002,51.3653],[0.8606005,51.3654],[0.8606995000000002,51.3662],[0.8606005,51.3675],[0.8606995000000002,51.3679],[0.8612005,51.3682],[0.8614005,51.3686],[0.8614995,51.3689],[0.8612995,51.3696],[0.8610005,51.3698],[0.8602005,51.37],[0.8587005,51.3701],[0.8583995,51.3699],[0.8583005,51.3696],[0.8585005,51.3685],[0.8595005,51.3664],[0.8593005,51.3658],[0.8587005,51.3655],[0.8579995,51.3656],[0.8576005,51.3659],[0.8572005,51.3665],[0.8568005,51.3672],[0.8566005,51.3677],[0.8560995,51.3681],[0.8556005,51.3684],[0.8547005,51.3686],[0.8535005,51.3691],[0.8524005,51.3698],[0.8508995,51.3704],[0.8475005,51.3707],[0.8452005,51.3707],[0.8424005,51.3707],[0.8414005,51.3718],[0.8389995,51.3732],[0.8385005,51.3736],[0.8379005,51.3747],[0.8375005,51.3756],[0.8371005,51.3759],[0.8358995,51.3762],[0.8320005,51.377],[0.8300005,51.3772],[0.8268005,51.3773],[0.8250005,51.3774],[0.8231995,51.3775],[0.8220005,51.3779],[0.8210005,51.3788],[0.8204005,51.3797],[0.8202005,51.3804],[0.8203005,51.3810],[0.8206995,51.3817],[0.8214005,51.3825],[0.8221005,51.3835],[0.8228005000000003,51.3846],[0.8231005,51.3851],[0.8231995,51.3857],[0.8229995,51.3862],[0.8224005,51.3866],[0.8222005,51.3863],[0.8219005,51.3852],[0.8210005,51.3839],[0.8194005,51.3816],[0.8191005000000002,51.3804],[0.8192005,51.3797],[0.8194005,51.3793],[0.8202005,51.3783],[0.8210005,51.3777],[0.8221005,51.3771],[0.8252005000000002,51.3766],[0.8289005000000003,51.3766],[0.8312995,51.3763],[0.8329005,51.3761],[0.8349005,51.3756],[0.8360005000000003,51.3753],[0.8367005,51.3749],[0.8369005,51.3743],[0.8375005,51.3731],[0.8379005,51.3727],[0.8406005,51.3713],[0.8418005,51.3704],[0.8419005,51.3699],[0.8424005,51.3694],[0.8437005,51.3689],[0.8447005,51.3688],[0.8447005,51.3691],[0.8439005,51.3697],[0.8439005,51.37],[0.8448005,51.3701],[0.8464995,51.3698],[0.8497005,51.3689],[0.8512005,51.368],[0.8520005000000002,51.3674],[0.8520005000000002,51.3671],[0.8516005,51.3668],[0.8512995,51.3668],[0.8502005,51.3675],[0.8479005,51.3684],[0.8468005,51.3686],[0.8464005,51.3685],[0.8464005,51.3682],[0.8473005,51.3678],[0.8523005,51.3655],[0.8527005,51.3649],[0.8522005,51.3643],[0.8497005,51.3641],[0.8475005,51.3637],[0.8462005,51.3636],[0.8426005,51.3639],[0.8394005,51.3639],[0.8385995000000003,51.364],[0.8375005,51.3647],[0.8364005,51.3651],[0.8329005,51.3657],[0.8298005,51.3663],[0.8270005,51.3671],[0.8245005,51.368],[0.8229005,51.3691],[0.8223005,51.3692],[0.8212995,51.3693],[0.8208995,51.3693],[0.8206005,51.3692],[0.8203005,51.369],[0.8203005,51.3688],[0.8206995,51.3686],[0.8206995,51.3684],[0.8206005,51.3683],[0.8197005,51.3684],[0.8179995000000002,51.3689],[0.8168005000000002,51.3693],[0.8154005,51.3696],[0.8121005,51.3699],[0.8099005,51.3703],[0.8083005000000002,51.3713],[0.8078005,51.3721],[0.8072005,51.3722],[0.8068005,51.3721],[0.8066005000000002,51.3719],[0.8062005,51.3715],[0.8062005,51.3712],[0.8064005,51.3709],[0.8072005,51.371],[0.8075005,51.3707],[0.8078005,51.3702],[0.8077005,51.37],[0.8064005,51.3701],[0.8054995,51.37],[0.8045005,51.3698],[0.8037995,51.3699],[0.8033995000000003,51.37],[0.8026005,51.3702],[0.8023005,51.3702],[0.8022005000000002,51.37],[0.8018005,51.369],[0.8014005,51.3689],[0.8002005,51.3688],[0.7993005,51.3686],[0.7985005000000002,51.3685],[0.7981995,51.3686],[0.7979005,51.3687],[0.7977005,51.3689],[0.7977005,51.369],[0.7979005,51.3691],[0.7991005,51.3694],[0.7992005,51.3697],[0.7985995,51.3702],[0.7977005,51.371],[0.7966005,51.371],[0.7950005,51.3706],[0.7941005,51.3706],[0.7935005,51.3709],[0.7923005,51.3728],[0.7908995,51.3731],[0.7897005,51.3730],[0.7887995,51.3725],[0.7874005,51.3716],[0.7864005,51.3712],[0.7854995,51.3708],[0.7843005,51.3706],[0.7828005,51.3707],[0.7825005000000003,51.3706],[0.7824005,51.3704],[0.7825005000000003,51.3701],[0.7842005,51.37],[0.7845005,51.3697],[0.7844005,51.3695],[0.7837005,51.3691],[0.7816005,51.3681],[0.7803005,51.3678],[0.7785995,51.3677],[0.7770005,51.3676],[0.7758005,51.3678],[0.7747005,51.368],[0.7735995,51.3685],[0.7726005,51.369],[0.7710005,51.3703],[0.7702005,51.3704],[0.7687005,51.3694],[0.7683995,51.3694],[0.7677005,51.3697],[0.7672005,51.3699],[0.7670005,51.3703],[0.7668005,51.3712],[0.7669005,51.3724],[0.7671005,51.3738],[0.7679005,51.3759],[0.7681995,51.3768],[0.7685995,51.3772],[0.7703005000000003,51.3777],[0.7710005,51.3779],[0.7716005,51.3781],[0.7721005,51.3784],[0.7725005,51.3787],[0.7726005,51.3792],[0.7726005,51.3797],[0.7724005000000002,51.3799],[0.7712995,51.3799],[0.7710995,51.3799],[0.7710005,51.3801],[0.7710995,51.3812],[0.7708995,51.3815],[0.7704005000000002,51.3822],[0.7693005000000002,51.3834],[0.7681005,51.3847],[0.7672005,51.3854],[0.7658005,51.3861],[0.7648005,51.3865],[0.7646005,51.3867],[0.7660005,51.3877],[0.7660005,51.3881],[0.7652005,51.3881],[0.7648005,51.3880],[0.7643005000000002,51.3877],[0.7635005,51.3867],[0.7618005,51.3869],[0.7603005,51.3872],[0.7592005,51.3874],[0.7564995,51.3889],[0.7547005,51.3906],[0.7529995000000002,51.3926],[0.7535995,51.3936],[0.7531995,51.3943],[0.7527005,51.3945],[0.7522005,51.3944],[0.7519005,51.3937],[0.7517005,51.3933],[0.7514005,51.3933],[0.7497005000000002,51.3944],[0.7466005,51.3961],[0.7428005,51.3984],[0.7416005,51.3988],[0.7401005,51.3990],[0.7381005,51.3990],[0.7360005,51.3994],[0.7351005000000002,51.4],[0.7342005,51.4009],[0.7319005,51.4037],[0.7306005,51.4056],[0.7300005,51.4073],[0.7297005,51.4081],[0.7289995,51.409],[0.7283995,51.4096],[0.7274005,51.4105],[0.7260005000000002,51.4116],[0.7250005000000002,51.4123],[0.7244005,51.4128],[0.7237005,51.4137],[0.7235995,51.4141],[0.7235995,51.4144],[0.7239005,51.4146],[0.7242005,51.4147],[0.7251005,51.4148],[0.7260995,51.4146],[0.7274005,51.4141],[0.7289995,51.4127],[0.7306005,51.4107],[0.7326005,51.4095],[0.7348005,51.4088],[0.7372005,51.4092],[0.7387995000000002,51.4096],[0.7404005,51.41],[0.7423005,51.4105],[0.7433995,51.4113],[0.7442005,51.4121],[0.7446005,51.4126],[0.7456995,51.4152],[0.7460995,51.4158],[0.7466005,51.4161],[0.7471005,51.4162],[0.7476005,51.4163],[0.7483005,51.4161],[0.7487005,51.4158],[0.7496005,51.4137],[0.7504995,51.4133],[0.7516005,51.4131],[0.7520005,51.413],[0.7522005,51.4131],[0.7523005,51.4135],[0.7518005,51.4139],[0.7502005,51.4143],[0.7501005,51.4146],[0.7501005,51.4157],[0.7500005,51.4161],[0.7498005,51.4164],[0.7494005,51.4166],[0.7483005,51.4169],[0.7470005,51.4169],[0.7464995,51.4168],[0.7460005000000002,51.4166],[0.7454005,51.4163],[0.7439995,51.4151],[0.7437995,51.4151],[0.7433005,51.4154],[0.7424005,51.4171],[0.7412995,51.4178],[0.7400005,51.4196],[0.7393005,51.421],[0.7387995000000002,51.4221],[0.7387005,51.4226],[0.7387005,51.423],[0.7389995,51.4236],[0.7410995,51.4246],[0.7429995,51.4255],[0.7448005,51.4264],[0.7452005,51.4269],[0.7454005,51.4274],[0.7452005,51.4292],[0.7453005,51.4298],[0.7454995,51.4303],[0.7475005,51.4316],[0.7489005,51.4331],[0.7495005,51.4341],[0.7498005,51.4349],[0.7506005,51.4370],[0.7508995000000003,51.438],[0.7510005,51.4387],[0.7510005,51.4391],[0.7508005,51.4395],[0.7504995,51.4398],[0.7479995,51.4397],[0.7460005000000002,51.4396],[0.7450005,51.4398],[0.7447005,51.4399],[0.7446005,51.4401],[0.7446005,51.4406],[0.7450005,51.4413],[0.7456005,51.4421],[0.7460005000000002,51.4423],[0.7462005,51.4423],[0.7468005,51.4423],[0.7470005,51.4422],[0.7477005,51.4413],[0.7479995,51.4413],[0.7481995,51.4414],[0.7483005,51.4416],[0.7479995,51.4425],[0.7481005,51.4428],[0.7487005,51.4431],[0.7492005,51.4432],[0.7494005,51.4434],[0.7494005,51.4437],[0.7493005,51.4438],[0.7491005,51.4439],[0.7485005,51.444],[0.7468005,51.4441],[0.7462005,51.4442],[0.7456005,51.4445],[0.7453005,51.4448],[0.7449005,51.4458],[0.7448005,51.4464],[0.7450005,51.4473],[0.7453005,51.4477],[0.7460005000000002,51.4478],[0.7471005,51.4477],[0.7489005,51.4472],[0.7508995000000003,51.4464],[0.7523005,51.4459],[0.7556005,51.4451],[0.7585995,51.4442],[0.7612995,51.4432],[0.7652005,51.4418]]],[[[0.7317005,51.4209],[0.7314995,51.4208],[0.7310995,51.4206],[0.7303005,51.4208],[0.7293005,51.4209],[0.7283995,51.4209],[0.7276005,51.4208],[0.7262995,51.4204],[0.7249005,51.4199],[0.7235995,51.4195],[0.7225005,51.4192],[0.7218005,51.4191],[0.7208995,51.4192],[0.7196005,51.4195],[0.7181995,51.4197],[0.7166005,51.4197],[0.7162995,51.4198],[0.7162005,51.42],[0.7162005,51.4201],[0.7164005,51.4203],[0.7183005,51.4203],[0.7198005,51.4204],[0.7210995,51.4209],[0.7222005,51.4212],[0.7233995,51.4216],[0.7256005,51.422],[0.7281005,51.4228],[0.7292005,51.423],[0.7301005000000002,51.423],[0.7306005,51.4227],[0.7314005000000002,51.4218],[0.7316005,51.4215],[0.7317005,51.4209]]],[[[0.8353005,51.3565],[0.8349005,51.3564],[0.8328005,51.3566],[0.8312005,51.3568],[0.8283005,51.3571],[0.8269005,51.3572],[0.8258995,51.3574],[0.8250005,51.3578],[0.8246005,51.358],[0.8237995,51.3583],[0.8231005,51.3586],[0.8226005,51.3588],[0.8225005,51.3589],[0.8228005000000003,51.3591],[0.8235005,51.3591],[0.8246005,51.3589],[0.8267005,51.3583],[0.8308005,51.3577],[0.8329005,51.3574],[0.8342005,51.3573],[0.8349005,51.3572],[0.8354005,51.3569],[0.8353005,51.3565]]],[[[0.8578005,51.3635],[0.8575005,51.3635],[0.8569005,51.3637],[0.8558005,51.3642],[0.8548005,51.3647],[0.8531005,51.3659],[0.8531005,51.3663],[0.8531995000000002,51.3665],[0.8533995,51.3666],[0.8539005,51.3666],[0.8549005,51.3659],[0.8567005,51.3647],[0.8579995,51.364],[0.8583005,51.3638],[0.8583005,51.3635],[0.8578005,51.3635]]]]}, properties:{name:"Kent"}}, {type:"Feature", geometry:{type:"MultiPolygon", coordinates:[[[[-2.471801, 54.2168],[-2.476201, 54.2094],[-2.4769, 54.2078],[-2.4774, 54.2066],[-2.4779, 54.2044],[-2.4783, 54.2038],[-2.482599, 54.2005],[-2.487499, 54.1970],[-2.4909, 54.1946],[-2.494699, 54.1916],[-2.4981, 54.1887],[-2.5032, 54.1853],[-2.5092, 54.181],[-2.513799, 54.1785],[-2.522799, 54.1747],[-2.5265, 54.1724],[-2.5272, 54.1718],[-2.5279, 54.1703],[-2.5292, 54.1667],[-2.5297, 54.1653],[-2.52990, 54.165],[-2.5323, 54.1636],[-2.5332, 54.162],[-2.5339, 54.1601],[-2.534899, 54.1589],[-2.5365, 54.1581],[-2.537199, 54.1579],[-2.5394, 54.1578],[-2.54340, 54.1577],[-2.545, 54.1576],[-2.545599, 54.1575],[-2.546201, 54.1572],[-2.5476, 54.1562],[-2.549, 54.1556],[-2.5504, 54.1553],[-2.551201, 54.1554],[-2.5552, 54.1554],[-2.558, 54.1551],[-2.561001, 54.1546],[-2.562299, 54.1529],[-2.562599, 54.1519],[-2.562599, 54.1517],[-2.5595, 54.1510],[-2.5581, 54.1509],[-2.557499, 54.1507],[-2.557199, 54.1503],[-2.557001, 54.1492],[-2.5574, 54.1468],[-2.5576, 54.1456],[-2.56040, 54.1451],[-2.5618, 54.1448],[-2.562799, 54.1437],[-2.5631, 54.1429],[-2.562999, 54.1424],[-2.562599, 54.1399],[-2.5625, 54.1395],[-2.562599, 54.1368],[-2.562299, 54.1341],[-2.5632, 54.1313],[-2.563999, 54.1294],[-2.5648, 54.1283],[-2.565, 54.1279],[-2.5639, 54.1252],[-2.562799, 54.1228],[-2.5616, 54.1218],[-2.5594, 54.1213],[-2.555, 54.1204],[-2.5513, 54.1194],[-2.548, 54.1186],[-2.546401, 54.1181],[-2.546401, 54.1178],[-2.5467, 54.1167],[-2.547, 54.1155],[-2.547, 54.1152],[-2.546801, 54.1148],[-2.5459, 54.1139],[-2.5432, 54.1122],[-2.541001, 54.1113],[-2.5388, 54.1102],[-2.5378, 54.1092],[-2.5376, 54.1087],[-2.5376, 54.1081],[-2.5388, 54.1056],[-2.538701, 54.1052],[-2.5383, 54.1046],[-2.537499, 54.1042],[-2.5353, 54.1037],[-2.531801, 54.1033],[-2.527999, 54.1029],[-2.525899, 54.1023],[-2.525599, 54.1019],[-2.5267, 54.1002],[-2.5269, 54.0991],[-2.5269, 54.0982],[-2.5267, 54.0974],[-2.526201, 54.0966],[-2.5255, 54.0963],[-2.5236, 54.0963],[-2.5204, 54.0964],[-2.516299, 54.0962],[-2.5099, 54.0953],[-2.507999, 54.0949],[-2.5079, 54.0947],[-2.508399, 54.0932],[-2.5079, 54.0926],[-2.507, 54.0924],[-2.4993, 54.0916],[-2.493999, 54.0909],[-2.4913, 54.0903],[-2.485199, 54.0884],[-2.481601, 54.0868],[-2.478501, 54.0850],[-2.476401, 54.0833],[-2.4728, 54.0805],[-2.4712, 54.0796],[-2.4644, 54.0770],[-2.4632, 54.0762],[-2.463099, 54.0757],[-2.4646, 54.0693],[-2.463799, 54.0631],[-2.463799, 54.0624],[-2.464, 54.0617],[-2.4644, 54.0607],[-2.467, 54.0575],[-2.4688, 54.0557],[-2.469899, 54.0537],[-2.4704, 54.0523],[-2.470299, 54.0509],[-2.470099, 54.05],[-2.469501, 54.0492],[-2.46760, 54.0468],[-2.4666, 54.0459],[-2.464799, 54.0448],[-2.461299, 54.0432],[-2.458501, 54.042],[-2.457, 54.0416],[-2.453399, 54.0416],[-2.4477, 54.042],[-2.4468, 54.0424],[-2.444799, 54.0436],[-2.443599, 54.0438],[-2.439501, 54.0433],[-2.4324, 54.0426],[-2.431201, 54.0423],[-2.430099, 54.0421],[-2.427999, 54.0411],[-2.4266, 54.0403],[-2.426001, 54.0402],[-2.422699, 54.0408],[-2.4196, 54.0418],[-2.4161, 54.0427],[-2.412, 54.0436],[-2.406899, 54.044],[-2.401401, 54.0448],[-2.396001, 54.0451],[-2.391401, 54.0453],[-2.3882, 54.0453],[-2.3873, 54.0456],[-2.3849, 54.0472],[-2.382999, 54.0481],[-2.380399, 54.049],[-2.378901, 54.0492],[-2.3736, 54.0498],[-2.3715, 54.0496],[-2.3703, 54.0491],[-2.3682, 54.0478],[-2.3656, 54.046],[-2.361201, 54.0424],[-2.3605, 54.0416],[-2.3598, 54.04],[-2.3598, 54.039],[-2.3603, 54.0374],[-2.360699, 54.0366],[-2.360699, 54.036],[-2.359699, 54.0346],[-2.359301, 54.034],[-2.358799, 54.0332],[-2.3592, 54.0316],[-2.358999, 54.0268],[-2.3584, 54.0253],[-2.356601, 54.0228],[-2.354599, 54.0210],[-2.3538, 54.0204],[-2.352499, 54.0199],[-2.351201, 54.0200],[-2.349301, 54.0198],[-2.344501, 54.0189],[-2.3429, 54.0184],[-2.3419, 54.0171],[-2.341401, 54.0165],[-2.340699, 54.0148],[-2.3396, 54.0125],[-2.338399, 54.0104],[-2.338599, 54.0097],[-2.3392, 54.0094],[-2.341401, 54.0099],[-2.345799, 54.0125],[-2.3496, 54.0142],[-2.350899, 54.0138],[-2.3519, 54.0128],[-2.3526, 54.0118],[-2.353199, 54.0091],[-2.352499, 54.0057],[-2.3505, 54.0004],[-2.3505, 53.9994],[-2.347199, 53.9944],[-2.3457, 53.9937],[-2.3394, 53.9902],[-2.338399, 53.9901],[-2.334899, 53.9923],[-2.33340, 53.9918],[-2.3317, 53.9908],[-2.326401, 53.9941],[-2.324899, 53.9943],[-2.3175, 53.9947],[-2.311201, 53.99],[-2.299101, 53.9826],[-2.294301, 53.981],[-2.2946, 53.9801],[-2.296401, 53.9771],[-2.2952, 53.9757],[-2.2857, 53.9753],[-2.2788, 53.9754],[-2.255599, 53.9787],[-2.249, 53.9797],[-2.241, 53.9816],[-2.226201, 53.9814],[-2.2235, 53.9801],[-2.2209, 53.98],[-2.2197, 53.9798],[-2.219, 53.9794],[-2.218199, 53.9789],[-2.2184, 53.978],[-2.220599, 53.9753],[-2.2242, 53.9709],[-2.2242, 53.9639],[-2.221699, 53.9636],[-2.2154, 53.9657],[-2.2142, 53.9658],[-2.2104, 53.9637],[-2.209899, 53.9636],[-2.209301, 53.9638],[-2.204101, 53.9682],[-2.200099, 53.9707],[-2.1987, 53.9712],[-2.197799, 53.9713],[-2.196899, 53.9712],[-2.1964, 53.9704],[-2.196001, 53.9698],[-2.193399, 53.9648],[-2.1907, 53.9598],[-2.1838, 53.9529],[-2.1798, 53.9497],[-2.1782, 53.9480],[-2.1781, 53.9476],[-2.1786, 53.947],[-2.1838, 53.9446],[-2.183501, 53.942],[-2.181499, 53.9374],[-2.1784, 53.9364],[-2.1743, 53.9356],[-2.173701, 53.9361],[-2.171, 53.9389],[-2.1668, 53.9379],[-2.162199, 53.935],[-2.16, 53.933],[-2.162499, 53.9312],[-2.1626, 53.9308],[-2.1626, 53.9296],[-2.162199, 53.9289],[-2.151801, 53.9281],[-2.1452, 53.9271],[-2.1415, 53.9267],[-2.141001, 53.927],[-2.141001, 53.9292],[-2.1408, 53.9297],[-2.140199, 53.9301],[-2.1396, 53.9301],[-2.1366, 53.9296],[-2.1308, 53.9288],[-2.127599, 53.9246],[-2.123199, 53.9248],[-2.119699, 53.9176],[-2.112099, 53.9177],[-2.1113, 53.9137],[-2.105099, 53.9088],[-2.111001, 53.9065],[-2.1117, 53.9052],[-2.1061, 53.8963],[-2.1016, 53.8927],[-2.0939, 53.8883],[-2.092799, 53.8868],[-2.092099, 53.8861],[-2.086601, 53.8828],[-2.082999, 53.8805],[-2.080899, 53.8785],[-2.079799, 53.877],[-2.078599, 53.8721],[-2.0776, 53.8712],[-2.0761, 53.87],[-2.074899, 53.8681],[-2.0757, 53.8657],[-2.0717, 53.8631],[-2.071201, 53.8629],[-2.0614, 53.8607],[-2.045, 53.8518],[-2.0455, 53.8491],[-2.044899, 53.8428],[-2.0453, 53.8343],[-2.045799, 53.8326],[-2.046601, 53.8310],[-2.047199, 53.8304],[-2.0481, 53.8298],[-2.0635, 53.8253],[-2.0793, 53.8211],[-2.0824, 53.819],[-2.1078, 53.8079],[-2.115299, 53.8047],[-2.12420, 53.801],[-2.1256, 53.8002],[-2.1262, 53.7996],[-2.126699, 53.799],[-2.126801, 53.7981],[-2.1271, 53.7945],[-2.127399, 53.7938],[-2.1282, 53.793],[-2.1282, 53.7927],[-2.128099, 53.7926],[-2.1233, 53.79],[-2.1231, 53.7898],[-2.1233, 53.7894],[-2.1241, 53.7885],[-2.1263, 53.7868],[-2.1336, 53.7832],[-2.134399, 53.782],[-2.1349, 53.7807],[-2.1349, 53.7801],[-2.1342, 53.7788],[-2.129501, 53.7756],[-2.128999, 53.7746],[-2.128599, 53.7736],[-2.1284, 53.7720],[-2.1282, 53.7644],[-2.1284, 53.7628],[-2.1287, 53.7619],[-2.1299, 53.7600],[-2.13, 53.7595],[-2.127899, 53.7567],[-2.1277, 53.7557],[-2.127599, 53.7548],[-2.128, 53.7538],[-2.128799, 53.7528],[-2.1298, 53.752],[-2.140399, 53.7478],[-2.141001, 53.7475],[-2.141201, 53.7472],[-2.1417, 53.7464],[-2.1418, 53.7461],[-2.1418, 53.7458],[-2.1418, 53.7455],[-2.141601, 53.7452],[-2.140599, 53.7446],[-2.1394, 53.7451],[-2.138999, 53.7449],[-2.1387, 53.7441],[-2.1384, 53.7423],[-2.1449, 53.7356],[-2.150899, 53.7357],[-2.153199, 53.7364],[-2.154, 53.7365],[-2.1605, 53.7317],[-2.1677, 53.7283],[-2.1717, 53.7254],[-2.1682, 53.7209],[-2.170599, 53.7155],[-2.167099, 53.7125],[-2.1624, 53.7094],[-2.160599, 53.7079],[-2.161201, 53.6999],[-2.164, 53.6990],[-2.167001, 53.6979],[-2.1772, 53.6924],[-2.181299, 53.6889],[-2.181601, 53.6883],[-2.1844, 53.6857],[-2.185499, 53.6844],[-2.1874, 53.6847],[-2.193501, 53.6844],[-2.2, 53.6818],[-2.206201, 53.679],[-2.209399, 53.6762],[-2.214799, 53.671],[-2.216001, 53.6701],[-2.217299, 53.6694],[-2.217799, 53.6694],[-2.2209, 53.6699],[-2.2291, 53.6706],[-2.2377, 53.6673],[-2.244999, 53.6634],[-2.250099, 53.6601],[-2.254699, 53.6581],[-2.259, 53.6565],[-2.264699, 53.6507],[-2.2655, 53.6488],[-2.265899, 53.6471],[-2.266099, 53.6451],[-2.2634, 53.6343],[-2.261699, 53.6289],[-2.2576, 53.6239],[-2.257299, 53.6222],[-2.2576, 53.6202],[-2.257999, 53.6186],[-2.2583, 53.6182],[-2.2632, 53.617],[-2.2669, 53.6166],[-2.2699, 53.6172],[-2.270299, 53.6173],[-2.2716, 53.6204],[-2.271899, 53.6206],[-2.274501, 53.6202],[-2.275, 53.6203],[-2.2755, 53.6205],[-2.278501, 53.6224],[-2.2794, 53.6228],[-2.279999, 53.6229],[-2.2829, 53.6292],[-2.283799, 53.6311],[-2.2867, 53.6345],[-2.2911, 53.64],[-2.294399, 53.6449],[-2.2952, 53.6480],[-2.2952, 53.6511],[-2.2946, 53.6538],[-2.293099, 53.6569],[-2.292001, 53.6607],[-2.2925, 53.6647],[-2.2934, 53.6668],[-2.2939, 53.6674],[-2.294301, 53.6674],[-2.310899, 53.6585],[-2.316601, 53.6562],[-2.3227, 53.6587],[-2.3303, 53.657],[-2.3418, 53.6575],[-2.352499, 53.6599],[-2.353501, 53.6606],[-2.354, 53.6644],[-2.354399, 53.6652],[-2.3585, 53.6664],[-2.369101, 53.6679],[-2.3742, 53.6744],[-2.375, 53.6843],[-2.3754, 53.6852],[-2.375799, 53.6857],[-2.3763, 53.6859],[-2.384501, 53.6868],[-2.390199, 53.6876],[-2.391299, 53.6878],[-2.392299, 53.6884],[-2.3958, 53.6912],[-2.401401, 53.6954],[-2.410199, 53.7015],[-2.4165, 53.7052],[-2.4184, 53.7067],[-2.419199, 53.7080],[-2.419301, 53.7094],[-2.419699, 53.7102],[-2.4344, 53.72],[-2.436899, 53.7224],[-2.4375, 53.7235],[-2.438299, 53.7265],[-2.4389, 53.7306],[-2.438999, 53.7356],[-2.439199, 53.7373],[-2.440399, 53.7399],[-2.440799, 53.7415],[-2.440599, 53.743],[-2.4403, 53.7441],[-2.440599, 53.75],[-2.441499, 53.7514],[-2.443099, 53.7527],[-2.444, 53.754],[-2.44450, 53.7562],[-2.44450, 53.7576],[-2.4446, 53.7584],[-2.444799, 53.7589],[-2.4477, 53.7603],[-2.4486, 53.7611],[-2.449501, 53.7623],[-2.4498, 53.7631],[-2.449899, 53.7635],[-2.4496, 53.7644],[-2.449199, 53.7650],[-2.4484, 53.7658],[-2.4482, 53.7660],[-2.4482, 53.7664],[-2.4523, 53.7697],[-2.455499, 53.7729],[-2.461, 53.782],[-2.462399, 53.7818],[-2.4651, 53.7818],[-2.469199, 53.7837],[-2.474301, 53.7815],[-2.4758, 53.7809],[-2.4772, 53.7816],[-2.477999, 53.7815],[-2.478199, 53.781],[-2.477799, 53.7792],[-2.477999, 53.7782],[-2.4783, 53.7774],[-2.4797, 53.7763],[-2.4821, 53.7748],[-2.4832, 53.7742],[-2.4848, 53.7736],[-2.4911, 53.7721],[-2.4963, 53.7706],[-2.5, 53.7700],[-2.5025, 53.7697],[-2.5065, 53.7700],[-2.508399, 53.7697],[-2.509799, 53.7693],[-2.5113, 53.7685],[-2.513099, 53.7674],[-2.514101, 53.7667],[-2.5157, 53.7654],[-2.5172, 53.764],[-2.518701, 53.7629],[-2.521801, 53.7613],[-2.5225, 53.761],[-2.5229, 53.7609],[-2.524199, 53.7608],[-2.525599, 53.7608],[-2.526299, 53.7607],[-2.5283, 53.7602],[-2.5293, 53.7598],[-2.5304, 53.7596],[-2.5311, 53.7596],[-2.5327, 53.7598],[-2.5337, 53.7600],[-2.534301, 53.7601],[-2.535199, 53.7603],[-2.5369, 53.7605],[-2.538599, 53.7606],[-2.540499, 53.7606],[-2.5427, 53.7603],[-2.5448, 53.7597],[-2.546601, 53.759],[-2.548599, 53.7581],[-2.5501, 53.7572],[-2.5511, 53.7558],[-2.5516, 53.7549],[-2.551899, 53.7538],[-2.552001, 53.7522],[-2.552299, 53.7515],[-2.552599, 53.7509],[-2.5532, 53.7501],[-2.5535, 53.7497],[-2.553999, 53.7493],[-2.556401, 53.7483],[-2.558399, 53.7477],[-2.5611, 53.7472],[-2.561201, 53.7471],[-2.5614, 53.7458],[-2.562001, 53.7448],[-2.562599, 53.7439],[-2.564501, 53.7425],[-2.564899, 53.742],[-2.564899, 53.7416],[-2.5648, 53.741],[-2.5646, 53.7407],[-2.5631, 53.7396],[-2.5627, 53.739],[-2.5625, 53.7385],[-2.5624, 53.7378],[-2.5629, 53.7359],[-2.5631, 53.7351],[-2.5646, 53.7324],[-2.565599, 53.7312],[-2.5659, 53.7306],[-2.5659, 53.7302],[-2.565799, 53.7298],[-2.565399, 53.7292],[-2.564699, 53.7286],[-2.5635, 53.728],[-2.5615, 53.7277],[-2.559101, 53.7273],[-2.5581, 53.727],[-2.555599, 53.726],[-2.5534, 53.7256],[-2.5497, 53.726],[-2.547699, 53.7253],[-2.5471, 53.7249],[-2.546601, 53.7244],[-2.546499, 53.724],[-2.5471, 53.7222],[-2.547199, 53.7217],[-2.5469, 53.7212],[-2.546499, 53.7206],[-2.546201, 53.7202],[-2.5457, 53.72],[-2.544399, 53.7198],[-2.5423, 53.7194],[-2.5415, 53.7191],[-2.5394, 53.7175],[-2.538501, 53.7169],[-2.5383, 53.7167],[-2.538199, 53.7163],[-2.5391, 53.7138],[-2.5395, 53.7133],[-2.540299, 53.7120],[-2.5404, 53.7117],[-2.540699, 53.7103],[-2.5409, 53.7096],[-2.5416, 53.7072],[-2.541899, 53.7064],[-2.5413, 53.7062],[-2.539799, 53.7056],[-2.539, 53.7045],[-2.538199, 53.7037],[-2.5381, 53.7035],[-2.538501, 53.7033],[-2.5388, 53.7028],[-2.538199, 53.7015],[-2.5374, 53.7007],[-2.534899, 53.6988],[-2.531001, 53.6960],[-2.5274, 53.6963],[-2.526801, 53.6962],[-2.524101, 53.6958],[-2.5207, 53.6954],[-2.5192, 53.6949],[-2.5183, 53.694],[-2.5171, 53.6938],[-2.516201, 53.6934],[-2.515599, 53.693],[-2.514699, 53.6922],[-2.514301, 53.6917],[-2.513999, 53.6912],[-2.513999, 53.6906],[-2.515899, 53.6859],[-2.516299, 53.6848],[-2.516401, 53.6842],[-2.516601, 53.6825],[-2.5167, 53.6807],[-2.5171, 53.6788],[-2.518701, 53.676],[-2.522399, 53.6726],[-2.5234, 53.6716],[-2.523799, 53.671],[-2.524301, 53.67],[-2.524899, 53.6676],[-2.5253, 53.6635],[-2.524899, 53.659],[-2.524899, 53.6553],[-2.525199, 53.6517],[-2.526401, 53.6455],[-2.526601, 53.6438],[-2.526401, 53.6427],[-2.525899, 53.6418],[-2.5111, 53.6287],[-2.535, 53.6143],[-2.538, 53.6129],[-2.5513, 53.6096],[-2.551899, 53.6093],[-2.5527, 53.6087],[-2.5538, 53.6076],[-2.5552, 53.6047],[-2.557499, 53.6026],[-2.558701, 53.6017],[-2.5594, 53.6013],[-2.566099, 53.5986],[-2.5716, 53.5961],[-2.5722, 53.5964],[-2.5783, 53.6024],[-2.5857, 53.6107],[-2.586401, 53.611],[-2.587699, 53.6111],[-2.5903, 53.6107],[-2.5938, 53.6103],[-2.598, 53.6099],[-2.602299, 53.6098],[-2.6071, 53.6091],[-2.6085, 53.6087],[-2.6094, 53.6084],[-2.610199, 53.6079],[-2.611401, 53.6069],[-2.6127, 53.6058],[-2.613701, 53.6049],[-2.615, 53.6038],[-2.6162, 53.6025],[-2.6173, 53.6007],[-2.6184, 53.5981],[-2.618701, 53.5977],[-2.620199, 53.5966],[-2.622999, 53.5951],[-2.6257, 53.5991],[-2.6263, 53.6002],[-2.626699, 53.6011],[-2.626699, 53.6025],[-2.6257, 53.6089],[-2.625799, 53.6091],[-2.6261, 53.6092],[-2.6347, 53.6105],[-2.64360, 53.6093],[-2.652999, 53.6073],[-2.653701, 53.607],[-2.654, 53.6067],[-2.654599, 53.605],[-2.6573, 53.604],[-2.65980, 53.6034],[-2.662199, 53.6034],[-2.665299, 53.6037],[-2.6677, 53.6045],[-2.67, 53.6052],[-2.674, 53.6055],[-2.6772, 53.6052],[-2.681499, 53.6043],[-2.6843, 53.6038],[-2.685899, 53.6036],[-2.691, 53.6055],[-2.691499, 53.6054],[-2.6919, 53.6047],[-2.693, 53.602],[-2.696899, 53.5943],[-2.6991, 53.5909],[-2.699899, 53.5898],[-2.701299, 53.5885],[-2.703399, 53.5877],[-2.7067, 53.5867],[-2.7081, 53.5860],[-2.709301, 53.5847],[-2.7119, 53.5828],[-2.7128, 53.5820],[-2.712899, 53.5813],[-2.7128, 53.5795],[-2.713, 53.5791],[-2.7145, 53.5783],[-2.7154, 53.578],[-2.719199, 53.5761],[-2.719301, 53.5758],[-2.7179, 53.5754],[-2.7174, 53.5751],[-2.717099, 53.5747],[-2.717099, 53.5746],[-2.717099, 53.5743],[-2.7176, 53.5731],[-2.7174, 53.5721],[-2.7165, 53.5705],[-2.71470, 53.5687],[-2.709301, 53.5647],[-2.7054, 53.5619],[-2.7065, 53.5601],[-2.70860, 53.5572],[-2.7112, 53.5541],[-2.712699, 53.5504],[-2.7154, 53.5477],[-2.7151, 53.5452],[-2.717299, 53.5425],[-2.717099, 53.5390],[-2.7154, 53.5363],[-2.715699, 53.5342],[-2.7179, 53.5287],[-2.7183, 53.5247],[-2.7204, 53.5213],[-2.746001, 53.5186],[-2.752001, 53.5172],[-2.7578, 53.5145],[-2.7636, 53.5141],[-2.765599, 53.5145],[-2.7678, 53.5161],[-2.769, 53.5175],[-2.7704, 53.5205],[-2.7713, 53.5217],[-2.77570, 53.5259],[-2.7812, 53.5328],[-2.7816, 53.5337],[-2.789999, 53.5290],[-2.7936, 53.5236],[-2.7946, 53.5225],[-2.795599, 53.5221],[-2.8025, 53.5205],[-2.806, 53.5198],[-2.807699, 53.5193],[-2.811001, 53.5168],[-2.813999, 53.5151],[-2.8171, 53.5119],[-2.8183, 53.5091],[-2.819, 53.5077],[-2.818799, 53.5057],[-2.8176, 53.5009],[-2.817899, 53.4965],[-2.821201, 53.4963],[-2.823299, 53.4974],[-2.8283, 53.5016],[-2.8304, 53.5037],[-2.831001, 53.5043],[-2.831401, 53.5044],[-2.8352, 53.5035],[-2.838701, 53.5031],[-2.838901, 53.5032],[-2.840499, 53.5055],[-2.8415, 53.5065],[-2.842499, 53.5073],[-2.8454, 53.5083],[-2.852799, 53.5102],[-2.8585, 53.5115],[-2.8613, 53.5135],[-2.862799, 53.5142],[-2.86520, 53.5145],[-2.86920, 53.5142],[-2.8718, 53.5135],[-2.8762, 53.5183],[-2.878, 53.5211],[-2.878901, 53.5221],[-2.8818, 53.5220],[-2.88280, 53.5221],[-2.8864, 53.5227],[-2.895099, 53.5215],[-2.921299, 53.5272],[-2.929301, 53.5337],[-2.9444, 53.5423],[-2.945699, 53.5433],[-2.95, 53.5447],[-2.9543, 53.5456],[-2.96490, 53.5496],[-2.9705, 53.5491],[-2.972699, 53.5487],[-2.9745, 53.5481],[-2.976001, 53.5475],[-2.9779, 53.5462],[-2.9781, 53.5456],[-2.9779, 53.5448],[-2.977299, 53.5438],[-2.9763, 53.5422],[-2.973599, 53.5387],[-2.9721, 53.5371],[-2.970799, 53.5352],[-2.97, 53.5344],[-2.969599, 53.5343],[-2.96700, 53.5341],[-2.966401, 53.5337],[-2.966001, 53.5331],[-2.9651, 53.5318],[-2.9623, 53.5263],[-2.962001, 53.5258],[-2.961299, 53.5237],[-2.9611, 53.5225],[-2.9611, 53.5211],[-2.961401, 53.5201],[-2.9623, 53.5187],[-2.966401, 53.5169],[-2.9683, 53.5162],[-2.9698, 53.5157],[-2.971699, 53.5155],[-2.973599, 53.5157],[-2.9753, 53.5159],[-2.9765, 53.5165],[-2.9779, 53.5173],[-2.9804, 53.5190],[-2.9904, 53.5255],[-2.997499, 53.5294],[-2.9988, 53.5299],[-2.999599, 53.5299],[-3.000299, 53.5298],[-3.006001, 53.5305],[-3.0092, 53.5333],[-3.011899, 53.5358],[-3.0136, 53.5382],[-3.0146, 53.5394],[-3.0192, 53.5413],[-3.0225, 53.5424],[-3.024199, 53.5428],[-3.0253, 53.543],[-3.025899, 53.5428],[-3.028501, 53.5409],[-3.0293, 53.5405],[-3.0311, 53.5399],[-3.036401, 53.5421],[-3.038901, 53.542],[-3.0409, 53.5419],[-3.041699, 53.5424],[-3.0418, 53.5428],[-3.041699, 53.543],[-3.039799, 53.5444],[-3.0388, 53.5455],[-3.0348, 53.5486],[-3.031801, 53.5512],[-3.031899, 53.5515],[-3.0376, 53.555],[-3.037899, 53.5557],[-3.0376, 53.5586],[-3.0378, 53.5601],[-3.0388, 53.5625],[-3.038901, 53.5632],[-3.038901, 53.5637],[-3.038599, 53.5644],[-3.037699, 53.5656],[-3.03440, 53.5674],[-3.031699, 53.5683],[-3.0291, 53.5689],[-3.02570, 53.5697],[-3.02150, 53.5698],[-3.019, 53.57],[-3.017999, 53.5702],[-3.013299, 53.5711],[-3.01370, 53.5723],[-3.0136, 53.5728],[-3.0127, 53.5744],[-3.0128, 53.5749],[-3.0129, 53.5751],[-3.0144, 53.5754],[-3.0146, 53.5755],[-3.014699, 53.5757],[-3.0146, 53.576],[-3.014199, 53.5769],[-3.014301, 53.5788],[-3.014199, 53.5798],[-3.013999, 53.5805],[-3.01370, 53.5812],[-3.012599, 53.5830],[-3.0127, 53.5832],[-3.0129, 53.5834],[-3.013299, 53.5836],[-3.015399, 53.5838],[-3.0195, 53.5844],[-3.0225, 53.5847],[-3.02360, 53.5849],[-3.0232, 53.5874],[-3.0237, 53.5876],[-3.026299, 53.5878],[-3.0269, 53.5882],[-3.027, 53.5889],[-3.026801, 53.5906],[-3.025899, 53.5934],[-3.024899, 53.5961],[-3.0229, 53.5988],[-3.0193, 53.6022],[-3.016299, 53.6045],[-3.01370, 53.6062],[-3.009501, 53.6097],[-3.005399, 53.6108],[-3.0048, 53.6108],[-3.002399, 53.6129],[-3.002199, 53.6132],[-3.0027, 53.6155],[-3.002899, 53.616],[-3.0046, 53.6166],[-3.0046, 53.6169],[-3.0002, 53.6207],[-2.9969, 53.6209],[-2.992399, 53.6217],[-2.9889, 53.6231],[-2.9881, 53.6241],[-2.9876, 53.6243],[-2.98510, 53.6244],[-2.98490, 53.6248],[-2.98490, 53.6255],[-2.98510, 53.6257],[-2.986601, 53.6263],[-2.987799, 53.6263],[-2.992599, 53.6263],[-2.994301, 53.626],[-2.9948, 53.6259],[-2.9956, 53.6256],[-2.996401, 53.6254],[-2.9968, 53.6255],[-2.997299, 53.6261],[-2.997699, 53.6263],[-2.9988, 53.6268],[-3.000299, 53.6276],[-3.0007, 53.6277],[-3.0011, 53.628],[-3.001499, 53.6284],[-3.001699, 53.6288],[-3.001801, 53.6293],[-3.001499, 53.6298],[-2.998199, 53.6321],[-2.9776, 53.6231],[-2.9714, 53.6277],[-2.9712, 53.6285],[-2.9684, 53.6309],[-2.964101, 53.6347],[-2.96260, 53.636],[-2.9621, 53.6388],[-2.962001, 53.6391],[-2.9602, 53.6409],[-2.95880, 53.6421],[-2.9566, 53.6434],[-2.956201, 53.6438],[-2.95670, 53.6455],[-2.957, 53.6464],[-2.957, 53.6466],[-2.9556, 53.6480],[-2.9542, 53.6498],[-2.95, 53.6531],[-2.9432, 53.6579],[-2.941401, 53.6588],[-2.941099, 53.6591],[-2.9409, 53.6601],[-2.9412, 53.6615],[-2.944, 53.6642],[-2.94660, 53.667],[-2.946899, 53.6675],[-2.9468, 53.6678],[-2.946201, 53.6685],[-2.944, 53.6711],[-2.941499, 53.6738],[-2.941299, 53.6745],[-2.942001, 53.6773],[-2.9432, 53.6802],[-2.943599, 53.6812],[-2.944, 53.6819],[-2.9461, 53.6846],[-2.947599, 53.6869],[-2.9491, 53.6888],[-2.9489, 53.689],[-2.9486, 53.69],[-2.948299, 53.6904],[-2.9479, 53.6907],[-2.947599, 53.6908],[-2.9465, 53.6908],[-2.944, 53.6906],[-2.943599, 53.6906],[-2.942899, 53.6908],[-2.942199, 53.6914],[-2.9419, 53.6916],[-2.940799, 53.6917],[-2.9385, 53.6921],[-2.9368, 53.6927],[-2.9367, 53.6929],[-2.9368, 53.6931],[-2.937299, 53.6932],[-2.938299, 53.6932],[-2.9407, 53.6925],[-2.9428, 53.6922],[-2.9453, 53.692],[-2.947799, 53.6919],[-2.9498, 53.692],[-2.951801, 53.6922],[-2.9526, 53.6923],[-2.953399, 53.6923],[-2.9551, 53.6919],[-2.9554, 53.6919],[-2.955899, 53.692],[-2.957, 53.6925],[-2.957599, 53.6928],[-2.958501, 53.6931],[-2.959501, 53.6936],[-2.9597, 53.694],[-2.959899, 53.6946],[-2.959899, 53.6949],[-2.9598, 53.6951],[-2.959301, 53.6955],[-2.957999, 53.6957],[-2.9561, 53.6955],[-2.954101, 53.6948],[-2.9532, 53.6945],[-2.952399, 53.6944],[-2.9519, 53.6945],[-2.951801, 53.6946],[-2.951699, 53.6947],[-2.951801, 53.6949],[-2.9521, 53.6951],[-2.9532, 53.6956],[-2.953399, 53.6958],[-2.9533, 53.6961],[-2.953, 53.6962],[-2.951699, 53.6958],[-2.949501, 53.6946],[-2.947099, 53.694],[-2.9451, 53.6937],[-2.9446, 53.6937],[-2.943901, 53.6937],[-2.943799, 53.6942],[-2.943901, 53.6943],[-2.946201, 53.6946],[-2.9477, 53.6949],[-2.9482, 53.6951],[-2.9484, 53.6953],[-2.9486, 53.6958],[-2.9489, 53.6960],[-2.949301, 53.6962],[-2.951601, 53.6966],[-2.9549, 53.6971],[-2.9553, 53.6973],[-2.9553, 53.6975],[-2.955199, 53.6977],[-2.9545, 53.698],[-2.9519, 53.6988],[-2.951401, 53.6989],[-2.951, 53.6988],[-2.950799, 53.6986],[-2.950599, 53.6978],[-2.9505, 53.6977],[-2.950099, 53.6975],[-2.947799, 53.6966],[-2.9467, 53.6960],[-2.94640, 53.6960],[-2.9463, 53.6962],[-2.9463, 53.6966],[-2.9465, 53.6968],[-2.947799, 53.6973],[-2.9491, 53.6978],[-2.949199, 53.6981],[-2.9491, 53.6984],[-2.948999, 53.6986],[-2.948501, 53.6989],[-2.9479, 53.6989],[-2.947599, 53.6988],[-2.946899, 53.6982],[-2.946201, 53.6975],[-2.944799, 53.6967],[-2.943901, 53.6964],[-2.943, 53.6960],[-2.9423, 53.6959],[-2.942199, 53.6960],[-2.942199, 53.6961],[-2.943, 53.6966],[-2.943799, 53.6971],[-2.943799, 53.6972],[-2.943701, 53.6974],[-2.943501, 53.6975],[-2.9432, 53.6975],[-2.9425, 53.6972],[-2.941, 53.6965],[-2.939399, 53.6958],[-2.9385, 53.6955],[-2.93820, 53.6955],[-2.9377, 53.6956],[-2.934999, 53.6961],[-2.9347, 53.6963],[-2.9347, 53.6965],[-2.9356, 53.6969],[-2.9368, 53.6971],[-2.93840, 53.6972],[-2.9389, 53.6972],[-2.939899, 53.6974],[-2.941299, 53.6979],[-2.9442, 53.6989],[-2.94640, 53.6997],[-2.94660, 53.6999],[-2.94660, 53.7001],[-2.94640, 53.7002],[-2.94430, 53.7],[-2.9417, 53.6997],[-2.94050, 53.6994],[-2.939699, 53.6990],[-2.9387, 53.6982],[-2.938299, 53.6981],[-2.9377, 53.6981],[-2.936001, 53.6984],[-2.9351, 53.6984],[-2.932899, 53.6981],[-2.932699, 53.6982],[-2.932699, 53.6984],[-2.932899, 53.6986],[-2.9349, 53.6991],[-2.936899, 53.6996],[-2.9372, 53.6998],[-2.9372, 53.6999],[-2.937099, 53.7],[-2.9356, 53.7002],[-2.9349, 53.7004],[-2.9349, 53.7006],[-2.934999, 53.7007],[-2.9351, 53.7007],[-2.936001, 53.7006],[-2.9409, 53.7002],[-2.941299, 53.7002],[-2.941401, 53.7003],[-2.941401, 53.7004],[-2.941401, 53.7005],[-2.941299, 53.7007],[-2.941, 53.7008],[-2.939199, 53.701],[-2.9385, 53.701],[-2.93840, 53.701],[-2.9381, 53.7011],[-2.937999, 53.7013],[-2.937999, 53.7014],[-2.9381, 53.7015],[-2.9387, 53.7015],[-2.938999, 53.7016],[-2.939101, 53.7017],[-2.939199, 53.7020],[-2.939301, 53.7023],[-2.9396, 53.7024],[-2.94030, 53.7023],[-2.94240, 53.7017],[-2.94450, 53.7011],[-2.945499, 53.701],[-2.9474, 53.7011],[-2.949399, 53.7014],[-2.950099, 53.7019],[-2.9502, 53.7022],[-2.9502, 53.7025],[-2.950099, 53.7027],[-2.9498, 53.7029],[-2.9486, 53.7031],[-2.944999, 53.7034],[-2.942001, 53.7038],[-2.940799, 53.7045],[-2.940799, 53.7047],[-2.9409, 53.7048],[-2.941099, 53.7049],[-2.942899, 53.7044],[-2.943399, 53.7044],[-2.943599, 53.7045],[-2.943599, 53.7046],[-2.943501, 53.7050],[-2.943701, 53.7052],[-2.94430, 53.7052],[-2.945899, 53.7048],[-2.949501, 53.7040],[-2.951601, 53.7035],[-2.952199, 53.7036],[-2.952399, 53.7038],[-2.952399, 53.7040],[-2.952199, 53.7043],[-2.9512, 53.7048],[-2.948501, 53.7057],[-2.946899, 53.7063],[-2.94430, 53.7075],[-2.943399, 53.7076],[-2.941099, 53.7076],[-2.939899, 53.7073],[-2.93820, 53.706],[-2.937099, 53.7051],[-2.936201, 53.7047],[-2.9345, 53.7045],[-2.932699, 53.7044],[-2.931601, 53.7041],[-2.931299, 53.7039],[-2.931201, 53.7036],[-2.931099, 53.7031],[-2.931, 53.7015],[-2.9309, 53.7011],[-2.9307, 53.7008],[-2.93020, 53.7005],[-2.93000, 53.7005],[-2.929699, 53.7007],[-2.929501, 53.701],[-2.929501, 53.7013],[-2.9298, 53.7028],[-2.9298, 53.703],[-2.929699, 53.7036],[-2.929301, 53.7042],[-2.929101, 53.7043],[-2.9286, 53.7044],[-2.9282, 53.7043],[-2.927799, 53.7041],[-2.927099, 53.7035],[-2.9263, 53.7027],[-2.9259, 53.7025],[-2.925699, 53.7025],[-2.9251, 53.7040],[-2.9252, 53.7041],[-2.9258, 53.7045],[-2.9259, 53.7047],[-2.9259, 53.7049],[-2.9258, 53.7051],[-2.9251, 53.7057],[-2.923399, 53.7063],[-2.923399, 53.7066],[-2.923501, 53.7068],[-2.923701, 53.7068],[-2.9249, 53.7065],[-2.927299, 53.7059],[-2.929699, 53.7055],[-2.9309, 53.7053],[-2.931, 53.7054],[-2.931, 53.7056],[-2.9309, 53.7059],[-2.929501, 53.7070],[-2.927999, 53.7075],[-2.9279, 53.7078],[-2.9279, 53.7079],[-2.9282, 53.7080],[-2.9285, 53.7080],[-2.9307, 53.7073],[-2.93210, 53.7065],[-2.9338, 53.7058],[-2.9347, 53.7056],[-2.934999, 53.7056],[-2.9353, 53.7056],[-2.9364, 53.7062],[-2.936899, 53.7069],[-2.937001, 53.7072],[-2.937001, 53.7075],[-2.936899, 53.7078],[-2.9367, 53.7080],[-2.93610, 53.7082],[-2.936001, 53.7083],[-2.936001, 53.7084],[-2.936201, 53.7086],[-2.936899, 53.7087],[-2.9389, 53.7089],[-2.9398, 53.7091],[-2.940099, 53.7093],[-2.94030, 53.7095],[-2.94050, 53.7098],[-2.94050, 53.7100],[-2.940399, 53.7103],[-2.9402, 53.7106],[-2.9396, 53.7109],[-2.93860, 53.7110],[-2.9368, 53.7108],[-2.9354, 53.7107],[-2.934799, 53.7107],[-2.9343, 53.7108],[-2.93420, 53.7109],[-2.93420, 53.7110],[-2.9345, 53.7115],[-2.9345, 53.7117],[-2.93440, 53.7120],[-2.93420, 53.7123],[-2.93420, 53.7125],[-2.93440, 53.7126],[-2.935199, 53.7126],[-2.9368, 53.7124],[-2.94030, 53.7115],[-2.943, 53.7105],[-2.943501, 53.7104],[-2.944, 53.7105],[-2.9442, 53.7107],[-2.9442, 53.7109],[-2.943901, 53.7112],[-2.942699, 53.7121],[-2.941, 53.7131],[-2.940099, 53.7134],[-2.939301, 53.7136],[-2.9374, 53.7140],[-2.9358, 53.7145],[-2.933399, 53.7154],[-2.9324, 53.7158],[-2.931299, 53.7164],[-2.930799, 53.7167],[-2.9307, 53.7169],[-2.9307, 53.7173],[-2.931201, 53.7205],[-2.931099, 53.7211],[-2.930799, 53.7219],[-2.930099, 53.7227],[-2.929699, 53.7229],[-2.9289, 53.7229],[-2.927799, 53.7257],[-2.9274, 53.7271],[-2.9267, 53.731],[-2.9267, 53.7316],[-2.9268, 53.7324],[-2.926899, 53.7326],[-2.9268, 53.7328],[-2.92640, 53.7329],[-2.924101, 53.7333],[-2.921499, 53.734],[-2.921401, 53.7342],[-2.921401, 53.7344],[-2.921601, 53.7345],[-2.924799, 53.7345],[-2.927001, 53.7342],[-2.927999, 53.7342],[-2.929899, 53.7347],[-2.9307, 53.7352],[-2.931801, 53.7364],[-2.93230, 53.7366],[-2.9328, 53.7366],[-2.933199, 53.7364],[-2.934, 53.7357],[-2.93420, 53.7355],[-2.9345, 53.7355],[-2.9364, 53.7362],[-2.9366, 53.7365],[-2.9366, 53.7368],[-2.93650, 53.737],[-2.93630, 53.7371],[-2.935199, 53.7375],[-2.934999, 53.7377],[-2.9349, 53.7379],[-2.9346, 53.7391],[-2.934101, 53.7397],[-2.933399, 53.7402],[-2.932699, 53.7404],[-2.932001, 53.7404],[-2.93020, 53.7402],[-2.929399, 53.74],[-2.9286, 53.7398],[-2.9277, 53.7394],[-2.926001, 53.7384],[-2.9252, 53.738],[-2.9231, 53.7374],[-2.921099, 53.7371],[-2.9205, 53.7373],[-2.920399, 53.7375],[-2.920399, 53.7376],[-2.9205, 53.7378],[-2.921499, 53.7382],[-2.921601, 53.7383],[-2.921601, 53.7386],[-2.921299, 53.7389],[-2.9186, 53.7403],[-2.9185, 53.7404],[-2.9185, 53.7405],[-2.9187, 53.7408],[-2.9189, 53.7408],[-2.9196, 53.7406],[-2.9224, 53.74],[-2.923901, 53.74],[-2.924799, 53.7401],[-2.9272, 53.7412],[-2.92810, 53.7414],[-2.931299, 53.7418],[-2.93210, 53.7422],[-2.932699, 53.7427],[-2.9338, 53.7438],[-2.93420, 53.7441],[-2.9345, 53.7442],[-2.9346, 53.7442],[-2.934799, 53.7442],[-2.9351, 53.7441],[-2.9354, 53.7439],[-2.935499, 53.7437],[-2.935699, 53.7431],[-2.93610, 53.7424],[-2.9364, 53.7422],[-2.936899, 53.7421],[-2.9377, 53.7421],[-2.939301, 53.7422],[-2.94, 53.7423],[-2.94030, 53.7423],[-2.94050, 53.7418],[-2.94050, 53.7414],[-2.940399, 53.7413],[-2.9402, 53.7412],[-2.937299, 53.7413],[-2.937099, 53.7412],[-2.937001, 53.741],[-2.937099, 53.7408],[-2.9372, 53.7406],[-2.9375, 53.7403],[-2.93820, 53.7397],[-2.939301, 53.7383],[-2.940099, 53.7374],[-2.940799, 53.7369],[-2.941801, 53.7364],[-2.9433, 53.7357],[-2.945699, 53.7351],[-2.947799, 53.7347],[-2.9526, 53.7344],[-2.9545, 53.7344],[-2.9584, 53.7348],[-2.961299, 53.7349],[-2.9642, 53.7347],[-2.969599, 53.7341],[-2.9723, 53.734],[-2.973599, 53.734],[-2.9749, 53.7341],[-2.9755, 53.7342],[-2.9804, 53.735],[-2.987999, 53.7367],[-2.991499, 53.7371],[-2.993799, 53.7372],[-2.994999, 53.7371],[-2.996001, 53.7369],[-2.9967, 53.7368],[-2.9974, 53.7367],[-2.998399, 53.7367],[-2.9997, 53.7367],[-2.9999, 53.7368],[-3.0021, 53.7373],[-3.00550, 53.7379],[-3.0083, 53.7386],[-3.0146, 53.7403],[-3.0174, 53.7412],[-3.0211, 53.7426],[-3.023299, 53.7433],[-3.0248, 53.7439],[-3.025199, 53.7441],[-3.0255, 53.7444],[-3.0272, 53.7457],[-3.0288, 53.7469],[-3.0293, 53.7471],[-3.0295, 53.7471],[-3.029799, 53.747],[-3.03040, 53.7467],[-3.030699, 53.7467],[-3.0312, 53.7468],[-3.03230, 53.7473],[-3.0327, 53.7476],[-3.03390, 53.7494],[-3.034699, 53.7505],[-3.03580, 53.7521],[-3.036299, 53.7527],[-3.037199, 53.7533],[-3.038, 53.7537],[-3.039799, 53.7542],[-3.041201, 53.7548],[-3.0429, 53.7558],[-3.0436, 53.7563],[-3.045599, 53.7582],[-3.047499, 53.7599],[-3.0495, 53.7619],[-3.0518, 53.7643],[-3.05290, 53.7659],[-3.053999, 53.7680],[-3.05500, 53.7701],[-3.055599, 53.7721],[-3.0559, 53.7742],[-3.056099, 53.7764],[-3.056, 53.7764],[-3.05500, 53.7763],[-3.0481, 53.7770],[-3.041899, 53.7757],[-3.034501, 53.7743],[-3.032001, 53.7735],[-3.0274, 53.7725],[-3.0144, 53.7746],[-3.01, 53.7747],[-2.9989, 53.7740],[-2.998399, 53.7743],[-2.998199, 53.7821],[-2.9988, 53.7869],[-2.998399, 53.7875],[-2.9986, 53.7881],[-3.0004, 53.7924],[-3.0006, 53.7933],[-3.000499, 53.7937],[-3.0004, 53.794],[-2.999599, 53.7947],[-2.9981, 53.796],[-2.997499, 53.7961],[-2.99100, 53.7963],[-2.989799, 53.7961],[-2.985199, 53.7945],[-2.9846, 53.7947],[-2.981601, 53.7974],[-2.98130, 53.7979],[-2.984999, 53.8012],[-2.98700, 53.8032],[-2.993799, 53.8145],[-2.9948, 53.8163],[-2.9958, 53.8176],[-2.997299, 53.819],[-2.9983, 53.8195],[-3.000099, 53.8211],[-3.0021, 53.8223],[-3.0044, 53.8231],[-3.009, 53.8262],[-3.01, 53.8269],[-3.011699, 53.8295],[-3.011001, 53.8299],[-3.009399, 53.8303],[-3.0092, 53.8306],[-3.009, 53.8310],[-3.013099, 53.8378],[-3.014699, 53.8406],[-3.016099, 53.8408],[-3.017299, 53.8399],[-3.017999, 53.8378],[-3.018901, 53.8360],[-3.020299, 53.8355],[-3.0216, 53.8356],[-3.0223, 53.8363],[-3.0225, 53.8386],[-3.02220, 53.8396],[-3.016601, 53.8430],[-3.0176, 53.8461],[-3.01790, 53.8472],[-3.018199, 53.848],[-3.018399, 53.8494],[-3.019599, 53.8512],[-3.019599, 53.8514],[-3.0195, 53.8517],[-3.019, 53.852],[-3.017, 53.8519],[-3.016201, 53.852],[-3.01580, 53.8523],[-3.0155, 53.8527],[-3.015199, 53.853],[-3.015, 53.8534],[-3.014899, 53.8539],[-3.014301, 53.8563],[-3.0144, 53.8565],[-3.015599, 53.8573],[-3.01580, 53.8575],[-3.016001, 53.8585],[-3.016401, 53.859],[-3.0193, 53.8619],[-3.0195, 53.8622],[-3.0195, 53.8628],[-3.0193, 53.8638],[-3.017, 53.8679],[-3.0169, 53.8686],[-3.017, 53.8691],[-3.0172, 53.8701],[-3.017299, 53.8702],[-3.0176, 53.8703],[-3.0183, 53.8703],[-3.0235, 53.8708],[-3.0237, 53.8709],[-3.025399, 53.873],[-3.026, 53.8734],[-3.0267, 53.8737],[-3.027299, 53.8738],[-3.030499, 53.8736],[-3.0348, 53.8736],[-3.038599, 53.8734],[-3.041899, 53.8732],[-3.0429, 53.8734],[-3.0436, 53.8736],[-3.0452, 53.8744],[-3.0457, 53.8746],[-3.045599, 53.8752],[-3.045399, 53.8771],[-3.045399, 53.8776],[-3.04590, 53.8790],[-3.046, 53.8795],[-3.046, 53.8798],[-3.0457, 53.8815],[-3.0455, 53.8826],[-3.0455, 53.8836],[-3.0457, 53.8871],[-3.045799, 53.8893],[-3.046, 53.8960],[-3.046201, 53.8980],[-3.0467, 53.9007],[-3.047199, 53.9032],[-3.047899, 53.9072],[-3.048501, 53.9101],[-3.0488, 53.9123],[-3.048901, 53.9133],[-3.0488, 53.9148],[-3.048599, 53.9198],[-3.048501, 53.9202],[-3.0483, 53.9206],[-3.047899, 53.921],[-3.0473, 53.9215],[-3.0452, 53.9226],[-3.0418, 53.9243],[-3.040699, 53.9248],[-3.0388, 53.9254],[-3.035399, 53.9262],[-3.0302, 53.9276],[-3.0286, 53.9279],[-3.027999, 53.9279],[-3.026401, 53.9276],[-3.023, 53.9271],[-3.021801, 53.9271],[-3.0209, 53.9272],[-3.019399, 53.9275],[-3.018199, 53.9278],[-3.0153, 53.9289],[-3.013, 53.9295],[-3.0113, 53.9298],[-3.00970, 53.9299],[-3.00760, 53.9299],[-3.005399, 53.9294],[-3.004101, 53.9288],[-3.0027, 53.9276],[-3.000499, 53.9275],[-3, 53.9275],[-2.999, 53.9273],[-2.9967, 53.927],[-2.995899, 53.927],[-2.9958, 53.9277],[-2.9955, 53.9293],[-2.995199, 53.9299],[-2.994699, 53.9306],[-2.993999, 53.9312],[-2.99350, 53.9314],[-2.9927, 53.9317],[-2.990299, 53.9324],[-2.9766, 53.9365],[-2.9587, 53.9415],[-2.95460, 53.9427],[-2.947299, 53.9448],[-2.942699, 53.9460],[-2.93860, 53.9480],[-2.9263, 53.9514],[-2.92, 53.9531],[-2.918999, 53.9533],[-2.9184, 53.9534],[-2.917399, 53.9535],[-2.916699, 53.9534],[-2.91610, 53.9532],[-2.914999, 53.9521],[-2.913701, 53.9506],[-2.9131, 53.9501],[-2.912699, 53.95],[-2.912199, 53.9499],[-2.912, 53.95],[-2.911601, 53.9503],[-2.9115, 53.9505],[-2.911601, 53.9507],[-2.9123, 53.9517],[-2.9126, 53.9522],[-2.912699, 53.9525],[-2.9126, 53.9529],[-2.912499, 53.9531],[-2.9123, 53.9533],[-2.91190, 53.9534],[-2.909899, 53.9536],[-2.907799, 53.9538],[-2.906699, 53.9537],[-2.9063, 53.9536],[-2.906001, 53.9534],[-2.90580, 53.9531],[-2.9054, 53.9522],[-2.905299, 53.9517],[-2.9054, 53.9513],[-2.90560, 53.9509],[-2.9061, 53.9501],[-2.9064, 53.9498],[-2.906699, 53.9495],[-2.9075, 53.9490],[-2.90980, 53.9480],[-2.910599, 53.9478],[-2.911401, 53.9477],[-2.912, 53.9478],[-2.91420, 53.9480],[-2.9168, 53.9482],[-2.9175, 53.9480],[-2.917799, 53.9478],[-2.91800, 53.9474],[-2.91800, 53.9472],[-2.9179, 53.947],[-2.917799, 53.9469],[-2.917599, 53.9468],[-2.916899, 53.9469],[-2.913399, 53.947],[-2.911, 53.9469],[-2.90980, 53.947],[-2.9075, 53.9474],[-2.9061, 53.9476],[-2.90580, 53.9476],[-2.90560, 53.9475],[-2.9054, 53.9473],[-2.9054, 53.9471],[-2.905699, 53.9468],[-2.9062, 53.9465],[-2.906801, 53.9462],[-2.907099, 53.9461],[-2.9082, 53.9459],[-2.909101, 53.9458],[-2.9105, 53.9460],[-2.9109, 53.9459],[-2.911201, 53.9458],[-2.91210, 53.9454],[-2.9126, 53.9453],[-2.9133, 53.9451],[-2.914599, 53.945],[-2.916001, 53.9451],[-2.9165, 53.945],[-2.916699, 53.9449],[-2.916699, 53.9447],[-2.9166, 53.9446],[-2.915499, 53.9442],[-2.9154, 53.944],[-2.9154, 53.9438],[-2.9156, 53.9437],[-2.91610, 53.9437],[-2.917099, 53.9438],[-2.91800, 53.9437],[-2.9187, 53.9435],[-2.9189, 53.9432],[-2.9188, 53.9430],[-2.9186, 53.9428],[-2.918099, 53.9426],[-2.917001, 53.9422],[-2.91590, 53.942],[-2.9154, 53.9421],[-2.914599, 53.9423],[-2.9115, 53.9441],[-2.91000, 53.9449],[-2.909501, 53.945],[-2.909301, 53.945],[-2.9086, 53.9449],[-2.9084, 53.9447],[-2.9084, 53.9444],[-2.908799, 53.9437],[-2.908999, 53.9433],[-2.909101, 53.9430],[-2.909101, 53.9428],[-2.9089, 53.9417],[-2.908999, 53.9414],[-2.909199, 53.9413],[-2.910399, 53.9412],[-2.91190, 53.9411],[-2.9144, 53.9409],[-2.9149, 53.9408],[-2.9151, 53.9407],[-2.9152, 53.9405],[-2.9152, 53.9404],[-2.914999, 53.9402],[-2.913501, 53.9403],[-2.9126, 53.9402],[-2.911099, 53.9399],[-2.909199, 53.9399],[-2.9075, 53.9402],[-2.9066, 53.9403],[-2.9063, 53.9403],[-2.9059, 53.9402],[-2.90560, 53.9400],[-2.9054, 53.9398],[-2.905299, 53.9395],[-2.9054, 53.9391],[-2.90560, 53.9389],[-2.9059, 53.9387],[-2.9061, 53.9386],[-2.906699, 53.9385],[-2.90720, 53.9385],[-2.908299, 53.9387],[-2.9086, 53.9386],[-2.908799, 53.9385],[-2.9089, 53.9383],[-2.908799, 53.9379],[-2.9087, 53.9376],[-2.9086, 53.9373],[-2.908799, 53.9368],[-2.908799, 53.9364],[-2.9087, 53.9362],[-2.9086, 53.9361],[-2.908299, 53.9361],[-2.908, 53.9362],[-2.9075, 53.9365],[-2.9063, 53.9373],[-2.90580, 53.9374],[-2.9054, 53.9373],[-2.9052, 53.9371],[-2.90510, 53.9369],[-2.904999, 53.9366],[-2.904999, 53.9363],[-2.9052, 53.9358],[-2.905699, 53.9352],[-2.9062, 53.9348],[-2.9063, 53.9346],[-2.9062, 53.9345],[-2.905699, 53.9345],[-2.9043, 53.9347],[-2.904, 53.9348],[-2.9038, 53.9349],[-2.903701, 53.9352],[-2.9033, 53.9376],[-2.9031, 53.9383],[-2.9029, 53.9387],[-2.902299, 53.9395],[-2.90200, 53.9399],[-2.90200, 53.9404],[-2.9021, 53.9406],[-2.9033, 53.9414],[-2.904599, 53.942],[-2.9047, 53.9421],[-2.904799, 53.9425],[-2.904799, 53.9428],[-2.904599, 53.9431],[-2.9043, 53.9433],[-2.903901, 53.9434],[-2.901, 53.9434],[-2.900399, 53.9435],[-2.900199, 53.9436],[-2.9001, 53.9437],[-2.9001, 53.9439],[-2.9001, 53.944],[-2.9003, 53.9442],[-2.900899, 53.9446],[-2.901099, 53.9448],[-2.901201, 53.945],[-2.901201, 53.9452],[-2.901201, 53.9453],[-2.901, 53.9455],[-2.9003, 53.9459],[-2.8998, 53.9461],[-2.899301, 53.9462],[-2.898799, 53.9461],[-2.8984, 53.9459],[-2.8966, 53.9434],[-2.8964, 53.9429],[-2.8964, 53.9426],[-2.8966, 53.9424],[-2.8986, 53.9406],[-2.899101, 53.9399],[-2.899301, 53.9394],[-2.899501, 53.9386],[-2.899501, 53.9382],[-2.899301, 53.9378],[-2.8984, 53.9369],[-2.898, 53.9366],[-2.8975, 53.9367],[-2.8972, 53.9369],[-2.8972, 53.937],[-2.897799, 53.9376],[-2.898, 53.9379],[-2.898, 53.938],[-2.8979, 53.9381],[-2.897799, 53.9382],[-2.897599, 53.9382],[-2.8973, 53.9381],[-2.896801, 53.9378],[-2.8965, 53.9376],[-2.8963, 53.9375],[-2.8962, 53.9375],[-2.8961, 53.9377],[-2.8962, 53.9383],[-2.8961, 53.9386],[-2.896001, 53.9387],[-2.89570, 53.9388],[-2.895499, 53.9388],[-2.895099, 53.9386],[-2.8947, 53.9382],[-2.8945, 53.9379],[-2.893901, 53.9368],[-2.893701, 53.9367],[-2.893399, 53.9367],[-2.892999, 53.937],[-2.8918, 53.9379],[-2.89170, 53.9383],[-2.8918, 53.9385],[-2.8924, 53.9389],[-2.895099, 53.9401],[-2.8956, 53.9405],[-2.8956, 53.9407],[-2.895499, 53.9409],[-2.89500, 53.9412],[-2.894599, 53.9414],[-2.893701, 53.9416],[-2.892999, 53.9416],[-2.8926, 53.9414],[-2.892299, 53.9412],[-2.89170, 53.9405],[-2.891201, 53.9400],[-2.8908, 53.9394],[-2.8905, 53.9386],[-2.890399, 53.9381],[-2.8903, 53.9374],[-2.890399, 53.9366],[-2.8903, 53.9364],[-2.890199, 53.9363],[-2.889899, 53.9361],[-2.88940, 53.936],[-2.889199, 53.9361],[-2.888901, 53.9366],[-2.8886, 53.9373],[-2.8884, 53.9378],[-2.8885, 53.9385],[-2.8885, 53.9388],[-2.8884, 53.9389],[-2.8882, 53.939],[-2.88770, 53.939],[-2.8857, 53.9389],[-2.8847, 53.9389],[-2.884399, 53.939],[-2.8843, 53.9392],[-2.884399, 53.9393],[-2.884599, 53.9394],[-2.8862, 53.9399],[-2.88770, 53.9402],[-2.8887, 53.9405],[-2.8903, 53.942],[-2.890899, 53.9425],[-2.891299, 53.9427],[-2.8924, 53.9428],[-2.8928, 53.9428],[-2.8931, 53.9429],[-2.8933, 53.9431],[-2.893399, 53.9433],[-2.89360, 53.9437],[-2.894599, 53.9453],[-2.894799, 53.9459],[-2.894799, 53.9461],[-2.894599, 53.9463],[-2.8943, 53.9465],[-2.8907, 53.9469],[-2.889501, 53.947],[-2.888799, 53.9469],[-2.888299, 53.9467],[-2.888, 53.9464],[-2.8879, 53.9461],[-2.887599, 53.9448],[-2.88750, 53.9445],[-2.887199, 53.9442],[-2.886801, 53.9441],[-2.886499, 53.9441],[-2.8861, 53.9442],[-2.885799, 53.9444],[-2.88490, 53.9451],[-2.8838, 53.9460],[-2.88330, 53.9465],[-2.882999, 53.9466],[-2.882699, 53.9466],[-2.882499, 53.9465],[-2.8824, 53.9462],[-2.8824, 53.9458],[-2.882699, 53.9437],[-2.882699, 53.9433],[-2.882499, 53.9427],[-2.882299, 53.9423],[-2.8821, 53.9421],[-2.8818, 53.942],[-2.8815, 53.942],[-2.881099, 53.9422],[-2.880899, 53.9426],[-2.881001, 53.9437],[-2.8808, 53.9441],[-2.880599, 53.9443],[-2.880399, 53.9444],[-2.8801, 53.9444],[-2.8799, 53.9443],[-2.8796, 53.944],[-2.878799, 53.9430],[-2.8782, 53.9422],[-2.8778, 53.9419],[-2.8771, 53.942],[-2.876801, 53.9421],[-2.876699, 53.9423],[-2.876699, 53.9426],[-2.876801, 53.9432],[-2.877599, 53.9442],[-2.8801, 53.9464],[-2.8803, 53.9468],[-2.880399, 53.9472],[-2.880399, 53.9475],[-2.8803, 53.9479],[-2.88, 53.9484],[-2.8798, 53.9486],[-2.8794, 53.9487],[-2.879101, 53.9486],[-2.878599, 53.9482],[-2.8775, 53.9464],[-2.876899, 53.9460],[-2.8747, 53.9452],[-2.872999, 53.945],[-2.8724, 53.9451],[-2.872299, 53.9452],[-2.8724, 53.9453],[-2.8757, 53.9466],[-2.8762, 53.947],[-2.8764, 53.9472],[-2.876499, 53.9476],[-2.8764, 53.9480],[-2.8762, 53.9482],[-2.8757, 53.9482],[-2.875299, 53.9481],[-2.8739, 53.9476],[-2.8724, 53.9472],[-2.872299, 53.9472],[-2.8722, 53.9474],[-2.872299, 53.9476],[-2.872499, 53.9477],[-2.874799, 53.9489],[-2.8754, 53.9492],[-2.8763, 53.9497],[-2.876601, 53.95],[-2.876601, 53.9502],[-2.8764, 53.9505],[-2.8761, 53.9506],[-2.8756, 53.9506],[-2.875, 53.9505],[-2.8743, 53.9503],[-2.872699, 53.9494],[-2.8724, 53.9492],[-2.8722, 53.9493],[-2.8721, 53.9495],[-2.8722, 53.9498],[-2.873501, 53.9510],[-2.873701, 53.9512],[-2.873701, 53.9513],[-2.8736, 53.9515],[-2.873399, 53.9517],[-2.8733, 53.9517],[-2.872499, 53.9515],[-2.871401, 53.9515],[-2.867001, 53.9522],[-2.8657, 53.9524],[-2.864599, 53.9525],[-2.8639, 53.9525],[-2.8636, 53.9524],[-2.86330, 53.9521],[-2.863199, 53.9519],[-2.86330, 53.9510],[-2.8634, 53.9507],[-2.8634, 53.9505],[-2.86330, 53.9503],[-2.863199, 53.9502],[-2.862799, 53.9501],[-2.86260, 53.9502],[-2.86240, 53.9505],[-2.8622, 53.9510],[-2.8619, 53.9520],[-2.8619, 53.9524],[-2.862, 53.9527],[-2.862299, 53.9531],[-2.8627, 53.9534],[-2.86310, 53.9535],[-2.863501, 53.9536],[-2.864399, 53.9535],[-2.870199, 53.9525],[-2.870899, 53.9524],[-2.871601, 53.9523],[-2.8722, 53.9524],[-2.8724, 53.9526],[-2.8724, 53.9527],[-2.872299, 53.9530],[-2.8719, 53.9535],[-2.8719, 53.9536],[-2.872, 53.9539],[-2.8722, 53.9541],[-2.8726, 53.9544],[-2.873701, 53.9547],[-2.8747, 53.9548],[-2.875799, 53.9546],[-2.8762, 53.9545],[-2.876801, 53.9544],[-2.877599, 53.9546],[-2.8784, 53.9549],[-2.8798, 53.9555],[-2.881299, 53.9560],[-2.8818, 53.9562],[-2.8821, 53.9563],[-2.882499, 53.9563],[-2.883199, 53.9562],[-2.884, 53.9562],[-2.884599, 53.9565],[-2.88490, 53.9567],[-2.885099, 53.9569],[-2.885299, 53.9575],[-2.885299, 53.9578],[-2.8852, 53.9581],[-2.884799, 53.9584],[-2.884501, 53.9585],[-2.8841, 53.9586],[-2.883199, 53.9587],[-2.8818, 53.9588],[-2.881401, 53.9587],[-2.880899, 53.9585],[-2.8799, 53.9577],[-2.879301, 53.9574],[-2.878799, 53.9573],[-2.8785, 53.9573],[-2.878, 53.9574],[-2.8771, 53.9578],[-2.876, 53.9584],[-2.875299, 53.9585],[-2.8749, 53.9585],[-2.873501, 53.9581],[-2.8718, 53.9578],[-2.870699, 53.9576],[-2.86940, 53.9571],[-2.869101, 53.9571],[-2.868701, 53.9572],[-2.86850, 53.9575],[-2.8677, 53.9592],[-2.867599, 53.9595],[-2.867399, 53.9597],[-2.867001, 53.9599],[-2.8661, 53.9603],[-2.86500, 53.9612],[-2.86470, 53.9615],[-2.8642, 53.9625],[-2.863199, 53.9638],[-2.862499, 53.9643],[-2.8618, 53.9646],[-2.860899, 53.9648],[-2.8598, 53.9649],[-2.858701, 53.9648],[-2.8577, 53.9646],[-2.8571, 53.9644],[-2.856899, 53.9642],[-2.856801, 53.964],[-2.856699, 53.9637],[-2.856601, 53.9631],[-2.856601, 53.9629],[-2.856899, 53.9620],[-2.857599, 53.9612],[-2.857899, 53.9606],[-2.857899, 53.9602],[-2.8578, 53.9594],[-2.857899, 53.9590],[-2.858099, 53.9586],[-2.85840, 53.9582],[-2.860399, 53.9565],[-2.86050, 53.9563],[-2.8606, 53.9560],[-2.8606, 53.9557],[-2.860399, 53.9554],[-2.8601, 53.9551],[-2.8596, 53.9548],[-2.858701, 53.9544],[-2.858099, 53.9543],[-2.8575, 53.9543],[-2.856801, 53.9545],[-2.856499, 53.9547],[-2.8564, 53.9548],[-2.856499, 53.9549],[-2.857001, 53.9551],[-2.858, 53.9554],[-2.85840, 53.9557],[-2.858599, 53.9559],[-2.858599, 53.9560],[-2.85840, 53.9562],[-2.858099, 53.9564],[-2.857599, 53.9568],[-2.856899, 53.9572],[-2.856699, 53.9573],[-2.8564, 53.9574],[-2.8559, 53.9573],[-2.8547, 53.9567],[-2.852799, 53.9561],[-2.852499, 53.9561],[-2.852099, 53.9562],[-2.8519, 53.9563],[-2.8518, 53.9564],[-2.8518, 53.9566],[-2.852, 53.9568],[-2.852799, 53.9573],[-2.8538, 53.9578],[-2.854501, 53.9583],[-2.854899, 53.9587],[-2.8552, 53.9591],[-2.855599, 53.9600],[-2.855799, 53.9608],[-2.855799, 53.9611],[-2.8557, 53.9613],[-2.8555, 53.9614],[-2.8547, 53.9617],[-2.854501, 53.9618],[-2.854399, 53.9620],[-2.8543, 53.9624],[-2.854599, 53.9633],[-2.854899, 53.9639],[-2.854899, 53.9641],[-2.8548, 53.9644],[-2.854501, 53.9647],[-2.854, 53.9649],[-2.8534, 53.9650],[-2.8526, 53.9649],[-2.8518, 53.9646],[-2.850699, 53.9641],[-2.849699, 53.9634],[-2.8455, 53.9603],[-2.84080, 53.9576],[-2.84010, 53.9572],[-2.8396, 53.9570],[-2.838599, 53.9567],[-2.8385, 53.9567],[-2.83800, 53.9566],[-2.8378, 53.9566],[-2.837699, 53.9567],[-2.837699, 53.9568],[-2.8378, 53.9569],[-2.8431, 53.9598],[-2.8455, 53.9614],[-2.8492, 53.9641],[-2.8494, 53.9643],[-2.8494, 53.9644],[-2.849301, 53.9645],[-2.84900, 53.9646],[-2.848701, 53.9646],[-2.8484, 53.9645],[-2.848, 53.9643],[-2.847199, 53.964],[-2.845799, 53.9638],[-2.84500, 53.9638],[-2.842, 53.9642],[-2.8417, 53.9642],[-2.8416, 53.9642],[-2.8415, 53.9641],[-2.8415, 53.9639],[-2.8417, 53.9638],[-2.8439, 53.9635],[-2.844199, 53.9634],[-2.844501, 53.9632],[-2.844501, 53.9627],[-2.844399, 53.9624],[-2.844301, 53.9622],[-2.844, 53.9621],[-2.8436, 53.9621],[-2.843199, 53.9622],[-2.842799, 53.9625],[-2.8426, 53.9627],[-2.842099, 53.9629],[-2.8417, 53.9630],[-2.8415, 53.9630],[-2.8413, 53.9629],[-2.841001, 53.9627],[-2.8406, 53.9618],[-2.8404, 53.9616],[-2.84010, 53.9615],[-2.839301, 53.9614],[-2.839, 53.9615],[-2.838799, 53.9616],[-2.837899, 53.9622],[-2.8375, 53.9628],[-2.837199, 53.9632],[-2.836601, 53.9637],[-2.836601, 53.9639],[-2.836699, 53.964],[-2.8369, 53.9641],[-2.83820, 53.9641],[-2.838599, 53.9641],[-2.8392, 53.9643],[-2.8396, 53.9645],[-2.8404, 53.9651],[-2.840699, 53.9652],[-2.8413, 53.9653],[-2.842299, 53.9652],[-2.8438, 53.9649],[-2.844899, 53.9647],[-2.8459, 53.9647],[-2.847199, 53.9649],[-2.8476, 53.9651],[-2.8478, 53.9653],[-2.8478, 53.9654],[-2.847699, 53.9655],[-2.847399, 53.9656],[-2.845299, 53.9656],[-2.8439, 53.9657],[-2.843501, 53.9658],[-2.842, 53.9664],[-2.8416, 53.9665],[-2.84080, 53.9664],[-2.8397, 53.9665],[-2.8395, 53.9666],[-2.8394, 53.9667],[-2.8394, 53.9669],[-2.8396, 53.9671],[-2.840699, 53.9676],[-2.841201, 53.9677],[-2.8419, 53.9678],[-2.84240, 53.9677],[-2.8437, 53.9673],[-2.8459, 53.9667],[-2.8482, 53.9664],[-2.84850, 53.9665],[-2.848599, 53.9667],[-2.848599, 53.9668],[-2.8484, 53.9671],[-2.848099, 53.9673],[-2.8475, 53.9677],[-2.847399, 53.9679],[-2.847399, 53.9681],[-2.8475, 53.9682],[-2.8482, 53.9683],[-2.8495, 53.9682],[-2.8499, 53.9681],[-2.85060, 53.9679],[-2.852, 53.967],[-2.8527, 53.9667],[-2.8531, 53.9666],[-2.8539, 53.9666],[-2.8548, 53.9667],[-2.855599, 53.9669],[-2.8571, 53.9674],[-2.8606, 53.9685],[-2.862, 53.9689],[-2.865499, 53.9696],[-2.867899, 53.9698],[-2.868999, 53.97],[-2.8698, 53.9703],[-2.870699, 53.9707],[-2.871601, 53.9713],[-2.8724, 53.9719],[-2.8731, 53.9725],[-2.873701, 53.9732],[-2.8741, 53.974],[-2.874399, 53.9746],[-2.874599, 53.9751],[-2.8747, 53.9767],[-2.874799, 53.9771],[-2.875499, 53.9781],[-2.875799, 53.9785],[-2.876, 53.979],[-2.8759, 53.9793],[-2.875799, 53.9794],[-2.871201, 53.9806],[-2.86920, 53.9814],[-2.8677, 53.9826],[-2.867199, 53.9832],[-2.867001, 53.9835],[-2.866899, 53.9842],[-2.867001, 53.9851],[-2.867199, 53.9859],[-2.8684, 53.9882],[-2.868799, 53.9889],[-2.868999, 53.9897],[-2.868999, 53.9903],[-2.868901, 53.9906],[-2.868299, 53.9917],[-2.867399, 53.9925],[-2.866699, 53.993],[-2.865499, 53.9935],[-2.8617, 53.9948],[-2.861201, 53.9949],[-2.8608, 53.9949],[-2.8603, 53.9947],[-2.8601, 53.9944],[-2.859999, 53.9941],[-2.8599, 53.9938],[-2.8598, 53.9935],[-2.8599, 53.9932],[-2.859999, 53.993],[-2.860199, 53.9928],[-2.8617, 53.9923],[-2.8622, 53.9921],[-2.862299, 53.992],[-2.86240, 53.9914],[-2.86240, 53.9912],[-2.862099, 53.9908],[-2.8619, 53.9906],[-2.861601, 53.9906],[-2.861401, 53.9907],[-2.861201, 53.9911],[-2.8608, 53.9915],[-2.860199, 53.992],[-2.8598, 53.9924],[-2.8595, 53.9926],[-2.859101, 53.9926],[-2.8582, 53.9925],[-2.8573, 53.9926],[-2.856, 53.9931],[-2.854501, 53.9937],[-2.8541, 53.9941],[-2.854, 53.9943],[-2.8541, 53.9945],[-2.854199, 53.9946],[-2.8543, 53.9947],[-2.854599, 53.9948],[-2.855299, 53.9948],[-2.855599, 53.9947],[-2.8562, 53.9941],[-2.856699, 53.9939],[-2.857199, 53.9938],[-2.8575, 53.9938],[-2.8577, 53.9939],[-2.8578, 53.994],[-2.858099, 53.9945],[-2.8585, 53.9951],[-2.8585, 53.9952],[-2.8585, 53.9953],[-2.85840, 53.9957],[-2.8582, 53.9959],[-2.857599, 53.9963],[-2.856801, 53.9966],[-2.8562, 53.9969],[-2.855599, 53.9972],[-2.8555, 53.9973],[-2.8555, 53.9975],[-2.8559, 53.9975],[-2.8564, 53.9976],[-2.856699, 53.9977],[-2.856801, 53.9981],[-2.856699, 53.9983],[-2.856499, 53.9985],[-2.8559, 53.999],[-2.8554, 53.9995],[-2.855099, 54.0001],[-2.8541, 54.0008],[-2.8508, 54.0015],[-2.850199, 54.0067],[-2.851099, 54.0076],[-2.8513, 54.0081],[-2.8513, 54.0084],[-2.851099, 54.0087],[-2.8503, 54.0092],[-2.8501, 54.0093],[-2.849999, 54.0095],[-2.8498, 54.0102],[-2.8496, 54.0104],[-2.849101, 54.0105],[-2.84850, 54.0104],[-2.847699, 54.0091],[-2.847399, 54.0090],[-2.84690, 54.0091],[-2.84640, 54.0093],[-2.8455, 54.0112],[-2.844501, 54.0125],[-2.84410, 54.0135],[-2.844, 54.0144],[-2.84410, 54.0152],[-2.844301, 54.0156],[-2.844599, 54.0156],[-2.844899, 54.0152],[-2.845799, 54.0127],[-2.846601, 54.0113],[-2.847001, 54.0111],[-2.847699, 54.0111],[-2.848799, 54.0116],[-2.849301, 54.0116],[-2.8501, 54.0114],[-2.8513, 54.0106],[-2.8522, 54.0093],[-2.8533, 54.0072],[-2.8539, 54.0063],[-2.8554, 54.0053],[-2.857001, 54.0051],[-2.858599, 54.0049],[-2.859699, 54.0052],[-2.860199, 54.0055],[-2.860699, 54.0061],[-2.8619, 54.0079],[-2.862299, 54.0083],[-2.86330, 54.0089],[-2.863501, 54.0092],[-2.8636, 54.0100],[-2.8638, 54.0107],[-2.8641, 54.0114],[-2.864399, 54.0118],[-2.864799, 54.0120],[-2.86540, 54.0121],[-2.866801, 54.0123],[-2.8684, 54.0120],[-2.868701, 54.0119],[-2.868901, 54.0113],[-2.868901, 54.011],[-2.868901, 54.0108],[-2.868701, 54.0107],[-2.8682, 54.0106],[-2.8675, 54.0106],[-2.866499, 54.0109],[-2.865799, 54.0109],[-2.865099, 54.0106],[-2.86500, 54.0103],[-2.865499, 54.0097],[-2.8656, 54.0092],[-2.86540, 54.0089],[-2.86470, 54.0082],[-2.864599, 54.008],[-2.86470, 54.0077],[-2.86540, 54.0072],[-2.86540, 54.0070],[-2.86520, 54.0069],[-2.8636, 54.0066],[-2.863199, 54.0064],[-2.86310, 54.0062],[-2.863199, 54.006],[-2.863501, 54.0058],[-2.864, 54.0056],[-2.8649, 54.0055],[-2.867001, 54.0053],[-2.868, 54.0052],[-2.8684, 54.0053],[-2.868599, 54.0055],[-2.868999, 54.0064],[-2.86920, 54.0066],[-2.869501, 54.0067],[-2.869699, 54.0067],[-2.870199, 54.0062],[-2.870399, 54.0058],[-2.870399, 54.0057],[-2.869999, 54.005],[-2.8701, 54.0047],[-2.870199, 54.0045],[-2.870399, 54.0044],[-2.870899, 54.0046],[-2.871401, 54.0048],[-2.8717, 54.0048],[-2.8719, 54.0047],[-2.872, 54.0044],[-2.8719, 54.0042],[-2.871001, 54.0035],[-2.871001, 54.0031],[-2.871401, 54.0028],[-2.872299, 54.0027],[-2.8736, 54.0028],[-2.874399, 54.0022],[-2.8747, 54.0018],[-2.875099, 54.0001],[-2.8756, 53.9994],[-2.8757, 53.9991],[-2.8757, 53.9988],[-2.8754, 53.9984],[-2.8747, 53.9976],[-2.873701, 53.9969],[-2.8736, 53.9966],[-2.8736, 53.9964],[-2.873701, 53.9959],[-2.8739, 53.9954],[-2.8741, 53.995],[-2.8749, 53.9939],[-2.876699, 53.9916],[-2.878099, 53.9902],[-2.878799, 53.9898],[-2.879101, 53.9898],[-2.879301, 53.9899],[-2.879699, 53.9911],[-2.88, 53.9923],[-2.8801, 53.9933],[-2.880199, 53.9938],[-2.881099, 53.9957],[-2.8815, 53.9962],[-2.882, 53.9963],[-2.882699, 53.9963],[-2.8831, 53.9962],[-2.88330, 53.9961],[-2.8839, 53.9957],[-2.884501, 53.9956],[-2.88540, 53.9957],[-2.8857, 53.9957],[-2.885799, 53.9956],[-2.8857, 53.9955],[-2.884399, 53.9949],[-2.883501, 53.9944],[-2.88330, 53.9942],[-2.882999, 53.9937],[-2.8829, 53.9934],[-2.882999, 53.993],[-2.883199, 53.9927],[-2.884399, 53.9919],[-2.8861, 53.9911],[-2.88770, 53.9904],[-2.888999, 53.9903],[-2.890399, 53.9904],[-2.8945, 53.9912],[-2.896699, 53.9917],[-2.898299, 53.9924],[-2.8987, 53.9927],[-2.8987, 53.9929],[-2.8982, 53.9942],[-2.8982, 53.9944],[-2.898299, 53.9948],[-2.899101, 53.9955],[-2.900199, 53.9966],[-2.901, 53.9977],[-2.901, 53.998],[-2.900899, 53.9982],[-2.900599, 53.9984],[-2.899101, 53.9987],[-2.8973, 53.9992],[-2.896899, 53.9997],[-2.8961, 54.0001],[-2.8958, 54.0005],[-2.89570, 54.0008],[-2.89570, 54.0011],[-2.896001, 54.0012],[-2.897399, 54.0008],[-2.8977, 54.0008],[-2.898299, 54.0009],[-2.8998, 54.0017],[-2.900399, 54.0022],[-2.9015, 54.0034],[-2.901601, 54.0037],[-2.901601, 54.0041],[-2.901, 54.0051],[-2.901, 54.0054],[-2.901201, 54.0058],[-2.901401, 54.006],[-2.9021, 54.0062],[-2.903901, 54.0068],[-2.9045, 54.0073],[-2.9047, 54.0076],[-2.904999, 54.0102],[-2.904999, 54.0105],[-2.9049, 54.0107],[-2.9047, 54.0109],[-2.9038, 54.0115],[-2.9036, 54.0118],[-2.903501, 54.0124],[-2.9036, 54.0136],[-2.903501, 54.0150],[-2.90200, 54.0179],[-2.901201, 54.0194],[-2.901099, 54.0202],[-2.901201, 54.0207],[-2.901401, 54.0212],[-2.9019, 54.0215],[-2.902999, 54.0221],[-2.9038, 54.0222],[-2.9061, 54.0220],[-2.906801, 54.0220],[-2.9075, 54.0222],[-2.90790, 54.0225],[-2.908299, 54.0232],[-2.9086, 54.0237],[-2.909501, 54.0243],[-2.911299, 54.0253],[-2.91420, 54.0265],[-2.916699, 54.0277],[-2.918299, 54.0286],[-2.919399, 54.0295],[-2.9202, 54.0306],[-2.920799, 54.0309],[-2.923701, 54.0317],[-2.925699, 54.0321],[-2.9259, 54.0323],[-2.9259, 54.0325],[-2.9258, 54.0327],[-2.9254, 54.0328],[-2.923599, 54.0326],[-2.92, 54.0326],[-2.919501, 54.0326],[-2.9187, 54.0327],[-2.9165, 54.0333],[-2.9151, 54.0336],[-2.9131, 54.034],[-2.911601, 54.0345],[-2.911201, 54.0349],[-2.911099, 54.0354],[-2.911299, 54.0358],[-2.9115, 54.036],[-2.91190, 54.0362],[-2.9128, 54.0363],[-2.9158, 54.0357],[-2.917399, 54.0352],[-2.920799, 54.0338],[-2.921299, 54.0338],[-2.921601, 54.034],[-2.921601, 54.0342],[-2.920399, 54.0351],[-2.919101, 54.0358],[-2.919101, 54.0359],[-2.9196, 54.0363],[-2.922699, 54.0387],[-2.9245, 54.0397],[-2.925299, 54.0399],[-2.9263, 54.0398],[-2.92640, 54.0399],[-2.92640, 54.0401],[-2.926201, 54.0404],[-2.9256, 54.0409],[-2.925299, 54.041],[-2.924999, 54.0409],[-2.9245, 54.0404],[-2.9224, 54.039],[-2.9202, 54.0377],[-2.918299, 54.0365],[-2.918099, 54.0364],[-2.9175, 54.0367],[-2.915499, 54.0374],[-2.913501, 54.0378],[-2.912199, 54.0382],[-2.912, 54.0386],[-2.911801, 54.0396],[-2.9115, 54.0398],[-2.911099, 54.0398],[-2.9096, 54.0392],[-2.909199, 54.0392],[-2.907599, 54.0396],[-2.90510, 54.0405],[-2.9045, 54.0413],[-2.9044, 54.0417],[-2.9044, 54.0424],[-2.9045, 54.0433],[-2.904799, 54.0459],[-2.904799, 54.0463],[-2.904599, 54.0473],[-2.9042, 54.0481],[-2.9036, 54.0486],[-2.9029, 54.0488],[-2.900199, 54.0489],[-2.8982, 54.0493],[-2.897001, 54.0495],[-2.8958, 54.0507],[-2.8952, 54.0519],[-2.893399, 54.0551],[-2.89150, 54.0589],[-2.88960, 54.0616],[-2.8882, 54.0632],[-2.886699, 54.0648],[-2.884799, 54.066],[-2.8836, 54.0664],[-2.881201, 54.0672],[-2.8784, 54.0681],[-2.8763, 54.0694],[-2.875499, 54.0703],[-2.875, 54.0712],[-2.875, 54.0717],[-2.875099, 54.0721],[-2.8756, 54.0729],[-2.876601, 54.0737],[-2.878, 54.0749],[-2.878099, 54.0751],[-2.878, 54.0754],[-2.8778, 54.0755],[-2.877199, 54.0755],[-2.8764, 54.0753],[-2.8752, 54.0747],[-2.8742, 54.0745],[-2.8738, 54.0744],[-2.872499, 54.0746],[-2.8721, 54.0746],[-2.87080, 54.0744],[-2.8696, 54.0740],[-2.868099, 54.0740],[-2.866601, 54.0740],[-2.8657, 54.0743],[-2.865299, 54.0745],[-2.865099, 54.0748],[-2.865099, 54.0749],[-2.8659, 54.0757],[-2.8659, 54.0759],[-2.865799, 54.0760],[-2.865499, 54.0760],[-2.8638, 54.0755],[-2.8634, 54.0755],[-2.862999, 54.0756],[-2.86240, 54.0760],[-2.8603, 54.0773],[-2.857199, 54.0784],[-2.8557, 54.0786],[-2.854, 54.0786],[-2.8513, 54.0782],[-2.849101, 54.0780],[-2.84620, 54.0783],[-2.8439, 54.0790],[-2.8416, 54.0798],[-2.838901, 54.0808],[-2.83610, 54.0822],[-2.835099, 54.0829],[-2.83470, 54.0832],[-2.8339, 54.0840],[-2.8311, 54.0858],[-2.8296, 54.0864],[-2.8276, 54.0870],[-2.8248, 54.0876],[-2.8215, 54.0884],[-2.8194, 54.0893],[-2.81800, 54.0900],[-2.81590, 54.0914],[-2.816, 54.0918],[-2.816099, 54.092],[-2.816401, 54.0921],[-2.8169, 54.092],[-2.817699, 54.0916],[-2.820699, 54.0898],[-2.8229, 54.089],[-2.823501, 54.0889],[-2.82460, 54.0891],[-2.825, 54.0892],[-2.8253, 54.0895],[-2.825599, 54.0902],[-2.8259, 54.0906],[-2.827001, 54.0913],[-2.8276, 54.092],[-2.827899, 54.0925],[-2.827899, 54.0929],[-2.8276, 54.0935],[-2.827199, 54.0939],[-2.8261, 54.0942],[-2.8236, 54.0945],[-2.82180, 54.0946],[-2.8211, 54.0948],[-2.8211, 54.095],[-2.821201, 54.0951],[-2.8214, 54.0952],[-2.821899, 54.0952],[-2.82390, 54.0952],[-2.824399, 54.0951],[-2.824899, 54.0951],[-2.8254, 54.0952],[-2.8259, 54.0954],[-2.826401, 54.0958],[-2.826699, 54.0965],[-2.826801, 54.0971],[-2.826801, 54.0977],[-2.826601, 54.0985],[-2.8261, 54.0997],[-2.82390, 54.1023],[-2.822099, 54.1037],[-2.8215, 54.1041],[-2.8208, 54.1044],[-2.81990, 54.1047],[-2.818501, 54.105],[-2.816299, 54.1053],[-2.814301, 54.1058],[-2.8127, 54.1061],[-2.811201, 54.1067],[-2.810199, 54.1073],[-2.8092, 54.1082],[-2.806601, 54.1109],[-2.802999, 54.1141],[-2.8015, 54.1152],[-2.8004, 54.1165],[-2.7999, 54.1173],[-2.799101, 54.1189],[-2.798, 54.1213],[-2.7969, 54.1252],[-2.7967, 54.1257],[-2.796201, 54.1264],[-2.798701, 54.1283],[-2.7994, 54.1286],[-2.799799, 54.1287],[-2.80010, 54.1286],[-2.801201, 54.128],[-2.8015, 54.1277],[-2.8013, 54.1272],[-2.801201, 54.1263],[-2.8018, 54.1248],[-2.80270, 54.1238],[-2.8035, 54.1231],[-2.8046, 54.1226],[-2.8057, 54.1225],[-2.806499, 54.1224],[-2.8076, 54.1226],[-2.8099, 54.1233],[-2.812099, 54.1239],[-2.812799, 54.1241],[-2.8135, 54.1242],[-2.8146, 54.1241],[-2.8153, 54.1242],[-2.81780, 54.1248],[-2.8195, 54.1255],[-2.82060, 54.1260],[-2.821899, 54.1269],[-2.8234, 54.1278],[-2.825099, 54.1292],[-2.82600, 54.1303],[-2.8273, 54.1318],[-2.828599, 54.1338],[-2.8296, 54.1358],[-2.8299, 54.1375],[-2.830199, 54.1396],[-2.8301, 54.1400],[-2.829799, 54.1407],[-2.8295, 54.1409],[-2.829, 54.1410],[-2.8269, 54.1405],[-2.826699, 54.1406],[-2.826601, 54.1407],[-2.826699, 54.1409],[-2.827899, 54.1416],[-2.828, 54.1417],[-2.827899, 54.1419],[-2.827199, 54.1421],[-2.826801, 54.1422],[-2.826601, 54.1424],[-2.826499, 54.1427],[-2.826499, 54.1434],[-2.826699, 54.1439],[-2.8271, 54.1442],[-2.8275, 54.1441],[-2.8283, 54.1431],[-2.828701, 54.1428],[-2.8293, 54.1425],[-2.830199, 54.1425],[-2.8311, 54.1427],[-2.8318, 54.1428],[-2.832, 54.1428],[-2.8336, 54.1427],[-2.834199, 54.1428],[-2.8352, 54.1434],[-2.836699, 54.1438],[-2.837399, 54.1443],[-2.837699, 54.1447],[-2.838399, 54.1459],[-2.838901, 54.1464],[-2.839999, 54.1474],[-2.840499, 54.1482],[-2.84080, 54.1488],[-2.840899, 54.1497],[-2.840499, 54.1508],[-2.84010, 54.1512],[-2.839799, 54.1514],[-2.839301, 54.1516],[-2.8383, 54.1515],[-2.836801, 54.1512],[-2.8357, 54.1511],[-2.8354, 54.1512],[-2.8354, 54.1514],[-2.8355, 54.1516],[-2.8357, 54.1518],[-2.837199, 54.1524],[-2.838599, 54.1529],[-2.8394, 54.1534],[-2.8399, 54.1534],[-2.84080, 54.1532],[-2.841401, 54.153],[-2.84290, 54.1532],[-2.8437, 54.1532],[-2.845099, 54.1528],[-2.8459, 54.1529],[-2.846499, 54.1531],[-2.84710, 54.1537],[-2.847199, 54.1540],[-2.84710, 54.1544],[-2.84640, 54.1556],[-2.845599, 54.1566],[-2.8452, 54.1574],[-2.8454, 54.1576],[-2.845599, 54.1577],[-2.845799, 54.1576],[-2.84620, 54.1572],[-2.846601, 54.1566],[-2.847399, 54.1556],[-2.8478, 54.1553],[-2.8482, 54.1551],[-2.84850, 54.1551],[-2.848701, 54.1555],[-2.848701, 54.1558],[-2.848599, 54.1562],[-2.848, 54.1576],[-2.847001, 54.1596],[-2.846801, 54.1605],[-2.846801, 54.161],[-2.847001, 54.1616],[-2.847199, 54.1618],[-2.8475, 54.1618],[-2.847699, 54.1616],[-2.848, 54.1608],[-2.848599, 54.1593],[-2.849101, 54.1583],[-2.8496, 54.1573],[-2.8501, 54.1565],[-2.8505, 54.1562],[-2.8519, 54.1559],[-2.8529, 54.156],[-2.8536, 54.1563],[-2.854399, 54.1566],[-2.855099, 54.157],[-2.8552, 54.1572],[-2.8552, 54.1574],[-2.855, 54.1577],[-2.854199, 54.1579],[-2.8516, 54.158],[-2.8515, 54.1582],[-2.8515, 54.1584],[-2.8518, 54.1586],[-2.8541, 54.1588],[-2.8562, 54.1593],[-2.859699, 54.1617],[-2.860399, 54.1623],[-2.860399, 54.1625],[-2.860399, 54.1626],[-2.8603, 54.163],[-2.8601, 54.1632],[-2.8595, 54.1635],[-2.857199, 54.1642],[-2.8555, 54.1644],[-2.853199, 54.1647],[-2.852499, 54.1651],[-2.852499, 54.1653],[-2.852499, 54.1654],[-2.852999, 54.1655],[-2.854, 54.1654],[-2.8562, 54.1651],[-2.856601, 54.1652],[-2.856699, 54.1653],[-2.856601, 54.1654],[-2.8562, 54.1655],[-2.8554, 54.1659],[-2.854, 54.1667],[-2.8533, 54.1671],[-2.8533, 54.1673],[-2.853501, 54.1674],[-2.8541, 54.1673],[-2.856, 54.1661],[-2.856899, 54.1657],[-2.858799, 54.1648],[-2.8599, 54.1648],[-2.861601, 54.1649],[-2.8619, 54.1651],[-2.8622, 54.1664],[-2.862299, 54.1667],[-2.863199, 54.1671],[-2.863501, 54.1672],[-2.8636, 54.1673],[-2.8636, 54.1676],[-2.8629, 54.1682],[-2.8627, 54.1684],[-2.8627, 54.1688],[-2.8636, 54.1697],[-2.8638, 54.17],[-2.8638, 54.1703],[-2.8636, 54.1712],[-2.863701, 54.1714],[-2.864, 54.1717],[-2.86500, 54.172],[-2.865099, 54.1721],[-2.865099, 54.1724],[-2.86500, 54.1728],[-2.8642, 54.1739],[-2.8622, 54.1744],[-2.84240, 54.1772],[-2.8392, 54.179],[-2.8385, 54.1796],[-2.838099, 54.1801],[-2.8376, 54.1811],[-2.836801, 54.1826],[-2.835599, 54.1843],[-2.834399, 54.185],[-2.832, 54.1858],[-2.831001, 54.1859],[-2.8303, 54.186],[-2.8224, 54.1868],[-2.816401, 54.1898],[-2.814699, 54.1908],[-2.8134, 54.1923],[-2.806601, 54.1936],[-2.8055, 54.1986],[-2.800699, 54.1992],[-2.796401, 54.1991],[-2.7937, 54.1984],[-2.7909, 54.1974],[-2.7851, 54.1942],[-2.783, 54.1933],[-2.77780, 54.1911],[-2.775399, 54.1908],[-2.772799, 54.1900],[-2.770499, 54.1894],[-2.768901, 54.1885],[-2.7678, 54.1881],[-2.766299, 54.1881],[-2.7607, 54.1888],[-2.758199, 54.1878],[-2.7493, 54.1892],[-2.747999, 54.1895],[-2.746601, 54.1889],[-2.7434, 54.1873],[-2.740299, 54.186],[-2.7374, 54.1845],[-2.737, 54.1841],[-2.7368, 54.1828],[-2.737799, 54.1765],[-2.737799, 54.1742],[-2.736401, 54.1679],[-2.736001, 54.1672],[-2.7353, 54.1668],[-2.724999, 54.1668],[-2.72, 54.1668],[-2.71680, 54.1664],[-2.712001, 54.1655],[-2.7102, 54.1653],[-2.709599, 54.1654],[-2.706001, 54.1663],[-2.7047, 54.1663],[-2.703799, 54.1661],[-2.701499, 54.1653],[-2.699699, 54.1648],[-2.6984, 54.165],[-2.696201, 54.165],[-2.6928, 54.1652],[-2.6905, 54.1659],[-2.688299, 54.1667],[-2.6879, 54.1666],[-2.683399, 54.1644],[-2.6824, 54.1637],[-2.681601, 54.1635],[-2.6803, 54.1639],[-2.679399, 54.1644],[-2.6785, 54.165],[-2.6782, 54.1654],[-2.67810, 54.1661],[-2.67810, 54.1675],[-2.678299, 54.1688],[-2.67810, 54.1696],[-2.6775, 54.1705],[-2.6752, 54.1724],[-2.673701, 54.1754],[-2.6731, 54.1764],[-2.6719, 54.1775],[-2.670799, 54.1782],[-2.66800, 54.1794],[-2.6644, 54.181],[-2.6621, 54.1827],[-2.659101, 54.1840],[-2.654, 54.1864],[-2.65, 54.1873],[-2.6464, 54.1889],[-2.645099, 54.1900],[-2.6438, 54.1919],[-2.6424, 54.1943],[-2.642, 54.1955],[-2.6408, 54.2006],[-2.640599, 54.2011],[-2.639699, 54.2022],[-2.638, 54.2027],[-2.6364, 54.2020],[-2.6292, 54.1996],[-2.6263, 54.1982],[-2.621601, 54.1963],[-2.6131, 54.1965],[-2.606601, 54.1959],[-2.5971, 54.1966],[-2.5936, 54.1966],[-2.5917, 54.1967],[-2.590499, 54.1967],[-2.5894, 54.1966],[-2.5869, 54.1965],[-2.5782, 54.1965],[-2.5674, 54.1980],[-2.5567, 54.1999],[-2.545399, 54.2038],[-2.5432, 54.2052],[-2.536801, 54.2101],[-2.5351, 54.2107],[-2.5308, 54.2106],[-2.529799, 54.2111],[-2.5288, 54.2127],[-2.5244, 54.2164],[-2.522399, 54.2174],[-2.5207, 54.2181],[-2.516001, 54.2192],[-2.5106, 54.2196],[-2.506099, 54.2201],[-2.499399, 54.2209],[-2.494999, 54.222],[-2.4886, 54.2255],[-2.4823, 54.2276],[-2.4765, 54.2303],[-2.474301, 54.2317],[-2.471, 54.234],[-2.467099, 54.2357],[-2.461401, 54.2393],[-2.459501, 54.24],[-2.4586, 54.2403],[-2.457999, 54.2403],[-2.4579, 54.2402],[-2.4577, 54.2398],[-2.4577, 54.2388],[-2.4579, 54.2372],[-2.4587, 54.2318],[-2.459, 54.2282],[-2.461401, 54.225],[-2.4623, 54.2239],[-2.46280, 54.2233],[-2.464301, 54.2221],[-2.467099, 54.2204],[-2.470799, 54.2177],[-2.471801, 54.2168]]],[[[-2.8958, 53.9878],[-2.8973, 53.9877],[-2.8986, 53.9883],[-2.899101, 53.9889],[-2.899199, 53.9894],[-2.899199, 53.9897],[-2.899101, 53.9902],[-2.8986, 53.9907],[-2.898, 53.9909],[-2.897099, 53.9908],[-2.89590, 53.9904],[-2.8931, 53.9898],[-2.891601, 53.9892],[-2.891601, 53.9889],[-2.89170, 53.9886],[-2.8958, 53.9878]]]]}, properties:{name:"Lancashire"}}, {type:"Feature", geometry:{type:"MultiPolygon", coordinates:[[[[-0.7129995, 52.523],[-0.7168995, 52.5226],[-0.7198995, 52.5226],[-0.7226995, 52.5228],[-0.7270005000000002, 52.5224],[-0.7343005, 52.5201],[-0.7385005, 52.517],[-0.7537995, 52.5107],[-0.7554995, 52.5105],[-0.7572995, 52.5108],[-0.7600995000000002, 52.5123],[-0.7639005, 52.5142],[-0.7724995, 52.518],[-0.7749995, 52.5194],[-0.7785995, 52.5177],[-0.7857995, 52.5143],[-0.7904995, 52.5152],[-0.7932995000000002, 52.5159],[-0.7998995, 52.517],[-0.8029995, 52.5176],[-0.8046995, 52.5181],[-0.8076995, 52.5203],[-0.8141005, 52.5175],[-0.8187995, 52.5173],[-0.8216995000000002, 52.5178],[-0.8260005, 52.5206],[-0.8493005, 52.5213],[-0.8677995, 52.5229],[-0.8725995, 52.5192],[-0.8770005, 52.5177],[-0.8828995, 52.5155],[-0.8812005, 52.5113],[-0.8806995, 52.5091],[-0.8808995, 52.5054],[-0.8807995, 52.5007],[-0.8814995, 52.4940],[-0.8823995, 52.4926],[-0.8860005, 52.4938],[-0.8906995, 52.4936],[-0.8951995, 52.4927],[-0.8974995, 52.4912],[-0.8982995, 52.4896],[-0.8970995, 52.4871],[-0.8937005, 52.486],[-0.8902995, 52.4852],[-0.8832995, 52.4816],[-0.8787005000000002, 52.4787],[-0.8841005, 52.4687],[-0.8887995000000002, 52.4707],[-0.8931995, 52.4647],[-0.8974995, 52.4602],[-0.9022995, 52.4623],[-0.9043005, 52.463],[-0.9062005, 52.4624],[-0.9089995, 52.4617],[-0.9121995, 52.4623],[-0.9172995, 52.4634],[-0.9233995, 52.4645],[-0.9354995000000002, 52.4671],[-0.9404995, 52.4694],[-0.9439995, 52.4723],[-0.9476995, 52.4753],[-0.9487995, 52.4762],[-0.9495005000000002, 52.4767],[-0.9507995, 52.4768],[-0.9535995, 52.4768],[-0.9557995000000002, 52.4766],[-0.9616995, 52.4766],[-0.9648995, 52.4768],[-0.9662995, 52.4767],[-0.9680995, 52.4757],[-0.9691005000000003, 52.4741],[-0.9710005, 52.4709],[-0.9776995, 52.4707],[-0.9818005, 52.4707],[-0.9849995, 52.471],[-0.9876995000000002, 52.4723],[-0.9960005, 52.4704],[-0.9991995, 52.4691],[-1.0003, 52.4671],[-1.0028, 52.4653],[-1.006801, 52.4637],[-1.012001, 52.4627],[-1.0157, 52.4609],[-1.021801, 52.4585],[-1.027799, 52.4549],[-1.031201, 52.4531],[-1.036801, 52.4502],[-1.0394, 52.4487],[-1.041, 52.4465],[-1.041499, 52.4449],[-1.0409, 52.4433],[-1.0396, 52.4427],[-1.0376, 52.4432],[-1.0369, 52.443],[-1.0358, 52.4419],[-1.033599, 52.4383],[-1.032699, 52.4369],[-1.040799, 52.4297],[-1.047199, 52.4253],[-1.0509, 52.4233],[-1.052199, 52.4222],[-1.0527, 52.4203],[-1.053599, 52.42],[-1.0554, 52.4206],[-1.0578, 52.4219],[-1.059999, 52.4228],[-1.0618, 52.4232],[-1.062299, 52.4236],[-1.0625, 52.4248],[-1.063501, 52.4262],[-1.064399, 52.4269],[-1.066, 52.4273],[-1.069, 52.4319],[-1.071001, 52.4328],[-1.074, 52.4334],[-1.076401, 52.4346],[-1.080299, 52.4359],[-1.0849, 52.4337],[-1.0898, 52.4328],[-1.1094, 52.4251],[-1.115, 52.4238],[-1.1267, 52.4192],[-1.1346, 52.4121],[-1.136201, 52.4105],[-1.136899, 52.409],[-1.139101, 52.4061],[-1.1404, 52.4027],[-1.1407, 52.4018],[-1.1411, 52.4012],[-1.1417, 52.4008],[-1.143, 52.4002],[-1.144799, 52.3991],[-1.1457, 52.3987],[-1.1511, 52.3968],[-1.153, 52.3993],[-1.1625, 52.3976],[-1.167899, 52.3959],[-1.172099, 52.3944],[-1.174199, 52.3935],[-1.1769, 52.393],[-1.1828, 52.392],[-1.184399, 52.3929],[-1.185899, 52.3955],[-1.186401, 52.3976],[-1.1919, 52.3971],[-1.198501, 52.3969],[-1.201001, 52.3971],[-1.2018, 52.4006],[-1.2091, 52.409],[-1.215, 52.4152],[-1.2221, 52.4193],[-1.2338, 52.4311],[-1.243199, 52.4406],[-1.2508, 52.4481],[-1.257599, 52.4541],[-1.266899, 52.4622],[-1.273399, 52.4681],[-1.279301, 52.475],[-1.284101, 52.4811],[-1.2901, 52.4865],[-1.2967, 52.4918],[-1.3031, 52.4965],[-1.319301, 52.5021],[-1.3428, 52.508],[-1.356099, 52.5128],[-1.3672, 52.5169],[-1.372499, 52.5192],[-1.392099, 52.5278],[-1.406, 52.5327],[-1.4169, 52.5384],[-1.4374, 52.5461],[-1.4441, 52.547],[-1.4536, 52.5485],[-1.4697, 52.5536],[-1.4827, 52.5603],[-1.4908, 52.5631],[-1.5078, 52.5681],[-1.5144, 52.5703],[-1.5272, 52.5802],[-1.5276, 52.5813],[-1.5294, 52.5824],[-1.531401, 52.5832],[-1.5333, 52.584],[-1.533599, 52.5848],[-1.533501, 52.5862],[-1.534, 52.5867],[-1.5366, 52.588],[-1.539101, 52.5892],[-1.5405, 52.5898],[-1.546, 52.5895],[-1.549301, 52.5914],[-1.5503, 52.5921],[-1.551601, 52.5924],[-1.554, 52.593],[-1.5555, 52.5929],[-1.556601, 52.5932],[-1.559, 52.5959],[-1.5588, 52.5973],[-1.557001, 52.5988],[-1.556401, 52.6006],[-1.556401, 52.6053],[-1.5563, 52.6074],[-1.555799, 52.6095],[-1.5525, 52.6146],[-1.5549, 52.6158],[-1.5592, 52.6199],[-1.5606, 52.6204],[-1.5661, 52.6222],[-1.5657, 52.6238],[-1.565099, 52.6252],[-1.563701, 52.6275],[-1.565099, 52.6293],[-1.569399, 52.6354],[-1.567899, 52.6361],[-1.5563, 52.637],[-1.5463, 52.6421],[-1.5423, 52.644],[-1.5416, 52.6459],[-1.5439, 52.65],[-1.5409, 52.6532],[-1.543501, 52.6564],[-1.5445, 52.6608],[-1.5482, 52.6661],[-1.5488, 52.6678],[-1.5575, 52.6714],[-1.5631, 52.6731],[-1.568099, 52.6754],[-1.5791, 52.6831],[-1.5815, 52.6852],[-1.585299, 52.6881],[-1.5877, 52.6893],[-1.5869, 52.6929],[-1.5856, 52.6959],[-1.5907, 52.6989],[-1.592, 52.7],[-1.593701, 52.7012],[-1.588099, 52.7054],[-1.585299, 52.7067],[-1.582999, 52.7076],[-1.5762, 52.7118],[-1.5718, 52.7125],[-1.565899, 52.7116],[-1.5605, 52.7141],[-1.5553, 52.7172],[-1.5531, 52.7185],[-1.5498, 52.721],[-1.5474, 52.7228],[-1.5455, 52.725],[-1.5439, 52.7273],[-1.542799, 52.7318],[-1.543599, 52.7342],[-1.5473, 52.7385],[-1.550699, 52.7421],[-1.557899, 52.7460],[-1.5612, 52.7482],[-1.562001, 52.7493],[-1.5621, 52.7506],[-1.5617, 52.7523],[-1.556601, 52.7564],[-1.553501, 52.7608],[-1.552199, 52.7621],[-1.5506, 52.763],[-1.548501, 52.7637],[-1.5466, 52.7635],[-1.543501, 52.7612],[-1.539999, 52.7592],[-1.5382, 52.7589],[-1.536401, 52.7594],[-1.533, 52.7603],[-1.525499, 52.7625],[-1.5224, 52.764],[-1.521299, 52.7646],[-1.519, 52.7655],[-1.516899, 52.7662],[-1.5102, 52.7668],[-1.5057, 52.7666],[-1.5009, 52.7662],[-1.4981, 52.7659],[-1.495399, 52.765],[-1.491801, 52.7614],[-1.4908, 52.7609],[-1.488999, 52.761],[-1.486601, 52.7625],[-1.483099, 52.7636],[-1.481201, 52.7638],[-1.478799, 52.7642],[-1.476699, 52.7644],[-1.4748, 52.7645],[-1.4729, 52.7647],[-1.4712, 52.766],[-1.468799, 52.7674],[-1.466699, 52.7689],[-1.464501, 52.7706],[-1.4622, 52.7726],[-1.461401, 52.774],[-1.468199, 52.7806],[-1.462, 52.7842],[-1.456699, 52.7873],[-1.4525, 52.7884],[-1.4497, 52.7896],[-1.4462, 52.7912],[-1.4433, 52.7917],[-1.4418, 52.7926],[-1.441401, 52.7936],[-1.441, 52.7949],[-1.4404, 52.7971],[-1.4396, 52.7980],[-1.439301, 52.7987],[-1.439999, 52.8006],[-1.440899, 52.8018],[-1.440899, 52.8025],[-1.439399, 52.8024],[-1.4371, 52.8022],[-1.436, 52.8021],[-1.4326, 52.8018],[-1.429399, 52.8013],[-1.4252, 52.8008],[-1.419899, 52.8005],[-1.4183, 52.8009],[-1.416299, 52.8017],[-1.4101, 52.808],[-1.406201, 52.8129],[-1.4036, 52.8155],[-1.404101, 52.8162],[-1.404799, 52.8173],[-1.4019, 52.819],[-1.399199, 52.8203],[-1.3975, 52.822],[-1.396401, 52.8237],[-1.392799, 52.827],[-1.3875, 52.8323],[-1.387599, 52.8328],[-1.392099, 52.8344],[-1.394199, 52.8362],[-1.388501, 52.8382],[-1.3882, 52.8386],[-1.387699, 52.8393],[-1.3858, 52.8398],[-1.3842, 52.8405],[-1.383501, 52.8412],[-1.3828, 52.8421],[-1.3816, 52.8448],[-1.381099, 52.8457],[-1.380499, 52.8463],[-1.378999, 52.847],[-1.3771, 52.8474],[-1.3759, 52.8474],[-1.373999, 52.8473],[-1.3721, 52.8478],[-1.370399, 52.8484],[-1.3684, 52.8492],[-1.3659, 52.8501],[-1.364501, 52.8509],[-1.3636, 52.8519],[-1.362, 52.8538],[-1.361201, 52.8544],[-1.3598, 52.855],[-1.3588, 52.8554],[-1.358099, 52.8556],[-1.3573, 52.8558],[-1.3564, 52.8560],[-1.3549, 52.8562],[-1.353799, 52.8561],[-1.353, 52.8558],[-1.3527, 52.8555],[-1.352499, 52.8551],[-1.352499, 52.8541],[-1.3523, 52.8534],[-1.351801, 52.8531],[-1.3512, 52.8530],[-1.350399, 52.8532],[-1.3491, 52.8536],[-1.3485, 52.8540],[-1.3484, 52.8544],[-1.3484, 52.8549],[-1.348701, 52.8554],[-1.349301, 52.8562],[-1.349501, 52.8565],[-1.349599, 52.8570],[-1.349501, 52.8575],[-1.3491, 52.8579],[-1.348, 52.8584],[-1.3471, 52.8589],[-1.346699, 52.8593],[-1.3464, 52.8601],[-1.346001, 52.8607],[-1.3456, 52.8611],[-1.3448, 52.8615],[-1.3434, 52.8617],[-1.342399, 52.8620],[-1.341801, 52.8623],[-1.341401, 52.8627],[-1.3413, 52.8630],[-1.3415, 52.8633],[-1.3421, 52.8637],[-1.3426, 52.864],[-1.3434, 52.8643],[-1.3444, 52.8646],[-1.3448, 52.8649],[-1.3449, 52.8653],[-1.3448, 52.8657],[-1.344301, 52.8661],[-1.343799, 52.8664],[-1.3428, 52.8667],[-1.342, 52.8668],[-1.3413, 52.8667],[-1.3404, 52.8664],[-1.339599, 52.8659],[-1.338701, 52.8652],[-1.3379, 52.8649],[-1.336699, 52.8648],[-1.3358, 52.8650],[-1.335, 52.8653],[-1.334, 52.8657],[-1.3328, 52.8664],[-1.3322, 52.8667],[-1.331601, 52.8669],[-1.331001, 52.867],[-1.3304, 52.867],[-1.3297, 52.8669],[-1.328701, 52.8666],[-1.3279, 52.8663],[-1.326699, 52.8658],[-1.325799, 52.8656],[-1.325099, 52.8656],[-1.324399, 52.8658],[-1.323701, 52.8662],[-1.322899, 52.8668],[-1.322299, 52.8673],[-1.321601, 52.8678],[-1.320799, 52.8682],[-1.320199, 52.8684],[-1.319399, 52.8686],[-1.318701, 52.8689],[-1.3182, 52.8694],[-1.3178, 52.8699],[-1.3176, 52.8705],[-1.3175, 52.8714],[-1.3174, 52.8722],[-1.3171, 52.8726],[-1.3163, 52.8731],[-1.315099, 52.8735],[-1.3139, 52.8737],[-1.312999, 52.8737],[-1.3121, 52.8736],[-1.310699, 52.8733],[-1.309501, 52.8732],[-1.3083, 52.8733],[-1.307099, 52.8737],[-1.306, 52.874],[-1.3052, 52.8741],[-1.3038, 52.8741],[-1.3019, 52.874],[-1.300099, 52.8739],[-1.2989, 52.8739],[-1.2976, 52.8738],[-1.296401, 52.8735],[-1.292899, 52.8726],[-1.291299, 52.8725],[-1.2901, 52.8725],[-1.289101, 52.8725],[-1.2876, 52.8725],[-1.2855, 52.8726],[-1.2831, 52.8732],[-1.2796, 52.8749],[-1.278399, 52.8755],[-1.2774, 52.8758],[-1.276, 52.8759],[-1.274899, 52.8758],[-1.272799, 52.8755],[-1.2701, 52.8748],[-1.266801, 52.8739],[-1.267001, 52.8735],[-1.268399, 52.8717],[-1.2693, 52.8702],[-1.2695, 52.8695],[-1.2695, 52.8685],[-1.269199, 52.8676],[-1.268901, 52.8667],[-1.269, 52.866],[-1.2693, 52.8655],[-1.269799, 52.8650],[-1.2702, 52.8644],[-1.270599, 52.8637],[-1.2711, 52.8629],[-1.2716, 52.8624],[-1.2723, 52.8619],[-1.273, 52.8614],[-1.2733, 52.861],[-1.2733, 52.8606],[-1.273, 52.8602],[-1.2723, 52.8597],[-1.271201, 52.8592],[-1.270599, 52.8591],[-1.269799, 52.8590],[-1.2688, 52.8590],[-1.2673, 52.8595],[-1.2665, 52.8596],[-1.2658, 52.8594],[-1.264899, 52.8589],[-1.2644, 52.8585],[-1.264199, 52.8581],[-1.2643, 52.8576],[-1.2646, 52.8570],[-1.2651, 52.8566],[-1.266401, 52.8560],[-1.2675, 52.8556],[-1.268299, 52.8552],[-1.2688, 52.8548],[-1.269199, 52.8544],[-1.2696, 52.8539],[-1.269799, 52.8533],[-1.269799, 52.8528],[-1.269799, 52.8519],[-1.269899, 52.8514],[-1.2702, 52.8508],[-1.270499, 52.8501],[-1.2707, 52.8496],[-1.2707, 52.8491],[-1.270599, 52.8486],[-1.2703, 52.8481],[-1.269799, 52.8477],[-1.2696, 52.8475],[-1.2693, 52.8469],[-1.2688, 52.8465],[-1.2682, 52.8462],[-1.266899, 52.8457],[-1.2661, 52.8453],[-1.265499, 52.8448],[-1.2652, 52.8443],[-1.2651, 52.8438],[-1.2652, 52.8432],[-1.265599, 52.8423],[-1.2661, 52.8417],[-1.2666, 52.8413],[-1.2672, 52.841],[-1.2681, 52.8405],[-1.268299, 52.8402],[-1.268399, 52.8399],[-1.2682, 52.8396],[-1.2674, 52.8393],[-1.2666, 52.8389],[-1.266201, 52.8386],[-1.266001, 52.8382],[-1.2661, 52.8379],[-1.2666, 52.8375],[-1.267099, 52.8372],[-1.267699, 52.837],[-1.2708, 52.8369],[-1.2715, 52.8367],[-1.272099, 52.8364],[-1.2724, 52.836],[-1.2725, 52.8355],[-1.2725, 52.8351],[-1.2725, 52.8347],[-1.2724, 52.8341],[-1.271899, 52.8331],[-1.2709, 52.832],[-1.269899, 52.8309],[-1.2694, 52.8301],[-1.268901, 52.8291],[-1.2686, 52.8282],[-1.268501, 52.8276],[-1.2686, 52.8268],[-1.269101, 52.8249],[-1.2693, 52.8242],[-1.2693, 52.8238],[-1.269199, 52.8232],[-1.2688, 52.8228],[-1.268, 52.8226],[-1.2666, 52.8222],[-1.266001, 52.8219],[-1.265499, 52.8216],[-1.2644, 52.8206],[-1.2638, 52.8203],[-1.2631, 52.82],[-1.261001, 52.8199],[-1.2601, 52.8197],[-1.259101, 52.8193],[-1.2586, 52.8188],[-1.258399, 52.8183],[-1.258399, 52.8178],[-1.258501, 52.8172],[-1.2594, 52.8164],[-1.260599, 52.8154],[-1.2611, 52.8147],[-1.261299, 52.8138],[-1.261299, 52.813],[-1.2611, 52.8121],[-1.260399, 52.8105],[-1.2596, 52.8087],[-1.259101, 52.8079],[-1.258399, 52.8071],[-1.2578, 52.8065],[-1.2574, 52.8061],[-1.2567, 52.8056],[-1.256201, 52.8052],[-1.255599, 52.8051],[-1.2549, 52.8054],[-1.2542, 52.8059],[-1.253399, 52.8063],[-1.252599, 52.8064],[-1.251099, 52.8064],[-1.249699, 52.8066],[-1.2485, 52.8069],[-1.2471, 52.8072],[-1.2458, 52.8073],[-1.245, 52.8072],[-1.243999, 52.8069],[-1.243299, 52.8065],[-1.242599, 52.8059],[-1.2422, 52.8054],[-1.241801, 52.8052],[-1.240399, 52.8051],[-1.2393, 52.805],[-1.2386, 52.8048],[-1.2379, 52.8044],[-1.2364, 52.8034],[-1.234599, 52.8023],[-1.233099, 52.8013],[-1.231801, 52.8004],[-1.2308, 52.7997],[-1.230399, 52.7992],[-1.230299, 52.7987],[-1.230299, 52.7982],[-1.230299, 52.7972],[-1.2302, 52.7966],[-1.2299, 52.7958],[-1.2292, 52.7946],[-1.228701, 52.794],[-1.228099, 52.7935],[-1.227499, 52.7930],[-1.2262, 52.7923],[-1.2248, 52.7917],[-1.2241, 52.7915],[-1.223, 52.7914],[-1.221699, 52.7915],[-1.22, 52.7918],[-1.217399, 52.7928],[-1.215199, 52.7938],[-1.213901, 52.7945],[-1.2129, 52.7948],[-1.2115, 52.7950],[-1.21, 52.7949],[-1.2084, 52.7948],[-1.207399, 52.7946],[-1.2061, 52.7942],[-1.2048, 52.7937],[-1.204, 52.7933],[-1.2033, 52.7932],[-1.2021, 52.7934],[-1.2013, 52.7933],[-1.2005, 52.7930],[-1.199399, 52.7923],[-1.198099, 52.7915],[-1.1969, 52.7908],[-1.1957, 52.7903],[-1.1949, 52.7899],[-1.194399, 52.7903],[-1.192899, 52.7920],[-1.190799, 52.7942],[-1.189, 52.7957],[-1.1863, 52.7971],[-1.183599, 52.7981],[-1.181401, 52.7994],[-1.178599, 52.8010],[-1.1767, 52.8021],[-1.174301, 52.8031],[-1.1702, 52.8041],[-1.1673, 52.8047],[-1.165599, 52.8049],[-1.1631, 52.8053],[-1.1596, 52.8054],[-1.156, 52.805],[-1.1526, 52.8044],[-1.149999, 52.8039],[-1.1473, 52.8037],[-1.144101, 52.8033],[-1.141201, 52.8034],[-1.135499, 52.8040],[-1.1331, 52.8044],[-1.1317, 52.805],[-1.1287, 52.8073],[-1.1253, 52.8112],[-1.1242, 52.8133],[-1.122599, 52.8161],[-1.121201, 52.8174],[-1.119599, 52.8186],[-1.117599, 52.8188],[-1.1122, 52.8192],[-1.105, 52.8195],[-1.1, 52.8199],[-1.093901, 52.8218],[-1.093099, 52.8213],[-1.0908, 52.8198],[-1.089, 52.8203],[-1.0841, 52.8213],[-1.0741, 52.8244],[-1.070099, 52.8227],[-1.0669, 52.8217],[-1.069301, 52.8153],[-1.069301, 52.8143],[-1.058501, 52.8167],[-1.0563, 52.8167],[-1.053599, 52.8161],[-1.0484, 52.8146],[-1.044199, 52.8146],[-1.041299, 52.8151],[-1.0384, 52.8154],[-1.0345, 52.815],[-1.032099, 52.8151],[-1.0301, 52.816],[-1.027799, 52.8171],[-1.024999, 52.8192],[-1.0224, 52.8191],[-1.0187, 52.8214],[-1.016899, 52.8215],[-1.009699, 52.8211],[-1.0044, 52.8207],[-1.0013, 52.8201],[-1.0003, 52.8213],[-0.9998995000000002, 52.8223],[-0.9966005, 52.8224],[-0.9948995, 52.8225],[-0.9883995, 52.8196],[-0.9839995, 52.8208],[-0.9820005000000002, 52.8219],[-0.9798995, 52.8229],[-0.9787995000000003, 52.8237],[-0.9733995, 52.8296],[-0.9735995, 52.8317],[-0.9741995, 52.8338],[-0.9773995, 52.8393],[-0.9771995, 52.8401],[-0.9764005, 52.8416],[-0.9697995, 52.8464],[-0.9670995, 52.8468],[-0.9607995, 52.8454],[-0.9570995, 52.8447],[-0.9505995, 52.8471],[-0.9428995, 52.852],[-0.9389005, 52.8566],[-0.9371995, 52.8606],[-0.9376995, 52.8615],[-0.9374995000000003, 52.8626],[-0.9233995, 52.8679],[-0.9257995, 52.8694],[-0.9298995, 52.8715],[-0.9327995, 52.8734],[-0.9353995, 52.8762],[-0.9355995, 52.8776],[-0.9262995000000003, 52.8802],[-0.9173995, 52.8806],[-0.9137005, 52.8811],[-0.9097995, 52.8837],[-0.9033995, 52.8869],[-0.8797995, 52.8951],[-0.8730995, 52.8983],[-0.8583995, 52.9057],[-0.8579995, 52.9071],[-0.8578995, 52.9088],[-0.8582995000000002, 52.9103],[-0.8587995, 52.9121],[-0.8585995, 52.916],[-0.8570005000000002, 52.9179],[-0.8525995, 52.9213],[-0.8446995000000003, 52.9253],[-0.8425995, 52.927],[-0.8416005, 52.9282],[-0.8385995000000003, 52.9313],[-0.8345005, 52.9364],[-0.8333995, 52.9385],[-0.8320005, 52.9395],[-0.8225995, 52.9408],[-0.8214005, 52.942],[-0.8212005, 52.9429],[-0.8212005, 52.9438],[-0.8214005, 52.9442],[-0.8318005, 52.9458],[-0.8323995, 52.946],[-0.8327995, 52.9464],[-0.8320995, 52.9482],[-0.8281995, 52.9521],[-0.8195995, 52.9595],[-0.8147995, 52.9628],[-0.8128995, 52.9605],[-0.8078995, 52.96],[-0.8064995, 52.9631],[-0.8012005, 52.9671],[-0.8001995, 52.9682],[-0.7971995, 52.9726],[-0.7939995, 52.9752],[-0.7914005, 52.9768],[-0.7889995, 52.9774],[-0.7860005, 52.9779],[-0.7737995, 52.9760],[-0.7749995, 52.9609],[-0.7562995, 52.9536],[-0.7525995, 52.9507],[-0.7514995, 52.9488],[-0.7574995, 52.939],[-0.7602995, 52.9312],[-0.7627995, 52.9240],[-0.7646995, 52.9218],[-0.7662005, 52.9180],[-0.7691005, 52.9106],[-0.7735005, 52.9053],[-0.7735995, 52.9047],[-0.7710005, 52.9030],[-0.7699995, 52.9028],[-0.7689005, 52.9031],[-0.7670005, 52.904],[-0.7612995, 52.9030],[-0.7593005, 52.9024],[-0.7585005, 52.9008],[-0.7587995, 52.8992],[-0.7600995000000002, 52.897],[-0.7614995, 52.8952],[-0.7614005, 52.8917],[-0.7612995, 52.8893],[-0.7607995000000002, 52.8866],[-0.7570005, 52.8849],[-0.7512995, 52.8858],[-0.7472995, 52.8842],[-0.7402995, 52.8828],[-0.7375995, 52.8813],[-0.7327995, 52.8698],[-0.7283995, 52.8653],[-0.7272995, 52.8644],[-0.7137005, 52.8538],[-0.7118005, 52.8514],[-0.7035995000000002, 52.8348],[-0.6935995, 52.8234],[-0.6839995, 52.8159],[-0.6816005, 52.8122],[-0.6799995, 52.8094],[-0.6793995, 52.806],[-0.6791005, 52.7974],[-0.6782995, 52.7950],[-0.6716005000000002, 52.7843],[-0.6701995, 52.777],[-0.6679995, 52.772],[-0.6643995, 52.7645],[-0.6620005, 52.7606],[-0.6708995, 52.7567],[-0.6725995, 52.7571],[-0.6735995, 52.758],[-0.6925995, 52.7547],[-0.6941995, 52.7541],[-0.6948995, 52.7535],[-0.6951995, 52.7527],[-0.6952995, 52.7512],[-0.7016005, 52.7503],[-0.7033995, 52.75],[-0.7062005, 52.7486],[-0.7077995, 52.748],[-0.7116995000000002, 52.7475],[-0.7122995, 52.7455],[-0.7132995, 52.7454],[-0.7143995000000002, 52.7437],[-0.7228995, 52.7424],[-0.7264995, 52.7415],[-0.7289005, 52.7408],[-0.7318995, 52.7408],[-0.7349995, 52.7405],[-0.7407995000000002, 52.7393],[-0.7431995, 52.7384],[-0.7462995, 52.7370],[-0.7499995, 52.7364],[-0.7520995, 52.7365],[-0.7528995, 52.7368],[-0.7539005, 52.7387],[-0.7551995, 52.7393],[-0.7599995, 52.7393],[-0.7620995000000002, 52.739],[-0.7635005, 52.7393],[-0.7653995, 52.7407],[-0.7677995, 52.7432],[-0.7700995, 52.7443],[-0.7720995, 52.7435],[-0.7764995, 52.7434],[-0.7776995, 52.7431],[-0.7791005, 52.7417],[-0.7808995, 52.7407],[-0.7827995000000002, 52.7401],[-0.7846995, 52.7402],[-0.7870005, 52.7405],[-0.7889995, 52.7403],[-0.7910005, 52.7398],[-0.7916005, 52.7388],[-0.7926995, 52.7375],[-0.7949995000000002, 52.7361],[-0.7964005, 52.7359],[-0.7983995000000002, 52.736],[-0.8000995, 52.7353],[-0.8014995, 52.7341],[-0.8027995, 52.7326],[-0.8039995, 52.7311],[-0.8050995, 52.7303],[-0.8064005, 52.7301],[-0.8087005, 52.7297],[-0.8112005, 52.7293],[-0.8116005, 52.7288],[-0.8123995, 52.7264],[-0.8129995, 52.7255],[-0.8151995, 52.7241],[-0.8157995, 52.7229],[-0.8166995, 52.7183],[-0.8166005, 52.7152],[-0.8164005, 52.7145],[-0.8125995, 52.714],[-0.8118995000000002, 52.7136],[-0.8106995, 52.7131],[-0.8103995, 52.7117],[-0.8081995, 52.7104],[-0.7997995, 52.7075],[-0.7991005, 52.7069],[-0.8018005, 52.7038],[-0.8010005, 52.7029],[-0.7998995, 52.702],[-0.7970995, 52.7022],[-0.7948995, 52.7029],[-0.7939995, 52.7018],[-0.7939995, 52.6995],[-0.7939005, 52.6979],[-0.7935995000000002, 52.6963],[-0.7932995000000002, 52.6955],[-0.7926995, 52.6948],[-0.7914005, 52.6943],[-0.7905995, 52.6941],[-0.7864995, 52.6938],[-0.7854995, 52.6931],[-0.7857995, 52.6926],[-0.7870995, 52.6866],[-0.7870005, 52.6854],[-0.7847995, 52.6827],[-0.7846995, 52.6822],[-0.7851995000000002, 52.6807],[-0.7853995, 52.6787],[-0.7841995, 52.6735],[-0.7832995, 52.6712],[-0.7829995, 52.6689],[-0.7837995, 52.6677],[-0.7850995, 52.6669],[-0.7912005, 52.6663],[-0.7923995, 52.6649],[-0.7937995, 52.664],[-0.7946995, 52.6633],[-0.7950995, 52.6622],[-0.7946995, 52.6608],[-0.7937995, 52.6598],[-0.7937995, 52.6592],[-0.7951995, 52.6572],[-0.7955995, 52.6569],[-0.7978995, 52.6572],[-0.7991995, 52.6569],[-0.8014995, 52.6539],[-0.8051995, 52.6483],[-0.8055995, 52.6476],[-0.8080995, 52.6469],[-0.8091005, 52.646],[-0.8096995, 52.6444],[-0.8098995, 52.6418],[-0.8103995, 52.6408],[-0.8104995000000003, 52.6404],[-0.8095005, 52.6397],[-0.8085005, 52.6395],[-0.8071995000000002, 52.6396],[-0.8048995, 52.6397],[-0.8031995, 52.639],[-0.8026995, 52.6385],[-0.8026995, 52.6379],[-0.8041995, 52.6365],[-0.8051995, 52.6344],[-0.8057995000000002, 52.6321],[-0.8075995, 52.6306],[-0.8102995, 52.6294],[-0.8108995, 52.6291],[-0.8108995, 52.6276],[-0.8116005, 52.6267],[-0.8116995, 52.6259],[-0.8066995, 52.622],[-0.8066005000000002, 52.6216],[-0.8071995000000002, 52.6208],[-0.8082995, 52.6203],[-0.8091995, 52.6195],[-0.8103995, 52.6159],[-0.8107995, 52.6151],[-0.8145995, 52.6125],[-0.8179995000000002, 52.6109],[-0.8191995, 52.6098],[-0.8198995, 52.6085],[-0.8200995, 52.6071],[-0.8198995, 52.6061],[-0.8189005, 52.6042],[-0.8189005, 52.6037],[-0.8189995, 52.6023],[-0.8205995, 52.5979],[-0.8205995, 52.5966],[-0.8173995, 52.5952],[-0.8160005, 52.5934],[-0.8137995, 52.5933],[-0.8089005, 52.5946],[-0.8054995, 52.5953],[-0.8024995, 52.5959],[-0.8002995, 52.5964],[-0.7982995000000003, 52.5971],[-0.7948995, 52.5969],[-0.7926995, 52.597],[-0.7868995, 52.5971],[-0.7845005, 52.5963],[-0.7828995, 52.5954],[-0.7818005, 52.5945],[-0.7812995, 52.5927],[-0.7805995, 52.5919],[-0.7774995, 52.5898],[-0.7751995, 52.5879],[-0.7735005, 52.586],[-0.7724995, 52.5851],[-0.7720995, 52.5848],[-0.7710005, 52.5847],[-0.7696995, 52.5839],[-0.7685995, 52.5833],[-0.7673995, 52.583],[-0.7655995, 52.5828],[-0.7645995, 52.5825],[-0.7641005, 52.5821],[-0.7637005, 52.5803],[-0.7627995, 52.5788],[-0.7627995, 52.5782],[-0.7631995, 52.5768],[-0.7633995, 52.5756],[-0.7633995, 52.5742],[-0.7632995, 52.5728],[-0.7627995, 52.5715],[-0.7620005, 52.5706],[-0.7612005, 52.57],[-0.7600995000000002, 52.5689],[-0.7593005, 52.5666],[-0.7583995, 52.5659],[-0.7566995, 52.5652],[-0.7550995, 52.5647],[-0.7541005, 52.5641],[-0.7521995, 52.5630],[-0.7508995000000003, 52.562],[-0.7495995, 52.5613],[-0.7489995, 52.5606],[-0.7481995, 52.5602],[-0.7471995, 52.5599],[-0.7448995000000002, 52.5581],[-0.7408995, 52.5534],[-0.7395005, 52.5517],[-0.7383995, 52.5505],[-0.7380995, 52.5487],[-0.7380995, 52.5473],[-0.7383995, 52.5465],[-0.7389995, 52.5458],[-0.7406995, 52.5441],[-0.7421995, 52.5432],[-0.7423995, 52.5427],[-0.7421995, 52.542],[-0.7408995, 52.5408],[-0.7370995, 52.5381],[-0.7354995, 52.5371],[-0.7345995, 52.5364],[-0.7328995, 52.5359],[-0.7308995, 52.5357],[-0.7302995000000002, 52.5355],[-0.7298995, 52.5345],[-0.7293005, 52.5336],[-0.7283995, 52.5329],[-0.7276995, 52.5322],[-0.7256995, 52.5317],[-0.7243005, 52.5308],[-0.7214995, 52.5284],[-0.7193005, 52.5269],[-0.7185995, 52.5262],[-0.7164005, 52.5251],[-0.7129995, 52.523]]]]}, properties:{name:"Leicestershire"}}, {type:"Feature", geometry:{type:"MultiPolygon", coordinates:[[[[-0.2982995, 53.6157],[-0.2960995, 53.6138],[-0.2907995, 53.614],[-0.2900995, 53.6141],[-0.2889005, 53.6127],[-0.2878995, 53.6123],[-0.2864005, 53.6122],[-0.2849995, 53.612],[-0.2835005, 53.6112],[-0.2820005, 53.61],[-0.2816005, 53.6091],[-0.2818995, 53.6073],[-0.2816005, 53.6066],[-0.2805995, 53.606],[-0.2771995, 53.6046],[-0.2735995, 53.6030],[-0.2708995, 53.6017],[-0.2682995, 53.6001],[-0.2668005, 53.5992],[-0.2589995, 53.5970],[-0.2564995, 53.5961],[-0.2522995, 53.5934],[-0.2510995, 53.5933],[-0.2487005, 53.5947],[-0.2477995, 53.5947],[-0.2470005, 53.5943],[-0.2468005, 53.5935],[-0.2481995, 53.5891],[-0.2479995, 53.5880],[-0.2439995, 53.5868],[-0.2420995, 53.5864],[-0.2402995, 53.5867],[-0.2389005, 53.5878],[-0.2379995, 53.5879],[-0.2366995, 53.5880],[-0.2350995, 53.5878],[-0.2337005, 53.5871],[-0.2318005, 53.5850],[-0.2301995, 53.5824],[-0.2285005, 53.5791],[-0.2270995, 53.5774],[-0.2253995, 53.5756],[-0.2243005, 53.5734],[-0.2231995, 53.5709],[-0.2223995, 53.5697],[-0.2212005, 53.569],[-0.2107995, 53.5706],[-0.2075995, 53.5709],[-0.2045005, 53.5712],[-0.2016005, 53.5719],[-0.1996995, 53.5721],[-0.1981995, 53.5715],[-0.1971995, 53.5712],[-0.1960995, 53.5713],[-0.1939995, 53.5719],[-0.1923995, 53.5714],[-0.1910005, 53.5702],[-0.1885005, 53.5676],[-0.1868005, 53.5654],[-0.1864005, 53.5643],[-0.1866005, 53.5631],[-0.1873995, 53.5621],[-0.1921995, 53.5583],[-0.1987995, 53.552],[-0.2023995, 53.5481],[-0.2051995, 53.5461],[-0.2070995, 53.5442],[-0.2089995, 53.5426],[-0.2110005, 53.5408],[-0.2154995, 53.5361],[-0.2166995, 53.5342],[-0.2168995, 53.5336],[-0.2162005, 53.5329],[-0.2104995, 53.5322],[-0.2095005, 53.532],[-0.2093005, 53.5316],[-0.2095995, 53.5306],[-0.2112005, 53.5282],[-0.2116995, 53.5273],[-0.2118005, 53.5266],[-0.2114005, 53.5255],[-0.2089995, 53.523],[-0.2082995, 53.5219],[-0.2072995, 53.5189],[-0.2062005, 53.5172],[-0.2039005, 53.5148],[-0.2020005, 53.5118],[-0.2018995, 53.5108],[-0.2021995, 53.5081],[-0.2024995, 53.506],[-0.2029995, 53.5053],[-0.2039995, 53.5049],[-0.2054995, 53.504],[-0.2055995, 53.5034],[-0.2052995, 53.5025],[-0.2043995, 53.4998],[-0.2035005, 53.4983],[-0.2035995, 53.4977],[-0.2058995, 53.4931],[-0.2070005, 53.4911],[-0.2073995, 53.4901],[-0.2081995, 53.4872],[-0.2079995, 53.4866],[-0.2074995, 53.4864],[-0.2045995, 53.4862],[-0.2010995, 53.4861],[-0.1989005, 53.4853],[-0.1964005, 53.4844],[-0.1941005, 53.484],[-0.1910995, 53.4837],[-0.1893995, 53.4838],[-0.1866995, 53.4841],[-0.1852995, 53.484],[-0.1845995, 53.4836],[-0.1843005, 53.4829],[-0.1843995, 53.4816],[-0.1841005, 53.4810],[-0.1827995, 53.4808],[-0.1818005, 53.4804],[-0.1812995, 53.4797],[-0.1798995, 53.4765],[-0.1793995, 53.4746],[-0.1791995, 53.4734],[-0.1791995, 53.4713],[-0.1800995, 53.4705],[-0.1803995, 53.4698],[-0.1800995, 53.4693],[-0.1791995, 53.4689],[-0.1764995, 53.4689],[-0.1745005, 53.4687],[-0.1712995, 53.4685],[-0.1691995, 53.4685],[-0.1662995, 53.4681],[-0.1639995, 53.4678],[-0.1618995, 53.4677],[-0.1595995, 53.4682],[-0.1585005, 53.4684],[-0.1575995, 53.4681],[-0.1566995, 53.4675],[-0.1535005, 53.4666],[-0.1516995, 53.4662],[-0.1516005, 53.4653],[-0.1543005, 53.4636],[-0.1557995, 53.4624],[-0.1564995, 53.4617],[-0.1566005, 53.4612],[-0.1547995, 53.459],[-0.1537995, 53.4574],[-0.1530995, 53.4554],[-0.1491995, 53.449],[-0.1468995, 53.4462],[-0.1456995, 53.4447],[-0.1437995, 53.4422],[-0.1428995, 53.442],[-0.1385995, 53.4424],[-0.1372995, 53.4422],[-0.1358995, 53.4413],[-0.1351995, 53.4412],[-0.1337995, 53.4418],[-0.1332995, 53.4417],[-0.1328995, 53.4414],[-0.1328995, 53.4402],[-0.1323995, 53.4394],[-0.1308995, 53.4378],[-0.1298995, 53.4365],[-0.1289005, 53.4357],[-0.1280995, 53.4354],[-0.1264005, 53.4354],[-0.1224995, 53.4362],[-0.1202995, 53.4372],[-0.1196995, 53.4372],[-0.1191995, 53.4368],[-0.1185995, 53.4345],[-0.1128995, 53.438],[-0.1093005, 53.4402],[-0.1062995, 53.4416],[-0.1023995, 53.4434],[-0.09279951000000002, 53.4469],[-0.09069952, 53.4478],[-0.08729952000000002, 53.4487],[-0.08390052, 53.4507],[-0.08200052, 53.4515],[-0.08029952, 53.4518],[-0.07989952, 53.4523],[-0.07989952, 53.453],[-0.08029952, 53.4535],[-0.08239952, 53.4555],[-0.08439951, 53.4579],[-0.08689952, 53.4599],[-0.09019952, 53.4621],[-0.09890052, 53.4668],[-0.1023995, 53.4688],[-0.1037005, 53.4696],[-0.1041995, 53.4701],[-0.1041005, 53.4707],[-0.08899952, 53.4773],[-0.08870052, 53.4778],[-0.08879951, 53.4782],[-0.09309952000000002, 53.4819],[-0.09329952, 53.4823],[-0.09309952000000002, 53.4826],[-0.09129952, 53.4832],[-0.09129952, 53.4835],[-0.09200051, 53.4853],[-0.09189951, 53.4859],[-0.08109952, 53.4881],[-0.07890052, 53.4898],[-0.07779951, 53.4905],[-0.07430052, 53.4907],[-0.07359952, 53.4933],[-0.07200052, 53.4972],[-0.06930052, 53.5024],[-0.06829952, 53.5056],[-0.06779952, 53.5105],[-0.06439952, 53.5185],[-0.06359952, 53.5191],[-0.06100052, 53.5195],[-0.05450052, 53.52],[-0.04370052, 53.5201],[-0.04279952, 53.5194],[-0.03890052, 53.5145],[-0.03809952, 53.5138],[-0.03660052, 53.5135],[-0.03499952, 53.5141],[-0.03169952, 53.5151],[-0.02959952, 53.5160],[-0.02689952, 53.517],[-0.02419952, 53.5176],[-0.01859952, 53.5186],[-0.01759952, 53.5187],[-0.01489952, 53.5154],[-0.01399952, 53.5153],[-0.01189952, 53.5158],[-0.009100517, 53.5169],[-0.006499517, 53.5173],[-0.003299518, 53.5173],[-0.0007995174000000002, 53.5174],[4.82554e-7, 53.5176],[0.002800483, 53.5186],[0.009300482000000002, 53.5210],[0.01170048, 53.5218],[0.01640048, 53.5247],[0.01950048, 53.5269],[0.02180048, 53.5238],[0.02200048, 53.5231],[0.02180048, 53.5226],[0.02060048, 53.5223],[0.02049948, 53.5219],[0.02060048, 53.5216],[0.02280048, 53.5196],[0.02940048, 53.5163],[0.03410048, 53.5138],[0.03490048, 53.5137],[0.03620048, 53.5138],[0.03770048, 53.5141],[0.03830048, 53.5141],[0.03910048, 53.514],[0.03970048, 53.5139],[0.04020048, 53.5136],[0.04060048, 53.5131],[0.04089948, 53.5124],[0.04149948, 53.5099],[0.04170048, 53.5094],[0.04220048, 53.509],[0.04319948, 53.5089],[0.04420048, 53.5087],[0.04600048, 53.5081],[0.04980048, 53.5068],[0.05260048, 53.5057],[0.05319948, 53.5057],[0.05399948, 53.5061],[0.05600048, 53.5079],[0.05750048, 53.5099],[0.05750048, 53.5103],[0.05700048, 53.5113],[0.05589948, 53.5132],[0.05589948, 53.5135],[0.05620048, 53.5136],[0.05910048, 53.5125],[0.06049948, 53.5124],[0.06339949, 53.5125],[0.06600048, 53.5125],[0.06780048, 53.5122],[0.06920049, 53.5118],[0.07030048, 53.5112],[0.07160048, 53.5094],[0.07440048, 53.5075],[0.07569949, 53.5066],[0.07620049, 53.5061],[0.07670049, 53.5045],[0.07910048, 53.4997],[0.08030048, 53.4985],[0.08140048, 53.4976],[0.08230048, 53.4967],[0.08339948, 53.4958],[0.08730048, 53.4936],[0.09240048, 53.4913],[0.09440048, 53.4902],[0.09770048000000002, 53.4883],[0.09850048000000002, 53.488],[0.09920048, 53.488],[0.09960048000000002, 53.4883],[0.1001005, 53.489],[0.1006005, 53.4895],[0.1014995, 53.4897],[0.1027005, 53.4896],[0.1043005, 53.4892],[0.1053005, 53.4887],[0.1070005, 53.4874],[0.1089005, 53.4859],[0.1098005, 53.4856],[0.1108005, 53.4857],[0.1117005, 53.4859],[0.1126005, 53.4863],[0.1149005, 53.4875],[0.1154995, 53.488],[0.1158995, 53.4882],[0.1166005, 53.488],[0.1181005, 53.4867],[0.1185005, 53.4865],[0.1193005, 53.4865],[0.1206995, 53.4868],[0.1231995, 53.4876],[0.1239995, 53.4876],[0.1249005, 53.4875],[0.1264005, 53.4869],[0.1285995, 53.4854],[0.1312995, 53.4844],[0.1358995, 53.4836],[0.1377005, 53.4829],[0.1426005, 53.4806],[0.1437005, 53.4803],[0.1454005, 53.4803],[0.1468005, 53.4804],[0.1479995, 53.4807],[0.1487005, 53.4811],[0.1493005, 53.4817],[0.1496005, 53.4822],[0.1497005, 53.4831],[0.1496005, 53.4844],[0.1492005, 53.4856],[0.1467005, 53.4894],[0.1466005, 53.49],[0.1466005, 53.4905],[0.1470005, 53.4908],[0.1477005, 53.4909],[0.1491005, 53.4906],[0.1504995, 53.4901],[0.1517005, 53.4893],[0.1550005, 53.4864],[0.1604005, 53.4815],[0.1639005, 53.4787],[0.1644005, 53.4782],[0.1645005, 53.4779],[0.1642005, 53.4777],[0.1635995, 53.4778],[0.1627005, 53.4783],[0.1621005, 53.4785],[0.1616005, 53.4784],[0.1614005, 53.4781],[0.1612995, 53.4776],[0.1614995, 53.4771],[0.1620005, 53.4767],[0.1627005, 53.4764],[0.1637995, 53.4761],[0.1654995, 53.476],[0.1660995, 53.4758],[0.1664995, 53.4754],[0.1664005, 53.4751],[0.1660995, 53.4749],[0.1644005, 53.4749],[0.1639995, 53.4746],[0.1639995, 53.4741],[0.1645005, 53.4736],[0.1694005, 53.4698],[0.1704995, 53.4694],[0.1712995, 53.4695],[0.1725005, 53.4706],[0.1729995, 53.4707],[0.1737995, 53.4705],[0.1758005, 53.4692],[0.1779995, 53.4672],[0.1785995, 53.4665],[0.1787995, 53.4658],[0.1785995, 53.4654],[0.1781995, 53.4652],[0.1775005, 53.4654],[0.1742005, 53.4673],[0.1735005, 53.4674],[0.1729005, 53.4671],[0.1726005, 53.4666],[0.1727005, 53.4658],[0.1729995, 53.4648],[0.1737995, 53.4637],[0.1760005, 53.4612],[0.1771005, 53.4583],[0.1775005, 53.4573],[0.1785995, 53.4565],[0.1796005, 53.4545],[0.1800005, 53.4535],[0.1820005, 53.4509],[0.1820005, 53.4504],[0.1817005, 53.4501],[0.1796005, 53.4494],[0.1793005, 53.4491],[0.1791005, 53.4485],[0.1793005, 53.4478],[0.1799005, 53.4459],[0.1810995, 53.443],[0.1823005, 53.4414],[0.1837995, 53.4402],[0.1864995, 53.4382],[0.1885005, 53.4361],[0.1904995, 53.4356],[0.1947005, 53.4358],[0.1985005, 53.4355],[0.1996005, 53.4353],[0.2014995, 53.4343],[0.2019005, 53.4335],[0.2019005, 53.4329],[0.2017005, 53.4326],[0.2012995, 53.4324],[0.1996005, 53.4323],[0.1992005, 53.4321],[0.1991005, 53.4317],[0.1992005, 53.4309],[0.1996005, 53.4301],[0.2003005, 53.4295],[0.2012995, 53.4294],[0.2026005, 53.4293],[0.2037005, 53.4298],[0.2049005, 53.4311],[0.2054995, 53.4313],[0.2060995, 53.4314],[0.2067005, 53.4313],[0.2075005, 53.431],[0.2089995, 53.4298],[0.2108995, 53.4275],[0.2114005, 53.427],[0.2122005, 53.4262],[0.2129995, 53.4248],[0.2137995, 53.4228],[0.2147005, 53.4215],[0.2183995, 53.418],[0.2185005, 53.4174],[0.2183995, 53.4170],[0.2181995, 53.4167],[0.2176005, 53.4168],[0.2154005, 53.4182],[0.2104005, 53.4209],[0.2079005, 53.4222],[0.2070005, 53.4227],[0.2058995, 53.4229],[0.2052005, 53.4228],[0.2051005, 53.4225],[0.2050005, 53.4221],[0.2052005, 53.4217],[0.2058995, 53.4213],[0.2083005, 53.4199],[0.2104005, 53.4184],[0.2114995, 53.4177],[0.2116005, 53.4170],[0.2106005, 53.4164],[0.2092005, 53.4154],[0.2062995, 53.4134],[0.2062005, 53.4131],[0.2062005, 53.4128],[0.2066005, 53.4125],[0.2093005, 53.4123],[0.2156995, 53.4117],[0.2204005, 53.4108],[0.2220005, 53.4103],[0.2256005, 53.4104],[0.2272005, 53.4103],[0.2287005, 53.4098],[0.2295005, 53.4093],[0.2304995, 53.4084],[0.2314005, 53.407],[0.2320005, 53.4055],[0.2323005, 53.401],[0.2337005, 53.3974],[0.2339005, 53.3965],[0.2337005, 53.3956],[0.2331995, 53.3954],[0.2325005, 53.3957],[0.2316005, 53.3964],[0.2304995, 53.3971],[0.2293005, 53.3976],[0.2283995, 53.3978],[0.2275005, 53.3978],[0.2270005, 53.3976],[0.2267005, 53.3971],[0.2264995, 53.3965],[0.2266005, 53.3959],[0.2271005, 53.3955],[0.2297005, 53.3947],[0.2331995, 53.3935],[0.2342005, 53.3928],[0.2354005, 53.3905],[0.2378005, 53.3873],[0.2379995, 53.3867],[0.2378005, 53.3861],[0.2375005, 53.3859],[0.2360995, 53.3865],[0.2356005, 53.3865],[0.2353005, 53.3862],[0.2353005, 53.3859],[0.2366005, 53.3846],[0.2370005, 53.384],[0.2375005, 53.3838],[0.2381995, 53.3839],[0.2385005, 53.3837],[0.2387005, 53.3833],[0.2394005, 53.3805],[0.2399005, 53.3798],[0.2410995, 53.3794],[0.2416005, 53.379],[0.2427005, 53.3767],[0.2437005, 53.3757],[0.2439005, 53.3753],[0.2439995, 53.3745],[0.2442005, 53.3741],[0.2449005, 53.3734],[0.2450005, 53.373],[0.2449005, 53.3728],[0.2443005, 53.3723],[0.2441005, 53.372],[0.2441005, 53.3713],[0.2444005, 53.3706],[0.2449005, 53.37],[0.2468005, 53.3693],[0.2473005, 53.3689],[0.2479995, 53.3677],[0.2495005, 53.3648],[0.2522005, 53.3614],[0.2531005, 53.3607],[0.2553005, 53.3593],[0.2562995, 53.3585],[0.2572005, 53.3576],[0.2581005, 53.3564],[0.2594005, 53.3542],[0.2608995, 53.3516],[0.2644005, 53.3467],[0.2660005, 53.3445],[0.2668005, 53.3427],[0.2743005, 53.3330],[0.2747005, 53.3326],[0.2753005, 53.3322],[0.2762005, 53.3317],[0.2767005, 53.3313],[0.2772005, 53.3307],[0.2781005, 53.3292],[0.2806005, 53.3248],[0.2814005, 53.3233],[0.2820005, 53.3218],[0.2828005, 53.3197],[0.2833005, 53.3187],[0.2862995, 53.3145],[0.2893005, 53.3101],[0.2908995, 53.3076],[0.2926005, 53.3052],[0.2937995, 53.3036],[0.2946005, 53.3027],[0.2967005, 53.3006],[0.2981005, 53.2993],[0.3022005, 53.2962],[0.3062005, 53.2925],[0.3079005, 53.2905],[0.3098005, 53.2879],[0.3114005, 53.2855],[0.3154995, 53.2797],[0.3183995, 53.2761],[0.3203005, 53.2735],[0.3210995, 53.2721],[0.3221005, 53.2702],[0.3246005, 53.2651],[0.3278005, 53.2592],[0.3285005, 53.258],[0.3301005, 53.2555],[0.3312005, 53.2537],[0.3339995, 53.2485],[0.3364005, 53.2445],[0.3377005, 53.2419],[0.3381995, 53.2406],[0.3385005, 53.2397],[0.3391005, 53.2385],[0.3400005, 53.2369],[0.3418005, 53.2341],[0.3419005, 53.2336],[0.3419005, 53.2332],[0.3416005, 53.2326],[0.3408995, 53.2319],[0.3406005, 53.2313],[0.3404995, 53.2308],[0.3404995, 53.23],[0.3406995, 53.2287],[0.3422005, 53.2248],[0.3424005, 53.224],[0.3428005, 53.2212],[0.3429995, 53.2206],[0.3439995, 53.2189],[0.3467005, 53.2142],[0.3481995, 53.2113],[0.3489995, 53.2096],[0.3500005, 53.207],[0.3508995, 53.2052],[0.3514995, 53.2041],[0.3519005, 53.203],[0.3521005, 53.2026],[0.3531995, 53.2013],[0.3535005, 53.2006],[0.3537005, 53.1978],[0.3539005, 53.1972],[0.3542005, 53.1968],[0.3558995, 53.1946],[0.3573005, 53.193],[0.3574005, 53.1926],[0.3571005, 53.1911],[0.3572005, 53.1905],[0.3579995, 53.1876],[0.3581005, 53.1868],[0.3579995, 53.1862],[0.3578005, 53.1853],[0.3569005, 53.1834],[0.3568005, 53.1828],[0.3567005, 53.1807],[0.3566005, 53.1801],[0.3560995, 53.1787],[0.3550005, 53.1743],[0.3542005, 53.1677],[0.3535005, 53.1622],[0.3526005, 53.1556],[0.3525005, 53.1542],[0.3525005, 53.1528],[0.3527005, 53.1514],[0.3535005, 53.1474],[0.3535005, 53.1465],[0.3526005, 53.1428],[0.3522005, 53.1389],[0.3517005, 53.1348],[0.3512995, 53.134],[0.3508995, 53.1333],[0.3502005, 53.1324],[0.3489005, 53.1308],[0.3487005, 53.1303],[0.3485995, 53.1297],[0.3485995, 53.1285],[0.3487995, 53.127],[0.3487005, 53.1264],[0.3483995, 53.1258],[0.3479005, 53.1256],[0.3474005, 53.1258],[0.3471005, 53.1262],[0.3464995, 53.1273],[0.3464005, 53.1279],[0.3464005, 53.1285],[0.3464995, 53.1289],[0.3469005, 53.1295],[0.3472005, 53.13],[0.3472005, 53.1303],[0.3470005, 53.1309],[0.3467005, 53.1311],[0.3462995, 53.1312],[0.3458005, 53.1311],[0.3454995, 53.1309],[0.3452005, 53.1299],[0.3452005, 53.1291],[0.3453005, 53.1276],[0.3453005, 53.1261],[0.3450005, 53.1249],[0.3445005, 53.1239],[0.3443005, 53.1232],[0.3442005, 53.1212],[0.3443005, 53.1185],[0.3456005, 53.1147],[0.3462005, 53.1117],[0.3460995, 53.111],[0.3458005, 53.1106],[0.3454995, 53.1104],[0.3449005, 53.1103],[0.3446005, 53.1104],[0.3443005, 53.1107],[0.3437005, 53.1113],[0.3433005, 53.1115],[0.3429005, 53.1116],[0.3425005, 53.1115],[0.3422005, 53.1112],[0.3419005, 53.1111],[0.3404995, 53.111],[0.3402005, 53.1109],[0.3401005, 53.1108],[0.3402005, 53.1107],[0.3404005, 53.1106],[0.3416005, 53.1104],[0.3425005, 53.1104],[0.3431995, 53.1104],[0.3435005, 53.1103],[0.3439995, 53.1099],[0.3443005, 53.1098],[0.3449005, 53.1097],[0.3454995, 53.1094],[0.3458005, 53.1091],[0.3458995, 53.1088],[0.3458005, 53.1082],[0.3451005, 53.1060],[0.3437995, 53.1031],[0.3433005, 53.1023],[0.3429005, 53.1018],[0.3426005, 53.1016],[0.3423005, 53.1015],[0.3420005, 53.1016],[0.3418005, 53.1017],[0.3417005, 53.102],[0.3417005, 53.1023],[0.3423005, 53.1035],[0.3425005, 53.1043],[0.3425005, 53.1045],[0.3423005, 53.1046],[0.3420005, 53.1045],[0.3404995, 53.1028],[0.3401005, 53.1022],[0.3399005, 53.1017],[0.3398005, 53.1011],[0.3397005, 53.1004],[0.3394005, 53.0998],[0.3387995, 53.099],[0.3378005, 53.0978],[0.3372005, 53.0971],[0.3362995, 53.0961],[0.3352005, 53.0951],[0.3347005, 53.0948],[0.3339005, 53.0946],[0.3329995, 53.0945],[0.3301005, 53.0948],[0.3294005, 53.0948],[0.3275005, 53.0945],[0.3262005, 53.0946],[0.3258005, 53.0948],[0.3254995, 53.0951],[0.3253005, 53.0955],[0.3252005, 53.096],[0.3253005, 53.0965],[0.3254995, 53.0971],[0.3258005, 53.0977],[0.3262995, 53.0984],[0.3273005, 53.0996],[0.3278005, 53.1003],[0.3291005, 53.1017],[0.3291005, 53.1019],[0.3289995, 53.102],[0.3287005, 53.102],[0.3283005, 53.1019],[0.3279005, 53.1016],[0.3274005, 53.1011],[0.3269005, 53.1005],[0.3264005, 53.0998],[0.3256995, 53.0986],[0.3252005, 53.0976],[0.3245005, 53.0963],[0.3239005, 53.0954],[0.3233995, 53.0950],[0.3227005, 53.0946],[0.3222005, 53.0944],[0.3217005, 53.0943],[0.3210995, 53.0943],[0.3210005, 53.0944],[0.3210005, 53.0946],[0.3212005, 53.0948],[0.3219005, 53.0952],[0.3223005, 53.0956],[0.3226005, 53.0963],[0.3227005, 53.0968],[0.3228005, 53.0976],[0.3229005, 53.0988],[0.3228005, 53.0994],[0.3226005, 53.1002],[0.3224005, 53.1009],[0.3222005, 53.1013],[0.3220005, 53.1015],[0.3217005, 53.1017],[0.3214005, 53.1017],[0.3212995, 53.1015],[0.3212995, 53.1010],[0.3216005, 53.1001],[0.3217005, 53.0996],[0.3217005, 53.099],[0.3216005, 53.0983],[0.3216005, 53.0975],[0.3214995, 53.0969],[0.3212005, 53.0963],[0.3208005, 53.0959],[0.3203005, 53.0955],[0.3198005, 53.0953],[0.3193005, 53.0952],[0.3187995, 53.0952],[0.3183995, 53.0953],[0.3168005, 53.0963],[0.3160995, 53.0966],[0.3156005, 53.0967],[0.3143005, 53.0968],[0.3135005, 53.0970],[0.3127005, 53.0973],[0.3116005, 53.0978],[0.3110995, 53.0979],[0.3106995, 53.0979],[0.3099005, 53.0977],[0.3092005, 53.0973],[0.3087995, 53.0969],[0.3085005, 53.0964],[0.3085005, 53.0958],[0.3087005, 53.0946],[0.3085005, 53.0932],[0.3081995, 53.0928],[0.3078005, 53.0926],[0.3071005, 53.0925],[0.3031995, 53.0924],[0.3020005, 53.0923],[0.3012995, 53.0921],[0.3006995, 53.0917],[0.3004005, 53.0914],[0.3000005, 53.0905],[0.2997005, 53.0901],[0.2993005, 53.0898],[0.2987995, 53.0896],[0.2978005, 53.0894],[0.2951005, 53.0892],[0.2941005, 53.0891],[0.2931005, 53.0889],[0.2916005, 53.0885],[0.2903005, 53.0882],[0.2899005, 53.088],[0.2894005, 53.0874],[0.2892005, 53.0869],[0.2891005, 53.0856],[0.2889995, 53.0851],[0.2887995, 53.0846],[0.2885995, 53.0843],[0.2881995, 53.0841],[0.2877005, 53.0838],[0.2872005, 53.0836],[0.2866005, 53.0836],[0.2860005, 53.0835],[0.2854995, 53.0832],[0.2852005, 53.0827],[0.2849005, 53.0825],[0.2842005, 53.0823],[0.2819005, 53.0822],[0.2812995, 53.0821],[0.2810005, 53.0818],[0.2808005, 53.0813],[0.2806995, 53.0806],[0.2804995, 53.0801],[0.2803005, 53.0796],[0.2799005, 53.0791],[0.2792005, 53.0785],[0.2785005, 53.078],[0.2777005, 53.0776],[0.2767005, 53.0774],[0.2756005, 53.0773],[0.2751005, 53.0771],[0.2745005, 53.0767],[0.2741005, 53.0765],[0.2683005, 53.0753],[0.2674005, 53.0749],[0.2669005, 53.0745],[0.2658005, 53.0732],[0.2652005, 53.0727],[0.2644005, 53.0723],[0.2581995, 53.0704],[0.2576005, 53.07],[0.2572005, 53.0694],[0.2568005, 53.0686],[0.2564995, 53.0679],[0.2562005, 53.0675],[0.2556995, 53.0672],[0.2550005, 53.067],[0.2543005, 53.0669],[0.2533995, 53.0669],[0.2529995, 53.0668],[0.2525005, 53.0664],[0.2514005, 53.0649],[0.2510005, 53.0645],[0.2501005, 53.0642],[0.2483995, 53.0639],[0.2454995, 53.0638],[0.2446005, 53.0637],[0.2433005, 53.0634],[0.2428005, 53.0632],[0.2425005, 53.0629],[0.2422005, 53.0625],[0.2420005, 53.0619],[0.2420005, 53.0613],[0.2421005, 53.0605],[0.2422005, 53.0596],[0.2419005, 53.0591],[0.2414995, 53.0588],[0.2397005, 53.0579],[0.2391005, 53.0574],[0.2387995, 53.0569],[0.2383005, 53.0554],[0.2379995, 53.0551],[0.2374005, 53.0549],[0.2366005, 53.0548],[0.2321005, 53.0544],[0.2312005, 53.054],[0.2297005, 53.0526],[0.2279005, 53.0512],[0.2262005, 53.0502],[0.2237005, 53.049],[0.2208995, 53.0479],[0.2160005, 53.0462],[0.2156995, 53.0459],[0.2151005, 53.0441],[0.2147005, 53.0434],[0.2143005, 53.0430],[0.2137995, 53.0428],[0.2126005, 53.0426],[0.2117005, 53.0426],[0.2087005, 53.0427],[0.2081005, 53.0425],[0.2077005, 53.0421],[0.2076005, 53.0418],[0.2078005, 53.0409],[0.2079995, 53.0399],[0.2079005, 53.0396],[0.2074005, 53.0393],[0.2045005, 53.0391],[0.2029005, 53.0389],[0.2021005, 53.0387],[0.2017005, 53.0384],[0.2014995, 53.038],[0.2014005, 53.0377],[0.2014005, 53.0369],[0.2012995, 53.0364],[0.2008995, 53.0359],[0.2004005, 53.0357],[0.1956005, 53.0352],[0.1950005, 53.035],[0.1944005, 53.0346],[0.1939995, 53.0342],[0.1935005, 53.0333],[0.1931995, 53.0331],[0.1924005, 53.0327],[0.1919005, 53.0322],[0.1912995, 53.0315],[0.1908005, 53.0311],[0.1895005, 53.0305],[0.1887005, 53.03],[0.1877005, 53.0292],[0.1872005, 53.0289],[0.1866005, 53.0287],[0.1860995, 53.0286],[0.1818005, 53.0287],[0.1808005, 53.0286],[0.1801005, 53.0284],[0.1796005, 53.0282],[0.1789995, 53.0278],[0.1785995, 53.0274],[0.1781005, 53.0263],[0.1772005, 53.0243],[0.1769005, 53.0238],[0.1760005, 53.0228],[0.1752005, 53.0222],[0.1747005, 53.0218],[0.1742005, 53.0216],[0.1733995, 53.0215],[0.1719005, 53.0214],[0.1714005, 53.0212],[0.1712995, 53.0209],[0.1712995, 53.0202],[0.1712995, 53.0196],[0.1712005, 53.0192],[0.1708005, 53.0188],[0.1701005, 53.0185],[0.1693005, 53.0183],[0.1687995, 53.0181],[0.1681005, 53.0176],[0.1675005, 53.0174],[0.1644005, 53.0176],[0.1635005, 53.0175],[0.1629995, 53.0172],[0.1622005, 53.0166],[0.1600005, 53.0144],[0.1594005, 53.014],[0.1589005, 53.0138],[0.1564005, 53.0132],[0.1558995, 53.013],[0.1556005, 53.0126],[0.1552005, 53.0116],[0.1550005, 53.0112],[0.1547005, 53.0108],[0.1543005, 53.0105],[0.1525005, 53.0101],[0.1508995, 53.0096],[0.1500005, 53.0092],[0.1495005, 53.0087],[0.1491005, 53.0081],[0.1487995, 53.0075],[0.1485995, 53.0067],[0.1485005, 53.0059],[0.1483995, 53.0052],[0.1481005, 53.0047],[0.1477005, 53.0044],[0.1468005, 53.0039],[0.1437005, 53.003],[0.1429995, 53.0027],[0.1424005, 53.0023],[0.1422005, 53.0019],[0.1422005, 53.0012],[0.1423005, 53.0009],[0.1433005, 52.9996],[0.1433995, 52.9992],[0.1433005, 52.999],[0.1422005, 52.9988],[0.1414005, 52.9985],[0.1403005, 52.9983],[0.1395005, 52.9983],[0.1387995, 52.9985],[0.1383005, 52.9988],[0.1379995, 52.999],[0.1377005, 52.999],[0.1358995, 52.9976],[0.1347005, 52.9966],[0.1328005, 52.9956],[0.1323005, 52.9952],[0.1322005, 52.9948],[0.1323005, 52.9945],[0.1328005, 52.9944],[0.1331995, 52.9941],[0.1333005, 52.994],[0.1331995, 52.9938],[0.1319005, 52.9928],[0.1312995, 52.9922],[0.1308995, 52.9917],[0.1306005, 52.9914],[0.1301005, 52.9913],[0.1291005, 52.9912],[0.1279995, 52.9911],[0.1274005, 52.991],[0.1269005, 52.9909],[0.1262995, 52.9909],[0.1256995, 52.9907],[0.1247005, 52.9901],[0.1245005, 52.9897],[0.1244005, 52.9892],[0.1242005, 52.989],[0.1235995, 52.9886],[0.1233005, 52.9883],[0.1231005, 52.988],[0.1229995, 52.9877],[0.1231005, 52.9874],[0.1233005, 52.9873],[0.1235005, 52.9871],[0.1235995, 52.9868],[0.1235005, 52.9862],[0.1237005, 52.9859],[0.1241005, 52.9856],[0.1253005, 52.9852],[0.1254995, 52.9850],[0.1256005, 52.9847],[0.1254995, 52.9844],[0.1250005, 52.9840],[0.1245005, 52.9838],[0.1235005, 52.9837],[0.1229995, 52.9837],[0.1229005, 52.9839],[0.1231005, 52.9846],[0.1229995, 52.9849],[0.1225005, 52.9850],[0.1221005, 52.9850],[0.1214995, 52.9846],[0.1212005, 52.9843],[0.1210005, 52.9839],[0.1208995, 52.9832],[0.1206995, 52.9828],[0.1197005, 52.9821],[0.1193005, 52.9817],[0.1189005, 52.9810],[0.1183005, 52.9796],[0.1179995, 52.9794],[0.1168005, 52.9795],[0.1164005, 52.9794],[0.1160995, 52.9791],[0.1154005, 52.9780],[0.1152005, 52.9775],[0.1151005, 52.9768],[0.1150005, 52.9764],[0.1147005, 52.9761],[0.1141005, 52.9759],[0.1127005, 52.9760],[0.1124005, 52.9759],[0.1123005, 52.9757],[0.1124005, 52.9756],[0.1128005, 52.9755],[0.1129995, 52.9753],[0.1129995, 52.9751],[0.1128005, 52.9749],[0.1120005, 52.9743],[0.1114995, 52.9741],[0.1110005, 52.974],[0.1106995, 52.9741],[0.1106005, 52.9744],[0.1106005, 52.9747],[0.1108005, 52.9753],[0.1114005, 52.9758],[0.1117005, 52.9761],[0.1118005, 52.9765],[0.1117005, 52.9767],[0.1114005, 52.9768],[0.1108995, 52.9768],[0.1104005, 52.9766],[0.1087005, 52.9755],[0.1085005, 52.9752],[0.1085005, 52.9748],[0.1085995, 52.9744],[0.1087995, 52.9742],[0.1094005, 52.974],[0.1096005, 52.9739],[0.1096005, 52.9736],[0.1093005, 52.9733],[0.1089995, 52.9730],[0.1089995, 52.9728],[0.1092005, 52.9725],[0.1093005, 52.9723],[0.1093005, 52.9720],[0.1092005, 52.9718],[0.1089995, 52.9717],[0.1085995, 52.9719],[0.1083005, 52.9723],[0.1081995, 52.9726],[0.1081005, 52.9736],[0.1079005, 52.974],[0.1076005, 52.9741],[0.1072005, 52.9741],[0.1068005, 52.9738],[0.1064005, 52.9732],[0.1064005, 52.9729],[0.1068005, 52.9724],[0.1069005, 52.9722],[0.1069005, 52.9719],[0.1067005, 52.9717],[0.1064005, 52.9716],[0.1058005, 52.9717],[0.1052005, 52.9718],[0.1047005, 52.9717],[0.1035995, 52.9707],[0.1031005, 52.9703],[0.1025005, 52.9702],[0.1010995, 52.9702],[0.1004005, 52.9703],[0.09810048, 52.971],[0.09770048000000002, 52.971],[0.09760048, 52.9708],[0.09770048000000002, 52.9707],[0.09810048, 52.9705],[0.09960048000000002, 52.9699],[0.1004995, 52.9697],[0.1012005, 52.9696],[0.1035995, 52.9696],[0.1039005, 52.9695],[0.1041005, 52.9693],[0.1041005, 52.9683],[0.1041005, 52.9681],[0.1039005, 52.968],[0.1033995, 52.9679],[0.1029005, 52.9677],[0.1027005, 52.9674],[0.1026005, 52.9668],[0.1024005, 52.9667],[0.1019005, 52.9667],[0.1014005, 52.9669],[0.1006995, 52.9673],[0.09990048, 52.9676],[0.09940048, 52.9677],[0.09920048, 52.9676],[0.09910049000000003, 52.9674],[0.09920048, 52.9672],[0.09950048, 52.9670],[0.1003005, 52.9668],[0.1006995, 52.9666],[0.1006995, 52.9663],[0.1004005, 52.966],[0.1002005, 52.9656],[0.1002005, 52.9645],[0.1003005, 52.9639],[0.1004005, 52.9634],[0.1003005, 52.9632],[0.1001005, 52.9631],[0.09970048, 52.9633],[0.09950048, 52.9637],[0.09950048, 52.9648],[0.09930048, 52.9654],[0.09870049, 52.9664],[0.09810048, 52.9670],[0.09740048000000003, 52.9675],[0.09680048, 52.9679],[0.09649948, 52.968],[0.09629948, 52.9679],[0.09620048, 52.9677],[0.09629948, 52.9675],[0.09660048000000002, 52.9674],[0.09680048, 52.9672],[0.09710048000000003, 52.9668],[0.09750048, 52.9664],[0.09799948, 52.9659],[0.09819948, 52.9656],[0.09819948, 52.9654],[0.09799948, 52.9653],[0.09760048, 52.9654],[0.09589949, 52.966],[0.09490048, 52.9662],[0.09379948, 52.9663],[0.09299948, 52.9663],[0.09270048000000002, 52.9662],[0.09270048000000002, 52.966],[0.09290048, 52.9658],[0.09330048000000002, 52.9657],[0.09420048, 52.9656],[0.09700048, 52.9652],[0.09750048, 52.965],[0.09780049, 52.9648],[0.09790048, 52.9646],[0.09810048, 52.9642],[0.09830048, 52.9637],[0.09870049, 52.9632],[0.09879948, 52.9629],[0.09890048, 52.9621],[0.09879948, 52.9617],[0.09850048000000002, 52.9616],[0.09740048000000003, 52.9623],[0.09710048000000003, 52.9626],[0.09660048000000002, 52.9627],[0.09450048, 52.9627],[0.09410048, 52.9628],[0.09299948, 52.9636],[0.09270048000000002, 52.9636],[0.09250049000000002, 52.9635],[0.09250049000000002, 52.9633],[0.09270048000000002, 52.963],[0.09290048, 52.9628],[0.09330048000000002, 52.9626],[0.09379948, 52.9624],[0.09490048, 52.9622],[0.09540048, 52.9621],[0.09629948, 52.9617],[0.09670048, 52.9615],[0.09690049000000002, 52.9613],[0.09690049000000002, 52.9611],[0.09670048, 52.9608],[0.09660048000000002, 52.9602],[0.09649948, 52.96],[0.09620048, 52.9598],[0.09549949, 52.9598],[0.09510048, 52.9599],[0.09480048, 52.9601],[0.09370048, 52.9613],[0.09299948, 52.9619],[0.09250049000000002, 52.9621],[0.09210049, 52.9621],[0.09190048000000002, 52.9618],[0.09190048000000002, 52.9615],[0.09220048000000002, 52.9612],[0.09310048, 52.9606],[0.09390048, 52.9601],[0.09450048, 52.9598],[0.09480048, 52.9595],[0.09480048, 52.9594],[0.09470049000000003, 52.9592],[0.09440048, 52.9591],[0.09399948, 52.9592],[0.09270048000000002, 52.9599],[0.09220048000000002, 52.96],[0.09170048, 52.9601],[0.09140048, 52.96],[0.09129948, 52.9597],[0.09140048, 52.9595],[0.09160049, 52.9594],[0.09270048000000002, 52.9594],[0.09310048, 52.9593],[0.09399948, 52.9588],[0.09410048, 52.9586],[0.09390048, 52.9585],[0.09330048000000002, 52.9585],[0.09260048, 52.9586],[0.09060048, 52.9592],[0.09040048, 52.9594],[0.09030049, 52.9597],[0.09020048, 52.9611],[0.09010048, 52.9615],[0.08990049, 52.9619],[0.08960048, 52.9621],[0.08930048, 52.9622],[0.08899948000000002, 52.9622],[0.08879948, 52.962],[0.08870048, 52.9617],[0.08870048, 52.9611],[0.08850048, 52.9609],[0.08819948000000002, 52.9609],[0.08780048, 52.9611],[0.08720049, 52.9616],[0.08680049, 52.9616],[0.08660048, 52.9615],[0.08649948000000002, 52.9613],[0.08649948000000002, 52.9611],[0.08670048, 52.9608],[0.08700048, 52.9606],[0.08819948000000002, 52.9603],[0.08839948, 52.9602],[0.08850048, 52.9601],[0.08839948, 52.9599],[0.08810049000000002, 52.9598],[0.08760048, 52.9597],[0.08620048, 52.9598],[0.08589948, 52.9597],[0.08589948, 52.9595],[0.08600048, 52.9593],[0.08660048, 52.959],[0.08700048, 52.959],[0.08830048, 52.9594],[0.08870048, 52.9594],[0.08910048, 52.9593],[0.08940049, 52.959],[0.09000048, 52.9579],[0.09020048, 52.9577],[0.09080048000000002, 52.9575],[0.09190048000000002, 52.9576],[0.09260048, 52.9576],[0.09339948, 52.9574],[0.09379948, 52.9572],[0.09390048, 52.957],[0.09379948, 52.9567],[0.09339948, 52.9566],[0.09299948, 52.9566],[0.09200048, 52.9568],[0.09149949, 52.9569],[0.09120049, 52.9569],[0.09060048, 52.9567],[0.09000048, 52.9565],[0.08940049, 52.9564],[0.08899948000000002, 52.9564],[0.08839948, 52.9567],[0.08799949, 52.9568],[0.08750048, 52.9568],[0.08720049, 52.9567],[0.08670048, 52.9561],[0.08640048, 52.9559],[0.08640048, 52.9557],[0.08649948000000002, 52.9556],[0.08700048, 52.9556],[0.08790048, 52.9559],[0.08830048, 52.9559],[0.08879948, 52.9557],[0.08910048, 52.9554],[0.08930048, 52.9551],[0.08920048, 52.9548],[0.08890048, 52.9545],[0.08850048, 52.9541],[0.08830048, 52.9535],[0.08810049000000002, 52.9533],[0.08770049, 52.9533],[0.08720049, 52.9536],[0.08710048, 52.9538],[0.08710048, 52.954],[0.08730048, 52.9545],[0.08730048, 52.9547],[0.08700048, 52.9549],[0.08640048, 52.9549],[0.08600048, 52.9547],[0.08500049, 52.9536],[0.08490048, 52.9532],[0.08500049, 52.9529],[0.08589948, 52.9519],[0.08620048, 52.9514],[0.08640048, 52.9508],[0.08670048, 52.9495],[0.08680049, 52.949],[0.08680049, 52.9487],[0.08660048, 52.9486],[0.08629948, 52.9487],[0.08490048, 52.95],[0.08470048, 52.9499],[0.08460049, 52.9496],[0.08480048, 52.949],[0.08500049, 52.9485],[0.08490048, 52.9475],[0.08470048, 52.9473],[0.08440048, 52.9473],[0.08399948, 52.9474],[0.08299948, 52.9483],[0.08270048, 52.9483],[0.08230048, 52.948],[0.08069948, 52.9459],[0.07970048, 52.9447],[0.07660048, 52.9415],[0.07359948, 52.9382],[0.07330048, 52.9378],[0.07319948, 52.9374],[0.07330048, 52.937],[0.07450049, 52.9357],[0.07680048, 52.9337],[0.07790048, 52.9335],[0.07940048, 52.9336],[0.08149948, 52.934],[0.08310048, 52.9342],[0.08350048, 52.9341],[0.08359949, 52.9338],[0.08339948, 52.9334],[0.08020049, 52.9321],[0.07770048, 52.9312],[0.07530048, 52.9305],[0.07359948, 52.9302],[0.07010049, 52.93],[0.06930048, 52.93],[0.06819949, 52.9299],[0.06750048, 52.9298],[0.06690048, 52.9297],[0.06670048, 52.9295],[0.06670048, 52.9293],[0.06700049, 52.9288],[0.06700049, 52.9286],[0.06690048, 52.9283],[0.06670048, 52.9281],[0.06640048, 52.9281],[0.06589948, 52.9282],[0.06460048, 52.9286],[0.06410048, 52.9286],[0.06350049, 52.9285],[0.06129948, 52.9279],[0.06129948, 52.9277],[0.06149948000000002, 52.9276],[0.06460048, 52.928],[0.06490048, 52.928],[0.06510048000000002, 52.9278],[0.06500048, 52.9275],[0.06420048, 52.9273],[0.06250048, 52.9269],[0.06160048, 52.9266],[0.06100048, 52.9261],[0.06010048, 52.9256],[0.05810048, 52.9247],[0.05770048, 52.9243],[0.05750048, 52.9239],[0.05750048, 52.9236],[0.05760048, 52.9233],[0.05859948, 52.9225],[0.05870048, 52.9222],[0.05870048, 52.922],[0.05850048, 52.9218],[0.05780048, 52.9214],[0.05730048, 52.9214],[0.05690048, 52.9215],[0.05660048, 52.9217],[0.05620048, 52.9224],[0.05609948, 52.9227],[0.05620048, 52.9237],[0.05600048, 52.9244],[0.05540048, 52.9254],[0.05500048, 52.9258],[0.05460048, 52.9259],[0.05440048, 52.9258],[0.05430048, 52.9256],[0.05440048, 52.9251],[0.05470048, 52.9246],[0.05480048, 52.9243],[0.05480048, 52.9239],[0.05470048, 52.9237],[0.05420048, 52.9236],[0.05399948, 52.9234],[0.05390048, 52.9231],[0.05430048, 52.9225],[0.05460048, 52.9222],[0.05569948, 52.9214],[0.05580048, 52.9212],[0.05569948, 52.9210],[0.05540048, 52.9209],[0.05500048, 52.9208],[0.05359948, 52.9208],[0.05180048, 52.9207],[0.05129948000000002, 52.9207],[0.05100048000000002, 52.9208],[0.05080048, 52.9211],[0.05080048, 52.9214],[0.05100048000000002, 52.9219],[0.05180048, 52.9228],[0.05200048, 52.9233],[0.05200048, 52.9237],[0.05190048, 52.9239],[0.05170048, 52.9240],[0.05129948000000002, 52.9239],[0.05069948, 52.9235],[0.05040048, 52.9231],[0.05030048000000002, 52.9228],[0.05010048, 52.9224],[0.04970048, 52.9223],[0.04940048, 52.9224],[0.04870048, 52.9229],[0.04819948, 52.9234],[0.04770048, 52.9243],[0.04740048, 52.9253],[0.04740048, 52.9257],[0.04750048, 52.9261],[0.04780048, 52.9265],[0.04830048, 52.9268],[0.04890048, 52.927],[0.04980048, 52.9272],[0.04990048, 52.9273],[0.04990048, 52.9275],[0.04980048, 52.9276],[0.04930048, 52.9278],[0.04890048, 52.9278],[0.04810048000000002, 52.9276],[0.04750048, 52.9273],[0.04710048, 52.9269],[0.04680048, 52.9266],[0.04649948, 52.9264],[0.04620048, 52.9265],[0.04600048, 52.9267],[0.04589948, 52.9272],[0.04609948, 52.9276],[0.04620048, 52.9277],[0.04649948, 52.9278],[0.04710048, 52.928],[0.04750048, 52.9281],[0.04780048, 52.9283],[0.04810048000000002, 52.9289],[0.04830048, 52.9295],[0.04839948, 52.9297],[0.04870048, 52.9299],[0.04899948, 52.9299],[0.04950048, 52.9298],[0.05069948, 52.9294],[0.05140048, 52.9292],[0.05180048, 52.9293],[0.05200048, 52.9295],[0.05210048, 52.9297],[0.05200048, 52.9299],[0.05180048, 52.93],[0.05089948, 52.9302],[0.05040048, 52.9304],[0.04960048, 52.9306],[0.04830048, 52.9308],[0.04799948, 52.9307],[0.04780048, 52.9305],[0.04750048, 52.93],[0.04700048, 52.9294],[0.04649948, 52.9289],[0.04600048, 52.9286],[0.04560048, 52.9285],[0.04530048, 52.9287],[0.04520048, 52.9291],[0.04520048, 52.9294],[0.04540048, 52.9304],[0.04540048, 52.9306],[0.04530048, 52.9309],[0.04510048, 52.9311],[0.04480048, 52.9312],[0.04430048, 52.9312],[0.04390048, 52.9311],[0.04359948, 52.9309],[0.04350048, 52.9306],[0.04350048, 52.9303],[0.04370048, 52.9298],[0.04390048, 52.9296],[0.04399948, 52.9293],[0.04399948, 52.9291],[0.04390048, 52.9289],[0.04350048, 52.9288],[0.04310048, 52.9289],[0.04280048, 52.9292],[0.04270048, 52.9295],[0.04260048, 52.9302],[0.04250048, 52.9304],[0.04220048, 52.9306],[0.04200048, 52.9308],[0.04180048, 52.9315],[0.04160048, 52.9318],[0.04140048, 52.9319],[0.04109948, 52.9319],[0.04060048, 52.9318],[0.04030048, 52.9316],[0.03970048, 52.931],[0.03940048, 52.9309],[0.03899948, 52.9309],[0.03859948, 52.931],[0.03819948, 52.9314],[0.03799948, 52.9314],[0.03790048, 52.9313],[0.03790048, 52.931],[0.03799948, 52.9308],[0.03810048, 52.9302],[0.03810048, 52.9295],[0.03799948, 52.9292],[0.03780048, 52.9288],[0.03740048, 52.9284],[0.03670048, 52.9279],[0.03569948, 52.9274],[0.03470048, 52.9268],[0.03359948, 52.9260],[0.03299948, 52.9256],[0.03220048, 52.9252],[0.03140048, 52.9249],[0.03069948, 52.9247],[0.02930048, 52.9243],[0.02819948, 52.9238],[0.02790048, 52.9236],[0.02760048, 52.9232],[0.02730048, 52.9221],[0.02700048, 52.9214],[0.02670048, 52.9210],[0.02620048, 52.9207],[0.02600048, 52.9206],[0.02589948, 52.9205],[0.02600048, 52.9203],[0.02620048, 52.9202],[0.02640048, 52.9202],[0.02680048, 52.9203],[0.02710048, 52.9205],[0.02750048, 52.9209],[0.02830048, 52.922],[0.02879948, 52.9228],[0.02940048, 52.9234],[0.02970048, 52.9236],[0.03010048, 52.9237],[0.03049948, 52.9237],[0.03069948, 52.9236],[0.03089948, 52.9234],[0.03100048, 52.9230],[0.03109948, 52.922],[0.03100048, 52.9216],[0.03089948, 52.9214],[0.03049948, 52.9212],[0.03010048, 52.9210],[0.02990048, 52.9206],[0.02980048, 52.9189],[0.02960048, 52.9184],[0.02930048, 52.9182],[0.02870048, 52.9180],[0.02810048, 52.9179],[0.02770048, 52.9178],[0.02760048, 52.9177],[0.02760048, 52.9175],[0.02799948, 52.9173],[0.02830048, 52.9172],[0.02839948000000002, 52.9171],[0.02830048, 52.9169],[0.02790048, 52.9167],[0.02700048, 52.9163],[0.02640048, 52.9161],[0.02609948, 52.9161],[0.02549948, 52.9162],[0.02430048, 52.9165],[0.02280048, 52.9172],[0.02230048, 52.9174],[0.02109948, 52.9177],[0.02080048, 52.9177],[0.02060048, 52.9176],[0.02060048, 52.9174],[0.02069948, 52.9172],[0.02080048, 52.9171],[0.02180048, 52.9166],[0.02240048, 52.9163],[0.02310048, 52.9159],[0.02390048, 52.9154],[0.02480048, 52.9151],[0.02549948, 52.9150],[0.02609948, 52.9150],[0.02690048, 52.9152],[0.02770048, 52.9155],[0.02850048, 52.9159],[0.02920048, 52.9161],[0.02970048, 52.9161],[0.03020048, 52.916],[0.03080048, 52.9157],[0.03200048, 52.9150],[0.03290048, 52.9146],[0.03370048, 52.9144],[0.03500048, 52.9142],[0.03600048, 52.9140],[0.03649948, 52.9138],[0.03740048, 52.9133],[0.03770048, 52.913],[0.03770048, 52.9128],[0.03760048, 52.9126],[0.03720048, 52.9124],[0.03690048, 52.9123],[0.03690048, 52.9122],[0.03690048, 52.9120],[0.03710048, 52.9118],[0.03839948, 52.9114],[0.03870048, 52.9112],[0.03879948, 52.9110],[0.03879948, 52.9107],[0.03850048, 52.9102],[0.03810048, 52.9097],[0.03760048, 52.9095],[0.03720048, 52.9095],[0.03690048, 52.9096],[0.03640048, 52.91],[0.03620048, 52.9099],[0.03609948, 52.9097],[0.03620048, 52.9089],[0.03600048, 52.9084],[0.03549948, 52.9081],[0.03470048, 52.9079],[0.03420048, 52.9079],[0.03390048, 52.9081],[0.03379948, 52.9085],[0.03390048, 52.91],[0.03379948, 52.9105],[0.03350048, 52.9109],[0.03260048, 52.9115],[0.03210048, 52.9120],[0.03120048, 52.9132],[0.03089948, 52.9134],[0.03060048, 52.9134],[0.03040048, 52.9132],[0.03040048, 52.9128],[0.03060048, 52.9125],[0.03100048, 52.9120],[0.03160048, 52.9114],[0.03230048, 52.9108],[0.03260048, 52.9104],[0.03270048, 52.9092],[0.03250048, 52.9085],[0.03240048, 52.9083],[0.03210048, 52.9083],[0.03180048, 52.9085],[0.03100048, 52.9099],[0.02990048, 52.9109],[0.02940048, 52.9111],[0.02920048, 52.9110],[0.02910048, 52.9108],[0.02950048, 52.9101],[0.02950048, 52.9098],[0.02930048, 52.9096],[0.02850048, 52.9092],[0.02819948, 52.9091],[0.02790048, 52.9092],[0.02649948, 52.9105],[0.02600048, 52.9108],[0.02520048, 52.9109],[0.02490048, 52.9109],[0.02460048, 52.9106],[0.02450048, 52.9104],[0.02460048, 52.9102],[0.02530048, 52.9097],[0.02629948, 52.9092],[0.02750048, 52.9085],[0.02790048, 52.9084],[0.02830048, 52.9085],[0.02920048, 52.9088],[0.02970048, 52.9089],[0.03030048000000002, 52.9088],[0.03069948, 52.9085],[0.03109948, 52.9076],[0.03140048, 52.9073],[0.03220048, 52.9068],[0.03270048, 52.9065],[0.03370048, 52.9063],[0.03420048, 52.9061],[0.03450048, 52.9058],[0.03460048, 52.9054],[0.03450048, 52.9052],[0.03370048, 52.905],[0.03290048, 52.9048],[0.03220048, 52.9049],[0.03180048, 52.9052],[0.03129948, 52.9062],[0.03100048, 52.9068],[0.03069948, 52.907],[0.03000048, 52.9072],[0.02890048, 52.9074],[0.02790048, 52.9077],[0.02700048, 52.9079],[0.02549948, 52.908],[0.02460048, 52.9082],[0.02299948, 52.9088],[0.02129948, 52.9092],[0.02010048, 52.9095],[0.01930048, 52.9095],[0.01830048, 52.9093],[0.01750048, 52.9092],[0.01620048, 52.9093],[0.01430048, 52.9096],[0.01339948, 52.9099],[0.01140048, 52.9108],[0.009800483, 52.9113],[0.008900482, 52.9115],[0.008599482, 52.9115],[0.008500483, 52.9113],[0.008599482, 52.9110],[0.008999483, 52.9108],[0.01030048, 52.9104],[0.01089948, 52.9102],[0.01160048, 52.9098],[0.01230048, 52.9094],[0.01319948, 52.9091],[0.01390048, 52.9089],[0.01500048, 52.9088],[0.01569948, 52.9087],[0.01629948, 52.9086],[0.01730048, 52.9087],[0.01980048, 52.9086],[0.02080048, 52.9085],[0.02220048, 52.9083],[0.02310048, 52.908],[0.02410048, 52.9075],[0.02460048, 52.9072],[0.02510048, 52.9071],[0.02629948, 52.9072],[0.02710048, 52.9072],[0.02870048, 52.9067],[0.02980048, 52.9062],[0.03020048, 52.9059],[0.03020048, 52.9058],[0.03010048, 52.9056],[0.02960048, 52.9054],[0.02879948, 52.9053],[0.02700048, 52.9052],[0.02580048, 52.9049],[0.02530048, 52.9049],[0.02480048, 52.9051],[0.02330048, 52.9059],[0.02220048, 52.9067],[0.02190048, 52.9067],[0.02170048, 52.9065],[0.02180048, 52.9063],[0.02200048, 52.9060],[0.02270048, 52.9055],[0.02270048, 52.9053],[0.02270048, 52.9051],[0.02240048, 52.9049],[0.02170048, 52.9046],[0.02109948, 52.9046],[0.02069948, 52.9049],[0.02040048, 52.9053],[0.02030048, 52.9066],[0.02000048, 52.9073],[0.01960048, 52.9077],[0.01890048, 52.9081],[0.01839948, 52.9081],[0.01799948, 52.9079],[0.01799948, 52.9076],[0.01830048, 52.9071],[0.01870048, 52.9065],[0.01899948, 52.9054],[0.01930048, 52.9047],[0.01980048, 52.9041],[0.02030048, 52.9039],[0.02080048, 52.9039],[0.02160048, 52.9041],[0.02330048, 52.9045],[0.02379948, 52.9045],[0.02540048, 52.9043],[0.02680048, 52.9043],[0.02899948, 52.9045],[0.02960048, 52.9045],[0.03030048000000002, 52.9044],[0.03120048, 52.9043],[0.03160048, 52.9041],[0.03180048, 52.9037],[0.03190048, 52.9033],[0.03140048, 52.9028],[0.03069948, 52.9024],[0.02990048, 52.9023],[0.02930048, 52.9024],[0.02839948000000002, 52.9026],[0.02750048, 52.9026],[0.02660048, 52.9025],[0.02560048, 52.9023],[0.02420048, 52.9023],[0.02299948, 52.9024],[0.02270048, 52.9024],[0.02160048, 52.9023],[0.02040048, 52.9021],[0.01890048, 52.9023],[0.01730048, 52.9028],[0.01640048, 52.9031],[0.01609948, 52.9031],[0.01540048, 52.9030],[0.01500048, 52.9029],[0.01450048, 52.9030],[0.01379948, 52.9033],[0.01319948, 52.9034],[0.01230048, 52.9033],[0.01180048, 52.9032],[0.01129948, 52.9029],[0.01100048, 52.9027],[0.01089948, 52.9024],[0.01109948, 52.9021],[0.01129948, 52.902],[0.01230048, 52.9023],[0.01250048, 52.9023],[0.01270048, 52.9021],[0.01270048, 52.9019],[0.01210048, 52.9014],[0.01149948, 52.901],[0.01129948, 52.9007],[0.01120048, 52.9003],[0.01109948, 52.9002],[0.01080048, 52.9],[0.01049948, 52.8999],[0.01030048, 52.8997],[0.01020048, 52.8994],[0.01020048, 52.8991],[0.01040048, 52.8986],[0.01069948, 52.8983],[0.01109948, 52.8983],[0.01140048, 52.8985],[0.01200048, 52.8992],[0.01310048, 52.9005],[0.01390048, 52.9012],[0.01470048, 52.9018],[0.01530048, 52.902],[0.01589948, 52.9021],[0.01670048, 52.902],[0.01750048, 52.9015],[0.01879948, 52.9013],[0.02060048, 52.9012],[0.02240048, 52.9012],[0.02549948, 52.9015],[0.02690048, 52.9016],[0.02730048, 52.9015],[0.02780048, 52.9013],[0.02819948, 52.9012],[0.02850048, 52.9011],[0.02859948, 52.9007],[0.02839948000000002, 52.9003],[0.02799948, 52.9],[0.02970048, 52.8964],[0.03089948, 52.8967],[0.03180048, 52.8969],[0.03250048, 52.897],[0.03420048, 52.8971],[0.03510048, 52.8971],[0.03810048, 52.8968],[0.04030048, 52.8966],[0.04140048, 52.8967],[0.04270048, 52.8969],[0.04870048, 52.8977],[0.04930048, 52.8976],[0.04940048, 52.8974],[0.04920048, 52.8965],[0.04870048, 52.8922],[0.04870048, 52.8909],[0.04879948, 52.8906],[0.04910048, 52.8905],[0.04940048, 52.8906],[0.04970048, 52.8909],[0.04990048, 52.8921],[0.05020048, 52.8954],[0.05040048, 52.8979],[0.05069948, 52.8984],[0.05140048, 52.8989],[0.05220048, 52.8994],[0.05350048, 52.9],[0.05450048, 52.9004],[0.05530048, 52.9007],[0.05580048, 52.9009],[0.05609948, 52.901],[0.05660048, 52.9011],[0.05720048, 52.9011],[0.05810048, 52.9009],[0.05850048, 52.9008],[0.05859948, 52.9006],[0.05859948, 52.9004],[0.05850048, 52.9002],[0.05819948, 52.9001],[0.05720048, 52.9002],[0.05680048, 52.9001],[0.05670048, 52.8999],[0.05680048, 52.8997],[0.05710048, 52.8996],[0.05780048, 52.8993],[0.05879948, 52.899],[0.05960048, 52.8986],[0.06060048, 52.8977],[0.06100048, 52.8975],[0.06149948000000002, 52.8974],[0.06200048, 52.8975],[0.06299948, 52.8984],[0.06339949, 52.8987],[0.06390049, 52.8988],[0.06560048, 52.8984],[0.06660048, 52.8981],[0.06839948, 52.8977],[0.06970048, 52.8974],[0.07170048, 52.897],[0.07330048, 52.8965],[0.07450049, 52.896],[0.07569949, 52.8954],[0.07710049, 52.8945],[0.07760048, 52.8943],[0.07810048, 52.8942],[0.08020049, 52.8943],[0.08109948, 52.8943],[0.08230048, 52.8941],[0.08440048, 52.8936],[0.08680049, 52.893],[0.08839948, 52.8925],[0.09030049, 52.892],[0.09190048000000002, 52.8915],[0.09290048, 52.8911],[0.09370048, 52.8908],[0.09450048, 52.8906],[0.09540048, 52.8907],[0.09640048, 52.891],[0.09680048, 52.8911],[0.09710048000000003, 52.8911],[0.09790048, 52.891],[0.09830048, 52.8909],[0.09890048, 52.891],[0.1012005, 52.8914],[0.1017005, 52.8913],[0.1020005, 52.8911],[0.1027005, 52.8896],[0.1029995, 52.8895],[0.1033005, 52.8896],[0.1039995, 52.8908],[0.1044005, 52.891],[0.1131005, 52.8907],[0.1181995, 52.8906],[0.1200005, 52.8905],[0.1214995, 52.8903],[0.1228005, 52.89],[0.1239005, 52.8896],[0.1248005, 52.8891],[0.1262005, 52.888],[0.1270005, 52.8875],[0.1276005, 52.8872],[0.1281995, 52.887],[0.1302005, 52.8866],[0.1314005, 52.8864],[0.1331005, 52.886],[0.1343005, 52.8856],[0.1348005, 52.8855],[0.1352005, 52.8855],[0.1362005, 52.8858],[0.1377005, 52.8862],[0.1383005, 52.8862],[0.1394005, 52.8857],[0.1400005, 52.8855],[0.1408995, 52.8854],[0.1417005, 52.8855],[0.1422005, 52.8855],[0.1425005, 52.8854],[0.1428005, 52.8852],[0.1429995, 52.8848],[0.1435005, 52.8828],[0.1439005, 52.8824],[0.1444005, 52.8821],[0.1456995, 52.8816],[0.1458995, 52.8814],[0.1458005, 52.8812],[0.1439005, 52.8801],[0.1420005, 52.8788],[0.1399005, 52.8772],[0.1387995, 52.8763],[0.1375005, 52.8751],[0.1375005, 52.8748],[0.1377005, 52.8746],[0.1379995, 52.8746],[0.1383995, 52.8748],[0.1400005, 52.8761],[0.1429005, 52.8784],[0.1437005, 52.879],[0.1449005, 52.8797],[0.1469005, 52.8809],[0.1475005, 52.8811],[0.1483995, 52.8811],[0.1516005, 52.8807],[0.1535005, 52.8804],[0.1539995, 52.8802],[0.1544005, 52.8798],[0.1546005, 52.8794],[0.1548005, 52.8782],[0.1551005, 52.8779],[0.1556005, 52.8777],[0.1570005, 52.8771],[0.1572005, 52.8769],[0.1578005, 52.8759],[0.1579995, 52.8757],[0.1581995, 52.8756],[0.1592005, 52.8757],[0.1626005, 52.8763],[0.1631005, 52.8763],[0.1633005, 52.8762],[0.1635995, 52.8757],[0.1639995, 52.8755],[0.1647005, 52.8754],[0.1652005, 52.8753],[0.1660005, 52.8751],[0.1664995, 52.8749],[0.1670005, 52.8746],[0.1679005, 52.8743],[0.1689995, 52.8741],[0.1700005, 52.874],[0.1723005, 52.8738],[0.1729005, 52.8736],[0.1731995, 52.8733],[0.1737995, 52.8703],[0.1739995, 52.8696],[0.1742005, 52.8693],[0.1758995, 52.8675],[0.1762005, 52.867],[0.1762995, 52.8667],[0.1762995, 52.8662],[0.1760995, 52.8658],[0.1756995, 52.8655],[0.1753005, 52.8653],[0.1751005, 52.8650],[0.1752005, 52.8648],[0.1754005, 52.8646],[0.1758995, 52.8642],[0.1771005, 52.8635],[0.1773005, 52.8633],[0.1773005, 52.8631],[0.1771005, 52.8629],[0.1762005, 52.8622],[0.1760995, 52.8621],[0.1762005, 52.8619],[0.1764995, 52.8617],[0.1774005, 52.8613],[0.1789005, 52.8607],[0.1802005, 52.8602],[0.1827005, 52.8591],[0.1835995, 52.8585],[0.1839005, 52.8581],[0.1843005, 52.8579],[0.1849005, 52.8578],[0.1854005, 52.8577],[0.1860995, 52.8574],[0.1868005, 52.8568],[0.1871005, 52.8565],[0.1873005, 52.8561],[0.1874005, 52.8556],[0.1873005, 52.8554],[0.1869005, 52.8552],[0.1842005, 52.8549],[0.1833995, 52.855],[0.1804995, 52.8556],[0.1787995, 52.8559],[0.1774005, 52.8561],[0.1739995, 52.8570],[0.1731995, 52.8573],[0.1723005, 52.8582],[0.1701005, 52.8611],[0.1697005, 52.8613],[0.1694005, 52.8612],[0.1692005, 52.8609],[0.1693005, 52.8606],[0.1697005, 52.8601],[0.1710995, 52.8585],[0.1722005, 52.8570],[0.1726005, 52.8566],[0.1729995, 52.8564],[0.1737995, 52.8562],[0.1776005, 52.8553],[0.1793005, 52.8551],[0.1806995, 52.8548],[0.1825005, 52.8544],[0.1844005, 52.8542],[0.1856995, 52.8543],[0.1881005, 52.8547],[0.1885995, 52.8546],[0.1891005, 52.8543],[0.1927005, 52.8513],[0.1933005, 52.8509],[0.1947005, 52.8502],[0.1956005, 52.8497],[0.1960995, 52.8493],[0.1960995, 52.8491],[0.1960005, 52.8489],[0.1944005, 52.8484],[0.1941005, 52.8482],[0.1939995, 52.8480],[0.1941005, 52.8479],[0.1944005, 52.8478],[0.1948005, 52.8478],[0.1964005, 52.8482],[0.1973005, 52.8485],[0.1976005, 52.8485],[0.1978005, 52.8484],[0.1981005, 52.847],[0.1979005, 52.8468],[0.1968005, 52.8468],[0.1960995, 52.8469],[0.1954995, 52.8468],[0.1946005, 52.8465],[0.1942005, 52.8463],[0.1939005, 52.846],[0.1937995, 52.8457],[0.1941005, 52.8453],[0.1945005, 52.8453],[0.1951005, 52.8457],[0.1956995, 52.846],[0.1964995, 52.8462],[0.1976005, 52.8462],[0.1979995, 52.846],[0.1985005, 52.8427],[0.1987995, 52.8418],[0.1996005, 52.8395],[0.2001005, 52.8386],[0.2008005, 52.8376],[0.2033995, 52.8352],[0.2041005, 52.8345],[0.2046005, 52.8336],[0.2050005, 52.8321],[0.2054005, 52.8313],[0.2060005, 52.8306],[0.2060995, 52.8303],[0.2060005, 52.8302],[0.2033995, 52.8304],[0.2033005, 52.8303],[0.2033005, 52.8301],[0.2035995, 52.8297],[0.2068005, 52.8262],[0.2095005, 52.8231],[0.2128005, 52.8192],[0.2147005, 52.8168],[0.2154995, 52.8159],[0.2166005, 52.8155],[0.2185005, 52.8149],[0.2196005, 52.8151],[0.2210005, 52.8151],[0.2222005, 52.8149],[0.2258005, 52.8141],[0.2317005, 52.8127],[0.2387005, 52.8109],[0.2487995, 52.8085],[0.2591005, 52.8061],[0.2637995, 52.8048],[0.2558005, 52.7994],[0.2554995, 52.7954],[0.2547005, 52.7938],[0.2472005, 52.7848],[0.2542005, 52.7815],[0.2698005, 52.7748],[0.2679995, 52.7727],[0.2291005, 52.7592],[0.2219005, 52.7546],[0.2062005, 52.7455],[0.1876005, 52.7368],[0.1837995, 52.7364],[0.1751005, 52.7391],[0.1743005, 52.7394],[0.1735995, 52.7396],[0.1683995, 52.7400],[0.1516005, 52.7393],[0.1469005, 52.7385],[0.1350005, 52.7341],[0.1133005, 52.7343],[0.1070005, 52.7337],[0.1008005, 52.7328],[0.09780049, 52.7319],[0.09520048000000002, 52.7307],[0.09339948, 52.7294],[0.09030049, 52.7254],[0.08879948, 52.7246],[0.08780048, 52.7243],[0.08530048, 52.7245],[0.08160048, 52.7244],[0.07839948, 52.7248],[0.06790049, 52.7266],[0.06609948000000002, 52.7264],[0.05359948, 52.7205],[0.05220048, 52.7194],[0.05089948, 52.717],[0.04780048, 52.6976],[0.04730048, 52.6943],[0.04890048, 52.6931],[0.05080048, 52.6916],[0.05190048, 52.6895],[0.05210048, 52.6876],[0.05180048, 52.6863],[0.04990048, 52.6838],[0.04270048, 52.6784],[0.02149948, 52.6642],[0.01910048, 52.6635],[0.007700482, 52.6626],[-0.004100517, 52.6637],[-0.01939952, 52.6632],[-0.03160052, 52.6644],[-0.03249952, 52.6662],[-0.03399952, 52.6675],[-0.04259952, 52.6709],[-0.04789952, 52.6728],[-0.05229952, 52.6748],[-0.05370052, 52.675],[-0.05539952, 52.675],[-0.05899952, 52.6745],[-0.05999952, 52.6742],[-0.06169952, 52.6741],[-0.06809952, 52.6751],[-0.07019952, 52.6756],[-0.07160052, 52.6757],[-0.07759952, 52.6714],[-0.07910052, 52.6704],[-0.08039952, 52.6697],[-0.08629952, 52.6674],[-0.08989952, 52.6671],[-0.09379952, 52.6692],[-0.09850052000000002, 52.6732],[-0.1012005, 52.6731],[-0.1077995, 52.6716],[-0.1105995, 52.6704],[-0.1130995, 52.6692],[-0.1143995, 52.6681],[-0.1145005, 52.6675],[-0.1141005, 52.6669],[-0.1130995, 52.6652],[-0.1216995, 52.6607],[-0.1264005, 52.6586],[-0.1324995, 52.6578],[-0.1389005, 52.6555],[-0.1406995, 52.653],[-0.1429995, 52.6498],[-0.1493995, 52.6519],[-0.1543005, 52.6541],[-0.1591995, 52.6563],[-0.1641005, 52.6576],[-0.1720005, 52.6595],[-0.1778995, 52.6606],[-0.1785005, 52.6605],[-0.1876995, 52.6543],[-0.1885005, 52.6538],[-0.1914005, 52.6515],[-0.1923995, 52.6539],[-0.1952995, 52.6591],[-0.1989005, 52.6642],[-0.2012995, 52.6664],[-0.2018005, 52.6677],[-0.2025995, 52.669],[-0.2051995, 52.6698],[-0.2082995, 52.6685],[-0.2154995, 52.6672],[-0.2185995, 52.6663],[-0.2205995, 52.6656],[-0.2266995, 52.6633],[-0.2339995, 52.6605],[-0.2408995, 52.6577],[-0.2551995, 52.652],[-0.2579995, 52.6516],[-0.2601995, 52.6515],[-0.2610995, 52.6518],[-0.2618995, 52.6523],[-0.2622995, 52.6538],[-0.2626995, 52.6545],[-0.2639005, 52.6553],[-0.2658995, 52.6563],[-0.2679995, 52.6583],[-0.2697995, 52.6597],[-0.2708995, 52.6604],[-0.2739995, 52.6622],[-0.2793995, 52.6664],[-0.2798995, 52.6668],[-0.2804995, 52.6672],[-0.2839995, 52.6685],[-0.2849995, 52.6689],[-0.2857995, 52.6694],[-0.2864995, 52.6702],[-0.2870995, 52.6705],[-0.2877995, 52.6706],[-0.2889005, 52.6706],[-0.2895005, 52.6705],[-0.2910005, 52.6700],[-0.2926995, 52.6699],[-0.2937995, 52.6700],[-0.2962005, 52.6707],[-0.2981995, 52.6710],[-0.3016005, 52.6717],[-0.3062005, 52.6729],[-0.3087995, 52.6734],[-0.3120995, 52.6739],[-0.3145995, 52.6744],[-0.3162005, 52.6746],[-0.3175995, 52.6746],[-0.3182995, 52.6745],[-0.3195005, 52.6741],[-0.3200995, 52.6741],[-0.3208995, 52.6743],[-0.3220005, 52.6744],[-0.3235005, 52.6743],[-0.3245995, 52.6741],[-0.3257995, 52.6738],[-0.3272995, 52.6736],[-0.3287995, 52.6737],[-0.3307995, 52.6739],[-0.3322995, 52.6742],[-0.3331995, 52.6745],[-0.3339005, 52.6749],[-0.3343005, 52.6751],[-0.3345995, 52.675],[-0.3348995, 52.6745],[-0.3349995, 52.6735],[-0.3349995, 52.6715],[-0.3349995, 52.6705],[-0.3350995, 52.6697],[-0.3354995, 52.6688],[-0.3362005, 52.6680],[-0.3380995, 52.6669],[-0.3398995, 52.6662],[-0.3420005, 52.6654],[-0.3441005, 52.6644],[-0.3458995, 52.6632],[-0.3468995, 52.6624],[-0.3482995, 52.6608],[-0.3493995, 52.6599],[-0.3510005, 52.6590],[-0.3518995, 52.6589],[-0.3533995, 52.6592],[-0.3568995, 52.6601],[-0.3599995, 52.6605],[-0.3612995, 52.6606],[-0.3626995, 52.6607],[-0.3637005, 52.6606],[-0.3649995, 52.6604],[-0.3672995, 52.6598],[-0.3699995, 52.6591],[-0.3724995, 52.6584],[-0.3743005, 52.6579],[-0.3760995, 52.6574],[-0.3781995, 52.6571],[-0.3798995, 52.6564],[-0.3835005, 52.6568],[-0.3850995, 52.6569],[-0.3874995, 52.6569],[-0.3912005, 52.6567],[-0.3941005, 52.6565],[-0.3955995, 52.6563],[-0.3962005, 52.6562],[-0.3966995, 52.6559],[-0.3985005, 52.6543],[-0.3991005, 52.654],[-0.3999995, 52.6538],[-0.4029995, 52.6534],[-0.4066995, 52.6528],[-0.4096995, 52.6521],[-0.4126995, 52.6513],[-0.4162005, 52.6502],[-0.4172995, 52.6499],[-0.4183995, 52.6498],[-0.4214995, 52.6499],[-0.4239995, 52.6497],[-0.4285995, 52.6493],[-0.4308995, 52.6491],[-0.4321995, 52.6493],[-0.4335005, 52.6497],[-0.4348995, 52.6502],[-0.4368995, 52.6507],[-0.4387995, 52.6514],[-0.4407995, 52.6523],[-0.4428995, 52.6529],[-0.4455995, 52.6534],[-0.4477995, 52.6537],[-0.4485995, 52.6542],[-0.4491005, 52.6549],[-0.4521995, 52.655],[-0.4562995, 52.6548],[-0.4564005, 52.6545],[-0.4568995, 52.6539],[-0.4614005, 52.6525],[-0.4668995, 52.6513],[-0.4696995, 52.6501],[-0.4741005, 52.6488],[-0.4764995, 52.6468],[-0.4762995, 52.6457],[-0.4754995, 52.6434],[-0.4756995, 52.6433],[-0.4760005, 52.6432],[-0.4793005, 52.6432],[-0.4818005, 52.6435],[-0.4830995, 52.6442],[-0.4833995, 52.6443],[-0.4950995, 52.6406],[-0.4962995, 52.643],[-0.4964995, 52.6434],[-0.4947995, 52.6437],[-0.4930995, 52.6442],[-0.4932995, 52.6447],[-0.4926995, 52.6451],[-0.4904995, 52.6465],[-0.4923995, 52.6477],[-0.4996995, 52.6463],[-0.5027995, 52.6466],[-0.5116005, 52.6543],[-0.5268995, 52.6574],[-0.5250995, 52.6616],[-0.5207995, 52.6645],[-0.5177995, 52.6647],[-0.5085995, 52.6590],[-0.5047995, 52.657],[-0.5010995, 52.6593],[-0.4966995, 52.6598],[-0.4937995, 52.6597],[-0.4891005, 52.6605],[-0.4910005, 52.6641],[-0.4848995, 52.6645],[-0.4816995, 52.6650],[-0.4785005, 52.6655],[-0.4773995, 52.6669],[-0.4724995, 52.6687],[-0.4593995, 52.6699],[-0.4521995, 52.6715],[-0.4495995, 52.6733],[-0.4423995, 52.6785],[-0.4389005, 52.6809],[-0.4370005, 52.6824],[-0.4331995, 52.6859],[-0.4329995, 52.689],[-0.4320005, 52.6921],[-0.4279995, 52.6995],[-0.4287005, 52.7025],[-0.4307995, 52.7054],[-0.4320005, 52.7061],[-0.4339005, 52.7068],[-0.4533995, 52.7098],[-0.4691005, 52.7096],[-0.4735005, 52.7099],[-0.4766995, 52.7104],[-0.4866995, 52.7106],[-0.4918005, 52.7114],[-0.4973995, 52.7139],[-0.5004995, 52.715],[-0.5057995, 52.7186],[-0.5087995, 52.7204],[-0.5127995, 52.7212],[-0.5239995, 52.7225],[-0.5368995, 52.7239],[-0.5393995, 52.7245],[-0.5397995, 52.7255],[-0.5396995, 52.7263],[-0.5374995, 52.7338],[-0.5366005, 52.7380],[-0.5379995, 52.7398],[-0.5452995, 52.7418],[-0.5568995, 52.7460],[-0.5639995, 52.7465],[-0.5655995, 52.7474],[-0.5695005, 52.7525],[-0.5725995, 52.7539],[-0.5835005, 52.7547],[-0.5897995, 52.7534],[-0.5929995, 52.7526],[-0.6006995, 52.7518],[-0.6020995, 52.7554],[-0.6030995, 52.7604],[-0.6071995, 52.7605],[-0.6170995, 52.7598],[-0.6323995, 52.7586],[-0.6349995, 52.7585],[-0.6407995, 52.7583],[-0.6518005, 52.7576],[-0.6589005, 52.7574],[-0.6620005, 52.7606],[-0.6643995, 52.7645],[-0.6679995, 52.772],[-0.6701995, 52.777],[-0.6716005000000002, 52.7843],[-0.6782995, 52.7950],[-0.6791005, 52.7974],[-0.6793995, 52.806],[-0.6799995, 52.8094],[-0.6816005, 52.8122],[-0.6839995, 52.8159],[-0.6935995, 52.8234],[-0.7035995000000002, 52.8348],[-0.7118005, 52.8514],[-0.7137005, 52.8538],[-0.7272995, 52.8644],[-0.7283995, 52.8653],[-0.7327995, 52.8698],[-0.7375995, 52.8813],[-0.7402995, 52.8828],[-0.7472995, 52.8842],[-0.7512995, 52.8858],[-0.7570005, 52.8849],[-0.7607995000000002, 52.8866],[-0.7612995, 52.8893],[-0.7614005, 52.8917],[-0.7614995, 52.8952],[-0.7600995000000002, 52.897],[-0.7587995, 52.8992],[-0.7585005, 52.9008],[-0.7593005, 52.9024],[-0.7612995, 52.9030],[-0.7670005, 52.904],[-0.7689005, 52.9031],[-0.7699995, 52.9028],[-0.7710005, 52.9030],[-0.7735995, 52.9047],[-0.7735005, 52.9053],[-0.7691005, 52.9106],[-0.7662005, 52.9180],[-0.7646995, 52.9218],[-0.7627995, 52.9240],[-0.7602995, 52.9312],[-0.7574995, 52.939],[-0.7514995, 52.9488],[-0.7525995, 52.9507],[-0.7562995, 52.9536],[-0.7749995, 52.9609],[-0.7737995, 52.9760],[-0.7735995, 52.9808],[-0.7737005, 52.9824],[-0.7743005, 52.9837],[-0.7807995, 52.9908],[-0.7872995, 52.9956],[-0.7927995, 53.001],[-0.7957995, 53.0028],[-0.7998995, 53.0049],[-0.8004995, 53.0078],[-0.8008995, 53.0135],[-0.7948995, 53.0122],[-0.7921995, 53.0128],[-0.7906995, 53.015],[-0.7868995, 53.0182],[-0.7785005000000002, 53.0229],[-0.7695995, 53.0272],[-0.7664005, 53.0284],[-0.7610995000000002, 53.0296],[-0.7585005, 53.0314],[-0.7574995, 53.0340],[-0.7487995, 53.0536],[-0.7410005, 53.0538],[-0.7354995, 53.0552],[-0.7329995, 53.0555],[-0.7305995, 53.0556],[-0.7239005, 53.0572],[-0.7230995, 53.0574],[-0.7189995, 53.0586],[-0.7172995, 53.0595],[-0.7162005, 53.0603],[-0.7143995000000002, 53.0644],[-0.7132995, 53.0659],[-0.7120005, 53.0668],[-0.7095995000000002, 53.0673],[-0.7072995, 53.067],[-0.7005995, 53.0653],[-0.6995005, 53.0652],[-0.6973995, 53.0653],[-0.6955995, 53.066],[-0.6962005, 53.0684],[-0.6968995, 53.0706],[-0.6980995, 53.0748],[-0.7041995, 53.0766],[-0.7062995, 53.077],[-0.7054995, 53.0797],[-0.7049995, 53.0814],[-0.7041005, 53.0845],[-0.7112005, 53.0868],[-0.7233995, 53.093],[-0.7260995, 53.0950],[-0.7275995, 53.0965],[-0.7203995, 53.1045],[-0.7175995, 53.1085],[-0.7160005, 53.1152],[-0.7139995, 53.119],[-0.7191005, 53.12],[-0.7282995, 53.1222],[-0.7296995, 53.1227],[-0.7310005, 53.1238],[-0.7307995, 53.1252],[-0.7303995, 53.1262],[-0.7289995, 53.1275],[-0.7207995, 53.132],[-0.7128995, 53.1356],[-0.7191005, 53.1455],[-0.7204995000000002, 53.1601],[-0.7191995, 53.1633],[-0.7143995000000002, 53.1744],[-0.7148995, 53.1757],[-0.7158995, 53.177],[-0.7187995, 53.178],[-0.7224995, 53.1785],[-0.7266995, 53.178],[-0.7316005, 53.18],[-0.7420005, 53.1795],[-0.7512005, 53.18],[-0.7564005, 53.1809],[-0.7632995, 53.1809],[-0.7639995, 53.1813],[-0.7635995, 53.183],[-0.7628995, 53.1856],[-0.7591995, 53.1896],[-0.7495995, 53.19],[-0.7437005, 53.1958],[-0.7332995, 53.2066],[-0.7283995, 53.2084],[-0.7195995, 53.2101],[-0.7112005, 53.2086],[-0.7026995, 53.2144],[-0.6983995, 53.2174],[-0.6945005, 53.2194],[-0.6905995, 53.2203],[-0.6873995, 53.2201],[-0.6795005, 53.2186],[-0.6762005, 53.218],[-0.6745995, 53.2177],[-0.6657995, 53.2304],[-0.6639005, 53.2346],[-0.6641995, 53.2386],[-0.6596995, 53.2407],[-0.6539995, 53.2428],[-0.6462995, 53.2441],[-0.6441995, 53.2453],[-0.6437995, 53.2475],[-0.6466995, 53.254],[-0.6351995, 53.2551],[-0.6443995, 53.2582],[-0.6555995, 53.2588],[-0.6570995, 53.2612],[-0.6612005, 53.2612],[-0.6627995, 53.2596],[-0.6687995, 53.2572],[-0.6618005, 53.244],[-0.6641005, 53.2432],[-0.6733995, 53.2513],[-0.6843995, 53.2568],[-0.6905995, 53.2557],[-0.6998995, 53.2584],[-0.7029995, 53.2583],[-0.7103995, 53.2575],[-0.7200995, 53.2557],[-0.7312995, 53.2532],[-0.7307995, 53.2398],[-0.7589005, 53.2388],[-0.7752995000000003, 53.2383],[-0.7760005, 53.2383],[-0.7764995, 53.2401],[-0.7770005, 53.2432],[-0.7768995, 53.2442],[-0.7760005, 53.2463],[-0.7754995, 53.2473],[-0.7752995000000003, 53.2478],[-0.7752995000000003, 53.2484],[-0.7756995, 53.2493],[-0.7764005000000003, 53.2504],[-0.7770005, 53.2516],[-0.7770005, 53.2521],[-0.7768005, 53.2524],[-0.7762995, 53.2528],[-0.7751995, 53.253],[-0.7716005, 53.2525],[-0.7705995, 53.2525],[-0.7695995, 53.2528],[-0.7691995000000003, 53.2532],[-0.7691005, 53.2535],[-0.7691995000000003, 53.2539],[-0.7696995, 53.2544],[-0.7703995, 53.2553],[-0.7707995, 53.2563],[-0.7710995, 53.2573],[-0.7714005000000002, 53.2583],[-0.7714995, 53.2593],[-0.7712995, 53.2603],[-0.7712005, 53.261],[-0.7707995, 53.2618],[-0.7699995, 53.263],[-0.7666995, 53.2666],[-0.7654995, 53.2679],[-0.7645005, 53.2690],[-0.7635995, 53.27],[-0.7628995, 53.2711],[-0.7624995, 53.2720],[-0.7622995, 53.2726],[-0.7623995, 53.2733],[-0.7629995, 53.2738],[-0.7641995, 53.2742],[-0.7677995, 53.2755],[-0.7693005000000002, 53.2762],[-0.7703995, 53.2769],[-0.7716995, 53.2782],[-0.7739005, 53.2807],[-0.7757995, 53.2829],[-0.7758995, 53.2834],[-0.7757995, 53.2841],[-0.7754995, 53.2847],[-0.7746995, 53.2856],[-0.7737995, 53.2864],[-0.7726995, 53.2872],[-0.7685995, 53.2896],[-0.7666005, 53.2909],[-0.7652995, 53.2920],[-0.7646995, 53.2931],[-0.7639995, 53.2951],[-0.7633995, 53.2975],[-0.7627995, 53.2987],[-0.7621995, 53.2992],[-0.7612995, 53.2994],[-0.7600995000000002, 53.2992],[-0.7589005, 53.2987],[-0.7580995, 53.298],[-0.7576995, 53.2972],[-0.7573995, 53.2962],[-0.7571995, 53.2953],[-0.7568995, 53.2943],[-0.7566005, 53.2937],[-0.7560005, 53.2931],[-0.7546995000000002, 53.2926],[-0.7530995, 53.2925],[-0.7516005, 53.2927],[-0.7498995000000002, 53.2932],[-0.7489995, 53.2938],[-0.7485005, 53.2944],[-0.7475995, 53.2961],[-0.7468995000000002, 53.2989],[-0.7464005, 53.3004],[-0.7456995, 53.3019],[-0.7452995, 53.3034],[-0.7453995, 53.3043],[-0.7457995, 53.3052],[-0.7476995, 53.307],[-0.7514995, 53.3103],[-0.7522995, 53.3117],[-0.7525995, 53.3128],[-0.7527995, 53.314],[-0.7527995, 53.3151],[-0.7526995, 53.3168],[-0.7524995, 53.3179],[-0.7522995, 53.3191],[-0.7518995, 53.3199],[-0.7512995, 53.3205],[-0.7502995, 53.3214],[-0.7489005, 53.3223],[-0.7482995, 53.323],[-0.7481995, 53.3236],[-0.7483995, 53.3241],[-0.7489995, 53.3245],[-0.7499995, 53.3248],[-0.7512995, 53.3249],[-0.7564005, 53.3246],[-0.7573995, 53.3246],[-0.7585005, 53.3248],[-0.7591995, 53.3251],[-0.7596995, 53.3255],[-0.7607995000000002, 53.3267],[-0.7612995, 53.3271],[-0.7645995, 53.3291],[-0.7649995, 53.3295],[-0.7651995, 53.3300],[-0.7651995, 53.3305],[-0.7647995, 53.331],[-0.7587005, 53.3331],[-0.7579995, 53.3353],[-0.7577995, 53.3360],[-0.7575995, 53.3365],[-0.7571995, 53.3369],[-0.7556995, 53.3382],[-0.7550995, 53.3388],[-0.7546995000000002, 53.3394],[-0.7545995, 53.3401],[-0.7546995000000002, 53.3408],[-0.7549995000000002, 53.3414],[-0.7556995, 53.3419],[-0.7566005, 53.3425],[-0.7616995, 53.3449],[-0.7622995, 53.3456],[-0.7624995, 53.3462],[-0.7622995, 53.3469],[-0.7620995000000002, 53.3476],[-0.7616005, 53.3486],[-0.7610995000000002, 53.3492],[-0.7603995, 53.3497],[-0.7591005, 53.3504],[-0.7581995, 53.3509],[-0.7572995, 53.3515],[-0.7566995, 53.3522],[-0.7564005, 53.3528],[-0.7566005, 53.3534],[-0.7575995, 53.3539],[-0.7598995, 53.3546],[-0.7630995000000003, 53.3556],[-0.7639005, 53.3561],[-0.7648995, 53.357],[-0.7660995, 53.3582],[-0.7682995, 53.361],[-0.7703995, 53.3637],[-0.7712005, 53.3644],[-0.7720995, 53.3646],[-0.7732995, 53.3645],[-0.7743005, 53.3642],[-0.7751995, 53.3637],[-0.7760005, 53.363],[-0.7768005, 53.3619],[-0.7775995, 53.3615],[-0.7787005, 53.3615],[-0.7818005, 53.362],[-0.7837995, 53.3623],[-0.7864005, 53.3627],[-0.7879995, 53.363],[-0.7885005, 53.3633],[-0.7885995, 53.3637],[-0.7885005, 53.3642],[-0.7879995, 53.3651],[-0.7877995, 53.3656],[-0.7877995, 53.3665],[-0.7879995, 53.3678],[-0.7882995, 53.3689],[-0.7880995, 53.3694],[-0.7872995, 53.37],[-0.7855995, 53.3717],[-0.7845995, 53.3732],[-0.7839005000000002, 53.3742],[-0.7826995, 53.3753],[-0.7816005, 53.3759],[-0.7805995, 53.3763],[-0.7791995, 53.3766],[-0.7743995, 53.3772],[-0.7735005, 53.3774],[-0.7731995, 53.3778],[-0.7732995, 53.3783],[-0.7735995, 53.3787],[-0.7739995, 53.3791],[-0.7760995, 53.3805],[-0.7789995, 53.3822],[-0.7802995, 53.3828],[-0.7821995, 53.3832],[-0.7860995, 53.3843],[-0.7872995, 53.3847],[-0.7880995, 53.3852],[-0.7883995, 53.3857],[-0.7882995, 53.386],[-0.7876995, 53.3863],[-0.7866995, 53.3865],[-0.7855995, 53.3865],[-0.7843995, 53.3864],[-0.7833995, 53.3864],[-0.7820995, 53.3865],[-0.7807995, 53.3868],[-0.7799995, 53.3871],[-0.7777995, 53.3881],[-0.7755995, 53.3897],[-0.7745005, 53.3906],[-0.7741995, 53.3914],[-0.7745995, 53.3959],[-0.7747995, 53.3966],[-0.7750995, 53.3972],[-0.7758995, 53.3981],[-0.7773995, 53.3991],[-0.7791995, 53.3998],[-0.7827995000000002, 53.4014],[-0.7837995, 53.4020],[-0.7871995000000002, 53.4057],[-0.7880995, 53.4075],[-0.7889005, 53.4091],[-0.7891005, 53.4101],[-0.7887995, 53.4110],[-0.7878995, 53.4122],[-0.7868995, 53.4132],[-0.7860005, 53.4138],[-0.7857995, 53.4142],[-0.7858995, 53.4146],[-0.7864995, 53.415],[-0.7875995, 53.4152],[-0.7907995, 53.415],[-0.7931995, 53.4147],[-0.7957995, 53.4153],[-0.7974995, 53.4158],[-0.8010995000000002, 53.4170],[-0.8051995, 53.4189],[-0.8085995, 53.4209],[-0.8110995, 53.4229],[-0.8123995, 53.424],[-0.8137995, 53.425],[-0.8146995, 53.4258],[-0.8153995, 53.4267],[-0.8155995000000003, 53.4272],[-0.8155995000000003, 53.4277],[-0.8152995, 53.4285],[-0.8143995, 53.4303],[-0.8141005, 53.4314],[-0.8141005, 53.4322],[-0.8143995, 53.433],[-0.8148995, 53.4337],[-0.8166995, 53.4359],[-0.8177995, 53.4379],[-0.8182995, 53.4394],[-0.8181995, 53.44],[-0.8177995, 53.4407],[-0.8170995, 53.4412],[-0.8158995, 53.4417],[-0.8137005000000002, 53.4423],[-0.8107995, 53.443],[-0.8087995, 53.4437],[-0.8071995000000002, 53.4445],[-0.8062005, 53.4453],[-0.8048995, 53.4466],[-0.8023995000000002, 53.4494],[-0.7991995, 53.4526],[-0.7968005, 53.4542],[-0.7958995, 53.4548],[-0.7945005, 53.4557],[-0.7930995, 53.4566],[-0.7856995, 53.4607],[-0.7839995, 53.4619],[-0.7831995, 53.4626],[-0.7825995, 53.4634],[-0.7823995, 53.4640],[-0.7823995, 53.4648],[-0.7837005, 53.4709],[-0.7837995, 53.4723],[-0.7837005, 53.4737],[-0.7831995, 53.4750],[-0.7823995, 53.4763],[-0.7814995, 53.4772],[-0.7802995, 53.4779],[-0.7787995, 53.4783],[-0.7764995, 53.4785],[-0.7737005, 53.4785],[-0.7720005, 53.4786],[-0.7706995, 53.479],[-0.7695995, 53.4797],[-0.7689005, 53.4807],[-0.7687005, 53.4812],[-0.7687995, 53.4819],[-0.7689995, 53.4826],[-0.7693995, 53.4832],[-0.7706995, 53.4846],[-0.7720995, 53.4857],[-0.7728995, 53.4865],[-0.7732995, 53.4872],[-0.7733995, 53.4882],[-0.7730995, 53.4893],[-0.7727995, 53.4899],[-0.7722995, 53.4906],[-0.7716005, 53.4912],[-0.7704995, 53.492],[-0.7685995, 53.493],[-0.7673995, 53.4937],[-0.7670005, 53.4942],[-0.7668995000000002, 53.4949],[-0.7670005, 53.4955],[-0.7677995, 53.4982],[-0.7675995, 53.499],[-0.7671995, 53.4994],[-0.7651995, 53.5003],[-0.7627995, 53.5011],[-0.7600995000000002, 53.5011],[-0.7555995, 53.5007],[-0.7528995, 53.5006],[-0.7510005, 53.5008],[-0.7498995000000002, 53.5012],[-0.7491005, 53.5017],[-0.7483995, 53.5026],[-0.7474995, 53.5044],[-0.7470005, 53.5054],[-0.7460995, 53.5064],[-0.7439995, 53.5075],[-0.7420005, 53.509],[-0.7405995, 53.5106],[-0.7395995, 53.5124],[-0.7391995, 53.5154],[-0.7376995, 53.5198],[-0.7371995, 53.5207],[-0.7368005, 53.5212],[-0.7350995, 53.5213],[-0.7333995, 53.5213],[-0.7289005, 53.5208],[-0.7216995, 53.5194],[-0.7143995000000002, 53.5184],[-0.7085005, 53.517],[-0.7037005, 53.5162],[-0.7010995, 53.5160],[-0.6989005, 53.5162],[-0.6964005, 53.5172],[-0.6945005, 53.5176],[-0.6918005, 53.5175],[-0.6891005, 53.5172],[-0.6870005, 53.5169],[-0.6841005, 53.5163],[-0.6821995, 53.5155],[-0.6803995, 53.5146],[-0.6785005, 53.5135],[-0.6772995, 53.5132],[-0.6756995, 53.5130],[-0.6656995, 53.5136],[-0.6570995, 53.5142],[-0.6464995, 53.5143],[-0.6389995, 53.5139],[-0.6302995, 53.5134],[-0.6264005, 53.5138],[-0.6241005, 53.5138],[-0.6235995, 53.5135],[-0.6233995, 53.5131],[-0.6233995, 53.5124],[-0.6260005, 53.5074],[-0.6262995, 53.5069],[-0.6264005, 53.5063],[-0.6246995, 53.5004],[-0.6246995, 53.4996],[-0.6253995, 53.4981],[-0.6280995, 53.4949],[-0.6287005, 53.4876],[-0.6289995000000002, 53.4865],[-0.6295995, 53.486],[-0.6308995, 53.4862],[-0.6318995, 53.4863],[-0.6323995, 53.4861],[-0.6325995, 53.4857],[-0.6321995, 53.4851],[-0.6302995, 53.4831],[-0.6299995, 53.4825],[-0.6297995, 53.4818],[-0.6298995, 53.4809],[-0.6312995, 53.4780],[-0.6312995, 53.4771],[-0.6304995, 53.4757],[-0.6303995, 53.4751],[-0.6306995, 53.4746],[-0.6321995, 53.4737],[-0.6325995, 53.4731],[-0.6325995, 53.4724],[-0.6321995, 53.4712],[-0.6322995, 53.4709],[-0.6330995, 53.4701],[-0.6330995, 53.4697],[-0.6312005, 53.4685],[-0.6260005, 53.4654],[-0.6252995, 53.4644],[-0.6248995, 53.4630],[-0.6250995, 53.4621],[-0.6291995, 53.4593],[-0.6297995, 53.4588],[-0.6296995, 53.4584],[-0.6289005, 53.4580],[-0.6256995, 53.4575],[-0.6212995, 53.4574],[-0.6191005, 53.4571],[-0.6173995, 53.4572],[-0.6118005, 53.4585],[-0.6087995, 53.4587],[-0.6052995, 53.4584],[-0.5951995, 53.4579],[-0.5821995, 53.4568],[-0.5685005, 53.4576],[-0.5633995, 53.4581],[-0.5485995, 53.4612],[-0.5391005, 53.4625],[-0.5307995, 53.4636],[-0.5239005, 53.4647],[-0.5162005, 53.4665],[-0.5120995, 53.4678],[-0.5096995, 53.4684],[-0.5043005, 53.4686],[-0.5006995, 53.4694],[-0.4804995, 53.4734],[-0.4750995, 53.4750],[-0.4743005, 53.4758],[-0.4745005, 53.4769],[-0.4752995, 53.4775],[-0.4783995, 53.4781],[-0.4805995, 53.4785],[-0.4823995, 53.4794],[-0.4843005, 53.4815],[-0.4849995, 53.4833],[-0.4852995, 53.4851],[-0.4850995, 53.4865],[-0.4843005, 53.4879],[-0.4826995, 53.4903],[-0.4801995, 53.4933],[-0.4787005, 53.4952],[-0.4785005, 53.4962],[-0.4791995, 53.4985],[-0.4799995, 53.5008],[-0.4816005, 53.5028],[-0.4830995, 53.5045],[-0.4849995, 53.5058],[-0.4855995, 53.5064],[-0.4852995, 53.507],[-0.4789005, 53.5088],[-0.4760995, 53.5096],[-0.4704995, 53.51],[-0.4658995, 53.51],[-0.4639005, 53.5102],[-0.4620005, 53.5108],[-0.4602995, 53.5109],[-0.4560005, 53.5103],[-0.4518995, 53.5097],[-0.4485005, 53.5092],[-0.4452995, 53.5096],[-0.4416995, 53.5106],[-0.4379995, 53.5115],[-0.4345995, 53.5122],[-0.4310995, 53.5128],[-0.4266995, 53.5134],[-0.4235005, 53.5142],[-0.4208995, 53.5151],[-0.4151995, 53.5157],[-0.4118995, 53.5164],[-0.4080995, 53.5176],[-0.4032995, 53.5182],[-0.4029995, 53.5187],[-0.4032995, 53.5194],[-0.4049995, 53.5210],[-0.4051995, 53.5220],[-0.4049995, 53.5241],[-0.4054995, 53.5254],[-0.4064005, 53.5266],[-0.4070005, 53.5273],[-0.4072995, 53.5287],[-0.4072995, 53.5299],[-0.4070995, 53.5311],[-0.4064005, 53.5321],[-0.4066005, 53.5330],[-0.4085995, 53.5349],[-0.4108995, 53.5361],[-0.4124995, 53.5364],[-0.4135995, 53.5362],[-0.4156995, 53.5351],[-0.4174995, 53.5349],[-0.4197995, 53.5353],[-0.4206995, 53.5358],[-0.4225995, 53.5391],[-0.4237005, 53.54],[-0.4252995, 53.5413],[-0.4257995, 53.5421],[-0.4256995, 53.5435],[-0.4257995, 53.5446],[-0.4266995, 53.5455],[-0.4295005, 53.5463],[-0.4308995, 53.5463],[-0.4323995, 53.5463],[-0.4352995, 53.5464],[-0.4396995, 53.5459],[-0.4421995, 53.5454],[-0.4446995, 53.5445],[-0.4468005, 53.5437],[-0.4487005, 53.543],[-0.4522995, 53.5424],[-0.4589995, 53.5413],[-0.4676995, 53.5399],[-0.4737005, 53.5392],[-0.4848995, 53.5381],[-0.4920995, 53.5379],[-0.4948995, 53.5379],[-0.4960005, 53.5382],[-0.4966995, 53.5389],[-0.4971995, 53.5398],[-0.4968995, 53.5404],[-0.4950995, 53.5418],[-0.4925995, 53.5431],[-0.4910005, 53.5445],[-0.4895995, 53.5457],[-0.4877995, 53.5467],[-0.4854995, 53.5466],[-0.4798995, 53.5462],[-0.4775995, 53.5463],[-0.4749995, 53.5469],[-0.4718005, 53.5484],[-0.4682995, 53.5518],[-0.4670005, 53.5531],[-0.4649995, 53.5549],[-0.4625995, 53.5562],[-0.4593005, 53.558],[-0.4570005, 53.5597],[-0.4554995, 53.5603],[-0.4512005, 53.5605],[-0.4479995, 53.5582],[-0.4477995, 53.5613],[-0.4468995, 53.5625],[-0.4408995, 53.5667],[-0.4391005, 53.569],[-0.4379995, 53.5699],[-0.4358995, 53.5713],[-0.4326995, 53.5726],[-0.4289995, 53.5740],[-0.4273995, 53.5739],[-0.4256995, 53.5731],[-0.4231995, 53.5713],[-0.4202995, 53.5686],[-0.4197995, 53.5675],[-0.4195005, 53.5656],[-0.4189995, 53.565],[-0.4118005, 53.5637],[-0.4064995, 53.5627],[-0.3995995, 53.5619],[-0.3902995, 53.5609],[-0.3829995, 53.5601],[-0.3754995, 53.5595],[-0.3699995, 53.5593],[-0.3668005, 53.5592],[-0.3639995, 53.5589],[-0.3580995, 53.5577],[-0.3537995, 53.557],[-0.3476995, 53.5564],[-0.3458995, 53.5568],[-0.3437995, 53.5592],[-0.3428995, 53.5594],[-0.3378995, 53.5591],[-0.3360005, 53.559],[-0.3341005, 53.5595],[-0.3327995, 53.5605],[-0.3302995, 53.5647],[-0.3272995, 53.5678],[-0.3253995, 53.5707],[-0.3225995, 53.5736],[-0.3191005, 53.5775],[-0.3154995, 53.5809],[-0.3114005, 53.5857],[-0.3097995, 53.5874],[-0.3093995, 53.5883],[-0.3098995, 53.5908],[-0.3095995, 53.5924],[-0.3087005, 53.5935],[-0.3060995, 53.5935],[-0.3035005, 53.5908],[-0.3006995, 53.5908],[-0.3018995, 53.5935],[-0.3018005, 53.5940],[-0.2985005, 53.5952],[-0.2985005, 53.5957],[-0.3004995, 53.599],[-0.3018995, 53.6025],[-0.3035005, 53.6053],[-0.3037005, 53.607],[-0.3041005, 53.6097],[-0.3053995, 53.6142],[-0.3050995, 53.6148],[-0.3043005, 53.615],[-0.3020995, 53.6149],[-0.2982995, 53.6157]]],[[[0.04350048, 52.9214],[0.04339948, 52.9210],[0.04319948, 52.9208],[0.04299948, 52.9208],[0.04230048, 52.9210],[0.04129948, 52.9211],[0.04100048, 52.9210],[0.04100048, 52.9208],[0.04109948, 52.9206],[0.04120048, 52.9205],[0.04160048, 52.9203],[0.04210048, 52.9202],[0.04330048, 52.9200],[0.04370048, 52.9199],[0.04420048, 52.9197],[0.04490048, 52.9191],[0.04510048, 52.9188],[0.04510048, 52.9187],[0.04490048, 52.9185],[0.04399948, 52.9183],[0.04370048, 52.9182],[0.04359948, 52.9180],[0.04370048, 52.9178],[0.04399948, 52.9176],[0.04480048, 52.9175],[0.04549948, 52.9177],[0.04670048, 52.9182],[0.04730048, 52.9182],[0.04790048, 52.9180],[0.04810048000000002, 52.9178],[0.04819948, 52.9174],[0.04810048000000002, 52.9169],[0.04760048, 52.9164],[0.04700048, 52.9161],[0.04609948, 52.9158],[0.04470048, 52.9155],[0.04430048, 52.9153],[0.04370048, 52.9147],[0.04319948, 52.9146],[0.04270048, 52.9146],[0.04190048, 52.9148],[0.04089948, 52.9153],[0.04040048, 52.9156],[0.03990048, 52.9161],[0.03970048, 52.9164],[0.03950048, 52.9169],[0.03899948, 52.9183],[0.03859948, 52.9191],[0.03810048, 52.9198],[0.03770048, 52.9201],[0.03720048, 52.9202],[0.03680048, 52.9202],[0.03640048, 52.9199],[0.03589948, 52.9191],[0.03580048, 52.9189],[0.03589948, 52.9187],[0.03600048, 52.9186],[0.03700048, 52.9184],[0.03740048, 52.9183],[0.03780048, 52.9181],[0.03810048, 52.9178],[0.03830048, 52.9172],[0.03850048, 52.9163],[0.03870048, 52.9158],[0.03890048, 52.9155],[0.03930048, 52.9150],[0.03980048, 52.9147],[0.04040048, 52.9145],[0.04200048, 52.9141],[0.04280048, 52.9139],[0.04339948, 52.9137],[0.04350048, 52.9136],[0.04350048, 52.9134],[0.04260048, 52.9123],[0.04220048, 52.9121],[0.04170048, 52.9120],[0.04100048, 52.9120],[0.04040048, 52.9122],[0.03980048, 52.9126],[0.03859948, 52.9138],[0.03790048, 52.9144],[0.03730048, 52.9147],[0.03629948, 52.9150],[0.03520048, 52.9153],[0.03390048, 52.9156],[0.03299948, 52.9159],[0.03250048, 52.9162],[0.03220048, 52.9165],[0.03180048, 52.9170],[0.03160048, 52.9177],[0.03160048, 52.9182],[0.03180048, 52.919],[0.03250048, 52.9206],[0.03280048, 52.9210],[0.03310048, 52.9213],[0.03350048, 52.9214],[0.03399948, 52.9214],[0.03450048, 52.9213],[0.03490048, 52.9210],[0.03540048, 52.9208],[0.03589948, 52.9208],[0.03670048, 52.9210],[0.03799948, 52.9215],[0.03930048, 52.9221],[0.04030048, 52.9224],[0.04149948, 52.9225],[0.04230048, 52.9224],[0.04310048, 52.9221],[0.04339948, 52.9218],[0.04350048, 52.9214]]],[[[0.05430048, 53.5136],[0.05540048, 53.5119],[0.05609948, 53.5105],[0.05620048, 53.51],[0.05580048, 53.5092],[0.05359948, 53.507],[0.05299948, 53.5065],[0.05260048, 53.5065],[0.04990048, 53.5076],[0.04569948, 53.509],[0.04350048, 53.5097],[0.04310048, 53.5099],[0.04290048, 53.5103],[0.04299948, 53.5107],[0.04299948, 53.511],[0.04280048, 53.5116],[0.04280048, 53.512],[0.04310048, 53.5126],[0.04350048, 53.5131],[0.04430048, 53.5134],[0.04520048, 53.5134],[0.04680048, 53.5129],[0.04879948, 53.5125],[0.04960048, 53.5125],[0.05250048, 53.5133],[0.05339948, 53.5137],[0.05379948, 53.5138],[0.05430048, 53.5136]]],[[[0.04460048, 52.9273],[0.04500048, 52.9268],[0.04560048, 52.9257],[0.04640048, 52.9242],[0.04720048, 52.9230],[0.04850048, 52.9215],[0.04870048, 52.9212],[0.04859948, 52.9209],[0.04830048, 52.9207],[0.04760048, 52.9207],[0.04720048, 52.9206],[0.04690048, 52.9204],[0.04660048, 52.9201],[0.04620048, 52.9200],[0.04589948, 52.9201],[0.04569948, 52.9203],[0.04520048, 52.9212],[0.04500048, 52.9218],[0.04500048, 52.9223],[0.04520048, 52.9229],[0.04530048, 52.9236],[0.04520048, 52.9244],[0.04500048, 52.9249],[0.04450048, 52.9255],[0.04379948, 52.9261],[0.04280048, 52.9268],[0.04250048, 52.9269],[0.04190048, 52.9269],[0.04149948, 52.9268],[0.04140048, 52.9266],[0.04149948, 52.9264],[0.04250048, 52.9260],[0.04280048, 52.9258],[0.04319948, 52.9254],[0.04379948, 52.9248],[0.04399948, 52.9243],[0.04390048, 52.9239],[0.04370048, 52.9237],[0.04330048, 52.9236],[0.04280048, 52.9237],[0.04230048, 52.9239],[0.04210048, 52.9240],[0.04190048, 52.9240],[0.04140048, 52.9235],[0.04089948, 52.9234],[0.04040048, 52.9235],[0.04000048, 52.9237],[0.03970048, 52.9242],[0.03930048, 52.9245],[0.03879948, 52.9246],[0.03660048, 52.9247],[0.03609948, 52.9248],[0.03589948, 52.925],[0.03580048, 52.9253],[0.03580048, 52.9259],[0.03600048, 52.9263],[0.03629948, 52.9266],[0.03760048, 52.9273],[0.03830048, 52.9278],[0.03890048, 52.9286],[0.03920048, 52.9293],[0.03960048, 52.9297],[0.03990048, 52.9299],[0.04030048, 52.9299],[0.04100048, 52.9296],[0.04160048, 52.9291],[0.04220048, 52.9286],[0.04270048, 52.9283],[0.04370048, 52.9279],[0.04410048, 52.9277],[0.04460048, 52.9273]]],[[[0.2158005, 52.818],[0.2154005, 52.8178],[0.2149005, 52.818],[0.2124005, 52.8209],[0.2085005, 52.8257],[0.2060995, 52.8284],[0.2054995, 52.8291],[0.2054995, 52.8293],[0.2056005, 52.8294],[0.2062005, 52.8294],[0.2077005, 52.8293],[0.2083005, 52.8291],[0.2110005, 52.8271],[0.2125005, 52.8262],[0.2129995, 52.8258],[0.2135005, 52.8251],[0.2141005, 52.8238],[0.2150005, 52.8218],[0.2153005, 52.821],[0.2158005, 52.8183],[0.2158005, 52.818]]],[[[0.03299948, 52.9221],[0.03250048, 52.9221],[0.03220048, 52.9222],[0.03200048, 52.9225],[0.03190048, 52.9229],[0.03190048, 52.9233],[0.03220048, 52.9241],[0.03240048, 52.9244],[0.03270048, 52.9247],[0.03330048, 52.925],[0.03379948, 52.9253],[0.03420048, 52.9255],[0.03440048, 52.9255],[0.03460048, 52.9254],[0.03460048, 52.9252],[0.03450048, 52.9249],[0.03450048, 52.9246],[0.03460048, 52.9243],[0.03470048, 52.9240],[0.03460048, 52.9236],[0.03410048, 52.9229],[0.03370048, 52.9224],[0.03339948, 52.9222],[0.03299948, 52.9221]]],[[[0.03589948, 52.9221],[0.03549948, 52.9221],[0.03520048, 52.9222],[0.03510048, 52.9224],[0.03510048, 52.9226],[0.03520048, 52.9229],[0.03609948, 52.9237],[0.03649948, 52.9240],[0.03680048, 52.9241],[0.03770048, 52.9242],[0.03810048, 52.9241],[0.03850048, 52.9238],[0.03870048, 52.9236],[0.03870048, 52.9234],[0.03859948, 52.9232],[0.03819948, 52.9231],[0.03770048, 52.9229],[0.03730048, 52.9226],[0.03700048, 52.9225],[0.03589948, 52.9221]]],[[[0.1062995, 52.9694],[0.1060005, 52.9693],[0.1053005, 52.9695],[0.1051005, 52.9697],[0.1050005, 52.9702],[0.1050005, 52.9705],[0.1051005, 52.9707],[0.1056995, 52.9711],[0.1060995, 52.9712],[0.1064995, 52.9712],[0.1069005, 52.9709],[0.1072005, 52.9705],[0.1071005, 52.9703],[0.1066005, 52.9702],[0.1064005, 52.9700],[0.1064005, 52.9695],[0.1062995, 52.9694]]]]}, properties:{name:"Lincolnshire"}}, {type:"Feature", geometry:{type:"MultiPolygon", coordinates:[[[[0.9904005, 52.9806],[0.9953005, 52.9795],[0.9989995, 52.9785],[0.9999005, 52.9782],[1.0135, 52.9751],[1.026, 52.9717],[1.030699, 52.9708],[1.0367, 52.9696],[1.0418, 52.9684],[1.049901, 52.9668],[1.0632, 52.9637],[1.079901, 52.9606],[1.092999, 52.958],[1.099501, 52.9566],[1.1041, 52.9559],[1.1106, 52.9549],[1.1199, 52.9532],[1.1257, 52.9521],[1.1337, 52.9509],[1.1406, 52.9495],[1.1456, 52.9489],[1.152, 52.9486],[1.1553, 52.9484],[1.1652, 52.9481],[1.1739, 52.9477],[1.1844, 52.9467],[1.189101, 52.9462],[1.200699, 52.946],[1.208501, 52.9462],[1.2145, 52.9457],[1.2192, 52.9457],[1.220699, 52.9455],[1.2255, 52.9443],[1.227201, 52.9441],[1.2313, 52.9439],[1.236099, 52.9437],[1.2399, 52.9431],[1.2433, 52.9429],[1.2508, 52.9422],[1.2535, 52.9415],[1.2564, 52.9409],[1.262, 52.9402],[1.2715, 52.9387],[1.276901, 52.9374],[1.2814, 52.9367],[1.2831, 52.9364],[1.288, 52.9352],[1.2944, 52.9345],[1.2974, 52.9338],[1.304201, 52.9324],[1.3119, 52.9304],[1.316299, 52.9285],[1.3217, 52.9265],[1.325899, 52.9251],[1.333599, 52.9230],[1.3404, 52.9208],[1.344501, 52.9194],[1.351099, 52.9163],[1.353799, 52.9146],[1.3583, 52.9131],[1.365, 52.9104],[1.3783, 52.9052],[1.3808, 52.9043],[1.3851, 52.9026],[1.3923, 52.8994],[1.3992, 52.8966],[1.4095, 52.8929],[1.415, 52.8911],[1.421, 52.8884],[1.427601, 52.8849],[1.436299, 52.8807],[1.441401, 52.8775],[1.443599, 52.8756],[1.4445, 52.8743],[1.445601, 52.8731],[1.447001, 52.872],[1.4523, 52.8693],[1.458501, 52.8659],[1.465699, 52.8612],[1.4696, 52.8591],[1.4746, 52.8570],[1.4791, 52.8546],[1.4856, 52.8514],[1.4949, 52.846],[1.4976, 52.8449],[1.501099, 52.8436],[1.508101, 52.8402],[1.516801, 52.836],[1.528399, 52.8298],[1.5344, 52.8265],[1.5365, 52.8251],[1.543301, 52.822],[1.5532, 52.8163],[1.563399, 52.8114],[1.572701, 52.8072],[1.5798, 52.8037],[1.5876, 52.7993],[1.595899, 52.7951],[1.602901, 52.7912],[1.607401, 52.7884],[1.615499, 52.7837],[1.6279, 52.7766],[1.633301, 52.773],[1.6422, 52.7677],[1.654801, 52.7596],[1.6623, 52.7538],[1.6679, 52.7494],[1.675601, 52.7427],[1.682701, 52.7377],[1.6882, 52.7324],[1.693799, 52.7271],[1.698501, 52.7228],[1.7012, 52.7188],[1.7026, 52.7159],[1.705101, 52.7095],[1.7091, 52.7005],[1.7154, 52.6899],[1.7181, 52.6856],[1.720001, 52.6821],[1.724, 52.6747],[1.730101, 52.6664],[1.7318, 52.6634],[1.7336, 52.6571],[1.735301, 52.6532],[1.736499, 52.6508],[1.7391, 52.6444],[1.742999, 52.6352],[1.7454, 52.6287],[1.745499, 52.6283],[1.7454, 52.6266],[1.7448, 52.623],[1.7419, 52.6148],[1.7412, 52.6123],[1.7413, 52.6108],[1.7415, 52.6101],[1.7418, 52.6099],[1.743101, 52.6097],[1.7433, 52.6096],[1.7435, 52.6092],[1.7434, 52.6088],[1.743101, 52.6086],[1.742, 52.6086],[1.7415, 52.6084],[1.7412, 52.6081],[1.741001, 52.6076],[1.740499, 52.6036],[1.7392, 52.5881],[1.7398, 52.5763],[1.739601, 52.5755],[1.7391, 52.5738],[1.738799, 52.5728],[1.736001, 52.5709],[1.7355, 52.5699],[1.7348, 52.5683],[1.7348, 52.567],[1.735101, 52.5623],[1.7357, 52.5565],[1.737401, 52.5464],[1.740101, 52.538],[1.7427, 52.5328],[1.7349, 52.5324],[1.730201, 52.5318],[1.726099, 52.5343],[1.7155, 52.5377],[1.7082, 52.5400],[1.7068, 52.5433],[1.7053, 52.5449],[1.7041, 52.5455],[1.7034, 52.5458],[1.702801, 52.5457],[1.701, 52.5450],[1.6995, 52.5450],[1.698501, 52.5452],[1.696499, 52.5456],[1.695601, 52.5457],[1.6931, 52.5459],[1.692801, 52.5461],[1.6926, 52.5463],[1.6924, 52.5473],[1.692101, 52.5478],[1.6916, 52.5480],[1.6875, 52.5506],[1.687001, 52.5505],[1.6852, 52.5494],[1.683599, 52.5485],[1.6781, 52.5499],[1.675699, 52.5504],[1.673, 52.5506],[1.6695, 52.5506],[1.666201, 52.55],[1.6637, 52.5487],[1.662501, 52.5475],[1.6616, 52.5459],[1.660601, 52.5442],[1.659801, 52.5433],[1.658, 52.5421],[1.6564, 52.5414],[1.654701, 52.541],[1.652701, 52.5405],[1.651299, 52.5403],[1.649601, 52.5405],[1.647501, 52.5404],[1.643901, 52.5404],[1.643, 52.5401],[1.641201, 52.5385],[1.6392, 52.5363],[1.6379, 52.533],[1.640401, 52.5297],[1.638301, 52.5283],[1.635301, 52.5271],[1.633799, 52.5265],[1.633199, 52.5264],[1.6326, 52.5264],[1.631299, 52.5273],[1.6301, 52.5271],[1.630301, 52.5262],[1.6308, 52.525],[1.6315, 52.5239],[1.6323, 52.523],[1.633901, 52.5218],[1.6366, 52.5202],[1.638901, 52.5191],[1.641299, 52.5181],[1.643399, 52.5176],[1.6458, 52.5173],[1.6471, 52.5169],[1.648, 52.5164],[1.6485, 52.5158],[1.6488, 52.5147],[1.648901, 52.5137],[1.6486, 52.5128],[1.648199, 52.5119],[1.6479, 52.5111],[1.6479, 52.5105],[1.648, 52.5098],[1.6486, 52.509],[1.649601, 52.5081],[1.6517, 52.5068],[1.653, 52.5061],[1.653901, 52.5054],[1.654801, 52.5045],[1.656099, 52.5031],[1.6572, 52.5026],[1.658399, 52.5022],[1.659801, 52.5020],[1.6609, 52.5021],[1.662601, 52.5023],[1.665699, 52.5029],[1.667001, 52.5032],[1.6688, 52.5038],[1.6703, 52.5045],[1.6716, 52.5050],[1.672601, 52.5051],[1.6737, 52.5050],[1.674901, 52.5047],[1.676, 52.5043],[1.676499, 52.5039],[1.6768, 52.5033],[1.677001, 52.5024],[1.677101, 52.5013],[1.6774, 52.5005],[1.6779, 52.4997],[1.6787, 52.4991],[1.679801, 52.4985],[1.6817, 52.4979],[1.683501, 52.4972],[1.684301, 52.4966],[1.6847, 52.4960],[1.684801, 52.495],[1.6847, 52.4940],[1.684301, 52.4926],[1.6838, 52.4916],[1.6831, 52.4907],[1.6823, 52.4901],[1.6803, 52.4889],[1.679101, 52.4879],[1.677999, 52.4865],[1.6772, 52.4855],[1.676499, 52.4848],[1.6759, 52.4843],[1.675, 52.4839],[1.674201, 52.4835],[1.6737, 52.4831],[1.673301, 52.4827],[1.673, 52.4821],[1.6731, 52.4815],[1.673501, 52.4797],[1.673599, 52.4789],[1.673399, 52.4783],[1.673, 52.4778],[1.6721, 52.4771],[1.6708, 52.4766],[1.6695, 52.4764],[1.6682, 52.4764],[1.6674, 52.4764],[1.6664, 52.4763],[1.665401, 52.4760],[1.6645, 52.4755],[1.663999, 52.475],[1.6638, 52.4745],[1.6638, 52.4739],[1.6637, 52.4727],[1.663399, 52.4718],[1.6629, 52.4709],[1.6623, 52.4703],[1.6616, 52.4698],[1.660499, 52.4693],[1.6595, 52.469],[1.6578, 52.4688],[1.6567, 52.4689],[1.6559, 52.4691],[1.655, 52.4695],[1.6543, 52.47],[1.6537, 52.4706],[1.6529, 52.4713],[1.651801, 52.472],[1.6509, 52.4725],[1.649801, 52.4728],[1.6488, 52.4728],[1.6478, 52.4727],[1.6471, 52.4725],[1.6465, 52.4722],[1.646201, 52.4719],[1.6459, 52.4715],[1.645499, 52.4709],[1.6451, 52.4704],[1.6448, 52.4701],[1.6442, 52.4698],[1.6428, 52.4696],[1.6415, 52.4695],[1.6402, 52.4692],[1.6393, 52.4688],[1.6387, 52.4684],[1.6379, 52.4679],[1.6373, 52.4672],[1.637, 52.4667],[1.636801, 52.4662],[1.636801, 52.465],[1.636701, 52.4646],[1.636299, 52.4643],[1.635499, 52.464],[1.6336, 52.4638],[1.6322, 52.4637],[1.6306, 52.4638],[1.627999, 52.464],[1.625499, 52.4638],[1.623399, 52.4637],[1.621801, 52.4639],[1.6207, 52.4642],[1.619501, 52.4647],[1.617999, 52.4654],[1.6169, 52.4661],[1.6163, 52.4663],[1.615201, 52.4665],[1.6127, 52.4668],[1.6114, 52.4669],[1.610201, 52.4671],[1.6093, 52.4673],[1.6086, 52.4676],[1.607999, 52.468],[1.607301, 52.4687],[1.6068, 52.4695],[1.606499, 52.4704],[1.6064, 52.4711],[1.6063, 52.4716],[1.606001, 52.4722],[1.6056, 52.4726],[1.605, 52.4728],[1.6041, 52.4729],[1.603101, 52.473],[1.601601, 52.4732],[1.601, 52.4733],[1.6004, 52.4736],[1.5999, 52.4741],[1.599501, 52.4749],[1.5991, 52.4754],[1.598599, 52.4758],[1.5977, 52.4763],[1.5968, 52.4767],[1.595699, 52.4773],[1.594301, 52.478],[1.592, 52.4792],[1.590699, 52.4797],[1.5897, 52.4799],[1.5892, 52.4799],[1.588599, 52.4797],[1.587201, 52.4789],[1.5863, 52.4784],[1.5855, 52.4781],[1.5846, 52.4779],[1.583599, 52.4778],[1.5824, 52.4778],[1.581499, 52.4778],[1.5796, 52.4778],[1.578701, 52.4777],[1.577101, 52.4771],[1.5762, 52.4768],[1.5754, 52.4766],[1.5745, 52.4765],[1.5726, 52.4766],[1.571401, 52.4766],[1.570601, 52.4765],[1.570001, 52.4763],[1.5694, 52.4758],[1.5689, 52.4752],[1.568399, 52.4746],[1.567801, 52.4741],[1.567201, 52.4735],[1.5669, 52.4731],[1.5669, 52.4727],[1.567201, 52.472],[1.5674, 52.4714],[1.5673, 52.4708],[1.567001, 52.4702],[1.566401, 52.4698],[1.565601, 52.4693],[1.5645, 52.4685],[1.564, 52.468],[1.563599, 52.4674],[1.563599, 52.467],[1.5638, 52.4662],[1.564201, 52.4651],[1.5644, 52.4643],[1.564201, 52.4637],[1.564, 52.4633],[1.5616, 52.4606],[1.561, 52.4598],[1.560601, 52.4594],[1.559901, 52.4591],[1.5594, 52.4592],[1.5588, 52.4594],[1.5581, 52.4597],[1.557101, 52.46],[1.5561, 52.4602],[1.5554, 52.4602],[1.5543, 52.46],[1.5529, 52.4597],[1.552101, 52.4596],[1.5516, 52.4597],[1.5509, 52.46],[1.5503, 52.4604],[1.549901, 52.4609],[1.549801, 52.4613],[1.549801, 52.4619],[1.5496, 52.4623],[1.549201, 52.4627],[1.548599, 52.4631],[1.548, 52.4636],[1.5472, 52.4639],[1.5464, 52.4641],[1.545601, 52.4641],[1.544801, 52.4639],[1.5439, 52.4634],[1.5431, 52.4632],[1.5425, 52.4632],[1.5418, 52.4634],[1.541299, 52.4638],[1.541, 52.4644],[1.540601, 52.465],[1.5401, 52.4656],[1.5394, 52.4663],[1.538301, 52.467],[1.537601, 52.4674],[1.5358, 52.468],[1.533199, 52.4691],[1.5315, 52.4696],[1.5302, 52.4698],[1.528901, 52.4698],[1.5278, 52.4696],[1.526901, 52.4693],[1.5258, 52.4688],[1.525, 52.4683],[1.524701, 52.4679],[1.524601, 52.4675],[1.524701, 52.4671],[1.525499, 52.4662],[1.5256, 52.4658],[1.525499, 52.4653],[1.524701, 52.4637],[1.524101, 52.4631],[1.523301, 52.4629],[1.522501, 52.4629],[1.521701, 52.4631],[1.521201, 52.4633],[1.5201, 52.4639],[1.518901, 52.4645],[1.518101, 52.4649],[1.517501, 52.465],[1.5171, 52.4649],[1.5152, 52.4643],[1.513199, 52.4639],[1.5116, 52.4636],[1.510201, 52.4635],[1.5091, 52.4635],[1.508, 52.4636],[1.506801, 52.4638],[1.5057, 52.4642],[1.504501, 52.4646],[1.503399, 52.4649],[1.502301, 52.4652],[1.501001, 52.4655],[1.499601, 52.466],[1.4992, 52.4663],[1.498901, 52.4668],[1.4985, 52.4672],[1.4978, 52.4675],[1.497301, 52.4676],[1.4971, 52.4679],[1.4971, 52.4683],[1.497301, 52.4688],[1.4972, 52.4692],[1.496801, 52.4694],[1.4963, 52.4696],[1.4954, 52.4698],[1.4943, 52.47],[1.493101, 52.4701],[1.4914, 52.4704],[1.490101, 52.4708],[1.4893, 52.4711],[1.488101, 52.4718],[1.4871, 52.4725],[1.486001, 52.4731],[1.485101, 52.4734],[1.484401, 52.4735],[1.4826, 52.4732],[1.481001, 52.4731],[1.4799, 52.473],[1.4791, 52.4728],[1.478101, 52.4723],[1.477, 52.4716],[1.475201, 52.4706],[1.473701, 52.4699],[1.473101, 52.4695],[1.472301, 52.4688],[1.4717, 52.4683],[1.471, 52.4679],[1.470001, 52.4675],[1.4683, 52.4672],[1.467, 52.4668],[1.4661, 52.4664],[1.4656, 52.4659],[1.4654, 52.4654],[1.465201, 52.4646],[1.465001, 52.4636],[1.4646, 52.4628],[1.4642, 52.4624],[1.463599, 52.462],[1.462901, 52.4615],[1.4624, 52.4609],[1.461601, 52.4597],[1.4612, 52.4594],[1.460699, 52.4593],[1.4597, 52.4595],[1.4583, 52.4597],[1.4575, 52.4598],[1.4567, 52.4597],[1.455601, 52.4594],[1.454901, 52.4591],[1.454201, 52.4587],[1.4524, 52.4575],[1.451499, 52.4571],[1.450801, 52.4569],[1.4496, 52.4567],[1.4482, 52.4566],[1.4461, 52.4567],[1.4453, 52.4568],[1.4446, 52.4569],[1.4433, 52.4573],[1.4424, 52.4577],[1.4412, 52.4584],[1.440601, 52.459],[1.439901, 52.4598],[1.439, 52.4605],[1.437901, 52.4613],[1.4369, 52.4619],[1.436, 52.4626],[1.435499, 52.463],[1.4352, 52.4635],[1.4353, 52.4642],[1.435601, 52.4652],[1.435699, 52.4658],[1.435499, 52.4663],[1.435001, 52.4667],[1.4344, 52.467],[1.4323, 52.4676],[1.4309, 52.4682],[1.4297, 52.4688],[1.4289, 52.4693],[1.428501, 52.4697],[1.4282, 52.4703],[1.4281, 52.4708],[1.4279, 52.4715],[1.4275, 52.472],[1.4267, 52.4724],[1.425601, 52.4727],[1.424801, 52.4729],[1.424101, 52.473],[1.4232, 52.473],[1.4221, 52.4728],[1.4214, 52.4726],[1.420601, 52.4722],[1.419801, 52.4715],[1.418501, 52.47],[1.4171, 52.4684],[1.416, 52.4673],[1.4152, 52.4668],[1.413999, 52.4662],[1.412601, 52.4656],[1.4123, 52.4654],[1.412001, 52.465],[1.412001, 52.4645],[1.4123, 52.4639],[1.4129, 52.4631],[1.4139, 52.4622],[1.414901, 52.4615],[1.415499, 52.4613],[1.416299, 52.4611],[1.419801, 52.4607],[1.421, 52.4604],[1.4222, 52.4598],[1.4238, 52.4592],[1.425499, 52.4589],[1.4279, 52.4587],[1.4295, 52.4583],[1.432101, 52.4575],[1.433501, 52.4571],[1.434, 52.4565],[1.4347, 52.4554],[1.4351, 52.4543],[1.435699, 52.4521],[1.436, 52.4514],[1.4366, 52.4506],[1.4367, 52.4502],[1.4366, 52.45],[1.4358, 52.449],[1.434801, 52.4481],[1.4339, 52.4472],[1.432801, 52.4469],[1.430699, 52.447],[1.424801, 52.4484],[1.423999, 52.4486],[1.422701, 52.4488],[1.4218, 52.4487],[1.421, 52.4485],[1.419801, 52.4481],[1.4194, 52.4479],[1.419101, 52.4477],[1.4188, 52.4473],[1.418501, 52.4469],[1.4179, 52.4468],[1.416201, 52.4466],[1.415601, 52.4465],[1.4152, 52.4463],[1.414801, 52.446],[1.4144, 52.4458],[1.4137, 52.4457],[1.413, 52.4457],[1.411901, 52.4461],[1.411099, 52.4462],[1.41, 52.446],[1.4093, 52.4457],[1.409101, 52.4455],[1.408999, 52.4447],[1.4089, 52.444],[1.4087, 52.4437],[1.408199, 52.4434],[1.407601, 52.4433],[1.4064, 52.4432],[1.405, 52.4433],[1.403901, 52.4433],[1.403301, 52.4432],[1.4015, 52.4426],[1.400499, 52.4419],[1.3981, 52.4410],[1.3958, 52.4405],[1.3941, 52.4396],[1.3938, 52.4392],[1.3937, 52.4386],[1.3937, 52.4382],[1.3943, 52.4377],[1.395, 52.4374],[1.3952, 52.4371],[1.3952, 52.4369],[1.3951, 52.4366],[1.393999, 52.4361],[1.3898, 52.4343],[1.3886, 52.4339],[1.3871, 52.4339],[1.385499, 52.4339],[1.383799, 52.4338],[1.382401, 52.4336],[1.3814, 52.4332],[1.3792, 52.4321],[1.377999, 52.4316],[1.377301, 52.4315],[1.373901, 52.4314],[1.373199, 52.4313],[1.3729, 52.431],[1.3726, 52.4303],[1.3722, 52.4300],[1.3714, 52.4298],[1.3698, 52.4297],[1.369501, 52.4295],[1.369401, 52.4289],[1.3692, 52.4281],[1.368999, 52.428],[1.3669, 52.4282],[1.3648, 52.4282],[1.3641, 52.428],[1.3628, 52.4275],[1.360101, 52.4261],[1.3593, 52.4255],[1.358999, 52.4249],[1.358701, 52.4237],[1.3584, 52.4225],[1.3584, 52.4223],[1.358701, 52.4214],[1.358999, 52.4209],[1.360101, 52.4198],[1.3614, 52.419],[1.361701, 52.4187],[1.3619, 52.4180],[1.3618, 52.4165],[1.3618, 52.4156],[1.362, 52.4147],[1.3619, 52.4143],[1.361701, 52.414],[1.361001, 52.4134],[1.3598, 52.4128],[1.358701, 52.4124],[1.3583, 52.412],[1.3526, 52.4087],[1.3496, 52.4065],[1.3492, 52.4048],[1.3462, 52.4037],[1.340101, 52.4023],[1.338599, 52.4013],[1.3339, 52.395],[1.3318, 52.3934],[1.329301, 52.3923],[1.3262, 52.3903],[1.323501, 52.3899],[1.3191, 52.3898],[1.3174, 52.3886],[1.315699, 52.3884],[1.312999, 52.3885],[1.311499, 52.3889],[1.3082, 52.3903],[1.306299, 52.3904],[1.3032, 52.3902],[1.3022, 52.3903],[1.2996, 52.3908],[1.2981, 52.3907],[1.2967, 52.3904],[1.296299, 52.3903],[1.2917, 52.39],[1.2878, 52.3883],[1.274101, 52.3822],[1.2708, 52.3795],[1.2699, 52.3772],[1.267, 52.3744],[1.2636, 52.3718],[1.2601, 52.3702],[1.255899, 52.3696],[1.2533, 52.3689],[1.2528, 52.3688],[1.2522, 52.3681],[1.2515, 52.3676],[1.250301, 52.3669],[1.2491, 52.3668],[1.2476, 52.3669],[1.245899, 52.3673],[1.2448, 52.3675],[1.2435, 52.3673],[1.2426, 52.367],[1.2415, 52.3664],[1.2406, 52.3662],[1.238999, 52.3662],[1.2379, 52.3661],[1.2371, 52.3659],[1.2362, 52.3657],[1.235301, 52.3650],[1.234501, 52.3639],[1.233701, 52.3625],[1.2327, 52.3619],[1.2314, 52.3616],[1.228599, 52.3613],[1.226499, 52.3608],[1.2254, 52.3602],[1.2242, 52.3598],[1.2221, 52.3595],[1.221601, 52.3593],[1.2213, 52.3588],[1.221, 52.3582],[1.220699, 52.3579],[1.219401, 52.3576],[1.217201, 52.3571],[1.2152, 52.3568],[1.213799, 52.3567],[1.213199, 52.3569],[1.2124, 52.3574],[1.212101, 52.3576],[1.2104, 52.3579],[1.2095, 52.3581],[1.2089, 52.3585],[1.2069, 52.3600],[1.2066, 52.3601],[1.204301, 52.3605],[1.2018, 52.3608],[1.200101, 52.3616],[1.199301, 52.3619],[1.1953, 52.3624],[1.1933, 52.3626],[1.192001, 52.3626],[1.190601, 52.3622],[1.189801, 52.3617],[1.1887, 52.3612],[1.187001, 52.3607],[1.1852, 52.3605],[1.1832, 52.3605],[1.182001, 52.3605],[1.1795, 52.3615],[1.1783, 52.3619],[1.1772, 52.3616],[1.175601, 52.3613],[1.1738, 52.3612],[1.172001, 52.3611],[1.170499, 52.3611],[1.1696, 52.3613],[1.167601, 52.3619],[1.166, 52.3625],[1.165, 52.3630],[1.1635, 52.3637],[1.162701, 52.3637],[1.1621, 52.3635],[1.1614, 52.3631],[1.1601, 52.3625],[1.1592, 52.3623],[1.1585, 52.3622],[1.157001, 52.3625],[1.155499, 52.3631],[1.153, 52.3643],[1.1516, 52.3654],[1.151099, 52.3656],[1.15, 52.3657],[1.1477, 52.3659],[1.146901, 52.3663],[1.1459, 52.3671],[1.145301, 52.3675],[1.1435, 52.3678],[1.1399, 52.3680],[1.1377, 52.3681],[1.135301, 52.3684],[1.1341, 52.3684],[1.132, 52.3681],[1.130301, 52.3679],[1.1269, 52.3679],[1.1264, 52.3679],[1.1257, 52.3682],[1.1237, 52.3692],[1.1221, 52.3700],[1.120301, 52.3706],[1.118799, 52.3710],[1.1176, 52.3717],[1.115301, 52.3725],[1.114401, 52.3727],[1.111601, 52.3725],[1.108599, 52.3722],[1.1054, 52.3717],[1.104401, 52.3717],[1.1027, 52.3720],[1.099401, 52.3726],[1.098199, 52.3727],[1.0933, 52.3736],[1.0927, 52.3737],[1.090899, 52.3737],[1.089, 52.3737],[1.0875, 52.3737],[1.0862, 52.3738],[1.0853, 52.3739],[1.084401, 52.3743],[1.0833, 52.3749],[1.0824, 52.3753],[1.080699, 52.3758],[1.0795, 52.3761],[1.0782, 52.3764],[1.0777, 52.3765],[1.0769, 52.3769],[1.0752, 52.3778],[1.0732, 52.3785],[1.0712, 52.3793],[1.0702, 52.3796],[1.068599, 52.3799],[1.066299, 52.3804],[1.065601, 52.3805],[1.064101, 52.3805],[1.0624, 52.3804],[1.0597, 52.3804],[1.0581, 52.3805],[1.0551, 52.3809],[1.0523, 52.3812],[1.0509, 52.3814],[1.049801, 52.3814],[1.0474, 52.3814],[1.046, 52.3813],[1.043399, 52.3809],[1.0417, 52.3806],[1.0396, 52.3805],[1.0374, 52.3804],[1.036, 52.3803],[1.034801, 52.3799],[1.033599, 52.3798],[1.0303, 52.3799],[1.029601, 52.3798],[1.0277, 52.3797],[1.025401, 52.3795],[1.024601, 52.3794],[1.0242, 52.3792],[1.0201, 52.3781],[1.018399, 52.3773],[1.0128, 52.3753],[1.009701, 52.3753],[1.007, 52.3748],[1.0029, 52.3716],[1.0004, 52.3715],[0.9931995, 52.3719],[0.9881005000000002, 52.3721],[0.9860005, 52.3716],[0.9842005, 52.3710],[0.9779005, 52.3699],[0.9742005, 52.3700],[0.9708995, 52.3700],[0.9631005, 52.3725],[0.9583995, 52.3738],[0.9572005, 52.3741],[0.9542005, 52.3755],[0.9514995, 52.3757],[0.9500005, 52.3762],[0.9464995, 52.3781],[0.9402005, 52.3843],[0.9362005, 52.3867],[0.9348005, 52.3874],[0.9331995, 52.3878],[0.9306995, 52.3881],[0.9271005, 52.3888],[0.9250005, 52.3893],[0.9239995000000002, 52.3893],[0.9221005, 52.389],[0.9189005, 52.3887],[0.9172005, 52.3885],[0.9153005000000002, 52.3884],[0.9128005, 52.3881],[0.9116005, 52.3876],[0.9102005, 52.3868],[0.9089005, 52.3867],[0.9071005, 52.387],[0.9031005000000002, 52.3879],[0.9016005, 52.3883],[0.8994005000000002, 52.3892],[0.8973005, 52.3897],[0.8950005, 52.39],[0.8939005, 52.3906],[0.8931005, 52.3913],[0.8925005, 52.3917],[0.8910995000000003, 52.392],[0.8887995000000002, 52.392],[0.8864995, 52.3921],[0.8854005, 52.3923],[0.8839005, 52.3929],[0.8831005, 52.393],[0.8824005000000003, 52.3932],[0.8695005, 52.3941],[0.8647005, 52.3949],[0.8620005, 52.396],[0.8612005, 52.3975],[0.8583005, 52.4011],[0.8568005, 52.4018],[0.8512995, 52.4019],[0.8439995, 52.4024],[0.8387005, 52.4023],[0.8354995, 52.4014],[0.8314005, 52.3997],[0.8279995, 52.3975],[0.8216005, 52.3961],[0.8185995, 52.3958],[0.8172005, 52.3952],[0.8156005, 52.3941],[0.8112005, 52.3926],[0.8070005, 52.3923],[0.7976005, 52.3934],[0.7883005, 52.3895],[0.7773005, 52.3893],[0.7750005, 52.3907],[0.7719005, 52.3924],[0.7666005, 52.3925],[0.7552005, 52.386],[0.7526005, 52.3841],[0.7518005, 52.3838],[0.7487995, 52.3863],[0.7437005, 52.3919],[0.7431005, 52.3927],[0.7424005, 52.3935],[0.7414005, 52.3947],[0.7381005, 52.3966],[0.7237995, 52.3951],[0.7029995, 52.3981],[0.6919005, 52.4001],[0.6756995, 52.4055],[0.6728005, 52.4078],[0.6717005, 52.4094],[0.6718005, 52.4113],[0.6768005, 52.4167],[0.6898005, 52.4271],[0.6951005, 52.4309],[0.7008005, 52.4362],[0.7037005, 52.4380],[0.7083005, 52.4409],[0.7143005, 52.4446],[0.7192005000000002, 52.4481],[0.7194005, 52.4493],[0.7181995, 52.4499],[0.7139995, 52.4506],[0.7104995, 52.451],[0.7029995, 52.4521],[0.6996005, 52.4519],[0.6978005, 52.4517],[0.6952005, 52.4519],[0.6937005, 52.452],[0.6918005, 52.4522],[0.6893005, 52.4526],[0.6866005, 52.4531],[0.6835005, 52.4537],[0.6810005, 52.4545],[0.6789995, 52.4552],[0.6777005000000002, 52.4559],[0.6728005, 52.4598],[0.6700005, 52.462],[0.6689995, 52.4624],[0.6673005, 52.4626],[0.6654995, 52.4625],[0.6646005, 52.4624],[0.6637995, 52.4621],[0.6625005, 52.4613],[0.6585995, 52.4592],[0.6560005, 52.4582],[0.6535005000000002, 52.4571],[0.6485995, 52.4539],[0.6458005, 52.4524],[0.6420005, 52.4515],[0.6345005, 52.4505],[0.6285995, 52.451],[0.6208005, 52.4506],[0.6183005, 52.4498],[0.6158005, 52.4494],[0.6144005, 52.4495],[0.6126005, 52.4498],[0.6106005, 52.4504],[0.6093005, 52.451],[0.6081005, 52.4517],[0.6073005, 52.4522],[0.6060995, 52.4526],[0.5967005, 52.4536],[0.5933005, 52.4535],[0.5908005, 52.4535],[0.5876005, 52.4527],[0.5856005, 52.4521],[0.5835995, 52.4521],[0.5756005, 52.4519],[0.5733005, 52.452],[0.5717005, 52.4522],[0.5687005, 52.4528],[0.5669005, 52.4532],[0.5623005, 52.4543],[0.5583995000000002, 52.455],[0.5545005, 52.4547],[0.5524005, 52.4544],[0.5408995, 52.4502],[0.5404995, 52.4514],[0.5351005, 52.4515],[0.5323005, 52.4517],[0.5306995, 52.4517],[0.5274005, 52.4493],[0.5256995, 52.4485],[0.5237995, 52.4486],[0.5223005, 52.4488],[0.5199005, 52.4495],[0.5171005, 52.4501],[0.5162995, 52.45],[0.5142005, 52.4494],[0.5129995, 52.4494],[0.5119005, 52.4497],[0.5110005, 52.4502],[0.5099005, 52.4505],[0.5078005, 52.4506],[0.5064005, 52.4511],[0.5049005, 52.4517],[0.5037005, 52.4519],[0.4912005, 52.4511],[0.4818005, 52.4492],[0.4706005, 52.4477],[0.4652005, 52.4478],[0.4619005, 52.4483],[0.4602005, 52.4456],[0.4566005, 52.4456],[0.4539005, 52.4473],[0.4519005, 52.4479],[0.4503005, 52.4482],[0.4483995, 52.4476],[0.4474005, 52.4471],[0.4426005, 52.4446],[0.4391005, 52.4425],[0.4303005, 52.4360],[0.4264995, 52.4352],[0.4258005, 52.4414],[0.4270005, 52.4445],[0.4250005, 52.4466],[0.4254995, 52.4566],[0.4256005, 52.457],[0.4131005, 52.4616],[0.4104005, 52.4624],[0.4093005, 52.4628],[0.4066005, 52.4642],[0.4037005, 52.4662],[0.4006005, 52.4687],[0.3981005, 52.4709],[0.3946005, 52.4738],[0.3925005, 52.4761],[0.3910005, 52.4771],[0.3895005, 52.4778],[0.3873005, 52.4785],[0.3841005, 52.4792],[0.3827005, 52.4799],[0.3817005, 52.4809],[0.3808995, 52.4820],[0.3796005, 52.4836],[0.3785005, 52.4847],[0.3774005, 52.4857],[0.3747005, 52.4878],[0.3726005, 52.4900],[0.3704995, 52.4928],[0.3687005, 52.495],[0.3681005, 52.4958],[0.3678005, 52.4965],[0.3676005, 52.4974],[0.3675005, 52.4983],[0.3677005, 52.5015],[0.3672005, 52.5018],[0.3658995, 52.5019],[0.3633005, 52.5017],[0.3508995, 52.5028],[0.3469005, 52.5044],[0.3408005, 52.5084],[0.3264995, 52.5085],[0.3208005, 52.5079],[0.3114005, 52.5153],[0.3085005, 52.5148],[0.2485005, 52.5008],[0.2431005, 52.5062],[0.2397005, 52.5096],[0.2278005, 52.513],[0.2097005, 52.5211],[0.2231995, 52.5243],[0.2303005, 52.5273],[0.2233995, 52.534],[0.2118005, 52.5322],[0.2108995, 52.533],[0.2099005, 52.5347],[0.2087995, 52.5449],[0.2146005, 52.5478],[0.2176005, 52.5568],[0.2189995, 52.559],[0.2181995, 52.5606],[0.2150005, 52.5629],[0.2098005, 52.566],[0.2043005, 52.5712],[0.2012995, 52.5769],[0.1935005, 52.6004],[0.2041005, 52.603],[0.2122005, 52.6074],[0.2223005, 52.6209],[0.2150005, 52.6248],[0.2116005, 52.6272],[0.2103005, 52.6283],[0.2058995, 52.6296],[0.1935995, 52.6366],[0.1873005, 52.6411],[0.1833995, 52.6422],[0.1789005, 52.6439],[0.1727005, 52.6445],[0.1703005, 52.6464],[0.1681995, 52.6503],[0.1681995, 52.6511],[0.1683995, 52.6522],[0.1691005, 52.6533],[0.1697005, 52.6539],[0.1706005, 52.6543],[0.1760995, 52.6536],[0.1771005, 52.6537],[0.1802005, 52.6541],[0.1798005, 52.6551],[0.1862005, 52.6542],[0.1847005, 52.6571],[0.1846005, 52.6587],[0.1852005, 52.6611],[0.1860995, 52.6661],[0.1856995, 52.6678],[0.1854995, 52.6704],[0.1851005, 52.6717],[0.1851005, 52.675],[0.1851005, 52.6791],[0.1847005, 52.6794],[0.1733995, 52.6795],[0.1691005, 52.6797],[0.1650005, 52.6821],[0.1639005, 52.6823],[0.1606005, 52.6819],[0.1574005, 52.6823],[0.1564005, 52.6825],[0.1558005, 52.6827],[0.1562005, 52.6896],[0.1562995, 52.6912],[0.1564995, 52.6936],[0.1570005, 52.696],[0.1579005, 52.6991],[0.1585005, 52.7014],[0.1587005, 52.7036],[0.1585005, 52.7083],[0.1585005, 52.7089],[0.1587005, 52.7096],[0.1595005, 52.7109],[0.1649005, 52.7175],[0.1692005, 52.7232],[0.1698005, 52.724],[0.1704005, 52.7251],[0.1710005, 52.7271],[0.1714995, 52.7312],[0.1722005, 52.736],[0.1724005, 52.7368],[0.1728005, 52.7377],[0.1743005, 52.7394],[0.1751005, 52.7391],[0.1837995, 52.7364],[0.1876005, 52.7368],[0.2062005, 52.7455],[0.2219005, 52.7546],[0.2291005, 52.7592],[0.2679995, 52.7727],[0.2698005, 52.7748],[0.2542005, 52.7815],[0.2472005, 52.7848],[0.2547005, 52.7938],[0.2554995, 52.7954],[0.2558005, 52.7994],[0.2637995, 52.8048],[0.2653005, 52.8044],[0.2656995, 52.8044],[0.2660005, 52.8046],[0.2672005, 52.8064],[0.2678005, 52.8068],[0.2687005, 52.8071],[0.2766005, 52.8093],[0.2877005, 52.8124],[0.2954005, 52.814],[0.2985995, 52.8148],[0.2998005, 52.8149],[0.3056005, 52.8148],[0.3078005, 52.8147],[0.3191005, 52.8137],[0.3233995, 52.8132],[0.3254005, 52.8129],[0.3260005, 52.8127],[0.3264005, 52.8125],[0.3310995, 52.8085],[0.3319005, 52.8078],[0.3327005, 52.8069],[0.3333005, 52.8066],[0.3349005, 52.8062],[0.3367005, 52.8057],[0.3387995, 52.805],[0.3403005, 52.8044],[0.3416005, 52.8038],[0.3422005, 52.8035],[0.3427005, 52.803],[0.3429005, 52.8026],[0.3428005, 52.8011],[0.3429005, 52.8008],[0.3431005, 52.8007],[0.3445005, 52.8006],[0.3450005, 52.8004],[0.3462995, 52.7995],[0.3476005, 52.7989],[0.3498005, 52.7981],[0.3518005, 52.7973],[0.3535995, 52.7967],[0.3560005, 52.7958],[0.3583995, 52.7948],[0.3606005, 52.7938],[0.3610995, 52.7934],[0.3631005, 52.7914],[0.3637995, 52.791],[0.3651005, 52.7905],[0.3687005, 52.7894],[0.3706005, 52.7890],[0.3719005, 52.7889],[0.3744005, 52.7900],[0.3708005, 52.7964],[0.3698005, 52.7992],[0.3697005, 52.7999],[0.3697005, 52.8004],[0.3699005, 52.8013],[0.3702005, 52.8019],[0.3708005, 52.8026],[0.3727005, 52.8044],[0.3751005, 52.8064],[0.3779005, 52.8084],[0.3787005, 52.8092],[0.3789995, 52.8096],[0.3793005, 52.8105],[0.3800005, 52.8128],[0.3804995, 52.8136],[0.3825005, 52.8156],[0.3849005, 52.8176],[0.3937995, 52.8244],[0.3968005, 52.8264],[0.4012995, 52.829],[0.4025005, 52.8296],[0.4070005, 52.8314],[0.4154005, 52.8346],[0.4266005, 52.8386],[0.4381995, 52.8428],[0.4426005, 52.8441],[0.4439005, 52.8444],[0.4447005, 52.8444],[0.4454995, 52.8442],[0.4493005, 52.843],[0.4504005, 52.8427],[0.4514005, 52.8426],[0.4535005, 52.8425],[0.4543005, 52.8425],[0.4545005, 52.8426],[0.4546005, 52.8427],[0.4547005, 52.843],[0.4546005, 52.8432],[0.4543005, 52.8433],[0.4539005, 52.8433],[0.4527005, 52.8431],[0.4512995, 52.8431],[0.4497005, 52.8435],[0.4489005, 52.8439],[0.4483995, 52.8444],[0.4481995, 52.8448],[0.4479995, 52.8454],[0.4478005, 52.8468],[0.4478005, 52.8482],[0.4479005, 52.8494],[0.4481005, 52.8510],[0.4483005, 52.8530],[0.4487995, 52.8548],[0.4489995, 52.8561],[0.4491005, 52.8573],[0.4489995, 52.8585],[0.4481995, 52.8623],[0.4476005, 52.8668],[0.4470005, 52.8687],[0.4469005, 52.8698],[0.4470005, 52.8706],[0.4473005, 52.8715],[0.4476005, 52.8723],[0.4481005, 52.8734],[0.4487005, 52.8745],[0.4503005, 52.8766],[0.4510005, 52.8775],[0.4537995, 52.8803],[0.4546005, 52.8812],[0.4551005, 52.8819],[0.4554005, 52.8824],[0.4556995, 52.8835],[0.4560995, 52.8845],[0.4564995, 52.8852],[0.4570005, 52.886],[0.4575005, 52.8868],[0.4581995, 52.8876],[0.4592005, 52.8886],[0.4635995, 52.8923],[0.4660995, 52.8951],[0.4701005, 52.9017],[0.4721005, 52.9048],[0.4752005, 52.9128],[0.4776005, 52.9188],[0.4785995, 52.9223],[0.4803005, 52.927],[0.4819005, 52.9312],[0.4827005, 52.9328],[0.4860995, 52.937],[0.4867005, 52.9379],[0.4875005, 52.9393],[0.4885005, 52.941],[0.4906995, 52.9454],[0.4914005, 52.9465],[0.4926005, 52.9479],[0.4939995, 52.9493],[0.4950005, 52.9502],[0.4983995, 52.9524],[0.5028005, 52.9547],[0.5062995, 52.9564],[0.5112005, 52.9585],[0.5162995, 52.9624],[0.5201005, 52.9655],[0.5214995, 52.9665],[0.5231995, 52.9674],[0.5270005, 52.969],[0.5353005, 52.9725],[0.5360995, 52.9728],[0.5369005, 52.9728],[0.5374005, 52.9727],[0.5377005, 52.9724],[0.5377005, 52.9721],[0.5375005, 52.9717],[0.5370005, 52.9713],[0.5339005, 52.9705],[0.5335995, 52.9703],[0.5335995, 52.9701],[0.5337005, 52.9700],[0.5339995, 52.9699],[0.5345005, 52.9698],[0.5379005, 52.9706],[0.5383005, 52.9707],[0.5385995, 52.971],[0.5392005, 52.9725],[0.5398005, 52.9731],[0.5406005, 52.9737],[0.5412005, 52.9741],[0.5419005, 52.9745],[0.5433005, 52.9750],[0.5448005, 52.9753],[0.5456005, 52.9754],[0.5458005, 52.9755],[0.5458005, 52.9757],[0.5454005, 52.9759],[0.5429005, 52.9758],[0.5426005, 52.9759],[0.5424005, 52.9761],[0.5425005, 52.9762],[0.5428005, 52.9763],[0.5439005, 52.9765],[0.5449005, 52.9766],[0.5504005, 52.9766],[0.5552005, 52.9768],[0.5566005, 52.9767],[0.5573005, 52.9765],[0.5585005, 52.9761],[0.5589005, 52.9760],[0.5602005, 52.9759],[0.5608995, 52.9758],[0.5619005, 52.9754],[0.5626005, 52.9750],[0.5635995, 52.9741],[0.5643005, 52.9739],[0.5649005, 52.9739],[0.5653005, 52.9741],[0.5656005, 52.9743],[0.5664995, 52.9759],[0.5668005, 52.9762],[0.5677005, 52.9766],[0.5687005, 52.9768],[0.5695005, 52.9769],[0.5703005, 52.9767],[0.5710005, 52.9764],[0.5716005, 52.9759],[0.5721005, 52.9754],[0.5724005, 52.9749],[0.5725005, 52.9744],[0.5724005, 52.9741],[0.5714005, 52.9736],[0.5712005, 52.9733],[0.5712005, 52.9731],[0.5712995, 52.9729],[0.5720005, 52.9725],[0.5722005, 52.9723],[0.5722005, 52.9720],[0.5719005, 52.9717],[0.5714995, 52.9715],[0.5708005, 52.9715],[0.5669005, 52.9720],[0.5662005, 52.9722],[0.5654995, 52.9726],[0.5650005, 52.9726],[0.5647005, 52.9725],[0.5645005, 52.9722],[0.5645005, 52.9720],[0.5648005, 52.9717],[0.5656005, 52.9714],[0.5664005, 52.9712],[0.5679995, 52.9711],[0.5689995, 52.971],[0.5704005, 52.9707],[0.5710005, 52.9704],[0.5712005, 52.9701],[0.5714005, 52.9691],[0.5716005, 52.9687],[0.5719005, 52.9684],[0.5729995, 52.968],[0.5733005, 52.9678],[0.5739005, 52.9670],[0.5743005, 52.9667],[0.5756995, 52.9664],[0.5762995, 52.9662],[0.5769005, 52.9659],[0.5771005, 52.9656],[0.5770005, 52.9654],[0.5770005, 52.9652],[0.5771005, 52.9651],[0.5779995, 52.965],[0.5783995, 52.965],[0.5785995, 52.9651],[0.5785995, 52.9654],[0.5785995, 52.9657],[0.5783995, 52.966],[0.5774005, 52.9668],[0.5768005, 52.9671],[0.5754005, 52.9676],[0.5749005, 52.9679],[0.5729995, 52.9700],[0.5729005, 52.9703],[0.5729995, 52.9706],[0.5731995, 52.9709],[0.5733995, 52.9711],[0.5739995, 52.9713],[0.5760005, 52.9714],[0.5787995, 52.9720],[0.5810005, 52.9731],[0.5850005, 52.9747],[0.5860995, 52.9749],[0.5869005, 52.9748],[0.5879995, 52.9746],[0.5887005, 52.9743],[0.5889005, 52.974],[0.5887995, 52.9736],[0.5881995, 52.9725],[0.5881995, 52.9721],[0.5887005, 52.9711],[0.5887005, 52.9706],[0.5883005, 52.9689],[0.5883005, 52.9682],[0.5885995, 52.9673],[0.5887005, 52.9671],[0.5889995, 52.9670],[0.5892005, 52.9671],[0.5893005, 52.9675],[0.5895005, 52.9684],[0.5900005, 52.9699],[0.5899005, 52.9705],[0.5894005, 52.9720],[0.5895005, 52.9725],[0.5897005, 52.9731],[0.5899005, 52.9733],[0.5903005, 52.9733],[0.5908995, 52.9728],[0.5914995, 52.9723],[0.5920005, 52.9720],[0.5926005, 52.9717],[0.5931995, 52.9715],[0.5939005, 52.9713],[0.5944005, 52.9711],[0.5948005, 52.9707],[0.5951005, 52.9703],[0.5954005, 52.9699],[0.5958995, 52.9692],[0.5962995, 52.9687],[0.5967005, 52.9684],[0.5972005, 52.9681],[0.5983995, 52.9678],[0.6003005, 52.9677],[0.6044005, 52.9679],[0.6062995, 52.9685],[0.6070005, 52.9686],[0.6077005, 52.9685],[0.6085995, 52.9681],[0.6093005, 52.9681],[0.6104005, 52.9685],[0.6112995, 52.9687],[0.6125005, 52.9688],[0.6147005, 52.9689],[0.6160005, 52.9689],[0.6185005, 52.9687],[0.6198005, 52.9688],[0.6208995, 52.969],[0.6212995, 52.9692],[0.6216005, 52.9695],[0.6218005, 52.9700],[0.6220005, 52.9702],[0.6226005, 52.9703],[0.6235005, 52.9704],[0.6243005, 52.9705],[0.6254005, 52.9709],[0.6264005, 52.9711],[0.6271005, 52.9711],[0.6279005, 52.9711],[0.6285005, 52.971],[0.6299005, 52.9706],[0.6303005000000002, 52.9706],[0.6306005, 52.9708],[0.6306005, 52.9711],[0.6304995, 52.9715],[0.6306995, 52.9719],[0.6312995, 52.9725],[0.6314005, 52.9728],[0.6312995, 52.9730],[0.6310995, 52.9732],[0.6308005, 52.9733],[0.6299005, 52.9730],[0.6285005, 52.9730],[0.6279995000000002, 52.9729],[0.6278005, 52.9726],[0.6278005, 52.9723],[0.6279995000000002, 52.9721],[0.6281995, 52.9718],[0.6281995, 52.9715],[0.6279995000000002, 52.9714],[0.6267005, 52.9716],[0.6254995, 52.9716],[0.6246005, 52.9714],[0.6233995, 52.971],[0.6229995, 52.971],[0.6226005, 52.9711],[0.6219005, 52.9716],[0.6218005, 52.9719],[0.6219005, 52.9725],[0.6220005, 52.9728],[0.6220005, 52.9730],[0.6214005, 52.974],[0.6214995, 52.9742],[0.6219005, 52.9744],[0.6254005, 52.9750],[0.6267005, 52.9750],[0.6278005, 52.9749],[0.6285005, 52.9748],[0.6306005, 52.9744],[0.6314005, 52.9744],[0.6341005, 52.9749],[0.6350005, 52.9750],[0.6358005, 52.9750],[0.6391005, 52.9755],[0.6437995, 52.9762],[0.6467005, 52.9768],[0.6501005, 52.9777],[0.6510995, 52.9779],[0.6521005, 52.9780],[0.6549005, 52.9778],[0.6571005, 52.9778],[0.6587005, 52.9779],[0.6601005, 52.9781],[0.6635005, 52.9788],[0.6643005, 52.9788],[0.6676005, 52.9782],[0.6685005, 52.9781],[0.6710995, 52.9784],[0.6739005, 52.9783],[0.6746005, 52.9782],[0.6752005, 52.9779],[0.6756995, 52.9774],[0.6760005, 52.977],[0.6760995, 52.9766],[0.6758995, 52.9760],[0.6756005, 52.9758],[0.6748005, 52.9757],[0.6739005, 52.9757],[0.6726005, 52.9760],[0.6722005, 52.9759],[0.6720005, 52.9758],[0.6720005, 52.9755],[0.6723005, 52.9752],[0.6727005, 52.9750],[0.6735995, 52.9749],[0.6744005, 52.9749],[0.6756995, 52.9750],[0.6762995, 52.9749],[0.6766005, 52.9746],[0.6767005, 52.9743],[0.6764995, 52.9739],[0.6781005, 52.9729],[0.6820005, 52.9738],[0.6835995, 52.9742],[0.6854995, 52.9747],[0.6870005, 52.9751],[0.6895005, 52.9758],[0.6906995, 52.9763],[0.6917005, 52.9768],[0.6926005, 52.9775],[0.6935995, 52.9786],[0.6945005, 52.9792],[0.6956005, 52.9795],[0.6964005, 52.9795],[0.6972005, 52.9793],[0.6989995, 52.9787],[0.7001005, 52.9786],[0.7014995, 52.9785],[0.7021005, 52.9783],[0.7023005, 52.9780],[0.7020005, 52.9774],[0.7014995, 52.9769],[0.7014005, 52.9763],[0.7014995, 52.9759],[0.7021005, 52.9754],[0.7033995, 52.9753],[0.7046005, 52.9753],[0.7052005, 52.9751],[0.7053005, 52.9748],[0.7052005, 52.9744],[0.7049005, 52.9741],[0.7050005, 52.9738],[0.7054995, 52.9736],[0.7072005, 52.9735],[0.7083995, 52.9733],[0.7104995, 52.9730],[0.7120005, 52.9728],[0.7145005, 52.9725],[0.7197005, 52.9722],[0.7229995, 52.9719],[0.7264995, 52.9720],[0.7293005, 52.9723],[0.7304995, 52.9726],[0.7312005, 52.9729],[0.7319005, 52.9737],[0.7326005, 52.9739],[0.7343005, 52.974],[0.7356995, 52.9742],[0.7368005, 52.9746],[0.7375005000000002, 52.9747],[0.7383995, 52.9747],[0.7385995, 52.9746],[0.7385995, 52.9744],[0.7385005, 52.9741],[0.7375005000000002, 52.9737],[0.7370005, 52.9733],[0.7366005, 52.9730],[0.7360995, 52.9730],[0.7354005, 52.9733],[0.7346005, 52.9733],[0.7342005, 52.9730],[0.7341005000000002, 52.9726],[0.7342005, 52.9722],[0.7364005, 52.9703],[0.7368005, 52.9698],[0.7369005, 52.9694],[0.7369005, 52.969],[0.7364995, 52.9683],[0.7356995, 52.9677],[0.7337995, 52.9666],[0.7324005, 52.9655],[0.7314995, 52.9644],[0.7312005, 52.9638],[0.7310995, 52.9632],[0.7312005, 52.9627],[0.7314005000000002, 52.9623],[0.7318005, 52.962],[0.7323005, 52.9618],[0.7331005000000002, 52.9617],[0.7339005, 52.9618],[0.7346005, 52.9622],[0.7349005, 52.9627],[0.7350005, 52.9636],[0.7352005, 52.9640],[0.7354995, 52.9642],[0.7358005, 52.9643],[0.7362995, 52.9640],[0.7368005, 52.9635],[0.7371005, 52.9632],[0.7376005, 52.9631],[0.7379995, 52.9632],[0.7393005, 52.9640],[0.7399005000000002, 52.9643],[0.7406995, 52.9645],[0.7414005, 52.9648],[0.7419005, 52.9649],[0.7424005, 52.9649],[0.7435005, 52.9648],[0.7452005, 52.9649],[0.7460005000000002, 52.965],[0.7470005, 52.9652],[0.7479995, 52.9655],[0.7487005, 52.9656],[0.7493005, 52.9659],[0.7500005, 52.9665],[0.7506995, 52.9674],[0.7512995, 52.9682],[0.7520005, 52.9688],[0.7528005, 52.9694],[0.7535005, 52.9698],[0.7544005, 52.9701],[0.7553005, 52.9703],[0.7564005, 52.9704],[0.7577005, 52.9703],[0.7589995, 52.9702],[0.7593005, 52.9703],[0.7598005, 52.9706],[0.7604005, 52.9712],[0.7610995000000002, 52.9721],[0.7616005, 52.9728],[0.7617005, 52.9731],[0.7616005, 52.9733],[0.7614005, 52.9734],[0.7606005, 52.9731],[0.7599005, 52.9727],[0.7589005, 52.9719],[0.7581995, 52.9716],[0.7575005, 52.9715],[0.7570005, 52.9715],[0.7567005, 52.9716],[0.7566005, 52.9719],[0.7566005, 52.9723],[0.7568005, 52.9726],[0.7571005, 52.9729],[0.7576005, 52.9734],[0.7576005, 52.9735],[0.7575005, 52.9738],[0.7571005, 52.9744],[0.7568005, 52.9748],[0.7569005, 52.9751],[0.7572005, 52.9753],[0.7577005, 52.9755],[0.7583995, 52.9757],[0.7593005, 52.9758],[0.7600005, 52.9759],[0.7608005, 52.9760],[0.7614995, 52.9762],[0.7619005000000002, 52.9765],[0.7621005, 52.9768],[0.7621005, 52.977],[0.7619005000000002, 52.9771],[0.7614995, 52.9771],[0.7610005, 52.9768],[0.7604005, 52.9765],[0.7601005, 52.9764],[0.7595005, 52.9765],[0.7591005, 52.9766],[0.7585005, 52.9765],[0.7577005, 52.9762],[0.7570005, 52.9760],[0.7558005000000002, 52.9759],[0.7546005, 52.9760],[0.7531995, 52.9763],[0.7526005, 52.9766],[0.7525005, 52.9768],[0.7525005, 52.9771],[0.7528005, 52.9774],[0.7533005, 52.9777],[0.7541005, 52.9780],[0.7550005, 52.9782],[0.7562995, 52.9784],[0.7583005, 52.9786],[0.7603005, 52.9788],[0.7625005, 52.9789],[0.7650005, 52.9792],[0.7662995, 52.9793],[0.7693005000000002, 52.9794],[0.7714995, 52.9793],[0.7731995, 52.9790],[0.7756005, 52.9784],[0.7781995, 52.9777],[0.7801005, 52.9773],[0.7828005, 52.9768],[0.7869005, 52.9761],[0.7929005, 52.9752],[0.7946005, 52.9750],[0.7968005, 52.9750],[0.7979995, 52.9749],[0.7987995, 52.9748],[0.8003005, 52.9745],[0.8014995, 52.9742],[0.8024005, 52.9739],[0.8043005, 52.9732],[0.8056995, 52.9728],[0.8071005, 52.9726],[0.8095005, 52.9726],[0.8102005, 52.9725],[0.8104995000000003, 52.9724],[0.8108995, 52.9721],[0.8112005, 52.9714],[0.8114005, 52.971],[0.8117005000000002, 52.9708],[0.8131005, 52.9706],[0.8143005, 52.9704],[0.8148005, 52.9704],[0.8154995, 52.9706],[0.8162005, 52.9711],[0.8171005, 52.9722],[0.8178005000000002, 52.9730],[0.8193005, 52.9742],[0.8204005, 52.9749],[0.8217005, 52.9757],[0.8224005, 52.9761],[0.8235995, 52.9766],[0.8250005, 52.977],[0.8264005, 52.9772],[0.8287995000000002, 52.9772],[0.8306005, 52.9774],[0.8323005, 52.9777],[0.8335995000000002, 52.9778],[0.8356995, 52.9779],[0.8377005, 52.9778],[0.8396005, 52.9775],[0.8414005, 52.977],[0.8445005, 52.9759],[0.8477005, 52.9749],[0.8495005, 52.9747],[0.8529005, 52.9747],[0.8537995, 52.9745],[0.8544005, 52.9742],[0.8546005, 52.9739],[0.8547005, 52.9736],[0.8545005, 52.9733],[0.8539005, 52.9732],[0.8528005, 52.9732],[0.8525005, 52.9729],[0.8523005, 52.9723],[0.8524005, 52.9686],[0.8525005, 52.962],[0.8526005, 52.9605],[0.8529005, 52.9597],[0.8533995, 52.9589],[0.8539995, 52.9583],[0.8554005, 52.9577],[0.8570005000000002, 52.9573],[0.8608995, 52.9572],[0.8645005, 52.9571],[0.8656005, 52.9572],[0.8667005, 52.9575],[0.8679005000000002, 52.9577],[0.8687005, 52.9577],[0.8698005, 52.9575],[0.8708005, 52.9571],[0.8717005, 52.9566],[0.8720005, 52.9562],[0.8720005, 52.9553],[0.8721005, 52.9549],[0.8725005, 52.9544],[0.8729005, 52.954],[0.8733005, 52.9538],[0.8735995, 52.9539],[0.8739005, 52.9544],[0.8742005, 52.9547],[0.8745005, 52.9548],[0.8749005, 52.9547],[0.8754005, 52.9539],[0.8756005, 52.9538],[0.8760005, 52.9539],[0.8769005, 52.9542],[0.8775005, 52.9542],[0.8781995, 52.954],[0.8789995000000002, 52.9537],[0.8793005, 52.9537],[0.8794005, 52.9539],[0.8794005, 52.9542],[0.8791005000000002, 52.9546],[0.8785005, 52.9549],[0.8778005, 52.955],[0.8770005, 52.955],[0.8762995, 52.9549],[0.8760005, 52.955],[0.8754995, 52.9554],[0.8750005, 52.9557],[0.8745005, 52.9558],[0.8739005, 52.9557],[0.8735005, 52.9558],[0.8733995, 52.956],[0.8733995, 52.9564],[0.8735995, 52.9566],[0.8741005, 52.9569],[0.8749005, 52.9571],[0.8771005, 52.9571],[0.8778005, 52.9573],[0.8781005, 52.9577],[0.8781005, 52.9579],[0.8778005, 52.958],[0.8744005, 52.9578],[0.8731995, 52.9579],[0.8729995, 52.9581],[0.8731005, 52.9583],[0.8737995, 52.9589],[0.8748005, 52.9591],[0.8760995, 52.9591],[0.8773005, 52.9591],[0.8779995000000002, 52.9596],[0.8783995, 52.9602],[0.8789005, 52.9604],[0.8796005, 52.9604],[0.8803005, 52.9602],[0.8812995000000002, 52.9596],[0.8819005, 52.9595],[0.8833005, 52.9597],[0.8860005, 52.9599],[0.8879005, 52.9599],[0.8892005, 52.9597],[0.8908005, 52.9591],[0.8912995, 52.959],[0.8918005, 52.9591],[0.8920005, 52.9594],[0.8919005, 52.9597],[0.8914995, 52.96],[0.8914005, 52.9604],[0.8914995, 52.9608],[0.8921005, 52.9613],[0.8937005, 52.962],[0.8941005, 52.962],[0.8949005, 52.9618],[0.8958995000000002, 52.9614],[0.8967005, 52.9611],[0.8974005000000002, 52.9609],[0.8979995, 52.9606],[0.8985005, 52.9601],[0.8987995, 52.9598],[0.8993005, 52.9597],[0.8998005, 52.9597],[0.9001005, 52.9599],[0.9004005000000002, 52.9603],[0.9006995, 52.961],[0.9008995, 52.9613],[0.9012995, 52.9615],[0.9020005, 52.9616],[0.9029005, 52.9617],[0.9042005, 52.9618],[0.9052005, 52.9619],[0.9058995, 52.9619],[0.9060005, 52.9617],[0.9058995, 52.9613],[0.9058005000000002, 52.961],[0.9054995, 52.9606],[0.9051005, 52.9602],[0.9051005, 52.96],[0.9052005, 52.9599],[0.9056005, 52.9599],[0.9062005, 52.96],[0.9067005, 52.9602],[0.9069005, 52.9604],[0.9073005, 52.9618],[0.9076005, 52.9622],[0.9079995, 52.9625],[0.9085005000000002, 52.9626],[0.9091005, 52.9626],[0.9094005, 52.9624],[0.9096005, 52.962],[0.9096005, 52.9613],[0.9094005, 52.9605],[0.9089005, 52.9595],[0.9087995, 52.9589],[0.9089005, 52.9587],[0.9091005, 52.9586],[0.9095005000000002, 52.9586],[0.9100005, 52.959],[0.9104005, 52.9594],[0.9106005, 52.9599],[0.9106995, 52.9609],[0.9108005, 52.9617],[0.9110995, 52.9622],[0.9118005, 52.9629],[0.9128005, 52.9637],[0.9135995, 52.9640],[0.9144005, 52.9640],[0.9154995000000002, 52.9638],[0.9164995, 52.9635],[0.9175005, 52.9633],[0.9183005, 52.9632],[0.9185005, 52.963],[0.9185005, 52.9628],[0.9179995, 52.9625],[0.9176005, 52.9623],[0.9176005, 52.9621],[0.9179005, 52.9619],[0.9181005, 52.9615],[0.9181995, 52.9612],[0.9181005, 52.961],[0.9170005, 52.9608],[0.9164005, 52.9606],[0.9160995, 52.9604],[0.9158995, 52.9601],[0.9158995, 52.9599],[0.9162005, 52.9598],[0.9164995, 52.9598],[0.9176005, 52.9601],[0.9183995, 52.9602],[0.9189995, 52.9602],[0.9203005, 52.9601],[0.9206005, 52.9601],[0.9208005, 52.9602],[0.9208005, 52.9605],[0.9201005, 52.9612],[0.9196005, 52.9617],[0.9196005, 52.962],[0.9198005, 52.9622],[0.9202005, 52.9624],[0.9208995, 52.9624],[0.9219005, 52.9621],[0.9226005, 52.9618],[0.9237995, 52.9613],[0.9252005, 52.9608],[0.9262005, 52.9605],[0.9267005, 52.9605],[0.9267005, 52.9607],[0.9258995, 52.961],[0.9245005, 52.9615],[0.9237995, 52.9618],[0.9233995, 52.9621],[0.9226005, 52.963],[0.9220005, 52.9635],[0.9214005000000002, 52.9637],[0.9196005, 52.9637],[0.9185995, 52.9640],[0.9181005, 52.9642],[0.9179005, 52.9645],[0.9179995, 52.9648],[0.9181995, 52.9651],[0.9189005, 52.9655],[0.9198005, 52.966],[0.9208005, 52.9664],[0.9214995, 52.9665],[0.9224005, 52.9663],[0.9242005, 52.9656],[0.9251005000000002, 52.9653],[0.9264005, 52.9654],[0.9272005, 52.9652],[0.9283005, 52.9646],[0.9292005, 52.9643],[0.9300005, 52.9643],[0.9310005, 52.9643],[0.9318005, 52.9641],[0.9326005000000002, 52.9634],[0.9331005, 52.9632],[0.9335005, 52.9632],[0.9346005, 52.9638],[0.9354995000000002, 52.9642],[0.9362005, 52.9642],[0.9369005, 52.9640],[0.9373005000000002, 52.9636],[0.9374005, 52.9632],[0.9376005, 52.9627],[0.9379995, 52.9621],[0.9383005, 52.9616],[0.9383005, 52.9612],[0.9379995, 52.9608],[0.9373005000000002, 52.9606],[0.9366005, 52.9602],[0.9360995, 52.9599],[0.9356995, 52.9599],[0.9354005, 52.96],[0.9350005, 52.9604],[0.9346005, 52.9605],[0.9335995, 52.9605],[0.9331995, 52.9603],[0.9331005, 52.9601],[0.9331995, 52.96],[0.9339005, 52.9597],[0.9347005, 52.9595],[0.9349005000000002, 52.9591],[0.9347005, 52.9588],[0.9344005, 52.9587],[0.9335005, 52.9586],[0.9324005, 52.9588],[0.9317005, 52.9592],[0.9308005, 52.9594],[0.9304005, 52.9593],[0.9304005, 52.9591],[0.9310005, 52.9587],[0.9316005, 52.9582],[0.9320005, 52.9581],[0.9333995, 52.9582],[0.9344005, 52.9581],[0.9351005, 52.9581],[0.9360005, 52.9585],[0.9370005, 52.9591],[0.9379005, 52.9597],[0.9385995, 52.9601],[0.9393005, 52.9606],[0.9396005, 52.961],[0.9397005000000002, 52.9616],[0.9393005, 52.9625],[0.9389005, 52.963],[0.9389005, 52.9635],[0.9392005, 52.9638],[0.9397005000000002, 52.9639],[0.9401005, 52.9638],[0.9403005, 52.9635],[0.9404995, 52.9629],[0.9408995, 52.9623],[0.9417005000000002, 52.9617],[0.9425005, 52.9612],[0.9431005, 52.961],[0.9435995000000003, 52.9611],[0.9437005000000002, 52.9613],[0.9435995000000003, 52.9616],[0.9425005, 52.9621],[0.9419005, 52.9624],[0.9416005, 52.9629],[0.9416005, 52.9634],[0.9417005000000002, 52.9637],[0.9420005, 52.9639],[0.9425005, 52.9640],[0.9437005000000002, 52.9639],[0.9442005, 52.9640],[0.9454005, 52.9645],[0.9460995, 52.9645],[0.9464995, 52.9643],[0.9472005, 52.9629],[0.9477005, 52.962],[0.9478005000000002, 52.9617],[0.9478005000000002, 52.9613],[0.9475005, 52.9607],[0.9476005, 52.9602],[0.9478005000000002, 52.9599],[0.9483005, 52.9595],[0.9495005000000002, 52.9594],[0.9506005, 52.9593],[0.9518005000000003, 52.9593],[0.9529005000000002, 52.9595],[0.9537995, 52.9599],[0.9544005, 52.96],[0.9562005, 52.96],[0.9575005, 52.9601],[0.9592005, 52.9605],[0.9602005, 52.9607],[0.9608005, 52.9607],[0.9617005000000002, 52.9604],[0.9624005, 52.9601],[0.9627005, 52.9598],[0.9627005, 52.9595],[0.9622005, 52.9592],[0.9612995, 52.959],[0.9594005, 52.9589],[0.9591005, 52.9588],[0.9591005, 52.9586],[0.9593005000000002, 52.9584],[0.9600005, 52.9581],[0.9604995, 52.958],[0.9617005000000002, 52.9579],[0.9627005, 52.9581],[0.9637005, 52.9586],[0.9643005, 52.9592],[0.9648005, 52.9598],[0.9653005, 52.9603],[0.9658005, 52.9605],[0.9662005, 52.9605],[0.9670005, 52.9603],[0.9678005000000002, 52.9599],[0.9685995, 52.9596],[0.9696005, 52.9595],[0.9704005, 52.9596],[0.9710995, 52.96],[0.9714995, 52.9604],[0.9718005, 52.961],[0.9718005, 52.9617],[0.9720005, 52.962],[0.9725005, 52.9622],[0.9744005, 52.9622],[0.9764995000000002, 52.9622],[0.9769005, 52.9622],[0.9772005, 52.9623],[0.9774005, 52.9626],[0.9772005, 52.9629],[0.9768005, 52.9631],[0.9760005, 52.963],[0.9747005, 52.9627],[0.9735005, 52.9627],[0.9726005, 52.9628],[0.9718005, 52.963],[0.9712005, 52.9629],[0.9706995000000002, 52.9626],[0.9704995, 52.9622],[0.9704995, 52.9615],[0.9704005, 52.9608],[0.9700005, 52.9604],[0.9694005, 52.9602],[0.9689005, 52.9604],[0.9685995, 52.9607],[0.9685005, 52.9612],[0.9685995, 52.9621],[0.9687005, 52.9624],[0.9689995000000002, 52.9628],[0.9695005, 52.9632],[0.9703005, 52.9637],[0.9708995, 52.9640],[0.9716005, 52.9642],[0.9724005, 52.9643],[0.9733995, 52.9645],[0.9742005, 52.9645],[0.9758005, 52.9643],[0.9775005, 52.9641],[0.9798005, 52.9641],[0.9816005, 52.9642],[0.9825005, 52.9639],[0.9837005000000002, 52.9638],[0.9844005, 52.9638],[0.9852005, 52.9640],[0.9858005, 52.9642],[0.9864005, 52.9646],[0.9866005, 52.9646],[0.9867005, 52.9643],[0.9864995, 52.9638],[0.9860995, 52.9634],[0.9852005, 52.963],[0.9842005, 52.9629],[0.9835005, 52.9626],[0.9831995, 52.9623],[0.9829995, 52.9619],[0.9827005000000002, 52.9617],[0.9822005, 52.9615],[0.9814995, 52.9613],[0.9812005, 52.961],[0.9812005, 52.9608],[0.9814005, 52.9606],[0.9820005000000002, 52.9605],[0.9826005, 52.9606],[0.9835995, 52.961],[0.9844005, 52.9615],[0.9847005, 52.9615],[0.9849005, 52.9613],[0.9847005, 52.9608],[0.9847005, 52.9604],[0.9851005000000002, 52.96],[0.9860005, 52.9595],[0.9869005, 52.9592],[0.9889005, 52.9587],[0.9912995, 52.9582],[0.9933995000000002, 52.9579],[0.9958995, 52.9575],[0.9981995, 52.9572],[1.0004, 52.9566],[1.0006, 52.9566],[1.0006, 52.9572],[1.0008, 52.9574],[1.0012, 52.9574],[1.0015, 52.9572],[1.0021, 52.9567],[1.002401, 52.9567],[1.0026, 52.9568],[1.003399, 52.9574],[1.0037, 52.9576],[1.0041, 52.9576],[1.006099, 52.9567],[1.006701, 52.9563],[1.0071, 52.9559],[1.0077, 52.9557],[1.008301, 52.9557],[1.008901, 52.9559],[1.0094, 52.9564],[1.009601, 52.9568],[1.009701, 52.9572],[1.009601, 52.958],[1.009701, 52.9583],[1.01, 52.9585],[1.010499, 52.9584],[1.010899, 52.9578],[1.011099, 52.9577],[1.0123, 52.9576],[1.0127, 52.9575],[1.013399, 52.9572],[1.016201, 52.9556],[1.016901, 52.9555],[1.017601, 52.9555],[1.018399, 52.9557],[1.0191, 52.9561],[1.019601, 52.9565],[1.0198, 52.957],[1.0198, 52.9574],[1.019601, 52.9578],[1.0191, 52.9583],[1.018999, 52.9586],[1.018999, 52.9588],[1.0192, 52.959],[1.0195, 52.9592],[1.0198, 52.9594],[1.0199, 52.9597],[1.0198, 52.96],[1.019601, 52.9601],[1.0185, 52.9604],[1.018301, 52.9605],[1.018101, 52.9609],[1.0179, 52.9614],[1.0179, 52.9619],[1.0179, 52.9622],[1.018101, 52.9624],[1.018399, 52.9625],[1.018799, 52.9624],[1.0191, 52.9621],[1.019701, 52.9613],[1.0201, 52.9612],[1.020301, 52.9613],[1.0206, 52.9616],[1.0207, 52.9618],[1.0207, 52.9621],[1.0206, 52.9625],[1.020301, 52.963],[1.02, 52.9633],[1.0192, 52.9637],[1.0191, 52.9638],[1.0191, 52.9640],[1.0192, 52.9642],[1.0194, 52.9643],[1.020301, 52.9643],[1.020499, 52.9644],[1.021099, 52.9649],[1.0215, 52.9651],[1.021901, 52.9652],[1.0224, 52.9652],[1.0242, 52.9653],[1.024801, 52.9654],[1.0264, 52.966],[1.027, 52.9661],[1.027601, 52.9661],[1.028901, 52.9662],[1.030499, 52.9666],[1.033, 52.9669],[1.0351, 52.9668],[1.036, 52.9669],[1.036201, 52.9672],[1.036201, 52.9676],[1.036099, 52.9684],[1.035, 52.9687],[1.0339, 52.9689],[1.032001, 52.969],[1.03, 52.9686],[1.029601, 52.9687],[1.0293, 52.9689],[1.029101, 52.9695],[1.029101, 52.9700],[1.028901, 52.9703],[1.0287, 52.9704],[1.028301, 52.9703],[1.027501, 52.9695],[1.027, 52.9693],[1.0266, 52.9692],[1.025699, 52.9692],[1.0243, 52.9694],[1.0151, 52.9712],[1.014701, 52.9715],[1.014601, 52.9718],[1.014701, 52.9721],[1.0151, 52.9725],[1.0158, 52.9728],[1.0165, 52.9728],[1.016801, 52.9729],[1.016701, 52.9731],[1.016099, 52.9733],[1.0152, 52.9734],[1.014601, 52.9733],[1.0141, 52.9731],[1.0137, 52.9729],[1.013101, 52.9720],[1.0128, 52.9718],[1.0122, 52.9718],[1.011701, 52.9719],[1.0114, 52.9722],[1.011299, 52.9725],[1.0114, 52.9729],[1.0116, 52.9732],[1.0121, 52.9735],[1.0122, 52.9737],[1.0121, 52.9739],[1.0094, 52.9748],[1.008199, 52.9751],[1.0073, 52.9751],[1.0066, 52.9750],[1.005899, 52.9747],[1.005401, 52.9745],[1.004701, 52.9744],[1.003901, 52.9744],[1.0033, 52.9746],[1.0029, 52.9748],[1.002301, 52.9756],[1.001801, 52.9761],[1.0013, 52.9764],[1.000499, 52.9767],[0.9987995, 52.9774],[0.9968005, 52.9777],[0.9952005000000002, 52.9777],[0.9939995, 52.9776],[0.9925005, 52.9772],[0.9914995, 52.9767],[0.9902005, 52.9758],[0.9891005000000002, 52.9745],[0.9881005000000002, 52.9727],[0.9877005, 52.9717],[0.9873005, 52.9712],[0.9864995, 52.9707],[0.9858995000000003, 52.9705],[0.9849005, 52.9705],[0.9842005, 52.9707],[0.9837995, 52.9711],[0.9837005000000002, 52.9715],[0.9837995, 52.9720],[0.9844005, 52.9726],[0.9860005, 52.9737],[0.9869005, 52.9743],[0.9871005000000002, 52.9747],[0.9871005000000002, 52.9751],[0.9869005, 52.9754],[0.9862005, 52.9756],[0.9853005, 52.9755],[0.9837005000000002, 52.9749],[0.9825005, 52.9747],[0.9797005, 52.9749],[0.9791005, 52.9747],[0.9787995000000003, 52.9744],[0.9787995000000003, 52.974],[0.9789005, 52.9737],[0.9798005, 52.9735],[0.9820005000000002, 52.9734],[0.9824005, 52.9733],[0.9825005, 52.9732],[0.9824005, 52.9728],[0.9820005000000002, 52.9725],[0.9808005, 52.9723],[0.9801005, 52.9724],[0.9789005, 52.9728],[0.9777005, 52.9730],[0.9769005, 52.9731],[0.9752005000000002, 52.9731],[0.9747005, 52.9733],[0.9742005, 52.9736],[0.9737995000000002, 52.9742],[0.9737995000000002, 52.9747],[0.9744005, 52.9758],[0.9744005, 52.9761],[0.9743005, 52.9763],[0.9739995, 52.9764],[0.9735995, 52.9762],[0.9727005, 52.9751],[0.9721005, 52.9744],[0.9714005, 52.9739],[0.9710995, 52.9733],[0.9712005, 52.9727],[0.9714995, 52.9722],[0.9724005, 52.9716],[0.9725005, 52.9714],[0.9725005, 52.9711],[0.9723005, 52.9708],[0.9718005, 52.9707],[0.9710995, 52.9708],[0.9704005, 52.9712],[0.9698005, 52.9721],[0.9696005, 52.9728],[0.9697005, 52.9733],[0.9703005, 52.9741],[0.9717005, 52.9754],[0.9728005, 52.9765],[0.9737005, 52.9775],[0.9748005, 52.9783],[0.9767005, 52.9795],[0.9768005, 52.9799],[0.9767005, 52.9801],[0.9764005, 52.9802],[0.9756995, 52.9802],[0.9742005, 52.9795],[0.9728005, 52.9788],[0.9716005, 52.9781],[0.9706005, 52.9776],[0.9697005, 52.9771],[0.9691005000000003, 52.9764],[0.9685005, 52.9752],[0.9681005, 52.9747],[0.9677005, 52.9745],[0.9673005, 52.9746],[0.9670005, 52.9748],[0.9668005000000002, 52.9752],[0.9668005000000002, 52.9757],[0.9669005, 52.9763],[0.9675005, 52.9771],[0.9683995, 52.9778],[0.9706005, 52.9788],[0.9720005, 52.9793],[0.9735995, 52.9802],[0.9750005, 52.9807],[0.9768005, 52.9810],[0.9820005000000002, 52.9813],[0.9864005, 52.9812],[0.9904005, 52.9806]]],[[[0.6939995, 52.989],[0.6999005, 52.988],[0.7049005, 52.9872],[0.7104005, 52.9865],[0.7202005, 52.9857],[0.7343005, 52.9843],[0.7422005, 52.9832],[0.7444005, 52.9828],[0.7452005, 52.9825],[0.7469005, 52.9821],[0.7485995000000002, 52.9817],[0.7496005, 52.9813],[0.7501005, 52.9809],[0.7503005, 52.9804],[0.7502005, 52.9797],[0.7498005, 52.9791],[0.7489005, 52.9785],[0.7483005, 52.9785],[0.7475005, 52.9786],[0.7467005, 52.9786],[0.7454995, 52.9783],[0.7443005, 52.9782],[0.7431995, 52.9782],[0.7425005, 52.9784],[0.7412995, 52.9789],[0.7401005, 52.9796],[0.7391005, 52.98],[0.7383005, 52.9803],[0.7373005, 52.9805],[0.7364005, 52.9806],[0.7353005, 52.9806],[0.7343005, 52.9805],[0.7331995, 52.9807],[0.7320005, 52.9812],[0.7300005, 52.9821],[0.7289995, 52.9826],[0.7277005000000002, 52.9828],[0.7274005, 52.9827],[0.7274005, 52.9825],[0.7276005, 52.9822],[0.7291005000000002, 52.9813],[0.7308005, 52.9806],[0.7324005, 52.9802],[0.7354005, 52.9799],[0.7370005, 52.9796],[0.7387995000000002, 52.9790],[0.7398005, 52.9785],[0.7403005, 52.9781],[0.7403005, 52.9778],[0.7399005000000002, 52.9776],[0.7383995, 52.9776],[0.7366005, 52.9775],[0.7337005, 52.9779],[0.7316005, 52.9784],[0.7299005, 52.9787],[0.7287005, 52.9788],[0.7272005, 52.9788],[0.7253005000000002, 52.9787],[0.7231995, 52.9784],[0.7212995, 52.9781],[0.7199005000000002, 52.9778],[0.7194005, 52.9779],[0.7192005000000002, 52.9782],[0.7192005000000002, 52.9787],[0.7189995, 52.9790],[0.7187005, 52.9790],[0.7183005, 52.9788],[0.7177005, 52.9783],[0.7172005, 52.9781],[0.7169005000000002, 52.9781],[0.7166005, 52.9783],[0.7166005, 52.9788],[0.7162995, 52.9790],[0.7158995, 52.9789],[0.7153005, 52.9786],[0.7149005, 52.9786],[0.7147005, 52.9789],[0.7148005, 52.9793],[0.7151005, 52.9798],[0.7152005, 52.9802],[0.7147005, 52.9811],[0.7141005, 52.9817],[0.7133995, 52.9818],[0.7131995, 52.9816],[0.7133005, 52.9812],[0.7137005, 52.9805],[0.7137005, 52.9799],[0.7135005, 52.9795],[0.7129995, 52.9793],[0.7116005, 52.9794],[0.7104995, 52.9795],[0.7092005, 52.9801],[0.7079995, 52.9806],[0.7072005, 52.9805],[0.7054005, 52.9799],[0.7041005, 52.9799],[0.7031995, 52.98],[0.7021005, 52.9804],[0.7012995, 52.9809],[0.7010995, 52.9814],[0.7012005, 52.9837],[0.7008995, 52.9842],[0.7004005, 52.9843],[0.6999005, 52.9839],[0.6996005, 52.9835],[0.6995005, 52.9831],[0.6996005, 52.9819],[0.6995005, 52.9816],[0.6992005, 52.9815],[0.6987995, 52.9817],[0.6981005, 52.9827],[0.6977005, 52.9829],[0.6973005, 52.9828],[0.6966005, 52.9815],[0.6962995, 52.9813],[0.6954995, 52.9813],[0.6904005, 52.9826],[0.6892005, 52.9828],[0.6881005, 52.9828],[0.6874005, 52.9826],[0.6866005, 52.9822],[0.6860995, 52.9817],[0.6860005, 52.9811],[0.6860995, 52.9807],[0.6869005, 52.9794],[0.6869005, 52.9791],[0.6864995, 52.9788],[0.6858995, 52.9787],[0.6839005, 52.9790],[0.6831005, 52.9789],[0.6823005, 52.9784],[0.6808005, 52.9774],[0.6799005, 52.977],[0.6794005, 52.977],[0.6791005, 52.9773],[0.6789995, 52.9778],[0.6791005, 52.9784],[0.6801005, 52.9803],[0.6804005, 52.9812],[0.6804995, 52.9826],[0.6806005, 52.9833],[0.6816005, 52.9851],[0.6823005, 52.9857],[0.6835995, 52.9862],[0.6848005, 52.9867],[0.6853005, 52.9871],[0.6854005, 52.9874],[0.6854995, 52.9878],[0.6853005, 52.988],[0.6843005, 52.9881],[0.6819005, 52.9879],[0.6801005, 52.9878],[0.6770005, 52.9875],[0.6742005, 52.9871],[0.6726005, 52.9869],[0.6721005, 52.9865],[0.6720005, 52.986],[0.6729005, 52.9852],[0.6729005, 52.9849],[0.6725005, 52.9847],[0.6714005, 52.9848],[0.6691005, 52.9854],[0.6685005, 52.9854],[0.6669005, 52.9845],[0.6662005, 52.9848],[0.6660995, 52.9852],[0.6662005, 52.9856],[0.6670005, 52.9865],[0.6670005, 52.9869],[0.6666005, 52.9872],[0.6656005, 52.9872],[0.6639995, 52.9867],[0.6633995, 52.9866],[0.6629995, 52.9869],[0.6629005, 52.9873],[0.6633995, 52.9877],[0.6645005000000002, 52.9881],[0.6654995, 52.9883],[0.6672005, 52.9886],[0.6695005, 52.9887],[0.6764005, 52.9888],[0.6808995, 52.989],[0.6874005, 52.9889],[0.6939995, 52.989]]],[[[0.8783995, 52.9780],[0.8795005, 52.9775],[0.8806005, 52.9768],[0.8812005, 52.9762],[0.8818005, 52.9750],[0.8818005, 52.9743],[0.8814995, 52.9738],[0.8810995, 52.9736],[0.8806995, 52.9737],[0.8803005, 52.974],[0.8800005, 52.9745],[0.8796005, 52.9754],[0.8791005000000002, 52.9760],[0.8781995, 52.9767],[0.8769005, 52.9773],[0.8756995, 52.9778],[0.8751005, 52.9779],[0.8748005, 52.9778],[0.8747005, 52.9776],[0.8747005, 52.9774],[0.8750005, 52.9771],[0.8758005, 52.9766],[0.8775005, 52.9758],[0.8783005, 52.9751],[0.8789005, 52.9744],[0.8795005, 52.9731],[0.8799005, 52.9726],[0.8806005, 52.9722],[0.8812995000000002, 52.9717],[0.8816005, 52.9714],[0.8818005, 52.971],[0.8822005, 52.9706],[0.8828005, 52.9703],[0.8837995, 52.9700],[0.8854005, 52.9698],[0.8864005, 52.9696],[0.8870005, 52.9692],[0.8875005000000002, 52.9687],[0.8877005, 52.9683],[0.8877005, 52.9679],[0.8874005, 52.9676],[0.8864005, 52.9670],[0.8851005, 52.9668],[0.8844005, 52.9669],[0.8839005, 52.9672],[0.8827005, 52.9684],[0.8820005, 52.9688],[0.8804005, 52.9692],[0.8793005, 52.9692],[0.8777005000000002, 52.9689],[0.8764995, 52.9688],[0.8754005, 52.969],[0.8739005, 52.9692],[0.8725005, 52.9692],[0.8708005, 52.9692],[0.8699005, 52.9691],[0.8698005, 52.9689],[0.8698005, 52.9687],[0.8700005, 52.9684],[0.8699005, 52.9682],[0.8692005000000003, 52.9681],[0.8681995, 52.9682],[0.8681005, 52.9684],[0.8681005, 52.9687],[0.8685005, 52.9689],[0.8695005, 52.9693],[0.8708005, 52.9696],[0.8729995, 52.9697],[0.8739005, 52.9698],[0.8743005, 52.9700],[0.8744005, 52.9704],[0.8743005, 52.9709],[0.8737995, 52.9713],[0.8733005, 52.9714],[0.8729995, 52.9712],[0.8729005, 52.971],[0.8729005, 52.9705],[0.8728005, 52.9703],[0.8723005, 52.9702],[0.8710995, 52.9704],[0.8706995, 52.9704],[0.8698005, 52.9702],[0.8692005000000003, 52.9702],[0.8681995, 52.9704],[0.8676005, 52.9702],[0.8669005000000002, 52.9697],[0.8666005, 52.9693],[0.8664005, 52.9689],[0.8662995, 52.9681],[0.8660995, 52.9678],[0.8652005000000002, 52.9673],[0.8633005, 52.9666],[0.8614005, 52.9665],[0.8599005, 52.9667],[0.8589005, 52.9670],[0.8581005000000002, 52.9673],[0.8573005, 52.9674],[0.8569005, 52.9676],[0.8566005, 52.968],[0.8566005, 52.9684],[0.8569005, 52.9689],[0.8576005, 52.9696],[0.8592005, 52.9704],[0.8614995, 52.9715],[0.8633995, 52.9726],[0.8652005000000002, 52.9737],[0.8660005, 52.9743],[0.8666005, 52.9749],[0.8673005, 52.9760],[0.8678005, 52.9783],[0.8681995, 52.9788],[0.8687995, 52.9792],[0.8698005, 52.9794],[0.8712995, 52.9793],[0.8739995, 52.9789],[0.8764995, 52.9783],[0.8783995, 52.9780]]],[[[0.9914995, 52.9654],[0.9925005, 52.9651],[0.9931995, 52.9651],[0.9947005, 52.9651],[0.9960005, 52.965],[0.9968005, 52.9647],[0.9974005, 52.9643],[0.9981005, 52.9638],[0.9985995, 52.9635],[0.9992005000000003, 52.9633],[0.9996005000000002, 52.9634],[0.9997005, 52.9637],[0.9997005, 52.9640],[0.9992005000000003, 52.9643],[0.9991005, 52.9645],[0.9994005, 52.9647],[0.9999005, 52.9651],[1.0019, 52.9655],[1.0029, 52.9654],[1.003999, 52.9651],[1.005301, 52.9643],[1.0066, 52.9636],[1.0072, 52.9634],[1.0085, 52.9633],[1.009601, 52.9632],[1.011001, 52.9632],[1.013, 52.9636],[1.013799, 52.9638],[1.0144, 52.9635],[1.014601, 52.963],[1.0144, 52.9621],[1.0143, 52.9611],[1.0145, 52.9606],[1.0148, 52.9603],[1.0152, 52.9603],[1.0156, 52.9605],[1.0159, 52.9611],[1.0159, 52.9622],[1.016201, 52.9626],[1.0166, 52.9628],[1.016801, 52.9628],[1.0171, 52.9625],[1.0173, 52.9619],[1.017, 52.9597],[1.0171, 52.959],[1.017601, 52.9581],[1.0178, 52.9573],[1.0178, 52.9567],[1.017601, 52.9564],[1.0172, 52.9563],[1.016001, 52.9564],[1.015301, 52.9567],[1.014701, 52.9572],[1.0145, 52.9576],[1.0145, 52.9586],[1.0142, 52.9591],[1.013799, 52.9595],[1.013399, 52.9598],[1.012601, 52.9602],[1.0119, 52.9604],[1.011099, 52.9605],[1.009501, 52.9607],[1.008901, 52.9607],[1.0086, 52.9606],[1.0085, 52.9604],[1.0086, 52.9602],[1.009501, 52.96],[1.0123, 52.9596],[1.0127, 52.9595],[1.013101, 52.9592],[1.013199, 52.9587],[1.0128, 52.9585],[1.0123, 52.9584],[1.011701, 52.9585],[1.0108, 52.9587],[1.0098, 52.959],[1.0092, 52.959],[1.0087, 52.9588],[1.0085, 52.9585],[1.008399, 52.9575],[1.008199, 52.9572],[1.0078, 52.9571],[1.0073, 52.9571],[1.006099, 52.9576],[1.005, 52.9582],[1.004601, 52.9584],[1.003999, 52.9585],[1.0035, 52.9584],[1.0029, 52.958],[1.002401, 52.9578],[1.0021, 52.9578],[1.001701, 52.9581],[1.0015, 52.9586],[1.001099, 52.959],[1.000499, 52.9593],[1.0001, 52.9597],[1.0001, 52.961],[0.9999005, 52.9613],[0.9995005, 52.9613],[0.9989995, 52.961],[0.9987005, 52.9603],[0.9987995, 52.9598],[0.9995005, 52.9593],[0.9998005, 52.9589],[0.9999005, 52.9584],[0.9998005, 52.958],[0.9996005000000002, 52.9578],[0.9991005, 52.9578],[0.9981995, 52.9578],[0.9976005, 52.9581],[0.9964995, 52.9584],[0.9944005, 52.9587],[0.9917005, 52.9591],[0.9897005, 52.9595],[0.9881005000000002, 52.9598],[0.9871005000000002, 52.9603],[0.9867005, 52.9607],[0.9864995, 52.9611],[0.9864995, 52.9616],[0.9870005, 52.9623],[0.9875005, 52.9627],[0.9881995, 52.963],[0.9889005, 52.963],[0.9898005000000002, 52.9628],[0.9904995, 52.9624],[0.9910005, 52.9618],[0.9912995, 52.9611],[0.9919005, 52.9608],[0.9929995, 52.9605],[0.9939995, 52.9603],[0.9956005, 52.9601],[0.9962995, 52.9598],[0.9969005, 52.9598],[0.9972005000000003, 52.9599],[0.9973005, 52.9601],[0.9972005000000003, 52.9603],[0.9967005, 52.9607],[0.9958995, 52.961],[0.9942005000000002, 52.9612],[0.9929005, 52.9614],[0.9924005, 52.9617],[0.9922005000000002, 52.962],[0.9921005000000003, 52.9626],[0.9918005, 52.963],[0.9918005, 52.9633],[0.9921005000000003, 52.9635],[0.9926005, 52.9635],[0.9931005000000003, 52.9633],[0.9937005, 52.9628],[0.9939995, 52.9625],[0.9943005, 52.9624],[0.9946005, 52.9627],[0.9947005, 52.963],[0.9945005000000002, 52.9634],[0.9937995000000002, 52.9639],[0.9929995, 52.9642],[0.9922005000000002, 52.9642],[0.9908005, 52.9638],[0.9902005, 52.9638],[0.9895005, 52.9641],[0.9889005, 52.9645],[0.9887995, 52.9649],[0.9889995, 52.9653],[0.9894005, 52.9656],[0.9906005, 52.9656],[0.9914995, 52.9654]]],[[[0.5985995, 52.9766],[0.5997005, 52.9762],[0.6006005, 52.9760],[0.6012995, 52.9759],[0.6043005, 52.9758],[0.6058005, 52.9754],[0.6083995, 52.974],[0.6094005, 52.9737],[0.6106995, 52.9735],[0.6123005, 52.9735],[0.6129005, 52.9734],[0.6133005, 52.9733],[0.6142005, 52.9727],[0.6146005, 52.9724],[0.6151005, 52.9722],[0.6160995, 52.9721],[0.6173005, 52.9722],[0.6181005000000002, 52.9723],[0.6187005, 52.9726],[0.6197005, 52.9731],[0.6204995, 52.9734],[0.6208005, 52.9734],[0.6210005, 52.9733],[0.6210005, 52.9730],[0.6204005, 52.9719],[0.6204005, 52.9717],[0.6204995, 52.9714],[0.6210995, 52.9709],[0.6210995, 52.9705],[0.6208995, 52.9702],[0.6202005, 52.9698],[0.6195005, 52.9696],[0.6185995, 52.9695],[0.6170005, 52.9697],[0.6158995, 52.9698],[0.6153005, 52.9698],[0.6141005, 52.9696],[0.6129005, 52.9694],[0.6123005, 52.9696],[0.6119005, 52.9699],[0.6114995, 52.9700],[0.6106005, 52.9699],[0.6102005, 52.9698],[0.6097005, 52.9693],[0.6092005, 52.9691],[0.6087005, 52.9691],[0.6079995, 52.9692],[0.6072005, 52.9693],[0.6066005, 52.9693],[0.6058005, 52.9692],[0.6045005, 52.9688],[0.6039995, 52.9687],[0.6023005, 52.9687],[0.6004005, 52.9685],[0.5996005, 52.9685],[0.5983005, 52.9687],[0.5976005, 52.969],[0.5971005, 52.9694],[0.5954995, 52.9714],[0.5949005000000002, 52.9718],[0.5925005, 52.9728],[0.5919005, 52.9731],[0.5914005, 52.9736],[0.5912995, 52.9738],[0.5912995, 52.9741],[0.5919005, 52.9746],[0.5921005, 52.9748],[0.5921005, 52.9751],[0.5916005, 52.9758],[0.5914995, 52.9762],[0.5916005, 52.9764],[0.5921005, 52.9766],[0.5926005, 52.9766],[0.5935005, 52.9765],[0.5944005, 52.9766],[0.5954995, 52.9768],[0.5962995, 52.977],[0.5972005, 52.977],[0.5985995, 52.9766]]],[[[0.8962995, 52.9678],[0.8967005, 52.9676],[0.8978005, 52.9676],[0.8981995, 52.9676],[0.8989005, 52.9672],[0.8994005000000002, 52.9670],[0.9004005000000002, 52.9668],[0.9010005, 52.9665],[0.9014995, 52.9661],[0.9020005, 52.9657],[0.9025005, 52.9654],[0.9031005000000002, 52.9652],[0.9045005000000002, 52.9649],[0.9050005, 52.9646],[0.9054005, 52.9642],[0.9056995000000002, 52.9637],[0.9056995000000002, 52.9632],[0.9056005, 52.9629],[0.9052005, 52.9627],[0.9044005000000003, 52.9626],[0.9029005, 52.9626],[0.9017005, 52.9623],[0.9008005, 52.962],[0.8998005, 52.9614],[0.8993005, 52.9613],[0.8989995, 52.9613],[0.8987005, 52.9615],[0.8983005, 52.9618],[0.8978005, 52.9619],[0.8966005, 52.962],[0.8958995000000002, 52.9622],[0.8948005, 52.9627],[0.8941005, 52.9629],[0.8931995, 52.9628],[0.8924005, 52.9625],[0.8917005, 52.9621],[0.8906995, 52.9615],[0.8901005, 52.961],[0.8896005, 52.9607],[0.8891005, 52.9606],[0.8883005, 52.9606],[0.8877005, 52.9608],[0.8872005, 52.9609],[0.8864995, 52.9608],[0.8852005000000002, 52.9605],[0.8841005, 52.9604],[0.8827005, 52.9605],[0.8822005, 52.9607],[0.8821005, 52.9609],[0.8822005, 52.9612],[0.8829995000000002, 52.962],[0.8833995, 52.9626],[0.8835995, 52.9632],[0.8837995, 52.9635],[0.8844005, 52.9639],[0.8851005, 52.9644],[0.8856995, 52.9645],[0.8860005, 52.9645],[0.8862995, 52.9644],[0.8864005, 52.9641],[0.8862995, 52.9634],[0.8864995, 52.9631],[0.8868005, 52.963],[0.8874005, 52.9629],[0.8877005, 52.963],[0.8878005, 52.9632],[0.8877005, 52.9638],[0.8877005, 52.9641],[0.8878005, 52.9646],[0.8877005, 52.9649],[0.8873005, 52.9652],[0.8866005, 52.9654],[0.8858995, 52.9655],[0.8852005000000002, 52.9653],[0.8842005, 52.9648],[0.8829995000000002, 52.9646],[0.8818005, 52.9646],[0.8798005, 52.9649],[0.8783995, 52.9653],[0.8779995000000002, 52.9656],[0.8779005, 52.9659],[0.8779995000000002, 52.9664],[0.8781995, 52.9668],[0.8783005, 52.9672],[0.8781995, 52.9678],[0.8781995, 52.9681],[0.8785995, 52.9683],[0.8795005, 52.9685],[0.8804995, 52.9685],[0.8812995000000002, 52.9683],[0.8819005, 52.968],[0.8829005, 52.9670],[0.8835005, 52.9662],[0.8839005, 52.966],[0.8845005, 52.9659],[0.8854005, 52.9659],[0.8868005, 52.9662],[0.8879005, 52.9668],[0.8891005, 52.9672],[0.8897005, 52.9673],[0.8912005, 52.9671],[0.8918005, 52.9671],[0.8925005, 52.9674],[0.8929995, 52.9678],[0.8933005000000002, 52.9685],[0.8935005, 52.9689],[0.8939005, 52.9692],[0.8945005, 52.9693],[0.8953005000000002, 52.9693],[0.8958005, 52.969],[0.8960005000000002, 52.9682],[0.8962995, 52.9678]]],[[[0.7154995, 52.9773],[0.7164995, 52.977],[0.7174005, 52.9772],[0.7181995, 52.9774],[0.7189005000000002, 52.9774],[0.7203005, 52.9772],[0.7222005, 52.9774],[0.7231995, 52.9776],[0.7246005, 52.9779],[0.7254995, 52.9780],[0.7266005, 52.9779],[0.7287995, 52.9774],[0.7304005, 52.9773],[0.7324005, 52.9774],[0.7339995, 52.9772],[0.7352005, 52.9769],[0.7354005, 52.9766],[0.7353005, 52.9764],[0.7346005, 52.9764],[0.7331005000000002, 52.9766],[0.7325005, 52.9766],[0.7317005, 52.9764],[0.7306995, 52.9757],[0.7298005, 52.9755],[0.7283995, 52.9755],[0.7262005, 52.9755],[0.7243005, 52.9754],[0.7231005, 52.9753],[0.7221005, 52.9751],[0.7212005, 52.9748],[0.7206005, 52.9744],[0.7199005000000002, 52.9737],[0.7193005, 52.9734],[0.7183005, 52.9734],[0.7164995, 52.9739],[0.7154005, 52.9744],[0.7144005, 52.9748],[0.7135995, 52.9751],[0.7124005, 52.9753],[0.7112005, 52.9752],[0.7102005, 52.9749],[0.7094005000000002, 52.9750],[0.7087005, 52.9754],[0.7081005, 52.9762],[0.7077005, 52.9771],[0.7077005, 52.9779],[0.7081005, 52.9784],[0.7087005, 52.9787],[0.7099005, 52.9788],[0.7120005, 52.9786],[0.7133005, 52.9784],[0.7141005, 52.9781],[0.7154995, 52.9773]]],[[[0.7535995, 52.9730],[0.7533995, 52.9725],[0.7529005, 52.9722],[0.7510995, 52.9716],[0.7504005, 52.9716],[0.7487995, 52.9719],[0.7478005, 52.9723],[0.7468005, 52.9725],[0.7456005, 52.9725],[0.7450005, 52.9723],[0.7447005, 52.9720],[0.7447005, 52.9718],[0.7451005, 52.9716],[0.7462995, 52.9712],[0.7462995, 52.971],[0.7460005000000002, 52.9707],[0.7454005, 52.9704],[0.7431995, 52.9699],[0.7412005000000002, 52.9696],[0.7398005, 52.9697],[0.7389995, 52.9699],[0.7383995, 52.9702],[0.7379995, 52.9707],[0.7378005, 52.9715],[0.7378005, 52.9723],[0.7379005, 52.9727],[0.7383005, 52.9731],[0.7391005, 52.9734],[0.7398005, 52.9734],[0.7403005, 52.9733],[0.7410005, 52.9729],[0.7412995, 52.9730],[0.7412995, 52.9731],[0.7412005000000002, 52.9735],[0.7402005000000002, 52.9741],[0.7401005, 52.9745],[0.7403005, 52.9747],[0.7406995, 52.9749],[0.7428005, 52.9749],[0.7439005, 52.9750],[0.7448005, 52.9754],[0.7462005, 52.9755],[0.7479005, 52.9755],[0.7487995, 52.9754],[0.7504005, 52.9750],[0.7526005, 52.9745],[0.7531995, 52.9741],[0.7535005, 52.9736],[0.7535995, 52.9730]]],[[[0.8745005, 52.9632],[0.8739995, 52.9621],[0.8737005, 52.9619],[0.8729995, 52.9617],[0.8714005, 52.9618],[0.8702005000000003, 52.9622],[0.8695005, 52.9623],[0.8681005, 52.9622],[0.8678005, 52.9623],[0.8674005, 52.9626],[0.8671005, 52.9631],[0.8670005, 52.9637],[0.8670005, 52.9642],[0.8672005000000002, 52.9648],[0.8672005000000002, 52.9651],[0.8671005, 52.9656],[0.8669005000000002, 52.9662],[0.8669005000000002, 52.9665],[0.8671005, 52.9669],[0.8675005, 52.9672],[0.8679995, 52.9674],[0.8696005, 52.9676],[0.8710995, 52.9679],[0.8725005, 52.9683],[0.8735995, 52.9686],[0.8745005, 52.9686],[0.8752005, 52.9684],[0.8762005, 52.9681],[0.8771005, 52.968],[0.8773005, 52.9679],[0.8774005, 52.9675],[0.8774005, 52.9671],[0.8772005, 52.9667],[0.8766005, 52.9662],[0.8764005, 52.9658],[0.8764005, 52.9652],[0.8762995, 52.9647],[0.8760005, 52.9644],[0.8753005000000003, 52.9639],[0.8748005, 52.9635],[0.8745005, 52.9632]]],[[[0.9608995, 52.963],[0.9618005, 52.9625],[0.9627005, 52.9619],[0.9637995, 52.9616],[0.9649005, 52.9614],[0.9651005, 52.9612],[0.9651005, 52.9609],[0.9647005, 52.9607],[0.9642005, 52.9606],[0.9633995, 52.9606],[0.9624005, 52.9608],[0.9610995, 52.9613],[0.9603005, 52.9615],[0.9596005, 52.9615],[0.9589995, 52.9614],[0.9581005, 52.9611],[0.9573005, 52.961],[0.9569005000000003, 52.9611],[0.9567005, 52.9613],[0.9566005, 52.9618],[0.9566005, 52.9624],[0.9562995, 52.9626],[0.9558005, 52.9626],[0.9554995, 52.9624],[0.9554005, 52.962],[0.9556005000000002, 52.9611],[0.9554995, 52.9608],[0.9552005, 52.9607],[0.9546005000000002, 52.9608],[0.9537005, 52.9606],[0.9528005, 52.9602],[0.9519005, 52.96],[0.9510995, 52.96],[0.9499005, 52.9601],[0.9493005, 52.9603],[0.9489995, 52.9607],[0.9489005, 52.9612],[0.9491005, 52.9617],[0.9492005, 52.9622],[0.9489995, 52.9626],[0.9485995, 52.9632],[0.9483005, 52.9637],[0.9483995000000002, 52.9641],[0.9487005, 52.9644],[0.9496005, 52.9648],[0.9506005, 52.9651],[0.9518005000000003, 52.9651],[0.9529005000000002, 52.965],[0.9539995, 52.9648],[0.9553005, 52.9644],[0.9569005000000003, 52.9640],[0.9589005, 52.9637],[0.9599005, 52.9634],[0.9608995, 52.963]]],[[[0.8656005, 52.9635],[0.8654005, 52.9629],[0.8650005, 52.9625],[0.8645005, 52.9622],[0.8635005, 52.9619],[0.8629005, 52.9616],[0.8621005000000002, 52.9611],[0.8619005, 52.961],[0.8614995, 52.961],[0.8612995, 52.9612],[0.8614005, 52.9615],[0.8623005, 52.9621],[0.8629005, 52.9626],[0.8629995000000003, 52.9629],[0.8629005, 52.963],[0.8624005, 52.963],[0.8614005, 52.9626],[0.8606005, 52.9624],[0.8594005000000002, 52.9623],[0.8587005, 52.9621],[0.8581995, 52.9617],[0.8579005, 52.9608],[0.8572005, 52.9594],[0.8568005, 52.959],[0.8562995, 52.9587],[0.8558005, 52.9587],[0.8552005, 52.9589],[0.8547005, 52.9592],[0.8546005, 52.9595],[0.8547005, 52.9599],[0.8549005, 52.9602],[0.8554005, 52.9608],[0.8556005, 52.9612],[0.8556995, 52.9617],[0.8556005, 52.9631],[0.8556995, 52.9635],[0.8560995, 52.9641],[0.8567005, 52.9646],[0.8579995, 52.9655],[0.8598005, 52.966],[0.8614995, 52.9662],[0.8635995, 52.9662],[0.8646005, 52.9661],[0.8650005, 52.966],[0.8653005, 52.9657],[0.8654005, 52.9652],[0.8654995, 52.9641],[0.8656005, 52.9635]]],[[[0.8812995000000002, 52.9614],[0.8804995, 52.9611],[0.8798005, 52.961],[0.8785995, 52.9613],[0.8779005, 52.9613],[0.8774005, 52.9611],[0.8766005, 52.9603],[0.8760995, 52.96],[0.8756005, 52.9599],[0.8749005, 52.96],[0.8737995, 52.9604],[0.8733005, 52.9604],[0.8729995, 52.9602],[0.8723005, 52.9593],[0.8714995000000002, 52.9588],[0.8708995, 52.9586],[0.8704005, 52.9585],[0.8696005, 52.9586],[0.8687005, 52.9589],[0.8679995, 52.9589],[0.8668005, 52.9587],[0.8662005000000002, 52.9588],[0.8656995, 52.959],[0.8654005, 52.9593],[0.8654005, 52.9596],[0.8654995, 52.96],[0.8654995, 52.9604],[0.8652005000000002, 52.9608],[0.8651005, 52.9613],[0.8653005, 52.9616],[0.8656995, 52.9618],[0.8664995, 52.9619],[0.8673005, 52.9618],[0.8679995, 52.9616],[0.8681995, 52.9614],[0.8681005, 52.9611],[0.8674005, 52.9607],[0.8673005, 52.9604],[0.8674005, 52.9601],[0.8679995, 52.9598],[0.8692005000000003, 52.9597],[0.8703005, 52.9598],[0.8706005, 52.96],[0.8706995, 52.9603],[0.8702005000000003, 52.9608],[0.8698005, 52.9611],[0.8698005, 52.9613],[0.8700005, 52.9615],[0.8703005, 52.9616],[0.8708005, 52.9616],[0.8716005000000002, 52.9614],[0.8729005, 52.9615],[0.8735995, 52.9615],[0.8742005, 52.9612],[0.8749005, 52.9611],[0.8753005000000003, 52.9612],[0.8756005, 52.9615],[0.8756995, 52.9621],[0.8758005, 52.9626],[0.8762005, 52.963],[0.8768005, 52.9633],[0.8771005, 52.9636],[0.8776005, 52.9642],[0.8781995, 52.9645],[0.8785995, 52.9646],[0.8814995, 52.9641],[0.8827005, 52.9638],[0.8829005, 52.9637],[0.8828005, 52.9633],[0.8817005, 52.9619],[0.8812995000000002, 52.9614]]],[[[0.7481005, 52.9674],[0.7479005, 52.9669],[0.7475005, 52.9666],[0.7462005, 52.9661],[0.7452005, 52.9659],[0.7442005, 52.966],[0.7435995, 52.9663],[0.7427005, 52.9670],[0.7422005, 52.9672],[0.7417005, 52.9671],[0.7408995, 52.9667],[0.7404995, 52.9667],[0.7401005, 52.9670],[0.7400005, 52.9676],[0.7400005, 52.9681],[0.7403005, 52.9685],[0.7422005, 52.969],[0.7431995, 52.9692],[0.7444005, 52.9692],[0.7456005, 52.9693],[0.7466005, 52.9697],[0.7477005, 52.9704],[0.7483005, 52.9706],[0.7485995000000002, 52.9706],[0.7487995, 52.9705],[0.7489005, 52.9701],[0.7487005, 52.9694],[0.7483995, 52.9689],[0.7481005, 52.9674]]],[[[0.8610005, 52.9581],[0.8598005, 52.9581],[0.8589995, 52.9583],[0.8585005, 52.9585],[0.8583995, 52.9587],[0.8585005, 52.959],[0.8587005, 52.9592],[0.8595005, 52.9597],[0.8610005, 52.9601],[0.8624005, 52.9603],[0.8635995, 52.9603],[0.8639995, 52.9602],[0.8641005000000003, 52.96],[0.8641005000000003, 52.9596],[0.8637995, 52.959],[0.8633995, 52.9586],[0.8629005, 52.9584],[0.8623005, 52.9583],[0.8610005, 52.9581]]],[[[0.7381995, 52.9653],[0.7377005, 52.9649],[0.7371005, 52.9648],[0.7366005, 52.9649],[0.7362995, 52.9652],[0.7360005, 52.9653],[0.7354995, 52.9653],[0.7351005000000002, 52.9653],[0.7349005, 52.9657],[0.7350005, 52.9661],[0.7354005, 52.9665],[0.7362995, 52.9670],[0.7372005, 52.9674],[0.7376005, 52.9674],[0.7385005, 52.9669],[0.7396005, 52.9666],[0.7398005, 52.9664],[0.7398005, 52.9661],[0.7396005, 52.9657],[0.7389995, 52.9656],[0.7381995, 52.9653]]],[[[0.7264005, 52.9744],[0.7276005, 52.974],[0.7285005, 52.9741],[0.7294005, 52.974],[0.7297005, 52.9739],[0.7298005, 52.9737],[0.7296005, 52.9733],[0.7287995, 52.9730],[0.7266005, 52.9728],[0.7251005, 52.9727],[0.7245005, 52.9729],[0.7239005, 52.9735],[0.7237005, 52.9739],[0.7239005, 52.9743],[0.7244005, 52.9746],[0.7252005, 52.9746],[0.7264005, 52.9744]]],[[[0.7333995, 52.9746],[0.7325005, 52.9746],[0.7321005000000002, 52.9747],[0.7319005, 52.9750],[0.7321005000000002, 52.9753],[0.7326005, 52.9754],[0.7331005000000002, 52.9756],[0.7335005, 52.9759],[0.7339995, 52.9760],[0.7353005, 52.9759],[0.7354005, 52.9757],[0.7352005, 52.9753],[0.7347005, 52.9751],[0.7339005, 52.9748],[0.7333995, 52.9746]]],[[[0.8906005, 52.9679],[0.8902005, 52.9679],[0.8898005, 52.9681],[0.8897005, 52.9683],[0.8897005, 52.9685],[0.8901005, 52.9688],[0.8906005, 52.9688],[0.8916005, 52.9689],[0.8918005, 52.9689],[0.8919005, 52.9688],[0.8919005, 52.9686],[0.8914995, 52.9682],[0.8910995000000003, 52.968],[0.8906005, 52.9679]]]]}, properties:{name:"Norfolk"}}, {type:"Feature", geometry:{type:"MultiPolygon", coordinates:[[[[-1.329501, 52.1708],[-1.3291, 52.1741],[-1.326001, 52.1772],[-1.322399, 52.1806],[-1.320099, 52.1827],[-1.315199, 52.1821],[-1.3149, 52.1857],[-1.3105, 52.1905],[-1.3063, 52.1905],[-1.302099, 52.1913],[-1.2977, 52.193],[-1.2855, 52.193],[-1.2773, 52.1931],[-1.2765, 52.1958],[-1.2659, 52.1977],[-1.2523, 52.1986],[-1.251899, 52.2025],[-1.252499, 52.2047],[-1.2549, 52.2075],[-1.2581, 52.2099],[-1.258999, 52.217],[-1.2657, 52.2185],[-1.269199, 52.22],[-1.2751, 52.225],[-1.271899, 52.2266],[-1.2724, 52.2286],[-1.277001, 52.2292],[-1.2779, 52.2341],[-1.280699, 52.2366],[-1.283, 52.2386],[-1.2825, 52.2400],[-1.2773, 52.2401],[-1.271401, 52.2397],[-1.265, 52.2353],[-1.2637, 52.2362],[-1.2646, 52.2383],[-1.264799, 52.2405],[-1.2621, 52.2433],[-1.2479, 52.2485],[-1.2457, 52.2486],[-1.2341, 52.2482],[-1.2328, 52.2508],[-1.2323, 52.2520],[-1.2308, 52.2538],[-1.2292, 52.2547],[-1.2197, 52.2604],[-1.2157, 52.2634],[-1.215, 52.2647],[-1.2151, 52.2667],[-1.2172, 52.2697],[-1.2183, 52.2736],[-1.2192, 52.2798],[-1.22, 52.2839],[-1.2212, 52.2885],[-1.228999, 52.2936],[-1.2223, 52.3029],[-1.2186, 52.3038],[-1.2183, 52.3068],[-1.212499, 52.3072],[-1.207399, 52.3107],[-1.204399, 52.3146],[-1.2091, 52.3162],[-1.225399, 52.32],[-1.231099, 52.3194],[-1.2365, 52.3202],[-1.239699, 52.3211],[-1.2596, 52.3277],[-1.2637, 52.3297],[-1.2629, 52.3317],[-1.261899, 52.3352],[-1.259501, 52.3382],[-1.256001, 52.3394],[-1.249699, 52.3401],[-1.244101, 52.3413],[-1.241201, 52.3423],[-1.234699, 52.3456],[-1.227499, 52.3461],[-1.226099, 52.3466],[-1.223799, 52.3484],[-1.221099, 52.3492],[-1.212299, 52.3492],[-1.2101, 52.3496],[-1.198701, 52.3511],[-1.1954, 52.3518],[-1.192999, 52.352],[-1.1913, 52.3505],[-1.189999, 52.3511],[-1.187999, 52.3523],[-1.1839, 52.3547],[-1.182001, 52.3556],[-1.172899, 52.3572],[-1.173501, 52.3592],[-1.172899, 52.361],[-1.169101, 52.3626],[-1.1774, 52.3726],[-1.1862, 52.3774],[-1.1912, 52.3826],[-1.201001, 52.3971],[-1.198501, 52.3969],[-1.1919, 52.3971],[-1.186401, 52.3976],[-1.185899, 52.3955],[-1.184399, 52.3929],[-1.1828, 52.392],[-1.1769, 52.393],[-1.174199, 52.3935],[-1.172099, 52.3944],[-1.167899, 52.3959],[-1.1625, 52.3976],[-1.153, 52.3993],[-1.1511, 52.3968],[-1.1457, 52.3987],[-1.144799, 52.3991],[-1.143, 52.4002],[-1.1417, 52.4008],[-1.1411, 52.4012],[-1.1407, 52.4018],[-1.1404, 52.4027],[-1.139101, 52.4061],[-1.136899, 52.409],[-1.136201, 52.4105],[-1.1346, 52.4121],[-1.1267, 52.4192],[-1.115, 52.4238],[-1.1094, 52.4251],[-1.0898, 52.4328],[-1.0849, 52.4337],[-1.080299, 52.4359],[-1.076401, 52.4346],[-1.074, 52.4334],[-1.071001, 52.4328],[-1.069, 52.4319],[-1.066, 52.4273],[-1.064399, 52.4269],[-1.063501, 52.4262],[-1.0625, 52.4248],[-1.062299, 52.4236],[-1.0618, 52.4232],[-1.059999, 52.4228],[-1.0578, 52.4219],[-1.0554, 52.4206],[-1.053599, 52.42],[-1.0527, 52.4203],[-1.052199, 52.4222],[-1.0509, 52.4233],[-1.047199, 52.4253],[-1.040799, 52.4297],[-1.032699, 52.4369],[-1.033599, 52.4383],[-1.0358, 52.4419],[-1.0369, 52.443],[-1.0376, 52.4432],[-1.0396, 52.4427],[-1.0409, 52.4433],[-1.041499, 52.4449],[-1.041, 52.4465],[-1.0394, 52.4487],[-1.036801, 52.4502],[-1.031201, 52.4531],[-1.027799, 52.4549],[-1.021801, 52.4585],[-1.0157, 52.4609],[-1.012001, 52.4627],[-1.006801, 52.4637],[-1.0028, 52.4653],[-1.0003, 52.4671],[-0.9991995, 52.4691],[-0.9960005, 52.4704],[-0.9876995000000002, 52.4723],[-0.9849995, 52.471],[-0.9818005, 52.4707],[-0.9776995, 52.4707],[-0.9710005, 52.4709],[-0.9691005000000003, 52.4741],[-0.9680995, 52.4757],[-0.9662995, 52.4767],[-0.9648995, 52.4768],[-0.9616995, 52.4766],[-0.9557995000000002, 52.4766],[-0.9535995, 52.4768],[-0.9507995, 52.4768],[-0.9495005000000002, 52.4767],[-0.9487995, 52.4762],[-0.9476995, 52.4753],[-0.9439995, 52.4723],[-0.9404995, 52.4694],[-0.9354995000000002, 52.4671],[-0.9233995, 52.4645],[-0.9172995, 52.4634],[-0.9121995, 52.4623],[-0.9089995, 52.4617],[-0.9062005, 52.4624],[-0.9043005, 52.463],[-0.9022995, 52.4623],[-0.8974995, 52.4602],[-0.8931995, 52.4647],[-0.8887995000000002, 52.4707],[-0.8841005, 52.4687],[-0.8787005000000002, 52.4787],[-0.8832995, 52.4816],[-0.8902995, 52.4852],[-0.8937005, 52.486],[-0.8970995, 52.4871],[-0.8982995, 52.4896],[-0.8974995, 52.4912],[-0.8951995, 52.4927],[-0.8906995, 52.4936],[-0.8860005, 52.4938],[-0.8823995, 52.4926],[-0.8814995, 52.4940],[-0.8807995, 52.5007],[-0.8808995, 52.5054],[-0.8806995, 52.5091],[-0.8812005, 52.5113],[-0.8828995, 52.5155],[-0.8770005, 52.5177],[-0.8725995, 52.5192],[-0.8677995, 52.5229],[-0.8493005, 52.5213],[-0.8260005, 52.5206],[-0.8216995000000002, 52.5178],[-0.8187995, 52.5173],[-0.8141005, 52.5175],[-0.8076995, 52.5203],[-0.8046995, 52.5181],[-0.8029995, 52.5176],[-0.7998995, 52.517],[-0.7932995000000002, 52.5159],[-0.7904995, 52.5152],[-0.7857995, 52.5143],[-0.7785995, 52.5177],[-0.7749995, 52.5194],[-0.7724995, 52.518],[-0.7639005, 52.5142],[-0.7600995000000002, 52.5123],[-0.7572995, 52.5108],[-0.7554995, 52.5105],[-0.7537995, 52.5107],[-0.7385005, 52.517],[-0.7343005, 52.5201],[-0.7270005000000002, 52.5224],[-0.7226995, 52.5228],[-0.7198995, 52.5226],[-0.7168995, 52.5226],[-0.7129995, 52.523],[-0.7087005, 52.5253],[-0.7031995, 52.5301],[-0.7014995, 52.5337],[-0.7012005, 52.5385],[-0.6954995, 52.5416],[-0.6931995, 52.5452],[-0.6895005, 52.5445],[-0.6880995, 52.5481],[-0.6868005, 52.5495],[-0.6835995, 52.5510],[-0.6820995, 52.5538],[-0.6776995, 52.5562],[-0.6762005, 52.5568],[-0.6741995, 52.5575],[-0.6691005, 52.5569],[-0.6685995, 52.5608],[-0.6683995, 52.5639],[-0.6658995, 52.5646],[-0.6627995, 52.5655],[-0.6601995, 52.5663],[-0.6552995, 52.5687],[-0.6498995, 52.5707],[-0.6478995, 52.5722],[-0.6455995, 52.5743],[-0.6430995, 52.5739],[-0.6389995, 52.5733],[-0.6372995, 52.5725],[-0.6366995, 52.5723],[-0.6355995, 52.5729],[-0.6330995, 52.5738],[-0.6321995, 52.5743],[-0.6320005, 52.5746],[-0.6316995, 52.5757],[-0.6314005, 52.5762],[-0.6307995, 52.5767],[-0.6293005, 52.5771],[-0.6272995, 52.5776],[-0.6262995, 52.5779],[-0.6257995, 52.5783],[-0.6246995, 52.5791],[-0.6237995, 52.5797],[-0.6225995, 52.5802],[-0.6203995, 52.5806],[-0.6189005, 52.5808],[-0.6181995, 52.5811],[-0.6171995, 52.5817],[-0.6160995, 52.5826],[-0.6143995, 52.5842],[-0.6137005, 52.5847],[-0.6129995, 52.585],[-0.6123995, 52.5851],[-0.6107995, 52.5853],[-0.6093005, 52.5855],[-0.6079995, 52.5857],[-0.6068995, 52.586],[-0.6057995, 52.5866],[-0.6048995, 52.5872],[-0.6032995, 52.5886],[-0.6025995, 52.5892],[-0.6018005, 52.5895],[-0.6006995, 52.5898],[-0.5991005, 52.59],[-0.5976995, 52.59],[-0.5964005, 52.5898],[-0.5924995, 52.5892],[-0.5895005, 52.5887],[-0.5878995, 52.5885],[-0.5864995, 52.5887],[-0.5853995, 52.5893],[-0.5843005, 52.59],[-0.5830995, 52.591],[-0.5818995, 52.5922],[-0.5814995, 52.5926],[-0.5812995, 52.593],[-0.5812995, 52.5935],[-0.5816005, 52.5946],[-0.5818995, 52.5955],[-0.5818005, 52.596],[-0.5814005, 52.5963],[-0.5808995, 52.5966],[-0.5800995, 52.5968],[-0.5795005, 52.5968],[-0.5787005, 52.5967],[-0.5777995, 52.5964],[-0.5768995, 52.5959],[-0.5764005, 52.5954],[-0.5760995, 52.5948],[-0.5760995, 52.5941],[-0.5770005, 52.592],[-0.5770995, 52.5909],[-0.5768995, 52.59],[-0.5764005, 52.5892],[-0.5754995000000002, 52.5884],[-0.5743995, 52.5878],[-0.5725995, 52.5873],[-0.5704995, 52.5871],[-0.5679995, 52.5871],[-0.5652995, 52.5874],[-0.5631995, 52.5877],[-0.5610005, 52.5878],[-0.5600995, 52.5882],[-0.5595995, 52.5888],[-0.5593995, 52.5896],[-0.5597995, 52.5921],[-0.5597995, 52.5927],[-0.5595995, 52.5933],[-0.5591995, 52.5936],[-0.5583995000000002, 52.594],[-0.5574995, 52.5943],[-0.5558995, 52.5946],[-0.5543995, 52.5948],[-0.5527995, 52.5949],[-0.5518005, 52.5949],[-0.5505995, 52.5948],[-0.5495995, 52.5946],[-0.5476995, 52.594],[-0.5451995, 52.5934],[-0.5437995, 52.5935],[-0.5421995, 52.5939],[-0.5410005, 52.5945],[-0.5402995, 52.5952],[-0.5401995, 52.5962],[-0.5405995, 52.597],[-0.5410995, 52.5975],[-0.5422995, 52.5981],[-0.5443995, 52.5989],[-0.5471995, 52.5999],[-0.5477995, 52.6002],[-0.5483995, 52.6006],[-0.5491005, 52.6012],[-0.5495005, 52.6017],[-0.5496995, 52.6022],[-0.5497995, 52.6028],[-0.5495995, 52.6038],[-0.5493005, 52.6044],[-0.5487995, 52.6048],[-0.5472995, 52.6058],[-0.5456995, 52.6072],[-0.5454995, 52.6077],[-0.5452995, 52.6085],[-0.5453995, 52.6095],[-0.5455995, 52.6100],[-0.5470005, 52.6116],[-0.5476995, 52.6124],[-0.5477995, 52.6127],[-0.5476995, 52.6131],[-0.5472995, 52.6135],[-0.5446995, 52.6147],[-0.5418005, 52.6160],[-0.5397995, 52.617],[-0.5378995, 52.6182],[-0.5368005, 52.6191],[-0.5360995, 52.6199],[-0.5357995, 52.6203],[-0.5355995, 52.6208],[-0.5355995, 52.6218],[-0.5357995, 52.6223],[-0.5360995, 52.6228],[-0.5378995, 52.6244],[-0.5380995, 52.6248],[-0.5381995, 52.6253],[-0.5380995, 52.6259],[-0.5377995, 52.6263],[-0.5373995, 52.6266],[-0.5366995, 52.6270],[-0.5354995, 52.6274],[-0.5339005, 52.6279],[-0.5330995, 52.6282],[-0.5324995, 52.6286],[-0.5320995, 52.6293],[-0.5318005, 52.6312],[-0.5316005, 52.6316],[-0.5312005, 52.6319],[-0.5293995, 52.6327],[-0.5266005, 52.6338],[-0.5243005, 52.6347],[-0.5222995, 52.6357],[-0.5212005, 52.6363],[-0.5202995, 52.6369],[-0.5195995, 52.6376],[-0.5191005, 52.6386],[-0.5189005, 52.6406],[-0.5187995, 52.6414],[-0.5183995, 52.642],[-0.5177995, 52.6423],[-0.5154995, 52.6429],[-0.5132995, 52.6432],[-0.5131995, 52.6427],[-0.5085005, 52.6418],[-0.5031995, 52.6411],[-0.4950995, 52.6406],[-0.4860005, 52.6328],[-0.4829995, 52.6315],[-0.4766995, 52.6311],[-0.4723995, 52.628],[-0.4691005, 52.6201],[-0.4712995, 52.6152],[-0.4774995, 52.6146],[-0.4783995, 52.6043],[-0.4810005, 52.602],[-0.4843005, 52.6008],[-0.4880995, 52.5932],[-0.4926995, 52.5898],[-0.4960995, 52.5875],[-0.4937005, 52.5863],[-0.4751995, 52.5771],[-0.4735995, 52.5755],[-0.4693005, 52.5761],[-0.4581995, 52.5781],[-0.4368995, 52.5812],[-0.4299995, 52.5824],[-0.4264005, 52.5828],[-0.4250995, 52.5824],[-0.4228995, 52.5813],[-0.4207995, 52.58],[-0.4181995, 52.5789],[-0.4164005, 52.5781],[-0.4143005, 52.5774],[-0.4135005, 52.5771],[-0.4132995, 52.5755],[-0.4132995, 52.5739],[-0.4137005, 52.5707],[-0.4135995, 52.5701],[-0.4131995, 52.5697],[-0.4118005, 52.5698],[-0.4110005, 52.5698],[-0.4103995, 52.5696],[-0.4097995, 52.5691],[-0.4087995, 52.5679],[-0.4082995, 52.5674],[-0.4073995, 52.5668],[-0.4053995, 52.5654],[-0.4050995, 52.5651],[-0.4049995, 52.5649],[-0.4048995, 52.5645],[-0.4052995, 52.5637],[-0.4058995, 52.5629],[-0.4062005, 52.5627],[-0.4068005, 52.5625],[-0.4085995, 52.5622],[-0.4114005, 52.5621],[-0.4118005, 52.5608],[-0.4126995, 52.5594],[-0.4139995, 52.5576],[-0.4143005, 52.5569],[-0.4143005, 52.5562],[-0.4141005, 52.5553],[-0.4137005, 52.5535],[-0.4135995, 52.5531],[-0.4133995, 52.5527],[-0.4130995, 52.5524],[-0.4124995, 52.5520],[-0.4104995, 52.5509],[-0.4049995, 52.5499],[-0.4031995, 52.5495],[-0.4012005, 52.5490],[-0.4005995, 52.5487],[-0.4001995, 52.5484],[-0.3999995, 52.5478],[-0.4003995, 52.547],[-0.4018005, 52.5450],[-0.4020005, 52.544],[-0.4016995, 52.5429],[-0.3996995, 52.5397],[-0.3995005, 52.539],[-0.3993995, 52.5381],[-0.3995995, 52.5376],[-0.3999995, 52.5370],[-0.4004995, 52.5364],[-0.4012995, 52.5355],[-0.4020995, 52.5347],[-0.4025995, 52.5343],[-0.4032995, 52.5339],[-0.4043995, 52.5333],[-0.4080995, 52.5317],[-0.4095995, 52.5309],[-0.4104995, 52.5304],[-0.4112005, 52.5298],[-0.4116995, 52.5292],[-0.4120005, 52.5286],[-0.4123995, 52.5277],[-0.4122995, 52.5267],[-0.4118995, 52.5258],[-0.4112005, 52.5245],[-0.4104995, 52.5244],[-0.3991005, 52.5231],[-0.3908995, 52.5204],[-0.3856995, 52.5178],[-0.3798995, 52.5139],[-0.3757995, 52.5116],[-0.3704995, 52.5115],[-0.3593005, 52.5073],[-0.3546995, 52.5089],[-0.3483995, 52.5108],[-0.3503995, 52.5048],[-0.3547995, 52.5022],[-0.3578995, 52.5],[-0.3614005, 52.4975],[-0.3554995, 52.4913],[-0.3506995, 52.4863],[-0.3475995, 52.4834],[-0.3456995, 52.4802],[-0.3416005, 52.4726],[-0.3424995, 52.4696],[-0.3412005, 52.4665],[-0.3424995, 52.4661],[-0.3447995, 52.4654],[-0.3481995, 52.4632],[-0.3510995, 52.4606],[-0.3539995, 52.4573],[-0.3566005, 52.4547],[-0.3606995, 52.4509],[-0.3589005, 52.4493],[-0.3660005, 52.4424],[-0.3680995, 52.4402],[-0.3696995, 52.4382],[-0.3645995, 52.4361],[-0.3626995, 52.4353],[-0.3606995, 52.4341],[-0.3623995, 52.434],[-0.3683995, 52.4321],[-0.3753995, 52.4300],[-0.3807995, 52.4273],[-0.3846995, 52.4253],[-0.3883995, 52.4219],[-0.3945005, 52.4197],[-0.3970995, 52.4183],[-0.3991995, 52.4168],[-0.4016005, 52.4151],[-0.4064005, 52.4141],[-0.4121995, 52.4126],[-0.4180995, 52.4097],[-0.4170995, 52.4062],[-0.4179995, 52.4027],[-0.4198995, 52.4017],[-0.4239005, 52.4001],[-0.4298995, 52.3975],[-0.4325995, 52.3939],[-0.4368005, 52.3877],[-0.4421995, 52.3838],[-0.4456995, 52.3848],[-0.4530995, 52.3867],[-0.4591005, 52.3842],[-0.4623995, 52.3824],[-0.4814995, 52.381],[-0.4846995, 52.381],[-0.4874995, 52.3803],[-0.4881995, 52.3805],[-0.4914995, 52.3824],[-0.4946995, 52.3802],[-0.4866995, 52.3754],[-0.4951995, 52.3687],[-0.4968005, 52.3672],[-0.4968995, 52.3646],[-0.4957995, 52.3606],[-0.4931995, 52.3583],[-0.4878995, 52.3566],[-0.4753995, 52.3493],[-0.4787995, 52.3452],[-0.4826995, 52.3402],[-0.4651995, 52.3398],[-0.4628995, 52.3278],[-0.4624995, 52.3246],[-0.4729995, 52.3223],[-0.4771995, 52.3216],[-0.4895005, 52.3229],[-0.5020005, 52.3224],[-0.5203995, 52.3195],[-0.5121995, 52.3157],[-0.5214995, 52.3088],[-0.5398995, 52.2931],[-0.5416995, 52.2913],[-0.5427995, 52.2898],[-0.5427995, 52.2893],[-0.5375995, 52.284],[-0.5353995, 52.2812],[-0.5337995, 52.2785],[-0.5323995, 52.2762],[-0.5307995, 52.2727],[-0.5306995, 52.2712],[-0.5372995, 52.2686],[-0.5356995, 52.2628],[-0.5387005, 52.2587],[-0.5507995, 52.2594],[-0.5557995, 52.2578],[-0.5639005, 52.2545],[-0.5697995, 52.2588],[-0.5774995, 52.265],[-0.5814995, 52.2683],[-0.5857995, 52.2717],[-0.5895995, 52.2743],[-0.5978995, 52.2772],[-0.6024995, 52.2788],[-0.6049995, 52.2787],[-0.6121995, 52.2791],[-0.6151995, 52.2783],[-0.6175995, 52.2777],[-0.6195005, 52.2772],[-0.6237995, 52.2762],[-0.6245995, 52.2756],[-0.6258995, 52.2742],[-0.6276995, 52.2726],[-0.6293995, 52.2714],[-0.6303995, 52.2709],[-0.6321995, 52.2699],[-0.6327995, 52.2699],[-0.6337005, 52.2705],[-0.6339005, 52.2708],[-0.6341005, 52.2727],[-0.6345995, 52.2731],[-0.6356995, 52.2733],[-0.6375995, 52.2732],[-0.6406995, 52.2731],[-0.6430995, 52.2729],[-0.6439005, 52.2727],[-0.6447995, 52.2724],[-0.6466005, 52.2716],[-0.6487005, 52.2698],[-0.6493005, 52.2691],[-0.6493995, 52.2687],[-0.6480995, 52.2662],[-0.6480995, 52.2659],[-0.6504995, 52.2637],[-0.6508995, 52.2626],[-0.6505995, 52.2606],[-0.6495995, 52.2573],[-0.6493005, 52.2565],[-0.6491995, 52.2546],[-0.6487005, 52.2523],[-0.6485005, 52.2516],[-0.6479995, 52.2506],[-0.6462995, 52.2486],[-0.6416005, 52.2422],[-0.6400995, 52.2395],[-0.6362005, 52.2320],[-0.6354995, 52.2298],[-0.6375995, 52.2279],[-0.6385995, 52.227],[-0.6481995, 52.2209],[-0.6501995, 52.2189],[-0.6532995, 52.2152],[-0.6578995, 52.2098],[-0.6623995, 52.2045],[-0.6645995, 52.202],[-0.6656995, 52.2003],[-0.6662995, 52.1994],[-0.6673995, 52.1961],[-0.6743005, 52.1971],[-0.6777995, 52.1971],[-0.6835005, 52.1970],[-0.6910995, 52.1959],[-0.6970995, 52.1943],[-0.7055995000000002, 52.1905],[-0.7110995, 52.1877],[-0.7175995, 52.1833],[-0.7224995, 52.1814],[-0.7243995, 52.1806],[-0.7252995, 52.1801],[-0.7276995, 52.1784],[-0.7299995, 52.1766],[-0.7312005, 52.1762],[-0.7412995, 52.173],[-0.7437995, 52.1711],[-0.7460005000000002, 52.1696],[-0.7472995, 52.1688],[-0.7489005, 52.1681],[-0.7503995, 52.1678],[-0.7531995, 52.1675],[-0.7556995, 52.1675],[-0.7577995, 52.1677],[-0.7589995, 52.1679],[-0.7612005, 52.1695],[-0.7635995, 52.1716],[-0.7639995, 52.1718],[-0.7710005, 52.1707],[-0.7730995, 52.1699],[-0.7760005, 52.1683],[-0.7766995000000002, 52.1674],[-0.7785005000000002, 52.164],[-0.7806995, 52.1598],[-0.7839005000000002, 52.156],[-0.7878995, 52.1512],[-0.7899995, 52.1512],[-0.7912005, 52.1528],[-0.7905995, 52.154],[-0.7910995, 52.1542],[-0.7930995, 52.1544],[-0.7945005, 52.1546],[-0.7957995, 52.1552],[-0.7962005, 52.1557],[-0.7975995, 52.1588],[-0.7981995, 52.1588],[-0.8014005, 52.1584],[-0.8024995, 52.1591],[-0.8035995, 52.1596],[-0.8076995, 52.1595],[-0.8081995, 52.1584],[-0.8082995, 52.1561],[-0.8079995, 52.1534],[-0.8077995, 52.1524],[-0.8099995, 52.1505],[-0.8112005, 52.1487],[-0.8152995, 52.1506],[-0.8216005, 52.1522],[-0.8218005000000002, 52.1519],[-0.8220995, 52.1511],[-0.8221995, 52.1505],[-0.8220005, 52.1497],[-0.8216995000000002, 52.1488],[-0.8214005, 52.1482],[-0.8207995, 52.1477],[-0.8168005000000002, 52.1445],[-0.8168005000000002, 52.1442],[-0.8170005, 52.1439],[-0.8191995, 52.1433],[-0.8203995, 52.1428],[-0.8206995, 52.1425],[-0.8216995000000002, 52.14],[-0.8235995, 52.1397],[-0.8287005, 52.1401],[-0.8289995, 52.1392],[-0.8280995, 52.132],[-0.8303995, 52.1313],[-0.8316005, 52.1324],[-0.8335005, 52.1330],[-0.8368005, 52.1302],[-0.8377995, 52.1298],[-0.8462005, 52.1295],[-0.8500995, 52.1293],[-0.8514995, 52.1296],[-0.8631995, 52.1305],[-0.8643005, 52.1303],[-0.8714005, 52.1282],[-0.8772995, 52.1266],[-0.8780995, 52.1260],[-0.8783995, 52.1250],[-0.8789995000000002, 52.1227],[-0.8798995, 52.1202],[-0.8810005, 52.1181],[-0.8824995, 52.1163],[-0.8837005, 52.1148],[-0.8849995000000003, 52.1133],[-0.8843995, 52.1122],[-0.8832995, 52.1119],[-0.8812005, 52.1116],[-0.8783995, 52.1118],[-0.8743005, 52.1116],[-0.8735995, 52.1114],[-0.8722995, 52.1107],[-0.8697995, 52.109],[-0.8691005, 52.1079],[-0.8691005, 52.1075],[-0.8697995, 52.1068],[-0.8702995, 52.106],[-0.8700995, 52.1046],[-0.8696995, 52.1038],[-0.8691005, 52.1034],[-0.8676995, 52.1033],[-0.8662995, 52.1028],[-0.8657995000000002, 52.1026],[-0.8657995000000002, 52.1019],[-0.8662005000000002, 52.1012],[-0.8675995, 52.1005],[-0.8683995, 52.0997],[-0.8683995, 52.099],[-0.8655995, 52.0978],[-0.8610995, 52.0973],[-0.8587005, 52.0968],[-0.8576995, 52.0963],[-0.8568005, 52.0952],[-0.8560005000000002, 52.0938],[-0.8552995, 52.0928],[-0.8541995, 52.0925],[-0.8518995, 52.0922],[-0.8487005, 52.0918],[-0.8470005, 52.0916],[-0.8447995, 52.0908],[-0.8416005, 52.0876],[-0.8382995, 52.0849],[-0.8368005, 52.0835],[-0.8343995, 52.0814],[-0.8316995, 52.0796],[-0.8324995, 52.077],[-0.8343995, 52.0756],[-0.8360995, 52.074],[-0.8358995, 52.0729],[-0.8348995000000002, 52.0719],[-0.8335005, 52.0708],[-0.8335005, 52.0700],[-0.8345005, 52.068],[-0.8370995, 52.0652],[-0.8389995, 52.0632],[-0.8399995000000002, 52.0628],[-0.8414005, 52.0627],[-0.8435995, 52.0632],[-0.8481995, 52.0646],[-0.8503995, 52.0642],[-0.8523995, 52.0636],[-0.8585005, 52.0624],[-0.8604995, 52.0623],[-0.8614995, 52.0624],[-0.8618005000000002, 52.0623],[-0.8627995, 52.0618],[-0.8630995, 52.0612],[-0.8631995, 52.0607],[-0.8631995, 52.0604],[-0.8627995, 52.0593],[-0.8595005, 52.0570],[-0.8575995, 52.0561],[-0.8564005, 52.0556],[-0.8541995, 52.0538],[-0.8522995, 52.0521],[-0.8506995, 52.0507],[-0.8516005, 52.0499],[-0.8523995, 52.0489],[-0.8535005, 52.0482],[-0.8554995, 52.047],[-0.8574995, 52.0461],[-0.8599995, 52.0457],[-0.8620005, 52.0458],[-0.8629995000000003, 52.0458],[-0.8639995, 52.0454],[-0.8645995, 52.0446],[-0.8652995, 52.0434],[-0.8664005, 52.0393],[-0.8673995, 52.0377],[-0.8691005, 52.0358],[-0.8718995000000002, 52.0334],[-0.8735995, 52.0322],[-0.8743995, 52.0317],[-0.8760005, 52.0306],[-0.8768005, 52.0301],[-0.8776995, 52.0296],[-0.8795005, 52.0301],[-0.8839005, 52.032],[-0.8855995, 52.0325],[-0.8887005, 52.0323],[-0.8900995000000002, 52.0317],[-0.8974995, 52.0269],[-0.9028995, 52.0238],[-0.9039995, 52.0236],[-0.9070005, 52.0258],[-0.9102995, 52.0285],[-0.9160005, 52.0332],[-0.9216995, 52.0366],[-0.9252995000000003, 52.041],[-0.9270995, 52.0433],[-0.9271995, 52.0439],[-0.9256995, 52.046],[-0.9257995, 52.0467],[-0.9278995, 52.0516],[-0.9289995, 52.0532],[-0.9335995, 52.0532],[-0.9343995, 52.0544],[-0.9366005, 52.0582],[-0.9387005000000002, 52.0658],[-0.9397995, 52.0696],[-0.9404995, 52.0737],[-0.9412995000000002, 52.0759],[-0.9427995, 52.0784],[-0.9450995, 52.0794],[-0.9485995, 52.0806],[-0.9518005000000003, 52.0813],[-0.9533995, 52.0815],[-0.9555995, 52.081],[-0.9583995, 52.0786],[-0.9604995, 52.0773],[-0.9628995000000002, 52.0757],[-0.9643995, 52.0739],[-0.9664995, 52.0714],[-0.9675995, 52.0706],[-0.9685995, 52.0716],[-0.9697995, 52.0718],[-0.9722995, 52.0721],[-0.9732995, 52.0721],[-0.9746995, 52.0720],[-0.9814995, 52.0715],[-0.9841005, 52.0716],[-0.9874995, 52.0722],[-0.9907995, 52.0724],[-0.9926995, 52.0721],[-0.9943005, 52.0720],[-0.9953995, 52.0719],[-0.9987005, 52.0718],[-1.001001, 52.0721],[-1.005, 52.0724],[-1.010599, 52.0727],[-1.016299, 52.0735],[-1.0196, 52.0745],[-1.021001, 52.0747],[-1.0225, 52.0747],[-1.027099, 52.0744],[-1.032099, 52.0744],[-1.037799, 52.0739],[-1.0423, 52.0739],[-1.042799, 52.0738],[-1.043, 52.0732],[-1.041201, 52.0726],[-1.0369, 52.0717],[-1.0338, 52.0707],[-1.0311, 52.0703],[-1.028, 52.0701],[-1.0273, 52.0697],[-1.0267, 52.0689],[-1.025599, 52.0671],[-1.0254, 52.0663],[-1.0258, 52.0648],[-1.0261, 52.0642],[-1.0266, 52.0638],[-1.0275, 52.0636],[-1.0296, 52.0637],[-1.0311, 52.0641],[-1.0332, 52.0647],[-1.0344, 52.0652],[-1.0365, 52.0662],[-1.0373, 52.0664],[-1.0383, 52.0664],[-1.039101, 52.0662],[-1.0404, 52.0656],[-1.047001, 52.0619],[-1.0489, 52.0607],[-1.0496, 52.0604],[-1.0502, 52.0603],[-1.054101, 52.0607],[-1.055799, 52.0610],[-1.056601, 52.0612],[-1.0576, 52.0614],[-1.059301, 52.0620],[-1.0612, 52.0629],[-1.062001, 52.0628],[-1.067001, 52.0606],[-1.0706, 52.0589],[-1.072001, 52.0585],[-1.075899, 52.0592],[-1.077, 52.0593],[-1.0778, 52.0591],[-1.078799, 52.0588],[-1.079301, 52.0584],[-1.0798, 52.0579],[-1.0818, 52.0548],[-1.0825, 52.0538],[-1.082999, 52.0533],[-1.084501, 52.0526],[-1.0861, 52.0519],[-1.089599, 52.0512],[-1.091001, 52.051],[-1.0933, 52.0508],[-1.093799, 52.0507],[-1.095199, 52.0502],[-1.097399, 52.0491],[-1.0983, 52.0488],[-1.1006, 52.0484],[-1.103199, 52.0478],[-1.105299, 52.0476],[-1.106801, 52.0474],[-1.108, 52.0474],[-1.113, 52.0485],[-1.114699, 52.0485],[-1.1164, 52.0482],[-1.118199, 52.0476],[-1.119599, 52.0467],[-1.1203, 52.0459],[-1.1213, 52.0445],[-1.1223, 52.043],[-1.122599, 52.0425],[-1.123399, 52.0419],[-1.1244, 52.0411],[-1.1249, 52.0406],[-1.1253, 52.0399],[-1.1258, 52.0381],[-1.126001, 52.0376],[-1.1265, 52.037],[-1.1279, 52.0358],[-1.129101, 52.0348],[-1.131201, 52.0331],[-1.1324, 52.0316],[-1.132599, 52.0309],[-1.132599, 52.0284],[-1.132699, 52.0242],[-1.133, 52.0222],[-1.133, 52.0216],[-1.1328, 52.0212],[-1.132001, 52.0206],[-1.1259, 52.0185],[-1.123399, 52.0179],[-1.1209, 52.0172],[-1.1177, 52.0161],[-1.122599, 52.0122],[-1.1229, 52.0117],[-1.1235, 52.0106],[-1.1252, 52.0077],[-1.1267, 52.0065],[-1.128299, 52.0057],[-1.1296, 52.0050],[-1.1307, 52.0040],[-1.133, 52.0005],[-1.134699,51.9976],[-1.1357,51.9969],[-1.1372,51.9966],[-1.1401,51.9966],[-1.144101,51.9966],[-1.1451,51.9964],[-1.1465,51.9957],[-1.147799,51.9947],[-1.1502,51.9936],[-1.154999,51.9925],[-1.159999,51.9923],[-1.1632,51.9910],[-1.1717,51.9856],[-1.1763,51.9827],[-1.178501,51.9817],[-1.180099,51.9817],[-1.1854,51.9811],[-1.187999,51.9804],[-1.1928,51.9766],[-1.198099,51.9769],[-1.208701,51.978],[-1.212999,51.979],[-1.2221,51.9804],[-1.2259,51.9809],[-1.2291,51.9818],[-1.232,51.983],[-1.236899,51.9844],[-1.241601,51.987],[-1.2443,51.9868],[-1.247599,51.9856],[-1.252699,51.9827],[-1.258399,51.9808],[-1.2617,51.9806],[-1.2661,51.9818],[-1.27,51.9826],[-1.2736,51.9826],[-1.276401,51.983],[-1.278,51.9834],[-1.2804,51.9853],[-1.2822,51.9879],[-1.2839,51.9905],[-1.2837,51.9917],[-1.2837,51.9929],[-1.284199,51.9940],[-1.2847,51.9948],[-1.2847,51.9958],[-1.2839,51.9963],[-1.2837,51.9967],[-1.279999,51.9973],[-1.2796,51.9988],[-1.2797,51.9999],[-1.279999, 52.0011],[-1.279799, 52.0027],[-1.279301, 52.0054],[-1.279199, 52.0060],[-1.2794, 52.0064],[-1.2797, 52.0066],[-1.2824, 52.0075],[-1.285599, 52.0088],[-1.2858, 52.0090],[-1.285599, 52.0093],[-1.2846, 52.0104],[-1.282099, 52.0134],[-1.2817, 52.0141],[-1.2815, 52.0145],[-1.2847, 52.0181],[-1.287001, 52.0203],[-1.287699, 52.0214],[-1.2881, 52.0234],[-1.2889, 52.0246],[-1.2904, 52.0252],[-1.294101, 52.0259],[-1.296, 52.0271],[-1.297099, 52.0293],[-1.2918, 52.0317],[-1.2918, 52.0322],[-1.294199, 52.0361],[-1.2945, 52.0368],[-1.2945, 52.0376],[-1.293599, 52.0388],[-1.294101, 52.0393],[-1.295799, 52.0404],[-1.2974, 52.0411],[-1.3034, 52.0422],[-1.307199, 52.0428],[-1.309399, 52.0437],[-1.311499, 52.0442],[-1.3133, 52.0446],[-1.314, 52.0453],[-1.3139, 52.0458],[-1.307899, 52.0552],[-1.3076, 52.0561],[-1.3089, 52.0615],[-1.308701, 52.0625],[-1.306601, 52.0645],[-1.3061, 52.0648],[-1.302999, 52.0643],[-1.301601, 52.0642],[-1.300699, 52.0645],[-1.299999, 52.0648],[-1.298501, 52.0660],[-1.2983, 52.0665],[-1.297799, 52.0678],[-1.2977, 52.0695],[-1.297799, 52.0700],[-1.2997, 52.0707],[-1.301601, 52.0707],[-1.3046, 52.0707],[-1.3055, 52.0709],[-1.305799, 52.0716],[-1.3046, 52.0725],[-1.300699, 52.074],[-1.2983, 52.0749],[-1.298, 52.0753],[-1.304301, 52.0798],[-1.310899, 52.08],[-1.317899, 52.0805],[-1.318501, 52.0825],[-1.3192, 52.0846],[-1.319399, 52.0858],[-1.319501, 52.0868],[-1.319501, 52.0875],[-1.319301, 52.0881],[-1.318599, 52.0891],[-1.317999, 52.0897],[-1.3175, 52.0901],[-1.3161, 52.0906],[-1.315099, 52.0909],[-1.314101, 52.0911],[-1.3105, 52.0915],[-1.3096, 52.0916],[-1.3052, 52.0915],[-1.302001, 52.0915],[-1.3005, 52.0913],[-1.2984, 52.0911],[-1.296401, 52.091],[-1.294399, 52.0915],[-1.2897, 52.0927],[-1.2882, 52.0929],[-1.2845, 52.0923],[-1.2833, 52.0925],[-1.280599, 52.0938],[-1.2774, 52.095],[-1.275699, 52.096],[-1.274199, 52.0968],[-1.2732, 52.0976],[-1.2687, 52.0992],[-1.2667, 52.0992],[-1.2608, 52.0982],[-1.2536, 52.097],[-1.2487, 52.0963],[-1.246601, 52.0961],[-1.246899, 52.0972],[-1.251201, 52.103],[-1.253399, 52.1049],[-1.255599, 52.1064],[-1.2636, 52.1101],[-1.269899, 52.1124],[-1.271899, 52.1134],[-1.274799, 52.1160],[-1.2758, 52.1174],[-1.277001, 52.1193],[-1.2808, 52.1231],[-1.2866, 52.1282],[-1.295699, 52.1362],[-1.3005, 52.14],[-1.3052, 52.144],[-1.3055, 52.1462],[-1.3059, 52.1468],[-1.3069, 52.1476],[-1.3084, 52.1486],[-1.310799, 52.1506],[-1.3134, 52.1516],[-1.314399, 52.1526],[-1.317899, 52.1564],[-1.3277, 52.1684],[-1.329, 52.17],[-1.329501, 52.1708]]]]}, properties:{name:"Northamptonshire"}}, {type:"Feature", geometry:{type:"MultiPolygon", coordinates:[[[[-2.025399, 55.8034],[-2.0235, 55.8029],[-2.0223, 55.8024],[-2.0209, 55.8017],[-2.019399, 55.8005],[-2.0181, 55.7990],[-2.016099, 55.7971],[-2.013999, 55.7952],[-2.0123, 55.7934],[-2.0116, 55.7924],[-2.0113, 55.7921],[-2.011001, 55.7919],[-2.0104, 55.7916],[-2.009599, 55.7914],[-2.008399, 55.7914],[-2.006601, 55.7913],[-2.006001, 55.7912],[-2.0057, 55.7911],[-2.005199, 55.7908],[-2.0046, 55.7904],[-2.0028, 55.7888],[-2.002199, 55.7884],[-2.0006, 55.7878],[-1.999501, 55.7867],[-1.9979, 55.7857],[-1.9973, 55.7853],[-1.996601, 55.7847],[-1.9963, 55.7844],[-1.996099, 55.7839],[-1.996099, 55.7836],[-1.9964, 55.7831],[-1.996899, 55.7827],[-1.9973, 55.7822],[-1.9974, 55.782],[-1.9974, 55.7817],[-1.9971, 55.7812],[-1.996801, 55.7809],[-1.996601, 55.7808],[-1.9964, 55.7807],[-1.9958, 55.7806],[-1.9949, 55.7806],[-1.994101, 55.7805],[-1.993199, 55.7803],[-1.9924, 55.78],[-1.9923, 55.7799],[-1.9922, 55.7798],[-1.9921, 55.7795],[-1.9922, 55.7792],[-1.9924, 55.779],[-1.993, 55.7785],[-1.993999, 55.7777],[-1.9942, 55.7774],[-1.9942, 55.7771],[-1.994101, 55.7767],[-1.9938, 55.7763],[-1.9934, 55.7758],[-1.9929, 55.7754],[-1.991801, 55.7746],[-1.9907, 55.7738],[-1.990299, 55.7735],[-1.9901, 55.7732],[-1.989699, 55.7724],[-1.9892, 55.7707],[-1.988901, 55.7701],[-1.9886, 55.7696],[-1.9884, 55.7692],[-1.988299, 55.769],[-1.988199, 55.7686],[-1.988199, 55.7685],[-1.9884, 55.7681],[-1.9885, 55.768],[-1.988999, 55.7677],[-1.9892, 55.7675],[-1.9893, 55.7673],[-1.9892, 55.767],[-1.988901, 55.7665],[-1.9886, 55.766],[-1.988199, 55.7656],[-1.988, 55.7655],[-1.9878, 55.7654],[-1.9873, 55.7653],[-1.9865, 55.7653],[-1.9858, 55.7652],[-1.9852, 55.7652],[-1.9849, 55.7651],[-1.984699, 55.765],[-1.9844, 55.7648],[-1.9844, 55.7647],[-1.984501, 55.7646],[-1.9848, 55.7645],[-1.9857, 55.7645],[-1.9874, 55.7646],[-1.9881, 55.7647],[-1.9888, 55.7649],[-1.9892, 55.7651],[-1.989501, 55.7654],[-1.989699, 55.7659],[-1.989799, 55.7661],[-1.99, 55.7662],[-1.9901, 55.766],[-1.9902, 55.7655],[-1.9906, 55.7616],[-1.9901, 55.7615],[-1.989599, 55.7612],[-1.9892, 55.7608],[-1.988901, 55.7603],[-1.9878, 55.7581],[-1.986899, 55.7567],[-1.986001, 55.7556],[-1.9848, 55.7544],[-1.983099, 55.753],[-1.9808, 55.7515],[-1.9785, 55.7503],[-1.976099, 55.7487],[-1.9726, 55.7464],[-1.9706, 55.745],[-1.969501, 55.7439],[-1.9686, 55.7430],[-1.968099, 55.7425],[-1.967499, 55.7421],[-1.966699, 55.7416],[-1.9651, 55.7406],[-1.962399, 55.7392],[-1.9606, 55.7382],[-1.9601, 55.7378],[-1.9597, 55.7374],[-1.959399, 55.7371],[-1.9591, 55.7366],[-1.9583, 55.7349],[-1.9579, 55.7343],[-1.9575, 55.7338],[-1.9568, 55.7332],[-1.9555, 55.7323],[-1.948799, 55.7286],[-1.945899, 55.7272],[-1.944301, 55.7267],[-1.9434, 55.7263],[-1.942999, 55.7261],[-1.9426, 55.7258],[-1.942299, 55.7255],[-1.9421, 55.7252],[-1.941499, 55.7239],[-1.9412, 55.7235],[-1.9407, 55.7230],[-1.9398, 55.7221],[-1.939, 55.7215],[-1.934301, 55.7187],[-1.929101, 55.7163],[-1.9234, 55.7143],[-1.9173, 55.7123],[-1.9151, 55.7116],[-1.9108, 55.7103],[-1.907099, 55.709],[-1.903901, 55.7079],[-1.9004, 55.7068],[-1.894899, 55.7054],[-1.8897, 55.7042],[-1.8858, 55.7032],[-1.8843, 55.7029],[-1.8817, 55.7024],[-1.88, 55.7021],[-1.8786, 55.7017],[-1.8758, 55.701],[-1.8749, 55.7007],[-1.874501, 55.7005],[-1.8742, 55.7003],[-1.8738, 55.7],[-1.8736, 55.6997],[-1.8735, 55.6994],[-1.8736, 55.699],[-1.8737, 55.6988],[-1.873901, 55.6987],[-1.8742, 55.6987],[-1.874699, 55.6989],[-1.876201, 55.6994],[-1.8787, 55.7004],[-1.8794, 55.7006],[-1.8802, 55.7008],[-1.8828, 55.7013],[-1.887001, 55.7021],[-1.891201, 55.703],[-1.894899, 55.704],[-1.8986, 55.7051],[-1.900599, 55.7057],[-1.902001, 55.7062],[-1.904, 55.7067],[-1.908599, 55.7079],[-1.910699, 55.7087],[-1.9116, 55.709],[-1.9124, 55.7092],[-1.9133, 55.7094],[-1.914101, 55.7095],[-1.9144, 55.7095],[-1.9145, 55.7093],[-1.9145, 55.7091],[-1.9145, 55.7089],[-1.9144, 55.7087],[-1.914301, 55.7086],[-1.914, 55.7084],[-1.912699, 55.7079],[-1.9108, 55.7073],[-1.9104, 55.7071],[-1.9101, 55.7069],[-1.9098, 55.7067],[-1.9095, 55.7064],[-1.9088, 55.7055],[-1.9083, 55.7049],[-1.908, 55.7045],[-1.9076, 55.7042],[-1.906401, 55.7036],[-1.905599, 55.7029],[-1.9052, 55.7026],[-1.904799, 55.7024],[-1.9045, 55.7023],[-1.904301, 55.7023],[-1.904, 55.7024],[-1.902699, 55.703],[-1.9023, 55.7031],[-1.9019, 55.7031],[-1.9016, 55.7031],[-1.9011, 55.703],[-1.9003, 55.7027],[-1.8994, 55.7022],[-1.8979, 55.701],[-1.897001, 55.7004],[-1.895599, 55.6996],[-1.8944, 55.699],[-1.8931, 55.6985],[-1.889101, 55.6971],[-1.885, 55.6957],[-1.8831, 55.695],[-1.8824, 55.6947],[-1.8809, 55.6939],[-1.8802, 55.6934],[-1.879501, 55.6928],[-1.8792, 55.6925],[-1.878901, 55.692],[-1.877699, 55.6894],[-1.876899, 55.6875],[-1.876601, 55.6865],[-1.876601, 55.686],[-1.8767, 55.6855],[-1.877001, 55.6852],[-1.8772, 55.6851],[-1.877699, 55.685],[-1.8793, 55.6849],[-1.880399, 55.6849],[-1.8808, 55.6848],[-1.881001, 55.6847],[-1.881001, 55.6846],[-1.881001, 55.6844],[-1.8808, 55.6843],[-1.8792, 55.684],[-1.877499, 55.6837],[-1.8757, 55.6832],[-1.8735, 55.6828],[-1.8722, 55.6826],[-1.8714, 55.6823],[-1.8708, 55.6820],[-1.8703, 55.6817],[-1.8701, 55.6815],[-1.8699, 55.6812],[-1.869699, 55.6806],[-1.869699, 55.6801],[-1.869799, 55.6791],[-1.8701, 55.6781],[-1.8701, 55.6777],[-1.87, 55.6775],[-1.869599, 55.6772],[-1.869101, 55.6769],[-1.868701, 55.6765],[-1.8686, 55.6763],[-1.8685, 55.6759],[-1.8686, 55.6757],[-1.868701, 55.6755],[-1.8693, 55.6748],[-1.8694, 55.6745],[-1.8694, 55.6743],[-1.8693, 55.6740],[-1.869101, 55.6738],[-1.868, 55.6728],[-1.8667, 55.6716],[-1.8651, 55.6697],[-1.864501, 55.6688],[-1.8644, 55.6683],[-1.8644, 55.6681],[-1.864501, 55.6677],[-1.864699, 55.6674],[-1.865, 55.6672],[-1.865299, 55.6671],[-1.866801, 55.6671],[-1.8672, 55.6670],[-1.867499, 55.6668],[-1.8677, 55.6664],[-1.8677, 55.6661],[-1.867599, 55.6657],[-1.867499, 55.6654],[-1.8673, 55.6652],[-1.8665, 55.6648],[-1.863901, 55.6642],[-1.862, 55.6638],[-1.8608, 55.6634],[-1.860399, 55.6632],[-1.8594, 55.6623],[-1.858999, 55.6618],[-1.858701, 55.6613],[-1.8572, 55.6586],[-1.8564, 55.6576],[-1.8557, 55.6569],[-1.8551, 55.6564],[-1.853901, 55.6556],[-1.8529, 55.655],[-1.851601, 55.6543],[-1.8508, 55.654],[-1.849501, 55.6535],[-1.848199, 55.6531],[-1.8463, 55.6527],[-1.845, 55.6525],[-1.844, 55.6521],[-1.843199, 55.6517],[-1.842499, 55.6511],[-1.8413, 55.6497],[-1.840199, 55.6482],[-1.839599, 55.6476],[-1.8385, 55.6466],[-1.8383, 55.6463],[-1.838199, 55.6461],[-1.838199, 55.6458],[-1.8384, 55.6454],[-1.838701, 55.6451],[-1.8391, 55.6448],[-1.8394, 55.6445],[-1.839501, 55.6441],[-1.839501, 55.6439],[-1.8394, 55.6437],[-1.8391, 55.6434],[-1.8385, 55.6432],[-1.836801, 55.6428],[-1.835299, 55.6423],[-1.8342, 55.6418],[-1.8326, 55.641],[-1.831601, 55.6405],[-1.829501, 55.6392],[-1.828099, 55.6387],[-1.827299, 55.6385],[-1.826499, 55.6383],[-1.8255, 55.6381],[-1.8228, 55.6378],[-1.820799, 55.6376],[-1.819399, 55.6373],[-1.818099, 55.6369],[-1.816601, 55.6364],[-1.814501, 55.6356],[-1.8121, 55.6346],[-1.810799, 55.6343],[-1.809101, 55.634],[-1.8076, 55.6339],[-1.806201, 55.6339],[-1.804999, 55.634],[-1.804, 55.6342],[-1.802899, 55.6346],[-1.802099, 55.635],[-1.801201, 55.6355],[-1.8005, 55.636],[-1.7998, 55.6366],[-1.798701, 55.6376],[-1.7981, 55.6383],[-1.7976, 55.639],[-1.797001, 55.6403],[-1.7966, 55.6409],[-1.796201, 55.6414],[-1.795599, 55.6421],[-1.7945, 55.643],[-1.7923, 55.6445],[-1.7916, 55.645],[-1.7911, 55.6454],[-1.7903, 55.6461],[-1.789899, 55.6465],[-1.7896, 55.6469],[-1.7894, 55.6473],[-1.789199, 55.6479],[-1.789, 55.6492],[-1.7889, 55.6501],[-1.7887, 55.6508],[-1.7882, 55.6517],[-1.7881, 55.6522],[-1.7881, 55.6529],[-1.7882, 55.6534],[-1.7883, 55.654],[-1.788501, 55.6544],[-1.7889, 55.6549],[-1.7895, 55.6554],[-1.789999, 55.6558],[-1.790599, 55.6562],[-1.7923, 55.6569],[-1.7927, 55.6571],[-1.792899, 55.6573],[-1.792799, 55.6576],[-1.7925, 55.6579],[-1.792199, 55.6581],[-1.7917, 55.6583],[-1.790799, 55.6584],[-1.7901, 55.6584],[-1.7889, 55.6583],[-1.7881, 55.6582],[-1.787099, 55.658],[-1.786201, 55.6577],[-1.7853, 55.6574],[-1.7846, 55.6571],[-1.783599, 55.6564],[-1.7833, 55.6561],[-1.7832, 55.6559],[-1.7831, 55.6554],[-1.7831, 55.6545],[-1.783399, 55.6530],[-1.783399, 55.6524],[-1.783, 55.6508],[-1.782001, 55.648],[-1.780699, 55.6452],[-1.779899, 55.6438],[-1.778501, 55.6421],[-1.7766, 55.6397],[-1.7752, 55.6384],[-1.7723, 55.636],[-1.7674, 55.6328],[-1.762001, 55.6296],[-1.760499, 55.6288],[-1.754799, 55.6259],[-1.7523, 55.6246],[-1.748901, 55.6231],[-1.7458, 55.6215],[-1.7451, 55.6210],[-1.7449, 55.6208],[-1.744699, 55.6205],[-1.744599, 55.6203],[-1.744699, 55.62],[-1.745, 55.6198],[-1.7456, 55.6196],[-1.746099, 55.6195],[-1.746801, 55.6195],[-1.748299, 55.6199],[-1.752699, 55.6211],[-1.755599, 55.6222],[-1.756201, 55.6224],[-1.7572, 55.6226],[-1.7579, 55.6227],[-1.758501, 55.6227],[-1.7592, 55.6226],[-1.759501, 55.6225],[-1.759899, 55.6223],[-1.7609, 55.6216],[-1.762001, 55.6209],[-1.7629, 55.6203],[-1.763501, 55.62],[-1.7646, 55.6197],[-1.7653, 55.6195],[-1.7657, 55.6193],[-1.766001, 55.6191],[-1.7667, 55.6184],[-1.7674, 55.6176],[-1.768, 55.6169],[-1.769101, 55.6164],[-1.770499, 55.6162],[-1.7716, 55.6162],[-1.773, 55.6164],[-1.774999, 55.6167],[-1.777099, 55.6167],[-1.7796, 55.6166],[-1.7808, 55.6166],[-1.7811, 55.6165],[-1.781299, 55.6164],[-1.781401, 55.6163],[-1.781401, 55.6161],[-1.781299, 55.6158],[-1.781, 55.6156],[-1.7801, 55.6152],[-1.7786, 55.6149],[-1.7774, 55.6146],[-1.7766, 55.6143],[-1.7751, 55.6135],[-1.773501, 55.6125],[-1.773, 55.6121],[-1.771899, 55.6107],[-1.7703, 55.6092],[-1.7688, 55.6077],[-1.767699, 55.6067],[-1.767001, 55.6060],[-1.766899, 55.6059],[-1.766899, 55.6058],[-1.767099, 55.6052],[-1.767599, 55.6040],[-1.767599, 55.6039],[-1.767599, 55.6037],[-1.7674, 55.6035],[-1.7666, 55.6035],[-1.764799, 55.6038],[-1.7623, 55.6049],[-1.759699, 55.6065],[-1.7573, 55.6078],[-1.756899, 55.6081],[-1.7566, 55.6085],[-1.756001, 55.6104],[-1.7557, 55.6111],[-1.7552, 55.6116],[-1.7538, 55.6126],[-1.752699, 55.6130],[-1.751099, 55.6132],[-1.748901, 55.6135],[-1.747699, 55.6138],[-1.7456, 55.6149],[-1.7438, 55.6163],[-1.743299, 55.6166],[-1.7423, 55.617],[-1.7415, 55.6174],[-1.741099, 55.6177],[-1.740399, 55.6182],[-1.7399, 55.6184],[-1.7392, 55.6185],[-1.7373, 55.6185],[-1.7357, 55.6183],[-1.733701, 55.6179],[-1.732399, 55.6174],[-1.7309, 55.6169],[-1.7299, 55.6168],[-1.728299, 55.6168],[-1.725399, 55.6171],[-1.723901, 55.6171],[-1.7221, 55.617],[-1.720899, 55.6168],[-1.7199, 55.6165],[-1.7192, 55.6162],[-1.7172, 55.6147],[-1.715199, 55.6134],[-1.7141, 55.6128],[-1.7112, 55.6119],[-1.7076, 55.6111],[-1.7028, 55.6100],[-1.697899, 55.6089],[-1.694, 55.6081],[-1.6913, 55.6073],[-1.689999, 55.6069],[-1.6897, 55.6067],[-1.689, 55.6060],[-1.687899, 55.6041],[-1.6874, 55.6034],[-1.6861, 55.6021],[-1.684999, 55.6014],[-1.6828, 55.6003],[-1.681, 55.5995],[-1.678599, 55.5986],[-1.677999, 55.5983],[-1.677299, 55.5978],[-1.676201, 55.5968],[-1.6752, 55.596],[-1.6739, 55.5952],[-1.6719, 55.5941],[-1.6702, 55.5929],[-1.667199, 55.5906],[-1.663501, 55.5873],[-1.663, 55.5869],[-1.6624, 55.5865],[-1.6598, 55.5855],[-1.6561, 55.5842],[-1.654999, 55.5837],[-1.654101, 55.5834],[-1.6529, 55.5832],[-1.6515, 55.5831],[-1.649199, 55.5833],[-1.649, 55.5832],[-1.649, 55.5831],[-1.649101, 55.5824],[-1.649101, 55.5823],[-1.649101, 55.5821],[-1.649, 55.582],[-1.6487, 55.5819],[-1.645599, 55.5821],[-1.643299, 55.5822],[-1.6429, 55.5822],[-1.642799, 55.5821],[-1.642699, 55.5818],[-1.642599, 55.5811],[-1.6424, 55.5805],[-1.642001, 55.58],[-1.6416, 55.5797],[-1.6411, 55.5794],[-1.6401, 55.5791],[-1.6386, 55.5785],[-1.638, 55.5782],[-1.637599, 55.5779],[-1.6375, 55.5777],[-1.6375, 55.5774],[-1.637699, 55.5771],[-1.6381, 55.5768],[-1.639899, 55.5763],[-1.641299, 55.5758],[-1.642001, 55.5755],[-1.6424, 55.5753],[-1.642699, 55.5751],[-1.644101, 55.5743],[-1.645, 55.5736],[-1.6454, 55.5731],[-1.645499, 55.5728],[-1.645499, 55.5726],[-1.6454, 55.5722],[-1.6452, 55.5721],[-1.645, 55.5721],[-1.6446, 55.5722],[-1.6438, 55.573],[-1.6436, 55.5731],[-1.643299, 55.5731],[-1.642599, 55.5725],[-1.641299, 55.5705],[-1.6404, 55.5694],[-1.638999, 55.5679],[-1.6373, 55.5664],[-1.635399, 55.565],[-1.6336, 55.5637],[-1.633399, 55.5635],[-1.6321, 55.5619],[-1.63, 55.5592],[-1.629501, 55.5587],[-1.6288, 55.5582],[-1.627499, 55.5577],[-1.6265, 55.5576],[-1.625, 55.5577],[-1.6246, 55.5576],[-1.6244, 55.5575],[-1.6243, 55.5574],[-1.6243, 55.5573],[-1.6244, 55.5572],[-1.625399, 55.5566],[-1.6256, 55.5563],[-1.6256, 55.5558],[-1.6256, 55.5552],[-1.625499, 55.5548],[-1.6246, 55.5540],[-1.622001, 55.5526],[-1.6214, 55.5521],[-1.621001, 55.5519],[-1.6184, 55.5520],[-1.6179, 55.5519],[-1.6178, 55.5517],[-1.6178, 55.5515],[-1.6179, 55.5513],[-1.6188, 55.5511],[-1.6215, 55.5502],[-1.622699, 55.5498],[-1.623199, 55.5497],[-1.6236, 55.5497],[-1.6238, 55.5498],[-1.623901, 55.5501],[-1.6242, 55.5510],[-1.624501, 55.5512],[-1.6253, 55.5514],[-1.626001, 55.5514],[-1.627599, 55.5510],[-1.629101, 55.5502],[-1.629699, 55.5497],[-1.6307, 55.5487],[-1.6322, 55.5460],[-1.6328, 55.5441],[-1.633399, 55.5429],[-1.6351, 55.5404],[-1.6367, 55.5392],[-1.6381, 55.5382],[-1.6382, 55.538],[-1.6382, 55.5378],[-1.6381, 55.5376],[-1.6378, 55.5375],[-1.6372, 55.5376],[-1.6366, 55.5381],[-1.635599, 55.5389],[-1.6351, 55.5390],[-1.634699, 55.5390],[-1.634501, 55.5389],[-1.634101, 55.5382],[-1.633299, 55.5365],[-1.6321, 55.535],[-1.6302, 55.5333],[-1.6278, 55.5313],[-1.6258, 55.5298],[-1.623, 55.5276],[-1.6215, 55.5267],[-1.621001, 55.5265],[-1.620399, 55.5264],[-1.6177, 55.5262],[-1.6172, 55.5261],[-1.616899, 55.526],[-1.616601, 55.5258],[-1.6165, 55.5256],[-1.6165, 55.5254],[-1.616601, 55.5252],[-1.6172, 55.5244],[-1.617499, 55.5239],[-1.617499, 55.5236],[-1.6172, 55.523],[-1.616801, 55.5224],[-1.6163, 55.5221],[-1.613, 55.5218],[-1.6108, 55.5214],[-1.6099, 55.5212],[-1.6093, 55.5209],[-1.6091, 55.5207],[-1.608999, 55.5203],[-1.608999, 55.5198],[-1.6091, 55.5196],[-1.6093, 55.5193],[-1.611699, 55.5181],[-1.6138, 55.5169],[-1.614799, 55.5158],[-1.615399, 55.5147],[-1.615499, 55.514],[-1.615399, 55.5131],[-1.6151, 55.5124],[-1.614501, 55.5116],[-1.6136, 55.5108],[-1.6123, 55.5098],[-1.611899, 55.5093],[-1.611699, 55.5087],[-1.611699, 55.5083],[-1.611899, 55.5076],[-1.6136, 55.5046],[-1.613999, 55.504],[-1.6143, 55.5036],[-1.614799, 55.5032],[-1.615399, 55.503],[-1.616001, 55.5028],[-1.616201, 55.5026],[-1.616201, 55.5025],[-1.616099, 55.5023],[-1.6156, 55.502],[-1.614699, 55.5015],[-1.613999, 55.5008],[-1.6131, 55.4995],[-1.611801, 55.497],[-1.6114, 55.4965],[-1.609699, 55.4954],[-1.6084, 55.4948],[-1.6065, 55.4944],[-1.6041, 55.4942],[-1.602399, 55.4942],[-1.600399, 55.4942],[-1.599501, 55.4941],[-1.5984, 55.4938],[-1.597399, 55.4935],[-1.596601, 55.4930],[-1.596001, 55.4924],[-1.5955, 55.4919],[-1.595, 55.4915],[-1.5942, 55.4912],[-1.5933, 55.4910],[-1.5928, 55.4910],[-1.592299, 55.4911],[-1.5905, 55.4917],[-1.5897, 55.4918],[-1.5894, 55.4917],[-1.5891, 55.4915],[-1.589, 55.4913],[-1.589, 55.4911],[-1.589501, 55.4900],[-1.589599, 55.4897],[-1.589599, 55.4894],[-1.5892, 55.4873],[-1.5892, 55.4868],[-1.5894, 55.486],[-1.589599, 55.4856],[-1.59, 55.4852],[-1.5912, 55.4845],[-1.591601, 55.4839],[-1.591699, 55.4835],[-1.591699, 55.4831],[-1.591601, 55.4825],[-1.5912, 55.4815],[-1.590199, 55.4797],[-1.59, 55.4785],[-1.59, 55.4779],[-1.590299, 55.4766],[-1.590899, 55.4744],[-1.590899, 55.4739],[-1.5908, 55.4733],[-1.5906, 55.4729],[-1.590299, 55.4725],[-1.589599, 55.4721],[-1.589301, 55.4717],[-1.5892, 55.4713],[-1.5892, 55.4707],[-1.589599, 55.4687],[-1.589599, 55.4682],[-1.589501, 55.4677],[-1.589301, 55.4674],[-1.588199, 55.4664],[-1.587999, 55.466],[-1.5879, 55.4649],[-1.5878, 55.4643],[-1.587299, 55.4625],[-1.5872, 55.462],[-1.5872, 55.4618],[-1.587299, 55.4615],[-1.587499, 55.4613],[-1.589, 55.4608],[-1.589599, 55.4603],[-1.5908, 55.4587],[-1.591001, 55.458],[-1.591001, 55.4573],[-1.5907, 55.4561],[-1.5898, 55.4546],[-1.588901, 55.4537],[-1.5872, 55.4526],[-1.5865, 55.4519],[-1.5861, 55.4513],[-1.5858, 55.4502],[-1.5856, 55.4497],[-1.585199, 55.449],[-1.5851, 55.4485],[-1.5851, 55.4483],[-1.585299, 55.4474],[-1.5855, 55.4468],[-1.5857, 55.4463],[-1.585899, 55.4461],[-1.586601, 55.4457],[-1.5872, 55.4453],[-1.587499, 55.4449],[-1.588199, 55.4437],[-1.588901, 55.4429],[-1.589599, 55.4422],[-1.5908, 55.4412],[-1.591001, 55.4406],[-1.591001, 55.4402],[-1.590899, 55.4396],[-1.5906, 55.4391],[-1.5899, 55.4384],[-1.589501, 55.4377],[-1.589301, 55.4373],[-1.589, 55.4371],[-1.5876, 55.4363],[-1.5863, 55.4352],[-1.5851, 55.4343],[-1.583799, 55.4337],[-1.5822, 55.4332],[-1.5797, 55.4326],[-1.5779, 55.4322],[-1.576499, 55.4318],[-1.575899, 55.4314],[-1.5754, 55.4311],[-1.575099, 55.4308],[-1.5749, 55.4304],[-1.5749, 55.4300],[-1.575199, 55.4289],[-1.5771, 55.4258],[-1.5776, 55.4244],[-1.577999, 55.4221],[-1.5784, 55.4210],[-1.5792, 55.4197],[-1.580199, 55.4180],[-1.5804, 55.4174],[-1.5804, 55.4169],[-1.580199, 55.4162],[-1.5792, 55.4144],[-1.5777, 55.4117],[-1.5769, 55.4099],[-1.5768, 55.4092],[-1.5768, 55.4085],[-1.577, 55.408],[-1.5776, 55.4071],[-1.5783, 55.4066],[-1.5798, 55.406],[-1.582299, 55.4058],[-1.584, 55.4057],[-1.586001, 55.4055],[-1.587499, 55.405],[-1.589599, 55.4038],[-1.5912, 55.4024],[-1.5919, 55.4013],[-1.5926, 55.4],[-1.593701, 55.3971],[-1.5944, 55.3958],[-1.595299, 55.3947],[-1.597499, 55.3929],[-1.6005, 55.391],[-1.603199, 55.389],[-1.6059, 55.3869],[-1.6079, 55.3859],[-1.6098, 55.3853],[-1.6098, 55.3852],[-1.609501, 55.3848],[-1.6092, 55.3844],[-1.608999, 55.3842],[-1.608099, 55.3838],[-1.607599, 55.3835],[-1.6071, 55.3827],[-1.606699, 55.3808],[-1.6064, 55.3787],[-1.6063, 55.3768],[-1.606001, 55.3758],[-1.6052, 55.3737],[-1.6041, 55.3705],[-1.603199, 55.3677],[-1.6027, 55.3667],[-1.6019, 55.3659],[-1.6008, 55.3651],[-1.5992, 55.3644],[-1.598799, 55.3641],[-1.598799, 55.3639],[-1.598901, 55.3635],[-1.599301, 55.3633],[-1.5999, 55.3629],[-1.600199, 55.3625],[-1.600299, 55.3621],[-1.600299, 55.3617],[-1.599699, 55.3603],[-1.5983, 55.3579],[-1.595899, 55.3544],[-1.593, 55.3510],[-1.590299, 55.3480],[-1.587999, 55.3458],[-1.5865, 55.3443],[-1.5842, 55.342],[-1.5829, 55.3406],[-1.5826, 55.3404],[-1.582399, 55.3403],[-1.5813, 55.3402],[-1.5797, 55.3401],[-1.5763, 55.3401],[-1.574501, 55.34],[-1.574, 55.3399],[-1.5739, 55.3398],[-1.5739, 55.3397],[-1.5742, 55.3396],[-1.5749, 55.3395],[-1.577999, 55.3394],[-1.579399, 55.3393],[-1.5797, 55.3392],[-1.58, 55.339],[-1.580099, 55.3388],[-1.580099, 55.3386],[-1.58, 55.3385],[-1.5797, 55.3383],[-1.579501, 55.3382],[-1.579, 55.3381],[-1.578099, 55.338],[-1.5779, 55.338],[-1.5777, 55.3379],[-1.5777, 55.3378],[-1.5777, 55.3376],[-1.5778, 55.3375],[-1.5786, 55.3374],[-1.5799, 55.3375],[-1.580899, 55.3378],[-1.581401, 55.338],[-1.5827, 55.3386],[-1.584, 55.3392],[-1.5861, 55.3403],[-1.588199, 55.3408],[-1.5897, 55.3411],[-1.590199, 55.3413],[-1.592399, 55.3427],[-1.593199, 55.3434],[-1.5934, 55.3438],[-1.5935, 55.3442],[-1.5933, 55.3448],[-1.5934, 55.3451],[-1.5936, 55.3455],[-1.5942, 55.3462],[-1.595299, 55.3472],[-1.5955, 55.3476],[-1.5958, 55.3491],[-1.596001, 55.3494],[-1.5963, 55.3496],[-1.596601, 55.3496],[-1.5969, 55.3493],[-1.597, 55.3488],[-1.597, 55.3484],[-1.596801, 55.3475],[-1.596001, 55.3463],[-1.5956, 55.3457],[-1.595399, 55.3453],[-1.5951, 55.3443],[-1.5948, 55.3436],[-1.594301, 55.3428],[-1.593799, 55.3424],[-1.5928, 55.3418],[-1.592, 55.3412],[-1.591801, 55.341],[-1.591801, 55.3408],[-1.5919, 55.3407],[-1.5922, 55.3405],[-1.592499, 55.3405],[-1.5934, 55.3407],[-1.593701, 55.3407],[-1.594301, 55.34],[-1.5942, 55.3399],[-1.593701, 55.3396],[-1.5922, 55.3387],[-1.5915, 55.3384],[-1.589301, 55.3381],[-1.5876, 55.3377],[-1.5871, 55.3375],[-1.5863, 55.3368],[-1.5858, 55.3361],[-1.5858, 55.3358],[-1.585899, 55.3357],[-1.5862, 55.3356],[-1.586601, 55.3356],[-1.587399, 55.3361],[-1.5876, 55.3361],[-1.5878, 55.3359],[-1.587999, 55.3353],[-1.588199, 55.3351],[-1.588701, 55.3347],[-1.588701, 55.3346],[-1.588701, 55.3344],[-1.5886, 55.3342],[-1.588199, 55.334],[-1.586699, 55.3339],[-1.5862, 55.334],[-1.5842, 55.3349],[-1.5799, 55.3363],[-1.577399, 55.3367],[-1.576401, 55.3369],[-1.5756, 55.3372],[-1.574, 55.338],[-1.5728, 55.3386],[-1.5718, 55.3389],[-1.5712, 55.339],[-1.5707, 55.339],[-1.570199, 55.3389],[-1.57, 55.3388],[-1.5699, 55.3386],[-1.5699, 55.3385],[-1.57, 55.3383],[-1.5705, 55.3379],[-1.5706, 55.3377],[-1.5705, 55.3375],[-1.570199, 55.3373],[-1.5689, 55.3368],[-1.568501, 55.3365],[-1.5682, 55.3359],[-1.567999, 55.3353],[-1.5678, 55.335],[-1.567199, 55.3348],[-1.5656, 55.3342],[-1.5648, 55.334],[-1.5642, 55.3337],[-1.5639, 55.3334],[-1.5639, 55.3333],[-1.5633, 55.333],[-1.5613, 55.3316],[-1.5574, 55.3288],[-1.5548, 55.3273],[-1.553501, 55.3267],[-1.551401, 55.3256],[-1.5496, 55.3245],[-1.5481, 55.3232],[-1.5477, 55.3227],[-1.5475, 55.3223],[-1.5474, 55.3216],[-1.5474, 55.3209],[-1.5476, 55.3177],[-1.5477, 55.3149],[-1.5477, 55.3125],[-1.547799, 55.3121],[-1.5482, 55.3116],[-1.548599, 55.3113],[-1.5502, 55.3106],[-1.5542, 55.3084],[-1.5556, 55.3073],[-1.556601, 55.306],[-1.5578, 55.3039],[-1.559399, 55.3012],[-1.561601, 55.2987],[-1.5634, 55.2969],[-1.5654, 55.2946],[-1.5676, 55.2912],[-1.568599, 55.2889],[-1.5689, 55.2881],[-1.569, 55.2876],[-1.5691, 55.2871],[-1.5691, 55.2854],[-1.569, 55.2833],[-1.5691, 55.2809],[-1.5692, 55.2792],[-1.569301, 55.2783],[-1.569399, 55.2777],[-1.5697, 55.2771],[-1.57, 55.2768],[-1.5703, 55.2766],[-1.5706, 55.2766],[-1.570899, 55.2767],[-1.571601, 55.2769],[-1.572299, 55.277],[-1.5727, 55.2769],[-1.572899, 55.2768],[-1.572999, 55.2766],[-1.573099, 55.2763],[-1.572999, 55.2761],[-1.5728, 55.276],[-1.572399, 55.2758],[-1.571499, 55.2755],[-1.571001, 55.2754],[-1.5706, 55.2754],[-1.569501, 55.2761],[-1.5691, 55.2762],[-1.568701, 55.2761],[-1.568501, 55.2759],[-1.5682, 55.2751],[-1.566499, 55.2705],[-1.5648, 55.267],[-1.5624, 55.2622],[-1.5611, 55.26],[-1.559501, 55.2577],[-1.556, 55.253],[-1.552001, 55.2478],[-1.5504, 55.2463],[-1.5477, 55.2442],[-1.543599, 55.2408],[-1.541299, 55.2396],[-1.537899, 55.2377],[-1.533399, 55.2350],[-1.5301, 55.2329],[-1.5274, 55.2307],[-1.5265, 55.2301],[-1.525499, 55.2296],[-1.5237, 55.2289],[-1.5232, 55.2284],[-1.5231, 55.2281],[-1.5231, 55.2278],[-1.523501, 55.2271],[-1.525699, 55.2252],[-1.526201, 55.2243],[-1.526401, 55.2236],[-1.526401, 55.2232],[-1.526201, 55.2222],[-1.524999, 55.2206],[-1.5247, 55.22],[-1.5245, 55.2194],[-1.524, 55.2169],[-1.523501, 55.216],[-1.522699, 55.2148],[-1.5211, 55.213],[-1.52, 55.2117],[-1.5194, 55.2109],[-1.519199, 55.2105],[-1.519199, 55.2102],[-1.519899, 55.2096],[-1.52, 55.2094],[-1.52, 55.2091],[-1.519899, 55.209],[-1.518901, 55.2092],[-1.5186, 55.2091],[-1.518299, 55.2089],[-1.518299, 55.2087],[-1.518399, 55.2085],[-1.519, 55.208],[-1.519101, 55.2079],[-1.519101, 55.2077],[-1.519, 55.2076],[-1.518, 55.2074],[-1.516401, 55.2075],[-1.5152, 55.2073],[-1.5143, 55.207],[-1.513501, 55.2065],[-1.5131, 55.2059],[-1.513, 55.2055],[-1.5131, 55.2041],[-1.5129, 55.2034],[-1.511299, 55.2013],[-1.510399, 55.2007],[-1.5071, 55.1997],[-1.5032, 55.1988],[-1.5014, 55.1981],[-1.500499, 55.1976],[-1.5003, 55.1973],[-1.5003, 55.1971],[-1.501099, 55.1963],[-1.5022, 55.1946],[-1.502499, 55.1933],[-1.502499, 55.1928],[-1.5021, 55.1914],[-1.5013, 55.1904],[-1.4996, 55.1890],[-1.4972, 55.1871],[-1.497001, 55.1868],[-1.497001, 55.1865],[-1.4971, 55.1862],[-1.497599, 55.1860],[-1.499101, 55.1856],[-1.500499, 55.1854],[-1.5009, 55.1854],[-1.5028, 55.1861],[-1.5046, 55.1864],[-1.506001, 55.1863],[-1.5081, 55.1857],[-1.5096, 55.1849],[-1.5111, 55.1830],[-1.512699, 55.1793],[-1.513, 55.1781],[-1.5129, 55.1778],[-1.512699, 55.1771],[-1.5116, 55.1757],[-1.5116, 55.1755],[-1.5117, 55.1752],[-1.513399, 55.1737],[-1.515499, 55.1726],[-1.5173, 55.1715],[-1.518, 55.1710],[-1.518399, 55.1706],[-1.5187, 55.1699],[-1.5195, 55.1674],[-1.521801, 55.1641],[-1.522799, 55.1634],[-1.524301, 55.1627],[-1.5245, 55.1626],[-1.5246, 55.1624],[-1.5246, 55.1615],[-1.5245, 55.1611],[-1.524199, 55.161],[-1.5231, 55.1603],[-1.5226, 55.1598],[-1.522099, 55.1586],[-1.520599, 55.1548],[-1.5186, 55.1508],[-1.517599, 55.1484],[-1.5173, 55.148],[-1.5161, 55.1464],[-1.5154, 55.1455],[-1.512599, 55.1433],[-1.509799, 55.1413],[-1.508, 55.1394],[-1.506201, 55.1371],[-1.5051, 55.136],[-1.501899, 55.1337],[-1.498999, 55.1316],[-1.4956, 55.1294],[-1.493199, 55.128],[-1.492599, 55.1273],[-1.491899, 55.1262],[-1.491099, 55.1254],[-1.4899, 55.1242],[-1.488, 55.1222],[-1.4864, 55.1202],[-1.4851, 55.1190],[-1.4848, 55.1184],[-1.4848, 55.1182],[-1.485, 55.1180],[-1.485299, 55.1179],[-1.4856, 55.1180],[-1.4871, 55.1193],[-1.488999, 55.1217],[-1.4906, 55.1235],[-1.491801, 55.1246],[-1.4927, 55.1256],[-1.4943, 55.1275],[-1.496099, 55.1288],[-1.498901, 55.1301],[-1.5015, 55.1314],[-1.5035, 55.1328],[-1.505499, 55.1341],[-1.506801, 55.1353],[-1.5082, 55.1362],[-1.5086, 55.1363],[-1.5088, 55.1363],[-1.508901, 55.1361],[-1.508901, 55.1359],[-1.508299, 55.1356],[-1.506899, 55.1346],[-1.506001, 55.1338],[-1.5057, 55.1336],[-1.505, 55.1334],[-1.5049, 55.1333],[-1.504799, 55.1331],[-1.504799, 55.1327],[-1.505, 55.1324],[-1.5052, 55.1324],[-1.505599, 55.1325],[-1.506899, 55.1333],[-1.508399, 55.1344],[-1.509799, 55.1354],[-1.5114, 55.1362],[-1.512001, 55.1355],[-1.5114, 55.1352],[-1.511299, 55.1351],[-1.5108, 55.1346],[-1.509101, 55.1326],[-1.508501, 55.1319],[-1.5082, 55.1316],[-1.5079, 55.1315],[-1.5067, 55.1316],[-1.506299, 55.1316],[-1.504699, 55.131],[-1.501001, 55.1297],[-1.498399, 55.1285],[-1.4972, 55.1277],[-1.4963, 55.1271],[-1.4949, 55.1256],[-1.4944, 55.1246],[-1.4943, 55.1243],[-1.4943, 55.1240],[-1.494599, 55.1231],[-1.4959, 55.1215],[-1.496099, 55.1211],[-1.496099, 55.1208],[-1.4959, 55.1205],[-1.4949, 55.1193],[-1.4944, 55.1191],[-1.4938, 55.1191],[-1.4936, 55.1193],[-1.4936, 55.1194],[-1.493701, 55.1197],[-1.493701, 55.1199],[-1.4936, 55.1201],[-1.4935, 55.1201],[-1.4929, 55.1197],[-1.4924, 55.1195],[-1.4922, 55.1196],[-1.492, 55.1199],[-1.492, 55.1203],[-1.4923, 55.1211],[-1.492499, 55.1218],[-1.492499, 55.1221],[-1.4923, 55.1223],[-1.4921, 55.1223],[-1.491601, 55.1220],[-1.490499, 55.1206],[-1.4899, 55.1201],[-1.489799, 55.1200],[-1.489799, 55.1198],[-1.49, 55.1195],[-1.4906, 55.1191],[-1.4934, 55.1178],[-1.494799, 55.1168],[-1.4957, 55.1151],[-1.496001, 55.114],[-1.496001, 55.1136],[-1.4952, 55.1097],[-1.4942, 55.1071],[-1.492499, 55.1037],[-1.4901, 55.1012],[-1.4874, 55.0977],[-1.485299, 55.095],[-1.482499, 55.0923],[-1.4792, 55.0893],[-1.4786, 55.0887],[-1.4777, 55.0879],[-1.477399, 55.0877],[-1.476699, 55.0874],[-1.475199, 55.0866],[-1.4734, 55.0859],[-1.473, 55.0858],[-1.4729, 55.0857],[-1.4728, 55.0852],[-1.4727, 55.0851],[-1.4721, 55.0849],[-1.4713, 55.0849],[-1.4698, 55.0848],[-1.468799, 55.0846],[-1.468199, 55.0844],[-1.468099, 55.0842],[-1.468, 55.0835],[-1.467399, 55.0821],[-1.466699, 55.0812],[-1.4661, 55.081],[-1.4654, 55.0808],[-1.4633, 55.0806],[-1.462399, 55.0805],[-1.462, 55.0804],[-1.4619, 55.0803],[-1.461801, 55.08],[-1.4619, 55.0788],[-1.461601, 55.0778],[-1.469599, 55.0753],[-1.4708, 55.0745],[-1.4715, 55.0739],[-1.4728, 55.0726],[-1.473799, 55.0716],[-1.4749, 55.0709],[-1.476001, 55.0701],[-1.477399, 55.0690],[-1.4794, 55.0677],[-1.4813, 55.0670],[-1.4871, 55.0654],[-1.4879, 55.0651],[-1.488199, 55.0647],[-1.4881, 55.0642],[-1.4879, 55.0637],[-1.486201, 55.0606],[-1.484501, 55.056],[-1.484501, 55.0557],[-1.4849, 55.0556],[-1.4884, 55.0551],[-1.490299, 55.0546],[-1.492499, 55.0544],[-1.494501, 55.0542],[-1.499501, 55.053],[-1.501601, 55.0527],[-1.5028, 55.0527],[-1.5036, 55.0529],[-1.503999, 55.0533],[-1.5046, 55.0543],[-1.5067, 55.0570],[-1.5078, 55.0575],[-1.5088, 55.0577],[-1.511001, 55.0575],[-1.516001, 55.0569],[-1.52, 55.0565],[-1.5246, 55.0559],[-1.527799, 55.0555],[-1.528399, 55.0557],[-1.529799, 55.0569],[-1.5305, 55.0575],[-1.5333, 55.0600],[-1.5344, 55.0613],[-1.5348, 55.0615],[-1.537699, 55.0607],[-1.539899, 55.0599],[-1.5418, 55.0589],[-1.5434, 55.0583],[-1.5452, 55.0576],[-1.548, 55.0568],[-1.5518, 55.056],[-1.552799, 55.0557],[-1.554399, 55.0554],[-1.5552, 55.0554],[-1.560199, 55.0561],[-1.5619, 55.0562],[-1.5661, 55.0569],[-1.570899, 55.0574],[-1.574301, 55.0580],[-1.575, 55.0582],[-1.5754, 55.0585],[-1.576001, 55.0603],[-1.577299, 55.0637],[-1.5779, 55.0642],[-1.5783, 55.0644],[-1.578799, 55.0645],[-1.5799, 55.0646],[-1.582999, 55.0651],[-1.5865, 55.0655],[-1.5884, 55.0657],[-1.592399, 55.0660],[-1.5957, 55.0664],[-1.598099, 55.0662],[-1.6008, 55.0662],[-1.603199, 55.0660],[-1.6052, 55.0657],[-1.606801, 55.0657],[-1.6094, 55.0656],[-1.611201, 55.0655],[-1.613199, 55.0654],[-1.616001, 55.0658],[-1.6172, 55.0662],[-1.6184, 55.0668],[-1.619699, 55.0679],[-1.6202, 55.0685],[-1.6203, 55.0691],[-1.6203, 55.0703],[-1.620399, 55.0724],[-1.6208, 55.0729],[-1.621601, 55.0732],[-1.6222, 55.0733],[-1.6238, 55.0734],[-1.6282, 55.0739],[-1.6292, 55.074],[-1.630599, 55.0735],[-1.632599, 55.073],[-1.634799, 55.0735],[-1.6366, 55.0739],[-1.6378, 55.0739],[-1.6397, 55.0732],[-1.6422, 55.0715],[-1.6436, 55.0721],[-1.6452, 55.0723],[-1.646401, 55.0727],[-1.649799, 55.0745],[-1.6508, 55.0751],[-1.651201, 55.0755],[-1.651201, 55.0761],[-1.6501, 55.0771],[-1.6496, 55.0779],[-1.649301, 55.0788],[-1.6494, 55.0792],[-1.649899, 55.0794],[-1.651201, 55.0797],[-1.6537, 55.0799],[-1.655599, 55.0798],[-1.6566, 55.0796],[-1.6625, 55.0781],[-1.667099, 55.0767],[-1.6682, 55.0766],[-1.6731, 55.0774],[-1.6746, 55.0776],[-1.6761, 55.0776],[-1.6799, 55.0777],[-1.688599, 55.0777],[-1.6924, 55.0779],[-1.699501, 55.0789],[-1.6998, 55.0787],[-1.700199, 55.078],[-1.7006, 55.0761],[-1.7013, 55.0711],[-1.7013, 55.0703],[-1.7006, 55.0685],[-1.7006, 55.068],[-1.7011, 55.0678],[-1.7026, 55.0675],[-1.706699, 55.0677],[-1.7082, 55.0679],[-1.7106, 55.0679],[-1.711001, 55.0677],[-1.711001, 55.0673],[-1.7097, 55.0624],[-1.709, 55.0599],[-1.7077, 55.0546],[-1.707399, 55.0543],[-1.7068, 55.0540],[-1.695199, 55.0537],[-1.693701, 55.0533],[-1.6925, 55.0526],[-1.6919, 55.0518],[-1.6913, 55.0509],[-1.6913, 55.0487],[-1.691401, 55.0473],[-1.691601, 55.0457],[-1.6919, 55.0449],[-1.6928, 55.044],[-1.6954, 55.0421],[-1.698501, 55.0403],[-1.702399, 55.0388],[-1.706001, 55.037],[-1.7072, 55.0365],[-1.709399, 55.0359],[-1.710199, 55.0356],[-1.713199, 55.0353],[-1.718799, 55.0352],[-1.722, 55.0358],[-1.725, 55.0359],[-1.726601, 55.0357],[-1.728799, 55.0351],[-1.7301, 55.0347],[-1.731601, 55.0338],[-1.7335, 55.0323],[-1.735, 55.0313],[-1.7358, 55.0306],[-1.736201, 55.0301],[-1.7364, 55.0284],[-1.736601, 55.0278],[-1.736801, 55.0275],[-1.737499, 55.0271],[-1.738199, 55.0269],[-1.7449, 55.0259],[-1.7456, 55.0257],[-1.7459, 55.0252],[-1.746201, 55.0233],[-1.7464, 55.0219],[-1.746601, 55.0198],[-1.7467, 55.0188],[-1.746801, 55.0185],[-1.7472, 55.018],[-1.75, 55.0163],[-1.750499, 55.0159],[-1.7508, 55.0154],[-1.7524, 55.0111],[-1.7528, 55.0094],[-1.7531, 55.0078],[-1.753399, 55.0071],[-1.7536, 55.0069],[-1.7544, 55.0067],[-1.763399, 55.007],[-1.763901, 55.007],[-1.7645, 55.0069],[-1.765, 55.0065],[-1.7654, 55.0061],[-1.766899, 55.0050],[-1.7681, 55.0045],[-1.7695, 55.0041],[-1.7711, 55.004],[-1.7717, 55.0039],[-1.7723, 55.0036],[-1.772799, 55.0033],[-1.7732, 55.0028],[-1.773399, 55.0016],[-1.773399, 55.0006],[-1.7737, 54.9983],[-1.773901, 54.9957],[-1.774, 54.9928],[-1.774, 54.9906],[-1.773901, 54.9901],[-1.773501, 54.9894],[-1.770499, 54.9858],[-1.77, 54.9849],[-1.7697, 54.9841],[-1.7694, 54.983],[-1.769101, 54.9818],[-1.769, 54.9812],[-1.771401, 54.9816],[-1.772699, 54.9819],[-1.774899, 54.9826],[-1.7795, 54.9839],[-1.7816, 54.9844],[-1.7837, 54.9847],[-1.7855, 54.9846],[-1.7888, 54.984],[-1.7909, 54.9834],[-1.7923, 54.9829],[-1.796, 54.981],[-1.7995, 54.9795],[-1.8053, 54.9779],[-1.8083, 54.9773],[-1.8134, 54.9759],[-1.813501, 54.9757],[-1.8133, 54.9754],[-1.8127, 54.9746],[-1.8104, 54.9722],[-1.810099, 54.9716],[-1.810199, 54.9712],[-1.8105, 54.9707],[-1.8117, 54.9695],[-1.8121, 54.9689],[-1.8126, 54.9684],[-1.8133, 54.9679],[-1.814301, 54.9673],[-1.8153, 54.9669],[-1.817001, 54.9665],[-1.8177, 54.9663],[-1.8184, 54.966],[-1.819, 54.9655],[-1.8196, 54.9649],[-1.820099, 54.9643],[-1.8205, 54.9636],[-1.820899, 54.9627],[-1.821001, 54.9621],[-1.820899, 54.9617],[-1.8199, 54.9599],[-1.8196, 54.9588],[-1.8199, 54.9575],[-1.8204, 54.9565],[-1.8212, 54.9559],[-1.822199, 54.9554],[-1.8236, 54.9553],[-1.8268, 54.9552],[-1.828901, 54.9548],[-1.830099, 54.9544],[-1.8306, 54.9539],[-1.830899, 54.9529],[-1.830899, 54.9523],[-1.8304, 54.9515],[-1.8284, 54.9499],[-1.827299, 54.9489],[-1.8262, 54.9477],[-1.8246, 54.9465],[-1.8234, 54.9456],[-1.822999, 54.9451],[-1.8226, 54.9441],[-1.822001, 54.9415],[-1.821601, 54.9397],[-1.821601, 54.9391],[-1.8219, 54.9383],[-1.822399, 54.9375],[-1.8226, 54.9367],[-1.822899, 54.9347],[-1.822999, 54.9337],[-1.8232, 54.9329],[-1.8242, 54.9320],[-1.825799, 54.9313],[-1.826601, 54.9311],[-1.830799, 54.9304],[-1.834301, 54.9296],[-1.843099, 54.9283],[-1.846001, 54.928],[-1.8499, 54.9279],[-1.8556, 54.9279],[-1.8558, 54.9278],[-1.8559, 54.9276],[-1.8558, 54.9272],[-1.8544, 54.9247],[-1.8529, 54.9224],[-1.8526, 54.9218],[-1.852399, 54.9212],[-1.8522, 54.9197],[-1.851699, 54.9185],[-1.8505, 54.9169],[-1.849699, 54.9158],[-1.848799, 54.9151],[-1.8477, 54.9146],[-1.8434, 54.9137],[-1.8365, 54.9119],[-1.835199, 54.9117],[-1.8334, 54.9114],[-1.829301, 54.9106],[-1.826401, 54.9098],[-1.825199, 54.9095],[-1.8241, 54.909],[-1.8228, 54.9081],[-1.82, 54.9059],[-1.8249, 54.9045],[-1.828799, 54.9024],[-1.833099, 54.9002],[-1.8371, 54.8983],[-1.8413, 54.894],[-1.843199, 54.8921],[-1.844599, 54.8912],[-1.8458, 54.8907],[-1.8464, 54.8906],[-1.8485, 54.8907],[-1.8508, 54.8917],[-1.8514, 54.8919],[-1.8522, 54.8918],[-1.8527, 54.8915],[-1.853, 54.891],[-1.853099, 54.8907],[-1.853, 54.8904],[-1.8526, 54.89],[-1.8492, 54.8876],[-1.848701, 54.8871],[-1.848199, 54.8864],[-1.848199, 54.8859],[-1.8484, 54.8853],[-1.849599, 54.8842],[-1.8498, 54.8839],[-1.8501, 54.8832],[-1.8505, 54.882],[-1.8509, 54.8814],[-1.8513, 54.8811],[-1.8544, 54.8802],[-1.8564, 54.8795],[-1.8573, 54.879],[-1.8577, 54.8786],[-1.858, 54.8781],[-1.858099, 54.8776],[-1.858, 54.8744],[-1.858299, 54.8720],[-1.8584, 54.8686],[-1.858701, 54.8674],[-1.858999, 54.8668],[-1.859599, 54.8662],[-1.8601, 54.8658],[-1.864501, 54.8634],[-1.865399, 54.8628],[-1.8659, 54.8623],[-1.8663, 54.8619],[-1.8664, 54.8615],[-1.8664, 54.8611],[-1.8664, 54.8608],[-1.866201, 54.8603],[-1.863199, 54.8579],[-1.8629, 54.8575],[-1.8628, 54.8567],[-1.863, 54.856],[-1.8656, 54.8541],[-1.8659, 54.8536],[-1.8665, 54.8515],[-1.8667, 54.8512],[-1.866899, 54.851],[-1.867599, 54.8507],[-1.8729, 54.8488],[-1.8746, 54.8483],[-1.8758, 54.8479],[-1.876899, 54.8476],[-1.881099, 54.8469],[-1.8817, 54.8467],[-1.882599, 54.8462],[-1.885, 54.8447],[-1.8864, 54.8443],[-1.8872, 54.8442],[-1.888, 54.8443],[-1.889101, 54.8445],[-1.891299, 54.8458],[-1.891801, 54.8461],[-1.8922, 54.8463],[-1.893, 54.8463],[-1.894, 54.846],[-1.895, 54.8454],[-1.8953, 54.8451],[-1.895499, 54.8445],[-1.895599, 54.8443],[-1.8965, 54.8438],[-1.897099, 54.8436],[-1.8979, 54.8435],[-1.900499, 54.843],[-1.901801, 54.8423],[-1.9052, 54.8409],[-1.9073, 54.8401],[-1.909899, 54.8397],[-1.9126, 54.8395],[-1.9133, 54.8393],[-1.913501, 54.8392],[-1.913501, 54.839],[-1.9133, 54.8388],[-1.9125, 54.8383],[-1.9101, 54.8378],[-1.9082, 54.8374],[-1.9076, 54.8371],[-1.9076, 54.837],[-1.907699, 54.8367],[-1.907799, 54.8365],[-1.9082, 54.8364],[-1.909301, 54.8362],[-1.9102, 54.8359],[-1.9108, 54.8355],[-1.9116, 54.8346],[-1.912001, 54.8343],[-1.9124, 54.8342],[-1.912899, 54.8342],[-1.9138, 54.8345],[-1.9147, 54.8351],[-1.9151, 54.8358],[-1.9153, 54.8371],[-1.915599, 54.8374],[-1.916299, 54.8378],[-1.918599, 54.8385],[-1.9189, 54.8387],[-1.919101, 54.839],[-1.919101, 54.8394],[-1.9181, 54.84],[-1.9177, 54.8403],[-1.9176, 54.8407],[-1.9177, 54.8409],[-1.9182, 54.8412],[-1.920799, 54.8409],[-1.922199, 54.8409],[-1.924301, 54.8413],[-1.924999, 54.8417],[-1.925099, 54.8422],[-1.925099, 54.8427],[-1.9249, 54.843],[-1.924199, 54.8434],[-1.9233, 54.8437],[-1.9202, 54.8439],[-1.9198, 54.8441],[-1.919399, 54.8446],[-1.919399, 54.8453],[-1.919999, 54.8473],[-1.919899, 54.8478],[-1.919, 54.8494],[-1.919, 54.8496],[-1.919101, 54.8499],[-1.9197, 54.8502],[-1.920599, 54.8502],[-1.9227, 54.8498],[-1.923599, 54.8498],[-1.924999, 54.8501],[-1.9267, 54.8511],[-1.9282, 54.8523],[-1.929, 54.8527],[-1.9295, 54.8528],[-1.9305, 54.8528],[-1.9311, 54.8529],[-1.9319, 54.8529],[-1.9328, 54.8528],[-1.934, 54.8526],[-1.935799, 54.8527],[-1.939999, 54.853],[-1.942199, 54.8532],[-1.9449, 54.8534],[-1.9462, 54.8538],[-1.951699, 54.8561],[-1.9554, 54.8572],[-1.957, 54.8577],[-1.9592, 54.8581],[-1.972, 54.8618],[-1.974301, 54.8632],[-1.9769, 54.8649],[-1.981001, 54.8678],[-1.984501, 54.8696],[-1.9864, 54.8702],[-1.9884, 54.8706],[-1.993, 54.8706],[-1.995399, 54.8703],[-2.0002, 54.8686],[-2.004101, 54.8687],[-2.004699, 54.8686],[-2.005399, 54.8683],[-2.006299, 54.8678],[-2.0072, 54.8673],[-2.0091, 54.8662],[-2.011801, 54.8648],[-2.019799, 54.8615],[-2.021699, 54.8604],[-2.022799, 54.8596],[-2.0244, 54.8588],[-2.026401, 54.8577],[-2.027299, 54.8568],[-2.0294, 54.8555],[-2.03140, 54.8546],[-2.0322, 54.8543],[-2.0339, 54.8535],[-2.035899, 54.8518],[-2.037, 54.8506],[-2.0376, 54.8502],[-2.0383, 54.8501],[-2.041001, 54.8498],[-2.044101, 54.8495],[-2.0495, 54.8487],[-2.051001, 54.8486],[-2.0536, 54.848],[-2.0559, 54.847],[-2.0608, 54.8455],[-2.064899, 54.8445],[-2.065799, 54.8442],[-2.068399, 54.8433],[-2.072099, 54.8417],[-2.078399, 54.8402],[-2.081001, 54.8396],[-2.084199, 54.8389],[-2.087001, 54.8382],[-2.0892, 54.8382],[-2.0926, 54.838],[-2.0952, 54.838],[-2.096699, 54.8382],[-2.098599, 54.8386],[-2.0992, 54.8388],[-2.0996, 54.839],[-2.101099, 54.8402],[-2.1026, 54.841],[-2.1047, 54.8414],[-2.1101, 54.8417],[-2.1177, 54.8427],[-2.1228, 54.843],[-2.128099, 54.8435],[-2.133399, 54.844],[-2.1356, 54.844],[-2.1363, 54.8438],[-2.137001, 54.8433],[-2.1375, 54.8421],[-2.1398, 54.8344],[-2.1401, 54.8314],[-2.140399, 54.8299],[-2.141001, 54.8282],[-2.1417, 54.8273],[-2.142299, 54.8266],[-2.147099, 54.8244],[-2.1528, 54.8219],[-2.156001, 54.8203],[-2.1598, 54.8186],[-2.1615, 54.8174],[-2.1624, 54.8158],[-2.1631, 54.8142],[-2.166001, 54.8059],[-2.1664, 54.8051],[-2.166699, 54.8048],[-2.167099, 54.8046],[-2.168, 54.8046],[-2.170099, 54.8055],[-2.171801, 54.8064],[-2.173199, 54.8071],[-2.1754, 54.8077],[-2.178999, 54.8076],[-2.184999, 54.8073],[-2.1889, 54.8072],[-2.1933, 54.8073],[-2.1945, 54.8071],[-2.195499, 54.8064],[-2.1981, 54.8034],[-2.2004, 54.8004],[-2.203599, 54.7962],[-2.206401, 54.7934],[-2.2091, 54.7898],[-2.212399, 54.7862],[-2.213701, 54.7848],[-2.2147, 54.784],[-2.215499, 54.7836],[-2.2165, 54.7834],[-2.218199, 54.7833],[-2.2228, 54.7837],[-2.2267, 54.7838],[-2.230099, 54.7846],[-2.2328, 54.7865],[-2.234101, 54.7876],[-2.2351, 54.788],[-2.236201, 54.7881],[-2.2388, 54.7879],[-2.241601, 54.7881],[-2.2448, 54.7884],[-2.245699, 54.7887],[-2.2476, 54.7906],[-2.247999, 54.7908],[-2.248701, 54.791],[-2.253, 54.7913],[-2.262001, 54.7941],[-2.2751, 54.7979],[-2.27720, 54.7984],[-2.2791, 54.7982],[-2.2813, 54.7977],[-2.284199, 54.797],[-2.2857, 54.7964],[-2.287199, 54.7959],[-2.288501, 54.7952],[-2.2901, 54.7941],[-2.292799, 54.7935],[-2.29550, 54.7932],[-2.2974, 54.793],[-2.301201, 54.7928],[-2.303299, 54.7923],[-2.305, 54.7918],[-2.3071, 54.7909],[-2.308501, 54.7915],[-2.312799, 54.7934],[-2.3176, 54.795],[-2.319, 54.7957],[-2.3195, 54.7962],[-2.321899, 54.7994],[-2.3236, 54.8018],[-2.3254, 54.8035],[-2.326801, 54.8044],[-2.3294, 54.8056],[-2.3332, 54.8071],[-2.33470, 54.8075],[-2.3355, 54.8076],[-2.3383, 54.8073],[-2.3417, 54.8069],[-2.342499, 54.8070],[-2.342999, 54.8071],[-2.3457, 54.8088],[-2.348399, 54.8108],[-2.3548, 54.8153],[-2.366, 54.8229],[-2.368901, 54.8256],[-2.370399, 54.8276],[-2.370899, 54.8279],[-2.372, 54.8282],[-2.3756, 54.8291],[-2.381299, 54.8307],[-2.3843, 54.8315],[-2.3861, 54.832],[-2.387199, 54.8334],[-2.388999, 54.8362],[-2.392299, 54.8418],[-2.395499, 54.8483],[-2.3973, 54.8515],[-2.398299, 54.8525],[-2.398901, 54.8528],[-2.4042, 54.8549],[-2.405299, 54.8555],[-2.407001, 54.8562],[-2.407599, 54.8561],[-2.40790, 54.856],[-2.4084, 54.8557],[-2.409199, 54.855],[-2.4117, 54.8521],[-2.412899, 54.8509],[-2.416699, 54.8474],[-2.4182, 54.8462],[-2.4196, 54.8453],[-2.4223, 54.8441],[-2.429101, 54.8413],[-2.433701, 54.8398],[-2.4377, 54.8382],[-2.4419, 54.8366],[-2.443599, 54.8361],[-2.447099, 54.8355],[-2.449699, 54.8346],[-2.450099, 54.8346],[-2.451699, 54.8351],[-2.453501, 54.8361],[-2.454101, 54.8363],[-2.4549, 54.8361],[-2.456201, 54.835],[-2.4568, 54.8344],[-2.4572, 54.8339],[-2.457599, 54.8334],[-2.4597, 54.831],[-2.461801, 54.8295],[-2.4668, 54.8262],[-2.472399, 54.8226],[-2.4858, 54.8133],[-2.4899, 54.8110],[-2.491899, 54.8104],[-2.492399, 54.8104],[-2.496401, 54.8112],[-2.5002, 54.8116],[-2.503799, 54.8113],[-2.512199, 54.8098],[-2.5157, 54.8090],[-2.5212, 54.8073],[-2.5227, 54.8071],[-2.525399, 54.8072],[-2.527999, 54.8075],[-2.532099, 54.8089],[-2.539599, 54.8117],[-2.549, 54.8156],[-2.556401, 54.8186],[-2.5594, 54.8207],[-2.564199, 54.824],[-2.5675, 54.827],[-2.5722, 54.8332],[-2.5754, 54.8376],[-2.578701, 54.8434],[-2.5801, 54.8468],[-2.579999, 54.8476],[-2.5796, 54.8484],[-2.5771, 54.8504],[-2.5725, 54.8538],[-2.572001, 54.8545],[-2.571899, 54.8553],[-2.572001, 54.8558],[-2.573999, 54.8588],[-2.576601, 54.8626],[-2.585599, 54.8696],[-2.5896, 54.8746],[-2.5926, 54.8777],[-2.6015, 54.8841],[-2.602799, 54.8852],[-2.6029, 54.8860],[-2.6026, 54.8864],[-2.6016, 54.8868],[-2.597001, 54.8876],[-2.595099, 54.8881],[-2.5878, 54.8925],[-2.582299, 54.8949],[-2.5731, 54.8994],[-2.5697, 54.904],[-2.5676, 54.9073],[-2.566, 54.91],[-2.565599, 54.9116],[-2.5653, 54.9162],[-2.5632, 54.9187],[-2.562799, 54.9191],[-2.559, 54.9203],[-2.5553, 54.9216],[-2.5492, 54.9259],[-2.544699, 54.9289],[-2.543999, 54.9299],[-2.543999, 54.9301],[-2.544399, 54.9308],[-2.544699, 54.931],[-2.545799, 54.931],[-2.547499, 54.9306],[-2.549799, 54.9309],[-2.555599, 54.9321],[-2.557199, 54.9331],[-2.5578, 54.9338],[-2.559, 54.9361],[-2.5616, 54.9391],[-2.5667, 54.9451],[-2.568701, 54.9477],[-2.568901, 54.9486],[-2.568901, 54.9497],[-2.566401, 54.9583],[-2.566401, 54.9587],[-2.566601, 54.9591],[-2.568701, 54.9598],[-2.5711, 54.9605],[-2.578701, 54.9624],[-2.585099, 54.9631],[-2.5896, 54.9631],[-2.5938, 54.9635],[-2.594599, 54.9639],[-2.5955, 54.9649],[-2.598799, 54.9703],[-2.5992, 54.9713],[-2.599301, 54.9715],[-2.599101, 54.972],[-2.598399, 54.9725],[-2.5969, 54.9729],[-2.5926, 54.9734],[-2.590899, 54.9736],[-2.5873, 54.9765],[-2.587001, 54.977],[-2.587001, 54.9773],[-2.5882, 54.9784],[-2.591401, 54.9805],[-2.592099, 54.9817],[-2.592099, 54.9821],[-2.591201, 54.9827],[-2.585599, 54.9852],[-2.575, 54.9901],[-2.5708, 54.9930],[-2.5703, 54.9935],[-2.569, 54.9956],[-2.5682, 54.9969],[-2.566801, 54.9980],[-2.563999, 55.0007],[-2.5635, 55.0017],[-2.5635, 55.0020],[-2.564101, 55.0037],[-2.5659, 55.006],[-2.568099, 55.0084],[-2.5701, 55.0103],[-2.572001, 55.0134],[-2.571899, 55.016],[-2.5718, 55.0167],[-2.570199, 55.0181],[-2.568901, 55.0189],[-2.564699, 55.021],[-2.561001, 55.0231],[-2.56040, 55.0232],[-2.5601, 55.0231],[-2.5597, 55.0229],[-2.558501, 55.022],[-2.557199, 55.0211],[-2.556801, 55.021],[-2.554899, 55.0207],[-2.553299, 55.0207],[-2.5514, 55.021],[-2.5494, 55.0217],[-2.5474, 55.0223],[-2.5459, 55.0229],[-2.545599, 55.0233],[-2.5446, 55.027],[-2.5437, 55.0281],[-2.5432, 55.0284],[-2.541001, 55.0289],[-2.535899, 55.0303],[-2.530499, 55.0315],[-2.527999, 55.033],[-2.5257, 55.0341],[-2.524301, 55.0346],[-2.5197, 55.0353],[-2.516001, 55.0355],[-2.514199, 55.0358],[-2.509599, 55.0362],[-2.5083, 55.0362],[-2.506299, 55.0358],[-2.505899, 55.0359],[-2.505899, 55.0364],[-2.506001, 55.0366],[-2.5069, 55.0373],[-2.5069, 55.0375],[-2.5067, 55.0377],[-2.5053, 55.0385],[-2.504501, 55.0386],[-2.502001, 55.0387],[-2.497299, 55.0387],[-2.493299, 55.0388],[-2.491601, 55.0387],[-2.4913, 55.0386],[-2.4904, 55.0379],[-2.490099, 55.0376],[-2.489501, 55.0376],[-2.4848, 55.0386],[-2.482899, 55.0393],[-2.48110, 55.0404],[-2.480299, 55.0418],[-2.48, 55.0429],[-2.480099, 55.0439],[-2.4805, 55.0445],[-2.482399, 55.0455],[-2.4832, 55.0461],[-2.4835, 55.0466],[-2.483701, 55.0477],[-2.484101, 55.0482],[-2.4848, 55.0486],[-2.486601, 55.0492],[-2.488701, 55.05],[-2.4902, 55.0509],[-2.490299, 55.0513],[-2.4902, 55.0516],[-2.4879, 55.053],[-2.4876, 55.0536],[-2.4876, 55.0540],[-2.487799, 55.0543],[-2.488501, 55.0545],[-2.4897, 55.0546],[-2.491699, 55.0540],[-2.492001, 55.0540],[-2.492199, 55.0541],[-2.492599, 55.0545],[-2.493999, 55.0561],[-2.496201, 55.0574],[-2.4974, 55.0582],[-2.5002, 55.0604],[-2.502199, 55.062],[-2.5032, 55.0629],[-2.5032, 55.0632],[-2.503, 55.0633],[-2.502599, 55.0633],[-2.500799, 55.0618],[-2.500299, 55.0617],[-2.500099, 55.0617],[-2.499799, 55.0622],[-2.4991, 55.0643],[-2.4983, 55.0652],[-2.4981, 55.0653],[-2.4978, 55.0653],[-2.4974, 55.0653],[-2.496201, 55.065],[-2.495899, 55.065],[-2.4948, 55.0654],[-2.4932, 55.0661],[-2.4906, 55.0674],[-2.4899, 55.0683],[-2.4899, 55.0685],[-2.4899, 55.0687],[-2.490499, 55.0696],[-2.4906, 55.0698],[-2.4904, 55.0709],[-2.490499, 55.0713],[-2.4909, 55.0719],[-2.492199, 55.0726],[-2.49460, 55.0736],[-2.4969, 55.0746],[-2.497499, 55.0752],[-2.497699, 55.0759],[-2.497699, 55.0762],[-2.497499, 55.0765],[-2.4971, 55.0767],[-2.494699, 55.0776],[-2.493999, 55.0782],[-2.493901, 55.0784],[-2.4934, 55.0807],[-2.493099, 55.0812],[-2.492399, 55.082],[-2.4914, 55.0825],[-2.490299, 55.0827],[-2.4892, 55.0827],[-2.487999, 55.0825],[-2.485399, 55.0815],[-2.4846, 55.0815],[-2.483701, 55.0817],[-2.483099, 55.082],[-2.483, 55.0822],[-2.483, 55.0825],[-2.483, 55.0827],[-2.483099, 55.0829],[-2.483299, 55.0831],[-2.4846, 55.0834],[-2.4855, 55.0835],[-2.486001, 55.0837],[-2.486401, 55.084],[-2.4874, 55.0851],[-2.487999, 55.0855],[-2.489, 55.0859],[-2.4912, 55.0865],[-2.493999, 55.0875],[-2.496201, 55.0886],[-2.4965, 55.0889],[-2.497, 55.0894],[-2.4978, 55.0905],[-2.4983, 55.0911],[-2.498701, 55.0913],[-2.4992, 55.0914],[-2.4999, 55.0914],[-2.5004, 55.0913],[-2.5028, 55.0903],[-2.503799, 55.0898],[-2.505599, 55.0895],[-2.5069, 55.0895],[-2.5093, 55.089],[-2.510099, 55.089],[-2.512599, 55.0893],[-2.5134, 55.0893],[-2.513901, 55.089],[-2.514899, 55.0879],[-2.516299, 55.0858],[-2.517, 55.0855],[-2.519599, 55.0854],[-2.522399, 55.0856],[-2.5229, 55.0854],[-2.5236, 55.0849],[-2.524501, 55.0845],[-2.525399, 55.0846],[-2.527, 55.0855],[-2.5276, 55.0855],[-2.527999, 55.0853],[-2.5297, 55.084],[-2.5306, 55.0837],[-2.5336, 55.0832],[-2.5346, 55.0831],[-2.5369, 55.0831],[-2.5425, 55.0837],[-2.5438, 55.0835],[-2.547, 55.0819],[-2.548, 55.0815],[-2.549101, 55.0814],[-2.5504, 55.0816],[-2.5527, 55.0827],[-2.5535, 55.0829],[-2.5539, 55.0828],[-2.554899, 55.0816],[-2.5555, 55.0815],[-2.556201, 55.0818],[-2.556401, 55.082],[-2.5567, 55.0835],[-2.557001, 55.084],[-2.5574, 55.0842],[-2.558199, 55.0841],[-2.558701, 55.084],[-2.56040, 55.0831],[-2.56170, 55.0829],[-2.5625, 55.083],[-2.564501, 55.0833],[-2.566099, 55.0838],[-2.566099, 55.0841],[-2.565799, 55.0845],[-2.5615, 55.0861],[-2.5592, 55.087],[-2.5588, 55.0874],[-2.5588, 55.0876],[-2.559101, 55.0882],[-2.560199, 55.0897],[-2.5613, 55.0911],[-2.5622, 55.0916],[-2.564101, 55.0924],[-2.565599, 55.0932],[-2.565799, 55.0934],[-2.5659, 55.0943],[-2.566099, 55.0946],[-2.5673, 55.0952],[-2.56780, 55.0956],[-2.5683, 55.0969],[-2.568701, 55.0973],[-2.5693, 55.0974],[-2.570499, 55.0975],[-2.571899, 55.0974],[-2.5734, 55.0972],[-2.57520, 55.0965],[-2.575599, 55.0965],[-2.576499, 55.0969],[-2.576801, 55.0969],[-2.577899, 55.0964],[-2.578399, 55.0964],[-2.578901, 55.0965],[-2.579101, 55.0967],[-2.5796, 55.0981],[-2.5799, 55.0985],[-2.580899, 55.0992],[-2.581001, 55.0994],[-2.5811, 55.0998],[-2.581401, 55.1012],[-2.5817, 55.102],[-2.582099, 55.1025],[-2.582999, 55.103],[-2.584501, 55.1035],[-2.586601, 55.1041],[-2.5895, 55.1045],[-2.5903, 55.1048],[-2.590699, 55.105],[-2.591001, 55.1055],[-2.591201, 55.1063],[-2.591401, 55.1066],[-2.592799, 55.1071],[-2.5933, 55.1074],[-2.593501, 55.1078],[-2.5936, 55.1084],[-2.5939, 55.1118],[-2.594, 55.1128],[-2.594301, 55.1144],[-2.594599, 55.1153],[-2.594899, 55.1160],[-2.596699, 55.1178],[-2.598099, 55.1194],[-2.5982, 55.1199],[-2.5982, 55.1202],[-2.5978, 55.1236],[-2.598, 55.1244],[-2.5982, 55.1246],[-2.598701, 55.1248],[-2.599999, 55.1252],[-2.603701, 55.1263],[-2.6075, 55.1271],[-2.61180, 55.1282],[-2.614599, 55.1289],[-2.616699, 55.1295],[-2.618799, 55.1300],[-2.6208, 55.1302],[-2.621601, 55.1301],[-2.6222, 55.1299],[-2.623501, 55.1293],[-2.625, 55.1283],[-2.625299, 55.1282],[-2.628, 55.1287],[-2.629699, 55.129],[-2.633399, 55.1298],[-2.637599, 55.1307],[-2.641099, 55.1314],[-2.64360, 55.1318],[-2.646801, 55.1329],[-2.648, 55.1335],[-2.6517, 55.1358],[-2.654, 55.1374],[-2.6559, 55.1401],[-2.6585, 55.144],[-2.659501, 55.1458],[-2.6607, 55.1473],[-2.662, 55.1484],[-2.6626, 55.1487],[-2.6677, 55.1503],[-2.670599, 55.1513],[-2.6709, 55.1515],[-2.67200, 55.155],[-2.672499, 55.1564],[-2.673, 55.1572],[-2.673701, 55.1582],[-2.6768, 55.1612],[-2.6787, 55.163],[-2.6809, 55.1652],[-2.682199, 55.1662],[-2.6826, 55.1669],[-2.682699, 55.1678],[-2.6826, 55.1684],[-2.6821, 55.1693],[-2.680599, 55.1706],[-2.6787, 55.1722],[-2.677599, 55.1733],[-2.6758, 55.1748],[-2.6743, 55.1764],[-2.674, 55.1772],[-2.6742, 55.1779],[-2.6744, 55.1783],[-2.6756, 55.1796],[-2.6864, 55.1892],[-2.6847, 55.1904],[-2.68420, 55.1913],[-2.6838, 55.193],[-2.6833, 55.1947],[-2.683, 55.1953],[-2.6826, 55.1958],[-2.6809, 55.197],[-2.6798, 55.198],[-2.679699, 55.1981],[-2.6796, 55.1987],[-2.680399, 55.2003],[-2.681401, 55.202],[-2.683, 55.2032],[-2.6831, 55.2036],[-2.6828, 55.2042],[-2.679199, 55.2094],[-2.6749, 55.2144],[-2.67200, 55.2172],[-2.6675, 55.2217],[-2.667001, 55.2222],[-2.666699, 55.2224],[-2.6661, 55.2225],[-2.664999, 55.2226],[-2.6638, 55.2224],[-2.6587, 55.2215],[-2.651801, 55.2211],[-2.645, 55.222],[-2.64, 55.2236],[-2.6384, 55.224],[-2.63750, 55.2241],[-2.6333, 55.2246],[-2.6324, 55.2247],[-2.631401, 55.225],[-2.6308, 55.2257],[-2.630599, 55.2268],[-2.6303, 55.2312],[-2.63010, 55.2364],[-2.630199, 55.2376],[-2.631201, 55.2431],[-2.631201, 55.2440],[-2.630599, 55.2446],[-2.63010, 55.2449],[-2.629501, 55.2451],[-2.628599, 55.2452],[-2.626601, 55.2452],[-2.622499, 55.245],[-2.620199, 55.2451],[-2.618701, 55.2455],[-2.6142, 55.2470],[-2.61050, 55.2487],[-2.6095, 55.2493],[-2.609301, 55.2496],[-2.6095, 55.2499],[-2.6103, 55.2502],[-2.612099, 55.2504],[-2.618, 55.2508],[-2.6224, 55.2508],[-2.623399, 55.2509],[-2.6239, 55.2511],[-2.626, 55.2524],[-2.6318, 55.2551],[-2.634399, 55.2564],[-2.639101, 55.2584],[-2.644, 55.2603],[-2.645099, 55.261],[-2.6452, 55.2614],[-2.645, 55.2616],[-2.644599, 55.2619],[-2.643701, 55.2622],[-2.642, 55.2625],[-2.639301, 55.2629],[-2.6356, 55.2632],[-2.6347, 55.2634],[-2.633701, 55.2639],[-2.6328, 55.2644],[-2.6317, 55.2652],[-2.6292, 55.267],[-2.6263, 55.2694],[-2.6221, 55.2735],[-2.615499, 55.2796],[-2.6103, 55.2838],[-2.608599, 55.285],[-2.6064, 55.2861],[-2.59960, 55.2888],[-2.5947, 55.2912],[-2.5917, 55.2929],[-2.5897, 55.2937],[-2.583501, 55.2954],[-2.577399, 55.2972],[-2.575799, 55.2980],[-2.575099, 55.2985],[-2.574501, 55.2992],[-2.573299, 55.3014],[-2.572299, 55.3025],[-2.571001, 55.3033],[-2.566499, 55.3061],[-2.5614, 55.3099],[-2.560199, 55.3110],[-2.5597, 55.3116],[-2.5592, 55.3124],[-2.5588, 55.3139],[-2.5588, 55.3160],[-2.559, 55.3172],[-2.559, 55.3185],[-2.5588, 55.3188],[-2.5583, 55.3191],[-2.557001, 55.3191],[-2.555599, 55.3189],[-2.553999, 55.3186],[-2.5522, 55.3182],[-2.551201, 55.3181],[-2.54950, 55.3183],[-2.547199, 55.3188],[-2.537499, 55.3223],[-2.535199, 55.323],[-2.532001, 55.3235],[-2.5301, 55.3237],[-2.524199, 55.3235],[-2.522799, 55.3236],[-2.5215, 55.324],[-2.5206, 55.3246],[-2.5183, 55.3265],[-2.5155, 55.3292],[-2.5112, 55.3328],[-2.509799, 55.3331],[-2.506001, 55.3342],[-2.503599, 55.3355],[-2.5025, 55.3365],[-2.5002, 55.3397],[-2.4976, 55.3434],[-2.494301, 55.3471],[-2.492399, 55.3487],[-2.491, 55.3498],[-2.488701, 55.3510],[-2.4876, 55.3517],[-2.486099, 55.3524],[-2.483901, 55.3531],[-2.481601, 55.3537],[-2.4788, 55.3542],[-2.475399, 55.3549],[-2.4725, 55.3551],[-2.4712, 55.3549],[-2.4698, 55.3546],[-2.467999, 55.3541],[-2.4651, 55.3538],[-2.4633, 55.3538],[-2.461, 55.3542],[-2.459599, 55.3544],[-2.457999, 55.3548],[-2.4532, 55.3563],[-2.4498, 55.3576],[-2.446001, 55.3587],[-2.441801, 55.3598],[-2.440399, 55.3601],[-2.4388, 55.3598],[-2.435199, 55.3592],[-2.431401, 55.3579],[-2.4272, 55.3574],[-2.4254, 55.3578],[-2.421401, 55.3592],[-2.4173, 55.3597],[-2.414799, 55.3595],[-2.412899, 55.3590],[-2.410899, 55.3584],[-2.408299, 55.3579],[-2.4058, 55.3572],[-2.4036, 55.3564],[-2.4007, 55.3554],[-2.3994, 55.3544],[-2.398999, 55.3536],[-2.398901, 55.3527],[-2.398799, 55.3497],[-2.3986, 55.3491],[-2.3984, 55.3489],[-2.397799, 55.3486],[-2.3952, 55.3485],[-2.392, 55.3487],[-2.388299, 55.3488],[-2.385299, 55.3491],[-2.382299, 55.3493],[-2.379301, 55.3499],[-2.376601, 55.3513],[-2.375299, 55.3522],[-2.3738, 55.3539],[-2.3724, 55.3549],[-2.368599, 55.3558],[-2.3638, 55.3579],[-2.358599, 55.3602],[-2.355099, 55.3615],[-2.3501, 55.3635],[-2.342, 55.3654],[-2.338399, 55.3667],[-2.337899, 55.3669],[-2.3375, 55.3673],[-2.337199, 55.3677],[-2.3371, 55.3683],[-2.338, 55.3693],[-2.3392, 55.3703],[-2.342499, 55.3724],[-2.3431, 55.3732],[-2.343199, 55.3737],[-2.343199, 55.3743],[-2.3429, 55.3747],[-2.342299, 55.375],[-2.3396, 55.376],[-2.3369, 55.3771],[-2.332299, 55.3791],[-2.3311, 55.3799],[-2.330699, 55.3801],[-2.3304, 55.3806],[-2.3303, 55.3811],[-2.331001, 55.3824],[-2.3332, 55.3848],[-2.3336, 55.3859],[-2.3337, 55.3871],[-2.3331, 55.3903],[-2.3333, 55.3916],[-2.3338, 55.3929],[-2.3352, 55.3945],[-2.3369, 55.3959],[-2.33820, 55.3966],[-2.340699, 55.3979],[-2.3416, 55.3985],[-2.342099, 55.3994],[-2.342099, 55.4001],[-2.3415, 55.4006],[-2.3406, 55.4009],[-2.339, 55.4013],[-2.334399, 55.4023],[-2.3316, 55.4032],[-2.3311, 55.4037],[-2.331001, 55.4045],[-2.3313, 55.406],[-2.332, 55.4084],[-2.331899, 55.4090],[-2.331401, 55.4097],[-2.3304, 55.4099],[-2.323299, 55.4089],[-2.317699, 55.4083],[-2.3131, 55.4079],[-2.3117, 55.4079],[-2.310899, 55.4082],[-2.310199, 55.4092],[-2.30900, 55.4104],[-2.307499, 55.4115],[-2.306201, 55.4121],[-2.304501, 55.4127],[-2.298399, 55.4137],[-2.296299, 55.4142],[-2.294399, 55.4153],[-2.2932, 55.4165],[-2.292399, 55.4193],[-2.291899, 55.4203],[-2.2911, 55.4210],[-2.283, 55.4235],[-2.275399, 55.4265],[-2.271801, 55.428],[-2.2695, 55.4293],[-2.267699, 55.4301],[-2.266601, 55.4301],[-2.265399, 55.4301],[-2.263099, 55.4300],[-2.261499, 55.4304],[-2.260299, 55.4315],[-2.25890, 55.4330],[-2.258199, 55.4335],[-2.257499, 55.4336],[-2.255899, 55.4336],[-2.253599, 55.4335],[-2.251499, 55.4333],[-2.245199, 55.4328],[-2.239, 55.4321],[-2.2344, 55.4309],[-2.2307, 55.4301],[-2.2298, 55.4301],[-2.2283, 55.4305],[-2.2233, 55.4320],[-2.214, 55.4353],[-2.207, 55.4373],[-2.2032, 55.4387],[-2.197999, 55.4416],[-2.1949, 55.4437],[-2.193501, 55.4448],[-2.1925, 55.4459],[-2.191401, 55.4485],[-2.189699, 55.4522],[-2.187599, 55.4564],[-2.187299, 55.4579],[-2.187299, 55.4586],[-2.187799, 55.461],[-2.187599, 55.4618],[-2.1872, 55.4627],[-2.1863, 55.4633],[-2.184799, 55.4639],[-2.1831, 55.4645],[-2.179399, 55.4655],[-2.171299, 55.4666],[-2.167001, 55.4671],[-2.166201, 55.4673],[-2.1656, 55.4676],[-2.1649, 55.4681],[-2.1654, 55.4695],[-2.1682, 55.4711],[-2.170799, 55.4723],[-2.172199, 55.4727],[-2.1861, 55.4747],[-2.191, 55.4754],[-2.1967, 55.4756],[-2.197599, 55.4758],[-2.1984, 55.4763],[-2.201499, 55.4791],[-2.203099, 55.4812],[-2.203501, 55.4822],[-2.203501, 55.483],[-2.203399, 55.4839],[-2.2, 55.4885],[-2.199899, 55.4895],[-2.200599, 55.4905],[-2.203799, 55.4936],[-2.211401, 55.5007],[-2.2128, 55.502],[-2.2156, 55.5045],[-2.2174, 55.5057],[-2.2198, 55.5069],[-2.225199, 55.508],[-2.2258, 55.5094],[-2.225399, 55.5132],[-2.2246, 55.5177],[-2.223399, 55.5217],[-2.222899, 55.5251],[-2.223701, 55.5263],[-2.2248, 55.5274],[-2.226001, 55.5285],[-2.2276, 55.5295],[-2.231601, 55.5317],[-2.2321, 55.5328],[-2.2321, 55.5339],[-2.232001, 55.5356],[-2.2314, 55.5395],[-2.2305, 55.5448],[-2.230799, 55.5459],[-2.231801, 55.5475],[-2.236401, 55.5517],[-2.238199, 55.5545],[-2.240099, 55.5563],[-2.2448, 55.5585],[-2.249799, 55.5612],[-2.2521, 55.5623],[-2.2574, 55.5642],[-2.2588, 55.5655],[-2.2604, 55.5667],[-2.2634, 55.5682],[-2.269, 55.5718],[-2.274199, 55.5756],[-2.276801, 55.5772],[-2.2778, 55.5778],[-2.279, 55.5781],[-2.2836, 55.5783],[-2.28460, 55.5786],[-2.285599, 55.5793],[-2.2892, 55.5852],[-2.28940, 55.5865],[-2.2892, 55.5874],[-2.286801, 55.5906],[-2.285399, 55.5964],[-2.285199, 55.5978],[-2.285199, 55.6001],[-2.285599, 55.6018],[-2.286299, 55.6031],[-2.2892, 55.6053],[-2.2935, 55.6085],[-2.2988, 55.6109],[-2.307001, 55.6134],[-2.313999, 55.6195],[-2.314101, 55.6201],[-2.31380, 55.6207],[-2.3092, 55.6223],[-2.3081, 55.6231],[-2.3074, 55.6236],[-2.307001, 55.6243],[-2.3067, 55.6259],[-2.3071, 55.6278],[-2.3076, 55.6283],[-2.3083, 55.6288],[-2.3106, 55.6287],[-2.313999, 55.6282],[-2.3206, 55.6274],[-2.322799, 55.6272],[-2.324199, 55.6274],[-2.325599, 55.6281],[-2.3276, 55.6294],[-2.331401, 55.6314],[-2.332299, 55.6323],[-2.332999, 55.6335],[-2.332799, 55.6346],[-2.3327, 55.6349],[-2.3322, 55.6349],[-2.3306, 55.6349],[-2.3296, 55.6351],[-2.3254, 55.6362],[-2.324899, 55.6365],[-2.324501, 55.6371],[-2.3241, 55.6385],[-2.323299, 55.6412],[-2.3232, 55.6421],[-2.3229, 55.6427],[-2.322599, 55.643],[-2.3222, 55.6432],[-2.3217, 55.6433],[-2.320899, 55.6433],[-2.3157, 55.6428],[-2.315099, 55.6428],[-2.3132, 55.6435],[-2.308399, 55.6456],[-2.3038, 55.6467],[-2.2994, 55.6472],[-2.2978, 55.6472],[-2.294101, 55.6465],[-2.2892, 55.645],[-2.2804, 55.643],[-2.274699, 55.6425],[-2.273, 55.6424],[-2.26500, 55.6435],[-2.260499, 55.644],[-2.256299, 55.6444],[-2.2542, 55.6444],[-2.252399, 55.6443],[-2.247499, 55.6429],[-2.2442, 55.6416],[-2.241699, 55.6408],[-2.240499, 55.6405],[-2.239599, 55.6404],[-2.2356, 55.6408],[-2.232899, 55.6413],[-2.2312, 55.642],[-2.230299, 55.6427],[-2.23, 55.6432],[-2.229899, 55.6437],[-2.229899, 55.6442],[-2.23, 55.6447],[-2.2302, 55.6453],[-2.2304, 55.6456],[-2.2307, 55.6458],[-2.2314, 55.646],[-2.233901, 55.6465],[-2.238199, 55.6474],[-2.241801, 55.6483],[-2.2444, 55.6494],[-2.245399, 55.6502],[-2.2456, 55.6509],[-2.2456, 55.6513],[-2.245399, 55.6519],[-2.2448, 55.6524],[-2.243799, 55.6529],[-2.238701, 55.6547],[-2.235399, 55.6559],[-2.2325, 55.6578],[-2.2312, 55.6595],[-2.229399, 55.6619],[-2.228501, 55.6623],[-2.227, 55.6627],[-2.222699, 55.663],[-2.2184, 55.6634],[-2.2172, 55.6640],[-2.2168, 55.6643],[-2.216401, 55.6650],[-2.2161, 55.6661],[-2.2161, 55.6671],[-2.2163, 55.6683],[-2.217, 55.6705],[-2.2172, 55.6719],[-2.2172, 55.6724],[-2.217099, 55.6735],[-2.2168, 55.6746],[-2.2153, 55.6766],[-2.2144, 55.6774],[-2.211401, 55.6792],[-2.2086, 55.681],[-2.207999, 55.6817],[-2.2072, 55.6833],[-2.2066, 55.6845],[-2.2058, 55.6854],[-2.205199, 55.6859],[-2.2021, 55.6873],[-2.199501, 55.6879],[-2.1968, 55.6887],[-2.195499, 55.6895],[-2.194, 55.6909],[-2.1923, 55.6927],[-2.1879, 55.6969],[-2.1842, 55.7004],[-2.1824, 55.702],[-2.1802, 55.7035],[-2.178999, 55.7039],[-2.1772, 55.7042],[-2.173901, 55.7046],[-2.167001, 55.7058],[-2.1659, 55.7061],[-2.1652, 55.7068],[-2.164999, 55.7076],[-2.164999, 55.7079],[-2.1651, 55.7082],[-2.1668, 55.7093],[-2.1687, 55.7103],[-2.170099, 55.7116],[-2.171201, 55.7132],[-2.17300, 55.7158],[-2.173901, 55.7170],[-2.1744, 55.718],[-2.1745, 55.7188],[-2.1745, 55.7194],[-2.1743, 55.7201],[-2.173901, 55.7206],[-2.1724, 55.7214],[-2.168799, 55.7227],[-2.166699, 55.7231],[-2.163701, 55.7233],[-2.158799, 55.7235],[-2.152299, 55.7233],[-2.150899, 55.7234],[-2.1496, 55.7235],[-2.148901, 55.7238],[-2.1485, 55.724],[-2.1479, 55.7244],[-2.1472, 55.7252],[-2.146699, 55.7260],[-2.1462, 55.7272],[-2.1461, 55.7277],[-2.146001, 55.7284],[-2.1461, 55.7294],[-2.146699, 55.7312],[-2.1479, 55.7342],[-2.1482, 55.7350],[-2.148299, 55.7354],[-2.148299, 55.7361],[-2.1482, 55.7365],[-2.148, 55.7369],[-2.1473, 55.7375],[-2.1463, 55.7381],[-2.145499, 55.7385],[-2.1441, 55.7391],[-2.141299, 55.7402],[-2.1398, 55.7406],[-2.136499, 55.7411],[-2.134599, 55.741],[-2.1322, 55.7408],[-2.1305, 55.7405],[-2.1249, 55.7392],[-2.122499, 55.7386],[-2.120899, 55.7383],[-2.119699, 55.7383],[-2.118701, 55.7386],[-2.117899, 55.7389],[-2.1171, 55.7396],[-2.116699, 55.7402],[-2.116499, 55.7412],[-2.116899, 55.7444],[-2.116499, 55.7459],[-2.115099, 55.7477],[-2.114, 55.7485],[-2.1134, 55.7488],[-2.1122, 55.749],[-2.108701, 55.7487],[-2.1064, 55.7485],[-2.1057, 55.7486],[-2.1052, 55.7488],[-2.1047, 55.749],[-2.104399, 55.7493],[-2.1041, 55.7497],[-2.1039, 55.7501],[-2.1039, 55.7504],[-2.104, 55.7508],[-2.104599, 55.7521],[-2.105599, 55.7539],[-2.106699, 55.7561],[-2.107001, 55.7566],[-2.1071, 55.757],[-2.107001, 55.7579],[-2.106801, 55.759],[-2.106499, 55.7597],[-2.106299, 55.7602],[-2.106, 55.7606],[-2.1048, 55.7614],[-2.103701, 55.762],[-2.1027, 55.7624],[-2.101001, 55.7629],[-2.098599, 55.7634],[-2.0938, 55.7635],[-2.0915, 55.7635],[-2.0878, 55.7634],[-2.083501, 55.7626],[-2.0831, 55.7626],[-2.082999, 55.7628],[-2.0829, 55.7632],[-2.0831, 55.7641],[-2.0834, 55.7657],[-2.0838, 55.7685],[-2.0838, 55.7696],[-2.0838, 55.7708],[-2.0829, 55.7796],[-2.0827, 55.7834],[-2.0829, 55.7841],[-2.0836, 55.7854],[-2.0848, 55.7867],[-2.085099, 55.7876],[-2.085, 55.7888],[-2.0848, 55.7900],[-2.084399, 55.7913],[-2.0838, 55.7920],[-2.0797, 55.7938],[-2.0755, 55.7951],[-2.0708, 55.7972],[-2.0682, 55.7986],[-2.066801, 55.7993],[-2.0646, 55.8011],[-2.0617, 55.8028],[-2.060199, 55.8031],[-2.056499, 55.8033],[-2.050499, 55.8032],[-2.045799, 55.8052],[-2.037499, 55.8097],[-2.0325, 55.8117],[-2.0304, 55.8102],[-2.0297, 55.8097],[-2.029, 55.8093],[-2.0283, 55.8084],[-2.027999, 55.808],[-2.0279, 55.8076],[-2.027999, 55.8074],[-2.028199, 55.8072],[-2.029, 55.8067],[-2.0295, 55.8063],[-2.029599, 55.806],[-2.029599, 55.8058],[-2.0294, 55.8054],[-2.0288, 55.8046],[-2.0272, 55.8039],[-2.025399, 55.8034]]],[[[-1.7955, 55.6875],[-1.7946, 55.6873],[-1.7939, 55.6873],[-1.7925, 55.6876],[-1.791201, 55.6878],[-1.7901, 55.6881],[-1.7894, 55.6882],[-1.789199, 55.6881],[-1.789, 55.6877],[-1.7888, 55.687],[-1.788599, 55.6865],[-1.7882, 55.6861],[-1.787799, 55.6858],[-1.787001, 55.6853],[-1.786401, 55.685],[-1.7855, 55.6847],[-1.7848, 55.6846],[-1.784101, 55.6846],[-1.783501, 55.6846],[-1.7826, 55.6847],[-1.781801, 55.6849],[-1.781, 55.6851],[-1.7803, 55.6854],[-1.7796, 55.6858],[-1.779301, 55.6859],[-1.7788, 55.686],[-1.7782, 55.6861],[-1.7774, 55.686],[-1.776801, 55.6858],[-1.7765, 55.6856],[-1.776201, 55.6852],[-1.776, 55.6848],[-1.7758, 55.6844],[-1.775699, 55.6838],[-1.776, 55.6820],[-1.776299, 55.68],[-1.7765, 55.6792],[-1.7774, 55.6773],[-1.7776, 55.6766],[-1.777699, 55.6757],[-1.7776, 55.6743],[-1.7774, 55.6733],[-1.7769, 55.6721],[-1.776401, 55.6710],[-1.776, 55.6704],[-1.7753, 55.6696],[-1.7752, 55.6694],[-1.7752, 55.669],[-1.7752, 55.6688],[-1.7753, 55.6685],[-1.775499, 55.6683],[-1.775699, 55.6682],[-1.776, 55.6681],[-1.776299, 55.6681],[-1.7767, 55.6682],[-1.7772, 55.6684],[-1.777799, 55.6687],[-1.7782, 55.6689],[-1.7787, 55.669],[-1.778901, 55.669],[-1.7794, 55.669],[-1.7804, 55.6689],[-1.7822, 55.6685],[-1.7833, 55.6684],[-1.7839, 55.6685],[-1.7844, 55.6686],[-1.7848, 55.6687],[-1.785599, 55.669],[-1.7865, 55.6694],[-1.787699, 55.6700],[-1.788501, 55.6703],[-1.789, 55.6704],[-1.789999, 55.6704],[-1.790599, 55.6703],[-1.791299, 55.6701],[-1.792099, 55.6697],[-1.792899, 55.6693],[-1.7931, 55.6691],[-1.7932, 55.669],[-1.7933, 55.6688],[-1.7932, 55.6685],[-1.793, 55.6682],[-1.7931, 55.6680],[-1.7932, 55.6679],[-1.793599, 55.6678],[-1.794101, 55.6678],[-1.796401, 55.6678],[-1.7982, 55.6680],[-1.799199, 55.6682],[-1.800099, 55.6686],[-1.800699, 55.6689],[-1.8019, 55.6699],[-1.8024, 55.6704],[-1.8027, 55.6708],[-1.802999, 55.6713],[-1.8032, 55.6719],[-1.803501, 55.6735],[-1.803501, 55.6741],[-1.8034, 55.6744],[-1.8032, 55.6747],[-1.8026, 55.6751],[-1.802299, 55.6754],[-1.8019, 55.6760],[-1.8017, 55.6765],[-1.8017, 55.6768],[-1.8019, 55.6773],[-1.802799, 55.6782],[-1.8039, 55.6790],[-1.8054, 55.6798],[-1.8069, 55.6804],[-1.8082, 55.6808],[-1.810699, 55.6816],[-1.8125, 55.6820],[-1.8138, 55.6822],[-1.8162, 55.6822],[-1.8191, 55.6823],[-1.8207, 55.6824],[-1.825899, 55.6829],[-1.829399, 55.6832],[-1.8315, 55.6831],[-1.832299, 55.683],[-1.8329, 55.6828],[-1.833099, 55.6827],[-1.833501, 55.6825],[-1.833701, 55.6823],[-1.833901, 55.6820],[-1.8342, 55.6814],[-1.834301, 55.6812],[-1.834599, 55.6809],[-1.835, 55.6806],[-1.835299, 55.6804],[-1.8357, 55.6803],[-1.8361, 55.6802],[-1.837299, 55.6801],[-1.8408, 55.68],[-1.842, 55.6801],[-1.8428, 55.6803],[-1.844, 55.6808],[-1.8451, 55.6814],[-1.8472, 55.6827],[-1.8507, 55.6849],[-1.8512, 55.6854],[-1.8514, 55.6858],[-1.8514, 55.6863],[-1.8513, 55.6867],[-1.8509, 55.6872],[-1.850399, 55.6876],[-1.849699, 55.688],[-1.8491, 55.6883],[-1.8486, 55.6884],[-1.847, 55.6884],[-1.843, 55.6882],[-1.84, 55.6876],[-1.836601, 55.6868],[-1.833701, 55.686],[-1.8311, 55.6855],[-1.8271, 55.6849],[-1.8241, 55.6847],[-1.8213, 55.6847],[-1.8191, 55.6847],[-1.817899, 55.6847],[-1.816499, 55.6848],[-1.8156, 55.6849],[-1.815099, 55.685],[-1.814399, 55.6852],[-1.8138, 55.6853],[-1.8132, 55.6853],[-1.8119, 55.6853],[-1.809399, 55.6855],[-1.808599, 55.6856],[-1.807099, 55.686],[-1.806201, 55.6863],[-1.8048, 55.687],[-1.8038, 55.6874],[-1.802899, 55.6876],[-1.801499, 55.6879],[-1.7995, 55.6885],[-1.7984, 55.689],[-1.7976, 55.6894],[-1.7974, 55.6895],[-1.797001, 55.6896],[-1.796499, 55.6895],[-1.7963, 55.6893],[-1.7963, 55.6891],[-1.7967, 55.6885],[-1.7967, 55.6883],[-1.796499, 55.688],[-1.796201, 55.6878],[-1.795799, 55.6876],[-1.7955, 55.6875]]],[[[-1.8494, 55.6968],[-1.8472, 55.6962],[-1.8455, 55.6955],[-1.8451, 55.6953],[-1.8451, 55.6951],[-1.845299, 55.695],[-1.845899, 55.6949],[-1.848701, 55.6954],[-1.8507, 55.6961],[-1.852499, 55.6964],[-1.8548, 55.6967],[-1.856201, 55.6967],[-1.8598, 55.6967],[-1.8615, 55.6969],[-1.8636, 55.6974],[-1.863999, 55.6976],[-1.863999, 55.6977],[-1.863901, 55.6979],[-1.8631, 55.6981],[-1.861801, 55.6983],[-1.8614, 55.6984],[-1.8609, 55.6983],[-1.8602, 55.6981],[-1.857599, 55.6977],[-1.8558, 55.6976],[-1.852399, 55.6973],[-1.8494, 55.6968]]],[[[-1.6516, 55.6152],[-1.6524, 55.6151],[-1.6537, 55.6152],[-1.654199, 55.6153],[-1.654799, 55.6156],[-1.6553, 55.616],[-1.655599, 55.6162],[-1.655699, 55.6164],[-1.655699, 55.6166],[-1.655699, 55.6167],[-1.655599, 55.6169],[-1.6552, 55.617],[-1.6547, 55.6173],[-1.654199, 55.6177],[-1.6537, 55.6179],[-1.653399, 55.6179],[-1.653, 55.6178],[-1.652799, 55.6177],[-1.652099, 55.6173],[-1.651, 55.6168],[-1.6508, 55.6167],[-1.650499, 55.6164],[-1.6503, 55.616],[-1.6504, 55.6157],[-1.650499, 55.6156],[-1.6508, 55.6154],[-1.6516, 55.6152]]],[[[-1.5351, 55.3329],[-1.535699, 55.3329],[-1.5367, 55.3333],[-1.537099, 55.3336],[-1.5375, 55.334],[-1.538, 55.3347],[-1.5381, 55.3354],[-1.538, 55.3359],[-1.5375, 55.3365],[-1.537001, 55.3366],[-1.536401, 55.3366],[-1.5359, 55.3364],[-1.5355, 55.3361],[-1.5351, 55.3357],[-1.5347, 55.335],[-1.5345, 55.3345],[-1.5344, 55.3337],[-1.5346, 55.3331],[-1.5351, 55.3329]]],[[[-1.619101, 55.6323],[-1.6202, 55.6323],[-1.6214, 55.6325],[-1.622699, 55.633],[-1.6237, 55.6334],[-1.624101, 55.6337],[-1.6243, 55.634],[-1.6242, 55.6342],[-1.623999, 55.6343],[-1.6237, 55.6343],[-1.6231, 55.6342],[-1.622699, 55.6341],[-1.622001, 55.6339],[-1.6208, 55.6337],[-1.619699, 55.6333],[-1.618999, 55.633],[-1.6188, 55.6329],[-1.618701, 55.6328],[-1.6186, 55.6326],[-1.618701, 55.6323],[-1.619101, 55.6323]]],[[[-1.621801, 55.6294],[-1.6222, 55.6294],[-1.6224, 55.6296],[-1.622499, 55.6298],[-1.622699, 55.6306],[-1.623, 55.6311],[-1.623199, 55.6314],[-1.623199, 55.6316],[-1.623199, 55.6317],[-1.6231, 55.6319],[-1.6228, 55.632],[-1.6223, 55.6319],[-1.621801, 55.6318],[-1.621099, 55.6316],[-1.6209, 55.6315],[-1.6207, 55.6313],[-1.6206, 55.6311],[-1.6207, 55.6306],[-1.621001, 55.6301],[-1.621099, 55.6299],[-1.6214, 55.6296],[-1.621801, 55.6294]]],[[[-1.6446, 55.6159],[-1.6454, 55.6159],[-1.6466, 55.6162],[-1.6472, 55.6164],[-1.6474, 55.6166],[-1.6476, 55.6168],[-1.6476, 55.617],[-1.6475, 55.6172],[-1.647099, 55.6174],[-1.6466, 55.6175],[-1.6459, 55.6175],[-1.645599, 55.6174],[-1.6453, 55.6173],[-1.6447, 55.6169],[-1.644101, 55.6166],[-1.6438, 55.6163],[-1.6437, 55.6161],[-1.6438, 55.616],[-1.644101, 55.6159],[-1.6446, 55.6159]]],[[[-1.6263, 55.6383],[-1.627001, 55.6382],[-1.6274, 55.6383],[-1.627699, 55.6384],[-1.628, 55.6386],[-1.628299, 55.6388],[-1.6285, 55.6392],[-1.6286, 55.6396],[-1.6285, 55.6398],[-1.628399, 55.6399],[-1.628, 55.6399],[-1.627599, 55.6398],[-1.6271, 55.6395],[-1.6264, 55.6392],[-1.626001, 55.6389],[-1.6259, 55.6386],[-1.626001, 55.6385],[-1.6263, 55.6383]]],[[[-1.6203, 55.6384],[-1.620499, 55.6384],[-1.6208, 55.6385],[-1.6209, 55.6386],[-1.621001, 55.6388],[-1.6209, 55.6389],[-1.6202, 55.6391],[-1.6194, 55.6394],[-1.6186, 55.6396],[-1.618, 55.6396],[-1.617599, 55.6394],[-1.617599, 55.6391],[-1.617599, 55.639],[-1.6178, 55.6388],[-1.6184, 55.6386],[-1.6194, 55.6385],[-1.6203, 55.6384]]],[[[-1.603999, 55.6426],[-1.6042, 55.6425],[-1.604699, 55.6425],[-1.6055, 55.6426],[-1.606001, 55.6425],[-1.606699, 55.6426],[-1.606899, 55.6427],[-1.6071, 55.6429],[-1.6071, 55.6432],[-1.607, 55.6435],[-1.606699, 55.6436],[-1.6064, 55.6436],[-1.605299, 55.6434],[-1.604699, 55.6432],[-1.6041, 55.643],[-1.603999, 55.6429],[-1.603999, 55.6426]]],[[[-1.6404, 55.6158],[-1.641201, 55.6157],[-1.641801, 55.6159],[-1.642001, 55.6161],[-1.642099, 55.6165],[-1.642099, 55.6169],[-1.642001, 55.6171],[-1.641801, 55.6172],[-1.641299, 55.6172],[-1.6407, 55.6171],[-1.6403, 55.6168],[-1.6401, 55.6165],[-1.6401, 55.6161],[-1.6404, 55.6158]]],[[[-1.6249, 55.6364],[-1.6253, 55.6363],[-1.6259, 55.6364],[-1.626099, 55.6365],[-1.6263, 55.6366],[-1.626601, 55.6369],[-1.626601, 55.6371],[-1.6264, 55.6373],[-1.626099, 55.6374],[-1.6256, 55.6374],[-1.6251, 55.6373],[-1.6249, 55.6372],[-1.624699, 55.637],[-1.624699, 55.6367],[-1.6249, 55.6364]]],[[[-1.5965, 55.6265],[-1.596801, 55.6265],[-1.597, 55.6267],[-1.5971, 55.627],[-1.5971, 55.6272],[-1.5969, 55.6275],[-1.596699, 55.6276],[-1.5964, 55.6276],[-1.5962, 55.6275],[-1.596001, 55.6274],[-1.5958, 55.6272],[-1.5958, 55.6269],[-1.595899, 55.6267],[-1.596099, 55.6266],[-1.5965, 55.6265]]],[[[-1.648, 55.6202],[-1.6482, 55.62],[-1.6487, 55.6201],[-1.649199, 55.6203],[-1.6494, 55.6205],[-1.6495, 55.6207],[-1.6494, 55.6209],[-1.649, 55.6210],[-1.648399, 55.6209],[-1.648, 55.6207],[-1.6479, 55.6205],[-1.648, 55.6202]]],[[[-1.593799, 55.6266],[-1.5942, 55.6266],[-1.594501, 55.6267],[-1.594599, 55.627],[-1.594599, 55.6273],[-1.594501, 55.6275],[-1.5942, 55.6277],[-1.5941, 55.6277],[-1.593799, 55.6276],[-1.5936, 55.6274],[-1.5934, 55.6271],[-1.5935, 55.6268],[-1.593799, 55.6266]]]]}, properties:{name:"Northumberland"}}, {type:"Feature", geometry:{type:"MultiPolygon", coordinates:[[[[-1.320099, 53.9003],[-1.3206, 53.9008],[-1.321001, 53.9018],[-1.3211, 53.9022],[-1.3211, 53.9033],[-1.320799, 53.9038],[-1.3206, 53.9040],[-1.3203, 53.9042],[-1.318799, 53.9046],[-1.316601, 53.9053],[-1.314399, 53.9057],[-1.3133, 53.9059],[-1.308599, 53.907],[-1.302001, 53.9082],[-1.3003, 53.9084],[-1.2982, 53.9091],[-1.297799, 53.9095],[-1.2977, 53.9098],[-1.2981, 53.9103],[-1.298599, 53.9106],[-1.302999, 53.9102],[-1.306499, 53.9101],[-1.307099, 53.9102],[-1.3074, 53.9104],[-1.3076, 53.9108],[-1.3075, 53.9112],[-1.302299, 53.9126],[-1.3002, 53.9128],[-1.2998, 53.913],[-1.299101, 53.914],[-1.2976, 53.9168],[-1.296, 53.921],[-1.295799, 53.9228],[-1.295799, 53.9232],[-1.2961, 53.9235],[-1.2966, 53.9238],[-1.298, 53.9238],[-1.3009, 53.9226],[-1.3017, 53.9224],[-1.304399, 53.9218],[-1.306, 53.9218],[-1.306601, 53.922],[-1.3068, 53.9222],[-1.307001, 53.9226],[-1.307199, 53.9232],[-1.307199, 53.9236],[-1.306601, 53.924],[-1.304999, 53.9246],[-1.2998, 53.9268],[-1.2974, 53.9272],[-1.2934, 53.9273],[-1.2919, 53.9271],[-1.2916, 53.9271],[-1.291499, 53.9274],[-1.2916, 53.9276],[-1.2924, 53.9284],[-1.294, 53.9292],[-1.295799, 53.9298],[-1.2974, 53.9302],[-1.297899, 53.9302],[-1.2983, 53.93],[-1.2996, 53.929],[-1.3031, 53.9271],[-1.3052, 53.9263],[-1.3056, 53.9264],[-1.305699, 53.9266],[-1.3049, 53.9296],[-1.304, 53.9322],[-1.3032, 53.9343],[-1.3033, 53.9346],[-1.3042, 53.9348],[-1.308599, 53.9357],[-1.3106, 53.936],[-1.3142, 53.9367],[-1.3184, 53.9376],[-1.3199, 53.9379],[-1.3225, 53.9383],[-1.3232, 53.9384],[-1.3242, 53.9386],[-1.325899, 53.939],[-1.328099, 53.9398],[-1.329301, 53.9400],[-1.3313, 53.9402],[-1.3325, 53.9404],[-1.334599, 53.9407],[-1.3357, 53.9408],[-1.3369, 53.9411],[-1.338901, 53.9414],[-1.341001, 53.9416],[-1.3413, 53.9418],[-1.3415, 53.942],[-1.3415, 53.9423],[-1.341401, 53.9425],[-1.340899, 53.9431],[-1.3399, 53.9441],[-1.3385, 53.9453],[-1.338099, 53.9458],[-1.338099, 53.9460],[-1.3383, 53.9462],[-1.3398, 53.9464],[-1.3415, 53.9465],[-1.3469, 53.9461],[-1.3483, 53.9459],[-1.3499, 53.9455],[-1.351699, 53.9449],[-1.3529, 53.9445],[-1.359501, 53.9432],[-1.3609, 53.9432],[-1.3627, 53.9434],[-1.366201, 53.9439],[-1.37, 53.945],[-1.370399, 53.9449],[-1.3715, 53.9442],[-1.3735, 53.9430],[-1.3742, 53.9426],[-1.3752, 53.9422],[-1.3758, 53.942],[-1.3765, 53.9419],[-1.3787, 53.9419],[-1.381201, 53.942],[-1.3828, 53.9424],[-1.3838, 53.9428],[-1.3861, 53.9437],[-1.3881, 53.9442],[-1.3888, 53.9442],[-1.3904, 53.9439],[-1.3959, 53.9435],[-1.398501, 53.9437],[-1.3994, 53.9438],[-1.4009, 53.9437],[-1.4026, 53.9432],[-1.4044, 53.9422],[-1.4061, 53.9409],[-1.407099, 53.9400],[-1.4082, 53.938],[-1.4087, 53.9369],[-1.409, 53.936],[-1.409, 53.9353],[-1.4089, 53.9341],[-1.4087, 53.933],[-1.408399, 53.9313],[-1.408501, 53.9305],[-1.4088, 53.9298],[-1.4089, 53.9291],[-1.409, 53.9289],[-1.409199, 53.9287],[-1.4094, 53.9286],[-1.4138, 53.9287],[-1.419101, 53.9291],[-1.421201, 53.9294],[-1.4238, 53.9297],[-1.4267, 53.9298],[-1.428501, 53.9297],[-1.430099, 53.9294],[-1.432199, 53.9286],[-1.4326, 53.9274],[-1.4325, 53.9266],[-1.432001, 53.9244],[-1.4318, 53.9237],[-1.4297, 53.9202],[-1.4289, 53.9167],[-1.428701, 53.9153],[-1.428701, 53.914],[-1.4288, 53.9123],[-1.4289, 53.911],[-1.430099, 53.9081],[-1.4304, 53.9082],[-1.430699, 53.9084],[-1.431, 53.9086],[-1.4317, 53.9094],[-1.432199, 53.91],[-1.435199, 53.9134],[-1.4363, 53.9142],[-1.4368, 53.9144],[-1.4375, 53.9143],[-1.438599, 53.914],[-1.440099, 53.9134],[-1.4412, 53.9126],[-1.4456, 53.9092],[-1.447299, 53.908],[-1.4483, 53.9075],[-1.449399, 53.9072],[-1.450099, 53.9072],[-1.454301, 53.9076],[-1.456401, 53.9074],[-1.4592, 53.9068],[-1.4598, 53.9067],[-1.4607, 53.9069],[-1.461401, 53.9072],[-1.4621, 53.9075],[-1.4626, 53.9078],[-1.4629, 53.9081],[-1.4633, 53.9087],[-1.4648, 53.9108],[-1.4656, 53.9116],[-1.4661, 53.9118],[-1.4692, 53.9117],[-1.4734, 53.9116],[-1.482599, 53.9111],[-1.4841, 53.9112],[-1.485399, 53.9114],[-1.4864, 53.9117],[-1.486899, 53.912],[-1.4877, 53.9126],[-1.488901, 53.9137],[-1.4908, 53.9153],[-1.491899, 53.9159],[-1.4929, 53.9162],[-1.493999, 53.9163],[-1.494799, 53.9162],[-1.495399, 53.9161],[-1.4958, 53.916],[-1.4985, 53.915],[-1.5036, 53.9131],[-1.506299, 53.9121],[-1.5088, 53.9114],[-1.510599, 53.9111],[-1.5116, 53.911],[-1.5122, 53.911],[-1.517699, 53.9113],[-1.519, 53.9113],[-1.5203, 53.9111],[-1.522099, 53.9106],[-1.5251, 53.9095],[-1.528, 53.9083],[-1.528901, 53.9081],[-1.5296, 53.908],[-1.529999, 53.908],[-1.5304, 53.9081],[-1.5309, 53.9084],[-1.534, 53.9101],[-1.5353, 53.9102],[-1.5384, 53.91],[-1.541299, 53.9098],[-1.5425, 53.9098],[-1.5433, 53.9099],[-1.5463, 53.9108],[-1.547199, 53.911],[-1.5475, 53.9109],[-1.547799, 53.9107],[-1.548, 53.9105],[-1.5482, 53.9094],[-1.5488, 53.9071],[-1.549101, 53.9050],[-1.549199, 53.9044],[-1.549301, 53.9040],[-1.5497, 53.9036],[-1.549999, 53.9034],[-1.5503, 53.9033],[-1.5509, 53.9032],[-1.552001, 53.9034],[-1.555699, 53.9044],[-1.5567, 53.9045],[-1.559501, 53.9042],[-1.560699, 53.9041],[-1.5613, 53.9042],[-1.5617, 53.9043],[-1.562001, 53.9045],[-1.562299, 53.9049],[-1.562899, 53.9063],[-1.5638, 53.9085],[-1.564501, 53.9097],[-1.5648, 53.9099],[-1.565199, 53.9101],[-1.5669, 53.9105],[-1.568099, 53.9105],[-1.569, 53.9104],[-1.575199, 53.9099],[-1.578799, 53.9095],[-1.581601, 53.9089],[-1.582399, 53.9086],[-1.5829, 53.9082],[-1.5834, 53.9077],[-1.583799, 53.9072],[-1.5841, 53.9067],[-1.584301, 53.9061],[-1.584301, 53.9052],[-1.5841, 53.9018],[-1.5842, 53.9016],[-1.584399, 53.9013],[-1.584599, 53.9011],[-1.5849, 53.9010],[-1.585299, 53.9009],[-1.5876, 53.9012],[-1.5928, 53.9026],[-1.595899, 53.9032],[-1.597, 53.9034],[-1.5992, 53.9043],[-1.599699, 53.9048],[-1.5998, 53.9053],[-1.5994, 53.9066],[-1.5985, 53.9084],[-1.598199, 53.9091],[-1.598099, 53.9094],[-1.5983, 53.9097],[-1.5986, 53.9098],[-1.5994, 53.9099],[-1.6026, 53.9093],[-1.6049, 53.909],[-1.606001, 53.9087],[-1.6065, 53.9085],[-1.6098, 53.9068],[-1.614101, 53.9050],[-1.616899, 53.9039],[-1.618199, 53.9035],[-1.618999, 53.9034],[-1.619599, 53.9034],[-1.6209, 53.9036],[-1.6236, 53.9045],[-1.6243, 53.9047],[-1.624799, 53.9048],[-1.627001, 53.9049],[-1.6296, 53.9051],[-1.6323, 53.9053],[-1.6352, 53.9058],[-1.6387, 53.9067],[-1.6417, 53.9075],[-1.6432, 53.9075],[-1.6437, 53.9074],[-1.6444, 53.9072],[-1.6452, 53.9069],[-1.6461, 53.9065],[-1.646801, 53.9062],[-1.6473, 53.9061],[-1.6481, 53.906],[-1.649899, 53.9061],[-1.651401, 53.9065],[-1.652099, 53.9069],[-1.6523, 53.9073],[-1.6524, 53.9079],[-1.6524, 53.9083],[-1.6523, 53.9087],[-1.6516, 53.9098],[-1.651201, 53.9106],[-1.6511, 53.9108],[-1.6511, 53.9112],[-1.651299, 53.9116],[-1.6515, 53.9119],[-1.6519, 53.9122],[-1.6524, 53.9124],[-1.652699, 53.9125],[-1.6555, 53.9131],[-1.6566, 53.9133],[-1.6574, 53.9134],[-1.659, 53.9133],[-1.6601, 53.9134],[-1.661201, 53.9136],[-1.6617, 53.9137],[-1.6624, 53.9138],[-1.6631, 53.9137],[-1.6637, 53.9136],[-1.6647, 53.9134],[-1.6661, 53.913],[-1.6689, 53.912],[-1.669899, 53.9117],[-1.670599, 53.9115],[-1.6713, 53.9114],[-1.672799, 53.9112],[-1.6746, 53.9111],[-1.679101, 53.9111],[-1.681499, 53.9112],[-1.6834, 53.9113],[-1.684101, 53.9114],[-1.6846, 53.9115],[-1.6849, 53.9118],[-1.685099, 53.9123],[-1.685199, 53.9129],[-1.685199, 53.9136],[-1.6847, 53.9152],[-1.6839, 53.917],[-1.683599, 53.9178],[-1.683701, 53.9181],[-1.6839, 53.9182],[-1.686401, 53.9188],[-1.6878, 53.9194],[-1.688701, 53.9197],[-1.689399, 53.9199],[-1.6903, 53.92],[-1.6913, 53.92],[-1.6932, 53.9198],[-1.696601, 53.9196],[-1.6989, 53.9194],[-1.7019, 53.9194],[-1.705199, 53.9194],[-1.7079, 53.9193],[-1.7092, 53.9192],[-1.7113, 53.9191],[-1.7127, 53.919],[-1.713799, 53.919],[-1.715, 53.9194],[-1.715299, 53.9194],[-1.7155, 53.9192],[-1.7157, 53.9188],[-1.716401, 53.9158],[-1.716699, 53.9139],[-1.7169, 53.9132],[-1.717399, 53.9119],[-1.7177, 53.9112],[-1.718, 53.9107],[-1.7183, 53.9107],[-1.7185, 53.9109],[-1.718799, 53.9116],[-1.719, 53.9119],[-1.719301, 53.9122],[-1.7197, 53.9124],[-1.720399, 53.9126],[-1.7207, 53.9126],[-1.7213, 53.9124],[-1.721699, 53.9123],[-1.723, 53.9119],[-1.724301, 53.9115],[-1.7256, 53.9111],[-1.726601, 53.911],[-1.7278, 53.9111],[-1.728999, 53.9114],[-1.7298, 53.9118],[-1.732599, 53.9129],[-1.7336, 53.9132],[-1.7373, 53.9141],[-1.738999, 53.9146],[-1.739501, 53.9148],[-1.7399, 53.9152],[-1.740299, 53.9157],[-1.7408, 53.9165],[-1.742599, 53.919],[-1.743, 53.9195],[-1.743199, 53.9199],[-1.743299, 53.9202],[-1.743299, 53.9205],[-1.743299, 53.9212],[-1.7431, 53.9228],[-1.7431, 53.9233],[-1.743199, 53.9237],[-1.7434, 53.924],[-1.7436, 53.9241],[-1.743901, 53.9242],[-1.7444, 53.9242],[-1.7452, 53.9242],[-1.746099, 53.924],[-1.746899, 53.9238],[-1.751201, 53.9221],[-1.751801, 53.922],[-1.752499, 53.9219],[-1.7542, 53.9219],[-1.755499, 53.9222],[-1.7564, 53.9226],[-1.7609, 53.925],[-1.7623, 53.9254],[-1.763399, 53.9255],[-1.7643, 53.9254],[-1.764799, 53.9253],[-1.7652, 53.9251],[-1.765599, 53.9247],[-1.766801, 53.9231],[-1.7674, 53.9225],[-1.7679, 53.9221],[-1.7682, 53.922],[-1.7716, 53.9218],[-1.7724, 53.9219],[-1.773501, 53.9223],[-1.774, 53.9226],[-1.7752, 53.9236],[-1.7758, 53.9243],[-1.7767, 53.9258],[-1.7782, 53.9282],[-1.779199, 53.9296],[-1.7797, 53.93],[-1.7801, 53.9302],[-1.7808, 53.9305],[-1.781401, 53.9306],[-1.7824, 53.9307],[-1.7833, 53.9307],[-1.786299, 53.9305],[-1.7887, 53.9304],[-1.789999, 53.9303],[-1.7933, 53.9299],[-1.794199, 53.9299],[-1.7948, 53.93],[-1.7954, 53.9301],[-1.796, 53.9303],[-1.7977, 53.9309],[-1.7981, 53.931],[-1.7988, 53.9311],[-1.800699, 53.9312],[-1.8018, 53.9312],[-1.8025, 53.9311],[-1.8031, 53.9311],[-1.804, 53.9313],[-1.8063, 53.9319],[-1.8078, 53.9322],[-1.8098, 53.9327],[-1.8104, 53.9328],[-1.8111, 53.9329],[-1.812299, 53.9329],[-1.8125, 53.9329],[-1.812899, 53.9328],[-1.8132, 53.9326],[-1.814101, 53.9317],[-1.815099, 53.9307],[-1.8162, 53.93],[-1.817001, 53.9296],[-1.8175, 53.9293],[-1.818099, 53.9291],[-1.819301, 53.9288],[-1.8207, 53.9288],[-1.822001, 53.9289],[-1.823799, 53.9293],[-1.8249, 53.9294],[-1.827999, 53.9295],[-1.829399, 53.9296],[-1.83, 53.9297],[-1.830299, 53.9298],[-1.8307, 53.93],[-1.831001, 53.9302],[-1.8312, 53.9305],[-1.8315, 53.9311],[-1.831601, 53.9313],[-1.8321, 53.9316],[-1.8327, 53.9318],[-1.833799, 53.932],[-1.8355, 53.9319],[-1.836401, 53.9319],[-1.837499, 53.932],[-1.8383, 53.9323],[-1.8405, 53.933],[-1.8415, 53.9332],[-1.8426, 53.9332],[-1.8434, 53.9331],[-1.8447, 53.9327],[-1.848099, 53.9318],[-1.850299, 53.9314],[-1.8505, 53.9314],[-1.851001, 53.9315],[-1.8515, 53.9317],[-1.853, 53.9325],[-1.8534, 53.9327],[-1.853999, 53.9329],[-1.8548, 53.933],[-1.8565, 53.9329],[-1.856699, 53.9329],[-1.8571, 53.933],[-1.8579, 53.9334],[-1.8588, 53.934],[-1.859501, 53.9346],[-1.8599, 53.9351],[-1.86, 53.9354],[-1.8601, 53.9358],[-1.8601, 53.9367],[-1.86, 53.9377],[-1.859599, 53.9396],[-1.859599, 53.9404],[-1.8598, 53.9409],[-1.8601, 53.9413],[-1.8607, 53.9417],[-1.8613, 53.942],[-1.8631, 53.9423],[-1.865499, 53.9429],[-1.867, 53.9435],[-1.871001, 53.9456],[-1.8723, 53.9466],[-1.8728, 53.9472],[-1.8729, 53.9475],[-1.8731, 53.9483],[-1.8736, 53.9515],[-1.8743, 53.9532],[-1.876099, 53.9557],[-1.8763, 53.9562],[-1.8763, 53.9570],[-1.876099, 53.9578],[-1.875, 53.9598],[-1.8749, 53.9603],[-1.8749, 53.9606],[-1.875, 53.9609],[-1.8752, 53.9614],[-1.875399, 53.9617],[-1.876801, 53.9633],[-1.877599, 53.9638],[-1.8779, 53.9639],[-1.8782, 53.9639],[-1.8785, 53.9638],[-1.879501, 53.9636],[-1.881001, 53.9636],[-1.883, 53.9637],[-1.884101, 53.9635],[-1.8858, 53.9621],[-1.8874, 53.9600],[-1.8882, 53.9585],[-1.888999, 53.9572],[-1.8901, 53.9563],[-1.891201, 53.9557],[-1.892799, 53.9553],[-1.8947, 53.9553],[-1.904799, 53.9581],[-1.914199, 53.9578],[-1.9182, 53.9572],[-1.9197, 53.9567],[-1.921401, 53.9557],[-1.927299, 53.9513],[-1.930699, 53.9524],[-1.934999, 53.9533],[-1.9362, 53.9537],[-1.939101, 53.9532],[-1.939501, 53.9534],[-1.942199, 53.9578],[-1.9427, 53.9582],[-1.943501, 53.9584],[-1.9476, 53.9582],[-1.947899, 53.9579],[-1.947999, 53.9575],[-1.9469, 53.9535],[-1.9471, 53.9532],[-1.9522, 53.9547],[-1.954, 53.9551],[-1.9561, 53.9553],[-1.963199, 53.9537],[-1.9636, 53.9534],[-1.963799, 53.9529],[-1.961601, 53.95],[-1.961601, 53.9487],[-1.9619, 53.9472],[-1.962299, 53.9462],[-1.9626, 53.9456],[-1.963099, 53.9453],[-1.9651, 53.9454],[-1.9657, 53.9452],[-1.966001, 53.9449],[-1.9662, 53.9442],[-1.9662, 53.9427],[-1.966001, 53.9416],[-1.9615, 53.9374],[-1.9612, 53.9369],[-1.961001, 53.9362],[-1.9612, 53.9356],[-1.9661, 53.9326],[-1.9662, 53.9323],[-1.966001, 53.9321],[-1.9649, 53.9316],[-1.962, 53.9298],[-1.962, 53.9295],[-1.9626, 53.9286],[-1.962999, 53.9282],[-1.9633, 53.9282],[-1.968901, 53.93],[-1.9699, 53.9302],[-1.9706, 53.9301],[-1.9785, 53.9284],[-1.978999, 53.9281],[-1.979501, 53.9275],[-1.980399, 53.9258],[-1.981801, 53.921],[-1.9836, 53.9104],[-1.983701, 53.9095],[-1.984599, 53.9043],[-1.984699, 53.9032],[-1.9844, 53.9025],[-1.978099, 53.8941],[-1.9776, 53.8932],[-1.9762, 53.8886],[-1.9734, 53.8788],[-1.9734, 53.8783],[-1.9772, 53.8743],[-1.982399, 53.87],[-1.983, 53.8695],[-1.9834, 53.8693],[-1.983701, 53.8692],[-1.9902, 53.8699],[-1.9974, 53.8732],[-1.998999, 53.8736],[-2.000099, 53.8734],[-2.004101, 53.8726],[-2.0074, 53.8722],[-2.0116, 53.8714],[-2.0137, 53.8713],[-2.019399, 53.8732],[-2.0212, 53.8734],[-2.022001, 53.8727],[-2.0272, 53.8641],[-2.0283, 53.8623],[-2.0302, 53.8605],[-2.036099, 53.8578],[-2.042399, 53.8542],[-2.045, 53.8518],[-2.0614, 53.8607],[-2.071201, 53.8629],[-2.0717, 53.8631],[-2.0757, 53.8657],[-2.074899, 53.8681],[-2.0761, 53.87],[-2.0776, 53.8712],[-2.078599, 53.8721],[-2.079799, 53.877],[-2.080899, 53.8785],[-2.082999, 53.8805],[-2.086601, 53.8828],[-2.092099, 53.8861],[-2.092799, 53.8868],[-2.0939, 53.8883],[-2.1016, 53.8927],[-2.1061, 53.8963],[-2.1117, 53.9052],[-2.111001, 53.9065],[-2.105099, 53.9088],[-2.1113, 53.9137],[-2.112099, 53.9177],[-2.119699, 53.9176],[-2.123199, 53.9248],[-2.127599, 53.9246],[-2.1308, 53.9288],[-2.1366, 53.9296],[-2.1396, 53.9301],[-2.140199, 53.9301],[-2.1408, 53.9297],[-2.141001, 53.9292],[-2.141001, 53.927],[-2.1415, 53.9267],[-2.1452, 53.9271],[-2.151801, 53.9281],[-2.162199, 53.9289],[-2.1626, 53.9296],[-2.1626, 53.9308],[-2.162499, 53.9312],[-2.16, 53.933],[-2.162199, 53.935],[-2.1668, 53.9379],[-2.171, 53.9389],[-2.173701, 53.9361],[-2.1743, 53.9356],[-2.1784, 53.9364],[-2.181499, 53.9374],[-2.183501, 53.942],[-2.1838, 53.9446],[-2.1786, 53.947],[-2.1781, 53.9476],[-2.1782, 53.9480],[-2.1798, 53.9497],[-2.1838, 53.9529],[-2.1907, 53.9598],[-2.193399, 53.9648],[-2.196001, 53.9698],[-2.1964, 53.9704],[-2.196899, 53.9712],[-2.197799, 53.9713],[-2.1987, 53.9712],[-2.200099, 53.9707],[-2.204101, 53.9682],[-2.209301, 53.9638],[-2.209899, 53.9636],[-2.2104, 53.9637],[-2.2142, 53.9658],[-2.2154, 53.9657],[-2.221699, 53.9636],[-2.2242, 53.9639],[-2.2242, 53.9709],[-2.220599, 53.9753],[-2.2184, 53.978],[-2.218199, 53.9789],[-2.219, 53.9794],[-2.2197, 53.9798],[-2.2209, 53.98],[-2.2235, 53.9801],[-2.226201, 53.9814],[-2.241, 53.9816],[-2.249, 53.9797],[-2.255599, 53.9787],[-2.2788, 53.9754],[-2.2857, 53.9753],[-2.2952, 53.9757],[-2.296401, 53.9771],[-2.2946, 53.9801],[-2.294301, 53.981],[-2.299101, 53.9826],[-2.311201, 53.99],[-2.3175, 53.9947],[-2.324899, 53.9943],[-2.326401, 53.9941],[-2.3317, 53.9908],[-2.33340, 53.9918],[-2.334899, 53.9923],[-2.338399, 53.9901],[-2.3394, 53.9902],[-2.3457, 53.9937],[-2.347199, 53.9944],[-2.3505, 53.9994],[-2.3505, 54.0004],[-2.352499, 54.0057],[-2.353199, 54.0091],[-2.3526, 54.0118],[-2.3519, 54.0128],[-2.350899, 54.0138],[-2.3496, 54.0142],[-2.345799, 54.0125],[-2.341401, 54.0099],[-2.3392, 54.0094],[-2.338599, 54.0097],[-2.338399, 54.0104],[-2.3396, 54.0125],[-2.340699, 54.0148],[-2.341401, 54.0165],[-2.3419, 54.0171],[-2.3429, 54.0184],[-2.344501, 54.0189],[-2.349301, 54.0198],[-2.351201, 54.0200],[-2.352499, 54.0199],[-2.3538, 54.0204],[-2.354599, 54.0210],[-2.356601, 54.0228],[-2.3584, 54.0253],[-2.358999, 54.0268],[-2.3592, 54.0316],[-2.358799, 54.0332],[-2.359301, 54.034],[-2.359699, 54.0346],[-2.360699, 54.036],[-2.360699, 54.0366],[-2.3603, 54.0374],[-2.3598, 54.039],[-2.3598, 54.04],[-2.3605, 54.0416],[-2.361201, 54.0424],[-2.3656, 54.046],[-2.3682, 54.0478],[-2.3703, 54.0491],[-2.3715, 54.0496],[-2.3736, 54.0498],[-2.378901, 54.0492],[-2.380399, 54.049],[-2.382999, 54.0481],[-2.3849, 54.0472],[-2.3873, 54.0456],[-2.3882, 54.0453],[-2.391401, 54.0453],[-2.396001, 54.0451],[-2.401401, 54.0448],[-2.406899, 54.044],[-2.412, 54.0436],[-2.4161, 54.0427],[-2.4196, 54.0418],[-2.422699, 54.0408],[-2.426001, 54.0402],[-2.4266, 54.0403],[-2.427999, 54.0411],[-2.430099, 54.0421],[-2.431201, 54.0423],[-2.4324, 54.0426],[-2.439501, 54.0433],[-2.443599, 54.0438],[-2.444799, 54.0436],[-2.4468, 54.0424],[-2.4477, 54.042],[-2.453399, 54.0416],[-2.457, 54.0416],[-2.458501, 54.042],[-2.461299, 54.0432],[-2.464799, 54.0448],[-2.4666, 54.0459],[-2.46760, 54.0468],[-2.469501, 54.0492],[-2.470099, 54.05],[-2.470299, 54.0509],[-2.4704, 54.0523],[-2.469899, 54.0537],[-2.4688, 54.0557],[-2.467, 54.0575],[-2.4644, 54.0607],[-2.464, 54.0617],[-2.463799, 54.0624],[-2.463799, 54.0631],[-2.4646, 54.0693],[-2.463099, 54.0757],[-2.4632, 54.0762],[-2.4644, 54.0770],[-2.4712, 54.0796],[-2.4728, 54.0805],[-2.476401, 54.0833],[-2.478501, 54.0850],[-2.481601, 54.0868],[-2.485199, 54.0884],[-2.4913, 54.0903],[-2.493999, 54.0909],[-2.4993, 54.0916],[-2.507, 54.0924],[-2.5079, 54.0926],[-2.508399, 54.0932],[-2.5079, 54.0947],[-2.507999, 54.0949],[-2.5099, 54.0953],[-2.516299, 54.0962],[-2.5204, 54.0964],[-2.5236, 54.0963],[-2.5255, 54.0963],[-2.526201, 54.0966],[-2.5267, 54.0974],[-2.5269, 54.0982],[-2.5269, 54.0991],[-2.5267, 54.1002],[-2.525599, 54.1019],[-2.525899, 54.1023],[-2.527999, 54.1029],[-2.531801, 54.1033],[-2.5353, 54.1037],[-2.537499, 54.1042],[-2.5383, 54.1046],[-2.538701, 54.1052],[-2.5388, 54.1056],[-2.5376, 54.1081],[-2.5376, 54.1087],[-2.5378, 54.1092],[-2.5388, 54.1102],[-2.541001, 54.1113],[-2.5432, 54.1122],[-2.5459, 54.1139],[-2.546801, 54.1148],[-2.547, 54.1152],[-2.547, 54.1155],[-2.5467, 54.1167],[-2.546401, 54.1178],[-2.546401, 54.1181],[-2.548, 54.1186],[-2.5513, 54.1194],[-2.555, 54.1204],[-2.5594, 54.1213],[-2.5616, 54.1218],[-2.562799, 54.1228],[-2.5639, 54.1252],[-2.565, 54.1279],[-2.5648, 54.1283],[-2.563999, 54.1294],[-2.5632, 54.1313],[-2.562299, 54.1341],[-2.562599, 54.1368],[-2.5625, 54.1395],[-2.562599, 54.1399],[-2.562999, 54.1424],[-2.5631, 54.1429],[-2.562799, 54.1437],[-2.5618, 54.1448],[-2.56040, 54.1451],[-2.5576, 54.1456],[-2.5574, 54.1468],[-2.557001, 54.1492],[-2.557199, 54.1503],[-2.557499, 54.1507],[-2.5581, 54.1509],[-2.5595, 54.1510],[-2.562599, 54.1517],[-2.562599, 54.1519],[-2.562299, 54.1529],[-2.561001, 54.1546],[-2.558, 54.1551],[-2.5552, 54.1554],[-2.551201, 54.1554],[-2.5504, 54.1553],[-2.549, 54.1556],[-2.5476, 54.1562],[-2.546201, 54.1572],[-2.545599, 54.1575],[-2.545, 54.1576],[-2.54340, 54.1577],[-2.5394, 54.1578],[-2.537199, 54.1579],[-2.5365, 54.1581],[-2.534899, 54.1589],[-2.5339, 54.1601],[-2.5332, 54.162],[-2.5323, 54.1636],[-2.52990, 54.165],[-2.5297, 54.1653],[-2.5292, 54.1667],[-2.5279, 54.1703],[-2.5272, 54.1718],[-2.5265, 54.1724],[-2.522799, 54.1747],[-2.513799, 54.1785],[-2.5092, 54.181],[-2.5032, 54.1853],[-2.4981, 54.1887],[-2.494699, 54.1916],[-2.4909, 54.1946],[-2.487499, 54.1970],[-2.482599, 54.2005],[-2.4783, 54.2038],[-2.4779, 54.2044],[-2.4774, 54.2066],[-2.4769, 54.2078],[-2.476201, 54.2094],[-2.471801, 54.2168],[-2.470799, 54.2177],[-2.467099, 54.2204],[-2.464301, 54.2221],[-2.46280, 54.2233],[-2.4623, 54.2239],[-2.461401, 54.225],[-2.459, 54.2282],[-2.454799, 54.2279],[-2.4482, 54.2274],[-2.4447, 54.2272],[-2.439899, 54.2268],[-2.4324, 54.2244],[-2.429899, 54.2244],[-2.4265, 54.2249],[-2.4142, 54.2272],[-2.4123, 54.2276],[-2.41, 54.2276],[-2.408799, 54.2274],[-2.405299, 54.227],[-2.4043, 54.2272],[-2.4036, 54.2276],[-2.4019, 54.2288],[-2.40050, 54.23],[-2.399699, 54.231],[-2.398799, 54.2327],[-2.397599, 54.2355],[-2.3949, 54.2408],[-2.3945, 54.241],[-2.393399, 54.241],[-2.3839, 54.2404],[-2.379101, 54.2403],[-2.376601, 54.2405],[-2.3728, 54.241],[-2.371601, 54.2413],[-2.371001, 54.242],[-2.3708, 54.2424],[-2.370899, 54.2458],[-2.371001, 54.2477],[-2.370899, 54.2486],[-2.3705, 54.2492],[-2.3699, 54.2496],[-2.369301, 54.2498],[-2.3677, 54.2498],[-2.365499, 54.2502],[-2.3634, 54.2506],[-2.36260, 54.2506],[-2.3618, 54.2504],[-2.360699, 54.2499],[-2.3598, 54.2494],[-2.358299, 54.2481],[-2.356, 54.2463],[-2.352099, 54.2441],[-2.3485, 54.2426],[-2.3476, 54.2419],[-2.345299, 54.2393],[-2.344599, 54.2388],[-2.3438, 54.2385],[-2.342, 54.2384],[-2.338799, 54.2384],[-2.3357, 54.2386],[-2.335, 54.2388],[-2.3336, 54.2394],[-2.328501, 54.2424],[-2.32730, 54.2428],[-2.326401, 54.243],[-2.323299, 54.2433],[-2.3227, 54.2436],[-2.3224, 54.244],[-2.322099, 54.2446],[-2.321899, 54.2455],[-2.3214, 54.25],[-2.319999, 54.2565],[-2.318399, 54.2607],[-2.3157, 54.2662],[-2.3146, 54.2686],[-2.31380, 54.2700],[-2.31380, 54.2706],[-2.314501, 54.2715],[-2.316099, 54.2734],[-2.3194, 54.2776],[-2.3206, 54.2795],[-2.321001, 54.2805],[-2.320899, 54.282],[-2.320699, 54.283],[-2.320499, 54.2834],[-2.3201, 54.2837],[-2.317001, 54.2846],[-2.316601, 54.2849],[-2.3162, 54.287],[-2.3162, 54.2886],[-2.316401, 54.2895],[-2.3167, 54.29],[-2.3175, 54.2907],[-2.3194, 54.2922],[-2.3213, 54.2934],[-2.3216, 54.294],[-2.3216, 54.2945],[-2.321201, 54.2958],[-2.320499, 54.297],[-2.31990, 54.298],[-2.3195, 54.2986],[-2.3192, 54.2994],[-2.319101, 54.2998],[-2.3193, 54.3001],[-2.322001, 54.3015],[-2.3224, 54.3019],[-2.3225, 54.3023],[-2.322299, 54.3029],[-2.3215, 54.304],[-2.3208, 54.3048],[-2.319799, 54.3058],[-2.318799, 54.307],[-2.319, 54.3086],[-2.31990, 54.3117],[-2.320199, 54.3126],[-2.3203, 54.313],[-2.31990, 54.3135],[-2.3193, 54.3137],[-2.318099, 54.3137],[-2.3153, 54.3133],[-2.314501, 54.3135],[-2.314101, 54.3140],[-2.3136, 54.3148],[-2.312999, 54.3156],[-2.3117, 54.3175],[-2.308399, 54.3241],[-2.3083, 54.3250],[-2.308901, 54.3256],[-2.309999, 54.3262],[-2.312599, 54.3274],[-2.3167, 54.3293],[-2.3174, 54.3297],[-2.318599, 54.3318],[-2.3192, 54.3324],[-2.31990, 54.3326],[-2.323299, 54.3326],[-2.324399, 54.3327],[-2.3253, 54.3329],[-2.326699, 54.3335],[-2.328701, 54.3345],[-2.3308, 54.3356],[-2.331401, 54.336],[-2.3316, 54.3369],[-2.332299, 54.3396],[-2.332599, 54.3403],[-2.332999, 54.3409],[-2.3336, 54.3415],[-2.334399, 54.342],[-2.336, 54.3428],[-2.339999, 54.3444],[-2.343199, 54.3456],[-2.3461, 54.3474],[-2.3516, 54.3494],[-2.3575, 54.3515],[-2.360199, 54.3535],[-2.3624, 54.355],[-2.362999, 54.3554],[-2.362999, 54.3557],[-2.3619, 54.3564],[-2.359101, 54.3567],[-2.357399, 54.3566],[-2.355299, 54.3569],[-2.352499, 54.3578],[-2.349, 54.3591],[-2.3461, 54.3595],[-2.3436, 54.3601],[-2.342799, 54.3605],[-2.339, 54.3631],[-2.3376, 54.3637],[-2.336601, 54.3639],[-2.3352, 54.3637],[-2.3332, 54.3637],[-2.3299, 54.3649],[-2.326401, 54.3673],[-2.324399, 54.3688],[-2.3225, 54.3703],[-2.3211, 54.3716],[-2.3196, 54.374],[-2.318399, 54.3754],[-2.317699, 54.3767],[-2.3174, 54.3769],[-2.317001, 54.3771],[-2.316401, 54.3772],[-2.315799, 54.3773],[-2.305099, 54.3776],[-2.298501, 54.3781],[-2.296801, 54.3784],[-2.2957, 54.3787],[-2.2948, 54.3792],[-2.294301, 54.3799],[-2.2936, 54.3812],[-2.2929, 54.3826],[-2.292599, 54.3839],[-2.292599, 54.3863],[-2.2927, 54.3877],[-2.293, 54.3893],[-2.294301, 54.3921],[-2.2948, 54.3928],[-2.298599, 54.3956],[-2.302299, 54.3982],[-2.3027, 54.3988],[-2.30290, 54.3993],[-2.302999, 54.4001],[-2.302799, 54.4015],[-2.30290, 54.4029],[-2.3032, 54.4041],[-2.304301, 54.4063],[-2.306801, 54.4111],[-2.3076, 54.4142],[-2.308, 54.4191],[-2.307899, 54.4205],[-2.3076, 54.4216],[-2.307001, 54.4229],[-2.306401, 54.424],[-2.305399, 54.4255],[-2.3046, 54.4265],[-2.3035, 54.4273],[-2.302299, 54.4279],[-2.3002, 54.4288],[-2.297899, 54.4303],[-2.295599, 54.431],[-2.2938, 54.4321],[-2.2918, 54.4329],[-2.289599, 54.4333],[-2.28940, 54.4335],[-2.2892, 54.4339],[-2.2891, 54.4342],[-2.28940, 54.4355],[-2.289799, 54.4385],[-2.2897, 54.4387],[-2.2891, 54.4388],[-2.2876, 54.4389],[-2.2844, 54.4389],[-2.281001, 54.4401],[-2.272399, 54.4424],[-2.267299, 54.4437],[-2.265899, 54.4442],[-2.265599, 54.4444],[-2.2657, 54.4449],[-2.2672, 54.4470],[-2.267299, 54.4474],[-2.2671, 54.4480],[-2.266401, 54.4485],[-2.2609, 54.4500],[-2.2568, 54.4508],[-2.252599, 54.452],[-2.249799, 54.4527],[-2.2476, 54.4530],[-2.2446, 54.4527],[-2.242399, 54.4523],[-2.2386, 54.4516],[-2.236099, 54.4511],[-2.2288, 54.4504],[-2.2233, 54.4505],[-2.2211, 54.4505],[-2.2186, 54.4505],[-2.213099, 54.4509],[-2.2126, 54.4510],[-2.2011, 54.4488],[-2.2005, 54.4487],[-2.1991, 54.4486],[-2.193399, 54.4487],[-2.188999, 54.4488],[-2.187599, 54.4489],[-2.1868, 54.4491],[-2.1858, 54.4495],[-2.1842, 54.4510],[-2.181401, 54.4530],[-2.181201, 54.4533],[-2.181099, 54.4538],[-2.181099, 54.4576],[-2.1809, 54.4591],[-2.1807, 54.4596],[-2.1785, 54.4625],[-2.177999, 54.4629],[-2.1772, 54.4631],[-2.1766, 54.4631],[-2.1744, 54.4631],[-2.173599, 54.4628],[-2.172499, 54.4622],[-2.169199, 54.4589],[-2.1638, 54.4581],[-2.1598, 54.4576],[-2.1582, 54.4574],[-2.1573, 54.4568],[-2.1564, 54.4557],[-2.1551, 54.4537],[-2.1529, 54.4491],[-2.151801, 54.4481],[-2.1496, 54.4479],[-2.1418, 54.4496],[-2.132699, 54.4566],[-2.127199, 54.4587],[-2.125299, 54.4593],[-2.12420, 54.4601],[-2.123701, 54.4607],[-2.12290, 54.4613],[-2.122, 54.4617],[-2.120899, 54.4619],[-2.118299, 54.4617],[-2.110699, 54.4627],[-2.1077, 54.4636],[-2.105099, 54.4643],[-2.101001, 54.4655],[-2.095799, 54.4665],[-2.088, 54.4681],[-2.0837, 54.469],[-2.081401, 54.4699],[-2.0782, 54.4713],[-2.072799, 54.474],[-2.072099, 54.4745],[-2.0706, 54.4765],[-2.0703, 54.4767],[-2.066, 54.4793],[-2.0592, 54.4833],[-2.0538, 54.4852],[-2.046299, 54.4861],[-2.0429, 54.4854],[-2.042001, 54.4849],[-2.0413, 54.4838],[-2.0414, 54.4829],[-2.0422, 54.475],[-2.042001, 54.4749],[-2.0378, 54.4746],[-2.0297, 54.4739],[-2.0279, 54.4737],[-2.0223, 54.4734],[-2.0146, 54.4735],[-2.0132, 54.4733],[-2.0111, 54.4728],[-2.009399, 54.4723],[-2.0004, 54.47],[-1.998199, 54.4693],[-1.9931, 54.4669],[-1.985, 54.4631],[-1.9802, 54.4609],[-1.9794, 54.4608],[-1.9759, 54.4613],[-1.975199, 54.461],[-1.9742, 54.4603],[-1.9723, 54.4587],[-1.970899, 54.4574],[-1.97, 54.4563],[-1.968901, 54.4539],[-1.9684, 54.4535],[-1.967299, 54.4532],[-1.9647, 54.4527],[-1.960199, 54.4528],[-1.9582, 54.4531],[-1.9568, 54.4533],[-1.953799, 54.4537],[-1.952299, 54.4537],[-1.949, 54.4539],[-1.941499, 54.4539],[-1.9403, 54.4541],[-1.936601, 54.4549],[-1.935899, 54.4553],[-1.933599, 54.4574],[-1.9324, 54.4583],[-1.931499, 54.4585],[-1.929, 54.458],[-1.9268, 54.4575],[-1.9259, 54.4575],[-1.924999, 54.4577],[-1.920799, 54.4595],[-1.9188, 54.4603],[-1.915599, 54.4615],[-1.905599, 54.464],[-1.9009, 54.4652],[-1.896299, 54.4665],[-1.8915, 54.4677],[-1.887599, 54.4705],[-1.8846, 54.4731],[-1.883, 54.4742],[-1.8787, 54.4767],[-1.8743, 54.4791],[-1.8707, 54.4812],[-1.869799, 54.4817],[-1.868999, 54.4819],[-1.8644, 54.4821],[-1.8628, 54.4822],[-1.8601, 54.4824],[-1.858901, 54.4825],[-1.858099, 54.4827],[-1.857399, 54.4834],[-1.857, 54.4842],[-1.856201, 54.4869],[-1.8564, 54.4876],[-1.856699, 54.4886],[-1.857, 54.4897],[-1.8572, 54.4932],[-1.856801, 54.5006],[-1.856601, 54.5045],[-1.8565, 54.5048],[-1.8558, 54.5051],[-1.8549, 54.5053],[-1.852499, 54.5054],[-1.8509, 54.5055],[-1.846601, 54.5057],[-1.840299, 54.5080],[-1.837399, 54.5093],[-1.8361, 54.5095],[-1.835, 54.5094],[-1.8333, 54.5089],[-1.832299, 54.5084],[-1.8312, 54.5077],[-1.829301, 54.5062],[-1.8257, 54.5029],[-1.8236, 54.5006],[-1.820799, 54.4983],[-1.8178, 54.4970],[-1.7966, 54.4879],[-1.793, 54.4867],[-1.791, 54.4862],[-1.790699, 54.4864],[-1.7903, 54.4871],[-1.7882, 54.4936],[-1.7873, 54.4962],[-1.786401, 54.4991],[-1.7845, 54.5038],[-1.7837, 54.5051],[-1.783, 54.5058],[-1.7802, 54.5072],[-1.776299, 54.5089],[-1.7759, 54.5093],[-1.7758, 54.5102],[-1.7758, 54.5128],[-1.776, 54.5154],[-1.776401, 54.5192],[-1.776401, 54.5201],[-1.7759, 54.5228],[-1.775599, 54.5247],[-1.775699, 54.5255],[-1.7761, 54.526],[-1.779301, 54.529],[-1.779799, 54.5296],[-1.7801, 54.5309],[-1.7801, 54.5318],[-1.779999, 54.5327],[-1.7796, 54.533],[-1.779, 54.5331],[-1.775699, 54.5335],[-1.7704, 54.5347],[-1.7666, 54.5375],[-1.766001, 54.5378],[-1.7652, 54.5377],[-1.7647, 54.5375],[-1.7643, 54.5372],[-1.764101, 54.5368],[-1.762699, 54.5318],[-1.7625, 54.5314],[-1.7621, 54.5307],[-1.7616, 54.5302],[-1.7614, 54.5301],[-1.761001, 54.5299],[-1.7596, 54.5299],[-1.758, 54.53],[-1.748, 54.531],[-1.7443, 54.531],[-1.7406, 54.5306],[-1.737, 54.5301],[-1.731699, 54.5299],[-1.731099, 54.5298],[-1.7306, 54.5296],[-1.729599, 54.529],[-1.728199, 54.5287],[-1.727399, 54.5287],[-1.726601, 54.5288],[-1.726001, 54.5292],[-1.7258, 54.5297],[-1.7229, 54.5415],[-1.7228, 54.5422],[-1.7228, 54.543],[-1.7227, 54.5432],[-1.722499, 54.5433],[-1.7222, 54.5434],[-1.718901, 54.5433],[-1.717399, 54.5431],[-1.7169, 54.5428],[-1.7163, 54.5423],[-1.7147, 54.541],[-1.7129, 54.5406],[-1.7056, 54.539],[-1.7012, 54.5379],[-1.698799, 54.5376],[-1.6948, 54.5369],[-1.689399, 54.536],[-1.683501, 54.535],[-1.681499, 54.5348],[-1.679, 54.5347],[-1.6761, 54.5348],[-1.6749, 54.535],[-1.674301, 54.5351],[-1.6704, 54.5358],[-1.6659, 54.5365],[-1.663501, 54.5364],[-1.6605, 54.5361],[-1.6573, 54.5356],[-1.656299, 54.5354],[-1.6546, 54.5349],[-1.6532, 54.5341],[-1.6524, 54.5334],[-1.652099, 54.5323],[-1.652699, 54.5308],[-1.653901, 54.5287],[-1.654101, 54.5276],[-1.654, 54.5268],[-1.653501, 54.5259],[-1.6531, 54.5256],[-1.6525, 54.5253],[-1.6517, 54.5251],[-1.6502, 54.5249],[-1.6487, 54.5249],[-1.6458, 54.5251],[-1.6436, 54.5254],[-1.6404, 54.5262],[-1.637001, 54.5268],[-1.635399, 54.5271],[-1.6343, 54.527],[-1.6329, 54.5267],[-1.632001, 54.5265],[-1.631201, 54.5262],[-1.630499, 54.5257],[-1.6299, 54.5251],[-1.629799, 54.5247],[-1.629699, 54.5239],[-1.629799, 54.5224],[-1.63, 54.5208],[-1.6302, 54.5202],[-1.630399, 54.5198],[-1.6307, 54.5193],[-1.631099, 54.519],[-1.6317, 54.5187],[-1.6324, 54.5186],[-1.6331, 54.5186],[-1.6352, 54.5188],[-1.637001, 54.5189],[-1.637599, 54.5188],[-1.638299, 54.5185],[-1.638501, 54.5183],[-1.638501, 54.518],[-1.638299, 54.5177],[-1.6372, 54.5170],[-1.634799, 54.5162],[-1.631299, 54.5154],[-1.6296, 54.5152],[-1.6272, 54.5150],[-1.6257, 54.5151],[-1.622599, 54.5155],[-1.621001, 54.516],[-1.6164, 54.5177],[-1.614799, 54.5187],[-1.612499, 54.5206],[-1.611699, 54.521],[-1.6109, 54.5212],[-1.6102, 54.5212],[-1.6057, 54.5207],[-1.602399, 54.5202],[-1.600299, 54.5195],[-1.599, 54.5189],[-1.5983, 54.5182],[-1.5978, 54.5173],[-1.5978, 54.5168],[-1.598199, 54.5158],[-1.5998, 54.5138],[-1.6007, 54.5124],[-1.6008, 54.5121],[-1.6007, 54.5119],[-1.600199, 54.5117],[-1.599, 54.5116],[-1.5983, 54.5116],[-1.5973, 54.5118],[-1.595, 54.5125],[-1.593099, 54.513],[-1.591601, 54.5132],[-1.589501, 54.5133],[-1.587399, 54.5133],[-1.5804, 54.5136],[-1.5791, 54.5134],[-1.578501, 54.5132],[-1.5782, 54.513],[-1.577999, 54.5127],[-1.5778, 54.5123],[-1.5778, 54.5118],[-1.578701, 54.5109],[-1.58, 54.5099],[-1.5811, 54.5092],[-1.584301, 54.5083],[-1.5877, 54.5075],[-1.588799, 54.5070],[-1.589301, 54.5067],[-1.5898, 54.5063],[-1.59, 54.5060],[-1.59, 54.5055],[-1.5899, 54.5051],[-1.5897, 54.5049],[-1.589501, 54.5047],[-1.5891, 54.5045],[-1.5886, 54.5043],[-1.587999, 54.5042],[-1.587, 54.5041],[-1.5865, 54.5042],[-1.5849, 54.5050],[-1.584, 54.5054],[-1.582399, 54.5059],[-1.5812, 54.5062],[-1.580099, 54.5064],[-1.5782, 54.5067],[-1.5775, 54.5066],[-1.576699, 54.5063],[-1.5761, 54.5060],[-1.575799, 54.5056],[-1.5756, 54.5050],[-1.576499, 54.5041],[-1.5771, 54.5034],[-1.5775, 54.5029],[-1.5777, 54.5025],[-1.577999, 54.5016],[-1.5782, 54.5013],[-1.578501, 54.5008],[-1.578901, 54.5004],[-1.5798, 54.4999],[-1.580299, 54.4996],[-1.5805, 54.4994],[-1.5806, 54.499],[-1.5806, 54.4987],[-1.5805, 54.4985],[-1.579599, 54.4979],[-1.5763, 54.4965],[-1.5747, 54.4954],[-1.572999, 54.4938],[-1.5718, 54.4927],[-1.570199, 54.4911],[-1.569501, 54.4906],[-1.568701, 54.4902],[-1.5675, 54.4898],[-1.5656, 54.4894],[-1.5628, 54.4886],[-1.5599, 54.4876],[-1.5588, 54.4872],[-1.556, 54.4866],[-1.554999, 54.4865],[-1.5518, 54.4859],[-1.551601, 54.4857],[-1.551499, 54.4851],[-1.5517, 54.4839],[-1.551601, 54.4822],[-1.5513, 54.4802],[-1.550799, 54.479],[-1.549399, 54.4767],[-1.548599, 54.4757],[-1.5467, 54.474],[-1.5447, 54.4726],[-1.5438, 54.4723],[-1.540799, 54.4714],[-1.538501, 54.4711],[-1.5365, 54.4708],[-1.532699, 54.4703],[-1.5295, 54.4702],[-1.5261, 54.4708],[-1.5245, 54.4709],[-1.5229, 54.4708],[-1.521001, 54.4708],[-1.5203, 54.4709],[-1.5193, 54.471],[-1.518501, 54.4712],[-1.5175, 54.4716],[-1.517099, 54.4718],[-1.5167, 54.4722],[-1.5166, 54.4727],[-1.516801, 54.4731],[-1.5173, 54.4737],[-1.5181, 54.4743],[-1.5186, 54.4745],[-1.519199, 54.4747],[-1.522799, 54.4754],[-1.524799, 54.4756],[-1.5261, 54.4759],[-1.5267, 54.4761],[-1.5272, 54.4763],[-1.5275, 54.4765],[-1.5279, 54.4768],[-1.5281, 54.4771],[-1.528501, 54.4781],[-1.5287, 54.4789],[-1.5288, 54.481],[-1.5286, 54.4825],[-1.5283, 54.4836],[-1.528, 54.4843],[-1.527699, 54.4849],[-1.5272, 54.4853],[-1.5266, 54.4856],[-1.526201, 54.4858],[-1.525499, 54.486],[-1.5238, 54.4862],[-1.5217, 54.4862],[-1.518901, 54.486],[-1.5147, 54.4853],[-1.5128, 54.4849],[-1.5117, 54.4844],[-1.511201, 54.4841],[-1.510399, 54.4834],[-1.51, 54.4827],[-1.509799, 54.4821],[-1.509799, 54.4819],[-1.509899, 54.4814],[-1.5102, 54.4808],[-1.5115, 54.4784],[-1.511801, 54.4776],[-1.511899, 54.4771],[-1.5117, 54.4765],[-1.511299, 54.476],[-1.511001, 54.4758],[-1.510499, 54.4756],[-1.509501, 54.4756],[-1.5087, 54.4758],[-1.5081, 54.4761],[-1.506099, 54.4776],[-1.5057, 54.478],[-1.5052, 54.4787],[-1.504799, 54.4797],[-1.503901, 54.4817],[-1.5031, 54.4829],[-1.502599, 54.4834],[-1.502001, 54.4838],[-1.497699, 54.4861],[-1.494799, 54.487],[-1.4917, 54.4875],[-1.489799, 54.4876],[-1.4888, 54.4874],[-1.4884, 54.4873],[-1.4879, 54.4871],[-1.487599, 54.4869],[-1.4874, 54.4865],[-1.4874, 54.486],[-1.4877, 54.4854],[-1.488199, 54.4849],[-1.4899, 54.4834],[-1.4922, 54.4819],[-1.494501, 54.4805],[-1.4963, 54.4794],[-1.496899, 54.4787],[-1.4971, 54.4783],[-1.4971, 54.4781],[-1.496899, 54.4778],[-1.4956, 54.4768],[-1.495, 54.4765],[-1.4935, 54.4761],[-1.491099, 54.4754],[-1.4888, 54.4751],[-1.4864, 54.4747],[-1.4838, 54.4745],[-1.482499, 54.4745],[-1.4806, 54.4747],[-1.478799, 54.4754],[-1.477, 54.476],[-1.4763, 54.4761],[-1.4756, 54.4761],[-1.4749, 54.476],[-1.4741, 54.4757],[-1.4736, 54.4754],[-1.4733, 54.4751],[-1.4726, 54.4741],[-1.4719, 54.4726],[-1.471601, 54.471],[-1.4713, 54.4696],[-1.471099, 54.4691],[-1.47, 54.4681],[-1.4683, 54.4668],[-1.467, 54.4659],[-1.4657, 54.4647],[-1.464501, 54.4633],[-1.464301, 54.463],[-1.4642, 54.4626],[-1.4642, 54.4624],[-1.464301, 54.4620],[-1.464501, 54.4617],[-1.4655, 54.461],[-1.4665, 54.4604],[-1.4677, 54.4597],[-1.4684, 54.4592],[-1.468799, 54.4587],[-1.469, 54.4581],[-1.469, 54.458],[-1.468799, 54.4574],[-1.468199, 54.4564],[-1.467499, 54.4557],[-1.466801, 54.4552],[-1.465899, 54.4547],[-1.4633, 54.4535],[-1.4607, 54.4527],[-1.459399, 54.4524],[-1.457999, 54.4523],[-1.455799, 54.4524],[-1.455199, 54.4525],[-1.4542, 54.4529],[-1.453701, 54.4532],[-1.4532, 54.4536],[-1.4528, 54.4542],[-1.4527, 54.4546],[-1.4527, 54.455],[-1.4528, 54.4556],[-1.452999, 54.4559],[-1.4536, 54.4567],[-1.454, 54.4572],[-1.4556, 54.4584],[-1.457299, 54.4595],[-1.458099, 54.4601],[-1.4591, 54.461],[-1.4597, 54.4616],[-1.4601, 54.4621],[-1.460199, 54.4624],[-1.460299, 54.4628],[-1.460299, 54.463],[-1.460199, 54.4635],[-1.4598, 54.464],[-1.459399, 54.4642],[-1.4583, 54.4646],[-1.456601, 54.4649],[-1.455, 54.4651],[-1.4532, 54.4657],[-1.4519, 54.4661],[-1.451499, 54.4663],[-1.451401, 54.4667],[-1.451401, 54.4669],[-1.451401, 54.4672],[-1.451601, 54.4675],[-1.4519, 54.4678],[-1.4522, 54.4681],[-1.453901, 54.4689],[-1.4547, 54.4692],[-1.4554, 54.4695],[-1.456601, 54.4703],[-1.4568, 54.4705],[-1.4571, 54.4709],[-1.457399, 54.4715],[-1.4576, 54.4718],[-1.4579, 54.4721],[-1.458901, 54.4727],[-1.460299, 54.4734],[-1.4612, 54.4739],[-1.461401, 54.4741],[-1.461601, 54.4746],[-1.461601, 54.4749],[-1.4613, 54.4756],[-1.4604, 54.4768],[-1.459, 54.4785],[-1.4583, 54.4796],[-1.457999, 54.4802],[-1.4578, 54.4804],[-1.4568, 54.4812],[-1.4562, 54.4817],[-1.4556, 54.4822],[-1.4554, 54.4826],[-1.4555, 54.4831],[-1.4557, 54.4834],[-1.456401, 54.4842],[-1.4576, 54.4855],[-1.458501, 54.4866],[-1.459, 54.4876],[-1.4592, 54.4884],[-1.4592, 54.4889],[-1.458901, 54.4897],[-1.4583, 54.4908],[-1.456601, 54.4927],[-1.4563, 54.4934],[-1.4562, 54.4939],[-1.4562, 54.4946],[-1.4563, 54.4950],[-1.456601, 54.4957],[-1.4572, 54.4966],[-1.4577, 54.4972],[-1.458501, 54.4977],[-1.459599, 54.4981],[-1.4606, 54.4982],[-1.462499, 54.4982],[-1.468701, 54.4977],[-1.470399, 54.4976],[-1.471099, 54.4977],[-1.471699, 54.4979],[-1.4721, 54.4981],[-1.472499, 54.4985],[-1.4729, 54.4992],[-1.473099, 54.4998],[-1.473199, 54.5003],[-1.473199, 54.5007],[-1.473099, 54.5012],[-1.4729, 54.5017],[-1.4726, 54.5022],[-1.4721, 54.5027],[-1.4715, 54.5030],[-1.471001, 54.5031],[-1.469501, 54.5033],[-1.4661, 54.5038],[-1.462499, 54.5048],[-1.4598, 54.5052],[-1.458701, 54.5053],[-1.4568, 54.5052],[-1.455199, 54.5044],[-1.4534, 54.5028],[-1.450799, 54.5001],[-1.4498, 54.4993],[-1.4478, 54.4980],[-1.4455, 54.4967],[-1.4447, 54.4961],[-1.4442, 54.4957],[-1.443799, 54.4953],[-1.4426, 54.4934],[-1.4421, 54.4929],[-1.4413, 54.4923],[-1.437899, 54.4907],[-1.4363, 54.49],[-1.432001, 54.4887],[-1.427899, 54.4876],[-1.4259, 54.487],[-1.4248, 54.4865],[-1.424399, 54.4861],[-1.424199, 54.4857],[-1.424199, 54.4851],[-1.4245, 54.4847],[-1.4255, 54.4843],[-1.427099, 54.4839],[-1.4283, 54.4834],[-1.429301, 54.483],[-1.4297, 54.4827],[-1.429999, 54.4822],[-1.4302, 54.4817],[-1.430099, 54.481],[-1.4299, 54.4808],[-1.429399, 54.4806],[-1.4269, 54.4805],[-1.4249, 54.4804],[-1.4218, 54.4801],[-1.419101, 54.4795],[-1.4152, 54.4784],[-1.4139, 54.4782],[-1.412001, 54.4783],[-1.4098, 54.4787],[-1.408599, 54.4792],[-1.407001, 54.48],[-1.4066, 54.4804],[-1.406299, 54.481],[-1.4061, 54.4816],[-1.4059, 54.4842],[-1.406801, 54.4877],[-1.4072, 54.4895],[-1.4075, 54.4912],[-1.4075, 54.4918],[-1.4074, 54.4927],[-1.4072, 54.4933],[-1.407001, 54.4937],[-1.4066, 54.4941],[-1.406201, 54.4944],[-1.405699, 54.4946],[-1.4045, 54.4949],[-1.4026, 54.4951],[-1.401801, 54.4951],[-1.4003, 54.4950],[-1.3994, 54.4949],[-1.398901, 54.4948],[-1.3982, 54.4945],[-1.397699, 54.4942],[-1.397099, 54.4936],[-1.3967, 54.4931],[-1.396401, 54.4926],[-1.396201, 54.4919],[-1.3961, 54.4913],[-1.3961, 54.4897],[-1.396001, 54.4889],[-1.3958, 54.4886],[-1.395499, 54.4883],[-1.3951, 54.488],[-1.394199, 54.4875],[-1.3932, 54.487],[-1.391899, 54.487],[-1.3894, 54.4874],[-1.386801, 54.4879],[-1.383999, 54.4883],[-1.3824, 54.4884],[-1.381299, 54.4886],[-1.3808, 54.4889],[-1.380499, 54.4892],[-1.3802, 54.4897],[-1.38, 54.4903],[-1.38, 54.4906],[-1.3802, 54.4913],[-1.380599, 54.4926],[-1.380599, 54.4935],[-1.380399, 54.4939],[-1.3802, 54.4942],[-1.379699, 54.4946],[-1.377699, 54.4958],[-1.3774, 54.4958],[-1.3772, 54.4957],[-1.376099, 54.4943],[-1.3744, 54.4928],[-1.373, 54.4912],[-1.3723, 54.4908],[-1.3679, 54.4898],[-1.3674, 54.4895],[-1.366899, 54.4871],[-1.3665, 54.4855],[-1.367, 54.4845],[-1.3678, 54.4837],[-1.373199, 54.4819],[-1.3735, 54.4815],[-1.373299, 54.4805],[-1.371801, 54.4767],[-1.3708, 54.4755],[-1.368999, 54.4733],[-1.365, 54.4695],[-1.363701, 54.4683],[-1.363299, 54.4679],[-1.3623, 54.4675],[-1.3614, 54.4676],[-1.3602, 54.4679],[-1.3598, 54.4681],[-1.358701, 54.4699],[-1.356601, 54.4732],[-1.3556, 54.4745],[-1.3551, 54.4749],[-1.354501, 54.475],[-1.3528, 54.475],[-1.346001, 54.4746],[-1.343199, 54.4744],[-1.342399, 54.4742],[-1.3421, 54.4738],[-1.3408, 54.4677],[-1.3406, 54.4671],[-1.34, 54.4665],[-1.3391, 54.466],[-1.3354, 54.4665],[-1.3336, 54.4672],[-1.331601, 54.4687],[-1.327299, 54.4702],[-1.325099, 54.4707],[-1.3212, 54.4725],[-1.3168, 54.4745],[-1.3132, 54.4776],[-1.311601, 54.4785],[-1.3098, 54.479],[-1.3074, 54.4794],[-1.3054, 54.4797],[-1.3032, 54.4801],[-1.302199, 54.48],[-1.301499, 54.4799],[-1.3005, 54.4788],[-1.2998, 54.4782],[-1.298701, 54.4779],[-1.2976, 54.4779],[-1.297001, 54.4783],[-1.295699, 54.4797],[-1.294399, 54.4802],[-1.292799, 54.4809],[-1.2919, 54.4817],[-1.2911, 54.4831],[-1.290699, 54.4841],[-1.2904, 54.4844],[-1.2898, 54.4843],[-1.2889, 54.4839],[-1.2881, 54.4834],[-1.2874, 54.4833],[-1.286801, 54.4834],[-1.2867, 54.4837],[-1.2866, 54.4841],[-1.2865, 54.4855],[-1.2866, 54.4865],[-1.2866, 54.4889],[-1.286401, 54.4895],[-1.285599, 54.4901],[-1.282799, 54.4912],[-1.279301, 54.4923],[-1.2733, 54.4929],[-1.2679, 54.4942],[-1.2657, 54.4945],[-1.263, 54.4944],[-1.2587, 54.4921],[-1.2578, 54.4913],[-1.256299, 54.4905],[-1.255599, 54.4903],[-1.2553, 54.4902],[-1.2552, 54.4905],[-1.2551, 54.4908],[-1.2558, 54.4935],[-1.2558, 54.4939],[-1.255599, 54.4944],[-1.253901, 54.4966],[-1.2524, 54.4989],[-1.2524, 54.4994],[-1.2532, 54.5006],[-1.2542, 54.5031],[-1.253999, 54.5033],[-1.252499, 54.5034],[-1.2456, 54.5029],[-1.242599, 54.5029],[-1.2413, 54.5030],[-1.240499, 54.5035],[-1.2394, 54.5045],[-1.2374, 54.5063],[-1.236201, 54.5075],[-1.2358, 54.5076],[-1.2336, 54.5078],[-1.2328, 54.5084],[-1.2322, 54.5093],[-1.231801, 54.5121],[-1.231601, 54.513],[-1.2314, 54.5133],[-1.2307, 54.5136],[-1.228901, 54.5138],[-1.2265, 54.5141],[-1.2248, 54.5144],[-1.223701, 54.5143],[-1.2229, 54.5141],[-1.22, 54.5123],[-1.2183, 54.5116],[-1.2098, 54.5104],[-1.2056, 54.5094],[-1.1968, 54.5078],[-1.191499, 54.5080],[-1.1896, 54.5081],[-1.1863, 54.5082],[-1.182899, 54.5083],[-1.1809, 54.5083],[-1.179999, 54.5085],[-1.179301, 54.5084],[-1.1782, 54.5080],[-1.1767, 54.5071],[-1.173501, 54.5050],[-1.1724, 54.5045],[-1.171201, 54.5042],[-1.1703, 54.5041],[-1.1688, 54.5041],[-1.166401, 54.5043],[-1.1625, 54.5049],[-1.153901, 54.5037],[-1.1515, 54.5030],[-1.1487, 54.5025],[-1.147799, 54.5026],[-1.146001, 54.5033],[-1.143299, 54.5047],[-1.139799, 54.5039],[-1.1342, 54.5027],[-1.1293, 54.5019],[-1.1208, 54.5001],[-1.1192, 54.5000],[-1.1188, 54.5002],[-1.118299, 54.5006],[-1.1152, 54.5032],[-1.1094, 54.5051],[-1.108999, 54.5055],[-1.108299, 54.5068],[-1.103999, 54.5136],[-1.1036, 54.5139],[-1.103199, 54.5139],[-1.1014, 54.5128],[-1.096001, 54.5106],[-1.0894, 54.5079],[-1.0856, 54.5053],[-1.085, 54.5051],[-1.084399, 54.5050],[-1.083099, 54.5052],[-1.080799, 54.5054],[-1.0792, 54.5053],[-1.0747, 54.5053],[-1.0741, 54.5050],[-1.0733, 54.5045],[-1.0707, 54.5030],[-1.067001, 54.5008],[-1.0661, 54.5001],[-1.064, 54.4991],[-1.063501, 54.4992],[-1.0596, 54.5014],[-1.0588, 54.5016],[-1.057899, 54.5017],[-1.0546, 54.5007],[-1.0509, 54.4993],[-1.049199, 54.4989],[-1.0484, 54.499],[-1.0423, 54.5007],[-1.0417, 54.5006],[-1.0416, 54.5003],[-1.042001, 54.4969],[-1.0419, 54.4968],[-1.040599, 54.4964],[-1.0355, 54.4947],[-1.0348, 54.4948],[-1.032899, 54.4964],[-1.029301, 54.4983],[-1.026201, 54.5000],[-1.0204, 54.5041],[-1.0197, 54.5043],[-1.0167, 54.5043],[-1.009501, 54.5041],[-1.003, 54.5040],[-1.000399, 54.5039],[-0.9985995, 54.5041],[-0.9979995, 54.5040],[-0.9883995, 54.5022],[-0.9770995, 54.5007],[-0.9741005, 54.5000],[-0.9689005, 54.4992],[-0.9668005000000002, 54.4987],[-0.9662995, 54.4984],[-0.9651995, 54.4973],[-0.9637995, 54.4957],[-0.9633995, 54.4954],[-0.9612995, 54.4943],[-0.9589995, 54.4933],[-0.9541995, 54.4905],[-0.9528995, 54.49],[-0.9518995, 54.4897],[-0.9495005000000002, 54.4894],[-0.9451995, 54.4894],[-0.9429995, 54.4897],[-0.9407995, 54.4901],[-0.9350995, 54.4917],[-0.9320005, 54.4923],[-0.9295005, 54.4926],[-0.9275995, 54.4928],[-0.9266995, 54.4928],[-0.9256995, 54.4926],[-0.9239995000000002, 54.4923],[-0.9228995, 54.4923],[-0.9185995, 54.4929],[-0.9106995, 54.4939],[-0.9043995, 54.4950],[-0.9001995, 54.4959],[-0.8966995, 54.4969],[-0.8922995, 54.4980],[-0.8910005, 54.4984],[-0.8895995, 54.4986],[-0.8889005, 54.4987],[-0.8868005, 54.4983],[-0.8799995000000002, 54.4971],[-0.8760005, 54.4961],[-0.8751995000000002, 54.4957],[-0.8746995, 54.4951],[-0.8745995, 54.4946],[-0.8743005, 54.4933],[-0.8741995000000002, 54.4929],[-0.8735995, 54.4925],[-0.8729995, 54.4921],[-0.8721995, 54.4919],[-0.8637995, 54.4905],[-0.8531995000000002, 54.4893],[-0.8506995, 54.4894],[-0.8448995, 54.4891],[-0.8443995, 54.4891],[-0.8441005, 54.4893],[-0.8437995, 54.4897],[-0.8425995, 54.4923],[-0.8425995, 54.4926],[-0.8464005, 54.4967],[-0.8480995, 54.4986],[-0.8507995000000003, 54.5020],[-0.8516005, 54.5043],[-0.8518005, 54.5050],[-0.8521995000000002, 54.5106],[-0.8520995, 54.5116],[-0.8518995, 54.5121],[-0.8503995, 54.5134],[-0.8501995, 54.5139],[-0.8510995, 54.5173],[-0.8514005, 54.5187],[-0.8514005, 54.5193],[-0.8510995, 54.5202],[-0.8507995000000003, 54.5212],[-0.8504995, 54.5226],[-0.8503995, 54.5238],[-0.8503995, 54.5245],[-0.8505995, 54.5273],[-0.8505995, 54.5279],[-0.8502995, 54.5291],[-0.8498995, 54.5298],[-0.8495005, 54.5304],[-0.8468005, 54.5334],[-0.8450995, 54.5357],[-0.8427995, 54.5385],[-0.8401995, 54.541],[-0.8393995, 54.5417],[-0.8389005, 54.5419],[-0.8364005, 54.5425],[-0.8360005000000003, 54.5428],[-0.8346995, 54.5442],[-0.8325995000000002, 54.5455],[-0.8303995, 54.5465],[-0.8246995, 54.5485],[-0.8189995, 54.5509],[-0.8168005000000002, 54.5521],[-0.8149995, 54.5531],[-0.8141995, 54.5534],[-0.8133995, 54.5536],[-0.8120995, 54.5536],[-0.8060995, 54.5523],[-0.8032995, 54.5519],[-0.8020005, 54.5519],[-0.8010995000000002, 54.5522],[-0.8003995000000002, 54.5528],[-0.7991995, 54.5556],[-0.7987995, 54.5561],[-0.7985005000000002, 54.5563],[-0.7978995, 54.5567],[-0.7966005, 54.5577],[-0.7926995, 54.5593],[-0.7912005, 54.5603],[-0.7895005, 54.5604],[-0.7893005, 54.5602],[-0.7872995, 54.5597],[-0.7864995, 54.5596],[-0.7860005, 54.5597],[-0.7841005, 54.5602],[-0.7832995, 54.5602],[-0.7820005, 54.56],[-0.7795005000000002, 54.5591],[-0.7776995, 54.5585],[-0.7762005, 54.5582],[-0.7752995000000003, 54.5581],[-0.7749995, 54.5581],[-0.7739005, 54.5582],[-0.7735995, 54.5582],[-0.7733995, 54.5582],[-0.7731995, 54.5581],[-0.7730995, 54.5578],[-0.7731995, 54.5575],[-0.7737005, 54.5566],[-0.7737995, 54.5562],[-0.7737995, 54.5559],[-0.7735005, 54.5552],[-0.7729995000000002, 54.5546],[-0.7720995, 54.5541],[-0.7697995, 54.5537],[-0.7691995000000003, 54.5534],[-0.7675995, 54.5524],[-0.7651995, 54.5507],[-0.7639995, 54.5498],[-0.7639005, 54.5496],[-0.7639005, 54.5494],[-0.7639995, 54.5492],[-0.7643005000000002, 54.5492],[-0.7655995, 54.5495],[-0.7660995, 54.5495],[-0.7662995, 54.5494],[-0.7662995, 54.5493],[-0.7662005, 54.5491],[-0.7654995, 54.5488],[-0.7654995, 54.5486],[-0.7662005, 54.5479],[-0.7662005, 54.5478],[-0.7660005, 54.5476],[-0.7643005000000002, 54.5465],[-0.7626995, 54.5459],[-0.7604995, 54.5451],[-0.7582995, 54.5445],[-0.7572995, 54.5444],[-0.7566995, 54.5444],[-0.7550995, 54.5445],[-0.7539995000000002, 54.5443],[-0.7533995, 54.544],[-0.7520995, 54.5432],[-0.7516995, 54.5431],[-0.7503995, 54.5429],[-0.7498995000000002, 54.5427],[-0.7493995, 54.5424],[-0.7485995000000002, 54.5417],[-0.7480995, 54.5411],[-0.7475995, 54.5401],[-0.7473995, 54.5397],[-0.7470995, 54.5393],[-0.7460005000000002, 54.5385],[-0.7458995000000002, 54.5382],[-0.7457995, 54.5373],[-0.7458995000000002, 54.5361],[-0.7460995, 54.5356],[-0.7473995, 54.534],[-0.7474995, 54.5337],[-0.7474995, 54.5334],[-0.7472995, 54.533],[-0.7462005, 54.5318],[-0.7437995, 54.5303],[-0.7405995, 54.5291],[-0.7370005, 54.5287],[-0.7343005, 54.5286],[-0.7300995, 54.5289],[-0.7291995, 54.5291],[-0.7285995, 54.5294],[-0.7279995, 54.53],[-0.7270005000000002, 54.5311],[-0.7262005, 54.5316],[-0.7246995, 54.5319],[-0.7232995, 54.532],[-0.7228995, 54.532],[-0.7206995, 54.5318],[-0.7185995, 54.5318],[-0.7175995, 54.5319],[-0.7170005, 54.5322],[-0.7157995, 54.5329],[-0.7152995, 54.5334],[-0.7150995, 54.5338],[-0.7149995, 54.5342],[-0.7150995, 54.5348],[-0.7150995, 54.5351],[-0.7149995, 54.5354],[-0.7146995000000002, 54.5356],[-0.7141005, 54.5357],[-0.7133995, 54.5356],[-0.7125995, 54.5353],[-0.7114995, 54.5344],[-0.7106995000000002, 54.5339],[-0.7087005, 54.5332],[-0.7055995000000002, 54.5324],[-0.7049995, 54.532],[-0.7045005, 54.5314],[-0.7037005, 54.5301],[-0.7031995, 54.5291],[-0.7025995, 54.5285],[-0.7014995, 54.5279],[-0.6995005, 54.5272],[-0.6985995000000002, 54.5267],[-0.6966005, 54.5253],[-0.6946995, 54.5236],[-0.6933995, 54.5226],[-0.6920995, 54.5219],[-0.6903995, 54.5215],[-0.6879995, 54.5219],[-0.6870995, 54.522],[-0.6866005, 54.522],[-0.6862005, 54.5218],[-0.6848995, 54.5211],[-0.6845005, 54.521],[-0.6822995, 54.5208],[-0.6814005, 54.5206],[-0.6805995, 54.5202],[-0.6796995, 54.5197],[-0.6785995, 54.5187],[-0.6774995, 54.5179],[-0.6768005, 54.5171],[-0.6762995, 54.5164],[-0.6757995, 54.5153],[-0.6754995, 54.5148],[-0.6748995, 54.5144],[-0.6737005, 54.5140],[-0.6718995, 54.5136],[-0.6710995, 54.5132],[-0.6707995, 54.5128],[-0.6706995, 54.5125],[-0.6706995, 54.5121],[-0.6707995, 54.5118],[-0.6718005, 54.5106],[-0.6721995, 54.5096],[-0.6723995, 54.5084],[-0.6723995, 54.5078],[-0.6721995, 54.5070],[-0.6718005, 54.5063],[-0.6710995, 54.5056],[-0.6693005, 54.5046],[-0.6670005, 54.5033],[-0.6639005, 54.5018],[-0.6598995, 54.5003],[-0.6550995, 54.4989],[-0.6512995, 54.4982],[-0.6476995, 54.4975],[-0.6441005, 54.4969],[-0.6400995, 54.4967],[-0.6378995, 54.4966],[-0.6362995, 54.4963],[-0.6343005, 54.4958],[-0.6310995, 54.4948],[-0.6270005, 54.4934],[-0.6235995, 54.4925],[-0.6199995, 54.492],[-0.6153995, 54.4918],[-0.6131995, 54.4919],[-0.6120995, 54.4917],[-0.6099995, 54.4915],[-0.6064995, 54.4914],[-0.6035005, 54.4912],[-0.6020995, 54.491],[-0.6012005, 54.4908],[-0.5996995, 54.4901],[-0.5989995, 54.49],[-0.5956995, 54.4899],[-0.5943995, 54.4897],[-0.5928995, 54.4891],[-0.5922995, 54.489],[-0.5910005, 54.489],[-0.5901995, 54.4891],[-0.5893995, 54.4893],[-0.5889995, 54.4895],[-0.5882995, 54.49],[-0.5875995, 54.4903],[-0.5871995, 54.4903],[-0.5870005, 54.4902],[-0.5868995, 54.49],[-0.5868995, 54.4898],[-0.5879995, 54.489],[-0.5881995, 54.4887],[-0.5881995, 54.4885],[-0.5877995, 54.4877],[-0.5866995, 54.4863],[-0.5849995, 54.4852],[-0.5831995, 54.4844],[-0.5808995, 54.4838],[-0.5789995, 54.4837],[-0.5778995, 54.4836],[-0.5768995, 54.4836],[-0.5760005, 54.4834],[-0.5746995, 54.4827],[-0.5727995, 54.4822],[-0.5706995, 54.4813],[-0.5689005, 54.4806],[-0.5672995, 54.4798],[-0.5662005, 54.479],[-0.5649995, 54.478],[-0.5632995, 54.4766],[-0.5621995, 54.4755],[-0.5614995, 54.4745],[-0.5608995, 54.4732],[-0.5605995, 54.4725],[-0.5598995, 54.471],[-0.5589995, 54.4699],[-0.5568995, 54.4679],[-0.5564995, 54.4674],[-0.5555995, 54.466],[-0.5550995, 54.4656],[-0.5543995, 54.4652],[-0.5535005, 54.465],[-0.5527995, 54.4647],[-0.5514995, 54.4639],[-0.5498995, 54.4629],[-0.5482995, 54.4621],[-0.5464005, 54.4616],[-0.5418995, 54.46],[-0.5398995, 54.4592],[-0.5389995, 54.4585],[-0.5378995, 54.4573],[-0.5368995, 54.4563],[-0.5362005, 54.4558],[-0.5341005, 54.4552],[-0.5337005, 54.4549],[-0.5328995, 54.4530],[-0.5324995, 54.4527],[-0.5314995, 54.452],[-0.5298995, 54.4513],[-0.5279995, 54.4508],[-0.5264995, 54.4503],[-0.5243005, 54.4494],[-0.5222995, 54.4484],[-0.5210005, 54.4473],[-0.5205995, 54.4465],[-0.5204995, 54.4454],[-0.5204995, 54.4448],[-0.5204995, 54.4444],[-0.5207995, 54.4429],[-0.5214005, 54.4417],[-0.5232995, 54.4401],[-0.5262995, 54.4386],[-0.5295995, 54.4372],[-0.5303995, 54.4367],[-0.5308995, 54.4360],[-0.5312995, 54.435],[-0.5318005, 54.4339],[-0.5318995, 54.4335],[-0.5318995, 54.4332],[-0.5314005, 54.4309],[-0.5306995, 54.4293],[-0.5295005, 54.4271],[-0.5289995, 54.4256],[-0.5287005, 54.4248],[-0.5275995, 54.4236],[-0.5258995, 54.4217],[-0.5246995, 54.42],[-0.5229995, 54.4182],[-0.5214995, 54.4171],[-0.5180995, 54.4153],[-0.5164995, 54.4144],[-0.5126995, 54.4127],[-0.5102995, 54.4119],[-0.5076995, 54.4111],[-0.5062995, 54.4104],[-0.5045995, 54.4093],[-0.5032995, 54.4086],[-0.5014005, 54.4079],[-0.5006995, 54.4078],[-0.5002995, 54.4078],[-0.4991995, 54.4078],[-0.4985995, 54.4077],[-0.4972995, 54.4073],[-0.4954995, 54.407],[-0.4947995, 54.407],[-0.4932995, 54.4073],[-0.4907995, 54.4081],[-0.4902995, 54.4082],[-0.4897995, 54.4082],[-0.4893995, 54.4081],[-0.4889005, 54.4078],[-0.4870995, 54.4064],[-0.4854995, 54.4056],[-0.4839995, 54.405],[-0.4827995, 54.4043],[-0.4801995, 54.4022],[-0.4772995, 54.4003],[-0.4760005, 54.4],[-0.4735995, 54.3995],[-0.4724995, 54.399],[-0.4703995, 54.3980],[-0.4689995, 54.3972],[-0.4682995, 54.3967],[-0.4678995, 54.3961],[-0.4666005, 54.3938],[-0.4649995, 54.3921],[-0.4630995, 54.3907],[-0.4616005, 54.3895],[-0.4596995, 54.3870],[-0.4581995, 54.3848],[-0.4564995, 54.3827],[-0.4546995, 54.3807],[-0.4532995, 54.3779],[-0.4518005, 54.3759],[-0.4508995, 54.3748],[-0.4500995, 54.374],[-0.4480995, 54.3727],[-0.4473995, 54.3722],[-0.4468005, 54.3715],[-0.4464005, 54.3705],[-0.4457995, 54.3679],[-0.4449995, 54.3657],[-0.4439005, 54.3638],[-0.4437995, 54.3633],[-0.4437995, 54.363],[-0.4441995, 54.362],[-0.4447995, 54.3608],[-0.4448995, 54.3604],[-0.4448995, 54.3602],[-0.4447995, 54.3599],[-0.4443005, 54.3593],[-0.4418005, 54.3582],[-0.4395995, 54.3575],[-0.4378995, 54.357],[-0.4368995, 54.3564],[-0.4358995, 54.3556],[-0.4341005, 54.3529],[-0.4335005, 54.3524],[-0.4318005, 54.351],[-0.4302995, 54.3491],[-0.4289995, 54.347],[-0.4283995, 54.3459],[-0.4282995, 54.3451],[-0.4283995, 54.3444],[-0.4295995, 54.3427],[-0.4304995, 54.3414],[-0.4304995, 54.3411],[-0.4303995, 54.3408],[-0.4299995, 54.3404],[-0.4295005, 54.3403],[-0.4279995, 54.3405],[-0.4272995, 54.3405],[-0.4268005, 54.3404],[-0.4257995, 54.3401],[-0.4250995, 54.3399],[-0.4232995, 54.3397],[-0.4218005, 54.3391],[-0.4206995, 54.3384],[-0.4198995, 54.3374],[-0.4193995, 54.3363],[-0.4191995, 54.3344],[-0.4189995, 54.3339],[-0.4183995, 54.3333],[-0.4176995, 54.3329],[-0.4162995, 54.3325],[-0.4157995, 54.3322],[-0.4156995, 54.3319],[-0.4156995, 54.3316],[-0.4160995, 54.3310],[-0.4170995, 54.3297],[-0.4187005, 54.3272],[-0.4196995, 54.3262],[-0.4198995, 54.3257],[-0.4198995, 54.3254],[-0.4196995, 54.3248],[-0.4189005, 54.3233],[-0.4185005, 54.3228],[-0.4168005, 54.3216],[-0.4164995, 54.3211],[-0.4164995, 54.3207],[-0.4166005, 54.3204],[-0.4171995, 54.3192],[-0.4172995, 54.3189],[-0.4173995, 54.3183],[-0.4173995, 54.3180],[-0.4170995, 54.3174],[-0.4164005, 54.3165],[-0.4162995, 54.3161],[-0.4164005, 54.3153],[-0.4164005, 54.3151],[-0.4162005, 54.3142],[-0.4158995, 54.313],[-0.4155995, 54.3113],[-0.4154995, 54.3109],[-0.4151995, 54.3105],[-0.4139005, 54.3097],[-0.4135995, 54.3093],[-0.4128995, 54.3081],[-0.4122995, 54.3076],[-0.4114005, 54.307],[-0.4103995, 54.3067],[-0.4081995, 54.3064],[-0.4072995, 54.3062],[-0.4066995, 54.3057],[-0.4064995, 54.3053],[-0.4064995, 54.3049],[-0.4066995, 54.3042],[-0.4071995, 54.3034],[-0.4072995, 54.303],[-0.4071995, 54.3016],[-0.4072995, 54.3013],[-0.4073995, 54.3011],[-0.4081995, 54.3007],[-0.4082995, 54.3005],[-0.4082995, 54.3003],[-0.4080995, 54.2998],[-0.4076995, 54.2991],[-0.4072995, 54.2981],[-0.4064995, 54.2959],[-0.4051995, 54.2939],[-0.4035995, 54.2921],[-0.4014005, 54.2905],[-0.3995995, 54.2895],[-0.3968005, 54.289],[-0.3952995, 54.2888],[-0.3941995, 54.2887],[-0.3927995, 54.2889],[-0.3904995, 54.2894],[-0.3889995, 54.29],[-0.3868005, 54.2909],[-0.3860995, 54.291],[-0.3853995, 54.2909],[-0.3846995, 54.2905],[-0.3839005, 54.2897],[-0.3835005, 54.289],[-0.3830995, 54.288],[-0.3829995, 54.2875],[-0.3829995, 54.287],[-0.3833995, 54.2849],[-0.3837005, 54.2841],[-0.3841995, 54.2834],[-0.3848995, 54.2826],[-0.3864005, 54.2822],[-0.3874995, 54.282],[-0.3895005, 54.2825],[-0.3912005, 54.2832],[-0.3916995, 54.2832],[-0.3920995, 54.283],[-0.3929995, 54.2823],[-0.3948995, 54.2802],[-0.3954995, 54.2786],[-0.3956995, 54.2776],[-0.3956995, 54.2772],[-0.3952995, 54.2757],[-0.3945995, 54.2745],[-0.3937005, 54.2737],[-0.3920995, 54.2728],[-0.3912995, 54.2721],[-0.3900995, 54.2703],[-0.3893005, 54.2692],[-0.3873995, 54.2676],[-0.3850995, 54.2659],[-0.3828995, 54.2646],[-0.3810005, 54.2638],[-0.3789995, 54.2635],[-0.3774995, 54.2635],[-0.3757995, 54.2633],[-0.3747995, 54.2630],[-0.3743995, 54.2628],[-0.3743005, 54.2625],[-0.3739995, 54.2606],[-0.3739005, 54.2603],[-0.3735005, 54.2598],[-0.3723995, 54.2590],[-0.3701995, 54.2580],[-0.3693995, 54.2576],[-0.3689995, 54.2572],[-0.3676995, 54.2557],[-0.3670995, 54.2552],[-0.3664995, 54.2548],[-0.3647995, 54.2545],[-0.3643995, 54.2544],[-0.3643005, 54.2543],[-0.3643005, 54.2541],[-0.3645005, 54.2540],[-0.3674995, 54.2530],[-0.3680995, 54.2525],[-0.3685005, 54.2516],[-0.3685005, 54.2511],[-0.3681995, 54.25],[-0.3678995, 54.2493],[-0.3671995, 54.2487],[-0.3647995, 54.247],[-0.3627995, 54.2461],[-0.3587995, 54.2444],[-0.3545995, 54.243],[-0.3507995, 54.2418],[-0.3485995, 54.2413],[-0.3477995, 54.2413],[-0.3470995, 54.2415],[-0.3435005, 54.2427],[-0.3402995, 54.2434],[-0.3391995, 54.2435],[-0.3377995, 54.2433],[-0.3362005, 54.243],[-0.3354995, 54.2427],[-0.3353995, 54.2426],[-0.3353995, 54.2424],[-0.3364005, 54.2418],[-0.3364995, 54.2416],[-0.3364005, 54.2414],[-0.3357995, 54.2404],[-0.3346995, 54.2395],[-0.3331995, 54.2388],[-0.3300995, 54.2379],[-0.3270995, 54.2371],[-0.3212005, 54.236],[-0.3187995, 54.235],[-0.3173995, 54.2344],[-0.3145005, 54.2331],[-0.3129995, 54.232],[-0.3122995, 54.2313],[-0.3112995, 54.2296],[-0.3108995, 54.2293],[-0.3099995, 54.2289],[-0.3072995, 54.2283],[-0.3039005, 54.228],[-0.3022995, 54.2278],[-0.2980995, 54.2269],[-0.2966995, 54.2265],[-0.2945005, 54.2257],[-0.2932995, 54.2255],[-0.2907995, 54.2254],[-0.2901995, 54.2253],[-0.2887005, 54.2247],[-0.2860995, 54.2237],[-0.2839005, 54.223],[-0.2802995, 54.2219],[-0.2779995, 54.2212],[-0.2743005, 54.2202],[-0.2716995, 54.2192],[-0.2708995, 54.219],[-0.2696995, 54.2189],[-0.2674995, 54.2188],[-0.2670995, 54.2187],[-0.2656995, 54.2181],[-0.2646995, 54.2174],[-0.2646995, 54.2172],[-0.2649995, 54.217],[-0.2654995, 54.217],[-0.2672995, 54.2174],[-0.2689005, 54.2174],[-0.2700995, 54.2176],[-0.2716995, 54.2180],[-0.2741995, 54.2182],[-0.2752995, 54.2182],[-0.2760995, 54.2180],[-0.2779995, 54.2171],[-0.2791995, 54.2161],[-0.2801995, 54.2152],[-0.2806995, 54.2145],[-0.2814995, 54.2129],[-0.2826995, 54.2098],[-0.2835005, 54.2074],[-0.2837005, 54.2055],[-0.2837005, 54.2043],[-0.2831995, 54.2005],[-0.2827995, 54.1985],[-0.2818005, 54.1959],[-0.2801995, 54.1930],[-0.2780995, 54.1894],[-0.2764005, 54.1871],[-0.2743005, 54.1852],[-0.2695995, 54.1818],[-0.2653995, 54.1788],[-0.2606995, 54.1762],[-0.2583995, 54.1746],[-0.2541995, 54.1724],[-0.2508995, 54.1708],[-0.2470005, 54.169],[-0.2432995, 54.167],[-0.2374995, 54.1645],[-0.2332995, 54.1627],[-0.2289995, 54.1612],[-0.2266995, 54.1604],[-0.2221995, 54.1597],[-0.2174995, 54.1589],[-0.2141995, 54.1583],[-0.2120005, 54.158],[-0.2155995, 54.1516],[-0.2189995, 54.1464],[-0.2207995, 54.1437],[-0.2210005, 54.1431],[-0.2208995, 54.1401],[-0.2210995, 54.1394],[-0.2214005, 54.1390],[-0.2216995, 54.1387],[-0.2243005, 54.1376],[-0.2260005, 54.1366],[-0.2295005, 54.1353],[-0.2304995, 54.1351],[-0.2328995, 54.1348],[-0.2341005, 54.1349],[-0.2351995, 54.1352],[-0.2374995, 54.1368],[-0.2385995, 54.1374],[-0.2391005, 54.1376],[-0.2398995, 54.1378],[-0.2414005, 54.1380],[-0.2443995, 54.1381],[-0.2512995, 54.1391],[-0.2571995, 54.1397],[-0.2646995, 54.1410],[-0.2652995, 54.1409],[-0.2655995, 54.1408],[-0.2657995, 54.1406],[-0.2670005, 54.1392],[-0.2674995, 54.1386],[-0.2676995, 54.1385],[-0.2680995, 54.1384],[-0.2714005, 54.1392],[-0.2737005, 54.1398],[-0.2762995, 54.1400],[-0.2816005, 54.1402],[-0.2835995, 54.1402],[-0.2853995, 54.1401],[-0.2872995, 54.1399],[-0.2946995, 54.1384],[-0.2970005, 54.1377],[-0.2997995, 54.1372],[-0.3014995, 54.1370],[-0.3043995, 54.1372],[-0.3052995, 54.1374],[-0.3060995, 54.1378],[-0.3070995, 54.1386],[-0.3103995, 54.1424],[-0.3143995, 54.1464],[-0.3147995, 54.1465],[-0.3153995, 54.1464],[-0.3181995, 54.1459],[-0.3203995, 54.1455],[-0.3216005, 54.1455],[-0.3220005, 54.1458],[-0.3224995, 54.1465],[-0.3228995, 54.1474],[-0.3229995, 54.1479],[-0.3229995, 54.1491],[-0.3230995, 54.1495],[-0.3235005, 54.1499],[-0.3248995, 54.15],[-0.3268005, 54.1499],[-0.3291005, 54.15],[-0.3301995, 54.1499],[-0.3312005, 54.1498],[-0.3324995, 54.1498],[-0.3347995, 54.15],[-0.3380995, 54.15],[-0.3383995, 54.15],[-0.3401995, 54.1492],[-0.3425995, 54.1483],[-0.3445005, 54.1477],[-0.3464005, 54.1472],[-0.3468005, 54.1473],[-0.3479995, 54.1490],[-0.3482995, 54.1494],[-0.3487995, 54.1496],[-0.3491995, 54.1498],[-0.3500995, 54.1502],[-0.3510995, 54.1504],[-0.3518995, 54.1504],[-0.3526995, 54.1502],[-0.3556995, 54.1491],[-0.3564005, 54.1492],[-0.3571995, 54.15],[-0.3593995, 54.1525],[-0.3596995, 54.1528],[-0.3600995, 54.1529],[-0.3607995, 54.1531],[-0.3668005, 54.1537],[-0.3699995, 54.1543],[-0.3721995, 54.1548],[-0.3732995, 54.1551],[-0.3737005, 54.1554],[-0.3739005, 54.1558],[-0.3737995, 54.1562],[-0.3725995, 54.1575],[-0.3725995, 54.1578],[-0.3729995, 54.1599],[-0.3731995, 54.1611],[-0.3741995, 54.1636],[-0.3750995, 54.1656],[-0.3768995, 54.1682],[-0.3780995, 54.1694],[-0.3801995, 54.1713],[-0.3835005, 54.1741],[-0.3850995, 54.1756],[-0.3860005, 54.1762],[-0.3877995, 54.1768],[-0.3896995, 54.177],[-0.3914995, 54.1767],[-0.3937995, 54.1764],[-0.3966005, 54.1757],[-0.4003995, 54.1751],[-0.4012005, 54.1752],[-0.4018995, 54.1754],[-0.4023995, 54.1756],[-0.4035005, 54.1765],[-0.4039995, 54.1768],[-0.4045995, 54.1767],[-0.4075995, 54.1764],[-0.4116005, 54.1756],[-0.4154995, 54.1746],[-0.4162995, 54.1742],[-0.4168005, 54.1738],[-0.4170995, 54.1733],[-0.4170995, 54.173],[-0.4170005, 54.1723],[-0.4171995, 54.172],[-0.4175995, 54.1718],[-0.4205995, 54.1714],[-0.4220995, 54.1709],[-0.4230995, 54.1705],[-0.4237995, 54.17],[-0.4241005, 54.1696],[-0.4241995, 54.1691],[-0.4239995, 54.1673],[-0.4243005, 54.1669],[-0.4247995, 54.1666],[-0.4272995, 54.1658],[-0.4308995, 54.1652],[-0.4318005, 54.1648],[-0.4318995, 54.1643],[-0.4312995, 54.1612],[-0.4310005, 54.1588],[-0.4295005, 54.1521],[-0.4289995, 54.1494],[-0.4280995, 54.1456],[-0.4272995, 54.1410],[-0.4270005, 54.1389],[-0.4270995, 54.1385],[-0.4277995, 54.1380],[-0.4293995, 54.1371],[-0.4335005, 54.1355],[-0.4380995, 54.1339],[-0.4466995, 54.1307],[-0.4482995, 54.1301],[-0.4533995, 54.1284],[-0.4577995, 54.1272],[-0.4577995, 54.1269],[-0.4566005, 54.1254],[-0.4549995, 54.1238],[-0.4548995, 54.1231],[-0.4554995, 54.1204],[-0.4552995, 54.1193],[-0.4551995, 54.1182],[-0.4554995, 54.1178],[-0.4566005, 54.117],[-0.4568005, 54.1165],[-0.4571995, 54.1142],[-0.4573995, 54.1139],[-0.4580995, 54.1136],[-0.4598995, 54.1132],[-0.4623995, 54.1127],[-0.4639005, 54.1125],[-0.4681995, 54.1129],[-0.4687005, 54.1125],[-0.4685995, 54.1119],[-0.4680995, 54.1113],[-0.4677995, 54.1103],[-0.4675995, 54.1096],[-0.4677995, 54.1094],[-0.4697995, 54.1088],[-0.4714995, 54.1083],[-0.4718005, 54.108],[-0.4714005, 54.1058],[-0.4716005, 54.1055],[-0.4720005, 54.1051],[-0.4757995, 54.1042],[-0.4802995, 54.103],[-0.4827995, 54.1024],[-0.4845995, 54.1022],[-0.4870005, 54.102],[-0.4920995, 54.1016],[-0.4926995, 54.1015],[-0.4933995, 54.1012],[-0.4956995, 54.1002],[-0.4985005, 54.099],[-0.5010995, 54.0974],[-0.5047995, 54.0956],[-0.5073995, 54.0938],[-0.5079995, 54.0934],[-0.5100995, 54.0912],[-0.5116005, 54.0898],[-0.5123995, 54.0893],[-0.5162005, 54.0876],[-0.5181995, 54.0869],[-0.5208995, 54.0862],[-0.5220005, 54.086],[-0.5225995, 54.0861],[-0.5229995, 54.0864],[-0.5243005, 54.0882],[-0.5249995, 54.089],[-0.5260995, 54.0899],[-0.5268005, 54.0902],[-0.5281995, 54.0902],[-0.5287995, 54.0899],[-0.5303995, 54.0891],[-0.5314005, 54.0888],[-0.5318005, 54.0888],[-0.5323995, 54.089],[-0.5326995, 54.0891],[-0.5335005, 54.0896],[-0.5343005, 54.0902],[-0.5368005, 54.0921],[-0.5373995, 54.0924],[-0.5379995, 54.0924],[-0.5414005, 54.0922],[-0.5427995, 54.0922],[-0.5453995, 54.0923],[-0.5474995, 54.0925],[-0.5503995, 54.0930],[-0.5522995000000002, 54.0933],[-0.5554995, 54.0936],[-0.5582995, 54.0942],[-0.5595995, 54.0944],[-0.5601995, 54.0943],[-0.5608995, 54.0941],[-0.5625995, 54.0927],[-0.5632995, 54.0922],[-0.5673995, 54.0910],[-0.5720005, 54.0906],[-0.5770995, 54.0899],[-0.5812995, 54.0892],[-0.5841995, 54.0887],[-0.5854995, 54.0886],[-0.5873995, 54.0886],[-0.5878995, 54.0885],[-0.5889005, 54.0882],[-0.5897995, 54.0877],[-0.5903995, 54.0874],[-0.5971995, 54.0828],[-0.6007995, 54.0807],[-0.6022995, 54.0801],[-0.6029995, 54.0798],[-0.6039995, 54.0789],[-0.6071995, 54.0756],[-0.6091005, 54.0742],[-0.6135995, 54.0716],[-0.6145995, 54.0711],[-0.6171995, 54.0706],[-0.6191005, 54.0706],[-0.6228995000000002, 54.0710],[-0.6237005, 54.0709],[-0.6280995, 54.0701],[-0.6343995, 54.069],[-0.6360995, 54.0686],[-0.6402995, 54.0678],[-0.6441995, 54.0672],[-0.6507995, 54.0658],[-0.6535995, 54.0655],[-0.6585995, 54.0641],[-0.6591995, 54.0637],[-0.6591995, 54.0634],[-0.6568005, 54.0619],[-0.6491005, 54.0581],[-0.6441995, 54.0552],[-0.6441995, 54.0548],[-0.6460005, 54.053],[-0.6487995, 54.05],[-0.6512995, 54.0478],[-0.6518005, 54.0474],[-0.6521995000000002, 54.047],[-0.6580995, 54.0389],[-0.6589995, 54.0376],[-0.6595005, 54.0369],[-0.6603995, 54.0368],[-0.6620005, 54.0375],[-0.6632995, 54.0382],[-0.6641005, 54.0383],[-0.6660995, 54.0383],[-0.6680995, 54.0384],[-0.6695005, 54.0385],[-0.6716005000000002, 54.0386],[-0.6733995, 54.0387],[-0.6743995, 54.0387],[-0.6755995, 54.0386],[-0.6768005, 54.0381],[-0.6773995, 54.0379],[-0.6782995, 54.0373],[-0.6785995, 54.0367],[-0.6787995, 54.0357],[-0.6789995, 54.0346],[-0.6797995, 54.0345],[-0.6807995, 54.0342],[-0.6821995, 54.0336],[-0.6841995, 54.0323],[-0.6852995, 54.0312],[-0.6855995, 54.0303],[-0.6857995, 54.0290],[-0.6857995, 54.0268],[-0.6857995, 54.025],[-0.6856995, 54.0246],[-0.6852995, 54.0242],[-0.6847995, 54.0240],[-0.6810995, 54.0237],[-0.6805995, 54.0236],[-0.6803995, 54.0234],[-0.6797995, 54.0214],[-0.6789995, 54.0203],[-0.6779995, 54.0195],[-0.6772995, 54.0192],[-0.6768995, 54.0190],[-0.6766995, 54.0186],[-0.6764995, 54.0181],[-0.6764995, 54.0177],[-0.6770995, 54.0171],[-0.6797995, 54.0151],[-0.6808995, 54.0141],[-0.6812995, 54.0136],[-0.6814995, 54.0129],[-0.6814005, 54.0126],[-0.6801995, 54.0116],[-0.6801995, 54.0114],[-0.6808995, 54.0095],[-0.6812005, 54.0084],[-0.6814995, 54.0078],[-0.6821995, 54.0076],[-0.6874995, 54.0068],[-0.6960005, 54.0064],[-0.7025995, 54.0058],[-0.7060005, 54.0078],[-0.7068995, 54.0084],[-0.7091005, 54.0108],[-0.7095995000000002, 54.0112],[-0.7102995, 54.0115],[-0.7123995, 54.0120],[-0.7135995, 54.0122],[-0.7164005, 54.0111],[-0.7170005, 54.011],[-0.7172995, 54.0112],[-0.7174995, 54.0124],[-0.7176995, 54.0127],[-0.7182995, 54.0129],[-0.7191995, 54.0130],[-0.7216005000000002, 54.0131],[-0.7282995, 54.0135],[-0.7287005, 54.0137],[-0.7289005, 54.0142],[-0.7289995, 54.0146],[-0.7291005000000002, 54.0171],[-0.7291995, 54.0194],[-0.7291005000000002, 54.0213],[-0.7291995, 54.0225],[-0.7295995, 54.0241],[-0.7300995, 54.0257],[-0.7307995, 54.0274],[-0.7312005, 54.0281],[-0.7320005, 54.0298],[-0.7324995, 54.0304],[-0.7330995, 54.0308],[-0.7337005, 54.0307],[-0.7352995, 54.0298],[-0.7401995, 54.0288],[-0.7458995000000002, 54.0276],[-0.7516995, 54.0266],[-0.7548995, 54.0258],[-0.7595995, 54.0252],[-0.7646995, 54.0248],[-0.7687005, 54.0247],[-0.7695005, 54.0248],[-0.7716005, 54.0254],[-0.7735995, 54.0254],[-0.7747995, 54.0252],[-0.7754995, 54.0251],[-0.7772995, 54.0247],[-0.7914995, 54.0217],[-0.7964005, 54.0207],[-0.7996995000000002, 54.0198],[-0.7999995, 54.0198],[-0.8000995, 54.0201],[-0.7999995, 54.0205],[-0.7993005, 54.0219],[-0.7993005, 54.0224],[-0.7996995000000002, 54.0228],[-0.8010005, 54.0233],[-0.8070005, 54.0240],[-0.8075995, 54.0240],[-0.8087005, 54.0238],[-0.8110995, 54.0229],[-0.8151995, 54.0224],[-0.8196995, 54.0215],[-0.8216995000000002, 54.0214],[-0.8230995, 54.0215],[-0.8291005, 54.0222],[-0.8375995000000002, 54.0223],[-0.8407995, 54.0222],[-0.8416005, 54.0221],[-0.8426995000000002, 54.0219],[-0.8433995, 54.0217],[-0.8460005, 54.0202],[-0.8479995, 54.0195],[-0.8495005, 54.0192],[-0.8522995, 54.0186],[-0.8537995, 54.0184],[-0.8558995, 54.0181],[-0.8576995, 54.0179],[-0.8606995000000002, 54.0174],[-0.8620005, 54.0172],[-0.8637995, 54.0170],[-0.8660005, 54.0170],[-0.8680995000000002, 54.0172],[-0.8718005, 54.0174],[-0.8757995, 54.0176],[-0.8764995, 54.0175],[-0.8766005, 54.0174],[-0.8764995, 54.0173],[-0.8756995, 54.0169],[-0.8747995, 54.0164],[-0.8745005, 54.0162],[-0.8743005, 54.0158],[-0.8743005, 54.0155],[-0.8745005, 54.0152],[-0.8749995, 54.0149],[-0.8783995, 54.0136],[-0.8804995, 54.0128],[-0.8832995, 54.0121],[-0.8849995000000003, 54.0117],[-0.8864995, 54.0112],[-0.8868005, 54.011],[-0.8870995000000002, 54.0108],[-0.8872995, 54.0105],[-0.8876995, 54.0095],[-0.8879995, 54.0069],[-0.8881995, 54.0061],[-0.8885005000000002, 54.0055],[-0.8887005, 54.0052],[-0.8893995, 54.0044],[-0.8900995000000002, 54.0038],[-0.8905995, 54.0033],[-0.8908995, 54.0029],[-0.8914005, 54.0021],[-0.8920995, 54.0006],[-0.8924995000000002, 53.9998],[-0.8928995, 53.9994],[-0.8935005, 53.9992],[-0.8939005, 53.9991],[-0.8947995, 53.9991],[-0.8954995, 53.9991],[-0.8960995, 53.9992],[-0.8962995, 53.9993],[-0.8964995, 53.9995],[-0.8966005, 53.9996],[-0.8968005, 53.9999],[-0.8973995, 54.0006],[-0.8977995, 54.0008],[-0.8985005, 54.0010],[-0.8989995, 54.0010],[-0.8993005, 54.0008],[-0.8995005, 54.0006],[-0.9001995, 53.9997],[-0.9004995, 53.9996],[-0.9010005, 53.9995],[-0.9016005, 53.9993],[-0.9041995, 53.9989],[-0.9054995, 53.9985],[-0.9074995, 53.9977],[-0.9085995, 53.9971],[-0.9091995, 53.9968],[-0.9095995, 53.9964],[-0.9097995, 53.9961],[-0.9098995, 53.9958],[-0.9099995, 53.9952],[-0.9100995, 53.9946],[-0.9102995, 53.9943],[-0.9106995, 53.994],[-0.9114995, 53.9935],[-0.9125995, 53.9928],[-0.9139005, 53.9922],[-0.9172995, 53.9913],[-0.9206995, 53.9901],[-0.9212995000000002, 53.9898],[-0.9216995, 53.9895],[-0.9223995, 53.9887],[-0.9229995000000002, 53.989],[-0.9247995, 53.9899],[-0.9264005, 53.9901],[-0.9283995000000002, 53.9904],[-0.9306995, 53.9906],[-0.9325995, 53.9906],[-0.9341995, 53.9905],[-0.9398995000000002, 53.9898],[-0.9452995, 53.989],[-0.9487995, 53.9884],[-0.9518995, 53.9872],[-0.9552995, 53.9855],[-0.9576995, 53.985],[-0.9602995, 53.9849],[-0.9631995, 53.9854],[-0.9641995, 53.9854],[-0.9656995000000002, 53.9853],[-0.9670995, 53.9848],[-0.9683995, 53.9843],[-0.9695005, 53.984],[-0.9704995, 53.9839],[-0.9720995, 53.9838],[-0.9732995, 53.9841],[-0.9743995, 53.9839],[-0.9764005, 53.9828],[-0.9773995, 53.9835],[-0.9779995, 53.9839],[-0.9789005, 53.9841],[-0.9807995, 53.9834],[-0.9837005000000002, 53.9828],[-0.9853995, 53.9823],[-0.9879995, 53.982],[-0.9903995, 53.9819],[-0.9921995, 53.9819],[-0.9939005, 53.9824],[-0.9945995, 53.9827],[-0.9950995, 53.983],[-0.9951995, 53.9833],[-0.9946995, 53.9841],[-0.9939005, 53.9848],[-0.9930995, 53.9867],[-0.9923995000000002, 53.9876],[-0.9912995, 53.9885],[-0.9887995, 53.9898],[-0.9860995, 53.9909],[-0.9831995, 53.9919],[-0.9814995, 53.9926],[-0.9797995000000003, 53.993],[-0.9795005, 53.9933],[-0.9797995000000003, 53.994],[-0.9797995000000003, 53.9943],[-0.9764995000000002, 53.9956],[-0.9766995, 53.9964],[-0.9764995000000002, 53.9969],[-0.9700995, 53.9988],[-0.9695005, 53.999],[-0.9693005, 53.9994],[-0.9704995, 54.0018],[-0.9718005, 54.0037],[-0.9728995, 54.0051],[-0.9737005, 54.005],[-0.9750995000000002, 54.0041],[-0.9777995000000003, 54.0032],[-0.9791005, 54.0026],[-0.9803995, 54.0015],[-0.9812005, 54.0007],[-0.9816995, 54.0006],[-0.9851995, 54.0009],[-0.9856995, 54.0013],[-0.9855995, 54.0019],[-0.9850995, 54.0028],[-0.9841005, 54.0037],[-0.9810005000000002, 54.0055],[-0.9805995, 54.0062],[-0.9806995, 54.0072],[-0.9808995, 54.0084],[-0.9814005, 54.0098],[-0.9816005, 54.0106],[-0.9812005, 54.0116],[-0.9805995, 54.0125],[-0.9797995000000003, 54.0129],[-0.9789005, 54.0133],[-0.9746995, 54.0149],[-0.9741005, 54.0157],[-0.9739995, 54.0163],[-0.9755995, 54.0190],[-0.9754995000000002, 54.0194],[-0.9750995000000002, 54.0197],[-0.9714005, 54.0214],[-0.9674995, 54.0231],[-0.9673995, 54.0235],[-0.9700995, 54.0267],[-0.9712995, 54.0287],[-0.9725995, 54.0295],[-0.9753995, 54.0305],[-0.9780995, 54.0312],[-0.9814995, 54.0317],[-0.9839995, 54.0319],[-0.9843005, 54.0324],[-0.9843995, 54.0335],[-0.9841995, 54.0357],[-0.9832995, 54.0373],[-0.9833995, 54.0384],[-0.9835005, 54.0389],[-0.9848995000000003, 54.0398],[-0.9855995, 54.0415],[-0.9873995, 54.0426],[-0.9880995, 54.0428],[-0.9895005, 54.0426],[-0.9908995, 54.0428],[-0.9910995, 54.043],[-0.9914005, 54.0442],[-0.9914005, 54.0462],[-0.9916005, 54.0471],[-0.9918005, 54.0476],[-0.9923995000000002, 54.0482],[-0.9929995, 54.0487],[-0.9947995000000002, 54.0497],[-0.9978995, 54.0509],[-0.9997995, 54.0513],[-1.0008, 54.0537],[-1.0017, 54.0551],[-1.002699, 54.0555],[-1.004101, 54.0555],[-1.006201, 54.055],[-1.0075, 54.0542],[-1.0093, 54.0536],[-1.0108, 54.0526],[-1.0125, 54.0514],[-1.013501, 54.0515],[-1.0157, 54.0526],[-1.023, 54.0548],[-1.026299, 54.0553],[-1.029799, 54.0556],[-1.0396, 54.056],[-1.047001, 54.0563],[-1.051401, 54.0565],[-1.0563, 54.0572],[-1.0576, 54.0571],[-1.057899, 54.0565],[-1.056601, 54.0523],[-1.0567, 54.0488],[-1.0568, 54.0483],[-1.0574, 54.0479],[-1.057999, 54.048],[-1.058701, 54.0486],[-1.059501, 54.0498],[-1.060199, 54.05],[-1.0611, 54.0502],[-1.0869, 54.0491],[-1.087399, 54.0492],[-1.0883, 54.0503],[-1.088701, 54.0502],[-1.089301, 54.0492],[-1.0913, 54.0493],[-1.091699, 54.0491],[-1.092499, 54.0491],[-1.0929, 54.0489],[-1.093701, 54.0477],[-1.0944, 54.0462],[-1.095299, 54.0418],[-1.095899, 54.0416],[-1.0969, 54.0416],[-1.099, 54.0417],[-1.0994, 54.0414],[-1.099, 54.0401],[-1.0985, 54.0388],[-1.1098, 54.0381],[-1.1105, 54.0378],[-1.111201, 54.0373],[-1.1159, 54.0338],[-1.121201, 54.0299],[-1.121899, 54.0297],[-1.129799, 54.0316],[-1.135399, 54.0313],[-1.1403, 54.0308],[-1.141401, 54.0304],[-1.141401, 54.0278],[-1.144799, 54.0258],[-1.145599, 54.0248],[-1.145499, 54.0237],[-1.1446, 54.0218],[-1.1445, 54.0204],[-1.144799, 54.0190],[-1.145599, 54.0179],[-1.146899, 54.0169],[-1.1479, 54.0162],[-1.148, 54.0156],[-1.1475, 54.0147],[-1.146001, 54.0137],[-1.144899, 54.0133],[-1.144, 54.0117],[-1.1437, 54.0100],[-1.144199, 54.0089],[-1.1451, 54.0081],[-1.146299, 54.0073],[-1.1479, 54.0065],[-1.1486, 54.0055],[-1.1487, 54.0046],[-1.1483, 54.0033],[-1.146801, 54.0012],[-1.1452, 53.9993],[-1.1379, 53.9906],[-1.137599, 53.9902],[-1.1423, 53.9891],[-1.1472, 53.9889],[-1.151, 53.9894],[-1.158599, 53.9934],[-1.1602, 53.9943],[-1.162699, 53.995],[-1.165599, 53.9967],[-1.167001, 53.9991],[-1.1674, 54.0001],[-1.168501, 54.0011],[-1.169101, 54.0011],[-1.170699, 54.0006],[-1.173501, 54],[-1.176, 54.0002],[-1.177999, 54.0012],[-1.180099, 54.0018],[-1.1832, 54.0024],[-1.185199, 54.0023],[-1.189399, 54.003],[-1.190899, 54.0038],[-1.1921, 54.0038],[-1.1928, 54.0033],[-1.1927, 54.0024],[-1.1921, 54.0013],[-1.191601, 54.0002],[-1.191401, 53.9996],[-1.1889, 53.9992],[-1.187999, 53.9988],[-1.186601, 53.9983],[-1.1834, 53.9974],[-1.181401, 53.9958],[-1.179999, 53.9931],[-1.179, 53.9905],[-1.178501, 53.9883],[-1.178599, 53.9871],[-1.179999, 53.9854],[-1.181499, 53.9843],[-1.183501, 53.984],[-1.185799, 53.9838],[-1.1882, 53.9838],[-1.1905, 53.9843],[-1.1926, 53.9854],[-1.1955, 53.988],[-1.1963, 53.9885],[-1.197001, 53.9887],[-1.1978, 53.9889],[-1.198501, 53.9887],[-1.199, 53.9885],[-1.199301, 53.9882],[-1.1999, 53.9873],[-1.2003, 53.9868],[-1.2007, 53.9866],[-1.202399, 53.9862],[-1.2062, 53.9859],[-1.209, 53.9856],[-1.2121, 53.9855],[-1.213901, 53.9847],[-1.2149, 53.9832],[-1.216699, 53.9825],[-1.218, 53.9819],[-1.2186, 53.9815],[-1.2191, 53.981],[-1.219599, 53.9799],[-1.2199, 53.9789],[-1.22, 53.9771],[-1.220399, 53.9756],[-1.220399, 53.9742],[-1.2199, 53.973],[-1.218901, 53.9711],[-1.2183, 53.9696],[-1.216601, 53.9674],[-1.215, 53.9658],[-1.215, 53.9656],[-1.216699, 53.9647],[-1.217299, 53.9642],[-1.2177, 53.9634],[-1.2178, 53.9626],[-1.217399, 53.9618],[-1.2162, 53.9604],[-1.213099, 53.9580],[-1.2111, 53.9564],[-1.208701, 53.9533],[-1.2071, 53.9507],[-1.2061, 53.9478],[-1.2055, 53.9462],[-1.205199, 53.945],[-1.205, 53.9441],[-1.2049, 53.9436],[-1.204501, 53.9424],[-1.204501, 53.9413],[-1.203901, 53.9404],[-1.2027, 53.9387],[-1.200199, 53.9293],[-1.2006, 53.9285],[-1.2011, 53.9269],[-1.201001, 53.9261],[-1.2006, 53.9253],[-1.199, 53.9242],[-1.1962, 53.9225],[-1.193599, 53.9221],[-1.1899, 53.9215],[-1.188501, 53.9211],[-1.187899, 53.9206],[-1.1862, 53.9169],[-1.1855, 53.9165],[-1.180799, 53.9169],[-1.179999, 53.9167],[-1.176601, 53.9127],[-1.1709, 53.9073],[-1.169999, 53.9072],[-1.167899, 53.9083],[-1.1646, 53.9097],[-1.164101, 53.9098],[-1.159, 53.8995],[-1.1582, 53.8987],[-1.1566, 53.8977],[-1.154301, 53.8962],[-1.152099, 53.8953],[-1.1503, 53.8945],[-1.1452, 53.8936],[-1.1423, 53.8925],[-1.141001, 53.8924],[-1.1388, 53.8931],[-1.1378, 53.8933],[-1.137001, 53.8931],[-1.1294, 53.8886],[-1.1263, 53.8863],[-1.124699, 53.8843],[-1.1244, 53.8829],[-1.104501, 53.8753],[-1.1035, 53.8752],[-1.1009, 53.8756],[-1.100299, 53.8758],[-1.0998, 53.876],[-1.099, 53.8764],[-1.098799, 53.8766],[-1.0986, 53.8769],[-1.0985, 53.8772],[-1.0983, 53.878],[-1.0979, 53.88],[-1.0977, 53.8803],[-1.097, 53.8809],[-1.095899, 53.8816],[-1.0955, 53.8819],[-1.095199, 53.8822],[-1.0947, 53.8828],[-1.0944, 53.883],[-1.093901, 53.8831],[-1.0926, 53.8837],[-1.0901, 53.8836],[-1.0885, 53.8836],[-1.0855, 53.8827],[-1.0819, 53.8829],[-1.0807, 53.8827],[-1.079501, 53.8822],[-1.0771, 53.8805],[-1.075799, 53.8802],[-1.0728, 53.8803],[-1.0712, 53.8797],[-1.0697, 53.8785],[-1.0661, 53.8765],[-1.0648, 53.8764],[-1.0642, 53.8765],[-1.0604, 53.8773],[-1.057299, 53.8771],[-1.0563, 53.8773],[-1.052299, 53.8789],[-1.0483, 53.88],[-1.045599, 53.8806],[-1.0359, 53.883],[-1.024, 53.8879],[-1.015, 53.8909],[-1.009799, 53.8917],[-1.008399, 53.8915],[-1.0051, 53.8884],[-1.0001, 53.8827],[-0.9927995, 53.8768],[-0.9918995, 53.8769],[-0.9895005, 53.877],[-0.9866005, 53.8771],[-0.9839005, 53.8771],[-0.9810995, 53.8775],[-0.9783995, 53.8783],[-0.9755995, 53.8794],[-0.9718995, 53.8808],[-0.9670005, 53.8829],[-0.9641005, 53.8837],[-0.9604995, 53.8843],[-0.9545005, 53.8847],[-0.9506995000000003, 53.8853],[-0.9489995, 53.8856],[-0.9454995, 53.8867],[-0.9423995, 53.8874],[-0.9407995, 53.8873],[-0.9393005, 53.886],[-0.9373995, 53.8844],[-0.9366005, 53.8833],[-0.9364005, 53.8818],[-0.9368005, 53.8802],[-0.9364995000000002, 53.8801],[-0.9357995, 53.8802],[-0.9343005, 53.8806],[-0.9335005, 53.8808],[-0.9343995, 53.8797],[-0.9358995, 53.8785],[-0.9366005, 53.8779],[-0.9371995, 53.8773],[-0.9383995, 53.8754],[-0.9385005, 53.8749],[-0.9385995, 53.8744],[-0.9385995, 53.8727],[-0.9379995, 53.8713],[-0.9377995, 53.8704],[-0.9376995, 53.8694],[-0.9376995, 53.869],[-0.9377995, 53.8686],[-0.9379995, 53.8682],[-0.9381995, 53.868],[-0.9387005000000002, 53.8677],[-0.9393995, 53.8674],[-0.9408995, 53.8672],[-0.9424995, 53.8667],[-0.9439005, 53.8659],[-0.9446995, 53.8653],[-0.9452995, 53.8646],[-0.9455995, 53.8641],[-0.9458995, 53.8632],[-0.9458995, 53.8627],[-0.9453995, 53.8618],[-0.9441995, 53.8605],[-0.9418005, 53.8584],[-0.9400995, 53.8568],[-0.9396995, 53.8563],[-0.9395005, 53.8559],[-0.9395005, 53.8552],[-0.9396995, 53.8547],[-0.9399995, 53.8543],[-0.9403995, 53.854],[-0.9418995, 53.8532],[-0.9435995000000003, 53.8525],[-0.9439005, 53.8523],[-0.9439995, 53.8521],[-0.9439995, 53.8519],[-0.9439005, 53.8513],[-0.9430995, 53.8491],[-0.9426995, 53.8479],[-0.9426995, 53.8475],[-0.9427995, 53.8473],[-0.9432995, 53.8468],[-0.9441995, 53.8459],[-0.9445005, 53.8454],[-0.9445995000000003, 53.845],[-0.9445005, 53.8447],[-0.9431995, 53.8424],[-0.9424995, 53.8408],[-0.9423995, 53.8404],[-0.9422995000000002, 53.8397],[-0.9421995, 53.8381],[-0.9420995, 53.8374],[-0.9418995, 53.8370],[-0.9412995000000002, 53.8363],[-0.9397995, 53.8351],[-0.9387005000000002, 53.8338],[-0.9385005, 53.8333],[-0.9383995, 53.8328],[-0.9383995, 53.8319],[-0.9389005, 53.8299],[-0.9391005, 53.828],[-0.9389005, 53.8260],[-0.9385005, 53.8246],[-0.9381995, 53.8241],[-0.9376995, 53.8236],[-0.9372995, 53.8233],[-0.9360005, 53.8227],[-0.9345005, 53.8223],[-0.9306995, 53.8218],[-0.9285995, 53.8216],[-0.9270995, 53.8214],[-0.9248995, 53.8208],[-0.9210995, 53.8187],[-0.9193005, 53.8179],[-0.9180995, 53.8173],[-0.9177995, 53.8171],[-0.9174995, 53.8168],[-0.9172995, 53.8165],[-0.9170995, 53.816],[-0.9170995, 53.8158],[-0.9171995, 53.8155],[-0.9174995, 53.8152],[-0.9187995, 53.8145],[-0.9199995, 53.814],[-0.9210995, 53.8136],[-0.9225995, 53.8131],[-0.9245005, 53.8123],[-0.9266995, 53.8105],[-0.9270005, 53.8101],[-0.9271995, 53.8097],[-0.9275995, 53.8081],[-0.9277995, 53.8064],[-0.9278995, 53.8061],[-0.9281995, 53.8057],[-0.9295995, 53.8048],[-0.9314005, 53.804],[-0.9320005, 53.8036],[-0.9322995, 53.8033],[-0.9323995000000003, 53.8029],[-0.9322995, 53.8027],[-0.9316005, 53.8018],[-0.9295995, 53.8004],[-0.9270995, 53.7992],[-0.9262995000000003, 53.7987],[-0.9256995, 53.7983],[-0.9254995, 53.7979],[-0.9253995000000002, 53.7972],[-0.9254995, 53.7968],[-0.9257995, 53.7963],[-0.9264005, 53.7956],[-0.9277995, 53.7939],[-0.9285995, 53.7928],[-0.9299995, 53.7911],[-0.9312005000000002, 53.7902],[-0.9316005, 53.7898],[-0.9320995, 53.789],[-0.9324995, 53.7882],[-0.9327995, 53.7869],[-0.9329995, 53.785],[-0.9332995, 53.7832],[-0.9337005, 53.7816],[-0.9337995000000002, 53.7808],[-0.9335995, 53.7791],[-0.9332995, 53.7778],[-0.9330995, 53.7773],[-0.9326995, 53.7768],[-0.9321995, 53.7763],[-0.9310005, 53.7756],[-0.9277995, 53.7745],[-0.9268005, 53.7740],[-0.9262995000000003, 53.7736],[-0.9260005, 53.7732],[-0.9256995, 53.7727],[-0.9255995, 53.7722],[-0.9254995, 53.7707],[-0.9254995, 53.7693],[-0.9258995, 53.7668],[-0.9262005, 53.7658],[-0.9266005, 53.7650],[-0.9274995, 53.7641],[-0.9281995, 53.7635],[-0.9312995, 53.7621],[-0.9345005, 53.7611],[-0.9375995, 53.7597],[-0.9406995, 53.7582],[-0.9452995, 53.7562],[-0.9482995, 53.7548],[-0.9498995, 53.754],[-0.9505995, 53.7537],[-0.9512005, 53.7536],[-0.9520005, 53.7535],[-0.9531995, 53.7535],[-0.9548995, 53.7536],[-0.9555995, 53.7535],[-0.9583995, 53.7527],[-0.9612995, 53.7519],[-0.9643005, 53.7514],[-0.9653995, 53.7511],[-0.9660005, 53.7508],[-0.9670005, 53.75],[-0.9677995, 53.7496],[-0.9680995, 53.7494],[-0.9679995000000002, 53.7493],[-0.9658995, 53.7487],[-0.9630995, 53.7478],[-0.9620005, 53.7472],[-0.9610005, 53.7465],[-0.9604995, 53.746],[-0.9598995, 53.7452],[-0.9595005, 53.7443],[-0.9593005000000002, 53.7437],[-0.9589995, 53.7423],[-0.9589995, 53.741],[-0.9593995, 53.739],[-0.9597995, 53.738],[-0.9597995, 53.7377],[-0.9596995, 53.7374],[-0.9595005, 53.7371],[-0.9591005, 53.7367],[-0.9582995, 53.7364],[-0.9570005, 53.736],[-0.9564005, 53.7359],[-0.9550995, 53.7359],[-0.9525995, 53.7361],[-0.9508995, 53.7363],[-0.9496995000000003, 53.7363],[-0.9482995, 53.7361],[-0.9462995, 53.7354],[-0.9433995, 53.7341],[-0.9405995, 53.733],[-0.9397995, 53.7328],[-0.9389995, 53.7327],[-0.9377995, 53.7326],[-0.9352995, 53.7324],[-0.9325995, 53.7322],[-0.9293005, 53.732],[-0.9260005, 53.7321],[-0.9216995, 53.7324],[-0.9187005, 53.7328],[-0.9152995, 53.7332],[-0.9122995, 53.7335],[-0.9114995, 53.7335],[-0.9107995000000002, 53.7334],[-0.9103995, 53.7333],[-0.9096995, 53.7331],[-0.9091995, 53.7329],[-0.9085995, 53.7326],[-0.9080995000000002, 53.7321],[-0.9078995, 53.7316],[-0.9080995000000002, 53.7307],[-0.9085005000000002, 53.73],[-0.9087995, 53.7295],[-0.9089005, 53.7292],[-0.9087995, 53.7289],[-0.9085995, 53.7285],[-0.9082995, 53.7283],[-0.9070005, 53.7279],[-0.9054995, 53.7275],[-0.9047995, 53.7271],[-0.9039005, 53.7264],[-0.9021995, 53.7250],[-0.9018005, 53.7242],[-0.9012005, 53.7224],[-0.9007995, 53.7204],[-0.9007995, 53.7196],[-0.9010005, 53.7183],[-0.9012005, 53.7179],[-0.9016995, 53.7174],[-0.9023995, 53.7171],[-0.9033995, 53.7168],[-0.9039995, 53.7169],[-0.9066995, 53.7178],[-0.9083995, 53.7185],[-0.9095005000000002, 53.7187],[-0.9114005, 53.7190],[-0.9123995, 53.7191],[-0.9141005, 53.7192],[-0.9153995, 53.7192],[-0.9176995, 53.7192],[-0.9201995, 53.7190],[-0.9228995, 53.7188],[-0.9248995, 53.7186],[-0.9276995000000002, 53.7177],[-0.9316995, 53.7166],[-0.9339995, 53.7160],[-0.9348995, 53.7157],[-0.9356995, 53.7153],[-0.9382995, 53.7138],[-0.9395005, 53.7132],[-0.9403995, 53.7129],[-0.9412005, 53.7127],[-0.9420005, 53.7126],[-0.9431995, 53.7126],[-0.9451995, 53.7130],[-0.9472995, 53.7135],[-0.9510995, 53.7147],[-0.9543995, 53.7154],[-0.9551995, 53.7154],[-0.9555995, 53.7152],[-0.9558995, 53.7149],[-0.9560995, 53.7146],[-0.9560995, 53.7139],[-0.9560005, 53.7131],[-0.9553995, 53.7112],[-0.9553995, 53.7106],[-0.9555995, 53.7100],[-0.9564995, 53.7092],[-0.9572995, 53.7084],[-0.9574995, 53.7081],[-0.9574995, 53.7079],[-0.9564995, 53.7070],[-0.9549995, 53.7059],[-0.9547995, 53.7056],[-0.9546995, 53.7053],[-0.9547995, 53.7051],[-0.9551995, 53.7049],[-0.9556995, 53.7047],[-0.9580995, 53.7043],[-0.9591005, 53.7040],[-0.9595995000000002, 53.7038],[-0.9599995, 53.7035],[-0.9601995, 53.7031],[-0.9602995, 53.7024],[-0.9603995, 53.7017],[-0.9604995, 53.7014],[-0.9607995, 53.7012],[-0.9614005, 53.7009],[-0.9621995, 53.7006],[-0.9631995, 53.7005],[-0.9645005, 53.7007],[-0.9652995, 53.7008],[-0.9660005, 53.7009],[-0.9666005, 53.7011],[-0.9668995, 53.7014],[-0.9670995, 53.7016],[-0.9671995, 53.7021],[-0.9670995, 53.7024],[-0.9668005000000002, 53.7028],[-0.9660995, 53.7032],[-0.9652995, 53.7035],[-0.9649995, 53.7036],[-0.9645995000000002, 53.7039],[-0.9643995, 53.7041],[-0.9641995, 53.7044],[-0.9639995, 53.7050],[-0.9639005, 53.7058],[-0.9641005, 53.7063],[-0.9643005, 53.7065],[-0.9645995000000002, 53.7067],[-0.9647995, 53.7068],[-0.9652995, 53.7070],[-0.9664005, 53.7070],[-0.9687995, 53.7066],[-0.9720005, 53.7061],[-0.9762005000000002, 53.7053],[-0.9779995, 53.7049],[-0.9791995, 53.7045],[-0.9793995, 53.7043],[-0.9795995, 53.7040],[-0.9796995, 53.7036],[-0.9797995000000003, 53.703],[-0.9795005, 53.7015],[-0.9791005, 53.7003],[-0.9789005, 53.7],[-0.9785995, 53.6996],[-0.9779995, 53.6989],[-0.9774995, 53.6984],[-0.9772995, 53.698],[-0.9771995, 53.6976],[-0.9771995, 53.6974],[-0.9773995, 53.6972],[-0.9775995, 53.6971],[-0.9783995, 53.697],[-0.9835995, 53.6977],[-0.9850995, 53.6979],[-0.9857995, 53.6979],[-0.9876995000000002, 53.6976],[-0.9902995, 53.6974],[-0.9916995, 53.6975],[-0.9921995, 53.6976],[-0.9948995, 53.6985],[-0.9956995, 53.6987],[-0.9970005, 53.6989],[-0.9995005, 53.6989],[-0.9996995, 53.6988],[-0.9997995, 53.6986],[-0.9999995, 53.6979],[-1.0001, 53.6975],[-1.0009, 53.6963],[-1.0014, 53.6958],[-1.0023, 53.6951],[-1.0032, 53.6947],[-1.0036, 53.6946],[-1.004699, 53.6945],[-1.005399, 53.6946],[-1.006099, 53.6947],[-1.0079, 53.6954],[-1.0109, 53.6965],[-1.013, 53.697],[-1.0158, 53.6972],[-1.0194, 53.6972],[-1.022699, 53.6968],[-1.0283, 53.6961],[-1.030699, 53.6957],[-1.0325, 53.6951],[-1.0347, 53.6941],[-1.0359, 53.6937],[-1.0369, 53.6936],[-1.0373, 53.6936],[-1.0376, 53.6937],[-1.0381, 53.694],[-1.0384, 53.6943],[-1.0388, 53.6948],[-1.0394, 53.6954],[-1.039999, 53.6960],[-1.040599, 53.6966],[-1.0417, 53.6974],[-1.0426, 53.6978],[-1.0434, 53.698],[-1.044301, 53.6981],[-1.0448, 53.6981],[-1.0454, 53.698],[-1.046, 53.6978],[-1.047199, 53.6971],[-1.0488, 53.6962],[-1.049999, 53.6959],[-1.0506, 53.6959],[-1.0511, 53.6960],[-1.051499, 53.6963],[-1.0517, 53.6965],[-1.0519, 53.6969],[-1.0519, 53.6971],[-1.0517, 53.6976],[-1.051, 53.6988],[-1.0509, 53.6993],[-1.051, 53.7],[-1.0513, 53.7005],[-1.051601, 53.7009],[-1.0525, 53.7015],[-1.0542, 53.7025],[-1.0555, 53.7035],[-1.0576, 53.7050],[-1.058501, 53.7055],[-1.059301, 53.7059],[-1.059999, 53.7059],[-1.0606, 53.7058],[-1.062001, 53.7053],[-1.063501, 53.7044],[-1.064399, 53.7040],[-1.0648, 53.7039],[-1.0654, 53.7038],[-1.0663, 53.7041],[-1.0668, 53.7037],[-1.0675, 53.7033],[-1.068099, 53.7032],[-1.070099, 53.7034],[-1.072899, 53.7038],[-1.0733, 53.7038],[-1.0736, 53.7037],[-1.073799, 53.7034],[-1.0742, 53.7024],[-1.0748, 53.7],[-1.0757, 53.6978],[-1.0762, 53.6966],[-1.077, 53.6946],[-1.0818, 53.6882],[-1.083099, 53.6862],[-1.084501, 53.6843],[-1.0899, 53.6795],[-1.0926, 53.6775],[-1.095299, 53.6754],[-1.096601, 53.6744],[-1.0971, 53.6742],[-1.098, 53.6741],[-1.101099, 53.6739],[-1.1099, 53.6745],[-1.11, 53.6742],[-1.1101, 53.6719],[-1.1101, 53.6712],[-1.11, 53.671],[-1.1098, 53.6709],[-1.108999, 53.6708],[-1.103799, 53.6708],[-1.103, 53.6707],[-1.096801, 53.669],[-1.0957, 53.6686],[-1.093199, 53.6675],[-1.091601, 53.667],[-1.0897, 53.6664],[-1.0884, 53.6659],[-1.0872, 53.6652],[-1.086001, 53.6648],[-1.083701, 53.6638],[-1.0806, 53.6621],[-1.0786, 53.6610],[-1.076601, 53.66],[-1.075199, 53.6595],[-1.0698, 53.6582],[-1.0676, 53.6580],[-1.0657, 53.6577],[-1.064101, 53.6575],[-1.0627, 53.6573],[-1.062001, 53.6573],[-1.061401, 53.6572],[-1.060699, 53.6572],[-1.0589, 53.6572],[-1.056401, 53.657],[-1.054999, 53.657],[-1.0509, 53.6567],[-1.045799, 53.6565],[-1.0453, 53.6564],[-1.044899, 53.6562],[-1.0445, 53.6559],[-1.0447, 53.6558],[-1.0459, 53.6554],[-1.046499, 53.6550],[-1.047099, 53.6544],[-1.0488, 53.6521],[-1.049999, 53.6511],[-1.0506, 53.6508],[-1.053599, 53.6497],[-1.0555, 53.6492],[-1.0582, 53.6486],[-1.062199, 53.6481],[-1.0667, 53.6477],[-1.070199, 53.6481],[-1.072199, 53.6485],[-1.076401, 53.6500],[-1.0815, 53.6508],[-1.0819, 53.6508],[-1.0865, 53.6496],[-1.0884, 53.6493],[-1.089599, 53.6491],[-1.0911, 53.6494],[-1.091699, 53.6494],[-1.0928, 53.6492],[-1.0948, 53.6489],[-1.1, 53.6478],[-1.1026, 53.6474],[-1.106201, 53.6468],[-1.108901, 53.6461],[-1.1113, 53.6455],[-1.113199, 53.6452],[-1.114599, 53.6452],[-1.115, 53.6453],[-1.115299, 53.6454],[-1.1163, 53.6459],[-1.116899, 53.6461],[-1.118299, 53.6461],[-1.1192, 53.6460],[-1.1201, 53.6458],[-1.120499, 53.6455],[-1.1207, 53.6448],[-1.1208, 53.6441],[-1.121001, 53.6437],[-1.121601, 53.6433],[-1.122499, 53.6429],[-1.1238, 53.6427],[-1.124799, 53.6426],[-1.1256, 53.6428],[-1.126001, 53.6428],[-1.126201, 53.6426],[-1.126201, 53.6419],[-1.1259, 53.6414],[-1.125499, 53.6407],[-1.1242, 53.6388],[-1.123901, 53.6383],[-1.1237, 53.6380],[-1.1238, 53.6377],[-1.1251, 53.6357],[-1.1263, 53.6343],[-1.1271, 53.6338],[-1.1286, 53.6331],[-1.130399, 53.6328],[-1.1322, 53.6323],[-1.1329, 53.6322],[-1.133901, 53.6325],[-1.134699, 53.6329],[-1.1358, 53.6333],[-1.136201, 53.6336],[-1.1367, 53.6342],[-1.136899, 53.6347],[-1.1374, 53.6351],[-1.1388, 53.6354],[-1.14, 53.6357],[-1.140499, 53.6359],[-1.1411, 53.6363],[-1.142799, 53.6377],[-1.1432, 53.6378],[-1.1451, 53.6379],[-1.1461, 53.6378],[-1.1465, 53.6379],[-1.1472, 53.6382],[-1.147699, 53.6384],[-1.1479, 53.6386],[-1.1482, 53.6392],[-1.1487, 53.6407],[-1.148901, 53.6413],[-1.149, 53.6415],[-1.149301, 53.6416],[-1.1524, 53.6422],[-1.154101, 53.6424],[-1.1554, 53.6428],[-1.155599, 53.6428],[-1.156, 53.6426],[-1.1567, 53.6421],[-1.1575, 53.6416],[-1.157899, 53.6414],[-1.1595, 53.6412],[-1.1603, 53.6411],[-1.161299, 53.6412],[-1.1616, 53.6411],[-1.1624, 53.6406],[-1.162899, 53.6404],[-1.1632, 53.6403],[-1.1647, 53.6402],[-1.1652, 53.6401],[-1.1659, 53.6398],[-1.1661, 53.6397],[-1.166499, 53.6392],[-1.1667, 53.639],[-1.167099, 53.6389],[-1.1682, 53.6387],[-1.1703, 53.6383],[-1.170599, 53.6382],[-1.171499, 53.6378],[-1.172001, 53.6377],[-1.1727, 53.6376],[-1.1754, 53.6375],[-1.1776, 53.6373],[-1.182999, 53.6364],[-1.1854, 53.6358],[-1.1875, 53.6355],[-1.1892, 53.6354],[-1.190099, 53.6354],[-1.1904, 53.6355],[-1.1907, 53.6357],[-1.1912, 53.6363],[-1.191601, 53.6368],[-1.1919, 53.6374],[-1.1925, 53.6381],[-1.1933, 53.6386],[-1.194501, 53.6392],[-1.195899, 53.6398],[-1.1986, 53.6407],[-1.203099, 53.6425],[-1.204301, 53.6427],[-1.2071, 53.6438],[-1.208501, 53.6433],[-1.210199, 53.6428],[-1.211601, 53.6421],[-1.212499, 53.6417],[-1.2136, 53.6409],[-1.2151, 53.6391],[-1.216001, 53.6372],[-1.216401, 53.6355],[-1.2165, 53.6341],[-1.2163, 53.6324],[-1.216001, 53.6282],[-1.215899, 53.6257],[-1.2156, 53.6239],[-1.2158, 53.6235],[-1.2197, 53.6231],[-1.2264, 53.6225],[-1.2352, 53.6192],[-1.2386, 53.6215],[-1.2421, 53.6238],[-1.248399, 53.6301],[-1.2508, 53.6341],[-1.251099, 53.6345],[-1.2513, 53.6352],[-1.2513, 53.636],[-1.251201, 53.6364],[-1.251001, 53.6367],[-1.2493, 53.6378],[-1.2492, 53.6381],[-1.2503, 53.6389],[-1.2528, 53.6406],[-1.2546, 53.6417],[-1.2571, 53.6435],[-1.2578, 53.6441],[-1.2582, 53.6445],[-1.258501, 53.6453],[-1.2588, 53.6474],[-1.258999, 53.6491],[-1.2587, 53.6495],[-1.258, 53.6497],[-1.255399, 53.6496],[-1.253999, 53.6495],[-1.2503, 53.6511],[-1.2494, 53.6518],[-1.247001, 53.6531],[-1.244599, 53.6541],[-1.2443, 53.6543],[-1.2443, 53.6547],[-1.244799, 53.6553],[-1.2474, 53.6582],[-1.2486, 53.6592],[-1.25, 53.6607],[-1.2502, 53.6613],[-1.250399, 53.6627],[-1.250399, 53.6637],[-1.25, 53.6666],[-1.2493, 53.669],[-1.2488, 53.67],[-1.248399, 53.6705],[-1.2479, 53.671],[-1.2471, 53.6715],[-1.245, 53.6722],[-1.2438, 53.6726],[-1.242499, 53.6733],[-1.242, 53.674],[-1.2414, 53.6791],[-1.241099, 53.6802],[-1.2406, 53.6811],[-1.2363, 53.6862],[-1.2363, 53.6865],[-1.236801, 53.6878],[-1.238, 53.6898],[-1.242599, 53.6938],[-1.2427, 53.6942],[-1.2422, 53.6956],[-1.2417, 53.6964],[-1.2409, 53.6968],[-1.2402, 53.6969],[-1.2384, 53.6969],[-1.236899, 53.6968],[-1.236099, 53.6965],[-1.2328, 53.6949],[-1.226001, 53.6942],[-1.204399, 53.6963],[-1.2036, 53.6966],[-1.202399, 53.6973],[-1.2019, 53.698],[-1.200799, 53.6997],[-1.1989, 53.7015],[-1.199, 53.7017],[-1.2029, 53.7028],[-1.21, 53.7050],[-1.2141, 53.7059],[-1.2151, 53.7063],[-1.2163, 53.7066],[-1.2172, 53.7071],[-1.2172, 53.7073],[-1.216699, 53.7083],[-1.215899, 53.7101],[-1.215199, 53.7117],[-1.215199, 53.7124],[-1.215299, 53.7131],[-1.2157, 53.7135],[-1.2162, 53.7137],[-1.216601, 53.7136],[-1.2172, 53.7133],[-1.218, 53.7128],[-1.2186, 53.7125],[-1.219301, 53.7123],[-1.2198, 53.7122],[-1.220299, 53.7120],[-1.2207, 53.7117],[-1.222, 53.7099],[-1.222499, 53.7093],[-1.223, 53.7090],[-1.2234, 53.7089],[-1.2241, 53.7091],[-1.2248, 53.7096],[-1.225199, 53.7100],[-1.225399, 53.7104],[-1.2255, 53.7108],[-1.2257, 53.7123],[-1.226001, 53.7129],[-1.2263, 53.7133],[-1.227, 53.7136],[-1.2273, 53.7137],[-1.2279, 53.7138],[-1.2284, 53.7137],[-1.2292, 53.7136],[-1.2309, 53.7133],[-1.232399, 53.7128],[-1.2344, 53.7120],[-1.236201, 53.7115],[-1.2378, 53.7113],[-1.2407, 53.7114],[-1.2444, 53.7114],[-1.246801, 53.7116],[-1.251099, 53.7118],[-1.253999, 53.7116],[-1.2552, 53.7118],[-1.259699, 53.7131],[-1.262001, 53.7136],[-1.2645, 53.7140],[-1.264799, 53.7141],[-1.267699, 53.7166],[-1.2679, 53.7169],[-1.2681, 53.7176],[-1.268501, 53.7198],[-1.269101, 53.7218],[-1.2701, 53.7236],[-1.2704, 53.724],[-1.271299, 53.7246],[-1.271899, 53.7248],[-1.273, 53.7251],[-1.2744, 53.7254],[-1.2758, 53.726],[-1.2772, 53.7273],[-1.2779, 53.728],[-1.279, 53.729],[-1.2804, 53.7302],[-1.282099, 53.7314],[-1.2825, 53.7318],[-1.2832, 53.7325],[-1.2851, 53.7342],[-1.286299, 53.7353],[-1.2874, 53.7362],[-1.2887, 53.7371],[-1.2918, 53.7386],[-1.294101, 53.7392],[-1.294899, 53.7394],[-1.295699, 53.7398],[-1.2973, 53.7406],[-1.298, 53.7408],[-1.298599, 53.7409],[-1.300699, 53.7408],[-1.3013, 53.7406],[-1.3017, 53.7404],[-1.302999, 53.7398],[-1.304301, 53.7392],[-1.3052, 53.7389],[-1.3056, 53.7388],[-1.306401, 53.7387],[-1.3069, 53.7388],[-1.3078, 53.7392],[-1.3092, 53.7401],[-1.309999, 53.7403],[-1.310899, 53.7403],[-1.3117, 53.74],[-1.3126, 53.7396],[-1.3127, 53.74],[-1.3128, 53.7409],[-1.3125, 53.7448],[-1.312299, 53.7458],[-1.310899, 53.7513],[-1.310799, 53.7523],[-1.310699, 53.754],[-1.3111, 53.7557],[-1.3111, 53.756],[-1.311, 53.7564],[-1.3105, 53.7567],[-1.309, 53.7568],[-1.307299, 53.7570],[-1.307001, 53.7569],[-1.305699, 53.7558],[-1.304999, 53.7554],[-1.303599, 53.7554],[-1.299199, 53.7558],[-1.294301, 53.7566],[-1.2939, 53.7568],[-1.2939, 53.7571],[-1.294999, 53.7592],[-1.295099, 53.7594],[-1.294999, 53.7596],[-1.2933, 53.7599],[-1.2932, 53.7602],[-1.294301, 53.7650],[-1.2946, 53.7659],[-1.2952, 53.7666],[-1.296401, 53.7677],[-1.3009, 53.7715],[-1.303501, 53.7736],[-1.303501, 53.7739],[-1.301601, 53.7772],[-1.301499, 53.7776],[-1.3017, 53.7781],[-1.3024, 53.7788],[-1.303701, 53.7798],[-1.305099, 53.7806],[-1.306201, 53.7809],[-1.3112, 53.781],[-1.311499, 53.7812],[-1.3118, 53.7819],[-1.312001, 53.7826],[-1.312001, 53.7834],[-1.310799, 53.7868],[-1.3099, 53.7918],[-1.3099, 53.7926],[-1.309999, 53.7936],[-1.3106, 53.7975],[-1.3118, 53.8046],[-1.3131, 53.8089],[-1.312899, 53.8092],[-1.3113, 53.8097],[-1.3111, 53.81],[-1.311401, 53.8132],[-1.311401, 53.8139],[-1.3111, 53.8142],[-1.310699, 53.8144],[-1.3099, 53.8145],[-1.3052, 53.8148],[-1.3045, 53.8151],[-1.304101, 53.8155],[-1.3033, 53.8165],[-1.3025, 53.8177],[-1.3025, 53.8182],[-1.302799, 53.8186],[-1.302999, 53.8188],[-1.306401, 53.8203],[-1.3068, 53.8207],[-1.307199, 53.8212],[-1.3076, 53.822],[-1.307999, 53.8234],[-1.3084, 53.8238],[-1.3162, 53.8258],[-1.3227, 53.8290],[-1.3306, 53.8323],[-1.3327, 53.8330],[-1.3334, 53.8333],[-1.3336, 53.8336],[-1.333701, 53.8346],[-1.3336, 53.8349],[-1.3332, 53.8351],[-1.331601, 53.8354],[-1.3279, 53.8356],[-1.3256, 53.8356],[-1.323501, 53.8353],[-1.322999, 53.8354],[-1.3228, 53.8357],[-1.3227, 53.8360],[-1.3227, 53.8365],[-1.3232, 53.8382],[-1.3242, 53.8410],[-1.324501, 53.8414],[-1.3253, 53.8417],[-1.326401, 53.8418],[-1.331401, 53.8424],[-1.3378, 53.8440],[-1.340199, 53.8447],[-1.340199, 53.8451],[-1.3378, 53.8506],[-1.3379, 53.8514],[-1.337999, 53.8517],[-1.3384, 53.8521],[-1.3392, 53.8525],[-1.3455, 53.8542],[-1.3499, 53.8551],[-1.3506, 53.8562],[-1.3506, 53.8564],[-1.350199, 53.8569],[-1.3485, 53.858],[-1.3458, 53.8592],[-1.336401, 53.8613],[-1.3306, 53.8625],[-1.326601, 53.8625],[-1.3205, 53.863],[-1.3167, 53.8644],[-1.311, 53.8666],[-1.3105, 53.8669],[-1.3105, 53.8673],[-1.3118, 53.8689],[-1.313599, 53.8725],[-1.3147, 53.8742],[-1.315199, 53.876],[-1.316601, 53.8824],[-1.317899, 53.8874],[-1.317899, 53.8881],[-1.3177, 53.8886],[-1.3156, 53.8928],[-1.3156, 53.8931],[-1.315799, 53.8940],[-1.3169, 53.8966],[-1.3197, 53.8998],[-1.320099, 53.9003]]]]}, properties:{name:"North Yorkshire"}}, {type:"Feature", geometry:{type:"MultiPolygon", coordinates:[[[[-1.267001, 52.8735],[-1.266801, 52.8739],[-1.266201, 52.8738],[-1.264199, 52.8737],[-1.262599, 52.8738],[-1.2608, 52.8743],[-1.2596, 52.8747],[-1.258, 52.8755],[-1.256899, 52.8763],[-1.2557, 52.8772],[-1.253901, 52.8784],[-1.2528, 52.879],[-1.251801, 52.8793],[-1.251099, 52.8795],[-1.25, 52.8797],[-1.2488, 52.8798],[-1.2473, 52.8797],[-1.2459, 52.8795],[-1.2435, 52.8793],[-1.242, 52.8793],[-1.2402, 52.8795],[-1.2393, 52.8798],[-1.2384, 52.8803],[-1.2378, 52.881],[-1.237499, 52.8818],[-1.237499, 52.8827],[-1.2378, 52.8835],[-1.2385, 52.8844],[-1.239501, 52.8853],[-1.2409, 52.886],[-1.2431, 52.8868],[-1.244599, 52.8874],[-1.245399, 52.8881],[-1.2456, 52.8885],[-1.2457, 52.889],[-1.245499, 52.8897],[-1.2451, 52.8902],[-1.244501, 52.8906],[-1.2435, 52.8911],[-1.241099, 52.8921],[-1.24, 52.8924],[-1.238901, 52.8926],[-1.2374, 52.8927],[-1.2343, 52.8926],[-1.2322, 52.893],[-1.232499, 52.8935],[-1.2336, 52.894],[-1.2379, 52.8954],[-1.2392, 52.8951],[-1.2402, 52.8953],[-1.2442, 52.897],[-1.246601, 52.8975],[-1.248399, 52.8973],[-1.2492, 52.8975],[-1.251001, 52.8989],[-1.2537, 52.9009],[-1.255399, 52.9023],[-1.256801, 52.9033],[-1.2579, 52.9036],[-1.259899, 52.9042],[-1.2615, 52.9048],[-1.263399, 52.9051],[-1.267001, 52.9046],[-1.2687, 52.9047],[-1.2722, 52.9060],[-1.278, 52.9140],[-1.279199, 52.9175],[-1.279999, 52.9214],[-1.2797, 52.9251],[-1.2772, 52.9337],[-1.277099, 52.9361],[-1.2776, 52.9381],[-1.278399, 52.9403],[-1.279799, 52.9429],[-1.281401, 52.9464],[-1.2845, 52.9503],[-1.285599, 52.9513],[-1.2875, 52.9525],[-1.2898, 52.9536],[-1.2917, 52.9549],[-1.2925, 52.9559],[-1.2924, 52.9572],[-1.292099, 52.9592],[-1.2916, 52.9606],[-1.2904, 52.9615],[-1.2897, 52.9626],[-1.2895, 52.9632],[-1.2895, 52.9649],[-1.2897, 52.9676],[-1.2904, 52.9685],[-1.2917, 52.9701],[-1.2932, 52.9736],[-1.298, 52.9803],[-1.2983, 52.9832],[-1.294999, 52.9906],[-1.2997, 52.9993],[-1.301601, 53.0008],[-1.3059, 53.0028],[-1.317199, 53.0067],[-1.319301, 53.0087],[-1.3212, 53.0111],[-1.318599, 53.0138],[-1.3206, 53.0157],[-1.3221, 53.0176],[-1.3232, 53.0204],[-1.3277, 53.0254],[-1.3284, 53.0275],[-1.328701, 53.0319],[-1.3292, 53.0364],[-1.3298, 53.0395],[-1.3306, 53.0419],[-1.3326, 53.0486],[-1.332999, 53.0501],[-1.3356, 53.0552],[-1.337, 53.0566],[-1.3399, 53.0587],[-1.3419, 53.0598],[-1.3436, 53.0617],[-1.344501, 53.0636],[-1.3448, 53.0668],[-1.3436, 53.0693],[-1.3422, 53.0719],[-1.3383, 53.0764],[-1.3372, 53.0775],[-1.3362, 53.0787],[-1.3326, 53.0817],[-1.329599, 53.0839],[-1.3261, 53.0861],[-1.3219, 53.087],[-1.316401, 53.0872],[-1.3112, 53.0875],[-1.3096, 53.0881],[-1.309, 53.0895],[-1.309101, 53.0937],[-1.3089, 53.0945],[-1.306201, 53.0991],[-1.3049, 53.1001],[-1.3032, 53.1009],[-1.3017, 53.1017],[-1.3025, 53.1040],[-1.3048, 53.1058],[-1.306201, 53.1070],[-1.3063, 53.1108],[-1.307199, 53.1120],[-1.309501, 53.1146],[-1.3098, 53.1168],[-1.309501, 53.1178],[-1.3084, 53.119],[-1.3084, 53.12],[-1.309399, 53.121],[-1.314501, 53.1255],[-1.3212, 53.1309],[-1.320799, 53.132],[-1.3183, 53.1341],[-1.315199, 53.1364],[-1.315199, 53.1371],[-1.316601, 53.1391],[-1.319, 53.1425],[-1.3205, 53.1458],[-1.3205, 53.1499],[-1.320899, 53.1533],[-1.321001, 53.1544],[-1.3196, 53.1579],[-1.3196, 53.1632],[-1.319399, 53.1639],[-1.3189, 53.1642],[-1.315199, 53.1654],[-1.3134, 53.1659],[-1.310199, 53.1639],[-1.308701, 53.1636],[-1.3074, 53.1641],[-1.3048, 53.1653],[-1.303501, 53.1655],[-1.3009, 53.1651],[-1.299399, 53.1657],[-1.298599, 53.1672],[-1.298, 53.1679],[-1.2967, 53.1684],[-1.296, 53.1691],[-1.293701, 53.1716],[-1.287099, 53.1718],[-1.285599, 53.1715],[-1.2817, 53.1689],[-1.279301, 53.1680],[-1.275599, 53.1681],[-1.2731, 53.1682],[-1.269199, 53.1684],[-1.2674, 53.1681],[-1.264199, 53.1664],[-1.2601, 53.1649],[-1.257699, 53.1650],[-1.255599, 53.1659],[-1.253399, 53.1678],[-1.249699, 53.1705],[-1.248901, 53.171],[-1.246601, 53.1719],[-1.244101, 53.1735],[-1.2421, 53.1755],[-1.2406, 53.1772],[-1.2392, 53.178],[-1.2378, 53.1783],[-1.2365, 53.1785],[-1.2328, 53.1784],[-1.2308, 53.1786],[-1.2286, 53.1792],[-1.2249, 53.1795],[-1.2154, 53.1804],[-1.2133, 53.1808],[-1.2091, 53.1811],[-1.2057, 53.1813],[-1.2032, 53.1817],[-1.201001, 53.1827],[-1.1957, 53.1855],[-1.1934, 53.1878],[-1.1932, 53.1893],[-1.194, 53.1909],[-1.197299, 53.1967],[-1.200899, 53.2052],[-1.2019, 53.2072],[-1.2026, 53.2086],[-1.2068, 53.2128],[-1.2077, 53.2149],[-1.2078, 53.2168],[-1.2063, 53.2198],[-1.2047, 53.2253],[-1.203501, 53.2306],[-1.2032, 53.2318],[-1.203099, 53.2325],[-1.203901, 53.2344],[-1.2082, 53.2385],[-1.209, 53.2399],[-1.2122, 53.2509],[-1.206401, 53.2525],[-1.205099, 53.2564],[-1.2003, 53.2581],[-1.2003, 53.2596],[-1.199501, 53.2608],[-1.1955, 53.262],[-1.187899, 53.2638],[-1.1871, 53.264],[-1.179101, 53.2651],[-1.1755, 53.265],[-1.1748, 53.2655],[-1.175699, 53.2676],[-1.177099, 53.2714],[-1.175699, 53.2751],[-1.1739, 53.2754],[-1.1732, 53.276],[-1.1733, 53.2767],[-1.1747, 53.2782],[-1.1759, 53.2796],[-1.1783, 53.2819],[-1.173599, 53.2832],[-1.177099, 53.2871],[-1.176601, 53.2878],[-1.1725, 53.2916],[-1.172199, 53.2934],[-1.1732, 53.2963],[-1.1739, 53.2996],[-1.1738, 53.3023],[-1.1731, 53.3052],[-1.1734, 53.3062],[-1.1759, 53.3095],[-1.180099, 53.3086],[-1.188599, 53.3063],[-1.192299, 53.3057],[-1.1962, 53.3052],[-1.2013, 53.3049],[-1.2012, 53.3067],[-1.2006, 53.3073],[-1.191499, 53.31],[-1.1889, 53.3109],[-1.187999, 53.3129],[-1.186601, 53.3137],[-1.1848, 53.315],[-1.182099, 53.3209],[-1.1789, 53.3216],[-1.1746, 53.3241],[-1.170099, 53.3266],[-1.1645, 53.329],[-1.161401, 53.3309],[-1.1597, 53.3328],[-1.1566, 53.3349],[-1.1551, 53.3360],[-1.152001, 53.3378],[-1.149301, 53.3394],[-1.1443, 53.3422],[-1.1395, 53.3447],[-1.1386, 53.3455],[-1.138299, 53.346],[-1.138299, 53.3463],[-1.139101, 53.3465],[-1.139799, 53.3465],[-1.142599, 53.3461],[-1.1451, 53.3458],[-1.147799, 53.3454],[-1.153501, 53.3453],[-1.1546, 53.3455],[-1.1552, 53.3457],[-1.1558, 53.3461],[-1.1575, 53.3482],[-1.1598, 53.3512],[-1.1603, 53.352],[-1.1605, 53.3529],[-1.160699, 53.3593],[-1.160599, 53.3595],[-1.1602, 53.3595],[-1.158599, 53.3588],[-1.1536, 53.3569],[-1.1522, 53.3564],[-1.150499, 53.3559],[-1.1494, 53.3556],[-1.1479, 53.3554],[-1.146801, 53.3554],[-1.1457, 53.3557],[-1.1452, 53.3560],[-1.144799, 53.3564],[-1.1446, 53.3569],[-1.1444, 53.36],[-1.144199, 53.3605],[-1.1437, 53.3611],[-1.1431, 53.3616],[-1.140499, 53.3634],[-1.1387, 53.3648],[-1.138, 53.3658],[-1.1374, 53.3666],[-1.136899, 53.3675],[-1.136299, 53.3687],[-1.1351, 53.3703],[-1.1328, 53.373],[-1.1321, 53.3739],[-1.1314, 53.375],[-1.130599, 53.3762],[-1.1303, 53.3769],[-1.1302, 53.3772],[-1.1302, 53.3778],[-1.1303, 53.3785],[-1.132001, 53.382],[-1.132001, 53.3827],[-1.131801, 53.3836],[-1.13, 53.3875],[-1.129501, 53.3901],[-1.128999, 53.3918],[-1.1282, 53.3927],[-1.1222, 53.3971],[-1.1164, 53.4013],[-1.112, 53.4045],[-1.1098, 53.4059],[-1.1088, 53.4066],[-1.106601, 53.4083],[-1.1058, 53.4089],[-1.104599, 53.4099],[-1.1044, 53.4103],[-1.1041, 53.4113],[-1.103799, 53.4122],[-1.1035, 53.413],[-1.103099, 53.4137],[-1.1021, 53.4152],[-1.101001, 53.4167],[-1.099, 53.4184],[-1.0972, 53.4193],[-1.0942, 53.4209],[-1.0908, 53.4228],[-1.089599, 53.4238],[-1.088199, 53.4251],[-1.086801, 53.4263],[-1.0851, 53.428],[-1.084399, 53.4286],[-1.083901, 53.4288],[-1.083099, 53.429],[-1.082399, 53.4291],[-1.081401, 53.4292],[-1.0786, 53.4292],[-1.076499, 53.429],[-1.0707, 53.4281],[-1.064101, 53.4265],[-1.062001, 53.426],[-1.056499, 53.4249],[-1.053501, 53.4249],[-1.051601, 53.4252],[-1.0461, 53.4265],[-1.0374, 53.428],[-1.036401, 53.428],[-1.0353, 53.4279],[-1.034999, 53.4278],[-1.0348, 53.4275],[-1.034101, 53.4252],[-1.0338, 53.4245],[-1.0331, 53.4237],[-1.0324, 53.4232],[-1.031801, 53.4229],[-1.0308, 53.4227],[-1.027001, 53.4223],[-1.0266, 53.4224],[-1.026, 53.4228],[-1.0253, 53.4237],[-1.024899, 53.4241],[-1.024199, 53.4245],[-1.0231, 53.4248],[-1.0224, 53.4249],[-1.020499, 53.425],[-1.017099, 53.4249],[-1.016401, 53.4251],[-1.0159, 53.4254],[-1.0154, 53.4258],[-1.014699, 53.4264],[-1.0143, 53.4269],[-1.0143, 53.4275],[-1.0146, 53.4301],[-1.014699, 53.4311],[-1.014699, 53.4315],[-1.0146, 53.4319],[-1.0144, 53.4322],[-1.014199, 53.4324],[-1.0137, 53.4328],[-1.0132, 53.433],[-1.009699, 53.4339],[-1.005599, 53.4349],[-1.0002, 53.4362],[-0.9949995, 53.4378],[-0.9950995, 53.4381],[-0.9966995, 53.4394],[-0.9968005, 53.4397],[-0.9966005, 53.4403],[-0.9953995, 53.4427],[-0.9918005, 53.4493],[-0.9907995, 53.4504],[-0.9895995, 53.4515],[-0.9895005, 53.4519],[-0.9910005, 53.4533],[-0.9891995, 53.4555],[-0.9845995, 53.4609],[-0.9816005, 53.4647],[-0.9808995, 53.4660],[-0.9805995, 53.4674],[-0.9808995, 53.4691],[-0.9822995, 53.4714],[-0.9824995, 53.4722],[-0.9818995, 53.4731],[-0.9791005, 53.4749],[-0.9771995, 53.4756],[-0.9756995, 53.476],[-0.9735005, 53.476],[-0.9716005, 53.4763],[-0.9695995, 53.477],[-0.9645995000000002, 53.4791],[-0.9543005, 53.483],[-0.9506995000000003, 53.4854],[-0.9335005, 53.5032],[-0.9004995, 53.4772],[-0.8991995, 53.4754],[-0.8993005, 53.4749],[-0.9179995, 53.4670],[-0.9191995, 53.4663],[-0.9191005, 53.4656],[-0.9147995, 53.4615],[-0.9131995000000002, 53.4611],[-0.9075995, 53.4615],[-0.9045005000000002, 53.4616],[-0.8999995, 53.4617],[-0.8935005, 53.462],[-0.8887995000000002, 53.4621],[-0.8816005, 53.4623],[-0.8768005, 53.4619],[-0.8732995, 53.4618],[-0.8720995, 53.4626],[-0.8701995, 53.4653],[-0.8683995, 53.4659],[-0.8649995, 53.4653],[-0.8595995, 53.4645],[-0.8535995, 53.4635],[-0.8387995, 53.4618],[-0.8168995, 53.4591],[-0.8046995, 53.4569],[-0.7975995, 53.4547],[-0.7968005, 53.4542],[-0.7991995, 53.4526],[-0.8023995000000002, 53.4494],[-0.8048995, 53.4466],[-0.8062005, 53.4453],[-0.8071995000000002, 53.4445],[-0.8087995, 53.4437],[-0.8107995, 53.443],[-0.8137005000000002, 53.4423],[-0.8158995, 53.4417],[-0.8170995, 53.4412],[-0.8177995, 53.4407],[-0.8181995, 53.44],[-0.8182995, 53.4394],[-0.8177995, 53.4379],[-0.8166995, 53.4359],[-0.8148995, 53.4337],[-0.8143995, 53.433],[-0.8141005, 53.4322],[-0.8141005, 53.4314],[-0.8143995, 53.4303],[-0.8152995, 53.4285],[-0.8155995000000003, 53.4277],[-0.8155995000000003, 53.4272],[-0.8153995, 53.4267],[-0.8146995, 53.4258],[-0.8137995, 53.425],[-0.8123995, 53.424],[-0.8110995, 53.4229],[-0.8085995, 53.4209],[-0.8051995, 53.4189],[-0.8010995000000002, 53.4170],[-0.7974995, 53.4158],[-0.7957995, 53.4153],[-0.7931995, 53.4147],[-0.7907995, 53.415],[-0.7875995, 53.4152],[-0.7864995, 53.415],[-0.7858995, 53.4146],[-0.7857995, 53.4142],[-0.7860005, 53.4138],[-0.7868995, 53.4132],[-0.7878995, 53.4122],[-0.7887995, 53.4110],[-0.7891005, 53.4101],[-0.7889005, 53.4091],[-0.7880995, 53.4075],[-0.7871995000000002, 53.4057],[-0.7837995, 53.4020],[-0.7827995000000002, 53.4014],[-0.7791995, 53.3998],[-0.7773995, 53.3991],[-0.7758995, 53.3981],[-0.7750995, 53.3972],[-0.7747995, 53.3966],[-0.7745995, 53.3959],[-0.7741995, 53.3914],[-0.7745005, 53.3906],[-0.7755995, 53.3897],[-0.7777995, 53.3881],[-0.7799995, 53.3871],[-0.7807995, 53.3868],[-0.7820995, 53.3865],[-0.7833995, 53.3864],[-0.7843995, 53.3864],[-0.7855995, 53.3865],[-0.7866995, 53.3865],[-0.7876995, 53.3863],[-0.7882995, 53.386],[-0.7883995, 53.3857],[-0.7880995, 53.3852],[-0.7872995, 53.3847],[-0.7860995, 53.3843],[-0.7821995, 53.3832],[-0.7802995, 53.3828],[-0.7789995, 53.3822],[-0.7760995, 53.3805],[-0.7739995, 53.3791],[-0.7735995, 53.3787],[-0.7732995, 53.3783],[-0.7731995, 53.3778],[-0.7735005, 53.3774],[-0.7743995, 53.3772],[-0.7791995, 53.3766],[-0.7805995, 53.3763],[-0.7816005, 53.3759],[-0.7826995, 53.3753],[-0.7839005000000002, 53.3742],[-0.7845995, 53.3732],[-0.7855995, 53.3717],[-0.7872995, 53.37],[-0.7880995, 53.3694],[-0.7882995, 53.3689],[-0.7879995, 53.3678],[-0.7877995, 53.3665],[-0.7877995, 53.3656],[-0.7879995, 53.3651],[-0.7885005, 53.3642],[-0.7885995, 53.3637],[-0.7885005, 53.3633],[-0.7879995, 53.363],[-0.7864005, 53.3627],[-0.7837995, 53.3623],[-0.7818005, 53.362],[-0.7787005, 53.3615],[-0.7775995, 53.3615],[-0.7768005, 53.3619],[-0.7760005, 53.363],[-0.7751995, 53.3637],[-0.7743005, 53.3642],[-0.7732995, 53.3645],[-0.7720995, 53.3646],[-0.7712005, 53.3644],[-0.7703995, 53.3637],[-0.7682995, 53.361],[-0.7660995, 53.3582],[-0.7648995, 53.357],[-0.7639005, 53.3561],[-0.7630995000000003, 53.3556],[-0.7598995, 53.3546],[-0.7575995, 53.3539],[-0.7566005, 53.3534],[-0.7564005, 53.3528],[-0.7566995, 53.3522],[-0.7572995, 53.3515],[-0.7581995, 53.3509],[-0.7591005, 53.3504],[-0.7603995, 53.3497],[-0.7610995000000002, 53.3492],[-0.7616005, 53.3486],[-0.7620995000000002, 53.3476],[-0.7622995, 53.3469],[-0.7624995, 53.3462],[-0.7622995, 53.3456],[-0.7616995, 53.3449],[-0.7566005, 53.3425],[-0.7556995, 53.3419],[-0.7549995000000002, 53.3414],[-0.7546995000000002, 53.3408],[-0.7545995, 53.3401],[-0.7546995000000002, 53.3394],[-0.7550995, 53.3388],[-0.7556995, 53.3382],[-0.7571995, 53.3369],[-0.7575995, 53.3365],[-0.7577995, 53.3360],[-0.7579995, 53.3353],[-0.7587005, 53.3331],[-0.7647995, 53.331],[-0.7651995, 53.3305],[-0.7651995, 53.3300],[-0.7649995, 53.3295],[-0.7645995, 53.3291],[-0.7612995, 53.3271],[-0.7607995000000002, 53.3267],[-0.7596995, 53.3255],[-0.7591995, 53.3251],[-0.7585005, 53.3248],[-0.7573995, 53.3246],[-0.7564005, 53.3246],[-0.7512995, 53.3249],[-0.7499995, 53.3248],[-0.7489995, 53.3245],[-0.7483995, 53.3241],[-0.7481995, 53.3236],[-0.7482995, 53.323],[-0.7489005, 53.3223],[-0.7502995, 53.3214],[-0.7512995, 53.3205],[-0.7518995, 53.3199],[-0.7522995, 53.3191],[-0.7524995, 53.3179],[-0.7526995, 53.3168],[-0.7527995, 53.3151],[-0.7527995, 53.314],[-0.7525995, 53.3128],[-0.7522995, 53.3117],[-0.7514995, 53.3103],[-0.7476995, 53.307],[-0.7457995, 53.3052],[-0.7453995, 53.3043],[-0.7452995, 53.3034],[-0.7456995, 53.3019],[-0.7464005, 53.3004],[-0.7468995000000002, 53.2989],[-0.7475995, 53.2961],[-0.7485005, 53.2944],[-0.7489995, 53.2938],[-0.7498995000000002, 53.2932],[-0.7516005, 53.2927],[-0.7530995, 53.2925],[-0.7546995000000002, 53.2926],[-0.7560005, 53.2931],[-0.7566005, 53.2937],[-0.7568995, 53.2943],[-0.7571995, 53.2953],[-0.7573995, 53.2962],[-0.7576995, 53.2972],[-0.7580995, 53.298],[-0.7589005, 53.2987],[-0.7600995000000002, 53.2992],[-0.7612995, 53.2994],[-0.7621995, 53.2992],[-0.7627995, 53.2987],[-0.7633995, 53.2975],[-0.7639995, 53.2951],[-0.7646995, 53.2931],[-0.7652995, 53.2920],[-0.7666005, 53.2909],[-0.7685995, 53.2896],[-0.7726995, 53.2872],[-0.7737995, 53.2864],[-0.7746995, 53.2856],[-0.7754995, 53.2847],[-0.7757995, 53.2841],[-0.7758995, 53.2834],[-0.7757995, 53.2829],[-0.7739005, 53.2807],[-0.7716995, 53.2782],[-0.7703995, 53.2769],[-0.7693005000000002, 53.2762],[-0.7677995, 53.2755],[-0.7641995, 53.2742],[-0.7629995, 53.2738],[-0.7623995, 53.2733],[-0.7622995, 53.2726],[-0.7624995, 53.2720],[-0.7628995, 53.2711],[-0.7635995, 53.27],[-0.7645005, 53.2690],[-0.7654995, 53.2679],[-0.7666995, 53.2666],[-0.7699995, 53.263],[-0.7707995, 53.2618],[-0.7712005, 53.261],[-0.7712995, 53.2603],[-0.7714995, 53.2593],[-0.7714005000000002, 53.2583],[-0.7710995, 53.2573],[-0.7707995, 53.2563],[-0.7703995, 53.2553],[-0.7696995, 53.2544],[-0.7691995000000003, 53.2539],[-0.7691005, 53.2535],[-0.7691995000000003, 53.2532],[-0.7695995, 53.2528],[-0.7705995, 53.2525],[-0.7716005, 53.2525],[-0.7751995, 53.253],[-0.7762995, 53.2528],[-0.7768005, 53.2524],[-0.7770005, 53.2521],[-0.7770005, 53.2516],[-0.7764005000000003, 53.2504],[-0.7756995, 53.2493],[-0.7752995000000003, 53.2484],[-0.7752995000000003, 53.2478],[-0.7754995, 53.2473],[-0.7760005, 53.2463],[-0.7768995, 53.2442],[-0.7770005, 53.2432],[-0.7764995, 53.2401],[-0.7760005, 53.2383],[-0.7752995000000003, 53.2383],[-0.7589005, 53.2388],[-0.7307995, 53.2398],[-0.7312995, 53.2532],[-0.7200995, 53.2557],[-0.7103995, 53.2575],[-0.7029995, 53.2583],[-0.6998995, 53.2584],[-0.6905995, 53.2557],[-0.6843995, 53.2568],[-0.6733995, 53.2513],[-0.6641005, 53.2432],[-0.6618005, 53.244],[-0.6687995, 53.2572],[-0.6627995, 53.2596],[-0.6612005, 53.2612],[-0.6570995, 53.2612],[-0.6555995, 53.2588],[-0.6443995, 53.2582],[-0.6351995, 53.2551],[-0.6466995, 53.254],[-0.6437995, 53.2475],[-0.6441995, 53.2453],[-0.6462995, 53.2441],[-0.6539995, 53.2428],[-0.6596995, 53.2407],[-0.6641995, 53.2386],[-0.6639005, 53.2346],[-0.6657995, 53.2304],[-0.6745995, 53.2177],[-0.6762005, 53.218],[-0.6795005, 53.2186],[-0.6873995, 53.2201],[-0.6905995, 53.2203],[-0.6945005, 53.2194],[-0.6983995, 53.2174],[-0.7026995, 53.2144],[-0.7112005, 53.2086],[-0.7195995, 53.2101],[-0.7283995, 53.2084],[-0.7332995, 53.2066],[-0.7437005, 53.1958],[-0.7495995, 53.19],[-0.7591995, 53.1896],[-0.7628995, 53.1856],[-0.7635995, 53.183],[-0.7639995, 53.1813],[-0.7632995, 53.1809],[-0.7564005, 53.1809],[-0.7512005, 53.18],[-0.7420005, 53.1795],[-0.7316005, 53.18],[-0.7266995, 53.178],[-0.7224995, 53.1785],[-0.7187995, 53.178],[-0.7158995, 53.177],[-0.7148995, 53.1757],[-0.7143995000000002, 53.1744],[-0.7191995, 53.1633],[-0.7204995000000002, 53.1601],[-0.7191005, 53.1455],[-0.7128995, 53.1356],[-0.7207995, 53.132],[-0.7289995, 53.1275],[-0.7303995, 53.1262],[-0.7307995, 53.1252],[-0.7310005, 53.1238],[-0.7296995, 53.1227],[-0.7282995, 53.1222],[-0.7191005, 53.12],[-0.7139995, 53.119],[-0.7160005, 53.1152],[-0.7175995, 53.1085],[-0.7203995, 53.1045],[-0.7275995, 53.0965],[-0.7260995, 53.0950],[-0.7233995, 53.093],[-0.7112005, 53.0868],[-0.7041005, 53.0845],[-0.7049995, 53.0814],[-0.7054995, 53.0797],[-0.7062995, 53.077],[-0.7041995, 53.0766],[-0.6980995, 53.0748],[-0.6968995, 53.0706],[-0.6962005, 53.0684],[-0.6955995, 53.066],[-0.6973995, 53.0653],[-0.6995005, 53.0652],[-0.7005995, 53.0653],[-0.7072995, 53.067],[-0.7095995000000002, 53.0673],[-0.7120005, 53.0668],[-0.7132995, 53.0659],[-0.7143995000000002, 53.0644],[-0.7162005, 53.0603],[-0.7172995, 53.0595],[-0.7189995, 53.0586],[-0.7230995, 53.0574],[-0.7239005, 53.0572],[-0.7305995, 53.0556],[-0.7329995, 53.0555],[-0.7354995, 53.0552],[-0.7410005, 53.0538],[-0.7487995, 53.0536],[-0.7574995, 53.0340],[-0.7585005, 53.0314],[-0.7610995000000002, 53.0296],[-0.7664005, 53.0284],[-0.7695995, 53.0272],[-0.7785005000000002, 53.0229],[-0.7868995, 53.0182],[-0.7906995, 53.015],[-0.7921995, 53.0128],[-0.7948995, 53.0122],[-0.8008995, 53.0135],[-0.8004995, 53.0078],[-0.7998995, 53.0049],[-0.7957995, 53.0028],[-0.7927995, 53.001],[-0.7872995, 52.9956],[-0.7807995, 52.9908],[-0.7743005, 52.9837],[-0.7737005, 52.9824],[-0.7735995, 52.9808],[-0.7737995, 52.9760],[-0.7860005, 52.9779],[-0.7889995, 52.9774],[-0.7914005, 52.9768],[-0.7939995, 52.9752],[-0.7971995, 52.9726],[-0.8001995, 52.9682],[-0.8012005, 52.9671],[-0.8064995, 52.9631],[-0.8078995, 52.96],[-0.8128995, 52.9605],[-0.8147995, 52.9628],[-0.8195995, 52.9595],[-0.8281995, 52.9521],[-0.8320995, 52.9482],[-0.8327995, 52.9464],[-0.8323995, 52.946],[-0.8318005, 52.9458],[-0.8214005, 52.9442],[-0.8212005, 52.9438],[-0.8212005, 52.9429],[-0.8214005, 52.942],[-0.8225995, 52.9408],[-0.8320005, 52.9395],[-0.8333995, 52.9385],[-0.8345005, 52.9364],[-0.8385995000000003, 52.9313],[-0.8416005, 52.9282],[-0.8425995, 52.927],[-0.8446995000000003, 52.9253],[-0.8525995, 52.9213],[-0.8570005000000002, 52.9179],[-0.8585995, 52.916],[-0.8587995, 52.9121],[-0.8582995000000002, 52.9103],[-0.8578995, 52.9088],[-0.8579995, 52.9071],[-0.8583995, 52.9057],[-0.8730995, 52.8983],[-0.8797995, 52.8951],[-0.9033995, 52.8869],[-0.9097995, 52.8837],[-0.9137005, 52.8811],[-0.9173995, 52.8806],[-0.9262995000000003, 52.8802],[-0.9355995, 52.8776],[-0.9353995, 52.8762],[-0.9327995, 52.8734],[-0.9298995, 52.8715],[-0.9257995, 52.8694],[-0.9233995, 52.8679],[-0.9374995000000003, 52.8626],[-0.9376995, 52.8615],[-0.9371995, 52.8606],[-0.9389005, 52.8566],[-0.9428995, 52.852],[-0.9505995, 52.8471],[-0.9570995, 52.8447],[-0.9607995, 52.8454],[-0.9670995, 52.8468],[-0.9697995, 52.8464],[-0.9764005, 52.8416],[-0.9771995, 52.8401],[-0.9773995, 52.8393],[-0.9741995, 52.8338],[-0.9735995, 52.8317],[-0.9733995, 52.8296],[-0.9787995000000003, 52.8237],[-0.9798995, 52.8229],[-0.9820005000000002, 52.8219],[-0.9839995, 52.8208],[-0.9883995, 52.8196],[-0.9948995, 52.8225],[-0.9966005, 52.8224],[-0.9998995000000002, 52.8223],[-1.0003, 52.8213],[-1.0013, 52.8201],[-1.0044, 52.8207],[-1.009699, 52.8211],[-1.016899, 52.8215],[-1.0187, 52.8214],[-1.0224, 52.8191],[-1.024999, 52.8192],[-1.027799, 52.8171],[-1.0301, 52.816],[-1.032099, 52.8151],[-1.0345, 52.815],[-1.0384, 52.8154],[-1.041299, 52.8151],[-1.044199, 52.8146],[-1.0484, 52.8146],[-1.053599, 52.8161],[-1.0563, 52.8167],[-1.058501, 52.8167],[-1.069301, 52.8143],[-1.069301, 52.8153],[-1.0669, 52.8217],[-1.070099, 52.8227],[-1.0741, 52.8244],[-1.0841, 52.8213],[-1.089, 52.8203],[-1.0908, 52.8198],[-1.093099, 52.8213],[-1.093901, 52.8218],[-1.1, 52.8199],[-1.105, 52.8195],[-1.1122, 52.8192],[-1.117599, 52.8188],[-1.119599, 52.8186],[-1.121201, 52.8174],[-1.122599, 52.8161],[-1.1242, 52.8133],[-1.1253, 52.8112],[-1.1287, 52.8073],[-1.1317, 52.805],[-1.1331, 52.8044],[-1.135499, 52.8040],[-1.141201, 52.8034],[-1.144101, 52.8033],[-1.1473, 52.8037],[-1.149999, 52.8039],[-1.1526, 52.8044],[-1.156, 52.805],[-1.1596, 52.8054],[-1.1631, 52.8053],[-1.165599, 52.8049],[-1.1673, 52.8047],[-1.1702, 52.8041],[-1.174301, 52.8031],[-1.1767, 52.8021],[-1.178599, 52.8010],[-1.181401, 52.7994],[-1.183599, 52.7981],[-1.1863, 52.7971],[-1.189, 52.7957],[-1.190799, 52.7942],[-1.192899, 52.7920],[-1.194399, 52.7903],[-1.1949, 52.7899],[-1.1957, 52.7903],[-1.1969, 52.7908],[-1.198099, 52.7915],[-1.199399, 52.7923],[-1.2005, 52.7930],[-1.2013, 52.7933],[-1.2021, 52.7934],[-1.2033, 52.7932],[-1.204, 52.7933],[-1.2048, 52.7937],[-1.2061, 52.7942],[-1.207399, 52.7946],[-1.2084, 52.7948],[-1.21, 52.7949],[-1.2115, 52.7950],[-1.2129, 52.7948],[-1.213901, 52.7945],[-1.215199, 52.7938],[-1.217399, 52.7928],[-1.22, 52.7918],[-1.221699, 52.7915],[-1.223, 52.7914],[-1.2241, 52.7915],[-1.2248, 52.7917],[-1.2262, 52.7923],[-1.227499, 52.7930],[-1.228099, 52.7935],[-1.228701, 52.794],[-1.2292, 52.7946],[-1.2299, 52.7958],[-1.2302, 52.7966],[-1.230299, 52.7972],[-1.230299, 52.7982],[-1.230299, 52.7987],[-1.230399, 52.7992],[-1.2308, 52.7997],[-1.231801, 52.8004],[-1.233099, 52.8013],[-1.234599, 52.8023],[-1.2364, 52.8034],[-1.2379, 52.8044],[-1.2386, 52.8048],[-1.2393, 52.805],[-1.240399, 52.8051],[-1.241801, 52.8052],[-1.2422, 52.8054],[-1.242599, 52.8059],[-1.243299, 52.8065],[-1.243999, 52.8069],[-1.245, 52.8072],[-1.2458, 52.8073],[-1.2471, 52.8072],[-1.2485, 52.8069],[-1.249699, 52.8066],[-1.251099, 52.8064],[-1.252599, 52.8064],[-1.253399, 52.8063],[-1.2542, 52.8059],[-1.2549, 52.8054],[-1.255599, 52.8051],[-1.256201, 52.8052],[-1.2567, 52.8056],[-1.2574, 52.8061],[-1.2578, 52.8065],[-1.258399, 52.8071],[-1.259101, 52.8079],[-1.2596, 52.8087],[-1.260399, 52.8105],[-1.2611, 52.8121],[-1.261299, 52.813],[-1.261299, 52.8138],[-1.2611, 52.8147],[-1.260599, 52.8154],[-1.2594, 52.8164],[-1.258501, 52.8172],[-1.258399, 52.8178],[-1.258399, 52.8183],[-1.2586, 52.8188],[-1.259101, 52.8193],[-1.2601, 52.8197],[-1.261001, 52.8199],[-1.2631, 52.82],[-1.2638, 52.8203],[-1.2644, 52.8206],[-1.265499, 52.8216],[-1.266001, 52.8219],[-1.2666, 52.8222],[-1.268, 52.8226],[-1.2688, 52.8228],[-1.269199, 52.8232],[-1.2693, 52.8238],[-1.2693, 52.8242],[-1.269101, 52.8249],[-1.2686, 52.8268],[-1.268501, 52.8276],[-1.2686, 52.8282],[-1.268901, 52.8291],[-1.2694, 52.8301],[-1.269899, 52.8309],[-1.2709, 52.832],[-1.271899, 52.8331],[-1.2724, 52.8341],[-1.2725, 52.8347],[-1.2725, 52.8351],[-1.2725, 52.8355],[-1.2724, 52.836],[-1.272099, 52.8364],[-1.2715, 52.8367],[-1.2708, 52.8369],[-1.267699, 52.837],[-1.267099, 52.8372],[-1.2666, 52.8375],[-1.2661, 52.8379],[-1.266001, 52.8382],[-1.266201, 52.8386],[-1.2666, 52.8389],[-1.2674, 52.8393],[-1.2682, 52.8396],[-1.268399, 52.8399],[-1.268299, 52.8402],[-1.2681, 52.8405],[-1.2672, 52.841],[-1.2666, 52.8413],[-1.2661, 52.8417],[-1.265599, 52.8423],[-1.2652, 52.8432],[-1.2651, 52.8438],[-1.2652, 52.8443],[-1.265499, 52.8448],[-1.2661, 52.8453],[-1.266899, 52.8457],[-1.2682, 52.8462],[-1.2688, 52.8465],[-1.2693, 52.8469],[-1.2696, 52.8475],[-1.269799, 52.8477],[-1.2703, 52.8481],[-1.270599, 52.8486],[-1.2707, 52.8491],[-1.2707, 52.8496],[-1.270499, 52.8501],[-1.2702, 52.8508],[-1.269899, 52.8514],[-1.269799, 52.8519],[-1.269799, 52.8528],[-1.269799, 52.8533],[-1.2696, 52.8539],[-1.269199, 52.8544],[-1.2688, 52.8548],[-1.268299, 52.8552],[-1.2675, 52.8556],[-1.266401, 52.8560],[-1.2651, 52.8566],[-1.2646, 52.8570],[-1.2643, 52.8576],[-1.264199, 52.8581],[-1.2644, 52.8585],[-1.264899, 52.8589],[-1.2658, 52.8594],[-1.2665, 52.8596],[-1.2673, 52.8595],[-1.2688, 52.8590],[-1.269799, 52.8590],[-1.270599, 52.8591],[-1.271201, 52.8592],[-1.2723, 52.8597],[-1.273, 52.8602],[-1.2733, 52.8606],[-1.2733, 52.861],[-1.273, 52.8614],[-1.2723, 52.8619],[-1.2716, 52.8624],[-1.2711, 52.8629],[-1.270599, 52.8637],[-1.2702, 52.8644],[-1.269799, 52.8650],[-1.2693, 52.8655],[-1.269, 52.866],[-1.268901, 52.8667],[-1.269199, 52.8676],[-1.2695, 52.8685],[-1.2695, 52.8695],[-1.2693, 52.8702],[-1.268399, 52.8717],[-1.267001, 52.8735]]]]}, properties:{name:"Nottinghamshire"}}, {type:"Feature", geometry:{type:"MultiPolygon", coordinates:[[[[-0.9510995,51.4704],[-0.9516005,51.4711],[-0.9575995,51.4749],[-0.9587995,51.4765],[-0.9599995,51.4784],[-0.9603995,51.4793],[-0.9603995,51.4801],[-0.9593005000000002,51.4819],[-0.9555995,51.4869],[-0.9535995,51.4897],[-0.9523995,51.4914],[-0.9523995,51.4921],[-0.9585005,51.4961],[-0.9610005,51.4976],[-0.9616005,51.4979],[-0.9620005,51.4977],[-0.9614005,51.4904],[-0.9624995,51.4899],[-0.9668005000000002,51.4895],[-0.9700995,51.488],[-0.9747995000000002,51.4866],[-0.9799995,51.4863],[-0.9851995,51.4863],[-0.9881995,51.486],[-0.9889005,51.4855],[-0.9895995,51.4847],[-0.9902995,51.4831],[-0.9907995,51.4816],[-0.9910005,51.4796],[-0.9908995,51.4785],[-0.9906995,51.4773],[-0.9898995,51.4755],[-0.9879995,51.4717],[-0.9873995,51.4702],[-0.9871995,51.4697],[-0.9876995000000002,51.469],[-0.9880995,51.4687],[-0.9885005,51.4686],[-0.9896995,51.4687],[-0.9939995,51.4692],[-0.9966995,51.4693],[-0.9979995,51.4693],[-0.9993995,51.469],[-1.0002,51.469],[-1.002599,51.4685],[-1.006899,51.4676],[-1.011899,51.4667],[-1.0144,51.4663],[-1.0159,51.4663],[-1.018901,51.4672],[-1.0231,51.4692],[-1.0294,51.4725],[-1.0332,51.4749],[-1.0352,51.4759],[-1.0361,51.4769],[-1.0365,51.479],[-1.0365,51.4806],[-1.0358,51.4833],[-1.037199,51.4858],[-1.0394,51.4877],[-1.0419,51.4891],[-1.058501,51.492],[-1.0618,51.4918],[-1.064301,51.4911],[-1.069399,51.4894],[-1.0756,51.488],[-1.0834,51.4869],[-1.0876,51.4869],[-1.0905,51.4874],[-1.0948,51.4888],[-1.0985,51.4904],[-1.100299,51.4916],[-1.101801,51.4928],[-1.1023,51.4935],[-1.103,51.4951],[-1.1036,51.4967],[-1.1052,51.5005],[-1.1077,51.5045],[-1.1088,51.5061],[-1.109599,51.5070],[-1.1128,51.5092],[-1.114599,51.5105],[-1.116001,51.5116],[-1.119501,51.5120],[-1.124799,51.5119],[-1.1273,51.5115],[-1.1293,51.5113],[-1.131001,51.5114],[-1.1329,51.5121],[-1.134799,51.5127],[-1.137001,51.5142],[-1.139199,51.5160],[-1.14,51.5170],[-1.140599,51.5179],[-1.141401,51.5198],[-1.1417,51.5214],[-1.141899,51.5233],[-1.141401,51.5246],[-1.1404,51.5260],[-1.1393,51.528],[-1.1382,51.5291],[-1.1364,51.5319],[-1.135499,51.5342],[-1.136299,51.5391],[-1.1371,51.5421],[-1.1379,51.5426],[-1.139699,51.5435],[-1.142001,51.5433],[-1.147799,51.5416],[-1.150599,51.5405],[-1.1582,51.5371],[-1.1603,51.5363],[-1.167199,51.5349],[-1.1828,51.5317],[-1.1912,51.5305],[-1.196401,51.5298],[-1.201699,51.5293],[-1.2032,51.5302],[-1.204301,51.5315],[-1.204599,51.5327],[-1.204399,51.5337],[-1.2028,51.5363],[-1.2025,51.5375],[-1.2028,51.5378],[-1.2036,51.5383],[-1.205,51.5381],[-1.209,51.5375],[-1.2176,51.5371],[-1.2212,51.5366],[-1.224,51.535],[-1.225299,51.535],[-1.2284,51.5361],[-1.2329,51.5378],[-1.2379,51.5391],[-1.241001,51.5394],[-1.244799,51.5394],[-1.2588,51.5385],[-1.262699,51.5398],[-1.265,51.5411],[-1.2675,51.5449],[-1.269199,51.5459],[-1.2744,51.5469],[-1.2833,51.5489],[-1.2839,51.5494],[-1.2861,51.5525],[-1.2869,51.5531],[-1.2889,51.554],[-1.292899,51.5543],[-1.2976,51.5545],[-1.3024,51.5577],[-1.3046,51.5586],[-1.307299,51.5585],[-1.3138,51.5581],[-1.3218,51.5596],[-1.3236,51.5604],[-1.3249,51.5610],[-1.3257,51.5616],[-1.3262,51.5622],[-1.326699,51.5649],[-1.3272,51.5652],[-1.3284,51.5650],[-1.3291,51.5646],[-1.3306,51.5633],[-1.3325,51.5604],[-1.336401,51.5476],[-1.3369,51.5469],[-1.338099,51.5461],[-1.3401,51.5452],[-1.342,51.5446],[-1.3451,51.5439],[-1.3457,51.5442],[-1.3469,51.5456],[-1.349501,51.5465],[-1.357,51.5473],[-1.3594,51.5489],[-1.364799,51.5528],[-1.3664,51.5527],[-1.3686,51.5521],[-1.3744,51.5505],[-1.3756,51.5501],[-1.376001,51.5494],[-1.3764,51.5458],[-1.378399,51.5434],[-1.383,51.5408],[-1.3844,51.5406],[-1.3904,51.5404],[-1.3923,51.5408],[-1.3937,51.5413],[-1.3953,51.5419],[-1.398,51.5448],[-1.3994,51.5455],[-1.402001,51.5465],[-1.4036,51.5477],[-1.4046,51.5478],[-1.4061,51.5472],[-1.416401,51.5396],[-1.419199,51.5376],[-1.419899,51.5375],[-1.4217,51.5452],[-1.422199,51.5465],[-1.422899,51.5467],[-1.423501,51.5467],[-1.4245,51.5464],[-1.4303,51.5434],[-1.4383,51.5402],[-1.443099,51.5384],[-1.449301,51.5367],[-1.451499,51.5362],[-1.4549,51.5361],[-1.456401,51.5361],[-1.4575,51.5366],[-1.459599,51.5379],[-1.462,51.5394],[-1.4629,51.5389],[-1.463199,51.5373],[-1.4621,51.5335],[-1.461801,51.5305],[-1.4622,51.5301],[-1.4629,51.5299],[-1.4648,51.5297],[-1.4676,51.5297],[-1.472399,51.5311],[-1.476001,51.5335],[-1.4822,51.5346],[-1.4844,51.5349],[-1.4851,51.5353],[-1.4856,51.5361],[-1.4858,51.5382],[-1.486001,51.5411],[-1.4864,51.5415],[-1.4872,51.5421],[-1.4888,51.5433],[-1.4921,51.5452],[-1.494799,51.5465],[-1.498,51.5468],[-1.5028,51.5467],[-1.505,51.5474],[-1.5072,51.549],[-1.5107,51.5511],[-1.511801,51.5513],[-1.5136,51.5514],[-1.5154,51.5511],[-1.5209,51.5501],[-1.529999,51.5481],[-1.5348,51.5479],[-1.537001,51.5488],[-1.5384,51.5496],[-1.5394,51.5515],[-1.542099,51.5525],[-1.548,51.5531],[-1.5538,51.5529],[-1.5556,51.5525],[-1.557999,51.5502],[-1.5654,51.544],[-1.572399,51.5391],[-1.578099,51.5373],[-1.579399,51.5362],[-1.58,51.5353],[-1.5805,51.5332],[-1.582,51.5277],[-1.5886,51.5265],[-1.591401,51.5257],[-1.5955,51.5239],[-1.6019,51.5217],[-1.603901,51.5207],[-1.6049,51.5227],[-1.6078,51.5278],[-1.61,51.533],[-1.6124,51.5362],[-1.618199,51.5411],[-1.6228,51.5448],[-1.626801,51.5497],[-1.6302,51.5517],[-1.632599,51.553],[-1.6351,51.5555],[-1.639199,51.5608],[-1.643399,51.5665],[-1.646899,51.5718],[-1.6511,51.5753],[-1.6523,51.5757],[-1.654,51.5756],[-1.659301,51.5743],[-1.671401,51.5707],[-1.674399,51.5704],[-1.6768,51.5709],[-1.680099,51.5726],[-1.6842,51.5756],[-1.687299,51.5794],[-1.687999,51.5815],[-1.687999,51.5824],[-1.6863,51.5836],[-1.681499,51.5862],[-1.6811,51.5871],[-1.6818,51.5877],[-1.6832,51.5884],[-1.6833,51.5903],[-1.683599,51.5931],[-1.6847,51.5972],[-1.686601,51.6025],[-1.686601,51.6049],[-1.6862,51.6056],[-1.684399,51.6064],[-1.6802,51.6077],[-1.677099,51.6098],[-1.6702,51.6129],[-1.667199,51.6135],[-1.6652,51.6152],[-1.664101,51.6165],[-1.664199,51.6173],[-1.668,51.6206],[-1.6684,51.6227],[-1.6681,51.6247],[-1.667199,51.6285],[-1.6666,51.6296],[-1.6651,51.6300],[-1.661401,51.6304],[-1.659999,51.6310],[-1.659101,51.6329],[-1.659199,51.6337],[-1.6603,51.6355],[-1.6633,51.6396],[-1.6648,51.6414],[-1.6667,51.6419],[-1.6709,51.6422],[-1.6724,51.6429],[-1.6763,51.646],[-1.6784,51.6482],[-1.6817,51.6511],[-1.683501,51.6517],[-1.689399,51.6518],[-1.692999,51.6516],[-1.693599,51.6521],[-1.6941,51.6533],[-1.694301,51.6541],[-1.693599,51.6546],[-1.6883,51.6561],[-1.687199,51.6568],[-1.6871,51.6586],[-1.6877,51.6606],[-1.6905,51.6637],[-1.695,51.6677],[-1.700199,51.6705],[-1.7018,51.6718],[-1.7018,51.6726],[-1.701499,51.6728],[-1.6978,51.6724],[-1.696499,51.6722],[-1.695799,51.6728],[-1.6954,51.6755],[-1.6953,51.677],[-1.6948,51.6775],[-1.6924,51.6781],[-1.6913,51.6787],[-1.692001,51.6799],[-1.693599,51.6815],[-1.6939,51.6823],[-1.6933,51.6830],[-1.690899,51.6844],[-1.689399,51.6862],[-1.6868,51.6878],[-1.683599,51.6890],[-1.6799,51.6892],[-1.677899,51.6884],[-1.676601,51.6873],[-1.6755,51.6856],[-1.674399,51.6844],[-1.6732,51.6830],[-1.670799,51.6821],[-1.669101,51.6814],[-1.666401,51.6807],[-1.6639,51.6814],[-1.662199,51.6813],[-1.6601,51.6812],[-1.6552,51.6814],[-1.6532,51.6818],[-1.6503,51.682],[-1.649999,51.6825],[-1.6483,51.6849],[-1.6488,51.6853],[-1.6502,51.6858],[-1.6522,51.6882],[-1.6524,51.6915],[-1.6536,51.6942],[-1.6554,51.6959],[-1.657699,51.6972],[-1.6617,51.6979],[-1.6626,51.6981],[-1.6689,51.7003],[-1.6763,51.7057],[-1.6813,51.7089],[-1.6833,51.7105],[-1.6848,51.7122],[-1.6871,51.7177],[-1.691,51.7218],[-1.6927,51.7233],[-1.6927,51.7242],[-1.691601,51.7256],[-1.6868,51.7282],[-1.6849,51.7293],[-1.6842,51.731],[-1.684,51.7348],[-1.685199,51.7401],[-1.686499,51.7428],[-1.689999,51.746],[-1.6912,51.7472],[-1.692001,51.749],[-1.692299,51.7531],[-1.693599,51.7566],[-1.6967,51.7618],[-1.697299,51.7634],[-1.6962,51.7666],[-1.696001,51.7689],[-1.697999,51.7709],[-1.7029,51.7746],[-1.7135,51.7806],[-1.717299,51.7831],[-1.7172,51.7838],[-1.7156,51.7845],[-1.7013,51.7901],[-1.6954,51.7926],[-1.692199,51.7935],[-1.6889,51.795],[-1.6856,51.7972],[-1.6796,51.8034],[-1.676401,51.8079],[-1.6745,51.8148],[-1.674301,51.8163],[-1.675099,51.8168],[-1.6768,51.8170],[-1.6788,51.8182],[-1.6804,51.8200],[-1.680799,51.8217],[-1.682199,51.8268],[-1.684101,51.8346],[-1.683599,51.837],[-1.6825,51.8393],[-1.6775,51.846],[-1.674999,51.8501],[-1.6746,51.8526],[-1.6761,51.855],[-1.6768,51.8582],[-1.6776,51.8602],[-1.681,51.8619],[-1.6856,51.863],[-1.6856,51.8642],[-1.6849,51.8654],[-1.6832,51.8671],[-1.681,51.8688],[-1.676,51.8705],[-1.671401,51.8746],[-1.6674,51.8762],[-1.664999,51.8777],[-1.6652,51.8798],[-1.6648,51.8849],[-1.662699,51.8868],[-1.6603,51.8885],[-1.6604,51.8958],[-1.6576,51.8971],[-1.6559,51.8976],[-1.649199,51.896],[-1.644799,51.8950],[-1.639899,51.8955],[-1.636801,51.8968],[-1.633501,51.8984],[-1.6329,51.9005],[-1.633999,51.9034],[-1.6324,51.9095],[-1.633299,51.9121],[-1.6337,51.9127],[-1.6344,51.913],[-1.638,51.9135],[-1.642001,51.9145],[-1.6422,51.9151],[-1.642099,51.9154],[-1.640599,51.9175],[-1.640599,51.9209],[-1.642699,51.923],[-1.642799,51.9237],[-1.6425,51.9242],[-1.6404,51.9254],[-1.6288,51.9325],[-1.6202,51.9362],[-1.615,51.9381],[-1.614699,51.9386],[-1.6188,51.9426],[-1.623901,51.9482],[-1.6292,51.9541],[-1.632699,51.9564],[-1.640499,51.9586],[-1.646801,51.9598],[-1.6575,51.9623],[-1.6611,51.964],[-1.662099,51.9658],[-1.6633,51.9708],[-1.666299,51.974],[-1.666299,51.9754],[-1.6654,51.9784],[-1.6632,51.9826],[-1.662199,51.9863],[-1.6538,51.9832],[-1.646001,51.9798],[-1.6411,51.9774],[-1.633,51.9733],[-1.621899,51.9658],[-1.618701,51.9631],[-1.614599,51.9578],[-1.6135,51.9567],[-1.6124,51.9565],[-1.611001,51.957],[-1.608199,51.9586],[-1.605399,51.9604],[-1.598099,51.9643],[-1.5949,51.9662],[-1.5898,51.9702],[-1.592399,51.9725],[-1.599,51.976],[-1.598099,51.9767],[-1.5934,51.9753],[-1.5885,51.9742],[-1.5849,51.9732],[-1.5813,51.9725],[-1.5792,51.9726],[-1.5769,51.9732],[-1.561601,51.976],[-1.549199,51.9794],[-1.5484,51.9796],[-1.5483,51.9801],[-1.5483,51.9812],[-1.548599,51.9822],[-1.553599,51.9884],[-1.554399,51.9894],[-1.5547,51.9901],[-1.5548,51.9906],[-1.5546,51.9913],[-1.554101,51.9918],[-1.552899,51.9926],[-1.5489,51.9939],[-1.5452,51.9952],[-1.5389,51.9970],[-1.5344,51.9957],[-1.531299,51.9942],[-1.528,51.9925],[-1.526299,51.9918],[-1.5246,51.9917],[-1.5224,51.9926],[-1.5203,51.9958],[-1.5203,51.9981],[-1.521401, 52.0011],[-1.5211, 52.0044],[-1.52, 52.0071],[-1.518901, 52.0095],[-1.5151, 52.0165],[-1.510599, 52.0239],[-1.5064, 52.0306],[-1.503901, 52.0388],[-1.502499, 52.0418],[-1.5021, 52.0429],[-1.5022, 52.0446],[-1.502599, 52.047],[-1.5021, 52.0488],[-1.501001, 52.0508],[-1.497599, 52.0539],[-1.4959, 52.0580],[-1.495, 52.0601],[-1.4964, 52.0630],[-1.497001, 52.0654],[-1.497499, 52.0739],[-1.491201, 52.0749],[-1.488999, 52.076],[-1.488901, 52.0811],[-1.4877, 52.0856],[-1.486601, 52.0877],[-1.483199, 52.0881],[-1.482399, 52.0912],[-1.486099, 52.0932],[-1.4857, 52.0944],[-1.483, 52.0952],[-1.4794, 52.0941],[-1.476801, 52.1041],[-1.4741, 52.103],[-1.4713, 52.1015],[-1.4677, 52.0986],[-1.4656, 52.0979],[-1.4615, 52.0976],[-1.456401, 52.0983],[-1.453799, 52.0985],[-1.4499, 52.0977],[-1.4476, 52.0973],[-1.444501, 52.0979],[-1.444, 52.0988],[-1.446001, 52.1017],[-1.446499, 52.1031],[-1.4462, 52.1055],[-1.447199, 52.1078],[-1.4512, 52.1134],[-1.448799, 52.1144],[-1.4453, 52.1159],[-1.437001, 52.1162],[-1.431201, 52.1172],[-1.4277, 52.1174],[-1.424999, 52.1176],[-1.421201, 52.1171],[-1.418, 52.1167],[-1.416201, 52.1160],[-1.4044, 52.1122],[-1.403501, 52.1092],[-1.4022, 52.1064],[-1.401, 52.1035],[-1.396299, 52.1009],[-1.3888, 52.0988],[-1.377699, 52.0955],[-1.3759, 52.0972],[-1.3736, 52.0988],[-1.372001, 52.0998],[-1.358199, 52.1021],[-1.3577, 52.105],[-1.3677, 52.1122],[-1.3743, 52.1175],[-1.375499, 52.1177],[-1.384699, 52.1152],[-1.39, 52.1158],[-1.392001, 52.1192],[-1.3881, 52.1242],[-1.381299, 52.1294],[-1.365399, 52.1373],[-1.3634, 52.1382],[-1.3565, 52.1341],[-1.354501, 52.1329],[-1.351601, 52.1319],[-1.3491, 52.1317],[-1.3473, 52.1322],[-1.346801, 52.1333],[-1.346601, 52.1373],[-1.348199, 52.1409],[-1.3472, 52.1426],[-1.3434, 52.1429],[-1.342, 52.1448],[-1.3398, 52.1561],[-1.338099, 52.1586],[-1.3319, 52.159],[-1.329501, 52.1708],[-1.329, 52.17],[-1.3277, 52.1684],[-1.317899, 52.1564],[-1.314399, 52.1526],[-1.3134, 52.1516],[-1.310799, 52.1506],[-1.3084, 52.1486],[-1.3069, 52.1476],[-1.3059, 52.1468],[-1.3055, 52.1462],[-1.3052, 52.144],[-1.3005, 52.14],[-1.295699, 52.1362],[-1.2866, 52.1282],[-1.2808, 52.1231],[-1.277001, 52.1193],[-1.2758, 52.1174],[-1.274799, 52.1160],[-1.271899, 52.1134],[-1.269899, 52.1124],[-1.2636, 52.1101],[-1.255599, 52.1064],[-1.253399, 52.1049],[-1.251201, 52.103],[-1.246899, 52.0972],[-1.246601, 52.0961],[-1.2487, 52.0963],[-1.2536, 52.097],[-1.2608, 52.0982],[-1.2667, 52.0992],[-1.2687, 52.0992],[-1.2732, 52.0976],[-1.274199, 52.0968],[-1.275699, 52.096],[-1.2774, 52.095],[-1.280599, 52.0938],[-1.2833, 52.0925],[-1.2845, 52.0923],[-1.2882, 52.0929],[-1.2897, 52.0927],[-1.294399, 52.0915],[-1.296401, 52.091],[-1.2984, 52.0911],[-1.3005, 52.0913],[-1.302001, 52.0915],[-1.3052, 52.0915],[-1.3096, 52.0916],[-1.3105, 52.0915],[-1.314101, 52.0911],[-1.315099, 52.0909],[-1.3161, 52.0906],[-1.3175, 52.0901],[-1.317999, 52.0897],[-1.318599, 52.0891],[-1.319301, 52.0881],[-1.319501, 52.0875],[-1.319501, 52.0868],[-1.319399, 52.0858],[-1.3192, 52.0846],[-1.318501, 52.0825],[-1.317899, 52.0805],[-1.310899, 52.08],[-1.304301, 52.0798],[-1.298, 52.0753],[-1.2983, 52.0749],[-1.300699, 52.074],[-1.3046, 52.0725],[-1.305799, 52.0716],[-1.3055, 52.0709],[-1.3046, 52.0707],[-1.301601, 52.0707],[-1.2997, 52.0707],[-1.297799, 52.0700],[-1.2977, 52.0695],[-1.297799, 52.0678],[-1.2983, 52.0665],[-1.298501, 52.0660],[-1.299999, 52.0648],[-1.300699, 52.0645],[-1.301601, 52.0642],[-1.302999, 52.0643],[-1.3061, 52.0648],[-1.306601, 52.0645],[-1.308701, 52.0625],[-1.3089, 52.0615],[-1.3076, 52.0561],[-1.307899, 52.0552],[-1.3139, 52.0458],[-1.314, 52.0453],[-1.3133, 52.0446],[-1.311499, 52.0442],[-1.309399, 52.0437],[-1.307199, 52.0428],[-1.3034, 52.0422],[-1.2974, 52.0411],[-1.295799, 52.0404],[-1.294101, 52.0393],[-1.293599, 52.0388],[-1.2945, 52.0376],[-1.2945, 52.0368],[-1.294199, 52.0361],[-1.2918, 52.0322],[-1.2918, 52.0317],[-1.297099, 52.0293],[-1.296, 52.0271],[-1.294101, 52.0259],[-1.2904, 52.0252],[-1.2889, 52.0246],[-1.2881, 52.0234],[-1.287699, 52.0214],[-1.287001, 52.0203],[-1.2847, 52.0181],[-1.2815, 52.0145],[-1.2817, 52.0141],[-1.282099, 52.0134],[-1.2846, 52.0104],[-1.285599, 52.0093],[-1.2858, 52.0090],[-1.285599, 52.0088],[-1.2824, 52.0075],[-1.2797, 52.0066],[-1.2794, 52.0064],[-1.279199, 52.0060],[-1.279301, 52.0054],[-1.279799, 52.0027],[-1.279999, 52.0011],[-1.2797,51.9999],[-1.2796,51.9988],[-1.279999,51.9973],[-1.2837,51.9967],[-1.2839,51.9963],[-1.2847,51.9958],[-1.2847,51.9948],[-1.284199,51.9940],[-1.2837,51.9929],[-1.2837,51.9917],[-1.2839,51.9905],[-1.2822,51.9879],[-1.2804,51.9853],[-1.278,51.9834],[-1.276401,51.983],[-1.2736,51.9826],[-1.27,51.9826],[-1.2661,51.9818],[-1.2617,51.9806],[-1.258399,51.9808],[-1.252699,51.9827],[-1.247599,51.9856],[-1.2443,51.9868],[-1.241601,51.987],[-1.236899,51.9844],[-1.232,51.983],[-1.2291,51.9818],[-1.2259,51.9809],[-1.2221,51.9804],[-1.212999,51.979],[-1.208701,51.978],[-1.198099,51.9769],[-1.1928,51.9766],[-1.187999,51.9804],[-1.1854,51.9811],[-1.180099,51.9817],[-1.178501,51.9817],[-1.1763,51.9827],[-1.1717,51.9856],[-1.1632,51.9910],[-1.159999,51.9923],[-1.154999,51.9925],[-1.1502,51.9936],[-1.147799,51.9947],[-1.1465,51.9957],[-1.1451,51.9964],[-1.144101,51.9966],[-1.1401,51.9966],[-1.1372,51.9966],[-1.1357,51.9969],[-1.134699,51.9976],[-1.133, 52.0005],[-1.1307, 52.0040],[-1.1296, 52.0050],[-1.128299, 52.0057],[-1.1267, 52.0065],[-1.1252, 52.0077],[-1.1235, 52.0106],[-1.1229, 52.0117],[-1.122599, 52.0122],[-1.1177, 52.0161],[-1.114101, 52.0154],[-1.1078, 52.0145],[-1.0978, 52.013],[-1.096801, 52.0137],[-1.0958, 52.0139],[-1.0922, 52.0138],[-1.091601, 52.0135],[-1.0898, 52.0116],[-1.0862, 52.0084],[-1.087299, 52.0059],[-1.0856, 52.0050],[-1.083701, 52.0050],[-1.0822, 52.0057],[-1.0797, 52.0071],[-1.0778, 52.0084],[-1.077, 52.0085],[-1.075899, 52.0082],[-1.0754, 52.0075],[-1.0746, 52.0068],[-1.074, 52.0064],[-1.073099, 52.0061],[-1.072199, 52.0060],[-1.0705, 52.0060],[-1.069, 52.0064],[-1.066601, 52.0071],[-1.0649, 52.0080],[-1.0633, 52.0086],[-1.062001, 52.0086],[-1.061, 52.0084],[-1.060199, 52.0081],[-1.059501, 52.0076],[-1.0576, 52.0055],[-1.0569, 52.0047],[-1.0552, 52.0034],[-1.0533, 52.0023],[-1.0519, 52.0012],[-1.0517, 52.0007],[-1.0519, 52.0000],[-1.052199,51.9997],[-1.054,51.9987],[-1.0621,51.9936],[-1.068501,51.9888],[-1.070899,51.9866],[-1.076001,51.9822],[-1.0784,51.9796],[-1.080099,51.9764],[-1.081699,51.9747],[-1.0849,51.9716],[-1.0884,51.9679],[-1.0927,51.9619],[-1.0941,51.9586],[-1.093799,51.9578],[-1.089599,51.9561],[-1.0812,51.9514],[-1.0784,51.9493],[-1.0783,51.9466],[-1.080199,51.9452],[-1.0804,51.9443],[-1.080199,51.9435],[-1.078501,51.9431],[-1.076699,51.9429],[-1.0753,51.9432],[-1.070199,51.946],[-1.066401,51.9476],[-1.061499,51.9487],[-1.0578,51.949],[-1.056601,51.9488],[-1.055699,51.9481],[-1.0548,51.9472],[-1.054999,51.9464],[-1.0559,51.9440],[-1.0584,51.9397],[-1.061,51.9364],[-1.062999,51.9356],[-1.0663,51.9349],[-1.0692,51.9345],[-1.073501,51.9335],[-1.0776,51.9337],[-1.0797,51.9329],[-1.0804,51.9323],[-1.0804,51.9318],[-1.078099,51.9316],[-1.0771,51.9314],[-1.0775,51.9303],[-1.0779,51.9297],[-1.0784,51.9293],[-1.080199,51.9293],[-1.0805,51.9288],[-1.080899,51.9244],[-1.0832,51.9244],[-1.0836,51.9241],[-1.0848,51.9239],[-1.085199,51.9224],[-1.0818,51.9202],[-1.080799,51.9187],[-1.0799,51.9138],[-1.081601,51.9066],[-1.0828,51.8994],[-1.085299,51.8966],[-1.087999,51.8952],[-1.087999,51.8947],[-1.084301,51.8933],[-1.078701,51.8918],[-1.076401,51.89],[-1.0768,51.8887],[-1.0768,51.888],[-1.0761,51.8871],[-1.072999,51.8872],[-1.0718,51.8878],[-1.0713,51.8877],[-1.0712,51.8868],[-1.070099,51.8854],[-1.070199,51.8849],[-1.073099,51.8828],[-1.0746,51.8811],[-1.0746,51.8793],[-1.0697,51.8767],[-1.0639,51.8703],[-1.061401,51.868],[-1.061601,51.8593],[-1.0627,51.8562],[-1.0639,51.8546],[-1.064,51.8527],[-1.0612,51.8498],[-1.061499,51.848],[-1.060799,51.8467],[-1.0546,51.8441],[-1.0526,51.8418],[-1.048,51.8395],[-1.048701,51.8388],[-1.056401,51.837],[-1.063599,51.8332],[-1.070099,51.8314],[-1.0777,51.83],[-1.0836,51.8322],[-1.0912,51.8367],[-1.115499,51.8431],[-1.119699,51.8451],[-1.120399,51.845],[-1.1214,51.8444],[-1.1231,51.8434],[-1.1243,51.8425],[-1.1253,51.8405],[-1.1259,51.8401],[-1.126601,51.8398],[-1.1303,51.8386],[-1.136001,51.8361],[-1.137599,51.835],[-1.137599,51.8345],[-1.1373,51.8339],[-1.1287,51.8304],[-1.1263,51.8291],[-1.1201,51.8234],[-1.112599,51.8185],[-1.111899,51.8179],[-1.1114,51.8173],[-1.1114,51.8168],[-1.113701,51.8155],[-1.1157,51.8150],[-1.118,51.8144],[-1.1201,51.8131],[-1.1213,51.8120],[-1.121601,51.8116],[-1.1224,51.8096],[-1.122599,51.8083],[-1.121899,51.8069],[-1.1184,51.8042],[-1.118199,51.8017],[-1.118299,51.8002],[-1.1185,51.8],[-1.1202,51.7992],[-1.1207,51.7988],[-1.1214,51.7983],[-1.1224,51.7971],[-1.122699,51.7965],[-1.122699,51.796],[-1.1224,51.795],[-1.121801,51.7941],[-1.119501,51.7925],[-1.119699,51.7922],[-1.120499,51.7916],[-1.1217,51.7905],[-1.1229,51.7887],[-1.1228,51.788],[-1.1209,51.7872],[-1.116099,51.7869],[-1.114799,51.7866],[-1.1128,51.7852],[-1.1042,51.7823],[-1.1005,51.7818],[-1.0877,51.784],[-1.0829,51.7832],[-1.0792,51.781],[-1.0791,51.7769],[-1.0791,51.7761],[-1.081601,51.7730],[-1.0827,51.7719],[-1.0827,51.7708],[-1.081001,51.7693],[-1.0805,51.7682],[-1.0815,51.7666],[-1.0825,51.7640],[-1.082999,51.7609],[-1.0828,51.7581],[-1.0822,51.7572],[-1.0815,51.7570],[-1.0807,51.7575],[-1.0797,51.7580],[-1.0771,51.7581],[-1.0748,51.7579],[-1.0725,51.7576],[-1.070199,51.7566],[-1.0669,51.7544],[-1.0647,51.7535],[-1.0613,51.7529],[-1.059301,51.7527],[-1.057099,51.7525],[-1.055799,51.7522],[-1.0548,51.7515],[-1.0423,51.7474],[-1.0366,51.7470],[-1.032799,51.7476],[-1.031201,51.7496],[-1.032099,51.7517],[-1.032699,51.7532],[-1.032799,51.7548],[-1.032699,51.7559],[-1.032099,51.7565],[-1.031201,51.7569],[-1.029999,51.7571],[-1.0286,51.7568],[-1.0275,51.7564],[-1.026299,51.7553],[-1.024799,51.7544],[-1.023399,51.7537],[-1.021001,51.7535],[-1.0197,51.7535],[-1.017799,51.7540],[-1.0166,51.7539],[-1.0137,51.7540],[-1.010599,51.7542],[-1.007599,51.7545],[-1.0057,51.7545],[-1.0029,51.7542],[-0.9995995,51.7572],[-0.9987005,51.7573],[-0.9845005,51.7543],[-0.9795995,51.7538],[-0.9779995,51.7553],[-0.9774995,51.7600],[-0.9768995,51.7618],[-0.9755995,51.7624],[-0.9710995,51.7616],[-0.9427995,51.7544],[-0.9351995000000002,51.7521],[-0.9332995,51.7517],[-0.9323995000000003,51.7513],[-0.9297995,51.7482],[-0.9291995,51.7465],[-0.9281995,51.7466],[-0.9271995,51.7468],[-0.9252995000000003,51.7476],[-0.9237995,51.7482],[-0.9231995,51.7482],[-0.9221995,51.7475],[-0.9201995,51.7442],[-0.9189995,51.743],[-0.9173995,51.7412],[-0.9151995000000002,51.7392],[-0.9112995,51.739],[-0.9089995,51.739],[-0.9071995,51.738],[-0.9037005,51.735],[-0.8975995,51.7294],[-0.8935995,51.7268],[-0.8910005,51.7246],[-0.8893005,51.7199],[-0.8875995,51.7156],[-0.8876995,51.7146],[-0.8885995,51.7118],[-0.8897995000000002,51.7090],[-0.8899995,51.7083],[-0.8868995,51.7060],[-0.8868005,51.7055],[-0.8889995,51.7009],[-0.8927995,51.6961],[-0.8927995,51.6946],[-0.8925995,51.6935],[-0.8826995000000002,51.6869],[-0.8799995000000002,51.6846],[-0.8793995,51.6830],[-0.8791995,51.6822],[-0.8791995,51.6816],[-0.8793995,51.6814],[-0.8847995,51.6815],[-0.8855995,51.6812],[-0.8871995,51.6803],[-0.8935995,51.6763],[-0.8929995,51.676],[-0.8846995,51.6749],[-0.8816005,51.6742],[-0.8799995000000002,51.6736],[-0.8791995,51.6732],[-0.8774995,51.671],[-0.8773995,51.6698],[-0.8775995000000002,51.6695],[-0.8783995,51.6692],[-0.8812995000000002,51.6692],[-0.8885995,51.669],[-0.8958995000000002,51.6717],[-0.9045005000000002,51.6743],[-0.9073995,51.6755],[-0.9107995000000002,51.6751],[-0.9160005,51.6736],[-0.9181995,51.6702],[-0.9212995000000002,51.6669],[-0.9228995,51.6656],[-0.9270005,51.6663],[-0.9287005,51.6663],[-0.9301995,51.6659],[-0.9300995000000002,51.6654],[-0.9285995,51.6648],[-0.9268005,51.6644],[-0.9257995,51.664],[-0.9241995,51.6609],[-0.9235995,51.6604],[-0.9206995,51.6587],[-0.9204995,51.6579],[-0.9205995,51.6575],[-0.9208995,51.6571],[-0.9229995000000002,51.6553],[-0.9257995,51.6531],[-0.9276995000000002,51.6514],[-0.9310995,51.6507],[-0.9337995000000002,51.6510],[-0.9396995,51.6541],[-0.9410995,51.6542],[-0.9435005,51.6538],[-0.9445995000000003,51.6534],[-0.9455995,51.6528],[-0.9457995,51.6523],[-0.9457995,51.6518],[-0.9430995,51.6485],[-0.9421995,51.6474],[-0.9414005,51.6463],[-0.9387005000000002,51.644],[-0.9371995,51.6428],[-0.9337995000000002,51.6392],[-0.9326995,51.6373],[-0.9329995,51.6369],[-0.9418005,51.6338],[-0.9427995,51.6320],[-0.9437005000000002,51.6307],[-0.9445995000000003,51.6302],[-0.9464995,51.6300],[-0.9470995,51.6292],[-0.9475995,51.6274],[-0.9481995,51.6245],[-0.9483995000000002,51.6238],[-0.9460995,51.6207],[-0.9439995,51.6187],[-0.9429995,51.6184],[-0.9385995,51.6185],[-0.9374995000000003,51.6181],[-0.9370995,51.6173],[-0.9372995,51.6158],[-0.9398995000000002,51.6131],[-0.9414995,51.6121],[-0.9424995,51.6103],[-0.9420995,51.6096],[-0.9407995,51.608],[-0.9412995000000002,51.6059],[-0.9414995,51.6053],[-0.9412995000000002,51.6049],[-0.9410005000000002,51.6044],[-0.9402995,51.6043],[-0.9356995,51.604],[-0.9323995000000003,51.6034],[-0.9297995,51.6035],[-0.9255995,51.6041],[-0.9230995,51.6047],[-0.9218995,51.6048],[-0.9206995,51.6049],[-0.9176995,51.6038],[-0.9166005000000003,51.6028],[-0.9160005,51.6021],[-0.9151995000000002,51.6007],[-0.9150995,51.6],[-0.9162005,51.5981],[-0.9196995,51.5949],[-0.9245995,51.5917],[-0.9260995,51.5909],[-0.9279995,51.5901],[-0.9371995,51.5876],[-0.9375995,51.5868],[-0.9362995,51.5813],[-0.9362005,51.5764],[-0.9357995,51.5740],[-0.9341005,51.5715],[-0.9227995,51.5673],[-0.9208995,51.5663],[-0.9154995000000002,51.563],[-0.9118005,51.5597],[-0.9103995,51.5589],[-0.9082995,51.5581],[-0.9070005,51.5577],[-0.9050995,51.5576],[-0.9012995,51.5575],[-0.9005995,51.5572],[-0.9005995,51.5567],[-0.9014995,51.5553],[-0.9018995,51.5537],[-0.9021995,51.5517],[-0.9022995,51.5483],[-0.9020995,51.5479],[-0.9016995,51.5474],[-0.9003995,51.5465],[-0.8966005,51.5456],[-0.8980995,51.5441],[-0.8985995000000002,51.5435],[-0.8989995,51.5425],[-0.8991995,51.5418],[-0.8993005,51.5413],[-0.8997995,51.5377],[-0.8996995,51.5367],[-0.8985005,51.5353],[-0.8968995,51.5336],[-0.8939995,51.5307],[-0.8935005,51.5304],[-0.8930995,51.5302],[-0.8924995000000002,51.5299],[-0.8887995000000002,51.5303],[-0.8866005,51.5295],[-0.8843005,51.5271],[-0.8795005,51.5221],[-0.8789995000000002,51.5211],[-0.8789995000000002,51.5196],[-0.8795995,51.5186],[-0.8801995,51.5174],[-0.8810005,51.5159],[-0.8812005,51.5147],[-0.8814005000000003,51.5129],[-0.8810005,51.5119],[-0.8799995000000002,51.5110],[-0.8775995000000002,51.5099],[-0.8746995,51.5088],[-0.8729995,51.5078],[-0.8720005,51.5069],[-0.8716005000000002,51.5057],[-0.8724995,51.5045],[-0.8735995,51.5043],[-0.8753995,51.5041],[-0.8781995,51.5039],[-0.8814005000000003,51.5035],[-0.8841995,51.5021],[-0.8910995000000003,51.4983],[-0.8926995,51.4973],[-0.8939995,51.4958],[-0.8950995,51.4937],[-0.8962005,51.4905],[-0.8970005000000002,51.4891],[-0.8981995,51.4877],[-0.8991995,51.4871],[-0.9000995,51.4867],[-0.9024995,51.4862],[-0.9049995,51.4855],[-0.9078995,51.4841],[-0.9095005000000002,51.483],[-0.9102995,51.4824],[-0.9106995,51.4821],[-0.9112005,51.4816],[-0.9114995,51.4806],[-0.9116995,51.4797],[-0.9120005,51.4793],[-0.9132995,51.4789],[-0.9145995,51.4789],[-0.9153995,51.4786],[-0.9166995,51.4769],[-0.9170995,51.4763],[-0.9175995,51.4751],[-0.9180995,51.4733],[-0.9187005,51.472],[-0.9200995,51.4695],[-0.9206995,51.4693],[-0.9221995,51.469],[-0.9270005,51.4691],[-0.9287005,51.4689],[-0.9303995000000002,51.4681],[-0.9320005,51.4663],[-0.9332995,51.4650],[-0.9366995,51.4633],[-0.9399995,51.4618],[-0.9422995000000002,51.461],[-0.9437995,51.4607],[-0.9451995,51.4606],[-0.9466995,51.4605],[-0.9473995000000002,51.4607],[-0.9482995,51.4611],[-0.9491995,51.4615],[-0.9501995,51.4620],[-0.9505995,51.4678],[-0.9505995,51.469],[-0.9510995,51.4704]]]]}, properties:{name:"Oxfordshire"}}, {type:"Feature", geometry:{type:"MultiPolygon", coordinates:[[[[-2.435899, 52.6147],[-2.4353, 52.6153],[-2.434, 52.6168],[-2.4366, 52.6187],[-2.4368, 52.6227],[-2.4361, 52.6256],[-2.4354, 52.6273],[-2.4254, 52.6299],[-2.4182, 52.6325],[-2.4152, 52.6394],[-2.4152, 52.6454],[-2.4179, 52.6452],[-2.419899, 52.6458],[-2.4185, 52.6489],[-2.4149, 52.6608],[-2.4138, 52.6658],[-2.4126, 52.6683],[-2.410899, 52.6723],[-2.4073, 52.6766],[-2.4061, 52.6788],[-2.405499, 52.6825],[-2.4052, 52.6833],[-2.402499, 52.6850],[-2.402, 52.6853],[-2.4031, 52.6881],[-2.4052, 52.6944],[-2.4047, 52.6947],[-2.4024, 52.6949],[-2.402, 52.6953],[-2.4021, 52.6994],[-2.401201, 52.7026],[-2.3975, 52.7073],[-2.3985, 52.7093],[-2.395099, 52.7121],[-2.3918, 52.7158],[-2.3898, 52.7201],[-2.3885, 52.7222],[-2.3838, 52.727],[-2.38, 52.7322],[-2.377001, 52.7380],[-2.375, 52.7401],[-2.369301, 52.7397],[-2.368999, 52.7383],[-2.3675, 52.7370],[-2.367001, 52.7347],[-2.362299, 52.7334],[-2.357599, 52.7327],[-2.3539, 52.7322],[-2.3501, 52.7318],[-2.344399, 52.7322],[-2.337199, 52.7331],[-2.336601, 52.7331],[-2.3362, 52.7320],[-2.3354, 52.7311],[-2.3316, 52.7308],[-2.3301, 52.7306],[-2.324899, 52.7313],[-2.3222, 52.7306],[-2.3216, 52.7304],[-2.318399, 52.7318],[-2.3152, 52.7321],[-2.3155, 52.7289],[-2.3135, 52.7245],[-2.3088, 52.7218],[-2.308399, 52.7198],[-2.3159, 52.7134],[-2.3204, 52.7106],[-2.322299, 52.7076],[-2.3217, 52.7041],[-2.317199, 52.6966],[-2.3155, 52.695],[-2.3134, 52.6944],[-2.312099, 52.6943],[-2.3097, 52.6944],[-2.3083, 52.6943],[-2.3057, 52.6886],[-2.30290, 52.6829],[-2.298599, 52.6831],[-2.2888, 52.6823],[-2.2827, 52.6814],[-2.2765, 52.6806],[-2.272599, 52.6804],[-2.2669, 52.6820],[-2.263299, 52.6832],[-2.260499, 52.683],[-2.2567, 52.6822],[-2.252001, 52.6809],[-2.248399, 52.6833],[-2.2476, 52.6835],[-2.246601, 52.6834],[-2.2458, 52.6827],[-2.245399, 52.6812],[-2.243, 52.6806],[-2.2428, 52.6801],[-2.243, 52.6776],[-2.242399, 52.675],[-2.2414, 52.6735],[-2.2384, 52.6708],[-2.237799, 52.6700],[-2.2381, 52.6667],[-2.235399, 52.666],[-2.237999, 52.6615],[-2.235699, 52.6577],[-2.2358, 52.6556],[-2.236099, 52.6527],[-2.233599, 52.6467],[-2.233599, 52.6454],[-2.233, 52.6363],[-2.242899, 52.6269],[-2.2534, 52.6137],[-2.256201, 52.6103],[-2.263799, 52.6113],[-2.2708, 52.6093],[-2.2757, 52.6060],[-2.293299, 52.6058],[-2.2936, 52.6074],[-2.294399, 52.6082],[-2.3053, 52.6072],[-2.3093, 52.6085],[-2.3115, 52.6134],[-2.3148, 52.6147],[-2.319101, 52.6148],[-2.3224, 52.6130],[-2.3253, 52.6070],[-2.3232, 52.5938],[-2.320499, 52.5932],[-2.318, 52.5926],[-2.3094, 52.5919],[-2.303299, 52.5911],[-2.294899, 52.5878],[-2.292799, 52.5857],[-2.2809, 52.5864],[-2.276601, 52.585],[-2.274199, 52.5796],[-2.2702, 52.5767],[-2.265599, 52.5731],[-2.26, 52.5664],[-2.260299, 52.565],[-2.265599, 52.5622],[-2.267999, 52.5613],[-2.27, 52.5601],[-2.271801, 52.5589],[-2.274501, 52.5567],[-2.278901, 52.5536],[-2.262599, 52.5494],[-2.2555, 52.5428],[-2.26, 52.5408],[-2.26500, 52.5368],[-2.2683, 52.5322],[-2.2614, 52.5268],[-2.261899, 52.5252],[-2.286, 52.5139],[-2.293099, 52.5107],[-2.298, 52.5059],[-2.306601, 52.5005],[-2.307499, 52.4985],[-2.3076, 52.4940],[-2.310699, 52.4886],[-2.3092, 52.4850],[-2.3076, 52.4833],[-2.306, 52.4827],[-2.3036, 52.4821],[-2.3025, 52.4816],[-2.294899, 52.4745],[-2.294699, 52.4691],[-2.2913, 52.4674],[-2.288399, 52.461],[-2.286099, 52.455],[-2.2938, 52.4514],[-2.306801, 52.4448],[-2.3094, 52.44],[-2.3099, 52.439],[-2.3113, 52.4384],[-2.314199, 52.4375],[-2.3227, 52.4381],[-2.330199, 52.4373],[-2.3378, 52.4364],[-2.3434, 52.4393],[-2.350199, 52.4394],[-2.3606, 52.4407],[-2.3624, 52.4404],[-2.3631, 52.4397],[-2.3638, 52.4360],[-2.3638, 52.4327],[-2.3634, 52.4297],[-2.3624, 52.4259],[-2.36520, 52.4249],[-2.3663, 52.4232],[-2.3664, 52.4199],[-2.3656, 52.412],[-2.364, 52.4033],[-2.364799, 52.4014],[-2.369501, 52.4029],[-2.370399, 52.4004],[-2.369301, 52.4003],[-2.364799, 52.3989],[-2.358799, 52.3987],[-2.354399, 52.3988],[-2.346299, 52.396],[-2.3434, 52.3946],[-2.3362, 52.392],[-2.332799, 52.3902],[-2.331401, 52.3884],[-2.3315, 52.3871],[-2.3329, 52.3864],[-2.336699, 52.3859],[-2.340199, 52.3862],[-2.346601, 52.387],[-2.3508, 52.3895],[-2.3526, 52.3898],[-2.356601, 52.3889],[-2.358999, 52.3883],[-2.3647, 52.3894],[-2.366601, 52.3892],[-2.3739, 52.3866],[-2.3799, 52.3842],[-2.3849, 52.3851],[-2.393199, 52.3854],[-2.3986, 52.3843],[-2.403199, 52.3832],[-2.404999, 52.3866],[-2.406801, 52.3882],[-2.4086, 52.3888],[-2.410199, 52.3889],[-2.4121, 52.3877],[-2.4138, 52.3855],[-2.4149, 52.3822],[-2.414599, 52.3791],[-2.4115, 52.3731],[-2.4117, 52.3708],[-2.4133, 52.3693],[-2.41880, 52.3683],[-2.423399, 52.367],[-2.425299, 52.3663],[-2.4266, 52.3663],[-2.429699, 52.3673],[-2.432699, 52.3676],[-2.4361, 52.3675],[-2.4417, 52.3689],[-2.4488, 52.3686],[-2.455699, 52.3689],[-2.4597, 52.3684],[-2.4651, 52.3666],[-2.471499, 52.3662],[-2.4753, 52.3658],[-2.487, 52.3649],[-2.488199, 52.3637],[-2.4855, 52.3573],[-2.483799, 52.3542],[-2.482001, 52.3509],[-2.483799, 52.3433],[-2.4768, 52.3397],[-2.481, 52.3358],[-2.48110, 52.334],[-2.486401, 52.3325],[-2.4948, 52.3319],[-2.5057, 52.328],[-2.512199, 52.3283],[-2.51290, 52.3336],[-2.513099, 52.3351],[-2.516201, 52.3381],[-2.5212, 52.3408],[-2.526, 52.3417],[-2.531001, 52.3423],[-2.5376, 52.3433],[-2.5401, 52.3425],[-2.551001, 52.3363],[-2.5571, 52.3334],[-2.561201, 52.3304],[-2.5624, 52.3255],[-2.5631, 52.3236],[-2.564101, 52.3203],[-2.5639, 52.3187],[-2.560899, 52.3161],[-2.557699, 52.3135],[-2.560199, 52.3113],[-2.56170, 52.3118],[-2.572999, 52.3157],[-2.5746, 52.3162],[-2.580699, 52.3151],[-2.5862, 52.3142],[-2.595299, 52.3128],[-2.599699, 52.3122],[-2.603701, 52.3109],[-2.6059, 52.3097],[-2.6098, 52.3069],[-2.61180, 52.306],[-2.6142, 52.3057],[-2.6175, 52.3065],[-2.6215, 52.3087],[-2.6252, 52.3108],[-2.6282, 52.3151],[-2.635099, 52.3239],[-2.643701, 52.3339],[-2.648999, 52.3309],[-2.652499, 52.3324],[-2.664799, 52.3412],[-2.6687, 52.3409],[-2.6717, 52.3377],[-2.674799, 52.3338],[-2.681299, 52.328],[-2.6853, 52.3247],[-2.6866, 52.32],[-2.689101, 52.3194],[-2.693701, 52.3189],[-2.6987, 52.3177],[-2.700799, 52.3168],[-2.7043, 52.3161],[-2.709399, 52.3160],[-2.7176, 52.3113],[-2.719301, 52.3135],[-2.720299, 52.3177],[-2.7225, 52.32],[-2.744699, 52.326],[-2.7535, 52.3282],[-2.76480, 52.3326],[-2.766401, 52.3336],[-2.765399, 52.3354],[-2.7592, 52.3346],[-2.753299, 52.3365],[-2.7476, 52.3351],[-2.7413, 52.3421],[-2.739501, 52.3435],[-2.7328, 52.3448],[-2.732001, 52.3454],[-2.739799, 52.3502],[-2.730299, 52.3559],[-2.7386, 52.3571],[-2.7414, 52.3578],[-2.7471, 52.3592],[-2.763, 52.3597],[-2.7735, 52.3592],[-2.7781, 52.359],[-2.789799, 52.3569],[-2.792001, 52.3568],[-2.7934, 52.3578],[-2.794501, 52.3588],[-2.795, 52.3601],[-2.7946, 52.3616],[-2.7908, 52.3698],[-2.789, 52.3747],[-2.798, 52.3731],[-2.807001, 52.3766],[-2.807899, 52.3802],[-2.808199, 52.3843],[-2.8069, 52.3866],[-2.8053, 52.389],[-2.835299, 52.393],[-2.849101, 52.3959],[-2.853199, 52.3963],[-2.86310, 52.3899],[-2.8678, 52.3884],[-2.8796, 52.3862],[-2.884599, 52.3830],[-2.888901, 52.3738],[-2.89570, 52.3741],[-2.89360, 52.3788],[-2.904799, 52.385],[-2.916899, 52.3866],[-2.919501, 52.3839],[-2.9186, 52.3832],[-2.911601, 52.3811],[-2.913, 52.3807],[-2.9168, 52.3788],[-2.9179, 52.3771],[-2.919399, 52.3749],[-2.9133, 52.3739],[-2.9087, 52.3720],[-2.9036, 52.3708],[-2.9001, 52.3688],[-2.900399, 52.3682],[-2.901099, 52.3680],[-2.90580, 52.3690],[-2.909899, 52.3696],[-2.915499, 52.3687],[-2.920399, 52.3676],[-2.922699, 52.3660],[-2.926899, 52.3631],[-2.933501, 52.3614],[-2.9349, 52.3606],[-2.935499, 52.3594],[-2.930799, 52.3554],[-2.9305, 52.3542],[-2.9305, 52.3538],[-2.9347, 52.3538],[-2.93630, 52.3536],[-2.9353, 52.3523],[-2.9343, 52.3512],[-2.9347, 52.3508],[-2.9402, 52.3503],[-2.9489, 52.3488],[-2.9549, 52.3488],[-2.955199, 52.3495],[-2.955699, 52.3499],[-2.957599, 52.3511],[-2.95880, 52.3514],[-2.9756, 52.3539],[-2.9772, 52.3535],[-2.97880, 52.3524],[-2.98090, 52.3514],[-2.98510, 52.3514],[-2.9877, 52.3516],[-2.99140, 52.3514],[-2.9948, 52.3515],[-2.996099, 52.3514],[-3, 52.3512],[-3.0002, 52.3511],[-3.0012, 52.3504],[-3.002001, 52.35],[-3.00320, 52.3499],[-3.0046, 52.3499],[-3.007299, 52.3498],[-3.008501, 52.3497],[-3.0132, 52.3482],[-3.014899, 52.348],[-3.0213, 52.3476],[-3.025399, 52.347],[-3.03010, 52.3461],[-3.034899, 52.3454],[-3.0383, 52.3456],[-3.0404, 52.3459],[-3.0432, 52.3466],[-3.0473, 52.3474],[-3.050299, 52.348],[-3.051201, 52.3481],[-3.0557, 52.3483],[-3.05690, 52.3487],[-3.058, 52.3491],[-3.05900, 52.3495],[-3.061001, 52.3506],[-3.062599, 52.3513],[-3.062999, 52.3516],[-3.0631, 52.3521],[-3.0632, 52.3527],[-3.0634, 52.3532],[-3.0638, 52.3537],[-3.064199, 52.3541],[-3.0648, 52.3545],[-3.0662, 52.3552],[-3.068599, 52.3562],[-3.0706, 52.3571],[-3.07290, 52.3581],[-3.0748, 52.3588],[-3.07710, 52.3595],[-3.0803, 52.3606],[-3.087399, 52.3626],[-3.08950, 52.3631],[-3.0934, 52.3647],[-3.0955, 52.3680],[-3.0957, 52.3682],[-3.096, 52.3684],[-3.0969, 52.3683],[-3.099, 52.3682],[-3.099301, 52.3682],[-3.09960, 52.3684],[-3.09980, 52.3689],[-3.09980, 52.3695],[-3.09980, 52.3700],[-3.09980, 52.3704],[-3.099999, 52.3727],[-3.100399, 52.3733],[-3.100899, 52.3738],[-3.101201, 52.3739],[-3.102, 52.3742],[-3.103501, 52.3747],[-3.1048, 52.3750],[-3.106601, 52.3759],[-3.108099, 52.3765],[-3.111099, 52.3774],[-3.1154, 52.3784],[-3.118901, 52.3793],[-3.1199, 52.3797],[-3.1215, 52.3804],[-3.123701, 52.3812],[-3.124599, 52.382],[-3.127399, 52.3845],[-3.1285, 52.3851],[-3.128999, 52.3854],[-3.12990, 52.3857],[-3.1308, 52.386],[-3.13220, 52.3863],[-3.134399, 52.3868],[-3.1366, 52.3871],[-3.1431, 52.3876],[-3.1447, 52.3878],[-3.1462, 52.3878],[-3.1475, 52.3879],[-3.1496, 52.3878],[-3.1515, 52.3879],[-3.152499, 52.3886],[-3.153901, 52.3901],[-3.1561, 52.3917],[-3.158099, 52.392],[-3.15850, 52.3927],[-3.15850, 52.3938],[-3.158099, 52.3974],[-3.159101, 52.3984],[-3.160399, 52.3994],[-3.1617, 52.4002],[-3.1642, 52.4013],[-3.1685, 52.4034],[-3.1687, 52.4056],[-3.172699, 52.4073],[-3.173501, 52.4088],[-3.174101, 52.4095],[-3.175699, 52.4102],[-3.1777, 52.4109],[-3.18, 52.4115],[-3.1823, 52.412],[-3.1845, 52.4126],[-3.1849, 52.413],[-3.185699, 52.4138],[-3.1863, 52.414],[-3.190399, 52.4153],[-3.192699, 52.4155],[-3.193599, 52.4158],[-3.1947, 52.4163],[-3.1964, 52.4172],[-3.197299, 52.4177],[-3.1982, 52.4180],[-3.203799, 52.4192],[-3.210099, 52.42],[-3.212199, 52.4206],[-3.2146, 52.4217],[-3.2183, 52.4234],[-3.2191, 52.4255],[-3.2198, 52.4269],[-3.220599, 52.428],[-3.222699, 52.4294],[-3.226401, 52.4306],[-3.227499, 52.4312],[-3.227799, 52.4314],[-3.2281, 52.4321],[-3.2279, 52.4333],[-3.2274, 52.4352],[-3.227099, 52.4372],[-3.2272, 52.4386],[-3.227299, 52.4392],[-3.2276, 52.4399],[-3.227999, 52.4401],[-3.2297, 52.4403],[-3.2304, 52.4406],[-3.231499, 52.4417],[-3.232399, 52.4427],[-3.2334, 52.4439],[-3.233901, 52.4446],[-3.233799, 52.4465],[-3.233599, 52.4473],[-3.2332, 52.4482],[-3.2305, 52.4511],[-3.2279, 52.4533],[-3.2232, 52.4563],[-3.21580, 52.4603],[-3.2142, 52.4626],[-3.211499, 52.4676],[-3.20540, 52.4711],[-3.202899, 52.4719],[-3.2023, 52.4722],[-3.201699, 52.4726],[-3.2007, 52.4733],[-3.199199, 52.4739],[-3.1965, 52.4749],[-3.195499, 52.4757],[-3.1947, 52.4761],[-3.1942, 52.4763],[-3.191499, 52.4765],[-3.1903, 52.4760],[-3.189399, 52.4757],[-3.1868, 52.4751],[-3.183, 52.4742],[-3.181201, 52.4744],[-3.17890, 52.4751],[-3.176001, 52.4763],[-3.1721, 52.4785],[-3.170599, 52.4791],[-3.1649, 52.4804],[-3.163501, 52.481],[-3.161201, 52.4821],[-3.1601, 52.4828],[-3.156001, 52.4859],[-3.151099, 52.4873],[-3.146699, 52.4891],[-3.142699, 52.4902],[-3.137399, 52.4907],[-3.1305, 52.4931],[-3.125799, 52.4930],[-3.122, 52.4926],[-3.1178, 52.4936],[-3.1173, 52.4940],[-3.116601, 52.4947],[-3.115, 52.4958],[-3.111201, 52.498],[-3.1096, 52.4986],[-3.108701, 52.4989],[-3.1071, 52.4992],[-3.1054, 52.4993],[-3.07730, 52.4992],[-3.066099, 52.5007],[-3.062099, 52.5012],[-3.061201, 52.5012],[-3.056401, 52.4994],[-3.051899, 52.4997],[-3.0446, 52.5],[-3.039999, 52.5009],[-3.037499, 52.5015],[-3.034699, 52.5017],[-3.033, 52.5016],[-3.0295, 52.5019],[-3.0288, 52.5020],[-3.028701, 52.5023],[-3.029799, 52.5033],[-3.0332, 52.5044],[-3.033299, 52.5049],[-3.0332, 52.5053],[-3.033, 52.5059],[-3.032001, 52.5078],[-3.0312, 52.5093],[-3.0312, 52.5099],[-3.0314, 52.5102],[-3.03250, 52.5112],[-3.03370, 52.5119],[-3.035399, 52.5127],[-3.0357, 52.5129],[-3.0359, 52.5132],[-3.0359, 52.5137],[-3.0359, 52.5142],[-3.0357, 52.5146],[-3.0355, 52.5148],[-3.035, 52.5151],[-3.032799, 52.5162],[-3.0322, 52.517],[-3.0316, 52.5183],[-3.030499, 52.5202],[-3.0302, 52.5213],[-3.030499, 52.5233],[-3.03040, 52.5237],[-3.0288, 52.5238],[-3.0271, 52.5239],[-3.023299, 52.5242],[-3.020299, 52.5241],[-3.0171, 52.5241],[-3.016001, 52.5239],[-3.0151, 52.5237],[-3.014899, 52.5236],[-3.014101, 52.5219],[-3.0083, 52.521],[-3.006201, 52.5206],[-3.0035, 52.5199],[-3.002899, 52.52],[-3.001801, 52.5205],[-2.9997, 52.5216],[-2.9991, 52.522],[-2.998701, 52.5224],[-2.9986, 52.5233],[-2.998701, 52.5242],[-2.9993, 52.5251],[-3.000299, 52.526],[-3.0023, 52.5277],[-3.003099, 52.5288],[-3.00320, 52.5292],[-3.00320, 52.5297],[-3.003099, 52.5304],[-3.0023, 52.5323],[-3.0021, 52.5332],[-3.002001, 52.5351],[-3.0021, 52.5363],[-3.0021, 52.5369],[-3.001899, 52.5374],[-3.00130, 52.5381],[-3.0006, 52.5388],[-3.0002, 52.5391],[-2.999399, 52.5401],[-2.9983, 52.5419],[-2.9976, 52.5435],[-2.9972, 52.5446],[-2.9965, 52.5469],[-2.9963, 52.5508],[-2.996201, 52.5525],[-2.996401, 52.5541],[-2.9979, 52.5582],[-2.9969, 52.5669],[-2.999799, 52.5685],[-3.0011, 52.5689],[-3.002599, 52.5693],[-3.0037, 52.571],[-3.006099, 52.5731],[-3.007999, 52.5744],[-3.0092, 52.5753],[-3.0106, 52.5759],[-3.01230, 52.5766],[-3.01350, 52.5771],[-3.0144, 52.5771],[-3.015, 52.5769],[-3.0178, 52.5754],[-3.0209, 52.5747],[-3.0253, 52.5739],[-3.027, 52.5734],[-3.030299, 52.5726],[-3.032799, 52.5722],[-3.03460, 52.5717],[-3.035399, 52.5714],[-3.03670, 52.5708],[-3.0404, 52.5686],[-3.043, 52.5674],[-3.044301, 52.5666],[-3.045, 52.5658],[-3.046299, 52.5643],[-3.048399, 52.5623],[-3.0495, 52.5606],[-3.049799, 52.5601],[-3.0504, 52.5597],[-3.054501, 52.5602],[-3.0557, 52.5598],[-3.058399, 52.5578],[-3.0592, 52.5572],[-3.059999, 52.5569],[-3.060699, 52.5569],[-3.062001, 52.5573],[-3.064199, 52.5577],[-3.065799, 52.5571],[-3.068599, 52.5559],[-3.07030, 52.5551],[-3.0738, 52.5539],[-3.0762, 52.5532],[-3.0801, 52.5523],[-3.082799, 52.5519],[-3.086601, 52.5517],[-3.087001, 52.5513],[-3.087001, 52.5503],[-3.0871, 52.55],[-3.087899, 52.5495],[-3.088799, 52.5490],[-3.090699, 52.5480],[-3.091201, 52.5475],[-3.0918, 52.5465],[-3.0922, 52.5455],[-3.092499, 52.5447],[-3.0926, 52.5441],[-3.0924, 52.5437],[-3.092, 52.5434],[-3.0915, 52.5433],[-3.083501, 52.5427],[-3.0822, 52.5425],[-3.0815, 52.5422],[-3.081201, 52.542],[-3.080499, 52.5405],[-3.0801, 52.5393],[-3.081001, 52.5381],[-3.0824, 52.5371],[-3.084, 52.5358],[-3.0852, 52.5348],[-3.0876, 52.5331],[-3.0892, 52.5328],[-3.0908, 52.5327],[-3.0927, 52.5328],[-3.095799, 52.5335],[-3.097001, 52.5334],[-3.097699, 52.5333],[-3.0983, 52.533],[-3.1005, 52.5319],[-3.104, 52.5308],[-3.1096, 52.5302],[-3.114399, 52.5295],[-3.1206, 52.5289],[-3.126, 52.5282],[-3.128799, 52.5275],[-3.131099, 52.5277],[-3.13220, 52.5281],[-3.1329, 52.529],[-3.133399, 52.5307],[-3.13390, 52.5319],[-3.135299, 52.5334],[-3.1354, 52.5338],[-3.135299, 52.5343],[-3.134799, 52.5348],[-3.1329, 52.5358],[-3.131001, 52.5365],[-3.122, 52.5378],[-3.1178, 52.539],[-3.112099, 52.5408],[-3.1113, 52.5415],[-3.110899, 52.5421],[-3.1106, 52.5428],[-3.1106, 52.5436],[-3.111601, 52.5463],[-3.114799, 52.5521],[-3.118099, 52.5567],[-3.121201, 52.5612],[-3.124399, 52.5651],[-3.1263, 52.5672],[-3.1352, 52.5747],[-3.1354, 52.5752],[-3.135799, 52.5766],[-3.1359, 52.578],[-3.13620, 52.5821],[-3.1363, 52.5835],[-3.136499, 52.5841],[-3.1375, 52.5851],[-3.137599, 52.5853],[-3.1375, 52.5855],[-3.137001, 52.5857],[-3.133501, 52.5863],[-3.1307, 52.587],[-3.127001, 52.5875],[-3.125499, 52.5876],[-3.1249, 52.5876],[-3.118799, 52.5856],[-3.118099, 52.5854],[-3.117399, 52.5853],[-3.116499, 52.5854],[-3.1162, 52.5856],[-3.115299, 52.5863],[-3.11390, 52.5876],[-3.1134, 52.5884],[-3.1129, 52.5892],[-3.1126, 52.5898],[-3.112099, 52.5904],[-3.1119, 52.5906],[-3.1115, 52.5908],[-3.1106, 52.5911],[-3.10780, 52.592],[-3.107001, 52.5924],[-3.1063, 52.5929],[-3.1054, 52.5944],[-3.105, 52.5948],[-3.104, 52.5951],[-3.103199, 52.5952],[-3.1022, 52.5953],[-3.091201, 52.5975],[-3.089799, 52.5980],[-3.089101, 52.5983],[-3.088599, 52.5988],[-3.0882, 52.5995],[-3.088399, 52.6007],[-3.088399, 52.6015],[-3.0882, 52.6033],[-3.0894, 52.6057],[-3.0908, 52.6079],[-3.091001, 52.6086],[-3.090899, 52.6092],[-3.0904, 52.6098],[-3.089, 52.6107],[-3.087001, 52.6119],[-3.086401, 52.6127],[-3.0854, 52.6137],[-3.084399, 52.6145],[-3.083501, 52.6150],[-3.0818, 52.6157],[-3.08130, 52.6163],[-3.081201, 52.6204],[-3.081001, 52.6211],[-3.080499, 52.6216],[-3.079999, 52.622],[-3.078599, 52.6231],[-3.075799, 52.6247],[-3.0737, 52.6256],[-3.072999, 52.6259],[-3.072799, 52.626],[-3.072799, 52.6262],[-3.0739, 52.6269],[-3.0741, 52.6271],[-3.074199, 52.6272],[-3.074199, 52.6274],[-3.0741, 52.6276],[-3.0739, 52.6277],[-3.0722, 52.6285],[-3.0683, 52.6302],[-3.0615, 52.63],[-3.06040, 52.6299],[-3.0599, 52.63],[-3.0593, 52.6302],[-3.059101, 52.6304],[-3.05900, 52.6306],[-3.0596, 52.6313],[-3.060699, 52.6324],[-3.0632, 52.6347],[-3.0662, 52.6362],[-3.068099, 52.6369],[-3.0695, 52.6373],[-3.0736, 52.6386],[-3.07520, 52.6393],[-3.077699, 52.6399],[-3.079999, 52.6398],[-3.0817, 52.6401],[-3.081899, 52.6404],[-3.082, 52.6408],[-3.082, 52.6411],[-3.082, 52.6415],[-3.0816, 52.6419],[-3.0808, 52.6425],[-3.079799, 52.6429],[-3.07900, 52.6431],[-3.070199, 52.6446],[-3.0682, 52.6449],[-3.0653, 52.6451],[-3.0625, 52.6463],[-3.059999, 52.6473],[-3.05900, 52.6477],[-3.053999, 52.6483],[-3.0532, 52.6483],[-3.0516, 52.6475],[-3.05080, 52.6473],[-3.050299, 52.6473],[-3.0497, 52.6474],[-3.0493, 52.6476],[-3.0492, 52.6479],[-3.0492, 52.6481],[-3.049599, 52.6491],[-3.0497, 52.6498],[-3.0497, 52.6504],[-3.0493, 52.652],[-3.048901, 52.6533],[-3.048701, 52.6537],[-3.046099, 52.6558],[-3.045, 52.657],[-3.045099, 52.6577],[-3.04590, 52.6584],[-3.046401, 52.6589],[-3.0467, 52.6592],[-3.0469, 52.6597],[-3.047, 52.6604],[-3.0469, 52.6613],[-3.0467, 52.6620],[-3.046099, 52.6632],[-3.0455, 52.6642],[-3.045099, 52.6647],[-3.0436, 52.666],[-3.043, 52.6669],[-3.041699, 52.6711],[-3.0411, 52.6723],[-3.040699, 52.6729],[-3.040499, 52.6732],[-3.040299, 52.6734],[-3.0399, 52.6737],[-3.038701, 52.6744],[-3.038399, 52.6749],[-3.038399, 52.6752],[-3.038901, 52.6754],[-3.040299, 52.6755],[-3.043, 52.6756],[-3.0435, 52.6757],[-3.0438, 52.6759],[-3.0439, 52.6764],[-3.0439, 52.6768],[-3.0438, 52.6770],[-3.042599, 52.6793],[-3.041899, 52.681],[-3.041699, 52.6823],[-3.0416, 52.684],[-3.041699, 52.6856],[-3.042001, 52.6866],[-3.0423, 52.6876],[-3.0427, 52.6884],[-3.043, 52.6888],[-3.043299, 52.689],[-3.0437, 52.6894],[-3.0439, 52.6898],[-3.043999, 52.6904],[-3.043999, 52.6907],[-3.0438, 52.691],[-3.0435, 52.6912],[-3.0422, 52.6916],[-3.0401, 52.692],[-3.038901, 52.6922],[-3.03440, 52.6939],[-3.0335, 52.6952],[-3.0332, 52.6986],[-3.032599, 52.7005],[-3.0286, 52.7029],[-3.02570, 52.7049],[-3.0244, 52.7061],[-3.023, 52.7074],[-3.022399, 52.7081],[-3.020499, 52.7103],[-3.0204, 52.7106],[-3.020499, 52.7112],[-3.0207, 52.7118],[-3.0214, 52.7128],[-3.0225, 52.714],[-3.023, 52.7146],[-3.02360, 52.7154],[-3.023799, 52.7161],[-3.023799, 52.7166],[-3.0237, 52.7172],[-3.0235, 52.7177],[-3.0225, 52.719],[-3.0216, 52.7200],[-3.0208, 52.7208],[-3.020499, 52.7213],[-3.020299, 52.7218],[-3.020499, 52.7235],[-3.020499, 52.7237],[-3.0202, 52.7242],[-3.0199, 52.7244],[-3.0195, 52.7243],[-3.0192, 52.7241],[-3.0186, 52.7232],[-3.01790, 52.7225],[-3.0176, 52.7222],[-3.017299, 52.7221],[-3.016201, 52.722],[-3.0146, 52.722],[-3.01, 52.7225],[-3.0088, 52.7224],[-3.007699, 52.7222],[-3.006201, 52.7218],[-3.0046, 52.7215],[-3.0004, 52.7212],[-2.998701, 52.7215],[-2.9972, 52.7217],[-2.9958, 52.7221],[-2.9944, 52.7230],[-2.993299, 52.7232],[-2.990799, 52.7231],[-2.98720, 52.7234],[-2.9846, 52.7228],[-2.983799, 52.7228],[-2.98320, 52.7231],[-2.981, 52.7246],[-2.9802, 52.7255],[-2.9797, 52.7259],[-2.97900, 52.7259],[-2.978199, 52.7258],[-2.977099, 52.7256],[-2.9767, 52.7253],[-2.976401, 52.725],[-2.975899, 52.7243],[-2.975199, 52.7232],[-2.9749, 52.7224],[-2.974999, 52.7221],[-2.976401, 52.7209],[-2.9766, 52.7206],[-2.977, 52.7198],[-2.977499, 52.7187],[-2.9777, 52.7178],[-2.9776, 52.7173],[-2.9772, 52.7168],[-2.9767, 52.7164],[-2.976099, 52.7162],[-2.974, 52.7157],[-2.972399, 52.7154],[-2.96910, 52.7148],[-2.965199, 52.715],[-2.9611, 52.7158],[-2.9598, 52.7162],[-2.959, 52.7168],[-2.95880, 52.7173],[-2.961, 52.7242],[-2.961401, 52.7247],[-2.964799, 52.7265],[-2.965199, 52.727],[-2.965199, 52.7275],[-2.9646, 52.7295],[-2.963701, 52.7309],[-2.963799, 52.7322],[-2.964, 52.7324],[-2.9651, 52.7327],[-2.9656, 52.733],[-2.966401, 52.7340],[-2.9672, 52.7350],[-2.9681, 52.736],[-2.969, 52.736],[-2.969501, 52.7359],[-2.9705, 52.7353],[-2.972399, 52.7344],[-2.9734, 52.7339],[-2.975399, 52.7333],[-2.9776, 52.7329],[-2.9798, 52.7327],[-2.985699, 52.7326],[-2.9902, 52.7333],[-2.9909, 52.7335],[-2.992001, 52.7339],[-2.9925, 52.7344],[-2.9934, 52.7356],[-2.993599, 52.736],[-2.9948, 52.7370],[-2.994999, 52.7375],[-2.9951, 52.7379],[-2.9944, 52.7382],[-2.993901, 52.7382],[-2.993099, 52.7381],[-2.991499, 52.7379],[-2.990799, 52.7379],[-2.9907, 52.7381],[-2.990499, 52.7386],[-2.990299, 52.7391],[-2.9897, 52.7403],[-2.9888, 52.7417],[-2.989, 52.7426],[-2.9899, 52.7430],[-2.991801, 52.7438],[-2.99350, 52.7436],[-2.994999, 52.7436],[-2.996099, 52.7438],[-2.997499, 52.7446],[-3.000799, 52.7462],[-3.0012, 52.7463],[-3.003299, 52.7469],[-3.0051, 52.7474],[-3.006401, 52.7484],[-3.0071, 52.7493],[-3.0078, 52.7497],[-3.0086, 52.7498],[-3.009799, 52.7496],[-3.01160, 52.7486],[-3.0127, 52.7482],[-3.01350, 52.7482],[-3.0146, 52.7486],[-3.015599, 52.7493],[-3.016299, 52.7499],[-3.0171, 52.7503],[-3.0191, 52.7509],[-3.0199, 52.7513],[-3.020299, 52.7518],[-3.0204, 52.7523],[-3.02, 52.7529],[-3.0188, 52.7532],[-3.016299, 52.7534],[-3.014699, 52.7534],[-3.0136, 52.7536],[-3.0128, 52.7541],[-3.01230, 52.7548],[-3.01160, 52.7562],[-3.011001, 52.757],[-3.0099, 52.7583],[-3.00930, 52.759],[-3.0092, 52.76],[-3.009599, 52.7614],[-3.0104, 52.7628],[-3.011499, 52.7639],[-3.013999, 52.7656],[-3.0155, 52.7669],[-3.016299, 52.7674],[-3.0169, 52.7676],[-3.017499, 52.7675],[-3.018701, 52.7668],[-3.0207, 52.7651],[-3.021699, 52.7644],[-3.0227, 52.7641],[-3.0235, 52.7645],[-3.0244, 52.766],[-3.0248, 52.7664],[-3.025399, 52.7666],[-3.0267, 52.7664],[-3.0309, 52.7653],[-3.0315, 52.765],[-3.032099, 52.7646],[-3.033, 52.7639],[-3.0334, 52.7637],[-3.034101, 52.7638],[-3.034699, 52.7642],[-3.035199, 52.7646],[-3.035399, 52.7651],[-3.0353, 52.7655],[-3.034501, 52.766],[-3.0334, 52.7664],[-3.0329, 52.7668],[-3.032799, 52.767],[-3.033, 52.7673],[-3.0332, 52.7675],[-3.0336, 52.7677],[-3.03580, 52.7681],[-3.0392, 52.7687],[-3.0409, 52.7691],[-3.041899, 52.7691],[-3.042599, 52.7689],[-3.044199, 52.768],[-3.045, 52.7677],[-3.046299, 52.7676],[-3.04800, 52.7678],[-3.0494, 52.7682],[-3.05010, 52.7686],[-3.05060, 52.7691],[-3.0509, 52.7697],[-3.0509, 52.77],[-3.05080, 52.7704],[-3.049799, 52.7714],[-3.0497, 52.7718],[-3.0499, 52.7721],[-3.051201, 52.7726],[-3.0525, 52.7731],[-3.05480, 52.7735],[-3.056201, 52.7735],[-3.0574, 52.7733],[-3.058701, 52.7727],[-3.0603, 52.7717],[-3.060899, 52.7715],[-3.0615, 52.7713],[-3.062299, 52.7714],[-3.0627, 52.7717],[-3.062799, 52.772],[-3.062799, 52.7724],[-3.062299, 52.7735],[-3.062299, 52.7739],[-3.062599, 52.7743],[-3.0632, 52.7744],[-3.0639, 52.7744],[-3.065, 52.7741],[-3.067699, 52.7725],[-3.0683, 52.7722],[-3.0725, 52.7707],[-3.073999, 52.7704],[-3.07520, 52.7703],[-3.076401, 52.7705],[-3.077399, 52.7709],[-3.0778, 52.7713],[-3.077899, 52.772],[-3.0778, 52.7725],[-3.077399, 52.773],[-3.076601, 52.7735],[-3.074501, 52.774],[-3.072999, 52.7745],[-3.0727, 52.7748],[-3.072799, 52.7751],[-3.073299, 52.7754],[-3.0753, 52.7753],[-3.0778, 52.775],[-3.0783, 52.775],[-3.078901, 52.7752],[-3.0795, 52.7755],[-3.0804, 52.7762],[-3.0816, 52.7771],[-3.0822, 52.7773],[-3.0833, 52.7773],[-3.084199, 52.7769],[-3.0848, 52.7764],[-3.0859, 52.7752],[-3.0861, 52.7753],[-3.086401, 52.7755],[-3.086801, 52.7759],[-3.089999, 52.7786],[-3.091001, 52.7819],[-3.090899, 52.7847],[-3.088799, 52.7878],[-3.087399, 52.7888],[-3.086, 52.7897],[-3.084599, 52.7907],[-3.084199, 52.7918],[-3.084399, 52.7933],[-3.08550, 52.7951],[-3.086699, 52.7958],[-3.089799, 52.7955],[-3.09540, 52.7919],[-3.104399, 52.7923],[-3.106801, 52.7926],[-3.107899, 52.7923],[-3.1075, 52.7889],[-3.1075, 52.7882],[-3.1082, 52.7873],[-3.111099, 52.7847],[-3.116699, 52.7841],[-3.117899, 52.7852],[-3.119699, 52.7869],[-3.1229, 52.7870],[-3.126601, 52.7871],[-3.1321, 52.7877],[-3.134501, 52.7883],[-3.153501, 52.7943],[-3.156801, 52.7955],[-3.15850, 52.7963],[-3.158999, 52.797],[-3.159101, 52.7983],[-3.1572, 52.8001],[-3.1536, 52.8028],[-3.15220, 52.8041],[-3.15240, 52.8067],[-3.154, 52.8082],[-3.155499, 52.8085],[-3.163399, 52.8053],[-3.16440, 52.8056],[-3.1658, 52.8061],[-3.1673, 52.8097],[-3.167099, 52.8111],[-3.166001, 52.8118],[-3.166899, 52.8143],[-3.167001, 52.8168],[-3.1664, 52.8197],[-3.1656, 52.8215],[-3.1633, 52.8242],[-3.161201, 52.8253],[-3.15640, 52.8297],[-3.1541, 52.8324],[-3.1551, 52.8374],[-3.153, 52.8397],[-3.151601, 52.8421],[-3.154799, 52.8433],[-3.1617, 52.8458],[-3.1626, 52.8465],[-3.1628, 52.8471],[-3.159699, 52.8512],[-3.158999, 52.8518],[-3.1408, 52.8630],[-3.137599, 52.8641],[-3.134, 52.8656],[-3.13220, 52.8671],[-3.1315, 52.8678],[-3.131401, 52.8683],[-3.1318, 52.8686],[-3.1329, 52.8689],[-3.1373, 52.8706],[-3.14210, 52.8735],[-3.14610, 52.8764],[-3.14820, 52.8781],[-3.1501, 52.8799],[-3.1456, 52.8823],[-3.142, 52.8842],[-3.140199, 52.8842],[-3.1379, 52.8846],[-3.137399, 52.8852],[-3.140599, 52.8865],[-3.145, 52.8884],[-3.146801, 52.8896],[-3.1472, 52.8899],[-3.146801, 52.8916],[-3.1466, 52.8919],[-3.1384, 52.8927],[-3.128299, 52.8938],[-3.1233, 52.8946],[-3.121001, 52.8946],[-3.1196, 52.8945],[-3.117199, 52.894],[-3.113501, 52.8935],[-3.1127, 52.8935],[-3.11200, 52.8937],[-3.1115, 52.8942],[-3.111601, 52.895],[-3.1119, 52.8955],[-3.114799, 52.8987],[-3.114799, 52.8994],[-3.1147, 52.8999],[-3.107001, 52.9153],[-3.106601, 52.9159],[-3.105799, 52.9170],[-3.102499, 52.9208],[-3.100199, 52.9237],[-3.097899, 52.9257],[-3.0922, 52.9312],[-3.091201, 52.9319],[-3.0901, 52.9323],[-3.088799, 52.9323],[-3.0722, 52.9281],[-3.064301, 52.9294],[-3.054899, 52.9288],[-3.0453, 52.9277],[-3.0397, 52.9267],[-3.035, 52.9267],[-3.0295, 52.9297],[-3.026299, 52.9333],[-3.0232, 52.9409],[-3.0214, 52.9434],[-3.016401, 52.9485],[-3.013901, 52.9513],[-3.013099, 52.9524],[-3.011499, 52.9549],[-3.0107, 52.9559],[-3.010099, 52.9567],[-3.0086, 52.9579],[-3.00740, 52.9585],[-3.004301, 52.9592],[-3, 52.959],[-2.993099, 52.9589],[-2.9913, 52.9591],[-2.989799, 52.9597],[-2.988701, 52.9599],[-2.9876, 52.9598],[-2.983701, 52.9595],[-2.982399, 52.9596],[-2.981801, 52.96],[-2.980599, 52.9613],[-2.98, 52.9622],[-2.979599, 52.9639],[-2.9791, 52.9652],[-2.97880, 52.9659],[-2.977799, 52.9669],[-2.9763, 52.9675],[-2.9744, 52.9681],[-2.9728, 52.9684],[-2.972001, 52.9684],[-2.9712, 52.968],[-2.969501, 52.9669],[-2.967999, 52.9657],[-2.967299, 52.9649],[-2.96700, 52.9643],[-2.967499, 52.9638],[-2.968199, 52.9632],[-2.969, 52.9625],[-2.969301, 52.9621],[-2.9697, 52.9612],[-2.969899, 52.9605],[-2.9697, 52.9602],[-2.9674, 52.959],[-2.964, 52.9576],[-2.962899, 52.9569],[-2.961, 52.955],[-2.960599, 52.9545],[-2.959501, 52.9535],[-2.957999, 52.9523],[-2.9575, 52.9517],[-2.956201, 52.9491],[-2.952399, 52.9465],[-2.950799, 52.9455],[-2.9477, 52.9446],[-2.941, 52.9423],[-2.9354, 52.9412],[-2.933, 52.9405],[-2.931201, 52.94],[-2.929699, 52.9395],[-2.927999, 52.9387],[-2.927599, 52.9387],[-2.927299, 52.939],[-2.9272, 52.9399],[-2.9274, 52.9413],[-2.927001, 52.9417],[-2.924799, 52.9419],[-2.9228, 52.9423],[-2.921, 52.9429],[-2.9168, 52.943],[-2.913, 52.9429],[-2.911099, 52.9419],[-2.909199, 52.9413],[-2.90510, 52.9407],[-2.9045, 52.9411],[-2.902699, 52.9422],[-2.90200, 52.9427],[-2.900399, 52.9446],[-2.894599, 52.9507],[-2.89360, 52.951],[-2.89150, 52.951],[-2.88960, 52.9507],[-2.888, 52.9499],[-2.885799, 52.9474],[-2.8847, 52.9462],[-2.883501, 52.9454],[-2.882999, 52.9451],[-2.8821, 52.945],[-2.88070, 52.9448],[-2.8775, 52.9447],[-2.875799, 52.9447],[-2.8664, 52.9442],[-2.8618, 52.9441],[-2.856801, 52.9438],[-2.853199, 52.9436],[-2.849999, 52.9441],[-2.848, 52.9442],[-2.84710, 52.944],[-2.846499, 52.9436],[-2.845099, 52.9429],[-2.8419, 52.9415],[-2.84080, 52.9405],[-2.84010, 52.9397],[-2.836601, 52.9329],[-2.8292, 52.927],[-2.818501, 52.919],[-2.8176, 52.9183],[-2.816299, 52.9175],[-2.8132, 52.9167],[-2.8125, 52.9164],[-2.8118, 52.9159],[-2.8114, 52.9153],[-2.811201, 52.9144],[-2.812099, 52.9128],[-2.812599, 52.9121],[-2.812799, 52.9116],[-2.8129, 52.9109],[-2.8127, 52.9103],[-2.811899, 52.9095],[-2.8094, 52.9081],[-2.806099, 52.9060],[-2.805099, 52.9051],[-2.799599, 52.8961],[-2.7988, 52.8957],[-2.795799, 52.8974],[-2.794399, 52.8981],[-2.7929, 52.8998],[-2.7915, 52.9018],[-2.790299, 52.9032],[-2.7895, 52.904],[-2.788901, 52.9045],[-2.78390, 52.9063],[-2.7767, 52.9105],[-2.772099, 52.9147],[-2.7653, 52.9195],[-2.758701, 52.9232],[-2.756401, 52.9248],[-2.755199, 52.925],[-2.753999, 52.9251],[-2.743, 52.9249],[-2.731801, 52.925],[-2.7304, 52.9251],[-2.7293, 52.9255],[-2.7286, 52.9261],[-2.727999, 52.9271],[-2.72770, 52.9277],[-2.7272, 52.9291],[-2.7268, 52.9307],[-2.7274, 52.933],[-2.727499, 52.9344],[-2.72770, 52.9364],[-2.7276, 52.9381],[-2.7266, 52.9518],[-2.7265, 52.9524],[-2.726401, 52.9527],[-2.723799, 52.9547],[-2.722399, 52.9563],[-2.7225, 52.9569],[-2.723, 52.9578],[-2.723799, 52.9589],[-2.72770, 52.9612],[-2.727999, 52.9621],[-2.728199, 52.9632],[-2.7284, 52.9659],[-2.7288, 52.9667],[-2.731699, 52.9679],[-2.731899, 52.969],[-2.7312, 52.9716],[-2.730299, 52.9737],[-2.7307, 52.9763],[-2.730599, 52.9776],[-2.7298, 52.9796],[-2.729399, 52.9803],[-2.7286, 52.9810],[-2.726001, 52.9832],[-2.7258, 52.9835],[-2.7244, 52.9833],[-2.7225, 52.9833],[-2.7184, 52.9841],[-2.716201, 52.9850],[-2.711601, 52.9861],[-2.7089, 52.9876],[-2.706001, 52.9892],[-2.7044, 52.9901],[-2.7019, 52.9926],[-2.699899, 52.995],[-2.699699, 52.9952],[-2.699199, 52.9955],[-2.6988, 52.9956],[-2.697799, 52.9955],[-2.6967, 52.9953],[-2.692699, 52.9934],[-2.690599, 52.9918],[-2.6887, 52.9904],[-2.686201, 52.9887],[-2.6851, 52.9874],[-2.6844, 52.9861],[-2.6828, 52.9858],[-2.678999, 52.9872],[-2.6785, 52.9868],[-2.67810, 52.9862],[-2.6779, 52.986],[-2.6774, 52.9858],[-2.676899, 52.9857],[-2.6744, 52.9859],[-2.67280, 52.9861],[-2.6698, 52.9869],[-2.6689, 52.9871],[-2.668099, 52.9874],[-2.666899, 52.9879],[-2.6652, 52.989],[-2.6623, 52.991],[-2.661, 52.9915],[-2.6601, 52.9918],[-2.6596, 52.9919],[-2.6572, 52.9921],[-2.656899, 52.9922],[-2.6562, 52.9931],[-2.654999, 52.9943],[-2.6543, 52.9948],[-2.6538, 52.9951],[-2.653199, 52.9954],[-2.6519, 52.9957],[-2.650599, 52.9959],[-2.6456, 52.9953],[-2.643501, 52.9949],[-2.6408, 52.995],[-2.636899, 52.9949],[-2.636001, 52.9948],[-2.634599, 52.9944],[-2.6333, 52.9938],[-2.629501, 52.9923],[-2.625799, 52.9905],[-2.6224, 52.9881],[-2.621401, 52.9875],[-2.6203, 52.9869],[-2.6196, 52.9867],[-2.6194, 52.9867],[-2.6175, 52.9866],[-2.615, 52.9867],[-2.612999, 52.9868],[-2.611601, 52.9871],[-2.6101, 52.9875],[-2.6082, 52.9881],[-2.607599, 52.9882],[-2.6071, 52.9881],[-2.606699, 52.9878],[-2.6052, 52.9859],[-2.603501, 52.9838],[-2.6031, 52.9832],[-2.602999, 52.9829],[-2.6034, 52.9806],[-2.603501, 52.9801],[-2.6034, 52.9798],[-2.6031, 52.9796],[-2.59960, 52.9794],[-2.5975, 52.9797],[-2.596699, 52.9796],[-2.5959, 52.9794],[-2.595599, 52.9793],[-2.595299, 52.9790],[-2.5954, 52.9789],[-2.596, 52.9784],[-2.597399, 52.9775],[-2.598399, 52.9771],[-2.598701, 52.9767],[-2.598799, 52.9763],[-2.598799, 52.9758],[-2.598701, 52.9754],[-2.598, 52.9745],[-2.597199, 52.9707],[-2.596601, 52.9693],[-2.5961, 52.9681],[-2.596, 52.9672],[-2.596601, 52.9657],[-2.596699, 52.9635],[-2.596499, 52.9626],[-2.5957, 52.9615],[-2.594399, 52.9605],[-2.594, 52.9604],[-2.5931, 52.9602],[-2.5917, 52.9599],[-2.5903, 52.9592],[-2.5883, 52.9573],[-2.5878, 52.9568],[-2.5869, 52.9563],[-2.586, 52.956],[-2.5847, 52.9558],[-2.5836, 52.9557],[-2.582999, 52.9558],[-2.5818, 52.9566],[-2.581201, 52.9569],[-2.580499, 52.957],[-2.5801, 52.9569],[-2.5795, 52.9565],[-2.578599, 52.9559],[-2.577199, 52.956],[-2.5769, 52.9561],[-2.576601, 52.9563],[-2.576, 52.9573],[-2.5755, 52.9579],[-2.575, 52.9583],[-2.5716, 52.9597],[-2.566801, 52.9637],[-2.565, 52.9643],[-2.56170, 52.965],[-2.5608, 52.9649],[-2.560199, 52.9642],[-2.5574, 52.9609],[-2.555599, 52.9585],[-2.554699, 52.9578],[-2.552099, 52.9565],[-2.547, 52.9545],[-2.538199, 52.9512],[-2.537199, 52.9507],[-2.5344, 52.9489],[-2.533099, 52.9484],[-2.532399, 52.9485],[-2.5313, 52.9487],[-2.529599, 52.9497],[-2.526401, 52.952],[-2.5234, 52.9555],[-2.5229, 52.9564],[-2.522599, 52.9581],[-2.5225, 52.9603],[-2.5227, 52.9673],[-2.5229, 52.9698],[-2.522799, 52.9707],[-2.522399, 52.9715],[-2.521801, 52.9719],[-2.5211, 52.9721],[-2.515, 52.9727],[-2.51160, 52.9720],[-2.5109, 52.9715],[-2.5099, 52.9705],[-2.507299, 52.9667],[-2.50680, 52.9663],[-2.506201, 52.9663],[-2.5048, 52.9665],[-2.501699, 52.9676],[-2.500099, 52.9682],[-2.499, 52.9687],[-2.4983, 52.9689],[-2.497499, 52.969],[-2.495899, 52.9689],[-2.493799, 52.9685],[-2.4912, 52.9675],[-2.4883, 52.9655],[-2.487999, 52.9651],[-2.487499, 52.9643],[-2.4869, 52.9632],[-2.4858, 52.9621],[-2.483, 52.9602],[-2.481601, 52.9596],[-2.480599, 52.9598],[-2.479, 52.9607],[-2.469599, 52.9616],[-2.4679, 52.962],[-2.4656, 52.9631],[-2.4642, 52.9637],[-2.4626, 52.9635],[-2.4604, 52.9640],[-2.457799, 52.9646],[-2.4547, 52.9649],[-2.4528, 52.9653],[-2.451401, 52.9659],[-2.449301, 52.9673],[-2.4475, 52.968],[-2.4449, 52.9693],[-2.4372, 52.9731],[-2.4364, 52.9737],[-2.435899, 52.9742],[-2.4351, 52.9755],[-2.4347, 52.9761],[-2.4342, 52.977],[-2.4387, 52.9845],[-2.43840, 52.9851],[-2.4379, 52.9856],[-2.4361, 52.9865],[-2.4345, 52.9871],[-2.433599, 52.9873],[-2.430799, 52.9864],[-2.4289, 52.9861],[-2.4256, 52.9864],[-2.422899, 52.9867],[-2.421299, 52.9872],[-2.4198, 52.9879],[-2.418999, 52.9882],[-2.417799, 52.9883],[-2.416699, 52.9884],[-2.4163, 52.9884],[-2.4154, 52.9883],[-2.4151, 52.9883],[-2.4121, 52.9881],[-2.411201, 52.9882],[-2.409301, 52.989],[-2.408, 52.9901],[-2.4072, 52.9909],[-2.404799, 52.9933],[-2.4051, 52.9951],[-2.4051, 52.9955],[-2.4049, 52.9959],[-2.4045, 52.9961],[-2.402699, 52.9952],[-2.400399, 52.9956],[-2.3966, 52.9956],[-2.3936, 52.9961],[-2.3908, 52.9964],[-2.3886, 52.9968],[-2.387001, 52.9971],[-2.378999, 52.9900],[-2.368, 52.9802],[-2.3724, 52.9761],[-2.3799, 52.9742],[-2.376601, 52.9661],[-2.378299, 52.9646],[-2.380599, 52.963],[-2.384599, 52.9608],[-2.3861, 52.9582],[-2.386801, 52.955],[-2.388901, 52.9531],[-2.393901, 52.9522],[-2.3984, 52.961],[-2.406801, 52.9629],[-2.4115, 52.9629],[-2.4124, 52.9616],[-2.410399, 52.9586],[-2.4084, 52.9552],[-2.40660, 52.9513],[-2.4047, 52.9479],[-2.407399, 52.947],[-2.4101, 52.9464],[-2.4142, 52.9469],[-2.4164, 52.9482],[-2.419199, 52.949],[-2.427299, 52.9496],[-2.431201, 52.9458],[-2.4366, 52.9425],[-2.4396, 52.939],[-2.441299, 52.9346],[-2.442001, 52.9333],[-2.4428, 52.9327],[-2.444799, 52.9331],[-2.4453, 52.933],[-2.447099, 52.9301],[-2.449301, 52.9286],[-2.4547, 52.9259],[-2.45540, 52.9238],[-2.4561, 52.9166],[-2.457099, 52.9145],[-2.459399, 52.9122],[-2.4714, 52.9057],[-2.46890, 52.9012],[-2.467299, 52.8957],[-2.460599, 52.8868],[-2.4575, 52.8852],[-2.4575, 52.8831],[-2.4575, 52.8803],[-2.456401, 52.8803],[-2.4546, 52.8798],[-2.452899, 52.8784],[-2.4507, 52.8786],[-2.449699, 52.8778],[-2.4475, 52.8755],[-2.4456, 52.8752],[-2.4449, 52.8752],[-2.442899, 52.8794],[-2.4402, 52.8812],[-2.4342, 52.8827],[-2.4254, 52.8837],[-2.421, 52.8863],[-2.418299, 52.8865],[-2.4142, 52.8853],[-2.4124, 52.8879],[-2.4098, 52.8876],[-2.4047, 52.886],[-2.399699, 52.8871],[-2.3936, 52.8887],[-2.3807, 52.8919],[-2.3759, 52.8922],[-2.373701, 52.8919],[-2.3756, 52.8871],[-2.377199, 52.8847],[-2.379101, 52.8818],[-2.379101, 52.8804],[-2.3792, 52.8777],[-2.3798, 52.8736],[-2.378999, 52.8701],[-2.377199, 52.8666],[-2.3747, 52.8642],[-2.3841, 52.8622],[-2.385799, 52.8609],[-2.3875, 52.8579],[-2.387599, 52.8557],[-2.388799, 52.8526],[-2.39, 52.8506],[-2.3926, 52.8483],[-2.393901, 52.8467],[-2.3942, 52.8446],[-2.3942, 52.8424],[-2.3931, 52.8398],[-2.392999, 52.8378],[-2.3938, 52.8365],[-2.395, 52.8352],[-2.396001, 52.8346],[-2.402999, 52.8357],[-2.4058, 52.8362],[-2.407001, 52.8358],[-2.4084, 52.8348],[-2.410399, 52.8326],[-2.4154, 52.8272],[-2.417001, 52.8261],[-2.4198, 52.825],[-2.421099, 52.8246],[-2.423701, 52.8224],[-2.424599, 52.8223],[-2.4254, 52.8229],[-2.4261, 52.8237],[-2.4266, 52.8234],[-2.4277, 52.8217],[-2.4285, 52.8217],[-2.429399, 52.8224],[-2.431299, 52.8261],[-2.432199, 52.8269],[-2.433599, 52.8268],[-2.4351, 52.8264],[-2.4367, 52.8255],[-2.4389, 52.8237],[-2.440599, 52.8232],[-2.443099, 52.8212],[-2.445199, 52.8207],[-2.4549, 52.8215],[-2.4583, 52.8223],[-2.4602, 52.8222],[-2.463799, 52.8224],[-2.465699, 52.8224],[-2.469899, 52.8229],[-2.470599, 52.822],[-2.471299, 52.822],[-2.472001, 52.8213],[-2.471499, 52.82],[-2.471699, 52.818],[-2.471299, 52.8141],[-2.4704, 52.8112],[-2.46890, 52.8086],[-2.4666, 52.8063],[-2.4635, 52.8040],[-2.461801, 52.8009],[-2.459599, 52.7988],[-2.4589, 52.797],[-2.459599, 52.7956],[-2.460799, 52.7953],[-2.463, 52.7946],[-2.463799, 52.7937],[-2.463799, 52.7925],[-2.463399, 52.7919],[-2.461299, 52.7914],[-2.4587, 52.7909],[-2.457599, 52.7893],[-2.4565, 52.7845],[-2.456899, 52.7833],[-2.457599, 52.7829],[-2.4597, 52.7835],[-2.461699, 52.7844],[-2.464301, 52.7844],[-2.467999, 52.7854],[-2.469199, 52.7851],[-2.469501, 52.7843],[-2.469199, 52.7828],[-2.469399, 52.782],[-2.4728, 52.7828],[-2.4789, 52.7831],[-2.481601, 52.7824],[-2.483999, 52.7814],[-2.4856, 52.7813],[-2.4865, 52.7819],[-2.48720, 52.7827],[-2.4886, 52.7831],[-2.488501, 52.7837],[-2.4858, 52.786],[-2.482399, 52.7903],[-2.479899, 52.7954],[-2.4777, 52.8004],[-2.477499, 52.8032],[-2.478199, 52.8038],[-2.484101, 52.8020],[-2.486601, 52.8014],[-2.4888, 52.8014],[-2.4897, 52.8019],[-2.4906, 52.8033],[-2.490099, 52.8067],[-2.490799, 52.8069],[-2.493, 52.8069],[-2.4934, 52.806],[-2.493599, 52.8038],[-2.493901, 52.8032],[-2.4956, 52.8027],[-2.497699, 52.8012],[-2.499799, 52.7985],[-2.501699, 52.7969],[-2.506001, 52.7949],[-2.5076, 52.7949],[-2.509, 52.7953],[-2.5104, 52.7966],[-2.5113, 52.7973],[-2.5123, 52.7975],[-2.5132, 52.7971],[-2.514101, 52.7960],[-2.5155, 52.7951],[-2.5169, 52.7949],[-2.5179, 52.7954],[-2.5191, 52.7965],[-2.5208, 52.7975],[-2.522099, 52.7978],[-2.522599, 52.7976],[-2.523099, 52.7962],[-2.52510, 52.7937],[-2.525899, 52.7918],[-2.526299, 52.7892],[-2.5281, 52.7873],[-2.5301, 52.7863],[-2.533299, 52.7858],[-2.534899, 52.7853],[-2.536801, 52.7856],[-2.537699, 52.7862],[-2.537699, 52.7871],[-2.536401, 52.7888],[-2.533799, 52.7918],[-2.533999, 52.7933],[-2.535, 52.7939],[-2.536801, 52.794],[-2.5397, 52.7934],[-2.5414, 52.7937],[-2.5429, 52.7961],[-2.5453, 52.7978],[-2.546099, 52.7997],[-2.546299, 52.8008],[-2.5488, 52.8014],[-2.550299, 52.8024],[-2.5513, 52.8022],[-2.553299, 52.8005],[-2.555799, 52.7996],[-2.5594, 52.7990],[-2.562999, 52.7987],[-2.5655, 52.8],[-2.567699, 52.8023],[-2.5741, 52.8054],[-2.575799, 52.8061],[-2.577001, 52.8073],[-2.578, 52.8082],[-2.579999, 52.8097],[-2.5817, 52.8097],[-2.582299, 52.8094],[-2.5824, 52.8079],[-2.5829, 52.8079],[-2.584199, 52.8083],[-2.585599, 52.8083],[-2.586801, 52.8079],[-2.5882, 52.8069],[-2.592499, 52.7999],[-2.593199, 52.7986],[-2.5927, 52.797],[-2.5927, 52.7960],[-2.593199, 52.7955],[-2.596601, 52.7955],[-2.597001, 52.7952],[-2.596601, 52.7944],[-2.595099, 52.7930],[-2.594, 52.7916],[-2.5929, 52.7894],[-2.5929, 52.7819],[-2.592499, 52.7806],[-2.592499, 52.7783],[-2.5924, 52.7768],[-2.5959, 52.7764],[-2.6003, 52.7763],[-2.604501, 52.7769],[-2.608, 52.7769],[-2.610699, 52.7765],[-2.6131, 52.7758],[-2.6152, 52.7747],[-2.616699, 52.7746],[-2.6182, 52.7752],[-2.6198, 52.7768],[-2.6217, 52.7788],[-2.624599, 52.7799],[-2.625499, 52.7799],[-2.627001, 52.7778],[-2.6282, 52.7763],[-2.630599, 52.7647],[-2.6308, 52.7634],[-2.6315, 52.7626],[-2.6328, 52.7624],[-2.6343, 52.7624],[-2.6347, 52.7616],[-2.63540, 52.7614],[-2.63620, 52.7614],[-2.636499, 52.7627],[-2.63750, 52.7643],[-2.639301, 52.7653],[-2.6419, 52.7665],[-2.643399, 52.7666],[-2.648299, 52.7654],[-2.6494, 52.7649],[-2.649699, 52.7629],[-2.6559, 52.7596],[-2.656699, 52.7613],[-2.6608, 52.7597],[-2.660599, 52.7582],[-2.660199, 52.7566],[-2.6617, 52.7548],[-2.662199, 52.7533],[-2.6628, 52.7514],[-2.6626, 52.7499],[-2.663701, 52.7493],[-2.6666, 52.7506],[-2.667799, 52.7503],[-2.6684, 52.7486],[-2.6673, 52.7454],[-2.663199, 52.7430],[-2.6631, 52.7375],[-2.661099, 52.7332],[-2.6607, 52.7320],[-2.655699, 52.7306],[-2.653501, 52.7308],[-2.636801, 52.7268],[-2.628901, 52.7263],[-2.627899, 52.7260],[-2.624399, 52.7201],[-2.6239, 52.7194],[-2.622699, 52.7191],[-2.620899, 52.7194],[-2.6182, 52.7201],[-2.6177, 52.7205],[-2.6149, 52.7188],[-2.611401, 52.7191],[-2.6084, 52.719],[-2.603701, 52.7191],[-2.6016, 52.7189],[-2.598901, 52.7176],[-2.5964, 52.7154],[-2.596, 52.7147],[-2.596499, 52.714],[-2.5982, 52.7129],[-2.6019, 52.7121],[-2.6031, 52.7108],[-2.603701, 52.7098],[-2.6038, 52.7079],[-2.6027, 52.7062],[-2.6041, 52.7047],[-2.607899, 52.7044],[-2.6141, 52.7043],[-2.6173, 52.7036],[-2.6178, 52.7026],[-2.616899, 52.7011],[-2.615099, 52.6991],[-2.614, 52.6984],[-2.609999, 52.6978],[-2.608999, 52.6974],[-2.606899, 52.6925],[-2.605099, 52.6885],[-2.6043, 52.6873],[-2.5954, 52.6891],[-2.59220, 52.6884],[-2.585, 52.6839],[-2.583501, 52.6846],[-2.5795, 52.6815],[-2.5783, 52.6824],[-2.572999, 52.6782],[-2.5717, 52.6791],[-2.566, 52.6743],[-2.557499, 52.6673],[-2.5583, 52.6645],[-2.5593, 52.6647],[-2.5601, 52.6631],[-2.5599, 52.6613],[-2.5594, 52.6592],[-2.558399, 52.6588],[-2.5534, 52.6587],[-2.552001, 52.6577],[-2.55080, 52.6553],[-2.54950, 52.6548],[-2.5469, 52.6542],[-2.5429, 52.6528],[-2.536401, 52.6512],[-2.5271, 52.6466],[-2.5204, 52.6431],[-2.515, 52.6403],[-2.5113, 52.638],[-2.510099, 52.6369],[-2.508501, 52.6353],[-2.5069, 52.6335],[-2.50550, 52.632],[-2.5035, 52.6293],[-2.501899, 52.6266],[-2.497999, 52.625],[-2.495899, 52.6237],[-2.4935, 52.6213],[-2.490099, 52.6203],[-2.489799, 52.622],[-2.4893, 52.6222],[-2.4855, 52.6205],[-2.4804, 52.6202],[-2.4766, 52.6203],[-2.4749, 52.6201],[-2.473099, 52.6204],[-2.472899, 52.6197],[-2.469899, 52.6210],[-2.4677, 52.6224],[-2.465699, 52.6249],[-2.460599, 52.6224],[-2.456001, 52.62],[-2.4491, 52.6162],[-2.436201, 52.6144],[-2.435899, 52.6147]]]]}, properties:{name:"Shropshire"}}, {type:"Feature", geometry:{type:"MultiPolygon", coordinates:[[[[-2.7502,51.3313],[-2.746601,51.3200],[-2.739399,51.3194],[-2.731801,51.3181],[-2.727799,51.3187],[-2.7249,51.3174],[-2.7214,51.3189],[-2.719,51.3191],[-2.715899,51.3192],[-2.707799,51.3184],[-2.702899,51.3182],[-2.6945,51.3187],[-2.6896,51.3184],[-2.670799,51.3114],[-2.6617,51.3064],[-2.653701,51.3009],[-2.649699,51.2995],[-2.637399,51.294],[-2.6329,51.2876],[-2.627899,51.2861],[-2.6239,51.2844],[-2.596699,51.2903],[-2.5927,51.2919],[-2.592999,51.2948],[-2.5885,51.2959],[-2.5854,51.2956],[-2.5783,51.2946],[-2.562999,51.2995],[-2.5597,51.3014],[-2.554699,51.3042],[-2.5383,51.2991],[-2.531801,51.2946],[-2.5253,51.2943],[-2.5174,51.2943],[-2.512599,51.294],[-2.505599,51.2928],[-2.501,51.2916],[-2.501601,51.2835],[-2.501601,51.2809],[-2.493999,51.278],[-2.4889,51.2768],[-2.4768,51.2758],[-2.4704,51.2756],[-2.466201,51.2747],[-2.453399,51.2781],[-2.452699,51.2788],[-2.4472,51.2819],[-2.4464,51.2823],[-2.442699,51.2836],[-2.43840,51.2844],[-2.4349,51.2863],[-2.43,51.2879],[-2.419101,51.2966],[-2.4164,51.2975],[-2.4126,51.2992],[-2.4086,51.2998],[-2.407399,51.3002],[-2.4049,51.3019],[-2.4019,51.3036],[-2.399101,51.3048],[-2.3958,51.3065],[-2.388299,51.2973],[-2.385099,51.2956],[-2.381099,51.3012],[-2.367899,51.3037],[-2.3411,51.3129],[-2.336299,51.3117],[-2.333501,51.3104],[-2.3278,51.3112],[-2.3206,51.316],[-2.2927,51.3247],[-2.285599,51.3266],[-2.278901,51.3178],[-2.272599,51.3174],[-2.270099,51.3158],[-2.2704,51.3141],[-2.273799,51.3120],[-2.275199,51.3103],[-2.2808,51.3104],[-2.282099,51.3095],[-2.2767,51.3029],[-2.2725,51.2944],[-2.2679,51.2953],[-2.264899,51.2957],[-2.262399,51.2962],[-2.260299,51.2949],[-2.261899,51.2925],[-2.258501,51.2906],[-2.2553,51.2912],[-2.254101,51.2906],[-2.2442,51.2784],[-2.2414,51.2706],[-2.2412,51.2651],[-2.245699,51.2622],[-2.2458,51.2613],[-2.2456,51.2600],[-2.244101,51.2557],[-2.242899,51.2535],[-2.252199,51.2452],[-2.2569,51.2396],[-2.262001,51.2301],[-2.2671,51.2197],[-2.2667,51.2176],[-2.264301,51.2152],[-2.2676,51.2128],[-2.272799,51.2072],[-2.282799,51.1931],[-2.2948,51.1806],[-2.2959,51.1772],[-2.298,51.1751],[-2.3013,51.1733],[-2.304199,51.1712],[-2.309101,51.1676],[-2.3117,51.1628],[-2.3162,51.16],[-2.328799,51.1481],[-2.3316,51.139],[-2.3341,51.1380],[-2.3403,51.1368],[-2.3475,51.1333],[-2.342499,51.1281],[-2.3424,51.1255],[-2.346,51.1236],[-2.354399,51.1212],[-2.362,51.1206],[-2.36390,51.1189],[-2.362,51.1143],[-2.360199,51.1122],[-2.3592,51.11],[-2.361099,51.1057],[-2.3624,51.1022],[-2.3613,51.1008],[-2.3564,51.0996],[-2.3548,51.0949],[-2.356699,51.0917],[-2.352499,51.0865],[-2.3455,51.0888],[-2.329799,51.0871],[-2.327001,51.0865],[-2.327399,51.0837],[-2.344199,51.0574],[-2.3332,51.0541],[-2.3301,51.0512],[-2.3376,51.037],[-2.358,51.0241],[-2.3698,51.0155],[-2.378599,51.0159],[-2.374799,51.0117],[-2.374,51.0103],[-2.374399,51.0087],[-2.3752,51.0077],[-2.376801,51.006],[-2.3794,51.0035],[-2.379101,51.0018],[-2.378999,51.0012],[-2.3782, 50.9963],[-2.375799, 50.9935],[-2.3747, 50.9919],[-2.3703, 50.9919],[-2.353701, 50.9896],[-2.351401, 50.9875],[-2.3475, 50.9851],[-2.3452, 50.9839],[-2.344399, 50.983],[-2.344399, 50.9817],[-2.3448, 50.9805],[-2.3503, 50.9801],[-2.393399, 50.9684],[-2.395499, 50.9681],[-2.411401, 50.9607],[-2.4412, 50.9608],[-2.472199, 50.9609],[-2.4868, 50.9728],[-2.487799, 50.974],[-2.488199, 50.9759],[-2.4892, 50.9775],[-2.500799, 50.9935],[-2.5065, 50.9948],[-2.5169, 50.993],[-2.5186, 50.9883],[-2.521801, 50.9841],[-2.5211, 50.9816],[-2.5214, 50.9777],[-2.5222, 50.9753],[-2.5255, 50.9753],[-2.5265, 50.9801],[-2.527499, 50.9823],[-2.5304, 50.9861],[-2.5309, 50.9884],[-2.531899, 50.99],[-2.533, 50.9916],[-2.5339, 50.9946],[-2.5346, 50.9993],[-2.545399, 50.9992],[-2.549101, 50.9967],[-2.5494, 50.994],[-2.544399, 50.9919],[-2.543999, 50.9885],[-2.546099, 50.986],[-2.5499, 50.9836],[-2.558701, 50.9789],[-2.5659, 50.9863],[-2.5736, 50.9858],[-2.585099, 50.9769],[-2.5875, 50.9773],[-2.594501, 50.9812],[-2.599999, 50.9775],[-2.6005, 50.9763],[-2.5955, 50.9748],[-2.5959, 50.9656],[-2.596, 50.9652],[-2.595, 50.9645],[-2.594301, 50.9638],[-2.5939, 50.9631],[-2.5939, 50.9625],[-2.594, 50.9620],[-2.594199, 50.9617],[-2.5954, 50.9612],[-2.596499, 50.9606],[-2.597199, 50.9600],[-2.597399, 50.9594],[-2.5971, 50.9576],[-2.5973, 50.9565],[-2.597899, 50.9553],[-2.598599, 50.9544],[-2.598599, 50.9537],[-2.598599, 50.9531],[-2.5976, 50.9520],[-2.596601, 50.9501],[-2.597001, 50.9495],[-2.599699, 50.9473],[-2.6016, 50.9463],[-2.6043, 50.9454],[-2.605299, 50.9451],[-2.605799, 50.9448],[-2.606601, 50.9443],[-2.6071, 50.9438],[-2.609301, 50.9414],[-2.610899, 50.9401],[-2.6113, 50.94],[-2.6117, 50.9399],[-2.6122, 50.94],[-2.6129, 50.9403],[-2.614599, 50.9413],[-2.618299, 50.942],[-2.619101, 50.9419],[-2.6194, 50.9415],[-2.619301, 50.9403],[-2.618099, 50.9379],[-2.617599, 50.9375],[-2.617399, 50.9374],[-2.614, 50.9368],[-2.611001, 50.9362],[-2.609301, 50.9355],[-2.6073, 50.9343],[-2.606801, 50.9339],[-2.606699, 50.9333],[-2.606699, 50.9324],[-2.606801, 50.9316],[-2.606899, 50.9312],[-2.6071, 50.931],[-2.607899, 50.9308],[-2.608999, 50.9307],[-2.6098, 50.9305],[-2.610399, 50.93],[-2.611001, 50.9287],[-2.611401, 50.928],[-2.6129, 50.9267],[-2.613701, 50.9258],[-2.6138, 50.9244],[-2.6136, 50.9232],[-2.613501, 50.9217],[-2.613501, 50.9209],[-2.6139, 50.92],[-2.614501, 50.9189],[-2.615, 50.9181],[-2.615099, 50.9176],[-2.615099, 50.917],[-2.6147, 50.9162],[-2.614501, 50.9157],[-2.614501, 50.9155],[-2.615, 50.9148],[-2.6154, 50.9143],[-2.6157, 50.9137],[-2.6161, 50.9128],[-2.6164, 50.9124],[-2.61710, 50.9121],[-2.617899, 50.9116],[-2.6185, 50.9110],[-2.618999, 50.9106],[-2.619501, 50.9104],[-2.620199, 50.9103],[-2.6206, 50.9101],[-2.6215, 50.9091],[-2.6213, 50.9089],[-2.615299, 50.9028],[-2.612, 50.8853],[-2.6154, 50.8844],[-2.6192, 50.8828],[-2.624399, 50.8793],[-2.6261, 50.8861],[-2.64360, 50.8880],[-2.644599, 50.8880],[-2.6464, 50.8842],[-2.647099, 50.8841],[-2.6533, 50.8856],[-2.657599, 50.8880],[-2.668999, 50.882],[-2.6786, 50.8779],[-2.6944, 50.8759],[-2.6956, 50.8732],[-2.7023, 50.8727],[-2.7044, 50.8707],[-2.7082, 50.8704],[-2.712699, 50.8656],[-2.7202, 50.8656],[-2.7309, 50.8658],[-2.744101, 50.8646],[-2.751601, 50.8645],[-2.753, 50.8696],[-2.7542, 50.8747],[-2.7558, 50.8754],[-2.760299, 50.872],[-2.760299, 50.8624],[-2.7627, 50.8618],[-2.772099, 50.8626],[-2.7808, 50.8601],[-2.782799, 50.8566],[-2.785399, 50.855],[-2.788399, 50.8545],[-2.8036, 50.8574],[-2.806401, 50.8575],[-2.8059, 50.8604],[-2.804699, 50.8628],[-2.8093, 50.8638],[-2.8122, 50.8628],[-2.81570, 50.8582],[-2.8195, 50.8541],[-2.8238, 50.8516],[-2.824399, 50.8513],[-2.825, 50.851],[-2.8337, 50.8543],[-2.8348, 50.8547],[-2.838599, 50.8547],[-2.8415, 50.8539],[-2.84500, 50.8525],[-2.8475, 50.8519],[-2.8495, 50.8513],[-2.8516, 50.8503],[-2.857899, 50.8504],[-2.86260, 50.8496],[-2.8664, 50.8495],[-2.869999, 50.8488],[-2.87080, 50.8489],[-2.8726, 50.8492],[-2.874501, 50.8492],[-2.8764, 50.8488],[-2.877599, 50.8486],[-2.878901, 50.8486],[-2.88070, 50.8488],[-2.882999, 50.8497],[-2.885, 50.8505],[-2.88540, 50.8507],[-2.886001, 50.8507],[-2.887399, 50.8507],[-2.888901, 50.8506],[-2.8905, 50.8499],[-2.89380, 50.8477],[-2.8972, 50.8474],[-2.8998, 50.8469],[-2.901801, 50.845],[-2.902299, 50.8446],[-2.903501, 50.8444],[-2.905699, 50.8445],[-2.907099, 50.8448],[-2.908299, 50.8451],[-2.90980, 50.845],[-2.9109, 50.8444],[-2.912, 50.8437],[-2.913599, 50.8432],[-2.9151, 50.8430],[-2.9165, 50.8430],[-2.917599, 50.8428],[-2.9188, 50.8424],[-2.9221, 50.8410],[-2.9231, 50.8409],[-2.925699, 50.8414],[-2.927599, 50.8415],[-2.928999, 50.8411],[-2.930399, 50.8403],[-2.9387, 50.8362],[-2.943701, 50.8248],[-2.9456, 50.8253],[-2.9465, 50.8255],[-2.9591, 50.8285],[-2.961401, 50.8291],[-2.9619, 50.8294],[-2.9619, 50.8304],[-2.9621, 50.8315],[-2.9625, 50.8324],[-2.963799, 50.8331],[-2.9646, 50.8341],[-2.9651, 50.8354],[-2.9658, 50.8379],[-2.970299, 50.8381],[-2.9709, 50.8384],[-2.9714, 50.8416],[-2.9719, 50.8432],[-2.967799, 50.8507],[-2.96280, 50.855],[-2.973599, 50.8569],[-2.990499, 50.8576],[-3.000299, 50.8535],[-3.009399, 50.8565],[-3.014199, 50.8566],[-3.0294, 50.8528],[-3.032399, 50.8535],[-3.036299, 50.8572],[-3.03250, 50.863],[-3.035599, 50.8666],[-3.044899, 50.8715],[-3.053299, 50.8732],[-3.054101, 50.8751],[-3.0502, 50.8807],[-3.054199, 50.8944],[-3.048501, 50.9075],[-3.0576, 50.9083],[-3.0713, 50.9065],[-3.082099, 50.9059],[-3.089101, 50.9060],[-3.0906, 50.9060],[-3.107001, 50.9032],[-3.107399, 50.9032],[-3.108701, 50.9030],[-3.119699, 50.8989],[-3.1236, 50.9014],[-3.14000, 50.8919],[-3.1447, 50.8910],[-3.149899, 50.8925],[-3.153199, 50.9017],[-3.170599, 50.9017],[-3.1777, 50.9093],[-3.1805, 50.9111],[-3.180099, 50.914],[-3.1821, 50.9202],[-3.179399, 50.9225],[-3.177099, 50.9235],[-3.1752, 50.924],[-3.1717, 50.925],[-3.172199, 50.9323],[-3.170799, 50.9382],[-3.166201, 50.9433],[-3.164, 50.9464],[-3.163399, 50.9472],[-3.1638, 50.9477],[-3.168999, 50.9483],[-3.187999, 50.9484],[-3.212699, 50.9473],[-3.219, 50.9466],[-3.228199, 50.9442],[-3.2313, 50.9443],[-3.233799, 50.9438],[-3.235699, 50.9436],[-3.2384, 50.9424],[-3.24630, 50.9411],[-3.2476, 50.9418],[-3.252599, 50.9431],[-3.260799, 50.9444],[-3.26690, 50.9458],[-3.27070, 50.9486],[-3.273299, 50.9503],[-3.282399, 50.953],[-3.3153, 50.9719],[-3.3231, 50.9775],[-3.3253, 50.9785],[-3.332599, 50.9824],[-3.336499, 50.9821],[-3.356499, 50.9802],[-3.36640, 50.9803],[-3.3741, 50.9788],[-3.3773, 50.9791],[-3.38260, 50.9889],[-3.38070, 50.999],[-3.376801,51.0171],[-3.378999,51.0193],[-3.384599,51.0194],[-3.388299,51.0196],[-3.411801,51.0198],[-3.416899,51.0298],[-3.422899,51.0318],[-3.457799,51.0260],[-3.4611,51.0260],[-3.464999,51.0276],[-3.48110,51.0337],[-3.491601,51.0317],[-3.5007,51.0302],[-3.506099,51.0284],[-3.5169,51.0274],[-3.5179,51.0268],[-3.5191,51.0261],[-3.5197,51.0257],[-3.5204,51.0145],[-3.5267,51.0097],[-3.527699,51.0084],[-3.5286,51.0067],[-3.52990,51.0056],[-3.53160,51.0049],[-3.542099,51.005],[-3.5696,51.0058],[-3.6041,51.0076],[-3.6052,51.0113],[-3.608999,51.0137],[-3.6099,51.0206],[-3.6033,51.0282],[-3.60130,51.0291],[-3.5999,51.0305],[-3.59920,51.0325],[-3.5948,51.0377],[-3.594,51.043],[-3.596,51.0465],[-3.599101,51.0497],[-3.5937,51.0538],[-3.59750,51.0565],[-3.600699,51.0565],[-3.602299,51.0567],[-3.604399,51.0582],[-3.606899,51.0583],[-3.612499,51.0586],[-3.614,51.0604],[-3.617399,51.0618],[-3.6229,51.0625],[-3.641601,51.0669],[-3.6528,51.0719],[-3.6654,51.0729],[-3.6803,51.0742],[-3.682499,51.0759],[-3.6896,51.0821],[-3.7165,51.0813],[-3.7528,51.0999],[-3.78880,51.1108],[-3.794199,51.1128],[-3.7974,51.1148],[-3.8162,51.1252],[-3.832999,51.1391],[-3.8325,51.1470],[-3.829101,51.1531],[-3.8339,51.1548],[-3.836601,51.175],[-3.8308,51.1777],[-3.8194,51.1776],[-3.801201,51.1761],[-3.7929,51.1736],[-3.784899,51.1724],[-3.767299,51.1759],[-3.759799,51.1766],[-3.7532,51.1763],[-3.749,51.1752],[-3.738199,51.1751],[-3.732399,51.1752],[-3.72190,51.1782],[-3.7228,51.1806],[-3.723599,51.1837],[-3.723799,51.1854],[-3.7245,51.1865],[-3.7269,51.1882],[-3.7297,51.1900],[-3.730099,51.191],[-3.7302,51.1926],[-3.7293,51.194],[-3.727499,51.1962],[-3.7265,51.1984],[-3.7269,51.2026],[-3.73,51.2145],[-3.7253,51.2164],[-3.7248,51.2186],[-3.7286,51.2239],[-3.7251,51.2246],[-3.724101,51.2292],[-3.717499,51.2331],[-3.714101,51.2324],[-3.7063,51.2316],[-3.703099,51.2313],[-3.7011,51.2313],[-3.6981,51.2315],[-3.6961,51.2313],[-3.6943,51.2309],[-3.691499,51.2301],[-3.689199,51.2295],[-3.6864,51.2289],[-3.683599,51.2284],[-3.681201,51.2281],[-3.674599,51.2274],[-3.667399,51.227],[-3.658999,51.226],[-3.650399,51.2247],[-3.6458,51.2241],[-3.641299,51.2234],[-3.63980,51.2232],[-3.6384,51.2231],[-3.636899,51.2232],[-3.6356,51.2233],[-3.634399,51.2235],[-3.632999,51.2238],[-3.63180,51.2239],[-3.6307,51.2238],[-3.629699,51.2236],[-3.628599,51.2231],[-3.62780,51.2225],[-3.626699,51.2215],[-3.6262,51.2208],[-3.62570,51.2199],[-3.6252,51.2194],[-3.6239,51.2187],[-3.6224,51.2180],[-3.620899,51.2173],[-3.619999,51.217],[-3.619501,51.2169],[-3.618799,51.2169],[-3.61770,51.2172],[-3.6127,51.2193],[-3.611601,51.2197],[-3.608599,51.2204],[-3.605799,51.2209],[-3.6029,51.2213],[-3.59750,51.2221],[-3.594199,51.2226],[-3.5924,51.223],[-3.5901,51.2238],[-3.5883,51.2246],[-3.587199,51.2252],[-3.585799,51.2262],[-3.584501,51.2273],[-3.5837,51.2281],[-3.58250,51.2291],[-3.580899,51.2303],[-3.5796,51.2311],[-3.578,51.2319],[-3.5761,51.2326],[-3.5732,51.2336],[-3.568901,51.2345],[-3.5652,51.235],[-3.5636,51.235],[-3.5618,51.2348],[-3.5592,51.2345],[-3.55390,51.2338],[-3.550499,51.2335],[-3.5432,51.2331],[-3.539599,51.2328],[-3.5373,51.2325],[-3.5348,51.232],[-3.530499,51.231],[-3.515899,51.227],[-3.512399,51.2262],[-3.505199,51.2247],[-3.5021,51.2243],[-3.50110,51.2243],[-3.4983,51.2248],[-3.497,51.2249],[-3.495699,51.2249],[-3.4944,51.2248],[-3.4923,51.2242],[-3.4904,51.2234],[-3.4879,51.2221],[-3.48490,51.2205],[-3.4728,51.2157],[-3.4723,51.2154],[-3.472199,51.2151],[-3.4723,51.2149],[-3.4726,51.2146],[-3.472699,51.2142],[-3.4728,51.2136],[-3.47250,51.2128],[-3.4721,51.2120],[-3.471699,51.2113],[-3.471299,51.2107],[-3.470799,51.2101],[-3.4702,51.2096],[-3.469501,51.2092],[-3.4686,51.2089],[-3.4676,51.2087],[-3.466401,51.2086],[-3.464799,51.2086],[-3.46050,51.2090],[-3.454,51.2098],[-3.449699,51.2098],[-3.4466,51.2094],[-3.444,51.2088],[-3.4428,51.2084],[-3.4419,51.2080],[-3.440599,51.2074],[-3.439699,51.2068],[-3.43840,51.2058],[-3.4374,51.2049],[-3.43610,51.2035],[-3.434999,51.2022],[-3.433199,51.2001],[-3.43190,51.1987],[-3.4309,51.1977],[-3.4264,51.1941],[-3.421601,51.1909],[-3.41380,51.1866],[-3.412,51.1858],[-3.410199,51.1852],[-3.4082,51.1847],[-3.4041,51.184],[-3.401201,51.1836],[-3.397599,51.1833],[-3.39570,51.1833],[-3.392999,51.1835],[-3.3907,51.1835],[-3.382,51.1844],[-3.376499,51.1851],[-3.3743,51.1854],[-3.371601,51.1857],[-3.368701,51.1859],[-3.36710,51.1859],[-3.3649,51.1858],[-3.3638,51.1857],[-3.3601,51.1849],[-3.3571,51.1841],[-3.354399,51.1835],[-3.351001,51.1829],[-3.348599,51.1827],[-3.346499,51.1827],[-3.344399,51.1829],[-3.3417,51.1834],[-3.3404,51.1837],[-3.3395,51.1837],[-3.336499,51.1841],[-3.33470,51.1844],[-3.33380,51.1847],[-3.3332,51.1847],[-3.3322,51.1844],[-3.3315,51.1843],[-3.3299,51.1846],[-3.3294,51.1845],[-3.328599,51.1843],[-3.327899,51.1838],[-3.327199,51.1836],[-3.326801,51.1836],[-3.326401,51.1837],[-3.3261,51.184],[-3.3259,51.1848],[-3.325599,51.1849],[-3.3252,51.1848],[-3.324399,51.1844],[-3.32390,51.1842],[-3.32160,51.1836],[-3.319799,51.1833],[-3.319,51.1831],[-3.31760,51.1825],[-3.3152,51.182],[-3.3137,51.1815],[-3.3125,51.181],[-3.31170,51.1808],[-3.3108,51.1809],[-3.309799,51.1808],[-3.308701,51.181],[-3.3074,51.1812],[-3.306,51.1813],[-3.304399,51.1815],[-3.3036,51.1815],[-3.3031,51.1813],[-3.3029,51.181],[-3.302799,51.1803],[-3.302599,51.18],[-3.302299,51.18],[-3.301899,51.1803],[-3.301201,51.1812],[-3.3004,51.1819],[-3.2999,51.1823],[-3.298399,51.1831],[-3.2973,51.1835],[-3.296099,51.1838],[-3.295,51.184],[-3.2938,51.1841],[-3.292001,51.184],[-3.2906,51.1839],[-3.288901,51.1836],[-3.2853,51.1827],[-3.283,51.1822],[-3.2804,51.1813],[-3.278701,51.181],[-3.2776,51.1809],[-3.276401,51.1808],[-3.275,51.181],[-3.2736,51.1813],[-3.26880,51.1828],[-3.26480,51.1843],[-3.262001,51.1858],[-3.259,51.1873],[-3.2579,51.1876],[-3.2567,51.1878],[-3.2558,51.1879],[-3.254699,51.1879],[-3.2527,51.1878],[-3.2502,51.1879],[-3.247999,51.1882],[-3.245899,51.1886],[-3.244501,51.189],[-3.243299,51.1894],[-3.241499,51.1900],[-3.2388,51.1911],[-3.237099,51.1915],[-3.235399,51.1919],[-3.231601,51.1926],[-3.2288,51.1930],[-3.2267,51.1935],[-3.2246,51.1939],[-3.220099,51.1950],[-3.2188,51.1955],[-3.217799,51.1957],[-3.21580,51.1959],[-3.214,51.1962],[-3.212899,51.1965],[-3.2119,51.1968],[-3.209301,51.1979],[-3.2079,51.1986],[-3.206201,51.1995],[-3.203901,51.2010],[-3.2021,51.2018],[-3.199399,51.2027],[-3.1975,51.2032],[-3.1965,51.2034],[-3.195199,51.2036],[-3.1933,51.2038],[-3.191,51.2040],[-3.189399,51.2040],[-3.1875,51.2038],[-3.1864,51.2036],[-3.182199,51.2023],[-3.1809,51.2018],[-3.1798,51.2015],[-3.1784,51.2013],[-3.177599,51.2013],[-3.1764,51.2015],[-3.17280,51.2026],[-3.1717,51.2029],[-3.1703,51.2032],[-3.169199,51.2034],[-3.168,51.2035],[-3.166899,51.2036],[-3.1652,51.2036],[-3.163399,51.2038],[-3.161801,51.2041],[-3.16080,51.2044],[-3.1598,51.2049],[-3.1586,51.2058],[-3.157099,51.2071],[-3.1549,51.2091],[-3.1541,51.2096],[-3.1531,51.2100],[-3.1521,51.2103],[-3.1507,51.2105],[-3.14610,51.2105],[-3.1407,51.2103],[-3.1378,51.2103],[-3.1342,51.2107],[-3.131001,51.2116],[-3.128999,51.2120],[-3.1264,51.2122],[-3.124799,51.2122],[-3.1228,51.2119],[-3.1213,51.2115],[-3.1185,51.2103],[-3.115799,51.2090],[-3.1147,51.2086],[-3.114,51.2084],[-3.113199,51.2083],[-3.1113,51.2083],[-3.106,51.2088],[-3.1061,51.2085],[-3.107399,51.2077],[-3.108701,51.2070],[-3.10950,51.2064],[-3.1101,51.2058],[-3.111099,51.2050],[-3.1124,51.2041],[-3.1133,51.2033],[-3.113701,51.2027],[-3.1141,51.2018],[-3.114599,51.2011],[-3.115099,51.2006],[-3.115799,51.2001],[-3.118599,51.1982],[-3.119101,51.1977],[-3.1194,51.1971],[-3.119501,51.1964],[-3.119501,51.1960],[-3.1194,51.1958],[-3.1192,51.1957],[-3.117899,51.1964],[-3.11600,51.1978],[-3.1134,51.2001],[-3.1117,51.2018],[-3.1105,51.2033],[-3.1092,51.2053],[-3.1082,51.2062],[-3.106,51.2077],[-3.1054,51.2083],[-3.1047,51.2089],[-3.1022,51.2091],[-3.099999,51.2092],[-3.0983,51.2090],[-3.095599,51.2084],[-3.0919,51.2076],[-3.0903,51.2073],[-3.0876,51.2067],[-3.086499,51.2064],[-3.0861,51.2062],[-3.08550,51.2053],[-3.085099,51.2050],[-3.084399,51.2047],[-3.08250,51.2041],[-3.08110,51.2037],[-3.078099,51.2031],[-3.074501,51.2026],[-3.069999,51.2026],[-3.066099,51.2031],[-3.0624,51.2039],[-3.0597,51.2045],[-3.05690,51.2052],[-3.054501,51.2059],[-3.05080,51.2073],[-3.047699,51.2087],[-3.0448,51.2102],[-3.0401,51.2129],[-3.035599,51.2156],[-3.0312,51.2183],[-3.03010,51.2188],[-3.028701,51.2193],[-3.0272,51.2197],[-3.025599,51.2201],[-3.024101,51.2202],[-3.021001,51.2202],[-3.0192,51.2202],[-3.018399,51.2201],[-3.017999,51.22],[-3.0176,51.2197],[-3.00930,51.2183],[-3.008399,51.2192],[-3.007,51.2201],[-3.00550,51.2211],[-3.0037,51.2222],[-3.001899,51.2234],[-3.001,51.224],[-2.999799,51.2253],[-2.9993,51.2253],[-2.9989,51.2251],[-2.998701,51.2247],[-2.9988,51.2237],[-2.9986,51.2232],[-2.998199,51.2229],[-2.9972,51.2224],[-2.9963,51.2223],[-2.994101,51.2227],[-2.993599,51.2226],[-2.9928,51.2222],[-2.991601,51.2215],[-2.9909,51.2213],[-2.9897,51.2212],[-2.9886,51.2211],[-2.9876,51.2209],[-2.9869,51.2207],[-2.986201,51.2206],[-2.9855,51.2206],[-2.9845,51.2207],[-2.983599,51.2209],[-2.982899,51.2211],[-2.982599,51.2212],[-2.982399,51.2214],[-2.982399,51.2217],[-2.9827,51.2219],[-2.983099,51.2219],[-2.983901,51.2216],[-2.9848,51.2214],[-2.985399,51.2213],[-2.9858,51.2213],[-2.9867,51.2214],[-2.9879,51.2217],[-2.988701,51.2218],[-2.9902,51.2219],[-2.990799,51.222],[-2.99120,51.2221],[-2.992399,51.2229],[-2.992899,51.2231],[-2.99350,51.2233],[-2.993999,51.2234],[-2.9946,51.2233],[-2.995899,51.223],[-2.996601,51.223],[-2.997,51.2232],[-2.9972,51.2235],[-2.99710,51.2239],[-2.9968,51.2247],[-2.9968,51.2252],[-2.997,51.2256],[-2.9974,51.2259],[-3.000099,51.2272],[-3.000299,51.2281],[-3.000499,51.2286],[-3.0006,51.229],[-3.000499,51.2296],[-3,51.2322],[-2.999,51.2357],[-2.998701,51.2396],[-2.9989,51.243],[-2.999501,51.2441],[-3.0012,51.2463],[-3.00320,51.2487],[-3.0072,51.2525],[-3.00810,51.2535],[-3.008701,51.2544],[-3.00930,51.2556],[-3.0104,51.2590],[-3.011899,51.2617],[-3.013799,51.2642],[-3.016099,51.2664],[-3.016401,51.2670],[-3.0165,51.2678],[-3.016201,51.2702],[-3.016099,51.2710],[-3.015899,51.2718],[-3.016201,51.2721],[-3.0167,51.2722],[-3.0171,51.2719],[-3.0174,51.2713],[-3.017999,51.2699],[-3.0183,51.2693],[-3.0186,51.2690],[-3.019,51.2691],[-3.0193,51.2693],[-3.019399,51.2696],[-3.019399,51.2700],[-3.018701,51.2726],[-3.018199,51.2746],[-3.017699,51.2756],[-3.017499,51.2765],[-3.0176,51.2789],[-3.017499,51.2794],[-3.0171,51.2804],[-3.016401,51.282],[-3.0148,51.2856],[-3.013999,51.2879],[-3.0107,51.3022],[-3.009501,51.3065],[-3.00970,51.3116],[-3.009599,51.3177],[-3.009799,51.3217],[-3.01,51.3227],[-3.0106,51.3238],[-3.0112,51.3243],[-3.011801,51.3246],[-3.013099,51.3248],[-3.01580,51.3246],[-3.017999,51.3244],[-3.0199,51.3244],[-3.02360,51.3246],[-3.027999,51.3255],[-3.03060,51.3267],[-3.032399,51.3278],[-3.0329,51.3282],[-3.033099,51.3285],[-3.033099,51.3289],[-3.0329,51.3291],[-3.0322,51.3292],[-3.03040,51.3292],[-3.027299,51.3294],[-3.024501,51.3290],[-3.0225,51.3283],[-3.019799,51.3278],[-3.017299,51.3279],[-3.015399,51.3279],[-3.01370,51.3278],[-3.012001,51.3275],[-3.007999,51.3267],[-3.003,51.3263],[-3.001499,51.3256],[-2.99920,51.3232],[-2.9974,51.3224],[-2.9942,51.3214],[-2.993,51.3211],[-2.992399,51.3208],[-2.992199,51.3206],[-2.9923,51.3203],[-2.9927,51.3200],[-2.994699,51.3199],[-2.994999,51.3196],[-2.994999,51.3192],[-2.9946,51.319],[-2.992001,51.319],[-2.991499,51.3188],[-2.9906,51.3176],[-2.9902,51.3173],[-2.984999,51.3149],[-2.9844,51.3145],[-2.983901,51.3137],[-2.983901,51.3129],[-2.984101,51.3124],[-2.9845,51.3118],[-2.98530,51.3112],[-2.9867,51.3105],[-2.9921,51.3079],[-2.992899,51.3072],[-2.993,51.3065],[-2.992599,51.3041],[-2.9921,51.3041],[-2.99120,51.302],[-2.99,51.3011],[-2.9881,51.3001],[-2.9844,51.299],[-2.9802,51.2982],[-2.9723,51.2968],[-2.9663,51.2963],[-2.9644,51.2972],[-2.9625,51.3027],[-2.9635,51.3054],[-2.9554,51.3066],[-2.9472,51.303],[-2.9375,51.3027],[-2.935199,51.3026],[-2.933901,51.3022],[-2.931801,51.3015],[-2.9282,51.2984],[-2.924999,51.2982],[-2.92200,51.2973],[-2.905499,51.2921],[-2.8973,51.2907],[-2.8862,51.2903],[-2.892699,51.3024],[-2.882,51.3079],[-2.874399,51.3002],[-2.870399,51.301],[-2.846499,51.3015],[-2.7948,51.3035],[-2.7994,51.3101],[-2.806601,51.3122],[-2.8106,51.3158],[-2.8139,51.3178],[-2.8211,51.3201],[-2.819799,51.3221],[-2.8278,51.3247],[-2.8261,51.3272],[-2.813299,51.3265],[-2.809,51.3266],[-2.798901,51.3281],[-2.797,51.3260],[-2.794101,51.3255],[-2.765199,51.3241],[-2.7588,51.3238],[-2.7502,51.3313]]],[[[-3.108,51.3385],[-3.108901,51.3385],[-3.1105,51.3387],[-3.110899,51.3395],[-3.110199,51.3399],[-3.109101,51.3404],[-3.108799,51.3407],[-3.106801,51.3411],[-3.105299,51.3408],[-3.100199,51.3406],[-3.099,51.3401],[-3.099101,51.3396],[-3.10380,51.3394],[-3.1075,51.3388],[-3.108,51.3385]]],[[[-3.0128,51.2249],[-3.01350,51.2249],[-3.013999,51.2253],[-3.0144,51.2259],[-3.0148,51.2269],[-3.015199,51.2275],[-3.01580,51.228],[-3.016201,51.2284],[-3.016401,51.2289],[-3.016401,51.2294],[-3.016201,51.2297],[-3.015899,51.2299],[-3.015399,51.2301],[-3.0148,51.2302],[-3.014199,51.2302],[-3.0136,51.2301],[-3.013,51.2298],[-3.012399,51.2294],[-3.011801,51.2287],[-3.011699,51.228],[-3.011699,51.2272],[-3.011899,51.2268],[-3.012001,51.2264],[-3.012001,51.2261],[-3.01210,51.2253],[-3.012399,51.225],[-3.0128,51.2249]]],[[[-3.0144,51.2327],[-3.015599,51.2327],[-3.016201,51.2329],[-3.0168,51.2332],[-3.0174,51.2336],[-3.0178,51.2342],[-3.017999,51.2346],[-3.017999,51.2351],[-3.0178,51.2355],[-3.0176,51.2357],[-3.0171,51.2359],[-3.016201,51.2359],[-3.0155,51.2358],[-3.014899,51.2356],[-3.014301,51.2353],[-3.013901,51.2349],[-3.013799,51.2343],[-3.01370,51.2335],[-3.013901,51.2331],[-3.0144,51.2327]]],[[[-3.003099,51.2234],[-3.0037,51.2232],[-3.0044,51.2233],[-3.004699,51.2235],[-3.0048,51.2239],[-3.004699,51.2244],[-3.0044,51.2248],[-3.003901,51.2251],[-3.00320,51.2253],[-3.002599,51.2252],[-3.002199,51.2249],[-3.0021,51.2245],[-3.002199,51.2241],[-3.0025,51.2239],[-3.003099,51.2234]]]]}, properties:{name:"Somerset"}}, {type:"Feature", geometry:{type:"MultiPolygon", coordinates:[[[[-1.6957, 52.5904],[-1.696601, 52.5905],[-1.6978, 52.5906],[-1.699501, 52.5902],[-1.700199, 52.5895],[-1.7019, 52.5877],[-1.704599, 52.5875],[-1.708501, 52.5881],[-1.7142, 52.5887],[-1.733, 52.59],[-1.737499, 52.5901],[-1.7388, 52.5925],[-1.7413, 52.5935],[-1.741899, 52.5937],[-1.745, 52.5936],[-1.7531, 52.5924],[-1.7549, 52.592],[-1.757001, 52.591],[-1.759501, 52.5903],[-1.763, 52.5898],[-1.770499, 52.5916],[-1.772799, 52.5926],[-1.7758, 52.5924],[-1.7781, 52.5919],[-1.7819, 52.5903],[-1.7838, 52.5895],[-1.7853, 52.5888],[-1.7873, 52.5874],[-1.7884, 52.5868],[-1.7902, 52.5866],[-1.789301, 52.5907],[-1.7903, 52.5931],[-1.796201, 52.5983],[-1.799301, 52.5995],[-1.8031, 52.6007],[-1.8084, 52.6027],[-1.814399, 52.6042],[-1.8205, 52.6061],[-1.826699, 52.6081],[-1.8307, 52.6073],[-1.8358, 52.6069],[-1.8391, 52.6070],[-1.8413, 52.6067],[-1.843799, 52.6065],[-1.846099, 52.6061],[-1.8484, 52.6056],[-1.8509, 52.6048],[-1.853701, 52.6041],[-1.8548, 52.6036],[-1.8559, 52.6027],[-1.859501, 52.5979],[-1.8665, 52.5889],[-1.870399, 52.5861],[-1.873199, 52.5833],[-1.8749, 52.5842],[-1.877499, 52.586],[-1.878, 52.5882],[-1.878901, 52.5904],[-1.8817, 52.5932],[-1.8857, 52.5962],[-1.8901, 52.5996],[-1.8897, 52.6009],[-1.8881, 52.6021],[-1.877699, 52.6072],[-1.883, 52.6182],[-1.895499, 52.6272],[-1.9038, 52.6316],[-1.908599, 52.6343],[-1.9119, 52.6359],[-1.9081, 52.6385],[-1.901201, 52.6413],[-1.904999, 52.6433],[-1.9147, 52.6491],[-1.911801, 52.6513],[-1.9094, 52.6518],[-1.9139, 52.6572],[-1.917199, 52.6571],[-1.9198, 52.6584],[-1.922799, 52.6599],[-1.9263, 52.6614],[-1.9302, 52.6628],[-1.934301, 52.6643],[-1.9483, 52.6582],[-1.9532, 52.6608],[-1.9571, 52.6612],[-1.957399, 52.6608],[-1.9571, 52.6592],[-1.9565, 52.6565],[-1.9563, 52.6555],[-1.9562, 52.6529],[-1.9571, 52.6452],[-1.9582, 52.6427],[-1.9597, 52.6413],[-1.961699, 52.64],[-1.9657, 52.6388],[-1.9678, 52.6385],[-1.9721, 52.6389],[-1.9751, 52.6397],[-1.9784, 52.6418],[-1.979599, 52.6409],[-1.983, 52.6407],[-1.9873, 52.6409],[-2.0002, 52.6375],[-2.0037, 52.6368],[-2.010299, 52.6347],[-2.0153, 52.6305],[-2.0188, 52.6282],[-2.0215, 52.6277],[-2.0295, 52.6269],[-2.0301, 52.6239],[-2.024301, 52.6194],[-2.0302, 52.6196],[-2.036201, 52.6204],[-2.0429, 52.6212],[-2.045399, 52.6216],[-2.0502, 52.6221],[-2.052799, 52.6222],[-2.056499, 52.6225],[-2.063299, 52.6215],[-2.066801, 52.6201],[-2.0678, 52.6187],[-2.067699, 52.6167],[-2.066601, 52.6136],[-2.069799, 52.6135],[-2.0711, 52.6134],[-2.078599, 52.6137],[-2.0818, 52.6145],[-2.084399, 52.6159],[-2.087199, 52.6186],[-2.090499, 52.6205],[-2.092799, 52.6206],[-2.094301, 52.6225],[-2.094199, 52.6253],[-2.0947, 52.6274],[-2.0982, 52.6342],[-2.100399, 52.6357],[-2.1024, 52.6359],[-2.108999, 52.6363],[-2.1139, 52.6363],[-2.1161, 52.6359],[-2.117599, 52.6362],[-2.1203, 52.6366],[-2.123399, 52.6373],[-2.1263, 52.6378],[-2.1294, 52.638],[-2.130599, 52.6378],[-2.1318, 52.6361],[-2.1356, 52.6317],[-2.138999, 52.6305],[-2.1462, 52.6294],[-2.15, 52.625],[-2.157099, 52.6247],[-2.159301, 52.6191],[-2.162199, 52.6193],[-2.1638, 52.6196],[-2.1658, 52.6186],[-2.1679, 52.6173],[-2.1728, 52.6146],[-2.1698, 52.6119],[-2.174599, 52.6089],[-2.179101, 52.6064],[-2.1864, 52.6081],[-2.194101, 52.6089],[-2.1956, 52.6070],[-2.190599, 52.603],[-2.189501, 52.6002],[-2.1885, 52.5974],[-2.189101, 52.5932],[-2.189699, 52.5913],[-2.1953, 52.5889],[-2.203701, 52.5865],[-2.2021, 52.5836],[-2.2002, 52.5816],[-2.1975, 52.5801],[-2.1947, 52.5792],[-2.189199, 52.5783],[-2.1861, 52.5782],[-2.183901, 52.578],[-2.181, 52.5772],[-2.1785, 52.5754],[-2.177299, 52.5727],[-2.1761, 52.5688],[-2.1754, 52.5662],[-2.1747, 52.5629],[-2.1745, 52.5576],[-2.1742, 52.5552],[-2.168799, 52.5528],[-2.1672, 52.5521],[-2.164999, 52.5529],[-2.1649, 52.5553],[-2.1641, 52.5555],[-2.1565, 52.5542],[-2.149199, 52.5543],[-2.1445, 52.5556],[-2.141299, 52.5569],[-2.138099, 52.561],[-2.13640, 52.5608],[-2.136899, 52.5584],[-2.1362, 52.5577],[-2.134, 52.556],[-2.132699, 52.5552],[-2.133701, 52.553],[-2.138, 52.5481],[-2.137199, 52.5414],[-2.136899, 52.5387],[-2.137001, 52.5354],[-2.1426, 52.5332],[-2.1463, 52.5319],[-2.149699, 52.5303],[-2.154, 52.5259],[-2.149899, 52.524],[-2.1465, 52.5224],[-2.144799, 52.5213],[-2.1454, 52.5189],[-2.148099, 52.5152],[-2.170099, 52.514],[-2.1785, 52.5127],[-2.187799, 52.5034],[-2.186899, 52.5007],[-2.186201, 52.4989],[-2.184799, 52.4971],[-2.180799, 52.4909],[-2.1798, 52.4888],[-2.1786, 52.4863],[-2.177999, 52.4824],[-2.178999, 52.4805],[-2.1754, 52.4753],[-2.1719, 52.4711],[-2.171201, 52.4651],[-2.173701, 52.4603],[-2.1744, 52.4564],[-2.174599, 52.4535],[-2.173599, 52.4508],[-2.172499, 52.4473],[-2.171099, 52.4436],[-2.170099, 52.4412],[-2.168799, 52.4385],[-2.1651, 52.4322],[-2.1654, 52.4239],[-2.170599, 52.4248],[-2.1785, 52.4256],[-2.1861, 52.4258],[-2.1885, 52.4255],[-2.1912, 52.4247],[-2.193, 52.4239],[-2.1963, 52.4249],[-2.1951, 52.4281],[-2.2007, 52.4281],[-2.203399, 52.4291],[-2.2063, 52.4298],[-2.213799, 52.4300],[-2.2147, 52.4322],[-2.215899, 52.4358],[-2.2244, 52.4349],[-2.2334, 52.4354],[-2.240499, 52.4361],[-2.2451, 52.4381],[-2.2507, 52.4381],[-2.254699, 52.4379],[-2.2599, 52.4376],[-2.2616, 52.4393],[-2.2616, 52.4418],[-2.261499, 52.4448],[-2.262199, 52.4454],[-2.263799, 52.4454],[-2.265199, 52.445],[-2.2657, 52.4443],[-2.2655, 52.4406],[-2.2691, 52.4396],[-2.2725, 52.4398],[-2.279, 52.4436],[-2.2883, 52.4445],[-2.2904, 52.4481],[-2.2935, 52.4492],[-2.2893, 52.4518],[-2.285599, 52.4537],[-2.286099, 52.455],[-2.288399, 52.461],[-2.2913, 52.4674],[-2.294699, 52.4691],[-2.294899, 52.4745],[-2.3025, 52.4816],[-2.3036, 52.4821],[-2.306, 52.4827],[-2.3076, 52.4833],[-2.3092, 52.4850],[-2.310699, 52.4886],[-2.3076, 52.4940],[-2.307499, 52.4985],[-2.306601, 52.5005],[-2.298, 52.5059],[-2.293099, 52.5107],[-2.286, 52.5139],[-2.261899, 52.5252],[-2.2614, 52.5268],[-2.2683, 52.5322],[-2.26500, 52.5368],[-2.26, 52.5408],[-2.2555, 52.5428],[-2.262599, 52.5494],[-2.278901, 52.5536],[-2.274501, 52.5567],[-2.271801, 52.5589],[-2.27, 52.5601],[-2.267999, 52.5613],[-2.265599, 52.5622],[-2.260299, 52.565],[-2.26, 52.5664],[-2.265599, 52.5731],[-2.2702, 52.5767],[-2.274199, 52.5796],[-2.276601, 52.585],[-2.2809, 52.5864],[-2.292799, 52.5857],[-2.294899, 52.5878],[-2.303299, 52.5911],[-2.3094, 52.5919],[-2.318, 52.5926],[-2.320499, 52.5932],[-2.3232, 52.5938],[-2.3253, 52.6070],[-2.3224, 52.6130],[-2.319101, 52.6148],[-2.3148, 52.6147],[-2.3115, 52.6134],[-2.3093, 52.6085],[-2.3053, 52.6072],[-2.294399, 52.6082],[-2.2936, 52.6074],[-2.293299, 52.6058],[-2.2757, 52.6060],[-2.2708, 52.6093],[-2.263799, 52.6113],[-2.256201, 52.6103],[-2.2534, 52.6137],[-2.242899, 52.6269],[-2.233, 52.6363],[-2.233599, 52.6454],[-2.233599, 52.6467],[-2.236099, 52.6527],[-2.2358, 52.6556],[-2.235699, 52.6577],[-2.237999, 52.6615],[-2.235399, 52.666],[-2.2381, 52.6667],[-2.237799, 52.6700],[-2.2384, 52.6708],[-2.2414, 52.6735],[-2.242399, 52.675],[-2.243, 52.6776],[-2.2428, 52.6801],[-2.243, 52.6806],[-2.245399, 52.6812],[-2.2458, 52.6827],[-2.246601, 52.6834],[-2.2476, 52.6835],[-2.248399, 52.6833],[-2.252001, 52.6809],[-2.2567, 52.6822],[-2.260499, 52.683],[-2.263299, 52.6832],[-2.2669, 52.6820],[-2.272599, 52.6804],[-2.2765, 52.6806],[-2.2827, 52.6814],[-2.2888, 52.6823],[-2.298599, 52.6831],[-2.30290, 52.6829],[-2.3057, 52.6886],[-2.3083, 52.6943],[-2.3097, 52.6944],[-2.312099, 52.6943],[-2.3134, 52.6944],[-2.3155, 52.695],[-2.317199, 52.6966],[-2.3217, 52.7041],[-2.322299, 52.7076],[-2.3204, 52.7106],[-2.3159, 52.7134],[-2.308399, 52.7198],[-2.3088, 52.7218],[-2.3135, 52.7245],[-2.3155, 52.7289],[-2.3152, 52.7321],[-2.314399, 52.7336],[-2.313999, 52.7351],[-2.313999, 52.7374],[-2.3139, 52.7385],[-2.3132, 52.7396],[-2.3122, 52.7430],[-2.3124, 52.7449],[-2.3135, 52.7464],[-2.317001, 52.7483],[-2.319101, 52.7494],[-2.3224, 52.7502],[-2.324501, 52.7509],[-2.328701, 52.751],[-2.3306, 52.7518],[-2.329799, 52.7569],[-2.3306, 52.7576],[-2.3392, 52.7613],[-2.3427, 52.7632],[-2.345299, 52.7663],[-2.348, 52.7668],[-2.355599, 52.7714],[-2.358799, 52.7733],[-2.361601, 52.7742],[-2.365099, 52.7762],[-2.3694, 52.777],[-2.366801, 52.7795],[-2.367899, 52.7812],[-2.367899, 52.7822],[-2.366801, 52.7834],[-2.366, 52.7845],[-2.368901, 52.7842],[-2.371099, 52.7839],[-2.375099, 52.7837],[-2.376899, 52.7836],[-2.378799, 52.7854],[-2.3805, 52.7870],[-2.3818, 52.7879],[-2.383701, 52.7888],[-2.384, 52.7894],[-2.3838, 52.7898],[-2.379301, 52.7955],[-2.374599, 52.7950],[-2.372299, 52.7956],[-2.371201, 52.7962],[-2.3722, 52.7982],[-2.373199, 52.8002],[-2.376699, 52.8051],[-2.377001, 52.8065],[-2.377001, 52.8076],[-2.375, 52.809],[-2.375299, 52.8102],[-2.377199, 52.8117],[-2.3886, 52.8161],[-2.404, 52.8232],[-2.4154, 52.8272],[-2.410399, 52.8326],[-2.4084, 52.8348],[-2.407001, 52.8358],[-2.4058, 52.8362],[-2.402999, 52.8357],[-2.396001, 52.8346],[-2.395, 52.8352],[-2.3938, 52.8365],[-2.392999, 52.8378],[-2.3931, 52.8398],[-2.3942, 52.8424],[-2.3942, 52.8446],[-2.393901, 52.8467],[-2.3926, 52.8483],[-2.39, 52.8506],[-2.388799, 52.8526],[-2.387599, 52.8557],[-2.3875, 52.8579],[-2.385799, 52.8609],[-2.3841, 52.8622],[-2.3747, 52.8642],[-2.377199, 52.8666],[-2.378999, 52.8701],[-2.3798, 52.8736],[-2.3792, 52.8777],[-2.379101, 52.8804],[-2.379101, 52.8818],[-2.377199, 52.8847],[-2.3756, 52.8871],[-2.373701, 52.8919],[-2.3759, 52.8922],[-2.3807, 52.8919],[-2.3936, 52.8887],[-2.399699, 52.8871],[-2.4047, 52.886],[-2.4098, 52.8876],[-2.4124, 52.8879],[-2.4142, 52.8853],[-2.418299, 52.8865],[-2.421, 52.8863],[-2.4254, 52.8837],[-2.4342, 52.8827],[-2.4402, 52.8812],[-2.442899, 52.8794],[-2.4449, 52.8752],[-2.4456, 52.8752],[-2.4475, 52.8755],[-2.449699, 52.8778],[-2.4507, 52.8786],[-2.452899, 52.8784],[-2.4546, 52.8798],[-2.456401, 52.8803],[-2.4575, 52.8803],[-2.4575, 52.8831],[-2.4575, 52.8852],[-2.460599, 52.8868],[-2.467299, 52.8957],[-2.46890, 52.9012],[-2.4714, 52.9057],[-2.459399, 52.9122],[-2.457099, 52.9145],[-2.4561, 52.9166],[-2.45540, 52.9238],[-2.4547, 52.9259],[-2.449301, 52.9286],[-2.447099, 52.9301],[-2.4453, 52.933],[-2.444799, 52.9331],[-2.4428, 52.9327],[-2.442001, 52.9333],[-2.441299, 52.9346],[-2.4396, 52.939],[-2.4366, 52.9425],[-2.431201, 52.9458],[-2.427299, 52.9496],[-2.419199, 52.949],[-2.4164, 52.9482],[-2.4142, 52.9469],[-2.4101, 52.9464],[-2.407399, 52.947],[-2.4047, 52.9479],[-2.40660, 52.9513],[-2.4084, 52.9552],[-2.410399, 52.9586],[-2.4124, 52.9616],[-2.4115, 52.9629],[-2.406801, 52.9629],[-2.3984, 52.961],[-2.393901, 52.9522],[-2.388901, 52.9531],[-2.386801, 52.955],[-2.3861, 52.9582],[-2.384599, 52.9608],[-2.380599, 52.963],[-2.378299, 52.9646],[-2.376601, 52.9661],[-2.3799, 52.9742],[-2.3724, 52.9761],[-2.368, 52.9802],[-2.378999, 52.9900],[-2.387001, 52.9971],[-2.383199, 52.9985],[-2.3803, 52.9988],[-2.3801, 52.9991],[-2.38, 53.0014],[-2.381099, 53.0061],[-2.3824, 53.008],[-2.3733, 53.0126],[-2.368999, 53.0153],[-2.374599, 53.018],[-2.3815, 53.0263],[-2.380399, 53.0276],[-2.381001, 53.0299],[-2.3857, 53.0330],[-2.3856, 53.0347],[-2.384, 53.0345],[-2.3842, 53.0379],[-2.3817, 53.0449],[-2.381601, 53.0468],[-2.382699, 53.0486],[-2.3818, 53.0497],[-2.3739, 53.0551],[-2.3562, 53.0553],[-2.3508, 53.0587],[-2.346699, 53.0565],[-2.3392, 53.0615],[-2.3394, 53.063],[-2.329999, 53.0705],[-2.327899, 53.0737],[-2.3283, 53.076],[-2.3276, 53.0771],[-2.326401, 53.0778],[-2.3227, 53.078],[-2.3204, 53.0795],[-2.316401, 53.0819],[-2.3131, 53.0814],[-2.310699, 53.0824],[-2.304199, 53.0838],[-2.295099, 53.0809],[-2.2932, 53.0789],[-2.2781, 53.0806],[-2.2722, 53.0843],[-2.267499, 53.0888],[-2.2593, 53.0908],[-2.256401, 53.0914],[-2.254101, 53.0909],[-2.247699, 53.0892],[-2.2444, 53.0923],[-2.2428, 53.0945],[-2.240499, 53.0977],[-2.2312, 53.1007],[-2.2268, 53.1027],[-2.221801, 53.1046],[-2.220599, 53.1057],[-2.220599, 53.1077],[-2.219399, 53.1090],[-2.2025, 53.1178],[-2.1928, 53.1229],[-2.191801, 53.13],[-2.1867, 53.134],[-2.181801, 53.14],[-2.177799, 53.1436],[-2.1726, 53.1473],[-2.166699, 53.1492],[-2.164599, 53.1501],[-2.1536, 53.1567],[-2.153901, 53.1601],[-2.1517, 53.1604],[-2.1464, 53.1583],[-2.1421, 53.1563],[-2.1405, 53.1566],[-2.1421, 53.1654],[-2.1429, 53.1726],[-2.1424, 53.1754],[-2.141001, 53.1782],[-2.1396, 53.1836],[-2.1378, 53.184],[-2.1328, 53.1844],[-2.1308, 53.1841],[-2.118599, 53.1724],[-2.112799, 53.1705],[-2.1108, 53.1699],[-2.106801, 53.1698],[-2.101001, 53.1684],[-2.0883, 53.1692],[-2.084399, 53.1701],[-2.0831, 53.1706],[-2.080699, 53.172],[-2.079, 53.1722],[-2.0759, 53.1717],[-2.0708, 53.1728],[-2.068399, 53.1749],[-2.063299, 53.1747],[-2.0608, 53.1752],[-2.0583, 53.1763],[-2.057499, 53.1774],[-2.0574, 53.1781],[-2.0583, 53.1793],[-2.0592, 53.1799],[-2.059, 53.1805],[-2.057499, 53.1812],[-2.054199, 53.1822],[-2.050699, 53.1838],[-2.0499, 53.1846],[-2.0499, 53.185],[-2.051001, 53.1856],[-2.0513, 53.1863],[-2.051201, 53.1867],[-2.050499, 53.1873],[-2.0425, 53.193],[-2.0388, 53.1941],[-2.0376, 53.1941],[-2.0301, 53.1937],[-2.0278, 53.1933],[-2.026, 53.1928],[-2.022399, 53.1911],[-2.0199, 53.19],[-2.016401, 53.1892],[-2.009501, 53.1935],[-2.0071, 53.1938],[-2.002399, 53.1941],[-1.9999, 53.1939],[-1.996099, 53.1985],[-1.993999, 53.2008],[-1.993, 53.2021],[-1.9908, 53.2049],[-1.988999, 53.2069],[-1.986099, 53.2103],[-1.985, 53.2121],[-1.984599, 53.2141],[-1.982, 53.215],[-1.9786, 53.2160],[-1.975, 53.2172],[-1.9714, 53.2184],[-1.967499, 53.2206],[-1.9657, 53.2231],[-1.9615, 53.2267],[-1.960899, 53.2268],[-1.9601, 53.2260],[-1.9592, 53.2206],[-1.9578, 53.2176],[-1.9548, 53.2154],[-1.951699, 53.2136],[-1.948799, 53.2124],[-1.945199, 53.2118],[-1.943099, 53.2114],[-1.939, 53.2112],[-1.9268, 53.2088],[-1.9226, 53.2058],[-1.9195, 53.2043],[-1.915699, 53.2038],[-1.896899, 53.199],[-1.8937, 53.1986],[-1.8874, 53.1993],[-1.884501, 53.1986],[-1.8838, 53.1964],[-1.8844, 53.1953],[-1.8857, 53.1934],[-1.8851, 53.1918],[-1.8838, 53.1903],[-1.8809, 53.1893],[-1.8753, 53.1902],[-1.8664, 53.1898],[-1.850399, 53.1826],[-1.8427, 53.1781],[-1.837399, 53.1759],[-1.826499, 53.1679],[-1.8236, 53.1663],[-1.818099, 53.1624],[-1.815099, 53.1592],[-1.814101, 53.1569],[-1.8147, 53.1543],[-1.815799, 53.1516],[-1.816499, 53.1502],[-1.818599, 53.1474],[-1.819399, 53.1455],[-1.8198, 53.143],[-1.820199, 53.1421],[-1.820899, 53.1416],[-1.8226, 53.1413],[-1.8234, 53.1403],[-1.8234, 53.1391],[-1.8232, 53.1366],[-1.822299, 53.1348],[-1.8213, 53.1336],[-1.8203, 53.1329],[-1.8124, 53.1279],[-1.8105, 53.126],[-1.809501, 53.1246],[-1.8069, 53.1224],[-1.8045, 53.1204],[-1.8025, 53.1183],[-1.8013, 53.1153],[-1.8003, 53.1146],[-1.7983, 53.1137],[-1.7955, 53.1118],[-1.789899, 53.1054],[-1.7887, 53.0999],[-1.788, 53.0952],[-1.7854, 53.0755],[-1.7831, 53.0725],[-1.786201, 53.0661],[-1.786299, 53.0651],[-1.785699, 53.0606],[-1.7839, 53.0518],[-1.7837, 53.0504],[-1.782001, 53.0485],[-1.780599, 53.0475],[-1.7765, 53.0454],[-1.772799, 53.0462],[-1.771001, 53.0465],[-1.7696, 53.0468],[-1.768399, 53.0466],[-1.7675, 53.0461],[-1.763299, 53.0424],[-1.7614, 53.0391],[-1.76, 53.035],[-1.7587, 53.0167],[-1.7592, 53.0146],[-1.761899, 53.0141],[-1.7638, 53.0126],[-1.7645, 53.0102],[-1.7638, 53.0079],[-1.7596, 53.0003],[-1.76, 52.999],[-1.7873, 52.9902],[-1.7898, 52.9905],[-1.7955, 52.9895],[-1.7954, 52.9852],[-1.7976, 52.986],[-1.8011, 52.9854],[-1.799999, 52.983],[-1.809101, 52.9793],[-1.811401, 52.9791],[-1.814301, 52.9789],[-1.816601, 52.9789],[-1.819399, 52.9792],[-1.8228, 52.9790],[-1.8248, 52.9785],[-1.8272, 52.977],[-1.829, 52.9750],[-1.8305, 52.9730],[-1.8315, 52.9713],[-1.831699, 52.9704],[-1.831401, 52.9694],[-1.830799, 52.9679],[-1.829501, 52.9664],[-1.819399, 52.9631],[-1.820899, 52.9603],[-1.818501, 52.9591],[-1.818099, 52.9551],[-1.8261, 52.9491],[-1.8249, 52.9471],[-1.8226, 52.9405],[-1.826401, 52.939],[-1.829301, 52.9408],[-1.834, 52.9404],[-1.835299, 52.94],[-1.836699, 52.9396],[-1.8392, 52.9394],[-1.84, 52.9429],[-1.8465, 52.942],[-1.845399, 52.9389],[-1.8448, 52.9368],[-1.8465, 52.9358],[-1.851001, 52.934],[-1.8471, 52.933],[-1.8471, 52.9319],[-1.8509, 52.9312],[-1.849301, 52.9279],[-1.846099, 52.9197],[-1.845899, 52.9176],[-1.847499, 52.9152],[-1.848701, 52.9140],[-1.8486, 52.9129],[-1.8476, 52.9125],[-1.8401, 52.9127],[-1.8429, 52.9097],[-1.840899, 52.9069],[-1.8406, 52.9043],[-1.839501, 52.9025],[-1.832399, 52.8945],[-1.830099, 52.8921],[-1.829399, 52.8884],[-1.827, 52.8849],[-1.825899, 52.884],[-1.8217, 52.8859],[-1.8146, 52.882],[-1.813599, 52.8815],[-1.8111, 52.8814],[-1.808501, 52.8822],[-1.8056, 52.8831],[-1.8031, 52.8842],[-1.799399, 52.8856],[-1.7969, 52.885],[-1.789899, 52.8792],[-1.7883, 52.8816],[-1.782699, 52.8851],[-1.781801, 52.8844],[-1.782699, 52.881],[-1.7809, 52.8808],[-1.776, 52.8829],[-1.7737, 52.8783],[-1.7608, 52.874],[-1.739101, 52.8685],[-1.7363, 52.8687],[-1.733999, 52.8666],[-1.728, 52.8665],[-1.726699, 52.8638],[-1.724301, 52.8628],[-1.7183, 52.8630],[-1.7134, 52.8644],[-1.710199, 52.8648],[-1.7077, 52.8649],[-1.7055, 52.8647],[-1.7041, 52.8644],[-1.7006, 52.8641],[-1.691601, 52.8646],[-1.685199, 52.8638],[-1.682199, 52.8604],[-1.6792, 52.8594],[-1.675699, 52.8594],[-1.6733, 52.8600],[-1.670799, 52.8600],[-1.667001, 52.8597],[-1.6654, 52.8572],[-1.662899, 52.8541],[-1.661299, 52.8545],[-1.659, 52.8551],[-1.6552, 52.8559],[-1.653501, 52.8552],[-1.652001, 52.8532],[-1.648, 52.8524],[-1.6438, 52.8514],[-1.642799, 52.8531],[-1.6415, 52.8556],[-1.6352, 52.8565],[-1.6337, 52.8522],[-1.629699, 52.8499],[-1.6243, 52.8472],[-1.6217, 52.8463],[-1.614501, 52.8450],[-1.613, 52.844],[-1.608, 52.8342],[-1.6021, 52.8344],[-1.6022, 52.8312],[-1.5973, 52.832],[-1.595899, 52.8311],[-1.5957, 52.8303],[-1.5958, 52.8281],[-1.595899, 52.8273],[-1.596001, 52.8268],[-1.5976, 52.8261],[-1.601801, 52.8234],[-1.6035, 52.8218],[-1.6055, 52.8189],[-1.6057, 52.8173],[-1.6058, 52.815],[-1.605299, 52.8143],[-1.6006, 52.8127],[-1.598, 52.8116],[-1.594301, 52.8098],[-1.5907, 52.808],[-1.588901, 52.8070],[-1.5883, 52.8036],[-1.587999, 52.8019],[-1.5877, 52.7998],[-1.5878, 52.7955],[-1.588799, 52.7879],[-1.6058, 52.7774],[-1.611899, 52.7806],[-1.6177, 52.7841],[-1.6208, 52.7818],[-1.6257, 52.7792],[-1.628901, 52.7794],[-1.638399, 52.785],[-1.6388, 52.7851],[-1.641201, 52.7835],[-1.6431, 52.7822],[-1.6465, 52.7799],[-1.6472, 52.7794],[-1.6481, 52.7791],[-1.6488, 52.7791],[-1.6495, 52.7792],[-1.6509, 52.7796],[-1.654999, 52.7814],[-1.659101, 52.7838],[-1.660699, 52.7845],[-1.661801, 52.7848],[-1.6626, 52.7848],[-1.663599, 52.7847],[-1.6644, 52.7844],[-1.6652, 52.7840],[-1.666201, 52.7832],[-1.6669, 52.7825],[-1.6673, 52.7818],[-1.6675, 52.7812],[-1.667799, 52.7803],[-1.667899, 52.7795],[-1.6677, 52.7784],[-1.6676, 52.7777],[-1.6677, 52.7771],[-1.6681, 52.7763],[-1.6684, 52.7757],[-1.668501, 52.7753],[-1.6683, 52.7747],[-1.6682, 52.7742],[-1.6683, 52.7737],[-1.668599, 52.7732],[-1.669, 52.7729],[-1.6696, 52.7727],[-1.672001, 52.7724],[-1.6749, 52.7723],[-1.676401, 52.7723],[-1.6777, 52.7721],[-1.678599, 52.7718],[-1.6796, 52.7711],[-1.6802, 52.7702],[-1.680699, 52.7693],[-1.6813, 52.7682],[-1.682199, 52.7669],[-1.6826, 52.7663],[-1.6826, 52.7659],[-1.682299, 52.7656],[-1.6817, 52.7651],[-1.6811, 52.7646],[-1.6809, 52.7642],[-1.6809, 52.7638],[-1.6813, 52.7629],[-1.6824, 52.7613],[-1.683501, 52.76],[-1.6853, 52.7584],[-1.686401, 52.7579],[-1.6875, 52.7575],[-1.6897, 52.757],[-1.6921, 52.7558],[-1.693599, 52.7547],[-1.6942, 52.7539],[-1.6947, 52.7532],[-1.6948, 52.7527],[-1.6947, 52.7522],[-1.694, 52.7518],[-1.692899, 52.7515],[-1.6924, 52.7512],[-1.6921, 52.7507],[-1.6921, 52.7501],[-1.6928, 52.7492],[-1.6933, 52.7484],[-1.6933, 52.7477],[-1.693099, 52.7473],[-1.6925, 52.7468],[-1.6912, 52.7459],[-1.6903, 52.7453],[-1.689999, 52.7449],[-1.6899, 52.7444],[-1.690099, 52.7441],[-1.6906, 52.7439],[-1.691401, 52.7439],[-1.693099, 52.7444],[-1.6942, 52.7446],[-1.695199, 52.7444],[-1.6956, 52.7438],[-1.6957, 52.7429],[-1.6956, 52.7417],[-1.6957, 52.7408],[-1.696601, 52.7395],[-1.6975, 52.7382],[-1.697899, 52.7365],[-1.698799, 52.7347],[-1.7004, 52.7332],[-1.702999, 52.7319],[-1.7027, 52.7315],[-1.7012, 52.7296],[-1.6989, 52.7288],[-1.6968, 52.7283],[-1.692299, 52.727],[-1.687001, 52.727],[-1.678599, 52.7271],[-1.6747, 52.7276],[-1.6739, 52.7254],[-1.672099, 52.7248],[-1.666201, 52.7242],[-1.662199, 52.7237],[-1.6583, 52.7228],[-1.654999, 52.7217],[-1.6531, 52.7202],[-1.655699, 52.7141],[-1.6554, 52.7117],[-1.6538, 52.7097],[-1.651801, 52.7087],[-1.6509, 52.7069],[-1.652699, 52.7033],[-1.6532, 52.6988],[-1.6472, 52.6992],[-1.644, 52.7001],[-1.6416, 52.701],[-1.6396, 52.7012],[-1.6375, 52.701],[-1.635599, 52.7022],[-1.633999, 52.7034],[-1.632599, 52.7035],[-1.627499, 52.701],[-1.626201, 52.7009],[-1.623399, 52.7022],[-1.6201, 52.7055],[-1.618, 52.708],[-1.6164, 52.7089],[-1.613901, 52.709],[-1.6108, 52.7086],[-1.606801, 52.7072],[-1.6051, 52.7061],[-1.607499, 52.7008],[-1.6073, 52.6999],[-1.6048, 52.6982],[-1.6022, 52.6974],[-1.6, 52.6972],[-1.5983, 52.6976],[-1.5963, 52.6986],[-1.593701, 52.7012],[-1.592, 52.7],[-1.5907, 52.6989],[-1.5856, 52.6959],[-1.5869, 52.6929],[-1.5877, 52.6893],[-1.5886, 52.6875],[-1.596801, 52.6834],[-1.6057, 52.6800],[-1.6027, 52.6755],[-1.6052, 52.6740],[-1.6084, 52.6730],[-1.613999, 52.672],[-1.613299, 52.6693],[-1.6201, 52.6681],[-1.620399, 52.6670],[-1.621801, 52.6658],[-1.6294, 52.6620],[-1.6409, 52.6558],[-1.6374, 52.6493],[-1.635599, 52.6462],[-1.635599, 52.645],[-1.635499, 52.6437],[-1.634799, 52.6398],[-1.6344, 52.6373],[-1.638999, 52.6342],[-1.634799, 52.6273],[-1.6379, 52.6215],[-1.6325, 52.6185],[-1.635499, 52.6144],[-1.635599, 52.6109],[-1.636299, 52.6081],[-1.6401, 52.6044],[-1.645, 52.5996],[-1.649799, 52.5966],[-1.6545, 52.5951],[-1.656801, 52.5949],[-1.6596, 52.594],[-1.664199, 52.5913],[-1.6716, 52.5925],[-1.682999, 52.593],[-1.686, 52.589],[-1.686499, 52.5889],[-1.689999, 52.5896],[-1.6957, 52.5904]]]]}, properties:{name:"Staffordshire"}}, {type:"Feature", geometry:{type:"MultiPolygon", coordinates:[[[[1.6783, 52.3148],[1.678501, 52.3144],[1.678501, 52.3142],[1.677999, 52.3140],[1.6751, 52.3142],[1.673999, 52.3142],[1.673301, 52.3140],[1.6695, 52.3123],[1.6671, 52.3112],[1.665601, 52.3103],[1.658999, 52.3051],[1.650699, 52.2981],[1.645401, 52.2928],[1.643199, 52.2904],[1.640499, 52.2868],[1.636801, 52.2812],[1.6348, 52.2777],[1.6327, 52.2712],[1.6312, 52.2610],[1.631001, 52.2538],[1.630499, 52.2479],[1.630301, 52.2399],[1.630201, 52.2372],[1.6285, 52.2281],[1.627401, 52.2236],[1.6265, 52.2186],[1.6258, 52.2124],[1.625301, 52.2086],[1.625, 52.2049],[1.6249, 52.1959],[1.6248, 52.1937],[1.625, 52.1921],[1.625301, 52.1911],[1.6258, 52.1905],[1.626001, 52.1897],[1.625899, 52.1892],[1.625301, 52.1876],[1.622301, 52.1814],[1.6184, 52.1778],[1.615, 52.1742],[1.612301, 52.1708],[1.6113, 52.1689],[1.6106, 52.1669],[1.6098, 52.1638],[1.607401, 52.1593],[1.606001, 52.1559],[1.604501, 52.1517],[1.603199, 52.1458],[1.6018, 52.141],[1.5999, 52.1365],[1.5975, 52.1319],[1.596499, 52.1283],[1.5953, 52.1249],[1.5934, 52.1212],[1.592901, 52.1197],[1.592301, 52.1174],[1.591, 52.1125],[1.5904, 52.1101],[1.5897, 52.1061],[1.588599, 52.1],[1.587901, 52.0967],[1.587, 52.0938],[1.586601, 52.093],[1.585699, 52.0914],[1.5847, 52.09],[1.5823, 52.0877],[1.579201, 52.0852],[1.575699, 52.0833],[1.5661, 52.0801],[1.556201, 52.0775],[1.553599, 52.0768],[1.547601, 52.0758],[1.5416, 52.0742],[1.536801, 52.073],[1.529801, 52.0707],[1.523999, 52.0688],[1.5144, 52.0657],[1.508199, 52.0639],[1.4994, 52.0615],[1.4921, 52.0592],[1.488999, 52.0580],[1.4841, 52.0558],[1.477901, 52.0524],[1.4734, 52.0501],[1.471601, 52.0483],[1.468599, 52.0449],[1.4661, 52.0431],[1.463701, 52.0418],[1.4635, 52.0408],[1.462801, 52.0401],[1.4602, 52.0385],[1.456499, 52.0366],[1.452999, 52.034],[1.4502, 52.0313],[1.445899, 52.0265],[1.440699, 52.0188],[1.4397, 52.0171],[1.438501, 52.0146],[1.4368, 52.0105],[1.436, 52.0091],[1.4338, 52.0067],[1.4329, 52.0059],[1.432101, 52.0054],[1.4303, 52.0043],[1.427001, 52.0027],[1.4261, 52.0019],[1.425499, 52.0007],[1.4239,51.9989],[1.422801,51.9981],[1.421299,51.9972],[1.4188,51.9958],[1.4158,51.9943],[1.4128,51.993],[1.4096,51.9915],[1.4073,51.9908],[1.4036,51.9893],[1.3994,51.9876],[1.396901,51.9871],[1.3958,51.9871],[1.395499,51.9875],[1.395499,51.9883],[1.3915,51.9869],[1.391099,51.9862],[1.391001,51.9852],[1.391701,51.9838],[1.391901,51.9828],[1.3916,51.9815],[1.3909,51.9805],[1.388999,51.9789],[1.385301,51.9763],[1.3792,51.9717],[1.3756,51.9686],[1.373399,51.9662],[1.3722,51.965],[1.370899,51.9639],[1.369401,51.9633],[1.3665,51.9626],[1.3619,51.9616],[1.3584,51.9607],[1.3543,51.9598],[1.3514,51.9589],[1.3489,51.958],[1.347,51.9573],[1.345201,51.9563],[1.343799,51.9547],[1.342,51.9528],[1.340101,51.9508],[1.336401,51.9466],[1.332901,51.9458],[1.330601,51.9446],[1.329,51.9437],[1.3274,51.9423],[1.325699,51.9401],[1.3223,51.9358],[1.321299,51.9340],[1.320601,51.9333],[1.3196,51.9334],[1.317999,51.9343],[1.3176,51.9354],[1.317801,51.9364],[1.318399,51.9377],[1.3187,51.9387],[1.3176,51.9394],[1.317801,51.9404],[1.3181,51.9402],[1.3181,51.9397],[1.3189,51.9395],[1.3202,51.9411],[1.3204,51.9418],[1.319901,51.9433],[1.3189,51.9458],[1.3169,51.9468],[1.3162,51.9487],[1.3174,51.949],[1.317901,51.9492],[1.3181,51.9496],[1.3182,51.9507],[1.319,51.9511],[1.319201,51.9515],[1.3189,51.952],[1.317701,51.9532],[1.3153,51.9553],[1.3133,51.9568],[1.312801,51.9575],[1.3123,51.9591],[1.312101,51.9597],[1.310899,51.9603],[1.3094,51.9607],[1.309,51.9606],[1.309,51.9601],[1.308501,51.96],[1.307701,51.9604],[1.3054,51.9615],[1.3029,51.9623],[1.3,51.963],[1.2939,51.9557],[1.2921,51.9565],[1.2892,51.9573],[1.286099,51.9568],[1.280499,51.9526],[1.275,51.9483],[1.272501,51.9471],[1.2699,51.9471],[1.267,51.9484],[1.263301,51.9503],[1.2578,51.9528],[1.253199,51.9538],[1.2486,51.954],[1.2433,51.9534],[1.2393,51.9523],[1.2325,51.9503],[1.2268,51.9489],[1.2212,51.9484],[1.215001,51.9484],[1.207801,51.9485],[1.1997,51.9492],[1.190899,51.9493],[1.185601,51.9500],[1.1818,51.9517],[1.1772,51.9552],[1.173301,51.9569],[1.169201,51.9578],[1.168599,51.9577],[1.163301,51.9574],[1.1543,51.9548],[1.1459,51.9516],[1.1387,51.9496],[1.1314,51.9489],[1.123901,51.9487],[1.1143,51.9491],[1.106601,51.9491],[1.0996,51.9495],[1.091401,51.9513],[1.0861,51.9518],[1.077801,51.9516],[1.0724,51.9509],[1.067801,51.9492],[1.066,51.9487],[1.064101,51.9485],[1.062701,51.9485],[1.0612,51.9488],[1.0595,51.9495],[1.057701,51.9507],[1.056299,51.9517],[1.0547,51.9528],[1.052701,51.9534],[1.048599,51.9538],[1.0468,51.9543],[1.0446,51.9553],[1.043599,51.9555],[1.0431,51.9554],[1.042001,51.9548],[1.0403,51.9544],[1.039101,51.9543],[1.036201,51.9548],[1.0352,51.9548],[1.0339,51.9545],[1.031099,51.9535],[1.029701,51.9533],[1.0288,51.9534],[1.028,51.9538],[1.0267,51.9546],[1.0258,51.9547],[1.025301,51.9551],[1.024701,51.9563],[1.0237,51.9574],[1.0221,51.9586],[1.0207,51.9595],[1.0199,51.9598],[1.019601,51.9598],[1.018399,51.9592],[1.017401,51.9591],[1.0166,51.9593],[1.013799,51.9607],[1.0116,51.9619],[1.0106,51.9622],[1.01,51.9622],[1.0093,51.962],[1.0078,51.9616],[1.0071,51.9618],[1.005401,51.9624],[1.003999,51.9629],[1.002301,51.9633],[1.001001,51.9636],[1.000499,51.9639],[1.0001,51.9646],[0.9995005,51.965],[0.9985995,51.9647],[0.9981995,51.9644],[0.9981995,51.964],[0.9981005,51.9636],[0.9977005,51.9634],[0.9962995,51.9633],[0.9954995,51.9632],[0.9939005,51.9626],[0.9926005,51.9624],[0.9904995,51.9626],[0.9868005,51.9631],[0.9853005,51.9633],[0.9835005,51.9634],[0.9808005,51.9631],[0.9794005,51.9632],[0.9776005000000002,51.9636],[0.9756995,51.9643],[0.9726005,51.9651],[0.9718005,51.9656],[0.9714005,51.9659],[0.9712995,51.9662],[0.9714995,51.9666],[0.9726005,51.9679],[0.9729995,51.9686],[0.9731005,51.9694],[0.9729995,51.9704],[0.9726005,51.9711],[0.9719005,51.9716],[0.9710005,51.9719],[0.9694005,51.9723],[0.9681005,51.9731],[0.9672005,51.974],[0.9667005,51.9749],[0.9666005,51.9761],[0.9664995,51.9768],[0.9662005,51.9773],[0.9651005,51.978],[0.9635005,51.9789],[0.9631995,51.9787],[0.9614995,51.978],[0.9593005000000002,51.9777],[0.9577005,51.9773],[0.9566005,51.9768],[0.9556005000000002,51.9761],[0.9546005000000002,51.9751],[0.9535005,51.9743],[0.9527005,51.974],[0.9517005,51.9738],[0.9500005,51.9735],[0.9489995,51.9732],[0.9475005,51.9727],[0.9460005,51.9721],[0.9447005000000003,51.9718],[0.9437995,51.9719],[0.9429005,51.9721],[0.9412995000000002,51.973],[0.9404995,51.9733],[0.9394005,51.9734],[0.9381005,51.9733],[0.9360005,51.9729],[0.9350005,51.9728],[0.9324005,51.9726],[0.9312005000000002,51.9726],[0.9300005,51.9728],[0.9291005,51.9732],[0.9281995,51.9738],[0.9274005,51.9744],[0.9260995,51.9752],[0.9252005,51.9757],[0.9242005,51.9759],[0.9227005000000003,51.9757],[0.9204995,51.975],[0.9191005,51.9747],[0.9173005,51.9745],[0.9152005,51.9745],[0.9133995,51.9744],[0.9114995,51.9742],[0.9097005,51.9739],[0.9083005,51.9737],[0.9074005,51.9738],[0.9064995,51.9739],[0.9047005,51.9742],[0.9035995,51.9742],[0.9024005000000002,51.974],[0.9006005,51.9735],[0.8996005,51.9732],[0.8979995,51.9732],[0.8964995,51.9735],[0.8951005,51.9738],[0.8943005000000002,51.9739],[0.8933995,51.9739],[0.8917005,51.9737],[0.8906995,51.9734],[0.8903005,51.973],[0.8900005,51.9721],[0.8894005,51.971],[0.8887995000000002,51.9703],[0.8883005,51.9698],[0.8876005,51.9693],[0.8864005,51.9689],[0.8846005,51.9685],[0.8831995,51.968],[0.8823005,51.9676],[0.8816005,51.9674],[0.8803005,51.9676],[0.8781995,51.9679],[0.8753005000000003,51.9683],[0.8744005,51.9686],[0.8739005,51.969],[0.8737005,51.9698],[0.8735005,51.97],[0.8729005,51.9701],[0.8687005,51.9697],[0.8660005,51.9695],[0.8650005,51.9693],[0.8642005,51.969],[0.8628005,51.9681],[0.8610005,51.9668],[0.8599005,51.9657],[0.8585995,51.9648],[0.8570005000000002,51.964],[0.8554005,51.9636],[0.8539005,51.9634],[0.8514995,51.9633],[0.8501005,51.9631],[0.8485005,51.9629],[0.8464995,51.9627],[0.8453005,51.9627],[0.8448005,51.9628],[0.8437995,51.9632],[0.8424005,51.964],[0.8414005,51.9646],[0.8399005,51.9652],[0.8377005,51.9659],[0.8348005,51.9667],[0.8329995,51.9673],[0.8314995,51.9679],[0.8304005,51.9682],[0.8291005,51.9683],[0.8274005,51.9685],[0.8256005,51.9689],[0.8239005,51.9692],[0.8225005,51.9691],[0.8198005000000002,51.9684],[0.8176005,51.9676],[0.8169005,51.967],[0.8167005000000003,51.9664],[0.8169005,51.9657],[0.8171005,51.9651],[0.8170005,51.9643],[0.8162995,51.9635],[0.8149005,51.9626],[0.8137995,51.962],[0.8129995,51.9618],[0.8123005,51.9617],[0.8110995,51.9621],[0.8096005,51.9626],[0.8076005000000002,51.963],[0.8054995,51.9632],[0.8031005,51.9633],[0.8018005,51.9633],[0.8006995,51.9635],[0.7997005,51.964],[0.7991005,51.9642],[0.7985005000000002,51.9643],[0.7978005,51.9641],[0.7964995,51.9636],[0.7954995,51.9635],[0.7942005,51.9635],[0.7922005,51.9637],[0.7908005,51.9638],[0.7897005,51.964],[0.7887005,51.9644],[0.7878005,51.9649],[0.7874005,51.9656],[0.7875005,51.9663],[0.7875005,51.9669],[0.7871005,51.9676],[0.7864005,51.968],[0.7853005,51.9683],[0.7843005,51.9685],[0.7816005,51.9683],[0.7800005,51.9684],[0.7787995,51.9687],[0.7779995,51.9693],[0.7773005,51.9703],[0.7768005,51.971],[0.7758995,51.9719],[0.7754995,51.9723],[0.7754005000000002,51.9727],[0.7754995,51.9732],[0.7760995,51.9744],[0.7762995,51.9752],[0.7762005,51.9761],[0.7758005,51.9774],[0.7750005,51.9792],[0.7748005,51.9798],[0.7749005,51.9804],[0.7762995,51.9826],[0.7764995,51.9829],[0.7764995,51.9832],[0.7762995,51.9834],[0.7728005,51.9834],[0.7720005,51.9835],[0.7712995,51.9838],[0.7689995,51.985],[0.7683995,51.9852],[0.7664005,51.9853],[0.7650005,51.9855],[0.7637005,51.9858],[0.7627005,51.9864],[0.7621005,51.987],[0.7619005000000002,51.9875],[0.7619005000000002,51.9880],[0.7621005,51.9885],[0.7629005,51.9892],[0.7637005,51.99],[0.7642005,51.9908],[0.7645005,51.9916],[0.7646005,51.9925],[0.7644005,51.9934],[0.7639995,51.9940],[0.7633995,51.9945],[0.7626005,51.9949],[0.7619005000000002,51.9953],[0.7617005,51.9958],[0.7618005,51.9966],[0.7620005,51.9978],[0.7619005000000002,51.9982],[0.7614995,51.9987],[0.7608995,51.9989],[0.7599005,51.9991],[0.7572005,51.9993],[0.7558995,51.9995],[0.7544005, 52.0003],[0.7529995000000002, 52.0010],[0.7520005, 52.0019],[0.7517005, 52.0026],[0.7519005, 52.0037],[0.7519005, 52.0044],[0.7518005, 52.0049],[0.7514005, 52.0057],[0.7508005, 52.0064],[0.7501005, 52.0069],[0.7489995, 52.0076],[0.7479995, 52.0081],[0.7464005, 52.0086],[0.7443005, 52.0092],[0.7428005, 52.0098],[0.7421005, 52.0103],[0.7414005, 52.0109],[0.7408005, 52.0115],[0.7402005000000002, 52.0124],[0.7399005000000002, 52.0131],[0.7396005, 52.0140],[0.7396005, 52.0144],[0.7397005, 52.0147],[0.7399005000000002, 52.0151],[0.7420005, 52.0168],[0.7424005, 52.0172],[0.7426005, 52.0178],[0.7427005, 52.0185],[0.7427005, 52.0198],[0.7428005, 52.0205],[0.7431995, 52.0221],[0.7433005, 52.0227],[0.7431995, 52.0233],[0.7428005, 52.0241],[0.7424005, 52.0248],[0.7418005, 52.0258],[0.7416005, 52.0264],[0.7418005, 52.0276],[0.7420005, 52.0287],[0.7422005, 52.0299],[0.7422005, 52.031],[0.7418005, 52.0318],[0.7412005000000002, 52.0325],[0.7404005, 52.0333],[0.7396005, 52.0338],[0.7385995, 52.0342],[0.7374005, 52.0345],[0.7358995, 52.0347],[0.7333995, 52.0344],[0.7306995, 52.034],[0.7281005, 52.0337],[0.7260995, 52.0337],[0.7260995, 52.0334],[0.7264995, 52.0295],[0.7162995, 52.0272],[0.7106995000000002, 52.0229],[0.7050005, 52.0198],[0.7045005, 52.021],[0.7081005, 52.036],[0.7079005, 52.0374],[0.7045005, 52.0389],[0.6999005, 52.0392],[0.6979995, 52.044],[0.6993005, 52.0456],[0.7019005, 52.0477],[0.7043005, 52.0481],[0.7072005, 52.0482],[0.7160005, 52.0495],[0.7174005, 52.0498],[0.7179995, 52.0498],[0.7179005000000002, 52.051],[0.7176005, 52.0524],[0.7171005, 52.0531],[0.7164995, 52.0535],[0.7158005, 52.0538],[0.7146005, 52.0541],[0.7129995, 52.0542],[0.7117005, 52.0544],[0.7110005, 52.0548],[0.7104995, 52.0553],[0.7101005, 52.0559],[0.7097005, 52.0572],[0.7092005, 52.0581],[0.7083995, 52.0590],[0.7079005, 52.0601],[0.7070005000000003, 52.0615],[0.7058995000000002, 52.0632],[0.7052005, 52.0644],[0.7048005, 52.0653],[0.7046005, 52.0662],[0.7047005000000002, 52.0667],[0.7052005, 52.0672],[0.7060005, 52.0675],[0.7070005000000003, 52.0676],[0.7085005, 52.0674],[0.7099005, 52.0672],[0.7108005000000002, 52.0674],[0.7114005, 52.0677],[0.7120005, 52.0684],[0.7128005, 52.0698],[0.7133995, 52.0720],[0.7133995, 52.0727],[0.7131995, 52.0731],[0.7128005, 52.0733],[0.7093005, 52.0738],[0.7083005, 52.0741],[0.7079995, 52.0745],[0.7078005, 52.0752],[0.7077005, 52.0768],[0.7075005, 52.0775],[0.7069005, 52.0781],[0.7060005, 52.0788],[0.7047005000000002, 52.0795],[0.7033005000000002, 52.0801],[0.7023005, 52.0803],[0.6987995, 52.0804],[0.6947005, 52.0808],[0.6931995, 52.081],[0.6920005, 52.0813],[0.6914005, 52.0816],[0.6910995, 52.082],[0.6906995, 52.0831],[0.6901005, 52.0853],[0.6898005, 52.0858],[0.6894005, 52.0862],[0.6887995, 52.0867],[0.6879005, 52.0872],[0.6866005, 52.0877],[0.6850005, 52.088],[0.6837005, 52.0881],[0.6826005000000002, 52.0878],[0.6819005, 52.0874],[0.6812005, 52.0867],[0.6804005, 52.0857],[0.6799005, 52.0853],[0.6792005, 52.0852],[0.6779005, 52.0854],[0.6754995, 52.0859],[0.6737005, 52.0862],[0.6714005, 52.0864],[0.6698005, 52.0865],[0.6676005, 52.0863],[0.6660005, 52.0859],[0.6644005, 52.0854],[0.6633005, 52.085],[0.6625005, 52.0851],[0.6617005, 52.0855],[0.6603005, 52.0862],[0.6597005, 52.0863],[0.6585995, 52.0863],[0.6575005, 52.0862],[0.6560005, 52.0859],[0.6541005, 52.0856],[0.6523005, 52.0853],[0.6504995, 52.0851],[0.6494005, 52.0852],[0.6481005, 52.0855],[0.6464995, 52.0859],[0.6441005, 52.0864],[0.6422005, 52.0867],[0.6410005, 52.0868],[0.6397005, 52.0867],[0.6385995, 52.0865],[0.6373005, 52.0861],[0.6364005, 52.0856],[0.6350005, 52.0847],[0.6335005, 52.0837],[0.6324005, 52.083],[0.6312005, 52.0825],[0.6299005, 52.0822],[0.6289995000000002, 52.0818],[0.6279995000000002, 52.0812],[0.6273005, 52.0807],[0.6264995, 52.0803],[0.6258995, 52.0802],[0.6242005000000002, 52.0801],[0.6229995, 52.0799],[0.6223005, 52.0796],[0.6216005, 52.079],[0.6208995, 52.0781],[0.6203005, 52.0778],[0.6197005, 52.0779],[0.6189005, 52.0782],[0.6179995, 52.0786],[0.6171005, 52.0789],[0.6158995, 52.0791],[0.6137005, 52.0793],[0.6121005, 52.0797],[0.6108005, 52.0802],[0.6096005, 52.0809],[0.6087005, 52.0813],[0.6077005, 52.0813],[0.6069005, 52.0811],[0.6060995, 52.0806],[0.6047005, 52.0789],[0.6037005, 52.078],[0.6025005, 52.0772],[0.6016005, 52.0767],[0.6004995, 52.0764],[0.5998005, 52.0765],[0.5979995, 52.0768],[0.5973005, 52.0766],[0.5967005, 52.0761],[0.5960995, 52.0757],[0.5953005, 52.0755],[0.5944005, 52.0754],[0.5931005, 52.0754],[0.5912005, 52.0756],[0.5903005, 52.0758],[0.5894005, 52.0761],[0.5883995, 52.0767],[0.5875005, 52.0771],[0.5867005, 52.0772],[0.5858005, 52.0772],[0.5848005, 52.077],[0.5831995, 52.0767],[0.5812995, 52.0759],[0.5791005, 52.0750],[0.5785005, 52.0745],[0.5779995, 52.0738],[0.5776005, 52.0728],[0.5769005, 52.0716],[0.5762005, 52.0709],[0.5748005, 52.0702],[0.5733005, 52.0698],[0.5723005, 52.0697],[0.5708005, 52.0698],[0.5695005, 52.0702],[0.5677005, 52.0712],[0.5668005, 52.0715],[0.5654995, 52.0716],[0.5625005, 52.0714],[0.5602005, 52.0711],[0.5581005, 52.0706],[0.5562995, 52.0701],[0.5544005, 52.0695],[0.5529005, 52.0687],[0.5510005, 52.0671],[0.5495005, 52.0655],[0.5487995, 52.0643],[0.5479995, 52.0631],[0.5471005, 52.0617],[0.5458995, 52.0603],[0.5444005, 52.0593],[0.5435995, 52.0592],[0.5425005, 52.0591],[0.5412995, 52.0591],[0.5399005, 52.0595],[0.5385995, 52.0601],[0.5367005, 52.0610],[0.5350005, 52.0618],[0.5339995, 52.0620],[0.5329005, 52.0618],[0.5314005, 52.0613],[0.5294005, 52.0602],[0.5273005, 52.0590],[0.5245005, 52.0579],[0.5231995, 52.0576],[0.5221005, 52.0576],[0.5206005, 52.0581],[0.5183995, 52.0590],[0.5172005, 52.0594],[0.5154995, 52.0595],[0.5137995, 52.0593],[0.5125005, 52.0590],[0.5112995, 52.0586],[0.5091005, 52.0578],[0.5081005, 52.0574],[0.5067005, 52.0571],[0.5049005, 52.0569],[0.5025005, 52.0571],[0.4994005, 52.0575],[0.4960005, 52.0582],[0.4931995, 52.0592],[0.4914995, 52.0601],[0.4903005, 52.0612],[0.4894005, 52.0623],[0.4887995, 52.0632],[0.4883995, 52.0644],[0.4885005, 52.0656],[0.4891005, 52.0671],[0.4898005, 52.0683],[0.4893005, 52.0686],[0.4864005, 52.0694],[0.4839995, 52.0723],[0.4804005, 52.0726],[0.4748005, 52.0743],[0.4728005, 52.0744],[0.4708005, 52.0763],[0.4693005, 52.0767],[0.4633995, 52.0769],[0.4596005, 52.0761],[0.4573005, 52.0716],[0.4531005, 52.0678],[0.4485005, 52.0673],[0.4426005, 52.0679],[0.4362005, 52.0684],[0.4279995, 52.0673],[0.4233005, 52.0667],[0.4208995, 52.0654],[0.4160005, 52.0657],[0.4058005, 52.0681],[0.4037995, 52.076],[0.4021005, 52.0797],[0.4012995, 52.0811],[0.3973005, 52.0834],[0.3953005, 52.0846],[0.3949005, 52.0858],[0.3944005, 52.0864],[0.3918005, 52.0873],[0.3912995, 52.0881],[0.3918005, 52.0895],[0.3922005, 52.0916],[0.3919005, 52.0925],[0.3906005, 52.094],[0.3900005, 52.0947],[0.3845005, 52.1008],[0.3841005, 52.1021],[0.3873005, 52.1101],[0.3914005, 52.1176],[0.3985005, 52.1180],[0.3966005, 52.1209],[0.3985995, 52.1217],[0.4068005, 52.1229],[0.4087995, 52.1234],[0.4093005, 52.1240],[0.4067005, 52.1295],[0.4070005, 52.1304],[0.4120005, 52.1344],[0.4129995, 52.1347],[0.4156995, 52.1348],[0.4197005, 52.1352],[0.4204005, 52.1361],[0.4198005, 52.1432],[0.4204995, 52.1458],[0.4214995, 52.1485],[0.4221005, 52.1507],[0.4224005, 52.1546],[0.4223005, 52.1577],[0.4223005, 52.1587],[0.4228005, 52.1598],[0.4239005, 52.1603],[0.4256005, 52.1607],[0.4317005, 52.1597],[0.4374005, 52.1595],[0.4385995, 52.1596],[0.4393005, 52.16],[0.4395005, 52.161],[0.4389995, 52.1641],[0.4395005, 52.1647],[0.4406005, 52.1651],[0.4424005, 52.1647],[0.4431005, 52.1653],[0.4426005, 52.1684],[0.4435995, 52.1698],[0.4456005, 52.1713],[0.4537995, 52.173],[0.4567005, 52.1727],[0.4701005, 52.1677],[0.4706005, 52.1667],[0.4712005, 52.1641],[0.4724005, 52.1629],[0.4733995, 52.1626],[0.4744005, 52.163],[0.4770005, 52.1669],[0.4778005, 52.1675],[0.4787005, 52.1678],[0.4795005, 52.1673],[0.4804995, 52.1658],[0.4847005, 52.1653],[0.4879995, 52.1641],[0.4892005, 52.1641],[0.4903005, 52.1645],[0.4919005, 52.1651],[0.4931005, 52.166],[0.4939995, 52.1693],[0.4944005, 52.1713],[0.4935005, 52.1735],[0.4951005, 52.1786],[0.4943005, 52.1816],[0.4956995, 52.1832],[0.4958005, 52.1875],[0.4962995, 52.1879],[0.5025005, 52.1947],[0.5050005, 52.1964],[0.5043005, 52.1991],[0.5041005, 52.2031],[0.5045005, 52.2055],[0.5051005, 52.2066],[0.5062005, 52.2076],[0.5079005, 52.2083],[0.5093005, 52.2099],[0.5098005, 52.2136],[0.5108995, 52.2141],[0.5122005, 52.2144],[0.5147005, 52.2145],[0.5150005, 52.2151],[0.5144005, 52.2223],[0.5142005, 52.2258],[0.5137995, 52.2266],[0.5131005, 52.2273],[0.5047005, 52.2321],[0.5064005, 52.2346],[0.5031005, 52.2369],[0.5008995, 52.2381],[0.4935005, 52.2382],[0.4908995, 52.2371],[0.4831995, 52.2323],[0.4804995, 52.2325],[0.4781995, 52.2332],[0.4775005, 52.2335],[0.4781995, 52.2345],[0.4735005, 52.2379],[0.4719005, 52.2387],[0.4683005, 52.2387],[0.4644005, 52.2405],[0.4560995, 52.2466],[0.4504995, 52.2442],[0.4460005, 52.2426],[0.4441005, 52.2434],[0.4393005, 52.2454],[0.4374005, 52.2465],[0.4339005, 52.2500],[0.4298005, 52.2529],[0.4219005, 52.2497],[0.4170005, 52.2471],[0.4217005, 52.2414],[0.4241005, 52.2389],[0.4217005, 52.2363],[0.4164005, 52.2315],[0.4135995, 52.2337],[0.4127005, 52.2351],[0.4104995, 52.239],[0.4100005, 52.2391],[0.4056005, 52.2367],[0.4022005, 52.2347],[0.3997005, 52.2333],[0.3979995, 52.2328],[0.3944005, 52.2372],[0.3827005, 52.2314],[0.3679005, 52.2438],[0.3610005, 52.2506],[0.3521005, 52.2580],[0.3473005, 52.262],[0.3450005, 52.264],[0.3460005, 52.2653],[0.3433005, 52.2672],[0.3462995, 52.2694],[0.3501005, 52.2726],[0.3567005, 52.282],[0.3548005, 52.2824],[0.3549005, 52.2829],[0.3614995, 52.292],[0.3617005, 52.2939],[0.3592005, 52.2963],[0.3617005, 52.2983],[0.3637005, 52.2982],[0.3785995, 52.2935],[0.3802005, 52.292],[0.3796005, 52.2909],[0.3762995, 52.289],[0.3723005, 52.2859],[0.3808995, 52.283],[0.3874005, 52.2827],[0.3887005, 52.2826],[0.3901005, 52.282],[0.4012995, 52.2755],[0.4031995, 52.2741],[0.4091005, 52.2687],[0.4245005, 52.2565],[0.4256005, 52.2561],[0.4294005, 52.2542],[0.4429995, 52.2585],[0.4500005, 52.2629],[0.4687995, 52.2678],[0.4893005, 52.2712],[0.4928005, 52.2716],[0.4969005, 52.2723],[0.4976005, 52.2731],[0.4983005, 52.2741],[0.4983005, 52.2782],[0.4992005, 52.2805],[0.5026005, 52.2852],[0.5028005, 52.2862],[0.5023005, 52.287],[0.5010005, 52.2878],[0.4942005, 52.2895],[0.4927005, 52.2912],[0.4860005, 52.2966],[0.4852005, 52.2973],[0.4756995, 52.3017],[0.4653005, 52.3077],[0.4639995, 52.3082],[0.4625005, 52.3095],[0.4608995, 52.3125],[0.4583995, 52.3166],[0.4556005, 52.3176],[0.4500005, 52.3181],[0.4400005, 52.3169],[0.4331995, 52.3158],[0.4326005, 52.3166],[0.4304995, 52.3228],[0.4256005, 52.3286],[0.4317005, 52.331],[0.4362005, 52.3334],[0.4379005, 52.3351],[0.4394005, 52.3372],[0.4406005, 52.3391],[0.4416005, 52.3416],[0.4425005, 52.3428],[0.4451005, 52.3453],[0.4454995, 52.3462],[0.4451005, 52.3479],[0.4446005, 52.3497],[0.4444005, 52.35],[0.4425005, 52.3496],[0.4414005, 52.3497],[0.4404005, 52.35],[0.4396005, 52.3503],[0.4387005, 52.3507],[0.4381005, 52.3511],[0.4369005, 52.3521],[0.4360005, 52.3528],[0.4354995, 52.353],[0.4351005, 52.3531],[0.4323005, 52.3533],[0.4310005, 52.3535],[0.4294005, 52.3538],[0.4287005, 52.3538],[0.4279005, 52.3537],[0.4256995, 52.353],[0.4239995, 52.3526],[0.4231005, 52.3525],[0.4222005, 52.3526],[0.4216005, 52.353],[0.4212005, 52.3534],[0.4210005, 52.3540],[0.4210005, 52.3547],[0.4210995, 52.3563],[0.4210005, 52.3569],[0.4206995, 52.3574],[0.4202005, 52.3579],[0.4198005, 52.3582],[0.4185995, 52.3588],[0.4170005, 52.3595],[0.4162005, 52.3599],[0.4154995, 52.3602],[0.4148005, 52.3604],[0.4131005, 52.3606],[0.4120005, 52.3608],[0.4106005, 52.3611],[0.4097005, 52.3614],[0.4089005, 52.3617],[0.4081995, 52.3621],[0.4076005, 52.3626],[0.4071005, 52.3632],[0.4060995, 52.3649],[0.4023005, 52.3712],[0.4027005, 52.3716],[0.4027005, 52.3719],[0.4025005, 52.3724],[0.4012005, 52.3749],[0.3979995, 52.3796],[0.3928005, 52.3862],[0.3901005, 52.3894],[0.3854995, 52.3946],[0.3841005, 52.3971],[0.3802005, 52.4045],[0.3767005, 52.4107],[0.3772005, 52.4115],[0.3928005, 52.4181],[0.4181005, 52.4279],[0.4210995, 52.4289],[0.4212995, 52.4295],[0.4235005, 52.4339],[0.4254005, 52.4349],[0.4264995, 52.4352],[0.4303005, 52.4360],[0.4391005, 52.4425],[0.4426005, 52.4446],[0.4474005, 52.4471],[0.4483995, 52.4476],[0.4503005, 52.4482],[0.4519005, 52.4479],[0.4539005, 52.4473],[0.4566005, 52.4456],[0.4602005, 52.4456],[0.4619005, 52.4483],[0.4652005, 52.4478],[0.4706005, 52.4477],[0.4818005, 52.4492],[0.4912005, 52.4511],[0.5037005, 52.4519],[0.5049005, 52.4517],[0.5064005, 52.4511],[0.5078005, 52.4506],[0.5099005, 52.4505],[0.5110005, 52.4502],[0.5119005, 52.4497],[0.5129995, 52.4494],[0.5142005, 52.4494],[0.5162995, 52.45],[0.5171005, 52.4501],[0.5199005, 52.4495],[0.5223005, 52.4488],[0.5237995, 52.4486],[0.5256995, 52.4485],[0.5274005, 52.4493],[0.5306995, 52.4517],[0.5323005, 52.4517],[0.5351005, 52.4515],[0.5404995, 52.4514],[0.5408995, 52.4502],[0.5524005, 52.4544],[0.5545005, 52.4547],[0.5583995000000002, 52.455],[0.5623005, 52.4543],[0.5669005, 52.4532],[0.5687005, 52.4528],[0.5717005, 52.4522],[0.5733005, 52.452],[0.5756005, 52.4519],[0.5835995, 52.4521],[0.5856005, 52.4521],[0.5876005, 52.4527],[0.5908005, 52.4535],[0.5933005, 52.4535],[0.5967005, 52.4536],[0.6060995, 52.4526],[0.6073005, 52.4522],[0.6081005, 52.4517],[0.6093005, 52.451],[0.6106005, 52.4504],[0.6126005, 52.4498],[0.6144005, 52.4495],[0.6158005, 52.4494],[0.6183005, 52.4498],[0.6208005, 52.4506],[0.6285995, 52.451],[0.6345005, 52.4505],[0.6420005, 52.4515],[0.6458005, 52.4524],[0.6485995, 52.4539],[0.6535005000000002, 52.4571],[0.6560005, 52.4582],[0.6585995, 52.4592],[0.6625005, 52.4613],[0.6637995, 52.4621],[0.6646005, 52.4624],[0.6654995, 52.4625],[0.6673005, 52.4626],[0.6689995, 52.4624],[0.6700005, 52.462],[0.6728005, 52.4598],[0.6777005000000002, 52.4559],[0.6789995, 52.4552],[0.6810005, 52.4545],[0.6835005, 52.4537],[0.6866005, 52.4531],[0.6893005, 52.4526],[0.6918005, 52.4522],[0.6937005, 52.452],[0.6952005, 52.4519],[0.6978005, 52.4517],[0.6996005, 52.4519],[0.7029995, 52.4521],[0.7104995, 52.451],[0.7139995, 52.4506],[0.7181995, 52.4499],[0.7194005, 52.4493],[0.7192005000000002, 52.4481],[0.7143005, 52.4446],[0.7083005, 52.4409],[0.7037005, 52.4380],[0.7008005, 52.4362],[0.6951005, 52.4309],[0.6898005, 52.4271],[0.6768005, 52.4167],[0.6718005, 52.4113],[0.6717005, 52.4094],[0.6728005, 52.4078],[0.6756995, 52.4055],[0.6919005, 52.4001],[0.7029995, 52.3981],[0.7237995, 52.3951],[0.7381005, 52.3966],[0.7414005, 52.3947],[0.7424005, 52.3935],[0.7431005, 52.3927],[0.7437005, 52.3919],[0.7487995, 52.3863],[0.7518005, 52.3838],[0.7526005, 52.3841],[0.7552005, 52.386],[0.7666005, 52.3925],[0.7719005, 52.3924],[0.7750005, 52.3907],[0.7773005, 52.3893],[0.7883005, 52.3895],[0.7976005, 52.3934],[0.8070005, 52.3923],[0.8112005, 52.3926],[0.8156005, 52.3941],[0.8172005, 52.3952],[0.8185995, 52.3958],[0.8216005, 52.3961],[0.8279995, 52.3975],[0.8314005, 52.3997],[0.8354995, 52.4014],[0.8387005, 52.4023],[0.8439995, 52.4024],[0.8512995, 52.4019],[0.8568005, 52.4018],[0.8583005, 52.4011],[0.8612005, 52.3975],[0.8620005, 52.396],[0.8647005, 52.3949],[0.8695005, 52.3941],[0.8824005000000003, 52.3932],[0.8831005, 52.393],[0.8839005, 52.3929],[0.8854005, 52.3923],[0.8864995, 52.3921],[0.8887995000000002, 52.392],[0.8910995000000003, 52.392],[0.8925005, 52.3917],[0.8931005, 52.3913],[0.8939005, 52.3906],[0.8950005, 52.39],[0.8973005, 52.3897],[0.8994005000000002, 52.3892],[0.9016005, 52.3883],[0.9031005000000002, 52.3879],[0.9071005, 52.387],[0.9089005, 52.3867],[0.9102005, 52.3868],[0.9116005, 52.3876],[0.9128005, 52.3881],[0.9153005000000002, 52.3884],[0.9172005, 52.3885],[0.9189005, 52.3887],[0.9221005, 52.389],[0.9239995000000002, 52.3893],[0.9250005, 52.3893],[0.9271005, 52.3888],[0.9306995, 52.3881],[0.9331995, 52.3878],[0.9348005, 52.3874],[0.9362005, 52.3867],[0.9402005, 52.3843],[0.9464995, 52.3781],[0.9500005, 52.3762],[0.9514995, 52.3757],[0.9542005, 52.3755],[0.9572005, 52.3741],[0.9583995, 52.3738],[0.9631005, 52.3725],[0.9708995, 52.3700],[0.9742005, 52.3700],[0.9779005, 52.3699],[0.9842005, 52.3710],[0.9860005, 52.3716],[0.9881005000000002, 52.3721],[0.9931995, 52.3719],[1.0004, 52.3715],[1.0029, 52.3716],[1.007, 52.3748],[1.009701, 52.3753],[1.0128, 52.3753],[1.018399, 52.3773],[1.0201, 52.3781],[1.0242, 52.3792],[1.024601, 52.3794],[1.025401, 52.3795],[1.0277, 52.3797],[1.029601, 52.3798],[1.0303, 52.3799],[1.033599, 52.3798],[1.034801, 52.3799],[1.036, 52.3803],[1.0374, 52.3804],[1.0396, 52.3805],[1.0417, 52.3806],[1.043399, 52.3809],[1.046, 52.3813],[1.0474, 52.3814],[1.049801, 52.3814],[1.0509, 52.3814],[1.0523, 52.3812],[1.0551, 52.3809],[1.0581, 52.3805],[1.0597, 52.3804],[1.0624, 52.3804],[1.064101, 52.3805],[1.065601, 52.3805],[1.066299, 52.3804],[1.068599, 52.3799],[1.0702, 52.3796],[1.0712, 52.3793],[1.0732, 52.3785],[1.0752, 52.3778],[1.0769, 52.3769],[1.0777, 52.3765],[1.0782, 52.3764],[1.0795, 52.3761],[1.080699, 52.3758],[1.0824, 52.3753],[1.0833, 52.3749],[1.084401, 52.3743],[1.0853, 52.3739],[1.0862, 52.3738],[1.0875, 52.3737],[1.089, 52.3737],[1.090899, 52.3737],[1.0927, 52.3737],[1.0933, 52.3736],[1.098199, 52.3727],[1.099401, 52.3726],[1.1027, 52.3720],[1.104401, 52.3717],[1.1054, 52.3717],[1.108599, 52.3722],[1.111601, 52.3725],[1.114401, 52.3727],[1.115301, 52.3725],[1.1176, 52.3717],[1.118799, 52.3710],[1.120301, 52.3706],[1.1221, 52.3700],[1.1237, 52.3692],[1.1257, 52.3682],[1.1264, 52.3679],[1.1269, 52.3679],[1.130301, 52.3679],[1.132, 52.3681],[1.1341, 52.3684],[1.135301, 52.3684],[1.1377, 52.3681],[1.1399, 52.3680],[1.1435, 52.3678],[1.145301, 52.3675],[1.1459, 52.3671],[1.146901, 52.3663],[1.1477, 52.3659],[1.15, 52.3657],[1.151099, 52.3656],[1.1516, 52.3654],[1.153, 52.3643],[1.155499, 52.3631],[1.157001, 52.3625],[1.1585, 52.3622],[1.1592, 52.3623],[1.1601, 52.3625],[1.1614, 52.3631],[1.1621, 52.3635],[1.162701, 52.3637],[1.1635, 52.3637],[1.165, 52.3630],[1.166, 52.3625],[1.167601, 52.3619],[1.1696, 52.3613],[1.170499, 52.3611],[1.172001, 52.3611],[1.1738, 52.3612],[1.175601, 52.3613],[1.1772, 52.3616],[1.1783, 52.3619],[1.1795, 52.3615],[1.182001, 52.3605],[1.1832, 52.3605],[1.1852, 52.3605],[1.187001, 52.3607],[1.1887, 52.3612],[1.189801, 52.3617],[1.190601, 52.3622],[1.192001, 52.3626],[1.1933, 52.3626],[1.1953, 52.3624],[1.199301, 52.3619],[1.200101, 52.3616],[1.2018, 52.3608],[1.204301, 52.3605],[1.2066, 52.3601],[1.2069, 52.3600],[1.2089, 52.3585],[1.2095, 52.3581],[1.2104, 52.3579],[1.212101, 52.3576],[1.2124, 52.3574],[1.213199, 52.3569],[1.213799, 52.3567],[1.2152, 52.3568],[1.217201, 52.3571],[1.219401, 52.3576],[1.220699, 52.3579],[1.221, 52.3582],[1.2213, 52.3588],[1.221601, 52.3593],[1.2221, 52.3595],[1.2242, 52.3598],[1.2254, 52.3602],[1.226499, 52.3608],[1.228599, 52.3613],[1.2314, 52.3616],[1.2327, 52.3619],[1.233701, 52.3625],[1.234501, 52.3639],[1.235301, 52.3650],[1.2362, 52.3657],[1.2371, 52.3659],[1.2379, 52.3661],[1.238999, 52.3662],[1.2406, 52.3662],[1.2415, 52.3664],[1.2426, 52.367],[1.2435, 52.3673],[1.2448, 52.3675],[1.245899, 52.3673],[1.2476, 52.3669],[1.2491, 52.3668],[1.250301, 52.3669],[1.2515, 52.3676],[1.2522, 52.3681],[1.2528, 52.3688],[1.2533, 52.3689],[1.255899, 52.3696],[1.2601, 52.3702],[1.2636, 52.3718],[1.267, 52.3744],[1.2699, 52.3772],[1.2708, 52.3795],[1.274101, 52.3822],[1.2878, 52.3883],[1.2917, 52.39],[1.296299, 52.3903],[1.2967, 52.3904],[1.2981, 52.3907],[1.2996, 52.3908],[1.3022, 52.3903],[1.3032, 52.3902],[1.306299, 52.3904],[1.3082, 52.3903],[1.311499, 52.3889],[1.312999, 52.3885],[1.315699, 52.3884],[1.3174, 52.3886],[1.3191, 52.3898],[1.323501, 52.3899],[1.3262, 52.3903],[1.329301, 52.3923],[1.3318, 52.3934],[1.3339, 52.395],[1.338599, 52.4013],[1.340101, 52.4023],[1.3462, 52.4037],[1.3492, 52.4048],[1.3496, 52.4065],[1.3526, 52.4087],[1.3583, 52.412],[1.358701, 52.4124],[1.3598, 52.4128],[1.361001, 52.4134],[1.361701, 52.414],[1.3619, 52.4143],[1.362, 52.4147],[1.3618, 52.4156],[1.3618, 52.4165],[1.3619, 52.4180],[1.361701, 52.4187],[1.3614, 52.419],[1.360101, 52.4198],[1.358999, 52.4209],[1.358701, 52.4214],[1.3584, 52.4223],[1.3584, 52.4225],[1.358701, 52.4237],[1.358999, 52.4249],[1.3593, 52.4255],[1.360101, 52.4261],[1.3628, 52.4275],[1.3641, 52.428],[1.3648, 52.4282],[1.3669, 52.4282],[1.368999, 52.428],[1.3692, 52.4281],[1.369401, 52.4289],[1.369501, 52.4295],[1.3698, 52.4297],[1.3714, 52.4298],[1.3722, 52.4300],[1.3726, 52.4303],[1.3729, 52.431],[1.373199, 52.4313],[1.373901, 52.4314],[1.377301, 52.4315],[1.377999, 52.4316],[1.3792, 52.4321],[1.3814, 52.4332],[1.382401, 52.4336],[1.383799, 52.4338],[1.385499, 52.4339],[1.3871, 52.4339],[1.3886, 52.4339],[1.3898, 52.4343],[1.393999, 52.4361],[1.3951, 52.4366],[1.3952, 52.4369],[1.3952, 52.4371],[1.395, 52.4374],[1.3943, 52.4377],[1.3937, 52.4382],[1.3937, 52.4386],[1.3938, 52.4392],[1.3941, 52.4396],[1.3958, 52.4405],[1.3981, 52.4410],[1.400499, 52.4419],[1.4015, 52.4426],[1.403301, 52.4432],[1.403901, 52.4433],[1.405, 52.4433],[1.4064, 52.4432],[1.407601, 52.4433],[1.408199, 52.4434],[1.4087, 52.4437],[1.4089, 52.444],[1.408999, 52.4447],[1.409101, 52.4455],[1.4093, 52.4457],[1.41, 52.446],[1.411099, 52.4462],[1.411901, 52.4461],[1.413, 52.4457],[1.4137, 52.4457],[1.4144, 52.4458],[1.414801, 52.446],[1.4152, 52.4463],[1.415601, 52.4465],[1.416201, 52.4466],[1.4179, 52.4468],[1.418501, 52.4469],[1.4188, 52.4473],[1.419101, 52.4477],[1.4194, 52.4479],[1.419801, 52.4481],[1.421, 52.4485],[1.4218, 52.4487],[1.422701, 52.4488],[1.423999, 52.4486],[1.424801, 52.4484],[1.430699, 52.447],[1.432801, 52.4469],[1.4339, 52.4472],[1.434801, 52.4481],[1.4358, 52.449],[1.4366, 52.45],[1.4367, 52.4502],[1.4366, 52.4506],[1.436, 52.4514],[1.435699, 52.4521],[1.4351, 52.4543],[1.4347, 52.4554],[1.434, 52.4565],[1.433501, 52.4571],[1.432101, 52.4575],[1.4295, 52.4583],[1.4279, 52.4587],[1.425499, 52.4589],[1.4238, 52.4592],[1.4222, 52.4598],[1.421, 52.4604],[1.419801, 52.4607],[1.416299, 52.4611],[1.415499, 52.4613],[1.414901, 52.4615],[1.4139, 52.4622],[1.4129, 52.4631],[1.4123, 52.4639],[1.412001, 52.4645],[1.412001, 52.465],[1.4123, 52.4654],[1.412601, 52.4656],[1.413999, 52.4662],[1.4152, 52.4668],[1.416, 52.4673],[1.4171, 52.4684],[1.418501, 52.47],[1.419801, 52.4715],[1.420601, 52.4722],[1.4214, 52.4726],[1.4221, 52.4728],[1.4232, 52.473],[1.424101, 52.473],[1.424801, 52.4729],[1.425601, 52.4727],[1.4267, 52.4724],[1.4275, 52.472],[1.4279, 52.4715],[1.4281, 52.4708],[1.4282, 52.4703],[1.428501, 52.4697],[1.4289, 52.4693],[1.4297, 52.4688],[1.4309, 52.4682],[1.4323, 52.4676],[1.4344, 52.467],[1.435001, 52.4667],[1.435499, 52.4663],[1.435699, 52.4658],[1.435601, 52.4652],[1.4353, 52.4642],[1.4352, 52.4635],[1.435499, 52.463],[1.436, 52.4626],[1.4369, 52.4619],[1.437901, 52.4613],[1.439, 52.4605],[1.439901, 52.4598],[1.440601, 52.459],[1.4412, 52.4584],[1.4424, 52.4577],[1.4433, 52.4573],[1.4446, 52.4569],[1.4453, 52.4568],[1.4461, 52.4567],[1.4482, 52.4566],[1.4496, 52.4567],[1.450801, 52.4569],[1.451499, 52.4571],[1.4524, 52.4575],[1.454201, 52.4587],[1.454901, 52.4591],[1.455601, 52.4594],[1.4567, 52.4597],[1.4575, 52.4598],[1.4583, 52.4597],[1.4597, 52.4595],[1.460699, 52.4593],[1.4612, 52.4594],[1.461601, 52.4597],[1.4624, 52.4609],[1.462901, 52.4615],[1.463599, 52.462],[1.4642, 52.4624],[1.4646, 52.4628],[1.465001, 52.4636],[1.465201, 52.4646],[1.4654, 52.4654],[1.4656, 52.4659],[1.4661, 52.4664],[1.467, 52.4668],[1.4683, 52.4672],[1.470001, 52.4675],[1.471, 52.4679],[1.4717, 52.4683],[1.472301, 52.4688],[1.473101, 52.4695],[1.473701, 52.4699],[1.475201, 52.4706],[1.477, 52.4716],[1.478101, 52.4723],[1.4791, 52.4728],[1.4799, 52.473],[1.481001, 52.4731],[1.4826, 52.4732],[1.484401, 52.4735],[1.485101, 52.4734],[1.486001, 52.4731],[1.4871, 52.4725],[1.488101, 52.4718],[1.4893, 52.4711],[1.490101, 52.4708],[1.4914, 52.4704],[1.493101, 52.4701],[1.4943, 52.47],[1.4954, 52.4698],[1.4963, 52.4696],[1.496801, 52.4694],[1.4972, 52.4692],[1.497301, 52.4688],[1.4971, 52.4683],[1.4971, 52.4679],[1.497301, 52.4676],[1.4978, 52.4675],[1.4985, 52.4672],[1.498901, 52.4668],[1.4992, 52.4663],[1.499601, 52.466],[1.501001, 52.4655],[1.502301, 52.4652],[1.503399, 52.4649],[1.504501, 52.4646],[1.5057, 52.4642],[1.506801, 52.4638],[1.508, 52.4636],[1.5091, 52.4635],[1.510201, 52.4635],[1.5116, 52.4636],[1.513199, 52.4639],[1.5152, 52.4643],[1.5171, 52.4649],[1.517501, 52.465],[1.518101, 52.4649],[1.518901, 52.4645],[1.5201, 52.4639],[1.521201, 52.4633],[1.521701, 52.4631],[1.522501, 52.4629],[1.523301, 52.4629],[1.524101, 52.4631],[1.524701, 52.4637],[1.525499, 52.4653],[1.5256, 52.4658],[1.525499, 52.4662],[1.524701, 52.4671],[1.524601, 52.4675],[1.524701, 52.4679],[1.525, 52.4683],[1.5258, 52.4688],[1.526901, 52.4693],[1.5278, 52.4696],[1.528901, 52.4698],[1.5302, 52.4698],[1.5315, 52.4696],[1.533199, 52.4691],[1.5358, 52.468],[1.537601, 52.4674],[1.538301, 52.467],[1.5394, 52.4663],[1.5401, 52.4656],[1.540601, 52.465],[1.541, 52.4644],[1.541299, 52.4638],[1.5418, 52.4634],[1.5425, 52.4632],[1.5431, 52.4632],[1.5439, 52.4634],[1.544801, 52.4639],[1.545601, 52.4641],[1.5464, 52.4641],[1.5472, 52.4639],[1.548, 52.4636],[1.548599, 52.4631],[1.549201, 52.4627],[1.5496, 52.4623],[1.549801, 52.4619],[1.549801, 52.4613],[1.549901, 52.4609],[1.5503, 52.4604],[1.5509, 52.46],[1.5516, 52.4597],[1.552101, 52.4596],[1.5529, 52.4597],[1.5543, 52.46],[1.5554, 52.4602],[1.5561, 52.4602],[1.557101, 52.46],[1.5581, 52.4597],[1.5588, 52.4594],[1.5594, 52.4592],[1.559901, 52.4591],[1.560601, 52.4594],[1.561, 52.4598],[1.5616, 52.4606],[1.564, 52.4633],[1.564201, 52.4637],[1.5644, 52.4643],[1.564201, 52.4651],[1.5638, 52.4662],[1.563599, 52.467],[1.563599, 52.4674],[1.564, 52.468],[1.5645, 52.4685],[1.565601, 52.4693],[1.566401, 52.4698],[1.567001, 52.4702],[1.5673, 52.4708],[1.5674, 52.4714],[1.567201, 52.472],[1.5669, 52.4727],[1.5669, 52.4731],[1.567201, 52.4735],[1.567801, 52.4741],[1.568399, 52.4746],[1.5689, 52.4752],[1.5694, 52.4758],[1.570001, 52.4763],[1.570601, 52.4765],[1.571401, 52.4766],[1.5726, 52.4766],[1.5745, 52.4765],[1.5754, 52.4766],[1.5762, 52.4768],[1.577101, 52.4771],[1.578701, 52.4777],[1.5796, 52.4778],[1.581499, 52.4778],[1.5824, 52.4778],[1.583599, 52.4778],[1.5846, 52.4779],[1.5855, 52.4781],[1.5863, 52.4784],[1.587201, 52.4789],[1.588599, 52.4797],[1.5892, 52.4799],[1.5897, 52.4799],[1.590699, 52.4797],[1.592, 52.4792],[1.594301, 52.478],[1.595699, 52.4773],[1.5968, 52.4767],[1.5977, 52.4763],[1.598599, 52.4758],[1.5991, 52.4754],[1.599501, 52.4749],[1.5999, 52.4741],[1.6004, 52.4736],[1.601, 52.4733],[1.601601, 52.4732],[1.603101, 52.473],[1.6041, 52.4729],[1.605, 52.4728],[1.6056, 52.4726],[1.606001, 52.4722],[1.6063, 52.4716],[1.6064, 52.4711],[1.606499, 52.4704],[1.6068, 52.4695],[1.607301, 52.4687],[1.607999, 52.468],[1.6086, 52.4676],[1.6093, 52.4673],[1.610201, 52.4671],[1.6114, 52.4669],[1.6127, 52.4668],[1.615201, 52.4665],[1.6163, 52.4663],[1.6169, 52.4661],[1.617999, 52.4654],[1.619501, 52.4647],[1.6207, 52.4642],[1.621801, 52.4639],[1.623399, 52.4637],[1.625499, 52.4638],[1.627999, 52.464],[1.6306, 52.4638],[1.6322, 52.4637],[1.6336, 52.4638],[1.635499, 52.464],[1.636299, 52.4643],[1.636701, 52.4646],[1.636801, 52.465],[1.636801, 52.4662],[1.637, 52.4667],[1.6373, 52.4672],[1.6379, 52.4679],[1.6387, 52.4684],[1.6393, 52.4688],[1.6402, 52.4692],[1.6415, 52.4695],[1.6428, 52.4696],[1.6442, 52.4698],[1.6448, 52.4701],[1.6451, 52.4704],[1.645499, 52.4709],[1.6459, 52.4715],[1.646201, 52.4719],[1.6465, 52.4722],[1.6471, 52.4725],[1.6478, 52.4727],[1.6488, 52.4728],[1.649801, 52.4728],[1.6509, 52.4725],[1.651801, 52.472],[1.6529, 52.4713],[1.6537, 52.4706],[1.6543, 52.47],[1.655, 52.4695],[1.6559, 52.4691],[1.6567, 52.4689],[1.6578, 52.4688],[1.6595, 52.469],[1.660499, 52.4693],[1.6616, 52.4698],[1.6623, 52.4703],[1.6629, 52.4709],[1.663399, 52.4718],[1.6637, 52.4727],[1.6638, 52.4739],[1.6638, 52.4745],[1.663999, 52.475],[1.6645, 52.4755],[1.665401, 52.4760],[1.6664, 52.4763],[1.6674, 52.4764],[1.6682, 52.4764],[1.6695, 52.4764],[1.6708, 52.4766],[1.6721, 52.4771],[1.673, 52.4778],[1.673399, 52.4783],[1.673599, 52.4789],[1.673501, 52.4797],[1.6731, 52.4815],[1.673, 52.4821],[1.673301, 52.4827],[1.6737, 52.4831],[1.674201, 52.4835],[1.675, 52.4839],[1.6759, 52.4843],[1.676499, 52.4848],[1.6772, 52.4855],[1.677999, 52.4865],[1.679101, 52.4879],[1.6803, 52.4889],[1.6823, 52.4901],[1.6831, 52.4907],[1.6838, 52.4916],[1.684301, 52.4926],[1.6847, 52.4940],[1.684801, 52.495],[1.6847, 52.4960],[1.684301, 52.4966],[1.683501, 52.4972],[1.6817, 52.4979],[1.679801, 52.4985],[1.6787, 52.4991],[1.6779, 52.4997],[1.6774, 52.5005],[1.677101, 52.5013],[1.677001, 52.5024],[1.6768, 52.5033],[1.676499, 52.5039],[1.676, 52.5043],[1.674901, 52.5047],[1.6737, 52.5050],[1.672601, 52.5051],[1.6716, 52.5050],[1.6703, 52.5045],[1.6688, 52.5038],[1.667001, 52.5032],[1.665699, 52.5029],[1.662601, 52.5023],[1.6609, 52.5021],[1.659801, 52.5020],[1.658399, 52.5022],[1.6572, 52.5026],[1.656099, 52.5031],[1.654801, 52.5045],[1.653901, 52.5054],[1.653, 52.5061],[1.6517, 52.5068],[1.649601, 52.5081],[1.6486, 52.509],[1.648, 52.5098],[1.6479, 52.5105],[1.6479, 52.5111],[1.648199, 52.5119],[1.6486, 52.5128],[1.648901, 52.5137],[1.6488, 52.5147],[1.6485, 52.5158],[1.648, 52.5164],[1.6471, 52.5169],[1.6458, 52.5173],[1.643399, 52.5176],[1.641299, 52.5181],[1.638901, 52.5191],[1.6366, 52.5202],[1.633901, 52.5218],[1.6323, 52.523],[1.6315, 52.5239],[1.6308, 52.525],[1.630301, 52.5262],[1.6301, 52.5271],[1.631299, 52.5273],[1.6326, 52.5264],[1.633199, 52.5264],[1.633799, 52.5265],[1.635301, 52.5271],[1.638301, 52.5283],[1.640401, 52.5297],[1.6379, 52.533],[1.6392, 52.5363],[1.641201, 52.5385],[1.643, 52.5401],[1.643901, 52.5404],[1.647501, 52.5404],[1.649601, 52.5405],[1.651299, 52.5403],[1.652701, 52.5405],[1.654701, 52.541],[1.6564, 52.5414],[1.658, 52.5421],[1.659801, 52.5433],[1.660601, 52.5442],[1.6616, 52.5459],[1.662501, 52.5475],[1.6637, 52.5487],[1.666201, 52.55],[1.6695, 52.5506],[1.673, 52.5506],[1.675699, 52.5504],[1.6781, 52.5499],[1.683599, 52.5485],[1.6852, 52.5494],[1.687001, 52.5505],[1.6875, 52.5506],[1.6916, 52.5480],[1.692101, 52.5478],[1.6924, 52.5473],[1.6926, 52.5463],[1.692801, 52.5461],[1.6931, 52.5459],[1.695601, 52.5457],[1.696499, 52.5456],[1.698501, 52.5452],[1.6995, 52.5450],[1.701, 52.5450],[1.702801, 52.5457],[1.7034, 52.5458],[1.7041, 52.5455],[1.7053, 52.5449],[1.7068, 52.5433],[1.7082, 52.5400],[1.7155, 52.5377],[1.726099, 52.5343],[1.730201, 52.5318],[1.7349, 52.5324],[1.7427, 52.5328],[1.7507, 52.5189],[1.7522, 52.5155],[1.7541, 52.5105],[1.7557, 52.5065],[1.7593, 52.4987],[1.761801, 52.4933],[1.762601, 52.4904],[1.7644, 52.4848],[1.7652, 52.4829],[1.765499, 52.4819],[1.7656, 52.4813],[1.765499, 52.4802],[1.7644, 52.4775],[1.7641, 52.4762],[1.763799, 52.4748],[1.763399, 52.4743],[1.763, 52.4741],[1.7621, 52.474],[1.7616, 52.4738],[1.7609, 52.4735],[1.760301, 52.4735],[1.759501, 52.4737],[1.757501, 52.4726],[1.7569, 52.4724],[1.755401, 52.4723],[1.754601, 52.472],[1.752401, 52.4706],[1.7494, 52.4683],[1.745301, 52.4634],[1.7412, 52.4576],[1.7378, 52.4531],[1.736499, 52.4507],[1.7357, 52.4491],[1.735201, 52.4476],[1.735, 52.4465],[1.7342, 52.4408],[1.733101, 52.4349],[1.7327, 52.4326],[1.732, 52.4293],[1.7305, 52.4230],[1.7298, 52.4174],[1.7298, 52.4142],[1.7307, 52.4079],[1.7312, 52.4047],[1.7318, 52.4002],[1.7318, 52.399],[1.731701, 52.3987],[1.7313, 52.3976],[1.730801, 52.3966],[1.7298, 52.3952],[1.728701, 52.3938],[1.7246, 52.3897],[1.723701, 52.3886],[1.722999, 52.3874],[1.720801, 52.3835],[1.7163, 52.3774],[1.710899, 52.3698],[1.7098, 52.3687],[1.7069, 52.3662],[1.705899, 52.3651],[1.704901, 52.3637],[1.703799, 52.3620],[1.7019, 52.3581],[1.700001, 52.3552],[1.697901, 52.353],[1.6968, 52.3519],[1.694201, 52.3482],[1.692801, 52.3459],[1.6903, 52.3399],[1.6887, 52.3362],[1.688399, 52.3352],[1.6881, 52.3341],[1.687801, 52.3324],[1.687901, 52.3319],[1.6882, 52.3316],[1.6894, 52.3312],[1.6897, 52.3309],[1.6896, 52.3307],[1.689301, 52.3305],[1.6888, 52.3305],[1.6882, 52.3305],[1.687701, 52.3304],[1.6872, 52.3301],[1.686401, 52.3293],[1.685499, 52.328],[1.684901, 52.3272],[1.6804, 52.3192],[1.6775, 52.3156],[1.6783, 52.3148]]]]}, properties:{name:"Suffolk"}}, {type:"Feature", geometry:{type:"MultiPolygon", coordinates:[[[[-0.1549995,51.3141],[-0.1573995,51.3098],[-0.1576995,51.3093],[-0.1537005,51.3094],[-0.1531995,51.3094],[-0.1555995,51.3059],[-0.1545995,51.3045],[-0.1533995,51.3029],[-0.1524995,51.3021],[-0.1506995,51.3019],[-0.1477995,51.3014],[-0.1448995,51.3008],[-0.1445995,51.3007],[-0.1429995,51.3003],[-0.1352995,51.3005],[-0.1346995,51.3001],[-0.1339995,51.2993],[-0.1320995,51.297],[-0.1289995,51.293],[-0.1279995,51.2919],[-0.1264005,51.2899],[-0.1241005,51.2872],[-0.1235995,51.2871],[-0.1223995,51.2871],[-0.1191005,51.2875],[-0.1154995,51.2875],[-0.1150995,51.2878],[-0.1139005,51.2904],[-0.1135005,51.2911],[-0.1124995,51.2919],[-0.1112995,51.2926],[-0.1097995,51.2936],[-0.1085005,51.2944],[-0.1057995,51.2955],[-0.1008995,51.2971],[-0.09819952,51.2981],[-0.09479952,51.2994],[-0.09209952,51.3003],[-0.08919952,51.3012],[-0.08789952000000002,51.3016],[-0.08739952,51.302],[-0.08700052,51.3024],[-0.08660052,51.3033],[-0.08609952,51.3052],[-0.08529951,51.3063],[-0.08370052,51.3078],[-0.08289952,51.3083],[-0.08219951,51.3087],[-0.08149952000000002,51.3091],[-0.07899952,51.3105],[-0.07850052,51.311],[-0.07819952,51.3115],[-0.07789952,51.3122],[-0.07769952,51.3129],[-0.08049951,51.3153],[-0.08079952,51.3157],[-0.08069952,51.3158],[-0.07809952,51.3178],[-0.07809952,51.3186],[-0.07729952,51.3197],[-0.07620052,51.3200],[-0.07229952,51.3209],[-0.06879952,51.3212],[-0.06729952,51.3213],[-0.06469952,51.3215],[-0.06309952,51.3195],[-0.06140052,51.3197],[-0.05819952,51.3206],[-0.05489952,51.3215],[-0.05319952,51.3219],[-0.05120052,51.3223],[-0.05029952,51.3226],[-0.04959952,51.3230],[-0.04779952,51.3249],[-0.04660052,51.3255],[-0.04620052,51.3260],[-0.04609952,51.3263],[-0.04729952,51.3300],[-0.04739952,51.3328],[-0.04729952,51.3332],[-0.04649952,51.3329],[-0.04450052,51.3324],[-0.04319952,51.3320],[-0.04189952,51.3318],[-0.04039952,51.3321],[-0.03989952,51.3327],[-0.03969952,51.3337],[-0.03919952,51.3368],[-0.03899952,51.339],[-0.03890052,51.3394],[-0.03850052,51.3395],[-0.03259952,51.3395],[-0.03029952,51.3394],[-0.02930052,51.3395],[-0.02789952,51.3399],[-0.02620052,51.3401],[-0.02309952,51.3395],[-0.01999952,51.3380],[-0.01850052,51.3364],[-0.01329952,51.3321],[-0.01160052,51.3316],[-0.009999517,51.3322],[-0.007899517,51.3335],[-0.005799518,51.3331],[-0.0003995174,51.3292],[-0.0002995174,51.3287],[0.004400482,51.3295],[0.006200483,51.3260],[0.006299483,51.3256],[0.005200482,51.3192],[0.005200482,51.3184],[0.005300483,51.3178],[0.005600483,51.3169],[0.006900482,51.3163],[0.008100483,51.3162],[0.01120048,51.3166],[0.01149948,51.3166],[0.01170048,51.3163],[0.01190048,51.3159],[0.01180048,51.3154],[0.01020048,51.3124],[0.009700483,51.3114],[0.009300482000000002,51.3105],[0.009200483,51.31],[0.01140048,51.3036],[0.01460048,51.2933],[0.01549948,51.2911],[0.01609948,51.2908],[0.01920048,51.2911],[0.01950048,51.2913],[0.02030048,51.2926],[0.02080048,51.2938],[0.02109948,51.2947],[0.02129948,51.2956],[0.02049948,51.297],[0.02040048,51.2974],[0.02049948,51.2982],[0.02080048,51.2988],[0.02210048,51.3001],[0.02350048,51.3013],[0.02680048,51.3032],[0.02890048,51.3044],[0.03250048,51.3063],[0.03350048,51.3068],[0.03480048,51.3069],[0.03609948,51.3066],[0.03700048,51.3063],[0.03879948,51.3055],[0.04120048,51.3041],[0.04210048,51.3036],[0.04299948,51.3026],[0.04350048,51.3018],[0.04399948,51.3008],[0.04410048,51.3004],[0.04379948,51.299],[0.04319948,51.2972],[0.04330048,51.2952],[0.04339948,51.2944],[0.04410048,51.2926],[0.04810048000000002,51.2837],[0.04720048,51.2813],[0.04589948,51.2787],[0.04589948,51.2777],[0.04680048,51.2745],[0.05080048,51.2645],[0.05290048,51.2562],[0.05330048,51.2548],[0.05410048,51.2534],[0.05600048,51.2514],[0.05819948,51.2493],[0.05859948,51.2487],[0.05850048,51.2481],[0.05790048,51.2453],[0.05740048,51.2423],[0.05700048,51.2409],[0.05640048,51.2399],[0.05560048,51.2389],[0.05399948,51.2376],[0.04920048,51.2353],[0.04660048,51.2341],[0.04530048,51.2332],[0.04420048,51.2322],[0.04290048,51.2308],[0.04200048,51.2295],[0.04210048,51.2231],[0.04230048,51.2211],[0.04180048,51.2201],[0.04069948,51.2185],[0.03899948,51.2171],[0.03730048,51.2158],[0.03600048,51.2145],[0.03580048,51.214],[0.03569948,51.2136],[0.03589948,51.211],[0.03620048,51.2103],[0.03910048,51.2043],[0.04049948,51.2022],[0.04089948,51.2016],[0.04120048,51.2010],[0.04160048,51.1995],[0.04240048,51.1964],[0.04190048,51.1948],[0.04210048,51.1943],[0.04260048,51.1934],[0.04350048,51.1927],[0.04660048,51.1916],[0.04720048,51.1914],[0.04760048,51.1912],[0.04799948,51.1908],[0.04770048,51.1901],[0.04690048,51.1882],[0.04660048,51.1874],[0.04660048,51.187],[0.04670048,51.1866],[0.04780048,51.1853],[0.04850048,51.1842],[0.04890048,51.1837],[0.05040048,51.1832],[0.05129948000000002,51.1825],[0.05149948,51.1822],[0.05160048,51.1814],[0.05120048,51.1781],[0.05080048,51.1771],[0.05030048000000002,51.1764],[0.04859948,51.1753],[0.04660048,51.1738],[0.04629948,51.1736],[0.04609948,51.1732],[0.04600048,51.1721],[0.04600048,51.1695],[0.04620048,51.1685],[0.04680048,51.1658],[0.04700048,51.1645],[0.04730048,51.1625],[0.04750048,51.1615],[0.04799948,51.1611],[0.05210048,51.1575],[0.05359948,51.1565],[0.05379948,51.1561],[0.05080048,51.1538],[0.05080048,51.1535],[0.05100048000000002,51.1533],[0.05620048,51.1504],[0.05640048,51.1502],[0.04879948,51.1417],[0.04370048,51.1409],[0.04310048,51.1408],[0.04260048,51.1410],[0.04190048,51.1414],[0.04100048,51.1421],[0.04060048,51.1422],[0.03990048,51.1422],[0.03660048,51.1415],[0.03240048,51.1411],[0.02940048,51.1408],[0.02649948,51.1410],[0.02470048,51.1405],[0.02190048,51.1397],[0.01980048,51.1395],[0.01700048,51.1394],[0.01339948,51.1396],[0.007600483,51.1398],[0.005100483,51.1401],[0.003300483,51.1403],[0.001200483,51.1403],[4.82554e-7,51.1402],[-0.003500517,51.1394],[-0.009399517,51.1396],[-0.01789952,51.1403],[-0.02049952,51.1391],[-0.02419952,51.1391],[-0.02999952,51.1395],[-0.03329952,51.1399],[-0.03799952,51.1411],[-0.03879952,51.1410],[-0.04289952,51.1406],[-0.04660052,51.1399],[-0.04779952,51.1396],[-0.04939952,51.1393],[-0.05660052,51.1372],[-0.05739952,51.1370],[-0.05859952,51.1372],[-0.05950052,51.1376],[-0.06100052,51.1391],[-0.06239952,51.1400],[-0.06430051,51.1406],[-0.06999952,51.1411],[-0.07950052,51.1409],[-0.08499952,51.1423],[-0.08589952,51.1420],[-0.08649952,51.1416],[-0.08959952000000002,51.1393],[-0.09180052,51.1386],[-0.09279951000000002,51.1385],[-0.09509952,51.139],[-0.09700052,51.1395],[-0.09839952000000002,51.1397],[-0.1045995,51.1406],[-0.1080995,51.1412],[-0.1107995,51.1416],[-0.1118995,51.1417],[-0.1137995,51.1408],[-0.1187005,51.1396],[-0.1235005,51.1393],[-0.1278995,51.1393],[-0.1291005,51.1394],[-0.1295005,51.1401],[-0.1302995,51.1409],[-0.1312995,51.1417],[-0.1326995,51.1421],[-0.1341005,51.1424],[-0.1364995,51.1432],[-0.1372995,51.1437],[-0.1373995,51.1441],[-0.1373995,51.1451],[-0.1357995,51.1501],[-0.1339005,51.1559],[-0.1339995,51.1568],[-0.1345995,51.1577],[-0.1360995,51.1584],[-0.1425995,51.1594],[-0.1503995,51.1602],[-0.1562005,51.1599],[-0.1660005,51.1609],[-0.1704995,51.1622],[-0.1756995,51.1648],[-0.1783995,51.1663],[-0.1793005,51.1667],[-0.1816005,51.1666],[-0.1853995,51.1659],[-0.1875995,51.1652],[-0.1887005,51.1642],[-0.1895005,51.1633],[-0.1899995,51.163],[-0.1928995,51.1629],[-0.1958995,51.163],[-0.1968995,51.1624],[-0.1991005,51.1606],[-0.2014995,51.1585],[-0.2029995,51.1575],[-0.2043995,51.1568],[-0.2071995,51.1566],[-0.2105995,51.1567],[-0.2118995,51.1567],[-0.2141005,51.156],[-0.2143005,51.1557],[-0.2127995,51.1516],[-0.2130995,51.1509],[-0.2139995,51.1504],[-0.2162005,51.1500],[-0.2162995,51.1498],[-0.2191005,51.1492],[-0.2241005,51.1478],[-0.2275995,51.1457],[-0.2287995,51.1457],[-0.2327995,51.1461],[-0.2458995,51.1467],[-0.2512005,51.1452],[-0.2543005,51.1449],[-0.2557995,51.1445],[-0.2566995,51.1430],[-0.2562995,51.1411],[-0.2566995,51.1399],[-0.2576995,51.1388],[-0.2612005,51.1367],[-0.2635995,51.1351],[-0.2666995,51.133],[-0.2685005,51.1321],[-0.2704995,51.1314],[-0.2743995,51.1307],[-0.2764995,51.1307],[-0.2814005,51.1315],[-0.2841995,51.1318],[-0.2856995,51.1315],[-0.2868995,51.1307],[-0.2866005,51.1283],[-0.2873995,51.1276],[-0.2889005,51.1267],[-0.2908995,51.1256],[-0.2918995,51.1255],[-0.2924995,51.1256],[-0.2930995,51.1258],[-0.2939995,51.1275],[-0.2946995,51.1277],[-0.2970995,51.1274],[-0.3041995,51.1263],[-0.3082995,51.1254],[-0.3118005,51.1247],[-0.3147995,51.1246],[-0.3187005,51.125],[-0.3202995,51.1251],[-0.3230995,51.1252],[-0.3258995,51.1255],[-0.3310005,51.1231],[-0.3330995,51.1222],[-0.3349995,51.1216],[-0.3387005,51.1213],[-0.3418005,51.1206],[-0.3433995,51.1198],[-0.3451995,51.1199],[-0.3500995,51.1196],[-0.3510995,51.1199],[-0.3524995,51.1207],[-0.3545995,51.1225],[-0.3562005,51.1225],[-0.3576995,51.1218],[-0.3601995,51.1201],[-0.3612005,51.1187],[-0.3620995,51.118],[-0.3630995,51.1175],[-0.3645005,51.1173],[-0.3651995,51.1174],[-0.3668005,51.1177],[-0.3777995,51.1177],[-0.3832995,51.1175],[-0.3873995,51.1171],[-0.3896995,51.1167],[-0.3902995,51.1162],[-0.3916005,51.1147],[-0.3923995,51.114],[-0.3941005,51.1124],[-0.3954995,51.1111],[-0.3964995,51.11],[-0.3972995,51.1091],[-0.3978995,51.1088],[-0.3985995,51.1086],[-0.3996995,51.1086],[-0.4024995,51.109],[-0.4045005,51.1088],[-0.4098995,51.1078],[-0.4130995,51.107],[-0.4149995,51.1055],[-0.4198995,51.1039],[-0.4291005,51.1019],[-0.4306995,51.1012],[-0.4349995,51.0986],[-0.4368005,51.0982],[-0.4432995,51.0974],[-0.4437005,51.0977],[-0.4439995,51.0981],[-0.4429995,51.0992],[-0.4427995,51.0999],[-0.4429995,51.1003],[-0.4447995,51.101],[-0.4474995,51.1013],[-0.4496995,51.1012],[-0.4551995,51.1013],[-0.4620995,51.0995],[-0.4650995,51.0987],[-0.4689005,51.0991],[-0.4716005,51.0989],[-0.4743005,51.0987],[-0.4772995,51.0985],[-0.4795005,51.0979],[-0.4820005,51.0969],[-0.4837995,51.0963],[-0.4873995,51.095],[-0.4927995,51.0930],[-0.5014995,51.0900],[-0.5037005,51.0891],[-0.5060005,51.089],[-0.5154995,51.0912],[-0.5180995,51.0912],[-0.5224995,51.0907],[-0.5235005,51.0908],[-0.5262995,51.0918],[-0.5295005,51.0927],[-0.5318005,51.0937],[-0.5321995,51.0935],[-0.5326995,51.0930],[-0.5330995,51.0923],[-0.5335995,51.0906],[-0.5343995,51.0878],[-0.5343995,51.0872],[-0.5331995,51.0865],[-0.5332995,51.0862],[-0.5335995,51.0858],[-0.5341995,51.0854],[-0.5362995,51.0844],[-0.5385995,51.0837],[-0.5423995,51.0834],[-0.5437005,51.0835],[-0.5455995,51.0838],[-0.5478995,51.0843],[-0.5514995,51.0853],[-0.5537995,51.0860],[-0.5546995,51.0860],[-0.5555995,51.0854],[-0.5579995,51.0837],[-0.5587995,51.0835],[-0.5600995,51.0837],[-0.5632995,51.0845],[-0.5654995,51.0855],[-0.5673995,51.0861],[-0.5710005,51.0871],[-0.5737005,51.0876],[-0.5801995,51.0870],[-0.5820005,51.0866],[-0.5833995,51.0862],[-0.5849995,51.0854],[-0.5864995,51.0846],[-0.5897995,51.0831],[-0.5923995,51.0819],[-0.5950995,51.0805],[-0.5971995,51.0800],[-0.6003995,51.0797],[-0.6032995,51.0803],[-0.6064005,51.0812],[-0.6098995,51.0841],[-0.6104995,51.0846],[-0.6132995,51.0862],[-0.6154995,51.0872],[-0.6174995,51.0879],[-0.6206995,51.0886],[-0.6250995,51.0895],[-0.6264995,51.0895],[-0.6282995,51.0892],[-0.6303995,51.0887],[-0.6320005,51.0882],[-0.6399995000000002,51.0852],[-0.6454995,51.0839],[-0.6480995,51.0832],[-0.6524995,51.0824],[-0.6574995,51.0814],[-0.6610995,51.0804],[-0.6645995,51.0795],[-0.6695995,51.0781],[-0.6716995,51.0777],[-0.6803995,51.0757],[-0.6858995,51.0761],[-0.6931995,51.0734],[-0.6960995,51.0724],[-0.7016995,51.0735],[-0.7047995,51.0762],[-0.7053995,51.0786],[-0.7068005,51.0786],[-0.7101995,51.0773],[-0.7137005,51.0768],[-0.7220995,51.0775],[-0.7246995,51.078],[-0.7274995,51.0791],[-0.7318995,51.0816],[-0.7332995,51.0833],[-0.7350995,51.0851],[-0.7374995,51.0861],[-0.7403995,51.0863],[-0.7416995,51.0863],[-0.7512005,51.0862],[-0.7528995,51.0880],[-0.7539005,51.089],[-0.7552995,51.0901],[-0.7554995,51.0904],[-0.7556995,51.0911],[-0.7556995,51.0917],[-0.7555995,51.0924],[-0.7551995,51.0938],[-0.7545995,51.0954],[-0.7543995,51.0972],[-0.7551995,51.0985],[-0.7560995,51.0999],[-0.7585005,51.1025],[-0.7582995,51.1032],[-0.7577995,51.1035],[-0.7479995,51.1036],[-0.7460995,51.1053],[-0.7453995,51.1061],[-0.7453995,51.1066],[-0.7471995,51.1083],[-0.7470005,51.1092],[-0.7454995,51.1126],[-0.7455995,51.1138],[-0.7491995,51.1133],[-0.7554995,51.1134],[-0.7566995,51.1136],[-0.7589995,51.114],[-0.7622995,51.1145],[-0.7646995,51.115],[-0.7682995,51.1169],[-0.7718995,51.119],[-0.7746995,51.121],[-0.7782995,51.1244],[-0.7812995,51.127],[-0.7828995,51.1277],[-0.7832995,51.1282],[-0.7833995,51.1293],[-0.7833995,51.1307],[-0.7835995,51.1331],[-0.7796995,51.1344],[-0.7803995,51.1366],[-0.7816995,51.1373],[-0.7831995,51.1379],[-0.7849995,51.1385],[-0.7868995,51.1395],[-0.7874995000000002,51.1400],[-0.7882995,51.1407],[-0.7889995,51.1417],[-0.7895995,51.1427],[-0.7910995,51.1452],[-0.7914995,51.1467],[-0.7916995,51.1477],[-0.7918995,51.1493],[-0.7922995000000002,51.1516],[-0.7928995,51.1520],[-0.7937005,51.1523],[-0.7948995,51.1525],[-0.7960995,51.1526],[-0.7975995,51.1522],[-0.7995005,51.1528],[-0.8037005,51.1543],[-0.8046995,51.1546],[-0.8055995,51.1549],[-0.8076995,51.1541],[-0.8105995,51.1526],[-0.8156995,51.1491],[-0.8229995,51.1464],[-0.8250995,51.1464],[-0.8285005,51.1469],[-0.8295995,51.1473],[-0.8304995,51.1479],[-0.8325995000000002,51.1505],[-0.8328995,51.1509],[-0.8330995,51.1514],[-0.8329995,51.1526],[-0.8326995,51.1536],[-0.8320995,51.1548],[-0.8318005,51.1554],[-0.8306995,51.1595],[-0.8266005000000002,51.1786],[-0.8264005,51.1801],[-0.8260995,51.182],[-0.8285995,51.186],[-0.8289005000000003,51.1868],[-0.8305995,51.1898],[-0.8330995,51.1924],[-0.8374995,51.1965],[-0.8391005,51.1980],[-0.8418005,51.1998],[-0.8433995,51.2003],[-0.8437005,51.2005],[-0.8437995,51.2009],[-0.8437005,51.2012],[-0.8423995000000002,51.2025],[-0.8422995,51.2028],[-0.8424995,51.2033],[-0.8441995,51.2065],[-0.8455995,51.2088],[-0.8471995,51.2108],[-0.8472995,51.2112],[-0.8470005,51.2117],[-0.8410995,51.2131],[-0.8360005000000003,51.2192],[-0.8328995,51.2252],[-0.8285995,51.2267],[-0.8281995,51.2271],[-0.8276995,51.2343],[-0.8274995000000002,51.2346],[-0.8266995,51.2349],[-0.8252995,51.2349],[-0.8233995,51.2349],[-0.8214995,51.2349],[-0.8201995,51.2348],[-0.8185005,51.235],[-0.8183995,51.2352],[-0.8185995,51.2373],[-0.8189005,51.2393],[-0.8187005,51.2396],[-0.8168005000000002,51.2395],[-0.8141995,51.2398],[-0.8093005,51.2432],[-0.8083995,51.2436],[-0.8056995,51.2439],[-0.8033995000000003,51.2438],[-0.8026995,51.2435],[-0.8006995,51.2414],[-0.7995005,51.2404],[-0.7981995,51.2399],[-0.7922995000000002,51.2415],[-0.7902995,51.2419],[-0.7870005,51.2424],[-0.7853995,51.2424],[-0.7789005,51.2427],[-0.7753995,51.2424],[-0.7720995,51.2416],[-0.7705995,51.2409],[-0.7693995,51.2405],[-0.7664005,51.2386],[-0.7543995,51.2336],[-0.7500995,51.2323],[-0.7441005,51.2308],[-0.7427995,51.2308],[-0.7406995,51.2311],[-0.7391005,51.2322],[-0.7376995,51.2348],[-0.7371995,51.2363],[-0.7368005,51.2375],[-0.7370005,51.2389],[-0.7371995,51.2409],[-0.7376995,51.2428],[-0.7376995,51.2435],[-0.7371995,51.2445],[-0.7357995,51.2459],[-0.7326995000000002,51.2487],[-0.7293005,51.2515],[-0.7279995,51.2529],[-0.7276995,51.2540],[-0.7277995,51.2559],[-0.7285005,51.2570],[-0.7301995,51.2585],[-0.7314995,51.2600],[-0.7332995,51.2629],[-0.7337005,51.2642],[-0.7335005,51.2659],[-0.7330995,51.2680],[-0.7321995,51.2706],[-0.7320005,51.2739],[-0.7324995,51.2803],[-0.7322995,51.2822],[-0.7320995,51.2833],[-0.7308995,51.2851],[-0.7305995,51.287],[-0.7308995,51.2889],[-0.7314995,51.2904],[-0.7330995,51.2928],[-0.7370005,51.3002],[-0.7385995,51.3054],[-0.7410995,51.3094],[-0.7431995,51.3111],[-0.7483995,51.3139],[-0.7514005,51.3157],[-0.7543005,51.3172],[-0.7570005,51.3187],[-0.7602995,51.3206],[-0.7625995,51.3224],[-0.7645005,51.3249],[-0.7666995,51.3276],[-0.7677995,51.3287],[-0.7695005,51.3301],[-0.7739005,51.3333],[-0.7748995,51.3341],[-0.7726995,51.3363],[-0.7695005,51.3394],[-0.7679995,51.3409],[-0.7668995000000002,51.3418],[-0.7631995,51.3439],[-0.7581995,51.3475],[-0.7370005,51.3623],[-0.7354995,51.3647],[-0.7316005,51.3673],[-0.7243995,51.3685],[-0.7045995000000002,51.3719],[-0.6924995000000002,51.3768],[-0.6803995,51.3805],[-0.6723995,51.3837],[-0.6651995,51.3862],[-0.6575995,51.3872],[-0.6535005000000002,51.3876],[-0.6495995,51.3865],[-0.6455995,51.3861],[-0.6397995,51.3863],[-0.6385995,51.3858],[-0.6353995,51.3847],[-0.6325995,51.3835],[-0.6303995,51.3828],[-0.6282995,51.383],[-0.6262005,51.3838],[-0.6254995,51.3843],[-0.6241995,51.3851],[-0.6229995,51.3852],[-0.6220005,51.3850],[-0.6198995,51.3847],[-0.6187005,51.3851],[-0.6185005,51.3858],[-0.6195995,51.3875],[-0.6218005,51.3893],[-0.6218005,51.3899],[-0.6210995,51.3907],[-0.6196995,51.3914],[-0.6181995,51.3920],[-0.6179995,51.3924],[-0.6181995,51.3933],[-0.6185005,51.3943],[-0.6183995,51.3946],[-0.6173995,51.3947],[-0.6162995,51.3947],[-0.6160005,51.3959],[-0.6162995,51.3968],[-0.6171995,51.3983],[-0.6171995,51.3991],[-0.6078995,51.4123],[-0.6064995,51.4149],[-0.6060005,51.4173],[-0.6046995,51.4267],[-0.6041995,51.431],[-0.6037005,51.4321],[-0.6014005,51.4341],[-0.5922995,51.4411],[-0.5914005,51.4415],[-0.5841005,51.4431],[-0.5799995,51.4444],[-0.5771995,51.4461],[-0.5747995,51.4483],[-0.5720005,51.4516],[-0.5708995,51.4523],[-0.5689995,51.4523],[-0.5679995,51.4521],[-0.5664005,51.4512],[-0.5651995,51.4505],[-0.5635995,51.4492],[-0.5625995,51.4488],[-0.5596995,51.4491],[-0.5576995,51.4485],[-0.5518005,51.4452],[-0.5489995,51.4443],[-0.5446995,51.4425],[-0.5416995,51.4411],[-0.5374995,51.4396],[-0.5314005,51.4381],[-0.5254995,51.4373],[-0.5245005,51.4375],[-0.5245995,51.4396],[-0.5250995,51.4405],[-0.5275995,51.4421],[-0.5295005,51.4439],[-0.5304995,51.4448],[-0.5304995,51.4451],[-0.5303995,51.4456],[-0.5271995,51.4491],[-0.5272995,51.4495],[-0.5293995,51.4511],[-0.5356995,51.4546],[-0.5348995,51.4561],[-0.5320005,51.4611],[-0.5273995,51.4669],[-0.5241995,51.4713],[-0.5241995,51.4728],[-0.5185005,51.4713],[-0.5141995,51.4706],[-0.5089995,51.4698],[-0.5060005,51.4694],[-0.5008995,51.4676],[-0.4987995,51.4669],[-0.4960005,51.4643],[-0.4930995,51.4628],[-0.4904995,51.4625],[-0.4874995,51.4625],[-0.4845995,51.4620],[-0.4805995,51.4612],[-0.4799995,51.4611],[-0.4612995,51.4578],[-0.4602995,51.4571],[-0.4598995,51.4565],[-0.4600995,51.4558],[-0.4616995,51.4506],[-0.4614005,51.4497],[-0.4600995,51.4494],[-0.4595005,51.4488],[-0.4591005,51.4466],[-0.4585005,51.4438],[-0.4572995,51.4409],[-0.4566995,51.4395],[-0.4564005,51.4390],[-0.4562005,51.4387],[-0.4557995,51.4387],[-0.4529995,51.4393],[-0.4453995,51.4401],[-0.4446995,51.4399],[-0.4418005,51.4375],[-0.4410005,51.4368],[-0.4406995,51.4362],[-0.4405995,51.4344],[-0.4406995,51.4313],[-0.4406995,51.4306],[-0.4397995,51.43],[-0.4348995,51.4286],[-0.4293995,51.4271],[-0.4270995,51.4269],[-0.4255995,51.4268],[-0.4239995,51.4273],[-0.4214005,51.4282],[-0.4168005,51.4308],[-0.4149995,51.4314],[-0.4135995,51.4313],[-0.4122995,51.4306],[-0.4114995,51.4293],[-0.4107995,51.4278],[-0.4098995,51.4252],[-0.4077995,51.4229],[-0.4052995,51.4213],[-0.4045005,51.4213],[-0.4024995,51.422],[-0.3997995,51.4226],[-0.3975995,51.4229],[-0.3951995,51.4227],[-0.3912005,51.4215],[-0.3864005,51.4201],[-0.3851995,51.4194],[-0.3845005,51.4148],[-0.3847995,51.4141],[-0.3885995,51.4142],[-0.3891995,51.4138],[-0.3880995,51.4102],[-0.3870005,51.4101],[-0.3807995,51.4095],[-0.3791995,51.4091],[-0.3777995,51.409],[-0.3753995,51.4093],[-0.3716005,51.4104],[-0.3683995,51.4114],[-0.3635995,51.4122],[-0.3604995,51.4125],[-0.3585995,51.4123],[-0.3570005,51.4122],[-0.3539995,51.4114],[-0.3520005,51.4107],[-0.3487995,51.4096],[-0.3441995,51.4072],[-0.3420005,51.406],[-0.3399995,51.4051],[-0.3373995,51.4038],[-0.3341995,51.4006],[-0.3301995,51.3969],[-0.3281995,51.3954],[-0.3266005,51.3942],[-0.3249995,51.3933],[-0.3210005,51.3935],[-0.3187995,51.3939],[-0.3187005,51.3929],[-0.3185995,51.3921],[-0.3183995,51.3913],[-0.3181995,51.3890],[-0.3175995,51.3879],[-0.3170005,51.3873],[-0.3160005,51.3874],[-0.3107995,51.3810],[-0.3104995,51.3807],[-0.3106995,51.3785],[-0.3135005,51.3730],[-0.3175995,51.3669],[-0.3235005,51.3587],[-0.3268995,51.3552],[-0.3280995,51.3538],[-0.3291005,51.353],[-0.3281995,51.344],[-0.3271995,51.333],[-0.3277995,51.3308],[-0.3279995,51.3296],[-0.3279995,51.3287],[-0.3275995,51.3282],[-0.3264995,51.3274],[-0.3249995,51.3272],[-0.3231995,51.3272],[-0.3206995,51.3273],[-0.3189995,51.3275],[-0.3178995,51.3279],[-0.3151995,51.3292],[-0.3116005,51.3317],[-0.3097995,51.333],[-0.3076995,51.3350],[-0.3045005,51.3364],[-0.3033995,51.3377],[-0.3035995,51.3393],[-0.3037995,51.3406],[-0.3037005,51.3409],[-0.3032995,51.3417],[-0.3018995,51.3435],[-0.3005995,51.3448],[-0.2997995,51.3462],[-0.2991995,51.3473],[-0.2981995,51.3482],[-0.2973995,51.3488],[-0.2941995,51.3503],[-0.2924995,51.351],[-0.2916005,51.3523],[-0.2900995,51.3551],[-0.2891005,51.3573],[-0.2887005,51.3577],[-0.2874995,51.3584],[-0.2855995,51.3607],[-0.2854995,51.3623],[-0.2843995,51.3643],[-0.2810995,51.3658],[-0.2780995,51.3677],[-0.2757995,51.3693],[-0.2739995,51.3707],[-0.2714005,51.3725],[-0.2693995,51.3738],[-0.2678995,51.3747],[-0.2662005,51.3752],[-0.2626995,51.3765],[-0.2601995,51.3775],[-0.2587005,51.3773],[-0.2554995,51.3775],[-0.2499995,51.3776],[-0.2439995,51.3792],[-0.2437995,51.3765],[-0.2439995,51.3746],[-0.2441005,51.3721],[-0.2445005,51.3694],[-0.2450995,51.3679],[-0.2397995,51.3663],[-0.2385995,51.3691],[-0.2341995,51.368],[-0.2318995,51.3672],[-0.2298995,51.3657],[-0.2283995,51.364],[-0.2271995,51.3632],[-0.2256995,51.3624],[-0.2245995,51.3617],[-0.2230995,51.3601],[-0.2210995,51.3581],[-0.2185005,51.3538],[-0.2160005,51.3495],[-0.2156995,51.3484],[-0.2157995,51.3465],[-0.2158995,51.346],[-0.2160995,51.3456],[-0.2168005,51.3449],[-0.2177995,51.3442],[-0.2212995,51.3421],[-0.2264005,51.3392],[-0.2281995,51.3376],[-0.2280995,51.3366],[-0.2241005,51.3348],[-0.2202995,51.3310],[-0.2187005,51.3302],[-0.2150995,51.3299],[-0.2114995,51.3301],[-0.2107995,51.3304],[-0.2095005,51.3329],[-0.2093995,51.3336],[-0.2096995,51.3365],[-0.2095005,51.3374],[-0.2060005,51.3386],[-0.2054995,51.3388],[-0.1999995,51.3408],[-0.1971995,51.3418],[-0.1946995,51.3429],[-0.1925995,51.3455],[-0.1920995,51.3452],[-0.1906995,51.3442],[-0.1833995,51.3412],[-0.1812005,51.3401],[-0.1762995,51.3369],[-0.1737995,51.3352],[-0.1722995,51.3333],[-0.1714995,51.3319],[-0.1708995,51.3310],[-0.1701995,51.3299],[-0.1696995,51.3297],[-0.1681995,51.3296],[-0.1662005,51.3300],[-0.1660995,51.3300],[-0.1655995,51.3301],[-0.1645995,51.3298],[-0.1635005,51.3294],[-0.1620005,51.3287],[-0.1616005,51.3273],[-0.1604995,51.3249],[-0.1591995,51.3235],[-0.1582995,51.3226],[-0.1568005,51.3212],[-0.1612005,51.3196],[-0.1606995,51.3178],[-0.1601995,51.3171],[-0.1597995,51.3166],[-0.1583995,51.3157],[-0.1555995,51.3147],[-0.1549995,51.3141]]]]}, properties:{name:"Surrey"}}, {type:"Feature", geometry:{type:"MultiPolygon", coordinates:[[[[-1.8932, 52.1497],[-1.8932, 52.1488],[-1.8924, 52.148],[-1.891801, 52.1476],[-1.891401, 52.1475],[-1.8908, 52.1476],[-1.8887, 52.1477],[-1.884699, 52.1484],[-1.8817, 52.1474],[-1.8814, 52.1471],[-1.8837, 52.1458],[-1.884699, 52.145],[-1.886201, 52.1435],[-1.8873, 52.1425],[-1.889199, 52.1412],[-1.8897, 52.1408],[-1.8902, 52.1402],[-1.891201, 52.1388],[-1.891801, 52.1383],[-1.8938, 52.1372],[-1.8965, 52.1359],[-1.8983, 52.1349],[-1.898501, 52.1353],[-1.899101, 52.1363],[-1.9016, 52.1422],[-1.907799, 52.1447],[-1.920599, 52.1495],[-1.940199, 52.1536],[-1.934999, 52.1617],[-1.9326, 52.1683],[-1.932999, 52.1695],[-1.935699, 52.1707],[-1.9412, 52.1718],[-1.945899, 52.1708],[-1.949399, 52.17],[-1.955199, 52.1689],[-1.9578, 52.169],[-1.959399, 52.1737],[-1.9571, 52.1749],[-1.953701, 52.1744],[-1.9491, 52.1736],[-1.9456, 52.1745],[-1.942001, 52.1761],[-1.940199, 52.1784],[-1.938701, 52.1826],[-1.9362, 52.1873],[-1.932899, 52.1911],[-1.934101, 52.1968],[-1.934501, 52.2002],[-1.933701, 52.2034],[-1.9326, 52.2074],[-1.9289, 52.2092],[-1.9256, 52.2105],[-1.922099, 52.2118],[-1.921401, 52.2128],[-1.9202, 52.2147],[-1.919101, 52.2168],[-1.9188, 52.218],[-1.919, 52.2208],[-1.9198, 52.2246],[-1.9219, 52.2287],[-1.923701, 52.2323],[-1.9253, 52.2352],[-1.9255, 52.2374],[-1.9255, 52.2401],[-1.9268, 52.2423],[-1.9313, 52.2465],[-1.9338, 52.2491],[-1.9349, 52.2512],[-1.935699, 52.2534],[-1.936, 52.2574],[-1.935699, 52.2662],[-1.935699, 52.2752],[-1.932199, 52.2771],[-1.927001, 52.2753],[-1.923501, 52.2766],[-1.9174, 52.2763],[-1.915799, 52.2761],[-1.912799, 52.2769],[-1.9102, 52.2783],[-1.902699, 52.2825],[-1.899301, 52.2832],[-1.8954, 52.2831],[-1.892799, 52.2846],[-1.8882, 52.2866],[-1.8872, 52.287],[-1.8851, 52.2921],[-1.8831, 52.2951],[-1.878999, 52.2999],[-1.8767, 52.3023],[-1.8757, 52.3055],[-1.8779, 52.3080],[-1.879101, 52.3099],[-1.8802, 52.3117],[-1.8735, 52.3131],[-1.8713, 52.3139],[-1.849, 52.3172],[-1.85, 52.32],[-1.8509, 52.3228],[-1.855, 52.3263],[-1.858299, 52.3302],[-1.863701, 52.3359],[-1.8763, 52.3452],[-1.8773, 52.3467],[-1.887001, 52.3531],[-1.888, 52.3547],[-1.889101, 52.356],[-1.8917, 52.3587],[-1.892599, 52.3597],[-1.888299, 52.3614],[-1.8781, 52.3632],[-1.8749, 52.364],[-1.869799, 52.3688],[-1.866099, 52.3691],[-1.8642, 52.3686],[-1.8613, 52.3679],[-1.8571, 52.3673],[-1.8551, 52.3671],[-1.8515, 52.3673],[-1.8428, 52.3673],[-1.839, 52.3675],[-1.8356, 52.3678],[-1.831001, 52.3669],[-1.825799, 52.3673],[-1.8226, 52.3686],[-1.806601, 52.3661],[-1.8019, 52.3604],[-1.799399, 52.3579],[-1.795099, 52.3558],[-1.7925, 52.3552],[-1.7904, 52.3549],[-1.7884, 52.3544],[-1.7866, 52.3537],[-1.7846, 52.3516],[-1.7822, 52.3494],[-1.7788, 52.3487],[-1.776401, 52.3493],[-1.770499, 52.352],[-1.773, 52.3561],[-1.7767, 52.3642],[-1.7745, 52.3656],[-1.7725, 52.3672],[-1.765599, 52.3639],[-1.7565, 52.3632],[-1.757001, 52.3576],[-1.7471, 52.3568],[-1.742599, 52.3573],[-1.7409, 52.3621],[-1.739501, 52.3638],[-1.738901, 52.3656],[-1.7355, 52.3718],[-1.7305, 52.3703],[-1.7272, 52.3699],[-1.7221, 52.3698],[-1.7172, 52.3719],[-1.7162, 52.3680],[-1.7183, 52.3649],[-1.7201, 52.3621],[-1.7214, 52.3595],[-1.7214, 52.3587],[-1.7212, 52.3579],[-1.7192, 52.3558],[-1.7183, 52.3554],[-1.716801, 52.3554],[-1.7106, 52.3559],[-1.708099, 52.3555],[-1.704301, 52.3556],[-1.7021, 52.3564],[-1.7, 52.3577],[-1.699501, 52.3577],[-1.697899, 52.3565],[-1.696401, 52.3551],[-1.695, 52.3528],[-1.6941, 52.3525],[-1.691601, 52.3534],[-1.6875, 52.3553],[-1.6834, 52.3553],[-1.680099, 52.3628],[-1.6761, 52.3648],[-1.667199, 52.3639],[-1.6595, 52.361],[-1.653399, 52.3576],[-1.6515, 52.3562],[-1.6457, 52.3568],[-1.6417, 52.3619],[-1.6328, 52.3654],[-1.630499, 52.3642],[-1.6265, 52.3662],[-1.6217, 52.3713],[-1.621001, 52.3718],[-1.6158, 52.3720],[-1.607599, 52.3764],[-1.6077, 52.378],[-1.607399, 52.3794],[-1.606899, 52.3813],[-1.606099, 52.3829],[-1.6036, 52.386],[-1.6021, 52.3868],[-1.600199, 52.3884],[-1.5994, 52.3895],[-1.5941, 52.3881],[-1.5904, 52.3874],[-1.5834, 52.386],[-1.577399, 52.3852],[-1.5727, 52.3851],[-1.569399, 52.3852],[-1.566499, 52.3853],[-1.5648, 52.384],[-1.5619, 52.3784],[-1.5612, 52.3773],[-1.5598, 52.3768],[-1.557999, 52.3758],[-1.5577, 52.3753],[-1.558501, 52.3701],[-1.557899, 52.3697],[-1.554, 52.3679],[-1.554101, 52.3674],[-1.556401, 52.3650],[-1.556, 52.3646],[-1.553599, 52.3631],[-1.5475, 52.3646],[-1.545699, 52.3653],[-1.5381, 52.3718],[-1.5346, 52.3746],[-1.5325, 52.3757],[-1.528901, 52.3786],[-1.525599, 52.3803],[-1.524199, 52.3798],[-1.522799, 52.3785],[-1.5203, 52.3768],[-1.517699, 52.3733],[-1.511801, 52.3673],[-1.5057, 52.3747],[-1.503999, 52.3767],[-1.5002, 52.3763],[-1.4877, 52.3759],[-1.4802, 52.3758],[-1.474599, 52.3747],[-1.4699, 52.3758],[-1.465, 52.3766],[-1.456401, 52.3792],[-1.447399, 52.3846],[-1.4432, 52.3867],[-1.439101, 52.3865],[-1.4376, 52.39],[-1.4362, 52.3923],[-1.434101, 52.3959],[-1.437999, 52.4022],[-1.4349, 52.4061],[-1.4354, 52.4081],[-1.435699, 52.4119],[-1.431, 52.4134],[-1.4325, 52.4179],[-1.429301, 52.4211],[-1.4282, 52.4281],[-1.4296, 52.4299],[-1.4331, 52.4319],[-1.4404, 52.4345],[-1.441401, 52.4376],[-1.439, 52.4431],[-1.4432, 52.4446],[-1.4405, 52.4484],[-1.444501, 52.4502],[-1.4527, 52.4534],[-1.467399, 52.4585],[-1.483, 52.458],[-1.4858, 52.4583],[-1.488901, 52.4591],[-1.489101, 52.4592],[-1.491201, 52.4583],[-1.493199, 52.4561],[-1.495399, 52.4531],[-1.497001, 52.4514],[-1.4996, 52.4514],[-1.507699, 52.4512],[-1.5129, 52.4526],[-1.517799, 52.4537],[-1.5144, 52.458],[-1.526, 52.4572],[-1.5365, 52.4659],[-1.541201, 52.4629],[-1.5498, 52.4576],[-1.556, 52.4568],[-1.5632, 52.4556],[-1.5742, 52.4592],[-1.578799, 52.4606],[-1.5919, 52.4622],[-1.5927, 52.4609],[-1.5934, 52.4585],[-1.594, 52.4569],[-1.595299, 52.456],[-1.600199, 52.4545],[-1.6015, 52.4558],[-1.6113, 52.4627],[-1.6136, 52.4646],[-1.6236, 52.4634],[-1.6228, 52.4599],[-1.622001, 52.4573],[-1.6242, 52.4563],[-1.628999, 52.4533],[-1.633, 52.4493],[-1.636299, 52.4456],[-1.6453, 52.4421],[-1.648501, 52.4411],[-1.6532, 52.4413],[-1.6582, 52.4433],[-1.659999, 52.4443],[-1.662001, 52.4448],[-1.6652, 52.4366],[-1.6726, 52.4368],[-1.6799, 52.4432],[-1.6832, 52.4493],[-1.687199, 52.4534],[-1.6883, 52.4566],[-1.692199, 52.4581],[-1.6975, 52.4573],[-1.7076, 52.4648],[-1.7082, 52.4664],[-1.7104, 52.4798],[-1.711401, 52.4808],[-1.7148, 52.4817],[-1.7178, 52.4819],[-1.720299, 52.483],[-1.723099, 52.4850],[-1.728799, 52.4895],[-1.7335, 52.4939],[-1.7298, 52.4964],[-1.737599, 52.5077],[-1.751601, 52.5158],[-1.7553, 52.5181],[-1.7522, 52.5207],[-1.751601, 52.5212],[-1.7506, 52.5216],[-1.738901, 52.5239],[-1.732499, 52.5256],[-1.7352, 52.5292],[-1.7372, 52.533],[-1.7377, 52.5337],[-1.7393, 52.5344],[-1.7408, 52.5339],[-1.7449, 52.5319],[-1.746099, 52.5315],[-1.748399, 52.5355],[-1.745399, 52.5373],[-1.7463, 52.5398],[-1.7431, 52.5432],[-1.748999, 52.5454],[-1.7492, 52.5478],[-1.758, 52.5526],[-1.758999, 52.5534],[-1.7625, 52.5556],[-1.763901, 52.5568],[-1.7653, 52.5578],[-1.766401, 52.5587],[-1.766801, 52.5594],[-1.7682, 52.5632],[-1.770499, 52.5658],[-1.7709, 52.5687],[-1.7744, 52.5743],[-1.775599, 52.5752],[-1.7797, 52.5771],[-1.7826, 52.5799],[-1.7844, 52.5813],[-1.7865, 52.5823],[-1.7884, 52.5834],[-1.789199, 52.5844],[-1.7902, 52.5866],[-1.7884, 52.5868],[-1.7873, 52.5874],[-1.7853, 52.5888],[-1.7838, 52.5895],[-1.7819, 52.5903],[-1.7781, 52.5919],[-1.7758, 52.5924],[-1.772799, 52.5926],[-1.770499, 52.5916],[-1.763, 52.5898],[-1.759501, 52.5903],[-1.757001, 52.591],[-1.7549, 52.592],[-1.7531, 52.5924],[-1.745, 52.5936],[-1.741899, 52.5937],[-1.7413, 52.5935],[-1.7388, 52.5925],[-1.737499, 52.5901],[-1.733, 52.59],[-1.7142, 52.5887],[-1.708501, 52.5881],[-1.704599, 52.5875],[-1.7019, 52.5877],[-1.700199, 52.5895],[-1.699501, 52.5902],[-1.6978, 52.5906],[-1.696601, 52.5905],[-1.6957, 52.5904],[-1.689999, 52.5896],[-1.686499, 52.5889],[-1.686, 52.589],[-1.682999, 52.593],[-1.6716, 52.5925],[-1.664199, 52.5913],[-1.6596, 52.594],[-1.656801, 52.5949],[-1.6545, 52.5951],[-1.649799, 52.5966],[-1.645, 52.5996],[-1.6401, 52.6044],[-1.636299, 52.6081],[-1.635599, 52.6109],[-1.635499, 52.6144],[-1.6325, 52.6185],[-1.6379, 52.6215],[-1.634799, 52.6273],[-1.638999, 52.6342],[-1.6344, 52.6373],[-1.634799, 52.6398],[-1.635499, 52.6437],[-1.635599, 52.645],[-1.635599, 52.6462],[-1.6374, 52.6493],[-1.6409, 52.6558],[-1.6294, 52.6620],[-1.621801, 52.6658],[-1.620399, 52.6670],[-1.6201, 52.6681],[-1.613299, 52.6693],[-1.613999, 52.672],[-1.6084, 52.6730],[-1.6052, 52.6740],[-1.6027, 52.6755],[-1.6057, 52.6800],[-1.596801, 52.6834],[-1.5886, 52.6875],[-1.5877, 52.6893],[-1.585299, 52.6881],[-1.5815, 52.6852],[-1.5791, 52.6831],[-1.568099, 52.6754],[-1.5631, 52.6731],[-1.5575, 52.6714],[-1.5488, 52.6678],[-1.5482, 52.6661],[-1.5445, 52.6608],[-1.543501, 52.6564],[-1.5409, 52.6532],[-1.5439, 52.65],[-1.5416, 52.6459],[-1.5423, 52.644],[-1.5463, 52.6421],[-1.5563, 52.637],[-1.567899, 52.6361],[-1.569399, 52.6354],[-1.565099, 52.6293],[-1.563701, 52.6275],[-1.565099, 52.6252],[-1.5657, 52.6238],[-1.5661, 52.6222],[-1.5606, 52.6204],[-1.5592, 52.6199],[-1.5549, 52.6158],[-1.5525, 52.6146],[-1.555799, 52.6095],[-1.5563, 52.6074],[-1.556401, 52.6053],[-1.556401, 52.6006],[-1.557001, 52.5988],[-1.5588, 52.5973],[-1.559, 52.5959],[-1.556601, 52.5932],[-1.5555, 52.5929],[-1.554, 52.593],[-1.551601, 52.5924],[-1.5503, 52.5921],[-1.549301, 52.5914],[-1.546, 52.5895],[-1.5405, 52.5898],[-1.539101, 52.5892],[-1.5366, 52.588],[-1.534, 52.5867],[-1.533501, 52.5862],[-1.533599, 52.5848],[-1.5333, 52.584],[-1.531401, 52.5832],[-1.5294, 52.5824],[-1.5276, 52.5813],[-1.5272, 52.5802],[-1.5144, 52.5703],[-1.5078, 52.5681],[-1.4908, 52.5631],[-1.4827, 52.5603],[-1.4697, 52.5536],[-1.4536, 52.5485],[-1.4441, 52.547],[-1.4374, 52.5461],[-1.4169, 52.5384],[-1.406, 52.5327],[-1.392099, 52.5278],[-1.372499, 52.5192],[-1.3672, 52.5169],[-1.356099, 52.5128],[-1.3428, 52.508],[-1.319301, 52.5021],[-1.3031, 52.4965],[-1.2967, 52.4918],[-1.2901, 52.4865],[-1.284101, 52.4811],[-1.279301, 52.475],[-1.273399, 52.4681],[-1.266899, 52.4622],[-1.257599, 52.4541],[-1.2508, 52.4481],[-1.243199, 52.4406],[-1.2338, 52.4311],[-1.2221, 52.4193],[-1.215, 52.4152],[-1.2091, 52.409],[-1.2018, 52.4006],[-1.201001, 52.3971],[-1.1912, 52.3826],[-1.1862, 52.3774],[-1.1774, 52.3726],[-1.169101, 52.3626],[-1.172899, 52.361],[-1.173501, 52.3592],[-1.172899, 52.3572],[-1.182001, 52.3556],[-1.1839, 52.3547],[-1.187999, 52.3523],[-1.189999, 52.3511],[-1.1913, 52.3505],[-1.192999, 52.352],[-1.1954, 52.3518],[-1.198701, 52.3511],[-1.2101, 52.3496],[-1.212299, 52.3492],[-1.221099, 52.3492],[-1.223799, 52.3484],[-1.226099, 52.3466],[-1.227499, 52.3461],[-1.234699, 52.3456],[-1.241201, 52.3423],[-1.244101, 52.3413],[-1.249699, 52.3401],[-1.256001, 52.3394],[-1.259501, 52.3382],[-1.261899, 52.3352],[-1.2629, 52.3317],[-1.2637, 52.3297],[-1.2596, 52.3277],[-1.239699, 52.3211],[-1.2365, 52.3202],[-1.231099, 52.3194],[-1.225399, 52.32],[-1.2091, 52.3162],[-1.204399, 52.3146],[-1.207399, 52.3107],[-1.212499, 52.3072],[-1.2183, 52.3068],[-1.2186, 52.3038],[-1.2223, 52.3029],[-1.228999, 52.2936],[-1.2212, 52.2885],[-1.22, 52.2839],[-1.2192, 52.2798],[-1.2183, 52.2736],[-1.2172, 52.2697],[-1.2151, 52.2667],[-1.215, 52.2647],[-1.2157, 52.2634],[-1.2197, 52.2604],[-1.2292, 52.2547],[-1.2308, 52.2538],[-1.2323, 52.2520],[-1.2328, 52.2508],[-1.2341, 52.2482],[-1.2457, 52.2486],[-1.2479, 52.2485],[-1.2621, 52.2433],[-1.264799, 52.2405],[-1.2646, 52.2383],[-1.2637, 52.2362],[-1.265, 52.2353],[-1.271401, 52.2397],[-1.2773, 52.2401],[-1.2825, 52.2400],[-1.283, 52.2386],[-1.280699, 52.2366],[-1.2779, 52.2341],[-1.277001, 52.2292],[-1.2724, 52.2286],[-1.271899, 52.2266],[-1.2751, 52.225],[-1.269199, 52.22],[-1.2657, 52.2185],[-1.258999, 52.217],[-1.2581, 52.2099],[-1.2549, 52.2075],[-1.252499, 52.2047],[-1.251899, 52.2025],[-1.2523, 52.1986],[-1.2659, 52.1977],[-1.2765, 52.1958],[-1.2773, 52.1931],[-1.2855, 52.193],[-1.2977, 52.193],[-1.302099, 52.1913],[-1.3063, 52.1905],[-1.3105, 52.1905],[-1.3149, 52.1857],[-1.315199, 52.1821],[-1.320099, 52.1827],[-1.322399, 52.1806],[-1.326001, 52.1772],[-1.3291, 52.1741],[-1.329501, 52.1708],[-1.3319, 52.159],[-1.338099, 52.1586],[-1.3398, 52.1561],[-1.342, 52.1448],[-1.3434, 52.1429],[-1.3472, 52.1426],[-1.348199, 52.1409],[-1.346601, 52.1373],[-1.346801, 52.1333],[-1.3473, 52.1322],[-1.3491, 52.1317],[-1.351601, 52.1319],[-1.354501, 52.1329],[-1.3565, 52.1341],[-1.3634, 52.1382],[-1.365399, 52.1373],[-1.381299, 52.1294],[-1.3881, 52.1242],[-1.392001, 52.1192],[-1.39, 52.1158],[-1.384699, 52.1152],[-1.375499, 52.1177],[-1.3743, 52.1175],[-1.3677, 52.1122],[-1.3577, 52.105],[-1.358199, 52.1021],[-1.372001, 52.0998],[-1.3736, 52.0988],[-1.3759, 52.0972],[-1.377699, 52.0955],[-1.3888, 52.0988],[-1.396299, 52.1009],[-1.401, 52.1035],[-1.4022, 52.1064],[-1.403501, 52.1092],[-1.4044, 52.1122],[-1.416201, 52.1160],[-1.418, 52.1167],[-1.421201, 52.1171],[-1.424999, 52.1176],[-1.4277, 52.1174],[-1.431201, 52.1172],[-1.437001, 52.1162],[-1.4453, 52.1159],[-1.448799, 52.1144],[-1.4512, 52.1134],[-1.447199, 52.1078],[-1.4462, 52.1055],[-1.446499, 52.1031],[-1.446001, 52.1017],[-1.444, 52.0988],[-1.444501, 52.0979],[-1.4476, 52.0973],[-1.4499, 52.0977],[-1.453799, 52.0985],[-1.456401, 52.0983],[-1.4615, 52.0976],[-1.4656, 52.0979],[-1.4677, 52.0986],[-1.4713, 52.1015],[-1.4741, 52.103],[-1.476801, 52.1041],[-1.4794, 52.0941],[-1.483, 52.0952],[-1.4857, 52.0944],[-1.486099, 52.0932],[-1.482399, 52.0912],[-1.483199, 52.0881],[-1.486601, 52.0877],[-1.4877, 52.0856],[-1.488901, 52.0811],[-1.488999, 52.076],[-1.491201, 52.0749],[-1.497499, 52.0739],[-1.497001, 52.0654],[-1.4964, 52.0630],[-1.495, 52.0601],[-1.4959, 52.0580],[-1.497599, 52.0539],[-1.501001, 52.0508],[-1.5021, 52.0488],[-1.502599, 52.047],[-1.5022, 52.0446],[-1.5021, 52.0429],[-1.502499, 52.0418],[-1.503901, 52.0388],[-1.5064, 52.0306],[-1.510599, 52.0239],[-1.5151, 52.0165],[-1.518901, 52.0095],[-1.52, 52.0071],[-1.5211, 52.0044],[-1.521401, 52.0011],[-1.5203,51.9981],[-1.5203,51.9958],[-1.5224,51.9926],[-1.5246,51.9917],[-1.526299,51.9918],[-1.528,51.9925],[-1.531299,51.9942],[-1.5344,51.9957],[-1.5389,51.9970],[-1.5452,51.9952],[-1.5489,51.9939],[-1.552899,51.9926],[-1.554101,51.9918],[-1.5546,51.9913],[-1.5548,51.9906],[-1.5547,51.9901],[-1.554399,51.9894],[-1.553599,51.9884],[-1.548599,51.9822],[-1.5483,51.9812],[-1.5483,51.9801],[-1.5484,51.9796],[-1.549199,51.9794],[-1.561601,51.976],[-1.5769,51.9732],[-1.5792,51.9726],[-1.5813,51.9725],[-1.5849,51.9732],[-1.5885,51.9742],[-1.5934,51.9753],[-1.598099,51.9767],[-1.599,51.976],[-1.592399,51.9725],[-1.5898,51.9702],[-1.5949,51.9662],[-1.598099,51.9643],[-1.605399,51.9604],[-1.608199,51.9586],[-1.611001,51.957],[-1.6124,51.9565],[-1.6135,51.9567],[-1.614599,51.9578],[-1.618701,51.9631],[-1.621899,51.9658],[-1.633,51.9733],[-1.6411,51.9774],[-1.646001,51.9798],[-1.6538,51.9832],[-1.662199,51.9863],[-1.663,51.9898],[-1.666201,51.9931],[-1.6666,51.9938],[-1.666401,51.9943],[-1.666,51.9948],[-1.663599,51.9967],[-1.661299,51.9989],[-1.6604, 52.0000],[-1.6573, 52.0029],[-1.654101, 52.0053],[-1.6461, 52.0085],[-1.6443, 52.0102],[-1.642099, 52.0126],[-1.6308, 52.0212],[-1.623299, 52.0254],[-1.6203, 52.0265],[-1.6178, 52.0278],[-1.6164, 52.0294],[-1.6163, 52.0319],[-1.6181, 52.0341],[-1.6206, 52.0344],[-1.622499, 52.0356],[-1.6242, 52.0365],[-1.6259, 52.0373],[-1.6308, 52.0359],[-1.6364, 52.0362],[-1.654799, 52.0345],[-1.6561, 52.0344],[-1.6655, 52.0367],[-1.673501, 52.0384],[-1.6783, 52.0385],[-1.684, 52.0388],[-1.6927, 52.0412],[-1.6896, 52.0472],[-1.6869, 52.0507],[-1.6867, 52.0567],[-1.6924, 52.0564],[-1.6962, 52.0561],[-1.699, 52.0569],[-1.7028, 52.0608],[-1.7032, 52.0633],[-1.702399, 52.0676],[-1.701401, 52.0702],[-1.7004, 52.0735],[-1.708099, 52.0737],[-1.7099, 52.0733],[-1.7106, 52.0664],[-1.713901, 52.0674],[-1.716601, 52.0681],[-1.7207, 52.0695],[-1.726001, 52.0709],[-1.728099, 52.0745],[-1.726601, 52.0793],[-1.7263, 52.0866],[-1.727399, 52.0921],[-1.727399, 52.0992],[-1.7291, 52.0994],[-1.7348, 52.0929],[-1.7371, 52.0925],[-1.7406, 52.0921],[-1.745, 52.0944],[-1.749101, 52.0968],[-1.7623, 52.1093],[-1.765, 52.1123],[-1.7574, 52.115],[-1.7564, 52.1157],[-1.7557, 52.1167],[-1.7717, 52.1186],[-1.774899, 52.1194],[-1.779101, 52.1201],[-1.7805, 52.1203],[-1.787099, 52.1206],[-1.790599, 52.1206],[-1.7952, 52.1208],[-1.7961, 52.1212],[-1.7968, 52.1230],[-1.7969, 52.1246],[-1.7954, 52.1270],[-1.7931, 52.1288],[-1.7901, 52.1304],[-1.7882, 52.1311],[-1.7869, 52.1319],[-1.7866, 52.1326],[-1.786801, 52.1326],[-1.7875, 52.1329],[-1.790799, 52.1335],[-1.795699, 52.1343],[-1.8069, 52.1402],[-1.8099, 52.1402],[-1.8133, 52.1397],[-1.8219, 52.1365],[-1.825799, 52.1405],[-1.822899, 52.1437],[-1.8275, 52.1471],[-1.8377, 52.1511],[-1.8473, 52.1492],[-1.847, 52.1466],[-1.8458, 52.1436],[-1.846001, 52.1426],[-1.850399, 52.1379],[-1.860399, 52.142],[-1.8629, 52.148],[-1.864501, 52.1519],[-1.8674, 52.152],[-1.870499, 52.1524],[-1.8715, 52.153],[-1.873199, 52.1541],[-1.8744, 52.1548],[-1.8759, 52.1553],[-1.8803, 52.1555],[-1.8822, 52.1559],[-1.8859, 52.1565],[-1.887699, 52.156],[-1.889899, 52.1548],[-1.891401, 52.1536],[-1.8929, 52.1519],[-1.8932, 52.1497]]]]}, properties:{name:"Warwickshire"}}, {type:"Feature", geometry:{type:"MultiPolygon", coordinates:[[[[-0.1756995,51.1648],[-0.1704995,51.1622],[-0.1660005,51.1609],[-0.1562005,51.1599],[-0.1503995,51.1602],[-0.1425995,51.1594],[-0.1360995,51.1584],[-0.1345995,51.1577],[-0.1339995,51.1568],[-0.1339005,51.1559],[-0.1357995,51.1501],[-0.1373995,51.1451],[-0.1373995,51.1441],[-0.1372995,51.1437],[-0.1364995,51.1432],[-0.1341005,51.1424],[-0.1326995,51.1421],[-0.1312995,51.1417],[-0.1302995,51.1409],[-0.1295005,51.1401],[-0.1291005,51.1394],[-0.1278995,51.1393],[-0.1235005,51.1393],[-0.1187005,51.1396],[-0.1137995,51.1408],[-0.1118995,51.1417],[-0.1107995,51.1416],[-0.1080995,51.1412],[-0.1045995,51.1406],[-0.09839952000000002,51.1397],[-0.09700052,51.1395],[-0.09509952,51.139],[-0.09279951000000002,51.1385],[-0.09180052,51.1386],[-0.08959952000000002,51.1393],[-0.08649952,51.1416],[-0.08589952,51.1420],[-0.08499952,51.1423],[-0.07950052,51.1409],[-0.06999952,51.1411],[-0.06430051,51.1406],[-0.06239952,51.1400],[-0.06100052,51.1391],[-0.05950052,51.1376],[-0.05859952,51.1372],[-0.05739952,51.1370],[-0.05660052,51.1372],[-0.04939952,51.1393],[-0.04779952,51.1396],[-0.04660052,51.1399],[-0.04289952,51.1406],[-0.03879952,51.1410],[-0.03799952,51.1411],[-0.03329952,51.1399],[-0.02999952,51.1395],[-0.02419952,51.1391],[-0.02049952,51.1391],[-0.01789952,51.1403],[-0.009399517,51.1396],[-0.003500517,51.1394],[4.82554e-7,51.1402],[0.001200483,51.1403],[0.003300483,51.1403],[0.005100483,51.1401],[0.007600483,51.1398],[0.01339948,51.1396],[0.01700048,51.1394],[0.01980048,51.1395],[0.02190048,51.1397],[0.02470048,51.1405],[0.02649948,51.1410],[0.02810048,51.1197],[0.02839948000000002,51.1192],[0.02879948,51.119],[0.03129948,51.1176],[0.03510048,51.1162],[0.03670048,51.1156],[0.03810048,51.1151],[0.03850048,51.1148],[0.03870048,51.1144],[0.03870048,51.1142],[0.03819948,51.1135],[0.03770048,51.1132],[0.03500048,51.1118],[0.03260048,51.1106],[0.03060048,51.1108],[0.02850048,51.1105],[0.02680048,51.1097],[0.02440048,51.1082],[0.02120048,51.1057],[0.02060048,51.1054],[0.01980048,51.1052],[0.01790048,51.1055],[0.01600048,51.1065],[0.01420048,51.108],[0.01240048,51.1105],[0.01200048,51.1109],[0.01160048,51.1111],[0.01100048,51.1112],[0.01069948,51.1111],[0.007300483,51.1076],[0.006499483,51.1067],[0.007000483,51.1063],[0.008300482,51.1057],[0.01129948,51.1049],[0.01240048,51.1046],[0.01280048,51.1042],[0.01280048,51.1039],[0.01260048,51.1036],[0.01210048,51.1028],[0.01100048,51.1014],[0.008300482,51.1018],[0.005600483,51.1014],[-0.02019952,51.0975],[-0.02299952,51.0967],[-0.02450052,51.0954],[-0.02579952,51.0940],[-0.02719952,51.0934],[-0.02859952,51.0935],[-0.02939952,51.0931],[-0.03029952,51.0924],[-0.03049952,51.0922],[-0.03079952,51.0918],[-0.03109952,51.0914],[-0.03149952,51.0907],[-0.03249952,51.0887],[-0.03299952,51.0872],[-0.03339952,51.0855],[-0.03539952,51.0774],[-0.03559952,51.0762],[-0.03549952,51.0754],[-0.03489952,51.075],[-0.03309952,51.0746],[-0.03100052,51.0742],[-0.02859952,51.0744],[-0.02499952,51.075],[-0.02019952,51.0752],[-0.01819952,51.0749],[-0.01589952,51.0744],[-0.01379952,51.0739],[-0.01209952,51.0737],[-0.01169952,51.0736],[-0.01120052,51.0732],[-0.01089952,51.0727],[-0.01100052,51.0715],[-0.01109952,51.0704],[-0.01109952,51.0693],[-0.01089952,51.0685],[-0.01029952,51.0672],[-0.009699518,51.0665],[-0.008199518,51.0656],[-0.007899517,51.0652],[-0.007799517,51.0646],[-0.008099518,51.0635],[-0.008700517,51.0622],[-0.008799518,51.0618],[-0.008700517,51.0612],[-0.008599518,51.0606],[-0.008399517,51.0602],[-0.007699518,51.0593],[-0.005299517,51.0584],[-0.003099517,51.0576],[-0.001000517,51.057],[-0.0003995174,51.0569],[0.001499483,51.0569],[0.003900483,51.0573],[0.005899482,51.058],[0.007600483,51.0583],[0.01290048,51.058],[0.01370048,51.0578],[0.01379948,51.0567],[0.01379948,51.0558],[0.01370048,51.0538],[0.01109948,51.0531],[0.004800483,51.0507],[-0.0007995174000000002,51.0484],[-0.001899517,51.0478],[-0.002199518,51.0474],[-0.002399517,51.0469],[-0.002299517,51.0466],[-0.002099518,51.0463],[-0.001200517,51.0454],[-0.0004995174,51.0448],[-0.00009951745,51.0442],[-0.0001995174,51.0437],[-0.0003995174,51.043],[-0.0006995174,51.0422],[-0.001299517,51.0417],[-0.002199518,51.0412],[-0.002599517,51.041],[-0.003599518,51.0408],[-0.004799517,51.0406],[-0.004999517,51.0404],[-0.005199518,51.0402],[-0.005399517,51.0398],[-0.005599517,51.0389],[-0.005499518,51.0383],[-0.005299517,51.0378],[-0.004599518,51.0376],[-0.003700517,51.0376],[-0.002299517,51.0377],[-0.001200517,51.038],[-0.0006995174,51.038],[-0.0003995174,51.0375],[-0.0001995174,51.0366],[-0.00009951745,51.0356],[-0.0002995174,51.0353],[-0.002099518,51.0346],[-0.004500518,51.0337],[-0.005799518,51.0331],[-0.007000518,51.0325],[-0.007999517,51.0319],[-0.009799518,51.0305],[-0.01169952,51.0288],[-0.01269952,51.0283],[-0.01600052,51.0276],[-0.01719952,51.0272],[-0.01779952,51.0270],[-0.01829952,51.0267],[-0.01850052,51.0264],[-0.01870052,51.0260],[-0.01870052,51.0256],[-0.01859952,51.0247],[-0.01789952,51.0217],[-0.01749952,51.0197],[-0.01759952,51.0193],[-0.01829952,51.0187],[-0.01999952,51.0179],[-0.02039952,51.0173],[-0.02049952,51.0162],[-0.02039952,51.0157],[-0.02019952,51.0156],[-0.01729952,51.0149],[-0.01529952,51.0146],[-0.01489952,51.0145],[-0.01489952,51.0141],[-0.01519952,51.0138],[-0.01569952,51.0135],[-0.01620052,51.0130],[-0.01689952,51.0122],[-0.01809952,51.0105],[-0.01850052,51.0096],[-0.01859952,51.0088],[-0.01829952,51.0057],[-0.01819952,51.004],[-0.01809952,51.0032],[-0.01819952,51.0014],[-0.01890052, 50.9932],[-0.01899952, 50.9884],[-0.01939952, 50.9867],[-0.01989952, 50.9849],[-0.02059952, 50.9835],[-0.02109952, 50.9828],[-0.02180052, 50.982],[-0.02329952, 50.9804],[-0.02519952, 50.9798],[-0.02799952, 50.9795],[-0.03009952000000002, 50.9792],[-0.03069952, 50.9789],[-0.03169952, 50.9783],[-0.03329952, 50.9774],[-0.03410052, 50.9773],[-0.03529952, 50.9775],[-0.03689952, 50.9785],[-0.03879952, 50.9793],[-0.04039952, 50.9795],[-0.04559952, 50.9797],[-0.04989952, 50.9793],[-0.05189952, 50.979],[-0.05529952, 50.9788],[-0.05719952, 50.9787],[-0.05859952, 50.9788],[-0.05999952, 50.9793],[-0.06209952, 50.9802],[-0.06269952, 50.9808],[-0.06339952, 50.9856],[-0.06559952, 50.9906],[-0.06609952, 50.9915],[-0.06660052, 50.9917],[-0.06809952, 50.9917],[-0.06939952, 50.9914],[-0.07049952, 50.9912],[-0.07219952, 50.991],[-0.07489952, 50.9906],[-0.07759952, 50.9902],[-0.07890052, 50.99],[-0.08109952, 50.9896],[-0.08219951, 50.9894],[-0.08350052, 50.9889],[-0.08499952, 50.9869],[-0.08640052, 50.9853],[-0.08789952000000002, 50.9841],[-0.08989952, 50.9824],[-0.09219952, 50.9803],[-0.09339952, 50.9795],[-0.09450052, 50.9791],[-0.09499951, 50.9791],[-0.09589951, 50.9791],[-0.09819952, 50.9799],[-0.09969952, 50.9802],[-0.1018005, 50.9803],[-0.1031995, 50.9802],[-0.1046995, 50.9801],[-0.1054995, 50.98],[-0.1062005, 50.9799],[-0.1070995, 50.9796],[-0.1073995, 50.9794],[-0.1081995, 50.9784],[-0.1089995, 50.9773],[-0.1093995, 50.9766],[-0.1099995, 50.9747],[-0.1102995, 50.9732],[-0.1105995, 50.971],[-0.1103995, 50.9701],[-0.1101995, 50.9697],[-0.1079995, 50.9681],[-0.1049995, 50.9669],[-0.1039005, 50.9662],[-0.1031995, 50.9654],[-0.1027995, 50.9644],[-0.1043005, 50.9630],[-0.1048995, 50.9617],[-0.1055995, 50.9572],[-0.1027995, 50.9524],[-0.1030995, 50.9509],[-0.1031995, 50.9501],[-0.1016995, 50.9477],[-0.1020005, 50.947],[-0.1027995, 50.9465],[-0.1035005, 50.9463],[-0.1041995, 50.9463],[-0.1189995, 50.9475],[-0.1200995, 50.9474],[-0.1205995, 50.9473],[-0.1207995, 50.9466],[-0.1204995, 50.9460],[-0.1176995, 50.9456],[-0.1166005, 50.9455],[-0.1162005, 50.9452],[-0.1171995, 50.9434],[-0.1175995, 50.9419],[-0.1179995, 50.9396],[-0.1181995, 50.9388],[-0.1180995, 50.9361],[-0.1182995, 50.9344],[-0.1185005, 50.9335],[-0.1191995, 50.9313],[-0.1206995, 50.9278],[-0.1224995, 50.9246],[-0.1235995, 50.9232],[-0.1243005, 50.9223],[-0.1250995, 50.9202],[-0.1258995, 50.918],[-0.1271995, 50.9110],[-0.1274995, 50.9061],[-0.1282995, 50.9004],[-0.1287995, 50.8986],[-0.1305995, 50.8934],[-0.1320995, 50.8891],[-0.1329995, 50.8857],[-0.1337005, 50.878],[-0.1352995, 50.8766],[-0.1393005, 50.8767],[-0.1398995, 50.8779],[-0.1410995, 50.8823],[-0.1410995, 50.883],[-0.1402995, 50.8857],[-0.1410005, 50.8862],[-0.1421995, 50.8865],[-0.1431995, 50.8868],[-0.1448995, 50.8867],[-0.1466005, 50.8864],[-0.1485995, 50.8859],[-0.1496995, 50.8855],[-0.1499995, 50.8849],[-0.1510005, 50.8808],[-0.1516005, 50.8795],[-0.1554995, 50.8798],[-0.1603995, 50.881],[-0.1649995, 50.8817],[-0.1662005, 50.882],[-0.1668005, 50.8825],[-0.1668995, 50.8832],[-0.1668005, 50.8841],[-0.1664995, 50.8858],[-0.1662995, 50.8865],[-0.1658995, 50.8872],[-0.1650995, 50.8887],[-0.1645995, 50.8903],[-0.1645005, 50.8909],[-0.1645995, 50.8913],[-0.1649995, 50.8915],[-0.1654995, 50.8914],[-0.1673995, 50.8898],[-0.1679995, 50.8897],[-0.1691005, 50.8897],[-0.1720995, 50.8896],[-0.1749995, 50.8898],[-0.1762005, 50.8897],[-0.1795005, 50.8885],[-0.1803995, 50.8880],[-0.1807995, 50.8874],[-0.1805995, 50.8864],[-0.1795995, 50.8835],[-0.1795995, 50.883],[-0.1797995, 50.8817],[-0.1801995, 50.8793],[-0.1804995, 50.8789],[-0.1812995, 50.8782],[-0.1820995, 50.8776],[-0.1835005, 50.8768],[-0.1862995, 50.8753],[-0.1873995, 50.8749],[-0.1874995, 50.8741],[-0.1870995, 50.873],[-0.1866995, 50.8715],[-0.1862005, 50.8695],[-0.1860995, 50.8689],[-0.1864995, 50.8687],[-0.1872995, 50.8685],[-0.1912995, 50.8691],[-0.1951995, 50.8695],[-0.1968995, 50.871],[-0.1976995, 50.8717],[-0.1980995, 50.8724],[-0.1982995, 50.8741],[-0.1989005, 50.875],[-0.1993005, 50.875],[-0.1998995, 50.8749],[-0.2003995, 50.8741],[-0.2012005, 50.873],[-0.2026995, 50.8705],[-0.2030995, 50.8703],[-0.2060995, 50.8702],[-0.2083995, 50.8702],[-0.2098995, 50.8701],[-0.2112005, 50.8703],[-0.2118005, 50.8731],[-0.2120005, 50.8751],[-0.2139995, 50.8747],[-0.2162005, 50.8749],[-0.2212995, 50.8765],[-0.2239005, 50.8782],[-0.2245005, 50.8781],[-0.2253995, 50.8776],[-0.2264005, 50.8772],[-0.2287995, 50.8762],[-0.2302995, 50.8756],[-0.2320005, 50.8746],[-0.2335995, 50.873],[-0.2364005, 50.8692],[-0.2371995, 50.8679],[-0.2380995, 50.8661],[-0.2385995, 50.8657],[-0.2397995, 50.8649],[-0.2397995, 50.8644],[-0.2395005, 50.8636],[-0.2389995, 50.863],[-0.2379995, 50.8624],[-0.2368995, 50.8585],[-0.2353995, 50.8555],[-0.2343995, 50.854],[-0.2330995, 50.8511],[-0.2303995, 50.8496],[-0.2278995, 50.8476],[-0.2248995, 50.8452],[-0.2235005, 50.8417],[-0.2182995, 50.8343],[-0.2176995, 50.8321],[-0.2170005, 50.8273],[-0.2185995, 50.8275],[-0.2187995, 50.8274],[-0.2193995, 50.8263],[-0.2197995, 50.8263],[-0.2199995, 50.8265],[-0.2200995, 50.8269],[-0.2198995, 50.8278],[-0.2205995, 50.828],[-0.2223995, 50.8281],[-0.2312005, 50.8282],[-0.2389005, 50.8285],[-0.2408995, 50.8285],[-0.2418995, 50.8283],[-0.2425995, 50.8282],[-0.2431995, 50.8279],[-0.2437995, 50.8275],[-0.2445005, 50.8266],[-0.2448995, 50.8261],[-0.2451995, 50.8258],[-0.2457995, 50.8256],[-0.2468995, 50.825],[-0.2482995, 50.8256],[-0.2489995, 50.8259],[-0.2495005, 50.8261],[-0.2503995, 50.8262],[-0.2518005, 50.8264],[-0.2529995, 50.8265],[-0.2614005, 50.8270],[-0.2645995, 50.8269],[-0.2741995, 50.8272],[-0.2845995, 50.8257],[-0.2896995, 50.825],[-0.2970995, 50.8238],[-0.2997995, 50.8233],[-0.3152995, 50.8211],[-0.3248995, 50.8194],[-0.3378995, 50.8153],[-0.3447995, 50.8138],[-0.3495995, 50.8126],[-0.3523995, 50.8122],[-0.3547995, 50.812],[-0.3606995, 50.8105],[-0.3645005, 50.8096],[-0.3720005, 50.8084],[-0.3832995, 50.8068],[-0.3951995, 50.8055],[-0.4008995, 50.8054],[-0.4025995, 50.8054],[-0.4064995, 50.8053],[-0.4181995, 50.8051],[-0.4214995, 50.8041],[-0.4226995, 50.8037],[-0.4250995, 50.8035],[-0.4291005, 50.8033],[-0.4418995, 50.8022],[-0.4506995, 50.802],[-0.4593005, 50.8014],[-0.4647995, 50.8016],[-0.4741995, 50.8027],[-0.4870995, 50.8023],[-0.4960005, 50.8019],[-0.5045005, 50.8028],[-0.5070995, 50.803],[-0.5122995, 50.803],[-0.5289005, 50.8024],[-0.5381995, 50.8026],[-0.5414005, 50.8006],[-0.5421995, 50.8004],[-0.5439005, 50.8003],[-0.5512005, 50.8007],[-0.5589995, 50.8004],[-0.5607995, 50.8002],[-0.5632995, 50.7998],[-0.5693995, 50.7991],[-0.5703995, 50.7988],[-0.5716995, 50.7983],[-0.5735995, 50.7975],[-0.5751995, 50.7968],[-0.5787005, 50.7959],[-0.5883995, 50.7944],[-0.5893005, 50.794],[-0.5897995, 50.7933],[-0.5902995, 50.793],[-0.5910005, 50.7929],[-0.5918995, 50.7929],[-0.5960005, 50.7926],[-0.5970005, 50.7921],[-0.6020995, 50.7913],[-0.6057995, 50.791],[-0.6107995, 50.7909],[-0.6146995, 50.7909],[-0.6151995, 50.7908],[-0.6166005, 50.7904],[-0.6185995, 50.7898],[-0.6221995, 50.7895],[-0.6241005, 50.7890],[-0.6264995, 50.7886],[-0.6289005, 50.7883],[-0.6316995, 50.788],[-0.6482995, 50.7873],[-0.6498995, 50.787],[-0.6510005, 50.7868],[-0.6520995, 50.7865],[-0.6545995, 50.7854],[-0.6573995, 50.7845],[-0.6616005, 50.7836],[-0.6643005, 50.7831],[-0.6706995, 50.7823],[-0.6747995, 50.7815],[-0.6746995, 50.7812],[-0.6741995, 50.7800],[-0.6752995, 50.7798],[-0.6756995, 50.7803],[-0.6760995, 50.7810],[-0.6764995, 50.7811],[-0.6880995, 50.7799],[-0.6947995, 50.7795],[-0.6985005, 50.7789],[-0.7128995, 50.7758],[-0.7276995, 50.7721],[-0.7339995, 50.7694],[-0.7427995, 50.764],[-0.7472995, 50.7611],[-0.7485995000000002, 50.7602],[-0.7499995, 50.7591],[-0.7512005, 50.7584],[-0.7529995000000002, 50.7583],[-0.7535005, 50.7585],[-0.7539005, 50.7588],[-0.7543005, 50.7592],[-0.7543995, 50.7595],[-0.7543995, 50.7598],[-0.7541995, 50.7603],[-0.7539005, 50.7605],[-0.7533995, 50.7608],[-0.7527995, 50.7609],[-0.7501995, 50.761],[-0.7496995, 50.761],[-0.7495995, 50.7612],[-0.7493005, 50.7614],[-0.7489995, 50.7617],[-0.7493005, 50.7622],[-0.7501995, 50.7627],[-0.7505995, 50.7631],[-0.7501995, 50.764],[-0.7502995, 50.7648],[-0.7518005, 50.7655],[-0.7541005, 50.7658],[-0.7562005, 50.7673],[-0.7566005, 50.7677],[-0.7568995, 50.7682],[-0.7570005, 50.7689],[-0.7568995, 50.7693],[-0.7562995, 50.7703],[-0.7553995, 50.7712],[-0.7552995, 50.7716],[-0.7553995, 50.7721],[-0.7557995, 50.7724],[-0.7635995, 50.7734],[-0.7653995, 50.7731],[-0.7662005, 50.7729],[-0.7664005, 50.7728],[-0.7666005, 50.7726],[-0.7666005, 50.7720],[-0.7664005, 50.7718],[-0.7654995, 50.7718],[-0.7637995, 50.7720],[-0.7637005, 50.7718],[-0.7637995, 50.7715],[-0.7639995, 50.7711],[-0.7648995, 50.7698],[-0.7649995, 50.7696],[-0.7648995, 50.7694],[-0.7645995, 50.7692],[-0.7635995, 50.7691],[-0.7624995, 50.7691],[-0.7624995, 50.7688],[-0.7626995, 50.7684],[-0.7627995, 50.7682],[-0.7631995, 50.7680],[-0.7635995, 50.7680],[-0.7647995, 50.7682],[-0.7666995, 50.7689],[-0.7678995, 50.7692],[-0.7689995, 50.7693],[-0.7704995, 50.7692],[-0.7732995, 50.7687],[-0.7750995, 50.7690],[-0.7755995, 50.7688],[-0.7753995, 50.7685],[-0.7749995, 50.7680],[-0.7750995, 50.7677],[-0.7753995, 50.7676],[-0.7760005, 50.7678],[-0.7764995, 50.7680],[-0.7771995, 50.7685],[-0.7780995, 50.7692],[-0.7801995, 50.7697],[-0.7806995, 50.7697],[-0.7810005, 50.7695],[-0.7810995, 50.7693],[-0.7810995, 50.7692],[-0.7810995, 50.7688],[-0.7808995, 50.7685],[-0.7805995, 50.7682],[-0.7800995, 50.7680],[-0.7789005, 50.7678],[-0.7779995, 50.7676],[-0.7775995, 50.7672],[-0.7776995, 50.7669],[-0.7779995, 50.7667],[-0.7782995, 50.7664],[-0.7793005, 50.7660],[-0.7802995, 50.7653],[-0.7812005, 50.7639],[-0.7830995, 50.7623],[-0.7841995, 50.7618],[-0.7872995, 50.7614],[-0.7882995, 50.7611],[-0.7900995, 50.7603],[-0.7920005, 50.7598],[-0.7937005, 50.7597],[-0.7943995, 50.7592],[-0.7946995, 50.759],[-0.7945995, 50.7586],[-0.7907995, 50.7595],[-0.7889995, 50.7599],[-0.7878995, 50.7602],[-0.7847995, 50.7607],[-0.7825995, 50.7609],[-0.7810005, 50.7613],[-0.7801995, 50.7618],[-0.7791005, 50.7626],[-0.7787005, 50.7629],[-0.7782995, 50.7631],[-0.7775995, 50.7631],[-0.7772995, 50.7630],[-0.7771995, 50.7624],[-0.7770005, 50.7622],[-0.7768995, 50.7621],[-0.7766005, 50.7621],[-0.7733995, 50.7617],[-0.7708995, 50.7613],[-0.7698995, 50.761],[-0.7691005, 50.7607],[-0.7682995, 50.7603],[-0.7671995, 50.7597],[-0.7664005, 50.7593],[-0.7657995, 50.7589],[-0.7653995, 50.7586],[-0.7649995, 50.7579],[-0.7647995, 50.7571],[-0.7645005, 50.7564],[-0.7639005, 50.7561],[-0.7631995, 50.7558],[-0.7625995, 50.7556],[-0.7623995, 50.7554],[-0.7624995, 50.7552],[-0.7633995, 50.7545],[-0.7635995, 50.7542],[-0.7633995, 50.7538],[-0.7622995, 50.7519],[-0.7621995, 50.7518],[-0.7616005, 50.7515],[-0.7610995000000002, 50.7515],[-0.7607995000000002, 50.7518],[-0.7605995, 50.7523],[-0.7610995000000002, 50.7538],[-0.7610995000000002, 50.7541],[-0.7607995000000002, 50.7543],[-0.7591995, 50.7539],[-0.7581995, 50.7539],[-0.7573995, 50.754],[-0.7568995, 50.7542],[-0.7566005, 50.7544],[-0.7556995, 50.7552],[-0.7552995, 50.7557],[-0.7547995, 50.7564],[-0.7545005, 50.7568],[-0.7541005, 50.7572],[-0.7537995, 50.7574],[-0.7535995, 50.7574],[-0.7532995, 50.7573],[-0.7530995, 50.7571],[-0.7530995, 50.7568],[-0.7531995, 50.7566],[-0.7535005, 50.7561],[-0.7550995, 50.7546],[-0.7601995, 50.7506],[-0.7608995, 50.75],[-0.7614995, 50.7493],[-0.7618005, 50.7486],[-0.7620995000000002, 50.7467],[-0.7629995, 50.7439],[-0.7671995, 50.7386],[-0.7693005000000002, 50.7362],[-0.7710005, 50.7342],[-0.7739005, 50.7317],[-0.7793995, 50.7277],[-0.7829995, 50.7248],[-0.7857995, 50.7233],[-0.7873995, 50.7231],[-0.7905995, 50.7234],[-0.7941995, 50.7245],[-0.7980995, 50.7263],[-0.8028995, 50.7294],[-0.8045995, 50.7308],[-0.8118995000000002, 50.7367],[-0.8153995, 50.739],[-0.8179995000000002, 50.7401],[-0.8203995, 50.7413],[-0.8223995, 50.7426],[-0.8287995000000002, 50.7467],[-0.8343995, 50.7499],[-0.8424995, 50.7543],[-0.8474995, 50.7564],[-0.8589995, 50.7611],[-0.8677995, 50.7644],[-0.8846995, 50.7691],[-0.8970005000000002, 50.7726],[-0.9018995, 50.7738],[-0.9030995, 50.7742],[-0.9045005000000002, 50.7747],[-0.9058995, 50.7754],[-0.9072995, 50.7761],[-0.9107995000000002, 50.7781],[-0.9128995, 50.7789],[-0.9154995000000002, 50.7802],[-0.9158995, 50.7808],[-0.9160995, 50.7816],[-0.9162005, 50.7819],[-0.9162995, 50.7823],[-0.9162995, 50.7826],[-0.9155995, 50.7841],[-0.9151995000000002, 50.7847],[-0.9141005, 50.7857],[-0.9135995, 50.7863],[-0.9132995, 50.7868],[-0.9131995000000002, 50.787],[-0.9135005, 50.7885],[-0.9135995, 50.7889],[-0.9135005, 50.7894],[-0.9131995000000002, 50.7896],[-0.9128995, 50.7897],[-0.9125995, 50.7897],[-0.9118995, 50.7896],[-0.9116005, 50.7895],[-0.9110005, 50.7893],[-0.9102995, 50.7890],[-0.9087005, 50.788],[-0.9082995, 50.7874],[-0.9081995, 50.7871],[-0.9082995, 50.7868],[-0.9085005000000002, 50.7866],[-0.9089995, 50.7867],[-0.9091995, 50.7867],[-0.9095995, 50.7872],[-0.9104995, 50.7872],[-0.9107995000000002, 50.7871],[-0.9108995, 50.7866],[-0.9110005, 50.7857],[-0.9112005, 50.7855],[-0.9116005, 50.7855],[-0.9120005, 50.7857],[-0.9126995, 50.7854],[-0.9139995, 50.7839],[-0.9146995, 50.7826],[-0.9146995, 50.7822],[-0.9145995, 50.7819],[-0.9143995, 50.7816],[-0.9137995, 50.7814],[-0.9130995, 50.7815],[-0.9107995000000002, 50.7819],[-0.9087005, 50.7822],[-0.9075995, 50.7825],[-0.9066005, 50.7824],[-0.9057995, 50.7821],[-0.9050995, 50.7823],[-0.9037005, 50.7839],[-0.9028995, 50.7868],[-0.9016005, 50.7894],[-0.9006995, 50.7902],[-0.8999995, 50.7907],[-0.8989995, 50.7913],[-0.8981995, 50.7917],[-0.8975995, 50.7917],[-0.8971995000000003, 50.7917],[-0.8968005, 50.7916],[-0.8968005, 50.7914],[-0.8983995, 50.7907],[-0.8991005, 50.7903],[-0.8993005, 50.7901],[-0.8993995, 50.7899],[-0.8993995, 50.7896],[-0.8991005, 50.7893],[-0.8985995000000002, 50.7891],[-0.8982995, 50.7891],[-0.8972995, 50.7892],[-0.8962995, 50.7893],[-0.8955995, 50.7895],[-0.8946995, 50.79],[-0.8939995, 50.7905],[-0.8925995, 50.7919],[-0.8920995, 50.7928],[-0.8918005, 50.794],[-0.8916995, 50.7952],[-0.8914995, 50.7972],[-0.8912005, 50.7982],[-0.8907995, 50.7991],[-0.8902995, 50.7997],[-0.8895995, 50.8003],[-0.8881995, 50.8011],[-0.8878995, 50.8014],[-0.8873995000000002, 50.8024],[-0.8866995, 50.8034],[-0.8858995, 50.8041],[-0.8853995, 50.8044],[-0.8849995000000003, 50.8043],[-0.8846995, 50.8041],[-0.8849995000000003, 50.8037],[-0.8864005, 50.8027],[-0.8864995, 50.8024],[-0.8864995, 50.8022],[-0.8862995, 50.802],[-0.8860005, 50.802],[-0.8855995, 50.8022],[-0.8837005, 50.8034],[-0.8810005, 50.8056],[-0.8789005, 50.8068],[-0.8779995000000002, 50.8074],[-0.8774995, 50.8076],[-0.8766005, 50.8077],[-0.8753995, 50.8077],[-0.8745005, 50.8076],[-0.8739005, 50.8076],[-0.8733995, 50.8078],[-0.8726995, 50.8082],[-0.8712995, 50.8085],[-0.8703995, 50.8085],[-0.8696995, 50.8079],[-0.8691005, 50.8078],[-0.8685005, 50.8083],[-0.8677995, 50.8084],[-0.8668005, 50.8081],[-0.8656995, 50.8073],[-0.8648995, 50.8066],[-0.8643005, 50.8061],[-0.8625995, 50.8055],[-0.8612005, 50.8049],[-0.8600995, 50.8034],[-0.8593995, 50.8029],[-0.8587005, 50.8029],[-0.8576995, 50.803],[-0.8562995, 50.8029],[-0.8533995, 50.803],[-0.8495995, 50.8014],[-0.8464005, 50.8009],[-0.8452995, 50.8004],[-0.8441995, 50.7993],[-0.8407995, 50.8008],[-0.8373995, 50.8019],[-0.8353995, 50.8042],[-0.8339995, 50.8048],[-0.8325995000000002, 50.8044],[-0.8305995, 50.803],[-0.8296995, 50.803],[-0.8293995, 50.8033],[-0.8314005, 50.8044],[-0.8312995, 50.8049],[-0.8295995, 50.8047],[-0.8281995, 50.8043],[-0.8246995, 50.8054],[-0.8245005, 50.8097],[-0.8243005, 50.8103],[-0.8239005, 50.8108],[-0.8218995, 50.8109],[-0.8193995000000002, 50.8115],[-0.8175995, 50.8119],[-0.8160995, 50.8127],[-0.8148995, 50.8138],[-0.8139005, 50.8156],[-0.8137005000000002, 50.817],[-0.8141005, 50.8179],[-0.8150995, 50.8192],[-0.8149995, 50.8204],[-0.8143995, 50.8212],[-0.8131995, 50.8218],[-0.8110005, 50.823],[-0.8102995, 50.8241],[-0.8106995, 50.8254],[-0.8103995, 50.8262],[-0.8096995, 50.8266],[-0.8091005, 50.8269],[-0.8076995, 50.8271],[-0.8076995, 50.8277],[-0.8089995, 50.8279],[-0.8096995, 50.8284],[-0.8101995, 50.8291],[-0.8098995, 50.8295],[-0.8087995, 50.8298],[-0.8070995, 50.8301],[-0.8070995, 50.8303],[-0.8076995, 50.8306],[-0.8089005, 50.8313],[-0.8095005, 50.8320],[-0.8095995, 50.8330],[-0.8098995, 50.8334],[-0.8107995, 50.8334],[-0.8132995000000002, 50.8309],[-0.8153995, 50.8297],[-0.8164005, 50.8288],[-0.8166995, 50.8282],[-0.8168005000000002, 50.8277],[-0.8166005, 50.8273],[-0.8162005, 50.8267],[-0.8158995, 50.8261],[-0.8160995, 50.8256],[-0.8182995, 50.8234],[-0.8193995000000002, 50.822],[-0.8206995, 50.8209],[-0.8207995, 50.8206],[-0.8206995, 50.8204],[-0.8201995, 50.8195],[-0.8200995, 50.8193],[-0.8202995, 50.8191],[-0.8212005, 50.8185],[-0.8210995, 50.8183],[-0.8193005, 50.8183],[-0.8189005, 50.8183],[-0.8187995, 50.8181],[-0.8189005, 50.8178],[-0.8195995, 50.8171],[-0.8212005, 50.8153],[-0.8225995, 50.8145],[-0.8262995, 50.8137],[-0.8285005, 50.8129],[-0.8299995, 50.8125],[-0.8312995, 50.8119],[-0.8341995, 50.8103],[-0.8368995, 50.8091],[-0.8407995, 50.8065],[-0.8420005, 50.8054],[-0.8428995, 50.8052],[-0.8439995, 50.8051],[-0.8455995, 50.8053],[-0.8477995000000002, 50.8055],[-0.8498995, 50.8064],[-0.8512995, 50.807],[-0.8522995, 50.8071],[-0.8554995, 50.8072],[-0.8557995, 50.8072],[-0.8560995, 50.8072],[-0.8564005, 50.8075],[-0.8566995, 50.8079],[-0.8566995, 50.8086],[-0.8553995, 50.8102],[-0.8546995, 50.8108],[-0.8529995, 50.8108],[-0.8514995, 50.8103],[-0.8495005, 50.8104],[-0.8485005, 50.8105],[-0.8482995, 50.8106],[-0.8479995, 50.811],[-0.8481995, 50.8111],[-0.8505995, 50.8112],[-0.8516005, 50.8124],[-0.8546995, 50.8124],[-0.8553995, 50.8129],[-0.8558995, 50.8128],[-0.8560005000000002, 50.8126],[-0.8554995, 50.8118],[-0.8555995, 50.8115],[-0.8562005, 50.8112],[-0.8576995, 50.8113],[-0.8593005, 50.8119],[-0.8612995, 50.8125],[-0.8620995, 50.8126],[-0.8630995, 50.8126],[-0.8643995000000002, 50.8124],[-0.8655995, 50.8124],[-0.8666005, 50.8128],[-0.8675995, 50.8134],[-0.8680995000000002, 50.8137],[-0.8683995, 50.8141],[-0.8682995, 50.8145],[-0.8685005, 50.816],[-0.8693995, 50.8169],[-0.8695995, 50.8174],[-0.8697995, 50.8179],[-0.8696995, 50.8184],[-0.8693005, 50.819],[-0.8683995, 50.8195],[-0.8671995, 50.8199],[-0.8660005, 50.8203],[-0.8653995000000002, 50.8208],[-0.8647995, 50.8216],[-0.8641005000000003, 50.8235],[-0.8637005, 50.8239],[-0.8635005, 50.8241],[-0.8631995, 50.8243],[-0.8626995, 50.8243],[-0.8610995, 50.8243],[-0.8598995, 50.8241],[-0.8591005000000002, 50.8239],[-0.8582995000000002, 50.8238],[-0.8576995, 50.8239],[-0.8571995, 50.8246],[-0.8566005, 50.826],[-0.8562005, 50.8265],[-0.8555995, 50.8268],[-0.8549995, 50.8271],[-0.8545005, 50.8273],[-0.8539995, 50.8274],[-0.8514995, 50.8278],[-0.8507995000000003, 50.8283],[-0.8510995, 50.8289],[-0.8520005000000002, 50.8294],[-0.8531995000000002, 50.8295],[-0.8551995, 50.8292],[-0.8562005, 50.8287],[-0.8571995, 50.8282],[-0.8580995, 50.828],[-0.8595005, 50.8281],[-0.8600995, 50.8282],[-0.8602995, 50.8285],[-0.8603995, 50.8289],[-0.8605995, 50.8298],[-0.8607995, 50.8312],[-0.8608995, 50.8329],[-0.8607995, 50.8339],[-0.8604995, 50.8344],[-0.8593995, 50.8354],[-0.8589005, 50.8358],[-0.8587995, 50.8359],[-0.8589005, 50.8363],[-0.8591005000000002, 50.8370],[-0.8591995, 50.8375],[-0.8589995, 50.8379],[-0.8587005, 50.8383],[-0.8581995, 50.8387],[-0.8573995, 50.8394],[-0.8573995, 50.8397],[-0.8575995, 50.8401],[-0.8579995, 50.8404],[-0.8591995, 50.8404],[-0.8596995, 50.8403],[-0.8600995, 50.8401],[-0.8604995, 50.8399],[-0.8607995, 50.8394],[-0.8612005, 50.8385],[-0.8614995, 50.8383],[-0.8624995, 50.8382],[-0.8631995, 50.8382],[-0.8639005, 50.8383],[-0.8650995, 50.8385],[-0.8658995, 50.8388],[-0.8664005, 50.8402],[-0.8666995, 50.8406],[-0.8668995, 50.8408],[-0.8673995, 50.8411],[-0.8680995000000002, 50.8413],[-0.8685005, 50.8410],[-0.8695005, 50.8394],[-0.8700995, 50.8378],[-0.8701995, 50.8372],[-0.8701995, 50.8365],[-0.8697995, 50.8359],[-0.8691995, 50.8355],[-0.8683995, 50.8351],[-0.8683995, 50.8344],[-0.8685995, 50.8341],[-0.8687995, 50.8339],[-0.8695005, 50.8338],[-0.8716995, 50.8337],[-0.8729995, 50.8335],[-0.8731995, 50.8327],[-0.8731995, 50.8322],[-0.8728995000000002, 50.8318],[-0.8722995, 50.8316],[-0.8704995000000002, 50.8317],[-0.8693005, 50.8318],[-0.8685005, 50.8317],[-0.8679995, 50.8315],[-0.8673995, 50.8308],[-0.8670005, 50.8297],[-0.8660005, 50.8288],[-0.8655995, 50.8274],[-0.8655995, 50.8271],[-0.8656995, 50.8270],[-0.8672995, 50.8263],[-0.8677995, 50.826],[-0.8678995, 50.8258],[-0.8680995000000002, 50.8251],[-0.8682995, 50.8249],[-0.8693995, 50.8248],[-0.8702995, 50.825],[-0.8710995, 50.8249],[-0.8712005, 50.8245],[-0.8710995, 50.8243],[-0.8697995, 50.8239],[-0.8695995, 50.8237],[-0.8696995, 50.8235],[-0.8700995, 50.8231],[-0.8704995000000002, 50.8226],[-0.8733995, 50.82],[-0.8741995000000002, 50.8188],[-0.8743995, 50.8178],[-0.8741005, 50.8151],[-0.8741995000000002, 50.8143],[-0.8745995, 50.8138],[-0.8756995, 50.8129],[-0.8762995, 50.8127],[-0.8773995, 50.8126],[-0.8781995, 50.8125],[-0.8793005, 50.8127],[-0.8810995, 50.8132],[-0.8833995, 50.8139],[-0.8847995, 50.8144],[-0.8866005, 50.8152],[-0.8896995, 50.8166],[-0.8912005, 50.8177],[-0.8916995, 50.819],[-0.8916995, 50.8197],[-0.8916995, 50.8204],[-0.8914005, 50.8214],[-0.8905995, 50.8226],[-0.8904995, 50.8238],[-0.8906995, 50.8244],[-0.8908995, 50.8247],[-0.8914995, 50.8252],[-0.8929995, 50.826],[-0.8935995, 50.8265],[-0.8939995, 50.8270],[-0.8943005000000002, 50.8277],[-0.8943005000000002, 50.8284],[-0.8939005, 50.8294],[-0.8941005, 50.8301],[-0.8949995, 50.8311],[-0.8952995, 50.8316],[-0.8953995, 50.8320],[-0.8953995, 50.8323],[-0.8952995, 50.8325],[-0.8949995, 50.8326],[-0.8930995, 50.8327],[-0.8923995, 50.8328],[-0.8916005, 50.8334],[-0.8912995, 50.8346],[-0.8912005, 50.8354],[-0.8912005, 50.8360],[-0.8914995, 50.8368],[-0.8920005, 50.8376],[-0.8922995, 50.8380],[-0.8931995, 50.8385],[-0.8945005, 50.8391],[-0.8954995, 50.8394],[-0.8966995, 50.8397],[-0.8970995, 50.8396],[-0.8976995, 50.8393],[-0.8983995, 50.8383],[-0.8987995, 50.8381],[-0.8993995, 50.8381],[-0.9016995, 50.8388],[-0.9025995, 50.8388],[-0.9035995, 50.8384],[-0.9051995, 50.8384],[-0.9068995, 50.8385],[-0.9078995, 50.8387],[-0.9089005, 50.8398],[-0.9106995, 50.8404],[-0.9121995, 50.8404],[-0.9128995, 50.8398],[-0.9147995, 50.8386],[-0.9152995, 50.8381],[-0.9154995000000002, 50.8377],[-0.9155995, 50.8372],[-0.9154995000000002, 50.8368],[-0.9145995, 50.8355],[-0.9135005, 50.8346],[-0.9125995, 50.8338],[-0.9123995, 50.8335],[-0.9121995, 50.8331],[-0.9121995, 50.8328],[-0.9124995, 50.8324],[-0.9133995, 50.8317],[-0.9135005, 50.8312],[-0.9130995, 50.8307],[-0.9124995, 50.8300],[-0.9120005, 50.8288],[-0.9116995, 50.8281],[-0.9107995000000002, 50.8265],[-0.9095995, 50.8244],[-0.9093005, 50.8238],[-0.9087005, 50.8235],[-0.9068995, 50.8231],[-0.9066995, 50.823],[-0.9068005000000002, 50.8226],[-0.9087005, 50.8225],[-0.9089995, 50.8224],[-0.9091005, 50.8222],[-0.9089995, 50.8215],[-0.9085005000000002, 50.8204],[-0.9074995, 50.819],[-0.9070995000000002, 50.8181],[-0.9070005, 50.8177],[-0.9070005, 50.8172],[-0.9071995, 50.8167],[-0.9078995, 50.8155],[-0.9091005, 50.8143],[-0.9093005, 50.8136],[-0.9093005, 50.8132],[-0.9093005, 50.8127],[-0.9091005, 50.8121],[-0.9089995, 50.8107],[-0.9093005, 50.8097],[-0.9095005000000002, 50.8087],[-0.9095995, 50.8077],[-0.9096995, 50.8069],[-0.9096995, 50.8063],[-0.9091005, 50.805],[-0.9091005, 50.8045],[-0.9095995, 50.8042],[-0.9100995, 50.804],[-0.9110995, 50.8042],[-0.9122995, 50.8043],[-0.9135005, 50.8046],[-0.9149995, 50.8043],[-0.9162005, 50.8042],[-0.9176995, 50.8044],[-0.9183995, 50.8048],[-0.9191005, 50.8053],[-0.9200995, 50.806],[-0.9214005000000002, 50.8075],[-0.9245005, 50.8105],[-0.9287995, 50.8129],[-0.9364995000000002, 50.8149],[-0.9410995, 50.8152],[-0.9420005, 50.8154],[-0.9421995, 50.8159],[-0.9420995, 50.8163],[-0.9400995, 50.8165],[-0.9389005, 50.8171],[-0.9382995, 50.8182],[-0.9385005, 50.8192],[-0.9396995, 50.8204],[-0.9405995, 50.8209],[-0.9406995, 50.8213],[-0.9405995, 50.8219],[-0.9395005, 50.8224],[-0.9396995, 50.8231],[-0.9402995, 50.8235],[-0.9416005, 50.8238],[-0.9414995, 50.825],[-0.9410005000000002, 50.8267],[-0.9405995, 50.8281],[-0.9402995, 50.8288],[-0.9391005, 50.8304],[-0.9351995000000002, 50.8347],[-0.9327995, 50.8377],[-0.9321995, 50.8388],[-0.9314005, 50.8406],[-0.9314005, 50.8410],[-0.9320995, 50.8417],[-0.9330995, 50.8425],[-0.9330995, 50.8429],[-0.9328995, 50.8431],[-0.9307995, 50.8422],[-0.9300995000000002, 50.8423],[-0.9299995, 50.8429],[-0.9302995, 50.8435],[-0.9303995000000002, 50.8440],[-0.9303995000000002, 50.8442],[-0.9300995000000002, 50.8453],[-0.9301995, 50.8456],[-0.9304995, 50.8462],[-0.9312005000000002, 50.8474],[-0.9321995, 50.8481],[-0.9324995, 50.8479],[-0.9326995, 50.8476],[-0.9328995, 50.8462],[-0.9330995, 50.8459],[-0.9348995, 50.8451],[-0.9360005, 50.8445],[-0.9362995, 50.8466],[-0.9364005, 50.8489],[-0.9362995, 50.8502],[-0.9360995, 50.8516],[-0.9352995, 50.8537],[-0.9346995, 50.855],[-0.9341995, 50.8558],[-0.9332995, 50.8566],[-0.9320995, 50.8574],[-0.9312005000000002, 50.8594],[-0.9293005, 50.8623],[-0.9289005, 50.8629],[-0.9273995000000002, 50.8655],[-0.9274995, 50.8663],[-0.9352995, 50.8728],[-0.9364005, 50.8739],[-0.9375995, 50.8757],[-0.9387995, 50.8772],[-0.9422995000000002, 50.8802],[-0.9441995, 50.882],[-0.9464995, 50.8851],[-0.9549995, 50.8935],[-0.9491995, 50.9036],[-0.9466995, 50.9061],[-0.9454995, 50.9091],[-0.9439005, 50.9125],[-0.9416005, 50.9159],[-0.9403995, 50.9175],[-0.9395005, 50.9186],[-0.9387005000000002, 50.9195],[-0.9381995, 50.92],[-0.9347995, 50.921],[-0.9246995, 50.9238],[-0.9243995, 50.924],[-0.9243005, 50.9243],[-0.9241995, 50.9249],[-0.9243005, 50.9256],[-0.9243995, 50.9263],[-0.9246995, 50.9271],[-0.9253995000000002, 50.9282],[-0.9262005, 50.9294],[-0.9306995, 50.9362],[-0.9339995, 50.9413],[-0.9345005, 50.9419],[-0.9385995, 50.9429],[-0.9407995, 50.9437],[-0.9408995, 50.944],[-0.9403995, 50.9443],[-0.9345005, 50.9455],[-0.9320005, 50.9461],[-0.9310005, 50.9464],[-0.9307995, 50.9467],[-0.9289995, 50.9505],[-0.9285005, 50.9513],[-0.9278995, 50.9522],[-0.9255995, 50.9547],[-0.9260005, 50.9557],[-0.9268005, 50.9570],[-0.9283995000000002, 50.9583],[-0.9283995000000002, 50.9587],[-0.9273995000000002, 50.9593],[-0.9241995, 50.9620],[-0.9200995, 50.9653],[-0.9182995, 50.9669],[-0.9162005, 50.9688],[-0.9150995, 50.97],[-0.9137995, 50.9716],[-0.9137005, 50.9722],[-0.9137995, 50.9731],[-0.9143995, 50.9746],[-0.9160995, 50.9783],[-0.9162005, 50.9791],[-0.9157995, 50.9798],[-0.9153995, 50.9803],[-0.9145005, 50.9812],[-0.9130995, 50.9824],[-0.9122995, 50.9842],[-0.9108995, 50.9865],[-0.9098995, 50.9877],[-0.9068995, 50.9903],[-0.9062995, 50.991],[-0.9060995, 50.9914],[-0.9066005, 50.9935],[-0.9064995, 50.9942],[-0.9062995, 50.9948],[-0.9053995, 50.9965],[-0.9043005, 50.9978],[-0.9032995000000003, 50.9986],[-0.9012995, 50.9998],[-0.8996995,51.0006],[-0.8966995,51.0016],[-0.8954995,51.0019],[-0.8939995,51.0027],[-0.8930995,51.0034],[-0.8920005,51.005],[-0.8916995,51.0058],[-0.8918995,51.0063],[-0.8935995,51.0082],[-0.8945005,51.0092],[-0.8964995,51.0117],[-0.8966005,51.0124],[-0.8964995,51.0132],[-0.8957995,51.0149],[-0.8964005,51.0196],[-0.8962005,51.0201],[-0.8950995,51.0209],[-0.8921995,51.0232],[-0.8908995,51.0239],[-0.8889995,51.0247],[-0.8862005000000002,51.0255],[-0.8820005,51.0264],[-0.8793005,51.0270],[-0.8783995,51.0273],[-0.8770005,51.0279],[-0.8764005,51.0285],[-0.8752995,51.0299],[-0.8731995,51.0325],[-0.8708995,51.035],[-0.8679995,51.0372],[-0.8658995,51.0391],[-0.8623995,51.0415],[-0.8577995,51.0433],[-0.8546995,51.0443],[-0.8514995,51.0452],[-0.8502995,51.0461],[-0.8497995000000002,51.0467],[-0.8491995,51.0485],[-0.8485005,51.0517],[-0.8477995000000002,51.0551],[-0.8475995,51.059],[-0.8471995,51.0598],[-0.8433995,51.0659],[-0.8421995,51.0675],[-0.8410995,51.0681],[-0.8402995,51.0684],[-0.8347995,51.0693],[-0.8333995,51.0694],[-0.8310995,51.0688],[-0.8289995,51.0679],[-0.8278995,51.067],[-0.8270995,51.0661],[-0.8247995,51.0626],[-0.8232995,51.0615],[-0.8193005,51.0627],[-0.8168005000000002,51.0631],[-0.8091005,51.064],[-0.8066995,51.0645],[-0.8046995,51.0643],[-0.8031995,51.0637],[-0.8016995,51.0628],[-0.7991005,51.0629],[-0.7974995,51.0634],[-0.7964995,51.0641],[-0.7920995,51.0671],[-0.7887995,51.0708],[-0.7857995,51.0732],[-0.7835995,51.0758],[-0.7821995,51.0775],[-0.7770995,51.0794],[-0.7687995,51.0821],[-0.7598995,51.0852],[-0.7512005,51.0862],[-0.7416995,51.0863],[-0.7403995,51.0863],[-0.7374995,51.0861],[-0.7350995,51.0851],[-0.7332995,51.0833],[-0.7318995,51.0816],[-0.7274995,51.0791],[-0.7246995,51.078],[-0.7220995,51.0775],[-0.7137005,51.0768],[-0.7101995,51.0773],[-0.7068005,51.0786],[-0.7053995,51.0786],[-0.7047995,51.0762],[-0.7016995,51.0735],[-0.6960995,51.0724],[-0.6931995,51.0734],[-0.6858995,51.0761],[-0.6803995,51.0757],[-0.6716995,51.0777],[-0.6695995,51.0781],[-0.6645995,51.0795],[-0.6610995,51.0804],[-0.6574995,51.0814],[-0.6524995,51.0824],[-0.6480995,51.0832],[-0.6454995,51.0839],[-0.6399995000000002,51.0852],[-0.6320005,51.0882],[-0.6303995,51.0887],[-0.6282995,51.0892],[-0.6264995,51.0895],[-0.6250995,51.0895],[-0.6206995,51.0886],[-0.6174995,51.0879],[-0.6154995,51.0872],[-0.6132995,51.0862],[-0.6104995,51.0846],[-0.6098995,51.0841],[-0.6064005,51.0812],[-0.6032995,51.0803],[-0.6003995,51.0797],[-0.5971995,51.0800],[-0.5950995,51.0805],[-0.5923995,51.0819],[-0.5897995,51.0831],[-0.5864995,51.0846],[-0.5849995,51.0854],[-0.5833995,51.0862],[-0.5820005,51.0866],[-0.5801995,51.0870],[-0.5737005,51.0876],[-0.5710005,51.0871],[-0.5673995,51.0861],[-0.5654995,51.0855],[-0.5632995,51.0845],[-0.5600995,51.0837],[-0.5587995,51.0835],[-0.5579995,51.0837],[-0.5555995,51.0854],[-0.5546995,51.0860],[-0.5537995,51.0860],[-0.5514995,51.0853],[-0.5478995,51.0843],[-0.5455995,51.0838],[-0.5437005,51.0835],[-0.5423995,51.0834],[-0.5385995,51.0837],[-0.5362995,51.0844],[-0.5341995,51.0854],[-0.5335995,51.0858],[-0.5332995,51.0862],[-0.5331995,51.0865],[-0.5343995,51.0872],[-0.5343995,51.0878],[-0.5335995,51.0906],[-0.5330995,51.0923],[-0.5326995,51.0930],[-0.5321995,51.0935],[-0.5318005,51.0937],[-0.5295005,51.0927],[-0.5262995,51.0918],[-0.5235005,51.0908],[-0.5224995,51.0907],[-0.5180995,51.0912],[-0.5154995,51.0912],[-0.5060005,51.089],[-0.5037005,51.0891],[-0.5014995,51.0900],[-0.4927995,51.0930],[-0.4873995,51.095],[-0.4837995,51.0963],[-0.4820005,51.0969],[-0.4795005,51.0979],[-0.4772995,51.0985],[-0.4743005,51.0987],[-0.4716005,51.0989],[-0.4689005,51.0991],[-0.4650995,51.0987],[-0.4620995,51.0995],[-0.4551995,51.1013],[-0.4496995,51.1012],[-0.4474995,51.1013],[-0.4447995,51.101],[-0.4429995,51.1003],[-0.4427995,51.0999],[-0.4429995,51.0992],[-0.4439995,51.0981],[-0.4437005,51.0977],[-0.4432995,51.0974],[-0.4368005,51.0982],[-0.4349995,51.0986],[-0.4306995,51.1012],[-0.4291005,51.1019],[-0.4198995,51.1039],[-0.4149995,51.1055],[-0.4130995,51.107],[-0.4098995,51.1078],[-0.4045005,51.1088],[-0.4024995,51.109],[-0.3996995,51.1086],[-0.3985995,51.1086],[-0.3978995,51.1088],[-0.3972995,51.1091],[-0.3964995,51.11],[-0.3954995,51.1111],[-0.3941005,51.1124],[-0.3923995,51.114],[-0.3916005,51.1147],[-0.3902995,51.1162],[-0.3896995,51.1167],[-0.3873995,51.1171],[-0.3832995,51.1175],[-0.3777995,51.1177],[-0.3668005,51.1177],[-0.3651995,51.1174],[-0.3645005,51.1173],[-0.3630995,51.1175],[-0.3620995,51.118],[-0.3612005,51.1187],[-0.3601995,51.1201],[-0.3576995,51.1218],[-0.3562005,51.1225],[-0.3545995,51.1225],[-0.3524995,51.1207],[-0.3510995,51.1199],[-0.3500995,51.1196],[-0.3451995,51.1199],[-0.3433995,51.1198],[-0.3418005,51.1206],[-0.3387005,51.1213],[-0.3349995,51.1216],[-0.3330995,51.1222],[-0.3310005,51.1231],[-0.3258995,51.1255],[-0.3230995,51.1252],[-0.3202995,51.1251],[-0.3187005,51.125],[-0.3147995,51.1246],[-0.3118005,51.1247],[-0.3082995,51.1254],[-0.3041995,51.1263],[-0.2970995,51.1274],[-0.2946995,51.1277],[-0.2939995,51.1275],[-0.2930995,51.1258],[-0.2924995,51.1256],[-0.2918995,51.1255],[-0.2908995,51.1256],[-0.2889005,51.1267],[-0.2873995,51.1276],[-0.2866005,51.1283],[-0.2868995,51.1307],[-0.2856995,51.1315],[-0.2841995,51.1318],[-0.2814005,51.1315],[-0.2764995,51.1307],[-0.2743995,51.1307],[-0.2704995,51.1314],[-0.2685005,51.1321],[-0.2666995,51.133],[-0.2635995,51.1351],[-0.2612005,51.1367],[-0.2576995,51.1388],[-0.2566995,51.1399],[-0.2562995,51.1411],[-0.2566995,51.1430],[-0.2557995,51.1445],[-0.2543005,51.1449],[-0.2512005,51.1452],[-0.2458995,51.1467],[-0.2327995,51.1461],[-0.2287995,51.1457],[-0.2275995,51.1457],[-0.2241005,51.1478],[-0.2191005,51.1492],[-0.2162995,51.1498],[-0.2162005,51.1500],[-0.2139995,51.1504],[-0.2130995,51.1509],[-0.2127995,51.1516],[-0.2143005,51.1557],[-0.2141005,51.156],[-0.2118995,51.1567],[-0.2105995,51.1567],[-0.2071995,51.1566],[-0.2043995,51.1568],[-0.2029995,51.1575],[-0.2014995,51.1585],[-0.1991005,51.1606],[-0.1968995,51.1624],[-0.1958995,51.163],[-0.1928995,51.1629],[-0.1899995,51.163],[-0.1895005,51.1633],[-0.1887005,51.1642],[-0.1875995,51.1652],[-0.1853995,51.1659],[-0.1816005,51.1666],[-0.1793005,51.1667],[-0.1783995,51.1663],[-0.1756995,51.1648]]],[[[-0.9062995, 50.8002],[-0.9064005, 50.7995],[-0.9068005000000002, 50.7992],[-0.9073995, 50.7989],[-0.9079995, 50.7989],[-0.9087005, 50.799],[-0.9095995, 50.7992],[-0.9108995, 50.7998],[-0.9112995, 50.8001],[-0.9116995, 50.8006],[-0.9118005, 50.8009],[-0.9118005, 50.8013],[-0.9116995, 50.8019],[-0.9112995, 50.8019],[-0.9110005, 50.8018],[-0.9093005, 50.8002],[-0.9089005, 50.8001],[-0.9085005000000002, 50.8002],[-0.9083995, 50.8006],[-0.9080995000000002, 50.8015],[-0.9078995, 50.8019],[-0.9074995, 50.8022],[-0.9068995, 50.8024],[-0.9062995, 50.8024],[-0.9060995, 50.8023],[-0.9060005, 50.802],[-0.9060995, 50.8011],[-0.9062995, 50.8002]]]]}, properties:{name:"West Sussex"}}, {type:"Feature", geometry:{type:"MultiPolygon", coordinates:[[[[-2.3095,51.3579],[-2.308901,51.3578],[-2.3083,51.3593],[-2.3067,51.361],[-2.305799,51.3625],[-2.3039,51.363],[-2.300499,51.3637],[-2.299599,51.3641],[-2.298399,51.3648],[-2.2969,51.366],[-2.2934,51.37],[-2.2915,51.3722],[-2.290699,51.3753],[-2.290699,51.3783],[-2.2914,51.3803],[-2.2925,51.3823],[-2.295599,51.3861],[-2.296,51.3869],[-2.296099,51.3892],[-2.296,51.3912],[-2.296201,51.3929],[-2.296,51.3933],[-2.2911,51.3943],[-2.2851,51.3951],[-2.285,51.3955],[-2.284501,51.3997],[-2.288,51.4053],[-2.2791,51.4153],[-2.2809,51.4192],[-2.2834,51.4243],[-2.287699,51.4254],[-2.2923,51.4263],[-2.2914,51.4298],[-2.2892,51.4365],[-2.2904,51.4455],[-2.286299,51.4579],[-2.290299,51.4587],[-2.2953,51.4598],[-2.293999,51.4622],[-2.292099,51.4696],[-2.291201,51.473],[-2.2897,51.4777],[-2.2895,51.4828],[-2.2892,51.4861],[-2.29020,51.4877],[-2.2967,51.4873],[-2.301001,51.4868],[-2.3032,51.4869],[-2.311201,51.489],[-2.3153,51.4821],[-2.326401,51.485],[-2.328701,51.4967],[-2.3224,51.4987],[-2.313999,51.5031],[-2.3039,51.5052],[-2.296201,51.5071],[-2.2992,51.5123],[-2.2834,51.5164],[-2.2767,51.5188],[-2.2611,51.5211],[-2.2555,51.5233],[-2.255199,51.5273],[-2.2588,51.5316],[-2.2599,51.5352],[-2.2665,51.5361],[-2.26020,51.5443],[-2.2621,51.5459],[-2.2648,51.5474],[-2.2688,51.5505],[-2.2693,51.5569],[-2.268701,51.5601],[-2.265399,51.5680],[-2.260099,51.5699],[-2.2635,51.5718],[-2.273799,51.5716],[-2.2758,51.5748],[-2.2722,51.5758],[-2.2709,51.5793],[-2.268399,51.5822],[-2.266001,51.5827],[-2.2544,51.5833],[-2.244101,51.5838],[-2.239501,51.5924],[-2.229899,51.5941],[-2.223,51.5956],[-2.2187,51.597],[-2.2126,51.6004],[-2.207,51.6033],[-2.206201,51.5955],[-2.200099,51.5959],[-2.1954,51.5954],[-2.189301,51.5947],[-2.183701,51.5954],[-2.1785,51.5972],[-2.181201,51.6002],[-2.179101,51.6004],[-2.174599,51.5967],[-2.166699,51.5951],[-2.1566,51.5938],[-2.147599,51.5928],[-2.1424,51.5969],[-2.1373,51.6043],[-2.1343,51.6089],[-2.1308,51.6125],[-2.13030,51.6129],[-2.1254,51.618],[-2.1138,51.6248],[-2.101001,51.6357],[-2.087001,51.6458],[-2.0822,51.6498],[-2.0715,51.6615],[-2.064199,51.6672],[-2.056099,51.6737],[-2.052299,51.671],[-2.048501,51.6677],[-2.0434,51.6632],[-2.0371,51.66],[-2.031001,51.6579],[-2.024101,51.657],[-2.0207,51.6573],[-2.0188,51.6524],[-2.0168,51.6515],[-2.011801,51.6510],[-2.000099,51.6497],[-1.9972,51.6506],[-1.9953,51.6511],[-1.993199,51.6510],[-1.991001,51.6494],[-1.988901,51.6476],[-1.986201,51.6452],[-1.9844,51.6436],[-1.983299,51.6428],[-1.982499,51.6426],[-1.9805,51.6425],[-1.9786,51.6426],[-1.9758,51.6435],[-1.9764,51.6377],[-1.971801,51.6385],[-1.9692,51.6389],[-1.966801,51.6393],[-1.9608,51.6380],[-1.9556,51.6380],[-1.952299,51.6378],[-1.9498,51.6377],[-1.949501,51.6382],[-1.949301,51.6388],[-1.949399,51.6396],[-1.9499,51.6408],[-1.950799,51.6424],[-1.9533,51.6463],[-1.955099,51.649],[-1.957999,51.6545],[-1.9586,51.6559],[-1.958799,51.6577],[-1.9579,51.6592],[-1.9568,51.6607],[-1.956001,51.6614],[-1.952999,51.6627],[-1.9525,51.6641],[-1.9525,51.6655],[-1.9492,51.6673],[-1.9463,51.6686],[-1.9439,51.6694],[-1.9407,51.6702],[-1.939399,51.6695],[-1.9383,51.6681],[-1.9356,51.6655],[-1.9347,51.6649],[-1.932899,51.664],[-1.931401,51.6634],[-1.927999,51.6625],[-1.9259,51.6615],[-1.9245,51.6606],[-1.923599,51.6597],[-1.9213,51.6579],[-1.919899,51.6572],[-1.9166,51.6562],[-1.9132,51.6555],[-1.9102,51.6553],[-1.9054,51.6553],[-1.8975,51.6542],[-1.8945,51.6531],[-1.8907,51.6501],[-1.8888,51.6486],[-1.886801,51.6482],[-1.881201,51.6501],[-1.8785,51.6507],[-1.8756,51.6512],[-1.8713,51.6513],[-1.8816,51.6568],[-1.884699,51.6584],[-1.885599,51.6593],[-1.8859,51.6634],[-1.8861,51.6655],[-1.8908,51.6694],[-1.894,51.6727],[-1.895599,51.6766],[-1.896001,51.679],[-1.894799,51.6802],[-1.8853,51.6802],[-1.877001,51.6821],[-1.8752,51.6824],[-1.873999,51.6817],[-1.8694,51.6769],[-1.865399,51.6737],[-1.861801,51.6694],[-1.8557,51.6619],[-1.853701,51.6612],[-1.8526,51.6605],[-1.851699,51.6587],[-1.851601,51.6582],[-1.848099,51.6561],[-1.844,51.6551],[-1.8404,51.6551],[-1.8342,51.6561],[-1.83,51.6568],[-1.8232,51.6589],[-1.8157,51.6616],[-1.8132,51.6629],[-1.8128,51.6649],[-1.8154,51.6683],[-1.8204,51.6758],[-1.820099,51.6766],[-1.8161,51.679],[-1.8125,51.6826],[-1.809999,51.6860],[-1.8104,51.6878],[-1.814999,51.6921],[-1.8169,51.6956],[-1.8175,51.6994],[-1.816,51.7047],[-1.8153,51.7062],[-1.8148,51.7066],[-1.813501,51.7062],[-1.809,51.6984],[-1.8067,51.6926],[-1.8042,51.6879],[-1.801601,51.6840],[-1.7959,51.675],[-1.7925,51.6697],[-1.7917,51.6686],[-1.7904,51.6676],[-1.793599,51.6639],[-1.7946,51.6633],[-1.7976,51.662],[-1.797799,51.6616],[-1.7977,51.6611],[-1.793501,51.6349],[-1.794101,51.6341],[-1.794,51.6329],[-1.807001,51.6328],[-1.8081,51.6304],[-1.8132,51.6253],[-1.814,51.6250],[-1.8183,51.6266],[-1.8196,51.6267],[-1.8236,51.6263],[-1.826601,51.6251],[-1.828099,51.6234],[-1.829599,51.6220],[-1.830899,51.6199],[-1.8318,51.6194],[-1.833099,51.6189],[-1.836401,51.6175],[-1.8385,51.6161],[-1.839301,51.6145],[-1.8394,51.6134],[-1.838901,51.6121],[-1.838901,51.61],[-1.839599,51.6088],[-1.841001,51.6072],[-1.842299,51.606],[-1.8426,51.6048],[-1.8426,51.6032],[-1.842399,51.6018],[-1.8419,51.6008],[-1.8411,51.5999],[-1.8399,51.5993],[-1.838701,51.5988],[-1.8371,51.5987],[-1.8363,51.5985],[-1.836001,51.5979],[-1.834501,51.5972],[-1.834,51.5961],[-1.834,51.5946],[-1.833701,51.5931],[-1.833901,51.5926],[-1.835199,51.5915],[-1.8378,51.5903],[-1.838099,51.5895],[-1.8384,51.5884],[-1.8383,51.5873],[-1.8371,51.5865],[-1.8347,51.5858],[-1.831699,51.5853],[-1.8291,51.5847],[-1.826699,51.5837],[-1.8256,51.5822],[-1.825899,51.5812],[-1.8263,51.5803],[-1.826601,51.5802],[-1.828901,51.5812],[-1.830899,51.5823],[-1.831401,51.5823],[-1.8333,51.5812],[-1.8341,51.5808],[-1.835199,51.5805],[-1.8378,51.5805],[-1.841001,51.5807],[-1.8429,51.5808],[-1.843099,51.5805],[-1.843099,51.5797],[-1.8426,51.5787],[-1.842299,51.5778],[-1.8422,51.577],[-1.8427,51.5762],[-1.8429,51.5748],[-1.8427,51.5734],[-1.843099,51.5710],[-1.845,51.5703],[-1.846801,51.5697],[-1.8484,51.5690],[-1.848799,51.5682],[-1.848701,51.5675],[-1.848199,51.5662],[-1.8479,51.5658],[-1.847399,51.5653],[-1.8441,51.5626],[-1.8441,51.5622],[-1.8478,51.5627],[-1.8571,51.5664],[-1.8579,51.5663],[-1.858199,51.5656],[-1.858999,51.5618],[-1.8591,51.5596],[-1.8588,51.5591],[-1.8552,51.5569],[-1.8513,51.5551],[-1.8508,51.5548],[-1.8507,51.5542],[-1.8513,51.5515],[-1.8513,51.5504],[-1.850199,51.5475],[-1.850199,51.5471],[-1.8527,51.5466],[-1.853,51.5461],[-1.8528,51.5457],[-1.8499,51.5446],[-1.845,51.5431],[-1.842299,51.5364],[-1.840199,51.5323],[-1.8384,51.5312],[-1.8392,51.5298],[-1.8347,51.5218],[-1.833701,51.5197],[-1.832,51.5185],[-1.830199,51.5162],[-1.829501,51.5157],[-1.8297,51.5141],[-1.8307,51.5122],[-1.8355,51.5116],[-1.8362,51.5118],[-1.838199,51.5130],[-1.837399,51.5141],[-1.8376,51.5157],[-1.840899,51.5186],[-1.8419,51.5204],[-1.843,51.5215],[-1.842499,51.5230],[-1.8411,51.5243],[-1.841699,51.5248],[-1.841801,51.5259],[-1.8442,51.5262],[-1.845,51.5253],[-1.8463,51.5248],[-1.847,51.5241],[-1.846699,51.5223],[-1.843701,51.5181],[-1.8442,51.5174],[-1.842299,51.5163],[-1.842,51.5155],[-1.844,51.5153],[-1.8444,51.5151],[-1.8444,51.5142],[-1.8435,51.5134],[-1.841699,51.5113],[-1.84,51.5054],[-1.84,51.5043],[-1.839301,51.5029],[-1.8379,51.5013],[-1.8379,51.5003],[-1.8354,51.5003],[-1.8342,51.5012],[-1.8327,51.5010],[-1.830299,51.5026],[-1.8286,51.5045],[-1.8253,51.5038],[-1.814301,51.5069],[-1.813501,51.5067],[-1.813501,51.5058],[-1.813599,51.5017],[-1.812199,51.5001],[-1.8131,51.4976],[-1.8131,51.497],[-1.8121,51.4955],[-1.805799,51.4894],[-1.804101,51.4884],[-1.803701,51.4877],[-1.7995,51.4839],[-1.7988,51.4837],[-1.794101,51.4852],[-1.7927,51.4854],[-1.791299,51.4848],[-1.7889,51.4844],[-1.785699,51.4845],[-1.782799,51.4841],[-1.7804,51.4837],[-1.7781,51.4828],[-1.775499,51.4821],[-1.774799,51.4831],[-1.7751,51.4844],[-1.774999,51.4847],[-1.767099,51.4861],[-1.763299,51.4855],[-1.7579,51.4859],[-1.746801,51.4857],[-1.745499,51.4865],[-1.7385,51.4872],[-1.725299,51.4883],[-1.7155,51.488],[-1.7147,51.4884],[-1.714599,51.489],[-1.7179,51.5005],[-1.7176,51.5010],[-1.7083,51.502],[-1.698501,51.5035],[-1.6968,51.5037],[-1.693701,51.5036],[-1.6792,51.5040],[-1.6668,51.5053],[-1.6648,51.5061],[-1.662099,51.5070],[-1.6503,51.5083],[-1.646201,51.5102],[-1.6415,51.5114],[-1.6397,51.5127],[-1.6378,51.5133],[-1.6331,51.5134],[-1.6328,51.5143],[-1.632599,51.5150],[-1.6329,51.5167],[-1.6278,51.5178],[-1.6257,51.5163],[-1.619799,51.5154],[-1.6194,51.5170],[-1.6138,51.5184],[-1.6129,51.5180],[-1.607399,51.5195],[-1.603901,51.5207],[-1.6019,51.5217],[-1.5955,51.5239],[-1.591401,51.5257],[-1.5886,51.5265],[-1.582,51.5277],[-1.584501,51.5161],[-1.585199,51.5093],[-1.5847,51.5049],[-1.582,51.4984],[-1.574301,51.4929],[-1.5692,51.4893],[-1.566499,51.4841],[-1.565799,51.4814],[-1.564301,51.4793],[-1.5604,51.4757],[-1.5588,51.4741],[-1.5578,51.4721],[-1.5555,51.4694],[-1.552799,51.4676],[-1.549399,51.4657],[-1.547899,51.4639],[-1.5469,51.4627],[-1.544999,51.4604],[-1.5416,51.4588],[-1.5403,51.4583],[-1.539101,51.4579],[-1.5275,51.4564],[-1.5261,51.4549],[-1.522799,51.4485],[-1.5225,51.4459],[-1.5224,51.4433],[-1.5224,51.4408],[-1.5225,51.4403],[-1.5229,51.4396],[-1.523399,51.4390],[-1.523901,51.4384],[-1.5276,51.4377],[-1.5305,51.4355],[-1.533,51.4335],[-1.534,51.4327],[-1.534101,51.4321],[-1.5308,51.4305],[-1.524999,51.427],[-1.524799,51.4266],[-1.5252,51.4246],[-1.5266,51.4245],[-1.529301,51.4245],[-1.5338,51.4257],[-1.5381,51.4261],[-1.544899,51.4231],[-1.5499,51.4215],[-1.5548,51.42],[-1.5599,51.4209],[-1.563701,51.4214],[-1.5656,51.4199],[-1.5677,51.4171],[-1.5684,51.4157],[-1.568099,51.4146],[-1.564101,51.4141],[-1.560199,51.4133],[-1.5548,51.4078],[-1.5542,51.4057],[-1.554301,51.4011],[-1.5546,51.3992],[-1.554399,51.3982],[-1.554101,51.3971],[-1.5539,51.3962],[-1.5534,51.3953],[-1.5447,51.3901],[-1.5395,51.3895],[-1.537099,51.3890],[-1.5361,51.3887],[-1.5305,51.3840],[-1.5266,51.3803],[-1.525699,51.3792],[-1.5232,51.3781],[-1.5197,51.3784],[-1.5158,51.3781],[-1.5138,51.3777],[-1.513,51.3769],[-1.5124,51.3735],[-1.511299,51.3719],[-1.5087,51.3713],[-1.5057,51.3707],[-1.499699,51.37],[-1.497001,51.3699],[-1.490399,51.3701],[-1.4906,51.3694],[-1.491899,51.3681],[-1.494599,51.3655],[-1.4972,51.3627],[-1.497499,51.3619],[-1.497599,51.3609],[-1.4978,51.3592],[-1.4978,51.3581],[-1.4973,51.3571],[-1.4964,51.3557],[-1.4938,51.3534],[-1.491601,51.3524],[-1.4872,51.3506],[-1.4856,51.3499],[-1.4849,51.3496],[-1.4843,51.3489],[-1.483901,51.3479],[-1.4838,51.3475],[-1.4844,51.3459],[-1.4944,51.3339],[-1.492599,51.3304],[-1.4923,51.3289],[-1.4923,51.3274],[-1.496601,51.3291],[-1.5037,51.3310],[-1.5087,51.3325],[-1.509799,51.3334],[-1.512599,51.3382],[-1.5132,51.339],[-1.5145,51.3393],[-1.516299,51.3393],[-1.520599,51.3385],[-1.5246,51.3381],[-1.525599,51.3378],[-1.5259,51.3373],[-1.526201,51.3361],[-1.5266,51.3324],[-1.5275,51.3299],[-1.529301,51.3278],[-1.530699,51.3241],[-1.531201,51.3215],[-1.531299,51.3175],[-1.5317,51.3158],[-1.5316,51.3146],[-1.5297,51.3137],[-1.5281,51.3125],[-1.5272,51.3115],[-1.526201,51.3096],[-1.525599,51.3085],[-1.524899,51.3073],[-1.524899,51.3068],[-1.523,51.3054],[-1.523,51.3048],[-1.5238,51.3036],[-1.5251,51.3014],[-1.5258,51.3001],[-1.5254,51.2996],[-1.5245,51.2991],[-1.5222,51.2979],[-1.517699,51.297],[-1.5173,51.2967],[-1.5173,51.2962],[-1.519199,51.2946],[-1.5196,51.2945],[-1.5202,51.2944],[-1.524899,51.2955],[-1.5266,51.2959],[-1.5279,51.296],[-1.5288,51.2958],[-1.534101,51.294],[-1.5344,51.2934],[-1.536201,51.2858],[-1.536299,51.2854],[-1.536801,51.2851],[-1.5394,51.2837],[-1.539999,51.2833],[-1.5401,51.2827],[-1.539999,51.2804],[-1.5388,51.2790],[-1.5374,51.2774],[-1.537199,51.2769],[-1.537099,51.2745],[-1.537199,51.2723],[-1.537799,51.2703],[-1.539301,51.2656],[-1.5396,51.2640],[-1.539,51.2632],[-1.537699,51.2628],[-1.5352,51.2630],[-1.532099,51.2633],[-1.530599,51.2629],[-1.529301,51.2618],[-1.5266,51.2604],[-1.526401,51.2598],[-1.527001,51.2578],[-1.5275,51.2563],[-1.528,51.2549],[-1.5347,51.2495],[-1.5396,51.2475],[-1.5426,51.2472],[-1.5454,51.2472],[-1.546499,51.2474],[-1.5474,51.2477],[-1.549399,51.2488],[-1.5531,51.2499],[-1.5567,51.2508],[-1.5741,51.2543],[-1.578501,51.255],[-1.5804,51.255],[-1.5825,51.2546],[-1.584301,51.2542],[-1.586801,51.2537],[-1.5899,51.2531],[-1.592299,51.2533],[-1.598099,51.2536],[-1.6006,51.2532],[-1.6043,51.2526],[-1.6058,51.2523],[-1.6071,51.2511],[-1.608,51.2501],[-1.6085,51.2492],[-1.608,51.2464],[-1.6086,51.2438],[-1.6091,51.2422],[-1.609699,51.2418],[-1.6142,51.241],[-1.615,51.2405],[-1.6192,51.24],[-1.621601,51.2352],[-1.6246,51.2336],[-1.628299,51.233],[-1.6375,51.2344],[-1.6454,51.2356],[-1.6517,51.2195],[-1.6572,51.2185],[-1.658399,51.2185],[-1.6616,51.2181],[-1.667099,51.2180],[-1.671201,51.2178],[-1.687001,51.2171],[-1.687899,51.2172],[-1.689301,51.2138],[-1.690199,51.2094],[-1.692001,51.2060],[-1.6921,51.2053],[-1.692199,51.2047],[-1.6921,51.2040],[-1.691401,51.2031],[-1.6904,51.2026],[-1.6881,51.2014],[-1.678599,51.1957],[-1.6768,51.1946],[-1.673599,51.1903],[-1.6724,51.1856],[-1.673599,51.1827],[-1.671401,51.1784],[-1.668599,51.1746],[-1.666499,51.172],[-1.661801,51.1656],[-1.6588,51.162],[-1.6574,51.1611],[-1.6566,51.1605],[-1.6544,51.1591],[-1.6524,51.1576],[-1.6519,51.1569],[-1.6515,51.1561],[-1.651299,51.1550],[-1.651401,51.1541],[-1.6516,51.1536],[-1.652001,51.1529],[-1.6537,51.1508],[-1.656201,51.1482],[-1.656801,51.1476],[-1.6575,51.1467],[-1.657899,51.1419],[-1.658399,51.136],[-1.659,51.1290],[-1.6576,51.1288],[-1.651299,51.1282],[-1.6454,51.1271],[-1.638999,51.1258],[-1.6358,51.1246],[-1.6329,51.123],[-1.629699,51.1212],[-1.6282,51.1202],[-1.6267,51.1192],[-1.626099,51.1183],[-1.6259,51.1177],[-1.628,51.114],[-1.628399,51.1128],[-1.6286,51.1122],[-1.6282,51.1108],[-1.6274,51.1089],[-1.626001,51.1057],[-1.6256,51.1047],[-1.6256,51.1039],[-1.626201,51.1031],[-1.6294,51.1005],[-1.633901,51.0973],[-1.635,51.0936],[-1.635599,51.092],[-1.636001,51.0905],[-1.635499,51.0889],[-1.635,51.0876],[-1.633299,51.0847],[-1.632599,51.0837],[-1.630499,51.0817],[-1.6293,51.0806],[-1.6282,51.0788],[-1.6285,51.0759],[-1.6288,51.0743],[-1.629101,51.0723],[-1.6293,51.0646],[-1.6301,51.0603],[-1.6316,51.054],[-1.632699,51.0494],[-1.633,51.0475],[-1.6329,51.0457],[-1.6321,51.04],[-1.6315,51.0383],[-1.631099,51.0372],[-1.63,51.0353],[-1.6288,51.0343],[-1.628,51.0338],[-1.6202,51.0339],[-1.619101,51.0338],[-1.6167,51.0327],[-1.6149,51.0316],[-1.6135,51.0306],[-1.611801,51.0295],[-1.6108,51.0291],[-1.606001,51.0272],[-1.6036,51.0265],[-1.601001,51.0258],[-1.600299,51.0255],[-1.599301,51.0243],[-1.5992,51.0237],[-1.600399,51.0227],[-1.6014,51.0219],[-1.6029,51.0207],[-1.604699,51.0190],[-1.6051,51.0176],[-1.6042,51.0164],[-1.603,51.0151],[-1.5998,51.0137],[-1.598199,51.0131],[-1.597,51.0124],[-1.5962,51.0115],[-1.5977,51.0095],[-1.598799,51.0088],[-1.5998,51.0083],[-1.6021,51.008],[-1.6041,51.0079],[-1.605,51.0081],[-1.6058,51.0095],[-1.607,51.0101],[-1.607399,51.0101],[-1.6084,51.0100],[-1.608999,51.0098],[-1.61,51.0092],[-1.6108,51.0071],[-1.6108,51.0067],[-1.608901,51.0048],[-1.608901,51.0042],[-1.609501,51.0037],[-1.613199,51.0045],[-1.6159,51.0052],[-1.617,51.0053],[-1.618901,51.0048],[-1.6217,51.0034],[-1.625,51.002],[-1.627699,51.0007],[-1.629101, 50.9997],[-1.628999, 50.9988],[-1.628299, 50.9974],[-1.6267, 50.9959],[-1.6259, 50.9952],[-1.624799, 50.994],[-1.6238, 50.992],[-1.622001, 50.9899],[-1.621801, 50.9897],[-1.621001, 50.9888],[-1.619799, 50.9881],[-1.6186, 50.9874],[-1.617599, 50.9865],[-1.617599, 50.9858],[-1.6184, 50.9843],[-1.618701, 50.9838],[-1.618701, 50.9836],[-1.6186, 50.9832],[-1.617599, 50.9825],[-1.615399, 50.9815],[-1.613299, 50.9803],[-1.611801, 50.9797],[-1.6088, 50.9799],[-1.606001, 50.9803],[-1.6041, 50.9805],[-1.603299, 50.9805],[-1.602, 50.9791],[-1.6014, 50.9779],[-1.6012, 50.9772],[-1.6013, 50.9749],[-1.6014, 50.974],[-1.601801, 50.9733],[-1.603701, 50.9728],[-1.6085, 50.9718],[-1.609599, 50.9714],[-1.61, 50.9711],[-1.6109, 50.9689],[-1.612599, 50.9665],[-1.613999, 50.9649],[-1.6194, 50.9589],[-1.6213, 50.9570],[-1.621601, 50.9569],[-1.622001, 50.9569],[-1.6231, 50.9571],[-1.6264, 50.9581],[-1.627599, 50.9587],[-1.628999, 50.9596],[-1.629799, 50.9604],[-1.630399, 50.9605],[-1.6308, 50.9595],[-1.6315, 50.9589],[-1.6323, 50.9583],[-1.6361, 50.9553],[-1.641299, 50.9523],[-1.6452, 50.9503],[-1.651401, 50.9479],[-1.654799, 50.9467],[-1.6587, 50.9457],[-1.661299, 50.9466],[-1.6638, 50.9475],[-1.6661, 50.9485],[-1.671201, 50.9499],[-1.6752, 50.9515],[-1.678501, 50.9525],[-1.6863, 50.9550],[-1.692299, 50.9595],[-1.6955, 50.9625],[-1.7007, 50.9675],[-1.703501, 50.9705],[-1.7056, 50.9722],[-1.7071, 50.9731],[-1.709301, 50.9743],[-1.7111, 50.9763],[-1.7179, 50.9777],[-1.723701, 50.9779],[-1.738901, 50.9773],[-1.7438, 50.9785],[-1.7506, 50.9782],[-1.751201, 50.9783],[-1.752499, 50.9789],[-1.7557, 50.9809],[-1.764799, 50.9832],[-1.783599, 50.9878],[-1.791, 50.9913],[-1.803701, 50.9925],[-1.8074, 50.9918],[-1.8098, 50.9905],[-1.814999, 50.9871],[-1.8256, 50.9977],[-1.8326,51.0070],[-1.835899,51.0114],[-1.8492,51.0072],[-1.8535,51.0042],[-1.8665, 50.9911],[-1.8707, 50.9877],[-1.8736, 50.9876],[-1.874501, 50.9936],[-1.873399,51.0074],[-1.88,51.005],[-1.8872,51.0015],[-1.8897,51.0009],[-1.8997, 50.9997],[-1.904999,51.0007],[-1.9108,51.0007],[-1.9182, 50.9988],[-1.922799, 50.9985],[-1.927999, 50.998],[-1.936601, 50.9918],[-1.949399, 50.9833],[-1.952, 50.9877],[-1.953701, 50.9902],[-1.9547, 50.9909],[-1.9586, 50.9917],[-1.964, 50.9917],[-1.9707, 50.9897],[-1.9914, 50.9834],[-1.9873, 50.9781],[-1.996001, 50.9765],[-2.000799, 50.975],[-2.0057, 50.9758],[-2.0099, 50.976],[-2.0146, 50.9731],[-2.023099, 50.9722],[-2.036299, 50.9724],[-2.0411, 50.9681],[-2.0501, 50.9672],[-2.0518, 50.9667],[-2.0576, 50.9634],[-2.0581, 50.9609],[-2.061201, 50.9598],[-2.0659, 50.9519],[-2.0683, 50.9507],[-2.078099, 50.9516],[-2.0824, 50.9513],[-2.096, 50.9453],[-2.101001, 50.9464],[-2.101401, 50.9481],[-2.1022, 50.9509],[-2.108701, 50.9555],[-2.1156, 50.9564],[-2.117399, 50.9593],[-2.1198, 50.9632],[-2.121001, 50.9680],[-2.1213, 50.9761],[-2.121601, 50.9792],[-2.126899, 50.9794],[-2.133199, 50.981],[-2.1419, 50.9844],[-2.152299, 50.9898],[-2.160399, 50.9942],[-2.1652, 50.9977],[-2.167099,51.001],[-2.168799,51.0025],[-2.173399,51.0065],[-2.176001,51.0135],[-2.183,51.0165],[-2.1884,51.0204],[-2.190399,51.0249],[-2.189899,51.0309],[-2.1905,51.0347],[-2.1925,51.0396],[-2.1964,51.0425],[-2.2042,51.0444],[-2.214799,51.0541],[-2.221499,51.0571],[-2.242001,51.0733],[-2.256201,51.0708],[-2.2746,51.0730],[-2.280499,51.0756],[-2.3031,51.0800],[-2.306,51.0797],[-2.311001,51.0811],[-2.327399,51.0837],[-2.327001,51.0865],[-2.329799,51.0871],[-2.3455,51.0888],[-2.352499,51.0865],[-2.356699,51.0917],[-2.3548,51.0949],[-2.3564,51.0996],[-2.3613,51.1008],[-2.3624,51.1022],[-2.361099,51.1057],[-2.3592,51.11],[-2.360199,51.1122],[-2.362,51.1143],[-2.36390,51.1189],[-2.362,51.1206],[-2.354399,51.1212],[-2.346,51.1236],[-2.3424,51.1255],[-2.342499,51.1281],[-2.3475,51.1333],[-2.3403,51.1368],[-2.3341,51.1380],[-2.3316,51.139],[-2.328799,51.1481],[-2.3162,51.16],[-2.3117,51.1628],[-2.309101,51.1676],[-2.304199,51.1712],[-2.3013,51.1733],[-2.298,51.1751],[-2.2959,51.1772],[-2.2948,51.1806],[-2.282799,51.1931],[-2.272799,51.2072],[-2.2676,51.2128],[-2.264301,51.2152],[-2.2667,51.2176],[-2.2671,51.2197],[-2.262001,51.2301],[-2.2569,51.2396],[-2.252199,51.2452],[-2.242899,51.2535],[-2.244101,51.2557],[-2.2456,51.2600],[-2.2458,51.2613],[-2.245699,51.2622],[-2.2412,51.2651],[-2.2414,51.2706],[-2.2442,51.2784],[-2.254101,51.2906],[-2.2553,51.2912],[-2.258501,51.2906],[-2.261899,51.2925],[-2.260299,51.2949],[-2.262399,51.2962],[-2.264899,51.2957],[-2.2679,51.2953],[-2.2725,51.2944],[-2.2767,51.3029],[-2.282099,51.3095],[-2.2808,51.3104],[-2.275199,51.3103],[-2.273799,51.3120],[-2.2704,51.3141],[-2.270099,51.3158],[-2.272599,51.3174],[-2.278901,51.3178],[-2.285599,51.3266],[-2.287899,51.3304],[-2.289799,51.3308],[-2.292001,51.3309],[-2.294699,51.3314],[-2.2988,51.3331],[-2.3009,51.3334],[-2.3017,51.3342],[-2.3022,51.3355],[-2.3022,51.336],[-2.302099,51.3368],[-2.3017,51.3375],[-2.301001,51.3378],[-2.3004,51.3378],[-2.299599,51.3379],[-2.298701,51.3379],[-2.2973,51.3376],[-2.2969,51.3380],[-2.2978,51.3384],[-2.299,51.3394],[-2.299,51.3399],[-2.297899,51.3417],[-2.297899,51.3425],[-2.2988,51.3438],[-2.3011,51.345],[-2.3022,51.3449],[-2.3038,51.344],[-2.3055,51.3434],[-2.307199,51.3435],[-2.3092,51.3429],[-2.3116,51.3423],[-2.3131,51.3422],[-2.3183,51.3452],[-2.3203,51.3468],[-2.322999,51.3473],[-2.325,51.3473],[-2.326401,51.3471],[-2.328799,51.3463],[-2.331201,51.3458],[-2.3338,51.3456],[-2.33470,51.3454],[-2.3359,51.3447],[-2.3375,51.3447],[-2.3397,51.3448],[-2.3429,51.3451],[-2.3437,51.3457],[-2.3437,51.3464],[-2.343199,51.3474],[-2.340899,51.3489],[-2.3383,51.3505],[-2.336,51.3514],[-2.329101,51.3534],[-2.327001,51.3544],[-2.3252,51.3554],[-2.3236,51.3558],[-2.321001,51.3574],[-2.3175,51.3576],[-2.312001,51.358],[-2.3095,51.3579]]]]}, properties:{name:"Wiltshire"}}, {type:"Feature", geometry:{type:"MultiPolygon", coordinates:[[[[-1.8887, 52.1477],[-1.8908, 52.1476],[-1.891401, 52.1475],[-1.891801, 52.1476],[-1.8924, 52.148],[-1.8932, 52.1488],[-1.8932, 52.1497],[-1.8929, 52.1519],[-1.891401, 52.1536],[-1.889899, 52.1548],[-1.887699, 52.156],[-1.8859, 52.1565],[-1.8822, 52.1559],[-1.8803, 52.1555],[-1.8759, 52.1553],[-1.8744, 52.1548],[-1.873199, 52.1541],[-1.8715, 52.153],[-1.870499, 52.1524],[-1.8674, 52.152],[-1.864501, 52.1519],[-1.8629, 52.148],[-1.860399, 52.142],[-1.850399, 52.1379],[-1.846001, 52.1426],[-1.8458, 52.1436],[-1.847, 52.1466],[-1.8473, 52.1492],[-1.8377, 52.1511],[-1.8275, 52.1471],[-1.822899, 52.1437],[-1.825799, 52.1405],[-1.8219, 52.1365],[-1.8133, 52.1397],[-1.8099, 52.1402],[-1.8069, 52.1402],[-1.795699, 52.1343],[-1.790799, 52.1335],[-1.7875, 52.1329],[-1.786801, 52.1326],[-1.7866, 52.1326],[-1.7869, 52.1319],[-1.7882, 52.1311],[-1.7901, 52.1304],[-1.7931, 52.1288],[-1.7954, 52.1270],[-1.7969, 52.1246],[-1.7968, 52.1230],[-1.7961, 52.1212],[-1.7952, 52.1208],[-1.790599, 52.1206],[-1.787099, 52.1206],[-1.7805, 52.1203],[-1.779101, 52.1201],[-1.774899, 52.1194],[-1.7717, 52.1186],[-1.7557, 52.1167],[-1.7564, 52.1157],[-1.7574, 52.115],[-1.765, 52.1123],[-1.7786, 52.1087],[-1.7839, 52.1073],[-1.786299, 52.106],[-1.787199, 52.1046],[-1.7889, 52.1016],[-1.790599, 52.1008],[-1.794199, 52.1008],[-1.799199, 52.0999],[-1.8004, 52.0988],[-1.803599, 52.0943],[-1.8092, 52.0853],[-1.810799, 52.0796],[-1.815899, 52.0842],[-1.8284, 52.0728],[-1.836801, 52.0762],[-1.840199, 52.0784],[-1.8449, 52.0812],[-1.8507, 52.0729],[-1.8543, 52.0744],[-1.8573, 52.0742],[-1.8599, 52.0739],[-1.865299, 52.074],[-1.872001, 52.0734],[-1.8715, 52.0704],[-1.869599, 52.0660],[-1.864101, 52.0667],[-1.8624, 52.0556],[-1.861601, 52.0535],[-1.8556, 52.0518],[-1.8506, 52.0498],[-1.8441, 52.047],[-1.829599, 52.0413],[-1.826401, 52.0382],[-1.8283, 52.033],[-1.8347, 52.0225],[-1.8357, 52.0209],[-1.835199, 52.0095],[-1.838799, 52.0086],[-1.8457, 52.0080],[-1.8486, 52.0086],[-1.852499, 52.0107],[-1.857, 52.0126],[-1.8614, 52.0144],[-1.8598, 52.0167],[-1.8607, 52.0174],[-1.8652, 52.0191],[-1.867599, 52.0203],[-1.8714, 52.0239],[-1.876201, 52.0263],[-1.8864, 52.0316],[-1.8945, 52.0368],[-1.8997, 52.0386],[-1.913501, 52.0454],[-1.921201, 52.0354],[-1.9263, 52.0368],[-1.929301, 52.0313],[-1.934999, 52.0326],[-1.9392, 52.0339],[-1.9476, 52.032],[-1.9497, 52.0382],[-1.951601, 52.0382],[-1.953701, 52.0378],[-1.96, 52.0377],[-1.9661, 52.0365],[-1.9751, 52.0364],[-1.9815, 52.0363],[-1.9838, 52.0345],[-1.992499, 52.0272],[-1.9934, 52.0272],[-1.994101, 52.0274],[-1.9964, 52.0303],[-1.997699, 52.0296],[-2, 52.0282],[-2.0012, 52.0271],[-2.0071, 52.0238],[-2.015899, 52.0187],[-2.022001, 52.016],[-2.027499, 52.0136],[-2.0267, 52.0116],[-2.0258, 52.01],[-2.0355, 52.0094],[-2.0357, 52.0080],[-2.035899, 52.0034],[-2.044501, 52.0057],[-2.047, 52.0082],[-2.0508, 52.0095],[-2.0583, 52.0104],[-2.0594, 52.0142],[-2.0599, 52.0156],[-2.061001, 52.016],[-2.063999, 52.0156],[-2.0676, 52.0148],[-2.0724, 52.0125],[-2.078501, 52.0111],[-2.086401, 52.0113],[-2.092999, 52.012],[-2.103701, 52.0149],[-2.1085, 52.0158],[-2.1118, 52.0156],[-2.1147, 52.0143],[-2.120199, 52.0117],[-2.123501, 52.0093],[-2.127899, 52.0058],[-2.1298, 52.0039],[-2.1329, 52.0010],[-2.1356, 52.0010],[-2.1378, 52.0029],[-2.138901, 52.0041],[-2.140899, 52.0045],[-2.1457, 52.0055],[-2.1473, 52.0062],[-2.147399, 52.0069],[-2.146001, 52.0106],[-2.1443, 52.0122],[-2.141601, 52.0165],[-2.138999, 52.0206],[-2.137599, 52.0254],[-2.136801, 52.0269],[-2.136001, 52.0279],[-2.135, 52.0286],[-2.1336, 52.029],[-2.1308, 52.0293],[-2.1259, 52.0297],[-2.1259, 52.0301],[-2.1259, 52.0305],[-2.123399, 52.031],[-2.123399, 52.0313],[-2.123399, 52.0317],[-2.1196, 52.0334],[-2.116601, 52.0348],[-2.1162, 52.0357],[-2.1159, 52.0368],[-2.1162, 52.0387],[-2.1173, 52.0408],[-2.118, 52.0415],[-2.118999, 52.0421],[-2.122299, 52.0433],[-2.125799, 52.0443],[-2.129301, 52.0448],[-2.1441, 52.0464],[-2.1503, 52.0476],[-2.1577, 52.0491],[-2.1631, 52.0507],[-2.1679, 52.0505],[-2.171499, 52.0496],[-2.1738, 52.0485],[-2.1758, 52.0468],[-2.1777, 52.0441],[-2.177599, 52.0418],[-2.1775, 52.0385],[-2.1766, 52.0362],[-2.1743, 52.0304],[-2.174101, 52.028],[-2.1745, 52.0263],[-2.1751, 52.0248],[-2.1763, 52.0229],[-2.1774, 52.0219],[-2.179399, 52.0214],[-2.182499, 52.0204],[-2.1846, 52.0197],[-2.1853, 52.019],[-2.185899, 52.0182],[-2.185899, 52.0172],[-2.1856, 52.0165],[-2.184101, 52.0153],[-2.1754, 52.0103],[-2.1672, 52.0056],[-2.163, 52.0028],[-2.162499, 52.0021],[-2.162199, 52.0008],[-2.162199,51.9998],[-2.162499,51.9983],[-2.163199,51.9971],[-2.1643,51.9966],[-2.167599,51.9961],[-2.171099,51.9964],[-2.1786,51.9999],[-2.1785,51.9952],[-2.181801,51.9935],[-2.1854,51.9938],[-2.188999,51.9972],[-2.1919,51.9991],[-2.193,51.9985],[-2.197999,51.9970],[-2.202899,51.9976],[-2.2058,51.9956],[-2.2126,51.9984],[-2.2147,51.9965],[-2.2119,51.9948],[-2.2123,51.9936],[-2.219899,51.9964],[-2.222001,51.9947],[-2.2269,51.9908],[-2.2289,51.9892],[-2.2349,51.9847],[-2.242399,51.9757],[-2.2478,51.9691],[-2.251699,51.9699],[-2.2521,51.9671],[-2.268901,51.9699],[-2.2737,51.9707],[-2.2808,51.9719],[-2.290299,51.9711],[-2.298399,51.967],[-2.299599,51.967],[-2.310199,51.9774],[-2.3137,51.9773],[-2.3254,51.9767],[-2.3237,51.9829],[-2.3229,51.9842],[-2.321001,51.9845],[-2.320899,51.9887],[-2.321201,51.9961],[-2.3232, 52.0001],[-2.3236, 52.0044],[-2.3236, 52.0061],[-2.326801, 52.0082],[-2.3315, 52.0094],[-2.33820, 52.0079],[-2.348799, 52.0102],[-2.3515, 52.0149],[-2.3513, 52.0214],[-2.3501, 52.0283],[-2.3482, 52.0285],[-2.3457, 52.033],[-2.34690, 52.0366],[-2.347001, 52.0384],[-2.345599, 52.0417],[-2.3454, 52.0466],[-2.3431, 52.0488],[-2.3417, 52.0518],[-2.340199, 52.0548],[-2.338901, 52.0586],[-2.338799, 52.0620],[-2.338901, 52.0647],[-2.338701, 52.0681],[-2.340699, 52.0689],[-2.340199, 52.0726],[-2.340199, 52.0796],[-2.339799, 52.0818],[-2.339, 52.0844],[-2.337699, 52.0878],[-2.336601, 52.095],[-2.336601, 52.0986],[-2.336801, 52.1009],[-2.336801, 52.105],[-2.33950, 52.105],[-2.342299, 52.1041],[-2.3455, 52.1054],[-2.351201, 52.1072],[-2.3539, 52.1093],[-2.3548, 52.1119],[-2.352999, 52.1173],[-2.3539, 52.1224],[-2.356499, 52.1254],[-2.35780, 52.1289],[-2.3564, 52.1321],[-2.353701, 52.1356],[-2.349, 52.1384],[-2.344399, 52.1418],[-2.348099, 52.1473],[-2.350899, 52.152],[-2.3531, 52.1542],[-2.355799, 52.1543],[-2.358299, 52.1563],[-2.358299, 52.1615],[-2.3592, 52.1644],[-2.361401, 52.1669],[-2.3643, 52.1682],[-2.366499, 52.1686],[-2.366499, 52.1691],[-2.3694, 52.1685],[-2.3724, 52.1681],[-2.3741, 52.1694],[-2.374399, 52.1710],[-2.377199, 52.1711],[-2.383399, 52.1689],[-2.387599, 52.1687],[-2.389101, 52.1661],[-2.388299, 52.1634],[-2.387599, 52.1593],[-2.391401, 52.1562],[-2.392699, 52.1537],[-2.3943, 52.1567],[-2.400399, 52.159],[-2.4038, 52.1605],[-2.40660, 52.1609],[-2.410399, 52.1601],[-2.4147, 52.1575],[-2.418999, 52.1564],[-2.421401, 52.1587],[-2.422199, 52.1603],[-2.4238, 52.1618],[-2.4252, 52.1627],[-2.43230, 52.1658],[-2.4347, 52.1658],[-2.4372, 52.1677],[-2.4381, 52.1709],[-2.4379, 52.1758],[-2.4328, 52.1791],[-2.4302, 52.1830],[-2.4272, 52.1850],[-2.4247, 52.1880],[-2.419899, 52.1902],[-2.415699, 52.1932],[-2.4126, 52.1979],[-2.4103, 52.2018],[-2.408299, 52.2036],[-2.408, 52.206],[-2.4077, 52.2081],[-2.4052, 52.2112],[-2.4024, 52.2112],[-2.4003, 52.2119],[-2.401099, 52.2148],[-2.40050, 52.2158],[-2.3998, 52.2158],[-2.3982, 52.2156],[-2.3962, 52.2151],[-2.393901, 52.2153],[-2.392, 52.2176],[-2.3922, 52.2187],[-2.3962, 52.2214],[-2.397399, 52.2222],[-2.4015, 52.2253],[-2.4024, 52.2286],[-2.4003, 52.2315],[-2.3964, 52.2329],[-2.3942, 52.2333],[-2.3915, 52.233],[-2.3886, 52.2308],[-2.385799, 52.2316],[-2.3847, 52.2320],[-2.3842, 52.2335],[-2.3857, 52.2364],[-2.385499, 52.2391],[-2.3875, 52.2384],[-2.3878, 52.2418],[-2.393501, 52.2406],[-2.396899, 52.2411],[-2.3994, 52.2410],[-2.4024, 52.2397],[-2.4054, 52.239],[-2.4073, 52.2407],[-2.4089, 52.2408],[-2.411, 52.2392],[-2.4164, 52.2389],[-2.4209, 52.2388],[-2.4247, 52.2393],[-2.4353, 52.2417],[-2.446001, 52.2442],[-2.449501, 52.2450],[-2.453701, 52.2452],[-2.4612, 52.2444],[-2.465699, 52.2502],[-2.472899, 52.2519],[-2.472001, 52.2576],[-2.471801, 52.2627],[-2.469599, 52.2646],[-2.4674, 52.267],[-2.466201, 52.2693],[-2.4583, 52.2715],[-2.455199, 52.2724],[-2.4386, 52.274],[-2.432699, 52.2776],[-2.43100, 52.281],[-2.4319, 52.2838],[-2.4317, 52.2855],[-2.4346, 52.2882],[-2.4381, 52.2886],[-2.439199, 52.2923],[-2.443501, 52.2948],[-2.448299, 52.2967],[-2.4521, 52.2997],[-2.454101, 52.2995],[-2.4572, 52.2979],[-2.461499, 52.2953],[-2.4661, 52.2938],[-2.469399, 52.2931],[-2.4712, 52.2938],[-2.4767, 52.2935],[-2.4823, 52.2931],[-2.483099, 52.2908],[-2.487499, 52.2896],[-2.490799, 52.288],[-2.496001, 52.2879],[-2.497499, 52.2894],[-2.499599, 52.2894],[-2.5014, 52.2892],[-2.501801, 52.2864],[-2.503, 52.2832],[-2.500299, 52.2784],[-2.497999, 52.2758],[-2.4934, 52.2739],[-2.491899, 52.2723],[-2.493901, 52.2687],[-2.494999, 52.2655],[-2.4988, 52.2663],[-2.5048, 52.2664],[-2.511001, 52.2658],[-2.513999, 52.2657],[-2.518501, 52.262],[-2.522099, 52.2588],[-2.523799, 52.2562],[-2.529, 52.257],[-2.5313, 52.2575],[-2.540299, 52.2675],[-2.5453, 52.2657],[-2.548901, 52.264],[-2.5511, 52.263],[-2.5529, 52.2622],[-2.556299, 52.2623],[-2.5601, 52.2644],[-2.564301, 52.2663],[-2.569101, 52.2649],[-2.572799, 52.2661],[-2.573501, 52.2606],[-2.5762, 52.2585],[-2.582299, 52.2565],[-2.586, 52.2550],[-2.5917, 52.2532],[-2.598701, 52.2511],[-2.5998, 52.2511],[-2.603199, 52.2517],[-2.606601, 52.2524],[-2.6085, 52.2527],[-2.608599, 52.2515],[-2.606801, 52.2492],[-2.608299, 52.2472],[-2.6124, 52.2463],[-2.616699, 52.2449],[-2.618099, 52.2448],[-2.6213, 52.2457],[-2.627599, 52.2449],[-2.629699, 52.2435],[-2.631299, 52.2462],[-2.6318, 52.2516],[-2.631401, 52.2562],[-2.6333, 52.2592],[-2.6296, 52.2629],[-2.6294, 52.2634],[-2.6303, 52.2656],[-2.628299, 52.2705],[-2.6273, 52.2734],[-2.624799, 52.2745],[-2.6241, 52.2766],[-2.6231, 52.2787],[-2.622999, 52.2813],[-2.6184, 52.2839],[-2.615099, 52.2869],[-2.612799, 52.2889],[-2.6142, 52.2917],[-2.615499, 52.2933],[-2.6196, 52.2902],[-2.622699, 52.2866],[-2.6282, 52.289],[-2.6356, 52.2928],[-2.6429, 52.2984],[-2.6442, 52.3007],[-2.644399, 52.3021],[-2.6421, 52.3057],[-2.641001, 52.3094],[-2.640399, 52.3134],[-2.637001, 52.3149],[-2.634, 52.3153],[-2.6307, 52.3154],[-2.6282, 52.3151],[-2.6252, 52.3108],[-2.6215, 52.3087],[-2.6175, 52.3065],[-2.6142, 52.3057],[-2.61180, 52.306],[-2.6098, 52.3069],[-2.6059, 52.3097],[-2.603701, 52.3109],[-2.599699, 52.3122],[-2.595299, 52.3128],[-2.5862, 52.3142],[-2.580699, 52.3151],[-2.5746, 52.3162],[-2.572999, 52.3157],[-2.56170, 52.3118],[-2.560199, 52.3113],[-2.557699, 52.3135],[-2.560899, 52.3161],[-2.5639, 52.3187],[-2.564101, 52.3203],[-2.5631, 52.3236],[-2.5624, 52.3255],[-2.561201, 52.3304],[-2.5571, 52.3334],[-2.551001, 52.3363],[-2.5401, 52.3425],[-2.5376, 52.3433],[-2.531001, 52.3423],[-2.526, 52.3417],[-2.5212, 52.3408],[-2.516201, 52.3381],[-2.513099, 52.3351],[-2.51290, 52.3336],[-2.512199, 52.3283],[-2.5057, 52.328],[-2.4948, 52.3319],[-2.486401, 52.3325],[-2.48110, 52.334],[-2.481, 52.3358],[-2.4768, 52.3397],[-2.483799, 52.3433],[-2.482001, 52.3509],[-2.483799, 52.3542],[-2.4855, 52.3573],[-2.488199, 52.3637],[-2.487, 52.3649],[-2.4753, 52.3658],[-2.471499, 52.3662],[-2.4651, 52.3666],[-2.4597, 52.3684],[-2.455699, 52.3689],[-2.4488, 52.3686],[-2.4417, 52.3689],[-2.4361, 52.3675],[-2.432699, 52.3676],[-2.429699, 52.3673],[-2.4266, 52.3663],[-2.425299, 52.3663],[-2.423399, 52.367],[-2.41880, 52.3683],[-2.4133, 52.3693],[-2.4117, 52.3708],[-2.4115, 52.3731],[-2.414599, 52.3791],[-2.4149, 52.3822],[-2.4138, 52.3855],[-2.4121, 52.3877],[-2.410199, 52.3889],[-2.4086, 52.3888],[-2.406801, 52.3882],[-2.404999, 52.3866],[-2.403199, 52.3832],[-2.3986, 52.3843],[-2.393199, 52.3854],[-2.3849, 52.3851],[-2.3799, 52.3842],[-2.3739, 52.3866],[-2.366601, 52.3892],[-2.3647, 52.3894],[-2.358999, 52.3883],[-2.356601, 52.3889],[-2.3526, 52.3898],[-2.3508, 52.3895],[-2.346601, 52.387],[-2.340199, 52.3862],[-2.336699, 52.3859],[-2.3329, 52.3864],[-2.3315, 52.3871],[-2.331401, 52.3884],[-2.332799, 52.3902],[-2.3362, 52.392],[-2.3434, 52.3946],[-2.346299, 52.396],[-2.354399, 52.3988],[-2.358799, 52.3987],[-2.364799, 52.3989],[-2.369301, 52.4003],[-2.370399, 52.4004],[-2.369501, 52.4029],[-2.364799, 52.4014],[-2.364, 52.4033],[-2.3656, 52.412],[-2.3664, 52.4199],[-2.3663, 52.4232],[-2.36520, 52.4249],[-2.3624, 52.4259],[-2.3634, 52.4297],[-2.3638, 52.4327],[-2.3638, 52.4360],[-2.3631, 52.4397],[-2.3624, 52.4404],[-2.3606, 52.4407],[-2.350199, 52.4394],[-2.3434, 52.4393],[-2.3378, 52.4364],[-2.330199, 52.4373],[-2.3227, 52.4381],[-2.314199, 52.4375],[-2.3113, 52.4384],[-2.3099, 52.439],[-2.3094, 52.44],[-2.306801, 52.4448],[-2.2938, 52.4514],[-2.286099, 52.455],[-2.285599, 52.4537],[-2.2893, 52.4518],[-2.2935, 52.4492],[-2.2904, 52.4481],[-2.2883, 52.4445],[-2.279, 52.4436],[-2.2725, 52.4398],[-2.2691, 52.4396],[-2.2655, 52.4406],[-2.2657, 52.4443],[-2.265199, 52.445],[-2.263799, 52.4454],[-2.262199, 52.4454],[-2.261499, 52.4448],[-2.2616, 52.4418],[-2.2616, 52.4393],[-2.2599, 52.4376],[-2.254699, 52.4379],[-2.2507, 52.4381],[-2.2451, 52.4381],[-2.240499, 52.4361],[-2.2334, 52.4354],[-2.2244, 52.4349],[-2.215899, 52.4358],[-2.2147, 52.4322],[-2.213799, 52.4300],[-2.2063, 52.4298],[-2.203399, 52.4291],[-2.2007, 52.4281],[-2.1951, 52.4281],[-2.1963, 52.4249],[-2.193, 52.4239],[-2.1912, 52.4247],[-2.1885, 52.4255],[-2.1861, 52.4258],[-2.1785, 52.4256],[-2.170599, 52.4248],[-2.1654, 52.4239],[-2.1651, 52.4322],[-2.149699, 52.4268],[-2.144399, 52.4255],[-2.138799, 52.4259],[-2.133199, 52.4271],[-2.129699, 52.4319],[-2.116899, 52.4338],[-2.114501, 52.4345],[-2.11200, 52.4360],[-2.109699, 52.4408],[-2.108799, 52.4418],[-2.102099, 52.4442],[-2.097699, 52.4454],[-2.0931, 52.4464],[-2.0918, 52.4458],[-2.0926, 52.4433],[-2.089, 52.443],[-2.086299, 52.4415],[-2.0862, 52.4374],[-2.087399, 52.4325],[-2.087001, 52.4322],[-2.085599, 52.4322],[-2.082999, 52.4319],[-2.0793, 52.4324],[-2.0752, 52.4344],[-2.0725, 52.4346],[-2.068901, 52.4344],[-2.067001, 52.4345],[-2.0615, 52.4326],[-2.063299, 52.4312],[-2.065099, 52.4305],[-2.0653, 52.4295],[-2.063999, 52.4288],[-2.0583, 52.428],[-2.0557, 52.4403],[-2.0539, 52.4404],[-2.049799, 52.4410],[-2.044101, 52.4413],[-2.041899, 52.4417],[-2.037, 52.4424],[-2.0358, 52.4418],[-2.0353, 52.4405],[-2.036601, 52.4382],[-2.0336, 52.4367],[-2.0313, 52.4325],[-2.037899, 52.4315],[-2.0374, 52.428],[-2.035599, 52.428],[-2.0311, 52.428],[-2.0293, 52.4283],[-2.0274, 52.4289],[-2.0232, 52.4301],[-2.024501, 52.4341],[-2.021699, 52.4352],[-2.0193, 52.4347],[-2.012199, 52.4311],[-2.0114, 52.4306],[-2.0111, 52.4297],[-2.0113, 52.4278],[-2.0111, 52.4273],[-2.010299, 52.4267],[-2.0078, 52.4258],[-2.0028, 52.4238],[-1.999799, 52.4230],[-1.9988, 52.4229],[-1.997599, 52.4228],[-1.994799, 52.4217],[-1.9881, 52.4192],[-1.987, 52.4183],[-1.9872, 52.4155],[-1.9881, 52.4148],[-1.990499, 52.4146],[-1.9952, 52.4131],[-1.9972, 52.4116],[-1.9981, 52.4092],[-2.0006, 52.4098],[-2.000799, 52.4096],[-2.0027, 52.408],[-2.0049, 52.4059],[-2.006401, 52.4031],[-2.006601, 52.4028],[-2.0151, 52.4023],[-2.015399, 52.4012],[-2.016001, 52.3997],[-2.016099, 52.3963],[-2.0155, 52.3937],[-2.0144, 52.3909],[-2.0128, 52.3883],[-2.011899, 52.3869],[-2.0116, 52.3864],[-2.011499, 52.3863],[-2.0074, 52.3863],[-2.002399, 52.3848],[-1.999799, 52.3849],[-1.999501, 52.3845],[-2.000799, 52.3832],[-2.0013, 52.3821],[-2.0011, 52.3814],[-2, 52.3811],[-1.998999, 52.381],[-1.9952, 52.3819],[-1.9908, 52.3826],[-1.988199, 52.3844],[-1.9858, 52.3859],[-1.9844, 52.3866],[-1.9827, 52.3872],[-1.9807, 52.3875],[-1.9791, 52.3874],[-1.977399, 52.3867],[-1.976001, 52.3867],[-1.9749, 52.387],[-1.973901, 52.3874],[-1.9712, 52.39],[-1.966001, 52.3932],[-1.961401, 52.3906],[-1.9601, 52.3896],[-1.959301, 52.3895],[-1.953799, 52.3875],[-1.9498, 52.3917],[-1.9441, 52.3895],[-1.940199, 52.3886],[-1.935099, 52.3877],[-1.932199, 52.387],[-1.9298, 52.3903],[-1.926601, 52.3925],[-1.9245, 52.3937],[-1.921499, 52.3971],[-1.9204, 52.3975],[-1.9159, 52.3983],[-1.914999, 52.3999],[-1.912899, 52.4017],[-1.909999, 52.4036],[-1.908501, 52.4043],[-1.9074, 52.4044],[-1.9016, 52.4028],[-1.895499, 52.4034],[-1.8886, 52.4046],[-1.886201, 52.4043],[-1.884799, 52.4027],[-1.8842, 52.4012],[-1.884101, 52.4012],[-1.883, 52.401],[-1.8803, 52.4011],[-1.8781, 52.4012],[-1.8782, 52.4023],[-1.873999, 52.4024],[-1.8724, 52.4023],[-1.871601, 52.4045],[-1.8688, 52.4051],[-1.8638, 52.4053],[-1.8628, 52.4039],[-1.853999, 52.4012],[-1.8456, 52.3986],[-1.8479, 52.3944],[-1.8522, 52.3877],[-1.8556, 52.3841],[-1.858199, 52.3812],[-1.8635, 52.3756],[-1.869799, 52.3688],[-1.8749, 52.364],[-1.8781, 52.3632],[-1.888299, 52.3614],[-1.892599, 52.3597],[-1.8917, 52.3587],[-1.889101, 52.356],[-1.888, 52.3547],[-1.887001, 52.3531],[-1.8773, 52.3467],[-1.8763, 52.3452],[-1.863701, 52.3359],[-1.858299, 52.3302],[-1.855, 52.3263],[-1.8509, 52.3228],[-1.85, 52.32],[-1.849, 52.3172],[-1.8713, 52.3139],[-1.8735, 52.3131],[-1.8802, 52.3117],[-1.879101, 52.3099],[-1.8779, 52.3080],[-1.8757, 52.3055],[-1.8767, 52.3023],[-1.878999, 52.2999],[-1.8831, 52.2951],[-1.8851, 52.2921],[-1.8872, 52.287],[-1.8882, 52.2866],[-1.892799, 52.2846],[-1.8954, 52.2831],[-1.899301, 52.2832],[-1.902699, 52.2825],[-1.9102, 52.2783],[-1.912799, 52.2769],[-1.915799, 52.2761],[-1.9174, 52.2763],[-1.923501, 52.2766],[-1.927001, 52.2753],[-1.932199, 52.2771],[-1.935699, 52.2752],[-1.935699, 52.2662],[-1.936, 52.2574],[-1.935699, 52.2534],[-1.9349, 52.2512],[-1.9338, 52.2491],[-1.9313, 52.2465],[-1.9268, 52.2423],[-1.9255, 52.2401],[-1.9255, 52.2374],[-1.9253, 52.2352],[-1.923701, 52.2323],[-1.9219, 52.2287],[-1.9198, 52.2246],[-1.919, 52.2208],[-1.9188, 52.218],[-1.919101, 52.2168],[-1.9202, 52.2147],[-1.921401, 52.2128],[-1.922099, 52.2118],[-1.9256, 52.2105],[-1.9289, 52.2092],[-1.9326, 52.2074],[-1.933701, 52.2034],[-1.934501, 52.2002],[-1.934101, 52.1968],[-1.932899, 52.1911],[-1.9362, 52.1873],[-1.938701, 52.1826],[-1.940199, 52.1784],[-1.942001, 52.1761],[-1.9456, 52.1745],[-1.9491, 52.1736],[-1.953701, 52.1744],[-1.9571, 52.1749],[-1.959399, 52.1737],[-1.9578, 52.169],[-1.955199, 52.1689],[-1.949399, 52.17],[-1.945899, 52.1708],[-1.9412, 52.1718],[-1.935699, 52.1707],[-1.932999, 52.1695],[-1.9326, 52.1683],[-1.934999, 52.1617],[-1.940199, 52.1536],[-1.920599, 52.1495],[-1.907799, 52.1447],[-1.9016, 52.1422],[-1.899101, 52.1363],[-1.898501, 52.1353],[-1.8983, 52.1349],[-1.8965, 52.1359],[-1.8938, 52.1372],[-1.891801, 52.1383],[-1.891201, 52.1388],[-1.8902, 52.1402],[-1.8897, 52.1408],[-1.889199, 52.1412],[-1.8873, 52.1425],[-1.886201, 52.1435],[-1.884699, 52.145],[-1.8837, 52.1458],[-1.8814, 52.1471],[-1.8817, 52.1474],[-1.884699, 52.1484],[-1.8887, 52.1477]]]]}, properties:{name:"Worcestershire"}}, {type:"Feature", geometry:{type:"MultiPolygon", coordinates:[[[[-2.338701, 53.5361],[-2.33950, 53.5358],[-2.339999, 53.5357],[-2.345, 53.5361],[-2.349, 53.5363],[-2.349999, 53.5362],[-2.350699, 53.5359],[-2.3516, 53.5349],[-2.354, 53.535],[-2.355, 53.5343],[-2.3555, 53.5335],[-2.3555, 53.5332],[-2.355599, 53.5326],[-2.3538, 53.5314],[-2.354501, 53.5289],[-2.3563, 53.5259],[-2.3675, 53.5292],[-2.3698, 53.5280],[-2.372699, 53.5290],[-2.3861, 53.5308],[-2.3898, 53.5322],[-2.393399, 53.5346],[-2.3936, 53.5347],[-2.394399, 53.5365],[-2.395299, 53.5371],[-2.4001, 53.5394],[-2.410599, 53.5393],[-2.4128, 53.5386],[-2.41400, 53.5387],[-2.4156, 53.5390],[-2.4198, 53.5403],[-2.42, 53.5404],[-2.421601, 53.5409],[-2.423701, 53.541],[-2.4333, 53.5417],[-2.43840, 53.542],[-2.4398, 53.5409],[-2.4403, 53.5398],[-2.442899, 53.5387],[-2.4433, 53.5378],[-2.44320, 53.5347],[-2.443599, 53.5327],[-2.446001, 53.5305],[-2.4491, 53.5289],[-2.449899, 53.5271],[-2.453599, 53.5287],[-2.4582, 53.5299],[-2.469899, 53.5323],[-2.477099, 53.5335],[-2.484999, 53.5347],[-2.4923, 53.5363],[-2.4979, 53.5382],[-2.4997, 53.5389],[-2.503901, 53.5388],[-2.5065, 53.5386],[-2.5078, 53.5384],[-2.509501, 53.5375],[-2.512199, 53.5344],[-2.5136, 53.5355],[-2.5167, 53.5362],[-2.518701, 53.5342],[-2.5178, 53.5301],[-2.529599, 53.5264],[-2.5327, 53.5242],[-2.533299, 53.5243],[-2.533799, 53.5247],[-2.5344, 53.5254],[-2.535199, 53.5264],[-2.536201, 53.5275],[-2.538, 53.5290],[-2.5413, 53.5310],[-2.544399, 53.5326],[-2.547899, 53.5347],[-2.552099, 53.5364],[-2.558501, 53.5383],[-2.562799, 53.5390],[-2.568599, 53.54],[-2.568701, 53.5401],[-2.568399, 53.5405],[-2.5667, 53.5415],[-2.566499, 53.5428],[-2.566401, 53.5441],[-2.566499, 53.5448],[-2.56780, 53.5464],[-2.568, 53.5471],[-2.56780, 53.5485],[-2.567001, 53.5495],[-2.566099, 53.5503],[-2.562999, 53.5514],[-2.561201, 53.5528],[-2.5599, 53.5547],[-2.5595, 53.556],[-2.559799, 53.5575],[-2.560899, 53.5591],[-2.5611, 53.5597],[-2.561001, 53.5603],[-2.5599, 53.5612],[-2.5597, 53.5618],[-2.5603, 53.5626],[-2.566401, 53.5652],[-2.566601, 53.5656],[-2.566299, 53.5663],[-2.5653, 53.5672],[-2.564399, 53.5685],[-2.564399, 53.5693],[-2.565399, 53.5703],[-2.566499, 53.5713],[-2.5694, 53.5735],[-2.5722, 53.5758],[-2.574399, 53.5769],[-2.576299, 53.5777],[-2.576801, 53.5785],[-2.576601, 53.5799],[-2.5769, 53.5804],[-2.578799, 53.5817],[-2.5803, 53.5824],[-2.581401, 53.5831],[-2.582999, 53.5845],[-2.584301, 53.5852],[-2.586601, 53.5862],[-2.592, 53.5882],[-2.5959, 53.5891],[-2.5978, 53.5890],[-2.6008, 53.5884],[-2.602799, 53.5882],[-2.604899, 53.5888],[-2.607599, 53.5901],[-2.609999, 53.5909],[-2.6131, 53.5916],[-2.6164, 53.5916],[-2.620199, 53.5910],[-2.620399, 53.5911],[-2.6213, 53.5922],[-2.622, 53.5934],[-2.622999, 53.5951],[-2.620199, 53.5966],[-2.618701, 53.5977],[-2.6184, 53.5981],[-2.6173, 53.6007],[-2.6162, 53.6025],[-2.615, 53.6038],[-2.613701, 53.6049],[-2.6127, 53.6058],[-2.611401, 53.6069],[-2.610199, 53.6079],[-2.6094, 53.6084],[-2.6085, 53.6087],[-2.6071, 53.6091],[-2.602299, 53.6098],[-2.598, 53.6099],[-2.5938, 53.6103],[-2.5903, 53.6107],[-2.587699, 53.6111],[-2.586401, 53.611],[-2.5857, 53.6107],[-2.5783, 53.6024],[-2.5722, 53.5964],[-2.5716, 53.5961],[-2.566099, 53.5986],[-2.5594, 53.6013],[-2.558701, 53.6017],[-2.557499, 53.6026],[-2.5552, 53.6047],[-2.5538, 53.6076],[-2.5527, 53.6087],[-2.551899, 53.6093],[-2.5513, 53.6096],[-2.538, 53.6129],[-2.535, 53.6143],[-2.5111, 53.6287],[-2.490099, 53.6233],[-2.480599, 53.6197],[-2.473701, 53.6181],[-2.4712, 53.6179],[-2.4697, 53.6191],[-2.4665, 53.6208],[-2.464301, 53.6229],[-2.4602, 53.6249],[-2.456001, 53.627],[-2.4545, 53.6275],[-2.453701, 53.6276],[-2.453, 53.6277],[-2.4472, 53.6277],[-2.4465, 53.6281],[-2.445199, 53.6296],[-2.444799, 53.6303],[-2.4444, 53.6312],[-2.4442, 53.6319],[-2.4446, 53.6335],[-2.445199, 53.6343],[-2.451, 53.6411],[-2.4507, 53.6414],[-2.447599, 53.6423],[-2.4444, 53.6424],[-2.442699, 53.6423],[-2.439101, 53.6436],[-2.4363, 53.645],[-2.434799, 53.6454],[-2.4344, 53.6453],[-2.433199, 53.6439],[-2.43, 53.6401],[-2.427099, 53.637],[-2.4251, 53.6355],[-2.424599, 53.6350],[-2.424, 53.6339],[-2.423599, 53.6297],[-2.423399, 53.6291],[-2.422899, 53.6285],[-2.4224, 53.6281],[-2.421401, 53.6277],[-2.4196, 53.6269],[-2.41400, 53.6263],[-2.411601, 53.6265],[-2.4101, 53.6269],[-2.4086, 53.6271],[-2.403199, 53.6268],[-2.4008, 53.6266],[-2.40050, 53.627],[-2.3985, 53.6306],[-2.3986, 53.6312],[-2.3985, 53.6317],[-2.398, 53.6325],[-2.397399, 53.6331],[-2.3963, 53.6335],[-2.3903, 53.6344],[-2.3657, 53.6337],[-2.373501, 53.6275],[-2.3771, 53.6263],[-2.377599, 53.6257],[-2.3771, 53.6253],[-2.372299, 53.6244],[-2.372499, 53.6237],[-2.375299, 53.6222],[-2.3752, 53.6217],[-2.372299, 53.6205],[-2.3703, 53.6183],[-2.367599, 53.6155],[-2.365099, 53.6117],[-2.3647, 53.6099],[-2.364399, 53.6077],[-2.3662, 53.6027],[-2.369999, 53.5973],[-2.373701, 53.5942],[-2.3742, 53.5921],[-2.373701, 53.5903],[-2.3736, 53.5889],[-2.3742, 53.5852],[-2.3743, 53.5828],[-2.3742, 53.5811],[-2.3728, 53.5774],[-2.3728, 53.5770],[-2.3747, 53.5736],[-2.375299, 53.5731],[-2.375299, 53.5727],[-2.375, 53.5715],[-2.374599, 53.571],[-2.3715, 53.5708],[-2.3682, 53.571],[-2.366601, 53.5706],[-2.364501, 53.5694],[-2.362799, 53.5682],[-2.358099, 53.5613],[-2.358, 53.5606],[-2.3582, 53.5579],[-2.3584, 53.5542],[-2.358701, 53.5541],[-2.359999, 53.5551],[-2.361201, 53.5555],[-2.362999, 53.5551],[-2.3643, 53.5546],[-2.3656, 53.5541],[-2.3664, 53.554],[-2.367199, 53.554],[-2.3699, 53.5544],[-2.3722, 53.5541],[-2.3743, 53.5534],[-2.374399, 53.5523],[-2.373501, 53.5514],[-2.370399, 53.5495],[-2.3656, 53.5485],[-2.3615, 53.5475],[-2.3499, 53.5481],[-2.348701, 53.5475],[-2.3455, 53.5451],[-2.344501, 53.5443],[-2.3439, 53.5429],[-2.342, 53.5375],[-2.338701, 53.5361]]]]}, properties:{name:"Bolton"}}, {type:"Feature", geometry:{type:"MultiPolygon", coordinates:[[[[-2.2629, 53.5267],[-2.262599, 53.5270],[-2.262199, 53.5272],[-2.2549, 53.5294],[-2.2483, 53.5310],[-2.247699, 53.5309],[-2.2476, 53.5307],[-2.2472, 53.5291],[-2.2474, 53.5281],[-2.247699, 53.5269],[-2.2491, 53.5207],[-2.249599, 53.5178],[-2.2499, 53.5171],[-2.253901, 53.5181],[-2.255, 53.5185],[-2.256201, 53.5187],[-2.26020, 53.5171],[-2.2628, 53.5153],[-2.2636, 53.5133],[-2.264101, 53.5093],[-2.2669, 53.511],[-2.2702, 53.5107],[-2.2722, 53.5099],[-2.273299, 53.5092],[-2.274199, 53.5085],[-2.2748, 53.5072],[-2.2748, 53.5067],[-2.273999, 53.5037],[-2.274101, 53.5031],[-2.2746, 53.5022],[-2.2757, 53.5013],[-2.2771, 53.5009],[-2.2792, 53.5014],[-2.2829, 53.5027],[-2.286099, 53.5045],[-2.2874, 53.5058],[-2.2881, 53.5074],[-2.288501, 53.51],[-2.2892, 53.5130],[-2.2901, 53.5145],[-2.291899, 53.5157],[-2.2946, 53.5166],[-2.2983, 53.5175],[-2.2994, 53.5183],[-2.299799, 53.5199],[-2.3004, 53.5220],[-2.302099, 53.5241],[-2.305599, 53.5259],[-2.30900, 53.5271],[-2.3137, 53.5271],[-2.316801, 53.5274],[-2.3216, 53.5277],[-2.323999, 53.5282],[-2.327199, 53.5299],[-2.3304, 53.5319],[-2.332599, 53.5330],[-2.335799, 53.5347],[-2.338701, 53.5361],[-2.342, 53.5375],[-2.3439, 53.5429],[-2.344501, 53.5443],[-2.3455, 53.5451],[-2.348701, 53.5475],[-2.3499, 53.5481],[-2.3615, 53.5475],[-2.3656, 53.5485],[-2.370399, 53.5495],[-2.373501, 53.5514],[-2.374399, 53.5523],[-2.3743, 53.5534],[-2.3722, 53.5541],[-2.3699, 53.5544],[-2.367199, 53.554],[-2.3664, 53.554],[-2.3656, 53.5541],[-2.3643, 53.5546],[-2.362999, 53.5551],[-2.361201, 53.5555],[-2.359999, 53.5551],[-2.358701, 53.5541],[-2.3584, 53.5542],[-2.3582, 53.5579],[-2.358, 53.5606],[-2.358099, 53.5613],[-2.362799, 53.5682],[-2.364501, 53.5694],[-2.366601, 53.5706],[-2.3682, 53.571],[-2.3715, 53.5708],[-2.374599, 53.571],[-2.375, 53.5715],[-2.375299, 53.5727],[-2.375299, 53.5731],[-2.3747, 53.5736],[-2.3728, 53.5770],[-2.3728, 53.5774],[-2.3742, 53.5811],[-2.3743, 53.5828],[-2.3742, 53.5852],[-2.3736, 53.5889],[-2.373701, 53.5903],[-2.3742, 53.5921],[-2.373701, 53.5942],[-2.369999, 53.5973],[-2.3662, 53.6027],[-2.364399, 53.6077],[-2.3647, 53.6099],[-2.365099, 53.6117],[-2.367599, 53.6155],[-2.3703, 53.6183],[-2.372299, 53.6205],[-2.3752, 53.6217],[-2.375299, 53.6222],[-2.372499, 53.6237],[-2.372299, 53.6244],[-2.3771, 53.6253],[-2.377599, 53.6257],[-2.3771, 53.6263],[-2.373501, 53.6275],[-2.3657, 53.6337],[-2.3657, 53.6344],[-2.368099, 53.6421],[-2.367899, 53.6455],[-2.3601, 53.6573],[-2.369101, 53.6679],[-2.3585, 53.6664],[-2.354399, 53.6652],[-2.354, 53.6644],[-2.353501, 53.6606],[-2.352499, 53.6599],[-2.3418, 53.6575],[-2.3303, 53.657],[-2.3227, 53.6587],[-2.316601, 53.6562],[-2.310899, 53.6585],[-2.294301, 53.6674],[-2.2939, 53.6674],[-2.2934, 53.6668],[-2.2925, 53.6647],[-2.292001, 53.6607],[-2.293099, 53.6569],[-2.2946, 53.6538],[-2.2952, 53.6511],[-2.2952, 53.6480],[-2.294399, 53.6449],[-2.2911, 53.64],[-2.2867, 53.6345],[-2.283799, 53.6311],[-2.2829, 53.6292],[-2.279999, 53.6229],[-2.271699, 53.6109],[-2.269599, 53.6091],[-2.2674, 53.6078],[-2.2636, 53.6072],[-2.2576, 53.6068],[-2.253901, 53.6063],[-2.2474, 53.6079],[-2.2471, 53.6079],[-2.246401, 53.607],[-2.2449, 53.6045],[-2.245199, 53.5997],[-2.245399, 53.5997],[-2.2465, 53.5996],[-2.2525, 53.5979],[-2.257, 53.5947],[-2.258701, 53.5932],[-2.259599, 53.5927],[-2.26020, 53.5925],[-2.264899, 53.5920],[-2.266001, 53.5920],[-2.273799, 53.5910],[-2.2746, 53.5907],[-2.275599, 53.5901],[-2.276201, 53.5893],[-2.276401, 53.5886],[-2.2765, 53.5870],[-2.276601, 53.5866],[-2.2771, 53.5861],[-2.2778, 53.5858],[-2.2794, 53.5863],[-2.2806, 53.5863],[-2.281001, 53.5860],[-2.281001, 53.5853],[-2.280499, 53.5843],[-2.2799, 53.5829],[-2.2799, 53.5812],[-2.279999, 53.5804],[-2.2802, 53.5800],[-2.2811, 53.5794],[-2.284101, 53.5787],[-2.285899, 53.578],[-2.286201, 53.5777],[-2.286299, 53.5771],[-2.286099, 53.5768],[-2.2851, 53.5765],[-2.2837, 53.5758],[-2.2834, 53.5755],[-2.2834, 53.5748],[-2.2839, 53.5736],[-2.28460, 53.5729],[-2.285199, 53.5731],[-2.2874, 53.5752],[-2.287899, 53.5754],[-2.2883, 53.5753],[-2.288599, 53.5752],[-2.2888, 53.575],[-2.289, 53.5747],[-2.288901, 53.5733],[-2.288701, 53.5708],[-2.288599, 53.5707],[-2.288399, 53.5705],[-2.2881, 53.5705],[-2.2878, 53.5707],[-2.2873, 53.5711],[-2.286601, 53.5715],[-2.285899, 53.5718],[-2.28460, 53.5719],[-2.283099, 53.5721],[-2.280499, 53.5725],[-2.278901, 53.5725],[-2.277499, 53.5721],[-2.272599, 53.5713],[-2.263799, 53.5695],[-2.2604, 53.5687],[-2.2583, 53.5677],[-2.2525, 53.5646],[-2.2488, 53.5639],[-2.246001, 53.563],[-2.2386, 53.562],[-2.237799, 53.5618],[-2.2372, 53.5615],[-2.234301, 53.5591],[-2.2309, 53.5581],[-2.231601, 53.5535],[-2.232001, 53.5482],[-2.232399, 53.5455],[-2.232399, 53.5448],[-2.234101, 53.5433],[-2.2342, 53.5405],[-2.233999, 53.5399],[-2.235199, 53.5395],[-2.236401, 53.5391],[-2.238199, 53.5385],[-2.239799, 53.5408],[-2.240799, 53.5417],[-2.2448, 53.5438],[-2.246401, 53.5443],[-2.255199, 53.5457],[-2.2591, 53.5469],[-2.2629, 53.5453],[-2.266201, 53.5441],[-2.2688, 53.5424],[-2.2692, 53.542],[-2.2693, 53.5418],[-2.266099, 53.5390],[-2.266299, 53.5389],[-2.2671, 53.5372],[-2.2672, 53.5367],[-2.267299, 53.5346],[-2.2672, 53.5341],[-2.2655, 53.5339],[-2.2648, 53.5330],[-2.264101, 53.5305],[-2.2637, 53.5284],[-2.2634, 53.5272],[-2.263299, 53.5268],[-2.2629, 53.5267]]]]}, properties:{name:"Bury"}}, {type:"Feature", geometry:{type:"MultiPolygon", coordinates:[[[[-2.2189, 53.4062],[-2.219, 53.4061],[-2.2202, 53.4052],[-2.2219, 53.4029],[-2.222399, 53.4023],[-2.223, 53.4020],[-2.224999, 53.4019],[-2.229399, 53.4015],[-2.233799, 53.4012],[-2.2344, 53.4014],[-2.2393, 53.4022],[-2.2402, 53.4020],[-2.24060, 53.4019],[-2.244101, 53.401],[-2.244699, 53.4007],[-2.245399, 53.4001],[-2.246099, 53.3991],[-2.2472, 53.3976],[-2.2478, 53.3963],[-2.2489, 53.392],[-2.249, 53.3917],[-2.2486, 53.39],[-2.248399, 53.3898],[-2.245899, 53.3893],[-2.245399, 53.389],[-2.2451, 53.3882],[-2.2451, 53.3865],[-2.2444, 53.3842],[-2.243099, 53.3822],[-2.244301, 53.3794],[-2.2449, 53.3767],[-2.243299, 53.3738],[-2.2425, 53.3728],[-2.241499, 53.3714],[-2.241, 53.3707],[-2.2412, 53.3679],[-2.2402, 53.3651],[-2.2404, 53.3644],[-2.2432, 53.3613],[-2.2491, 53.3621],[-2.252399, 53.362],[-2.2542, 53.362],[-2.256201, 53.3617],[-2.2574, 53.3612],[-2.2637, 53.3579],[-2.269, 53.3556],[-2.274899, 53.3524],[-2.2809, 53.3495],[-2.2834, 53.3483],[-2.28460, 53.3471],[-2.2869, 53.3454],[-2.287899, 53.3450],[-2.2893, 53.3447],[-2.289799, 53.3448],[-2.291001, 53.3451],[-2.291899, 53.3453],[-2.292399, 53.3454],[-2.2939, 53.3450],[-2.294899, 53.3463],[-2.296499, 53.3467],[-2.2967, 53.3469],[-2.296499, 53.3487],[-2.2967, 53.3492],[-2.297, 53.3497],[-2.297899, 53.3501],[-2.2997, 53.3504],[-2.3006, 53.3507],[-2.302099, 53.3522],[-2.303299, 53.3530],[-2.305, 53.3539],[-2.307199, 53.3547],[-2.309101, 53.3549],[-2.311001, 53.3558],[-2.312099, 53.3567],[-2.3097, 53.3574],[-2.307499, 53.3577],[-2.30290, 53.3589],[-2.3004, 53.3604],[-2.298399, 53.3627],[-2.298199, 53.365],[-2.294899, 53.3709],[-2.290499, 53.3754],[-2.3027, 53.384],[-2.2971, 53.3879],[-2.2973, 53.3894],[-2.2978, 53.3915],[-2.3006, 53.3948],[-2.303299, 53.3969],[-2.308199, 53.3997],[-2.31380, 53.4048],[-2.3167, 53.4069],[-2.318701, 53.4080],[-2.322299, 53.4091],[-2.3276, 53.4095],[-2.3278, 53.4096],[-2.3236, 53.4111],[-2.31990, 53.4119],[-2.317699, 53.4121],[-2.312799, 53.4112],[-2.308, 53.4101],[-2.304899, 53.4101],[-2.302099, 53.4101],[-2.298399, 53.4097],[-2.295, 53.4087],[-2.2946, 53.4089],[-2.294301, 53.4101],[-2.292799, 53.4110],[-2.288701, 53.4129],[-2.285199, 53.415],[-2.284199, 53.4152],[-2.278701, 53.416],[-2.2783, 53.4162],[-2.277699, 53.4177],[-2.27720, 53.4191],[-2.276099, 53.4209],[-2.275, 53.4234],[-2.2748, 53.4239],[-2.276201, 53.4242],[-2.2811, 53.4253],[-2.2822, 53.4259],[-2.285199, 53.4292],[-2.286601, 53.4316],[-2.2876, 53.4325],[-2.289599, 53.433],[-2.2934, 53.4334],[-2.2978, 53.4342],[-2.298199, 53.4345],[-2.298501, 53.435],[-2.298701, 53.4353],[-2.2988, 53.4358],[-2.298701, 53.4362],[-2.2983, 53.4365],[-2.2971, 53.4371],[-2.2953, 53.438],[-2.294301, 53.4386],[-2.2935, 53.4393],[-2.293299, 53.4395],[-2.2932, 53.4403],[-2.2937, 53.4414],[-2.295099, 53.4431],[-2.295399, 53.4439],[-2.2939, 53.4452],[-2.2914, 53.4447],[-2.289599, 53.4441],[-2.2874, 53.4465],[-2.2871, 53.4468],[-2.2837, 53.4465],[-2.2799, 53.4461],[-2.277999, 53.4463],[-2.2778, 53.4464],[-2.2779, 53.4476],[-2.2776, 53.4482],[-2.276601, 53.4491],[-2.272799, 53.4513],[-2.270299, 53.4519],[-2.268901, 53.4526],[-2.266201, 53.4542],[-2.261699, 53.4567],[-2.2604, 53.4577],[-2.259599, 53.4585],[-2.260099, 53.4592],[-2.263, 53.4616],[-2.2671, 53.4635],[-2.267299, 53.4638],[-2.262001, 53.4673],[-2.2637, 53.4689],[-2.266001, 53.471],[-2.2679, 53.4717],[-2.262599, 53.4746],[-2.2597, 53.4771],[-2.2568, 53.4789],[-2.2537, 53.4809],[-2.251601, 53.482],[-2.249599, 53.4828],[-2.245399, 53.4846],[-2.244999, 53.4854],[-2.245399, 53.4867],[-2.246401, 53.488],[-2.247999, 53.4891],[-2.250499, 53.4901],[-2.253599, 53.4909],[-2.2569, 53.4908],[-2.261801, 53.4903],[-2.262199, 53.4899],[-2.2628, 53.4883],[-2.264199, 53.4847],[-2.2651, 53.484],[-2.266201, 53.4837],[-2.2671, 53.484],[-2.2674, 53.4843],[-2.267499, 53.4847],[-2.2676, 53.4858],[-2.2667, 53.4901],[-2.266601, 53.4925],[-2.2679, 53.4959],[-2.27, 53.4999],[-2.2704, 53.5016],[-2.2704, 53.503],[-2.2699, 53.5042],[-2.266401, 53.507],[-2.264301, 53.5086],[-2.264101, 53.5093],[-2.2636, 53.5133],[-2.2628, 53.5153],[-2.26020, 53.5171],[-2.256201, 53.5187],[-2.255, 53.5185],[-2.253901, 53.5181],[-2.2499, 53.5171],[-2.249599, 53.5178],[-2.2491, 53.5207],[-2.247699, 53.5269],[-2.2474, 53.5281],[-2.2472, 53.5291],[-2.2476, 53.5307],[-2.247699, 53.5309],[-2.2483, 53.5310],[-2.2549, 53.5294],[-2.262199, 53.5272],[-2.262599, 53.5270],[-2.2629, 53.5267],[-2.263299, 53.5268],[-2.2634, 53.5272],[-2.2637, 53.5284],[-2.264101, 53.5305],[-2.2648, 53.5330],[-2.2655, 53.5339],[-2.2672, 53.5341],[-2.267299, 53.5346],[-2.2672, 53.5367],[-2.2671, 53.5372],[-2.266299, 53.5389],[-2.266099, 53.5390],[-2.2693, 53.5418],[-2.2692, 53.542],[-2.2688, 53.5424],[-2.266201, 53.5441],[-2.2629, 53.5453],[-2.2591, 53.5469],[-2.255199, 53.5457],[-2.246401, 53.5443],[-2.2448, 53.5438],[-2.240799, 53.5417],[-2.239799, 53.5408],[-2.238199, 53.5385],[-2.236401, 53.5391],[-2.235199, 53.5395],[-2.233999, 53.5399],[-2.2325, 53.5403],[-2.230599, 53.5409],[-2.2268, 53.542],[-2.220599, 53.5437],[-2.2186, 53.544],[-2.2168, 53.5442],[-2.2128, 53.5442],[-2.211401, 53.5443],[-2.2091, 53.5447],[-2.2046, 53.5461],[-2.2004, 53.5473],[-2.197999, 53.5477],[-2.1951, 53.5477],[-2.191801, 53.5475],[-2.1874, 53.5475],[-2.186001, 53.547],[-2.1845, 53.5464],[-2.182699, 53.5449],[-2.180399, 53.5428],[-2.179899, 53.5424],[-2.179101, 53.542],[-2.177799, 53.5416],[-2.1721, 53.54],[-2.171, 53.5402],[-2.17, 53.5403],[-2.168, 53.5403],[-2.1679, 53.5383],[-2.1666, 53.5353],[-2.1656, 53.5339],[-2.162199, 53.5317],[-2.1603, 53.5301],[-2.1577, 53.5283],[-2.155499, 53.5253],[-2.154, 53.5227],[-2.153399, 53.5208],[-2.153701, 53.5196],[-2.1542, 53.5185],[-2.157799, 53.5156],[-2.1596, 53.5143],[-2.1617, 53.5139],[-2.163199, 53.5139],[-2.166899, 53.5143],[-2.168799, 53.5143],[-2.170399, 53.5138],[-2.1721, 53.5125],[-2.1731, 53.5111],[-2.1742, 53.5091],[-2.1754, 53.5083],[-2.178999, 53.5074],[-2.181201, 53.5075],[-2.181499, 53.5075],[-2.181601, 53.5074],[-2.1821, 53.5061],[-2.1826, 53.5037],[-2.1826, 53.5033],[-2.177799, 53.5015],[-2.172899, 53.4997],[-2.166001, 53.4973],[-2.165499, 53.4972],[-2.164799, 53.4971],[-2.1615, 53.4974],[-2.160899, 53.4972],[-2.1603, 53.4969],[-2.159699, 53.4962],[-2.159699, 53.4958],[-2.163, 53.4947],[-2.1633, 53.4944],[-2.1644, 53.4914],[-2.1673, 53.4902],[-2.1684, 53.4884],[-2.1709, 53.4873],[-2.1719, 53.485],[-2.172, 53.483],[-2.170599, 53.4795],[-2.168, 53.4772],[-2.164799, 53.4753],[-2.157799, 53.4745],[-2.1521, 53.4713],[-2.150899, 53.4693],[-2.1501, 53.4676],[-2.1529, 53.4644],[-2.1529, 53.4621],[-2.1519, 53.4598],[-2.152299, 53.4586],[-2.160199, 53.4548],[-2.1617, 53.4532],[-2.162, 53.4529],[-2.1621, 53.4528],[-2.1623, 53.4527],[-2.166001, 53.453],[-2.1685, 53.4495],[-2.17, 53.4468],[-2.1719, 53.4445],[-2.1764, 53.4368],[-2.177299, 53.4356],[-2.1785, 53.4337],[-2.178999, 53.4332],[-2.179899, 53.4333],[-2.181801, 53.4341],[-2.1844, 53.4351],[-2.185699, 53.4349],[-2.1885, 53.435],[-2.1919, 53.4346],[-2.1928, 53.4343],[-2.193599, 53.4334],[-2.1964, 53.4285],[-2.1975, 53.4276],[-2.198501, 53.4271],[-2.199199, 53.4267],[-2.201801, 53.4253],[-2.204101, 53.4239],[-2.2097, 53.4202],[-2.210799, 53.419],[-2.212399, 53.4179],[-2.2144, 53.4178],[-2.214799, 53.4176],[-2.215199, 53.4170],[-2.2158, 53.4162],[-2.217, 53.4137],[-2.2183, 53.4112],[-2.218501, 53.4099],[-2.218501, 53.4088],[-2.2188, 53.4063],[-2.2189, 53.4062]]]]}, properties:{name:"Manchester"}}, {type:"Feature", geometry:{type:"MultiPolygon", coordinates:[[[[-1.962399, 53.5109],[-1.9785, 53.5124],[-1.988299, 53.5144],[-1.9899, 53.5154],[-1.992, 53.5176],[-1.999101, 53.5211],[-2.0012, 53.5207],[-2.005599, 53.5196],[-2.011699, 53.5192],[-2.019799, 53.5208],[-2.0207, 53.5218],[-2.020299, 53.5237],[-2.021899, 53.5265],[-2.024899, 53.5282],[-2.0301, 53.5294],[-2.042799, 53.5290],[-2.0511, 53.5299],[-2.0548, 53.5304],[-2.0578, 53.5305],[-2.0592, 53.5292],[-2.055099, 53.5261],[-2.0571, 53.523],[-2.062299, 53.5224],[-2.0648, 53.5209],[-2.066801, 53.5223],[-2.078099, 53.5206],[-2.0936, 53.5201],[-2.0955, 53.5198],[-2.0957, 53.5190],[-2.098399, 53.5175],[-2.0964, 53.5159],[-2.0973, 53.5144],[-2.0978, 53.5134],[-2.0978, 53.5128],[-2.098099, 53.5125],[-2.0992, 53.5118],[-2.1006, 53.5104],[-2.1013, 53.5097],[-2.102799, 53.5087],[-2.103199, 53.5086],[-2.1038, 53.5085],[-2.1062, 53.5086],[-2.106899, 53.5083],[-2.107399, 53.5081],[-2.108, 53.508],[-2.110199, 53.5079],[-2.111001, 53.5077],[-2.1117, 53.5074],[-2.112099, 53.507],[-2.112499, 53.5063],[-2.1127, 53.506],[-2.1129, 53.5059],[-2.1154, 53.5054],[-2.1171, 53.505],[-2.1177, 53.505],[-2.1192, 53.5051],[-2.122, 53.5043],[-2.123501, 53.5039],[-2.124599, 53.5033],[-2.1247, 53.5032],[-2.1247, 53.5031],[-2.123199, 53.5019],[-2.1231, 53.5016],[-2.123399, 53.5011],[-2.1236, 53.5009],[-2.1239, 53.5006],[-2.1254, 53.4998],[-2.1264, 53.4995],[-2.128, 53.4995],[-2.129101, 53.4997],[-2.13, 53.4998],[-2.1326, 53.5003],[-2.133501, 53.5002],[-2.1342, 53.5],[-2.1347, 53.4997],[-2.135, 53.4995],[-2.1354, 53.4991],[-2.1356, 53.4985],[-2.1357, 53.4972],[-2.1359, 53.4969],[-2.136499, 53.4966],[-2.1379, 53.4961],[-2.1384, 53.4957],[-2.139101, 53.4949],[-2.1396, 53.4946],[-2.140199, 53.4944],[-2.141001, 53.4942],[-2.145499, 53.4936],[-2.149899, 53.4928],[-2.151801, 53.4929],[-2.152499, 53.493],[-2.1533, 53.4932],[-2.154, 53.4934],[-2.1554, 53.4937],[-2.156801, 53.4939],[-2.1582, 53.4936],[-2.1607, 53.4926],[-2.1626, 53.4918],[-2.1644, 53.4914],[-2.1633, 53.4944],[-2.163, 53.4947],[-2.159699, 53.4958],[-2.159699, 53.4962],[-2.1603, 53.4969],[-2.160899, 53.4972],[-2.1615, 53.4974],[-2.164799, 53.4971],[-2.165499, 53.4972],[-2.166001, 53.4973],[-2.172899, 53.4997],[-2.177799, 53.5015],[-2.1826, 53.5033],[-2.1826, 53.5037],[-2.1821, 53.5061],[-2.181601, 53.5074],[-2.181499, 53.5075],[-2.181201, 53.5075],[-2.178999, 53.5074],[-2.1754, 53.5083],[-2.1742, 53.5091],[-2.1731, 53.5111],[-2.1721, 53.5125],[-2.170399, 53.5138],[-2.168799, 53.5143],[-2.166899, 53.5143],[-2.163199, 53.5139],[-2.1617, 53.5139],[-2.1596, 53.5143],[-2.157799, 53.5156],[-2.1542, 53.5185],[-2.153701, 53.5196],[-2.153399, 53.5208],[-2.154, 53.5227],[-2.155499, 53.5253],[-2.1577, 53.5283],[-2.1603, 53.5301],[-2.162199, 53.5317],[-2.1656, 53.5339],[-2.1666, 53.5353],[-2.1679, 53.5383],[-2.168, 53.5403],[-2.167099, 53.5527],[-2.1638, 53.5544],[-2.1638, 53.5548],[-2.164, 53.5553],[-2.1647, 53.5558],[-2.1696, 53.5561],[-2.1721, 53.5576],[-2.175499, 53.5609],[-2.1759, 53.5619],[-2.1759, 53.563],[-2.1752, 53.5655],[-2.1738, 53.5689],[-2.173901, 53.5704],[-2.173599, 53.5714],[-2.173199, 53.5719],[-2.1728, 53.5721],[-2.170099, 53.5721],[-2.163901, 53.5721],[-2.159301, 53.5694],[-2.157599, 53.5685],[-2.1544, 53.5678],[-2.154, 53.5679],[-2.154999, 53.5762],[-2.1554, 53.5773],[-2.1551, 53.5794],[-2.155299, 53.5797],[-2.1596, 53.5830],[-2.1598, 53.5833],[-2.1529, 53.5842],[-2.1485, 53.5848],[-2.14, 53.5846],[-2.138799, 53.5846],[-2.136699, 53.5855],[-2.1322, 53.5870],[-2.129699, 53.5880],[-2.127199, 53.5903],[-2.1201, 53.5939],[-2.114399, 53.5947],[-2.1134, 53.599],[-2.1094, 53.5991],[-2.1073, 53.5983],[-2.105, 53.5969],[-2.101401, 53.5971],[-2.098599, 53.5956],[-2.09240, 53.5968],[-2.084899, 53.5942],[-2.0832, 53.5944],[-2.078599, 53.5944],[-2.0708, 53.5941],[-2.0696, 53.5918],[-2.0611, 53.5921],[-2.0578, 53.5953],[-2.058399, 53.5974],[-2.0513, 53.5993],[-2.0473, 53.6004],[-2.043, 53.6004],[-2.040699, 53.6018],[-2.0376, 53.6035],[-2.0332, 53.6107],[-2.0316, 53.6127],[-2.0279, 53.6172],[-2.023901, 53.6219],[-2.021699, 53.6179],[-2.0179, 53.6172],[-2.0099, 53.6183],[-2.007299, 53.618],[-2.005, 53.6158],[-2.000799, 53.6109],[-1.999799, 53.6097],[-1.9973, 53.6086],[-1.993299, 53.6093],[-1.992, 53.6088],[-1.9909, 53.6076],[-1.9909, 53.6071],[-1.992, 53.6055],[-1.9921, 53.6051],[-1.991899, 53.6043],[-1.9914, 53.6037],[-1.9888, 53.6013],[-1.985299, 53.5976],[-1.981899, 53.5941],[-1.9785, 53.5906],[-1.975199, 53.5875],[-1.966401, 53.5831],[-1.9628, 53.5807],[-1.9569, 53.5791],[-1.9536, 53.5783],[-1.9522, 53.5775],[-1.951499, 53.5771],[-1.950799, 53.5766],[-1.948099, 53.5748],[-1.9462, 53.5741],[-1.9453, 53.5735],[-1.9442, 53.5725],[-1.9428, 53.5702],[-1.9411, 53.5675],[-1.940899, 53.5668],[-1.9405, 53.5653],[-1.9403, 53.5631],[-1.940199, 53.5627],[-1.9398, 53.5623],[-1.9378, 53.5609],[-1.9313, 53.5584],[-1.926499, 53.5561],[-1.919999, 53.5531],[-1.917799, 53.5526],[-1.9154, 53.5524],[-1.9124, 53.5527],[-1.912001, 53.5525],[-1.9117, 53.5521],[-1.9111, 53.551],[-1.9103, 53.5487],[-1.9082, 53.5407],[-1.9134, 53.5348],[-1.914199, 53.5342],[-1.914999, 53.5337],[-1.915599, 53.5334],[-1.9197, 53.532],[-1.9203, 53.5317],[-1.920599, 53.5312],[-1.920799, 53.5302],[-1.921499, 53.5262],[-1.9218, 53.5253],[-1.922099, 53.5247],[-1.9247, 53.5209],[-1.9246, 53.5206],[-1.9225, 53.5196],[-1.914899, 53.5152],[-1.9147, 53.515],[-1.9151, 53.5147],[-1.9173, 53.5136],[-1.928501, 53.5083],[-1.929999, 53.5079],[-1.931499, 53.5073],[-1.9332, 53.5071],[-1.9342, 53.5071],[-1.9367, 53.5075],[-1.9378, 53.5075],[-1.939399, 53.5073],[-1.9503, 53.5057],[-1.952399, 53.5056],[-1.9541, 53.5059],[-1.9556, 53.5064],[-1.9592, 53.5084],[-1.962399, 53.5109]]]]}, properties:{name:"Oldham"}}, {type:"Feature", geometry:{type:"MultiPolygon", coordinates:[[[[-2.168, 53.5403],[-2.17, 53.5403],[-2.171, 53.5402],[-2.1721, 53.54],[-2.177799, 53.5416],[-2.179101, 53.542],[-2.179899, 53.5424],[-2.180399, 53.5428],[-2.182699, 53.5449],[-2.1845, 53.5464],[-2.186001, 53.547],[-2.1874, 53.5475],[-2.191801, 53.5475],[-2.1951, 53.5477],[-2.197999, 53.5477],[-2.2004, 53.5473],[-2.2046, 53.5461],[-2.2091, 53.5447],[-2.211401, 53.5443],[-2.2128, 53.5442],[-2.2168, 53.5442],[-2.2186, 53.544],[-2.220599, 53.5437],[-2.2268, 53.542],[-2.230599, 53.5409],[-2.2325, 53.5403],[-2.233999, 53.5399],[-2.2342, 53.5405],[-2.234101, 53.5433],[-2.232399, 53.5448],[-2.232399, 53.5455],[-2.232001, 53.5482],[-2.231601, 53.5535],[-2.2309, 53.5581],[-2.234301, 53.5591],[-2.2372, 53.5615],[-2.237799, 53.5618],[-2.2386, 53.562],[-2.246001, 53.563],[-2.2488, 53.5639],[-2.2525, 53.5646],[-2.2583, 53.5677],[-2.2604, 53.5687],[-2.263799, 53.5695],[-2.272599, 53.5713],[-2.277499, 53.5721],[-2.278901, 53.5725],[-2.280499, 53.5725],[-2.283099, 53.5721],[-2.28460, 53.5719],[-2.285899, 53.5718],[-2.286601, 53.5715],[-2.2873, 53.5711],[-2.2878, 53.5707],[-2.2881, 53.5705],[-2.288399, 53.5705],[-2.288599, 53.5707],[-2.288701, 53.5708],[-2.288901, 53.5733],[-2.289, 53.5747],[-2.2888, 53.575],[-2.288599, 53.5752],[-2.2883, 53.5753],[-2.287899, 53.5754],[-2.2874, 53.5752],[-2.285199, 53.5731],[-2.28460, 53.5729],[-2.2839, 53.5736],[-2.2834, 53.5748],[-2.2834, 53.5755],[-2.2837, 53.5758],[-2.2851, 53.5765],[-2.286099, 53.5768],[-2.286299, 53.5771],[-2.286201, 53.5777],[-2.285899, 53.578],[-2.284101, 53.5787],[-2.2811, 53.5794],[-2.2802, 53.5800],[-2.279999, 53.5804],[-2.2799, 53.5812],[-2.2799, 53.5829],[-2.280499, 53.5843],[-2.281001, 53.5853],[-2.281001, 53.5860],[-2.2806, 53.5863],[-2.2794, 53.5863],[-2.2778, 53.5858],[-2.2771, 53.5861],[-2.276601, 53.5866],[-2.2765, 53.5870],[-2.276401, 53.5886],[-2.276201, 53.5893],[-2.275599, 53.5901],[-2.2746, 53.5907],[-2.273799, 53.5910],[-2.266001, 53.5920],[-2.264899, 53.5920],[-2.26020, 53.5925],[-2.259599, 53.5927],[-2.258701, 53.5932],[-2.257, 53.5947],[-2.2525, 53.5979],[-2.2465, 53.5996],[-2.245399, 53.5997],[-2.245199, 53.5997],[-2.2449, 53.6045],[-2.246401, 53.607],[-2.2471, 53.6079],[-2.2474, 53.6079],[-2.253901, 53.6063],[-2.2576, 53.6068],[-2.2636, 53.6072],[-2.2674, 53.6078],[-2.269599, 53.6091],[-2.271699, 53.6109],[-2.279999, 53.6229],[-2.2794, 53.6228],[-2.278501, 53.6224],[-2.2755, 53.6205],[-2.275, 53.6203],[-2.274501, 53.6202],[-2.271899, 53.6206],[-2.2716, 53.6204],[-2.270299, 53.6173],[-2.2699, 53.6172],[-2.2669, 53.6166],[-2.2632, 53.617],[-2.2583, 53.6182],[-2.257999, 53.6186],[-2.2576, 53.6202],[-2.257299, 53.6222],[-2.2576, 53.6239],[-2.261699, 53.6289],[-2.2634, 53.6343],[-2.266099, 53.6451],[-2.265899, 53.6471],[-2.2655, 53.6488],[-2.264699, 53.6507],[-2.259, 53.6565],[-2.254699, 53.6581],[-2.250099, 53.6601],[-2.244999, 53.6634],[-2.2377, 53.6673],[-2.2291, 53.6706],[-2.2209, 53.6699],[-2.217799, 53.6694],[-2.217299, 53.6694],[-2.216001, 53.6701],[-2.214799, 53.671],[-2.209399, 53.6762],[-2.206201, 53.679],[-2.2, 53.6818],[-2.193501, 53.6844],[-2.1874, 53.6847],[-2.185499, 53.6844],[-2.1844, 53.6857],[-2.181601, 53.6883],[-2.181299, 53.6889],[-2.1772, 53.6924],[-2.167001, 53.6979],[-2.164, 53.6990],[-2.161201, 53.6999],[-2.159899, 53.6989],[-2.147099, 53.695],[-2.1443, 53.6939],[-2.144, 53.6926],[-2.1462, 53.688],[-2.146001, 53.6867],[-2.1456, 53.6854],[-2.1452, 53.6843],[-2.1441, 53.6818],[-2.1429, 53.6802],[-2.142, 53.6796],[-2.141001, 53.6792],[-2.139501, 53.6796],[-2.1371, 53.6842],[-2.134799, 53.6858],[-2.131001, 53.6856],[-2.127599, 53.6855],[-2.127001, 53.6852],[-2.1264, 53.6838],[-2.12420, 53.6778],[-2.1236, 53.6765],[-2.122699, 53.6754],[-2.1215, 53.6744],[-2.116801, 53.6724],[-2.1118, 53.6717],[-2.101099, 53.6733],[-2.0973, 53.6736],[-2.088399, 53.673],[-2.079999, 53.6759],[-2.0796, 53.6763],[-2.0796, 53.6774],[-2.0797, 53.6786],[-2.078701, 53.6789],[-2.072799, 53.6784],[-2.0706, 53.6793],[-2.066, 53.6821],[-2.0599, 53.6841],[-2.054699, 53.6846],[-2.0488, 53.6847],[-2.047899, 53.6837],[-2.0473, 53.6827],[-2.0476, 53.6818],[-2.0518, 53.6794],[-2.052299, 53.6772],[-2.0508, 53.6725],[-2.04970, 53.6714],[-2.0483, 53.6702],[-2.045, 53.6683],[-2.0397, 53.6659],[-2.0365, 53.6641],[-2.034101, 53.6613],[-2.0344, 53.6584],[-2.037699, 53.6531],[-2.038901, 53.6505],[-2.0404, 53.6445],[-2.039799, 53.6429],[-2.0392, 53.6421],[-2.0358, 53.6404],[-2.0279, 53.6377],[-2.027, 53.6332],[-2.023901, 53.6219],[-2.0279, 53.6172],[-2.0316, 53.6127],[-2.0332, 53.6107],[-2.0376, 53.6035],[-2.040699, 53.6018],[-2.043, 53.6004],[-2.0473, 53.6004],[-2.0513, 53.5993],[-2.058399, 53.5974],[-2.0578, 53.5953],[-2.0611, 53.5921],[-2.0696, 53.5918],[-2.0708, 53.5941],[-2.078599, 53.5944],[-2.0832, 53.5944],[-2.084899, 53.5942],[-2.09240, 53.5968],[-2.098599, 53.5956],[-2.101401, 53.5971],[-2.105, 53.5969],[-2.1073, 53.5983],[-2.1094, 53.5991],[-2.1134, 53.599],[-2.114399, 53.5947],[-2.1201, 53.5939],[-2.127199, 53.5903],[-2.129699, 53.5880],[-2.1322, 53.5870],[-2.136699, 53.5855],[-2.138799, 53.5846],[-2.14, 53.5846],[-2.1485, 53.5848],[-2.1529, 53.5842],[-2.1598, 53.5833],[-2.1596, 53.5830],[-2.155299, 53.5797],[-2.1551, 53.5794],[-2.1554, 53.5773],[-2.154999, 53.5762],[-2.154, 53.5679],[-2.1544, 53.5678],[-2.157599, 53.5685],[-2.159301, 53.5694],[-2.163901, 53.5721],[-2.170099, 53.5721],[-2.1728, 53.5721],[-2.173199, 53.5719],[-2.173599, 53.5714],[-2.173901, 53.5704],[-2.1738, 53.5689],[-2.1752, 53.5655],[-2.1759, 53.563],[-2.1759, 53.5619],[-2.175499, 53.5609],[-2.1721, 53.5576],[-2.1696, 53.5561],[-2.1647, 53.5558],[-2.164, 53.5553],[-2.1638, 53.5548],[-2.1638, 53.5544],[-2.167099, 53.5527],[-2.168, 53.5403]]]]}, properties:{name:"Rochdale"}}, {type:"Feature", geometry:{type:"MultiPolygon", coordinates:[[[[-2.4897, 53.4614],[-2.4858, 53.4611],[-2.4846, 53.4614],[-2.4834, 53.4615],[-2.479899, 53.4619],[-2.4768, 53.4615],[-2.467, 53.4612],[-2.4363, 53.4640],[-2.4398, 53.4807],[-2.4379, 53.4859],[-2.4379, 53.4885],[-2.4387, 53.4894],[-2.4388, 53.4919],[-2.437299, 53.495],[-2.4343, 53.4975],[-2.433901, 53.5008],[-2.43230, 53.5013],[-2.4317, 53.5047],[-2.423399, 53.5064],[-2.4233, 53.5085],[-2.421601, 53.5095],[-2.4202, 53.5115],[-2.417001, 53.5119],[-2.4166, 53.5139],[-2.417001, 53.515],[-2.423199, 53.5198],[-2.4277, 53.5209],[-2.456001, 53.5258],[-2.455899, 53.5266],[-2.453599, 53.5287],[-2.449899, 53.5271],[-2.4491, 53.5289],[-2.446001, 53.5305],[-2.443599, 53.5327],[-2.44320, 53.5347],[-2.4433, 53.5378],[-2.442899, 53.5387],[-2.4403, 53.5398],[-2.4398, 53.5409],[-2.43840, 53.542],[-2.4333, 53.5417],[-2.423701, 53.541],[-2.421601, 53.5409],[-2.42, 53.5404],[-2.4198, 53.5403],[-2.4156, 53.5390],[-2.41400, 53.5387],[-2.4128, 53.5386],[-2.410599, 53.5393],[-2.4001, 53.5394],[-2.395299, 53.5371],[-2.394399, 53.5365],[-2.3936, 53.5347],[-2.393399, 53.5346],[-2.3898, 53.5322],[-2.3861, 53.5308],[-2.372699, 53.5290],[-2.3698, 53.5280],[-2.3675, 53.5292],[-2.3563, 53.5259],[-2.354501, 53.5289],[-2.3538, 53.5314],[-2.355599, 53.5326],[-2.3555, 53.5332],[-2.3555, 53.5335],[-2.355, 53.5343],[-2.354, 53.535],[-2.3516, 53.5349],[-2.350699, 53.5359],[-2.349999, 53.5362],[-2.349, 53.5363],[-2.345, 53.5361],[-2.339999, 53.5357],[-2.33950, 53.5358],[-2.338701, 53.5361],[-2.335799, 53.5347],[-2.332599, 53.5330],[-2.3304, 53.5319],[-2.327199, 53.5299],[-2.323999, 53.5282],[-2.3216, 53.5277],[-2.316801, 53.5274],[-2.3137, 53.5271],[-2.30900, 53.5271],[-2.305599, 53.5259],[-2.302099, 53.5241],[-2.3004, 53.5220],[-2.299799, 53.5199],[-2.2994, 53.5183],[-2.2983, 53.5175],[-2.2946, 53.5166],[-2.291899, 53.5157],[-2.2901, 53.5145],[-2.2892, 53.5130],[-2.288501, 53.51],[-2.2881, 53.5074],[-2.2874, 53.5058],[-2.286099, 53.5045],[-2.2829, 53.5027],[-2.2792, 53.5014],[-2.2771, 53.5009],[-2.2757, 53.5013],[-2.2746, 53.5022],[-2.274101, 53.5031],[-2.273999, 53.5037],[-2.2748, 53.5067],[-2.2748, 53.5072],[-2.274199, 53.5085],[-2.273299, 53.5092],[-2.2722, 53.5099],[-2.2702, 53.5107],[-2.2669, 53.511],[-2.264101, 53.5093],[-2.264301, 53.5086],[-2.266401, 53.507],[-2.2699, 53.5042],[-2.2704, 53.503],[-2.2704, 53.5016],[-2.27, 53.4999],[-2.2679, 53.4959],[-2.266601, 53.4925],[-2.2667, 53.4901],[-2.2676, 53.4858],[-2.267499, 53.4847],[-2.2674, 53.4843],[-2.2671, 53.484],[-2.266201, 53.4837],[-2.2651, 53.484],[-2.264199, 53.4847],[-2.2628, 53.4883],[-2.262199, 53.4899],[-2.261801, 53.4903],[-2.2569, 53.4908],[-2.253599, 53.4909],[-2.250499, 53.4901],[-2.247999, 53.4891],[-2.246401, 53.488],[-2.245399, 53.4867],[-2.244999, 53.4854],[-2.245399, 53.4846],[-2.249599, 53.4828],[-2.251601, 53.482],[-2.2537, 53.4809],[-2.2568, 53.4789],[-2.2597, 53.4771],[-2.262599, 53.4746],[-2.2679, 53.4717],[-2.27110, 53.4693],[-2.274199, 53.4671],[-2.2757, 53.4660],[-2.276601, 53.4654],[-2.2774, 53.4651],[-2.2786, 53.4649],[-2.279599, 53.4648],[-2.2812, 53.4650],[-2.282799, 53.4655],[-2.286099, 53.4666],[-2.2934, 53.4693],[-2.3002, 53.4716],[-2.305399, 53.4735],[-2.3117, 53.4763],[-2.317199, 53.4789],[-2.3213, 53.48],[-2.324699, 53.4803],[-2.3315, 53.4791],[-2.339101, 53.4772],[-2.3522, 53.4736],[-2.3564, 53.4724],[-2.3605, 53.471],[-2.3739, 53.4671],[-2.380199, 53.4648],[-2.3842, 53.4630],[-2.392499, 53.4582],[-2.4015, 53.4523],[-2.4064, 53.4485],[-2.4073, 53.4471],[-2.408, 53.4451],[-2.4085, 53.4433],[-2.409101, 53.4422],[-2.4108, 53.4384],[-2.412499, 53.4342],[-2.413901, 53.4318],[-2.416201, 53.4296],[-2.4187, 53.428],[-2.4205, 53.4268],[-2.422899, 53.4257],[-2.4266, 53.4242],[-2.429501, 53.423],[-2.4324, 53.4221],[-2.4358, 53.4208],[-2.441099, 53.4181],[-2.445199, 53.4164],[-2.4477, 53.4152],[-2.4482, 53.4155],[-2.448501, 53.416],[-2.4486, 53.4163],[-2.4487, 53.4169],[-2.4487, 53.4173],[-2.4486, 53.4179],[-2.4477, 53.4201],[-2.4472, 53.421],[-2.447099, 53.4216],[-2.447099, 53.4223],[-2.448501, 53.4228],[-2.452199, 53.426],[-2.453501, 53.4282],[-2.4556, 53.4304],[-2.4584, 53.4321],[-2.459199, 53.4337],[-2.460099, 53.4347],[-2.463701, 53.4361],[-2.4644, 53.4366],[-2.4672, 53.4376],[-2.4697, 53.438],[-2.471299, 53.4386],[-2.4732, 53.4387],[-2.475199, 53.4392],[-2.477299, 53.4419],[-2.4777, 53.4445],[-2.4784, 53.4466],[-2.479501, 53.4497],[-2.482599, 53.4521],[-2.4834, 53.4529],[-2.4863, 53.4536],[-2.4865, 53.4547],[-2.487299, 53.4567],[-2.490099, 53.4588],[-2.4897, 53.4614]]]]}, properties:{name:"Salford"}}, {type:"Feature", geometry:{type:"MultiPolygon", coordinates:[[[[-2.246099, 53.3991],[-2.245399, 53.4001],[-2.244699, 53.4007],[-2.244101, 53.401],[-2.24060, 53.4019],[-2.2402, 53.4020],[-2.2393, 53.4022],[-2.2344, 53.4014],[-2.233799, 53.4012],[-2.229399, 53.4015],[-2.224999, 53.4019],[-2.223, 53.4020],[-2.222399, 53.4023],[-2.2219, 53.4029],[-2.2202, 53.4052],[-2.219, 53.4061],[-2.2189, 53.4062],[-2.2188, 53.4063],[-2.218501, 53.4088],[-2.218501, 53.4099],[-2.2183, 53.4112],[-2.217, 53.4137],[-2.2158, 53.4162],[-2.215199, 53.4170],[-2.214799, 53.4176],[-2.2144, 53.4178],[-2.212399, 53.4179],[-2.210799, 53.419],[-2.2097, 53.4202],[-2.204101, 53.4239],[-2.201801, 53.4253],[-2.199199, 53.4267],[-2.198501, 53.4271],[-2.1975, 53.4276],[-2.1964, 53.4285],[-2.193599, 53.4334],[-2.1928, 53.4343],[-2.1919, 53.4346],[-2.1885, 53.435],[-2.185699, 53.4349],[-2.1844, 53.4351],[-2.181801, 53.4341],[-2.179899, 53.4333],[-2.178999, 53.4332],[-2.1785, 53.4337],[-2.177299, 53.4356],[-2.1764, 53.4368],[-2.1719, 53.4445],[-2.17, 53.4468],[-2.1685, 53.4495],[-2.166001, 53.453],[-2.1623, 53.4527],[-2.1621, 53.4528],[-2.162, 53.4529],[-2.1617, 53.4532],[-2.160199, 53.4548],[-2.156899, 53.451],[-2.1531, 53.4489],[-2.150199, 53.4467],[-2.1466, 53.4451],[-2.1458, 53.444],[-2.141299, 53.4386],[-2.1375, 53.4395],[-2.135, 53.4395],[-2.1326, 53.4393],[-2.130199, 53.4395],[-2.1282, 53.4396],[-2.127599, 53.4394],[-2.127399, 53.4392],[-2.1261, 53.4385],[-2.125, 53.4383],[-2.1236, 53.4385],[-2.122299, 53.4381],[-2.121099, 53.4383],[-2.1206, 53.4388],[-2.120899, 53.4395],[-2.1217, 53.4403],[-2.1218, 53.4406],[-2.121601, 53.441],[-2.121201, 53.4411],[-2.119999, 53.4408],[-2.118799, 53.4403],[-2.118099, 53.4394],[-2.1171, 53.4383],[-2.116801, 53.4381],[-2.114799, 53.4384],[-2.114399, 53.4399],[-2.114, 53.4402],[-2.1134, 53.4403],[-2.1117, 53.4391],[-2.109999, 53.4376],[-2.1084, 53.4361],[-2.106, 53.4351],[-2.104199, 53.4344],[-2.1027, 53.4341],[-2.100699, 53.4338],[-2.0995, 53.4339],[-2.098701, 53.4339],[-2.0973, 53.4347],[-2.095799, 53.4351],[-2.0952, 53.4361],[-2.0947, 53.4371],[-2.0941, 53.4375],[-2.092999, 53.4379],[-2.0918, 53.4383],[-2.091401, 53.4391],[-2.0911, 53.4393],[-2.088399, 53.437],[-2.087001, 53.4359],[-2.0847, 53.4349],[-2.0833, 53.4339],[-2.0831, 53.4329],[-2.0824, 53.4299],[-2.0816, 53.4283],[-2.078599, 53.4266],[-2.077699, 53.4267],[-2.0761, 53.4268],[-2.067899, 53.4296],[-2.0638, 53.4292],[-2.059101, 53.431],[-2.0499, 53.4302],[-2.0448, 53.4289],[-2.043799, 53.428],[-2.042799, 53.4274],[-2.0397, 53.4271],[-2.022001, 53.4278],[-2.019599, 53.4268],[-2.019599, 53.4263],[-2.022599, 53.4228],[-2.023799, 53.4214],[-2.023799, 53.421],[-2.0232, 53.4205],[-2.0227, 53.4205],[-2.0215, 53.4211],[-2.0211, 53.4212],[-2.0153, 53.4196],[-2.014199, 53.4193],[-2.006001, 53.4168],[-2.000099, 53.4163],[-1.992499, 53.416],[-1.991601, 53.4157],[-1.991601, 53.4149],[-2, 53.3982],[-2.001601, 53.3948],[-2.0037, 53.3913],[-2.003999, 53.3892],[-2.0048, 53.3874],[-2.008701, 53.3861],[-2.013901, 53.3844],[-2.0146, 53.3833],[-2.0151, 53.3772],[-2.025199, 53.3759],[-2.0267, 53.3758],[-2.0302, 53.3768],[-2.031899, 53.3769],[-2.032799, 53.3765],[-2.0353, 53.374],[-2.0391, 53.3743],[-2.0393, 53.3746],[-2.039, 53.3755],[-2.0393, 53.377],[-2.0402, 53.3781],[-2.041201, 53.3791],[-2.042399, 53.3791],[-2.042799, 53.3789],[-2.042799, 53.3787],[-2.041699, 53.3763],[-2.0427, 53.3748],[-2.0434, 53.3742],[-2.048501, 53.371],[-2.0514, 53.3694],[-2.052799, 53.3688],[-2.0535, 53.3684],[-2.054301, 53.3676],[-2.054899, 53.3638],[-2.0557, 53.3626],[-2.057699, 53.3602],[-2.060899, 53.3578],[-2.0674, 53.357],[-2.0724, 53.3573],[-2.075799, 53.358],[-2.0783, 53.3586],[-2.081401, 53.3593],[-2.091401, 53.3635],[-2.095299, 53.3638],[-2.0978, 53.3636],[-2.102099, 53.3627],[-2.111099, 53.3611],[-2.1131, 53.3609],[-2.115099, 53.3608],[-2.1192, 53.3616],[-2.122, 53.3623],[-2.1241, 53.3637],[-2.127599, 53.3643],[-2.130199, 53.3653],[-2.1317, 53.3673],[-2.1382, 53.3601],[-2.1457, 53.3545],[-2.149301, 53.3536],[-2.151801, 53.3524],[-2.1515, 53.3506],[-2.145499, 53.3447],[-2.145, 53.3429],[-2.1466, 53.3423],[-2.147399, 53.3404],[-2.151, 53.3373],[-2.151801, 53.3362],[-2.152, 53.3354],[-2.152299, 53.3333],[-2.1545, 53.328],[-2.1554, 53.3276],[-2.163199, 53.3253],[-2.169199, 53.3264],[-2.1723, 53.3267],[-2.171601, 53.3296],[-2.174599, 53.3307],[-2.177599, 53.3302],[-2.185499, 53.3348],[-2.190399, 53.3375],[-2.193, 53.3392],[-2.1943, 53.3404],[-2.1943, 53.3409],[-2.194101, 53.3412],[-2.1933, 53.3421],[-2.1917, 53.3432],[-2.1907, 53.3435],[-2.189101, 53.3437],[-2.1842, 53.3440],[-2.181801, 53.3446],[-2.181, 53.3451],[-2.1805, 53.3455],[-2.180399, 53.3459],[-2.1807, 53.3464],[-2.181499, 53.3469],[-2.1844, 53.3477],[-2.184799, 53.3480],[-2.1847, 53.3482],[-2.1838, 53.3497],[-2.183701, 53.3508],[-2.1838, 53.3515],[-2.1846, 53.3525],[-2.1853, 53.3531],[-2.186001, 53.3535],[-2.1884, 53.3544],[-2.192899, 53.3553],[-2.1984, 53.3562],[-2.2032, 53.3574],[-2.2077, 53.3573],[-2.2084, 53.3575],[-2.2088, 53.3578],[-2.21, 53.3591],[-2.2104, 53.3595],[-2.210599, 53.3595],[-2.214301, 53.3593],[-2.216401, 53.3596],[-2.2172, 53.3598],[-2.219599, 53.3606],[-2.220599, 53.3609],[-2.2232, 53.3607],[-2.2274, 53.3601],[-2.2305, 53.3604],[-2.2344, 53.3607],[-2.2432, 53.3613],[-2.2404, 53.3644],[-2.2402, 53.3651],[-2.2412, 53.3679],[-2.241, 53.3707],[-2.241499, 53.3714],[-2.2425, 53.3728],[-2.243299, 53.3738],[-2.2449, 53.3767],[-2.244301, 53.3794],[-2.243099, 53.3822],[-2.2444, 53.3842],[-2.2451, 53.3865],[-2.2451, 53.3882],[-2.245399, 53.389],[-2.245899, 53.3893],[-2.248399, 53.3898],[-2.2486, 53.39],[-2.249, 53.3917],[-2.2489, 53.392],[-2.2478, 53.3963],[-2.2472, 53.3976],[-2.246099, 53.3991]]]]}, properties:{name:"Stockport"}}, {type:"Feature", geometry:{type:"MultiPolygon", coordinates:[[[[-2.160199, 53.4548],[-2.152299, 53.4586],[-2.1519, 53.4598],[-2.1529, 53.4621],[-2.1529, 53.4644],[-2.1501, 53.4676],[-2.150899, 53.4693],[-2.1521, 53.4713],[-2.157799, 53.4745],[-2.164799, 53.4753],[-2.168, 53.4772],[-2.170599, 53.4795],[-2.172, 53.483],[-2.1719, 53.485],[-2.1709, 53.4873],[-2.1684, 53.4884],[-2.1673, 53.4902],[-2.1644, 53.4914],[-2.1626, 53.4918],[-2.1607, 53.4926],[-2.1582, 53.4936],[-2.156801, 53.4939],[-2.1554, 53.4937],[-2.154, 53.4934],[-2.1533, 53.4932],[-2.152499, 53.493],[-2.151801, 53.4929],[-2.149899, 53.4928],[-2.145499, 53.4936],[-2.141001, 53.4942],[-2.140199, 53.4944],[-2.1396, 53.4946],[-2.139101, 53.4949],[-2.1384, 53.4957],[-2.1379, 53.4961],[-2.136499, 53.4966],[-2.1359, 53.4969],[-2.1357, 53.4972],[-2.1356, 53.4985],[-2.1354, 53.4991],[-2.135, 53.4995],[-2.1347, 53.4997],[-2.1342, 53.5],[-2.133501, 53.5002],[-2.1326, 53.5003],[-2.13, 53.4998],[-2.129101, 53.4997],[-2.128, 53.4995],[-2.1264, 53.4995],[-2.1254, 53.4998],[-2.1239, 53.5006],[-2.1236, 53.5009],[-2.123399, 53.5011],[-2.1231, 53.5016],[-2.123199, 53.5019],[-2.1247, 53.5031],[-2.1247, 53.5032],[-2.124599, 53.5033],[-2.123501, 53.5039],[-2.122, 53.5043],[-2.1192, 53.5051],[-2.1177, 53.505],[-2.1171, 53.505],[-2.1154, 53.5054],[-2.1129, 53.5059],[-2.1127, 53.506],[-2.112499, 53.5063],[-2.112099, 53.507],[-2.1117, 53.5074],[-2.111001, 53.5077],[-2.110199, 53.5079],[-2.108, 53.508],[-2.107399, 53.5081],[-2.106899, 53.5083],[-2.1062, 53.5086],[-2.1038, 53.5085],[-2.103199, 53.5086],[-2.102799, 53.5087],[-2.1013, 53.5097],[-2.1006, 53.5104],[-2.0992, 53.5118],[-2.098099, 53.5125],[-2.0978, 53.5128],[-2.0978, 53.5134],[-2.0973, 53.5144],[-2.0964, 53.5159],[-2.098399, 53.5175],[-2.0957, 53.5190],[-2.0955, 53.5198],[-2.0936, 53.5201],[-2.078099, 53.5206],[-2.066801, 53.5223],[-2.0648, 53.5209],[-2.062299, 53.5224],[-2.0571, 53.523],[-2.055099, 53.5261],[-2.0592, 53.5292],[-2.0578, 53.5305],[-2.0548, 53.5304],[-2.0511, 53.5299],[-2.042799, 53.5290],[-2.0301, 53.5294],[-2.024899, 53.5282],[-2.021899, 53.5265],[-2.020299, 53.5237],[-2.0207, 53.5218],[-2.019799, 53.5208],[-2.011699, 53.5192],[-2.005599, 53.5196],[-2.0012, 53.5207],[-1.999101, 53.5211],[-1.992, 53.5176],[-1.9899, 53.5154],[-1.988299, 53.5144],[-1.9785, 53.5124],[-1.962399, 53.5109],[-1.969, 53.5051],[-1.969501, 53.5045],[-1.9699, 53.5034],[-1.970199, 53.5021],[-1.970399, 53.5008],[-1.970399, 53.4994],[-1.969, 53.4966],[-1.968799, 53.4963],[-1.968701, 53.4958],[-1.968799, 53.4952],[-1.9691, 53.4944],[-1.9697, 53.4927],[-1.9707, 53.4901],[-1.971801, 53.4883],[-1.9726, 53.4874],[-1.9742, 53.4865],[-1.9759, 53.4857],[-1.978799, 53.4845],[-1.9814, 53.4835],[-1.983199, 53.4829],[-1.985399, 53.4822],[-1.9865, 53.4814],[-1.9871, 53.48],[-1.9877, 53.4786],[-1.988299, 53.4774],[-1.988, 53.4751],[-1.9859, 53.4717],[-1.9836, 53.4693],[-1.9802, 53.4664],[-1.9798, 53.4650],[-1.9808, 53.4635],[-1.9859, 53.4598],[-1.9857, 53.4554],[-1.9864, 53.4534],[-1.9902, 53.4518],[-1.993199, 53.4509],[-1.9943, 53.4505],[-1.9953, 53.4493],[-1.9974, 53.4477],[-1.999799, 53.4465],[-2.0006, 53.4463],[-2.004101, 53.4438],[-2.007699, 53.4417],[-2.0032, 53.4384],[-2.0065, 53.4362],[-2.013999, 53.4371],[-2.0181, 53.4368],[-2.022599, 53.4335],[-2.0246, 53.4316],[-2.024899, 53.4311],[-2.024501, 53.4304],[-2.022001, 53.4278],[-2.0397, 53.4271],[-2.042799, 53.4274],[-2.043799, 53.428],[-2.0448, 53.4289],[-2.0499, 53.4302],[-2.059101, 53.431],[-2.0638, 53.4292],[-2.067899, 53.4296],[-2.0761, 53.4268],[-2.077699, 53.4267],[-2.078599, 53.4266],[-2.0816, 53.4283],[-2.0824, 53.4299],[-2.0831, 53.4329],[-2.0833, 53.4339],[-2.0847, 53.4349],[-2.087001, 53.4359],[-2.088399, 53.437],[-2.0911, 53.4393],[-2.091401, 53.4391],[-2.0918, 53.4383],[-2.092999, 53.4379],[-2.0941, 53.4375],[-2.0947, 53.4371],[-2.0952, 53.4361],[-2.095799, 53.4351],[-2.0973, 53.4347],[-2.098701, 53.4339],[-2.0995, 53.4339],[-2.100699, 53.4338],[-2.1027, 53.4341],[-2.104199, 53.4344],[-2.106, 53.4351],[-2.1084, 53.4361],[-2.109999, 53.4376],[-2.1117, 53.4391],[-2.1134, 53.4403],[-2.114, 53.4402],[-2.114399, 53.4399],[-2.114799, 53.4384],[-2.116801, 53.4381],[-2.1171, 53.4383],[-2.118099, 53.4394],[-2.118799, 53.4403],[-2.119999, 53.4408],[-2.121201, 53.4411],[-2.121601, 53.441],[-2.1218, 53.4406],[-2.1217, 53.4403],[-2.120899, 53.4395],[-2.1206, 53.4388],[-2.121099, 53.4383],[-2.122299, 53.4381],[-2.1236, 53.4385],[-2.125, 53.4383],[-2.1261, 53.4385],[-2.127399, 53.4392],[-2.127599, 53.4394],[-2.1282, 53.4396],[-2.130199, 53.4395],[-2.1326, 53.4393],[-2.135, 53.4395],[-2.1375, 53.4395],[-2.141299, 53.4386],[-2.1458, 53.444],[-2.1466, 53.4451],[-2.150199, 53.4467],[-2.1531, 53.4489],[-2.156899, 53.451],[-2.160199, 53.4548]]]]}, properties:{name:"Tameside"}}, {type:"Feature", geometry:{type:"MultiPolygon", coordinates:[[[[-2.475699, 53.3959],[-2.476201, 53.3962],[-2.476201, 53.3963],[-2.473599, 53.3970],[-2.4674, 53.3985],[-2.466401, 53.3989],[-2.4633, 53.4002],[-2.462001, 53.4011],[-2.460299, 53.4025],[-2.459301, 53.4038],[-2.4579, 53.4058],[-2.4551, 53.4098],[-2.453901, 53.4112],[-2.452199, 53.4126],[-2.4502, 53.4139],[-2.449399, 53.4144],[-2.4488, 53.4147],[-2.4482, 53.415],[-2.4477, 53.4152],[-2.445199, 53.4164],[-2.441099, 53.4181],[-2.4358, 53.4208],[-2.4324, 53.4221],[-2.429501, 53.423],[-2.4266, 53.4242],[-2.422899, 53.4257],[-2.4205, 53.4268],[-2.4187, 53.428],[-2.416201, 53.4296],[-2.413901, 53.4318],[-2.412499, 53.4342],[-2.4108, 53.4384],[-2.409101, 53.4422],[-2.4085, 53.4433],[-2.408, 53.4451],[-2.4073, 53.4471],[-2.4064, 53.4485],[-2.4015, 53.4523],[-2.392499, 53.4582],[-2.3842, 53.4630],[-2.380199, 53.4648],[-2.3739, 53.4671],[-2.3605, 53.471],[-2.3564, 53.4724],[-2.3522, 53.4736],[-2.339101, 53.4772],[-2.3315, 53.4791],[-2.324699, 53.4803],[-2.3213, 53.48],[-2.317199, 53.4789],[-2.3117, 53.4763],[-2.305399, 53.4735],[-2.3002, 53.4716],[-2.2934, 53.4693],[-2.286099, 53.4666],[-2.282799, 53.4655],[-2.2812, 53.4650],[-2.279599, 53.4648],[-2.2786, 53.4649],[-2.2774, 53.4651],[-2.276601, 53.4654],[-2.2757, 53.4660],[-2.274199, 53.4671],[-2.27110, 53.4693],[-2.2679, 53.4717],[-2.266001, 53.471],[-2.2637, 53.4689],[-2.262001, 53.4673],[-2.267299, 53.4638],[-2.2671, 53.4635],[-2.263, 53.4616],[-2.260099, 53.4592],[-2.259599, 53.4585],[-2.2604, 53.4577],[-2.261699, 53.4567],[-2.266201, 53.4542],[-2.268901, 53.4526],[-2.270299, 53.4519],[-2.272799, 53.4513],[-2.276601, 53.4491],[-2.2776, 53.4482],[-2.2779, 53.4476],[-2.2778, 53.4464],[-2.277999, 53.4463],[-2.2799, 53.4461],[-2.2837, 53.4465],[-2.2871, 53.4468],[-2.2874, 53.4465],[-2.289599, 53.4441],[-2.2914, 53.4447],[-2.2939, 53.4452],[-2.295399, 53.4439],[-2.295099, 53.4431],[-2.2937, 53.4414],[-2.2932, 53.4403],[-2.293299, 53.4395],[-2.2935, 53.4393],[-2.294301, 53.4386],[-2.2953, 53.438],[-2.2971, 53.4371],[-2.2983, 53.4365],[-2.298701, 53.4362],[-2.2988, 53.4358],[-2.298701, 53.4353],[-2.298501, 53.435],[-2.298199, 53.4345],[-2.2978, 53.4342],[-2.2934, 53.4334],[-2.289599, 53.433],[-2.2876, 53.4325],[-2.286601, 53.4316],[-2.285199, 53.4292],[-2.2822, 53.4259],[-2.2811, 53.4253],[-2.276201, 53.4242],[-2.2748, 53.4239],[-2.275, 53.4234],[-2.276099, 53.4209],[-2.27720, 53.4191],[-2.277699, 53.4177],[-2.2783, 53.4162],[-2.278701, 53.416],[-2.284199, 53.4152],[-2.285199, 53.415],[-2.288701, 53.4129],[-2.292799, 53.4110],[-2.294301, 53.4101],[-2.2946, 53.4089],[-2.295, 53.4087],[-2.298399, 53.4097],[-2.302099, 53.4101],[-2.304899, 53.4101],[-2.308, 53.4101],[-2.312799, 53.4112],[-2.317699, 53.4121],[-2.31990, 53.4119],[-2.3236, 53.4111],[-2.3278, 53.4096],[-2.3276, 53.4095],[-2.322299, 53.4091],[-2.318701, 53.4080],[-2.3167, 53.4069],[-2.31380, 53.4048],[-2.308199, 53.3997],[-2.303299, 53.3969],[-2.3006, 53.3948],[-2.2978, 53.3915],[-2.2973, 53.3894],[-2.2971, 53.3879],[-2.3027, 53.384],[-2.290499, 53.3754],[-2.294899, 53.3709],[-2.298199, 53.365],[-2.298399, 53.3627],[-2.3004, 53.3604],[-2.30290, 53.3589],[-2.307499, 53.3577],[-2.3097, 53.3574],[-2.312099, 53.3567],[-2.312599, 53.3589],[-2.3127, 53.3591],[-2.3131, 53.3594],[-2.3136, 53.3597],[-2.313999, 53.3598],[-2.3175, 53.3598],[-2.319, 53.3596],[-2.320499, 53.3591],[-2.3217, 53.3589],[-2.322099, 53.3591],[-2.3224, 53.3593],[-2.322599, 53.3596],[-2.322799, 53.36],[-2.3229, 53.3607],[-2.322999, 53.361],[-2.3232, 53.3613],[-2.323501, 53.3615],[-2.3238, 53.3616],[-2.324399, 53.3617],[-2.325, 53.3617],[-2.3271, 53.3613],[-2.327699, 53.3614],[-2.328099, 53.3617],[-2.328399, 53.362],[-2.328599, 53.3623],[-2.328799, 53.363],[-2.329, 53.3638],[-2.3293, 53.3641],[-2.3299, 53.3645],[-2.332, 53.3654],[-2.33470, 53.3663],[-2.336801, 53.3664],[-2.33820, 53.3668],[-2.3392, 53.3672],[-2.3404, 53.3674],[-2.342, 53.3672],[-2.3431, 53.3669],[-2.3436, 53.3668],[-2.3438, 53.3668],[-2.345099, 53.3674],[-2.345799, 53.3675],[-2.3464, 53.3674],[-2.347699, 53.3665],[-2.348, 53.3664],[-2.348701, 53.3664],[-2.3495, 53.3665],[-2.3498, 53.3666],[-2.349999, 53.3667],[-2.350699, 53.3676],[-2.3518, 53.3685],[-2.3527, 53.3686],[-2.3536, 53.3685],[-2.3543, 53.3684],[-2.354599, 53.3683],[-2.3555, 53.3678],[-2.3561, 53.3675],[-2.356801, 53.3672],[-2.3585, 53.3669],[-2.358799, 53.3666],[-2.358901, 53.3664],[-2.358799, 53.3659],[-2.3585, 53.3654],[-2.358299, 53.365],[-2.358299, 53.3648],[-2.3592, 53.3643],[-2.3631, 53.364],[-2.363501, 53.364],[-2.3642, 53.3643],[-2.3647, 53.3645],[-2.365299, 53.3646],[-2.366499, 53.3647],[-2.3694, 53.365],[-2.3722, 53.3655],[-2.374799, 53.3661],[-2.3756, 53.3663],[-2.3764, 53.3666],[-2.3782, 53.3685],[-2.3794, 53.3699],[-2.380599, 53.3704],[-2.3863, 53.3715],[-2.3882, 53.3718],[-2.391099, 53.3725],[-2.393901, 53.3737],[-2.3963, 53.3748],[-2.398, 53.3755],[-2.3987, 53.3759],[-2.4001, 53.3771],[-2.4019, 53.3789],[-2.4033, 53.3797],[-2.404599, 53.3807],[-2.4063, 53.3819],[-2.408299, 53.3836],[-2.410599, 53.3847],[-2.414599, 53.3859],[-2.418999, 53.3865],[-2.4209, 53.387],[-2.4233, 53.3878],[-2.4242, 53.3878],[-2.4263, 53.388],[-2.430599, 53.3883],[-2.431801, 53.3885],[-2.433399, 53.3895],[-2.4354, 53.3904],[-2.4398, 53.3918],[-2.4421, 53.3921],[-2.443599, 53.3928],[-2.4487, 53.3949],[-2.450599, 53.395],[-2.4526, 53.395],[-2.4551, 53.3945],[-2.4566, 53.3943],[-2.4589, 53.3944],[-2.461299, 53.3947],[-2.4619, 53.3947],[-2.4633, 53.3945],[-2.4651, 53.3939],[-2.467099, 53.3933],[-2.4691, 53.3932],[-2.471, 53.3934],[-2.4728, 53.3941],[-2.474699, 53.3952],[-2.475699, 53.3959]]]]}, properties:{name:"Trafford"}}, {type:"Feature", geometry:{type:"MultiPolygon", coordinates:[[[[-2.4897, 53.4614],[-2.487499, 53.4666],[-2.4874, 53.4686],[-2.489799, 53.4727],[-2.4891, 53.4750],[-2.489399, 53.4762],[-2.4912, 53.4778],[-2.493, 53.479],[-2.494699, 53.4803],[-2.508199, 53.477],[-2.548501, 53.4679],[-2.5504, 53.4617],[-2.5439, 53.4545],[-2.552599, 53.453],[-2.560199, 53.4509],[-2.563999, 53.4496],[-2.5659, 53.4483],[-2.568399, 53.4446],[-2.579799, 53.4511],[-2.5829, 53.4547],[-2.585299, 53.4564],[-2.5901, 53.4572],[-2.593199, 53.4585],[-2.5957, 53.4594],[-2.6017, 53.4623],[-2.6041, 53.4632],[-2.6052, 53.4636],[-2.6062, 53.4639],[-2.6084, 53.4645],[-2.6115, 53.4641],[-2.614399, 53.4648],[-2.6159, 53.4661],[-2.6163, 53.4666],[-2.616499, 53.4673],[-2.6164, 53.4681],[-2.6159, 53.4693],[-2.615299, 53.4704],[-2.6117, 53.4717],[-2.6092, 53.4723],[-2.608999, 53.4726],[-2.609101, 53.4727],[-2.6098, 53.4737],[-2.6108, 53.4749],[-2.61180, 53.4761],[-2.6119, 53.4765],[-2.6124, 53.4823],[-2.6131, 53.4829],[-2.6138, 53.4832],[-2.6147, 53.4834],[-2.617599, 53.4835],[-2.619301, 53.4833],[-2.621601, 53.4837],[-2.625, 53.4852],[-2.6303, 53.4872],[-2.6398, 53.4885],[-2.643901, 53.4894],[-2.6462, 53.4901],[-2.6508, 53.491],[-2.6582, 53.4937],[-2.661401, 53.4955],[-2.663, 53.4973],[-2.664999, 53.5],[-2.666001, 53.5003],[-2.667099, 53.5005],[-2.66800, 53.5006],[-2.671299, 53.5],[-2.673701, 53.4997],[-2.676001, 53.4995],[-2.6784, 53.4994],[-2.681, 53.5003],[-2.6854, 53.5017],[-2.6933, 53.5018],[-2.694999, 53.5018],[-2.701601, 53.5043],[-2.7045, 53.5055],[-2.704999, 53.5059],[-2.706201, 53.5077],[-2.707299, 53.5092],[-2.7091, 53.5103],[-2.7102, 53.5108],[-2.712199, 53.5109],[-2.7161, 53.5102],[-2.719899, 53.5094],[-2.7232, 53.5085],[-2.726201, 53.5067],[-2.729399, 53.5049],[-2.733999, 53.5],[-2.750099, 53.5105],[-2.7578, 53.5145],[-2.752001, 53.5172],[-2.746001, 53.5186],[-2.7204, 53.5213],[-2.7183, 53.5247],[-2.7179, 53.5287],[-2.715699, 53.5342],[-2.7154, 53.5363],[-2.717099, 53.5390],[-2.717299, 53.5425],[-2.7151, 53.5452],[-2.7154, 53.5477],[-2.712699, 53.5504],[-2.7112, 53.5541],[-2.70860, 53.5572],[-2.7065, 53.5601],[-2.7054, 53.5619],[-2.709301, 53.5647],[-2.71470, 53.5687],[-2.7165, 53.5705],[-2.7174, 53.5721],[-2.7176, 53.5731],[-2.717099, 53.5743],[-2.717099, 53.5746],[-2.717099, 53.5747],[-2.7174, 53.5751],[-2.7179, 53.5754],[-2.719301, 53.5758],[-2.719199, 53.5761],[-2.7154, 53.578],[-2.7145, 53.5783],[-2.713, 53.5791],[-2.7128, 53.5795],[-2.712899, 53.5813],[-2.7128, 53.5820],[-2.7119, 53.5828],[-2.709301, 53.5847],[-2.7081, 53.5860],[-2.7067, 53.5867],[-2.703399, 53.5877],[-2.701299, 53.5885],[-2.699899, 53.5898],[-2.6991, 53.5909],[-2.696899, 53.5943],[-2.693, 53.602],[-2.6919, 53.6047],[-2.691499, 53.6054],[-2.691, 53.6055],[-2.685899, 53.6036],[-2.6843, 53.6038],[-2.681499, 53.6043],[-2.6772, 53.6052],[-2.674, 53.6055],[-2.67, 53.6052],[-2.6677, 53.6045],[-2.665299, 53.6037],[-2.662199, 53.6034],[-2.65980, 53.6034],[-2.6573, 53.604],[-2.654599, 53.605],[-2.654, 53.6067],[-2.653701, 53.607],[-2.652999, 53.6073],[-2.64360, 53.6093],[-2.6347, 53.6105],[-2.6261, 53.6092],[-2.625799, 53.6091],[-2.6257, 53.6089],[-2.626699, 53.6025],[-2.626699, 53.6011],[-2.6263, 53.6002],[-2.6257, 53.5991],[-2.622999, 53.5951],[-2.622, 53.5934],[-2.6213, 53.5922],[-2.620399, 53.5911],[-2.620199, 53.5910],[-2.6164, 53.5916],[-2.6131, 53.5916],[-2.609999, 53.5909],[-2.607599, 53.5901],[-2.604899, 53.5888],[-2.602799, 53.5882],[-2.6008, 53.5884],[-2.5978, 53.5890],[-2.5959, 53.5891],[-2.592, 53.5882],[-2.586601, 53.5862],[-2.584301, 53.5852],[-2.582999, 53.5845],[-2.581401, 53.5831],[-2.5803, 53.5824],[-2.578799, 53.5817],[-2.5769, 53.5804],[-2.576601, 53.5799],[-2.576801, 53.5785],[-2.576299, 53.5777],[-2.574399, 53.5769],[-2.5722, 53.5758],[-2.5694, 53.5735],[-2.566499, 53.5713],[-2.565399, 53.5703],[-2.564399, 53.5693],[-2.564399, 53.5685],[-2.5653, 53.5672],[-2.566299, 53.5663],[-2.566601, 53.5656],[-2.566401, 53.5652],[-2.5603, 53.5626],[-2.5597, 53.5618],[-2.5599, 53.5612],[-2.561001, 53.5603],[-2.5611, 53.5597],[-2.560899, 53.5591],[-2.559799, 53.5575],[-2.5595, 53.556],[-2.5599, 53.5547],[-2.561201, 53.5528],[-2.562999, 53.5514],[-2.566099, 53.5503],[-2.567001, 53.5495],[-2.56780, 53.5485],[-2.568, 53.5471],[-2.56780, 53.5464],[-2.566499, 53.5448],[-2.566401, 53.5441],[-2.566499, 53.5428],[-2.5667, 53.5415],[-2.568399, 53.5405],[-2.568701, 53.5401],[-2.568599, 53.54],[-2.562799, 53.5390],[-2.558501, 53.5383],[-2.552099, 53.5364],[-2.547899, 53.5347],[-2.544399, 53.5326],[-2.5413, 53.5310],[-2.538, 53.5290],[-2.536201, 53.5275],[-2.535199, 53.5264],[-2.5344, 53.5254],[-2.533799, 53.5247],[-2.533299, 53.5243],[-2.5327, 53.5242],[-2.529599, 53.5264],[-2.5178, 53.5301],[-2.518701, 53.5342],[-2.5167, 53.5362],[-2.5136, 53.5355],[-2.512199, 53.5344],[-2.509501, 53.5375],[-2.5078, 53.5384],[-2.5065, 53.5386],[-2.503901, 53.5388],[-2.4997, 53.5389],[-2.4979, 53.5382],[-2.4923, 53.5363],[-2.484999, 53.5347],[-2.477099, 53.5335],[-2.469899, 53.5323],[-2.4582, 53.5299],[-2.453599, 53.5287],[-2.455899, 53.5266],[-2.456001, 53.5258],[-2.4277, 53.5209],[-2.423199, 53.5198],[-2.417001, 53.515],[-2.4166, 53.5139],[-2.417001, 53.5119],[-2.4202, 53.5115],[-2.421601, 53.5095],[-2.4233, 53.5085],[-2.423399, 53.5064],[-2.4317, 53.5047],[-2.43230, 53.5013],[-2.433901, 53.5008],[-2.4343, 53.4975],[-2.437299, 53.495],[-2.4388, 53.4919],[-2.4387, 53.4894],[-2.4379, 53.4885],[-2.4379, 53.4859],[-2.4398, 53.4807],[-2.4363, 53.4640],[-2.467, 53.4612],[-2.4768, 53.4615],[-2.479899, 53.4619],[-2.4834, 53.4615],[-2.4846, 53.4614],[-2.4858, 53.4611],[-2.4897, 53.4614]]]]}, properties:{name:"Wigan"}}, {type:"Feature", geometry:{type:"MultiPolygon", coordinates:[[[[-2.8522, 53.3833],[-2.8482, 53.384],[-2.84640, 53.384],[-2.844, 53.3838],[-2.837899, 53.3826],[-2.8325, 53.382],[-2.8269, 53.382],[-2.8224, 53.3828],[-2.8183, 53.3841],[-2.8183, 53.3849],[-2.8248, 53.3922],[-2.8306, 53.3981],[-2.8375, 53.4002],[-2.84620, 53.4014],[-2.85840, 53.4041],[-2.8594, 53.4039],[-2.86050, 53.4034],[-2.8642, 53.4021],[-2.868701, 53.4007],[-2.8699, 53.4005],[-2.870899, 53.4007],[-2.877599, 53.4041],[-2.8842, 53.4083],[-2.88560, 53.4091],[-2.8863, 53.4091],[-2.8931, 53.4087],[-2.8943, 53.4092],[-2.895499, 53.4106],[-2.8965, 53.4137],[-2.8964, 53.4146],[-2.8942, 53.4169],[-2.892, 53.4183],[-2.8908, 53.4187],[-2.8852, 53.4184],[-2.875799, 53.4153],[-2.875, 53.4152],[-2.874, 53.4162],[-2.871099, 53.4204],[-2.87150, 53.4214],[-2.8719, 53.4244],[-2.873501, 53.4268],[-2.8722, 53.4296],[-2.8722, 53.4308],[-2.8756, 53.4352],[-2.876699, 53.4365],[-2.876499, 53.4378],[-2.873399, 53.4395],[-2.869301, 53.4432],[-2.868299, 53.4444],[-2.867199, 53.4461],[-2.867001, 53.4474],[-2.86730, 53.4491],[-2.868799, 53.4515],[-2.872699, 53.4543],[-2.8759, 53.4558],[-2.8792, 53.457],[-2.88280, 53.4584],[-2.8857, 53.4600],[-2.8884, 53.4615],[-2.8901, 53.4626],[-2.892, 53.4648],[-2.8928, 53.4655],[-2.893399, 53.4662],[-2.89380, 53.4668],[-2.8943, 53.4673],[-2.897001, 53.4684],[-2.9003, 53.4693],[-2.9044, 53.471],[-2.90560, 53.4716],[-2.9075, 53.4730],[-2.9086, 53.4739],[-2.9126, 53.4762],[-2.9158, 53.4777],[-2.920099, 53.4795],[-2.9151, 53.4828],[-2.9144, 53.4831],[-2.913701, 53.4831],[-2.911801, 53.4827],[-2.909501, 53.4839],[-2.9066, 53.4862],[-2.8984, 53.4883],[-2.8956, 53.4907],[-2.8958, 53.4918],[-2.897001, 53.4927],[-2.897399, 53.4933],[-2.8973, 53.4936],[-2.8956, 53.496],[-2.895499, 53.4967],[-2.8956, 53.4972],[-2.89590, 53.4977],[-2.8965, 53.4984],[-2.8973, 53.4991],[-2.897599, 53.4996],[-2.897599, 53.4999],[-2.8975, 53.5004],[-2.8972, 53.5009],[-2.896899, 53.5013],[-2.8963, 53.5019],[-2.894799, 53.5025],[-2.893199, 53.5029],[-2.889699, 53.5038],[-2.88730, 53.5046],[-2.886801, 53.505],[-2.8859, 53.5061],[-2.88560, 53.5064],[-2.8792, 53.5089],[-2.8763, 53.5102],[-2.874501, 53.5105],[-2.8736, 53.5113],[-2.8718, 53.5135],[-2.86920, 53.5142],[-2.86520, 53.5145],[-2.862799, 53.5142],[-2.8613, 53.5135],[-2.8585, 53.5115],[-2.852799, 53.5102],[-2.8454, 53.5083],[-2.842499, 53.5073],[-2.8415, 53.5065],[-2.840499, 53.5055],[-2.838901, 53.5032],[-2.838701, 53.5031],[-2.8352, 53.5035],[-2.831401, 53.5044],[-2.831001, 53.5043],[-2.8304, 53.5037],[-2.8283, 53.5016],[-2.823299, 53.4974],[-2.821201, 53.4963],[-2.817899, 53.4965],[-2.8215, 53.4741],[-2.8211, 53.4732],[-2.8129, 53.4673],[-2.812599, 53.4666],[-2.8124, 53.4657],[-2.8134, 53.4533],[-2.809999, 53.4505],[-2.8036, 53.4519],[-2.801201, 53.4501],[-2.7952, 53.4441],[-2.794899, 53.4435],[-2.7952, 53.4422],[-2.796, 53.4408],[-2.80140, 53.4418],[-2.8106, 53.4414],[-2.8096, 53.4387],[-2.805599, 53.4362],[-2.800299, 53.4344],[-2.797699, 53.4315],[-2.7902, 53.4297],[-2.787899, 53.4288],[-2.7822, 53.4275],[-2.7808, 53.4262],[-2.7835, 53.4203],[-2.7815, 53.4172],[-2.7827, 53.4164],[-2.7874, 53.4155],[-2.7873, 53.4099],[-2.7865, 53.4086],[-2.788501, 53.4032],[-2.788199, 53.4025],[-2.7711, 53.4011],[-2.7669, 53.4020],[-2.7567, 53.4025],[-2.746201, 53.4021],[-2.7476, 53.4005],[-2.7481, 53.3996],[-2.7481, 53.3990],[-2.7479, 53.3985],[-2.7458, 53.3953],[-2.746201, 53.3940],[-2.747, 53.3921],[-2.7486, 53.39],[-2.7492, 53.3895],[-2.7499, 53.3891],[-2.7576, 53.3867],[-2.7604, 53.3854],[-2.762599, 53.3845],[-2.7634, 53.3845],[-2.7678, 53.3856],[-2.768701, 53.3856],[-2.7706, 53.3853],[-2.7714, 53.385],[-2.771699, 53.3847],[-2.7723, 53.3833],[-2.7725, 53.3831],[-2.773099, 53.3827],[-2.7748, 53.3819],[-2.775599, 53.3815],[-2.776299, 53.3808],[-2.777999, 53.3785],[-2.779599, 53.3767],[-2.7802, 53.3758],[-2.7814, 53.3733],[-2.781899, 53.3718],[-2.782001, 53.3708],[-2.781801, 53.369],[-2.781699, 53.3682],[-2.781899, 53.3674],[-2.78390, 53.3642],[-2.787199, 53.36],[-2.787199, 53.3596],[-2.786801, 53.3591],[-2.786, 53.3589],[-2.785, 53.3589],[-2.7808, 53.3584],[-2.7786, 53.3585],[-2.7781, 53.358],[-2.7779, 53.3575],[-2.778199, 53.3568],[-2.7793, 53.355],[-2.7832, 53.3502],[-2.7857, 53.346],[-2.787, 53.3451],[-2.7878, 53.3449],[-2.7894, 53.3452],[-2.7897, 53.3452],[-2.7911, 53.3445],[-2.792599, 53.3437],[-2.793299, 53.3435],[-2.7939, 53.3437],[-2.795, 53.3447],[-2.7978, 53.3477],[-2.798901, 53.3485],[-2.7999, 53.3488],[-2.8048, 53.3497],[-2.8101, 53.3506],[-2.8137, 53.3505],[-2.814899, 53.3503],[-2.815799, 53.3501],[-2.816299, 53.3499],[-2.8171, 53.3492],[-2.81780, 53.3475],[-2.818099, 53.3475],[-2.818799, 53.3478],[-2.8204, 53.3487],[-2.820699, 53.3488],[-2.820899, 53.3488],[-2.821201, 53.3488],[-2.8257, 53.3482],[-2.831899, 53.3476],[-2.8427, 53.3483],[-2.845299, 53.3487],[-2.848701, 53.3517],[-2.8575, 53.365],[-2.8578, 53.3661],[-2.858, 53.3673],[-2.856801, 53.3715],[-2.85630, 53.3737],[-2.8564, 53.3744],[-2.856499, 53.3752],[-2.8594, 53.3811],[-2.8595, 53.3815],[-2.859301, 53.3817],[-2.858299, 53.3825],[-2.857399, 53.3827],[-2.8522, 53.3833]]]]}, properties:{name:"Knowsley"}}, {type:"Feature", geometry:{type:"MultiPolygon", coordinates:[[[[-2.8522, 53.3833],[-2.857399, 53.3827],[-2.858299, 53.3825],[-2.859301, 53.3817],[-2.8595, 53.3815],[-2.8594, 53.3811],[-2.856499, 53.3752],[-2.8564, 53.3744],[-2.85630, 53.3737],[-2.856801, 53.3715],[-2.858, 53.3673],[-2.8578, 53.3661],[-2.8575, 53.365],[-2.848701, 53.3517],[-2.845299, 53.3487],[-2.8427, 53.3483],[-2.831899, 53.3476],[-2.8257, 53.3482],[-2.821201, 53.3488],[-2.820899, 53.3488],[-2.820699, 53.3488],[-2.8204, 53.3487],[-2.818799, 53.3478],[-2.818099, 53.3475],[-2.81780, 53.3475],[-2.816801, 53.3417],[-2.815599, 53.3352],[-2.81570, 53.3349],[-2.816099, 53.3345],[-2.81780, 53.334],[-2.81970, 53.3332],[-2.82060, 53.3327],[-2.826699, 53.3168],[-2.8503, 53.3159],[-2.878799, 53.3155],[-2.90560, 53.3223],[-2.919101, 53.3272],[-2.9266, 53.3318],[-2.954799, 53.3541],[-2.9867, 53.3736],[-2.99710, 53.3842],[-3.0091, 53.4086],[-3.0202, 53.4315],[-3.0237, 53.437],[-3.009599, 53.4403],[-3.007499, 53.4399],[-3.006001, 53.4399],[-3.005599, 53.4398],[-3.0046, 53.4395],[-3.0035, 53.4395],[-3.00130, 53.4403],[-2.999399, 53.4408],[-2.998701, 53.4409],[-2.995199, 53.4417],[-2.979899, 53.4441],[-2.9789, 53.4447],[-2.977799, 53.4457],[-2.9756, 53.4479],[-2.974101, 53.4493],[-2.9726, 53.4507],[-2.9712, 53.4525],[-2.970099, 53.4537],[-2.975199, 53.4553],[-2.976001, 53.4555],[-2.976401, 53.4557],[-2.9768, 53.4562],[-2.97880, 53.4618],[-2.978701, 53.4630],[-2.9758, 53.4659],[-2.9745, 53.4666],[-2.9733, 53.4670],[-2.96890, 53.4681],[-2.965199, 53.4691],[-2.9635, 53.4702],[-2.961401, 53.4731],[-2.961, 53.4733],[-2.96, 53.4738],[-2.9589, 53.4742],[-2.9577, 53.4745],[-2.95460, 53.4745],[-2.951499, 53.4748],[-2.948501, 53.4751],[-2.941401, 53.4750],[-2.9372, 53.4748],[-2.93020, 53.4748],[-2.920099, 53.4795],[-2.9158, 53.4777],[-2.9126, 53.4762],[-2.9086, 53.4739],[-2.9075, 53.4730],[-2.90560, 53.4716],[-2.9044, 53.471],[-2.9003, 53.4693],[-2.897001, 53.4684],[-2.8943, 53.4673],[-2.89380, 53.4668],[-2.893399, 53.4662],[-2.8928, 53.4655],[-2.892, 53.4648],[-2.8901, 53.4626],[-2.8884, 53.4615],[-2.8857, 53.4600],[-2.88280, 53.4584],[-2.8792, 53.457],[-2.8759, 53.4558],[-2.872699, 53.4543],[-2.868799, 53.4515],[-2.86730, 53.4491],[-2.867001, 53.4474],[-2.867199, 53.4461],[-2.868299, 53.4444],[-2.869301, 53.4432],[-2.873399, 53.4395],[-2.876499, 53.4378],[-2.876699, 53.4365],[-2.8756, 53.4352],[-2.8722, 53.4308],[-2.8722, 53.4296],[-2.873501, 53.4268],[-2.8719, 53.4244],[-2.87150, 53.4214],[-2.871099, 53.4204],[-2.874, 53.4162],[-2.875, 53.4152],[-2.875799, 53.4153],[-2.8852, 53.4184],[-2.8908, 53.4187],[-2.892, 53.4183],[-2.8942, 53.4169],[-2.8964, 53.4146],[-2.8965, 53.4137],[-2.895499, 53.4106],[-2.8943, 53.4092],[-2.8931, 53.4087],[-2.8863, 53.4091],[-2.88560, 53.4091],[-2.8842, 53.4083],[-2.877599, 53.4041],[-2.870899, 53.4007],[-2.8699, 53.4005],[-2.868701, 53.4007],[-2.8642, 53.4021],[-2.86050, 53.4034],[-2.8594, 53.4039],[-2.85840, 53.4041],[-2.84620, 53.4014],[-2.8375, 53.4002],[-2.8306, 53.3981],[-2.8248, 53.3922],[-2.8183, 53.3849],[-2.8183, 53.3841],[-2.8224, 53.3828],[-2.8269, 53.382],[-2.8325, 53.382],[-2.837899, 53.3826],[-2.844, 53.3838],[-2.84640, 53.384],[-2.8482, 53.384],[-2.8522, 53.3833]]]]}, properties:{name:"Liverpool"}}, {type:"Feature", geometry:{type:"MultiPolygon", coordinates:[[[[-2.746201, 53.4021],[-2.7567, 53.4025],[-2.7669, 53.4020],[-2.7711, 53.4011],[-2.788199, 53.4025],[-2.788501, 53.4032],[-2.7865, 53.4086],[-2.7873, 53.4099],[-2.7874, 53.4155],[-2.7827, 53.4164],[-2.7815, 53.4172],[-2.7835, 53.4203],[-2.7808, 53.4262],[-2.7822, 53.4275],[-2.787899, 53.4288],[-2.7902, 53.4297],[-2.797699, 53.4315],[-2.800299, 53.4344],[-2.805599, 53.4362],[-2.8096, 53.4387],[-2.8106, 53.4414],[-2.80140, 53.4418],[-2.796, 53.4408],[-2.7952, 53.4422],[-2.794899, 53.4435],[-2.7952, 53.4441],[-2.801201, 53.4501],[-2.8036, 53.4519],[-2.809999, 53.4505],[-2.8134, 53.4533],[-2.8124, 53.4657],[-2.812599, 53.4666],[-2.8129, 53.4673],[-2.8211, 53.4732],[-2.8215, 53.4741],[-2.817899, 53.4965],[-2.8176, 53.5009],[-2.818799, 53.5057],[-2.819, 53.5077],[-2.8183, 53.5091],[-2.8171, 53.5119],[-2.813999, 53.5151],[-2.811001, 53.5168],[-2.807699, 53.5193],[-2.806, 53.5198],[-2.8025, 53.5205],[-2.795599, 53.5221],[-2.7946, 53.5225],[-2.7936, 53.5236],[-2.789999, 53.5290],[-2.7816, 53.5337],[-2.7812, 53.5328],[-2.77570, 53.5259],[-2.7713, 53.5217],[-2.7704, 53.5205],[-2.769, 53.5175],[-2.7678, 53.5161],[-2.765599, 53.5145],[-2.7636, 53.5141],[-2.7578, 53.5145],[-2.750099, 53.5105],[-2.733999, 53.5],[-2.729399, 53.5049],[-2.726201, 53.5067],[-2.7232, 53.5085],[-2.719899, 53.5094],[-2.7161, 53.5102],[-2.712199, 53.5109],[-2.7102, 53.5108],[-2.7091, 53.5103],[-2.707299, 53.5092],[-2.706201, 53.5077],[-2.704999, 53.5059],[-2.7045, 53.5055],[-2.701601, 53.5043],[-2.694999, 53.5018],[-2.6933, 53.5018],[-2.6854, 53.5017],[-2.681, 53.5003],[-2.6784, 53.4994],[-2.676001, 53.4995],[-2.673701, 53.4997],[-2.671299, 53.5],[-2.66800, 53.5006],[-2.667099, 53.5005],[-2.666001, 53.5003],[-2.664999, 53.5],[-2.663, 53.4973],[-2.661401, 53.4955],[-2.6582, 53.4937],[-2.6508, 53.491],[-2.6462, 53.4901],[-2.643901, 53.4894],[-2.6398, 53.4885],[-2.6303, 53.4872],[-2.625, 53.4852],[-2.621601, 53.4837],[-2.619301, 53.4833],[-2.617599, 53.4835],[-2.6147, 53.4834],[-2.6138, 53.4832],[-2.6131, 53.4829],[-2.6124, 53.4823],[-2.6119, 53.4765],[-2.61180, 53.4761],[-2.6108, 53.4749],[-2.6098, 53.4737],[-2.609101, 53.4727],[-2.608999, 53.4726],[-2.6092, 53.4723],[-2.6117, 53.4717],[-2.615299, 53.4704],[-2.6159, 53.4693],[-2.6164, 53.4681],[-2.616499, 53.4673],[-2.6163, 53.4666],[-2.6159, 53.4661],[-2.614399, 53.4648],[-2.6115, 53.4641],[-2.6084, 53.4645],[-2.6062, 53.4639],[-2.6052, 53.4636],[-2.6041, 53.4632],[-2.6017, 53.4623],[-2.5957, 53.4594],[-2.593199, 53.4585],[-2.5901, 53.4572],[-2.585299, 53.4564],[-2.5829, 53.4547],[-2.579799, 53.4511],[-2.568399, 53.4446],[-2.578, 53.443],[-2.586299, 53.4402],[-2.5904, 53.441],[-2.596601, 53.4406],[-2.6005, 53.4404],[-2.6031, 53.4414],[-2.606499, 53.4416],[-2.609101, 53.4424],[-2.613199, 53.4415],[-2.617399, 53.4397],[-2.620199, 53.4375],[-2.6221, 53.4371],[-2.6242, 53.4367],[-2.626, 53.4358],[-2.627199, 53.4347],[-2.628599, 53.4351],[-2.629699, 53.4359],[-2.6308, 53.4371],[-2.632699, 53.4405],[-2.6341, 53.4421],[-2.6371, 53.4432],[-2.641401, 53.4438],[-2.6452, 53.4448],[-2.6494, 53.4462],[-2.6524, 53.4469],[-2.6572, 53.4477],[-2.6594, 53.4482],[-2.6656, 53.4486],[-2.667799, 53.4494],[-2.6717, 53.451],[-2.673, 53.4517],[-2.6752, 53.4525],[-2.6754, 53.4523],[-2.6763, 53.4485],[-2.677599, 53.4441],[-2.677599, 53.4433],[-2.6774, 53.4419],[-2.676201, 53.4391],[-2.674999, 53.4367],[-2.6742, 53.4348],[-2.673901, 53.4345],[-2.6733, 53.4341],[-2.6702, 53.4339],[-2.66590, 53.4336],[-2.6645, 53.4337],[-2.664, 53.4333],[-2.6638, 53.4326],[-2.6638, 53.432],[-2.6638, 53.4314],[-2.664799, 53.4303],[-2.667599, 53.4281],[-2.669301, 53.4267],[-2.6752, 53.4218],[-2.6761, 53.4209],[-2.6766, 53.4197],[-2.677001, 53.4186],[-2.677599, 53.4164],[-2.6774, 53.4159],[-2.672899, 53.4135],[-2.672499, 53.4120],[-2.67200, 53.4081],[-2.671099, 53.4042],[-2.6709, 53.4034],[-2.670799, 53.4023],[-2.671, 53.4009],[-2.6717, 53.3992],[-2.6767, 53.3944],[-2.6846, 53.39],[-2.6872, 53.3889],[-2.6886, 53.3885],[-2.6917, 53.3883],[-2.693701, 53.3885],[-2.701601, 53.3883],[-2.7104, 53.3889],[-2.713599, 53.3891],[-2.714799, 53.3892],[-2.7179, 53.3899],[-2.720799, 53.3909],[-2.725199, 53.3927],[-2.729501, 53.3942],[-2.7311, 53.3948],[-2.7314, 53.3951],[-2.731899, 53.3967],[-2.7323, 53.3972],[-2.7342, 53.398],[-2.7358, 53.3984],[-2.7379, 53.3989],[-2.7428, 53.4011],[-2.746201, 53.4021]]]]}, properties:{name:"Saint Helens"}}, {type:"Feature", geometry:{type:"MultiPolygon", coordinates:[[[[-3.034501, 53.4493],[-3.0332, 53.4514],[-3.03010, 53.4559],[-3.028701, 53.4582],[-3.0288, 53.4583],[-3.0293, 53.4586],[-3.0316, 53.4603],[-3.0348, 53.4628],[-3.037199, 53.4647],[-3.0391, 53.4662],[-3.0395, 53.4665],[-3.0395, 53.4666],[-3.0394, 53.4667],[-3.0391, 53.4669],[-3.036801, 53.4680],[-3.036401, 53.4681],[-3.0353, 53.4681],[-3.034199, 53.4682],[-3.0309, 53.4683],[-3.0294, 53.4683],[-3.0293, 53.4684],[-3.0292, 53.4686],[-3.0292, 53.4687],[-3.0295, 53.4691],[-3.03010, 53.4697],[-3.031001, 53.4706],[-3.0313, 53.4708],[-3.03230, 53.4712],[-3.0336, 53.4717],[-3.033799, 53.4718],[-3.034101, 53.4720],[-3.03440, 53.4724],[-3.034699, 53.4728],[-3.03580, 53.4744],[-3.036099, 53.4748],[-3.036299, 53.4750],[-3.037, 53.4754],[-3.038901, 53.4764],[-3.04020, 53.4772],[-3.0411, 53.4778],[-3.0434, 53.4796],[-3.0446, 53.4809],[-3.046801, 53.4833],[-3.048501, 53.4857],[-3.050499, 53.488],[-3.05220, 53.4897],[-3.052799, 53.4906],[-3.0536, 53.4915],[-3.054399, 53.4925],[-3.055799, 53.4944],[-3.0573, 53.4966],[-3.05830, 53.4978],[-3.059101, 53.4998],[-3.0594, 53.5011],[-3.0596, 53.5021],[-3.0597, 53.5029],[-3.0601, 53.5045],[-3.0603, 53.5054],[-3.060699, 53.5059],[-3.060899, 53.506],[-3.0616, 53.5061],[-3.062001, 53.5062],[-3.062099, 53.5063],[-3.0622, 53.5065],[-3.0622, 53.5067],[-3.0618, 53.5076],[-3.0615, 53.509],[-3.0615, 53.5111],[-3.0616, 53.5119],[-3.062299, 53.5135],[-3.0625, 53.514],[-3.0627, 53.515],[-3.0627, 53.5154],[-3.062599, 53.5159],[-3.062299, 53.5169],[-3.061899, 53.5181],[-3.061899, 53.5189],[-3.062001, 53.5194],[-3.0622, 53.5198],[-3.062799, 53.5206],[-3.0631, 53.5211],[-3.0632, 53.5214],[-3.0632, 53.5217],[-3.0632, 53.5221],[-3.062999, 53.5225],[-3.0627, 53.5228],[-3.0624, 53.5231],[-3.0613, 53.5241],[-3.0613, 53.5245],[-3.0615, 53.5250],[-3.0618, 53.5252],[-3.062099, 53.5252],[-3.0629, 53.5248],[-3.064699, 53.5240],[-3.0653, 53.5237],[-3.0657, 53.5235],[-3.066401, 53.5229],[-3.067699, 53.5221],[-3.0682, 53.5219],[-3.069, 53.5218],[-3.070499, 53.5220],[-3.0715, 53.5223],[-3.072299, 53.5227],[-3.07310, 53.5231],[-3.075799, 53.5251],[-3.0775, 53.5266],[-3.078799, 53.5281],[-3.0796, 53.5294],[-3.080699, 53.5317],[-3.0815, 53.5327],[-3.082799, 53.5338],[-3.0838, 53.5343],[-3.0854, 53.535],[-3.091001, 53.5364],[-3.0934, 53.5373],[-3.0948, 53.5379],[-3.097199, 53.5395],[-3.0982, 53.5402],[-3.098701, 53.5406],[-3.09960, 53.5415],[-3.1006, 53.5427],[-3.10150, 53.5442],[-3.1022, 53.5456],[-3.1024, 53.5462],[-3.1026, 53.5469],[-3.102799, 53.5481],[-3.1029, 53.5525],[-3.102999, 53.5547],[-3.1029, 53.5562],[-3.102799, 53.5572],[-3.1026, 53.5582],[-3.10170, 53.5616],[-3.1001, 53.5658],[-3.098901, 53.5688],[-3.097399, 53.5717],[-3.0955, 53.5743],[-3.092099, 53.5785],[-3.0903, 53.5803],[-3.086299, 53.5842],[-3.085299, 53.5853],[-3.084199, 53.5873],[-3.0841, 53.5875],[-3.0838, 53.5879],[-3.081899, 53.5899],[-3.080499, 53.5913],[-3.078501, 53.5930],[-3.076299, 53.5947],[-3.074699, 53.596],[-3.072599, 53.5981],[-3.0717, 53.5991],[-3.0701, 53.6006],[-3.068399, 53.6021],[-3.062099, 53.6082],[-3.060499, 53.6098],[-3.0599, 53.6104],[-3.0593, 53.6111],[-3.058901, 53.6116],[-3.055399, 53.6163],[-3.054301, 53.6176],[-3.0525, 53.6194],[-3.0509, 53.6212],[-3.0492, 53.6232],[-3.045799, 53.6278],[-3.043, 53.6316],[-3.0391, 53.6358],[-3.036601, 53.6382],[-3.0335, 53.6411],[-3.0295, 53.6449],[-3.026299, 53.6474],[-3.0204, 53.6509],[-3.018199, 53.6523],[-3.015599, 53.6540],[-3.0134, 53.6558],[-3.0129, 53.6562],[-3.012001, 53.6566],[-3.0113, 53.6568],[-3.010499, 53.6567],[-3.01020, 53.6567],[-3.009799, 53.6567],[-3.009501, 53.6568],[-3.0091, 53.6571],[-3.009, 53.6578],[-3.0088, 53.6587],[-3.008501, 53.6592],[-3.007699, 53.6601],[-3.005199, 53.6629],[-3.003599, 53.6644],[-3.0023, 53.6655],[-3.0011, 53.6664],[-3.0004, 53.6668],[-2.999799, 53.667],[-2.999599, 53.667],[-2.99920, 53.6672],[-2.9991, 53.6673],[-2.998701, 53.6684],[-2.9983, 53.6699],[-2.9981, 53.6703],[-2.9979, 53.6705],[-2.997499, 53.6708],[-2.99710, 53.6709],[-2.996099, 53.6711],[-2.9955, 53.6713],[-2.995199, 53.6715],[-2.994999, 53.6717],[-2.9946, 53.6722],[-2.994101, 53.6731],[-2.993599, 53.6746],[-2.9927, 53.6765],[-2.991801, 53.6776],[-2.9913, 53.6781],[-2.9904, 53.6786],[-2.9884, 53.6794],[-2.98490, 53.6805],[-2.982899, 53.6811],[-2.9823, 53.6816],[-2.982199, 53.6821],[-2.982199, 53.6824],[-2.983099, 53.6834],[-2.983299, 53.6838],[-2.98320, 53.684],[-2.981801, 53.6845],[-2.980599, 53.6853],[-2.9789, 53.6867],[-2.9753, 53.689],[-2.973599, 53.6901],[-2.9734, 53.6905],[-2.9734, 53.6908],[-2.973799, 53.6915],[-2.9751, 53.6925],[-2.9758, 53.6933],[-2.976001, 53.6939],[-2.976201, 53.6946],[-2.976201, 53.6949],[-2.9758, 53.6957],[-2.975199, 53.6964],[-2.9745, 53.6968],[-2.9728, 53.6972],[-2.96890, 53.6976],[-2.9656, 53.698],[-2.965199, 53.698],[-2.9645, 53.6979],[-2.963799, 53.6977],[-2.963599, 53.6974],[-2.9635, 53.6966],[-2.963399, 53.6953],[-2.9632, 53.6946],[-2.96260, 53.694],[-2.96260, 53.6938],[-2.962699, 53.6937],[-2.964301, 53.6935],[-2.9672, 53.6936],[-2.967799, 53.6935],[-2.96870, 53.6932],[-2.96910, 53.6931],[-2.96910, 53.6929],[-2.96890, 53.6928],[-2.9677, 53.6926],[-2.964999, 53.6927],[-2.962199, 53.6926],[-2.96070, 53.6925],[-2.960599, 53.6924],[-2.960599, 53.6923],[-2.960799, 53.692],[-2.962199, 53.6914],[-2.962399, 53.6913],[-2.962399, 53.6911],[-2.961499, 53.6904],[-2.961499, 53.6901],[-2.962001, 53.6892],[-2.962001, 53.6891],[-2.9619, 53.689],[-2.961699, 53.689],[-2.961299, 53.6892],[-2.96090, 53.6895],[-2.959501, 53.6907],[-2.959, 53.691],[-2.95860, 53.6911],[-2.9582, 53.6911],[-2.9579, 53.691],[-2.9577, 53.6907],[-2.9577, 53.6903],[-2.9579, 53.69],[-2.959, 53.6891],[-2.9591, 53.6888],[-2.9591, 53.6887],[-2.9589, 53.6887],[-2.9581, 53.6891],[-2.957799, 53.6891],[-2.957599, 53.689],[-2.9575, 53.6888],[-2.957599, 53.6881],[-2.9579, 53.6872],[-2.958501, 53.6865],[-2.959599, 53.6858],[-2.961, 53.6848],[-2.961401, 53.6843],[-2.961401, 53.6841],[-2.961401, 53.684],[-2.9611, 53.684],[-2.9604, 53.6842],[-2.9598, 53.6845],[-2.95670, 53.6867],[-2.955899, 53.6874],[-2.955699, 53.6878],[-2.9554, 53.689],[-2.955199, 53.6893],[-2.9543, 53.6897],[-2.9533, 53.6904],[-2.9528, 53.6908],[-2.952399, 53.691],[-2.952001, 53.6911],[-2.951601, 53.6911],[-2.951299, 53.691],[-2.950799, 53.6907],[-2.9502, 53.6898],[-2.949501, 53.689],[-2.949301, 53.6888],[-2.9491, 53.6888],[-2.947599, 53.6869],[-2.9461, 53.6846],[-2.944, 53.6819],[-2.943599, 53.6812],[-2.9432, 53.6802],[-2.942001, 53.6773],[-2.941299, 53.6745],[-2.941499, 53.6738],[-2.944, 53.6711],[-2.946201, 53.6685],[-2.9468, 53.6678],[-2.946899, 53.6675],[-2.94660, 53.667],[-2.944, 53.6642],[-2.9412, 53.6615],[-2.9409, 53.6601],[-2.941099, 53.6591],[-2.941401, 53.6588],[-2.9432, 53.6579],[-2.95, 53.6531],[-2.9542, 53.6498],[-2.9556, 53.6480],[-2.957, 53.6466],[-2.957, 53.6464],[-2.95670, 53.6455],[-2.956201, 53.6438],[-2.9566, 53.6434],[-2.95880, 53.6421],[-2.9602, 53.6409],[-2.962001, 53.6391],[-2.9621, 53.6388],[-2.96260, 53.636],[-2.964101, 53.6347],[-2.9684, 53.6309],[-2.9712, 53.6285],[-2.9714, 53.6277],[-2.9776, 53.6231],[-2.998199, 53.6321],[-3.001499, 53.6298],[-3.001801, 53.6293],[-3.001699, 53.6288],[-3.001499, 53.6284],[-3.0011, 53.628],[-3.0007, 53.6277],[-3.000299, 53.6276],[-2.9988, 53.6268],[-2.997699, 53.6263],[-2.997299, 53.6261],[-2.9968, 53.6255],[-2.996401, 53.6254],[-2.9956, 53.6256],[-2.9948, 53.6259],[-2.994301, 53.626],[-2.992599, 53.6263],[-2.987799, 53.6263],[-2.986601, 53.6263],[-2.98510, 53.6257],[-2.98490, 53.6255],[-2.98490, 53.6248],[-2.98510, 53.6244],[-2.9876, 53.6243],[-2.9881, 53.6241],[-2.9889, 53.6231],[-2.992399, 53.6217],[-2.9969, 53.6209],[-3.0002, 53.6207],[-3.0046, 53.6169],[-3.0046, 53.6166],[-3.002899, 53.616],[-3.0027, 53.6155],[-3.002199, 53.6132],[-3.002399, 53.6129],[-3.0048, 53.6108],[-3.005399, 53.6108],[-3.009501, 53.6097],[-3.01370, 53.6062],[-3.016299, 53.6045],[-3.0193, 53.6022],[-3.0229, 53.5988],[-3.024899, 53.5961],[-3.025899, 53.5934],[-3.026801, 53.5906],[-3.027, 53.5889],[-3.0269, 53.5882],[-3.026299, 53.5878],[-3.0237, 53.5876],[-3.0232, 53.5874],[-3.02360, 53.5849],[-3.0225, 53.5847],[-3.0195, 53.5844],[-3.015399, 53.5838],[-3.013299, 53.5836],[-3.0129, 53.5834],[-3.0127, 53.5832],[-3.012599, 53.5830],[-3.01370, 53.5812],[-3.013999, 53.5805],[-3.014199, 53.5798],[-3.014301, 53.5788],[-3.014199, 53.5769],[-3.0146, 53.576],[-3.014699, 53.5757],[-3.0146, 53.5755],[-3.0144, 53.5754],[-3.0129, 53.5751],[-3.0128, 53.5749],[-3.0127, 53.5744],[-3.0136, 53.5728],[-3.01370, 53.5723],[-3.013299, 53.5711],[-3.017999, 53.5702],[-3.019, 53.57],[-3.02150, 53.5698],[-3.02570, 53.5697],[-3.0291, 53.5689],[-3.031699, 53.5683],[-3.03440, 53.5674],[-3.037699, 53.5656],[-3.038599, 53.5644],[-3.038901, 53.5637],[-3.038901, 53.5632],[-3.0388, 53.5625],[-3.0378, 53.5601],[-3.0376, 53.5586],[-3.037899, 53.5557],[-3.0376, 53.555],[-3.031899, 53.5515],[-3.031801, 53.5512],[-3.0348, 53.5486],[-3.0388, 53.5455],[-3.039799, 53.5444],[-3.041699, 53.543],[-3.0418, 53.5428],[-3.041699, 53.5424],[-3.0409, 53.5419],[-3.038901, 53.542],[-3.036401, 53.5421],[-3.0311, 53.5399],[-3.0293, 53.5405],[-3.028501, 53.5409],[-3.025899, 53.5428],[-3.0253, 53.543],[-3.024199, 53.5428],[-3.0225, 53.5424],[-3.0192, 53.5413],[-3.0146, 53.5394],[-3.0136, 53.5382],[-3.011899, 53.5358],[-3.0092, 53.5333],[-3.006001, 53.5305],[-3.000299, 53.5298],[-2.999599, 53.5299],[-2.9988, 53.5299],[-2.997499, 53.5294],[-2.9904, 53.5255],[-2.9804, 53.5190],[-2.9779, 53.5173],[-2.9765, 53.5165],[-2.9753, 53.5159],[-2.973599, 53.5157],[-2.971699, 53.5155],[-2.9698, 53.5157],[-2.9683, 53.5162],[-2.966401, 53.5169],[-2.9623, 53.5187],[-2.961401, 53.5201],[-2.9611, 53.5211],[-2.9611, 53.5225],[-2.961299, 53.5237],[-2.962001, 53.5258],[-2.9623, 53.5263],[-2.9651, 53.5318],[-2.966001, 53.5331],[-2.966401, 53.5337],[-2.96700, 53.5341],[-2.969599, 53.5343],[-2.97, 53.5344],[-2.970799, 53.5352],[-2.9721, 53.5371],[-2.973599, 53.5387],[-2.9763, 53.5422],[-2.977299, 53.5438],[-2.9779, 53.5448],[-2.9781, 53.5456],[-2.9779, 53.5462],[-2.976001, 53.5475],[-2.9745, 53.5481],[-2.972699, 53.5487],[-2.9705, 53.5491],[-2.96490, 53.5496],[-2.9543, 53.5456],[-2.95, 53.5447],[-2.945699, 53.5433],[-2.9444, 53.5423],[-2.929301, 53.5337],[-2.921299, 53.5272],[-2.895099, 53.5215],[-2.8864, 53.5227],[-2.88280, 53.5221],[-2.8818, 53.5220],[-2.878901, 53.5221],[-2.878, 53.5211],[-2.8762, 53.5183],[-2.8718, 53.5135],[-2.8736, 53.5113],[-2.874501, 53.5105],[-2.8763, 53.5102],[-2.8792, 53.5089],[-2.88560, 53.5064],[-2.8859, 53.5061],[-2.886801, 53.505],[-2.88730, 53.5046],[-2.889699, 53.5038],[-2.893199, 53.5029],[-2.894799, 53.5025],[-2.8963, 53.5019],[-2.896899, 53.5013],[-2.8972, 53.5009],[-2.8975, 53.5004],[-2.897599, 53.4999],[-2.897599, 53.4996],[-2.8973, 53.4991],[-2.8965, 53.4984],[-2.89590, 53.4977],[-2.8956, 53.4972],[-2.895499, 53.4967],[-2.8956, 53.496],[-2.8973, 53.4936],[-2.897399, 53.4933],[-2.897001, 53.4927],[-2.8958, 53.4918],[-2.8956, 53.4907],[-2.8984, 53.4883],[-2.9066, 53.4862],[-2.909501, 53.4839],[-2.911801, 53.4827],[-2.913701, 53.4831],[-2.9144, 53.4831],[-2.9151, 53.4828],[-2.920099, 53.4795],[-2.93020, 53.4748],[-2.9372, 53.4748],[-2.941401, 53.4750],[-2.948501, 53.4751],[-2.951499, 53.4748],[-2.95460, 53.4745],[-2.9577, 53.4745],[-2.9589, 53.4742],[-2.96, 53.4738],[-2.961, 53.4733],[-2.961401, 53.4731],[-2.9635, 53.4702],[-2.965199, 53.4691],[-2.96890, 53.4681],[-2.9733, 53.4670],[-2.9745, 53.4666],[-2.9758, 53.4659],[-2.978701, 53.4630],[-2.97880, 53.4618],[-2.9768, 53.4562],[-2.976401, 53.4557],[-2.976001, 53.4555],[-2.975199, 53.4553],[-2.970099, 53.4537],[-2.9712, 53.4525],[-2.9726, 53.4507],[-2.974101, 53.4493],[-2.9756, 53.4479],[-2.977799, 53.4457],[-2.9789, 53.4447],[-2.979899, 53.4441],[-2.995199, 53.4417],[-2.998701, 53.4409],[-2.999399, 53.4408],[-3.00130, 53.4403],[-3.0035, 53.4395],[-3.0046, 53.4395],[-3.005599, 53.4398],[-3.006001, 53.4399],[-3.007499, 53.4399],[-3.009599, 53.4403],[-3.0237, 53.437],[-3.034301, 53.449],[-3.034501, 53.4493]]]]}, properties:{name:"Sefton"}}, {type:"Feature", geometry:{type:"MultiPolygon", coordinates:[[[[-3.034301, 53.449],[-3.0237, 53.437],[-3.0202, 53.4315],[-3.0091, 53.4086],[-2.99710, 53.3842],[-2.9867, 53.3736],[-2.954799, 53.3541],[-2.9266, 53.3318],[-2.919101, 53.3272],[-2.9285, 53.3085],[-2.928999, 53.3079],[-2.929699, 53.3074],[-2.9305, 53.3068],[-2.932199, 53.3058],[-2.9338, 53.3048],[-2.9358, 53.3036],[-2.942199, 53.298],[-2.9474, 53.2971],[-2.9488, 53.297],[-2.949399, 53.2972],[-2.949699, 53.2976],[-2.9502, 53.2995],[-2.9505, 53.3],[-2.952399, 53.3011],[-2.953099, 53.3014],[-2.954, 53.3013],[-2.95650, 53.301],[-2.961401, 53.3005],[-2.964799, 53.3003],[-2.9686, 53.3006],[-2.970799, 53.301],[-2.9728, 53.3015],[-2.9745, 53.3019],[-2.976001, 53.3024],[-2.98, 53.3034],[-2.9821, 53.3037],[-2.985699, 53.3044],[-2.9897, 53.3053],[-2.9934, 53.3061],[-2.996601, 53.3065],[-2.99710, 53.3063],[-2.997299, 53.3056],[-2.997499, 53.3045],[-2.999799, 53.3038],[-3.0006, 53.3035],[-3.00760, 53.301],[-3.010799, 53.3002],[-3.017299, 53.3003],[-3.018399, 53.3002],[-3.0195, 53.2998],[-3.0211, 53.299],[-3.028501, 53.2987],[-3.029999, 53.299],[-3.0309, 53.2993],[-3.0336, 53.301],[-3.04020, 53.3052],[-3.0423, 53.3064],[-3.046, 53.3098],[-3.04800, 53.3114],[-3.049, 53.312],[-3.0502, 53.3122],[-3.05290, 53.3122],[-3.05670, 53.3116],[-3.0574, 53.3116],[-3.05810, 53.3118],[-3.0653, 53.3154],[-3.0701, 53.3175],[-3.070899, 53.3177],[-3.0714, 53.3177],[-3.078, 53.3142],[-3.080499, 53.3118],[-3.0824, 53.3104],[-3.086801, 53.3088],[-3.0901, 53.3067],[-3.094599, 53.304],[-3.0948, 53.3039],[-3.0952, 53.3037],[-3.095799, 53.3034],[-3.102, 53.3006],[-3.1075, 53.2968],[-3.108999, 53.2967],[-3.109999, 53.2969],[-3.111099, 53.2975],[-3.111401, 53.2978],[-3.111401, 53.2979],[-3.1113, 53.298],[-3.1106, 53.2983],[-3.110399, 53.2985],[-3.1103, 53.299],[-3.1103, 53.2992],[-3.1105, 53.2994],[-3.1115, 53.3002],[-3.1133, 53.3011],[-3.114599, 53.3019],[-3.114799, 53.3022],[-3.114799, 53.3025],[-3.1147, 53.3027],[-3.114399, 53.3028],[-3.11200, 53.303],[-3.111401, 53.3031],[-3.110899, 53.3033],[-3.1108, 53.3035],[-3.1108, 53.3037],[-3.111001, 53.3039],[-3.1115, 53.3042],[-3.11200, 53.3043],[-3.1133, 53.3041],[-3.113501, 53.3041],[-3.11390, 53.3043],[-3.1142, 53.3047],[-3.115099, 53.3069],[-3.117399, 53.3101],[-3.1185, 53.3116],[-3.118799, 53.3124],[-3.118799, 53.3125],[-3.118701, 53.3127],[-3.1175, 53.3142],[-3.1173, 53.3147],[-3.1173, 53.3154],[-3.11770, 53.3163],[-3.1185, 53.3172],[-3.12190, 53.32],[-3.122499, 53.3207],[-3.1226, 53.3212],[-3.1226, 53.3215],[-3.122499, 53.3218],[-3.122299, 53.322],[-3.121201, 53.322],[-3.121401, 53.3233],[-3.124399, 53.3248],[-3.1275, 53.3272],[-3.129501, 53.329],[-3.132299, 53.3306],[-3.1342, 53.3313],[-3.1357, 53.3321],[-3.1363, 53.3329],[-3.1363, 53.3335],[-3.1379, 53.3349],[-3.1419, 53.3380],[-3.1428, 53.3389],[-3.1462, 53.3420],[-3.147001, 53.3427],[-3.1487, 53.3438],[-3.150399, 53.3447],[-3.1541, 53.3465],[-3.1549, 53.3468],[-3.157399, 53.3473],[-3.1586, 53.3476],[-3.159501, 53.3478],[-3.160399, 53.3482],[-3.1607, 53.3484],[-3.1617, 53.3491],[-3.162899, 53.3502],[-3.1649, 53.352],[-3.167599, 53.3541],[-3.1698, 53.3556],[-3.170399, 53.3559],[-3.1724, 53.3575],[-3.174, 53.3589],[-3.1761, 53.3612],[-3.1784, 53.3639],[-3.178999, 53.3644],[-3.179399, 53.3646],[-3.179699, 53.3647],[-3.1817, 53.3648],[-3.182199, 53.3648],[-3.1828, 53.3648],[-3.183399, 53.3649],[-3.183901, 53.3651],[-3.1844, 53.3655],[-3.1849, 53.366],[-3.1858, 53.3672],[-3.1874, 53.3691],[-3.1882, 53.3698],[-3.1898, 53.3708],[-3.1912, 53.3718],[-3.1925, 53.3727],[-3.1933, 53.373],[-3.194799, 53.3734],[-3.19530, 53.3737],[-3.19740, 53.3756],[-3.1986, 53.3774],[-3.1988, 53.3784],[-3.19910, 53.3791],[-3.199301, 53.3801],[-3.199301, 53.3808],[-3.1988, 53.3841],[-3.1989, 53.3847],[-3.19960, 53.3871],[-3.19980, 53.3878],[-3.199899, 53.3883],[-3.19980, 53.3886],[-3.199699, 53.3888],[-3.199301, 53.3893],[-3.198999, 53.3894],[-3.1986, 53.3894],[-3.19740, 53.3894],[-3.1965, 53.3895],[-3.195899, 53.3896],[-3.1946, 53.3901],[-3.194, 53.3904],[-3.193399, 53.3908],[-3.19320, 53.3910],[-3.192899, 53.3916],[-3.192001, 53.3938],[-3.191801, 53.3941],[-3.191, 53.3946],[-3.1903, 53.3949],[-3.189101, 53.3952],[-3.1884, 53.3953],[-3.1864, 53.3952],[-3.1851, 53.3953],[-3.1847, 53.3954],[-3.1844, 53.3955],[-3.183199, 53.3962],[-3.1823, 53.3967],[-3.181299, 53.3971],[-3.179301, 53.3978],[-3.17870, 53.3981],[-3.1782, 53.3986],[-3.177999, 53.3990],[-3.1779, 53.3993],[-3.1777, 53.4001],[-3.17750, 53.4003],[-3.177299, 53.4004],[-3.177001, 53.4005],[-3.175699, 53.4004],[-3.174799, 53.4005],[-3.1745, 53.4006],[-3.173901, 53.4008],[-3.173399, 53.401],[-3.169501, 53.4026],[-3.1666, 53.4037],[-3.1626, 53.4048],[-3.15850, 53.4061],[-3.1519, 53.4083],[-3.151, 53.4086],[-3.14860, 53.4093],[-3.1472, 53.4098],[-3.1462, 53.4102],[-3.144599, 53.4111],[-3.1443, 53.4112],[-3.143901, 53.4113],[-3.142, 53.4116],[-3.1417, 53.4117],[-3.141299, 53.4120],[-3.140899, 53.4123],[-3.140599, 53.4124],[-3.140199, 53.4125],[-3.1387, 53.4128],[-3.1361, 53.4133],[-3.130899, 53.4144],[-3.126801, 53.4152],[-3.124399, 53.4156],[-3.1236, 53.4158],[-3.1224, 53.4162],[-3.122, 53.4163],[-3.121601, 53.4164],[-3.119501, 53.4167],[-3.1184, 53.4169],[-3.11770, 53.4171],[-3.117001, 53.4174],[-3.115799, 53.418],[-3.114799, 53.4185],[-3.113701, 53.4189],[-3.109999, 53.4197],[-3.1061, 53.4211],[-3.10570, 53.4213],[-3.1052, 53.4215],[-3.1043, 53.4215],[-3.103501, 53.4212],[-3.102799, 53.4212],[-3.1018, 53.4214],[-3.099101, 53.4227],[-3.0959, 53.4241],[-3.0929, 53.4257],[-3.0885, 53.4282],[-3.0822, 53.4309],[-3.0783, 53.4326],[-3.0762, 53.4337],[-3.0757, 53.4341],[-3.074399, 53.4352],[-3.0739, 53.4354],[-3.0718, 53.4358],[-3.068901, 53.4368],[-3.0655, 53.4381],[-3.0625, 53.4392],[-3.05880, 53.4403],[-3.053999, 53.4411],[-3.0517, 53.4414],[-3.0494, 53.4417],[-3.044699, 53.4422],[-3.043, 53.442],[-3.0416, 53.4415],[-3.0406, 53.4414],[-3.039, 53.4414],[-3.03810, 53.4415],[-3.037899, 53.4416],[-3.037899, 53.4418],[-3.038701, 53.4423],[-3.038901, 53.4425],[-3.038901, 53.4427],[-3.038701, 53.4428],[-3.0376, 53.443],[-3.03600, 53.4462],[-3.034501, 53.4493],[-3.034301, 53.449]]],[[[-3.2233, 53.3809],[-3.223901, 53.3808],[-3.224699, 53.3813],[-3.22630, 53.3826],[-3.2274, 53.3834],[-3.2279, 53.3838],[-3.2281, 53.3839],[-3.228199, 53.3841],[-3.2283, 53.3846],[-3.22840, 53.385],[-3.2283, 53.3852],[-3.2281, 53.3853],[-3.227, 53.3851],[-3.225199, 53.3833],[-3.224101, 53.3823],[-3.2233, 53.3815],[-3.2232, 53.3811],[-3.2233, 53.3809]]],[[[-3.217299, 53.3787],[-3.21810, 53.3784],[-3.2189, 53.379],[-3.22000, 53.38],[-3.2205, 53.3805],[-3.221, 53.381],[-3.2212, 53.3814],[-3.220799, 53.3817],[-3.22020, 53.3816],[-3.219, 53.3809],[-3.217799, 53.3798],[-3.2172, 53.379],[-3.217299, 53.3787]]],[[[-3.203901, 53.3715],[-3.2042, 53.3714],[-3.2046, 53.3715],[-3.2049, 53.3717],[-3.205899, 53.3725],[-3.2063, 53.373],[-3.206401, 53.3732],[-3.2063, 53.3735],[-3.206001, 53.3738],[-3.205499, 53.3739],[-3.204999, 53.3739],[-3.2046, 53.3737],[-3.204101, 53.3733],[-3.203701, 53.3727],[-3.203501, 53.3721],[-3.203501, 53.3718],[-3.203599, 53.3716],[-3.203901, 53.3715]]]]}, properties:{name:"Wirral"}}, {type:"Feature", geometry:{type:"MultiPolygon", coordinates:[[[[-1.7988, 53.482],[-1.799199, 53.4834],[-1.7995, 53.4851],[-1.799301, 53.487],[-1.799, 53.4894],[-1.798599, 53.4907],[-1.7982, 53.4914],[-1.7976, 53.4919],[-1.794199, 53.4944],[-1.794, 53.4948],[-1.794, 53.4955],[-1.7946, 53.5037],[-1.7948, 53.5042],[-1.7952, 53.5043],[-1.804, 53.5061],[-1.808501, 53.5071],[-1.8099, 53.5076],[-1.8099, 53.5081],[-1.809301, 53.5085],[-1.802999, 53.5111],[-1.800699, 53.5119],[-1.8004, 53.5122],[-1.800799, 53.5124],[-1.8018, 53.5126],[-1.807999, 53.5129],[-1.8149, 53.5137],[-1.8163, 53.5145],[-1.817199, 53.5151],[-1.8177, 53.5158],[-1.820199, 53.5229],[-1.8075, 53.5344],[-1.8054, 53.5365],[-1.8018, 53.5383],[-1.801, 53.5381],[-1.8005, 53.5376],[-1.797799, 53.5361],[-1.7966, 53.5358],[-1.794999, 53.5358],[-1.7911, 53.5363],[-1.7895, 53.5364],[-1.7887, 53.5366],[-1.787199, 53.5371],[-1.786299, 53.5372],[-1.784999, 53.537],[-1.781801, 53.5369],[-1.779, 53.5368],[-1.772699, 53.5366],[-1.7675, 53.5366],[-1.7629, 53.5369],[-1.756899, 53.5381],[-1.7529, 53.5391],[-1.7471, 53.541],[-1.7452, 53.5415],[-1.743199, 53.5423],[-1.7417, 53.5428],[-1.738, 53.5438],[-1.737, 53.5442],[-1.736001, 53.5447],[-1.733999, 53.5459],[-1.7298, 53.5485],[-1.7279, 53.5504],[-1.7262, 53.5521],[-1.7248, 53.5537],[-1.724599, 53.5541],[-1.723799, 53.5593],[-1.7235, 53.5596],[-1.7226, 53.5596],[-1.7194, 53.5595],[-1.714501, 53.5596],[-1.709301, 53.5597],[-1.7063, 53.5598],[-1.705, 53.5597],[-1.701499, 53.5597],[-1.7011, 53.5596],[-1.7003, 53.5589],[-1.6982, 53.5567],[-1.6968, 53.5558],[-1.6962, 53.5556],[-1.6954, 53.5555],[-1.693501, 53.5552],[-1.6878, 53.5553],[-1.677999, 53.5549],[-1.673599, 53.5549],[-1.672001, 53.5545],[-1.670099, 53.5541],[-1.6695, 53.554],[-1.6684, 53.5538],[-1.666, 53.5536],[-1.6646, 53.5538],[-1.6631, 53.5541],[-1.6617, 53.5547],[-1.658399, 53.557],[-1.6566, 53.5583],[-1.654, 53.5598],[-1.651299, 53.5611],[-1.6497, 53.5614],[-1.6402, 53.5632],[-1.6378, 53.5636],[-1.6337, 53.564],[-1.630599, 53.5644],[-1.6296, 53.5645],[-1.627499, 53.5645],[-1.6249, 53.5645],[-1.6235, 53.5644],[-1.6167, 53.5626],[-1.616099, 53.5627],[-1.6157, 53.563],[-1.608901, 53.5695],[-1.600399, 53.5757],[-1.5986, 53.5769],[-1.5972, 53.578],[-1.596801, 53.5788],[-1.596801, 53.5791],[-1.5971, 53.5799],[-1.599, 53.5822],[-1.599501, 53.5832],[-1.6, 53.5844],[-1.6007, 53.5869],[-1.6007, 53.5873],[-1.6006, 53.5877],[-1.599, 53.5893],[-1.5978, 53.5902],[-1.597, 53.5905],[-1.595899, 53.5906],[-1.593099, 53.5908],[-1.592, 53.5910],[-1.5904, 53.5913],[-1.5894, 53.5917],[-1.589, 53.5920],[-1.587999, 53.5934],[-1.5862, 53.5959],[-1.5857, 53.5969],[-1.585, 53.5983],[-1.584599, 53.5994],[-1.584301, 53.6011],[-1.584301, 53.6018],[-1.584501, 53.6024],[-1.585199, 53.6036],[-1.5858, 53.6051],[-1.585899, 53.6065],[-1.5857, 53.6071],[-1.5855, 53.6074],[-1.585199, 53.6076],[-1.5842, 53.6079],[-1.583701, 53.6069],[-1.582999, 53.6065],[-1.575799, 53.6071],[-1.5669, 53.608],[-1.565199, 53.6081],[-1.5638, 53.608],[-1.5631, 53.6079],[-1.562299, 53.6079],[-1.560899, 53.608],[-1.560099, 53.6079],[-1.559, 53.6076],[-1.5561, 53.6055],[-1.5533, 53.6047],[-1.5473, 53.6037],[-1.5466, 53.6034],[-1.5463, 53.6032],[-1.546, 53.6030],[-1.545799, 53.6026],[-1.545599, 53.6014],[-1.5454, 53.601],[-1.544999, 53.6005],[-1.5418, 53.5988],[-1.541299, 53.5986],[-1.539, 53.598],[-1.538599, 53.5978],[-1.5382, 53.5975],[-1.536401, 53.5957],[-1.535699, 53.5950],[-1.5354, 53.5948],[-1.5346, 53.5946],[-1.5325, 53.5943],[-1.5322, 53.5942],[-1.5319, 53.5940],[-1.5302, 53.5923],[-1.529899, 53.5923],[-1.528399, 53.5929],[-1.525499, 53.5941],[-1.517099, 53.5969],[-1.514899, 53.5975],[-1.512001, 53.5978],[-1.508399, 53.5976],[-1.508, 53.5977],[-1.5075, 53.5978],[-1.505499, 53.5989],[-1.5037, 53.5998],[-1.501899, 53.6005],[-1.5008, 53.601],[-1.4996, 53.6017],[-1.4994, 53.6016],[-1.495399, 53.5993],[-1.4943, 53.5984],[-1.492, 53.5965],[-1.4913, 53.5963],[-1.4892, 53.5963],[-1.4878, 53.5961],[-1.486601, 53.5958],[-1.486099, 53.5955],[-1.4852, 53.5941],[-1.4849, 53.5939],[-1.483701, 53.5945],[-1.4815, 53.5956],[-1.4793, 53.5969],[-1.476699, 53.5984],[-1.475199, 53.5993],[-1.4744, 53.5995],[-1.4683, 53.6005],[-1.466601, 53.6011],[-1.463701, 53.6021],[-1.462299, 53.6026],[-1.461699, 53.6029],[-1.4578, 53.6061],[-1.455899, 53.6073],[-1.453799, 53.6083],[-1.4518, 53.609],[-1.449, 53.6099],[-1.447399, 53.6105],[-1.4457, 53.6109],[-1.445199, 53.6107],[-1.4425, 53.6084],[-1.4411, 53.6071],[-1.440099, 53.6062],[-1.4388, 53.6053],[-1.4376, 53.6044],[-1.435799, 53.6029],[-1.4328, 53.5996],[-1.4317, 53.5978],[-1.431401, 53.5975],[-1.431, 53.5975],[-1.4298, 53.5976],[-1.427999, 53.5978],[-1.4255, 53.5981],[-1.4195, 53.5991],[-1.416201, 53.5995],[-1.4124, 53.5999],[-1.411299, 53.6000],[-1.409899, 53.6003],[-1.406401, 53.6007],[-1.404, 53.6011],[-1.4003, 53.6017],[-1.396201, 53.602],[-1.394, 53.6023],[-1.3904, 53.6031],[-1.388999, 53.6032],[-1.3867, 53.6031],[-1.3842, 53.6033],[-1.3796, 53.6033],[-1.376201, 53.6033],[-1.368901, 53.6037],[-1.366601, 53.6033],[-1.3638, 53.6028],[-1.361601, 53.6017],[-1.3602, 53.6006],[-1.3594, 53.5996],[-1.3586, 53.5984],[-1.358, 53.5971],[-1.3571, 53.5953],[-1.356899, 53.5945],[-1.356699, 53.5926],[-1.3563, 53.5911],[-1.356001, 53.5901],[-1.355399, 53.5884],[-1.3548, 53.5871],[-1.353701, 53.5851],[-1.353299, 53.5832],[-1.353701, 53.5805],[-1.353299, 53.5799],[-1.3507, 53.5782],[-1.3499, 53.5779],[-1.344, 53.5723],[-1.330299, 53.5599],[-1.3275, 53.5587],[-1.3246, 53.5586],[-1.3213, 53.5591],[-1.317199, 53.5589],[-1.3149, 53.5571],[-1.305099, 53.5562],[-1.3038, 53.5559],[-1.301201, 53.554],[-1.299, 53.5531],[-1.2961, 53.5497],[-1.2903, 53.5458],[-1.2888, 53.5437],[-1.2882, 53.5406],[-1.2887, 53.5398],[-1.2898, 53.5387],[-1.292799, 53.5374],[-1.292799, 53.5371],[-1.289999, 53.5354],[-1.287899, 53.5340],[-1.2858, 53.5334],[-1.2845, 53.5325],[-1.284301, 53.5324],[-1.2837, 53.5323],[-1.279799, 53.532],[-1.2774, 53.5314],[-1.2772, 53.5313],[-1.276801, 53.5309],[-1.2767, 53.5307],[-1.2772, 53.5297],[-1.2774, 53.5295],[-1.2776, 53.5294],[-1.2811, 53.5297],[-1.2816, 53.5296],[-1.282799, 53.5292],[-1.284899, 53.5293],[-1.2854, 53.5292],[-1.285599, 53.5290],[-1.285699, 53.5287],[-1.285699, 53.5285],[-1.285599, 53.5284],[-1.2783, 53.5234],[-1.278, 53.5231],[-1.277799, 53.5227],[-1.2779, 53.5224],[-1.2801, 53.5205],[-1.2803, 53.5202],[-1.2809, 53.5186],[-1.2811, 53.5184],[-1.282799, 53.5181],[-1.2831, 53.5179],[-1.286299, 53.5155],[-1.2867, 53.5154],[-1.2888, 53.5158],[-1.290799, 53.5159],[-1.293, 53.5157],[-1.2966, 53.5149],[-1.300699, 53.5141],[-1.3033, 53.5146],[-1.304, 53.5143],[-1.3046, 53.5134],[-1.3049, 53.5132],[-1.3053, 53.5131],[-1.3068, 53.5130],[-1.3074, 53.5127],[-1.3084, 53.5125],[-1.3089, 53.5122],[-1.309399, 53.5103],[-1.3106, 53.5113],[-1.3119, 53.5127],[-1.312299, 53.5129],[-1.3134, 53.5130],[-1.3148, 53.5129],[-1.3156, 53.5129],[-1.3163, 53.5130],[-1.318701, 53.514],[-1.3191, 53.514],[-1.319501, 53.5139],[-1.3212, 53.5132],[-1.3221, 53.5128],[-1.3233, 53.5126],[-1.324, 53.5126],[-1.325199, 53.5130],[-1.325799, 53.5134],[-1.327, 53.5144],[-1.3275, 53.5146],[-1.327999, 53.5147],[-1.328901, 53.5148],[-1.329399, 53.5149],[-1.3299, 53.5151],[-1.3306, 53.5152],[-1.3312, 53.5152],[-1.333099, 53.5147],[-1.333701, 53.5146],[-1.3369, 53.5149],[-1.338199, 53.515],[-1.3404, 53.5148],[-1.3455, 53.514],[-1.3515, 53.5134],[-1.356699, 53.5130],[-1.358299, 53.5130],[-1.359599, 53.5134],[-1.361001, 53.5138],[-1.363299, 53.5143],[-1.365, 53.5145],[-1.3679, 53.5145],[-1.369799, 53.5147],[-1.371601, 53.5146],[-1.376201, 53.5146],[-1.379799, 53.5149],[-1.3809, 53.5145],[-1.385, 53.512],[-1.389101, 53.51],[-1.3947, 53.5072],[-1.3959, 53.5068],[-1.398399, 53.5063],[-1.402001, 53.5059],[-1.4054, 53.5049],[-1.407001, 53.5043],[-1.407899, 53.5038],[-1.4089, 53.5027],[-1.4098, 53.5008],[-1.4109, 53.4996],[-1.412001, 53.4983],[-1.415799, 53.4952],[-1.418701, 53.4924],[-1.4209, 53.4903],[-1.422199, 53.4895],[-1.4248, 53.4877],[-1.4269, 53.486],[-1.428701, 53.4866],[-1.4297, 53.4869],[-1.4309, 53.4874],[-1.432199, 53.4882],[-1.434301, 53.4886],[-1.441601, 53.4914],[-1.4424, 53.4915],[-1.442899, 53.4914],[-1.4449, 53.4891],[-1.4475, 53.4874],[-1.4483, 53.4871],[-1.4526, 53.4852],[-1.4519, 53.4782],[-1.4519, 53.4780],[-1.457399, 53.4739],[-1.4607, 53.477],[-1.4649, 53.4784],[-1.4755, 53.4797],[-1.480299, 53.4810],[-1.486001, 53.4858],[-1.488999, 53.4865],[-1.492599, 53.4864],[-1.494799, 53.4862],[-1.496601, 53.4806],[-1.5081, 53.4708],[-1.5096, 53.4665],[-1.5146, 53.4645],[-1.518501, 53.4585],[-1.5186, 53.4580],[-1.513299, 53.4523],[-1.513299, 53.4519],[-1.517599, 53.4498],[-1.5253, 53.4427],[-1.5297, 53.4394],[-1.533599, 53.4394],[-1.5339, 53.4392],[-1.534101, 53.4393],[-1.5351, 53.44],[-1.5355, 53.4402],[-1.536201, 53.4404],[-1.5376, 53.4406],[-1.5401, 53.4409],[-1.5424, 53.4412],[-1.5431, 53.4413],[-1.5438, 53.4415],[-1.544199, 53.4417],[-1.5453, 53.4428],[-1.546201, 53.444],[-1.547199, 53.4446],[-1.548701, 53.4454],[-1.549101, 53.4458],[-1.549301, 53.4461],[-1.549399, 53.4464],[-1.549399, 53.4469],[-1.549101, 53.4474],[-1.5477, 53.4488],[-1.5463, 53.4501],[-1.546201, 53.4505],[-1.546401, 53.4508],[-1.5496, 53.4519],[-1.550099, 53.4521],[-1.5503, 53.4524],[-1.5505, 53.4528],[-1.5506, 53.4536],[-1.5504, 53.4556],[-1.549999, 53.4569],[-1.550099, 53.4576],[-1.5502, 53.4578],[-1.552001, 53.4601],[-1.554399, 53.4632],[-1.556201, 53.4655],[-1.558599, 53.4680],[-1.559999, 53.4704],[-1.560699, 53.4724],[-1.561401, 53.4745],[-1.5625, 53.4769],[-1.5625, 53.4771],[-1.5621, 53.4785],[-1.5621, 53.4787],[-1.5624, 53.479],[-1.565799, 53.479],[-1.567999, 53.4791],[-1.570799, 53.479],[-1.5721, 53.4791],[-1.573099, 53.4795],[-1.575099, 53.4810],[-1.575799, 53.4815],[-1.5771, 53.4819],[-1.578901, 53.4821],[-1.58, 53.4821],[-1.5822, 53.4815],[-1.583099, 53.4814],[-1.5851, 53.4816],[-1.5885, 53.4823],[-1.598701, 53.4844],[-1.603799, 53.4849],[-1.607499, 53.4859],[-1.6115, 53.4879],[-1.6122, 53.488],[-1.6158, 53.4882],[-1.6163, 53.4883],[-1.617499, 53.4885],[-1.6192, 53.4892],[-1.620399, 53.4898],[-1.624799, 53.4904],[-1.6303, 53.4911],[-1.636299, 53.4922],[-1.6416, 53.4935],[-1.642599, 53.4935],[-1.6454, 53.4936],[-1.6481, 53.4939],[-1.651201, 53.495],[-1.653399, 53.4953],[-1.6538, 53.4955],[-1.654899, 53.4964],[-1.656401, 53.4974],[-1.6573, 53.4977],[-1.659101, 53.4978],[-1.6602, 53.498],[-1.6633, 53.4995],[-1.6653, 53.5001],[-1.6673, 53.5002],[-1.668701, 53.5],[-1.6718, 53.4988],[-1.6726, 53.4987],[-1.674101, 53.4986],[-1.6749, 53.4988],[-1.677299, 53.4998],[-1.6777, 53.4999],[-1.677999, 53.4998],[-1.679101, 53.4991],[-1.681, 53.4979],[-1.683701, 53.4969],[-1.6856, 53.4965],[-1.6876, 53.4964],[-1.6888, 53.4965],[-1.6917, 53.4979],[-1.696001, 53.5008],[-1.698099, 53.5018],[-1.6996, 53.5022],[-1.7005, 53.5023],[-1.702, 53.5022],[-1.703799, 53.5017],[-1.704399, 53.5016],[-1.7061, 53.5017],[-1.707999, 53.5018],[-1.7092, 53.5014],[-1.7097, 53.501],[-1.7101, 53.5003],[-1.7105, 53.4992],[-1.7106, 53.499],[-1.7119, 53.4977],[-1.713901, 53.4951],[-1.7148, 53.494],[-1.7158, 53.4935],[-1.72, 53.4923],[-1.723901, 53.4917],[-1.7286, 53.4914],[-1.731099, 53.4915],[-1.731201, 53.4914],[-1.731001, 53.4907],[-1.731099, 53.49],[-1.731201, 53.4897],[-1.731699, 53.489],[-1.7327, 53.4879],[-1.733999, 53.4864],[-1.7348, 53.4841],[-1.735299, 53.4831],[-1.7357, 53.4817],[-1.7357, 53.4813],[-1.735, 53.4796],[-1.735, 53.4791],[-1.7357, 53.4775],[-1.7358, 53.4773],[-1.740399, 53.4765],[-1.746099, 53.4786],[-1.7601, 53.4802],[-1.7665, 53.4806],[-1.775699, 53.4823],[-1.7832, 53.4832],[-1.7887, 53.4836],[-1.7988, 53.482]]]]}, properties:{name:"Barnsley"}}, {type:"Feature", geometry:{type:"MultiPolygon", coordinates:[[[[-0.9335005, 53.5032],[-0.9506995000000003, 53.4854],[-0.9543005, 53.483],[-0.9645995000000002, 53.4791],[-0.9695995, 53.477],[-0.9716005, 53.4763],[-0.9735005, 53.476],[-0.9756995, 53.476],[-0.9771995, 53.4756],[-0.9791005, 53.4749],[-0.9818995, 53.4731],[-0.9824995, 53.4722],[-0.9822995, 53.4714],[-0.9808995, 53.4691],[-0.9805995, 53.4674],[-0.9808995, 53.4660],[-0.9816005, 53.4647],[-0.9845995, 53.4609],[-0.9891995, 53.4555],[-0.9910005, 53.4533],[-0.9895005, 53.4519],[-0.9895995, 53.4515],[-0.9907995, 53.4504],[-0.9918005, 53.4493],[-0.9953995, 53.4427],[-0.9966005, 53.4403],[-0.9968005, 53.4397],[-0.9966995, 53.4394],[-0.9950995, 53.4381],[-0.9949995, 53.4378],[-1.0002, 53.4362],[-1.005599, 53.4349],[-1.009699, 53.4339],[-1.0132, 53.433],[-1.0137, 53.4328],[-1.014199, 53.4324],[-1.0144, 53.4322],[-1.0146, 53.4319],[-1.014699, 53.4315],[-1.014699, 53.4311],[-1.0146, 53.4301],[-1.0143, 53.4275],[-1.0143, 53.4269],[-1.014699, 53.4264],[-1.0154, 53.4258],[-1.0159, 53.4254],[-1.016401, 53.4251],[-1.017099, 53.4249],[-1.020499, 53.425],[-1.0224, 53.4249],[-1.0231, 53.4248],[-1.024199, 53.4245],[-1.024899, 53.4241],[-1.0253, 53.4237],[-1.026, 53.4228],[-1.0266, 53.4224],[-1.027001, 53.4223],[-1.0308, 53.4227],[-1.031801, 53.4229],[-1.0324, 53.4232],[-1.0331, 53.4237],[-1.0338, 53.4245],[-1.034101, 53.4252],[-1.0348, 53.4275],[-1.034999, 53.4278],[-1.0353, 53.4279],[-1.036401, 53.428],[-1.0374, 53.428],[-1.0461, 53.4265],[-1.051601, 53.4252],[-1.053501, 53.4249],[-1.056499, 53.4249],[-1.062001, 53.426],[-1.064101, 53.4265],[-1.0707, 53.4281],[-1.076499, 53.429],[-1.0786, 53.4292],[-1.081401, 53.4292],[-1.082399, 53.4291],[-1.083099, 53.429],[-1.083901, 53.4288],[-1.084399, 53.4286],[-1.0851, 53.428],[-1.086801, 53.4263],[-1.088199, 53.4251],[-1.089599, 53.4238],[-1.0908, 53.4228],[-1.0942, 53.4209],[-1.0972, 53.4193],[-1.097499, 53.4198],[-1.098701, 53.4213],[-1.1009, 53.4226],[-1.102, 53.4225],[-1.106099, 53.4215],[-1.1071, 53.4218],[-1.109501, 53.4238],[-1.1185, 53.4144],[-1.1353, 53.4121],[-1.1373, 53.4135],[-1.147001, 53.415],[-1.1459, 53.4196],[-1.139101, 53.4261],[-1.1393, 53.4268],[-1.1473, 53.4283],[-1.162199, 53.4271],[-1.168501, 53.4347],[-1.1696, 53.4365],[-1.177199, 53.437],[-1.1877, 53.4357],[-1.188701, 53.4372],[-1.193599, 53.4374],[-1.1991, 53.438],[-1.199301, 53.4339],[-1.211401, 53.4339],[-1.2179, 53.4369],[-1.2212, 53.4369],[-1.223799, 53.4353],[-1.2259, 53.4353],[-1.2352, 53.4352],[-1.239799, 53.4345],[-1.2423, 53.4363],[-1.2422, 53.4367],[-1.2399, 53.4416],[-1.2401, 53.4422],[-1.2503, 53.4425],[-1.2528, 53.4432],[-1.253901, 53.4444],[-1.2522, 53.4496],[-1.2523, 53.4501],[-1.253399, 53.4508],[-1.2567, 53.4525],[-1.258299, 53.4562],[-1.2582, 53.4572],[-1.2544, 53.4569],[-1.2544, 53.4574],[-1.2603, 53.4614],[-1.260599, 53.4619],[-1.260499, 53.4632],[-1.257699, 53.4698],[-1.251001, 53.4775],[-1.251001, 53.4781],[-1.2532, 53.4815],[-1.258299, 53.4833],[-1.2715, 53.4873],[-1.2722, 53.4873],[-1.274899, 53.4846],[-1.278901, 53.4839],[-1.2819, 53.4814],[-1.2933, 53.4792],[-1.294399, 53.4789],[-1.294899, 53.4788],[-1.2982, 53.4781],[-1.298501, 53.4784],[-1.297199, 53.4805],[-1.298501, 53.4813],[-1.298599, 53.4815],[-1.298701, 53.4823],[-1.2989, 53.4826],[-1.300799, 53.4839],[-1.301, 53.4846],[-1.3009, 53.485],[-1.300699, 53.4854],[-1.2984, 53.4857],[-1.2938, 53.4866],[-1.293501, 53.4876],[-1.293701, 53.4881],[-1.2925, 53.4896],[-1.292799, 53.4907],[-1.2925, 53.4918],[-1.293, 53.4923],[-1.2975, 53.4934],[-1.3047, 53.4963],[-1.307899, 53.4971],[-1.3127, 53.5],[-1.3146, 53.5022],[-1.314301, 53.5056],[-1.312999, 53.5088],[-1.309399, 53.5103],[-1.3089, 53.5122],[-1.3084, 53.5125],[-1.3074, 53.5127],[-1.3068, 53.5130],[-1.3053, 53.5131],[-1.3049, 53.5132],[-1.3046, 53.5134],[-1.304, 53.5143],[-1.3033, 53.5146],[-1.300699, 53.5141],[-1.2966, 53.5149],[-1.293, 53.5157],[-1.290799, 53.5159],[-1.2888, 53.5158],[-1.2867, 53.5154],[-1.286299, 53.5155],[-1.2831, 53.5179],[-1.282799, 53.5181],[-1.2811, 53.5184],[-1.2809, 53.5186],[-1.2803, 53.5202],[-1.2801, 53.5205],[-1.2779, 53.5224],[-1.277799, 53.5227],[-1.278, 53.5231],[-1.2783, 53.5234],[-1.285599, 53.5284],[-1.285699, 53.5285],[-1.285699, 53.5287],[-1.285599, 53.5290],[-1.2854, 53.5292],[-1.284899, 53.5293],[-1.282799, 53.5292],[-1.2816, 53.5296],[-1.2811, 53.5297],[-1.2776, 53.5294],[-1.2774, 53.5295],[-1.2772, 53.5297],[-1.2767, 53.5307],[-1.276801, 53.5309],[-1.2772, 53.5313],[-1.2774, 53.5314],[-1.279799, 53.532],[-1.2837, 53.5323],[-1.284301, 53.5324],[-1.2845, 53.5325],[-1.2858, 53.5334],[-1.287899, 53.5340],[-1.289999, 53.5354],[-1.292799, 53.5371],[-1.292799, 53.5374],[-1.2898, 53.5387],[-1.2887, 53.5398],[-1.2882, 53.5406],[-1.2888, 53.5437],[-1.2903, 53.5458],[-1.2961, 53.5497],[-1.299, 53.5531],[-1.301201, 53.554],[-1.3038, 53.5559],[-1.305099, 53.5562],[-1.3149, 53.5571],[-1.317199, 53.5589],[-1.3213, 53.5591],[-1.3246, 53.5586],[-1.3275, 53.5587],[-1.330299, 53.5599],[-1.344, 53.5723],[-1.3499, 53.5779],[-1.3486, 53.5796],[-1.347499, 53.581],[-1.346601, 53.5816],[-1.3455, 53.5818],[-1.3434, 53.5819],[-1.3415, 53.5819],[-1.337299, 53.5812],[-1.3325, 53.5801],[-1.330099, 53.5791],[-1.3276, 53.5782],[-1.3256, 53.5777],[-1.3219, 53.5779],[-1.3191, 53.5781],[-1.3176, 53.5785],[-1.3157, 53.5784],[-1.3142, 53.5778],[-1.3125, 53.5762],[-1.310799, 53.5754],[-1.309399, 53.5753],[-1.306, 53.5755],[-1.302299, 53.5766],[-1.298599, 53.5774],[-1.2959, 53.5779],[-1.2926, 53.5788],[-1.2896, 53.5797],[-1.2882, 53.5801],[-1.2858, 53.5808],[-1.2786, 53.5826],[-1.2781, 53.5828],[-1.276201, 53.5839],[-1.276201, 53.5842],[-1.2769, 53.5858],[-1.2773, 53.5869],[-1.2775, 53.5877],[-1.2776, 53.5881],[-1.2776, 53.5883],[-1.277001, 53.5893],[-1.2766, 53.5897],[-1.2761, 53.5899],[-1.2751, 53.5900],[-1.2745, 53.5901],[-1.2722, 53.5903],[-1.2682, 53.5905],[-1.266801, 53.5905],[-1.2653, 53.5907],[-1.264101, 53.5907],[-1.258901, 53.5914],[-1.2566, 53.5919],[-1.2549, 53.5922],[-1.253399, 53.5931],[-1.2521, 53.5937],[-1.251801, 53.5941],[-1.251899, 53.5953],[-1.2521, 53.5957],[-1.2528, 53.5958],[-1.2552, 53.5959],[-1.2557, 53.5961],[-1.256299, 53.5968],[-1.2575, 53.5981],[-1.2575, 53.5984],[-1.251899, 53.6004],[-1.2485, 53.6017],[-1.248199, 53.6019],[-1.248299, 53.6025],[-1.2488, 53.604],[-1.2501, 53.6059],[-1.2499, 53.6063],[-1.243, 53.6079],[-1.2428, 53.6086],[-1.243901, 53.6124],[-1.2449, 53.6156],[-1.2452, 53.6165],[-1.2452, 53.617],[-1.2451, 53.6174],[-1.2449, 53.6175],[-1.2442, 53.6177],[-1.242599, 53.6177],[-1.2374, 53.6183],[-1.236001, 53.6187],[-1.2352, 53.6192],[-1.2264, 53.6225],[-1.2197, 53.6231],[-1.2158, 53.6235],[-1.2156, 53.6239],[-1.215899, 53.6257],[-1.216001, 53.6282],[-1.2163, 53.6324],[-1.2165, 53.6341],[-1.216401, 53.6355],[-1.216001, 53.6372],[-1.2151, 53.6391],[-1.2136, 53.6409],[-1.212499, 53.6417],[-1.211601, 53.6421],[-1.210199, 53.6428],[-1.208501, 53.6433],[-1.2071, 53.6438],[-1.204301, 53.6427],[-1.203099, 53.6425],[-1.1986, 53.6407],[-1.195899, 53.6398],[-1.194501, 53.6392],[-1.1933, 53.6386],[-1.1925, 53.6381],[-1.1919, 53.6374],[-1.191601, 53.6368],[-1.1912, 53.6363],[-1.1907, 53.6357],[-1.1904, 53.6355],[-1.190099, 53.6354],[-1.1892, 53.6354],[-1.1875, 53.6355],[-1.1854, 53.6358],[-1.182999, 53.6364],[-1.1776, 53.6373],[-1.1754, 53.6375],[-1.1727, 53.6376],[-1.172001, 53.6377],[-1.171499, 53.6378],[-1.170599, 53.6382],[-1.1703, 53.6383],[-1.1682, 53.6387],[-1.167099, 53.6389],[-1.1667, 53.639],[-1.166499, 53.6392],[-1.1661, 53.6397],[-1.1659, 53.6398],[-1.1652, 53.6401],[-1.1647, 53.6402],[-1.1632, 53.6403],[-1.162899, 53.6404],[-1.1624, 53.6406],[-1.1616, 53.6411],[-1.161299, 53.6412],[-1.1603, 53.6411],[-1.1595, 53.6412],[-1.157899, 53.6414],[-1.1575, 53.6416],[-1.1567, 53.6421],[-1.156, 53.6426],[-1.155599, 53.6428],[-1.1554, 53.6428],[-1.154101, 53.6424],[-1.1524, 53.6422],[-1.149301, 53.6416],[-1.149, 53.6415],[-1.148901, 53.6413],[-1.1487, 53.6407],[-1.1482, 53.6392],[-1.1479, 53.6386],[-1.147699, 53.6384],[-1.1472, 53.6382],[-1.1465, 53.6379],[-1.1461, 53.6378],[-1.1451, 53.6379],[-1.1432, 53.6378],[-1.142799, 53.6377],[-1.1411, 53.6363],[-1.140499, 53.6359],[-1.14, 53.6357],[-1.1388, 53.6354],[-1.1374, 53.6351],[-1.136899, 53.6347],[-1.1367, 53.6342],[-1.136201, 53.6336],[-1.1358, 53.6333],[-1.134699, 53.6329],[-1.133901, 53.6325],[-1.1329, 53.6322],[-1.1322, 53.6323],[-1.130399, 53.6328],[-1.1286, 53.6331],[-1.1271, 53.6338],[-1.1263, 53.6343],[-1.1251, 53.6357],[-1.1238, 53.6377],[-1.1237, 53.6380],[-1.123901, 53.6383],[-1.1242, 53.6388],[-1.125499, 53.6407],[-1.1259, 53.6414],[-1.126201, 53.6419],[-1.126201, 53.6426],[-1.126001, 53.6428],[-1.1256, 53.6428],[-1.124799, 53.6426],[-1.1238, 53.6427],[-1.122499, 53.6429],[-1.121601, 53.6433],[-1.121001, 53.6437],[-1.1208, 53.6441],[-1.1207, 53.6448],[-1.120499, 53.6455],[-1.1201, 53.6458],[-1.1192, 53.6460],[-1.118299, 53.6461],[-1.116899, 53.6461],[-1.1163, 53.6459],[-1.115299, 53.6454],[-1.115, 53.6453],[-1.114599, 53.6452],[-1.113199, 53.6452],[-1.1113, 53.6455],[-1.108901, 53.6461],[-1.106201, 53.6468],[-1.1026, 53.6474],[-1.1, 53.6478],[-1.0948, 53.6489],[-1.0928, 53.6492],[-1.091699, 53.6494],[-1.0911, 53.6494],[-1.089599, 53.6491],[-1.0884, 53.6493],[-1.0865, 53.6496],[-1.0819, 53.6508],[-1.0815, 53.6508],[-1.076401, 53.6500],[-1.072199, 53.6485],[-1.070199, 53.6481],[-1.0667, 53.6477],[-1.062199, 53.6481],[-1.0582, 53.6486],[-1.0555, 53.6492],[-1.053599, 53.6497],[-1.0506, 53.6508],[-1.049999, 53.6511],[-1.0488, 53.6521],[-1.047099, 53.6544],[-1.046499, 53.6550],[-1.0459, 53.6554],[-1.0447, 53.6558],[-1.0445, 53.6559],[-1.0434, 53.6559],[-1.042001, 53.6559],[-1.0404, 53.6557],[-1.039, 53.6553],[-1.0374, 53.6545],[-1.036801, 53.6543],[-1.0361, 53.6540],[-1.0351, 53.6538],[-1.034, 53.6537],[-1.0333, 53.6537],[-1.0311, 53.6541],[-1.0297, 53.6543],[-1.0275, 53.6540],[-1.026299, 53.6540],[-1.0254, 53.6542],[-1.023901, 53.6548],[-1.0223, 53.6556],[-1.0222, 53.6557],[-1.022799, 53.6565],[-1.0226, 53.6567],[-1.020499, 53.6574],[-1.018501, 53.6578],[-1.016201, 53.6580],[-1.0124, 53.6581],[-1.0088, 53.6583],[-1.0003, 53.6588],[-0.9980995000000003, 53.6591],[-0.9939995, 53.6591],[-0.9929995, 53.6592],[-0.9908995, 53.6595],[-0.9889995, 53.6596],[-0.9878995, 53.6601],[-0.9845995, 53.6615],[-0.9835995, 53.6615],[-0.9822995, 53.6612],[-0.9791995, 53.6601],[-0.9751995, 53.659],[-0.9743005, 53.6588],[-0.9683995, 53.659],[-0.9653995, 53.6587],[-0.9581995000000002, 53.6587],[-0.9503995, 53.659],[-0.9491995, 53.6589],[-0.9464005, 53.6584],[-0.9446995, 53.659],[-0.9439995, 53.6591],[-0.9435005, 53.6591],[-0.9421995, 53.6588],[-0.9289995, 53.6555],[-0.9229995000000002, 53.6537],[-0.9175995, 53.6525],[-0.9120005, 53.6509],[-0.9087995, 53.6501],[-0.8989995, 53.6477],[-0.8879995, 53.6449],[-0.8766005, 53.6421],[-0.8693995, 53.6403],[-0.8674995, 53.6397],[-0.8643995000000002, 53.639],[-0.8668005, 53.6145],[-0.8614005, 53.6093],[-0.8568005, 53.6058],[-0.8558995, 53.6049],[-0.8558995, 53.6041],[-0.8606995000000002, 53.5995],[-0.8616005, 53.5981],[-0.8616995, 53.5967],[-0.8612005, 53.5949],[-0.8610005, 53.5927],[-0.8614005, 53.5910],[-0.8639995, 53.5876],[-0.8658995, 53.5874],[-0.8675995, 53.5873],[-0.8685995, 53.5861],[-0.8689005, 53.5851],[-0.8685995, 53.5839],[-0.8689995, 53.5833],[-0.8696995, 53.5827],[-0.8705995, 53.5821],[-0.8716995, 53.5818],[-0.8739995, 53.5820],[-0.8787005000000002, 53.5827],[-0.8812995000000002, 53.5837],[-0.8835005, 53.5844],[-0.8843995, 53.5847],[-0.8854995, 53.5845],[-0.8866995, 53.5849],[-0.8885995, 53.5864],[-0.8896995, 53.5866],[-0.8907995, 53.5863],[-0.8916005, 53.5857],[-0.8920005, 53.5846],[-0.8918995, 53.5833],[-0.8912995, 53.5822],[-0.8905995, 53.5813],[-0.8893995, 53.5807],[-0.8882995, 53.5799],[-0.8877995, 53.5787],[-0.8881995, 53.5765],[-0.8895995, 53.5749],[-0.8902995, 53.5743],[-0.8910005, 53.5735],[-0.8916995, 53.5732],[-0.8921995, 53.5733],[-0.8927995, 53.5736],[-0.8939005, 53.5749],[-0.8943995, 53.5754],[-0.8951995, 53.5758],[-0.8962995, 53.5759],[-0.8970995, 53.5763],[-0.8987995, 53.5777],[-0.8997995, 53.5781],[-0.9018005, 53.5783],[-0.9039005, 53.5781],[-0.9062995, 53.5767],[-0.9073995, 53.5758],[-0.9078995, 53.5748],[-0.9080995000000002, 53.5735],[-0.9074995, 53.5725],[-0.9062005, 53.5717],[-0.9045995, 53.5713],[-0.9018995, 53.5708],[-0.8962005, 53.57],[-0.8956995, 53.5692],[-0.8948995000000002, 53.5672],[-0.8937995, 53.5659],[-0.8927995, 53.5653],[-0.8910995000000003, 53.5646],[-0.8905995, 53.5642],[-0.8903995, 53.5633],[-0.8910005, 53.5621],[-0.8914005, 53.5613],[-0.8912995, 53.5605],[-0.8907995, 53.5588],[-0.8907995, 53.5567],[-0.8916005, 53.5527],[-0.8924995000000002, 53.5505],[-0.8928995, 53.5492],[-0.8926995, 53.5483],[-0.8914995, 53.5476],[-0.8907995, 53.547],[-0.8896995, 53.5465],[-0.8885005000000002, 53.546],[-0.8858995, 53.5459],[-0.8837005, 53.5468],[-0.8825995, 53.5469],[-0.8816005, 53.5465],[-0.8812005, 53.5457],[-0.8812005, 53.5446],[-0.8816995, 53.5435],[-0.8831995, 53.5428],[-0.8835005, 53.5422],[-0.8837995, 53.5411],[-0.8837005, 53.5399],[-0.8830995, 53.5388],[-0.8818005, 53.5378],[-0.8801995, 53.5367],[-0.8781995, 53.5359],[-0.8762995, 53.5351],[-0.8757995, 53.5346],[-0.8754995, 53.5341],[-0.8754995, 53.5336],[-0.8760005, 53.5329],[-0.8774995, 53.5321],[-0.8803995, 53.5309],[-0.8820995, 53.5311],[-0.8837995, 53.5308],[-0.8883995, 53.5297],[-0.8912995, 53.5281],[-0.9157995, 53.5315],[-0.9223995, 53.532],[-0.9303995000000002, 53.5298],[-0.9332995, 53.5286],[-0.9353995, 53.5269],[-0.9352995, 53.5245],[-0.9355995, 53.5237],[-0.9362005, 53.5226],[-0.9374995000000003, 53.5214],[-0.9385005, 53.5206],[-0.9403995, 53.5203],[-0.9439995, 53.5206],[-0.9470995, 53.5209],[-0.9485995, 53.5208],[-0.9521995, 53.5209],[-0.9547995, 53.5211],[-0.9560005, 53.5201],[-0.9470995, 53.5133],[-0.9335005, 53.5032]]]]}, properties:{name:"Doncaster"}}, {type:"Feature", geometry:{type:"MultiPolygon", coordinates:[[[[-1.353901, 53.3684],[-1.354599, 53.3686],[-1.3577, 53.3697],[-1.359599, 53.3704],[-1.3638, 53.3732],[-1.365399, 53.3744],[-1.3688, 53.3765],[-1.3724, 53.3789],[-1.3744, 53.3785],[-1.3832, 53.3825],[-1.3886, 53.3832],[-1.3907, 53.3859],[-1.3894, 53.3878],[-1.3799, 53.3923],[-1.3796, 53.3939],[-1.381801, 53.3962],[-1.381201, 53.3978],[-1.383999, 53.3982],[-1.3867, 53.4008],[-1.386299, 53.4032],[-1.3929, 53.4106],[-1.395499, 53.4138],[-1.3974, 53.4147],[-1.3983, 53.4155],[-1.398901, 53.418],[-1.398901, 53.4184],[-1.3983, 53.4188],[-1.3975, 53.4191],[-1.3972, 53.4193],[-1.396801, 53.4196],[-1.3953, 53.4209],[-1.394899, 53.4213],[-1.394799, 53.4216],[-1.3945, 53.4231],[-1.394101, 53.424],[-1.393901, 53.4242],[-1.3936, 53.4243],[-1.3931, 53.4243],[-1.3923, 53.4241],[-1.391001, 53.4237],[-1.389899, 53.4231],[-1.388501, 53.4219],[-1.3882, 53.4217],[-1.3878, 53.4216],[-1.385399, 53.4217],[-1.3846, 53.4216],[-1.381801, 53.4209],[-1.381201, 53.4209],[-1.3801, 53.4209],[-1.3792, 53.421],[-1.3787, 53.4211],[-1.377001, 53.4215],[-1.371099, 53.4222],[-1.3713, 53.4225],[-1.3752, 53.4275],[-1.3859, 53.4269],[-1.3878, 53.4286],[-1.398501, 53.4272],[-1.4094, 53.4269],[-1.4268, 53.4339],[-1.431601, 53.4364],[-1.439399, 53.4419],[-1.443799, 53.4486],[-1.443799, 53.4548],[-1.4447, 53.4575],[-1.4486, 53.4632],[-1.457399, 53.4739],[-1.4519, 53.4780],[-1.4519, 53.4782],[-1.4526, 53.4852],[-1.4483, 53.4871],[-1.4475, 53.4874],[-1.4449, 53.4891],[-1.442899, 53.4914],[-1.4424, 53.4915],[-1.441601, 53.4914],[-1.434301, 53.4886],[-1.432199, 53.4882],[-1.4309, 53.4874],[-1.4297, 53.4869],[-1.428701, 53.4866],[-1.4269, 53.486],[-1.4248, 53.4877],[-1.422199, 53.4895],[-1.4209, 53.4903],[-1.418701, 53.4924],[-1.415799, 53.4952],[-1.412001, 53.4983],[-1.4109, 53.4996],[-1.4098, 53.5008],[-1.4089, 53.5027],[-1.407899, 53.5038],[-1.407001, 53.5043],[-1.4054, 53.5049],[-1.402001, 53.5059],[-1.398399, 53.5063],[-1.3959, 53.5068],[-1.3947, 53.5072],[-1.389101, 53.51],[-1.385, 53.512],[-1.3809, 53.5145],[-1.379799, 53.5149],[-1.376201, 53.5146],[-1.371601, 53.5146],[-1.369799, 53.5147],[-1.3679, 53.5145],[-1.365, 53.5145],[-1.363299, 53.5143],[-1.361001, 53.5138],[-1.359599, 53.5134],[-1.358299, 53.5130],[-1.356699, 53.5130],[-1.3515, 53.5134],[-1.3455, 53.514],[-1.3404, 53.5148],[-1.338199, 53.515],[-1.3369, 53.5149],[-1.333701, 53.5146],[-1.333099, 53.5147],[-1.3312, 53.5152],[-1.3306, 53.5152],[-1.3299, 53.5151],[-1.329399, 53.5149],[-1.328901, 53.5148],[-1.327999, 53.5147],[-1.3275, 53.5146],[-1.327, 53.5144],[-1.325799, 53.5134],[-1.325199, 53.5130],[-1.324, 53.5126],[-1.3233, 53.5126],[-1.3221, 53.5128],[-1.3212, 53.5132],[-1.319501, 53.5139],[-1.3191, 53.514],[-1.318701, 53.514],[-1.3163, 53.5130],[-1.3156, 53.5129],[-1.3148, 53.5129],[-1.3134, 53.5130],[-1.312299, 53.5129],[-1.3119, 53.5127],[-1.3106, 53.5113],[-1.309399, 53.5103],[-1.312999, 53.5088],[-1.314301, 53.5056],[-1.3146, 53.5022],[-1.3127, 53.5],[-1.307899, 53.4971],[-1.3047, 53.4963],[-1.2975, 53.4934],[-1.293, 53.4923],[-1.2925, 53.4918],[-1.292799, 53.4907],[-1.2925, 53.4896],[-1.293701, 53.4881],[-1.293501, 53.4876],[-1.2938, 53.4866],[-1.2984, 53.4857],[-1.300699, 53.4854],[-1.3009, 53.485],[-1.301, 53.4846],[-1.300799, 53.4839],[-1.2989, 53.4826],[-1.298701, 53.4823],[-1.298599, 53.4815],[-1.298501, 53.4813],[-1.297199, 53.4805],[-1.298501, 53.4784],[-1.2982, 53.4781],[-1.294899, 53.4788],[-1.294399, 53.4789],[-1.2933, 53.4792],[-1.2819, 53.4814],[-1.278901, 53.4839],[-1.274899, 53.4846],[-1.2722, 53.4873],[-1.2715, 53.4873],[-1.258299, 53.4833],[-1.2532, 53.4815],[-1.251001, 53.4781],[-1.251001, 53.4775],[-1.257699, 53.4698],[-1.260499, 53.4632],[-1.260599, 53.4619],[-1.2603, 53.4614],[-1.2544, 53.4574],[-1.2544, 53.4569],[-1.2582, 53.4572],[-1.258299, 53.4562],[-1.2567, 53.4525],[-1.253399, 53.4508],[-1.2523, 53.4501],[-1.2522, 53.4496],[-1.253901, 53.4444],[-1.2528, 53.4432],[-1.2503, 53.4425],[-1.2401, 53.4422],[-1.2399, 53.4416],[-1.2422, 53.4367],[-1.2423, 53.4363],[-1.239799, 53.4345],[-1.2352, 53.4352],[-1.2259, 53.4353],[-1.223799, 53.4353],[-1.2212, 53.4369],[-1.2179, 53.4369],[-1.211401, 53.4339],[-1.199301, 53.4339],[-1.1991, 53.438],[-1.193599, 53.4374],[-1.188701, 53.4372],[-1.1877, 53.4357],[-1.177199, 53.437],[-1.1696, 53.4365],[-1.168501, 53.4347],[-1.162199, 53.4271],[-1.1473, 53.4283],[-1.1393, 53.4268],[-1.139101, 53.4261],[-1.1459, 53.4196],[-1.147001, 53.415],[-1.1373, 53.4135],[-1.1353, 53.4121],[-1.1185, 53.4144],[-1.109501, 53.4238],[-1.1071, 53.4218],[-1.106099, 53.4215],[-1.102, 53.4225],[-1.1009, 53.4226],[-1.098701, 53.4213],[-1.097499, 53.4198],[-1.0972, 53.4193],[-1.099, 53.4184],[-1.101001, 53.4167],[-1.1021, 53.4152],[-1.103099, 53.4137],[-1.1035, 53.413],[-1.103799, 53.4122],[-1.1041, 53.4113],[-1.1044, 53.4103],[-1.104599, 53.4099],[-1.1058, 53.4089],[-1.106601, 53.4083],[-1.1088, 53.4066],[-1.1098, 53.4059],[-1.112, 53.4045],[-1.1164, 53.4013],[-1.1222, 53.3971],[-1.1282, 53.3927],[-1.128999, 53.3918],[-1.129501, 53.3901],[-1.13, 53.3875],[-1.131801, 53.3836],[-1.132001, 53.3827],[-1.132001, 53.382],[-1.1303, 53.3785],[-1.1302, 53.3778],[-1.1302, 53.3772],[-1.1303, 53.3769],[-1.130599, 53.3762],[-1.1314, 53.375],[-1.1321, 53.3739],[-1.1328, 53.373],[-1.1351, 53.3703],[-1.136299, 53.3687],[-1.136899, 53.3675],[-1.1374, 53.3666],[-1.138, 53.3658],[-1.1387, 53.3648],[-1.140499, 53.3634],[-1.1431, 53.3616],[-1.1437, 53.3611],[-1.144199, 53.3605],[-1.1444, 53.36],[-1.1446, 53.3569],[-1.144799, 53.3564],[-1.1452, 53.3560],[-1.1457, 53.3557],[-1.146801, 53.3554],[-1.1479, 53.3554],[-1.1494, 53.3556],[-1.150499, 53.3559],[-1.1522, 53.3564],[-1.1536, 53.3569],[-1.158599, 53.3588],[-1.1602, 53.3595],[-1.160599, 53.3595],[-1.160699, 53.3593],[-1.1605, 53.3529],[-1.1603, 53.352],[-1.1598, 53.3512],[-1.1575, 53.3482],[-1.1558, 53.3461],[-1.1552, 53.3457],[-1.1546, 53.3455],[-1.153501, 53.3453],[-1.147799, 53.3454],[-1.1451, 53.3458],[-1.142599, 53.3461],[-1.139799, 53.3465],[-1.139101, 53.3465],[-1.138299, 53.3463],[-1.138299, 53.346],[-1.1386, 53.3455],[-1.1395, 53.3447],[-1.1443, 53.3422],[-1.149301, 53.3394],[-1.152001, 53.3378],[-1.1551, 53.3360],[-1.1566, 53.3349],[-1.1597, 53.3328],[-1.161401, 53.3309],[-1.1645, 53.329],[-1.170099, 53.3266],[-1.1746, 53.3241],[-1.1789, 53.3216],[-1.182099, 53.3209],[-1.1848, 53.315],[-1.186601, 53.3137],[-1.187999, 53.3129],[-1.1889, 53.3109],[-1.191499, 53.31],[-1.2006, 53.3073],[-1.2012, 53.3067],[-1.2013, 53.3049],[-1.206699, 53.3049],[-1.209599, 53.3064],[-1.2157, 53.306],[-1.2233, 53.3056],[-1.2284, 53.3078],[-1.233199, 53.3062],[-1.236899, 53.3055],[-1.2413, 53.3031],[-1.246099, 53.3025],[-1.2509, 53.3025],[-1.2544, 53.3021],[-1.2566, 53.3029],[-1.260599, 53.3045],[-1.2653, 53.3055],[-1.268501, 53.308],[-1.270499, 53.3093],[-1.2725, 53.3105],[-1.2772, 53.3092],[-1.2825, 53.3084],[-1.287799, 53.308],[-1.2927, 53.3154],[-1.2924, 53.3216],[-1.288599, 53.3244],[-1.2939, 53.3329],[-1.299399, 53.3335],[-1.3026, 53.3299],[-1.310799, 53.3328],[-1.314501, 53.3352],[-1.3174, 53.3346],[-1.3206, 53.3337],[-1.324399, 53.3331],[-1.3254, 53.3348],[-1.3257, 53.3360],[-1.3261, 53.3421],[-1.327, 53.3455],[-1.3286, 53.3492],[-1.3321, 53.3543],[-1.3365, 53.3549],[-1.3386, 53.3569],[-1.3405, 53.3603],[-1.3521, 53.368],[-1.353901, 53.3684]]]]}, properties:{name:"Rotherham"}}, {type:"Feature", geometry:{type:"MultiPolygon", coordinates:[[[[-1.398901, 53.418],[-1.3983, 53.4155],[-1.3974, 53.4147],[-1.395499, 53.4138],[-1.3929, 53.4106],[-1.386299, 53.4032],[-1.3867, 53.4008],[-1.383999, 53.3982],[-1.381201, 53.3978],[-1.381801, 53.3962],[-1.3796, 53.3939],[-1.3799, 53.3923],[-1.3894, 53.3878],[-1.3907, 53.3859],[-1.3886, 53.3832],[-1.3832, 53.3825],[-1.3744, 53.3785],[-1.3724, 53.3789],[-1.3688, 53.3765],[-1.365399, 53.3744],[-1.3638, 53.3732],[-1.359599, 53.3704],[-1.3577, 53.3697],[-1.354599, 53.3686],[-1.353901, 53.3684],[-1.3521, 53.368],[-1.3405, 53.3603],[-1.3386, 53.3569],[-1.3365, 53.3549],[-1.3321, 53.3543],[-1.3286, 53.3492],[-1.327, 53.3455],[-1.3261, 53.3421],[-1.3257, 53.3360],[-1.3254, 53.3348],[-1.324399, 53.3331],[-1.3272, 53.3289],[-1.328901, 53.3272],[-1.330099, 53.3252],[-1.331699, 53.3228],[-1.333799, 53.3195],[-1.336401, 53.3165],[-1.34, 53.3157],[-1.3458, 53.3148],[-1.3523, 53.3154],[-1.362, 53.3159],[-1.368, 53.3164],[-1.3767, 53.3173],[-1.379699, 53.3176],[-1.385499, 53.3184],[-1.3888, 53.3214],[-1.3936, 53.3197],[-1.397699, 53.3194],[-1.4026, 53.3194],[-1.407099, 53.3201],[-1.4058, 53.3251],[-1.4051, 53.3281],[-1.405599, 53.3312],[-1.4045, 53.3369],[-1.4076, 53.3396],[-1.412899, 53.3397],[-1.4147, 53.34],[-1.417199, 53.3404],[-1.421201, 53.3409],[-1.425699, 53.3420],[-1.4295, 53.3413],[-1.434501, 53.3408],[-1.4377, 53.3395],[-1.438701, 53.3389],[-1.443599, 53.3357],[-1.4455, 53.3330],[-1.454, 53.3300],[-1.458501, 53.3288],[-1.453501, 53.3251],[-1.454301, 53.3225],[-1.4562, 53.3211],[-1.458901, 53.3198],[-1.467399, 53.3164],[-1.4691, 53.3166],[-1.473701, 53.3192],[-1.477, 53.3198],[-1.4809, 53.3193],[-1.4858, 53.3181],[-1.490299, 53.3176],[-1.494101, 53.3175],[-1.4978, 53.3174],[-1.502499, 53.3165],[-1.505399, 53.3161],[-1.508399, 53.3158],[-1.510399, 53.3153],[-1.5157, 53.3128],[-1.5238, 53.3118],[-1.526401, 53.3108],[-1.527699, 53.31],[-1.5296, 53.3084],[-1.530699, 53.3066],[-1.532099, 53.3054],[-1.5352, 53.3045],[-1.5381, 53.3043],[-1.5431, 53.3051],[-1.5467, 53.3054],[-1.550099, 53.3056],[-1.553599, 53.3054],[-1.5577, 53.3049],[-1.5606, 53.3062],[-1.5552, 53.3114],[-1.557899, 53.3152],[-1.5621, 53.313],[-1.5676, 53.3147],[-1.579599, 53.313],[-1.580799, 53.3151],[-1.5777, 53.3169],[-1.5829, 53.3207],[-1.594, 53.3131],[-1.597399, 53.3116],[-1.598799, 53.3119],[-1.6005, 53.3133],[-1.6036, 53.317],[-1.611001, 53.3235],[-1.6223, 53.3194],[-1.624101, 53.3189],[-1.625499, 53.3186],[-1.6272, 53.3193],[-1.6288, 53.3213],[-1.6288, 53.3229],[-1.626801, 53.3242],[-1.6249, 53.3274],[-1.622699, 53.3299],[-1.618, 53.3330],[-1.6167, 53.3343],[-1.6115, 53.3387],[-1.6088, 53.3415],[-1.608199, 53.3417],[-1.606699, 53.3417],[-1.603701, 53.3418],[-1.5948, 53.3432],[-1.589501, 53.3449],[-1.5876, 53.3454],[-1.587399, 53.3457],[-1.587499, 53.346],[-1.588199, 53.3463],[-1.5928, 53.3471],[-1.598701, 53.3485],[-1.6073, 53.3507],[-1.6124, 53.3514],[-1.6185, 53.3522],[-1.6235, 53.3529],[-1.6258, 53.3539],[-1.626801, 53.3549],[-1.6294, 53.3568],[-1.631201, 53.3576],[-1.6476, 53.3617],[-1.6575, 53.3649],[-1.6611, 53.3671],[-1.6619, 53.3689],[-1.6615, 53.3714],[-1.6576, 53.3785],[-1.657001, 53.3799],[-1.653399, 53.3828],[-1.6532, 53.3833],[-1.6522, 53.3907],[-1.6522, 53.3925],[-1.6523, 53.393],[-1.6524, 53.3932],[-1.652799, 53.3935],[-1.654101, 53.3939],[-1.656401, 53.3942],[-1.6623, 53.3941],[-1.666401, 53.3939],[-1.667199, 53.3941],[-1.669199, 53.3948],[-1.676401, 53.3998],[-1.679, 53.4013],[-1.681, 53.4018],[-1.685099, 53.4017],[-1.690899, 53.4013],[-1.694399, 53.4023],[-1.6962, 53.4031],[-1.7018, 53.4047],[-1.7027, 53.4053],[-1.7028, 53.4056],[-1.7027, 53.4066],[-1.702399, 53.413],[-1.7028, 53.4141],[-1.704, 53.4157],[-1.7062, 53.4169],[-1.7092, 53.4181],[-1.7111, 53.4185],[-1.713701, 53.4185],[-1.721699, 53.4175],[-1.7265, 53.4163],[-1.7286, 53.4165],[-1.729599, 53.4167],[-1.730399, 53.4171],[-1.7356, 53.4204],[-1.739699, 53.4224],[-1.7431, 53.4244],[-1.744501, 53.425],[-1.7449, 53.4255],[-1.744501, 53.4277],[-1.743299, 53.4302],[-1.743199, 53.4306],[-1.743299, 53.4311],[-1.7435, 53.4316],[-1.744101, 53.4327],[-1.744501, 53.4332],[-1.746899, 53.4354],[-1.748, 53.4362],[-1.7485, 53.4367],[-1.7485, 53.4369],[-1.7443, 53.4425],[-1.7428, 53.4458],[-1.7429, 53.447],[-1.743299, 53.4481],[-1.744101, 53.4492],[-1.7456, 53.4511],[-1.746099, 53.4521],[-1.7463, 53.4528],[-1.7464, 53.4543],[-1.7465, 53.4550],[-1.746899, 53.4565],[-1.747001, 53.4571],[-1.747001, 53.4574],[-1.746899, 53.4581],[-1.745, 53.4617],[-1.7449, 53.462],[-1.745, 53.4623],[-1.7453, 53.4627],[-1.746899, 53.4638],[-1.7488, 53.4644],[-1.750399, 53.4646],[-1.7514, 53.4646],[-1.7521, 53.4645],[-1.752599, 53.4643],[-1.753399, 53.4639],[-1.755, 53.4635],[-1.756001, 53.4633],[-1.757699, 53.4632],[-1.758999, 53.4632],[-1.7615, 53.4636],[-1.7665, 53.4640],[-1.7674, 53.4643],[-1.768, 53.4646],[-1.7686, 53.4650],[-1.77, 53.4661],[-1.771401, 53.4670],[-1.774101, 53.4681],[-1.774999, 53.4688],[-1.775699, 53.4695],[-1.776201, 53.4701],[-1.776401, 53.4704],[-1.7766, 53.4709],[-1.7766, 53.4711],[-1.7761, 53.4719],[-1.7761, 53.4721],[-1.7766, 53.4733],[-1.7772, 53.4748],[-1.7774, 53.4750],[-1.7782, 53.4753],[-1.7851, 53.476],[-1.7873, 53.4761],[-1.789101, 53.4763],[-1.794, 53.4780],[-1.7955, 53.4787],[-1.797001, 53.4796],[-1.797799, 53.4805],[-1.7988, 53.482],[-1.7887, 53.4836],[-1.7832, 53.4832],[-1.775699, 53.4823],[-1.7665, 53.4806],[-1.7601, 53.4802],[-1.746099, 53.4786],[-1.740399, 53.4765],[-1.7358, 53.4773],[-1.7357, 53.4775],[-1.735, 53.4791],[-1.735, 53.4796],[-1.7357, 53.4813],[-1.7357, 53.4817],[-1.735299, 53.4831],[-1.7348, 53.4841],[-1.733999, 53.4864],[-1.7327, 53.4879],[-1.731699, 53.489],[-1.731201, 53.4897],[-1.731099, 53.49],[-1.731001, 53.4907],[-1.731201, 53.4914],[-1.731099, 53.4915],[-1.7286, 53.4914],[-1.723901, 53.4917],[-1.72, 53.4923],[-1.7158, 53.4935],[-1.7148, 53.494],[-1.713901, 53.4951],[-1.7119, 53.4977],[-1.7106, 53.499],[-1.7105, 53.4992],[-1.7101, 53.5003],[-1.7097, 53.501],[-1.7092, 53.5014],[-1.707999, 53.5018],[-1.7061, 53.5017],[-1.704399, 53.5016],[-1.703799, 53.5017],[-1.702, 53.5022],[-1.7005, 53.5023],[-1.6996, 53.5022],[-1.698099, 53.5018],[-1.696001, 53.5008],[-1.6917, 53.4979],[-1.6888, 53.4965],[-1.6876, 53.4964],[-1.6856, 53.4965],[-1.683701, 53.4969],[-1.681, 53.4979],[-1.679101, 53.4991],[-1.677999, 53.4998],[-1.6777, 53.4999],[-1.677299, 53.4998],[-1.6749, 53.4988],[-1.674101, 53.4986],[-1.6726, 53.4987],[-1.6718, 53.4988],[-1.668701, 53.5],[-1.6673, 53.5002],[-1.6653, 53.5001],[-1.6633, 53.4995],[-1.6602, 53.498],[-1.659101, 53.4978],[-1.6573, 53.4977],[-1.656401, 53.4974],[-1.654899, 53.4964],[-1.6538, 53.4955],[-1.653399, 53.4953],[-1.651201, 53.495],[-1.6481, 53.4939],[-1.6454, 53.4936],[-1.642599, 53.4935],[-1.6416, 53.4935],[-1.636299, 53.4922],[-1.6303, 53.4911],[-1.624799, 53.4904],[-1.620399, 53.4898],[-1.6192, 53.4892],[-1.617499, 53.4885],[-1.6163, 53.4883],[-1.6158, 53.4882],[-1.6122, 53.488],[-1.6115, 53.4879],[-1.607499, 53.4859],[-1.603799, 53.4849],[-1.598701, 53.4844],[-1.5885, 53.4823],[-1.5851, 53.4816],[-1.583099, 53.4814],[-1.5822, 53.4815],[-1.58, 53.4821],[-1.578901, 53.4821],[-1.5771, 53.4819],[-1.575799, 53.4815],[-1.575099, 53.4810],[-1.573099, 53.4795],[-1.5721, 53.4791],[-1.570799, 53.479],[-1.567999, 53.4791],[-1.565799, 53.479],[-1.5624, 53.479],[-1.5621, 53.4787],[-1.5621, 53.4785],[-1.5625, 53.4771],[-1.5625, 53.4769],[-1.561401, 53.4745],[-1.560699, 53.4724],[-1.559999, 53.4704],[-1.558599, 53.4680],[-1.556201, 53.4655],[-1.554399, 53.4632],[-1.552001, 53.4601],[-1.5502, 53.4578],[-1.550099, 53.4576],[-1.549999, 53.4569],[-1.5504, 53.4556],[-1.5506, 53.4536],[-1.5505, 53.4528],[-1.5503, 53.4524],[-1.550099, 53.4521],[-1.5496, 53.4519],[-1.546401, 53.4508],[-1.546201, 53.4505],[-1.5463, 53.4501],[-1.5477, 53.4488],[-1.549101, 53.4474],[-1.549399, 53.4469],[-1.549399, 53.4464],[-1.549301, 53.4461],[-1.549101, 53.4458],[-1.548701, 53.4454],[-1.547199, 53.4446],[-1.546201, 53.444],[-1.5453, 53.4428],[-1.544199, 53.4417],[-1.5438, 53.4415],[-1.5431, 53.4413],[-1.5424, 53.4412],[-1.5401, 53.4409],[-1.5376, 53.4406],[-1.536201, 53.4404],[-1.5355, 53.4402],[-1.5351, 53.44],[-1.534101, 53.4393],[-1.5339, 53.4392],[-1.533599, 53.4394],[-1.5297, 53.4394],[-1.5253, 53.4427],[-1.517599, 53.4498],[-1.513299, 53.4519],[-1.513299, 53.4523],[-1.5186, 53.4580],[-1.518501, 53.4585],[-1.5146, 53.4645],[-1.5096, 53.4665],[-1.5081, 53.4708],[-1.496601, 53.4806],[-1.494799, 53.4862],[-1.492599, 53.4864],[-1.488999, 53.4865],[-1.486001, 53.4858],[-1.480299, 53.4810],[-1.4755, 53.4797],[-1.4649, 53.4784],[-1.4607, 53.477],[-1.457399, 53.4739],[-1.4486, 53.4632],[-1.4447, 53.4575],[-1.443799, 53.4548],[-1.443799, 53.4486],[-1.439399, 53.4419],[-1.431601, 53.4364],[-1.4268, 53.4339],[-1.4094, 53.4269],[-1.398501, 53.4272],[-1.3878, 53.4286],[-1.3859, 53.4269],[-1.3752, 53.4275],[-1.3713, 53.4225],[-1.371099, 53.4222],[-1.377001, 53.4215],[-1.3787, 53.4211],[-1.3792, 53.421],[-1.3801, 53.4209],[-1.381201, 53.4209],[-1.381801, 53.4209],[-1.3846, 53.4216],[-1.385399, 53.4217],[-1.3878, 53.4216],[-1.3882, 53.4217],[-1.388501, 53.4219],[-1.389899, 53.4231],[-1.391001, 53.4237],[-1.3923, 53.4241],[-1.3931, 53.4243],[-1.3936, 53.4243],[-1.393901, 53.4242],[-1.394101, 53.424],[-1.3945, 53.4231],[-1.394799, 53.4216],[-1.394899, 53.4213],[-1.3953, 53.4209],[-1.396801, 53.4196],[-1.3972, 53.4193],[-1.3975, 53.4191],[-1.3983, 53.4188],[-1.398901, 53.4184],[-1.398901, 53.418]]]]}, properties:{name:"Sheffield"}}, {type:"Feature", geometry:{type:"MultiPolygon", coordinates:[[[[-1.5613, 54.8814],[-1.563599, 54.8814],[-1.570099, 54.8804],[-1.574301, 54.8800],[-1.575, 54.8802],[-1.576601, 54.8825],[-1.580899, 54.8893],[-1.5825, 54.8923],[-1.5849, 54.8957],[-1.587499, 54.8989],[-1.590899, 54.9016],[-1.5922, 54.9029],[-1.592499, 54.903],[-1.5929, 54.9029],[-1.5933, 54.9027],[-1.5955, 54.9015],[-1.599699, 54.8993],[-1.6012, 54.8989],[-1.6041, 54.8984],[-1.604699, 54.8982],[-1.606601, 54.8966],[-1.6088, 54.8942],[-1.6105, 54.893],[-1.613199, 54.8924],[-1.616201, 54.8907],[-1.6172, 54.89],[-1.618299, 54.8884],[-1.6188, 54.8881],[-1.619699, 54.8879],[-1.623, 54.8876],[-1.624699, 54.887],[-1.626201, 54.8862],[-1.6282, 54.8855],[-1.6303, 54.8847],[-1.6351, 54.8834],[-1.6397, 54.8819],[-1.642099, 54.8811],[-1.6451, 54.8812],[-1.6454, 54.8814],[-1.648901, 54.8858],[-1.651401, 54.8897],[-1.6531, 54.8924],[-1.653501, 54.8926],[-1.6537, 54.8926],[-1.657799, 54.8915],[-1.658399, 54.8915],[-1.658599, 54.8916],[-1.658599, 54.892],[-1.657099, 54.8942],[-1.6569, 54.8947],[-1.657001, 54.895],[-1.6581, 54.8955],[-1.660599, 54.8964],[-1.6623, 54.8968],[-1.662699, 54.8966],[-1.6632, 54.8959],[-1.6673, 54.8966],[-1.6698, 54.8973],[-1.6705, 54.8976],[-1.671401, 54.8981],[-1.6718, 54.8985],[-1.672001, 54.8988],[-1.672199, 54.8992],[-1.6726, 54.9003],[-1.6732, 54.9022],[-1.673599, 54.9031],[-1.677199, 54.9086],[-1.677999, 54.9097],[-1.6782, 54.9098],[-1.680099, 54.9094],[-1.6834, 54.9088],[-1.6856, 54.9082],[-1.685899, 54.9081],[-1.6863, 54.9079],[-1.686601, 54.9076],[-1.6868, 54.9073],[-1.687001, 54.9069],[-1.6871, 54.9064],[-1.6871, 54.9058],[-1.6868, 54.9045],[-1.6868, 54.9041],[-1.687001, 54.9036],[-1.687199, 54.9034],[-1.6875, 54.9032],[-1.687899, 54.9031],[-1.6884, 54.903],[-1.6889, 54.9031],[-1.691, 54.9046],[-1.6939, 54.9073],[-1.6947, 54.9079],[-1.6953, 54.9082],[-1.6956, 54.9082],[-1.697001, 54.9078],[-1.697299, 54.9078],[-1.701601, 54.9081],[-1.707999, 54.9085],[-1.711401, 54.9087],[-1.7201, 54.9093],[-1.7208, 54.9091],[-1.723099, 54.9079],[-1.723799, 54.908],[-1.724699, 54.9083],[-1.725199, 54.9088],[-1.7255, 54.9092],[-1.7257, 54.9097],[-1.7258, 54.9104],[-1.7259, 54.9122],[-1.7263, 54.9138],[-1.7271, 54.9149],[-1.728099, 54.9159],[-1.7294, 54.9167],[-1.732399, 54.9185],[-1.733199, 54.9193],[-1.733999, 54.9205],[-1.7342, 54.9206],[-1.7344, 54.9205],[-1.7348, 54.92],[-1.735399, 54.9195],[-1.7393, 54.9176],[-1.74, 54.9176],[-1.7414, 54.9177],[-1.7435, 54.9179],[-1.746601, 54.9183],[-1.7474, 54.9183],[-1.748, 54.9181],[-1.7514, 54.9159],[-1.752001, 54.9151],[-1.7531, 54.9129],[-1.753399, 54.9126],[-1.754699, 54.9119],[-1.7574, 54.9107],[-1.759699, 54.9097],[-1.7617, 54.9087],[-1.7624, 54.9085],[-1.762699, 54.9085],[-1.7631, 54.9086],[-1.764199, 54.9093],[-1.7657, 54.9099],[-1.766201, 54.9099],[-1.766401, 54.9097],[-1.7666, 54.9088],[-1.766801, 54.9084],[-1.7674, 54.9079],[-1.767699, 54.9078],[-1.7682, 54.9078],[-1.7694, 54.908],[-1.7729, 54.9092],[-1.774999, 54.9104],[-1.778, 54.9115],[-1.7796, 54.9117],[-1.780599, 54.9116],[-1.7826, 54.9109],[-1.7846, 54.9104],[-1.787699, 54.91],[-1.789899, 54.9098],[-1.791299, 54.9094],[-1.791499, 54.9092],[-1.7917, 54.9089],[-1.7918, 54.9085],[-1.792099, 54.9059],[-1.7923, 54.9055],[-1.7925, 54.9052],[-1.793, 54.9049],[-1.793501, 54.9047],[-1.794101, 54.9046],[-1.794899, 54.9045],[-1.795699, 54.9046],[-1.7961, 54.9048],[-1.797099, 54.9057],[-1.7982, 54.9061],[-1.799199, 54.9064],[-1.7997, 54.9064],[-1.801601, 54.9058],[-1.802799, 54.9056],[-1.8039, 54.9056],[-1.804301, 54.9057],[-1.804399, 54.9058],[-1.8054, 54.907],[-1.8059, 54.9072],[-1.8067, 54.9073],[-1.8083, 54.9071],[-1.809, 54.9069],[-1.8117, 54.9059],[-1.8124, 54.9058],[-1.813599, 54.9058],[-1.815899, 54.9059],[-1.8182, 54.906],[-1.82, 54.9059],[-1.8228, 54.9081],[-1.8241, 54.909],[-1.825199, 54.9095],[-1.826401, 54.9098],[-1.829301, 54.9106],[-1.8334, 54.9114],[-1.835199, 54.9117],[-1.8365, 54.9119],[-1.8434, 54.9137],[-1.8477, 54.9146],[-1.848799, 54.9151],[-1.849699, 54.9158],[-1.8505, 54.9169],[-1.851699, 54.9185],[-1.8522, 54.9197],[-1.852399, 54.9212],[-1.8526, 54.9218],[-1.8529, 54.9224],[-1.8544, 54.9247],[-1.8558, 54.9272],[-1.8559, 54.9276],[-1.8558, 54.9278],[-1.8556, 54.9279],[-1.8499, 54.9279],[-1.846001, 54.928],[-1.843099, 54.9283],[-1.834301, 54.9296],[-1.830799, 54.9304],[-1.826601, 54.9311],[-1.825799, 54.9313],[-1.8242, 54.9320],[-1.8232, 54.9329],[-1.822999, 54.9337],[-1.822899, 54.9347],[-1.8226, 54.9367],[-1.822399, 54.9375],[-1.8219, 54.9383],[-1.821601, 54.9391],[-1.821601, 54.9397],[-1.822001, 54.9415],[-1.8226, 54.9441],[-1.822999, 54.9451],[-1.8234, 54.9456],[-1.8246, 54.9465],[-1.8262, 54.9477],[-1.827299, 54.9489],[-1.8284, 54.9499],[-1.8304, 54.9515],[-1.830899, 54.9523],[-1.830899, 54.9529],[-1.8306, 54.9539],[-1.830099, 54.9544],[-1.828901, 54.9548],[-1.8268, 54.9552],[-1.8236, 54.9553],[-1.822199, 54.9554],[-1.8212, 54.9559],[-1.8204, 54.9565],[-1.8199, 54.9575],[-1.8196, 54.9588],[-1.8199, 54.9599],[-1.820899, 54.9617],[-1.821001, 54.9621],[-1.820899, 54.9627],[-1.8205, 54.9636],[-1.820099, 54.9643],[-1.8196, 54.9649],[-1.819, 54.9655],[-1.8184, 54.966],[-1.8177, 54.9663],[-1.817001, 54.9665],[-1.8153, 54.9669],[-1.814301, 54.9673],[-1.8133, 54.9679],[-1.8126, 54.9684],[-1.8121, 54.9689],[-1.8117, 54.9695],[-1.8105, 54.9707],[-1.810199, 54.9712],[-1.810099, 54.9716],[-1.8104, 54.9722],[-1.8127, 54.9746],[-1.8133, 54.9754],[-1.813501, 54.9757],[-1.8134, 54.9759],[-1.8083, 54.9773],[-1.8053, 54.9779],[-1.7995, 54.9795],[-1.796, 54.981],[-1.7923, 54.9829],[-1.7909, 54.9834],[-1.7888, 54.984],[-1.7855, 54.9846],[-1.7837, 54.9847],[-1.7816, 54.9844],[-1.7795, 54.9839],[-1.774899, 54.9826],[-1.772699, 54.9819],[-1.771401, 54.9816],[-1.769, 54.9812],[-1.766899, 54.9812],[-1.763901, 54.9813],[-1.7614, 54.9814],[-1.757599, 54.9821],[-1.7524, 54.9831],[-1.7506, 54.9833],[-1.749699, 54.9833],[-1.7488, 54.9833],[-1.7478, 54.9832],[-1.746899, 54.983],[-1.746001, 54.9828],[-1.7442, 54.9821],[-1.736601, 54.9796],[-1.731201, 54.9777],[-1.7271, 54.9761],[-1.726801, 54.9758],[-1.7263, 54.9753],[-1.726001, 54.9747],[-1.7251, 54.9719],[-1.7249, 54.9715],[-1.724501, 54.971],[-1.723701, 54.9704],[-1.722399, 54.9698],[-1.720199, 54.9691],[-1.7154, 54.9681],[-1.71, 54.9676],[-1.7091, 54.9677],[-1.7079, 54.9679],[-1.707, 54.9685],[-1.705099, 54.9706],[-1.704599, 54.9709],[-1.703701, 54.9713],[-1.702, 54.9717],[-1.700799, 54.9719],[-1.700199, 54.9719],[-1.6969, 54.971],[-1.6921, 54.9692],[-1.6892, 54.9678],[-1.6848, 54.9668],[-1.677799, 54.9655],[-1.6718, 54.9651],[-1.6666, 54.9645],[-1.6608, 54.9642],[-1.6582, 54.9639],[-1.6502, 54.9617],[-1.643, 54.9606],[-1.6382, 54.96],[-1.631201, 54.9601],[-1.6252, 54.9605],[-1.6224, 54.9608],[-1.619799, 54.9618],[-1.612, 54.9657],[-1.606899, 54.968],[-1.600299, 54.9698],[-1.593199, 54.9709],[-1.588099, 54.9707],[-1.586699, 54.9703],[-1.585199, 54.9698],[-1.584399, 54.9693],[-1.583501, 54.9686],[-1.5822, 54.9673],[-1.5815, 54.9669],[-1.5804, 54.9663],[-1.5783, 54.9653],[-1.5776, 54.9651],[-1.576499, 54.9649],[-1.5704, 54.9653],[-1.567001, 54.9651],[-1.5646, 54.9647],[-1.561499, 54.9636],[-1.5588, 54.9624],[-1.5567, 54.9612],[-1.5554, 54.9604],[-1.553701, 54.9596],[-1.549199, 54.9599],[-1.545799, 54.9609],[-1.5426, 54.9617],[-1.539301, 54.9622],[-1.5383, 54.9625],[-1.5376, 54.9627],[-1.535699, 54.9638],[-1.534199, 54.9636],[-1.533, 54.9633],[-1.5295, 54.9622],[-1.5296, 54.9594],[-1.5308, 54.9565],[-1.529101, 54.9554],[-1.5266, 54.9564],[-1.520599, 54.9556],[-1.517699, 54.9569],[-1.5161, 54.9557],[-1.5159, 54.9546],[-1.517699, 54.9513],[-1.517599, 54.9449],[-1.5166, 54.9437],[-1.5123, 54.9306],[-1.5137, 54.9304],[-1.517001, 54.9294],[-1.519799, 54.9294],[-1.5251, 54.9317],[-1.5288, 54.9321],[-1.532099, 54.9309],[-1.534999, 54.9313],[-1.5467, 54.9307],[-1.554399, 54.928],[-1.5582, 54.9292],[-1.563501, 54.9269],[-1.5656, 54.9182],[-1.5554, 54.9098],[-1.5553, 54.9072],[-1.5563, 54.9059],[-1.560799, 54.9047],[-1.556499, 54.9017],[-1.556401, 54.8946],[-1.554999, 54.8856],[-1.5581, 54.8816],[-1.5583, 54.8814],[-1.5613, 54.8814]]]]}, properties:{name:"Gateshead"}}, {type:"Feature", geometry:{type:"MultiPolygon", coordinates:[[[[-1.769, 54.9812],[-1.769101, 54.9818],[-1.7694, 54.983],[-1.7697, 54.9841],[-1.77, 54.9849],[-1.770499, 54.9858],[-1.773501, 54.9894],[-1.773901, 54.9901],[-1.774, 54.9906],[-1.774, 54.9928],[-1.773901, 54.9957],[-1.7737, 54.9983],[-1.773399, 55.0006],[-1.773399, 55.0016],[-1.7732, 55.0028],[-1.772799, 55.0033],[-1.7723, 55.0036],[-1.7717, 55.0039],[-1.7711, 55.004],[-1.7695, 55.0041],[-1.7681, 55.0045],[-1.766899, 55.0050],[-1.7654, 55.0061],[-1.765, 55.0065],[-1.7645, 55.0069],[-1.763901, 55.007],[-1.763399, 55.007],[-1.7544, 55.0067],[-1.7536, 55.0069],[-1.753399, 55.0071],[-1.7531, 55.0078],[-1.7528, 55.0094],[-1.7524, 55.0111],[-1.7508, 55.0154],[-1.750499, 55.0159],[-1.75, 55.0163],[-1.7472, 55.018],[-1.746801, 55.0185],[-1.7467, 55.0188],[-1.746601, 55.0198],[-1.7464, 55.0219],[-1.746201, 55.0233],[-1.7459, 55.0252],[-1.7456, 55.0257],[-1.7449, 55.0259],[-1.738199, 55.0269],[-1.737499, 55.0271],[-1.736801, 55.0275],[-1.736601, 55.0278],[-1.7364, 55.0284],[-1.736201, 55.0301],[-1.7358, 55.0306],[-1.735, 55.0313],[-1.7335, 55.0323],[-1.731601, 55.0338],[-1.7301, 55.0347],[-1.728799, 55.0351],[-1.726601, 55.0357],[-1.725, 55.0359],[-1.722, 55.0358],[-1.718799, 55.0352],[-1.713199, 55.0353],[-1.710199, 55.0356],[-1.709399, 55.0359],[-1.7072, 55.0365],[-1.706001, 55.037],[-1.702399, 55.0388],[-1.698501, 55.0403],[-1.6954, 55.0421],[-1.6928, 55.044],[-1.6919, 55.0449],[-1.691601, 55.0457],[-1.691401, 55.0473],[-1.6913, 55.0487],[-1.6913, 55.0509],[-1.6919, 55.0518],[-1.6925, 55.0526],[-1.693701, 55.0533],[-1.695199, 55.0537],[-1.7068, 55.0540],[-1.707399, 55.0543],[-1.7077, 55.0546],[-1.709, 55.0599],[-1.7097, 55.0624],[-1.711001, 55.0673],[-1.711001, 55.0677],[-1.7106, 55.0679],[-1.7082, 55.0679],[-1.706699, 55.0677],[-1.7026, 55.0675],[-1.7011, 55.0678],[-1.7006, 55.068],[-1.7006, 55.0685],[-1.7013, 55.0703],[-1.7013, 55.0711],[-1.7006, 55.0761],[-1.700199, 55.078],[-1.6998, 55.0787],[-1.699501, 55.0789],[-1.6924, 55.0779],[-1.688599, 55.0777],[-1.6799, 55.0777],[-1.6761, 55.0776],[-1.6746, 55.0776],[-1.6731, 55.0774],[-1.6682, 55.0766],[-1.667099, 55.0767],[-1.6625, 55.0781],[-1.6566, 55.0796],[-1.655599, 55.0798],[-1.6537, 55.0799],[-1.651201, 55.0797],[-1.649899, 55.0794],[-1.6494, 55.0792],[-1.649301, 55.0788],[-1.6496, 55.0779],[-1.6501, 55.0771],[-1.651201, 55.0761],[-1.651201, 55.0755],[-1.6508, 55.0751],[-1.649799, 55.0745],[-1.646401, 55.0727],[-1.6452, 55.0723],[-1.6436, 55.0721],[-1.6422, 55.0715],[-1.638999, 55.0614],[-1.635499, 55.0592],[-1.631899, 55.0459],[-1.638, 55.0437],[-1.6386, 55.0421],[-1.6378, 55.039],[-1.626601, 55.0389],[-1.621801, 55.0376],[-1.6163, 55.039],[-1.591801, 55.0373],[-1.589599, 55.0271],[-1.589501, 55.0258],[-1.5908, 55.0234],[-1.592, 55.022],[-1.5969, 55.0154],[-1.5983, 55.0135],[-1.6001, 55.0102],[-1.6, 55.0093],[-1.5986, 55.0072],[-1.5849, 55.0069],[-1.5797, 55.0083],[-1.5776, 55.006],[-1.571401, 55.0056],[-1.5692, 55.0050],[-1.5646, 55.0067],[-1.562199, 55.0059],[-1.5611, 55.0039],[-1.5588, 54.9981],[-1.559399, 54.9929],[-1.5583, 54.9908],[-1.5525, 54.9886],[-1.5474, 54.9902],[-1.547099, 54.9900],[-1.5401, 54.9876],[-1.5381, 54.9827],[-1.5359, 54.9824],[-1.5331, 54.9838],[-1.5324, 54.9836],[-1.5315, 54.9834],[-1.531201, 54.9833],[-1.5296, 54.9829],[-1.5309, 54.9814],[-1.531801, 54.9794],[-1.5323, 54.9771],[-1.5326, 54.9728],[-1.5331, 54.9684],[-1.5332, 54.9672],[-1.5333, 54.9666],[-1.5337, 54.966],[-1.5344, 54.9651],[-1.535699, 54.9638],[-1.5376, 54.9627],[-1.5383, 54.9625],[-1.539301, 54.9622],[-1.5426, 54.9617],[-1.545799, 54.9609],[-1.549199, 54.9599],[-1.553701, 54.9596],[-1.5554, 54.9604],[-1.5567, 54.9612],[-1.5588, 54.9624],[-1.561499, 54.9636],[-1.5646, 54.9647],[-1.567001, 54.9651],[-1.5704, 54.9653],[-1.576499, 54.9649],[-1.5776, 54.9651],[-1.5783, 54.9653],[-1.5804, 54.9663],[-1.5815, 54.9669],[-1.5822, 54.9673],[-1.583501, 54.9686],[-1.584399, 54.9693],[-1.585199, 54.9698],[-1.586699, 54.9703],[-1.588099, 54.9707],[-1.593199, 54.9709],[-1.600299, 54.9698],[-1.606899, 54.968],[-1.612, 54.9657],[-1.619799, 54.9618],[-1.6224, 54.9608],[-1.6252, 54.9605],[-1.631201, 54.9601],[-1.6382, 54.96],[-1.643, 54.9606],[-1.6502, 54.9617],[-1.6582, 54.9639],[-1.6608, 54.9642],[-1.6666, 54.9645],[-1.6718, 54.9651],[-1.677799, 54.9655],[-1.6848, 54.9668],[-1.6892, 54.9678],[-1.6921, 54.9692],[-1.6969, 54.971],[-1.700199, 54.9719],[-1.700799, 54.9719],[-1.702, 54.9717],[-1.703701, 54.9713],[-1.704599, 54.9709],[-1.705099, 54.9706],[-1.707, 54.9685],[-1.7079, 54.9679],[-1.7091, 54.9677],[-1.71, 54.9676],[-1.7154, 54.9681],[-1.720199, 54.9691],[-1.722399, 54.9698],[-1.723701, 54.9704],[-1.724501, 54.971],[-1.7249, 54.9715],[-1.7251, 54.9719],[-1.726001, 54.9747],[-1.7263, 54.9753],[-1.726801, 54.9758],[-1.7271, 54.9761],[-1.731201, 54.9777],[-1.736601, 54.9796],[-1.7442, 54.9821],[-1.746001, 54.9828],[-1.746899, 54.983],[-1.7478, 54.9832],[-1.7488, 54.9833],[-1.749699, 54.9833],[-1.7506, 54.9833],[-1.7524, 54.9831],[-1.757599, 54.9821],[-1.7614, 54.9814],[-1.763901, 54.9813],[-1.766899, 54.9812],[-1.769, 54.9812]]]]}, properties:{name:"Newcastle upon Tyne"}}, {type:"Feature", geometry:{type:"MultiPolygon", coordinates:[[[[-1.5296, 54.9829],[-1.531201, 54.9833],[-1.5315, 54.9834],[-1.5324, 54.9836],[-1.5331, 54.9838],[-1.5359, 54.9824],[-1.5381, 54.9827],[-1.5401, 54.9876],[-1.547099, 54.9900],[-1.5474, 54.9902],[-1.5525, 54.9886],[-1.5583, 54.9908],[-1.559399, 54.9929],[-1.5588, 54.9981],[-1.5611, 55.0039],[-1.562199, 55.0059],[-1.5646, 55.0067],[-1.5692, 55.0050],[-1.571401, 55.0056],[-1.5776, 55.006],[-1.5797, 55.0083],[-1.5849, 55.0069],[-1.5986, 55.0072],[-1.6, 55.0093],[-1.6001, 55.0102],[-1.5983, 55.0135],[-1.5969, 55.0154],[-1.592, 55.022],[-1.5908, 55.0234],[-1.589501, 55.0258],[-1.589599, 55.0271],[-1.591801, 55.0373],[-1.6163, 55.039],[-1.621801, 55.0376],[-1.626601, 55.0389],[-1.6378, 55.039],[-1.6386, 55.0421],[-1.638, 55.0437],[-1.631899, 55.0459],[-1.635499, 55.0592],[-1.638999, 55.0614],[-1.6422, 55.0715],[-1.6397, 55.0732],[-1.6378, 55.0739],[-1.6366, 55.0739],[-1.634799, 55.0735],[-1.632599, 55.073],[-1.630599, 55.0735],[-1.6292, 55.074],[-1.6282, 55.0739],[-1.6238, 55.0734],[-1.6222, 55.0733],[-1.621601, 55.0732],[-1.6208, 55.0729],[-1.620399, 55.0724],[-1.6203, 55.0703],[-1.6203, 55.0691],[-1.6202, 55.0685],[-1.619699, 55.0679],[-1.6184, 55.0668],[-1.6172, 55.0662],[-1.616001, 55.0658],[-1.613199, 55.0654],[-1.611201, 55.0655],[-1.6094, 55.0656],[-1.606801, 55.0657],[-1.6052, 55.0657],[-1.603199, 55.0660],[-1.6008, 55.0662],[-1.598099, 55.0662],[-1.5957, 55.0664],[-1.592399, 55.0660],[-1.5884, 55.0657],[-1.5865, 55.0655],[-1.582999, 55.0651],[-1.5799, 55.0646],[-1.578799, 55.0645],[-1.5783, 55.0644],[-1.5779, 55.0642],[-1.577299, 55.0637],[-1.576001, 55.0603],[-1.5754, 55.0585],[-1.575, 55.0582],[-1.574301, 55.0580],[-1.570899, 55.0574],[-1.5661, 55.0569],[-1.5619, 55.0562],[-1.560199, 55.0561],[-1.5552, 55.0554],[-1.554399, 55.0554],[-1.552799, 55.0557],[-1.5518, 55.056],[-1.548, 55.0568],[-1.5452, 55.0576],[-1.5434, 55.0583],[-1.5418, 55.0589],[-1.539899, 55.0599],[-1.537699, 55.0607],[-1.5348, 55.0615],[-1.5344, 55.0613],[-1.5333, 55.0600],[-1.5305, 55.0575],[-1.529799, 55.0569],[-1.528399, 55.0557],[-1.527799, 55.0555],[-1.5246, 55.0559],[-1.52, 55.0565],[-1.516001, 55.0569],[-1.511001, 55.0575],[-1.5088, 55.0577],[-1.5078, 55.0575],[-1.5067, 55.0570],[-1.5046, 55.0543],[-1.503999, 55.0533],[-1.5036, 55.0529],[-1.5028, 55.0527],[-1.501601, 55.0527],[-1.499501, 55.053],[-1.494501, 55.0542],[-1.492499, 55.0544],[-1.490299, 55.0546],[-1.4884, 55.0551],[-1.4849, 55.0556],[-1.484501, 55.0557],[-1.484501, 55.056],[-1.486201, 55.0606],[-1.4879, 55.0637],[-1.4881, 55.0642],[-1.488199, 55.0647],[-1.4879, 55.0651],[-1.4871, 55.0654],[-1.4813, 55.0670],[-1.4794, 55.0677],[-1.477399, 55.0690],[-1.476001, 55.0701],[-1.4749, 55.0709],[-1.473799, 55.0716],[-1.4728, 55.0726],[-1.4715, 55.0739],[-1.4708, 55.0745],[-1.469599, 55.0753],[-1.461601, 55.0778],[-1.4613, 55.0768],[-1.460899, 55.076],[-1.4605, 55.0756],[-1.4599, 55.0751],[-1.4583, 55.0744],[-1.4575, 55.0741],[-1.4569, 55.0737],[-1.4561, 55.073],[-1.4549, 55.0715],[-1.4542, 55.071],[-1.453799, 55.0707],[-1.4534, 55.0706],[-1.451601, 55.0709],[-1.451001, 55.0709],[-1.450199, 55.0708],[-1.4499, 55.0706],[-1.4498, 55.0704],[-1.4498, 55.0703],[-1.4499, 55.0699],[-1.450199, 55.0692],[-1.4505, 55.0688],[-1.4506, 55.0686],[-1.4506, 55.0683],[-1.4506, 55.0674],[-1.4507, 55.0669],[-1.451001, 55.0666],[-1.452299, 55.0658],[-1.452999, 55.0652],[-1.4532, 55.0648],[-1.4532, 55.0641],[-1.4529, 55.0627],[-1.4526, 55.0623],[-1.4513, 55.0604],[-1.4505, 55.0590],[-1.45, 55.0574],[-1.4491, 55.0554],[-1.4482, 55.0537],[-1.4469, 55.0518],[-1.446401, 55.0513],[-1.4441, 55.0493],[-1.4419, 55.0476],[-1.439999, 55.0462],[-1.4378, 55.0447],[-1.4353, 55.0436],[-1.4317, 55.042],[-1.430699, 55.0412],[-1.430099, 55.0405],[-1.4295, 55.0392],[-1.429301, 55.039],[-1.427899, 55.0389],[-1.4267, 55.0387],[-1.426601, 55.0386],[-1.426499, 55.0384],[-1.426499, 55.0381],[-1.4268, 55.0379],[-1.4289, 55.0374],[-1.4292, 55.0373],[-1.4305, 55.0355],[-1.4304, 55.0346],[-1.4302, 55.0343],[-1.4297, 55.0342],[-1.4281, 55.0345],[-1.427799, 55.0344],[-1.4275, 55.0342],[-1.427299, 55.0338],[-1.427299, 55.0334],[-1.4275, 55.033],[-1.427999, 55.0321],[-1.4281, 55.0316],[-1.4281, 55.0312],[-1.4275, 55.03],[-1.426201, 55.0281],[-1.425099, 55.0271],[-1.4239, 55.026],[-1.4224, 55.024],[-1.422001, 55.0237],[-1.421499, 55.0236],[-1.419199, 55.0237],[-1.4183, 55.0238],[-1.4181, 55.0237],[-1.417899, 55.0234],[-1.4182, 55.0209],[-1.4182, 55.0205],[-1.4181, 55.0201],[-1.418, 55.0199],[-1.4177, 55.0197],[-1.4173, 55.0196],[-1.416499, 55.0196],[-1.415599, 55.0197],[-1.414999, 55.0197],[-1.4144, 55.0195],[-1.414, 55.0192],[-1.4132, 55.0182],[-1.4131, 55.0181],[-1.4126, 55.0179],[-1.411801, 55.0177],[-1.4075, 55.0171],[-1.405599, 55.0168],[-1.402699, 55.0161],[-1.402099, 55.0158],[-1.402001, 55.0156],[-1.402001, 55.0154],[-1.4022, 55.0152],[-1.4029, 55.0151],[-1.4054, 55.0155],[-1.4119, 55.0168],[-1.4139, 55.0172],[-1.4144, 55.0171],[-1.4155, 55.0169],[-1.415799, 55.0168],[-1.4159, 55.0167],[-1.4159, 55.0166],[-1.415699, 55.0164],[-1.414999, 55.016],[-1.414899, 55.0157],[-1.414999, 55.0153],[-1.4154, 55.0149],[-1.416, 55.0147],[-1.4183, 55.0147],[-1.4213, 55.0147],[-1.423701, 55.0149],[-1.424301, 55.0149],[-1.426, 55.0147],[-1.4269, 55.0144],[-1.428599, 55.0137],[-1.429399, 55.0132],[-1.4303, 55.0119],[-1.4303, 55.0116],[-1.4302, 55.0113],[-1.429999, 55.0110],[-1.4298, 55.0107],[-1.4298, 55.0105],[-1.4299, 55.0104],[-1.429999, 55.0103],[-1.429999, 55.01],[-1.4298, 55.0092],[-1.4311, 55.0087],[-1.4327, 55.0079],[-1.434301, 55.0074],[-1.4362, 55.0069],[-1.4384, 55.0062],[-1.439, 55.0059],[-1.4397, 55.0053],[-1.440799, 55.0038],[-1.442001, 55.0019],[-1.442999, 54.9997],[-1.444, 54.9961],[-1.4448, 54.9947],[-1.445799, 54.9934],[-1.449, 54.9901],[-1.4497, 54.9894],[-1.4505, 54.9889],[-1.4518, 54.9883],[-1.454, 54.9875],[-1.455199, 54.9873],[-1.456699, 54.9872],[-1.459399, 54.9871],[-1.462999, 54.9872],[-1.4679, 54.9877],[-1.4722, 54.9878],[-1.4848, 54.9871],[-1.491001, 54.9873],[-1.497499, 54.9871],[-1.5046, 54.987],[-1.5096, 54.987],[-1.5136, 54.9868],[-1.516801, 54.9865],[-1.5202, 54.9861],[-1.524199, 54.9852],[-1.526801, 54.9845],[-1.5286, 54.9836],[-1.5296, 54.9829]]]]}, properties:{name:"North Tyneside"}}, {type:"Feature", geometry:{type:"MultiPolygon", coordinates:[[[[-1.3644, 54.9422],[-1.364799, 54.9422],[-1.3735, 54.9423],[-1.3807, 54.9413],[-1.385399, 54.9410],[-1.3888, 54.9408],[-1.391299, 54.9405],[-1.394799, 54.9397],[-1.4025, 54.9385],[-1.4055, 54.9377],[-1.406801, 54.9372],[-1.420799, 54.9330],[-1.424101, 54.9324],[-1.426401, 54.9321],[-1.4317, 54.9323],[-1.4353, 54.9331],[-1.4411, 54.9341],[-1.4468, 54.9348],[-1.4525, 54.9337],[-1.4561, 54.9333],[-1.4583, 54.9323],[-1.465199, 54.9302],[-1.481099, 54.9291],[-1.4822, 54.9284],[-1.4844, 54.9268],[-1.4877, 54.9284],[-1.4934, 54.9292],[-1.500499, 54.9291],[-1.5052, 54.9294],[-1.5093, 54.9305],[-1.5123, 54.9306],[-1.5166, 54.9437],[-1.517599, 54.9449],[-1.517699, 54.9513],[-1.5159, 54.9546],[-1.5161, 54.9557],[-1.517699, 54.9569],[-1.520599, 54.9556],[-1.5266, 54.9564],[-1.529101, 54.9554],[-1.5308, 54.9565],[-1.5296, 54.9594],[-1.5295, 54.9622],[-1.533, 54.9633],[-1.534199, 54.9636],[-1.535699, 54.9638],[-1.5344, 54.9651],[-1.5337, 54.966],[-1.5333, 54.9666],[-1.5332, 54.9672],[-1.5331, 54.9684],[-1.5326, 54.9728],[-1.5323, 54.9771],[-1.531801, 54.9794],[-1.5309, 54.9814],[-1.5296, 54.9829],[-1.5286, 54.9836],[-1.526801, 54.9845],[-1.524199, 54.9852],[-1.5202, 54.9861],[-1.516801, 54.9865],[-1.5136, 54.9868],[-1.5096, 54.987],[-1.5046, 54.987],[-1.497499, 54.9871],[-1.491001, 54.9873],[-1.4848, 54.9871],[-1.4722, 54.9878],[-1.4679, 54.9877],[-1.462999, 54.9872],[-1.459399, 54.9871],[-1.456699, 54.9872],[-1.455199, 54.9873],[-1.454, 54.9875],[-1.4518, 54.9883],[-1.4505, 54.9889],[-1.4497, 54.9894],[-1.449, 54.9901],[-1.445799, 54.9934],[-1.4448, 54.9947],[-1.444, 54.9961],[-1.442999, 54.9997],[-1.442001, 55.0019],[-1.440799, 55.0038],[-1.4397, 55.0053],[-1.439, 55.0059],[-1.4384, 55.0062],[-1.4362, 55.0069],[-1.434301, 55.0074],[-1.4327, 55.0079],[-1.4311, 55.0087],[-1.4298, 55.0092],[-1.429399, 55.0079],[-1.4292, 55.0078],[-1.4269, 55.0080],[-1.4231, 55.0088],[-1.4224, 55.0089],[-1.4218, 55.0089],[-1.4189, 55.0084],[-1.415699, 55.0080],[-1.4144, 55.0079],[-1.413599, 55.0079],[-1.4119, 55.0085],[-1.4096, 55.0096],[-1.4076, 55.0106],[-1.404, 55.0118],[-1.402099, 55.0124],[-1.4015, 55.0126],[-1.4011, 55.0127],[-1.4003, 55.0129],[-1.399999, 55.0128],[-1.3997, 55.0125],[-1.3996, 55.0123],[-1.3996, 55.012],[-1.399799, 55.0115],[-1.4003, 55.0110],[-1.4036, 55.0098],[-1.407001, 55.0086],[-1.408399, 55.0081],[-1.4098, 55.0074],[-1.412001, 55.0059],[-1.412099, 55.0057],[-1.412099, 55.0053],[-1.4119, 55.0047],[-1.410599, 55.0021],[-1.4094, 55.0005],[-1.4076, 54.9990],[-1.4052, 54.9969],[-1.4037, 54.9954],[-1.4031, 54.9948],[-1.4025, 54.9944],[-1.402099, 54.9943],[-1.4009, 54.9941],[-1.399899, 54.9938],[-1.3983, 54.9929],[-1.396801, 54.9922],[-1.3958, 54.9918],[-1.3937, 54.9914],[-1.393501, 54.9913],[-1.3932, 54.9911],[-1.3929, 54.9908],[-1.3924, 54.9892],[-1.3922, 54.9889],[-1.391801, 54.9886],[-1.391201, 54.9884],[-1.390499, 54.9885],[-1.3881, 54.9892],[-1.387699, 54.9892],[-1.3867, 54.9889],[-1.385, 54.9878],[-1.383901, 54.9869],[-1.383399, 54.9867],[-1.3808, 54.9861],[-1.379699, 54.9856],[-1.3794, 54.9854],[-1.379101, 54.9851],[-1.378901, 54.9847],[-1.378999, 54.9843],[-1.379699, 54.983],[-1.379799, 54.9826],[-1.379799, 54.9822],[-1.379501, 54.9816],[-1.378999, 54.9811],[-1.3774, 54.9798],[-1.3758, 54.9782],[-1.373399, 54.9768],[-1.365399, 54.9736],[-1.364599, 54.9732],[-1.363701, 54.9728],[-1.363199, 54.9727],[-1.361601, 54.9724],[-1.361001, 54.9722],[-1.3605, 54.972],[-1.359501, 54.9714],[-1.358999, 54.971],[-1.358701, 54.9706],[-1.3584, 54.9697],[-1.358199, 54.9692],[-1.358099, 54.969],[-1.357, 54.9676],[-1.3563, 54.9668],[-1.3559, 54.966],[-1.3552, 54.9641],[-1.354699, 54.9617],[-1.3544, 54.9609],[-1.353901, 54.9601],[-1.3529, 54.9591],[-1.3527, 54.9586],[-1.3527, 54.9583],[-1.3528, 54.9577],[-1.353999, 54.9561],[-1.3555, 54.9542],[-1.3557, 54.9537],[-1.3557, 54.9534],[-1.3556, 54.9527],[-1.355299, 54.9516],[-1.355299, 54.9512],[-1.355399, 54.9505],[-1.3559, 54.9496],[-1.356801, 54.9485],[-1.358999, 54.9471],[-1.361601, 54.9454],[-1.3631, 54.9439],[-1.364101, 54.9425],[-1.3644, 54.9422]]]]}, properties:{name:"South Tyneside"}}, {type:"Feature", geometry:{type:"MultiPolygon", coordinates:[[[[-1.3462, 54.8617],[-1.349699, 54.8605],[-1.3519, 54.8595],[-1.353099, 54.8592],[-1.3559, 54.859],[-1.357599, 54.8586],[-1.359501, 54.8581],[-1.361001, 54.858],[-1.363199, 54.8577],[-1.3659, 54.8574],[-1.3686, 54.8569],[-1.373399, 54.8549],[-1.376201, 54.8528],[-1.378999, 54.8504],[-1.3807, 54.849],[-1.3816, 54.8483],[-1.382001, 54.8482],[-1.384799, 54.848],[-1.388, 54.8478],[-1.39, 54.8478],[-1.393, 54.8476],[-1.3952, 54.8477],[-1.3981, 54.8477],[-1.3996, 54.8477],[-1.405699, 54.8469],[-1.4073, 54.8467],[-1.409999, 54.8457],[-1.4108, 54.8453],[-1.411, 54.8449],[-1.411201, 54.8429],[-1.411299, 54.8423],[-1.412001, 54.8418],[-1.412899, 54.8416],[-1.419, 54.8407],[-1.4196, 54.8405],[-1.4196, 54.8401],[-1.419101, 54.8385],[-1.418599, 54.8365],[-1.4183, 54.8347],[-1.417899, 54.8334],[-1.417199, 54.8322],[-1.416401, 54.8311],[-1.411201, 54.8258],[-1.411, 54.8253],[-1.411, 54.8246],[-1.4148, 54.8186],[-1.416401, 54.8160],[-1.4189, 54.8122],[-1.419999, 54.8106],[-1.422001, 54.8067],[-1.4247, 54.8037],[-1.4254, 54.8032],[-1.4269, 54.8025],[-1.4276, 54.8024],[-1.429, 54.803],[-1.429301, 54.803],[-1.432199, 54.8023],[-1.437999, 54.8008],[-1.439399, 54.8016],[-1.4421, 54.8032],[-1.442999, 54.8036],[-1.443599, 54.8035],[-1.446499, 54.8026],[-1.4498, 54.8018],[-1.451601, 54.8016],[-1.4578, 54.8018],[-1.4599, 54.8018],[-1.4655, 54.8018],[-1.469301, 54.8020],[-1.4719, 54.8020],[-1.4736, 54.8020],[-1.4757, 54.8018],[-1.4828, 54.8011],[-1.4881, 54.8006],[-1.490399, 54.8005],[-1.4921, 54.8016],[-1.4923, 54.8023],[-1.4922, 54.803],[-1.491899, 54.8036],[-1.4914, 54.8042],[-1.4908, 54.8048],[-1.4888, 54.8061],[-1.4879, 54.8066],[-1.4798, 54.8110],[-1.4827, 54.8124],[-1.4851, 54.8134],[-1.4863, 54.8141],[-1.4894, 54.8172],[-1.4907, 54.8185],[-1.4908, 54.8188],[-1.490399, 54.8202],[-1.4901, 54.8221],[-1.490299, 54.8231],[-1.4906, 54.824],[-1.493, 54.8268],[-1.494501, 54.8294],[-1.496601, 54.8329],[-1.4987, 54.8373],[-1.499699, 54.839],[-1.5002, 54.8392],[-1.503399, 54.8384],[-1.511899, 54.8363],[-1.515499, 54.8354],[-1.5159, 54.8357],[-1.516001, 54.8363],[-1.5152, 54.8438],[-1.514101, 54.845],[-1.509799, 54.8482],[-1.508501, 54.8499],[-1.5082, 54.8505],[-1.51, 54.8541],[-1.5121, 54.859],[-1.512699, 54.861],[-1.513, 54.8625],[-1.5125, 54.8657],[-1.5122, 54.8679],[-1.512001, 54.8697],[-1.5124, 54.8702],[-1.5129, 54.8705],[-1.516801, 54.8719],[-1.5179, 54.8721],[-1.519199, 54.8718],[-1.5204, 54.8718],[-1.522001, 54.8726],[-1.5225, 54.8729],[-1.524, 54.8736],[-1.529799, 54.8744],[-1.531201, 54.8748],[-1.532001, 54.8752],[-1.5331, 54.8756],[-1.5358, 54.8761],[-1.5482, 54.8764],[-1.558599, 54.8767],[-1.5588, 54.8770],[-1.558701, 54.8774],[-1.5567, 54.8806],[-1.556601, 54.8810],[-1.557001, 54.8812],[-1.5583, 54.8814],[-1.5581, 54.8816],[-1.554999, 54.8856],[-1.556401, 54.8946],[-1.556499, 54.9017],[-1.560799, 54.9047],[-1.5563, 54.9059],[-1.5553, 54.9072],[-1.5554, 54.9098],[-1.5656, 54.9182],[-1.563501, 54.9269],[-1.5582, 54.9292],[-1.554399, 54.928],[-1.5467, 54.9307],[-1.534999, 54.9313],[-1.532099, 54.9309],[-1.5288, 54.9321],[-1.5251, 54.9317],[-1.519799, 54.9294],[-1.517001, 54.9294],[-1.5137, 54.9304],[-1.5123, 54.9306],[-1.5093, 54.9305],[-1.5052, 54.9294],[-1.500499, 54.9291],[-1.4934, 54.9292],[-1.4877, 54.9284],[-1.4844, 54.9268],[-1.4822, 54.9284],[-1.481099, 54.9291],[-1.465199, 54.9302],[-1.4583, 54.9323],[-1.4561, 54.9333],[-1.4525, 54.9337],[-1.4468, 54.9348],[-1.4411, 54.9341],[-1.4353, 54.9331],[-1.4317, 54.9323],[-1.426401, 54.9321],[-1.424101, 54.9324],[-1.420799, 54.9330],[-1.406801, 54.9372],[-1.4055, 54.9377],[-1.4025, 54.9385],[-1.394799, 54.9397],[-1.391299, 54.9405],[-1.3888, 54.9408],[-1.385399, 54.9410],[-1.3807, 54.9413],[-1.3735, 54.9423],[-1.364799, 54.9422],[-1.3644, 54.9422],[-1.365299, 54.9408],[-1.3665, 54.9369],[-1.366601, 54.9359],[-1.3665, 54.9352],[-1.364799, 54.9320],[-1.364101, 54.9311],[-1.363999, 54.9309],[-1.363999, 54.9306],[-1.364599, 54.9294],[-1.364699, 54.9291],[-1.364599, 54.9287],[-1.364101, 54.9281],[-1.3634, 54.9275],[-1.363199, 54.9273],[-1.363199, 54.9270],[-1.3636, 54.9264],[-1.3636, 54.9261],[-1.362599, 54.9249],[-1.361801, 54.9241],[-1.3614, 54.9238],[-1.361099, 54.9237],[-1.3607, 54.9237],[-1.357599, 54.9235],[-1.3556, 54.9233],[-1.3534, 54.923],[-1.3526, 54.9227],[-1.3523, 54.9225],[-1.3523, 54.9223],[-1.352399, 54.9222],[-1.353099, 54.9222],[-1.3551, 54.9224],[-1.3578, 54.9227],[-1.3599, 54.9229],[-1.361699, 54.9228],[-1.362, 54.9228],[-1.3622, 54.9227],[-1.3623, 54.9225],[-1.3623, 54.9224],[-1.361801, 54.9214],[-1.3613, 54.9201],[-1.361099, 54.9198],[-1.3608, 54.9194],[-1.360399, 54.9192],[-1.359501, 54.9188],[-1.359501, 54.9187],[-1.359599, 54.9186],[-1.360399, 54.9184],[-1.361001, 54.9184],[-1.361601, 54.9185],[-1.361801, 54.9186],[-1.3621, 54.9188],[-1.3624, 54.9189],[-1.363701, 54.9187],[-1.3642, 54.9188],[-1.3644, 54.919],[-1.364599, 54.9197],[-1.364799, 54.92],[-1.3652, 54.9202],[-1.3657, 54.9203],[-1.366201, 54.9201],[-1.3665, 54.9199],[-1.366801, 54.9195],[-1.366801, 54.9193],[-1.366201, 54.9185],[-1.366201, 54.9183],[-1.3664, 54.918],[-1.3673, 54.9171],[-1.367499, 54.9167],[-1.3681, 54.9151],[-1.3685, 54.9143],[-1.368999, 54.9136],[-1.3694, 54.9131],[-1.369799, 54.9127],[-1.3708, 54.9121],[-1.3753, 54.9113],[-1.3786, 54.911],[-1.3801, 54.9108],[-1.3801, 54.9099],[-1.3764, 54.91],[-1.371801, 54.9105],[-1.3707, 54.9109],[-1.3692, 54.9114],[-1.368299, 54.9119],[-1.3664, 54.9132],[-1.365299, 54.9139],[-1.364799, 54.914],[-1.3638, 54.9139],[-1.3628, 54.9135],[-1.3614, 54.9125],[-1.361001, 54.912],[-1.3609, 54.9117],[-1.3605, 54.9099],[-1.360399, 54.9096],[-1.36, 54.9089],[-1.3598, 54.9086],[-1.359699, 54.9082],[-1.359699, 54.9077],[-1.3598, 54.9073],[-1.360399, 54.9067],[-1.3605, 54.9065],[-1.3606, 54.9063],[-1.3606, 54.906],[-1.3605, 54.9056],[-1.360399, 54.9054],[-1.3602, 54.9053],[-1.3598, 54.9052],[-1.359599, 54.905],[-1.359501, 54.9048],[-1.359501, 54.9045],[-1.359599, 54.9043],[-1.359699, 54.9041],[-1.360299, 54.9038],[-1.360399, 54.9037],[-1.3605, 54.9034],[-1.3605, 54.9029],[-1.360299, 54.9025],[-1.3601, 54.9022],[-1.3598, 54.902],[-1.3593, 54.902],[-1.358299, 54.9022],[-1.358, 54.9025],[-1.3579, 54.9027],[-1.3578, 54.9031],[-1.3579, 54.9045],[-1.3578, 54.9055],[-1.3577, 54.9065],[-1.356899, 54.9091],[-1.356899, 54.9096],[-1.3571, 54.91],[-1.357599, 54.9104],[-1.358199, 54.9108],[-1.358701, 54.9111],[-1.358999, 54.9114],[-1.3594, 54.9121],[-1.36, 54.9132],[-1.3606, 54.9137],[-1.3624, 54.9145],[-1.362599, 54.9147],[-1.3627, 54.915],[-1.3628, 54.916],[-1.3627, 54.9162],[-1.362499, 54.9163],[-1.362, 54.9163],[-1.361699, 54.9164],[-1.3615, 54.9166],[-1.361001, 54.9173],[-1.3608, 54.9175],[-1.3605, 54.9176],[-1.360299, 54.9175],[-1.359699, 54.917],[-1.358199, 54.9153],[-1.357399, 54.9146],[-1.3571, 54.9145],[-1.356699, 54.9145],[-1.3559, 54.9148],[-1.355299, 54.9151],[-1.353999, 54.916],[-1.353701, 54.9163],[-1.3534, 54.9169],[-1.353199, 54.9174],[-1.3529, 54.919],[-1.3528, 54.9192],[-1.3526, 54.9193],[-1.3522, 54.9193],[-1.3519, 54.9192],[-1.351801, 54.919],[-1.351801, 54.9184],[-1.3519, 54.9177],[-1.3521, 54.917],[-1.352399, 54.9164],[-1.3528, 54.9158],[-1.3542, 54.9148],[-1.356099, 54.9137],[-1.3563, 54.9135],[-1.3563, 54.9132],[-1.356201, 54.9127],[-1.3559, 54.9121],[-1.3556, 54.9118],[-1.3551, 54.9113],[-1.3541, 54.9107],[-1.353199, 54.9103],[-1.353, 54.9101],[-1.3529, 54.9096],[-1.3528, 54.9094],[-1.3522, 54.9091],[-1.3512, 54.9084],[-1.349699, 54.9073],[-1.3492, 54.907],[-1.3492, 54.9068],[-1.349301, 54.9066],[-1.349599, 54.9064],[-1.35, 54.9063],[-1.350399, 54.9064],[-1.352399, 54.9078],[-1.3528, 54.908],[-1.353299, 54.9082],[-1.353701, 54.9082],[-1.353799, 54.9081],[-1.353799, 54.908],[-1.353701, 54.9076],[-1.353701, 54.9075],[-1.353799, 54.9074],[-1.353999, 54.9073],[-1.3543, 54.9073],[-1.355, 54.9074],[-1.355299, 54.9073],[-1.355399, 54.9072],[-1.3555, 54.9071],[-1.355399, 54.9069],[-1.3552, 54.9068],[-1.353901, 54.9066],[-1.3535, 54.9065],[-1.353299, 54.9063],[-1.3529, 54.9056],[-1.3527, 54.9055],[-1.351601, 54.9054],[-1.3515, 54.9053],[-1.3515, 54.9052],[-1.3519, 54.9049],[-1.353901, 54.9036],[-1.3559, 54.9019],[-1.357599, 54.9009],[-1.358299, 54.9004],[-1.358999, 54.8997],[-1.359699, 54.8989],[-1.3598, 54.8985],[-1.3598, 54.8983],[-1.359501, 54.8976],[-1.3591, 54.8964],[-1.358901, 54.8954],[-1.358901, 54.8947],[-1.3591, 54.8935],[-1.3591, 54.8926],[-1.358901, 54.8912],[-1.3586, 54.8899],[-1.357399, 54.8872],[-1.356201, 54.8849],[-1.355399, 54.8839],[-1.353999, 54.8823],[-1.353, 54.8813],[-1.3528, 54.8809],[-1.3527, 54.8805],[-1.3527, 54.8801],[-1.353701, 54.8787],[-1.353901, 54.8780],[-1.353901, 54.8773],[-1.3534, 54.8755],[-1.352499, 54.8734],[-1.351099, 54.8715],[-1.3485, 54.8681],[-1.346801, 54.8659],[-1.3464, 54.8651],[-1.3462, 54.8641],[-1.3462, 54.8617]]]]}, properties:{name:"Sunderland"}}, {type:"Feature", geometry:{type:"MultiPolygon", coordinates:[[[[-1.8688, 52.4051],[-1.871601, 52.4045],[-1.8724, 52.4023],[-1.873999, 52.4024],[-1.8782, 52.4023],[-1.8781, 52.4012],[-1.8803, 52.4011],[-1.883, 52.401],[-1.884101, 52.4012],[-1.8842, 52.4012],[-1.884799, 52.4027],[-1.886201, 52.4043],[-1.8886, 52.4046],[-1.895499, 52.4034],[-1.9016, 52.4028],[-1.9074, 52.4044],[-1.908501, 52.4043],[-1.909999, 52.4036],[-1.912899, 52.4017],[-1.914999, 52.3999],[-1.9159, 52.3983],[-1.9204, 52.3975],[-1.921499, 52.3971],[-1.9245, 52.3937],[-1.926601, 52.3925],[-1.9298, 52.3903],[-1.932199, 52.387],[-1.935099, 52.3877],[-1.940199, 52.3886],[-1.9441, 52.3895],[-1.9498, 52.3917],[-1.953799, 52.3875],[-1.959301, 52.3895],[-1.9601, 52.3896],[-1.961401, 52.3906],[-1.966001, 52.3932],[-1.9712, 52.39],[-1.973901, 52.3874],[-1.9749, 52.387],[-1.976001, 52.3867],[-1.977399, 52.3867],[-1.9791, 52.3874],[-1.9807, 52.3875],[-1.9827, 52.3872],[-1.9844, 52.3866],[-1.9858, 52.3859],[-1.988199, 52.3844],[-1.9908, 52.3826],[-1.9952, 52.3819],[-1.998999, 52.381],[-2, 52.3811],[-2.0011, 52.3814],[-2.0013, 52.3821],[-2.000799, 52.3832],[-1.999501, 52.3845],[-1.999799, 52.3849],[-2.002399, 52.3848],[-2.0074, 52.3863],[-2.011499, 52.3863],[-2.0116, 52.3864],[-2.011899, 52.3869],[-2.0128, 52.3883],[-2.0144, 52.3909],[-2.0155, 52.3937],[-2.016099, 52.3963],[-2.016001, 52.3997],[-2.015399, 52.4012],[-2.0151, 52.4023],[-2.006601, 52.4028],[-2.006401, 52.4031],[-2.0049, 52.4059],[-2.0027, 52.408],[-2.000799, 52.4096],[-2.0006, 52.4098],[-1.9981, 52.4092],[-1.9972, 52.4116],[-1.9952, 52.4131],[-1.990499, 52.4146],[-1.9881, 52.4148],[-1.9872, 52.4155],[-1.987, 52.4183],[-1.9881, 52.4192],[-1.994799, 52.4217],[-1.997599, 52.4228],[-1.9988, 52.4229],[-1.999799, 52.4230],[-2.0028, 52.4238],[-2.0078, 52.4258],[-2.010299, 52.4267],[-2.0111, 52.4273],[-2.0113, 52.4278],[-2.0111, 52.4297],[-2.0114, 52.4306],[-2.012199, 52.4311],[-2.0193, 52.4347],[-2.0193, 52.4369],[-2.018501, 52.4396],[-2.017999, 52.4408],[-2.016401, 52.4442],[-2.013999, 52.4488],[-2.0127, 52.4523],[-2.0125, 52.4556],[-2.0116, 52.4622],[-2.0113, 52.4622],[-2.005899, 52.4626],[-2.0037, 52.4627],[-1.9999, 52.4629],[-1.9936, 52.4631],[-1.985, 52.4654],[-1.977, 52.4664],[-1.969301, 52.469],[-1.9655, 52.4709],[-1.9641, 52.4723],[-1.9622, 52.4751],[-1.963099, 52.4754],[-1.9647, 52.4758],[-1.9683, 52.4771],[-1.9686, 52.4774],[-1.968, 52.4781],[-1.965, 52.4797],[-1.9634, 52.4811],[-1.962499, 52.4814],[-1.961401, 52.4818],[-1.9555, 52.4821],[-1.9528, 52.4819],[-1.9507, 52.4835],[-1.951001, 52.4843],[-1.9476, 52.4858],[-1.944501, 52.4889],[-1.941, 52.4925],[-1.942001, 52.4934],[-1.9425, 52.4946],[-1.942999, 52.4957],[-1.9419, 52.4963],[-1.9374, 52.4976],[-1.937299, 52.4979],[-1.9374, 52.498],[-1.9417, 52.4990],[-1.9534, 52.5027],[-1.9586, 52.5037],[-1.959399, 52.5048],[-1.9598, 52.5059],[-1.9597, 52.5094],[-1.9606, 52.5114],[-1.961401, 52.5128],[-1.9619, 52.5144],[-1.961601, 52.5154],[-1.9599, 52.5171],[-1.957399, 52.5188],[-1.956699, 52.5197],[-1.9565, 52.5204],[-1.957999, 52.5234],[-1.957399, 52.5258],[-1.957, 52.5291],[-1.956601, 52.5296],[-1.954399, 52.5296],[-1.951601, 52.5295],[-1.950099, 52.53],[-1.9477, 52.5329],[-1.946001, 52.5337],[-1.943701, 52.5339],[-1.941499, 52.5332],[-1.9396, 52.5323],[-1.9382, 52.5319],[-1.9354, 52.5319],[-1.9324, 52.5314],[-1.931601, 52.5312],[-1.931, 52.5315],[-1.930699, 52.5318],[-1.9305, 52.5333],[-1.9305, 52.5344],[-1.9306, 52.5361],[-1.930699, 52.5385],[-1.929999, 52.5424],[-1.933701, 52.5456],[-1.9339, 52.5461],[-1.9339, 52.5462],[-1.9333, 52.5464],[-1.925699, 52.5466],[-1.9218, 52.5465],[-1.9205, 52.5467],[-1.9198, 52.5468],[-1.9195, 52.5468],[-1.9181, 52.5476],[-1.9133, 52.5491],[-1.911401, 52.55],[-1.9083, 52.5517],[-1.9076, 52.5519],[-1.904199, 52.5531],[-1.900499, 52.5543],[-1.8983, 52.5557],[-1.896299, 52.5583],[-1.8945, 52.561],[-1.892799, 52.5624],[-1.888901, 52.565],[-1.8871, 52.5656],[-1.886299, 52.5658],[-1.880499, 52.5688],[-1.8794, 52.5694],[-1.8781, 52.5712],[-1.8753, 52.5798],[-1.873199, 52.5833],[-1.870399, 52.5861],[-1.8665, 52.5889],[-1.859501, 52.5979],[-1.8559, 52.6027],[-1.8548, 52.6036],[-1.853701, 52.6041],[-1.8509, 52.6048],[-1.8484, 52.6056],[-1.846099, 52.6061],[-1.843799, 52.6065],[-1.8413, 52.6067],[-1.8391, 52.6070],[-1.8358, 52.6069],[-1.8307, 52.6073],[-1.826699, 52.6081],[-1.8205, 52.6061],[-1.814399, 52.6042],[-1.8084, 52.6027],[-1.8031, 52.6007],[-1.799301, 52.5995],[-1.796201, 52.5983],[-1.7903, 52.5931],[-1.789301, 52.5907],[-1.7902, 52.5866],[-1.789199, 52.5844],[-1.7884, 52.5834],[-1.7865, 52.5823],[-1.7844, 52.5813],[-1.7826, 52.5799],[-1.7797, 52.5771],[-1.775599, 52.5752],[-1.7744, 52.5743],[-1.7709, 52.5687],[-1.770499, 52.5658],[-1.7682, 52.5632],[-1.766801, 52.5594],[-1.766401, 52.5587],[-1.7653, 52.5578],[-1.763901, 52.5568],[-1.7625, 52.5556],[-1.758999, 52.5534],[-1.758, 52.5526],[-1.7492, 52.5478],[-1.748999, 52.5454],[-1.7431, 52.5432],[-1.7463, 52.5398],[-1.745399, 52.5373],[-1.748399, 52.5355],[-1.746099, 52.5315],[-1.7449, 52.5319],[-1.7408, 52.5339],[-1.7393, 52.5344],[-1.7377, 52.5337],[-1.7372, 52.533],[-1.7352, 52.5292],[-1.732499, 52.5256],[-1.738901, 52.5239],[-1.7506, 52.5216],[-1.751601, 52.5212],[-1.7522, 52.5207],[-1.7553, 52.5181],[-1.751601, 52.5158],[-1.7608, 52.5124],[-1.7645, 52.5125],[-1.7766, 52.51],[-1.788501, 52.5082],[-1.793701, 52.5074],[-1.7967, 52.5067],[-1.797099, 52.5064],[-1.7995, 52.5046],[-1.7995, 52.5038],[-1.799199, 52.5031],[-1.7976, 52.5028],[-1.7952, 52.5032],[-1.793599, 52.5034],[-1.791499, 52.5033],[-1.788501, 52.5029],[-1.783599, 52.5019],[-1.779301, 52.5012],[-1.775499, 52.501],[-1.771899, 52.5013],[-1.766299, 52.5013],[-1.761801, 52.5009],[-1.757699, 52.5004],[-1.7574, 52.5002],[-1.7586, 52.4964],[-1.759799, 52.4908],[-1.759899, 52.4887],[-1.7602, 52.4841],[-1.760399, 52.4819],[-1.7602, 52.478],[-1.760499, 52.4758],[-1.757699, 52.473],[-1.757599, 52.4726],[-1.7586, 52.4707],[-1.7587, 52.4699],[-1.758901, 52.4687],[-1.758901, 52.4686],[-1.7609, 52.4692],[-1.7617, 52.4694],[-1.7625, 52.4693],[-1.764799, 52.4679],[-1.764199, 52.4652],[-1.7632, 52.4633],[-1.7611, 52.4617],[-1.754501, 52.4566],[-1.754101, 52.4555],[-1.757599, 52.4505],[-1.758399, 52.4492],[-1.762699, 52.4489],[-1.766801, 52.4491],[-1.7704, 52.4489],[-1.7708, 52.4496],[-1.7715, 52.4497],[-1.772001, 52.449],[-1.7732, 52.4496],[-1.7744, 52.4497],[-1.7753, 52.4491],[-1.777001, 52.4493],[-1.777099, 52.4488],[-1.779301, 52.4489],[-1.7802, 52.4498],[-1.781801, 52.4502],[-1.785599, 52.451],[-1.7867, 52.4508],[-1.7881, 52.4517],[-1.7918, 52.4527],[-1.792799, 52.4522],[-1.7953, 52.4511],[-1.7961, 52.4511],[-1.798, 52.4515],[-1.7989, 52.4512],[-1.7995, 52.4511],[-1.8005, 52.451],[-1.8009, 52.451],[-1.8019, 52.4506],[-1.802299, 52.4497],[-1.803599, 52.4493],[-1.805699, 52.4469],[-1.8067, 52.4463],[-1.8077, 52.446],[-1.8074, 52.4455],[-1.809501, 52.4443],[-1.812001, 52.4429],[-1.811601, 52.4421],[-1.8125, 52.4408],[-1.812199, 52.4404],[-1.814399, 52.4384],[-1.8162, 52.4377],[-1.8178, 52.4378],[-1.818501, 52.4355],[-1.8184, 52.4325],[-1.8196, 52.4307],[-1.820899, 52.4298],[-1.826001, 52.4281],[-1.827, 52.4275],[-1.8278, 52.4261],[-1.8284, 52.4238],[-1.8284, 52.4226],[-1.8292, 52.4215],[-1.8348, 52.4176],[-1.8348, 52.4171],[-1.8401, 52.4138],[-1.8428, 52.4126],[-1.843199, 52.4114],[-1.844, 52.4108],[-1.845299, 52.4102],[-1.8492, 52.41],[-1.849599, 52.4105],[-1.8515, 52.4097],[-1.8523, 52.4104],[-1.8535, 52.41],[-1.8544, 52.4099],[-1.8544, 52.4094],[-1.8551, 52.4077],[-1.8557, 52.4072],[-1.8606, 52.4072],[-1.861601, 52.408],[-1.8642, 52.4091],[-1.866601, 52.4109],[-1.866801, 52.4106],[-1.8677, 52.4084],[-1.8688, 52.4083],[-1.8688, 52.4051]]]]}, properties:{name:"Birmingham"}}, {type:"Feature", geometry:{type:"MultiPolygon", coordinates:[[[[-1.5994, 52.3895],[-1.5977, 52.3928],[-1.5977, 52.3937],[-1.602399, 52.4012],[-1.603901, 52.4046],[-1.6041, 52.4048],[-1.6034, 52.4059],[-1.6014, 52.4097],[-1.6015, 52.4116],[-1.6021, 52.4155],[-1.6028, 52.4188],[-1.606001, 52.4231],[-1.6064, 52.4238],[-1.606201, 52.4245],[-1.604699, 52.4255],[-1.6048, 52.4265],[-1.6051, 52.4266],[-1.606099, 52.4265],[-1.6088, 52.4272],[-1.6094, 52.4278],[-1.6098, 52.431],[-1.609501, 52.4314],[-1.607, 52.4313],[-1.6057, 52.4313],[-1.6051, 52.4315],[-1.605, 52.4322],[-1.6049, 52.4327],[-1.6056, 52.4332],[-1.6093, 52.4337],[-1.6098, 52.4343],[-1.6094, 52.4372],[-1.6084, 52.4388],[-1.606899, 52.4396],[-1.6043, 52.4396],[-1.6023, 52.4393],[-1.6001, 52.4388],[-1.598701, 52.4383],[-1.598, 52.4381],[-1.597499, 52.4383],[-1.5948, 52.4414],[-1.5922, 52.4448],[-1.5915, 52.4462],[-1.592, 52.4476],[-1.594301, 52.4511],[-1.595299, 52.456],[-1.594, 52.4569],[-1.5934, 52.4585],[-1.5927, 52.4609],[-1.5919, 52.4622],[-1.578799, 52.4606],[-1.5742, 52.4592],[-1.5632, 52.4556],[-1.556, 52.4568],[-1.5498, 52.4576],[-1.541201, 52.4629],[-1.5365, 52.4659],[-1.526, 52.4572],[-1.5144, 52.458],[-1.517799, 52.4537],[-1.5129, 52.4526],[-1.507699, 52.4512],[-1.4996, 52.4514],[-1.497001, 52.4514],[-1.495399, 52.4531],[-1.493199, 52.4561],[-1.491201, 52.4583],[-1.489101, 52.4592],[-1.488901, 52.4591],[-1.4858, 52.4583],[-1.483, 52.458],[-1.467399, 52.4585],[-1.4527, 52.4534],[-1.444501, 52.4502],[-1.4405, 52.4484],[-1.4432, 52.4446],[-1.439, 52.4431],[-1.441401, 52.4376],[-1.4404, 52.4345],[-1.4331, 52.4319],[-1.4296, 52.4299],[-1.4282, 52.4281],[-1.429301, 52.4211],[-1.4325, 52.4179],[-1.431, 52.4134],[-1.435699, 52.4119],[-1.4354, 52.4081],[-1.4349, 52.4061],[-1.437999, 52.4022],[-1.434101, 52.3959],[-1.4362, 52.3923],[-1.4376, 52.39],[-1.439101, 52.3865],[-1.4432, 52.3867],[-1.447399, 52.3846],[-1.456401, 52.3792],[-1.465, 52.3766],[-1.4699, 52.3758],[-1.474599, 52.3747],[-1.4802, 52.3758],[-1.4877, 52.3759],[-1.5002, 52.3763],[-1.503999, 52.3767],[-1.5057, 52.3747],[-1.511801, 52.3673],[-1.517699, 52.3733],[-1.5203, 52.3768],[-1.522799, 52.3785],[-1.524199, 52.3798],[-1.525599, 52.3803],[-1.528901, 52.3786],[-1.5325, 52.3757],[-1.5346, 52.3746],[-1.5381, 52.3718],[-1.545699, 52.3653],[-1.5475, 52.3646],[-1.553599, 52.3631],[-1.556, 52.3646],[-1.556401, 52.3650],[-1.554101, 52.3674],[-1.554, 52.3679],[-1.557899, 52.3697],[-1.558501, 52.3701],[-1.5577, 52.3753],[-1.557999, 52.3758],[-1.5598, 52.3768],[-1.5612, 52.3773],[-1.5619, 52.3784],[-1.5648, 52.384],[-1.566499, 52.3853],[-1.569399, 52.3852],[-1.5727, 52.3851],[-1.577399, 52.3852],[-1.5834, 52.386],[-1.5904, 52.3874],[-1.5941, 52.3881],[-1.5994, 52.3895]]]]}, properties:{name:"Coventry"}}, {type:"Feature", geometry:{type:"MultiPolygon", coordinates:[[[[-2.1651, 52.4322],[-2.168799, 52.4385],[-2.170099, 52.4412],[-2.171099, 52.4436],[-2.172499, 52.4473],[-2.173599, 52.4508],[-2.174599, 52.4535],[-2.1744, 52.4564],[-2.173701, 52.4603],[-2.171201, 52.4651],[-2.1719, 52.4711],[-2.1754, 52.4753],[-2.178999, 52.4805],[-2.177999, 52.4824],[-2.1786, 52.4863],[-2.1798, 52.4888],[-2.180799, 52.4909],[-2.184799, 52.4971],[-2.186201, 52.4989],[-2.186899, 52.5007],[-2.187799, 52.5034],[-2.1785, 52.5127],[-2.170099, 52.514],[-2.148099, 52.5152],[-2.1454, 52.5189],[-2.144799, 52.5213],[-2.1465, 52.5224],[-2.149899, 52.524],[-2.154, 52.5259],[-2.149699, 52.5303],[-2.1463, 52.5319],[-2.1426, 52.5332],[-2.137001, 52.5354],[-2.136899, 52.5387],[-2.137199, 52.5414],[-2.138, 52.5481],[-2.133701, 52.553],[-2.132699, 52.5552],[-2.132, 52.5551],[-2.129501, 52.5549],[-2.125799, 52.5549],[-2.123501, 52.5562],[-2.1218, 52.5547],[-2.120399, 52.5542],[-2.118599, 52.5533],[-2.114501, 52.5517],[-2.1136, 52.5511],[-2.11200, 52.5490],[-2.1057, 52.5464],[-2.1031, 52.5461],[-2.097399, 52.5459],[-2.094199, 52.5476],[-2.092999, 52.5456],[-2.0906, 52.5462],[-2.0915, 52.5490],[-2.0892, 52.5501],[-2.088599, 52.5491],[-2.0875, 52.5476],[-2.0799, 52.5510],[-2.081001, 52.5532],[-2.080899, 52.5551],[-2.0803, 52.5567],[-2.0801, 52.5567],[-2.0795, 52.5565],[-2.078, 52.5548],[-2.077699, 52.5544],[-2.0776, 52.5543],[-2.076299, 52.5516],[-2.07410, 52.5460],[-2.073501, 52.5429],[-2.0737, 52.5405],[-2.0731, 52.5398],[-2.0736, 52.5376],[-2.0748, 52.5348],[-2.0757, 52.5331],[-2.0773, 52.5337],[-2.0778, 52.5342],[-2.0797, 52.5319],[-2.079999, 52.5278],[-2.0792, 52.5235],[-2.078599, 52.5235],[-2.0753, 52.5225],[-2.0727, 52.5213],[-2.0714, 52.5206],[-2.0697, 52.5196],[-2.0676, 52.5169],[-2.0659, 52.5149],[-2.0648, 52.5148],[-2.062001, 52.5143],[-2.053999, 52.5121],[-2.0535, 52.5118],[-2.0534, 52.5116],[-2.0534, 52.5114],[-2.057899, 52.5071],[-2.0576, 52.5056],[-2.0603, 52.5011],[-2.0608, 52.501],[-2.062299, 52.5006],[-2.063299, 52.4988],[-2.064301, 52.4978],[-2.0674, 52.4969],[-2.068599, 52.4968],[-2.0704, 52.4963],[-2.0713, 52.4961],[-2.07410, 52.4978],[-2.0746, 52.498],[-2.075799, 52.4964],[-2.076, 52.4960],[-2.070899, 52.4935],[-2.070899, 52.4931],[-2.071899, 52.4922],[-2.069799, 52.4896],[-2.068099, 52.4900],[-2.067199, 52.4900],[-2.0646, 52.4882],[-2.065399, 52.4875],[-2.066, 52.4868],[-2.065, 52.4852],[-2.065, 52.4847],[-2.066801, 52.4828],[-2.0678, 52.4825],[-2.0708, 52.4817],[-2.0737, 52.4792],[-2.0739, 52.4786],[-2.074699, 52.4782],[-2.0755, 52.4782],[-2.076, 52.4786],[-2.0797, 52.4783],[-2.084599, 52.4749],[-2.085799, 52.4741],[-2.0904, 52.4735],[-2.092099, 52.4734],[-2.0959, 52.4694],[-2.0959, 52.468],[-2.094399, 52.4679],[-2.090899, 52.4676],[-2.0876, 52.4672],[-2.085299, 52.4656],[-2.0841, 52.4648],[-2.082299, 52.4639],[-2.081001, 52.4636],[-2.077399, 52.4634],[-2.076601, 52.463],[-2.076299, 52.4612],[-2.075599, 52.4606],[-2.0736, 52.4602],[-2.0715, 52.4604],[-2.069799, 52.4614],[-2.069101, 52.4613],[-2.0693, 52.4595],[-2.069999, 52.4568],[-2.068599, 52.4552],[-2.0634, 52.4552],[-2.0627, 52.4571],[-2.062299, 52.461],[-2.0614, 52.462],[-2.060899, 52.4623],[-2.0595, 52.4625],[-2.0573, 52.4624],[-2.0559, 52.4611],[-2.0557, 52.4611],[-2.055099, 52.462],[-2.051201, 52.465],[-2.049799, 52.4641],[-2.0467, 52.4656],[-2.046, 52.4652],[-2.044699, 52.4682],[-2.0425, 52.4723],[-2.026601, 52.478],[-2.022099, 52.4804],[-2.020499, 52.4811],[-2.0179, 52.478],[-2.016001, 52.4758],[-2.013901, 52.4723],[-2.0132, 52.4702],[-2.0129, 52.4686],[-2.0125, 52.4676],[-2.012001, 52.4653],[-2.011801, 52.4636],[-2.0116, 52.4622],[-2.0125, 52.4556],[-2.0127, 52.4523],[-2.013999, 52.4488],[-2.016401, 52.4442],[-2.017999, 52.4408],[-2.018501, 52.4396],[-2.0193, 52.4369],[-2.0193, 52.4347],[-2.021699, 52.4352],[-2.024501, 52.4341],[-2.0232, 52.4301],[-2.0274, 52.4289],[-2.0293, 52.4283],[-2.0311, 52.428],[-2.035599, 52.428],[-2.0374, 52.428],[-2.037899, 52.4315],[-2.0313, 52.4325],[-2.0336, 52.4367],[-2.036601, 52.4382],[-2.0353, 52.4405],[-2.0358, 52.4418],[-2.037, 52.4424],[-2.041899, 52.4417],[-2.044101, 52.4413],[-2.049799, 52.4410],[-2.0539, 52.4404],[-2.0557, 52.4403],[-2.0583, 52.428],[-2.063999, 52.4288],[-2.0653, 52.4295],[-2.065099, 52.4305],[-2.063299, 52.4312],[-2.0615, 52.4326],[-2.067001, 52.4345],[-2.068901, 52.4344],[-2.0725, 52.4346],[-2.0752, 52.4344],[-2.0793, 52.4324],[-2.082999, 52.4319],[-2.085599, 52.4322],[-2.087001, 52.4322],[-2.087399, 52.4325],[-2.0862, 52.4374],[-2.086299, 52.4415],[-2.089, 52.443],[-2.0926, 52.4433],[-2.0918, 52.4458],[-2.0931, 52.4464],[-2.097699, 52.4454],[-2.102099, 52.4442],[-2.108799, 52.4418],[-2.109699, 52.4408],[-2.11200, 52.4360],[-2.114501, 52.4345],[-2.116899, 52.4338],[-2.129699, 52.4319],[-2.133199, 52.4271],[-2.138799, 52.4259],[-2.144399, 52.4255],[-2.149699, 52.4268],[-2.1651, 52.4322]]]]}, properties:{name:"Dudley"}}, {type:"Feature", geometry:{type:"MultiPolygon", coordinates:[[[[-1.9606, 52.5114],[-1.9597, 52.5094],[-1.9598, 52.5059],[-1.959399, 52.5048],[-1.9586, 52.5037],[-1.9534, 52.5027],[-1.9417, 52.4990],[-1.9374, 52.498],[-1.937299, 52.4979],[-1.9374, 52.4976],[-1.9419, 52.4963],[-1.942999, 52.4957],[-1.9425, 52.4946],[-1.942001, 52.4934],[-1.941, 52.4925],[-1.944501, 52.4889],[-1.9476, 52.4858],[-1.951001, 52.4843],[-1.9507, 52.4835],[-1.9528, 52.4819],[-1.9555, 52.4821],[-1.961401, 52.4818],[-1.962499, 52.4814],[-1.9634, 52.4811],[-1.965, 52.4797],[-1.968, 52.4781],[-1.9686, 52.4774],[-1.9683, 52.4771],[-1.9647, 52.4758],[-1.963099, 52.4754],[-1.9622, 52.4751],[-1.9641, 52.4723],[-1.9655, 52.4709],[-1.969301, 52.469],[-1.977, 52.4664],[-1.985, 52.4654],[-1.9936, 52.4631],[-1.9999, 52.4629],[-2.0037, 52.4627],[-2.005899, 52.4626],[-2.0113, 52.4622],[-2.0116, 52.4622],[-2.011801, 52.4636],[-2.012001, 52.4653],[-2.0125, 52.4676],[-2.0129, 52.4686],[-2.0132, 52.4702],[-2.013901, 52.4723],[-2.016001, 52.4758],[-2.0179, 52.478],[-2.020499, 52.4811],[-2.022099, 52.4804],[-2.026601, 52.478],[-2.0425, 52.4723],[-2.044699, 52.4682],[-2.046, 52.4652],[-2.0467, 52.4656],[-2.049799, 52.4641],[-2.051201, 52.465],[-2.055099, 52.462],[-2.0557, 52.4611],[-2.0559, 52.4611],[-2.0573, 52.4624],[-2.0595, 52.4625],[-2.060899, 52.4623],[-2.0614, 52.462],[-2.062299, 52.461],[-2.0627, 52.4571],[-2.0634, 52.4552],[-2.068599, 52.4552],[-2.069999, 52.4568],[-2.0693, 52.4595],[-2.069101, 52.4613],[-2.069799, 52.4614],[-2.0715, 52.4604],[-2.0736, 52.4602],[-2.075599, 52.4606],[-2.076299, 52.4612],[-2.076601, 52.463],[-2.077399, 52.4634],[-2.081001, 52.4636],[-2.082299, 52.4639],[-2.0841, 52.4648],[-2.085299, 52.4656],[-2.0876, 52.4672],[-2.090899, 52.4676],[-2.094399, 52.4679],[-2.0959, 52.468],[-2.0959, 52.4694],[-2.092099, 52.4734],[-2.0904, 52.4735],[-2.085799, 52.4741],[-2.084599, 52.4749],[-2.0797, 52.4783],[-2.076, 52.4786],[-2.0755, 52.4782],[-2.074699, 52.4782],[-2.0739, 52.4786],[-2.0737, 52.4792],[-2.0708, 52.4817],[-2.0678, 52.4825],[-2.066801, 52.4828],[-2.065, 52.4847],[-2.065, 52.4852],[-2.066, 52.4868],[-2.065399, 52.4875],[-2.0646, 52.4882],[-2.067199, 52.4900],[-2.068099, 52.4900],[-2.069799, 52.4896],[-2.071899, 52.4922],[-2.070899, 52.4931],[-2.070899, 52.4935],[-2.076, 52.4960],[-2.075799, 52.4964],[-2.0746, 52.498],[-2.07410, 52.4978],[-2.0713, 52.4961],[-2.0704, 52.4963],[-2.068599, 52.4968],[-2.0674, 52.4969],[-2.064301, 52.4978],[-2.063299, 52.4988],[-2.062299, 52.5006],[-2.0608, 52.501],[-2.0603, 52.5011],[-2.0576, 52.5056],[-2.057899, 52.5071],[-2.0534, 52.5114],[-2.0534, 52.5116],[-2.0535, 52.5118],[-2.053999, 52.5121],[-2.062001, 52.5143],[-2.0648, 52.5148],[-2.0659, 52.5149],[-2.0676, 52.5169],[-2.0697, 52.5196],[-2.0714, 52.5206],[-2.0727, 52.5213],[-2.0753, 52.5225],[-2.078599, 52.5235],[-2.0792, 52.5235],[-2.079999, 52.5278],[-2.0797, 52.5319],[-2.0778, 52.5342],[-2.0773, 52.5337],[-2.0757, 52.5331],[-2.0748, 52.5348],[-2.0736, 52.5376],[-2.0731, 52.5398],[-2.0737, 52.5405],[-2.073501, 52.5429],[-2.07410, 52.5460],[-2.076299, 52.5516],[-2.0761, 52.5517],[-2.0717, 52.5529],[-2.0713, 52.5515],[-2.069101, 52.5518],[-2.067699, 52.5491],[-2.0652, 52.5499],[-2.0655, 52.5536],[-2.062099, 52.5549],[-2.0606, 52.5510],[-2.060499, 52.5509],[-2.052099, 52.5555],[-2.052001, 52.5556],[-2.0467, 52.5537],[-2.046801, 52.5541],[-2.048, 52.556],[-2.043799, 52.5602],[-2.0399, 52.5589],[-2.0411, 52.5569],[-2.040699, 52.5562],[-2.035199, 52.5599],[-2.0278, 52.5633],[-2.023299, 52.5645],[-2.023299, 52.5677],[-2.015199, 52.5692],[-2.011001, 52.5693],[-2.006099, 52.5678],[-2.0011, 52.5661],[-2.00090, 52.5659],[-2.0037, 52.5607],[-2.002899, 52.5595],[-2.001801, 52.5584],[-1.9999, 52.5583],[-1.996601, 52.5583],[-1.994501, 52.5595],[-1.9938, 52.5601],[-1.9908, 52.5595],[-1.9914, 52.5568],[-1.989799, 52.5544],[-1.986001, 52.5522],[-1.981699, 52.5517],[-1.9808, 52.5525],[-1.979599, 52.5553],[-1.978199, 52.5588],[-1.9779, 52.5594],[-1.9772, 52.561],[-1.977, 52.5617],[-1.977, 52.5621],[-1.9772, 52.5635],[-1.977399, 52.5645],[-1.9779, 52.5653],[-1.9786, 52.566],[-1.979599, 52.5686],[-1.9772, 52.5685],[-1.9741, 52.5684],[-1.971099, 52.5693],[-1.968701, 52.5703],[-1.967499, 52.5708],[-1.966401, 52.5717],[-1.9661, 52.572],[-1.965899, 52.5726],[-1.9644, 52.5716],[-1.9621, 52.5716],[-1.9628, 52.5702],[-1.960899, 52.5681],[-1.9601, 52.5673],[-1.959301, 52.5664],[-1.9584, 52.5653],[-1.9572, 52.5641],[-1.956601, 52.5637],[-1.955899, 52.5633],[-1.953099, 52.5655],[-1.951401, 52.5659],[-1.947899, 52.5665],[-1.942899, 52.5663],[-1.9425, 52.5662],[-1.9407, 52.5625],[-1.9403, 52.5616],[-1.939, 52.5619],[-1.9367, 52.5618],[-1.9348, 52.5611],[-1.934, 52.5604],[-1.933599, 52.5600],[-1.935199, 52.5591],[-1.934301, 52.5565],[-1.931601, 52.5554],[-1.9281, 52.5534],[-1.924, 52.5503],[-1.919999, 52.5472],[-1.9195, 52.5468],[-1.9198, 52.5468],[-1.9205, 52.5467],[-1.9218, 52.5465],[-1.925699, 52.5466],[-1.9333, 52.5464],[-1.9339, 52.5462],[-1.9339, 52.5461],[-1.933701, 52.5456],[-1.929999, 52.5424],[-1.930699, 52.5385],[-1.9306, 52.5361],[-1.9305, 52.5344],[-1.9305, 52.5333],[-1.930699, 52.5318],[-1.931, 52.5315],[-1.931601, 52.5312],[-1.9324, 52.5314],[-1.9354, 52.5319],[-1.9382, 52.5319],[-1.9396, 52.5323],[-1.941499, 52.5332],[-1.943701, 52.5339],[-1.946001, 52.5337],[-1.9477, 52.5329],[-1.950099, 52.53],[-1.951601, 52.5295],[-1.954399, 52.5296],[-1.956601, 52.5296],[-1.957, 52.5291],[-1.957399, 52.5258],[-1.957999, 52.5234],[-1.9565, 52.5204],[-1.956699, 52.5197],[-1.957399, 52.5188],[-1.9599, 52.5171],[-1.961601, 52.5154],[-1.9619, 52.5144],[-1.961401, 52.5128],[-1.9606, 52.5114]]]]}, properties:{name:"Sandwell"}}, {type:"Feature", geometry:{type:"MultiPolygon", coordinates:[[[[-1.5977, 52.3928],[-1.5994, 52.3895],[-1.600199, 52.3884],[-1.6021, 52.3868],[-1.6036, 52.386],[-1.606099, 52.3829],[-1.606899, 52.3813],[-1.607399, 52.3794],[-1.6077, 52.378],[-1.607599, 52.3764],[-1.6158, 52.3720],[-1.621001, 52.3718],[-1.6217, 52.3713],[-1.6265, 52.3662],[-1.630499, 52.3642],[-1.6328, 52.3654],[-1.6417, 52.3619],[-1.6457, 52.3568],[-1.6515, 52.3562],[-1.653399, 52.3576],[-1.6595, 52.361],[-1.667199, 52.3639],[-1.6761, 52.3648],[-1.680099, 52.3628],[-1.6834, 52.3553],[-1.6875, 52.3553],[-1.691601, 52.3534],[-1.6941, 52.3525],[-1.695, 52.3528],[-1.696401, 52.3551],[-1.697899, 52.3565],[-1.699501, 52.3577],[-1.7, 52.3577],[-1.7021, 52.3564],[-1.704301, 52.3556],[-1.708099, 52.3555],[-1.7106, 52.3559],[-1.716801, 52.3554],[-1.7183, 52.3554],[-1.7192, 52.3558],[-1.7212, 52.3579],[-1.7214, 52.3587],[-1.7214, 52.3595],[-1.7201, 52.3621],[-1.7183, 52.3649],[-1.7162, 52.3680],[-1.7172, 52.3719],[-1.7221, 52.3698],[-1.7272, 52.3699],[-1.7305, 52.3703],[-1.7355, 52.3718],[-1.738901, 52.3656],[-1.739501, 52.3638],[-1.7409, 52.3621],[-1.742599, 52.3573],[-1.7471, 52.3568],[-1.757001, 52.3576],[-1.7565, 52.3632],[-1.765599, 52.3639],[-1.7725, 52.3672],[-1.7745, 52.3656],[-1.7767, 52.3642],[-1.773, 52.3561],[-1.770499, 52.352],[-1.776401, 52.3493],[-1.7788, 52.3487],[-1.7822, 52.3494],[-1.7846, 52.3516],[-1.7866, 52.3537],[-1.7884, 52.3544],[-1.7904, 52.3549],[-1.7925, 52.3552],[-1.795099, 52.3558],[-1.799399, 52.3579],[-1.8019, 52.3604],[-1.806601, 52.3661],[-1.8226, 52.3686],[-1.825799, 52.3673],[-1.831001, 52.3669],[-1.8356, 52.3678],[-1.839, 52.3675],[-1.8428, 52.3673],[-1.8515, 52.3673],[-1.8551, 52.3671],[-1.8571, 52.3673],[-1.8613, 52.3679],[-1.8642, 52.3686],[-1.866099, 52.3691],[-1.869799, 52.3688],[-1.8635, 52.3756],[-1.858199, 52.3812],[-1.8556, 52.3841],[-1.8522, 52.3877],[-1.8479, 52.3944],[-1.8456, 52.3986],[-1.853999, 52.4012],[-1.8628, 52.4039],[-1.8638, 52.4053],[-1.8688, 52.4051],[-1.8688, 52.4083],[-1.8677, 52.4084],[-1.866801, 52.4106],[-1.866601, 52.4109],[-1.8642, 52.4091],[-1.861601, 52.408],[-1.8606, 52.4072],[-1.8557, 52.4072],[-1.8551, 52.4077],[-1.8544, 52.4094],[-1.8544, 52.4099],[-1.8535, 52.41],[-1.8523, 52.4104],[-1.8515, 52.4097],[-1.849599, 52.4105],[-1.8492, 52.41],[-1.845299, 52.4102],[-1.844, 52.4108],[-1.843199, 52.4114],[-1.8428, 52.4126],[-1.8401, 52.4138],[-1.8348, 52.4171],[-1.8348, 52.4176],[-1.8292, 52.4215],[-1.8284, 52.4226],[-1.8284, 52.4238],[-1.8278, 52.4261],[-1.827, 52.4275],[-1.826001, 52.4281],[-1.820899, 52.4298],[-1.8196, 52.4307],[-1.8184, 52.4325],[-1.818501, 52.4355],[-1.8178, 52.4378],[-1.8162, 52.4377],[-1.814399, 52.4384],[-1.812199, 52.4404],[-1.8125, 52.4408],[-1.811601, 52.4421],[-1.812001, 52.4429],[-1.809501, 52.4443],[-1.8074, 52.4455],[-1.8077, 52.446],[-1.8067, 52.4463],[-1.805699, 52.4469],[-1.803599, 52.4493],[-1.802299, 52.4497],[-1.8019, 52.4506],[-1.8009, 52.451],[-1.8005, 52.451],[-1.7995, 52.4511],[-1.7989, 52.4512],[-1.798, 52.4515],[-1.7961, 52.4511],[-1.7953, 52.4511],[-1.792799, 52.4522],[-1.7918, 52.4527],[-1.7881, 52.4517],[-1.7867, 52.4508],[-1.785599, 52.451],[-1.781801, 52.4502],[-1.7802, 52.4498],[-1.779301, 52.4489],[-1.777099, 52.4488],[-1.777001, 52.4493],[-1.7753, 52.4491],[-1.7744, 52.4497],[-1.7732, 52.4496],[-1.772001, 52.449],[-1.7715, 52.4497],[-1.7708, 52.4496],[-1.7704, 52.4489],[-1.766801, 52.4491],[-1.762699, 52.4489],[-1.758399, 52.4492],[-1.757599, 52.4505],[-1.754101, 52.4555],[-1.754501, 52.4566],[-1.7611, 52.4617],[-1.7632, 52.4633],[-1.764199, 52.4652],[-1.764799, 52.4679],[-1.7625, 52.4693],[-1.7617, 52.4694],[-1.7609, 52.4692],[-1.758901, 52.4686],[-1.758901, 52.4687],[-1.7587, 52.4699],[-1.7586, 52.4707],[-1.757599, 52.4726],[-1.757699, 52.473],[-1.760499, 52.4758],[-1.7602, 52.478],[-1.760399, 52.4819],[-1.7602, 52.4841],[-1.759899, 52.4887],[-1.759799, 52.4908],[-1.7586, 52.4964],[-1.7574, 52.5002],[-1.757699, 52.5004],[-1.761801, 52.5009],[-1.766299, 52.5013],[-1.771899, 52.5013],[-1.775499, 52.501],[-1.779301, 52.5012],[-1.783599, 52.5019],[-1.788501, 52.5029],[-1.791499, 52.5033],[-1.793599, 52.5034],[-1.7952, 52.5032],[-1.7976, 52.5028],[-1.799199, 52.5031],[-1.7995, 52.5038],[-1.7995, 52.5046],[-1.797099, 52.5064],[-1.7967, 52.5067],[-1.793701, 52.5074],[-1.788501, 52.5082],[-1.7766, 52.51],[-1.7645, 52.5125],[-1.7608, 52.5124],[-1.751601, 52.5158],[-1.737599, 52.5077],[-1.7298, 52.4964],[-1.7335, 52.4939],[-1.728799, 52.4895],[-1.723099, 52.4850],[-1.720299, 52.483],[-1.7178, 52.4819],[-1.7148, 52.4817],[-1.711401, 52.4808],[-1.7104, 52.4798],[-1.7082, 52.4664],[-1.7076, 52.4648],[-1.6975, 52.4573],[-1.692199, 52.4581],[-1.6883, 52.4566],[-1.687199, 52.4534],[-1.6832, 52.4493],[-1.6799, 52.4432],[-1.6726, 52.4368],[-1.6652, 52.4366],[-1.662001, 52.4448],[-1.659999, 52.4443],[-1.6582, 52.4433],[-1.6532, 52.4413],[-1.648501, 52.4411],[-1.6453, 52.4421],[-1.636299, 52.4456],[-1.633, 52.4493],[-1.628999, 52.4533],[-1.6242, 52.4563],[-1.622001, 52.4573],[-1.6228, 52.4599],[-1.6236, 52.4634],[-1.6136, 52.4646],[-1.6113, 52.4627],[-1.6015, 52.4558],[-1.600199, 52.4545],[-1.595299, 52.456],[-1.594301, 52.4511],[-1.592, 52.4476],[-1.5915, 52.4462],[-1.5922, 52.4448],[-1.5948, 52.4414],[-1.597499, 52.4383],[-1.598, 52.4381],[-1.598701, 52.4383],[-1.6001, 52.4388],[-1.6023, 52.4393],[-1.6043, 52.4396],[-1.606899, 52.4396],[-1.6084, 52.4388],[-1.6094, 52.4372],[-1.6098, 52.4343],[-1.6093, 52.4337],[-1.6056, 52.4332],[-1.6049, 52.4327],[-1.605, 52.4322],[-1.6051, 52.4315],[-1.6057, 52.4313],[-1.607, 52.4313],[-1.609501, 52.4314],[-1.6098, 52.431],[-1.6094, 52.4278],[-1.6088, 52.4272],[-1.606099, 52.4265],[-1.6051, 52.4266],[-1.6048, 52.4265],[-1.604699, 52.4255],[-1.606201, 52.4245],[-1.6064, 52.4238],[-1.606001, 52.4231],[-1.6028, 52.4188],[-1.6021, 52.4155],[-1.6015, 52.4116],[-1.6014, 52.4097],[-1.6034, 52.4059],[-1.6041, 52.4048],[-1.603901, 52.4046],[-1.602399, 52.4012],[-1.5977, 52.3937],[-1.5977, 52.3928]]]]}, properties:{name:"Solihull"}}, {type:"Feature", geometry:{type:"MultiPolygon", coordinates:[[[[-1.981699, 52.5517],[-1.986001, 52.5522],[-1.989799, 52.5544],[-1.9914, 52.5568],[-1.9908, 52.5595],[-1.9938, 52.5601],[-1.994501, 52.5595],[-1.996601, 52.5583],[-1.9999, 52.5583],[-2.001801, 52.5584],[-2.002899, 52.5595],[-2.0037, 52.5607],[-2.00090, 52.5659],[-2.0011, 52.5661],[-2.006099, 52.5678],[-2.011001, 52.5693],[-2.015199, 52.5692],[-2.023299, 52.5677],[-2.023299, 52.5645],[-2.0278, 52.5633],[-2.035199, 52.5599],[-2.040699, 52.5562],[-2.0411, 52.5569],[-2.0399, 52.5589],[-2.043799, 52.5602],[-2.048, 52.556],[-2.046801, 52.5541],[-2.0467, 52.5537],[-2.052001, 52.5556],[-2.0527, 52.5561],[-2.055599, 52.5588],[-2.054399, 52.5603],[-2.055099, 52.5639],[-2.056499, 52.5662],[-2.056499, 52.5663],[-2.0536, 52.5678],[-2.0536, 52.5682],[-2.0537, 52.5694],[-2.053299, 52.5713],[-2.0516, 52.5727],[-2.052599, 52.5735],[-2.056, 52.5743],[-2.056099, 52.575],[-2.056, 52.5756],[-2.056499, 52.5759],[-2.056601, 52.5763],[-2.055099, 52.5778],[-2.059, 52.5798],[-2.066801, 52.5828],[-2.0739, 52.5855],[-2.072299, 52.588],[-2.072599, 52.591],[-2.076401, 52.592],[-2.076, 52.5949],[-2.076, 52.5952],[-2.0652, 52.5945],[-2.062999, 52.5968],[-2.057499, 52.597],[-2.053999, 52.5971],[-2.0511, 52.6049],[-2.050699, 52.6065],[-2.0504, 52.6094],[-2.049799, 52.6164],[-2.0514, 52.6166],[-2.052099, 52.6169],[-2.0506, 52.6217],[-2.0502, 52.6221],[-2.045399, 52.6216],[-2.0429, 52.6212],[-2.036201, 52.6204],[-2.0302, 52.6196],[-2.024301, 52.6194],[-2.0301, 52.6239],[-2.0295, 52.6269],[-2.0215, 52.6277],[-2.0188, 52.6282],[-2.0153, 52.6305],[-2.010299, 52.6347],[-2.0037, 52.6368],[-2.0002, 52.6375],[-1.9873, 52.6409],[-1.983, 52.6407],[-1.979599, 52.6409],[-1.9784, 52.6418],[-1.9751, 52.6397],[-1.9721, 52.6389],[-1.9678, 52.6385],[-1.9657, 52.6388],[-1.961699, 52.64],[-1.9597, 52.6413],[-1.9582, 52.6427],[-1.9571, 52.6452],[-1.9562, 52.6529],[-1.9563, 52.6555],[-1.9565, 52.6565],[-1.9571, 52.6592],[-1.957399, 52.6608],[-1.9571, 52.6612],[-1.9532, 52.6608],[-1.9483, 52.6582],[-1.934301, 52.6643],[-1.9302, 52.6628],[-1.9263, 52.6614],[-1.922799, 52.6599],[-1.9198, 52.6584],[-1.917199, 52.6571],[-1.9139, 52.6572],[-1.9094, 52.6518],[-1.911801, 52.6513],[-1.9147, 52.6491],[-1.904999, 52.6433],[-1.901201, 52.6413],[-1.9081, 52.6385],[-1.9119, 52.6359],[-1.908599, 52.6343],[-1.9038, 52.6316],[-1.895499, 52.6272],[-1.883, 52.6182],[-1.877699, 52.6072],[-1.8881, 52.6021],[-1.8897, 52.6009],[-1.8901, 52.5996],[-1.8857, 52.5962],[-1.8817, 52.5932],[-1.878901, 52.5904],[-1.878, 52.5882],[-1.877499, 52.586],[-1.8749, 52.5842],[-1.873199, 52.5833],[-1.8753, 52.5798],[-1.8781, 52.5712],[-1.8794, 52.5694],[-1.880499, 52.5688],[-1.886299, 52.5658],[-1.8871, 52.5656],[-1.888901, 52.565],[-1.892799, 52.5624],[-1.8945, 52.561],[-1.896299, 52.5583],[-1.8983, 52.5557],[-1.900499, 52.5543],[-1.904199, 52.5531],[-1.9076, 52.5519],[-1.9083, 52.5517],[-1.911401, 52.55],[-1.9133, 52.5491],[-1.9181, 52.5476],[-1.9195, 52.5468],[-1.919999, 52.5472],[-1.924, 52.5503],[-1.9281, 52.5534],[-1.931601, 52.5554],[-1.934301, 52.5565],[-1.935199, 52.5591],[-1.933599, 52.5600],[-1.934, 52.5604],[-1.9348, 52.5611],[-1.9367, 52.5618],[-1.939, 52.5619],[-1.9403, 52.5616],[-1.9407, 52.5625],[-1.9425, 52.5662],[-1.942899, 52.5663],[-1.947899, 52.5665],[-1.951401, 52.5659],[-1.953099, 52.5655],[-1.955899, 52.5633],[-1.956601, 52.5637],[-1.9572, 52.5641],[-1.9584, 52.5653],[-1.959301, 52.5664],[-1.9601, 52.5673],[-1.960899, 52.5681],[-1.9628, 52.5702],[-1.9621, 52.5716],[-1.9644, 52.5716],[-1.965899, 52.5726],[-1.9661, 52.572],[-1.966401, 52.5717],[-1.967499, 52.5708],[-1.968701, 52.5703],[-1.971099, 52.5693],[-1.9741, 52.5684],[-1.9772, 52.5685],[-1.979599, 52.5686],[-1.9786, 52.566],[-1.9779, 52.5653],[-1.977399, 52.5645],[-1.9772, 52.5635],[-1.977, 52.5621],[-1.977, 52.5617],[-1.9772, 52.561],[-1.9779, 52.5594],[-1.978199, 52.5588],[-1.979599, 52.5553],[-1.9808, 52.5525],[-1.981699, 52.5517]]]]}, properties:{name:"Walsall"}}, {type:"Feature", geometry:{type:"MultiPolygon", coordinates:[[[[-2.132699, 52.5552],[-2.134, 52.556],[-2.1362, 52.5577],[-2.136899, 52.5584],[-2.13640, 52.5608],[-2.138099, 52.561],[-2.141299, 52.5569],[-2.1445, 52.5556],[-2.149199, 52.5543],[-2.1565, 52.5542],[-2.1641, 52.5555],[-2.1649, 52.5553],[-2.164999, 52.5529],[-2.1672, 52.5521],[-2.168799, 52.5528],[-2.1742, 52.5552],[-2.1745, 52.5576],[-2.1747, 52.5629],[-2.1754, 52.5662],[-2.1761, 52.5688],[-2.177299, 52.5727],[-2.1785, 52.5754],[-2.181, 52.5772],[-2.183901, 52.578],[-2.1861, 52.5782],[-2.189199, 52.5783],[-2.1947, 52.5792],[-2.1975, 52.5801],[-2.2002, 52.5816],[-2.2021, 52.5836],[-2.203701, 52.5865],[-2.1953, 52.5889],[-2.189699, 52.5913],[-2.189101, 52.5932],[-2.1885, 52.5974],[-2.189501, 52.6002],[-2.190599, 52.603],[-2.1956, 52.6070],[-2.194101, 52.6089],[-2.1864, 52.6081],[-2.179101, 52.6064],[-2.174599, 52.6089],[-2.1698, 52.6119],[-2.1728, 52.6146],[-2.1679, 52.6173],[-2.1658, 52.6186],[-2.1638, 52.6196],[-2.162199, 52.6193],[-2.159301, 52.6191],[-2.157099, 52.6247],[-2.15, 52.625],[-2.1462, 52.6294],[-2.138999, 52.6305],[-2.1356, 52.6317],[-2.1318, 52.6361],[-2.130599, 52.6378],[-2.1294, 52.638],[-2.1263, 52.6378],[-2.123399, 52.6373],[-2.1203, 52.6366],[-2.117599, 52.6362],[-2.1161, 52.6359],[-2.1139, 52.6363],[-2.108999, 52.6363],[-2.1024, 52.6359],[-2.100399, 52.6357],[-2.0982, 52.6342],[-2.0947, 52.6274],[-2.094199, 52.6253],[-2.094301, 52.6225],[-2.092799, 52.6206],[-2.090499, 52.6205],[-2.087199, 52.6186],[-2.084399, 52.6159],[-2.0818, 52.6145],[-2.078599, 52.6137],[-2.0711, 52.6134],[-2.069799, 52.6135],[-2.066601, 52.6136],[-2.067699, 52.6167],[-2.0678, 52.6187],[-2.066801, 52.6201],[-2.063299, 52.6215],[-2.056499, 52.6225],[-2.052799, 52.6222],[-2.0502, 52.6221],[-2.0506, 52.6217],[-2.052099, 52.6169],[-2.0514, 52.6166],[-2.049799, 52.6164],[-2.0504, 52.6094],[-2.050699, 52.6065],[-2.0511, 52.6049],[-2.053999, 52.5971],[-2.057499, 52.597],[-2.062999, 52.5968],[-2.0652, 52.5945],[-2.076, 52.5952],[-2.076, 52.5949],[-2.076401, 52.592],[-2.072599, 52.591],[-2.072299, 52.588],[-2.0739, 52.5855],[-2.066801, 52.5828],[-2.059, 52.5798],[-2.055099, 52.5778],[-2.056601, 52.5763],[-2.056499, 52.5759],[-2.056, 52.5756],[-2.056099, 52.575],[-2.056, 52.5743],[-2.052599, 52.5735],[-2.0516, 52.5727],[-2.053299, 52.5713],[-2.0537, 52.5694],[-2.0536, 52.5682],[-2.0536, 52.5678],[-2.056499, 52.5663],[-2.056499, 52.5662],[-2.055099, 52.5639],[-2.054399, 52.5603],[-2.055599, 52.5588],[-2.0527, 52.5561],[-2.052001, 52.5556],[-2.052099, 52.5555],[-2.060499, 52.5509],[-2.0606, 52.5510],[-2.062099, 52.5549],[-2.0655, 52.5536],[-2.0652, 52.5499],[-2.067699, 52.5491],[-2.069101, 52.5518],[-2.0713, 52.5515],[-2.0717, 52.5529],[-2.0761, 52.5517],[-2.076299, 52.5516],[-2.0776, 52.5543],[-2.077699, 52.5544],[-2.078, 52.5548],[-2.0795, 52.5565],[-2.0801, 52.5567],[-2.0803, 52.5567],[-2.080899, 52.5551],[-2.081001, 52.5532],[-2.0799, 52.5510],[-2.0875, 52.5476],[-2.088599, 52.5491],[-2.0892, 52.5501],[-2.0915, 52.5490],[-2.0906, 52.5462],[-2.092999, 52.5456],[-2.094199, 52.5476],[-2.097399, 52.5459],[-2.1031, 52.5461],[-2.1057, 52.5464],[-2.11200, 52.5490],[-2.1136, 52.5511],[-2.114501, 52.5517],[-2.118599, 52.5533],[-2.120399, 52.5542],[-2.1218, 52.5547],[-2.123501, 52.5562],[-2.125799, 52.5549],[-2.129501, 52.5549],[-2.132, 52.5551],[-2.132699, 52.5552]]]]}, properties:{name:"Wolverhampton"}}, {type:"Feature", geometry:{type:"MultiPolygon", coordinates:[[[[-1.7063, 53.7873],[-1.705099, 53.7828],[-1.705, 53.7826],[-1.704599, 53.7825],[-1.703799, 53.7827],[-1.6996, 53.7844],[-1.6978, 53.785],[-1.695799, 53.7857],[-1.6953, 53.7858],[-1.687199, 53.7864],[-1.6862, 53.7866],[-1.685099, 53.7866],[-1.6813, 53.7868],[-1.6811, 53.7867],[-1.679301, 53.7844],[-1.6768, 53.7822],[-1.6745, 53.781],[-1.6738, 53.7808],[-1.6697, 53.7805],[-1.6645, 53.7802],[-1.6572, 53.7800],[-1.6533, 53.7800],[-1.648, 53.7800],[-1.6425, 53.7801],[-1.641801, 53.7802],[-1.639799, 53.7809],[-1.6394, 53.7809],[-1.6393, 53.7807],[-1.639799, 53.7778],[-1.639899, 53.7770],[-1.6401, 53.7763],[-1.6408, 53.7744],[-1.641299, 53.7739],[-1.6423, 53.7731],[-1.6461, 53.7711],[-1.6482, 53.7700],[-1.649301, 53.7689],[-1.651201, 53.7675],[-1.652099, 53.7671],[-1.652799, 53.7669],[-1.6538, 53.7669],[-1.6555, 53.7675],[-1.656201, 53.7676],[-1.6573, 53.7676],[-1.6595, 53.7676],[-1.6598, 53.7675],[-1.6601, 53.7673],[-1.661, 53.7667],[-1.6625, 53.7656],[-1.664301, 53.7646],[-1.6666, 53.7641],[-1.669999, 53.7635],[-1.672001, 53.7630],[-1.6738, 53.7622],[-1.677001, 53.7608],[-1.679999, 53.7607],[-1.682001, 53.7607],[-1.6871, 53.761],[-1.687899, 53.7611],[-1.6961, 53.7624],[-1.7057, 53.7624],[-1.7105, 53.7617],[-1.7121, 53.7611],[-1.7135, 53.7608],[-1.717299, 53.7609],[-1.718799, 53.7607],[-1.719501, 53.7605],[-1.72, 53.7603],[-1.7207, 53.7600],[-1.721099, 53.7597],[-1.723, 53.7582],[-1.7249, 53.7564],[-1.7259, 53.7545],[-1.728099, 53.7524],[-1.733, 53.7501],[-1.736099, 53.7477],[-1.741201, 53.7462],[-1.7456, 53.7446],[-1.7472, 53.7437],[-1.748199, 53.743],[-1.748399, 53.742],[-1.7486, 53.7359],[-1.75, 53.735],[-1.7564, 53.7319],[-1.7653, 53.7288],[-1.7693, 53.7266],[-1.771201, 53.7254],[-1.7722, 53.7248],[-1.7725, 53.7245],[-1.7736, 53.7227],[-1.774101, 53.7218],[-1.7744, 53.7214],[-1.774799, 53.7212],[-1.774999, 53.7214],[-1.777099, 53.7246],[-1.7779, 53.7256],[-1.7787, 53.7271],[-1.7804, 53.728],[-1.782099, 53.7285],[-1.784999, 53.729],[-1.787099, 53.7293],[-1.7882, 53.7296],[-1.7889, 53.7301],[-1.7898, 53.7312],[-1.7904, 53.7331],[-1.791299, 53.7351],[-1.7927, 53.7369],[-1.794999, 53.7391],[-1.7973, 53.7413],[-1.798599, 53.7438],[-1.7996, 53.7455],[-1.800699, 53.7483],[-1.8024, 53.7495],[-1.8045, 53.7504],[-1.8076, 53.7514],[-1.809999, 53.753],[-1.817199, 53.756],[-1.820099, 53.7579],[-1.823501, 53.7597],[-1.827, 53.7636],[-1.8276, 53.7635],[-1.830799, 53.7619],[-1.8341, 53.7598],[-1.835, 53.7593],[-1.8362, 53.7596],[-1.836801, 53.7594],[-1.8391, 53.7568],[-1.84, 53.7559],[-1.8408, 53.7556],[-1.8428, 53.7555],[-1.844599, 53.7541],[-1.8455, 53.7537],[-1.849301, 53.7538],[-1.850299, 53.7534],[-1.8512, 53.7529],[-1.851801, 53.7522],[-1.851699, 53.7502],[-1.8542, 53.7489],[-1.855299, 53.7486],[-1.856201, 53.7498],[-1.8564, 53.7501],[-1.8572, 53.7504],[-1.861801, 53.751],[-1.8636, 53.7508],[-1.864501, 53.7509],[-1.871201, 53.7547],[-1.8713, 53.7552],[-1.869599, 53.7577],[-1.869599, 53.7582],[-1.869799, 53.7589],[-1.871601, 53.7628],[-1.872599, 53.7696],[-1.8723, 53.7711],[-1.871201, 53.7746],[-1.871099, 53.7749],[-1.8722, 53.7770],[-1.8728, 53.7774],[-1.88, 53.7797],[-1.8825, 53.7801],[-1.887001, 53.7802],[-1.888, 53.7803],[-1.8896, 53.7818],[-1.8903, 53.7819],[-1.910599, 53.7816],[-1.9145, 53.7815],[-1.9281, 53.787],[-1.9296, 53.7872],[-1.9397, 53.7872],[-1.9461, 53.7871],[-1.9526, 53.7863],[-1.955099, 53.7859],[-1.9592, 53.7848],[-1.9706, 53.7853],[-1.9793, 53.786],[-1.979699, 53.7862],[-1.980299, 53.7867],[-1.986601, 53.7967],[-1.9872, 53.7971],[-1.9888, 53.7975],[-1.9971, 53.7996],[-1.9999, 53.801],[-2.010299, 53.8063],[-2.0113, 53.8064],[-2.0267, 53.8082],[-2.0288, 53.8083],[-2.033, 53.8084],[-2.0336, 53.8088],[-2.037699, 53.8121],[-2.0383, 53.8134],[-2.062001, 53.8235],[-2.0635, 53.8253],[-2.0481, 53.8298],[-2.047199, 53.8304],[-2.046601, 53.8310],[-2.045799, 53.8326],[-2.0453, 53.8343],[-2.044899, 53.8428],[-2.0455, 53.8491],[-2.045, 53.8518],[-2.042399, 53.8542],[-2.036099, 53.8578],[-2.0302, 53.8605],[-2.0283, 53.8623],[-2.0272, 53.8641],[-2.022001, 53.8727],[-2.0212, 53.8734],[-2.019399, 53.8732],[-2.0137, 53.8713],[-2.0116, 53.8714],[-2.0074, 53.8722],[-2.004101, 53.8726],[-2.000099, 53.8734],[-1.998999, 53.8736],[-1.9974, 53.8732],[-1.9902, 53.8699],[-1.983701, 53.8692],[-1.9834, 53.8693],[-1.983, 53.8695],[-1.982399, 53.87],[-1.9772, 53.8743],[-1.9734, 53.8783],[-1.9734, 53.8788],[-1.9762, 53.8886],[-1.9776, 53.8932],[-1.978099, 53.8941],[-1.9844, 53.9025],[-1.984699, 53.9032],[-1.984599, 53.9043],[-1.983701, 53.9095],[-1.9836, 53.9104],[-1.981801, 53.921],[-1.980399, 53.9258],[-1.979501, 53.9275],[-1.978999, 53.9281],[-1.9785, 53.9284],[-1.9706, 53.9301],[-1.9699, 53.9302],[-1.968901, 53.93],[-1.9633, 53.9282],[-1.962999, 53.9282],[-1.9626, 53.9286],[-1.962, 53.9295],[-1.962, 53.9298],[-1.9649, 53.9316],[-1.966001, 53.9321],[-1.9662, 53.9323],[-1.9661, 53.9326],[-1.9612, 53.9356],[-1.961001, 53.9362],[-1.9612, 53.9369],[-1.9615, 53.9374],[-1.966001, 53.9416],[-1.9662, 53.9427],[-1.9662, 53.9442],[-1.966001, 53.9449],[-1.9657, 53.9452],[-1.9651, 53.9454],[-1.963099, 53.9453],[-1.9626, 53.9456],[-1.962299, 53.9462],[-1.9619, 53.9472],[-1.961601, 53.9487],[-1.961601, 53.95],[-1.963799, 53.9529],[-1.9636, 53.9534],[-1.963199, 53.9537],[-1.9561, 53.9553],[-1.954, 53.9551],[-1.9522, 53.9547],[-1.9471, 53.9532],[-1.9469, 53.9535],[-1.947999, 53.9575],[-1.947899, 53.9579],[-1.9476, 53.9582],[-1.943501, 53.9584],[-1.9427, 53.9582],[-1.942199, 53.9578],[-1.939501, 53.9534],[-1.939101, 53.9532],[-1.9362, 53.9537],[-1.934999, 53.9533],[-1.930699, 53.9524],[-1.927299, 53.9513],[-1.921401, 53.9557],[-1.9197, 53.9567],[-1.9182, 53.9572],[-1.914199, 53.9578],[-1.904799, 53.9581],[-1.8947, 53.9553],[-1.892799, 53.9553],[-1.891201, 53.9557],[-1.8901, 53.9563],[-1.888999, 53.9572],[-1.8882, 53.9585],[-1.8874, 53.9600],[-1.8858, 53.9621],[-1.884101, 53.9635],[-1.883, 53.9637],[-1.881001, 53.9636],[-1.879501, 53.9636],[-1.8785, 53.9638],[-1.8782, 53.9639],[-1.8779, 53.9639],[-1.877599, 53.9638],[-1.876801, 53.9633],[-1.875399, 53.9617],[-1.8752, 53.9614],[-1.875, 53.9609],[-1.8749, 53.9606],[-1.8749, 53.9603],[-1.875, 53.9598],[-1.876099, 53.9578],[-1.8763, 53.9570],[-1.8763, 53.9562],[-1.876099, 53.9557],[-1.8743, 53.9532],[-1.8736, 53.9515],[-1.8731, 53.9483],[-1.8729, 53.9475],[-1.8728, 53.9472],[-1.8723, 53.9466],[-1.871001, 53.9456],[-1.867, 53.9435],[-1.865499, 53.9429],[-1.8631, 53.9423],[-1.8613, 53.942],[-1.8607, 53.9417],[-1.8601, 53.9413],[-1.8598, 53.9409],[-1.859599, 53.9404],[-1.859599, 53.9396],[-1.86, 53.9377],[-1.8601, 53.9367],[-1.8601, 53.9358],[-1.86, 53.9354],[-1.8599, 53.9351],[-1.859501, 53.9346],[-1.8588, 53.934],[-1.8579, 53.9334],[-1.8571, 53.933],[-1.856699, 53.9329],[-1.8565, 53.9329],[-1.8548, 53.933],[-1.853999, 53.9329],[-1.8534, 53.9327],[-1.853, 53.9325],[-1.8515, 53.9317],[-1.851001, 53.9315],[-1.8505, 53.9314],[-1.850299, 53.9314],[-1.848099, 53.9318],[-1.8447, 53.9327],[-1.8434, 53.9331],[-1.8426, 53.9332],[-1.8415, 53.9332],[-1.8405, 53.933],[-1.8383, 53.9323],[-1.837499, 53.932],[-1.836401, 53.9319],[-1.8355, 53.9319],[-1.833799, 53.932],[-1.8327, 53.9318],[-1.8321, 53.9316],[-1.831601, 53.9313],[-1.8315, 53.9311],[-1.8312, 53.9305],[-1.831001, 53.9302],[-1.8307, 53.93],[-1.830299, 53.9298],[-1.83, 53.9297],[-1.829399, 53.9296],[-1.827999, 53.9295],[-1.8249, 53.9294],[-1.823799, 53.9293],[-1.822001, 53.9289],[-1.8207, 53.9288],[-1.819301, 53.9288],[-1.818099, 53.9291],[-1.8175, 53.9293],[-1.817001, 53.9296],[-1.8162, 53.93],[-1.815099, 53.9307],[-1.814101, 53.9317],[-1.8132, 53.9326],[-1.812899, 53.9328],[-1.8125, 53.9329],[-1.812299, 53.9329],[-1.8111, 53.9329],[-1.8104, 53.9328],[-1.8098, 53.9327],[-1.8078, 53.9322],[-1.8063, 53.9319],[-1.804, 53.9313],[-1.8031, 53.9311],[-1.8025, 53.9311],[-1.8018, 53.9312],[-1.800699, 53.9312],[-1.7988, 53.9311],[-1.7981, 53.931],[-1.7977, 53.9309],[-1.796, 53.9303],[-1.7954, 53.9301],[-1.7948, 53.93],[-1.794199, 53.9299],[-1.7933, 53.9299],[-1.789999, 53.9303],[-1.7887, 53.9304],[-1.786299, 53.9305],[-1.7833, 53.9307],[-1.7824, 53.9307],[-1.781401, 53.9306],[-1.7808, 53.9305],[-1.7801, 53.9302],[-1.7797, 53.93],[-1.779199, 53.9296],[-1.7782, 53.9282],[-1.7767, 53.9258],[-1.7758, 53.9243],[-1.7752, 53.9236],[-1.774, 53.9226],[-1.773501, 53.9223],[-1.7724, 53.9219],[-1.7716, 53.9218],[-1.7682, 53.922],[-1.7679, 53.9221],[-1.7674, 53.9225],[-1.766801, 53.9231],[-1.765599, 53.9247],[-1.7652, 53.9251],[-1.764799, 53.9253],[-1.7643, 53.9254],[-1.763399, 53.9255],[-1.7623, 53.9254],[-1.7609, 53.925],[-1.7564, 53.9226],[-1.755499, 53.9222],[-1.7542, 53.9219],[-1.752499, 53.9219],[-1.751801, 53.922],[-1.751201, 53.9221],[-1.746899, 53.9238],[-1.746099, 53.924],[-1.7452, 53.9242],[-1.7444, 53.9242],[-1.743901, 53.9242],[-1.7436, 53.9241],[-1.7434, 53.924],[-1.743199, 53.9237],[-1.7431, 53.9233],[-1.7431, 53.9228],[-1.743299, 53.9212],[-1.743299, 53.9205],[-1.743299, 53.9202],[-1.743199, 53.9199],[-1.743, 53.9195],[-1.742599, 53.919],[-1.7408, 53.9165],[-1.740299, 53.9157],[-1.7399, 53.9152],[-1.739501, 53.9148],[-1.738999, 53.9146],[-1.7373, 53.9141],[-1.7336, 53.9132],[-1.732599, 53.9129],[-1.7298, 53.9118],[-1.728999, 53.9114],[-1.728999, 53.9111],[-1.7293, 53.9062],[-1.731699, 53.8978],[-1.73, 53.8953],[-1.7184, 53.8935],[-1.717399, 53.8917],[-1.718, 53.8910],[-1.7235, 53.8896],[-1.7248, 53.8878],[-1.7258, 53.8857],[-1.7344, 53.8862],[-1.738299, 53.886],[-1.7417, 53.8848],[-1.7493, 53.8850],[-1.756001, 53.8845],[-1.7647, 53.8898],[-1.769101, 53.8900],[-1.774101, 53.8889],[-1.779101, 53.8914],[-1.7772, 53.8937],[-1.7867, 53.8958],[-1.794101, 53.8944],[-1.7998, 53.8850],[-1.7959, 53.8809],[-1.7867, 53.88],[-1.7822, 53.8791],[-1.779899, 53.8777],[-1.778901, 53.8762],[-1.7772, 53.8719],[-1.766899, 53.8653],[-1.7623, 53.8649],[-1.757599, 53.8622],[-1.756201, 53.8656],[-1.7532, 53.8658],[-1.752499, 53.8661],[-1.7465, 53.8645],[-1.7465, 53.8631],[-1.7327, 53.8631],[-1.7271, 53.8647],[-1.719501, 53.8627],[-1.715299, 53.8653],[-1.714599, 53.864],[-1.7112, 53.8636],[-1.7079, 53.8604],[-1.7027, 53.8578],[-1.7021, 53.8561],[-1.7006, 53.8553],[-1.697199, 53.855],[-1.695899, 53.8515],[-1.6955, 53.8489],[-1.697199, 53.8470],[-1.6986, 53.8454],[-1.699399, 53.8446],[-1.700199, 53.8441],[-1.703099, 53.8422],[-1.7034, 53.8418],[-1.7048, 53.8391],[-1.7049, 53.8383],[-1.705, 53.8370],[-1.704599, 53.8332],[-1.704399, 53.8300],[-1.704501, 53.8272],[-1.704399, 53.8264],[-1.704501, 53.8254],[-1.703501, 53.8246],[-1.703501, 53.8227],[-1.7047, 53.8194],[-1.7062, 53.817],[-1.707, 53.8158],[-1.7071, 53.8152],[-1.706401, 53.813],[-1.706401, 53.8119],[-1.706601, 53.8112],[-1.7069, 53.8106],[-1.7083, 53.8094],[-1.706601, 53.8067],[-1.7105, 53.8061],[-1.7068, 53.8035],[-1.702399, 53.802],[-1.702, 53.8018],[-1.7021, 53.8012],[-1.7111, 53.7932],[-1.711699, 53.7923],[-1.711601, 53.7918],[-1.7078, 53.7885],[-1.7063, 53.7873]]]]}, properties:{name:"Bradford"}}, {type:"Feature", geometry:{type:"MultiPolygon", coordinates:[[[[-2.023901, 53.6219],[-2.027, 53.6332],[-2.0279, 53.6377],[-2.0358, 53.6404],[-2.0392, 53.6421],[-2.039799, 53.6429],[-2.0404, 53.6445],[-2.038901, 53.6505],[-2.037699, 53.6531],[-2.0344, 53.6584],[-2.034101, 53.6613],[-2.0365, 53.6641],[-2.0397, 53.6659],[-2.045, 53.6683],[-2.0483, 53.6702],[-2.04970, 53.6714],[-2.0508, 53.6725],[-2.052299, 53.6772],[-2.0518, 53.6794],[-2.0476, 53.6818],[-2.0473, 53.6827],[-2.047899, 53.6837],[-2.0488, 53.6847],[-2.054699, 53.6846],[-2.0599, 53.6841],[-2.066, 53.6821],[-2.0706, 53.6793],[-2.072799, 53.6784],[-2.078701, 53.6789],[-2.0797, 53.6786],[-2.0796, 53.6774],[-2.0796, 53.6763],[-2.079999, 53.6759],[-2.088399, 53.673],[-2.0973, 53.6736],[-2.101099, 53.6733],[-2.1118, 53.6717],[-2.116801, 53.6724],[-2.1215, 53.6744],[-2.122699, 53.6754],[-2.1236, 53.6765],[-2.12420, 53.6778],[-2.1264, 53.6838],[-2.127001, 53.6852],[-2.127599, 53.6855],[-2.131001, 53.6856],[-2.134799, 53.6858],[-2.1371, 53.6842],[-2.139501, 53.6796],[-2.141001, 53.6792],[-2.142, 53.6796],[-2.1429, 53.6802],[-2.1441, 53.6818],[-2.1452, 53.6843],[-2.1456, 53.6854],[-2.146001, 53.6867],[-2.1462, 53.688],[-2.144, 53.6926],[-2.1443, 53.6939],[-2.147099, 53.695],[-2.159899, 53.6989],[-2.161201, 53.6999],[-2.160599, 53.7079],[-2.1624, 53.7094],[-2.167099, 53.7125],[-2.170599, 53.7155],[-2.1682, 53.7209],[-2.1717, 53.7254],[-2.1677, 53.7283],[-2.1605, 53.7317],[-2.154, 53.7365],[-2.153199, 53.7364],[-2.150899, 53.7357],[-2.1449, 53.7356],[-2.1384, 53.7423],[-2.1387, 53.7441],[-2.138999, 53.7449],[-2.1394, 53.7451],[-2.140599, 53.7446],[-2.141601, 53.7452],[-2.1418, 53.7455],[-2.1418, 53.7458],[-2.1418, 53.7461],[-2.1417, 53.7464],[-2.141201, 53.7472],[-2.141001, 53.7475],[-2.140399, 53.7478],[-2.1298, 53.752],[-2.128799, 53.7528],[-2.128, 53.7538],[-2.127599, 53.7548],[-2.1277, 53.7557],[-2.127899, 53.7567],[-2.13, 53.7595],[-2.1299, 53.7600],[-2.1287, 53.7619],[-2.1284, 53.7628],[-2.1282, 53.7644],[-2.1284, 53.7720],[-2.128599, 53.7736],[-2.128999, 53.7746],[-2.129501, 53.7756],[-2.1342, 53.7788],[-2.1349, 53.7801],[-2.1349, 53.7807],[-2.134399, 53.782],[-2.1336, 53.7832],[-2.1263, 53.7868],[-2.1241, 53.7885],[-2.1233, 53.7894],[-2.1231, 53.7898],[-2.1233, 53.79],[-2.128099, 53.7926],[-2.1282, 53.7927],[-2.1282, 53.793],[-2.127399, 53.7938],[-2.1271, 53.7945],[-2.126801, 53.7981],[-2.126699, 53.799],[-2.1262, 53.7996],[-2.1256, 53.8002],[-2.12420, 53.801],[-2.115299, 53.8047],[-2.1078, 53.8079],[-2.0824, 53.819],[-2.0793, 53.8211],[-2.0635, 53.8253],[-2.062001, 53.8235],[-2.0383, 53.8134],[-2.037699, 53.8121],[-2.0336, 53.8088],[-2.033, 53.8084],[-2.0288, 53.8083],[-2.0267, 53.8082],[-2.0113, 53.8064],[-2.010299, 53.8063],[-1.9999, 53.801],[-1.9971, 53.7996],[-1.9888, 53.7975],[-1.9872, 53.7971],[-1.986601, 53.7967],[-1.980299, 53.7867],[-1.979699, 53.7862],[-1.9793, 53.786],[-1.9706, 53.7853],[-1.9592, 53.7848],[-1.955099, 53.7859],[-1.9526, 53.7863],[-1.9461, 53.7871],[-1.9397, 53.7872],[-1.9296, 53.7872],[-1.9281, 53.787],[-1.9145, 53.7815],[-1.910599, 53.7816],[-1.8903, 53.7819],[-1.8896, 53.7818],[-1.888, 53.7803],[-1.887001, 53.7802],[-1.8825, 53.7801],[-1.88, 53.7797],[-1.8728, 53.7774],[-1.8722, 53.7770],[-1.871099, 53.7749],[-1.871201, 53.7746],[-1.8723, 53.7711],[-1.872599, 53.7696],[-1.871601, 53.7628],[-1.869799, 53.7589],[-1.869599, 53.7582],[-1.869599, 53.7577],[-1.8713, 53.7552],[-1.871201, 53.7547],[-1.864501, 53.7509],[-1.8636, 53.7508],[-1.861801, 53.751],[-1.8572, 53.7504],[-1.8564, 53.7501],[-1.856201, 53.7498],[-1.855299, 53.7486],[-1.8542, 53.7489],[-1.851699, 53.7502],[-1.851801, 53.7522],[-1.8512, 53.7529],[-1.850299, 53.7534],[-1.849301, 53.7538],[-1.8455, 53.7537],[-1.844599, 53.7541],[-1.8428, 53.7555],[-1.8408, 53.7556],[-1.84, 53.7559],[-1.8391, 53.7568],[-1.836801, 53.7594],[-1.8362, 53.7596],[-1.835, 53.7593],[-1.8341, 53.7598],[-1.830799, 53.7619],[-1.8276, 53.7635],[-1.827, 53.7636],[-1.823501, 53.7597],[-1.820099, 53.7579],[-1.817199, 53.756],[-1.809999, 53.753],[-1.8076, 53.7514],[-1.8045, 53.7504],[-1.8024, 53.7495],[-1.800699, 53.7483],[-1.7996, 53.7455],[-1.798599, 53.7438],[-1.7973, 53.7413],[-1.794999, 53.7391],[-1.7927, 53.7369],[-1.791299, 53.7351],[-1.7904, 53.7331],[-1.7898, 53.7312],[-1.7889, 53.7301],[-1.7882, 53.7296],[-1.787099, 53.7293],[-1.784999, 53.729],[-1.782099, 53.7285],[-1.7804, 53.728],[-1.7787, 53.7271],[-1.7779, 53.7256],[-1.777099, 53.7246],[-1.774999, 53.7214],[-1.774799, 53.7212],[-1.7744, 53.7214],[-1.774101, 53.7218],[-1.7736, 53.7227],[-1.7725, 53.7245],[-1.7722, 53.7248],[-1.771201, 53.7254],[-1.7693, 53.7266],[-1.765599, 53.7258],[-1.761801, 53.7256],[-1.7574, 53.7258],[-1.7559, 53.7253],[-1.755, 53.7251],[-1.7564, 53.7213],[-1.7544, 53.7201],[-1.7471, 53.7182],[-1.745499, 53.7162],[-1.7434, 53.7165],[-1.7386, 53.7133],[-1.7402, 53.7111],[-1.7386, 53.7101],[-1.739101, 53.7061],[-1.739699, 53.7040],[-1.7385, 53.7024],[-1.739101, 53.701],[-1.7394, 53.6989],[-1.734501, 53.695],[-1.734501, 53.693],[-1.7364, 53.6895],[-1.7365, 53.6893],[-1.7364, 53.6891],[-1.7349, 53.6874],[-1.734599, 53.687],[-1.733701, 53.6851],[-1.7336, 53.6849],[-1.733299, 53.6847],[-1.7293, 53.683],[-1.7286, 53.6826],[-1.728701, 53.6823],[-1.7308, 53.6818],[-1.733, 53.6814],[-1.7358, 53.6821],[-1.736201, 53.6823],[-1.738, 53.6844],[-1.7384, 53.6846],[-1.740299, 53.6855],[-1.741001, 53.6859],[-1.741201, 53.6861],[-1.7423, 53.6887],[-1.7428, 53.6904],[-1.7429, 53.691],[-1.743, 53.6913],[-1.743999, 53.6918],[-1.7467, 53.6924],[-1.751601, 53.6924],[-1.754101, 53.6923],[-1.7574, 53.6919],[-1.7592, 53.6918],[-1.76, 53.6917],[-1.761201, 53.6913],[-1.763999, 53.6902],[-1.767099, 53.6892],[-1.7851, 53.6825],[-1.786, 53.6823],[-1.7976, 53.6804],[-1.801, 53.6799],[-1.8131, 53.6768],[-1.8149, 53.6764],[-1.8212, 53.6754],[-1.8277, 53.6742],[-1.832299, 53.6732],[-1.8397, 53.6715],[-1.8415, 53.6716],[-1.8529, 53.6725],[-1.853199, 53.6724],[-1.853199, 53.6721],[-1.850299, 53.6694],[-1.8456, 53.6665],[-1.8456, 53.6662],[-1.845899, 53.6661],[-1.848799, 53.6656],[-1.8513, 53.6656],[-1.8523, 53.6653],[-1.8564, 53.6638],[-1.862599, 53.6625],[-1.863701, 53.6621],[-1.8671, 53.6599],[-1.868, 53.6595],[-1.8731, 53.6581],[-1.882001, 53.6548],[-1.8931, 53.6499],[-1.8953, 53.6476],[-1.8982, 53.6447],[-1.899, 53.6445],[-1.9226, 53.6479],[-1.9284, 53.6486],[-1.9353, 53.6494],[-1.935899, 53.6490],[-1.9392, 53.6430],[-1.948099, 53.6381],[-1.9661, 53.6331],[-1.966601, 53.6328],[-1.9678, 53.6296],[-1.968199, 53.6291],[-1.9798, 53.6229],[-1.9808, 53.6224],[-1.9877, 53.6216],[-1.995, 53.6199],[-1.9964, 53.6194],[-1.997001, 53.6186],[-2, 53.6129],[-2.000799, 53.6109],[-2.005, 53.6158],[-2.007299, 53.618],[-2.0099, 53.6183],[-2.0179, 53.6172],[-2.021699, 53.6179],[-2.023901, 53.6219]]]]}, properties:{name:"Calderdale"}}, {type:"Feature", geometry:{type:"MultiPolygon", coordinates:[[[[-1.948099, 53.5748],[-1.950799, 53.5766],[-1.951499, 53.5771],[-1.9522, 53.5775],[-1.9536, 53.5783],[-1.9569, 53.5791],[-1.9628, 53.5807],[-1.966401, 53.5831],[-1.975199, 53.5875],[-1.9785, 53.5906],[-1.981899, 53.5941],[-1.985299, 53.5976],[-1.9888, 53.6013],[-1.9914, 53.6037],[-1.991899, 53.6043],[-1.9921, 53.6051],[-1.992, 53.6055],[-1.9909, 53.6071],[-1.9909, 53.6076],[-1.992, 53.6088],[-1.993299, 53.6093],[-1.9973, 53.6086],[-1.999799, 53.6097],[-2.000799, 53.6109],[-2, 53.6129],[-1.997001, 53.6186],[-1.9964, 53.6194],[-1.995, 53.6199],[-1.9877, 53.6216],[-1.9808, 53.6224],[-1.9798, 53.6229],[-1.968199, 53.6291],[-1.9678, 53.6296],[-1.966601, 53.6328],[-1.9661, 53.6331],[-1.948099, 53.6381],[-1.9392, 53.6430],[-1.935899, 53.6490],[-1.9353, 53.6494],[-1.9284, 53.6486],[-1.9226, 53.6479],[-1.899, 53.6445],[-1.8982, 53.6447],[-1.8953, 53.6476],[-1.8931, 53.6499],[-1.882001, 53.6548],[-1.8731, 53.6581],[-1.868, 53.6595],[-1.8671, 53.6599],[-1.863701, 53.6621],[-1.862599, 53.6625],[-1.8564, 53.6638],[-1.8523, 53.6653],[-1.8513, 53.6656],[-1.848799, 53.6656],[-1.845899, 53.6661],[-1.8456, 53.6662],[-1.8456, 53.6665],[-1.850299, 53.6694],[-1.853199, 53.6721],[-1.853199, 53.6724],[-1.8529, 53.6725],[-1.8415, 53.6716],[-1.8397, 53.6715],[-1.832299, 53.6732],[-1.8277, 53.6742],[-1.8212, 53.6754],[-1.8149, 53.6764],[-1.8131, 53.6768],[-1.801, 53.6799],[-1.7976, 53.6804],[-1.786, 53.6823],[-1.7851, 53.6825],[-1.767099, 53.6892],[-1.763999, 53.6902],[-1.761201, 53.6913],[-1.76, 53.6917],[-1.7592, 53.6918],[-1.7574, 53.6919],[-1.754101, 53.6923],[-1.751601, 53.6924],[-1.7467, 53.6924],[-1.743999, 53.6918],[-1.743, 53.6913],[-1.7429, 53.691],[-1.7428, 53.6904],[-1.7423, 53.6887],[-1.741201, 53.6861],[-1.741001, 53.6859],[-1.740299, 53.6855],[-1.7384, 53.6846],[-1.738, 53.6844],[-1.736201, 53.6823],[-1.7358, 53.6821],[-1.733, 53.6814],[-1.7308, 53.6818],[-1.728701, 53.6823],[-1.7286, 53.6826],[-1.7293, 53.683],[-1.733299, 53.6847],[-1.7336, 53.6849],[-1.733701, 53.6851],[-1.734599, 53.687],[-1.7349, 53.6874],[-1.7364, 53.6891],[-1.7365, 53.6893],[-1.7364, 53.6895],[-1.734501, 53.693],[-1.734501, 53.695],[-1.7394, 53.6989],[-1.739101, 53.701],[-1.7385, 53.7024],[-1.739699, 53.7040],[-1.739101, 53.7061],[-1.7386, 53.7101],[-1.7402, 53.7111],[-1.7386, 53.7133],[-1.7434, 53.7165],[-1.745499, 53.7162],[-1.7471, 53.7182],[-1.7544, 53.7201],[-1.7564, 53.7213],[-1.755, 53.7251],[-1.7559, 53.7253],[-1.7574, 53.7258],[-1.761801, 53.7256],[-1.765599, 53.7258],[-1.7693, 53.7266],[-1.7653, 53.7288],[-1.7564, 53.7319],[-1.75, 53.735],[-1.7486, 53.7359],[-1.748399, 53.742],[-1.748199, 53.743],[-1.7472, 53.7437],[-1.7456, 53.7446],[-1.741201, 53.7462],[-1.736099, 53.7477],[-1.733, 53.7501],[-1.728099, 53.7524],[-1.7259, 53.7545],[-1.7249, 53.7564],[-1.723, 53.7582],[-1.721099, 53.7597],[-1.7207, 53.7600],[-1.72, 53.7603],[-1.719501, 53.7605],[-1.718799, 53.7607],[-1.717299, 53.7609],[-1.7135, 53.7608],[-1.7121, 53.7611],[-1.7105, 53.7617],[-1.7057, 53.7624],[-1.6961, 53.7624],[-1.687899, 53.7611],[-1.6871, 53.761],[-1.682001, 53.7607],[-1.679999, 53.7607],[-1.677001, 53.7608],[-1.6769, 53.753],[-1.674199, 53.7512],[-1.6626, 53.7468],[-1.658599, 53.7459],[-1.643, 53.7459],[-1.641299, 53.7446],[-1.639199, 53.7406],[-1.639101, 53.7381],[-1.638, 53.7336],[-1.6352, 53.7319],[-1.632699, 53.7294],[-1.6314, 53.7275],[-1.624501, 53.7234],[-1.621099, 53.7207],[-1.6122, 53.7218],[-1.603099, 53.7208],[-1.5973, 53.7201],[-1.5907, 53.7185],[-1.588199, 53.7172],[-1.5863, 53.7167],[-1.5842, 53.7164],[-1.5792, 53.7102],[-1.576499, 53.7097],[-1.573701, 53.7087],[-1.5725, 53.7081],[-1.5726, 53.7064],[-1.5769, 53.7048],[-1.587299, 53.7031],[-1.5897, 53.7029],[-1.591001, 53.7026],[-1.597, 53.7011],[-1.5992, 53.7003],[-1.6027, 53.6986],[-1.6049, 53.6969],[-1.6057, 53.6962],[-1.606099, 53.6951],[-1.606001, 53.6946],[-1.6055, 53.6936],[-1.6049, 53.6928],[-1.603901, 53.6922],[-1.603099, 53.6918],[-1.6023, 53.6917],[-1.5976, 53.6916],[-1.595299, 53.6913],[-1.594, 53.691],[-1.593199, 53.6904],[-1.5919, 53.689],[-1.591801, 53.6887],[-1.591601, 53.6878],[-1.591801, 53.6864],[-1.593701, 53.6841],[-1.5941, 53.6838],[-1.5948, 53.6838],[-1.598199, 53.6845],[-1.601001, 53.6837],[-1.6027, 53.684],[-1.6041, 53.6837],[-1.607, 53.6803],[-1.613999, 53.6784],[-1.6149, 53.6781],[-1.6165, 53.6776],[-1.6167, 53.6774],[-1.616801, 53.677],[-1.617, 53.675],[-1.6174, 53.674],[-1.6174, 53.6736],[-1.617, 53.6733],[-1.6159, 53.6728],[-1.6135, 53.6718],[-1.610399, 53.671],[-1.608099, 53.6705],[-1.6027, 53.67],[-1.6006, 53.6695],[-1.5992, 53.6686],[-1.597399, 53.6674],[-1.5942, 53.665],[-1.5913, 53.6633],[-1.586801, 53.6611],[-1.584301, 53.6598],[-1.581601, 53.6585],[-1.5806, 53.6579],[-1.581001, 53.6555],[-1.5828, 53.6554],[-1.584399, 53.6556],[-1.585, 53.6557],[-1.5892, 53.6582],[-1.592399, 53.6594],[-1.5934, 53.6595],[-1.594301, 53.6594],[-1.5948, 53.6593],[-1.596801, 53.6584],[-1.5978, 53.6581],[-1.6012, 53.6576],[-1.6052, 53.6569],[-1.6108, 53.6558],[-1.614101, 53.6554],[-1.618, 53.6553],[-1.6184, 53.6552],[-1.62, 53.6546],[-1.621899, 53.6537],[-1.6222, 53.6535],[-1.6223, 53.6532],[-1.6223, 53.6526],[-1.621899, 53.6516],[-1.621201, 53.6509],[-1.619599, 53.6498],[-1.6194, 53.6495],[-1.6192, 53.6491],[-1.618901, 53.6480],[-1.618701, 53.6476],[-1.617499, 53.6460],[-1.617499, 53.6456],[-1.617599, 53.6452],[-1.6179, 53.6446],[-1.6184, 53.6442],[-1.619501, 53.6435],[-1.62, 53.6431],[-1.621099, 53.6405],[-1.621899, 53.6394],[-1.623, 53.6386],[-1.6236, 53.6381],[-1.626899, 53.6343],[-1.627001, 53.6341],[-1.627001, 53.6338],[-1.625399, 53.6288],[-1.623901, 53.6285],[-1.621201, 53.628],[-1.6186, 53.6275],[-1.6165, 53.6267],[-1.6156, 53.6264],[-1.614699, 53.626],[-1.6138, 53.6255],[-1.608999, 53.6223],[-1.6079, 53.6215],[-1.6071, 53.6209],[-1.606001, 53.6202],[-1.6043, 53.6192],[-1.6008, 53.618],[-1.5976, 53.6175],[-1.596001, 53.6172],[-1.595, 53.6169],[-1.5934, 53.6163],[-1.59, 53.6144],[-1.586699, 53.6129],[-1.5855, 53.6121],[-1.5849, 53.6113],[-1.5847, 53.6107],[-1.584501, 53.6098],[-1.584399, 53.6089],[-1.5842, 53.6079],[-1.585199, 53.6076],[-1.5855, 53.6074],[-1.5857, 53.6071],[-1.585899, 53.6065],[-1.5858, 53.6051],[-1.585199, 53.6036],[-1.584501, 53.6024],[-1.584301, 53.6018],[-1.584301, 53.6011],[-1.584599, 53.5994],[-1.585, 53.5983],[-1.5857, 53.5969],[-1.5862, 53.5959],[-1.587999, 53.5934],[-1.589, 53.5920],[-1.5894, 53.5917],[-1.5904, 53.5913],[-1.592, 53.5910],[-1.593099, 53.5908],[-1.595899, 53.5906],[-1.597, 53.5905],[-1.5978, 53.5902],[-1.599, 53.5893],[-1.6006, 53.5877],[-1.6007, 53.5873],[-1.6007, 53.5869],[-1.6, 53.5844],[-1.599501, 53.5832],[-1.599, 53.5822],[-1.5971, 53.5799],[-1.596801, 53.5791],[-1.596801, 53.5788],[-1.5972, 53.578],[-1.5986, 53.5769],[-1.600399, 53.5757],[-1.608901, 53.5695],[-1.6157, 53.563],[-1.616099, 53.5627],[-1.6167, 53.5626],[-1.6235, 53.5644],[-1.6249, 53.5645],[-1.627499, 53.5645],[-1.6296, 53.5645],[-1.630599, 53.5644],[-1.6337, 53.564],[-1.6378, 53.5636],[-1.6402, 53.5632],[-1.6497, 53.5614],[-1.651299, 53.5611],[-1.654, 53.5598],[-1.6566, 53.5583],[-1.658399, 53.557],[-1.6617, 53.5547],[-1.6631, 53.5541],[-1.6646, 53.5538],[-1.666, 53.5536],[-1.6684, 53.5538],[-1.6695, 53.554],[-1.670099, 53.5541],[-1.672001, 53.5545],[-1.673599, 53.5549],[-1.677999, 53.5549],[-1.6878, 53.5553],[-1.693501, 53.5552],[-1.6954, 53.5555],[-1.6962, 53.5556],[-1.6968, 53.5558],[-1.6982, 53.5567],[-1.7003, 53.5589],[-1.7011, 53.5596],[-1.701499, 53.5597],[-1.705, 53.5597],[-1.7063, 53.5598],[-1.709301, 53.5597],[-1.714501, 53.5596],[-1.7194, 53.5595],[-1.7226, 53.5596],[-1.7235, 53.5596],[-1.723799, 53.5593],[-1.724599, 53.5541],[-1.7248, 53.5537],[-1.7262, 53.5521],[-1.7279, 53.5504],[-1.7298, 53.5485],[-1.733999, 53.5459],[-1.736001, 53.5447],[-1.737, 53.5442],[-1.738, 53.5438],[-1.7417, 53.5428],[-1.743199, 53.5423],[-1.7452, 53.5415],[-1.7471, 53.541],[-1.7529, 53.5391],[-1.756899, 53.5381],[-1.7629, 53.5369],[-1.7675, 53.5366],[-1.772699, 53.5366],[-1.779, 53.5368],[-1.781801, 53.5369],[-1.784999, 53.537],[-1.786299, 53.5372],[-1.787199, 53.5371],[-1.7887, 53.5366],[-1.7895, 53.5364],[-1.7911, 53.5363],[-1.794999, 53.5358],[-1.7966, 53.5358],[-1.797799, 53.5361],[-1.8005, 53.5376],[-1.801, 53.5381],[-1.8018, 53.5383],[-1.8054, 53.5365],[-1.8075, 53.5344],[-1.820199, 53.5229],[-1.8217, 53.5232],[-1.8268, 53.5241],[-1.8275, 53.5240],[-1.8286, 53.5236],[-1.830899, 53.5221],[-1.831601, 53.5217],[-1.8322, 53.5215],[-1.8341, 53.5213],[-1.8358, 53.5212],[-1.8392, 53.5217],[-1.841001, 53.5222],[-1.8429, 53.5231],[-1.846801, 53.5262],[-1.8579, 53.5330],[-1.863, 53.5365],[-1.865299, 53.5382],[-1.868999, 53.5398],[-1.8699, 53.5401],[-1.873199, 53.5392],[-1.874501, 53.5389],[-1.8751, 53.5389],[-1.879501, 53.5395],[-1.881099, 53.5394],[-1.8817, 53.5393],[-1.8824, 53.5389],[-1.885599, 53.5368],[-1.8873, 53.5361],[-1.8888, 53.5355],[-1.8908, 53.535],[-1.891801, 53.5349],[-1.8923, 53.5348],[-1.8929, 53.5349],[-1.8946, 53.5358],[-1.896801, 53.5371],[-1.8988, 53.538],[-1.9024, 53.5395],[-1.9055, 53.5402],[-1.9074, 53.5407],[-1.9082, 53.5407],[-1.9103, 53.5487],[-1.9111, 53.551],[-1.9117, 53.5521],[-1.912001, 53.5525],[-1.9124, 53.5527],[-1.9154, 53.5524],[-1.917799, 53.5526],[-1.919999, 53.5531],[-1.926499, 53.5561],[-1.9313, 53.5584],[-1.9378, 53.5609],[-1.9398, 53.5623],[-1.940199, 53.5627],[-1.9403, 53.5631],[-1.9405, 53.5653],[-1.940899, 53.5668],[-1.9411, 53.5675],[-1.9428, 53.5702],[-1.9442, 53.5725],[-1.9453, 53.5735],[-1.9462, 53.5741],[-1.948099, 53.5748]]]]}, properties:{name:"Kirklees"}}, {type:"Feature", geometry:{type:"MultiPolygon", coordinates:[[[[-1.677001, 53.7608],[-1.6738, 53.7622],[-1.672001, 53.7630],[-1.669999, 53.7635],[-1.6666, 53.7641],[-1.664301, 53.7646],[-1.6625, 53.7656],[-1.661, 53.7667],[-1.6601, 53.7673],[-1.6598, 53.7675],[-1.6595, 53.7676],[-1.6573, 53.7676],[-1.656201, 53.7676],[-1.6555, 53.7675],[-1.6538, 53.7669],[-1.652799, 53.7669],[-1.652099, 53.7671],[-1.651201, 53.7675],[-1.649301, 53.7689],[-1.6482, 53.7700],[-1.6461, 53.7711],[-1.6423, 53.7731],[-1.641299, 53.7739],[-1.6408, 53.7744],[-1.6401, 53.7763],[-1.639899, 53.7770],[-1.639799, 53.7778],[-1.6393, 53.7807],[-1.6394, 53.7809],[-1.639799, 53.7809],[-1.641801, 53.7802],[-1.6425, 53.7801],[-1.648, 53.7800],[-1.6533, 53.7800],[-1.6572, 53.7800],[-1.6645, 53.7802],[-1.6697, 53.7805],[-1.6738, 53.7808],[-1.6745, 53.781],[-1.6768, 53.7822],[-1.679301, 53.7844],[-1.6811, 53.7867],[-1.6813, 53.7868],[-1.685099, 53.7866],[-1.6862, 53.7866],[-1.687199, 53.7864],[-1.6953, 53.7858],[-1.695799, 53.7857],[-1.6978, 53.785],[-1.6996, 53.7844],[-1.703799, 53.7827],[-1.704599, 53.7825],[-1.705, 53.7826],[-1.705099, 53.7828],[-1.7063, 53.7873],[-1.7078, 53.7885],[-1.711601, 53.7918],[-1.711699, 53.7923],[-1.7111, 53.7932],[-1.7021, 53.8012],[-1.702, 53.8018],[-1.702399, 53.802],[-1.7068, 53.8035],[-1.7105, 53.8061],[-1.706601, 53.8067],[-1.7083, 53.8094],[-1.7069, 53.8106],[-1.706601, 53.8112],[-1.706401, 53.8119],[-1.706401, 53.813],[-1.7071, 53.8152],[-1.707, 53.8158],[-1.7062, 53.817],[-1.7047, 53.8194],[-1.703501, 53.8227],[-1.703501, 53.8246],[-1.704501, 53.8254],[-1.704399, 53.8264],[-1.704501, 53.8272],[-1.704399, 53.8300],[-1.704599, 53.8332],[-1.705, 53.8370],[-1.7049, 53.8383],[-1.7048, 53.8391],[-1.7034, 53.8418],[-1.703099, 53.8422],[-1.700199, 53.8441],[-1.699399, 53.8446],[-1.6986, 53.8454],[-1.697199, 53.8470],[-1.6955, 53.8489],[-1.695899, 53.8515],[-1.697199, 53.855],[-1.7006, 53.8553],[-1.7021, 53.8561],[-1.7027, 53.8578],[-1.7079, 53.8604],[-1.7112, 53.8636],[-1.714599, 53.864],[-1.715299, 53.8653],[-1.719501, 53.8627],[-1.7271, 53.8647],[-1.7327, 53.8631],[-1.7465, 53.8631],[-1.7465, 53.8645],[-1.752499, 53.8661],[-1.7532, 53.8658],[-1.756201, 53.8656],[-1.757599, 53.8622],[-1.7623, 53.8649],[-1.766899, 53.8653],[-1.7772, 53.8719],[-1.778901, 53.8762],[-1.779899, 53.8777],[-1.7822, 53.8791],[-1.7867, 53.88],[-1.7959, 53.8809],[-1.7998, 53.8850],[-1.794101, 53.8944],[-1.7867, 53.8958],[-1.7772, 53.8937],[-1.779101, 53.8914],[-1.774101, 53.8889],[-1.769101, 53.8900],[-1.7647, 53.8898],[-1.756001, 53.8845],[-1.7493, 53.8850],[-1.7417, 53.8848],[-1.738299, 53.886],[-1.7344, 53.8862],[-1.7258, 53.8857],[-1.7248, 53.8878],[-1.7235, 53.8896],[-1.718, 53.8910],[-1.717399, 53.8917],[-1.7184, 53.8935],[-1.73, 53.8953],[-1.731699, 53.8978],[-1.7293, 53.9062],[-1.728999, 53.9111],[-1.728999, 53.9114],[-1.7278, 53.9111],[-1.726601, 53.911],[-1.7256, 53.9111],[-1.724301, 53.9115],[-1.723, 53.9119],[-1.721699, 53.9123],[-1.7213, 53.9124],[-1.7207, 53.9126],[-1.720399, 53.9126],[-1.7197, 53.9124],[-1.719301, 53.9122],[-1.719, 53.9119],[-1.718799, 53.9116],[-1.7185, 53.9109],[-1.7183, 53.9107],[-1.718, 53.9107],[-1.7177, 53.9112],[-1.717399, 53.9119],[-1.7169, 53.9132],[-1.716699, 53.9139],[-1.716401, 53.9158],[-1.7157, 53.9188],[-1.7155, 53.9192],[-1.715299, 53.9194],[-1.715, 53.9194],[-1.713799, 53.919],[-1.7127, 53.919],[-1.7113, 53.9191],[-1.7092, 53.9192],[-1.7079, 53.9193],[-1.705199, 53.9194],[-1.7019, 53.9194],[-1.6989, 53.9194],[-1.696601, 53.9196],[-1.6932, 53.9198],[-1.6913, 53.92],[-1.6903, 53.92],[-1.689399, 53.9199],[-1.688701, 53.9197],[-1.6878, 53.9194],[-1.686401, 53.9188],[-1.6839, 53.9182],[-1.683701, 53.9181],[-1.683599, 53.9178],[-1.6839, 53.917],[-1.6847, 53.9152],[-1.685199, 53.9136],[-1.685199, 53.9129],[-1.685099, 53.9123],[-1.6849, 53.9118],[-1.6846, 53.9115],[-1.684101, 53.9114],[-1.6834, 53.9113],[-1.681499, 53.9112],[-1.679101, 53.9111],[-1.6746, 53.9111],[-1.672799, 53.9112],[-1.6713, 53.9114],[-1.670599, 53.9115],[-1.669899, 53.9117],[-1.6689, 53.912],[-1.6661, 53.913],[-1.6647, 53.9134],[-1.6637, 53.9136],[-1.6631, 53.9137],[-1.6624, 53.9138],[-1.6617, 53.9137],[-1.661201, 53.9136],[-1.6601, 53.9134],[-1.659, 53.9133],[-1.6574, 53.9134],[-1.6566, 53.9133],[-1.6555, 53.9131],[-1.652699, 53.9125],[-1.6524, 53.9124],[-1.6519, 53.9122],[-1.6515, 53.9119],[-1.651299, 53.9116],[-1.6511, 53.9112],[-1.6511, 53.9108],[-1.651201, 53.9106],[-1.6516, 53.9098],[-1.6523, 53.9087],[-1.6524, 53.9083],[-1.6524, 53.9079],[-1.6523, 53.9073],[-1.652099, 53.9069],[-1.651401, 53.9065],[-1.649899, 53.9061],[-1.6481, 53.906],[-1.6473, 53.9061],[-1.646801, 53.9062],[-1.6461, 53.9065],[-1.6452, 53.9069],[-1.6444, 53.9072],[-1.6437, 53.9074],[-1.6432, 53.9075],[-1.6417, 53.9075],[-1.6387, 53.9067],[-1.6352, 53.9058],[-1.6323, 53.9053],[-1.6296, 53.9051],[-1.627001, 53.9049],[-1.624799, 53.9048],[-1.6243, 53.9047],[-1.6236, 53.9045],[-1.6209, 53.9036],[-1.619599, 53.9034],[-1.618999, 53.9034],[-1.618199, 53.9035],[-1.616899, 53.9039],[-1.614101, 53.9050],[-1.6098, 53.9068],[-1.6065, 53.9085],[-1.606001, 53.9087],[-1.6049, 53.909],[-1.6026, 53.9093],[-1.5994, 53.9099],[-1.5986, 53.9098],[-1.5983, 53.9097],[-1.598099, 53.9094],[-1.598199, 53.9091],[-1.5985, 53.9084],[-1.5994, 53.9066],[-1.5998, 53.9053],[-1.599699, 53.9048],[-1.5992, 53.9043],[-1.597, 53.9034],[-1.595899, 53.9032],[-1.5928, 53.9026],[-1.5876, 53.9012],[-1.585299, 53.9009],[-1.5849, 53.9010],[-1.584599, 53.9011],[-1.584399, 53.9013],[-1.5842, 53.9016],[-1.5841, 53.9018],[-1.584301, 53.9052],[-1.584301, 53.9061],[-1.5841, 53.9067],[-1.583799, 53.9072],[-1.5834, 53.9077],[-1.5829, 53.9082],[-1.582399, 53.9086],[-1.581601, 53.9089],[-1.578799, 53.9095],[-1.575199, 53.9099],[-1.569, 53.9104],[-1.568099, 53.9105],[-1.5669, 53.9105],[-1.565199, 53.9101],[-1.5648, 53.9099],[-1.564501, 53.9097],[-1.5638, 53.9085],[-1.562899, 53.9063],[-1.562299, 53.9049],[-1.562001, 53.9045],[-1.5617, 53.9043],[-1.5613, 53.9042],[-1.560699, 53.9041],[-1.559501, 53.9042],[-1.5567, 53.9045],[-1.555699, 53.9044],[-1.552001, 53.9034],[-1.5509, 53.9032],[-1.5503, 53.9033],[-1.549999, 53.9034],[-1.5497, 53.9036],[-1.549301, 53.9040],[-1.549199, 53.9044],[-1.549101, 53.9050],[-1.5488, 53.9071],[-1.5482, 53.9094],[-1.548, 53.9105],[-1.547799, 53.9107],[-1.5475, 53.9109],[-1.547199, 53.911],[-1.5463, 53.9108],[-1.5433, 53.9099],[-1.5425, 53.9098],[-1.541299, 53.9098],[-1.5384, 53.91],[-1.5353, 53.9102],[-1.534, 53.9101],[-1.5309, 53.9084],[-1.5304, 53.9081],[-1.529999, 53.908],[-1.5296, 53.908],[-1.528901, 53.9081],[-1.528, 53.9083],[-1.5251, 53.9095],[-1.522099, 53.9106],[-1.5203, 53.9111],[-1.519, 53.9113],[-1.517699, 53.9113],[-1.5122, 53.911],[-1.5116, 53.911],[-1.510599, 53.9111],[-1.5088, 53.9114],[-1.506299, 53.9121],[-1.5036, 53.9131],[-1.4985, 53.915],[-1.4958, 53.916],[-1.495399, 53.9161],[-1.494799, 53.9162],[-1.493999, 53.9163],[-1.4929, 53.9162],[-1.491899, 53.9159],[-1.4908, 53.9153],[-1.488901, 53.9137],[-1.4877, 53.9126],[-1.486899, 53.912],[-1.4864, 53.9117],[-1.485399, 53.9114],[-1.4841, 53.9112],[-1.482599, 53.9111],[-1.4734, 53.9116],[-1.4692, 53.9117],[-1.4661, 53.9118],[-1.4656, 53.9116],[-1.4648, 53.9108],[-1.4633, 53.9087],[-1.4629, 53.9081],[-1.4626, 53.9078],[-1.4621, 53.9075],[-1.461401, 53.9072],[-1.4607, 53.9069],[-1.4598, 53.9067],[-1.4592, 53.9068],[-1.456401, 53.9074],[-1.454301, 53.9076],[-1.450099, 53.9072],[-1.449399, 53.9072],[-1.4483, 53.9075],[-1.447299, 53.908],[-1.4456, 53.9092],[-1.4412, 53.9126],[-1.440099, 53.9134],[-1.438599, 53.914],[-1.4375, 53.9143],[-1.4368, 53.9144],[-1.4363, 53.9142],[-1.435199, 53.9134],[-1.432199, 53.91],[-1.4317, 53.9094],[-1.431, 53.9086],[-1.430699, 53.9084],[-1.4304, 53.9082],[-1.430099, 53.9081],[-1.4289, 53.911],[-1.4288, 53.9123],[-1.428701, 53.914],[-1.428701, 53.9153],[-1.4289, 53.9167],[-1.4297, 53.9202],[-1.4318, 53.9237],[-1.432001, 53.9244],[-1.4325, 53.9266],[-1.4326, 53.9274],[-1.432199, 53.9286],[-1.430099, 53.9294],[-1.428501, 53.9297],[-1.4267, 53.9298],[-1.4238, 53.9297],[-1.421201, 53.9294],[-1.419101, 53.9291],[-1.4138, 53.9287],[-1.4094, 53.9286],[-1.409199, 53.9287],[-1.409, 53.9289],[-1.4089, 53.9291],[-1.4088, 53.9298],[-1.408501, 53.9305],[-1.408399, 53.9313],[-1.4087, 53.933],[-1.4089, 53.9341],[-1.409, 53.9353],[-1.409, 53.936],[-1.4087, 53.9369],[-1.4082, 53.938],[-1.407099, 53.9400],[-1.4061, 53.9409],[-1.4044, 53.9422],[-1.4026, 53.9432],[-1.4009, 53.9437],[-1.3994, 53.9438],[-1.398501, 53.9437],[-1.3959, 53.9435],[-1.3904, 53.9439],[-1.3888, 53.9442],[-1.3881, 53.9442],[-1.3861, 53.9437],[-1.3838, 53.9428],[-1.3828, 53.9424],[-1.381201, 53.942],[-1.3787, 53.9419],[-1.3765, 53.9419],[-1.3758, 53.942],[-1.3752, 53.9422],[-1.3742, 53.9426],[-1.3735, 53.9430],[-1.3715, 53.9442],[-1.370399, 53.9449],[-1.37, 53.945],[-1.366201, 53.9439],[-1.3627, 53.9434],[-1.3609, 53.9432],[-1.359501, 53.9432],[-1.3529, 53.9445],[-1.351699, 53.9449],[-1.3499, 53.9455],[-1.3483, 53.9459],[-1.3469, 53.9461],[-1.3415, 53.9465],[-1.3398, 53.9464],[-1.3383, 53.9462],[-1.338099, 53.9460],[-1.338099, 53.9458],[-1.3385, 53.9453],[-1.3399, 53.9441],[-1.340899, 53.9431],[-1.341401, 53.9425],[-1.3415, 53.9423],[-1.3415, 53.942],[-1.3413, 53.9418],[-1.341001, 53.9416],[-1.338901, 53.9414],[-1.3369, 53.9411],[-1.3357, 53.9408],[-1.334599, 53.9407],[-1.3325, 53.9404],[-1.3313, 53.9402],[-1.329301, 53.9400],[-1.328099, 53.9398],[-1.325899, 53.939],[-1.3242, 53.9386],[-1.3232, 53.9384],[-1.3225, 53.9383],[-1.3199, 53.9379],[-1.3184, 53.9376],[-1.3142, 53.9367],[-1.3106, 53.936],[-1.308599, 53.9357],[-1.3042, 53.9348],[-1.3033, 53.9346],[-1.3032, 53.9343],[-1.304, 53.9322],[-1.3049, 53.9296],[-1.305699, 53.9266],[-1.3056, 53.9264],[-1.3052, 53.9263],[-1.3031, 53.9271],[-1.2996, 53.929],[-1.2983, 53.93],[-1.297899, 53.9302],[-1.2974, 53.9302],[-1.295799, 53.9298],[-1.294, 53.9292],[-1.2924, 53.9284],[-1.2916, 53.9276],[-1.291499, 53.9274],[-1.2916, 53.9271],[-1.2919, 53.9271],[-1.2934, 53.9273],[-1.2974, 53.9272],[-1.2998, 53.9268],[-1.304999, 53.9246],[-1.306601, 53.924],[-1.307199, 53.9236],[-1.307199, 53.9232],[-1.307001, 53.9226],[-1.3068, 53.9222],[-1.306601, 53.922],[-1.306, 53.9218],[-1.304399, 53.9218],[-1.3017, 53.9224],[-1.3009, 53.9226],[-1.298, 53.9238],[-1.2966, 53.9238],[-1.2961, 53.9235],[-1.295799, 53.9232],[-1.295799, 53.9228],[-1.296, 53.921],[-1.2976, 53.9168],[-1.299101, 53.914],[-1.2998, 53.913],[-1.3002, 53.9128],[-1.302299, 53.9126],[-1.3075, 53.9112],[-1.3076, 53.9108],[-1.3074, 53.9104],[-1.307099, 53.9102],[-1.306499, 53.9101],[-1.302999, 53.9102],[-1.298599, 53.9106],[-1.2981, 53.9103],[-1.2977, 53.9098],[-1.297799, 53.9095],[-1.2982, 53.9091],[-1.3003, 53.9084],[-1.302001, 53.9082],[-1.308599, 53.907],[-1.3133, 53.9059],[-1.314399, 53.9057],[-1.316601, 53.9053],[-1.318799, 53.9046],[-1.3203, 53.9042],[-1.3206, 53.9040],[-1.320799, 53.9038],[-1.3211, 53.9033],[-1.3211, 53.9022],[-1.321001, 53.9018],[-1.3206, 53.9008],[-1.320099, 53.9003],[-1.3197, 53.8998],[-1.3169, 53.8966],[-1.315799, 53.8940],[-1.3156, 53.8931],[-1.3156, 53.8928],[-1.3177, 53.8886],[-1.317899, 53.8881],[-1.317899, 53.8874],[-1.316601, 53.8824],[-1.315199, 53.876],[-1.3147, 53.8742],[-1.313599, 53.8725],[-1.3118, 53.8689],[-1.3105, 53.8673],[-1.3105, 53.8669],[-1.311, 53.8666],[-1.3167, 53.8644],[-1.3205, 53.863],[-1.326601, 53.8625],[-1.3306, 53.8625],[-1.336401, 53.8613],[-1.3458, 53.8592],[-1.3485, 53.858],[-1.350199, 53.8569],[-1.3506, 53.8564],[-1.3506, 53.8562],[-1.3499, 53.8551],[-1.3455, 53.8542],[-1.3392, 53.8525],[-1.3384, 53.8521],[-1.337999, 53.8517],[-1.3379, 53.8514],[-1.3378, 53.8506],[-1.340199, 53.8451],[-1.340199, 53.8447],[-1.3378, 53.8440],[-1.331401, 53.8424],[-1.326401, 53.8418],[-1.3253, 53.8417],[-1.324501, 53.8414],[-1.3242, 53.8410],[-1.3232, 53.8382],[-1.3227, 53.8365],[-1.3227, 53.8360],[-1.3228, 53.8357],[-1.322999, 53.8354],[-1.323501, 53.8353],[-1.3256, 53.8356],[-1.3279, 53.8356],[-1.331601, 53.8354],[-1.3332, 53.8351],[-1.3336, 53.8349],[-1.333701, 53.8346],[-1.3336, 53.8336],[-1.3334, 53.8333],[-1.3327, 53.8330],[-1.3306, 53.8323],[-1.3227, 53.8290],[-1.3162, 53.8258],[-1.3084, 53.8238],[-1.307999, 53.8234],[-1.3076, 53.822],[-1.307199, 53.8212],[-1.3068, 53.8207],[-1.306401, 53.8203],[-1.302999, 53.8188],[-1.302799, 53.8186],[-1.3025, 53.8182],[-1.3025, 53.8177],[-1.3033, 53.8165],[-1.304101, 53.8155],[-1.3045, 53.8151],[-1.3052, 53.8148],[-1.3099, 53.8145],[-1.310699, 53.8144],[-1.3111, 53.8142],[-1.311401, 53.8139],[-1.311401, 53.8132],[-1.3111, 53.81],[-1.3113, 53.8097],[-1.312899, 53.8092],[-1.3131, 53.8089],[-1.3118, 53.8046],[-1.3106, 53.7975],[-1.309999, 53.7936],[-1.3099, 53.7926],[-1.3099, 53.7918],[-1.310799, 53.7868],[-1.312001, 53.7834],[-1.312001, 53.7826],[-1.3118, 53.7819],[-1.311499, 53.7812],[-1.3112, 53.781],[-1.306201, 53.7809],[-1.305099, 53.7806],[-1.303701, 53.7798],[-1.3024, 53.7788],[-1.3017, 53.7781],[-1.301499, 53.7776],[-1.301601, 53.7772],[-1.303501, 53.7739],[-1.303501, 53.7736],[-1.3009, 53.7715],[-1.296401, 53.7677],[-1.2952, 53.7666],[-1.2946, 53.7659],[-1.294301, 53.7650],[-1.2932, 53.7602],[-1.2933, 53.7599],[-1.294999, 53.7596],[-1.295099, 53.7594],[-1.294999, 53.7592],[-1.2939, 53.7571],[-1.2939, 53.7568],[-1.294301, 53.7566],[-1.299199, 53.7558],[-1.303599, 53.7554],[-1.304999, 53.7554],[-1.305699, 53.7558],[-1.307001, 53.7569],[-1.307299, 53.7570],[-1.309, 53.7568],[-1.3105, 53.7567],[-1.311, 53.7564],[-1.3111, 53.756],[-1.3111, 53.7557],[-1.310699, 53.754],[-1.310799, 53.7523],[-1.310899, 53.7513],[-1.312299, 53.7458],[-1.3125, 53.7448],[-1.3128, 53.7409],[-1.3127, 53.74],[-1.3126, 53.7396],[-1.314501, 53.7385],[-1.315899, 53.7372],[-1.317199, 53.7362],[-1.3191, 53.7349],[-1.3198, 53.7345],[-1.3206, 53.7343],[-1.3213, 53.7343],[-1.3232, 53.7349],[-1.325099, 53.7358],[-1.326499, 53.7358],[-1.3286, 53.7353],[-1.330099, 53.735],[-1.331401, 53.735],[-1.333701, 53.7353],[-1.3361, 53.7357],[-1.3386, 53.7355],[-1.3406, 53.7351],[-1.3436, 53.7344],[-1.3472, 53.7335],[-1.35, 53.7325],[-1.3551, 53.7312],[-1.3565, 53.7312],[-1.3584, 53.7313],[-1.3598, 53.7311],[-1.3608, 53.7309],[-1.366001, 53.7289],[-1.366899, 53.7287],[-1.368, 53.7288],[-1.369599, 53.7291],[-1.3708, 53.7293],[-1.3714, 53.7293],[-1.371899, 53.7292],[-1.374799, 53.7284],[-1.376201, 53.7277],[-1.3807, 53.7261],[-1.384699, 53.7252],[-1.3917, 53.7236],[-1.3925, 53.7233],[-1.3931, 53.7229],[-1.3952, 53.7211],[-1.396001, 53.7204],[-1.3965, 53.72],[-1.3973, 53.7197],[-1.398501, 53.7195],[-1.399899, 53.7196],[-1.401401, 53.7199],[-1.4046, 53.7209],[-1.410699, 53.7227],[-1.411201, 53.7228],[-1.414101, 53.7224],[-1.416499, 53.7221],[-1.4173, 53.7221],[-1.4177, 53.7222],[-1.418, 53.7223],[-1.419899, 53.7233],[-1.4203, 53.7234],[-1.420799, 53.7234],[-1.4234, 53.7227],[-1.4277, 53.7219],[-1.4283, 53.7220],[-1.4296, 53.7222],[-1.430099, 53.7222],[-1.4306, 53.7221],[-1.431499, 53.7218],[-1.4317, 53.7219],[-1.4319, 53.7220],[-1.441601, 53.7285],[-1.4462, 53.7287],[-1.469501, 53.7286],[-1.489799, 53.728],[-1.4913, 53.7245],[-1.492499, 53.7228],[-1.494599, 53.7223],[-1.504501, 53.7250],[-1.5042, 53.7267],[-1.506899, 53.7277],[-1.5071, 53.729],[-1.5115, 53.7297],[-1.521401, 53.7233],[-1.5325, 53.7167],[-1.542899, 53.7129],[-1.551401, 53.7080],[-1.5555, 53.7035],[-1.557001, 53.7035],[-1.5611, 53.6997],[-1.5726, 53.7064],[-1.5725, 53.7081],[-1.573701, 53.7087],[-1.576499, 53.7097],[-1.5792, 53.7102],[-1.5842, 53.7164],[-1.5863, 53.7167],[-1.588199, 53.7172],[-1.5907, 53.7185],[-1.5973, 53.7201],[-1.603099, 53.7208],[-1.6122, 53.7218],[-1.621099, 53.7207],[-1.624501, 53.7234],[-1.6314, 53.7275],[-1.632699, 53.7294],[-1.6352, 53.7319],[-1.638, 53.7336],[-1.639101, 53.7381],[-1.639199, 53.7406],[-1.641299, 53.7446],[-1.643, 53.7459],[-1.658599, 53.7459],[-1.6626, 53.7468],[-1.674199, 53.7512],[-1.6769, 53.753],[-1.677001, 53.7608]]]]}, properties:{name:"Leeds"}}, {type:"Feature", geometry:{type:"MultiPolygon", coordinates:[[[[-1.582999, 53.6065],[-1.583701, 53.6069],[-1.5842, 53.6079],[-1.584399, 53.6089],[-1.584501, 53.6098],[-1.5847, 53.6107],[-1.5849, 53.6113],[-1.5855, 53.6121],[-1.586699, 53.6129],[-1.59, 53.6144],[-1.5934, 53.6163],[-1.595, 53.6169],[-1.596001, 53.6172],[-1.5976, 53.6175],[-1.6008, 53.618],[-1.6043, 53.6192],[-1.606001, 53.6202],[-1.6071, 53.6209],[-1.6079, 53.6215],[-1.608999, 53.6223],[-1.6138, 53.6255],[-1.614699, 53.626],[-1.6156, 53.6264],[-1.6165, 53.6267],[-1.6186, 53.6275],[-1.621201, 53.628],[-1.623901, 53.6285],[-1.625399, 53.6288],[-1.627001, 53.6338],[-1.627001, 53.6341],[-1.626899, 53.6343],[-1.6236, 53.6381],[-1.623, 53.6386],[-1.621899, 53.6394],[-1.621099, 53.6405],[-1.62, 53.6431],[-1.619501, 53.6435],[-1.6184, 53.6442],[-1.6179, 53.6446],[-1.617599, 53.6452],[-1.617499, 53.6456],[-1.617499, 53.6460],[-1.618701, 53.6476],[-1.618901, 53.6480],[-1.6192, 53.6491],[-1.6194, 53.6495],[-1.619599, 53.6498],[-1.621201, 53.6509],[-1.621899, 53.6516],[-1.6223, 53.6526],[-1.6223, 53.6532],[-1.6222, 53.6535],[-1.621899, 53.6537],[-1.62, 53.6546],[-1.6184, 53.6552],[-1.618, 53.6553],[-1.614101, 53.6554],[-1.6108, 53.6558],[-1.6052, 53.6569],[-1.6012, 53.6576],[-1.5978, 53.6581],[-1.596801, 53.6584],[-1.5948, 53.6593],[-1.594301, 53.6594],[-1.5934, 53.6595],[-1.592399, 53.6594],[-1.5892, 53.6582],[-1.585, 53.6557],[-1.584399, 53.6556],[-1.5828, 53.6554],[-1.581001, 53.6555],[-1.5806, 53.6579],[-1.581601, 53.6585],[-1.584301, 53.6598],[-1.586801, 53.6611],[-1.5913, 53.6633],[-1.5942, 53.665],[-1.597399, 53.6674],[-1.5992, 53.6686],[-1.6006, 53.6695],[-1.6027, 53.67],[-1.608099, 53.6705],[-1.610399, 53.671],[-1.6135, 53.6718],[-1.6159, 53.6728],[-1.617, 53.6733],[-1.6174, 53.6736],[-1.6174, 53.674],[-1.617, 53.675],[-1.616801, 53.677],[-1.6167, 53.6774],[-1.6165, 53.6776],[-1.6149, 53.6781],[-1.613999, 53.6784],[-1.607, 53.6803],[-1.6041, 53.6837],[-1.6027, 53.684],[-1.601001, 53.6837],[-1.598199, 53.6845],[-1.5948, 53.6838],[-1.5941, 53.6838],[-1.593701, 53.6841],[-1.591801, 53.6864],[-1.591601, 53.6878],[-1.591801, 53.6887],[-1.5919, 53.689],[-1.593199, 53.6904],[-1.594, 53.691],[-1.595299, 53.6913],[-1.5976, 53.6916],[-1.6023, 53.6917],[-1.603099, 53.6918],[-1.603901, 53.6922],[-1.6049, 53.6928],[-1.6055, 53.6936],[-1.606001, 53.6946],[-1.606099, 53.6951],[-1.6057, 53.6962],[-1.6049, 53.6969],[-1.6027, 53.6986],[-1.5992, 53.7003],[-1.597, 53.7011],[-1.591001, 53.7026],[-1.5897, 53.7029],[-1.587299, 53.7031],[-1.5769, 53.7048],[-1.5726, 53.7064],[-1.5611, 53.6997],[-1.557001, 53.7035],[-1.5555, 53.7035],[-1.551401, 53.7080],[-1.542899, 53.7129],[-1.5325, 53.7167],[-1.521401, 53.7233],[-1.5115, 53.7297],[-1.5071, 53.729],[-1.506899, 53.7277],[-1.5042, 53.7267],[-1.504501, 53.7250],[-1.494599, 53.7223],[-1.492499, 53.7228],[-1.4913, 53.7245],[-1.489799, 53.728],[-1.469501, 53.7286],[-1.4462, 53.7287],[-1.441601, 53.7285],[-1.4319, 53.7220],[-1.4317, 53.7219],[-1.431499, 53.7218],[-1.4306, 53.7221],[-1.430099, 53.7222],[-1.4296, 53.7222],[-1.4283, 53.7220],[-1.4277, 53.7219],[-1.4234, 53.7227],[-1.420799, 53.7234],[-1.4203, 53.7234],[-1.419899, 53.7233],[-1.418, 53.7223],[-1.4177, 53.7222],[-1.4173, 53.7221],[-1.416499, 53.7221],[-1.414101, 53.7224],[-1.411201, 53.7228],[-1.410699, 53.7227],[-1.4046, 53.7209],[-1.401401, 53.7199],[-1.399899, 53.7196],[-1.398501, 53.7195],[-1.3973, 53.7197],[-1.3965, 53.72],[-1.396001, 53.7204],[-1.3952, 53.7211],[-1.3931, 53.7229],[-1.3925, 53.7233],[-1.3917, 53.7236],[-1.384699, 53.7252],[-1.3807, 53.7261],[-1.376201, 53.7277],[-1.374799, 53.7284],[-1.371899, 53.7292],[-1.3714, 53.7293],[-1.3708, 53.7293],[-1.369599, 53.7291],[-1.368, 53.7288],[-1.366899, 53.7287],[-1.366001, 53.7289],[-1.3608, 53.7309],[-1.3598, 53.7311],[-1.3584, 53.7313],[-1.3565, 53.7312],[-1.3551, 53.7312],[-1.35, 53.7325],[-1.3472, 53.7335],[-1.3436, 53.7344],[-1.3406, 53.7351],[-1.3386, 53.7355],[-1.3361, 53.7357],[-1.333701, 53.7353],[-1.331401, 53.735],[-1.330099, 53.735],[-1.3286, 53.7353],[-1.326499, 53.7358],[-1.325099, 53.7358],[-1.3232, 53.7349],[-1.3213, 53.7343],[-1.3206, 53.7343],[-1.3198, 53.7345],[-1.3191, 53.7349],[-1.317199, 53.7362],[-1.315899, 53.7372],[-1.314501, 53.7385],[-1.3126, 53.7396],[-1.3117, 53.74],[-1.310899, 53.7403],[-1.309999, 53.7403],[-1.3092, 53.7401],[-1.3078, 53.7392],[-1.3069, 53.7388],[-1.306401, 53.7387],[-1.3056, 53.7388],[-1.3052, 53.7389],[-1.304301, 53.7392],[-1.302999, 53.7398],[-1.3017, 53.7404],[-1.3013, 53.7406],[-1.300699, 53.7408],[-1.298599, 53.7409],[-1.298, 53.7408],[-1.2973, 53.7406],[-1.295699, 53.7398],[-1.294899, 53.7394],[-1.294101, 53.7392],[-1.2918, 53.7386],[-1.2887, 53.7371],[-1.2874, 53.7362],[-1.286299, 53.7353],[-1.2851, 53.7342],[-1.2832, 53.7325],[-1.2825, 53.7318],[-1.282099, 53.7314],[-1.2804, 53.7302],[-1.279, 53.729],[-1.2779, 53.728],[-1.2772, 53.7273],[-1.2758, 53.726],[-1.2744, 53.7254],[-1.273, 53.7251],[-1.271899, 53.7248],[-1.271299, 53.7246],[-1.2704, 53.724],[-1.2701, 53.7236],[-1.269101, 53.7218],[-1.268501, 53.7198],[-1.2681, 53.7176],[-1.2679, 53.7169],[-1.267699, 53.7166],[-1.264799, 53.7141],[-1.2645, 53.7140],[-1.262001, 53.7136],[-1.259699, 53.7131],[-1.2552, 53.7118],[-1.253999, 53.7116],[-1.251099, 53.7118],[-1.246801, 53.7116],[-1.2444, 53.7114],[-1.2407, 53.7114],[-1.2378, 53.7113],[-1.236201, 53.7115],[-1.2344, 53.7120],[-1.232399, 53.7128],[-1.2309, 53.7133],[-1.2292, 53.7136],[-1.2284, 53.7137],[-1.2279, 53.7138],[-1.2273, 53.7137],[-1.227, 53.7136],[-1.2263, 53.7133],[-1.226001, 53.7129],[-1.2257, 53.7123],[-1.2255, 53.7108],[-1.225399, 53.7104],[-1.225199, 53.7100],[-1.2248, 53.7096],[-1.2241, 53.7091],[-1.2234, 53.7089],[-1.223, 53.7090],[-1.222499, 53.7093],[-1.222, 53.7099],[-1.2207, 53.7117],[-1.220299, 53.7120],[-1.2198, 53.7122],[-1.219301, 53.7123],[-1.2186, 53.7125],[-1.218, 53.7128],[-1.2172, 53.7133],[-1.216601, 53.7136],[-1.2162, 53.7137],[-1.2157, 53.7135],[-1.215299, 53.7131],[-1.215199, 53.7124],[-1.215199, 53.7117],[-1.215899, 53.7101],[-1.216699, 53.7083],[-1.2172, 53.7073],[-1.2172, 53.7071],[-1.2163, 53.7066],[-1.2151, 53.7063],[-1.2141, 53.7059],[-1.21, 53.7050],[-1.2029, 53.7028],[-1.199, 53.7017],[-1.1989, 53.7015],[-1.200799, 53.6997],[-1.2019, 53.698],[-1.202399, 53.6973],[-1.2036, 53.6966],[-1.204399, 53.6963],[-1.226001, 53.6942],[-1.2328, 53.6949],[-1.236099, 53.6965],[-1.236899, 53.6968],[-1.2384, 53.6969],[-1.2402, 53.6969],[-1.2409, 53.6968],[-1.2417, 53.6964],[-1.2422, 53.6956],[-1.2427, 53.6942],[-1.242599, 53.6938],[-1.238, 53.6898],[-1.236801, 53.6878],[-1.2363, 53.6865],[-1.2363, 53.6862],[-1.2406, 53.6811],[-1.241099, 53.6802],[-1.2414, 53.6791],[-1.242, 53.674],[-1.242499, 53.6733],[-1.2438, 53.6726],[-1.245, 53.6722],[-1.2471, 53.6715],[-1.2479, 53.671],[-1.248399, 53.6705],[-1.2488, 53.67],[-1.2493, 53.669],[-1.25, 53.6666],[-1.250399, 53.6637],[-1.250399, 53.6627],[-1.2502, 53.6613],[-1.25, 53.6607],[-1.2486, 53.6592],[-1.2474, 53.6582],[-1.244799, 53.6553],[-1.2443, 53.6547],[-1.2443, 53.6543],[-1.244599, 53.6541],[-1.247001, 53.6531],[-1.2494, 53.6518],[-1.2503, 53.6511],[-1.253999, 53.6495],[-1.255399, 53.6496],[-1.258, 53.6497],[-1.2587, 53.6495],[-1.258999, 53.6491],[-1.2588, 53.6474],[-1.258501, 53.6453],[-1.2582, 53.6445],[-1.2578, 53.6441],[-1.2571, 53.6435],[-1.2546, 53.6417],[-1.2528, 53.6406],[-1.2503, 53.6389],[-1.2492, 53.6381],[-1.2493, 53.6378],[-1.251001, 53.6367],[-1.251201, 53.6364],[-1.2513, 53.636],[-1.2513, 53.6352],[-1.251099, 53.6345],[-1.2508, 53.6341],[-1.248399, 53.6301],[-1.2421, 53.6238],[-1.2386, 53.6215],[-1.2352, 53.6192],[-1.236001, 53.6187],[-1.2374, 53.6183],[-1.242599, 53.6177],[-1.2442, 53.6177],[-1.2449, 53.6175],[-1.2451, 53.6174],[-1.2452, 53.617],[-1.2452, 53.6165],[-1.2449, 53.6156],[-1.243901, 53.6124],[-1.2428, 53.6086],[-1.243, 53.6079],[-1.2499, 53.6063],[-1.2501, 53.6059],[-1.2488, 53.604],[-1.248299, 53.6025],[-1.248199, 53.6019],[-1.2485, 53.6017],[-1.251899, 53.6004],[-1.2575, 53.5984],[-1.2575, 53.5981],[-1.256299, 53.5968],[-1.2557, 53.5961],[-1.2552, 53.5959],[-1.2528, 53.5958],[-1.2521, 53.5957],[-1.251899, 53.5953],[-1.251801, 53.5941],[-1.2521, 53.5937],[-1.253399, 53.5931],[-1.2549, 53.5922],[-1.2566, 53.5919],[-1.258901, 53.5914],[-1.264101, 53.5907],[-1.2653, 53.5907],[-1.266801, 53.5905],[-1.2682, 53.5905],[-1.2722, 53.5903],[-1.2745, 53.5901],[-1.2751, 53.5900],[-1.2761, 53.5899],[-1.2766, 53.5897],[-1.277001, 53.5893],[-1.2776, 53.5883],[-1.2776, 53.5881],[-1.2775, 53.5877],[-1.2773, 53.5869],[-1.2769, 53.5858],[-1.276201, 53.5842],[-1.276201, 53.5839],[-1.2781, 53.5828],[-1.2786, 53.5826],[-1.2858, 53.5808],[-1.2882, 53.5801],[-1.2896, 53.5797],[-1.2926, 53.5788],[-1.2959, 53.5779],[-1.298599, 53.5774],[-1.302299, 53.5766],[-1.306, 53.5755],[-1.309399, 53.5753],[-1.310799, 53.5754],[-1.3125, 53.5762],[-1.3142, 53.5778],[-1.3157, 53.5784],[-1.3176, 53.5785],[-1.3191, 53.5781],[-1.3219, 53.5779],[-1.3256, 53.5777],[-1.3276, 53.5782],[-1.330099, 53.5791],[-1.3325, 53.5801],[-1.337299, 53.5812],[-1.3415, 53.5819],[-1.3434, 53.5819],[-1.3455, 53.5818],[-1.346601, 53.5816],[-1.347499, 53.581],[-1.3486, 53.5796],[-1.3499, 53.5779],[-1.3507, 53.5782],[-1.353299, 53.5799],[-1.353701, 53.5805],[-1.353299, 53.5832],[-1.353701, 53.5851],[-1.3548, 53.5871],[-1.355399, 53.5884],[-1.356001, 53.5901],[-1.3563, 53.5911],[-1.356699, 53.5926],[-1.356899, 53.5945],[-1.3571, 53.5953],[-1.358, 53.5971],[-1.3586, 53.5984],[-1.3594, 53.5996],[-1.3602, 53.6006],[-1.361601, 53.6017],[-1.3638, 53.6028],[-1.366601, 53.6033],[-1.368901, 53.6037],[-1.376201, 53.6033],[-1.3796, 53.6033],[-1.3842, 53.6033],[-1.3867, 53.6031],[-1.388999, 53.6032],[-1.3904, 53.6031],[-1.394, 53.6023],[-1.396201, 53.602],[-1.4003, 53.6017],[-1.404, 53.6011],[-1.406401, 53.6007],[-1.409899, 53.6003],[-1.411299, 53.6000],[-1.4124, 53.5999],[-1.416201, 53.5995],[-1.4195, 53.5991],[-1.4255, 53.5981],[-1.427999, 53.5978],[-1.4298, 53.5976],[-1.431, 53.5975],[-1.431401, 53.5975],[-1.4317, 53.5978],[-1.4328, 53.5996],[-1.435799, 53.6029],[-1.4376, 53.6044],[-1.4388, 53.6053],[-1.440099, 53.6062],[-1.4411, 53.6071],[-1.4425, 53.6084],[-1.445199, 53.6107],[-1.4457, 53.6109],[-1.447399, 53.6105],[-1.449, 53.6099],[-1.4518, 53.609],[-1.453799, 53.6083],[-1.455899, 53.6073],[-1.4578, 53.6061],[-1.461699, 53.6029],[-1.462299, 53.6026],[-1.463701, 53.6021],[-1.466601, 53.6011],[-1.4683, 53.6005],[-1.4744, 53.5995],[-1.475199, 53.5993],[-1.476699, 53.5984],[-1.4793, 53.5969],[-1.4815, 53.5956],[-1.483701, 53.5945],[-1.4849, 53.5939],[-1.4852, 53.5941],[-1.486099, 53.5955],[-1.486601, 53.5958],[-1.4878, 53.5961],[-1.4892, 53.5963],[-1.4913, 53.5963],[-1.492, 53.5965],[-1.4943, 53.5984],[-1.495399, 53.5993],[-1.4994, 53.6016],[-1.4996, 53.6017],[-1.5008, 53.601],[-1.501899, 53.6005],[-1.5037, 53.5998],[-1.505499, 53.5989],[-1.5075, 53.5978],[-1.508, 53.5977],[-1.508399, 53.5976],[-1.512001, 53.5978],[-1.514899, 53.5975],[-1.517099, 53.5969],[-1.525499, 53.5941],[-1.528399, 53.5929],[-1.529899, 53.5923],[-1.5302, 53.5923],[-1.5319, 53.5940],[-1.5322, 53.5942],[-1.5325, 53.5943],[-1.5346, 53.5946],[-1.5354, 53.5948],[-1.535699, 53.5950],[-1.536401, 53.5957],[-1.5382, 53.5975],[-1.538599, 53.5978],[-1.539, 53.598],[-1.541299, 53.5986],[-1.5418, 53.5988],[-1.544999, 53.6005],[-1.5454, 53.601],[-1.545599, 53.6014],[-1.545799, 53.6026],[-1.546, 53.6030],[-1.5463, 53.6032],[-1.5466, 53.6034],[-1.5473, 53.6037],[-1.5533, 53.6047],[-1.5561, 53.6055],[-1.559, 53.6076],[-1.560099, 53.6079],[-1.560899, 53.608],[-1.562299, 53.6079],[-1.5631, 53.6079],[-1.5638, 53.608],[-1.565199, 53.6081],[-1.5669, 53.608],[-1.575799, 53.6071],[-1.582999, 53.6065]]]]}, properties:{name:"Wakefield"}}, {type:"Feature", geometry:{type:"MultiPolygon", coordinates:[[[[0.09690049000000002,51.5128],[0.09710048000000003,51.5147],[0.09660048000000002,51.5164],[0.09580048,51.5183],[0.09530048,51.5197],[0.09420048,51.5213],[0.09330048000000002,51.5227],[0.09299948,51.5251],[0.09250049000000002,51.5258],[0.09160049,51.5261],[0.09060048,51.5264],[0.08960048,51.5266],[0.08830048,51.5264],[0.08730048,51.5262],[0.08620048,51.5263],[0.08510048,51.5265],[0.08390048,51.5267],[0.08010048,51.5283],[0.07790048,51.5294],[0.07700048,51.5298],[0.07609949,51.5304],[0.07470048,51.5314],[0.07410048,51.5319],[0.07060048,51.5375],[0.06859948,51.541],[0.06780048,51.5433],[0.06920049,51.5437],[0.07040048,51.544],[0.07319948,51.5447],[0.08170048,51.5468],[0.08589948,51.5469],[0.09260048,51.5492],[0.09290048,51.5493],[0.09390048,51.5474],[0.09649948,51.5479],[0.1027005,51.5505],[0.1064995,51.5522],[0.1100005,51.553],[0.1133005,51.5558],[0.1126005,51.557],[0.1129005,51.5575],[0.1158995,51.5578],[0.1164995,51.5589],[0.1164995,51.5598],[0.1195005,51.5639],[0.1243005,51.5651],[0.1283995,51.5674],[0.1312005,51.5728],[0.1306995,51.5764],[0.1310005,51.5781],[0.1314995,51.5789],[0.1331995,51.5796],[0.1335005,51.5811],[0.1291005,51.5817],[0.1283995,51.5825],[0.1279995,51.5837],[0.1281995,51.5852],[0.1310995,51.5874],[0.1462995,51.5988],[0.1466005,51.5947],[0.1467005,51.5943],[0.1473005,51.5933],[0.1478005,51.593],[0.1492005,51.5922],[0.1506995,51.5875],[0.1514005,51.5817],[0.1501005,51.5767],[0.1510005,51.5741],[0.1508995,51.5699],[0.1512005,51.5686],[0.1512995,51.5684],[0.1510995,51.5683],[0.1496005,51.5684],[0.1494005,51.5682],[0.1493005,51.5680],[0.1495005,51.5678],[0.1541005,51.5655],[0.1595005,51.5627],[0.1610995,51.5618],[0.1631005,51.5603],[0.1669005,51.5628],[0.1673005,51.5631],[0.1703005,51.5646],[0.1750005,51.5653],[0.1831995,51.5653],[0.1833005,51.5647],[0.1824005,51.5626],[0.1819005,51.5607],[0.1819005,51.5597],[0.1825005,51.557],[0.1835005,51.5561],[0.1870005,51.5532],[0.1881005,51.5528],[0.1883995,51.5522],[0.1881005,51.5517],[0.1867005,51.5505],[0.1858995,51.5496],[0.1854995,51.5481],[0.1854005,51.5469],[0.1850005,51.5463],[0.1821005,51.5454],[0.1806995,51.5444],[0.1798005,51.5438],[0.1792005,51.5423],[0.1787005,51.5412],[0.1781005,51.5401],[0.1778005,51.5395],[0.1764995,51.5386],[0.1754005,51.5374],[0.1737005,51.5354],[0.1708005,51.5343],[0.1689995,51.5323],[0.1669005,51.5304],[0.1652005,51.5288],[0.1646005,51.5271],[0.1633005,51.524],[0.1604005,51.5107],[0.1600005,51.5086],[0.1533995,51.5093],[0.1469005,51.5104],[0.1427005,51.5114],[0.1366005,51.5135],[0.1300005,51.5161],[0.1260005,51.5166],[0.1221005,51.5161],[0.1181005,51.5144],[0.1114995,51.5118],[0.1056995,51.5113],[0.1004995,51.5117],[0.09690049000000002,51.5128]]]]}, properties:{name:"Barking and Dagenham"}}, {type:"Feature", geometry:{type:"MultiPolygon", coordinates:[[[[-0.2473995,51.5702],[-0.2476995,51.5706],[-0.2499995,51.5737],[-0.2497995,51.5741],[-0.2505995,51.5766],[-0.2510005,51.5794],[-0.2508995,51.5806],[-0.2498995,51.5826],[-0.2475995,51.5837],[-0.2473995,51.5848],[-0.2651995,51.6002],[-0.2652995,51.6004],[-0.2804995,51.613],[-0.2858995,51.6169],[-0.2920005,51.6206],[-0.2996995,51.6245],[-0.3043995,51.6287],[-0.3072995,51.6311],[-0.3077995,51.6330],[-0.3070005,51.6342],[-0.3055995,51.6350],[-0.3024995,51.6366],[-0.3001995,51.6359],[-0.2960995,51.6354],[-0.2905995,51.6351],[-0.2860005,51.6353],[-0.2821995,51.6355],[-0.2766995,51.6369],[-0.2702995,51.6377],[-0.2685995,51.6400],[-0.2666995,51.6422],[-0.2645995,51.6436],[-0.2622995,51.6441],[-0.2585005,51.6432],[-0.2564005,51.6419],[-0.2553995,51.6421],[-0.2539995,51.6442],[-0.2523995,51.6462],[-0.2512005,51.6480],[-0.2475995,51.6547],[-0.2464995,51.6558],[-0.2346995,51.6592],[-0.2282995,51.6623],[-0.2276995,51.6618],[-0.2220995,51.6607],[-0.2206995,51.6602],[-0.2075995,51.6631],[-0.2051995,51.6643],[-0.1978995,51.6697],[-0.1955995,51.6687],[-0.1922995,51.6662],[-0.1891995,51.6662],[-0.1862005,51.6681],[-0.1835995,51.6695],[-0.1818005,51.6697],[-0.1806995,51.67],[-0.1772995,51.6718],[-0.1743995,51.669],[-0.1748995,51.6678],[-0.1766005,51.6675],[-0.1780995,51.6662],[-0.1807995,51.6659],[-0.1864005,51.6629],[-0.1864005,51.662],[-0.1560005,51.6571],[-0.1532995,51.6567],[-0.1512005,51.6557],[-0.1506995,51.6495],[-0.1450995,51.6427],[-0.1433995,51.6395],[-0.1408995,51.6375],[-0.1368005,51.6349],[-0.1306995,51.6316],[-0.1287005,51.6308],[-0.1316005,51.6265],[-0.1320995,51.6241],[-0.1332995,51.6221],[-0.1366995,51.6195],[-0.1385005,51.6179],[-0.1443995,51.6136],[-0.1377995,51.6093],[-0.1406995,51.6079],[-0.1420995,51.6072],[-0.1427995,51.6045],[-0.1429995,51.6031],[-0.1428995,51.6028],[-0.1550995,51.5983],[-0.1552995,51.5995],[-0.1552995,51.6017],[-0.1552995,51.6029],[-0.1553995,51.6035],[-0.1555995,51.6036],[-0.1560005,51.6037],[-0.1562995,51.6036],[-0.1585005,51.602],[-0.1593005,51.6006],[-0.1600995,51.5978],[-0.1601995,51.5972],[-0.1591005,51.5918],[-0.1585995,51.59],[-0.1566005,51.5863],[-0.1568005,51.5857],[-0.1571995,51.5837],[-0.1593995,51.5846],[-0.1610005,51.5837],[-0.1618005,51.5828],[-0.1623995,51.5819],[-0.1652995,51.5773],[-0.1651995,51.5761],[-0.1651995,51.5737],[-0.1651995,51.5735],[-0.1689005,51.5733],[-0.1714995,51.5727],[-0.1735005,51.5718],[-0.1752995,51.5694],[-0.1776995,51.5695],[-0.1787005,51.5693],[-0.1800995,51.5690],[-0.1857995,51.5673],[-0.1874995,51.5669],[-0.1883995,51.5662],[-0.1889995,51.5658],[-0.1896995,51.5643],[-0.1897995,51.5628],[-0.1896995,51.5624],[-0.1901995,51.5614],[-0.1914995,51.5606],[-0.1927995,51.5601],[-0.1939995,51.5589],[-0.1939995,51.5562],[-0.1956995,51.5541],[-0.1962995,51.5519],[-0.1996995,51.551],[-0.2012005,51.5524],[-0.2024995,51.5512],[-0.2046995,51.5533],[-0.2098995,51.5498],[-0.2135005,51.553],[-0.2205995,51.5592],[-0.2277995,51.5652],[-0.2343995,51.5713],[-0.2378995,51.5708],[-0.2387005,51.5708],[-0.2395995,51.5710],[-0.2433995,51.5711],[-0.2439995,51.5707],[-0.2443995,51.5687],[-0.2447995,51.5681],[-0.2455995,51.5680],[-0.2466005,51.5692],[-0.2473995,51.5702]]]]}, properties:{name:"Barnet"}}, {type:"Feature", geometry:{type:"MultiPolygon", coordinates:[[[[0.1666005,51.4354],[0.1656005,51.4334],[0.1649005,51.4314],[0.1646005,51.4297],[0.1644005,51.429],[0.1631005,51.4287],[0.1581995,51.4296],[0.1572005,51.4297],[0.1569005,51.4292],[0.1560995,51.4265],[0.1535995,51.4211],[0.1529005,51.4195],[0.1526005,51.4183],[0.1524005,51.4175],[0.1520005,51.4149],[0.1520005,51.4143],[0.1521005,51.414],[0.1547005,51.4121],[0.1552005,51.4115],[0.1551005,51.4103],[0.1550005,51.4093],[0.1475005,51.4095],[0.1362995,51.4134],[0.1325005,51.4146],[0.1319005,51.4147],[0.1279005,51.4143],[0.1233995,51.4139],[0.1196005,51.4133],[0.1147005,51.412],[0.1131005,51.412],[0.1104005,51.4127],[0.1076005,51.4139],[0.1047005,51.4155],[0.09480048,51.42],[0.09240048,51.4207],[0.08960048,51.4221],[0.08280049,51.4286],[0.08080048,51.4301],[0.07970048,51.4305],[0.07600048,51.4317],[0.07660048,51.4329],[0.07819948,51.4344],[0.07640048,51.436],[0.08010048,51.4397],[0.08069948,51.4389],[0.08310048,51.4408],[0.08220048,51.4414],[0.08350048,51.4426],[0.08470048,51.4416],[0.08730048,51.4439],[0.08560048,51.4455],[0.08799949,51.4478],[0.08799949,51.4535],[0.08649948000000002,51.4578],[0.08040048,51.4587],[0.07850048,51.4595],[0.08180048,51.4601],[0.08140048,51.4620],[0.08160048,51.4631],[0.08370049,51.4645],[0.08450048,51.4661],[0.08609948,51.4683],[0.08740048,51.4699],[0.08940049,51.471],[0.09250049000000002,51.4718],[0.09270048000000002,51.4725],[0.09319948000000002,51.4738],[0.09870049,51.4762],[0.09950048,51.4768],[0.1014995,51.4769],[0.1037995,51.4764],[0.1054005,51.4757],[0.1069005,51.4761],[0.1091005,51.4764],[0.1095005,51.4765],[0.1118005,51.4744],[0.1124005,51.4749],[0.1146005,51.4769],[0.1195005,51.4799],[0.1206995,51.4798],[0.1229005,51.4791],[0.1235995,51.4797],[0.1233995,51.4823],[0.1226005,51.4853],[0.1225005,51.4861],[0.1223005,51.4878],[0.1223005,51.4944],[0.1231995,51.497],[0.1235995,51.4988],[0.1292005,51.5131],[0.1300005,51.5161],[0.1366005,51.5135],[0.1427005,51.5114],[0.1469005,51.5104],[0.1533995,51.5093],[0.1600005,51.5086],[0.1649005,51.5078],[0.1689005,51.5066],[0.1714005,51.5052],[0.1733995,51.5039],[0.1745005,51.5021],[0.1764005,51.4964],[0.1772005,51.492],[0.1783005,51.4889],[0.1817005,51.4866],[0.1879995,51.4843],[0.1935005,51.484],[0.1968005,51.4843],[0.1989005,51.4846],[0.2037005,51.4854],[0.2074005,51.4857],[0.2106995,51.4855],[0.2124005,51.4853],[0.2210005,51.4831],[0.2187995,51.48],[0.2181995,51.4795],[0.2173005,51.4784],[0.2166005,51.4772],[0.2162995,51.4767],[0.2156995,51.4762],[0.2150005,51.4757],[0.2133995,51.4752],[0.2129005,51.4749],[0.2126005,51.4746],[0.2120005,51.4729],[0.2114995,51.4723],[0.2108995,51.4717],[0.2106005,51.471],[0.2106005,51.4704],[0.2110995,51.4689],[0.2116005,51.4677],[0.2116005,51.4667],[0.2116005,51.4631],[0.2110995,51.4627],[0.2085005,51.4614],[0.2062995,51.4601],[0.2048005,51.4592],[0.2022005,51.4579],[0.2008995,51.4570],[0.2000005,51.4560],[0.1926005,51.4504],[0.1906005,51.4484],[0.1900005,51.4473],[0.1887995,51.4463],[0.1860005,51.4449],[0.1837995,51.4439],[0.1812995,51.4433],[0.1779995,51.4439],[0.1752005,51.4442],[0.1728005,51.4414],[0.1704995,51.4398],[0.1695005,51.4391],[0.1679005,51.4374],[0.1666005,51.4354]]]]}, properties:{name:"Bexley"}}, {type:"Feature", geometry:{type:"MultiPolygon", coordinates:[[[[-0.2257995,51.531],[-0.2275995,51.5313],[-0.2298995,51.5318],[-0.2312995,51.5319],[-0.2362005,51.5325],[-0.2420005,51.5338],[-0.2468995,51.5339],[-0.2487005,51.5337],[-0.2506995,51.5336],[-0.2555995,51.534],[-0.2591005,51.5334],[-0.2599995,51.5346],[-0.2656995,51.531],[-0.2705995,51.5296],[-0.2739995,51.5293],[-0.2796995,51.5299],[-0.2850995,51.531],[-0.2878995,51.5324],[-0.2830995,51.5343],[-0.2795995,51.5322],[-0.2776995,51.5323],[-0.2762995,51.5328],[-0.2757995,51.536],[-0.2816005,51.5383],[-0.2824995,51.5379],[-0.2893995,51.5359],[-0.2953995,51.5335],[-0.2983995,51.5324],[-0.3039995,51.5333],[-0.3016005,51.5344],[-0.3024995,51.5381],[-0.3039005,51.5403],[-0.3014995,51.5425],[-0.3031995,51.5454],[-0.3043995,51.5465],[-0.3062995,51.5474],[-0.3087995,51.5485],[-0.3095005,51.549],[-0.3183995,51.5526],[-0.3243005,51.5539],[-0.3308995,51.5551],[-0.3362005,51.5556],[-0.3339005,51.5592],[-0.3300995,51.563],[-0.3272995,51.5644],[-0.3266995,51.5662],[-0.3274995,51.5693],[-0.3273995,51.5698],[-0.3218005,51.5704],[-0.3218005,51.5706],[-0.3241005,51.5785],[-0.3246995,51.5810],[-0.3212005,51.5816],[-0.3177995,51.5833],[-0.3135995,51.5845],[-0.3089995,51.5857],[-0.3056995,51.5870],[-0.3014005,51.5872],[-0.2948995,51.5867],[-0.2896995,51.5861],[-0.2846995,51.5853],[-0.2822995,51.5852],[-0.2818005,51.5863],[-0.2831995,51.5892],[-0.2843995,51.5903],[-0.2875995,51.5921],[-0.2875995,51.5925],[-0.2787995,51.5954],[-0.2760995,51.5958],[-0.2743995,51.5966],[-0.2729995,51.5977],[-0.2693995,51.5993],[-0.2677995,51.5993],[-0.2651995,51.6002],[-0.2473995,51.5848],[-0.2475995,51.5837],[-0.2498995,51.5826],[-0.2508995,51.5806],[-0.2510005,51.5794],[-0.2505995,51.5766],[-0.2497995,51.5741],[-0.2499995,51.5737],[-0.2476995,51.5706],[-0.2473995,51.5702],[-0.2466005,51.5692],[-0.2455995,51.5680],[-0.2447995,51.5681],[-0.2443995,51.5687],[-0.2439995,51.5707],[-0.2433995,51.5711],[-0.2395995,51.5710],[-0.2387005,51.5708],[-0.2378995,51.5708],[-0.2343995,51.5713],[-0.2277995,51.5652],[-0.2205995,51.5592],[-0.2135005,51.553],[-0.2098995,51.5498],[-0.1971995,51.5398],[-0.1933995,51.5372],[-0.1941995,51.5352],[-0.1939005,51.5335],[-0.1982995,51.5288],[-0.1987005,51.5288],[-0.1993005,51.5303],[-0.2004995,51.5318],[-0.2023995,51.5326],[-0.2048995,51.5329],[-0.2146995,51.5319],[-0.2172995,51.5316],[-0.2187005,51.5291],[-0.2206995,51.5297],[-0.2235995,51.5306],[-0.2257995,51.531]]]]}, properties:{name:"Brent"}}, {type:"Feature", geometry:{type:"MultiPolygon", coordinates:[[[[0.004400482,51.3295],[0.003500483,51.3325],[0.003100483,51.3338],[0.002100483,51.3357],[0.001299483,51.3364],[0.0004004826,51.3372],[-0.001200517,51.3385],[-0.001899517,51.3398],[-0.002999517,51.3429],[-0.003999517,51.3462],[-0.005699518,51.3497],[-0.008299517,51.3545],[-0.009599517,51.3558],[-0.01169952,51.3565],[-0.01350052,51.3575],[-0.01529952,51.3582],[-0.01709952,51.3583],[-0.02180052,51.3625],[-0.02339952,51.3653],[-0.02459952,51.3677],[-0.02600052,51.3675],[-0.02719952,51.3692],[-0.02600052,51.3692],[-0.02689952,51.3718],[-0.03039952,51.3779],[-0.03339952,51.3783],[-0.03399952,51.3780],[-0.03620052,51.3778],[-0.03719952,51.3781],[-0.03779952,51.3797],[-0.03850052,51.3819],[-0.03850052,51.3828],[-0.03779952,51.3841],[-0.03729952,51.3871],[-0.03899952,51.3892],[-0.04160052,51.3900],[-0.04370052,51.3897],[-0.04649952,51.3910],[-0.04749952,51.3927],[-0.05329952,51.3943],[-0.05299952,51.3946],[-0.05140052,51.3961],[-0.05100052,51.3971],[-0.05180052,51.3984],[-0.05649952,51.402],[-0.05680052,51.4019],[-0.06029952,51.4001],[-0.06049952,51.4001],[-0.06169952,51.4009],[-0.06350052,51.4019],[-0.06539952,51.4022],[-0.06829952,51.4031],[-0.07069952,51.4046],[-0.07379952,51.4078],[-0.07549952,51.4104],[-0.07640052,51.4114],[-0.08019952,51.4129],[-0.08160052,51.4155],[-0.08180052,51.4169],[-0.07859952000000002,51.4202],[-0.07779951,51.4217],[-0.07769952,51.4219],[-0.07739951,51.4224],[-0.07509952,51.4255],[-0.07329952,51.4263],[-0.07200052,51.4268],[-0.06759952,51.4266],[-0.05629952,51.4215],[-0.05589952,51.423],[-0.05249952,51.4225],[-0.05309952,51.4212],[-0.04859952,51.422],[-0.04870052,51.421],[-0.04399952,51.4215],[-0.04269952,51.4225],[-0.03910052,51.4225],[-0.03809952,51.4236],[-0.03319952,51.4243],[-0.03189952,51.4242],[-0.02680052,51.4224],[-0.02579952,51.4219],[-0.02539952,51.4215],[-0.02180052,51.4193],[-0.02189952,51.4191],[-0.02239952,51.4174],[-0.02189952,51.4167],[-0.01620052,51.4151],[-0.01029952,51.4132],[-0.009199518,51.4132],[-0.007099518,51.4137],[-0.004199517,51.4145],[-0.003500517,51.4154],[-0.003399517,51.4161],[-0.003799517,51.4174],[-0.003799517,51.4176],[-0.002399517,51.419],[-0.001299517,51.4197],[-0.0002995174,51.4179],[0.001200483,51.4164],[0.002300482,51.4155],[0.004900482,51.4167],[0.006299483,51.4175],[0.008100483,51.4189],[0.008900482,51.4196],[0.01030048,51.4219],[0.01200048,51.4236],[0.01280048,51.4227],[0.01470048,51.424],[0.01620048,51.4246],[0.01569948,51.4259],[0.02049948,51.427],[0.02299948,51.4273],[0.02589948,51.427],[0.02990048,51.4244],[0.03520048,51.4228],[0.03899948,51.4251],[0.03850048,51.4273],[0.03540048,51.4342],[0.03180048,51.4327],[0.03069948,51.4329],[0.03000048,51.4339],[0.02830048,51.4358],[0.02810048,51.4362],[0.02819948,51.4369],[0.02850048,51.4383],[0.02859948,51.4384],[0.02930048,51.4392],[0.02980048,51.4429],[0.03200048,51.4417],[0.03500048,51.4421],[0.04129948,51.4400],[0.04589948,51.4372],[0.05069948,51.4331],[0.05600048,51.4277],[0.06190048000000002,51.4233],[0.06490048,51.4216],[0.06740049,51.4219],[0.06770048,51.4207],[0.06879948,51.4214],[0.07100048,51.4233],[0.07350048,51.4267],[0.07600048,51.4317],[0.07970048,51.4305],[0.08080048,51.4301],[0.08280049,51.4286],[0.08960048,51.4221],[0.09240048,51.4207],[0.09480048,51.42],[0.1047005,51.4155],[0.1076005,51.4139],[0.1104005,51.4127],[0.1131005,51.412],[0.1147005,51.412],[0.1196005,51.4133],[0.1233995,51.4139],[0.1279005,51.4143],[0.1319005,51.4147],[0.1325005,51.4146],[0.1362995,51.4134],[0.1475005,51.4095],[0.1550005,51.4093],[0.1560995,51.409],[0.1570005,51.4087],[0.1578005,51.4083],[0.1581005,51.408],[0.1583995,51.4075],[0.1585995,51.4069],[0.1587995,51.4049],[0.1583995,51.4027],[0.1566005,51.3987],[0.1564005,51.3968],[0.1564995,51.3951],[0.1571005,51.3941],[0.1583005,51.3925],[0.1606995,51.3907],[0.1610995,51.3899],[0.1612005,51.3895],[0.1608995,51.3891],[0.1606995,51.3889],[0.1600005,51.3883],[0.1579005,51.3873],[0.1545005,51.3858],[0.1539995,51.3855],[0.1537005,51.3851],[0.1535005,51.3847],[0.1531995,51.3829],[0.1537995,51.3799],[0.1544005,51.3778],[0.1547005,51.3767],[0.1568005,51.3718],[0.1567005,51.3712],[0.1552005,51.3683],[0.1528005,51.3646],[0.1514005,51.3623],[0.1500005,51.3593],[0.1483005,51.3569],[0.1456005,51.3537],[0.1437995,51.3515],[0.1412995,51.3493],[0.1408005,51.3486],[0.1393005,51.3444],[0.1387995,51.3441],[0.1378005,51.3437],[0.1358005,51.3433],[0.1333005,51.3433],[0.1312005,51.3432],[0.1262005,51.3431],[0.1229995,51.3430],[0.1220005,51.3421],[0.1210995,51.341],[0.1202005,51.3397],[0.1199005,51.3391],[0.1196005,51.3382],[0.1198005,51.3377],[0.1210995,51.336],[0.1218005,51.3349],[0.1233995,51.3329],[0.1250005,51.3304],[0.1241005,51.3300],[0.1208995,51.3302],[0.1175005,51.3316],[0.1168005,51.3314],[0.1148005,51.3298],[0.1137995,51.3282],[0.1135995,51.3279],[0.1129995,51.3279],[0.1081995,51.3280],[0.1023005,51.3273],[0.1010005,51.3270],[0.1001005,51.3265],[0.09530048,51.3233],[0.09160049,51.3206],[0.08670048,51.3163],[0.08560048,51.3150],[0.08510048,51.314],[0.08480048,51.31],[0.08510048,51.3057],[0.08540048,51.3044],[0.08780048,51.3012],[0.09100048,51.2973],[0.09060048,51.2969],[0.08910048,51.2956],[0.08609948,51.2932],[0.08520048,51.293],[0.07690048,51.2922],[0.07280048,51.292],[0.06859948,51.2915],[0.06640048,51.2913],[0.06359948,51.2908],[0.06149948000000002,51.2904],[0.05970048,51.289],[0.05810048,51.2892],[0.05680048,51.29],[0.05580048,51.2904],[0.05410048,51.2911],[0.05299948,51.2915],[0.05160048,51.2922],[0.05060048,51.2926],[0.04960048,51.2932],[0.04850048,51.2935],[0.04649948,51.2936],[0.04410048,51.2926],[0.04339948,51.2944],[0.04330048,51.2952],[0.04319948,51.2972],[0.04379948,51.299],[0.04410048,51.3004],[0.04399948,51.3008],[0.04350048,51.3018],[0.04299948,51.3026],[0.04210048,51.3036],[0.04120048,51.3041],[0.03879948,51.3055],[0.03700048,51.3063],[0.03609948,51.3066],[0.03480048,51.3069],[0.03350048,51.3068],[0.03250048,51.3063],[0.02890048,51.3044],[0.02680048,51.3032],[0.02350048,51.3013],[0.02210048,51.3001],[0.02080048,51.2988],[0.02049948,51.2982],[0.02040048,51.2974],[0.02049948,51.297],[0.02129948,51.2956],[0.02109948,51.2947],[0.02080048,51.2938],[0.02030048,51.2926],[0.01950048,51.2913],[0.01920048,51.2911],[0.01609948,51.2908],[0.01549948,51.2911],[0.01460048,51.2933],[0.01140048,51.3036],[0.009200483,51.31],[0.009300482000000002,51.3105],[0.009700483,51.3114],[0.01020048,51.3124],[0.01180048,51.3154],[0.01190048,51.3159],[0.01170048,51.3163],[0.01149948,51.3166],[0.01120048,51.3166],[0.008100483,51.3162],[0.006900482,51.3163],[0.005600483,51.3169],[0.005300483,51.3178],[0.005200482,51.3184],[0.005200482,51.3192],[0.006299483,51.3256],[0.006200483,51.3260],[0.004400482,51.3295]]]]}, properties:{name:"Bromley"}}, {type:"Feature", geometry:{type:"MultiPolygon", coordinates:[[[[-0.1297995,51.4852],[-0.1335005,51.484],[-0.1366995,51.4838],[-0.1435995,51.4843],[-0.1460005,51.4843],[-0.1495005,51.484],[-0.1499995,51.4849],[-0.1500995,51.4857],[-0.1504995,51.487],[-0.1522995,51.4901],[-0.1510005,51.4916],[-0.1524995,51.4951],[-0.1516995,51.4954],[-0.1526995,51.4975],[-0.1545005,51.4997],[-0.1553995,51.502],[-0.1587005,51.5012],[-0.1641005,51.4977],[-0.1776995,51.4985],[-0.1777995,51.5025],[-0.1816995,51.5024],[-0.1850995,51.5029],[-0.1880995,51.5030],[-0.1895005,51.5045],[-0.1905995,51.5059],[-0.1905995,51.5090],[-0.1920995,51.5129],[-0.1939005,51.5127],[-0.1949995,51.5163],[-0.2007995,51.5156],[-0.2018995,51.5179],[-0.2024995,51.5176],[-0.2041005,51.5198],[-0.2026995,51.5204],[-0.2012995,51.5205],[-0.2007995,51.5233],[-0.2074995,51.5260],[-0.2105995,51.5277],[-0.2182995,51.5290],[-0.2187005,51.5291],[-0.2172995,51.5316],[-0.2146995,51.5319],[-0.2048995,51.5329],[-0.2023995,51.5326],[-0.2004995,51.5318],[-0.1993005,51.5303],[-0.1987005,51.5288],[-0.1982995,51.5288],[-0.1939005,51.5335],[-0.1941995,51.5352],[-0.1933995,51.5372],[-0.1910005,51.5354],[-0.1906995,51.5357],[-0.1891005,51.537],[-0.1868995,51.5381],[-0.1837005,51.539],[-0.1793005,51.5392],[-0.1753995,51.5395],[-0.1730995,51.5393],[-0.1724995,51.5368],[-0.1689995,51.5372],[-0.1652995,51.5345],[-0.1618005,51.5361],[-0.1568995,51.5383],[-0.1546995,51.5387],[-0.1529995,51.5387],[-0.1526995,51.5386],[-0.1525995,51.5385],[-0.1485005,51.5249],[-0.1481995,51.5236],[-0.1473995,51.5238],[-0.1445995,51.524],[-0.1439995,51.5237],[-0.1428995,51.5226],[-0.1402995,51.5195],[-0.1370995,51.5156],[-0.1341005,51.5113],[-0.1328995,51.5106],[-0.1305995,51.5075],[-0.1291995,51.5071],[-0.1262995,51.5097],[-0.1218995,51.5111],[-0.1212995,51.5130],[-0.1149995,51.5155],[-0.1143005,51.5136],[-0.1126995,51.5139],[-0.1114995,51.5108],[-0.1114005,51.5106],[-0.1112005,51.5094],[-0.1137005,51.5088],[-0.1164995,51.5074],[-0.1175995,51.5063],[-0.1187005,51.5046],[-0.1208995,51.4955],[-0.1220995,51.4912],[-0.1231995,51.4893],[-0.1237995,51.4884],[-0.1246995,51.4877],[-0.1271995,51.4862],[-0.1297995,51.4852]]]]}, properties:{name:"City of Westminster"}}, {type:"Feature", geometry:{type:"MultiPolygon", coordinates:[[[[-0.1055995,51.5189],[-0.1093995,51.519],[-0.1137005,51.519],[-0.1137005,51.5180],[-0.1120005,51.5143],[-0.1124995,51.5140],[-0.1126995,51.5139],[-0.1143005,51.5136],[-0.1149995,51.5155],[-0.1212995,51.5130],[-0.1218995,51.5111],[-0.1262995,51.5097],[-0.1291995,51.5071],[-0.1305995,51.5075],[-0.1328995,51.5106],[-0.1341005,51.5113],[-0.1370995,51.5156],[-0.1402995,51.5195],[-0.1428995,51.5226],[-0.1439995,51.5237],[-0.1445995,51.524],[-0.1473995,51.5238],[-0.1481995,51.5236],[-0.1485005,51.5249],[-0.1525995,51.5385],[-0.1526995,51.5386],[-0.1529995,51.5387],[-0.1546995,51.5387],[-0.1568995,51.5383],[-0.1618005,51.5361],[-0.1652995,51.5345],[-0.1689995,51.5372],[-0.1724995,51.5368],[-0.1730995,51.5393],[-0.1753995,51.5395],[-0.1793005,51.5392],[-0.1837005,51.539],[-0.1868995,51.5381],[-0.1891005,51.537],[-0.1906995,51.5357],[-0.1910005,51.5354],[-0.1933995,51.5372],[-0.1971995,51.5398],[-0.2098995,51.5498],[-0.2046995,51.5533],[-0.2024995,51.5512],[-0.2012005,51.5524],[-0.1996995,51.551],[-0.1962995,51.5519],[-0.1956995,51.5541],[-0.1939995,51.5562],[-0.1939995,51.5589],[-0.1927995,51.5601],[-0.1914995,51.5606],[-0.1901995,51.5614],[-0.1896995,51.5624],[-0.1897995,51.5628],[-0.1896995,51.5643],[-0.1889995,51.5658],[-0.1883995,51.5662],[-0.1874995,51.5669],[-0.1857995,51.5673],[-0.1800995,51.5690],[-0.1787005,51.5693],[-0.1776995,51.5695],[-0.1752995,51.5694],[-0.1735005,51.5718],[-0.1714995,51.5727],[-0.1689005,51.5733],[-0.1651995,51.5735],[-0.1591005,51.5730],[-0.1498995,51.5708],[-0.1449995,51.5696],[-0.1400995,51.5687],[-0.1396995,51.5686],[-0.1403995,51.5652],[-0.1403995,51.5634],[-0.1387995,51.5583],[-0.1375995,51.5564],[-0.1360005,51.5547],[-0.1351995,51.5531],[-0.1316995,51.5503],[-0.1279995,51.5473],[-0.1272995,51.5468],[-0.1268995,51.5454],[-0.1264005,51.5434],[-0.1243995,51.5415],[-0.1210005,51.5398],[-0.1210005,51.5389],[-0.1214005,51.5312],[-0.1210005,51.5306],[-0.1160005,51.5313],[-0.1148995,51.5301],[-0.1126995,51.5269],[-0.1080995,51.5239],[-0.1064005,51.5211],[-0.1055995,51.5189]]]]}, properties:{name:"Camden"}}, {type:"Feature", geometry:{type:"MultiPolygon", coordinates:[[[[-0.07729952,51.3197],[-0.07809952,51.3186],[-0.07809952,51.3178],[-0.08069952,51.3158],[-0.08079952,51.3157],[-0.08049951,51.3153],[-0.07769952,51.3129],[-0.07789952,51.3122],[-0.07819952,51.3115],[-0.07850052,51.311],[-0.07899952,51.3105],[-0.08149952000000002,51.3091],[-0.08219951,51.3087],[-0.08289952,51.3083],[-0.08370052,51.3078],[-0.08529951,51.3063],[-0.08609952,51.3052],[-0.08660052,51.3033],[-0.08700052,51.3024],[-0.08739952,51.302],[-0.08789952000000002,51.3016],[-0.08919952,51.3012],[-0.09209952,51.3003],[-0.09479952,51.2994],[-0.09819952,51.2981],[-0.1008995,51.2971],[-0.1057995,51.2955],[-0.1085005,51.2944],[-0.1097995,51.2936],[-0.1112995,51.2926],[-0.1124995,51.2919],[-0.1135005,51.2911],[-0.1139005,51.2904],[-0.1150995,51.2878],[-0.1154995,51.2875],[-0.1191005,51.2875],[-0.1223995,51.2871],[-0.1235995,51.2871],[-0.1241005,51.2872],[-0.1264005,51.2899],[-0.1279995,51.2919],[-0.1289995,51.293],[-0.1320995,51.297],[-0.1339995,51.2993],[-0.1346995,51.3001],[-0.1352995,51.3005],[-0.1429995,51.3003],[-0.1445995,51.3007],[-0.1448995,51.3008],[-0.1477995,51.3014],[-0.1506995,51.3019],[-0.1524995,51.3021],[-0.1533995,51.3029],[-0.1545995,51.3045],[-0.1555995,51.3059],[-0.1531995,51.3094],[-0.1537005,51.3094],[-0.1576995,51.3093],[-0.1573995,51.3098],[-0.1549995,51.3141],[-0.1555995,51.3147],[-0.1583995,51.3157],[-0.1597995,51.3166],[-0.1601995,51.3171],[-0.1606995,51.3178],[-0.1612005,51.3196],[-0.1568005,51.3212],[-0.1566995,51.3212],[-0.1535995,51.3224],[-0.1514995,51.3231],[-0.1476995,51.3241],[-0.1452995,51.3237],[-0.1431995,51.3276],[-0.1422995,51.3294],[-0.1422995,51.3301],[-0.1429995,51.3316],[-0.1449995,51.3313],[-0.1456995,51.3321],[-0.1468995,51.3363],[-0.1476995,51.3396],[-0.1457995,51.3400],[-0.1454995,51.3401],[-0.1454995,51.3405],[-0.1426995,51.3429],[-0.1430995,51.3446],[-0.1391005,51.3459],[-0.1353995,51.3465],[-0.1318995,51.3479],[-0.1296995,51.35],[-0.1287005,51.3492],[-0.1268995,51.3486],[-0.1253995,51.3473],[-0.1205995,51.3476],[-0.1195005,51.3522],[-0.1204995,51.3531],[-0.1212005,51.3547],[-0.1214995,51.3564],[-0.1243995,51.3563],[-0.1243995,51.3592],[-0.1214005,51.3612],[-0.1224995,51.3622],[-0.1248995,51.364],[-0.1231995,51.3642],[-0.1247995,51.3704],[-0.1271995,51.3781],[-0.1293005,51.3811],[-0.1312005,51.3858],[-0.1326995,51.3927],[-0.1316995,51.3936],[-0.1306995,51.3947],[-0.1278995,51.3971],[-0.1273995,51.3995],[-0.1314005,51.4061],[-0.1318005,51.4085],[-0.1310995,51.4119],[-0.1278995,51.4162],[-0.1189995,51.4207],[-0.1149995,51.4235],[-0.1081995,51.4235],[-0.1016995,51.423],[-0.09579952,51.4232],[-0.09239952,51.4235],[-0.09059951,51.4234],[-0.08809952,51.4212],[-0.08629952,51.4209],[-0.08289952,51.4204],[-0.07939952,51.4202],[-0.07859952000000002,51.4202],[-0.08180052,51.4169],[-0.08160052,51.4155],[-0.08019952,51.4129],[-0.07640052,51.4114],[-0.07549952,51.4104],[-0.07379952,51.4078],[-0.07069952,51.4046],[-0.06829952,51.4031],[-0.06539952,51.4022],[-0.06350052,51.4019],[-0.06169952,51.4009],[-0.06049952,51.4001],[-0.06029952,51.4001],[-0.05680052,51.4019],[-0.05649952,51.402],[-0.05180052,51.3984],[-0.05100052,51.3971],[-0.05140052,51.3961],[-0.05299952,51.3946],[-0.05329952,51.3943],[-0.04749952,51.3927],[-0.04649952,51.3910],[-0.04370052,51.3897],[-0.04160052,51.3900],[-0.03899952,51.3892],[-0.03729952,51.3871],[-0.03779952,51.3841],[-0.03850052,51.3828],[-0.03850052,51.3819],[-0.03779952,51.3797],[-0.03719952,51.3781],[-0.03620052,51.3778],[-0.03399952,51.3780],[-0.03339952,51.3783],[-0.03039952,51.3779],[-0.02689952,51.3718],[-0.02600052,51.3692],[-0.02719952,51.3692],[-0.02600052,51.3675],[-0.02459952,51.3677],[-0.02339952,51.3653],[-0.02180052,51.3625],[-0.01709952,51.3583],[-0.01529952,51.3582],[-0.01350052,51.3575],[-0.01169952,51.3565],[-0.009599517,51.3558],[-0.008299517,51.3545],[-0.005699518,51.3497],[-0.003999517,51.3462],[-0.002999517,51.3429],[-0.001899517,51.3398],[-0.001200517,51.3385],[0.0004004826,51.3372],[0.001299483,51.3364],[0.002100483,51.3357],[0.003100483,51.3338],[0.003500483,51.3325],[0.004400482,51.3295],[-0.0002995174,51.3287],[-0.0003995174,51.3292],[-0.005799518,51.3331],[-0.007899517,51.3335],[-0.009999517,51.3322],[-0.01160052,51.3316],[-0.01329952,51.3321],[-0.01850052,51.3364],[-0.01999952,51.3380],[-0.02309952,51.3395],[-0.02620052,51.3401],[-0.02789952,51.3399],[-0.02930052,51.3395],[-0.03029952,51.3394],[-0.03259952,51.3395],[-0.03850052,51.3395],[-0.03890052,51.3394],[-0.03899952,51.339],[-0.03919952,51.3368],[-0.03969952,51.3337],[-0.03989952,51.3327],[-0.04039952,51.3321],[-0.04189952,51.3318],[-0.04319952,51.3320],[-0.04450052,51.3324],[-0.04649952,51.3329],[-0.04729952,51.3332],[-0.04739952,51.3328],[-0.04729952,51.3300],[-0.04609952,51.3263],[-0.04620052,51.3260],[-0.04660052,51.3255],[-0.04779952,51.3249],[-0.04959952,51.3230],[-0.05029952,51.3226],[-0.05120052,51.3223],[-0.05319952,51.3219],[-0.05489952,51.3215],[-0.05819952,51.3206],[-0.06140052,51.3197],[-0.06309952,51.3195],[-0.06469952,51.3215],[-0.06729952,51.3213],[-0.06879952,51.3212],[-0.07229952,51.3209],[-0.07620052,51.3200],[-0.07729952,51.3197]]]]}, properties:{name:"Croydon"}}, {type:"Feature", geometry:{type:"MultiPolygon", coordinates:[[[[-0.4082995,51.5012],[-0.4076995,51.5021],[-0.4064995,51.5023],[-0.4043005,51.5028],[-0.4020005,51.5033],[-0.3930995,51.5070],[-0.3914995,51.5083],[-0.3907995,51.5092],[-0.3883995,51.5128],[-0.3847995,51.5155],[-0.3829995,51.5166],[-0.3804995,51.5183],[-0.3789995,51.5196],[-0.3776995,51.5209],[-0.3743995,51.5246],[-0.3731995,51.528],[-0.3733995,51.53],[-0.3898995,51.5315],[-0.3925995,51.5318],[-0.3941995,51.5319],[-0.4066995,51.5328],[-0.4087995,51.5334],[-0.4127995,51.533],[-0.4133995,51.5339],[-0.4150995,51.5358],[-0.4156995,51.5366],[-0.4157995,51.5376],[-0.4166005,51.5386],[-0.4164995,51.5393],[-0.4135005,51.54],[-0.4018005,51.5407],[-0.3973995,51.5405],[-0.3937995,51.5412],[-0.3955995,51.5455],[-0.3979995,51.5447],[-0.3991995,51.5471],[-0.3923995,51.5514],[-0.3880995,51.5532],[-0.3843995,51.5555],[-0.3839995,51.5556],[-0.3753995,51.5561],[-0.3735005,51.5536],[-0.3732995,51.5527],[-0.3681995,51.5536],[-0.3672995,51.5536],[-0.3666995,51.554],[-0.3637005,51.5557],[-0.3591995,51.558],[-0.3470995,51.5592],[-0.3453995,51.558],[-0.3430995,51.5569],[-0.3389005,51.5559],[-0.3364995,51.5556],[-0.3362005,51.5556],[-0.3308995,51.5551],[-0.3243005,51.5539],[-0.3183995,51.5526],[-0.3095005,51.549],[-0.3087995,51.5485],[-0.3062995,51.5474],[-0.3043995,51.5465],[-0.3031995,51.5454],[-0.3014995,51.5425],[-0.3039005,51.5403],[-0.3024995,51.5381],[-0.3016005,51.5344],[-0.3039995,51.5333],[-0.2983995,51.5324],[-0.2953995,51.5335],[-0.2893995,51.5359],[-0.2824995,51.5379],[-0.2816005,51.5383],[-0.2757995,51.536],[-0.2762995,51.5328],[-0.2776995,51.5323],[-0.2795995,51.5322],[-0.2830995,51.5343],[-0.2878995,51.5324],[-0.2850995,51.531],[-0.2796995,51.5299],[-0.2739995,51.5293],[-0.2705995,51.5296],[-0.2656995,51.531],[-0.2599995,51.5346],[-0.2591005,51.5334],[-0.2555995,51.534],[-0.2506995,51.5336],[-0.2487005,51.5337],[-0.2510995,51.5312],[-0.2520995,51.5305],[-0.2528995,51.53],[-0.2508995,51.5274],[-0.2526995,51.5246],[-0.2525995,51.5231],[-0.2524995,51.522],[-0.2516995,51.5192],[-0.2501995,51.5121],[-0.2491995,51.5078],[-0.2521995,51.5078],[-0.2518995,51.5046],[-0.2585995,51.5036],[-0.2591995,51.5047],[-0.2622995,51.5046],[-0.2620005,51.5041],[-0.2612995,51.5026],[-0.2610005,51.5013],[-0.2608995,51.4999],[-0.2616995,51.4963],[-0.2620005,51.4954],[-0.2658995,51.4951],[-0.2693005,51.4953],[-0.2720995,51.4964],[-0.2756995,51.4988],[-0.2807995,51.5038],[-0.2843005,51.5021],[-0.2852995,51.5018],[-0.2858995,51.5018],[-0.2880995,51.5025],[-0.2898995,51.5026],[-0.2920005,51.5035],[-0.2941995,51.5035],[-0.2985995,51.5027],[-0.3022995,51.5007],[-0.3010005,51.4981],[-0.3029995,51.4968],[-0.3039995,51.4988],[-0.3066005,51.4987],[-0.3068995,51.4962],[-0.3126995,51.4941],[-0.3157995,51.4963],[-0.3172995,51.4979],[-0.3230995,51.4956],[-0.3248995,51.4973],[-0.3266005,51.4985],[-0.3298995,51.4972],[-0.3305995,51.4972],[-0.3341005,51.4967],[-0.3382995,51.4966],[-0.3425995,51.4964],[-0.3439995,51.4964],[-0.3445005,51.4968],[-0.3471995,51.4998],[-0.3481995,51.5008],[-0.3499995,51.5025],[-0.3516005,51.5024],[-0.3530995,51.5019],[-0.3566005,51.5005],[-0.3616995,51.4976],[-0.3676995,51.4943],[-0.3687005,51.4931],[-0.3720005,51.4924],[-0.3722995,51.4931],[-0.3748995,51.4938],[-0.3764995,51.4955],[-0.3772995,51.4968],[-0.3801995,51.4967],[-0.3839995,51.4957],[-0.3857995,51.4959],[-0.3882995,51.4965],[-0.3939005,51.4972],[-0.4010995,51.4989],[-0.4080995,51.5011],[-0.4082995,51.5012]]]]}, properties:{name:"Ealing"}}, {type:"Feature", geometry:{type:"MultiPolygon", coordinates:[[[[-0.1377995,51.6093],[-0.1443995,51.6136],[-0.1385005,51.6179],[-0.1366995,51.6195],[-0.1332995,51.6221],[-0.1320995,51.6241],[-0.1316005,51.6265],[-0.1287005,51.6308],[-0.1306995,51.6316],[-0.1368005,51.6349],[-0.1408995,51.6375],[-0.1433995,51.6395],[-0.1450995,51.6427],[-0.1506995,51.6495],[-0.1512005,51.6557],[-0.1532995,51.6567],[-0.1560005,51.6571],[-0.1864005,51.662],[-0.1864005,51.6629],[-0.1807995,51.6659],[-0.1780995,51.6662],[-0.1766005,51.6675],[-0.1748995,51.6678],[-0.1743995,51.669],[-0.1772995,51.6718],[-0.1764005,51.6723],[-0.1726995,51.6745],[-0.1691005,51.6771],[-0.1621995,51.6830],[-0.1614995,51.6847],[-0.1595995,51.6945],[-0.1554995,51.6954],[-0.1464005,51.6936],[-0.1431995,51.6929],[-0.1355995,51.6931],[-0.1268005,51.6937],[-0.1218995,51.6950],[-0.1170995,51.6947],[-0.1120005,51.6932],[-0.1070995,51.6907],[-0.09450052,51.6898],[-0.08299952,51.6885],[-0.08009952,51.6879],[-0.07689952,51.6867],[-0.07059952,51.6843],[-0.06620052,51.6822],[-0.06229952,51.6813],[-0.05939952,51.6811],[-0.05600052,51.6811],[-0.05200052,51.6815],[-0.04589952,51.6817],[-0.04370052,51.6818],[-0.04109952,51.6815],[-0.03870052,51.6816],[-0.03209952,51.6815],[-0.01899952,51.6797],[-0.01140052,51.6795],[-0.01120052,51.6764],[-0.01059952,51.6744],[-0.01089952,51.6734],[-0.01160052,51.6728],[-0.01169952,51.6714],[-0.01140052,51.6699],[-0.01109952,51.6688],[-0.009799518,51.6677],[-0.008199518,51.6609],[-0.008199518,51.6601],[-0.008500517,51.6588],[-0.008799518,51.6572],[-0.01029952,51.6547],[-0.01089952,51.6532],[-0.01069952,51.6510],[-0.01079952,51.6489],[-0.009599517,51.6485],[-0.009999517,51.6445],[-0.01089952,51.6433],[-0.01109952,51.6420],[-0.01160052,51.6378],[-0.01229952,51.6363],[-0.01289952,51.6349],[-0.01269952,51.6329],[-0.01450052,51.6313],[-0.01709952,51.6297],[-0.01899952,51.6277],[-0.02039952,51.627],[-0.02149952,51.6261],[-0.02269952,51.6237],[-0.02479952,51.6208],[-0.02689952,51.6181],[-0.03049952,51.6132],[-0.03269952,51.6093],[-0.03399952,51.609],[-0.03629952,51.6079],[-0.04120052,51.6054],[-0.04329952,51.6054],[-0.04689952,51.6059],[-0.04819952,51.6076],[-0.07789952,51.6092],[-0.08189952,51.6095],[-0.08819952000000002,51.6095],[-0.1095995,51.6087],[-0.1110005,51.61],[-0.1107995,51.6074],[-0.1139995,51.6078],[-0.1139995,51.6098],[-0.1235005,51.611],[-0.1266005,51.6116],[-0.1316005,51.6115],[-0.1377995,51.6093]]]]}, properties:{name:"Enfield"}}, {type:"Feature", geometry:{type:"MultiPolygon", coordinates:[[[[0.02819948,51.4385],[0.02730048,51.4391],[0.02410048,51.4392],[0.02240048,51.4414],[0.02180048,51.4460],[0.02000048,51.4491],[0.01379948,51.4502],[0.01299948,51.4509],[0.01850048,51.4512],[0.01799948,51.4556],[0.01420048,51.4565],[0.01260048,51.4568],[0.01170048,51.4577],[0.01080048,51.461],[0.009800483,51.4662],[0.01350048,51.4666],[0.01460048,51.4685],[0.01490048,51.4697],[0.01870048,51.472],[0.01890048,51.4728],[0.01359948,51.4717],[0.01109948,51.4716],[-0.005699518,51.4718],[-0.008399517,51.4717],[-0.01189952,51.4719],[-0.01269952,51.4709],[-0.01149952,51.4693],[-0.01339952,51.4679],[-0.02160052,51.4733],[-0.02120052,51.4751],[-0.01680052,51.4788],[-0.01620052,51.4813],[-0.01799952,51.4813],[-0.01879952,51.4794],[-0.02019952,51.4791],[-0.02399952,51.4796],[-0.02519952,51.4811],[-0.02950052,51.4819],[-0.02700052,51.4863],[-0.02549952,51.4877],[-0.02499952,51.4889],[-0.02319952000000002,51.4876],[-0.01979952,51.4858],[-0.01739952,51.4851],[-0.01430052,51.4846],[-0.01200052,51.4845],[-0.009500518,51.4847],[-0.007099518,51.4851],[-0.004999517,51.4856],[-0.003700517,51.4865],[-0.002399517,51.4874],[0.0004994826,51.4882],[0.001099483,51.4888],[0.001600483,51.4897],[0.001900483,51.4904],[0.002100483,51.4912],[0.001900483,51.4924],[0.001600483,51.4939],[0.001299483,51.4944],[0.0004004826,51.4953],[-0.001899517,51.4962],[-0.004500518,51.4986],[-0.005099517,51.5002],[-0.004899518,51.5019],[-0.004500518,51.5030],[-0.003500517,51.5041],[-0.002099518,51.5051],[-0.0004995174,51.5061],[0.0008994826,51.5064],[0.002000483,51.5065],[0.003199483,51.5065],[0.005000483,51.5059],[0.007000483,51.5051],[0.009600483,51.5031],[0.01240048,51.5005],[0.01530048,51.4983],[0.01930048,51.4967],[0.02250048,51.4959],[0.02609948,51.4958],[0.03190048,51.4958],[0.03450048,51.4957],[0.04220048,51.4962],[0.05010048,51.4957],[0.05760048,51.4959],[0.06190048000000002,51.4961],[0.06710048,51.4965],[0.07010049,51.4973],[0.07430048,51.4989],[0.07649948,51.5010],[0.07960048,51.5039],[0.08319949,51.5084],[0.08560048,51.5105],[0.08980048,51.5119],[0.09220048000000002,51.5125],[0.09379948,51.5128],[0.09690049000000002,51.5128],[0.1004995,51.5117],[0.1056995,51.5113],[0.1114995,51.5118],[0.1181005,51.5144],[0.1221005,51.5161],[0.1260005,51.5166],[0.1300005,51.5161],[0.1292005,51.5131],[0.1235995,51.4988],[0.1231995,51.497],[0.1223005,51.4944],[0.1223005,51.4878],[0.1225005,51.4861],[0.1226005,51.4853],[0.1233995,51.4823],[0.1235995,51.4797],[0.1229005,51.4791],[0.1206995,51.4798],[0.1195005,51.4799],[0.1146005,51.4769],[0.1124005,51.4749],[0.1118005,51.4744],[0.1095005,51.4765],[0.1091005,51.4764],[0.1069005,51.4761],[0.1054005,51.4757],[0.1037995,51.4764],[0.1014995,51.4769],[0.09950048,51.4768],[0.09870049,51.4762],[0.09319948000000002,51.4738],[0.09270048000000002,51.4725],[0.09250049000000002,51.4718],[0.08940049,51.471],[0.08740048,51.4699],[0.08609948,51.4683],[0.08450048,51.4661],[0.08370049,51.4645],[0.08160048,51.4631],[0.08140048,51.4620],[0.08180048,51.4601],[0.07850048,51.4595],[0.08040048,51.4587],[0.08649948000000002,51.4578],[0.08799949,51.4535],[0.08799949,51.4478],[0.08560048,51.4455],[0.08730048,51.4439],[0.08470048,51.4416],[0.08350048,51.4426],[0.08220048,51.4414],[0.08310048,51.4408],[0.08069948,51.4389],[0.08010048,51.4397],[0.07640048,51.436],[0.07819948,51.4344],[0.07660048,51.4329],[0.07600048,51.4317],[0.07350048,51.4267],[0.07100048,51.4233],[0.06879948,51.4214],[0.06770048,51.4207],[0.06740049,51.4219],[0.06490048,51.4216],[0.06190048000000002,51.4233],[0.05600048,51.4277],[0.05069948,51.4331],[0.04589948,51.4372],[0.04129948,51.4400],[0.03500048,51.4421],[0.03200048,51.4417],[0.02980048,51.4429],[0.02930048,51.4392],[0.02859948,51.4384],[0.02850048,51.4383],[0.02819948,51.4385]]]]}, properties:{name:"Greenwich"}}, {type:"Feature", geometry:{type:"MultiPolygon", coordinates:[[[[-0.07789952,51.5214],[-0.07950052,51.522],[-0.08600052,51.5201],[-0.08579952,51.5232],[-0.08579952,51.5249],[-0.08999952,51.5267],[-0.09579952,51.5283],[-0.09629951,51.5321],[-0.08660052,51.5375],[-0.08239952,51.5459],[-0.07629952,51.5459],[-0.07620052,51.5475],[-0.07789952,51.5514],[-0.08499952,51.5524],[-0.08819952000000002,51.5531],[-0.08999952,51.5543],[-0.08979952,51.5588],[-0.09089952,51.5603],[-0.09339952,51.5605],[-0.09729952,51.5611],[-0.1004995,51.5626],[-0.1031995,51.5658],[-0.1005995,51.5673],[-0.09739952,51.5695],[-0.09519952,51.5711],[-0.09430052,51.5739],[-0.09370052,51.5746],[-0.08569952,51.5764],[-0.08469952,51.5765],[-0.07059952,51.5768],[-0.06499952,51.5775],[-0.06189952,51.5780],[-0.06039952,51.5753],[-0.05969952,51.5737],[-0.05870052,51.5713],[-0.05749952,51.5699],[-0.05620052,51.5699],[-0.05430052,51.5701],[-0.05299952,51.5701],[-0.05169952,51.5689],[-0.04850052,51.5661],[-0.04739952,51.5641],[-0.04589952,51.5620],[-0.04509952,51.5617],[-0.04120052,51.5603],[-0.03819952,51.56],[-0.03410052,51.5595],[-0.03279952,51.5594],[-0.03120052,51.5599],[-0.02930052,51.5596],[-0.02779952,51.5594],[-0.02499952,51.5583],[-0.02410052,51.5571],[-0.02129952,51.5557],[-0.01910052,51.5545],[-0.01640052,51.551],[-0.01879952,51.5502],[-0.01999952,51.5494],[-0.01719952,51.5445],[-0.02239952,51.5444],[-0.02779952,51.5434],[-0.03069952,51.5443],[-0.03289952,51.5442],[-0.03379952,51.5435],[-0.03620052,51.5407],[-0.03950052,51.5379],[-0.04180052,51.5368],[-0.04509952,51.5363],[-0.04749952,51.5359],[-0.04899952,51.5357],[-0.05049952,51.5366],[-0.05149952,51.5366],[-0.05319952,51.5353],[-0.06029952,51.5348],[-0.06160052,51.5361],[-0.06249952,51.5367],[-0.06430051,51.5341],[-0.06579952,51.5338],[-0.06719952,51.532],[-0.06879952,51.5316],[-0.07350051,51.5307],[-0.07569952000000002,51.5299],[-0.07629952,51.5271],[-0.07620052,51.5233],[-0.07669952,51.5223],[-0.07779951,51.5215],[-0.07789952,51.5214]]]]}, properties:{name:"Hackney"}}, {type:"Feature", geometry:{type:"MultiPolygon", coordinates:[[[[-0.1793995,51.4753],[-0.1781995,51.4752],[-0.1762005,51.4753],[-0.1780995,51.4721],[-0.1814995,51.4682],[-0.1837995,51.4662],[-0.1860005,51.4648],[-0.1874995,51.4641],[-0.1900995,51.4636],[-0.1941995,51.4636],[-0.1971995,51.4638],[-0.1997995,51.4642],[-0.2045005,51.4652],[-0.2070995,51.4658],[-0.2091995,51.4665],[-0.2127995,51.4678],[-0.2160995,51.4695],[-0.2177995,51.4709],[-0.2189995,51.4719],[-0.2212995,51.4743],[-0.2220995,51.4756],[-0.2226995,51.4771],[-0.2228995,51.4787],[-0.2235005,51.4818],[-0.2241005,51.4839],[-0.2255995,51.4861],[-0.2283995,51.4881],[-0.2310005,51.4891],[-0.2335005,51.4895],[-0.2360005,51.489],[-0.2385995,51.4882],[-0.2414005,51.4869],[-0.2437995,51.4857],[-0.2441995,51.4873],[-0.2427995,51.4894],[-0.2437005,51.4958],[-0.2482995,51.4994],[-0.2491005,51.4995],[-0.2548995,51.4983],[-0.2568005,51.4998],[-0.2585995,51.5009],[-0.2607995,51.5013],[-0.2610005,51.5013],[-0.2612995,51.5026],[-0.2620005,51.5041],[-0.2622995,51.5046],[-0.2591995,51.5047],[-0.2585995,51.5036],[-0.2518995,51.5046],[-0.2521995,51.5078],[-0.2491995,51.5078],[-0.2501995,51.5121],[-0.2516995,51.5192],[-0.2524995,51.522],[-0.2525995,51.5231],[-0.2526995,51.5246],[-0.2508995,51.5274],[-0.2528995,51.53],[-0.2520995,51.5305],[-0.2510995,51.5312],[-0.2487005,51.5337],[-0.2468995,51.5339],[-0.2420005,51.5338],[-0.2362005,51.5325],[-0.2312995,51.5319],[-0.2298995,51.5318],[-0.2275995,51.5313],[-0.2257995,51.531],[-0.2257995,51.5307],[-0.2257995,51.5296],[-0.2260005,51.5272],[-0.2272995,51.5249],[-0.2273995,51.5243],[-0.2271995,51.522],[-0.2258995,51.5201],[-0.2226995,51.5180],[-0.2162995,51.5132],[-0.2151995,51.5114],[-0.2139995,51.5082],[-0.2139995,51.5068],[-0.2141995,51.5035],[-0.2141005,51.5025],[-0.2137005,51.5013],[-0.2127995,51.4998],[-0.2093995,51.4962],[-0.2045005,51.4927],[-0.1977995,51.4884],[-0.1931995,51.4854],[-0.1902995,51.4826],[-0.1851995,51.4781],[-0.1826995,51.4762],[-0.1793995,51.4753]]]]}, properties:{name:"Hammersmith and Fulham"}}, {type:"Feature", geometry:{type:"MultiPolygon", coordinates:[[[[-0.1396995,51.5686],[-0.1400995,51.5687],[-0.1449995,51.5696],[-0.1498995,51.5708],[-0.1591005,51.5730],[-0.1651995,51.5735],[-0.1651995,51.5737],[-0.1651995,51.5761],[-0.1652995,51.5773],[-0.1623995,51.5819],[-0.1618005,51.5828],[-0.1610005,51.5837],[-0.1593995,51.5846],[-0.1571995,51.5837],[-0.1568005,51.5857],[-0.1566005,51.5863],[-0.1585995,51.59],[-0.1591005,51.5918],[-0.1601995,51.5972],[-0.1600995,51.5978],[-0.1593005,51.6006],[-0.1585005,51.602],[-0.1562995,51.6036],[-0.1560005,51.6037],[-0.1555995,51.6036],[-0.1553995,51.6035],[-0.1552995,51.6029],[-0.1552995,51.6017],[-0.1552995,51.5995],[-0.1550995,51.5983],[-0.1428995,51.6028],[-0.1429995,51.6031],[-0.1427995,51.6045],[-0.1420995,51.6072],[-0.1406995,51.6079],[-0.1377995,51.6093],[-0.1316005,51.6115],[-0.1266005,51.6116],[-0.1235005,51.611],[-0.1139995,51.6098],[-0.1139995,51.6078],[-0.1107995,51.6074],[-0.1110005,51.61],[-0.1095995,51.6087],[-0.08819952000000002,51.6095],[-0.08189952,51.6095],[-0.07789952,51.6092],[-0.04819952,51.6076],[-0.04689952,51.6059],[-0.04329952,51.6054],[-0.04359952,51.6046],[-0.04700052,51.6023],[-0.04680052,51.6001],[-0.04799952,51.5995],[-0.05120052,51.5981],[-0.05259952,51.5956],[-0.05549952,51.5962],[-0.05609952,51.5946],[-0.05430052,51.5936],[-0.05489952,51.5919],[-0.05700052,51.592],[-0.05709952,51.5867],[-0.05769952,51.5844],[-0.06160052,51.5826],[-0.06479952,51.5818],[-0.06439952,51.58],[-0.06229952,51.5797],[-0.06200052,51.5783],[-0.06189952,51.5780],[-0.06499952,51.5775],[-0.07059952,51.5768],[-0.08469952,51.5765],[-0.08569952,51.5764],[-0.09370052,51.5746],[-0.09430052,51.5739],[-0.09519952,51.5711],[-0.09739952,51.5695],[-0.1005995,51.5673],[-0.1031995,51.5658],[-0.1041005,51.5664],[-0.1047995,51.5667],[-0.1080995,51.5683],[-0.1137995,51.5711],[-0.1173995,51.5725],[-0.1210995,51.5754],[-0.1232995,51.5753],[-0.1247995,51.5753],[-0.1308995,51.5740],[-0.1352995,51.5716],[-0.1387005,51.5699],[-0.1396995,51.5686]]]]}, properties:{name:"Haringey"}}, {type:"Feature", geometry:{type:"MultiPolygon", coordinates:[[[[-0.3753995,51.5561],[-0.3880995,51.5741],[-0.3887995,51.5764],[-0.3903995,51.5804],[-0.3943005,51.5867],[-0.3950995,51.5896],[-0.3957995,51.5914],[-0.3972995,51.5965],[-0.4030995,51.6108],[-0.4046995,51.6139],[-0.3916005,51.6146],[-0.3833995,51.6172],[-0.3672995,51.6218],[-0.3479995,51.6283],[-0.3445005,51.6297],[-0.3339995,51.6348],[-0.3218005,51.6397],[-0.3181995,51.6406],[-0.3123995,51.6394],[-0.3046995,51.6372],[-0.3024995,51.6366],[-0.3055995,51.6350],[-0.3070005,51.6342],[-0.3077995,51.6330],[-0.3072995,51.6311],[-0.3043995,51.6287],[-0.2996995,51.6245],[-0.2920005,51.6206],[-0.2858995,51.6169],[-0.2804995,51.613],[-0.2652995,51.6004],[-0.2651995,51.6002],[-0.2677995,51.5993],[-0.2693995,51.5993],[-0.2729995,51.5977],[-0.2743995,51.5966],[-0.2760995,51.5958],[-0.2787995,51.5954],[-0.2875995,51.5925],[-0.2875995,51.5921],[-0.2843995,51.5903],[-0.2831995,51.5892],[-0.2818005,51.5863],[-0.2822995,51.5852],[-0.2846995,51.5853],[-0.2896995,51.5861],[-0.2948995,51.5867],[-0.3014005,51.5872],[-0.3056995,51.5870],[-0.3089995,51.5857],[-0.3135995,51.5845],[-0.3177995,51.5833],[-0.3212005,51.5816],[-0.3246995,51.5810],[-0.3241005,51.5785],[-0.3218005,51.5706],[-0.3218005,51.5704],[-0.3273995,51.5698],[-0.3274995,51.5693],[-0.3266995,51.5662],[-0.3272995,51.5644],[-0.3300995,51.563],[-0.3339005,51.5592],[-0.3362005,51.5556],[-0.3364995,51.5556],[-0.3389005,51.5559],[-0.3430995,51.5569],[-0.3453995,51.558],[-0.3470995,51.5592],[-0.3591995,51.558],[-0.3637005,51.5557],[-0.3666995,51.554],[-0.3672995,51.5536],[-0.3681995,51.5536],[-0.3732995,51.5527],[-0.3735005,51.5536],[-0.3753995,51.5561]]]]}, properties:{name:"Harrow"}}, {type:"Feature", geometry:{type:"MultiPolygon", coordinates:[[[[0.2131995,51.489],[0.2124005,51.4853],[0.2106995,51.4855],[0.2074005,51.4857],[0.2037005,51.4854],[0.1989005,51.4846],[0.1968005,51.4843],[0.1935005,51.484],[0.1879995,51.4843],[0.1817005,51.4866],[0.1783005,51.4889],[0.1772005,51.492],[0.1764005,51.4964],[0.1745005,51.5021],[0.1733995,51.5039],[0.1714005,51.5052],[0.1689005,51.5066],[0.1649005,51.5078],[0.1600005,51.5086],[0.1604005,51.5107],[0.1633005,51.524],[0.1646005,51.5271],[0.1652005,51.5288],[0.1669005,51.5304],[0.1689995,51.5323],[0.1708005,51.5343],[0.1737005,51.5354],[0.1754005,51.5374],[0.1764995,51.5386],[0.1778005,51.5395],[0.1781005,51.5401],[0.1787005,51.5412],[0.1792005,51.5423],[0.1798005,51.5438],[0.1806995,51.5444],[0.1821005,51.5454],[0.1850005,51.5463],[0.1854005,51.5469],[0.1854995,51.5481],[0.1858995,51.5496],[0.1867005,51.5505],[0.1881005,51.5517],[0.1883995,51.5522],[0.1881005,51.5528],[0.1870005,51.5532],[0.1835005,51.5561],[0.1825005,51.557],[0.1819005,51.5597],[0.1819005,51.5607],[0.1824005,51.5626],[0.1833005,51.5647],[0.1831995,51.5653],[0.1750005,51.5653],[0.1703005,51.5646],[0.1673005,51.5631],[0.1669005,51.5628],[0.1631005,51.5603],[0.1610995,51.5618],[0.1595005,51.5627],[0.1541005,51.5655],[0.1495005,51.5678],[0.1493005,51.5680],[0.1494005,51.5682],[0.1496005,51.5684],[0.1510995,51.5683],[0.1512995,51.5684],[0.1512005,51.5686],[0.1508995,51.5699],[0.1510005,51.5741],[0.1501005,51.5767],[0.1514005,51.5817],[0.1506995,51.5875],[0.1492005,51.5922],[0.1478005,51.593],[0.1473005,51.5933],[0.1467005,51.5943],[0.1466005,51.5947],[0.1462995,51.5988],[0.1454005,51.603],[0.1441005,51.607],[0.1424005,51.6116],[0.1404995,51.6154],[0.1387995,51.6183],[0.1367005,51.6212],[0.1347005,51.6231],[0.1450005,51.6254],[0.1560995,51.6251],[0.1712005,51.624],[0.1781005,51.6236],[0.1804005,51.624],[0.1883995,51.6255],[0.1927005,51.6252],[0.1974005,51.6254],[0.2026005,51.6254],[0.2100005,51.6263],[0.2154995,51.6275],[0.2194005,51.6292],[0.2235005,51.6315],[0.2314005,51.6352],[0.2322005,51.6356],[0.2331995,51.6358],[0.2335005,51.6351],[0.2348005,51.6341],[0.2360995,51.6335],[0.2369005,51.6333],[0.2385005,51.6331],[0.2397005,51.6328],[0.2408005,51.6325],[0.2421005,51.6318],[0.2426005,51.6314],[0.2437005,51.6282],[0.2433005,51.6277],[0.2404005,51.6254],[0.2379995,51.6241],[0.2378005,51.6237],[0.2381995,51.6231],[0.2424005,51.6219],[0.2466005,51.6202],[0.2510005,51.6188],[0.2524005,51.6181],[0.2533005,51.6176],[0.2552005,51.6161],[0.2599005,51.612],[0.2619005,51.61],[0.2631005,51.6087],[0.2633995,51.6079],[0.2624005,51.6068],[0.2587995,51.6048],[0.2587005,51.6037],[0.2593005,51.5996],[0.2602005,51.5993],[0.2619005,51.5992],[0.2703005,51.5987],[0.2698005,51.5924],[0.2692005,51.5884],[0.2712995,51.5878],[0.2737005,51.5873],[0.2766005,51.5866],[0.2802005,51.5856],[0.2826005,51.5857],[0.2872005,51.5864],[0.2881005,51.5864],[0.2887995,51.586],[0.2908005,51.5845],[0.2927005,51.583],[0.2962995,51.5818],[0.2991005,51.5811],[0.3018005,51.5806],[0.3053005,51.5810],[0.3060005,51.5808],[0.3066005,51.5806],[0.3077005,51.58],[0.3112005,51.5769],[0.3139005,51.5717],[0.3149005,51.5687],[0.3156005,51.566],[0.3156995,51.5589],[0.3160005,51.5569],[0.3167005,51.5562],[0.3178005,51.5552],[0.3185005,51.5547],[0.3193005,51.5543],[0.3201005,51.5538],[0.3206005,51.5532],[0.3208995,51.5525],[0.3216005,51.5519],[0.3227005,51.5513],[0.3248005,51.551],[0.3256995,51.5506],[0.3264005,51.5502],[0.3270005,51.5498],[0.3274005,51.5494],[0.3279995,51.5482],[0.3281995,51.547],[0.3275005,51.5442],[0.3291005,51.5423],[0.3293005,51.542],[0.3289995,51.541],[0.3285995,51.5404],[0.3283995,51.5402],[0.3279995,51.54],[0.3223005,51.5396],[0.3072005,51.539],[0.3056005,51.5388],[0.3044005,51.5386],[0.3031005,51.5382],[0.3014995,51.5375],[0.3010005,51.5371],[0.2995005,51.5358],[0.2989005,51.5349],[0.2983995,51.5346],[0.2792005,51.5334],[0.2728005,51.5331],[0.2710005,51.5331],[0.2685995,51.533],[0.2673005,51.5327],[0.2672005,51.5323],[0.2672005,51.5316],[0.2681995,51.5242],[0.2679005,51.5236],[0.2674005,51.5228],[0.2666005,51.5218],[0.2648005,51.5203],[0.2635995,51.5193],[0.2628005,51.5188],[0.2610005,51.5184],[0.2597005,51.5184],[0.2581005,51.5186],[0.2568005,51.519],[0.2504005,51.5242],[0.2498005,51.5247],[0.2485995,51.5248],[0.2478005,51.5248],[0.2456005,51.5244],[0.2446005,51.5241],[0.2437005,51.5237],[0.2431995,51.5231],[0.2414995,51.5189],[0.2412995,51.5179],[0.2412995,51.5169],[0.2422005,51.5093],[0.2418005,51.5086],[0.2410005,51.5079],[0.2387995,51.5068],[0.2367005,51.5060],[0.2348005,51.5059],[0.2248005,51.5082],[0.2244005,51.5080],[0.2241005,51.5075],[0.2241005,51.5065],[0.2297005,51.4991],[0.2294005,51.4987],[0.2279995,51.4983],[0.2166005,51.4959],[0.2151005,51.4955],[0.2147005,51.4950],[0.2143005,51.4938],[0.2137995,51.4919],[0.2131995,51.489]]]]}, properties:{name:"Havering"}}, {type:"Feature", geometry:{type:"MultiPolygon", coordinates:[[[[-0.4082995,51.5012],[-0.4128995,51.4904],[-0.4162995,51.481],[-0.4166995,51.4796],[-0.4166995,51.4786],[-0.4164005,51.4772],[-0.4164995,51.476],[-0.4170995,51.4753],[-0.4173995,51.4745],[-0.4174995,51.4733],[-0.4168995,51.4726],[-0.4160995,51.4723],[-0.4156995,51.4721],[-0.4143995,51.4705],[-0.4177995,51.4688],[-0.4210005,51.4669],[-0.4222995,51.4665],[-0.4270005,51.4649],[-0.4339995,51.4617],[-0.4356995,51.4601],[-0.4379995,51.4578],[-0.4401995,51.4562],[-0.4427995,51.4535],[-0.4437995,51.4534],[-0.4491005,51.4539],[-0.4539995,51.4540],[-0.4600995,51.4558],[-0.4598995,51.4565],[-0.4602995,51.4571],[-0.4612995,51.4578],[-0.4799995,51.4611],[-0.4805995,51.4612],[-0.4845995,51.4620],[-0.4874995,51.4625],[-0.4904995,51.4625],[-0.4930995,51.4628],[-0.4960005,51.4643],[-0.4987995,51.4669],[-0.5008995,51.4676],[-0.5060005,51.4694],[-0.5052995,51.4706],[-0.5039005,51.4726],[-0.5033995,51.4742],[-0.5031995,51.4772],[-0.5027995,51.4798],[-0.5023995,51.4811],[-0.5010005,51.4832],[-0.4976995,51.4861],[-0.4951995,51.4893],[-0.4929995,51.4935],[-0.4916995,51.4958],[-0.4896995,51.4997],[-0.4875995,51.5037],[-0.4879995,51.5075],[-0.4889995,51.5099],[-0.4899995,51.5112],[-0.4902995,51.5122],[-0.4904995,51.5154],[-0.4918995,51.5174],[-0.4920005,51.5180],[-0.4914005,51.5202],[-0.4910005,51.5213],[-0.4907995,51.5222],[-0.4906995,51.5228],[-0.4910005,51.5239],[-0.4907995,51.5254],[-0.4906995,51.5273],[-0.4907995,51.5302],[-0.4899995,51.5319],[-0.4902995,51.5334],[-0.4908995,51.5345],[-0.4924995,51.5376],[-0.4939995,51.5396],[-0.4945005,51.5402],[-0.4945005,51.5406],[-0.4932995,51.5424],[-0.4912005,51.5448],[-0.4872995,51.5483],[-0.4868995,51.5486],[-0.4841995,51.5503],[-0.4830995,51.551],[-0.4781995,51.5544],[-0.4768005,51.5561],[-0.4760995,51.5575],[-0.4762995,51.558],[-0.4785995,51.5581],[-0.4807995,51.5583],[-0.4812005,51.5591],[-0.4808995,51.5625],[-0.4814995,51.5659],[-0.4818995,51.5686],[-0.4818005,51.5719],[-0.4822995,51.5726],[-0.4853995,51.5739],[-0.4855995,51.5743],[-0.4848995,51.5749],[-0.4848995,51.5752],[-0.4860005,51.5759],[-0.4871995,51.5763],[-0.4882995,51.5764],[-0.4896995,51.5778],[-0.4904995,51.5799],[-0.4914995,51.5814],[-0.4923995,51.5833],[-0.4943995,51.5852],[-0.4962005,51.5877],[-0.4977995,51.5904],[-0.4989005,51.5918],[-0.4991995,51.593],[-0.4991995,51.5953],[-0.5014005,51.6015],[-0.4995005,51.6021],[-0.4966005,51.6027],[-0.4951995,51.6032],[-0.4951995,51.6037],[-0.4964005,51.6046],[-0.4970005,51.6058],[-0.4976995,51.6122],[-0.4973995,51.617],[-0.4970995,51.6189],[-0.4977995,51.6197],[-0.4999995,51.6208],[-0.5018005,51.6216],[-0.5027995,51.6220],[-0.5028995,51.6228],[-0.5020995,51.6239],[-0.5012995,51.6248],[-0.5010995,51.6252],[-0.5014005,51.6255],[-0.5025995,51.6263],[-0.5029995,51.6274],[-0.5023995,51.6289],[-0.5005995,51.6309],[-0.4995005,51.6318],[-0.4977995,51.6319],[-0.4910995,51.6295],[-0.4887005,51.6284],[-0.4847995,51.6272],[-0.4795005,51.6252],[-0.4720005,51.6215],[-0.4671995,51.6187],[-0.4664005,51.6177],[-0.4639005,51.6158],[-0.4599995,51.6132],[-0.4585005,51.6124],[-0.4573995,51.612],[-0.4555995,51.6142],[-0.4527995,51.6126],[-0.4503995,51.6138],[-0.4479995,51.6151],[-0.4460005,51.6183],[-0.4445995,51.6203],[-0.4443005,51.6205],[-0.4422995,51.6208],[-0.4405995,51.6207],[-0.4385995,51.6203],[-0.4366005,51.6198],[-0.4335005,51.6195],[-0.4298995,51.619],[-0.4255995,51.6186],[-0.4218005,51.6181],[-0.4095005,51.6164],[-0.4048995,51.6139],[-0.4046995,51.6139],[-0.4030995,51.6108],[-0.3972995,51.5965],[-0.3957995,51.5914],[-0.3950995,51.5896],[-0.3943005,51.5867],[-0.3903995,51.5804],[-0.3887995,51.5764],[-0.3880995,51.5741],[-0.3753995,51.5561],[-0.3839995,51.5556],[-0.3843995,51.5555],[-0.3880995,51.5532],[-0.3923995,51.5514],[-0.3991995,51.5471],[-0.3979995,51.5447],[-0.3955995,51.5455],[-0.3937995,51.5412],[-0.3973995,51.5405],[-0.4018005,51.5407],[-0.4135005,51.54],[-0.4164995,51.5393],[-0.4166005,51.5386],[-0.4157995,51.5376],[-0.4156995,51.5366],[-0.4150995,51.5358],[-0.4133995,51.5339],[-0.4127995,51.533],[-0.4087995,51.5334],[-0.4066995,51.5328],[-0.3941995,51.5319],[-0.3925995,51.5318],[-0.3898995,51.5315],[-0.3733995,51.53],[-0.3731995,51.528],[-0.3743995,51.5246],[-0.3776995,51.5209],[-0.3789995,51.5196],[-0.3804995,51.5183],[-0.3829995,51.5166],[-0.3847995,51.5155],[-0.3883995,51.5128],[-0.3907995,51.5092],[-0.3914995,51.5083],[-0.3930995,51.5070],[-0.4020005,51.5033],[-0.4043005,51.5028],[-0.4064995,51.5023],[-0.4076995,51.5021],[-0.4082995,51.5012]]]]}, properties:{name:"Hillingdon"}}, {type:"Feature", geometry:{type:"MultiPolygon", coordinates:[[[[-0.4572995,51.4409],[-0.4585005,51.4438],[-0.4591005,51.4466],[-0.4595005,51.4488],[-0.4600995,51.4494],[-0.4614005,51.4497],[-0.4616995,51.4506],[-0.4600995,51.4558],[-0.4539995,51.4540],[-0.4491005,51.4539],[-0.4437995,51.4534],[-0.4427995,51.4535],[-0.4401995,51.4562],[-0.4379995,51.4578],[-0.4356995,51.4601],[-0.4339995,51.4617],[-0.4270005,51.4649],[-0.4222995,51.4665],[-0.4210005,51.4669],[-0.4177995,51.4688],[-0.4143995,51.4705],[-0.4156995,51.4721],[-0.4160995,51.4723],[-0.4168995,51.4726],[-0.4174995,51.4733],[-0.4173995,51.4745],[-0.4170995,51.4753],[-0.4164995,51.476],[-0.4164005,51.4772],[-0.4166995,51.4786],[-0.4166995,51.4796],[-0.4162995,51.481],[-0.4128995,51.4904],[-0.4082995,51.5012],[-0.4080995,51.5011],[-0.4010995,51.4989],[-0.3939005,51.4972],[-0.3882995,51.4965],[-0.3857995,51.4959],[-0.3839995,51.4957],[-0.3801995,51.4967],[-0.3772995,51.4968],[-0.3764995,51.4955],[-0.3748995,51.4938],[-0.3722995,51.4931],[-0.3720005,51.4924],[-0.3687005,51.4931],[-0.3676995,51.4943],[-0.3616995,51.4976],[-0.3566005,51.5005],[-0.3530995,51.5019],[-0.3516005,51.5024],[-0.3499995,51.5025],[-0.3481995,51.5008],[-0.3471995,51.4998],[-0.3445005,51.4968],[-0.3439995,51.4964],[-0.3425995,51.4964],[-0.3382995,51.4966],[-0.3341005,51.4967],[-0.3305995,51.4972],[-0.3298995,51.4972],[-0.3266005,51.4985],[-0.3248995,51.4973],[-0.3230995,51.4956],[-0.3172995,51.4979],[-0.3157995,51.4963],[-0.3126995,51.4941],[-0.3068995,51.4962],[-0.3066005,51.4987],[-0.3039995,51.4988],[-0.3029995,51.4968],[-0.3010005,51.4981],[-0.3022995,51.5007],[-0.2985995,51.5027],[-0.2941995,51.5035],[-0.2920005,51.5035],[-0.2898995,51.5026],[-0.2880995,51.5025],[-0.2858995,51.5018],[-0.2852995,51.5018],[-0.2843005,51.5021],[-0.2807995,51.5038],[-0.2756995,51.4988],[-0.2720995,51.4964],[-0.2693005,51.4953],[-0.2658995,51.4951],[-0.2620005,51.4954],[-0.2616995,51.4963],[-0.2608995,51.4999],[-0.2610005,51.5013],[-0.2607995,51.5013],[-0.2585995,51.5009],[-0.2568005,51.4998],[-0.2548995,51.4983],[-0.2491005,51.4995],[-0.2482995,51.4994],[-0.2437005,51.4958],[-0.2427995,51.4894],[-0.2441995,51.4873],[-0.2437995,51.4857],[-0.2449995,51.4848],[-0.2466995,51.4829],[-0.2474995,51.4811],[-0.2478995,51.4787],[-0.2485995,51.4759],[-0.2500995,51.4737],[-0.2525995,51.4721],[-0.2553995,51.4713],[-0.2574995,51.4707],[-0.2597995,51.4704],[-0.2616995,51.4705],[-0.2641005,51.4713],[-0.2671995,51.4727],[-0.2691005,51.4741],[-0.2705995,51.4757],[-0.2716005,51.4771],[-0.2726995,51.4791],[-0.2735995,51.4807],[-0.2751995,51.4829],[-0.2768005,51.4842],[-0.2791995,51.4854],[-0.2814995,51.4864],[-0.2835995,51.4867],[-0.2858995,51.4869],[-0.2893995,51.4865],[-0.2924995,51.4859],[-0.2943005,51.4853],[-0.2954995,51.4848],[-0.2968995,51.4832],[-0.2991005,51.4805],[-0.3024995,51.4769],[-0.3057995,51.4744],[-0.3082995,51.4733],[-0.3110005,51.4722],[-0.3147995,51.4712],[-0.3158995,51.4708],[-0.3162995,51.4704],[-0.3166005,51.4697],[-0.3168005,51.4675],[-0.3171995,51.4652],[-0.3195995,51.4657],[-0.3216995,51.4650],[-0.3231995,51.4645],[-0.3235995,51.4633],[-0.3233995,51.4612],[-0.3226995,51.4578],[-0.3228995,51.4575],[-0.3249995,51.4568],[-0.3281995,51.4565],[-0.3299995,51.4559],[-0.3350995,51.4546],[-0.3358995,51.4546],[-0.3368005,51.4551],[-0.3385995,51.4560],[-0.3400995,51.4578],[-0.3408995,51.4582],[-0.3418995,51.4584],[-0.3487005,51.4577],[-0.3497995,51.4575],[-0.3514005,51.4579],[-0.3564005,51.4587],[-0.3591005,51.4589],[-0.3623995,51.4588],[-0.3726995,51.4583],[-0.3735995,51.4578],[-0.3754995,51.4544],[-0.3810995,51.4486],[-0.3825995,51.4473],[-0.3835995,51.4466],[-0.3837005,51.4459],[-0.3831995,51.4450],[-0.3810005,51.4441],[-0.3773995,51.4431],[-0.3749995,51.4429],[-0.3723995,51.4431],[-0.3707995,51.4430],[-0.3696995,51.4426],[-0.3685005,51.4415],[-0.3682995,51.4412],[-0.3725995,51.4391],[-0.3762005,51.4371],[-0.3774995,51.4364],[-0.3774995,51.4358],[-0.3780995,51.4353],[-0.3877995,51.4296],[-0.3824995,51.4236],[-0.3816005,51.4227],[-0.3833995,51.4219],[-0.3851995,51.4194],[-0.3864005,51.4201],[-0.3912005,51.4215],[-0.3951995,51.4227],[-0.3975995,51.4229],[-0.3997995,51.4226],[-0.4024995,51.422],[-0.4045005,51.4213],[-0.4052995,51.4213],[-0.4077995,51.4229],[-0.4098995,51.4252],[-0.4107995,51.4278],[-0.4114995,51.4293],[-0.4122995,51.4306],[-0.4135995,51.4313],[-0.4149995,51.4314],[-0.4168005,51.4308],[-0.4214005,51.4282],[-0.4239995,51.4273],[-0.4255995,51.4268],[-0.4270995,51.4269],[-0.4293995,51.4271],[-0.4348995,51.4286],[-0.4397995,51.43],[-0.4406995,51.4306],[-0.4406995,51.4313],[-0.4405995,51.4344],[-0.4406995,51.4362],[-0.4410005,51.4368],[-0.4418005,51.4375],[-0.4446995,51.4399],[-0.4453995,51.4401],[-0.4529995,51.4393],[-0.4557995,51.4387],[-0.4562005,51.4387],[-0.4564005,51.4390],[-0.4566995,51.4395],[-0.4572995,51.4409]]]]}, properties:{name:"Hounslow"}}, {type:"Feature", geometry:{type:"MultiPolygon", coordinates:[[[[-0.1055995,51.5189],[-0.1064005,51.5211],[-0.1080995,51.5239],[-0.1126995,51.5269],[-0.1148995,51.5301],[-0.1160005,51.5313],[-0.1210005,51.5306],[-0.1214005,51.5312],[-0.1210005,51.5389],[-0.1210005,51.5398],[-0.1243995,51.5415],[-0.1264005,51.5434],[-0.1268995,51.5454],[-0.1272995,51.5468],[-0.1279995,51.5473],[-0.1316995,51.5503],[-0.1351995,51.5531],[-0.1360005,51.5547],[-0.1375995,51.5564],[-0.1387995,51.5583],[-0.1403995,51.5634],[-0.1403995,51.5652],[-0.1396995,51.5686],[-0.1387005,51.5699],[-0.1352995,51.5716],[-0.1308995,51.5740],[-0.1247995,51.5753],[-0.1232995,51.5753],[-0.1210995,51.5754],[-0.1173995,51.5725],[-0.1137995,51.5711],[-0.1080995,51.5683],[-0.1047995,51.5667],[-0.1041005,51.5664],[-0.1031995,51.5658],[-0.1004995,51.5626],[-0.09729952,51.5611],[-0.09339952,51.5605],[-0.09089952,51.5603],[-0.08979952,51.5588],[-0.08999952,51.5543],[-0.08819952000000002,51.5531],[-0.08499952,51.5524],[-0.07789952,51.5514],[-0.07620052,51.5475],[-0.07629952,51.5459],[-0.08239952,51.5459],[-0.08660052,51.5375],[-0.09629951,51.5321],[-0.09579952,51.5283],[-0.08999952,51.5267],[-0.08579952,51.5249],[-0.08579952,51.5232],[-0.08600052,51.5201],[-0.08789952000000002,51.5187],[-0.09719951000000002,51.5227],[-0.09839952000000002,51.5209],[-0.1055995,51.5189]]]]}, properties:{name:"Islington"}}, {type:"Feature", geometry:{type:"MultiPolygon", coordinates:[[[[-0.1762005,51.4753],[-0.1781995,51.4752],[-0.1793995,51.4753],[-0.1826995,51.4762],[-0.1851995,51.4781],[-0.1902995,51.4826],[-0.1931995,51.4854],[-0.1977995,51.4884],[-0.2045005,51.4927],[-0.2093995,51.4962],[-0.2127995,51.4998],[-0.2137005,51.5013],[-0.2141005,51.5025],[-0.2141995,51.5035],[-0.2139995,51.5068],[-0.2139995,51.5082],[-0.2151995,51.5114],[-0.2162995,51.5132],[-0.2226995,51.5180],[-0.2258995,51.5201],[-0.2271995,51.522],[-0.2273995,51.5243],[-0.2272995,51.5249],[-0.2260005,51.5272],[-0.2257995,51.5296],[-0.2257995,51.5307],[-0.2257995,51.531],[-0.2235995,51.5306],[-0.2206995,51.5297],[-0.2187005,51.5291],[-0.2182995,51.5290],[-0.2105995,51.5277],[-0.2074995,51.5260],[-0.2007995,51.5233],[-0.2012995,51.5205],[-0.2026995,51.5204],[-0.2041005,51.5198],[-0.2024995,51.5176],[-0.2018995,51.5179],[-0.2007995,51.5156],[-0.1949995,51.5163],[-0.1939005,51.5127],[-0.1920995,51.5129],[-0.1905995,51.5090],[-0.1905995,51.5059],[-0.1895005,51.5045],[-0.1880995,51.5030],[-0.1850995,51.5029],[-0.1816995,51.5024],[-0.1777995,51.5025],[-0.1776995,51.4985],[-0.1641005,51.4977],[-0.1587005,51.5012],[-0.1553995,51.502],[-0.1545005,51.4997],[-0.1526995,51.4975],[-0.1516995,51.4954],[-0.1524995,51.4951],[-0.1510005,51.4916],[-0.1522995,51.4901],[-0.1504995,51.487],[-0.1500995,51.4857],[-0.1499995,51.4849],[-0.1495005,51.484],[-0.1575995,51.4832],[-0.1624995,51.4826],[-0.1664995,51.482],[-0.1689995,51.4815],[-0.1712995,51.4806],[-0.1727995,51.4795],[-0.1737995,51.4786],[-0.1751995,51.4773],[-0.1762005,51.4753]]]]}, properties:{name:"Kensington and Chelsea"}}, {type:"Feature", geometry:{type:"MultiPolygon", coordinates:[[[[-0.3185995,51.3921],[-0.3187005,51.3929],[-0.3187995,51.3939],[-0.3170995,51.3944],[-0.3139995,51.3973],[-0.3112005,51.3998],[-0.3107995,51.4009],[-0.3102995,51.4024],[-0.3104995,51.4042],[-0.3100995,51.4065],[-0.3091005,51.4082],[-0.3081995,51.4086],[-0.3077995,51.409],[-0.3079995,51.41],[-0.3085995,51.4107],[-0.3095005,51.4137],[-0.3095995,51.4152],[-0.3093995,51.4158],[-0.3080995,51.4183],[-0.3073995,51.4199],[-0.3073995,51.4215],[-0.3082995,51.424],[-0.3095995,51.4256],[-0.3122995,51.4273],[-0.3124995,51.4276],[-0.3124995,51.4279],[-0.3125995,51.4292],[-0.3123995,51.4299],[-0.3112005,51.4339],[-0.3107995,51.4345],[-0.3101995,51.4345],[-0.3066005,51.4341],[-0.3035005,51.4335],[-0.3020005,51.4331],[-0.2993995,51.4321],[-0.2971995,51.4314],[-0.2935005,51.4303],[-0.2910005,51.4295],[-0.2893995,51.429],[-0.2882995,51.4285],[-0.2866005,51.4252],[-0.2856995,51.4243],[-0.2845995,51.4234],[-0.2835005,51.4228],[-0.2826995,51.4225],[-0.2812005,51.4224],[-0.2800995,51.4225],[-0.2797995,51.4227],[-0.2732995,51.4291],[-0.2710005,51.428],[-0.2705995,51.4284],[-0.2687995,51.43],[-0.2564005,51.436],[-0.2518995,51.4382],[-0.2485995,51.4347],[-0.2485005,51.4337],[-0.2491995,51.4327],[-0.2512995,51.4305],[-0.2510995,51.4299],[-0.2491995,51.4275],[-0.2491005,51.4258],[-0.2485005,51.4241],[-0.2466995,51.4212],[-0.2468005,51.4177],[-0.2470005,51.4128],[-0.2473995,51.41],[-0.2470995,51.4088],[-0.2446995,51.4065],[-0.2439995,51.4052],[-0.2439995,51.4037],[-0.2450995,51.4025],[-0.2453995,51.4024],[-0.2457995,51.4023],[-0.2464005,51.4017],[-0.2466995,51.4013],[-0.2471995,51.4],[-0.2471995,51.3980],[-0.2454995,51.3965],[-0.2418995,51.3942],[-0.2402995,51.3927],[-0.2396995,51.3915],[-0.2391005,51.3902],[-0.2389005,51.3902],[-0.2352995,51.3912],[-0.2337005,51.3879],[-0.2351995,51.3875],[-0.2405995,51.3856],[-0.2420005,51.3836],[-0.2431995,51.3804],[-0.2439995,51.3792],[-0.2499995,51.3776],[-0.2554995,51.3775],[-0.2587005,51.3773],[-0.2601995,51.3775],[-0.2626995,51.3765],[-0.2662005,51.3752],[-0.2678995,51.3747],[-0.2693995,51.3738],[-0.2714005,51.3725],[-0.2739995,51.3707],[-0.2757995,51.3693],[-0.2780995,51.3677],[-0.2810995,51.3658],[-0.2843995,51.3643],[-0.2854995,51.3623],[-0.2855995,51.3607],[-0.2874995,51.3584],[-0.2887005,51.3577],[-0.2891005,51.3573],[-0.2900995,51.3551],[-0.2916005,51.3523],[-0.2924995,51.351],[-0.2941995,51.3503],[-0.2973995,51.3488],[-0.2981995,51.3482],[-0.2991995,51.3473],[-0.2997995,51.3462],[-0.3005995,51.3448],[-0.3018995,51.3435],[-0.3032995,51.3417],[-0.3037005,51.3409],[-0.3037995,51.3406],[-0.3035995,51.3393],[-0.3033995,51.3377],[-0.3045005,51.3364],[-0.3076995,51.3350],[-0.3097995,51.333],[-0.3116005,51.3317],[-0.3151995,51.3292],[-0.3178995,51.3279],[-0.3189995,51.3275],[-0.3206995,51.3273],[-0.3231995,51.3272],[-0.3249995,51.3272],[-0.3264995,51.3274],[-0.3275995,51.3282],[-0.3279995,51.3287],[-0.3279995,51.3296],[-0.3277995,51.3308],[-0.3271995,51.333],[-0.3281995,51.344],[-0.3291005,51.353],[-0.3280995,51.3538],[-0.3268995,51.3552],[-0.3235005,51.3587],[-0.3175995,51.3669],[-0.3135005,51.3730],[-0.3106995,51.3785],[-0.3104995,51.3807],[-0.3107995,51.3810],[-0.3160005,51.3874],[-0.3170005,51.3873],[-0.3175995,51.3879],[-0.3181995,51.3890],[-0.3183995,51.3913],[-0.3185995,51.3921]]]]}, properties:{name:"Kingston upon Thames"}}, {type:"Feature", geometry:{type:"MultiPolygon", coordinates:[[[[-0.07939952,51.4202],[-0.08289952,51.4204],[-0.08629952,51.4209],[-0.08809952,51.4212],[-0.09059951,51.4234],[-0.09239952,51.4235],[-0.09579952,51.4232],[-0.1016995,51.423],[-0.1081995,51.4235],[-0.1149995,51.4235],[-0.1189995,51.4207],[-0.1278995,51.4162],[-0.1310995,51.4119],[-0.1312995,51.412],[-0.1360995,51.4136],[-0.1366005,51.4121],[-0.1395995,51.4125],[-0.1420995,51.4134],[-0.1456995,51.415],[-0.1432995,51.4173],[-0.1420995,51.4185],[-0.1387005,51.421],[-0.1381995,51.4218],[-0.1389005,51.4248],[-0.1387005,51.4269],[-0.1387005,51.4308],[-0.1362005,51.4308],[-0.1354995,51.431],[-0.1354995,51.4317],[-0.1357995,51.4343],[-0.1366005,51.4364],[-0.1366005,51.4370],[-0.1345995,51.4390],[-0.1345005,51.4394],[-0.1397995,51.4404],[-0.1403995,51.4405],[-0.1426995,51.4412],[-0.1447995,51.4430],[-0.1454995,51.4449],[-0.1454995,51.4464],[-0.1453995,51.4472],[-0.1437995,51.4489],[-0.1431995,51.4500],[-0.1481995,51.4520],[-0.1473995,51.4551],[-0.1481995,51.458],[-0.1495995,51.461],[-0.1510005,51.4635],[-0.1510005,51.4669],[-0.1502995,51.4683],[-0.1451995,51.4707],[-0.1400995,51.4725],[-0.1358995,51.4746],[-0.1328995,51.4771],[-0.1303995,51.481],[-0.1287005,51.4818],[-0.1295995,51.484],[-0.1296995,51.4842],[-0.1297995,51.4852],[-0.1271995,51.4862],[-0.1246995,51.4877],[-0.1237995,51.4884],[-0.1231995,51.4893],[-0.1220995,51.4912],[-0.1208995,51.4955],[-0.1187005,51.5046],[-0.1175995,51.5063],[-0.1164995,51.5074],[-0.1137005,51.5088],[-0.1112005,51.5094],[-0.1087995,51.5098],[-0.1085995,51.5088],[-0.1085005,51.5079],[-0.1077995,51.502],[-0.1089995,51.4983],[-0.1106995,51.4973],[-0.1100995,51.4950],[-0.1039995,51.4941],[-0.1018995,51.4918],[-0.1073995,51.4866],[-0.1054995,51.4851],[-0.1064995,51.484],[-0.1039005,51.4812],[-0.1062995,51.4799],[-0.09910052,51.477],[-0.09910052,51.4757],[-0.09899952,51.4738],[-0.09850052000000002,51.4725],[-0.09769952,51.4716],[-0.09589951,51.4695],[-0.09430052,51.4703],[-0.09239952,51.4707],[-0.09180052,51.469],[-0.09049952,51.4676],[-0.08950052,51.466],[-0.08950052,51.4631],[-0.09029952,51.4618],[-0.09640051,51.4574],[-0.09899952,51.4553],[-0.09979951,51.4547],[-0.1003995,51.4538],[-0.1004995,51.4527],[-0.1000995,51.4520],[-0.09749952000000003,51.4507],[-0.09499951,51.4481],[-0.09390052,51.4464],[-0.09120052,51.4426],[-0.08919952,51.4384],[-0.08779952,51.4333],[-0.08559952,51.4296],[-0.08410051,51.4287],[-0.08259952,51.4269],[-0.08160052,51.4239],[-0.08049951,51.4238],[-0.08009952,51.4228],[-0.07819952,51.4219],[-0.07779951,51.4217],[-0.07859952000000002,51.4202],[-0.07939952,51.4202]]]]}, properties:{name:"Lambeth"}}, {type:"Feature", geometry:{type:"MultiPolygon", coordinates:[[[[0.02850048,51.4383],[0.02819948,51.4369],[0.02810048,51.4362],[0.02830048,51.4358],[0.03000048,51.4339],[0.03069948,51.4329],[0.03180048,51.4327],[0.03540048,51.4342],[0.03850048,51.4273],[0.03899948,51.4251],[0.03520048,51.4228],[0.02990048,51.4244],[0.02589948,51.427],[0.02299948,51.4273],[0.02049948,51.427],[0.01569948,51.4259],[0.01620048,51.4246],[0.01470048,51.424],[0.01280048,51.4227],[0.01200048,51.4236],[0.01030048,51.4219],[0.008900482,51.4196],[0.008100483,51.4189],[0.006299483,51.4175],[0.004900482,51.4167],[0.002300482,51.4155],[0.001200483,51.4164],[-0.0002995174,51.4179],[-0.001299517,51.4197],[-0.002399517,51.419],[-0.003799517,51.4176],[-0.003799517,51.4174],[-0.003399517,51.4161],[-0.003500517,51.4154],[-0.004199517,51.4145],[-0.007099518,51.4137],[-0.009199518,51.4132],[-0.01029952,51.4132],[-0.01620052,51.4151],[-0.02189952,51.4167],[-0.02239952,51.4174],[-0.02189952,51.4191],[-0.02180052,51.4193],[-0.02539952,51.4215],[-0.02579952,51.4219],[-0.02680052,51.4224],[-0.03189952,51.4242],[-0.03319952,51.4243],[-0.03809952,51.4236],[-0.03910052,51.4225],[-0.04269952,51.4225],[-0.04399952,51.4215],[-0.04870052,51.421],[-0.04859952,51.422],[-0.05309952,51.4212],[-0.05249952,51.4225],[-0.05589952,51.423],[-0.05629952,51.4215],[-0.06759952,51.4266],[-0.07200052,51.4268],[-0.07329952,51.4263],[-0.07509952,51.4255],[-0.07519951,51.4259],[-0.07539952,51.4276],[-0.07559951,51.4304],[-0.07539952,51.4323],[-0.07489952,51.4340],[-0.07430052,51.4349],[-0.07279952,51.4353],[-0.07009952,51.4357],[-0.06839952000000002,51.4363],[-0.06700052,51.4370],[-0.06719952,51.4382],[-0.06789952,51.4412],[-0.06879952,51.4419],[-0.06649952,51.4443],[-0.06309952,51.4483],[-0.05700052,51.4531],[-0.05430052,51.4505],[-0.05329952,51.4501],[-0.05069952,51.4516],[-0.04930052,51.4519],[-0.04769952,51.4516],[-0.04620052,51.4514],[-0.04419952,51.4518],[-0.04200052,51.4532],[-0.04039952,51.4559],[-0.04329952,51.4576],[-0.04479952,51.4590],[-0.04559952,51.4607],[-0.04569952,51.4615],[-0.04620052,51.4628],[-0.04729952,51.4641],[-0.04959952,51.4661],[-0.05039952,51.467],[-0.05120052,51.4691],[-0.05269952,51.4721],[-0.05269952,51.4777],[-0.05379952,51.4789],[-0.05229952,51.4828],[-0.05229952,51.4867],[-0.04979952,51.4883],[-0.04589952,51.4895],[-0.04479952,51.4887],[-0.04359952,51.4889],[-0.04149952,51.4911],[-0.04209952,51.4922],[-0.04169952,51.4926],[-0.04180052,51.494],[-0.04089952,51.4946],[-0.03979952,51.4937],[-0.03439952,51.4928],[-0.03339952,51.4926],[-0.02969952,51.4926],[-0.02779952,51.4925],[-0.02689952,51.491],[-0.02579952,51.4897],[-0.02499952,51.4889],[-0.02549952,51.4877],[-0.02700052,51.4863],[-0.02950052,51.4819],[-0.02519952,51.4811],[-0.02399952,51.4796],[-0.02019952,51.4791],[-0.01879952,51.4794],[-0.01799952,51.4813],[-0.01620052,51.4813],[-0.01680052,51.4788],[-0.02120052,51.4751],[-0.02160052,51.4733],[-0.01339952,51.4679],[-0.01149952,51.4693],[-0.01269952,51.4709],[-0.01189952,51.4719],[-0.008399517,51.4717],[-0.005699518,51.4718],[0.01109948,51.4716],[0.01359948,51.4717],[0.01890048,51.4728],[0.01870048,51.472],[0.01490048,51.4697],[0.01460048,51.4685],[0.01350048,51.4666],[0.009800483,51.4662],[0.01080048,51.461],[0.01170048,51.4577],[0.01260048,51.4568],[0.01420048,51.4565],[0.01799948,51.4556],[0.01850048,51.4512],[0.01299948,51.4509],[0.01379948,51.4502],[0.02000048,51.4491],[0.02180048,51.4460],[0.02240048,51.4414],[0.02410048,51.4392],[0.02730048,51.4391],[0.02819948,51.4385],[0.02850048,51.4383]]]]}, properties:{name:"Lewisham"}}, {type:"Feature", geometry:{type:"MultiPolygon", coordinates:[[[[-0.2337005,51.3879],[-0.2352995,51.3912],[-0.2389005,51.3902],[-0.2391005,51.3902],[-0.2396995,51.3915],[-0.2402995,51.3927],[-0.2418995,51.3942],[-0.2454995,51.3965],[-0.2471995,51.3980],[-0.2471995,51.4],[-0.2466995,51.4013],[-0.2464005,51.4017],[-0.2457995,51.4023],[-0.2453995,51.4024],[-0.2450995,51.4025],[-0.2439995,51.4037],[-0.2439995,51.4052],[-0.2446995,51.4065],[-0.2470995,51.4088],[-0.2473995,51.41],[-0.2470005,51.4128],[-0.2468005,51.4177],[-0.2466995,51.4212],[-0.2485005,51.4241],[-0.2491005,51.4258],[-0.2491995,51.4275],[-0.2510995,51.4299],[-0.2512995,51.4305],[-0.2491995,51.4327],[-0.2485005,51.4337],[-0.2485995,51.4347],[-0.2250995,51.4442],[-0.2243995,51.4444],[-0.2168005,51.4438],[-0.2137995,51.4442],[-0.2128995,51.4439],[-0.2118005,51.4423],[-0.2083995,51.4411],[-0.2058995,51.4412],[-0.2041005,51.4413],[-0.1903995,51.4423],[-0.1897995,51.4419],[-0.1887005,51.4403],[-0.1882995,51.4394],[-0.1879995,51.4386],[-0.1878995,51.4371],[-0.1878995,51.4351],[-0.1887995,51.433],[-0.1885995,51.4319],[-0.1879995,51.4306],[-0.1875995,51.4301],[-0.1858995,51.4296],[-0.1830995,51.4305],[-0.1821995,51.4305],[-0.1812005,51.43],[-0.1824995,51.426],[-0.1822995,51.4258],[-0.1820005,51.4255],[-0.1818995,51.4252],[-0.1812995,51.4248],[-0.1791995,51.4252],[-0.1789995,51.4253],[-0.1746995,51.4243],[-0.1720995,51.423],[-0.1675995,51.4211],[-0.1621995,51.4201],[-0.1616005,51.4204],[-0.1612995,51.4234],[-0.1605995,51.4237],[-0.1555995,51.4219],[-0.1489005,51.4196],[-0.1433995,51.4185],[-0.1420995,51.4185],[-0.1432995,51.4173],[-0.1456995,51.415],[-0.1420995,51.4134],[-0.1395995,51.4125],[-0.1366005,51.4121],[-0.1360995,51.4136],[-0.1312995,51.412],[-0.1310995,51.4119],[-0.1318005,51.4085],[-0.1314005,51.4061],[-0.1273995,51.3995],[-0.1278995,51.3971],[-0.1306995,51.3947],[-0.1316995,51.3936],[-0.1326995,51.3927],[-0.1328995,51.3926],[-0.1347995,51.3919],[-0.1351995,51.3918],[-0.1437995,51.3906],[-0.1443995,51.3904],[-0.1443995,51.3902],[-0.1441005,51.3898],[-0.1435005,51.3891],[-0.1437995,51.3889],[-0.1439995,51.3889],[-0.1545995,51.3906],[-0.1578995,51.3902],[-0.1639005,51.3872],[-0.1676995,51.3904],[-0.1676995,51.3910],[-0.1666995,51.3925],[-0.1668005,51.3929],[-0.1725995,51.3933],[-0.1739005,51.3921],[-0.1764995,51.3899],[-0.1768995,51.3895],[-0.1800995,51.3872],[-0.1821995,51.3859],[-0.1860995,51.3844],[-0.1939005,51.3885],[-0.1950995,51.3878],[-0.1989995,51.3844],[-0.1991995,51.3842],[-0.2027995,51.3862],[-0.2031995,51.3864],[-0.2091995,51.3892],[-0.2095005,51.3893],[-0.2103995,51.3885],[-0.2110005,51.3872],[-0.2128995,51.3849],[-0.2193995,51.3797],[-0.2293005,51.3832],[-0.2302995,51.3837],[-0.2318995,51.3853],[-0.2337005,51.3879]]]]}, properties:{name:"Merton"}}, {type:"Feature", geometry:{type:"MultiPolygon", coordinates:[[[[0.0001004826,51.5087],[-0.003599518,51.5099],[-0.004399518,51.5115],[-0.003099517,51.5153],[-0.002199518,51.5210],[-0.002599517,51.5207],[-0.003199517,51.5194],[-0.003999517,51.5193],[-0.006200518,51.5212],[-0.007699518,51.5219],[-0.008399517,51.5249],[-0.009699518,51.5274],[-0.01239952,51.5299],[-0.01559952,51.535],[-0.01819952,51.5376],[-0.01859952,51.54],[-0.01809952,51.5415],[-0.01739952,51.543],[-0.01719952,51.5445],[-0.01999952,51.5494],[-0.01879952,51.5502],[-0.01640052,51.551],[-0.01189952,51.5519],[-0.008900518,51.5521],[-0.008799518,51.5521],[-0.008099518,51.5507],[-0.007899517,51.5506],[0.004500483,51.5521],[0.005600483,51.5514],[0.008599482,51.5518],[0.009400482,51.5544],[0.01379948,51.5551],[0.01629948,51.5539],[0.02149948,51.5562],[0.02379948,51.5562],[0.02420048,51.5536],[0.02420048,51.553],[0.02680048,51.553],[0.02940048,51.5529],[0.03670048,51.5536],[0.04379948,51.5544],[0.04649948,51.5554],[0.04780048,51.5567],[0.04740048,51.5568],[0.04530048,51.5576],[0.04350048,51.5589],[0.04250048,51.5627],[0.04580048,51.5641],[0.04920048,51.5652],[0.05089948,51.5650],[0.05280048,51.563],[0.05549948,51.5608],[0.05970048,51.5571],[0.06040048,51.5562],[0.06410048,51.5563],[0.06500048,51.5559],[0.06549948,51.5556],[0.06649948,51.5543],[0.06710048,51.5531],[0.06859948,51.5492],[0.06780048,51.5433],[0.06859948,51.541],[0.07060048,51.5375],[0.07410048,51.5319],[0.07470048,51.5314],[0.07609949,51.5304],[0.07700048,51.5298],[0.07790048,51.5294],[0.08010048,51.5283],[0.08390048,51.5267],[0.08510048,51.5265],[0.08620048,51.5263],[0.08730048,51.5262],[0.08830048,51.5264],[0.08960048,51.5266],[0.09060048,51.5264],[0.09160049,51.5261],[0.09250049000000002,51.5258],[0.09299948,51.5251],[0.09330048000000002,51.5227],[0.09420048,51.5213],[0.09530048,51.5197],[0.09580048,51.5183],[0.09660048000000002,51.5164],[0.09710048000000003,51.5147],[0.09690049000000002,51.5128],[0.09379948,51.5128],[0.09220048000000002,51.5125],[0.08980048,51.5119],[0.08560048,51.5105],[0.08319949,51.5084],[0.07960048,51.5039],[0.07649948,51.5010],[0.07430048,51.4989],[0.07010049,51.4973],[0.06710048,51.4965],[0.06190048000000002,51.4961],[0.05760048,51.4959],[0.05010048,51.4957],[0.04220048,51.4962],[0.03450048,51.4957],[0.03190048,51.4958],[0.02609948,51.4958],[0.02250048,51.4959],[0.01930048,51.4967],[0.01530048,51.4983],[0.01240048,51.5005],[0.009600483,51.5031],[0.007000483,51.5051],[0.005000483,51.5059],[0.003199483,51.5065],[0.002000483,51.5065],[0.0008994826,51.5064],[0.0006004826,51.5079],[0.0001004826,51.5087]]]]}, properties:{name:"Newham"}}, {type:"Feature", geometry:{type:"MultiPolygon", coordinates:[[[[0.02149948,51.5562],[0.02140048,51.5564],[0.01819948,51.5591],[0.01450048,51.5594],[0.01500048,51.5641],[0.01660048,51.5643],[0.01790048,51.5644],[0.01920048,51.5650],[0.01950048,51.5673],[0.01819948,51.5706],[0.01710048,51.5731],[0.01730048,51.5787],[0.01670048,51.5837],[0.01670048,51.5849],[0.01560048,51.5895],[0.01330048,51.5943],[0.01280048,51.5966],[0.01359948,51.599],[0.01760048,51.6047],[0.01879948,51.6066],[0.02080048,51.6087],[0.02190048,51.6105],[0.02149948,51.6127],[0.02120048,51.613],[0.01670048,51.6165],[0.01310048,51.618],[0.01280048,51.6188],[0.01230048,51.6196],[0.01560048,51.6211],[0.02140048,51.6250],[0.02190048,51.6255],[0.02350048,51.6284],[0.02430048,51.6277],[0.02710048,51.6259],[0.02980048,51.624],[0.03379948,51.6213],[0.03899948,51.6172],[0.04060048,51.6161],[0.04480048,51.6145],[0.04720048,51.6135],[0.04980048,51.6124],[0.05100048000000002,51.6119],[0.05370048,51.6111],[0.05609948,51.6104],[0.05980048,51.6093],[0.06470048,51.6077],[0.06850048,51.6064],[0.07140049,51.6055],[0.07420048,51.6052],[0.07680048,51.6054],[0.07799948,51.6058],[0.07890049,51.606],[0.08000048,51.6062],[0.08170048,51.6065],[0.08330049,51.6066],[0.08520048,51.6065],[0.08690048000000002,51.6061],[0.08810049000000002,51.606],[0.08960048,51.606],[0.09160049,51.6061],[0.09339948,51.6065],[0.09420048,51.6071],[0.09480048,51.6078],[0.09490048,51.6104],[0.09480048,51.6109],[0.09399948,51.6124],[0.09379948,51.6133],[0.09500048,51.6139],[0.09710048000000003,51.6143],[0.09950048,51.6129],[0.1033995,51.614],[0.1074005,51.6142],[0.1120005,51.6156],[0.1139995,51.6158],[0.1168005,51.6155],[0.1189005,51.6155],[0.1214005,51.6157],[0.1242005,51.6165],[0.1252005,51.617],[0.1347005,51.6231],[0.1367005,51.6212],[0.1387995,51.6183],[0.1404995,51.6154],[0.1424005,51.6116],[0.1441005,51.607],[0.1454005,51.603],[0.1462995,51.5988],[0.1310995,51.5874],[0.1281995,51.5852],[0.1279995,51.5837],[0.1283995,51.5825],[0.1291005,51.5817],[0.1335005,51.5811],[0.1331995,51.5796],[0.1314995,51.5789],[0.1310005,51.5781],[0.1306995,51.5764],[0.1312005,51.5728],[0.1283995,51.5674],[0.1243005,51.5651],[0.1195005,51.5639],[0.1164995,51.5598],[0.1164995,51.5589],[0.1158995,51.5578],[0.1129005,51.5575],[0.1126005,51.557],[0.1133005,51.5558],[0.1100005,51.553],[0.1064995,51.5522],[0.1027005,51.5505],[0.09649948,51.5479],[0.09390048,51.5474],[0.09290048,51.5493],[0.09260048,51.5492],[0.08589948,51.5469],[0.08170048,51.5468],[0.07319948,51.5447],[0.07040048,51.544],[0.06920049,51.5437],[0.06780048,51.5433],[0.06859948,51.5492],[0.06710048,51.5531],[0.06649948,51.5543],[0.06549948,51.5556],[0.06500048,51.5559],[0.06410048,51.5563],[0.06040048,51.5562],[0.05970048,51.5571],[0.05549948,51.5608],[0.05280048,51.563],[0.05089948,51.5650],[0.04920048,51.5652],[0.04580048,51.5641],[0.04250048,51.5627],[0.04350048,51.5589],[0.04530048,51.5576],[0.04740048,51.5568],[0.04780048,51.5567],[0.04649948,51.5554],[0.04379948,51.5544],[0.03670048,51.5536],[0.02940048,51.5529],[0.02680048,51.553],[0.02420048,51.553],[0.02420048,51.5536],[0.02379948,51.5562],[0.02149948,51.5562]]]]}, properties:{name:"Redbridge"}}, {type:"Feature", geometry:{type:"MultiPolygon", coordinates:[[[[-0.3833995,51.4219],[-0.3816005,51.4227],[-0.3824995,51.4236],[-0.3877995,51.4296],[-0.3780995,51.4353],[-0.3774995,51.4358],[-0.3774995,51.4364],[-0.3762005,51.4371],[-0.3725995,51.4391],[-0.3682995,51.4412],[-0.3685005,51.4415],[-0.3696995,51.4426],[-0.3707995,51.4430],[-0.3723995,51.4431],[-0.3749995,51.4429],[-0.3773995,51.4431],[-0.3810005,51.4441],[-0.3831995,51.4450],[-0.3837005,51.4459],[-0.3835995,51.4466],[-0.3825995,51.4473],[-0.3810995,51.4486],[-0.3754995,51.4544],[-0.3735995,51.4578],[-0.3726995,51.4583],[-0.3623995,51.4588],[-0.3591005,51.4589],[-0.3564005,51.4587],[-0.3514005,51.4579],[-0.3497995,51.4575],[-0.3487005,51.4577],[-0.3418995,51.4584],[-0.3408995,51.4582],[-0.3400995,51.4578],[-0.3385995,51.4560],[-0.3368005,51.4551],[-0.3358995,51.4546],[-0.3350995,51.4546],[-0.3299995,51.4559],[-0.3281995,51.4565],[-0.3249995,51.4568],[-0.3228995,51.4575],[-0.3226995,51.4578],[-0.3233995,51.4612],[-0.3235995,51.4633],[-0.3231995,51.4645],[-0.3216995,51.4650],[-0.3195995,51.4657],[-0.3171995,51.4652],[-0.3168005,51.4675],[-0.3166005,51.4697],[-0.3162995,51.4704],[-0.3158995,51.4708],[-0.3147995,51.4712],[-0.3110005,51.4722],[-0.3082995,51.4733],[-0.3057995,51.4744],[-0.3024995,51.4769],[-0.2991005,51.4805],[-0.2968995,51.4832],[-0.2954995,51.4848],[-0.2943005,51.4853],[-0.2924995,51.4859],[-0.2893995,51.4865],[-0.2858995,51.4869],[-0.2835995,51.4867],[-0.2814995,51.4864],[-0.2791995,51.4854],[-0.2768005,51.4842],[-0.2751995,51.4829],[-0.2735995,51.4807],[-0.2726995,51.4791],[-0.2716005,51.4771],[-0.2705995,51.4757],[-0.2691005,51.4741],[-0.2671995,51.4727],[-0.2641005,51.4713],[-0.2616995,51.4705],[-0.2597995,51.4704],[-0.2574995,51.4707],[-0.2553995,51.4713],[-0.2525995,51.4721],[-0.2500995,51.4737],[-0.2485995,51.4759],[-0.2478995,51.4787],[-0.2474995,51.4811],[-0.2466995,51.4829],[-0.2449995,51.4848],[-0.2437995,51.4857],[-0.2414005,51.4869],[-0.2385995,51.4882],[-0.2360005,51.489],[-0.2335005,51.4895],[-0.2310005,51.4891],[-0.2283995,51.4881],[-0.2255995,51.4861],[-0.2241005,51.4839],[-0.2235005,51.4818],[-0.2228995,51.4787],[-0.2226995,51.4771],[-0.2220995,51.4756],[-0.2225995,51.4743],[-0.2229995,51.4739],[-0.2239995,51.4724],[-0.2245005,51.4716],[-0.2273995,51.4723],[-0.2324995,51.4733],[-0.2330995,51.4722],[-0.2360995,51.4651],[-0.2362995,51.4648],[-0.2385995,51.4649],[-0.2448995,51.4653],[-0.2471995,51.4653],[-0.2495005,51.4655],[-0.2507995,51.4655],[-0.2535005,51.4638],[-0.2564005,51.4603],[-0.2579995,51.4574],[-0.2583995,51.4560],[-0.2562995,51.4554],[-0.2552995,51.455],[-0.2548995,51.4547],[-0.2539995,51.4542],[-0.2532995,51.4535],[-0.2449995,51.4476],[-0.2396995,51.4433],[-0.2400995,51.4432],[-0.2518995,51.4382],[-0.2564005,51.436],[-0.2687995,51.43],[-0.2705995,51.4284],[-0.2710005,51.428],[-0.2732995,51.4291],[-0.2797995,51.4227],[-0.2800995,51.4225],[-0.2812005,51.4224],[-0.2826995,51.4225],[-0.2835005,51.4228],[-0.2845995,51.4234],[-0.2856995,51.4243],[-0.2866005,51.4252],[-0.2882995,51.4285],[-0.2893995,51.429],[-0.2910005,51.4295],[-0.2935005,51.4303],[-0.2971995,51.4314],[-0.2993995,51.4321],[-0.3020005,51.4331],[-0.3035005,51.4335],[-0.3066005,51.4341],[-0.3101995,51.4345],[-0.3107995,51.4345],[-0.3112005,51.4339],[-0.3123995,51.4299],[-0.3125995,51.4292],[-0.3124995,51.4279],[-0.3124995,51.4276],[-0.3122995,51.4273],[-0.3095995,51.4256],[-0.3082995,51.424],[-0.3073995,51.4215],[-0.3073995,51.4199],[-0.3080995,51.4183],[-0.3093995,51.4158],[-0.3095995,51.4152],[-0.3095005,51.4137],[-0.3085995,51.4107],[-0.3079995,51.41],[-0.3077995,51.409],[-0.3081995,51.4086],[-0.3091005,51.4082],[-0.3100995,51.4065],[-0.3104995,51.4042],[-0.3102995,51.4024],[-0.3107995,51.4009],[-0.3112005,51.3998],[-0.3139995,51.3973],[-0.3170995,51.3944],[-0.3187995,51.3939],[-0.3210005,51.3935],[-0.3249995,51.3933],[-0.3266005,51.3942],[-0.3281995,51.3954],[-0.3301995,51.3969],[-0.3341995,51.4006],[-0.3373995,51.4038],[-0.3399995,51.4051],[-0.3420005,51.406],[-0.3441995,51.4072],[-0.3487995,51.4096],[-0.3520005,51.4107],[-0.3539995,51.4114],[-0.3570005,51.4122],[-0.3585995,51.4123],[-0.3604995,51.4125],[-0.3635995,51.4122],[-0.3683995,51.4114],[-0.3716005,51.4104],[-0.3753995,51.4093],[-0.3777995,51.409],[-0.3791995,51.4091],[-0.3807995,51.4095],[-0.3870005,51.4101],[-0.3880995,51.4102],[-0.3891995,51.4138],[-0.3885995,51.4142],[-0.3847995,51.4141],[-0.3845005,51.4148],[-0.3851995,51.4194],[-0.3833995,51.4219]]]]}, properties:{name:"Richmond upon Thames"}}, {type:"Feature", geometry:{type:"MultiPolygon", coordinates:[[[[-0.07509952,51.4255],[-0.07739951,51.4224],[-0.07769952,51.4219],[-0.07779951,51.4217],[-0.07819952,51.4219],[-0.08009952,51.4228],[-0.08049951,51.4238],[-0.08160052,51.4239],[-0.08259952,51.4269],[-0.08410051,51.4287],[-0.08559952,51.4296],[-0.08779952,51.4333],[-0.08919952,51.4384],[-0.09120052,51.4426],[-0.09390052,51.4464],[-0.09499951,51.4481],[-0.09749952000000003,51.4507],[-0.1000995,51.4520],[-0.1004995,51.4527],[-0.1003995,51.4538],[-0.09979951,51.4547],[-0.09899952,51.4553],[-0.09640051,51.4574],[-0.09029952,51.4618],[-0.08950052,51.4631],[-0.08950052,51.466],[-0.09049952,51.4676],[-0.09180052,51.469],[-0.09239952,51.4707],[-0.09430052,51.4703],[-0.09589951,51.4695],[-0.09769952,51.4716],[-0.09850052000000002,51.4725],[-0.09899952,51.4738],[-0.09910052,51.4757],[-0.09910052,51.477],[-0.1062995,51.4799],[-0.1039005,51.4812],[-0.1064995,51.484],[-0.1054995,51.4851],[-0.1073995,51.4866],[-0.1018995,51.4918],[-0.1039995,51.4941],[-0.1100995,51.4950],[-0.1106995,51.4973],[-0.1089995,51.4983],[-0.1077995,51.502],[-0.1085005,51.5079],[-0.1085995,51.5088],[-0.1087995,51.5098],[-0.1037995,51.5098],[-0.09809951,51.5098],[-0.09439952,51.5092],[-0.08559952,51.5080],[-0.08309951,51.5075],[-0.07890052,51.5065],[-0.07459952,51.5059],[-0.07019952,51.5045],[-0.06559952,51.5033],[-0.06239952,51.502],[-0.05939952,51.5019],[-0.05749952,51.502],[-0.05559952,51.5026],[-0.05229952,51.5046],[-0.04859952,51.5066],[-0.04649952,51.5075],[-0.04399952,51.5081],[-0.04120052,51.5085],[-0.03859952,51.5086],[-0.03680052,51.5085],[-0.03350052,51.5081],[-0.03109952,51.5070],[-0.03009952000000002,51.5062],[-0.02890052,51.5045],[-0.02870052,51.5013],[-0.02859952,51.4971],[-0.02829952,51.4945],[-0.02779952,51.4925],[-0.02969952,51.4926],[-0.03339952,51.4926],[-0.03439952,51.4928],[-0.03979952,51.4937],[-0.04089952,51.4946],[-0.04180052,51.494],[-0.04169952,51.4926],[-0.04209952,51.4922],[-0.04149952,51.4911],[-0.04359952,51.4889],[-0.04479952,51.4887],[-0.04589952,51.4895],[-0.04979952,51.4883],[-0.05229952,51.4867],[-0.05229952,51.4828],[-0.05379952,51.4789],[-0.05269952,51.4777],[-0.05269952,51.4721],[-0.05120052,51.4691],[-0.05039952,51.467],[-0.04959952,51.4661],[-0.04729952,51.4641],[-0.04620052,51.4628],[-0.04569952,51.4615],[-0.04559952,51.4607],[-0.04479952,51.4590],[-0.04329952,51.4576],[-0.04039952,51.4559],[-0.04200052,51.4532],[-0.04419952,51.4518],[-0.04620052,51.4514],[-0.04769952,51.4516],[-0.04930052,51.4519],[-0.05069952,51.4516],[-0.05329952,51.4501],[-0.05430052,51.4505],[-0.05700052,51.4531],[-0.06309952,51.4483],[-0.06649952,51.4443],[-0.06879952,51.4419],[-0.06789952,51.4412],[-0.06719952,51.4382],[-0.06700052,51.4370],[-0.06839952000000002,51.4363],[-0.07009952,51.4357],[-0.07279952,51.4353],[-0.07430052,51.4349],[-0.07489952,51.4340],[-0.07539952,51.4323],[-0.07559951,51.4304],[-0.07539952,51.4276],[-0.07519951,51.4259],[-0.07509952,51.4255]]]]}, properties:{name:"Southwark"}}, {type:"Feature", geometry:{type:"MultiPolygon", coordinates:[[[[-0.1568005,51.3212],[-0.1582995,51.3226],[-0.1591995,51.3235],[-0.1604995,51.3249],[-0.1616005,51.3273],[-0.1620005,51.3287],[-0.1635005,51.3294],[-0.1645995,51.3298],[-0.1655995,51.3301],[-0.1660995,51.3300],[-0.1662005,51.3300],[-0.1681995,51.3296],[-0.1696995,51.3297],[-0.1701995,51.3299],[-0.1708995,51.3310],[-0.1714995,51.3319],[-0.1722995,51.3333],[-0.1737995,51.3352],[-0.1762995,51.3369],[-0.1812005,51.3401],[-0.1833995,51.3412],[-0.1906995,51.3442],[-0.1920995,51.3452],[-0.1925995,51.3455],[-0.1946995,51.3429],[-0.1971995,51.3418],[-0.1999995,51.3408],[-0.2054995,51.3388],[-0.2060005,51.3386],[-0.2095005,51.3374],[-0.2096995,51.3365],[-0.2093995,51.3336],[-0.2095005,51.3329],[-0.2107995,51.3304],[-0.2114995,51.3301],[-0.2150995,51.3299],[-0.2187005,51.3302],[-0.2202995,51.3310],[-0.2241005,51.3348],[-0.2280995,51.3366],[-0.2281995,51.3376],[-0.2264005,51.3392],[-0.2212995,51.3421],[-0.2177995,51.3442],[-0.2168005,51.3449],[-0.2160995,51.3456],[-0.2158995,51.346],[-0.2157995,51.3465],[-0.2156995,51.3484],[-0.2160005,51.3495],[-0.2185005,51.3538],[-0.2210995,51.3581],[-0.2230995,51.3601],[-0.2245995,51.3617],[-0.2256995,51.3624],[-0.2271995,51.3632],[-0.2283995,51.364],[-0.2298995,51.3657],[-0.2318995,51.3672],[-0.2341995,51.368],[-0.2385995,51.3691],[-0.2397995,51.3663],[-0.2450995,51.3679],[-0.2445005,51.3694],[-0.2441005,51.3721],[-0.2439995,51.3746],[-0.2437995,51.3765],[-0.2439995,51.3792],[-0.2431995,51.3804],[-0.2420005,51.3836],[-0.2405995,51.3856],[-0.2351995,51.3875],[-0.2337005,51.3879],[-0.2318995,51.3853],[-0.2302995,51.3837],[-0.2293005,51.3832],[-0.2193995,51.3797],[-0.2128995,51.3849],[-0.2110005,51.3872],[-0.2103995,51.3885],[-0.2095005,51.3893],[-0.2091995,51.3892],[-0.2031995,51.3864],[-0.2027995,51.3862],[-0.1991995,51.3842],[-0.1989995,51.3844],[-0.1950995,51.3878],[-0.1939005,51.3885],[-0.1860995,51.3844],[-0.1821995,51.3859],[-0.1800995,51.3872],[-0.1768995,51.3895],[-0.1764995,51.3899],[-0.1739005,51.3921],[-0.1725995,51.3933],[-0.1668005,51.3929],[-0.1666995,51.3925],[-0.1676995,51.3910],[-0.1676995,51.3904],[-0.1639005,51.3872],[-0.1578995,51.3902],[-0.1545995,51.3906],[-0.1439995,51.3889],[-0.1437995,51.3889],[-0.1435005,51.3891],[-0.1441005,51.3898],[-0.1443995,51.3902],[-0.1443995,51.3904],[-0.1437995,51.3906],[-0.1351995,51.3918],[-0.1347995,51.3919],[-0.1328995,51.3926],[-0.1326995,51.3927],[-0.1312005,51.3858],[-0.1293005,51.3811],[-0.1271995,51.3781],[-0.1247995,51.3704],[-0.1231995,51.3642],[-0.1248995,51.364],[-0.1224995,51.3622],[-0.1214005,51.3612],[-0.1243995,51.3592],[-0.1243995,51.3563],[-0.1214995,51.3564],[-0.1212005,51.3547],[-0.1204995,51.3531],[-0.1195005,51.3522],[-0.1205995,51.3476],[-0.1253995,51.3473],[-0.1268995,51.3486],[-0.1287005,51.3492],[-0.1296995,51.35],[-0.1318995,51.3479],[-0.1353995,51.3465],[-0.1391005,51.3459],[-0.1430995,51.3446],[-0.1426995,51.3429],[-0.1454995,51.3405],[-0.1454995,51.3401],[-0.1457995,51.3400],[-0.1476995,51.3396],[-0.1468995,51.3363],[-0.1456995,51.3321],[-0.1449995,51.3313],[-0.1429995,51.3316],[-0.1422995,51.3301],[-0.1422995,51.3294],[-0.1431995,51.3276],[-0.1452995,51.3237],[-0.1476995,51.3241],[-0.1514995,51.3231],[-0.1535995,51.3224],[-0.1566995,51.3212],[-0.1568005,51.3212]]]]}, properties:{name:"Sutton"}}, {type:"Feature", geometry:{type:"MultiPolygon", coordinates:[[[[0.0008994826,51.5064],[-0.0004995174,51.5061],[-0.002099518,51.5051],[-0.003500517,51.5041],[-0.004500518,51.5030],[-0.004899518,51.5019],[-0.005099517,51.5002],[-0.004500518,51.4986],[-0.001899517,51.4962],[0.0004004826,51.4953],[0.001299483,51.4944],[0.001600483,51.4939],[0.001900483,51.4924],[0.002100483,51.4912],[0.001900483,51.4904],[0.001600483,51.4897],[0.001099483,51.4888],[0.0004994826,51.4882],[-0.002399517,51.4874],[-0.003700517,51.4865],[-0.004999517,51.4856],[-0.007099518,51.4851],[-0.009500518,51.4847],[-0.01200052,51.4845],[-0.01430052,51.4846],[-0.01739952,51.4851],[-0.01979952,51.4858],[-0.02319952000000002,51.4876],[-0.02499952,51.4889],[-0.02579952,51.4897],[-0.02689952,51.491],[-0.02779952,51.4925],[-0.02829952,51.4945],[-0.02859952,51.4971],[-0.02870052,51.5013],[-0.02890052,51.5045],[-0.03009952000000002,51.5062],[-0.03109952,51.5070],[-0.03350052,51.5081],[-0.03680052,51.5085],[-0.03859952,51.5086],[-0.04120052,51.5085],[-0.04399952,51.5081],[-0.04649952,51.5075],[-0.04859952,51.5066],[-0.05229952,51.5046],[-0.05559952,51.5026],[-0.05749952,51.502],[-0.05939952,51.5019],[-0.06239952,51.502],[-0.06559952,51.5033],[-0.07019952,51.5045],[-0.07459952,51.5059],[-0.07890052,51.5065],[-0.08309951,51.5075],[-0.08559952,51.5080],[-0.08509952,51.5091],[-0.08479952,51.5098],[-0.08469952,51.5100],[-0.08299952,51.5113],[-0.08200052,51.5114],[-0.07450052,51.5125],[-0.06959952,51.5131],[-0.06989951,51.5137],[-0.07249952,51.5169],[-0.07669952,51.5205],[-0.07789952,51.5214],[-0.07779951,51.5215],[-0.07669952,51.5223],[-0.07620052,51.5233],[-0.07629952,51.5271],[-0.07569952000000002,51.5299],[-0.07350051,51.5307],[-0.06879952,51.5316],[-0.06719952,51.532],[-0.06579952,51.5338],[-0.06430051,51.5341],[-0.06249952,51.5367],[-0.06160052,51.5361],[-0.06029952,51.5348],[-0.05319952,51.5353],[-0.05149952,51.5366],[-0.05049952,51.5366],[-0.04899952,51.5357],[-0.04749952,51.5359],[-0.04509952,51.5363],[-0.04180052,51.5368],[-0.03950052,51.5379],[-0.03620052,51.5407],[-0.03379952,51.5435],[-0.03289952,51.5442],[-0.03069952,51.5443],[-0.02779952,51.5434],[-0.02239952,51.5444],[-0.01719952,51.5445],[-0.01739952,51.543],[-0.01809952,51.5415],[-0.01859952,51.54],[-0.01819952,51.5376],[-0.01559952,51.535],[-0.01239952,51.5299],[-0.009699518,51.5274],[-0.008399517,51.5249],[-0.007699518,51.5219],[-0.006200518,51.5212],[-0.003999517,51.5193],[-0.003199517,51.5194],[-0.002599517,51.5207],[-0.002199518,51.5210],[-0.003099517,51.5153],[-0.004399518,51.5115],[-0.003599518,51.5099],[0.0001004826,51.5087],[0.0006004826,51.5079],[0.0008994826,51.5064]]]]}, properties:{name:"Tower Hamlets"}}, {type:"Feature", geometry:{type:"MultiPolygon", coordinates:[[[[-0.01640052,51.551],[-0.01910052,51.5545],[-0.02129952,51.5557],[-0.02410052,51.5571],[-0.02499952,51.5583],[-0.02779952,51.5594],[-0.02930052,51.5596],[-0.03120052,51.5599],[-0.03279952,51.5594],[-0.03410052,51.5595],[-0.03819952,51.56],[-0.04120052,51.5603],[-0.04509952,51.5617],[-0.04589952,51.5620],[-0.04739952,51.5641],[-0.04850052,51.5661],[-0.05169952,51.5689],[-0.05299952,51.5701],[-0.05430052,51.5701],[-0.05620052,51.5699],[-0.05749952,51.5699],[-0.05870052,51.5713],[-0.05969952,51.5737],[-0.06039952,51.5753],[-0.06189952,51.5780],[-0.06200052,51.5783],[-0.06229952,51.5797],[-0.06439952,51.58],[-0.06479952,51.5818],[-0.06160052,51.5826],[-0.05769952,51.5844],[-0.05709952,51.5867],[-0.05700052,51.592],[-0.05489952,51.5919],[-0.05430052,51.5936],[-0.05609952,51.5946],[-0.05549952,51.5962],[-0.05259952,51.5956],[-0.05120052,51.5981],[-0.04799952,51.5995],[-0.04680052,51.6001],[-0.04700052,51.6023],[-0.04359952,51.6046],[-0.04329952,51.6054],[-0.04120052,51.6054],[-0.03629952,51.6079],[-0.03399952,51.609],[-0.03269952,51.6093],[-0.03049952,51.6132],[-0.02689952,51.6181],[-0.02479952,51.6208],[-0.02269952,51.6237],[-0.02149952,51.6261],[-0.02039952,51.627],[-0.01899952,51.6277],[-0.01709952,51.6297],[-0.01450052,51.6313],[-0.01269952,51.6329],[-0.01289952,51.6349],[-0.01229952,51.6363],[-0.01160052,51.6378],[-0.01109952,51.6420],[-0.01089952,51.6433],[-0.009999517,51.6445],[-0.009599517,51.6485],[-0.006499517,51.6477],[-0.004100517,51.6472],[-0.003299518,51.6467],[-0.002000517,51.6445],[-0.0003995174,51.6434],[0.0004004826,51.6435],[0.001099483,51.6442],[0.001700483,51.6447],[0.002600483,51.6445],[0.003300483,51.6436],[0.003700483,51.6428],[0.004500483,51.6422],[0.006900482,51.6417],[0.01270048,51.6416],[0.01660048,51.6416],[0.02040048,51.6415],[0.02149948,51.6417],[0.02350048,51.6423],[0.02420048,51.6419],[0.02450048,51.6412],[0.02460048,51.6398],[0.02530048,51.6374],[0.02569948,51.6337],[0.02540048,51.6326],[0.02350048,51.6284],[0.02190048,51.6255],[0.02140048,51.6250],[0.01560048,51.6211],[0.01230048,51.6196],[0.01280048,51.6188],[0.01310048,51.618],[0.01670048,51.6165],[0.02120048,51.613],[0.02149948,51.6127],[0.02190048,51.6105],[0.02080048,51.6087],[0.01879948,51.6066],[0.01760048,51.6047],[0.01359948,51.599],[0.01280048,51.5966],[0.01330048,51.5943],[0.01560048,51.5895],[0.01670048,51.5849],[0.01670048,51.5837],[0.01730048,51.5787],[0.01710048,51.5731],[0.01819948,51.5706],[0.01950048,51.5673],[0.01920048,51.5650],[0.01790048,51.5644],[0.01660048,51.5643],[0.01500048,51.5641],[0.01450048,51.5594],[0.01819948,51.5591],[0.02140048,51.5564],[0.02149948,51.5562],[0.01629948,51.5539],[0.01379948,51.5551],[0.009400482,51.5544],[0.008599482,51.5518],[0.005600483,51.5514],[0.004500483,51.5521],[-0.007899517,51.5506],[-0.008099518,51.5507],[-0.008799518,51.5521],[-0.008900518,51.5521],[-0.01189952,51.5519],[-0.01640052,51.551]]]]}, properties:{name:"Waltham Forest"}}, {type:"Feature", geometry:{type:"MultiPolygon", coordinates:[[[[-0.2518995,51.4382],[-0.2400995,51.4432],[-0.2396995,51.4433],[-0.2449995,51.4476],[-0.2532995,51.4535],[-0.2539995,51.4542],[-0.2548995,51.4547],[-0.2552995,51.455],[-0.2562995,51.4554],[-0.2583995,51.4560],[-0.2579995,51.4574],[-0.2564005,51.4603],[-0.2535005,51.4638],[-0.2507995,51.4655],[-0.2495005,51.4655],[-0.2471995,51.4653],[-0.2448995,51.4653],[-0.2385995,51.4649],[-0.2362995,51.4648],[-0.2360995,51.4651],[-0.2330995,51.4722],[-0.2324995,51.4733],[-0.2273995,51.4723],[-0.2245005,51.4716],[-0.2239995,51.4724],[-0.2229995,51.4739],[-0.2225995,51.4743],[-0.2220995,51.4756],[-0.2212995,51.4743],[-0.2189995,51.4719],[-0.2177995,51.4709],[-0.2160995,51.4695],[-0.2127995,51.4678],[-0.2091995,51.4665],[-0.2070995,51.4658],[-0.2045005,51.4652],[-0.1997995,51.4642],[-0.1971995,51.4638],[-0.1941995,51.4636],[-0.1900995,51.4636],[-0.1874995,51.4641],[-0.1860005,51.4648],[-0.1837995,51.4662],[-0.1814995,51.4682],[-0.1780995,51.4721],[-0.1762005,51.4753],[-0.1751995,51.4773],[-0.1737995,51.4786],[-0.1727995,51.4795],[-0.1712995,51.4806],[-0.1689995,51.4815],[-0.1664995,51.482],[-0.1624995,51.4826],[-0.1575995,51.4832],[-0.1495005,51.484],[-0.1460005,51.4843],[-0.1435995,51.4843],[-0.1366995,51.4838],[-0.1335005,51.484],[-0.1297995,51.4852],[-0.1296995,51.4842],[-0.1295995,51.484],[-0.1287005,51.4818],[-0.1303995,51.481],[-0.1328995,51.4771],[-0.1358995,51.4746],[-0.1400995,51.4725],[-0.1451995,51.4707],[-0.1502995,51.4683],[-0.1510005,51.4669],[-0.1510005,51.4635],[-0.1495995,51.461],[-0.1481995,51.458],[-0.1473995,51.4551],[-0.1481995,51.4520],[-0.1431995,51.4500],[-0.1437995,51.4489],[-0.1453995,51.4472],[-0.1454995,51.4464],[-0.1454995,51.4449],[-0.1447995,51.4430],[-0.1426995,51.4412],[-0.1403995,51.4405],[-0.1397995,51.4404],[-0.1345005,51.4394],[-0.1345995,51.4390],[-0.1366005,51.4370],[-0.1366005,51.4364],[-0.1357995,51.4343],[-0.1354995,51.4317],[-0.1354995,51.431],[-0.1362005,51.4308],[-0.1387005,51.4308],[-0.1387005,51.4269],[-0.1389005,51.4248],[-0.1381995,51.4218],[-0.1387005,51.421],[-0.1420995,51.4185],[-0.1433995,51.4185],[-0.1489005,51.4196],[-0.1555995,51.4219],[-0.1605995,51.4237],[-0.1612995,51.4234],[-0.1616005,51.4204],[-0.1621995,51.4201],[-0.1675995,51.4211],[-0.1720995,51.423],[-0.1746995,51.4243],[-0.1789995,51.4253],[-0.1791995,51.4252],[-0.1812995,51.4248],[-0.1818995,51.4252],[-0.1820005,51.4255],[-0.1822995,51.4258],[-0.1824995,51.426],[-0.1812005,51.43],[-0.1821995,51.4305],[-0.1830995,51.4305],[-0.1858995,51.4296],[-0.1875995,51.4301],[-0.1879995,51.4306],[-0.1885995,51.4319],[-0.1887995,51.433],[-0.1878995,51.4351],[-0.1878995,51.4371],[-0.1879995,51.4386],[-0.1882995,51.4394],[-0.1887005,51.4403],[-0.1897995,51.4419],[-0.1903995,51.4423],[-0.2041005,51.4413],[-0.2058995,51.4412],[-0.2083995,51.4411],[-0.2118005,51.4423],[-0.2128995,51.4439],[-0.2137995,51.4442],[-0.2168005,51.4438],[-0.2243995,51.4444],[-0.2250995,51.4442],[-0.2485995,51.4347],[-0.2518995,51.4382]]]]}, properties:{name:"Wandsworth"}}, {type:"Feature", geometry:{type:"MultiPolygon", coordinates:[[[[-0.1112005,51.5094],[-0.1114005,51.5106],[-0.1114995,51.5108],[-0.1126995,51.5139],[-0.1124995,51.5140],[-0.1120005,51.5143],[-0.1137005,51.5180],[-0.1137005,51.519],[-0.1093995,51.519],[-0.1055995,51.5189],[-0.09839952000000002,51.5209],[-0.09719951000000002,51.5227],[-0.08789952000000002,51.5187],[-0.08600052,51.5201],[-0.07950052,51.522],[-0.07789952,51.5214],[-0.07669952,51.5205],[-0.07249952,51.5169],[-0.06989951,51.5137],[-0.06959952,51.5131],[-0.07450052,51.5125],[-0.08200052,51.5114],[-0.08299952,51.5113],[-0.08469952,51.5100],[-0.08479952,51.5098],[-0.08509952,51.5091],[-0.08559952,51.5080],[-0.09439952,51.5092],[-0.09809951,51.5098],[-0.1037995,51.5098],[-0.1087995,51.5098],[-0.1112005,51.5094]]]]}, properties:{name:"City of London"}}, {type:"Feature", geometry:{type:"MultiPolygon", coordinates:[[[[-2.689501,51.3275],[-2.6872,51.3309],[-2.695699,51.3349],[-2.703799,51.3363],[-2.706201,51.3371],[-2.706401,51.3380],[-2.7045,51.3415],[-2.702001,51.3445],[-2.7002,51.3443],[-2.6991,51.3445],[-2.6984,51.3446],[-2.69770,51.3448],[-2.69720,51.3451],[-2.6965,51.3456],[-2.6947,51.3478],[-2.6933,51.3493],[-2.69240,51.3504],[-2.6919,51.3516],[-2.6917,51.3528],[-2.6919,51.3536],[-2.6925,51.3553],[-2.693,51.3575],[-2.6944,51.3575],[-2.6945,51.3587],[-2.6963,51.3587],[-2.696001,51.3597],[-2.696899,51.3599],[-2.697001,51.3601],[-2.697001,51.3604],[-2.6963,51.3612],[-2.695199,51.3628],[-2.694999,51.3639],[-2.695199,51.3657],[-2.696899,51.3658],[-2.697001,51.3673],[-2.6963,51.3672],[-2.69640,51.3678],[-2.6953,51.3677],[-2.695199,51.3686],[-2.6954,51.3731],[-2.694999,51.3773],[-2.693599,51.3795],[-2.693399,51.3802],[-2.689501,51.3803],[-2.6888,51.3783],[-2.687799,51.3772],[-2.687599,51.3746],[-2.68630,51.3691],[-2.686001,51.3682],[-2.683901,51.3688],[-2.6828,51.3666],[-2.681401,51.3664],[-2.681499,51.3645],[-2.681299,51.3608],[-2.6786,51.3608],[-2.677999,51.3616],[-2.6759,51.362],[-2.674799,51.3617],[-2.673599,51.3617],[-2.6726,51.3622],[-2.671401,51.3618],[-2.671401,51.3586],[-2.6724,51.359],[-2.6766,51.3573],[-2.6763,51.3555],[-2.6756,51.3554],[-2.6756,51.3539],[-2.677299,51.3541],[-2.6779,51.3539],[-2.67810,51.3533],[-2.6768,51.3511],[-2.676899,51.35],[-2.676899,51.3491],[-2.6767,51.3483],[-2.676201,51.3476],[-2.6756,51.347],[-2.674999,51.3465],[-2.6745,51.3463],[-2.674101,51.3463],[-2.673701,51.347],[-2.6733,51.347],[-2.672699,51.3461],[-2.671299,51.3461],[-2.671401,51.3449],[-2.673199,51.3447],[-2.6738,51.3435],[-2.675299,51.3435],[-2.675499,51.3444],[-2.6772,51.3444],[-2.677299,51.3416],[-2.6772,51.3412],[-2.673901,51.3411],[-2.673,51.3407],[-2.672499,51.3397],[-2.672199,51.3388],[-2.671601,51.3389],[-2.6687,51.3424],[-2.6682,51.3425],[-2.662199,51.3400],[-2.653701,51.3427],[-2.6533,51.3433],[-2.653501,51.3473],[-2.653399,51.3515],[-2.6526,51.3531],[-2.6533,51.3548],[-2.652999,51.3569],[-2.651801,51.3668],[-2.650599,51.3682],[-2.649301,51.3696],[-2.6486,51.371],[-2.6475,51.3724],[-2.6465,51.3736],[-2.6454,51.3744],[-2.6419,51.3767],[-2.641001,51.3762],[-2.639899,51.3772],[-2.638799,51.3763],[-2.639501,51.3751],[-2.638999,51.3747],[-2.638,51.3753],[-2.63620,51.3767],[-2.634799,51.3759],[-2.634,51.3768],[-2.6331,51.3764],[-2.632499,51.3772],[-2.632299,51.3779],[-2.632499,51.3783],[-2.633701,51.3795],[-2.634599,51.38],[-2.634501,51.3805],[-2.6282,51.3869],[-2.6229,51.3851],[-2.621601,51.3835],[-2.620199,51.3831],[-2.6199,51.3822],[-2.6199,51.3813],[-2.617899,51.3807],[-2.6163,51.3811],[-2.6163,51.3826],[-2.614799,51.3822],[-2.6138,51.3836],[-2.613701,51.3851],[-2.623501,51.3880],[-2.6228,51.3887],[-2.6217,51.3899],[-2.618599,51.3913],[-2.616699,51.3918],[-2.6162,51.3903],[-2.615299,51.3897],[-2.6139,51.3895],[-2.6122,51.3896],[-2.612,51.3903],[-2.609999,51.3903],[-2.609999,51.3895],[-2.607599,51.3894],[-2.607599,51.3905],[-2.6059,51.3907],[-2.6055,51.3888],[-2.604199,51.3887],[-2.604199,51.3912],[-2.603501,51.3927],[-2.6024,51.3930],[-2.601201,51.3930],[-2.6005,51.3925],[-2.598701,51.3929],[-2.5985,51.3921],[-2.5975,51.3923],[-2.597001,51.3934],[-2.594301,51.3933],[-2.5939,51.3936],[-2.5941,51.3950],[-2.592799,51.3948],[-2.5919,51.3936],[-2.5897,51.3946],[-2.5918,51.3983],[-2.5882,51.4003],[-2.587199,51.4002],[-2.585799,51.4011],[-2.584899,51.4006],[-2.5838,51.4009],[-2.5782,51.4009],[-2.576601,51.4017],[-2.572599,51.4001],[-2.5699,51.4037],[-2.564301,51.4044],[-2.5615,51.4129],[-2.5597,51.4132],[-2.5593,51.4124],[-2.556,51.4123],[-2.5557,51.412],[-2.555399,51.4102],[-2.548,51.4084],[-2.544101,51.4077],[-2.5416,51.4073],[-2.5408,51.4076],[-2.5351,51.4116],[-2.534699,51.4125],[-2.534501,51.4136],[-2.5344,51.4149],[-2.5334,51.4153],[-2.5301,51.4154],[-2.5292,51.416],[-2.529,51.4177],[-2.5265,51.4179],[-2.5267,51.4175],[-2.524301,51.4181],[-2.524101,51.4191],[-2.522599,51.4194],[-2.5229,51.4212],[-2.523099,51.4229],[-2.524199,51.4248],[-2.5246,51.4259],[-2.524199,51.4267],[-2.523099,51.4274],[-2.5209,51.4285],[-2.5202,51.4296],[-2.5206,51.4301],[-2.5216,51.4307],[-2.523299,51.4318],[-2.5246,51.4328],[-2.526,51.4348],[-2.5255,51.4354],[-2.52510,51.4357],[-2.5229,51.4338],[-2.5215,51.4327],[-2.5199,51.4319],[-2.517,51.4309],[-2.5134,51.4302],[-2.51,51.4295],[-2.50810,51.429],[-2.507,51.4285],[-2.50680,51.4281],[-2.5072,51.4267],[-2.5072,51.426],[-2.5069,51.4255],[-2.506201,51.4251],[-2.505399,51.425],[-2.504699,51.4252],[-2.503299,51.4263],[-2.501899,51.4273],[-2.500799,51.4278],[-2.498199,51.4285],[-2.496001,51.4289],[-2.493799,51.4293],[-2.4921,51.4294],[-2.4913,51.4292],[-2.490099,51.4285],[-2.488199,51.4272],[-2.4874,51.4266],[-2.487299,51.4259],[-2.4876,51.4253],[-2.489,51.4237],[-2.4902,51.4222],[-2.490499,51.4216],[-2.4907,51.4209],[-2.4906,51.4199],[-2.490099,51.419],[-2.4893,51.4181],[-2.488501,51.4178],[-2.4877,51.4179],[-2.487099,51.4183],[-2.486099,51.4194],[-2.485199,51.42],[-2.4842,51.4204],[-2.4825,51.4209],[-2.48,51.4214],[-2.479,51.4215],[-2.478199,51.4213],[-2.477299,51.4206],[-2.475899,51.4197],[-2.4744,51.4189],[-2.472699,51.4187],[-2.471801,51.4184],[-2.4709,51.4178],[-2.469899,51.4172],[-2.4687,51.4167],[-2.4679,51.4166],[-2.465199,51.4168],[-2.463,51.4172],[-2.461401,51.4171],[-2.4602,51.4169],[-2.459301,51.4169],[-2.4583,51.4173],[-2.456201,51.4182],[-2.454999,51.4184],[-2.453701,51.4182],[-2.451801,51.4179],[-2.449899,51.4177],[-2.4484,51.4178],[-2.4463,51.4182],[-2.446201,51.4186],[-2.44580,51.4198],[-2.4451,51.4219],[-2.443901,51.4226],[-2.441299,51.4229],[-2.4388,51.4237],[-2.4361,51.4242],[-2.434,51.4247],[-2.4319,51.4247],[-2.426899,51.4245],[-2.424999,51.4248],[-2.423399,51.4254],[-2.417001,51.4279],[-2.415699,51.4278],[-2.4101,51.4272],[-2.4087,51.4277],[-2.4029,51.4308],[-2.401201,51.4312],[-2.3979,51.4311],[-2.3963,51.4311],[-2.39,51.4326],[-2.388,51.4329],[-2.385799,51.432],[-2.3826,51.4311],[-2.3805,51.4322],[-2.379301,51.4325],[-2.376601,51.4317],[-2.373199,51.4336],[-2.3699,51.4347],[-2.366899,51.4353],[-2.365299,51.4351],[-2.364,51.4344],[-2.3627,51.4334],[-2.3615,51.4334],[-2.3603,51.4339],[-2.359699,51.4345],[-2.358901,51.4356],[-2.357399,51.436],[-2.352999,51.4369],[-2.3452,51.4390],[-2.3413,51.4391],[-2.337199,51.4389],[-2.3329,51.4384],[-2.327699,51.4371],[-2.322999,51.4353],[-2.318099,51.4326],[-2.3137,51.4311],[-2.312099,51.4296],[-2.312099,51.4285],[-2.3124,51.4263],[-2.312799,51.424],[-2.312599,51.423],[-2.312001,51.4227],[-2.311001,51.4228],[-2.308701,51.4246],[-2.307001,51.4252],[-2.303999,51.4254],[-2.302001,51.4265],[-2.3013,51.4272],[-2.297699,51.4302],[-2.2967,51.4302],[-2.2914,51.4298],[-2.2923,51.4263],[-2.287699,51.4254],[-2.2834,51.4243],[-2.2809,51.4192],[-2.2791,51.4153],[-2.288,51.4053],[-2.284501,51.3997],[-2.285,51.3955],[-2.2851,51.3951],[-2.2911,51.3943],[-2.296,51.3933],[-2.296201,51.3929],[-2.296,51.3912],[-2.296099,51.3892],[-2.296,51.3869],[-2.295599,51.3861],[-2.2925,51.3823],[-2.2914,51.3803],[-2.290699,51.3783],[-2.290699,51.3753],[-2.2915,51.3722],[-2.2934,51.37],[-2.2969,51.366],[-2.298399,51.3648],[-2.299599,51.3641],[-2.300499,51.3637],[-2.3039,51.363],[-2.305799,51.3625],[-2.3067,51.361],[-2.3083,51.3593],[-2.308901,51.3578],[-2.3095,51.3579],[-2.312001,51.358],[-2.3175,51.3576],[-2.321001,51.3574],[-2.3236,51.3558],[-2.3252,51.3554],[-2.327001,51.3544],[-2.329101,51.3534],[-2.336,51.3514],[-2.3383,51.3505],[-2.340899,51.3489],[-2.343199,51.3474],[-2.3437,51.3464],[-2.3437,51.3457],[-2.3429,51.3451],[-2.3397,51.3448],[-2.3375,51.3447],[-2.3359,51.3447],[-2.33470,51.3454],[-2.3338,51.3456],[-2.331201,51.3458],[-2.328799,51.3463],[-2.326401,51.3471],[-2.325,51.3473],[-2.322999,51.3473],[-2.3203,51.3468],[-2.3183,51.3452],[-2.3131,51.3422],[-2.3116,51.3423],[-2.3092,51.3429],[-2.307199,51.3435],[-2.3055,51.3434],[-2.3038,51.344],[-2.3022,51.3449],[-2.3011,51.345],[-2.2988,51.3438],[-2.297899,51.3425],[-2.297899,51.3417],[-2.299,51.3399],[-2.299,51.3394],[-2.2978,51.3384],[-2.2969,51.3380],[-2.2973,51.3376],[-2.298701,51.3379],[-2.299599,51.3379],[-2.3004,51.3378],[-2.301001,51.3378],[-2.3017,51.3375],[-2.302099,51.3368],[-2.3022,51.336],[-2.3022,51.3355],[-2.3017,51.3342],[-2.3009,51.3334],[-2.2988,51.3331],[-2.294699,51.3314],[-2.292001,51.3309],[-2.289799,51.3308],[-2.287899,51.3304],[-2.285599,51.3266],[-2.2927,51.3247],[-2.3206,51.316],[-2.3278,51.3112],[-2.333501,51.3104],[-2.336299,51.3117],[-2.3411,51.3129],[-2.367899,51.3037],[-2.381099,51.3012],[-2.385099,51.2956],[-2.388299,51.2973],[-2.3958,51.3065],[-2.399101,51.3048],[-2.4019,51.3036],[-2.4049,51.3019],[-2.407399,51.3002],[-2.4086,51.2998],[-2.4126,51.2992],[-2.4164,51.2975],[-2.419101,51.2966],[-2.43,51.2879],[-2.4349,51.2863],[-2.43840,51.2844],[-2.442699,51.2836],[-2.4464,51.2823],[-2.4472,51.2819],[-2.452699,51.2788],[-2.453399,51.2781],[-2.466201,51.2747],[-2.4704,51.2756],[-2.4768,51.2758],[-2.4889,51.2768],[-2.493999,51.278],[-2.501601,51.2809],[-2.501601,51.2835],[-2.501,51.2916],[-2.505599,51.2928],[-2.512599,51.294],[-2.5174,51.2943],[-2.5253,51.2943],[-2.531801,51.2946],[-2.5383,51.2991],[-2.554699,51.3042],[-2.5597,51.3014],[-2.562999,51.2995],[-2.5783,51.2946],[-2.5854,51.2956],[-2.5885,51.2959],[-2.592999,51.2948],[-2.5927,51.2919],[-2.596699,51.2903],[-2.6239,51.2844],[-2.627899,51.2861],[-2.6329,51.2876],[-2.637399,51.294],[-2.649699,51.2995],[-2.653701,51.3009],[-2.6617,51.3064],[-2.670799,51.3114],[-2.6896,51.3184],[-2.6945,51.3187],[-2.6933,51.3229],[-2.689501,51.3275]]]]}, properties:{name:"Bath and North East Somerset"}}, {type:"Feature", geometry:{type:"MultiPolygon", coordinates:[[[[-2.3985, 53.6306],[-2.40050, 53.627],[-2.4008, 53.6266],[-2.403199, 53.6268],[-2.4086, 53.6271],[-2.4101, 53.6269],[-2.411601, 53.6265],[-2.41400, 53.6263],[-2.4196, 53.6269],[-2.421401, 53.6277],[-2.4224, 53.6281],[-2.422899, 53.6285],[-2.423399, 53.6291],[-2.423599, 53.6297],[-2.424, 53.6339],[-2.424599, 53.6350],[-2.4251, 53.6355],[-2.427099, 53.637],[-2.43, 53.6401],[-2.433199, 53.6439],[-2.4344, 53.6453],[-2.434799, 53.6454],[-2.4363, 53.645],[-2.439101, 53.6436],[-2.442699, 53.6423],[-2.4444, 53.6424],[-2.447599, 53.6423],[-2.4507, 53.6414],[-2.451, 53.6411],[-2.445199, 53.6343],[-2.4446, 53.6335],[-2.4442, 53.6319],[-2.4444, 53.6312],[-2.444799, 53.6303],[-2.445199, 53.6296],[-2.4465, 53.6281],[-2.4472, 53.6277],[-2.453, 53.6277],[-2.453701, 53.6276],[-2.4545, 53.6275],[-2.456001, 53.627],[-2.4602, 53.6249],[-2.464301, 53.6229],[-2.4665, 53.6208],[-2.4697, 53.6191],[-2.4712, 53.6179],[-2.473701, 53.6181],[-2.480599, 53.6197],[-2.490099, 53.6233],[-2.5111, 53.6287],[-2.525899, 53.6418],[-2.526401, 53.6427],[-2.526601, 53.6438],[-2.526401, 53.6455],[-2.525199, 53.6517],[-2.524899, 53.6553],[-2.524899, 53.659],[-2.5253, 53.6635],[-2.524899, 53.6676],[-2.524301, 53.67],[-2.523799, 53.671],[-2.5234, 53.6716],[-2.522399, 53.6726],[-2.518701, 53.676],[-2.5171, 53.6788],[-2.5167, 53.6807],[-2.516601, 53.6825],[-2.516401, 53.6842],[-2.516299, 53.6848],[-2.515899, 53.6859],[-2.513999, 53.6906],[-2.513999, 53.6912],[-2.514301, 53.6917],[-2.514699, 53.6922],[-2.515599, 53.693],[-2.516201, 53.6934],[-2.5171, 53.6938],[-2.5183, 53.694],[-2.5192, 53.6949],[-2.5207, 53.6954],[-2.524101, 53.6958],[-2.526801, 53.6962],[-2.5274, 53.6963],[-2.531001, 53.6960],[-2.534899, 53.6988],[-2.5374, 53.7007],[-2.538199, 53.7015],[-2.5388, 53.7028],[-2.538501, 53.7033],[-2.5381, 53.7035],[-2.538199, 53.7037],[-2.539, 53.7045],[-2.539799, 53.7056],[-2.5413, 53.7062],[-2.541899, 53.7064],[-2.5416, 53.7072],[-2.5409, 53.7096],[-2.540699, 53.7103],[-2.5404, 53.7117],[-2.540299, 53.7120],[-2.5395, 53.7133],[-2.5391, 53.7138],[-2.538199, 53.7163],[-2.5383, 53.7167],[-2.538501, 53.7169],[-2.5394, 53.7175],[-2.5415, 53.7191],[-2.5423, 53.7194],[-2.544399, 53.7198],[-2.5457, 53.72],[-2.546201, 53.7202],[-2.546499, 53.7206],[-2.5469, 53.7212],[-2.547199, 53.7217],[-2.5471, 53.7222],[-2.546499, 53.724],[-2.546601, 53.7244],[-2.5471, 53.7249],[-2.547699, 53.7253],[-2.5497, 53.726],[-2.5534, 53.7256],[-2.555599, 53.726],[-2.5581, 53.727],[-2.559101, 53.7273],[-2.5615, 53.7277],[-2.5635, 53.728],[-2.564699, 53.7286],[-2.565399, 53.7292],[-2.565799, 53.7298],[-2.5659, 53.7302],[-2.5659, 53.7306],[-2.565599, 53.7312],[-2.5646, 53.7324],[-2.5631, 53.7351],[-2.5629, 53.7359],[-2.5624, 53.7378],[-2.5625, 53.7385],[-2.5627, 53.739],[-2.5631, 53.7396],[-2.5646, 53.7407],[-2.5648, 53.741],[-2.564899, 53.7416],[-2.564899, 53.742],[-2.564501, 53.7425],[-2.562599, 53.7439],[-2.562001, 53.7448],[-2.5614, 53.7458],[-2.561201, 53.7471],[-2.5611, 53.7472],[-2.558399, 53.7477],[-2.556401, 53.7483],[-2.553999, 53.7493],[-2.5535, 53.7497],[-2.5532, 53.7501],[-2.552599, 53.7509],[-2.552299, 53.7515],[-2.552001, 53.7522],[-2.551899, 53.7538],[-2.5516, 53.7549],[-2.5511, 53.7558],[-2.5501, 53.7572],[-2.548599, 53.7581],[-2.546601, 53.759],[-2.5448, 53.7597],[-2.5427, 53.7603],[-2.540499, 53.7606],[-2.538599, 53.7606],[-2.5369, 53.7605],[-2.535199, 53.7603],[-2.534301, 53.7601],[-2.5337, 53.7600],[-2.5327, 53.7598],[-2.5311, 53.7596],[-2.5304, 53.7596],[-2.5293, 53.7598],[-2.5283, 53.7602],[-2.526299, 53.7607],[-2.525599, 53.7608],[-2.524199, 53.7608],[-2.5229, 53.7609],[-2.5225, 53.761],[-2.521801, 53.7613],[-2.518701, 53.7629],[-2.5172, 53.764],[-2.5157, 53.7654],[-2.514101, 53.7667],[-2.513099, 53.7674],[-2.5113, 53.7685],[-2.509799, 53.7693],[-2.508399, 53.7697],[-2.5065, 53.7700],[-2.5025, 53.7697],[-2.5, 53.7700],[-2.4963, 53.7706],[-2.4911, 53.7721],[-2.4848, 53.7736],[-2.4832, 53.7742],[-2.4821, 53.7748],[-2.4797, 53.7763],[-2.4783, 53.7774],[-2.477999, 53.7782],[-2.477799, 53.7792],[-2.478199, 53.781],[-2.477999, 53.7815],[-2.4772, 53.7816],[-2.4758, 53.7809],[-2.474301, 53.7815],[-2.469199, 53.7837],[-2.4651, 53.7818],[-2.462399, 53.7818],[-2.461, 53.782],[-2.455499, 53.7729],[-2.4523, 53.7697],[-2.4482, 53.7664],[-2.4482, 53.7660],[-2.4484, 53.7658],[-2.449199, 53.7650],[-2.4496, 53.7644],[-2.449899, 53.7635],[-2.4498, 53.7631],[-2.449501, 53.7623],[-2.4486, 53.7611],[-2.4477, 53.7603],[-2.444799, 53.7589],[-2.4446, 53.7584],[-2.44450, 53.7576],[-2.44450, 53.7562],[-2.444, 53.754],[-2.443099, 53.7527],[-2.441499, 53.7514],[-2.440599, 53.75],[-2.4403, 53.7441],[-2.440599, 53.743],[-2.440799, 53.7415],[-2.440399, 53.7399],[-2.439199, 53.7373],[-2.438999, 53.7356],[-2.4389, 53.7306],[-2.438299, 53.7265],[-2.4375, 53.7235],[-2.436899, 53.7224],[-2.4344, 53.72],[-2.419699, 53.7102],[-2.419301, 53.7094],[-2.419199, 53.7080],[-2.4184, 53.7067],[-2.4165, 53.7052],[-2.410199, 53.7015],[-2.401401, 53.6954],[-2.3958, 53.6912],[-2.392299, 53.6884],[-2.391299, 53.6878],[-2.390199, 53.6876],[-2.384501, 53.6868],[-2.3763, 53.6859],[-2.375799, 53.6857],[-2.3754, 53.6852],[-2.375, 53.6843],[-2.3742, 53.6744],[-2.369101, 53.6679],[-2.3601, 53.6573],[-2.367899, 53.6455],[-2.368099, 53.6421],[-2.3657, 53.6344],[-2.3657, 53.6337],[-2.3903, 53.6344],[-2.3963, 53.6335],[-2.397399, 53.6331],[-2.398, 53.6325],[-2.3985, 53.6317],[-2.3986, 53.6312],[-2.3985, 53.6306]]]]}, properties:{name:"Blackburn"}}, {type:"Feature", geometry:{type:"MultiPolygon", coordinates:[[[[-3.056099, 53.7764],[-3.056201, 53.7778],[-3.056201, 53.7797],[-3.056601, 53.7851],[-3.056801, 53.7881],[-3.056801, 53.7891],[-3.05670, 53.7904],[-3.056299, 53.7921],[-3.056201, 53.7925],[-3.056201, 53.7928],[-3.056201, 53.7929],[-3.056499, 53.7941],[-3.056601, 53.7947],[-3.056499, 53.7953],[-3.056, 53.7966],[-3.055599, 53.7978],[-3.055099, 53.7999],[-3.054699, 53.8028],[-3.054501, 53.8038],[-3.054399, 53.8045],[-3.054399, 53.8051],[-3.05460, 53.8073],[-3.05460, 53.8081],[-3.054501, 53.8088],[-3.054301, 53.8102],[-3.0538, 53.8122],[-3.0537, 53.8131],[-3.053999, 53.8156],[-3.054199, 53.8181],[-3.054301, 53.8198],[-3.054199, 53.8216],[-3.053999, 53.8235],[-3.0539, 53.8244],[-3.0539, 53.8259],[-3.054101, 53.8289],[-3.0539, 53.8328],[-3.0534, 53.8361],[-3.0534, 53.8369],[-3.0535, 53.8374],[-3.0536, 53.8377],[-3.054199, 53.8386],[-3.054301, 53.8388],[-3.054301, 53.8389],[-3.054199, 53.8393],[-3.0537, 53.8404],[-3.0536, 53.8410],[-3.0535, 53.8415],[-3.0531, 53.8437],[-3.052999, 53.8452],[-3.05290, 53.8478],[-3.05290, 53.8488],[-3.05270, 53.8494],[-3.052599, 53.8496],[-3.052001, 53.8507],[-3.0513, 53.8518],[-3.0504, 53.8533],[-3.0495, 53.8551],[-3.049, 53.8566],[-3.048701, 53.8576],[-3.048501, 53.859],[-3.04800, 53.8621],[-3.0478, 53.8629],[-3.0471, 53.8654],[-3.046401, 53.868],[-3.04590, 53.8705],[-3.0457, 53.8724],[-3.0457, 53.8746],[-3.0452, 53.8744],[-3.0436, 53.8736],[-3.0429, 53.8734],[-3.041899, 53.8732],[-3.038599, 53.8734],[-3.0348, 53.8736],[-3.030499, 53.8736],[-3.027299, 53.8738],[-3.0267, 53.8737],[-3.026, 53.8734],[-3.025399, 53.873],[-3.0237, 53.8709],[-3.0235, 53.8708],[-3.0183, 53.8703],[-3.0176, 53.8703],[-3.017299, 53.8702],[-3.0172, 53.8701],[-3.017, 53.8691],[-3.0169, 53.8686],[-3.017, 53.8679],[-3.0193, 53.8638],[-3.0195, 53.8628],[-3.0195, 53.8622],[-3.0193, 53.8619],[-3.016401, 53.859],[-3.016001, 53.8585],[-3.01580, 53.8575],[-3.015599, 53.8573],[-3.0144, 53.8565],[-3.014301, 53.8563],[-3.014899, 53.8539],[-3.015, 53.8534],[-3.015199, 53.853],[-3.0155, 53.8527],[-3.01580, 53.8523],[-3.016201, 53.852],[-3.017, 53.8519],[-3.019, 53.852],[-3.0195, 53.8517],[-3.019599, 53.8514],[-3.019599, 53.8512],[-3.018399, 53.8494],[-3.018199, 53.848],[-3.01790, 53.8472],[-3.0176, 53.8461],[-3.016601, 53.8430],[-3.02220, 53.8396],[-3.0225, 53.8386],[-3.0223, 53.8363],[-3.0216, 53.8356],[-3.020299, 53.8355],[-3.018901, 53.8360],[-3.017999, 53.8378],[-3.017299, 53.8399],[-3.016099, 53.8408],[-3.014699, 53.8406],[-3.013099, 53.8378],[-3.009, 53.8310],[-3.0092, 53.8306],[-3.009399, 53.8303],[-3.011001, 53.8299],[-3.011699, 53.8295],[-3.01, 53.8269],[-3.009, 53.8262],[-3.0044, 53.8231],[-3.0021, 53.8223],[-3.000099, 53.8211],[-2.9983, 53.8195],[-2.997299, 53.819],[-2.9958, 53.8176],[-2.9948, 53.8163],[-2.993799, 53.8145],[-2.98700, 53.8032],[-2.984999, 53.8012],[-2.98130, 53.7979],[-2.981601, 53.7974],[-2.9846, 53.7947],[-2.985199, 53.7945],[-2.989799, 53.7961],[-2.99100, 53.7963],[-2.997499, 53.7961],[-2.9981, 53.796],[-2.999599, 53.7947],[-3.0004, 53.794],[-3.000499, 53.7937],[-3.0006, 53.7933],[-3.0004, 53.7924],[-2.9986, 53.7881],[-2.998399, 53.7875],[-2.9988, 53.7869],[-2.998199, 53.7821],[-2.998399, 53.7743],[-2.9989, 53.7740],[-3.01, 53.7747],[-3.0144, 53.7746],[-3.0274, 53.7725],[-3.032001, 53.7735],[-3.034501, 53.7743],[-3.041899, 53.7757],[-3.0481, 53.7770],[-3.05500, 53.7763],[-3.056, 53.7764],[-3.056099, 53.7764]]]]}, properties:{name:"Blackpool"}}, {type:"Feature", geometry:{type:"MultiPolygon", coordinates:[[[[-1.738901, 50.7251],[-1.739101, 50.7245],[-1.738701, 50.7245],[-1.7381, 50.7245],[-1.7378, 50.7244],[-1.7377, 50.7241],[-1.7377, 50.7234],[-1.738, 50.7223],[-1.7386, 50.721],[-1.7394, 50.7195],[-1.739799, 50.7187],[-1.740299, 50.7180],[-1.741001, 50.7172],[-1.7422, 50.7163],[-1.743199, 50.7155],[-1.7442, 50.7148],[-1.7453, 50.7143],[-1.746001, 50.7141],[-1.746801, 50.7142],[-1.747599, 50.7144],[-1.748299, 50.7149],[-1.748999, 50.7151],[-1.7501, 50.7149],[-1.751201, 50.7149],[-1.7529, 50.7152],[-1.7546, 50.7155],[-1.756201, 50.7157],[-1.758399, 50.7162],[-1.761201, 50.7169],[-1.7632, 50.7174],[-1.7653, 50.7177],[-1.7701, 50.7181],[-1.7761, 50.7186],[-1.7825, 50.7194],[-1.785599, 50.7197],[-1.7895, 50.7203],[-1.7931, 50.7208],[-1.797899, 50.7214],[-1.800799, 50.7215],[-1.8103, 50.7221],[-1.813501, 50.7221],[-1.8176, 50.7221],[-1.8263, 50.7219],[-1.8307, 50.7217],[-1.8356, 50.7215],[-1.837499, 50.7214],[-1.8386, 50.7212],[-1.8398, 50.7208],[-1.8404, 50.7206],[-1.842299, 50.7206],[-1.845, 50.7207],[-1.848099, 50.7206],[-1.850299, 50.7204],[-1.8522, 50.7201],[-1.856201, 50.7195],[-1.8636, 50.7187],[-1.867499, 50.7185],[-1.868999, 50.7182],[-1.870499, 50.7178],[-1.8713, 50.7173],[-1.8715, 50.7169],[-1.8715, 50.7165],[-1.8713, 50.7158],[-1.8714, 50.7153],[-1.8717, 50.7151],[-1.8723, 50.7151],[-1.8728, 50.7153],[-1.8731, 50.7155],[-1.8731, 50.7160],[-1.8731, 50.7167],[-1.873299, 50.7168],[-1.8765, 50.7162],[-1.8809, 50.7154],[-1.886201, 50.7142],[-1.8895, 50.7134],[-1.893399, 50.7123],[-1.895499, 50.7116],[-1.8972, 50.7111],[-1.903501, 50.709],[-1.9058, 50.7082],[-1.9069, 50.7077],[-1.9072, 50.7079],[-1.9073, 50.7080],[-1.908, 50.7086],[-1.9096, 50.7101],[-1.909999, 50.7111],[-1.9103, 50.7127],[-1.9101, 50.7145],[-1.909899, 50.7158],[-1.9088, 50.7189],[-1.906201, 50.7234],[-1.9023, 50.7288],[-1.9008, 50.731],[-1.8954, 50.737],[-1.8936, 50.7389],[-1.8909, 50.7414],[-1.8904, 50.7422],[-1.8938, 50.7428],[-1.9031, 50.7448],[-1.910599, 50.7463],[-1.9168, 50.7471],[-1.9182, 50.7475],[-1.920799, 50.7481],[-1.9319, 50.7528],[-1.9339, 50.7541],[-1.9388, 50.7573],[-1.9392, 50.7576],[-1.926601, 50.7683],[-1.9256, 50.7694],[-1.9218, 50.7731],[-1.9175, 50.7749],[-1.9169, 50.7751],[-1.916299, 50.7749],[-1.915699, 50.7751],[-1.914899, 50.7756],[-1.9145, 50.7759],[-1.914101, 50.7759],[-1.913599, 50.7757],[-1.9126, 50.7749],[-1.912099, 50.7747],[-1.9116, 50.7748],[-1.9109, 50.7757],[-1.9104, 50.7762],[-1.9097, 50.7765],[-1.9088, 50.7767],[-1.9072, 50.7768],[-1.906201, 50.7771],[-1.9054, 50.7776],[-1.9046, 50.7782],[-1.903501, 50.7787],[-1.9019, 50.7791],[-1.899799, 50.7794],[-1.8981, 50.7797],[-1.8965, 50.7797],[-1.894899, 50.7795],[-1.894199, 50.7796],[-1.8937, 50.7798],[-1.893501, 50.7801],[-1.893399, 50.7807],[-1.893, 50.7810],[-1.8924, 50.7811],[-1.8915, 50.7810],[-1.8907, 50.7808],[-1.8894, 50.7802],[-1.8871, 50.7789],[-1.884899, 50.7778],[-1.8844, 50.7773],[-1.8843, 50.7769],[-1.8843, 50.7764],[-1.884501, 50.7755],[-1.8844, 50.7749],[-1.8838, 50.7742],[-1.8828, 50.7736],[-1.8803, 50.7729],[-1.878299, 50.7719],[-1.8758, 50.7709],[-1.8746, 50.7701],[-1.873399, 50.7690],[-1.872699, 50.7680],[-1.8724, 50.7671],[-1.8721, 50.7661],[-1.871899, 50.7654],[-1.871601, 50.765],[-1.87, 50.7648],[-1.8665, 50.7645],[-1.864501, 50.7647],[-1.8628, 50.7653],[-1.859501, 50.7671],[-1.858299, 50.7679],[-1.8573, 50.7685],[-1.856001, 50.7696],[-1.853999, 50.7718],[-1.8534, 50.7731],[-1.8529, 50.7736],[-1.8521, 50.7739],[-1.8507, 50.7742],[-1.849699, 50.7748],[-1.848901, 50.7749],[-1.848099, 50.7748],[-1.8472, 50.7744],[-1.8464, 50.7738],[-1.8456, 50.773],[-1.844599, 50.7718],[-1.843901, 50.7711],[-1.8426, 50.7704],[-1.841699, 50.7698],[-1.841601, 50.7695],[-1.841699, 50.7691],[-1.842, 50.7687],[-1.842, 50.7683],[-1.841699, 50.7678],[-1.841001, 50.7673],[-1.8401, 50.7667],[-1.8399, 50.7663],[-1.8399, 50.7659],[-1.840199, 50.7648],[-1.8401, 50.764],[-1.8399, 50.7635],[-1.839301, 50.7630],[-1.8372, 50.7621],[-1.8354, 50.7618],[-1.833501, 50.7618],[-1.8322, 50.7616],[-1.830799, 50.761],[-1.8291, 50.7604],[-1.826699, 50.7601],[-1.8241, 50.7599],[-1.821401, 50.7599],[-1.818599, 50.76],[-1.816401, 50.7602],[-1.8148, 50.7606],[-1.8134, 50.7614],[-1.812001, 50.7626],[-1.811, 50.7629],[-1.810199, 50.7630],[-1.809301, 50.7630],[-1.8076, 50.7629],[-1.806601, 50.7626],[-1.806, 50.7623],[-1.8055, 50.7618],[-1.8049, 50.761],[-1.8046, 50.7602],[-1.8045, 50.7593],[-1.8046, 50.7589],[-1.8052, 50.7576],[-1.8056, 50.757],[-1.8056, 50.7567],[-1.8052, 50.756],[-1.8049, 50.7553],[-1.805099, 50.7548],[-1.805699, 50.7544],[-1.807199, 50.7532],[-1.807999, 50.7525],[-1.808701, 50.7515],[-1.809, 50.7506],[-1.809101, 50.7499],[-1.809, 50.7487],[-1.8089, 50.7473],[-1.8092, 50.7465],[-1.8098, 50.7456],[-1.809999, 50.7452],[-1.8099, 50.7447],[-1.809101, 50.7438],[-1.8083, 50.7432],[-1.807199, 50.7429],[-1.8054, 50.7428],[-1.803701, 50.743],[-1.802799, 50.7429],[-1.802299, 50.7426],[-1.7997, 50.7409],[-1.798501, 50.7404],[-1.7973, 50.7402],[-1.7961, 50.7405],[-1.794999, 50.7407],[-1.794199, 50.7407],[-1.793701, 50.7404],[-1.793, 50.7398],[-1.7919, 50.7385],[-1.791, 50.7377],[-1.790599, 50.7372],[-1.7902, 50.7362],[-1.789899, 50.7357],[-1.789, 50.7349],[-1.788501, 50.7345],[-1.7884, 50.7343],[-1.788501, 50.7341],[-1.7889, 50.7339],[-1.790599, 50.7334],[-1.791, 50.7332],[-1.791201, 50.7329],[-1.791, 50.7325],[-1.789899, 50.7322],[-1.7884, 50.7317],[-1.786801, 50.7313],[-1.783, 50.7313],[-1.7811, 50.7314],[-1.779301, 50.7314],[-1.7782, 50.7313],[-1.7776, 50.731],[-1.777099, 50.7311],[-1.7758, 50.7314],[-1.7745, 50.7316],[-1.773501, 50.7316],[-1.7724, 50.7314],[-1.771001, 50.731],[-1.769899, 50.7305],[-1.7686, 50.7298],[-1.766401, 50.7291],[-1.7658, 50.7288],[-1.7654, 50.7285],[-1.7651, 50.7277],[-1.764899, 50.7262],[-1.7646, 50.7252],[-1.764101, 50.7246],[-1.7636, 50.7242],[-1.761801, 50.7235],[-1.759501, 50.7229],[-1.756899, 50.7223],[-1.753299, 50.7224],[-1.749799, 50.7231],[-1.7459, 50.724],[-1.7427, 50.7249],[-1.738901, 50.7251]]]]}, properties:{name:"Bournemouth"}}, {type:"Feature", geometry:{type:"MultiPolygon", coordinates:[[[[-0.7726995,51.3363],[-0.7748995,51.3341],[-0.7820995,51.3367],[-0.7839995,51.3378],[-0.7872995,51.3393],[-0.7899995,51.3400],[-0.7935995000000002,51.3402],[-0.7962995000000002,51.3407],[-0.7981995,51.3411],[-0.8010995000000002,51.3413],[-0.8058995,51.3411],[-0.8091995,51.3414],[-0.8106995,51.3417],[-0.8125995,51.3427],[-0.8137995,51.3443],[-0.8149995,51.3474],[-0.8160005,51.3488],[-0.8172995,51.3499],[-0.8198995,51.3507],[-0.8241995,51.3514],[-0.8254995000000002,51.3522],[-0.8271995,51.353],[-0.8295995,51.3537],[-0.8314995,51.3538],[-0.8349995,51.3541],[-0.8326995,51.3581],[-0.8277995000000002,51.3646],[-0.8256995,51.3667],[-0.8239005,51.3677],[-0.8131995,51.3716],[-0.8103995,51.3721],[-0.8064005,51.3724],[-0.7877995,51.3717],[-0.7874995000000002,51.3726],[-0.7948995,51.3922],[-0.7966995,51.3985],[-0.7997995,51.4083],[-0.7998995,51.4095],[-0.7995005,51.4099],[-0.7989005,51.4099],[-0.7935005,51.4094],[-0.7908995,51.4098],[-0.7904995,51.4101],[-0.7910005,51.4107],[-0.7948995,51.4128],[-0.7966995,51.4143],[-0.7970005,51.4156],[-0.7970995,51.417],[-0.7972995000000003,51.4279],[-0.7975995,51.432],[-0.7979995,51.4405],[-0.7981995,51.4421],[-0.7977995,51.4443],[-0.7968005,51.4462],[-0.7946995,51.4483],[-0.7907995,51.4507],[-0.7893005,51.4523],[-0.7875995,51.4548],[-0.7860995,51.4581],[-0.7845005,51.4622],[-0.7835005,51.4653],[-0.7827995000000002,51.4691],[-0.7822995,51.4695],[-0.7802995,51.4695],[-0.7775995,51.4693],[-0.7751995,51.4692],[-0.7733995,51.4693],[-0.7712005,51.4697],[-0.7693995,51.4698],[-0.7691995000000003,51.4696],[-0.7699995,51.4687],[-0.7702995,51.4678],[-0.7702995,51.466],[-0.7699995,51.4648],[-0.7691995000000003,51.4635],[-0.7656995,51.4608],[-0.7637005,51.4595],[-0.7597995,51.4584],[-0.7585995,51.4585],[-0.7545005,51.4619],[-0.7535995,51.4620],[-0.7489005,51.4603],[-0.7435995,51.4579],[-0.7410005,51.4579],[-0.7235995,51.4558],[-0.7228995,51.4558],[-0.7220995,51.4561],[-0.7120005,51.4673],[-0.7106995000000002,51.4681],[-0.7066005,51.4684],[-0.6958995,51.4687],[-0.6920995,51.4686],[-0.6891005,51.4684],[-0.6871995,51.4682],[-0.6857995,51.468],[-0.6848995,51.4675],[-0.6841995,51.4672],[-0.6839995,51.4654],[-0.6835995,51.4647],[-0.6822995,51.4636],[-0.6787995,51.4617],[-0.6752995,51.4593],[-0.6729995,51.4574],[-0.6721995,51.4571],[-0.6705995,51.4582],[-0.6643995,51.4621],[-0.6631995000000002,51.4624],[-0.6582995,51.4618],[-0.6580995,51.4608],[-0.6585005,51.4509],[-0.6593995,51.4459],[-0.6591005,51.4449],[-0.6564995,51.4437],[-0.6552995,51.4428],[-0.6535005000000002,51.4422],[-0.6445005,51.4406],[-0.6357995,51.4414],[-0.6348995,51.441],[-0.6348995,51.4400],[-0.6352995,51.4382],[-0.6377995,51.4304],[-0.6379995,51.429],[-0.6377995,51.4283],[-0.6360005,51.426],[-0.6323995,51.4238],[-0.6312995,51.4229],[-0.6306995,51.4218],[-0.6306995,51.4177],[-0.6300995,51.416],[-0.6295995,51.4144],[-0.6298995,51.4141],[-0.6341995,51.4141],[-0.6364995,51.4142],[-0.6376995,51.4147],[-0.6412995,51.418],[-0.6446995,51.4206],[-0.6532995,51.4243],[-0.6552995,51.424],[-0.6626995,51.4257],[-0.6649995,51.4271],[-0.6677995,51.4292],[-0.6693005,51.4306],[-0.6773995,51.4317],[-0.6778995,51.4313],[-0.6796995,51.427],[-0.6832995,51.423],[-0.6937005,51.4137],[-0.6943995,51.413],[-0.6946995,51.4117],[-0.6946995,51.4107],[-0.6943995,51.41],[-0.6926995,51.4077],[-0.6798995,51.3938],[-0.6757995,51.3875],[-0.6723995,51.3837],[-0.6803995,51.3805],[-0.6924995000000002,51.3768],[-0.7045995000000002,51.3719],[-0.7243995,51.3685],[-0.7316005,51.3673],[-0.7354995,51.3647],[-0.7370005,51.3623],[-0.7581995,51.3475],[-0.7631995,51.3439],[-0.7668995000000002,51.3418],[-0.7679995,51.3409],[-0.7695005,51.3394],[-0.7726995,51.3363]]]]}, properties:{name:"Bracknell Forest"}}, {type:"Feature", geometry:{type:"MultiPolygon", coordinates:[[[[-0.03669952, 50.7998],[-0.03700052, 50.7995],[-0.03839952, 50.8002],[-0.04140052, 50.801],[-0.04549952, 50.8013],[-0.05319952, 50.8021],[-0.06059952, 50.8039],[-0.07009952, 50.8065],[-0.07350051, 50.8076],[-0.08569952, 50.8109],[-0.09019952, 50.812],[-0.09089952, 50.8121],[-0.09229952, 50.8117],[-0.09309952000000002, 50.8113],[-0.09410052, 50.8114],[-0.09640051, 50.8119],[-0.09979951, 50.8124],[-0.1014995, 50.8126],[-0.1022995, 50.8125],[-0.1027995, 50.8122],[-0.1030995, 50.8119],[-0.1033995, 50.8119],[-0.1041005, 50.8121],[-0.1050995, 50.8124],[-0.1095995, 50.8141],[-0.1231995, 50.8172],[-0.1283995, 50.8182],[-0.1330995, 50.8189],[-0.1349995, 50.819],[-0.1373995, 50.8191],[-0.1401995, 50.8194],[-0.1429995, 50.82],[-0.1476995, 50.8208],[-0.1508995, 50.8214],[-0.1573995, 50.8224],[-0.1621995, 50.823],[-0.1677995, 50.8236],[-0.1780995, 50.8243],[-0.1873995, 50.825],[-0.1935995, 50.8261],[-0.1960995, 50.8262],[-0.2023995, 50.8266],[-0.2170005, 50.8273],[-0.2176995, 50.8321],[-0.2182995, 50.8343],[-0.2235005, 50.8417],[-0.2248995, 50.8452],[-0.2278995, 50.8476],[-0.2303995, 50.8496],[-0.2330995, 50.8511],[-0.2343995, 50.854],[-0.2353995, 50.8555],[-0.2368995, 50.8585],[-0.2379995, 50.8624],[-0.2389995, 50.863],[-0.2395005, 50.8636],[-0.2397995, 50.8644],[-0.2397995, 50.8649],[-0.2385995, 50.8657],[-0.2380995, 50.8661],[-0.2371995, 50.8679],[-0.2364005, 50.8692],[-0.2335995, 50.873],[-0.2320005, 50.8746],[-0.2302995, 50.8756],[-0.2287995, 50.8762],[-0.2264005, 50.8772],[-0.2253995, 50.8776],[-0.2245005, 50.8781],[-0.2239005, 50.8782],[-0.2212995, 50.8765],[-0.2162005, 50.8749],[-0.2139995, 50.8747],[-0.2120005, 50.8751],[-0.2118005, 50.8731],[-0.2112005, 50.8703],[-0.2098995, 50.8701],[-0.2083995, 50.8702],[-0.2060995, 50.8702],[-0.2030995, 50.8703],[-0.2026995, 50.8705],[-0.2012005, 50.873],[-0.2003995, 50.8741],[-0.1998995, 50.8749],[-0.1993005, 50.875],[-0.1989005, 50.875],[-0.1982995, 50.8741],[-0.1980995, 50.8724],[-0.1976995, 50.8717],[-0.1968995, 50.871],[-0.1951995, 50.8695],[-0.1912995, 50.8691],[-0.1872995, 50.8685],[-0.1864995, 50.8687],[-0.1860995, 50.8689],[-0.1862005, 50.8695],[-0.1866995, 50.8715],[-0.1870995, 50.873],[-0.1874995, 50.8741],[-0.1873995, 50.8749],[-0.1862995, 50.8753],[-0.1835005, 50.8768],[-0.1820995, 50.8776],[-0.1812995, 50.8782],[-0.1804995, 50.8789],[-0.1801995, 50.8793],[-0.1797995, 50.8817],[-0.1795995, 50.883],[-0.1795995, 50.8835],[-0.1805995, 50.8864],[-0.1807995, 50.8874],[-0.1803995, 50.8880],[-0.1795005, 50.8885],[-0.1762005, 50.8897],[-0.1749995, 50.8898],[-0.1720995, 50.8896],[-0.1691005, 50.8897],[-0.1679995, 50.8897],[-0.1673995, 50.8898],[-0.1654995, 50.8914],[-0.1649995, 50.8915],[-0.1645995, 50.8913],[-0.1645005, 50.8909],[-0.1645995, 50.8903],[-0.1650995, 50.8887],[-0.1658995, 50.8872],[-0.1662995, 50.8865],[-0.1664995, 50.8858],[-0.1668005, 50.8841],[-0.1668995, 50.8832],[-0.1668005, 50.8825],[-0.1662005, 50.882],[-0.1649995, 50.8817],[-0.1603995, 50.881],[-0.1554995, 50.8798],[-0.1516005, 50.8795],[-0.1510005, 50.8808],[-0.1499995, 50.8849],[-0.1496995, 50.8855],[-0.1485995, 50.8859],[-0.1466005, 50.8864],[-0.1448995, 50.8867],[-0.1431995, 50.8868],[-0.1421995, 50.8865],[-0.1410005, 50.8862],[-0.1402995, 50.8857],[-0.1410995, 50.883],[-0.1410995, 50.8823],[-0.1398995, 50.8779],[-0.1393005, 50.8767],[-0.1352995, 50.8766],[-0.1337005, 50.878],[-0.1274995, 50.8762],[-0.1257995, 50.8745],[-0.1235995, 50.8714],[-0.1187005, 50.8723],[-0.1148995, 50.8716],[-0.1101995, 50.8712],[-0.1078995, 50.8712],[-0.1064995, 50.873],[-0.1007995, 50.8752],[-0.08910052000000002, 50.8717],[-0.08899952, 50.8696],[-0.08809952, 50.869],[-0.08649952, 50.8681],[-0.08579952, 50.867],[-0.08620052, 50.8664],[-0.08620052, 50.8639],[-0.08450051, 50.862],[-0.08329952, 50.8605],[-0.08219951, 50.8602],[-0.08049951, 50.8542],[-0.07999951, 50.8537],[-0.07579952, 50.8493],[-0.07309952, 50.8464],[-0.07459952, 50.8420],[-0.07019952, 50.8417],[-0.06680052, 50.8415],[-0.06329951, 50.8415],[-0.06259952, 50.8417],[-0.05910052, 50.8429],[-0.05569952, 50.8439],[-0.05410052, 50.8440],[-0.05019952, 50.8440],[-0.04829952, 50.8444],[-0.04629952, 50.8445],[-0.04489952, 50.8434],[-0.04209952, 50.8422],[-0.03839952, 50.8412],[-0.03709952, 50.8400],[-0.03879952, 50.8386],[-0.03899952, 50.8362],[-0.03919952, 50.8315],[-0.03939952, 50.8289],[-0.03999952, 50.8277],[-0.04209952, 50.8248],[-0.04419952, 50.8232],[-0.04669952, 50.8228],[-0.04640052, 50.8213],[-0.04089952, 50.8207],[-0.03829952, 50.8198],[-0.03180052, 50.8171],[-0.02859952, 50.8171],[-0.02620052, 50.818],[-0.02149952, 50.821],[-0.02089952, 50.8191],[-0.01669952, 50.8145],[-0.02160052, 50.8117],[-0.02870052, 50.8063],[-0.03669952, 50.7998]]]]}, properties:{name:"Brighton and Hove"}}, {type:"Feature", geometry:{type:"MultiPolygon", coordinates:[[[[-2.6631,51.5290],[-2.659699,51.5271],[-2.658099,51.5252],[-2.656001,51.524],[-2.6528,51.5228],[-2.6542,51.5137],[-2.647001,51.5124],[-2.6429,51.5127],[-2.6377,51.5137],[-2.6264,51.5155],[-2.620199,51.5162],[-2.610899,51.5164],[-2.605099,51.5163],[-2.6008,51.5168],[-2.5919,51.5181],[-2.589301,51.5181],[-2.5854,51.5191],[-2.578701,51.5189],[-2.577699,51.5182],[-2.576699,51.5174],[-2.580899,51.5145],[-2.5804,51.5133],[-2.5796,51.5116],[-2.5804,51.5092],[-2.5732,51.5064],[-2.5614,51.5029],[-2.55690,51.5014],[-2.555399,51.5002],[-2.55690,51.4945],[-2.5504,51.4912],[-2.546801,51.492],[-2.543,51.4937],[-2.539799,51.4941],[-2.538701,51.4896],[-2.536099,51.4864],[-2.5348,51.488],[-2.533099,51.4887],[-2.5301,51.4903],[-2.5265,51.4917],[-2.522599,51.4924],[-2.519599,51.4925],[-2.5165,51.493],[-2.5136,51.4965],[-2.5076,51.493],[-2.503099,51.4907],[-2.4956,51.4821],[-2.4953,51.4805],[-2.493799,51.4741],[-2.493099,51.471],[-2.493799,51.4682],[-2.4909,51.4659],[-2.4893,51.4658],[-2.486099,51.4632],[-2.486201,51.4616],[-2.490099,51.4576],[-2.5069,51.4505],[-2.5089,51.4487],[-2.5112,51.4469],[-2.5176,51.4413],[-2.5214,51.4384],[-2.5246,51.4359],[-2.52510,51.4357],[-2.5255,51.4354],[-2.526,51.4348],[-2.5246,51.4328],[-2.523299,51.4318],[-2.5216,51.4307],[-2.5206,51.4301],[-2.5202,51.4296],[-2.5209,51.4285],[-2.523099,51.4274],[-2.524199,51.4267],[-2.5246,51.4259],[-2.524199,51.4248],[-2.523099,51.4229],[-2.5229,51.4212],[-2.522599,51.4194],[-2.524101,51.4191],[-2.524301,51.4181],[-2.5267,51.4175],[-2.5265,51.4179],[-2.529,51.4177],[-2.5292,51.416],[-2.5301,51.4154],[-2.5334,51.4153],[-2.5344,51.4149],[-2.534501,51.4136],[-2.534699,51.4125],[-2.5351,51.4116],[-2.5408,51.4076],[-2.5416,51.4073],[-2.544101,51.4077],[-2.548,51.4084],[-2.555399,51.4102],[-2.5557,51.412],[-2.556,51.4123],[-2.5593,51.4124],[-2.5597,51.4132],[-2.5615,51.4129],[-2.564301,51.4044],[-2.5699,51.4037],[-2.572599,51.4001],[-2.576601,51.4017],[-2.5782,51.4009],[-2.5838,51.4009],[-2.584899,51.4006],[-2.585799,51.4011],[-2.587199,51.4002],[-2.5882,51.4003],[-2.5918,51.3983],[-2.5929,51.3985],[-2.592999,51.3977],[-2.596299,51.3988],[-2.596601,51.3996],[-2.598701,51.3997],[-2.598799,51.3990],[-2.599699,51.3981],[-2.600199,51.3981],[-2.6013,51.3996],[-2.602099,51.4013],[-2.603701,51.4023],[-2.604599,51.4029],[-2.606699,51.4033],[-2.606801,51.4032],[-2.606899,51.4029],[-2.6101,51.4037],[-2.6101,51.4042],[-2.612799,51.4047],[-2.6131,51.4042],[-2.615299,51.4046],[-2.617001,51.405],[-2.617001,51.4048],[-2.616899,51.4046],[-2.618701,51.4046],[-2.618799,51.4049],[-2.6206,51.4047],[-2.6231,51.4036],[-2.6285,51.4037],[-2.6296,51.4042],[-2.631601,51.4055],[-2.6338,51.407],[-2.634399,51.4087],[-2.632,51.4105],[-2.6329,51.4111],[-2.6305,51.414],[-2.63010,51.4144],[-2.63010,51.4163],[-2.6307,51.4168],[-2.630899,51.4172],[-2.631099,51.4178],[-2.6318,51.4195],[-2.6319,51.4197],[-2.632999,51.4209],[-2.635,51.4232],[-2.635,51.4239],[-2.634599,51.4255],[-2.6336,51.4288],[-2.6322,51.4356],[-2.6324,51.4394],[-2.6338,51.4402],[-2.634501,51.4422],[-2.633701,51.4467],[-2.6333,51.4470],[-2.632699,51.4474],[-2.6296,51.4473],[-2.6262,51.4479],[-2.6238,51.4485],[-2.622999,51.4491],[-2.6239,51.4500],[-2.625,51.4519],[-2.6275,51.4559],[-2.628599,51.4573],[-2.628901,51.4584],[-2.629101,51.4603],[-2.6294,51.4618],[-2.63,51.4639],[-2.630599,51.4655],[-2.631201,51.4664],[-2.6318,51.4671],[-2.6328,51.4678],[-2.634799,51.4687],[-2.6384,51.4698],[-2.642299,51.4708],[-2.645,51.472],[-2.646699,51.473],[-2.647799,51.4738],[-2.64840,51.4749],[-2.648799,51.4768],[-2.648999,51.478],[-2.649301,51.4787],[-2.65,51.4798],[-2.651201,51.4809],[-2.652499,51.4819],[-2.6543,51.4833],[-2.655499,51.4844],[-2.6572,51.4858],[-2.6582,51.4866],[-2.659501,51.4871],[-2.661099,51.4873],[-2.6626,51.4871],[-2.663501,51.4867],[-2.664599,51.4855],[-2.666699,51.483],[-2.6685,51.482],[-2.669899,51.4815],[-2.671299,51.481],[-2.6733,51.4805],[-2.676001,51.4806],[-2.6787,51.4812],[-2.680599,51.4818],[-2.682499,51.4829],[-2.6847,51.4842],[-2.6881,51.4866],[-2.6933,51.4906],[-2.6963,51.4927],[-2.7009,51.4947],[-2.704799,51.496],[-2.7074,51.4974],[-2.7084,51.4980],[-2.7077,51.4989],[-2.7077,51.4994],[-2.7075,51.4998],[-2.7072,51.4999],[-2.7067,51.4999],[-2.7061,51.4998],[-2.7054,51.4996],[-2.703701,51.499],[-2.702899,51.4988],[-2.702399,51.4988],[-2.702199,51.4989],[-2.7021,51.4993],[-2.7023,51.4997],[-2.703099,51.5006],[-2.70460,51.502],[-2.7049,51.5027],[-2.7049,51.5032],[-2.7047,51.5037],[-2.7026,51.5064],[-2.697299,51.5122],[-2.697099,51.5126],[-2.697099,51.5130],[-2.6974,51.5132],[-2.6979,51.5132],[-2.698299,51.5131],[-2.699899,51.5114],[-2.70250,51.5082],[-2.7042,51.5066],[-2.70460,51.5066],[-2.7049,51.5068],[-2.704799,51.5072],[-2.704101,51.5080],[-2.701499,51.5109],[-2.701601,51.5113],[-2.7019,51.5114],[-2.7023,51.5112],[-2.703701,51.5100],[-2.7058,51.5077],[-2.707799,51.5057],[-2.708501,51.5054],[-2.7091,51.5055],[-2.711,51.5062],[-2.714,51.5071],[-2.7144,51.5075],[-2.7145,51.5078],[-2.714301,51.5081],[-2.7126,51.5081],[-2.712001,51.5083],[-2.710299,51.5093],[-2.704,51.5137],[-2.6943,51.5214],[-2.691299,51.5238],[-2.6896,51.5256],[-2.688299,51.5271],[-2.6875,51.5285],[-2.6867,51.5295],[-2.6864,51.5298],[-2.686001,51.5297],[-2.685699,51.5294],[-2.685199,51.5286],[-2.684999,51.5284],[-2.684799,51.5283],[-2.6845,51.5283],[-2.6843,51.5286],[-2.6843,51.5290],[-2.6847,51.5296],[-2.6853,51.5302],[-2.6854,51.5306],[-2.6853,51.531],[-2.684999,51.5315],[-2.683701,51.533],[-2.6823,51.5343],[-2.6817,51.535],[-2.67810,51.5397],[-2.672699,51.5455],[-2.667799,51.5426],[-2.662199,51.5349],[-2.661801,51.5318],[-2.6631,51.5290]]],[[[-2.70460,51.5001],[-2.704999,51.5001],[-2.7056,51.5004],[-2.7063,51.5010],[-2.707599,51.502],[-2.7089,51.5031],[-2.710799,51.5042],[-2.713701,51.5056],[-2.7153,51.5063],[-2.715899,51.5065],[-2.7161,51.5068],[-2.7161,51.5070],[-2.715899,51.5071],[-2.7156,51.5071],[-2.71470,51.5065],[-2.7133,51.5060],[-2.7123,51.5056],[-2.710799,51.5049],[-2.709501,51.5045],[-2.7083,51.5041],[-2.7074,51.5036],[-2.7056,51.5025],[-2.704999,51.502],[-2.7047,51.5017],[-2.7044,51.5010],[-2.7043,51.5004],[-2.70460,51.5001]]]]}, properties:{name:"Bristol"}}, {type:"Feature", geometry:{type:"MultiPolygon", coordinates:[[[[-1.4276, 52.8636],[-1.434101, 52.8630],[-1.439501, 52.8628],[-1.450899, 52.8684],[-1.4562, 52.8703],[-1.460299, 52.8719],[-1.4628, 52.8729],[-1.465199, 52.8733],[-1.4665, 52.8731],[-1.466401, 52.8709],[-1.471699, 52.8711],[-1.478701, 52.8717],[-1.4836, 52.8713],[-1.486699, 52.8707],[-1.4885, 52.8708],[-1.4952, 52.8708],[-1.4952, 52.8712],[-1.4951, 52.8725],[-1.4958, 52.8725],[-1.4959, 52.874],[-1.4974, 52.8741],[-1.4971, 52.8753],[-1.498, 52.8754],[-1.4973, 52.8779],[-1.496899, 52.8843],[-1.4987, 52.8837],[-1.501099, 52.8816],[-1.5022, 52.8804],[-1.503399, 52.881],[-1.504799, 52.8815],[-1.507599, 52.8822],[-1.511201, 52.8826],[-1.5147, 52.8831],[-1.5159, 52.8833],[-1.5172, 52.8838],[-1.518501, 52.8844],[-1.5197, 52.8848],[-1.522001, 52.8853],[-1.524101, 52.8869],[-1.5245, 52.8878],[-1.524999, 52.8886],[-1.526201, 52.8888],[-1.5275, 52.8887],[-1.5301, 52.8876],[-1.533501, 52.887],[-1.535699, 52.887],[-1.537099, 52.8874],[-1.540799, 52.8888],[-1.5416, 52.8896],[-1.541201, 52.8906],[-1.544101, 52.8922],[-1.543701, 52.893],[-1.548, 52.8973],[-1.5505, 52.8963],[-1.553599, 52.9009],[-1.554399, 52.9024],[-1.554999, 52.9085],[-1.5553, 52.9140],[-1.554999, 52.9151],[-1.554399, 52.9154],[-1.5539, 52.9161],[-1.552099, 52.9162],[-1.5517, 52.9173],[-1.549399, 52.9223],[-1.544899, 52.9236],[-1.5409, 52.9239],[-1.5383, 52.9243],[-1.5366, 52.9249],[-1.5348, 52.9257],[-1.5333, 52.9268],[-1.5319, 52.928],[-1.530599, 52.9299],[-1.5281, 52.9316],[-1.526299, 52.9329],[-1.5215, 52.9318],[-1.5208, 52.9326],[-1.519, 52.9333],[-1.516899, 52.934],[-1.515, 52.9342],[-1.512599, 52.9347],[-1.512001, 52.9351],[-1.5117, 52.9362],[-1.511201, 52.9367],[-1.5107, 52.9367],[-1.5088, 52.9369],[-1.508299, 52.9371],[-1.508501, 52.938],[-1.509501, 52.9392],[-1.5096, 52.9409],[-1.5093, 52.9428],[-1.509501, 52.9442],[-1.5093, 52.9448],[-1.5078, 52.9456],[-1.5075, 52.9472],[-1.5059, 52.9479],[-1.5067, 52.9493],[-1.5073, 52.9511],[-1.5074, 52.9525],[-1.5071, 52.9556],[-1.5059, 52.9555],[-1.498999, 52.9558],[-1.4971, 52.9581],[-1.494101, 52.9607],[-1.4943, 52.9614],[-1.4936, 52.9622],[-1.4935, 52.9633],[-1.4935, 52.9637],[-1.4841, 52.9651],[-1.4815, 52.9661],[-1.4798, 52.9669],[-1.4786, 52.9668],[-1.477399, 52.9645],[-1.477, 52.9633],[-1.4759, 52.9635],[-1.4735, 52.9628],[-1.4714, 52.9626],[-1.470199, 52.9622],[-1.4691, 52.9608],[-1.468799, 52.9592],[-1.4684, 52.9579],[-1.4672, 52.9562],[-1.4672, 52.9544],[-1.4678, 52.9521],[-1.468799, 52.9502],[-1.4692, 52.9484],[-1.4691, 52.9478],[-1.467499, 52.9473],[-1.464301, 52.9469],[-1.4599, 52.9461],[-1.4592, 52.945],[-1.4578, 52.9447],[-1.4561, 52.9449],[-1.452399, 52.9468],[-1.448099, 52.9486],[-1.443599, 52.9492],[-1.4392, 52.9497],[-1.4362, 52.95],[-1.433599, 52.9511],[-1.432299, 52.9518],[-1.4216, 52.9504],[-1.413599, 52.9504],[-1.4098, 52.9502],[-1.409899, 52.9499],[-1.412199, 52.9485],[-1.4148, 52.9472],[-1.416401, 52.9459],[-1.419101, 52.9435],[-1.419899, 52.9422],[-1.420799, 52.9397],[-1.421201, 52.9378],[-1.422199, 52.9337],[-1.422899, 52.9315],[-1.422799, 52.9298],[-1.419899, 52.9298],[-1.4183, 52.93],[-1.415699, 52.9302],[-1.411801, 52.9301],[-1.4082, 52.9306],[-1.406, 52.9304],[-1.4031, 52.9299],[-1.400699, 52.9292],[-1.396899, 52.9286],[-1.3908, 52.928],[-1.386299, 52.9266],[-1.383999, 52.9259],[-1.384799, 52.9245],[-1.387001, 52.9229],[-1.388399, 52.9222],[-1.389199, 52.9208],[-1.389899, 52.9193],[-1.3909, 52.9176],[-1.3909, 52.9162],[-1.3902, 52.9145],[-1.3888, 52.9105],[-1.3894, 52.9092],[-1.3915, 52.9044],[-1.3911, 52.9037],[-1.3902, 52.9031],[-1.39, 52.9023],[-1.3896, 52.9018],[-1.3903, 52.9011],[-1.3925, 52.9006],[-1.397799, 52.9003],[-1.400599, 52.9001],[-1.402099, 52.899],[-1.4037, 52.8986],[-1.4046, 52.8972],[-1.4059, 52.8946],[-1.4054, 52.8934],[-1.406, 52.8927],[-1.407699, 52.8923],[-1.408399, 52.8903],[-1.4087, 52.8891],[-1.4095, 52.8878],[-1.411299, 52.8862],[-1.4145, 52.8819],[-1.4223, 52.8824],[-1.422099, 52.8812],[-1.422099, 52.88],[-1.421499, 52.878],[-1.420699, 52.8768],[-1.4196, 52.8755],[-1.419899, 52.875],[-1.421201, 52.8748],[-1.424399, 52.8744],[-1.4252, 52.874],[-1.426, 52.873],[-1.427001, 52.8717],[-1.429301, 52.8706],[-1.429399, 52.8701],[-1.428599, 52.8693],[-1.427899, 52.8693],[-1.4268, 52.8698],[-1.4252, 52.8698],[-1.4245, 52.8695],[-1.4246, 52.8675],[-1.4252, 52.8659],[-1.426601, 52.8658],[-1.4276, 52.8636]]]]}, properties:{name:"Derby"}}, {type:"Feature", geometry:{type:"MultiPolygon", coordinates:[[[[-1.575099, 54.5049],[-1.5756, 54.5050],[-1.575799, 54.5056],[-1.5761, 54.5060],[-1.576699, 54.5063],[-1.5775, 54.5066],[-1.5782, 54.5067],[-1.580099, 54.5064],[-1.5812, 54.5062],[-1.582399, 54.5059],[-1.584, 54.5054],[-1.5849, 54.5050],[-1.5865, 54.5042],[-1.587, 54.5041],[-1.587999, 54.5042],[-1.5886, 54.5043],[-1.5891, 54.5045],[-1.589501, 54.5047],[-1.5897, 54.5049],[-1.5899, 54.5051],[-1.59, 54.5055],[-1.59, 54.5060],[-1.5898, 54.5063],[-1.589301, 54.5067],[-1.588799, 54.5070],[-1.5877, 54.5075],[-1.584301, 54.5083],[-1.5811, 54.5092],[-1.58, 54.5099],[-1.578701, 54.5109],[-1.5778, 54.5118],[-1.5778, 54.5123],[-1.577999, 54.5127],[-1.5782, 54.513],[-1.578501, 54.5132],[-1.5791, 54.5134],[-1.5804, 54.5136],[-1.587399, 54.5133],[-1.589501, 54.5133],[-1.591601, 54.5132],[-1.593099, 54.513],[-1.595, 54.5125],[-1.5973, 54.5118],[-1.5983, 54.5116],[-1.599, 54.5116],[-1.600199, 54.5117],[-1.6007, 54.5119],[-1.6008, 54.5121],[-1.6007, 54.5124],[-1.5998, 54.5138],[-1.598199, 54.5158],[-1.5978, 54.5168],[-1.5978, 54.5173],[-1.5983, 54.5182],[-1.599, 54.5189],[-1.600299, 54.5195],[-1.602399, 54.5202],[-1.6057, 54.5207],[-1.6102, 54.5212],[-1.6098, 54.5216],[-1.6077, 54.5247],[-1.606699, 54.5254],[-1.604699, 54.5262],[-1.6015, 54.5269],[-1.5992, 54.5286],[-1.598199, 54.5298],[-1.5978, 54.5323],[-1.5978, 54.5334],[-1.6009, 54.5355],[-1.603299, 54.5364],[-1.6063, 54.5365],[-1.606099, 54.5413],[-1.6063, 54.5429],[-1.597399, 54.5434],[-1.588701, 54.5444],[-1.5886, 54.5492],[-1.5863, 54.552],[-1.583901, 54.553],[-1.5829, 54.5547],[-1.5827, 54.5586],[-1.579399, 54.56],[-1.5779, 54.5598],[-1.5696, 54.5576],[-1.5648, 54.5572],[-1.564, 54.5575],[-1.5612, 54.5552],[-1.557899, 54.5555],[-1.5409, 54.5617],[-1.539899, 54.5533],[-1.532001, 54.5497],[-1.5251, 54.5541],[-1.522001, 54.5544],[-1.5131, 54.5548],[-1.5117, 54.5541],[-1.510399, 54.5526],[-1.5108, 54.5464],[-1.5122, 54.5406],[-1.514799, 54.5372],[-1.5144, 54.5355],[-1.514199, 54.5313],[-1.516001, 54.5248],[-1.5172, 54.5219],[-1.5174, 54.5187],[-1.5173, 54.5142],[-1.522099, 54.5100],[-1.5305, 54.5050],[-1.5325, 54.5055],[-1.5409, 54.5096],[-1.5453, 54.5107],[-1.547199, 54.5080],[-1.552299, 54.5084],[-1.552299, 54.5067],[-1.5576, 54.5085],[-1.5684, 54.5084],[-1.5689, 54.5067],[-1.573501, 54.5058],[-1.574, 54.5046],[-1.575099, 54.5049]]]]}, properties:{name:"Darlington"}}, {type:"Feature", geometry:{type:"MultiPolygon", coordinates:[[[[-0.9889995, 53.6596],[-0.9908995, 53.6595],[-0.9929995, 53.6592],[-0.9939995, 53.6591],[-0.9980995000000003, 53.6591],[-1.0003, 53.6588],[-1.0088, 53.6583],[-1.0124, 53.6581],[-1.016201, 53.6580],[-1.018501, 53.6578],[-1.020499, 53.6574],[-1.0226, 53.6567],[-1.022799, 53.6565],[-1.0222, 53.6557],[-1.0223, 53.6556],[-1.023901, 53.6548],[-1.0254, 53.6542],[-1.026299, 53.6540],[-1.0275, 53.6540],[-1.0297, 53.6543],[-1.0311, 53.6541],[-1.0333, 53.6537],[-1.034, 53.6537],[-1.0351, 53.6538],[-1.0361, 53.6540],[-1.036801, 53.6543],[-1.0374, 53.6545],[-1.039, 53.6553],[-1.0404, 53.6557],[-1.042001, 53.6559],[-1.0434, 53.6559],[-1.0445, 53.6559],[-1.044899, 53.6562],[-1.0453, 53.6564],[-1.045799, 53.6565],[-1.0509, 53.6567],[-1.054999, 53.657],[-1.056401, 53.657],[-1.0589, 53.6572],[-1.060699, 53.6572],[-1.061401, 53.6572],[-1.062001, 53.6573],[-1.0627, 53.6573],[-1.064101, 53.6575],[-1.0657, 53.6577],[-1.0676, 53.6580],[-1.0698, 53.6582],[-1.075199, 53.6595],[-1.076601, 53.66],[-1.0786, 53.6610],[-1.0806, 53.6621],[-1.083701, 53.6638],[-1.086001, 53.6648],[-1.0872, 53.6652],[-1.0884, 53.6659],[-1.0897, 53.6664],[-1.091601, 53.667],[-1.093199, 53.6675],[-1.0957, 53.6686],[-1.096801, 53.669],[-1.103, 53.6707],[-1.103799, 53.6708],[-1.108999, 53.6708],[-1.1098, 53.6709],[-1.11, 53.671],[-1.1101, 53.6712],[-1.1101, 53.6719],[-1.11, 53.6742],[-1.1099, 53.6745],[-1.101099, 53.6739],[-1.098, 53.6741],[-1.0971, 53.6742],[-1.096601, 53.6744],[-1.095299, 53.6754],[-1.0926, 53.6775],[-1.0899, 53.6795],[-1.084501, 53.6843],[-1.083099, 53.6862],[-1.0818, 53.6882],[-1.077, 53.6946],[-1.0762, 53.6966],[-1.0757, 53.6978],[-1.0748, 53.7],[-1.0742, 53.7024],[-1.073799, 53.7034],[-1.0736, 53.7037],[-1.0733, 53.7038],[-1.072899, 53.7038],[-1.070099, 53.7034],[-1.068099, 53.7032],[-1.0675, 53.7033],[-1.0668, 53.7037],[-1.0663, 53.7041],[-1.0654, 53.7038],[-1.0648, 53.7039],[-1.064399, 53.7040],[-1.063501, 53.7044],[-1.062001, 53.7053],[-1.0606, 53.7058],[-1.059999, 53.7059],[-1.059301, 53.7059],[-1.058501, 53.7055],[-1.0576, 53.7050],[-1.0555, 53.7035],[-1.0542, 53.7025],[-1.0525, 53.7015],[-1.051601, 53.7009],[-1.0513, 53.7005],[-1.051, 53.7],[-1.0509, 53.6993],[-1.051, 53.6988],[-1.0517, 53.6976],[-1.0519, 53.6971],[-1.0519, 53.6969],[-1.0517, 53.6965],[-1.051499, 53.6963],[-1.0511, 53.6960],[-1.0506, 53.6959],[-1.049999, 53.6959],[-1.0488, 53.6962],[-1.047199, 53.6971],[-1.046, 53.6978],[-1.0454, 53.698],[-1.0448, 53.6981],[-1.044301, 53.6981],[-1.0434, 53.698],[-1.0426, 53.6978],[-1.0417, 53.6974],[-1.040599, 53.6966],[-1.039999, 53.6960],[-1.0394, 53.6954],[-1.0388, 53.6948],[-1.0384, 53.6943],[-1.0381, 53.694],[-1.0376, 53.6937],[-1.0373, 53.6936],[-1.0369, 53.6936],[-1.0359, 53.6937],[-1.0347, 53.6941],[-1.0325, 53.6951],[-1.030699, 53.6957],[-1.0283, 53.6961],[-1.022699, 53.6968],[-1.0194, 53.6972],[-1.0158, 53.6972],[-1.013, 53.697],[-1.0109, 53.6965],[-1.0079, 53.6954],[-1.006099, 53.6947],[-1.005399, 53.6946],[-1.004699, 53.6945],[-1.0036, 53.6946],[-1.0032, 53.6947],[-1.0023, 53.6951],[-1.0014, 53.6958],[-1.0009, 53.6963],[-1.0001, 53.6975],[-0.9999995, 53.6979],[-0.9997995, 53.6986],[-0.9996995, 53.6988],[-0.9995005, 53.6989],[-0.9970005, 53.6989],[-0.9956995, 53.6987],[-0.9948995, 53.6985],[-0.9921995, 53.6976],[-0.9916995, 53.6975],[-0.9902995, 53.6974],[-0.9876995000000002, 53.6976],[-0.9857995, 53.6979],[-0.9850995, 53.6979],[-0.9835995, 53.6977],[-0.9783995, 53.697],[-0.9775995, 53.6971],[-0.9773995, 53.6972],[-0.9771995, 53.6974],[-0.9771995, 53.6976],[-0.9772995, 53.698],[-0.9774995, 53.6984],[-0.9779995, 53.6989],[-0.9785995, 53.6996],[-0.9789005, 53.7],[-0.9791005, 53.7003],[-0.9795005, 53.7015],[-0.9797995000000003, 53.703],[-0.9796995, 53.7036],[-0.9795995, 53.7040],[-0.9793995, 53.7043],[-0.9791995, 53.7045],[-0.9779995, 53.7049],[-0.9762005000000002, 53.7053],[-0.9720005, 53.7061],[-0.9687995, 53.7066],[-0.9664005, 53.7070],[-0.9652995, 53.7070],[-0.9647995, 53.7068],[-0.9645995000000002, 53.7067],[-0.9643005, 53.7065],[-0.9641005, 53.7063],[-0.9639005, 53.7058],[-0.9639995, 53.7050],[-0.9641995, 53.7044],[-0.9643995, 53.7041],[-0.9645995000000002, 53.7039],[-0.9649995, 53.7036],[-0.9652995, 53.7035],[-0.9660995, 53.7032],[-0.9668005000000002, 53.7028],[-0.9670995, 53.7024],[-0.9671995, 53.7021],[-0.9670995, 53.7016],[-0.9668995, 53.7014],[-0.9666005, 53.7011],[-0.9660005, 53.7009],[-0.9652995, 53.7008],[-0.9645005, 53.7007],[-0.9631995, 53.7005],[-0.9621995, 53.7006],[-0.9614005, 53.7009],[-0.9607995, 53.7012],[-0.9604995, 53.7014],[-0.9603995, 53.7017],[-0.9602995, 53.7024],[-0.9601995, 53.7031],[-0.9599995, 53.7035],[-0.9595995000000002, 53.7038],[-0.9591005, 53.7040],[-0.9580995, 53.7043],[-0.9556995, 53.7047],[-0.9551995, 53.7049],[-0.9547995, 53.7051],[-0.9546995, 53.7053],[-0.9547995, 53.7056],[-0.9549995, 53.7059],[-0.9564995, 53.7070],[-0.9574995, 53.7079],[-0.9574995, 53.7081],[-0.9572995, 53.7084],[-0.9564995, 53.7092],[-0.9555995, 53.7100],[-0.9553995, 53.7106],[-0.9553995, 53.7112],[-0.9560005, 53.7131],[-0.9560995, 53.7139],[-0.9560995, 53.7146],[-0.9558995, 53.7149],[-0.9555995, 53.7152],[-0.9551995, 53.7154],[-0.9543995, 53.7154],[-0.9510995, 53.7147],[-0.9472995, 53.7135],[-0.9451995, 53.7130],[-0.9431995, 53.7126],[-0.9420005, 53.7126],[-0.9412005, 53.7127],[-0.9403995, 53.7129],[-0.9395005, 53.7132],[-0.9382995, 53.7138],[-0.9356995, 53.7153],[-0.9348995, 53.7157],[-0.9339995, 53.7160],[-0.9316995, 53.7166],[-0.9276995000000002, 53.7177],[-0.9248995, 53.7186],[-0.9228995, 53.7188],[-0.9201995, 53.7190],[-0.9176995, 53.7192],[-0.9153995, 53.7192],[-0.9141005, 53.7192],[-0.9123995, 53.7191],[-0.9114005, 53.7190],[-0.9095005000000002, 53.7187],[-0.9083995, 53.7185],[-0.9066995, 53.7178],[-0.9039995, 53.7169],[-0.9033995, 53.7168],[-0.9023995, 53.7171],[-0.9016995, 53.7174],[-0.9012005, 53.7179],[-0.9010005, 53.7183],[-0.9007995, 53.7196],[-0.9007995, 53.7204],[-0.9012005, 53.7224],[-0.9018005, 53.7242],[-0.9021995, 53.7250],[-0.9039005, 53.7264],[-0.9047995, 53.7271],[-0.9054995, 53.7275],[-0.9070005, 53.7279],[-0.9082995, 53.7283],[-0.9085995, 53.7285],[-0.9087995, 53.7289],[-0.9089005, 53.7292],[-0.9087995, 53.7295],[-0.9085005000000002, 53.73],[-0.9080995000000002, 53.7307],[-0.9078995, 53.7316],[-0.9080995000000002, 53.7321],[-0.9085995, 53.7326],[-0.9091995, 53.7329],[-0.9096995, 53.7331],[-0.9103995, 53.7333],[-0.9107995000000002, 53.7334],[-0.9114995, 53.7335],[-0.9122995, 53.7335],[-0.9152995, 53.7332],[-0.9187005, 53.7328],[-0.9216995, 53.7324],[-0.9260005, 53.7321],[-0.9293005, 53.732],[-0.9325995, 53.7322],[-0.9352995, 53.7324],[-0.9377995, 53.7326],[-0.9389995, 53.7327],[-0.9397995, 53.7328],[-0.9405995, 53.733],[-0.9433995, 53.7341],[-0.9462995, 53.7354],[-0.9482995, 53.7361],[-0.9496995000000003, 53.7363],[-0.9508995, 53.7363],[-0.9525995, 53.7361],[-0.9550995, 53.7359],[-0.9564005, 53.7359],[-0.9570005, 53.736],[-0.9582995, 53.7364],[-0.9591005, 53.7367],[-0.9595005, 53.7371],[-0.9596995, 53.7374],[-0.9597995, 53.7377],[-0.9597995, 53.738],[-0.9593995, 53.739],[-0.9589995, 53.741],[-0.9589995, 53.7423],[-0.9593005000000002, 53.7437],[-0.9595005, 53.7443],[-0.9598995, 53.7452],[-0.9604995, 53.746],[-0.9610005, 53.7465],[-0.9620005, 53.7472],[-0.9630995, 53.7478],[-0.9658995, 53.7487],[-0.9679995000000002, 53.7493],[-0.9680995, 53.7494],[-0.9677995, 53.7496],[-0.9670005, 53.75],[-0.9660005, 53.7508],[-0.9653995, 53.7511],[-0.9643005, 53.7514],[-0.9612995, 53.7519],[-0.9583995, 53.7527],[-0.9555995, 53.7535],[-0.9548995, 53.7536],[-0.9531995, 53.7535],[-0.9520005, 53.7535],[-0.9512005, 53.7536],[-0.9505995, 53.7537],[-0.9498995, 53.754],[-0.9482995, 53.7548],[-0.9452995, 53.7562],[-0.9406995, 53.7582],[-0.9375995, 53.7597],[-0.9345005, 53.7611],[-0.9312995, 53.7621],[-0.9281995, 53.7635],[-0.9274995, 53.7641],[-0.9266005, 53.7650],[-0.9262005, 53.7658],[-0.9258995, 53.7668],[-0.9254995, 53.7693],[-0.9254995, 53.7707],[-0.9255995, 53.7722],[-0.9256995, 53.7727],[-0.9260005, 53.7732],[-0.9262995000000003, 53.7736],[-0.9268005, 53.7740],[-0.9277995, 53.7745],[-0.9310005, 53.7756],[-0.9321995, 53.7763],[-0.9326995, 53.7768],[-0.9330995, 53.7773],[-0.9332995, 53.7778],[-0.9335995, 53.7791],[-0.9337995000000002, 53.7808],[-0.9337005, 53.7816],[-0.9332995, 53.7832],[-0.9329995, 53.785],[-0.9327995, 53.7869],[-0.9324995, 53.7882],[-0.9320995, 53.789],[-0.9316005, 53.7898],[-0.9312005000000002, 53.7902],[-0.9299995, 53.7911],[-0.9285995, 53.7928],[-0.9277995, 53.7939],[-0.9264005, 53.7956],[-0.9257995, 53.7963],[-0.9254995, 53.7968],[-0.9253995000000002, 53.7972],[-0.9254995, 53.7979],[-0.9256995, 53.7983],[-0.9262995000000003, 53.7987],[-0.9270995, 53.7992],[-0.9295995, 53.8004],[-0.9316005, 53.8018],[-0.9322995, 53.8027],[-0.9323995000000003, 53.8029],[-0.9322995, 53.8033],[-0.9320005, 53.8036],[-0.9314005, 53.804],[-0.9295995, 53.8048],[-0.9281995, 53.8057],[-0.9278995, 53.8061],[-0.9277995, 53.8064],[-0.9275995, 53.8081],[-0.9271995, 53.8097],[-0.9270005, 53.8101],[-0.9266995, 53.8105],[-0.9245005, 53.8123],[-0.9225995, 53.8131],[-0.9210995, 53.8136],[-0.9199995, 53.814],[-0.9187995, 53.8145],[-0.9174995, 53.8152],[-0.9171995, 53.8155],[-0.9170995, 53.8158],[-0.9170995, 53.816],[-0.9172995, 53.8165],[-0.9174995, 53.8168],[-0.9177995, 53.8171],[-0.9180995, 53.8173],[-0.9193005, 53.8179],[-0.9210995, 53.8187],[-0.9248995, 53.8208],[-0.9270995, 53.8214],[-0.9285995, 53.8216],[-0.9306995, 53.8218],[-0.9345005, 53.8223],[-0.9360005, 53.8227],[-0.9372995, 53.8233],[-0.9376995, 53.8236],[-0.9381995, 53.8241],[-0.9385005, 53.8246],[-0.9389005, 53.8260],[-0.9391005, 53.828],[-0.9389005, 53.8299],[-0.9383995, 53.8319],[-0.9383995, 53.8328],[-0.9385005, 53.8333],[-0.9387005000000002, 53.8338],[-0.9397995, 53.8351],[-0.9412995000000002, 53.8363],[-0.9418995, 53.8370],[-0.9420995, 53.8374],[-0.9421995, 53.8381],[-0.9422995000000002, 53.8397],[-0.9423995, 53.8404],[-0.9424995, 53.8408],[-0.9431995, 53.8424],[-0.9445005, 53.8447],[-0.9445995000000003, 53.845],[-0.9445005, 53.8454],[-0.9441995, 53.8459],[-0.9432995, 53.8468],[-0.9427995, 53.8473],[-0.9426995, 53.8475],[-0.9426995, 53.8479],[-0.9430995, 53.8491],[-0.9439005, 53.8513],[-0.9439995, 53.8519],[-0.9439995, 53.8521],[-0.9439005, 53.8523],[-0.9435995000000003, 53.8525],[-0.9418995, 53.8532],[-0.9403995, 53.854],[-0.9399995, 53.8543],[-0.9396995, 53.8547],[-0.9395005, 53.8552],[-0.9395005, 53.8559],[-0.9396995, 53.8563],[-0.9400995, 53.8568],[-0.9418005, 53.8584],[-0.9441995, 53.8605],[-0.9453995, 53.8618],[-0.9458995, 53.8627],[-0.9458995, 53.8632],[-0.9455995, 53.8641],[-0.9452995, 53.8646],[-0.9446995, 53.8653],[-0.9439005, 53.8659],[-0.9424995, 53.8667],[-0.9408995, 53.8672],[-0.9393995, 53.8674],[-0.9387005000000002, 53.8677],[-0.9381995, 53.868],[-0.9379995, 53.8682],[-0.9377995, 53.8686],[-0.9376995, 53.869],[-0.9376995, 53.8694],[-0.9377995, 53.8704],[-0.9379995, 53.8713],[-0.9385995, 53.8727],[-0.9385995, 53.8744],[-0.9385005, 53.8749],[-0.9383995, 53.8754],[-0.9371995, 53.8773],[-0.9366005, 53.8779],[-0.9358995, 53.8785],[-0.9343995, 53.8797],[-0.9335005, 53.8808],[-0.9325995, 53.8828],[-0.9323995000000003, 53.884],[-0.9325995, 53.8848],[-0.9331995, 53.8854],[-0.9346995, 53.8863],[-0.9350995, 53.8865],[-0.9352995, 53.8867],[-0.9358995, 53.8879],[-0.9362995, 53.8883],[-0.9366005, 53.8886],[-0.9370005, 53.8888],[-0.9372995, 53.8889],[-0.9402995, 53.889],[-0.9408995, 53.8891],[-0.9414005, 53.8893],[-0.9425995, 53.8899],[-0.9430995, 53.8904],[-0.9431995, 53.8906],[-0.9429995, 53.8919],[-0.9429995, 53.8922],[-0.9432995, 53.8925],[-0.9447995, 53.8933],[-0.9449995, 53.8936],[-0.9450995, 53.8940],[-0.9450995, 53.8949],[-0.9449995, 53.8953],[-0.9447995, 53.8956],[-0.9445005, 53.8959],[-0.9441995, 53.8961],[-0.9425995, 53.8970],[-0.9410995, 53.8978],[-0.9396995, 53.8986],[-0.9387005000000002, 53.8994],[-0.9383995, 53.8997],[-0.9382995, 53.9001],[-0.9385005, 53.9010],[-0.9385005, 53.9012],[-0.9382995, 53.9017],[-0.9378995, 53.9024],[-0.9378995, 53.9026],[-0.9385995, 53.9041],[-0.9385995, 53.9046],[-0.9385005, 53.9048],[-0.9381995, 53.9052],[-0.9372995, 53.9062],[-0.9368005, 53.9075],[-0.9364995000000002, 53.9079],[-0.9358995, 53.9083],[-0.9353995, 53.9086],[-0.9349995, 53.9088],[-0.9345995, 53.9089],[-0.9328995, 53.9092],[-0.9318995, 53.9093],[-0.9312995, 53.9094],[-0.9310005, 53.9095],[-0.9305995, 53.9097],[-0.9301995, 53.9101],[-0.9299995, 53.9105],[-0.9299995, 53.9108],[-0.9300995000000002, 53.9116],[-0.9300995000000002, 53.912],[-0.9298995, 53.9126],[-0.9293995000000002, 53.9137],[-0.9287995, 53.9147],[-0.9287995, 53.9152],[-0.9291005, 53.9158],[-0.9299995, 53.9171],[-0.9301995, 53.9176],[-0.9300995000000002, 53.9179],[-0.9297995, 53.9182],[-0.9285995, 53.919],[-0.9282995, 53.9192],[-0.9264005, 53.9212],[-0.9254995, 53.922],[-0.9250995, 53.9222],[-0.9248995, 53.9222],[-0.9241995, 53.9221],[-0.9225995, 53.9216],[-0.9216995, 53.9214],[-0.9212005, 53.9214],[-0.9207995, 53.9215],[-0.9203995, 53.9217],[-0.9201995, 53.9219],[-0.9200995, 53.9222],[-0.9199995, 53.9226],[-0.9198995, 53.9235],[-0.9200995, 53.9248],[-0.9206995, 53.9259],[-0.9214995, 53.927],[-0.9235005, 53.9287],[-0.9250995, 53.9297],[-0.9260005, 53.9303],[-0.9264005, 53.9308],[-0.9264005, 53.931],[-0.9262005, 53.9315],[-0.9253995000000002, 53.9327],[-0.9248995, 53.9333],[-0.9243005, 53.934],[-0.9239005, 53.9344],[-0.9235005, 53.9347],[-0.9225995, 53.9353],[-0.9218005, 53.9358],[-0.9216995, 53.9361],[-0.9218005, 53.9364],[-0.9225995, 53.9369],[-0.9239005, 53.9376],[-0.9241005000000002, 53.9379],[-0.9241995, 53.9384],[-0.9241005000000002, 53.9391],[-0.9237995, 53.9402],[-0.9235995, 53.9412],[-0.9235995, 53.9418],[-0.9237995, 53.9421],[-0.9254995, 53.9427],[-0.9262995000000003, 53.9433],[-0.9262995000000003, 53.9435],[-0.9262005, 53.9438],[-0.9257995, 53.9442],[-0.9245995, 53.9452],[-0.9243005, 53.9455],[-0.9243005, 53.9456],[-0.9247995, 53.9462],[-0.9250995, 53.9466],[-0.9251995, 53.9469],[-0.9252995000000003, 53.9472],[-0.9252995000000003, 53.9474],[-0.9250995, 53.9477],[-0.9243995, 53.9483],[-0.9229995000000002, 53.9494],[-0.9228995, 53.9499],[-0.9229995000000002, 53.9503],[-0.9235005, 53.9509],[-0.9254995, 53.9529],[-0.9255995, 53.9531],[-0.9254995, 53.9535],[-0.9251995, 53.9538],[-0.9245995, 53.9542],[-0.9232995000000002, 53.9552],[-0.9216995, 53.9564],[-0.9204995, 53.9578],[-0.9199995, 53.9585],[-0.9196995, 53.9592],[-0.9195005, 53.9600],[-0.9195005, 53.9610],[-0.9196995, 53.9621],[-0.9200995, 53.9630],[-0.9204995, 53.9636],[-0.9216005, 53.9644],[-0.9222995000000002, 53.9649],[-0.9224995, 53.9650],[-0.9229995000000002, 53.9651],[-0.9241995, 53.9651],[-0.9257995, 53.9653],[-0.9270005, 53.9655],[-0.9277995, 53.9657],[-0.9295005, 53.9669],[-0.9306995, 53.9680],[-0.9312005000000002, 53.9685],[-0.9314005, 53.9688],[-0.9314995, 53.9691],[-0.9316005, 53.9698],[-0.9316005, 53.9707],[-0.9312995, 53.9713],[-0.9310995, 53.9715],[-0.9307995, 53.9718],[-0.9293995000000002, 53.9728],[-0.9291005, 53.9731],[-0.9289005, 53.9734],[-0.9285005, 53.9746],[-0.9282995, 53.9751],[-0.9279995, 53.9755],[-0.9266005, 53.9769],[-0.9264005, 53.9773],[-0.9262995000000003, 53.9793],[-0.9262005, 53.9797],[-0.9256995, 53.9806],[-0.9254995, 53.9812],[-0.9254995, 53.9815],[-0.9255995, 53.9821],[-0.9258995, 53.9832],[-0.9258995, 53.9837],[-0.9257995, 53.984],[-0.9253995000000002, 53.9845],[-0.9237005, 53.9862],[-0.9231995, 53.9869],[-0.9223995, 53.9887],[-0.9216995, 53.9895],[-0.9212995000000002, 53.9898],[-0.9206995, 53.9901],[-0.9172995, 53.9913],[-0.9139005, 53.9922],[-0.9125995, 53.9928],[-0.9114995, 53.9935],[-0.9106995, 53.994],[-0.9102995, 53.9943],[-0.9100995, 53.9946],[-0.9099995, 53.9952],[-0.9098995, 53.9958],[-0.9097995, 53.9961],[-0.9095995, 53.9964],[-0.9091995, 53.9968],[-0.9085995, 53.9971],[-0.9074995, 53.9977],[-0.9054995, 53.9985],[-0.9041995, 53.9989],[-0.9016005, 53.9993],[-0.9010005, 53.9995],[-0.9004995, 53.9996],[-0.9001995, 53.9997],[-0.8995005, 54.0006],[-0.8993005, 54.0008],[-0.8989995, 54.0010],[-0.8985005, 54.0010],[-0.8977995, 54.0008],[-0.8973995, 54.0006],[-0.8968005, 53.9999],[-0.8966005, 53.9996],[-0.8964995, 53.9995],[-0.8962995, 53.9993],[-0.8960995, 53.9992],[-0.8954995, 53.9991],[-0.8947995, 53.9991],[-0.8939005, 53.9991],[-0.8935005, 53.9992],[-0.8928995, 53.9994],[-0.8924995000000002, 53.9998],[-0.8920995, 54.0006],[-0.8914005, 54.0021],[-0.8908995, 54.0029],[-0.8905995, 54.0033],[-0.8900995000000002, 54.0038],[-0.8893995, 54.0044],[-0.8887005, 54.0052],[-0.8885005000000002, 54.0055],[-0.8881995, 54.0061],[-0.8879995, 54.0069],[-0.8876995, 54.0095],[-0.8872995, 54.0105],[-0.8870995000000002, 54.0108],[-0.8868005, 54.011],[-0.8864995, 54.0112],[-0.8849995000000003, 54.0117],[-0.8832995, 54.0121],[-0.8804995, 54.0128],[-0.8783995, 54.0136],[-0.8749995, 54.0149],[-0.8745005, 54.0152],[-0.8743005, 54.0155],[-0.8743005, 54.0158],[-0.8745005, 54.0162],[-0.8747995, 54.0164],[-0.8756995, 54.0169],[-0.8764995, 54.0173],[-0.8766005, 54.0174],[-0.8764995, 54.0175],[-0.8757995, 54.0176],[-0.8718005, 54.0174],[-0.8680995000000002, 54.0172],[-0.8660005, 54.0170],[-0.8637995, 54.0170],[-0.8620005, 54.0172],[-0.8606995000000002, 54.0174],[-0.8576995, 54.0179],[-0.8558995, 54.0181],[-0.8537995, 54.0184],[-0.8522995, 54.0186],[-0.8495005, 54.0192],[-0.8479995, 54.0195],[-0.8460005, 54.0202],[-0.8433995, 54.0217],[-0.8426995000000002, 54.0219],[-0.8416005, 54.0221],[-0.8407995, 54.0222],[-0.8375995000000002, 54.0223],[-0.8291005, 54.0222],[-0.8230995, 54.0215],[-0.8216995000000002, 54.0214],[-0.8196995, 54.0215],[-0.8151995, 54.0224],[-0.8110995, 54.0229],[-0.8087005, 54.0238],[-0.8075995, 54.0240],[-0.8070005, 54.0240],[-0.8010005, 54.0233],[-0.7996995000000002, 54.0228],[-0.7993005, 54.0224],[-0.7993005, 54.0219],[-0.7999995, 54.0205],[-0.8000995, 54.0201],[-0.7999995, 54.0198],[-0.7996995000000002, 54.0198],[-0.7964005, 54.0207],[-0.7914995, 54.0217],[-0.7772995, 54.0247],[-0.7754995, 54.0251],[-0.7747995, 54.0252],[-0.7735995, 54.0254],[-0.7716005, 54.0254],[-0.7695005, 54.0248],[-0.7687005, 54.0247],[-0.7646995, 54.0248],[-0.7595995, 54.0252],[-0.7548995, 54.0258],[-0.7516995, 54.0266],[-0.7458995000000002, 54.0276],[-0.7401995, 54.0288],[-0.7352995, 54.0298],[-0.7337005, 54.0307],[-0.7330995, 54.0308],[-0.7324995, 54.0304],[-0.7320005, 54.0298],[-0.7312005, 54.0281],[-0.7307995, 54.0274],[-0.7300995, 54.0257],[-0.7295995, 54.0241],[-0.7291995, 54.0225],[-0.7291005000000002, 54.0213],[-0.7291995, 54.0194],[-0.7291005000000002, 54.0171],[-0.7289995, 54.0146],[-0.7289005, 54.0142],[-0.7287005, 54.0137],[-0.7282995, 54.0135],[-0.7216005000000002, 54.0131],[-0.7191995, 54.0130],[-0.7182995, 54.0129],[-0.7176995, 54.0127],[-0.7174995, 54.0124],[-0.7172995, 54.0112],[-0.7170005, 54.011],[-0.7164005, 54.0111],[-0.7135995, 54.0122],[-0.7123995, 54.0120],[-0.7102995, 54.0115],[-0.7095995000000002, 54.0112],[-0.7091005, 54.0108],[-0.7068995, 54.0084],[-0.7060005, 54.0078],[-0.7025995, 54.0058],[-0.6960005, 54.0064],[-0.6874995, 54.0068],[-0.6821995, 54.0076],[-0.6814995, 54.0078],[-0.6812005, 54.0084],[-0.6808995, 54.0095],[-0.6801995, 54.0114],[-0.6801995, 54.0116],[-0.6814005, 54.0126],[-0.6814995, 54.0129],[-0.6812995, 54.0136],[-0.6808995, 54.0141],[-0.6797995, 54.0151],[-0.6770995, 54.0171],[-0.6764995, 54.0177],[-0.6764995, 54.0181],[-0.6766995, 54.0186],[-0.6768995, 54.0190],[-0.6772995, 54.0192],[-0.6779995, 54.0195],[-0.6789995, 54.0203],[-0.6797995, 54.0214],[-0.6803995, 54.0234],[-0.6805995, 54.0236],[-0.6810995, 54.0237],[-0.6847995, 54.0240],[-0.6852995, 54.0242],[-0.6856995, 54.0246],[-0.6857995, 54.025],[-0.6857995, 54.0268],[-0.6857995, 54.0290],[-0.6855995, 54.0303],[-0.6852995, 54.0312],[-0.6841995, 54.0323],[-0.6821995, 54.0336],[-0.6807995, 54.0342],[-0.6797995, 54.0345],[-0.6789995, 54.0346],[-0.6787995, 54.0357],[-0.6785995, 54.0367],[-0.6782995, 54.0373],[-0.6773995, 54.0379],[-0.6768005, 54.0381],[-0.6755995, 54.0386],[-0.6743995, 54.0387],[-0.6733995, 54.0387],[-0.6716005000000002, 54.0386],[-0.6695005, 54.0385],[-0.6680995, 54.0384],[-0.6660995, 54.0383],[-0.6641005, 54.0383],[-0.6632995, 54.0382],[-0.6620005, 54.0375],[-0.6603995, 54.0368],[-0.6595005, 54.0369],[-0.6589995, 54.0376],[-0.6580995, 54.0389],[-0.6521995000000002, 54.047],[-0.6518005, 54.0474],[-0.6512995, 54.0478],[-0.6487995, 54.05],[-0.6460005, 54.053],[-0.6441995, 54.0548],[-0.6441995, 54.0552],[-0.6491005, 54.0581],[-0.6568005, 54.0619],[-0.6591995, 54.0634],[-0.6591995, 54.0637],[-0.6585995, 54.0641],[-0.6535995, 54.0655],[-0.6507995, 54.0658],[-0.6441995, 54.0672],[-0.6402995, 54.0678],[-0.6360995, 54.0686],[-0.6343995, 54.069],[-0.6280995, 54.0701],[-0.6237005, 54.0709],[-0.6228995000000002, 54.0710],[-0.6191005, 54.0706],[-0.6171995, 54.0706],[-0.6145995, 54.0711],[-0.6135995, 54.0716],[-0.6091005, 54.0742],[-0.6071995, 54.0756],[-0.6039995, 54.0789],[-0.6029995, 54.0798],[-0.6022995, 54.0801],[-0.6007995, 54.0807],[-0.5971995, 54.0828],[-0.5903995, 54.0874],[-0.5897995, 54.0877],[-0.5889005, 54.0882],[-0.5878995, 54.0885],[-0.5873995, 54.0886],[-0.5854995, 54.0886],[-0.5841995, 54.0887],[-0.5812995, 54.0892],[-0.5770995, 54.0899],[-0.5720005, 54.0906],[-0.5673995, 54.0910],[-0.5632995, 54.0922],[-0.5625995, 54.0927],[-0.5608995, 54.0941],[-0.5601995, 54.0943],[-0.5595995, 54.0944],[-0.5582995, 54.0942],[-0.5554995, 54.0936],[-0.5522995000000002, 54.0933],[-0.5503995, 54.0930],[-0.5474995, 54.0925],[-0.5453995, 54.0923],[-0.5427995, 54.0922],[-0.5414005, 54.0922],[-0.5379995, 54.0924],[-0.5373995, 54.0924],[-0.5368005, 54.0921],[-0.5343005, 54.0902],[-0.5335005, 54.0896],[-0.5326995, 54.0891],[-0.5323995, 54.089],[-0.5318005, 54.0888],[-0.5314005, 54.0888],[-0.5303995, 54.0891],[-0.5287995, 54.0899],[-0.5281995, 54.0902],[-0.5268005, 54.0902],[-0.5260995, 54.0899],[-0.5249995, 54.089],[-0.5243005, 54.0882],[-0.5229995, 54.0864],[-0.5225995, 54.0861],[-0.5220005, 54.086],[-0.5208995, 54.0862],[-0.5181995, 54.0869],[-0.5162005, 54.0876],[-0.5123995, 54.0893],[-0.5116005, 54.0898],[-0.5100995, 54.0912],[-0.5079995, 54.0934],[-0.5073995, 54.0938],[-0.5047995, 54.0956],[-0.5010995, 54.0974],[-0.4985005, 54.099],[-0.4956995, 54.1002],[-0.4933995, 54.1012],[-0.4926995, 54.1015],[-0.4920995, 54.1016],[-0.4870005, 54.102],[-0.4845995, 54.1022],[-0.4827995, 54.1024],[-0.4802995, 54.103],[-0.4757995, 54.1042],[-0.4720005, 54.1051],[-0.4716005, 54.1055],[-0.4714005, 54.1058],[-0.4718005, 54.108],[-0.4714995, 54.1083],[-0.4697995, 54.1088],[-0.4677995, 54.1094],[-0.4675995, 54.1096],[-0.4677995, 54.1103],[-0.4680995, 54.1113],[-0.4685995, 54.1119],[-0.4687005, 54.1125],[-0.4681995, 54.1129],[-0.4639005, 54.1125],[-0.4623995, 54.1127],[-0.4598995, 54.1132],[-0.4580995, 54.1136],[-0.4573995, 54.1139],[-0.4571995, 54.1142],[-0.4568005, 54.1165],[-0.4566005, 54.117],[-0.4554995, 54.1178],[-0.4551995, 54.1182],[-0.4552995, 54.1193],[-0.4554995, 54.1204],[-0.4548995, 54.1231],[-0.4549995, 54.1238],[-0.4566005, 54.1254],[-0.4577995, 54.1269],[-0.4577995, 54.1272],[-0.4533995, 54.1284],[-0.4482995, 54.1301],[-0.4466995, 54.1307],[-0.4380995, 54.1339],[-0.4335005, 54.1355],[-0.4293995, 54.1371],[-0.4277995, 54.1380],[-0.4270995, 54.1385],[-0.4270005, 54.1389],[-0.4272995, 54.1410],[-0.4280995, 54.1456],[-0.4289995, 54.1494],[-0.4295005, 54.1521],[-0.4310005, 54.1588],[-0.4312995, 54.1612],[-0.4318995, 54.1643],[-0.4318005, 54.1648],[-0.4308995, 54.1652],[-0.4272995, 54.1658],[-0.4247995, 54.1666],[-0.4243005, 54.1669],[-0.4239995, 54.1673],[-0.4241995, 54.1691],[-0.4241005, 54.1696],[-0.4237995, 54.17],[-0.4230995, 54.1705],[-0.4220995, 54.1709],[-0.4205995, 54.1714],[-0.4175995, 54.1718],[-0.4171995, 54.172],[-0.4170005, 54.1723],[-0.4170995, 54.173],[-0.4170995, 54.1733],[-0.4168005, 54.1738],[-0.4162995, 54.1742],[-0.4154995, 54.1746],[-0.4116005, 54.1756],[-0.4075995, 54.1764],[-0.4045995, 54.1767],[-0.4039995, 54.1768],[-0.4035005, 54.1765],[-0.4023995, 54.1756],[-0.4018995, 54.1754],[-0.4012005, 54.1752],[-0.4003995, 54.1751],[-0.3966005, 54.1757],[-0.3937995, 54.1764],[-0.3914995, 54.1767],[-0.3896995, 54.177],[-0.3877995, 54.1768],[-0.3860005, 54.1762],[-0.3850995, 54.1756],[-0.3835005, 54.1741],[-0.3801995, 54.1713],[-0.3780995, 54.1694],[-0.3768995, 54.1682],[-0.3750995, 54.1656],[-0.3741995, 54.1636],[-0.3731995, 54.1611],[-0.3729995, 54.1599],[-0.3725995, 54.1578],[-0.3725995, 54.1575],[-0.3737995, 54.1562],[-0.3739005, 54.1558],[-0.3737005, 54.1554],[-0.3732995, 54.1551],[-0.3721995, 54.1548],[-0.3699995, 54.1543],[-0.3668005, 54.1537],[-0.3607995, 54.1531],[-0.3600995, 54.1529],[-0.3596995, 54.1528],[-0.3593995, 54.1525],[-0.3571995, 54.15],[-0.3564005, 54.1492],[-0.3556995, 54.1491],[-0.3526995, 54.1502],[-0.3518995, 54.1504],[-0.3510995, 54.1504],[-0.3500995, 54.1502],[-0.3491995, 54.1498],[-0.3487995, 54.1496],[-0.3482995, 54.1494],[-0.3479995, 54.1490],[-0.3468005, 54.1473],[-0.3464005, 54.1472],[-0.3445005, 54.1477],[-0.3425995, 54.1483],[-0.3401995, 54.1492],[-0.3383995, 54.15],[-0.3380995, 54.15],[-0.3347995, 54.15],[-0.3324995, 54.1498],[-0.3312005, 54.1498],[-0.3301995, 54.1499],[-0.3291005, 54.15],[-0.3268005, 54.1499],[-0.3248995, 54.15],[-0.3235005, 54.1499],[-0.3230995, 54.1495],[-0.3229995, 54.1491],[-0.3229995, 54.1479],[-0.3228995, 54.1474],[-0.3224995, 54.1465],[-0.3220005, 54.1458],[-0.3216005, 54.1455],[-0.3203995, 54.1455],[-0.3181995, 54.1459],[-0.3153995, 54.1464],[-0.3147995, 54.1465],[-0.3143995, 54.1464],[-0.3103995, 54.1424],[-0.3070995, 54.1386],[-0.3060995, 54.1378],[-0.3052995, 54.1374],[-0.3043995, 54.1372],[-0.3014995, 54.1370],[-0.2997995, 54.1372],[-0.2970005, 54.1377],[-0.2946995, 54.1384],[-0.2872995, 54.1399],[-0.2853995, 54.1401],[-0.2835995, 54.1402],[-0.2816005, 54.1402],[-0.2762995, 54.1400],[-0.2737005, 54.1398],[-0.2714005, 54.1392],[-0.2680995, 54.1384],[-0.2676995, 54.1385],[-0.2674995, 54.1386],[-0.2670005, 54.1392],[-0.2657995, 54.1406],[-0.2655995, 54.1408],[-0.2652995, 54.1409],[-0.2646995, 54.1410],[-0.2571995, 54.1397],[-0.2512995, 54.1391],[-0.2443995, 54.1381],[-0.2414005, 54.1380],[-0.2398995, 54.1378],[-0.2391005, 54.1376],[-0.2385995, 54.1374],[-0.2374995, 54.1368],[-0.2351995, 54.1352],[-0.2341005, 54.1349],[-0.2328995, 54.1348],[-0.2304995, 54.1351],[-0.2295005, 54.1353],[-0.2260005, 54.1366],[-0.2243005, 54.1376],[-0.2216995, 54.1387],[-0.2214005, 54.1390],[-0.2210995, 54.1394],[-0.2208995, 54.1401],[-0.2210005, 54.1431],[-0.2207995, 54.1437],[-0.2189995, 54.1464],[-0.2155995, 54.1516],[-0.2120005, 54.158],[-0.2108995, 54.1577],[-0.2089005, 54.1573],[-0.2041005, 54.1567],[-0.1993995, 54.1562],[-0.1966995, 54.156],[-0.1905995, 54.1554],[-0.1866995, 54.1549],[-0.1831995, 54.1543],[-0.1797995, 54.1536],[-0.1768005, 54.1532],[-0.1733995, 54.1525],[-0.1698995, 54.1518],[-0.1670995, 54.1508],[-0.1651995, 54.1498],[-0.1622995, 54.1480],[-0.1606995, 54.147],[-0.1598995, 54.1467],[-0.1574995, 54.1465],[-0.1568995, 54.1463],[-0.1556995, 54.1456],[-0.1543995, 54.1450],[-0.1522995, 54.1446],[-0.1495005, 54.1441],[-0.1471995, 54.1435],[-0.1446995, 54.1425],[-0.1412995, 54.1408],[-0.1389005, 54.1398],[-0.1352995, 54.1386],[-0.1312005, 54.1369],[-0.1270995, 54.1356],[-0.1237995, 54.1349],[-0.1224995, 54.1347],[-0.1216995, 54.1345],[-0.1208995, 54.1342],[-0.1199995, 54.1338],[-0.1195995, 54.1337],[-0.1193005, 54.1337],[-0.1189995, 54.1338],[-0.1181995, 54.1344],[-0.1178995, 54.1345],[-0.1176995, 54.1345],[-0.1174995, 54.1344],[-0.1168995, 54.1336],[-0.1164005, 54.1331],[-0.1160995, 54.1331],[-0.1149995, 54.1337],[-0.1145995, 54.1337],[-0.1141995, 54.1336],[-0.1139005, 54.1334],[-0.1135995, 54.1325],[-0.1133995, 54.1322],[-0.1129995, 54.1320],[-0.1123995, 54.1319],[-0.1118005, 54.1321],[-0.1105995, 54.1327],[-0.1095005, 54.133],[-0.1077995, 54.133],[-0.1070995, 54.1329],[-0.1064995, 54.1327],[-0.1060005, 54.1324],[-0.1055995, 54.1320],[-0.1052995, 54.1314],[-0.1049995, 54.1308],[-0.1046995, 54.1306],[-0.1043995, 54.1306],[-0.1037995, 54.1309],[-0.1025995, 54.1316],[-0.1021995, 54.1317],[-0.1018995, 54.1317],[-0.1014005, 54.1314],[-0.1003995, 54.1307],[-0.09979951, 54.1304],[-0.09709952, 54.1297],[-0.09609952, 54.1293],[-0.09549952, 54.1289],[-0.09469952, 54.1282],[-0.09419952, 54.128],[-0.09399952000000002, 54.128],[-0.09370052, 54.1281],[-0.09319951, 54.1288],[-0.09269952, 54.1290],[-0.09219952, 54.1290],[-0.09189951, 54.1288],[-0.09180052, 54.1286],[-0.09219952, 54.1276],[-0.09219952, 54.1273],[-0.09209952, 54.1271],[-0.09160051, 54.1267],[-0.09059951, 54.1261],[-0.08870052, 54.1255],[-0.08739952, 54.1249],[-0.08669952, 54.1247],[-0.08589952, 54.1244],[-0.08539952, 54.1243],[-0.08390052, 54.1244],[-0.08329952, 54.1243],[-0.08279952, 54.124],[-0.08239952, 54.1235],[-0.08189952, 54.1227],[-0.08149952000000002, 54.12],[-0.08129952, 54.1195],[-0.08100051, 54.119],[-0.08049951, 54.1187],[-0.07919952, 54.1184],[-0.07709952000000002, 54.1182],[-0.07640052, 54.118],[-0.07579952, 54.1176],[-0.07529952, 54.1169],[-0.07499952, 54.1161],[-0.07499952, 54.1159],[-0.07509952, 54.1156],[-0.07559951, 54.1149],[-0.07649951, 54.1141],[-0.07759952, 54.1134],[-0.07950052, 54.1124],[-0.08039952, 54.1119],[-0.08379952, 54.1107],[-0.08719952, 54.1097],[-0.09120052, 54.1084],[-0.09879952, 54.1066],[-0.1033995, 54.1054],[-0.1066005, 54.1049],[-0.1098995, 54.1046],[-0.1122995, 54.1042],[-0.1128995, 54.1042],[-0.1150995, 54.105],[-0.1157995, 54.1051],[-0.1164995, 54.1051],[-0.1193005, 54.1049],[-0.1255995, 54.1047],[-0.1302995, 54.105],[-0.1337995, 54.1052],[-0.1381995, 54.105],[-0.1405995, 54.1049],[-0.1432995, 54.1044],[-0.1479995, 54.1034],[-0.1552995, 54.1017],[-0.1602995, 54.1011],[-0.1643005, 54.1002],[-0.1677995, 54.0986],[-0.1701995, 54.0972],[-0.1737995, 54.0949],[-0.1756995, 54.0934],[-0.1780995, 54.0916],[-0.1810005, 54.0886],[-0.1843005, 54.0849],[-0.1849995, 54.0839],[-0.1851995, 54.0833],[-0.1855995, 54.0822],[-0.1856995, 54.0820],[-0.1858995, 54.0818],[-0.1862005, 54.0817],[-0.1874995, 54.0820],[-0.1891995, 54.0823],[-0.1897995, 54.0822],[-0.1903995, 54.0820],[-0.1916995, 54.0808],[-0.1920995, 54.0806],[-0.1932995, 54.0805],[-0.1937995, 54.0804],[-0.1943005, 54.0801],[-0.1960995, 54.0790],[-0.1973995, 54.0781],[-0.2003995, 54.0755],[-0.2023995, 54.0729],[-0.2041995, 54.0710],[-0.2053995, 54.0700],[-0.2082995, 54.067],[-0.2093995, 54.0651],[-0.2104995, 54.0625],[-0.2114005, 54.0602],[-0.2118995, 54.0586],[-0.2124995, 54.0534],[-0.2127995, 54.0504],[-0.2127995, 54.0486],[-0.2128995, 54.047],[-0.2132995, 54.0435],[-0.2143005, 54.0367],[-0.2145005, 54.0348],[-0.2147995, 54.0324],[-0.2147995, 54.032],[-0.2146995, 54.0314],[-0.2139995, 54.0295],[-0.2137995, 54.0284],[-0.2135005, 54.0261],[-0.2132995, 54.0233],[-0.2131995, 54.0226],[-0.2129995, 54.0222],[-0.2125995, 54.0213],[-0.2122995, 54.0203],[-0.2110995, 54.0157],[-0.2102995, 54.0129],[-0.2083995, 54.0071],[-0.2064995, 54.0027],[-0.2054995, 54.0005],[-0.2053995, 54.0001],[-0.2051995, 53.9994],[-0.2043995, 53.9972],[-0.2028995, 53.9938],[-0.1991995, 53.9854],[-0.1930995, 53.9746],[-0.1912005, 53.9716],[-0.1885995, 53.9673],[-0.1850995, 53.9599],[-0.1821995, 53.9542],[-0.1770995, 53.9458],[-0.1726995, 53.9386],[-0.1701995, 53.9333],[-0.1666005, 53.9274],[-0.1630995, 53.9226],[-0.1589005, 53.9179],[-0.1575995, 53.9152],[-0.1572995, 53.9136],[-0.1571995, 53.9122],[-0.1566005, 53.9112],[-0.1541005, 53.9066],[-0.1503995, 53.9022],[-0.1458995, 53.8962],[-0.1420995, 53.8911],[-0.1360995, 53.8842],[-0.1303995, 53.8779],[-0.1257995, 53.8732],[-0.1176995, 53.8656],[-0.1139005, 53.8621],[-0.1082995, 53.8574],[-0.1055995, 53.8548],[-0.1028995, 53.8526],[-0.09439952, 53.8457],[-0.08959952000000002, 53.8406],[-0.08419952, 53.8352],[-0.07600052, 53.8272],[-0.07100052, 53.8228],[-0.06819952, 53.8207],[-0.06649952, 53.8195],[-0.06319952, 53.8166],[-0.06109952, 53.8146],[-0.05660052, 53.8101],[-0.05459952, 53.8082],[-0.05180052, 53.806],[-0.04640052, 53.8017],[-0.04519952, 53.8004],[-0.04100052, 53.7957],[-0.03789952, 53.7928],[-0.03169952, 53.7883],[-0.03029952, 53.7873],[-0.02859952, 53.7859],[-0.02709952, 53.7846],[-0.02450052, 53.7818],[-0.02039952, 53.7784],[-0.01839952, 53.7767],[-0.01379952, 53.7735],[-0.007999517, 53.7689],[-0.004699518, 53.7662],[-0.001499517, 53.7636],[-0.0004995174, 53.7630],[0.0004004826, 53.7615],[0.005699483, 53.7569],[0.009900482, 53.7534],[0.01670048, 53.7476],[0.02049948, 53.7448],[0.02819948, 53.7385],[0.03240048, 53.7348],[0.03770048, 53.7311],[0.04190048, 53.7275],[0.04440048, 53.7253],[0.04930048, 53.7208],[0.05399948, 53.7171],[0.05620048, 53.7155],[0.06160048, 53.7108],[0.06540048, 53.7080],[0.07129949, 53.7033],[0.07670049, 53.6986],[0.07910048, 53.6965],[0.08470048, 53.6922],[0.08950048, 53.6883],[0.09649948, 53.6833],[0.1010995, 53.6796],[0.1031995, 53.6774],[0.1083005, 53.6729],[0.1128005, 53.6693],[0.1147005, 53.6676],[0.1160005, 53.666],[0.1181995, 53.6631],[0.1200005, 53.6610],[0.1206005, 53.6603],[0.1212995, 53.6586],[0.1228005, 53.6569],[0.1256005, 53.6538],[0.1267005, 53.6524],[0.1281995, 53.6505],[0.1292005, 53.6491],[0.1310995, 53.6458],[0.1325005, 53.6432],[0.1358995, 53.6369],[0.1376005, 53.6337],[0.1417005, 53.6264],[0.1428005, 53.6245],[0.1442005, 53.6223],[0.1454995, 53.619],[0.1478005, 53.6146],[0.1485995, 53.613],[0.1499005, 53.6106],[0.1504995, 53.6089],[0.1506995, 53.6082],[0.1508005, 53.6073],[0.1508995, 53.6061],[0.1508005, 53.6047],[0.1506995, 53.6037],[0.1499005, 53.6018],[0.1495005, 53.6008],[0.1475005, 53.5972],[0.1466005, 53.5959],[0.1418005, 53.5918],[0.1387995, 53.5901],[0.1352005, 53.5884],[0.1283005, 53.5841],[0.1231995, 53.581],[0.1220005, 53.5801],[0.1195005, 53.578],[0.1183995, 53.5770],[0.1178005, 53.5763],[0.1174005, 53.5761],[0.1170005, 53.576],[0.1160995, 53.5757],[0.1137005, 53.5748],[0.1122005, 53.5742],[0.1110995, 53.5737],[0.1104005, 53.5735],[0.1100005, 53.5736],[0.1095005, 53.5738],[0.1089995, 53.5742],[0.1087995, 53.5745],[0.1085995, 53.5752],[0.1087995, 53.5755],[0.1112005, 53.5768],[0.1147005, 53.5783],[0.1170005, 53.5796],[0.1201005, 53.5816],[0.1237005, 53.5835],[0.1260005, 53.5850],[0.1285005, 53.5869],[0.1314005, 53.5894],[0.1321005, 53.5901],[0.1325005, 53.5904],[0.1329005, 53.5904],[0.1335995, 53.5901],[0.1347005, 53.5901],[0.1356995, 53.5906],[0.1368005, 53.5915],[0.1385995, 53.5931],[0.1406995, 53.5943],[0.1429995, 53.5955],[0.1448005, 53.5974],[0.1458995, 53.5988],[0.1471005, 53.6007],[0.1479995, 53.6032],[0.1483995, 53.6052],[0.1483005, 53.6063],[0.1476005, 53.608],[0.1472005, 53.6088],[0.1449005, 53.6113],[0.1396005, 53.6152],[0.1372005, 53.6162],[0.1358005, 53.6168],[0.1351005, 53.6172],[0.1324005, 53.6189],[0.1283995, 53.6216],[0.1254995, 53.6232],[0.1248005, 53.6235],[0.1222005, 53.6241],[0.1216005, 53.6243],[0.1174005, 53.6265],[0.1135995, 53.6289],[0.1108995, 53.6305],[0.1103005, 53.6308],[0.1071005, 53.6318],[0.1056005, 53.6324],[0.1014995, 53.634],[0.09740048000000003, 53.6353],[0.09440048, 53.6361],[0.09180048, 53.637],[0.08450048, 53.6398],[0.07370048, 53.6429],[0.06520049, 53.6448],[0.06290048, 53.6452],[0.05549948, 53.6462],[0.05379948, 53.6465],[0.04379948, 53.6478],[0.04190048, 53.6483],[0.03930048, 53.6490],[0.03390048, 53.6505],[0.03190048, 53.6508],[0.03089948, 53.6509],[0.03000048, 53.6508],[0.02799948, 53.6505],[0.02589948, 53.6499],[0.02299948, 53.6484],[0.02120048, 53.6470],[0.02000048, 53.6468],[0.01780048, 53.6479],[0.01720048, 53.6480],[0.01670048, 53.6480],[0.01670048, 53.6477],[0.01830048, 53.6461],[0.01819948, 53.6456],[0.01740048, 53.645],[0.01359948, 53.6446],[0.008700483, 53.6440],[0.003199483, 53.6432],[-0.0005995174, 53.6427],[-0.003199517, 53.6423],[-0.007000518, 53.6417],[-0.01029952, 53.6406],[-0.01219952, 53.6399],[-0.01279952, 53.6398],[-0.01499952, 53.6395],[-0.01549952, 53.6394],[-0.01709952, 53.639],[-0.01890052, 53.6384],[-0.02180052, 53.6376],[-0.02489952, 53.6368],[-0.02669952, 53.6365],[-0.03569952, 53.6347],[-0.04479952, 53.6332],[-0.04620052, 53.6329],[-0.04669952, 53.6329],[-0.04799952, 53.6332],[-0.04839952, 53.6332],[-0.04859952, 53.633],[-0.04919952, 53.6323],[-0.05160052, 53.6314],[-0.05279952, 53.6303],[-0.05319952, 53.6301],[-0.05379952, 53.6299],[-0.05479952, 53.6298],[-0.05539952, 53.6274],[-0.05899952, 53.6051],[-0.07799952, 53.6059],[-0.09279951000000002, 53.609],[-0.1141005, 53.6179],[-0.1308995, 53.626],[-0.1829995, 53.6550],[-0.2023995, 53.6688],[-0.2287995, 53.6868],[-0.2541995, 53.7096],[-0.2658995, 53.7193],[-0.2630995, 53.7209],[-0.2610005, 53.7224],[-0.2528995, 53.728],[-0.2496995, 53.7302],[-0.2449995, 53.7333],[-0.2428995, 53.7355],[-0.2412995, 53.7378],[-0.2408995, 53.7386],[-0.2410005, 53.739],[-0.2416995, 53.7394],[-0.2441005, 53.7405],[-0.2445995, 53.741],[-0.2446995, 53.7413],[-0.2445995, 53.7417],[-0.2441005, 53.7425],[-0.2433995, 53.7435],[-0.2427995, 53.7441],[-0.2425995, 53.7446],[-0.2433995, 53.7466],[-0.2433995, 53.7468],[-0.2426995, 53.7475],[-0.2424995, 53.7478],[-0.2426995, 53.749],[-0.2426995, 53.7493],[-0.2424995, 53.7499],[-0.2423995, 53.7501],[-0.2406995, 53.7518],[-0.2398995, 53.7536],[-0.2395995, 53.7546],[-0.2396995, 53.7552],[-0.2403995, 53.7558],[-0.2414995, 53.7563],[-0.2418995, 53.7566],[-0.2420005, 53.7569],[-0.2421995, 53.7575],[-0.2423995, 53.7587],[-0.2425995, 53.7593],[-0.2429995, 53.7595],[-0.2445005, 53.7596],[-0.2466005, 53.7599],[-0.2470005, 53.7600],[-0.2472995, 53.7602],[-0.2489995, 53.7625],[-0.2512005, 53.7651],[-0.2516995, 53.7663],[-0.2520005, 53.7673],[-0.2520005, 53.7678],[-0.2518005, 53.7686],[-0.2516995, 53.7694],[-0.2514995, 53.7709],[-0.2498995, 53.7737],[-0.2502995, 53.7748],[-0.2487995, 53.7802],[-0.2491995, 53.7824],[-0.2527995, 53.7827],[-0.2555995, 53.7845],[-0.2603995, 53.7863],[-0.2631995, 53.7866],[-0.2666005, 53.7864],[-0.2673995, 53.7864],[-0.2683995, 53.7862],[-0.2704995, 53.7853],[-0.2721995, 53.7846],[-0.2732995, 53.7846],[-0.2755995, 53.7829],[-0.2768995, 53.7826],[-0.2775995, 53.7832],[-0.2782995, 53.7839],[-0.2821995, 53.787],[-0.2848995, 53.7889],[-0.2879995, 53.7908],[-0.2922995, 53.7933],[-0.2960995, 53.7956],[-0.2995005, 53.7972],[-0.3027995, 53.7998],[-0.3046995, 53.8021],[-0.3060995, 53.804],[-0.3079995, 53.8064],[-0.3095995, 53.8085],[-0.3126995, 53.8126],[-0.3147995, 53.8152],[-0.3154995, 53.8161],[-0.3158995, 53.8167],[-0.3162005, 53.817],[-0.3164995, 53.817],[-0.3172995, 53.8168],[-0.3193005, 53.8164],[-0.3223995, 53.8155],[-0.3256995, 53.8152],[-0.3285995, 53.8149],[-0.3303995, 53.8149],[-0.3310995, 53.8149],[-0.3323995, 53.8146],[-0.3339005, 53.814],[-0.3364995, 53.8142],[-0.3368995, 53.8145],[-0.3374995, 53.8149],[-0.3382995, 53.8152],[-0.3389995, 53.8152],[-0.3398995, 53.815],[-0.3424995, 53.814],[-0.3447995, 53.813],[-0.3470005, 53.8124],[-0.3498995, 53.8126],[-0.3502995, 53.8126],[-0.3504995, 53.8125],[-0.3505995, 53.8122],[-0.3510995, 53.8093],[-0.3532995, 53.8065],[-0.3543995, 53.8059],[-0.3560005, 53.8054],[-0.3585995, 53.8051],[-0.3603995, 53.8048],[-0.3618995, 53.8043],[-0.3622995, 53.804],[-0.3625995, 53.8038],[-0.3633995, 53.803],[-0.3635995, 53.8029],[-0.3641005, 53.8029],[-0.3649995, 53.8025],[-0.3653995, 53.8022],[-0.3658995, 53.8016],[-0.3660995, 53.8013],[-0.3662995, 53.8007],[-0.3658995, 53.7995],[-0.3647995, 53.7984],[-0.3633995, 53.7977],[-0.3620005, 53.7971],[-0.3621995, 53.7959],[-0.3646995, 53.7955],[-0.3707995, 53.7942],[-0.3833995, 53.7936],[-0.3918005, 53.7935],[-0.3914005, 53.7862],[-0.3949995, 53.7838],[-0.3960995, 53.7825],[-0.3962995, 53.7807],[-0.3960995, 53.7792],[-0.3939995, 53.7760],[-0.3906995, 53.7716],[-0.3908995, 53.7713],[-0.3922995, 53.7702],[-0.3977995, 53.7672],[-0.3998995, 53.7660],[-0.4014005, 53.7652],[-0.4058995, 53.7622],[-0.4068005, 53.7616],[-0.4078995, 53.7612],[-0.4137995, 53.7605],[-0.4145005, 53.7604],[-0.4147995, 53.7600],[-0.4149995, 53.754],[-0.4183995, 53.7538],[-0.4185995, 53.7511],[-0.4154995, 53.7507],[-0.4060005, 53.7494],[-0.3980995, 53.749],[-0.3964005, 53.7484],[-0.3962005, 53.7471],[-0.3968995, 53.7466],[-0.4087005, 53.7469],[-0.4099995, 53.7468],[-0.4110005, 53.7463],[-0.4114005, 53.7435],[-0.4118005, 53.7415],[-0.4122995, 53.7408],[-0.4131995, 53.7405],[-0.4135995, 53.7402],[-0.4141005, 53.738],[-0.4145005, 53.7375],[-0.4160995, 53.7362],[-0.4185005, 53.7349],[-0.4189005, 53.7342],[-0.4220005, 53.7244],[-0.4220995, 53.7219],[-0.4220995, 53.7212],[-0.4216995, 53.7187],[-0.4185995, 53.7072],[-0.4241995, 53.7066],[-0.4424995, 53.7065],[-0.4641995, 53.7069],[-0.4777995, 53.7057],[-0.4918005, 53.7025],[-0.5135005, 53.6990],[-0.5283995, 53.6981],[-0.5439005, 53.6983],[-0.5564995, 53.6992],[-0.5699995, 53.7021],[-0.5805995, 53.7080],[-0.5918005, 53.7170],[-0.6041005, 53.7224],[-0.6130995, 53.7228],[-0.6233995, 53.7214],[-0.6410995, 53.7184],[-0.6591005, 53.7137],[-0.6743005, 53.7075],[-0.6846995, 53.7035],[-0.6922995, 53.7],[-0.6946995, 53.6978],[-0.6958995, 53.6958],[-0.6962005, 53.6931],[-0.6960995, 53.6899],[-0.6935005, 53.6855],[-0.6935005, 53.6842],[-0.6947995, 53.6838],[-0.6977995, 53.6826],[-0.6989005, 53.6818],[-0.7016005, 53.6792],[-0.7029995, 53.6789],[-0.7096995, 53.6805],[-0.7112005, 53.6805],[-0.7230995, 53.6791],[-0.7235995, 53.6786],[-0.7232995, 53.6739],[-0.7237005, 53.6732],[-0.7307995, 53.6737],[-0.7358995, 53.6726],[-0.7401995, 53.6712],[-0.7470005, 53.6698],[-0.7482995, 53.6688],[-0.7557995, 53.6672],[-0.7587995, 53.6651],[-0.7549995000000002, 53.6623],[-0.7762005, 53.6561],[-0.7766005, 53.6574],[-0.7768995, 53.6575],[-0.7833995, 53.6564],[-0.7872995, 53.6557],[-0.7922995000000002, 53.6555],[-0.7943995, 53.6548],[-0.7968995, 53.6540],[-0.8030995, 53.6517],[-0.8066005000000002, 53.6500],[-0.8087995, 53.6493],[-0.8102995, 53.6473],[-0.8143005, 53.6442],[-0.8151995, 53.6439],[-0.8162005, 53.6445],[-0.8189005, 53.6451],[-0.8233995, 53.6454],[-0.8335005, 53.6435],[-0.8377995, 53.6425],[-0.8414005, 53.6410],[-0.8482995, 53.6379],[-0.8516995, 53.637],[-0.8570005000000002, 53.6384],[-0.8643995000000002, 53.639],[-0.8674995, 53.6397],[-0.8693995, 53.6403],[-0.8766005, 53.6421],[-0.8879995, 53.6449],[-0.8989995, 53.6477],[-0.9087995, 53.6501],[-0.9120005, 53.6509],[-0.9175995, 53.6525],[-0.9229995000000002, 53.6537],[-0.9289995, 53.6555],[-0.9421995, 53.6588],[-0.9435005, 53.6591],[-0.9439995, 53.6591],[-0.9446995, 53.659],[-0.9464005, 53.6584],[-0.9491995, 53.6589],[-0.9503995, 53.659],[-0.9581995000000002, 53.6587],[-0.9653995, 53.6587],[-0.9683995, 53.659],[-0.9743005, 53.6588],[-0.9751995, 53.659],[-0.9791995, 53.6601],[-0.9822995, 53.6612],[-0.9835995, 53.6615],[-0.9845995, 53.6615],[-0.9878995, 53.6601],[-0.9889995, 53.6596]]]]}, properties:{name:"East Riding of Yorkshire"}}, {type:"Feature", geometry:{type:"MultiPolygon", coordinates:[[[[-2.6078, 53.3109],[-2.611201, 53.3102],[-2.6156, 53.3096],[-2.6299, 53.3097],[-2.640199, 53.3062],[-2.642, 53.3059],[-2.675699, 53.3124],[-2.683199, 53.3146],[-2.6879, 53.3117],[-2.697299, 53.3049],[-2.69770, 53.3046],[-2.6981, 53.3039],[-2.7003, 53.3],[-2.7005, 53.2997],[-2.703901, 53.3002],[-2.707999, 53.3027],[-2.7091, 53.304],[-2.7104, 53.3052],[-2.7135, 53.3066],[-2.715199, 53.3071],[-2.7169, 53.3079],[-2.719599, 53.3096],[-2.7207, 53.3105],[-2.722199, 53.3113],[-2.7226, 53.3114],[-2.724301, 53.3114],[-2.726201, 53.3114],[-2.727299, 53.3113],[-2.7281, 53.3111],[-2.729599, 53.3106],[-2.730299, 53.3103],[-2.7309, 53.3099],[-2.7312, 53.3096],[-2.731801, 53.3088],[-2.732399, 53.3075],[-2.7327, 53.307],[-2.7332, 53.3065],[-2.733999, 53.3063],[-2.735399, 53.3061],[-2.736001, 53.306],[-2.7368, 53.3062],[-2.737299, 53.3064],[-2.738199, 53.3068],[-2.739599, 53.3078],[-2.740799, 53.3084],[-2.744501, 53.3117],[-2.7458, 53.3126],[-2.7476, 53.3135],[-2.7499, 53.3142],[-2.7511, 53.3146],[-2.7734, 53.3201],[-2.775599, 53.3171],[-2.783799, 53.3125],[-2.7937, 53.3111],[-2.8127, 53.3155],[-2.826699, 53.3168],[-2.82060, 53.3327],[-2.81970, 53.3332],[-2.81780, 53.334],[-2.816099, 53.3345],[-2.81570, 53.3349],[-2.815599, 53.3352],[-2.816801, 53.3417],[-2.81780, 53.3475],[-2.8171, 53.3492],[-2.816299, 53.3499],[-2.815799, 53.3501],[-2.814899, 53.3503],[-2.8137, 53.3505],[-2.8101, 53.3506],[-2.8048, 53.3497],[-2.7999, 53.3488],[-2.798901, 53.3485],[-2.7978, 53.3477],[-2.795, 53.3447],[-2.7939, 53.3437],[-2.793299, 53.3435],[-2.792599, 53.3437],[-2.7911, 53.3445],[-2.7897, 53.3452],[-2.7894, 53.3452],[-2.7878, 53.3449],[-2.787, 53.3451],[-2.7857, 53.346],[-2.7832, 53.3502],[-2.7793, 53.355],[-2.778199, 53.3568],[-2.7779, 53.3575],[-2.7781, 53.358],[-2.7786, 53.3585],[-2.7808, 53.3584],[-2.785, 53.3589],[-2.786, 53.3589],[-2.786801, 53.3591],[-2.787199, 53.3596],[-2.787199, 53.36],[-2.78390, 53.3642],[-2.781899, 53.3674],[-2.781699, 53.3682],[-2.781801, 53.369],[-2.782001, 53.3708],[-2.781899, 53.3718],[-2.7814, 53.3733],[-2.7802, 53.3758],[-2.779599, 53.3767],[-2.777999, 53.3785],[-2.776299, 53.3808],[-2.775599, 53.3815],[-2.7748, 53.3819],[-2.773099, 53.3827],[-2.7725, 53.3831],[-2.7723, 53.3833],[-2.771699, 53.3847],[-2.7714, 53.385],[-2.7706, 53.3853],[-2.768701, 53.3856],[-2.7678, 53.3856],[-2.7634, 53.3845],[-2.762599, 53.3845],[-2.7604, 53.3854],[-2.7576, 53.3867],[-2.7499, 53.3891],[-2.7492, 53.3895],[-2.7486, 53.39],[-2.747, 53.3921],[-2.746201, 53.3940],[-2.7458, 53.3953],[-2.7479, 53.3985],[-2.7481, 53.3990],[-2.7481, 53.3996],[-2.7476, 53.4005],[-2.746201, 53.4021],[-2.7428, 53.4011],[-2.7379, 53.3989],[-2.7358, 53.3984],[-2.7342, 53.398],[-2.7323, 53.3972],[-2.731899, 53.3967],[-2.7314, 53.3951],[-2.7311, 53.3948],[-2.729501, 53.3942],[-2.725199, 53.3927],[-2.720799, 53.3909],[-2.7179, 53.3899],[-2.714799, 53.3892],[-2.713599, 53.3891],[-2.7104, 53.3889],[-2.701601, 53.3883],[-2.698999, 53.3764],[-2.698999, 53.3754],[-2.699399, 53.3741],[-2.701601, 53.3715],[-2.703399, 53.3664],[-2.701, 53.3627],[-2.6986, 53.3599],[-2.687001, 53.3574],[-2.677799, 53.3554],[-2.6759, 53.355],[-2.675299, 53.3549],[-2.6749, 53.3547],[-2.6747, 53.3542],[-2.674599, 53.3539],[-2.6745, 53.3538],[-2.674, 53.3538],[-2.671401, 53.3544],[-2.64840, 53.3597],[-2.6385, 53.3621],[-2.628299, 53.3646],[-2.624501, 53.3654],[-2.619301, 53.3667],[-2.618299, 53.3669],[-2.617399, 53.3669],[-2.616, 53.3667],[-2.614799, 53.3665],[-2.614, 53.3664],[-2.6126, 53.3667],[-2.6122, 53.3664],[-2.6115, 53.3655],[-2.61050, 53.3643],[-2.6099, 53.3633],[-2.609699, 53.3625],[-2.610699, 53.3593],[-2.610899, 53.3588],[-2.611001, 53.3585],[-2.61180, 53.3577],[-2.612, 53.3573],[-2.612, 53.3558],[-2.6119, 53.3541],[-2.612, 53.352],[-2.6126, 53.3488],[-2.6143, 53.3461],[-2.6164, 53.3428],[-2.617199, 53.3414],[-2.6194, 53.3390],[-2.6205, 53.3379],[-2.621099, 53.3368],[-2.621401, 53.3358],[-2.6215, 53.3348],[-2.621201, 53.3331],[-2.620899, 53.3325],[-2.6198, 53.3317],[-2.618299, 53.3309],[-2.609301, 53.3264],[-2.608799, 53.3263],[-2.608, 53.3262],[-2.607899, 53.3261],[-2.6077, 53.3258],[-2.6077, 53.3256],[-2.6084, 53.3245],[-2.611001, 53.3237],[-2.6119, 53.3233],[-2.6124, 53.3229],[-2.6126, 53.3224],[-2.612499, 53.3218],[-2.612299, 53.3215],[-2.610899, 53.3208],[-2.6095, 53.3204],[-2.6092, 53.3201],[-2.608799, 53.3196],[-2.6082, 53.3187],[-2.6082, 53.3182],[-2.6085, 53.3173],[-2.608999, 53.3165],[-2.608901, 53.3161],[-2.608, 53.3153],[-2.6078, 53.3145],[-2.6077, 53.3136],[-2.608599, 53.3127],[-2.608901, 53.3123],[-2.608901, 53.312],[-2.608799, 53.3115],[-2.6085, 53.3112],[-2.6078, 53.3109]]]]}, properties:{name:"Halton"}}, {type:"Feature", geometry:{type:"MultiPolygon", coordinates:[[[[-1.157699, 54.6305],[-1.162899, 54.6317],[-1.165799, 54.6322],[-1.167799, 54.6325],[-1.170599, 54.6324],[-1.1746, 54.6318],[-1.176201, 54.6314],[-1.182099, 54.6297],[-1.193701, 54.6247],[-1.2013, 54.6234],[-1.2049, 54.6227],[-1.2056, 54.6226],[-1.211601, 54.6230],[-1.212999, 54.6232],[-1.2144, 54.6238],[-1.215199, 54.6240],[-1.216601, 54.6240],[-1.2171, 54.6241],[-1.2176, 54.6244],[-1.2186, 54.6251],[-1.219, 54.6252],[-1.2212, 54.6247],[-1.2219, 54.6247],[-1.222399, 54.6248],[-1.223, 54.6251],[-1.2233, 54.6253],[-1.223799, 54.6259],[-1.224301, 54.6267],[-1.224599, 54.6273],[-1.2249, 54.6275],[-1.2257, 54.6276],[-1.2279, 54.6267],[-1.2291, 54.6265],[-1.2302, 54.6267],[-1.2309, 54.6269],[-1.231601, 54.6273],[-1.232, 54.6276],[-1.232399, 54.6285],[-1.2328, 54.6293],[-1.233199, 54.6296],[-1.2342, 54.6297],[-1.2352, 54.6296],[-1.2356, 54.6295],[-1.2358, 54.6294],[-1.236099, 54.6291],[-1.236201, 54.6287],[-1.236201, 54.6278],[-1.2364, 54.6275],[-1.236601, 54.6273],[-1.2372, 54.6269],[-1.238199, 54.6263],[-1.2393, 54.6258],[-1.2401, 54.6258],[-1.2408, 54.6260],[-1.241601, 54.6264],[-1.243299, 54.6267],[-1.244501, 54.6267],[-1.2463, 54.6265],[-1.2481, 54.6263],[-1.2492, 54.6261],[-1.2506, 54.6258],[-1.2522, 54.6255],[-1.253299, 54.6251],[-1.253999, 54.6248],[-1.2544, 54.6247],[-1.2549, 54.6247],[-1.2558, 54.6248],[-1.2573, 54.6255],[-1.2586, 54.6259],[-1.259699, 54.6260],[-1.261899, 54.6259],[-1.2625, 54.6259],[-1.2631, 54.6258],[-1.2638, 54.6256],[-1.264699, 54.6254],[-1.265, 54.6254],[-1.2654, 54.6254],[-1.266001, 54.6256],[-1.266201, 54.6258],[-1.267001, 54.6273],[-1.267599, 54.6282],[-1.2688, 54.6294],[-1.270599, 54.6304],[-1.2738, 54.6316],[-1.275599, 54.6321],[-1.276201, 54.6323],[-1.2769, 54.6325],[-1.2848, 54.6325],[-1.286801, 54.6325],[-1.289101, 54.6324],[-1.290699, 54.6323],[-1.2931, 54.6323],[-1.2973, 54.6323],[-1.2976, 54.6323],[-1.2977, 54.6325],[-1.298, 54.6360],[-1.2981, 54.6363],[-1.2982, 54.6364],[-1.2988, 54.6364],[-1.3005, 54.6365],[-1.302799, 54.6370],[-1.304101, 54.6375],[-1.3056, 54.6384],[-1.3067, 54.6393],[-1.307999, 54.6402],[-1.309, 54.641],[-1.309301, 54.6413],[-1.309399, 54.6417],[-1.309399, 54.6420],[-1.309501, 54.6425],[-1.3099, 54.6429],[-1.310799, 54.6434],[-1.3124, 54.6439],[-1.313501, 54.6445],[-1.3138, 54.6448],[-1.3139, 54.6450],[-1.3138, 54.6455],[-1.314101, 54.646],[-1.314501, 54.6464],[-1.315199, 54.6465],[-1.3178, 54.6463],[-1.321401, 54.6459],[-1.322299, 54.6459],[-1.323799, 54.6464],[-1.3242, 54.6465],[-1.325099, 54.6458],[-1.325799, 54.6456],[-1.326499, 54.6456],[-1.3286, 54.6462],[-1.331401, 54.6476],[-1.332999, 54.6482],[-1.3356, 54.6487],[-1.3376, 54.6492],[-1.337999, 54.6495],[-1.3391, 54.6521],[-1.339599, 54.654],[-1.340299, 54.6555],[-1.341601, 54.6569],[-1.3426, 54.6579],[-1.3442, 54.6593],[-1.346601, 54.6598],[-1.346601, 54.6601],[-1.345899, 54.6607],[-1.345399, 54.6611],[-1.3451, 54.6616],[-1.3451, 54.662],[-1.345899, 54.6628],[-1.3462, 54.6635],[-1.346001, 54.6645],[-1.345399, 54.6657],[-1.343701, 54.6665],[-1.343099, 54.6684],[-1.3426, 54.6692],[-1.3419, 54.67],[-1.341401, 54.6705],[-1.341001, 54.6707],[-1.339301, 54.6709],[-1.338799, 54.671],[-1.338099, 54.6713],[-1.3365, 54.6722],[-1.3357, 54.6726],[-1.3304, 54.6769],[-1.3297, 54.6774],[-1.329599, 54.6777],[-1.3298, 54.6803],[-1.3298, 54.6807],[-1.329599, 54.6817],[-1.328501, 54.6845],[-1.3284, 54.6849],[-1.328501, 54.6862],[-1.328799, 54.6869],[-1.329399, 54.6875],[-1.3299, 54.6879],[-1.331401, 54.6887],[-1.332299, 54.6891],[-1.3334, 54.6895],[-1.334599, 54.6898],[-1.338099, 54.6896],[-1.343799, 54.6897],[-1.3485, 54.6895],[-1.3508, 54.6897],[-1.354501, 54.6889],[-1.355, 54.6892],[-1.3551, 54.6896],[-1.355399, 54.6912],[-1.3556, 54.6922],[-1.355399, 54.6932],[-1.3552, 54.6933],[-1.354699, 54.6935],[-1.339, 54.6937],[-1.3341, 54.6941],[-1.3332, 54.6941],[-1.3325, 54.6939],[-1.3286, 54.6921],[-1.3255, 54.6921],[-1.3228, 54.6920],[-1.317299, 54.6936],[-1.3118, 54.6949],[-1.3104, 54.6958],[-1.3075, 54.6982],[-1.307001, 54.6987],[-1.3009, 54.7067],[-1.2996, 54.7082],[-1.299399, 54.7085],[-1.2996, 54.7089],[-1.3032, 54.7144],[-1.3033, 54.7147],[-1.3031, 54.7151],[-1.298501, 54.7182],[-1.298, 54.7184],[-1.297199, 54.7185],[-1.2933, 54.7185],[-1.2918, 54.7184],[-1.2898, 54.7184],[-1.289, 54.7186],[-1.2883, 54.7189],[-1.2858, 54.7202],[-1.2823, 54.7222],[-1.2817, 54.7224],[-1.2767, 54.7234],[-1.2753, 54.7241],[-1.274899, 54.7244],[-1.2745, 54.7252],[-1.274199, 54.7254],[-1.271001, 54.7265],[-1.2681, 54.7277],[-1.2652, 54.7281],[-1.2638, 54.7281],[-1.2631, 54.7279],[-1.2616, 54.727],[-1.261001, 54.7267],[-1.260399, 54.7265],[-1.2559, 54.7264],[-1.2546, 54.7264],[-1.2508, 54.726],[-1.2496, 54.726],[-1.247599, 54.7262],[-1.246899, 54.7264],[-1.245499, 54.7269],[-1.2435, 54.7257],[-1.2417, 54.7246],[-1.2413, 54.7243],[-1.241201, 54.7241],[-1.241201, 54.7238],[-1.2413, 54.7236],[-1.241601, 54.7234],[-1.242599, 54.7232],[-1.2427, 54.7231],[-1.2427, 54.7228],[-1.2424, 54.7225],[-1.2414, 54.7222],[-1.2388, 54.7221],[-1.2371, 54.7216],[-1.234699, 54.7203],[-1.2314, 54.7185],[-1.227499, 54.7166],[-1.2258, 54.7158],[-1.2226, 54.7144],[-1.222, 54.7141],[-1.218701, 54.7126],[-1.2149, 54.7112],[-1.213799, 54.7109],[-1.2134, 54.7109],[-1.212999, 54.7111],[-1.212, 54.7118],[-1.210199, 54.7132],[-1.208799, 54.7143],[-1.2082, 54.7147],[-1.2079, 54.7148],[-1.2076, 54.7148],[-1.207299, 54.7147],[-1.2072, 54.7146],[-1.2072, 54.7144],[-1.2079, 54.7138],[-1.208701, 54.7131],[-1.2107, 54.7113],[-1.211001, 54.7108],[-1.2111, 54.7105],[-1.211001, 54.7103],[-1.2101, 54.7099],[-1.2056, 54.7082],[-1.200099, 54.7064],[-1.1942, 54.7049],[-1.184399, 54.7029],[-1.181401, 54.7019],[-1.177299, 54.6999],[-1.175799, 54.6992],[-1.174999, 54.6987],[-1.1745, 54.6981],[-1.174399, 54.6978],[-1.174399, 54.6976],[-1.1745, 54.6972],[-1.175799, 54.696],[-1.175799, 54.6958],[-1.1755, 54.6954],[-1.174, 54.6942],[-1.172899, 54.6935],[-1.1727, 54.6934],[-1.1727, 54.6932],[-1.172799, 54.6930],[-1.1731, 54.6929],[-1.1734, 54.6929],[-1.1738, 54.6929],[-1.174101, 54.6930],[-1.1752, 54.6938],[-1.1767, 54.6952],[-1.177001, 54.6952],[-1.177299, 54.6951],[-1.1788, 54.6942],[-1.1805, 54.6940],[-1.181201, 54.6940],[-1.182001, 54.6941],[-1.182299, 54.6943],[-1.183599, 54.6954],[-1.184, 54.6955],[-1.1854, 54.6955],[-1.1862, 54.6957],[-1.1875, 54.6965],[-1.1889, 54.6971],[-1.1889, 54.6972],[-1.1889, 54.6975],[-1.1888, 54.6976],[-1.1884, 54.6977],[-1.1878, 54.6977],[-1.1863, 54.6974],[-1.185899, 54.6974],[-1.1855, 54.6975],[-1.1854, 54.6976],[-1.1854, 54.6980],[-1.1856, 54.6982],[-1.1878, 54.6991],[-1.189301, 54.6998],[-1.1903, 54.7005],[-1.1911, 54.7011],[-1.1918, 54.7012],[-1.1921, 54.7011],[-1.192199, 54.7009],[-1.192199, 54.7007],[-1.192001, 54.7005],[-1.191401, 54.6998],[-1.1904, 54.6989],[-1.1904, 54.6988],[-1.1905, 54.6987],[-1.1906, 54.6986],[-1.191, 54.6986],[-1.1924, 54.6996],[-1.1933, 54.7001],[-1.194, 54.7002],[-1.194301, 54.7002],[-1.1949, 54.6999],[-1.1956, 54.699],[-1.196001, 54.6986],[-1.1968, 54.6984],[-1.197299, 54.6982],[-1.1975, 54.6981],[-1.1978, 54.6978],[-1.198099, 54.6976],[-1.1992, 54.6974],[-1.200199, 54.6972],[-1.2003, 54.6971],[-1.2004, 54.6967],[-1.2004, 54.6962],[-1.2003, 54.6954],[-1.200099, 54.6951],[-1.199501, 54.6949],[-1.1984, 54.6949],[-1.197999, 54.6950],[-1.1977, 54.6953],[-1.1975, 54.6961],[-1.197399, 54.6965],[-1.197001, 54.6968],[-1.196401, 54.6971],[-1.1954, 54.6977],[-1.194501, 54.6982],[-1.1941, 54.6984],[-1.193701, 54.6985],[-1.193099, 54.6986],[-1.1927, 54.6985],[-1.1917, 54.6981],[-1.191, 54.6977],[-1.1906, 54.6974],[-1.189999, 54.6969],[-1.189101, 54.6954],[-1.1889, 54.6951],[-1.1889, 54.6949],[-1.189101, 54.6945],[-1.1896, 54.6943],[-1.1906, 54.6940],[-1.193799, 54.6934],[-1.194501, 54.6932],[-1.1946, 54.6931],[-1.1946, 54.6930],[-1.194501, 54.6929],[-1.194, 54.6925],[-1.1928, 54.6915],[-1.191499, 54.6903],[-1.190899, 54.6898],[-1.190899, 54.6897],[-1.1911, 54.6895],[-1.191401, 54.6893],[-1.1917, 54.6893],[-1.1921, 54.6894],[-1.1934, 54.6905],[-1.1949, 54.6919],[-1.195799, 54.6927],[-1.196001, 54.6927],[-1.1962, 54.6926],[-1.196499, 54.6920],[-1.196601, 54.6919],[-1.197199, 54.6918],[-1.1977, 54.6918],[-1.198099, 54.6919],[-1.1982, 54.6920],[-1.1983, 54.6923],[-1.1984, 54.6931],[-1.1986, 54.6933],[-1.199, 54.6934],[-1.2003, 54.6934],[-1.2026, 54.6931],[-1.2033, 54.6929],[-1.203701, 54.6928],[-1.204, 54.6926],[-1.2041, 54.6923],[-1.2041, 54.6922],[-1.203901, 54.6919],[-1.203501, 54.6918],[-1.202, 54.6919],[-1.201699, 54.6918],[-1.201601, 54.6917],[-1.201601, 54.6916],[-1.202, 54.6914],[-1.2041, 54.6911],[-1.204399, 54.6910],[-1.204599, 54.6908],[-1.204599, 54.6906],[-1.204399, 54.6903],[-1.204, 54.6901],[-1.203701, 54.6900],[-1.2027, 54.6899],[-1.2019, 54.6900],[-1.201401, 54.6901],[-1.2011, 54.6903],[-1.2005, 54.6910],[-1.200199, 54.6912],[-1.1998, 54.6912],[-1.1996, 54.6911],[-1.199501, 54.6909],[-1.199501, 54.6902],[-1.199399, 54.6899],[-1.1992, 54.6898],[-1.199, 54.6897],[-1.1984, 54.6897],[-1.1982, 54.6898],[-1.198099, 54.6900],[-1.197999, 54.6906],[-1.1978, 54.6908],[-1.1975, 54.6909],[-1.197199, 54.6909],[-1.1969, 54.6908],[-1.196499, 54.6902],[-1.1962, 54.6897],[-1.195799, 54.6894],[-1.1957, 54.6892],[-1.1957, 54.6891],[-1.196001, 54.6889],[-1.1976, 54.6881],[-1.1977, 54.6879],[-1.1977, 54.6877],[-1.197399, 54.6874],[-1.1971, 54.6873],[-1.1967, 54.6873],[-1.196001, 54.6873],[-1.1954, 54.6874],[-1.1947, 54.6877],[-1.1941, 54.6881],[-1.193501, 54.6884],[-1.192899, 54.6885],[-1.1924, 54.6885],[-1.1919, 54.6884],[-1.1918, 54.6882],[-1.1918, 54.6881],[-1.192199, 54.6880],[-1.1924, 54.6880],[-1.1925, 54.6879],[-1.1926, 54.6876],[-1.1927, 54.6874],[-1.193099, 54.6871],[-1.193599, 54.6869],[-1.1946, 54.6868],[-1.195, 54.6867],[-1.1955, 54.6865],[-1.1967, 54.6862],[-1.197001, 54.6861],[-1.197199, 54.6858],[-1.197399, 54.6851],[-1.197299, 54.6837],[-1.1969, 54.6814],[-1.196601, 54.6800],[-1.196001, 54.6787],[-1.1956, 54.6781],[-1.1947, 54.6772],[-1.1925, 54.6748],[-1.1907, 54.6728],[-1.1882, 54.6695],[-1.186601, 54.6672],[-1.1862, 54.6667],[-1.1854, 54.6645],[-1.184, 54.6625],[-1.1819, 54.6604],[-1.178701, 54.6576],[-1.1732, 54.6539],[-1.166499, 54.6506],[-1.1638, 54.6495],[-1.162199, 54.6492],[-1.1602, 54.6492],[-1.157799, 54.6493],[-1.1569, 54.6493],[-1.1566, 54.6492],[-1.1565, 54.6491],[-1.1566, 54.649],[-1.157699, 54.6485],[-1.1597, 54.6477],[-1.160699, 54.6474],[-1.161, 54.6474],[-1.1615, 54.6475],[-1.162099, 54.6479],[-1.162799, 54.6479],[-1.1634, 54.6478],[-1.164899, 54.6474],[-1.166, 54.647],[-1.166401, 54.6469],[-1.1667, 54.6467],[-1.167001, 54.6461],[-1.167199, 54.6453],[-1.167199, 54.6442],[-1.1669, 54.6428],[-1.166299, 54.6413],[-1.165799, 54.6405],[-1.1654, 54.64],[-1.164199, 54.6390],[-1.162899, 54.638],[-1.1624, 54.6375],[-1.162199, 54.6372],[-1.1623, 54.6370],[-1.1625, 54.6369],[-1.162799, 54.6369],[-1.1634, 54.6372],[-1.1637, 54.6373],[-1.1644, 54.6373],[-1.164899, 54.6372],[-1.1652, 54.6369],[-1.1653, 54.6365],[-1.1653, 54.6362],[-1.1651, 54.6355],[-1.164899, 54.6353],[-1.164199, 54.6349],[-1.164, 54.6349],[-1.1631, 54.6352],[-1.160599, 54.6361],[-1.1597, 54.6362],[-1.159301, 54.6362],[-1.159, 54.6361],[-1.159, 54.6359],[-1.1596, 54.6355],[-1.1623, 54.6341],[-1.1573, 54.6325],[-1.157699, 54.6305]]]]}, properties:{name:"Hartlepool"}}, {type:"Feature", geometry:{type:"MultiPolygon", coordinates:[[[[-2.435699, 52.0136],[-2.4365, 52.0141],[-2.4377, 52.0147],[-2.445499, 52.0167],[-2.45540, 52.0157],[-2.4605, 52.0152],[-2.461699, 52.016],[-2.4619, 52.0199],[-2.463599, 52.023],[-2.4666, 52.0237],[-2.473399, 52.0239],[-2.475399, 52.0235],[-2.4767, 52.0224],[-2.481801, 52.0148],[-2.489, 52.0107],[-2.4907, 52.0074],[-2.4814, 52.0013],[-2.4755,51.9997],[-2.4698,51.9955],[-2.475899,51.9931],[-2.4832,51.99],[-2.4863,51.9885],[-2.487999,51.987],[-2.488199,51.9844],[-2.489501,51.9836],[-2.494101,51.9809],[-2.4953,51.9767],[-2.494101,51.9719],[-2.495699,51.9661],[-2.4958,51.9626],[-2.493999,51.96],[-2.4897,51.9569],[-2.4876,51.9562],[-2.4823,51.9569],[-2.475899,51.9567],[-2.46890,51.9563],[-2.4649,51.9555],[-2.464301,51.9543],[-2.462899,51.9474],[-2.4626,51.9435],[-2.4626,51.9410],[-2.4633,51.9400],[-2.4663,51.9383],[-2.4663,51.9353],[-2.465699,51.9297],[-2.461699,51.9264],[-2.457299,51.9229],[-2.4456,51.9137],[-2.440799,51.909],[-2.4426,51.9083],[-2.4398,51.9028],[-2.442899,51.9012],[-2.4484,51.9002],[-2.4597,51.9014],[-2.4611,51.9011],[-2.462399,51.9],[-2.4647,51.8975],[-2.473099,51.8877],[-2.486401,51.8857],[-2.488701,51.8810],[-2.493901,51.8800],[-2.4963,51.8865],[-2.5032,51.8885],[-2.517299,51.8739],[-2.521899,51.8655],[-2.528199,51.8645],[-2.543,51.8607],[-2.5515,51.8642],[-2.559799,51.8657],[-2.5706,51.864],[-2.5794,51.8627],[-2.5817,51.8624],[-2.584501,51.8617],[-2.5848,51.8614],[-2.583501,51.8604],[-2.5794,51.856],[-2.578901,51.8553],[-2.578501,51.8547],[-2.578099,51.8539],[-2.578,51.8532],[-2.5782,51.8521],[-2.579,51.8513],[-2.580199,51.8507],[-2.581401,51.8504],[-2.582799,51.8502],[-2.5841,51.8503],[-2.585099,51.8506],[-2.586,51.8511],[-2.5869,51.8517],[-2.588901,51.8536],[-2.5906,51.8549],[-2.59220,51.8559],[-2.594301,51.8568],[-2.5952,51.857],[-2.5961,51.8571],[-2.59830,51.8569],[-2.5994,51.8569],[-2.6001,51.8568],[-2.600699,51.8566],[-2.602,51.8559],[-2.6027,51.8554],[-2.6033,51.8548],[-2.604199,51.8535],[-2.605,51.8521],[-2.606,51.8494],[-2.606601,51.8486],[-2.6075,51.8478],[-2.608099,51.8474],[-2.609101,51.847],[-2.610399,51.8467],[-2.6131,51.8462],[-2.615099,51.8456],[-2.616699,51.845],[-2.618599,51.8438],[-2.6198,51.8428],[-2.621099,51.8413],[-2.622299,51.84],[-2.6231,51.8394],[-2.624399,51.8391],[-2.6256,51.8392],[-2.626899,51.8397],[-2.6277,51.8397],[-2.63540,51.8398],[-2.636801,51.8399],[-2.637399,51.8399],[-2.638099,51.8383],[-2.638799,51.8374],[-2.6396,51.8366],[-2.6407,51.8355],[-2.642299,51.8337],[-2.6442,51.8309],[-2.645299,51.829],[-2.6461,51.8279],[-2.647001,51.8273],[-2.6486,51.8266],[-2.648799,51.8269],[-2.6562,51.8289],[-2.6562,51.8321],[-2.657001,51.8345],[-2.659101,51.8362],[-2.6774,51.8393],[-2.6828,51.8395],[-2.6868,51.8348],[-2.690799,51.8357],[-2.694,51.8433],[-2.695699,51.8449],[-2.701699,51.8443],[-2.7063,51.8414],[-2.7121,51.8416],[-2.7151,51.8458],[-2.718199,51.8505],[-2.727099,51.8414],[-2.7389,51.8396],[-2.744501,51.8462],[-2.752399,51.8479],[-2.7578,51.85],[-2.7627,51.8544],[-2.763799,51.8594],[-2.7668,51.8628],[-2.7737,51.865],[-2.775899,51.8663],[-2.7776,51.8723],[-2.7716,51.8781],[-2.7699,51.8823],[-2.788199,51.8875],[-2.800499,51.8924],[-2.804101,51.8965],[-2.8134,51.9001],[-2.8196,51.9068],[-2.8299,51.9073],[-2.8352,51.9093],[-2.8392,51.9199],[-2.846,51.9175],[-2.852,51.9141],[-2.8596,51.9144],[-2.86330,51.9162],[-2.843199,51.9238],[-2.844199,51.9249],[-2.8559,51.9279],[-2.869101,51.9271],[-2.874,51.9342],[-2.883701,51.9334],[-2.8863,51.9328],[-2.8887,51.9311],[-2.891299,51.9283],[-2.9031,51.9253],[-2.907399,51.9227],[-2.915299,51.9197],[-2.937599,51.9126],[-2.944799,51.9122],[-2.953701,51.9087],[-2.963099,51.9053],[-2.969399,51.9075],[-2.9725,51.9108],[-2.969899,51.915],[-2.972899,51.9269],[-2.9765,51.9294],[-2.98130,51.9285],[-2.988199,51.9269],[-2.992599,51.9257],[-2.9974,51.9243],[-2.9983,51.9246],[-3.008199,51.9308],[-3.0088,51.9344],[-3.00760,51.9368],[-3.007499,51.9404],[-3.0104,51.9441],[-3.018399,51.9503],[-3.023999,51.9572],[-3.0316,51.9611],[-3.036801,51.9659],[-3.0552,51.9767],[-3.065599,51.9854],[-3.0804, 52.0001],[-3.08130, 52.0020],[-3.085299, 52.0126],[-3.088399, 52.0168],[-3.0917, 52.0196],[-3.096499, 52.0233],[-3.095299, 52.0264],[-3.0931, 52.0289],[-3.0903, 52.0298],[-3.0899, 52.0333],[-3.090699, 52.0346],[-3.0905, 52.0356],[-3.090199, 52.0361],[-3.0882, 52.0378],[-3.086499, 52.0392],[-3.085, 52.0403],[-3.084599, 52.0414],[-3.0848, 52.042],[-3.085799, 52.0432],[-3.090699, 52.0477],[-3.0915, 52.0487],[-3.0918, 52.0516],[-3.095799, 52.0552],[-3.1013, 52.0584],[-3.1052, 52.0600],[-3.106899, 52.0611],[-3.108799, 52.0638],[-3.112499, 52.0652],[-3.1154, 52.0669],[-3.116699, 52.0681],[-3.11770, 52.0694],[-3.1185, 52.0714],[-3.118999, 52.0737],[-3.1194, 52.0746],[-3.1205, 52.0757],[-3.122699, 52.0777],[-3.1239, 52.0785],[-3.124399, 52.0788],[-3.12380, 52.0794],[-3.12190, 52.0817],[-3.118599, 52.0862],[-3.116801, 52.0884],[-3.116699, 52.0891],[-3.1173, 52.091],[-3.118599, 52.095],[-3.1194, 52.0998],[-3.1199, 52.1039],[-3.11980, 52.1045],[-3.119501, 52.105],[-3.119101, 52.1053],[-3.118099, 52.1055],[-3.116801, 52.1056],[-3.1157, 52.1056],[-3.111401, 52.1055],[-3.107899, 52.1056],[-3.1062, 52.1056],[-3.1048, 52.1058],[-3.10380, 52.1062],[-3.1029, 52.1067],[-3.1026, 52.107],[-3.102499, 52.1075],[-3.102499, 52.1079],[-3.1026, 52.1086],[-3.10340, 52.1104],[-3.1047, 52.1131],[-3.1052, 52.114],[-3.1052, 52.1147],[-3.1048, 52.1154],[-3.1026, 52.1175],[-3.1029, 52.1178],[-3.104501, 52.1191],[-3.1048, 52.1193],[-3.10590, 52.1202],[-3.109699, 52.1214],[-3.120399, 52.1212],[-3.121601, 52.1216],[-3.122699, 52.1219],[-3.1236, 52.1224],[-3.126, 52.1244],[-3.130399, 52.1234],[-3.13390, 52.1230],[-3.134399, 52.1233],[-3.134799, 52.1249],[-3.1386, 52.1294],[-3.138799, 52.1300],[-3.13390, 52.1329],[-3.1321, 52.1342],[-3.133399, 52.1381],[-3.1287, 52.1383],[-3.123199, 52.1386],[-3.117199, 52.1393],[-3.1115, 52.1402],[-3.108701, 52.1408],[-3.10170, 52.143],[-3.094899, 52.1446],[-3.086401, 52.1469],[-3.08320, 52.1487],[-3.07920, 52.1511],[-3.076699, 52.1527],[-3.0734, 52.1556],[-3.0718, 52.157],[-3.0713, 52.158],[-3.0816, 52.1638],[-3.0827, 52.1634],[-3.08340, 52.1629],[-3.0878, 52.1586],[-3.088901, 52.1567],[-3.0927, 52.1554],[-3.094199, 52.1552],[-3.0948, 52.1551],[-3.09540, 52.1554],[-3.0961, 52.1559],[-3.0982, 52.1577],[-3.104199, 52.1574],[-3.105, 52.1576],[-3.106601, 52.1581],[-3.108999, 52.1605],[-3.111001, 52.1608],[-3.1164, 52.1618],[-3.1178, 52.1624],[-3.118999, 52.163],[-3.119501, 52.1634],[-3.119999, 52.1639],[-3.1205, 52.1646],[-3.120399, 52.1649],[-3.1184, 52.1666],[-3.1154, 52.168],[-3.1117, 52.1704],[-3.1115, 52.1708],[-3.111201, 52.1725],[-3.1106, 52.1748],[-3.1103, 52.1753],[-3.109999, 52.1755],[-3.10570, 52.1757],[-3.104399, 52.176],[-3.10340, 52.1764],[-3.095599, 52.1792],[-3.0948, 52.1821],[-3.094301, 52.1841],[-3.094399, 52.1846],[-3.094501, 52.1855],[-3.095, 52.1866],[-3.095, 52.1874],[-3.0941, 52.1892],[-3.0938, 52.193],[-3.094199, 52.1952],[-3.094899, 52.1962],[-3.0957, 52.1974],[-3.09960, 52.2014],[-3.099999, 52.2018],[-3.099999, 52.2024],[-3.099699, 52.2026],[-3.0959, 52.2031],[-3.0941, 52.2034],[-3.093199, 52.2036],[-3.0913, 52.2044],[-3.0896, 52.2052],[-3.08110, 52.2102],[-3.078099, 52.2118],[-3.07520, 52.2131],[-3.073299, 52.2137],[-3.0715, 52.214],[-3.0714, 52.2144],[-3.0717, 52.2149],[-3.074399, 52.2166],[-3.074699, 52.217],[-3.074399, 52.2181],[-3.070499, 52.224],[-3.069999, 52.2252],[-3.068901, 52.2278],[-3.068501, 52.229],[-3.068399, 52.2302],[-3.0695, 52.2320],[-3.072001, 52.2355],[-3.072099, 52.2358],[-3.071899, 52.2362],[-3.0697, 52.2368],[-3.066601, 52.237],[-3.0613, 52.2371],[-3.057699, 52.2355],[-3.056801, 52.2356],[-3.05460, 52.2363],[-3.0532, 52.2373],[-3.0504, 52.2383],[-3.0488, 52.2388],[-3.047499, 52.2389],[-3.045399, 52.2386],[-3.0439, 52.2386],[-3.042799, 52.239],[-3.042399, 52.2392],[-3.0429, 52.2405],[-3.042799, 52.2412],[-3.041201, 52.2426],[-3.0409, 52.2436],[-3.0423, 52.2452],[-3.043099, 52.2460],[-3.0436, 52.2473],[-3.046401, 52.2490],[-3.046601, 52.2496],[-3.046401, 52.2502],[-3.044899, 52.2522],[-3.044101, 52.2530],[-3.0432, 52.2535],[-3.039599, 52.2536],[-3.038501, 52.2537],[-3.037699, 52.2539],[-3.0371, 52.2541],[-3.036299, 52.2546],[-3.0332, 52.2569],[-3.0272, 52.2578],[-3.0234, 52.2588],[-3.0202, 52.2598],[-3.01020, 52.2632],[-3.0083, 52.2637],[-3.006601, 52.2641],[-3.005, 52.2643],[-3.003799, 52.2644],[-3.0006, 52.2642],[-2.999599, 52.2641],[-2.9991, 52.264],[-2.9979, 52.2634],[-2.9956, 52.2624],[-2.993901, 52.2621],[-2.991601, 52.262],[-2.9876, 52.2621],[-2.9844, 52.2619],[-2.98110, 52.2612],[-2.979399, 52.2609],[-2.9768, 52.2613],[-2.976201, 52.2611],[-2.97480, 52.2596],[-2.9744, 52.2594],[-2.973099, 52.2595],[-2.9712, 52.26],[-2.96870, 52.2608],[-2.965499, 52.2619],[-2.963901, 52.2628],[-2.9625, 52.2636],[-2.962001, 52.2641],[-2.96070, 52.2689],[-2.960299, 52.2693],[-2.956401, 52.2704],[-2.956001, 52.2707],[-2.955699, 52.2714],[-2.957, 52.2717],[-2.961801, 52.2727],[-2.9665, 52.2737],[-2.969199, 52.2736],[-2.9745, 52.2736],[-2.98720, 52.274],[-2.9948, 52.274],[-3, 52.2739],[-3.000799, 52.2741],[-3.003299, 52.2757],[-3.0086, 52.278],[-3.0104, 52.2791],[-3.010799, 52.2803],[-3.008501, 52.2829],[-3.0086, 52.2875],[-3.0048, 52.2912],[-3.003, 52.2951],[-3.0002, 52.2990],[-2.9993, 52.2997],[-2.998199, 52.3008],[-2.9976, 52.3018],[-2.9976, 52.3023],[-2.998199, 52.306],[-2.998501, 52.3088],[-2.9991, 52.3106],[-3.0014, 52.3131],[-3.001601, 52.3136],[-3.0012, 52.3197],[-3.0021, 52.3216],[-3.002001, 52.3223],[-2.9997, 52.3225],[-2.997499, 52.3231],[-2.994101, 52.3241],[-2.984999, 52.3249],[-2.981801, 52.3263],[-2.9793, 52.3275],[-2.9783, 52.3279],[-2.9772, 52.3282],[-2.9746, 52.3287],[-2.96890, 52.3288],[-2.9677, 52.3293],[-2.9669, 52.3298],[-2.9646, 52.3321],[-2.961499, 52.3361],[-2.9574, 52.3412],[-2.9561, 52.343],[-2.9553, 52.3444],[-2.9549, 52.3451],[-2.9549, 52.3488],[-2.9489, 52.3488],[-2.9402, 52.3503],[-2.9347, 52.3508],[-2.9343, 52.3512],[-2.9353, 52.3523],[-2.93630, 52.3536],[-2.9347, 52.3538],[-2.9305, 52.3538],[-2.9305, 52.3542],[-2.930799, 52.3554],[-2.935499, 52.3594],[-2.9349, 52.3606],[-2.933501, 52.3614],[-2.926899, 52.3631],[-2.922699, 52.3660],[-2.920399, 52.3676],[-2.915499, 52.3687],[-2.909899, 52.3696],[-2.90580, 52.3690],[-2.901099, 52.3680],[-2.900399, 52.3682],[-2.9001, 52.3688],[-2.9036, 52.3708],[-2.9087, 52.3720],[-2.9133, 52.3739],[-2.919399, 52.3749],[-2.9179, 52.3771],[-2.9168, 52.3788],[-2.913, 52.3807],[-2.911601, 52.3811],[-2.9186, 52.3832],[-2.919501, 52.3839],[-2.916899, 52.3866],[-2.904799, 52.385],[-2.89360, 52.3788],[-2.89570, 52.3741],[-2.888901, 52.3738],[-2.884599, 52.3830],[-2.8796, 52.3862],[-2.8678, 52.3884],[-2.86310, 52.3899],[-2.853199, 52.3963],[-2.849101, 52.3959],[-2.835299, 52.393],[-2.8053, 52.389],[-2.8069, 52.3866],[-2.808199, 52.3843],[-2.807899, 52.3802],[-2.807001, 52.3766],[-2.798, 52.3731],[-2.789, 52.3747],[-2.7908, 52.3698],[-2.7946, 52.3616],[-2.795, 52.3601],[-2.794501, 52.3588],[-2.7934, 52.3578],[-2.792001, 52.3568],[-2.789799, 52.3569],[-2.7781, 52.359],[-2.7735, 52.3592],[-2.763, 52.3597],[-2.7471, 52.3592],[-2.7414, 52.3578],[-2.7386, 52.3571],[-2.730299, 52.3559],[-2.739799, 52.3502],[-2.732001, 52.3454],[-2.7328, 52.3448],[-2.739501, 52.3435],[-2.7413, 52.3421],[-2.7476, 52.3351],[-2.753299, 52.3365],[-2.7592, 52.3346],[-2.765399, 52.3354],[-2.766401, 52.3336],[-2.76480, 52.3326],[-2.7535, 52.3282],[-2.744699, 52.326],[-2.7225, 52.32],[-2.720299, 52.3177],[-2.719301, 52.3135],[-2.7176, 52.3113],[-2.709399, 52.3160],[-2.7043, 52.3161],[-2.700799, 52.3168],[-2.6987, 52.3177],[-2.693701, 52.3189],[-2.689101, 52.3194],[-2.6866, 52.32],[-2.6853, 52.3247],[-2.681299, 52.328],[-2.674799, 52.3338],[-2.6717, 52.3377],[-2.6687, 52.3409],[-2.664799, 52.3412],[-2.652499, 52.3324],[-2.648999, 52.3309],[-2.643701, 52.3339],[-2.635099, 52.3239],[-2.6282, 52.3151],[-2.6307, 52.3154],[-2.634, 52.3153],[-2.637001, 52.3149],[-2.640399, 52.3134],[-2.641001, 52.3094],[-2.6421, 52.3057],[-2.644399, 52.3021],[-2.6442, 52.3007],[-2.6429, 52.2984],[-2.6356, 52.2928],[-2.6282, 52.289],[-2.622699, 52.2866],[-2.6196, 52.2902],[-2.615499, 52.2933],[-2.6142, 52.2917],[-2.612799, 52.2889],[-2.615099, 52.2869],[-2.6184, 52.2839],[-2.622999, 52.2813],[-2.6231, 52.2787],[-2.6241, 52.2766],[-2.624799, 52.2745],[-2.6273, 52.2734],[-2.628299, 52.2705],[-2.6303, 52.2656],[-2.6294, 52.2634],[-2.6296, 52.2629],[-2.6333, 52.2592],[-2.631401, 52.2562],[-2.6318, 52.2516],[-2.631299, 52.2462],[-2.629699, 52.2435],[-2.627599, 52.2449],[-2.6213, 52.2457],[-2.618099, 52.2448],[-2.616699, 52.2449],[-2.6124, 52.2463],[-2.608299, 52.2472],[-2.606801, 52.2492],[-2.608599, 52.2515],[-2.6085, 52.2527],[-2.606601, 52.2524],[-2.603199, 52.2517],[-2.5998, 52.2511],[-2.598701, 52.2511],[-2.5917, 52.2532],[-2.586, 52.2550],[-2.582299, 52.2565],[-2.5762, 52.2585],[-2.573501, 52.2606],[-2.572799, 52.2661],[-2.569101, 52.2649],[-2.564301, 52.2663],[-2.5601, 52.2644],[-2.556299, 52.2623],[-2.5529, 52.2622],[-2.5511, 52.263],[-2.548901, 52.264],[-2.5453, 52.2657],[-2.540299, 52.2675],[-2.5313, 52.2575],[-2.529, 52.257],[-2.523799, 52.2562],[-2.522099, 52.2588],[-2.518501, 52.262],[-2.513999, 52.2657],[-2.511001, 52.2658],[-2.5048, 52.2664],[-2.4988, 52.2663],[-2.494999, 52.2655],[-2.493901, 52.2687],[-2.491899, 52.2723],[-2.4934, 52.2739],[-2.497999, 52.2758],[-2.500299, 52.2784],[-2.503, 52.2832],[-2.501801, 52.2864],[-2.5014, 52.2892],[-2.499599, 52.2894],[-2.497499, 52.2894],[-2.496001, 52.2879],[-2.490799, 52.288],[-2.487499, 52.2896],[-2.483099, 52.2908],[-2.4823, 52.2931],[-2.4767, 52.2935],[-2.4712, 52.2938],[-2.469399, 52.2931],[-2.4661, 52.2938],[-2.461499, 52.2953],[-2.4572, 52.2979],[-2.454101, 52.2995],[-2.4521, 52.2997],[-2.448299, 52.2967],[-2.443501, 52.2948],[-2.439199, 52.2923],[-2.4381, 52.2886],[-2.4346, 52.2882],[-2.4317, 52.2855],[-2.4319, 52.2838],[-2.43100, 52.281],[-2.432699, 52.2776],[-2.4386, 52.274],[-2.455199, 52.2724],[-2.4583, 52.2715],[-2.466201, 52.2693],[-2.4674, 52.267],[-2.469599, 52.2646],[-2.471801, 52.2627],[-2.472001, 52.2576],[-2.472899, 52.2519],[-2.465699, 52.2502],[-2.4612, 52.2444],[-2.453701, 52.2452],[-2.449501, 52.2450],[-2.446001, 52.2442],[-2.4353, 52.2417],[-2.4247, 52.2393],[-2.4209, 52.2388],[-2.4164, 52.2389],[-2.411, 52.2392],[-2.4089, 52.2408],[-2.4073, 52.2407],[-2.4054, 52.239],[-2.4024, 52.2397],[-2.3994, 52.2410],[-2.396899, 52.2411],[-2.393501, 52.2406],[-2.3878, 52.2418],[-2.3875, 52.2384],[-2.385499, 52.2391],[-2.3857, 52.2364],[-2.3842, 52.2335],[-2.3847, 52.2320],[-2.385799, 52.2316],[-2.3886, 52.2308],[-2.3915, 52.233],[-2.3942, 52.2333],[-2.3964, 52.2329],[-2.4003, 52.2315],[-2.4024, 52.2286],[-2.4015, 52.2253],[-2.397399, 52.2222],[-2.3962, 52.2214],[-2.3922, 52.2187],[-2.392, 52.2176],[-2.393901, 52.2153],[-2.3962, 52.2151],[-2.3982, 52.2156],[-2.3998, 52.2158],[-2.40050, 52.2158],[-2.401099, 52.2148],[-2.4003, 52.2119],[-2.4024, 52.2112],[-2.4052, 52.2112],[-2.4077, 52.2081],[-2.408, 52.206],[-2.408299, 52.2036],[-2.4103, 52.2018],[-2.4126, 52.1979],[-2.415699, 52.1932],[-2.419899, 52.1902],[-2.4247, 52.1880],[-2.4272, 52.1850],[-2.4302, 52.1830],[-2.4328, 52.1791],[-2.4379, 52.1758],[-2.4381, 52.1709],[-2.4372, 52.1677],[-2.4347, 52.1658],[-2.43230, 52.1658],[-2.4252, 52.1627],[-2.4238, 52.1618],[-2.422199, 52.1603],[-2.421401, 52.1587],[-2.418999, 52.1564],[-2.4147, 52.1575],[-2.410399, 52.1601],[-2.40660, 52.1609],[-2.4038, 52.1605],[-2.400399, 52.159],[-2.3943, 52.1567],[-2.392699, 52.1537],[-2.391401, 52.1562],[-2.387599, 52.1593],[-2.388299, 52.1634],[-2.389101, 52.1661],[-2.387599, 52.1687],[-2.383399, 52.1689],[-2.377199, 52.1711],[-2.374399, 52.1710],[-2.3741, 52.1694],[-2.3724, 52.1681],[-2.3694, 52.1685],[-2.366499, 52.1691],[-2.366499, 52.1686],[-2.3643, 52.1682],[-2.361401, 52.1669],[-2.3592, 52.1644],[-2.358299, 52.1615],[-2.358299, 52.1563],[-2.355799, 52.1543],[-2.3531, 52.1542],[-2.350899, 52.152],[-2.348099, 52.1473],[-2.344399, 52.1418],[-2.349, 52.1384],[-2.353701, 52.1356],[-2.3564, 52.1321],[-2.35780, 52.1289],[-2.356499, 52.1254],[-2.3539, 52.1224],[-2.352999, 52.1173],[-2.3548, 52.1119],[-2.3539, 52.1093],[-2.351201, 52.1072],[-2.3455, 52.1054],[-2.342299, 52.1041],[-2.33950, 52.105],[-2.336801, 52.105],[-2.336801, 52.1009],[-2.336601, 52.0986],[-2.336601, 52.095],[-2.337699, 52.0878],[-2.339, 52.0844],[-2.339799, 52.0818],[-2.340199, 52.0796],[-2.340199, 52.0726],[-2.340699, 52.0689],[-2.338701, 52.0681],[-2.338901, 52.0647],[-2.338799, 52.0620],[-2.338901, 52.0586],[-2.340199, 52.0548],[-2.3417, 52.0518],[-2.3431, 52.0488],[-2.3454, 52.0466],[-2.345599, 52.0417],[-2.347001, 52.0384],[-2.34690, 52.0366],[-2.3457, 52.033],[-2.3482, 52.0285],[-2.3501, 52.0283],[-2.3513, 52.0214],[-2.3905, 52.013],[-2.3962, 52.0037],[-2.3979,51.9970],[-2.4173,51.9958],[-2.4265,51.9963],[-2.4326,51.9972],[-2.4338, 52.0034],[-2.432499, 52.0101],[-2.433199, 52.0113],[-2.434, 52.0123],[-2.4344, 52.0129],[-2.435499, 52.0135],[-2.435699, 52.0136]]]]}, properties:{name:"Herefordshire"}}, {type:"Feature", geometry:{type:"MultiPolygon", coordinates:[[[[-1.583501, 50.6629],[-1.582399, 50.6633],[-1.580199, 50.6638],[-1.5727, 50.6643],[-1.568599, 50.6653],[-1.567001, 50.6663],[-1.5669, 50.6669],[-1.5669, 50.6684],[-1.567001, 50.6691],[-1.567199, 50.6697],[-1.5676, 50.6705],[-1.567899, 50.671],[-1.568099, 50.6715],[-1.5682, 50.6719],[-1.568099, 50.6724],[-1.567899, 50.6728],[-1.567199, 50.6737],[-1.5667, 50.6741],[-1.5662, 50.6744],[-1.5649, 50.675],[-1.5639, 50.6753],[-1.5628, 50.6756],[-1.5617, 50.6759],[-1.5605, 50.6761],[-1.5582, 50.6766],[-1.5539, 50.6773],[-1.5505, 50.6777],[-1.5483, 50.6781],[-1.5467, 50.6787],[-1.5455, 50.6793],[-1.5447, 50.68],[-1.544101, 50.6808],[-1.543701, 50.6815],[-1.5433, 50.6823],[-1.542799, 50.6837],[-1.5425, 50.6847],[-1.5417, 50.6866],[-1.5411, 50.6876],[-1.540799, 50.688],[-1.5405, 50.6884],[-1.539999, 50.6888],[-1.5396, 50.6891],[-1.5387, 50.6896],[-1.537699, 50.6902],[-1.536401, 50.6908],[-1.5346, 50.6918],[-1.5338, 50.6923],[-1.5331, 50.693],[-1.532699, 50.6935],[-1.5325, 50.6939],[-1.5322, 50.6946],[-1.532001, 50.6952],[-1.532001, 50.6958],[-1.532001, 50.6969],[-1.532001, 50.6985],[-1.5319, 50.6995],[-1.5316, 50.7005],[-1.531201, 50.701],[-1.5308, 50.7014],[-1.529899, 50.7021],[-1.5288, 50.7028],[-1.5283, 50.7031],[-1.5269, 50.7039],[-1.5251, 50.7049],[-1.5236, 50.7056],[-1.5209, 50.7067],[-1.5187, 50.7075],[-1.518, 50.7078],[-1.5175, 50.7079],[-1.5161, 50.7081],[-1.5144, 50.7081],[-1.512599, 50.7079],[-1.5108, 50.7076],[-1.5087, 50.7070],[-1.5066, 50.7068],[-1.505399, 50.7068],[-1.504799, 50.7069],[-1.5035, 50.7073],[-1.5031, 50.7073],[-1.502699, 50.7072],[-1.5024, 50.7071],[-1.5024, 50.7069],[-1.502599, 50.7067],[-1.503399, 50.7064],[-1.5044, 50.7063],[-1.5046, 50.7061],[-1.5046, 50.706],[-1.5044, 50.7058],[-1.503999, 50.7057],[-1.502499, 50.7057],[-1.502599, 50.7051],[-1.5028, 50.704],[-1.5029, 50.7034],[-1.5028, 50.7028],[-1.502499, 50.7025],[-1.5022, 50.7023],[-1.501899, 50.7022],[-1.501099, 50.7024],[-1.5003, 50.7024],[-1.5, 50.7023],[-1.499799, 50.7020],[-1.4999, 50.7016],[-1.500499, 50.7007],[-1.5009, 50.7001],[-1.501201, 50.6995],[-1.501201, 50.6991],[-1.501099, 50.6982],[-1.5009, 50.6973],[-1.501001, 50.6971],[-1.5015, 50.6968],[-1.503299, 50.697],[-1.5038, 50.6968],[-1.5035, 50.6965],[-1.502699, 50.6959],[-1.5029, 50.6955],[-1.503901, 50.6942],[-1.504101, 50.6936],[-1.5042, 50.6928],[-1.504101, 50.6922],[-1.5035, 50.691],[-1.5024, 50.6895],[-1.5021, 50.689],[-1.5021, 50.6887],[-1.5021, 50.6885],[-1.5024, 50.688],[-1.5028, 50.6877],[-1.5038, 50.6871],[-1.5046, 50.6867],[-1.5052, 50.6863],[-1.5057, 50.6857],[-1.5059, 50.6852],[-1.506001, 50.6848],[-1.5059, 50.6845],[-1.505399, 50.684],[-1.504101, 50.6846],[-1.502599, 50.6855],[-1.5003, 50.6874],[-1.499799, 50.6879],[-1.499699, 50.688],[-1.4993, 50.6886],[-1.4993, 50.689],[-1.499501, 50.69],[-1.4999, 50.691],[-1.5001, 50.6917],[-1.5001, 50.6924],[-1.4999, 50.693],[-1.4993, 50.6935],[-1.4988, 50.6938],[-1.4981, 50.694],[-1.4973, 50.6941],[-1.496601, 50.6945],[-1.4957, 50.6951],[-1.495, 50.6958],[-1.494599, 50.6964],[-1.4943, 50.6968],[-1.4942, 50.6972],[-1.4942, 50.6984],[-1.493999, 50.6993],[-1.493299, 50.7020],[-1.4931, 50.7031],[-1.493199, 50.7036],[-1.4934, 50.7039],[-1.493701, 50.7041],[-1.4967, 50.7049],[-1.4972, 50.7051],[-1.497599, 50.7054],[-1.498, 50.7059],[-1.498, 50.7061],[-1.4979, 50.7063],[-1.497699, 50.7065],[-1.4965, 50.7068],[-1.4944, 50.7071],[-1.4899, 50.7076],[-1.481201, 50.7085],[-1.4749, 50.7100],[-1.470199, 50.7109],[-1.4651, 50.7123],[-1.461001, 50.7136],[-1.4583, 50.7151],[-1.453901, 50.7171],[-1.447399, 50.7200],[-1.444501, 50.7212],[-1.4424, 50.7222],[-1.441, 50.723],[-1.4403, 50.7233],[-1.4382, 50.7242],[-1.437199, 50.7245],[-1.4363, 50.7247],[-1.434301, 50.7252],[-1.430099, 50.7261],[-1.428501, 50.7267],[-1.427299, 50.7271],[-1.426, 50.7273],[-1.423501, 50.7279],[-1.420599, 50.7283],[-1.419999, 50.7282],[-1.4176, 50.7278],[-1.415599, 50.7272],[-1.4138, 50.7267],[-1.4123, 50.7264],[-1.411801, 50.7262],[-1.4117, 50.726],[-1.4117, 50.7257],[-1.411801, 50.7256],[-1.412001, 50.7255],[-1.4124, 50.7254],[-1.413599, 50.7256],[-1.4148, 50.7257],[-1.416499, 50.7259],[-1.4169, 50.7259],[-1.417001, 50.7257],[-1.417099, 50.7254],[-1.4166, 50.7250],[-1.416201, 50.7248],[-1.4159, 50.7247],[-1.4139, 50.7243],[-1.411201, 50.7239],[-1.4105, 50.7237],[-1.4101, 50.7235],[-1.4096, 50.723],[-1.4094, 50.7226],[-1.4096, 50.7223],[-1.409899, 50.7222],[-1.4124, 50.7223],[-1.4133, 50.7222],[-1.4139, 50.7221],[-1.4147, 50.7217],[-1.414999, 50.7212],[-1.4152, 50.7208],[-1.4151, 50.7207],[-1.4146, 50.7207],[-1.4132, 50.7212],[-1.412099, 50.7214],[-1.411, 50.7215],[-1.4105, 50.7215],[-1.4101, 50.7214],[-1.4098, 50.7211],[-1.4098, 50.7206],[-1.4101, 50.7200],[-1.411, 50.7194],[-1.4117, 50.7190],[-1.4123, 50.7186],[-1.412899, 50.7180],[-1.4133, 50.7176],[-1.4138, 50.7169],[-1.4146, 50.7157],[-1.4154, 50.7152],[-1.416201, 50.7146],[-1.417099, 50.7144],[-1.418701, 50.7142],[-1.4198, 50.7137],[-1.420799, 50.7127],[-1.4213, 50.7125],[-1.4224, 50.7126],[-1.422899, 50.7125],[-1.4232, 50.7124],[-1.423701, 50.7121],[-1.4248, 50.7111],[-1.4248, 50.7108],[-1.4246, 50.7106],[-1.4238, 50.7101],[-1.423599, 50.7098],[-1.423599, 50.7095],[-1.424101, 50.7078],[-1.424301, 50.7072],[-1.4247, 50.7067],[-1.4249, 50.7065],[-1.4252, 50.7064],[-1.4274, 50.7062],[-1.429399, 50.7061],[-1.4306, 50.7061],[-1.431401, 50.706],[-1.431601, 50.7056],[-1.431499, 50.7054],[-1.431401, 50.7053],[-1.429399, 50.7053],[-1.4268, 50.7054],[-1.4259, 50.7055],[-1.4252, 50.7056],[-1.424301, 50.706],[-1.4234, 50.7067],[-1.4217, 50.7105],[-1.420699, 50.7115],[-1.4195, 50.7124],[-1.4189, 50.7128],[-1.418501, 50.7130],[-1.417099, 50.7133],[-1.415599, 50.7135],[-1.4145, 50.7140],[-1.413501, 50.7146],[-1.4124, 50.7157],[-1.411401, 50.7167],[-1.411, 50.7171],[-1.410699, 50.7171],[-1.410599, 50.7162],[-1.4109, 50.7147],[-1.411201, 50.7127],[-1.411299, 50.7119],[-1.411299, 50.7114],[-1.4111, 50.7109],[-1.4105, 50.7099],[-1.4104, 50.7095],[-1.4104, 50.7084],[-1.409899, 50.7074],[-1.4097, 50.7071],[-1.4095, 50.7072],[-1.409199, 50.7072],[-1.409, 50.7076],[-1.409199, 50.7102],[-1.409301, 50.7112],[-1.409101, 50.7118],[-1.409, 50.7121],[-1.4087, 50.7122],[-1.4076, 50.7116],[-1.406201, 50.7110],[-1.4053, 50.7107],[-1.4046, 50.7107],[-1.4045, 50.7108],[-1.4046, 50.7113],[-1.4055, 50.7116],[-1.4069, 50.7123],[-1.4083, 50.7132],[-1.4087, 50.7137],[-1.4089, 50.7143],[-1.4089, 50.7153],[-1.4087, 50.7155],[-1.408501, 50.7157],[-1.408, 50.7158],[-1.4074, 50.7157],[-1.4061, 50.7153],[-1.4055, 50.7151],[-1.401201, 50.7131],[-1.3995, 50.7125],[-1.399, 50.7124],[-1.398901, 50.7125],[-1.398901, 50.7129],[-1.399, 50.7131],[-1.4001, 50.7139],[-1.4038, 50.7158],[-1.404799, 50.7164],[-1.405699, 50.7170],[-1.4059, 50.7175],[-1.4058, 50.7178],[-1.405599, 50.7180],[-1.404799, 50.7183],[-1.403901, 50.7187],[-1.4032, 50.7191],[-1.4024, 50.7207],[-1.402001, 50.7213],[-1.4015, 50.7216],[-1.401, 50.7219],[-1.4003, 50.7219],[-1.399899, 50.7218],[-1.3997, 50.7217],[-1.3996, 50.7215],[-1.3995, 50.7193],[-1.399301, 50.7192],[-1.3937, 50.7190],[-1.3907, 50.7185],[-1.3829, 50.7173],[-1.3815, 50.7173],[-1.3801, 50.7174],[-1.3782, 50.7176],[-1.3773, 50.7177],[-1.3765, 50.7173],[-1.376201, 50.7176],[-1.3763, 50.7182],[-1.3757, 50.7187],[-1.3743, 50.7195],[-1.3743, 50.7196],[-1.374501, 50.7198],[-1.3749, 50.7199],[-1.376801, 50.7193],[-1.3782, 50.7186],[-1.3788, 50.7186],[-1.38, 50.7185],[-1.381801, 50.7183],[-1.3844, 50.7183],[-1.386899, 50.7188],[-1.3894, 50.7196],[-1.390499, 50.7200],[-1.3908, 50.7203],[-1.391001, 50.7206],[-1.391001, 50.721],[-1.3908, 50.7213],[-1.390599, 50.7215],[-1.3903, 50.7216],[-1.39, 50.7217],[-1.3895, 50.7216],[-1.388501, 50.7211],[-1.3875, 50.7208],[-1.3871, 50.7208],[-1.387001, 50.7209],[-1.386899, 50.7213],[-1.387001, 50.7216],[-1.387599, 50.7219],[-1.3882, 50.7222],[-1.3887, 50.7224],[-1.3902, 50.7225],[-1.390499, 50.7226],[-1.390499, 50.7229],[-1.3902, 50.7232],[-1.3895, 50.7235],[-1.388901, 50.7236],[-1.3882, 50.7236],[-1.3864, 50.7233],[-1.3853, 50.7233],[-1.384799, 50.7234],[-1.3846, 50.7235],[-1.3844, 50.7238],[-1.3844, 50.724],[-1.384501, 50.7242],[-1.384799, 50.7244],[-1.385599, 50.7246],[-1.386201, 50.7246],[-1.392699, 50.7248],[-1.3961, 50.7254],[-1.3979, 50.7258],[-1.398399, 50.7261],[-1.398501, 50.7262],[-1.398501, 50.7263],[-1.3983, 50.7265],[-1.3974, 50.7267],[-1.396801, 50.7268],[-1.396201, 50.7269],[-1.3946, 50.7268],[-1.3931, 50.7266],[-1.392799, 50.7266],[-1.392599, 50.7267],[-1.392599, 50.7269],[-1.392799, 50.7271],[-1.393, 50.7272],[-1.3936, 50.7275],[-1.3946, 50.7279],[-1.396001, 50.7281],[-1.397699, 50.7285],[-1.398399, 50.7285],[-1.3987, 50.7284],[-1.399199, 50.7280],[-1.3996, 50.7279],[-1.4003, 50.7278],[-1.401, 50.7277],[-1.401401, 50.7275],[-1.401801, 50.7273],[-1.4026, 50.7266],[-1.4029, 50.7262],[-1.403399, 50.7255],[-1.4036, 50.7253],[-1.404101, 50.7251],[-1.4045, 50.7250],[-1.4051, 50.7251],[-1.4061, 50.7255],[-1.406299, 50.7257],[-1.406401, 50.7261],[-1.406401, 50.7264],[-1.406401, 50.7267],[-1.4061, 50.7271],[-1.4052, 50.7276],[-1.4036, 50.7281],[-1.401401, 50.7291],[-1.4004, 50.7295],[-1.398501, 50.73],[-1.393299, 50.731],[-1.3916, 50.7313],[-1.3904, 50.7317],[-1.386001, 50.7331],[-1.3799, 50.7346],[-1.3764, 50.7357],[-1.3651, 50.739],[-1.3629, 50.7393],[-1.360399, 50.7397],[-1.3565, 50.7399],[-1.353701, 50.7398],[-1.3521, 50.7406],[-1.3513, 50.7413],[-1.350299, 50.7417],[-1.3484, 50.7422],[-1.347499, 50.7427],[-1.346699, 50.7434],[-1.3456, 50.7445],[-1.3449, 50.7453],[-1.344501, 50.7458],[-1.343901, 50.7471],[-1.3434, 50.7489],[-1.3429, 50.7517],[-1.342499, 50.7526],[-1.341699, 50.7533],[-1.3397, 50.7542],[-1.3371, 50.7558],[-1.3361, 50.7565],[-1.3356, 50.7567],[-1.335, 50.7569],[-1.333901, 50.7568],[-1.3321, 50.7569],[-1.331601, 50.7572],[-1.3307, 50.7578],[-1.329301, 50.7585],[-1.326699, 50.7592],[-1.325899, 50.7595],[-1.3254, 50.7598],[-1.3248, 50.7602],[-1.3242, 50.7608],[-1.3227, 50.7630],[-1.321499, 50.7645],[-1.3206, 50.7652],[-1.3197, 50.7658],[-1.3178, 50.7668],[-1.3147, 50.7679],[-1.3119, 50.7684],[-1.3069, 50.7687],[-1.301601, 50.7686],[-1.2995, 50.7683],[-1.2984, 50.7680],[-1.297001, 50.7673],[-1.296, 50.7667],[-1.2948, 50.7658],[-1.2939, 50.765],[-1.293501, 50.7645],[-1.2934, 50.7643],[-1.2934, 50.7628],[-1.2931, 50.762],[-1.292899, 50.7617],[-1.291299, 50.7616],[-1.2905, 50.7612],[-1.289899, 50.7608],[-1.2895, 50.7602],[-1.2895, 50.7595],[-1.2903, 50.7572],[-1.289301, 50.7572],[-1.2873, 50.7612],[-1.287199, 50.7613],[-1.2865, 50.7631],[-1.286299, 50.7634],[-1.285699, 50.7638],[-1.2851, 50.7642],[-1.284101, 50.7647],[-1.283501, 50.765],[-1.2815, 50.7659],[-1.279101, 50.7668],[-1.2776, 50.7672],[-1.276401, 50.7675],[-1.274799, 50.7677],[-1.273399, 50.7678],[-1.272099, 50.7679],[-1.271001, 50.7678],[-1.2696, 50.7675],[-1.268, 50.7669],[-1.2653, 50.7657],[-1.2621, 50.7635],[-1.257699, 50.7613],[-1.256001, 50.76],[-1.2549, 50.7583],[-1.2536, 50.7562],[-1.252499, 50.7557],[-1.251601, 50.7553],[-1.25, 50.7548],[-1.2486, 50.7544],[-1.247001, 50.7539],[-1.245399, 50.7532],[-1.244599, 50.7527],[-1.244101, 50.7523],[-1.243701, 50.7518],[-1.243, 50.7509],[-1.2421, 50.7495],[-1.2413, 50.7489],[-1.2401, 50.748],[-1.239501, 50.7475],[-1.239101, 50.747],[-1.2386, 50.7461],[-1.238, 50.7458],[-1.237, 50.7453],[-1.236201, 50.7449],[-1.236099, 50.7448],[-1.2364, 50.7443],[-1.236601, 50.744],[-1.2378, 50.7438],[-1.2384, 50.7435],[-1.2388, 50.7431],[-1.238999, 50.7429],[-1.2392, 50.7426],[-1.2394, 50.7421],[-1.239501, 50.7409],[-1.2394, 50.7407],[-1.2392, 50.7406],[-1.238999, 50.7405],[-1.238701, 50.7406],[-1.2385, 50.7409],[-1.2379, 50.7426],[-1.2377, 50.743],[-1.2372, 50.7431],[-1.2364, 50.7432],[-1.236099, 50.7433],[-1.2356, 50.7436],[-1.235299, 50.7439],[-1.2349, 50.7444],[-1.234699, 50.7447],[-1.233901, 50.745],[-1.232399, 50.7451],[-1.231699, 50.7451],[-1.231201, 50.745],[-1.228999, 50.7441],[-1.225299, 50.7431],[-1.218, 50.7412],[-1.214599, 50.7406],[-1.2129, 50.7403],[-1.2122, 50.7401],[-1.211601, 50.7399],[-1.211401, 50.7397],[-1.211001, 50.7392],[-1.211001, 50.739],[-1.2111, 50.7386],[-1.2112, 50.7384],[-1.2115, 50.7382],[-1.2121, 50.7379],[-1.213799, 50.7376],[-1.2148, 50.7374],[-1.2158, 50.7371],[-1.216601, 50.7366],[-1.217399, 50.7354],[-1.2178, 50.7342],[-1.218701, 50.7337],[-1.22, 50.7333],[-1.2207, 50.7327],[-1.221001, 50.7319],[-1.2214, 50.7314],[-1.222499, 50.7307],[-1.2234, 50.7299],[-1.223701, 50.7293],[-1.223901, 50.7286],[-1.223901, 50.7283],[-1.223701, 50.7273],[-1.2236, 50.7269],[-1.224, 50.7259],[-1.223799, 50.7254],[-1.223099, 50.7239],[-1.2234, 50.7232],[-1.2234, 50.7227],[-1.223, 50.7222],[-1.222399, 50.7219],[-1.221601, 50.7217],[-1.2212, 50.7215],[-1.220299, 50.7207],[-1.2197, 50.7199],[-1.2194, 50.7196],[-1.218901, 50.7196],[-1.218701, 50.7198],[-1.2186, 50.7200],[-1.2186, 50.7205],[-1.218701, 50.7209],[-1.218799, 50.7211],[-1.218901, 50.7213],[-1.2191, 50.7216],[-1.219301, 50.7219],[-1.219599, 50.7221],[-1.220299, 50.7226],[-1.2208, 50.7231],[-1.2213, 50.7235],[-1.221601, 50.7246],[-1.221801, 50.7251],[-1.2221, 50.7261],[-1.2222, 50.7276],[-1.2221, 50.7286],[-1.221699, 50.7291],[-1.2208, 50.7297],[-1.219599, 50.7308],[-1.219, 50.7313],[-1.216801, 50.7326],[-1.2156, 50.7336],[-1.214501, 50.7351],[-1.213901, 50.7358],[-1.2136, 50.7362],[-1.213099, 50.7363],[-1.211401, 50.7357],[-1.209, 50.7364],[-1.2078, 50.7368],[-1.207, 50.7369],[-1.205899, 50.737],[-1.202, 50.7368],[-1.1989, 50.7365],[-1.195899, 50.7361],[-1.1921, 50.7351],[-1.190799, 50.7375],[-1.1898, 50.7374],[-1.191, 50.735],[-1.1904, 50.7348],[-1.1813, 50.7354],[-1.176201, 50.7359],[-1.174301, 50.7359],[-1.164101, 50.7351],[-1.160699, 50.7351],[-1.160699, 50.7387],[-1.1605, 50.7397],[-1.159199, 50.742],[-1.1581, 50.7419],[-1.157099, 50.7416],[-1.1567, 50.7413],[-1.157899, 50.74],[-1.1581, 50.7389],[-1.1583, 50.7375],[-1.1583, 50.7357],[-1.157799, 50.7353],[-1.157001, 50.7351],[-1.1552, 50.7348],[-1.1532, 50.7341],[-1.151201, 50.7334],[-1.1482, 50.7332],[-1.1474, 50.7332],[-1.146401, 50.7331],[-1.1447, 50.7328],[-1.142599, 50.7313],[-1.1409, 50.7304],[-1.1395, 50.7298],[-1.1379, 50.7292],[-1.1366, 50.7289],[-1.134899, 50.7284],[-1.133501, 50.7282],[-1.1325, 50.7283],[-1.131099, 50.7284],[-1.1287, 50.7287],[-1.1279, 50.7287],[-1.127001, 50.7286],[-1.126001, 50.7284],[-1.1253, 50.7282],[-1.1249, 50.7280],[-1.1223, 50.726],[-1.119699, 50.7252],[-1.1164, 50.7247],[-1.1129, 50.724],[-1.110399, 50.7236],[-1.108299, 50.7232],[-1.107, 50.7228],[-1.106099, 50.7224],[-1.1055, 50.7219],[-1.105, 50.7214],[-1.1048, 50.721],[-1.104599, 50.7192],[-1.1044, 50.7182],[-1.1041, 50.7173],[-1.103799, 50.7165],[-1.1036, 50.7162],[-1.1021, 50.7149],[-1.101001, 50.7139],[-1.1009, 50.7137],[-1.1008, 50.7122],[-1.100399, 50.7114],[-1.0992, 50.7101],[-1.0984, 50.7092],[-1.098099, 50.7089],[-1.0965, 50.7083],[-1.096001, 50.7081],[-1.0956, 50.7079],[-1.095399, 50.7072],[-1.095299, 50.7066],[-1.095299, 50.7059],[-1.0955, 50.7051],[-1.0957, 50.7046],[-1.096099, 50.7039],[-1.0964, 50.7033],[-1.096601, 50.7027],[-1.0964, 50.7018],[-1.0951, 50.6991],[-1.094599, 50.6982],[-1.094301, 50.6974],[-1.094301, 50.6969],[-1.094599, 50.6964],[-1.0957, 50.6966],[-1.0965, 50.697],[-1.097499, 50.6976],[-1.099, 50.6984],[-1.099699, 50.6985],[-1.1, 50.6985],[-1.1008, 50.6982],[-1.101699, 50.6978],[-1.1021, 50.6976],[-1.1023, 50.6977],[-1.1023, 50.6978],[-1.1021, 50.6981],[-1.101801, 50.6985],[-1.1015, 50.6989],[-1.100299, 50.7002],[-1.100199, 50.7004],[-1.100199, 50.7012],[-1.100399, 50.7016],[-1.1007, 50.7015],[-1.1013, 50.7008],[-1.1021, 50.6996],[-1.1026, 50.699],[-1.1036, 50.698],[-1.103799, 50.6977],[-1.103799, 50.6975],[-1.103701, 50.6973],[-1.1036, 50.6972],[-1.103299, 50.6969],[-1.103299, 50.6967],[-1.1035, 50.6966],[-1.1072, 50.6956],[-1.107399, 50.6954],[-1.106899, 50.6952],[-1.103199, 50.6952],[-1.1009, 50.695],[-1.1001, 50.6948],[-1.0991, 50.6944],[-1.0977, 50.6933],[-1.096801, 50.6928],[-1.0955, 50.6926],[-1.094501, 50.6929],[-1.0936, 50.6935],[-1.093, 50.694],[-1.092, 50.6951],[-1.0912, 50.697],[-1.0905, 50.6974],[-1.0899, 50.6974],[-1.088901, 50.6973],[-1.0879, 50.6971],[-1.086699, 50.6969],[-1.0836, 50.697],[-1.0822, 50.697],[-1.080899, 50.6968],[-1.0784, 50.696],[-1.075799, 50.6948],[-1.075, 50.6943],[-1.073799, 50.6934],[-1.072999, 50.6926],[-1.0719, 50.6916],[-1.0712, 50.691],[-1.0692, 50.6896],[-1.067999, 50.6886],[-1.0675, 50.688],[-1.067299, 50.6876],[-1.067199, 50.6872],[-1.067299, 50.6868],[-1.0677, 50.6861],[-1.0683, 50.6852],[-1.070099, 50.6838],[-1.073799, 50.6821],[-1.0778, 50.6806],[-1.079599, 50.6798],[-1.0818, 50.6785],[-1.083799, 50.6772],[-1.0851, 50.6765],[-1.086001, 50.6761],[-1.087, 50.6757],[-1.088701, 50.6753],[-1.0894, 50.675],[-1.09, 50.6748],[-1.091001, 50.6743],[-1.091601, 50.6739],[-1.0927, 50.6732],[-1.0935, 50.6726],[-1.094, 50.6721],[-1.094599, 50.6712],[-1.0948, 50.6707],[-1.0947, 50.6694],[-1.0948, 50.669],[-1.095, 50.6684],[-1.0956, 50.6671],[-1.096099, 50.6668],[-1.0973, 50.6666],[-1.098799, 50.6663],[-1.1034, 50.6659],[-1.1099, 50.6657],[-1.1142, 50.6655],[-1.1178, 50.665],[-1.1238, 50.6641],[-1.128999, 50.6628],[-1.1338, 50.6611],[-1.140499, 50.6586],[-1.1445, 50.6571],[-1.1496, 50.6549],[-1.154799, 50.6520],[-1.159101, 50.6491],[-1.162699, 50.6459],[-1.164999, 50.643],[-1.165699, 50.6418],[-1.1667, 50.6395],[-1.1675, 50.637],[-1.167799, 50.6351],[-1.167799, 50.6336],[-1.1682, 50.6318],[-1.1688, 50.6308],[-1.171, 50.6276],[-1.1724, 50.6247],[-1.1727, 50.623],[-1.1726, 50.621],[-1.1717, 50.6196],[-1.170799, 50.6182],[-1.170699, 50.6168],[-1.171, 50.6155],[-1.1734, 50.6133],[-1.1746, 50.6121],[-1.1749, 50.6113],[-1.1748, 50.6105],[-1.174199, 50.6094],[-1.1739, 50.6073],[-1.174301, 50.6053],[-1.175699, 50.6030],[-1.1776, 50.6011],[-1.1792, 50.5999],[-1.181201, 50.5987],[-1.1827, 50.5981],[-1.1869, 50.5967],[-1.1897, 50.5962],[-1.198099, 50.5936],[-1.201401, 50.5933],[-1.2048, 50.5930],[-1.209501, 50.5923],[-1.216801, 50.5907],[-1.224, 50.5889],[-1.2286, 50.5873],[-1.2358, 50.5858],[-1.237499, 50.5853],[-1.2392, 50.5838],[-1.2414, 50.5829],[-1.243999, 50.5829],[-1.246201, 50.5826],[-1.2474, 50.5821],[-1.2517, 50.5809],[-1.258399, 50.5802],[-1.2638, 50.5800],[-1.271401, 50.5799],[-1.2759, 50.5791],[-1.279101, 50.5773],[-1.282001, 50.5773],[-1.2855, 50.577],[-1.2911, 50.5753],[-1.297099, 50.5746],[-1.3011, 50.5753],[-1.305799, 50.5773],[-1.3074, 50.5785],[-1.309, 50.5814],[-1.311, 50.5836],[-1.3126, 50.5856],[-1.315799, 50.5886],[-1.3191, 50.5908],[-1.324399, 50.5939],[-1.3315, 50.5977],[-1.3448, 50.6048],[-1.3506, 50.607],[-1.3588, 50.6088],[-1.362499, 50.6103],[-1.366201, 50.6133],[-1.370399, 50.6167],[-1.376899, 50.6211],[-1.3861, 50.6258],[-1.392599, 50.6282],[-1.398, 50.6295],[-1.402099, 50.6313],[-1.409999, 50.6343],[-1.416401, 50.6361],[-1.423599, 50.6374],[-1.4288, 50.6389],[-1.4376, 50.6412],[-1.445099, 50.6431],[-1.4484, 50.6447],[-1.4522, 50.6470],[-1.4557, 50.6500],[-1.458501, 50.6511],[-1.462399, 50.6519],[-1.4656, 50.6535],[-1.468901, 50.6562],[-1.472499, 50.6601],[-1.4762, 50.6624],[-1.478799, 50.6639],[-1.4823, 50.6664],[-1.4828, 50.6673],[-1.483299, 50.6677],[-1.483701, 50.6679],[-1.484599, 50.6681],[-1.4857, 50.6683],[-1.491001, 50.6688],[-1.5014, 50.669],[-1.503901, 50.6692],[-1.505399, 50.6695],[-1.5072, 50.6706],[-1.507599, 50.6707],[-1.5082, 50.6708],[-1.508901, 50.6707],[-1.5093, 50.6706],[-1.5101, 50.67],[-1.5107, 50.6697],[-1.5114, 50.6694],[-1.5122, 50.6692],[-1.5132, 50.6691],[-1.5175, 50.6689],[-1.521401, 50.6687],[-1.524899, 50.6683],[-1.5302, 50.6677],[-1.532699, 50.6672],[-1.5346, 50.6667],[-1.539101, 50.6652],[-1.544199, 50.6643],[-1.5482, 50.6633],[-1.5524, 50.6631],[-1.5584, 50.6632],[-1.562001, 50.6627],[-1.5682, 50.6609],[-1.5739, 50.6602],[-1.576001, 50.6603],[-1.5821, 50.6622],[-1.583501, 50.6629]]]]}, properties:{name:"Isle of Wight"}}, {type:"Feature", geometry:{type:"MultiPolygon", coordinates:[[[[-6.295499, 49.9374],[-6.295199, 49.9371],[-6.2946, 49.9365],[-6.294, 49.936],[-6.29350, 49.9358],[-6.292799, 49.9357],[-6.2918, 49.9357],[-6.291201, 49.9357],[-6.2908, 49.9356],[-6.290299, 49.9354],[-6.28970, 49.9350],[-6.289101, 49.9343],[-6.2885, 49.9334],[-6.2883, 49.9329],[-6.2885, 49.9322],[-6.288599, 49.9318],[-6.2885, 49.9316],[-6.288199, 49.9314],[-6.287799, 49.9313],[-6.287199, 49.9313],[-6.28650, 49.9313],[-6.2858, 49.9313],[-6.284699, 49.9311],[-6.283901, 49.9309],[-6.283299, 49.9308],[-6.2828, 49.9308],[-6.282001, 49.931],[-6.2816, 49.931],[-6.28130, 49.9308],[-6.281099, 49.9304],[-6.281099, 49.9296],[-6.281099, 49.9287],[-6.28090, 49.928],[-6.2806, 49.9277],[-6.2792, 49.9272],[-6.2788, 49.9269],[-6.27810, 49.9261],[-6.277699, 49.9258],[-6.277299, 49.9255],[-6.277, 49.9252],[-6.276899, 49.9249],[-6.277, 49.9246],[-6.27710, 49.9244],[-6.2774, 49.9241],[-6.277699, 49.9238],[-6.277699, 49.9236],[-6.27750, 49.9234],[-6.2772, 49.9233],[-6.276401, 49.9234],[-6.276, 49.9234],[-6.2758, 49.9233],[-6.2757, 49.9227],[-6.275599, 49.9225],[-6.2754, 49.9223],[-6.274899, 49.9219],[-6.274899, 49.9217],[-6.2751, 49.9215],[-6.27610, 49.9211],[-6.2765, 49.9208],[-6.276801, 49.9203],[-6.277299, 49.9199],[-6.2774, 49.9197],[-6.2774, 49.9194],[-6.277299, 49.9187],[-6.2774, 49.9182],[-6.2778, 49.9175],[-6.277999, 49.9169],[-6.2782, 49.916],[-6.278399, 49.9157],[-6.2786, 49.9155],[-6.2791, 49.9154],[-6.2796, 49.9155],[-6.2802, 49.9158],[-6.2807, 49.9159],[-6.28170, 49.916],[-6.28230, 49.9161],[-6.282599, 49.9163],[-6.2828, 49.9166],[-6.282899, 49.9170],[-6.283199, 49.9174],[-6.2838, 49.9176],[-6.2844, 49.9176],[-6.2849, 49.9175],[-6.2852, 49.9172],[-6.285299, 49.9169],[-6.285299, 49.9164],[-6.28510, 49.9161],[-6.2849, 49.9159],[-6.28420, 49.9158],[-6.2838, 49.9156],[-6.283501, 49.9153],[-6.2834, 49.9150],[-6.2834, 49.9145],[-6.283501, 49.9136],[-6.2834, 49.9132],[-6.2828, 49.9126],[-6.2828, 49.9124],[-6.282899, 49.9122],[-6.2831, 49.9121],[-6.283599, 49.9122],[-6.283901, 49.9120],[-6.284101, 49.9117],[-6.2843, 49.9116],[-6.284599, 49.9116],[-6.28510, 49.9117],[-6.285399, 49.9116],[-6.2856, 49.9115],[-6.286099, 49.9112],[-6.286699, 49.9111],[-6.2876, 49.9111],[-6.288099, 49.9112],[-6.289199, 49.9115],[-6.289899, 49.9115],[-6.291, 49.9113],[-6.2918, 49.9113],[-6.293099, 49.9116],[-6.294199, 49.9118],[-6.295, 49.9119],[-6.295599, 49.9119],[-6.295899, 49.9118],[-6.296, 49.9116],[-6.296, 49.9113],[-6.295899, 49.9108],[-6.295899, 49.9105],[-6.2961, 49.9103],[-6.2965, 49.9103],[-6.2971, 49.9105],[-6.29820, 49.9109],[-6.2986, 49.9111],[-6.2988, 49.9113],[-6.29920, 49.9119],[-6.29960, 49.9122],[-6.300099, 49.9123],[-6.300499, 49.9123],[-6.3017, 49.9120],[-6.3021, 49.9117],[-6.302299, 49.9113],[-6.3024, 49.9109],[-6.302299, 49.9104],[-6.302001, 49.9101],[-6.3016, 49.91],[-6.3007, 49.9099],[-6.300499, 49.9098],[-6.300499, 49.9096],[-6.3007, 49.9094],[-6.301099, 49.9092],[-6.3013, 49.9090],[-6.3013, 49.9086],[-6.301001, 49.9081],[-6.3007, 49.9077],[-6.30000, 49.9071],[-6.299399, 49.9064],[-6.29920, 49.906],[-6.29920, 49.9057],[-6.2995, 49.9055],[-6.300099, 49.9054],[-6.300399, 49.9052],[-6.30060, 49.905],[-6.300799, 49.9044],[-6.301401, 49.904],[-6.302001, 49.9039],[-6.3027, 49.904],[-6.303299, 49.9043],[-6.3037, 49.9046],[-6.304699, 49.906],[-6.306099, 49.9078],[-6.307099, 49.9087],[-6.308199, 49.9095],[-6.309199, 49.9101],[-6.3097, 49.9105],[-6.309999000000002, 49.911],[-6.3101, 49.9120],[-6.310299, 49.9124],[-6.310699, 49.9129],[-6.311299, 49.9133],[-6.312399, 49.9137],[-6.313399, 49.9140],[-6.3144, 49.9140],[-6.3153, 49.9139],[-6.316401, 49.9135],[-6.316899, 49.9132],[-6.317299, 49.9128],[-6.317599, 49.9124],[-6.31790, 49.9117],[-6.317999, 49.9112],[-6.317999, 49.9104],[-6.317599, 49.9098],[-6.317299, 49.9094],[-6.317299, 49.9092],[-6.317599, 49.9090],[-6.3182, 49.9088],[-6.3192, 49.9088],[-6.319799, 49.9088],[-6.3204, 49.9089],[-6.3213, 49.9091],[-6.32250, 49.9096],[-6.3232, 49.9099],[-6.3243, 49.9103],[-6.3248, 49.9106],[-6.3253, 49.9111],[-6.32630, 49.9123],[-6.326601, 49.9128],[-6.326601, 49.9132],[-6.326401, 49.9136],[-6.32590, 49.9142],[-6.3255, 49.9144],[-6.3246, 49.9147],[-6.3243, 49.9149],[-6.3241, 49.9156],[-6.3238, 49.9159],[-6.32310, 49.9164],[-6.3224, 49.9169],[-6.32170, 49.9173],[-6.3213, 49.9175],[-6.320499, 49.9176],[-6.32, 49.9175],[-6.3195, 49.9173],[-6.318501, 49.9171],[-6.317599, 49.9169],[-6.31700, 49.9168],[-6.316401, 49.9167],[-6.315599, 49.9165],[-6.3145, 49.9162],[-6.314, 49.9161],[-6.313099, 49.9161],[-6.311299, 49.9163],[-6.310299, 49.9163],[-6.309199, 49.9161],[-6.30900, 49.9162],[-6.308701, 49.9167],[-6.3085, 49.9172],[-6.3081, 49.9181],[-6.307799, 49.9186],[-6.3077, 49.9191],[-6.3077, 49.9196],[-6.307799, 49.9201],[-6.3081, 49.9205],[-6.3084, 49.9208],[-6.3085, 49.9210],[-6.3085, 49.9213],[-6.3083, 49.9215],[-6.30800, 49.9217],[-6.307799, 49.9221],[-6.307799, 49.9228],[-6.30800, 49.9234],[-6.3084, 49.9239],[-6.3088, 49.9242],[-6.3093, 49.9244],[-6.3097, 49.9245],[-6.31050, 49.9249],[-6.3111, 49.9253],[-6.312001, 49.9261],[-6.3125, 49.9269],[-6.312699, 49.9274],[-6.312699, 49.928],[-6.3125, 49.9284],[-6.31220, 49.9287],[-6.311, 49.9294],[-6.31050, 49.9300],[-6.3098, 49.9318],[-6.309101000000002, 49.933],[-6.308599, 49.9337],[-6.3081, 49.9342],[-6.307499, 49.9346],[-6.3068, 49.9349],[-6.3056, 49.9352],[-6.30480, 49.9352],[-6.303299, 49.9350],[-6.302199, 49.9351],[-6.301401, 49.9353],[-6.3007, 49.9356],[-6.300099, 49.9362],[-6.299699, 49.9369],[-6.29960, 49.9372],[-6.299301, 49.9374],[-6.298901, 49.9375],[-6.298299, 49.9375],[-6.297699000000002, 49.9374],[-6.297299, 49.9375],[-6.297, 49.9378],[-6.2965, 49.9379],[-6.295899, 49.9377],[-6.295499, 49.9374]]],[[[-6.3412, 49.9682],[-6.340799, 49.9678],[-6.34040, 49.9673],[-6.3403, 49.9669],[-6.3403, 49.9665],[-6.340499000000002, 49.9662],[-6.340899, 49.9653],[-6.340899, 49.9648],[-6.3406, 49.9641],[-6.3403, 49.9637],[-6.33990, 49.9634],[-6.339301, 49.9632],[-6.33850, 49.9631],[-6.337399, 49.9632],[-6.336, 49.9633],[-6.335, 49.9634],[-6.334199, 49.9635],[-6.3333, 49.9634],[-6.3326, 49.9632],[-6.332099, 49.9628],[-6.332001, 49.9626],[-6.332099, 49.9624],[-6.332699, 49.9617],[-6.33300, 49.9613],[-6.33300, 49.9608],[-6.332799, 49.9605],[-6.3322, 49.96],[-6.331201, 49.9594],[-6.330699, 49.9593],[-6.329899, 49.9592],[-6.329, 49.9593],[-6.328199000000002, 49.9594],[-6.327499, 49.9599],[-6.327099, 49.96],[-6.326601, 49.9599],[-6.326001, 49.9596],[-6.3255, 49.9591],[-6.3252, 49.9585],[-6.324999, 49.9582],[-6.324699, 49.9579],[-6.3243, 49.9576],[-6.323901, 49.9574],[-6.3234, 49.9572],[-6.322999, 49.9571],[-6.32270, 49.9569],[-6.32250, 49.9566],[-6.3224, 49.9562],[-6.322299, 49.9552],[-6.322199000000002, 49.9549],[-6.321899, 49.9546],[-6.32160, 49.9544],[-6.321001, 49.9542],[-6.320499, 49.9541],[-6.32, 49.9541],[-6.319399, 49.9543],[-6.318999, 49.9543],[-6.318901, 49.9542],[-6.318901, 49.9539],[-6.318999, 49.9535],[-6.319699, 49.9527],[-6.320799, 49.9515],[-6.32170, 49.9501],[-6.321899, 49.9497],[-6.321899, 49.9492],[-6.32170, 49.9489],[-6.32160, 49.9486],[-6.32170, 49.948],[-6.322001, 49.9476],[-6.322199000000002, 49.947],[-6.322199000000002, 49.9466],[-6.321899, 49.9463],[-6.32120, 49.9461],[-6.3204, 49.946],[-6.318799, 49.9461],[-6.3186, 49.9459],[-6.3186, 49.9456],[-6.318999, 49.9452],[-6.3195, 49.945],[-6.321001, 49.9448],[-6.32270, 49.9449],[-6.323299, 49.9448],[-6.324501, 49.9444],[-6.3253, 49.9443],[-6.326099, 49.9441],[-6.3267, 49.9438],[-6.32730, 49.9434],[-6.32770, 49.9432],[-6.328199000000002, 49.9431],[-6.329199000000002, 49.943],[-6.3298, 49.9426],[-6.329999, 49.9423],[-6.33010, 49.942],[-6.3302, 49.9413],[-6.330299, 49.941],[-6.330599, 49.9407],[-6.3308, 49.9404],[-6.331, 49.9398],[-6.3314, 49.9396],[-6.3319, 49.9395],[-6.3323, 49.9396],[-6.3325, 49.9399],[-6.3326, 49.9408],[-6.3329, 49.9422],[-6.334, 49.9446],[-6.3344, 49.9452],[-6.334899, 49.9456],[-6.33570, 49.946],[-6.3365, 49.9463],[-6.3378, 49.9468],[-6.3382, 49.9472],[-6.338399, 49.9476],[-6.33850, 49.948],[-6.338399, 49.9484],[-6.3382, 49.9489],[-6.338099, 49.9494],[-6.338099, 49.9498],[-6.3383, 49.9501],[-6.338901, 49.9505],[-6.33910, 49.9507],[-6.3392, 49.951],[-6.3392, 49.9513],[-6.339301, 49.9515],[-6.3396, 49.9519],[-6.3397, 49.9521],[-6.3397, 49.9525],[-6.3396, 49.9527],[-6.339301, 49.9529],[-6.337699, 49.9536],[-6.337399, 49.9538],[-6.33720, 49.9541],[-6.3371, 49.9544],[-6.33720, 49.9548],[-6.337399, 49.9552],[-6.33850, 49.9565],[-6.338901, 49.9569],[-6.339301, 49.9572],[-6.339799, 49.9573],[-6.340199, 49.9572],[-6.3406, 49.9568],[-6.3407, 49.9567],[-6.341001, 49.9566],[-6.341401, 49.9567],[-6.342, 49.9571],[-6.343901, 49.9587],[-6.3448, 49.9593],[-6.34520, 49.9596],[-6.345699, 49.9605],[-6.346099, 49.9611],[-6.3467, 49.9619],[-6.347199, 49.9623],[-6.3477, 49.9625],[-6.348599, 49.9627],[-6.349101, 49.963],[-6.34940, 49.9633],[-6.349699, 49.9638],[-6.349899, 49.9643],[-6.349899, 49.9649],[-6.349999, 49.9652],[-6.3502, 49.9654],[-6.3508, 49.9657],[-6.351, 49.966],[-6.351, 49.9663],[-6.350699, 49.9665],[-6.350299, 49.9666],[-6.349899, 49.9666],[-6.349599, 49.9667],[-6.34940, 49.9669],[-6.3493, 49.9674],[-6.3493, 49.9678],[-6.349199, 49.9681],[-6.34880, 49.9683],[-6.348199, 49.9684],[-6.347099, 49.9682],[-6.346401, 49.9681],[-6.345699, 49.9682],[-6.345099, 49.9684],[-6.344699, 49.9685],[-6.344399, 49.9686],[-6.3434, 49.9687],[-6.34270, 49.9687],[-6.3421, 49.9686],[-6.341801, 49.9685],[-6.3412, 49.9682]]],[[[-6.291601, 49.972],[-6.2918, 49.9715],[-6.2918, 49.9711],[-6.291699000000002, 49.9707],[-6.2914, 49.9704],[-6.2908, 49.9699],[-6.290599, 49.9694],[-6.290299, 49.9686],[-6.2898, 49.9679],[-6.289, 49.9672],[-6.288099, 49.9667],[-6.287099, 49.9663],[-6.286601000000002, 49.9662],[-6.285699, 49.9661],[-6.284501, 49.9662],[-6.283199, 49.9665],[-6.282499, 49.9666],[-6.281899, 49.9666],[-6.281401, 49.9664],[-6.28000, 49.9655],[-6.2787, 49.9649],[-6.277699, 49.9647],[-6.2765, 49.9648],[-6.2754, 49.9649],[-6.27470, 49.9651],[-6.274199, 49.9654],[-6.273701, 49.9662],[-6.273399000000002, 49.9668],[-6.272999, 49.9671],[-6.2726, 49.9671],[-6.2722, 49.9668],[-6.271801, 49.9653],[-6.2715, 49.9649],[-6.27100, 49.9647],[-6.2704, 49.9647],[-6.2698, 49.9648],[-6.269199, 49.965],[-6.268701, 49.9654],[-6.268, 49.9666],[-6.26760, 49.9675],[-6.267099, 49.968],[-6.266601, 49.9682],[-6.266099, 49.9682],[-6.2656, 49.968],[-6.2651, 49.9676],[-6.264699, 49.9673],[-6.264101, 49.9672],[-6.263501, 49.9672],[-6.262899, 49.967],[-6.2624, 49.9666],[-6.2618, 49.9659],[-6.261401, 49.9652],[-6.2613, 49.9645],[-6.26170, 49.9637],[-6.26210, 49.9633],[-6.262599, 49.9629],[-6.2656, 49.9621],[-6.26760, 49.9621],[-6.268099, 49.9618],[-6.2684, 49.9614],[-6.2693, 49.9599],[-6.2697, 49.9596],[-6.27010, 49.9595],[-6.272699, 49.9596],[-6.2746, 49.9598],[-6.27660, 49.96],[-6.2786, 49.9598],[-6.279301, 49.9596],[-6.27990, 49.9594],[-6.280399000000002, 49.959],[-6.28090, 49.9584],[-6.2816, 49.9571],[-6.2821, 49.9568],[-6.282899, 49.9566],[-6.2837, 49.9566],[-6.2843, 49.9568],[-6.284501, 49.9572],[-6.2848, 49.9579],[-6.2856, 49.9598],[-6.2864, 49.9612],[-6.2868, 49.9617],[-6.287499, 49.9621],[-6.288701, 49.9624],[-6.289999, 49.9626],[-6.2919, 49.9631],[-6.292799, 49.9636],[-6.294199, 49.9645],[-6.2951, 49.9649],[-6.2957, 49.965],[-6.296801, 49.965],[-6.29870, 49.9649],[-6.3009, 49.9647],[-6.3021, 49.9647],[-6.3028, 49.9648],[-6.303199, 49.9651],[-6.303901000000002, 49.9664],[-6.303999, 49.9672],[-6.30380, 49.9679],[-6.303199, 49.9688],[-6.302899, 49.9694],[-6.3027, 49.9701],[-6.302499, 49.9704],[-6.3021, 49.9706],[-6.301499, 49.9707],[-6.300399, 49.9705],[-6.2995, 49.9704],[-6.29820, 49.9706],[-6.297699000000002, 49.9709],[-6.29720, 49.9713],[-6.29720, 49.9716],[-6.2974, 49.9718],[-6.297999, 49.9718],[-6.298501, 49.9718],[-6.2988, 49.9721],[-6.298901, 49.9723],[-6.29870, 49.9726],[-6.297699000000002, 49.9732],[-6.2974, 49.9735],[-6.2971, 49.9741],[-6.2967, 49.9745],[-6.295899, 49.9747],[-6.294899, 49.9747],[-6.29390, 49.9746],[-6.293099, 49.9744],[-6.292699, 49.9743],[-6.292399, 49.974],[-6.29220, 49.9734],[-6.29200, 49.9731],[-6.291601, 49.9727],[-6.2915, 49.9724],[-6.291601, 49.972]]],[[[-6.3572, 49.9636],[-6.356801, 49.9635],[-6.3554, 49.9635],[-6.35450, 49.9634],[-6.35400, 49.9632],[-6.35360, 49.9629],[-6.353199, 49.9625],[-6.352499, 49.9614],[-6.351099, 49.9589],[-6.3508, 49.9584],[-6.3505, 49.9582],[-6.3501, 49.9581],[-6.349199, 49.9581],[-6.348701, 49.9578],[-6.348501, 49.9575],[-6.348501, 49.9569],[-6.34840, 49.9567],[-6.348199, 49.9566],[-6.3477, 49.9563],[-6.3476, 49.956],[-6.3477, 49.9557],[-6.34800, 49.9555],[-6.349, 49.9552],[-6.34940, 49.955],[-6.34980, 49.9547],[-6.3501, 49.9543],[-6.3501, 49.954],[-6.349899, 49.9537],[-6.34940, 49.9533],[-6.3493, 49.953],[-6.34940, 49.9526],[-6.349599, 49.9523],[-6.349999, 49.9521],[-6.3508, 49.9518],[-6.351201, 49.9513],[-6.351299, 49.9509],[-6.351201, 49.9504],[-6.351099, 49.9501],[-6.3508, 49.9497],[-6.349999, 49.949],[-6.34980, 49.9486],[-6.349699, 49.9482],[-6.349899, 49.9474],[-6.3502, 49.9469],[-6.3508, 49.9464],[-6.3515, 49.9461],[-6.35220, 49.9461],[-6.35300, 49.9464],[-6.353701000000002, 49.9468],[-6.3543, 49.9472],[-6.354599, 49.9472],[-6.3551, 49.947],[-6.3558, 49.9466],[-6.356299, 49.9464],[-6.356801, 49.9463],[-6.3579, 49.9467],[-6.358701, 49.9467],[-6.359399, 49.9465],[-6.36110, 49.9461],[-6.36160, 49.9461],[-6.3621, 49.9462],[-6.362299, 49.9465],[-6.362299, 49.9468],[-6.3621, 49.9471],[-6.361801, 49.9473],[-6.3612, 49.9473],[-6.360199, 49.9475],[-6.359301, 49.9475],[-6.3585, 49.9475],[-6.357699, 49.9476],[-6.3572, 49.9477],[-6.35690, 49.9478],[-6.35640, 49.948],[-6.3561, 49.9483],[-6.3558, 49.9486],[-6.3557, 49.9488],[-6.3557, 49.9495],[-6.3558, 49.9504],[-6.356, 49.9508],[-6.3565, 49.951],[-6.3571, 49.9511],[-6.35780, 49.9511],[-6.35830, 49.9512],[-6.358701, 49.9513],[-6.359, 49.9515],[-6.35910, 49.9518],[-6.359, 49.9521],[-6.358399, 49.9524],[-6.357999, 49.9526],[-6.35780, 49.9529],[-6.3579, 49.9532],[-6.35820, 49.9533],[-6.35830, 49.9535],[-6.35830, 49.9537],[-6.3579, 49.954],[-6.35780, 49.9543],[-6.357999, 49.9546],[-6.358399, 49.9548],[-6.3585, 49.955],[-6.3585, 49.9553],[-6.358701, 49.9556],[-6.359, 49.9557],[-6.3595, 49.9557],[-6.360099, 49.9554],[-6.36060, 49.9553],[-6.3612, 49.9554],[-6.361499, 49.9556],[-6.361801, 49.9558],[-6.36200, 49.9561],[-6.361899, 49.9564],[-6.36160, 49.9565],[-6.360799, 49.9564],[-6.3604, 49.9564],[-6.360099, 49.9565],[-6.3596, 49.957],[-6.359, 49.9577],[-6.3585, 49.9582],[-6.358099, 49.9584],[-6.357699, 49.9586],[-6.3572, 49.9589],[-6.356801, 49.9592],[-6.35640, 49.9597],[-6.3561, 49.9603],[-6.356, 49.9609],[-6.3561, 49.9616],[-6.356201, 49.9621],[-6.35640, 49.9624],[-6.356601, 49.9625],[-6.357299, 49.9628],[-6.359, 49.9633],[-6.35920, 49.9637],[-6.35920, 49.964],[-6.35920, 49.9642],[-6.35910, 49.9644],[-6.358701, 49.9645],[-6.358399, 49.9644],[-6.357699, 49.964],[-6.3572, 49.9636]]],[[[-6.3406, 49.8968],[-6.3403, 49.8967],[-6.33950, 49.8967],[-6.339, 49.8966],[-6.338799, 49.8965],[-6.3387, 49.8963],[-6.338799, 49.8961],[-6.3392, 49.8959],[-6.339301, 49.8956],[-6.3392, 49.8953],[-6.339, 49.8951],[-6.3375, 49.8943],[-6.337, 49.8939],[-6.336699, 49.8935],[-6.33660, 49.8931],[-6.33660, 49.8927],[-6.336801, 49.8922],[-6.3371, 49.8919],[-6.3378, 49.8918],[-6.337999, 49.8916],[-6.337999, 49.8914],[-6.3379, 49.8912],[-6.337399, 49.8909],[-6.336401, 49.8904],[-6.33580, 49.89],[-6.335499, 49.8896],[-6.335199, 49.8889],[-6.335, 49.8884],[-6.334799, 49.8879],[-6.33470, 49.8875],[-6.33470, 49.887],[-6.334899, 49.8865],[-6.3354, 49.8862],[-6.336, 49.8861],[-6.336401, 49.8861],[-6.337399, 49.8861],[-6.3379, 49.886],[-6.338099, 49.8859],[-6.3382, 49.8857],[-6.338099, 49.8854],[-6.3378, 49.885],[-6.337399, 49.8847],[-6.337299, 49.8845],[-6.337399, 49.8842],[-6.3378, 49.8838],[-6.3383, 49.8834],[-6.339399, 49.883],[-6.340099, 49.8829],[-6.340499000000002, 49.883],[-6.340799, 49.8832],[-6.3412, 49.8834],[-6.3421, 49.8836],[-6.342299000000002, 49.8838],[-6.3425, 49.8841],[-6.3425, 49.8844],[-6.3424, 49.8847],[-6.342199, 49.8849],[-6.341801, 49.8851],[-6.3416, 49.8853],[-6.3416, 49.8856],[-6.3417, 49.8859],[-6.342199, 49.8862],[-6.342999, 49.8866],[-6.343299, 49.8868],[-6.3434, 49.887],[-6.343501, 49.8875],[-6.34370, 49.8878],[-6.3441, 49.8882],[-6.34420, 49.8885],[-6.34420, 49.8893],[-6.344399, 49.8898],[-6.344699, 49.89],[-6.345099, 49.8901],[-6.345399, 49.8901],[-6.3459, 49.8899],[-6.346601000000002, 49.8895],[-6.347799, 49.889],[-6.349, 49.8887],[-6.350299, 49.8887],[-6.351, 49.8888],[-6.351699, 49.8891],[-6.352099, 49.8896],[-6.3523, 49.8902],[-6.35220, 49.8906],[-6.3518, 49.891],[-6.351, 49.8917],[-6.350699, 49.892],[-6.3502, 49.8924],[-6.349599, 49.8933],[-6.3493, 49.8936],[-6.34880, 49.894],[-6.348199, 49.8944],[-6.3476, 49.8949],[-6.347001, 49.8952],[-6.346499, 49.8953],[-6.34560, 49.8951],[-6.344999, 49.8951],[-6.34420, 49.8952],[-6.343501, 49.8954],[-6.34280, 49.8958],[-6.342199, 49.8963],[-6.3417, 49.8967],[-6.3413, 49.897],[-6.341001, 49.897],[-6.3406, 49.8968]]],[[[-6.330299, 49.8982],[-6.3304, 49.8976],[-6.330299, 49.8971],[-6.329999, 49.8966],[-6.32970, 49.8963],[-6.3294, 49.8962],[-6.3284, 49.8961],[-6.327799, 49.8959],[-6.3274, 49.8956],[-6.32730, 49.8952],[-6.32730, 49.8948],[-6.327499, 49.8946],[-6.328199000000002, 49.8942],[-6.3284, 49.8938],[-6.3284, 49.8935],[-6.328199000000002, 49.8932],[-6.32770, 49.8931],[-6.327001, 49.8932],[-6.326499, 49.8932],[-6.3262, 49.8931],[-6.326001, 49.8928],[-6.326001, 49.8925],[-6.3268, 49.8912],[-6.3276, 49.8902],[-6.3283, 49.8893],[-6.3289, 49.889],[-6.329501, 49.889],[-6.33010, 49.8893],[-6.33050, 49.8898],[-6.3309, 49.8909],[-6.33110, 49.8911],[-6.332001, 49.8914],[-6.332399, 49.8916],[-6.332699, 49.8919],[-6.3329, 49.8923],[-6.33300, 49.893],[-6.3332, 49.8935],[-6.333399, 49.8937],[-6.33390, 49.894],[-6.3345, 49.8943],[-6.334599, 49.8946],[-6.3345, 49.895],[-6.3345, 49.8954],[-6.334599, 49.8957],[-6.334799, 49.8959],[-6.33570, 49.8963],[-6.336299, 49.8966],[-6.336699, 49.8971],[-6.336801, 49.8974],[-6.336699, 49.8976],[-6.336299, 49.8977],[-6.335499, 49.8975],[-6.3351, 49.8975],[-6.33470, 49.8976],[-6.334101, 49.8981],[-6.333799, 49.8983],[-6.333399, 49.8983],[-6.3326, 49.8981],[-6.331699, 49.8982],[-6.3309, 49.8985],[-6.33050, 49.8984],[-6.330299, 49.8982]]],[[[-6.351099, 49.9378],[-6.350699, 49.9377],[-6.3502, 49.9378],[-6.34980, 49.9379],[-6.34940, 49.9379],[-6.349199, 49.9378],[-6.349101, 49.9376],[-6.349199, 49.9373],[-6.349899, 49.9369],[-6.3502, 49.9365],[-6.350399, 49.936],[-6.350599, 49.9354],[-6.3509, 49.9344],[-6.3509, 49.9339],[-6.350699, 49.9334],[-6.350399, 49.9331],[-6.349199, 49.9323],[-6.347799, 49.9307],[-6.3476, 49.9301],[-6.3476, 49.9296],[-6.347899, 49.9292],[-6.3483, 49.9289],[-6.34890, 49.9288],[-6.349501, 49.9288],[-6.3502, 49.9289],[-6.351699, 49.9291],[-6.352799, 49.9292],[-6.353701000000002, 49.9293],[-6.354199, 49.9295],[-6.355299, 49.9302],[-6.355599, 49.9303],[-6.35640, 49.9305],[-6.356699, 49.9306],[-6.35690, 49.9308],[-6.356801, 49.9311],[-6.3565, 49.9314],[-6.356, 49.9318],[-6.3557, 49.9321],[-6.355299, 49.9323],[-6.3547, 49.9324],[-6.354101, 49.9325],[-6.353799, 49.9328],[-6.3535, 49.9334],[-6.3534, 49.9341],[-6.3535, 49.9347],[-6.353799, 49.9352],[-6.3544, 49.9359],[-6.3547, 49.9364],[-6.3548, 49.9369],[-6.3547, 49.9374],[-6.3543, 49.938],[-6.35400, 49.9383],[-6.3535, 49.9385],[-6.352799, 49.9385],[-6.352099, 49.9383],[-6.351099, 49.9378]]],[[[-6.322001, 49.9743],[-6.32170, 49.9742],[-6.321001, 49.9742],[-6.3203, 49.9741],[-6.320099, 49.9739],[-6.320099, 49.9736],[-6.3204, 49.9734],[-6.320899, 49.9731],[-6.32170, 49.9726],[-6.32210, 49.9722],[-6.3224, 49.9717],[-6.322899, 49.9715],[-6.323999000000002, 49.9714],[-6.3246, 49.9713],[-6.3255, 49.9709],[-6.326099, 49.9708],[-6.3268, 49.9709],[-6.327099, 49.9711],[-6.32730, 49.9715],[-6.3274, 49.972],[-6.3276, 49.9721],[-6.3283, 49.9721],[-6.328599, 49.9722],[-6.32880, 49.9724],[-6.3289, 49.9726],[-6.3289, 49.9729],[-6.328599, 49.9731],[-6.328, 49.9731],[-6.32770, 49.9733],[-6.3276, 49.9735],[-6.3276, 49.9739],[-6.32770, 49.9746],[-6.32770, 49.9749],[-6.3276, 49.9751],[-6.32730, 49.9753],[-6.3268, 49.9754],[-6.32590, 49.9755],[-6.325099, 49.9756],[-6.3243, 49.9756],[-6.323901, 49.9755],[-6.323501, 49.9753],[-6.322899, 49.9749],[-6.32250, 49.9746],[-6.322199000000002, 49.9744],[-6.322001, 49.9743]]],[[[-6.312399, 49.9699],[-6.312001, 49.9698],[-6.3115, 49.9700],[-6.3108, 49.9702],[-6.3097, 49.9703],[-6.309101000000002, 49.9703],[-6.308599, 49.9701],[-6.3083, 49.9699],[-6.3083, 49.9696],[-6.3084, 49.9694],[-6.308701, 49.969],[-6.30900, 49.9686],[-6.309101000000002, 49.9684],[-6.309101000000002, 49.9682],[-6.3088, 49.968],[-6.308199, 49.968],[-6.307899, 49.9678],[-6.307799, 49.9676],[-6.307899, 49.9671],[-6.307899, 49.9668],[-6.30760, 49.9666],[-6.307099, 49.9666],[-6.3069, 49.9665],[-6.3068, 49.9663],[-6.3068, 49.9661],[-6.3069, 49.9659],[-6.3073, 49.9656],[-6.307799, 49.9655],[-6.3081, 49.9654],[-6.3084, 49.9652],[-6.308599, 49.9652],[-6.3088, 49.9653],[-6.30900, 49.9656],[-6.309101000000002, 49.9657],[-6.3093, 49.9658],[-6.309501, 49.966],[-6.309599, 49.9663],[-6.309599, 49.9667],[-6.3097, 49.967],[-6.309999000000002, 49.9672],[-6.31040, 49.9674],[-6.311299, 49.9676],[-6.311699, 49.9676],[-6.312099, 49.9675],[-6.312399, 49.9674],[-6.312799, 49.9673],[-6.313, 49.9673],[-6.31320, 49.9675],[-6.3133, 49.968],[-6.3135, 49.9683],[-6.313799, 49.9685],[-6.314199, 49.9686],[-6.314899, 49.9685],[-6.3158, 49.9684],[-6.3165, 49.9683],[-6.31700, 49.9683],[-6.317299, 49.9684],[-6.31750, 49.9686],[-6.31750, 49.9688],[-6.31740, 49.9689],[-6.3171, 49.969],[-6.3165, 49.969],[-6.315899, 49.9691],[-6.315499, 49.9694],[-6.3153, 49.9698],[-6.3153, 49.9703],[-6.315199, 49.9705],[-6.315, 49.9707],[-6.3145, 49.9709],[-6.314, 49.9709],[-6.3136, 49.9708],[-6.313, 49.9704],[-6.312399, 49.9699]]],[[[-6.3693, 49.8967],[-6.368299, 49.8964],[-6.36770, 49.8962],[-6.3674, 49.8959],[-6.3673, 49.8955],[-6.367199, 49.895],[-6.367001, 49.8945],[-6.36670, 49.8943],[-6.36630, 49.8942],[-6.3659, 49.8943],[-6.3656, 49.8942],[-6.365399, 49.894],[-6.36530, 49.8936],[-6.364999, 49.8931],[-6.3649, 49.8927],[-6.365099, 49.8925],[-6.36530, 49.8925],[-6.3656, 49.8926],[-6.366001, 49.893],[-6.366401, 49.893],[-6.367001, 49.8928],[-6.367499, 49.8929],[-6.3678, 49.8931],[-6.368, 49.8935],[-6.368, 49.8947],[-6.368199, 49.8954],[-6.368501, 49.8957],[-6.368999, 49.8959],[-6.369501, 49.8958],[-6.3698, 49.8956],[-6.3701, 49.8953],[-6.370399, 49.8951],[-6.3708, 49.8951],[-6.37130, 49.8953],[-6.372001000000002, 49.8954],[-6.372499, 49.8953],[-6.373199, 49.8951],[-6.373701, 49.8951],[-6.3744, 49.8953],[-6.375299, 49.8954],[-6.375599, 49.8955],[-6.376, 49.8958],[-6.3764, 49.8959],[-6.377399, 49.8959],[-6.37760, 49.8961],[-6.37760, 49.8963],[-6.377399, 49.8965],[-6.37710, 49.8966],[-6.3758, 49.8965],[-6.375199, 49.8966],[-6.3744, 49.8969],[-6.3739, 49.8972],[-6.373799, 49.8974],[-6.373799, 49.8977],[-6.374199, 49.8982],[-6.374199, 49.8984],[-6.374, 49.8987],[-6.373701, 49.8988],[-6.373199, 49.8989],[-6.3722, 49.8988],[-6.3718, 49.8986],[-6.371601, 49.8983],[-6.37140, 49.8976],[-6.371201, 49.8973],[-6.3708, 49.8971],[-6.3699, 49.8968],[-6.3693, 49.8967]]],[[[-6.293701, 49.9807],[-6.2933, 49.9806],[-6.29300, 49.9807],[-6.292699, 49.9808],[-6.29220, 49.9810],[-6.2919, 49.9810],[-6.291601, 49.9809],[-6.2914, 49.9805],[-6.291201, 49.9803],[-6.2908, 49.9802],[-6.2904, 49.9802],[-6.29020, 49.9801],[-6.2901, 49.9799],[-6.2901, 49.9794],[-6.2901, 49.9791],[-6.289999, 49.9788],[-6.2898, 49.9786],[-6.289599, 49.9785],[-6.2894, 49.9784],[-6.288799, 49.9785],[-6.288599, 49.9784],[-6.2885, 49.9782],[-6.288599, 49.9780],[-6.288799, 49.9779],[-6.289101, 49.9778],[-6.289199, 49.9776],[-6.289199, 49.9774],[-6.289101, 49.9773],[-6.288799, 49.9772],[-6.2885, 49.9772],[-6.288199, 49.9773],[-6.288, 49.9773],[-6.287899, 49.9771],[-6.287899, 49.9769],[-6.287899, 49.9767],[-6.287799, 49.9764],[-6.287899, 49.9761],[-6.288099, 49.9759],[-6.2885, 49.9758],[-6.289, 49.9757],[-6.2898, 49.9755],[-6.2905, 49.9752],[-6.2909, 49.9751],[-6.29110, 49.9752],[-6.291201, 49.9755],[-6.291201, 49.9758],[-6.29110, 49.9763],[-6.2909, 49.9771],[-6.2909, 49.9774],[-6.29110, 49.9778],[-6.2915, 49.9782],[-6.2918, 49.9784],[-6.29200, 49.9785],[-6.292399, 49.9786],[-6.292699, 49.9785],[-6.29300, 49.9783],[-6.2936, 49.9780],[-6.294, 49.9779],[-6.294301, 49.9780],[-6.29450, 49.9782],[-6.2946, 49.9790],[-6.2947, 49.9793],[-6.295199, 49.98],[-6.2953, 49.9802],[-6.2953, 49.9804],[-6.295199, 49.9807],[-6.294899, 49.9810],[-6.2946, 49.9811],[-6.294301, 49.9810],[-6.29390, 49.9808],[-6.293701, 49.9807]]],[[[-6.256401, 49.9527],[-6.2557, 49.952],[-6.255099000000002, 49.9516],[-6.254799, 49.9515],[-6.2542, 49.9517],[-6.253901, 49.9517],[-6.25360, 49.9516],[-6.253399, 49.9513],[-6.253099, 49.9511],[-6.2525, 49.9509],[-6.252299, 49.9506],[-6.25220, 49.9503],[-6.252299, 49.9499],[-6.2525, 49.9496],[-6.2526, 49.9491],[-6.2529, 49.9489],[-6.253399, 49.9488],[-6.253701, 49.9489],[-6.254, 49.9493],[-6.254399, 49.9495],[-6.25500, 49.9496],[-6.255499, 49.9499],[-6.256299, 49.9509],[-6.2567, 49.9514],[-6.257299, 49.9518],[-6.257699, 49.952],[-6.2581, 49.9521],[-6.25880, 49.9521],[-6.2591, 49.9522],[-6.2596, 49.9526],[-6.260099, 49.9528],[-6.260799, 49.953],[-6.261001, 49.9532],[-6.261001, 49.9535],[-6.2609, 49.9539],[-6.260499, 49.9544],[-6.260099, 49.9545],[-6.259301, 49.9545],[-6.2586, 49.9544],[-6.2582, 49.9542],[-6.25780, 49.9539],[-6.2575, 49.9535],[-6.2571, 49.9532],[-6.256401, 49.9527]]],[[[-6.360499, 49.9536],[-6.3599, 49.9535],[-6.359399, 49.9536],[-6.35910, 49.9535],[-6.358901000000002, 49.9533],[-6.358799000000002, 49.9531],[-6.358901000000002, 49.9529],[-6.35910, 49.9528],[-6.359399, 49.9526],[-6.3596, 49.9521],[-6.36, 49.9519],[-6.3603, 49.9518],[-6.360799, 49.9518],[-6.36160, 49.952],[-6.362199, 49.9521],[-6.362899, 49.9521],[-6.363599, 49.952],[-6.363901, 49.9522],[-6.363999, 49.9526],[-6.363999, 49.953],[-6.363901, 49.9533],[-6.3637, 49.9536],[-6.3634, 49.9538],[-6.362899, 49.954],[-6.3624, 49.9541],[-6.36160, 49.9541],[-6.3612, 49.954],[-6.360799, 49.9538],[-6.360499, 49.9536]]],[[[-6.329101, 49.9677],[-6.3289, 49.9669],[-6.329, 49.9663],[-6.3293, 49.9658],[-6.32970, 49.9656],[-6.3304, 49.9655],[-6.3309, 49.9656],[-6.3314, 49.9658],[-6.3318, 49.966],[-6.332399, 49.9664],[-6.332799, 49.9668],[-6.33300, 49.9672],[-6.3329, 49.9676],[-6.332699, 49.9677],[-6.3323, 49.9678],[-6.3314, 49.9677],[-6.3309, 49.9676],[-6.3304, 49.9674],[-6.33010, 49.9675],[-6.329899, 49.968],[-6.3298, 49.9682],[-6.329599, 49.9683],[-6.3293, 49.9681],[-6.329101, 49.9677]]],[[[-6.345099, 49.8961],[-6.345399, 49.8959],[-6.345799, 49.8959],[-6.346499, 49.8961],[-6.347001, 49.896],[-6.3474, 49.896],[-6.3481, 49.8961],[-6.34840, 49.8963],[-6.348701, 49.8969],[-6.348701, 49.8974],[-6.348599, 49.8978],[-6.3483, 49.8981],[-6.34800, 49.8983],[-6.3474, 49.8982],[-6.347001, 49.898],[-6.346601000000002, 49.8977],[-6.3462, 49.8975],[-6.345799, 49.8974],[-6.3453, 49.8973],[-6.3449, 49.8971],[-6.3448, 49.8967],[-6.3449, 49.8964],[-6.345099, 49.8961]]],[[[-6.2624, 49.9448],[-6.261899, 49.9444],[-6.261401, 49.9441],[-6.2612, 49.9439],[-6.2612, 49.9436],[-6.2613, 49.9434],[-6.26170, 49.9432],[-6.261899, 49.943],[-6.261899, 49.9426],[-6.26210, 49.9425],[-6.2624, 49.9425],[-6.2628, 49.9426],[-6.263199, 49.9428],[-6.2638, 49.9432],[-6.2642, 49.9435],[-6.264999, 49.944],[-6.265299, 49.9442],[-6.2656, 49.9446],[-6.2656, 49.9448],[-6.2655, 49.9449],[-6.265399, 49.9449],[-6.264999, 49.9448],[-6.264501, 49.9447],[-6.263999, 49.9447],[-6.263599, 49.9448],[-6.263299, 49.9449],[-6.2628, 49.9449],[-6.2624, 49.9448]]],[[[-6.263599, 49.9469],[-6.263999, 49.9467],[-6.26440, 49.9467],[-6.2648, 49.9468],[-6.2652, 49.9468],[-6.2655, 49.9466],[-6.265699, 49.9463],[-6.26580, 49.946],[-6.26590, 49.9458],[-6.266099, 49.9457],[-6.2664, 49.9458],[-6.26680, 49.9462],[-6.2669, 49.9465],[-6.26680, 49.9467],[-6.266601, 49.9469],[-6.26630, 49.9471],[-6.266001, 49.9472],[-6.26590, 49.9473],[-6.265699, 49.9478],[-6.2655, 49.948],[-6.2652, 49.9481],[-6.2648, 49.948],[-6.26440, 49.9478],[-6.263901, 49.9475],[-6.263599, 49.9473],[-6.263501, 49.947],[-6.263599, 49.9469]]],[[[-6.3612, 49.9647],[-6.361499, 49.9647],[-6.3617, 49.9649],[-6.3617, 49.9652],[-6.361499, 49.9654],[-6.360799, 49.9657],[-6.360099, 49.9661],[-6.359799, 49.9664],[-6.3596, 49.9667],[-6.3595, 49.967],[-6.359301, 49.9672],[-6.358901000000002, 49.9673],[-6.3586, 49.9672],[-6.358399, 49.967],[-6.35830, 49.9667],[-6.35830, 49.9664],[-6.3585, 49.9662],[-6.358901000000002, 49.9661],[-6.35920, 49.9659],[-6.359399, 49.9656],[-6.3595, 49.9651],[-6.3596, 49.965],[-6.359799, 49.9649],[-6.360499, 49.9649],[-6.361001, 49.9648],[-6.3612, 49.9647]]],[[[-6.268701, 49.9503],[-6.2683, 49.9502],[-6.26760, 49.9503],[-6.2673, 49.9503],[-6.267001, 49.9502],[-6.26680, 49.95],[-6.266699, 49.9499],[-6.26680, 49.9496],[-6.2669, 49.9493],[-6.26720, 49.9491],[-6.26770, 49.949],[-6.268099, 49.949],[-6.26860, 49.9491],[-6.269101, 49.9493],[-6.2694, 49.9495],[-6.269599, 49.9498],[-6.269599, 49.95],[-6.2693, 49.9503],[-6.269, 49.9504],[-6.268701, 49.9503]]],[[[-6.2767, 49.9285],[-6.27710, 49.9284],[-6.27750, 49.9285],[-6.2779, 49.9287],[-6.278299, 49.9288],[-6.2788, 49.9289],[-6.2792, 49.9291],[-6.279301, 49.9293],[-6.2792, 49.9295],[-6.278999, 49.9296],[-6.2786, 49.9297],[-6.277999, 49.9298],[-6.277299, 49.9297],[-6.27660, 49.9295],[-6.276401, 49.9294],[-6.276299, 49.9291],[-6.276401, 49.9288],[-6.2767, 49.9285]]],[[[-6.244999, 49.9451],[-6.2455, 49.9451],[-6.245699, 49.9452],[-6.2458, 49.9456],[-6.2458, 49.946],[-6.245699, 49.9463],[-6.2455, 49.9466],[-6.24510, 49.9467],[-6.244599, 49.9466],[-6.244101, 49.9464],[-6.2439, 49.946],[-6.243999, 49.9457],[-6.24430, 49.9454],[-6.244599, 49.9452],[-6.244999, 49.9451]]],[[[-6.24420, 49.9503],[-6.2449, 49.9501],[-6.245399, 49.9502],[-6.24560, 49.9505],[-6.245699, 49.9509],[-6.2455, 49.9514],[-6.2452, 49.9516],[-6.2448, 49.9516],[-6.24420, 49.9512],[-6.2439, 49.9508],[-6.2439, 49.9505],[-6.24420, 49.9503]]],[[[-6.27610, 49.9458],[-6.2767, 49.9457],[-6.27710, 49.9458],[-6.277299, 49.946],[-6.277299, 49.9462],[-6.27710, 49.9466],[-6.27660, 49.9469],[-6.27620, 49.9471],[-6.2758, 49.9471],[-6.275499, 49.947],[-6.2754, 49.9467],[-6.2754, 49.9464],[-6.275599, 49.9461],[-6.27610, 49.9458]]],[[[-6.3527, 49.895],[-6.353099, 49.8949],[-6.35360, 49.895],[-6.354101, 49.895],[-6.3543, 49.8951],[-6.354199, 49.8954],[-6.35400, 49.8958],[-6.353701000000002, 49.8962],[-6.3534, 49.8964],[-6.353199, 49.8964],[-6.352499, 49.8958],[-6.352399, 49.8955],[-6.352499, 49.8952],[-6.3527, 49.895]]],[[[-6.2463, 49.9493],[-6.2468, 49.9492],[-6.247399, 49.9493],[-6.24800, 49.9494],[-6.24840, 49.9496],[-6.24850, 49.9499],[-6.24840, 49.9502],[-6.24800, 49.9503],[-6.2477, 49.9503],[-6.247499, 49.9503],[-6.2469, 49.9501],[-6.2463, 49.9499],[-6.246099, 49.9496],[-6.246099, 49.9494],[-6.2463, 49.9493]]],[[[-6.2618, 49.9554],[-6.26210, 49.9554],[-6.2623, 49.9556],[-6.26210, 49.9559],[-6.2618, 49.956],[-6.2612, 49.9561],[-6.260799, 49.956],[-6.2603, 49.9559],[-6.259699, 49.9558],[-6.2596, 49.9556],[-6.259699, 49.9555],[-6.2603, 49.9554],[-6.2612, 49.9554],[-6.2618, 49.9554]]],[[[-6.273099, 49.944],[-6.2736, 49.9439],[-6.274199, 49.944],[-6.27470, 49.9442],[-6.274899, 49.9444],[-6.274899, 49.9446],[-6.2746, 49.9447],[-6.2741, 49.9447],[-6.2736, 49.9447],[-6.273099, 49.9446],[-6.27290, 49.9444],[-6.27290, 49.9442],[-6.273099, 49.944]]]]}, properties:{name:"Isles of Scilly"}}, {type:"Feature", geometry:{type:"MultiPolygon", coordinates:[[[[-0.4216995, 53.7187],[-0.4220995, 53.7212],[-0.4220995, 53.7219],[-0.4220005, 53.7244],[-0.4189005, 53.7342],[-0.4185005, 53.7349],[-0.4160995, 53.7362],[-0.4145005, 53.7375],[-0.4141005, 53.738],[-0.4135995, 53.7402],[-0.4131995, 53.7405],[-0.4122995, 53.7408],[-0.4118005, 53.7415],[-0.4114005, 53.7435],[-0.4110005, 53.7463],[-0.4099995, 53.7468],[-0.4087005, 53.7469],[-0.3968995, 53.7466],[-0.3962005, 53.7471],[-0.3964005, 53.7484],[-0.3980995, 53.749],[-0.4060005, 53.7494],[-0.4154995, 53.7507],[-0.4185995, 53.7511],[-0.4183995, 53.7538],[-0.4149995, 53.754],[-0.4147995, 53.7600],[-0.4145005, 53.7604],[-0.4137995, 53.7605],[-0.4078995, 53.7612],[-0.4068005, 53.7616],[-0.4058995, 53.7622],[-0.4014005, 53.7652],[-0.3998995, 53.7660],[-0.3977995, 53.7672],[-0.3922995, 53.7702],[-0.3908995, 53.7713],[-0.3906995, 53.7716],[-0.3939995, 53.7760],[-0.3960995, 53.7792],[-0.3962995, 53.7807],[-0.3960995, 53.7825],[-0.3949995, 53.7838],[-0.3914005, 53.7862],[-0.3918005, 53.7935],[-0.3833995, 53.7936],[-0.3707995, 53.7942],[-0.3646995, 53.7955],[-0.3621995, 53.7959],[-0.3620005, 53.7971],[-0.3633995, 53.7977],[-0.3647995, 53.7984],[-0.3658995, 53.7995],[-0.3662995, 53.8007],[-0.3660995, 53.8013],[-0.3658995, 53.8016],[-0.3653995, 53.8022],[-0.3649995, 53.8025],[-0.3641005, 53.8029],[-0.3635995, 53.8029],[-0.3633995, 53.803],[-0.3625995, 53.8038],[-0.3622995, 53.804],[-0.3618995, 53.8043],[-0.3603995, 53.8048],[-0.3585995, 53.8051],[-0.3560005, 53.8054],[-0.3543995, 53.8059],[-0.3532995, 53.8065],[-0.3510995, 53.8093],[-0.3505995, 53.8122],[-0.3504995, 53.8125],[-0.3502995, 53.8126],[-0.3498995, 53.8126],[-0.3470005, 53.8124],[-0.3447995, 53.813],[-0.3424995, 53.814],[-0.3398995, 53.815],[-0.3389995, 53.8152],[-0.3382995, 53.8152],[-0.3374995, 53.8149],[-0.3368995, 53.8145],[-0.3364995, 53.8142],[-0.3339005, 53.814],[-0.3323995, 53.8146],[-0.3310995, 53.8149],[-0.3303995, 53.8149],[-0.3285995, 53.8149],[-0.3256995, 53.8152],[-0.3223995, 53.8155],[-0.3193005, 53.8164],[-0.3172995, 53.8168],[-0.3164995, 53.817],[-0.3162005, 53.817],[-0.3158995, 53.8167],[-0.3154995, 53.8161],[-0.3147995, 53.8152],[-0.3126995, 53.8126],[-0.3095995, 53.8085],[-0.3079995, 53.8064],[-0.3060995, 53.804],[-0.3046995, 53.8021],[-0.3027995, 53.7998],[-0.2995005, 53.7972],[-0.2960995, 53.7956],[-0.2922995, 53.7933],[-0.2879995, 53.7908],[-0.2848995, 53.7889],[-0.2821995, 53.787],[-0.2782995, 53.7839],[-0.2775995, 53.7832],[-0.2768995, 53.7826],[-0.2755995, 53.7829],[-0.2732995, 53.7846],[-0.2721995, 53.7846],[-0.2704995, 53.7853],[-0.2683995, 53.7862],[-0.2673995, 53.7864],[-0.2666005, 53.7864],[-0.2631995, 53.7866],[-0.2603995, 53.7863],[-0.2555995, 53.7845],[-0.2527995, 53.7827],[-0.2491995, 53.7824],[-0.2487995, 53.7802],[-0.2502995, 53.7748],[-0.2498995, 53.7737],[-0.2514995, 53.7709],[-0.2516995, 53.7694],[-0.2518005, 53.7686],[-0.2520005, 53.7678],[-0.2520005, 53.7673],[-0.2516995, 53.7663],[-0.2512005, 53.7651],[-0.2489995, 53.7625],[-0.2472995, 53.7602],[-0.2470005, 53.7600],[-0.2466005, 53.7599],[-0.2445005, 53.7596],[-0.2429995, 53.7595],[-0.2425995, 53.7593],[-0.2423995, 53.7587],[-0.2421995, 53.7575],[-0.2420005, 53.7569],[-0.2418995, 53.7566],[-0.2414995, 53.7563],[-0.2403995, 53.7558],[-0.2396995, 53.7552],[-0.2395995, 53.7546],[-0.2398995, 53.7536],[-0.2406995, 53.7518],[-0.2423995, 53.7501],[-0.2424995, 53.7499],[-0.2426995, 53.7493],[-0.2426995, 53.749],[-0.2424995, 53.7478],[-0.2426995, 53.7475],[-0.2433995, 53.7468],[-0.2433995, 53.7466],[-0.2425995, 53.7446],[-0.2427995, 53.7441],[-0.2433995, 53.7435],[-0.2441005, 53.7425],[-0.2445995, 53.7417],[-0.2446995, 53.7413],[-0.2445995, 53.741],[-0.2441005, 53.7405],[-0.2416995, 53.7394],[-0.2410005, 53.739],[-0.2408995, 53.7386],[-0.2412995, 53.7378],[-0.2428995, 53.7355],[-0.2449995, 53.7333],[-0.2496995, 53.7302],[-0.2528995, 53.728],[-0.2610005, 53.7224],[-0.2630995, 53.7209],[-0.2658995, 53.7193],[-0.2699995, 53.7222],[-0.2808995, 53.7258],[-0.2932995, 53.7263],[-0.3066995, 53.7257],[-0.3326995, 53.7231],[-0.3545995, 53.7194],[-0.3791005, 53.7135],[-0.4024995, 53.7089],[-0.4185995, 53.7072],[-0.4216995, 53.7187]]]]}, properties:{name:"Kingston upon Hull"}}, {type:"Feature", geometry:{type:"MultiPolygon", coordinates:[[[[-1.099301, 52.6004],[-1.100399, 52.5981],[-1.1029, 52.5972],[-1.1071, 52.5968],[-1.1094, 52.5959],[-1.109699, 52.5957],[-1.111899, 52.5953],[-1.1158, 52.5949],[-1.118199, 52.5949],[-1.1192, 52.5967],[-1.12, 52.597],[-1.120499, 52.5947],[-1.126099, 52.5943],[-1.126099, 52.5915],[-1.127001, 52.5915],[-1.129501, 52.592],[-1.132699, 52.593],[-1.134101, 52.592],[-1.135399, 52.5918],[-1.136899, 52.5917],[-1.139101, 52.5915],[-1.14, 52.5905],[-1.140499, 52.5902],[-1.141401, 52.5899],[-1.142099, 52.5897],[-1.143399, 52.5895],[-1.1444, 52.5896],[-1.1451, 52.5897],[-1.1466, 52.5899],[-1.147099, 52.5899],[-1.1473, 52.5898],[-1.1475, 52.5897],[-1.1479, 52.5894],[-1.1481, 52.5892],[-1.149799, 52.5871],[-1.151401, 52.5855],[-1.154799, 52.5825],[-1.155699, 52.5819],[-1.157699, 52.5821],[-1.158501, 52.5829],[-1.1587, 52.5836],[-1.1589, 52.584],[-1.1598, 52.5842],[-1.1598, 52.5848],[-1.1595, 52.5851],[-1.157899, 52.585],[-1.157099, 52.5854],[-1.1565, 52.5851],[-1.1559, 52.5855],[-1.155699, 52.5858],[-1.1559, 52.5863],[-1.156801, 52.5869],[-1.157001, 52.5876],[-1.1569, 52.5889],[-1.157099, 52.5895],[-1.1644, 52.5909],[-1.1647, 52.5899],[-1.166401, 52.5876],[-1.1696, 52.588],[-1.1747, 52.5891],[-1.1752, 52.5896],[-1.1752, 52.5906],[-1.1748, 52.5921],[-1.1747, 52.5923],[-1.174301, 52.5928],[-1.1739, 52.5932],[-1.171401, 52.5959],[-1.1698, 52.5975],[-1.168599, 52.5991],[-1.1677, 52.6002],[-1.166, 52.6021],[-1.1661, 52.6023],[-1.166299, 52.6026],[-1.1675, 52.6040],[-1.1632, 52.6081],[-1.1616, 52.6097],[-1.164, 52.6132],[-1.167199, 52.6159],[-1.170599, 52.6175],[-1.174, 52.6187],[-1.176601, 52.6193],[-1.1798, 52.6206],[-1.182299, 52.6217],[-1.184501, 52.6226],[-1.1871, 52.6236],[-1.1888, 52.6251],[-1.1934, 52.6264],[-1.198501, 52.6278],[-1.2069, 52.6309],[-1.208901, 52.632],[-1.210299, 52.6328],[-1.2108, 52.6341],[-1.2105, 52.6352],[-1.2099, 52.638],[-1.2107, 52.6397],[-1.2108, 52.641],[-1.2104, 52.6416],[-1.201401, 52.645],[-1.199501, 52.6445],[-1.199399, 52.6435],[-1.198701, 52.6432],[-1.192001, 52.6412],[-1.1896, 52.6407],[-1.188501, 52.641],[-1.187199, 52.6442],[-1.186601, 52.6464],[-1.1847, 52.6543],[-1.1846, 52.6547],[-1.185899, 52.6549],[-1.1849, 52.6584],[-1.185099, 52.6618],[-1.1848, 52.6623],[-1.1818, 52.6639],[-1.181601, 52.6646],[-1.182001, 52.6664],[-1.1826, 52.6681],[-1.1828, 52.6698],[-1.1826, 52.6706],[-1.181201, 52.6725],[-1.1806, 52.6737],[-1.1792, 52.6768],[-1.177999, 52.6776],[-1.1774, 52.6791],[-1.176601, 52.6797],[-1.1745, 52.6809],[-1.174, 52.6822],[-1.1727, 52.6834],[-1.171401, 52.684],[-1.1698, 52.6850],[-1.1681, 52.6862],[-1.166299, 52.6881],[-1.1654, 52.6885],[-1.163501, 52.6882],[-1.163, 52.6888],[-1.162699, 52.6897],[-1.1619, 52.6915],[-1.1615, 52.692],[-1.159899, 52.6924],[-1.1583, 52.6927],[-1.156, 52.6917],[-1.1538, 52.6902],[-1.1526, 52.6902],[-1.1444, 52.6913],[-1.1432, 52.6914],[-1.1402, 52.6866],[-1.1396, 52.6854],[-1.138299, 52.6812],[-1.1373, 52.6785],[-1.1342, 52.6744],[-1.1337, 52.6704],[-1.1314, 52.6698],[-1.1315, 52.6678],[-1.131299, 52.6667],[-1.127499, 52.6662],[-1.124101, 52.6687],[-1.1222, 52.6698],[-1.120499, 52.6707],[-1.1193, 52.6724],[-1.1185, 52.6735],[-1.115299, 52.6729],[-1.1138, 52.6726],[-1.112599, 52.6723],[-1.1088, 52.6712],[-1.107599, 52.6726],[-1.107399, 52.6726],[-1.101601, 52.6719],[-1.0862, 52.6715],[-1.085, 52.6727],[-1.0842, 52.6730],[-1.0806, 52.6728],[-1.079599, 52.6721],[-1.0792, 52.6714],[-1.077199, 52.6717],[-1.0748, 52.6717],[-1.073799, 52.6714],[-1.072999, 52.669],[-1.072399, 52.6674],[-1.07, 52.6666],[-1.0667, 52.6654],[-1.0633, 52.6638],[-1.0613, 52.6633],[-1.0598, 52.6633],[-1.057199, 52.6632],[-1.0569, 52.6629],[-1.056401, 52.6582],[-1.0561, 52.6575],[-1.049301, 52.6559],[-1.048501, 52.6557],[-1.048701, 52.6518],[-1.0513, 52.6519],[-1.051401, 52.6514],[-1.051201, 52.6433],[-1.0505, 52.6431],[-1.047199, 52.6428],[-1.046499, 52.6408],[-1.0466, 52.6393],[-1.047001, 52.6377],[-1.0473, 52.6359],[-1.0525, 52.6351],[-1.0534, 52.6332],[-1.0559, 52.6315],[-1.057099, 52.6298],[-1.0569, 52.6273],[-1.0561, 52.6268],[-1.055099, 52.6258],[-1.0548, 52.6251],[-1.055099, 52.6243],[-1.0561, 52.6229],[-1.058599, 52.6213],[-1.061601, 52.6204],[-1.0632, 52.6204],[-1.069, 52.6196],[-1.0692, 52.6187],[-1.071401, 52.6173],[-1.074, 52.6141],[-1.0755, 52.6137],[-1.0836, 52.6156],[-1.087499, 52.6161],[-1.092499, 52.6159],[-1.095, 52.6164],[-1.1001, 52.6149],[-1.0999, 52.6109],[-1.0973, 52.6105],[-1.0976, 52.6090],[-1.099, 52.6056],[-1.099301, 52.6004]]]]}, properties:{name:"Leicester"}}, {type:"Feature", geometry:{type:"MultiPolygon", coordinates:[[[[-0.3762005,51.8743],[-0.3828995,51.8737],[-0.3889005,51.8730],[-0.3932995,51.8721],[-0.3970005,51.8699],[-0.4003995,51.8678],[-0.4025995,51.867],[-0.4056995,51.8662],[-0.4102995,51.8639],[-0.4137995,51.8612],[-0.4197995,51.8571],[-0.4203995,51.8572],[-0.4329995,51.8694],[-0.4485005,51.8791],[-0.4520005,51.8802],[-0.4568005,51.8821],[-0.4605995,51.8849],[-0.4646995,51.8867],[-0.4699995,51.8869],[-0.4810005,51.8876],[-0.4833995,51.8882],[-0.4841005,51.8886],[-0.4851995,51.8906],[-0.4845005,51.8922],[-0.4981995,51.8988],[-0.5016995,51.9003],[-0.5027995,51.9013],[-0.5014005,51.9026],[-0.4974995,51.9041],[-0.4932995,51.9053],[-0.4893005,51.9059],[-0.4802995,51.8976],[-0.4783995,51.8982],[-0.4716005,51.8998],[-0.4766995,51.9042],[-0.4795005,51.9074],[-0.4770995,51.9085],[-0.4748995,51.9072],[-0.4716005,51.9086],[-0.4725995,51.9105],[-0.4741005,51.912],[-0.4776995,51.9139],[-0.4820005,51.9181],[-0.4828995,51.9196],[-0.4807995,51.9201],[-0.4727995,51.9246],[-0.4707995,51.9254],[-0.4683995,51.9262],[-0.4677995,51.9263],[-0.4670995,51.9263],[-0.4654995,51.9261],[-0.4580995,51.9246],[-0.4408995,51.9255],[-0.4387005,51.925],[-0.4366995,51.9249],[-0.4343995,51.9257],[-0.4331995,51.9268],[-0.4323995,51.9271],[-0.4258995,51.9262],[-0.4237005,51.9258],[-0.4195995,51.9234],[-0.4195995,51.9144],[-0.4185005,51.9118],[-0.4139995,51.912],[-0.4097995,51.9119],[-0.4079995,51.912],[-0.4068995,51.9138],[-0.4058995,51.9157],[-0.4041995,51.9175],[-0.4023995,51.9188],[-0.4012005,51.9198],[-0.3993995,51.9205],[-0.3971995,51.9212],[-0.3962995,51.9194],[-0.3918005,51.9192],[-0.3825995,51.9204],[-0.3827995,51.917],[-0.3841995,51.9138],[-0.3839005,51.9123],[-0.3812005,51.91],[-0.3779995,51.9068],[-0.3760005,51.9043],[-0.3749995,51.9017],[-0.3753995,51.9002],[-0.3745995,51.8978],[-0.3726995,51.8958],[-0.3712995,51.8950],[-0.3668995,51.8953],[-0.3632995,51.8954],[-0.3610005,51.8936],[-0.3548995,51.8870],[-0.3520995,51.8854],[-0.3506995,51.8847],[-0.3491005,51.8844],[-0.3476995,51.8839],[-0.3479995,51.8794],[-0.3489995,51.8779],[-0.3514005,51.8781],[-0.3518995,51.8776],[-0.3524995,51.8739],[-0.3539005,51.8734],[-0.3564995,51.8724],[-0.3595995,51.8725],[-0.3612995,51.8735],[-0.3629995,51.8749],[-0.3637995,51.8752],[-0.3648995,51.8750],[-0.3657995,51.8742],[-0.3668995,51.8731],[-0.3676995,51.8728],[-0.3685995,51.8729],[-0.3693005,51.8731],[-0.3716995,51.8748],[-0.3731995,51.8751],[-0.3743005,51.8750],[-0.3753995,51.8744],[-0.3762005,51.8743]]]]}, properties:{name:"Luton"}}, {type:"Feature", geometry:{type:"MultiPolygon", coordinates:[[[[0.5375005,51.3351],[0.5368005,51.3354],[0.5354995,51.3357],[0.5337995,51.3356],[0.5316005,51.3351],[0.5275005,51.3328],[0.5270005,51.3326],[0.5262995,51.3326],[0.5254995,51.3329],[0.5239005,51.3339],[0.5231995,51.3343],[0.5217005,51.3354],[0.5193005,51.3363],[0.5174005,51.3367],[0.5153005,51.3362],[0.5137995,51.3358],[0.5089995,51.3391],[0.5025005,51.3451],[0.5019005,51.348],[0.5021005,51.3494],[0.5039995,51.3534],[0.5035995,51.3545],[0.5027005,51.3546],[0.4971005,51.3521],[0.4944005,51.3525],[0.4814995,51.3618],[0.4775005,51.3644],[0.4633995,51.3673],[0.4583005,51.3682],[0.4570005,51.3684],[0.4560005,51.3683],[0.4528005,51.3667],[0.4516005,51.3659],[0.4504995,51.3649],[0.4500005,51.3639],[0.4497005,51.3616],[0.4498005,51.3605],[0.4500005,51.3596],[0.4510005,51.3581],[0.4520005,51.3571],[0.4539995,51.3558],[0.4552005,51.355],[0.4562995,51.3534],[0.4566005,51.3522],[0.4564005,51.3513],[0.4558005,51.3502],[0.4547005,51.3493],[0.4529005,51.349],[0.4522005,51.3488],[0.4518005,51.3484],[0.4517005,51.3476],[0.4519005,51.3468],[0.4528005,51.3455],[0.4531995,51.3446],[0.4533005,51.3437],[0.4531005,51.3431],[0.4517005,51.3421],[0.4444005,51.3432],[0.4251005,51.3473],[0.4160995,51.349],[0.4097005,51.3495],[0.4077005,51.3499],[0.4064005,51.3498],[0.4025005,51.3481],[0.4014005,51.3482],[0.4006995,51.3483],[0.3998005,51.3489],[0.3994005,51.3499],[0.3997005,51.3509],[0.4031995,51.3565],[0.4172005,51.3756],[0.4181005,51.3759],[0.4198005,51.3755],[0.4223005,51.3755],[0.4248005,51.3759],[0.4260005,51.3768],[0.4333995,51.3897],[0.4339995,51.3906],[0.4354005,51.3914],[0.4423005,51.3917],[0.4446005,51.3929],[0.4462005,51.3935],[0.4477005,51.3941],[0.4485005,51.3941],[0.4521005,51.3921],[0.4537995,51.3923],[0.4554005,51.3931],[0.4560005,51.3941],[0.4556995,51.3950],[0.4539995,51.3968],[0.4535005,51.3998],[0.4537005,51.4002],[0.4543005,51.4003],[0.4575005,51.4001],[0.4639005,51.3999],[0.4664005,51.4001],[0.4681005,51.4004],[0.4697005,51.4009],[0.4704995,51.4015],[0.4710005,51.4028],[0.4712005,51.4037],[0.4714995,51.4040],[0.4747005,51.406],[0.4775005,51.4074],[0.4779005,51.4084],[0.4779005,51.4091],[0.4764005,51.4124],[0.4771005,51.4132],[0.4814995,51.4149],[0.4821005,51.4148],[0.4853005,51.4127],[0.4864005,51.4127],[0.4908995,51.4143],[0.4910005,51.4151],[0.4904005,51.416],[0.4893005,51.418],[0.4892005,51.4194],[0.4901005,51.4225],[0.4912995,51.4263],[0.4910995,51.4276],[0.4899005,51.4298],[0.4854995,51.4358],[0.4860005,51.4362],[0.4887995,51.4368],[0.4898005,51.4374],[0.4892005,51.4383],[0.4867005,51.4393],[0.4862005,51.4401],[0.4860005,51.4415],[0.4854005,51.4426],[0.4837995,51.4433],[0.4787005,51.4452],[0.4739995,51.4464],[0.4714005,51.4480],[0.4681995,51.4504],[0.4664995,51.4509],[0.4653005,51.4508],[0.4624005,51.4544],[0.4608005,51.4556],[0.4583995,51.4579],[0.4542005,51.4603],[0.4492005,51.4628],[0.4519005,51.4691],[0.4537005,51.478],[0.4583995,51.4861],[0.4645005,51.493],[0.4837995,51.4958],[0.5089005,51.4957],[0.5339005,51.4976],[0.5356005,51.4853],[0.5381995,51.4854],[0.5404005,51.4856],[0.5429995,51.486],[0.5466005,51.4866],[0.5489005,51.4868],[0.5501005,51.4867],[0.5508995,51.4865],[0.5519005,51.4861],[0.5531995,51.4857],[0.5547005,51.4852],[0.5560995,51.4847],[0.5562995,51.4844],[0.5564005,51.4841],[0.5560005,51.4818],[0.5560005,51.4814],[0.5562995,51.4811],[0.5568005,51.4809],[0.5572005,51.481],[0.5583995000000002,51.4818],[0.5592005,51.4821],[0.5600005,51.4823],[0.5604995,51.4825],[0.5610995,51.4835],[0.5616005,51.4839],[0.5625005,51.4843],[0.5633005,51.4844],[0.5656995,51.4841],[0.5685995,51.4838],[0.5716005,51.4836],[0.5746005,51.4836],[0.5769005,51.4836],[0.5776005,51.4836],[0.5781995,51.4834],[0.5789005,51.4829],[0.5816005,51.4807],[0.5820005,51.4805],[0.5831995,51.4805],[0.5841005,51.4804],[0.5843005,51.4802],[0.5843005,51.4795],[0.5847005,51.4792],[0.5850005,51.4792],[0.5856995,51.4795],[0.5862005,51.4799],[0.5867005,51.4803],[0.5870005,51.4806],[0.5872005,51.4808],[0.5873005,51.4812],[0.5872005,51.4824],[0.5873005,51.4827],[0.5877005,51.4831],[0.5881005,51.4834],[0.5891005,51.4836],[0.5897005,51.4836],[0.5928005,51.483],[0.5960995,51.4823],[0.5987005,51.4818],[0.6024005,51.481],[0.6056995,51.4806],[0.6079005,51.4802],[0.6102005,51.4797],[0.6117005,51.4794],[0.6128005,51.4791],[0.6133995,51.4789],[0.6141005,51.4784],[0.6144005,51.4781],[0.6154005,51.4761],[0.6162995,51.4755],[0.6175005,51.4751],[0.6204005,51.4757],[0.6233995,51.4759],[0.6250005,51.4762],[0.6258995,51.4766],[0.6283995,51.4771],[0.6316005,51.4775],[0.6335995,51.4778],[0.6366005,51.478],[0.6400005,51.478],[0.6427005,51.4784],[0.6462005,51.4787],[0.6479005,51.4785],[0.6493005,51.4783],[0.6508005,51.478],[0.6518005,51.4774],[0.6524005,51.4768],[0.6533995,51.4766],[0.6547005,51.4768],[0.6587995,51.4771],[0.6606995,51.4772],[0.6621005,51.4771],[0.6629995,51.477],[0.6637005,51.4766],[0.6641005,51.4762],[0.6645005000000002,51.4754],[0.6647005,51.4752],[0.6683005,51.4751],[0.6704995,51.475],[0.6717005,51.4747],[0.6722005,51.4744],[0.6727005,51.474],[0.6729995,51.4737],[0.6731995,51.4734],[0.6733995,51.4728],[0.6733005,51.4724],[0.6729005,51.4711],[0.6729995,51.4707],[0.6739005,51.4692],[0.6758005,51.4674],[0.6764005,51.467],[0.6770005,51.4668],[0.6781995,51.4665],[0.6812995,51.4661],[0.6833005,51.4657],[0.6846005,51.4652],[0.6858995,51.4646],[0.6872005,51.4638],[0.6881995,51.463],[0.6887995,51.4624],[0.6892005,51.4618],[0.6893005,51.4614],[0.6894005,51.4604],[0.6895005,51.4600],[0.6899005,51.4599],[0.6904005,51.4599],[0.6910995,51.4605],[0.6916005,51.4607],[0.6923005,51.4609],[0.6925005,51.461],[0.6926005,51.4612],[0.6924005,51.4615],[0.6921005,51.4617],[0.6914005,51.4621],[0.6904995,51.4626],[0.6902005,51.4628],[0.6893005,51.4636],[0.6881005,51.4645],[0.6873005,51.4649],[0.6862995,51.4654],[0.6848005,51.466],[0.6833995,51.4665],[0.6819005,51.4669],[0.6801005,51.4673],[0.6781005,51.4677],[0.6767005,51.4681],[0.6762995,51.4682],[0.6758995,51.4686],[0.6751005,51.4696],[0.6743005,51.4711],[0.6743005,51.4715],[0.6747005,51.4718],[0.6754005,51.4721],[0.6769005,51.4727],[0.6803005,51.474],[0.6812995,51.4742],[0.6828005,51.4744],[0.6849005,51.4745],[0.6864995,51.4746],[0.6885995,51.4745],[0.6947005,51.4729],[0.6976005,51.4723],[0.7021005,51.4723],[0.7039995,51.4718],[0.7060995,51.4707],[0.7089995,51.4689],[0.7104005,51.4679],[0.7112005,51.4671],[0.7126005,51.4652],[0.7133995,51.4643],[0.7141005,51.464],[0.7162005,51.4634],[0.7173005,51.4628],[0.7198005,51.4611],[0.7210005,51.4602],[0.7224005,51.4591],[0.7235005,51.4578],[0.7246005,51.4557],[0.7253005000000002,51.4538],[0.7258995,51.4496],[0.7260005000000002,51.4468],[0.7260005000000002,51.4457],[0.7258995,51.4446],[0.7254005,51.4432],[0.7231005,51.4404],[0.7212005,51.4389],[0.7194005,51.4376],[0.7170005,51.4362],[0.7149005,51.4353],[0.7135995,51.4349],[0.7120005,51.4351],[0.7108005000000002,51.4353],[0.7100005,51.4351],[0.7083995,51.4343],[0.7073005,51.4337],[0.7058005,51.4333],[0.7042005,51.4331],[0.7029995,51.433],[0.7008005,51.4333],[0.6998005,51.4334],[0.6991005,51.4334],[0.6979995,51.4267],[0.6883005,51.4277],[0.6706005000000002,51.4284],[0.6619005,51.4278],[0.6573005,51.4264],[0.6547005,51.4237],[0.6524005,51.4208],[0.6503005,51.4178],[0.6483005,51.4151],[0.6456995,51.4132],[0.6433005,51.4111],[0.6431005,51.4083],[0.6428005,51.406],[0.6414995,51.4025],[0.6398005,51.3991],[0.6375005,51.3965],[0.6391005,51.3953],[0.6423005000000002,51.3955],[0.6435995,51.3943],[0.6439005,51.3929],[0.6439005,51.3916],[0.6435995,51.3911],[0.6425005,51.3901],[0.6423005000000002,51.3898],[0.6424005,51.3894],[0.6428005,51.3889],[0.6429005,51.3870],[0.6408005,51.3862],[0.6398005,51.3858],[0.6389005,51.3844],[0.6373005,51.3826],[0.6350005,51.3822],[0.6345005,51.3821],[0.6342005,51.3814],[0.6335005,51.3803],[0.6322005,51.3798],[0.6314005,51.3793],[0.6306995,51.3783],[0.6300005,51.3767],[0.6300005,51.3759],[0.6306995,51.3747],[0.6314005,51.3721],[0.6281005,51.3705],[0.6287005,51.3694],[0.6326005,51.3668],[0.6326005,51.3664],[0.6276005,51.3585],[0.6222005,51.3505],[0.6216005,51.3498],[0.6192005,51.3497],[0.6160005,51.3426],[0.6148005,51.3406],[0.6149005,51.3397],[0.6141005,51.3381],[0.6125005,51.3358],[0.6116005,51.3350],[0.6044005,51.3347],[0.6010995,51.3340],[0.6010005000000002,51.3333],[0.6006005,51.3325],[0.5992005,51.3321],[0.5895005,51.333],[0.5862005,51.3345],[0.5751005,51.3375],[0.5741005,51.3373],[0.5731005,51.3365],[0.5722005,51.3363],[0.5664995,51.3379],[0.5633005,51.3381],[0.5606005,51.3376],[0.5587995,51.3372],[0.5569005,51.3364],[0.5554005,51.3355],[0.5535005,51.3339],[0.5525005,51.3324],[0.5516005,51.3306],[0.5506005,51.3299],[0.5500005,51.3293],[0.5494005,51.3291],[0.5487005,51.3288],[0.5468005,51.3284],[0.5450005,51.3285],[0.5439995,51.3289],[0.5406995,51.3313],[0.5399005,51.3321],[0.5395005,51.3335],[0.5387005,51.3344],[0.5375005,51.3351]]]]}, properties:{name:"Medway Towns"}}, {type:"Feature", geometry:{type:"MultiPolygon", coordinates:[[[[-1.231801, 54.5121],[-1.233701, 54.5120],[-1.235399, 54.5123],[-1.238, 54.5131],[-1.239599, 54.5132],[-1.242, 54.513],[-1.244501, 54.5129],[-1.2465, 54.5132],[-1.2473, 54.5135],[-1.248, 54.5144],[-1.2487, 54.5157],[-1.2493, 54.5175],[-1.2502, 54.5181],[-1.2524, 54.5191],[-1.2575, 54.5199],[-1.2607, 54.5204],[-1.2632, 54.5215],[-1.2652, 54.5228],[-1.27, 54.5239],[-1.2736, 54.5245],[-1.2774, 54.5230],[-1.2796, 54.5222],[-1.282899, 54.5231],[-1.2845, 54.5267],[-1.286801, 54.5323],[-1.285699, 54.5361],[-1.2853, 54.5381],[-1.2844, 54.539],[-1.2816, 54.5419],[-1.279999, 54.5459],[-1.279, 54.5503],[-1.2747, 54.5553],[-1.2696, 54.5583],[-1.271899, 54.5590],[-1.2736, 54.5599],[-1.2758, 54.5614],[-1.279199, 54.5661],[-1.279301, 54.5665],[-1.279, 54.5668],[-1.2786, 54.5670],[-1.277001, 54.5675],[-1.2701, 54.5685],[-1.2679, 54.5689],[-1.2661, 54.5693],[-1.2625, 54.5705],[-1.2609, 54.5715],[-1.2603, 54.5721],[-1.2596, 54.5734],[-1.2592, 54.5745],[-1.258501, 54.5789],[-1.2567, 54.5869],[-1.256001, 54.5888],[-1.2552, 54.5901],[-1.2544, 54.5909],[-1.2522, 54.5923],[-1.2506, 54.5927],[-1.248901, 54.5929],[-1.247599, 54.5929],[-1.2458, 54.5928],[-1.243999, 54.5926],[-1.2431, 54.5924],[-1.242, 54.5919],[-1.237499, 54.5895],[-1.2336, 54.5879],[-1.2234, 54.5855],[-1.2178, 54.5843],[-1.215199, 54.5836],[-1.212, 54.583],[-1.2062, 54.5825],[-1.204599, 54.5826],[-1.2029, 54.5828],[-1.200899, 54.5833],[-1.1976, 54.5842],[-1.1971, 54.5844],[-1.1962, 54.585],[-1.194501, 54.586],[-1.1911, 54.5881],[-1.190099, 54.5864],[-1.1849, 54.5795],[-1.183599, 54.5778],[-1.1733, 54.5748],[-1.158, 54.5582],[-1.1582, 54.5576],[-1.158599, 54.5571],[-1.1594, 54.5565],[-1.162799, 54.5555],[-1.1651, 54.5548],[-1.1698, 54.5539],[-1.179399, 54.5495],[-1.1809, 54.5501],[-1.182899, 54.5495],[-1.1854, 54.5485],[-1.1932, 54.5448],[-1.177999, 54.535],[-1.1719, 54.5297],[-1.161, 54.5267],[-1.159999, 54.526],[-1.1583, 54.5246],[-1.1575, 54.5238],[-1.1561, 54.5228],[-1.154, 54.5222],[-1.1537, 54.5219],[-1.151299, 54.5187],[-1.1494, 54.5159],[-1.148901, 54.5154],[-1.148399, 54.5152],[-1.146299, 54.5167],[-1.143, 54.5173],[-1.140499, 54.5176],[-1.136899, 54.5166],[-1.1358, 54.5163],[-1.1358, 54.5159],[-1.136201, 54.5143],[-1.136801, 54.5123],[-1.139199, 54.5093],[-1.142001, 54.5058],[-1.143299, 54.5047],[-1.146001, 54.5033],[-1.147799, 54.5026],[-1.1487, 54.5025],[-1.1515, 54.5030],[-1.153901, 54.5037],[-1.1625, 54.5049],[-1.166401, 54.5043],[-1.1688, 54.5041],[-1.1703, 54.5041],[-1.171201, 54.5042],[-1.1724, 54.5045],[-1.173501, 54.5050],[-1.1767, 54.5071],[-1.1782, 54.5080],[-1.179301, 54.5084],[-1.179999, 54.5085],[-1.1809, 54.5083],[-1.182899, 54.5083],[-1.1863, 54.5082],[-1.1896, 54.5081],[-1.191499, 54.5080],[-1.1968, 54.5078],[-1.2056, 54.5094],[-1.2098, 54.5104],[-1.2183, 54.5116],[-1.22, 54.5123],[-1.2229, 54.5141],[-1.223701, 54.5143],[-1.2248, 54.5144],[-1.2265, 54.5141],[-1.228901, 54.5138],[-1.2307, 54.5136],[-1.2314, 54.5133],[-1.231601, 54.513],[-1.231801, 54.5121]]]]}, properties:{name:"Middlesbrough"}}, {type:"Feature", geometry:{type:"MultiPolygon", coordinates:[[[[-0.8664005, 52.0393],[-0.8652995, 52.0434],[-0.8645995, 52.0446],[-0.8639995, 52.0454],[-0.8629995000000003, 52.0458],[-0.8620005, 52.0458],[-0.8599995, 52.0457],[-0.8574995, 52.0461],[-0.8554995, 52.047],[-0.8535005, 52.0482],[-0.8523995, 52.0489],[-0.8516005, 52.0499],[-0.8506995, 52.0507],[-0.8522995, 52.0521],[-0.8541995, 52.0538],[-0.8564005, 52.0556],[-0.8575995, 52.0561],[-0.8595005, 52.0570],[-0.8627995, 52.0593],[-0.8631995, 52.0604],[-0.8631995, 52.0607],[-0.8630995, 52.0612],[-0.8627995, 52.0618],[-0.8618005000000002, 52.0623],[-0.8614995, 52.0624],[-0.8604995, 52.0623],[-0.8585005, 52.0624],[-0.8523995, 52.0636],[-0.8503995, 52.0642],[-0.8481995, 52.0646],[-0.8435995, 52.0632],[-0.8414005, 52.0627],[-0.8399995000000002, 52.0628],[-0.8389995, 52.0632],[-0.8370995, 52.0652],[-0.8345005, 52.068],[-0.8335005, 52.0700],[-0.8335005, 52.0708],[-0.8348995000000002, 52.0719],[-0.8358995, 52.0729],[-0.8360995, 52.074],[-0.8343995, 52.0756],[-0.8324995, 52.077],[-0.8316995, 52.0796],[-0.8343995, 52.0814],[-0.8368005, 52.0835],[-0.8382995, 52.0849],[-0.8416005, 52.0876],[-0.8447995, 52.0908],[-0.8470005, 52.0916],[-0.8487005, 52.0918],[-0.8518995, 52.0922],[-0.8541995, 52.0925],[-0.8552995, 52.0928],[-0.8560005000000002, 52.0938],[-0.8568005, 52.0952],[-0.8576995, 52.0963],[-0.8587005, 52.0968],[-0.8610995, 52.0973],[-0.8655995, 52.0978],[-0.8683995, 52.099],[-0.8683995, 52.0997],[-0.8675995, 52.1005],[-0.8662005000000002, 52.1012],[-0.8657995000000002, 52.1019],[-0.8657995000000002, 52.1026],[-0.8662995, 52.1028],[-0.8676995, 52.1033],[-0.8691005, 52.1034],[-0.8696995, 52.1038],[-0.8700995, 52.1046],[-0.8702995, 52.106],[-0.8697995, 52.1068],[-0.8691005, 52.1075],[-0.8691005, 52.1079],[-0.8697995, 52.109],[-0.8722995, 52.1107],[-0.8735995, 52.1114],[-0.8743005, 52.1116],[-0.8783995, 52.1118],[-0.8812005, 52.1116],[-0.8832995, 52.1119],[-0.8843995, 52.1122],[-0.8849995000000003, 52.1133],[-0.8837005, 52.1148],[-0.8824995, 52.1163],[-0.8810005, 52.1181],[-0.8798995, 52.1202],[-0.8789995000000002, 52.1227],[-0.8783995, 52.1250],[-0.8780995, 52.1260],[-0.8772995, 52.1266],[-0.8714005, 52.1282],[-0.8643005, 52.1303],[-0.8631995, 52.1305],[-0.8514995, 52.1296],[-0.8500995, 52.1293],[-0.8462005, 52.1295],[-0.8377995, 52.1298],[-0.8368005, 52.1302],[-0.8335005, 52.1330],[-0.8316005, 52.1324],[-0.8303995, 52.1313],[-0.8280995, 52.132],[-0.8289995, 52.1392],[-0.8287005, 52.1401],[-0.8235995, 52.1397],[-0.8216995000000002, 52.14],[-0.8206995, 52.1425],[-0.8203995, 52.1428],[-0.8191995, 52.1433],[-0.8170005, 52.1439],[-0.8168005000000002, 52.1442],[-0.8168005000000002, 52.1445],[-0.8207995, 52.1477],[-0.8214005, 52.1482],[-0.8216995000000002, 52.1488],[-0.8220005, 52.1497],[-0.8221995, 52.1505],[-0.8220995, 52.1511],[-0.8218005000000002, 52.1519],[-0.8216005, 52.1522],[-0.8152995, 52.1506],[-0.8112005, 52.1487],[-0.8099995, 52.1505],[-0.8077995, 52.1524],[-0.8079995, 52.1534],[-0.8082995, 52.1561],[-0.8081995, 52.1584],[-0.8076995, 52.1595],[-0.8035995, 52.1596],[-0.8024995, 52.1591],[-0.8014005, 52.1584],[-0.7981995, 52.1588],[-0.7975995, 52.1588],[-0.7962005, 52.1557],[-0.7957995, 52.1552],[-0.7945005, 52.1546],[-0.7930995, 52.1544],[-0.7910995, 52.1542],[-0.7905995, 52.154],[-0.7912005, 52.1528],[-0.7899995, 52.1512],[-0.7878995, 52.1512],[-0.7839005000000002, 52.156],[-0.7806995, 52.1598],[-0.7785005000000002, 52.164],[-0.7766995000000002, 52.1674],[-0.7760005, 52.1683],[-0.7730995, 52.1699],[-0.7710005, 52.1707],[-0.7639995, 52.1718],[-0.7635995, 52.1716],[-0.7612005, 52.1695],[-0.7589995, 52.1679],[-0.7577995, 52.1677],[-0.7556995, 52.1675],[-0.7531995, 52.1675],[-0.7503995, 52.1678],[-0.7489005, 52.1681],[-0.7472995, 52.1688],[-0.7460005000000002, 52.1696],[-0.7437995, 52.1711],[-0.7412995, 52.173],[-0.7312005, 52.1762],[-0.7299995, 52.1766],[-0.7276995, 52.1784],[-0.7252995, 52.1801],[-0.7243995, 52.1806],[-0.7224995, 52.1814],[-0.7175995, 52.1833],[-0.7110995, 52.1877],[-0.7055995000000002, 52.1905],[-0.6970995, 52.1943],[-0.6910995, 52.1959],[-0.6835005, 52.1970],[-0.6777995, 52.1971],[-0.6743005, 52.1971],[-0.6673995, 52.1961],[-0.6618005, 52.1936],[-0.6566995, 52.1917],[-0.6553995, 52.1915],[-0.6503995, 52.1906],[-0.6464995, 52.1904],[-0.6425995, 52.1902],[-0.6412995, 52.1899],[-0.6404995, 52.1896],[-0.6400995, 52.1892],[-0.6398995, 52.1890],[-0.6387005, 52.1848],[-0.6382995, 52.1845],[-0.6360005, 52.1845],[-0.6343005, 52.1844],[-0.6285005, 52.1835],[-0.6280995, 52.1833],[-0.6278995, 52.1823],[-0.6282995, 52.1806],[-0.6285995, 52.1799],[-0.6289005, 52.1793],[-0.6293995, 52.1788],[-0.6293995, 52.1784],[-0.6293005, 52.1778],[-0.6287995, 52.1773],[-0.6277995, 52.1766],[-0.6273995, 52.1761],[-0.6271995, 52.1757],[-0.6270995, 52.1753],[-0.6271995, 52.1747],[-0.6272995, 52.1744],[-0.6274995, 52.1742],[-0.6289995000000002, 52.1738],[-0.6301995, 52.1731],[-0.6320005, 52.1718],[-0.6333995, 52.1708],[-0.6339005, 52.1704],[-0.6339995, 52.1702],[-0.6341005, 52.1698],[-0.6339995, 52.1688],[-0.6337995, 52.1673],[-0.6335995, 52.1661],[-0.6330995, 52.1646],[-0.6326995, 52.1637],[-0.6310005, 52.1611],[-0.6304995, 52.1601],[-0.6302995, 52.1584],[-0.6305995, 52.1574],[-0.6307995, 52.157],[-0.6312995, 52.1563],[-0.6316995, 52.1559],[-0.6322995, 52.1555],[-0.6339995, 52.1554],[-0.6366995, 52.1553],[-0.6379995, 52.1549],[-0.6382995, 52.1542],[-0.6385005, 52.1537],[-0.6385005, 52.1535],[-0.6382995, 52.1531],[-0.6364005, 52.1516],[-0.6360005, 52.1509],[-0.6354995, 52.149],[-0.6355995, 52.1486],[-0.6360995, 52.1473],[-0.6358995, 52.1464],[-0.6350995000000002, 52.1449],[-0.6343005, 52.1436],[-0.6326995, 52.1415],[-0.6321995, 52.1411],[-0.6249995, 52.1381],[-0.6237995, 52.1374],[-0.6201995, 52.1359],[-0.6187005, 52.1353],[-0.6158995, 52.1347],[-0.6112005, 52.1351],[-0.6089995, 52.1353],[-0.6062995, 52.1353],[-0.6049995, 52.1354],[-0.6043005, 52.1351],[-0.6035995, 52.1342],[-0.6010995, 52.1309],[-0.5964005, 52.1247],[-0.5956995, 52.1236],[-0.5953995, 52.1226],[-0.5952995, 52.1180],[-0.5949995, 52.1176],[-0.5914005, 52.1130],[-0.5906995, 52.1123],[-0.5899995, 52.1116],[-0.5864005, 52.1089],[-0.5814995, 52.1059],[-0.5814995, 52.1055],[-0.5828995, 52.1042],[-0.5833995, 52.1043],[-0.5916995, 52.109],[-0.5918995, 52.1085],[-0.5918005, 52.1081],[-0.5893005, 52.1048],[-0.5893005, 52.1044],[-0.5897995, 52.1042],[-0.5970005, 52.1022],[-0.5979995, 52.102],[-0.6000995, 52.1017],[-0.6022995, 52.1011],[-0.6027995, 52.1006],[-0.6030995, 52.1],[-0.6029995, 52.0984],[-0.6060005, 52.0952],[-0.6058995, 52.0947],[-0.6053995, 52.0935],[-0.6056995, 52.0932],[-0.6066005, 52.0928],[-0.6089995, 52.092],[-0.6122995, 52.0907],[-0.6147995, 52.0891],[-0.6177995, 52.0874],[-0.6181995, 52.087],[-0.6178995, 52.0858],[-0.6183995, 52.0856],[-0.6200995, 52.085],[-0.6206995, 52.0849],[-0.6216005, 52.0854],[-0.6231995, 52.0861],[-0.6250995, 52.0852],[-0.6260995, 52.0846],[-0.6280995, 52.0831],[-0.6304995, 52.0814],[-0.6335995, 52.0796],[-0.6364995, 52.0783],[-0.6387005, 52.0767],[-0.6403995, 52.0741],[-0.6426995, 52.0697],[-0.6433995, 52.0688],[-0.6452995, 52.0677],[-0.6481995, 52.0668],[-0.6493005, 52.0662],[-0.6510995, 52.0652],[-0.6522995, 52.0645],[-0.6539995, 52.0635],[-0.6537995, 52.0629],[-0.6523995, 52.0619],[-0.6527995, 52.0610],[-0.6537005, 52.0600],[-0.6546995, 52.0592],[-0.6574995, 52.0574],[-0.6600995, 52.0559],[-0.6645005000000002, 52.0533],[-0.6668995, 52.0515],[-0.6696995, 52.0486],[-0.6708995, 52.0473],[-0.6724995, 52.046],[-0.6720995, 52.0457],[-0.6445995, 52.0379],[-0.6410005, 52.037],[-0.6402995, 52.0367],[-0.6399995000000002, 52.0365],[-0.6397995, 52.0354],[-0.6395995, 52.034],[-0.6395995, 52.0336],[-0.6397995, 52.0317],[-0.6399995000000002, 52.0314],[-0.6412005, 52.0302],[-0.6416995, 52.0286],[-0.6414995, 52.0277],[-0.6397995, 52.0259],[-0.6398995, 52.0254],[-0.6418995, 52.0245],[-0.6441005, 52.0234],[-0.6460995000000002, 52.0225],[-0.6468005, 52.0218],[-0.6501995, 52.0168],[-0.6503995, 52.0163],[-0.6502995, 52.0159],[-0.6489005, 52.0149],[-0.6466995, 52.0135],[-0.6433995, 52.0102],[-0.6431995, 52.0097],[-0.6435995, 52.0093],[-0.6458995, 52.0087],[-0.6482995, 52.0083],[-0.6503995, 52.0084],[-0.6510995, 52.0082],[-0.6523995, 52.0076],[-0.6543005, 52.0063],[-0.6568005, 52.0046],[-0.6607995, 52.0005],[-0.6587005,51.9954],[-0.6591995,51.9926],[-0.6591995,51.9915],[-0.6545005000000002,51.9896],[-0.6541995,51.989],[-0.6555995,51.9847],[-0.6555995,51.984],[-0.6485995,51.9772],[-0.6451995,51.9743],[-0.6441995,51.9732],[-0.6527995,51.9702],[-0.6643995,51.9743],[-0.6672995,51.976],[-0.6689005,51.9772],[-0.6704995,51.979],[-0.6712005,51.9789],[-0.6733995,51.9781],[-0.6774995,51.978],[-0.6795995,51.9785],[-0.6910995,51.9831],[-0.6920995,51.9831],[-0.6943995,51.9826],[-0.6973995,51.9824],[-0.6993995,51.9828],[-0.7010005,51.9837],[-0.7037995,51.9872],[-0.7048995,51.9882],[-0.7095005,51.9888],[-0.7116995000000002,51.9893],[-0.7124995,51.9889],[-0.7137995,51.9869],[-0.7148995,51.9845],[-0.7150995,51.9824],[-0.7149995,51.9809],[-0.7145005,51.9801],[-0.7131995,51.9788],[-0.7132995,51.9783],[-0.7150995,51.9775],[-0.7185005,51.9762],[-0.7187005,51.9762],[-0.7199995,51.9758],[-0.7245995,51.9745],[-0.7258995,51.9744],[-0.7276995,51.9742],[-0.7302995000000002,51.9729],[-0.7395005,51.9689],[-0.7403995,51.9692],[-0.7453995,51.9708],[-0.7454995,51.9713],[-0.7445995,51.9725],[-0.7445005,51.973],[-0.7598995,51.9843],[-0.7691995000000003,51.9839],[-0.7743005,51.9880],[-0.7818995,51.9885],[-0.7845995,51.9886],[-0.7868995,51.9883],[-0.7924995,51.9873],[-0.8021995,51.9863],[-0.8031995,51.9865],[-0.8035995,51.9877],[-0.8047995,51.9940],[-0.8049995,51.9968],[-0.8064995,51.9990],[-0.8070005,51.9998],[-0.8095005, 52.0033],[-0.8126995, 52.0063],[-0.8133995, 52.0068],[-0.8139005, 52.0068],[-0.8152995, 52.0064],[-0.8166995, 52.0061],[-0.8177995, 52.0062],[-0.8189995, 52.0067],[-0.8195995, 52.0072],[-0.8197995, 52.0085],[-0.8196995, 52.0109],[-0.8204995, 52.0119],[-0.8235005, 52.0132],[-0.8295995, 52.0155],[-0.8351995, 52.0175],[-0.8402995, 52.0199],[-0.8437995, 52.0208],[-0.8457995, 52.0218],[-0.8478995, 52.0229],[-0.8506995, 52.0256],[-0.8547995, 52.0297],[-0.8580995, 52.0325],[-0.8612005, 52.0354],[-0.8641005000000003, 52.0382],[-0.8650995, 52.0387],[-0.8664005, 52.0393]]]]}, properties:{name:"Milton Keynes"}}, {type:"Feature", geometry:{type:"MultiPolygon", coordinates:[[[[-0.06009952, 53.5830],[-0.05719952, 53.5815],[-0.04729952, 53.5755],[-0.04229952, 53.5727],[-0.03930052, 53.5707],[-0.03789952, 53.5699],[-0.03640052, 53.5692],[-0.03430052, 53.5681],[-0.03309952, 53.5678],[-0.03149952, 53.5675],[-0.03049952, 53.5669],[-0.02930052, 53.5657],[-0.02819952, 53.5649],[-0.02649952, 53.5638],[-0.02539952, 53.5629],[-0.02489952, 53.5624],[-0.02450052, 53.5617],[-0.02359952, 53.5599],[-0.02309952, 53.5592],[-0.02079952, 53.5576],[-0.01930052, 53.5565],[-0.01789952, 53.5559],[-0.01609952, 53.5552],[-0.01399952, 53.5543],[-0.01269952, 53.5536],[-0.01180052, 53.5529],[-0.01029952, 53.5514],[-0.008799518, 53.5501],[-0.007399518, 53.5492],[-0.004300517, 53.5475],[-0.001000517, 53.5457],[-0.0003995174, 53.5452],[4.82554e-7, 53.5445],[0.0003004826, 53.5429],[0.0004994826, 53.5425],[0.001800483, 53.5417],[0.003100483, 53.5407],[0.004400482, 53.5397],[0.006200483, 53.5390],[0.007700482, 53.5382],[0.009200483, 53.5374],[0.01040048, 53.5365],[0.01160048, 53.5355],[0.01270048, 53.5342],[0.01420048, 53.5328],[0.01950048, 53.5269],[0.01640048, 53.5247],[0.01170048, 53.5218],[0.009300482000000002, 53.5210],[0.002800483, 53.5186],[4.82554e-7, 53.5176],[-0.0007995174000000002, 53.5174],[-0.003299518, 53.5173],[-0.006499517, 53.5173],[-0.009100517, 53.5169],[-0.01189952, 53.5158],[-0.01399952, 53.5153],[-0.01489952, 53.5154],[-0.01759952, 53.5187],[-0.01859952, 53.5186],[-0.02419952, 53.5176],[-0.02689952, 53.517],[-0.02959952, 53.5160],[-0.03169952, 53.5151],[-0.03499952, 53.5141],[-0.03660052, 53.5135],[-0.03809952, 53.5138],[-0.03890052, 53.5145],[-0.04279952, 53.5194],[-0.04370052, 53.5201],[-0.05450052, 53.52],[-0.06100052, 53.5195],[-0.06359952, 53.5191],[-0.06439952, 53.5185],[-0.06779952, 53.5105],[-0.06829952, 53.5056],[-0.06930052, 53.5024],[-0.07200052, 53.4972],[-0.07359952, 53.4933],[-0.07430052, 53.4907],[-0.07779951, 53.4905],[-0.07890052, 53.4898],[-0.08109952, 53.4881],[-0.09189951, 53.4859],[-0.09200051, 53.4853],[-0.09129952, 53.4835],[-0.09129952, 53.4832],[-0.09309952000000002, 53.4826],[-0.09329952, 53.4823],[-0.09309952000000002, 53.4819],[-0.08879951, 53.4782],[-0.08870052, 53.4778],[-0.08899952, 53.4773],[-0.1041005, 53.4707],[-0.1041995, 53.4701],[-0.1037005, 53.4696],[-0.1023995, 53.4688],[-0.09890052, 53.4668],[-0.09019952, 53.4621],[-0.08689952, 53.4599],[-0.08439951, 53.4579],[-0.08239952, 53.4555],[-0.08029952, 53.4535],[-0.07989952, 53.453],[-0.07989952, 53.4523],[-0.08029952, 53.4518],[-0.08200052, 53.4515],[-0.08390052, 53.4507],[-0.08729952000000002, 53.4487],[-0.09069952, 53.4478],[-0.09279951000000002, 53.4469],[-0.1023995, 53.4434],[-0.1062995, 53.4416],[-0.1093005, 53.4402],[-0.1128995, 53.438],[-0.1185995, 53.4345],[-0.1191995, 53.4368],[-0.1196995, 53.4372],[-0.1202995, 53.4372],[-0.1224995, 53.4362],[-0.1264005, 53.4354],[-0.1280995, 53.4354],[-0.1289005, 53.4357],[-0.1298995, 53.4365],[-0.1308995, 53.4378],[-0.1323995, 53.4394],[-0.1328995, 53.4402],[-0.1328995, 53.4414],[-0.1332995, 53.4417],[-0.1337995, 53.4418],[-0.1351995, 53.4412],[-0.1358995, 53.4413],[-0.1372995, 53.4422],[-0.1385995, 53.4424],[-0.1428995, 53.442],[-0.1437995, 53.4422],[-0.1456995, 53.4447],[-0.1468995, 53.4462],[-0.1491995, 53.449],[-0.1530995, 53.4554],[-0.1537995, 53.4574],[-0.1547995, 53.459],[-0.1566005, 53.4612],[-0.1564995, 53.4617],[-0.1557995, 53.4624],[-0.1543005, 53.4636],[-0.1516005, 53.4653],[-0.1516995, 53.4662],[-0.1535005, 53.4666],[-0.1566995, 53.4675],[-0.1575995, 53.4681],[-0.1585005, 53.4684],[-0.1595995, 53.4682],[-0.1618995, 53.4677],[-0.1639995, 53.4678],[-0.1662995, 53.4681],[-0.1691995, 53.4685],[-0.1712995, 53.4685],[-0.1745005, 53.4687],[-0.1764995, 53.4689],[-0.1791995, 53.4689],[-0.1800995, 53.4693],[-0.1803995, 53.4698],[-0.1800995, 53.4705],[-0.1791995, 53.4713],[-0.1791995, 53.4734],[-0.1793995, 53.4746],[-0.1798995, 53.4765],[-0.1812995, 53.4797],[-0.1818005, 53.4804],[-0.1827995, 53.4808],[-0.1841005, 53.4810],[-0.1843995, 53.4816],[-0.1843005, 53.4829],[-0.1845995, 53.4836],[-0.1852995, 53.484],[-0.1866995, 53.4841],[-0.1893995, 53.4838],[-0.1910995, 53.4837],[-0.1941005, 53.484],[-0.1964005, 53.4844],[-0.1989005, 53.4853],[-0.2010995, 53.4861],[-0.2045995, 53.4862],[-0.2074995, 53.4864],[-0.2079995, 53.4866],[-0.2081995, 53.4872],[-0.2073995, 53.4901],[-0.2070005, 53.4911],[-0.2058995, 53.4931],[-0.2035995, 53.4977],[-0.2035005, 53.4983],[-0.2043995, 53.4998],[-0.2052995, 53.5025],[-0.2055995, 53.5034],[-0.2054995, 53.504],[-0.2039995, 53.5049],[-0.2029995, 53.5053],[-0.2024995, 53.506],[-0.2021995, 53.5081],[-0.2018995, 53.5108],[-0.2020005, 53.5118],[-0.2039005, 53.5148],[-0.2062005, 53.5172],[-0.2072995, 53.5189],[-0.2082995, 53.5219],[-0.2089995, 53.523],[-0.2114005, 53.5255],[-0.2118005, 53.5266],[-0.2116995, 53.5273],[-0.2112005, 53.5282],[-0.2095995, 53.5306],[-0.2093005, 53.5316],[-0.2095005, 53.532],[-0.2104995, 53.5322],[-0.2162005, 53.5329],[-0.2168995, 53.5336],[-0.2166995, 53.5342],[-0.2154995, 53.5361],[-0.2110005, 53.5408],[-0.2089995, 53.5426],[-0.2070995, 53.5442],[-0.2051995, 53.5461],[-0.2023995, 53.5481],[-0.1987995, 53.552],[-0.1921995, 53.5583],[-0.1873995, 53.5621],[-0.1866005, 53.5631],[-0.1864005, 53.5643],[-0.1868005, 53.5654],[-0.1885005, 53.5676],[-0.1910005, 53.5702],[-0.1923995, 53.5714],[-0.1939995, 53.5719],[-0.1960995, 53.5713],[-0.1971995, 53.5712],[-0.1981995, 53.5715],[-0.1996995, 53.5721],[-0.2016005, 53.5719],[-0.2045005, 53.5712],[-0.2075995, 53.5709],[-0.2107995, 53.5706],[-0.2212005, 53.569],[-0.2223995, 53.5697],[-0.2231995, 53.5709],[-0.2243005, 53.5734],[-0.2253995, 53.5756],[-0.2270995, 53.5774],[-0.2285005, 53.5791],[-0.2301995, 53.5824],[-0.2318005, 53.5850],[-0.2337005, 53.5871],[-0.2350995, 53.5878],[-0.2366995, 53.5880],[-0.2379995, 53.5879],[-0.2389005, 53.5878],[-0.2402995, 53.5867],[-0.2420995, 53.5864],[-0.2439995, 53.5868],[-0.2479995, 53.5880],[-0.2481995, 53.5891],[-0.2468005, 53.5935],[-0.2470005, 53.5943],[-0.2477995, 53.5947],[-0.2487005, 53.5947],[-0.2510995, 53.5933],[-0.2522995, 53.5934],[-0.2564995, 53.5961],[-0.2589995, 53.5970],[-0.2668005, 53.5992],[-0.2682995, 53.6001],[-0.2708995, 53.6017],[-0.2735995, 53.6030],[-0.2771995, 53.6046],[-0.2805995, 53.606],[-0.2816005, 53.6066],[-0.2818995, 53.6073],[-0.2816005, 53.6091],[-0.2820005, 53.61],[-0.2835005, 53.6112],[-0.2849995, 53.612],[-0.2864005, 53.6122],[-0.2878995, 53.6123],[-0.2889005, 53.6127],[-0.2900995, 53.6141],[-0.2918005, 53.6149],[-0.2868995, 53.6175],[-0.2835005, 53.6188],[-0.2583995, 53.6205],[-0.2554995, 53.6215],[-0.2514005, 53.6233],[-0.2495005, 53.6237],[-0.2462995, 53.6238],[-0.2441005, 53.6239],[-0.2422995, 53.6239],[-0.2405995, 53.6246],[-0.2387005, 53.6253],[-0.2357995, 53.6256],[-0.2328995, 53.625],[-0.2310995, 53.625],[-0.2293005, 53.6262],[-0.2252995, 53.6286],[-0.2174995, 53.6365],[-0.2082995, 53.6425],[-0.1829995, 53.6550],[-0.1308995, 53.626],[-0.1141005, 53.6179],[-0.09279951000000002, 53.609],[-0.07799952, 53.6059],[-0.05899952, 53.6051],[-0.06009952, 53.5830]]]]}, properties:{name:"North East Lincolnshire"}}, {type:"Feature", geometry:{type:"MultiPolygon", coordinates:[[[[-0.9335005, 53.5032],[-0.9470995, 53.5133],[-0.9560005, 53.5201],[-0.9547995, 53.5211],[-0.9521995, 53.5209],[-0.9485995, 53.5208],[-0.9470995, 53.5209],[-0.9439995, 53.5206],[-0.9403995, 53.5203],[-0.9385005, 53.5206],[-0.9374995000000003, 53.5214],[-0.9362005, 53.5226],[-0.9355995, 53.5237],[-0.9352995, 53.5245],[-0.9353995, 53.5269],[-0.9332995, 53.5286],[-0.9303995000000002, 53.5298],[-0.9223995, 53.532],[-0.9157995, 53.5315],[-0.8912995, 53.5281],[-0.8883995, 53.5297],[-0.8837995, 53.5308],[-0.8820995, 53.5311],[-0.8803995, 53.5309],[-0.8774995, 53.5321],[-0.8760005, 53.5329],[-0.8754995, 53.5336],[-0.8754995, 53.5341],[-0.8757995, 53.5346],[-0.8762995, 53.5351],[-0.8781995, 53.5359],[-0.8801995, 53.5367],[-0.8818005, 53.5378],[-0.8830995, 53.5388],[-0.8837005, 53.5399],[-0.8837995, 53.5411],[-0.8835005, 53.5422],[-0.8831995, 53.5428],[-0.8816995, 53.5435],[-0.8812005, 53.5446],[-0.8812005, 53.5457],[-0.8816005, 53.5465],[-0.8825995, 53.5469],[-0.8837005, 53.5468],[-0.8858995, 53.5459],[-0.8885005000000002, 53.546],[-0.8896995, 53.5465],[-0.8907995, 53.547],[-0.8914995, 53.5476],[-0.8926995, 53.5483],[-0.8928995, 53.5492],[-0.8924995000000002, 53.5505],[-0.8916005, 53.5527],[-0.8907995, 53.5567],[-0.8907995, 53.5588],[-0.8912995, 53.5605],[-0.8914005, 53.5613],[-0.8910005, 53.5621],[-0.8903995, 53.5633],[-0.8905995, 53.5642],[-0.8910995000000003, 53.5646],[-0.8927995, 53.5653],[-0.8937995, 53.5659],[-0.8948995000000002, 53.5672],[-0.8956995, 53.5692],[-0.8962005, 53.57],[-0.9018995, 53.5708],[-0.9045995, 53.5713],[-0.9062005, 53.5717],[-0.9074995, 53.5725],[-0.9080995000000002, 53.5735],[-0.9078995, 53.5748],[-0.9073995, 53.5758],[-0.9062995, 53.5767],[-0.9039005, 53.5781],[-0.9018005, 53.5783],[-0.8997995, 53.5781],[-0.8987995, 53.5777],[-0.8970995, 53.5763],[-0.8962995, 53.5759],[-0.8951995, 53.5758],[-0.8943995, 53.5754],[-0.8939005, 53.5749],[-0.8927995, 53.5736],[-0.8921995, 53.5733],[-0.8916995, 53.5732],[-0.8910005, 53.5735],[-0.8902995, 53.5743],[-0.8895995, 53.5749],[-0.8881995, 53.5765],[-0.8877995, 53.5787],[-0.8882995, 53.5799],[-0.8893995, 53.5807],[-0.8905995, 53.5813],[-0.8912995, 53.5822],[-0.8918995, 53.5833],[-0.8920005, 53.5846],[-0.8916005, 53.5857],[-0.8907995, 53.5863],[-0.8896995, 53.5866],[-0.8885995, 53.5864],[-0.8866995, 53.5849],[-0.8854995, 53.5845],[-0.8843995, 53.5847],[-0.8835005, 53.5844],[-0.8812995000000002, 53.5837],[-0.8787005000000002, 53.5827],[-0.8739995, 53.5820],[-0.8716995, 53.5818],[-0.8705995, 53.5821],[-0.8696995, 53.5827],[-0.8689995, 53.5833],[-0.8685995, 53.5839],[-0.8689005, 53.5851],[-0.8685995, 53.5861],[-0.8675995, 53.5873],[-0.8658995, 53.5874],[-0.8639995, 53.5876],[-0.8614005, 53.5910],[-0.8610005, 53.5927],[-0.8612005, 53.5949],[-0.8616995, 53.5967],[-0.8616005, 53.5981],[-0.8606995000000002, 53.5995],[-0.8558995, 53.6041],[-0.8558995, 53.6049],[-0.8568005, 53.6058],[-0.8614005, 53.6093],[-0.8668005, 53.6145],[-0.8643995000000002, 53.639],[-0.8570005000000002, 53.6384],[-0.8516995, 53.637],[-0.8482995, 53.6379],[-0.8414005, 53.6410],[-0.8377995, 53.6425],[-0.8335005, 53.6435],[-0.8233995, 53.6454],[-0.8189005, 53.6451],[-0.8162005, 53.6445],[-0.8151995, 53.6439],[-0.8143005, 53.6442],[-0.8102995, 53.6473],[-0.8087995, 53.6493],[-0.8066005000000002, 53.6500],[-0.8030995, 53.6517],[-0.7968995, 53.6540],[-0.7943995, 53.6548],[-0.7922995000000002, 53.6555],[-0.7872995, 53.6557],[-0.7833995, 53.6564],[-0.7768995, 53.6575],[-0.7766005, 53.6574],[-0.7762005, 53.6561],[-0.7549995000000002, 53.6623],[-0.7587995, 53.6651],[-0.7557995, 53.6672],[-0.7482995, 53.6688],[-0.7470005, 53.6698],[-0.7401995, 53.6712],[-0.7358995, 53.6726],[-0.7307995, 53.6737],[-0.7237005, 53.6732],[-0.7232995, 53.6739],[-0.7235995, 53.6786],[-0.7230995, 53.6791],[-0.7112005, 53.6805],[-0.7096995, 53.6805],[-0.7029995, 53.6789],[-0.7016005, 53.6792],[-0.6989005, 53.6818],[-0.6977995, 53.6826],[-0.6947995, 53.6838],[-0.6935005, 53.6842],[-0.6935005, 53.6855],[-0.6960995, 53.6899],[-0.6962005, 53.6931],[-0.6958995, 53.6958],[-0.6946995, 53.6978],[-0.6922995, 53.7],[-0.6846995, 53.7035],[-0.6743005, 53.7075],[-0.6591005, 53.7137],[-0.6410995, 53.7184],[-0.6233995, 53.7214],[-0.6130995, 53.7228],[-0.6041005, 53.7224],[-0.5918005, 53.7170],[-0.5805995, 53.7080],[-0.5699995, 53.7021],[-0.5564995, 53.6992],[-0.5439005, 53.6983],[-0.5283995, 53.6981],[-0.5135005, 53.6990],[-0.4918005, 53.7025],[-0.4777995, 53.7057],[-0.4641995, 53.7069],[-0.4424995, 53.7065],[-0.4241995, 53.7066],[-0.4185995, 53.7072],[-0.4024995, 53.7089],[-0.3791005, 53.7135],[-0.3545995, 53.7194],[-0.3326995, 53.7231],[-0.3066995, 53.7257],[-0.2932995, 53.7263],[-0.2808995, 53.7258],[-0.2699995, 53.7222],[-0.2658995, 53.7193],[-0.2541995, 53.7096],[-0.2287995, 53.6868],[-0.2023995, 53.6688],[-0.1829995, 53.6550],[-0.2082995, 53.6425],[-0.2174995, 53.6365],[-0.2252995, 53.6286],[-0.2293005, 53.6262],[-0.2310995, 53.625],[-0.2328995, 53.625],[-0.2357995, 53.6256],[-0.2387005, 53.6253],[-0.2405995, 53.6246],[-0.2422995, 53.6239],[-0.2441005, 53.6239],[-0.2462995, 53.6238],[-0.2495005, 53.6237],[-0.2514005, 53.6233],[-0.2554995, 53.6215],[-0.2583995, 53.6205],[-0.2835005, 53.6188],[-0.2868995, 53.6175],[-0.2918005, 53.6149],[-0.2900995, 53.6141],[-0.2907995, 53.614],[-0.2960995, 53.6138],[-0.2982995, 53.6157],[-0.3020995, 53.6149],[-0.3043005, 53.615],[-0.3050995, 53.6148],[-0.3053995, 53.6142],[-0.3041005, 53.6097],[-0.3037005, 53.607],[-0.3035005, 53.6053],[-0.3018995, 53.6025],[-0.3004995, 53.599],[-0.2985005, 53.5957],[-0.2985005, 53.5952],[-0.3018005, 53.5940],[-0.3018995, 53.5935],[-0.3006995, 53.5908],[-0.3035005, 53.5908],[-0.3060995, 53.5935],[-0.3087005, 53.5935],[-0.3095995, 53.5924],[-0.3098995, 53.5908],[-0.3093995, 53.5883],[-0.3097995, 53.5874],[-0.3114005, 53.5857],[-0.3154995, 53.5809],[-0.3191005, 53.5775],[-0.3225995, 53.5736],[-0.3253995, 53.5707],[-0.3272995, 53.5678],[-0.3302995, 53.5647],[-0.3327995, 53.5605],[-0.3341005, 53.5595],[-0.3360005, 53.559],[-0.3378995, 53.5591],[-0.3428995, 53.5594],[-0.3437995, 53.5592],[-0.3458995, 53.5568],[-0.3476995, 53.5564],[-0.3537995, 53.557],[-0.3580995, 53.5577],[-0.3639995, 53.5589],[-0.3668005, 53.5592],[-0.3699995, 53.5593],[-0.3754995, 53.5595],[-0.3829995, 53.5601],[-0.3902995, 53.5609],[-0.3995995, 53.5619],[-0.4064995, 53.5627],[-0.4118005, 53.5637],[-0.4189995, 53.565],[-0.4195005, 53.5656],[-0.4197995, 53.5675],[-0.4202995, 53.5686],[-0.4231995, 53.5713],[-0.4256995, 53.5731],[-0.4273995, 53.5739],[-0.4289995, 53.5740],[-0.4326995, 53.5726],[-0.4358995, 53.5713],[-0.4379995, 53.5699],[-0.4391005, 53.569],[-0.4408995, 53.5667],[-0.4468995, 53.5625],[-0.4477995, 53.5613],[-0.4479995, 53.5582],[-0.4512005, 53.5605],[-0.4554995, 53.5603],[-0.4570005, 53.5597],[-0.4593005, 53.558],[-0.4625995, 53.5562],[-0.4649995, 53.5549],[-0.4670005, 53.5531],[-0.4682995, 53.5518],[-0.4718005, 53.5484],[-0.4749995, 53.5469],[-0.4775995, 53.5463],[-0.4798995, 53.5462],[-0.4854995, 53.5466],[-0.4877995, 53.5467],[-0.4895995, 53.5457],[-0.4910005, 53.5445],[-0.4925995, 53.5431],[-0.4950995, 53.5418],[-0.4968995, 53.5404],[-0.4971995, 53.5398],[-0.4966995, 53.5389],[-0.4960005, 53.5382],[-0.4948995, 53.5379],[-0.4920995, 53.5379],[-0.4848995, 53.5381],[-0.4737005, 53.5392],[-0.4676995, 53.5399],[-0.4589995, 53.5413],[-0.4522995, 53.5424],[-0.4487005, 53.543],[-0.4468005, 53.5437],[-0.4446995, 53.5445],[-0.4421995, 53.5454],[-0.4396995, 53.5459],[-0.4352995, 53.5464],[-0.4323995, 53.5463],[-0.4308995, 53.5463],[-0.4295005, 53.5463],[-0.4266995, 53.5455],[-0.4257995, 53.5446],[-0.4256995, 53.5435],[-0.4257995, 53.5421],[-0.4252995, 53.5413],[-0.4237005, 53.54],[-0.4225995, 53.5391],[-0.4206995, 53.5358],[-0.4197995, 53.5353],[-0.4174995, 53.5349],[-0.4156995, 53.5351],[-0.4135995, 53.5362],[-0.4124995, 53.5364],[-0.4108995, 53.5361],[-0.4085995, 53.5349],[-0.4066005, 53.5330],[-0.4064005, 53.5321],[-0.4070995, 53.5311],[-0.4072995, 53.5299],[-0.4072995, 53.5287],[-0.4070005, 53.5273],[-0.4064005, 53.5266],[-0.4054995, 53.5254],[-0.4049995, 53.5241],[-0.4051995, 53.5220],[-0.4049995, 53.5210],[-0.4032995, 53.5194],[-0.4029995, 53.5187],[-0.4032995, 53.5182],[-0.4080995, 53.5176],[-0.4118995, 53.5164],[-0.4151995, 53.5157],[-0.4208995, 53.5151],[-0.4235005, 53.5142],[-0.4266995, 53.5134],[-0.4310995, 53.5128],[-0.4345995, 53.5122],[-0.4379995, 53.5115],[-0.4416995, 53.5106],[-0.4452995, 53.5096],[-0.4485005, 53.5092],[-0.4518995, 53.5097],[-0.4560005, 53.5103],[-0.4602995, 53.5109],[-0.4620005, 53.5108],[-0.4639005, 53.5102],[-0.4658995, 53.51],[-0.4704995, 53.51],[-0.4760995, 53.5096],[-0.4789005, 53.5088],[-0.4852995, 53.507],[-0.4855995, 53.5064],[-0.4849995, 53.5058],[-0.4830995, 53.5045],[-0.4816005, 53.5028],[-0.4799995, 53.5008],[-0.4791995, 53.4985],[-0.4785005, 53.4962],[-0.4787005, 53.4952],[-0.4801995, 53.4933],[-0.4826995, 53.4903],[-0.4843005, 53.4879],[-0.4850995, 53.4865],[-0.4852995, 53.4851],[-0.4849995, 53.4833],[-0.4843005, 53.4815],[-0.4823995, 53.4794],[-0.4805995, 53.4785],[-0.4783995, 53.4781],[-0.4752995, 53.4775],[-0.4745005, 53.4769],[-0.4743005, 53.4758],[-0.4750995, 53.4750],[-0.4804995, 53.4734],[-0.5006995, 53.4694],[-0.5043005, 53.4686],[-0.5096995, 53.4684],[-0.5120995, 53.4678],[-0.5162005, 53.4665],[-0.5239005, 53.4647],[-0.5307995, 53.4636],[-0.5391005, 53.4625],[-0.5485995, 53.4612],[-0.5633995, 53.4581],[-0.5685005, 53.4576],[-0.5821995, 53.4568],[-0.5951995, 53.4579],[-0.6052995, 53.4584],[-0.6087995, 53.4587],[-0.6118005, 53.4585],[-0.6173995, 53.4572],[-0.6191005, 53.4571],[-0.6212995, 53.4574],[-0.6256995, 53.4575],[-0.6289005, 53.4580],[-0.6296995, 53.4584],[-0.6297995, 53.4588],[-0.6291995, 53.4593],[-0.6250995, 53.4621],[-0.6248995, 53.4630],[-0.6252995, 53.4644],[-0.6260005, 53.4654],[-0.6312005, 53.4685],[-0.6330995, 53.4697],[-0.6330995, 53.4701],[-0.6322995, 53.4709],[-0.6321995, 53.4712],[-0.6325995, 53.4724],[-0.6325995, 53.4731],[-0.6321995, 53.4737],[-0.6306995, 53.4746],[-0.6303995, 53.4751],[-0.6304995, 53.4757],[-0.6312995, 53.4771],[-0.6312995, 53.4780],[-0.6298995, 53.4809],[-0.6297995, 53.4818],[-0.6299995, 53.4825],[-0.6302995, 53.4831],[-0.6321995, 53.4851],[-0.6325995, 53.4857],[-0.6323995, 53.4861],[-0.6318995, 53.4863],[-0.6308995, 53.4862],[-0.6295995, 53.486],[-0.6289995000000002, 53.4865],[-0.6287005, 53.4876],[-0.6280995, 53.4949],[-0.6253995, 53.4981],[-0.6246995, 53.4996],[-0.6246995, 53.5004],[-0.6264005, 53.5063],[-0.6262995, 53.5069],[-0.6260005, 53.5074],[-0.6233995, 53.5124],[-0.6233995, 53.5131],[-0.6235995, 53.5135],[-0.6241005, 53.5138],[-0.6264005, 53.5138],[-0.6302995, 53.5134],[-0.6389995, 53.5139],[-0.6464995, 53.5143],[-0.6570995, 53.5142],[-0.6656995, 53.5136],[-0.6756995, 53.5130],[-0.6772995, 53.5132],[-0.6785005, 53.5135],[-0.6803995, 53.5146],[-0.6821995, 53.5155],[-0.6841005, 53.5163],[-0.6870005, 53.5169],[-0.6891005, 53.5172],[-0.6918005, 53.5175],[-0.6945005, 53.5176],[-0.6964005, 53.5172],[-0.6989005, 53.5162],[-0.7010995, 53.5160],[-0.7037005, 53.5162],[-0.7085005, 53.517],[-0.7143995000000002, 53.5184],[-0.7216995, 53.5194],[-0.7289005, 53.5208],[-0.7333995, 53.5213],[-0.7350995, 53.5213],[-0.7368005, 53.5212],[-0.7371995, 53.5207],[-0.7376995, 53.5198],[-0.7391995, 53.5154],[-0.7395995, 53.5124],[-0.7405995, 53.5106],[-0.7420005, 53.509],[-0.7439995, 53.5075],[-0.7460995, 53.5064],[-0.7470005, 53.5054],[-0.7474995, 53.5044],[-0.7483995, 53.5026],[-0.7491005, 53.5017],[-0.7498995000000002, 53.5012],[-0.7510005, 53.5008],[-0.7528995, 53.5006],[-0.7555995, 53.5007],[-0.7600995000000002, 53.5011],[-0.7627995, 53.5011],[-0.7651995, 53.5003],[-0.7671995, 53.4994],[-0.7675995, 53.499],[-0.7677995, 53.4982],[-0.7670005, 53.4955],[-0.7668995000000002, 53.4949],[-0.7670005, 53.4942],[-0.7673995, 53.4937],[-0.7685995, 53.493],[-0.7704995, 53.492],[-0.7716005, 53.4912],[-0.7722995, 53.4906],[-0.7727995, 53.4899],[-0.7730995, 53.4893],[-0.7733995, 53.4882],[-0.7732995, 53.4872],[-0.7728995, 53.4865],[-0.7720995, 53.4857],[-0.7706995, 53.4846],[-0.7693995, 53.4832],[-0.7689995, 53.4826],[-0.7687995, 53.4819],[-0.7687005, 53.4812],[-0.7689005, 53.4807],[-0.7695995, 53.4797],[-0.7706995, 53.479],[-0.7720005, 53.4786],[-0.7737005, 53.4785],[-0.7764995, 53.4785],[-0.7787995, 53.4783],[-0.7802995, 53.4779],[-0.7814995, 53.4772],[-0.7823995, 53.4763],[-0.7831995, 53.4750],[-0.7837005, 53.4737],[-0.7837995, 53.4723],[-0.7837005, 53.4709],[-0.7823995, 53.4648],[-0.7823995, 53.4640],[-0.7825995, 53.4634],[-0.7831995, 53.4626],[-0.7839995, 53.4619],[-0.7856995, 53.4607],[-0.7930995, 53.4566],[-0.7945005, 53.4557],[-0.7958995, 53.4548],[-0.7968005, 53.4542],[-0.7975995, 53.4547],[-0.8046995, 53.4569],[-0.8168995, 53.4591],[-0.8387995, 53.4618],[-0.8535995, 53.4635],[-0.8595995, 53.4645],[-0.8649995, 53.4653],[-0.8683995, 53.4659],[-0.8701995, 53.4653],[-0.8720995, 53.4626],[-0.8732995, 53.4618],[-0.8768005, 53.4619],[-0.8816005, 53.4623],[-0.8887995000000002, 53.4621],[-0.8935005, 53.462],[-0.8999995, 53.4617],[-0.9045005000000002, 53.4616],[-0.9075995, 53.4615],[-0.9131995000000002, 53.4611],[-0.9147995, 53.4615],[-0.9191005, 53.4656],[-0.9191995, 53.4663],[-0.9179995, 53.4670],[-0.8993005, 53.4749],[-0.8991995, 53.4754],[-0.9004995, 53.4772],[-0.9335005, 53.5032]]]]}, properties:{name:"North Lincolnshire"}}, {type:"Feature", geometry:{type:"MultiPolygon", coordinates:[[[[-2.6945,51.3187],[-2.702899,51.3182],[-2.707799,51.3184],[-2.715899,51.3192],[-2.719,51.3191],[-2.7214,51.3189],[-2.7249,51.3174],[-2.727799,51.3187],[-2.731801,51.3181],[-2.739399,51.3194],[-2.746601,51.3200],[-2.7502,51.3313],[-2.7588,51.3238],[-2.765199,51.3241],[-2.794101,51.3255],[-2.797,51.3260],[-2.798901,51.3281],[-2.809,51.3266],[-2.813299,51.3265],[-2.8261,51.3272],[-2.8278,51.3247],[-2.819799,51.3221],[-2.8211,51.3201],[-2.8139,51.3178],[-2.8106,51.3158],[-2.806601,51.3122],[-2.7994,51.3101],[-2.7948,51.3035],[-2.846499,51.3015],[-2.870399,51.301],[-2.874399,51.3002],[-2.882,51.3079],[-2.892699,51.3024],[-2.8862,51.2903],[-2.8973,51.2907],[-2.905499,51.2921],[-2.92200,51.2973],[-2.924999,51.2982],[-2.9282,51.2984],[-2.931801,51.3015],[-2.933901,51.3022],[-2.935199,51.3026],[-2.9375,51.3027],[-2.9472,51.303],[-2.9554,51.3066],[-2.9635,51.3054],[-2.9625,51.3027],[-2.9644,51.2972],[-2.9663,51.2963],[-2.9723,51.2968],[-2.9802,51.2982],[-2.9844,51.299],[-2.9881,51.3001],[-2.99,51.3011],[-2.99120,51.302],[-2.9921,51.3041],[-2.991499,51.3042],[-2.991601,51.3055],[-2.991499,51.3065],[-2.9911,51.3072],[-2.990299,51.3078],[-2.989399,51.3081],[-2.9881,51.3082],[-2.9863,51.308],[-2.98510,51.3079],[-2.9844,51.308],[-2.9842,51.3082],[-2.9845,51.3086],[-2.985399,51.3091],[-2.985399,51.3095],[-2.984699,51.3103],[-2.982899,51.3120],[-2.9821,51.3126],[-2.982001,51.3132],[-2.982199,51.3139],[-2.982599,51.3146],[-2.983599,51.3154],[-2.9848,51.3161],[-2.9867,51.3167],[-2.987799,51.3172],[-2.9884,51.3175],[-2.989,51.3178],[-2.989399,51.3181],[-2.989799,51.3185],[-2.990099,51.3189],[-2.9902,51.3199],[-2.99,51.3225],[-2.989599,51.3239],[-2.9848,51.3334],[-2.983901,51.3354],[-2.9828,51.3374],[-2.982599,51.3381],[-2.9825,51.3391],[-2.982599,51.3402],[-2.9825,51.3414],[-2.980799,51.3467],[-2.980599,51.3473],[-2.980599,51.3476],[-2.980799,51.3479],[-2.9814,51.348],[-2.983299,51.348],[-2.984699,51.3481],[-2.984999,51.3483],[-2.984999,51.3485],[-2.9848,51.3487],[-2.984301,51.3487],[-2.9814,51.3486],[-2.98090,51.3487],[-2.980799,51.3489],[-2.980799,51.3493],[-2.98110,51.3499],[-2.9814,51.3504],[-2.982001,51.351],[-2.9827,51.3515],[-2.984101,51.3521],[-2.9848,51.3523],[-2.9858,51.3523],[-2.986201,51.3522],[-2.9867,51.3516],[-2.987299,51.3513],[-2.9879,51.3513],[-2.9884,51.3515],[-2.989,51.352],[-2.989599,51.3525],[-2.9904,51.3535],[-2.9907,51.3539],[-2.99120,51.3543],[-2.9925,51.3549],[-2.993099,51.3556],[-2.9932,51.3564],[-2.9932,51.3572],[-2.992899,51.3578],[-2.992001,51.3582],[-2.991601,51.3586],[-2.9907,51.359],[-2.9865,51.3598],[-2.983099,51.361],[-2.981,51.3615],[-2.977299,51.3621],[-2.9719,51.3626],[-2.969599,51.3629],[-2.968199,51.3633],[-2.9669,51.3638],[-2.9654,51.3646],[-2.9644,51.3654],[-2.963701,51.3661],[-2.963399,51.3665],[-2.963099,51.3671],[-2.962899,51.3683],[-2.962699,51.3692],[-2.9621,51.371],[-2.961299,51.3729],[-2.960799,51.3742],[-2.96050,51.3757],[-2.960299,51.3774],[-2.960299,51.3789],[-2.9602,51.3802],[-2.960299,51.3815],[-2.96050,51.3833],[-2.96090,51.3849],[-2.9612,51.3861],[-2.961499,51.3868],[-2.962199,51.3876],[-2.96300,51.3881],[-2.964,51.3884],[-2.965199,51.3886],[-2.9672,51.3885],[-2.969399,51.3884],[-2.9709,51.3884],[-2.971499,51.3885],[-2.973701,51.3885],[-2.9768,51.3887],[-2.977999,51.3887],[-2.979399,51.3887],[-2.9807,51.3885],[-2.9814,51.3885],[-2.981899,51.3887],[-2.982001,51.3889],[-2.981801,51.3891],[-2.981,51.3893],[-2.98,51.3894],[-2.978701,51.3894],[-2.9774,51.3896],[-2.976401,51.3899],[-2.975699,51.3901],[-2.9751,51.3902],[-2.9725,51.3901],[-2.971601,51.3903],[-2.9704,51.3908],[-2.969199,51.3913],[-2.9665,51.3922],[-2.96470,51.3926],[-2.963599,51.3928],[-2.961601,51.3929],[-2.960799,51.3930],[-2.959,51.3933],[-2.9581,51.3933],[-2.9572,51.3931],[-2.9561,51.3927],[-2.9556,51.3926],[-2.954999,51.3926],[-2.95440,51.3928],[-2.953099,51.3936],[-2.951,51.3944],[-2.949501,51.3952],[-2.9481,51.3960],[-2.946899,51.3965],[-2.9451,51.3971],[-2.9433,51.3975],[-2.940099,51.3980],[-2.937799,51.3983],[-2.937001,51.3983],[-2.936201,51.3981],[-2.9358,51.3979],[-2.935499,51.3976],[-2.9354,51.3972],[-2.935499,51.3969],[-2.9358,51.3964],[-2.936001,51.3958],[-2.936201,51.3948],[-2.93650,51.3941],[-2.937001,51.3933],[-2.9374,51.3926],[-2.9374,51.3922],[-2.9372,51.3920],[-2.9368,51.3919],[-2.93650,51.3922],[-2.936201,51.3926],[-2.935699,51.3930],[-2.935199,51.3932],[-2.934799,51.3933],[-2.93420,51.3932],[-2.933599,51.3930],[-2.932499,51.3927],[-2.931801,51.3925],[-2.931,51.3924],[-2.9309,51.3925],[-2.931099,51.3928],[-2.9319,51.3934],[-2.93230,51.3936],[-2.933599,51.3939],[-2.9338,51.3941],[-2.933901,51.3944],[-2.9338,51.3947],[-2.933399,51.3949],[-2.932499,51.3951],[-2.931099,51.3952],[-2.930099,51.3951],[-2.9296,51.3950],[-2.9288,51.3949],[-2.927599,51.3949],[-2.925499,51.3951],[-2.9226,51.3956],[-2.91820,51.3962],[-2.916699,51.3962],[-2.915299,51.3960],[-2.9144,51.3958],[-2.9123,51.3952],[-2.909899,51.3945],[-2.908999,51.3943],[-2.908099,51.3940],[-2.906801,51.3935],[-2.90580,51.3931],[-2.904999,51.3928],[-2.903901,51.3926],[-2.9029,51.3924],[-2.9017,51.3921],[-2.9008,51.3920],[-2.899899,51.3920],[-2.899199,51.3919],[-2.8987,51.3917],[-2.898099,51.3913],[-2.8972,51.3906],[-2.8966,51.3901],[-2.8962,51.3897],[-2.89570,51.3894],[-2.89500,51.3891],[-2.893701,51.3887],[-2.892299,51.3885],[-2.890199,51.3884],[-2.88980,51.3885],[-2.88960,51.3886],[-2.889699,51.3887],[-2.8901,51.3888],[-2.8926,51.3890],[-2.894,51.3893],[-2.894599,51.3895],[-2.895099,51.3898],[-2.895499,51.3902],[-2.896001,51.3908],[-2.897099,51.3920],[-2.8973,51.3924],[-2.8973,51.3927],[-2.897099,51.3929],[-2.896699,51.3930],[-2.895299,51.3930],[-2.894799,51.3931],[-2.894599,51.3933],[-2.8947,51.3935],[-2.8952,51.3937],[-2.896001,51.3938],[-2.896801,51.3938],[-2.8973,51.3937],[-2.897599,51.3936],[-2.8982,51.3932],[-2.8987,51.3930],[-2.899899,51.3929],[-2.901401,51.3928],[-2.9022,51.3929],[-2.9031,51.3931],[-2.904,51.3934],[-2.9052,51.3937],[-2.9059,51.3940],[-2.906899,51.3946],[-2.9084,51.3955],[-2.909501,51.3960],[-2.909899,51.3963],[-2.91000,51.3967],[-2.909899,51.3971],[-2.909501,51.3977],[-2.9089,51.3983],[-2.9082,51.3989],[-2.907001,51.3997],[-2.905699,51.4004],[-2.9047,51.4010],[-2.903501,51.4016],[-2.9024,51.4023],[-2.901401,51.4032],[-2.9,51.4045],[-2.899501,51.4048],[-2.8987,51.4051],[-2.8973,51.4054],[-2.8964,51.4058],[-2.8956,51.4063],[-2.8945,51.4073],[-2.89360,51.4085],[-2.892,51.4101],[-2.8903,51.4115],[-2.888901,51.4128],[-2.8885,51.413],[-2.8879,51.4132],[-2.886699,51.4134],[-2.8859,51.4138],[-2.88560,51.4141],[-2.885299,51.4145],[-2.884799,51.4155],[-2.884,51.4186],[-2.883501,51.4205],[-2.8831,51.4217],[-2.882299,51.4232],[-2.881299,51.4249],[-2.880599,51.4258],[-2.880199,51.4262],[-2.8794,51.4268],[-2.878799,51.4271],[-2.878299,51.4273],[-2.8773,51.4276],[-2.8763,51.4278],[-2.874599,51.4281],[-2.874,51.4283],[-2.873199,51.4287],[-2.8726,51.4291],[-2.8724,51.4295],[-2.8724,51.4299],[-2.872699,51.4303],[-2.8731,51.4305],[-2.875499,51.4306],[-2.876699,51.4309],[-2.8773,51.4313],[-2.877599,51.4317],[-2.877599,51.4322],[-2.877399,51.4326],[-2.876801,51.433],[-2.8756,51.4336],[-2.8742,51.4341],[-2.872299,51.4345],[-2.87080,51.435],[-2.8703,51.4352],[-2.869501,51.4358],[-2.868799,51.4362],[-2.868,51.4366],[-2.86710,51.4370],[-2.8659,51.4373],[-2.86540,51.4375],[-2.86500,51.4378],[-2.8643,51.4385],[-2.863501,51.4391],[-2.8618,51.4401],[-2.8606,51.4409],[-2.860199,51.4412],[-2.8601,51.4415],[-2.8601,51.4419],[-2.860399,51.4422],[-2.861001,51.4425],[-2.861201,51.4427],[-2.861201,51.4430],[-2.861099,51.4433],[-2.860699,51.4439],[-2.8601,51.4447],[-2.859101,51.4458],[-2.858,51.4468],[-2.857199,51.4474],[-2.8562,51.4481],[-2.854501,51.4491],[-2.8526,51.4503],[-2.851401,51.4511],[-2.850899,51.4517],[-2.8508,51.4519],[-2.850899,51.4525],[-2.8508,51.4529],[-2.850399,51.4533],[-2.848,51.4549],[-2.846299,51.4560],[-2.8452,51.4566],[-2.842999,51.4577],[-2.84030,51.4591],[-2.838399,51.4601],[-2.836401,51.4611],[-2.834199,51.4622],[-2.8313,51.4636],[-2.8296,51.4644],[-2.8278,51.4651],[-2.8261,51.4658],[-2.824501,51.4666],[-2.8234,51.4671],[-2.8222,51.4678],[-2.8213,51.4683],[-2.82010,51.4691],[-2.819101,51.4698],[-2.818399,51.4704],[-2.817699,51.4713],[-2.8167,51.4727],[-2.816,51.4735],[-2.815099,51.4743],[-2.813299,51.4756],[-2.8114,51.4768],[-2.808701,51.4786],[-2.806099,51.4803],[-2.8032,51.4823],[-2.802001,51.4832],[-2.800499,51.4845],[-2.7993,51.4853],[-2.7981,51.4858],[-2.7971,51.486],[-2.795399,51.4861],[-2.793,51.4861],[-2.791001,51.4862],[-2.788501,51.4865],[-2.786,51.4868],[-2.7837,51.4872],[-2.7806,51.4881],[-2.7786,51.4886],[-2.776601,51.489],[-2.775399,51.4893],[-2.7744,51.49],[-2.773,51.4912],[-2.7716,51.4926],[-2.7713,51.493],[-2.7712,51.4933],[-2.7713,51.494],[-2.7714,51.4944],[-2.7713,51.4946],[-2.771001,51.4947],[-2.770099,51.4948],[-2.766099,51.4949],[-2.761499,51.4951],[-2.7583,51.4952],[-2.757499,51.4951],[-2.7568,51.4949],[-2.756299,51.4946],[-2.7557,51.4943],[-2.755199,51.4943],[-2.7546,51.4948],[-2.754101,51.4952],[-2.753799,51.4952],[-2.7535,51.4951],[-2.75340,51.4949],[-2.7535,51.4947],[-2.755199,51.4933],[-2.756601,51.4921],[-2.7579,51.491],[-2.759399,51.4897],[-2.760499,51.4887],[-2.7613,51.4881],[-2.7613,51.4878],[-2.7612,51.4876],[-2.760799,51.4875],[-2.760299,51.4876],[-2.7593,51.4882],[-2.7579,51.4894],[-2.7565,51.4906],[-2.756099,51.491],[-2.756001,51.4915],[-2.7557,51.4919],[-2.755199,51.4923],[-2.7546,51.4925],[-2.753999,51.4925],[-2.7527,51.4923],[-2.751801,51.4924],[-2.750299,51.4925],[-2.7489,51.4924],[-2.7478,51.4922],[-2.745899,51.492],[-2.743701,51.4919],[-2.74120,51.4919],[-2.739,51.4922],[-2.7368,51.4926],[-2.735199,51.4928],[-2.7344,51.4927],[-2.7335,51.4923],[-2.7328,51.4921],[-2.7321,51.4922],[-2.7313,51.4924],[-2.7309,51.4926],[-2.7307,51.4928],[-2.730799,51.4931],[-2.7311,51.4933],[-2.731601,51.4933],[-2.7323,51.493],[-2.7328,51.4928],[-2.733099,51.4929],[-2.7332,51.4931],[-2.7332,51.4934],[-2.73300,51.4937],[-2.7328,51.4939],[-2.731899,51.4945],[-2.7279,51.4967],[-2.7268,51.4972],[-2.725899,51.4975],[-2.724699,51.4978],[-2.7235,51.4979],[-2.722399,51.4980],[-2.721299,51.4979],[-2.7212,51.4981],[-2.7214,51.4985],[-2.721499,51.4988],[-2.7214,51.4991],[-2.721,51.4993],[-2.72,51.4997],[-2.7189,51.5000],[-2.7177,51.5003],[-2.7166,51.5004],[-2.715499,51.5002],[-2.7149,51.5000],[-2.713799,51.4995],[-2.7111,51.4980],[-2.709301,51.4971],[-2.7084,51.4980],[-2.7074,51.4974],[-2.704799,51.496],[-2.7009,51.4947],[-2.6963,51.4927],[-2.6933,51.4906],[-2.6881,51.4866],[-2.6847,51.4842],[-2.682499,51.4829],[-2.680599,51.4818],[-2.6787,51.4812],[-2.676001,51.4806],[-2.6733,51.4805],[-2.671299,51.481],[-2.669899,51.4815],[-2.6685,51.482],[-2.666699,51.483],[-2.664599,51.4855],[-2.663501,51.4867],[-2.6626,51.4871],[-2.661099,51.4873],[-2.659501,51.4871],[-2.6582,51.4866],[-2.6572,51.4858],[-2.655499,51.4844],[-2.6543,51.4833],[-2.652499,51.4819],[-2.651201,51.4809],[-2.65,51.4798],[-2.649301,51.4787],[-2.648999,51.478],[-2.648799,51.4768],[-2.64840,51.4749],[-2.647799,51.4738],[-2.646699,51.473],[-2.645,51.472],[-2.642299,51.4708],[-2.6384,51.4698],[-2.634799,51.4687],[-2.6328,51.4678],[-2.6318,51.4671],[-2.631201,51.4664],[-2.630599,51.4655],[-2.63,51.4639],[-2.6294,51.4618],[-2.629101,51.4603],[-2.628901,51.4584],[-2.628599,51.4573],[-2.6275,51.4559],[-2.625,51.4519],[-2.6239,51.4500],[-2.622999,51.4491],[-2.6238,51.4485],[-2.6262,51.4479],[-2.6296,51.4473],[-2.632699,51.4474],[-2.6333,51.4470],[-2.633701,51.4467],[-2.634501,51.4422],[-2.6338,51.4402],[-2.6324,51.4394],[-2.6322,51.4356],[-2.6336,51.4288],[-2.634599,51.4255],[-2.635,51.4239],[-2.635,51.4232],[-2.632999,51.4209],[-2.6319,51.4197],[-2.6318,51.4195],[-2.631099,51.4178],[-2.630899,51.4172],[-2.6307,51.4168],[-2.63010,51.4163],[-2.63010,51.4144],[-2.6305,51.414],[-2.6329,51.4111],[-2.632,51.4105],[-2.634399,51.4087],[-2.6338,51.407],[-2.631601,51.4055],[-2.6296,51.4042],[-2.6285,51.4037],[-2.6231,51.4036],[-2.6206,51.4047],[-2.618799,51.4049],[-2.618701,51.4046],[-2.616899,51.4046],[-2.617001,51.4048],[-2.617001,51.405],[-2.615299,51.4046],[-2.6131,51.4042],[-2.612799,51.4047],[-2.6101,51.4042],[-2.6101,51.4037],[-2.606899,51.4029],[-2.606801,51.4032],[-2.606699,51.4033],[-2.604599,51.4029],[-2.603701,51.4023],[-2.602099,51.4013],[-2.6013,51.3996],[-2.600199,51.3981],[-2.599699,51.3981],[-2.598799,51.3990],[-2.598701,51.3997],[-2.596601,51.3996],[-2.596299,51.3988],[-2.592999,51.3977],[-2.5929,51.3985],[-2.5918,51.3983],[-2.5897,51.3946],[-2.5919,51.3936],[-2.592799,51.3948],[-2.5941,51.3950],[-2.5939,51.3936],[-2.594301,51.3933],[-2.597001,51.3934],[-2.5975,51.3923],[-2.5985,51.3921],[-2.598701,51.3929],[-2.6005,51.3925],[-2.601201,51.3930],[-2.6024,51.3930],[-2.603501,51.3927],[-2.604199,51.3912],[-2.604199,51.3887],[-2.6055,51.3888],[-2.6059,51.3907],[-2.607599,51.3905],[-2.607599,51.3894],[-2.609999,51.3895],[-2.609999,51.3903],[-2.612,51.3903],[-2.6122,51.3896],[-2.6139,51.3895],[-2.615299,51.3897],[-2.6162,51.3903],[-2.616699,51.3918],[-2.618599,51.3913],[-2.6217,51.3899],[-2.6228,51.3887],[-2.623501,51.3880],[-2.613701,51.3851],[-2.6138,51.3836],[-2.614799,51.3822],[-2.6163,51.3826],[-2.6163,51.3811],[-2.617899,51.3807],[-2.6199,51.3813],[-2.6199,51.3822],[-2.620199,51.3831],[-2.621601,51.3835],[-2.6229,51.3851],[-2.6282,51.3869],[-2.634501,51.3805],[-2.634599,51.38],[-2.633701,51.3795],[-2.632499,51.3783],[-2.632299,51.3779],[-2.632499,51.3772],[-2.6331,51.3764],[-2.634,51.3768],[-2.634799,51.3759],[-2.63620,51.3767],[-2.638,51.3753],[-2.638999,51.3747],[-2.639501,51.3751],[-2.638799,51.3763],[-2.639899,51.3772],[-2.641001,51.3762],[-2.6419,51.3767],[-2.6454,51.3744],[-2.6465,51.3736],[-2.6475,51.3724],[-2.6486,51.371],[-2.649301,51.3696],[-2.650599,51.3682],[-2.651801,51.3668],[-2.652999,51.3569],[-2.6533,51.3548],[-2.6526,51.3531],[-2.653399,51.3515],[-2.653501,51.3473],[-2.6533,51.3433],[-2.653701,51.3427],[-2.662199,51.3400],[-2.6682,51.3425],[-2.6687,51.3424],[-2.671601,51.3389],[-2.672199,51.3388],[-2.672499,51.3397],[-2.673,51.3407],[-2.673901,51.3411],[-2.6772,51.3412],[-2.677299,51.3416],[-2.6772,51.3444],[-2.675499,51.3444],[-2.675299,51.3435],[-2.6738,51.3435],[-2.673199,51.3447],[-2.671401,51.3449],[-2.671299,51.3461],[-2.672699,51.3461],[-2.6733,51.347],[-2.673701,51.347],[-2.674101,51.3463],[-2.6745,51.3463],[-2.674999,51.3465],[-2.6756,51.347],[-2.676201,51.3476],[-2.6767,51.3483],[-2.676899,51.3491],[-2.676899,51.35],[-2.6768,51.3511],[-2.67810,51.3533],[-2.6779,51.3539],[-2.677299,51.3541],[-2.6756,51.3539],[-2.6756,51.3554],[-2.6763,51.3555],[-2.6766,51.3573],[-2.6724,51.359],[-2.671401,51.3586],[-2.671401,51.3618],[-2.6726,51.3622],[-2.673599,51.3617],[-2.674799,51.3617],[-2.6759,51.362],[-2.677999,51.3616],[-2.6786,51.3608],[-2.681299,51.3608],[-2.681499,51.3645],[-2.681401,51.3664],[-2.6828,51.3666],[-2.683901,51.3688],[-2.686001,51.3682],[-2.68630,51.3691],[-2.687599,51.3746],[-2.687799,51.3772],[-2.6888,51.3783],[-2.689501,51.3803],[-2.693399,51.3802],[-2.693599,51.3795],[-2.694999,51.3773],[-2.6954,51.3731],[-2.695199,51.3686],[-2.6953,51.3677],[-2.69640,51.3678],[-2.6963,51.3672],[-2.697001,51.3673],[-2.696899,51.3658],[-2.695199,51.3657],[-2.694999,51.3639],[-2.695199,51.3628],[-2.6963,51.3612],[-2.697001,51.3604],[-2.697001,51.3601],[-2.696899,51.3599],[-2.696001,51.3597],[-2.6963,51.3587],[-2.6945,51.3587],[-2.6944,51.3575],[-2.693,51.3575],[-2.6925,51.3553],[-2.6919,51.3536],[-2.6917,51.3528],[-2.6919,51.3516],[-2.69240,51.3504],[-2.6933,51.3493],[-2.6947,51.3478],[-2.6965,51.3456],[-2.69720,51.3451],[-2.69770,51.3448],[-2.6984,51.3446],[-2.6991,51.3445],[-2.7002,51.3443],[-2.702001,51.3445],[-2.7045,51.3415],[-2.706401,51.3380],[-2.706201,51.3371],[-2.703799,51.3363],[-2.695699,51.3349],[-2.6872,51.3309],[-2.689501,51.3275],[-2.6933,51.3229],[-2.6945,51.3187]]]]}, properties:{name:"North Somerset"}}, {type:"Feature", geometry:{type:"MultiPolygon", coordinates:[[[[-1.1818, 52.9171],[-1.186601, 52.9208],[-1.1961, 52.9278],[-1.2007, 52.932],[-1.202, 52.9326],[-1.203099, 52.9332],[-1.206401, 52.9326],[-1.208099, 52.9331],[-1.2092, 52.9334],[-1.2106, 52.9345],[-1.211699, 52.9357],[-1.2142, 52.9363],[-1.217499, 52.9385],[-1.22, 52.9393],[-1.2234, 52.9405],[-1.226099, 52.9418],[-1.226601, 52.9406],[-1.228701, 52.9419],[-1.2321, 52.9423],[-1.2314, 52.9443],[-1.2336, 52.9452],[-1.240399, 52.9484],[-1.246201, 52.9525],[-1.246001, 52.954],[-1.2451, 52.9555],[-1.2434, 52.9576],[-1.2415, 52.9602],[-1.2393, 52.963],[-1.236699, 52.9642],[-1.234599, 52.9652],[-1.2329, 52.9664],[-1.231601, 52.9671],[-1.234599, 52.9707],[-1.239699, 52.9763],[-1.241801, 52.9762],[-1.244699, 52.9831],[-1.245, 52.9852],[-1.243901, 52.9857],[-1.2344, 52.9813],[-1.232499, 52.9810],[-1.2294, 52.9815],[-1.2264, 52.9839],[-1.224599, 52.9823],[-1.2214, 52.9846],[-1.2241, 52.9874],[-1.2213, 52.9894],[-1.215199, 52.9843],[-1.2097, 52.9881],[-1.2078, 52.9884],[-1.2062, 52.9887],[-1.2025, 52.9895],[-1.199399, 52.9907],[-1.198099, 52.9924],[-1.1978, 52.9933],[-1.1991, 52.9936],[-1.204599, 52.9946],[-1.209399, 52.9958],[-1.2113, 52.9963],[-1.2158, 52.9987],[-1.2161, 52.9988],[-1.2149, 53.0004],[-1.214, 53.0017],[-1.2128, 53.003],[-1.2111, 53.005],[-1.217499, 53.0112],[-1.218199, 53.0143],[-1.225299, 53.0143],[-1.2158, 53.0177],[-1.212299, 53.0184],[-1.211401, 53.0227],[-1.210899, 53.0232],[-1.209501, 53.0234],[-1.202999, 53.019],[-1.1962, 53.0182],[-1.188501, 53.0188],[-1.184999, 53.0197],[-1.183501, 53.02],[-1.1827, 53.0211],[-1.1819, 53.0218],[-1.180699, 53.0215],[-1.1805, 53.0174],[-1.1789, 53.017],[-1.1768, 53.0169],[-1.171201, 53.0172],[-1.167099, 53.0172],[-1.1639, 53.017],[-1.163501, 53.0155],[-1.1632, 53.0139],[-1.1626, 53.0129],[-1.161401, 53.0125],[-1.158599, 53.0118],[-1.158501, 53.0133],[-1.156801, 53.0129],[-1.1537, 53.0122],[-1.149899, 53.0112],[-1.1504, 53.0093],[-1.1501, 53.0089],[-1.148399, 53.0082],[-1.147099, 53.0089],[-1.1466, 53.0091],[-1.1458, 53.0089],[-1.145, 53.0086],[-1.143901, 53.0081],[-1.142799, 53.0074],[-1.142099, 53.007],[-1.142001, 53.0068],[-1.143901, 53.0049],[-1.1503, 52.9979],[-1.1495, 52.9968],[-1.1447, 52.9978],[-1.1425, 52.9967],[-1.139799, 52.9962],[-1.1401, 52.9938],[-1.141001, 52.9927],[-1.1423, 52.989],[-1.144899, 52.9861],[-1.1409, 52.9867],[-1.1375, 52.9870],[-1.132599, 52.9866],[-1.1273, 52.9850],[-1.125499, 52.9841],[-1.1244, 52.9835],[-1.1237, 52.9829],[-1.123399, 52.9827],[-1.125, 52.9816],[-1.122499, 52.9788],[-1.1206, 52.9774],[-1.119599, 52.9759],[-1.1186, 52.9742],[-1.117599, 52.9721],[-1.1173, 52.9704],[-1.1159, 52.9661],[-1.1143, 52.9668],[-1.112499, 52.9670],[-1.11, 52.9670],[-1.109699, 52.9642],[-1.1079, 52.9641],[-1.107499, 52.9596],[-1.1052, 52.9596],[-1.1028, 52.958],[-1.0998, 52.9564],[-1.0973, 52.9543],[-1.0962, 52.9513],[-1.0949, 52.9501],[-1.0941, 52.9486],[-1.092299, 52.9452],[-1.092, 52.9448],[-1.0973, 52.9423],[-1.0986, 52.9418],[-1.099599, 52.9416],[-1.1007, 52.9416],[-1.101699, 52.9418],[-1.1034, 52.9423],[-1.107, 52.9436],[-1.1088, 52.944],[-1.11, 52.9442],[-1.1113, 52.9441],[-1.1131, 52.9438],[-1.114501, 52.9434],[-1.116001, 52.943],[-1.1188, 52.9423],[-1.1201, 52.9423],[-1.1267, 52.943],[-1.1278, 52.9429],[-1.128901, 52.9428],[-1.1302, 52.9424],[-1.131201, 52.9419],[-1.131899, 52.9414],[-1.132599, 52.9407],[-1.134501, 52.9383],[-1.136001, 52.936],[-1.136899, 52.9343],[-1.137699, 52.9334],[-1.1387, 52.9327],[-1.14, 52.932],[-1.141299, 52.9318],[-1.1423, 52.9318],[-1.143299, 52.932],[-1.1446, 52.9323],[-1.1459, 52.933],[-1.1475, 52.9344],[-1.148399, 52.9354],[-1.149101, 52.936],[-1.1495, 52.9362],[-1.149799, 52.936],[-1.1517, 52.9261],[-1.151801, 52.9235],[-1.1531, 52.9120],[-1.1544, 52.9096],[-1.155699, 52.9053],[-1.1566, 52.8994],[-1.1573, 52.8992],[-1.1624, 52.8989],[-1.1644, 52.8986],[-1.1673, 52.8972],[-1.1698, 52.8957],[-1.170599, 52.8943],[-1.1732, 52.8914],[-1.174999, 52.8898],[-1.178701, 52.8879],[-1.1802, 52.8876],[-1.181201, 52.888],[-1.182299, 52.8896],[-1.190199, 52.8913],[-1.1949, 52.8928],[-1.194501, 52.8935],[-1.199, 52.8952],[-1.199501, 52.8946],[-1.203799, 52.8955],[-1.212, 52.8991],[-1.2127, 52.899],[-1.2156, 52.8972],[-1.217399, 52.8971],[-1.218099, 52.8974],[-1.218199, 52.8982],[-1.218799, 52.8989],[-1.219301, 52.8997],[-1.219599, 52.9001],[-1.2197, 52.9005],[-1.219599, 52.9011],[-1.218901, 52.9018],[-1.2177, 52.9025],[-1.215299, 52.9035],[-1.2136, 52.9043],[-1.212999, 52.9048],[-1.212499, 52.9056],[-1.212399, 52.9062],[-1.2122, 52.9085],[-1.2121, 52.9094],[-1.211801, 52.9103],[-1.2112, 52.9109],[-1.2099, 52.9115],[-1.208501, 52.9121],[-1.2072, 52.9124],[-1.206001, 52.9124],[-1.2041, 52.9122],[-1.202999, 52.9119],[-1.2018, 52.9112],[-1.2007, 52.9103],[-1.2, 52.9097],[-1.199, 52.9092],[-1.1978, 52.9090],[-1.196601, 52.9092],[-1.1953, 52.91],[-1.193501, 52.9113],[-1.1917, 52.9126],[-1.190099, 52.9134],[-1.184399, 52.9157],[-1.181601, 52.9167],[-1.1818, 52.9171]]]]}, properties:{name:"Nottingham"}}, {type:"Feature", geometry:{type:"MultiPolygon", coordinates:[[[[-0.4135005, 52.5771],[-0.4143005, 52.5774],[-0.4164005, 52.5781],[-0.4181995, 52.5789],[-0.4207995, 52.58],[-0.4228995, 52.5813],[-0.4250995, 52.5824],[-0.4264005, 52.5828],[-0.4299995, 52.5824],[-0.4368995, 52.5812],[-0.4581995, 52.5781],[-0.4693005, 52.5761],[-0.4735995, 52.5755],[-0.4751995, 52.5771],[-0.4937005, 52.5863],[-0.4960995, 52.5875],[-0.4926995, 52.5898],[-0.4880995, 52.5932],[-0.4843005, 52.6008],[-0.4810005, 52.602],[-0.4783995, 52.6043],[-0.4774995, 52.6146],[-0.4712995, 52.6152],[-0.4691005, 52.6201],[-0.4723995, 52.628],[-0.4766995, 52.6311],[-0.4829995, 52.6315],[-0.4860005, 52.6328],[-0.4950995, 52.6406],[-0.4833995, 52.6443],[-0.4830995, 52.6442],[-0.4818005, 52.6435],[-0.4793005, 52.6432],[-0.4760005, 52.6432],[-0.4756995, 52.6433],[-0.4754995, 52.6434],[-0.4762995, 52.6457],[-0.4764995, 52.6468],[-0.4741005, 52.6488],[-0.4696995, 52.6501],[-0.4668995, 52.6513],[-0.4614005, 52.6525],[-0.4568995, 52.6539],[-0.4564005, 52.6545],[-0.4562995, 52.6548],[-0.4521995, 52.655],[-0.4491005, 52.6549],[-0.4485995, 52.6542],[-0.4477995, 52.6537],[-0.4455995, 52.6534],[-0.4428995, 52.6529],[-0.4407995, 52.6523],[-0.4387995, 52.6514],[-0.4368995, 52.6507],[-0.4348995, 52.6502],[-0.4335005, 52.6497],[-0.4321995, 52.6493],[-0.4308995, 52.6491],[-0.4285995, 52.6493],[-0.4239995, 52.6497],[-0.4214995, 52.6499],[-0.4183995, 52.6498],[-0.4172995, 52.6499],[-0.4162005, 52.6502],[-0.4126995, 52.6513],[-0.4096995, 52.6521],[-0.4066995, 52.6528],[-0.4029995, 52.6534],[-0.3999995, 52.6538],[-0.3991005, 52.654],[-0.3985005, 52.6543],[-0.3966995, 52.6559],[-0.3962005, 52.6562],[-0.3955995, 52.6563],[-0.3941005, 52.6565],[-0.3912005, 52.6567],[-0.3874995, 52.6569],[-0.3850995, 52.6569],[-0.3835005, 52.6568],[-0.3798995, 52.6564],[-0.3781995, 52.6571],[-0.3760995, 52.6574],[-0.3743005, 52.6579],[-0.3724995, 52.6584],[-0.3699995, 52.6591],[-0.3672995, 52.6598],[-0.3649995, 52.6604],[-0.3637005, 52.6606],[-0.3626995, 52.6607],[-0.3612995, 52.6606],[-0.3599995, 52.6605],[-0.3568995, 52.6601],[-0.3533995, 52.6592],[-0.3518995, 52.6589],[-0.3510005, 52.6590],[-0.3493995, 52.6599],[-0.3482995, 52.6608],[-0.3468995, 52.6624],[-0.3458995, 52.6632],[-0.3441005, 52.6644],[-0.3420005, 52.6654],[-0.3398995, 52.6662],[-0.3380995, 52.6669],[-0.3362005, 52.6680],[-0.3354995, 52.6688],[-0.3350995, 52.6697],[-0.3349995, 52.6705],[-0.3349995, 52.6715],[-0.3349995, 52.6735],[-0.3348995, 52.6745],[-0.3345995, 52.675],[-0.3343005, 52.6751],[-0.3339005, 52.6749],[-0.3331995, 52.6745],[-0.3322995, 52.6742],[-0.3307995, 52.6739],[-0.3287995, 52.6737],[-0.3272995, 52.6736],[-0.3257995, 52.6738],[-0.3245995, 52.6741],[-0.3235005, 52.6743],[-0.3220005, 52.6744],[-0.3208995, 52.6743],[-0.3200995, 52.6741],[-0.3195005, 52.6741],[-0.3182995, 52.6745],[-0.3175995, 52.6746],[-0.3162005, 52.6746],[-0.3145995, 52.6744],[-0.3120995, 52.6739],[-0.3087995, 52.6734],[-0.3062005, 52.6729],[-0.3016005, 52.6717],[-0.2981995, 52.6710],[-0.2962005, 52.6707],[-0.2937995, 52.6700],[-0.2926995, 52.6699],[-0.2910005, 52.6700],[-0.2895005, 52.6705],[-0.2889005, 52.6706],[-0.2877995, 52.6706],[-0.2870995, 52.6705],[-0.2864995, 52.6702],[-0.2857995, 52.6694],[-0.2849995, 52.6689],[-0.2839995, 52.6685],[-0.2804995, 52.6672],[-0.2798995, 52.6668],[-0.2793995, 52.6664],[-0.2739995, 52.6622],[-0.2708995, 52.6604],[-0.2697995, 52.6597],[-0.2679995, 52.6583],[-0.2658995, 52.6563],[-0.2639005, 52.6553],[-0.2626995, 52.6545],[-0.2622995, 52.6538],[-0.2618995, 52.6523],[-0.2610995, 52.6518],[-0.2601995, 52.6515],[-0.2579995, 52.6516],[-0.2551995, 52.652],[-0.2408995, 52.6577],[-0.2339995, 52.6605],[-0.2266995, 52.6633],[-0.2205995, 52.6656],[-0.2185995, 52.6663],[-0.2154995, 52.6672],[-0.2082995, 52.6685],[-0.2051995, 52.6698],[-0.2025995, 52.669],[-0.2018005, 52.6677],[-0.2012995, 52.6664],[-0.1989005, 52.6642],[-0.1952995, 52.6591],[-0.1923995, 52.6539],[-0.1914005, 52.6515],[-0.1885005, 52.6538],[-0.1876995, 52.6543],[-0.1785005, 52.6605],[-0.1778995, 52.6606],[-0.1720005, 52.6595],[-0.1641005, 52.6576],[-0.1591995, 52.6563],[-0.1543005, 52.6541],[-0.1493995, 52.6519],[-0.1429995, 52.6498],[-0.1406995, 52.653],[-0.1389005, 52.6555],[-0.1324995, 52.6578],[-0.1264005, 52.6586],[-0.1216995, 52.6607],[-0.1130995, 52.6652],[-0.1141005, 52.6669],[-0.1145005, 52.6675],[-0.1143995, 52.6681],[-0.1130995, 52.6692],[-0.1105995, 52.6704],[-0.1077995, 52.6716],[-0.1012005, 52.6731],[-0.09850052000000002, 52.6732],[-0.09379952, 52.6692],[-0.08989952, 52.6671],[-0.08629952, 52.6674],[-0.08039952, 52.6697],[-0.07910052, 52.6704],[-0.07759952, 52.6714],[-0.07160052, 52.6757],[-0.07019952, 52.6756],[-0.06809952, 52.6751],[-0.06169952, 52.6741],[-0.05999952, 52.6742],[-0.05899952, 52.6745],[-0.05539952, 52.675],[-0.05370052, 52.675],[-0.05229952, 52.6748],[-0.04789952, 52.6728],[-0.04259952, 52.6709],[-0.03399952, 52.6675],[-0.03249952, 52.6662],[-0.03160052, 52.6644],[-0.02879952, 52.6493],[-0.02700052, 52.6358],[-0.02589952, 52.6314],[-0.02569952, 52.6306],[-0.02089952, 52.6112],[-0.01890052, 52.6029],[-0.01839952, 52.6],[-0.01749952, 52.5979],[-0.01600052, 52.5956],[-0.01569952, 52.5946],[-0.01559952, 52.5942],[-0.01549952, 52.5938],[-0.01549952, 52.5935],[-0.02259952, 52.5923],[-0.02379952, 52.592],[-0.03049952, 52.591],[-0.03439952, 52.5905],[-0.03829952, 52.5897],[-0.04989952, 52.5874],[-0.06289952, 52.5855],[-0.07289952, 52.5837],[-0.08200052, 52.5819],[-0.08719952, 52.581],[-0.1160995, 52.5769],[-0.1375995, 52.5725],[-0.1477995, 52.571],[-0.1520995, 52.5702],[-0.1564995, 52.5692],[-0.1595005, 52.5687],[-0.1635995, 52.5683],[-0.1791995, 52.5673],[-0.1881995, 52.5665],[-0.1885995, 52.566],[-0.1835995, 52.5647],[-0.1835995, 52.5645],[-0.1860005, 52.5645],[-0.1912995, 52.5642],[-0.1924995, 52.5639],[-0.1928995, 52.5589],[-0.1937005, 52.5575],[-0.1947995, 52.5559],[-0.1964005, 52.5545],[-0.1970005, 52.5527],[-0.1981995, 52.5512],[-0.1981995, 52.5508],[-0.1953995, 52.5504],[-0.1945995, 52.5498],[-0.1935995, 52.5476],[-0.1930995, 52.5471],[-0.1912005, 52.5468],[-0.1906995, 52.5464],[-0.1906995, 52.5457],[-0.1910995, 52.5451],[-0.1916005, 52.5447],[-0.1927995, 52.5446],[-0.1937995, 52.5446],[-0.1945005, 52.5449],[-0.1960005, 52.5450],[-0.1981995, 52.5444],[-0.2012995, 52.5434],[-0.2028995, 52.5427],[-0.2054995, 52.5426],[-0.2068995, 52.5419],[-0.2078995, 52.542],[-0.2093005, 52.5422],[-0.2107995, 52.5425],[-0.2123995, 52.5428],[-0.2141005, 52.5426],[-0.2158995, 52.5415],[-0.2175995, 52.5402],[-0.2187995, 52.5394],[-0.2214005, 52.5398],[-0.2214005, 52.5406],[-0.2243005, 52.541],[-0.2243995, 52.5434],[-0.2295995, 52.5434],[-0.2296995, 52.5442],[-0.2351995, 52.5443],[-0.2357995, 52.5437],[-0.2357995, 52.5423],[-0.2356995, 52.5408],[-0.2358995, 52.5397],[-0.2366995, 52.539],[-0.2371995, 52.5383],[-0.2324995, 52.5355],[-0.2322995, 52.535],[-0.2343995, 52.5332],[-0.2371995, 52.5301],[-0.2382995, 52.53],[-0.2426995, 52.5276],[-0.2432995, 52.5243],[-0.2446995, 52.5236],[-0.2457995, 52.5243],[-0.2493995, 52.5237],[-0.2557995, 52.5227],[-0.2564995, 52.5231],[-0.2571995, 52.5249],[-0.2575995, 52.5253],[-0.2691005, 52.5233],[-0.2697995, 52.5227],[-0.2700995, 52.5194],[-0.2720005, 52.5195],[-0.2720995, 52.5174],[-0.2702995, 52.5171],[-0.2703995, 52.5158],[-0.2718005, 52.5139],[-0.2737995, 52.5121],[-0.2756995, 52.5109],[-0.2785005, 52.5095],[-0.2820005, 52.5078],[-0.2843995, 52.5068],[-0.2860995, 52.5068],[-0.2874995, 52.5101],[-0.2880995, 52.5106],[-0.2887005, 52.5108],[-0.2925995, 52.509],[-0.2930995, 52.5097],[-0.2931995, 52.5115],[-0.2937005, 52.5125],[-0.2968005, 52.5152],[-0.3062995, 52.5223],[-0.3157995, 52.5315],[-0.3214005, 52.5366],[-0.3235005, 52.5389],[-0.3237995, 52.5392],[-0.3332995, 52.5455],[-0.3335005, 52.5464],[-0.3323995, 52.5468],[-0.3264005, 52.5489],[-0.3262995, 52.5495],[-0.3266005, 52.5505],[-0.3268995, 52.5510],[-0.3274995, 52.5514],[-0.3299995, 52.5528],[-0.3305995, 52.5531],[-0.3316995, 52.5531],[-0.3327995, 52.5532],[-0.3341995, 52.5536],[-0.3352995, 52.5540],[-0.3368995, 52.5548],[-0.3377995, 52.5553],[-0.3382995, 52.5557],[-0.3385995, 52.556],[-0.3387995, 52.5565],[-0.3391005, 52.5582],[-0.3395995, 52.559],[-0.3429995, 52.5618],[-0.3443005, 52.5628],[-0.3450995, 52.5635],[-0.3458995, 52.5641],[-0.3466995, 52.5645],[-0.3475995, 52.5648],[-0.3495005, 52.5652],[-0.3524995, 52.5654],[-0.3560005, 52.5655],[-0.3587005, 52.5653],[-0.3605995, 52.5644],[-0.3618005, 52.5639],[-0.3632995, 52.5636],[-0.3650995, 52.5634],[-0.3670005, 52.5635],[-0.3677995, 52.5637],[-0.3685995, 52.564],[-0.3693995, 52.5644],[-0.3699995, 52.5648],[-0.3714995, 52.566],[-0.3733995, 52.5666],[-0.3757995, 52.5672],[-0.3768995, 52.5674],[-0.3791995, 52.5671],[-0.3814005, 52.5673],[-0.3832995, 52.5677],[-0.3847995, 52.5683],[-0.3858995, 52.569],[-0.3874995, 52.5704],[-0.3881995, 52.5715],[-0.3885005, 52.5726],[-0.3883995, 52.5733],[-0.3881995, 52.5741],[-0.3873995, 52.5755],[-0.3871995, 52.5765],[-0.3872995, 52.5774],[-0.3880995, 52.5785],[-0.3918005, 52.5823],[-0.3922995, 52.5827],[-0.3930995, 52.5832],[-0.3941995, 52.5836],[-0.3951995, 52.5838],[-0.3962995, 52.5839],[-0.3993995, 52.584],[-0.4053995, 52.5838],[-0.4074995, 52.5836],[-0.4093005, 52.5832],[-0.4112995, 52.5824],[-0.4120995, 52.5819],[-0.4127995, 52.5813],[-0.4131995, 52.5806],[-0.4135005, 52.5797],[-0.4135005, 52.5771]]]]}, properties:{name:"Peterborough"}}, {type:"Feature", geometry:{type:"MultiPolygon", coordinates:[[[[-4.1331, 50.3642],[-4.133399, 50.3639],[-4.134399, 50.3634],[-4.135499, 50.3633],[-4.136401, 50.3636],[-4.1378, 50.364],[-4.1409, 50.364],[-4.141601, 50.3641],[-4.1433, 50.3645],[-4.144, 50.3647],[-4.145, 50.3646],[-4.1458, 50.3644],[-4.146601, 50.3638],[-4.147399, 50.3632],[-4.148701, 50.3629],[-4.150599, 50.363],[-4.1511, 50.3632],[-4.1521, 50.3652],[-4.1524, 50.3657],[-4.152699, 50.3658],[-4.155399, 50.3651],[-4.1559, 50.3649],[-4.156001, 50.3644],[-4.1556, 50.3636],[-4.154699, 50.3627],[-4.1549, 50.3624],[-4.1557, 50.3620],[-4.156499, 50.3617],[-4.1577, 50.3617],[-4.159101, 50.3617],[-4.1602, 50.3615],[-4.161201, 50.361],[-4.162199, 50.3604],[-4.163, 50.3598],[-4.1639, 50.3597],[-4.1647, 50.3599],[-4.1654, 50.3603],[-4.1661, 50.3609],[-4.1668, 50.3614],[-4.167099, 50.3619],[-4.167, 50.3622],[-4.166201, 50.3625],[-4.164999, 50.3629],[-4.163799, 50.3633],[-4.1634, 50.3635],[-4.163099, 50.3639],[-4.163099, 50.365],[-4.1635, 50.3665],[-4.163701, 50.3677],[-4.163599, 50.3683],[-4.162899, 50.3695],[-4.1626, 50.3702],[-4.162099, 50.3709],[-4.161201, 50.3717],[-4.159699, 50.3725],[-4.1592, 50.373],[-4.1593, 50.3734],[-4.159699, 50.3736],[-4.160399, 50.3736],[-4.161201, 50.3733],[-4.162001, 50.3729],[-4.163099, 50.3721],[-4.163799, 50.3713],[-4.164101, 50.3703],[-4.1647, 50.369],[-4.165599, 50.3682],[-4.1659, 50.3679],[-4.166201, 50.3675],[-4.166601, 50.3664],[-4.167, 50.3658],[-4.168, 50.3656],[-4.1721, 50.3654],[-4.1781, 50.3654],[-4.178999, 50.3657],[-4.178999, 50.3652],[-4.1843, 50.3653],[-4.1855, 50.366],[-4.186201, 50.3675],[-4.184599, 50.3756],[-4.189101, 50.3837],[-4.1966, 50.3887],[-4.199699, 50.3915],[-4.2055, 50.3944],[-4.2064, 50.3961],[-4.2068, 50.3982],[-4.206601, 50.4002],[-4.204999, 50.4029],[-4.2024, 50.4076],[-4.201499, 50.4144],[-4.200699, 50.4209],[-4.198901, 50.4258],[-4.1911, 50.4258],[-4.179699, 50.424],[-4.1767, 50.4231],[-4.173399, 50.4230],[-4.1716, 50.4232],[-4.169799, 50.4236],[-4.1679, 50.4242],[-4.1613, 50.4278],[-4.1619, 50.4286],[-4.162399, 50.4298],[-4.162399, 50.4309],[-4.161601, 50.4314],[-4.1601, 50.4315],[-4.152699, 50.4358],[-4.149301, 50.4359],[-4.1497, 50.4344],[-4.1433, 50.4321],[-4.141201, 50.4334],[-4.134399, 50.4341],[-4.127699, 50.4358],[-4.124101, 50.4386],[-4.123099, 50.4412],[-4.120299, 50.444],[-4.116099, 50.4461],[-4.1132, 50.4475],[-4.1112, 50.4461],[-4.110099, 50.4445],[-4.108399, 50.4418],[-4.107399, 50.4381],[-4.1064, 50.4365],[-4.107, 50.433],[-4.1072, 50.4311],[-4.105199, 50.4304],[-4.103099, 50.4306],[-4.101699, 50.4306],[-4.098501, 50.4297],[-4.0963, 50.4279],[-4.0937, 50.4266],[-4.0896, 50.4252],[-4.084899, 50.4241],[-4.084, 50.4223],[-4.0844, 50.4209],[-4.083701, 50.4195],[-4.0823, 50.4178],[-4.081699, 50.4167],[-4.0802, 50.4147],[-4.0788, 50.4115],[-4.0784, 50.4105],[-4.078199, 50.4096],[-4.077499, 50.4088],[-4.074999, 50.4081],[-4.071401, 50.407],[-4.070499, 50.4055],[-4.0706, 50.4029],[-4.0706, 50.4020],[-4.0682, 50.4015],[-4.059599, 50.4013],[-4.0548, 50.4015],[-4.053299, 50.4015],[-4.0524, 50.4011],[-4.051801, 50.4015],[-4.051499, 50.4018],[-4.049399, 50.4018],[-4.0487, 50.4013],[-4.047599, 50.4011],[-4.044199, 50.4007],[-4.0405, 50.3995],[-4.0398, 50.3993],[-4.0401, 50.398],[-4.037399, 50.3981],[-4.0324, 50.3981],[-4.0267, 50.3978],[-4.0266, 50.3974],[-4.02610, 50.3956],[-4.023099, 50.3954],[-4.022999, 50.3939],[-4.02000, 50.3939],[-4.019599, 50.3919],[-4.017001, 50.3876],[-4.018701, 50.3868],[-4.019, 50.386],[-4.0214, 50.3844],[-4.0215, 50.3779],[-4.023901, 50.3774],[-4.030099, 50.3767],[-4.030099, 50.3777],[-4.046201, 50.3759],[-4.050399, 50.3754],[-4.0503, 50.3734],[-4.054501, 50.3671],[-4.0482, 50.3626],[-4.0478, 50.3617],[-4.047699, 50.3584],[-4.054999, 50.3560],[-4.0559, 50.3547],[-4.061601, 50.3528],[-4.079, 50.3492],[-4.079899, 50.3474],[-4.0815, 50.3458],[-4.0847, 50.3437],[-4.087399, 50.3421],[-4.0907, 50.3415],[-4.091499, 50.3418],[-4.094699, 50.3437],[-4.0998, 50.3448],[-4.102799, 50.3463],[-4.1064, 50.3476],[-4.1083, 50.3469],[-4.1125, 50.3453],[-4.1142, 50.3448],[-4.115799, 50.3458],[-4.1189, 50.3462],[-4.1209, 50.3466],[-4.121699, 50.3468],[-4.121, 50.3483],[-4.120699, 50.3493],[-4.120699, 50.3500],[-4.121099, 50.3510],[-4.121699, 50.3519],[-4.1226, 50.3528],[-4.124101, 50.3540],[-4.1248, 50.3548],[-4.125, 50.3554],[-4.124899, 50.3564],[-4.1251, 50.3572],[-4.125599, 50.3578],[-4.1261, 50.3582],[-4.126699, 50.3586],[-4.1278, 50.3589],[-4.1285, 50.3590],[-4.130099, 50.3591],[-4.130799, 50.3593],[-4.1312, 50.3601],[-4.1331, 50.3642]]]]}, properties:{name:"Plymouth"}}, {type:"Feature", geometry:{type:"MultiPolygon", coordinates:[[[[-1.9072, 50.7079],[-1.9069, 50.7077],[-1.907799, 50.7072],[-1.9087, 50.7067],[-1.9094, 50.7064],[-1.910599, 50.7057],[-1.9144, 50.7037],[-1.918501, 50.7015],[-1.9202, 50.7004],[-1.921401, 50.6996],[-1.923701, 50.6982],[-1.9269, 50.6962],[-1.9283, 50.6951],[-1.9292, 50.6943],[-1.9305, 50.693],[-1.9369, 50.6875],[-1.939301, 50.686],[-1.940899, 50.6853],[-1.942299, 50.6848],[-1.9439, 50.6846],[-1.9456, 50.6847],[-1.9463, 50.6833],[-1.9526, 50.6837],[-1.9533, 50.6846],[-1.9529, 50.6864],[-1.9498, 50.69],[-1.9475, 50.6937],[-1.9477, 50.6956],[-1.9483, 50.6979],[-1.950099, 50.6996],[-1.952299, 50.7007],[-1.9557, 50.7019],[-1.9619, 50.7029],[-1.9686, 50.7032],[-1.9744, 50.7034],[-1.9848, 50.7025],[-1.9928, 50.7007],[-1.999101, 50.6989],[-2, 50.699],[-2.003999, 50.6998],[-2.006001, 50.7021],[-2.009399, 50.7046],[-2.044501, 50.7173],[-2.0446, 50.7177],[-2.0414, 50.7226],[-2.0374, 50.7269],[-2.026401, 50.7307],[-2.026099, 50.7309],[-2.0248, 50.7323],[-2.0236, 50.7339],[-2.0225, 50.7349],[-2.021801, 50.7354],[-2.018199, 50.7361],[-2.0136, 50.7377],[-2.013, 50.7381],[-2.0123, 50.7553],[-2.011699, 50.7676],[-2.011001, 50.7746],[-2.010499, 50.7819],[-2.010099, 50.7824],[-2.009399, 50.7826],[-2.0065, 50.7827],[-2.0034, 50.7835],[-2.0013, 50.7840],[-1.9999, 50.7846],[-1.9986, 50.7864],[-1.9986, 50.7879],[-1.9999, 50.7897],[-2.002399, 50.7905],[-2.002599, 50.791],[-2.002199, 50.7915],[-2.0013, 50.792],[-2, 50.7922],[-1.998, 50.792],[-1.996801, 50.7917],[-1.995499, 50.7906],[-1.9944, 50.7902],[-1.9902, 50.7896],[-1.988, 50.7892],[-1.9858, 50.7891],[-1.983901, 50.7894],[-1.981801, 50.7911],[-1.9814, 50.7921],[-1.9801, 50.7928],[-1.9792, 50.7929],[-1.9777, 50.7927],[-1.976801, 50.7928],[-1.9756, 50.7934],[-1.974699, 50.7936],[-1.9734, 50.7938],[-1.9714, 50.7939],[-1.968901, 50.7938],[-1.9671, 50.7938],[-1.965899, 50.7936],[-1.964501, 50.7931],[-1.963199, 50.7926],[-1.961699, 50.7921],[-1.959501, 50.7917],[-1.957299, 50.7914],[-1.9557, 50.7911],[-1.954399, 50.791],[-1.9532, 50.7911],[-1.9521, 50.7915],[-1.9511, 50.7919],[-1.9505, 50.792],[-1.948701, 50.7921],[-1.9476, 50.7924],[-1.9461, 50.7932],[-1.9446, 50.7942],[-1.9424, 50.7958],[-1.9406, 50.797],[-1.9392, 50.7981],[-1.9382, 50.7991],[-1.9376, 50.7994],[-1.936401, 50.7995],[-1.935099, 50.7992],[-1.9338, 50.7986],[-1.932999, 50.7978],[-1.9325, 50.7969],[-1.932199, 50.7957],[-1.932199, 50.7946],[-1.932299, 50.7937],[-1.9333, 50.7916],[-1.9342, 50.7896],[-1.9348, 50.7888],[-1.9355, 50.7881],[-1.935799, 50.7877],[-1.935899, 50.7873],[-1.935799, 50.7871],[-1.9347, 50.7865],[-1.934399, 50.7860],[-1.934399, 50.7853],[-1.934301, 50.7846],[-1.934, 50.7841],[-1.9326, 50.7828],[-1.9311, 50.7817],[-1.9296, 50.7809],[-1.9283, 50.7807],[-1.926601, 50.7811],[-1.9252, 50.7816],[-1.9238, 50.7824],[-1.922799, 50.7833],[-1.9219, 50.7841],[-1.9209, 50.7847],[-1.9198, 50.785],[-1.918, 50.7853],[-1.917199, 50.7852],[-1.9168, 50.7849],[-1.916499, 50.7844],[-1.916499, 50.7836],[-1.916299, 50.7827],[-1.916, 50.782],[-1.9159, 50.7814],[-1.9161, 50.7807],[-1.9167, 50.7798],[-1.9175, 50.7790],[-1.9181, 50.7784],[-1.9183, 50.7779],[-1.9182, 50.7775],[-1.917899, 50.7773],[-1.9167, 50.7770],[-1.916499, 50.7767],[-1.9166, 50.7764],[-1.9173, 50.7758],[-1.9173, 50.7754],[-1.9169, 50.7751],[-1.9175, 50.7749],[-1.9218, 50.7731],[-1.9256, 50.7694],[-1.926601, 50.7683],[-1.9392, 50.7576],[-1.9388, 50.7573],[-1.9339, 50.7541],[-1.9319, 50.7528],[-1.920799, 50.7481],[-1.9182, 50.7475],[-1.9168, 50.7471],[-1.910599, 50.7463],[-1.9031, 50.7448],[-1.8938, 50.7428],[-1.8904, 50.7422],[-1.8909, 50.7414],[-1.8936, 50.7389],[-1.8954, 50.737],[-1.9008, 50.731],[-1.9023, 50.7288],[-1.906201, 50.7234],[-1.9088, 50.7189],[-1.909899, 50.7158],[-1.9101, 50.7145],[-1.9103, 50.7127],[-1.909999, 50.7111],[-1.9096, 50.7101],[-1.908, 50.7086],[-1.9073, 50.7080],[-1.9072, 50.7079]]]]}, properties:{name:"Poole"}}, {type:"Feature", geometry:{type:"MultiPolygon", coordinates:[[[[-1.1099, 50.7917],[-1.111601, 50.7965],[-1.1192, 50.8086],[-1.119699, 50.8094],[-1.1215, 50.8106],[-1.1282, 50.8143],[-1.133299, 50.8161],[-1.1359, 50.8172],[-1.1382, 50.8185],[-1.1386, 50.82],[-1.1387, 50.8218],[-1.139101, 50.8229],[-1.139899, 50.8242],[-1.142001, 50.8268],[-1.143501, 50.8288],[-1.1445, 50.834],[-1.146801, 50.8380],[-1.153399, 50.8404],[-1.169999, 50.8399],[-1.170699, 50.8405],[-1.171, 50.8414],[-1.167001, 50.8412],[-1.164301, 50.8415],[-1.1624, 50.8423],[-1.1581, 50.8441],[-1.1567, 50.8448],[-1.156, 50.845],[-1.1555, 50.845],[-1.154999, 50.8446],[-1.1545, 50.8438],[-1.154199, 50.8429],[-1.1536, 50.8424],[-1.1524, 50.8420],[-1.150599, 50.8418],[-1.148399, 50.8423],[-1.1461, 50.8404],[-1.142599, 50.8391],[-1.138399, 50.8385],[-1.136201, 50.8387],[-1.1316, 50.8388],[-1.125, 50.8373],[-1.1202, 50.8358],[-1.116001, 50.8354],[-1.112399, 50.8356],[-1.111601, 50.8360],[-1.1105, 50.8369],[-1.1101, 50.8373],[-1.1098, 50.8382],[-1.109699, 50.8396],[-1.1102, 50.8413],[-1.1108, 50.8421],[-1.1115, 50.8428],[-1.115299, 50.8449],[-1.116099, 50.8454],[-1.1179, 50.8473],[-1.118299, 50.8491],[-1.1181, 50.854],[-1.1179, 50.8553],[-1.1174, 50.8568],[-1.116601, 50.858],[-1.1159, 50.8584],[-1.109599, 50.858],[-1.101001, 50.8576],[-1.0978, 50.8566],[-1.0971, 50.8568],[-1.096699, 50.8577],[-1.0958, 50.8585],[-1.0948, 50.8586],[-1.0912, 50.8576],[-1.0878, 50.8566],[-1.0841, 50.8552],[-1.0754, 50.854],[-1.073099, 50.854],[-1.072899, 50.8542],[-1.072399, 50.8575],[-1.0712, 50.8593],[-1.0707, 50.8595],[-1.065799, 50.8586],[-1.0654, 50.858],[-1.0657, 50.854],[-1.0654, 50.8531],[-1.0621, 50.8533],[-1.057099, 50.8556],[-1.056401, 50.8556],[-1.052001, 50.8555],[-1.049899, 50.8554],[-1.0489, 50.853],[-1.0463, 50.8525],[-1.045599, 50.8524],[-1.0401, 50.852],[-1.035599, 50.8523],[-1.0315, 50.8521],[-1.023901, 50.852],[-1.021001, 50.8523],[-1.0207, 50.8521],[-1.021001, 50.8505],[-1.021299, 50.8494],[-1.022001, 50.8454],[-1.021201, 50.8434],[-1.020499, 50.8417],[-1.020499, 50.8402],[-1.020599, 50.8396],[-1.021201, 50.8386],[-1.021401, 50.8378],[-1.021401, 50.8370],[-1.021299, 50.8362],[-1.021401, 50.8360],[-1.021801, 50.8356],[-1.0224, 50.8350],[-1.022699, 50.8345],[-1.022799, 50.8341],[-1.0229, 50.8334],[-1.022799, 50.8326],[-1.0223, 50.8314],[-1.0223, 50.8303],[-1.0226, 50.8290],[-1.022799, 50.8287],[-1.0232, 50.8283],[-1.0237, 50.8281],[-1.024999, 50.8284],[-1.0267, 50.8287],[-1.0288, 50.8292],[-1.0301, 50.8300],[-1.0305, 50.8303],[-1.0309, 50.8305],[-1.0324, 50.8309],[-1.034101, 50.8315],[-1.0344, 50.8319],[-1.0345, 50.8324],[-1.0346, 50.8346],[-1.0347, 50.8360],[-1.0354, 50.8365],[-1.036, 50.8366],[-1.036299, 50.8365],[-1.0375, 50.8356],[-1.039101, 50.8352],[-1.040799, 50.8350],[-1.041299, 50.8347],[-1.041499, 50.8344],[-1.042199, 50.8336],[-1.0427, 50.8330],[-1.0434, 50.8318],[-1.043599, 50.8314],[-1.043701, 50.831],[-1.0438, 50.8304],[-1.0438, 50.8297],[-1.043701, 50.8291],[-1.043501, 50.8285],[-1.0427, 50.8278],[-1.041201, 50.8270],[-1.0402, 50.8266],[-1.0398, 50.8261],[-1.039899, 50.825],[-1.0401, 50.8239],[-1.0403, 50.8233],[-1.040799, 50.8224],[-1.0411, 50.8218],[-1.0409, 50.8205],[-1.040599, 50.8192],[-1.0402, 50.8178],[-1.0396, 50.816],[-1.0388, 50.8137],[-1.038599, 50.8126],[-1.039101, 50.8078],[-1.039199, 50.8063],[-1.039101, 50.8054],[-1.0388, 50.8045],[-1.038599, 50.8039],[-1.037799, 50.8024],[-1.0366, 50.7997],[-1.036299, 50.7978],[-1.036201, 50.7966],[-1.036401, 50.7962],[-1.0366, 50.7959],[-1.0373, 50.7949],[-1.039101, 50.7936],[-1.0409, 50.7922],[-1.0411, 50.792],[-1.0411, 50.7918],[-1.041, 50.7916],[-1.040599, 50.7914],[-1.039899, 50.7914],[-1.0387, 50.7916],[-1.036, 50.7924],[-1.0338, 50.7935],[-1.0332, 50.7937],[-1.032001, 50.794],[-1.031299, 50.794],[-1.0297, 50.794],[-1.029199, 50.7941],[-1.028901, 50.7943],[-1.0286, 50.7948],[-1.027699, 50.7973],[-1.0273, 50.7967],[-1.027001, 50.7954],[-1.027099, 50.7923],[-1.0274, 50.791],[-1.0276, 50.7904],[-1.028, 50.7897],[-1.0288, 50.7890],[-1.029101, 50.7888],[-1.029899, 50.7884],[-1.0316, 50.7879],[-1.0351, 50.7873],[-1.0402, 50.7867],[-1.042199, 50.7865],[-1.0454, 50.7860],[-1.048701, 50.7853],[-1.0581, 50.7831],[-1.0628, 50.7822],[-1.0656, 50.7818],[-1.072899, 50.7808],[-1.073099, 50.7807],[-1.072299, 50.7796],[-1.072001, 50.7792],[-1.072199, 50.7791],[-1.073799, 50.7800],[-1.0748, 50.7803],[-1.0775, 50.7798],[-1.0805, 50.7794],[-1.084501, 50.7791],[-1.0856, 50.7791],[-1.0865, 50.7792],[-1.088701, 50.7798],[-1.0897, 50.7804],[-1.092299, 50.7823],[-1.095399, 50.7845],[-1.098, 50.7866],[-1.1, 50.7878],[-1.106801, 50.7923],[-1.1099, 50.7917]]]]}, properties:{name:"Portsmouth"}}, {type:"Feature", geometry:{type:"MultiPolygon", coordinates:[[[[-0.9502995,51.4602],[-0.9507995,51.4579],[-0.9497995,51.4576],[-0.9431995,51.4563],[-0.9408995,51.4556],[-0.9391995,51.4549],[-0.9364005,51.4536],[-0.9339005,51.4519],[-0.9306995,51.4488],[-0.9289005,51.4470],[-0.9289005,51.4456],[-0.9304995,51.4424],[-0.9318005,51.4402],[-0.9326995,51.4397],[-0.9343005,51.4398],[-0.9346995,51.4400],[-0.9353995,51.4413],[-0.9364995000000002,51.4428],[-0.9376995,51.4437],[-0.9391995,51.4444],[-0.9407995,51.4451],[-0.9427995,51.4453],[-0.9445005,51.4456],[-0.9457995,51.4457],[-0.9468995,51.4454],[-0.9477995,51.4450],[-0.9483995000000002,51.4413],[-0.9493005,51.4389],[-0.9458995,51.4372],[-0.9437005000000002,51.4357],[-0.9426995,51.4316],[-0.9428995,51.4298],[-0.9451995,51.4275],[-0.9473995000000002,51.4264],[-0.9485005000000002,51.4256],[-0.9523995,51.4246],[-0.9545005,51.423],[-0.9562995,51.4208],[-0.9579995,51.4189],[-0.9589995,51.4165],[-0.9598995,51.4148],[-0.9618995000000002,51.4131],[-0.9637005,51.4123],[-0.9660005,51.4112],[-0.9735995,51.4086],[-0.9751995,51.4085],[-0.9756995,51.4091],[-0.9751995,51.4104],[-0.9756995,51.4109],[-0.9785005,51.4113],[-0.9799995,51.4112],[-0.9807995,51.4127],[-0.9810995,51.4141],[-0.9822995,51.4192],[-0.9827995,51.4212],[-0.9831995,51.4216],[-0.9872995000000002,51.422],[-0.9906995,51.4213],[-0.9929995,51.4198],[-0.9968005,51.4179],[-0.9980995000000003,51.4215],[-1.0003,51.4321],[-1.0046,51.4353],[-1.009101,51.4358],[-1.016401,51.4361],[-1.021201,51.436],[-1.021801,51.4367],[-1.022099,51.4376],[-1.0222,51.4386],[-1.0232,51.4420],[-1.024101,51.4442],[-1.026401,51.4463],[-1.029301,51.4487],[-1.0309,51.4499],[-1.032699,51.4514],[-1.033399,51.4521],[-1.0352,51.4536],[-1.036,51.4535],[-1.041499,51.4519],[-1.0467,51.4501],[-1.047199,51.4504],[-1.0469,51.4541],[-1.0469,51.4548],[-1.0455,51.4561],[-1.045599,51.4572],[-1.0469,51.4583],[-1.048701,51.4591],[-1.0524,51.4599],[-1.054,51.4602],[-1.0502,51.4622],[-1.0475,51.4642],[-1.0455,51.4671],[-1.044399,51.468],[-1.0425,51.4686],[-1.041201,51.4687],[-1.037699,51.4685],[-1.037099,51.4689],[-1.034301,51.4735],[-1.0332,51.4749],[-1.0294,51.4725],[-1.0231,51.4692],[-1.018901,51.4672],[-1.0159,51.4663],[-1.0144,51.4663],[-1.011899,51.4667],[-1.006899,51.4676],[-1.002599,51.4685],[-1.0002,51.469],[-0.9993995,51.469],[-0.9979995,51.4693],[-0.9966995,51.4693],[-0.9939995,51.4692],[-0.9896995,51.4687],[-0.9885005,51.4686],[-0.9880995,51.4687],[-0.9876995000000002,51.469],[-0.9871995,51.4697],[-0.9873995,51.4702],[-0.9879995,51.4717],[-0.9898995,51.4755],[-0.9906995,51.4773],[-0.9908995,51.4785],[-0.9910005,51.4796],[-0.9907995,51.4816],[-0.9902995,51.4831],[-0.9895995,51.4847],[-0.9889005,51.4855],[-0.9881995,51.486],[-0.9851995,51.4863],[-0.9799995,51.4863],[-0.9747995000000002,51.4866],[-0.9700995,51.488],[-0.9668005000000002,51.4895],[-0.9624995,51.4899],[-0.9614005,51.4904],[-0.9620005,51.4977],[-0.9616005,51.4979],[-0.9610005,51.4976],[-0.9585005,51.4961],[-0.9523995,51.4921],[-0.9523995,51.4914],[-0.9535995,51.4897],[-0.9555995,51.4869],[-0.9593005000000002,51.4819],[-0.9603995,51.4801],[-0.9603995,51.4793],[-0.9599995,51.4784],[-0.9587995,51.4765],[-0.9575995,51.4749],[-0.9516005,51.4711],[-0.9510995,51.4704],[-0.9505995,51.469],[-0.9505995,51.4678],[-0.9501995,51.4620],[-0.9502995,51.4614],[-0.9503995,51.4607],[-0.9502995,51.4602]]]]}, properties:{name:"Reading"}}, {type:"Feature", geometry:{type:"MultiPolygon", coordinates:[[[[-1.143299, 54.5047],[-1.142001, 54.5058],[-1.139199, 54.5093],[-1.136801, 54.5123],[-1.136201, 54.5143],[-1.1358, 54.5159],[-1.1358, 54.5163],[-1.136899, 54.5166],[-1.140499, 54.5176],[-1.143, 54.5173],[-1.146299, 54.5167],[-1.148399, 54.5152],[-1.148901, 54.5154],[-1.1494, 54.5159],[-1.151299, 54.5187],[-1.1537, 54.5219],[-1.154, 54.5222],[-1.1561, 54.5228],[-1.1575, 54.5238],[-1.1583, 54.5246],[-1.159999, 54.526],[-1.161, 54.5267],[-1.1719, 54.5297],[-1.177999, 54.535],[-1.1932, 54.5448],[-1.1854, 54.5485],[-1.182899, 54.5495],[-1.1809, 54.5501],[-1.179399, 54.5495],[-1.1698, 54.5539],[-1.1651, 54.5548],[-1.162799, 54.5555],[-1.1594, 54.5565],[-1.158599, 54.5571],[-1.1582, 54.5576],[-1.158, 54.5582],[-1.1733, 54.5748],[-1.183599, 54.5778],[-1.1849, 54.5795],[-1.190099, 54.5864],[-1.1911, 54.5881],[-1.166299, 54.6034],[-1.164, 54.6053],[-1.158599, 54.6102],[-1.1561, 54.6129],[-1.1547, 54.6153],[-1.1544, 54.6167],[-1.1546, 54.6182],[-1.1567, 54.6247],[-1.157699, 54.6305],[-1.1573, 54.6325],[-1.151, 54.6313],[-1.1508, 54.6315],[-1.1502, 54.6326],[-1.149899, 54.6328],[-1.1497, 54.6328],[-1.1494, 54.6326],[-1.149301, 54.6323],[-1.1494, 54.6318],[-1.149301, 54.6312],[-1.149199, 54.6308],[-1.149, 54.6305],[-1.1487, 54.6302],[-1.148399, 54.6300],[-1.1481, 54.6299],[-1.1443, 54.6291],[-1.142099, 54.6288],[-1.1411, 54.6287],[-1.1401, 54.6288],[-1.138299, 54.6290],[-1.1372, 54.6292],[-1.134699, 54.6299],[-1.1343, 54.6302],[-1.133999, 54.6305],[-1.1338, 54.6309],[-1.133901, 54.6312],[-1.134101, 54.6314],[-1.134699, 54.6319],[-1.1358, 54.6327],[-1.1365, 54.6334],[-1.1366, 54.6336],[-1.1367, 54.6342],[-1.136801, 54.6345],[-1.137001, 54.6347],[-1.1379, 54.6351],[-1.1381, 54.6353],[-1.1382, 54.6354],[-1.138299, 54.6357],[-1.138299, 54.6363],[-1.138399, 54.6366],[-1.138999, 54.6371],[-1.139101, 54.6373],[-1.139101, 54.6377],[-1.138999, 54.6386],[-1.139101, 54.6388],[-1.1393, 54.6389],[-1.1395, 54.6389],[-1.1408, 54.638],[-1.141201, 54.6379],[-1.141299, 54.638],[-1.141401, 54.6381],[-1.1415, 54.6383],[-1.141401, 54.6386],[-1.1411, 54.6389],[-1.1407, 54.6391],[-1.1403, 54.6395],[-1.1402, 54.6397],[-1.1401, 54.6401],[-1.1402, 54.6409],[-1.1401, 54.6411],[-1.1395, 54.6415],[-1.138901, 54.6419],[-1.1386, 54.6421],[-1.138399, 54.6424],[-1.138299, 54.6429],[-1.1382, 54.6441],[-1.1381, 54.6447],[-1.138, 54.6451],[-1.137001, 54.6472],[-1.1365, 54.6481],[-1.1364, 54.6482],[-1.136001, 54.6482],[-1.1357, 54.6481],[-1.135599, 54.648],[-1.136299, 54.6454],[-1.1367, 54.6438],[-1.137001, 54.6425],[-1.137001, 54.6422],[-1.136899, 54.6419],[-1.1367, 54.6416],[-1.1352, 54.6406],[-1.1315, 54.6389],[-1.128, 54.6371],[-1.1264, 54.6363],[-1.1257, 54.6359],[-1.1251, 54.6354],[-1.123399, 54.6337],[-1.122599, 54.6331],[-1.1213, 54.6322],[-1.116201, 54.6297],[-1.11, 54.6273],[-1.1065, 54.6262],[-1.098701, 54.6243],[-1.0934, 54.6232],[-1.0865, 54.6220],[-1.083799, 54.6216],[-1.0828, 54.6215],[-1.0818, 54.6215],[-1.079599, 54.6217],[-1.0776, 54.6220],[-1.075199, 54.6225],[-1.0742, 54.6226],[-1.071001, 54.6221],[-1.0662, 54.6211],[-1.061401, 54.6199],[-1.0567, 54.6186],[-1.049899, 54.616],[-1.048501, 54.6151],[-1.0438, 54.6119],[-1.040799, 54.6098],[-1.0384, 54.6084],[-1.0352, 54.6068],[-1.024799, 54.6026],[-1.021899, 54.6016],[-1.0151, 54.599],[-1.008901, 54.597],[-1.001601, 54.5943],[-1.000499, 54.594],[-0.9991005, 54.5937],[-0.9953995, 54.5928],[-0.9920995, 54.5921],[-0.9885995, 54.5914],[-0.9845005, 54.5904],[-0.9820005000000002, 54.5898],[-0.9793995, 54.5892],[-0.9770005, 54.5887],[-0.9745005, 54.5882],[-0.9718995, 54.5877],[-0.9707995, 54.5875],[-0.9704995, 54.5875],[-0.9702995, 54.5876],[-0.9698995, 54.5878],[-0.9695995, 54.5879],[-0.9693005, 54.5879],[-0.9689005, 54.5877],[-0.9678995, 54.5868],[-0.9675995, 54.5867],[-0.9668005000000002, 54.5866],[-0.9666995000000002, 54.5866],[-0.9631995, 54.5867],[-0.9624995, 54.5866],[-0.9589005, 54.5862],[-0.9571995000000002, 54.5862],[-0.9558995, 54.5863],[-0.9525995, 54.587],[-0.9512005, 54.5874],[-0.9497995, 54.5876],[-0.9476995, 54.588],[-0.9456995, 54.5886],[-0.9426995, 54.5897],[-0.9408995, 54.5902],[-0.9389995, 54.5903],[-0.9378995, 54.5902],[-0.9360995, 54.5899],[-0.9347995, 54.5895],[-0.9322995, 54.5884],[-0.9304995, 54.5876],[-0.9291995, 54.5874],[-0.9273995000000002, 54.5873],[-0.9254995, 54.5873],[-0.9237995, 54.5872],[-0.9223995, 54.587],[-0.9216005, 54.5868],[-0.9197995, 54.5863],[-0.9181995, 54.5856],[-0.9168995000000002, 54.5848],[-0.9156995, 54.5840],[-0.9153995, 54.5837],[-0.9146995, 54.5826],[-0.9143995, 54.5821],[-0.9141005, 54.5818],[-0.9118995, 54.5805],[-0.9085005000000002, 54.5788],[-0.9060995, 54.5774],[-0.9039995, 54.5760],[-0.9035005000000002, 54.5757],[-0.9026995, 54.5753],[-0.9020995, 54.5751],[-0.9016995, 54.5750],[-0.9014995, 54.5750],[-0.8998995, 54.5757],[-0.8987995, 54.5761],[-0.8981995, 54.5762],[-0.8979995, 54.5762],[-0.8977995, 54.5760],[-0.8977995, 54.5758],[-0.8979995, 54.5755],[-0.8989005, 54.5744],[-0.8989005, 54.5743],[-0.8987995, 54.574],[-0.8985005, 54.5737],[-0.8973995, 54.5731],[-0.8971995000000003, 54.5729],[-0.8970995, 54.5727],[-0.8968005, 54.5719],[-0.8966995, 54.5718],[-0.8964005, 54.5717],[-0.8962005, 54.5717],[-0.8954995, 54.5722],[-0.8947995, 54.5725],[-0.8945005, 54.5725],[-0.8925995, 54.5723],[-0.8905995, 54.5721],[-0.8895995, 54.5721],[-0.8856995, 54.5724],[-0.8845995, 54.5724],[-0.8832995, 54.5723],[-0.8807995, 54.5719],[-0.8789995000000002, 54.5716],[-0.8762005, 54.5707],[-0.8739005, 54.5704],[-0.8726995, 54.5703],[-0.8712005, 54.5704],[-0.8691995, 54.5708],[-0.8672995, 54.5714],[-0.8660005, 54.5720],[-0.8648995, 54.5723],[-0.8612005, 54.5725],[-0.8568005, 54.5727],[-0.8532995, 54.5730],[-0.8516005, 54.5729],[-0.8499995, 54.5726],[-0.8496995, 54.5726],[-0.8485005, 54.5726],[-0.8481995, 54.5726],[-0.8478995, 54.5725],[-0.8470005, 54.5722],[-0.8453995, 54.5717],[-0.8443005, 54.5715],[-0.8426995000000002, 54.5713],[-0.8420005, 54.5710],[-0.8400995, 54.5701],[-0.8385005, 54.5695],[-0.8357995, 54.5688],[-0.8323995, 54.5679],[-0.8295995, 54.5672],[-0.8277995000000002, 54.5665],[-0.8266005000000002, 54.5658],[-0.8248995, 54.5645],[-0.8233995, 54.5635],[-0.8226995000000003, 54.5631],[-0.8214005, 54.5626],[-0.8193005, 54.5623],[-0.8158995, 54.5620],[-0.8135005, 54.5615],[-0.8106995, 54.5607],[-0.8087995, 54.56],[-0.8070005, 54.5596],[-0.8060995, 54.5595],[-0.8054995, 54.5595],[-0.8012995, 54.56],[-0.7998995, 54.5602],[-0.7978995, 54.5608],[-0.7970005, 54.5609],[-0.7966005, 54.5609],[-0.7949995000000002, 54.5607],[-0.7939995, 54.5608],[-0.7921995, 54.5614],[-0.7902995, 54.5617],[-0.7882995, 54.5619],[-0.7873995, 54.5620],[-0.7870995, 54.5619],[-0.7870005, 54.5618],[-0.7870005, 54.5616],[-0.7893005, 54.5608],[-0.7895005, 54.5606],[-0.7895005, 54.5604],[-0.7912005, 54.5603],[-0.7926995, 54.5593],[-0.7966005, 54.5577],[-0.7978995, 54.5567],[-0.7985005000000002, 54.5563],[-0.7987995, 54.5561],[-0.7991995, 54.5556],[-0.8003995000000002, 54.5528],[-0.8010995000000002, 54.5522],[-0.8020005, 54.5519],[-0.8032995, 54.5519],[-0.8060995, 54.5523],[-0.8120995, 54.5536],[-0.8133995, 54.5536],[-0.8141995, 54.5534],[-0.8149995, 54.5531],[-0.8168005000000002, 54.5521],[-0.8189995, 54.5509],[-0.8246995, 54.5485],[-0.8303995, 54.5465],[-0.8325995000000002, 54.5455],[-0.8346995, 54.5442],[-0.8360005000000003, 54.5428],[-0.8364005, 54.5425],[-0.8389005, 54.5419],[-0.8393995, 54.5417],[-0.8401995, 54.541],[-0.8427995, 54.5385],[-0.8450995, 54.5357],[-0.8468005, 54.5334],[-0.8495005, 54.5304],[-0.8498995, 54.5298],[-0.8502995, 54.5291],[-0.8505995, 54.5279],[-0.8505995, 54.5273],[-0.8503995, 54.5245],[-0.8503995, 54.5238],[-0.8504995, 54.5226],[-0.8507995000000003, 54.5212],[-0.8510995, 54.5202],[-0.8514005, 54.5193],[-0.8514005, 54.5187],[-0.8510995, 54.5173],[-0.8501995, 54.5139],[-0.8503995, 54.5134],[-0.8518995, 54.5121],[-0.8520995, 54.5116],[-0.8521995000000002, 54.5106],[-0.8518005, 54.5050],[-0.8516005, 54.5043],[-0.8507995000000003, 54.5020],[-0.8480995, 54.4986],[-0.8464005, 54.4967],[-0.8425995, 54.4926],[-0.8425995, 54.4923],[-0.8437995, 54.4897],[-0.8441005, 54.4893],[-0.8443995, 54.4891],[-0.8448995, 54.4891],[-0.8506995, 54.4894],[-0.8531995000000002, 54.4893],[-0.8637995, 54.4905],[-0.8721995, 54.4919],[-0.8729995, 54.4921],[-0.8735995, 54.4925],[-0.8741995000000002, 54.4929],[-0.8743005, 54.4933],[-0.8745995, 54.4946],[-0.8746995, 54.4951],[-0.8751995000000002, 54.4957],[-0.8760005, 54.4961],[-0.8799995000000002, 54.4971],[-0.8868005, 54.4983],[-0.8889005, 54.4987],[-0.8895995, 54.4986],[-0.8910005, 54.4984],[-0.8922995, 54.4980],[-0.8966995, 54.4969],[-0.9001995, 54.4959],[-0.9043995, 54.4950],[-0.9106995, 54.4939],[-0.9185995, 54.4929],[-0.9228995, 54.4923],[-0.9239995000000002, 54.4923],[-0.9256995, 54.4926],[-0.9266995, 54.4928],[-0.9275995, 54.4928],[-0.9295005, 54.4926],[-0.9320005, 54.4923],[-0.9350995, 54.4917],[-0.9407995, 54.4901],[-0.9429995, 54.4897],[-0.9451995, 54.4894],[-0.9495005000000002, 54.4894],[-0.9518995, 54.4897],[-0.9528995, 54.49],[-0.9541995, 54.4905],[-0.9589995, 54.4933],[-0.9612995, 54.4943],[-0.9633995, 54.4954],[-0.9637995, 54.4957],[-0.9651995, 54.4973],[-0.9662995, 54.4984],[-0.9668005000000002, 54.4987],[-0.9689005, 54.4992],[-0.9741005, 54.5000],[-0.9770995, 54.5007],[-0.9883995, 54.5022],[-0.9979995, 54.5040],[-0.9985995, 54.5041],[-1.000399, 54.5039],[-1.003, 54.5040],[-1.009501, 54.5041],[-1.0167, 54.5043],[-1.0197, 54.5043],[-1.0204, 54.5041],[-1.026201, 54.5000],[-1.029301, 54.4983],[-1.032899, 54.4964],[-1.0348, 54.4948],[-1.0355, 54.4947],[-1.040599, 54.4964],[-1.0419, 54.4968],[-1.042001, 54.4969],[-1.0416, 54.5003],[-1.0417, 54.5006],[-1.0423, 54.5007],[-1.0484, 54.499],[-1.049199, 54.4989],[-1.0509, 54.4993],[-1.0546, 54.5007],[-1.057899, 54.5017],[-1.0588, 54.5016],[-1.0596, 54.5014],[-1.063501, 54.4992],[-1.064, 54.4991],[-1.0661, 54.5001],[-1.067001, 54.5008],[-1.0707, 54.5030],[-1.0733, 54.5045],[-1.0741, 54.5050],[-1.0747, 54.5053],[-1.0792, 54.5053],[-1.080799, 54.5054],[-1.083099, 54.5052],[-1.084399, 54.5050],[-1.085, 54.5051],[-1.0856, 54.5053],[-1.0894, 54.5079],[-1.096001, 54.5106],[-1.1014, 54.5128],[-1.103199, 54.5139],[-1.1036, 54.5139],[-1.103999, 54.5136],[-1.108299, 54.5068],[-1.108999, 54.5055],[-1.1094, 54.5051],[-1.1152, 54.5032],[-1.118299, 54.5006],[-1.1188, 54.5002],[-1.1192, 54.5000],[-1.1208, 54.5001],[-1.1293, 54.5019],[-1.1342, 54.5027],[-1.139799, 54.5039],[-1.143299, 54.5047]]]]}, properties:{name:"Redcar and Cleveland"}}, {type:"Feature", geometry:{type:"MultiPolygon", coordinates:[[[[-0.7383995, 52.5505],[-0.7395005, 52.5517],[-0.7408995, 52.5534],[-0.7448995000000002, 52.5581],[-0.7471995, 52.5599],[-0.7481995, 52.5602],[-0.7489995, 52.5606],[-0.7495995, 52.5613],[-0.7508995000000003, 52.562],[-0.7521995, 52.5630],[-0.7541005, 52.5641],[-0.7550995, 52.5647],[-0.7566995, 52.5652],[-0.7583995, 52.5659],[-0.7593005, 52.5666],[-0.7600995000000002, 52.5689],[-0.7612005, 52.57],[-0.7620005, 52.5706],[-0.7627995, 52.5715],[-0.7632995, 52.5728],[-0.7633995, 52.5742],[-0.7633995, 52.5756],[-0.7631995, 52.5768],[-0.7627995, 52.5782],[-0.7627995, 52.5788],[-0.7637005, 52.5803],[-0.7641005, 52.5821],[-0.7645995, 52.5825],[-0.7655995, 52.5828],[-0.7673995, 52.583],[-0.7685995, 52.5833],[-0.7696995, 52.5839],[-0.7710005, 52.5847],[-0.7720995, 52.5848],[-0.7724995, 52.5851],[-0.7735005, 52.586],[-0.7751995, 52.5879],[-0.7774995, 52.5898],[-0.7805995, 52.5919],[-0.7812995, 52.5927],[-0.7818005, 52.5945],[-0.7828995, 52.5954],[-0.7845005, 52.5963],[-0.7868995, 52.5971],[-0.7926995, 52.597],[-0.7948995, 52.5969],[-0.7982995000000003, 52.5971],[-0.8002995, 52.5964],[-0.8024995, 52.5959],[-0.8054995, 52.5953],[-0.8089005, 52.5946],[-0.8137995, 52.5933],[-0.8160005, 52.5934],[-0.8173995, 52.5952],[-0.8205995, 52.5966],[-0.8205995, 52.5979],[-0.8189995, 52.6023],[-0.8189005, 52.6037],[-0.8189005, 52.6042],[-0.8198995, 52.6061],[-0.8200995, 52.6071],[-0.8198995, 52.6085],[-0.8191995, 52.6098],[-0.8179995000000002, 52.6109],[-0.8145995, 52.6125],[-0.8107995, 52.6151],[-0.8103995, 52.6159],[-0.8091995, 52.6195],[-0.8082995, 52.6203],[-0.8071995000000002, 52.6208],[-0.8066005000000002, 52.6216],[-0.8066995, 52.622],[-0.8116995, 52.6259],[-0.8116005, 52.6267],[-0.8108995, 52.6276],[-0.8108995, 52.6291],[-0.8102995, 52.6294],[-0.8075995, 52.6306],[-0.8057995000000002, 52.6321],[-0.8051995, 52.6344],[-0.8041995, 52.6365],[-0.8026995, 52.6379],[-0.8026995, 52.6385],[-0.8031995, 52.639],[-0.8048995, 52.6397],[-0.8071995000000002, 52.6396],[-0.8085005, 52.6395],[-0.8095005, 52.6397],[-0.8104995000000003, 52.6404],[-0.8103995, 52.6408],[-0.8098995, 52.6418],[-0.8096995, 52.6444],[-0.8091005, 52.646],[-0.8080995, 52.6469],[-0.8055995, 52.6476],[-0.8051995, 52.6483],[-0.8014995, 52.6539],[-0.7991995, 52.6569],[-0.7978995, 52.6572],[-0.7955995, 52.6569],[-0.7951995, 52.6572],[-0.7937995, 52.6592],[-0.7937995, 52.6598],[-0.7946995, 52.6608],[-0.7950995, 52.6622],[-0.7946995, 52.6633],[-0.7937995, 52.664],[-0.7923995, 52.6649],[-0.7912005, 52.6663],[-0.7850995, 52.6669],[-0.7837995, 52.6677],[-0.7829995, 52.6689],[-0.7832995, 52.6712],[-0.7841995, 52.6735],[-0.7853995, 52.6787],[-0.7851995000000002, 52.6807],[-0.7846995, 52.6822],[-0.7847995, 52.6827],[-0.7870005, 52.6854],[-0.7870995, 52.6866],[-0.7857995, 52.6926],[-0.7854995, 52.6931],[-0.7864995, 52.6938],[-0.7905995, 52.6941],[-0.7914005, 52.6943],[-0.7926995, 52.6948],[-0.7932995000000002, 52.6955],[-0.7935995000000002, 52.6963],[-0.7939005, 52.6979],[-0.7939995, 52.6995],[-0.7939995, 52.7018],[-0.7948995, 52.7029],[-0.7970995, 52.7022],[-0.7998995, 52.702],[-0.8010005, 52.7029],[-0.8018005, 52.7038],[-0.7991005, 52.7069],[-0.7997995, 52.7075],[-0.8081995, 52.7104],[-0.8103995, 52.7117],[-0.8106995, 52.7131],[-0.8118995000000002, 52.7136],[-0.8125995, 52.714],[-0.8164005, 52.7145],[-0.8166005, 52.7152],[-0.8166995, 52.7183],[-0.8157995, 52.7229],[-0.8151995, 52.7241],[-0.8129995, 52.7255],[-0.8123995, 52.7264],[-0.8116005, 52.7288],[-0.8112005, 52.7293],[-0.8087005, 52.7297],[-0.8064005, 52.7301],[-0.8050995, 52.7303],[-0.8039995, 52.7311],[-0.8027995, 52.7326],[-0.8014995, 52.7341],[-0.8000995, 52.7353],[-0.7983995000000002, 52.736],[-0.7964005, 52.7359],[-0.7949995000000002, 52.7361],[-0.7926995, 52.7375],[-0.7916005, 52.7388],[-0.7910005, 52.7398],[-0.7889995, 52.7403],[-0.7870005, 52.7405],[-0.7846995, 52.7402],[-0.7827995000000002, 52.7401],[-0.7808995, 52.7407],[-0.7791005, 52.7417],[-0.7776995, 52.7431],[-0.7764995, 52.7434],[-0.7720995, 52.7435],[-0.7700995, 52.7443],[-0.7677995, 52.7432],[-0.7653995, 52.7407],[-0.7635005, 52.7393],[-0.7620995000000002, 52.739],[-0.7599995, 52.7393],[-0.7551995, 52.7393],[-0.7539005, 52.7387],[-0.7528995, 52.7368],[-0.7520995, 52.7365],[-0.7499995, 52.7364],[-0.7462995, 52.7370],[-0.7431995, 52.7384],[-0.7407995000000002, 52.7393],[-0.7349995, 52.7405],[-0.7318995, 52.7408],[-0.7289005, 52.7408],[-0.7264995, 52.7415],[-0.7228995, 52.7424],[-0.7143995000000002, 52.7437],[-0.7132995, 52.7454],[-0.7122995, 52.7455],[-0.7116995000000002, 52.7475],[-0.7077995, 52.748],[-0.7062005, 52.7486],[-0.7033995, 52.75],[-0.7016005, 52.7503],[-0.6952995, 52.7512],[-0.6951995, 52.7527],[-0.6948995, 52.7535],[-0.6941995, 52.7541],[-0.6925995, 52.7547],[-0.6735995, 52.758],[-0.6725995, 52.7571],[-0.6708995, 52.7567],[-0.6620005, 52.7606],[-0.6589005, 52.7574],[-0.6518005, 52.7576],[-0.6407995, 52.7583],[-0.6349995, 52.7585],[-0.6323995, 52.7586],[-0.6170995, 52.7598],[-0.6071995, 52.7605],[-0.6030995, 52.7604],[-0.6020995, 52.7554],[-0.6006995, 52.7518],[-0.5929995, 52.7526],[-0.5897995, 52.7534],[-0.5835005, 52.7547],[-0.5725995, 52.7539],[-0.5695005, 52.7525],[-0.5655995, 52.7474],[-0.5639995, 52.7465],[-0.5568995, 52.7460],[-0.5452995, 52.7418],[-0.5379995, 52.7398],[-0.5366005, 52.7380],[-0.5374995, 52.7338],[-0.5396995, 52.7263],[-0.5397995, 52.7255],[-0.5393995, 52.7245],[-0.5368995, 52.7239],[-0.5239995, 52.7225],[-0.5127995, 52.7212],[-0.5087995, 52.7204],[-0.5057995, 52.7186],[-0.5004995, 52.715],[-0.4973995, 52.7139],[-0.4918005, 52.7114],[-0.4866995, 52.7106],[-0.4766995, 52.7104],[-0.4735005, 52.7099],[-0.4691005, 52.7096],[-0.4533995, 52.7098],[-0.4339005, 52.7068],[-0.4320005, 52.7061],[-0.4307995, 52.7054],[-0.4287005, 52.7025],[-0.4279995, 52.6995],[-0.4320005, 52.6921],[-0.4329995, 52.689],[-0.4331995, 52.6859],[-0.4370005, 52.6824],[-0.4389005, 52.6809],[-0.4423995, 52.6785],[-0.4495995, 52.6733],[-0.4521995, 52.6715],[-0.4593995, 52.6699],[-0.4724995, 52.6687],[-0.4773995, 52.6669],[-0.4785005, 52.6655],[-0.4816995, 52.6650],[-0.4848995, 52.6645],[-0.4910005, 52.6641],[-0.4891005, 52.6605],[-0.4937995, 52.6597],[-0.4966995, 52.6598],[-0.5010995, 52.6593],[-0.5047995, 52.657],[-0.5085995, 52.6590],[-0.5177995, 52.6647],[-0.5207995, 52.6645],[-0.5250995, 52.6616],[-0.5268995, 52.6574],[-0.5116005, 52.6543],[-0.5027995, 52.6466],[-0.4996995, 52.6463],[-0.4923995, 52.6477],[-0.4904995, 52.6465],[-0.4926995, 52.6451],[-0.4932995, 52.6447],[-0.4930995, 52.6442],[-0.4947995, 52.6437],[-0.4964995, 52.6434],[-0.4962995, 52.643],[-0.4950995, 52.6406],[-0.5031995, 52.6411],[-0.5085005, 52.6418],[-0.5131995, 52.6427],[-0.5132995, 52.6432],[-0.5154995, 52.6429],[-0.5177995, 52.6423],[-0.5183995, 52.642],[-0.5187995, 52.6414],[-0.5189005, 52.6406],[-0.5191005, 52.6386],[-0.5195995, 52.6376],[-0.5202995, 52.6369],[-0.5212005, 52.6363],[-0.5222995, 52.6357],[-0.5243005, 52.6347],[-0.5266005, 52.6338],[-0.5293995, 52.6327],[-0.5312005, 52.6319],[-0.5316005, 52.6316],[-0.5318005, 52.6312],[-0.5320995, 52.6293],[-0.5324995, 52.6286],[-0.5330995, 52.6282],[-0.5339005, 52.6279],[-0.5354995, 52.6274],[-0.5366995, 52.6270],[-0.5373995, 52.6266],[-0.5377995, 52.6263],[-0.5380995, 52.6259],[-0.5381995, 52.6253],[-0.5380995, 52.6248],[-0.5378995, 52.6244],[-0.5360995, 52.6228],[-0.5357995, 52.6223],[-0.5355995, 52.6218],[-0.5355995, 52.6208],[-0.5357995, 52.6203],[-0.5360995, 52.6199],[-0.5368005, 52.6191],[-0.5378995, 52.6182],[-0.5397995, 52.617],[-0.5418005, 52.6160],[-0.5446995, 52.6147],[-0.5472995, 52.6135],[-0.5476995, 52.6131],[-0.5477995, 52.6127],[-0.5476995, 52.6124],[-0.5470005, 52.6116],[-0.5455995, 52.6100],[-0.5453995, 52.6095],[-0.5452995, 52.6085],[-0.5454995, 52.6077],[-0.5456995, 52.6072],[-0.5472995, 52.6058],[-0.5487995, 52.6048],[-0.5493005, 52.6044],[-0.5495995, 52.6038],[-0.5497995, 52.6028],[-0.5496995, 52.6022],[-0.5495005, 52.6017],[-0.5491005, 52.6012],[-0.5483995, 52.6006],[-0.5477995, 52.6002],[-0.5471995, 52.5999],[-0.5443995, 52.5989],[-0.5422995, 52.5981],[-0.5410995, 52.5975],[-0.5405995, 52.597],[-0.5401995, 52.5962],[-0.5402995, 52.5952],[-0.5410005, 52.5945],[-0.5421995, 52.5939],[-0.5437995, 52.5935],[-0.5451995, 52.5934],[-0.5476995, 52.594],[-0.5495995, 52.5946],[-0.5505995, 52.5948],[-0.5518005, 52.5949],[-0.5527995, 52.5949],[-0.5543995, 52.5948],[-0.5558995, 52.5946],[-0.5574995, 52.5943],[-0.5583995000000002, 52.594],[-0.5591995, 52.5936],[-0.5595995, 52.5933],[-0.5597995, 52.5927],[-0.5597995, 52.5921],[-0.5593995, 52.5896],[-0.5595995, 52.5888],[-0.5600995, 52.5882],[-0.5610005, 52.5878],[-0.5631995, 52.5877],[-0.5652995, 52.5874],[-0.5679995, 52.5871],[-0.5704995, 52.5871],[-0.5725995, 52.5873],[-0.5743995, 52.5878],[-0.5754995000000002, 52.5884],[-0.5764005, 52.5892],[-0.5768995, 52.59],[-0.5770995, 52.5909],[-0.5770005, 52.592],[-0.5760995, 52.5941],[-0.5760995, 52.5948],[-0.5764005, 52.5954],[-0.5768995, 52.5959],[-0.5777995, 52.5964],[-0.5787005, 52.5967],[-0.5795005, 52.5968],[-0.5800995, 52.5968],[-0.5808995, 52.5966],[-0.5814005, 52.5963],[-0.5818005, 52.596],[-0.5818995, 52.5955],[-0.5816005, 52.5946],[-0.5812995, 52.5935],[-0.5812995, 52.593],[-0.5814995, 52.5926],[-0.5818995, 52.5922],[-0.5830995, 52.591],[-0.5843005, 52.59],[-0.5853995, 52.5893],[-0.5864995, 52.5887],[-0.5878995, 52.5885],[-0.5895005, 52.5887],[-0.5924995, 52.5892],[-0.5964005, 52.5898],[-0.5976995, 52.59],[-0.5991005, 52.59],[-0.6006995, 52.5898],[-0.6018005, 52.5895],[-0.6025995, 52.5892],[-0.6032995, 52.5886],[-0.6048995, 52.5872],[-0.6057995, 52.5866],[-0.6068995, 52.586],[-0.6079995, 52.5857],[-0.6093005, 52.5855],[-0.6107995, 52.5853],[-0.6123995, 52.5851],[-0.6129995, 52.585],[-0.6137005, 52.5847],[-0.6143995, 52.5842],[-0.6160995, 52.5826],[-0.6171995, 52.5817],[-0.6181995, 52.5811],[-0.6189005, 52.5808],[-0.6203995, 52.5806],[-0.6225995, 52.5802],[-0.6237995, 52.5797],[-0.6246995, 52.5791],[-0.6257995, 52.5783],[-0.6262995, 52.5779],[-0.6272995, 52.5776],[-0.6293005, 52.5771],[-0.6307995, 52.5767],[-0.6314005, 52.5762],[-0.6316995, 52.5757],[-0.6320005, 52.5746],[-0.6321995, 52.5743],[-0.6330995, 52.5738],[-0.6355995, 52.5729],[-0.6366995, 52.5723],[-0.6372995, 52.5725],[-0.6389995, 52.5733],[-0.6430995, 52.5739],[-0.6455995, 52.5743],[-0.6478995, 52.5722],[-0.6498995, 52.5707],[-0.6552995, 52.5687],[-0.6601995, 52.5663],[-0.6627995, 52.5655],[-0.6658995, 52.5646],[-0.6683995, 52.5639],[-0.6685995, 52.5608],[-0.6691005, 52.5569],[-0.6741995, 52.5575],[-0.6762005, 52.5568],[-0.6776995, 52.5562],[-0.6820995, 52.5538],[-0.6835995, 52.5510],[-0.6868005, 52.5495],[-0.6880995, 52.5481],[-0.6895005, 52.5445],[-0.6931995, 52.5452],[-0.6954995, 52.5416],[-0.7012005, 52.5385],[-0.7014995, 52.5337],[-0.7031995, 52.5301],[-0.7087005, 52.5253],[-0.7129995, 52.523],[-0.7164005, 52.5251],[-0.7185995, 52.5262],[-0.7193005, 52.5269],[-0.7214995, 52.5284],[-0.7243005, 52.5308],[-0.7256995, 52.5317],[-0.7276995, 52.5322],[-0.7283995, 52.5329],[-0.7293005, 52.5336],[-0.7298995, 52.5345],[-0.7302995000000002, 52.5355],[-0.7308995, 52.5357],[-0.7328995, 52.5359],[-0.7345995, 52.5364],[-0.7354995, 52.5371],[-0.7370995, 52.5381],[-0.7408995, 52.5408],[-0.7421995, 52.542],[-0.7423995, 52.5427],[-0.7421995, 52.5432],[-0.7406995, 52.5441],[-0.7389995, 52.5458],[-0.7383995, 52.5465],[-0.7380995, 52.5473],[-0.7380995, 52.5487],[-0.7383995, 52.5505]]]]}, properties:{name:"Rutland"}}, {type:"Feature", geometry:{type:"MultiPolygon", coordinates:[[[[-0.5670005,51.4971],[-0.5691995,51.4932],[-0.5698995,51.4928],[-0.5707995,51.4928],[-0.5872995,51.4999],[-0.5893995,51.5010],[-0.5900995,51.5007],[-0.5901995,51.4996],[-0.5907995,51.4995],[-0.5993995,51.5021],[-0.6007995,51.5022],[-0.6014995,51.5019],[-0.6027995,51.499],[-0.6028995,51.4988],[-0.6037995,51.4988],[-0.6062005,51.4992],[-0.6098995,51.5002],[-0.6185005,51.5031],[-0.6220005,51.5045],[-0.6241005,51.5053],[-0.6271995,51.5057],[-0.6303995,51.5057],[-0.6312995,51.505],[-0.6329995,51.5031],[-0.6341995,51.5026],[-0.6356995,51.5026],[-0.6401995,51.5027],[-0.6418005,51.5025],[-0.6420005,51.5031],[-0.6422995,51.5034],[-0.6437995,51.5046],[-0.6456995,51.5059],[-0.6471995,51.5068],[-0.6487995,51.5075],[-0.6500995,51.5080],[-0.6530995,51.5090],[-0.6532995,51.5095],[-0.6510995,51.5130],[-0.6500995,51.5196],[-0.6503995,51.5201],[-0.6516005,51.5209],[-0.6527995,51.5211],[-0.6591005,51.5213],[-0.6599995,51.5216],[-0.6605995,51.5255],[-0.6601995,51.5275],[-0.6591005,51.5283],[-0.6570005,51.5296],[-0.6554995,51.5303],[-0.6539005,51.5311],[-0.6507995,51.5324],[-0.6495005,51.5329],[-0.6470995,51.5341],[-0.6457995,51.5359],[-0.6449995,51.5375],[-0.6443995,51.5381],[-0.6437995,51.5385],[-0.6429995,51.5387],[-0.6418005,51.5389],[-0.6405995,51.5391],[-0.6339005,51.54],[-0.6312995,51.5402],[-0.6304995,51.5402],[-0.6277995,51.5394],[-0.6241005,51.5388],[-0.6216005,51.5385],[-0.6198995,51.5382],[-0.6183995,51.5356],[-0.6162995,51.5346],[-0.6132995,51.5333],[-0.6105995,51.5337],[-0.6082995,51.5338],[-0.6050995,51.5329],[-0.6031995,51.5314],[-0.6012005,51.5305],[-0.5985005,51.5315],[-0.5945995,51.5326],[-0.5914995,51.5301],[-0.5912005,51.5261],[-0.5843005,51.525],[-0.5821995,51.5273],[-0.5795995,51.5314],[-0.5770005,51.5353],[-0.5762995,51.536],[-0.5737995,51.5362],[-0.5702995,51.5357],[-0.5696995,51.5329],[-0.5687995,51.5303],[-0.5670005,51.5253],[-0.5658995,51.5243],[-0.5607995,51.5215],[-0.5635995,51.5194],[-0.5668005,51.5165],[-0.5637005,51.5135],[-0.5601995,51.5109],[-0.5557995,51.5101],[-0.5514995,51.5090],[-0.5379995,51.5084],[-0.5323995,51.5078],[-0.5277995,51.5076],[-0.5273995,51.5071],[-0.5277995,51.5059],[-0.5298995,51.5036],[-0.5312995,51.5019],[-0.5314005,51.5011],[-0.5310005,51.5006],[-0.5285005,51.5003],[-0.5279995,51.4999],[-0.5282995,51.4988],[-0.5296995,51.4952],[-0.5295005,51.4946],[-0.5250995,51.4947],[-0.5128995,51.4952],[-0.4916995,51.4958],[-0.4929995,51.4935],[-0.4951995,51.4893],[-0.4976995,51.4861],[-0.5010005,51.4832],[-0.5023995,51.4811],[-0.5027995,51.4798],[-0.5031995,51.4772],[-0.5033995,51.4742],[-0.5039005,51.4726],[-0.5052995,51.4706],[-0.5060005,51.4694],[-0.5089995,51.4698],[-0.5141995,51.4706],[-0.5185005,51.4713],[-0.5241995,51.4728],[-0.5243995,51.4753],[-0.5245005,51.4761],[-0.5243995,51.4779],[-0.5241995,51.479],[-0.5239995,51.4796],[-0.5228995,51.4812],[-0.5232995,51.4818],[-0.5266995,51.4823],[-0.5301995,51.4829],[-0.5312005,51.4833],[-0.5337005,51.4854],[-0.5375995,51.4891],[-0.5385995,51.4898],[-0.5422995,51.4901],[-0.5532995,51.4904],[-0.5539995,51.4905],[-0.5541995,51.4906],[-0.5543005,51.4913],[-0.5521995,51.4946],[-0.5518995,51.4951],[-0.5518995,51.4953],[-0.5520005,51.4956],[-0.5523995,51.4962],[-0.5555995,51.4976],[-0.5576995,51.4984],[-0.5618005,51.5001],[-0.5646995,51.5012],[-0.5653995,51.5011],[-0.5670005,51.4971]]]]}, properties:{name:"Slough"}}, {type:"Feature", geometry:{type:"MultiPolygon", coordinates:[[[[-1.474, 50.9219],[-1.4733, 50.922],[-1.4728, 50.9221],[-1.469599, 50.9228],[-1.468901, 50.9263],[-1.470199, 50.9317],[-1.4662, 50.9334],[-1.4656, 50.9338],[-1.465299, 50.9345],[-1.4656, 50.9362],[-1.467, 50.9372],[-1.467299, 50.9378],[-1.4672, 50.9383],[-1.4642, 50.9406],[-1.4604, 50.9436],[-1.457399, 50.9461],[-1.4562, 50.9465],[-1.4548, 50.9456],[-1.4526, 50.9428],[-1.452, 50.943],[-1.452, 50.9437],[-1.451699, 50.9446],[-1.4511, 50.9454],[-1.4507, 50.9463],[-1.4507, 50.9472],[-1.451499, 50.9482],[-1.4522, 50.9492],[-1.4522, 50.9498],[-1.451699, 50.9503],[-1.450199, 50.9503],[-1.4482, 50.9490],[-1.4461, 50.9474],[-1.443799, 50.9463],[-1.4421, 50.9462],[-1.4397, 50.947],[-1.439, 50.9475],[-1.4378, 50.9482],[-1.4361, 50.9487],[-1.4326, 50.9471],[-1.429999, 50.9464],[-1.427899, 50.9465],[-1.4274, 50.9465],[-1.426499, 50.9467],[-1.4249, 50.9481],[-1.4233, 50.9502],[-1.422199, 50.9508],[-1.419301, 50.9513],[-1.417199, 50.9510],[-1.416401, 50.9499],[-1.4159, 50.9495],[-1.4153, 50.9494],[-1.412199, 50.9505],[-1.4104, 50.9505],[-1.4098, 50.9513],[-1.407799, 50.9546],[-1.406299, 50.9565],[-1.404, 50.9561],[-1.4037, 50.9547],[-1.4029, 50.9528],[-1.4004, 50.9518],[-1.399999, 50.9518],[-1.3972, 50.9517],[-1.394101, 50.9511],[-1.393, 50.9507],[-1.3909, 50.9485],[-1.3896, 50.9482],[-1.3823, 50.9505],[-1.376201, 50.9508],[-1.372499, 50.9508],[-1.3681, 50.9506],[-1.367499, 50.9505],[-1.364699, 50.9496],[-1.3624, 50.9489],[-1.356001, 50.9458],[-1.3528, 50.944],[-1.3526, 50.9433],[-1.354599, 50.9402],[-1.3543, 50.9398],[-1.3522, 50.9394],[-1.3509, 50.9385],[-1.351001, 50.9377],[-1.3529, 50.9359],[-1.353999, 50.9349],[-1.3556, 50.9322],[-1.355399, 50.9306],[-1.354501, 50.9295],[-1.351699, 50.9282],[-1.344301, 50.9256],[-1.340899, 50.9256],[-1.338799, 50.926],[-1.338199, 50.9258],[-1.3378, 50.9255],[-1.3362, 50.924],[-1.3283, 50.9167],[-1.323701, 50.9132],[-1.323701, 50.9126],[-1.327, 50.9114],[-1.327, 50.9107],[-1.326499, 50.9077],[-1.3263, 50.9060],[-1.3256, 50.9059],[-1.322199, 50.9059],[-1.3217, 50.9049],[-1.321401, 50.9027],[-1.3248, 50.9023],[-1.327999, 50.9022],[-1.331001, 50.9009],[-1.333799, 50.9003],[-1.335299, 50.8996],[-1.337299, 50.8988],[-1.339501, 50.8981],[-1.341401, 50.8971],[-1.343199, 50.8952],[-1.345399, 50.8921],[-1.3479, 50.8883],[-1.3485, 50.8869],[-1.355, 50.8853],[-1.356099, 50.8853],[-1.3579, 50.8857],[-1.359599, 50.8854],[-1.3609, 50.8849],[-1.3622, 50.884],[-1.363199, 50.883],[-1.363701, 50.8824],[-1.368, 50.8675],[-1.3684, 50.8673],[-1.369101, 50.8676],[-1.372499, 50.8693],[-1.376899, 50.8718],[-1.3859, 50.8767],[-1.3953, 50.8793],[-1.399199, 50.8813],[-1.402699, 50.8838],[-1.406299, 50.8877],[-1.4089, 50.8908],[-1.4139, 50.8946],[-1.4167, 50.8963],[-1.423599, 50.8981],[-1.4306, 50.9009],[-1.4388, 50.9039],[-1.442299, 50.9043],[-1.4491, 50.9037],[-1.4529, 50.9041],[-1.4621, 50.9075],[-1.4677, 50.91],[-1.4708, 50.9167],[-1.4723, 50.9182],[-1.4755, 50.9198],[-1.476001, 50.9202],[-1.476801, 50.9206],[-1.476699, 50.9216],[-1.4751, 50.9218],[-1.474, 50.9219]]]]}, properties:{name:"Southampton"}}, {type:"Feature", geometry:{type:"MultiPolygon", coordinates:[[[[0.6587995,51.5729],[0.6639005,51.5724],[0.6783005,51.5729],[0.6785005,51.5709],[0.6785995,51.5703],[0.6801005,51.5701],[0.6844005,51.5696],[0.6881005,51.5690],[0.6885005,51.5689],[0.6916005,51.5685],[0.6969005,51.5678],[0.7035005,51.5675],[0.7073005,51.5664],[0.7079005,51.5654],[0.7077005,51.5638],[0.7077005,51.5632],[0.7181005,51.5626],[0.7181005,51.5613],[0.7192005000000002,51.5610],[0.7274005,51.5606],[0.7364995,51.5608],[0.7385005,51.5605],[0.7439995,51.5609],[0.7479995,51.5603],[0.7510995,51.5596],[0.7537005,51.5587],[0.7542005,51.5583],[0.7543005,51.5572],[0.7549005,51.5565],[0.7567005,51.5558],[0.7593005,51.5552],[0.7606005,51.5544],[0.7610995000000002,51.5529],[0.7629005,51.5531],[0.7764005000000003,51.5524],[0.7852005,51.5536],[0.7860995,51.5535],[0.7862005,51.5527],[0.7892005,51.5504],[0.7920005,51.5478],[0.8095005,51.5451],[0.8117005000000002,51.5446],[0.8137995,51.5437],[0.8146005,51.5435],[0.8169005,51.5372],[0.8137995,51.5358],[0.8119005,51.5349],[0.8101005,51.5341],[0.8052005,51.5316],[0.8003005,51.5282],[0.7975005,51.5258],[0.7948005,51.5242],[0.7924005000000002,51.5229],[0.7904995,51.5217],[0.7889005,51.5212],[0.7871005,51.5211],[0.7864995,51.5210],[0.7858995,51.5207],[0.7850005,51.5203],[0.7846005,51.5202],[0.7843005,51.5202],[0.7839005000000002,51.5202],[0.7837005,51.5203],[0.7835995,51.5210],[0.7835005,51.5212],[0.7831005,51.5215],[0.7814995,51.5218],[0.7792005,51.522],[0.7733995,51.5235],[0.7681005,51.5257],[0.7614995,51.5272],[0.7571005,51.5281],[0.7539995000000002,51.5287],[0.7522005,51.5290],[0.7496005,51.5292],[0.7464995,51.5293],[0.7419005,51.5290],[0.7383995,51.5290],[0.7352005,51.5295],[0.7306995,51.5303],[0.7258995,51.5316],[0.7243005,51.5319],[0.7227005,51.5321],[0.7206005,51.5319],[0.7183005,51.5324],[0.7160995,51.5328],[0.7124005,51.5325],[0.7100005,51.5323],[0.7079995,51.5324],[0.7047005000000002,51.5329],[0.7014005,51.5335],[0.6969005,51.5342],[0.6919005,51.5347],[0.6896005,51.5349],[0.6871005,51.535],[0.6843005,51.5351],[0.6814005,51.5358],[0.6754005,51.5373],[0.6724005,51.5377],[0.6696005,51.5377],[0.6610005,51.5382],[0.6533005,51.5393],[0.6493005,51.5402],[0.6464005,51.5403],[0.6425005,51.5397],[0.6406995,51.5391],[0.6372005,51.5387],[0.6358005,51.5382],[0.6316005,51.5385],[0.6294005,51.5383],[0.6283995,51.5374],[0.6273005,51.5368],[0.6254995,51.5369],[0.6242005000000002,51.5416],[0.6248005,51.5471],[0.6253005,51.5489],[0.6256995,51.5499],[0.6285995,51.5525],[0.6303005000000002,51.5543],[0.6320005,51.5556],[0.6329995,51.5568],[0.6339995,51.5578],[0.6360005,51.5599],[0.6364005,51.5609],[0.6369005,51.5627],[0.6370005,51.5645],[0.6364995,51.5650],[0.6353005,51.5658],[0.6370005,51.5678],[0.6370005,51.5697],[0.6374005,51.5709],[0.6392005,51.5754],[0.6414995,51.5791],[0.6420005,51.5798],[0.6421005,51.5799],[0.6495005,51.5762],[0.6533005,51.5745],[0.6564995,51.5732],[0.6587995,51.5729]]],[[[0.6475005,51.5368],[0.6464005,51.5366],[0.6456005,51.5364],[0.6446005,51.5358],[0.6443005,51.5356],[0.6439995,51.5355],[0.6437005,51.5356],[0.6433005,51.5363],[0.6428005,51.5362],[0.6422005,51.5359],[0.6420005,51.5356],[0.6426005,51.5348],[0.6425005,51.5345],[0.6417005,51.5344],[0.6410995,51.5344],[0.6403005,51.5339],[0.6396005,51.5332],[0.6393005,51.533],[0.6389005,51.5332],[0.6387995,51.5334],[0.6387995,51.5336],[0.6395005,51.5347],[0.6395005,51.5349],[0.6379005,51.5349],[0.6358005,51.5344],[0.6329005,51.5338],[0.6308995,51.5333],[0.6299005,51.5327],[0.6285005,51.5319],[0.6278005,51.5319],[0.6271005,51.5322],[0.6260995,51.5322],[0.6251005,51.5321],[0.6233995,51.5322],[0.6212005,51.5324],[0.6177005,51.5329],[0.6129995,51.533],[0.6123005,51.5332],[0.6119005,51.5333],[0.6118005,51.5336],[0.6119005,51.5339],[0.6120005,51.5341],[0.6122005,51.5343],[0.6135995,51.5343],[0.6158005,51.5343],[0.6196005,51.5347],[0.6231005,51.5351],[0.6254005,51.5354],[0.6275005,51.5361],[0.6296005,51.5369],[0.6318005,51.5375],[0.6335995,51.5377],[0.6349005,51.5376],[0.6360995,51.5372],[0.6367005,51.5369],[0.6387005,51.5367],[0.6423005000000002,51.5371],[0.6433005,51.5375],[0.6439995,51.5378],[0.6448005,51.5379],[0.6456995,51.5383],[0.6464995,51.5387],[0.6470005,51.5389],[0.6475005,51.5389],[0.6479005,51.5388],[0.6481995,51.5387],[0.6485995,51.5381],[0.6485995,51.5378],[0.6485995,51.5375],[0.6483995,51.5372],[0.6475005,51.5368]]]]}, properties:{name:"Southend-on-Sea"}}, {type:"Feature", geometry:{type:"MultiPolygon", coordinates:[[[[-2.5246,51.4359],[-2.5214,51.4384],[-2.5176,51.4413],[-2.5112,51.4469],[-2.5089,51.4487],[-2.5069,51.4505],[-2.490099,51.4576],[-2.486201,51.4616],[-2.486099,51.4632],[-2.4893,51.4658],[-2.4909,51.4659],[-2.493799,51.4682],[-2.493099,51.471],[-2.493799,51.4741],[-2.4953,51.4805],[-2.4956,51.4821],[-2.503099,51.4907],[-2.5076,51.493],[-2.5136,51.4965],[-2.5165,51.493],[-2.519599,51.4925],[-2.522599,51.4924],[-2.5265,51.4917],[-2.5301,51.4903],[-2.533099,51.4887],[-2.5348,51.488],[-2.536099,51.4864],[-2.538701,51.4896],[-2.539799,51.4941],[-2.543,51.4937],[-2.546801,51.492],[-2.5504,51.4912],[-2.55690,51.4945],[-2.555399,51.5002],[-2.55690,51.5014],[-2.5614,51.5029],[-2.5732,51.5064],[-2.5804,51.5092],[-2.5796,51.5116],[-2.5804,51.5133],[-2.580899,51.5145],[-2.576699,51.5174],[-2.577699,51.5182],[-2.578701,51.5189],[-2.5854,51.5191],[-2.589301,51.5181],[-2.5919,51.5181],[-2.6008,51.5168],[-2.605099,51.5163],[-2.610899,51.5164],[-2.620199,51.5162],[-2.6264,51.5155],[-2.6377,51.5137],[-2.6429,51.5127],[-2.647001,51.5124],[-2.6542,51.5137],[-2.6528,51.5228],[-2.656001,51.524],[-2.658099,51.5252],[-2.659699,51.5271],[-2.6631,51.5290],[-2.661801,51.5318],[-2.662199,51.5349],[-2.667799,51.5426],[-2.672699,51.5455],[-2.671401,51.5473],[-2.6685,51.5506],[-2.667399,51.552],[-2.6666,51.5531],[-2.6663,51.5539],[-2.666201,51.5547],[-2.6661,51.556],[-2.66590,51.5594],[-2.664799,51.5649],[-2.6647,51.5678],[-2.664599,51.5685],[-2.6644,51.5691],[-2.6638,51.5703],[-2.662899,51.5728],[-2.6626,51.5733],[-2.662199,51.5738],[-2.6617,51.5742],[-2.656001,51.5759],[-2.6543,51.5766],[-2.6536,51.577],[-2.651299,51.5792],[-2.647099,51.5827],[-2.6429,51.5858],[-2.64150,51.5871],[-2.640199,51.5884],[-2.639199,51.5898],[-2.638,51.5912],[-2.6359,51.5933],[-2.6428,51.6033],[-2.638799,51.6074],[-2.636699,51.6107],[-2.6438,51.6241],[-2.6222,51.649],[-2.616899,51.6547],[-2.576,51.6632],[-2.559999,51.6729],[-2.548,51.68],[-2.5423,51.6840],[-2.5413,51.6835],[-2.531899,51.6779],[-2.52510,51.6739],[-2.517299,51.6719],[-2.510499,51.6693],[-2.5069,51.6677],[-2.498399,51.665],[-2.49,51.6641],[-2.4892,51.6599],[-2.4911,51.6527],[-2.4913,51.6504],[-2.490799,51.6496],[-2.4842,51.6488],[-2.4677,51.6480],[-2.459899,51.6518],[-2.4579,51.6524],[-2.447799,51.6504],[-2.441499,51.6522],[-2.4356,51.6499],[-2.430399,51.6479],[-2.421801,51.6458],[-2.415299,51.6431],[-2.405299,51.6384],[-2.396899,51.6336],[-2.392,51.6306],[-2.389501,51.6288],[-2.3884,51.6273],[-2.3886,51.6229],[-2.388999,51.6194],[-2.389101,51.6147],[-2.389899,51.6057],[-2.390599,51.6031],[-2.3942,51.599],[-2.392299,51.5971],[-2.383501,51.5964],[-2.368999,51.599],[-2.36520,51.6041],[-2.3622,51.6051],[-2.3548,51.607],[-2.3518,51.6081],[-2.349101,51.6128],[-2.3452,51.6124],[-2.342299,51.6091],[-2.340899,51.6091],[-2.339301,51.614],[-2.335099,51.6138],[-2.3299,51.6123],[-2.322599,51.6086],[-2.307199,51.6141],[-2.305599,51.619],[-2.3125,51.6261],[-2.294199,51.6335],[-2.2758,51.6185],[-2.2744,51.614],[-2.274899,51.6128],[-2.2806,51.6073],[-2.2914,51.5886],[-2.29020,51.5879],[-2.286099,51.5865],[-2.286801,51.5841],[-2.273799,51.58],[-2.2709,51.5793],[-2.2722,51.5758],[-2.2758,51.5748],[-2.273799,51.5716],[-2.2635,51.5718],[-2.260099,51.5699],[-2.265399,51.5680],[-2.268701,51.5601],[-2.2693,51.5569],[-2.2688,51.5505],[-2.2648,51.5474],[-2.2621,51.5459],[-2.26020,51.5443],[-2.2665,51.5361],[-2.2599,51.5352],[-2.2588,51.5316],[-2.255199,51.5273],[-2.2555,51.5233],[-2.2611,51.5211],[-2.2767,51.5188],[-2.2834,51.5164],[-2.2992,51.5123],[-2.296201,51.5071],[-2.3039,51.5052],[-2.313999,51.5031],[-2.3224,51.4987],[-2.328701,51.4967],[-2.326401,51.485],[-2.3153,51.4821],[-2.311201,51.489],[-2.3032,51.4869],[-2.301001,51.4868],[-2.2967,51.4873],[-2.29020,51.4877],[-2.2892,51.4861],[-2.2895,51.4828],[-2.2897,51.4777],[-2.291201,51.473],[-2.292099,51.4696],[-2.293999,51.4622],[-2.2953,51.4598],[-2.290299,51.4587],[-2.286299,51.4579],[-2.2904,51.4455],[-2.2892,51.4365],[-2.2914,51.4298],[-2.2967,51.4302],[-2.297699,51.4302],[-2.3013,51.4272],[-2.302001,51.4265],[-2.303999,51.4254],[-2.307001,51.4252],[-2.308701,51.4246],[-2.311001,51.4228],[-2.312001,51.4227],[-2.312599,51.423],[-2.312799,51.424],[-2.3124,51.4263],[-2.312099,51.4285],[-2.312099,51.4296],[-2.3137,51.4311],[-2.318099,51.4326],[-2.322999,51.4353],[-2.327699,51.4371],[-2.3329,51.4384],[-2.337199,51.4389],[-2.3413,51.4391],[-2.3452,51.4390],[-2.352999,51.4369],[-2.357399,51.436],[-2.358901,51.4356],[-2.359699,51.4345],[-2.3603,51.4339],[-2.3615,51.4334],[-2.3627,51.4334],[-2.364,51.4344],[-2.365299,51.4351],[-2.366899,51.4353],[-2.3699,51.4347],[-2.373199,51.4336],[-2.376601,51.4317],[-2.379301,51.4325],[-2.3805,51.4322],[-2.3826,51.4311],[-2.385799,51.432],[-2.388,51.4329],[-2.39,51.4326],[-2.3963,51.4311],[-2.3979,51.4311],[-2.401201,51.4312],[-2.4029,51.4308],[-2.4087,51.4277],[-2.4101,51.4272],[-2.415699,51.4278],[-2.417001,51.4279],[-2.423399,51.4254],[-2.424999,51.4248],[-2.426899,51.4245],[-2.4319,51.4247],[-2.434,51.4247],[-2.4361,51.4242],[-2.4388,51.4237],[-2.441299,51.4229],[-2.443901,51.4226],[-2.4451,51.4219],[-2.44580,51.4198],[-2.446201,51.4186],[-2.4463,51.4182],[-2.4484,51.4178],[-2.449899,51.4177],[-2.451801,51.4179],[-2.453701,51.4182],[-2.454999,51.4184],[-2.456201,51.4182],[-2.4583,51.4173],[-2.459301,51.4169],[-2.4602,51.4169],[-2.461401,51.4171],[-2.463,51.4172],[-2.465199,51.4168],[-2.4679,51.4166],[-2.4687,51.4167],[-2.469899,51.4172],[-2.4709,51.4178],[-2.471801,51.4184],[-2.472699,51.4187],[-2.4744,51.4189],[-2.475899,51.4197],[-2.477299,51.4206],[-2.478199,51.4213],[-2.479,51.4215],[-2.48,51.4214],[-2.4825,51.4209],[-2.4842,51.4204],[-2.485199,51.42],[-2.486099,51.4194],[-2.487099,51.4183],[-2.4877,51.4179],[-2.488501,51.4178],[-2.4893,51.4181],[-2.490099,51.419],[-2.4906,51.4199],[-2.4907,51.4209],[-2.490499,51.4216],[-2.4902,51.4222],[-2.489,51.4237],[-2.4876,51.4253],[-2.487299,51.4259],[-2.4874,51.4266],[-2.488199,51.4272],[-2.490099,51.4285],[-2.4913,51.4292],[-2.4921,51.4294],[-2.493799,51.4293],[-2.496001,51.4289],[-2.498199,51.4285],[-2.500799,51.4278],[-2.501899,51.4273],[-2.503299,51.4263],[-2.504699,51.4252],[-2.505399,51.425],[-2.506201,51.4251],[-2.5069,51.4255],[-2.5072,51.426],[-2.5072,51.4267],[-2.50680,51.4281],[-2.507,51.4285],[-2.50810,51.429],[-2.51,51.4295],[-2.5134,51.4302],[-2.517,51.4309],[-2.5199,51.4319],[-2.5215,51.4327],[-2.5229,51.4338],[-2.52510,51.4357],[-2.5246,51.4359]]]]}, properties:{name:"South Gloucestershire"}}, {type:"Feature", geometry:{type:"MultiPolygon", coordinates:[[[[-1.4363, 54.49],[-1.4361, 54.4903],[-1.4349, 54.4929],[-1.4347, 54.4933],[-1.434301, 54.4937],[-1.433599, 54.4942],[-1.432299, 54.4950],[-1.4309, 54.4959],[-1.4289, 54.4976],[-1.4275, 54.4988],[-1.427001, 54.499],[-1.4246, 54.4995],[-1.424399, 54.4997],[-1.424301, 54.5008],[-1.424199, 54.5024],[-1.424399, 54.5103],[-1.424199, 54.5126],[-1.424, 54.5138],[-1.423701, 54.5144],[-1.4233, 54.5150],[-1.4216, 54.5170],[-1.418501, 54.5221],[-1.418501, 54.5223],[-1.418599, 54.5224],[-1.4195, 54.5227],[-1.422001, 54.5231],[-1.4292, 54.5251],[-1.430099, 54.5255],[-1.4311, 54.5262],[-1.432001, 54.5273],[-1.437299, 54.5351],[-1.4424, 54.5418],[-1.442299, 54.544],[-1.442199, 54.5465],[-1.4425, 54.5486],[-1.444399, 54.5557],[-1.444399, 54.5561],[-1.437199, 54.5589],[-1.4346, 54.5607],[-1.4318, 54.5616],[-1.4255, 54.5633],[-1.4226, 54.5638],[-1.4189, 54.5651],[-1.4161, 54.5654],[-1.4133, 54.5657],[-1.413, 54.5657],[-1.416299, 54.5709],[-1.416, 54.5725],[-1.4144, 54.5756],[-1.413599, 54.5772],[-1.4117, 54.5836],[-1.410699, 54.5877],[-1.409899, 54.5913],[-1.4096, 54.5916],[-1.409199, 54.5918],[-1.407001, 54.5925],[-1.4061, 54.593],[-1.405699, 54.5933],[-1.4059, 54.5947],[-1.407899, 54.5951],[-1.4101, 54.5962],[-1.4115, 54.5968],[-1.413599, 54.5986],[-1.414999, 54.5997],[-1.4168, 54.6004],[-1.4188, 54.6008],[-1.419899, 54.601],[-1.4202, 54.6012],[-1.4203, 54.6014],[-1.420099, 54.6032],[-1.4203, 54.6039],[-1.4204, 54.6041],[-1.420799, 54.6043],[-1.421201, 54.6044],[-1.4219, 54.6044],[-1.4226, 54.6043],[-1.4239, 54.604],[-1.4261, 54.603],[-1.427999, 54.6019],[-1.4289, 54.6013],[-1.429, 54.6011],[-1.4283, 54.6003],[-1.4277, 54.5991],[-1.4277, 54.5982],[-1.427899, 54.5975],[-1.428501, 54.597],[-1.4297, 54.5964],[-1.4302, 54.5962],[-1.431201, 54.5961],[-1.432001, 54.5961],[-1.4346, 54.5965],[-1.4354, 54.5965],[-1.4368, 54.5964],[-1.437001, 54.5965],[-1.4371, 54.5966],[-1.4378, 54.5975],[-1.439, 54.5982],[-1.4404, 54.5989],[-1.4424, 54.6004],[-1.4425, 54.6006],[-1.4426, 54.6009],[-1.4425, 54.6019],[-1.4427, 54.6024],[-1.443599, 54.603],[-1.4454, 54.6038],[-1.446401, 54.6042],[-1.447199, 54.6047],[-1.449399, 54.6065],[-1.45, 54.6073],[-1.450099, 54.6079],[-1.45, 54.6087],[-1.449301, 54.6101],[-1.448501, 54.6108],[-1.4463, 54.6116],[-1.444399, 54.6118],[-1.442999, 54.6117],[-1.441, 54.6115],[-1.4403, 54.6116],[-1.4375, 54.6123],[-1.437199, 54.6125],[-1.436601, 54.6138],[-1.4363, 54.6142],[-1.4349, 54.6146],[-1.434, 54.6151],[-1.433501, 54.6152],[-1.4317, 54.6153],[-1.4299, 54.6157],[-1.4288, 54.616],[-1.427999, 54.6161],[-1.426201, 54.6158],[-1.4246, 54.616],[-1.4231, 54.6155],[-1.420699, 54.6141],[-1.415799, 54.6126],[-1.4153, 54.6125],[-1.414199, 54.6129],[-1.4138, 54.6133],[-1.411299, 54.6175],[-1.410699, 54.6181],[-1.409999, 54.6186],[-1.4075, 54.6201],[-1.4065, 54.621],[-1.4058, 54.6219],[-1.4016, 54.6259],[-1.399799, 54.6274],[-1.3944, 54.6299],[-1.390599, 54.6322],[-1.3888, 54.6329],[-1.3875, 54.6329],[-1.386801, 54.6332],[-1.3861, 54.6336],[-1.3859, 54.6340],[-1.387001, 54.6358],[-1.3902, 54.6421],[-1.3901, 54.6436],[-1.388399, 54.6447],[-1.3879, 54.6448],[-1.384799, 54.644],[-1.383999, 54.6441],[-1.3816, 54.6449],[-1.3814, 54.6452],[-1.3825, 54.6472],[-1.3823, 54.6474],[-1.379699, 54.6477],[-1.376801, 54.6481],[-1.3708, 54.6488],[-1.365, 54.6492],[-1.3593, 54.6498],[-1.3572, 54.65],[-1.3513, 54.6495],[-1.348701, 54.6493],[-1.348, 54.6495],[-1.3478, 54.6497],[-1.3484, 54.6508],[-1.348199, 54.6515],[-1.347, 54.6518],[-1.3449, 54.6521],[-1.3391, 54.6521],[-1.337999, 54.6495],[-1.3376, 54.6492],[-1.3356, 54.6487],[-1.332999, 54.6482],[-1.331401, 54.6476],[-1.3286, 54.6462],[-1.326499, 54.6456],[-1.325799, 54.6456],[-1.325099, 54.6458],[-1.3242, 54.6465],[-1.323799, 54.6464],[-1.322299, 54.6459],[-1.321401, 54.6459],[-1.3178, 54.6463],[-1.315199, 54.6465],[-1.314501, 54.6464],[-1.314101, 54.646],[-1.3138, 54.6455],[-1.3139, 54.6450],[-1.3138, 54.6448],[-1.313501, 54.6445],[-1.3124, 54.6439],[-1.310799, 54.6434],[-1.3099, 54.6429],[-1.309501, 54.6425],[-1.309399, 54.6420],[-1.309399, 54.6417],[-1.309301, 54.6413],[-1.309, 54.641],[-1.307999, 54.6402],[-1.3067, 54.6393],[-1.3056, 54.6384],[-1.304101, 54.6375],[-1.302799, 54.6370],[-1.3005, 54.6365],[-1.2988, 54.6364],[-1.2982, 54.6364],[-1.2981, 54.6363],[-1.298, 54.6360],[-1.2977, 54.6325],[-1.2976, 54.6323],[-1.2973, 54.6323],[-1.2931, 54.6323],[-1.290699, 54.6323],[-1.289101, 54.6324],[-1.286801, 54.6325],[-1.2848, 54.6325],[-1.2769, 54.6325],[-1.276201, 54.6323],[-1.275599, 54.6321],[-1.2738, 54.6316],[-1.270599, 54.6304],[-1.2688, 54.6294],[-1.267599, 54.6282],[-1.267001, 54.6273],[-1.266201, 54.6258],[-1.266001, 54.6256],[-1.2654, 54.6254],[-1.265, 54.6254],[-1.264699, 54.6254],[-1.2638, 54.6256],[-1.2631, 54.6258],[-1.2625, 54.6259],[-1.261899, 54.6259],[-1.259699, 54.6260],[-1.2586, 54.6259],[-1.2573, 54.6255],[-1.2558, 54.6248],[-1.2549, 54.6247],[-1.2544, 54.6247],[-1.253999, 54.6248],[-1.253299, 54.6251],[-1.2522, 54.6255],[-1.2506, 54.6258],[-1.2492, 54.6261],[-1.2481, 54.6263],[-1.2463, 54.6265],[-1.244501, 54.6267],[-1.243299, 54.6267],[-1.241601, 54.6264],[-1.2408, 54.6260],[-1.2401, 54.6258],[-1.2393, 54.6258],[-1.238199, 54.6263],[-1.2372, 54.6269],[-1.236601, 54.6273],[-1.2364, 54.6275],[-1.236201, 54.6278],[-1.236201, 54.6287],[-1.236099, 54.6291],[-1.2358, 54.6294],[-1.2356, 54.6295],[-1.2352, 54.6296],[-1.2342, 54.6297],[-1.233199, 54.6296],[-1.2328, 54.6293],[-1.232399, 54.6285],[-1.232, 54.6276],[-1.231601, 54.6273],[-1.2309, 54.6269],[-1.2302, 54.6267],[-1.2291, 54.6265],[-1.2279, 54.6267],[-1.2257, 54.6276],[-1.2249, 54.6275],[-1.224599, 54.6273],[-1.224301, 54.6267],[-1.223799, 54.6259],[-1.2233, 54.6253],[-1.223, 54.6251],[-1.222399, 54.6248],[-1.2219, 54.6247],[-1.2212, 54.6247],[-1.219, 54.6252],[-1.2186, 54.6251],[-1.2176, 54.6244],[-1.2171, 54.6241],[-1.216601, 54.6240],[-1.215199, 54.6240],[-1.2144, 54.6238],[-1.212999, 54.6232],[-1.211601, 54.6230],[-1.2056, 54.6226],[-1.2049, 54.6227],[-1.2013, 54.6234],[-1.193701, 54.6247],[-1.182099, 54.6297],[-1.176201, 54.6314],[-1.1746, 54.6318],[-1.170599, 54.6324],[-1.167799, 54.6325],[-1.165799, 54.6322],[-1.162899, 54.6317],[-1.157699, 54.6305],[-1.1567, 54.6247],[-1.1546, 54.6182],[-1.1544, 54.6167],[-1.1547, 54.6153],[-1.1561, 54.6129],[-1.158599, 54.6102],[-1.164, 54.6053],[-1.166299, 54.6034],[-1.1911, 54.5881],[-1.194501, 54.586],[-1.1962, 54.585],[-1.1971, 54.5844],[-1.1976, 54.5842],[-1.200899, 54.5833],[-1.2029, 54.5828],[-1.204599, 54.5826],[-1.2062, 54.5825],[-1.212, 54.583],[-1.215199, 54.5836],[-1.2178, 54.5843],[-1.2234, 54.5855],[-1.2336, 54.5879],[-1.237499, 54.5895],[-1.242, 54.5919],[-1.2431, 54.5924],[-1.243999, 54.5926],[-1.2458, 54.5928],[-1.247599, 54.5929],[-1.248901, 54.5929],[-1.2506, 54.5927],[-1.2522, 54.5923],[-1.2544, 54.5909],[-1.2552, 54.5901],[-1.256001, 54.5888],[-1.2567, 54.5869],[-1.258501, 54.5789],[-1.2592, 54.5745],[-1.2596, 54.5734],[-1.2603, 54.5721],[-1.2609, 54.5715],[-1.2625, 54.5705],[-1.2661, 54.5693],[-1.2679, 54.5689],[-1.2701, 54.5685],[-1.277001, 54.5675],[-1.2786, 54.5670],[-1.279, 54.5668],[-1.279301, 54.5665],[-1.279199, 54.5661],[-1.2758, 54.5614],[-1.2736, 54.5599],[-1.271899, 54.5590],[-1.2696, 54.5583],[-1.2747, 54.5553],[-1.279, 54.5503],[-1.279999, 54.5459],[-1.2816, 54.5419],[-1.2844, 54.539],[-1.2853, 54.5381],[-1.285699, 54.5361],[-1.286801, 54.5323],[-1.2845, 54.5267],[-1.282899, 54.5231],[-1.2796, 54.5222],[-1.2774, 54.5230],[-1.2736, 54.5245],[-1.27, 54.5239],[-1.2652, 54.5228],[-1.2632, 54.5215],[-1.2607, 54.5204],[-1.2575, 54.5199],[-1.2524, 54.5191],[-1.2502, 54.5181],[-1.2493, 54.5175],[-1.2487, 54.5157],[-1.248, 54.5144],[-1.2473, 54.5135],[-1.2465, 54.5132],[-1.244501, 54.5129],[-1.242, 54.513],[-1.239599, 54.5132],[-1.238, 54.5131],[-1.235399, 54.5123],[-1.233701, 54.5120],[-1.231801, 54.5121],[-1.2322, 54.5093],[-1.2328, 54.5084],[-1.2336, 54.5078],[-1.2358, 54.5076],[-1.236201, 54.5075],[-1.2374, 54.5063],[-1.2394, 54.5045],[-1.240499, 54.5035],[-1.2413, 54.5030],[-1.242599, 54.5029],[-1.2456, 54.5029],[-1.252499, 54.5034],[-1.253999, 54.5033],[-1.2542, 54.5031],[-1.2532, 54.5006],[-1.2524, 54.4994],[-1.2524, 54.4989],[-1.253901, 54.4966],[-1.255599, 54.4944],[-1.2558, 54.4939],[-1.2558, 54.4935],[-1.2551, 54.4908],[-1.2552, 54.4905],[-1.2553, 54.4902],[-1.255599, 54.4903],[-1.256299, 54.4905],[-1.2578, 54.4913],[-1.2587, 54.4921],[-1.263, 54.4944],[-1.2657, 54.4945],[-1.2679, 54.4942],[-1.2733, 54.4929],[-1.279301, 54.4923],[-1.282799, 54.4912],[-1.285599, 54.4901],[-1.286401, 54.4895],[-1.2866, 54.4889],[-1.2866, 54.4865],[-1.2865, 54.4855],[-1.2866, 54.4841],[-1.2867, 54.4837],[-1.286801, 54.4834],[-1.2874, 54.4833],[-1.2881, 54.4834],[-1.2889, 54.4839],[-1.2898, 54.4843],[-1.2904, 54.4844],[-1.290699, 54.4841],[-1.2911, 54.4831],[-1.2919, 54.4817],[-1.292799, 54.4809],[-1.294399, 54.4802],[-1.295699, 54.4797],[-1.297001, 54.4783],[-1.2976, 54.4779],[-1.298701, 54.4779],[-1.2998, 54.4782],[-1.3005, 54.4788],[-1.301499, 54.4799],[-1.302199, 54.48],[-1.3032, 54.4801],[-1.3054, 54.4797],[-1.3074, 54.4794],[-1.3098, 54.479],[-1.311601, 54.4785],[-1.3132, 54.4776],[-1.3168, 54.4745],[-1.3212, 54.4725],[-1.325099, 54.4707],[-1.327299, 54.4702],[-1.331601, 54.4687],[-1.3336, 54.4672],[-1.3354, 54.4665],[-1.3391, 54.466],[-1.34, 54.4665],[-1.3406, 54.4671],[-1.3408, 54.4677],[-1.3421, 54.4738],[-1.342399, 54.4742],[-1.343199, 54.4744],[-1.346001, 54.4746],[-1.3528, 54.475],[-1.354501, 54.475],[-1.3551, 54.4749],[-1.3556, 54.4745],[-1.356601, 54.4732],[-1.358701, 54.4699],[-1.3598, 54.4681],[-1.3602, 54.4679],[-1.3614, 54.4676],[-1.3623, 54.4675],[-1.363299, 54.4679],[-1.363701, 54.4683],[-1.365, 54.4695],[-1.368999, 54.4733],[-1.3708, 54.4755],[-1.371801, 54.4767],[-1.373299, 54.4805],[-1.3735, 54.4815],[-1.373199, 54.4819],[-1.3678, 54.4837],[-1.367, 54.4845],[-1.3665, 54.4855],[-1.366899, 54.4871],[-1.3674, 54.4895],[-1.3679, 54.4898],[-1.3723, 54.4908],[-1.373, 54.4912],[-1.3744, 54.4928],[-1.376099, 54.4943],[-1.3772, 54.4957],[-1.3774, 54.4958],[-1.377699, 54.4958],[-1.379699, 54.4946],[-1.3802, 54.4942],[-1.380399, 54.4939],[-1.380599, 54.4935],[-1.380599, 54.4926],[-1.3802, 54.4913],[-1.38, 54.4906],[-1.38, 54.4903],[-1.3802, 54.4897],[-1.380499, 54.4892],[-1.3808, 54.4889],[-1.381299, 54.4886],[-1.3824, 54.4884],[-1.383999, 54.4883],[-1.386801, 54.4879],[-1.3894, 54.4874],[-1.391899, 54.487],[-1.3932, 54.487],[-1.394199, 54.4875],[-1.3951, 54.488],[-1.395499, 54.4883],[-1.3958, 54.4886],[-1.396001, 54.4889],[-1.3961, 54.4897],[-1.3961, 54.4913],[-1.396201, 54.4919],[-1.396401, 54.4926],[-1.3967, 54.4931],[-1.397099, 54.4936],[-1.397699, 54.4942],[-1.3982, 54.4945],[-1.398901, 54.4948],[-1.3994, 54.4949],[-1.4003, 54.4950],[-1.401801, 54.4951],[-1.4026, 54.4951],[-1.4045, 54.4949],[-1.405699, 54.4946],[-1.406201, 54.4944],[-1.4066, 54.4941],[-1.407001, 54.4937],[-1.4072, 54.4933],[-1.4074, 54.4927],[-1.4075, 54.4918],[-1.4075, 54.4912],[-1.4072, 54.4895],[-1.406801, 54.4877],[-1.4059, 54.4842],[-1.4061, 54.4816],[-1.406299, 54.481],[-1.4066, 54.4804],[-1.407001, 54.48],[-1.408599, 54.4792],[-1.4098, 54.4787],[-1.412001, 54.4783],[-1.4139, 54.4782],[-1.4152, 54.4784],[-1.419101, 54.4795],[-1.4218, 54.4801],[-1.4249, 54.4804],[-1.4269, 54.4805],[-1.429399, 54.4806],[-1.4299, 54.4808],[-1.430099, 54.481],[-1.4302, 54.4817],[-1.429999, 54.4822],[-1.4297, 54.4827],[-1.429301, 54.483],[-1.4283, 54.4834],[-1.427099, 54.4839],[-1.4255, 54.4843],[-1.4245, 54.4847],[-1.424199, 54.4851],[-1.424199, 54.4857],[-1.424399, 54.4861],[-1.4248, 54.4865],[-1.4259, 54.487],[-1.427899, 54.4876],[-1.432001, 54.4887],[-1.4363, 54.49]]]]}, properties:{name:"Stockton-on-Tees"}}, {type:"Feature", geometry:{type:"MultiPolygon", coordinates:[[[[-2.1024, 52.9632],[-2.102499, 52.9635],[-2.103501, 52.9629],[-2.1055, 52.9621],[-2.108, 52.9617],[-2.1113, 52.9613],[-2.113199, 52.9586],[-2.113501, 52.9575],[-2.1161, 52.9565],[-2.119101, 52.9567],[-2.121201, 52.9574],[-2.1231, 52.9591],[-2.125299, 52.961],[-2.1278, 52.9643],[-2.128599, 52.9670],[-2.130199, 52.9691],[-2.131601, 52.9723],[-2.1318, 52.9727],[-2.137399, 52.9743],[-2.1407, 52.9756],[-2.144799, 52.9768],[-2.1484, 52.9746],[-2.1464, 52.9718],[-2.146899, 52.9698],[-2.1462, 52.965],[-2.151601, 52.9628],[-2.150899, 52.9582],[-2.1558, 52.9577],[-2.1598, 52.9639],[-2.165299, 52.9631],[-2.169199, 52.9634],[-2.168099, 52.9562],[-2.1684, 52.9557],[-2.173701, 52.9549],[-2.174101, 52.954],[-2.173399, 52.9526],[-2.172699, 52.9509],[-2.172199, 52.9488],[-2.172699, 52.9481],[-2.1775, 52.947],[-2.178299, 52.9471],[-2.179199, 52.9477],[-2.181499, 52.9502],[-2.1833, 52.9514],[-2.1849, 52.9518],[-2.1885, 52.9526],[-2.189301, 52.9536],[-2.190099, 52.9567],[-2.191401, 52.9588],[-2.1919, 52.9602],[-2.1926, 52.9656],[-2.1951, 52.968],[-2.1963, 52.9705],[-2.201801, 52.9738],[-2.202199, 52.9741],[-2.202899, 52.9749],[-2.203599, 52.9759],[-2.204101, 52.9786],[-2.2065, 52.9814],[-2.2067, 52.9821],[-2.203901, 52.9844],[-2.203799, 52.9855],[-2.2077, 52.9908],[-2.209501, 52.9975],[-2.218501, 53.0053],[-2.211699, 53.0089],[-2.213399, 53.011],[-2.214999, 53.0109],[-2.215199, 53.0165],[-2.2081, 53.0178],[-2.2012, 53.0194],[-2.202899, 53.0242],[-2.2054, 53.0296],[-2.208501, 53.0339],[-2.213, 53.0384],[-2.216001, 53.0437],[-2.2211, 53.0525],[-2.2244, 53.0625],[-2.225199, 53.0626],[-2.227099, 53.062],[-2.2281, 53.0618],[-2.231899, 53.0629],[-2.2321, 53.0634],[-2.231899, 53.0651],[-2.232199, 53.0659],[-2.233099, 53.0666],[-2.2344, 53.0673],[-2.235199, 53.0682],[-2.235699, 53.0691],[-2.236001, 53.0699],[-2.236099, 53.0711],[-2.2358, 53.0719],[-2.2351, 53.0726],[-2.231801, 53.0739],[-2.229899, 53.0742],[-2.2233, 53.0775],[-2.2211, 53.0782],[-2.219599, 53.0787],[-2.2165, 53.0817],[-2.2132, 53.0832],[-2.203599, 53.0842],[-2.2021, 53.0849],[-2.2005, 53.087],[-2.199199, 53.0898],[-2.1912, 53.0875],[-2.1856, 53.0875],[-2.179301, 53.0868],[-2.1756, 53.0865],[-2.1641, 53.0794],[-2.161, 53.0737],[-2.16080, 53.0712],[-2.1598, 53.0689],[-2.1586, 53.0676],[-2.1579, 53.0674],[-2.157001, 53.0673],[-2.1561, 53.0674],[-2.1552, 53.0676],[-2.1533, 53.0683],[-2.152499, 53.0687],[-2.151601, 53.0686],[-2.150899, 53.0685],[-2.1503, 53.0686],[-2.149301, 53.0688],[-2.1484, 53.0692],[-2.147399, 53.0696],[-2.146699, 53.0695],[-2.1462, 53.0693],[-2.142999, 53.0682],[-2.1426, 53.0678],[-2.1422, 53.066],[-2.141401, 53.0639],[-2.140599, 53.0626],[-2.1398, 53.0617],[-2.1386, 53.0612],[-2.1359, 53.0618],[-2.1336, 53.0612],[-2.131201, 53.0605],[-2.13030, 53.0589],[-2.1292, 53.0549],[-2.1284, 53.0526],[-2.127599, 53.0519],[-2.1261, 53.0514],[-2.1243, 53.0511],[-2.1201, 53.0506],[-2.118901, 53.0493],[-2.118999, 53.0483],[-2.121099, 53.0469],[-2.1221, 53.0469],[-2.127899, 53.0476],[-2.129501, 53.0472],[-2.130899, 53.0468],[-2.1315, 53.0459],[-2.1261, 53.0404],[-2.125099, 53.0358],[-2.124, 53.0338],[-2.124399, 53.0310],[-2.123701, 53.0299],[-2.1222, 53.0294],[-2.120399, 53.0296],[-2.118299, 53.03],[-2.1163, 53.03],[-2.115499, 53.0292],[-2.1134, 53.029],[-2.111601, 53.0283],[-2.1115, 53.0274],[-2.114399, 53.0266],[-2.12420, 53.0218],[-2.125499, 53.0192],[-2.1238, 53.0187],[-2.1256, 53.0169],[-2.123399, 53.0155],[-2.1215, 53.0167],[-2.114799, 53.0131],[-2.1134, 53.0136],[-2.1054, 53.0092],[-2.107899, 53.0053],[-2.108, 53.004],[-2.107199, 53.0012],[-2.106499, 52.9994],[-2.1043, 52.9975],[-2.102499, 52.9966],[-2.101201, 52.9972],[-2.099, 52.9972],[-2.097899, 52.9983],[-2.0961, 52.999],[-2.0908, 52.9979],[-2.088399, 52.9942],[-2.087399, 52.9927],[-2.088099, 52.9916],[-2.088901, 52.9904],[-2.0911, 52.9841],[-2.089101, 52.9834],[-2.084501, 52.9794],[-2.0829, 52.9777],[-2.0817, 52.9778],[-2.0815, 52.9746],[-2.0883, 52.9739],[-2.088701, 52.9726],[-2.081001, 52.9688],[-2.0804, 52.9683],[-2.0813, 52.9669],[-2.081401, 52.9667],[-2.0848, 52.9661],[-2.087399, 52.9657],[-2.0911, 52.9644],[-2.1019, 52.9622],[-2.1024, 52.9632]]]]}, properties:{name:"Stoke-on-Trent"}}, {type:"Feature", geometry:{type:"MultiPolygon", coordinates:[[[[-1.7904,51.6676],[-1.7881,51.6666],[-1.782799,51.6673],[-1.7774,51.669],[-1.7744,51.6686],[-1.771201,51.667],[-1.7688,51.6641],[-1.766801,51.6622],[-1.7652,51.6614],[-1.7574,51.662],[-1.7524,51.6622],[-1.7515,51.6623],[-1.744799,51.6629],[-1.742599,51.6633],[-1.741201,51.6644],[-1.740399,51.667],[-1.739501,51.6688],[-1.7372,51.6686],[-1.7335,51.6676],[-1.7286,51.6673],[-1.726001,51.6676],[-1.718,51.669],[-1.712299,51.6706],[-1.71,51.6715],[-1.7105,51.6792],[-1.71,51.6816],[-1.709399,51.6834],[-1.707399,51.6852],[-1.7054,51.6863],[-1.6989,51.6883],[-1.697199,51.6909],[-1.6969,51.6916],[-1.6968,51.6919],[-1.6955,51.6941],[-1.693701,51.6952],[-1.6912,51.6961],[-1.685799,51.6941],[-1.682099,51.6923],[-1.678501,51.6909],[-1.678701,51.6906],[-1.6792,51.6900],[-1.6799,51.6892],[-1.683599,51.6890],[-1.6868,51.6878],[-1.689399,51.6862],[-1.690899,51.6844],[-1.6933,51.6830],[-1.6939,51.6823],[-1.693599,51.6815],[-1.692001,51.6799],[-1.6913,51.6787],[-1.6924,51.6781],[-1.6948,51.6775],[-1.6953,51.677],[-1.6954,51.6755],[-1.695799,51.6728],[-1.696499,51.6722],[-1.6978,51.6724],[-1.701499,51.6728],[-1.7018,51.6726],[-1.7018,51.6718],[-1.700199,51.6705],[-1.695,51.6677],[-1.6905,51.6637],[-1.6877,51.6606],[-1.6871,51.6586],[-1.687199,51.6568],[-1.6883,51.6561],[-1.693599,51.6546],[-1.694301,51.6541],[-1.6941,51.6533],[-1.693599,51.6521],[-1.692999,51.6516],[-1.689399,51.6518],[-1.683501,51.6517],[-1.6817,51.6511],[-1.6784,51.6482],[-1.6763,51.646],[-1.6724,51.6429],[-1.6709,51.6422],[-1.6667,51.6419],[-1.6648,51.6414],[-1.6633,51.6396],[-1.6603,51.6355],[-1.659199,51.6337],[-1.659101,51.6329],[-1.659999,51.6310],[-1.661401,51.6304],[-1.6651,51.6300],[-1.6666,51.6296],[-1.667199,51.6285],[-1.6681,51.6247],[-1.6684,51.6227],[-1.668,51.6206],[-1.664199,51.6173],[-1.664101,51.6165],[-1.6652,51.6152],[-1.667199,51.6135],[-1.6702,51.6129],[-1.677099,51.6098],[-1.6802,51.6077],[-1.684399,51.6064],[-1.6862,51.6056],[-1.686601,51.6049],[-1.686601,51.6025],[-1.6847,51.5972],[-1.683599,51.5931],[-1.6833,51.5903],[-1.6832,51.5884],[-1.6818,51.5877],[-1.6811,51.5871],[-1.681499,51.5862],[-1.6863,51.5836],[-1.687999,51.5824],[-1.687999,51.5815],[-1.687299,51.5794],[-1.6842,51.5756],[-1.680099,51.5726],[-1.6768,51.5709],[-1.674399,51.5704],[-1.671401,51.5707],[-1.659301,51.5743],[-1.654,51.5756],[-1.6523,51.5757],[-1.6511,51.5753],[-1.646899,51.5718],[-1.643399,51.5665],[-1.639199,51.5608],[-1.6351,51.5555],[-1.632599,51.553],[-1.6302,51.5517],[-1.626801,51.5497],[-1.6228,51.5448],[-1.618199,51.5411],[-1.6124,51.5362],[-1.61,51.533],[-1.6078,51.5278],[-1.6049,51.5227],[-1.603901,51.5207],[-1.607399,51.5195],[-1.6129,51.5180],[-1.6138,51.5184],[-1.6194,51.5170],[-1.619799,51.5154],[-1.6257,51.5163],[-1.6278,51.5178],[-1.6329,51.5167],[-1.632599,51.5150],[-1.6328,51.5143],[-1.6331,51.5134],[-1.6378,51.5133],[-1.6397,51.5127],[-1.6415,51.5114],[-1.646201,51.5102],[-1.6503,51.5083],[-1.662099,51.5070],[-1.6648,51.5061],[-1.6668,51.5053],[-1.6792,51.5040],[-1.693701,51.5036],[-1.6968,51.5037],[-1.698501,51.5035],[-1.7083,51.502],[-1.7176,51.5010],[-1.7179,51.5005],[-1.714599,51.489],[-1.7147,51.4884],[-1.7155,51.488],[-1.725299,51.4883],[-1.7385,51.4872],[-1.745499,51.4865],[-1.746801,51.4857],[-1.7579,51.4859],[-1.763299,51.4855],[-1.767099,51.4861],[-1.774999,51.4847],[-1.7751,51.4844],[-1.774799,51.4831],[-1.775499,51.4821],[-1.7781,51.4828],[-1.7804,51.4837],[-1.782799,51.4841],[-1.785699,51.4845],[-1.7889,51.4844],[-1.791299,51.4848],[-1.7927,51.4854],[-1.794101,51.4852],[-1.7988,51.4837],[-1.7995,51.4839],[-1.803701,51.4877],[-1.804101,51.4884],[-1.805799,51.4894],[-1.8121,51.4955],[-1.8131,51.497],[-1.8131,51.4976],[-1.812199,51.5001],[-1.813599,51.5017],[-1.813501,51.5058],[-1.813501,51.5067],[-1.814301,51.5069],[-1.8253,51.5038],[-1.8286,51.5045],[-1.830299,51.5026],[-1.8327,51.5010],[-1.8342,51.5012],[-1.8354,51.5003],[-1.8379,51.5003],[-1.8379,51.5013],[-1.839301,51.5029],[-1.84,51.5043],[-1.84,51.5054],[-1.841699,51.5113],[-1.8435,51.5134],[-1.8444,51.5142],[-1.8444,51.5151],[-1.844,51.5153],[-1.842,51.5155],[-1.842299,51.5163],[-1.8442,51.5174],[-1.843701,51.5181],[-1.846699,51.5223],[-1.847,51.5241],[-1.8463,51.5248],[-1.845,51.5253],[-1.8442,51.5262],[-1.841801,51.5259],[-1.841699,51.5248],[-1.8411,51.5243],[-1.842499,51.5230],[-1.843,51.5215],[-1.8419,51.5204],[-1.840899,51.5186],[-1.8376,51.5157],[-1.837399,51.5141],[-1.838199,51.5130],[-1.8362,51.5118],[-1.8355,51.5116],[-1.8307,51.5122],[-1.8297,51.5141],[-1.829501,51.5157],[-1.830199,51.5162],[-1.832,51.5185],[-1.833701,51.5197],[-1.8347,51.5218],[-1.8392,51.5298],[-1.8384,51.5312],[-1.840199,51.5323],[-1.842299,51.5364],[-1.845,51.5431],[-1.8499,51.5446],[-1.8528,51.5457],[-1.853,51.5461],[-1.8527,51.5466],[-1.850199,51.5471],[-1.850199,51.5475],[-1.8513,51.5504],[-1.8513,51.5515],[-1.8507,51.5542],[-1.8508,51.5548],[-1.8513,51.5551],[-1.8552,51.5569],[-1.8588,51.5591],[-1.8591,51.5596],[-1.858999,51.5618],[-1.858199,51.5656],[-1.8579,51.5663],[-1.8571,51.5664],[-1.8478,51.5627],[-1.8441,51.5622],[-1.8441,51.5626],[-1.847399,51.5653],[-1.8479,51.5658],[-1.848199,51.5662],[-1.848701,51.5675],[-1.848799,51.5682],[-1.8484,51.5690],[-1.846801,51.5697],[-1.845,51.5703],[-1.843099,51.5710],[-1.8427,51.5734],[-1.8429,51.5748],[-1.8427,51.5762],[-1.8422,51.577],[-1.842299,51.5778],[-1.8426,51.5787],[-1.843099,51.5797],[-1.843099,51.5805],[-1.8429,51.5808],[-1.841001,51.5807],[-1.8378,51.5805],[-1.835199,51.5805],[-1.8341,51.5808],[-1.8333,51.5812],[-1.831401,51.5823],[-1.830899,51.5823],[-1.828901,51.5812],[-1.826601,51.5802],[-1.8263,51.5803],[-1.825899,51.5812],[-1.8256,51.5822],[-1.826699,51.5837],[-1.8291,51.5847],[-1.831699,51.5853],[-1.8347,51.5858],[-1.8371,51.5865],[-1.8383,51.5873],[-1.8384,51.5884],[-1.838099,51.5895],[-1.8378,51.5903],[-1.835199,51.5915],[-1.833901,51.5926],[-1.833701,51.5931],[-1.834,51.5946],[-1.834,51.5961],[-1.834501,51.5972],[-1.836001,51.5979],[-1.8363,51.5985],[-1.8371,51.5987],[-1.838701,51.5988],[-1.8399,51.5993],[-1.8411,51.5999],[-1.8419,51.6008],[-1.842399,51.6018],[-1.8426,51.6032],[-1.8426,51.6048],[-1.842299,51.606],[-1.841001,51.6072],[-1.839599,51.6088],[-1.838901,51.61],[-1.838901,51.6121],[-1.8394,51.6134],[-1.839301,51.6145],[-1.8385,51.6161],[-1.836401,51.6175],[-1.833099,51.6189],[-1.8318,51.6194],[-1.830899,51.6199],[-1.829599,51.6220],[-1.828099,51.6234],[-1.826601,51.6251],[-1.8236,51.6263],[-1.8196,51.6267],[-1.8183,51.6266],[-1.814,51.6250],[-1.8132,51.6253],[-1.8081,51.6304],[-1.807001,51.6328],[-1.794,51.6329],[-1.794101,51.6341],[-1.793501,51.6349],[-1.7977,51.6611],[-1.797799,51.6616],[-1.7976,51.662],[-1.7946,51.6633],[-1.793599,51.6639],[-1.7904,51.6676]]]]}, properties:{name:"Swindon"}}, {type:"Feature", geometry:{type:"MultiPolygon", coordinates:[[[[-2.4353, 52.6153],[-2.435899, 52.6147],[-2.436201, 52.6144],[-2.4491, 52.6162],[-2.456001, 52.62],[-2.460599, 52.6224],[-2.465699, 52.6249],[-2.4677, 52.6224],[-2.469899, 52.6210],[-2.472899, 52.6197],[-2.473099, 52.6204],[-2.4749, 52.6201],[-2.4766, 52.6203],[-2.4804, 52.6202],[-2.4855, 52.6205],[-2.4893, 52.6222],[-2.489799, 52.622],[-2.490099, 52.6203],[-2.4935, 52.6213],[-2.495899, 52.6237],[-2.497999, 52.625],[-2.501899, 52.6266],[-2.5035, 52.6293],[-2.50550, 52.632],[-2.5069, 52.6335],[-2.508501, 52.6353],[-2.510099, 52.6369],[-2.5113, 52.638],[-2.515, 52.6403],[-2.5204, 52.6431],[-2.5271, 52.6466],[-2.536401, 52.6512],[-2.5429, 52.6528],[-2.5469, 52.6542],[-2.54950, 52.6548],[-2.55080, 52.6553],[-2.552001, 52.6577],[-2.5534, 52.6587],[-2.558399, 52.6588],[-2.5594, 52.6592],[-2.5599, 52.6613],[-2.5601, 52.6631],[-2.5593, 52.6647],[-2.5583, 52.6645],[-2.557499, 52.6673],[-2.566, 52.6743],[-2.5717, 52.6791],[-2.572999, 52.6782],[-2.5783, 52.6824],[-2.5795, 52.6815],[-2.583501, 52.6846],[-2.585, 52.6839],[-2.59220, 52.6884],[-2.5954, 52.6891],[-2.6043, 52.6873],[-2.605099, 52.6885],[-2.606899, 52.6925],[-2.608999, 52.6974],[-2.609999, 52.6978],[-2.614, 52.6984],[-2.615099, 52.6991],[-2.616899, 52.7011],[-2.6178, 52.7026],[-2.6173, 52.7036],[-2.6141, 52.7043],[-2.607899, 52.7044],[-2.6041, 52.7047],[-2.6027, 52.7062],[-2.6038, 52.7079],[-2.603701, 52.7098],[-2.6031, 52.7108],[-2.6019, 52.7121],[-2.5982, 52.7129],[-2.596499, 52.714],[-2.596, 52.7147],[-2.5964, 52.7154],[-2.598901, 52.7176],[-2.6016, 52.7189],[-2.603701, 52.7191],[-2.6084, 52.719],[-2.611401, 52.7191],[-2.6149, 52.7188],[-2.6177, 52.7205],[-2.6182, 52.7201],[-2.620899, 52.7194],[-2.622699, 52.7191],[-2.6239, 52.7194],[-2.624399, 52.7201],[-2.627899, 52.7260],[-2.628901, 52.7263],[-2.636801, 52.7268],[-2.653501, 52.7308],[-2.655699, 52.7306],[-2.6607, 52.7320],[-2.661099, 52.7332],[-2.6631, 52.7375],[-2.663199, 52.7430],[-2.6673, 52.7454],[-2.6684, 52.7486],[-2.667799, 52.7503],[-2.6666, 52.7506],[-2.663701, 52.7493],[-2.6626, 52.7499],[-2.6628, 52.7514],[-2.662199, 52.7533],[-2.6617, 52.7548],[-2.660199, 52.7566],[-2.660599, 52.7582],[-2.6608, 52.7597],[-2.656699, 52.7613],[-2.6559, 52.7596],[-2.649699, 52.7629],[-2.6494, 52.7649],[-2.648299, 52.7654],[-2.643399, 52.7666],[-2.6419, 52.7665],[-2.639301, 52.7653],[-2.63750, 52.7643],[-2.636499, 52.7627],[-2.63620, 52.7614],[-2.63540, 52.7614],[-2.6347, 52.7616],[-2.6343, 52.7624],[-2.6328, 52.7624],[-2.6315, 52.7626],[-2.6308, 52.7634],[-2.630599, 52.7647],[-2.6282, 52.7763],[-2.627001, 52.7778],[-2.625499, 52.7799],[-2.624599, 52.7799],[-2.6217, 52.7788],[-2.6198, 52.7768],[-2.6182, 52.7752],[-2.616699, 52.7746],[-2.6152, 52.7747],[-2.6131, 52.7758],[-2.610699, 52.7765],[-2.608, 52.7769],[-2.604501, 52.7769],[-2.6003, 52.7763],[-2.5959, 52.7764],[-2.5924, 52.7768],[-2.592499, 52.7783],[-2.592499, 52.7806],[-2.5929, 52.7819],[-2.5929, 52.7894],[-2.594, 52.7916],[-2.595099, 52.7930],[-2.596601, 52.7944],[-2.597001, 52.7952],[-2.596601, 52.7955],[-2.593199, 52.7955],[-2.5927, 52.7960],[-2.5927, 52.797],[-2.593199, 52.7986],[-2.592499, 52.7999],[-2.5882, 52.8069],[-2.586801, 52.8079],[-2.585599, 52.8083],[-2.584199, 52.8083],[-2.5829, 52.8079],[-2.5824, 52.8079],[-2.582299, 52.8094],[-2.5817, 52.8097],[-2.579999, 52.8097],[-2.578, 52.8082],[-2.577001, 52.8073],[-2.575799, 52.8061],[-2.5741, 52.8054],[-2.567699, 52.8023],[-2.5655, 52.8],[-2.562999, 52.7987],[-2.5594, 52.7990],[-2.555799, 52.7996],[-2.553299, 52.8005],[-2.5513, 52.8022],[-2.550299, 52.8024],[-2.5488, 52.8014],[-2.546299, 52.8008],[-2.546099, 52.7997],[-2.5453, 52.7978],[-2.5429, 52.7961],[-2.5414, 52.7937],[-2.5397, 52.7934],[-2.536801, 52.794],[-2.535, 52.7939],[-2.533999, 52.7933],[-2.533799, 52.7918],[-2.536401, 52.7888],[-2.537699, 52.7871],[-2.537699, 52.7862],[-2.536801, 52.7856],[-2.534899, 52.7853],[-2.533299, 52.7858],[-2.5301, 52.7863],[-2.5281, 52.7873],[-2.526299, 52.7892],[-2.525899, 52.7918],[-2.52510, 52.7937],[-2.523099, 52.7962],[-2.522599, 52.7976],[-2.522099, 52.7978],[-2.5208, 52.7975],[-2.5191, 52.7965],[-2.5179, 52.7954],[-2.5169, 52.7949],[-2.5155, 52.7951],[-2.514101, 52.7960],[-2.5132, 52.7971],[-2.5123, 52.7975],[-2.5113, 52.7973],[-2.5104, 52.7966],[-2.509, 52.7953],[-2.5076, 52.7949],[-2.506001, 52.7949],[-2.501699, 52.7969],[-2.499799, 52.7985],[-2.497699, 52.8012],[-2.4956, 52.8027],[-2.493901, 52.8032],[-2.493599, 52.8038],[-2.4934, 52.806],[-2.493, 52.8069],[-2.490799, 52.8069],[-2.490099, 52.8067],[-2.4906, 52.8033],[-2.4897, 52.8019],[-2.4888, 52.8014],[-2.486601, 52.8014],[-2.484101, 52.8020],[-2.478199, 52.8038],[-2.477499, 52.8032],[-2.4777, 52.8004],[-2.479899, 52.7954],[-2.482399, 52.7903],[-2.4858, 52.786],[-2.488501, 52.7837],[-2.4886, 52.7831],[-2.48720, 52.7827],[-2.4865, 52.7819],[-2.4856, 52.7813],[-2.483999, 52.7814],[-2.481601, 52.7824],[-2.4789, 52.7831],[-2.4728, 52.7828],[-2.469399, 52.782],[-2.469199, 52.7828],[-2.469501, 52.7843],[-2.469199, 52.7851],[-2.467999, 52.7854],[-2.464301, 52.7844],[-2.461699, 52.7844],[-2.4597, 52.7835],[-2.457599, 52.7829],[-2.456899, 52.7833],[-2.4565, 52.7845],[-2.457599, 52.7893],[-2.4587, 52.7909],[-2.461299, 52.7914],[-2.463399, 52.7919],[-2.463799, 52.7925],[-2.463799, 52.7937],[-2.463, 52.7946],[-2.460799, 52.7953],[-2.459599, 52.7956],[-2.4589, 52.797],[-2.459599, 52.7988],[-2.461801, 52.8009],[-2.4635, 52.8040],[-2.4666, 52.8063],[-2.46890, 52.8086],[-2.4704, 52.8112],[-2.471299, 52.8141],[-2.471699, 52.818],[-2.471499, 52.82],[-2.472001, 52.8213],[-2.471299, 52.822],[-2.470599, 52.822],[-2.469899, 52.8229],[-2.465699, 52.8224],[-2.463799, 52.8224],[-2.4602, 52.8222],[-2.4583, 52.8223],[-2.4549, 52.8215],[-2.445199, 52.8207],[-2.443099, 52.8212],[-2.440599, 52.8232],[-2.4389, 52.8237],[-2.4367, 52.8255],[-2.4351, 52.8264],[-2.433599, 52.8268],[-2.432199, 52.8269],[-2.431299, 52.8261],[-2.429399, 52.8224],[-2.4285, 52.8217],[-2.4277, 52.8217],[-2.4266, 52.8234],[-2.4261, 52.8237],[-2.4254, 52.8229],[-2.424599, 52.8223],[-2.423701, 52.8224],[-2.421099, 52.8246],[-2.4198, 52.825],[-2.417001, 52.8261],[-2.4154, 52.8272],[-2.404, 52.8232],[-2.3886, 52.8161],[-2.377199, 52.8117],[-2.375299, 52.8102],[-2.375, 52.809],[-2.377001, 52.8076],[-2.377001, 52.8065],[-2.376699, 52.8051],[-2.373199, 52.8002],[-2.3722, 52.7982],[-2.371201, 52.7962],[-2.372299, 52.7956],[-2.374599, 52.7950],[-2.379301, 52.7955],[-2.3838, 52.7898],[-2.384, 52.7894],[-2.383701, 52.7888],[-2.3818, 52.7879],[-2.3805, 52.7870],[-2.378799, 52.7854],[-2.376899, 52.7836],[-2.375099, 52.7837],[-2.371099, 52.7839],[-2.368901, 52.7842],[-2.366, 52.7845],[-2.366801, 52.7834],[-2.367899, 52.7822],[-2.367899, 52.7812],[-2.366801, 52.7795],[-2.3694, 52.777],[-2.365099, 52.7762],[-2.361601, 52.7742],[-2.358799, 52.7733],[-2.355599, 52.7714],[-2.348, 52.7668],[-2.345299, 52.7663],[-2.3427, 52.7632],[-2.3392, 52.7613],[-2.3306, 52.7576],[-2.329799, 52.7569],[-2.3306, 52.7518],[-2.328701, 52.751],[-2.324501, 52.7509],[-2.3224, 52.7502],[-2.319101, 52.7494],[-2.317001, 52.7483],[-2.3135, 52.7464],[-2.3124, 52.7449],[-2.3122, 52.7430],[-2.3132, 52.7396],[-2.3139, 52.7385],[-2.313999, 52.7374],[-2.313999, 52.7351],[-2.314399, 52.7336],[-2.3152, 52.7321],[-2.318399, 52.7318],[-2.3216, 52.7304],[-2.3222, 52.7306],[-2.324899, 52.7313],[-2.3301, 52.7306],[-2.3316, 52.7308],[-2.3354, 52.7311],[-2.3362, 52.7320],[-2.336601, 52.7331],[-2.337199, 52.7331],[-2.344399, 52.7322],[-2.3501, 52.7318],[-2.3539, 52.7322],[-2.357599, 52.7327],[-2.362299, 52.7334],[-2.367001, 52.7347],[-2.3675, 52.7370],[-2.368999, 52.7383],[-2.369301, 52.7397],[-2.375, 52.7401],[-2.377001, 52.7380],[-2.38, 52.7322],[-2.3838, 52.727],[-2.3885, 52.7222],[-2.3898, 52.7201],[-2.3918, 52.7158],[-2.395099, 52.7121],[-2.3985, 52.7093],[-2.3975, 52.7073],[-2.401201, 52.7026],[-2.4021, 52.6994],[-2.402, 52.6953],[-2.4024, 52.6949],[-2.4047, 52.6947],[-2.4052, 52.6944],[-2.4031, 52.6881],[-2.402, 52.6853],[-2.402499, 52.6850],[-2.4052, 52.6833],[-2.405499, 52.6825],[-2.4061, 52.6788],[-2.4073, 52.6766],[-2.410899, 52.6723],[-2.4126, 52.6683],[-2.4138, 52.6658],[-2.4149, 52.6608],[-2.4185, 52.6489],[-2.419899, 52.6458],[-2.4179, 52.6452],[-2.4152, 52.6454],[-2.4152, 52.6394],[-2.4182, 52.6325],[-2.4254, 52.6299],[-2.4354, 52.6273],[-2.4361, 52.6256],[-2.4368, 52.6227],[-2.4366, 52.6187],[-2.434, 52.6168],[-2.4353, 52.6153]]]]}, properties:{name:"Telford and Wrekin"}}, {type:"Feature", geometry:{type:"MultiPolygon", coordinates:[[[[0.3785005,51.5661],[0.3826005,51.5659],[0.3871005,51.5664],[0.3910995,51.5673],[0.3912005,51.5668],[0.3916005,51.5631],[0.3926005,51.5591],[0.3933995,51.558],[0.3997005,51.558],[0.4114005,51.5574],[0.4160005,51.557],[0.4181005,51.5569],[0.4199005,51.5563],[0.4216005,51.5563],[0.4214005,51.5547],[0.4206995,51.554],[0.4198005,51.553],[0.4195005,51.5521],[0.4197005,51.5515],[0.4212995,51.552],[0.4227005,51.5527],[0.4243005,51.5533],[0.4258005,51.5531],[0.4260005,51.5512],[0.4264005,51.5494],[0.4266005,51.5478],[0.4273005,51.5471],[0.4289005,51.5475],[0.4304005,51.5482],[0.4314995,51.55],[0.4321005,51.5517],[0.4358995,51.551],[0.4372005,51.5502],[0.4376005,51.5487],[0.4381005,51.5464],[0.4395005,51.5452],[0.4412995,51.5453],[0.4429995,51.5458],[0.4439005,51.5469],[0.4444005,51.5499],[0.4449005,51.5509],[0.4500005,51.551],[0.4576005,51.5518],[0.4628005,51.5531],[0.4658005,51.5494],[0.4664995,51.548],[0.4664995,51.5473],[0.4660995,51.5464],[0.4662005,51.5457],[0.4670005,51.5455],[0.4689995,51.5455],[0.4714995,51.5452],[0.4729995,51.5455],[0.4762995,51.5461],[0.4783005,51.5463],[0.4810995,51.5471],[0.4826005,51.547],[0.4837005,51.5466],[0.4842005,51.5461],[0.4846005,51.545],[0.4852005,51.5444],[0.4862005,51.5442],[0.4872005,51.5441],[0.4874005,51.544],[0.4873005,51.5436],[0.4870005,51.5431],[0.4862995,51.5428],[0.4860995,51.5422],[0.4864995,51.5418],[0.4874005,51.5421],[0.4885005,51.5427],[0.4895005,51.5427],[0.4900005,51.5424],[0.4903005,51.5417],[0.4901005,51.5411],[0.4897005,51.5402],[0.4898005,51.5396],[0.4903005,51.539],[0.4912005,51.5384],[0.4933005,51.5378],[0.4964005,51.5372],[0.4996005,51.537],[0.5019005,51.5369],[0.5089995,51.5372],[0.5123005,51.537],[0.5137995,51.5364],[0.5153005,51.5346],[0.5156995,51.5309],[0.5153005,51.5303],[0.5153005,51.5289],[0.5162005,51.5282],[0.5191005,51.5276],[0.5201005,51.5271],[0.5210005,51.5265],[0.5212995,51.5262],[0.5218005,51.5252],[0.5218005,51.525],[0.5216005,51.5249],[0.5212995,51.525],[0.5206005,51.5254],[0.5193005,51.5265],[0.5187995,51.5266],[0.5185995,51.5264],[0.5185995,51.5262],[0.5189005,51.5259],[0.5206005,51.5244],[0.5210995,51.5237],[0.5212995,51.5232],[0.5216005,51.5217],[0.5216005,51.5198],[0.5217005,51.519],[0.5219005,51.5183],[0.5229995,51.5171],[0.5239005,51.5164],[0.5249005,51.5159],[0.5267005,51.5152],[0.5296005,51.5147],[0.5319005,51.5143],[0.5337995,51.5140],[0.5393005,51.5141],[0.5404005,51.5141],[0.5420005,51.5140],[0.5431005,51.5137],[0.5435005,51.5133],[0.5435995,51.5129],[0.5435005,51.5126],[0.5433005,51.5123],[0.5431005,51.5120],[0.5426005,51.5116],[0.5420005,51.5113],[0.5402005,51.5106],[0.5392005,51.5103],[0.5374005,51.5100],[0.5367005,51.5098],[0.5366005,51.5096],[0.5369005,51.5087],[0.5367005,51.5086],[0.5327005,51.5080],[0.5339005,51.4976],[0.5089005,51.4957],[0.4837995,51.4958],[0.4645005,51.493],[0.4583995,51.4861],[0.4537005,51.478],[0.4519005,51.4691],[0.4492005,51.4628],[0.4466005,51.4581],[0.4426005,51.4551],[0.4389005,51.4531],[0.4333995,51.4515],[0.4292005,51.4510],[0.4241005,51.4505],[0.4177005,51.4499],[0.4062995,51.4485],[0.3956005,51.4485],[0.3827005,51.4483],[0.3710995,51.4482],[0.3670005,51.4482],[0.3603005,51.4481],[0.3506995,51.4483],[0.3464005,51.4489],[0.3427005,51.4495],[0.3396005,51.4504],[0.3356005,51.4526],[0.3285005,51.4581],[0.3256005,51.4649],[0.3218005,51.4665],[0.3175005,51.4684],[0.3143005,51.4697],[0.3126005,51.4701],[0.3104995,51.4703],[0.3053005,51.4699],[0.2993005,51.4678],[0.2939995,51.4645],[0.2883995,51.4608],[0.2852005,51.4590],[0.2803005,51.4582],[0.2760995,51.4582],[0.2718005,51.4588],[0.2675005,51.4608],[0.2608005,51.4638],[0.2508005,51.4675],[0.2470005,51.4693],[0.2410005,51.473],[0.2381005,51.475],[0.2356995,51.4763],[0.2269005,51.4805],[0.2210005,51.4831],[0.2124005,51.4853],[0.2131995,51.489],[0.2137995,51.4919],[0.2143005,51.4938],[0.2147005,51.4950],[0.2151005,51.4955],[0.2166005,51.4959],[0.2279995,51.4983],[0.2294005,51.4987],[0.2297005,51.4991],[0.2241005,51.5065],[0.2241005,51.5075],[0.2244005,51.5080],[0.2248005,51.5082],[0.2348005,51.5059],[0.2367005,51.5060],[0.2387995,51.5068],[0.2410005,51.5079],[0.2418005,51.5086],[0.2422005,51.5093],[0.2412995,51.5169],[0.2412995,51.5179],[0.2414995,51.5189],[0.2431995,51.5231],[0.2437005,51.5237],[0.2446005,51.5241],[0.2456005,51.5244],[0.2478005,51.5248],[0.2485995,51.5248],[0.2498005,51.5247],[0.2504005,51.5242],[0.2568005,51.519],[0.2581005,51.5186],[0.2597005,51.5184],[0.2610005,51.5184],[0.2628005,51.5188],[0.2635995,51.5193],[0.2648005,51.5203],[0.2666005,51.5218],[0.2674005,51.5228],[0.2679005,51.5236],[0.2681995,51.5242],[0.2672005,51.5316],[0.2672005,51.5323],[0.2673005,51.5327],[0.2685995,51.533],[0.2710005,51.5331],[0.2728005,51.5331],[0.2792005,51.5334],[0.2983995,51.5346],[0.2989005,51.5349],[0.2995005,51.5358],[0.3010005,51.5371],[0.3014995,51.5375],[0.3031005,51.5382],[0.3044005,51.5386],[0.3056005,51.5388],[0.3072005,51.539],[0.3223005,51.5396],[0.3279995,51.54],[0.3283995,51.5402],[0.3285995,51.5404],[0.3289995,51.541],[0.3293005,51.542],[0.3291005,51.5423],[0.3275005,51.5442],[0.3281995,51.547],[0.3279995,51.5482],[0.3274005,51.5494],[0.3270005,51.5498],[0.3264005,51.5502],[0.3256995,51.5506],[0.3248005,51.551],[0.3227005,51.5513],[0.3216005,51.5519],[0.3208995,51.5525],[0.3206005,51.5532],[0.3201005,51.5538],[0.3193005,51.5543],[0.3185005,51.5547],[0.3178005,51.5552],[0.3167005,51.5562],[0.3160005,51.5569],[0.3156995,51.5589],[0.3156005,51.566],[0.3200005,51.5661],[0.3381005,51.5669],[0.3447005,51.5677],[0.3531995,51.5675],[0.3608005,51.5672],[0.3708995,51.5666],[0.3785005,51.5661]]],[[[0.5367005,51.5156],[0.5350005,51.5156],[0.5346005,51.5157],[0.5341005,51.5158],[0.5339005,51.5160],[0.5339005,51.5163],[0.5344005,51.5166],[0.5354995,51.5171],[0.5370005,51.5176],[0.5379005,51.5179],[0.5392005,51.5182],[0.5416005,51.5183],[0.5429005,51.5181],[0.5433005,51.5178],[0.5433995,51.5175],[0.5431005,51.5170],[0.5427005,51.5166],[0.5420005,51.5162],[0.5403005,51.5159],[0.5393005,51.5158],[0.5367005,51.5156]]]]}, properties:{name:"Thurrock"}}, {type:"Feature", geometry:{type:"MultiPolygon", coordinates:[[[[-3.50810, 50.3798],[-3.5202, 50.3786],[-3.53600, 50.375],[-3.5401, 50.3736],[-3.5448, 50.3733],[-3.554501, 50.3785],[-3.5573, 50.38],[-3.5592, 50.3822],[-3.5603, 50.3851],[-3.569999, 50.3931],[-3.573501, 50.3932],[-3.574899, 50.3969],[-3.5753, 50.3976],[-3.576401, 50.4024],[-3.577199, 50.4038],[-3.578399, 50.4050],[-3.57920, 50.4072],[-3.5806, 50.4083],[-3.5834, 50.4096],[-3.584399, 50.4101],[-3.586401, 50.4102],[-3.588901, 50.4090],[-3.5913, 50.4080],[-3.59330, 50.4088],[-3.59540, 50.4085],[-3.596801, 50.4091],[-3.6029, 50.4119],[-3.611001, 50.4149],[-3.6122, 50.4159],[-3.6141, 50.4226],[-3.616801, 50.4224],[-3.622499, 50.4230],[-3.6285, 50.4254],[-3.62800, 50.433],[-3.626699, 50.4369],[-3.6249, 50.4396],[-3.621201, 50.4402],[-3.61770, 50.4407],[-3.6152, 50.443],[-3.6152, 50.4435],[-3.612099, 50.4446],[-3.608701, 50.4447],[-3.605099, 50.4461],[-3.60060, 50.4474],[-3.596, 50.4473],[-3.5922, 50.4473],[-3.5896, 50.4478],[-3.588799, 50.4492],[-3.587199, 50.45],[-3.5859, 50.4506],[-3.5861, 50.4536],[-3.588599, 50.4566],[-3.589999, 50.4585],[-3.5895, 50.4605],[-3.5871, 50.4627],[-3.584899, 50.4646],[-3.584, 50.4653],[-3.580199, 50.4679],[-3.580899, 50.4717],[-3.5839, 50.4719],[-3.584501, 50.4781],[-3.5834, 50.4785],[-3.582, 50.4799],[-3.572799, 50.4872],[-3.5711, 50.4862],[-3.569, 50.4862],[-3.568, 50.4869],[-3.564301, 50.4867],[-3.562599, 50.4881],[-3.562099, 50.4919],[-3.5618, 50.4935],[-3.5594, 50.494],[-3.554699, 50.4939],[-3.55080, 50.4942],[-3.5453, 50.4961],[-3.543299, 50.4977],[-3.5423, 50.4994],[-3.5423, 50.501],[-3.5411, 50.5014],[-3.538701, 50.5026],[-3.537199, 50.5035],[-3.534501, 50.5031],[-3.533999, 50.5036],[-3.5302, 50.5045],[-3.529599, 50.5058],[-3.522399, 50.51],[-3.518399, 50.5118],[-3.518701, 50.5161],[-3.518399, 50.518],[-3.515899, 50.5187],[-3.514899, 50.5182],[-3.513, 50.5173],[-3.509599, 50.5171],[-3.509399, 50.5158],[-3.509399, 50.5154],[-3.5099, 50.5146],[-3.510099, 50.514],[-3.510299, 50.5128],[-3.51120, 50.5102],[-3.511801, 50.5089],[-3.51210, 50.5079],[-3.5123, 50.5075],[-3.512599, 50.5072],[-3.5136, 50.5067],[-3.513901, 50.5063],[-3.513901, 50.5058],[-3.5137, 50.5055],[-3.5132, 50.5046],[-3.513099, 50.5039],[-3.5132, 50.5028],[-3.5134, 50.5021],[-3.5134, 50.5016],[-3.513, 50.5],[-3.513, 50.4989],[-3.5134, 50.4982],[-3.513901, 50.4975],[-3.514101, 50.497],[-3.514101, 50.4963],[-3.513901, 50.4957],[-3.51350, 50.4946],[-3.513299, 50.4939],[-3.513299, 50.4931],[-3.5134, 50.4922],[-3.5136, 50.4908],[-3.513799, 50.4901],[-3.514301, 50.4894],[-3.5144, 50.4888],[-3.514301, 50.4884],[-3.5134, 50.4877],[-3.5129, 50.4873],[-3.5127, 50.4867],[-3.5128, 50.4862],[-3.5132, 50.4858],[-3.513901, 50.485],[-3.514101, 50.4846],[-3.514199, 50.4839],[-3.514101, 50.4829],[-3.513999, 50.4823],[-3.5137, 50.4818],[-3.5132, 50.4812],[-3.512599, 50.4807],[-3.51140, 50.4801],[-3.5106, 50.4799],[-3.509599, 50.4798],[-3.5076, 50.4799],[-3.5071, 50.4798],[-3.505399, 50.4792],[-3.503799, 50.4788],[-3.50300, 50.4785],[-3.502001, 50.4779],[-3.501, 50.4776],[-3.49920, 50.4771],[-3.4968, 50.4767],[-3.4965, 50.4765],[-3.4965, 50.4762],[-3.4968, 50.4760],[-3.50110, 50.4749],[-3.501601, 50.4746],[-3.501899, 50.4741],[-3.501801, 50.4737],[-3.501499, 50.4733],[-3.501, 50.4731],[-3.500499, 50.4729],[-3.499399, 50.4726],[-3.4981, 50.4720],[-3.497299, 50.4718],[-3.495399, 50.4717],[-3.4946, 50.4715],[-3.493, 50.4709],[-3.4913, 50.4702],[-3.4902, 50.4700],[-3.4897, 50.4697],[-3.489399, 50.4693],[-3.4893, 50.4685],[-3.4893, 50.468],[-3.489501, 50.4673],[-3.489599, 50.4669],[-3.489501, 50.4665],[-3.4892, 50.4659],[-3.488701, 50.4653],[-3.4876, 50.4647],[-3.4867, 50.4643],[-3.4855, 50.4639],[-3.484301, 50.4638],[-3.48280, 50.4639],[-3.4813, 50.4642],[-3.480099, 50.4641],[-3.4798, 50.4639],[-3.4798, 50.4635],[-3.48, 50.4631],[-3.480799, 50.4628],[-3.481801, 50.4624],[-3.482399, 50.462],[-3.482899, 50.4613],[-3.483299, 50.4611],[-3.4842, 50.4610],[-3.485899, 50.4612],[-3.48700, 50.4608],[-3.48910, 50.4595],[-3.489799, 50.4591],[-3.4907, 50.459],[-3.491699, 50.4593],[-3.492399, 50.4596],[-3.4934, 50.4599],[-3.494501, 50.46],[-3.496601, 50.4597],[-3.497299, 50.4597],[-3.4979, 50.4599],[-3.498399, 50.4603],[-3.498701, 50.4604],[-3.4993, 50.4604],[-3.5002, 50.46],[-3.50110, 50.4596],[-3.503099, 50.459],[-3.5049, 50.4588],[-3.5078, 50.4578],[-3.509399, 50.4573],[-3.5097, 50.457],[-3.5099, 50.4567],[-3.510099, 50.4562],[-3.5104, 50.4557],[-3.510799, 50.4554],[-3.5113, 50.4553],[-3.511801, 50.4553],[-3.512399, 50.4555],[-3.5129, 50.4555],[-3.513299, 50.4552],[-3.513999, 50.4545],[-3.5144, 50.4542],[-3.514699, 50.4542],[-3.515399, 50.4544],[-3.5178, 50.4547],[-3.5186, 50.4548],[-3.5192, 50.455],[-3.519799, 50.4554],[-3.521001, 50.4567],[-3.5214, 50.457],[-3.522001, 50.4571],[-3.5235, 50.4572],[-3.523999, 50.4572],[-3.526601, 50.4571],[-3.5269, 50.4572],[-3.527, 50.4574],[-3.5267, 50.4577],[-3.525599, 50.4581],[-3.524899, 50.4584],[-3.524899, 50.4588],[-3.525, 50.4594],[-3.524699, 50.4598],[-3.524199, 50.4602],[-3.523299, 50.4610],[-3.523299, 50.4613],[-3.5235, 50.4615],[-3.523901, 50.4616],[-3.524199, 50.4615],[-3.524501, 50.4614],[-3.525, 50.4609],[-3.525599, 50.4605],[-3.526, 50.4604],[-3.5271, 50.4609],[-3.528, 50.4614],[-3.528701, 50.4616],[-3.5291, 50.4616],[-3.5293, 50.4613],[-3.52950, 50.4606],[-3.52950, 50.4599],[-3.5294, 50.4593],[-3.529, 50.4587],[-3.528701, 50.4583],[-3.528701, 50.4579],[-3.5291, 50.4577],[-3.5294, 50.4577],[-3.52970, 50.4579],[-3.5301, 50.4585],[-3.5306, 50.459],[-3.5308, 50.4594],[-3.5308, 50.4599],[-3.5306, 50.4607],[-3.53040, 50.4614],[-3.530499, 50.4618],[-3.5309, 50.4622],[-3.532001, 50.4629],[-3.532599, 50.4631],[-3.533299, 50.4631],[-3.5351, 50.4626],[-3.537499, 50.4618],[-3.538701, 50.4613],[-3.5393, 50.4609],[-3.544399, 50.4557],[-3.5446, 50.4552],[-3.544501, 50.4548],[-3.5435, 50.4542],[-3.543299, 50.454],[-3.5434, 50.4537],[-3.54380, 50.4534],[-3.546201, 50.4525],[-3.5473, 50.4525],[-3.54800, 50.4523],[-3.549599, 50.4512],[-3.5513, 50.4499],[-3.552799, 50.4486],[-3.553999, 50.4473],[-3.55460, 50.4465],[-3.555399, 50.445],[-3.5559, 50.4441],[-3.556801, 50.4431],[-3.557199, 50.4419],[-3.5574, 50.441],[-3.557899, 50.4394],[-3.558199, 50.4383],[-3.558501, 50.4377],[-3.559, 50.4371],[-3.5593, 50.4362],[-3.5594, 50.4352],[-3.5593, 50.4345],[-3.559, 50.4339],[-3.55830, 50.4332],[-3.5574, 50.4327],[-3.556201, 50.4323],[-3.555599, 50.4322],[-3.555, 50.432],[-3.554101, 50.4314],[-3.5535, 50.4308],[-3.553299, 50.4302],[-3.553299, 50.4293],[-3.5537, 50.4287],[-3.554501, 50.4285],[-3.5555, 50.4284],[-3.556499, 50.4285],[-3.5578, 50.4287],[-3.55880, 50.4287],[-3.5595, 50.4284],[-3.559999, 50.4279],[-3.5601, 50.4274],[-3.5601, 50.4266],[-3.5597, 50.4255],[-3.559, 50.4239],[-3.558901, 50.4235],[-3.55880, 50.4213],[-3.558599, 50.4208],[-3.55830, 50.4205],[-3.5573, 50.4197],[-3.55600, 50.4186],[-3.5557, 50.4181],[-3.5553, 50.4156],[-3.555099, 50.4153],[-3.554699, 50.4151],[-3.55390, 50.4150],[-3.5538, 50.4148],[-3.55390, 50.4146],[-3.554199, 50.4143],[-3.554501, 50.4140],[-3.554501, 50.4137],[-3.554199, 50.4132],[-3.5537, 50.4127],[-3.5537, 50.4123],[-3.55390, 50.4120],[-3.554199, 50.4118],[-3.554699, 50.4115],[-3.555099, 50.4111],[-3.5555, 50.4102],[-3.5557, 50.4094],[-3.5557, 50.4088],[-3.555599, 50.4082],[-3.5553, 50.4076],[-3.55460, 50.407],[-3.5535, 50.4064],[-3.55250, 50.4061],[-3.5515, 50.4062],[-3.550499, 50.4066],[-3.5494, 50.4069],[-3.548701, 50.4069],[-3.54780, 50.4068],[-3.547, 50.4064],[-3.5467, 50.4060],[-3.546499, 50.4055],[-3.546299, 50.4050],[-3.546099, 50.4047],[-3.54570, 50.4044],[-3.5455, 50.4041],[-3.545399, 50.4038],[-3.545099, 50.4034],[-3.5446, 50.4031],[-3.5436, 50.4027],[-3.543, 50.4026],[-3.5422, 50.4027],[-3.5413, 50.4031],[-3.5406, 50.4035],[-3.540299, 50.4036],[-3.539799, 50.4037],[-3.5391, 50.4038],[-3.537699, 50.404],[-3.5373, 50.4041],[-3.536601, 50.4045],[-3.5359, 50.4048],[-3.535399, 50.4048],[-3.534101, 50.4047],[-3.533, 50.4048],[-3.53230, 50.4049],[-3.531001, 50.4052],[-3.5302, 50.4052],[-3.527299, 50.4045],[-3.5244, 50.4042],[-3.523999, 50.4042],[-3.523799, 50.404],[-3.5237, 50.4033],[-3.5235, 50.4028],[-3.5232, 50.4026],[-3.522599, 50.4024],[-3.521699, 50.4024],[-3.52130, 50.4026],[-3.5211, 50.4030],[-3.521001, 50.4032],[-3.5208, 50.4034],[-3.5204, 50.4035],[-3.5197, 50.4033],[-3.518901, 50.4030],[-3.517699, 50.4023],[-3.5153, 50.4011],[-3.5113, 50.3979],[-3.5111, 50.3975],[-3.51120, 50.3970],[-3.51120, 50.3966],[-3.511001, 50.3964],[-3.510799, 50.3965],[-3.5106, 50.3970],[-3.5104, 50.3973],[-3.5099, 50.3976],[-3.50930, 50.3977],[-3.5083, 50.3978],[-3.507999, 50.398],[-3.50740, 50.3985],[-3.5068, 50.3989],[-3.505899, 50.3993],[-3.505, 50.3996],[-3.504699, 50.3998],[-3.5048, 50.4001],[-3.505199, 50.4005],[-3.508701, 50.4030],[-3.5097, 50.4037],[-3.509799, 50.404],[-3.509599, 50.4043],[-3.50930, 50.4044],[-3.508399, 50.4039],[-3.5048, 50.4013],[-3.503999, 50.4005],[-3.503599, 50.4005],[-3.503299, 50.4006],[-3.502199, 50.401],[-3.49920, 50.4019],[-3.4968, 50.4022],[-3.4955, 50.4022],[-3.494101, 50.4020],[-3.491699, 50.4016],[-3.489, 50.4014],[-3.4844, 50.4015],[-3.48300, 50.4012],[-3.481499, 50.4008],[-3.4812, 50.4005],[-3.48110, 50.4000],[-3.4813, 50.3997],[-3.482199, 50.3994],[-3.483599, 50.3992],[-3.4845, 50.399],[-3.4867, 50.3981],[-3.487499, 50.3976],[-3.487799, 50.3971],[-3.4883, 50.3956],[-3.4888, 50.3951],[-3.489599, 50.3946],[-3.4914, 50.3939],[-3.491699, 50.3935],[-3.491801, 50.393],[-3.492001, 50.3927],[-3.492399, 50.3926],[-3.4948, 50.3927],[-3.4956, 50.3925],[-3.496401, 50.3919],[-3.4976, 50.3914],[-3.49900, 50.391],[-3.5, 50.3906],[-3.501, 50.3903],[-3.502001, 50.3898],[-3.5027, 50.3892],[-3.503099, 50.3886],[-3.5035, 50.3878],[-3.5037, 50.387],[-3.5037, 50.3861],[-3.503599, 50.3855],[-3.50340, 50.3851],[-3.5027, 50.3846],[-3.501801, 50.3844],[-3.5009, 50.3843],[-3.4989, 50.3848],[-3.497999, 50.3849],[-3.4972, 50.3848],[-3.4967, 50.3846],[-3.496401, 50.3844],[-3.496099, 50.3838],[-3.495899, 50.3836],[-3.4956, 50.3834],[-3.4951, 50.3831],[-3.494999, 50.3828],[-3.4951, 50.3825],[-3.495399, 50.3822],[-3.4986, 50.3816],[-3.5037, 50.3805],[-3.50720, 50.3801],[-3.50810, 50.3798]]]]}, properties:{name:"Torbay"}}, {type:"Feature", geometry:{type:"MultiPolygon", coordinates:[[[[-2.6747, 53.3542],[-2.6749, 53.3547],[-2.675299, 53.3549],[-2.6759, 53.355],[-2.677799, 53.3554],[-2.687001, 53.3574],[-2.6986, 53.3599],[-2.701, 53.3627],[-2.703399, 53.3664],[-2.701601, 53.3715],[-2.699399, 53.3741],[-2.698999, 53.3754],[-2.698999, 53.3764],[-2.701601, 53.3883],[-2.693701, 53.3885],[-2.6917, 53.3883],[-2.6886, 53.3885],[-2.6872, 53.3889],[-2.6846, 53.39],[-2.6767, 53.3944],[-2.6717, 53.3992],[-2.671, 53.4009],[-2.670799, 53.4023],[-2.6709, 53.4034],[-2.671099, 53.4042],[-2.67200, 53.4081],[-2.672499, 53.4120],[-2.672899, 53.4135],[-2.6774, 53.4159],[-2.677599, 53.4164],[-2.677001, 53.4186],[-2.6766, 53.4197],[-2.6761, 53.4209],[-2.6752, 53.4218],[-2.669301, 53.4267],[-2.667599, 53.4281],[-2.664799, 53.4303],[-2.6638, 53.4314],[-2.6638, 53.432],[-2.6638, 53.4326],[-2.664, 53.4333],[-2.6645, 53.4337],[-2.66590, 53.4336],[-2.6702, 53.4339],[-2.6733, 53.4341],[-2.673901, 53.4345],[-2.6742, 53.4348],[-2.674999, 53.4367],[-2.676201, 53.4391],[-2.6774, 53.4419],[-2.677599, 53.4433],[-2.677599, 53.4441],[-2.6763, 53.4485],[-2.6754, 53.4523],[-2.6752, 53.4525],[-2.673, 53.4517],[-2.6717, 53.451],[-2.667799, 53.4494],[-2.6656, 53.4486],[-2.6594, 53.4482],[-2.6572, 53.4477],[-2.6524, 53.4469],[-2.6494, 53.4462],[-2.6452, 53.4448],[-2.641401, 53.4438],[-2.6371, 53.4432],[-2.6341, 53.4421],[-2.632699, 53.4405],[-2.6308, 53.4371],[-2.629699, 53.4359],[-2.628599, 53.4351],[-2.627199, 53.4347],[-2.626, 53.4358],[-2.6242, 53.4367],[-2.6221, 53.4371],[-2.620199, 53.4375],[-2.617399, 53.4397],[-2.613199, 53.4415],[-2.609101, 53.4424],[-2.606499, 53.4416],[-2.6031, 53.4414],[-2.6005, 53.4404],[-2.596601, 53.4406],[-2.5904, 53.441],[-2.586299, 53.4402],[-2.578, 53.443],[-2.568399, 53.4446],[-2.5659, 53.4483],[-2.563999, 53.4496],[-2.560199, 53.4509],[-2.552599, 53.453],[-2.5439, 53.4545],[-2.5504, 53.4617],[-2.548501, 53.4679],[-2.508199, 53.477],[-2.494699, 53.4803],[-2.493, 53.479],[-2.4912, 53.4778],[-2.489399, 53.4762],[-2.4891, 53.4750],[-2.489799, 53.4727],[-2.4874, 53.4686],[-2.487499, 53.4666],[-2.4897, 53.4614],[-2.490099, 53.4588],[-2.487299, 53.4567],[-2.4865, 53.4547],[-2.4863, 53.4536],[-2.4834, 53.4529],[-2.482599, 53.4521],[-2.479501, 53.4497],[-2.4784, 53.4466],[-2.4777, 53.4445],[-2.477299, 53.4419],[-2.475199, 53.4392],[-2.4732, 53.4387],[-2.471299, 53.4386],[-2.4697, 53.438],[-2.4672, 53.4376],[-2.4644, 53.4366],[-2.463701, 53.4361],[-2.460099, 53.4347],[-2.459199, 53.4337],[-2.4584, 53.4321],[-2.4556, 53.4304],[-2.453501, 53.4282],[-2.452199, 53.426],[-2.448501, 53.4228],[-2.447099, 53.4223],[-2.447099, 53.4216],[-2.4472, 53.421],[-2.4477, 53.4201],[-2.4486, 53.4179],[-2.4487, 53.4173],[-2.4487, 53.4169],[-2.4486, 53.4163],[-2.448501, 53.416],[-2.4482, 53.4155],[-2.4477, 53.4152],[-2.4482, 53.415],[-2.4488, 53.4147],[-2.449399, 53.4144],[-2.4502, 53.4139],[-2.452199, 53.4126],[-2.453901, 53.4112],[-2.4551, 53.4098],[-2.4579, 53.4058],[-2.459301, 53.4038],[-2.460299, 53.4025],[-2.462001, 53.4011],[-2.4633, 53.4002],[-2.466401, 53.3989],[-2.4674, 53.3985],[-2.473599, 53.3970],[-2.476201, 53.3963],[-2.476201, 53.3962],[-2.475699, 53.3959],[-2.474699, 53.3952],[-2.4728, 53.3941],[-2.471, 53.3934],[-2.4691, 53.3932],[-2.467099, 53.3933],[-2.4651, 53.3939],[-2.4633, 53.3945],[-2.4619, 53.3947],[-2.461299, 53.3947],[-2.4589, 53.3944],[-2.4566, 53.3943],[-2.4551, 53.3945],[-2.4526, 53.395],[-2.450599, 53.395],[-2.4487, 53.3949],[-2.443599, 53.3928],[-2.4421, 53.3921],[-2.4398, 53.3918],[-2.4354, 53.3904],[-2.433399, 53.3895],[-2.431801, 53.3885],[-2.430599, 53.3883],[-2.4263, 53.388],[-2.427599, 53.3826],[-2.4265, 53.3808],[-2.4279, 53.3787],[-2.430799, 53.3749],[-2.433901, 53.373],[-2.438999, 53.371],[-2.43840, 53.3665],[-2.4482, 53.3659],[-2.4487, 53.3659],[-2.45, 53.3667],[-2.451699, 53.3673],[-2.4566, 53.3679],[-2.459301, 53.3678],[-2.4623, 53.3637],[-2.463799, 53.3622],[-2.466001, 53.3616],[-2.4684, 53.3622],[-2.4868, 53.3676],[-2.4884, 53.3667],[-2.491699, 53.3639],[-2.493, 53.3626],[-2.495899, 53.362],[-2.4965, 53.3611],[-2.4976, 53.36],[-2.5013, 53.3587],[-2.504699, 53.3571],[-2.5099, 53.3551],[-2.512001, 53.3536],[-2.5146, 53.3535],[-2.5148, 53.3534],[-2.517299, 53.3504],[-2.5227, 53.3483],[-2.5208, 53.3450],[-2.5295, 53.3413],[-2.532799, 53.3401],[-2.5358, 53.3388],[-2.5376, 53.3385],[-2.5391, 53.3376],[-2.5418, 53.3352],[-2.5423, 53.3341],[-2.54340, 53.3335],[-2.547199, 53.3337],[-2.5493, 53.332],[-2.5517, 53.3286],[-2.5567, 53.3245],[-2.562001, 53.3238],[-2.566099, 53.3249],[-2.5715, 53.3261],[-2.5762, 53.3252],[-2.581401, 53.3267],[-2.5839, 53.3279],[-2.586401, 53.3255],[-2.5875, 53.3235],[-2.590699, 53.32],[-2.5952, 53.3187],[-2.596299, 53.3183],[-2.598, 53.3179],[-2.601401, 53.3172],[-2.602299, 53.3166],[-2.603701, 53.3152],[-2.605599, 53.3139],[-2.6071, 53.3128],[-2.607399, 53.3121],[-2.607599, 53.3114],[-2.6078, 53.3109],[-2.6085, 53.3112],[-2.608799, 53.3115],[-2.608901, 53.312],[-2.608901, 53.3123],[-2.608599, 53.3127],[-2.6077, 53.3136],[-2.6078, 53.3145],[-2.608, 53.3153],[-2.608901, 53.3161],[-2.608999, 53.3165],[-2.6085, 53.3173],[-2.6082, 53.3182],[-2.6082, 53.3187],[-2.608799, 53.3196],[-2.6092, 53.3201],[-2.6095, 53.3204],[-2.610899, 53.3208],[-2.612299, 53.3215],[-2.612499, 53.3218],[-2.6126, 53.3224],[-2.6124, 53.3229],[-2.6119, 53.3233],[-2.611001, 53.3237],[-2.6084, 53.3245],[-2.6077, 53.3256],[-2.6077, 53.3258],[-2.607899, 53.3261],[-2.608, 53.3262],[-2.608799, 53.3263],[-2.609301, 53.3264],[-2.618299, 53.3309],[-2.6198, 53.3317],[-2.620899, 53.3325],[-2.621201, 53.3331],[-2.6215, 53.3348],[-2.621401, 53.3358],[-2.621099, 53.3368],[-2.6205, 53.3379],[-2.6194, 53.3390],[-2.617199, 53.3414],[-2.6164, 53.3428],[-2.6143, 53.3461],[-2.6126, 53.3488],[-2.612, 53.352],[-2.6119, 53.3541],[-2.612, 53.3558],[-2.612, 53.3573],[-2.61180, 53.3577],[-2.611001, 53.3585],[-2.610899, 53.3588],[-2.610699, 53.3593],[-2.609699, 53.3625],[-2.6099, 53.3633],[-2.61050, 53.3643],[-2.6115, 53.3655],[-2.6122, 53.3664],[-2.6126, 53.3667],[-2.614, 53.3664],[-2.614799, 53.3665],[-2.616, 53.3667],[-2.617399, 53.3669],[-2.618299, 53.3669],[-2.619301, 53.3667],[-2.624501, 53.3654],[-2.628299, 53.3646],[-2.6385, 53.3621],[-2.64840, 53.3597],[-2.671401, 53.3544],[-2.674, 53.3538],[-2.6745, 53.3538],[-2.674599, 53.3539],[-2.6747, 53.3542]]]]}, properties:{name:"Warrington"}}, {type:"Feature", geometry:{type:"MultiPolygon", coordinates:[[[[-0.9880995,51.3627],[-0.9931995,51.3628],[-0.9989005,51.3623],[-1.0017,51.3619],[-1.0088,51.3601],[-1.0144,51.36],[-1.0179,51.3605],[-1.026,51.3605],[-1.0323,51.3599],[-1.0448,51.3575],[-1.047099,51.3575],[-1.0484,51.3577],[-1.048701,51.358],[-1.051499,51.3609],[-1.056601,51.3655],[-1.0633,51.3716],[-1.065799,51.3735],[-1.0698,51.3751],[-1.070199,51.3753],[-1.072299,51.3753],[-1.077399,51.3747],[-1.0782,51.3748],[-1.0784,51.3753],[-1.0763,51.3778],[-1.0746,51.3789],[-1.0746,51.3795],[-1.0763,51.3798],[-1.078701,51.3805],[-1.0825,51.3818],[-1.084599,51.3829],[-1.0865,51.3841],[-1.111099,51.3756],[-1.1138,51.3731],[-1.1143,51.3709],[-1.1143,51.3657],[-1.114799,51.3604],[-1.117599,51.3593],[-1.1184,51.3592],[-1.1246,51.3587],[-1.136201,51.3589],[-1.1409,51.3586],[-1.1444,51.3586],[-1.1453,51.3587],[-1.146801,51.3596],[-1.148399,51.3605],[-1.1503,51.3607],[-1.1603,51.3605],[-1.1661,51.3612],[-1.1677,51.3613],[-1.1689,51.3611],[-1.1704,51.3605],[-1.1734,51.3589],[-1.1759,51.3585],[-1.176499,51.3585],[-1.1775,51.3593],[-1.1846,51.3637],[-1.1939,51.3653],[-1.1967,51.3657],[-1.2055,51.3664],[-1.212,51.3676],[-1.2149,51.3685],[-1.2169,51.3704],[-1.219599,51.3705],[-1.223799,51.369],[-1.226601,51.3683],[-1.2293,51.3676],[-1.2327,51.3671],[-1.2358,51.3667],[-1.2378,51.3664],[-1.241601,51.3662],[-1.2429,51.3665],[-1.2438,51.3672],[-1.246001,51.3676],[-1.247001,51.3686],[-1.2474,51.3695],[-1.2472,51.3705],[-1.2478,51.3712],[-1.2492,51.3719],[-1.252499,51.3719],[-1.2581,51.3714],[-1.259899,51.3711],[-1.2602,51.3703],[-1.2611,51.3695],[-1.2628,51.3688],[-1.263999,51.3686],[-1.2644,51.3689],[-1.2646,51.3697],[-1.2653,51.3697],[-1.2686,51.3692],[-1.2703,51.369],[-1.2715,51.3685],[-1.272799,51.3671],[-1.274101,51.3665],[-1.276401,51.3663],[-1.2774,51.3666],[-1.2795,51.3674],[-1.2819,51.3673],[-1.2845,51.3669],[-1.287099,51.3673],[-1.295599,51.3686],[-1.3088,51.3712],[-1.3124,51.3719],[-1.3171,51.3715],[-1.325099,51.3717],[-1.3312,51.3725],[-1.335299,51.3714],[-1.343199,51.3682],[-1.3471,51.3673],[-1.348799,51.3675],[-1.3529,51.3674],[-1.3551,51.3675],[-1.359599,51.3668],[-1.368701,51.3655],[-1.3717,51.3653],[-1.3764,51.3677],[-1.3788,51.3691],[-1.382599,51.371],[-1.389101,51.3721],[-1.399199,51.3730],[-1.4116,51.3733],[-1.412699,51.3730],[-1.413501,51.3724],[-1.4153,51.371],[-1.416201,51.3701],[-1.417799,51.3665],[-1.418501,51.3652],[-1.422199,51.3624],[-1.424199,51.3603],[-1.4252,51.3588],[-1.426201,51.3573],[-1.4332,51.3568],[-1.4378,51.3566],[-1.4398,51.3567],[-1.4403,51.3557],[-1.4411,51.3542],[-1.442001,51.3523],[-1.442001,51.3495],[-1.4417,51.3481],[-1.4404,51.3469],[-1.437199,51.3449],[-1.4292,51.3396],[-1.427001,51.3371],[-1.426601,51.3366],[-1.4268,51.3362],[-1.4281,51.3359],[-1.432001,51.3357],[-1.4354,51.3353],[-1.4471,51.3329],[-1.4497,51.3321],[-1.452399,51.3321],[-1.4562,51.3321],[-1.459301,51.3320],[-1.469599,51.3313],[-1.485299,51.3291],[-1.4886,51.3282],[-1.4923,51.3274],[-1.4923,51.3289],[-1.492599,51.3304],[-1.4944,51.3339],[-1.4844,51.3459],[-1.4838,51.3475],[-1.483901,51.3479],[-1.4843,51.3489],[-1.4849,51.3496],[-1.4856,51.3499],[-1.4872,51.3506],[-1.491601,51.3524],[-1.4938,51.3534],[-1.4964,51.3557],[-1.4973,51.3571],[-1.4978,51.3581],[-1.4978,51.3592],[-1.497599,51.3609],[-1.497499,51.3619],[-1.4972,51.3627],[-1.494599,51.3655],[-1.491899,51.3681],[-1.4906,51.3694],[-1.490399,51.3701],[-1.497001,51.3699],[-1.499699,51.37],[-1.5057,51.3707],[-1.5087,51.3713],[-1.511299,51.3719],[-1.5124,51.3735],[-1.513,51.3769],[-1.5138,51.3777],[-1.5158,51.3781],[-1.5197,51.3784],[-1.5232,51.3781],[-1.525699,51.3792],[-1.5266,51.3803],[-1.5305,51.3840],[-1.5361,51.3887],[-1.537099,51.3890],[-1.5395,51.3895],[-1.5447,51.3901],[-1.5534,51.3953],[-1.5539,51.3962],[-1.554101,51.3971],[-1.554399,51.3982],[-1.5546,51.3992],[-1.554301,51.4011],[-1.5542,51.4057],[-1.5548,51.4078],[-1.560199,51.4133],[-1.564101,51.4141],[-1.568099,51.4146],[-1.5684,51.4157],[-1.5677,51.4171],[-1.5656,51.4199],[-1.563701,51.4214],[-1.5599,51.4209],[-1.5548,51.42],[-1.5499,51.4215],[-1.544899,51.4231],[-1.5381,51.4261],[-1.5338,51.4257],[-1.529301,51.4245],[-1.5266,51.4245],[-1.5252,51.4246],[-1.524799,51.4266],[-1.524999,51.427],[-1.5308,51.4305],[-1.534101,51.4321],[-1.534,51.4327],[-1.533,51.4335],[-1.5305,51.4355],[-1.5276,51.4377],[-1.523901,51.4384],[-1.523399,51.4390],[-1.5229,51.4396],[-1.5225,51.4403],[-1.5224,51.4408],[-1.5224,51.4433],[-1.5225,51.4459],[-1.522799,51.4485],[-1.5261,51.4549],[-1.5275,51.4564],[-1.539101,51.4579],[-1.5403,51.4583],[-1.5416,51.4588],[-1.544999,51.4604],[-1.5469,51.4627],[-1.547899,51.4639],[-1.549399,51.4657],[-1.552799,51.4676],[-1.5555,51.4694],[-1.5578,51.4721],[-1.5588,51.4741],[-1.5604,51.4757],[-1.564301,51.4793],[-1.565799,51.4814],[-1.566499,51.4841],[-1.5692,51.4893],[-1.574301,51.4929],[-1.582,51.4984],[-1.5847,51.5049],[-1.585199,51.5093],[-1.584501,51.5161],[-1.582,51.5277],[-1.5805,51.5332],[-1.58,51.5353],[-1.579399,51.5362],[-1.578099,51.5373],[-1.572399,51.5391],[-1.5654,51.544],[-1.557999,51.5502],[-1.5556,51.5525],[-1.5538,51.5529],[-1.548,51.5531],[-1.542099,51.5525],[-1.5394,51.5515],[-1.5384,51.5496],[-1.537001,51.5488],[-1.5348,51.5479],[-1.529999,51.5481],[-1.5209,51.5501],[-1.5154,51.5511],[-1.5136,51.5514],[-1.511801,51.5513],[-1.5107,51.5511],[-1.5072,51.549],[-1.505,51.5474],[-1.5028,51.5467],[-1.498,51.5468],[-1.494799,51.5465],[-1.4921,51.5452],[-1.4888,51.5433],[-1.4872,51.5421],[-1.4864,51.5415],[-1.486001,51.5411],[-1.4858,51.5382],[-1.4856,51.5361],[-1.4851,51.5353],[-1.4844,51.5349],[-1.4822,51.5346],[-1.476001,51.5335],[-1.472399,51.5311],[-1.4676,51.5297],[-1.4648,51.5297],[-1.4629,51.5299],[-1.4622,51.5301],[-1.461801,51.5305],[-1.4621,51.5335],[-1.463199,51.5373],[-1.4629,51.5389],[-1.462,51.5394],[-1.459599,51.5379],[-1.4575,51.5366],[-1.456401,51.5361],[-1.4549,51.5361],[-1.451499,51.5362],[-1.449301,51.5367],[-1.443099,51.5384],[-1.4383,51.5402],[-1.4303,51.5434],[-1.4245,51.5464],[-1.423501,51.5467],[-1.422899,51.5467],[-1.422199,51.5465],[-1.4217,51.5452],[-1.419899,51.5375],[-1.419199,51.5376],[-1.416401,51.5396],[-1.4061,51.5472],[-1.4046,51.5478],[-1.4036,51.5477],[-1.402001,51.5465],[-1.3994,51.5455],[-1.398,51.5448],[-1.3953,51.5419],[-1.3937,51.5413],[-1.3923,51.5408],[-1.3904,51.5404],[-1.3844,51.5406],[-1.383,51.5408],[-1.378399,51.5434],[-1.3764,51.5458],[-1.376001,51.5494],[-1.3756,51.5501],[-1.3744,51.5505],[-1.3686,51.5521],[-1.3664,51.5527],[-1.364799,51.5528],[-1.3594,51.5489],[-1.357,51.5473],[-1.349501,51.5465],[-1.3469,51.5456],[-1.3457,51.5442],[-1.3451,51.5439],[-1.342,51.5446],[-1.3401,51.5452],[-1.338099,51.5461],[-1.3369,51.5469],[-1.336401,51.5476],[-1.3325,51.5604],[-1.3306,51.5633],[-1.3291,51.5646],[-1.3284,51.5650],[-1.3272,51.5652],[-1.326699,51.5649],[-1.3262,51.5622],[-1.3257,51.5616],[-1.3249,51.5610],[-1.3236,51.5604],[-1.3218,51.5596],[-1.3138,51.5581],[-1.307299,51.5585],[-1.3046,51.5586],[-1.3024,51.5577],[-1.2976,51.5545],[-1.292899,51.5543],[-1.2889,51.554],[-1.2869,51.5531],[-1.2861,51.5525],[-1.2839,51.5494],[-1.2833,51.5489],[-1.2744,51.5469],[-1.269199,51.5459],[-1.2675,51.5449],[-1.265,51.5411],[-1.262699,51.5398],[-1.2588,51.5385],[-1.244799,51.5394],[-1.241001,51.5394],[-1.2379,51.5391],[-1.2329,51.5378],[-1.2284,51.5361],[-1.225299,51.535],[-1.224,51.535],[-1.2212,51.5366],[-1.2176,51.5371],[-1.209,51.5375],[-1.205,51.5381],[-1.2036,51.5383],[-1.2028,51.5378],[-1.2025,51.5375],[-1.2028,51.5363],[-1.204399,51.5337],[-1.204599,51.5327],[-1.204301,51.5315],[-1.2032,51.5302],[-1.201699,51.5293],[-1.196401,51.5298],[-1.1912,51.5305],[-1.1828,51.5317],[-1.167199,51.5349],[-1.1603,51.5363],[-1.1582,51.5371],[-1.150599,51.5405],[-1.147799,51.5416],[-1.142001,51.5433],[-1.139699,51.5435],[-1.1379,51.5426],[-1.1371,51.5421],[-1.136299,51.5391],[-1.135499,51.5342],[-1.1364,51.5319],[-1.1382,51.5291],[-1.1393,51.528],[-1.1404,51.5260],[-1.141401,51.5246],[-1.141899,51.5233],[-1.1417,51.5214],[-1.141401,51.5198],[-1.140599,51.5179],[-1.14,51.5170],[-1.139199,51.5160],[-1.137001,51.5142],[-1.134799,51.5127],[-1.1329,51.5121],[-1.131001,51.5114],[-1.1293,51.5113],[-1.1273,51.5115],[-1.124799,51.5119],[-1.119501,51.5120],[-1.116001,51.5116],[-1.114599,51.5105],[-1.1128,51.5092],[-1.109599,51.5070],[-1.1088,51.5061],[-1.1077,51.5045],[-1.1052,51.5005],[-1.1036,51.4967],[-1.103,51.4951],[-1.1023,51.4935],[-1.101801,51.4928],[-1.100299,51.4916],[-1.0985,51.4904],[-1.0948,51.4888],[-1.0905,51.4874],[-1.0876,51.4869],[-1.0834,51.4869],[-1.0756,51.488],[-1.069399,51.4894],[-1.064301,51.4911],[-1.0618,51.4918],[-1.058501,51.492],[-1.0419,51.4891],[-1.0394,51.4877],[-1.037199,51.4858],[-1.0358,51.4833],[-1.0365,51.4806],[-1.0365,51.479],[-1.0361,51.4769],[-1.0352,51.4759],[-1.0332,51.4749],[-1.034301,51.4735],[-1.037099,51.4689],[-1.037699,51.4685],[-1.041201,51.4687],[-1.0425,51.4686],[-1.044399,51.468],[-1.0455,51.4671],[-1.0475,51.4642],[-1.0502,51.4622],[-1.054,51.4602],[-1.0524,51.4599],[-1.048701,51.4591],[-1.0469,51.4583],[-1.045599,51.4572],[-1.0455,51.4561],[-1.0469,51.4548],[-1.0469,51.4541],[-1.047199,51.4504],[-1.0467,51.4501],[-1.041499,51.4519],[-1.036,51.4535],[-1.0352,51.4536],[-1.033399,51.4521],[-1.032699,51.4514],[-1.0309,51.4499],[-1.029301,51.4487],[-1.026401,51.4463],[-1.024101,51.4442],[-1.0232,51.4420],[-1.0222,51.4386],[-1.022099,51.4376],[-1.021801,51.4367],[-1.021201,51.436],[-1.016401,51.4361],[-1.009101,51.4358],[-1.0046,51.4353],[-1.0003,51.4321],[-0.9980995000000003,51.4215],[-0.9968005,51.4179],[-0.9981995,51.4168],[-0.9991995,51.4133],[-0.9971995,51.4059],[-0.9956995,51.4005],[-0.9968005,51.3892],[-0.9937005,51.3881],[-0.9910005,51.3865],[-0.9885005,51.3843],[-0.9868005,51.3817],[-0.9860995,51.3789],[-0.9883995,51.3758],[-0.9932995,51.3712],[-0.9912995,51.3658],[-0.9898995,51.3647],[-0.9880995,51.3627]]]]}, properties:{name:"West Berkshire"}}, {type:"Feature", geometry:{type:"MultiPolygon", coordinates:[[[[-0.7981995,51.4421],[-0.8160995,51.4432],[-0.8175995,51.4434],[-0.8185005,51.4439],[-0.8195005,51.4456],[-0.8206995,51.4471],[-0.8252995,51.4526],[-0.8270005,51.4563],[-0.8271995,51.4586],[-0.8285005,51.4615],[-0.8295995,51.4628],[-0.8304995,51.4631],[-0.8325995000000002,51.4632],[-0.8332995,51.4635],[-0.8332995,51.4639],[-0.8289995,51.4661],[-0.8289005000000003,51.4661],[-0.8287995000000002,51.4671],[-0.8281995,51.4678],[-0.8264995000000002,51.4692],[-0.8243005,51.4711],[-0.8230995,51.4725],[-0.8212995,51.474],[-0.8205995,51.4743],[-0.8205995,51.4749],[-0.8264005,51.487],[-0.8268005,51.4887],[-0.8268005,51.4893],[-0.8239005,51.4917],[-0.8216995000000002,51.4946],[-0.8195995,51.4981],[-0.8178995,51.5013],[-0.8168005000000002,51.5041],[-0.8166995,51.5057],[-0.8168995,51.5070],[-0.8178995,51.5081],[-0.8193995000000002,51.5097],[-0.8349995,51.5117],[-0.8455995,51.5193],[-0.8478995,51.5218],[-0.8485995,51.5234],[-0.8499995,51.5248],[-0.8518995,51.5258],[-0.8518995,51.5266],[-0.8485995,51.5316],[-0.8432995,51.5376],[-0.8414005,51.5445],[-0.8412005,51.5454],[-0.8410005,51.546],[-0.8393995,51.5467],[-0.8381995,51.5471],[-0.8364005,51.5479],[-0.8355995000000002,51.5481],[-0.8341995,51.5481],[-0.8325995000000002,51.5476],[-0.8310995,51.5471],[-0.8298995,51.5475],[-0.8287995000000002,51.5479],[-0.8279995,51.549],[-0.8268005,51.5499],[-0.8252995,51.5508],[-0.8227995,51.5515],[-0.8207995,51.5521],[-0.8176995,51.5523],[-0.8155995000000003,51.5524],[-0.8118005,51.5535],[-0.8082995,51.554],[-0.8048995,51.5539],[-0.8026995,51.5537],[-0.7998995,51.5536],[-0.7982995000000003,51.5536],[-0.7966005,51.5537],[-0.7941995,51.5533],[-0.7918005,51.553],[-0.7891995000000002,51.5533],[-0.7866005,51.5544],[-0.7843995,51.5554],[-0.7808995,51.5584],[-0.7787005,51.5613],[-0.7772995,51.5644],[-0.7752995000000003,51.5663],[-0.7737005,51.5670],[-0.7731995,51.5672],[-0.7718005,51.5678],[-0.7698995,51.5683],[-0.7685005,51.5685],[-0.7643005000000002,51.5678],[-0.7620005,51.5675],[-0.7605995,51.5674],[-0.7581995,51.5669],[-0.7566005,51.5664],[-0.7549995000000002,51.566],[-0.7530995,51.5664],[-0.7477995,51.5691],[-0.7439995,51.5709],[-0.7412995,51.5720],[-0.7399995,51.5725],[-0.7381995,51.5730],[-0.7335005,51.5754],[-0.7308995,51.5765],[-0.7285995,51.5774],[-0.7264005,51.5780],[-0.7235005,51.5785],[-0.7206995,51.5786],[-0.7175995,51.5783],[-0.7150995,51.5777],[-0.7123995,51.5766],[-0.7110005,51.5754],[-0.7099995,51.5742],[-0.7095005,51.5730],[-0.7091005,51.5717],[-0.7091995,51.5688],[-0.7096995,51.5670],[-0.7097995,51.5659],[-0.7082995000000002,51.5649],[-0.7071995,51.5644],[-0.7053995,51.5637],[-0.7043005,51.5633],[-0.7032995,51.5631],[-0.7021995,51.5633],[-0.7007995,51.5654],[-0.6998995,51.566],[-0.6989995,51.5664],[-0.6970005,51.5663],[-0.6951995,51.566],[-0.6943995,51.5656],[-0.6937995,51.5651],[-0.6931995,51.5645],[-0.6910995,51.5611],[-0.6897995,51.5589],[-0.6891005,51.5567],[-0.6887995,51.5555],[-0.6895005,51.5497],[-0.6893995,51.5454],[-0.6896995,51.5448],[-0.6902995,51.5441],[-0.6914005,51.5427],[-0.6927995,51.541],[-0.6943995,51.5389],[-0.6952995,51.5371],[-0.6955995,51.5349],[-0.6962005,51.5334],[-0.6983995,51.5279],[-0.6987995,51.5258],[-0.6989995,51.5231],[-0.6987995,51.5187],[-0.6997995,51.5149],[-0.6999995,51.5137],[-0.6999995,51.5124],[-0.6996995,51.5113],[-0.6993995,51.5109],[-0.6989005,51.5106],[-0.6953995,51.5109],[-0.6920005,51.5112],[-0.6903995,51.5110],[-0.6896995,51.5108],[-0.6877995,51.5096],[-0.6850995,51.5080],[-0.6814005,51.5059],[-0.6810995,51.5056],[-0.6806995,51.505],[-0.6798995,51.5036],[-0.6783995,51.5001],[-0.6757995,51.4952],[-0.6749995,51.4943],[-0.6733995,51.4933],[-0.6700995,51.4921],[-0.6668005,51.4898],[-0.6646995,51.4889],[-0.6610005,51.488],[-0.6537005,51.4875],[-0.6506995,51.4866],[-0.6498995,51.4864],[-0.6491005,51.4864],[-0.6475995,51.4868],[-0.6464005,51.4877],[-0.6451995,51.4887],[-0.6437005,51.4896],[-0.6403995,51.4911],[-0.6380995,51.4919],[-0.6354995,51.4924],[-0.6341005,51.4927],[-0.6337995,51.4932],[-0.6337005,51.4937],[-0.6339005,51.4950],[-0.6343995,51.4959],[-0.6347995,51.4963],[-0.6355995,51.4966],[-0.6366005,51.4969],[-0.6380995,51.4971],[-0.6397995,51.4973],[-0.6414005,51.4973],[-0.6430995,51.4969],[-0.6441005,51.4968],[-0.6443005,51.4972],[-0.6441995,51.4979],[-0.6439005,51.4991],[-0.6433995,51.5003],[-0.6423995,51.5015],[-0.6418005,51.5025],[-0.6401995,51.5027],[-0.6356995,51.5026],[-0.6341995,51.5026],[-0.6329995,51.5031],[-0.6312995,51.505],[-0.6303995,51.5057],[-0.6271995,51.5057],[-0.6241005,51.5053],[-0.6220005,51.5045],[-0.6185005,51.5031],[-0.6098995,51.5002],[-0.6062005,51.4992],[-0.6037995,51.4988],[-0.6028995,51.4988],[-0.6027995,51.499],[-0.6014995,51.5019],[-0.6007995,51.5022],[-0.5993995,51.5021],[-0.5907995,51.4995],[-0.5901995,51.4996],[-0.5900995,51.5007],[-0.5893995,51.5010],[-0.5872995,51.4999],[-0.5707995,51.4928],[-0.5698995,51.4928],[-0.5691995,51.4932],[-0.5670005,51.4971],[-0.5653995,51.5011],[-0.5646995,51.5012],[-0.5618005,51.5001],[-0.5576995,51.4984],[-0.5555995,51.4976],[-0.5523995,51.4962],[-0.5520005,51.4956],[-0.5518995,51.4953],[-0.5518995,51.4951],[-0.5521995,51.4946],[-0.5543005,51.4913],[-0.5541995,51.4906],[-0.5539995,51.4905],[-0.5532995,51.4904],[-0.5422995,51.4901],[-0.5385995,51.4898],[-0.5375995,51.4891],[-0.5337005,51.4854],[-0.5312005,51.4833],[-0.5301995,51.4829],[-0.5266995,51.4823],[-0.5232995,51.4818],[-0.5228995,51.4812],[-0.5239995,51.4796],[-0.5241995,51.479],[-0.5243995,51.4779],[-0.5245005,51.4761],[-0.5243995,51.4753],[-0.5241995,51.4728],[-0.5241995,51.4713],[-0.5273995,51.4669],[-0.5320005,51.4611],[-0.5348995,51.4561],[-0.5356995,51.4546],[-0.5293995,51.4511],[-0.5272995,51.4495],[-0.5271995,51.4491],[-0.5303995,51.4456],[-0.5304995,51.4451],[-0.5304995,51.4448],[-0.5295005,51.4439],[-0.5275995,51.4421],[-0.5250995,51.4405],[-0.5245995,51.4396],[-0.5245005,51.4375],[-0.5254995,51.4373],[-0.5314005,51.4381],[-0.5374995,51.4396],[-0.5416995,51.4411],[-0.5446995,51.4425],[-0.5489995,51.4443],[-0.5518005,51.4452],[-0.5576995,51.4485],[-0.5596995,51.4491],[-0.5625995,51.4488],[-0.5635995,51.4492],[-0.5651995,51.4505],[-0.5664005,51.4512],[-0.5679995,51.4521],[-0.5689995,51.4523],[-0.5708995,51.4523],[-0.5720005,51.4516],[-0.5747995,51.4483],[-0.5771995,51.4461],[-0.5799995,51.4444],[-0.5841005,51.4431],[-0.5914005,51.4415],[-0.5922995,51.4411],[-0.6014005,51.4341],[-0.6037005,51.4321],[-0.6041995,51.431],[-0.6046995,51.4267],[-0.6060005,51.4173],[-0.6064995,51.4149],[-0.6078995,51.4123],[-0.6171995,51.3991],[-0.6171995,51.3983],[-0.6162995,51.3968],[-0.6160005,51.3959],[-0.6162995,51.3947],[-0.6173995,51.3947],[-0.6183995,51.3946],[-0.6185005,51.3943],[-0.6181995,51.3933],[-0.6179995,51.3924],[-0.6181995,51.3920],[-0.6196995,51.3914],[-0.6210995,51.3907],[-0.6218005,51.3899],[-0.6218005,51.3893],[-0.6195995,51.3875],[-0.6185005,51.3858],[-0.6187005,51.3851],[-0.6198995,51.3847],[-0.6220005,51.3850],[-0.6229995,51.3852],[-0.6241995,51.3851],[-0.6254995,51.3843],[-0.6262005,51.3838],[-0.6282995,51.383],[-0.6303995,51.3828],[-0.6325995,51.3835],[-0.6353995,51.3847],[-0.6385995,51.3858],[-0.6397995,51.3863],[-0.6455995,51.3861],[-0.6495995,51.3865],[-0.6535005000000002,51.3876],[-0.6575995,51.3872],[-0.6651995,51.3862],[-0.6723995,51.3837],[-0.6757995,51.3875],[-0.6798995,51.3938],[-0.6926995,51.4077],[-0.6943995,51.41],[-0.6946995,51.4107],[-0.6946995,51.4117],[-0.6943995,51.413],[-0.6937005,51.4137],[-0.6832995,51.423],[-0.6796995,51.427],[-0.6778995,51.4313],[-0.6773995,51.4317],[-0.6693005,51.4306],[-0.6677995,51.4292],[-0.6649995,51.4271],[-0.6626995,51.4257],[-0.6552995,51.424],[-0.6532995,51.4243],[-0.6446995,51.4206],[-0.6412995,51.418],[-0.6376995,51.4147],[-0.6364995,51.4142],[-0.6341995,51.4141],[-0.6298995,51.4141],[-0.6295995,51.4144],[-0.6300995,51.416],[-0.6306995,51.4177],[-0.6306995,51.4218],[-0.6312995,51.4229],[-0.6323995,51.4238],[-0.6360005,51.426],[-0.6377995,51.4283],[-0.6379995,51.429],[-0.6377995,51.4304],[-0.6352995,51.4382],[-0.6348995,51.4400],[-0.6348995,51.441],[-0.6357995,51.4414],[-0.6445005,51.4406],[-0.6535005000000002,51.4422],[-0.6552995,51.4428],[-0.6564995,51.4437],[-0.6591005,51.4449],[-0.6593995,51.4459],[-0.6585005,51.4509],[-0.6580995,51.4608],[-0.6582995,51.4618],[-0.6631995000000002,51.4624],[-0.6643995,51.4621],[-0.6705995,51.4582],[-0.6721995,51.4571],[-0.6729995,51.4574],[-0.6752995,51.4593],[-0.6787995,51.4617],[-0.6822995,51.4636],[-0.6835995,51.4647],[-0.6839995,51.4654],[-0.6841995,51.4672],[-0.6848995,51.4675],[-0.6857995,51.468],[-0.6871995,51.4682],[-0.6891005,51.4684],[-0.6920995,51.4686],[-0.6958995,51.4687],[-0.7066005,51.4684],[-0.7106995000000002,51.4681],[-0.7120005,51.4673],[-0.7220995,51.4561],[-0.7228995,51.4558],[-0.7235995,51.4558],[-0.7410005,51.4579],[-0.7435995,51.4579],[-0.7489005,51.4603],[-0.7535995,51.4620],[-0.7545005,51.4619],[-0.7585995,51.4585],[-0.7597995,51.4584],[-0.7637005,51.4595],[-0.7656995,51.4608],[-0.7691995000000003,51.4635],[-0.7699995,51.4648],[-0.7702995,51.466],[-0.7702995,51.4678],[-0.7699995,51.4687],[-0.7691995000000003,51.4696],[-0.7693995,51.4698],[-0.7712005,51.4697],[-0.7733995,51.4693],[-0.7751995,51.4692],[-0.7775995,51.4693],[-0.7802995,51.4695],[-0.7822995,51.4695],[-0.7827995000000002,51.4691],[-0.7835005,51.4653],[-0.7845005,51.4622],[-0.7860995,51.4581],[-0.7875995,51.4548],[-0.7893005,51.4523],[-0.7907995,51.4507],[-0.7946995,51.4483],[-0.7968005,51.4462],[-0.7977995,51.4443],[-0.7981995,51.4421]]]]}, properties:{name:"Windsor and Maidenhead"}}, {type:"Feature", geometry:{type:"MultiPolygon", coordinates:[[[[-0.9637005,51.4123],[-0.9618995000000002,51.4131],[-0.9598995,51.4148],[-0.9589995,51.4165],[-0.9579995,51.4189],[-0.9562995,51.4208],[-0.9545005,51.423],[-0.9523995,51.4246],[-0.9485005000000002,51.4256],[-0.9473995000000002,51.4264],[-0.9451995,51.4275],[-0.9428995,51.4298],[-0.9426995,51.4316],[-0.9437005000000002,51.4357],[-0.9458995,51.4372],[-0.9493005,51.4389],[-0.9483995000000002,51.4413],[-0.9477995,51.4450],[-0.9468995,51.4454],[-0.9457995,51.4457],[-0.9445005,51.4456],[-0.9427995,51.4453],[-0.9407995,51.4451],[-0.9391995,51.4444],[-0.9376995,51.4437],[-0.9364995000000002,51.4428],[-0.9353995,51.4413],[-0.9346995,51.4400],[-0.9343005,51.4398],[-0.9326995,51.4397],[-0.9318005,51.4402],[-0.9304995,51.4424],[-0.9289005,51.4456],[-0.9289005,51.4470],[-0.9306995,51.4488],[-0.9339005,51.4519],[-0.9364005,51.4536],[-0.9391995,51.4549],[-0.9408995,51.4556],[-0.9431995,51.4563],[-0.9497995,51.4576],[-0.9507995,51.4579],[-0.9502995,51.4602],[-0.9503995,51.4607],[-0.9502995,51.4614],[-0.9501995,51.4620],[-0.9491995,51.4615],[-0.9482995,51.4611],[-0.9473995000000002,51.4607],[-0.9466995,51.4605],[-0.9451995,51.4606],[-0.9437995,51.4607],[-0.9422995000000002,51.461],[-0.9399995,51.4618],[-0.9366995,51.4633],[-0.9332995,51.4650],[-0.9320005,51.4663],[-0.9303995000000002,51.4681],[-0.9287005,51.4689],[-0.9270005,51.4691],[-0.9221995,51.469],[-0.9206995,51.4693],[-0.9200995,51.4695],[-0.9187005,51.472],[-0.9180995,51.4733],[-0.9175995,51.4751],[-0.9170995,51.4763],[-0.9166995,51.4769],[-0.9153995,51.4786],[-0.9145995,51.4789],[-0.9132995,51.4789],[-0.9120005,51.4793],[-0.9116995,51.4797],[-0.9114995,51.4806],[-0.9112005,51.4816],[-0.9106995,51.4821],[-0.9102995,51.4824],[-0.9095005000000002,51.483],[-0.9078995,51.4841],[-0.9049995,51.4855],[-0.9024995,51.4862],[-0.9000995,51.4867],[-0.8991995,51.4871],[-0.8981995,51.4877],[-0.8970005000000002,51.4891],[-0.8962005,51.4905],[-0.8950995,51.4937],[-0.8939995,51.4958],[-0.8926995,51.4973],[-0.8910995000000003,51.4983],[-0.8841995,51.5021],[-0.8814005000000003,51.5035],[-0.8781995,51.5039],[-0.8753995,51.5041],[-0.8735995,51.5043],[-0.8724995,51.5045],[-0.8716005000000002,51.5057],[-0.8720005,51.5069],[-0.8729995,51.5078],[-0.8746995,51.5088],[-0.8775995000000002,51.5099],[-0.8799995000000002,51.5110],[-0.8810005,51.5119],[-0.8814005000000003,51.5129],[-0.8812005,51.5147],[-0.8810005,51.5159],[-0.8801995,51.5174],[-0.8795995,51.5186],[-0.8789995000000002,51.5196],[-0.8789995000000002,51.5211],[-0.8795005,51.5221],[-0.8843005,51.5271],[-0.8866005,51.5295],[-0.8887995000000002,51.5303],[-0.8924995000000002,51.5299],[-0.8930995,51.5302],[-0.8935005,51.5304],[-0.8939995,51.5307],[-0.8968995,51.5336],[-0.8985005,51.5353],[-0.8996995,51.5367],[-0.8997995,51.5377],[-0.8993005,51.5413],[-0.8991995,51.5418],[-0.8989995,51.5425],[-0.8985995000000002,51.5435],[-0.8980995,51.5441],[-0.8966005,51.5456],[-0.8893005,51.5564],[-0.8876995,51.5587],[-0.8870995000000002,51.5595],[-0.8860995000000002,51.5604],[-0.8847995,51.5613],[-0.8831995,51.5621],[-0.8814005000000003,51.5626],[-0.8791005000000002,51.5629],[-0.8766995,51.5629],[-0.8748995000000002,51.5628],[-0.8735005,51.5625],[-0.8712995,51.5614],[-0.8670005,51.5585],[-0.8641995,51.5565],[-0.8587995,51.5513],[-0.8562005,51.5501],[-0.8530995,51.5501],[-0.8514005,51.5498],[-0.8496995,51.5489],[-0.8472995,51.548],[-0.8410005,51.546],[-0.8412005,51.5454],[-0.8414005,51.5445],[-0.8432995,51.5376],[-0.8485995,51.5316],[-0.8518995,51.5266],[-0.8518995,51.5258],[-0.8499995,51.5248],[-0.8485995,51.5234],[-0.8478995,51.5218],[-0.8455995,51.5193],[-0.8349995,51.5117],[-0.8193995000000002,51.5097],[-0.8178995,51.5081],[-0.8168995,51.5070],[-0.8166995,51.5057],[-0.8168005000000002,51.5041],[-0.8178995,51.5013],[-0.8195995,51.4981],[-0.8216995000000002,51.4946],[-0.8239005,51.4917],[-0.8268005,51.4893],[-0.8268005,51.4887],[-0.8264005,51.487],[-0.8205995,51.4749],[-0.8205995,51.4743],[-0.8212995,51.474],[-0.8230995,51.4725],[-0.8243005,51.4711],[-0.8264995000000002,51.4692],[-0.8281995,51.4678],[-0.8287995000000002,51.4671],[-0.8289005000000003,51.4661],[-0.8289995,51.4661],[-0.8332995,51.4639],[-0.8332995,51.4635],[-0.8325995000000002,51.4632],[-0.8304995,51.4631],[-0.8295995,51.4628],[-0.8285005,51.4615],[-0.8271995,51.4586],[-0.8270005,51.4563],[-0.8252995,51.4526],[-0.8206995,51.4471],[-0.8195005,51.4456],[-0.8185005,51.4439],[-0.8175995,51.4434],[-0.8160995,51.4432],[-0.7981995,51.4421],[-0.7979995,51.4405],[-0.7975995,51.432],[-0.7972995000000003,51.4279],[-0.7970995,51.417],[-0.7970005,51.4156],[-0.7966995,51.4143],[-0.7948995,51.4128],[-0.7910005,51.4107],[-0.7904995,51.4101],[-0.7908995,51.4098],[-0.7935005,51.4094],[-0.7989005,51.4099],[-0.7995005,51.4099],[-0.7998995,51.4095],[-0.7997995,51.4083],[-0.7966995,51.3985],[-0.7948995,51.3922],[-0.7874995000000002,51.3726],[-0.7877995,51.3717],[-0.8064005,51.3724],[-0.8103995,51.3721],[-0.8131995,51.3716],[-0.8239005,51.3677],[-0.8256995,51.3667],[-0.8277995000000002,51.3646],[-0.8326995,51.3581],[-0.8349995,51.3541],[-0.8360005000000003,51.3541],[-0.8460005,51.3561],[-0.8518995,51.3559],[-0.8568995000000003,51.3574],[-0.8631995,51.3579],[-0.8682995,51.356],[-0.8700995,51.3555],[-0.8718995000000002,51.3548],[-0.8732995,51.3543],[-0.8745995,51.3543],[-0.8764995,51.3545],[-0.8777995,51.3548],[-0.8795995,51.3558],[-0.9045005000000002,51.3591],[-0.9135995,51.3619],[-0.9207995,51.365],[-0.9228995,51.3653],[-0.9257995,51.3646],[-0.9296995,51.3641],[-0.9530995,51.3633],[-0.9602995,51.361],[-0.9651995,51.3608],[-0.9760995,51.3611],[-0.9837995,51.3598],[-0.9849995,51.3603],[-0.9857995,51.3619],[-0.9880995,51.3627],[-0.9898995,51.3647],[-0.9912995,51.3658],[-0.9932995,51.3712],[-0.9883995,51.3758],[-0.9860995,51.3789],[-0.9868005,51.3817],[-0.9885005,51.3843],[-0.9910005,51.3865],[-0.9937005,51.3881],[-0.9968005,51.3892],[-0.9956995,51.4005],[-0.9971995,51.4059],[-0.9991995,51.4133],[-0.9981995,51.4168],[-0.9968005,51.4179],[-0.9929995,51.4198],[-0.9906995,51.4213],[-0.9872995000000002,51.422],[-0.9831995,51.4216],[-0.9827995,51.4212],[-0.9822995,51.4192],[-0.9810995,51.4141],[-0.9807995,51.4127],[-0.9799995,51.4112],[-0.9785005,51.4113],[-0.9756995,51.4109],[-0.9751995,51.4104],[-0.9756995,51.4091],[-0.9751995,51.4085],[-0.9735995,51.4086],[-0.9660005,51.4112],[-0.9637005,51.4123]]]]}, properties:{name:"Wokingham"}}, {type:"Feature", geometry:{type:"MultiPolygon", coordinates:[[[[-0.9343005, 53.8806],[-0.9357995, 53.8802],[-0.9364995000000002, 53.8801],[-0.9368005, 53.8802],[-0.9364005, 53.8818],[-0.9366005, 53.8833],[-0.9373995, 53.8844],[-0.9393005, 53.886],[-0.9407995, 53.8873],[-0.9423995, 53.8874],[-0.9454995, 53.8867],[-0.9489995, 53.8856],[-0.9506995000000003, 53.8853],[-0.9545005, 53.8847],[-0.9604995, 53.8843],[-0.9641005, 53.8837],[-0.9670005, 53.8829],[-0.9718995, 53.8808],[-0.9755995, 53.8794],[-0.9783995, 53.8783],[-0.9810995, 53.8775],[-0.9839005, 53.8771],[-0.9866005, 53.8771],[-0.9895005, 53.877],[-0.9918995, 53.8769],[-0.9927995, 53.8768],[-1.0001, 53.8827],[-1.0051, 53.8884],[-1.008399, 53.8915],[-1.009799, 53.8917],[-1.015, 53.8909],[-1.024, 53.8879],[-1.0359, 53.883],[-1.045599, 53.8806],[-1.0483, 53.88],[-1.052299, 53.8789],[-1.0563, 53.8773],[-1.057299, 53.8771],[-1.0604, 53.8773],[-1.0642, 53.8765],[-1.0648, 53.8764],[-1.0661, 53.8765],[-1.0697, 53.8785],[-1.0712, 53.8797],[-1.0728, 53.8803],[-1.075799, 53.8802],[-1.0771, 53.8805],[-1.079501, 53.8822],[-1.0807, 53.8827],[-1.0819, 53.8829],[-1.0855, 53.8827],[-1.0885, 53.8836],[-1.0901, 53.8836],[-1.0926, 53.8837],[-1.093901, 53.8831],[-1.0944, 53.883],[-1.0947, 53.8828],[-1.095199, 53.8822],[-1.0955, 53.8819],[-1.095899, 53.8816],[-1.097, 53.8809],[-1.0977, 53.8803],[-1.0979, 53.88],[-1.0983, 53.878],[-1.0985, 53.8772],[-1.0986, 53.8769],[-1.098799, 53.8766],[-1.099, 53.8764],[-1.0998, 53.876],[-1.100299, 53.8758],[-1.1009, 53.8756],[-1.1035, 53.8752],[-1.104501, 53.8753],[-1.1244, 53.8829],[-1.124699, 53.8843],[-1.1263, 53.8863],[-1.1294, 53.8886],[-1.137001, 53.8931],[-1.1378, 53.8933],[-1.1388, 53.8931],[-1.141001, 53.8924],[-1.1423, 53.8925],[-1.1452, 53.8936],[-1.1503, 53.8945],[-1.152099, 53.8953],[-1.154301, 53.8962],[-1.1566, 53.8977],[-1.1582, 53.8987],[-1.159, 53.8995],[-1.164101, 53.9098],[-1.1646, 53.9097],[-1.167899, 53.9083],[-1.169999, 53.9072],[-1.1709, 53.9073],[-1.176601, 53.9127],[-1.179999, 53.9167],[-1.180799, 53.9169],[-1.1855, 53.9165],[-1.1862, 53.9169],[-1.187899, 53.9206],[-1.188501, 53.9211],[-1.1899, 53.9215],[-1.193599, 53.9221],[-1.1962, 53.9225],[-1.199, 53.9242],[-1.2006, 53.9253],[-1.201001, 53.9261],[-1.2011, 53.9269],[-1.2006, 53.9285],[-1.200199, 53.9293],[-1.2027, 53.9387],[-1.203901, 53.9404],[-1.204501, 53.9413],[-1.204501, 53.9424],[-1.2049, 53.9436],[-1.205, 53.9441],[-1.205199, 53.945],[-1.2055, 53.9462],[-1.2061, 53.9478],[-1.2071, 53.9507],[-1.208701, 53.9533],[-1.2111, 53.9564],[-1.213099, 53.9580],[-1.2162, 53.9604],[-1.217399, 53.9618],[-1.2178, 53.9626],[-1.2177, 53.9634],[-1.217299, 53.9642],[-1.216699, 53.9647],[-1.215, 53.9656],[-1.215, 53.9658],[-1.216601, 53.9674],[-1.2183, 53.9696],[-1.218901, 53.9711],[-1.2199, 53.973],[-1.220399, 53.9742],[-1.220399, 53.9756],[-1.22, 53.9771],[-1.2199, 53.9789],[-1.219599, 53.9799],[-1.2191, 53.981],[-1.2186, 53.9815],[-1.218, 53.9819],[-1.216699, 53.9825],[-1.2149, 53.9832],[-1.213901, 53.9847],[-1.2121, 53.9855],[-1.209, 53.9856],[-1.2062, 53.9859],[-1.202399, 53.9862],[-1.2007, 53.9866],[-1.2003, 53.9868],[-1.1999, 53.9873],[-1.199301, 53.9882],[-1.199, 53.9885],[-1.198501, 53.9887],[-1.1978, 53.9889],[-1.197001, 53.9887],[-1.1963, 53.9885],[-1.1955, 53.988],[-1.1926, 53.9854],[-1.1905, 53.9843],[-1.1882, 53.9838],[-1.185799, 53.9838],[-1.183501, 53.984],[-1.181499, 53.9843],[-1.179999, 53.9854],[-1.178599, 53.9871],[-1.178501, 53.9883],[-1.179, 53.9905],[-1.179999, 53.9931],[-1.181401, 53.9958],[-1.1834, 53.9974],[-1.186601, 53.9983],[-1.187999, 53.9988],[-1.1889, 53.9992],[-1.191401, 53.9996],[-1.191601, 54.0002],[-1.1921, 54.0013],[-1.1927, 54.0024],[-1.1928, 54.0033],[-1.1921, 54.0038],[-1.190899, 54.0038],[-1.189399, 54.003],[-1.185199, 54.0023],[-1.1832, 54.0024],[-1.180099, 54.0018],[-1.177999, 54.0012],[-1.176, 54.0002],[-1.173501, 54],[-1.170699, 54.0006],[-1.169101, 54.0011],[-1.168501, 54.0011],[-1.1674, 54.0001],[-1.167001, 53.9991],[-1.165599, 53.9967],[-1.162699, 53.995],[-1.1602, 53.9943],[-1.158599, 53.9934],[-1.151, 53.9894],[-1.1472, 53.9889],[-1.1423, 53.9891],[-1.137599, 53.9902],[-1.1379, 53.9906],[-1.1452, 53.9993],[-1.146801, 54.0012],[-1.1483, 54.0033],[-1.1487, 54.0046],[-1.1486, 54.0055],[-1.1479, 54.0065],[-1.146299, 54.0073],[-1.1451, 54.0081],[-1.144199, 54.0089],[-1.1437, 54.0100],[-1.144, 54.0117],[-1.144899, 54.0133],[-1.146001, 54.0137],[-1.1475, 54.0147],[-1.148, 54.0156],[-1.1479, 54.0162],[-1.146899, 54.0169],[-1.145599, 54.0179],[-1.144799, 54.0190],[-1.1445, 54.0204],[-1.1446, 54.0218],[-1.145499, 54.0237],[-1.145599, 54.0248],[-1.144799, 54.0258],[-1.141401, 54.0278],[-1.141401, 54.0304],[-1.1403, 54.0308],[-1.135399, 54.0313],[-1.129799, 54.0316],[-1.121899, 54.0297],[-1.121201, 54.0299],[-1.1159, 54.0338],[-1.111201, 54.0373],[-1.1105, 54.0378],[-1.1098, 54.0381],[-1.0985, 54.0388],[-1.099, 54.0401],[-1.0994, 54.0414],[-1.099, 54.0417],[-1.0969, 54.0416],[-1.095899, 54.0416],[-1.095299, 54.0418],[-1.0944, 54.0462],[-1.093701, 54.0477],[-1.0929, 54.0489],[-1.092499, 54.0491],[-1.091699, 54.0491],[-1.0913, 54.0493],[-1.089301, 54.0492],[-1.088701, 54.0502],[-1.0883, 54.0503],[-1.087399, 54.0492],[-1.0869, 54.0491],[-1.0611, 54.0502],[-1.060199, 54.05],[-1.059501, 54.0498],[-1.058701, 54.0486],[-1.057999, 54.048],[-1.0574, 54.0479],[-1.0568, 54.0483],[-1.0567, 54.0488],[-1.056601, 54.0523],[-1.057899, 54.0565],[-1.0576, 54.0571],[-1.0563, 54.0572],[-1.051401, 54.0565],[-1.047001, 54.0563],[-1.0396, 54.056],[-1.029799, 54.0556],[-1.026299, 54.0553],[-1.023, 54.0548],[-1.0157, 54.0526],[-1.013501, 54.0515],[-1.0125, 54.0514],[-1.0108, 54.0526],[-1.0093, 54.0536],[-1.0075, 54.0542],[-1.006201, 54.055],[-1.004101, 54.0555],[-1.002699, 54.0555],[-1.0017, 54.0551],[-1.0008, 54.0537],[-0.9997995, 54.0513],[-0.9978995, 54.0509],[-0.9947995000000002, 54.0497],[-0.9929995, 54.0487],[-0.9923995000000002, 54.0482],[-0.9918005, 54.0476],[-0.9916005, 54.0471],[-0.9914005, 54.0462],[-0.9914005, 54.0442],[-0.9910995, 54.043],[-0.9908995, 54.0428],[-0.9895005, 54.0426],[-0.9880995, 54.0428],[-0.9873995, 54.0426],[-0.9855995, 54.0415],[-0.9848995000000003, 54.0398],[-0.9835005, 54.0389],[-0.9833995, 54.0384],[-0.9832995, 54.0373],[-0.9841995, 54.0357],[-0.9843995, 54.0335],[-0.9843005, 54.0324],[-0.9839995, 54.0319],[-0.9814995, 54.0317],[-0.9780995, 54.0312],[-0.9753995, 54.0305],[-0.9725995, 54.0295],[-0.9712995, 54.0287],[-0.9700995, 54.0267],[-0.9673995, 54.0235],[-0.9674995, 54.0231],[-0.9714005, 54.0214],[-0.9750995000000002, 54.0197],[-0.9754995000000002, 54.0194],[-0.9755995, 54.0190],[-0.9739995, 54.0163],[-0.9741005, 54.0157],[-0.9746995, 54.0149],[-0.9789005, 54.0133],[-0.9797995000000003, 54.0129],[-0.9805995, 54.0125],[-0.9812005, 54.0116],[-0.9816005, 54.0106],[-0.9814005, 54.0098],[-0.9808995, 54.0084],[-0.9806995, 54.0072],[-0.9805995, 54.0062],[-0.9810005000000002, 54.0055],[-0.9841005, 54.0037],[-0.9850995, 54.0028],[-0.9855995, 54.0019],[-0.9856995, 54.0013],[-0.9851995, 54.0009],[-0.9816995, 54.0006],[-0.9812005, 54.0007],[-0.9803995, 54.0015],[-0.9791005, 54.0026],[-0.9777995000000003, 54.0032],[-0.9750995000000002, 54.0041],[-0.9737005, 54.005],[-0.9728995, 54.0051],[-0.9718005, 54.0037],[-0.9704995, 54.0018],[-0.9693005, 53.9994],[-0.9695005, 53.999],[-0.9700995, 53.9988],[-0.9764995000000002, 53.9969],[-0.9766995, 53.9964],[-0.9764995000000002, 53.9956],[-0.9797995000000003, 53.9943],[-0.9797995000000003, 53.994],[-0.9795005, 53.9933],[-0.9797995000000003, 53.993],[-0.9814995, 53.9926],[-0.9831995, 53.9919],[-0.9860995, 53.9909],[-0.9887995, 53.9898],[-0.9912995, 53.9885],[-0.9923995000000002, 53.9876],[-0.9930995, 53.9867],[-0.9939005, 53.9848],[-0.9946995, 53.9841],[-0.9951995, 53.9833],[-0.9950995, 53.983],[-0.9945995, 53.9827],[-0.9939005, 53.9824],[-0.9921995, 53.9819],[-0.9903995, 53.9819],[-0.9879995, 53.982],[-0.9853995, 53.9823],[-0.9837005000000002, 53.9828],[-0.9807995, 53.9834],[-0.9789005, 53.9841],[-0.9779995, 53.9839],[-0.9773995, 53.9835],[-0.9764005, 53.9828],[-0.9743995, 53.9839],[-0.9732995, 53.9841],[-0.9720995, 53.9838],[-0.9704995, 53.9839],[-0.9695005, 53.984],[-0.9683995, 53.9843],[-0.9670995, 53.9848],[-0.9656995000000002, 53.9853],[-0.9641995, 53.9854],[-0.9631995, 53.9854],[-0.9602995, 53.9849],[-0.9576995, 53.985],[-0.9552995, 53.9855],[-0.9518995, 53.9872],[-0.9487995, 53.9884],[-0.9452995, 53.989],[-0.9398995000000002, 53.9898],[-0.9341995, 53.9905],[-0.9325995, 53.9906],[-0.9306995, 53.9906],[-0.9283995000000002, 53.9904],[-0.9264005, 53.9901],[-0.9247995, 53.9899],[-0.9229995000000002, 53.989],[-0.9223995, 53.9887],[-0.9231995, 53.9869],[-0.9237005, 53.9862],[-0.9253995000000002, 53.9845],[-0.9257995, 53.984],[-0.9258995, 53.9837],[-0.9258995, 53.9832],[-0.9255995, 53.9821],[-0.9254995, 53.9815],[-0.9254995, 53.9812],[-0.9256995, 53.9806],[-0.9262005, 53.9797],[-0.9262995000000003, 53.9793],[-0.9264005, 53.9773],[-0.9266005, 53.9769],[-0.9279995, 53.9755],[-0.9282995, 53.9751],[-0.9285005, 53.9746],[-0.9289005, 53.9734],[-0.9291005, 53.9731],[-0.9293995000000002, 53.9728],[-0.9307995, 53.9718],[-0.9310995, 53.9715],[-0.9312995, 53.9713],[-0.9316005, 53.9707],[-0.9316005, 53.9698],[-0.9314995, 53.9691],[-0.9314005, 53.9688],[-0.9312005000000002, 53.9685],[-0.9306995, 53.9680],[-0.9295005, 53.9669],[-0.9277995, 53.9657],[-0.9270005, 53.9655],[-0.9257995, 53.9653],[-0.9241995, 53.9651],[-0.9229995000000002, 53.9651],[-0.9224995, 53.9650],[-0.9222995000000002, 53.9649],[-0.9216005, 53.9644],[-0.9204995, 53.9636],[-0.9200995, 53.9630],[-0.9196995, 53.9621],[-0.9195005, 53.9610],[-0.9195005, 53.9600],[-0.9196995, 53.9592],[-0.9199995, 53.9585],[-0.9204995, 53.9578],[-0.9216995, 53.9564],[-0.9232995000000002, 53.9552],[-0.9245995, 53.9542],[-0.9251995, 53.9538],[-0.9254995, 53.9535],[-0.9255995, 53.9531],[-0.9254995, 53.9529],[-0.9235005, 53.9509],[-0.9229995000000002, 53.9503],[-0.9228995, 53.9499],[-0.9229995000000002, 53.9494],[-0.9243995, 53.9483],[-0.9250995, 53.9477],[-0.9252995000000003, 53.9474],[-0.9252995000000003, 53.9472],[-0.9251995, 53.9469],[-0.9250995, 53.9466],[-0.9247995, 53.9462],[-0.9243005, 53.9456],[-0.9243005, 53.9455],[-0.9245995, 53.9452],[-0.9257995, 53.9442],[-0.9262005, 53.9438],[-0.9262995000000003, 53.9435],[-0.9262995000000003, 53.9433],[-0.9254995, 53.9427],[-0.9237995, 53.9421],[-0.9235995, 53.9418],[-0.9235995, 53.9412],[-0.9237995, 53.9402],[-0.9241005000000002, 53.9391],[-0.9241995, 53.9384],[-0.9241005000000002, 53.9379],[-0.9239005, 53.9376],[-0.9225995, 53.9369],[-0.9218005, 53.9364],[-0.9216995, 53.9361],[-0.9218005, 53.9358],[-0.9225995, 53.9353],[-0.9235005, 53.9347],[-0.9239005, 53.9344],[-0.9243005, 53.934],[-0.9248995, 53.9333],[-0.9253995000000002, 53.9327],[-0.9262005, 53.9315],[-0.9264005, 53.931],[-0.9264005, 53.9308],[-0.9260005, 53.9303],[-0.9250995, 53.9297],[-0.9235005, 53.9287],[-0.9214995, 53.927],[-0.9206995, 53.9259],[-0.9200995, 53.9248],[-0.9198995, 53.9235],[-0.9199995, 53.9226],[-0.9200995, 53.9222],[-0.9201995, 53.9219],[-0.9203995, 53.9217],[-0.9207995, 53.9215],[-0.9212005, 53.9214],[-0.9216995, 53.9214],[-0.9225995, 53.9216],[-0.9241995, 53.9221],[-0.9248995, 53.9222],[-0.9250995, 53.9222],[-0.9254995, 53.922],[-0.9264005, 53.9212],[-0.9282995, 53.9192],[-0.9285995, 53.919],[-0.9297995, 53.9182],[-0.9300995000000002, 53.9179],[-0.9301995, 53.9176],[-0.9299995, 53.9171],[-0.9291005, 53.9158],[-0.9287995, 53.9152],[-0.9287995, 53.9147],[-0.9293995000000002, 53.9137],[-0.9298995, 53.9126],[-0.9300995000000002, 53.912],[-0.9300995000000002, 53.9116],[-0.9299995, 53.9108],[-0.9299995, 53.9105],[-0.9301995, 53.9101],[-0.9305995, 53.9097],[-0.9310005, 53.9095],[-0.9312995, 53.9094],[-0.9318995, 53.9093],[-0.9328995, 53.9092],[-0.9345995, 53.9089],[-0.9349995, 53.9088],[-0.9353995, 53.9086],[-0.9358995, 53.9083],[-0.9364995000000002, 53.9079],[-0.9368005, 53.9075],[-0.9372995, 53.9062],[-0.9381995, 53.9052],[-0.9385005, 53.9048],[-0.9385995, 53.9046],[-0.9385995, 53.9041],[-0.9378995, 53.9026],[-0.9378995, 53.9024],[-0.9382995, 53.9017],[-0.9385005, 53.9012],[-0.9385005, 53.9010],[-0.9382995, 53.9001],[-0.9383995, 53.8997],[-0.9387005000000002, 53.8994],[-0.9396995, 53.8986],[-0.9410995, 53.8978],[-0.9425995, 53.8970],[-0.9441995, 53.8961],[-0.9445005, 53.8959],[-0.9447995, 53.8956],[-0.9449995, 53.8953],[-0.9450995, 53.8949],[-0.9450995, 53.8940],[-0.9449995, 53.8936],[-0.9447995, 53.8933],[-0.9432995, 53.8925],[-0.9429995, 53.8922],[-0.9429995, 53.8919],[-0.9431995, 53.8906],[-0.9430995, 53.8904],[-0.9425995, 53.8899],[-0.9414005, 53.8893],[-0.9408995, 53.8891],[-0.9402995, 53.889],[-0.9372995, 53.8889],[-0.9370005, 53.8888],[-0.9366005, 53.8886],[-0.9362995, 53.8883],[-0.9358995, 53.8879],[-0.9352995, 53.8867],[-0.9350995, 53.8865],[-0.9346995, 53.8863],[-0.9331995, 53.8854],[-0.9325995, 53.8848],[-0.9323995000000003, 53.884],[-0.9325995, 53.8828],[-0.9335005, 53.8808],[-0.9343005, 53.8806]]]]}, properties:{name:"York"}}, {type:"Feature", geometry:{type:"MultiPolygon", coordinates:[[[[-2.0919, 57.1769],[-2.092499, 57.1761],[-2.087899, 57.1755],[-2.0847, 57.1749],[-2.0808, 57.1747],[-2.077899, 57.1746],[-2.0761, 57.1751],[-2.075599, 57.175],[-2.0752, 57.1745],[-2.0753, 57.1737],[-2.075599, 57.1721],[-2.076401, 57.1644],[-2.076401, 57.1599],[-2.075799, 57.1557],[-2.0755, 57.1544],[-2.0748, 57.1518],[-2.073999, 57.1497],[-2.073299, 57.1480],[-2.071001, 57.1450],[-2.068399, 57.1435],[-2.0674, 57.1428],[-2.065599, 57.1431],[-2.060499, 57.1451],[-2.0595, 57.1451],[-2.0594, 57.1449],[-2.0597, 57.1444],[-2.062299, 57.1435],[-2.0653, 57.1425],[-2.067001, 57.1420],[-2.0696, 57.1418],[-2.0708, 57.1423],[-2.0731, 57.1438],[-2.0757, 57.1443],[-2.0806, 57.1454],[-2.0841, 57.1460],[-2.088799, 57.1459],[-2.0892, 57.1454],[-2.084399, 57.1442],[-2.080699, 57.1436],[-2.077699, 57.1430],[-2.0773, 57.1429],[-2.077199, 57.1426],[-2.0775, 57.1425],[-2.0833, 57.1431],[-2.0883, 57.1433],[-2.088399, 57.1425],[-2.0859, 57.1419],[-2.077199, 57.1412],[-2.074899, 57.1409],[-2.0739, 57.1408],[-2.0736, 57.1407],[-2.073501, 57.1405],[-2.073501, 57.1403],[-2.0738, 57.1402],[-2.088399, 57.1407],[-2.0873, 57.1399],[-2.079999, 57.1400],[-2.0727, 57.1397],[-2.0669, 57.1399],[-2.064899, 57.1408],[-2.063299, 57.1412],[-2.061201, 57.1417],[-2.058901, 57.1422],[-2.0569, 57.1425],[-2.055799, 57.1424],[-2.054399, 57.1421],[-2.0539, 57.1424],[-2.0535, 57.1438],[-2.053299, 57.1441],[-2.052799, 57.1442],[-2.0524, 57.1441],[-2.052099, 57.1439],[-2.052001, 57.1423],[-2.0517, 57.1413],[-2.0509, 57.1403],[-2.04970, 57.1398],[-2.045599, 57.1396],[-2.0446, 57.1393],[-2.044301, 57.1389],[-2.044199, 57.1384],[-2.044501, 57.1379],[-2.0457, 57.1375],[-2.0474, 57.1370],[-2.048901, 57.1366],[-2.0509, 57.1363],[-2.054101, 57.1360],[-2.0553, 57.1355],[-2.056401, 57.1350],[-2.0567, 57.1346],[-2.0569, 57.1341],[-2.057001, 57.1336],[-2.057001, 57.1327],[-2.056801, 57.1321],[-2.056299, 57.1316],[-2.0552, 57.1310],[-2.0527, 57.1299],[-2.04970, 57.1297],[-2.048, 57.1294],[-2.046801, 57.1291],[-2.046499, 57.1289],[-2.046401, 57.1286],[-2.0467, 57.1283],[-2.0471, 57.1279],[-2.0478, 57.1274],[-2.0501, 57.1258],[-2.050299, 57.1254],[-2.050299, 57.1251],[-2.0501, 57.124],[-2.050299, 57.1236],[-2.0508, 57.1231],[-2.0511, 57.1230],[-2.0517, 57.1227],[-2.0534, 57.1224],[-2.0537, 57.122],[-2.0536, 57.1218],[-2.052799, 57.1214],[-2.0529, 57.1212],[-2.0534, 57.1207],[-2.0538, 57.1201],[-2.0538, 57.1200],[-2.0536, 57.1198],[-2.0525, 57.1196],[-2.0524, 57.1194],[-2.0525, 57.119],[-2.0529, 57.1185],[-2.0534, 57.1181],[-2.0546, 57.1177],[-2.0553, 57.1175],[-2.058, 57.1179],[-2.0581, 57.1178],[-2.058, 57.1176],[-2.057499, 57.1167],[-2.057499, 57.1163],[-2.0576, 57.1161],[-2.058199, 57.1152],[-2.0583, 57.1146],[-2.058, 57.1139],[-2.057899, 57.1133],[-2.058, 57.1131],[-2.0592, 57.1126],[-2.0599, 57.1117],[-2.0604, 57.1111],[-2.0622, 57.1107],[-2.0636, 57.1104],[-2.063999, 57.1099],[-2.0638, 57.1096],[-2.062599, 57.1087],[-2.062299, 57.1081],[-2.062599, 57.1076],[-2.0636, 57.1067],[-2.065399, 57.1056],[-2.0674, 57.1048],[-2.0704, 57.1038],[-2.0715, 57.1028],[-2.0718, 57.1012],[-2.070899, 57.0972],[-2.071201, 57.0965],[-2.0755, 57.0959],[-2.075799, 57.0954],[-2.075799, 57.0948],[-2.0757, 57.0942],[-2.076, 57.0939],[-2.076801, 57.0936],[-2.077399, 57.0936],[-2.0776, 57.0934],[-2.0778, 57.0928],[-2.0782, 57.0925],[-2.0794, 57.0921],[-2.0813, 57.0916],[-2.1163, 57.0934],[-2.1133, 57.1031],[-2.116601, 57.106],[-2.117899, 57.1111],[-2.1175, 57.1164],[-2.118, 57.117],[-2.119301, 57.1188],[-2.1199, 57.1197],[-2.1205, 57.1203],[-2.120899, 57.1206],[-2.1282, 57.1199],[-2.1292, 57.1202],[-2.1339, 57.1204],[-2.1464, 57.1196],[-2.149199, 57.119],[-2.152, 57.1169],[-2.154599, 57.1141],[-2.164799, 57.1159],[-2.1664, 57.1166],[-2.170799, 57.1171],[-2.174, 57.1167],[-2.1784, 57.1154],[-2.180599, 57.114],[-2.185899, 57.11],[-2.191099, 57.1108],[-2.194799, 57.1102],[-2.199899, 57.1067],[-2.2077, 57.1072],[-2.2149, 57.1051],[-2.2156, 57.1032],[-2.2198, 57.1026],[-2.222699, 57.1043],[-2.225899, 57.1035],[-2.236001, 57.0972],[-2.239399, 57.0962],[-2.2413, 57.0965],[-2.243099, 57.0966],[-2.2455, 57.0967],[-2.249, 57.0965],[-2.2506, 57.0967],[-2.2555, 57.097],[-2.264501, 57.0972],[-2.266099, 57.0966],[-2.269599, 57.0933],[-2.2722, 57.0889],[-2.273099, 57.0878],[-2.283799, 57.0812],[-2.2853, 57.0806],[-2.288701, 57.0807],[-2.291001, 57.0811],[-2.2993, 57.0819],[-2.3024, 57.0808],[-2.3134, 57.0787],[-2.314199, 57.0802],[-2.318, 57.0801],[-2.321001, 57.0810],[-2.3116, 57.0852],[-2.3036, 57.0897],[-2.302299, 57.0898],[-2.297, 57.094],[-2.288, 57.1007],[-2.286, 57.1014],[-2.286299, 57.1028],[-2.287, 57.1034],[-2.289599, 57.1039],[-2.2901, 57.1051],[-2.296099, 57.1045],[-2.298501, 57.106],[-2.304899, 57.1057],[-2.3073, 57.1068],[-2.3117, 57.1071],[-2.3139, 57.1068],[-2.315099, 57.106],[-2.315399, 57.1054],[-2.334199, 57.1045],[-2.342499, 57.1056],[-2.346601, 57.1064],[-2.348599, 57.109],[-2.352299, 57.1106],[-2.3584, 57.1116],[-2.363501, 57.1133],[-2.363501, 57.1152],[-2.359699, 57.1173],[-2.356, 57.1253],[-2.3529, 57.1344],[-2.355299, 57.1363],[-2.3518, 57.1383],[-2.335599, 57.1353],[-2.330899, 57.1328],[-2.32730, 57.1293],[-2.3117, 57.1281],[-2.308399, 57.1266],[-2.306601, 57.1292],[-2.3018, 57.1294],[-2.298, 57.1294],[-2.2913, 57.1307],[-2.2832, 57.1328],[-2.2792, 57.1356],[-2.2707, 57.1495],[-2.2688, 57.1533],[-2.2621, 57.1611],[-2.2578, 57.1621],[-2.267699, 57.1746],[-2.2748, 57.1777],[-2.278501, 57.1777],[-2.279999, 57.1807],[-2.2781, 57.1849],[-2.285899, 57.1894],[-2.2869, 57.1913],[-2.292599, 57.1919],[-2.298, 57.2019],[-2.2916, 57.2077],[-2.2829, 57.2058],[-2.281899, 57.2077],[-2.2853, 57.2116],[-2.281699, 57.2143],[-2.281001, 57.2161],[-2.281699, 57.2231],[-2.2792, 57.2278],[-2.274199, 57.2291],[-2.271699, 57.2314],[-2.2692, 57.2334],[-2.2681, 57.2338],[-2.2629, 57.2338],[-2.2588, 57.2344],[-2.257999, 57.2378],[-2.2512, 57.2379],[-2.246601, 57.2385],[-2.2442, 57.2368],[-2.2444, 57.2347],[-2.2446, 57.2336],[-2.2448, 57.2322],[-2.239501, 57.2339],[-2.2372, 57.2303],[-2.236401, 57.2308],[-2.2348, 57.2319],[-2.2328, 57.2333],[-2.217799, 57.2314],[-2.217299, 57.2308],[-2.2169, 57.2298],[-2.2165, 57.2291],[-2.213799, 57.2289],[-2.206899, 57.2277],[-2.202399, 57.2261],[-2.2007, 57.2255],[-2.19, 57.2207],[-2.1872, 57.2191],[-2.186001, 57.2182],[-2.183599, 57.2166],[-2.179699, 57.2152],[-2.179101, 57.2157],[-2.1785, 57.2165],[-2.1775, 57.2172],[-2.171099, 57.2167],[-2.169101, 57.2189],[-2.164, 57.2185],[-2.1562, 57.2187],[-2.152299, 57.2163],[-2.150199, 57.2174],[-2.1479, 57.2163],[-2.1419, 57.2193],[-2.1426, 57.2217],[-2.1377, 57.2231],[-2.1299, 57.2301],[-2.1196, 57.2299],[-2.101201, 57.2282],[-2.0954, 57.2269],[-2.088901, 57.2244],[-2.0841, 57.2231],[-2.074899, 57.2212],[-2.0706, 57.2186],[-2.056, 57.2161],[-2.058399, 57.2126],[-2.059, 57.2118],[-2.0594, 57.2107],[-2.060499, 57.2075],[-2.0694, 57.1883],[-2.074501, 57.1792],[-2.0775, 57.1765],[-2.0804, 57.176],[-2.084899, 57.1761],[-2.087899, 57.1765],[-2.0919, 57.1769]]]]}, properties:{name:"Aberdeen"}}, {type:"Feature", geometry:{type:"MultiPolygon", coordinates:[[[[-2.1199, 57.1197],[-2.119301, 57.1188],[-2.118, 57.117],[-2.1175, 57.1164],[-2.117899, 57.1111],[-2.116601, 57.106],[-2.1133, 57.1031],[-2.1163, 57.0934],[-2.0813, 57.0916],[-2.081401, 57.0912],[-2.0808, 57.0900],[-2.0801, 57.0893],[-2.079799, 57.0892],[-2.078701, 57.0889],[-2.078399, 57.0883],[-2.078599, 57.0879],[-2.079, 57.0872],[-2.0797, 57.0868],[-2.0808, 57.0864],[-2.082299, 57.0861],[-2.084199, 57.0856],[-2.084599, 57.0854],[-2.0848, 57.0845],[-2.0871, 57.0834],[-2.087199, 57.0832],[-2.0855, 57.0831],[-2.085, 57.083],[-2.084899, 57.0827],[-2.0855, 57.0822],[-2.0878, 57.0807],[-2.089, 57.0803],[-2.0894, 57.08],[-2.0894, 57.0797],[-2.089101, 57.0794],[-2.0871, 57.0792],[-2.0869, 57.0791],[-2.0869, 57.0789],[-2.087001, 57.0787],[-2.0896, 57.0781],[-2.0906, 57.0777],[-2.091001, 57.0773],[-2.091201, 57.0768],[-2.0913, 57.0757],[-2.0917, 57.0750],[-2.093199, 57.0741],[-2.093501, 57.0737],[-2.0936, 57.0735],[-2.0936, 57.0732],[-2.093199, 57.0728],[-2.0906, 57.0723],[-2.090499, 57.0720],[-2.090499, 57.0719],[-2.0917, 57.0713],[-2.0919, 57.0708],[-2.0918, 57.0705],[-2.0918, 57.0688],[-2.092099, 57.0682],[-2.092, 57.0680],[-2.0917, 57.0677],[-2.0916, 57.0675],[-2.092499, 57.0668],[-2.0959, 57.0663],[-2.096801, 57.066],[-2.0969, 57.0658],[-2.096801, 57.0655],[-2.096699, 57.0652],[-2.097001, 57.0651],[-2.097899, 57.0650],[-2.0996, 57.0655],[-2.099999, 57.0655],[-2.1005, 57.0651],[-2.1017, 57.0637],[-2.102, 57.0632],[-2.102, 57.0629],[-2.1024, 57.0627],[-2.1041, 57.0624],[-2.1043, 57.0620],[-2.1043, 57.0612],[-2.1043, 57.0609],[-2.1041, 57.0605],[-2.103501, 57.0602],[-2.103199, 57.0598],[-2.1031, 57.0593],[-2.1034, 57.0588],[-2.1041, 57.0582],[-2.104199, 57.058],[-2.1041, 57.0579],[-2.1038, 57.0577],[-2.1036, 57.0575],[-2.103701, 57.0571],[-2.104199, 57.057],[-2.105299, 57.0569],[-2.108099, 57.057],[-2.1085, 57.0567],[-2.108701, 57.0564],[-2.108799, 57.0559],[-2.108799, 57.0552],[-2.108701, 57.0546],[-2.108701, 57.0541],[-2.108799, 57.0537],[-2.109101, 57.0535],[-2.109699, 57.0532],[-2.111001, 57.0528],[-2.112499, 57.0524],[-2.1139, 57.052],[-2.1143, 57.0515],[-2.1142, 57.0513],[-2.1138, 57.0508],[-2.1138, 57.0505],[-2.1142, 57.0501],[-2.116699, 57.0497],[-2.1177, 57.0488],[-2.1185, 57.048],[-2.1199, 57.0481],[-2.120899, 57.0479],[-2.121001, 57.0475],[-2.1206, 57.0471],[-2.1185, 57.0466],[-2.118099, 57.0463],[-2.118, 57.046],[-2.118901, 57.0457],[-2.118999, 57.0454],[-2.118901, 57.0451],[-2.1184, 57.0449],[-2.1182, 57.0446],[-2.118099, 57.044],[-2.118799, 57.0433],[-2.119699, 57.0434],[-2.120699, 57.0435],[-2.1217, 57.0435],[-2.1221, 57.0433],[-2.1226, 57.0423],[-2.1233, 57.0418],[-2.1252, 57.0417],[-2.1254, 57.0415],[-2.125799, 57.0401],[-2.1262, 57.0394],[-2.1278, 57.0391],[-2.128599, 57.0388],[-2.128799, 57.0383],[-2.128799, 57.0378],[-2.128299, 57.0369],[-2.1285, 57.0366],[-2.129101, 57.0364],[-2.130199, 57.0364],[-2.131401, 57.0361],[-2.1318, 57.0358],[-2.132299, 57.0348],[-2.1326, 57.0335],[-2.1338, 57.0332],[-2.1354, 57.033],[-2.1378, 57.0328],[-2.141601, 57.0325],[-2.1418, 57.0322],[-2.1418, 57.0318],[-2.140199, 57.0307],[-2.1401, 57.0301],[-2.140199, 57.0297],[-2.1408, 57.0292],[-2.1415, 57.0291],[-2.1431, 57.0293],[-2.1436, 57.0292],[-2.144, 57.0288],[-2.1442, 57.0286],[-2.145099, 57.0286],[-2.1452, 57.0284],[-2.1452, 57.0281],[-2.1447, 57.0273],[-2.144399, 57.0268],[-2.144399, 57.0265],[-2.1449, 57.0263],[-2.145099, 57.0258],[-2.1447, 57.0247],[-2.145, 57.0241],[-2.1456, 57.0235],[-2.1461, 57.0230],[-2.147599, 57.0222],[-2.149199, 57.0216],[-2.1515, 57.0209],[-2.1544, 57.0201],[-2.1566, 57.0193],[-2.157799, 57.0188],[-2.1586, 57.0184],[-2.159101, 57.0177],[-2.159199, 57.0171],[-2.1589, 57.0168],[-2.158, 57.0164],[-2.1579, 57.0161],[-2.1582, 57.0157],[-2.1596, 57.0153],[-2.1605, 57.0156],[-2.16080, 57.0156],[-2.161099, 57.0153],[-2.161401, 57.0134],[-2.161401, 57.0129],[-2.161201, 57.0125],[-2.160599, 57.0119],[-2.159899, 57.0107],[-2.1596, 57.0101],[-2.159501, 57.0094],[-2.159699, 57.0090],[-2.160399, 57.0087],[-2.1617, 57.0088],[-2.1638, 57.0092],[-2.1656, 57.0093],[-2.166201, 57.0091],[-2.1666, 57.0085],[-2.1665, 57.0078],[-2.166001, 57.0066],[-2.1659, 57.0060],[-2.1661, 57.0055],[-2.1668, 57.0044],[-2.1668, 57.0041],[-2.166001, 57.0036],[-2.165699, 57.0032],[-2.165699, 57.0028],[-2.1663, 57.0021],[-2.1666, 57.0015],[-2.1666, 57.0010],[-2.166699, 57.0005],[-2.1668, 57.0002],[-2.167799, 56.9998],[-2.1679, 56.9996],[-2.167599, 56.9992],[-2.167399, 56.9989],[-2.1675, 56.9987],[-2.1679, 56.9985],[-2.1707, 56.9981],[-2.1724, 56.9974],[-2.1733, 56.9966],[-2.1754, 56.9925],[-2.176899, 56.9913],[-2.1774, 56.9909],[-2.1774, 56.9904],[-2.1774, 56.9896],[-2.1779, 56.9889],[-2.1786, 56.9881],[-2.17960, 56.9868],[-2.179899, 56.9864],[-2.179899, 56.986],[-2.179399, 56.985],[-2.179101, 56.9841],[-2.179199, 56.9839],[-2.179899, 56.9826],[-2.18, 56.9823],[-2.1798, 56.9816],[-2.17960, 56.9812],[-2.1786, 56.9806],[-2.1777, 56.9803],[-2.1758, 56.9804],[-2.174999, 56.9804],[-2.1747, 56.9803],[-2.1747, 56.98],[-2.1752, 56.9798],[-2.175699, 56.9796],[-2.1772, 56.9794],[-2.1784, 56.9792],[-2.179199, 56.979],[-2.1802, 56.9788],[-2.181401, 56.9789],[-2.1846, 56.9793],[-2.185499, 56.9789],[-2.185499, 56.9785],[-2.1846, 56.9773],[-2.1846, 56.9771],[-2.1868, 56.9772],[-2.1882, 56.9771],[-2.188999, 56.9765],[-2.190399, 56.9755],[-2.194101, 56.974],[-2.1967, 56.9722],[-2.2005, 56.9702],[-2.2021, 56.9691],[-2.203599, 56.9673],[-2.20400, 56.9657],[-2.203901, 56.9642],[-2.203701, 56.9626],[-2.2028, 56.9617],[-2.202001, 56.9614],[-2.199899, 56.9613],[-2.1984, 56.9609],[-2.19790, 56.9608],[-2.19790, 56.9605],[-2.1982, 56.9603],[-2.1998, 56.9602],[-2.2005, 56.9600],[-2.2007, 56.9595],[-2.200599, 56.9591],[-2.199899, 56.9588],[-2.196001, 56.9591],[-2.193399, 56.9594],[-2.1928, 56.9593],[-2.192699, 56.9590],[-2.1928, 56.9585],[-2.1933, 56.958],[-2.196899, 56.9563],[-2.197999, 56.9554],[-2.198299, 56.9547],[-2.198299, 56.9543],[-2.197999, 56.9539],[-2.195699, 56.9533],[-2.1944, 56.9528],[-2.1933, 56.9526],[-2.192001, 56.9525],[-2.190399, 56.9520],[-2.189899, 56.9517],[-2.1896, 56.9512],[-2.1896, 56.9508],[-2.189899, 56.9505],[-2.1909, 56.9505],[-2.193399, 56.9512],[-2.193799, 56.9512],[-2.1943, 56.9508],[-2.194999, 56.9504],[-2.1964, 56.9502],[-2.197001, 56.9499],[-2.1975, 56.9489],[-2.197599, 56.9484],[-2.1975, 56.9480],[-2.197099, 56.9475],[-2.1964, 56.9471],[-2.1954, 56.9468],[-2.1943, 56.9467],[-2.193501, 56.9466],[-2.1933, 56.9464],[-2.1932, 56.9461],[-2.1933, 56.9459],[-2.193501, 56.9458],[-2.1954, 56.9457],[-2.1961, 56.9456],[-2.1968, 56.9453],[-2.197001, 56.9445],[-2.197001, 56.9441],[-2.1967, 56.9438],[-2.195899, 56.9435],[-2.194999, 56.9434],[-2.1946, 56.9433],[-2.1943, 56.9431],[-2.1942, 56.9428],[-2.1946, 56.9423],[-2.1946, 56.9420],[-2.1944, 56.9419],[-2.194101, 56.9417],[-2.194101, 56.9415],[-2.196001, 56.9401],[-2.1961, 56.9398],[-2.196001, 56.9397],[-2.196201, 56.9393],[-2.1968, 56.939],[-2.197099, 56.9386],[-2.197299, 56.9378],[-2.1972, 56.9351],[-2.19740, 56.9349],[-2.198299, 56.9346],[-2.1996, 56.9340],[-2.199899, 56.9337],[-2.1998, 56.9332],[-2.1984, 56.9326],[-2.1967, 56.9319],[-2.1961, 56.9312],[-2.1956, 56.9302],[-2.1953, 56.9296],[-2.1954, 56.9293],[-2.195699, 56.9291],[-2.197599, 56.9285],[-2.19790, 56.9281],[-2.197799, 56.9278],[-2.197299, 56.9277],[-2.196001, 56.9279],[-2.1954, 56.9279],[-2.195499, 56.9277],[-2.195899, 56.9271],[-2.195899, 56.9268],[-2.1954, 56.9263],[-2.195199, 56.9257],[-2.1953, 56.9251],[-2.1956, 56.9248],[-2.1961, 56.9247],[-2.197299, 56.925],[-2.1975, 56.925],[-2.19790, 56.9248],[-2.1981, 56.9234],[-2.1984, 56.9219],[-2.198299, 56.9204],[-2.19790, 56.9187],[-2.194799, 56.9156],[-2.1946, 56.9149],[-2.1954, 56.9134],[-2.1953, 56.9129],[-2.1949, 56.912],[-2.1946, 56.9111],[-2.1946, 56.9106],[-2.1947, 56.9104],[-2.195499, 56.9104],[-2.1961, 56.9102],[-2.196201, 56.9096],[-2.1961, 56.9093],[-2.1954, 56.9086],[-2.195199, 56.9083],[-2.1953, 56.9078],[-2.195699, 56.9078],[-2.1981, 56.9081],[-2.2002, 56.9085],[-2.200799, 56.9084],[-2.2012, 56.9081],[-2.201699, 56.9074],[-2.201801, 56.907],[-2.201801, 56.9067],[-2.201401, 56.9063],[-2.201299, 56.906],[-2.2012, 56.9056],[-2.2012, 56.9053],[-2.2025, 56.9044],[-2.202899, 56.9040],[-2.203, 56.9033],[-2.203, 56.9026],[-2.202899, 56.9025],[-2.2025, 56.9023],[-2.201401, 56.9023],[-2.2011, 56.9022],[-2.2011, 56.9018],[-2.2007, 56.9013],[-2.200599, 56.9008],[-2.201, 56.9005],[-2.202699, 56.9001],[-2.203701, 56.9003],[-2.2042, 56.9006],[-2.204999, 56.9007],[-2.2053, 56.9007],[-2.2056, 56.9003],[-2.2058, 56.8998],[-2.2058, 56.8995],[-2.2054, 56.8990],[-2.2049, 56.8982],[-2.2049, 56.8977],[-2.204999, 56.8975],[-2.2063, 56.8974],[-2.2097, 56.8961],[-2.2121, 56.8953],[-2.213399, 56.8952],[-2.213901, 56.8948],[-2.214101, 56.8944],[-2.214101, 56.8939],[-2.213799, 56.8935],[-2.2135, 56.8934],[-2.212199, 56.8931],[-2.2119, 56.8929],[-2.211699, 56.8927],[-2.2119, 56.8921],[-2.212399, 56.8913],[-2.213599, 56.8897],[-2.213799, 56.8893],[-2.213799, 56.8890],[-2.213701, 56.8887],[-2.213399, 56.8885],[-2.2132, 56.8881],[-2.2132, 56.8879],[-2.213399, 56.8877],[-2.2149, 56.8875],[-2.2161, 56.8872],[-2.216401, 56.8868],[-2.216401, 56.8864],[-2.2161, 56.8860],[-2.215899, 56.8859],[-2.2145, 56.8855],[-2.213701, 56.8854],[-2.212699, 56.8853],[-2.212199, 56.8850],[-2.2119, 56.8848],[-2.211601, 56.8844],[-2.211401, 56.8839],[-2.211299, 56.8834],[-2.211499, 56.8828],[-2.214, 56.8808],[-2.2145, 56.8797],[-2.215199, 56.8788],[-2.2165, 56.8784],[-2.2167, 56.8779],[-2.2169, 56.8765],[-2.2174, 56.8762],[-2.217799, 56.8762],[-2.2189, 56.8766],[-2.2191, 56.8765],[-2.219501, 56.8761],[-2.22, 56.8755],[-2.2212, 56.8745],[-2.221299, 56.874],[-2.221601, 56.8734],[-2.222199, 56.8727],[-2.223, 56.8724],[-2.223399, 56.8718],[-2.2235, 56.8712],[-2.224101, 56.8698],[-2.2246, 56.8693],[-2.2251, 56.8689],[-2.225699, 56.8685],[-2.2281, 56.8678],[-2.22840, 56.8675],[-2.228701, 56.8669],[-2.229, 56.8664],[-2.229199, 56.866],[-2.230299, 56.8656],[-2.231499, 56.8649],[-2.231601, 56.8646],[-2.231601, 56.8644],[-2.2314, 56.8641],[-2.231, 56.8639],[-2.230799, 56.8636],[-2.2307, 56.8633],[-2.2309, 56.8629],[-2.2312, 56.8627],[-2.2321, 56.8626],[-2.2328, 56.8626],[-2.2342, 56.8622],[-2.234699, 56.8619],[-2.234999, 56.8615],[-2.2353, 56.8609],[-2.235899, 56.8605],[-2.237799, 56.8606],[-2.238501, 56.8606],[-2.239399, 56.8603],[-2.239799, 56.8599],[-2.240799, 56.8588],[-2.242199, 56.8582],[-2.2425, 56.8578],[-2.2428, 56.8571],[-2.243299, 56.8566],[-2.243799, 56.8562],[-2.2442, 56.8561],[-2.2453, 56.856],[-2.246201, 56.8558],[-2.2469, 56.8555],[-2.2478, 56.8551],[-2.248701, 56.8545],[-2.2493, 56.8535],[-2.249399, 56.853],[-2.25, 56.8525],[-2.2507, 56.852],[-2.252001, 56.8506],[-2.253599, 56.8491],[-2.2553, 56.8474],[-2.2567, 56.8465],[-2.2591, 56.8454],[-2.2616, 56.8447],[-2.2646, 56.8441],[-2.267699, 56.844],[-2.2691, 56.8446],[-2.2697, 56.8446],[-2.2706, 56.8442],[-2.272799, 56.8421],[-2.2732, 56.8414],[-2.273299, 56.8409],[-2.273, 56.839],[-2.2725, 56.8370],[-2.272399, 56.8354],[-2.2725, 56.8343],[-2.272799, 56.8340],[-2.274699, 56.8322],[-2.274899, 56.8319],[-2.274899, 56.8316],[-2.274699, 56.8312],[-2.2746, 56.8308],[-2.2748, 56.8304],[-2.275599, 56.8299],[-2.277999, 56.8293],[-2.2811, 56.8281],[-2.2829, 56.8277],[-2.286401, 56.8279],[-2.287, 56.8276],[-2.287699, 56.8270],[-2.287899, 56.8263],[-2.288501, 56.8254],[-2.28940, 56.8246],[-2.29020, 56.8240],[-2.2909, 56.8233],[-2.2916, 56.8222],[-2.2923, 56.8206],[-2.293, 56.8197],[-2.295599, 56.8181],[-2.2983, 56.8167],[-2.3009, 56.8137],[-2.30290, 56.8105],[-2.3046, 56.8093],[-2.3052, 56.8088],[-2.3055, 56.8082],[-2.306, 56.807],[-2.3074, 56.8063],[-2.3094, 56.8052],[-2.310899, 56.8046],[-2.3131, 56.8027],[-2.315799, 56.8011],[-2.3211, 56.7979],[-2.324199, 56.7966],[-2.32600, 56.7959],[-2.328599, 56.7955],[-2.3324, 56.7951],[-2.3338, 56.7947],[-2.3354, 56.7939],[-2.337199, 56.7926],[-2.339301, 56.7919],[-2.34080, 56.7916],[-2.342299, 56.7913],[-2.344, 56.7907],[-2.3471, 56.7896],[-2.3501, 56.7887],[-2.353501, 56.7882],[-2.3554, 56.788],[-2.35780, 56.7865],[-2.359999, 56.7845],[-2.361001, 56.7841],[-2.3643, 56.7835],[-2.365, 56.7831],[-2.366801, 56.7814],[-2.367899, 56.7801],[-2.369101, 56.7797],[-2.3717, 56.7789],[-2.3729, 56.7783],[-2.373501, 56.7778],[-2.374, 56.7770],[-2.3742, 56.7766],[-2.3742, 56.7757],[-2.3742, 56.7750],[-2.374599, 56.7745],[-2.37610, 56.7743],[-2.3775, 56.7744],[-2.3796, 56.7748],[-2.381001, 56.7752],[-2.382, 56.7758],[-2.382499, 56.7762],[-2.3831, 56.7765],[-2.3838, 56.7766],[-2.384599, 56.7766],[-2.3882, 56.7763],[-2.390399, 56.7763],[-2.391001, 56.7760],[-2.3921, 56.7757],[-2.3938, 56.7758],[-2.394599, 56.7757],[-2.396899, 56.7750],[-2.3996, 56.7740],[-2.4033, 56.7721],[-2.4054, 56.7710],[-2.4075, 56.7697],[-2.411401, 56.7663],[-2.413399, 56.7637],[-2.414599, 56.7617],[-2.4187, 56.7591],[-2.4203, 56.7583],[-2.420799, 56.7583],[-2.421201, 56.7587],[-2.421, 56.7596],[-2.4205, 56.7603],[-2.417799, 56.7620],[-2.4165, 56.7631],[-2.4163, 56.7639],[-2.4165, 56.7641],[-2.416899, 56.7641],[-2.417799, 56.7635],[-2.419501, 56.7626],[-2.420599, 56.7618],[-2.421499, 56.7608],[-2.423, 56.7589],[-2.42490, 56.7566],[-2.427599, 56.7551],[-2.4288, 56.7548],[-2.43, 56.7549],[-2.430799, 56.7556],[-2.4321, 56.7565],[-2.433599, 56.7567],[-2.4347, 56.7566],[-2.4351, 56.7564],[-2.4351, 56.7563],[-2.4349, 56.7561],[-2.4345, 56.756],[-2.4338, 56.7558],[-2.432699, 56.7554],[-2.4324, 56.7551],[-2.4324, 56.7549],[-2.433501, 56.7543],[-2.4363, 56.7533],[-2.4364, 56.7529],[-2.4363, 56.7527],[-2.4356, 56.7527],[-2.434799, 56.753],[-2.432699, 56.7538],[-2.43230, 56.7538],[-2.432199, 56.7535],[-2.432199, 56.7532],[-2.431801, 56.7532],[-2.431401, 56.7535],[-2.4309, 56.7539],[-2.4303, 56.7541],[-2.4296, 56.7542],[-2.4287, 56.7541],[-2.4284, 56.7540],[-2.428299, 56.7536],[-2.4288, 56.7528],[-2.433, 56.752],[-2.433901, 56.752],[-2.4342, 56.7511],[-2.4512, 56.7462],[-2.469, 56.7413],[-2.47630, 56.7446],[-2.492399, 56.7584],[-2.510299, 56.7635],[-2.5332, 56.7799],[-2.5446, 56.7783],[-2.5595, 56.7824],[-2.5713, 56.7831],[-2.5799, 56.7853],[-2.582, 56.786],[-2.5878, 56.7874],[-2.589301, 56.7873],[-2.590499, 56.7872],[-2.5913, 56.7868],[-2.5919, 56.7863],[-2.594899, 56.783],[-2.597899, 56.7819],[-2.6006, 56.7814],[-2.6041, 56.781],[-2.622999, 56.7835],[-2.633701, 56.8014],[-2.639301, 56.806],[-2.661, 56.8098],[-2.6733, 56.8276],[-2.681499, 56.8361],[-2.681299, 56.8448],[-2.6807, 56.8474],[-2.6796, 56.8487],[-2.677799, 56.8489],[-2.674799, 56.8489],[-2.669699, 56.8491],[-2.6679, 56.85],[-2.6668, 56.8506],[-2.6665, 56.8511],[-2.6664, 56.8518],[-2.667399, 56.8536],[-2.667799, 56.8544],[-2.6679, 56.8556],[-2.6675, 56.8568],[-2.667001, 56.858],[-2.66590, 56.8591],[-2.663399, 56.8606],[-2.662899, 56.8611],[-2.662499, 56.8619],[-2.66190, 56.8652],[-2.6605, 56.8764],[-2.6601, 56.8843],[-2.66, 56.8863],[-2.660199, 56.8879],[-2.661099, 56.8894],[-2.6631, 56.8906],[-2.664, 56.8909],[-2.6654, 56.8911],[-2.673599, 56.8895],[-2.6785, 56.8883],[-2.679501, 56.8887],[-2.679899, 56.8901],[-2.6786, 56.8939],[-2.6785, 56.8955],[-2.678999, 56.8962],[-2.6796, 56.8974],[-2.680099, 56.8990],[-2.68, 56.8999],[-2.679699, 56.9006],[-2.6788, 56.9017],[-2.6777, 56.9032],[-2.677999, 56.9046],[-2.678999, 56.9066],[-2.679501, 56.9077],[-2.679101, 56.9094],[-2.679399, 56.9103],[-2.6821, 56.9136],[-2.692199, 56.919],[-2.699699, 56.9219],[-2.7044, 56.9235],[-2.7083, 56.9246],[-2.711, 56.9247],[-2.717499, 56.9239],[-2.7219, 56.9256],[-2.7258, 56.9289],[-2.727, 56.9318],[-2.7311, 56.9378],[-2.735399, 56.9446],[-2.7379, 56.9479],[-2.7393, 56.9494],[-2.7432, 56.9511],[-2.7483, 56.9533],[-2.758701, 56.9579],[-2.763999, 56.9604],[-2.766299, 56.9607],[-2.772399, 56.9594],[-2.7776, 56.9584],[-2.782001, 56.9578],[-2.7871, 56.9577],[-2.794399, 56.9585],[-2.7999, 56.9591],[-2.811899, 56.9618],[-2.814399, 56.9621],[-2.823501, 56.964],[-2.8254, 56.9654],[-2.828399, 56.9685],[-2.829799, 56.9707],[-2.8306, 56.9721],[-2.831001, 56.974],[-2.830899, 56.9771],[-2.8317, 56.9775],[-2.832099, 56.9773],[-2.835299, 56.9763],[-2.842499, 56.9731],[-2.84620, 56.9726],[-2.8503, 56.973],[-2.852499, 56.9735],[-2.8543, 56.9743],[-2.858701, 56.9778],[-2.861601, 56.9801],[-2.86500, 56.9809],[-2.8721, 56.9813],[-2.8738, 56.9819],[-2.881001, 56.9854],[-2.885099, 56.9868],[-2.887199, 56.9871],[-2.89150, 56.9876],[-2.893199, 56.9876],[-2.89500, 56.9872],[-2.8975, 56.9865],[-2.9029, 56.9846],[-2.906899, 56.9836],[-2.9105, 56.9826],[-2.911299, 56.982],[-2.9109, 56.9811],[-2.908799, 56.9781],[-2.9086, 56.9771],[-2.908799, 56.9765],[-2.909199, 56.976],[-2.913, 56.9765],[-2.9163, 56.9761],[-2.9188, 56.9752],[-2.9217, 56.9737],[-2.924799, 56.9728],[-2.929101, 56.9729],[-2.938299, 56.9739],[-2.942001, 56.9743],[-2.9433, 56.9741],[-2.943799, 56.9733],[-2.9449, 56.9701],[-2.9458, 56.9689],[-2.947599, 56.9680],[-2.951699, 56.9675],[-2.9543, 56.9677],[-2.9574, 56.9683],[-2.963599, 56.9699],[-2.965899, 56.9702],[-2.9683, 56.9702],[-2.969, 56.9701],[-2.9711, 56.9696],[-2.974, 56.9691],[-2.9798, 56.9688],[-2.987799, 56.9686],[-2.9923, 56.9689],[-2.993999, 56.9696],[-2.996099, 56.9711],[-2.9968, 56.9708],[-2.9983, 56.9696],[-3.0004, 56.9686],[-3.004501, 56.9681],[-3.010099, 56.9685],[-3.01230, 56.9689],[-3.016099, 56.97],[-3.0204, 56.9716],[-3.024501, 56.9733],[-3.024899, 56.9733],[-3.0272, 56.9711],[-3.031801, 56.9688],[-3.036601, 56.9674],[-3.038599, 56.9671],[-3.041699, 56.9666],[-3.044101, 56.9654],[-3.047, 56.9647],[-3.052001, 56.9649],[-3.0552, 56.9646],[-3.0573, 56.964],[-3.0625, 56.9625],[-3.064899, 56.9621],[-3.0675, 56.9623],[-3.07030, 56.9614],[-3.078599, 56.9599],[-3.080199, 56.9591],[-3.080699, 56.9581],[-3.0815, 56.9533],[-3.0829, 56.9517],[-3.0852, 56.9512],[-3.0908, 56.9515],[-3.09160, 56.9514],[-3.092499, 56.9489],[-3.094501, 56.9469],[-3.096, 56.9453],[-3.095799, 56.9443],[-3.0934, 56.9389],[-3.0911, 56.9347],[-3.09160, 56.9339],[-3.092999, 56.9328],[-3.0948, 56.9316],[-3.108, 56.921],[-3.1085, 56.9176],[-3.10780, 56.9123],[-3.106699, 56.9085],[-3.106899, 56.9072],[-3.108901, 56.9043],[-3.109301, 56.9033],[-3.1073, 56.9010],[-3.1061, 56.8976],[-3.105, 56.8958],[-3.1054, 56.8949],[-3.1084, 56.8944],[-3.112299, 56.8940],[-3.1136, 56.8934],[-3.1147, 56.8918],[-3.116499, 56.8899],[-3.118099, 56.8890],[-3.1203, 56.8886],[-3.1243, 56.8882],[-3.1262, 56.8884],[-3.1285, 56.8889],[-3.134399, 56.8913],[-3.1363, 56.8932],[-3.1371, 56.8969],[-3.1375, 56.8987],[-3.1417, 56.9007],[-3.145299, 56.9038],[-3.1496, 56.9051],[-3.15640, 56.9067],[-3.161099, 56.9081],[-3.16650, 56.9083],[-3.1698, 56.9078],[-3.171, 56.9066],[-3.1717, 56.9020],[-3.17260, 56.9017],[-3.1742, 56.9022],[-3.175299, 56.9034],[-3.177799, 56.9063],[-3.179199, 56.9067],[-3.181499, 56.9061],[-3.184999, 56.905],[-3.1933, 56.9058],[-3.203399, 56.9099],[-3.212001, 56.9124],[-3.228701, 56.9184],[-3.2321, 56.9189],[-3.238701, 56.9184],[-3.2413, 56.9185],[-3.244501, 56.9189],[-3.2586, 56.9223],[-3.2597, 56.9225],[-3.26270, 56.921],[-3.266601, 56.9208],[-3.268501, 56.9215],[-3.270499, 56.9227],[-3.273901, 56.9253],[-3.277699, 56.9285],[-3.279599, 56.9294],[-3.282799, 56.9296],[-3.286099, 56.9289],[-3.2888, 56.9271],[-3.2891, 56.9264],[-3.2888, 56.9253],[-3.2869, 56.921],[-3.2846, 56.9176],[-3.282799, 56.9152],[-3.282599, 56.9131],[-3.283, 56.9117],[-3.283799, 56.9101],[-3.2848, 56.9084],[-3.286099, 56.9076],[-3.2883, 56.9069],[-3.2914, 56.9062],[-3.294899, 56.9052],[-3.296801, 56.9037],[-3.298199, 56.9026],[-3.3004, 56.9012],[-3.3015, 56.9007],[-3.3038, 56.9002],[-3.3069, 56.9],[-3.3104, 56.8987],[-3.316401, 56.8972],[-3.320899, 56.8965],[-3.326801, 56.8964],[-3.332299, 56.8967],[-3.334301, 56.8967],[-3.335299, 56.8963],[-3.33820, 56.8949],[-3.3447, 56.8917],[-3.347399, 56.8903],[-3.348099, 56.8894],[-3.349, 56.8880],[-3.3503, 56.8866],[-3.3518, 56.8856],[-3.3592, 56.8843],[-3.3634, 56.8835],[-3.3654, 56.8826],[-3.3662, 56.8816],[-3.3659, 56.8779],[-3.366899, 56.8765],[-3.368901, 56.8758],[-3.37130, 56.8756],[-3.3752, 56.8760],[-3.3798, 56.8779],[-3.381601, 56.8793],[-3.3829, 56.8796],[-3.390199, 56.8801],[-3.393199, 56.8805],[-3.3942, 56.8808],[-3.3964, 56.8817],[-3.3996, 56.8832],[-3.4022, 56.8846],[-3.4031, 56.8847],[-3.4043, 56.8842],[-3.4064, 56.883],[-3.4087, 56.8821],[-3.4142, 56.8810],[-3.4156, 56.8807],[-3.4184, 56.8805],[-3.419399, 56.8809],[-3.42200, 56.8832],[-3.4266, 56.8851],[-3.4274, 56.8858],[-3.42810, 56.8875],[-3.4285, 56.8877],[-3.429699, 56.8876],[-3.435499, 56.8867],[-3.437299, 56.8857],[-3.440099, 56.8828],[-3.442199, 56.8817],[-3.4446, 56.8813],[-3.444999, 56.8807],[-3.444, 56.8776],[-3.4442, 56.8769],[-3.444799, 56.8764],[-3.446899, 56.8763],[-3.45230, 56.8764],[-3.4547, 56.8755],[-3.4588, 56.875],[-3.4632, 56.8737],[-3.464999, 56.8738],[-3.4681, 56.8749],[-3.4719, 56.8746],[-3.477499, 56.8746],[-3.4846, 56.8756],[-3.48700, 56.8766],[-3.489599, 56.8796],[-3.490799, 56.8816],[-3.495899, 56.8835],[-3.49710, 56.8841],[-3.4979, 56.8850],[-3.498399, 56.8856],[-3.49920, 56.8866],[-3.5007, 56.8872],[-3.503599, 56.8875],[-3.506201, 56.8878],[-3.509, 56.8882],[-3.51120, 56.8882],[-3.5129, 56.8873],[-3.514199, 56.8866],[-3.515199, 56.8868],[-3.5171, 56.8875],[-3.519799, 56.8877],[-3.521801, 56.8873],[-3.5271, 56.8852],[-3.5279, 56.8850],[-3.529, 56.8851],[-3.52990, 56.8856],[-3.5308, 56.8864],[-3.5329, 56.8891],[-3.53580, 56.8922],[-3.536801, 56.8926],[-3.5376, 56.8923],[-3.5391, 56.8911],[-3.5409, 56.8899],[-3.541899, 56.8890],[-3.5434, 56.8883],[-3.545799, 56.8872],[-3.547199, 56.8868],[-3.549, 56.8864],[-3.5532, 56.8859],[-3.557699, 56.8850],[-3.5595, 56.8848],[-3.560899, 56.8850],[-3.562299, 56.8861],[-3.564501, 56.8886],[-3.566499, 56.8920],[-3.567199, 56.8943],[-3.567001, 56.8949],[-3.564501, 56.8959],[-3.5614, 56.8969],[-3.558901, 56.8985],[-3.55810, 56.8998],[-3.55830, 56.9005],[-3.560199, 56.9021],[-3.5635, 56.9064],[-3.5662, 56.9096],[-3.5671, 56.9103],[-3.5696, 56.9108],[-3.571001, 56.9124],[-3.57240, 56.9155],[-3.5739, 56.9182],[-3.576401, 56.9208],[-3.576499, 56.9218],[-3.576401, 56.9236],[-3.57620, 56.9262],[-3.576299, 56.9281],[-3.57710, 56.9294],[-3.57830, 56.9304],[-3.579999, 56.9313],[-3.582999, 56.9318],[-3.59310, 56.9318],[-3.608099, 56.9308],[-3.6124, 56.9293],[-3.618999, 56.9265],[-3.622299, 56.9261],[-3.6263, 56.9258],[-3.6338, 56.9259],[-3.63620, 56.9256],[-3.638901, 56.9246],[-3.646899, 56.9239],[-3.64820, 56.9241],[-3.6487, 56.9246],[-3.6486, 56.9251],[-3.647799, 56.9268],[-3.648299, 56.9282],[-3.648901, 56.9286],[-3.650199, 56.929],[-3.651801, 56.9297],[-3.6521, 56.9304],[-3.653199, 56.9329],[-3.6542, 56.9334],[-3.656899, 56.9336],[-3.659199, 56.9337],[-3.663, 56.9319],[-3.667099, 56.9324],[-3.672, 56.9332],[-3.673, 56.9329],[-3.673901, 56.9321],[-3.674999, 56.9293],[-3.6758, 56.9264],[-3.67890, 56.9191],[-3.6803, 56.9179],[-3.6824, 56.9167],[-3.683199, 56.9164],[-3.6842, 56.9163],[-3.692899, 56.9165],[-3.699199, 56.9167],[-3.7077, 56.9171],[-3.7165, 56.9188],[-3.71910, 56.919],[-3.7223, 56.9195],[-3.72350, 56.9203],[-3.7246, 56.9217],[-3.7267, 56.9255],[-3.73, 56.9296],[-3.7327, 56.9326],[-3.7344, 56.9337],[-3.737799, 56.9343],[-3.741601, 56.9343],[-3.747499, 56.9336],[-3.7525, 56.9328],[-3.7611, 56.9319],[-3.7628, 56.9315],[-3.76460, 56.9309],[-3.7725, 56.9269],[-3.779599, 56.9241],[-3.784501, 56.9241],[-3.786, 56.9245],[-3.788901, 56.926],[-3.7938, 56.9307],[-3.800699, 56.9368],[-3.7992, 56.9438],[-3.798399, 56.9456],[-3.796499, 56.9471],[-3.794301, 56.9484],[-3.7927, 56.9492],[-3.7916, 56.9499],[-3.79090, 56.9512],[-3.7906, 56.9521],[-3.790299, 56.9552],[-3.7899, 56.9578],[-3.78900, 56.9600],[-3.788, 56.9613],[-3.7859, 56.9632],[-3.78220, 56.9658],[-3.779999, 56.967],[-3.778701, 56.9676],[-3.7737, 56.9687],[-3.7723, 56.969],[-3.7713, 56.9696],[-3.7706, 56.9705],[-3.7697, 56.9717],[-3.769, 56.9724],[-3.767999, 56.9731],[-3.764101, 56.974],[-3.7614, 56.9748],[-3.7593, 56.9759],[-3.75830, 56.977],[-3.7571, 56.9786],[-3.7567, 56.981],[-3.756601, 56.9866],[-3.7565, 56.9881],[-3.75570, 56.9887],[-3.753299, 56.9896],[-3.747699, 56.9927],[-3.7468, 56.994],[-3.746401, 56.9982],[-3.746099, 57.0045],[-3.7455, 57.0108],[-3.744501, 57.0128],[-3.7425, 57.0149],[-3.742199, 57.0167],[-3.74230, 57.0175],[-3.743, 57.0183],[-3.74630, 57.0197],[-3.7468, 57.0208],[-3.7472, 57.0224],[-3.74790, 57.0255],[-3.748399, 57.0271],[-3.75, 57.0299],[-3.752001, 57.0346],[-3.7527, 57.0357],[-3.755199, 57.0373],[-3.7555, 57.038],[-3.7553, 57.0385],[-3.7546, 57.0392],[-3.752001, 57.0408],[-3.7367, 57.0516],[-3.729399, 57.0563],[-3.7293, 57.0569],[-3.729599, 57.0573],[-3.7307, 57.0575],[-3.737299, 57.0577],[-3.741601, 57.0573],[-3.743299, 57.0579],[-3.745899, 57.0590],[-3.7489, 57.061],[-3.7546, 57.0680],[-3.7553, 57.0695],[-3.755399, 57.0701],[-3.7551, 57.0707],[-3.753999, 57.0716],[-3.7504, 57.0730],[-3.7491, 57.0746],[-3.7478, 57.0763],[-3.745699, 57.0767],[-3.740799, 57.0766],[-3.736099, 57.0763],[-3.731801, 57.0763],[-3.7286, 57.0768],[-3.7253, 57.0784],[-3.7232, 57.0796],[-3.7204, 57.0801],[-3.716401, 57.0796],[-3.714799, 57.0797],[-3.713099, 57.08],[-3.7119, 57.0805],[-3.7112, 57.0811],[-3.7079, 57.0865],[-3.7067, 57.0881],[-3.7054, 57.089],[-3.701401, 57.0901],[-3.6933, 57.0918],[-3.686201, 57.0933],[-3.685899, 57.0924],[-3.6761, 57.0855],[-3.6798, 57.0829],[-3.6763, 57.0785],[-3.668299, 57.0766],[-3.6719, 57.0709],[-3.669101, 57.0697],[-3.6594, 57.0700],[-3.656699, 57.0746],[-3.653399, 57.0759],[-3.6577, 57.0790],[-3.65, 57.0836],[-3.6466, 57.0845],[-3.6443, 57.0889],[-3.6317, 57.0863],[-3.628901, 57.0885],[-3.623701, 57.0888],[-3.620399, 57.091],[-3.61750, 57.0898],[-3.615799, 57.0874],[-3.610899, 57.0861],[-3.605099, 57.0870],[-3.5916, 57.0850],[-3.5883, 57.0857],[-3.586, 57.0902],[-3.58040, 57.0933],[-3.568799, 57.0967],[-3.564899, 57.0963],[-3.5606, 57.0975],[-3.558, 57.0971],[-3.55810, 57.0900],[-3.5618, 57.0877],[-3.561001, 57.0846],[-3.5552, 57.0834],[-3.5429, 57.0856],[-3.537699, 57.0923],[-3.5292, 57.0913],[-3.523999, 57.0886],[-3.518199, 57.0884],[-3.513299, 57.0872],[-3.502199, 57.0886],[-3.489, 57.0876],[-3.484699, 57.0905],[-3.4825, 57.0938],[-3.4776, 57.0934],[-3.474699, 57.0906],[-3.46680, 57.0908],[-3.461401, 57.092],[-3.4553, 57.091],[-3.447799, 57.0916],[-3.4423, 57.0945],[-3.442199, 57.0973],[-3.4331, 57.0999],[-3.4305, 57.1026],[-3.421601, 57.1046],[-3.418299, 57.1043],[-3.4145, 57.0989],[-3.4109, 57.0971],[-3.403199, 57.0976],[-3.4015, 57.0991],[-3.3956, 57.1],[-3.3815, 57.0965],[-3.378099, 57.0969],[-3.373399, 57.0993],[-3.368799, 57.0997],[-3.362099, 57.103],[-3.3634, 57.1042],[-3.3531, 57.1103],[-3.347199, 57.1098],[-3.343199, 57.1113],[-3.338901, 57.1127],[-3.3362, 57.1136],[-3.3275, 57.1227],[-3.3254, 57.1279],[-3.3217, 57.1296],[-3.3182, 57.1377],[-3.3208, 57.1405],[-3.331001, 57.1435],[-3.328399, 57.1450],[-3.3304, 57.1475],[-3.3526, 57.1538],[-3.3508, 57.1566],[-3.3436, 57.161],[-3.3476, 57.1631],[-3.355299, 57.1644],[-3.361401, 57.1769],[-3.3547, 57.1823],[-3.332299, 57.1934],[-3.327199, 57.1931],[-3.3182, 57.1977],[-3.2904, 57.1996],[-3.2855, 57.1986],[-3.2825, 57.1960],[-3.273299, 57.2071],[-3.263099, 57.2096],[-3.2576, 57.2069],[-3.2478, 57.2070],[-3.243, 57.208],[-3.2379, 57.2120],[-3.245199, 57.2169],[-3.245699, 57.219],[-3.243099, 57.2214],[-3.240499, 57.2266],[-3.2321, 57.2287],[-3.2349, 57.2336],[-3.225199, 57.2432],[-3.219599, 57.2436],[-3.222199, 57.2474],[-3.2104, 57.2557],[-3.1989, 57.2614],[-3.19580, 57.2614],[-3.192199, 57.2596],[-3.1885, 57.2596],[-3.1782, 57.2674],[-3.1752, 57.2683],[-3.1603, 57.2676],[-3.1562, 57.269],[-3.153501, 57.2730],[-3.150599, 57.2739],[-3.1459, 57.2783],[-3.144399, 57.2842],[-3.139101, 57.284],[-3.1315, 57.2825],[-3.13, 57.2853],[-3.12420, 57.2884],[-3.118999, 57.2874],[-3.114599, 57.2847],[-3.107399, 57.285],[-3.104399, 57.2885],[-3.0955, 57.2911],[-3.090899, 57.2878],[-3.0755, 57.2882],[-3.0683, 57.2866],[-3.067699, 57.2836],[-3.0596, 57.2825],[-3.05830, 57.2819],[-3.051001, 57.2855],[-3.0467, 57.2813],[-3.039799, 57.2796],[-3.03600, 57.2732],[-3.0314, 57.2700],[-3.0234, 57.2689],[-3.02, 57.2739],[-2.988701, 57.2817],[-2.9867, 57.2852],[-2.9827, 57.2852],[-2.980799, 57.2894],[-2.973599, 57.2926],[-2.9702, 57.2965],[-2.977999, 57.3067],[-2.96490, 57.3163],[-2.966001, 57.3206],[-2.967099, 57.3213],[-2.962001, 57.3269],[-2.96890, 57.3338],[-2.9734, 57.336],[-2.971801, 57.3471],[-2.96890, 57.3491],[-2.969, 57.3594],[-2.9712, 57.3621],[-2.9776, 57.3642],[-2.98300, 57.3714],[-2.9784, 57.3724],[-2.9742, 57.3773],[-2.961401, 57.3824],[-2.955499, 57.3868],[-2.983599, 57.3991],[-2.986601, 57.403],[-2.986201, 57.4057],[-2.989799, 57.4082],[-2.99350, 57.4077],[-2.998701, 57.4085],[-3.00340, 57.4121],[-3.0146, 57.4119],[-3.023799, 57.4142],[-3.0193, 57.4175],[-3.0174, 57.4226],[-2.9997, 57.4326],[-2.9899, 57.4328],[-2.979501, 57.4346],[-2.96470, 57.4389],[-2.9667, 57.4415],[-2.9844, 57.4397],[-2.98530, 57.4415],[-3.00550, 57.4384],[-3.0088, 57.4423],[-3.0134, 57.4417],[-3.013799, 57.4436],[-3.016299, 57.4436],[-3.018901, 57.4468],[-3.011001, 57.4496],[-3.0104, 57.4527],[-3.0046, 57.4589],[-3.004501, 57.4661],[-3.00320, 57.4675],[-3.002599, 57.4701],[-2.999599, 57.4728],[-2.994101, 57.4781],[-2.9928, 57.4796],[-2.9888, 57.4811],[-2.984101, 57.4876],[-2.9766, 57.4921],[-2.9251, 57.4980],[-2.924599, 57.5026],[-2.921601, 57.5088],[-2.9224, 57.5103],[-2.9202, 57.5145],[-2.9115, 57.5174],[-2.888799, 57.5298],[-2.886899, 57.531],[-2.886899, 57.5347],[-2.887599, 57.5365],[-2.886001, 57.5413],[-2.8829, 57.5419],[-2.868, 57.539],[-2.837199, 57.5473],[-2.8269, 57.5475],[-2.824301, 57.5457],[-2.8204, 57.5447],[-2.816, 57.53],[-2.809101, 57.5292],[-2.8018, 57.5231],[-2.790499, 57.5163],[-2.786201, 57.5153],[-2.7802, 57.5165],[-2.773299, 57.5203],[-2.7621, 57.5242],[-2.759799, 57.5238],[-2.7602, 57.5229],[-2.7609, 57.5217],[-2.761801, 57.5198],[-2.7512, 57.5175],[-2.744101, 57.5149],[-2.722199, 57.5136],[-2.7176, 57.5118],[-2.710799, 57.51],[-2.70250, 57.5086],[-2.693399, 57.5081],[-2.6919, 57.5083],[-2.69030, 57.5090],[-2.689301, 57.5098],[-2.6886, 57.5110],[-2.6882, 57.5117],[-2.6882, 57.5131],[-2.6884, 57.5145],[-2.688999, 57.5170],[-2.6917, 57.5208],[-2.691601, 57.521],[-2.691099, 57.5211],[-2.6845, 57.5209],[-2.671401, 57.5221],[-2.660199, 57.5265],[-2.6521, 57.5301],[-2.654599, 57.5349],[-2.654999, 57.5358],[-2.6582, 57.5373],[-2.663, 57.5383],[-2.666899, 57.5387],[-2.679501, 57.5398],[-2.689199, 57.5404],[-2.6984, 57.5396],[-2.699399, 57.5391],[-2.701699, 57.5376],[-2.702399, 57.5367],[-2.704799, 57.5322],[-2.705899, 57.532],[-2.7088, 57.5324],[-2.7097, 57.5332],[-2.7128, 57.5402],[-2.717299, 57.5487],[-2.7174, 57.5496],[-2.71680, 57.5533],[-2.7174, 57.5562],[-2.717799, 57.5569],[-2.7249, 57.5615],[-2.7449, 57.5676],[-2.746099, 57.5684],[-2.746401, 57.5686],[-2.7469, 57.5701],[-2.747, 57.5709],[-2.7467, 57.5717],[-2.7453, 57.5746],[-2.743599, 57.5780],[-2.7435, 57.5787],[-2.744101, 57.579],[-2.7476, 57.5792],[-2.7486, 57.5789],[-2.753299, 57.5771],[-2.7551, 57.5774],[-2.7568, 57.5782],[-2.758199, 57.5817],[-2.758199, 57.5826],[-2.7514, 57.5886],[-2.7514, 57.5891],[-2.7544, 57.59],[-2.777999, 57.5961],[-2.78390, 57.598],[-2.8093, 57.6037],[-2.8127, 57.6069],[-2.8182, 57.6105],[-2.812999, 57.6190],[-2.808, 57.6209],[-2.774199, 57.6514],[-2.773901, 57.652],[-2.774101, 57.6523],[-2.7802, 57.6565],[-2.7967, 57.6633],[-2.8048, 57.6689],[-2.8076, 57.6736],[-2.808399, 57.6759],[-2.808501, 57.6770],[-2.806601, 57.6833],[-2.806401, 57.6850],[-2.8071, 57.6967],[-2.805, 57.6975],[-2.804399, 57.6977],[-2.803999, 57.6975],[-2.802599, 57.6965],[-2.8011, 57.6959],[-2.799599, 57.6958],[-2.798399, 57.6959],[-2.797, 57.6967],[-2.795599, 57.6974],[-2.7946, 57.6983],[-2.7939, 57.699],[-2.793, 57.6997],[-2.7916, 57.7009],[-2.791001, 57.7013],[-2.7901, 57.7015],[-2.7895, 57.7014],[-2.7893, 57.7012],[-2.7891, 57.7007],[-2.7888, 57.7005],[-2.786201, 57.7007],[-2.786, 57.7005],[-2.786099, 57.7001],[-2.7867, 57.6992],[-2.787, 57.6983],[-2.7869, 57.6976],[-2.7865, 57.6974],[-2.7857, 57.6975],[-2.784301, 57.6977],[-2.7837, 57.6975],[-2.7835, 57.6968],[-2.7834, 57.6963],[-2.783, 57.696],[-2.782099, 57.6956],[-2.7802, 57.6950],[-2.778199, 57.6940],[-2.7769, 57.6935],[-2.7755, 57.6935],[-2.772599, 57.6944],[-2.771801, 57.6943],[-2.770099, 57.6931],[-2.7692, 57.6929],[-2.768199, 57.6933],[-2.767699, 57.6937],[-2.7669, 57.6936],[-2.765599, 57.6935],[-2.764101, 57.6938],[-2.763, 57.6938],[-2.761801, 57.6935],[-2.760799, 57.6933],[-2.7593, 57.6934],[-2.7583, 57.6938],[-2.757, 57.6951],[-2.756201, 57.6951],[-2.7558, 57.6951],[-2.755199, 57.6948],[-2.7553, 57.6938],[-2.7555, 57.6928],[-2.7551, 57.6922],[-2.752899, 57.6916],[-2.7511, 57.6911],[-2.75, 57.6911],[-2.747999, 57.6919],[-2.747, 57.6920],[-2.746401, 57.6920],[-2.746099, 57.6918],[-2.746001, 57.6916],[-2.745899, 57.6905],[-2.745199, 57.69],[-2.744999, 57.6896],[-2.7446, 57.6886],[-2.7442, 57.6872],[-2.7442, 57.6866],[-2.7444, 57.6857],[-2.744699, 57.6850],[-2.7446, 57.6844],[-2.743901, 57.6838],[-2.741801, 57.6834],[-2.7368, 57.6828],[-2.735399, 57.6829],[-2.7342, 57.6832],[-2.7334, 57.6836],[-2.732001, 57.6846],[-2.7313, 57.6849],[-2.7283, 57.6856],[-2.7281, 57.6858],[-2.727999, 57.6861],[-2.727999, 57.6864],[-2.7283, 57.6871],[-2.727999, 57.6875],[-2.727099, 57.6876],[-2.7249, 57.6877],[-2.722399, 57.6886],[-2.721601, 57.6897],[-2.7209, 57.6901],[-2.7205, 57.6902],[-2.717999, 57.6901],[-2.71680, 57.6905],[-2.715899, 57.6912],[-2.713901, 57.6927],[-2.7126, 57.6931],[-2.7119, 57.6933],[-2.7112, 57.6931],[-2.7097, 57.6916],[-2.707599, 57.6912],[-2.7065, 57.6899],[-2.704999, 57.6887],[-2.7044, 57.6879],[-2.704, 57.6875],[-2.703399, 57.6873],[-2.702001, 57.6876],[-2.7011, 57.6875],[-2.6996, 57.6867],[-2.698501, 57.6867],[-2.697299, 57.6871],[-2.69640, 57.6870],[-2.6944, 57.6862],[-2.692001, 57.6858],[-2.69, 57.6863],[-2.688999, 57.6868],[-2.6884, 57.6868],[-2.687999, 57.6864],[-2.6877, 57.6858],[-2.687001, 57.6856],[-2.6866, 57.6857],[-2.68630, 57.6860],[-2.686201, 57.6871],[-2.6861, 57.6875],[-2.6856, 57.6877],[-2.6847, 57.6879],[-2.683901, 57.6879],[-2.683599, 57.6876],[-2.683199, 57.6868],[-2.683199, 57.6852],[-2.683, 57.6845],[-2.6826, 57.6843],[-2.6821, 57.6841],[-2.681499, 57.6839],[-2.681099, 57.6839],[-2.68020, 57.6838],[-2.6796, 57.6838],[-2.678999, 57.6840],[-2.6787, 57.6842],[-2.67810, 57.6846],[-2.6775, 57.6854],[-2.6758, 57.6864],[-2.674599, 57.6871],[-2.673901, 57.6870],[-2.673199, 57.6865],[-2.671499, 57.6874],[-2.669199, 57.6894],[-2.6668, 57.6905],[-2.6656, 57.6913],[-2.664, 57.6915],[-2.6624, 57.6903],[-2.661299, 57.6899],[-2.659199, 57.69],[-2.6585, 57.69],[-2.6582, 57.6898],[-2.6582, 57.6895],[-2.6587, 57.6883],[-2.658799, 57.6879],[-2.6584, 57.6874],[-2.656899, 57.6872],[-2.6554, 57.6873],[-2.6536, 57.6877],[-2.651299, 57.6873],[-2.649199, 57.6876],[-2.646801, 57.6886],[-2.6459, 57.6887],[-2.644399, 57.6878],[-2.645099, 57.6869],[-2.6449, 57.6863],[-2.645, 57.6849],[-2.644599, 57.6845],[-2.643901, 57.6844],[-2.6421, 57.6850],[-2.6419, 57.6849],[-2.642, 57.6846],[-2.643901, 57.6836],[-2.6442, 57.6830],[-2.6441, 57.6826],[-2.643399, 57.6826],[-2.6422, 57.6830],[-2.641201, 57.6830],[-2.639699, 57.6833],[-2.639101, 57.6830],[-2.6373, 57.6821],[-2.6364, 57.6816],[-2.63490, 57.6812],[-2.632, 57.6812],[-2.6307, 57.6812],[-2.63010, 57.6812],[-2.629699, 57.6813],[-2.6292, 57.6819],[-2.628299, 57.6821],[-2.6259, 57.6821],[-2.622499, 57.6817],[-2.6217, 57.6818],[-2.620699, 57.6823],[-2.6203, 57.6825],[-2.6199, 57.6825],[-2.618299, 57.6820],[-2.6147, 57.6820],[-2.613199, 57.6822],[-2.612499, 57.6822],[-2.6122, 57.6821],[-2.6122, 57.6817],[-2.613199, 57.6808],[-2.6131, 57.6806],[-2.612799, 57.6804],[-2.612299, 57.6804],[-2.6101, 57.6804],[-2.608799, 57.6804],[-2.606899, 57.6811],[-2.606, 57.6815],[-2.6052, 57.6818],[-2.6034, 57.6825],[-2.6016, 57.6822],[-2.599101, 57.6822],[-2.597699, 57.6828],[-2.596601, 57.6828],[-2.5954, 57.6827],[-2.594301, 57.6824],[-2.5936, 57.6819],[-2.5919, 57.6803],[-2.5899, 57.6795],[-2.586699, 57.6791],[-2.583501, 57.6792],[-2.5804, 57.6787],[-2.578701, 57.6788],[-2.577899, 57.6790],[-2.5769, 57.6796],[-2.57520, 57.6811],[-2.573299, 57.6827],[-2.572599, 57.6831],[-2.572001, 57.6832],[-2.5713, 57.6833],[-2.569799, 57.6832],[-2.5693, 57.6831],[-2.568901, 57.6828],[-2.568501, 57.6824],[-2.5674, 57.6819],[-2.5655, 57.6804],[-2.564899, 57.6788],[-2.564301, 57.6761],[-2.562001, 57.6746],[-2.5606, 57.6738],[-2.5593, 57.6735],[-2.556801, 57.6731],[-2.554899, 57.672],[-2.547199, 57.6709],[-2.5391, 57.6702],[-2.5322, 57.6707],[-2.531001, 57.6708],[-2.5306, 57.6712],[-2.530299, 57.6713],[-2.5291, 57.6708],[-2.527699, 57.6708],[-2.525599, 57.6714],[-2.5225, 57.6721],[-2.5206, 57.6723],[-2.519399, 57.6721],[-2.5186, 57.6718],[-2.518399, 57.6713],[-2.5186, 57.6703],[-2.5181, 57.6692],[-2.5169, 57.6679],[-2.5157, 57.6669],[-2.514699, 57.6665],[-2.512599, 57.6656],[-2.511801, 57.6646],[-2.5104, 57.665],[-2.509501, 57.6658],[-2.507699, 57.6669],[-2.505899, 57.6679],[-2.503901, 57.6691],[-2.5023, 57.6698],[-2.5012, 57.6706],[-2.5002, 57.6712],[-2.4988, 57.6715],[-2.497499, 57.6719],[-2.4972, 57.6725],[-2.4968, 57.673],[-2.496001, 57.6735],[-2.494501, 57.6738],[-2.4927, 57.6736],[-2.4904, 57.6731],[-2.4886, 57.6729],[-2.487099, 57.673],[-2.484699, 57.6737],[-2.484101, 57.6738],[-2.482001, 57.6743],[-2.480599, 57.6743],[-2.479199, 57.6739],[-2.4783, 57.6739],[-2.477499, 57.6740],[-2.4766, 57.6744],[-2.4756, 57.6746],[-2.4749, 57.6746],[-2.473901, 57.6743],[-2.4732, 57.6740],[-2.472899, 57.6737],[-2.472699, 57.6734],[-2.4725, 57.6722],[-2.4721, 57.6717],[-2.4711, 57.6716],[-2.470099, 57.6717],[-2.469, 57.6716],[-2.467999, 57.6718],[-2.466401, 57.6729],[-2.465699, 57.6732],[-2.4654, 57.6732],[-2.465199, 57.6731],[-2.465199, 57.6723],[-2.464999, 57.672],[-2.4647, 57.6719],[-2.463901, 57.672],[-2.4612, 57.6725],[-2.457099, 57.6725],[-2.455199, 57.6723],[-2.4547, 57.6726],[-2.453901, 57.6734],[-2.453399, 57.6737],[-2.452899, 57.6736],[-2.4526, 57.6733],[-2.4528, 57.6722],[-2.4526, 57.6719],[-2.452001, 57.6717],[-2.451401, 57.6718],[-2.450799, 57.6716],[-2.450599, 57.6708],[-2.450099, 57.6706],[-2.449399, 57.6705],[-2.448999, 57.6707],[-2.448501, 57.6714],[-2.4482, 57.6715],[-2.447799, 57.6713],[-2.4474, 57.6707],[-2.4466, 57.6703],[-2.4454, 57.6701],[-2.444799, 57.67],[-2.443901, 57.6702],[-2.443399, 57.671],[-2.4425, 57.6714],[-2.441299, 57.6724],[-2.4407, 57.6724],[-2.439101, 57.6723],[-2.437099, 57.6719],[-2.436001, 57.6717],[-2.4354, 57.6717],[-2.435199, 57.6719],[-2.435499, 57.6728],[-2.4353, 57.673],[-2.4345, 57.673],[-2.433, 57.6723],[-2.432001, 57.6723],[-2.431099, 57.6725],[-2.429501, 57.6735],[-2.4279, 57.6747],[-2.426899, 57.675],[-2.4259, 57.675],[-2.4258, 57.6749],[-2.4263, 57.6738],[-2.4261, 57.6734],[-2.425499, 57.6732],[-2.423399, 57.673],[-2.4221, 57.6733],[-2.421299, 57.6731],[-2.420399, 57.6719],[-2.419501, 57.6717],[-2.416899, 57.672],[-2.4154, 57.6719],[-2.4119, 57.6724],[-2.408999, 57.6731],[-2.4077, 57.6731],[-2.407099, 57.6728],[-2.406801, 57.6725],[-2.406699, 57.6716],[-2.40660, 57.6713],[-2.4059, 57.671],[-2.4026, 57.6705],[-2.397001, 57.67],[-2.394799, 57.6699],[-2.390899, 57.67],[-2.387199, 57.6701],[-2.3857, 57.6703],[-2.3833, 57.6709],[-2.3818, 57.6709],[-2.3799, 57.671],[-2.378, 57.6713],[-2.3759, 57.6717],[-2.374599, 57.6721],[-2.3726, 57.6728],[-2.3717, 57.6732],[-2.370699, 57.6737],[-2.3696, 57.6747],[-2.3677, 57.6758],[-2.365799, 57.6756],[-2.3647, 57.6757],[-2.3638, 57.6762],[-2.3627, 57.6769],[-2.361201, 57.6769],[-2.358799, 57.6769],[-2.3575, 57.6767],[-2.355, 57.6759],[-2.3508, 57.6734],[-2.348099, 57.6712],[-2.3471, 57.6706],[-2.345799, 57.6703],[-2.344599, 57.6702],[-2.342999, 57.6704],[-2.342099, 57.6707],[-2.341001, 57.6711],[-2.339799, 57.6719],[-2.3376, 57.673],[-2.3361, 57.6741],[-2.334599, 57.6747],[-2.3325, 57.6752],[-2.331401, 57.6755],[-2.330199, 57.676],[-2.329101, 57.6765],[-2.328, 57.6768],[-2.326401, 57.6770],[-2.3246, 57.6775],[-2.3239, 57.6781],[-2.3234, 57.6786],[-2.3227, 57.6797],[-2.3224, 57.6802],[-2.3222, 57.6809],[-2.3224, 57.6820],[-2.3229, 57.6832],[-2.324399, 57.6854],[-2.324301, 57.6861],[-2.324301, 57.6872],[-2.3241, 57.6877],[-2.3237, 57.6880],[-2.322299, 57.6888],[-2.3208, 57.6895],[-2.318501, 57.69],[-2.317199, 57.6906],[-2.316299, 57.6916],[-2.3159, 57.6918],[-2.3155, 57.6918],[-2.314501, 57.6916],[-2.3132, 57.6918],[-2.312099, 57.6920],[-2.3113, 57.6925],[-2.3106, 57.6936],[-2.3101, 57.6942],[-2.3094, 57.6943],[-2.3092, 57.6942],[-2.308701, 57.6929],[-2.308399, 57.6926],[-2.3071, 57.6924],[-2.306201, 57.6925],[-2.3057, 57.6931],[-2.304899, 57.6939],[-2.3034, 57.6944],[-2.300699, 57.6947],[-2.299101, 57.6955],[-2.2969, 57.6964],[-2.296, 57.6970],[-2.29550, 57.6970],[-2.294899, 57.6966],[-2.2936, 57.6961],[-2.291899, 57.6958],[-2.290699, 57.6961],[-2.2899, 57.696],[-2.289599, 57.6958],[-2.2891, 57.6954],[-2.2881, 57.6950],[-2.2878, 57.6946],[-2.287699, 57.6941],[-2.287699, 57.6936],[-2.288399, 57.6933],[-2.2895, 57.6928],[-2.29020, 57.6924],[-2.290699, 57.6917],[-2.290699, 57.6912],[-2.289999, 57.6907],[-2.2891, 57.6905],[-2.2876, 57.6905],[-2.286299, 57.6905],[-2.285199, 57.6903],[-2.284501, 57.6904],[-2.2837, 57.6901],[-2.2829, 57.6896],[-2.2827, 57.6894],[-2.2823, 57.6894],[-2.2815, 57.6895],[-2.2811, 57.6899],[-2.280699, 57.6902],[-2.2802, 57.6901],[-2.2793, 57.6898],[-2.2778, 57.6896],[-2.2765, 57.6885],[-2.273299, 57.6884],[-2.272799, 57.6882],[-2.2727, 57.6875],[-2.2722, 57.6872],[-2.2715, 57.6870],[-2.270099, 57.6872],[-2.2693, 57.6874],[-2.268901, 57.6870],[-2.2688, 57.6866],[-2.2692, 57.6863],[-2.2713, 57.6857],[-2.2715, 57.6853],[-2.2714, 57.6851],[-2.271001, 57.6849],[-2.270099, 57.6848],[-2.2691, 57.6848],[-2.268399, 57.6847],[-2.2683, 57.6846],[-2.2683, 57.6844],[-2.2699, 57.6833],[-2.2699, 57.6830],[-2.269599, 57.6827],[-2.268901, 57.6826],[-2.267499, 57.6825],[-2.265399, 57.6827],[-2.2629, 57.6821],[-2.2606, 57.6807],[-2.2592, 57.6803],[-2.2572, 57.6803],[-2.2558, 57.6805],[-2.2532, 57.6824],[-2.2511, 57.6824],[-2.2491, 57.6827],[-2.247, 57.6831],[-2.244999, 57.6837],[-2.2434, 57.6835],[-2.241699, 57.6831],[-2.239599, 57.6828],[-2.235399, 57.6815],[-2.2344, 57.6812],[-2.2335, 57.6812],[-2.231299, 57.6819],[-2.2297, 57.6818],[-2.225899, 57.681],[-2.224, 57.6809],[-2.223901, 57.6819],[-2.2235, 57.6820],[-2.2228, 57.6817],[-2.22230, 57.6811],[-2.2219, 57.6801],[-2.2214, 57.6800],[-2.220799, 57.6802],[-2.2204, 57.681],[-2.219899, 57.681],[-2.219501, 57.6808],[-2.219, 57.6793],[-2.2187, 57.6789],[-2.2179, 57.6788],[-2.2167, 57.6789],[-2.2158, 57.6794],[-2.214999, 57.6793],[-2.2145, 57.6790],[-2.2142, 57.6788],[-2.213701, 57.6789],[-2.2133, 57.6792],[-2.212001, 57.6801],[-2.2109, 57.6805],[-2.210299, 57.6805],[-2.2098, 57.6805],[-2.209, 57.6799],[-2.2079, 57.6797],[-2.207, 57.6798],[-2.206201, 57.6799],[-2.205699, 57.6797],[-2.205499, 57.6795],[-2.2056, 57.6791],[-2.2061, 57.6785],[-2.2061, 57.6781],[-2.205899, 57.6778],[-2.205499, 57.6774],[-2.2047, 57.6768],[-2.203701, 57.6764],[-2.2026, 57.6762],[-2.201699, 57.6762],[-2.201299, 57.6763],[-2.200799, 57.6766],[-2.2003, 57.6767],[-2.199699, 57.6766],[-2.1989, 57.6757],[-2.198299, 57.6751],[-2.197799, 57.6748],[-2.1963, 57.6747],[-2.1953, 57.6745],[-2.194101, 57.6736],[-2.1928, 57.6728],[-2.191, 57.6724],[-2.1863, 57.6725],[-2.185199, 57.6728],[-2.1846, 57.6731],[-2.183901, 57.6729],[-2.1831, 57.6728],[-2.1824, 57.6729],[-2.17960, 57.6737],[-2.179301, 57.6743],[-2.1784, 57.6746],[-2.177099, 57.6746],[-2.1764, 57.6747],[-2.174999, 57.6749],[-2.1745, 57.6749],[-2.174, 57.6747],[-2.173199, 57.6745],[-2.172199, 57.6745],[-2.1717, 57.6748],[-2.1707, 57.6757],[-2.170399, 57.6767],[-2.169699, 57.6773],[-2.1687, 57.6779],[-2.165499, 57.6792],[-2.1647, 57.6800],[-2.1642, 57.6803],[-2.163, 57.6808],[-2.162499, 57.681],[-2.162199, 57.6817],[-2.162, 57.6825],[-2.161299, 57.6834],[-2.160599, 57.6842],[-2.1596, 57.6849],[-2.158799, 57.6855],[-2.1584, 57.6856],[-2.158, 57.6855],[-2.1556, 57.6846],[-2.155299, 57.6841],[-2.1554, 57.6832],[-2.155299, 57.6826],[-2.1543, 57.6825],[-2.1529, 57.6826],[-2.1522, 57.6833],[-2.1515, 57.6839],[-2.1508, 57.6842],[-2.149699, 57.6844],[-2.1494, 57.6846],[-2.149199, 57.6851],[-2.148901, 57.6855],[-2.1479, 57.6858],[-2.146699, 57.6861],[-2.1466, 57.6864],[-2.1466, 57.6867],[-2.1464, 57.6871],[-2.1459, 57.6873],[-2.1457, 57.6875],[-2.144399, 57.6877],[-2.1429, 57.6876],[-2.142, 57.6882],[-2.141201, 57.6891],[-2.1378, 57.6901],[-2.136499, 57.6908],[-2.135, 57.6928],[-2.1343, 57.6931],[-2.1339, 57.6933],[-2.133701, 57.6938],[-2.132499, 57.6951],[-2.131001, 57.6959],[-2.1292, 57.6963],[-2.1273, 57.6964],[-2.1259, 57.6965],[-2.124799, 57.6969],[-2.123199, 57.6977],[-2.1218, 57.6986],[-2.121099, 57.6994],[-2.120399, 57.6999],[-2.1196, 57.7003],[-2.118701, 57.7005],[-2.117399, 57.7005],[-2.117001, 57.7006],[-2.116499, 57.7009],[-2.1163, 57.7011],[-2.1159, 57.7016],[-2.1157, 57.7018],[-2.1154, 57.7018],[-2.114399, 57.7015],[-2.113199, 57.7008],[-2.111601, 57.7000],[-2.110399, 57.6991],[-2.108299, 57.6983],[-2.104, 57.6982],[-2.0947, 57.6993],[-2.0857, 57.7008],[-2.079799, 57.7009],[-2.075799, 57.7008],[-2.0731, 57.7007],[-2.0673, 57.6998],[-2.063999, 57.6991],[-2.0606, 57.6982],[-2.055799, 57.6969],[-2.049999, 57.6951],[-2.043299, 57.6937],[-2.041201, 57.6931],[-2.038901, 57.6927],[-2.036601, 57.6927],[-2.0355, 57.6929],[-2.0336, 57.6934],[-2.0313, 57.6942],[-2.0281, 57.6954],[-2.0227, 57.6969],[-2.0214, 57.6972],[-2.0206, 57.6978],[-2.0202, 57.698],[-2.018901, 57.6982],[-2.016299, 57.6981],[-2.015, 57.6985],[-2.0135, 57.6988],[-2.0129, 57.6987],[-2.0123, 57.6983],[-2.011899, 57.6976],[-2.011499, 57.6971],[-2.010799, 57.6964],[-2.0102, 57.6964],[-2.009399, 57.6966],[-2.0083, 57.6973],[-2.0068, 57.698],[-2.0058, 57.6983],[-2.005599, 57.6987],[-2.0051, 57.6991],[-2.0034, 57.6992],[-2.0027, 57.699],[-2.002199, 57.6987],[-2.001601, 57.6985],[-2.0011, 57.6984],[-2.000099, 57.6981],[-1.9987, 57.698],[-1.9981, 57.6979],[-1.9979, 57.6971],[-1.998, 57.6968],[-1.998299, 57.6963],[-1.998901, 57.6961],[-1.999799, 57.696],[-2.000099, 57.6955],[-2.000499, 57.6940],[-2.000799, 57.6931],[-2.0007, 57.6924],[-2, 57.6918],[-1.998901, 57.6914],[-1.997699, 57.6917],[-1.996801, 57.6919],[-1.9964, 57.6920],[-1.9959, 57.6919],[-1.9959, 57.6917],[-1.9978, 57.6905],[-1.998299, 57.6899],[-1.9993, 57.6888],[-1.9996, 57.6882],[-1.999501, 57.6871],[-1.998399, 57.6852],[-1.997001, 57.6840],[-1.9949, 57.6831],[-1.987499, 57.6811],[-1.9751, 57.6783],[-1.965, 57.6769],[-1.9575, 57.6766],[-1.9549, 57.6766],[-1.955, 57.6762],[-1.9565, 57.6756],[-1.9599, 57.6754],[-1.9636, 57.675],[-1.9644, 57.6745],[-1.964599, 57.6736],[-1.9644, 57.673],[-1.9641, 57.6728],[-1.963799, 57.6727],[-1.9634, 57.6729],[-1.9627, 57.6741],[-1.9619, 57.6745],[-1.9611, 57.6746],[-1.9582, 57.6745],[-1.951601, 57.6761],[-1.949399, 57.6770],[-1.948501, 57.6776],[-1.9471, 57.6794],[-1.9456, 57.6797],[-1.942199, 57.681],[-1.939101, 57.6819],[-1.937999, 57.6816],[-1.935799, 57.6807],[-1.9349, 57.6802],[-1.933501, 57.6795],[-1.9311, 57.6789],[-1.9274, 57.678],[-1.9246, 57.6775],[-1.923599, 57.6768],[-1.9223, 57.6761],[-1.918599, 57.6756],[-1.9174, 57.6749],[-1.917199, 57.6744],[-1.917099, 57.6739],[-1.9173, 57.6721],[-1.917001, 57.6707],[-1.9166, 57.6699],[-1.9134, 57.6667],[-1.911801, 57.6651],[-1.910699, 57.6637],[-1.909, 57.6624],[-1.906401, 57.6604],[-1.902001, 57.6585],[-1.8988, 57.6567],[-1.8983, 57.6559],[-1.898, 57.6551],[-1.8976, 57.6532],[-1.897001, 57.6523],[-1.8966, 57.6518],[-1.8946, 57.6502],[-1.8936, 57.649],[-1.8923, 57.6462],[-1.8903, 57.6444],[-1.888, 57.6425],[-1.887699, 57.6419],[-1.887699, 57.6416],[-1.8893, 57.6413],[-1.889799, 57.641],[-1.89, 57.6406],[-1.889799, 57.6401],[-1.8882, 57.6382],[-1.8875, 57.6372],[-1.8874, 57.6367],[-1.887599, 57.6364],[-1.8879, 57.6359],[-1.888901, 57.6353],[-1.889799, 57.6349],[-1.8897, 57.6346],[-1.8893, 57.6345],[-1.888399, 57.6346],[-1.8879, 57.6348],[-1.8873, 57.6351],[-1.8865, 57.6357],[-1.8859, 57.6365],[-1.8857, 57.6374],[-1.8857, 57.6381],[-1.8871, 57.6396],[-1.8874, 57.6401],[-1.8873, 57.6403],[-1.886899, 57.6404],[-1.885499, 57.6398],[-1.884101, 57.6388],[-1.8817, 57.6366],[-1.8763, 57.6332],[-1.873, 57.6306],[-1.8703, 57.6286],[-1.865, 57.6262],[-1.855399, 57.6237],[-1.8486, 57.6215],[-1.841699, 57.6201],[-1.8399, 57.6195],[-1.837299, 57.6187],[-1.829501, 57.6167],[-1.825899, 57.6156],[-1.823799, 57.6142],[-1.822199, 57.6126],[-1.820199, 57.61],[-1.819301, 57.6087],[-1.8192, 57.6079],[-1.8218, 57.6054],[-1.823799, 57.6035],[-1.825, 57.6018],[-1.8255, 57.6004],[-1.825799, 57.5984],[-1.826499, 57.5948],[-1.826601, 57.593],[-1.826001, 57.5908],[-1.8261, 57.5886],[-1.8261, 57.5868],[-1.8248, 57.5802],[-1.822299, 57.5744],[-1.820799, 57.5718],[-1.819, 57.5686],[-1.8146, 57.5642],[-1.811499, 57.5612],[-1.810099, 57.5599],[-1.8034, 57.5568],[-1.8026, 57.5558],[-1.8026, 57.5549],[-1.803501, 57.5520],[-1.8034, 57.549],[-1.802999, 57.5478],[-1.8024, 57.5472],[-1.801499, 57.5461],[-1.801201, 57.5452],[-1.801499, 57.5436],[-1.8025, 57.542],[-1.804, 57.5405],[-1.8063, 57.5374],[-1.806601, 57.5347],[-1.8055, 57.5304],[-1.8034, 57.5268],[-1.7999, 57.5244],[-1.7975, 57.5238],[-1.797099, 57.5236],[-1.797099, 57.5233],[-1.797199, 57.5229],[-1.798701, 57.5223],[-1.799199, 57.5219],[-1.799399, 57.5215],[-1.799301, 57.5208],[-1.797899, 57.5193],[-1.797099, 57.5184],[-1.797001, 57.5179],[-1.7975, 57.5175],[-1.798, 57.5172],[-1.799199, 57.5172],[-1.7999, 57.5174],[-1.8009, 57.5176],[-1.8027, 57.5178],[-1.8049, 57.5177],[-1.8048, 57.5170],[-1.8018, 57.5169],[-1.798599, 57.5167],[-1.794, 57.5171],[-1.790699, 57.5172],[-1.7883, 57.5168],[-1.7861, 57.5163],[-1.7853, 57.516],[-1.7845, 57.5155],[-1.781401, 57.5131],[-1.7786, 57.5122],[-1.774999, 57.5119],[-1.773, 57.5110],[-1.7725, 57.5103],[-1.7724, 57.5094],[-1.773399, 57.5075],[-1.7731, 57.5070],[-1.771801, 57.5065],[-1.7704, 57.5057],[-1.77, 57.5056],[-1.769199, 57.5059],[-1.7682, 57.5067],[-1.7675, 57.5074],[-1.767099, 57.5073],[-1.766899, 57.5071],[-1.766899, 57.5066],[-1.7672, 57.5060],[-1.767799, 57.5054],[-1.768, 57.5048],[-1.767699, 57.5044],[-1.7667, 57.5039],[-1.7661, 57.5038],[-1.766001, 57.5037],[-1.7661, 57.5034],[-1.766899, 57.5026],[-1.7682, 57.5013],[-1.7682, 57.5008],[-1.7686, 57.4996],[-1.768901, 57.4987],[-1.7694, 57.4983],[-1.7697, 57.4983],[-1.7701, 57.4984],[-1.77, 57.4994],[-1.7694, 57.5012],[-1.7694, 57.5015],[-1.769799, 57.5017],[-1.7707, 57.5018],[-1.771299, 57.5019],[-1.771801, 57.5022],[-1.7717, 57.5028],[-1.7711, 57.5034],[-1.771001, 57.5037],[-1.771299, 57.5040],[-1.7716, 57.5040],[-1.7723, 57.5038],[-1.7746, 57.5032],[-1.776299, 57.5033],[-1.778501, 57.5036],[-1.7811, 57.5046],[-1.781801, 57.5047],[-1.7826, 57.5046],[-1.7851, 57.5042],[-1.787799, 57.5038],[-1.788599, 57.5037],[-1.7896, 57.5034],[-1.7902, 57.5030],[-1.790699, 57.5023],[-1.791, 57.5015],[-1.7917, 57.4988],[-1.7926, 57.4965],[-1.7927, 57.4959],[-1.7927, 57.4956],[-1.7925, 57.4951],[-1.792199, 57.4948],[-1.790699, 57.4941],[-1.7876, 57.4931],[-1.7861, 57.4924],[-1.7837, 57.4917],[-1.782099, 57.4904],[-1.7805, 57.4897],[-1.7805, 57.4889],[-1.781, 57.4878],[-1.7822, 57.4872],[-1.782799, 57.4864],[-1.782899, 57.4858],[-1.7824, 57.4852],[-1.781401, 57.4846],[-1.7808, 57.4843],[-1.7804, 57.4839],[-1.7803, 57.4832],[-1.780599, 57.4825],[-1.7809, 57.4818],[-1.7809, 57.4812],[-1.780699, 57.4808],[-1.779799, 57.4801],[-1.777001, 57.4792],[-1.7746, 57.4779],[-1.773501, 57.477],[-1.7733, 57.4766],[-1.773399, 57.4764],[-1.7737, 57.4764],[-1.774301, 57.4765],[-1.7753, 57.4772],[-1.7758, 57.4774],[-1.7765, 57.4775],[-1.778901, 57.4778],[-1.779799, 57.478],[-1.7804, 57.4783],[-1.781201, 57.4792],[-1.7826, 57.4806],[-1.783599, 57.4818],[-1.7847, 57.4829],[-1.784999, 57.4831],[-1.7854, 57.4834],[-1.7876, 57.484],[-1.7889, 57.4842],[-1.7898, 57.4846],[-1.789999, 57.4851],[-1.7898, 57.4856],[-1.7882, 57.4863],[-1.784999, 57.4869],[-1.784301, 57.4872],[-1.783, 57.4883],[-1.7831, 57.4886],[-1.783501, 57.4886],[-1.784999, 57.4883],[-1.7859, 57.488],[-1.7874, 57.4873],[-1.790599, 57.4867],[-1.7924, 57.486],[-1.793701, 57.4855],[-1.794101, 57.4849],[-1.794399, 57.4843],[-1.794101, 57.4837],[-1.792799, 57.4821],[-1.790699, 57.4812],[-1.7883, 57.4808],[-1.786, 57.4808],[-1.784899, 57.4803],[-1.784199, 57.4795],[-1.783, 57.4782],[-1.7819, 57.4768],[-1.7803, 57.4763],[-1.7776, 57.4756],[-1.776401, 57.4752],[-1.774799, 57.4752],[-1.7744, 57.475],[-1.774301, 57.4747],[-1.7754, 57.4744],[-1.775599, 57.4741],[-1.7751, 57.4714],[-1.775499, 57.4705],[-1.777099, 57.4694],[-1.779101, 57.4688],[-1.779101, 57.4687],[-1.7781, 57.4684],[-1.777699, 57.4682],[-1.777699, 57.4679],[-1.779199, 57.4675],[-1.7794, 57.4672],[-1.7794, 57.4668],[-1.779, 57.4665],[-1.7781, 57.4662],[-1.777799, 57.4658],[-1.7779, 57.4652],[-1.778399, 57.4646],[-1.7797, 57.4646],[-1.7801, 57.4643],[-1.7805, 57.4635],[-1.7805, 57.4631],[-1.7804, 57.4629],[-1.7801, 57.4628],[-1.7795, 57.4627],[-1.779199, 57.4626],[-1.779, 57.4624],[-1.779, 57.4621],[-1.779899, 57.4615],[-1.782099, 57.4611],[-1.7832, 57.4606],[-1.784, 57.4602],[-1.784899, 57.4593],[-1.786401, 57.4588],[-1.787001, 57.4584],[-1.7876, 57.4577],[-1.7887, 57.4573],[-1.789199, 57.4572],[-1.789199, 57.4569],[-1.7889, 57.4568],[-1.7882, 57.4566],[-1.787899, 57.4564],[-1.788, 57.4560],[-1.7895, 57.4557],[-1.7917, 57.4556],[-1.7933, 57.4551],[-1.7954, 57.454],[-1.7968, 57.4539],[-1.797799, 57.4542],[-1.7982, 57.4541],[-1.7984, 57.4539],[-1.7984, 57.4537],[-1.798, 57.4535],[-1.7976, 57.4534],[-1.797099, 57.4532],[-1.7967, 57.4529],[-1.7966, 57.4523],[-1.7966, 57.4519],[-1.7963, 57.4518],[-1.795599, 57.4518],[-1.7948, 57.4517],[-1.7947, 57.4515],[-1.7947, 57.4508],[-1.794999, 57.4501],[-1.7963, 57.4495],[-1.7966, 57.4492],[-1.7967, 57.4488],[-1.796499, 57.4479],[-1.7968, 57.4474],[-1.797099, 57.4467],[-1.797799, 57.4463],[-1.7999, 57.446],[-1.801499, 57.4459],[-1.8032, 57.446],[-1.8034, 57.4458],[-1.803501, 57.4454],[-1.8032, 57.4451],[-1.802999, 57.4446],[-1.802999, 57.4442],[-1.8032, 57.4439],[-1.804301, 57.4434],[-1.8055, 57.4432],[-1.8056, 57.4429],[-1.8055, 57.4425],[-1.805099, 57.4424],[-1.8047, 57.4422],[-1.8045, 57.4417],[-1.8048, 57.4411],[-1.8054, 57.4405],[-1.8063, 57.4400],[-1.8078, 57.4394],[-1.809301, 57.4384],[-1.8098, 57.4381],[-1.810799, 57.4379],[-1.8128, 57.4376],[-1.814301, 57.4371],[-1.817899, 57.4360],[-1.8178, 57.4357],[-1.815899, 57.4353],[-1.8155, 57.4351],[-1.8154, 57.4347],[-1.8157, 57.4344],[-1.8168, 57.4338],[-1.8176, 57.4335],[-1.8177, 57.4333],[-1.8174, 57.4330],[-1.813599, 57.4318],[-1.8128, 57.4314],[-1.8127, 57.4309],[-1.812899, 57.4304],[-1.8138, 57.4295],[-1.815099, 57.4291],[-1.8153, 57.4288],[-1.8153, 57.4286],[-1.815199, 57.4285],[-1.8138, 57.4287],[-1.8134, 57.4285],[-1.8131, 57.4282],[-1.8131, 57.428],[-1.8134, 57.4278],[-1.8149, 57.4274],[-1.8161, 57.4271],[-1.817199, 57.4269],[-1.818599, 57.4269],[-1.8189, 57.4267],[-1.8191, 57.4265],[-1.819301, 57.4259],[-1.819399, 57.4253],[-1.8197, 57.4249],[-1.8205, 57.4245],[-1.8217, 57.4242],[-1.8219, 57.4239],[-1.8221, 57.4231],[-1.8226, 57.4228],[-1.8233, 57.4226],[-1.8242, 57.4227],[-1.8248, 57.4228],[-1.825199, 57.4228],[-1.8253, 57.4227],[-1.825799, 57.4214],[-1.826699, 57.4205],[-1.8275, 57.4191],[-1.8278, 57.4188],[-1.8282, 57.4186],[-1.8291, 57.4183],[-1.832, 57.4174],[-1.8319, 57.4173],[-1.831401, 57.4172],[-1.8299, 57.4173],[-1.8277, 57.4178],[-1.826499, 57.4178],[-1.8262, 57.4174],[-1.8263, 57.4171],[-1.8277, 57.4167],[-1.828701, 57.4162],[-1.829501, 57.4155],[-1.8307, 57.4148],[-1.8315, 57.4145],[-1.8326, 57.4142],[-1.8341, 57.4139],[-1.8354, 57.4139],[-1.836401, 57.4138],[-1.837299, 57.4139],[-1.837399, 57.4137],[-1.837399, 57.4136],[-1.8361, 57.413],[-1.8355, 57.4127],[-1.835199, 57.4123],[-1.8351, 57.412],[-1.8351, 57.4116],[-1.8354, 57.4112],[-1.8361, 57.4109],[-1.8377, 57.4108],[-1.84, 57.4109],[-1.8408, 57.411],[-1.841801, 57.4112],[-1.8427, 57.4116],[-1.8435, 57.412],[-1.843799, 57.4123],[-1.8441, 57.4127],[-1.844501, 57.4133],[-1.845, 57.4139],[-1.845399, 57.4141],[-1.8465, 57.414],[-1.8479, 57.4136],[-1.851801, 57.4124],[-1.853299, 57.4116],[-1.8549, 57.4106],[-1.856801, 57.4093],[-1.857499, 57.4087],[-1.8585, 57.4076],[-1.8594, 57.4064],[-1.861201, 57.4031],[-1.861601, 57.4009],[-1.8614, 57.3992],[-1.861201, 57.3986],[-1.8609, 57.3974],[-1.8609, 57.3969],[-1.861201, 57.3959],[-1.861201, 57.3955],[-1.8601, 57.3947],[-1.858, 57.3934],[-1.8579, 57.3931],[-1.858, 57.3929],[-1.8592, 57.3927],[-1.8592, 57.3925],[-1.858901, 57.3923],[-1.858099, 57.3922],[-1.857599, 57.3921],[-1.856899, 57.3916],[-1.856699, 57.3912],[-1.856899, 57.3909],[-1.8586, 57.3895],[-1.8591, 57.3894],[-1.860399, 57.3898],[-1.861601, 57.3897],[-1.862599, 57.3895],[-1.863901, 57.3885],[-1.8644, 57.3881],[-1.8657, 57.3881],[-1.866001, 57.3878],[-1.8663, 57.3871],[-1.8665, 57.3864],[-1.866801, 57.3856],[-1.8672, 57.3854],[-1.8685, 57.3860],[-1.8692, 57.3859],[-1.869799, 57.3857],[-1.8702, 57.3855],[-1.870399, 57.3852],[-1.870399, 57.3847],[-1.8706, 57.3842],[-1.8715, 57.3838],[-1.8731, 57.3828],[-1.873399, 57.3824],[-1.8736, 57.3818],[-1.873901, 57.3815],[-1.874501, 57.3811],[-1.876099, 57.3811],[-1.8772, 57.3810],[-1.8782, 57.3803],[-1.8794, 57.3796],[-1.881201, 57.3780],[-1.882001, 57.3778],[-1.8829, 57.3776],[-1.8836, 57.3775],[-1.884101, 57.3773],[-1.8843, 57.3770],[-1.884501, 57.3764],[-1.884899, 57.3752],[-1.886299, 57.3744],[-1.887599, 57.3742],[-1.8881, 57.3738],[-1.888501, 57.3734],[-1.889101, 57.3733],[-1.8897, 57.3736],[-1.8903, 57.3741],[-1.890599, 57.3743],[-1.8908, 57.3744],[-1.891299, 57.3743],[-1.891899, 57.3737],[-1.8925, 57.3733],[-1.893399, 57.3733],[-1.8938, 57.3731],[-1.894, 57.3729],[-1.894, 57.3727],[-1.8938, 57.3722],[-1.893901, 57.3717],[-1.8944, 57.3715],[-1.8972, 57.3716],[-1.8974, 57.3714],[-1.8973, 57.3712],[-1.896801, 57.3708],[-1.8967, 57.3706],[-1.8967, 57.3704],[-1.897001, 57.3703],[-1.898399, 57.3701],[-1.8988, 57.3698],[-1.900599, 57.3682],[-1.901201, 57.368],[-1.9022, 57.3681],[-1.9033, 57.3682],[-1.9038, 57.3681],[-1.904999, 57.3674],[-1.9053, 57.3668],[-1.9055, 57.3665],[-1.906, 57.3664],[-1.9065, 57.3665],[-1.907099, 57.3666],[-1.907699, 57.3665],[-1.9081, 57.3663],[-1.9083, 57.3659],[-1.908501, 57.3654],[-1.909101, 57.3648],[-1.909999, 57.3646],[-1.9117, 57.3641],[-1.9123, 57.3637],[-1.9124, 57.3633],[-1.9124, 57.3629],[-1.912099, 57.3626],[-1.911401, 57.3622],[-1.910599, 57.3618],[-1.9102, 57.3614],[-1.909999, 57.3609],[-1.909899, 57.3606],[-1.9102, 57.3604],[-1.913, 57.3604],[-1.9138, 57.3601],[-1.914999, 57.3594],[-1.9152, 57.3591],[-1.915799, 57.3578],[-1.9176, 57.3572],[-1.9183, 57.356],[-1.9196, 57.3557],[-1.920099, 57.3554],[-1.920099, 57.3551],[-1.9195, 57.3547],[-1.919101, 57.3543],[-1.919, 57.354],[-1.919101, 57.3537],[-1.9209, 57.3532],[-1.921401, 57.3527],[-1.9216, 57.3522],[-1.921499, 57.3517],[-1.921, 57.3514],[-1.920599, 57.3512],[-1.920699, 57.3509],[-1.9216, 57.3508],[-1.923701, 57.3505],[-1.925099, 57.3498],[-1.925799, 57.3491],[-1.9268, 57.3486],[-1.927999, 57.3485],[-1.929999, 57.3484],[-1.9318, 57.3487],[-1.932299, 57.3486],[-1.9324, 57.3484],[-1.932299, 57.3482],[-1.932001, 57.3479],[-1.931601, 57.3476],[-1.9313, 57.347],[-1.9313, 57.3467],[-1.9318, 57.3463],[-1.9328, 57.3458],[-1.9331, 57.3453],[-1.9334, 57.3444],[-1.933701, 57.3442],[-1.9356, 57.3444],[-1.9371, 57.3444],[-1.9376, 57.3443],[-1.939, 57.3433],[-1.939501, 57.3426],[-1.940099, 57.3413],[-1.9406, 57.3407],[-1.9413, 57.3402],[-1.942899, 57.3399],[-1.944399, 57.3393],[-1.9456, 57.338],[-1.9462, 57.3378],[-1.947001, 57.3381],[-1.9476, 57.338],[-1.9483, 57.3375],[-1.949501, 57.3365],[-1.9505, 57.3359],[-1.9518, 57.3355],[-1.9526, 57.3353],[-1.9532, 57.335],[-1.953501, 57.3347],[-1.9536, 57.3344],[-1.9541, 57.3335],[-1.953701, 57.3333],[-1.9513, 57.333],[-1.9511, 57.3327],[-1.9528, 57.3321],[-1.953701, 57.3316],[-1.9549, 57.3310],[-1.966001, 57.3284],[-1.9671, 57.3277],[-1.9684, 57.3268],[-1.9697, 57.3257],[-1.9757, 57.3196],[-1.9786, 57.3164],[-1.9806, 57.3144],[-1.982599, 57.3125],[-1.9838, 57.3115],[-1.984699, 57.3110],[-1.9852, 57.3109],[-1.9864, 57.3097],[-1.9872, 57.3087],[-1.987, 57.3075],[-1.9872, 57.3066],[-1.9877, 57.3057],[-1.9884, 57.3048],[-1.9917, 57.3026],[-1.9922, 57.3021],[-1.9931, 57.3012],[-2.000099, 57.2928],[-2.0051, 57.2873],[-2.0091, 57.283],[-2.012599, 57.2776],[-2.015899, 57.2738],[-2.0213, 57.2671],[-2.023901, 57.2632],[-2.026201, 57.2607],[-2.0299, 57.2576],[-2.031801, 57.2550],[-2.032799, 57.2525],[-2.0346, 57.2492],[-2.0351, 57.2482],[-2.035899, 57.2472],[-2.0365, 57.2468],[-2.0374, 57.2462],[-2.0399, 57.2454],[-2.0406, 57.2447],[-2.0406, 57.2445],[-2.038901, 57.2449],[-2.038399, 57.2447],[-2.038501, 57.2441],[-2.0402, 57.2416],[-2.0483, 57.2293],[-2.052599, 57.2229],[-2.056, 57.2161],[-2.0706, 57.2186],[-2.074899, 57.2212],[-2.0841, 57.2231],[-2.088901, 57.2244],[-2.0954, 57.2269],[-2.101201, 57.2282],[-2.1196, 57.2299],[-2.1299, 57.2301],[-2.1377, 57.2231],[-2.1426, 57.2217],[-2.1419, 57.2193],[-2.1479, 57.2163],[-2.150199, 57.2174],[-2.152299, 57.2163],[-2.1562, 57.2187],[-2.164, 57.2185],[-2.169101, 57.2189],[-2.171099, 57.2167],[-2.1775, 57.2172],[-2.1785, 57.2165],[-2.179101, 57.2157],[-2.179699, 57.2152],[-2.183599, 57.2166],[-2.186001, 57.2182],[-2.1872, 57.2191],[-2.19, 57.2207],[-2.2007, 57.2255],[-2.202399, 57.2261],[-2.206899, 57.2277],[-2.213799, 57.2289],[-2.2165, 57.2291],[-2.2169, 57.2298],[-2.217299, 57.2308],[-2.217799, 57.2314],[-2.2328, 57.2333],[-2.2348, 57.2319],[-2.236401, 57.2308],[-2.2372, 57.2303],[-2.239501, 57.2339],[-2.2448, 57.2322],[-2.2446, 57.2336],[-2.2444, 57.2347],[-2.2442, 57.2368],[-2.246601, 57.2385],[-2.2512, 57.2379],[-2.257999, 57.2378],[-2.2588, 57.2344],[-2.2629, 57.2338],[-2.2681, 57.2338],[-2.2692, 57.2334],[-2.271699, 57.2314],[-2.274199, 57.2291],[-2.2792, 57.2278],[-2.281699, 57.2231],[-2.281001, 57.2161],[-2.281699, 57.2143],[-2.2853, 57.2116],[-2.281899, 57.2077],[-2.2829, 57.2058],[-2.2916, 57.2077],[-2.298, 57.2019],[-2.292599, 57.1919],[-2.2869, 57.1913],[-2.285899, 57.1894],[-2.2781, 57.1849],[-2.279999, 57.1807],[-2.278501, 57.1777],[-2.2748, 57.1777],[-2.267699, 57.1746],[-2.2578, 57.1621],[-2.2621, 57.1611],[-2.2688, 57.1533],[-2.2707, 57.1495],[-2.2792, 57.1356],[-2.2832, 57.1328],[-2.2913, 57.1307],[-2.298, 57.1294],[-2.3018, 57.1294],[-2.306601, 57.1292],[-2.308399, 57.1266],[-2.3117, 57.1281],[-2.32730, 57.1293],[-2.330899, 57.1328],[-2.335599, 57.1353],[-2.3518, 57.1383],[-2.355299, 57.1363],[-2.3529, 57.1344],[-2.356, 57.1253],[-2.359699, 57.1173],[-2.363501, 57.1152],[-2.363501, 57.1133],[-2.3584, 57.1116],[-2.352299, 57.1106],[-2.348599, 57.109],[-2.346601, 57.1064],[-2.342499, 57.1056],[-2.334199, 57.1045],[-2.315399, 57.1054],[-2.315099, 57.106],[-2.3139, 57.1068],[-2.3117, 57.1071],[-2.3073, 57.1068],[-2.304899, 57.1057],[-2.298501, 57.106],[-2.296099, 57.1045],[-2.2901, 57.1051],[-2.289599, 57.1039],[-2.287, 57.1034],[-2.286299, 57.1028],[-2.286, 57.1014],[-2.288, 57.1007],[-2.297, 57.094],[-2.302299, 57.0898],[-2.3036, 57.0897],[-2.3116, 57.0852],[-2.321001, 57.0810],[-2.318, 57.0801],[-2.314199, 57.0802],[-2.3134, 57.0787],[-2.3024, 57.0808],[-2.2993, 57.0819],[-2.291001, 57.0811],[-2.288701, 57.0807],[-2.2853, 57.0806],[-2.283799, 57.0812],[-2.273099, 57.0878],[-2.2722, 57.0889],[-2.269599, 57.0933],[-2.266099, 57.0966],[-2.264501, 57.0972],[-2.2555, 57.097],[-2.2506, 57.0967],[-2.249, 57.0965],[-2.2455, 57.0967],[-2.243099, 57.0966],[-2.2413, 57.0965],[-2.239399, 57.0962],[-2.236001, 57.0972],[-2.225899, 57.1035],[-2.222699, 57.1043],[-2.2198, 57.1026],[-2.2156, 57.1032],[-2.2149, 57.1051],[-2.2077, 57.1072],[-2.199899, 57.1067],[-2.194799, 57.1102],[-2.191099, 57.1108],[-2.185899, 57.11],[-2.180599, 57.114],[-2.1784, 57.1154],[-2.174, 57.1167],[-2.170799, 57.1171],[-2.1664, 57.1166],[-2.164799, 57.1159],[-2.154599, 57.1141],[-2.152, 57.1169],[-2.149199, 57.119],[-2.1464, 57.1196],[-2.1339, 57.1204],[-2.1292, 57.1202],[-2.1282, 57.1199],[-2.120899, 57.1206],[-2.1205, 57.1203],[-2.1199, 57.1197]]]]}, properties:{name:"Aberdeenshire"}}, {type:"Feature", geometry:{type:"MultiPolygon", coordinates:[[[[-2.5042, 56.6497],[-2.5037, 56.6487],[-2.5035, 56.6479],[-2.5048, 56.6424],[-2.504699, 56.6405],[-2.503999, 56.6382],[-2.5027, 56.6347],[-2.50070, 56.6313],[-2.4992, 56.6296],[-2.497699, 56.6288],[-2.496001, 56.6287],[-2.494301, 56.6289],[-2.489599, 56.6294],[-2.486001, 56.6293],[-2.481601, 56.6283],[-2.479899, 56.6275],[-2.4793, 56.6266],[-2.478501, 56.6243],[-2.478701, 56.624],[-2.4805, 56.6226],[-2.4805, 56.6221],[-2.480099, 56.6218],[-2.479, 56.6212],[-2.479, 56.621],[-2.479599, 56.6206],[-2.480799, 56.6204],[-2.483, 56.6197],[-2.4842, 56.6186],[-2.4851, 56.6163],[-2.4855, 56.6145],[-2.486099, 56.6134],[-2.4881, 56.6123],[-2.490799, 56.6111],[-2.4923, 56.6098],[-2.4925, 56.6092],[-2.492399, 56.6083],[-2.4925, 56.6076],[-2.493799, 56.6066],[-2.4948, 56.6059],[-2.496001, 56.6056],[-2.497299, 56.6053],[-2.4983, 56.6048],[-2.5014, 56.602],[-2.502199, 56.6012],[-2.5028, 56.6003],[-2.5028, 56.5995],[-2.5023, 56.5988],[-2.502399, 56.5981],[-2.503, 56.5977],[-2.506099, 56.5971],[-2.510499, 56.5957],[-2.513901, 56.5938],[-2.514699, 56.5931],[-2.515899, 56.592],[-2.5167, 56.5898],[-2.5169, 56.5885],[-2.516401, 56.5874],[-2.5158, 56.5868],[-2.516099, 56.5861],[-2.5171, 56.5852],[-2.5197, 56.5843],[-2.5206, 56.5834],[-2.5208, 56.5829],[-2.5206, 56.5822],[-2.519799, 56.5821],[-2.518701, 56.5818],[-2.518501, 56.5816],[-2.518501, 56.5812],[-2.5193, 56.5808],[-2.5225, 56.5794],[-2.523299, 56.5791],[-2.5246, 56.5792],[-2.5258, 56.5793],[-2.527299, 56.5792],[-2.528701, 56.5789],[-2.5302, 56.5785],[-2.5313, 56.5781],[-2.531899, 56.5773],[-2.532099, 56.5766],[-2.5322, 56.5761],[-2.532799, 56.5760],[-2.5337, 56.5759],[-2.5344, 56.5757],[-2.5358, 56.575],[-2.536601, 56.5743],[-2.537499, 56.573],[-2.537699, 56.5721],[-2.5374, 56.5713],[-2.5365, 56.5708],[-2.5358, 56.5706],[-2.535899, 56.5703],[-2.536299, 56.57],[-2.536801, 56.5694],[-2.5367, 56.5686],[-2.535599, 56.5676],[-2.53600, 56.5668],[-2.5376, 56.566],[-2.5392, 56.5652],[-2.540499, 56.5655],[-2.5406, 56.5651],[-2.541001, 56.5644],[-2.542599, 56.5636],[-2.5457, 56.5622],[-2.547199, 56.5616],[-2.5499, 56.5611],[-2.5527, 56.5604],[-2.5552, 56.5604],[-2.557499, 56.5608],[-2.5601, 56.5609],[-2.564101, 56.5605],[-2.566601, 56.56],[-2.5697, 56.5589],[-2.574699, 56.5571],[-2.577399, 56.5558],[-2.580199, 56.5537],[-2.5811, 56.5536],[-2.58130, 56.5538],[-2.5806, 56.5547],[-2.579999, 56.5557],[-2.579999, 56.5561],[-2.5806, 56.5564],[-2.582099, 56.5562],[-2.582299, 56.556],[-2.5822, 56.5556],[-2.581401, 56.5553],[-2.581899, 56.555],[-2.5833, 56.5545],[-2.5836, 56.5544],[-2.585, 56.5524],[-2.588, 56.5516],[-2.5894, 56.5513],[-2.592, 56.5509],[-2.5964, 56.5515],[-2.598099, 56.5516],[-2.6003, 56.5512],[-2.6059, 56.5494],[-2.609101, 56.5478],[-2.611401, 56.5461],[-2.6127, 56.5452],[-2.613501, 56.5447],[-2.6147, 56.5444],[-2.6157, 56.5445],[-2.616, 56.5443],[-2.6159, 56.5441],[-2.614799, 56.5437],[-2.614501, 56.5433],[-2.615, 56.5427],[-2.6163, 56.5419],[-2.618901, 56.5402],[-2.6213, 56.5385],[-2.625, 56.5357],[-2.6285, 56.5330],[-2.632, 56.5292],[-2.633701, 56.5274],[-2.6364, 56.5255],[-2.6387, 56.5247],[-2.641401, 56.5238],[-2.644, 56.5230],[-2.65, 56.5212],[-2.6529, 56.5199],[-2.6559, 56.5186],[-2.659501, 56.5175],[-2.662, 56.5166],[-2.6628, 56.5159],[-2.6652, 56.5129],[-2.6664, 56.512],[-2.669101, 56.5105],[-2.674, 56.5086],[-2.679399, 56.5065],[-2.683, 56.5059],[-2.686201, 56.5052],[-2.6887, 56.5047],[-2.69030, 56.5042],[-2.691299, 56.5034],[-2.692699, 56.5018],[-2.694, 56.501],[-2.6954, 56.5004],[-2.6968, 56.5002],[-2.6984, 56.5003],[-2.7009, 56.5003],[-2.703501, 56.4996],[-2.705899, 56.4982],[-2.7081, 56.4972],[-2.710099, 56.4964],[-2.7125, 56.4954],[-2.7156, 56.4937],[-2.7156, 56.4935],[-2.715499, 56.4935],[-2.7144, 56.4935],[-2.712699, 56.4937],[-2.712001, 56.4935],[-2.711601, 56.4933],[-2.711601, 56.4925],[-2.712001, 56.4911],[-2.7125, 56.4896],[-2.713799, 56.4853],[-2.715499, 56.4819],[-2.7176, 56.4774],[-2.7179, 56.4750],[-2.720099, 56.4727],[-2.7223, 56.4706],[-2.7245, 56.4690],[-2.72770, 56.4662],[-2.731699, 56.4641],[-2.734699, 56.4635],[-2.737299, 56.4634],[-2.739799, 56.4635],[-2.743999, 56.4648],[-2.749399, 56.4669],[-2.7549, 56.4689],[-2.761001, 56.4709],[-2.769799, 56.4739],[-2.7727, 56.4747],[-2.774899, 56.4752],[-2.777999, 56.4758],[-2.7811, 56.4764],[-2.784199, 56.4771],[-2.7878, 56.4782],[-2.7895, 56.4786],[-2.789599, 56.479],[-2.7894, 56.4792],[-2.7891, 56.4793],[-2.7873, 56.4791],[-2.784199, 56.4788],[-2.7835, 56.4788],[-2.7836, 56.4793],[-2.7848, 56.4798],[-2.7865, 56.4801],[-2.7902, 56.4803],[-2.794399, 56.4806],[-2.798501, 56.4805],[-2.8032, 56.48],[-2.8048, 56.4799],[-2.8078, 56.4794],[-2.810499, 56.479],[-2.818099, 56.4784],[-2.822001, 56.4778],[-2.824199, 56.4776],[-2.826499, 56.4772],[-2.8313, 56.4759],[-2.8315, 56.4763],[-2.831899, 56.4771],[-2.834501, 56.4808],[-2.836601, 56.4832],[-2.8375, 56.4865],[-2.8385, 56.4894],[-2.841001, 56.4924],[-2.8527, 56.4923],[-2.8552, 56.4934],[-2.8634, 56.4928],[-2.864, 56.4953],[-2.882699, 56.4947],[-2.8879, 56.495],[-2.8926, 56.4944],[-2.896699, 56.4944],[-2.898299, 56.4956],[-2.914799, 56.4973],[-2.9205, 56.4974],[-2.9202, 56.4995],[-2.9221, 56.5026],[-2.926201, 56.503],[-2.946001, 56.5011],[-2.946899, 56.5043],[-2.949699, 56.5048],[-2.9528, 56.5006],[-2.962899, 56.4999],[-2.963701, 56.5012],[-2.9712, 56.5014],[-2.9725, 56.4972],[-2.9758, 56.4955],[-3.0023, 56.5001],[-3.0044, 56.5001],[-3.009501, 56.4994],[-3.009599, 56.4995],[-3.0111, 56.5009],[-3.031899, 56.501],[-3.0322, 56.4987],[-3.049, 56.4983],[-3.0553, 56.4979],[-3.0538, 56.4935],[-3.054501, 56.4833],[-3.0761, 56.4849],[-3.084399, 56.4835],[-3.0913, 56.4814],[-3.093501, 56.4806],[-3.095799, 56.4795],[-3.098099, 56.4791],[-3.0978, 56.4786],[-3.089999, 56.4668],[-3.124599, 56.4671],[-3.126699, 56.4742],[-3.1203, 56.4742],[-3.12190, 56.476],[-3.13390, 56.4768],[-3.13430, 56.4776],[-3.147001, 56.4794],[-3.145499, 56.4865],[-3.164599, 56.4915],[-3.1719, 56.4931],[-3.177099, 56.4947],[-3.183199, 56.496],[-3.1851, 56.5004],[-3.188299, 56.5018],[-3.1961, 56.5027],[-3.197599, 56.5045],[-3.1898, 56.5076],[-3.195699, 56.5094],[-3.199301, 56.5132],[-3.2089, 56.5165],[-3.212699, 56.5186],[-3.215199, 56.5212],[-3.2161, 56.5235],[-3.2046, 56.5251],[-3.2004, 56.5235],[-3.1864, 56.5223],[-3.1843, 56.5238],[-3.17680, 56.5251],[-3.1777, 56.5300],[-3.171, 56.537],[-3.1759, 56.5406],[-3.182499, 56.5434],[-3.1885, 56.552],[-3.193599, 56.5544],[-3.192899, 56.5598],[-3.184999, 56.5657],[-3.1656, 56.5696],[-3.1579, 56.5738],[-3.143199, 56.5759],[-3.143199, 56.5771],[-3.136899, 56.5790],[-3.130899, 56.5826],[-3.123701, 56.5868],[-3.121099, 56.5893],[-3.122499, 56.5903],[-3.122299, 56.5903],[-3.11560, 56.5933],[-3.099699, 56.5972],[-3.10170, 56.6048],[-3.106499, 56.6072],[-3.087699, 56.6122],[-3.0911, 56.6159],[-3.0926, 56.6159],[-3.094199, 56.6142],[-3.099301, 56.6148],[-3.0983, 56.6129],[-3.1106, 56.6124],[-3.11180, 56.6132],[-3.114399, 56.6124],[-3.1143, 56.6098],[-3.117199, 56.6097],[-3.119999, 56.6065],[-3.12170, 56.6074],[-3.125099, 56.6041],[-3.128299, 56.6041],[-3.130599, 56.6026],[-3.1298, 56.6014],[-3.1315, 56.6012],[-3.131201, 56.6008],[-3.136801, 56.6007],[-3.1407, 56.5972],[-3.147001, 56.5963],[-3.149101, 56.5947],[-3.154799, 56.5981],[-3.1575, 56.5984],[-3.17, 56.599],[-3.1702, 56.6007],[-3.170799, 56.6019],[-3.16880, 56.6025],[-3.1663, 56.6053],[-3.159899, 56.6063],[-3.158999, 56.6073],[-3.155299, 56.6074],[-3.156699, 56.6146],[-3.159899, 56.6151],[-3.160599, 56.6179],[-3.163, 56.6189],[-3.1786, 56.6175],[-3.1856, 56.6159],[-3.191601, 56.6175],[-3.1947, 56.6211],[-3.178999, 56.6235],[-3.1761, 56.6266],[-3.1782, 56.6273],[-3.1774, 56.6286],[-3.1826, 56.6301],[-3.182199, 56.6322],[-3.180599, 56.6336],[-3.182499, 56.6344],[-3.1609, 56.6366],[-3.15850, 56.6374],[-3.155699, 56.6400],[-3.1541, 56.6440],[-3.157399, 56.6539],[-3.163, 56.6571],[-3.1767, 56.657],[-3.180599, 56.6529],[-3.187299, 56.6514],[-3.1925, 56.6546],[-3.2188, 56.6549],[-3.223799, 56.6564],[-3.228199, 56.6564],[-3.229899, 56.6571],[-3.24630, 56.6601],[-3.264899, 56.6694],[-3.2681, 56.6696],[-3.27300, 56.6655],[-3.288599, 56.6655],[-3.2914, 56.6676],[-3.289599, 56.6768],[-3.291699, 56.6792],[-3.296499, 56.6827],[-3.304199, 56.6878],[-3.3196, 56.6944],[-3.319, 56.7030],[-3.315099, 56.7086],[-3.318799, 56.7133],[-3.326299, 56.7188],[-3.3334, 56.7209],[-3.3419, 56.7223],[-3.3495, 56.7221],[-3.3627, 56.7283],[-3.36050, 56.7337],[-3.3577, 56.74],[-3.362299, 56.7448],[-3.366801, 56.7518],[-3.385499, 56.7547],[-3.39, 56.7655],[-3.376499, 56.7681],[-3.377199, 56.7737],[-3.370899, 56.7819],[-3.36430, 56.7846],[-3.3634, 56.7861],[-3.363501, 56.7888],[-3.358099, 56.7936],[-3.354, 56.7944],[-3.352, 56.7996],[-3.3571, 56.801],[-3.364, 56.8066],[-3.3554, 56.8105],[-3.3485, 56.8126],[-3.356801, 56.8186],[-3.36260, 56.8197],[-3.370199, 56.8237],[-3.3763, 56.8227],[-3.380399, 56.8266],[-3.379699, 56.8292],[-3.3841, 56.8301],[-3.390899, 56.836],[-3.393901, 56.8371],[-3.396899, 56.8365],[-3.4047, 56.8372],[-3.403901, 56.8387],[-3.4, 56.8396],[-3.394399, 56.8443],[-3.386899, 56.8449],[-3.3757, 56.8543],[-3.375, 56.8631],[-3.3752, 56.8760],[-3.37130, 56.8756],[-3.368901, 56.8758],[-3.366899, 56.8765],[-3.3659, 56.8779],[-3.3662, 56.8816],[-3.3654, 56.8826],[-3.3634, 56.8835],[-3.3592, 56.8843],[-3.3518, 56.8856],[-3.3503, 56.8866],[-3.349, 56.8880],[-3.348099, 56.8894],[-3.347399, 56.8903],[-3.3447, 56.8917],[-3.33820, 56.8949],[-3.335299, 56.8963],[-3.334301, 56.8967],[-3.332299, 56.8967],[-3.326801, 56.8964],[-3.320899, 56.8965],[-3.316401, 56.8972],[-3.3104, 56.8987],[-3.3069, 56.9],[-3.3038, 56.9002],[-3.3015, 56.9007],[-3.3004, 56.9012],[-3.298199, 56.9026],[-3.296801, 56.9037],[-3.294899, 56.9052],[-3.2914, 56.9062],[-3.2883, 56.9069],[-3.286099, 56.9076],[-3.2848, 56.9084],[-3.283799, 56.9101],[-3.283, 56.9117],[-3.282599, 56.9131],[-3.282799, 56.9152],[-3.2846, 56.9176],[-3.2869, 56.921],[-3.2888, 56.9253],[-3.2891, 56.9264],[-3.2888, 56.9271],[-3.286099, 56.9289],[-3.282799, 56.9296],[-3.279599, 56.9294],[-3.277699, 56.9285],[-3.273901, 56.9253],[-3.270499, 56.9227],[-3.268501, 56.9215],[-3.266601, 56.9208],[-3.26270, 56.921],[-3.2597, 56.9225],[-3.2586, 56.9223],[-3.244501, 56.9189],[-3.2413, 56.9185],[-3.238701, 56.9184],[-3.2321, 56.9189],[-3.228701, 56.9184],[-3.212001, 56.9124],[-3.203399, 56.9099],[-3.1933, 56.9058],[-3.184999, 56.905],[-3.181499, 56.9061],[-3.179199, 56.9067],[-3.177799, 56.9063],[-3.175299, 56.9034],[-3.1742, 56.9022],[-3.17260, 56.9017],[-3.1717, 56.9020],[-3.171, 56.9066],[-3.1698, 56.9078],[-3.16650, 56.9083],[-3.161099, 56.9081],[-3.15640, 56.9067],[-3.1496, 56.9051],[-3.145299, 56.9038],[-3.1417, 56.9007],[-3.1375, 56.8987],[-3.1371, 56.8969],[-3.1363, 56.8932],[-3.134399, 56.8913],[-3.1285, 56.8889],[-3.1262, 56.8884],[-3.1243, 56.8882],[-3.1203, 56.8886],[-3.118099, 56.8890],[-3.116499, 56.8899],[-3.1147, 56.8918],[-3.1136, 56.8934],[-3.112299, 56.8940],[-3.1084, 56.8944],[-3.1054, 56.8949],[-3.105, 56.8958],[-3.1061, 56.8976],[-3.1073, 56.9010],[-3.109301, 56.9033],[-3.108901, 56.9043],[-3.106899, 56.9072],[-3.106699, 56.9085],[-3.10780, 56.9123],[-3.1085, 56.9176],[-3.108, 56.921],[-3.0948, 56.9316],[-3.092999, 56.9328],[-3.09160, 56.9339],[-3.0911, 56.9347],[-3.0934, 56.9389],[-3.095799, 56.9443],[-3.096, 56.9453],[-3.094501, 56.9469],[-3.092499, 56.9489],[-3.09160, 56.9514],[-3.0908, 56.9515],[-3.0852, 56.9512],[-3.0829, 56.9517],[-3.0815, 56.9533],[-3.080699, 56.9581],[-3.080199, 56.9591],[-3.078599, 56.9599],[-3.07030, 56.9614],[-3.0675, 56.9623],[-3.064899, 56.9621],[-3.0625, 56.9625],[-3.0573, 56.964],[-3.0552, 56.9646],[-3.052001, 56.9649],[-3.047, 56.9647],[-3.044101, 56.9654],[-3.041699, 56.9666],[-3.038599, 56.9671],[-3.036601, 56.9674],[-3.031801, 56.9688],[-3.0272, 56.9711],[-3.024899, 56.9733],[-3.024501, 56.9733],[-3.0204, 56.9716],[-3.016099, 56.97],[-3.01230, 56.9689],[-3.010099, 56.9685],[-3.004501, 56.9681],[-3.0004, 56.9686],[-2.9983, 56.9696],[-2.9968, 56.9708],[-2.996099, 56.9711],[-2.993999, 56.9696],[-2.9923, 56.9689],[-2.987799, 56.9686],[-2.9798, 56.9688],[-2.974, 56.9691],[-2.9711, 56.9696],[-2.969, 56.9701],[-2.9683, 56.9702],[-2.965899, 56.9702],[-2.963599, 56.9699],[-2.9574, 56.9683],[-2.9543, 56.9677],[-2.951699, 56.9675],[-2.947599, 56.9680],[-2.9458, 56.9689],[-2.9449, 56.9701],[-2.943799, 56.9733],[-2.9433, 56.9741],[-2.942001, 56.9743],[-2.938299, 56.9739],[-2.929101, 56.9729],[-2.924799, 56.9728],[-2.9217, 56.9737],[-2.9188, 56.9752],[-2.9163, 56.9761],[-2.913, 56.9765],[-2.909199, 56.976],[-2.908799, 56.9765],[-2.9086, 56.9771],[-2.908799, 56.9781],[-2.9109, 56.9811],[-2.911299, 56.982],[-2.9105, 56.9826],[-2.906899, 56.9836],[-2.9029, 56.9846],[-2.8975, 56.9865],[-2.89500, 56.9872],[-2.893199, 56.9876],[-2.89150, 56.9876],[-2.887199, 56.9871],[-2.885099, 56.9868],[-2.881001, 56.9854],[-2.8738, 56.9819],[-2.8721, 56.9813],[-2.86500, 56.9809],[-2.861601, 56.9801],[-2.858701, 56.9778],[-2.8543, 56.9743],[-2.852499, 56.9735],[-2.8503, 56.973],[-2.84620, 56.9726],[-2.842499, 56.9731],[-2.835299, 56.9763],[-2.832099, 56.9773],[-2.8317, 56.9775],[-2.830899, 56.9771],[-2.831001, 56.974],[-2.8306, 56.9721],[-2.829799, 56.9707],[-2.828399, 56.9685],[-2.8254, 56.9654],[-2.823501, 56.964],[-2.814399, 56.9621],[-2.811899, 56.9618],[-2.7999, 56.9591],[-2.794399, 56.9585],[-2.7871, 56.9577],[-2.782001, 56.9578],[-2.7776, 56.9584],[-2.772399, 56.9594],[-2.766299, 56.9607],[-2.763999, 56.9604],[-2.758701, 56.9579],[-2.7483, 56.9533],[-2.7432, 56.9511],[-2.7393, 56.9494],[-2.7379, 56.9479],[-2.735399, 56.9446],[-2.7311, 56.9378],[-2.727, 56.9318],[-2.7258, 56.9289],[-2.7219, 56.9256],[-2.717499, 56.9239],[-2.711, 56.9247],[-2.7083, 56.9246],[-2.7044, 56.9235],[-2.699699, 56.9219],[-2.692199, 56.919],[-2.6821, 56.9136],[-2.679399, 56.9103],[-2.679101, 56.9094],[-2.679501, 56.9077],[-2.678999, 56.9066],[-2.677999, 56.9046],[-2.6777, 56.9032],[-2.6788, 56.9017],[-2.679699, 56.9006],[-2.68, 56.8999],[-2.680099, 56.8990],[-2.6796, 56.8974],[-2.678999, 56.8962],[-2.6785, 56.8955],[-2.6786, 56.8939],[-2.679899, 56.8901],[-2.679501, 56.8887],[-2.6785, 56.8883],[-2.673599, 56.8895],[-2.6654, 56.8911],[-2.664, 56.8909],[-2.6631, 56.8906],[-2.661099, 56.8894],[-2.660199, 56.8879],[-2.66, 56.8863],[-2.6601, 56.8843],[-2.6605, 56.8764],[-2.66190, 56.8652],[-2.662499, 56.8619],[-2.662899, 56.8611],[-2.663399, 56.8606],[-2.66590, 56.8591],[-2.667001, 56.858],[-2.6675, 56.8568],[-2.6679, 56.8556],[-2.667799, 56.8544],[-2.667399, 56.8536],[-2.6664, 56.8518],[-2.6665, 56.8511],[-2.6668, 56.8506],[-2.6679, 56.85],[-2.669699, 56.8491],[-2.674799, 56.8489],[-2.677799, 56.8489],[-2.6796, 56.8487],[-2.6807, 56.8474],[-2.681299, 56.8448],[-2.681499, 56.8361],[-2.6733, 56.8276],[-2.661, 56.8098],[-2.639301, 56.806],[-2.633701, 56.8014],[-2.622999, 56.7835],[-2.6041, 56.781],[-2.6006, 56.7814],[-2.597899, 56.7819],[-2.594899, 56.783],[-2.5919, 56.7863],[-2.5913, 56.7868],[-2.590499, 56.7872],[-2.589301, 56.7873],[-2.5878, 56.7874],[-2.582, 56.786],[-2.5799, 56.7853],[-2.5713, 56.7831],[-2.5595, 56.7824],[-2.5446, 56.7783],[-2.5332, 56.7799],[-2.510299, 56.7635],[-2.492399, 56.7584],[-2.47630, 56.7446],[-2.469, 56.7413],[-2.4512, 56.7462],[-2.4342, 56.7511],[-2.4326, 56.7508],[-2.431401, 56.7502],[-2.431099, 56.7498],[-2.4309, 56.7487],[-2.4303, 56.7486],[-2.429699, 56.7489],[-2.4287, 56.7494],[-2.4288, 56.7501],[-2.429301, 56.7505],[-2.428999, 56.7509],[-2.4279, 56.7517],[-2.427099, 56.7521],[-2.4245, 56.7533],[-2.423501, 56.7542],[-2.4226, 56.7545],[-2.422199, 56.7544],[-2.4226, 56.7538],[-2.425499, 56.7499],[-2.430099, 56.7443],[-2.432499, 56.741],[-2.4353, 56.7367],[-2.4382, 56.7316],[-2.440399, 56.726],[-2.4421, 56.7217],[-2.443399, 56.7165],[-2.444999, 56.7116],[-2.447999, 56.7075],[-2.450099, 56.7054],[-2.451401, 56.7046],[-2.451299, 56.7023],[-2.44450, 56.7021],[-2.4367, 56.7020],[-2.4338, 56.7015],[-2.4331, 56.7009],[-2.4333, 56.7004],[-2.4345, 56.7],[-2.4364, 56.6994],[-2.4374, 56.6990],[-2.4386, 56.6983],[-2.439399, 56.6977],[-2.4396, 56.6969],[-2.439199, 56.6952],[-2.439301, 56.6947],[-2.4403, 56.694],[-2.4405, 56.6935],[-2.440099, 56.6927],[-2.439301, 56.692],[-2.4372, 56.6912],[-2.437001, 56.6906],[-2.437099, 56.6902],[-2.437299, 56.6897],[-2.4381, 56.6885],[-2.439199, 56.6874],[-2.441299, 56.6866],[-2.44580, 56.6844],[-2.4465, 56.6837],[-2.4468, 56.6831],[-2.447599, 56.6811],[-2.4484, 56.6803],[-2.4491, 56.6802],[-2.451, 56.6799],[-2.451801, 56.6798],[-2.454999, 56.6782],[-2.455899, 56.6778],[-2.457, 56.6774],[-2.4586, 56.677],[-2.460299, 56.6768],[-2.461499, 56.6769],[-2.462001, 56.6767],[-2.4623, 56.6765],[-2.462699, 56.6762],[-2.4651, 56.674],[-2.465699, 56.6734],[-2.465899, 56.673],[-2.4656, 56.672],[-2.465699, 56.6712],[-2.466001, 56.671],[-2.4665, 56.671],[-2.467, 56.6712],[-2.4674, 56.6716],[-2.4683, 56.6726],[-2.4691, 56.673],[-2.4709, 56.6731],[-2.473799, 56.673],[-2.4768, 56.6728],[-2.4793, 56.6723],[-2.4804, 56.672],[-2.4809, 56.6717],[-2.482001, 56.6699],[-2.4827, 56.6694],[-2.4835, 56.669],[-2.4849, 56.6687],[-2.486601, 56.6686],[-2.487499, 56.6681],[-2.4883, 56.6676],[-2.4892, 56.6667],[-2.490099, 56.6654],[-2.491499, 56.6643],[-2.492899, 56.6637],[-2.496601, 56.6624],[-2.4981, 56.6614],[-2.4989, 56.6605],[-2.4993, 56.6596],[-2.4997, 56.6583],[-2.500499, 56.6559],[-2.5013, 56.6544],[-2.502599, 56.6523],[-2.503999, 56.6509],[-2.5042, 56.6497]]]]}, properties:{name:"Angus"}}, {type:"Feature", geometry:{type:"MultiPolygon", coordinates:[[[[-4.9968, 56.6417],[-4.9949, 56.6344],[-4.9942, 56.6265],[-4.999199, 56.5674],[-4.999501, 56.5628],[-4.997799, 56.5555],[-4.9968, 56.5512],[-4.994599, 56.5473],[-4.9829, 56.5482],[-4.972499, 56.5584],[-4.9527, 56.563],[-4.9583, 56.5738],[-4.933199, 56.5709],[-4.921401, 56.5710],[-4.9017, 56.5628],[-4.8906, 56.5675],[-4.866099, 56.5713],[-4.8545, 56.5695],[-4.819699, 56.5838],[-4.77400, 56.5795],[-4.73290, 56.5813],[-4.7129, 56.5844],[-4.682001, 56.5966],[-4.679599, 56.6033],[-4.667099, 56.6011],[-4.652299, 56.6053],[-4.6282, 56.6067],[-4.626, 56.617],[-4.6226, 56.6159],[-4.618199, 56.6167],[-4.6163, 56.617],[-4.6153, 56.6169],[-4.614799, 56.6168],[-4.6142, 56.6167],[-4.611001, 56.6163],[-4.6082, 56.6152],[-4.605299, 56.613],[-4.6002, 56.6085],[-4.5967, 56.6063],[-4.590099, 56.6031],[-4.586801, 56.6015],[-4.585299, 56.6006],[-4.5832, 56.5976],[-4.5789, 56.5934],[-4.5755, 56.5897],[-4.5737, 56.5836],[-4.572001, 56.5807],[-4.5696, 56.5797],[-4.5687, 56.5783],[-4.567, 56.5768],[-4.5601, 56.5742],[-4.5593, 56.5732],[-4.559501, 56.5723],[-4.5609, 56.5709],[-4.5619, 56.5708],[-4.564799, 56.5721],[-4.5696, 56.5722],[-4.5724, 56.5716],[-4.5748, 56.5713],[-4.5769, 56.5716],[-4.5845, 56.5746],[-4.58750, 56.5751],[-4.5916, 56.575],[-4.5937, 56.5752],[-4.598501, 56.5770],[-4.6002, 56.5767],[-4.6045, 56.5733],[-4.610899, 56.572],[-4.622001, 56.5703],[-4.6269, 56.5691],[-4.6296, 56.5688],[-4.6332, 56.5685],[-4.636001, 56.5685],[-4.639101, 56.5683],[-4.640699, 56.5679],[-4.641699, 56.5673],[-4.644199, 56.5652],[-4.6469, 56.5631],[-4.6486, 56.5624],[-4.6501, 56.5621],[-4.652999, 56.5621],[-4.657499, 56.5628],[-4.6605, 56.5631],[-4.6623, 56.5626],[-4.6659, 56.5609],[-4.67030, 56.5582],[-4.678199, 56.5547],[-4.6847, 56.5535],[-4.687699, 56.5534],[-4.6896, 56.5541],[-4.6928, 56.5534],[-4.6953, 56.5522],[-4.695899, 56.5515],[-4.696499, 56.5487],[-4.6977, 56.5454],[-4.697899, 56.5444],[-4.6977, 56.5424],[-4.694699, 56.5407],[-4.6806, 56.5408],[-4.6749, 56.5389],[-4.670899, 56.5362],[-4.667799, 56.5344],[-4.666, 56.5341],[-4.659101, 56.5355],[-4.6577, 56.5351],[-4.654799, 56.5313],[-4.6516, 56.5242],[-4.6503, 56.5200],[-4.6503, 56.5180],[-4.652599, 56.5152],[-4.6563, 56.5121],[-4.6598, 56.5095],[-4.664899, 56.5061],[-4.670199, 56.5028],[-4.671899, 56.5009],[-4.6753, 56.4966],[-4.6818, 56.4926],[-4.682199, 56.4915],[-4.679599, 56.4907],[-4.678999, 56.4893],[-4.6792, 56.4877],[-4.6742, 56.4839],[-4.667399, 56.4811],[-4.658199, 56.4804],[-4.6454, 56.4796],[-4.643099, 56.4793],[-4.6393, 56.4782],[-4.6399, 56.4754],[-4.641699, 56.4747],[-4.648799, 56.4749],[-4.65200, 56.4748],[-4.654301, 56.4733],[-4.658, 56.47],[-4.6605, 56.4667],[-4.661099, 56.4645],[-4.661601, 56.4620],[-4.6623, 56.4610],[-4.6633, 56.4607],[-4.6643, 56.4609],[-4.6654, 56.4620],[-4.6675, 56.4625],[-4.674699, 56.4625],[-4.681499, 56.4631],[-4.6883, 56.4637],[-4.691201, 56.4656],[-4.695399, 56.4671],[-4.6966, 56.4671],[-4.698501, 56.4649],[-4.699699, 56.4629],[-4.705599, 56.4614],[-4.719699, 56.4603],[-4.72430, 56.4596],[-4.73, 56.4567],[-4.7307, 56.4561],[-4.7305, 56.4553],[-4.7219, 56.451],[-4.721001, 56.4493],[-4.721099, 56.4482],[-4.72170, 56.445],[-4.722799, 56.4431],[-4.725699, 56.4398],[-4.729199, 56.4362],[-4.731801, 56.4346],[-4.734, 56.4343],[-4.7366, 56.4349],[-4.7468, 56.4368],[-4.7494, 56.437],[-4.7586, 56.4365],[-4.766601, 56.4373],[-4.7655, 56.4327],[-4.768701, 56.4313],[-4.7707, 56.4309],[-4.777299, 56.4289],[-4.7849, 56.428],[-4.7889, 56.4274],[-4.789599, 56.4266],[-4.788701, 56.4244],[-4.7897, 56.424],[-4.793399, 56.423],[-4.7947, 56.4219],[-4.7958, 56.4191],[-4.796801, 56.4172],[-4.797999, 56.4167],[-4.8003, 56.4167],[-4.807199, 56.4176],[-4.809501, 56.4173],[-4.811, 56.4162],[-4.812699, 56.4119],[-4.8125, 56.4101],[-4.8114, 56.4083],[-4.8114, 56.4076],[-4.8146, 56.4049],[-4.8151, 56.4033],[-4.8147, 56.3974],[-4.815599, 56.3964],[-4.8199, 56.3951],[-4.834101, 56.3898],[-4.8345, 56.3881],[-4.832699, 56.38],[-4.832699, 56.3785],[-4.833701, 56.3776],[-4.8369, 56.3763],[-4.8397, 56.3758],[-4.8476, 56.374],[-4.8519, 56.371],[-4.8519, 56.37],[-4.838099, 56.3687],[-4.8302, 56.3671],[-4.8224, 56.364],[-4.8089, 56.3566],[-4.8042, 56.3559],[-4.800099, 56.3555],[-4.7991, 56.3549],[-4.79740, 56.3513],[-4.7945, 56.3491],[-4.787899, 56.3457],[-4.782001, 56.3440],[-4.7803, 56.3426],[-4.7765, 56.3391],[-4.789999, 56.3333],[-4.790599, 56.3323],[-4.786099, 56.3247],[-4.783599, 56.3238],[-4.7802, 56.3232],[-4.759501, 56.3259],[-4.75220, 56.3267],[-4.747399, 56.3281],[-4.7428, 56.331],[-4.740099, 56.3324],[-4.734301, 56.3326],[-4.7264, 56.3321],[-4.7132, 56.3302],[-4.707699, 56.3287],[-4.7043, 56.3277],[-4.699699, 56.326],[-4.694799, 56.3224],[-4.691801, 56.322],[-4.6798, 56.3247],[-4.6704, 56.3269],[-4.6651, 56.3274],[-4.662199, 56.3262],[-4.6601, 56.3246],[-4.6601, 56.3226],[-4.657599, 56.3215],[-4.6559, 56.3202],[-4.655799, 56.3188],[-4.656801, 56.3174],[-4.6577, 56.3166],[-4.6633, 56.3188],[-4.6647, 56.3191],[-4.665699, 56.319],[-4.669, 56.316],[-4.674699, 56.3129],[-4.6759, 56.3109],[-4.6759, 56.3094],[-4.6753, 56.3085],[-4.6746, 56.3075],[-4.6721, 56.3053],[-4.669899, 56.3033],[-4.670199, 56.3026],[-4.671, 56.3015],[-4.6725, 56.3009],[-4.6784, 56.2994],[-4.678999, 56.2984],[-4.677499, 56.2899],[-4.6756, 56.2890],[-4.6673, 56.2893],[-4.662099, 56.2881],[-4.66060, 56.2871],[-4.659501, 56.2852],[-4.658599, 56.2824],[-4.658999, 56.2814],[-4.663, 56.2810],[-4.6648, 56.2814],[-4.668399, 56.2823],[-4.670499, 56.2821],[-4.6848, 56.2794],[-4.6901, 56.2797],[-4.6929, 56.2784],[-4.695, 56.2758],[-4.696401, 56.2715],[-4.696001, 56.2616],[-4.696801, 56.2593],[-4.6991, 56.2577],[-4.699501, 56.256],[-4.6992, 56.2522],[-4.6844, 56.2162],[-4.684599, 56.2137],[-4.685299, 56.2114],[-4.691299, 56.1994],[-4.691299, 56.1973],[-4.6907, 56.1956],[-4.6756, 56.1785],[-4.6556, 56.1627],[-4.65100, 56.1456],[-4.6503, 56.1441],[-4.6495, 56.1428],[-4.644199, 56.1378],[-4.641201, 56.1343],[-4.6401, 56.1312],[-4.6393, 56.1258],[-4.6384, 56.1234],[-4.6356, 56.1206],[-4.626, 56.1181],[-4.6075, 56.1169],[-4.5959, 56.1157],[-4.5912, 56.1141],[-4.588901, 56.1119],[-4.5879, 56.1106],[-4.58750, 56.1089],[-4.5879, 56.1064],[-4.594501, 56.099],[-4.6035, 56.0903],[-4.603199, 56.0883],[-4.600699, 56.0862],[-4.598, 56.0847],[-4.595099, 56.0823],[-4.5931, 56.079],[-4.602099, 56.0702],[-4.613599, 56.0555],[-4.6177, 56.0454],[-4.6124, 56.0360],[-4.599199, 56.0208],[-4.6086, 56.0161],[-4.6112, 56.0148],[-4.6159, 56.0146],[-4.6209, 56.012],[-4.6336, 56.0102],[-4.6352, 56.0087],[-4.626, 56.0066],[-4.632699, 56.0026],[-4.6573, 56.0081],[-4.6648, 56.0031],[-4.658501, 56.0018],[-4.659999, 55.9995],[-4.656801, 55.9979],[-4.6392, 55.9988],[-4.6409, 55.9956],[-4.6457, 55.9936],[-4.63880, 55.9917],[-4.627699, 55.9854],[-4.62050, 55.9876],[-4.618701, 55.9871],[-4.6208, 55.9844],[-4.617199, 55.9799],[-4.625299, 55.9715],[-4.621099, 55.9700],[-4.6226, 55.9685],[-4.6152, 55.9662],[-4.614799, 55.9640],[-4.612, 55.9632],[-4.6064, 55.9584],[-4.6112, 55.9488],[-4.619699, 55.9516],[-4.6233, 55.9523],[-4.6275, 55.9526],[-4.631801, 55.9531],[-4.6418, 55.956],[-4.643701, 55.9567],[-4.6454, 55.9574],[-4.647, 55.9583],[-4.647699, 55.9589],[-4.648701, 55.9595],[-4.6501, 55.9604],[-4.651801, 55.9611],[-4.6525, 55.9614],[-4.653399, 55.9615],[-4.655499, 55.9613],[-4.6594, 55.9606],[-4.6609, 55.9603],[-4.662499, 55.9601],[-4.663599, 55.96],[-4.664599, 55.96],[-4.666, 55.9601],[-4.667399, 55.9603],[-4.671401, 55.9616],[-4.6721, 55.962],[-4.67280, 55.9625],[-4.672999, 55.963],[-4.673299, 55.9633],[-4.6742, 55.9654],[-4.674799, 55.9665],[-4.675499, 55.9673],[-4.6762, 55.9679],[-4.679101, 55.9700],[-4.681001, 55.9712],[-4.682499, 55.9719],[-4.6843, 55.9724],[-4.685299, 55.9725],[-4.686, 55.9724],[-4.6864, 55.9721],[-4.687399, 55.9711],[-4.687699, 55.9707],[-4.6882, 55.9703],[-4.689, 55.9700],[-4.692299, 55.9692],[-4.6975, 55.9688],[-4.6991, 55.9686],[-4.699399, 55.9687],[-4.7017, 55.9700],[-4.703, 55.9711],[-4.70340, 55.9721],[-4.70340, 55.9727],[-4.703, 55.9734],[-4.7023, 55.974],[-4.7018, 55.9744],[-4.701401, 55.9748],[-4.700099, 55.9755],[-4.698999, 55.9758],[-4.698599, 55.9759],[-4.696499, 55.9755],[-4.693399, 55.9744],[-4.6922, 55.9741],[-4.69110, 55.9741],[-4.6901, 55.974],[-4.6883, 55.9742],[-4.6864, 55.9749],[-4.685299, 55.9756],[-4.684899, 55.9760],[-4.684599, 55.9763],[-4.6844, 55.9768],[-4.684501, 55.9772],[-4.6848, 55.9775],[-4.687399, 55.9789],[-4.692, 55.98],[-4.692699, 55.9803],[-4.693299, 55.9807],[-4.693799, 55.9812],[-4.693999, 55.9818],[-4.6942, 55.9823],[-4.694301, 55.9829],[-4.694301, 55.9833],[-4.6942, 55.9841],[-4.69370, 55.9854],[-4.6936, 55.9861],[-4.6936, 55.9866],[-4.69370, 55.9871],[-4.693999, 55.9879],[-4.694699, 55.9888],[-4.695899, 55.9901],[-4.6974, 55.9914],[-4.6988, 55.9927],[-4.7002, 55.9937],[-4.701099, 55.9941],[-4.702099, 55.9943],[-4.7064, 55.994],[-4.707399, 55.9942],[-4.7079, 55.9943],[-4.70940, 55.9951],[-4.7101, 55.9954],[-4.710599, 55.9955],[-4.71210, 55.9951],[-4.712699, 55.9951],[-4.7129, 55.9952],[-4.7129, 55.9954],[-4.7125, 55.9957],[-4.7125, 55.9962],[-4.7126, 55.9965],[-4.7129, 55.9967],[-4.714799, 55.9976],[-4.7162, 55.9982],[-4.7178, 55.999],[-4.722099, 56.0008],[-4.726, 56.0017],[-4.734, 56.003],[-4.7412, 56.0043],[-4.7546, 56.0055],[-4.7591, 56.007],[-4.760099, 56.0073],[-4.7607, 56.0078],[-4.76090, 56.0082],[-4.761099, 56.0102],[-4.7616, 56.0112],[-4.762599, 56.0122],[-4.763999, 56.0127],[-4.7677, 56.0134],[-4.7698, 56.0136],[-4.772, 56.0137],[-4.7747, 56.0142],[-4.779301, 56.0168],[-4.7813, 56.0171],[-4.7851, 56.0157],[-4.785699, 56.0161],[-4.7856, 56.0165],[-4.784501, 56.0191],[-4.784501, 56.0197],[-4.784599, 56.0202],[-4.7876, 56.0256],[-4.7885, 56.0267],[-4.790599, 56.0272],[-4.793701, 56.0294],[-4.8007, 56.0361],[-4.804399, 56.0421],[-4.806201, 56.0456],[-4.8067, 56.0459],[-4.809199, 56.0464],[-4.810699, 56.0471],[-4.8136, 56.0499],[-4.8151, 56.0512],[-4.8186, 56.0533],[-4.818901, 56.0547],[-4.819799, 56.0562],[-4.82, 56.0569],[-4.820099, 56.0584],[-4.820099, 56.0603],[-4.819699, 56.0618],[-4.816899, 56.0647],[-4.817, 56.0654],[-4.818501, 56.0667],[-4.820899, 56.0678],[-4.823299, 56.0682],[-4.824501, 56.0684],[-4.826099, 56.0693],[-4.8269, 56.0712],[-4.827199, 56.0729],[-4.8274, 56.0744],[-4.827899, 56.0761],[-4.828701, 56.078],[-4.829, 56.0787],[-4.829501, 56.0794],[-4.83050, 56.0801],[-4.8314, 56.0802],[-4.833399, 56.0804],[-4.835599, 56.0803],[-4.83760, 56.0796],[-4.837999, 56.0788],[-4.837299, 56.0748],[-4.83760, 56.0735],[-4.838099, 56.0723],[-4.839799, 56.0693],[-4.840499, 56.0641],[-4.841001, 56.0612],[-4.8404, 56.0573],[-4.8386, 56.053],[-4.8358, 56.0496],[-4.825699, 56.0363],[-4.822599, 56.0315],[-4.8206, 56.0288],[-4.8191, 56.0273],[-4.814799, 56.0244],[-4.814199, 56.0238],[-4.8102, 56.0179],[-4.8069, 56.0147],[-4.805699, 56.0139],[-4.803999, 56.0136],[-4.8003, 56.0137],[-4.7958, 56.0134],[-4.795, 56.013],[-4.794899, 56.0127],[-4.794899, 56.0118],[-4.795199, 56.0101],[-4.795199, 56.0091],[-4.7951, 56.0083],[-4.7944, 56.0073],[-4.7935, 56.0057],[-4.7911, 56.0017],[-4.790599, 56.0016],[-4.7884, 56.0019],[-4.7843, 56.0018],[-4.781499, 56.0016],[-4.7788, 56.0018],[-4.775599, 56.0037],[-4.774799, 56.0037],[-4.77400, 56.0033],[-4.772699, 56.0023],[-4.771299, 56.0021],[-4.77050, 56.0018],[-4.7693, 56.0007],[-4.7676, 55.9983],[-4.7672, 55.9976],[-4.767799, 55.9968],[-4.770199, 55.9964],[-4.7708, 55.9957],[-4.770899, 55.9952],[-4.7704, 55.9935],[-4.769, 55.9924],[-4.766601, 55.9915],[-4.7664, 55.9909],[-4.7664, 55.9906],[-4.766699, 55.9897],[-4.7676, 55.9889],[-4.770199, 55.9886],[-4.7719, 55.9886],[-4.7735, 55.9896],[-4.774199, 55.9896],[-4.775899, 55.9894],[-4.778299, 55.9892],[-4.780399, 55.9891],[-4.784101, 55.9877],[-4.787899, 55.9870],[-4.791, 55.9868],[-4.7961, 55.9863],[-4.7981, 55.9858],[-4.801401, 55.9843],[-4.804699, 55.9844],[-4.808599, 55.9846],[-4.813799, 55.9858],[-4.817599, 55.9861],[-4.8196, 55.9857],[-4.8252, 55.985],[-4.833, 55.9848],[-4.8403, 55.9862],[-4.8468, 55.9885],[-4.850399, 55.9906],[-4.852099, 55.9924],[-4.852799, 55.994],[-4.852001, 55.9975],[-4.8519, 56.0001],[-4.852399, 56.0014],[-4.853099, 56.0026],[-4.8543, 56.0041],[-4.8576, 56.0068],[-4.861801, 56.0099],[-4.866401, 56.0135],[-4.867099, 56.0149],[-4.867599, 56.0165],[-4.867899, 56.0179],[-4.868199, 56.0195],[-4.868, 56.0203],[-4.866499, 56.023],[-4.8662, 56.024],[-4.866499, 56.0258],[-4.8668, 56.0302],[-4.8668, 56.032],[-4.8674, 56.0336],[-4.868, 56.0365],[-4.869999, 56.0403],[-4.8709, 56.0429],[-4.871601, 56.0438],[-4.8726, 56.0444],[-4.874599, 56.0451],[-4.878099, 56.046],[-4.88, 56.0482],[-4.8811, 56.0496],[-4.881401, 56.0509],[-4.881401, 56.054],[-4.880899, 56.0576],[-4.88030, 56.0589],[-4.8772, 56.0622],[-4.875199, 56.0648],[-4.8698, 56.0709],[-4.868701, 56.0719],[-4.867499, 56.0732],[-4.866401, 56.075],[-4.864999, 56.0786],[-4.864699, 56.0791],[-4.863901, 56.0800],[-4.862199, 56.0813],[-4.86, 56.0841],[-4.8583, 56.0865],[-4.8565, 56.0887],[-4.8557, 56.0898],[-4.850599, 56.0974],[-4.8494, 56.0987],[-4.847001, 56.1001],[-4.845699, 56.1010],[-4.843299, 56.105],[-4.841801, 56.1074],[-4.8412, 56.1085],[-4.840499, 56.1102],[-4.8396, 56.1121],[-4.837299, 56.1145],[-4.8347, 56.1169],[-4.8322, 56.118],[-4.826601, 56.1202],[-4.8227, 56.1231],[-4.820199, 56.1255],[-4.818901, 56.1274],[-4.817299, 56.1328],[-4.8154, 56.1358],[-4.814899, 56.1381],[-4.81320, 56.1401],[-4.812001, 56.1418],[-4.8102, 56.1437],[-4.8085, 56.1455],[-4.8074, 56.1468],[-4.805699, 56.1492],[-4.8038, 56.151],[-4.7925, 56.1611],[-4.7902, 56.1632],[-4.7873, 56.1658],[-4.785399, 56.1684],[-4.7821, 56.1732],[-4.781001, 56.1748],[-4.7802, 56.1766],[-4.777999, 56.1788],[-4.7758, 56.1802],[-4.7745, 56.1806],[-4.7732, 56.1815],[-4.772299, 56.1824],[-4.7708, 56.1848],[-4.769501, 56.1874],[-4.7652, 56.1899],[-4.757899, 56.1923],[-4.751801, 56.1952],[-4.749899, 56.1966],[-4.7485, 56.198],[-4.7485, 56.1996],[-4.7477, 56.2008],[-4.7463, 56.2014],[-4.7449, 56.2023],[-4.7443, 56.2041],[-4.7443, 56.2053],[-4.7449, 56.2059],[-4.747499, 56.2063],[-4.7498, 56.206],[-4.7508, 56.2052],[-4.752399, 56.2034],[-4.7536, 56.2019],[-4.7549, 56.1995],[-4.758299, 56.1971],[-4.7659, 56.1951],[-4.771, 56.1928],[-4.773701, 56.1918],[-4.775499, 56.1904],[-4.7767, 56.1887],[-4.7802, 56.1867],[-4.784599, 56.1857],[-4.786201, 56.1843],[-4.788701, 56.182],[-4.789199, 56.1809],[-4.7925, 56.1758],[-4.795599, 56.1736],[-4.797299, 56.1704],[-4.800399, 56.1666],[-4.8016, 56.1654],[-4.804399, 56.1620],[-4.8108, 56.1574],[-4.813701, 56.1554],[-4.815199, 56.1540],[-4.8161, 56.1527],[-4.816401, 56.1505],[-4.817, 56.1495],[-4.819399, 56.1481],[-4.8203, 56.1463],[-4.822001, 56.1442],[-4.8243, 56.1423],[-4.826001, 56.139],[-4.827001, 56.133],[-4.82890, 56.1272],[-4.829599, 56.1262],[-4.831201, 56.1249],[-4.8325, 56.1241],[-4.837, 56.1242],[-4.8391, 56.1235],[-4.840099, 56.123],[-4.842299, 56.1209],[-4.8448, 56.1192],[-4.8477, 56.1169],[-4.8505, 56.115],[-4.8518, 56.1137],[-4.853199, 56.1114],[-4.8543, 56.1089],[-4.8569, 56.1045],[-4.8592, 56.1017],[-4.8603, 56.1008],[-4.861499, 56.1004],[-4.8631, 56.1003],[-4.8649, 56.1006],[-4.8668, 56.1015],[-4.8677, 56.1023],[-4.868599, 56.1030],[-4.8698, 56.1037],[-4.8723, 56.1047],[-4.874199, 56.105],[-4.876601, 56.1051],[-4.8776, 56.105],[-4.879, 56.1046],[-4.881801, 56.1046],[-4.8831, 56.1048],[-4.883999, 56.1053],[-4.8849, 56.1061],[-4.8856, 56.1069],[-4.8878, 56.1119],[-4.889599, 56.1168],[-4.8908, 56.1216],[-4.891001, 56.1232],[-4.8909, 56.1242],[-4.890699, 56.1258],[-4.8901, 56.127],[-4.8878, 56.1293],[-4.8859, 56.1309],[-4.885099, 56.1317],[-4.8842, 56.1331],[-4.88380, 56.1342],[-4.883501, 56.139],[-4.8837, 56.1428],[-4.883999, 56.1447],[-4.885399, 56.1477],[-4.8866, 56.1496],[-4.888199, 56.1517],[-4.8918, 56.1543],[-4.893799, 56.1562],[-4.8948, 56.1575],[-4.8961, 56.1601],[-4.897399, 56.1622],[-4.899301, 56.1650],[-4.901299, 56.1677],[-4.901, 56.1692],[-4.901, 56.1702],[-4.901401, 56.1707],[-4.9032, 56.1713],[-4.904799, 56.1716],[-4.9066, 56.1717],[-4.9084, 56.1708],[-4.911201, 56.1687],[-4.9154, 56.1656],[-4.9158, 56.1649],[-4.9158, 56.1642],[-4.9152, 56.1631],[-4.914599, 56.1620],[-4.914101, 56.1610],[-4.9118, 56.1584],[-4.9106, 56.1571],[-4.907001, 56.1540],[-4.903501, 56.1513],[-4.900599, 56.1493],[-4.899799, 56.1486],[-4.8995, 56.1475],[-4.9, 56.1453],[-4.900499, 56.1436],[-4.901, 56.1419],[-4.9008, 56.1410],[-4.8995, 56.1397],[-4.899199, 56.1391],[-4.8997, 56.1383],[-4.90120, 56.136],[-4.90210, 56.1341],[-4.9025, 56.1334],[-4.9045, 56.1324],[-4.9056, 56.1318],[-4.906499, 56.1312],[-4.907599, 56.1301],[-4.908, 56.1286],[-4.908199, 56.1261],[-4.9092, 56.1235],[-4.9102, 56.122],[-4.9109, 56.1204],[-4.9109, 56.1192],[-4.9105, 56.1178],[-4.909699, 56.1158],[-4.9078, 56.111],[-4.9067, 56.1095],[-4.9059, 56.1092],[-4.905, 56.1086],[-4.901, 56.1049],[-4.8997, 56.104],[-4.8964, 56.1035],[-4.8936, 56.1037],[-4.8929, 56.1036],[-4.892499, 56.1032],[-4.892499, 56.1027],[-4.8927, 56.102],[-4.8923, 56.1011],[-4.8887, 56.1001],[-4.888, 56.0994],[-4.888, 56.0986],[-4.8874, 56.0981],[-4.8817, 56.096],[-4.8755, 56.0938],[-4.874899, 56.0931],[-4.873799, 56.0889],[-4.8736, 56.0872],[-4.8739, 56.0862],[-4.874599, 56.0853],[-4.876, 56.0845],[-4.8779, 56.0841],[-4.8783, 56.0836],[-4.878701, 56.082],[-4.879301, 56.0806],[-4.882299, 56.0782],[-4.882699, 56.0776],[-4.882599, 56.0767],[-4.883299, 56.0761],[-4.885, 56.0753],[-4.885499, 56.0742],[-4.8867, 56.0718],[-4.888, 56.0707],[-4.8893, 56.0692],[-4.8901, 56.068],[-4.8914, 56.0659],[-4.8929, 56.0643],[-4.893701, 56.0631],[-4.894599, 56.0622],[-4.895899, 56.0608],[-4.8979, 56.0593],[-4.9, 56.0583],[-4.901, 56.0579],[-4.90380, 56.057],[-4.906801, 56.0558],[-4.910299, 56.0544],[-4.912001, 56.0533],[-4.913199, 56.0525],[-4.913599, 56.0518],[-4.913599, 56.0507],[-4.913199, 56.0495],[-4.9123, 56.0485],[-4.9101, 56.0469],[-4.908299, 56.0457],[-4.9081, 56.0452],[-4.908299, 56.0446],[-4.908901, 56.0437],[-4.909101, 56.0431],[-4.908299, 56.0417],[-4.9078, 56.0400],[-4.907599, 56.0379],[-4.906801, 56.0351],[-4.9066, 56.0338],[-4.9059, 56.0317],[-4.904301, 56.0288],[-4.9029, 56.0264],[-4.9024, 56.0246],[-4.9016, 56.0233],[-4.9003, 56.0216],[-4.9001, 56.0208],[-4.9004, 56.0194],[-4.9024, 56.0175],[-4.9025, 56.0167],[-4.9024, 56.0144],[-4.9024, 56.0129],[-4.901801, 56.0115],[-4.899301, 56.0091],[-4.898399, 56.0063],[-4.897, 56.0032],[-4.8964, 56.0015],[-4.896201, 56.0002],[-4.8943, 55.9945],[-4.894501, 55.9902],[-4.89510, 55.9864],[-4.8958, 55.9857],[-4.897399, 55.9852],[-4.899301, 55.9848],[-4.9015, 55.9849],[-4.903999, 55.9859],[-4.906401, 55.9866],[-4.911201, 55.9875],[-4.9155, 55.9884],[-4.9168, 55.989],[-4.919301, 55.9899],[-4.921801, 55.9905],[-4.9267, 55.9908],[-4.9299, 55.9924],[-4.937699, 55.9957],[-4.942599, 55.9974],[-4.947001, 55.9985],[-4.9512, 56],[-4.9519, 56.0008],[-4.9531, 56.0018],[-4.9559, 56.0037],[-4.956699, 56.004],[-4.9585, 56.0044],[-4.959101, 56.0039],[-4.959301, 56.0035],[-4.958799, 56.0028],[-4.958, 56.0022],[-4.956299, 56.0004],[-4.955299, 55.999],[-4.955699, 55.9987],[-4.958, 55.9973],[-4.959899, 55.9955],[-4.960199, 55.9944],[-4.9611, 55.9935],[-4.9615, 55.9934],[-4.961699, 55.9935],[-4.961801, 55.9937],[-4.9616, 55.9942],[-4.9615, 55.9945],[-4.9615, 55.9948],[-4.962, 55.9948],[-4.9626, 55.9947],[-4.9635, 55.9944],[-4.964, 55.9938],[-4.9642, 55.9933],[-4.9641, 55.9927],[-4.9635, 55.992],[-4.96, 55.9908],[-4.9565, 55.9888],[-4.9527, 55.9865],[-4.950699, 55.9849],[-4.9461, 55.9832],[-4.943799, 55.9823],[-4.939899, 55.9823],[-4.936699, 55.9822],[-4.9339, 55.9823],[-4.931201, 55.9828],[-4.930099, 55.9828],[-4.928999, 55.9824],[-4.925, 55.9804],[-4.9211, 55.9789],[-4.9179, 55.9781],[-4.914101, 55.9765],[-4.9119, 55.9751],[-4.9102, 55.9739],[-4.9094, 55.9730],[-4.9088, 55.9722],[-4.9081, 55.9709],[-4.9077, 55.9696],[-4.9077, 55.9690],[-4.9077, 55.9685],[-4.908, 55.9672],[-4.9087, 55.9656],[-4.910299, 55.9619],[-4.912499, 55.9584],[-4.913701, 55.9573],[-4.917099, 55.9551],[-4.9222, 55.9521],[-4.9229, 55.9514],[-4.9229, 55.9504],[-4.9224, 55.9491],[-4.922299, 55.9476],[-4.922299, 55.9471],[-4.9228, 55.9466],[-4.9242, 55.946],[-4.927199, 55.9457],[-4.929699, 55.945],[-4.9305, 55.9449],[-4.931499, 55.945],[-4.9324, 55.945],[-4.932899, 55.9443],[-4.933199, 55.9428],[-4.9339, 55.9412],[-4.934999, 55.9385],[-4.9354, 55.9342],[-4.936, 55.9315],[-4.936601, 55.9297],[-4.9417, 55.9244],[-4.9437, 55.9215],[-4.9436, 55.9210],[-4.94290, 55.9206],[-4.9428, 55.9201],[-4.942999, 55.9193],[-4.9432, 55.9181],[-4.943799, 55.9165],[-4.944399, 55.9156],[-4.945499, 55.9147],[-4.945799, 55.9143],[-4.9463, 55.9128],[-4.9467, 55.9115],[-4.9475, 55.9079],[-4.948299, 55.9052],[-4.9493, 55.9029],[-4.9503, 55.8997],[-4.952001, 55.8975],[-4.956601, 55.8932],[-4.9594, 55.8908],[-4.9628, 55.888],[-4.9656, 55.8858],[-4.9699, 55.8834],[-4.971499, 55.8819],[-4.9727, 55.8802],[-4.97440, 55.8773],[-4.9752, 55.8744],[-4.975399, 55.8729],[-4.9784, 55.8677],[-4.9784, 55.8668],[-4.9773, 55.8645],[-4.9773, 55.8639],[-4.9776, 55.8633],[-4.978099, 55.8629],[-4.9798, 55.863],[-4.980599, 55.8632],[-4.981801, 55.8632],[-4.982299, 55.8631],[-4.9836, 55.8631],[-4.985799, 55.8646],[-4.987, 55.8651],[-4.9884, 55.8654],[-4.991601, 55.8654],[-4.9964, 55.8656],[-4.9998, 55.8655],[-5.001, 55.8655],[-5.002999, 55.8653],[-5.0042, 55.8653],[-5.005499, 55.8654],[-5.006801, 55.8656],[-5.0088, 55.8663],[-5.010399, 55.8666],[-5.0118, 55.8667],[-5.0127, 55.8667],[-5.0138, 55.8666],[-5.0155, 55.8663],[-5.0173, 55.8659],[-5.018199, 55.8658],[-5.019101, 55.8659],[-5.01970, 55.8661],[-5.02, 55.8663],[-5.020299, 55.8666],[-5.0207, 55.8675],[-5.0211, 55.8683],[-5.022399, 55.869],[-5.0233, 55.8692],[-5.02410, 55.8693],[-5.0324, 55.8691],[-5.03890, 55.8693],[-5.040599, 55.8699],[-5.041699, 55.8709],[-5.0422, 55.8719],[-5.0422, 55.8726],[-5.0409, 55.8772],[-5.0409, 55.8788],[-5.0411, 55.8799],[-5.04150, 55.882],[-5.041699, 55.8845],[-5.042699, 55.8866],[-5.044799, 55.8897],[-5.0458, 55.8915],[-5.04670, 55.8970],[-5.0471, 55.9006],[-5.047999, 55.9045],[-5.0482, 55.9065],[-5.048501, 55.9089],[-5.049301, 55.9114],[-5.050799, 55.9146],[-5.052599, 55.9169],[-5.0534, 55.9184],[-5.054599, 55.9209],[-5.054999, 55.922],[-5.054699, 55.9268],[-5.054699, 55.9277],[-5.0552, 55.9288],[-5.056499, 55.93],[-5.057099, 55.9313],[-5.058, 55.932],[-5.0585, 55.9331],[-5.0585, 55.934],[-5.059, 55.9352],[-5.0611, 55.9387],[-5.0625, 55.9424],[-5.063, 55.9434],[-5.06500, 55.9452],[-5.065499, 55.946],[-5.0657, 55.9479],[-5.066899, 55.9508],[-5.067999, 55.9529],[-5.071001, 55.9547],[-5.0738, 55.9568],[-5.0774, 55.9593],[-5.0809, 55.9612],[-5.085499, 55.9636],[-5.0886, 55.9647],[-5.0913, 55.9652],[-5.09380, 55.9652],[-5.09550, 55.9659],[-5.0983, 55.9682],[-5.1014, 55.9698],[-5.103099, 55.9714],[-5.1045, 55.9732],[-5.1057, 55.9777],[-5.1066, 55.9802],[-5.1097, 55.9853],[-5.1111, 55.9881],[-5.113299, 55.9904],[-5.1146, 55.9941],[-5.1162, 55.996],[-5.119599, 55.9978],[-5.1218, 56.0004],[-5.1222, 56.0007],[-5.121699, 56.0015],[-5.119501, 56.0012],[-5.1192, 56.0014],[-5.1188, 56.0015],[-5.118701, 56.0019],[-5.119599, 56.0046],[-5.11990, 56.007],[-5.119101, 56.0091],[-5.1189, 56.0097],[-5.118999, 56.01],[-5.120399, 56.0102],[-5.123199, 56.0106],[-5.1244, 56.0098],[-5.125, 56.009],[-5.126299, 56.007],[-5.1265, 56.0059],[-5.127, 56.0031],[-5.127699, 56.0018],[-5.129, 56.0001],[-5.128799, 55.9995],[-5.1283, 55.9983],[-5.127699, 55.997],[-5.1271, 55.9959],[-5.1247, 55.9922],[-5.122799, 55.9896],[-5.119599, 55.9845],[-5.118599, 55.9818],[-5.118, 55.9789],[-5.1174, 55.9756],[-5.117001, 55.9734],[-5.116601, 55.9726],[-5.1132, 55.9694],[-5.1116, 55.9676],[-5.10950, 55.9656],[-5.10760, 55.9647],[-5.105299, 55.9637],[-5.1047, 55.963],[-5.103199, 55.9607],[-5.101699, 55.9588],[-5.100699, 55.9582],[-5.0993, 55.9576],[-5.097199, 55.9568],[-5.094501, 55.9557],[-5.0932, 55.9545],[-5.092199, 55.9531],[-5.091401, 55.952],[-5.09030, 55.9498],[-5.087699, 55.9467],[-5.086401, 55.9442],[-5.084, 55.9419],[-5.0823, 55.94],[-5.0814, 55.9379],[-5.081201, 55.9345],[-5.0809, 55.9325],[-5.080299, 55.9304],[-5.07810, 55.925],[-5.076601, 55.9221],[-5.076001, 55.9197],[-5.0756, 55.9162],[-5.0743, 55.9131],[-5.073999, 55.9119],[-5.0732, 55.9093],[-5.0728, 55.9042],[-5.072899, 55.9027],[-5.0737, 55.9009],[-5.0749, 55.8995],[-5.076401, 55.8986],[-5.0797, 55.8981],[-5.085299, 55.8981],[-5.091001, 55.8991],[-5.094999, 55.8998],[-5.1009, 55.8998],[-5.1029, 55.9001],[-5.1066, 55.901],[-5.1092, 55.902],[-5.111899, 55.9033],[-5.1152, 55.9051],[-5.118999, 55.9074],[-5.1236, 55.91],[-5.125599, 55.9112],[-5.127299, 55.9124],[-5.1299, 55.9147],[-5.133399, 55.9165],[-5.13560, 55.9171],[-5.1384, 55.9183],[-5.142499, 55.9206],[-5.1457, 55.9226],[-5.147299, 55.9230],[-5.148901, 55.9232],[-5.1515, 55.9233],[-5.1528, 55.9243],[-5.1537, 55.9256],[-5.1552, 55.9269],[-5.1566, 55.9278],[-5.1581, 55.929],[-5.1601, 55.9297],[-5.162099, 55.9305],[-5.163, 55.9313],[-5.164101, 55.9322],[-5.164999, 55.9328],[-5.16860, 55.9333],[-5.171, 55.9335],[-5.17570, 55.9334],[-5.17660, 55.9334],[-5.177299, 55.9337],[-5.1774, 55.934],[-5.1777, 55.9351],[-5.1778, 55.9358],[-5.177299, 55.9377],[-5.177299, 55.9388],[-5.177299, 55.9393],[-5.178299, 55.9401],[-5.1793, 55.9407],[-5.1805, 55.9408],[-5.1814, 55.9407],[-5.182899, 55.9402],[-5.183599, 55.9401],[-5.184, 55.9404],[-5.18440, 55.941],[-5.1847, 55.9429],[-5.184899, 55.9443],[-5.1872, 55.9465],[-5.188099, 55.9478],[-5.188399, 55.9494],[-5.1882, 55.9502],[-5.187099, 55.9517],[-5.1868, 55.9532],[-5.186699, 55.9546],[-5.184999, 55.9569],[-5.184501, 55.9579],[-5.18440, 55.9589],[-5.1847, 55.9604],[-5.1847, 55.9616],[-5.184599, 55.9632],[-5.1848, 55.9642],[-5.186299, 55.9670],[-5.187099, 55.9688],[-5.187099, 55.9705],[-5.1868, 55.971],[-5.1813, 55.9732],[-5.1806, 55.9737],[-5.1806, 55.9739],[-5.180799, 55.9742],[-5.182799, 55.9742],[-5.1843, 55.9747],[-5.185699, 55.9761],[-5.1861, 55.9769],[-5.1865, 55.9780],[-5.1868, 55.9789],[-5.18690, 55.9795],[-5.186601, 55.98],[-5.185699, 55.9805],[-5.185299, 55.9809],[-5.185299, 55.9813],[-5.185599, 55.9817],[-5.1864, 55.9826],[-5.1865, 55.9834],[-5.1864, 55.9842],[-5.186699, 55.9846],[-5.18690, 55.9848],[-5.188099, 55.9845],[-5.1886, 55.9842],[-5.188399, 55.9836],[-5.1885, 55.983],[-5.1894, 55.9824],[-5.191801, 55.9808],[-5.192599, 55.9798],[-5.1932, 55.9781],[-5.19490, 55.9748],[-5.196801, 55.9709],[-5.196899, 55.9703],[-5.195899, 55.968],[-5.195899, 55.9667],[-5.196001, 55.9660],[-5.196801, 55.9641],[-5.196899, 55.9629],[-5.196899, 55.9613],[-5.197001, 55.9604],[-5.197999, 55.9588],[-5.198501, 55.9576],[-5.198501, 55.957],[-5.198299, 55.9547],[-5.198501, 55.953],[-5.1988, 55.9517],[-5.199399, 55.9499],[-5.2009, 55.9476],[-5.201401, 55.9459],[-5.201499, 55.9448],[-5.201499, 55.9442],[-5.2012, 55.9436],[-5.199699, 55.9424],[-5.1974, 55.9409],[-5.195099, 55.9395],[-5.194699, 55.9387],[-5.1945, 55.9381],[-5.194301, 55.9375],[-5.194301, 55.9372],[-5.1946, 55.9366],[-5.195399, 55.9361],[-5.196401, 55.9356],[-5.196801, 55.9354],[-5.196801, 55.9348],[-5.196801, 55.9343],[-5.1961, 55.9336],[-5.1961, 55.9332],[-5.1963, 55.933],[-5.196499, 55.933],[-5.197199, 55.933],[-5.197899, 55.9332],[-5.1987, 55.9333],[-5.19920, 55.9333],[-5.1996, 55.9328],[-5.1999, 55.9315],[-5.2003, 55.9307],[-5.201601, 55.9288],[-5.204501, 55.9242],[-5.2055, 55.9226],[-5.2058, 55.9214],[-5.206201, 55.9193],[-5.206601, 55.9184],[-5.207001, 55.9180],[-5.2075, 55.9177],[-5.2085, 55.9176],[-5.2133, 55.9176],[-5.215199, 55.9172],[-5.21750, 55.916],[-5.218999, 55.9143],[-5.2218, 55.9123],[-5.223501, 55.9114],[-5.2276, 55.9096],[-5.231201, 55.9083],[-5.2335, 55.9069],[-5.2381, 55.9037],[-5.2388, 55.9028],[-5.238999, 55.9009],[-5.239501, 55.8994],[-5.240499, 55.8974],[-5.2409, 55.8961],[-5.241001, 55.8952],[-5.241001, 55.8942],[-5.2388, 55.8919],[-5.2362, 55.8887],[-5.23410, 55.8866],[-5.232999, 55.8847],[-5.2308, 55.8824],[-5.229199, 55.8807],[-5.226099, 55.878],[-5.2251, 55.8769],[-5.2238, 55.8747],[-5.221601, 55.8713],[-5.219699, 55.8685],[-5.218501, 55.8668],[-5.2167, 55.8646],[-5.2157, 55.863],[-5.214399, 55.8604],[-5.2133, 55.8584],[-5.212999, 55.8578],[-5.2122, 55.8574],[-5.210499, 55.8572],[-5.209101, 55.8572],[-5.208399, 55.8568],[-5.2082, 55.8561],[-5.2082, 55.8553],[-5.208399, 55.8533],[-5.2085, 55.8512],[-5.2083, 55.8483],[-5.208099, 55.8469],[-5.207099, 55.8445],[-5.2065, 55.8433],[-5.2054, 55.8427],[-5.202099, 55.8413],[-5.2012, 55.8403],[-5.2006, 55.8381],[-5.199999, 55.8358],[-5.1998, 55.8345],[-5.1998, 55.8336],[-5.1999, 55.833],[-5.200699, 55.8316],[-5.202001, 55.8309],[-5.2033, 55.83],[-5.2038, 55.8293],[-5.204101, 55.8287],[-5.2043, 55.8276],[-5.204899, 55.8274],[-5.2061, 55.8272],[-5.2072, 55.8272],[-5.208099, 55.8272],[-5.2095, 55.8281],[-5.2101, 55.8283],[-5.2107, 55.8283],[-5.211299, 55.8281],[-5.212399, 55.8274],[-5.2135, 55.8273],[-5.215099, 55.8275],[-5.216801, 55.8293],[-5.2188, 55.831],[-5.219699, 55.8326],[-5.2213, 55.8348],[-5.2234, 55.8363],[-5.2244, 55.837],[-5.225299, 55.8385],[-5.226601, 55.8399],[-5.23, 55.8407],[-5.2316, 55.8406],[-5.2335, 55.8399],[-5.2347, 55.84],[-5.239699, 55.8406],[-5.244599, 55.8408],[-5.2468, 55.8413],[-5.24800, 55.8416],[-5.249, 55.8422],[-5.249599, 55.8432],[-5.25, 55.8441],[-5.250199, 55.8452],[-5.250199, 55.8487],[-5.250899, 55.8500],[-5.251801, 55.8507],[-5.2546, 55.8521],[-5.262499, 55.8533],[-5.265699, 55.8533],[-5.266699, 55.8534],[-5.267099, 55.8532],[-5.267099, 55.8530],[-5.2658, 55.8512],[-5.265699, 55.8503],[-5.2659, 55.8500],[-5.26720, 55.8493],[-5.269199, 55.8486],[-5.2697, 55.8484],[-5.270599, 55.8484],[-5.272399, 55.8492],[-5.2735, 55.8493],[-5.276401, 55.8489],[-5.277999, 55.8489],[-5.279699, 55.8494],[-5.281001, 55.8499],[-5.2831, 55.8498],[-5.285699, 55.8502],[-5.2869, 55.8509],[-5.287399, 55.8516],[-5.2865, 55.8547],[-5.286601, 55.8559],[-5.287099, 55.8569],[-5.2889, 55.8575],[-5.2909, 55.8582],[-5.291699, 55.8582],[-5.29330, 55.8577],[-5.2946, 55.8564],[-5.295, 55.8560],[-5.2966, 55.8557],[-5.2991, 55.8558],[-5.30120, 55.8561],[-5.302001, 55.8558],[-5.302001, 55.8555],[-5.3009, 55.8548],[-5.298999, 55.8542],[-5.298901, 55.8539],[-5.298901, 55.8535],[-5.2995, 55.8528],[-5.300399, 55.8527],[-5.302499, 55.8529],[-5.304599, 55.8533],[-5.30550, 55.8533],[-5.3077, 55.8531],[-5.3088, 55.8532],[-5.309999, 55.8539],[-5.309999, 55.8542],[-5.3098, 55.8549],[-5.3093, 55.8552],[-5.3077, 55.8552],[-5.307001, 55.855],[-5.3049, 55.8551],[-5.3043, 55.8554],[-5.303999, 55.8557],[-5.303999, 55.8559],[-5.304399, 55.8566],[-5.3067, 55.8573],[-5.309599, 55.8575],[-5.3139, 55.8577],[-5.314199, 55.858],[-5.314101, 55.8590],[-5.3136, 55.8597],[-5.313399, 55.8611],[-5.313099, 55.8628],[-5.3122, 55.8644],[-5.31150, 55.8650],[-5.3102, 55.8657],[-5.3098, 55.8661],[-5.3094, 55.8669],[-5.309199, 55.8682],[-5.3081, 55.8698],[-5.3081, 55.8706],[-5.3081, 55.8713],[-5.3084, 55.8719],[-5.309599, 55.8726],[-5.311201, 55.8731],[-5.311601, 55.8735],[-5.311601, 55.874],[-5.3108, 55.8749],[-5.3105, 55.8753],[-5.3105, 55.8756],[-5.3105, 55.876],[-5.310599, 55.8762],[-5.3111, 55.8762],[-5.3114, 55.8761],[-5.3123, 55.8753],[-5.313399, 55.8735],[-5.3145, 55.8729],[-5.315499, 55.8728],[-5.3161, 55.8728],[-5.3165, 55.873],[-5.3172, 55.8738],[-5.3172, 55.8746],[-5.317, 55.8756],[-5.31600, 55.8767],[-5.313701, 55.8775],[-5.3129, 55.8778],[-5.312799, 55.8781],[-5.312799, 55.8783],[-5.313701, 55.8789],[-5.318399, 55.8795],[-5.320199, 55.8801],[-5.321401, 55.8809],[-5.3224, 55.8822],[-5.3232, 55.8835],[-5.324501, 55.8847],[-5.325799, 55.8856],[-5.3276, 55.8864],[-5.328701, 55.8865],[-5.3319, 55.8863],[-5.3329, 55.8858],[-5.333799, 55.8847],[-5.334199, 55.8846],[-5.335, 55.8847],[-5.335299, 55.885],[-5.335299, 55.8856],[-5.3351, 55.8865],[-5.3344, 55.8872],[-5.334101, 55.8878],[-5.334101, 55.888],[-5.334199, 55.8884],[-5.334799, 55.8886],[-5.337299, 55.8886],[-5.3376, 55.889],[-5.33780, 55.8895],[-5.3382, 55.8903],[-5.3386, 55.8905],[-5.34, 55.8904],[-5.341001, 55.8894],[-5.34210, 55.8885],[-5.342899, 55.8884],[-5.344699, 55.8885],[-5.344999, 55.8889],[-5.344999, 55.89],[-5.3449, 55.8909],[-5.3441, 55.8921],[-5.343901, 55.8925],[-5.343901, 55.8932],[-5.344501, 55.8947],[-5.3442, 55.8961],[-5.3442, 55.8970],[-5.344699, 55.8974],[-5.3473, 55.8982],[-5.3477, 55.8989],[-5.3498, 55.8996],[-5.349899, 55.9002],[-5.349899, 55.9009],[-5.3494, 55.9011],[-5.3488, 55.9008],[-5.3477, 55.9003],[-5.347199, 55.9006],[-5.3468, 55.9013],[-5.346401, 55.9019],[-5.344999, 55.9028],[-5.3432, 55.9036],[-5.3428, 55.9041],[-5.3428, 55.9044],[-5.342899, 55.9050],[-5.343901, 55.9056],[-5.346499, 55.9074],[-5.348, 55.9086],[-5.348501, 55.9094],[-5.3483, 55.9108],[-5.3469, 55.913],[-5.344501, 55.9150],[-5.344399, 55.9158],[-5.344301, 55.9164],[-5.343901, 55.9166],[-5.340099, 55.9174],[-5.3387, 55.9177],[-5.338399, 55.9179],[-5.338399, 55.9181],[-5.338399, 55.9182],[-5.34, 55.9184],[-5.340099, 55.9186],[-5.340099, 55.9193],[-5.3396, 55.9204],[-5.3386, 55.9213],[-5.338399, 55.9216],[-5.338399, 55.9221],[-5.3387, 55.9223],[-5.33950, 55.9223],[-5.3399, 55.9224],[-5.3412, 55.9230],[-5.3417, 55.9230],[-5.3431, 55.9227],[-5.3441, 55.9228],[-5.3448, 55.9233],[-5.3452, 55.9238],[-5.345799, 55.9260],[-5.346001, 55.9278],[-5.345699, 55.9291],[-5.3448, 55.9303],[-5.343599, 55.9314],[-5.3406, 55.9322],[-5.340199, 55.9326],[-5.340099, 55.9331],[-5.340099, 55.9341],[-5.3407, 55.9369],[-5.340899, 55.9401],[-5.340499, 55.941],[-5.338799, 55.9437],[-5.337, 55.9449],[-5.3339, 55.9466],[-5.333099, 55.9473],[-5.332399, 55.9482],[-5.332001, 55.9493],[-5.3314, 55.9512],[-5.330599, 55.9526],[-5.32980, 55.9536],[-5.328599, 55.9546],[-5.3259, 55.9555],[-5.3253, 55.9558],[-5.3252, 55.9562],[-5.3252, 55.9569],[-5.3255, 55.9573],[-5.3262, 55.9576],[-5.327001, 55.9573],[-5.3274, 55.9571],[-5.327799, 55.9571],[-5.328, 55.9573],[-5.329599, 55.9604],[-5.3309, 55.9619],[-5.3323, 55.9633],[-5.333799, 55.9635],[-5.3376, 55.9636],[-5.338799, 55.9641],[-5.3396, 55.9647],[-5.3406, 55.9667],[-5.3425, 55.9682],[-5.343501, 55.9693],[-5.343999, 55.9705],[-5.3442, 55.9726],[-5.343999, 55.9748],[-5.342899, 55.9767],[-5.341899, 55.9778],[-5.3376, 55.9810],[-5.336201, 55.9826],[-5.335899, 55.983],[-5.3358, 55.9842],[-5.336401, 55.9853],[-5.339399, 55.9904],[-5.339799, 55.9935],[-5.339799, 55.9949],[-5.339799, 55.9957],[-5.3397, 55.9961],[-5.339399, 55.9966],[-5.339, 55.997],[-5.3386, 55.9974],[-5.337999, 55.9977],[-5.3375, 55.9979],[-5.33690, 55.9981],[-5.336201, 55.9981],[-5.3354, 55.998],[-5.3347, 55.9979],[-5.3339, 55.998],[-5.3335, 55.9981],[-5.3332, 55.9983],[-5.3326, 55.9988],[-5.332099, 55.9993],[-5.331699, 55.9998],[-5.331699, 56.0002],[-5.3319, 56.0008],[-5.331601, 56.0024],[-5.3311, 56.0038],[-5.3305, 56.0051],[-5.327799, 56.0062],[-5.326401, 56.0068],[-5.326099, 56.0073],[-5.327001, 56.0085],[-5.3268, 56.0091],[-5.324501, 56.0089],[-5.3228, 56.0089],[-5.3203, 56.0092],[-5.318501, 56.0098],[-5.314101, 56.0124],[-5.3119, 56.0142],[-5.306001, 56.0205],[-5.3043, 56.0216],[-5.303199, 56.0219],[-5.302299, 56.0225],[-5.301001, 56.0238],[-5.3006, 56.0249],[-5.30130, 56.0262],[-5.30130, 56.0275],[-5.2975, 56.0326],[-5.294799, 56.0357],[-5.29330, 56.0376],[-5.292799, 56.0386],[-5.293099, 56.0412],[-5.293, 56.0431],[-5.292, 56.0451],[-5.289599, 56.0483],[-5.288099, 56.0504],[-5.286001, 56.0527],[-5.282599, 56.0549],[-5.276801, 56.0586],[-5.2726, 56.0608],[-5.270199, 56.0619],[-5.269199, 56.0624],[-5.2685, 56.0629],[-5.268, 56.0634],[-5.2679, 56.0638],[-5.268099, 56.0649],[-5.268, 56.0653],[-5.267099, 56.066],[-5.266201, 56.0667],[-5.264999, 56.0675],[-5.26370, 56.0693],[-5.2631, 56.0713],[-5.2613, 56.0724],[-5.251601, 56.0778],[-5.244699, 56.081],[-5.2424, 56.0826],[-5.2399, 56.0854],[-5.237199, 56.0869],[-5.231801, 56.0897],[-5.225399, 56.0931],[-5.21840, 56.096],[-5.2163, 56.0971],[-5.215799, 56.0976],[-5.215199, 56.0992],[-5.214799, 56.1005],[-5.2137, 56.1019],[-5.2122, 56.1034],[-5.2104, 56.1046],[-5.207699, 56.1057],[-5.204999, 56.1064],[-5.2039, 56.1067],[-5.203199, 56.107],[-5.2031, 56.1072],[-5.203199, 56.1075],[-5.203501, 56.108],[-5.2069, 56.1092],[-5.2073, 56.1097],[-5.2073, 56.1102],[-5.207001, 56.1124],[-5.206, 56.1147],[-5.206201, 56.1152],[-5.2076, 56.116],[-5.2082, 56.1163],[-5.2083, 56.1166],[-5.2079, 56.1175],[-5.206299, 56.1187],[-5.206299, 56.1195],[-5.206601, 56.1208],[-5.206299, 56.1217],[-5.2047, 56.1235],[-5.202799, 56.1259],[-5.200399, 56.1291],[-5.199501, 56.13],[-5.19660, 56.131],[-5.191401, 56.1328],[-5.188701, 56.1338],[-5.1834, 56.1356],[-5.1771, 56.1369],[-5.1724, 56.1368],[-5.1708, 56.1371],[-5.168701, 56.1379],[-5.166699, 56.1388],[-5.1648, 56.1393],[-5.16350, 56.1394],[-5.161201, 56.1389],[-5.151899, 56.1381],[-5.15040, 56.1382],[-5.147099, 56.1395],[-5.1436, 56.1411],[-5.1419, 56.1416],[-5.1394, 56.142],[-5.137199, 56.1423],[-5.1341, 56.1429],[-5.132199, 56.1437],[-5.128799, 56.1452],[-5.1255, 56.1469],[-5.1202, 56.1492],[-5.1099, 56.1525],[-5.1008, 56.1559],[-5.094301, 56.1591],[-5.091001, 56.1611],[-5.081299, 56.1664],[-5.0802, 56.1670],[-5.079501, 56.1677],[-5.0793, 56.1684],[-5.0794, 56.1694],[-5.081201, 56.1716],[-5.082099, 56.1738],[-5.082001, 56.1764],[-5.077899, 56.1842],[-5.071401, 56.1937],[-5.07, 56.1953],[-5.0671, 56.1986],[-5.0651, 56.2003],[-5.0611, 56.2029],[-5.059, 56.2041],[-5.0581, 56.2048],[-5.057499, 56.2053],[-5.058, 56.2062],[-5.057899, 56.207],[-5.056201, 56.2087],[-5.053299, 56.2107],[-5.04050, 56.2172],[-5.0324, 56.2219],[-5.02670, 56.2241],[-5.0189, 56.2269],[-5.0169, 56.2275],[-5.0143, 56.2282],[-5.0116, 56.2287],[-5.008999, 56.2293],[-5.0067, 56.2301],[-5.0041, 56.2310],[-5.002699, 56.2314],[-5.0008, 56.2317],[-4.9998, 56.2319],[-4.9965, 56.2322],[-4.9948, 56.2324],[-4.9943, 56.2326],[-4.993999, 56.2336],[-4.992599, 56.2345],[-4.990799, 56.2352],[-4.989799, 56.2355],[-4.986899, 56.2354],[-4.9822, 56.2361],[-4.980199, 56.2378],[-4.974501, 56.2404],[-4.972199, 56.2427],[-4.969999, 56.2442],[-4.968299, 56.245],[-4.9654, 56.2466],[-4.963399, 56.2473],[-4.9619, 56.2475],[-4.96, 56.2477],[-4.9582, 56.2482],[-4.9565, 56.2494],[-4.955299, 56.2499],[-4.953701, 56.2503],[-4.9498, 56.2516],[-4.9481, 56.2526],[-4.9475, 56.2537],[-4.9457, 56.2556],[-4.9441, 56.2571],[-4.9422, 56.2574],[-4.941, 56.2568],[-4.9397, 56.2558],[-4.9369, 56.2579],[-4.930699, 56.2619],[-4.9266, 56.2654],[-4.9232, 56.2673],[-4.919799, 56.2697],[-4.9189, 56.2708],[-4.9196, 56.2714],[-4.921401, 56.2714],[-4.9267, 56.2715],[-4.9298, 56.2703],[-4.93430, 56.268],[-4.936299, 56.2671],[-4.9397, 56.2648],[-4.942699, 56.2635],[-4.946001, 56.2614],[-4.948901, 56.2595],[-4.951099, 56.2589],[-4.955599, 56.2579],[-4.9633, 56.2561],[-4.9698, 56.2541],[-4.9743, 56.2526],[-4.9759, 56.252],[-4.9793, 56.2502],[-4.9857, 56.248],[-4.9871, 56.2472],[-4.989501, 56.2456],[-4.9949, 56.2444],[-4.995699, 56.2439],[-4.9973, 56.2429],[-4.9993, 56.2433],[-5.0025, 56.2439],[-5.004799, 56.2439],[-5.007, 56.2437],[-5.0099, 56.2431],[-5.012199, 56.2425],[-5.0204, 56.2404],[-5.03, 56.2374],[-5.0356, 56.2358],[-5.0411, 56.2347],[-5.0432, 56.2347],[-5.04400, 56.235],[-5.044301, 56.2354],[-5.044799, 56.2361],[-5.0451, 56.2369],[-5.0453, 56.2383],[-5.045199, 56.2407],[-5.044799, 56.2424],[-5.042699, 56.2459],[-5.0429, 56.2463],[-5.0433, 56.2466],[-5.0471, 56.2474],[-5.049799, 56.2478],[-5.051001, 56.2477],[-5.051899, 56.2475],[-5.052599, 56.2472],[-5.053501, 56.2467],[-5.057001, 56.2434],[-5.0604, 56.2406],[-5.0629, 56.239],[-5.0687, 56.2356],[-5.070899, 56.2337],[-5.0712, 56.233],[-5.071001, 56.2324],[-5.0699, 56.2317],[-5.069799, 56.2312],[-5.0703, 56.2306],[-5.0737, 56.2286],[-5.0743, 56.2279],[-5.07460, 56.2267],[-5.07550, 56.2248],[-5.0768, 56.2235],[-5.07900, 56.2226],[-5.079899, 56.2216],[-5.0808, 56.2209],[-5.0815, 56.2205],[-5.083399, 56.2202],[-5.0858, 56.2197],[-5.0869, 56.2191],[-5.088399, 56.2178],[-5.090899, 56.2156],[-5.092299, 56.2132],[-5.0934, 56.2113],[-5.093501, 56.2105],[-5.0934, 56.209],[-5.0934, 56.2088],[-5.0934, 56.2081],[-5.09730, 56.2063],[-5.102799, 56.2026],[-5.103099, 56.2014],[-5.1033, 56.1998],[-5.1039, 56.1993],[-5.106801, 56.199],[-5.10860, 56.1992],[-5.109, 56.1991],[-5.1092, 56.1987],[-5.109, 56.1981],[-5.1083, 56.1969],[-5.1057, 56.1946],[-5.1048, 56.193],[-5.104599, 56.1918],[-5.104899, 56.1894],[-5.105299, 56.1852],[-5.1066, 56.1825],[-5.1082, 56.181],[-5.1141, 56.1759],[-5.115099, 56.1745],[-5.1163, 56.1716],[-5.117099, 56.1712],[-5.1236, 56.1664],[-5.128099, 56.1642],[-5.137001, 56.1593],[-5.1406, 56.1584],[-5.143, 56.1579],[-5.145, 56.1583],[-5.151401, 56.1580],[-5.157199, 56.1572],[-5.1613, 56.1565],[-5.164199, 56.1559],[-5.166601, 56.1552],[-5.1708, 56.1536],[-5.171201, 56.1532],[-5.171201, 56.1525],[-5.171299, 56.1521],[-5.1715, 56.1518],[-5.1721, 56.1517],[-5.1728, 56.1523],[-5.173501, 56.1525],[-5.1771, 56.1520],[-5.1802, 56.1517],[-5.1817, 56.1517],[-5.184899, 56.1512],[-5.1876, 56.1511],[-5.2024, 56.1456],[-5.2101, 56.1414],[-5.217599, 56.1372],[-5.219699, 56.1357],[-5.221499, 56.134],[-5.223501, 56.1325],[-5.224501, 56.1329],[-5.226299, 56.1327],[-5.227099, 56.1324],[-5.229, 56.1311],[-5.231801, 56.1302],[-5.23410, 56.1285],[-5.234399, 56.1277],[-5.234301, 56.1264],[-5.2345, 56.1255],[-5.2362, 56.1251],[-5.240399, 56.1239],[-5.242499, 56.1229],[-5.243701, 56.1211],[-5.244699, 56.1199],[-5.249599, 56.1171],[-5.254, 56.1135],[-5.2545, 56.1126],[-5.2546, 56.1116],[-5.2542, 56.1107],[-5.25410, 56.1103],[-5.2547, 56.1077],[-5.2545, 56.1072],[-5.253701, 56.1067],[-5.253099, 56.1062],[-5.252999, 56.1058],[-5.253099, 56.1054],[-5.2582, 56.1018],[-5.2582, 56.1015],[-5.257899, 56.1011],[-5.2561, 56.0994],[-5.256001, 56.0986],[-5.256299, 56.0981],[-5.2591, 56.0961],[-5.2618, 56.0957],[-5.266201, 56.0953],[-5.2689, 56.0945],[-5.272, 56.0931],[-5.2751, 56.0916],[-5.278999, 56.0905],[-5.280799, 56.09],[-5.2824, 56.0890],[-5.286099, 56.0855],[-5.2909, 56.0803],[-5.291201, 56.0796],[-5.2914, 56.0781],[-5.291601, 56.0773],[-5.2925, 56.0761],[-5.29330, 56.0749],[-5.2935, 56.0742],[-5.2935, 56.0734],[-5.2935, 56.0723],[-5.293399, 56.0717],[-5.2936, 56.0708],[-5.294, 56.0703],[-5.294799, 56.0695],[-5.295199, 56.0688],[-5.2957, 56.0678],[-5.296401, 56.0663],[-5.2971, 56.0655],[-5.298399, 56.0653],[-5.3006, 56.065],[-5.301499, 56.0645],[-5.303199, 56.0629],[-5.3052, 56.0618],[-5.3085, 56.0607],[-5.310699, 56.0598],[-5.311699, 56.0591],[-5.312399, 56.0587],[-5.3136, 56.0587],[-5.314199, 56.0591],[-5.31510, 56.0598],[-5.3157, 56.06],[-5.3182, 56.0601],[-5.3199, 56.0605],[-5.3217, 56.0617],[-5.32210, 56.0627],[-5.322001, 56.0634],[-5.3213, 56.0642],[-5.320399, 56.0644],[-5.319799, 56.0645],[-5.31960, 56.0649],[-5.319699, 56.0654],[-5.3203, 56.0659],[-5.321401, 56.0663],[-5.321499, 56.0667],[-5.3211, 56.0674],[-5.320199, 56.068],[-5.3199, 56.0685],[-5.32, 56.069],[-5.3203, 56.0694],[-5.321499, 56.0699],[-5.3284, 56.07],[-5.3311, 56.0694],[-5.3322, 56.0689],[-5.332799, 56.0684],[-5.334, 56.0667],[-5.3345, 56.065],[-5.334301, 56.0635],[-5.3333, 56.0625],[-5.3319, 56.0617],[-5.32980, 56.061],[-5.3284, 56.0598],[-5.325099, 56.0586],[-5.3249, 56.0583],[-5.325099, 56.058],[-5.327099, 56.0573],[-5.328701, 56.0565],[-5.332699, 56.0554],[-5.334199, 56.0552],[-5.335899, 56.0544],[-5.3385, 56.0523],[-5.339301, 56.0515],[-5.339799, 56.0508],[-5.34, 56.0499],[-5.3397, 56.0492],[-5.338399, 56.0480],[-5.336299, 56.0455],[-5.33600, 56.0441],[-5.336201, 56.0414],[-5.336699, 56.0394],[-5.336801, 56.0384],[-5.336801, 56.0370],[-5.3365, 56.0338],[-5.336801, 56.0328],[-5.3387, 56.0311],[-5.339799, 56.0296],[-5.3416, 56.0285],[-5.3428, 56.0272],[-5.3446, 56.0231],[-5.3452, 56.0224],[-5.3469, 56.0221],[-5.348701, 56.0222],[-5.3508, 56.0229],[-5.3523, 56.0239],[-5.354199, 56.0253],[-5.3545, 56.0256],[-5.355599, 56.0259],[-5.356699, 56.026],[-5.3582, 56.0252],[-5.359399, 56.0245],[-5.361899, 56.0238],[-5.3631, 56.0227],[-5.363901, 56.0212],[-5.3642, 56.0193],[-5.3649, 56.0179],[-5.3677, 56.0153],[-5.372099, 56.0126],[-5.3734, 56.0115],[-5.377999, 56.0074],[-5.380499, 56.0051],[-5.381801, 56.0041],[-5.382699, 56.0037],[-5.38310, 56.0041],[-5.38310, 56.0049],[-5.382899, 56.0054],[-5.382599, 56.0062],[-5.382599, 56.0069],[-5.3828, 56.0074],[-5.383299, 56.0076],[-5.3842, 56.0076],[-5.3878, 56.0061],[-5.3884, 56.0059],[-5.389501, 56.0057],[-5.390399, 56.0063],[-5.3915, 56.0073],[-5.392499, 56.0077],[-5.393199, 56.0078],[-5.394199, 56.0075],[-5.3991, 56.0042],[-5.402599, 56.0026],[-5.4041, 56.002],[-5.405099, 56.0021],[-5.405799, 56.0025],[-5.4059, 56.0033],[-5.405499, 56.0043],[-5.4057, 56.0056],[-5.406001, 56.0062],[-5.4084, 56.0069],[-5.410699, 56.008],[-5.412399, 56.0085],[-5.416201, 56.009],[-5.42, 56.01],[-5.420899, 56.0104],[-5.4215, 56.0118],[-5.422599, 56.0122],[-5.4246, 56.0123],[-5.4253, 56.0126],[-5.425799, 56.0137],[-5.4262, 56.0191],[-5.4263, 56.0225],[-5.426801, 56.0235],[-5.4281, 56.0252],[-5.429399, 56.0279],[-5.4302, 56.0311],[-5.430099, 56.0346],[-5.430399, 56.0352],[-5.4313, 56.0356],[-5.4334, 56.0360],[-5.43550, 56.0359],[-5.436699, 56.0356],[-5.4379, 56.035],[-5.4385, 56.0343],[-5.438799, 56.0334],[-5.4396, 56.0315],[-5.4408, 56.0288],[-5.4415, 56.0269],[-5.4428, 56.0214],[-5.443299, 56.0199],[-5.443901, 56.0193],[-5.444399, 56.0185],[-5.444799, 56.0176],[-5.444799, 56.0165],[-5.4445, 56.0149],[-5.443399, 56.0135],[-5.443299, 56.0128],[-5.443501, 56.0123],[-5.443901, 56.012],[-5.4453, 56.0118],[-5.4463, 56.0113],[-5.4474, 56.0104],[-5.447999, 56.0094],[-5.448299, 56.0082],[-5.448299, 56.0073],[-5.447899, 56.0059],[-5.446899, 56.0045],[-5.4461, 56.0037],[-5.445799, 56.0028],[-5.4456, 56.0018],[-5.4456, 55.9994],[-5.4461, 55.9973],[-5.445899, 55.995],[-5.4449, 55.9923],[-5.44410, 55.991],[-5.443999, 55.9902],[-5.444699, 55.9879],[-5.4445, 55.9841],[-5.444699, 55.9822],[-5.445499, 55.9808],[-5.447199, 55.9795],[-5.44770, 55.9788],[-5.447299, 55.9771],[-5.446899, 55.9760],[-5.44670, 55.9753],[-5.44670, 55.9743],[-5.447999, 55.9735],[-5.448299, 55.9725],[-5.44770, 55.9716],[-5.446899, 55.9703],[-5.4461, 55.9687],[-5.446401, 55.9676],[-5.4462, 55.9668],[-5.4457, 55.9657],[-5.444699, 55.9644],[-5.444301, 55.9633],[-5.443799, 55.9612],[-5.44410, 55.9589],[-5.443901, 55.9587],[-5.4417, 55.9585],[-5.4395, 55.9582],[-5.437699, 55.9575],[-5.4347, 55.9558],[-5.4327, 55.9546],[-5.430699, 55.9524],[-5.429101, 55.9498],[-5.428501, 55.9478],[-5.428299, 55.9452],[-5.427499, 55.9413],[-5.4274, 55.9401],[-5.426099, 55.9375],[-5.424399, 55.9351],[-5.423399, 55.9333],[-5.422999, 55.9314],[-5.422999, 55.928],[-5.422999, 55.927],[-5.422, 55.9248],[-5.420499, 55.9222],[-5.420499, 55.9210],[-5.420599, 55.9177],[-5.420199, 55.9167],[-5.418799, 55.9141],[-5.4182, 55.9124],[-5.418399, 55.9098],[-5.418399, 55.9091],[-5.4183, 55.9088],[-5.418099, 55.9085],[-5.416699, 55.9078],[-5.416201, 55.9075],[-5.416, 55.9072],[-5.4159, 55.9069],[-5.416, 55.9065],[-5.417, 55.9050],[-5.417799, 55.9035],[-5.417799, 55.9030],[-5.417699, 55.9021],[-5.417099, 55.9004],[-5.4169, 55.8998],[-5.4169, 55.8987],[-5.417399, 55.8968],[-5.417399, 55.8964],[-5.41720, 55.8961],[-5.416601, 55.8952],[-5.4165, 55.8944],[-5.4159, 55.8936],[-5.413599, 55.8917],[-5.41270, 55.8915],[-5.4115, 55.8915],[-5.408, 55.8927],[-5.406401, 55.893],[-5.4056, 55.8926],[-5.4042, 55.891],[-5.401899, 55.8889],[-5.400599, 55.8879],[-5.400499, 55.8877],[-5.401299, 55.8876],[-5.402599, 55.8878],[-5.4059, 55.8882],[-5.40920, 55.8901],[-5.41010, 55.8907],[-5.410399, 55.8907],[-5.410399, 55.89],[-5.408901, 55.8878],[-5.407199, 55.8857],[-5.4063, 55.8833],[-5.4038, 55.8805],[-5.4022, 55.8782],[-5.400199, 55.8765],[-5.3976, 55.875],[-5.39700, 55.8741],[-5.3964, 55.8727],[-5.395899, 55.8719],[-5.39440, 55.8711],[-5.3943, 55.8707],[-5.394501, 55.8705],[-5.3947, 55.8705],[-5.395199, 55.8704],[-5.3961, 55.8708],[-5.396699, 55.8711],[-5.3972, 55.8712],[-5.397699, 55.8711],[-5.3983, 55.8706],[-5.398901, 55.8699],[-5.399301, 55.869],[-5.402299, 55.8692],[-5.403299, 55.8694],[-5.403399, 55.8703],[-5.403299, 55.8713],[-5.403299, 55.8716],[-5.4038, 55.8716],[-5.405399, 55.8704],[-5.4105, 55.8674],[-5.412499, 55.8658],[-5.4126, 55.8654],[-5.4126, 55.8651],[-5.412499, 55.8648],[-5.412199, 55.8647],[-5.4115, 55.8647],[-5.408, 55.8661],[-5.406499, 55.8666],[-5.40500, 55.8669],[-5.403299, 55.8671],[-5.4008, 55.8672],[-5.3982, 55.8672],[-5.395299, 55.8664],[-5.39180, 55.8649],[-5.3898, 55.8642],[-5.3853, 55.8632],[-5.38310, 55.8624],[-5.3825, 55.8619],[-5.3821, 55.8612],[-5.381801, 55.8601],[-5.381001, 55.8587],[-5.379, 55.8567],[-5.377699, 55.8556],[-5.37700, 55.8545],[-5.375299, 55.8530],[-5.373701, 55.8521],[-5.370299, 55.8506],[-5.3678, 55.8495],[-5.3659, 55.8480],[-5.364699, 55.8465],[-5.3637, 55.8453],[-5.361499, 55.8437],[-5.360099, 55.8421],[-5.3591, 55.841],[-5.3571, 55.8398],[-5.356699, 55.8395],[-5.35610, 55.8391],[-5.355899, 55.8387],[-5.355599, 55.8378],[-5.3548, 55.8363],[-5.3545, 55.8360],[-5.3523, 55.8343],[-5.3494, 55.8323],[-5.3477, 55.8315],[-5.343501, 55.8302],[-5.3413, 55.8292],[-5.338799, 55.8271],[-5.3371, 55.8258],[-5.3366, 55.8252],[-5.335899, 55.8227],[-5.335299, 55.8219],[-5.333701, 55.8209],[-5.331699, 55.8194],[-5.331, 55.8183],[-5.331, 55.8169],[-5.3311, 55.816],[-5.3315, 55.8148],[-5.3315, 55.8138],[-5.3314, 55.8133],[-5.3309, 55.8126],[-5.326401, 55.8101],[-5.3242, 55.8087],[-5.323299, 55.8076],[-5.322599, 55.8066],[-5.32210, 55.8039],[-5.322001, 55.8031],[-5.320099, 55.8006],[-5.3191, 55.7987],[-5.318799, 55.7973],[-5.318901, 55.7926],[-5.31860, 55.7917],[-5.3171, 55.7899],[-5.314899, 55.788],[-5.313799, 55.7870],[-5.313701, 55.7859],[-5.313701, 55.7852],[-5.314, 55.7842],[-5.31510, 55.7830],[-5.316401, 55.7816],[-5.3165, 55.7813],[-5.3165, 55.78],[-5.315899, 55.7786],[-5.3157, 55.7779],[-5.3157, 55.7775],[-5.316299, 55.7768],[-5.316299, 55.7765],[-5.3157, 55.7756],[-5.3157, 55.7752],[-5.3161, 55.7749],[-5.3172, 55.7741],[-5.318099, 55.7736],[-5.318901, 55.7725],[-5.3191, 55.7714],[-5.319699, 55.7695],[-5.320799, 55.7684],[-5.3228, 55.7672],[-5.325699, 55.7651],[-5.326499, 55.7647],[-5.3274, 55.7648],[-5.328599, 55.7655],[-5.3319, 55.766],[-5.3382, 55.7664],[-5.34210, 55.7667],[-5.346001, 55.7663],[-5.347899, 55.7661],[-5.349199, 55.7661],[-5.353099, 55.7632],[-5.359399, 55.7596],[-5.363501, 55.7579],[-5.3673, 55.7567],[-5.373799, 55.7558],[-5.3769, 55.7548],[-5.3803, 55.7535],[-5.3841, 55.7526],[-5.390299, 55.7513],[-5.39090, 55.7512],[-5.3914, 55.7512],[-5.391699, 55.7514],[-5.3923, 55.7523],[-5.392499, 55.7525],[-5.39270, 55.7525],[-5.393, 55.7521],[-5.3935, 55.7514],[-5.39540, 55.7497],[-5.39790, 55.7487],[-5.401801, 55.7468],[-5.403299, 55.7454],[-5.40490, 55.7438],[-5.406801, 55.7418],[-5.407599, 55.7403],[-5.408599, 55.7381],[-5.409599, 55.7369],[-5.4102, 55.7363],[-5.411601, 55.7359],[-5.4155, 55.7354],[-5.417799, 55.7348],[-5.4221, 55.7321],[-5.424301, 55.7297],[-5.4252, 55.7275],[-5.425799, 55.7268],[-5.4302, 55.7243],[-5.4318, 55.7233],[-5.4338, 55.7228],[-5.4348, 55.7219],[-5.436, 55.7198],[-5.4379, 55.7182],[-5.4404, 55.7162],[-5.4415, 55.7146],[-5.4421, 55.7137],[-5.442699, 55.7132],[-5.44420, 55.7127],[-5.447199, 55.7114],[-5.4492, 55.7094],[-5.449999, 55.7085],[-5.449999, 55.7078],[-5.447599, 55.7055],[-5.4471, 55.704],[-5.447199, 55.7037],[-5.448501, 55.7024],[-5.448501, 55.7015],[-5.448299, 55.7008],[-5.446401, 55.699],[-5.4462, 55.6982],[-5.446499, 55.6975],[-5.447001, 55.6966],[-5.447599, 55.6946],[-5.4481, 55.692],[-5.4484, 55.6905],[-5.448901, 55.6892],[-5.4499, 55.6881],[-5.450399, 55.6877],[-5.453501, 55.6874],[-5.454999, 55.6871],[-5.4582, 55.6849],[-5.459301, 55.6836],[-5.4595, 55.683],[-5.4594, 55.6822],[-5.4579, 55.6802],[-5.457699, 55.6798],[-5.457699, 55.6794],[-5.457799, 55.6787],[-5.45800, 55.6782],[-5.459799, 55.6762],[-5.4604, 55.6751],[-5.4607, 55.6736],[-5.461299, 55.6724],[-5.4619, 55.6699],[-5.4628, 55.6682],[-5.464, 55.666],[-5.464301, 55.6635],[-5.4649, 55.6619],[-5.466499, 55.6601],[-5.467, 55.6588],[-5.467899, 55.6560],[-5.4682, 55.6553],[-5.468299, 55.6544],[-5.4682, 55.6526],[-5.4682, 55.6522],[-5.469501, 55.6512],[-5.4744, 55.6462],[-5.4784, 55.6424],[-5.4789, 55.6417],[-5.479199, 55.6391],[-5.4793, 55.6377],[-5.479199, 55.6373],[-5.4769, 55.6355],[-5.476099, 55.6347],[-5.4759, 55.634],[-5.4759, 55.6334],[-5.476601, 55.6317],[-5.477001, 55.6302],[-5.476699, 55.6294],[-5.4748, 55.6271],[-5.474599, 55.626],[-5.474599, 55.6254],[-5.4748, 55.625],[-5.475599, 55.6239],[-5.477099, 55.6222],[-5.477399, 55.6210],[-5.477399, 55.6203],[-5.474999, 55.619],[-5.474101, 55.6177],[-5.474101, 55.6162],[-5.474101, 55.6139],[-5.474999, 55.6119],[-5.4751, 55.6112],[-5.4744, 55.6101],[-5.4743, 55.6095],[-5.474599, 55.6086],[-5.474599, 55.6073],[-5.4739, 55.6055],[-5.473501, 55.6042],[-5.473, 55.602],[-5.4709, 55.5995],[-5.469501, 55.5978],[-5.4666, 55.5958],[-5.4656, 55.5946],[-5.463799, 55.5942],[-5.4607, 55.5933],[-5.4583, 55.5918],[-5.457699, 55.591],[-5.4576, 55.5899],[-5.4576, 55.5891],[-5.4585, 55.5885],[-5.459799, 55.5877],[-5.461201, 55.5876],[-5.46150, 55.5875],[-5.462299, 55.5874],[-5.462699, 55.5872],[-5.4629, 55.5868],[-5.4629, 55.5864],[-5.462299, 55.5858],[-5.4604, 55.5852],[-5.459301, 55.5843],[-5.459, 55.5838],[-5.45890, 55.5827],[-5.459, 55.5814],[-5.458799, 55.5803],[-5.4573, 55.5783],[-5.457001, 55.5771],[-5.457099, 55.5769],[-5.45800, 55.5769],[-5.4594, 55.5768],[-5.4597, 55.5766],[-5.46, 55.5762],[-5.461, 55.5757],[-5.465199, 55.5757],[-5.4662, 55.5758],[-5.467199, 55.5765],[-5.4675, 55.5771],[-5.4675, 55.5778],[-5.467999, 55.5789],[-5.468901, 55.58],[-5.468999, 55.5814],[-5.4691, 55.5821],[-5.469399, 55.5825],[-5.4713, 55.5825],[-5.4743, 55.5825],[-5.4776, 55.5817],[-5.483099, 55.5803],[-5.485199, 55.5803],[-5.485799, 55.5805],[-5.4861, 55.5808],[-5.486001, 55.5817],[-5.4849, 55.5832],[-5.4849, 55.5833],[-5.485, 55.5835],[-5.485099, 55.5835],[-5.485899, 55.5834],[-5.486499, 55.583],[-5.487199, 55.5822],[-5.4875, 55.5815],[-5.487599, 55.5809],[-5.486801, 55.5795],[-5.485899, 55.5777],[-5.485899, 55.5768],[-5.486001, 55.5764],[-5.4866, 55.5751],[-5.487299, 55.5742],[-5.490399, 55.572],[-5.492099, 55.5706],[-5.4928, 55.5693],[-5.493299, 55.5679],[-5.493299, 55.5675],[-5.4927, 55.5669],[-5.4902, 55.5662],[-5.489301, 55.5657],[-5.488501, 55.5651],[-5.4884, 55.5645],[-5.4884, 55.5639],[-5.4891, 55.563],[-5.4902, 55.5619],[-5.4909, 55.5604],[-5.4912, 55.5579],[-5.491499, 55.5564],[-5.492499, 55.5542],[-5.492599, 55.5537],[-5.492599, 55.5533],[-5.491899, 55.5524],[-5.4918, 55.5518],[-5.4917, 55.5509],[-5.491499, 55.5499],[-5.491499, 55.5490],[-5.4917, 55.5487],[-5.4928, 55.547],[-5.4928, 55.5463],[-5.4928, 55.5456],[-5.491601, 55.5439],[-5.4909, 55.5408],[-5.490499, 55.5400],[-5.488901, 55.5382],[-5.4887, 55.5373],[-5.488901, 55.5364],[-5.489501, 55.5355],[-5.489999, 55.5346],[-5.489999, 55.5342],[-5.489501, 55.5336],[-5.4888, 55.5327],[-5.4888, 55.5318],[-5.4888, 55.5312],[-5.488901, 55.5308],[-5.489501, 55.5303],[-5.489999, 55.5301],[-5.492099, 55.5302],[-5.494501, 55.5304],[-5.4964, 55.5303],[-5.497499, 55.5298],[-5.4985, 55.5291],[-5.5004, 55.5282],[-5.5025, 55.5274],[-5.50260, 55.5271],[-5.502699, 55.5266],[-5.501801, 55.5257],[-5.501801, 55.5254],[-5.501699, 55.5248],[-5.501699, 55.5243],[-5.50260, 55.5228],[-5.503099, 55.5215],[-5.5032, 55.5188],[-5.5033, 55.5168],[-5.503901, 55.515],[-5.5057, 55.5124],[-5.5074, 55.5108],[-5.509699, 55.5083],[-5.510399, 55.5074],[-5.510499, 55.5065],[-5.510499, 55.5059],[-5.510499, 55.5051],[-5.5086, 55.5023],[-5.507899, 55.5011],[-5.5078, 55.5004],[-5.5078, 55.5002],[-5.508299, 55.4998],[-5.512199, 55.4993],[-5.513199, 55.4989],[-5.513999, 55.4983],[-5.5142, 55.4977],[-5.5142, 55.4972],[-5.5142, 55.4962],[-5.513501, 55.4946],[-5.513501, 55.4941],[-5.5143, 55.4928],[-5.514999, 55.4906],[-5.514999, 55.4900],[-5.514599, 55.4895],[-5.5128, 55.4891],[-5.511099, 55.489],[-5.5099, 55.4887],[-5.509799, 55.4884],[-5.509799, 55.4881],[-5.5099, 55.4878],[-5.5102, 55.4877],[-5.511899, 55.4876],[-5.514101, 55.4880],[-5.514999, 55.4880],[-5.515299, 55.4880],[-5.5155, 55.4878],[-5.516099, 55.4874],[-5.517399, 55.4861],[-5.519501, 55.4851],[-5.5215, 55.4848],[-5.5226, 55.4843],[-5.5229, 55.4837],[-5.522799, 55.4822],[-5.522799, 55.4803],[-5.523399, 55.4796],[-5.5247, 55.4790],[-5.527999, 55.4788],[-5.528901, 55.4781],[-5.5317, 55.4762],[-5.5324, 55.4753],[-5.53310, 55.4736],[-5.533501, 55.4732],[-5.5344, 55.4730],[-5.5364, 55.4728],[-5.5384, 55.4723],[-5.539599, 55.4712],[-5.543799, 55.4685],[-5.5446, 55.4676],[-5.545, 55.4661],[-5.545, 55.4647],[-5.5446, 55.4571],[-5.544799, 55.4564],[-5.5467, 55.452],[-5.546801, 55.4514],[-5.546299, 55.4505],[-5.546299, 55.4499],[-5.546401, 55.4494],[-5.547299, 55.4488],[-5.54790, 55.4483],[-5.547999, 55.4478],[-5.547999, 55.4472],[-5.5482, 55.4468],[-5.5486, 55.4463],[-5.548501, 55.4454],[-5.548501, 55.4449],[-5.5487, 55.4448],[-5.5499, 55.4449],[-5.5521, 55.445],[-5.552899, 55.4449],[-5.553299, 55.4446],[-5.5542, 55.443],[-5.555099, 55.4406],[-5.555099, 55.4401],[-5.555099, 55.4396],[-5.554599, 55.4391],[-5.551499, 55.4369],[-5.550799, 55.4365],[-5.550799, 55.4363],[-5.550799, 55.4358],[-5.5509, 55.4355],[-5.551099, 55.4355],[-5.551801, 55.4356],[-5.552999, 55.4359],[-5.555399, 55.4364],[-5.556499, 55.4363],[-5.5584, 55.4358],[-5.561299, 55.434],[-5.5653, 55.4309],[-5.567999, 55.4290],[-5.571001, 55.4282],[-5.5743, 55.4279],[-5.5762, 55.4274],[-5.579599, 55.4255],[-5.5801, 55.4255],[-5.580699, 55.4259],[-5.5822, 55.4268],[-5.5839, 55.4272],[-5.58960, 55.4284],[-5.597099, 55.4289],[-5.5988, 55.4288],[-5.6009, 55.4286],[-5.602001, 55.4281],[-5.602399, 55.4274],[-5.602399, 55.4267],[-5.601601, 55.4257],[-5.59830, 55.4225],[-5.5973, 55.4214],[-5.5956, 55.4206],[-5.5921, 55.419],[-5.5875, 55.4170],[-5.5833, 55.4150],[-5.5805, 55.4148],[-5.573999, 55.4151],[-5.570499, 55.4151],[-5.5675, 55.4156],[-5.565599, 55.4161],[-5.564899, 55.4166],[-5.5625, 55.4191],[-5.5614, 55.4194],[-5.5608, 55.4193],[-5.559199, 55.4189],[-5.557199, 55.4189],[-5.554101, 55.4193],[-5.5517, 55.4193],[-5.55, 55.4187],[-5.5486, 55.4171],[-5.546, 55.4124],[-5.5451, 55.4084],[-5.544301, 55.4076],[-5.5426, 55.4067],[-5.541201, 55.4057],[-5.54080, 55.4043],[-5.539599, 55.4029],[-5.5363, 55.4015],[-5.5313, 55.3984],[-5.52950, 55.3972],[-5.5291, 55.3965],[-5.528299, 55.3938],[-5.52700, 55.3927],[-5.5257, 55.3896],[-5.524301, 55.3862],[-5.5232, 55.3826],[-5.521, 55.3799],[-5.52, 55.3781],[-5.5176, 55.3732],[-5.516601, 55.3693],[-5.516601, 55.3675],[-5.51730, 55.3661],[-5.5211, 55.3603],[-5.525199, 55.3555],[-5.529301, 55.3519],[-5.5342, 55.3486],[-5.5401, 55.3446],[-5.544301, 55.3416],[-5.549699, 55.3366],[-5.555099, 55.333],[-5.559, 55.3314],[-5.5609, 55.3301],[-5.5618, 55.3287],[-5.562001, 55.3275],[-5.561699, 55.3255],[-5.561699, 55.3244],[-5.5623, 55.3228],[-5.565599, 55.3222],[-5.568501, 55.3208],[-5.569699, 55.32],[-5.5728, 55.3191],[-5.57830, 55.3179],[-5.58100, 55.3171],[-5.5866, 55.3137],[-5.592199, 55.3122],[-5.5955, 55.3109],[-5.599599, 55.3086],[-5.603099, 55.3070],[-5.605, 55.3068],[-5.607299, 55.3068],[-5.6112, 55.3073],[-5.613999, 55.3072],[-5.617499, 55.3067],[-5.620699, 55.3071],[-5.6254, 55.3080],[-5.62760, 55.3084],[-5.63, 55.3085],[-5.6328, 55.3083],[-5.635499, 55.3085],[-5.637199, 55.3086],[-5.6387, 55.3088],[-5.63930, 55.3093],[-5.6399, 55.3097],[-5.640299, 55.3096],[-5.640399, 55.3087],[-5.6405, 55.3071],[-5.6409, 55.3068],[-5.642499, 55.3067],[-5.6434, 55.3071],[-5.6443, 55.309],[-5.6461, 55.3098],[-5.649199, 55.3102],[-5.6522, 55.3101],[-5.65530, 55.3095],[-5.662399, 55.3081],[-5.6691, 55.3076],[-5.676499, 55.3077],[-5.68020, 55.3079],[-5.684999, 55.3074],[-5.6889, 55.3070],[-5.68950, 55.3066],[-5.6901, 55.3050],[-5.691299, 55.3040],[-5.69420, 55.303],[-5.696899, 55.3029],[-5.698599, 55.3027],[-5.69990, 55.3017],[-5.702001, 55.3003],[-5.704999, 55.2995],[-5.7089, 55.2984],[-5.71110, 55.2969],[-5.715499, 55.2939],[-5.717899, 55.2932],[-5.72240, 55.2919],[-5.72650, 55.291],[-5.7289, 55.2908],[-5.73190, 55.2912],[-5.73460, 55.2919],[-5.7357, 55.2919],[-5.739501, 55.2904],[-5.74440, 55.2899],[-5.749899, 55.2894],[-5.758901, 55.2892],[-5.7621, 55.2892],[-5.7648, 55.2896],[-5.7664, 55.2906],[-5.768099, 55.2916],[-5.7694, 55.2919],[-5.771801, 55.2921],[-5.77350, 55.2927],[-5.774301, 55.2931],[-5.7747, 55.2936],[-5.7762, 55.2938],[-5.77870, 55.2942],[-5.7809, 55.2946],[-5.7838, 55.2957],[-5.7855, 55.2967],[-5.790299, 55.2980],[-5.793399, 55.2985],[-5.795599, 55.2986],[-5.796801, 55.2989],[-5.79750, 55.2999],[-5.7981, 55.3008],[-5.7999, 55.3014],[-5.800399, 55.3016],[-5.800499, 55.3023],[-5.800099, 55.3035],[-5.8002, 55.3037],[-5.802199, 55.3044],[-5.8024, 55.3046],[-5.8024, 55.3056],[-5.801801, 55.3077],[-5.801801, 55.3082],[-5.803501, 55.3103],[-5.803501, 55.3106],[-5.803299, 55.3111],[-5.801401, 55.3130],[-5.797699, 55.319],[-5.797299, 55.3206],[-5.797299, 55.3218],[-5.79880, 55.3235],[-5.8, 55.3253],[-5.800099, 55.3262],[-5.8, 55.3274],[-5.79650, 55.3323],[-5.7966, 55.3335],[-5.79700, 55.3373],[-5.79740, 55.3386],[-5.79780, 55.3408],[-5.79790, 55.343],[-5.798501, 55.3444],[-5.8, 55.346],[-5.802599, 55.3476],[-5.803299, 55.3482],[-5.803299, 55.3487],[-5.803199, 55.3493],[-5.8021, 55.3501],[-5.801401, 55.3510],[-5.801001, 55.3518],[-5.799799, 55.3523],[-5.798399000000002, 55.3532],[-5.7982, 55.3539],[-5.7982, 55.3547],[-5.800099, 55.3563],[-5.801001, 55.3574],[-5.801001, 55.3576],[-5.800799, 55.3581],[-5.8, 55.3591],[-5.798399000000002, 55.3607],[-5.7981, 55.3615],[-5.7982, 55.3621],[-5.798399000000002, 55.3626],[-5.799799, 55.3635],[-5.801899, 55.3642],[-5.8028, 55.3646],[-5.802999, 55.3651],[-5.802899, 55.3656],[-5.8021, 55.3664],[-5.7991, 55.367],[-5.798501, 55.3676],[-5.7982, 55.3688],[-5.797999, 55.3692],[-5.796299, 55.3696],[-5.7958, 55.3702],[-5.7958, 55.3711],[-5.79650, 55.3733],[-5.79740, 55.3753],[-5.79740, 55.3762],[-5.795, 55.3789],[-5.7944, 55.3801],[-5.7944, 55.3817],[-5.7935, 55.3823],[-5.791699, 55.3831],[-5.79140, 55.3839],[-5.79140, 55.3843],[-5.791601, 55.3846],[-5.793, 55.3854],[-5.7945, 55.3868],[-5.7954, 55.3893],[-5.796, 55.3907],[-5.796, 55.3914],[-5.79460, 55.3927],[-5.792699, 55.394],[-5.79090, 55.3953],[-5.7898, 55.3966],[-5.788, 55.3974],[-5.7842, 55.3984],[-5.781099000000002, 55.4],[-5.7775, 55.4023],[-5.774899, 55.4045],[-5.773399, 55.406],[-5.7725, 55.4081],[-5.772099, 55.4088],[-5.771601, 55.4090],[-5.7701, 55.4094],[-5.768199, 55.4099],[-5.76690, 55.411],[-5.764999, 55.4119],[-5.763501, 55.413],[-5.76240, 55.4134],[-5.759399, 55.4136],[-5.757599, 55.4142],[-5.7545, 55.4154],[-5.753901, 55.4159],[-5.753099, 55.4172],[-5.752, 55.4188],[-5.751801, 55.4196],[-5.751801, 55.4200],[-5.752, 55.4215],[-5.751699, 55.4223],[-5.7514, 55.4227],[-5.750899, 55.4229],[-5.7504, 55.4229],[-5.7501, 55.4231],[-5.749599000000002, 55.4235],[-5.749599000000002, 55.4239],[-5.7497, 55.4247],[-5.749199, 55.4254],[-5.7489, 55.4257],[-5.7485, 55.4258],[-5.747499, 55.4258],[-5.746, 55.4243],[-5.7452, 55.4240],[-5.744101, 55.4239],[-5.742001, 55.4248],[-5.7409, 55.4248],[-5.7356, 55.4244],[-5.73080, 55.4244],[-5.7277, 55.4249],[-5.72480, 55.4263],[-5.723599, 55.4273],[-5.723199, 55.428],[-5.722899, 55.4283],[-5.72230, 55.4286],[-5.7213, 55.4290],[-5.7198, 55.4306],[-5.718501, 55.4335],[-5.715, 55.4437],[-5.713799, 55.4474],[-5.711699, 55.4557],[-5.7108, 55.4594],[-5.71070, 55.46],[-5.710899, 55.4606],[-5.711699, 55.4624],[-5.711401, 55.4652],[-5.711299, 55.4659],[-5.71160, 55.4706],[-5.712399, 55.475],[-5.71260, 55.4794],[-5.711801, 55.4811],[-5.711699, 55.4820],[-5.712299, 55.4824],[-5.7132, 55.4833],[-5.7133, 55.4838],[-5.71210, 55.4852],[-5.71210, 55.4857],[-5.712399, 55.4865],[-5.712699, 55.4876],[-5.71260, 55.489],[-5.711801, 55.4921],[-5.710899, 55.4959],[-5.71110, 55.5002],[-5.711401, 55.5054],[-5.71160, 55.5069],[-5.712399, 55.5081],[-5.7129, 55.5086],[-5.713399, 55.5105],[-5.713399, 55.511],[-5.7122, 55.5133],[-5.71200, 55.5139],[-5.71210, 55.5147],[-5.712399, 55.5164],[-5.7119, 55.5187],[-5.7119, 55.5192],[-5.712399, 55.5202],[-5.712299, 55.5213],[-5.7122, 55.5219],[-5.711299, 55.5229],[-5.71070, 55.5241],[-5.709599, 55.5256],[-5.7094, 55.5262],[-5.709199, 55.5274],[-5.708399, 55.5284],[-5.70690, 55.5294],[-5.70400, 55.5314],[-5.7034, 55.5326],[-5.703, 55.5340],[-5.703, 55.5363],[-5.7038, 55.5387],[-5.7039, 55.5412],[-5.704899, 55.5449],[-5.7052, 55.5491],[-5.707099, 55.5549],[-5.708399, 55.5582],[-5.710199, 55.5609],[-5.710599, 55.562],[-5.7115, 55.5634],[-5.71210, 55.5647],[-5.711801, 55.567],[-5.71200, 55.5677],[-5.7133, 55.5684],[-5.714399, 55.5689],[-5.7145, 55.5692],[-5.7141, 55.5707],[-5.7137, 55.572],[-5.7137, 55.5728],[-5.71490, 55.5739],[-5.715, 55.5742],[-5.715, 55.5747],[-5.714399, 55.5758],[-5.714399, 55.576],[-5.7145, 55.5769],[-5.715199, 55.5779],[-5.715199, 55.5785],[-5.714799, 55.5791],[-5.7136, 55.5801],[-5.71010, 55.5813],[-5.707001, 55.5821],[-5.704899, 55.5831],[-5.70120, 55.5844],[-5.697199, 55.5857],[-5.6953, 55.587],[-5.692599, 55.5884],[-5.6922, 55.5891],[-5.691899, 55.5907],[-5.6908, 55.5923],[-5.6908, 55.5934],[-5.690499, 55.5945],[-5.6897, 55.5956],[-5.68820, 55.5965],[-5.685699, 55.5982],[-5.684899, 55.5997],[-5.684599, 55.6019],[-5.68380, 55.6038],[-5.683, 55.6060],[-5.6827, 55.6083],[-5.683, 55.6133],[-5.682799, 55.6144],[-5.6824, 55.6150],[-5.680399, 55.6155],[-5.679399, 55.6158],[-5.6784, 55.617],[-5.677599, 55.6186],[-5.6771, 55.622],[-5.6771, 55.6223],[-5.6774, 55.6235],[-5.6774, 55.6239],[-5.677001, 55.6244],[-5.676099, 55.6255],[-5.676099, 55.626],[-5.6767, 55.627],[-5.676899, 55.6273],[-5.6767, 55.6275],[-5.6752, 55.6285],[-5.6742, 55.6298],[-5.6729, 55.631],[-5.67220, 55.6314],[-5.671401, 55.6321],[-5.671299000000002, 55.6329],[-5.671299000000002, 55.6338],[-5.671299000000002, 55.6345],[-5.6721, 55.6393],[-5.67220, 55.6403],[-5.67160, 55.6429],[-5.67160, 55.6438],[-5.6725, 55.6462],[-5.672599, 55.6468],[-5.671801, 55.648],[-5.671401, 55.6492],[-5.671201, 55.6503],[-5.670599, 55.651],[-5.6686, 55.6524],[-5.66700, 55.6530],[-5.666699, 55.6537],[-5.66650, 55.6547],[-5.6668, 55.6555],[-5.66750, 55.6566],[-5.66750, 55.6571],[-5.667399, 55.6581],[-5.66610, 55.6596],[-5.665599, 55.6607],[-5.665599, 55.6608],[-5.665699, 55.6619],[-5.6658, 55.6624],[-5.66550, 55.6632],[-5.663199, 55.6662],[-5.6626, 55.6673],[-5.662099, 55.6726],[-5.6626, 55.6737],[-5.6634, 55.6746],[-5.6672, 55.6769],[-5.671299000000002, 55.6792],[-5.6738, 55.6808],[-5.674399, 55.6817],[-5.674399, 55.6823],[-5.67410, 55.6828],[-5.671201, 55.6843],[-5.662099, 55.6876],[-5.6475, 55.6929],[-5.64260, 55.6948],[-5.641001, 55.6955],[-5.6353, 55.6981],[-5.632599, 55.6997],[-5.627299, 55.7045],[-5.6258, 55.7061],[-5.623799, 55.7078],[-5.6214, 55.709],[-5.617899, 55.7115],[-5.617001, 55.7124],[-5.6156, 55.7153],[-5.6134, 55.7173],[-5.6095, 55.7207],[-5.6085, 55.7222],[-5.604899, 55.7249],[-5.60440, 55.7257],[-5.604199, 55.7277],[-5.603701, 55.7292],[-5.599699, 55.7342],[-5.596601, 55.7373],[-5.596099, 55.7381],[-5.596099, 55.7384],[-5.598701, 55.7403],[-5.598701, 55.7406],[-5.5984, 55.7408],[-5.5968, 55.7412],[-5.593299, 55.7419],[-5.5903, 55.7432],[-5.5886, 55.7447],[-5.582399, 55.75],[-5.582399, 55.7522],[-5.582099, 55.7542],[-5.581601, 55.7551],[-5.577899, 55.7577],[-5.576401, 55.7595],[-5.574999, 55.7616],[-5.5738, 55.7627],[-5.571499, 55.7641],[-5.5692, 55.7661],[-5.565599, 55.768],[-5.564899, 55.7682],[-5.5639, 55.7681],[-5.560699, 55.767],[-5.559, 55.7668],[-5.5573, 55.7669],[-5.5553, 55.7673],[-5.5509, 55.7685],[-5.548999, 55.7696],[-5.545, 55.7727],[-5.541601, 55.7745],[-5.538199, 55.7752],[-5.5358, 55.776],[-5.532499, 55.7777],[-5.53120, 55.7786],[-5.528399, 55.7801],[-5.5267, 55.7815],[-5.523399, 55.7833],[-5.520299, 55.7843],[-5.5185, 55.7846],[-5.516201, 55.785],[-5.5156, 55.7853],[-5.51380, 55.7867],[-5.512599, 55.7874],[-5.5121, 55.7881],[-5.512001, 55.7887],[-5.512599, 55.7898],[-5.512599, 55.7903],[-5.5123, 55.7906],[-5.5121, 55.7908],[-5.509699, 55.7929],[-5.508901, 55.7947],[-5.508399, 55.7954],[-5.5066, 55.7961],[-5.502, 55.7966],[-5.4998, 55.797],[-5.498, 55.7976],[-5.4948, 55.7996],[-5.492499, 55.8002],[-5.490699, 55.8010],[-5.4899, 55.8018],[-5.489301, 55.8023],[-5.4874, 55.8032],[-5.4867, 55.8040],[-5.4861, 55.8040],[-5.484799, 55.803],[-5.4832, 55.8032],[-5.481201, 55.8039],[-5.479, 55.8053],[-5.478099, 55.8064],[-5.478199, 55.8069],[-5.4794, 55.8071],[-5.4814, 55.807],[-5.482299, 55.8075],[-5.4822, 55.8084],[-5.482, 55.8087],[-5.480899, 55.8092],[-5.480299, 55.8092],[-5.479, 55.8081],[-5.4785, 55.8081],[-5.478, 55.8082],[-5.4777, 55.8084],[-5.477499, 55.8087],[-5.4776, 55.81],[-5.4773, 55.8104],[-5.4764, 55.8113],[-5.4755, 55.812],[-5.474699, 55.8125],[-5.473, 55.813],[-5.470799, 55.8139],[-5.4687, 55.8152],[-5.467899, 55.816],[-5.4674, 55.8169],[-5.466801, 55.818],[-5.466801, 55.8189],[-5.467, 55.8195],[-5.467599, 55.8199],[-5.469301, 55.8199],[-5.469999, 55.8202],[-5.469999, 55.8208],[-5.4657, 55.8252],[-5.4635, 55.8276],[-5.4628, 55.8284],[-5.460899, 55.829],[-5.459199, 55.829],[-5.459101, 55.8293],[-5.4595, 55.8302],[-5.4595, 55.8306],[-5.458799, 55.8313],[-5.456601, 55.8328],[-5.4555, 55.8335],[-5.4552, 55.8352],[-5.454199, 55.8362],[-5.453599, 55.8364],[-5.450699, 55.8372],[-5.4482, 55.8377],[-5.447001, 55.8379],[-5.4466, 55.8383],[-5.4463, 55.8389],[-5.4463, 55.8409],[-5.4457, 55.8413],[-5.445399, 55.8418],[-5.445399, 55.8426],[-5.445899, 55.8432],[-5.4466, 55.8436],[-5.4482, 55.8438],[-5.4491, 55.8439],[-5.4498, 55.8447],[-5.4499, 55.8452],[-5.449699, 55.8463],[-5.4482, 55.8479],[-5.4445, 55.8518],[-5.440899, 55.8541],[-5.4369, 55.8562],[-5.434599, 55.858],[-5.434501, 55.8585],[-5.434899, 55.8595],[-5.43540, 55.8603],[-5.4369, 55.8609],[-5.438399, 55.861],[-5.445099, 55.8568],[-5.4484, 55.8543],[-5.450099, 55.8532],[-5.4518, 55.8523],[-5.45190, 55.8521],[-5.449999, 55.8519],[-5.450099, 55.8515],[-5.450699, 55.8509],[-5.452799, 55.8506],[-5.453199, 55.8503],[-5.453199, 55.8498],[-5.4533, 55.8493],[-5.454, 55.8487],[-5.455299, 55.8476],[-5.4558, 55.8449],[-5.4568, 55.8421],[-5.458399, 55.8409],[-5.462699, 55.8373],[-5.4635, 55.8366],[-5.464399, 55.8364],[-5.4653, 55.8366],[-5.4657, 55.837],[-5.4666, 55.8384],[-5.467299, 55.8387],[-5.468999, 55.8386],[-5.471001, 55.8382],[-5.472899, 55.8369],[-5.4739, 55.8359],[-5.4744, 55.8348],[-5.475399, 55.8317],[-5.4764, 55.829],[-5.4786, 55.8268],[-5.4822, 55.8222],[-5.483099, 55.8213],[-5.484301, 55.8209],[-5.4863, 55.8204],[-5.4882, 55.819],[-5.489799, 55.8186],[-5.4913, 55.8186],[-5.491899, 55.8197],[-5.4924, 55.8208],[-5.492899, 55.8209],[-5.4934, 55.8206],[-5.4934, 55.8187],[-5.493701, 55.8182],[-5.4944, 55.8179],[-5.494699, 55.8179],[-5.49550, 55.8178],[-5.4973, 55.817],[-5.500199, 55.815],[-5.501, 55.8142],[-5.5035, 55.8121],[-5.5071, 55.8092],[-5.51120, 55.8055],[-5.513, 55.8043],[-5.513901, 55.8038],[-5.5183, 55.7991],[-5.520599, 55.7973],[-5.52350, 55.7959],[-5.5265, 55.7951],[-5.528399, 55.7939],[-5.52960, 55.7935],[-5.531001, 55.7919],[-5.534501, 55.7899],[-5.5359, 55.7890],[-5.5376, 55.7874],[-5.5384, 55.7870],[-5.54080, 55.7864],[-5.5439, 55.7856],[-5.5467, 55.785],[-5.547699, 55.7843],[-5.5491, 55.7838],[-5.5537, 55.7808],[-5.5581, 55.7789],[-5.5625, 55.7778],[-5.567699, 55.7759],[-5.572001, 55.7752],[-5.573901, 55.7751],[-5.5741, 55.7755],[-5.5741, 55.7758],[-5.5711, 55.7769],[-5.56870, 55.7783],[-5.56870, 55.7788],[-5.5691, 55.78],[-5.5692, 55.7804],[-5.568901, 55.7817],[-5.5691, 55.7819],[-5.57, 55.7818],[-5.5717, 55.7801],[-5.572299, 55.7798],[-5.5743, 55.7798],[-5.5753, 55.7796],[-5.5762, 55.7792],[-5.577001, 55.7776],[-5.57840, 55.7756],[-5.579899, 55.7739],[-5.5823, 55.7718],[-5.5857, 55.7692],[-5.589799, 55.7669],[-5.597001, 55.7646],[-5.6033, 55.7619],[-5.6075, 55.7608],[-5.612, 55.7599],[-5.613901, 55.7604],[-5.6142, 55.7609],[-5.613901, 55.762],[-5.6132, 55.7636],[-5.612899, 55.7654],[-5.6134, 55.7666],[-5.615099, 55.7673],[-5.615399, 55.7686],[-5.615099, 55.7699],[-5.613599, 55.772],[-5.612899, 55.7726],[-5.6121, 55.7729],[-5.610899, 55.7734],[-5.61, 55.7735],[-5.608799, 55.7735],[-5.6069, 55.7734],[-5.606801, 55.7737],[-5.608099, 55.7748],[-5.608099, 55.7751],[-5.607699, 55.7754],[-5.606699, 55.7758],[-5.6043, 55.7758],[-5.601601, 55.7764],[-5.6009, 55.7769],[-5.60020, 55.7772],[-5.60020, 55.7775],[-5.600299, 55.7776],[-5.6009, 55.7776],[-5.602399, 55.7777],[-5.605299, 55.7781],[-5.6064, 55.7781],[-5.6083, 55.7776],[-5.611899, 55.7772],[-5.612199, 55.7775],[-5.612, 55.7782],[-5.612199, 55.7785],[-5.6125, 55.7785],[-5.614999, 55.7787],[-5.615699, 55.7791],[-5.6159, 55.7802],[-5.6168, 55.7808],[-5.6188, 55.7816],[-5.6194, 55.7821],[-5.6194, 55.7825],[-5.619101, 55.7828],[-5.618299, 55.7836],[-5.618, 55.7841],[-5.6178, 55.785],[-5.6168, 55.7858],[-5.6159, 55.7859],[-5.6152, 55.7856],[-5.614301, 55.7858],[-5.6134, 55.7863],[-5.6078, 55.7892],[-5.606801, 55.7900],[-5.606801, 55.7906],[-5.6075, 55.7911],[-5.6091, 55.7923],[-5.6091, 55.7925],[-5.608901, 55.7927],[-5.6085, 55.7929],[-5.606, 55.7924],[-5.604101, 55.7924],[-5.604101, 55.7929],[-5.6072, 55.794],[-5.607299, 55.7942],[-5.607299, 55.7945],[-5.6069, 55.7948],[-5.6069, 55.7951],[-5.6071, 55.7956],[-5.60790, 55.7955],[-5.609, 55.7949],[-5.609799, 55.794],[-5.6103, 55.7938],[-5.611801, 55.7938],[-5.613999, 55.7930],[-5.6162, 55.7916],[-5.6173, 55.7911],[-5.6194, 55.7912],[-5.6199, 55.791],[-5.621, 55.7901],[-5.622001, 55.7900],[-5.6233, 55.7901],[-5.624101, 55.7899],[-5.626601, 55.7888],[-5.6307, 55.7876],[-5.635499, 55.7871],[-5.6371, 55.7870],[-5.63840, 55.7874],[-5.640699, 55.7890],[-5.64400, 55.7911],[-5.647099, 55.7922],[-5.64970, 55.7936],[-5.65200, 55.7945],[-5.654399, 55.7959],[-5.65530, 55.7967],[-5.6563, 55.7980],[-5.656899, 55.7981],[-5.6588, 55.7981],[-5.659101, 55.7988],[-5.659501, 55.7990],[-5.66130, 55.7991],[-5.66190, 55.7997],[-5.662799, 55.8016],[-5.6634, 55.8048],[-5.664199000000002, 55.8058],[-5.666201, 55.8069],[-5.666299, 55.8074],[-5.666, 55.8081],[-5.6643, 55.8093],[-5.6644, 55.81],[-5.66550, 55.8123],[-5.66610, 55.8135],[-5.6686, 55.8143],[-5.669301, 55.8151],[-5.669301, 55.8165],[-5.667799, 55.8189],[-5.66610, 55.8222],[-5.664, 55.8242],[-5.663799, 55.8256],[-5.6626, 55.8277],[-5.662001, 55.829],[-5.660299, 55.8354],[-5.660299, 55.8364],[-5.660699, 55.8382],[-5.66190, 55.8396],[-5.66230, 55.8402],[-5.6627, 55.841],[-5.662499, 55.8418],[-5.6601, 55.8454],[-5.6599, 55.8466],[-5.6601, 55.8473],[-5.661201, 55.8482],[-5.661201, 55.8486],[-5.6608, 55.8491],[-5.6574, 55.8510],[-5.65620, 55.8528],[-5.653399, 55.8536],[-5.652999000000002, 55.8538],[-5.6528, 55.8543],[-5.65290, 55.8558],[-5.6528, 55.8591],[-5.65160, 55.8619],[-5.65010, 55.8644],[-5.648399, 55.8666],[-5.646, 55.8683],[-5.6448, 55.8687],[-5.643199, 55.8691],[-5.6415, 55.8703],[-5.63930, 55.8718],[-5.636099, 55.8753],[-5.632599, 55.8789],[-5.63040, 55.8806],[-5.6286, 55.8818],[-5.6265, 55.8832],[-5.6258, 55.884],[-5.625, 55.8852],[-5.623799, 55.8858],[-5.623799, 55.8862],[-5.6247, 55.8868],[-5.6247, 55.8873],[-5.624501, 55.8876],[-5.623701, 55.8883],[-5.6235, 55.8891],[-5.62270, 55.8908],[-5.6219, 55.8915],[-5.619699, 55.8925],[-5.6192, 55.893],[-5.6192, 55.8939],[-5.6198, 55.895],[-5.6209, 55.8963],[-5.621, 55.8972],[-5.621, 55.8981],[-5.6208, 55.8987],[-5.6181, 55.9009],[-5.614399, 55.9030],[-5.613299, 55.9047],[-5.6116, 55.9073],[-5.605, 55.9138],[-5.602099, 55.9156],[-5.599599, 55.9169],[-5.598599, 55.9172],[-5.597199, 55.9176],[-5.594999, 55.9178],[-5.592599, 55.9181],[-5.589799, 55.919],[-5.586699, 55.9203],[-5.5854, 55.9215],[-5.58440, 55.9230],[-5.584199, 55.9245],[-5.584199, 55.9263],[-5.583799, 55.927],[-5.5832, 55.9276],[-5.582099, 55.9278],[-5.58090, 55.9281],[-5.5801, 55.929],[-5.5756, 55.9322],[-5.5731, 55.9334],[-5.571801, 55.9341],[-5.571401, 55.9346],[-5.571499, 55.9351],[-5.571401, 55.9357],[-5.5706, 55.9368],[-5.5707, 55.937],[-5.5725, 55.9378],[-5.5731, 55.9381],[-5.5732, 55.9387],[-5.573901, 55.9389],[-5.575399, 55.9391],[-5.575399, 55.9399],[-5.5756, 55.94],[-5.5767, 55.9401],[-5.577499, 55.9402],[-5.577499, 55.9405],[-5.5762, 55.9413],[-5.575399, 55.9416],[-5.5755, 55.9419],[-5.576099, 55.942],[-5.5773, 55.9417],[-5.579, 55.9406],[-5.5804, 55.9394],[-5.5823, 55.9392],[-5.584599, 55.9379],[-5.58710, 55.9363],[-5.5911, 55.9335],[-5.597499, 55.9309],[-5.599, 55.9307],[-5.6015, 55.9312],[-5.6022, 55.9311],[-5.604101, 55.9305],[-5.6061, 55.9306],[-5.607, 55.9304],[-5.6099, 55.9285],[-5.6134, 55.9267],[-5.617199, 55.9251],[-5.618199, 55.9247],[-5.618999, 55.9242],[-5.6194, 55.9235],[-5.6198, 55.922],[-5.621, 55.9200],[-5.625, 55.9191],[-5.6258, 55.9191],[-5.630599, 55.9155],[-5.6312, 55.9152],[-5.631401, 55.9147],[-5.6316, 55.9133],[-5.631899, 55.9127],[-5.632599, 55.9121],[-5.634699000000002, 55.9116],[-5.636099, 55.9114],[-5.6377, 55.9114],[-5.63840, 55.9113],[-5.63880, 55.9110],[-5.639699, 55.91],[-5.641699, 55.9080],[-5.6423, 55.9072],[-5.642799, 55.9063],[-5.6433, 55.9042],[-5.644199, 55.9030],[-5.645199, 55.9017],[-5.6461, 55.9013],[-5.6475, 55.9012],[-5.647799, 55.9013],[-5.647999, 55.9015],[-5.64720, 55.9021],[-5.645299, 55.9037],[-5.645199, 55.9041],[-5.645199, 55.9045],[-5.645899000000002, 55.9047],[-5.646801, 55.9047],[-5.6503, 55.9037],[-5.651801, 55.9037],[-5.6536, 55.9038],[-5.6549, 55.904],[-5.655799, 55.904],[-5.657499, 55.9036],[-5.65810, 55.9027],[-5.6588, 55.9003],[-5.6593, 55.8999],[-5.6599, 55.8995],[-5.66230, 55.8987],[-5.664, 55.8978],[-5.665299, 55.8967],[-5.668799, 55.8937],[-5.6752, 55.888],[-5.677001, 55.8873],[-5.6826, 55.8874],[-5.6827, 55.8876],[-5.6805, 55.8895],[-5.6805, 55.8901],[-5.68190, 55.8914],[-5.682001, 55.8919],[-5.6818, 55.8922],[-5.6813, 55.8934],[-5.6814, 55.8937],[-5.68190, 55.8938],[-5.682799, 55.8936],[-5.683701, 55.8937],[-5.68480, 55.8943],[-5.6851, 55.8955],[-5.6851, 55.8982],[-5.684199, 55.8994],[-5.6817, 55.9023],[-5.6803, 55.9035],[-5.68020, 55.9049],[-5.680399, 55.9084],[-5.680799, 55.9094],[-5.681499, 55.91],[-5.6859, 55.91],[-5.686299, 55.9109],[-5.686201, 55.9131],[-5.6851, 55.9159],[-5.6843, 55.9186],[-5.683199, 55.9201],[-5.682001, 55.9215],[-5.6799, 55.9236],[-5.679599, 55.9245],[-5.679599, 55.9253],[-5.679699, 55.9273],[-5.679399, 55.9283],[-5.677599, 55.9305],[-5.6725, 55.9346],[-5.671, 55.937],[-5.669899, 55.9408],[-5.668701, 55.9427],[-5.66750, 55.9438],[-5.665599, 55.9448],[-5.664999, 55.9455],[-5.6648, 55.9464],[-5.6647, 55.9479],[-5.664501, 55.9494],[-5.664199000000002, 55.9501],[-5.6634, 55.9509],[-5.662199, 55.9521],[-5.659699, 55.9538],[-5.6573, 55.955],[-5.655499, 55.9559],[-5.65240, 55.9578],[-5.647999, 55.9610],[-5.6461, 55.9623],[-5.6433, 55.9639],[-5.6409, 55.9655],[-5.638501, 55.9673],[-5.6367, 55.9694],[-5.6357, 55.9713],[-5.63310, 55.9756],[-5.631499, 55.977],[-5.62990, 55.9779],[-5.62720, 55.9788],[-5.623, 55.9814],[-5.621201, 55.9827],[-5.6206, 55.9837],[-5.6194, 55.9852],[-5.618501, 55.9861],[-5.618501, 55.9866],[-5.6189, 55.9875],[-5.6189, 55.9885],[-5.616401, 55.9919],[-5.6159, 55.993],[-5.613599, 55.9946],[-5.6106, 55.9977],[-5.609301, 55.9994],[-5.606299, 56.0013],[-5.6029, 56.0033],[-5.600699, 56.0055],[-5.598701, 56.0079],[-5.597099, 56.0095],[-5.5946, 56.0109],[-5.593299, 56.0113],[-5.5895, 56.011],[-5.58610, 56.0111],[-5.579599, 56.0128],[-5.5767, 56.0138],[-5.5752, 56.0148],[-5.573299, 56.0166],[-5.571001, 56.0193],[-5.5686, 56.0223],[-5.567699, 56.0235],[-5.5672, 56.0245],[-5.5667, 56.0252],[-5.5633, 56.0285],[-5.562799, 56.0296],[-5.5629, 56.0302],[-5.563399, 56.0307],[-5.56360, 56.0308],[-5.5645, 56.0307],[-5.565199, 56.0304],[-5.5658, 56.0297],[-5.566201, 56.0289],[-5.567299, 56.0277],[-5.5712, 56.0257],[-5.5727, 56.0244],[-5.5741, 56.0227],[-5.5746, 56.0221],[-5.574999, 56.0214],[-5.5756, 56.0212],[-5.576001, 56.0212],[-5.576401, 56.0214],[-5.5768, 56.0224],[-5.578, 56.0224],[-5.5823, 56.0205],[-5.5858, 56.0178],[-5.588799, 56.0162],[-5.591899, 56.0158],[-5.592599, 56.016],[-5.5927, 56.0167],[-5.591899, 56.0176],[-5.590499, 56.0188],[-5.590099, 56.0194],[-5.5903, 56.0196],[-5.590799, 56.0198],[-5.59310, 56.0187],[-5.5949, 56.0172],[-5.596099, 56.0164],[-5.596601, 56.0167],[-5.595399, 56.0184],[-5.59320, 56.0211],[-5.5904, 56.0232],[-5.5829, 56.0280],[-5.573901, 56.0337],[-5.567999, 56.0383],[-5.5654, 56.0403],[-5.5646, 56.0411],[-5.564301, 56.0419],[-5.5646, 56.0422],[-5.5657, 56.0423],[-5.568501, 56.0408],[-5.5706, 56.0396],[-5.577499, 56.0370],[-5.5815, 56.0348],[-5.583399, 56.0338],[-5.5847, 56.0330],[-5.586299, 56.0319],[-5.586699, 56.0318],[-5.5866, 56.0323],[-5.58350, 56.0353],[-5.583099, 56.0363],[-5.582799, 56.0370],[-5.580599, 56.0387],[-5.5805, 56.0391],[-5.580599, 56.0394],[-5.5808, 56.0395],[-5.5815, 56.0394],[-5.5823, 56.0394],[-5.5829, 56.0392],[-5.583701, 56.0393],[-5.584101, 56.0395],[-5.5847, 56.0398],[-5.585299, 56.0398],[-5.586299, 56.0391],[-5.5875, 56.0379],[-5.5878, 56.0375],[-5.588399, 56.035],[-5.5891, 56.0344],[-5.59, 56.0338],[-5.591499, 56.0327],[-5.59310, 56.0310],[-5.595399, 56.0265],[-5.596601, 56.0256],[-5.5973, 56.0255],[-5.597799, 56.0256],[-5.597899, 56.0258],[-5.5977, 56.0263],[-5.5977, 56.0266],[-5.597899, 56.0266],[-5.598501, 56.0265],[-5.600399, 56.0256],[-5.601, 56.0256],[-5.602099, 56.0261],[-5.602799, 56.0263],[-5.6036, 56.0261],[-5.6051, 56.0252],[-5.606801, 56.0248],[-5.607299, 56.0253],[-5.6071, 56.0259],[-5.6047, 56.0279],[-5.6005, 56.0311],[-5.598199, 56.0334],[-5.5952, 56.0353],[-5.5897, 56.0393],[-5.5851, 56.0434],[-5.5839, 56.0452],[-5.583099, 56.0471],[-5.582399, 56.0475],[-5.5811, 56.0483],[-5.579101, 56.0495],[-5.576099, 56.0517],[-5.574699, 56.0532],[-5.574501, 56.0543],[-5.5743, 56.0556],[-5.5746, 56.0561],[-5.575799, 56.0558],[-5.577199, 56.055],[-5.578199, 56.0544],[-5.5788, 56.0537],[-5.579599, 56.0526],[-5.581299, 56.0509],[-5.584899, 56.0488],[-5.58610, 56.0478],[-5.58710, 56.0463],[-5.5887, 56.0445],[-5.590799, 56.0428],[-5.5924, 56.0412],[-5.5938, 56.0397],[-5.595399, 56.0377],[-5.60180, 56.0322],[-5.6091, 56.0273],[-5.6107, 56.026],[-5.6128, 56.0248],[-5.6146, 56.0246],[-5.616001, 56.0246],[-5.617001, 56.0248],[-5.6181, 56.026],[-5.618999, 56.0265],[-5.62010, 56.0267],[-5.6213, 56.0263],[-5.625199, 56.0243],[-5.6254, 56.0239],[-5.6254, 56.0236],[-5.625, 56.0231],[-5.625199, 56.0228],[-5.626201, 56.0222],[-5.626201, 56.0220],[-5.6258, 56.0217],[-5.6239, 56.0214],[-5.6219, 56.0213],[-5.6202, 56.0216],[-5.6192, 56.0216],[-5.618501, 56.0216],[-5.6173, 56.0212],[-5.615799, 56.0209],[-5.6132, 56.0207],[-5.6112, 56.0204],[-5.610799, 56.0198],[-5.611001, 56.0188],[-5.611499, 56.0177],[-5.6125, 56.0167],[-5.615399, 56.014],[-5.6173, 56.0124],[-5.619599, 56.0102],[-5.627999, 56.0043],[-5.6312, 56.0017],[-5.6325, 55.9999],[-5.632999, 55.9981],[-5.63500, 55.9953],[-5.636499, 55.9932],[-5.6378, 55.9919],[-5.63940, 55.9909],[-5.6406, 55.9902],[-5.642001, 55.9888],[-5.646699, 55.9851],[-5.64820, 55.9842],[-5.6496, 55.9840],[-5.65160, 55.9843],[-5.65710, 55.9844],[-5.657499, 55.9848],[-5.657499, 55.9852],[-5.65710, 55.9857],[-5.6536, 55.9879],[-5.65160, 55.9894],[-5.6504, 55.9906],[-5.6504, 55.9924],[-5.650499, 55.9939],[-5.6458, 55.9994],[-5.645299, 56.0001],[-5.6381, 56.0086],[-5.635499, 56.012],[-5.6352, 56.0131],[-5.6353, 56.0135],[-5.636499, 56.0138],[-5.637899, 56.0132],[-5.639501, 56.0117],[-5.643701, 56.0056],[-5.6464, 56.0028],[-5.64820, 56.0018],[-5.6511, 56.0016],[-5.6525, 56.0012],[-5.6531, 56.0004],[-5.6532, 55.9995],[-5.6532, 55.9989],[-5.6532, 55.9974],[-5.6536, 55.9966],[-5.654301, 55.9959],[-5.65520, 55.9944],[-5.65620, 55.9925],[-5.657001, 55.9913],[-5.658501, 55.9897],[-5.6608, 55.9879],[-5.6627, 55.9866],[-5.663199, 55.9861],[-5.663199, 55.985],[-5.664, 55.9840],[-5.664, 55.9825],[-5.663701, 55.9806],[-5.6639, 55.9804],[-5.6647, 55.9803],[-5.6654, 55.9814],[-5.6659, 55.9816],[-5.6664, 55.9816],[-5.666601, 55.9813],[-5.666601, 55.9808],[-5.6659, 55.9801],[-5.665699, 55.9797],[-5.665699, 55.9790],[-5.6664, 55.9786],[-5.6668, 55.9784],[-5.667399, 55.9784],[-5.6683, 55.9788],[-5.670199, 55.9798],[-5.670899, 55.9798],[-5.6715, 55.9795],[-5.67170, 55.9789],[-5.670499, 55.9777],[-5.670499, 55.9769],[-5.6711, 55.9762],[-5.6711, 55.9753],[-5.670499, 55.9746],[-5.669301, 55.9745],[-5.668399, 55.9747],[-5.667799, 55.9750],[-5.666, 55.9765],[-5.66550, 55.977],[-5.664599, 55.9772],[-5.6588, 55.9774],[-5.656801, 55.9778],[-5.6556, 55.9778],[-5.65520, 55.9769],[-5.65520, 55.9766],[-5.6556, 55.9761],[-5.656499, 55.9755],[-5.659501, 55.9732],[-5.6627, 55.9708],[-5.6695, 55.9641],[-5.67070, 55.9631],[-5.671401, 55.963],[-5.67170, 55.9633],[-5.671201, 55.9640],[-5.671401, 55.9645],[-5.672, 55.9645],[-5.6728, 55.9640],[-5.673399, 55.9633],[-5.679501, 55.9585],[-5.6814, 55.9568],[-5.682199, 55.9564],[-5.68480, 55.9567],[-5.6861, 55.9565],[-5.686201, 55.9562],[-5.684899, 55.9554],[-5.683599, 55.9551],[-5.6817, 55.9547],[-5.68060, 55.9536],[-5.679999, 55.9533],[-5.67920, 55.9533],[-5.677999, 55.9539],[-5.6742, 55.9577],[-5.67160, 55.9606],[-5.669301, 55.9628],[-5.6686, 55.9632],[-5.6679, 55.9632],[-5.667699, 55.963],[-5.667699, 55.962],[-5.6683, 55.9615],[-5.670599, 55.9598],[-5.672, 55.9576],[-5.674301, 55.9556],[-5.674799, 55.9548],[-5.675099, 55.9542],[-5.6752, 55.952],[-5.6753, 55.95],[-5.67590, 55.9489],[-5.6798, 55.9453],[-5.6859, 55.9384],[-5.68820, 55.9362],[-5.6903, 55.935],[-5.692999, 55.9328],[-5.693399, 55.9328],[-5.6936, 55.9338],[-5.693999, 55.9343],[-5.695199, 55.9346],[-5.696499, 55.9346],[-5.697001, 55.9335],[-5.6974, 55.9332],[-5.697999, 55.9332],[-5.6984, 55.9334],[-5.6987, 55.9342],[-5.699399, 55.9343],[-5.700799000000002, 55.9342],[-5.700799000000002, 55.9347],[-5.699399, 55.9361],[-5.699399, 55.9364],[-5.69980, 55.9369],[-5.700699, 55.9376],[-5.702899, 55.9376],[-5.703599, 55.938],[-5.703599, 55.9384],[-5.702899, 55.9392],[-5.702899, 55.9396],[-5.704101, 55.9402],[-5.704199, 55.9406],[-5.7039, 55.9426],[-5.70270, 55.9439],[-5.701601, 55.9461],[-5.701099, 55.9481],[-5.7005, 55.9498],[-5.70020, 55.9503],[-5.70020, 55.951],[-5.70020, 55.9526],[-5.6993, 55.9536],[-5.69750, 55.9548],[-5.696401, 55.9552],[-5.694301, 55.956],[-5.6936, 55.9564],[-5.691299, 55.9580],[-5.6908, 55.9583],[-5.690199, 55.9583],[-5.689301, 55.9580],[-5.689101, 55.9569],[-5.6889, 55.9562],[-5.6879, 55.9563],[-5.68720, 55.9567],[-5.6864, 55.9584],[-5.68380, 55.9621],[-5.6823, 55.9634],[-5.681601000000002, 55.9640],[-5.681201, 55.9648],[-5.680799, 55.9659],[-5.679599, 55.9669],[-5.677899, 55.9679],[-5.676401, 55.9692],[-5.676099, 55.9696],[-5.676401, 55.9698],[-5.67780, 55.9696],[-5.679999, 55.9685],[-5.68340, 55.9663],[-5.6859, 55.9652],[-5.68900, 55.965],[-5.68960, 55.9644],[-5.68960, 55.9628],[-5.689899, 55.9626],[-5.691401, 55.9626],[-5.692299, 55.9626],[-5.6936, 55.9624],[-5.6953, 55.9619],[-5.6962, 55.9618],[-5.697199, 55.9622],[-5.6982, 55.9622],[-5.700799000000002, 55.9615],[-5.702099, 55.9609],[-5.703, 55.9602],[-5.7054, 55.957],[-5.706601, 55.9552],[-5.708099, 55.9538],[-5.711299, 55.9507],[-5.71260, 55.9502],[-5.7133, 55.9502],[-5.7137, 55.9504],[-5.7136, 55.9512],[-5.713399, 55.9519],[-5.712299, 55.953],[-5.71070, 55.9544],[-5.708399, 55.9563],[-5.707799, 55.9576],[-5.706299, 55.9601],[-5.7048, 55.9623],[-5.7048, 55.9627],[-5.70600, 55.9627],[-5.706699, 55.9629],[-5.706699, 55.9635],[-5.70600, 55.9642],[-5.703599, 55.9653],[-5.703599, 55.9657],[-5.7038, 55.9661],[-5.704199, 55.9663],[-5.7048, 55.9662],[-5.70640, 55.9651],[-5.707001, 55.9649],[-5.70730, 55.9652],[-5.70730, 55.9658],[-5.70650, 55.9671],[-5.7043, 55.9688],[-5.7019, 55.9714],[-5.698501, 55.974],[-5.6963, 55.9766],[-5.693399, 55.9792],[-5.6908, 55.9808],[-5.68380, 55.9862],[-5.682799, 55.9881],[-5.682001, 55.989],[-5.681099, 55.9899],[-5.678299, 55.9913],[-5.67770, 55.9917],[-5.6774, 55.9921],[-5.677499, 55.9925],[-5.678299, 55.9925],[-5.681099, 55.991],[-5.68580, 55.9870],[-5.6873, 55.9865],[-5.68760, 55.9869],[-5.68760, 55.9874],[-5.686201, 55.9888],[-5.6854, 55.9899],[-5.685299, 55.9909],[-5.6847, 55.9921],[-5.6813, 55.9948],[-5.68020, 55.9955],[-5.6798, 55.9963],[-5.679501, 55.9976],[-5.67870, 55.9987],[-5.678199, 55.999],[-5.676499, 55.9995],[-5.6756, 56.0001],[-5.675099, 56.0007],[-5.672999, 56.0039],[-5.67160, 56.0049],[-5.6695, 56.0066],[-5.6683, 56.0083],[-5.66550, 56.0114],[-5.663701, 56.0127],[-5.662099, 56.0138],[-5.6608, 56.0143],[-5.6587, 56.0138],[-5.658199, 56.014],[-5.657899, 56.0146],[-5.657199, 56.0165],[-5.655799, 56.0183],[-5.6538, 56.0208],[-5.653501, 56.0217],[-5.653501, 56.0219],[-5.6537, 56.0224],[-5.6549, 56.0228],[-5.65530, 56.0231],[-5.655099, 56.0237],[-5.653501, 56.0247],[-5.652299, 56.0254],[-5.6511, 56.0264],[-5.648399, 56.0285],[-5.64540, 56.0299],[-5.643701, 56.0303],[-5.6401, 56.0293],[-5.638299, 56.0288],[-5.6363, 56.0284],[-5.635799, 56.0288],[-5.63500, 56.0311],[-5.63560, 56.0327],[-5.636001, 56.0343],[-5.636499, 56.0349],[-5.638999, 56.0344],[-5.64020, 56.0345],[-5.640399, 56.0353],[-5.6399, 56.0364],[-5.63840, 56.0379],[-5.637001, 56.0393],[-5.6362, 56.0407],[-5.6362, 56.0414],[-5.636499, 56.0418],[-5.6373, 56.0423],[-5.6374, 56.0432],[-5.637199, 56.0438],[-5.633501, 56.0472],[-5.631001, 56.0496],[-5.631001, 56.0501],[-5.631401, 56.0503],[-5.632199, 56.0502],[-5.632699, 56.0504],[-5.632599, 56.0508],[-5.62950, 56.0526],[-5.6286, 56.0535],[-5.628799, 56.0538],[-5.629301, 56.0537],[-5.63040, 56.0532],[-5.631499, 56.0529],[-5.631801, 56.053],[-5.631801, 56.0533],[-5.631001, 56.0541],[-5.62570, 56.0566],[-5.624199, 56.0565],[-5.623199, 56.0564],[-5.6209, 56.058],[-5.620399, 56.0587],[-5.619599, 56.0608],[-5.617899, 56.0624],[-5.6156, 56.064],[-5.614699, 56.0645],[-5.6141, 56.0644],[-5.6141, 56.0639],[-5.616001, 56.0612],[-5.616001, 56.0608],[-5.615399, 56.0604],[-5.614501, 56.0608],[-5.613299, 56.0616],[-5.61240, 56.0624],[-5.611801, 56.063],[-5.608799, 56.0673],[-5.6066, 56.0689],[-5.604899, 56.07],[-5.604899, 56.0705],[-5.605299, 56.071],[-5.6058, 56.0714],[-5.6055, 56.0721],[-5.600699, 56.0756],[-5.59830, 56.0775],[-5.5976, 56.0787],[-5.596401, 56.0806],[-5.5916, 56.0845],[-5.590799, 56.0855],[-5.5886, 56.0868],[-5.585299, 56.0878],[-5.58450, 56.0882],[-5.583399, 56.0916],[-5.5829, 56.0922],[-5.581699, 56.0925],[-5.579199, 56.0924],[-5.576099, 56.0921],[-5.572899, 56.0912],[-5.570199, 56.0898],[-5.5675, 56.0888],[-5.5645, 56.0889],[-5.563399, 56.0894],[-5.560599, 56.0909],[-5.558701, 56.0921],[-5.557099, 56.0924],[-5.5559, 56.0922],[-5.553901, 56.0914],[-5.5517, 56.0911],[-5.549699, 56.0904],[-5.5474, 56.0883],[-5.546801, 56.0873],[-5.5471, 56.0866],[-5.547699, 56.0855],[-5.548901, 56.0837],[-5.549399, 56.0825],[-5.54950, 56.082],[-5.5487, 56.0813],[-5.546201, 56.0803],[-5.541299, 56.0782],[-5.539999, 56.0773],[-5.5389, 56.0759],[-5.537499, 56.0758],[-5.536001, 56.0761],[-5.534999, 56.0758],[-5.533599, 56.0754],[-5.53120, 56.0746],[-5.52950, 56.0744],[-5.5262, 56.0744],[-5.5257, 56.0746],[-5.5253, 56.075],[-5.52510, 56.0755],[-5.525199, 56.0759],[-5.526899, 56.077],[-5.52860, 56.0782],[-5.528999, 56.0785],[-5.52950, 56.0792],[-5.52960, 56.0818],[-5.529301, 56.0829],[-5.526401, 56.0843],[-5.5261, 56.0847],[-5.5261, 56.0849],[-5.5272, 56.0854],[-5.5292, 56.0856],[-5.5309, 56.0858],[-5.533501, 56.0866],[-5.534699, 56.0868],[-5.537199, 56.0862],[-5.5411, 56.0849],[-5.5419, 56.0849],[-5.542, 56.0853],[-5.541699, 56.0862],[-5.5398, 56.0881],[-5.537399, 56.09],[-5.533599, 56.0923],[-5.5275, 56.0979],[-5.5272, 56.0989],[-5.5274, 56.1004],[-5.5281, 56.1012],[-5.531099, 56.1026],[-5.532001, 56.1027],[-5.5328, 56.1025],[-5.5342, 56.1023],[-5.534699, 56.1025],[-5.534699, 56.1032],[-5.5348, 56.1039],[-5.5351, 56.1045],[-5.53560, 56.1048],[-5.537001, 56.1049],[-5.5405, 56.1048],[-5.542099, 56.1046],[-5.544301, 56.1034],[-5.546, 56.1029],[-5.5471, 56.1026],[-5.548399, 56.1027],[-5.549301, 56.1031],[-5.5502, 56.1031],[-5.551401, 56.1023],[-5.552299, 56.1017],[-5.5528, 56.1018],[-5.5527, 56.1028],[-5.552299, 56.1041],[-5.5512, 56.1056],[-5.548901, 56.1077],[-5.546299, 56.1095],[-5.5458, 56.1103],[-5.5458, 56.1107],[-5.546201, 56.111],[-5.5467, 56.1109],[-5.5472, 56.1107],[-5.54790, 56.1101],[-5.5488, 56.1097],[-5.5492, 56.1098],[-5.5492, 56.1101],[-5.5487, 56.1111],[-5.5486, 56.1118],[-5.5491, 56.1121],[-5.55, 56.1121],[-5.552999, 56.1106],[-5.5568, 56.1072],[-5.557799, 56.1063],[-5.558701, 56.1063],[-5.559101, 56.1064],[-5.559199, 56.1068],[-5.5584, 56.1087],[-5.558199, 56.1096],[-5.5584, 56.1102],[-5.5589, 56.1105],[-5.559199, 56.1104],[-5.5614, 56.1101],[-5.5623, 56.1103],[-5.5629, 56.1107],[-5.5635, 56.1106],[-5.5646, 56.1107],[-5.564799, 56.1111],[-5.564799, 56.1119],[-5.565, 56.113],[-5.5658, 56.1137],[-5.565599, 56.1145],[-5.5639, 56.1165],[-5.561699, 56.1186],[-5.559999, 56.1209],[-5.5594, 56.1233],[-5.558701, 56.1248],[-5.557001, 56.1261],[-5.5537, 56.1284],[-5.553501, 56.1292],[-5.5534, 56.1318],[-5.553199, 56.1328],[-5.5527, 56.1337],[-5.5507, 56.1345],[-5.549699, 56.1351],[-5.549399, 56.1362],[-5.5488, 56.1374],[-5.5481, 56.1382],[-5.546801, 56.1391],[-5.545899, 56.1397],[-5.545499, 56.1406],[-5.5454, 56.1414],[-5.546, 56.1432],[-5.5457, 56.1439],[-5.544899, 56.1445],[-5.5419, 56.1457],[-5.539599, 56.1472],[-5.5384, 56.1490],[-5.533999, 56.1519],[-5.5328, 56.1538],[-5.531401, 56.1549],[-5.5291, 56.1568],[-5.5275, 56.1587],[-5.5266, 56.1594],[-5.524799, 56.1599],[-5.5229, 56.1607],[-5.521699, 56.1616],[-5.5204, 56.163],[-5.5176, 56.1662],[-5.5165, 56.1677],[-5.515399, 56.1691],[-5.5151, 56.1698],[-5.5149, 56.1707],[-5.516699, 56.174],[-5.517001, 56.1747],[-5.5172, 56.1755],[-5.517001, 56.1765],[-5.5152, 56.1782],[-5.5144, 56.1791],[-5.5128, 56.1811],[-5.511401, 56.1818],[-5.507199, 56.183],[-5.50420, 56.184],[-5.501801, 56.1857],[-5.50070, 56.1873],[-5.501201, 56.1883],[-5.5029, 56.1897],[-5.5066, 56.1916],[-5.5106, 56.1917],[-5.513, 56.1915],[-5.5158, 56.191],[-5.518, 56.1903],[-5.520199, 56.1897],[-5.5232, 56.1888],[-5.5258, 56.1872],[-5.529699, 56.1843],[-5.537499, 56.1796],[-5.5398, 56.1783],[-5.5447, 56.175],[-5.5467, 56.173],[-5.549699, 56.1703],[-5.551401, 56.1696],[-5.553299, 56.1683],[-5.555699, 56.1661],[-5.557499, 56.1652],[-5.559599, 56.1649],[-5.561601, 56.1638],[-5.565199, 56.1620],[-5.567999, 56.1602],[-5.571899, 56.1588],[-5.5742, 56.1582],[-5.5767, 56.1578],[-5.577001, 56.1572],[-5.576401, 56.1564],[-5.574999, 56.1550],[-5.5753, 56.1514],[-5.5759, 56.1504],[-5.577899, 56.1491],[-5.578501, 56.1482],[-5.5788, 56.1471],[-5.579, 56.1467],[-5.5802, 56.1462],[-5.5826, 56.1457],[-5.5847, 56.1445],[-5.58610, 56.1440],[-5.5879, 56.1437],[-5.5897, 56.1427],[-5.590899, 56.1413],[-5.5912, 56.1406],[-5.590799, 56.14],[-5.5903, 56.1397],[-5.5903, 56.1391],[-5.591001, 56.138],[-5.591899, 56.1371],[-5.592999, 56.1364],[-5.594999, 56.1353],[-5.5962, 56.1341],[-5.597799, 56.1335],[-5.6005, 56.1324],[-5.602499, 56.1319],[-5.6035, 56.1309],[-5.603701, 56.1305],[-5.60440, 56.1306],[-5.604899, 56.131],[-5.6055, 56.1315],[-5.6066, 56.132],[-5.6082, 56.1323],[-5.6096, 56.1324],[-5.611401, 56.132],[-5.6121, 56.1323],[-5.612199, 56.1328],[-5.611899, 56.1334],[-5.609399, 56.1355],[-5.6066, 56.1387],[-5.603099, 56.1428],[-5.600299, 56.1446],[-5.5962, 56.1465],[-5.594699, 56.1477],[-5.592199, 56.1498],[-5.590099, 56.1512],[-5.5887, 56.1521],[-5.5872, 56.1531],[-5.586401, 56.1537],[-5.586299, 56.1543],[-5.5875, 56.1543],[-5.588901, 56.1539],[-5.590499, 56.1538],[-5.591801, 56.1535],[-5.59410, 56.1525],[-5.597199, 56.1486],[-5.598501, 56.148],[-5.599501, 56.1484],[-5.60020, 56.1493],[-5.600299, 56.1500],[-5.599199, 56.1513],[-5.599199, 56.1517],[-5.599599, 56.1516],[-5.6005, 56.1511],[-5.601, 56.1511],[-5.601201, 56.1512],[-5.601099, 56.1518],[-5.600699, 56.1524],[-5.59930, 56.1532],[-5.598199, 56.1542],[-5.598, 56.1557],[-5.597199, 56.1571],[-5.5956, 56.1590],[-5.593999, 56.1601],[-5.59410, 56.1608],[-5.594399, 56.1612],[-5.5952, 56.1612],[-5.597099, 56.1609],[-5.5977, 56.1612],[-5.597899, 56.1619],[-5.5977, 56.1626],[-5.595099, 56.1645],[-5.591801, 56.1677],[-5.58960, 56.169],[-5.5882, 56.1697],[-5.584301, 56.1693],[-5.583099, 56.1697],[-5.582699, 56.1704],[-5.582699, 56.1709],[-5.583, 56.1711],[-5.584301, 56.1711],[-5.584599, 56.1712],[-5.584599, 56.1716],[-5.5833, 56.1722],[-5.5822, 56.1726],[-5.5822, 56.1727],[-5.582699, 56.173],[-5.5851, 56.1732],[-5.586, 56.1735],[-5.586201, 56.174],[-5.586, 56.1757],[-5.58450, 56.1779],[-5.583701, 56.1792],[-5.582399, 56.181],[-5.58100, 56.1817],[-5.579199, 56.1821],[-5.5769, 56.182],[-5.5752, 56.1834],[-5.573999, 56.1842],[-5.5737, 56.1856],[-5.572599, 56.1877],[-5.57, 56.1901],[-5.5691, 56.1907],[-5.568399, 56.1924],[-5.568299, 56.1938],[-5.5679, 56.1949],[-5.567, 56.1963],[-5.564101, 56.1987],[-5.5619, 56.1996],[-5.5604, 56.2003],[-5.5598, 56.2015],[-5.559199, 56.2028],[-5.5568, 56.2044],[-5.55560, 56.2047],[-5.555399, 56.2052],[-5.5552, 56.2059],[-5.5552, 56.2065],[-5.55560, 56.207],[-5.556601, 56.2071],[-5.557499, 56.2069],[-5.5584, 56.2069],[-5.5585, 56.2072],[-5.5573, 56.2083],[-5.557199, 56.2087],[-5.5576, 56.209],[-5.5588, 56.2093],[-5.5589, 56.2097],[-5.558701, 56.2103],[-5.5581, 56.2107],[-5.5568, 56.2102],[-5.5559, 56.2098],[-5.555399, 56.2098],[-5.555099, 56.2104],[-5.554501, 56.2112],[-5.553299, 56.2119],[-5.5507, 56.2127],[-5.5481, 56.2134],[-5.545, 56.2153],[-5.54180, 56.2175],[-5.5398, 56.2180],[-5.5401, 56.2188],[-5.542699, 56.2193],[-5.544799, 56.2201],[-5.54530, 56.2212],[-5.544899, 56.2230],[-5.544899, 56.2244],[-5.5458, 56.2273],[-5.546401, 56.2286],[-5.546899, 56.2305],[-5.5475, 56.2317],[-5.548399, 56.2324],[-5.5509, 56.2333],[-5.5549, 56.2342],[-5.557099, 56.2347],[-5.559501, 56.2331],[-5.5602, 56.2332],[-5.561299, 56.234],[-5.564, 56.2353],[-5.5645, 56.2361],[-5.564101, 56.2372],[-5.5619, 56.2391],[-5.558599, 56.2396],[-5.5568, 56.24],[-5.554699, 56.2404],[-5.5528, 56.24],[-5.551001, 56.2396],[-5.5471, 56.2397],[-5.5432, 56.24],[-5.5394, 56.2415],[-5.5364, 56.2446],[-5.534599, 56.2454],[-5.5316, 56.245],[-5.5287, 56.245],[-5.5261, 56.2465],[-5.524301, 56.2479],[-5.5245, 56.2483],[-5.525499, 56.249],[-5.525199, 56.2498],[-5.524199, 56.25],[-5.522399, 56.25],[-5.5215, 56.2496],[-5.519199, 56.2478],[-5.5179, 56.247],[-5.514999, 56.2471],[-5.5106, 56.2478],[-5.509699, 56.2484],[-5.510099, 56.2511],[-5.508901, 56.2532],[-5.5075, 56.2541],[-5.506299, 56.2548],[-5.5049, 56.2554],[-5.503099, 56.2557],[-5.5008, 56.2561],[-5.497799, 56.2575],[-5.494501, 56.2575],[-5.4913, 56.2571],[-5.487, 56.2566],[-5.4836, 56.2563],[-5.481699, 56.2567],[-5.4805, 56.2574],[-5.48070, 56.2578],[-5.4821, 56.2581],[-5.4853, 56.2588],[-5.4891, 56.2609],[-5.490399, 56.2612],[-5.492899, 56.2624],[-5.493701, 56.2630],[-5.494699, 56.2647],[-5.4948, 56.2654],[-5.4948, 56.2665],[-5.493299, 56.2684],[-5.4931, 56.2689],[-5.4931, 56.2694],[-5.4938, 56.2699],[-5.4963, 56.2703],[-5.4973, 56.2705],[-5.4989, 56.2706],[-5.500899, 56.2707],[-5.502699, 56.2709],[-5.504, 56.2708],[-5.505899, 56.27],[-5.507199, 56.2691],[-5.507699, 56.2682],[-5.5081, 56.2668],[-5.5086, 56.2667],[-5.509399, 56.2669],[-5.5099, 56.2669],[-5.51120, 56.2654],[-5.5117, 56.2633],[-5.5124, 56.2622],[-5.513299, 56.2614],[-5.513901, 56.261],[-5.514501, 56.2607],[-5.515299, 56.2607],[-5.5158, 56.2613],[-5.516001, 56.262],[-5.516699, 56.2631],[-5.518, 56.2637],[-5.520199, 56.2639],[-5.522699, 56.2630],[-5.52510, 56.2621],[-5.528299, 56.261],[-5.5306, 56.2603],[-5.531801, 56.2597],[-5.5337, 56.2593],[-5.537399, 56.2593],[-5.5389, 56.2596],[-5.540599, 56.2598],[-5.543, 56.2603],[-5.546, 56.2598],[-5.547599, 56.2599],[-5.5502, 56.2602],[-5.553199, 56.2609],[-5.55560, 56.2613],[-5.5594, 56.2615],[-5.5608, 56.2609],[-5.5639, 56.2593],[-5.566899, 56.2576],[-5.5695, 56.2566],[-5.5717, 56.2555],[-5.572299, 56.2553],[-5.5741, 56.2541],[-5.5753, 56.2522],[-5.576601, 56.2506],[-5.578199, 56.25],[-5.5801, 56.2495],[-5.58190, 56.2495],[-5.585, 56.2504],[-5.5865, 56.251],[-5.588099, 56.251],[-5.589799, 56.251],[-5.59410, 56.2504],[-5.5952, 56.2509],[-5.596001, 56.2519],[-5.596401, 56.2536],[-5.596401, 56.2552],[-5.5953, 56.2585],[-5.593299, 56.2609],[-5.591499, 56.2633],[-5.5912, 56.2636],[-5.5911, 56.2639],[-5.5924, 56.2661],[-5.592199, 56.2674],[-5.591401, 56.2685],[-5.5891, 56.2703],[-5.5875, 56.2715],[-5.58700, 56.2720],[-5.585899, 56.2736],[-5.58440, 56.2759],[-5.582699, 56.2774],[-5.582001, 56.2779],[-5.581699, 56.2795],[-5.5811, 56.2813],[-5.5797, 56.2833],[-5.579101, 56.2838],[-5.57830, 56.2849],[-5.57840, 56.2857],[-5.5788, 56.2866],[-5.5798, 56.2875],[-5.581299, 56.2878],[-5.5829, 56.2878],[-5.5847, 56.2866],[-5.587299, 56.2840],[-5.588399, 56.2835],[-5.588799, 56.2837],[-5.5887, 56.2846],[-5.587699, 56.2872],[-5.58700, 56.2905],[-5.584899, 56.2972],[-5.584301, 56.2984],[-5.58440, 56.2993],[-5.585599, 56.3007],[-5.5857, 56.3016],[-5.584899, 56.304],[-5.584799, 56.3061],[-5.584799, 56.3068],[-5.58440, 56.3073],[-5.583399, 56.3078],[-5.5829, 56.3082],[-5.582399, 56.3094],[-5.581299, 56.3122],[-5.5801, 56.3139],[-5.578501, 56.3156],[-5.57830, 56.3168],[-5.578701, 56.3211],[-5.5777, 56.3261],[-5.577099, 56.3286],[-5.5753, 56.3317],[-5.5752, 56.3326],[-5.575399, 56.3341],[-5.574999, 56.3347],[-5.5686, 56.3372],[-5.567, 56.3382],[-5.565499, 56.3394],[-5.563099, 56.3400],[-5.5615, 56.3414],[-5.5608, 56.3424],[-5.56010, 56.3433],[-5.5577, 56.3449],[-5.5552, 56.3462],[-5.551401, 56.3482],[-5.5481, 56.349],[-5.547299, 56.349],[-5.5465, 56.3485],[-5.545499, 56.3474],[-5.5439, 56.3467],[-5.5433, 56.3457],[-5.5426, 56.3455],[-5.5414, 56.3455],[-5.54080, 56.3457],[-5.5401, 56.3462],[-5.539199, 56.3475],[-5.5385, 56.3487],[-5.538099, 56.3498],[-5.537199, 56.3505],[-5.5363, 56.3508],[-5.5349, 56.3502],[-5.533, 56.3494],[-5.5316, 56.3488],[-5.5271, 56.3462],[-5.52250, 56.3432],[-5.5198, 56.3429],[-5.5189, 56.3430],[-5.517799, 56.3438],[-5.5165, 56.3441],[-5.5144, 56.3439],[-5.509501, 56.3443],[-5.506401, 56.346],[-5.50420, 56.3478],[-5.5014, 56.3503],[-5.4986, 56.3516],[-5.4943, 56.3529],[-5.4836, 56.3541],[-5.4731, 56.3534],[-5.469699, 56.354],[-5.465499, 56.3549],[-5.461201, 56.3568],[-5.459, 56.3573],[-5.4568, 56.3577],[-5.4543, 56.3596],[-5.447199, 56.3618],[-5.441299, 56.3627],[-5.4411, 56.363],[-5.441201, 56.3634],[-5.441899, 56.3641],[-5.442299, 56.3644],[-5.442299, 56.3647],[-5.4411, 56.365],[-5.4411, 56.3652],[-5.441201, 56.3654],[-5.441801, 56.3656],[-5.442999, 56.366],[-5.443799, 56.3663],[-5.44410, 56.3667],[-5.44410, 56.3671],[-5.4436, 56.3675],[-5.4437, 56.3677],[-5.4445, 56.3681],[-5.4463, 56.3686],[-5.447899, 56.3686],[-5.45190, 56.3676],[-5.461699, 56.3646],[-5.46500, 56.363],[-5.4661, 56.3616],[-5.466801, 56.3608],[-5.4674, 56.3602],[-5.468299, 56.3597],[-5.470099, 56.3592],[-5.4717, 56.3587],[-5.474101, 56.3572],[-5.4764, 56.3564],[-5.4793, 56.3564],[-5.482299, 56.3567],[-5.4849, 56.358],[-5.4878, 56.3586],[-5.489501, 56.3584],[-5.4918, 56.3582],[-5.4928, 56.3587],[-5.493199, 56.3592],[-5.493199, 56.3597],[-5.492099, 56.3609],[-5.488999, 56.3634],[-5.488901, 56.3637],[-5.4891, 56.364],[-5.489501, 56.3641],[-5.4903, 56.3641],[-5.4912, 56.3639],[-5.493599, 56.3629],[-5.494599, 56.3626],[-5.4948, 56.3623],[-5.4942, 56.3615],[-5.4943, 56.3611],[-5.494999, 56.3602],[-5.4973, 56.3588],[-5.501299, 56.3573],[-5.50260, 56.3573],[-5.504399, 56.3577],[-5.505, 56.3577],[-5.506401, 56.357],[-5.511099, 56.3521],[-5.512899, 56.3495],[-5.5143, 56.3482],[-5.516001, 56.3472],[-5.518199, 56.3467],[-5.52, 56.3468],[-5.521, 56.3474],[-5.521201, 56.3485],[-5.521, 56.3498],[-5.5214, 56.3504],[-5.52250, 56.3516],[-5.5236, 56.3529],[-5.5254, 56.3549],[-5.5262, 56.3553],[-5.527299, 56.3556],[-5.531899, 56.355],[-5.532899, 56.3551],[-5.53310, 56.3558],[-5.533, 56.3565],[-5.5334, 56.3572],[-5.534699, 56.3579],[-5.535399, 56.3589],[-5.5358, 56.3604],[-5.535699, 56.3615],[-5.535399, 56.3622],[-5.533599, 56.3646],[-5.532499, 56.366],[-5.5307, 56.3683],[-5.52960, 56.3693],[-5.527299, 56.3707],[-5.526801, 56.3711],[-5.52700, 56.3714],[-5.528399, 56.3716],[-5.5303, 56.3717],[-5.5309, 56.3719],[-5.53120, 56.3722],[-5.531099, 56.3729],[-5.5309, 56.3736],[-5.528999, 56.3751],[-5.5245, 56.3761],[-5.524301, 56.3765],[-5.524301, 56.377],[-5.524, 56.3774],[-5.522099, 56.3781],[-5.5215, 56.3788],[-5.5215, 56.3792],[-5.521801, 56.38],[-5.52250, 56.381],[-5.523099, 56.3813],[-5.523799, 56.3814],[-5.5266, 56.3805],[-5.5274, 56.3805],[-5.5275, 56.3808],[-5.5229, 56.3834],[-5.5214, 56.3843],[-5.521, 56.3850],[-5.5208, 56.3865],[-5.5205, 56.3879],[-5.518799, 56.3894],[-5.513999, 56.3919],[-5.513199, 56.3926],[-5.512899, 56.3934],[-5.513299, 56.395],[-5.5128, 56.3960],[-5.5118, 56.3967],[-5.507199, 56.3983],[-5.5053, 56.3993],[-5.503799, 56.4010],[-5.5025, 56.4027],[-5.500299, 56.4047],[-5.498799, 56.4056],[-5.4972, 56.4057],[-5.493599, 56.4065],[-5.490099, 56.4075],[-5.487299, 56.4085],[-5.485799, 56.4095],[-5.4842, 56.4108],[-5.482699, 56.4115],[-5.48070, 56.4117],[-5.478, 56.4116],[-5.4751, 56.4108],[-5.4738, 56.4115],[-5.472799, 56.4123],[-5.471601, 56.4134],[-5.4705, 56.4137],[-5.4705, 56.4143],[-5.471499, 56.4155],[-5.472099, 56.4158],[-5.4744, 56.4185],[-5.476099, 56.4194],[-5.478199, 56.4202],[-5.479199, 56.4212],[-5.480199, 56.4226],[-5.4805, 56.4243],[-5.481, 56.4253],[-5.4819, 56.4259],[-5.4832, 56.4261],[-5.483399, 56.4267],[-5.483399, 56.4272],[-5.4829, 56.4278],[-5.480299, 56.4299],[-5.47980, 56.4305],[-5.47980, 56.431],[-5.4801, 56.4317],[-5.48070, 56.4331],[-5.480899, 56.4336],[-5.4811, 56.4353],[-5.480599, 56.4364],[-5.47980, 56.4369],[-5.479101, 56.437],[-5.4786, 56.4367],[-5.478799, 56.436],[-5.479101, 56.4353],[-5.479, 56.4348],[-5.478099, 56.4345],[-5.477099, 56.4344],[-5.4765, 56.4348],[-5.475299, 56.4359],[-5.474199, 56.4361],[-5.472199, 56.4357],[-5.4717, 56.436],[-5.4713, 56.4366],[-5.4705, 56.437],[-5.467599, 56.4375],[-5.4661, 56.4382],[-5.4656, 56.4393],[-5.46500, 56.4429],[-5.4646, 56.4442],[-5.463099, 56.4456],[-5.460599, 56.4468],[-5.459301, 56.4479],[-5.4547, 56.4496],[-5.448999, 56.4512],[-5.445799, 56.4522],[-5.44420, 56.4524],[-5.4422, 56.4521],[-5.4417, 56.4523],[-5.4415, 56.4541],[-5.441201, 56.4544],[-5.43970, 56.4552],[-5.437699, 56.4559],[-5.434, 56.4556],[-5.4338, 56.4554],[-5.433701, 56.4551],[-5.434101, 56.4545],[-5.435299, 56.4537],[-5.4361, 56.4529],[-5.4364, 56.4524],[-5.4369, 56.4511],[-5.437399, 56.4508],[-5.438399, 56.4507],[-5.4404, 56.4508],[-5.441801, 56.4502],[-5.4424, 56.4496],[-5.4417, 56.4489],[-5.44, 56.4484],[-5.436201, 56.448],[-5.433, 56.4482],[-5.431001, 56.4485],[-5.4299, 56.4490],[-5.428901, 56.4502],[-5.4281, 56.4506],[-5.427599, 56.4508],[-5.426499, 56.4509],[-5.4228, 56.4514],[-5.42, 56.4518],[-5.4173, 56.4543],[-5.4151, 56.4551],[-5.4135, 56.4552],[-5.4126, 56.4551],[-5.4126, 56.4544],[-5.413799, 56.4521],[-5.413599, 56.4513],[-5.412799, 56.4508],[-5.4114, 56.4509],[-5.4074, 56.4511],[-5.4062, 56.4512],[-5.4053, 56.4516],[-5.4046, 56.4525],[-5.4038, 56.4532],[-5.402599, 56.4535],[-5.4007, 56.4535],[-5.3972, 56.4528],[-5.395299, 56.4525],[-5.394101, 56.453],[-5.392099, 56.4544],[-5.39090, 56.4551],[-5.390699, 56.4581],[-5.39700, 56.4579],[-5.4012, 56.4589],[-5.403299, 56.4594],[-5.4037, 56.4596],[-5.4038, 56.4601],[-5.40310, 56.4611],[-5.4008, 56.4634],[-5.3994, 56.4658],[-5.3986, 56.4671],[-5.398099, 56.4699],[-5.398399, 56.4713],[-5.398799, 56.4737],[-5.401299, 56.4807],[-5.403999, 56.4843],[-5.408, 56.4906],[-5.4102, 56.4924],[-5.417099, 56.4953],[-5.4196, 56.4956],[-5.4215, 56.4955],[-5.4225, 56.4953],[-5.4229, 56.4954],[-5.4231, 56.4961],[-5.422699, 56.4971],[-5.421299, 56.4983],[-5.4196, 56.4997],[-5.418701, 56.5027],[-5.417799, 56.5039],[-5.4175, 56.5047],[-5.4176, 56.5055],[-5.418099, 56.5073],[-5.418399, 56.5079],[-5.418799, 56.508],[-5.4196, 56.5079],[-5.4203, 56.5072],[-5.4208, 56.5058],[-5.4216, 56.5047],[-5.422599, 56.5042],[-5.422999, 56.5037],[-5.423299, 56.5024],[-5.424399, 56.5014],[-5.425, 56.5009],[-5.425099, 56.5006],[-5.425099, 56.5003],[-5.4246, 56.5001],[-5.4237, 56.4999],[-5.4229, 56.4996],[-5.422599, 56.4992],[-5.4228, 56.4987],[-5.425499, 56.4975],[-5.430099, 56.4958],[-5.432499, 56.4942],[-5.433, 56.4935],[-5.4331, 56.4932],[-5.4326, 56.4929],[-5.4326, 56.4926],[-5.432799, 56.4924],[-5.433599, 56.4921],[-5.4361, 56.4896],[-5.4407, 56.4845],[-5.44420, 56.481],[-5.44670, 56.4791],[-5.4499, 56.4769],[-5.4518, 56.4758],[-5.4539, 56.4754],[-5.454899, 56.4754],[-5.4552, 56.4757],[-5.4552, 56.4763],[-5.454599, 56.4772],[-5.4544, 56.4779],[-5.454599, 56.4784],[-5.4547, 56.4787],[-5.454501, 56.4792],[-5.4496, 56.4823],[-5.4475, 56.4844],[-5.447199, 56.4853],[-5.447199, 56.486],[-5.44770, 56.4867],[-5.448901, 56.4876],[-5.449699, 56.4886],[-5.4506, 56.4889],[-5.451401, 56.4887],[-5.453701, 56.4875],[-5.4585, 56.4855],[-5.46250, 56.4827],[-5.464399, 56.4816],[-5.4663, 56.4813],[-5.4674, 56.4814],[-5.4675, 56.4818],[-5.4678, 56.482],[-5.470099, 56.4813],[-5.4709, 56.4812],[-5.4713, 56.4817],[-5.4712, 56.4824],[-5.4684, 56.4848],[-5.4666, 56.4865],[-5.46500, 56.488],[-5.461801, 56.4885],[-5.461801, 56.4887],[-5.461699, 56.489],[-5.4619, 56.4891],[-5.4622, 56.4893],[-5.4628, 56.4896],[-5.4629, 56.49],[-5.462399, 56.4904],[-5.4611, 56.4914],[-5.459799, 56.4929],[-5.4586, 56.4942],[-5.457799, 56.4942],[-5.4569, 56.494],[-5.4547, 56.4939],[-5.454, 56.4939],[-5.4531, 56.4951],[-5.45190, 56.4959],[-5.449399, 56.4965],[-5.4491, 56.4971],[-5.4491, 56.4974],[-5.4498, 56.498],[-5.4512, 56.4985],[-5.453, 56.4978],[-5.45380, 56.4975],[-5.4539, 56.4978],[-5.45380, 56.4983],[-5.452799, 56.4992],[-5.4505, 56.4997],[-5.4499, 56.4999],[-5.44930, 56.5008],[-5.447599, 56.5014],[-5.4446, 56.5028],[-5.444399, 56.5033],[-5.444399, 56.5036],[-5.445099, 56.5039],[-5.445799, 56.5039],[-5.447001, 56.5038],[-5.45030, 56.5025],[-5.450699, 56.5027],[-5.450799, 56.503],[-5.4498, 56.504],[-5.4492, 56.5052],[-5.4487, 56.5063],[-5.4482, 56.5072],[-5.4407, 56.5127],[-5.439199, 56.5150],[-5.437699, 56.5176],[-5.4327, 56.5212],[-5.4314, 56.5217],[-5.431001, 56.5216],[-5.430699, 56.5213],[-5.431601, 56.5204],[-5.43190, 56.5197],[-5.431601, 56.5192],[-5.430699, 56.5188],[-5.42930, 56.5186],[-5.426801, 56.5188],[-5.4224, 56.5203],[-5.4204, 56.5218],[-5.41970, 56.5222],[-5.419301, 56.5232],[-5.419, 56.5252],[-5.418099, 56.5262],[-5.4158, 56.5265],[-5.4134, 56.5261],[-5.4119, 56.5258],[-5.410399, 56.5252],[-5.408901, 56.5245],[-5.408199, 56.5238],[-5.4081, 56.5234],[-5.408501, 56.5229],[-5.410699, 56.5223],[-5.4108, 56.5219],[-5.410399, 56.5216],[-5.409699, 56.5213],[-5.408999, 56.5213],[-5.407899, 56.5219],[-5.4017, 56.5254],[-5.4004, 56.5259],[-5.3997, 56.5260],[-5.398701, 56.5261],[-5.39790, 56.5255],[-5.397099, 56.5242],[-5.3972, 56.5238],[-5.3994, 56.5220],[-5.3996, 56.5211],[-5.3996, 56.5198],[-5.3995, 56.5186],[-5.3991, 56.5178],[-5.3986, 56.517],[-5.397699, 56.5162],[-5.394899, 56.5159],[-5.39180, 56.5155],[-5.39090, 56.5151],[-5.3899, 56.5145],[-5.388199, 56.5136],[-5.3878, 56.5127],[-5.3878, 56.5115],[-5.3874, 56.5107],[-5.38660, 56.5104],[-5.382299, 56.5104],[-5.380499, 56.5107],[-5.3775, 56.5116],[-5.373199, 56.5126],[-5.367499, 56.5146],[-5.365499, 56.5157],[-5.3638, 56.5171],[-5.3621, 56.5173],[-5.3612, 56.5171],[-5.36040, 56.5159],[-5.359399, 56.5151],[-5.35780, 56.5148],[-5.355299, 56.5150],[-5.352399, 56.5156],[-5.351299, 56.5162],[-5.351299, 56.5169],[-5.35260, 56.5182],[-5.35260, 56.5187],[-5.351699, 56.5198],[-5.35010, 56.5202],[-5.349, 56.5204],[-5.344699, 56.5200],[-5.343599, 56.5200],[-5.342299, 56.5196],[-5.33950, 56.5195],[-5.336401, 56.5200],[-5.334199, 56.5205],[-5.3319, 56.5209],[-5.3302, 56.5216],[-5.3283, 56.5225],[-5.327099, 56.5240],[-5.3263, 56.5249],[-5.3243, 56.5255],[-5.3225, 56.5258],[-5.322001, 56.5262],[-5.3211, 56.5273],[-5.320799, 56.5278],[-5.316899, 56.5283],[-5.314, 56.5287],[-5.311, 56.5298],[-5.309899, 56.5311],[-5.3094, 56.532],[-5.309101, 56.5324],[-5.3085, 56.5326],[-5.307899, 56.532],[-5.307799, 56.5315],[-5.30730, 56.5314],[-5.3067, 56.5318],[-5.3056, 56.5338],[-5.304101, 56.5355],[-5.3042, 56.5367],[-5.304101, 56.5372],[-5.303599, 56.5376],[-5.302001, 56.5382],[-5.301499, 56.5388],[-5.30120, 56.5412],[-5.3006, 56.5418],[-5.2991, 56.5425],[-5.298901, 56.5431],[-5.2986, 56.5439],[-5.297999, 56.5441],[-5.2966, 56.5437],[-5.295199, 56.5437],[-5.29320, 56.5445],[-5.292699, 56.5453],[-5.292099, 56.5463],[-5.2915, 56.5468],[-5.288799, 56.5467],[-5.281801, 56.5464],[-5.2762, 56.5451],[-5.273901, 56.5449],[-5.271801, 56.5449],[-5.2683, 56.5452],[-5.2631, 56.5463],[-5.256499, 56.547],[-5.2546, 56.5473],[-5.2519, 56.5475],[-5.24800, 56.5487],[-5.2469, 56.5494],[-5.243199, 56.5537],[-5.2431, 56.5552],[-5.245299, 56.5552],[-5.2458, 56.5555],[-5.246, 56.5562],[-5.2455, 56.5577],[-5.244999, 56.5586],[-5.244501, 56.5595],[-5.243599, 56.5601],[-5.242099, 56.5608],[-5.24180, 56.561],[-5.2417, 56.5612],[-5.2423, 56.5614],[-5.243501, 56.5611],[-5.2444, 56.5611],[-5.2459, 56.5613],[-5.2468, 56.5608],[-5.247799, 56.5603],[-5.2505, 56.5592],[-5.2535, 56.5579],[-5.255799, 56.5568],[-5.258999, 56.5556],[-5.263299, 56.5545],[-5.26630, 56.553],[-5.274899, 56.5515],[-5.277599, 56.5507],[-5.282001, 56.5499],[-5.287199, 56.5487],[-5.2914, 56.5496],[-5.2935, 56.5499],[-5.2946, 56.5496],[-5.2957, 56.5495],[-5.2974, 56.5498],[-5.299799, 56.5514],[-5.30130, 56.5515],[-5.3031, 56.5511],[-5.3067, 56.5511],[-5.310699, 56.5508],[-5.316801, 56.5489],[-5.321499, 56.5478],[-5.322599, 56.5475],[-5.327099, 56.543],[-5.3297, 56.5415],[-5.332399, 56.54],[-5.3344, 56.5381],[-5.335599, 56.5376],[-5.339799, 56.5367],[-5.34210, 56.5356],[-5.344399, 56.5339],[-5.346499, 56.532],[-5.348, 56.5310],[-5.3508, 56.5302],[-5.362899, 56.5254],[-5.363901, 56.5252],[-5.364399, 56.5252],[-5.365099, 56.5259],[-5.366899, 56.5268],[-5.3693, 56.5282],[-5.370399, 56.5294],[-5.371099, 56.5296],[-5.372001, 56.5296],[-5.373, 56.5294],[-5.376801, 56.5268],[-5.377999, 56.5258],[-5.3792, 56.5254],[-5.38, 56.5255],[-5.3803, 56.5257],[-5.3803, 56.5261],[-5.379799, 56.5269],[-5.379799, 56.5273],[-5.3803, 56.5275],[-5.381499, 56.5276],[-5.383399, 56.5282],[-5.383999, 56.5288],[-5.384799, 56.5302],[-5.3852, 56.5310],[-5.385, 56.5323],[-5.3852, 56.5327],[-5.386099, 56.5331],[-5.386499, 56.5336],[-5.386499, 56.5347],[-5.387001, 56.5355],[-5.387599, 56.5355],[-5.388999, 56.535],[-5.3899, 56.5352],[-5.390399, 56.5356],[-5.39090, 56.5364],[-5.3922, 56.5381],[-5.3929, 56.539],[-5.392799, 56.54],[-5.392399, 56.5407],[-5.390399, 56.5425],[-5.3902, 56.5432],[-5.390399, 56.544],[-5.39090, 56.5442],[-5.3922, 56.5446],[-5.3976, 56.5444],[-5.4056, 56.5418],[-5.411699, 56.5401],[-5.41270, 56.54],[-5.413, 56.5403],[-5.413, 56.5407],[-5.412499, 56.5416],[-5.4126, 56.5422],[-5.4126, 56.5429],[-5.412001, 56.5436],[-5.403901, 56.5486],[-5.403501, 56.5493],[-5.4038, 56.5502],[-5.404799, 56.5514],[-5.406401, 56.5518],[-5.408299, 56.552],[-5.4134, 56.5493],[-5.416699, 56.548],[-5.417699, 56.548],[-5.4179, 56.5482],[-5.417699, 56.549],[-5.416, 56.5506],[-5.4135, 56.5528],[-5.4119, 56.5542],[-5.4088, 56.5554],[-5.405499, 56.5563],[-5.4041, 56.5572],[-5.403999, 56.5579],[-5.4045, 56.5589],[-5.404699, 56.5607],[-5.4028, 56.5619],[-5.400199, 56.5628],[-5.3982, 56.5647],[-5.397099, 56.565],[-5.3943, 56.5664],[-5.3919, 56.5677],[-5.3878, 56.5691],[-5.387001, 56.569],[-5.3863, 56.5688],[-5.384699, 56.5679],[-5.383999, 56.567],[-5.3838, 56.5663],[-5.383901, 56.5657],[-5.386401, 56.5641],[-5.388599, 56.5622],[-5.388999, 56.5611],[-5.388199, 56.5604],[-5.387199, 56.5605],[-5.385399, 56.5617],[-5.383901, 56.5631],[-5.382599, 56.5643],[-5.382, 56.5647],[-5.3817, 56.5647],[-5.38, 56.565],[-5.3751, 56.5653],[-5.3715, 56.5657],[-5.3699, 56.5656],[-5.3668, 56.5652],[-5.366099, 56.5654],[-5.3659, 56.5657],[-5.3662, 56.566],[-5.3667, 56.5662],[-5.366899, 56.5666],[-5.366899, 56.567],[-5.367599, 56.5673],[-5.3688, 56.5675],[-5.3706, 56.5676],[-5.3718, 56.5681],[-5.373, 56.5689],[-5.378901, 56.5705],[-5.3803, 56.5712],[-5.3807, 56.5717],[-5.380899, 56.5719],[-5.3807, 56.5749],[-5.3807, 56.5760],[-5.3812, 56.5763],[-5.381801, 56.5763],[-5.382999, 56.5758],[-5.3846, 56.5753],[-5.385799, 56.5756],[-5.386001, 56.5760],[-5.386001, 56.5765],[-5.3836, 56.5807],[-5.3828, 56.5817],[-5.382, 56.5818],[-5.381401, 56.5818],[-5.381001, 56.5813],[-5.381001, 56.5795],[-5.3807, 56.5788],[-5.3803, 56.5787],[-5.379301, 56.5789],[-5.378701, 56.5794],[-5.376, 56.5838],[-5.3729, 56.5865],[-5.3723, 56.5869],[-5.372099, 56.5874],[-5.371699, 56.5897],[-5.3708, 56.5907],[-5.3681, 56.5929],[-5.366001, 56.5945],[-5.3642, 56.5961],[-5.3631, 56.5972],[-5.3617, 56.5989],[-5.360899, 56.6007],[-5.360199, 56.6027],[-5.359301, 56.6041],[-5.3571, 56.6054],[-5.354599, 56.6065],[-5.351299, 56.6079],[-5.348701, 56.6092],[-5.3463, 56.6101],[-5.3431, 56.6121],[-5.3326, 56.6177],[-5.3242, 56.6206],[-5.3187, 56.6163],[-5.317699, 56.615],[-5.3157, 56.6117],[-5.314199, 56.6105],[-5.312099, 56.609],[-5.309999, 56.6076],[-5.3027, 56.6036],[-5.299799, 56.6025],[-5.298901, 56.6023],[-5.298501, 56.6019],[-5.2982, 56.6006],[-5.2978, 56.5998],[-5.296201, 56.5988],[-5.29320, 56.5979],[-5.2919, 56.5974],[-5.28900, 56.5967],[-5.283999, 56.5971],[-5.281899, 56.5977],[-5.2796, 56.5997],[-5.277599, 56.6008],[-5.2761, 56.6013],[-5.2741, 56.6015],[-5.269, 56.5994],[-5.264699, 56.5986],[-5.2606, 56.5970],[-5.2536, 56.595],[-5.247099, 56.5937],[-5.241899, 56.5939],[-5.2366, 56.5943],[-5.2316, 56.5944],[-5.229199, 56.5951],[-5.22800, 56.5965],[-5.2259, 56.599],[-5.219399, 56.6013],[-5.216801, 56.6024],[-5.2167, 56.6031],[-5.217899, 56.6038],[-5.2177, 56.6047],[-5.216001, 56.6065],[-5.2128, 56.608],[-5.2115, 56.6084],[-5.210499, 56.609],[-5.2101, 56.6096],[-5.21, 56.6111],[-5.2122, 56.6152],[-5.212699, 56.617],[-5.2121, 56.6185],[-5.2122, 56.6196],[-5.2137, 56.6208],[-5.216001, 56.6222],[-5.215899, 56.6238],[-5.214799, 56.6279],[-5.2146, 56.6320],[-5.2141, 56.6328],[-5.200799, 56.6304],[-5.1896, 56.6307],[-5.182799, 56.6294],[-5.1745, 56.6274],[-5.1528, 56.6267],[-5.150899, 56.6257],[-5.150199, 56.6249],[-5.15, 56.6236],[-5.152999, 56.6158],[-5.152999, 56.615],[-5.1516, 56.6146],[-5.1414, 56.6166],[-5.1342, 56.6171],[-5.1255, 56.6165],[-5.114301, 56.6161],[-5.091401, 56.6089],[-5.0878, 56.6082],[-5.084199, 56.6083],[-5.0818, 56.6088],[-5.079101, 56.6092],[-5.075799, 56.6109],[-5.0665, 56.6154],[-5.065599, 56.6161],[-5.066299, 56.6166],[-5.070099, 56.6174],[-5.077499, 56.6186],[-5.077799, 56.619],[-5.077799, 56.6197],[-5.0774, 56.6204],[-5.073999, 56.6225],[-5.070799, 56.6239],[-5.068901, 56.6248],[-5.0679, 56.6253],[-5.0671, 56.6254],[-5.0658, 56.6255],[-5.063701, 56.625],[-5.0618, 56.6246],[-5.059599, 56.6251],[-5.0555, 56.6263],[-5.043799, 56.6274],[-5.039899, 56.6295],[-5.039999, 56.6312],[-5.0418, 56.6354],[-5.0422, 56.6383],[-5.0411, 56.6397],[-5.0355, 56.6416],[-5.0282, 56.6430],[-5.02, 56.6406],[-5.010099, 56.6385],[-5.001, 56.6438],[-4.9968, 56.6417]]],[[[-6.117001, 56.6524],[-6.117199, 56.6483],[-6.1168, 56.6475],[-6.1163, 56.6469],[-6.115699000000002, 56.6463],[-6.115099, 56.6460],[-6.106299, 56.6435],[-6.102499, 56.6434],[-6.100599, 56.6435],[-6.09550, 56.6423],[-6.0883, 56.6399],[-6.086201, 56.6391],[-6.085299, 56.6389],[-6.0844, 56.639],[-6.082399, 56.6394],[-6.079899, 56.6397],[-6.0728, 56.6391],[-6.0703, 56.6391],[-6.067, 56.6394],[-6.0665, 56.6392],[-6.0654, 56.6384],[-6.06460, 56.6378],[-6.06360, 56.6373],[-6.062399, 56.6369],[-6.061601, 56.6364],[-6.059501, 56.6347],[-6.0593, 56.6343],[-6.059199, 56.6338],[-6.0593, 56.6323],[-6.059199, 56.6313],[-6.0581, 56.6297],[-6.0577, 56.6286],[-6.0577, 56.628],[-6.057899, 56.6277],[-6.0615, 56.6263],[-6.0625, 56.6252],[-6.064199, 56.6238],[-6.066401, 56.6227],[-6.066899000000002, 56.6214],[-6.067, 56.6205],[-6.066801, 56.6199],[-6.061299, 56.6175],[-6.05980, 56.616],[-6.05880, 56.6154],[-6.0553, 56.6143],[-6.050799, 56.6125],[-6.0503, 56.6124],[-6.04990, 56.6124],[-6.049699, 56.6125],[-6.0496, 56.6128],[-6.04950, 56.6135],[-6.0496, 56.6142],[-6.049699, 56.6148],[-6.0496, 56.6152],[-6.046299, 56.6162],[-6.045599, 56.6162],[-6.04440, 56.6151],[-6.0432, 56.614],[-6.0342, 56.6109],[-6.0323, 56.6105],[-6.030799, 56.6099],[-6.029301, 56.6086],[-6.02460, 56.6053],[-6.023701, 56.6043],[-6.02220, 56.6013],[-6.021299, 56.6006],[-6.0189, 56.5993],[-6.01800, 56.5986],[-6.0172, 56.5969],[-6.0155, 56.5914],[-6.011099, 56.5884],[-6.008399, 56.5867],[-6.006801, 56.5858],[-6.00450, 56.5848],[-6.002999, 56.5842],[-6.000199, 56.5833],[-5.998099, 56.5818],[-5.997099, 56.5814],[-5.99590, 56.5810],[-5.9949, 56.5806],[-5.9943, 56.5802],[-5.99310, 56.5801],[-5.9924, 56.5802],[-5.989399, 56.5805],[-5.988599, 56.5805],[-5.987599000000002, 56.5804],[-5.987199, 56.5802],[-5.986499, 56.5796],[-5.986001, 56.5781],[-5.985, 56.5759],[-5.9842, 56.575],[-5.98330, 56.5744],[-5.98280, 56.5738],[-5.98280, 56.5733],[-5.98280, 56.5728],[-5.984399, 56.5723],[-5.98470, 56.572],[-5.9849, 56.5713],[-5.9849, 56.5704],[-5.984799, 56.5696],[-5.985099, 56.5687],[-5.985099, 56.5673],[-5.985099, 56.5664],[-5.9849, 56.5659],[-5.983701, 56.5656],[-5.982999, 56.5653],[-5.9822, 56.5646],[-5.9811, 56.5637],[-5.980199, 56.5633],[-5.980199, 56.563],[-5.980199, 56.5625],[-5.980199, 56.5621],[-5.98, 56.562],[-5.97950, 56.5619],[-5.97760, 56.5617],[-5.9765, 56.5617],[-5.975399000000002, 56.5611],[-5.973501, 56.5592],[-5.9713, 56.5556],[-5.9703, 56.5541],[-5.97020, 56.5537],[-5.97060, 56.5525],[-5.970699, 56.5515],[-5.970799, 56.5492],[-5.9705, 56.548],[-5.96980, 56.5471],[-5.9691, 56.5466],[-5.9674, 56.5457],[-5.966001, 56.5442],[-5.9647, 56.5423],[-5.96370, 56.5407],[-5.963099000000002, 56.54],[-5.962299, 56.54],[-5.962, 56.5398],[-5.961801, 56.5395],[-5.961699, 56.5391],[-5.962699, 56.5382],[-5.962699, 56.5378],[-5.962299, 56.5366],[-5.96220, 56.5358],[-5.962399, 56.5348],[-5.9636, 56.5341],[-5.9656, 56.5336],[-5.972199, 56.5326],[-5.9723, 56.532],[-5.97060, 56.5315],[-5.967, 56.5312],[-5.963399, 56.5310],[-5.9611, 56.5301],[-5.95800, 56.5271],[-5.956699, 56.5253],[-5.952099, 56.5219],[-5.948999, 56.5190],[-5.947999, 56.5185],[-5.947199, 56.5185],[-5.946801, 56.5188],[-5.94670, 56.5195],[-5.946899, 56.5209],[-5.946401, 56.5214],[-5.945799000000002, 56.5216],[-5.943501, 56.5217],[-5.9417, 56.5218],[-5.941299, 56.5221],[-5.940199, 56.5232],[-5.93970, 56.5238],[-5.9396, 56.5253],[-5.939301, 56.5263],[-5.938701, 56.5263],[-5.937799, 56.5263],[-5.937001, 56.5259],[-5.936601, 56.5251],[-5.935299, 56.5249],[-5.93300, 56.5235],[-5.931601, 56.5212],[-5.9306, 56.5205],[-5.9292, 56.5200],[-5.92520, 56.5199],[-5.9245, 56.5199],[-5.92420, 56.5196],[-5.92420, 56.5195],[-5.924699, 56.5190],[-5.925499, 56.5185],[-5.9257, 56.5182],[-5.925499, 56.5180],[-5.9238, 56.5184],[-5.922, 56.5181],[-5.920199, 56.5173],[-5.9186, 56.5171],[-5.914501, 56.5178],[-5.9102, 56.5193],[-5.908199000000002, 56.5200],[-5.904699, 56.5209],[-5.901899, 56.5213],[-5.899199, 56.5220],[-5.897699, 56.5223],[-5.886099, 56.5216],[-5.883299, 56.5218],[-5.880499, 56.5216],[-5.8761, 56.5211],[-5.8713, 56.5208],[-5.867001, 56.5210],[-5.865799, 56.5213],[-5.862999, 56.5216],[-5.8597, 56.5214],[-5.8579, 56.5210],[-5.85660, 56.5209],[-5.854899, 56.5212],[-5.852799, 56.5212],[-5.8509, 56.5209],[-5.8477, 56.5195],[-5.846099, 56.5181],[-5.843901, 56.5169],[-5.84070, 56.5156],[-5.8387, 56.5142],[-5.83780, 56.5131],[-5.836801, 56.5107],[-5.8365, 56.5103],[-5.833399, 56.5095],[-5.831201, 56.5091],[-5.8288, 56.5086],[-5.825399, 56.5081],[-5.823901, 56.5084],[-5.8231, 56.5091],[-5.82280, 56.5103],[-5.8231, 56.5123],[-5.82340, 56.5148],[-5.8231, 56.5160],[-5.822299, 56.5171],[-5.8212, 56.5174],[-5.8192, 56.5175],[-5.8118, 56.5150],[-5.8098, 56.5148],[-5.8085, 56.5150],[-5.806499, 56.5151],[-5.80490, 56.5150],[-5.803501, 56.5146],[-5.80310, 56.5146],[-5.8027, 56.5152],[-5.8021, 56.5158],[-5.80120, 56.5160],[-5.7954, 56.5157],[-5.7939, 56.5151],[-5.79290, 56.5142],[-5.79190, 56.5116],[-5.7911, 56.5109],[-5.787199000000002, 56.509],[-5.783999, 56.5063],[-5.781099000000002, 56.5061],[-5.7802, 56.5057],[-5.77950, 56.5046],[-5.777599, 56.5027],[-5.7747, 56.5016],[-5.7725, 56.5008],[-5.772299, 56.5004],[-5.772299, 56.5001],[-5.772999, 56.4993],[-5.772799, 56.4988],[-5.772299, 56.4983],[-5.772099, 56.4971],[-5.771601, 56.4965],[-5.77, 56.4956],[-5.769199, 56.4942],[-5.768199, 56.4935],[-5.766001, 56.4916],[-5.76560, 56.4905],[-5.764999, 56.4901],[-5.763501, 56.4897],[-5.7587, 56.4894],[-5.7574, 56.4893],[-5.756401, 56.4887],[-5.754799, 56.4879],[-5.752299, 56.4875],[-5.749199, 56.4867],[-5.7476, 56.4859],[-5.743599, 56.484],[-5.741001, 56.4832],[-5.737899, 56.4828],[-5.7347, 56.4825],[-5.7314, 56.483],[-5.730599, 56.483],[-5.7298, 56.4827],[-5.7293, 56.4826],[-5.72840, 56.4827],[-5.727799, 56.4829],[-5.727399, 56.4833],[-5.726699, 56.4843],[-5.7258, 56.4848],[-5.72380, 56.4853],[-5.7231, 56.4853],[-5.722099, 56.485],[-5.721099, 56.4849],[-5.7203, 56.485],[-5.7198, 56.4852],[-5.719501, 56.4857],[-5.718999, 56.4858],[-5.718501, 56.4859],[-5.7174, 56.4854],[-5.7166, 56.4849],[-5.715799, 56.484],[-5.71490, 56.483],[-5.7095, 56.4793],[-5.709, 56.4786],[-5.709, 56.4779],[-5.709199, 56.4775],[-5.710199, 56.4775],[-5.711201, 56.4777],[-5.711801, 56.4775],[-5.7119, 56.4766],[-5.712299, 56.4754],[-5.7119, 56.4750],[-5.71110, 56.4742],[-5.708799, 56.4726],[-5.7076, 56.4719],[-5.706201, 56.4716],[-5.704101, 56.4719],[-5.703701, 56.4717],[-5.703701, 56.4714],[-5.704199, 56.4711],[-5.7047, 56.4708],[-5.7047, 56.4705],[-5.703599, 56.4701],[-5.699399, 56.4686],[-5.6981, 56.4692],[-5.6974, 56.4696],[-5.6967, 56.4703],[-5.695499, 56.4706],[-5.6945, 56.4704],[-5.693099, 56.4695],[-5.68900, 56.4668],[-5.6865, 56.4651],[-5.68480, 56.4638],[-5.683, 56.4627],[-5.6813, 56.4617],[-5.6793, 56.4608],[-5.677999, 56.4608],[-5.677499, 56.4606],[-5.676899, 56.4600],[-5.676899, 56.4595],[-5.6781, 56.4584],[-5.678901, 56.4575],[-5.679101, 56.4566],[-5.68020, 56.4559],[-5.681499, 56.4554],[-5.682099, 56.4546],[-5.6823, 56.4535],[-5.682199, 56.4527],[-5.681099, 56.4522],[-5.68020, 56.4521],[-5.67920, 56.4521],[-5.677001, 56.4524],[-5.676099, 56.4528],[-5.674301, 56.4537],[-5.6737, 56.4539],[-5.672999, 56.4537],[-5.672999, 56.4535],[-5.67360, 56.4526],[-5.67360, 56.4521],[-5.6732, 56.4515],[-5.67, 56.4511],[-5.664899, 56.4499],[-5.6615, 56.4488],[-5.65940, 56.4489],[-5.658299, 56.4492],[-5.657001, 56.4497],[-5.6563, 56.4504],[-5.6566, 56.453],[-5.65670, 56.4555],[-5.65620, 56.4565],[-5.65520, 56.4572],[-5.653501, 56.4576],[-5.6525, 56.4576],[-5.651401, 56.4572],[-5.6475, 56.4533],[-5.646601, 56.451],[-5.645899000000002, 56.4485],[-5.645599, 56.4463],[-5.6457, 56.4432],[-5.64540, 56.4412],[-5.645299, 56.4402],[-5.64550, 56.4396],[-5.646, 56.4393],[-5.6464, 56.439],[-5.6464, 56.4384],[-5.646, 56.4377],[-5.64540, 56.4367],[-5.64550, 56.4359],[-5.6461, 56.4353],[-5.646201, 56.4351],[-5.6458, 56.4339],[-5.646201, 56.4311],[-5.6465, 56.4299],[-5.647, 56.4294],[-5.647399, 56.4293],[-5.6479, 56.4296],[-5.647999, 56.4299],[-5.64820, 56.4306],[-5.648901, 56.4309],[-5.649301, 56.4308],[-5.649899, 56.4301],[-5.65, 56.4292],[-5.649, 56.4262],[-5.649199, 56.4257],[-5.6496, 56.4256],[-5.650599, 56.4254],[-5.65150, 56.4251],[-5.6522, 56.4245],[-5.6528, 56.424],[-5.654399, 56.4243],[-5.65710, 56.4268],[-5.658199, 56.4274],[-5.65940, 56.4278],[-5.661001, 56.4278],[-5.6615, 56.4272],[-5.661699, 56.4264],[-5.662199, 56.4261],[-5.662799, 56.426],[-5.663099, 56.4262],[-5.663799, 56.4267],[-5.6643, 56.4275],[-5.6652, 56.4278],[-5.667699, 56.4281],[-5.668099, 56.4285],[-5.66800, 56.4287],[-5.6673, 56.4296],[-5.662001, 56.4307],[-5.6618, 56.4309],[-5.661699, 56.4314],[-5.662899, 56.4334],[-5.664101, 56.4348],[-5.665299, 56.4352],[-5.668799, 56.4353],[-5.672599, 56.4363],[-5.67450, 56.4374],[-5.6756, 56.4393],[-5.6771, 56.4408],[-5.6784, 56.441],[-5.6788, 56.4407],[-5.6788, 56.4404],[-5.67870, 56.4394],[-5.678901, 56.4393],[-5.6799, 56.4397],[-5.68060, 56.44],[-5.681001, 56.4399],[-5.681499, 56.4394],[-5.6823, 56.4385],[-5.68350, 56.4377],[-5.685299, 56.4348],[-5.686699, 56.4331],[-5.6879, 56.4314],[-5.68800, 56.4308],[-5.68760, 56.43],[-5.687399, 56.4295],[-5.6875, 56.4289],[-5.689301, 56.4275],[-5.6901, 56.4266],[-5.691899, 56.4265],[-5.692299, 56.4259],[-5.692299, 56.4252],[-5.691801, 56.425],[-5.6904, 56.4251],[-5.6869, 56.4265],[-5.685699, 56.4276],[-5.68480, 56.4288],[-5.6847, 56.4301],[-5.684999, 56.4323],[-5.6847, 56.4337],[-5.68340, 56.4352],[-5.681099, 56.4353],[-5.678501, 56.435],[-5.6756, 56.4354],[-5.674799, 56.4354],[-5.6746, 56.4354],[-5.674399, 56.4352],[-5.674399, 56.4348],[-5.6753, 56.4341],[-5.6757, 56.4335],[-5.6753, 56.4323],[-5.673999, 56.4306],[-5.673299, 56.4291],[-5.673399, 56.4282],[-5.6737, 56.4265],[-5.6738, 56.4256],[-5.6738, 56.4242],[-5.6738, 56.4219],[-5.67360, 56.4211],[-5.672699, 56.4207],[-5.671201, 56.4211],[-5.66970, 56.4224],[-5.669, 56.4231],[-5.666699, 56.4233],[-5.66610, 56.4228],[-5.6659, 56.4204],[-5.66550, 56.419],[-5.663799, 56.4176],[-5.6627, 56.417],[-5.66190, 56.4171],[-5.660399, 56.4174],[-5.6593, 56.4181],[-5.658901, 56.4181],[-5.65770, 56.418],[-5.6573, 56.4181],[-5.6566, 56.4188],[-5.656099, 56.4191],[-5.655799, 56.4191],[-5.6549, 56.4187],[-5.6542, 56.4178],[-5.6536, 56.4171],[-5.652999000000002, 56.4171],[-5.6522, 56.4171],[-5.65160, 56.4172],[-5.651299, 56.4172],[-5.6511, 56.4167],[-5.6511, 56.416],[-5.6525, 56.4153],[-5.6531, 56.4143],[-5.6536, 56.4129],[-5.6563, 56.4077],[-5.6588, 56.4055],[-5.659101, 56.4050],[-5.659101, 56.4041],[-5.659501, 56.4021],[-5.6599, 56.4015],[-5.6635, 56.4011],[-5.664199000000002, 56.4006],[-5.664501, 56.4000],[-5.6643, 56.3995],[-5.663701, 56.3987],[-5.662899, 56.3979],[-5.6626, 56.3972],[-5.662499, 56.3966],[-5.66610, 56.3902],[-5.6673, 56.3895],[-5.66970, 56.389],[-5.672299, 56.3882],[-5.6763, 56.3858],[-5.67770, 56.3847],[-5.67870, 56.3850],[-5.680699, 56.3863],[-5.6831, 56.3875],[-5.6865, 56.3875],[-5.688399, 56.3874],[-5.68960, 56.3876],[-5.692599, 56.3885],[-5.694399, 56.3888],[-5.696801, 56.3889],[-5.702001, 56.3884],[-5.7068, 56.3881],[-5.7085, 56.3884],[-5.710599, 56.3893],[-5.71260, 56.3912],[-5.7129, 56.3915],[-5.7136, 56.3915],[-5.7145, 56.3915],[-5.7154, 56.392],[-5.715499, 56.3924],[-5.715499, 56.3931],[-5.715799, 56.3941],[-5.7161, 56.3946],[-5.716401, 56.3953],[-5.716401, 56.3960],[-5.7145, 56.3977],[-5.7145, 56.3983],[-5.7147, 56.3988],[-5.715, 56.3993],[-5.715, 56.3997],[-5.714301, 56.4003],[-5.713799, 56.4010],[-5.713799, 56.4018],[-5.714399, 56.4028],[-5.715, 56.4041],[-5.714799, 56.4047],[-5.714301, 56.4050],[-5.71210, 56.4056],[-5.710199, 56.4066],[-5.70970, 56.4075],[-5.709799, 56.4081],[-5.71010, 56.4087],[-5.709899, 56.4092],[-5.7086, 56.4113],[-5.708, 56.4133],[-5.708099, 56.4139],[-5.70830, 56.4142],[-5.708701, 56.4144],[-5.709599, 56.4142],[-5.710499, 56.4143],[-5.71250, 56.4155],[-5.7145, 56.4161],[-5.718599, 56.4157],[-5.719999, 56.4148],[-5.72050, 56.4135],[-5.7209, 56.4115],[-5.721499, 56.4108],[-5.72430, 56.4107],[-5.726601, 56.4115],[-5.7272, 56.4125],[-5.727001, 56.4138],[-5.727099, 56.4146],[-5.727499, 56.4151],[-5.728199, 56.415],[-5.730299, 56.4143],[-5.73420, 56.4129],[-5.73780, 56.4128],[-5.7409, 56.4133],[-5.741899, 56.4126],[-5.742899, 56.4111],[-5.7428, 56.4098],[-5.742199, 56.4089],[-5.74120, 56.4088],[-5.7382, 56.4083],[-5.734301, 56.4078],[-5.7333, 56.4075],[-5.73260, 56.4069],[-5.730299, 56.4044],[-5.7286, 56.4007],[-5.7286, 56.3999],[-5.72940, 56.3984],[-5.7298, 56.3971],[-5.730599, 56.3963],[-5.73610, 56.395],[-5.73780, 56.3941],[-5.738999, 56.3931],[-5.739699, 56.3924],[-5.74030, 56.3923],[-5.742599, 56.3930],[-5.744501, 56.3936],[-5.7452, 56.3936],[-5.747001, 56.3934],[-5.747799, 56.3936],[-5.749599000000002, 56.3946],[-5.751299, 56.3955],[-5.752, 56.3954],[-5.752699, 56.3948],[-5.753901, 56.3927],[-5.75470, 56.3902],[-5.754799, 56.3892],[-5.755499, 56.3881],[-5.756001, 56.3862],[-5.7562, 56.3846],[-5.75660, 56.3837],[-5.75860, 56.3824],[-5.7603, 56.3814],[-5.763999, 56.3787],[-5.7668, 56.3763],[-5.7694, 56.3755],[-5.773701, 56.3741],[-5.776299, 56.3727],[-5.782499, 56.371],[-5.7864, 56.3702],[-5.7898, 56.3691],[-5.791299, 56.3687],[-5.791601, 56.3679],[-5.791201, 56.3673],[-5.789899, 56.3665],[-5.788, 56.3662],[-5.784599, 56.3659],[-5.780399, 56.3668],[-5.77780, 56.3672],[-5.7722, 56.3675],[-5.768099, 56.369],[-5.76510, 56.3702],[-5.7581, 56.3705],[-5.7541, 56.3715],[-5.7508, 56.3724],[-5.7451, 56.3749],[-5.739399, 56.3778],[-5.735199, 56.3797],[-5.733901, 56.3809],[-5.7328, 56.3816],[-5.7301, 56.3826],[-5.7269, 56.3835],[-5.7209, 56.3839],[-5.716001, 56.3835],[-5.712399, 56.3837],[-5.7072, 56.3848],[-5.6977, 56.3848],[-5.692999, 56.3850],[-5.690899, 56.3843],[-5.69000, 56.3836],[-5.68900, 56.3825],[-5.6885, 56.381],[-5.68860, 56.3799],[-5.68900, 56.3793],[-5.689799, 56.3786],[-5.69240, 56.377],[-5.693099, 56.3763],[-5.693999, 56.3739],[-5.695399, 56.3708],[-5.6962, 56.3696],[-5.6971, 56.3691],[-5.6987, 56.3688],[-5.6987, 56.3682],[-5.698901, 56.3672],[-5.700399, 56.3659],[-5.7026, 56.3644],[-5.7033, 56.363],[-5.704599, 56.3621],[-5.7068, 56.3612],[-5.709799, 56.3609],[-5.711, 56.3603],[-5.7147, 56.358],[-5.7156, 56.3572],[-5.717199, 56.3565],[-5.720099000000002, 56.3557],[-5.72390, 56.3549],[-5.7251, 56.3545],[-5.726201, 56.3542],[-5.7272, 56.3535],[-5.728099, 56.3528],[-5.730299, 56.3500],[-5.732299000000002, 56.349],[-5.7362, 56.348],[-5.737899, 56.3474],[-5.7391, 56.3468],[-5.740099, 56.3459],[-5.742599, 56.3434],[-5.7452, 56.3423],[-5.750199, 56.3414],[-5.7535, 56.3408],[-5.759501, 56.3381],[-5.765299, 56.3359],[-5.771801, 56.3337],[-5.7747, 56.3329],[-5.7757, 56.3324],[-5.7779, 56.3311],[-5.7806, 56.3307],[-5.7838, 56.3300],[-5.7851, 56.329],[-5.78520, 56.3278],[-5.785399, 56.3275],[-5.786099, 56.3272],[-5.788, 56.3276],[-5.79040, 56.3272],[-5.795599, 56.3261],[-5.8006, 56.3237],[-5.8042, 56.3222],[-5.80640, 56.3215],[-5.8105, 56.3208],[-5.8147, 56.3207],[-5.816299, 56.3204],[-5.817299, 56.3202],[-5.8182, 56.3196],[-5.8191, 56.3192],[-5.81990, 56.3189],[-5.821499, 56.3187],[-5.824999, 56.3183],[-5.8274, 56.3178],[-5.8281, 56.3173],[-5.8281, 56.317],[-5.827899, 56.3165],[-5.826601, 56.3157],[-5.8259, 56.315],[-5.8304, 56.3126],[-5.8332, 56.3121],[-5.837399, 56.312],[-5.841001, 56.3123],[-5.8437, 56.3126],[-5.846499, 56.3133],[-5.852399, 56.3141],[-5.861499, 56.3149],[-5.866401, 56.3154],[-5.8689, 56.316],[-5.872001, 56.3165],[-5.873799, 56.3178],[-5.8751, 56.3183],[-5.876201, 56.3182],[-5.8779, 56.3176],[-5.879, 56.3182],[-5.880499, 56.3187],[-5.882, 56.32],[-5.88280, 56.3207],[-5.883299, 56.3212],[-5.885499, 56.3222],[-5.886001, 56.3228],[-5.8859, 56.3235],[-5.8853, 56.3241],[-5.88280, 56.3249],[-5.8771, 56.3256],[-5.87390, 56.3267],[-5.872001, 56.328],[-5.868199, 56.3303],[-5.86420, 56.3316],[-5.862, 56.3335],[-5.8611, 56.3349],[-5.860899, 56.3358],[-5.8606, 56.3370],[-5.86040, 56.3373],[-5.857399, 56.3377],[-5.85710, 56.3388],[-5.8572, 56.3401],[-5.85710, 56.3407],[-5.85660, 56.3412],[-5.855199, 56.3420],[-5.85430, 56.3424],[-5.849599, 56.3433],[-5.8473, 56.3439],[-5.847099, 56.3444],[-5.846499, 56.3453],[-5.8455, 56.346],[-5.844301, 56.3466],[-5.8442, 56.3470],[-5.84530, 56.3474],[-5.84670, 56.3474],[-5.8469, 56.3477],[-5.84680, 56.3481],[-5.84530, 56.349],[-5.84490, 56.3494],[-5.845099, 56.3502],[-5.845799, 56.351],[-5.848701, 56.3532],[-5.851099, 56.3545],[-5.852099, 56.3547],[-5.85290, 56.3547],[-5.8544, 56.3547],[-5.857699, 56.3551],[-5.8595, 56.3553],[-5.8616, 56.355],[-5.863901, 56.3542],[-5.86460, 56.354],[-5.8656, 56.3547],[-5.8689, 56.3562],[-5.8701, 56.3565],[-5.872001, 56.3567],[-5.87350, 56.3567],[-5.874501, 56.3566],[-5.878399, 56.3549],[-5.8804, 56.3542],[-5.88240, 56.3542],[-5.885, 56.3548],[-5.8881, 56.3545],[-5.888999, 56.354],[-5.8892, 56.3533],[-5.888901, 56.3518],[-5.890299, 56.3511],[-5.8919, 56.351],[-5.8958, 56.3496],[-5.8994, 56.3477],[-5.90210, 56.3455],[-5.9037, 56.3445],[-5.9046, 56.3441],[-5.907001, 56.3436],[-5.908, 56.3429],[-5.908501, 56.3422],[-5.9094, 56.3410],[-5.9106, 56.3395],[-5.913599, 56.3377],[-5.914999, 56.3372],[-5.917099, 56.3364],[-5.9175, 56.3358],[-5.9179, 56.3344],[-5.9196, 56.3329],[-5.92080, 56.3316],[-5.923501, 56.3285],[-5.924399, 56.3278],[-5.927001, 56.3268],[-5.92840, 56.3261],[-5.929501, 56.3247],[-5.931099, 56.3231],[-5.9338, 56.3222],[-5.939799, 56.3215],[-5.9421, 56.3208],[-5.9446, 56.3201],[-5.9478, 56.3202],[-5.953701, 56.3198],[-5.96, 56.3198],[-5.9625, 56.3203],[-5.966801, 56.3209],[-5.971001, 56.3225],[-5.974501000000002, 56.3231],[-5.9784, 56.3235],[-5.981601000000002, 56.3239],[-5.98330, 56.3240],[-5.984399, 56.3239],[-5.9853, 56.3236],[-5.98620, 56.3229],[-5.986899, 56.3219],[-5.9877, 56.321],[-5.990399, 56.3176],[-5.992001, 56.3165],[-5.994599000000002, 56.3154],[-5.999501, 56.3142],[-6.00210, 56.3132],[-6.003399, 56.3125],[-6.003701, 56.3121],[-6.004, 56.3112],[-6.00450, 56.3111],[-6.00530, 56.3109],[-6.007599, 56.3103],[-6.01000, 56.3088],[-6.0128, 56.3073],[-6.015699, 56.3052],[-6.020899, 56.3036],[-6.02220, 56.3032],[-6.025599, 56.3011],[-6.029301, 56.2995],[-6.033501, 56.2979],[-6.036099, 56.2967],[-6.039999, 56.2953],[-6.0436, 56.2937],[-6.045899, 56.2936],[-6.048901, 56.2938],[-6.0507, 56.2938],[-6.05370, 56.2939],[-6.0555, 56.2942],[-6.062399, 56.2965],[-6.0696, 56.2998],[-6.07250, 56.3015],[-6.074501, 56.3026],[-6.0756, 56.303],[-6.076401, 56.3032],[-6.077799, 56.3032],[-6.0797, 56.3027],[-6.0826, 56.3009],[-6.084799, 56.2998],[-6.0869, 56.2993],[-6.091899, 56.299],[-6.096499, 56.2986],[-6.10540, 56.2981],[-6.1107, 56.2975],[-6.1131, 56.2977],[-6.1142, 56.2981],[-6.116001, 56.2986],[-6.1184, 56.2988],[-6.12080, 56.2987],[-6.1219, 56.2985],[-6.1244, 56.298],[-6.126699, 56.2975],[-6.127299, 56.2971],[-6.128099, 56.296],[-6.128799000000002, 56.2949],[-6.13, 56.2944],[-6.13160, 56.2939],[-6.1325, 56.2928],[-6.1328, 56.2925],[-6.13490, 56.2919],[-6.1356, 56.2913],[-6.137599, 56.288],[-6.137899, 56.2874],[-6.139999, 56.2868],[-6.140699, 56.2864],[-6.141699, 56.2858],[-6.1422, 56.2856],[-6.142499, 56.2856],[-6.14290, 56.2858],[-6.143099, 56.2860],[-6.143099, 56.2864],[-6.14230, 56.2885],[-6.1422, 56.2892],[-6.142399, 56.2895],[-6.143, 56.2897],[-6.143701, 56.2897],[-6.144101, 56.2896],[-6.1447, 56.2892],[-6.1451, 56.2888],[-6.146201, 56.2886],[-6.14750, 56.2878],[-6.15170, 56.2860],[-6.1531, 56.2856],[-6.15410, 56.2854],[-6.1553, 56.2854],[-6.1571, 56.2858],[-6.158299, 56.2855],[-6.15870, 56.2856],[-6.15880, 56.2860],[-6.158901, 56.2866],[-6.159501, 56.2868],[-6.159501, 56.2869],[-6.15870, 56.2875],[-6.1577, 56.2883],[-6.1577, 56.2885],[-6.15800, 56.2887],[-6.158299, 56.2888],[-6.15880, 56.2888],[-6.1615, 56.2884],[-6.1627, 56.2882],[-6.163199, 56.2884],[-6.163199, 56.2894],[-6.163599, 56.2899],[-6.16540, 56.29],[-6.166299, 56.2907],[-6.16730, 56.2911],[-6.1689, 56.291],[-6.16960, 56.2908],[-6.17110, 56.2903],[-6.17250, 56.2892],[-6.173299, 56.2891],[-6.17380, 56.2894],[-6.174301, 56.2895],[-6.1749, 56.2895],[-6.175399, 56.2892],[-6.1777, 56.2868],[-6.178501, 56.2866],[-6.179699, 56.2865],[-6.1806, 56.2867],[-6.18140, 56.288],[-6.182001, 56.2888],[-6.18330, 56.2898],[-6.184101, 56.2906],[-6.18510, 56.2917],[-6.185599, 56.2920],[-6.1861, 56.2921],[-6.187099, 56.2919],[-6.1886, 56.291],[-6.1929, 56.2906],[-6.193901, 56.2907],[-6.19450, 56.2914],[-6.19500, 56.2918],[-6.195499, 56.2918],[-6.196401, 56.2916],[-6.196801, 56.2913],[-6.197199, 56.2913],[-6.197599, 56.2917],[-6.1977, 56.2922],[-6.19820, 56.2925],[-6.19880, 56.2925],[-6.1993, 56.2923],[-6.199699, 56.2921],[-6.2003, 56.2912],[-6.201001, 56.2901],[-6.2013, 56.2899],[-6.201601, 56.29],[-6.2017, 56.2903],[-6.2013, 56.2914],[-6.201401, 56.2918],[-6.201601, 56.2920],[-6.202799, 56.2920],[-6.203599, 56.2918],[-6.20430, 56.2913],[-6.2059, 56.2893],[-6.206299, 56.2890],[-6.206601, 56.2889],[-6.206699, 56.2890],[-6.20680, 56.2892],[-6.20680, 56.2896],[-6.206299, 56.2903],[-6.206201, 56.2909],[-6.206201, 56.2911],[-6.2064, 56.2913],[-6.20680, 56.2914],[-6.207001, 56.2914],[-6.208, 56.2908],[-6.20940, 56.2904],[-6.2101, 56.2903],[-6.21040, 56.2903],[-6.2107, 56.2903],[-6.2125, 56.291],[-6.21370, 56.2914],[-6.215, 56.2913],[-6.216001, 56.2911],[-6.216801, 56.2908],[-6.21750, 56.2905],[-6.2178, 56.2902],[-6.21840, 56.2883],[-6.2187, 56.2876],[-6.218999, 56.2872],[-6.21990, 56.2872],[-6.220799, 56.2876],[-6.22120, 56.2879],[-6.221601, 56.2879],[-6.2218, 56.2878],[-6.2219, 56.2877],[-6.222199, 56.2865],[-6.22260, 56.2860],[-6.223199, 56.2854],[-6.2243, 56.2847],[-6.2248, 56.2845],[-6.225599, 56.2844],[-6.226201, 56.2846],[-6.22640, 56.2849],[-6.22640, 56.2859],[-6.2265, 56.2862],[-6.22680, 56.2864],[-6.227499, 56.2864],[-6.228099, 56.2859],[-6.2286, 56.2857],[-6.229199, 56.2856],[-6.2305, 56.2854],[-6.231601, 56.2854],[-6.2322, 56.2855],[-6.2326, 56.2857],[-6.2328, 56.2859],[-6.23290, 56.2863],[-6.23290, 56.2871],[-6.232699, 56.2878],[-6.232999, 56.2883],[-6.2336, 56.2886],[-6.234399, 56.2888],[-6.235499, 56.2891],[-6.2387, 56.2894],[-6.241899, 56.2898],[-6.243599, 56.2899],[-6.24510, 56.2898],[-6.2468, 56.2891],[-6.249, 56.2879],[-6.250199, 56.2873],[-6.250899, 56.2866],[-6.251699, 56.285],[-6.251801, 56.2845],[-6.2532, 56.2842],[-6.253399, 56.2841],[-6.253399, 56.2833],[-6.253099, 56.2827],[-6.25410, 56.2822],[-6.25450, 56.2817],[-6.253901, 56.2807],[-6.253901, 56.2804],[-6.2542, 56.2802],[-6.25450, 56.2799],[-6.25450, 56.2797],[-6.254399, 56.2795],[-6.252999, 56.2789],[-6.252999, 56.2786],[-6.2532, 56.2783],[-6.2542, 56.2778],[-6.254301, 56.2776],[-6.25450, 56.2766],[-6.255199, 56.2758],[-6.257199, 56.2748],[-6.258299, 56.2743],[-6.258399, 56.2735],[-6.257599, 56.2726],[-6.257599, 56.2720],[-6.26070, 56.2715],[-6.2612, 56.2712],[-6.2612, 56.2709],[-6.2603, 56.2705],[-6.2603, 56.2699],[-6.261899, 56.2697],[-6.2624, 56.2697],[-6.262499, 56.2694],[-6.2624, 56.2689],[-6.262599, 56.2686],[-6.264501, 56.2682],[-6.264501, 56.2681],[-6.2631, 56.2673],[-6.2631, 56.2669],[-6.264699, 56.2663],[-6.26490, 56.2660],[-6.2648, 56.2652],[-6.2648, 56.2649],[-6.26630, 56.2647],[-6.267399, 56.2648],[-6.269, 56.2656],[-6.2704, 56.2656],[-6.271299, 56.2654],[-6.271801, 56.2658],[-6.271801, 56.2667],[-6.2707, 56.2678],[-6.2707, 56.2687],[-6.27100, 56.2690],[-6.272099, 56.2691],[-6.27290, 56.2691],[-6.272999, 56.2696],[-6.2725, 56.2701],[-6.272699, 56.2704],[-6.272699, 56.2708],[-6.27100, 56.2708],[-6.2707, 56.2710],[-6.27000, 56.2713],[-6.2693, 56.2714],[-6.269, 56.2716],[-6.269, 56.2720],[-6.269501, 56.273],[-6.269501, 56.2734],[-6.26860, 56.2742],[-6.26860, 56.2743],[-6.269, 56.2746],[-6.2693, 56.2745],[-6.2704, 56.2735],[-6.2711, 56.2737],[-6.271201, 56.2743],[-6.272099, 56.2746],[-6.27330, 56.2731],[-6.274799, 56.2727],[-6.2758, 56.2726],[-6.27660, 56.2722],[-6.277, 56.2722],[-6.2787, 56.2734],[-6.279399000000002, 56.2741],[-6.27990, 56.2743],[-6.280399000000002, 56.2743],[-6.2807, 56.2741],[-6.2812, 56.2732],[-6.2816, 56.2723],[-6.2824, 56.2720],[-6.283299, 56.2714],[-6.284101, 56.2711],[-6.2848, 56.2706],[-6.2852, 56.2706],[-6.2856, 56.2713],[-6.286001, 56.2714],[-6.2864, 56.2714],[-6.288199, 56.2712],[-6.289199, 56.2715],[-6.291601, 56.2723],[-6.29350, 56.2724],[-6.29390, 56.2725],[-6.29450, 56.2727],[-6.294899, 56.2729],[-6.29580, 56.2735],[-6.296899, 56.2744],[-6.297599, 56.2748],[-6.29810, 56.2750],[-6.298399, 56.2750],[-6.298901, 56.2749],[-6.29920, 56.2747],[-6.3003, 56.2716],[-6.3007, 56.2707],[-6.3013, 56.2699],[-6.302599, 56.2688],[-6.302999, 56.2684],[-6.305099, 56.2681],[-6.306499, 56.2681],[-6.3083, 56.2687],[-6.3083, 56.2688],[-6.3077, 56.2694],[-6.3077, 56.2696],[-6.30940, 56.2698],[-6.309899000000002, 56.2702],[-6.31040, 56.2710],[-6.3108, 56.2715],[-6.311299, 56.2716],[-6.311699, 56.2714],[-6.3126, 56.2704],[-6.313099, 56.2702],[-6.313701, 56.2703],[-6.3144, 56.2708],[-6.31470, 56.2710],[-6.319301, 56.2709],[-6.321401, 56.2708],[-6.32270, 56.2706],[-6.323299, 56.2706],[-6.3241, 56.2709],[-6.3249, 56.2715],[-6.3256, 56.2719],[-6.326401, 56.2722],[-6.327199, 56.2731],[-6.327499, 56.2733],[-6.3289, 56.2734],[-6.3294, 56.2737],[-6.329599, 56.2739],[-6.329899, 56.2742],[-6.33010, 56.2746],[-6.329899, 56.2749],[-6.329, 56.2752],[-6.328599, 56.2755],[-6.328501, 56.2757],[-6.328599, 56.2763],[-6.329101, 56.2772],[-6.3294, 56.2780],[-6.329599, 56.2785],[-6.329599, 56.2790],[-6.3294, 56.2792],[-6.3289, 56.2793],[-6.3283, 56.2792],[-6.32730, 56.2793],[-6.32630, 56.2794],[-6.326099, 56.2796],[-6.326401, 56.2803],[-6.32730, 56.2811],[-6.327199, 56.2816],[-6.3268, 56.2819],[-6.3252, 56.2823],[-6.3234, 56.2826],[-6.322999, 56.2830],[-6.32310, 56.2834],[-6.323999000000002, 56.2837],[-6.3276, 56.2840],[-6.328701, 56.2843],[-6.3289, 56.2849],[-6.3289, 56.2860],[-6.3293, 56.2862],[-6.329899, 56.2863],[-6.331601, 56.2860],[-6.3333, 56.2849],[-6.334101, 56.2845],[-6.335899, 56.2841],[-6.336299, 56.2840],[-6.337299, 56.2836],[-6.3378, 56.2833],[-6.337699, 56.2829],[-6.3378, 56.2824],[-6.337999, 56.2822],[-6.33850, 56.2823],[-6.3397, 56.2829],[-6.340199, 56.2830],[-6.3411, 56.2825],[-6.341401, 56.2825],[-6.341801, 56.2826],[-6.342299000000002, 56.2838],[-6.342599, 56.2841],[-6.342999, 56.2841],[-6.343999, 56.2835],[-6.34460, 56.2833],[-6.34560, 56.2831],[-6.347001, 56.2826],[-6.3477, 56.2827],[-6.34840, 56.2830],[-6.348701, 56.2838],[-6.348701, 56.2848],[-6.348599, 56.2859],[-6.348701, 56.2865],[-6.34890, 56.2872],[-6.349101, 56.288],[-6.349501, 56.2884],[-6.3501, 56.2892],[-6.3501, 56.2898],[-6.348701, 56.2921],[-6.3481, 56.2929],[-6.34800, 56.2934],[-6.348199, 56.2938],[-6.351, 56.2958],[-6.351299, 56.2962],[-6.351601, 56.2968],[-6.351699, 56.2975],[-6.351699, 56.2983],[-6.3508, 56.3001],[-6.350699, 56.3009],[-6.350699, 56.3015],[-6.351, 56.3021],[-6.351299, 56.3025],[-6.351299, 56.3034],[-6.349101, 56.3045],[-6.34880, 56.3048],[-6.349, 56.3053],[-6.34940, 56.3058],[-6.3493, 56.3059],[-6.349, 56.3062],[-6.3453, 56.3061],[-6.34520, 56.3063],[-6.3453, 56.3066],[-6.346601000000002, 56.3069],[-6.348701, 56.3071],[-6.349101, 56.3074],[-6.349101, 56.3077],[-6.34890, 56.308],[-6.3483, 56.3084],[-6.348701, 56.3087],[-6.3502, 56.3086],[-6.351, 56.3082],[-6.352001, 56.3066],[-6.352499, 56.3059],[-6.3529, 56.3057],[-6.3539, 56.3056],[-6.354599, 56.3054],[-6.355199, 56.305],[-6.3561, 56.3048],[-6.3572, 56.3048],[-6.358099, 56.3046],[-6.358901000000002, 56.3046],[-6.3603, 56.3047],[-6.36250, 56.3046],[-6.363599, 56.3046],[-6.3649, 56.3054],[-6.3656, 56.3055],[-6.366499, 56.3059],[-6.366601, 56.3064],[-6.36630, 56.3074],[-6.366099, 56.3082],[-6.366001, 56.3086],[-6.364501, 56.3095],[-6.364399, 56.3099],[-6.3646, 56.3104],[-6.3673, 56.3102],[-6.3678, 56.3104],[-6.3678, 56.3108],[-6.3673, 56.3111],[-6.366001, 56.3116],[-6.365399, 56.3121],[-6.365499, 56.3124],[-6.3656, 56.3126],[-6.366001, 56.3127],[-6.366401, 56.3126],[-6.3734, 56.3104],[-6.37510, 56.3099],[-6.3754, 56.3099],[-6.375599, 56.3101],[-6.375599, 56.3106],[-6.3755, 56.3108],[-6.375, 56.311],[-6.3726, 56.3115],[-6.3722, 56.3116],[-6.3718, 56.3118],[-6.371699, 56.3121],[-6.371699, 56.3126],[-6.3722, 56.3132],[-6.3726, 56.3139],[-6.372499, 56.3145],[-6.3722, 56.3146],[-6.37150, 56.3147],[-6.3684, 56.3146],[-6.36810, 56.3148],[-6.368, 56.3152],[-6.3684, 56.3156],[-6.3689, 56.3158],[-6.3693, 56.3161],[-6.369699, 56.3168],[-6.369999, 56.3178],[-6.3706, 56.3192],[-6.3708, 56.3201],[-6.370399, 56.3234],[-6.3702, 56.3249],[-6.369999, 56.3258],[-6.369599, 56.3265],[-6.3692, 56.3267],[-6.368299, 56.3268],[-6.36670, 56.3268],[-6.3659, 56.3267],[-6.365399, 56.3267],[-6.36520, 56.3269],[-6.36520, 56.3273],[-6.365399, 56.3276],[-6.3656, 56.3278],[-6.3668, 56.328],[-6.367199, 56.3283],[-6.3674, 56.3291],[-6.367499, 56.3297],[-6.367499, 56.3308],[-6.3673, 56.3318],[-6.366601, 56.3331],[-6.364501, 56.3356],[-6.363901, 56.3366],[-6.363299, 56.3378],[-6.36250, 56.3385],[-6.360799, 56.3393],[-6.359301, 56.3400],[-6.357399, 56.3404],[-6.357, 56.3407],[-6.357, 56.3416],[-6.35690, 56.3420],[-6.3571, 56.3430],[-6.357, 56.3435],[-6.35690, 56.3436],[-6.356601, 56.3437],[-6.3561, 56.3438],[-6.353701000000002, 56.3432],[-6.3534, 56.3433],[-6.353199, 56.3440],[-6.3529, 56.3440],[-6.35220, 56.3438],[-6.3518, 56.3438],[-6.351601, 56.3439],[-6.351601, 56.3442],[-6.352001, 56.3448],[-6.352001, 56.3450],[-6.352099, 56.3452],[-6.352001, 56.3456],[-6.351699, 56.3458],[-6.351299, 56.3459],[-6.350599, 56.3458],[-6.349599, 56.3448],[-6.347799, 56.3445],[-6.347199, 56.3445],[-6.347001, 56.3447],[-6.3468, 56.3449],[-6.3467, 56.3452],[-6.3468, 56.3456],[-6.347099, 56.3459],[-6.348701, 56.3465],[-6.349599, 56.3469],[-6.349699, 56.3473],[-6.34940, 56.3476],[-6.3481, 56.3475],[-6.345399, 56.3464],[-6.345099, 56.3464],[-6.344399, 56.3462],[-6.3438, 56.3458],[-6.342999, 56.3453],[-6.342599, 56.3453],[-6.3417, 56.3456],[-6.340799, 56.346],[-6.34000, 56.3464],[-6.33950, 56.3468],[-6.3392, 56.3474],[-6.339, 56.3476],[-6.337999, 56.3476],[-6.3354, 56.3474],[-6.333399, 56.3473],[-6.332099, 56.3470],[-6.3284, 56.346],[-6.327099, 56.3458],[-6.3253, 56.3455],[-6.3242, 56.3450],[-6.322999, 56.3447],[-6.320199, 56.3441],[-6.319699, 56.3440],[-6.318999, 56.3437],[-6.31790, 56.3435],[-6.316899, 56.3429],[-6.316401, 56.3426],[-6.315499, 56.3426],[-6.314899, 56.3429],[-6.3146, 56.3439],[-6.314301, 56.3443],[-6.314, 56.3443],[-6.3136, 56.3436],[-6.313099, 56.3434],[-6.3123, 56.3442],[-6.3119, 56.3443],[-6.3111, 56.3443],[-6.3088, 56.3442],[-6.3085, 56.3438],[-6.3084, 56.3434],[-6.308199, 56.3430],[-6.3077, 56.3427],[-6.305799, 56.3425],[-6.3055, 56.3422],[-6.304501, 56.3409],[-6.30420, 56.3408],[-6.30380, 56.3407],[-6.30340, 56.3408],[-6.303299, 56.3413],[-6.303199, 56.3419],[-6.302899, 56.3421],[-6.3024, 56.3422],[-6.3003, 56.3422],[-6.30000, 56.3427],[-6.300099, 56.3434],[-6.300399, 56.3435],[-6.303199, 56.3433],[-6.303299, 56.3436],[-6.302999, 56.3443],[-6.302899, 56.3444],[-6.302599, 56.3445],[-6.301899, 56.3445],[-6.301401, 56.3442],[-6.3003, 56.3438],[-6.298501, 56.3437],[-6.2974, 56.3436],[-6.2967, 56.3437],[-6.29450, 56.3439],[-6.293399, 56.3439],[-6.292699, 56.3436],[-6.292099, 56.3431],[-6.291699000000002, 56.3425],[-6.291, 56.3407],[-6.289999, 56.3398],[-6.28970, 56.3390],[-6.289599, 56.3373],[-6.288799, 56.3358],[-6.287899, 56.3351],[-6.287099, 56.3347],[-6.28550, 56.3333],[-6.2849, 56.3330],[-6.284599, 56.3335],[-6.284599, 56.3341],[-6.284699, 56.3347],[-6.285299, 56.3358],[-6.28550, 56.3374],[-6.285399, 56.3387],[-6.28510, 56.3396],[-6.2843, 56.3402],[-6.283599, 56.3402],[-6.281899, 56.3393],[-6.278999, 56.3386],[-6.277299, 56.3383],[-6.275899, 56.3381],[-6.275, 56.3381],[-6.273901, 56.3378],[-6.272799, 56.3378],[-6.272299, 56.3376],[-6.272299, 56.3373],[-6.272799, 56.3363],[-6.272999, 56.3355],[-6.27290, 56.3345],[-6.272699, 56.3334],[-6.27200, 56.3324],[-6.271201, 56.3314],[-6.270599, 56.3307],[-6.268701, 56.3279],[-6.26770, 56.3265],[-6.267499, 56.3262],[-6.267499, 56.3259],[-6.26770, 56.3256],[-6.2684, 56.3252],[-6.269199, 56.3252],[-6.2722, 56.3257],[-6.274301, 56.3261],[-6.275, 56.3263],[-6.2767, 56.3264],[-6.280399000000002, 56.3263],[-6.2816, 56.3265],[-6.28230, 56.3267],[-6.2838, 56.3272],[-6.2849, 56.3276],[-6.28590, 56.3277],[-6.28690, 56.3272],[-6.2876, 56.3272],[-6.28930, 56.3276],[-6.2898, 56.3275],[-6.2901, 56.3272],[-6.2901, 56.3269],[-6.2898, 56.3263],[-6.289501, 56.3258],[-6.2898, 56.3256],[-6.291, 56.3257],[-6.293099, 56.3258],[-6.294199, 56.3258],[-6.295199, 56.3256],[-6.29540, 56.3255],[-6.2953, 56.3253],[-6.294899, 56.3252],[-6.2905, 56.3244],[-6.28930, 56.3242],[-6.2877, 56.3236],[-6.2864, 56.3232],[-6.2858, 56.3233],[-6.28550, 56.3237],[-6.284999, 56.3239],[-6.283299, 56.3242],[-6.27660, 56.3238],[-6.2746, 56.3235],[-6.2735, 56.3231],[-6.27290, 56.3228],[-6.272099, 56.3222],[-6.271201, 56.3211],[-6.27000, 56.3201],[-6.269, 56.3196],[-6.2679, 56.3192],[-6.2664, 56.3191],[-6.264501, 56.3192],[-6.262599, 56.3194],[-6.259699, 56.3201],[-6.256801, 56.3206],[-6.2521, 56.3206],[-6.249599, 56.3205],[-6.2465, 56.3201],[-6.2427, 56.3204],[-6.2412, 56.3203],[-6.23770, 56.3188],[-6.23530, 56.3177],[-6.2336, 56.3175],[-6.23290, 56.3175],[-6.232299, 56.3176],[-6.23110, 56.3181],[-6.230599000000002, 56.3185],[-6.230599000000002, 56.3187],[-6.2307, 56.3189],[-6.234, 56.3195],[-6.2366, 56.3202],[-6.236899, 56.3207],[-6.236899, 56.3211],[-6.236899, 56.3226],[-6.23710, 56.3229],[-6.2375, 56.3232],[-6.23820, 56.3237],[-6.240799, 56.3245],[-6.240799, 56.3248],[-6.2406, 56.3252],[-6.2399, 56.3255],[-6.239999, 56.326],[-6.239999, 56.3264],[-6.239699, 56.3267],[-6.238999, 56.3271],[-6.236899, 56.3278],[-6.234799, 56.3283],[-6.2346, 56.3285],[-6.2346, 56.3286],[-6.2346, 56.3288],[-6.234799, 56.329],[-6.235199, 56.3294],[-6.2356, 56.3298],[-6.235799, 56.3302],[-6.235899, 56.3309],[-6.236499, 56.3314],[-6.237599, 56.3319],[-6.238299, 56.3326],[-6.2387, 56.3329],[-6.2391, 56.3330],[-6.2399, 56.3331],[-6.240399, 56.3330],[-6.24090, 56.3329],[-6.2412, 56.3327],[-6.243, 56.3309],[-6.243501, 56.3305],[-6.243999, 56.3302],[-6.244699000000002, 56.3302],[-6.245699, 56.3303],[-6.2459, 56.3305],[-6.246, 56.3308],[-6.2458, 56.3313],[-6.243199, 56.3328],[-6.243, 56.3330],[-6.243, 56.3332],[-6.243299, 56.3333],[-6.2448, 56.3330],[-6.245399, 56.3329],[-6.2458, 56.3330],[-6.246, 56.3332],[-6.2463, 56.3343],[-6.2465, 56.3345],[-6.24840, 56.3349],[-6.248799, 56.3353],[-6.24930, 56.3367],[-6.24980, 56.3383],[-6.2505, 56.3396],[-6.250899, 56.3400],[-6.2514, 56.3406],[-6.2514, 56.3412],[-6.2505, 56.3417],[-6.24840, 56.3424],[-6.2468, 56.3428],[-6.2452, 56.3431],[-6.2444, 56.3432],[-6.242599, 56.3434],[-6.241401, 56.3435],[-6.239301, 56.3439],[-6.2384, 56.3440],[-6.2378, 56.3438],[-6.2366, 56.3436],[-6.23570, 56.3436],[-6.2342, 56.3438],[-6.2319, 56.3436],[-6.230599000000002, 56.3432],[-6.228099, 56.3425],[-6.22730, 56.3423],[-6.226201, 56.3421],[-6.225299, 56.3418],[-6.2233, 56.3410],[-6.222499, 56.3405],[-6.2209, 56.3395],[-6.220099, 56.3387],[-6.218299, 56.3371],[-6.2177, 56.3368],[-6.2163, 56.3368],[-6.2157, 56.3367],[-6.215099, 56.3362],[-6.21370, 56.3344],[-6.2126, 56.3335],[-6.2122, 56.3333],[-6.211801, 56.3331],[-6.211299, 56.3330],[-6.210299, 56.3330],[-6.210199, 56.3333],[-6.210299, 56.3338],[-6.2108, 56.3345],[-6.2108, 56.3350],[-6.210299, 56.3353],[-6.208701, 56.3344],[-6.207799, 56.3344],[-6.206699, 56.3346],[-6.20580, 56.3349],[-6.204899, 56.3352],[-6.20480, 56.3358],[-6.204899, 56.3363],[-6.2054, 56.3367],[-6.2054, 56.3370],[-6.204199, 56.3371],[-6.2027, 56.3373],[-6.2019, 56.3374],[-6.2012, 56.3373],[-6.20060, 56.3357],[-6.199999, 56.3351],[-6.19910, 56.3346],[-6.197299, 56.3343],[-6.19500, 56.3338],[-6.19170, 56.3330],[-6.190599, 56.3329],[-6.1896, 56.3329],[-6.1882, 56.3332],[-6.18730, 56.3336],[-6.186601, 56.3342],[-6.1861, 56.3344],[-6.184999, 56.3344],[-6.18270, 56.334],[-6.1806, 56.334],[-6.178501, 56.3342],[-6.176801000000002, 56.3344],[-6.176099, 56.3347],[-6.176001, 56.3352],[-6.176001, 56.3355],[-6.17630, 56.3358],[-6.18230, 56.3370],[-6.1835, 56.3371],[-6.184, 56.3374],[-6.184199, 56.3377],[-6.184199, 56.3381],[-6.1838, 56.3384],[-6.180399, 56.3388],[-6.179501, 56.3391],[-6.178299, 56.3405],[-6.17670, 56.3411],[-6.175499, 56.3414],[-6.173299, 56.3412],[-6.17150, 56.3408],[-6.169101, 56.3399],[-6.167399, 56.3394],[-6.1652, 56.3394],[-6.1643, 56.3394],[-6.1633, 56.3390],[-6.161201, 56.3384],[-6.1599, 56.3380],[-6.15780, 56.3372],[-6.156899, 56.3371],[-6.154399, 56.3371],[-6.1516, 56.3373],[-6.1483, 56.3375],[-6.1464, 56.3375],[-6.1434, 56.3373],[-6.141099, 56.3374],[-6.1408, 56.3375],[-6.14050, 56.3377],[-6.140299, 56.3380],[-6.139999, 56.3388],[-6.1399, 56.3399],[-6.139699, 56.3401],[-6.137899, 56.3401],[-6.136899, 56.3402],[-6.133999000000002, 56.3411],[-6.132299, 56.3414],[-6.13160, 56.3415],[-6.1299, 56.3415],[-6.1286, 56.3417],[-6.12790, 56.3422],[-6.1276, 56.3427],[-6.1276, 56.3431],[-6.127699, 56.3437],[-6.12790, 56.3443],[-6.1285, 56.3455],[-6.128901, 56.346],[-6.1291, 56.3465],[-6.12920, 56.3470],[-6.129, 56.3472],[-6.1286, 56.3471],[-6.128099, 56.3467],[-6.127299, 56.346],[-6.126801, 56.3456],[-6.125899, 56.3451],[-6.124599, 56.3448],[-6.123, 56.3447],[-6.1215, 56.3446],[-6.1201, 56.3449],[-6.1193, 56.3448],[-6.1174, 56.3446],[-6.114301, 56.3446],[-6.110099, 56.3447],[-6.10860, 56.3448],[-6.10480, 56.3435],[-6.102799, 56.3433],[-6.1019, 56.3435],[-6.100399, 56.3441],[-6.0994, 56.3444],[-6.099, 56.3458],[-6.098701, 56.3464],[-6.098501, 56.3466],[-6.098, 56.3466],[-6.09740, 56.3464],[-6.096601, 56.346],[-6.096099, 56.3459],[-6.0953, 56.3458],[-6.0946, 56.3458],[-6.09310, 56.346],[-6.0924, 56.3463],[-6.09170, 56.3465],[-6.0906, 56.3467],[-6.090199, 56.3468],[-6.0896, 56.3471],[-6.0892, 56.3476],[-6.088901, 56.3485],[-6.0887, 56.3502],[-6.088399, 56.3509],[-6.087999, 56.3516],[-6.0876, 56.352],[-6.086801, 56.3525],[-6.08570, 56.3529],[-6.082399, 56.3535],[-6.0808, 56.3536],[-6.07900, 56.354],[-6.0774, 56.3541],[-6.07620, 56.3542],[-6.075399, 56.355],[-6.07160, 56.3564],[-6.0696, 56.357],[-6.068299, 56.3571],[-6.0661, 56.357],[-6.065499, 56.357],[-6.0639, 56.3575],[-6.0629, 56.3578],[-6.0605, 56.358],[-6.059501, 56.3581],[-6.0581, 56.3585],[-6.056201, 56.3587],[-6.05520, 56.3587],[-6.054599, 56.3588],[-6.053299, 56.3593],[-6.052599, 56.3594],[-6.0517, 56.3595],[-6.050499, 56.3597],[-6.0488, 56.3603],[-6.0471, 56.3605],[-6.0451, 56.3607],[-6.044199, 56.3608],[-6.041601000000002, 56.3618],[-6.038199, 56.3633],[-6.0343, 56.3641],[-6.0323, 56.3646],[-6.026899, 56.3652],[-6.023901, 56.3654],[-6.020299, 56.366],[-6.01900, 56.3662],[-6.0177, 56.366],[-6.0137, 56.3622],[-6.01240, 56.3613],[-6.012001, 56.3613],[-6.0118, 56.3618],[-6.01420, 56.3641],[-6.0158, 56.3653],[-6.0165, 56.3658],[-6.0168, 56.3663],[-6.016699, 56.3672],[-6.0159, 56.3682],[-6.0144, 56.3701],[-6.009501, 56.3735],[-6.0078, 56.3747],[-6.006401, 56.3758],[-6.0033, 56.3783],[-6.0022, 56.3795],[-6.001801, 56.3803],[-6.0019, 56.381],[-6.0022, 56.3813],[-6.002399, 56.3814],[-6.0046, 56.3811],[-6.006401, 56.381],[-6.007699, 56.3807],[-6.008501, 56.3804],[-6.009399, 56.3798],[-6.00960, 56.3799],[-6.009699, 56.3803],[-6.009501, 56.3815],[-6.009399, 56.3834],[-6.0137, 56.3863],[-6.014101, 56.3868],[-6.01420, 56.3878],[-6.013901, 56.3885],[-6.0116, 56.3903],[-6.0109, 56.3903],[-6.0099, 56.3901],[-6.0092, 56.3898],[-6.0088, 56.3894],[-6.00820, 56.3882],[-6.007599, 56.3878],[-6.0071, 56.3879],[-6.006001000000002, 56.3882],[-6.005099, 56.3878],[-6.00450, 56.3872],[-6.003399, 56.3871],[-6.0032, 56.3874],[-6.0022, 56.3875],[-6.0014, 56.3864],[-6, 56.3862],[-5.9989, 56.3869],[-5.9986, 56.387],[-5.99840, 56.387],[-5.9983, 56.3868],[-5.998701, 56.3856],[-5.998701, 56.3848],[-5.9985, 56.3845],[-5.998099, 56.3844],[-5.9976, 56.3845],[-5.997399, 56.3847],[-5.9972, 56.3850],[-5.997001, 56.3855],[-5.996699, 56.3859],[-5.996201, 56.3859],[-5.9958, 56.3856],[-5.995699, 56.3850],[-5.99550, 56.3844],[-5.99550, 56.3843],[-5.9949, 56.3842],[-5.991499, 56.384],[-5.991001, 56.384],[-5.9906, 56.3841],[-5.9896, 56.3847],[-5.988599, 56.3850],[-5.9836, 56.3851],[-5.9821, 56.3851],[-5.9811, 56.3854],[-5.978799, 56.3867],[-5.97760, 56.3873],[-5.97760, 56.3878],[-5.97760, 56.3879],[-5.978099, 56.3879],[-5.9785, 56.3881],[-5.97860, 56.3885],[-5.9793, 56.3887],[-5.9808, 56.3880],[-5.981201, 56.3881],[-5.98140, 56.3886],[-5.98100, 56.3891],[-5.977399, 56.3907],[-5.975399000000002, 56.3914],[-5.975399000000002, 56.3916],[-5.9758, 56.3921],[-5.9765, 56.392],[-5.980899, 56.3901],[-5.981601000000002, 56.3898],[-5.9822, 56.39],[-5.983099, 56.3905],[-5.984, 56.3913],[-5.9845, 56.3917],[-5.987299, 56.3914],[-5.9877, 56.3910],[-5.9882, 56.3902],[-5.988299, 56.3897],[-5.9884, 56.3895],[-5.988599, 56.3895],[-5.9891, 56.3896],[-5.990099, 56.3901],[-5.9909, 56.3901],[-5.99130, 56.3899],[-5.99170, 56.3892],[-5.991899, 56.3886],[-5.992001, 56.3882],[-5.992099, 56.3881],[-5.992599, 56.3881],[-5.99310, 56.3882],[-5.9934, 56.3886],[-5.993599000000002, 56.3891],[-5.994101, 56.3896],[-5.9956, 56.3901],[-5.997799, 56.3911],[-5.998701, 56.3922],[-5.999199, 56.3943],[-5.999899, 56.395],[-6.00110, 56.3953],[-6.0028, 56.3952],[-6.0036, 56.3951],[-6.0067, 56.3938],[-6.009501, 56.3931],[-6.01230, 56.3929],[-6.01380, 56.3930],[-6.015399, 56.3933],[-6.0165, 56.3937],[-6.01850, 56.3948],[-6.0207, 56.3959],[-6.021201, 56.3961],[-6.0219, 56.3961],[-6.022699, 56.3960],[-6.025199, 56.3954],[-6.027599, 56.3945],[-6.0338, 56.3929],[-6.038, 56.3906],[-6.043701, 56.3877],[-6.04660, 56.3853],[-6.048299, 56.3845],[-6.049799, 56.3839],[-6.0507, 56.3826],[-6.051499, 56.382],[-6.053299, 56.3816],[-6.0548, 56.3813],[-6.054999, 56.3806],[-6.055099, 56.3796],[-6.05560, 56.3785],[-6.0564, 56.3779],[-6.05840, 56.3768],[-6.0604, 56.3762],[-6.062399, 56.3763],[-6.063099, 56.3765],[-6.0632, 56.3772],[-6.06260, 56.3786],[-6.0619, 56.38],[-6.061201, 56.3809],[-6.06020, 56.3818],[-6.06020, 56.3823],[-6.0614, 56.3829],[-6.064301, 56.3832],[-6.0665, 56.3835],[-6.0686, 56.384],[-6.069799, 56.3845],[-6.070199, 56.3846],[-6.071001, 56.3848],[-6.071499, 56.3847],[-6.072001, 56.3844],[-6.072001, 56.3841],[-6.0717, 56.3838],[-6.071499, 56.3834],[-6.0713, 56.3831],[-6.071401, 56.3825],[-6.07160, 56.3816],[-6.071899, 56.3811],[-6.07240, 56.3803],[-6.072899, 56.3797],[-6.079599, 56.3746],[-6.080599, 56.3741],[-6.082001, 56.3735],[-6.086299, 56.3722],[-6.087399, 56.372],[-6.0906, 56.372],[-6.09160, 56.3719],[-6.0925, 56.3717],[-6.0959, 56.37],[-6.099699, 56.3681],[-6.100699, 56.3678],[-6.102099, 56.3677],[-6.102799, 56.3676],[-6.1045, 56.367],[-6.107699, 56.367],[-6.10950, 56.3669],[-6.1113, 56.3666],[-6.113501, 56.3664],[-6.115399, 56.3663],[-6.116401, 56.3665],[-6.119999, 56.3676],[-6.121201, 56.3677],[-6.122399, 56.3677],[-6.12790, 56.3667],[-6.1285, 56.3667],[-6.1291, 56.3668],[-6.129799, 56.3673],[-6.1304, 56.3674],[-6.130799, 56.3674],[-6.13170, 56.3672],[-6.132299, 56.367],[-6.135499, 56.3665],[-6.1371, 56.3666],[-6.138501, 56.3668],[-6.14140, 56.3674],[-6.14290, 56.3675],[-6.1444, 56.3674],[-6.147, 56.3669],[-6.1563, 56.3638],[-6.162799, 56.3612],[-6.1652, 56.3604],[-6.167099, 56.3599],[-6.16820, 56.3596],[-6.1694, 56.3592],[-6.170499, 56.3586],[-6.17150, 56.3582],[-6.1731, 56.358],[-6.1752, 56.3579],[-6.177599000000002, 56.3579],[-6.1798, 56.3581],[-6.184599, 56.3584],[-6.187699, 56.3586],[-6.192, 56.3588],[-6.192999, 56.3589],[-6.193799, 56.3591],[-6.19920, 56.3626],[-6.202199, 56.3648],[-6.2031, 56.3655],[-6.204501, 56.3677],[-6.20580, 56.3693],[-6.207799, 56.3713],[-6.208099000000002, 56.3721],[-6.2082, 56.373],[-6.208099000000002, 56.3738],[-6.20680, 56.3757],[-6.206601, 56.3765],[-6.206699, 56.3771],[-6.207399, 56.3796],[-6.207399, 56.3806],[-6.2069, 56.3818],[-6.2054, 56.3833],[-6.204899, 56.3839],[-6.204199, 56.3856],[-6.203701, 56.3864],[-6.2023, 56.387],[-6.19880, 56.3909],[-6.19780, 56.3914],[-6.1957, 56.3917],[-6.19500, 56.392],[-6.186699, 56.3979],[-6.1848, 56.3991],[-6.18330, 56.3999],[-6.1806, 56.4007],[-6.1752, 56.4023],[-6.1695, 56.4037],[-6.168099, 56.4044],[-6.1675, 56.4051],[-6.1562, 56.4099],[-6.155099, 56.4101],[-6.1552, 56.4106],[-6.154699, 56.4109],[-6.15320, 56.4111],[-6.152999, 56.4114],[-6.1531, 56.4126],[-6.1529, 56.4131],[-6.1507, 56.4137],[-6.149199, 56.4156],[-6.14900, 56.4165],[-6.1483, 56.4173],[-6.146801, 56.4183],[-6.146801, 56.4185],[-6.1469, 56.4188],[-6.148399, 56.4186],[-6.1497, 56.4188],[-6.149899, 56.4191],[-6.1495, 56.4197],[-6.146699, 56.4213],[-6.146, 56.4221],[-6.14580, 56.4228],[-6.145199, 56.4236],[-6.143701, 56.4247],[-6.1434, 56.4254],[-6.143701, 56.4272],[-6.1435, 56.4278],[-6.14330, 56.4283],[-6.139999, 56.4294],[-6.136899, 56.4308],[-6.136401, 56.4313],[-6.136499, 56.4325],[-6.136499, 56.4343],[-6.137001, 56.4365],[-6.138599, 56.4383],[-6.1394, 56.4394],[-6.138999, 56.4398],[-6.136899, 56.4397],[-6.133901, 56.4398],[-6.1325, 56.4404],[-6.1312, 56.4414],[-6.129301, 56.4438],[-6.12820, 56.4460],[-6.12780, 56.4483],[-6.12690, 56.4494],[-6.1229, 56.4515],[-6.121, 56.4519],[-6.1106, 56.4521],[-6.10400, 56.4521],[-6.09310, 56.4507],[-6.085899, 56.4494],[-6.07900, 56.4487],[-6.0769, 56.4493],[-6.0755, 56.4496],[-6.070799, 56.4496],[-6.06920, 56.4499],[-6.067, 56.4502],[-6.064101, 56.4505],[-6.06300, 56.4513],[-6.0614, 56.4518],[-6.059501, 56.4521],[-6.0577, 56.4520],[-6.054999, 56.4527],[-6.0524, 56.4539],[-6.04810, 56.4580],[-6.045199, 56.4610],[-6.0423, 56.4637],[-6.04150, 56.4641],[-6.04050, 56.4642],[-6.038701, 56.4651],[-6.037399, 56.4657],[-6.03580, 56.4651],[-6.0356, 56.4651],[-6.030799, 56.4669],[-6.0272, 56.4679],[-6.0208, 56.4683],[-6.019101, 56.4689],[-6.016099, 56.4715],[-6.0149, 56.4727],[-6.013299, 56.4732],[-6.0107, 56.4756],[-6.009399, 56.4772],[-6.0078, 56.4791],[-6.006401, 56.4796],[-6.0042, 56.4794],[-6.001299, 56.479],[-6.0008, 56.4789],[-6.000299, 56.4789],[-5.9994, 56.4793],[-5.9986, 56.4799],[-5.9976, 56.4812],[-5.99690, 56.4822],[-5.99550, 56.4828],[-5.9943, 56.4836],[-5.993999, 56.4848],[-5.993999, 56.4872],[-5.9943, 56.4896],[-5.996201, 56.4922],[-5.9976, 56.4937],[-5.99970, 56.497],[-6.000299, 56.498],[-6.001299, 56.4987],[-6.002399, 56.4993],[-6.0032, 56.4997],[-6.005, 56.5008],[-6.005799, 56.501],[-6.007199, 56.501],[-6.010399, 56.5006],[-6.0117, 56.5008],[-6.012199, 56.5007],[-6.012899000000002, 56.5003],[-6.017499, 56.4977],[-6.0233, 56.4948],[-6.026899, 56.4937],[-6.029799, 56.4928],[-6.0324, 56.4913],[-6.0356, 56.49],[-6.038, 56.4893],[-6.0398, 56.4891],[-6.0423, 56.4884],[-6.045, 56.4884],[-6.0474, 56.4885],[-6.054599, 56.4879],[-6.061299, 56.4856],[-6.063701, 56.4844],[-6.066801, 56.4835],[-6.070799, 56.4832],[-6.073299, 56.4825],[-6.0769, 56.4819],[-6.079101, 56.4815],[-6.0805, 56.4811],[-6.08090, 56.4807],[-6.0815, 56.4798],[-6.08230, 56.4796],[-6.08330, 56.4796],[-6.087299, 56.4802],[-6.0956, 56.4798],[-6.1009, 56.4797],[-6.10340, 56.4796],[-6.105599, 56.4787],[-6.110099, 56.4765],[-6.116899, 56.4744],[-6.118701, 56.474],[-6.11990, 56.4737],[-6.12140, 56.4737],[-6.122499, 56.4743],[-6.1235, 56.4756],[-6.12400, 56.4761],[-6.1254, 56.4767],[-6.12750, 56.4773],[-6.130599, 56.4773],[-6.1328, 56.4774],[-6.134501, 56.4791],[-6.13530, 56.4817],[-6.135499, 56.4823],[-6.13590, 56.4829],[-6.136401, 56.4829],[-6.136899, 56.4827],[-6.137499, 56.4823],[-6.13780, 56.482],[-6.13810, 56.4819],[-6.13870, 56.4817],[-6.1392, 56.4817],[-6.1409, 56.4818],[-6.1418, 56.482],[-6.142499, 56.4819],[-6.143799, 56.4811],[-6.145199, 56.481],[-6.146699, 56.4816],[-6.1486, 56.482],[-6.149199, 56.4822],[-6.1495, 56.483],[-6.14940, 56.4841],[-6.1495, 56.4847],[-6.1512, 56.486],[-6.1511, 56.4864],[-6.14900, 56.4867],[-6.1482, 56.4867],[-6.1479, 56.487],[-6.14750, 56.4873],[-6.146699, 56.4872],[-6.14580, 56.486],[-6.1454, 56.4854],[-6.145199, 56.4852],[-6.144899, 56.4851],[-6.144599, 56.4851],[-6.1447, 56.4855],[-6.144899, 56.486],[-6.1455, 56.4873],[-6.1455, 56.4881],[-6.145, 56.4886],[-6.143, 56.4888],[-6.1426, 56.4892],[-6.142399, 56.4897],[-6.142099, 56.4899],[-6.141201, 56.4899],[-6.1408, 56.4902],[-6.139999, 56.4911],[-6.138999, 56.4918],[-6.1388, 56.4923],[-6.138599, 56.4928],[-6.13870, 56.4933],[-6.138901, 56.4937],[-6.1393, 56.4941],[-6.142499, 56.4944],[-6.14330, 56.4948],[-6.14390, 56.4956],[-6.1455, 56.4964],[-6.146699, 56.4966],[-6.1476, 56.4967],[-6.1482, 56.497],[-6.1483, 56.4975],[-6.147, 56.4992],[-6.147, 56.4996],[-6.14940, 56.5011],[-6.1511, 56.502],[-6.1531, 56.5026],[-6.155, 56.5032],[-6.1573, 56.5037],[-6.1592, 56.5035],[-6.160299, 56.5037],[-6.1614, 56.5041],[-6.1623, 56.5046],[-6.16350, 56.505],[-6.16640, 56.505],[-6.168399, 56.5058],[-6.1707, 56.5059],[-6.17240, 56.506],[-6.1737, 56.5064],[-6.174301, 56.5073],[-6.174399, 56.5079],[-6.173901, 56.5087],[-6.173901, 56.509],[-6.1741, 56.5094],[-6.1749, 56.5097],[-6.175, 56.5098],[-6.175, 56.5100],[-6.1737, 56.5103],[-6.1731, 56.5104],[-6.17250, 56.5106],[-6.1722, 56.5108],[-6.1721, 56.5112],[-6.1736, 56.5116],[-6.174799, 56.5121],[-6.1787, 56.5123],[-6.179501, 56.5125],[-6.1802, 56.5129],[-6.180799, 56.5135],[-6.181099, 56.5137],[-6.18180, 56.5138],[-6.182199, 56.5135],[-6.18240, 56.5132],[-6.1826, 56.5126],[-6.182499, 56.512],[-6.182199, 56.511],[-6.182199, 56.5109],[-6.182099, 56.5103],[-6.18230, 56.5099],[-6.183599, 56.5098],[-6.184501, 56.5099],[-6.185599, 56.5101],[-6.1868, 56.5109],[-6.188, 56.5121],[-6.18850, 56.5126],[-6.189199, 56.5131],[-6.1901, 56.5137],[-6.190499, 56.5141],[-6.190899, 56.5147],[-6.191401, 56.5160],[-6.1916, 56.5163],[-6.191899, 56.5165],[-6.1929, 56.5166],[-6.19360, 56.5166],[-6.194799, 56.5167],[-6.1956, 56.5167],[-6.195799, 56.5165],[-6.1957, 56.5160],[-6.195899000000002, 56.5157],[-6.196401, 56.5156],[-6.1971, 56.5157],[-6.1977, 56.5160],[-6.197999, 56.5166],[-6.197999, 56.5174],[-6.1984, 56.5178],[-6.199699, 56.5179],[-6.203599, 56.5198],[-6.2054, 56.5209],[-6.2065, 56.5213],[-6.207099, 56.5213],[-6.208099000000002, 56.5213],[-6.208399, 56.5214],[-6.208799, 56.5218],[-6.209599, 56.5219],[-6.21040, 56.5220],[-6.21100, 56.5224],[-6.2115, 56.5226],[-6.213099, 56.5229],[-6.2162, 56.5232],[-6.21750, 56.5234],[-6.219501000000002, 56.5235],[-6.2205, 56.5237],[-6.222099, 56.5246],[-6.224199, 56.5261],[-6.225399, 56.5279],[-6.2258, 56.5286],[-6.226099, 56.5292],[-6.22680, 56.5297],[-6.228199, 56.5301],[-6.229199, 56.5301],[-6.23010, 56.5300],[-6.233099, 56.5294],[-6.240799, 56.5282],[-6.243999, 56.5278],[-6.244699000000002, 56.5275],[-6.245699, 56.5276],[-6.246699, 56.5274],[-6.25040, 56.5275],[-6.25360, 56.5275],[-6.2581, 56.5271],[-6.262199, 56.5263],[-6.263901, 56.5249],[-6.2642, 56.5247],[-6.266201, 56.5244],[-6.271699, 56.5249],[-6.273099, 56.5248],[-6.275499, 56.5248],[-6.2767, 56.5251],[-6.2787, 56.5255],[-6.280099, 56.5257],[-6.281499, 56.5256],[-6.284101, 56.5249],[-6.287199, 56.5247],[-6.288099, 56.5251],[-6.288599, 56.5255],[-6.289199, 56.5257],[-6.2901, 56.5257],[-6.2905, 56.5258],[-6.290699, 56.5260],[-6.290699, 56.5263],[-6.289599, 56.5272],[-6.2894, 56.5278],[-6.289599, 56.5282],[-6.2898, 56.5285],[-6.289999, 56.5287],[-6.2914, 56.5289],[-6.2925, 56.5291],[-6.294, 56.5297],[-6.295, 56.5301],[-6.2966, 56.5302],[-6.3074, 56.5300],[-6.3098, 56.5301],[-6.31040, 56.5302],[-6.3108, 56.5303],[-6.3111, 56.5306],[-6.31220, 56.5321],[-6.312699, 56.5326],[-6.313099, 56.5330],[-6.313701, 56.5332],[-6.314301, 56.5333],[-6.316899, 56.5336],[-6.3178, 56.5337],[-6.3199, 56.5341],[-6.322999, 56.5343],[-6.3243, 56.5342],[-6.326099, 56.5341],[-6.3283, 56.5342],[-6.332099, 56.5348],[-6.3332, 56.535],[-6.3344, 56.5353],[-6.3354, 56.5357],[-6.336299, 56.5363],[-6.337699, 56.5374],[-6.338399, 56.5378],[-6.3397, 56.5381],[-6.34000, 56.5383],[-6.340199, 56.5386],[-6.340099, 56.5389],[-6.339, 56.5391],[-6.3387, 56.5394],[-6.3387, 56.5397],[-6.339399, 56.5407],[-6.33950, 56.5414],[-6.33950, 56.5424],[-6.33950, 56.5431],[-6.33950, 56.5434],[-6.339301, 56.5436],[-6.3379, 56.5439],[-6.337699, 56.5442],[-6.33760, 56.5447],[-6.3375, 56.5452],[-6.337299, 56.546],[-6.337, 56.5471],[-6.337, 56.5475],[-6.337299, 56.5478],[-6.3375, 56.5482],[-6.33720, 56.5487],[-6.33720, 56.5494],[-6.3375, 56.5501],[-6.3386, 56.5512],[-6.3387, 56.5515],[-6.3383, 56.5519],[-6.3375, 56.5524],[-6.336201, 56.554],[-6.335899, 56.5545],[-6.334301, 56.5549],[-6.33300, 56.5554],[-6.332099, 56.5563],[-6.331201, 56.5566],[-6.328501, 56.5569],[-6.326499, 56.5574],[-6.3232, 56.5575],[-6.320099, 56.5576],[-6.3186, 56.5578],[-6.3167, 56.5582],[-6.314799, 56.5587],[-6.3097, 56.5598],[-6.307001, 56.5604],[-6.3064, 56.5608],[-6.306099, 56.5614],[-6.304101, 56.5638],[-6.302899, 56.5645],[-6.30000, 56.5653],[-6.298501, 56.566],[-6.2957, 56.5686],[-6.2946, 56.5696],[-6.294301, 56.5702],[-6.294199, 56.5706],[-6.294301, 56.5713],[-6.294101, 56.5719],[-6.29350, 56.5722],[-6.292399, 56.5726],[-6.2914, 56.5733],[-6.290699, 56.5740],[-6.28970, 56.5754],[-6.2883, 56.5765],[-6.287499, 56.5768],[-6.28690, 56.5770],[-6.28270, 56.5773],[-6.2803, 56.5774],[-6.27990, 56.5776],[-6.279699, 56.578],[-6.2796, 56.5786],[-6.279699, 56.5793],[-6.2802, 56.5801],[-6.281001, 56.5807],[-6.28170, 56.5810],[-6.2843, 56.5814],[-6.2904, 56.5815],[-6.292099, 56.5814],[-6.29390, 56.5811],[-6.29540, 56.5808],[-6.304101, 56.5781],[-6.306001, 56.5777],[-6.307899, 56.5774],[-6.30940, 56.5774],[-6.310599, 56.5777],[-6.313099, 56.5787],[-6.31470, 56.5795],[-6.315599, 56.5802],[-6.3157, 56.5812],[-6.315499, 56.5830],[-6.315599, 56.5843],[-6.3157, 56.5848],[-6.3167, 56.5876],[-6.3172, 56.5900],[-6.317299, 56.5926],[-6.317699, 56.5933],[-6.319799, 56.595],[-6.3203, 56.5958],[-6.3203, 56.5978],[-6.320199, 56.5987],[-6.3206, 56.5993],[-6.32120, 56.6002],[-6.32160, 56.6009],[-6.32250, 56.603],[-6.3224, 56.6045],[-6.32210, 56.6052],[-6.321401, 56.6062],[-6.320199, 56.6064],[-6.319301, 56.6063],[-6.3178, 56.6059],[-6.31750, 56.6058],[-6.3172, 56.6055],[-6.31700, 56.6043],[-6.3165, 56.6034],[-6.3154, 56.6028],[-6.314, 56.6027],[-6.3133, 56.6026],[-6.312399, 56.6024],[-6.311201, 56.6024],[-6.3098, 56.6025],[-6.308599, 56.6034],[-6.30800, 56.604],[-6.3069, 56.6046],[-6.306201, 56.605],[-6.30480, 56.6043],[-6.30340, 56.604],[-6.301801, 56.6039],[-6.298299, 56.6051],[-6.293799, 56.6072],[-6.293399, 56.6073],[-6.2905, 56.6072],[-6.288, 56.607],[-6.286601000000002, 56.6068],[-6.283501, 56.607],[-6.281801, 56.6069],[-6.279799, 56.6063],[-6.275899, 56.604],[-6.2746, 56.6036],[-6.273901, 56.6037],[-6.273099, 56.604],[-6.271201, 56.6039],[-6.2708, 56.604],[-6.2707, 56.6041],[-6.270599, 56.6045],[-6.270599, 56.605],[-6.27050, 56.6053],[-6.2698, 56.6054],[-6.269101, 56.6054],[-6.268199000000002, 56.6051],[-6.267399, 56.6049],[-6.266601, 56.6049],[-6.26580, 56.605],[-6.2655, 56.605],[-6.2652, 56.6049],[-6.264101, 56.6041],[-6.263599, 56.6039],[-6.263299, 56.6041],[-6.263199, 56.6047],[-6.263199, 56.6052],[-6.263299, 56.6058],[-6.2638, 56.6067],[-6.2642, 56.6077],[-6.264101, 56.6081],[-6.2637, 56.6086],[-6.2627, 56.6093],[-6.262599, 56.6096],[-6.2624, 56.6123],[-6.262599, 56.6135],[-6.2627, 56.6142],[-6.262599, 56.6144],[-6.2624, 56.6145],[-6.2603, 56.614],[-6.2596, 56.6141],[-6.258999, 56.6147],[-6.2586, 56.6147],[-6.257199, 56.6132],[-6.256299, 56.6126],[-6.255599, 56.6125],[-6.255099000000002, 56.6129],[-6.25460, 56.6133],[-6.254399, 56.6133],[-6.2532, 56.6124],[-6.252699, 56.6124],[-6.250899, 56.6114],[-6.25, 56.6112],[-6.24890, 56.611],[-6.2477, 56.6107],[-6.2468, 56.6101],[-6.2455, 56.6094],[-6.243999, 56.6088],[-6.2431, 56.609],[-6.242099, 56.6093],[-6.2413, 56.6096],[-6.24090, 56.61],[-6.240499, 56.6104],[-6.239799, 56.6105],[-6.236801000000002, 56.6089],[-6.235499, 56.6075],[-6.2349, 56.606],[-6.234, 56.6054],[-6.23290, 56.6035],[-6.232699, 56.6029],[-6.23250, 56.6027],[-6.2322, 56.6026],[-6.231801, 56.6031],[-6.23150, 56.6035],[-6.23110, 56.6041],[-6.23110, 56.6046],[-6.232299, 56.605],[-6.233099, 56.6061],[-6.2332, 56.6069],[-6.2326, 56.6078],[-6.23200, 56.6083],[-6.231601, 56.6084],[-6.231299, 56.6083],[-6.231201, 56.6082],[-6.23110, 56.6079],[-6.23110, 56.6063],[-6.230899, 56.6057],[-6.230599000000002, 56.6053],[-6.2294, 56.6053],[-6.2284, 56.6043],[-6.2272, 56.6041],[-6.226299, 56.6041],[-6.226099, 56.604],[-6.22600, 56.6038],[-6.226299, 56.6031],[-6.226201, 56.6027],[-6.225699, 56.6021],[-6.2248, 56.6014],[-6.223199, 56.6006],[-6.2224, 56.6003],[-6.221499, 56.5998],[-6.221001, 56.5995],[-6.2205, 56.5995],[-6.21980, 56.6],[-6.218599, 56.5999],[-6.217999, 56.5994],[-6.21740, 56.5984],[-6.2167, 56.5977],[-6.2157, 56.5971],[-6.215099, 56.5971],[-6.21460, 56.5973],[-6.214399, 56.5975],[-6.213799, 56.5974],[-6.209101, 56.5944],[-6.20750, 56.5932],[-6.20580, 56.5922],[-6.2044, 56.5915],[-6.2038, 56.5907],[-6.20340, 56.5897],[-6.202799, 56.5883],[-6.2023, 56.5876],[-6.202099, 56.5873],[-6.202001, 56.5867],[-6.202099, 56.5851],[-6.202001, 56.5844],[-6.2017, 56.5842],[-6.201401, 56.5841],[-6.201099000000002, 56.5841],[-6.200799, 56.5844],[-6.20060, 56.5852],[-6.20060, 56.5869],[-6.200399, 56.5875],[-6.1999, 56.5876],[-6.199399, 56.5874],[-6.1975, 56.5865],[-6.195899000000002, 56.5861],[-6.19540, 56.5859],[-6.193999000000002, 56.5853],[-6.19360, 56.5853],[-6.192999, 56.5857],[-6.19210, 56.5864],[-6.189799000000002, 56.5863],[-6.1895, 56.5861],[-6.1895, 56.5848],[-6.189301, 56.5843],[-6.18890, 56.5840],[-6.188399, 56.5836],[-6.188, 56.5834],[-6.18790, 56.5834],[-6.187399, 56.5837],[-6.187001, 56.5846],[-6.186601, 56.5849],[-6.1852, 56.5851],[-6.1844, 56.5849],[-6.182199, 56.5840],[-6.181099, 56.5836],[-6.18050, 56.5835],[-6.1803, 56.5837],[-6.1803, 56.5842],[-6.180399, 56.5846],[-6.1817, 56.5848],[-6.18270, 56.5853],[-6.1834, 56.5855],[-6.184501, 56.5857],[-6.1864, 56.5856],[-6.187399, 56.5861],[-6.188, 56.5868],[-6.18830, 56.5873],[-6.18790, 56.5874],[-6.18790, 56.5876],[-6.188399, 56.5878],[-6.1896, 56.5880],[-6.190599, 56.5886],[-6.19450, 56.5903],[-6.195499, 56.5909],[-6.19630, 56.5914],[-6.2018, 56.5934],[-6.204101, 56.5946],[-6.20480, 56.5948],[-6.2069, 56.595],[-6.208, 56.5952],[-6.214301, 56.5987],[-6.214799, 56.5996],[-6.2147, 56.6003],[-6.21460, 56.6008],[-6.2153, 56.6015],[-6.216401, 56.6023],[-6.217599, 56.6024],[-6.21880, 56.6022],[-6.219399000000002, 56.6024],[-6.221401, 56.604],[-6.222499, 56.6048],[-6.2234, 56.6052],[-6.223701000000002, 56.6055],[-6.2238, 56.6058],[-6.223701000000002, 56.606],[-6.22310, 56.6061],[-6.2223, 56.6059],[-6.222001, 56.6059],[-6.2218, 56.6061],[-6.221601, 56.6063],[-6.22170, 56.6066],[-6.2223, 56.6076],[-6.2219, 56.6079],[-6.21980, 56.6072],[-6.2192, 56.606],[-6.218501000000002, 56.6056],[-6.216899, 56.6054],[-6.21610, 56.6052],[-6.215199, 56.6047],[-6.213799, 56.6045],[-6.21330, 56.6047],[-6.212999, 56.6048],[-6.212999, 56.605],[-6.21320, 56.6054],[-6.21710, 56.6068],[-6.2224, 56.6092],[-6.222799, 56.6099],[-6.221601, 56.6102],[-6.221499, 56.6105],[-6.221601, 56.6107],[-6.222001, 56.611],[-6.2244, 56.6131],[-6.22600, 56.6146],[-6.226299, 56.6153],[-6.226299, 56.6156],[-6.22600, 56.6158],[-6.22510, 56.6162],[-6.224899, 56.6164],[-6.224899, 56.6168],[-6.22600, 56.6189],[-6.226699, 56.62],[-6.227001, 56.6208],[-6.2269, 56.6215],[-6.22680, 56.6222],[-6.22640, 56.6231],[-6.225599, 56.6253],[-6.225399, 56.626],[-6.225599, 56.628],[-6.22590, 56.6289],[-6.226099, 56.6291],[-6.226601, 56.6291],[-6.22730, 56.6293],[-6.22770, 56.6298],[-6.22770, 56.6303],[-6.226201, 56.6311],[-6.226099, 56.6318],[-6.226299, 56.6328],[-6.226299, 56.6337],[-6.22590, 56.6343],[-6.2252, 56.6347],[-6.224599000000002, 56.6348],[-6.2243, 56.6346],[-6.2239, 56.6332],[-6.22310, 56.6327],[-6.222199, 56.6328],[-6.221601, 56.6329],[-6.221001, 56.6338],[-6.220399, 56.634],[-6.21990, 56.634],[-6.218999, 56.634],[-6.218299, 56.6344],[-6.2177, 56.6347],[-6.2167, 56.6347],[-6.21290, 56.6327],[-6.212, 56.6326],[-6.211299, 56.6326],[-6.209599, 56.6321],[-6.2086, 56.6314],[-6.207699, 56.6314],[-6.206699, 56.6313],[-6.204899, 56.6303],[-6.202199, 56.628],[-6.198599, 56.6255],[-6.1981, 56.6251],[-6.197199, 56.6247],[-6.196001, 56.6247],[-6.19530, 56.6249],[-6.19530, 56.6255],[-6.195799, 56.6263],[-6.196001, 56.6267],[-6.1962, 56.6272],[-6.196801, 56.6274],[-6.19880, 56.6284],[-6.201001, 56.6302],[-6.201499, 56.6314],[-6.2019, 56.6317],[-6.20340, 56.6318],[-6.20390, 56.6322],[-6.2044, 56.6336],[-6.204899, 56.6341],[-6.205599, 56.6342],[-6.206601, 56.6348],[-6.20720, 56.6355],[-6.2073, 56.6359],[-6.20720, 56.6364],[-6.2069, 56.6366],[-6.206299, 56.6366],[-6.2047, 56.6350],[-6.20300, 56.6341],[-6.2023, 56.634],[-6.201601, 56.6334],[-6.200699, 56.6328],[-6.199501, 56.6325],[-6.1993, 56.6325],[-6.19920, 56.6328],[-6.19920, 56.6331],[-6.199399, 56.6334],[-6.20240, 56.6351],[-6.2026, 56.6353],[-6.2026, 56.6356],[-6.202499, 56.6359],[-6.2023, 56.6361],[-6.200699, 56.6363],[-6.200099000000002, 56.6367],[-6.199501, 56.6378],[-6.19920, 56.6383],[-6.198999, 56.6386],[-6.198299, 56.6391],[-6.197999, 56.6397],[-6.197999, 56.6401],[-6.19780, 56.6403],[-6.1975, 56.6404],[-6.197001, 56.6406],[-6.19450, 56.6404],[-6.1942, 56.6405],[-6.193901, 56.6408],[-6.193799, 56.6412],[-6.194301, 56.6422],[-6.1942, 56.6428],[-6.1937, 56.6431],[-6.1932, 56.6433],[-6.1924, 56.6435],[-6.189899, 56.6430],[-6.1895, 56.6430],[-6.18940, 56.6437],[-6.189, 56.6440],[-6.18850, 56.6439],[-6.184599, 56.6424],[-6.182499, 56.6421],[-6.181099, 56.6423],[-6.180099, 56.6426],[-6.1793, 56.6426],[-6.178599, 56.6423],[-6.177899, 56.6419],[-6.177499, 56.6418],[-6.17710, 56.6418],[-6.174399, 56.6424],[-6.1737, 56.6424],[-6.17240, 56.6421],[-6.1708, 56.6415],[-6.1695, 56.6414],[-6.16830, 56.6416],[-6.1672, 56.6418],[-6.1665, 56.6422],[-6.1661, 56.6427],[-6.1659, 56.6431],[-6.165699, 56.6437],[-6.165599, 56.6444],[-6.16540, 56.6448],[-6.1651, 56.6452],[-6.164101, 56.6458],[-6.162499, 56.6463],[-6.1615, 56.6464],[-6.159599, 56.6471],[-6.1581, 56.6478],[-6.1571, 56.6486],[-6.15450, 56.6495],[-6.152699, 56.6499],[-6.1516, 56.6505],[-6.1496, 56.6522],[-6.1491, 56.6526],[-6.148099, 56.6526],[-6.147399, 56.6531],[-6.14610, 56.6539],[-6.145599, 56.6539],[-6.1415, 56.6523],[-6.137599, 56.6511],[-6.1367, 56.6511],[-6.136001, 56.6513],[-6.134699, 56.6512],[-6.133901, 56.6513],[-6.133399, 56.6515],[-6.1332, 56.6518],[-6.1329, 56.6518],[-6.131499, 56.6502],[-6.13110, 56.6501],[-6.13070, 56.6503],[-6.1303, 56.6517],[-6.129799, 56.6524],[-6.1295, 56.6530],[-6.1295, 56.6533],[-6.1299, 56.6536],[-6.1303, 56.6541],[-6.130199, 56.6545],[-6.1291, 56.6546],[-6.129, 56.6551],[-6.129, 56.6554],[-6.129, 56.6561],[-6.128799000000002, 56.6566],[-6.12790, 56.6567],[-6.12400, 56.6554],[-6.11980, 56.6548],[-6.1178, 56.6540],[-6.117199, 56.6535],[-6.117001, 56.6531],[-6.117001, 56.6524]]],[[[-6.1173, 55.9337],[-6.1184, 55.9307],[-6.1184, 55.927],[-6.1173, 55.9227],[-6.116601, 55.9218],[-6.116601, 55.9210],[-6.11800, 55.919],[-6.1184, 55.9128],[-6.1209, 55.9094],[-6.121601, 55.9072],[-6.122799, 55.9053],[-6.123199, 55.9037],[-6.124501, 55.9009],[-6.1251, 55.8991],[-6.125299, 55.8986],[-6.127399, 55.8968],[-6.127699, 55.8956],[-6.1286, 55.8941],[-6.1286, 55.8932],[-6.128399, 55.8927],[-6.1286, 55.8918],[-6.128701, 55.8912],[-6.1286, 55.8906],[-6.127299, 55.8887],[-6.1271, 55.8876],[-6.124199, 55.8851],[-6.123, 55.8843],[-6.121699, 55.8843],[-6.1209, 55.8844],[-6.119699, 55.8848],[-6.1193, 55.8848],[-6.118299, 55.8845],[-6.11560, 55.8811],[-6.11340, 55.8789],[-6.110799, 55.875],[-6.11000, 55.8735],[-6.10960, 55.8724],[-6.109399, 55.8714],[-6.10920, 55.8667],[-6.108701000000002, 55.8658],[-6.1065, 55.8635],[-6.105899, 55.8626],[-6.105299, 55.8616],[-6.104899, 55.8603],[-6.10570, 55.8577],[-6.1055, 55.8567],[-6.1051, 55.8561],[-6.10290, 55.8549],[-6.1023, 55.8539],[-6.1022, 55.852],[-6.101299, 55.8504],[-6.1005, 55.8498],[-6.099599, 55.8493],[-6.09930, 55.8489],[-6.099101, 55.8474],[-6.099101, 55.8449],[-6.098599, 55.8435],[-6.097899, 55.8412],[-6.098, 55.84],[-6.0989, 55.8379],[-6.099, 55.8366],[-6.0994, 55.8355],[-6.101, 55.8343],[-6.101201, 55.834],[-6.101299, 55.8335],[-6.101099, 55.8333],[-6.1001, 55.833],[-6.0998, 55.8328],[-6.099899, 55.8318],[-6.101, 55.8296],[-6.101099, 55.8291],[-6.101, 55.8287],[-6.1001, 55.8276],[-6.1001, 55.8273],[-6.1009, 55.8263],[-6.1009, 55.8257],[-6.10020, 55.8247],[-6.10020, 55.8229],[-6.102099, 55.8197],[-6.102099, 55.8179],[-6.101, 55.8146],[-6.100399, 55.8136],[-6.0981, 55.8119],[-6.0963, 55.8105],[-6.0959, 55.8089],[-6.095799, 55.8073],[-6.094501, 55.8057],[-6.093501, 55.8038],[-6.0911, 55.8018],[-6.0904, 55.8011],[-6.09, 55.7998],[-6.089799, 55.7981],[-6.089399, 55.7969],[-6.08900, 55.7941],[-6.0886, 55.7922],[-6.0878, 55.7913],[-6.08650, 55.7905],[-6.0845, 55.7897],[-6.0826, 55.7888],[-6.081601, 55.788],[-6.081601, 55.7861],[-6.0811, 55.785],[-6.0798, 55.7838],[-6.0776, 55.7825],[-6.075699, 55.7819],[-6.07110, 55.7813],[-6.07, 55.7809],[-6.066801, 55.779],[-6.06500, 55.7783],[-6.0618, 55.7775],[-6.060599, 55.7771],[-6.059501, 55.7758],[-6.0581, 55.7744],[-6.056099, 55.7728],[-6.0534, 55.7714],[-6.0516, 55.77],[-6.05, 55.7684],[-6.0478, 55.7661],[-6.045499, 55.7651],[-6.0445, 55.7647],[-6.043099, 55.7637],[-6.04290, 55.7628],[-6.0435, 55.7612],[-6.04440, 55.759],[-6.044799, 55.7576],[-6.0451, 55.757],[-6.0458, 55.7561],[-6.0465, 55.7549],[-6.04660, 55.7543],[-6.046201, 55.7533],[-6.046299, 55.7527],[-6.0471, 55.7505],[-6.04810, 55.7478],[-6.0492, 55.7463],[-6.05, 55.745],[-6.04990, 55.744],[-6.048999, 55.7427],[-6.04720, 55.7398],[-6.045199, 55.7366],[-6.044199, 55.7355],[-6.04300, 55.7351],[-6.0414, 55.7347],[-6.039899, 55.7332],[-6.038199, 55.7322],[-6.03690, 55.7320],[-6.0338, 55.7317],[-6.031401, 55.7319],[-6.03060, 55.7316],[-6.03030, 55.7305],[-6.0299, 55.7303],[-6.029301, 55.7305],[-6.0287, 55.7305],[-6.028299, 55.7301],[-6.027999, 55.7293],[-6.02790, 55.7286],[-6.02740, 55.7283],[-6.026899, 55.7276],[-6.0267, 55.727],[-6.02650, 55.7263],[-6.0261, 55.7257],[-6.02600, 55.7254],[-6.0261, 55.7252],[-6.026801, 55.7249],[-6.0282, 55.7239],[-6.0287, 55.7226],[-6.0288, 55.7213],[-6.0295, 55.7200],[-6.03020, 55.7195],[-6.0323, 55.7184],[-6.03310, 55.7176],[-6.033501, 55.7169],[-6.033599, 55.7164],[-6.033, 55.7157],[-6.033, 55.7153],[-6.03310, 55.715],[-6.033501, 55.7146],[-6.0348, 55.7135],[-6.036201, 55.7123],[-6.036699, 55.7116],[-6.03730, 55.71],[-6.037399, 55.7085],[-6.037199, 55.7071],[-6.036699, 55.7063],[-6.03630, 55.706],[-6.0352, 55.7057],[-6.034599, 55.7056],[-6.0343, 55.7054],[-6.0342, 55.7043],[-6.0334, 55.7039],[-6.03210, 55.7033],[-6.0313, 55.7032],[-6.030099, 55.7037],[-6.029699, 55.7038],[-6.028999, 55.7034],[-6.02790, 55.7033],[-6.027599, 55.7031],[-6.027599, 55.7027],[-6.027999, 55.702],[-6.029699, 55.7005],[-6.030399, 55.6998],[-6.030799, 55.6983],[-6.03070, 55.6973],[-6.029399, 55.6954],[-6.0288, 55.6953],[-6.027699, 55.6955],[-6.025499, 55.6968],[-6.02450, 55.6973],[-6.022799, 55.6975],[-6.021801, 55.6975],[-6.020899, 55.6972],[-6.020299, 55.6964],[-6.020199, 55.6958],[-6.020199, 55.6944],[-6.020599, 55.6942],[-6.021601, 55.6939],[-6.022, 55.6937],[-6.022099, 55.6934],[-6.021801, 55.6931],[-6.0207, 55.6929],[-6.02040, 55.692],[-6.019899, 55.6914],[-6.019599, 55.6908],[-6.0197, 55.6904],[-6.0211, 55.6889],[-6.0233, 55.6876],[-6.023901, 55.6871],[-6.024799, 55.6865],[-6.026899, 55.686],[-6.0271, 55.6857],[-6.02700, 55.6853],[-6.0266, 55.6849],[-6.026401, 55.6844],[-6.02600, 55.684],[-6.024799, 55.6839],[-6.022099, 55.6857],[-6.019199, 55.6868],[-6.0165, 55.6872],[-6.016001, 55.687],[-6.0159, 55.6863],[-6.0169, 55.6852],[-6.01900, 55.6836],[-6.0201, 55.6827],[-6.0201, 55.6820],[-6.0208, 55.6813],[-6.023799, 55.6796],[-6.02700, 55.6774],[-6.028399, 55.6770],[-6.029699, 55.6769],[-6.030499, 55.6761],[-6.0309, 55.6761],[-6.031099, 55.6766],[-6.0317, 55.6765],[-6.033199, 55.6756],[-6.033901, 55.6755],[-6.0343, 55.6756],[-6.034501, 55.6766],[-6.033901, 55.6783],[-6.0337, 55.6790],[-6.03440, 55.6792],[-6.03580, 55.6790],[-6.037899, 55.6786],[-6.038099, 55.6784],[-6.038199, 55.6771],[-6.039101, 55.6767],[-6.04050, 55.6765],[-6.041201, 55.6761],[-6.0465, 55.6719],[-6.046899, 55.672],[-6.0471, 55.6724],[-6.0471, 55.6729],[-6.047299, 55.6731],[-6.047599, 55.6731],[-6.048999, 55.6725],[-6.050499, 55.6707],[-6.051499, 55.6697],[-6.05280, 55.6687],[-6.053599, 55.6673],[-6.053901, 55.6662],[-6.0538, 55.6657],[-6.054399, 55.6651],[-6.0543, 55.6649],[-6.053501, 55.6649],[-6.052599, 55.6652],[-6.050399, 55.666],[-6.04910, 55.6668],[-6.0487, 55.6666],[-6.04860, 55.6661],[-6.050799, 55.6639],[-6.052001, 55.6627],[-6.053599, 55.6611],[-6.054999, 55.6610],[-6.055699, 55.6616],[-6.056099, 55.6616],[-6.0573, 55.6610],[-6.0576, 55.6611],[-6.057899, 55.6619],[-6.058199, 55.6619],[-6.05850, 55.6618],[-6.059899, 55.6610],[-6.06110, 55.6601],[-6.061601, 55.6598],[-6.062099, 55.6598],[-6.0625, 55.6605],[-6.06360, 55.6606],[-6.063799, 55.6609],[-6.06360, 55.6617],[-6.06300, 55.6623],[-6.0625, 55.6631],[-6.0625, 55.6634],[-6.0629, 55.6635],[-6.064101, 55.6633],[-6.06450, 55.6635],[-6.065199, 55.6641],[-6.066899000000002, 55.6647],[-6.067599, 55.6651],[-6.06820, 55.6651],[-6.06920, 55.6648],[-6.0703, 55.6642],[-6.071001, 55.6637],[-6.07110, 55.6636],[-6.07110, 55.6632],[-6.0704, 55.6629],[-6.0699, 55.6622],[-6.069301, 55.6620],[-6.068901, 55.6619],[-6.068901, 55.6614],[-6.069399, 55.6611],[-6.0703, 55.6611],[-6.072599, 55.6615],[-6.073901, 55.6616],[-6.074699, 55.6611],[-6.0755, 55.6601],[-6.0756, 55.6594],[-6.07530, 55.6590],[-6.07430, 55.6583],[-6.0713, 55.6566],[-6.069799, 55.6559],[-6.069301, 55.6552],[-6.069301, 55.6549],[-6.070499, 55.6542],[-6.0712, 55.6535],[-6.070899, 55.6533],[-6.068901, 55.6532],[-6.068901, 55.6530],[-6.069301, 55.6527],[-6.069301, 55.6525],[-6.06870, 55.6525],[-6.067999, 55.6527],[-6.06740, 55.6527],[-6.06740, 55.6523],[-6.068501, 55.6504],[-6.069799, 55.6485],[-6.07110, 55.6472],[-6.07110, 55.6467],[-6.070899, 55.6464],[-6.070199, 55.6457],[-6.070199, 55.6452],[-6.0703, 55.6444],[-6.0704, 55.6441],[-6.070899, 55.6437],[-6.07250, 55.6435],[-6.07340, 55.643],[-6.074699, 55.643],[-6.0759, 55.6426],[-6.076499, 55.6421],[-6.077199, 55.6418],[-6.07770, 55.6417],[-6.07810, 55.6418],[-6.078199, 55.6421],[-6.078, 55.6425],[-6.077199, 55.6426],[-6.077001, 55.6427],[-6.077001, 55.643],[-6.077099, 55.6433],[-6.077799, 55.6435],[-6.0783, 55.6433],[-6.079101, 55.6424],[-6.0797, 55.6423],[-6.079899, 55.6428],[-6.079899, 55.6431],[-6.07940, 55.6438],[-6.0797, 55.6442],[-6.08100, 55.6453],[-6.082699, 55.6459],[-6.083, 55.6463],[-6.083099, 55.6465],[-6.0818, 55.6478],[-6.081699, 55.6483],[-6.081699, 55.6496],[-6.08190, 55.6502],[-6.0825, 55.6503],[-6.083099, 55.6502],[-6.084199, 55.65],[-6.084799, 55.6496],[-6.086201, 55.6475],[-6.0872, 55.6473],[-6.0887, 55.6473],[-6.089799, 55.6473],[-6.091499, 55.6461],[-6.093501, 55.6452],[-6.096601, 55.6437],[-6.097899, 55.6434],[-6.0984, 55.6429],[-6.0984, 55.6428],[-6.09770, 55.6426],[-6.0976, 55.6424],[-6.097799, 55.6422],[-6.100299, 55.6418],[-6.101099, 55.6418],[-6.1026, 55.6421],[-6.103199, 55.642],[-6.1043, 55.6414],[-6.1069, 55.6407],[-6.1079, 55.6401],[-6.108799, 55.6388],[-6.10920, 55.6385],[-6.1107, 55.6374],[-6.1131, 55.6365],[-6.1159, 55.6356],[-6.11990, 55.6346],[-6.12130, 55.6345],[-6.12140, 55.6348],[-6.12140, 55.635],[-6.1205, 55.6359],[-6.1205, 55.6362],[-6.12080, 55.6364],[-6.1219, 55.6363],[-6.125199, 55.6356],[-6.12790, 55.6349],[-6.1286, 55.6343],[-6.1286, 55.634],[-6.1276, 55.6337],[-6.126299, 55.633],[-6.126201, 55.6325],[-6.126699, 55.6319],[-6.128099, 55.6319],[-6.13, 55.632],[-6.13160, 55.6316],[-6.1328, 55.6313],[-6.135399, 55.6305],[-6.137001, 55.6297],[-6.1393, 55.6283],[-6.14140, 55.628],[-6.142799, 55.6271],[-6.143701, 55.627],[-6.1455, 55.6271],[-6.14650, 55.6269],[-6.1476, 55.6266],[-6.1486, 55.6266],[-6.148901, 55.6267],[-6.14900, 55.627],[-6.148901, 55.6274],[-6.14900, 55.6279],[-6.1496, 55.6285],[-6.1497, 55.6287],[-6.148901, 55.6293],[-6.148901, 55.6297],[-6.14940, 55.6299],[-6.15030, 55.6299],[-6.152, 55.6294],[-6.154399, 55.6294],[-6.1553, 55.6297],[-6.157599, 55.6316],[-6.158599, 55.6318],[-6.1618, 55.6319],[-6.1643, 55.6319],[-6.165299, 55.6318],[-6.1655, 55.6317],[-6.165699, 55.6314],[-6.165699, 55.631],[-6.1651, 55.6301],[-6.1651, 55.6298],[-6.16540, 55.6296],[-6.1661, 55.6296],[-6.16680, 55.6297],[-6.167799, 55.6297],[-6.169301, 55.6294],[-6.170199, 55.6288],[-6.17100, 55.6275],[-6.17240, 55.6267],[-6.173999, 55.6262],[-6.175499, 55.6258],[-6.1774, 55.6257],[-6.1788, 55.6261],[-6.180099, 55.6259],[-6.1803, 55.6255],[-6.181001, 55.6252],[-6.181099, 55.625],[-6.18050, 55.6244],[-6.1806, 55.6242],[-6.181201, 55.6241],[-6.183599, 55.6242],[-6.1838, 55.6244],[-6.1839, 55.6249],[-6.1843, 55.6251],[-6.18510, 55.6251],[-6.186699, 55.6253],[-6.187699, 55.6256],[-6.187799, 55.6258],[-6.18690, 55.6263],[-6.185699, 55.6271],[-6.183599, 55.6274],[-6.1826, 55.6277],[-6.182001, 55.6282],[-6.1819, 55.6286],[-6.18240, 55.6294],[-6.183199, 55.6299],[-6.18470, 55.6299],[-6.1852, 55.6295],[-6.186699, 55.6285],[-6.1872, 55.6284],[-6.1876, 55.6289],[-6.1876, 55.6307],[-6.188799, 55.632],[-6.19080, 55.6332],[-6.192599, 55.6336],[-6.19460, 55.6333],[-6.195899000000002, 55.6333],[-6.197899, 55.6341],[-6.19880, 55.6341],[-6.20060, 55.6334],[-6.2012, 55.6334],[-6.202099, 55.634],[-6.202499, 55.634],[-6.204, 55.6331],[-6.20580, 55.6321],[-6.209101, 55.632],[-6.213799, 55.6311],[-6.21610, 55.6302],[-6.21710, 55.6292],[-6.21750, 55.6283],[-6.21750, 55.6276],[-6.21700, 55.6264],[-6.2147, 55.6249],[-6.2125, 55.6228],[-6.21190, 55.6212],[-6.212, 55.6202],[-6.212399, 55.6193],[-6.21320, 55.619],[-6.2149, 55.6186],[-6.21560, 55.6181],[-6.215799, 55.6171],[-6.216001, 55.6169],[-6.2166, 55.6165],[-6.218501000000002, 55.6155],[-6.2187, 55.6148],[-6.2187, 55.6138],[-6.219501000000002, 55.6124],[-6.21980, 55.6122],[-6.221499, 55.6121],[-6.2218, 55.6118],[-6.2223, 55.6106],[-6.223501, 55.6092],[-6.2243, 55.6078],[-6.224999, 55.6069],[-6.225699, 55.6065],[-6.2279, 55.6063],[-6.22930, 55.6064],[-6.229899, 55.6061],[-6.231299, 55.6045],[-6.232399, 55.6030],[-6.232999, 55.602],[-6.2336, 55.6010],[-6.2336, 55.6007],[-6.2328, 55.5986],[-6.232699, 55.5979],[-6.23290, 55.5972],[-6.232999, 55.5962],[-6.2332, 55.596],[-6.234799, 55.596],[-6.2361, 55.5954],[-6.236801000000002, 55.5948],[-6.236899, 55.5945],[-6.236801000000002, 55.5939],[-6.238299, 55.5935],[-6.2388, 55.5931],[-6.2392, 55.5927],[-6.239399, 55.5924],[-6.2399, 55.5923],[-6.2406, 55.5924],[-6.242001000000002, 55.5926],[-6.243599, 55.5926],[-6.2452, 55.5922],[-6.247799, 55.5917],[-6.250899, 55.591],[-6.253799, 55.5899],[-6.256001, 55.5897],[-6.2566, 55.5894],[-6.2574, 55.5884],[-6.25880, 55.5876],[-6.259699, 55.5871],[-6.260499, 55.5856],[-6.260499, 55.5851],[-6.2603, 55.5841],[-6.260399, 55.5835],[-6.260799, 55.5834],[-6.2618, 55.5835],[-6.2624, 55.5834],[-6.2628, 55.5829],[-6.2638, 55.5814],[-6.26440, 55.58],[-6.264699, 55.5794],[-6.26490, 55.5792],[-6.265299, 55.5791],[-6.265699, 55.5794],[-6.26630, 55.5804],[-6.266699, 55.5804],[-6.268099, 55.5799],[-6.26860, 55.58],[-6.2698, 55.58],[-6.2708, 55.5804],[-6.272399, 55.5805],[-6.275599, 55.5805],[-6.2767, 55.5809],[-6.277299, 55.5809],[-6.27810, 55.5807],[-6.2791, 55.5806],[-6.2806, 55.5808],[-6.28230, 55.5811],[-6.286001, 55.5811],[-6.2901, 55.5802],[-6.2919, 55.5801],[-6.293399, 55.5806],[-6.29720, 55.5822],[-6.298999, 55.583],[-6.3002, 55.5842],[-6.3007, 55.5847],[-6.301401, 55.5847],[-6.3028, 55.5845],[-6.306201, 55.5835],[-6.309199, 55.5826],[-6.309999000000002, 55.5827],[-6.3102, 55.5829],[-6.3101, 55.5838],[-6.3101, 55.5847],[-6.309899000000002, 55.5855],[-6.309199, 55.5864],[-6.309199, 55.5867],[-6.3093, 55.5869],[-6.3098, 55.5871],[-6.31090, 55.5873],[-6.31180, 55.5875],[-6.312001, 55.5877],[-6.312001, 55.588],[-6.311601, 55.5887],[-6.311601, 55.5892],[-6.31180, 55.5893],[-6.312399, 55.5893],[-6.3133, 55.5891],[-6.314199, 55.5892],[-6.315199, 55.5897],[-6.315499, 55.5897],[-6.316201000000002, 55.5892],[-6.316801, 55.5891],[-6.3178, 55.5895],[-6.318299, 55.5895],[-6.320499, 55.5888],[-6.321401, 55.5888],[-6.323501, 55.589],[-6.326099, 55.5893],[-6.328701, 55.5892],[-6.3293, 55.5891],[-6.329501, 55.5893],[-6.329501, 55.5899],[-6.32970, 55.5901],[-6.33050, 55.5904],[-6.33150, 55.5904],[-6.332399, 55.5902],[-6.3344, 55.5896],[-6.334799, 55.5897],[-6.335299000000002, 55.59],[-6.335899, 55.5901],[-6.3365, 55.5903],[-6.3365, 55.5907],[-6.335499, 55.5911],[-6.335499, 55.5913],[-6.335599, 55.5916],[-6.336201, 55.5920],[-6.336201, 55.5923],[-6.335, 55.5931],[-6.3333, 55.5937],[-6.3329, 55.5939],[-6.332799, 55.5941],[-6.332799, 55.5943],[-6.333099, 55.5946],[-6.3336, 55.5948],[-6.334301, 55.5951],[-6.334301, 55.5954],[-6.3336, 55.5958],[-6.3319, 55.5964],[-6.330599, 55.5968],[-6.329999, 55.5971],[-6.3298, 55.5974],[-6.3298, 55.5976],[-6.33010, 55.5977],[-6.331201, 55.5976],[-6.3319, 55.5979],[-6.332099, 55.5982],[-6.3322, 55.5986],[-6.3322, 55.5988],[-6.33150, 55.5997],[-6.330299, 55.6004],[-6.329501, 55.6010],[-6.329501, 55.6013],[-6.329999, 55.6015],[-6.33050, 55.6018],[-6.33050, 55.602],[-6.3304, 55.6022],[-6.3293, 55.6028],[-6.328501, 55.6031],[-6.328501, 55.6034],[-6.329599, 55.6037],[-6.3304, 55.6040],[-6.3304, 55.6044],[-6.33010, 55.6047],[-6.329599, 55.6049],[-6.32880, 55.6053],[-6.3289, 55.6056],[-6.330699, 55.6056],[-6.331299, 55.6058],[-6.331299, 55.6061],[-6.331, 55.6064],[-6.329599, 55.6072],[-6.3276, 55.6083],[-6.326401, 55.6099],[-6.326099, 55.6105],[-6.326099, 55.6112],[-6.32630, 55.6116],[-6.326601, 55.6117],[-6.328199000000002, 55.6118],[-6.329599, 55.6125],[-6.3302, 55.6130],[-6.33010, 55.6132],[-6.3284, 55.6138],[-6.3283, 55.614],[-6.3284, 55.6144],[-6.328701, 55.6147],[-6.330299, 55.6151],[-6.330299, 55.6153],[-6.33010, 55.6156],[-6.329599, 55.6161],[-6.328701, 55.6169],[-6.328701, 55.6174],[-6.329, 55.6178],[-6.3298, 55.6184],[-6.33050, 55.6185],[-6.33050, 55.6188],[-6.3298, 55.6192],[-6.3298, 55.6195],[-6.3302, 55.6197],[-6.331201, 55.6199],[-6.33150, 55.6202],[-6.33150, 55.6206],[-6.331201, 55.6209],[-6.33010, 55.6215],[-6.329501, 55.6215],[-6.328599, 55.6211],[-6.327899, 55.6211],[-6.3267, 55.6214],[-6.326401, 55.6216],[-6.326401, 55.622],[-6.32730, 55.6227],[-6.32730, 55.6231],[-6.327001, 55.6235],[-6.32630, 55.6242],[-6.32630, 55.6245],[-6.327099, 55.6251],[-6.327099, 55.6257],[-6.32690, 55.626],[-6.3253, 55.6266],[-6.3243, 55.6271],[-6.3243, 55.6277],[-6.3242, 55.6285],[-6.323901, 55.6288],[-6.3234, 55.629],[-6.322999, 55.6289],[-6.322299, 55.6284],[-6.32160, 55.6284],[-6.320899, 55.6288],[-6.3204, 55.6295],[-6.320199, 55.6305],[-6.319799, 55.6313],[-6.319799, 55.6316],[-6.320199, 55.6319],[-6.3213, 55.6322],[-6.3213, 55.6325],[-6.321001, 55.6328],[-6.320199, 55.6332],[-6.318399, 55.6336],[-6.317599, 55.6345],[-6.316899, 55.6351],[-6.316201000000002, 55.6351],[-6.315599, 55.6352],[-6.314799, 55.6359],[-6.31470, 55.6363],[-6.31470, 55.6376],[-6.3139, 55.6389],[-6.313099, 55.6395],[-6.3126, 55.6395],[-6.31180, 55.6394],[-6.311, 55.6391],[-6.310599, 55.639],[-6.3102, 55.639],[-6.309999000000002, 55.6394],[-6.3098, 55.6401],[-6.309599, 55.6403],[-6.3089, 55.6403],[-6.3089, 55.6406],[-6.30900, 55.6412],[-6.30900, 55.6416],[-6.3085, 55.6419],[-6.3084, 55.6426],[-6.308199, 55.6432],[-6.3077, 55.6437],[-6.307001, 55.644],[-6.3069, 55.6442],[-6.307001, 55.6446],[-6.3077, 55.645],[-6.3077, 55.6453],[-6.3073, 55.6455],[-6.3064, 55.6458],[-6.3063, 55.6463],[-6.3064, 55.647],[-6.306099, 55.6471],[-6.30480, 55.6472],[-6.303999, 55.6477],[-6.3028, 55.6479],[-6.301899, 55.6483],[-6.3009, 55.6491],[-6.3009, 55.6494],[-6.3012, 55.65],[-6.3012, 55.6504],[-6.3009, 55.6506],[-6.300099, 55.6506],[-6.2988, 55.6509],[-6.298399, 55.6513],[-6.29810, 55.6521],[-6.2978, 55.6522],[-6.2974, 55.6521],[-6.296899, 55.6517],[-6.2961, 55.6515],[-6.29540, 55.6513],[-6.2947, 55.651],[-6.294101, 55.651],[-6.2933, 55.6512],[-6.291699000000002, 55.6517],[-6.287799, 55.652],[-6.287399000000002, 55.652],[-6.2868, 55.6518],[-6.28590, 55.6518],[-6.284101, 55.6526],[-6.283501, 55.6526],[-6.281401, 55.6522],[-6.2807, 55.6521],[-6.279799, 55.6524],[-6.279301, 55.6524],[-6.278501, 55.6522],[-6.27810, 55.6522],[-6.27710, 55.6527],[-6.27660, 55.6527],[-6.27620, 55.6524],[-6.27470, 55.652],[-6.273399000000002, 55.6517],[-6.272699, 55.6512],[-6.27190, 55.6505],[-6.2711, 55.6505],[-6.2708, 55.6507],[-6.2708, 55.651],[-6.27140, 55.6513],[-6.27140, 55.6517],[-6.271201, 55.652],[-6.2707, 55.652],[-6.269599, 55.6518],[-6.2683, 55.6516],[-6.26720, 55.6517],[-6.267001, 55.6519],[-6.2669, 55.6521],[-6.2669, 55.6525],[-6.26760, 55.6531],[-6.267499, 55.6538],[-6.26630, 55.6542],[-6.26580, 55.6545],[-6.2652, 55.6552],[-6.2648, 55.6554],[-6.2648, 55.6560],[-6.264501, 55.6561],[-6.262899, 55.6557],[-6.261499, 55.6557],[-6.260399, 55.6566],[-6.258299, 55.6584],[-6.256801, 55.6592],[-6.256801, 55.6596],[-6.257299, 55.6604],[-6.25880, 55.6623],[-6.2591, 55.6636],[-6.259399, 55.6657],[-6.259399, 55.6681],[-6.259399, 55.6694],[-6.26020, 55.6706],[-6.2612, 55.6730],[-6.2627, 55.6757],[-6.2638, 55.678],[-6.2656, 55.6792],[-6.2665, 55.6799],[-6.2665, 55.6804],[-6.2655, 55.6813],[-6.2656, 55.6818],[-6.26580, 55.6824],[-6.2664, 55.6832],[-6.266699, 55.684],[-6.267399, 55.6852],[-6.270299, 55.6885],[-6.2765, 55.6963],[-6.2788, 55.6989],[-6.284599, 55.7044],[-6.2894, 55.7073],[-6.2946, 55.7108],[-6.29960, 55.7135],[-6.3049, 55.7161],[-6.307001, 55.7172],[-6.3074, 55.7182],[-6.3074, 55.7193],[-6.3077, 55.7196],[-6.3081, 55.7196],[-6.309101000000002, 55.7186],[-6.3097, 55.7181],[-6.31050, 55.7178],[-6.3126, 55.7178],[-6.313799, 55.7181],[-6.314799, 55.7181],[-6.316201000000002, 55.7177],[-6.3182, 55.7177],[-6.320199, 55.7175],[-6.322199000000002, 55.7164],[-6.32270, 55.7164],[-6.323501, 55.7169],[-6.323901, 55.7169],[-6.3243, 55.7168],[-6.325099, 55.7155],[-6.32590, 55.715],[-6.326499, 55.7148],[-6.32770, 55.7148],[-6.328701, 55.715],[-6.3298, 55.7153],[-6.329999, 55.7156],[-6.33050, 55.7166],[-6.331201, 55.7169],[-6.3318, 55.7170],[-6.332799, 55.7165],[-6.3335, 55.7161],[-6.334, 55.7161],[-6.33470, 55.7167],[-6.335199, 55.7167],[-6.3361, 55.7165],[-6.3365, 55.7167],[-6.336699, 55.7174],[-6.3369, 55.7175],[-6.33760, 55.7173],[-6.3383, 55.7173],[-6.33850, 55.7175],[-6.3383, 55.718],[-6.3379, 55.7183],[-6.335599, 55.7198],[-6.334199, 55.7206],[-6.334101, 55.7209],[-6.334199, 55.7213],[-6.334899, 55.7216],[-6.335, 55.7220],[-6.334799, 55.7223],[-6.333799, 55.7230],[-6.3333, 55.7237],[-6.332799, 55.7237],[-6.332399, 55.7242],[-6.3323, 55.7245],[-6.332399, 55.7249],[-6.3329, 55.7259],[-6.3329, 55.727],[-6.333099, 55.7280],[-6.3336, 55.7290],[-6.335599, 55.73],[-6.3361, 55.7304],[-6.336, 55.7307],[-6.335599, 55.7311],[-6.33470, 55.7318],[-6.3318, 55.7333],[-6.3293, 55.7346],[-6.3289, 55.7351],[-6.3283, 55.7363],[-6.328199000000002, 55.7371],[-6.3284, 55.7378],[-6.328701, 55.7386],[-6.328701, 55.7394],[-6.328501, 55.7397],[-6.327799, 55.7401],[-6.32770, 55.7404],[-6.32770, 55.7407],[-6.328, 55.741],[-6.328701, 55.7415],[-6.328701, 55.7422],[-6.328501, 55.7427],[-6.32770, 55.7434],[-6.3267, 55.7437],[-6.324699, 55.744],[-6.320799, 55.7447],[-6.32, 55.7449],[-6.3196, 55.7452],[-6.319399, 55.7457],[-6.3192, 55.7458],[-6.318799, 55.7458],[-6.31740, 55.7456],[-6.314899, 55.7458],[-6.3136, 55.7464],[-6.313, 55.7469],[-6.313, 55.7472],[-6.3139, 55.7476],[-6.3139, 55.7478],[-6.3133, 55.748],[-6.31220, 55.7481],[-6.311601, 55.7485],[-6.311299, 55.7489],[-6.31090, 55.7499],[-6.31050, 55.7503],[-6.3101, 55.7504],[-6.3097, 55.7503],[-6.3089, 55.7497],[-6.307199, 55.7494],[-6.302499, 55.7492],[-6.301099, 55.7499],[-6.30000, 55.7505],[-6.29810, 55.752],[-6.2965, 55.7529],[-6.295199, 55.7541],[-6.294, 55.7556],[-6.2929, 55.7566],[-6.2915, 55.7573],[-6.2883, 55.7584],[-6.2838, 55.7595],[-6.2816, 55.76],[-6.27810, 55.7613],[-6.273701, 55.7621],[-6.267499, 55.7632],[-6.26630, 55.7635],[-6.2642, 55.7643],[-6.262001, 55.765],[-6.26, 55.7649],[-6.259399, 55.7651],[-6.25880, 55.7655],[-6.2586, 55.7658],[-6.258501, 55.7662],[-6.258501, 55.7665],[-6.25790, 55.7675],[-6.257599, 55.7682],[-6.2575, 55.7689],[-6.2574, 55.7702],[-6.2571, 55.7706],[-6.256299, 55.7711],[-6.254, 55.7716],[-6.251801, 55.772],[-6.2507, 55.772],[-6.250199, 55.7722],[-6.25, 55.7724],[-6.249899000000002, 55.7726],[-6.250199, 55.7731],[-6.250199, 55.7734],[-6.249599, 55.7738],[-6.24930, 55.7743],[-6.249, 55.7751],[-6.249, 55.7757],[-6.24980, 55.7782],[-6.2501, 55.7786],[-6.2507, 55.779],[-6.2514, 55.7795],[-6.252, 55.78],[-6.252299, 55.7806],[-6.2526, 55.7807],[-6.2532, 55.7806],[-6.2535, 55.7808],[-6.253701, 55.7813],[-6.254, 55.7814],[-6.2561, 55.7819],[-6.256401, 55.7822],[-6.2566, 55.7825],[-6.256801, 55.7831],[-6.256801, 55.7844],[-6.256001, 55.785],[-6.256001, 55.7853],[-6.256299, 55.7855],[-6.257, 55.7858],[-6.257699, 55.7858],[-6.2586, 55.7852],[-6.259799, 55.7852],[-6.2613, 55.7854],[-6.26340, 55.7851],[-6.264599, 55.7848],[-6.26580, 55.7842],[-6.266201, 55.7841],[-6.27290, 55.7839],[-6.27470, 55.7838],[-6.275, 55.7837],[-6.275899, 55.7831],[-6.27710, 55.7828],[-6.2786, 55.7828],[-6.2803, 55.7831],[-6.2883, 55.7853],[-6.291601, 55.7860],[-6.293399, 55.7861],[-6.295, 55.7861],[-6.29720, 55.7853],[-6.29960, 55.7846],[-6.303599, 55.7846],[-6.306001, 55.785],[-6.3089, 55.7859],[-6.315199, 55.7867],[-6.31750, 55.7871],[-6.32310, 55.7877],[-6.323999000000002, 55.7877],[-6.327899, 55.7870],[-6.3326, 55.7865],[-6.337, 55.7856],[-6.34040, 55.7856],[-6.3438, 55.7848],[-6.346401, 55.7838],[-6.3473, 55.7830],[-6.3477, 55.7825],[-6.347799, 55.7803],[-6.34840, 55.779],[-6.34940, 55.7769],[-6.350399, 55.7748],[-6.3519, 55.7728],[-6.3539, 55.7702],[-6.3547, 55.7682],[-6.3554, 55.7678],[-6.356299, 55.7674],[-6.35690, 55.7671],[-6.357399, 55.7667],[-6.358099, 55.7659],[-6.358399, 55.7649],[-6.358799000000002, 55.7629],[-6.359, 55.7622],[-6.359399, 55.7617],[-6.3607, 55.7606],[-6.362899, 55.7593],[-6.36530, 55.7579],[-6.3659, 55.7574],[-6.36620, 55.7568],[-6.36620, 55.7564],[-6.366099, 55.7559],[-6.3656, 55.7552],[-6.3656, 55.7548],[-6.365699, 55.7542],[-6.366499, 55.7533],[-6.36770, 55.7519],[-6.368199, 55.7506],[-6.368701, 55.7473],[-6.3689, 55.7466],[-6.369599, 55.7459],[-6.37050, 55.7452],[-6.372399, 55.7438],[-6.3739, 55.7429],[-6.374501, 55.7427],[-6.37470, 55.7425],[-6.37470, 55.7421],[-6.374501, 55.7419],[-6.373799, 55.7412],[-6.373701, 55.7409],[-6.3739, 55.7404],[-6.374199, 55.7399],[-6.375, 55.739],[-6.3769, 55.7373],[-6.3786, 55.7365],[-6.379399, 55.7359],[-6.381299, 55.7327],[-6.381899, 55.7322],[-6.382599, 55.7318],[-6.38320, 55.7315],[-6.38460, 55.7309],[-6.384799, 55.7306],[-6.38500, 55.7294],[-6.3852, 55.7291],[-6.3856, 55.7289],[-6.387899, 55.7277],[-6.388999, 55.7268],[-6.3914, 55.7241],[-6.393199, 55.7227],[-6.39570, 55.7209],[-6.397399, 55.7196],[-6.397999, 55.7184],[-6.3983, 55.7181],[-6.401899, 55.716],[-6.4063, 55.7134],[-6.4087, 55.7121],[-6.4092, 55.7116],[-6.40990, 55.7084],[-6.4101, 55.7079],[-6.410399, 55.7077],[-6.4109, 55.7073],[-6.411601, 55.7068],[-6.412799, 55.7065],[-6.4135, 55.7063],[-6.4144, 55.7054],[-6.416699, 55.7039],[-6.4189, 55.7026],[-6.421299, 55.7018],[-6.425399, 55.6993],[-6.431099, 55.6965],[-6.432799, 55.6964],[-6.433701, 55.6961],[-6.43430, 55.6961],[-6.435599, 55.6964],[-6.43610, 55.6964],[-6.436601, 55.696],[-6.4379, 55.6948],[-6.439301, 55.6933],[-6.441899, 55.6921],[-6.443299, 55.6919],[-6.445499, 55.6919],[-6.44610, 55.6916],[-6.447001, 55.691],[-6.4475, 55.6903],[-6.4478, 55.6899],[-6.4481, 55.6897],[-6.448901, 55.6894],[-6.450399, 55.6887],[-6.451001, 55.6885],[-6.4534, 55.6881],[-6.454101, 55.6878],[-6.455299, 55.6865],[-6.45600, 55.6859],[-6.45690, 55.6855],[-6.458701, 55.6842],[-6.4608, 55.6832],[-6.465499, 55.6827],[-6.469699, 55.6827],[-6.469999, 55.6825],[-6.469999, 55.6822],[-6.469501, 55.6815],[-6.469501, 55.6813],[-6.4696, 55.6809],[-6.469699, 55.6806],[-6.4702, 55.6801],[-6.471601, 55.6790],[-6.47240, 55.6786],[-6.473701, 55.678],[-6.4755, 55.6773],[-6.476601, 55.6767],[-6.47890, 55.6756],[-6.4793, 55.6753],[-6.4793, 55.675],[-6.479101, 55.6747],[-6.479101, 55.6742],[-6.479599, 55.6739],[-6.4801, 55.6738],[-6.48110, 55.6739],[-6.481801000000002, 55.6738],[-6.482699, 55.6736],[-6.4833, 55.6735],[-6.483799, 55.6735],[-6.4841, 55.6734],[-6.48460, 55.6726],[-6.484799, 55.6725],[-6.485199, 55.6725],[-6.485499, 55.6727],[-6.4861, 55.6732],[-6.486499, 55.6734],[-6.487, 55.6734],[-6.4881, 55.6732],[-6.488501, 55.6733],[-6.48920, 55.6737],[-6.4899, 55.6739],[-6.490799, 55.6740],[-6.491099, 55.6740],[-6.492199, 55.6737],[-6.4927, 55.6737],[-6.493199, 55.6738],[-6.49340, 55.6739],[-6.493701, 55.6741],[-6.494101, 55.6748],[-6.494501, 55.675],[-6.4955, 55.6752],[-6.4965, 55.6753],[-6.4997, 55.6756],[-6.5025, 55.6761],[-6.5054, 55.6772],[-6.507599, 55.6782],[-6.5081, 55.6786],[-6.507999, 55.6793],[-6.507699, 55.6798],[-6.507199, 55.6803],[-6.50570, 55.681],[-6.50570, 55.6814],[-6.506001, 55.6815],[-6.507199, 55.6811],[-6.5087, 55.6811],[-6.5096, 55.6814],[-6.51070, 55.6821],[-6.51160, 55.6833],[-6.512001, 55.6851],[-6.512199000000002, 55.6869],[-6.5138, 55.6884],[-6.5138, 55.6887],[-6.51310, 55.6891],[-6.512599, 55.6893],[-6.51270, 55.6896],[-6.513, 55.6897],[-6.5144, 55.6898],[-6.5156, 55.6905],[-6.516601, 55.6909],[-6.517099, 55.6909],[-6.518, 55.6904],[-6.518799, 55.6904],[-6.519899, 55.6913],[-6.5204, 55.6918],[-6.521201, 55.6922],[-6.521201, 55.6926],[-6.5208, 55.6929],[-6.520199, 55.6933],[-6.520199, 55.6935],[-6.520599, 55.6939],[-6.520899, 55.694],[-6.521699, 55.6938],[-6.522399, 55.6938],[-6.522799, 55.6941],[-6.5233, 55.6947],[-6.5233, 55.6953],[-6.522999, 55.6959],[-6.521699, 55.6967],[-6.521, 55.6967],[-6.519101, 55.6961],[-6.518199, 55.6954],[-6.517799, 55.6954],[-6.517499, 55.6959],[-6.517099, 55.6963],[-6.51640, 55.6964],[-6.5149, 55.6965],[-6.5137, 55.6969],[-6.513501, 55.6972],[-6.513599, 55.6974],[-6.514599, 55.6975],[-6.514999, 55.6978],[-6.514999, 55.6984],[-6.514501, 55.6989],[-6.5123, 55.6998],[-6.51090, 55.7006],[-6.51090, 55.7009],[-6.51180, 55.7013],[-6.51180, 55.7015],[-6.51090, 55.7022],[-6.508901, 55.7026],[-6.507999, 55.703],[-6.50750, 55.7033],[-6.505499, 55.7034],[-6.505499, 55.7036],[-6.50610, 55.7038],[-6.5067, 55.704],[-6.5067, 55.7042],[-6.506499, 55.7046],[-6.5053, 55.7054],[-6.5041, 55.7059],[-6.50320, 55.706],[-6.5021, 55.7057],[-6.501699, 55.7056],[-6.500899, 55.7056],[-6.497399, 55.707],[-6.496601, 55.707],[-6.496201, 55.7073],[-6.496201, 55.7079],[-6.4969, 55.7082],[-6.497001, 55.7085],[-6.49680, 55.7087],[-6.4964, 55.7091],[-6.4963, 55.7097],[-6.4963, 55.7102],[-6.496601, 55.7107],[-6.497001, 55.7109],[-6.4969, 55.7114],[-6.4965, 55.7116],[-6.4959, 55.7118],[-6.49490, 55.7118],[-6.494501, 55.712],[-6.494101, 55.7123],[-6.49340, 55.713],[-6.493299, 55.7133],[-6.493599, 55.7137],[-6.494101, 55.7141],[-6.494101, 55.7145],[-6.4938, 55.7146],[-6.4931, 55.7146],[-6.49240, 55.7142],[-6.492001, 55.7142],[-6.4913, 55.7145],[-6.4909, 55.7149],[-6.490799, 55.7153],[-6.491001, 55.7162],[-6.491099, 55.7169],[-6.4912, 55.7174],[-6.491601, 55.7177],[-6.493999, 55.718],[-6.494999, 55.7185],[-6.4959, 55.7188],[-6.4964, 55.7188],[-6.497001, 55.7186],[-6.4984, 55.7186],[-6.500599, 55.7188],[-6.50280, 55.7195],[-6.504301000000002, 55.7200],[-6.5045, 55.7204],[-6.50460, 55.721],[-6.50420, 55.7215],[-6.50280, 55.7216],[-6.5022, 55.7218],[-6.5021, 55.7221],[-6.5026, 55.7227],[-6.5026, 55.7231],[-6.502299, 55.7238],[-6.502299, 55.7248],[-6.5021, 55.7252],[-6.5008, 55.7253],[-6.5001, 55.7254],[-6.499599, 55.7258],[-6.499501, 55.7271],[-6.4998, 55.7276],[-6.5007, 55.7278],[-6.5015, 55.7281],[-6.5015, 55.7285],[-6.501201, 55.7289],[-6.50050, 55.7294],[-6.4997, 55.7299],[-6.4976, 55.7303],[-6.4973, 55.7303],[-6.497001, 55.7306],[-6.496699, 55.7314],[-6.496099, 55.7323],[-6.49520, 55.733],[-6.49480, 55.7335],[-6.494599, 55.7339],[-6.494599, 55.7350],[-6.49430, 55.7355],[-6.49390, 55.7359],[-6.4938, 55.7361],[-6.49390, 55.7366],[-6.494501, 55.7370],[-6.494501, 55.7374],[-6.494101, 55.7378],[-6.49300, 55.7384],[-6.492199, 55.7384],[-6.4896, 55.7399],[-6.48780, 55.7406],[-6.48460, 55.7409],[-6.4842, 55.741],[-6.483901, 55.7413],[-6.483799, 55.7417],[-6.48400, 55.742],[-6.4847, 55.7421],[-6.484799, 55.7424],[-6.48460, 55.7427],[-6.4835, 55.7435],[-6.4832, 55.744],[-6.4832, 55.7447],[-6.482999, 55.7449],[-6.482, 55.7455],[-6.481201, 55.7457],[-6.47980, 55.7457],[-6.47890, 55.7461],[-6.4783, 55.7465],[-6.478199, 55.7468],[-6.478199, 55.7474],[-6.478799, 55.7479],[-6.478799, 55.7482],[-6.478099, 55.7487],[-6.47690, 55.7494],[-6.4759, 55.7496],[-6.474699000000002, 55.7494],[-6.474101, 55.7496],[-6.4738, 55.7503],[-6.4734, 55.7505],[-6.472899, 55.7505],[-6.4717, 55.7504],[-6.47050, 55.7503],[-6.4696, 55.751],[-6.468599000000002, 55.7521],[-6.46670, 55.7525],[-6.466001, 55.7525],[-6.46530, 55.7523],[-6.4646, 55.7522],[-6.4633, 55.7524],[-6.46, 55.7522],[-6.4595, 55.7527],[-6.458799, 55.7538],[-6.458799, 55.7548],[-6.4589, 55.7551],[-6.459101, 55.7552],[-6.4597, 55.7552],[-6.46010, 55.7551],[-6.46190, 55.7546],[-6.463099, 55.7548],[-6.4632, 55.755],[-6.4626, 55.7558],[-6.462699, 55.7561],[-6.462999, 55.756],[-6.46530, 55.7549],[-6.46570, 55.7549],[-6.465799, 55.7552],[-6.465799, 55.7556],[-6.4649, 55.7564],[-6.464799, 55.7567],[-6.4649, 55.7568],[-6.46530, 55.7569],[-6.46660, 55.7564],[-6.467, 55.7564],[-6.467, 55.7567],[-6.46660, 55.7571],[-6.465899, 55.7576],[-6.46570, 55.7579],[-6.465899, 55.7584],[-6.466499, 55.7589],[-6.46660, 55.7595],[-6.466001, 55.7601],[-6.464799, 55.7611],[-6.464799, 55.7613],[-6.4649, 55.7617],[-6.46620, 55.762],[-6.466499, 55.7624],[-6.466401, 55.7629],[-6.465, 55.764],[-6.4633, 55.765],[-6.46190, 55.7667],[-6.4595, 55.7685],[-6.457399, 55.7695],[-6.455699, 55.7705],[-6.454999, 55.7709],[-6.4548, 55.7713],[-6.454899, 55.7717],[-6.456601, 55.7717],[-6.45690, 55.7719],[-6.45690, 55.7723],[-6.45640, 55.7726],[-6.4555, 55.7726],[-6.454599, 55.7727],[-6.45440, 55.7729],[-6.454199, 55.7737],[-6.453501, 55.7742],[-6.452899, 55.7754],[-6.453, 55.7762],[-6.453599, 55.7778],[-6.453701, 55.7789],[-6.453199, 55.7806],[-6.4523, 55.7825],[-6.4519, 55.7831],[-6.452001, 55.7834],[-6.4533, 55.7840],[-6.4538, 55.7843],[-6.454199, 55.7847],[-6.45440, 55.7857],[-6.4547, 55.7862],[-6.4551, 55.7867],[-6.45640, 55.7876],[-6.458, 55.7884],[-6.4589, 55.7885],[-6.460599, 55.7882],[-6.4622, 55.7881],[-6.464399, 55.7875],[-6.4654, 55.7876],[-6.466801, 55.7883],[-6.4671, 55.7884],[-6.467899, 55.7884],[-6.469301, 55.7875],[-6.4698, 55.7874],[-6.4702, 55.7875],[-6.470399, 55.788],[-6.470799, 55.7883],[-6.472499, 55.7883],[-6.4738, 55.7887],[-6.4755, 55.7889],[-6.481, 55.7892],[-6.481201, 55.7895],[-6.48110, 55.7898],[-6.47980, 55.7903],[-6.479899, 55.7908],[-6.4801, 55.7914],[-6.4805, 55.7917],[-6.48070, 55.7919],[-6.481299, 55.7922],[-6.48210, 55.7922],[-6.483399, 55.7926],[-6.483799, 55.7930],[-6.483799, 55.7935],[-6.48360, 55.7938],[-6.482699, 55.7941],[-6.482, 55.7941],[-6.4805, 55.7934],[-6.4801, 55.7934],[-6.4797, 55.7936],[-6.4797, 55.7939],[-6.480199, 55.7943],[-6.480199, 55.7948],[-6.4797, 55.7953],[-6.479, 55.7957],[-6.478799, 55.7960],[-6.47890, 55.7963],[-6.4793, 55.7964],[-6.48070, 55.7961],[-6.481699000000002, 55.7961],[-6.481801000000002, 55.7963],[-6.481801000000002, 55.7968],[-6.481201, 55.7971],[-6.480199, 55.7974],[-6.47840, 55.7975],[-6.4783, 55.7977],[-6.479199, 55.7981],[-6.47940, 55.7983],[-6.47940, 55.7987],[-6.479199, 55.7990],[-6.478701, 55.7992],[-6.477499, 55.7994],[-6.477499, 55.7996],[-6.478199, 55.7997],[-6.478199, 55.8001],[-6.477499, 55.8008],[-6.4764, 55.8011],[-6.473701, 55.8014],[-6.473199, 55.8019],[-6.471401, 55.8027],[-6.469501, 55.8032],[-6.469301, 55.8034],[-6.4687, 55.8045],[-6.4684, 55.805],[-6.46820, 55.8051],[-6.467599, 55.8051],[-6.466899, 55.8052],[-6.466801, 55.8056],[-6.466801, 55.8064],[-6.466801, 55.807],[-6.46660, 55.8072],[-6.46620, 55.8073],[-6.465499, 55.8073],[-6.4649, 55.8069],[-6.464, 55.8069],[-6.463099, 55.8075],[-6.46250, 55.8078],[-6.45600, 55.8096],[-6.4547, 55.8103],[-6.45440, 55.8107],[-6.454101, 55.8125],[-6.454599, 55.8154],[-6.454599, 55.8166],[-6.454501, 55.8173],[-6.45400, 55.8177],[-6.453199, 55.818],[-6.451601, 55.8184],[-6.451499, 55.8187],[-6.451601, 55.8191],[-6.452199, 55.8193],[-6.453701, 55.8195],[-6.4543, 55.8201],[-6.4555, 55.8218],[-6.45590, 55.8224],[-6.45590, 55.823],[-6.4555, 55.8235],[-6.454101, 55.8243],[-6.452799, 55.8244],[-6.452099, 55.8243],[-6.451601, 55.8246],[-6.451601, 55.8248],[-6.4518, 55.825],[-6.4527, 55.8251],[-6.453199, 55.8254],[-6.453199, 55.8256],[-6.452899, 55.826],[-6.4519, 55.8266],[-6.451401, 55.8268],[-6.451401, 55.827],[-6.4518, 55.8272],[-6.45260, 55.827],[-6.454501, 55.8262],[-6.4552, 55.8263],[-6.4555, 55.8266],[-6.455699, 55.8269],[-6.455699, 55.8274],[-6.455299, 55.8278],[-6.45540, 55.828],[-6.456201, 55.8285],[-6.4579, 55.8291],[-6.459799, 55.8288],[-6.460499, 55.8288],[-6.461201, 55.8294],[-6.46110, 55.8298],[-6.4607, 55.8302],[-6.459199, 55.8313],[-6.458799, 55.8313],[-6.458, 55.831],[-6.4575, 55.831],[-6.457099, 55.8313],[-6.45640, 55.8319],[-6.455699, 55.8321],[-6.454599, 55.8317],[-6.454101, 55.8318],[-6.4539, 55.832],[-6.4539, 55.8325],[-6.453599, 55.8328],[-6.453199, 55.8333],[-6.453199, 55.8335],[-6.455299, 55.834],[-6.45600, 55.8343],[-6.45600, 55.8348],[-6.455699, 55.8353],[-6.45540, 55.8354],[-6.4548, 55.8355],[-6.454101, 55.8354],[-6.4524, 55.8352],[-6.4519, 55.8354],[-6.4518, 55.8356],[-6.4519, 55.8358],[-6.45260, 55.8360],[-6.4527, 55.8362],[-6.452499, 55.8364],[-6.4518, 55.8364],[-6.451401, 55.8365],[-6.450799, 55.8369],[-6.450399, 55.8371],[-6.45030, 55.8374],[-6.450399, 55.8377],[-6.450699, 55.8378],[-6.452099, 55.8379],[-6.452199, 55.838],[-6.45260, 55.8388],[-6.453199, 55.8390],[-6.453199, 55.8392],[-6.453, 55.8395],[-6.4527, 55.8398],[-6.452099, 55.8409],[-6.4513, 55.8417],[-6.4496, 55.8426],[-6.4482, 55.8431],[-6.447199, 55.8438],[-6.447199, 55.8442],[-6.44740, 55.8445],[-6.448901, 55.8448],[-6.44930, 55.8451],[-6.44930, 55.8454],[-6.448999, 55.8455],[-6.447599, 55.8453],[-6.4471, 55.8453],[-6.4471, 55.8456],[-6.4475, 55.8459],[-6.449399, 55.8465],[-6.4505, 55.8472],[-6.451099, 55.8481],[-6.451499, 55.849],[-6.451601, 55.8496],[-6.4518, 55.8502],[-6.4518, 55.8511],[-6.451601, 55.8514],[-6.451099, 55.8518],[-6.449999, 55.8519],[-6.448599, 55.8519],[-6.448599, 55.8521],[-6.4487, 55.8524],[-6.450399, 55.8528],[-6.451099, 55.8532],[-6.451401, 55.8536],[-6.4513, 55.8540],[-6.451001, 55.8542],[-6.448299, 55.8549],[-6.4467, 55.8556],[-6.4462, 55.8557],[-6.445499, 55.8555],[-6.445099000000002, 55.8555],[-6.4449, 55.8556],[-6.44460, 55.8559],[-6.44450, 55.8565],[-6.44420, 55.8569],[-6.443501, 55.8570],[-6.4429, 55.8567],[-6.4424, 55.8561],[-6.441801, 55.8556],[-6.441401, 55.8556],[-6.441299, 55.8559],[-6.441299, 55.8563],[-6.440899, 55.8566],[-6.439799, 55.8567],[-6.439799, 55.8571],[-6.44000, 55.8576],[-6.44000, 55.8579],[-6.439199, 55.8583],[-6.438701, 55.8583],[-6.437799, 55.8582],[-6.437099, 55.8581],[-6.4365, 55.8577],[-6.43580, 55.8570],[-6.4351, 55.8569],[-6.434599, 55.8570],[-6.434101, 55.8576],[-6.433199, 55.858],[-6.432099, 55.8584],[-6.431601, 55.8584],[-6.4309, 55.8582],[-6.429999, 55.8581],[-6.4299, 55.8582],[-6.4299, 55.8584],[-6.43060, 55.8589],[-6.431499, 55.8598],[-6.431499, 55.8603],[-6.431201, 55.8609],[-6.4303, 55.8614],[-6.4299, 55.8615],[-6.429101, 55.8613],[-6.428299, 55.8605],[-6.42780, 55.8603],[-6.427001, 55.8604],[-6.426801, 55.8606],[-6.426801, 55.861],[-6.426801, 55.8617],[-6.4266, 55.8619],[-6.42620, 55.8622],[-6.42530, 55.8625],[-6.423999, 55.8628],[-6.4228, 55.8628],[-6.42160, 55.8626],[-6.420199, 55.8616],[-6.41970, 55.8609],[-6.41970, 55.86],[-6.420599, 55.8593],[-6.420899, 55.8590],[-6.4208, 55.8588],[-6.419899, 55.8587],[-6.4189, 55.8587],[-6.418399, 55.8585],[-6.418099, 55.8581],[-6.4176, 55.8575],[-6.417, 55.8573],[-6.416699, 55.8572],[-6.415699, 55.8566],[-6.414999, 55.8558],[-6.4143, 55.8548],[-6.4135, 55.8543],[-6.412499, 55.8540],[-6.41140, 55.8538],[-6.4106, 55.8539],[-6.409699, 55.8544],[-6.4084, 55.8553],[-6.4084, 55.8556],[-6.408901, 55.8563],[-6.408901, 55.8568],[-6.408599, 55.8572],[-6.407499, 55.8579],[-6.406099, 55.8579],[-6.405399, 55.858],[-6.40520, 55.8582],[-6.4049, 55.8584],[-6.404399, 55.8584],[-6.403999, 55.8582],[-6.4031, 55.858],[-6.4021, 55.858],[-6.4017, 55.8581],[-6.4012, 55.8587],[-6.4007, 55.8590],[-6.39910, 55.8592],[-6.3919, 55.8591],[-6.38930, 55.8604],[-6.387599, 55.8619],[-6.3867, 55.8629],[-6.386099, 55.8638],[-6.38370, 55.8671],[-6.38310, 55.8675],[-6.3821, 55.8675],[-6.381801, 55.8677],[-6.381801, 55.8681],[-6.3824, 55.8685],[-6.3825, 55.8687],[-6.382199, 55.869],[-6.3817, 55.869],[-6.380899, 55.8688],[-6.3804, 55.8688],[-6.3779, 55.8708],[-6.377299, 55.8711],[-6.375899, 55.8713],[-6.3722, 55.8713],[-6.37150, 55.8714],[-6.371201, 55.8716],[-6.371099, 55.8721],[-6.37130, 55.8728],[-6.37130, 55.8735],[-6.37100, 55.8738],[-6.37050, 55.8741],[-6.369699, 55.8742],[-6.3689, 55.8743],[-6.368501, 55.8746],[-6.366099, 55.8771],[-6.3656, 55.8773],[-6.3646, 55.8773],[-6.3631, 55.8774],[-6.3617, 55.877],[-6.3613, 55.877],[-6.36110, 55.8772],[-6.360899, 55.8779],[-6.36060, 55.8781],[-6.359799, 55.8781],[-6.357999, 55.8779],[-6.356299, 55.8777],[-6.355199, 55.8778],[-6.3544, 55.8778],[-6.352799, 55.8775],[-6.352499, 55.8777],[-6.352399, 55.8779],[-6.352499, 55.8782],[-6.3533, 55.8787],[-6.354199, 55.8792],[-6.354199, 55.8794],[-6.353701000000002, 55.8796],[-6.352001, 55.88],[-6.349599, 55.881],[-6.347499000000002, 55.8818],[-6.345099, 55.8828],[-6.344301, 55.8833],[-6.343901, 55.8837],[-6.3431, 55.8852],[-6.3417, 55.8871],[-6.3403, 55.8881],[-6.3383, 55.889],[-6.337, 55.8896],[-6.336299, 55.8896],[-6.335599, 55.8894],[-6.3351, 55.8895],[-6.334799, 55.8898],[-6.333701, 55.891],[-6.33300, 55.8916],[-6.3325, 55.8919],[-6.331601, 55.8921],[-6.331201, 55.8923],[-6.33050, 55.893],[-6.3298, 55.8933],[-6.3281, 55.8937],[-6.32690, 55.8938],[-6.3256, 55.8935],[-6.323599, 55.8932],[-6.321899, 55.8929],[-6.320899, 55.8924],[-6.32, 55.8916],[-6.3196, 55.891],[-6.318399, 55.8895],[-6.31790, 55.8887],[-6.31790, 55.8883],[-6.318099, 55.8875],[-6.320499, 55.884],[-6.320799, 55.8831],[-6.3211, 55.8823],[-6.322299, 55.8813],[-6.322299, 55.881],[-6.321899, 55.8802],[-6.321899, 55.8796],[-6.322899, 55.8787],[-6.324501, 55.8775],[-6.327099, 55.8757],[-6.327499, 55.8753],[-6.32770, 55.8747],[-6.3281, 55.8741],[-6.329199000000002, 55.8736],[-6.3298, 55.8729],[-6.329999, 55.8721],[-6.3302, 55.8717],[-6.33110, 55.8712],[-6.3326, 55.8705],[-6.3332, 55.87],[-6.3336, 55.8693],[-6.333701, 55.8684],[-6.3333, 55.8673],[-6.333701, 55.8661],[-6.333701, 55.8653],[-6.33300, 55.8644],[-6.3329, 55.8641],[-6.333099, 55.8637],[-6.334199, 55.8620],[-6.334199, 55.8611],[-6.3335, 55.8574],[-6.3336, 55.8556],[-6.333701, 55.8548],[-6.334, 55.8542],[-6.335299000000002, 55.8523],[-6.3365, 55.8497],[-6.3378, 55.8477],[-6.3379, 55.8469],[-6.338099, 55.8446],[-6.3403, 55.8416],[-6.341001, 55.8402],[-6.3413, 55.8393],[-6.3417, 55.838],[-6.341899, 55.8367],[-6.341899, 55.8355],[-6.3406, 55.834],[-6.338399, 55.8322],[-6.3378, 55.8316],[-6.3371, 55.8308],[-6.33660, 55.8293],[-6.336401, 55.829],[-6.335599, 55.8283],[-6.335, 55.8276],[-6.335, 55.8271],[-6.336299, 55.8249],[-6.336401, 55.824],[-6.336201, 55.8236],[-6.335499, 55.8233],[-6.3329, 55.8232],[-6.329899, 55.823],[-6.32770, 55.8238],[-6.3268, 55.8241],[-6.324399, 55.8249],[-6.3237, 55.825],[-6.322299, 55.8248],[-6.3195, 55.8243],[-6.316899, 55.8236],[-6.316299, 55.8234],[-6.315499, 55.8234],[-6.3153, 55.8239],[-6.3154, 55.8246],[-6.3157, 55.8249],[-6.317299, 55.8251],[-6.3178, 55.8253],[-6.31790, 55.8256],[-6.317599, 55.8258],[-6.31740, 55.8259],[-6.3161, 55.8257],[-6.31600, 55.8259],[-6.31600, 55.8263],[-6.3161, 55.8264],[-6.31790, 55.8267],[-6.318399, 55.8277],[-6.3192, 55.8297],[-6.319799, 55.8313],[-6.320099, 55.832],[-6.320799, 55.8327],[-6.32310, 55.8338],[-6.3241, 55.8346],[-6.3241, 55.8354],[-6.323901, 55.8359],[-6.32250, 55.8374],[-6.3199, 55.8391],[-6.31750, 55.8414],[-6.3153, 55.8427],[-6.3153, 55.8443],[-6.3157, 55.8467],[-6.316401, 55.8486],[-6.316401, 55.8497],[-6.316201000000002, 55.8503],[-6.3153, 55.8510],[-6.3145, 55.8519],[-6.314301, 55.8524],[-6.314199, 55.8533],[-6.314, 55.8539],[-6.3133, 55.8545],[-6.3126, 55.855],[-6.3125, 55.8552],[-6.312399, 55.8562],[-6.312099, 55.8567],[-6.311699, 55.8569],[-6.311, 55.8571],[-6.3098, 55.8571],[-6.3089, 55.8575],[-6.3068, 55.8579],[-6.3059, 55.8582],[-6.304999, 55.8589],[-6.30480, 55.8592],[-6.30480, 55.8597],[-6.3049, 55.8606],[-6.304599, 55.8612],[-6.303999, 55.8621],[-6.3031, 55.8636],[-6.302599, 55.8657],[-6.3027, 55.8671],[-6.302899, 55.8678],[-6.303299, 55.8683],[-6.30530, 55.87],[-6.307099, 55.8717],[-6.30900, 55.8735],[-6.309199, 55.8739],[-6.309101000000002, 55.8743],[-6.3089, 55.8745],[-6.3085, 55.8746],[-6.3056, 55.8749],[-6.3031, 55.8753],[-6.2988, 55.8762],[-6.2936, 55.8762],[-6.291699000000002, 55.8763],[-6.28690, 55.8775],[-6.28130, 55.8784],[-6.277699, 55.8787],[-6.277299, 55.8785],[-6.2767, 55.8783],[-6.27620, 55.8783],[-6.275899, 55.8785],[-6.273399000000002, 55.8805],[-6.27200, 55.8815],[-6.270899, 55.8822],[-6.268799, 55.883],[-6.26770, 55.8837],[-6.2656, 55.8843],[-6.26490, 55.8847],[-6.2643, 55.8854],[-6.263999, 55.8861],[-6.26340, 55.8871],[-6.26340, 55.8875],[-6.2638, 55.8887],[-6.2643, 55.8892],[-6.265299, 55.8897],[-6.265299, 55.8899],[-6.2651, 55.8901],[-6.264501, 55.8904],[-6.263501, 55.8907],[-6.26210, 55.8911],[-6.26060, 55.8917],[-6.2596, 55.8922],[-6.259301, 55.8923],[-6.2582, 55.8923],[-6.2542, 55.8933],[-6.251, 55.894],[-6.249199, 55.8947],[-6.2468, 55.8952],[-6.246201, 55.8955],[-6.244599, 55.8962],[-6.244101, 55.8968],[-6.2439, 55.8970],[-6.2431, 55.8972],[-6.2403, 55.8983],[-6.2378, 55.899],[-6.23630, 55.9002],[-6.234301, 55.9011],[-6.23210, 55.9022],[-6.231299, 55.9030],[-6.2308, 55.9034],[-6.2304, 55.9035],[-6.229, 55.9036],[-6.225699, 55.9052],[-6.224199, 55.9056],[-6.22400, 55.9058],[-6.223701000000002, 55.9062],[-6.2234, 55.9068],[-6.223199, 55.9071],[-6.2227, 55.9072],[-6.222499, 55.9072],[-6.221099, 55.9075],[-6.220799, 55.9078],[-6.2206, 55.9087],[-6.220099, 55.9092],[-6.218999, 55.9098],[-6.217899, 55.9102],[-6.216801, 55.9106],[-6.215499, 55.9109],[-6.215, 55.9113],[-6.21370, 55.9124],[-6.213099, 55.9128],[-6.2125, 55.9128],[-6.211201, 55.9126],[-6.21000, 55.9126],[-6.209101, 55.9127],[-6.2086, 55.9129],[-6.2079, 55.9138],[-6.20750, 55.9141],[-6.2069, 55.9145],[-6.20580, 55.9147],[-6.204501, 55.9154],[-6.20330, 55.9162],[-6.200799, 55.9186],[-6.200799, 55.9188],[-6.201099000000002, 55.9191],[-6.201099000000002, 55.9193],[-6.2009, 55.9196],[-6.200099000000002, 55.9200],[-6.1998, 55.9203],[-6.19960, 55.9209],[-6.1993, 55.9218],[-6.19870, 55.9224],[-6.193799, 55.9253],[-6.191299, 55.927],[-6.19080, 55.9272],[-6.1904, 55.9272],[-6.1896, 55.9269],[-6.1886, 55.9264],[-6.186699, 55.9260],[-6.185699, 55.9256],[-6.183701, 55.9254],[-6.18270, 55.9255],[-6.180399, 55.9265],[-6.179599, 55.9266],[-6.1756, 55.9265],[-6.169799, 55.927],[-6.167699, 55.9279],[-6.165299, 55.9292],[-6.16440, 55.9294],[-6.163199, 55.9293],[-6.162799, 55.9295],[-6.16260, 55.9302],[-6.16260, 55.9312],[-6.162199, 55.9317],[-6.1618, 55.9321],[-6.16060, 55.9326],[-6.158901, 55.9337],[-6.158199, 55.9341],[-6.1573, 55.9343],[-6.1557, 55.9345],[-6.15030, 55.9347],[-6.1483, 55.9347],[-6.14290, 55.9341],[-6.140399, 55.9336],[-6.139699, 55.9336],[-6.1373, 55.9344],[-6.135499, 55.9352],[-6.133999000000002, 55.9361],[-6.1325, 55.937],[-6.1304, 55.9376],[-6.1264, 55.9384],[-6.124199, 55.9388],[-6.123199, 55.9388],[-6.121, 55.9384],[-6.11800, 55.9361],[-6.1173, 55.9351],[-6.1173, 55.9337]]],[[[-5.7044, 56.1496],[-5.7006, 56.1488],[-5.6996, 56.1482],[-5.696899, 56.1462],[-5.694399, 56.1442],[-5.6929, 56.1427],[-5.692, 56.1404],[-5.691401, 56.1397],[-5.69000, 56.1383],[-5.689301, 56.1374],[-5.689301, 56.1369],[-5.6901, 56.1345],[-5.6904, 56.131],[-5.6901, 56.1305],[-5.689301, 56.1301],[-5.686299, 56.1304],[-5.685299, 56.1301],[-5.68480, 56.1294],[-5.685299, 56.1274],[-5.6854, 56.1263],[-5.685699, 56.1253],[-5.6865, 56.125],[-5.6907, 56.1247],[-5.6915, 56.1244],[-5.6921, 56.1236],[-5.69240, 56.1225],[-5.69240, 56.1221],[-5.691801, 56.1216],[-5.6897, 56.1203],[-5.685699, 56.1154],[-5.685699, 56.1145],[-5.686, 56.113],[-5.68820, 56.1092],[-5.68960, 56.1084],[-5.6907, 56.1084],[-5.692599, 56.1087],[-5.693399, 56.1086],[-5.694399, 56.1077],[-5.69570, 56.1059],[-5.695899, 56.105],[-5.695399, 56.1037],[-5.695399, 56.1029],[-5.695899, 56.1022],[-5.6988, 56.1004],[-5.701499, 56.0991],[-5.702799, 56.0977],[-5.7039, 56.0968],[-5.706201, 56.0959],[-5.707099, 56.0953],[-5.70830, 56.0935],[-5.709599, 56.0907],[-5.7128, 56.0878],[-5.718299, 56.0824],[-5.72050, 56.0808],[-5.721601, 56.0806],[-5.7227, 56.0807],[-5.723199, 56.0805],[-5.723599, 56.0797],[-5.723701, 56.0787],[-5.72480, 56.0765],[-5.725599, 56.0761],[-5.727001, 56.0761],[-5.7283, 56.0756],[-5.729101, 56.0749],[-5.7298, 56.0726],[-5.73070, 56.0711],[-5.73190, 56.0693],[-5.734799, 56.0675],[-5.73610, 56.0663],[-5.742099, 56.0601],[-5.746201, 56.0544],[-5.751201, 56.0498],[-5.752699, 56.0491],[-5.7542, 56.0485],[-5.754301, 56.0479],[-5.754301, 56.0468],[-5.7545, 56.0458],[-5.756001, 56.0433],[-5.7562, 56.0422],[-5.756001, 56.0420],[-5.755799, 56.0420],[-5.7545, 56.0422],[-5.753901, 56.0423],[-5.7536, 56.0420],[-5.753399, 56.0413],[-5.754, 56.0407],[-5.756001, 56.0393],[-5.7575, 56.0378],[-5.7591, 56.0365],[-5.76120, 56.0363],[-5.763, 56.0358],[-5.7634, 56.0353],[-5.763501, 56.0344],[-5.76310, 56.0332],[-5.76310, 56.0324],[-5.7638, 56.0308],[-5.7642, 56.0306],[-5.765299, 56.0310],[-5.7659, 56.0312],[-5.766601, 56.0311],[-5.767399, 56.0304],[-5.7677, 56.0294],[-5.767799, 56.0280],[-5.76790, 56.0270],[-5.76830, 56.0261],[-5.769199, 56.0255],[-5.769599, 56.0250],[-5.769899, 56.0244],[-5.7704, 56.0236],[-5.771601, 56.0223],[-5.7732, 56.0213],[-5.77400, 56.0203],[-5.775199, 56.0183],[-5.7762, 56.0173],[-5.7781, 56.016],[-5.77920, 56.0154],[-5.7802, 56.015],[-5.7812, 56.015],[-5.781801, 56.0155],[-5.7821, 56.0162],[-5.782599, 56.0164],[-5.783999, 56.0161],[-5.7865, 56.0147],[-5.787899, 56.0148],[-5.7902, 56.0146],[-5.7908, 56.0144],[-5.791299, 56.0142],[-5.7925, 56.0134],[-5.79460, 56.0102],[-5.796, 56.0075],[-5.79750, 56.0042],[-5.799301, 56.0025],[-5.801801, 56.0014],[-5.803299, 56.0007],[-5.803901, 55.9981],[-5.8043, 55.9974],[-5.805099, 55.9962],[-5.8069, 55.9931],[-5.807199, 55.992],[-5.80740, 55.9903],[-5.807799, 55.9885],[-5.809101, 55.9869],[-5.8104, 55.9855],[-5.811601, 55.983],[-5.813, 55.9815],[-5.8136, 55.9802],[-5.816299, 55.9772],[-5.8192, 55.9743],[-5.8204, 55.9733],[-5.8213, 55.9725],[-5.82320, 55.9722],[-5.82410, 55.9716],[-5.825099, 55.9702],[-5.825799, 55.9698],[-5.826401, 55.9697],[-5.827499, 55.9697],[-5.828701, 55.9692],[-5.8294, 55.9691],[-5.829899000000002, 55.9693],[-5.83020, 55.9701],[-5.830699, 55.9712],[-5.831699, 55.9721],[-5.834599, 55.9721],[-5.835299, 55.9719],[-5.835599, 55.9712],[-5.8339, 55.9687],[-5.83400, 55.9678],[-5.834301, 55.9663],[-5.83500, 55.9635],[-5.8358, 55.9615],[-5.836801, 55.9572],[-5.837299, 55.9565],[-5.8385, 55.9549],[-5.839799, 55.9533],[-5.841001, 55.9516],[-5.841801, 55.9506],[-5.843999, 55.9485],[-5.8456, 55.9477],[-5.84620, 55.9473],[-5.847199000000002, 55.9461],[-5.8484, 55.945],[-5.8488, 55.9441],[-5.849699, 55.9419],[-5.849999, 55.9404],[-5.849599, 55.9397],[-5.8494, 55.9395],[-5.8488, 55.9395],[-5.848501, 55.9396],[-5.848, 55.9397],[-5.846499, 55.9406],[-5.8456, 55.9408],[-5.844999, 55.9408],[-5.8448, 55.9406],[-5.8448, 55.9405],[-5.844699, 55.9401],[-5.8448, 55.9397],[-5.8452, 55.9392],[-5.847199000000002, 55.9376],[-5.847899, 55.9366],[-5.84810, 55.9357],[-5.848599, 55.9348],[-5.8488, 55.9346],[-5.85010, 55.9345],[-5.85050, 55.9341],[-5.8502, 55.9328],[-5.85050, 55.931],[-5.8515, 55.93],[-5.852099, 55.9289],[-5.856699, 55.9251],[-5.858799, 55.9237],[-5.86040, 55.9222],[-5.861499, 55.9209],[-5.8624, 55.9200],[-5.863299, 55.919],[-5.863999, 55.9187],[-5.864999, 55.9187],[-5.8667, 55.9183],[-5.8673, 55.9177],[-5.867499, 55.9164],[-5.8673, 55.9148],[-5.867199, 55.9133],[-5.8689, 55.9120],[-5.869999, 55.9111],[-5.87060, 55.9105],[-5.871601, 55.9091],[-5.872499, 55.9077],[-5.873799, 55.9062],[-5.874101, 55.9057],[-5.874, 55.9050],[-5.87350, 55.9041],[-5.87350, 55.9037],[-5.87350, 55.9034],[-5.8743, 55.9018],[-5.8743, 55.9012],[-5.874199, 55.9008],[-5.87290, 55.9001],[-5.8727, 55.8998],[-5.8727, 55.8995],[-5.872799, 55.8993],[-5.874101, 55.8976],[-5.87540, 55.8967],[-5.875599, 55.896],[-5.875899, 55.8934],[-5.875899, 55.8929],[-5.875, 55.8926],[-5.87390, 55.8922],[-5.8736, 55.8911],[-5.872799, 55.8908],[-5.8715, 55.8908],[-5.871201, 55.8906],[-5.8713, 55.8902],[-5.871699, 55.8897],[-5.872399, 55.8893],[-5.875199, 55.8873],[-5.877299, 55.8854],[-5.880899, 55.8822],[-5.883299, 55.88],[-5.883999, 55.8803],[-5.883999, 55.8808],[-5.8836, 55.8813],[-5.8807, 55.8836],[-5.8807, 55.8841],[-5.881499, 55.8846],[-5.881499, 55.885],[-5.88000, 55.8866],[-5.879799, 55.8907],[-5.880099, 55.8914],[-5.8807, 55.8919],[-5.883501, 55.8928],[-5.88570, 55.8933],[-5.887199, 55.8932],[-5.888599, 55.8929],[-5.889501, 55.8924],[-5.8906, 55.8918],[-5.892099, 55.8908],[-5.8935, 55.8901],[-5.89510, 55.8886],[-5.895299, 55.8881],[-5.896801, 55.8871],[-5.897099, 55.8867],[-5.89690, 55.8859],[-5.897799, 55.8845],[-5.89790, 55.8825],[-5.89690, 55.8809],[-5.894599, 55.8789],[-5.8929, 55.8776],[-5.892799, 55.8769],[-5.8929, 55.8764],[-5.894501, 55.875],[-5.8961, 55.8738],[-5.896299, 55.8732],[-5.8961, 55.8729],[-5.8933, 55.8728],[-5.892001, 55.8727],[-5.8919, 55.8722],[-5.892099, 55.8719],[-5.8936, 55.872],[-5.89470, 55.8716],[-5.895299, 55.8709],[-5.895599, 55.8702],[-5.896299, 55.8696],[-5.89700, 55.8695],[-5.897399, 55.8692],[-5.8985, 55.8681],[-5.8996, 55.8676],[-5.900199, 55.8677],[-5.9003, 55.868],[-5.900199, 55.8684],[-5.8996, 55.8692],[-5.8997, 55.8695],[-5.900499, 55.8697],[-5.901899, 55.8688],[-5.902699, 55.8685],[-5.903501, 55.8686],[-5.903999, 55.869],[-5.9041, 55.8707],[-5.904699, 55.8717],[-5.905799, 55.8723],[-5.911601, 55.8729],[-5.9135, 55.8735],[-5.914199, 55.8734],[-5.91430, 55.8731],[-5.913099, 55.8727],[-5.913199, 55.8724],[-5.9165, 55.8728],[-5.9197, 55.873],[-5.9229, 55.8727],[-5.9274, 55.8709],[-5.93260, 55.8693],[-5.933701, 55.8686],[-5.934599, 55.8676],[-5.93590, 55.8647],[-5.9369, 55.8637],[-5.937001, 55.8633],[-5.936601, 55.8623],[-5.936601, 55.8619],[-5.938, 55.8611],[-5.938701, 55.8601],[-5.9396, 55.8587],[-5.9404, 55.8549],[-5.9424, 55.852],[-5.94250, 55.8507],[-5.9422, 55.8493],[-5.9424, 55.8486],[-5.9442, 55.8452],[-5.9484, 55.8390],[-5.9487, 55.838],[-5.948901, 55.8371],[-5.948901, 55.8361],[-5.94810, 55.8347],[-5.947001, 55.834],[-5.944399, 55.8333],[-5.943799, 55.8333],[-5.943799, 55.833],[-5.9442, 55.8326],[-5.944301, 55.8322],[-5.943999, 55.8319],[-5.94250, 55.8314],[-5.941401, 55.831],[-5.940899, 55.8301],[-5.939101, 55.8294],[-5.939101, 55.829],[-5.940199, 55.8283],[-5.940199, 55.8278],[-5.93970, 55.8273],[-5.9375, 55.8267],[-5.937399, 55.8264],[-5.9386, 55.8256],[-5.939199, 55.8245],[-5.93970, 55.8241],[-5.9404, 55.8238],[-5.941299, 55.8239],[-5.9422, 55.8241],[-5.94290, 55.8241],[-5.943399, 55.8239],[-5.943799, 55.8237],[-5.943799, 55.8229],[-5.9441, 55.8226],[-5.94620, 55.8218],[-5.9474, 55.8212],[-5.94810, 55.8206],[-5.949399, 55.8185],[-5.949999, 55.8178],[-5.95090, 55.8164],[-5.9512, 55.8156],[-5.951099, 55.815],[-5.9506, 55.8145],[-5.948501, 55.8143],[-5.948501, 55.814],[-5.949501, 55.8129],[-5.953501, 55.809],[-5.9559, 55.8066],[-5.956201000000002, 55.8058],[-5.956201000000002, 55.8048],[-5.955599, 55.8037],[-5.955599, 55.8032],[-5.9568, 55.8015],[-5.959599, 55.7973],[-5.960499, 55.7958],[-5.9611, 55.7942],[-5.961699, 55.7938],[-5.9632, 55.7934],[-5.964799, 55.7937],[-5.965499, 55.7937],[-5.9671, 55.7927],[-5.9682, 55.7927],[-5.968599, 55.7930],[-5.96880, 55.7942],[-5.96920, 55.7945],[-5.970099, 55.7946],[-5.9719, 55.7935],[-5.973501, 55.7931],[-5.974899, 55.7932],[-5.9755, 55.7936],[-5.976, 55.794],[-5.976299000000002, 55.7948],[-5.977001, 55.7949],[-5.97760, 55.7944],[-5.978199, 55.7943],[-5.9785, 55.7946],[-5.9785, 55.7949],[-5.9779, 55.7956],[-5.977799, 55.7960],[-5.978099, 55.7963],[-5.979101, 55.7966],[-5.980199, 55.7971],[-5.9807, 55.7971],[-5.984399, 55.7965],[-5.98700, 55.7958],[-5.9882, 55.7946],[-5.988999, 55.7944],[-5.9909, 55.7947],[-5.9918, 55.7951],[-5.9949, 55.7956],[-5.99930, 55.7972],[-5.999899, 55.7994],[-6.0042, 55.7994],[-6.0137, 55.7992],[-6.015699, 55.7990],[-6.017001, 55.7988],[-6.018799, 55.7984],[-6.022699, 55.7969],[-6.0253, 55.7967],[-6.0282, 55.7968],[-6.0296, 55.797],[-6.030399, 55.7973],[-6.03120, 55.7976],[-6.031499, 55.7976],[-6.032199, 55.7974],[-6.033, 55.7972],[-6.033299, 55.7972],[-6.033501, 55.7975],[-6.033501, 55.7977],[-6.033199, 55.7979],[-6.032899, 55.7981],[-6.032499, 55.7982],[-6.032199, 55.7985],[-6.03210, 55.7988],[-6.0323, 55.7990],[-6.032499, 55.7992],[-6.033, 55.7996],[-6.0356, 55.8013],[-6.038099, 55.8027],[-6.039899, 55.8029],[-6.04200, 55.8031],[-6.04250, 55.8036],[-6.044199, 55.8041],[-6.0474, 55.8045],[-6.053199, 55.8045],[-6.059199, 55.8062],[-6.0609, 55.807],[-6.0632, 55.8092],[-6.066299, 55.8121],[-6.068299, 55.8138],[-6.0699, 55.8156],[-6.072899, 55.8172],[-6.077001, 55.8224],[-6.077499, 55.8238],[-6.07770, 55.8256],[-6.0788, 55.8276],[-6.0811, 55.83],[-6.08330, 55.8321],[-6.083399, 55.8325],[-6.08290, 55.8334],[-6.08290, 55.8337],[-6.0839, 55.8369],[-6.083799, 55.8376],[-6.082699, 55.8396],[-6.0826, 55.8402],[-6.082799, 55.8407],[-6.084, 55.8425],[-6.0869, 55.8456],[-6.088099, 55.8474],[-6.0882, 55.8480],[-6.0882, 55.8486],[-6.08700, 55.8512],[-6.086401, 55.8532],[-6.086401, 55.8542],[-6.08610, 55.8547],[-6.084899, 55.8558],[-6.0845, 55.8562],[-6.084301000000002, 55.8567],[-6.0839, 55.8584],[-6.083399, 55.8619],[-6.083, 55.8641],[-6.083099, 55.8646],[-6.084301000000002, 55.8655],[-6.08710, 55.8673],[-6.089301, 55.8685],[-6.091499, 55.8709],[-6.0927, 55.8725],[-6.0928, 55.8728],[-6.0927, 55.8733],[-6.091499, 55.8748],[-6.09130, 55.8752],[-6.0911, 55.8759],[-6.091001, 55.8772],[-6.0906, 55.8784],[-6.089399, 55.8796],[-6.089301, 55.8805],[-6.09130, 55.8862],[-6.091401000000002, 55.8877],[-6.09130, 55.889],[-6.09030, 55.8911],[-6.089399, 55.8926],[-6.0878, 55.8942],[-6.08570, 55.8959],[-6.084899, 55.8968],[-6.0844, 55.8989],[-6.084199, 55.9005],[-6.084, 55.9009],[-6.083399, 55.9015],[-6.081699, 55.9025],[-6.08090, 55.9030],[-6.078199, 55.9037],[-6.0756, 55.9037],[-6.0746, 55.904],[-6.073299, 55.9057],[-6.0699, 55.9087],[-6.06820, 55.9112],[-6.0667, 55.9127],[-6.0651, 55.9150],[-6.06110, 55.9185],[-6.0609, 55.9192],[-6.0609, 55.9215],[-6.060699, 55.922],[-6.059199, 55.9226],[-6.058701, 55.9231],[-6.0581, 55.9244],[-6.0568, 55.9252],[-6.054999, 55.9266],[-6.053501, 55.9273],[-6.05280, 55.9278],[-6.052001, 55.9287],[-6.051401, 55.9299],[-6.05090, 55.9307],[-6.0506, 55.9311],[-6.05, 55.9316],[-6.045499, 55.9354],[-6.042099, 55.9378],[-6.0404, 55.9395],[-6.039101, 55.9408],[-6.037001, 55.9421],[-6.034501, 55.9426],[-6.0324, 55.9428],[-6.030099, 55.9436],[-6.027699, 55.9452],[-6.025, 55.9471],[-6.021699, 55.9485],[-6.0205, 55.9487],[-6.019101, 55.9487],[-6.017099, 55.9478],[-6.0163, 55.9477],[-6.0151, 55.9476],[-6.012599, 55.948],[-6.0109, 55.9484],[-6.008999, 55.949],[-6.006401, 55.9494],[-6.0032, 55.9514],[-6.00070, 55.9523],[-5.999599, 55.9529],[-5.9985, 55.9528],[-5.9972, 55.9534],[-5.9964, 55.9535],[-5.995699, 55.9531],[-5.9949, 55.9508],[-5.9944, 55.9504],[-5.993199, 55.9503],[-5.9909, 55.9509],[-5.987199, 55.952],[-5.985099, 55.9524],[-5.98470, 55.9525],[-5.983901, 55.9525],[-5.983099, 55.9519],[-5.981699, 55.9511],[-5.979599, 55.9505],[-5.977799, 55.9497],[-5.977001, 55.9497],[-5.976299000000002, 55.95],[-5.9713, 55.9514],[-5.965099, 55.9528],[-5.9615, 55.9538],[-5.960899, 55.9541],[-5.959101, 55.9549],[-5.959, 55.9565],[-5.9569, 55.9569],[-5.9534, 55.9568],[-5.9492, 55.956],[-5.944399, 55.9551],[-5.941801, 55.955],[-5.94010, 55.9552],[-5.9369, 55.9559],[-5.936, 55.9565],[-5.935599, 55.9567],[-5.9348, 55.9568],[-5.934199, 55.9575],[-5.9335, 55.9587],[-5.93300, 55.959],[-5.931201, 55.9589],[-5.928599, 55.9599],[-5.926899, 55.9602],[-5.923501, 55.96],[-5.92100, 55.9597],[-5.919301, 55.9592],[-5.9169, 55.9592],[-5.9169, 55.9586],[-5.9173, 55.9579],[-5.9173, 55.9572],[-5.915699, 55.9563],[-5.914899, 55.9562],[-5.913599, 55.9565],[-5.9126, 55.9565],[-5.910299, 55.9559],[-5.90920, 55.9559],[-5.90920, 55.9566],[-5.909501, 55.9568],[-5.9119, 55.9571],[-5.9126, 55.9573],[-5.9123, 55.9580],[-5.9113, 55.959],[-5.9099, 55.9596],[-5.908501, 55.9602],[-5.9071, 55.9606],[-5.9062, 55.9606],[-5.90500, 55.9601],[-5.9037, 55.9603],[-5.90210, 55.9618],[-5.89790, 55.9635],[-5.89600, 55.965],[-5.894501, 55.9655],[-5.89130, 55.9654],[-5.889699, 55.9659],[-5.8884, 55.9670],[-5.88660, 55.9682],[-5.885399, 55.9685],[-5.883999, 55.9683],[-5.883901, 55.968],[-5.8849, 55.9665],[-5.885, 55.9661],[-5.884799000000002, 55.9657],[-5.884399, 55.9656],[-5.883299, 55.9659],[-5.880499, 55.9688],[-5.879399, 55.9698],[-5.87910, 55.9708],[-5.8782, 55.9716],[-5.876801, 55.9723],[-5.8733, 55.9723],[-5.872399, 55.9723],[-5.8699, 55.9744],[-5.86880, 55.9744],[-5.867499, 55.9744],[-5.8656, 55.9754],[-5.8649, 55.9754],[-5.865099, 55.9746],[-5.864799, 55.9742],[-5.86410, 55.974],[-5.862899, 55.9742],[-5.861899, 55.9747],[-5.8611, 55.9752],[-5.859301, 55.9762],[-5.8554, 55.977],[-5.853799, 55.9775],[-5.8526, 55.9777],[-5.8518, 55.9782],[-5.8498, 55.9785],[-5.8489, 55.9785],[-5.8473, 55.9781],[-5.84670, 55.9783],[-5.84680, 55.9789],[-5.847799, 55.9797],[-5.8508, 55.9796],[-5.851201, 55.9798],[-5.851299, 55.9802],[-5.85100, 55.9812],[-5.8508, 55.9816],[-5.8509, 55.9821],[-5.85140, 55.9823],[-5.852399, 55.9822],[-5.8535, 55.9823],[-5.8536, 55.9828],[-5.853199, 55.9837],[-5.851699, 55.9851],[-5.85140, 55.9865],[-5.850399, 55.9874],[-5.850399, 55.9877],[-5.8508, 55.9883],[-5.851699, 55.9893],[-5.8518, 55.9897],[-5.850699, 55.9908],[-5.85100, 55.991],[-5.8515, 55.9911],[-5.85270, 55.9908],[-5.85430, 55.9894],[-5.8557, 55.9868],[-5.857699, 55.9846],[-5.8583, 55.9840],[-5.8592, 55.9838],[-5.8599, 55.9833],[-5.860799, 55.982],[-5.862, 55.9814],[-5.86320, 55.9794],[-5.865699, 55.9773],[-5.868299, 55.9764],[-5.869501, 55.9763],[-5.872399, 55.9753],[-5.8734, 55.9752],[-5.87480, 55.9759],[-5.8757, 55.9758],[-5.876601, 55.9752],[-5.877399, 55.9746],[-5.8785, 55.9739],[-5.879, 55.9734],[-5.880199, 55.9717],[-5.880799, 55.9708],[-5.8817, 55.9702],[-5.883299, 55.9700],[-5.8863, 55.971],[-5.88660, 55.9717],[-5.886499, 55.9723],[-5.885499, 55.9731],[-5.88280, 55.9742],[-5.881499, 55.9747],[-5.881299, 55.9750],[-5.881401, 55.9754],[-5.882, 55.9755],[-5.885499, 55.9753],[-5.8859, 55.9757],[-5.886001, 55.9762],[-5.88520, 55.9774],[-5.88280, 55.9794],[-5.88280, 55.9799],[-5.8831, 55.9801],[-5.884501, 55.98],[-5.8884, 55.9777],[-5.8898, 55.9776],[-5.890299, 55.9778],[-5.890399, 55.9786],[-5.889599, 55.9796],[-5.889101000000002, 55.9803],[-5.888901, 55.9808],[-5.888901, 55.9813],[-5.889501, 55.9818],[-5.890399, 55.9822],[-5.891001, 55.9822],[-5.8919, 55.982],[-5.89470, 55.9799],[-5.8958, 55.9787],[-5.89600, 55.9779],[-5.89550, 55.9774],[-5.893099, 55.9769],[-5.892399, 55.9763],[-5.892399, 55.9758],[-5.893, 55.9750],[-5.89510, 55.9751],[-5.8982, 55.9767],[-5.8994, 55.977],[-5.900199, 55.977],[-5.901299, 55.9768],[-5.902, 55.9761],[-5.9029, 55.9737],[-5.903299, 55.9735],[-5.90490, 55.9735],[-5.905099, 55.9742],[-5.905099, 55.9750],[-5.905499, 55.9753],[-5.9062, 55.9754],[-5.907199, 55.9748],[-5.90770, 55.9742],[-5.9081, 55.9735],[-5.9087, 55.9731],[-5.909599, 55.9733],[-5.910399, 55.9741],[-5.911201, 55.9745],[-5.912099, 55.9746],[-5.913701, 55.9734],[-5.91520, 55.9726],[-5.9159, 55.9723],[-5.9161, 55.9719],[-5.9155, 55.9712],[-5.915699, 55.9707],[-5.9175, 55.9697],[-5.9189, 55.9689],[-5.9203, 55.9675],[-5.92080, 55.9668],[-5.9211, 55.9649],[-5.921801, 55.9634],[-5.922599, 55.9629],[-5.925, 55.9628],[-5.9257, 55.9622],[-5.926401, 55.9622],[-5.926801, 55.9624],[-5.926899, 55.9633],[-5.92710, 55.9643],[-5.927599, 55.9645],[-5.9287, 55.9644],[-5.9314, 55.9633],[-5.9335, 55.9635],[-5.9344, 55.9634],[-5.935599, 55.9626],[-5.9372, 55.9614],[-5.937799, 55.9614],[-5.938701, 55.9614],[-5.939101, 55.9617],[-5.939, 55.962],[-5.9376, 55.9628],[-5.9376, 55.9631],[-5.9407, 55.9638],[-5.9424, 55.9640],[-5.9436, 55.9637],[-5.944799000000002, 55.9639],[-5.9457, 55.9639],[-5.946801, 55.9633],[-5.9474, 55.9632],[-5.947599, 55.9634],[-5.94810, 55.965],[-5.9492, 55.9660],[-5.951099, 55.9665],[-5.955299, 55.9681],[-5.956, 55.9685],[-5.957399, 55.9690],[-5.959199, 55.9690],[-5.9611, 55.9683],[-5.9633, 55.9661],[-5.9636, 55.9655],[-5.964301, 55.9652],[-5.965099, 55.9652],[-5.965799, 55.9656],[-5.9661, 55.9665],[-5.966801, 55.9668],[-5.968299, 55.9671],[-5.968999, 55.9676],[-5.969501, 55.9696],[-5.97020, 55.9708],[-5.970799, 55.9714],[-5.972199, 55.9720],[-5.97340, 55.9721],[-5.974501000000002, 55.9719],[-5.978199, 55.9708],[-5.98010, 55.971],[-5.9849, 55.9725],[-5.986001, 55.9732],[-5.9877, 55.9752],[-5.9882, 55.9753],[-5.989501, 55.9748],[-5.989999, 55.9749],[-5.990699, 55.9762],[-5.991099, 55.9766],[-5.99170, 55.9767],[-5.992899, 55.9766],[-5.994101, 55.9762],[-5.9951, 55.9760],[-5.99650, 55.9759],[-5.996699, 55.9755],[-5.996201, 55.9749],[-5.996099, 55.9746],[-5.9963, 55.9744],[-5.996601, 55.9743],[-5.998099, 55.9741],[-5.999101, 55.974],[-5.999599, 55.974],[-6.000299, 55.9748],[-6.0019, 55.9748],[-6.0029, 55.9744],[-6.003399, 55.9746],[-6.0036, 55.9756],[-6.00350, 55.9761],[-6.0029, 55.9769],[-6.001201, 55.9779],[-6.000199, 55.9785],[-5.99840, 55.9799],[-5.99690, 55.9816],[-5.9963, 55.9823],[-5.996201, 55.9829],[-5.9963, 55.9832],[-5.9968, 55.9837],[-5.997799, 55.9843],[-5.998701, 55.985],[-5.9986, 55.9859],[-5.998799, 55.9863],[-5.999, 55.9866],[-5.9994, 55.9867],[-6.00010, 55.985],[-6.000299, 55.9849],[-6.0008, 55.9851],[-6.001, 55.9858],[-6.001, 55.9862],[-6.00070, 55.9870],[-6.0004, 55.9875],[-5.999599, 55.9886],[-5.997499, 55.9898],[-5.9964, 55.9917],[-5.99590, 55.9922],[-5.9944, 55.9929],[-5.9918, 55.9941],[-5.989799, 55.9951],[-5.989399, 55.9961],[-5.9888, 55.999],[-5.9882, 56.0005],[-5.986899, 56.0014],[-5.986001, 56.0021],[-5.9845, 56.0029],[-5.9822, 56.0045],[-5.9807, 56.0063],[-5.9769, 56.0073],[-5.97590, 56.0079],[-5.974999, 56.009],[-5.9743, 56.0107],[-5.974501000000002, 56.0121],[-5.9739, 56.013],[-5.9717, 56.0137],[-5.9681, 56.015],[-5.9628, 56.0158],[-5.96220, 56.0164],[-5.961801, 56.0174],[-5.962, 56.0186],[-5.9633, 56.0198],[-5.96370, 56.0203],[-5.9632, 56.0209],[-5.9625, 56.0217],[-5.962, 56.0235],[-5.961801, 56.0244],[-5.96080, 56.0254],[-5.96080, 56.0257],[-5.9616, 56.0263],[-5.9621, 56.0268],[-5.9621, 56.0274],[-5.961801, 56.0280],[-5.9607, 56.0291],[-5.956601, 56.0305],[-5.95510, 56.0315],[-5.954, 56.0334],[-5.9531, 56.0346],[-5.9502, 56.0363],[-5.948999, 56.0372],[-5.947199, 56.0382],[-5.9456, 56.0385],[-5.9441, 56.0384],[-5.94290, 56.0388],[-5.9396, 56.0411],[-5.9348, 56.0439],[-5.9306, 56.0454],[-5.924699, 56.0476],[-5.922699, 56.0478],[-5.91850, 56.0485],[-5.917, 56.049],[-5.9151, 56.0496],[-5.914, 56.0506],[-5.9126, 56.052],[-5.910399, 56.0532],[-5.9071, 56.0543],[-5.905399, 56.055],[-5.9046, 56.0554],[-5.9032, 56.0567],[-5.90310, 56.0576],[-5.903299, 56.0582],[-5.903299, 56.0588],[-5.9028, 56.0596],[-5.9028, 56.0599],[-5.903501, 56.0604],[-5.903501, 56.0607],[-5.9032, 56.061],[-5.898901, 56.0637],[-5.897999, 56.0643],[-5.8948, 56.0648],[-5.894101, 56.065],[-5.893, 56.066],[-5.89220, 56.0667],[-5.8906, 56.0669],[-5.888999, 56.0672],[-5.88800, 56.0676],[-5.887499, 56.068],[-5.886401, 56.0683],[-5.886001, 56.0681],[-5.8853, 56.0676],[-5.884699, 56.0676],[-5.883999, 56.0677],[-5.882999, 56.0683],[-5.880599, 56.0692],[-5.878901, 56.07],[-5.8755, 56.0718],[-5.870299, 56.0744],[-5.868299, 56.0757],[-5.86590, 56.0768],[-5.8638, 56.0771],[-5.862999, 56.0775],[-5.862199, 56.078],[-5.8616, 56.0784],[-5.8611, 56.0786],[-5.8599, 56.0787],[-5.858799, 56.0787],[-5.8576, 56.079],[-5.856699, 56.0794],[-5.856201, 56.0799],[-5.8544, 56.082],[-5.853701, 56.0823],[-5.853, 56.0823],[-5.851699, 56.0819],[-5.8509, 56.0814],[-5.849599, 56.0816],[-5.849101, 56.082],[-5.8477, 56.0831],[-5.84670, 56.0835],[-5.845799, 56.0835],[-5.845099, 56.0834],[-5.8442, 56.0834],[-5.84340, 56.0836],[-5.8432, 56.0837],[-5.842899, 56.0842],[-5.84210, 56.0856],[-5.84170, 56.0858],[-5.841401, 56.0858],[-5.8412, 56.0856],[-5.84110, 56.0853],[-5.84110, 56.0848],[-5.840899, 56.0846],[-5.84070, 56.0846],[-5.840199, 56.0846],[-5.83970, 56.0847],[-5.838799, 56.0853],[-5.837999, 56.0860],[-5.83600, 56.0872],[-5.835899, 56.0876],[-5.836201, 56.0881],[-5.8361, 56.0886],[-5.8357, 56.0891],[-5.835199, 56.0893],[-5.83450, 56.0895],[-5.8335, 56.0896],[-5.833099, 56.0895],[-5.8325, 56.0892],[-5.83220, 56.0891],[-5.83180, 56.0891],[-5.8315, 56.0892],[-5.8309, 56.0896],[-5.8305, 56.0898],[-5.829999, 56.0898],[-5.82840, 56.0892],[-5.8263, 56.0894],[-5.822299, 56.0891],[-5.820799, 56.0895],[-5.8203, 56.0898],[-5.81990, 56.0902],[-5.819799, 56.0908],[-5.8207, 56.0920],[-5.822199, 56.0940],[-5.822199, 56.0948],[-5.821899, 56.0958],[-5.8179, 56.0986],[-5.8172, 56.0994],[-5.8166, 56.0999],[-5.81530, 56.1014],[-5.815, 56.1016],[-5.813399, 56.1016],[-5.8111, 56.1016],[-5.810599000000002, 56.1018],[-5.810299, 56.102],[-5.81010, 56.1027],[-5.8098, 56.1030],[-5.807499, 56.1036],[-5.80680, 56.1038],[-5.80640, 56.1039],[-5.806099, 56.1037],[-5.806001, 56.1034],[-5.804999, 56.1028],[-5.8037, 56.1028],[-5.802299, 56.1035],[-5.802199, 56.1039],[-5.802299, 56.1044],[-5.8028, 56.1055],[-5.8028, 56.1060],[-5.802499, 56.1067],[-5.802599, 56.1074],[-5.802899, 56.1079],[-5.803999, 56.1082],[-5.803999, 56.1085],[-5.8038, 56.1088],[-5.802199, 56.1097],[-5.800399, 56.1106],[-5.800099, 56.1112],[-5.8, 56.1115],[-5.799399000000002, 56.1117],[-5.79880, 56.1117],[-5.7982, 56.1116],[-5.797699, 56.1117],[-5.795899, 56.1133],[-5.7953, 56.1135],[-5.794799, 56.1136],[-5.794199, 56.1134],[-5.793701, 56.113],[-5.79320, 56.1128],[-5.7926, 56.1129],[-5.79180, 56.1127],[-5.79140, 56.1125],[-5.790699, 56.1112],[-5.7902, 56.111],[-5.7897, 56.111],[-5.789101, 56.1108],[-5.788701, 56.1105],[-5.7884, 56.1098],[-5.788199, 56.1089],[-5.78760, 56.108],[-5.7859, 56.1078],[-5.7842, 56.108],[-5.782599, 56.1091],[-5.7806, 56.1115],[-5.779699, 56.1123],[-5.77960, 56.1136],[-5.779301000000002, 56.1143],[-5.777699, 56.1154],[-5.775899, 56.1171],[-5.775199, 56.1173],[-5.773901, 56.1169],[-5.7732, 56.1167],[-5.772099, 56.1168],[-5.770599, 56.118],[-5.7684, 56.1201],[-5.76830, 56.1205],[-5.769, 56.1212],[-5.769101, 56.1218],[-5.768799, 56.1222],[-5.768199, 56.1224],[-5.7677, 56.1223],[-5.767001, 56.1216],[-5.7664, 56.1216],[-5.763999, 56.1227],[-5.7617, 56.1234],[-5.7602, 56.1242],[-5.7591, 56.1249],[-5.758501, 56.1251],[-5.7581, 56.1249],[-5.7581, 56.1243],[-5.758399, 56.1232],[-5.758299, 56.1229],[-5.7579, 56.1225],[-5.756801, 56.1223],[-5.75610, 56.1224],[-5.755, 56.123],[-5.754, 56.1239],[-5.753099, 56.124],[-5.7526, 56.1242],[-5.75250, 56.1244],[-5.753099, 56.1253],[-5.753701, 56.126],[-5.753701, 56.1265],[-5.752, 56.1281],[-5.7508, 56.1287],[-5.74900, 56.1289],[-5.74640, 56.1293],[-5.745399, 56.1294],[-5.74490, 56.1297],[-5.74440, 56.1302],[-5.743701, 56.1305],[-5.74300, 56.1306],[-5.7424, 56.1309],[-5.7424, 56.1315],[-5.743501, 56.1319],[-5.7442, 56.1325],[-5.744699, 56.1334],[-5.74490, 56.1344],[-5.745399, 56.1353],[-5.745699, 56.1362],[-5.7455, 56.1366],[-5.74480, 56.1367],[-5.743299, 56.1367],[-5.7427, 56.1368],[-5.742599, 56.1373],[-5.74300, 56.1383],[-5.742499, 56.1388],[-5.7417, 56.139],[-5.74030, 56.1389],[-5.735199, 56.1381],[-5.73410, 56.1378],[-5.732999, 56.1374],[-5.7325, 56.1376],[-5.732399, 56.1381],[-5.732999, 56.1388],[-5.733901, 56.1394],[-5.7349, 56.14],[-5.7353, 56.1403],[-5.735099, 56.1407],[-5.734799, 56.1410],[-5.7347, 56.1414],[-5.7353, 56.1419],[-5.735899, 56.1423],[-5.735899, 56.1425],[-5.7357, 56.1427],[-5.728199, 56.1426],[-5.726699, 56.1423],[-5.72480, 56.1412],[-5.72380, 56.1401],[-5.722899, 56.139],[-5.722001, 56.1383],[-5.7212, 56.1382],[-5.720399, 56.1382],[-5.7199, 56.1383],[-5.719399, 56.1387],[-5.719501, 56.1395],[-5.719501, 56.1398],[-5.71910, 56.1402],[-5.716499, 56.1404],[-5.71620, 56.1408],[-5.715899, 56.1414],[-5.71630, 56.142],[-5.717999, 56.1424],[-5.7202, 56.1433],[-5.721099, 56.1441],[-5.7218, 56.1457],[-5.7218, 56.1467],[-5.721001, 56.1477],[-5.71910, 56.1488],[-5.71770, 56.1494],[-5.71620, 56.1493],[-5.711699, 56.1494],[-5.710599, 56.1497],[-5.709599, 56.1502],[-5.708799, 56.1507],[-5.707001, 56.1506],[-5.7044, 56.1496]]],[[[-5.1695, 55.9223],[-5.16610, 55.9222],[-5.163599, 55.9225],[-5.1608, 55.9225],[-5.1592, 55.922],[-5.1571, 55.9202],[-5.1557, 55.9185],[-5.154399, 55.9173],[-5.152999, 55.9162],[-5.148799, 55.9150],[-5.1472, 55.9143],[-5.1454, 55.9128],[-5.142499, 55.91],[-5.1392, 55.9074],[-5.1337, 55.9041],[-5.129399, 55.9018],[-5.122399, 55.8991],[-5.1174, 55.8964],[-5.1142, 55.8941],[-5.112199, 55.8931],[-5.1092, 55.892],[-5.102499, 55.8905],[-5.0984, 55.8896],[-5.0948, 55.8881],[-5.092199, 55.8861],[-5.088901, 55.884],[-5.086299, 55.8825],[-5.0836, 55.8823],[-5.0798, 55.8825],[-5.078199, 55.8823],[-5.0773, 55.8819],[-5.076099, 55.8809],[-5.074999, 55.8794],[-5.0741, 55.8776],[-5.0741, 55.8767],[-5.0742, 55.8753],[-5.074399, 55.875],[-5.0777, 55.8731],[-5.0797, 55.8719],[-5.081201, 55.8709],[-5.0844, 55.8686],[-5.08510, 55.8683],[-5.086201, 55.868],[-5.088901, 55.8675],[-5.089799, 55.8672],[-5.090099, 55.8668],[-5.09030, 55.8661],[-5.090799, 55.8642],[-5.090799, 55.8631],[-5.090499, 55.8627],[-5.089399, 55.8620],[-5.086299, 55.8617],[-5.082099, 55.8615],[-5.078501, 55.8615],[-5.07550, 55.8620],[-5.072299, 55.8618],[-5.0679, 55.8605],[-5.0657, 55.8598],[-5.062699, 55.8596],[-5.061601, 55.8593],[-5.061201, 55.8587],[-5.061201, 55.858],[-5.061699, 55.8559],[-5.061699, 55.8535],[-5.0614, 55.8495],[-5.061201, 55.8440],[-5.0608, 55.8420],[-5.060299, 55.8413],[-5.059599, 55.8407],[-5.05890, 55.8403],[-5.058199, 55.84],[-5.0569, 55.8398],[-5.0543, 55.8394],[-5.051899, 55.8391],[-5.0503, 55.8392],[-5.0488, 55.8396],[-5.0471, 55.8403],[-5.044199, 55.8423],[-5.042799, 55.8431],[-5.039599, 55.8447],[-5.0364, 55.8454],[-5.0312, 55.8458],[-5.026899, 55.8456],[-5.0254, 55.8448],[-5.02410, 55.8433],[-5.023701, 55.8415],[-5.0236, 55.8398],[-5.023701, 55.8381],[-5.0244, 55.8355],[-5.0244, 55.8349],[-5.0235, 55.8322],[-5.0236, 55.8298],[-5.023799, 55.8288],[-5.023799, 55.8279],[-5.0235, 55.8271],[-5.021801, 55.8259],[-5.021601, 55.8252],[-5.021601, 55.8242],[-5.0226, 55.8208],[-5.0225, 55.8181],[-5.022099, 55.8164],[-5.020199, 55.8145],[-5.02, 55.8137],[-5.019899, 55.8127],[-5.020599, 55.8107],[-5.020599, 55.8096],[-5.02, 55.8086],[-5.01800, 55.8072],[-5.017001, 55.8058],[-5.015299, 55.8024],[-5.0137, 55.8004],[-5.0123, 55.7990],[-5.011899, 55.7977],[-5.012001, 55.7964],[-5.0123, 55.7928],[-5.012199, 55.7900],[-5.0116, 55.7882],[-5.010399, 55.7864],[-5.0082, 55.7840],[-5.0057, 55.7814],[-5.0047, 55.7793],[-5.003901, 55.7777],[-5.0033, 55.777],[-5.0019, 55.7758],[-5.001, 55.7750],[-5.000899, 55.7746],[-5.001299, 55.7734],[-5.001201, 55.7724],[-5.0007, 55.7718],[-5.0005, 55.7713],[-5.0005, 55.7705],[-5.000599, 55.7692],[-5.002399, 55.7669],[-5.004399, 55.7659],[-5.007299, 55.7643],[-5.008501, 55.7643],[-5.0138, 55.7643],[-5.017799, 55.7643],[-5.021201, 55.7632],[-5.0251, 55.7614],[-5.030099, 55.7578],[-5.0312, 55.7564],[-5.0312, 55.7559],[-5.0312, 55.7554],[-5.0307, 55.7549],[-5.0287, 55.7537],[-5.02570, 55.7526],[-5.0207, 55.7498],[-5.0179, 55.7484],[-5.014101, 55.7471],[-5.011001, 55.7455],[-5.008399, 55.7436],[-5.0066, 55.7419],[-5.005199, 55.7400],[-5.004301, 55.7388],[-5.003701, 55.7366],[-5.0036, 55.7349],[-5.003399, 55.7341],[-5.0029, 55.733],[-5.002699, 55.7323],[-5.002699, 55.7316],[-5.0028, 55.7312],[-5.0032, 55.7311],[-5.003799, 55.7311],[-5.005599, 55.7313],[-5.006299, 55.7316],[-5.006899, 55.7316],[-5.007199, 55.7314],[-5.007299, 55.7310],[-5.007199, 55.7303],[-5.0066, 55.7292],[-5.0066, 55.7283],[-5.006899, 55.7278],[-5.00740, 55.7277],[-5.0092, 55.7280],[-5.0134, 55.7278],[-5.0158, 55.7281],[-5.017001, 55.7279],[-5.0179, 55.7274],[-5.018701, 55.7263],[-5.0207, 55.7253],[-5.021699, 55.7244],[-5.0236, 55.7238],[-5.025, 55.7236],[-5.0265, 55.7224],[-5.027299, 55.7219],[-5.0288, 55.7218],[-5.0313, 55.7226],[-5.033, 55.7234],[-5.035699, 55.7247],[-5.0369, 55.7262],[-5.037499, 55.7267],[-5.038199, 55.7272],[-5.039899, 55.7282],[-5.04050, 55.7285],[-5.041699, 55.7290],[-5.042, 55.7292],[-5.0423, 55.7299],[-5.042699, 55.7303],[-5.044799, 55.7311],[-5.048501, 55.7322],[-5.0509, 55.7329],[-5.0513, 55.7331],[-5.0516, 55.7334],[-5.0516, 55.7340],[-5.051401, 55.7343],[-5.051099, 55.7345],[-5.0496, 55.7352],[-5.0482, 55.7357],[-5.0481, 55.736],[-5.0481, 55.7365],[-5.048299, 55.7369],[-5.0486, 55.7373],[-5.0503, 55.738],[-5.0538, 55.7399],[-5.054399, 55.741],[-5.054399, 55.7416],[-5.053901, 55.7423],[-5.0538, 55.7432],[-5.0542, 55.7439],[-5.055099, 55.7449],[-5.058599, 55.7469],[-5.0597, 55.7476],[-5.059999, 55.7481],[-5.059999, 55.7487],[-5.0593, 55.7499],[-5.059, 55.7503],[-5.059, 55.7513],[-5.059899, 55.7532],[-5.059899, 55.7558],[-5.059999, 55.7584],[-5.061201, 55.7602],[-5.0644, 55.7622],[-5.065899, 55.7626],[-5.068399, 55.7626],[-5.0696, 55.7625],[-5.072899, 55.7636],[-5.0738, 55.7645],[-5.0743, 55.7656],[-5.0743, 55.7668],[-5.0748, 55.7675],[-5.07550, 55.7683],[-5.0767, 55.7687],[-5.078199, 55.7685],[-5.0808, 55.7683],[-5.0829, 55.7683],[-5.084899, 55.7687],[-5.0871, 55.7697],[-5.088099, 55.771],[-5.0892, 55.772],[-5.09030, 55.7724],[-5.0921, 55.7729],[-5.0924, 55.7734],[-5.0925, 55.7758],[-5.0927, 55.7775],[-5.093999, 55.7785],[-5.097199, 55.7794],[-5.0988, 55.7797],[-5.1009, 55.7798],[-5.102799, 55.779],[-5.107299, 55.777],[-5.1106, 55.7753],[-5.1125, 55.7738],[-5.1142, 55.7729],[-5.11560, 55.7726],[-5.116499, 55.7724],[-5.117499, 55.7725],[-5.118599, 55.7732],[-5.119699, 55.7743],[-5.11980, 55.7750],[-5.119699, 55.7759],[-5.1194, 55.7766],[-5.1194, 55.7775],[-5.1194, 55.7785],[-5.1202, 55.7798],[-5.1213, 55.7814],[-5.1236, 55.7826],[-5.123799, 55.7830],[-5.123799, 55.7837],[-5.1233, 55.7845],[-5.1233, 55.7848],[-5.1233, 55.7854],[-5.123701, 55.7861],[-5.1247, 55.7868],[-5.1254, 55.7872],[-5.1264, 55.7881],[-5.126601, 55.7895],[-5.126601, 55.7908],[-5.1264, 55.7917],[-5.1258, 55.7929],[-5.1244, 55.7944],[-5.123099, 55.7955],[-5.1227, 55.7959],[-5.1227, 55.7965],[-5.123, 55.7976],[-5.123, 55.7981],[-5.122499, 55.7995],[-5.122399, 55.7999],[-5.122399, 55.8007],[-5.123099, 55.8025],[-5.1244, 55.8045],[-5.124899, 55.8059],[-5.1251, 55.808],[-5.125199, 55.8095],[-5.125599, 55.8103],[-5.126201, 55.8106],[-5.127, 55.8106],[-5.12950, 55.8098],[-5.1317, 55.8093],[-5.132699, 55.8089],[-5.133501, 55.8089],[-5.133999, 55.809],[-5.134301, 55.8106],[-5.134399, 55.8109],[-5.135399, 55.8118],[-5.137199, 55.8119],[-5.1399, 55.8117],[-5.1406, 55.8118],[-5.141699, 55.8126],[-5.142001, 55.813],[-5.142001, 55.8135],[-5.1415, 55.8142],[-5.139699, 55.8143],[-5.1393, 55.8146],[-5.139101, 55.815],[-5.1392, 55.8155],[-5.140399, 55.8172],[-5.1405, 55.8183],[-5.140399, 55.8189],[-5.139699, 55.8208],[-5.139501, 55.8226],[-5.1394, 55.8251],[-5.1387, 55.828],[-5.138599, 55.8318],[-5.138199, 55.8344],[-5.1373, 55.8365],[-5.1353, 55.8391],[-5.134301, 55.8394],[-5.1297, 55.8395],[-5.128399, 55.8401],[-5.1275, 55.841],[-5.127399, 55.8419],[-5.127399, 55.843],[-5.127399, 55.8438],[-5.127699, 55.8448],[-5.130199, 55.8473],[-5.132299, 55.8485],[-5.1359, 55.8504],[-5.138999, 55.8513],[-5.14260, 55.852],[-5.1444, 55.852],[-5.146699, 55.8515],[-5.148901, 55.8503],[-5.151299, 55.8486],[-5.1528, 55.8482],[-5.155799, 55.8481],[-5.1578, 55.8489],[-5.1601, 55.8502],[-5.164, 55.8516],[-5.1679, 55.8528],[-5.1694, 55.8533],[-5.170499, 55.8538],[-5.17310, 55.8569],[-5.176801, 55.8613],[-5.1784, 55.863],[-5.183, 55.8652],[-5.18690, 55.8664],[-5.1903, 55.8676],[-5.1915, 55.8684],[-5.1929, 55.8697],[-5.1957, 55.8729],[-5.198999, 55.876],[-5.201099, 55.8794],[-5.202799, 55.8815],[-5.204101, 55.8825],[-5.204999, 55.8829],[-5.2073, 55.8835],[-5.209899, 55.8841],[-5.211, 55.8847],[-5.2116, 55.8854],[-5.211801, 55.8863],[-5.2115, 55.8893],[-5.211699, 55.8909],[-5.211699, 55.8918],[-5.211299, 55.8923],[-5.211201, 55.893],[-5.2119, 55.8954],[-5.2121, 55.8977],[-5.212399, 55.8991],[-5.21320, 55.8999],[-5.2146, 55.9006],[-5.217999, 55.9014],[-5.2198, 55.9017],[-5.219699, 55.9021],[-5.219301, 55.9025],[-5.2177, 55.9036],[-5.2163, 55.9052],[-5.214301, 55.9058],[-5.2125, 55.9062],[-5.211699, 55.9067],[-5.211, 55.9076],[-5.210299, 55.9094],[-5.209599, 55.9101],[-5.2073, 55.9113],[-5.204599, 55.9133],[-5.2018, 55.9141],[-5.197899, 55.9145],[-5.1963, 55.9149],[-5.1957, 55.9155],[-5.1953, 55.9172],[-5.1941, 55.9185],[-5.192299, 55.9198],[-5.190599, 55.9208],[-5.1895, 55.9214],[-5.1889, 55.922],[-5.188099, 55.9241],[-5.187099, 55.9256],[-5.1865, 55.9262],[-5.1858, 55.9266],[-5.1852, 55.9268],[-5.1847, 55.9269],[-5.184101, 55.9269],[-5.182499, 55.9265],[-5.181099, 55.9258],[-5.177299, 55.9257],[-5.1749, 55.9249],[-5.171801, 55.9230],[-5.1695, 55.9223]]],[[[-6.75, 56.5515],[-6.749, 56.5511],[-6.747799, 56.5511],[-6.747499, 56.5508],[-6.74590, 56.5486],[-6.742599, 56.5457],[-6.7409, 56.5443],[-6.739399, 56.5434],[-6.7367, 56.5426],[-6.728199, 56.5426],[-6.727099, 56.5424],[-6.726, 56.5408],[-6.72520, 56.5403],[-6.724501, 56.5401],[-6.72380, 56.5398],[-6.7231, 56.5382],[-6.723, 56.5372],[-6.723199, 56.5364],[-6.7233, 56.5360],[-6.7231, 56.5352],[-6.723501, 56.5347],[-6.723501, 56.5344],[-6.722799, 56.5337],[-6.7224, 56.5318],[-6.7224, 56.5317],[-6.722499, 56.5316],[-6.722899, 56.5316],[-6.72340, 56.5317],[-6.724501, 56.5319],[-6.72480, 56.5318],[-6.724899, 56.5317],[-6.724699, 56.5314],[-6.72340, 56.5308],[-6.7227, 56.5304],[-6.722499, 56.5300],[-6.7224, 56.5297],[-6.722499, 56.5293],[-6.72390, 56.5292],[-6.724599, 56.5290],[-6.724599, 56.5285],[-6.723701, 56.5281],[-6.723599, 56.5278],[-6.723701, 56.5275],[-6.72380, 56.5274],[-6.7251, 56.5270],[-6.7268, 56.5261],[-6.727399, 56.5261],[-6.7285, 56.5268],[-6.7293, 56.5267],[-6.7297, 56.5265],[-6.7298, 56.5259],[-6.7294, 56.5254],[-6.7294, 56.5248],[-6.729899, 56.5247],[-6.73040, 56.5249],[-6.731, 56.5254],[-6.73140, 56.5253],[-6.73140, 56.5247],[-6.732, 56.5246],[-6.732299, 56.5246],[-6.732699, 56.5249],[-6.733399, 56.5256],[-6.733701, 56.5260],[-6.73420, 56.5263],[-6.734799, 56.5271],[-6.735199, 56.5271],[-6.735499, 56.5264],[-6.735899, 56.5261],[-6.7363, 56.5262],[-6.73700, 56.5272],[-6.737199, 56.5279],[-6.738501, 56.5284],[-6.738999, 56.5295],[-6.739799, 56.5296],[-6.74030, 56.5294],[-6.740499, 56.5289],[-6.739999, 56.5273],[-6.74020, 56.5270],[-6.7423, 56.5273],[-6.74310, 56.5273],[-6.743501, 56.5268],[-6.744999, 56.5268],[-6.74590, 56.5263],[-6.74600, 56.5260],[-6.744699, 56.5244],[-6.744699, 56.5237],[-6.745399, 56.5232],[-6.7458, 56.5232],[-6.746099, 56.5233],[-6.746099, 56.5244],[-6.7465, 56.5251],[-6.74730, 56.5253],[-6.7477, 56.5254],[-6.748099, 56.5263],[-6.748799, 56.5265],[-6.7489, 56.5256],[-6.749199000000002, 56.5251],[-6.749899, 56.5255],[-6.7522, 56.5285],[-6.75250, 56.5287],[-6.753399, 56.5287],[-6.754399, 56.5277],[-6.756299000000002, 56.5276],[-6.75670, 56.5274],[-6.757, 56.5265],[-6.7542, 56.5247],[-6.754, 56.5243],[-6.754301, 56.5239],[-6.7546, 56.5239],[-6.75530, 56.5245],[-6.7574, 56.5253],[-6.7592, 56.5253],[-6.760399, 56.5248],[-6.76230, 56.5243],[-6.76270, 56.5239],[-6.763199, 56.5230],[-6.7638, 56.5230],[-6.764101, 56.5230],[-6.76520, 56.5233],[-6.769, 56.5254],[-6.773099, 56.5272],[-6.7758, 56.5277],[-6.7817, 56.5280],[-6.787499, 56.5273],[-6.79320, 56.5260],[-6.795199, 56.5253],[-6.79750, 56.5251],[-6.8002, 56.5246],[-6.8034, 56.5247],[-6.80370, 56.5245],[-6.8038, 56.5240],[-6.80310, 56.5235],[-6.80310, 56.5233],[-6.8038, 56.5228],[-6.8084, 56.5203],[-6.810599, 56.5183],[-6.81250, 56.5155],[-6.81300, 56.5148],[-6.814101, 56.5141],[-6.81440, 56.5135],[-6.814199, 56.5128],[-6.812699, 56.5122],[-6.81110, 56.512],[-6.8076, 56.5126],[-6.8068, 56.5127],[-6.80640, 56.5124],[-6.8056, 56.5112],[-6.80310, 56.5106],[-6.802599, 56.5106],[-6.802199, 56.5095],[-6.801099, 56.5087],[-6.800399, 56.5086],[-6.798999000000002, 56.5086],[-6.798901, 56.5093],[-6.798999000000002, 56.5104],[-6.799699, 56.5111],[-6.799699, 56.5118],[-6.7991, 56.5119],[-6.7965, 56.5114],[-6.79610, 56.5109],[-6.796801, 56.5106],[-6.79750, 56.5105],[-6.797699, 56.5101],[-6.797699, 56.5096],[-6.79740, 56.5089],[-6.7965, 56.5087],[-6.795899, 56.5083],[-6.79610, 56.508],[-6.796401, 56.5076],[-6.7965, 56.5071],[-6.796299, 56.5067],[-6.795, 56.506],[-6.794899, 56.5056],[-6.79510, 56.5052],[-6.7979, 56.5042],[-6.798501, 56.5039],[-6.8006, 56.5046],[-6.80090, 56.5046],[-6.801001, 56.5042],[-6.799799, 56.5036],[-6.7996, 56.5027],[-6.799699, 56.5021],[-6.801401, 56.5022],[-6.8021, 56.5021],[-6.802199, 56.5013],[-6.8024, 56.5012],[-6.802999, 56.5014],[-6.8034, 56.5023],[-6.804399, 56.5025],[-6.8048, 56.5019],[-6.8038, 56.5006],[-6.80370, 56.4998],[-6.8038, 56.4992],[-6.805099000000002, 56.499],[-6.80640, 56.4989],[-6.80690, 56.4985],[-6.807099, 56.4978],[-6.807899, 56.4975],[-6.8081, 56.4973],[-6.8081, 56.4966],[-6.806601, 56.4954],[-6.80640, 56.4945],[-6.8067, 56.494],[-6.807799, 56.4935],[-6.80830, 56.4929],[-6.80830, 56.4924],[-6.808701, 56.4921],[-6.80890, 56.4924],[-6.809501, 56.4924],[-6.80980, 56.492],[-6.81020, 56.4917],[-6.811601, 56.4917],[-6.813099, 56.4902],[-6.8133, 56.4896],[-6.811201, 56.4889],[-6.811201, 56.4888],[-6.8145, 56.4879],[-6.815499, 56.4883],[-6.816299000000002, 56.4892],[-6.817599, 56.4892],[-6.81920, 56.4905],[-6.8199, 56.4907],[-6.8204, 56.4907],[-6.822199, 56.4904],[-6.82530, 56.4906],[-6.8268, 56.4905],[-6.8274, 56.4898],[-6.827799, 56.4886],[-6.82810, 56.4885],[-6.828599, 56.4886],[-6.8288, 56.4898],[-6.82900, 56.4903],[-6.8302, 56.4902],[-6.83080, 56.4905],[-6.8315, 56.4911],[-6.832399, 56.4911],[-6.833, 56.4906],[-6.83400, 56.4891],[-6.834301, 56.4889],[-6.8345, 56.489],[-6.8345, 56.4899],[-6.83500, 56.4901],[-6.8361, 56.4894],[-6.8366, 56.4894],[-6.83690, 56.4911],[-6.8372, 56.4913],[-6.83790, 56.4913],[-6.8387, 56.4907],[-6.8396, 56.4907],[-6.840199, 56.491],[-6.841401, 56.4909],[-6.841801, 56.4906],[-6.842999, 56.4906],[-6.8431, 56.4901],[-6.8425, 56.4894],[-6.8427, 56.4889],[-6.843901, 56.4888],[-6.8442, 56.4888],[-6.844301, 56.4877],[-6.84490, 56.4876],[-6.845799, 56.4879],[-6.847001, 56.4887],[-6.847099, 56.49],[-6.84680, 56.4904],[-6.847001, 56.4912],[-6.847001, 56.4919],[-6.8469, 56.4929],[-6.847099, 56.4933],[-6.8494, 56.4922],[-6.8607, 56.4921],[-6.8688, 56.4908],[-6.874501, 56.4896],[-6.8771, 56.4886],[-6.878099, 56.4872],[-6.87820, 56.4844],[-6.879, 56.4839],[-6.8797, 56.4837],[-6.880099, 56.4829],[-6.880099, 56.4818],[-6.8807, 56.4817],[-6.881299, 56.4815],[-6.881801, 56.4807],[-6.881899, 56.4806],[-6.8849, 56.4806],[-6.885799, 56.4801],[-6.895899, 56.4734],[-6.897399, 56.4723],[-6.897399, 56.4716],[-6.8944, 56.4703],[-6.8939, 56.4696],[-6.894101, 56.4653],[-6.8939, 56.4643],[-6.8919, 56.4614],[-6.891099, 56.4608],[-6.890699, 56.4599],[-6.890399, 56.4590],[-6.890399, 56.4582],[-6.89430, 56.4515],[-6.893799, 56.4496],[-6.893, 56.4491],[-6.89270, 56.4494],[-6.891699, 56.4493],[-6.89080, 56.4483],[-6.89010, 56.4482],[-6.889599, 56.4488],[-6.888999, 56.4486],[-6.888999, 56.4482],[-6.888999, 56.4479],[-6.8902, 56.4471],[-6.89140, 56.4462],[-6.894, 56.4459],[-6.89510, 56.4454],[-6.896299, 56.445],[-6.90070, 56.4444],[-6.903399, 56.4436],[-6.9066, 56.4418],[-6.9071, 56.4416],[-6.90840, 56.4417],[-6.9102, 56.4408],[-6.9108, 56.4405],[-6.9123, 56.442],[-6.914, 56.4424],[-6.9155, 56.4419],[-6.916299, 56.4417],[-6.9169, 56.4417],[-6.9173, 56.4425],[-6.918099, 56.4431],[-6.9305, 56.4436],[-6.9319, 56.4433],[-6.93270, 56.4443],[-6.932499, 56.4452],[-6.932001, 56.4459],[-6.932499, 56.4464],[-6.9334, 56.4465],[-6.9335, 56.4469],[-6.9335, 56.4476],[-6.93540, 56.4485],[-6.93640, 56.4487],[-6.9375, 56.4497],[-6.9375, 56.4509],[-6.93790, 56.4523],[-6.9385, 56.453],[-6.9407, 56.4536],[-6.9415, 56.4542],[-6.9417, 56.4549],[-6.9422, 56.4552],[-6.942599, 56.4558],[-6.942699, 56.4568],[-6.94290, 56.4573],[-6.9493, 56.4589],[-6.954, 56.4596],[-6.960499, 56.4595],[-6.96460, 56.4589],[-6.9662, 56.4580],[-6.970799000000002, 56.453],[-6.97170, 56.4527],[-6.97300, 56.4527],[-6.97590, 56.4524],[-6.978099, 56.4516],[-6.978701, 56.4514],[-6.979, 56.4528],[-6.978799, 56.4533],[-6.978799, 56.4536],[-6.9784, 56.4548],[-6.978099, 56.4553],[-6.9785, 56.4557],[-6.979, 56.4554],[-6.979599, 56.4554],[-6.9798, 56.456],[-6.9794, 56.4571],[-6.9794, 56.4577],[-6.980299, 56.4582],[-6.980599, 56.4589],[-6.980599, 56.4594],[-6.979199, 56.4594],[-6.979101, 56.4599],[-6.977799, 56.4601],[-6.97720, 56.4603],[-6.977399, 56.4609],[-6.9773, 56.4614],[-6.976601, 56.4617],[-6.974999000000002, 56.4617],[-6.974599, 56.4622],[-6.974599, 56.4630],[-6.974899000000002, 56.4635],[-6.975299, 56.4637],[-6.9752, 56.4640],[-6.9733, 56.4638],[-6.972799, 56.4640],[-6.97260, 56.4651],[-6.972001, 56.4657],[-6.971401, 56.4673],[-6.9713, 56.4683],[-6.971601, 56.4692],[-6.9764, 56.4734],[-6.9769, 56.4744],[-6.97680, 56.4756],[-6.976699, 56.4765],[-6.9773, 56.4777],[-6.97720, 56.4788],[-6.975699, 56.4801],[-6.975599, 56.4809],[-6.975599, 56.4819],[-6.977001, 56.4829],[-6.977001, 56.484],[-6.976201, 56.4846],[-6.974999000000002, 56.4857],[-6.9748, 56.4863],[-6.9748, 56.4873],[-6.974599, 56.4877],[-6.9752, 56.4886],[-6.976299, 56.4895],[-6.98, 56.4897],[-6.980599, 56.4902],[-6.98050, 56.491],[-6.979, 56.4914],[-6.978, 56.4931],[-6.977799, 56.4938],[-6.9779, 56.4958],[-6.9811, 56.5],[-6.9825, 56.5008],[-6.984301, 56.5012],[-6.98670, 56.5012],[-6.98670, 56.5025],[-6.985499, 56.5038],[-6.985499, 56.5043],[-6.989699, 56.5052],[-6.9921, 56.5052],[-6.994101, 56.5036],[-6.994599, 56.5034],[-6.9972, 56.5034],[-6.9977, 56.5028],[-6.998199, 56.5029],[-6.998099, 56.5038],[-6.99790, 56.5043],[-6.9959, 56.505],[-6.995299, 56.5057],[-6.994999, 56.5062],[-6.994501, 56.5067],[-6.993599, 56.5068],[-6.992001, 56.5065],[-6.990799, 56.5064],[-6.9892, 56.5070],[-6.988501, 56.5071],[-6.986499, 56.5067],[-6.98570, 56.5067],[-6.984799, 56.5069],[-6.983701, 56.5074],[-6.9828, 56.508],[-6.98140, 56.5093],[-6.9789, 56.5124],[-6.977001, 56.5165],[-6.976601, 56.5169],[-6.976, 56.5173],[-6.973701, 56.5178],[-6.9713, 56.5185],[-6.970699, 56.5190],[-6.9687, 56.5201],[-6.967599, 56.5205],[-6.966499, 56.5212],[-6.9653, 56.5217],[-6.9647, 56.5217],[-6.9642, 56.5216],[-6.963099, 56.5212],[-6.9621, 56.5211],[-6.960299, 56.5211],[-6.959101, 56.5211],[-6.956601, 56.5214],[-6.9517, 56.5236],[-6.951401, 56.5239],[-6.95090, 56.5245],[-6.950699, 56.5250],[-6.9506, 56.5255],[-6.9506, 56.5258],[-6.950799, 56.5260],[-6.951401, 56.5260],[-6.9523, 56.5261],[-6.95240, 56.5263],[-6.952499000000002, 56.5265],[-6.95240, 56.5269],[-6.952199, 56.5272],[-6.9512, 56.5274],[-6.9503, 56.5276],[-6.949999, 56.5278],[-6.949699, 56.5280],[-6.94960, 56.5283],[-6.949501, 56.5289],[-6.9493, 56.5292],[-6.94910, 56.5293],[-6.9487, 56.5294],[-6.947999, 56.5294],[-6.94770, 56.5292],[-6.9475, 56.5283],[-6.947199, 56.5283],[-6.9461, 56.5291],[-6.945499, 56.5297],[-6.944699, 56.5299],[-6.9437, 56.5298],[-6.942699, 56.5294],[-6.9422, 56.5292],[-6.942, 56.5292],[-6.941801, 56.5295],[-6.941401, 56.5300],[-6.9407, 56.5301],[-6.9394, 56.5301],[-6.9376, 56.5300],[-6.93600, 56.5300],[-6.934599, 56.5302],[-6.934199, 56.5302],[-6.93310, 56.5295],[-6.93270, 56.5293],[-6.9324, 56.5293],[-6.932099, 56.5294],[-6.9319, 56.5300],[-6.931601, 56.5303],[-6.93130, 56.5302],[-6.928199, 56.5269],[-6.927599, 56.5267],[-6.9263, 56.5265],[-6.92520, 56.5263],[-6.92420, 56.5264],[-6.922599, 56.5267],[-6.92100, 56.5270],[-6.919199, 56.5272],[-6.9176, 56.5276],[-6.916601, 56.5280],[-6.91580, 56.5284],[-6.9147, 56.5293],[-6.91350, 56.5303],[-6.9127, 56.5306],[-6.9118, 56.5308],[-6.911001, 56.5307],[-6.908999, 56.5299],[-6.90840, 56.5297],[-6.90780, 56.5296],[-6.9063, 56.5300],[-6.9056, 56.5299],[-6.90490, 56.5294],[-6.904399, 56.5288],[-6.9042, 56.5285],[-6.9042, 56.5283],[-6.90450, 56.5268],[-6.90450, 56.5263],[-6.904301, 56.5258],[-6.903999, 56.5253],[-6.9037, 56.5251],[-6.902999, 56.5250],[-6.898799, 56.5244],[-6.89790, 56.5246],[-6.8972, 56.5246],[-6.896201, 56.5243],[-6.895199, 56.5244],[-6.8944, 56.5246],[-6.894, 56.5247],[-6.8936, 56.5254],[-6.89330, 56.5258],[-6.892399, 56.5258],[-6.8922, 56.5260],[-6.8922, 56.5267],[-6.892099, 56.5270],[-6.89180, 56.5270],[-6.890299, 56.5262],[-6.888901, 56.5254],[-6.887499, 56.5244],[-6.88670, 56.5239],[-6.88670, 56.5237],[-6.887001, 56.5231],[-6.8871, 56.5228],[-6.886001, 56.5205],[-6.885499, 56.5199],[-6.883999, 56.5192],[-6.881899, 56.5188],[-6.878099, 56.5189],[-6.87220, 56.5198],[-6.8634, 56.5224],[-6.8624, 56.5231],[-6.862199, 56.5241],[-6.861801, 56.5247],[-6.858799, 56.5257],[-6.8582, 56.5261],[-6.8579, 56.5264],[-6.857699, 56.5269],[-6.857699, 56.5273],[-6.857999, 56.5276],[-6.8592, 56.5282],[-6.85990, 56.5284],[-6.8597, 56.5288],[-6.8572, 56.5294],[-6.857, 56.5295],[-6.8569, 56.5298],[-6.856699, 56.5313],[-6.8565, 56.5317],[-6.855899, 56.532],[-6.855199, 56.5323],[-6.854, 56.5323],[-6.8527, 56.532],[-6.8518, 56.5314],[-6.851201, 56.5312],[-6.850699, 56.5311],[-6.850299, 56.5312],[-6.849999, 56.5313],[-6.850299, 56.5316],[-6.851299, 56.5319],[-6.851299, 56.5322],[-6.850599, 56.5325],[-6.847899, 56.5326],[-6.845699, 56.5325],[-6.844399, 56.5327],[-6.843599, 56.5339],[-6.8432, 56.5343],[-6.8425, 56.5344],[-6.841801, 56.5347],[-6.8406, 56.535],[-6.8385, 56.5355],[-6.8361, 56.5362],[-6.8347, 56.5369],[-6.8319, 56.5385],[-6.82980, 56.5395],[-6.8284, 56.5397],[-6.827099, 56.5394],[-6.825699, 56.5398],[-6.824399, 56.5404],[-6.820499, 56.5397],[-6.8199, 56.5397],[-6.819399, 56.5399],[-6.818901, 56.5402],[-6.818299, 56.5411],[-6.8178, 56.5418],[-6.81720, 56.5422],[-6.816299000000002, 56.5424],[-6.8146, 56.5426],[-6.814199, 56.5424],[-6.8136, 56.5421],[-6.8129, 56.5421],[-6.811699, 56.5426],[-6.809999, 56.5426],[-6.80830, 56.5423],[-6.804699, 56.5419],[-6.8038, 56.5413],[-6.803501, 56.5409],[-6.802999, 56.5401],[-6.801401, 56.5384],[-6.799301, 56.5364],[-6.7981, 56.5358],[-6.79740, 56.5356],[-6.796299, 56.5355],[-6.792, 56.5359],[-6.7893, 56.5368],[-6.788, 56.5374],[-6.787799, 56.5378],[-6.787899, 56.5386],[-6.7883, 56.5397],[-6.7883, 56.5404],[-6.787899, 56.5405],[-6.786099, 56.5378],[-6.78520, 56.5372],[-6.7843, 56.537],[-6.78020, 56.5369],[-6.77450, 56.5382],[-6.773901, 56.5385],[-6.77320, 56.5392],[-6.772999, 56.5396],[-6.7729, 56.5401],[-6.77320, 56.5419],[-6.772999, 56.5426],[-6.7715, 56.5435],[-6.76980, 56.5442],[-6.76790, 56.5444],[-6.763901, 56.5448],[-6.76280, 56.5451],[-6.761499, 56.546],[-6.759699, 56.547],[-6.75810, 56.5478],[-6.7578, 56.5482],[-6.757599, 56.549],[-6.757599, 56.5497],[-6.7575, 56.5502],[-6.757199, 56.5508],[-6.756299000000002, 56.5515],[-6.75620, 56.5518],[-6.75620, 56.5524],[-6.756299000000002, 56.5534],[-6.756001, 56.5542],[-6.755599, 56.5548],[-6.755, 56.5553],[-6.753399, 56.5557],[-6.752399, 56.5555],[-6.751601, 56.5551],[-6.7508, 56.5545],[-6.7508, 56.5536],[-6.75050, 56.5521],[-6.75, 56.5515]]],[[[-6.4604, 56.689],[-6.459599, 56.6888],[-6.45830, 56.6895],[-6.457099, 56.6897],[-6.456699, 56.6895],[-6.454899, 56.6883],[-6.4519, 56.6879],[-6.45060, 56.6875],[-6.4496, 56.6865],[-6.449399, 56.686],[-6.449399, 56.685],[-6.44930, 56.6844],[-6.4482, 56.6833],[-6.448299, 56.6826],[-6.448501, 56.6815],[-6.44930, 56.6807],[-6.45020, 56.6807],[-6.452001, 56.6822],[-6.45260, 56.682],[-6.452799, 56.6818],[-6.452799, 56.6813],[-6.452099, 56.6802],[-6.452099, 56.6797],[-6.452099, 56.6777],[-6.450699, 56.6764],[-6.450699, 56.6756],[-6.451001, 56.6752],[-6.45170, 56.6752],[-6.453599, 56.6758],[-6.45400, 56.6754],[-6.4539, 56.6747],[-6.453501, 56.6737],[-6.453599, 56.6726],[-6.4538, 56.6717],[-6.453599, 56.6709],[-6.4538, 56.6701],[-6.4547, 56.6703],[-6.454999, 56.6701],[-6.4551, 56.6695],[-6.45540, 56.6691],[-6.456201, 56.6684],[-6.456201, 56.6679],[-6.45600, 56.6675],[-6.454999, 56.6675],[-6.4548, 56.6671],[-6.4548, 56.6665],[-6.45540, 56.6661],[-6.45830, 56.6661],[-6.459301, 56.6657],[-6.461, 56.6654],[-6.461699, 56.6651],[-6.4632, 56.6637],[-6.4637, 56.6624],[-6.4642, 56.6619],[-6.466401, 56.6604],[-6.466899, 56.6597],[-6.46810, 56.6571],[-6.468901, 56.6546],[-6.4696, 56.6538],[-6.471099, 56.6532],[-6.472899, 56.6523],[-6.47330, 56.6518],[-6.474199, 56.6502],[-6.4744, 56.6498],[-6.474899, 56.6498],[-6.476099, 56.6500],[-6.476299, 56.6497],[-6.476299, 56.6493],[-6.4768, 56.6481],[-6.477799, 56.6475],[-6.478701, 56.6464],[-6.479101, 56.6450],[-6.47980, 56.6445],[-6.480599, 56.6441],[-6.48070, 56.6437],[-6.481201, 56.6428],[-6.48210, 56.6422],[-6.48400, 56.6415],[-6.4842, 56.6411],[-6.4842, 56.6404],[-6.48490, 56.6400],[-6.485799, 56.6394],[-6.4877, 56.6399],[-6.48820, 56.6396],[-6.48820, 56.6393],[-6.4877, 56.6386],[-6.487599, 56.6379],[-6.488299, 56.6356],[-6.489699, 56.6346],[-6.49060, 56.6339],[-6.49060, 56.6333],[-6.490799, 56.6328],[-6.492099, 56.6326],[-6.492001, 56.6323],[-6.492001, 56.6318],[-6.492199, 56.6313],[-6.493299, 56.6304],[-6.4942, 56.6295],[-6.494501, 56.6286],[-6.494501, 56.6277],[-6.49480, 56.6274],[-6.4955, 56.6272],[-6.498799, 56.627],[-6.49940, 56.6264],[-6.49940, 56.6256],[-6.49940, 56.6244],[-6.499501, 56.6237],[-6.499899, 56.6228],[-6.5011, 56.6224],[-6.50140, 56.6217],[-6.50330, 56.6203],[-6.50700, 56.6173],[-6.5078, 56.6175],[-6.509799, 56.6185],[-6.51270, 56.6203],[-6.514501, 56.6213],[-6.515299, 56.6224],[-6.516699, 56.6229],[-6.52, 56.6253],[-6.521201, 56.6276],[-6.521699, 56.6278],[-6.525599, 56.6314],[-6.527299, 56.6329],[-6.5278, 56.6335],[-6.5306, 56.6361],[-6.5312, 56.6361],[-6.531401, 56.6355],[-6.5313, 56.6349],[-6.52570, 56.6288],[-6.5247, 56.6265],[-6.5247, 56.6258],[-6.52530, 56.6246],[-6.52540, 56.6237],[-6.52540, 56.6234],[-6.5241, 56.622],[-6.523701, 56.6206],[-6.5233, 56.6181],[-6.5233, 56.6168],[-6.5233, 56.6149],[-6.5236, 56.6136],[-6.52400, 56.6121],[-6.524301, 56.6117],[-6.524899, 56.6117],[-6.5266, 56.6123],[-6.527, 56.612],[-6.5281, 56.6107],[-6.52860, 56.6104],[-6.529399, 56.6112],[-6.53000, 56.6112],[-6.5312, 56.6105],[-6.5317, 56.6105],[-6.5321, 56.61],[-6.5313, 56.6081],[-6.531401, 56.6073],[-6.532599, 56.606],[-6.533299, 56.606],[-6.53370, 56.6065],[-6.53430, 56.6068],[-6.534699, 56.6063],[-6.534699, 56.6057],[-6.53510, 56.6058],[-6.5359, 56.6069],[-6.536201, 56.6068],[-6.5364, 56.6063],[-6.5365, 56.606],[-6.5383, 56.6059],[-6.538799, 56.6057],[-6.538701, 56.6055],[-6.537799, 56.6049],[-6.5377, 56.6047],[-6.537899, 56.6045],[-6.539, 56.6047],[-6.539101, 56.6044],[-6.53940, 56.6035],[-6.5401, 56.6037],[-6.542699000000002, 56.6056],[-6.5429, 56.6055],[-6.5429, 56.6049],[-6.542699000000002, 56.604],[-6.5419, 56.6034],[-6.541299, 56.6029],[-6.541299, 56.6025],[-6.541601, 56.6022],[-6.542099, 56.6022],[-6.542699000000002, 56.6027],[-6.54360, 56.6035],[-6.544301, 56.6031],[-6.5457, 56.602],[-6.5461, 56.6006],[-6.546201, 56.599],[-6.5466, 56.5987],[-6.5466, 56.5982],[-6.5467, 56.5977],[-6.5472, 56.5973],[-6.54750, 56.5973],[-6.54780, 56.5965],[-6.5486, 56.5956],[-6.5495, 56.5956],[-6.55020, 56.5953],[-6.551001, 56.5949],[-6.551401, 56.595],[-6.5524, 56.5956],[-6.5527, 56.5956],[-6.5538, 56.5953],[-6.55430, 56.5954],[-6.55490, 56.5951],[-6.555399, 56.5940],[-6.556601, 56.5940],[-6.557099, 56.5946],[-6.557199, 56.5962],[-6.5576, 56.5963],[-6.558199, 56.596],[-6.558701, 56.5959],[-6.559599, 56.5961],[-6.559899, 56.5964],[-6.5602, 56.5964],[-6.56100, 56.5961],[-6.562399, 56.5952],[-6.564799, 56.5947],[-6.565199, 56.5942],[-6.565899, 56.5936],[-6.566801, 56.5929],[-6.56710, 56.5922],[-6.567, 56.5917],[-6.5665, 56.5914],[-6.56570, 56.5907],[-6.5654, 56.5899],[-6.565499, 56.5875],[-6.56570, 56.5873],[-6.5665, 56.5870],[-6.567, 56.5871],[-6.567699, 56.5876],[-6.568999, 56.5873],[-6.569799, 56.5873],[-6.57000, 56.5875],[-6.570499, 56.5878],[-6.5711, 56.5878],[-6.572599, 56.5877],[-6.57370, 56.5878],[-6.575399, 56.5873],[-6.5768, 56.5859],[-6.5776, 56.5857],[-6.577799, 56.5861],[-6.5777, 56.5864],[-6.577001, 56.5872],[-6.577099, 56.5877],[-6.577499, 56.5884],[-6.578701, 56.5887],[-6.582001, 56.5888],[-6.58260, 56.5889],[-6.58260, 56.5894],[-6.581699, 56.5907],[-6.5809, 56.5916],[-6.5815, 56.5918],[-6.5819, 56.5916],[-6.585499000000002, 56.5893],[-6.5857, 56.5885],[-6.586401, 56.5875],[-6.588099, 56.5864],[-6.588901, 56.5864],[-6.589799, 56.5864],[-6.59060, 56.5863],[-6.5913, 56.5867],[-6.5916, 56.5866],[-6.592899, 56.5862],[-6.593599, 56.5851],[-6.594699, 56.5839],[-6.5952, 56.5839],[-6.59620, 56.5845],[-6.597199, 56.5841],[-6.598501, 56.5834],[-6.599199, 56.5832],[-6.599501, 56.5834],[-6.599699, 56.5841],[-6.5993, 56.5858],[-6.599501, 56.5869],[-6.599899, 56.5881],[-6.60050, 56.5881],[-6.60090, 56.5880],[-6.6019, 56.5879],[-6.6026, 56.5877],[-6.602799000000002, 56.5873],[-6.603701, 56.5829],[-6.604, 56.5826],[-6.6096, 56.5805],[-6.6097, 56.5799],[-6.6096, 56.5789],[-6.609301, 56.5783],[-6.609301, 56.5779],[-6.6096, 56.5775],[-6.609799000000002, 56.5765],[-6.6097, 56.5759],[-6.609799000000002, 56.5756],[-6.6106, 56.5758],[-6.6113, 56.5766],[-6.611499, 56.5786],[-6.61170, 56.5802],[-6.61210, 56.5802],[-6.61270, 56.5798],[-6.61310, 56.5797],[-6.614799, 56.5798],[-6.615799, 56.5805],[-6.6162, 56.5803],[-6.6162, 56.5799],[-6.6162, 56.5793],[-6.61680, 56.5786],[-6.618599, 56.5782],[-6.6189, 56.5784],[-6.620299, 56.5798],[-6.6202, 56.5807],[-6.619699, 56.5813],[-6.6193, 56.5819],[-6.6193, 56.5829],[-6.619101, 56.5845],[-6.6184, 56.5852],[-6.618199, 56.5862],[-6.61880, 56.5877],[-6.619599, 56.5881],[-6.6233, 56.5890],[-6.6235, 56.5900],[-6.623199, 56.5909],[-6.623099, 56.5919],[-6.6235, 56.5923],[-6.62430, 56.5922],[-6.626299, 56.5914],[-6.6265, 56.5910],[-6.6265, 56.5904],[-6.626699, 56.5902],[-6.6271, 56.5901],[-6.627999, 56.5899],[-6.62850, 56.5894],[-6.62910, 56.5885],[-6.62910, 56.5878],[-6.628901, 56.5868],[-6.62910, 56.5860],[-6.630599, 56.5835],[-6.630599, 56.5824],[-6.630499, 56.5814],[-6.6296, 56.5805],[-6.6297, 56.5800],[-6.630199, 56.5790],[-6.630599, 56.5781],[-6.6316, 56.5779],[-6.632299, 56.5779],[-6.633399, 56.5784],[-6.633999, 56.5784],[-6.634399, 56.578],[-6.635, 56.5765],[-6.6357, 56.5759],[-6.6362, 56.5754],[-6.6366, 56.5746],[-6.6367, 56.5739],[-6.636899, 56.573],[-6.63710, 56.5729],[-6.63800, 56.573],[-6.639599, 56.5731],[-6.6406, 56.5733],[-6.6414, 56.5737],[-6.6418, 56.5736],[-6.642099, 56.573],[-6.642399, 56.5724],[-6.6427, 56.5723],[-6.6429, 56.5724],[-6.643199, 56.573],[-6.643701, 56.5733],[-6.6457, 56.5737],[-6.6458, 56.5738],[-6.645899, 56.5740],[-6.645899, 56.5746],[-6.645599, 56.5753],[-6.645199, 56.5758],[-6.644199, 56.5765],[-6.643799, 56.5768],[-6.6433, 56.5774],[-6.643099, 56.5779],[-6.643199, 56.5783],[-6.644199, 56.5788],[-6.6443, 56.5791],[-6.644, 56.5797],[-6.643799, 56.5804],[-6.644101, 56.5809],[-6.645299, 56.5816],[-6.6504, 56.5831],[-6.6553, 56.5837],[-6.659101, 56.5839],[-6.663599, 56.5837],[-6.6655, 56.5834],[-6.667099, 56.5831],[-6.669799, 56.5825],[-6.67080, 56.5823],[-6.671299, 56.5822],[-6.6728, 56.5816],[-6.673501, 56.5812],[-6.6738, 56.5807],[-6.674301, 56.5799],[-6.6745, 56.5798],[-6.675099, 56.5798],[-6.6752, 56.5799],[-6.675399, 56.5800],[-6.67560, 56.5811],[-6.6757, 56.5813],[-6.676001, 56.5814],[-6.676499, 56.5813],[-6.677499, 56.5808],[-6.677999, 56.5800],[-6.67880, 56.5789],[-6.679101, 56.5786],[-6.6796, 56.5782],[-6.680099, 56.5770],[-6.680099, 56.5760],[-6.6793, 56.5749],[-6.67920, 56.5734],[-6.679399, 56.5721],[-6.6799, 56.5718],[-6.680799, 56.5714],[-6.6809, 56.5712],[-6.681001, 56.5701],[-6.6813, 56.5697],[-6.68170, 56.5695],[-6.682099000000002, 56.5692],[-6.682099000000002, 56.5687],[-6.682001, 56.5676],[-6.6819, 56.5671],[-6.681601, 56.5666],[-6.681201000000002, 56.5663],[-6.681001, 56.5659],[-6.681001, 56.5656],[-6.681099, 56.5654],[-6.6813, 56.5654],[-6.6814, 56.5654],[-6.682899, 56.566],[-6.6839, 56.5662],[-6.6843, 56.5662],[-6.684501, 56.566],[-6.684899, 56.5653],[-6.6855, 56.5646],[-6.68590, 56.5642],[-6.687099, 56.5628],[-6.687399, 56.5628],[-6.6883, 56.5628],[-6.689199000000002, 56.5632],[-6.691801, 56.5631],[-6.69290, 56.5632],[-6.693799, 56.5635],[-6.693999, 56.5639],[-6.694399, 56.565],[-6.695099, 56.5668],[-6.695099, 56.5672],[-6.695199000000002, 56.5683],[-6.695199000000002, 56.5687],[-6.6954, 56.5692],[-6.6967, 56.5695],[-6.6978, 56.5698],[-6.697899, 56.5703],[-6.6977, 56.5718],[-6.697599, 56.5724],[-6.6978, 56.573],[-6.698299, 56.5736],[-6.6996, 56.5743],[-6.701401000000002, 56.5752],[-6.703199, 56.5757],[-6.7039, 56.5757],[-6.705299, 56.5755],[-6.7072, 56.5751],[-6.707699, 56.575],[-6.708099, 56.5751],[-6.708399, 56.5754],[-6.7086, 56.5765],[-6.7085, 56.5781],[-6.708, 56.5793],[-6.7073, 56.5802],[-6.706699, 56.5806],[-6.706299, 56.5808],[-6.704999, 56.5808],[-6.703599, 56.5809],[-6.7026, 56.5812],[-6.70170, 56.5825],[-6.701099, 56.5827],[-6.700399000000002, 56.5827],[-6.69980, 56.5823],[-6.6984, 56.5817],[-6.6963, 56.5815],[-6.695099, 56.5817],[-6.693399, 56.5824],[-6.692699, 56.5830],[-6.691401, 56.5845],[-6.690599, 56.5850],[-6.689899, 56.5854],[-6.689199000000002, 56.5859],[-6.6875, 56.5876],[-6.686299, 56.5882],[-6.684501, 56.5884],[-6.6843, 56.5886],[-6.684199, 56.5892],[-6.6839, 56.5895],[-6.68350, 56.5900],[-6.6833, 56.5911],[-6.68300, 56.5916],[-6.681601, 56.5929],[-6.680099, 56.5939],[-6.679501, 56.5942],[-6.67880, 56.5942],[-6.677999, 56.5942],[-6.677499, 56.5945],[-6.676801, 56.5945],[-6.676099, 56.5940],[-6.673999, 56.5924],[-6.673299, 56.5921],[-6.671899, 56.5918],[-6.667699, 56.5914],[-6.666, 56.5913],[-6.6644, 56.5912],[-6.661699, 56.5914],[-6.66050, 56.5916],[-6.6592, 56.5918],[-6.655799, 56.5925],[-6.654699, 56.5929],[-6.653901, 56.5935],[-6.6537, 56.5942],[-6.6537, 56.5946],[-6.654699, 56.5961],[-6.6549, 56.5964],[-6.655, 56.5971],[-6.6549, 56.5976],[-6.6549, 56.5981],[-6.655399, 56.5991],[-6.655499, 56.5998],[-6.655099, 56.6003],[-6.65290, 56.6011],[-6.651299, 56.6017],[-6.650199, 56.6017],[-6.64830, 56.6013],[-6.6457, 56.6008],[-6.645199, 56.6011],[-6.6448, 56.6015],[-6.644501, 56.6021],[-6.6435, 56.6042],[-6.643099, 56.605],[-6.642799, 56.6062],[-6.642799, 56.6065],[-6.6429, 56.6067],[-6.643199, 56.607],[-6.644101, 56.6075],[-6.644199, 56.6077],[-6.644, 56.608],[-6.643799, 56.6081],[-6.6419, 56.6089],[-6.64130, 56.6094],[-6.6409, 56.61],[-6.6405, 56.6108],[-6.640299000000002, 56.6116],[-6.63990, 56.6123],[-6.63880, 56.6131],[-6.63880, 56.6135],[-6.638901, 56.6137],[-6.639999, 56.6138],[-6.639999, 56.614],[-6.63980, 56.6143],[-6.638199, 56.6149],[-6.6367, 56.6148],[-6.6359, 56.6152],[-6.63520, 56.6158],[-6.635099, 56.6166],[-6.634799, 56.617],[-6.63420, 56.6175],[-6.6316, 56.6181],[-6.63040, 56.6185],[-6.630099, 56.6188],[-6.6299, 56.6196],[-6.6297, 56.6199],[-6.629399, 56.6201],[-6.6283, 56.6201],[-6.626699, 56.6199],[-6.623799, 56.6196],[-6.622099000000002, 56.6198],[-6.62050, 56.6202],[-6.6193, 56.6209],[-6.616099, 56.6234],[-6.6141, 56.6255],[-6.6137, 56.6263],[-6.6138, 56.6271],[-6.6141, 56.628],[-6.6141, 56.6288],[-6.6142, 56.6293],[-6.61460, 56.6295],[-6.615499, 56.6302],[-6.615699, 56.6305],[-6.615699, 56.6312],[-6.615499, 56.6320],[-6.6153, 56.6326],[-6.6149, 56.6339],[-6.614699, 56.6342],[-6.614399, 56.6345],[-6.61310, 56.6350],[-6.6125, 56.6355],[-6.612199, 56.6361],[-6.6116, 56.6373],[-6.61120, 56.6377],[-6.610899, 56.6378],[-6.610099, 56.6378],[-6.609301, 56.6379],[-6.60830, 56.6383],[-6.60750, 56.6383],[-6.606201, 56.6384],[-6.6054, 56.6385],[-6.6045, 56.6388],[-6.603799000000002, 56.6389],[-6.603199, 56.6388],[-6.602399, 56.6385],[-6.6008, 56.6377],[-6.600299, 56.6376],[-6.599899, 56.6377],[-6.599699, 56.6379],[-6.599501, 56.6381],[-6.5984, 56.6400],[-6.59670, 56.6421],[-6.5959, 56.6433],[-6.595099, 56.6444],[-6.59480, 56.6445],[-6.594301, 56.6446],[-6.593501, 56.6447],[-6.59200, 56.6450],[-6.5903, 56.6454],[-6.588399, 56.6453],[-6.5872, 56.6451],[-6.585899, 56.6451],[-6.58500, 56.6453],[-6.584301, 56.6455],[-6.583799, 56.6458],[-6.583399, 56.6462],[-6.583399, 56.6470],[-6.584101, 56.6490],[-6.584301, 56.6496],[-6.584101, 56.6498],[-6.58250, 56.6501],[-6.580599, 56.6506],[-6.578501000000002, 56.6505],[-6.575699, 56.6498],[-6.5743, 56.6493],[-6.57370, 56.6488],[-6.572599, 56.6486],[-6.57170, 56.6486],[-6.570899, 56.6487],[-6.5706, 56.6488],[-6.570499, 56.6490],[-6.570799, 56.6492],[-6.57170, 56.6492],[-6.5725, 56.6492],[-6.57270, 56.6494],[-6.5725, 56.6497],[-6.570799, 56.6504],[-6.56990, 56.6510],[-6.5687, 56.6525],[-6.5678, 56.6541],[-6.566801, 56.6561],[-6.56580, 56.6575],[-6.5651, 56.6583],[-6.5645, 56.6585],[-6.56330, 56.6586],[-6.56190, 56.6585],[-6.560299, 56.6589],[-6.5585, 56.659],[-6.5576, 56.6592],[-6.557001, 56.6596],[-6.556099, 56.6605],[-6.5555, 56.6609],[-6.554699, 56.6609],[-6.553999000000002, 56.6608],[-6.553199, 56.6606],[-6.552299, 56.6599],[-6.55160, 56.6593],[-6.5509, 56.6592],[-6.5503, 56.6593],[-6.548901000000002, 56.6598],[-6.5481, 56.6605],[-6.54600, 56.6624],[-6.5453, 56.6629],[-6.544899, 56.6633],[-6.544799, 56.6634],[-6.5447, 56.6637],[-6.5447, 56.6641],[-6.5447, 56.6643],[-6.5454, 56.6648],[-6.54600, 56.6651],[-6.5461, 56.6653],[-6.5461, 56.6655],[-6.54600, 56.6656],[-6.5447, 56.6661],[-6.5444, 56.6669],[-6.543099, 56.6678],[-6.5402, 56.6677],[-6.538799, 56.6681],[-6.5377, 56.6685],[-6.537799, 56.6689],[-6.53890, 56.669],[-6.53890, 56.6695],[-6.538701, 56.6697],[-6.53520, 56.6706],[-6.5349, 56.6707],[-6.5349, 56.6709],[-6.5364, 56.6713],[-6.536201, 56.6717],[-6.5355, 56.6719],[-6.530799, 56.6733],[-6.528901, 56.6733],[-6.527599, 56.6732],[-6.5274, 56.6736],[-6.5274, 56.6737],[-6.527999, 56.674],[-6.5306, 56.6748],[-6.531001, 56.6751],[-6.53090, 56.6756],[-6.530099, 56.6763],[-6.529699, 56.6769],[-6.52920, 56.6772],[-6.528399, 56.6771],[-6.5262, 56.6766],[-6.52540, 56.6768],[-6.5245, 56.6775],[-6.521801, 56.6779],[-6.521299, 56.6776],[-6.5198, 56.6768],[-6.519, 56.6771],[-6.517399000000002, 56.6776],[-6.5165, 56.6777],[-6.515699, 56.6773],[-6.514999, 56.6773],[-6.5148, 56.6776],[-6.5148, 56.678],[-6.51510, 56.6785],[-6.514999, 56.6791],[-6.513901, 56.6792],[-6.513901, 56.6796],[-6.5148, 56.6807],[-6.514699, 56.681],[-6.514501, 56.6811],[-6.513299, 56.681],[-6.5121, 56.6809],[-6.511099, 56.6809],[-6.5078, 56.6813],[-6.50750, 56.681],[-6.506801, 56.6801],[-6.5053, 56.6796],[-6.504799, 56.6799],[-6.504799, 56.6807],[-6.5049, 56.6817],[-6.504301000000002, 56.6821],[-6.50320, 56.6824],[-6.502, 56.6828],[-6.501201, 56.6837],[-6.50040, 56.6837],[-6.498701, 56.6832],[-6.497099, 56.6834],[-6.496201, 56.684],[-6.495399, 56.685],[-6.49490, 56.6849],[-6.49480, 56.6845],[-6.494501, 56.6841],[-6.4938, 56.684],[-6.49300, 56.684],[-6.4896, 56.6823],[-6.489399, 56.6825],[-6.489799, 56.6832],[-6.490699, 56.6842],[-6.490799, 56.6845],[-6.491099, 56.6849],[-6.491401, 56.6854],[-6.492199, 56.6855],[-6.49340, 56.6859],[-6.49340, 56.6863],[-6.49300, 56.6866],[-6.492499, 56.6867],[-6.492001, 56.6871],[-6.491401, 56.6872],[-6.49060, 56.6871],[-6.489799, 56.687],[-6.489699, 56.6874],[-6.489999, 56.6878],[-6.491099, 56.6882],[-6.491099, 56.6885],[-6.490699, 56.6887],[-6.490399, 56.6892],[-6.4902, 56.6903],[-6.489799, 56.6905],[-6.488299, 56.6905],[-6.48740, 56.6901],[-6.486499, 56.6899],[-6.4856, 56.6896],[-6.4854, 56.6895],[-6.485099, 56.6887],[-6.4833, 56.6876],[-6.482, 56.6875],[-6.4777, 56.6881],[-6.474899, 56.689],[-6.47430, 56.6891],[-6.4739, 56.689],[-6.473599, 56.6877],[-6.471601, 56.6874],[-6.470699, 56.6875],[-6.4696, 56.6877],[-6.469501, 56.6882],[-6.469501, 56.6883],[-6.469999, 56.6895],[-6.47090, 56.6901],[-6.47090, 56.6904],[-6.4706, 56.6908],[-6.469999, 56.6912],[-6.46910, 56.6915],[-6.466899, 56.6918],[-6.465099, 56.6917],[-6.4626, 56.6906],[-6.4604, 56.689]]],[[[-6.1464, 56.132],[-6.146, 56.1314],[-6.1455, 56.1311],[-6.14480, 56.1308],[-6.144199, 56.1307],[-6.14290, 56.1307],[-6.141699, 56.1306],[-6.1415, 56.1303],[-6.141201, 56.1294],[-6.141099, 56.1289],[-6.141001, 56.1287],[-6.140299, 56.1283],[-6.1394, 56.1276],[-6.139101, 56.1272],[-6.1394, 56.1253],[-6.1394, 56.1244],[-6.1393, 56.1238],[-6.139101, 56.1234],[-6.1388, 56.1231],[-6.138199, 56.1228],[-6.13680, 56.1228],[-6.134301, 56.1225],[-6.133901, 56.1222],[-6.1337, 56.1218],[-6.1337, 56.1214],[-6.1338, 56.1211],[-6.134301, 56.1206],[-6.1357, 56.1202],[-6.13630, 56.1199],[-6.1367, 56.1196],[-6.137001, 56.1191],[-6.1373, 56.1186],[-6.13770, 56.1178],[-6.139101, 56.117],[-6.140299, 56.1163],[-6.1409, 56.1157],[-6.14140, 56.1152],[-6.1422, 56.1136],[-6.14290, 56.1126],[-6.143701, 56.1119],[-6.143799, 56.1116],[-6.1436, 56.1111],[-6.143799, 56.11],[-6.1444, 56.1092],[-6.145199, 56.1081],[-6.145599, 56.1076],[-6.146, 56.1072],[-6.14650, 56.107],[-6.147799, 56.1067],[-6.1486, 56.1066],[-6.14940, 56.1064],[-6.149899, 56.1061],[-6.1501, 56.1057],[-6.15030, 56.1049],[-6.150499, 56.1032],[-6.151299, 56.1022],[-6.15170, 56.1015],[-6.1521, 56.1008],[-6.152599, 56.1001],[-6.15360, 56.0996],[-6.15460, 56.0993],[-6.155399, 56.0991],[-6.1563, 56.0989],[-6.156801, 56.0983],[-6.157001, 56.0975],[-6.1573, 56.0969],[-6.158299, 56.0965],[-6.15930, 56.0961],[-6.1594, 56.0959],[-6.1594, 56.0951],[-6.159501, 56.0942],[-6.159599, 56.0935],[-6.1599, 56.0928],[-6.16060, 56.0923],[-6.161601, 56.0921],[-6.1623, 56.0919],[-6.1627, 56.0916],[-6.163, 56.0914],[-6.163099, 56.0911],[-6.163, 56.09],[-6.1633, 56.0887],[-6.164101, 56.0881],[-6.164501, 56.0876],[-6.164501, 56.0869],[-6.164199, 56.0858],[-6.16390, 56.0849],[-6.1643, 56.0838],[-6.1651, 56.0831],[-6.16580, 56.0821],[-6.1659, 56.0809],[-6.1661, 56.0802],[-6.166699, 56.0792],[-6.1675, 56.0785],[-6.16830, 56.0776],[-6.1707, 56.0766],[-6.17380, 56.075],[-6.177499, 56.0746],[-6.180399, 56.0735],[-6.18240, 56.0726],[-6.182799000000002, 56.0723],[-6.182799000000002, 56.0716],[-6.183, 56.0712],[-6.1835, 56.0708],[-6.186299, 56.0701],[-6.186299, 56.0697],[-6.1858, 56.0688],[-6.184599, 56.0683],[-6.182001, 56.068],[-6.181499, 56.0676],[-6.181499, 56.0671],[-6.1817, 56.0667],[-6.182199, 56.0662],[-6.1848, 56.065],[-6.185599, 56.0646],[-6.1868, 56.0644],[-6.18940, 56.064],[-6.19210, 56.0634],[-6.19460, 56.0624],[-6.1957, 56.0618],[-6.195799, 56.0611],[-6.195499, 56.0605],[-6.194699, 56.0601],[-6.1916, 56.0594],[-6.19110, 56.0592],[-6.19080, 56.0589],[-6.1901, 56.0573],[-6.1897, 56.0567],[-6.18940, 56.0564],[-6.18890, 56.056],[-6.1882, 56.0556],[-6.1843, 56.0537],[-6.1835, 56.0531],[-6.18270, 56.0523],[-6.1826, 56.052],[-6.182499, 56.0517],[-6.182499, 56.0514],[-6.18270, 56.0512],[-6.1838, 56.0506],[-6.186699, 56.0488],[-6.18750, 56.0482],[-6.187699, 56.0478],[-6.187799, 56.0476],[-6.187799, 56.0472],[-6.187699, 56.0469],[-6.1876, 56.0467],[-6.187399, 56.0465],[-6.18470, 56.0457],[-6.184101, 56.0454],[-6.1839, 56.0451],[-6.1839, 56.0447],[-6.184, 56.0441],[-6.184199, 56.0437],[-6.18690, 56.0420],[-6.18830, 56.0412],[-6.189301, 56.0406],[-6.19110, 56.0394],[-6.192299, 56.0390],[-6.19490, 56.0387],[-6.19500, 56.0383],[-6.19450, 56.0376],[-6.19450, 56.0372],[-6.195099, 56.0367],[-6.1966, 56.0365],[-6.1984, 56.0362],[-6.1999, 56.0354],[-6.201099000000002, 56.0347],[-6.202499, 56.0337],[-6.20520, 56.0313],[-6.2055, 56.0311],[-6.206, 56.0309],[-6.20680, 56.0308],[-6.209899, 56.0306],[-6.2107, 56.0305],[-6.213099, 56.0297],[-6.214799, 56.0292],[-6.2154, 56.0289],[-6.21610, 56.0287],[-6.216801, 56.0287],[-6.217199, 56.0288],[-6.217599, 56.0296],[-6.2182, 56.0302],[-6.21840, 56.0307],[-6.218299, 56.0310],[-6.217599, 56.0314],[-6.21750, 56.0318],[-6.21750, 56.0322],[-6.2177, 56.0325],[-6.2182, 56.0327],[-6.219699, 56.0328],[-6.21990, 56.0329],[-6.219999, 56.0331],[-6.219999, 56.0334],[-6.219699, 56.0338],[-6.218901, 56.0345],[-6.217899, 56.0354],[-6.217599, 56.0358],[-6.21750, 56.0363],[-6.21740, 56.0368],[-6.21750, 56.0373],[-6.2177, 56.0375],[-6.219399000000002, 56.0379],[-6.219699, 56.0381],[-6.219699, 56.0388],[-6.219699, 56.0395],[-6.21990, 56.0398],[-6.220399, 56.0401],[-6.2206, 56.0403],[-6.221099, 56.0404],[-6.221401, 56.0404],[-6.222899, 56.0401],[-6.224599000000002, 56.0395],[-6.226601, 56.0386],[-6.2279, 56.0378],[-6.2286, 56.0371],[-6.2289, 56.0366],[-6.229, 56.0363],[-6.2289, 56.0361],[-6.2285, 56.0358],[-6.227099, 56.035],[-6.227099, 56.0348],[-6.227399, 56.0345],[-6.227799, 56.0343],[-6.2326, 56.0341],[-6.2345, 56.0341],[-6.235499, 56.0340],[-6.2375, 56.0333],[-6.238299, 56.0330],[-6.239301, 56.0327],[-6.2403, 56.0326],[-6.240799, 56.0327],[-6.2413, 56.0329],[-6.24230, 56.0342],[-6.2427, 56.0345],[-6.243999, 56.0347],[-6.24850, 56.0347],[-6.251699, 56.0346],[-6.2533, 56.0347],[-6.253701, 56.0349],[-6.25360, 56.0353],[-6.252999, 56.0358],[-6.2501, 56.0377],[-6.247799, 56.0387],[-6.2452, 56.0402],[-6.24380, 56.0412],[-6.242499, 56.0424],[-6.242099, 56.0429],[-6.242099, 56.0436],[-6.24240, 56.0442],[-6.243199, 56.0447],[-6.244699000000002, 56.0450],[-6.2468, 56.0451],[-6.24800, 56.0449],[-6.24930, 56.0447],[-6.2497, 56.0446],[-6.2507, 56.0432],[-6.2515, 56.0430],[-6.25410, 56.0425],[-6.25500, 56.0420],[-6.2567, 56.0408],[-6.25880, 56.0403],[-6.2599, 56.0400],[-6.261001, 56.0395],[-6.262199, 56.0388],[-6.2651, 56.0370],[-6.265399, 56.0369],[-6.26720, 56.0367],[-6.2684, 56.0359],[-6.269101, 56.0359],[-6.2708, 56.0358],[-6.27200, 56.0357],[-6.272999, 56.0355],[-6.274, 56.0356],[-6.27470, 56.0358],[-6.276801, 56.0357],[-6.277299, 56.0360],[-6.277999, 56.0366],[-6.278501, 56.0373],[-6.2787, 56.0379],[-6.2786, 56.0384],[-6.278399, 56.0386],[-6.277599, 56.0389],[-6.277, 56.0389],[-6.2746, 56.0390],[-6.274301, 56.0390],[-6.273701, 56.0391],[-6.2726, 56.0396],[-6.2704, 56.0400],[-6.267799, 56.0408],[-6.267499, 56.0411],[-6.267399, 56.0418],[-6.267499, 56.0431],[-6.267499, 56.0435],[-6.267499, 56.0442],[-6.2673, 56.0448],[-6.26680, 56.0451],[-6.265399, 56.0454],[-6.263901, 56.0459],[-6.26300, 56.0459],[-6.2613, 56.0458],[-6.26020, 56.0462],[-6.259501, 56.0466],[-6.25880, 56.047],[-6.257999, 56.0476],[-6.2571, 56.0478],[-6.2557, 56.0480],[-6.25500, 56.0484],[-6.2549, 56.049],[-6.2553, 56.0499],[-6.2562, 56.052],[-6.2562, 56.0526],[-6.256001, 56.0532],[-6.255799, 56.0535],[-6.255499, 56.0537],[-6.2532, 56.0542],[-6.25220, 56.0547],[-6.251601, 56.0551],[-6.251299, 56.0552],[-6.250599, 56.0553],[-6.2501, 56.0552],[-6.249, 56.0548],[-6.2486, 56.0548],[-6.2483, 56.0549],[-6.248099, 56.0551],[-6.24800, 56.0555],[-6.24790, 56.0558],[-6.24790, 56.0563],[-6.24800, 56.0567],[-6.24850, 56.057],[-6.248799, 56.0569],[-6.2507, 56.0567],[-6.252299, 56.0567],[-6.2542, 56.0568],[-6.255099000000002, 56.0565],[-6.255599, 56.0564],[-6.256401, 56.0565],[-6.257999, 56.0572],[-6.2587, 56.0574],[-6.2591, 56.0576],[-6.259301, 56.0581],[-6.25920, 56.0587],[-6.2587, 56.0592],[-6.25790, 56.0595],[-6.2566, 56.0595],[-6.256001, 56.0596],[-6.255799, 56.0596],[-6.2553, 56.0599],[-6.255099000000002, 56.0604],[-6.254799, 56.0608],[-6.254, 56.0611],[-6.251699, 56.0616],[-6.24980, 56.0625],[-6.24850, 56.0626],[-6.2468, 56.0632],[-6.246099, 56.0638],[-6.246099, 56.0643],[-6.2465, 56.0645],[-6.2483, 56.0648],[-6.253799, 56.0649],[-6.2542, 56.065],[-6.254399, 56.0652],[-6.25450, 56.0654],[-6.25450, 56.0656],[-6.254301, 56.066],[-6.2535, 56.0663],[-6.2521, 56.0664],[-6.249501, 56.0665],[-6.248799, 56.0665],[-6.2483, 56.0667],[-6.24790, 56.067],[-6.2477, 56.0673],[-6.24760, 56.0679],[-6.2477, 56.0686],[-6.24800, 56.0698],[-6.24800, 56.0702],[-6.247799, 56.0707],[-6.2473, 56.071],[-6.2464, 56.0715],[-6.24430, 56.0722],[-6.2427, 56.0727],[-6.241899, 56.0731],[-6.2417, 56.0733],[-6.241899, 56.0737],[-6.242099, 56.0738],[-6.243199, 56.0741],[-6.244999, 56.0744],[-6.247399, 56.0746],[-6.249899000000002, 56.0749],[-6.2501, 56.0751],[-6.2501, 56.0753],[-6.25, 56.0759],[-6.249599, 56.0763],[-6.249, 56.0768],[-6.2483, 56.0771],[-6.247799, 56.0774],[-6.247399, 56.079],[-6.247399, 56.0792],[-6.248099, 56.0797],[-6.2483, 56.0802],[-6.24790, 56.0812],[-6.247399, 56.0819],[-6.2459, 56.0836],[-6.2452, 56.0846],[-6.244599, 56.0852],[-6.243999, 56.0856],[-6.242899000000002, 56.0867],[-6.242099, 56.0871],[-6.240699, 56.0874],[-6.23960, 56.0877],[-6.238599000000002, 56.0883],[-6.237899, 56.0884],[-6.23670, 56.0887],[-6.236001, 56.0892],[-6.2356, 56.0896],[-6.235099, 56.0901],[-6.2346, 56.0904],[-6.2341, 56.0907],[-6.233701, 56.0910],[-6.232699, 56.0915],[-6.231801, 56.0919],[-6.23150, 56.0921],[-6.23150, 56.0923],[-6.231801, 56.0925],[-6.233901, 56.0926],[-6.234, 56.0928],[-6.233901, 56.0931],[-6.2336, 56.0935],[-6.2328, 56.0938],[-6.231699, 56.0938],[-6.23100, 56.0938],[-6.2305, 56.0940],[-6.229899, 56.0942],[-6.2294, 56.0942],[-6.227799, 56.0938],[-6.2269, 56.0940],[-6.22600, 56.0945],[-6.225599, 56.0962],[-6.225399, 56.0966],[-6.2248, 56.0970],[-6.2239, 56.0974],[-6.220099, 56.0987],[-6.218299, 56.0992],[-6.216499, 56.0998],[-6.2147, 56.1003],[-6.211299, 56.1013],[-6.2101, 56.1018],[-6.209799, 56.1023],[-6.209799, 56.1030],[-6.2108, 56.1037],[-6.211699, 56.1042],[-6.211801, 56.1045],[-6.21190, 56.1051],[-6.211801, 56.1055],[-6.211699, 56.1059],[-6.211299, 56.1062],[-6.2108, 56.1064],[-6.207699, 56.1067],[-6.207399, 56.1068],[-6.207001, 56.107],[-6.2061, 56.1077],[-6.205699, 56.108],[-6.2051, 56.1082],[-6.204, 56.1084],[-6.20300, 56.1084],[-6.2018, 56.1078],[-6.200799, 56.1081],[-6.2002, 56.1081],[-6.19960, 56.1078],[-6.198299, 56.1067],[-6.1977, 56.1066],[-6.196499, 56.1067],[-6.19490, 56.107],[-6.193999000000002, 56.1069],[-6.193299, 56.1067],[-6.192599, 56.1063],[-6.191, 56.1062],[-6.190599, 56.1059],[-6.189899, 56.1044],[-6.189199, 56.1039],[-6.188, 56.1035],[-6.18690, 56.1030],[-6.185599, 56.102],[-6.1843, 56.102],[-6.1839, 56.1022],[-6.1835, 56.1027],[-6.183199, 56.1030],[-6.1819, 56.1035],[-6.18050, 56.1042],[-6.179501, 56.1046],[-6.1787, 56.105],[-6.177499, 56.1057],[-6.176499, 56.1062],[-6.17620, 56.1065],[-6.176099, 56.1077],[-6.176099, 56.1084],[-6.17630, 56.1088],[-6.176801000000002, 56.1093],[-6.177899, 56.1101],[-6.1781, 56.1104],[-6.178299, 56.111],[-6.178501, 56.1119],[-6.178599, 56.1125],[-6.178501, 56.1129],[-6.178199, 56.1133],[-6.177999, 56.1135],[-6.176499, 56.1145],[-6.176001, 56.115],[-6.17570, 56.1156],[-6.1759, 56.116],[-6.17670, 56.1161],[-6.1781, 56.1157],[-6.1788, 56.1155],[-6.179399, 56.1155],[-6.1798, 56.1157],[-6.179699, 56.1165],[-6.179501, 56.1171],[-6.1793, 56.1175],[-6.178999, 56.1179],[-6.1784, 56.1188],[-6.1781, 56.1191],[-6.1777, 56.1195],[-6.177001, 56.1201],[-6.176499, 56.1205],[-6.176001, 56.1209],[-6.175399, 56.1211],[-6.174699, 56.1211],[-6.1742, 56.121],[-6.171899, 56.1198],[-6.171401, 56.1197],[-6.1707, 56.1198],[-6.17010, 56.1199],[-6.169199, 56.1202],[-6.167699, 56.1208],[-6.1676, 56.1213],[-6.16820, 56.1221],[-6.168399, 56.1226],[-6.16820, 56.123],[-6.16680, 56.1237],[-6.1647, 56.1242],[-6.1634, 56.1244],[-6.1627, 56.1243],[-6.1619, 56.1242],[-6.161099, 56.1241],[-6.16060, 56.1242],[-6.1599, 56.1243],[-6.1594, 56.1245],[-6.158901, 56.1247],[-6.158501000000002, 56.1253],[-6.157199, 56.1269],[-6.156801, 56.1272],[-6.156401, 56.1275],[-6.1537, 56.1284],[-6.152299000000002, 56.1288],[-6.150199, 56.1296],[-6.1495, 56.1301],[-6.14900, 56.1306],[-6.148701, 56.1311],[-6.14850, 56.1313],[-6.14850, 56.1316],[-6.14940, 56.1318],[-6.151, 56.1318],[-6.151899, 56.1319],[-6.152299000000002, 56.1321],[-6.152299000000002, 56.1325],[-6.15220, 56.1328],[-6.151801, 56.1331],[-6.1511, 56.1333],[-6.1496, 56.1336],[-6.148701, 56.1336],[-6.147699, 56.1335],[-6.147299, 56.1334],[-6.1469, 56.1331],[-6.1464, 56.132]]],[[[-5.434999, 56.551],[-5.439101, 56.5492],[-5.4436, 56.5461],[-5.446499, 56.5433],[-5.4491, 56.5423],[-5.4517, 56.5409],[-5.454, 56.5395],[-5.461299, 56.5338],[-5.4681, 56.5278],[-5.471601, 56.5254],[-5.477799, 56.5218],[-5.4832, 56.5190],[-5.484399, 56.5182],[-5.4854, 56.5173],[-5.487, 56.5155],[-5.4882, 56.5142],[-5.489399, 56.5133],[-5.4896, 56.5128],[-5.489399, 56.5116],[-5.4912, 56.5089],[-5.4942, 56.506],[-5.496099, 56.5048],[-5.499599, 56.5034],[-5.501299, 56.5019],[-5.5019, 56.5012],[-5.503099, 56.5],[-5.504799, 56.4987],[-5.507999, 56.4973],[-5.513, 56.4958],[-5.51900, 56.4939],[-5.524, 56.4925],[-5.530799, 56.49],[-5.533299, 56.4888],[-5.536601, 56.4876],[-5.537799, 56.486],[-5.541601, 56.4829],[-5.542799, 56.4815],[-5.54440, 56.4803],[-5.546899, 56.4783],[-5.5486, 56.4771],[-5.5507, 56.4766],[-5.5521, 56.4766],[-5.553501, 56.4766],[-5.556001, 56.4752],[-5.5605, 56.4731],[-5.563701, 56.4717],[-5.5666, 56.4706],[-5.5696, 56.4697],[-5.571899, 56.4688],[-5.577099, 56.4668],[-5.584101, 56.4639],[-5.5879, 56.4630],[-5.59060, 56.4625],[-5.593299, 56.4621],[-5.5956, 56.4620],[-5.596099, 56.4624],[-5.5962, 56.4631],[-5.5953, 56.4640],[-5.592899, 56.4655],[-5.5875, 56.4686],[-5.584899, 56.4702],[-5.579899, 56.4736],[-5.5756, 56.4756],[-5.5741, 56.4775],[-5.5738, 56.4785],[-5.573599, 56.4798],[-5.574399, 56.4837],[-5.5746, 56.4851],[-5.5742, 56.4865],[-5.5731, 56.4885],[-5.5724, 56.4908],[-5.5712, 56.494],[-5.570899, 56.4957],[-5.5707, 56.4975],[-5.57, 56.499],[-5.56870, 56.4996],[-5.5682, 56.4988],[-5.568099, 56.498],[-5.567699, 56.4972],[-5.567699, 56.4962],[-5.567599, 56.496],[-5.5671, 56.496],[-5.566401, 56.4961],[-5.565499, 56.4968],[-5.563399, 56.4981],[-5.5622, 56.4986],[-5.559999, 56.4989],[-5.5585, 56.4993],[-5.557499, 56.5004],[-5.556499, 56.5009],[-5.555399, 56.5013],[-5.553599, 56.5018],[-5.5512, 56.5021],[-5.5492, 56.5025],[-5.546299, 56.5035],[-5.543399, 56.5041],[-5.539101, 56.5047],[-5.53560, 56.5067],[-5.533299, 56.5075],[-5.52950, 56.5093],[-5.5278, 56.5105],[-5.5272, 56.5113],[-5.526899, 56.5124],[-5.526801, 56.5139],[-5.52600, 56.5144],[-5.5226, 56.5156],[-5.5219, 56.5157],[-5.5215, 56.5156],[-5.5215, 56.5151],[-5.521801, 56.5145],[-5.5229, 56.5134],[-5.5229, 56.5130],[-5.522399, 56.5126],[-5.521201, 56.5130],[-5.52, 56.5139],[-5.51900, 56.5143],[-5.5172, 56.5151],[-5.517099, 56.5154],[-5.518, 56.5159],[-5.5184, 56.5163],[-5.518199, 56.5168],[-5.517001, 56.5178],[-5.5137, 56.5197],[-5.5102, 56.5220],[-5.503799, 56.5256],[-5.501201, 56.5273],[-5.4972, 56.5301],[-5.495399, 56.5318],[-5.489501, 56.5359],[-5.4884, 56.5364],[-5.488501, 56.5367],[-5.4903, 56.5369],[-5.4903, 56.5373],[-5.4896, 56.5379],[-5.487199, 56.5391],[-5.4819, 56.5417],[-5.4795, 56.5435],[-5.4789, 56.545],[-5.4783, 56.5463],[-5.476601, 56.5474],[-5.474999, 56.548],[-5.473, 56.5482],[-5.471401, 56.5478],[-5.470399, 56.5479],[-5.4688, 56.5487],[-5.467299, 56.5499],[-5.4663, 56.5513],[-5.4654, 56.5521],[-5.464799, 56.5527],[-5.465199, 56.5535],[-5.468501, 56.554],[-5.4696, 56.5543],[-5.4699, 56.5549],[-5.469301, 56.5558],[-5.4692, 56.5565],[-5.47020, 56.5569],[-5.471001, 56.557],[-5.4709, 56.5573],[-5.469699, 56.5581],[-5.4687, 56.5584],[-5.4678, 56.5583],[-5.4662, 56.5579],[-5.4649, 56.5579],[-5.464, 56.5581],[-5.463099, 56.5584],[-5.46250, 56.5586],[-5.4621, 56.5585],[-5.4621, 56.5582],[-5.462299, 56.5576],[-5.4621, 56.5572],[-5.461201, 56.5563],[-5.460899, 56.5558],[-5.460599, 56.5542],[-5.4601, 56.5529],[-5.459199, 56.5523],[-5.4582, 56.5519],[-5.4568, 56.5521],[-5.4548, 56.5527],[-5.453501, 56.5533],[-5.452899, 56.5533],[-5.452799, 56.553],[-5.453, 56.5524],[-5.453701, 56.5516],[-5.453599, 56.551],[-5.4526, 56.5508],[-5.4505, 56.5517],[-5.446899, 56.5527],[-5.446001, 56.5533],[-5.445099, 56.5538],[-5.4428, 56.5553],[-5.438799, 56.5573],[-5.435599, 56.559],[-5.434, 56.5599],[-5.4317, 56.5607],[-5.428901, 56.5621],[-5.4281, 56.5625],[-5.426899, 56.5623],[-5.426801, 56.5622],[-5.4262, 56.5616],[-5.425799, 56.5609],[-5.4267, 56.5596],[-5.430699, 56.5562],[-5.431499, 56.555],[-5.4323, 56.5535],[-5.4333, 56.5523],[-5.434999, 56.551]]],[[[-6.227001, 56.5008],[-6.2233, 56.5004],[-6.2219, 56.5006],[-6.2192, 56.5],[-6.216899, 56.4988],[-6.214799, 56.4978],[-6.211401, 56.4971],[-6.207699, 56.4957],[-6.2055, 56.495],[-6.202499, 56.4931],[-6.199501, 56.4935],[-6.19880, 56.4933],[-6.197299, 56.4922],[-6.19500, 56.491],[-6.193299, 56.489],[-6.1922, 56.4873],[-6.19, 56.4857],[-6.1882, 56.4856],[-6.18510, 56.486],[-6.184199, 56.4854],[-6.182899, 56.4852],[-6.18140, 56.4853],[-6.17990, 56.485],[-6.178999, 56.4839],[-6.1778, 56.4829],[-6.176899, 56.4829],[-6.175799, 56.4829],[-6.175, 56.4833],[-6.177001, 56.4859],[-6.17710, 56.4865],[-6.17530, 56.4869],[-6.1749, 56.4875],[-6.174699, 56.4886],[-6.173999, 56.4889],[-6.1717, 56.4886],[-6.169, 56.4878],[-6.166699, 56.4867],[-6.1655, 56.4855],[-6.165299, 56.4841],[-6.16400, 56.4825],[-6.163099, 56.481],[-6.1623, 56.4796],[-6.161699, 56.48],[-6.16060, 56.4806],[-6.157899, 56.4801],[-6.156801, 56.48],[-6.1573, 56.4808],[-6.158999, 56.4818],[-6.159101, 56.4825],[-6.158501000000002, 56.4833],[-6.1563, 56.4836],[-6.154399, 56.4834],[-6.153399, 56.4831],[-6.1521, 56.482],[-6.15220, 56.4815],[-6.153299, 56.4805],[-6.1538, 56.4796],[-6.1538, 56.4793],[-6.1537, 56.4791],[-6.153501, 56.4789],[-6.152299000000002, 56.479],[-6.1515, 56.4788],[-6.151401000000002, 56.4786],[-6.151401000000002, 56.4781],[-6.1521, 56.4776],[-6.152299000000002, 56.4774],[-6.152299000000002, 56.4773],[-6.15220, 56.4772],[-6.1511, 56.4769],[-6.150599, 56.4768],[-6.1495, 56.4764],[-6.14850, 56.4766],[-6.146699, 56.4773],[-6.145199, 56.4779],[-6.1436, 56.4771],[-6.142499, 56.4754],[-6.141699, 56.4731],[-6.1422, 56.4721],[-6.1436, 56.4715],[-6.1451, 56.4716],[-6.147, 56.4713],[-6.1486, 56.4712],[-6.1515, 56.4705],[-6.152999, 56.4704],[-6.1537, 56.4693],[-6.1537, 56.4688],[-6.1537, 56.4678],[-6.154301, 56.4679],[-6.156001, 56.4680],[-6.1567, 56.4678],[-6.157001, 56.4671],[-6.1577, 56.4657],[-6.15840, 56.4650],[-6.1592, 56.4645],[-6.162799, 56.4648],[-6.1652, 56.4649],[-6.1675, 56.4649],[-6.171201, 56.4650],[-6.172299, 56.4651],[-6.173399, 56.4653],[-6.1742, 56.4656],[-6.175099, 56.4662],[-6.176099, 56.4664],[-6.1774, 56.4663],[-6.179101, 56.4660],[-6.1806, 56.4656],[-6.181499, 56.4657],[-6.18310, 56.4658],[-6.1852, 56.4666],[-6.187399, 56.4670],[-6.1897, 56.4665],[-6.19170, 56.4660],[-6.192699, 56.4658],[-6.1941, 56.4655],[-6.196001, 56.4653],[-6.197299, 56.4652],[-6.198299, 56.4646],[-6.1984, 56.4642],[-6.1977, 56.4640],[-6.195199, 56.4640],[-6.19460, 56.4638],[-6.1942, 56.4636],[-6.19360, 56.4630],[-6.193099, 56.4622],[-6.192999, 56.4614],[-6.1932, 56.4612],[-6.193399, 56.4612],[-6.1956, 56.4614],[-6.196899, 56.4615],[-6.1977, 56.4615],[-6.199501, 56.4612],[-6.2017, 56.4609],[-6.2031, 56.4607],[-6.204199, 56.4607],[-6.204599, 56.4609],[-6.20480, 56.4611],[-6.20480, 56.4614],[-6.2047, 56.4617],[-6.20390, 56.4622],[-6.201499, 56.4632],[-6.201099000000002, 56.4637],[-6.201001, 56.4642],[-6.2013, 56.4647],[-6.2019, 56.4648],[-6.20340, 56.4644],[-6.2069, 56.4631],[-6.208701, 56.4627],[-6.208799, 56.4630],[-6.208399, 56.4639],[-6.208399, 56.4649],[-6.2086, 56.4657],[-6.2082, 56.4669],[-6.208, 56.4682],[-6.2069, 56.4691],[-6.20680, 56.4696],[-6.20720, 56.4704],[-6.2073, 56.4713],[-6.20750, 56.4716],[-6.2079, 56.4720],[-6.2083, 56.4722],[-6.208799, 56.4723],[-6.20950, 56.4722],[-6.210299, 56.4715],[-6.2107, 56.4714],[-6.211299, 56.4714],[-6.212, 56.4717],[-6.213099, 56.4716],[-6.213399, 56.4717],[-6.213799, 56.4721],[-6.2141, 56.4722],[-6.21460, 56.4721],[-6.2154, 56.4718],[-6.217199, 56.4709],[-6.217599, 56.47],[-6.217999, 56.4698],[-6.218599, 56.4701],[-6.220099, 56.4717],[-6.220799, 56.4719],[-6.222799, 56.4717],[-6.2239, 56.4716],[-6.2244, 56.4713],[-6.224599000000002, 56.471],[-6.224599000000002, 56.4704],[-6.2244, 56.4689],[-6.224501, 56.4686],[-6.224999, 56.4682],[-6.22600, 56.4680],[-6.227001, 56.4679],[-6.2279, 56.4681],[-6.2295, 56.4689],[-6.2305, 56.4692],[-6.231601, 56.4693],[-6.232699, 56.4693],[-6.2345, 56.4691],[-6.235899, 56.4691],[-6.237299, 56.4677],[-6.23810, 56.4670],[-6.239699, 56.4666],[-6.2417, 56.4664],[-6.24240, 56.4665],[-6.2427, 56.4669],[-6.2427, 56.4673],[-6.242199, 56.4674],[-6.242001000000002, 56.4678],[-6.24230, 56.4691],[-6.242499, 56.4694],[-6.243599, 56.4691],[-6.244101, 56.4691],[-6.24430, 56.4696],[-6.244501, 56.4699],[-6.245699, 56.47],[-6.247399, 56.4702],[-6.24760, 56.4707],[-6.2472, 56.4714],[-6.243999, 56.4721],[-6.243999, 56.4726],[-6.244599, 56.4731],[-6.2535, 56.4745],[-6.2586, 56.4750],[-6.26170, 56.4758],[-6.263501, 56.4773],[-6.2642, 56.4777],[-6.2652, 56.4782],[-6.2673, 56.4777],[-6.268199000000002, 56.4785],[-6.2684, 56.4789],[-6.2683, 56.4792],[-6.268, 56.4794],[-6.267099, 56.4795],[-6.265299, 56.48],[-6.263501, 56.4819],[-6.2609, 56.4846],[-6.2574, 56.4886],[-6.255499, 56.4907],[-6.25460, 56.4915],[-6.2515, 56.4928],[-6.24940, 56.4938],[-6.249101, 56.4952],[-6.2477, 56.4975],[-6.245399, 56.498],[-6.243999, 56.4979],[-6.242001000000002, 56.4972],[-6.236499, 56.4946],[-6.2333, 56.4943],[-6.231699, 56.495],[-6.2298, 56.4957],[-6.2294, 56.4971],[-6.23010, 56.4993],[-6.229199, 56.5006],[-6.227001, 56.5008]]],[[[-5.6814, 56.1977],[-5.680399, 56.1951],[-5.6793, 56.1946],[-5.677499, 56.1938],[-5.674301, 56.1929],[-5.673501, 56.1925],[-5.673501, 56.1923],[-5.67450, 56.1914],[-5.6766, 56.1888],[-5.677999, 56.1875],[-5.6781, 56.187],[-5.677599, 56.1854],[-5.6752, 56.1814],[-5.6729, 56.1788],[-5.670499, 56.1767],[-5.67, 56.1754],[-5.669799, 56.1743],[-5.6691, 56.1737],[-5.668799, 56.1732],[-5.668799, 56.1723],[-5.668799, 56.1715],[-5.668701, 56.1709],[-5.670199, 56.1698],[-5.6708, 56.1689],[-5.671899, 56.1686],[-5.6746, 56.1687],[-5.6757, 56.1683],[-5.677001, 56.1678],[-5.67870, 56.1679],[-5.6793, 56.1685],[-5.679999, 56.1698],[-5.680699, 56.1700],[-5.6827, 56.1696],[-5.6855, 56.1678],[-5.68760, 56.1657],[-5.6894, 56.1641],[-5.691899, 56.1633],[-5.6929, 56.1626],[-5.694399, 56.1613],[-5.697299, 56.1602],[-5.700799000000002, 56.16],[-5.702799, 56.1606],[-5.7044, 56.1612],[-5.705299, 56.1612],[-5.70650, 56.1609],[-5.709101, 56.1601],[-5.7104, 56.1604],[-5.7132, 56.1606],[-5.7145, 56.1604],[-5.71620, 56.16],[-5.7184, 56.1598],[-5.719699, 56.1596],[-5.721601, 56.1598],[-5.723501, 56.1605],[-5.724501, 56.1608],[-5.7258, 56.1605],[-5.7273, 56.1597],[-5.7293, 56.1597],[-5.730899, 56.1606],[-5.733399, 56.1605],[-5.734799, 56.1606],[-5.735899, 56.1610],[-5.737199, 56.1604],[-5.738901, 56.1611],[-5.740099, 56.1612],[-5.742599, 56.1615],[-5.74390, 56.1621],[-5.74440, 56.1633],[-5.7451, 56.1639],[-5.74630, 56.1643],[-5.7465, 56.1647],[-5.74640, 56.1653],[-5.746099, 56.1664],[-5.746601, 56.1672],[-5.74770, 56.1681],[-5.748701, 56.169],[-5.7494, 56.1694],[-5.749899, 56.1696],[-5.7498, 56.1700],[-5.749899, 56.1712],[-5.749899, 56.1718],[-5.7498, 56.1723],[-5.748199, 56.1727],[-5.747001, 56.1734],[-5.746201, 56.1744],[-5.746099, 56.1752],[-5.7459, 56.1762],[-5.7455, 56.177],[-5.7424, 56.1782],[-5.741899, 56.1791],[-5.740799, 56.1796],[-5.739399, 56.1795],[-5.73880, 56.1787],[-5.738299, 56.1781],[-5.736401, 56.1784],[-5.734, 56.1798],[-5.73220, 56.181],[-5.731201, 56.1816],[-5.73080, 56.182],[-5.730599, 56.1833],[-5.7305, 56.1849],[-5.730299, 56.1856],[-5.728701, 56.1882],[-5.7283, 56.1888],[-5.727099, 56.1899],[-5.726201, 56.1904],[-5.721601, 56.1916],[-5.717199, 56.1931],[-5.7145, 56.1937],[-5.71110, 56.1939],[-5.7089, 56.194],[-5.7075, 56.1949],[-5.705299, 56.1954],[-5.704101, 56.1953],[-5.7026, 56.1958],[-5.700799000000002, 56.1972],[-5.69990, 56.1976],[-5.698901, 56.1975],[-5.6967, 56.1971],[-5.69570, 56.1974],[-5.694301, 56.1978],[-5.693299, 56.1978],[-5.6921, 56.1979],[-5.690899, 56.1984],[-5.68960, 56.1995],[-5.68800, 56.2013],[-5.687399, 56.2013],[-5.684, 56.2],[-5.6814, 56.1977]]],[[[-5.633399, 56.2675],[-5.63310, 56.2673],[-5.6328, 56.2673],[-5.6312, 56.2676],[-5.630599, 56.2674],[-5.630199, 56.267],[-5.6283, 56.2642],[-5.6282, 56.2636],[-5.62850, 56.2629],[-5.631001, 56.2605],[-5.631001, 56.2601],[-5.63040, 56.2592],[-5.630199, 56.2587],[-5.63040, 56.2578],[-5.630799, 56.2567],[-5.630899, 56.256],[-5.630599, 56.2556],[-5.630099, 56.2553],[-5.628399, 56.2553],[-5.62710, 56.2547],[-5.6258, 56.2537],[-5.623199, 56.2523],[-5.6218, 56.2511],[-5.6213, 56.2488],[-5.6209, 56.2484],[-5.6199, 56.2483],[-5.617499, 56.2492],[-5.6167, 56.2492],[-5.616001, 56.249],[-5.6159, 56.2483],[-5.6162, 56.247],[-5.6162, 56.2463],[-5.615799, 56.2448],[-5.616001, 56.2432],[-5.6159, 56.2416],[-5.6184, 56.239],[-5.6192, 56.2378],[-5.619501, 56.2369],[-5.6209, 56.2343],[-5.6222, 56.2325],[-5.623799, 56.2310],[-5.6244, 56.2298],[-5.6248, 56.226],[-5.62710, 56.2236],[-5.631499, 56.2204],[-5.632, 56.2198],[-5.632, 56.2195],[-5.631401, 56.2192],[-5.6291, 56.2188],[-5.6282, 56.2184],[-5.6278, 56.2176],[-5.6282, 56.2140],[-5.630499, 56.2100],[-5.630799, 56.2096],[-5.630799, 56.2093],[-5.629399, 56.209],[-5.628901, 56.2085],[-5.6286, 56.2074],[-5.6282, 56.2062],[-5.6283, 56.2057],[-5.629399, 56.2057],[-5.6303, 56.2065],[-5.631299, 56.2074],[-5.632299, 56.2075],[-5.63320, 56.207],[-5.633399, 56.2064],[-5.63320, 56.2052],[-5.632299, 56.2043],[-5.631299, 56.2036],[-5.6297, 56.2036],[-5.629, 56.2035],[-5.628099, 56.2028],[-5.627399, 56.2014],[-5.627299, 56.1982],[-5.628399, 56.1953],[-5.62950, 56.1935],[-5.6311, 56.1932],[-5.6312, 56.1929],[-5.6312, 56.1927],[-5.62990, 56.1921],[-5.628901, 56.1913],[-5.629, 56.1911],[-5.629399, 56.1902],[-5.6303, 56.1898],[-5.631801, 56.19],[-5.632599, 56.1909],[-5.6338, 56.1914],[-5.637499, 56.1912],[-5.640699, 56.1919],[-5.642099, 56.1932],[-5.6434, 56.1948],[-5.6464, 56.1965],[-5.647099, 56.1972],[-5.6479, 56.1982],[-5.64820, 56.1994],[-5.648099, 56.2007],[-5.6476, 56.2018],[-5.646801, 56.2034],[-5.6469, 56.204],[-5.647799, 56.2047],[-5.6486, 56.2050],[-5.64910, 56.2054],[-5.64910, 56.2062],[-5.648099, 56.2077],[-5.648099, 56.2095],[-5.6486, 56.2098],[-5.65, 56.2102],[-5.65150, 56.2101],[-5.65240, 56.2104],[-5.653901, 56.2115],[-5.65620, 56.2133],[-5.656899, 56.2142],[-5.656401, 56.2150],[-5.6556, 56.2153],[-5.6545, 56.2154],[-5.6536, 56.2160],[-5.653501, 56.2167],[-5.6537, 56.2173],[-5.6545, 56.2178],[-5.65530, 56.2181],[-5.658, 56.2181],[-5.659699, 56.2184],[-5.661699, 56.2187],[-5.663099, 56.2193],[-5.663199, 56.2198],[-5.663099, 56.2205],[-5.661601, 56.2215],[-5.661201, 56.2229],[-5.660299, 56.2237],[-5.6592, 56.2251],[-5.658901, 56.226],[-5.659101, 56.2280],[-5.659101, 56.2315],[-5.6592, 56.2321],[-5.658999, 56.2328],[-5.658299, 56.2338],[-5.6573, 56.2346],[-5.656801, 56.2365],[-5.656401, 56.2374],[-5.655799, 56.2376],[-5.6549, 56.2378],[-5.6542, 56.2387],[-5.6532, 56.2396],[-5.652299, 56.2398],[-5.651801, 56.2405],[-5.651801, 56.242],[-5.651401, 56.2439],[-5.650499, 56.2448],[-5.6496, 56.2463],[-5.649301, 56.2475],[-5.649301, 56.248],[-5.650599, 56.2491],[-5.65150, 56.2502],[-5.651899, 56.2517],[-5.652599, 56.2524],[-5.652999000000002, 56.2531],[-5.6528, 56.2539],[-5.652299, 56.2562],[-5.651299, 56.2576],[-5.650599, 56.2586],[-5.648901, 56.2613],[-5.6469, 56.2641],[-5.646801, 56.2647],[-5.646801, 56.2652],[-5.6464, 56.2656],[-5.6458, 56.2658],[-5.643701, 56.2662],[-5.6429, 56.2664],[-5.6414, 56.2668],[-5.6406, 56.267],[-5.640299, 56.2671],[-5.64020, 56.2673],[-5.639599, 56.2687],[-5.638599, 56.2696],[-5.636899, 56.2709],[-5.6362, 56.2711],[-5.6353, 56.2708],[-5.634501, 56.2699],[-5.63370, 56.2689],[-5.633399, 56.2675]]],[[[-5.5804, 56.3227],[-5.58100, 56.3204],[-5.5818, 56.3175],[-5.583399, 56.3153],[-5.58350, 56.3146],[-5.583799, 56.3137],[-5.584799, 56.3122],[-5.585, 56.3112],[-5.585199, 56.311],[-5.5857, 56.3109],[-5.5857, 56.3103],[-5.5857, 56.3097],[-5.58610, 56.3091],[-5.588399, 56.3064],[-5.588799, 56.3057],[-5.588799, 56.3052],[-5.5885, 56.3046],[-5.588399, 56.3038],[-5.587999, 56.3024],[-5.5883, 56.3017],[-5.5891, 56.3012],[-5.5904, 56.301],[-5.592199, 56.3007],[-5.593299, 56.3003],[-5.5952, 56.2995],[-5.595799, 56.2994],[-5.596601, 56.2995],[-5.597899, 56.3006],[-5.599101, 56.3007],[-5.599501, 56.3005],[-5.600599, 56.2999],[-5.603701, 56.2975],[-5.604101, 56.2969],[-5.604899, 56.2962],[-5.606299, 56.2951],[-5.6065, 56.2949],[-5.6065, 56.2943],[-5.606801, 56.2939],[-5.607399, 56.2936],[-5.607699, 56.2933],[-5.6076, 56.2929],[-5.6072, 56.2926],[-5.6066, 56.2924],[-5.606299, 56.2922],[-5.606299, 56.2917],[-5.606, 56.2915],[-5.603799, 56.2915],[-5.6023, 56.2915],[-5.599199, 56.291],[-5.598199, 56.2905],[-5.597899, 56.2901],[-5.598, 56.2898],[-5.598501, 56.2891],[-5.60020, 56.2878],[-5.600399, 56.2873],[-5.600299, 56.2869],[-5.599501, 56.2863],[-5.597899, 56.2828],[-5.5974, 56.2811],[-5.5976, 56.2803],[-5.597899, 56.2797],[-5.598701, 56.2792],[-5.599899, 56.2788],[-5.6005, 56.2787],[-5.6009, 56.2787],[-5.6015, 56.2790],[-5.602399, 56.2797],[-5.603, 56.2801],[-5.603799, 56.2799],[-5.604199, 56.2793],[-5.604199, 56.2787],[-5.6045, 56.2782],[-5.6051, 56.2782],[-5.605599, 56.2787],[-5.606201, 56.2795],[-5.606801, 56.2800],[-5.607, 56.2800],[-5.6075, 56.2798],[-5.607999, 56.2789],[-5.6082, 56.2784],[-5.6086, 56.2782],[-5.611401, 56.2779],[-5.611899, 56.2776],[-5.612, 56.2773],[-5.6117, 56.2769],[-5.610799, 56.2769],[-5.610199, 56.2769],[-5.61, 56.2767],[-5.61, 56.2765],[-5.6107, 56.2746],[-5.6106, 56.2732],[-5.610799, 56.2725],[-5.612199, 56.2718],[-5.6137, 56.2711],[-5.6149, 56.2698],[-5.615699, 56.2694],[-5.617199, 56.2691],[-5.618199, 56.2687],[-5.618599, 56.2682],[-5.6192, 56.2673],[-5.620299, 56.2666],[-5.6215, 56.2660],[-5.622001, 56.2659],[-5.623, 56.2662],[-5.6244, 56.2668],[-5.625899, 56.2671],[-5.626801000000002, 56.268],[-5.62710, 56.2688],[-5.6275, 56.2695],[-5.6279, 56.2698],[-5.629301, 56.2699],[-5.6303, 56.2704],[-5.631001, 56.2713],[-5.631499, 56.2720],[-5.632299, 56.2741],[-5.632199, 56.2755],[-5.632599, 56.2757],[-5.6336, 56.2763],[-5.63370, 56.2766],[-5.632999, 56.2768],[-5.631499, 56.2768],[-5.6312, 56.2769],[-5.6311, 56.2770],[-5.631299, 56.2774],[-5.632599, 56.2782],[-5.632999, 56.2786],[-5.6336, 56.2808],[-5.63460, 56.2821],[-5.634699000000002, 56.2826],[-5.633901, 56.2838],[-5.633901, 56.2844],[-5.633999, 56.2852],[-5.633999, 56.2859],[-5.6338, 56.2869],[-5.6324, 56.2883],[-5.630899, 56.2896],[-5.630799, 56.2901],[-5.630899, 56.2906],[-5.631401, 56.2914],[-5.632299, 56.2918],[-5.634501, 56.2924],[-5.6373, 56.2933],[-5.63880, 56.2938],[-5.639101, 56.2944],[-5.639501, 56.2952],[-5.63980, 56.2957],[-5.6409, 56.2962],[-5.642399, 56.2962],[-5.643099, 56.2961],[-5.6433, 56.2955],[-5.643199, 56.2951],[-5.64260, 56.2948],[-5.6419, 56.2944],[-5.6419, 56.2941],[-5.6427, 56.2939],[-5.64550, 56.2935],[-5.6469, 56.2935],[-5.647099, 56.2937],[-5.647099, 56.2941],[-5.64720, 56.2946],[-5.6476, 56.2947],[-5.648099, 56.2951],[-5.6483, 56.2955],[-5.649, 56.296],[-5.650199, 56.2965],[-5.651401, 56.2976],[-5.651801, 56.2983],[-5.6517, 56.2986],[-5.6511, 56.2989],[-5.648399, 56.2991],[-5.6469, 56.2993],[-5.646, 56.2998],[-5.645199, 56.3005],[-5.6451, 56.301],[-5.645199, 56.3016],[-5.6457, 56.3022],[-5.6458, 56.3026],[-5.64550, 56.3031],[-5.64360, 56.3048],[-5.64260, 56.3064],[-5.642399, 56.3071],[-5.642001, 56.3078],[-5.638, 56.3111],[-5.6371, 56.3121],[-5.636099, 56.3129],[-5.631801, 56.3152],[-5.62850, 56.3166],[-5.627299, 56.3171],[-5.6254, 56.3177],[-5.621201, 56.3193],[-5.619501, 56.3197],[-5.618299, 56.3205],[-5.6174, 56.322],[-5.6167, 56.3229],[-5.6163, 56.3231],[-5.615699, 56.323],[-5.6153, 56.3229],[-5.6152, 56.3226],[-5.615399, 56.3215],[-5.615399, 56.3206],[-5.614699, 56.3201],[-5.61240, 56.3198],[-5.6111, 56.3197],[-5.6107, 56.3197],[-5.6103, 56.3196],[-5.61, 56.3193],[-5.609799, 56.3189],[-5.6086, 56.3168],[-5.607999, 56.3163],[-5.606801, 56.3165],[-5.6058, 56.3171],[-5.602799, 56.3187],[-5.602001, 56.3189],[-5.6014, 56.3189],[-5.601, 56.3189],[-5.600599, 56.3185],[-5.600699, 56.3182],[-5.6023, 56.3169],[-5.6034, 56.3161],[-5.6039, 56.3154],[-5.6043, 56.315],[-5.6069, 56.3146],[-5.608701, 56.3143],[-5.6107, 56.3132],[-5.6116, 56.3125],[-5.611801, 56.312],[-5.611499, 56.3116],[-5.610899, 56.3116],[-5.6103, 56.312],[-5.609, 56.3132],[-5.608399, 56.3135],[-5.60790, 56.3136],[-5.607699, 56.3134],[-5.60790, 56.3131],[-5.609301, 56.312],[-5.609399, 56.3116],[-5.6092, 56.3113],[-5.6086, 56.3111],[-5.607, 56.3112],[-5.6055, 56.3115],[-5.60440, 56.312],[-5.6029, 56.3137],[-5.602001, 56.3141],[-5.601, 56.3148],[-5.600399, 56.3153],[-5.599699, 56.3153],[-5.599599, 56.3151],[-5.599599, 56.3146],[-5.599899, 56.3139],[-5.600299, 56.3134],[-5.600399, 56.313],[-5.60020, 56.3126],[-5.599599, 56.3126],[-5.5989, 56.3128],[-5.5984, 56.3133],[-5.598, 56.3139],[-5.5974, 56.315],[-5.597099, 56.3159],[-5.596499, 56.3164],[-5.595699, 56.3169],[-5.594999, 56.3176],[-5.59410, 56.3184],[-5.5938, 56.3193],[-5.5934, 56.32],[-5.59310, 56.3206],[-5.5928, 56.3209],[-5.5924, 56.321],[-5.591899, 56.321],[-5.5913, 56.3207],[-5.590099, 56.3206],[-5.5892, 56.3207],[-5.588901, 56.3208],[-5.588099, 56.3212],[-5.58700, 56.3223],[-5.58610, 56.3231],[-5.584101, 56.3243],[-5.582399, 56.3251],[-5.5814, 56.3261],[-5.580699, 56.3269],[-5.580299, 56.3271],[-5.5798, 56.3271],[-5.5794, 56.3269],[-5.5798, 56.325],[-5.5801, 56.3236],[-5.5804, 56.3227]]],[[[-5.718501, 55.7254],[-5.716499, 55.7247],[-5.7156, 55.7247],[-5.713399, 55.7250],[-5.711699, 55.7250],[-5.710499, 55.7245],[-5.710499, 55.7243],[-5.711299, 55.7237],[-5.711299, 55.7234],[-5.7108, 55.7229],[-5.7108, 55.7224],[-5.71110, 55.7222],[-5.712399, 55.7215],[-5.71260, 55.7211],[-5.7129, 55.7197],[-5.7135, 55.719],[-5.7147, 55.7185],[-5.71820, 55.7171],[-5.7202, 55.716],[-5.721499, 55.7157],[-5.722001, 55.7155],[-5.72230, 55.7153],[-5.724, 55.7139],[-5.7269, 55.713],[-5.7286, 55.7118],[-5.7293, 55.7109],[-5.729599, 55.7097],[-5.730299, 55.7081],[-5.730599, 55.7071],[-5.730599, 55.7061],[-5.730199, 55.7059],[-5.72840, 55.706],[-5.7272, 55.706],[-5.7268, 55.7054],[-5.726201, 55.7054],[-5.72520, 55.7046],[-5.724899, 55.7038],[-5.724899, 55.7032],[-5.725699, 55.702],[-5.725699, 55.7011],[-5.725399, 55.701],[-5.72480, 55.701],[-5.724101, 55.7012],[-5.72330, 55.7012],[-5.722799, 55.7009],[-5.72190, 55.7007],[-5.7217, 55.7003],[-5.7218, 55.7],[-5.722799, 55.6996],[-5.72390, 55.6989],[-5.72480, 55.6983],[-5.72650, 55.6987],[-5.7272, 55.6986],[-5.7276, 55.6984],[-5.727799, 55.698],[-5.728099, 55.6968],[-5.728701, 55.6961],[-5.7295, 55.6951],[-5.7298, 55.6943],[-5.7297, 55.694],[-5.72840, 55.6935],[-5.72840, 55.6924],[-5.7279, 55.6916],[-5.7279, 55.6911],[-5.72850, 55.6904],[-5.73040, 55.6888],[-5.7325, 55.6862],[-5.7325, 55.6855],[-5.732399, 55.6848],[-5.732, 55.6839],[-5.7316, 55.6835],[-5.73080, 55.6834],[-5.727499, 55.6846],[-5.726601, 55.6846],[-5.7255, 55.6842],[-5.724999, 55.6839],[-5.724501, 55.6834],[-5.72330, 55.6822],[-5.7231, 55.6818],[-5.723199, 55.6816],[-5.72480, 55.6820],[-5.726, 55.6820],[-5.728199, 55.6812],[-5.7314, 55.6806],[-5.73190, 55.6796],[-5.73220, 55.6795],[-5.733901, 55.6793],[-5.73420, 55.6789],[-5.734399, 55.6776],[-5.734301, 55.6766],[-5.735099, 55.6760],[-5.7354, 55.6753],[-5.7363, 55.6739],[-5.7362, 55.6733],[-5.735799, 55.6731],[-5.735099, 55.6724],[-5.735099, 55.6715],[-5.7357, 55.6705],[-5.736001, 55.6695],[-5.735899, 55.6691],[-5.735499, 55.6689],[-5.7349, 55.6689],[-5.7333, 55.6696],[-5.7321, 55.6700],[-5.730899, 55.6701],[-5.7301, 55.6696],[-5.729199, 55.6693],[-5.728099, 55.6689],[-5.727799, 55.6684],[-5.7277, 55.6677],[-5.7279, 55.6670],[-5.728701, 55.6659],[-5.7293, 55.6653],[-5.7293, 55.6646],[-5.7286, 55.6639],[-5.728799, 55.6636],[-5.730599, 55.6627],[-5.7314, 55.6622],[-5.731699, 55.6614],[-5.73220, 55.6608],[-5.733399, 55.6601],[-5.734301, 55.6596],[-5.7356, 55.6596],[-5.737999, 55.6601],[-5.739301, 55.6601],[-5.74120, 55.6592],[-5.74310, 55.6581],[-5.744599, 55.6574],[-5.744999, 55.6568],[-5.745699, 55.6555],[-5.746601, 55.6549],[-5.7479, 55.6544],[-5.750599000000002, 55.6541],[-5.751201, 55.654],[-5.7541, 55.6511],[-5.75470, 55.6504],[-5.755099, 55.649],[-5.7554, 55.6486],[-5.75670, 55.648],[-5.76, 55.6473],[-5.76280, 55.6469],[-5.7638, 55.6474],[-5.7638, 55.6479],[-5.76370, 55.6489],[-5.762599, 55.6501],[-5.760799, 55.6512],[-5.760499, 55.6518],[-5.760499, 55.6522],[-5.760499, 55.6523],[-5.76090, 55.6532],[-5.76310, 55.6537],[-5.766201, 55.6538],[-5.7668, 55.6543],[-5.76690, 55.6547],[-5.76690, 55.6553],[-5.766099, 55.6566],[-5.7649, 55.6581],[-5.7648, 55.6585],[-5.7648, 55.6588],[-5.764999, 55.6595],[-5.7643, 55.6604],[-5.7623, 55.6616],[-5.760099, 55.6624],[-5.7592, 55.6633],[-5.7581, 55.6644],[-5.757599, 55.6652],[-5.7574, 55.6661],[-5.7574, 55.6668],[-5.7581, 55.6691],[-5.758399, 55.6696],[-5.759399, 55.6699],[-5.759699, 55.6699],[-5.761099, 55.6685],[-5.7617, 55.6684],[-5.762001, 55.6686],[-5.7623, 55.6700],[-5.763501, 55.6709],[-5.7644, 55.6711],[-5.765299, 55.6710],[-5.7658, 55.6704],[-5.7663, 55.6695],[-5.7676, 55.6691],[-5.76830, 55.6688],[-5.76890, 55.6688],[-5.76930, 55.6692],[-5.7697, 55.6702],[-5.77, 55.6727],[-5.77080, 55.6734],[-5.771299, 55.6734],[-5.772099, 55.6728],[-5.77260, 55.6727],[-5.7729, 55.6728],[-5.7733, 55.6732],[-5.77360, 55.6748],[-5.77350, 55.6759],[-5.772999, 55.6776],[-5.772099, 55.6794],[-5.77080, 55.6804],[-5.76930, 55.6807],[-5.768, 55.6808],[-5.767001, 55.6815],[-5.765699, 55.6822],[-5.765399, 55.6827],[-5.7652, 55.6836],[-5.76280, 55.687],[-5.762001, 55.6881],[-5.76130, 55.6898],[-5.759799, 55.691],[-5.75700, 55.6924],[-5.7546, 55.6934],[-5.752999, 55.6939],[-5.7526, 55.6943],[-5.752399, 55.6952],[-5.75150, 55.696],[-5.751201, 55.6976],[-5.7508, 55.6983],[-5.748701, 55.6997],[-5.747499, 55.7012],[-5.7456, 55.7024],[-5.745299, 55.7027],[-5.745299, 55.7031],[-5.7455, 55.7036],[-5.746, 55.7043],[-5.7459, 55.7049],[-5.74630, 55.7062],[-5.74630, 55.7073],[-5.746, 55.708],[-5.7452, 55.709],[-5.744599, 55.7095],[-5.7442, 55.7097],[-5.743701, 55.7097],[-5.742899, 55.7096],[-5.742001, 55.7083],[-5.740699, 55.7074],[-5.739699, 55.7072],[-5.73840, 55.7074],[-5.737199, 55.7078],[-5.736401, 55.7082],[-5.735499, 55.7086],[-5.7354, 55.7089],[-5.7354, 55.7095],[-5.736001, 55.7101],[-5.737299, 55.7111],[-5.73740, 55.7114],[-5.737299, 55.7119],[-5.736499, 55.7137],[-5.7349, 55.7152],[-5.73420, 55.7164],[-5.73410, 55.7175],[-5.734, 55.7185],[-5.73360, 55.7192],[-5.732399, 55.7204],[-5.7321, 55.7209],[-5.7321, 55.7213],[-5.732399, 55.7220],[-5.73410, 55.7226],[-5.7347, 55.7224],[-5.73610, 55.7216],[-5.737999, 55.7201],[-5.739399, 55.7193],[-5.740499, 55.7192],[-5.7413, 55.7193],[-5.7418, 55.7196],[-5.7418, 55.7201],[-5.7418, 55.7205],[-5.741099, 55.7219],[-5.740099, 55.7235],[-5.73880, 55.7250],[-5.73740, 55.7258],[-5.7366, 55.7259],[-5.7354, 55.7259],[-5.7347, 55.7255],[-5.73360, 55.724],[-5.73320, 55.7239],[-5.7314, 55.7238],[-5.7297, 55.7243],[-5.7268, 55.7257],[-5.725599, 55.7266],[-5.724899, 55.7283],[-5.724501, 55.7292],[-5.723701, 55.7298],[-5.722799, 55.73],[-5.7217, 55.73],[-5.7213, 55.7298],[-5.720399, 55.7291],[-5.719699, 55.7287],[-5.717999, 55.7285],[-5.717899, 55.7283],[-5.718901, 55.727],[-5.719301, 55.7263],[-5.7192, 55.7257],[-5.718501, 55.7254]]],[[[-5.491401, 56.4233],[-5.491099, 56.423],[-5.490399, 56.423],[-5.4891, 56.4235],[-5.487999, 56.4235],[-5.4875, 56.4231],[-5.4875, 56.4227],[-5.4882, 56.4223],[-5.4899, 56.4215],[-5.491099, 56.4209],[-5.491601, 56.4209],[-5.4927, 56.4212],[-5.4944, 56.4209],[-5.4952, 56.4202],[-5.4964, 56.4183],[-5.496699, 56.4175],[-5.496601, 56.4172],[-5.496, 56.4167],[-5.4943, 56.4164],[-5.4939, 56.416],[-5.4939, 56.4155],[-5.495699, 56.4132],[-5.49650, 56.4125],[-5.497001, 56.4124],[-5.498099, 56.413],[-5.49900, 56.4133],[-5.500599, 56.4133],[-5.501699, 56.4127],[-5.5029, 56.4114],[-5.5049, 56.41],[-5.509399, 56.4082],[-5.511001, 56.4073],[-5.5123, 56.4059],[-5.5137, 56.4033],[-5.515399, 56.4015],[-5.5198, 56.3996],[-5.524899, 56.3968],[-5.525499, 56.3962],[-5.525499, 56.3959],[-5.5253, 56.3953],[-5.524799, 56.3945],[-5.524799, 56.3938],[-5.5267, 56.3917],[-5.5288, 56.3904],[-5.531001, 56.3898],[-5.5342, 56.3898],[-5.5352, 56.3894],[-5.53560, 56.3888],[-5.53560, 56.3884],[-5.5337, 56.3876],[-5.533199, 56.387],[-5.53310, 56.3866],[-5.5337, 56.386],[-5.5358, 56.3852],[-5.537799, 56.3842],[-5.5398, 56.3829],[-5.5401, 56.3819],[-5.54080, 56.3803],[-5.542, 56.3792],[-5.5429, 56.3782],[-5.545199, 56.3766],[-5.5471, 56.3755],[-5.5481, 56.3749],[-5.5512, 56.3737],[-5.5542, 56.3726],[-5.555699, 56.3721],[-5.5569, 56.3723],[-5.5573, 56.3731],[-5.5573, 56.3737],[-5.55560, 56.3757],[-5.553901, 56.3769],[-5.5524, 56.3784],[-5.552199, 56.379],[-5.552199, 56.3794],[-5.5528, 56.3799],[-5.5542, 56.3797],[-5.5549, 56.3794],[-5.5552, 56.3794],[-5.555399, 56.3795],[-5.555399, 56.38],[-5.5553, 56.3811],[-5.555399, 56.3815],[-5.55560, 56.3817],[-5.556499, 56.3817],[-5.557499, 56.3814],[-5.558599, 56.3808],[-5.559899, 56.3799],[-5.561299, 56.3797],[-5.562001, 56.3802],[-5.562399, 56.3807],[-5.562399, 56.3814],[-5.5625, 56.3826],[-5.562799, 56.3829],[-5.563399, 56.3831],[-5.564101, 56.383],[-5.5651, 56.3828],[-5.567699, 56.382],[-5.569699, 56.3819],[-5.5707, 56.3823],[-5.572001, 56.3828],[-5.57490, 56.3828],[-5.579899, 56.382],[-5.5839, 56.3815],[-5.5869, 56.3812],[-5.58700, 56.3816],[-5.58610, 56.3827],[-5.585299, 56.3835],[-5.5839, 56.3846],[-5.583701, 56.3849],[-5.583701, 56.3858],[-5.583399, 56.3868],[-5.582799, 56.3877],[-5.582099, 56.3889],[-5.5815, 56.3905],[-5.5797, 56.3918],[-5.577799, 56.3924],[-5.576601, 56.3925],[-5.5742, 56.3925],[-5.5716, 56.3929],[-5.5712, 56.3935],[-5.5716, 56.3949],[-5.572299, 56.3966],[-5.572599, 56.3978],[-5.571899, 56.3985],[-5.570199, 56.3986],[-5.566, 56.3986],[-5.5646, 56.3987],[-5.5644, 56.3990],[-5.564301, 56.3995],[-5.5647, 56.4001],[-5.566, 56.4012],[-5.566201, 56.4022],[-5.566, 56.4033],[-5.5644, 56.4057],[-5.5632, 56.4068],[-5.56260, 56.4081],[-5.5619, 56.4085],[-5.559899, 56.4090],[-5.557001, 56.4096],[-5.5548, 56.4099],[-5.550799, 56.4099],[-5.547299, 56.4091],[-5.5441, 56.4085],[-5.5419, 56.4085],[-5.5405, 56.4088],[-5.538701, 56.4097],[-5.538701, 56.4103],[-5.538099, 56.4112],[-5.537199, 56.4116],[-5.533199, 56.4126],[-5.52950, 56.4143],[-5.5287, 56.4145],[-5.527999, 56.4143],[-5.5274, 56.4135],[-5.527299, 56.4125],[-5.5262, 56.4119],[-5.522799, 56.4119],[-5.518701, 56.4127],[-5.512499, 56.4147],[-5.511099, 56.4155],[-5.510499, 56.4167],[-5.510499, 56.4178],[-5.510099, 56.4185],[-5.509501, 56.4186],[-5.507299, 56.4181],[-5.5061, 56.4183],[-5.5041, 56.4191],[-5.5032, 56.4199],[-5.5019, 56.4212],[-5.500899, 56.422],[-5.4998, 56.4224],[-5.4984, 56.4226],[-5.4979, 56.423],[-5.4979, 56.4233],[-5.4984, 56.424],[-5.5, 56.4244],[-5.5005, 56.4247],[-5.5005, 56.4249],[-5.499899, 56.4254],[-5.4985, 56.4257],[-5.4959, 56.4256],[-5.494101, 56.4252],[-5.492099, 56.424],[-5.491401, 56.4233]]],[[[-6.381499, 56.3501],[-6.38120, 56.3499],[-6.38120, 56.3495],[-6.381401, 56.3492],[-6.381801, 56.3487],[-6.38310, 56.3478],[-6.383501, 56.3475],[-6.38360, 56.3473],[-6.38370, 56.3466],[-6.3838, 56.3457],[-6.3838, 56.3436],[-6.3842, 56.3378],[-6.384301, 56.3370],[-6.384699, 56.3360],[-6.38500, 56.3356],[-6.3853, 56.3353],[-6.3859, 56.3348],[-6.3867, 56.3343],[-6.387899, 56.3339],[-6.38920, 56.3333],[-6.38980, 56.3330],[-6.39020, 56.3326],[-6.39060, 56.3320],[-6.3913, 56.331],[-6.392399, 56.3295],[-6.39400, 56.3275],[-6.395599, 56.3263],[-6.3964, 56.3256],[-6.3969, 56.3249],[-6.3975, 56.3234],[-6.3979, 56.3227],[-6.39820, 56.3225],[-6.398701, 56.3225],[-6.3997, 56.3234],[-6.399899, 56.3235],[-6.400199, 56.3235],[-6.400499, 56.3234],[-6.400599, 56.3229],[-6.400599, 56.322],[-6.4008, 56.3214],[-6.4011, 56.3209],[-6.4017, 56.3204],[-6.402299, 56.3201],[-6.403299, 56.3196],[-6.40370, 56.3191],[-6.403999, 56.3184],[-6.404301, 56.3181],[-6.40520, 56.3175],[-6.40570, 56.3171],[-6.4059, 56.3169],[-6.406001, 56.3162],[-6.4063, 56.316],[-6.407001, 56.316],[-6.408199, 56.3158],[-6.408999, 56.3155],[-6.410299, 56.3147],[-6.411699, 56.3137],[-6.412399, 56.3129],[-6.412799, 56.3126],[-6.4134, 56.3123],[-6.41550, 56.3117],[-6.41750, 56.31],[-6.41790, 56.3097],[-6.418701, 56.309],[-6.4195, 56.3086],[-6.42030, 56.3084],[-6.421, 56.3083],[-6.42160, 56.3084],[-6.42200, 56.3087],[-6.4225, 56.3092],[-6.4229, 56.3094],[-6.4238, 56.3095],[-6.424699, 56.3097],[-6.42530, 56.3098],[-6.425799, 56.3098],[-6.426401, 56.3099],[-6.427001, 56.3104],[-6.427199, 56.3105],[-6.427599, 56.3106],[-6.4284, 56.3104],[-6.4293, 56.31],[-6.4299, 56.3099],[-6.4305, 56.31],[-6.43140, 56.3103],[-6.4331, 56.3109],[-6.434, 56.3113],[-6.4347, 56.3116],[-6.4355, 56.3119],[-6.43610, 56.312],[-6.4373, 56.3116],[-6.4379, 56.3117],[-6.4383, 56.312],[-6.438701, 56.3129],[-6.439199, 56.3133],[-6.4396, 56.3136],[-6.4401, 56.3138],[-6.441, 56.3139],[-6.4421, 56.3141],[-6.44280, 56.3144],[-6.44320, 56.3147],[-6.443299, 56.3149],[-6.443399, 56.3153],[-6.44320, 56.3158],[-6.442699, 56.3164],[-6.4421, 56.3168],[-6.44040, 56.3172],[-6.439301, 56.3177],[-6.43860, 56.3178],[-6.4369, 56.3174],[-6.435599, 56.3175],[-6.434899, 56.3177],[-6.434199, 56.3181],[-6.433599, 56.3185],[-6.432499, 56.3194],[-6.431099, 56.3201],[-6.428599, 56.3207],[-6.426899, 56.3214],[-6.425, 56.3221],[-6.4237, 56.3226],[-6.4231, 56.3228],[-6.4229, 56.323],[-6.4228, 56.3232],[-6.422999, 56.3241],[-6.4229, 56.3245],[-6.422599, 56.3249],[-6.42210, 56.3253],[-6.421401, 56.3257],[-6.421201, 56.3261],[-6.421, 56.3265],[-6.4208, 56.3270],[-6.42070, 56.3277],[-6.42070, 56.3281],[-6.4208, 56.3285],[-6.421, 56.3289],[-6.42160, 56.3296],[-6.42210, 56.3300],[-6.4229, 56.3306],[-6.42360, 56.3309],[-6.424799, 56.3313],[-6.425799, 56.3317],[-6.4266, 56.3322],[-6.427001, 56.3327],[-6.4274, 56.3329],[-6.427899, 56.3330],[-6.429599, 56.3332],[-6.4298, 56.3333],[-6.4299, 56.3334],[-6.4299, 56.3338],[-6.4298, 56.3341],[-6.4298, 56.3343],[-6.429999, 56.3345],[-6.4303, 56.3347],[-6.4303, 56.3349],[-6.4292, 56.3351],[-6.428299, 56.3356],[-6.4274, 56.3360],[-6.4267, 56.3367],[-6.426499, 56.3374],[-6.42620, 56.3382],[-6.426001000000002, 56.3384],[-6.4256, 56.3386],[-6.4246, 56.3390],[-6.423501, 56.3394],[-6.422299, 56.3396],[-6.420499, 56.3398],[-6.4189, 56.3402],[-6.417399, 56.3405],[-6.4161, 56.3407],[-6.4152, 56.3416],[-6.414899, 56.3418],[-6.414501, 56.3419],[-6.4135, 56.3422],[-6.413, 56.3424],[-6.412499, 56.3427],[-6.411201, 56.3435],[-6.410699, 56.3438],[-6.409699, 56.3441],[-6.40800, 56.3446],[-6.40570, 56.3453],[-6.4041, 56.3461],[-6.40240, 56.3466],[-6.39950, 56.3469],[-6.3965, 56.3468],[-6.394101, 56.3473],[-6.391699, 56.3478],[-6.389699, 56.3484],[-6.388299, 56.3492],[-6.3877, 56.3497],[-6.387199, 56.3499],[-6.3866, 56.3500],[-6.3859, 56.3501],[-6.3842, 56.3500],[-6.38320, 56.3500],[-6.382599, 56.3500],[-6.381499, 56.3501]]],[[[-6.2182, 56.0269],[-6.21740, 56.0268],[-6.2167, 56.0269],[-6.21610, 56.0270],[-6.211201, 56.0278],[-6.210199, 56.0279],[-6.2101, 56.0278],[-6.21000, 56.0269],[-6.210499, 56.0263],[-6.210599, 56.0255],[-6.210499, 56.0250],[-6.210199, 56.0244],[-6.209799, 56.0239],[-6.2083, 56.0233],[-6.2082, 56.0231],[-6.2082, 56.0226],[-6.2082, 56.0215],[-6.20680, 56.0212],[-6.20520, 56.0208],[-6.2051, 56.0207],[-6.20520, 56.0205],[-6.205599, 56.0203],[-6.2061, 56.0202],[-6.2064, 56.0201],[-6.2069, 56.02],[-6.207099, 56.0198],[-6.20760, 56.0194],[-6.2086, 56.0189],[-6.209101, 56.0190],[-6.209301, 56.0191],[-6.2097, 56.0203],[-6.2101, 56.0207],[-6.210499, 56.0209],[-6.21190, 56.0216],[-6.21320, 56.0217],[-6.214399, 56.0218],[-6.2153, 56.0216],[-6.216401, 56.0211],[-6.21700, 56.0209],[-6.21880, 56.0202],[-6.220399, 56.0197],[-6.2269, 56.0196],[-6.229599, 56.0195],[-6.230599000000002, 56.0192],[-6.23110, 56.0189],[-6.231801, 56.0176],[-6.2322, 56.0173],[-6.2333, 56.0162],[-6.233399, 56.0157],[-6.23290, 56.0146],[-6.23290, 56.0143],[-6.233701, 56.0136],[-6.233799, 56.013],[-6.2341, 56.012],[-6.235, 56.011],[-6.235199, 56.0102],[-6.234799, 56.0096],[-6.234799, 56.0091],[-6.235099, 56.0089],[-6.2356, 56.0087],[-6.237, 56.0075],[-6.237899, 56.0069],[-6.238999, 56.0064],[-6.240499, 56.0061],[-6.243, 56.006],[-6.24560, 56.0057],[-6.246201, 56.0051],[-6.24790, 56.0028],[-6.248799, 56.0023],[-6.250299, 56.0017],[-6.254399, 56.0016],[-6.255599, 56.002],[-6.2561, 56.0026],[-6.2561, 56.0031],[-6.255899, 56.0034],[-6.253701, 56.0037],[-6.253399, 56.0038],[-6.2533, 56.004],[-6.256001, 56.0049],[-6.256001, 56.0055],[-6.255899, 56.0061],[-6.255799, 56.0064],[-6.255199, 56.0067],[-6.2542, 56.0069],[-6.253099, 56.0068],[-6.25220, 56.0069],[-6.251299, 56.0065],[-6.2507, 56.0066],[-6.25040, 56.0069],[-6.250299, 56.0074],[-6.250599, 56.008],[-6.251801, 56.0078],[-6.2528, 56.0083],[-6.2532, 56.0091],[-6.253099, 56.0098],[-6.2525, 56.0104],[-6.250899, 56.0113],[-6.2507, 56.012],[-6.2507, 56.0124],[-6.25080, 56.0131],[-6.251801, 56.0143],[-6.253099, 56.0152],[-6.253901, 56.0155],[-6.255499, 56.0161],[-6.2575, 56.0164],[-6.259399, 56.0164],[-6.260399, 56.017],[-6.260399, 56.0175],[-6.2587, 56.0174],[-6.257699, 56.0175],[-6.257299, 56.0178],[-6.2571, 56.0186],[-6.257199, 56.0189],[-6.257599, 56.0192],[-6.2591, 56.0198],[-6.260499, 56.0198],[-6.261499, 56.0198],[-6.26300, 56.0198],[-6.265699, 56.0199],[-6.269899, 56.02],[-6.272999, 56.02],[-6.274199, 56.0201],[-6.2744, 56.0203],[-6.2744, 56.0206],[-6.274, 56.0209],[-6.27290, 56.0213],[-6.270899, 56.0214],[-6.269599, 56.0215],[-6.268, 56.0217],[-6.26760, 56.0220],[-6.2685, 56.0227],[-6.26860, 56.0235],[-6.2685, 56.0241],[-6.268, 56.0243],[-6.2673, 56.0244],[-6.265299, 56.0246],[-6.2624, 56.0250],[-6.257299, 56.0255],[-6.2562, 56.0257],[-6.25460, 56.0261],[-6.253701, 56.0264],[-6.251801, 56.0268],[-6.249501, 56.0270],[-6.247001, 56.0271],[-6.243599, 56.0272],[-6.2413, 56.0273],[-6.239301, 56.0270],[-6.237999, 56.0266],[-6.236001, 56.026],[-6.234399, 56.0259],[-6.233099, 56.026],[-6.2326, 56.0261],[-6.231699, 56.0264],[-6.23, 56.0278],[-6.229199, 56.0281],[-6.228199, 56.0283],[-6.22550, 56.0286],[-6.221499, 56.0284],[-6.21990, 56.0282],[-6.218901, 56.0279],[-6.218599, 56.0275],[-6.2182, 56.0269]]],[[[-6.27990, 56.498],[-6.278999, 56.4971],[-6.27660, 56.495],[-6.273099, 56.4909],[-6.272299, 56.4906],[-6.269501, 56.491],[-6.26860, 56.4913],[-6.26860, 56.4915],[-6.27010, 56.4919],[-6.269501, 56.4927],[-6.266001, 56.4953],[-6.2643, 56.4955],[-6.26340, 56.4952],[-6.26300, 56.4943],[-6.262199, 56.4939],[-6.2586, 56.4951],[-6.257, 56.4957],[-6.255599, 56.4957],[-6.2547, 56.4953],[-6.254399, 56.4941],[-6.25460, 56.4934],[-6.255899, 56.4916],[-6.259301, 56.4886],[-6.265399, 56.4851],[-6.2711, 56.4829],[-6.27200, 56.4822],[-6.27200, 56.4811],[-6.271801, 56.4809],[-6.27190, 56.4806],[-6.2725, 56.4795],[-6.2726, 56.4789],[-6.2726, 56.4785],[-6.272799, 56.4779],[-6.277, 56.4748],[-6.277699, 56.4744],[-6.278299, 56.4743],[-6.2786, 56.4746],[-6.281099, 56.4773],[-6.28170, 56.4782],[-6.2816, 56.479],[-6.28130, 56.4825],[-6.281499, 56.483],[-6.283, 56.483],[-6.286699, 56.4826],[-6.288599, 56.4822],[-6.289, 56.4816],[-6.289501, 56.4805],[-6.29020, 56.4801],[-6.290599, 56.4794],[-6.2908, 56.4787],[-6.291601, 56.4787],[-6.292099, 56.4788],[-6.2925, 56.4798],[-6.2936, 56.4812],[-6.2951, 56.481],[-6.295499, 56.4806],[-6.296801, 56.4809],[-6.297699000000002, 56.4812],[-6.300499, 56.4812],[-6.301499, 56.4803],[-6.301801, 56.4803],[-6.3024, 56.4808],[-6.302299, 56.4813],[-6.3017, 56.4822],[-6.301499, 56.4829],[-6.301801, 56.4835],[-6.3024, 56.4836],[-6.302999, 56.4831],[-6.303199, 56.4827],[-6.303999, 56.4822],[-6.30420, 56.4816],[-6.304501, 56.4804],[-6.305399, 56.48],[-6.306201, 56.4801],[-6.3068, 56.4809],[-6.30670, 56.4821],[-6.3059, 56.4843],[-6.306499, 56.485],[-6.3074, 56.4861],[-6.3073, 56.4865],[-6.30670, 56.4874],[-6.306499, 56.4883],[-6.30670, 56.489],[-6.307099, 56.4893],[-6.307099, 56.4902],[-6.307499, 56.4908],[-6.307001, 56.4913],[-6.3063, 56.4909],[-6.30520, 56.4911],[-6.30480, 56.4923],[-6.30380, 56.4928],[-6.303199, 56.4929],[-6.302001, 56.4923],[-6.301099, 56.4904],[-6.3007, 56.4906],[-6.2986, 56.4926],[-6.29820, 56.4936],[-6.299399, 56.4949],[-6.3013, 56.497],[-6.3007, 56.4977],[-6.298999, 56.4975],[-6.2957, 56.497],[-6.294101, 56.4975],[-6.292399, 56.498],[-6.2901, 56.4979],[-6.288, 56.4976],[-6.28650, 56.4977],[-6.284599, 56.4976],[-6.283501, 56.4976],[-6.28130, 56.4981],[-6.27990, 56.498]]],[[[-5.605299, 56.2274],[-5.604899, 56.2273],[-5.6047, 56.2274],[-5.6045, 56.2278],[-5.6043, 56.2286],[-5.603701, 56.2293],[-5.6029, 56.2297],[-5.602099, 56.23],[-5.601099, 56.2299],[-5.599899, 56.2295],[-5.5988, 56.2284],[-5.597499, 56.2278],[-5.594399, 56.2275],[-5.5917, 56.2250],[-5.590199, 56.2237],[-5.5899, 56.2232],[-5.5903, 56.2215],[-5.589799, 56.2204],[-5.589, 56.2190],[-5.5886, 56.2179],[-5.5892, 56.2162],[-5.590099, 56.2151],[-5.5904, 56.2144],[-5.59, 56.2137],[-5.590199, 56.2124],[-5.590099, 56.2114],[-5.5897, 56.2110],[-5.5882, 56.2108],[-5.586801, 56.2100],[-5.586401, 56.2089],[-5.5869, 56.2071],[-5.587999, 56.206],[-5.5925, 56.2041],[-5.5955, 56.2031],[-5.597099, 56.2027],[-5.599999, 56.2006],[-5.601601, 56.1998],[-5.6035, 56.1988],[-5.605299, 56.1977],[-5.6083, 56.197],[-5.6097, 56.1972],[-5.610099, 56.1979],[-5.610099, 56.1988],[-5.610099, 56.2001],[-5.610499, 56.2020],[-5.610499, 56.2027],[-5.6096, 56.2041],[-5.6097, 56.2063],[-5.6103, 56.2071],[-5.611499, 56.2076],[-5.613299, 56.2078],[-5.6149, 56.2083],[-5.6159, 56.209],[-5.6162, 56.2102],[-5.616099, 56.2115],[-5.6152, 56.2149],[-5.614501, 56.2166],[-5.6137, 56.2183],[-5.612599, 56.2202],[-5.611401, 56.2239],[-5.610499, 56.2247],[-5.6082, 56.2254],[-5.6072, 56.2259],[-5.6071, 56.2264],[-5.608701, 56.2269],[-5.610199, 56.2272],[-5.6106, 56.2275],[-5.6106, 56.2282],[-5.608399, 56.2308],[-5.6076, 56.2310],[-5.606801, 56.2309],[-5.606299, 56.2306],[-5.606299, 56.23],[-5.606201, 56.2293],[-5.6058, 56.2286],[-5.605299, 56.2274]]],[[[-5.1546, 55.7766],[-5.1563, 55.7765],[-5.158199, 55.7780],[-5.1592, 55.7793],[-5.1614, 55.7811],[-5.162399, 55.7823],[-5.163199, 55.7839],[-5.164999, 55.7873],[-5.166201, 55.7924],[-5.166299, 55.7933],[-5.16610, 55.7950],[-5.1651, 55.7984],[-5.1647, 55.8018],[-5.1634, 55.8044],[-5.162399, 55.805],[-5.159999, 55.805],[-5.1587, 55.8043],[-5.15740, 55.8025],[-5.1556, 55.7993],[-5.153901, 55.7966],[-5.152699, 55.7949],[-5.15220, 55.7937],[-5.152, 55.7911],[-5.151401, 55.7903],[-5.1491, 55.7885],[-5.1479, 55.7870],[-5.147099, 55.7852],[-5.146601, 55.7836],[-5.1469, 55.7824],[-5.149301, 55.7810],[-5.150599, 55.7806],[-5.1512, 55.7794],[-5.151801, 55.7773],[-5.152299, 55.777],[-5.1546, 55.7766]]],[[[-6.37130, 56.3024],[-6.3684, 56.3023],[-6.363501, 56.3023],[-6.3621, 56.302],[-6.36200, 56.3017],[-6.362299, 56.3012],[-6.362199, 56.3009],[-6.36160, 56.3005],[-6.3607, 56.3001],[-6.35970, 56.2995],[-6.35910, 56.2993],[-6.3585, 56.2993],[-6.357999, 56.2995],[-6.35780, 56.2997],[-6.358399, 56.3004],[-6.3585, 56.3007],[-6.35830, 56.3009],[-6.357699, 56.301],[-6.356801, 56.3004],[-6.354899, 56.3],[-6.3544, 56.2997],[-6.354199, 56.2992],[-6.354101, 56.2986],[-6.354199, 56.2979],[-6.3544, 56.2964],[-6.35450, 56.2957],[-6.354899, 56.2939],[-6.355199, 56.2932],[-6.356601, 56.2918],[-6.3576, 56.29],[-6.358399, 56.2891],[-6.359, 56.2887],[-6.3604, 56.2879],[-6.361001, 56.2874],[-6.36160, 56.2862],[-6.362199, 56.2856],[-6.362999, 56.2855],[-6.364699, 56.2859],[-6.36620, 56.2859],[-6.3673, 56.2860],[-6.367599, 56.2862],[-6.368199, 56.2865],[-6.3689, 56.2867],[-6.3706, 56.2866],[-6.37090, 56.2868],[-6.371099, 56.2872],[-6.370699, 56.2877],[-6.37050, 56.288],[-6.37050, 56.2883],[-6.371099, 56.2884],[-6.3729, 56.2881],[-6.37330, 56.2881],[-6.3736, 56.2884],[-6.373701, 56.2887],[-6.373701, 56.2894],[-6.3734, 56.29],[-6.37150, 56.2918],[-6.37150, 56.2920],[-6.37150, 56.2922],[-6.371699, 56.2923],[-6.3722, 56.2924],[-6.3739, 56.2914],[-6.37470, 56.2911],[-6.3754, 56.291],[-6.375899, 56.291],[-6.375899, 56.2908],[-6.37570, 56.2904],[-6.3758, 56.2898],[-6.3764, 56.2892],[-6.37750, 56.2883],[-6.3783, 56.2874],[-6.3791, 56.2871],[-6.3797, 56.2871],[-6.3804, 56.2873],[-6.3811, 56.2876],[-6.381499, 56.2882],[-6.381299, 56.2893],[-6.381499, 56.2897],[-6.381899, 56.2899],[-6.382199, 56.2899],[-6.382599, 56.2897],[-6.382999, 56.2892],[-6.383299, 56.2887],[-6.3838, 56.2883],[-6.38410, 56.2882],[-6.384501, 56.2882],[-6.384799, 56.2883],[-6.3849, 56.2887],[-6.384799, 56.2894],[-6.384699, 56.2904],[-6.3842, 56.2912],[-6.38360, 56.2917],[-6.382699, 56.2922],[-6.381801, 56.2925],[-6.381001, 56.2934],[-6.38, 56.2935],[-6.378701, 56.2935],[-6.3779, 56.2937],[-6.3772, 56.2944],[-6.376601, 56.2955],[-6.37610, 56.2957],[-6.3754, 56.2958],[-6.374599, 56.2958],[-6.374199, 56.296],[-6.374101, 56.2966],[-6.375599, 56.2973],[-6.376, 56.2978],[-6.375899, 56.2983],[-6.375599, 56.2986],[-6.3743, 56.299],[-6.374199, 56.2992],[-6.3744, 56.2995],[-6.3754, 56.2999],[-6.3754, 56.3001],[-6.375299, 56.3006],[-6.37510, 56.301],[-6.3744, 56.3015],[-6.3734, 56.302],[-6.3726, 56.3023],[-6.37130, 56.3024]]],[[[-5.688399, 56.2216],[-5.68820, 56.2208],[-5.6883, 56.2199],[-5.68960, 56.2183],[-5.6904, 56.2170],[-5.6907, 56.2164],[-5.691, 56.2154],[-5.691299, 56.2142],[-5.691299, 56.2128],[-5.6911, 56.2122],[-5.691899, 56.2115],[-5.6922, 56.2110],[-5.692299, 56.2104],[-5.6921, 56.2099],[-5.690899, 56.2097],[-5.68960, 56.2091],[-5.6879, 56.2081],[-5.686, 56.2072],[-5.684199, 56.2057],[-5.68390, 56.2045],[-5.684199, 56.2038],[-5.684899, 56.2034],[-5.6864, 56.2034],[-5.688799, 56.2035],[-5.690499, 56.2039],[-5.692299, 56.2041],[-5.695, 56.2033],[-5.69660, 56.2034],[-5.6974, 56.2037],[-5.69750, 56.2043],[-5.697001, 56.2062],[-5.6971, 56.2069],[-5.697899, 56.2076],[-5.6988, 56.2081],[-5.698901, 56.2088],[-5.698901, 56.2112],[-5.699501, 56.2128],[-5.7006, 56.2138],[-5.7023, 56.2142],[-5.703701, 56.2143],[-5.704501, 56.2138],[-5.7051, 56.2110],[-5.70600, 56.2102],[-5.707699, 56.2097],[-5.710899, 56.2099],[-5.71260, 56.2102],[-5.7133, 56.2107],[-5.7136, 56.2114],[-5.713799, 56.212],[-5.7136, 56.2128],[-5.710499, 56.2163],[-5.710299, 56.2171],[-5.710499, 56.2182],[-5.71070, 56.2192],[-5.7104, 56.2196],[-5.70970, 56.2196],[-5.708701, 56.2187],[-5.707799, 56.2188],[-5.706201, 56.2188],[-5.704101, 56.2190],[-5.70400, 56.2196],[-5.7043, 56.2203],[-5.7044, 56.2207],[-5.70400, 56.2211],[-5.703, 56.2211],[-5.701601, 56.2206],[-5.701001, 56.2207],[-5.700799000000002, 56.2214],[-5.7006, 56.2216],[-5.70020, 56.2216],[-5.698299, 56.2214],[-5.697199, 56.2217],[-5.695199, 56.2218],[-5.69240, 56.2218],[-5.689899, 56.2222],[-5.688701, 56.2220],[-5.688399, 56.2216]]],[[[-5.58090, 55.2842],[-5.5797, 55.2839],[-5.576401, 55.2841],[-5.5732, 55.2848],[-5.5724, 55.2848],[-5.570899, 55.2843],[-5.568501, 55.284],[-5.565899, 55.2837],[-5.565599, 55.2834],[-5.5654, 55.2827],[-5.5654, 55.2822],[-5.565499, 55.2814],[-5.565899, 55.2807],[-5.567699, 55.2794],[-5.57, 55.2785],[-5.573599, 55.2782],[-5.5781, 55.2781],[-5.578599, 55.278],[-5.5793, 55.2772],[-5.580299, 55.2757],[-5.5808, 55.2755],[-5.5815, 55.2754],[-5.582399, 55.2755],[-5.584101, 55.2761],[-5.585499, 55.2762],[-5.5866, 55.276],[-5.587999, 55.276],[-5.5903, 55.276],[-5.5924, 55.2767],[-5.5937, 55.2773],[-5.594999, 55.2782],[-5.595699, 55.2792],[-5.595799, 55.2799],[-5.5953, 55.2808],[-5.593999, 55.2822],[-5.590799, 55.2839],[-5.585499, 55.2853],[-5.584, 55.2854],[-5.582699, 55.2854],[-5.58190, 55.285],[-5.58090, 55.2842]]],[[[-5.3913, 56.5796],[-5.394101, 56.5791],[-5.3947, 56.5792],[-5.395899, 56.5798],[-5.3976, 56.5816],[-5.3991, 56.5836],[-5.4003, 56.5852],[-5.4008, 56.5864],[-5.4008, 56.5878],[-5.400199, 56.5892],[-5.3975, 56.5919],[-5.396299, 56.5926],[-5.393099, 56.5940],[-5.390399, 56.5945],[-5.388901, 56.5948],[-5.385099, 56.5957],[-5.381499, 56.5958],[-5.381001, 56.5957],[-5.380899, 56.5954],[-5.3812, 56.5949],[-5.38310, 56.5926],[-5.3841, 56.5883],[-5.38570, 56.5848],[-5.388299, 56.5821],[-5.3906, 56.5800],[-5.3913, 56.5796]]],[[[-5.751699, 56.2432],[-5.751801, 56.2429],[-5.7535, 56.243],[-5.755799, 56.2427],[-5.76090, 56.2423],[-5.7616, 56.242],[-5.7621, 56.2413],[-5.763999, 56.2408],[-5.771201, 56.2381],[-5.772799, 56.238],[-5.773799, 56.238],[-5.7745, 56.2388],[-5.77500, 56.2398],[-5.77540, 56.2409],[-5.77530, 56.2419],[-5.77500, 56.2432],[-5.774799, 56.2439],[-5.77460, 56.2443],[-5.773399, 56.2447],[-5.7714, 56.2458],[-5.769599, 56.247],[-5.76830, 56.2474],[-5.766699, 56.2475],[-5.766201, 56.2476],[-5.763501, 56.2486],[-5.7623, 56.2489],[-5.759399, 56.2491],[-5.75700, 56.2499],[-5.75530, 56.2508],[-5.753701, 56.251],[-5.750899, 56.2505],[-5.7494, 56.2503],[-5.7485, 56.2497],[-5.748, 56.2487],[-5.7484, 56.2475],[-5.749501, 56.2459],[-5.751601, 56.2443],[-5.752, 56.2438],[-5.751699, 56.2432]]],[[[-5.402299, 56.5371],[-5.4001, 56.5367],[-5.399, 56.5367],[-5.3986, 56.5367],[-5.398399, 56.5362],[-5.3986, 56.5354],[-5.3996, 56.5343],[-5.4011, 56.5331],[-5.4028, 56.5317],[-5.4045, 56.5303],[-5.406099, 56.5280],[-5.406899, 56.5277],[-5.408, 56.5276],[-5.409101, 56.5280],[-5.41010, 56.5283],[-5.412099, 56.5280],[-5.414599, 56.5279],[-5.415599, 56.5283],[-5.416601, 56.5298],[-5.41720, 56.5300],[-5.4201, 56.5289],[-5.4237, 56.5270],[-5.4267, 56.5265],[-5.4274, 56.5268],[-5.4253, 56.5289],[-5.4204, 56.532],[-5.416299, 56.5344],[-5.4144, 56.535],[-5.41270, 56.5354],[-5.410399, 56.5362],[-5.408501, 56.537],[-5.406001, 56.5379],[-5.40490, 56.5379],[-5.402299, 56.5371]]],[[[-5.6066, 56.257],[-5.608901, 56.2557],[-5.609399, 56.255],[-5.609799, 56.2528],[-5.610099, 56.2523],[-5.611801, 56.252],[-5.6159, 56.251],[-5.6167, 56.2509],[-5.6174, 56.2511],[-5.618, 56.2519],[-5.618501, 56.2536],[-5.6192, 56.2553],[-5.619999, 56.2559],[-5.620299, 56.2559],[-5.6208, 56.2555],[-5.6209, 56.2548],[-5.620699, 56.254],[-5.621, 56.2533],[-5.621601, 56.2529],[-5.6223, 56.2529],[-5.623099, 56.2532],[-5.62360, 56.254],[-5.623701, 56.2548],[-5.623199, 56.2557],[-5.621, 56.2571],[-5.6174, 56.2601],[-5.613299, 56.2637],[-5.610799, 56.2649],[-5.61, 56.2656],[-5.608701, 56.2662],[-5.607699, 56.2659],[-5.606299, 56.2631],[-5.60540, 56.2604],[-5.60540, 56.2597],[-5.6055, 56.2579],[-5.6066, 56.257]]],[[[-6.0876, 56.4708],[-6.08510, 56.4702],[-6.083, 56.4704],[-6.08040, 56.4701],[-6.077899, 56.4685],[-6.0769, 56.4677],[-6.07670, 56.4672],[-6.07680, 56.4668],[-6.077001, 56.4662],[-6.0776, 56.4650],[-6.0784, 56.4642],[-6.079501, 56.4635],[-6.0825, 56.4628],[-6.086, 56.4627],[-6.0897, 56.4627],[-6.090199, 56.4628],[-6.09070, 56.4629],[-6.0956, 56.4633],[-6.097799, 56.4636],[-6.0989, 56.4639],[-6.09930, 56.4641],[-6.0994, 56.4646],[-6.0994, 56.4651],[-6.098199, 56.4668],[-6.097001, 56.4681],[-6.0946, 56.4688],[-6.0924, 56.4690],[-6.090799, 56.4704],[-6.089301, 56.471],[-6.0876, 56.4708]]],[[[-5.5471, 56.1478],[-5.54950, 56.1477],[-5.551001, 56.1481],[-5.552001, 56.1485],[-5.551801, 56.1492],[-5.548901, 56.151],[-5.5474, 56.1520],[-5.5429, 56.1549],[-5.5419, 56.1569],[-5.541201, 56.1598],[-5.539599, 56.1614],[-5.5376, 56.1626],[-5.536201, 56.1638],[-5.5344, 56.1651],[-5.5299, 56.1675],[-5.5262, 56.1694],[-5.5253, 56.1696],[-5.525199, 56.1693],[-5.525199, 56.1685],[-5.5253, 56.1672],[-5.525499, 56.1667],[-5.526899, 56.1656],[-5.53310, 56.1602],[-5.5352, 56.1587],[-5.536699, 56.1573],[-5.53730, 56.1565],[-5.538199, 56.1546],[-5.5397, 56.1534],[-5.5404, 56.1527],[-5.541699, 56.1516],[-5.542699, 56.1507],[-5.544301, 56.1492],[-5.545499, 56.1485],[-5.5471, 56.1478]]],[[[-5.747099, 55.6287],[-5.749599000000002, 55.627],[-5.750899, 55.6262],[-5.75290, 55.6262],[-5.7535, 55.6261],[-5.7542, 55.6263],[-5.754799, 55.6269],[-5.75570, 55.6278],[-5.756299, 55.6278],[-5.757199, 55.6274],[-5.7578, 55.6274],[-5.758399, 55.6278],[-5.7588, 55.6288],[-5.758901, 55.6301],[-5.7582, 55.6312],[-5.757199, 55.6327],[-5.756299, 55.6334],[-5.7535, 55.635],[-5.753099, 55.6356],[-5.7532, 55.6374],[-5.752999, 55.638],[-5.751801, 55.639],[-5.75050, 55.6395],[-5.74860, 55.6397],[-5.747399, 55.6396],[-5.7465, 55.639],[-5.744699, 55.6389],[-5.7443, 55.6387],[-5.7442, 55.6383],[-5.744599, 55.6379],[-5.745299, 55.6377],[-5.7455, 55.6374],[-5.7456, 55.6365],[-5.746099, 55.6359],[-5.74680, 55.6351],[-5.74680, 55.6342],[-5.7465, 55.6336],[-5.7465, 55.6333],[-5.7479, 55.6329],[-5.748099, 55.6327],[-5.748099, 55.6322],[-5.7476, 55.6316],[-5.7476, 55.6309],[-5.7484, 55.6301],[-5.748701, 55.6297],[-5.74860, 55.6294],[-5.747399, 55.6292],[-5.747099, 55.629],[-5.747099, 55.6287]]],[[[-6.2599, 56.4543],[-6.258901, 56.4542],[-6.258399, 56.4542],[-6.258299, 56.4543],[-6.259501, 56.4549],[-6.2599, 56.4552],[-6.26, 56.4555],[-6.2596, 56.4557],[-6.257699, 56.4556],[-6.255899, 56.4553],[-6.25450, 56.4544],[-6.2525, 56.4536],[-6.2511, 56.4533],[-6.25, 56.453],[-6.25, 56.4525],[-6.25040, 56.4522],[-6.251, 56.4516],[-6.251, 56.4506],[-6.250899, 56.4498],[-6.251201, 56.4492],[-6.2533, 56.4493],[-6.2542, 56.4486],[-6.255799, 56.4484],[-6.256299, 56.4477],[-6.256801, 56.4473],[-6.257699, 56.447],[-6.25880, 56.4469],[-6.259501, 56.4469],[-6.2599, 56.447],[-6.2603, 56.4472],[-6.261001, 56.4482],[-6.2612, 56.4484],[-6.26160, 56.4487],[-6.263501, 56.4491],[-6.264101, 56.4493],[-6.264699, 56.4498],[-6.265299, 56.4504],[-6.266201, 56.4516],[-6.2665, 56.4535],[-6.266601, 56.4544],[-6.2665, 56.4553],[-6.265699, 56.4559],[-6.263901, 56.4557],[-6.261899, 56.4549],[-6.2599, 56.4543]]],[[[-6.4313, 56.4813],[-6.432001, 56.4813],[-6.432899000000002, 56.4816],[-6.4335, 56.4821],[-6.433599, 56.4825],[-6.432899000000002, 56.4833],[-6.4318, 56.4838],[-6.430699, 56.4844],[-6.429399, 56.4849],[-6.42870, 56.4855],[-6.428501, 56.4867],[-6.428199, 56.487],[-6.427599, 56.4873],[-6.426499, 56.4878],[-6.426099, 56.4882],[-6.42590, 56.4888],[-6.42590, 56.4894],[-6.42620, 56.4908],[-6.42620, 56.4917],[-6.426099, 56.4921],[-6.425399, 56.4926],[-6.424301, 56.4931],[-6.4229, 56.4937],[-6.4224, 56.494],[-6.421899, 56.4945],[-6.421201, 56.4954],[-6.421, 56.4962],[-6.4208, 56.4966],[-6.42030, 56.4969],[-6.4195, 56.4969],[-6.419101, 56.4967],[-6.4183, 56.4959],[-6.41750, 56.4951],[-6.4172, 56.4946],[-6.4172, 56.494],[-6.417399, 56.493],[-6.418, 56.4919],[-6.4186, 56.4911],[-6.419, 56.4907],[-6.4208, 56.4888],[-6.4225, 56.4876],[-6.424301, 56.4868],[-6.424399, 56.4864],[-6.4242, 56.486],[-6.4238, 56.4857],[-6.423299, 56.4854],[-6.4229, 56.485],[-6.422999, 56.4845],[-6.423299, 56.4841],[-6.423999, 56.4837],[-6.4246, 56.4832],[-6.425399, 56.4829],[-6.4274, 56.4822],[-6.42810, 56.4818],[-6.428999, 56.4815],[-6.4299, 56.4813],[-6.4313, 56.4813]]],[[[-5.570199, 56.1288],[-5.571001, 56.1285],[-5.5717, 56.1287],[-5.5717, 56.1292],[-5.5691, 56.1316],[-5.567999, 56.1328],[-5.567599, 56.1347],[-5.566801, 56.1357],[-5.5645, 56.1371],[-5.561201, 56.1399],[-5.559199, 56.1412],[-5.5573, 56.1422],[-5.554699, 56.1424],[-5.553999, 56.1421],[-5.553599, 56.1414],[-5.553901, 56.1404],[-5.554101, 56.1399],[-5.553501, 56.139],[-5.553501, 56.1383],[-5.5543, 56.1375],[-5.5564, 56.136],[-5.5583, 56.1353],[-5.56010, 56.134],[-5.5625, 56.1327],[-5.5647, 56.132],[-5.5667, 56.131],[-5.567699, 56.1305],[-5.5691, 56.1294],[-5.570199, 56.1288]]],[[[-5.8028, 56.2225],[-5.8043, 56.2209],[-5.804999, 56.2208],[-5.80590, 56.2212],[-5.806201, 56.2211],[-5.80640, 56.2209],[-5.80680, 56.2198],[-5.807001, 56.2194],[-5.80740, 56.2192],[-5.807799, 56.2191],[-5.808701, 56.2195],[-5.809599, 56.2196],[-5.810299, 56.2196],[-5.81250, 56.2187],[-5.8146, 56.2179],[-5.81610, 56.2170],[-5.81670, 56.2172],[-5.816899, 56.2174],[-5.8165, 56.2182],[-5.814199, 56.2200],[-5.8132, 56.2207],[-5.811299, 56.2225],[-5.8076, 56.2249],[-5.806201, 56.2256],[-5.805099, 56.2258],[-5.8038, 56.226],[-5.801801, 56.2275],[-5.798399000000002, 56.2298],[-5.79710, 56.23],[-5.796, 56.2298],[-5.795599, 56.2293],[-5.7957, 56.2281],[-5.796401, 56.2269],[-5.79710, 56.226],[-5.79790, 56.2249],[-5.79880, 56.2239],[-5.7995, 56.2233],[-5.8002, 56.2228],[-5.801499, 56.2226],[-5.8028, 56.2225]]],[[[-6.70600, 56.5654],[-6.70600, 56.5651],[-6.7076, 56.5653],[-6.709301, 56.5654],[-6.7104, 56.5652],[-6.712399, 56.5647],[-6.713799, 56.5636],[-6.715, 56.5628],[-6.7161, 56.5624],[-6.7167, 56.5621],[-6.717199, 56.562],[-6.7175, 56.562],[-6.71770, 56.5623],[-6.717899, 56.5628],[-6.718299, 56.5631],[-6.71870, 56.563],[-6.7188, 56.5626],[-6.718999, 56.5619],[-6.71920, 56.5615],[-6.719501, 56.5614],[-6.7198, 56.5615],[-6.7202, 56.5618],[-6.72060, 56.5623],[-6.7212, 56.5624],[-6.721401, 56.5621],[-6.721001, 56.5612],[-6.721099, 56.5607],[-6.7218, 56.5604],[-6.723501, 56.5601],[-6.72440, 56.5601],[-6.7258, 56.5603],[-6.727099, 56.5604],[-6.728099, 56.5604],[-6.7289, 56.5602],[-6.730199, 56.5602],[-6.7315, 56.5602],[-6.73190, 56.5605],[-6.7321, 56.5609],[-6.7321, 56.5611],[-6.730899000000002, 56.5614],[-6.730899000000002, 56.5617],[-6.73190, 56.5623],[-6.732, 56.5625],[-6.73190, 56.5628],[-6.7315, 56.5629],[-6.731201, 56.5629],[-6.729899, 56.5631],[-6.728199, 56.5639],[-6.7269, 56.5642],[-6.724699, 56.5641],[-6.723599, 56.5636],[-6.722899, 56.5637],[-6.7224, 56.5643],[-6.721099, 56.5647],[-6.718999, 56.565],[-6.71820, 56.5651],[-6.717899, 56.5658],[-6.71780, 56.5664],[-6.7171, 56.5669],[-6.716499, 56.5671],[-6.7156, 56.5672],[-6.71490, 56.5672],[-6.7142, 56.5672],[-6.7137, 56.5672],[-6.711801000000002, 56.5673],[-6.7101, 56.5675],[-6.708399, 56.5674],[-6.7075, 56.5673],[-6.706201, 56.567],[-6.70590, 56.5665],[-6.70590, 56.566],[-6.70600, 56.5654]]],[[[-6.0295, 56.6134],[-6.03020, 56.6134],[-6.031401, 56.6135],[-6.0349, 56.6141],[-6.039101, 56.6151],[-6.04050, 56.6158],[-6.04190, 56.6166],[-6.043099, 56.6176],[-6.044, 56.6184],[-6.0445, 56.6192],[-6.04440, 56.6196],[-6.044, 56.62],[-6.0432, 56.6203],[-6.042699, 56.6205],[-6.04190, 56.6205],[-6.041601000000002, 56.6208],[-6.0418, 56.6212],[-6.043701, 56.6229],[-6.0454, 56.624],[-6.046299, 56.6246],[-6.04660, 56.6249],[-6.046401, 56.6251],[-6.0461, 56.6252],[-6.0454, 56.6252],[-6.04470, 56.625],[-6.042399, 56.6245],[-6.041699, 56.624],[-6.04110, 56.6237],[-6.039999, 56.6232],[-6.0389, 56.6231],[-6.038199, 56.6228],[-6.0376, 56.6224],[-6.0365, 56.621],[-6.03580, 56.6205],[-6.0342, 56.6201],[-6.033901, 56.6197],[-6.033901, 56.6185],[-6.033299, 56.6173],[-6.032499, 56.6163],[-6.031801, 56.6156],[-6.028999, 56.6143],[-6.0288, 56.6138],[-6.028901, 56.6135],[-6.0295, 56.6134]]],[[[-6.1328, 55.6189],[-6.134301, 55.6182],[-6.134799, 55.6182],[-6.1356, 55.6183],[-6.1367, 55.6184],[-6.137499, 55.6182],[-6.138299, 55.6178],[-6.1388, 55.6175],[-6.139599, 55.6164],[-6.140399, 55.6157],[-6.1408, 55.6153],[-6.14140, 55.6141],[-6.1415, 55.6139],[-6.142001, 55.6139],[-6.1436, 55.6141],[-6.1447, 55.6142],[-6.147299, 55.6138],[-6.1497, 55.6142],[-6.150599, 55.6146],[-6.151, 55.6152],[-6.1512, 55.6155],[-6.1511, 55.6159],[-6.150899, 55.6163],[-6.1497, 55.6172],[-6.1469, 55.6189],[-6.14610, 55.6193],[-6.144501, 55.6195],[-6.143, 55.6196],[-6.141601, 55.6202],[-6.14060, 55.6205],[-6.1393, 55.6207],[-6.136001, 55.6215],[-6.133399, 55.6217],[-6.132599, 55.6215],[-6.131801, 55.6211],[-6.131401, 55.6207],[-6.130899, 55.6202],[-6.13110, 55.6195],[-6.132199, 55.6192],[-6.1328, 55.6189]]],[[[-5.538799, 55.4224],[-5.542, 55.4219],[-5.5447, 55.422],[-5.5487, 55.4230],[-5.5502, 55.4238],[-5.551801, 55.4253],[-5.551801, 55.4258],[-5.551099, 55.4264],[-5.546299, 55.4273],[-5.543099, 55.4285],[-5.542099, 55.4288],[-5.539999, 55.4287],[-5.5384, 55.4282],[-5.537099, 55.4269],[-5.5363, 55.4257],[-5.5359, 55.4253],[-5.53560, 55.4248],[-5.53560, 55.4242],[-5.5365, 55.4236],[-5.538799, 55.4224]]],[[[-5.707699, 56.2351],[-5.70820, 56.2343],[-5.7089, 56.2332],[-5.709, 56.2327],[-5.709199, 56.2324],[-5.709799, 56.2322],[-5.710299, 56.2323],[-5.71070, 56.2325],[-5.711201, 56.2326],[-5.7119, 56.2323],[-5.7132, 56.2308],[-5.7137, 56.2298],[-5.714399, 56.2291],[-5.7154, 56.2288],[-5.717199, 56.2282],[-5.722099, 56.2277],[-5.722499, 56.2278],[-5.722799, 56.2280],[-5.722899, 56.2284],[-5.7231, 56.2287],[-5.7234, 56.2288],[-5.72380, 56.2288],[-5.72480, 56.2288],[-5.725599, 56.2289],[-5.726099, 56.2291],[-5.726201, 56.2294],[-5.726099, 56.2298],[-5.723, 56.2314],[-5.7226, 56.232],[-5.722499, 56.2325],[-5.72230, 56.233],[-5.721401, 56.2335],[-5.7166, 56.2345],[-5.71530, 56.2345],[-5.7146, 56.2344],[-5.713799, 56.2341],[-5.713399, 56.2342],[-5.713099, 56.2345],[-5.71250, 56.2347],[-5.71210, 56.2346],[-5.711401, 56.2346],[-5.711, 56.2348],[-5.710499, 56.2352],[-5.709599, 56.2356],[-5.7085, 56.2357],[-5.70820, 56.2356],[-5.70790, 56.2355],[-5.707699, 56.2351]]],[[[-5.5425, 56.1673],[-5.5439, 56.1658],[-5.545, 56.1659],[-5.5454, 56.1661],[-5.545599, 56.1664],[-5.5457, 56.1670],[-5.5454, 56.1682],[-5.543, 56.1711],[-5.537499, 56.176],[-5.5342, 56.1782],[-5.5307, 56.1803],[-5.5302, 56.1811],[-5.5299, 56.1822],[-5.529301, 56.1827],[-5.528299, 56.1825],[-5.5275, 56.1817],[-5.52700, 56.1809],[-5.527599, 56.1795],[-5.5291, 56.1779],[-5.5309, 56.1765],[-5.531801, 56.1759],[-5.534101, 56.1742],[-5.537001, 56.1725],[-5.5398, 56.1701],[-5.5425, 56.1673]]],[[[-5.5763, 56.4977],[-5.5763, 56.4971],[-5.5738, 56.4971],[-5.574501, 56.4964],[-5.576099, 56.4955],[-5.577899, 56.4952],[-5.5788, 56.494],[-5.580699, 56.4928],[-5.583701, 56.4923],[-5.5854, 56.4914],[-5.5869, 56.4911],[-5.5891, 56.4915],[-5.592899, 56.4906],[-5.594399, 56.4904],[-5.5956, 56.4905],[-5.5946, 56.4916],[-5.592199, 56.4926],[-5.589399, 56.494],[-5.5886, 56.4947],[-5.584899, 56.4966],[-5.58190, 56.4971],[-5.5804, 56.4981],[-5.579, 56.498],[-5.5773, 56.4979],[-5.5763, 56.4977]]],[[[-6.161201, 56.436],[-6.1614, 56.4359],[-6.1618, 56.4361],[-6.162899, 56.4371],[-6.164199, 56.4382],[-6.164501, 56.4389],[-6.164501, 56.4395],[-6.16350, 56.4406],[-6.16350, 56.4412],[-6.16390, 56.4416],[-6.164899, 56.4428],[-6.1651, 56.4433],[-6.1651, 56.4438],[-6.164899, 56.4442],[-6.164199, 56.445],[-6.1633, 56.4455],[-6.162001, 56.4459],[-6.16060, 56.4461],[-6.15800, 56.4461],[-6.156099, 56.4466],[-6.15420, 56.4471],[-6.1511, 56.4479],[-6.15040, 56.4478],[-6.149799, 56.4475],[-6.1495, 56.4472],[-6.1495, 56.4469],[-6.1496, 56.4465],[-6.15000, 56.4461],[-6.152, 56.445],[-6.1553, 56.4442],[-6.1562, 56.4438],[-6.156499, 56.4434],[-6.1562, 56.4427],[-6.1563, 56.4425],[-6.1567, 56.4422],[-6.15780, 56.4417],[-6.15870, 56.4413],[-6.1609, 56.4404],[-6.1615, 56.44],[-6.1618, 56.4393],[-6.162001, 56.4385],[-6.161201, 56.4365],[-6.161201, 56.436]]],[[[-5.6691, 56.3089],[-5.669899, 56.3089],[-5.67070, 56.3091],[-5.671401, 56.3096],[-5.67170, 56.3103],[-5.67170, 56.3109],[-5.67170, 56.3116],[-5.671299000000002, 56.3121],[-5.6685, 56.3144],[-5.6682, 56.3152],[-5.667799, 56.3158],[-5.66700, 56.3163],[-5.66550, 56.3168],[-5.663, 56.317],[-5.6615, 56.3176],[-5.6605, 56.3183],[-5.6599, 56.3186],[-5.6588, 56.3185],[-5.658199, 56.3182],[-5.65770, 56.3177],[-5.657599, 56.3173],[-5.657599, 56.3169],[-5.658, 56.3162],[-5.658501, 56.3159],[-5.659501, 56.3158],[-5.660399, 56.3158],[-5.661699, 56.3158],[-5.663099, 56.3152],[-5.664101, 56.3145],[-5.664899, 56.3138],[-5.665699, 56.3133],[-5.66650, 56.3127],[-5.6668, 56.3123],[-5.66750, 56.311],[-5.667799, 56.31],[-5.66800, 56.3097],[-5.6685, 56.3092],[-5.6691, 56.3089]]],[[[-6.3884, 56.5097],[-6.3894, 56.5091],[-6.38980, 56.508],[-6.39060, 56.5078],[-6.3918, 56.5075],[-6.3926, 56.5074],[-6.393701, 56.5071],[-6.394599, 56.5074],[-6.3947, 56.5081],[-6.394899, 56.5082],[-6.39540, 56.508],[-6.3961, 56.5069],[-6.396801, 56.5061],[-6.3975, 56.5061],[-6.398099, 56.5063],[-6.3985, 56.5067],[-6.3985, 56.5070],[-6.398399, 56.5075],[-6.398099, 56.508],[-6.397299, 56.5087],[-6.39720, 56.5099],[-6.3969, 56.5105],[-6.396201, 56.5109],[-6.395299, 56.5109],[-6.394899, 56.5103],[-6.394501000000002, 56.5098],[-6.394101, 56.5097],[-6.393701, 56.5100],[-6.39350, 56.5106],[-6.39340, 56.5117],[-6.3933, 56.5127],[-6.393199, 56.5133],[-6.3929, 56.5136],[-6.392499, 56.5137],[-6.3919, 56.5138],[-6.39150, 56.5136],[-6.39020, 56.5121],[-6.388599, 56.5109],[-6.3884, 56.5097]]],[[[-5.5271, 56.0749],[-5.528901, 56.0749],[-5.532499, 56.0757],[-5.5363, 56.077],[-5.5425, 56.0797],[-5.5466, 56.0812],[-5.54790, 56.0821],[-5.54790, 56.0828],[-5.5465, 56.085],[-5.5458, 56.0875],[-5.546, 56.0888],[-5.5465, 56.0896],[-5.5499, 56.0914],[-5.551899, 56.0920],[-5.5521, 56.0924],[-5.551801, 56.0926],[-5.550799, 56.0927],[-5.5486, 56.0919],[-5.5461, 56.0906],[-5.5451, 56.0896],[-5.5447, 56.0890],[-5.5445, 56.0878],[-5.5447, 56.0864],[-5.546201, 56.0832],[-5.546299, 56.0825],[-5.545499, 56.0818],[-5.541699, 56.0806],[-5.53560, 56.0777],[-5.5288, 56.0756],[-5.5275, 56.0754],[-5.5271, 56.0752],[-5.5271, 56.0749]]],[[[-6.3412, 56.4324],[-6.341899, 56.4324],[-6.342299000000002, 56.4326],[-6.3424, 56.4329],[-6.342199, 56.4333],[-6.340899, 56.4341],[-6.3403, 56.4348],[-6.3407, 56.4351],[-6.342299000000002, 56.4358],[-6.345399, 56.4359],[-6.34560, 56.4364],[-6.3453, 56.4367],[-6.342599, 56.4382],[-6.340799, 56.4398],[-6.3387, 56.4411],[-6.3378, 56.4406],[-6.3371, 56.4397],[-6.33720, 56.439],[-6.33760, 56.4377],[-6.337399, 56.4367],[-6.3369, 56.4358],[-6.337, 56.4355],[-6.337999, 56.4348],[-6.3386, 56.4344],[-6.3397, 56.433],[-6.34040, 56.4326],[-6.3412, 56.4324]]],[[[-6.2623, 56.0177],[-6.261401, 56.0169],[-6.2612, 56.0164],[-6.262001, 56.0163],[-6.264501, 56.0162],[-6.2669, 56.016],[-6.268799, 56.0158],[-6.2698, 56.0158],[-6.2704, 56.016],[-6.2704, 56.0165],[-6.2707, 56.0165],[-6.271601, 56.0163],[-6.273399000000002, 56.0162],[-6.274899, 56.0161],[-6.2754, 56.0163],[-6.2754, 56.0167],[-6.2758, 56.017],[-6.277299, 56.017],[-6.27750, 56.0174],[-6.2772, 56.0181],[-6.275899, 56.0188],[-6.2745, 56.0190],[-6.2722, 56.0191],[-6.2697, 56.0185],[-6.265699, 56.0182],[-6.263501, 56.0181],[-6.2623, 56.0177]]],[[[-6.332699, 55.8993],[-6.334101, 55.8981],[-6.33580, 55.8982],[-6.337999, 55.8985],[-6.338901, 55.8987],[-6.3396, 55.8993],[-6.34000, 55.8997],[-6.340099, 55.9006],[-6.3396, 55.9013],[-6.338799, 55.9018],[-6.33760, 55.9021],[-6.33470, 55.9029],[-6.3332, 55.9032],[-6.331601, 55.9029],[-6.3302, 55.902],[-6.32970, 55.9017],[-6.32970, 55.9016],[-6.329999, 55.9013],[-6.331699, 55.8996],[-6.332699, 55.8993]]],[[[-6.47940, 56.4559],[-6.48, 56.4558],[-6.4801, 56.4559],[-6.48, 56.4563],[-6.479599, 56.4569],[-6.479599, 56.4574],[-6.479899, 56.4583],[-6.4797, 56.4590],[-6.47890, 56.4601],[-6.4783, 56.4609],[-6.4773, 56.4616],[-6.476201, 56.4621],[-6.4748, 56.4624],[-6.473701, 56.4629],[-6.472499, 56.4636],[-6.4717, 56.4640],[-6.47090, 56.4644],[-6.469699, 56.4648],[-6.469399, 56.4647],[-6.469501, 56.4642],[-6.4702, 56.4631],[-6.471001, 56.4622],[-6.472099, 56.4609],[-6.47330, 56.4597],[-6.474199, 56.4591],[-6.47600, 56.4581],[-6.4773, 56.4573],[-6.478199, 56.4567],[-6.479, 56.4561],[-6.47940, 56.4559]]],[[[-6.7561, 56.5168],[-6.7546, 56.5161],[-6.7535, 56.5153],[-6.752999, 56.5149],[-6.753099, 56.5146],[-6.753399, 56.5145],[-6.753901, 56.5145],[-6.75470, 56.5146],[-6.755599, 56.5148],[-6.757199, 56.5155],[-6.7596, 56.5166],[-6.760799, 56.5165],[-6.7638, 56.5164],[-6.7651, 56.5154],[-6.765299, 56.5150],[-6.7651, 56.5146],[-6.76280, 56.5137],[-6.761899, 56.5132],[-6.761499, 56.5128],[-6.761401, 56.5126],[-6.761499, 56.5122],[-6.7616, 56.512],[-6.761899, 56.512],[-6.762499, 56.5122],[-6.763299, 56.5125],[-6.764599, 56.5131],[-6.765699, 56.5136],[-6.7668, 56.514],[-6.76790, 56.5144],[-6.76840, 56.5150],[-6.76850, 56.5153],[-6.76840, 56.5157],[-6.76790, 56.5160],[-6.7673, 56.5165],[-6.766001, 56.5175],[-6.7644, 56.5184],[-6.762899, 56.5185],[-6.7612, 56.5179],[-6.760399, 56.5175],[-6.7588, 56.5174],[-6.757699, 56.5173],[-6.7561, 56.5168]]],[[[-5.653501, 56.2929],[-5.653299, 56.2927],[-5.650499, 56.2932],[-5.64970, 56.293],[-5.6495, 56.2926],[-5.649899, 56.2915],[-5.6517, 56.2908],[-5.6537, 56.2909],[-5.65670, 56.2918],[-5.658, 56.2918],[-5.65940, 56.2913],[-5.6602, 56.2904],[-5.66090, 56.2903],[-5.661201, 56.2908],[-5.6606, 56.2915],[-5.6605, 56.2922],[-5.659999, 56.2934],[-5.6593, 56.2942],[-5.658199, 56.2947],[-5.6563, 56.2954],[-5.6549, 56.2955],[-5.6537, 56.2949],[-5.653299, 56.2942],[-5.653501, 56.2929]]],[[[-5.68950, 56.2301],[-5.68950, 56.2297],[-5.6897, 56.2294],[-5.6903, 56.2292],[-5.6907, 56.2292],[-5.690899, 56.2294],[-5.691201, 56.2297],[-5.6916, 56.2299],[-5.6921, 56.23],[-5.692599, 56.2299],[-5.6932, 56.2297],[-5.69370, 56.2294],[-5.69420, 56.2291],[-5.6949, 56.229],[-5.69560, 56.229],[-5.69610, 56.2292],[-5.6963, 56.2296],[-5.6962, 56.2301],[-5.695899, 56.2304],[-5.69410, 56.2309],[-5.693299, 56.2314],[-5.693099, 56.2318],[-5.692999, 56.2324],[-5.693099, 56.2335],[-5.69280, 56.2341],[-5.691, 56.2361],[-5.689899, 56.2368],[-5.689301, 56.2371],[-5.688701, 56.2371],[-5.6885, 56.2368],[-5.688399, 56.2361],[-5.6885, 56.2344],[-5.6885, 56.2332],[-5.688799, 56.2324],[-5.689101, 56.2318],[-5.6894, 56.2313],[-5.689799, 56.2310],[-5.68950, 56.2301]]],[[[-6.5078, 55.6765],[-6.507599, 55.6757],[-6.50740, 55.6754],[-6.50660, 55.6744],[-6.505599, 55.6742],[-6.505199000000002, 55.6737],[-6.505199000000002, 55.6734],[-6.505599, 55.6729],[-6.505799, 55.6729],[-6.506299, 55.6733],[-6.51030, 55.6735],[-6.512599, 55.6737],[-6.513501, 55.6738],[-6.5138, 55.6743],[-6.513901, 55.6745],[-6.5143, 55.6751],[-6.515299, 55.6756],[-6.515699, 55.6760],[-6.515699, 55.6764],[-6.5156, 55.6766],[-6.514501, 55.6766],[-6.513599, 55.6765],[-6.513299, 55.6765],[-6.51310, 55.6767],[-6.51310, 55.6770],[-6.5137, 55.6774],[-6.5137, 55.6778],[-6.5137, 55.6782],[-6.513501, 55.6782],[-6.512899, 55.6782],[-6.51090, 55.6778],[-6.5087, 55.6774],[-6.5081, 55.6770],[-6.5078, 55.6765]]],[[[-5.777699, 56.2385],[-5.777999, 56.2377],[-5.78070, 56.2361],[-5.782899, 56.2349],[-5.7859, 56.234],[-5.7877, 56.234],[-5.7883, 56.2343],[-5.788199, 56.2346],[-5.7863, 56.2366],[-5.7855, 56.2377],[-5.783901, 56.2387],[-5.7831, 56.2389],[-5.782199, 56.239],[-5.781401, 56.2388],[-5.781001, 56.2386],[-5.7803, 56.2385],[-5.779699, 56.2387],[-5.77910, 56.2393],[-5.7781, 56.2393],[-5.777699, 56.2389],[-5.777699, 56.2385]]],[[[-5.556601, 56.1569],[-5.5576, 56.1566],[-5.558199, 56.1568],[-5.5583, 56.1575],[-5.558199, 56.1582],[-5.5573, 56.1596],[-5.5568, 56.1607],[-5.556601, 56.1619],[-5.5563, 56.1623],[-5.556001, 56.1627],[-5.555399, 56.163],[-5.554699, 56.1632],[-5.553501, 56.1633],[-5.552899, 56.1634],[-5.5517, 56.1637],[-5.5502, 56.1640],[-5.549301, 56.1640],[-5.5491, 56.1639],[-5.54950, 56.1633],[-5.5509, 56.1620],[-5.552299, 56.1612],[-5.552899, 56.1607],[-5.5534, 56.1602],[-5.5548, 56.1583],[-5.556001, 56.1573],[-5.556601, 56.1569]]],[[[-5.7333, 55.9159],[-5.733099, 55.9157],[-5.73260, 55.9157],[-5.73220, 55.9159],[-5.7316, 55.9165],[-5.731299000000002, 55.9168],[-5.731, 55.9170],[-5.730599, 55.9171],[-5.7301, 55.9170],[-5.73000, 55.9170],[-5.73000, 55.9167],[-5.7301, 55.9163],[-5.731801, 55.9149],[-5.7325, 55.9139],[-5.7328, 55.9131],[-5.732999, 55.9119],[-5.73360, 55.9113],[-5.734301, 55.9109],[-5.7347, 55.9110],[-5.735099, 55.9113],[-5.7354, 55.9114],[-5.7357, 55.9117],[-5.736001, 55.9123],[-5.73610, 55.913],[-5.736499, 55.9134],[-5.737199, 55.9138],[-5.737299, 55.9143],[-5.737199, 55.9150],[-5.73610, 55.9163],[-5.7347, 55.9180],[-5.73420, 55.9181],[-5.733799, 55.9180],[-5.733399, 55.9176],[-5.7333, 55.9168],[-5.7333, 55.9159]]],[[[-6.0815, 55.6404],[-6.082099, 55.6402],[-6.08290, 55.6404],[-6.0839, 55.6404],[-6.084899, 55.6399],[-6.086, 55.6399],[-6.0872, 55.6398],[-6.0883, 55.6395],[-6.088799, 55.6396],[-6.0891, 55.6403],[-6.08900, 55.641],[-6.088399, 55.6419],[-6.087699, 55.6429],[-6.08710, 55.6431],[-6.086401, 55.6433],[-6.08510, 55.6439],[-6.08470, 55.6439],[-6.0836, 55.6437],[-6.0815, 55.6433],[-6.08140, 55.6429],[-6.081299, 55.6426],[-6.081299, 55.6419],[-6.08090, 55.6409],[-6.08100, 55.6407],[-6.0815, 55.6404]]],[[[-5.716899, 56.2357],[-5.717899, 56.2357],[-5.718501, 56.2358],[-5.7196, 56.2364],[-5.720699, 56.2372],[-5.7209, 56.2374],[-5.720799, 56.2378],[-5.72050, 56.2384],[-5.719301, 56.2394],[-5.7192, 56.2401],[-5.7188, 56.2405],[-5.717999, 56.2408],[-5.7167, 56.2407],[-5.7157, 56.2401],[-5.715, 56.2394],[-5.714399, 56.2384],[-5.714399, 56.2377],[-5.7146, 56.2371],[-5.7156, 56.2363],[-5.716899, 56.2357]]],[[[-6.349101, 56.273],[-6.3505, 56.273],[-6.35220, 56.2737],[-6.353199, 56.2740],[-6.3543, 56.2744],[-6.35550, 56.2745],[-6.35550, 56.2748],[-6.35550, 56.2751],[-6.354599, 56.2754],[-6.352001, 56.2759],[-6.349999, 56.2761],[-6.349, 56.2764],[-6.348199, 56.2764],[-6.34690, 56.2761],[-6.34560, 56.2757],[-6.3453, 56.2753],[-6.346001, 56.2739],[-6.3462, 56.2738],[-6.347099, 56.2737],[-6.347499000000002, 56.2735],[-6.347899, 56.2734],[-6.349101, 56.273]]],[[[-5.690499, 56.224],[-5.691401, 56.2238],[-5.69280, 56.2239],[-5.69410, 56.2246],[-5.695199, 56.2262],[-5.695499, 56.2272],[-5.6953, 56.2282],[-5.694301, 56.2285],[-5.6932, 56.2285],[-5.6916, 56.2284],[-5.6908, 56.2283],[-5.69000, 56.2278],[-5.689899, 56.2264],[-5.6894, 56.2252],[-5.68950, 56.2247],[-5.6897, 56.2244],[-5.690499, 56.224]]],[[[-6.019899, 55.6728],[-6.019199, 55.6723],[-6.01860, 55.6723],[-6.0183, 55.6723],[-6.01800, 55.6722],[-6.0179, 55.672],[-6.017799, 55.6717],[-6.01800, 55.6715],[-6.018199, 55.6712],[-6.018199, 55.6709],[-6.018099000000002, 55.6707],[-6.017799, 55.6702],[-6.016601, 55.6697],[-6.016601, 55.6694],[-6.0168, 55.6691],[-6.017099, 55.6687],[-6.0173, 55.6684],[-6.0177, 55.6681],[-6.018199, 55.6678],[-6.018701, 55.6675],[-6.019101, 55.6673],[-6.01940, 55.6672],[-6.019599, 55.6672],[-6.0198, 55.6673],[-6.02, 55.6676],[-6.019899, 55.6684],[-6.0201, 55.6685],[-6.020199, 55.6685],[-6.0207, 55.6683],[-6.021201, 55.6683],[-6.021601, 55.6684],[-6.021699, 55.6686],[-6.021201, 55.669],[-6.021201, 55.6693],[-6.0214, 55.6696],[-6.0219, 55.6697],[-6.022399, 55.6698],[-6.0225, 55.6703],[-6.0225, 55.6705],[-6.022399, 55.6709],[-6.022099, 55.6718],[-6.022, 55.6722],[-6.021801, 55.6727],[-6.0211, 55.6732],[-6.0205, 55.6732],[-6.019899, 55.6728]]],[[[-6.36520, 56.3391],[-6.365699, 56.3387],[-6.366099, 56.3381],[-6.366499, 56.3375],[-6.366899, 56.3367],[-6.367499, 56.3359],[-6.368501, 56.3350],[-6.3694, 56.3343],[-6.3701, 56.3341],[-6.370399, 56.3342],[-6.370299, 56.3346],[-6.369999, 56.3357],[-6.370399, 56.3370],[-6.37050, 56.3377],[-6.370299, 56.3384],[-6.369999, 56.3388],[-6.369699, 56.3390],[-6.367499, 56.3389],[-6.367099, 56.3389],[-6.366899, 56.3391],[-6.367001, 56.3395],[-6.3678, 56.3407],[-6.36770, 56.3409],[-6.3674, 56.3411],[-6.366899, 56.3412],[-6.3659, 56.3413],[-6.365499, 56.3412],[-6.364699, 56.3410],[-6.364301, 56.3406],[-6.3642, 56.3403],[-6.364301, 56.3399],[-6.36520, 56.3391]]],[[[-6.439799, 56.6959],[-6.4421, 56.6953],[-6.443999, 56.6954],[-6.444699, 56.6955],[-6.4453, 56.6958],[-6.445499, 56.6960],[-6.4457, 56.6965],[-6.445199, 56.6976],[-6.44450, 56.6985],[-6.443501, 56.6993],[-6.442299, 56.6995],[-6.441201, 56.6994],[-6.440199, 56.6990],[-6.43950, 56.6978],[-6.439301, 56.6971],[-6.439799, 56.6959]]],[[[-5.6117, 56.1187],[-5.612299, 56.1187],[-5.612599, 56.1192],[-5.61240, 56.1202],[-5.6117, 56.1211],[-5.611001, 56.1223],[-5.6096, 56.1239],[-5.6091, 56.1244],[-5.608701, 56.1246],[-5.608099, 56.1247],[-5.6065, 56.1245],[-5.606, 56.1241],[-5.6057, 56.1237],[-5.6057, 56.1232],[-5.6069, 56.1219],[-5.608399, 56.1208],[-5.6095, 56.12],[-5.610899, 56.1191],[-5.6117, 56.1187]]],[[[-5.9334, 55.8349],[-5.9351, 55.8345],[-5.93540, 55.8349],[-5.93540, 55.8355],[-5.9344, 55.8372],[-5.932799, 55.8395],[-5.931601, 55.841],[-5.929999, 55.8420],[-5.927499000000002, 55.8422],[-5.927199, 55.8417],[-5.927299, 55.8414],[-5.929399, 55.8399],[-5.93170, 55.8381],[-5.932099, 55.8375],[-5.9323, 55.8362],[-5.932799, 55.8351],[-5.9334, 55.8349]]],[[[-6.3027, 56.4958],[-6.302599, 56.4951],[-6.302599, 56.4943],[-6.30380, 56.4938],[-6.3049, 56.4937],[-6.30530, 56.4944],[-6.305099, 56.4956],[-6.3059, 56.4957],[-6.306099, 56.4954],[-6.307001, 56.4954],[-6.30760, 56.4959],[-6.30940, 56.4964],[-6.31040, 56.4971],[-6.3101, 56.498],[-6.309501, 56.4981],[-6.3084, 56.4982],[-6.307001, 56.4985],[-6.306201, 56.4985],[-6.304999, 56.498],[-6.304399, 56.4975],[-6.302499, 56.4963],[-6.3027, 56.4958]]],[[[-5.62270, 56.1449],[-5.623199, 56.1449],[-5.6234, 56.1452],[-5.6233, 56.1456],[-5.6222, 56.1470],[-5.621699, 56.148],[-5.621601, 56.1488],[-5.6223, 56.1501],[-5.62270, 56.1507],[-5.6222, 56.1515],[-5.621201, 56.1520],[-5.62010, 56.1521],[-5.6192, 56.1520],[-5.618599, 56.1515],[-5.618599, 56.1509],[-5.6193, 56.1490],[-5.619599, 56.1471],[-5.6202, 56.1463],[-5.6208, 56.1456],[-5.622001, 56.1449],[-5.62270, 56.1449]]],[[[-5.989799, 55.7862],[-5.9902, 55.7862],[-5.9906, 55.7866],[-5.9909, 55.7874],[-5.99130, 55.7879],[-5.992001, 55.7883],[-5.992499, 55.7886],[-5.992899, 55.7890],[-5.99310, 55.7895],[-5.992599, 55.7904],[-5.9902, 55.7922],[-5.9888, 55.7921],[-5.987299, 55.7919],[-5.9863, 55.7917],[-5.9863, 55.7914],[-5.98700, 55.7912],[-5.9878, 55.7909],[-5.98810, 55.7903],[-5.98810, 55.7894],[-5.9891, 55.7885],[-5.989501, 55.7875],[-5.989399, 55.7871],[-5.989501, 55.7865],[-5.989799, 55.7862]]],[[[-5.7218, 55.6841],[-5.72330, 55.6841],[-5.724199, 55.6842],[-5.724699, 55.6852],[-5.72430, 55.6857],[-5.72330, 55.6863],[-5.721001, 55.687],[-5.719501, 55.6875],[-5.716899, 55.6879],[-5.71630, 55.6879],[-5.716001, 55.6874],[-5.716001, 55.6869],[-5.71630, 55.6866],[-5.7167, 55.6861],[-5.71780, 55.6854],[-5.7198, 55.6848],[-5.720699, 55.6845],[-5.7218, 55.6841]]],[[[-5.6608, 56.0223],[-5.662099, 56.0217],[-5.6626, 56.0220],[-5.663, 56.0224],[-5.6634, 56.0231],[-5.6635, 56.0234],[-5.6635, 56.024],[-5.663199, 56.0246],[-5.661699, 56.0259],[-5.6593, 56.0275],[-5.658199, 56.0280],[-5.657899, 56.0279],[-5.657899, 56.0275],[-5.65810, 56.0264],[-5.658299, 56.0256],[-5.658599, 56.0250],[-5.658599, 56.0247],[-5.658999, 56.024],[-5.659599, 56.0231],[-5.659999, 56.0228],[-5.6608, 56.0223]]],[[[-5.603199, 56.0077],[-5.6045, 56.0073],[-5.6057, 56.0075],[-5.6058, 56.0079],[-5.6058, 56.0086],[-5.6051, 56.0099],[-5.60440, 56.0107],[-5.6039, 56.0113],[-5.602399, 56.0123],[-5.6008, 56.0121],[-5.599899, 56.0117],[-5.599699, 56.0113],[-5.599899, 56.0107],[-5.6001, 56.0101],[-5.6009, 56.0093],[-5.60180, 56.0084],[-5.603199, 56.0077]]],[[[-6.5226, 56.6061],[-6.5226, 56.6057],[-6.522699, 56.6055],[-6.52290, 56.6054],[-6.523099, 56.6058],[-6.523701, 56.6061],[-6.524199, 56.606],[-6.524301, 56.6059],[-6.524199, 56.6055],[-6.523901, 56.6046],[-6.52400, 56.6042],[-6.524301, 56.6039],[-6.5247, 56.6039],[-6.5251, 56.604],[-6.52530, 56.6043],[-6.525499, 56.6047],[-6.52570, 56.6054],[-6.52570, 56.6063],[-6.525499, 56.6074],[-6.52530, 56.6085],[-6.525, 56.6091],[-6.524799, 56.6093],[-6.524301, 56.6097],[-6.5236, 56.6101],[-6.5226, 56.6105],[-6.5219, 56.6107],[-6.52150, 56.6105],[-6.521201, 56.6102],[-6.521, 56.6096],[-6.521, 56.6089],[-6.52110, 56.6082],[-6.52150, 56.6078],[-6.522699, 56.6076],[-6.5233, 56.6075],[-6.52350, 56.6074],[-6.5236, 56.6071],[-6.522999, 56.6066],[-6.5226, 56.6061]]],[[[-6.512899, 55.6820],[-6.512499, 55.6811],[-6.5124, 55.6803],[-6.5123, 55.6799],[-6.512499, 55.6796],[-6.51270, 55.6796],[-6.513901, 55.6799],[-6.514501, 55.6801],[-6.51510, 55.6802],[-6.5159, 55.6808],[-6.516201, 55.6811],[-6.51680, 55.6814],[-6.5185, 55.6814],[-6.51930, 55.6815],[-6.5198, 55.6817],[-6.5201, 55.6819],[-6.520199, 55.6822],[-6.52, 55.6826],[-6.51770, 55.6834],[-6.51640, 55.6835],[-6.5149, 55.6832],[-6.5142, 55.6831],[-6.513299, 55.6826],[-6.512899, 55.6820]]],[[[-5.66230, 56.2352],[-5.6627, 56.2351],[-5.663, 56.2352],[-5.663199, 56.2354],[-5.6633, 56.2359],[-5.6634, 56.2367],[-5.663599, 56.2371],[-5.664501, 56.2375],[-5.66510, 56.2381],[-5.66510, 56.2387],[-5.664999, 56.2392],[-5.6644, 56.2397],[-5.663599, 56.2403],[-5.6626, 56.2405],[-5.66130, 56.2404],[-5.6606, 56.24],[-5.660299, 56.2394],[-5.6602, 56.2388],[-5.660399, 56.2381],[-5.66090, 56.2372],[-5.6618, 56.2357],[-5.662199, 56.2353],[-5.66230, 56.2352]]],[[[-6.481801000000002, 56.4490],[-6.482299, 56.4489],[-6.482999, 56.4490],[-6.4835, 56.4493],[-6.48460, 56.4508],[-6.484799, 56.4513],[-6.48460, 56.4517],[-6.4832, 56.4527],[-6.481801000000002, 56.4537],[-6.4815, 56.4545],[-6.481201, 56.4546],[-6.48070, 56.4544],[-6.479899, 56.4540],[-6.47980, 56.4535],[-6.48, 56.4528],[-6.480299, 56.4515],[-6.480599, 56.4504],[-6.481, 56.4497],[-6.4814, 56.4492],[-6.481801000000002, 56.4490]]],[[[-5.643701, 56.1299],[-5.644599, 56.1298],[-5.645, 56.1299],[-5.64540, 56.1303],[-5.64550, 56.1307],[-5.645599, 56.1313],[-5.64540, 56.132],[-5.644899, 56.1327],[-5.64360, 56.1331],[-5.64300, 56.1335],[-5.642099, 56.1351],[-5.6413, 56.1357],[-5.6408, 56.1358],[-5.640299, 56.1356],[-5.639999, 56.1352],[-5.639999, 56.1345],[-5.640299, 56.1335],[-5.641601, 56.1321],[-5.6422, 56.1313],[-5.6427, 56.1306],[-5.643199, 56.1301],[-5.643701, 56.1299]]],[[[-5.508901, 56.4882],[-5.506401, 56.4864],[-5.506401, 56.4862],[-5.506401, 56.486],[-5.5066, 56.4858],[-5.507, 56.4855],[-5.507899, 56.4849],[-5.508501, 56.4847],[-5.5092, 56.4845],[-5.5102, 56.4844],[-5.5106, 56.4845],[-5.5107, 56.4848],[-5.5106, 56.485],[-5.508999, 56.4856],[-5.5088, 56.486],[-5.5088, 56.4864],[-5.5091, 56.4868],[-5.509501, 56.487],[-5.509799, 56.4871],[-5.5106, 56.487],[-5.511499, 56.4867],[-5.512499, 56.4859],[-5.513599, 56.4849],[-5.513901, 56.4848],[-5.5143, 56.4848],[-5.514699, 56.4849],[-5.51480, 56.4851],[-5.514501, 56.4856],[-5.5134, 56.4868],[-5.5118, 56.488],[-5.5109, 56.4886],[-5.510499, 56.4888],[-5.510099, 56.4888],[-5.509501, 56.4886],[-5.508901, 56.4882]]],[[[-5.593599, 55.7598],[-5.594699, 55.7596],[-5.5955, 55.7597],[-5.596099, 55.7599],[-5.5962, 55.7603],[-5.5962, 55.7607],[-5.596001, 55.7612],[-5.5955, 55.7617],[-5.5937, 55.7629],[-5.592599, 55.7638],[-5.5916, 55.7641],[-5.591001, 55.764],[-5.5904, 55.7639],[-5.5904, 55.7636],[-5.590799, 55.763],[-5.590899, 55.7626],[-5.59060, 55.7621],[-5.590499, 55.7618],[-5.5907, 55.7615],[-5.5913, 55.7611],[-5.592, 55.7606],[-5.592599, 55.7602],[-5.593599, 55.7598]]],[[[-5.65710, 56.0229],[-5.65770, 56.0227],[-5.658, 56.023],[-5.6578, 56.0236],[-5.657199, 56.0246],[-5.65620, 56.0258],[-5.654699, 56.0272],[-5.6536, 56.0281],[-5.6522, 56.0293],[-5.6504, 56.0307],[-5.65, 56.0308],[-5.6495, 56.0308],[-5.6495, 56.0304],[-5.6507, 56.0289],[-5.65160, 56.0279],[-5.6559, 56.024],[-5.65710, 56.0229]]],[[[-5.720099000000002, 55.9167],[-5.7206, 55.9167],[-5.7209, 55.9170],[-5.721001, 55.9176],[-5.720699, 55.9184],[-5.7199, 55.9196],[-5.718599, 55.9208],[-5.717999, 55.9215],[-5.717299, 55.9222],[-5.716401, 55.9226],[-5.715899, 55.9225],[-5.7157, 55.9224],[-5.7156, 55.922],[-5.715799, 55.9209],[-5.7161, 55.9203],[-5.717599, 55.919],[-5.71780, 55.9185],[-5.718501, 55.9173],[-5.7192, 55.9169],[-5.720099000000002, 55.9167]]],[[[-6.03630, 55.7952],[-6.035399, 55.7950],[-6.03440, 55.7950],[-6.033501, 55.7948],[-6.032199, 55.7945],[-6.031899, 55.7941],[-6.031899, 55.7935],[-6.032001, 55.7928],[-6.0323, 55.7925],[-6.0328, 55.7923],[-6.0334, 55.7922],[-6.034501, 55.7925],[-6.0355, 55.7923],[-6.03640, 55.7925],[-6.03690, 55.7925],[-6.037499, 55.7927],[-6.03770, 55.7931],[-6.037799, 55.7938],[-6.0376, 55.7945],[-6.03680, 55.7951],[-6.03630, 55.7952]]],[[[-6.293099, 56.2675],[-6.29350, 56.2675],[-6.294301, 56.2677],[-6.2951, 56.2681],[-6.295599, 56.2684],[-6.29580, 56.2691],[-6.29580, 56.2695],[-6.29540, 56.2699],[-6.294799, 56.2704],[-6.29450, 56.2711],[-6.294101, 56.2714],[-6.293799, 56.2715],[-6.2932, 56.2714],[-6.292399, 56.2711],[-6.2919, 56.2708],[-6.291201, 56.2699],[-6.291, 56.2694],[-6.291201, 56.2685],[-6.291699000000002, 56.2678],[-6.2923, 56.2675],[-6.293099, 56.2675]]],[[[-5.740799, 55.6488],[-5.7428, 55.6486],[-5.743299, 55.6488],[-5.743599, 55.6492],[-5.743701, 55.6497],[-5.743599, 55.65],[-5.7428, 55.6506],[-5.742099, 55.651],[-5.7413, 55.6513],[-5.74030, 55.6517],[-5.7377, 55.6522],[-5.737199, 55.6521],[-5.73740, 55.6512],[-5.737899, 55.6505],[-5.738901, 55.6498],[-5.740099, 55.649],[-5.740799, 55.6488]]],[[[-5.646801, 55.9811],[-5.6476, 55.9810],[-5.647999, 55.9812],[-5.648099, 55.9814],[-5.647999, 55.9819],[-5.6479, 55.9825],[-5.6476, 55.9829],[-5.646699, 55.9838],[-5.646, 55.9843],[-5.6447, 55.9851],[-5.6427, 55.9858],[-5.641601, 55.9861],[-5.6413, 55.9861],[-5.641201, 55.9858],[-5.641699, 55.9852],[-5.6443, 55.9831],[-5.64540, 55.982],[-5.6461, 55.9813],[-5.646801, 55.9811]]],[[[-5.570499, 55.2900],[-5.571401, 55.2899],[-5.572299, 55.2901],[-5.573599, 55.2922],[-5.573901, 55.2930],[-5.573599, 55.2936],[-5.572001, 55.2937],[-5.570399, 55.2924],[-5.568901, 55.2918],[-5.5679, 55.2915],[-5.5679, 55.2912],[-5.5691, 55.2903],[-5.570499, 55.2900]]],[[[-5.5233, 56.4849],[-5.524899, 56.4848],[-5.525199, 56.4849],[-5.5254, 56.4851],[-5.5257, 56.4855],[-5.5257, 56.486],[-5.5253, 56.4864],[-5.524199, 56.4869],[-5.52250, 56.4872],[-5.5201, 56.4876],[-5.519199, 56.4876],[-5.518799, 56.4873],[-5.518701, 56.487],[-5.518701, 56.4866],[-5.5189, 56.4863],[-5.5193, 56.4861],[-5.5208, 56.4855],[-5.5233, 56.4849]]],[[[-5.74440, 56.2487],[-5.7451, 56.2487],[-5.7455, 56.2488],[-5.7456, 56.2493],[-5.7455, 56.2499],[-5.7451, 56.2506],[-5.7442, 56.2514],[-5.7427, 56.2523],[-5.741601, 56.2525],[-5.740699, 56.2524],[-5.740099, 56.2522],[-5.7399, 56.252],[-5.739799, 56.2517],[-5.74030, 56.2511],[-5.7418, 56.2499],[-5.7427, 56.2493],[-5.7438, 56.2488],[-5.74440, 56.2487]]],[[[-6.238501, 56.4610],[-6.23960, 56.4608],[-6.2403, 56.4609],[-6.240799, 56.4611],[-6.241401, 56.4614],[-6.241601, 56.4618],[-6.2417, 56.4621],[-6.2417, 56.4625],[-6.2412, 56.4630],[-6.239799, 56.4638],[-6.238501, 56.4642],[-6.237299, 56.4643],[-6.236899, 56.4640],[-6.23670, 56.4630],[-6.236899, 56.4622],[-6.23710, 56.4618],[-6.237599, 56.4613],[-6.238501, 56.4610]]],[[[-5.7202, 56.2061],[-5.7218, 56.2061],[-5.722199, 56.2064],[-5.722199, 56.207],[-5.722001, 56.2077],[-5.721499, 56.2083],[-5.72050, 56.2089],[-5.719301, 56.2098],[-5.71820, 56.2099],[-5.71770, 56.2098],[-5.717199, 56.2094],[-5.7174, 56.2085],[-5.71770, 56.2078],[-5.71820, 56.2071],[-5.7188, 56.2066],[-5.7202, 56.2061]]],[[[-5.4278, 56.4566],[-5.430399, 56.4565],[-5.4309, 56.4576],[-5.4306, 56.4585],[-5.4298, 56.4596],[-5.4288, 56.4597],[-5.4274, 56.4596],[-5.4262, 56.4591],[-5.42590, 56.4584],[-5.426001, 56.4578],[-5.4263, 56.4573],[-5.4278, 56.4566]]],[[[-5.568501, 56.2067],[-5.570199, 56.2067],[-5.5712, 56.2071],[-5.571499, 56.2076],[-5.571499, 56.2082],[-5.5712, 56.209],[-5.5706, 56.2094],[-5.568901, 56.2098],[-5.567599, 56.2097],[-5.5665, 56.2094],[-5.566299, 56.2089],[-5.566299, 56.2085],[-5.567299, 56.2074],[-5.568501, 56.2067]]],[[[-5.643099, 56.0382],[-5.643701, 56.038],[-5.6439, 56.0383],[-5.643799, 56.0391],[-5.6435, 56.0399],[-5.642799, 56.041],[-5.642499, 56.0417],[-5.6423, 56.0427],[-5.642099, 56.0432],[-5.641099, 56.044],[-5.6406, 56.0443],[-5.639999, 56.0447],[-5.639699, 56.0448],[-5.63930, 56.0445],[-5.63930, 56.0442],[-5.63930, 56.0436],[-5.6399, 56.0424],[-5.6405, 56.0415],[-5.641201, 56.0406],[-5.6418, 56.0397],[-5.6422, 56.0391],[-5.64260, 56.0387],[-5.643099, 56.0382]]],[[[-5.45800, 56.5209],[-5.459101, 56.5207],[-5.459301, 56.5208],[-5.459199, 56.5213],[-5.458799, 56.5221],[-5.458399, 56.5227],[-5.456601, 56.5244],[-5.454899, 56.5258],[-5.454199, 56.5260],[-5.4533, 56.5261],[-5.4527, 56.5258],[-5.4531, 56.5251],[-5.454199, 56.5239],[-5.4559, 56.5228],[-5.4569, 56.5219],[-5.45800, 56.5209]]],[[[-6.4539, 56.2877],[-6.4518, 56.2864],[-6.451401, 56.2860],[-6.451401, 56.2858],[-6.4519, 56.2858],[-6.453501, 56.2862],[-6.454101, 56.2862],[-6.45440, 56.2861],[-6.45440, 56.2855],[-6.453599, 56.2848],[-6.453599, 56.2845],[-6.4538, 56.2843],[-6.45440, 56.2844],[-6.4547, 56.2846],[-6.454999, 56.2848],[-6.4552, 56.285],[-6.456299, 56.2856],[-6.45820, 56.2865],[-6.4595, 56.2870],[-6.459799, 56.2873],[-6.459599, 56.2875],[-6.45860, 56.2875],[-6.4585, 56.2874],[-6.45640, 56.2870],[-6.45580, 56.2871],[-6.455699, 56.2881],[-6.45540, 56.2882],[-6.4539, 56.2877]]],[[[-5.6546, 55.9805],[-5.6542, 55.9803],[-5.6521, 55.9817],[-5.65160, 55.9817],[-5.651401, 55.9816],[-5.651299, 55.9813],[-5.651401, 55.9808],[-5.6517, 55.9802],[-5.652299, 55.9796],[-5.652999000000002, 55.9791],[-5.6537, 55.9787],[-5.6542, 55.9785],[-5.65530, 55.9784],[-5.6559, 55.9786],[-5.656001, 55.9791],[-5.655799, 55.9799],[-5.65530, 55.9817],[-5.6546, 55.9825],[-5.6536, 55.983],[-5.65290, 55.983],[-5.652599, 55.9828],[-5.652699, 55.9824],[-5.653999, 55.9815],[-5.6546, 55.9809],[-5.6546, 55.9805]]],[[[-5.68900, 56.2514],[-5.6901, 56.2514],[-5.6908, 56.2515],[-5.691201, 56.2518],[-5.6917, 56.2524],[-5.6921, 56.2534],[-5.692, 56.2541],[-5.6915, 56.2544],[-5.6901, 56.2545],[-5.6894, 56.2544],[-5.68820, 56.2539],[-5.68760, 56.2534],[-5.6873, 56.2527],[-5.687399, 56.2521],[-5.687699, 56.2517],[-5.68900, 56.2514]]],[[[-5.90730, 55.8583],[-5.908, 55.8583],[-5.9087, 55.8587],[-5.908999, 55.8593],[-5.909101, 55.8599],[-5.908901, 55.8607],[-5.908299000000002, 55.8616],[-5.90770, 55.8621],[-5.9071, 55.8623],[-5.906499, 55.8623],[-5.906001, 55.8622],[-5.905799, 55.8620],[-5.906001, 55.8616],[-5.90590, 55.8614],[-5.9053, 55.8613],[-5.904399, 55.8611],[-5.9041, 55.8608],[-5.9042, 55.8605],[-5.90490, 55.8603],[-5.906001, 55.8598],[-5.906401, 55.8592],[-5.9067, 55.8587],[-5.90730, 55.8583]]],[[[-5.633399, 56.1883],[-5.633901, 56.1876],[-5.63460, 56.1873],[-5.6352, 56.1875],[-5.635799, 56.188],[-5.6367, 56.1881],[-5.6378, 56.1877],[-5.63840, 56.1881],[-5.638501, 56.189],[-5.638199, 56.1896],[-5.6377, 56.1899],[-5.635099, 56.1902],[-5.633901, 56.1902],[-5.633399, 56.1898],[-5.63310, 56.189],[-5.633399, 56.1883]]],[[[-6.327199, 55.9021],[-6.3281, 55.902],[-6.329199000000002, 55.9023],[-6.329999, 55.9031],[-6.33110, 55.9037],[-6.331201, 55.9038],[-6.33110, 55.9043],[-6.329199000000002, 55.9043],[-6.328, 55.9047],[-6.3267, 55.9048],[-6.325699, 55.9044],[-6.3252, 55.9038],[-6.3252, 55.9033],[-6.3256, 55.9030],[-6.327199, 55.9021]]],[[[-6.2218, 56.0041],[-6.2224, 56.0041],[-6.2227, 56.0042],[-6.222899, 56.0044],[-6.223, 56.0046],[-6.223, 56.0049],[-6.222799, 56.0052],[-6.2219, 56.0061],[-6.219999, 56.0077],[-6.2192, 56.0081],[-6.21880, 56.0081],[-6.21840, 56.008],[-6.217999, 56.0077],[-6.2178, 56.0072],[-6.217999, 56.0068],[-6.218501000000002, 56.0064],[-6.218901, 56.0061],[-6.2192, 56.0053],[-6.21990, 56.0048],[-6.22120, 56.0042],[-6.2218, 56.0041]]],[[[-6.3543, 56.2809],[-6.3554, 56.2807],[-6.35640, 56.2809],[-6.356699, 56.2812],[-6.356801, 56.2819],[-6.356699, 56.2822],[-6.35640, 56.2825],[-6.35550, 56.2829],[-6.3548, 56.2832],[-6.354101, 56.2835],[-6.352799, 56.2836],[-6.352099, 56.2833],[-6.3518, 56.2826],[-6.3519, 56.282],[-6.352001, 56.2817],[-6.3529, 56.2812],[-6.3543, 56.2809]]],[[[-6.3867, 56.2908],[-6.3871, 56.2907],[-6.38740, 56.2908],[-6.3877, 56.2911],[-6.388199, 56.2918],[-6.388299, 56.2922],[-6.388, 56.2926],[-6.387199, 56.2932],[-6.386499, 56.2936],[-6.3862, 56.2937],[-6.3857, 56.2938],[-6.3852, 56.2938],[-6.384301, 56.2941],[-6.383299, 56.2946],[-6.382699, 56.2946],[-6.3824, 56.2944],[-6.3824, 56.2941],[-6.382599, 56.2938],[-6.38310, 56.2934],[-6.385099, 56.2922],[-6.3863, 56.2911],[-6.386499, 56.2909],[-6.3867, 56.2908]]],[[[-5.589301, 56.3303],[-5.5899, 56.3303],[-5.59060, 56.3305],[-5.5911, 56.3307],[-5.5913, 56.3309],[-5.591401, 56.3312],[-5.590799, 56.3317],[-5.59, 56.3330],[-5.5897, 56.3338],[-5.5891, 56.334],[-5.5885, 56.334],[-5.588099, 56.3339],[-5.587699, 56.3337],[-5.5876, 56.3335],[-5.587399, 56.3329],[-5.5875, 56.3320],[-5.587699, 56.3316],[-5.5883, 56.3309],[-5.588901, 56.3305],[-5.589301, 56.3303]]],[[[-6.424399, 56.498],[-6.42490, 56.498],[-6.4252, 56.4982],[-6.4252, 56.4985],[-6.4246, 56.4994],[-6.4231, 56.5005],[-6.421299, 56.5018],[-6.420499, 56.502],[-6.42, 56.5018],[-6.419799000000002, 56.5015],[-6.4204, 56.5006],[-6.421201, 56.4997],[-6.421899, 56.4989],[-6.4225, 56.4986],[-6.423999, 56.4981],[-6.424399, 56.498]]],[[[-6.632199, 56.5658],[-6.63280, 56.5657],[-6.6331, 56.5659],[-6.6332, 56.5662],[-6.6332, 56.567],[-6.6331, 56.5677],[-6.632699, 56.5681],[-6.631499, 56.5685],[-6.6307, 56.5686],[-6.629799, 56.5686],[-6.62950, 56.5685],[-6.629399, 56.5683],[-6.6292, 56.5676],[-6.628901, 56.5672],[-6.628901, 56.5666],[-6.630099, 56.5664],[-6.6311, 56.5663],[-6.631499, 56.5661],[-6.632199, 56.5658]]],[[[-5.539501, 56.4154],[-5.5405, 56.4151],[-5.5411, 56.4154],[-5.5415, 56.4161],[-5.5414, 56.4172],[-5.54080, 56.4179],[-5.539, 56.4181],[-5.5385, 56.4177],[-5.5383, 56.4164],[-5.537499, 56.4156],[-5.539501, 56.4154]]],[[[-5.922699, 55.8458],[-5.9236, 55.8454],[-5.9241, 55.8456],[-5.92420, 55.8465],[-5.923999, 55.8474],[-5.9236, 55.8486],[-5.92320, 55.849],[-5.9225, 55.8493],[-5.921299, 55.8493],[-5.92100, 55.8491],[-5.92100, 55.8487],[-5.92100, 55.8479],[-5.921201, 55.8474],[-5.922299, 55.8469],[-5.9225, 55.8467],[-5.922599, 55.8461],[-5.922699, 55.8458]]],[[[-6.15320, 56.4845],[-6.15360, 56.4845],[-6.15460, 56.4847],[-6.1556, 56.485],[-6.156099, 56.4853],[-6.1563, 56.4855],[-6.1562, 56.4857],[-6.154799, 56.486],[-6.15460, 56.4861],[-6.15460, 56.4862],[-6.154799, 56.4863],[-6.1566, 56.487],[-6.1566, 56.4871],[-6.156499, 56.4873],[-6.156001, 56.4874],[-6.1553, 56.4873],[-6.154799, 56.4872],[-6.154301, 56.487],[-6.15360, 56.4867],[-6.15280, 56.4864],[-6.1525, 56.4862],[-6.15220, 56.4857],[-6.1521, 56.4853],[-6.15220, 56.4849],[-6.152299000000002, 56.4847],[-6.152699, 56.4845],[-6.15320, 56.4845]]],[[[-6.63280, 56.1341],[-6.63370, 56.1341],[-6.634699, 56.1342],[-6.6353, 56.1343],[-6.635799, 56.1344],[-6.6362, 56.1346],[-6.636499, 56.1349],[-6.636499, 56.1351],[-6.6362, 56.1354],[-6.636001, 56.1355],[-6.6357, 56.1356],[-6.635099, 56.1357],[-6.6341, 56.1358],[-6.6331, 56.1358],[-6.632199, 56.1358],[-6.631499, 56.1356],[-6.6312, 56.1354],[-6.630899, 56.1349],[-6.630899, 56.1347],[-6.6312, 56.1345],[-6.6316, 56.1343],[-6.6321, 56.1342],[-6.63280, 56.1341]]],[[[-6.0356, 55.658],[-6.0376, 55.6571],[-6.038, 55.6572],[-6.0384, 55.6577],[-6.038799, 55.658],[-6.038799, 55.6586],[-6.0376, 55.6596],[-6.036099, 55.6604],[-6.035699, 55.6603],[-6.0356, 55.6597],[-6.0356, 55.6594],[-6.0349, 55.6590],[-6.0348, 55.6587],[-6.0348, 55.6585],[-6.0356, 55.658]]],[[[-5.603199, 56.4569],[-5.604599, 56.4565],[-5.605199, 56.4568],[-5.604899, 56.4574],[-5.6034, 56.4583],[-5.602499, 56.4589],[-5.601099, 56.4597],[-5.599899, 56.4601],[-5.599199, 56.4599],[-5.599101, 56.4597],[-5.599199, 56.4594],[-5.6009, 56.4583],[-5.603199, 56.4569]]],[[[-5.659599, 55.9780],[-5.660299, 55.9778],[-5.66130, 55.9780],[-5.661601, 55.9783],[-5.661601, 55.9788],[-5.66130, 55.9792],[-5.660299, 55.9799],[-5.659501, 55.9803],[-5.658501, 55.9804],[-5.657899, 55.9804],[-5.657499, 55.9802],[-5.6573, 55.9799],[-5.657199, 55.9795],[-5.657499, 55.9790],[-5.658599, 55.9786],[-5.6587, 55.9785],[-5.659599, 55.9780]]],[[[-6.390399, 56.2867],[-6.391001, 56.2867],[-6.3914, 56.2868],[-6.392001, 56.2875],[-6.3922, 56.288],[-6.392099, 56.2889],[-6.3923, 56.2891],[-6.3927, 56.2893],[-6.39340, 56.2897],[-6.39340, 56.29],[-6.39300, 56.2903],[-6.3923, 56.2905],[-6.3918, 56.2903],[-6.3914, 56.2901],[-6.3908, 56.2895],[-6.39020, 56.2886],[-6.38980, 56.288],[-6.3901, 56.2870],[-6.390399, 56.2867]]],[[[-5.6728, 56.0119],[-5.673299, 56.0118],[-5.6737, 56.012],[-5.6737, 56.0123],[-5.673399, 56.0135],[-5.6729, 56.0141],[-5.671801, 56.0153],[-5.670499, 56.0162],[-5.66970, 56.0166],[-5.6695, 56.0164],[-5.6696, 56.0162],[-5.670599, 56.0147],[-5.6715, 56.0136],[-5.6728, 56.0119]]],[[[-5.6991, 55.9156],[-5.699399, 55.9156],[-5.699501, 55.9157],[-5.6996, 55.9159],[-5.699399, 55.9163],[-5.6991, 55.9168],[-5.698999, 55.9173],[-5.698599, 55.9180],[-5.6984, 55.9183],[-5.6974, 55.9187],[-5.696899, 55.9192],[-5.6962, 55.9193],[-5.69570, 55.9192],[-5.69560, 55.919],[-5.69570, 55.9186],[-5.6963, 55.9179],[-5.697299, 55.9168],[-5.697899, 55.9161],[-5.698501, 55.9158],[-5.6991, 55.9156]]],[[[-6.186601, 56.2874],[-6.18790, 56.2873],[-6.18850, 56.2879],[-6.1886, 56.2887],[-6.188399, 56.2890],[-6.187699, 56.2896],[-6.1868, 56.29],[-6.1861, 56.2901],[-6.185599, 56.29],[-6.185299, 56.2896],[-6.1852, 56.2891],[-6.1858, 56.2882],[-6.186601, 56.2874]]],[[[-5.891099, 55.9666],[-5.891601, 55.9666],[-5.89180, 55.9670],[-5.891699, 55.9674],[-5.89130, 55.9681],[-5.8898, 55.9691],[-5.8878, 55.9702],[-5.8874, 55.9702],[-5.887199, 55.9701],[-5.88710, 55.9699],[-5.887499, 55.9693],[-5.8888, 55.9681],[-5.8898, 55.9673],[-5.890399, 55.9669],[-5.891099, 55.9666]]],[[[-5.4466, 56.5572],[-5.447899, 56.557],[-5.448299, 56.5571],[-5.4487, 56.5574],[-5.4488, 56.558],[-5.448599, 56.5584],[-5.448299, 56.5587],[-5.4461, 56.5593],[-5.4449, 56.5594],[-5.4449, 56.5588],[-5.445199, 56.5579],[-5.445799, 56.5574],[-5.4466, 56.5572]]],[[[-5.4179, 56.5652],[-5.418799, 56.5652],[-5.419199, 56.5654],[-5.4182, 56.5664],[-5.414199, 56.5684],[-5.4134, 56.5683],[-5.414, 56.5673],[-5.4159, 56.5662],[-5.4179, 56.5652]]],[[[-5.394501, 56.0014],[-5.3957, 56.001],[-5.396201, 56.0012],[-5.396299, 56.0014],[-5.396299, 56.0016],[-5.395899, 56.0022],[-5.394899, 56.0032],[-5.394, 56.004],[-5.3933, 56.0045],[-5.3929, 56.0046],[-5.3926, 56.0044],[-5.392499, 56.0039],[-5.3926, 56.0034],[-5.3933, 56.0024],[-5.394501, 56.0014]]],[[[-5.600399, 56.1583],[-5.601699, 56.1582],[-5.602799, 56.1583],[-5.6033, 56.1584],[-5.6033, 56.1588],[-5.603099, 56.1594],[-5.6023, 56.16],[-5.601601, 56.1604],[-5.60020, 56.1606],[-5.599899, 56.1605],[-5.5998, 56.1602],[-5.599699, 56.1597],[-5.599899, 56.1590],[-5.600399, 56.1583]]],[[[-6.309199, 56.4714],[-6.309599, 56.4714],[-6.309899000000002, 56.4715],[-6.3101, 56.4720],[-6.309999000000002, 56.4726],[-6.309599, 56.4731],[-6.30800, 56.4738],[-6.307199, 56.4739],[-6.3064, 56.4737],[-6.3059, 56.4735],[-6.305799, 56.4733],[-6.306099, 56.473],[-6.307099, 56.4723],[-6.3083, 56.4717],[-6.309199, 56.4714]]],[[[-6.633999, 56.1279],[-6.63520, 56.1279],[-6.6359, 56.128],[-6.636401, 56.1281],[-6.6367, 56.1282],[-6.6368, 56.1284],[-6.6367, 56.1289],[-6.63560, 56.1294],[-6.63460, 56.1297],[-6.6336, 56.1297],[-6.632699, 56.1295],[-6.632, 56.1292],[-6.632, 56.129],[-6.6321, 56.1288],[-6.6325, 56.1285],[-6.6332, 56.1282],[-6.633999, 56.1279]]],[[[-6.02450, 55.6728],[-6.025, 55.6726],[-6.026899, 55.6725],[-6.0278, 55.6727],[-6.0282, 55.6727],[-6.029399, 55.6725],[-6.0296, 55.6725],[-6.029799, 55.6726],[-6.03, 55.6728],[-6.03, 55.6729],[-6.0299, 55.6732],[-6.0296, 55.6734],[-6.028999, 55.6737],[-6.0271, 55.6740],[-6.025899, 55.6740],[-6.025199, 55.6737],[-6.02460, 55.6733],[-6.02450, 55.6730],[-6.02450, 55.6728]]],[[[-6.05420, 55.6584],[-6.054501, 55.6584],[-6.054699000000002, 55.6591],[-6.052499, 55.6606],[-6.0513, 55.6620],[-6.0503, 55.6629],[-6.049799, 55.663],[-6.04950, 55.6628],[-6.04950, 55.6625],[-6.051401, 55.6604],[-6.0534, 55.6585],[-6.05420, 55.6584]]],[[[-5.917399, 55.9639],[-5.9182, 55.9638],[-5.9186, 55.9639],[-5.9194, 55.9652],[-5.9196, 55.9660],[-5.9194, 55.9664],[-5.91900, 55.9667],[-5.9183, 55.9664],[-5.9169, 55.9656],[-5.916, 55.965],[-5.916, 55.9648],[-5.916, 55.9646],[-5.917399, 55.9639]]],[[[-6.246, 56.0299],[-6.24560, 56.0297],[-6.245299, 56.0298],[-6.24510, 56.0306],[-6.2448, 56.0307],[-6.243999, 56.0302],[-6.243299, 56.0299],[-6.242599, 56.0297],[-6.242499, 56.0295],[-6.2427, 56.0293],[-6.243199, 56.0291],[-6.243701, 56.029],[-6.2455, 56.0291],[-6.2468, 56.0292],[-6.247399, 56.0295],[-6.24800, 56.0298],[-6.248099, 56.0299],[-6.248199, 56.0300],[-6.248099, 56.0302],[-6.24790, 56.0305],[-6.24760, 56.0307],[-6.247099, 56.0308],[-6.246699, 56.0307],[-6.2464, 56.0303],[-6.246, 56.0299]]],[[[-6.04720, 55.6634],[-6.0482, 55.6633],[-6.0487, 55.6634],[-6.0487, 55.6637],[-6.0487, 55.6641],[-6.0475, 55.6647],[-6.045899, 55.6661],[-6.0454, 55.6661],[-6.0451, 55.666],[-6.0451, 55.6657],[-6.044899, 55.6655],[-6.044101, 55.6654],[-6.044101, 55.6653],[-6.044301, 55.6649],[-6.04530, 55.6645],[-6.0465, 55.6640],[-6.04720, 55.6634]]],[[[-5.761099, 55.6636],[-5.761401, 55.6635],[-5.7617, 55.6636],[-5.76180, 55.6637],[-5.76180, 55.6640],[-5.7617, 55.6646],[-5.761499, 55.6653],[-5.761099, 55.6658],[-5.76, 55.6667],[-5.759799, 55.6669],[-5.759301, 55.6673],[-5.7591, 55.6674],[-5.758901, 55.6673],[-5.7588, 55.6669],[-5.7588, 55.6666],[-5.758999, 55.6661],[-5.7592, 55.6656],[-5.7596, 55.6649],[-5.759799, 55.6646],[-5.760399, 55.6641],[-5.761099, 55.6636]]],[[[-6.452899, 55.8426],[-6.453199, 55.8426],[-6.4539, 55.8429],[-6.4543, 55.8431],[-6.45400, 55.8433],[-6.453, 55.8437],[-6.452499, 55.8440],[-6.45260, 55.8442],[-6.453, 55.8444],[-6.453, 55.8450],[-6.453, 55.8451],[-6.452499, 55.8452],[-6.44990, 55.8446],[-6.449699, 55.8445],[-6.449699, 55.8444],[-6.44990, 55.8442],[-6.45120, 55.8434],[-6.452499, 55.8427],[-6.452899, 55.8426]]],[[[-5.564, 56.0907],[-5.5647, 56.0905],[-5.5653, 56.0906],[-5.56610, 56.0908],[-5.566299, 56.0914],[-5.566299, 56.0922],[-5.565899, 56.0931],[-5.565, 56.0936],[-5.5644, 56.0933],[-5.564, 56.0927],[-5.564199, 56.0924],[-5.564199, 56.0919],[-5.564, 56.0915],[-5.563799, 56.0910],[-5.564, 56.0907]]],[[[-6.046201, 56.6205],[-6.046899, 56.6204],[-6.04860, 56.6205],[-6.049799, 56.6206],[-6.0502, 56.6207],[-6.0503, 56.6208],[-6.050099, 56.6211],[-6.049301, 56.622],[-6.04860, 56.6221],[-6.04810, 56.6221],[-6.0475, 56.622],[-6.0471, 56.6219],[-6.04670, 56.6217],[-6.046299, 56.6215],[-6.046, 56.6213],[-6.04570, 56.6209],[-6.0458, 56.6206],[-6.046201, 56.6205]]],[[[-5.323999, 55.8783],[-5.324501, 55.8783],[-5.324999, 55.8785],[-5.325399, 55.8788],[-5.3255, 55.8791],[-5.3253, 55.8795],[-5.3248, 55.88],[-5.324399, 55.8802],[-5.323901, 55.8804],[-5.322999, 55.8803],[-5.3225, 55.8801],[-5.321801, 55.8795],[-5.321899, 55.8792],[-5.322199, 55.8788],[-5.3228, 55.8785],[-5.3234, 55.8783],[-5.323999, 55.8783]]],[[[-5.6618, 55.8913],[-5.662399, 55.8913],[-5.6626, 55.8917],[-5.662001, 55.8925],[-5.66130, 55.8933],[-5.6606, 55.8938],[-5.658999, 55.8947],[-5.6584, 55.8948],[-5.658199, 55.8946],[-5.658299, 55.8941],[-5.6593, 55.8933],[-5.6601, 55.8926],[-5.660699, 55.892],[-5.6618, 55.8913]]],[[[-6.4133, 56.5028],[-6.413799, 56.5027],[-6.414101, 56.5028],[-6.414199, 56.5029],[-6.414199, 56.5033],[-6.414101, 56.5042],[-6.41400, 56.5047],[-6.413799, 56.5051],[-6.413599, 56.5054],[-6.4133, 56.5055],[-6.412899, 56.5055],[-6.4115, 56.5055],[-6.411201, 56.5055],[-6.411001, 56.5054],[-6.411001, 56.5053],[-6.411201, 56.505],[-6.41270, 56.5033],[-6.4133, 56.5028]]],[[[-5.597199, 56.3818],[-5.598199, 56.3816],[-5.59930, 56.382],[-5.60020, 56.3823],[-5.600399, 56.3827],[-5.6005, 56.3831],[-5.60020, 56.3835],[-5.5994, 56.3837],[-5.5984, 56.3837],[-5.5976, 56.3834],[-5.5968, 56.3822],[-5.597199, 56.3818]]],[[[-6.63840, 56.1304],[-6.638501000000002, 56.1301],[-6.6392, 56.1302],[-6.63990, 56.1301],[-6.640699, 56.1298],[-6.641601, 56.1298],[-6.642099, 56.1311],[-6.6415, 56.1314],[-6.6409, 56.1316],[-6.639999, 56.1317],[-6.638501000000002, 56.1315],[-6.63840, 56.1309],[-6.63840, 56.1304]]],[[[-5.554101, 56.1444],[-5.555099, 56.1441],[-5.556201, 56.1442],[-5.556499, 56.1446],[-5.55560, 56.1456],[-5.5548, 56.1461],[-5.5531, 56.1465],[-5.5528, 56.1462],[-5.5528, 56.1458],[-5.552999, 56.1453],[-5.553299, 56.1449],[-5.554101, 56.1444]]],[[[-5.5377, 56.0940],[-5.5398, 56.0934],[-5.5404, 56.0936],[-5.540599, 56.0939],[-5.540299, 56.0942],[-5.539599, 56.0949],[-5.5393, 56.0952],[-5.538799, 56.0956],[-5.537799, 56.0959],[-5.537099, 56.0955],[-5.5368, 56.0950],[-5.537099, 56.0945],[-5.5377, 56.0940]]],[[[-5.654399, 56.2426],[-5.654799, 56.2425],[-5.655, 56.2427],[-5.655, 56.2431],[-5.6546, 56.244],[-5.654399, 56.2463],[-5.654399, 56.2469],[-5.6541, 56.2472],[-5.6537, 56.2473],[-5.6532, 56.2469],[-5.6531, 56.2462],[-5.653299, 56.2446],[-5.6538, 56.2433],[-5.654399, 56.2426]]],[[[-5.585499, 56.3276],[-5.5858, 56.3276],[-5.586401, 56.3277],[-5.5865, 56.328],[-5.586401, 56.3284],[-5.584899, 56.3295],[-5.584101, 56.3300],[-5.5832, 56.3304],[-5.582699, 56.3303],[-5.582399, 56.3299],[-5.583, 56.329],[-5.58350, 56.3288],[-5.584199, 56.3284],[-5.5847, 56.3281],[-5.585499, 56.3276]]],[[[-5.70790, 55.9405],[-5.708399, 55.9403],[-5.708701, 55.9404],[-5.708799, 55.9407],[-5.7086, 55.9411],[-5.70830, 55.9416],[-5.707399, 55.9431],[-5.706601, 55.9442],[-5.7061, 55.9446],[-5.705699, 55.9445],[-5.705599, 55.9442],[-5.70590, 55.9431],[-5.70640, 55.9423],[-5.70690, 55.9417],[-5.70790, 55.9405]]],[[[-6.4045, 56.3485],[-6.405099, 56.3484],[-6.40530, 56.3485],[-6.40530, 56.3487],[-6.40520, 56.3489],[-6.404799, 56.3493],[-6.403399, 56.3500],[-6.4003, 56.3506],[-6.4, 56.3505],[-6.399899, 56.3504],[-6.399899, 56.3502],[-6.4007, 56.3497],[-6.4022, 56.3491],[-6.403399, 56.3488],[-6.403999, 56.3486],[-6.4045, 56.3485]]],[[[-6.24980, 56.3246],[-6.25040, 56.3246],[-6.250899, 56.3247],[-6.2521, 56.3251],[-6.2533, 56.3257],[-6.25360, 56.3261],[-6.253399, 56.3264],[-6.2529, 56.3265],[-6.251699, 56.3264],[-6.2511, 56.3263],[-6.2505, 56.326],[-6.24980, 56.3257],[-6.24930, 56.3253],[-6.249199, 56.3248],[-6.249199, 56.3246],[-6.24980, 56.3246]]],[[[-5.657199, 56.2417],[-5.657899, 56.2415],[-5.6584, 56.2416],[-5.658501, 56.2419],[-5.6584, 56.2421],[-5.658199, 56.2424],[-5.657599, 56.2429],[-5.657199, 56.2433],[-5.656801, 56.2444],[-5.656401, 56.2454],[-5.65620, 56.2458],[-5.656001, 56.246],[-5.6557, 56.2459],[-5.6556, 56.2457],[-5.6557, 56.2451],[-5.6559, 56.2436],[-5.656099, 56.243],[-5.656499, 56.2423],[-5.656801, 56.242],[-5.657199, 56.2417]]],[[[-5.697599, 56.2221],[-5.698501, 56.2221],[-5.698901, 56.2224],[-5.698901, 56.2229],[-5.6987, 56.2232],[-5.6984, 56.2235],[-5.6978, 56.2238],[-5.6971, 56.224],[-5.696499, 56.224],[-5.695799, 56.2238],[-5.695499, 56.2236],[-5.695399, 56.2234],[-5.6953, 56.2231],[-5.69560, 56.2228],[-5.696499, 56.2223],[-5.696801, 56.2223],[-5.697599, 56.2221]]],[[[-5.577499, 56.2387],[-5.57830, 56.2387],[-5.5788, 56.239],[-5.579, 56.2394],[-5.579, 56.2399],[-5.57840, 56.2403],[-5.577499, 56.2404],[-5.576001, 56.2403],[-5.575699, 56.2401],[-5.5756, 56.2399],[-5.5755, 56.2394],[-5.575699, 56.2391],[-5.5763, 56.2388],[-5.577499, 56.2387]]],[[[-5.6173, 56.1128],[-5.6181, 56.1128],[-5.6181, 56.1134],[-5.617499, 56.1141],[-5.616601, 56.1147],[-5.6156, 56.1152],[-5.614799, 56.1154],[-5.6142, 56.1154],[-5.6142, 56.1149],[-5.6152, 56.114],[-5.615499, 56.1137],[-5.616099, 56.1134],[-5.6173, 56.1128]]],[[[-5.571801, 56.2212],[-5.572599, 56.2212],[-5.572899, 56.2216],[-5.5728, 56.2222],[-5.572199, 56.2235],[-5.5716, 56.2242],[-5.571001, 56.2244],[-5.570499, 56.2239],[-5.5707, 56.2227],[-5.570899, 56.2220],[-5.571801, 56.2212]]],[[[-5.5608, 56.1569],[-5.5614, 56.1566],[-5.562699, 56.1573],[-5.5633, 56.1575],[-5.563799, 56.1579],[-5.564101, 56.1583],[-5.564101, 56.1587],[-5.56360, 56.1590],[-5.56260, 56.1590],[-5.561201, 56.1582],[-5.560699, 56.1574],[-5.5608, 56.1569]]],[[[-6.5134, 56.617],[-6.513901, 56.617],[-6.514699, 56.6173],[-6.515299, 56.6176],[-6.5158, 56.618],[-6.516099, 56.6183],[-6.5165, 56.6187],[-6.516699, 56.6192],[-6.516601, 56.6196],[-6.516099, 56.6196],[-6.5156, 56.6195],[-6.5152, 56.6193],[-6.5134, 56.6179],[-6.51310, 56.6174],[-6.513199, 56.6171],[-6.5134, 56.617]]],[[[-6.071401, 55.8116],[-6.071899, 55.8116],[-6.07240, 55.8119],[-6.073501, 55.8129],[-6.0738, 55.8132],[-6.0738, 55.8135],[-6.073599, 55.8136],[-6.072199, 55.8136],[-6.07060, 55.8136],[-6.0704, 55.8134],[-6.0704, 55.8132],[-6.07070, 55.8126],[-6.071001, 55.8121],[-6.071401, 55.8116]]],[[[-5.439301, 56.5595],[-5.4424, 56.5582],[-5.4428, 56.5585],[-5.442299, 56.5591],[-5.4403, 56.5604],[-5.439, 56.5607],[-5.4383, 56.5607],[-5.4379, 56.5606],[-5.438099, 56.5603],[-5.439301, 56.5595]]],[[[-6.23670, 56.4580],[-6.236801000000002, 56.4580],[-6.237199, 56.4581],[-6.237299, 56.4583],[-6.237199, 56.4585],[-6.237, 56.4588],[-6.23620, 56.4593],[-6.235199, 56.4597],[-6.2342, 56.4599],[-6.2333, 56.4599],[-6.23290, 56.4599],[-6.2326, 56.4597],[-6.232699, 56.4595],[-6.233399, 56.4591],[-6.234399, 56.4588],[-6.235799, 56.4581],[-6.23630, 56.4580],[-6.23670, 56.4580]]],[[[-6.0408, 55.6739],[-6.0418, 55.6737],[-6.042099, 55.6738],[-6.042099, 55.6743],[-6.039501, 55.6760],[-6.0389, 55.6762],[-6.038, 55.6763],[-6.037399, 55.6762],[-6.037499, 55.6760],[-6.038, 55.6756],[-6.039101, 55.675],[-6.0408, 55.6739]]],[[[-5.9109, 55.968],[-5.911201, 55.968],[-5.91150, 55.9682],[-5.911601, 55.9685],[-5.911601, 55.9689],[-5.911001, 55.9697],[-5.9102, 55.9702],[-5.9094, 55.9704],[-5.908901, 55.9702],[-5.9087, 55.9700],[-5.9087, 55.9696],[-5.908901, 55.9691],[-5.909501, 55.9686],[-5.910299, 55.9681],[-5.9109, 55.968]]],[[[-5.868199, 56.3514],[-5.86880, 56.3514],[-5.869101, 56.3516],[-5.869101, 56.3519],[-5.868501, 56.3525],[-5.867899, 56.3528],[-5.867499, 56.3530],[-5.8667, 56.3531],[-5.8662, 56.3532],[-5.8652, 56.3531],[-5.864999, 56.3528],[-5.8652, 56.3525],[-5.8656, 56.3522],[-5.8663, 56.3519],[-5.8673, 56.3516],[-5.868199, 56.3514]]],[[[-5.54950, 56.2559],[-5.5503, 56.2558],[-5.551099, 56.2561],[-5.550799, 56.2581],[-5.5496, 56.2583],[-5.5487, 56.2573],[-5.5487, 56.2567],[-5.54950, 56.2559]]],[[[-6.56150, 56.5919],[-6.562001, 56.5919],[-6.5625, 56.5922],[-6.562699, 56.5924],[-6.562799, 56.5926],[-6.562699, 56.5929],[-6.562399, 56.5932],[-6.561601, 56.5935],[-6.5598, 56.5936],[-6.559199, 56.5934],[-6.559199, 56.5930],[-6.559199, 56.5928],[-6.5593, 56.5926],[-6.55970, 56.5925],[-6.56040, 56.5924],[-6.56100, 56.592],[-6.56150, 56.5919]]],[[[-6.0402, 55.6591],[-6.0408, 55.6591],[-6.0408, 55.6593],[-6.04050, 55.6597],[-6.0397, 55.6607],[-6.0389, 55.6609],[-6.03770, 55.6611],[-6.037199, 55.6613],[-6.036699, 55.6612],[-6.036699, 55.6611],[-6.037199, 55.6605],[-6.038599, 55.6596],[-6.039599, 55.6592],[-6.0402, 55.6591]]],[[[-5.588399, 56.3239],[-5.5891, 56.3239],[-5.589301, 56.3245],[-5.589399, 56.3254],[-5.589301, 56.3257],[-5.5886, 56.3259],[-5.5878, 56.3261],[-5.5876, 56.3261],[-5.5872, 56.3258],[-5.58700, 56.3249],[-5.5872, 56.3246],[-5.5875, 56.3243],[-5.588399, 56.3239]]],[[[-6.158599, 56.488],[-6.1592, 56.4879],[-6.16020, 56.4881],[-6.161001, 56.4884],[-6.161601, 56.4887],[-6.162099, 56.4891],[-6.162199, 56.4892],[-6.162199, 56.4895],[-6.162099, 56.4896],[-6.1619, 56.4898],[-6.1613, 56.4897],[-6.1605, 56.4895],[-6.1599, 56.4893],[-6.15930, 56.4891],[-6.15840, 56.4885],[-6.15840, 56.4882],[-6.158599, 56.488]]],[[[-5.476601, 56.552],[-5.477499, 56.552],[-5.477799, 56.5526],[-5.4777, 56.5531],[-5.477099, 56.5541],[-5.4764, 56.5544],[-5.4755, 56.5546],[-5.4751, 56.5544],[-5.4752, 56.554],[-5.4759, 56.5534],[-5.4764, 56.5529],[-5.476201, 56.5523],[-5.476601, 56.552]]],[[[-5.71400, 55.9187],[-5.714399, 55.9186],[-5.7147, 55.9187],[-5.7147, 55.919],[-5.7145, 55.9195],[-5.7141, 55.9204],[-5.713799, 55.9210],[-5.7136, 55.9213],[-5.713099, 55.9215],[-5.7122, 55.9216],[-5.71200, 55.9215],[-5.7119, 55.9213],[-5.71210, 55.9210],[-5.712699, 55.9206],[-5.712999000000002, 55.9202],[-5.7133, 55.9194],[-5.7135, 55.919],[-5.71400, 55.9187]]],[[[-6.129399, 56.4752],[-6.13, 56.4751],[-6.131499, 56.4752],[-6.132699, 56.4754],[-6.132999, 56.4755],[-6.1332, 56.4757],[-6.133299, 56.476],[-6.1332, 56.4763],[-6.1324, 56.4765],[-6.131499, 56.4764],[-6.130799, 56.4762],[-6.1299, 56.4758],[-6.129301, 56.4754],[-6.129399, 56.4752]]],[[[-5.488599, 56.4295],[-5.4891, 56.4295],[-5.489799, 56.4298],[-5.490099, 56.4301],[-5.490499, 56.4304],[-5.490799, 56.4311],[-5.490699, 56.4318],[-5.4902, 56.4318],[-5.489699, 56.4316],[-5.488501, 56.4307],[-5.488299, 56.4301],[-5.4884, 56.4297],[-5.488599, 56.4295]]],[[[-5.457799, 56.554],[-5.4585, 56.554],[-5.458799, 56.5542],[-5.4585, 56.5548],[-5.457699, 56.5557],[-5.457099, 56.5563],[-5.456699, 56.5567],[-5.456201, 56.5567],[-5.456, 56.5562],[-5.456201, 56.5556],[-5.4573, 56.5544],[-5.457799, 56.554]]],[[[-5.573599, 56.1109],[-5.5742, 56.1108],[-5.574699, 56.1109],[-5.57490, 56.1111],[-5.57490, 56.1115],[-5.574501, 56.1124],[-5.5734, 56.113],[-5.5728, 56.1128],[-5.572599, 56.1124],[-5.5728, 56.1114],[-5.573599, 56.1109]]],[[[-5.927299, 55.8501],[-5.928199, 55.8498],[-5.92880, 55.8505],[-5.928599, 55.8511],[-5.927999, 55.8517],[-5.927499000000002, 55.8519],[-5.9267, 55.8519],[-5.9259, 55.8518],[-5.925799, 55.8516],[-5.9262, 55.8513],[-5.926499000000002, 55.8511],[-5.927199, 55.8503],[-5.927299, 55.8501]]],[[[-5.687001, 55.9194],[-5.687399, 55.9194],[-5.6879, 55.9197],[-5.68800, 55.9199],[-5.68800, 55.9201],[-5.687699, 55.9205],[-5.68720, 55.9211],[-5.686601, 55.9214],[-5.686201, 55.9214],[-5.68580, 55.9212],[-5.6855, 55.9209],[-5.6854, 55.9206],[-5.6854, 55.9203],[-5.685699, 55.9200],[-5.686299, 55.9197],[-5.686699, 55.9195],[-5.687001, 55.9194]]],[[[-6.528999, 55.6962],[-6.52950, 55.6961],[-6.530799, 55.6965],[-6.53090, 55.6969],[-6.530799, 55.6976],[-6.5306, 55.6981],[-6.530399, 55.6982],[-6.529399, 55.698],[-6.528999, 55.6977],[-6.5287, 55.6972],[-6.5287, 55.6967],[-6.5288, 55.6963],[-6.528999, 55.6962]]],[[[-6.0262, 55.6709],[-6.026401, 55.6709],[-6.0266, 55.6710],[-6.0266, 55.6712],[-6.02650, 55.6714],[-6.026401, 55.6716],[-6.0254, 55.672],[-6.024199000000002, 55.6725],[-6.022999, 55.6728],[-6.0225, 55.6727],[-6.022399, 55.6726],[-6.022399, 55.6722],[-6.023099, 55.672],[-6.025499, 55.6710],[-6.025899, 55.6709],[-6.0262, 55.6709]]],[[[-5.173299, 55.9265],[-5.1737, 55.9265],[-5.1741, 55.9267],[-5.174699, 55.9271],[-5.1752, 55.9276],[-5.1753, 55.9281],[-5.175, 55.9286],[-5.174699, 55.9288],[-5.1742, 55.9288],[-5.173901, 55.9287],[-5.1736, 55.9283],[-5.1732, 55.9276],[-5.172999, 55.9271],[-5.172999, 55.9268],[-5.173299, 55.9265]]],[[[-6.25410, 56.0614],[-6.25500, 56.0614],[-6.2553, 56.0617],[-6.2553, 56.0623],[-6.254301, 56.0625],[-6.2535, 56.0631],[-6.2525, 56.0628],[-6.25220, 56.062],[-6.252699, 56.0617],[-6.25410, 56.0614]]],[[[-5.67, 56.0126],[-5.6704, 56.0125],[-5.6708, 56.0126],[-5.671, 56.0127],[-5.671, 56.013],[-5.67070, 56.0136],[-5.6691, 56.015],[-5.6685, 56.015],[-5.668399, 56.015],[-5.668399, 56.0144],[-5.66890, 56.0136],[-5.6695, 56.0129],[-5.67, 56.0126]]],[[[-5.1922, 55.9332],[-5.192599, 55.9332],[-5.1932, 55.9334],[-5.193901, 55.9338],[-5.193999, 55.934],[-5.193999, 55.9342],[-5.193999, 55.9347],[-5.1937, 55.935],[-5.193399, 55.9351],[-5.192999, 55.9351],[-5.1925, 55.935],[-5.1922, 55.9348],[-5.191801, 55.9343],[-5.1917, 55.9339],[-5.191899, 55.9334],[-5.192, 55.9333],[-5.1922, 55.9332]]],[[[-5.6962, 56.2248],[-5.696499, 56.2247],[-5.6971, 56.2248],[-5.6974, 56.2251],[-5.6977, 56.2254],[-5.697899, 56.226],[-5.697899, 56.2266],[-5.6977, 56.2271],[-5.6974, 56.2271],[-5.69660, 56.2268],[-5.6963, 56.2264],[-5.69610, 56.2258],[-5.69610, 56.2252],[-5.6962, 56.2248]]],[[[-6.352399, 55.8909],[-6.351201, 55.8908],[-6.350699, 55.8908],[-6.3502, 55.8907],[-6.349999, 55.8905],[-6.349999, 55.8901],[-6.351299, 55.8896],[-6.3515, 55.8895],[-6.3518, 55.8895],[-6.35220, 55.8896],[-6.3527, 55.8899],[-6.35300, 55.8901],[-6.353199, 55.8903],[-6.353199, 55.8906],[-6.353099, 55.8908],[-6.352399, 55.8909]]],[[[-6.461201, 56.3479],[-6.46200, 56.3478],[-6.46290, 56.348],[-6.4632, 56.3483],[-6.4632, 56.3486],[-6.462999, 56.3488],[-6.4622, 56.3488],[-6.461299, 56.3489],[-6.459899, 56.3489],[-6.459301, 56.3487],[-6.459199, 56.3486],[-6.459301, 56.3484],[-6.4597, 56.3482],[-6.461201, 56.3479]]],[[[-5.5755, 56.0171],[-5.575699, 56.0169],[-5.576499, 56.0172],[-5.576499, 56.0177],[-5.576601, 56.0182],[-5.576099, 56.0186],[-5.5752, 56.0189],[-5.574399, 56.0191],[-5.5742, 56.0184],[-5.574699, 56.0178],[-5.575099, 56.0174],[-5.5755, 56.0171]]],[[[-5.575099, 56.1213],[-5.575799, 56.1213],[-5.5763, 56.1219],[-5.5762, 56.1222],[-5.574999, 56.1227],[-5.573901, 56.1229],[-5.5734, 56.1225],[-5.5734, 56.1222],[-5.573599, 56.1219],[-5.574399, 56.1214],[-5.575099, 56.1213]]],[[[-6.376299, 56.5196],[-6.37700, 56.5194],[-6.377999000000002, 56.5196],[-6.378701, 56.5201],[-6.378901, 56.5205],[-6.378799, 56.5207],[-6.378399, 56.5208],[-6.377699, 56.5208],[-6.375899, 56.5206],[-6.3758, 56.5203],[-6.3758, 56.5202],[-6.376, 56.5200],[-6.376299, 56.5196]]],[[[-5.708, 55.9369],[-5.708099, 55.9369],[-5.70820, 55.937],[-5.70830, 55.9372],[-5.70830, 55.9374],[-5.708099, 55.9377],[-5.70730, 55.9382],[-5.706699, 55.9389],[-5.706299, 55.9392],[-5.7058, 55.9392],[-5.705599, 55.939],[-5.705599, 55.9388],[-5.705699, 55.9385],[-5.706299, 55.9377],[-5.706601, 55.9374],[-5.707001, 55.9371],[-5.707399, 55.9369],[-5.707699, 55.9369],[-5.708, 55.9369]]],[[[-6.613901, 56.5766],[-6.614501, 56.5766],[-6.6149, 56.5767],[-6.614999000000002, 56.5771],[-6.614999000000002, 56.5778],[-6.614999000000002, 56.5783],[-6.614699, 56.5787],[-6.6142, 56.5788],[-6.613599, 56.5784],[-6.6134, 56.578],[-6.613299, 56.5775],[-6.6134, 56.5769],[-6.6137, 56.5767],[-6.613901, 56.5766]]],[[[-5.626299, 56.1429],[-5.6269, 56.1428],[-5.62760, 56.1429],[-5.6279, 56.1432],[-5.627999, 56.1436],[-5.6275, 56.1442],[-5.626801000000002, 56.1445],[-5.626299, 56.1445],[-5.626, 56.1444],[-5.625599, 56.1441],[-5.625599, 56.1438],[-5.62570, 56.1434],[-5.626299, 56.1429]]],[[[-5.573901, 56.3804],[-5.5755, 56.3797],[-5.575799, 56.381],[-5.575399, 56.3817],[-5.5737, 56.3813],[-5.5731, 56.3808],[-5.573901, 56.3804]]],[[[-5.459, 55.8367],[-5.4595, 55.8366],[-5.459799, 55.8367],[-5.46, 55.8368],[-5.460199, 55.8373],[-5.460199, 55.8377],[-5.4601, 55.8382],[-5.4597, 55.8385],[-5.459, 55.8386],[-5.4586, 55.8385],[-5.458399, 55.8383],[-5.4583, 55.838],[-5.4583, 55.8377],[-5.4585, 55.8372],[-5.4586, 55.8369],[-5.458701, 55.8368],[-5.459, 55.8367]]],[[[-6.168799, 56.4571],[-6.1695, 56.4571],[-6.169899, 56.4573],[-6.169899, 56.4575],[-6.169799, 56.4580],[-6.16960, 56.4582],[-6.169, 56.4586],[-6.16820, 56.4586],[-6.167799, 56.4585],[-6.1675, 56.4583],[-6.1675, 56.4576],[-6.167799, 56.4572],[-6.168799, 56.4571]]],[[[-5.726699, 56.1455],[-5.7276, 56.1454],[-5.728099, 56.1455],[-5.7283, 56.1456],[-5.7286, 56.1459],[-5.728701, 56.1462],[-5.72840, 56.1466],[-5.7277, 56.1469],[-5.7272, 56.1469],[-5.726699, 56.1468],[-5.7264, 56.1467],[-5.726099, 56.1465],[-5.726099, 56.1462],[-5.7264, 56.1457],[-5.726699, 56.1455]]],[[[-6.2391, 56.4569],[-6.239501, 56.4568],[-6.2399, 56.4570],[-6.240099, 56.4572],[-6.240099, 56.4576],[-6.239799, 56.4582],[-6.2391, 56.4587],[-6.23820, 56.4587],[-6.237999, 56.4585],[-6.237999, 56.4583],[-6.23810, 56.4580],[-6.238299, 56.4574],[-6.238599000000002, 56.4572],[-6.2391, 56.4569]]],[[[-6.434999, 56.3085],[-6.4354, 56.3085],[-6.435599, 56.3087],[-6.43580, 56.3093],[-6.435699, 56.3099],[-6.4351, 56.3102],[-6.43380, 56.3101],[-6.433701, 56.3095],[-6.43390, 56.309],[-6.434501, 56.3086],[-6.434999, 56.3085]]],[[[-5.4185, 56.5609],[-5.4191, 56.5609],[-5.419301, 56.5612],[-5.419199, 56.5615],[-5.418399, 56.5622],[-5.4175, 56.563],[-5.4169, 56.5631],[-5.416601, 56.563],[-5.4165, 56.5628],[-5.4165, 56.5626],[-5.417799, 56.5614],[-5.4185, 56.5609]]],[[[-6.182001, 55.6217],[-6.182899, 55.6217],[-6.18330, 55.6218],[-6.183701, 55.622],[-6.1838, 55.6221],[-6.1838, 55.6223],[-6.183599, 55.6225],[-6.183199, 55.6227],[-6.18270, 55.6228],[-6.18140, 55.6228],[-6.180699, 55.6226],[-6.180699, 55.6224],[-6.180799, 55.6221],[-6.181201, 55.6218],[-6.182001, 55.6217]]],[[[-5.834899, 56.3097],[-5.835599, 56.3097],[-5.8357, 56.3098],[-5.8357, 56.31],[-5.835499, 56.3103],[-5.835199, 56.3105],[-5.833399, 56.3109],[-5.8325, 56.311],[-5.832099, 56.3109],[-5.832099, 56.3106],[-5.833099, 56.3101],[-5.833799, 56.3099],[-5.834899, 56.3097]]],[[[-6.02600, 55.6652],[-6.0266, 55.6651],[-6.026801, 55.6655],[-6.02650, 55.6667],[-6.0262, 55.6670],[-6.025599, 55.6670],[-6.025199, 55.6668],[-6.025, 55.6661],[-6.024899, 55.6655],[-6.025199, 55.6653],[-6.02600, 55.6652]]],[[[-6.347799, 55.8897],[-6.34840, 55.8895],[-6.34890, 55.8896],[-6.349199, 55.8898],[-6.349199, 55.8901],[-6.348701, 55.8907],[-6.348199, 55.8911],[-6.3477, 55.8912],[-6.3474, 55.8912],[-6.347099, 55.8911],[-6.34690, 55.8909],[-6.3468, 55.8907],[-6.3468, 55.8905],[-6.347799, 55.8897]]],[[[-6.72340, 56.5663],[-6.724, 56.5663],[-6.724999, 56.5667],[-6.7255, 56.567],[-6.7255, 56.5675],[-6.72430, 56.5679],[-6.723501, 56.5675],[-6.723, 56.5667],[-6.72340, 56.5663]]],[[[-5.9681, 56.0220],[-5.968599, 56.0220],[-5.96920, 56.0221],[-5.96980, 56.0222],[-5.96980, 56.0226],[-5.968901, 56.0231],[-5.9678, 56.0233],[-5.967, 56.0229],[-5.9671, 56.0225],[-5.967199, 56.0223],[-5.9681, 56.0220]]],[[[-6.983099, 56.4909],[-6.983901, 56.4907],[-6.984799, 56.491],[-6.984799, 56.4915],[-6.984399, 56.4918],[-6.983799, 56.4921],[-6.982699, 56.492],[-6.982299, 56.4916],[-6.9826, 56.4909],[-6.983099, 56.4909]]],[[[-5.599, 56.316],[-5.5998, 56.3159],[-5.599999, 56.3162],[-5.60020, 56.3168],[-5.599999, 56.3171],[-5.599699, 56.3174],[-5.598701, 56.318],[-5.598501, 56.3172],[-5.5984, 56.3166],[-5.598501, 56.316],[-5.599, 56.316]]],[[[-5.658901, 56.2425],[-5.6593, 56.2424],[-5.6598, 56.2427],[-5.6599, 56.2432],[-5.6598, 56.244],[-5.65940, 56.2443],[-5.6588, 56.2443],[-5.658299, 56.2441],[-5.65810, 56.2438],[-5.658299, 56.2433],[-5.6584, 56.2429],[-5.658901, 56.2425]]],[[[-5.634699000000002, 55.9087],[-5.635499, 55.9082],[-5.635799, 55.9083],[-5.636099, 55.9084],[-5.6363, 55.9086],[-5.636401, 55.9089],[-5.636401, 55.9093],[-5.6363, 55.9096],[-5.6359, 55.9099],[-5.63560, 55.91],[-5.6352, 55.91],[-5.634799, 55.9098],[-5.63460, 55.9096],[-5.634501, 55.9092],[-5.634699000000002, 55.9087]]],[[[-6.4478, 56.7025],[-6.4487, 56.7025],[-6.4492, 56.7027],[-6.449699, 56.7032],[-6.449501, 56.7037],[-6.448299, 56.7038],[-6.44740, 56.7034],[-6.4471, 56.7031],[-6.447001, 56.7028],[-6.4478, 56.7025]]],[[[-6.465099, 56.3465],[-6.46620, 56.3463],[-6.467199, 56.3464],[-6.4674, 56.3466],[-6.4674, 56.3471],[-6.46660, 56.3475],[-6.4656, 56.3476],[-6.465, 56.3473],[-6.4649, 56.3470],[-6.465099, 56.3465]]],[[[-5.485, 56.5491],[-5.485799, 56.5485],[-5.4863, 56.5489],[-5.4863, 56.5494],[-5.485799, 56.5499],[-5.485099, 56.5502],[-5.484301, 56.5506],[-5.4836, 56.5502],[-5.484301, 56.5497],[-5.485, 56.5491]]],[[[-6.3417, 56.2719],[-6.3424, 56.2719],[-6.343999, 56.2722],[-6.34520, 56.2724],[-6.34560, 56.2725],[-6.345699, 56.2727],[-6.3455, 56.2728],[-6.345099, 56.2729],[-6.34420, 56.2729],[-6.3432, 56.2728],[-6.342299000000002, 56.2726],[-6.341801, 56.2724],[-6.341499, 56.2722],[-6.341499, 56.2720],[-6.3417, 56.2719]]],[[[-6.62850, 56.5628],[-6.628901, 56.5628],[-6.629301, 56.563],[-6.6296, 56.5634],[-6.6297, 56.564],[-6.62950, 56.5645],[-6.6292, 56.5649],[-6.62860, 56.565],[-6.628399, 56.5647],[-6.6283, 56.5641],[-6.6282, 56.5636],[-6.6283, 56.5631],[-6.62850, 56.5628]]],[[[-6.220699, 56.4677],[-6.221099, 56.4677],[-6.2219, 56.4681],[-6.2224, 56.4685],[-6.222799, 56.4689],[-6.222799, 56.4693],[-6.2224, 56.4696],[-6.22170, 56.4694],[-6.22130, 56.4691],[-6.2206, 56.4685],[-6.2206, 56.4680],[-6.220699, 56.4677]]],[[[-6.079101, 55.6372],[-6.0798, 55.6369],[-6.080299, 55.637],[-6.08040, 55.6373],[-6.0802, 55.6378],[-6.0798, 55.6382],[-6.079199, 55.6384],[-6.078501, 55.6385],[-6.077799, 55.6385],[-6.077899, 55.6381],[-6.078501, 55.6376],[-6.079101, 55.6372]]],[[[-5.5245, 56.182],[-5.5257, 56.1819],[-5.5266, 56.1821],[-5.5267, 56.1826],[-5.5262, 56.1828],[-5.524899, 56.1831],[-5.523901, 56.1827],[-5.523901, 56.1822],[-5.5245, 56.182]]],[[[-5.514599, 56.4762],[-5.5152, 56.476],[-5.516201, 56.4762],[-5.5165, 56.4763],[-5.516601, 56.4765],[-5.516601, 56.4767],[-5.5165, 56.4769],[-5.516201, 56.477],[-5.515399, 56.4771],[-5.513999, 56.4771],[-5.513599, 56.477],[-5.5137, 56.4767],[-5.513901, 56.4765],[-5.514101, 56.4764],[-5.514599, 56.4762]]],[[[-6.164101, 56.4896],[-6.164501, 56.4896],[-6.16480, 56.4897],[-6.1651, 56.4898],[-6.165599, 56.4901],[-6.1661, 56.4904],[-6.166201, 56.4906],[-6.166201, 56.4908],[-6.1661, 56.491],[-6.165599, 56.4911],[-6.1651, 56.491],[-6.164501, 56.4908],[-6.164101, 56.4906],[-6.163701, 56.4903],[-6.163701, 56.4899],[-6.16390, 56.4897],[-6.164101, 56.4896]]],[[[-5.590799, 56.0310],[-5.591499, 56.0308],[-5.5917, 56.0309],[-5.5917, 56.0312],[-5.5912, 56.0318],[-5.5899, 56.0327],[-5.5895, 56.0327],[-5.5892, 56.0326],[-5.5891, 56.0324],[-5.5891, 56.0321],[-5.590099, 56.0314],[-5.590799, 56.0310]]],[[[-6.3617, 56.3437],[-6.36250, 56.3437],[-6.3631, 56.3440],[-6.3637, 56.3443],[-6.3637, 56.3447],[-6.363501, 56.3450],[-6.362599, 56.3451],[-6.36200, 56.3449],[-6.36160, 56.3445],[-6.361401, 56.3442],[-6.361499, 56.3439],[-6.3617, 56.3437]]],[[[-5.600299, 56.2413],[-5.601099, 56.2411],[-5.6023, 56.2415],[-5.602099, 56.2421],[-5.6014, 56.2423],[-5.599999, 56.2425],[-5.599899, 56.2418],[-5.600299, 56.2413]]],[[[-6.224899, 56.4628],[-6.225299, 56.4628],[-6.225399, 56.4630],[-6.2252, 56.4633],[-6.2238, 56.4642],[-6.222899, 56.4644],[-6.22260, 56.4642],[-6.22260, 56.4640],[-6.222799, 56.4637],[-6.2233, 56.4633],[-6.2239, 56.4630],[-6.224899, 56.4628]]],[[[-5.7418, 56.1449],[-5.742199, 56.1449],[-5.742499, 56.1452],[-5.742599, 56.1455],[-5.742499, 56.1458],[-5.7423, 56.146],[-5.742099, 56.1461],[-5.7418, 56.1462],[-5.741499, 56.1462],[-5.740799, 56.1461],[-5.740499, 56.1459],[-5.740399, 56.1456],[-5.740499, 56.1452],[-5.7409, 56.145],[-5.7413, 56.1449],[-5.7418, 56.1449]]],[[[-6.382299, 56.5185],[-6.3829, 56.5184],[-6.38310, 56.5185],[-6.38320, 56.5188],[-6.38320, 56.5191],[-6.38310, 56.5195],[-6.3829, 56.5198],[-6.3824, 56.5200],[-6.3816, 56.5200],[-6.381299, 56.5199],[-6.38120, 56.5198],[-6.381299, 56.5195],[-6.3816, 56.5191],[-6.381899, 56.5187],[-6.382299, 56.5185]]],[[[-6.144501, 55.6095],[-6.14480, 55.6094],[-6.145299, 55.6095],[-6.145599, 55.6096],[-6.14570, 55.6099],[-6.14570, 55.6102],[-6.1455, 55.6106],[-6.145199, 55.6108],[-6.14480, 55.6109],[-6.14430, 55.6109],[-6.144, 55.6108],[-6.143701, 55.6105],[-6.143799, 55.6101],[-6.144, 55.6098],[-6.144501, 55.6095]]],[[[-5.702899, 55.93],[-5.7034, 55.9299],[-5.7039, 55.93],[-5.704199, 55.9303],[-5.7043, 55.9306],[-5.704101, 55.9308],[-5.703599, 55.9312],[-5.703199, 55.9313],[-5.70270, 55.9313],[-5.702199, 55.9312],[-5.702099, 55.9309],[-5.702099, 55.9307],[-5.702499, 55.9303],[-5.702899, 55.93]]],[[[-6.21750, 56.4609],[-6.2181, 56.4609],[-6.21840, 56.4611],[-6.218599, 56.4614],[-6.2187, 56.4618],[-6.21840, 56.4622],[-6.2181, 56.4624],[-6.21750, 56.4625],[-6.21700, 56.4622],[-6.216899, 56.4618],[-6.21700, 56.4615],[-6.21710, 56.4611],[-6.21750, 56.4609]]],[[[-5.2374, 56.1022],[-5.2381, 56.1018],[-5.2391, 56.1019],[-5.2391, 56.1025],[-5.238901, 56.1029],[-5.2384, 56.1033],[-5.237899, 56.1034],[-5.237299, 56.1030],[-5.2374, 56.1022]]],[[[-6.53240, 55.6943],[-6.533, 55.6943],[-6.53380, 55.6944],[-6.5342, 55.6947],[-6.53430, 55.6953],[-6.533901, 55.6955],[-6.533199, 55.6956],[-6.53280, 55.6955],[-6.532199, 55.695],[-6.532199, 55.6947],[-6.53240, 55.6943]]],[[[-5.792399, 56.0092],[-5.792699, 56.0091],[-5.793099, 56.0092],[-5.793399, 56.0095],[-5.793399, 56.01],[-5.793099, 56.0106],[-5.7926, 56.011],[-5.7922, 56.011],[-5.792, 56.0107],[-5.79190, 56.0101],[-5.792, 56.0097],[-5.792099, 56.0095],[-5.792399, 56.0092]]],[[[-6.2366, 56.0309],[-6.23710, 56.0308],[-6.237999, 56.0309],[-6.238299, 56.0310],[-6.238599000000002, 56.0314],[-6.238599000000002, 56.0317],[-6.238501, 56.0318],[-6.238299, 56.0319],[-6.23770, 56.032],[-6.237, 56.0319],[-6.2366, 56.0317],[-6.23630, 56.0314],[-6.23630, 56.0312],[-6.2366, 56.0309]]],[[[-6.094699, 55.6354],[-6.09550, 55.6354],[-6.095799, 55.6355],[-6.095799, 55.6359],[-6.09550, 55.6363],[-6.0948, 55.6367],[-6.094301, 55.6367],[-6.093999, 55.6366],[-6.0937, 55.6364],[-6.0938, 55.636],[-6.093901, 55.6357],[-6.0942, 55.6355],[-6.094699, 55.6354]]],[[[-6.23250, 56.2826],[-6.233099, 56.2825],[-6.233901, 56.2826],[-6.2341, 56.2832],[-6.234, 56.2839],[-6.233399, 56.2839],[-6.232299, 56.2834],[-6.2322, 56.2829],[-6.23250, 56.2826]]],[[[-5.72940, 56.1876],[-5.7297, 56.1871],[-5.73070, 56.1872],[-5.7315, 56.1878],[-5.73080, 56.1883],[-5.73000, 56.1886],[-5.72940, 56.1881],[-5.72940, 56.1876]]],[[[-6.709, 56.5694],[-6.709799, 56.5694],[-6.710499, 56.5695],[-6.7108, 56.5696],[-6.711299, 56.57],[-6.7115, 56.5703],[-6.7115, 56.5705],[-6.711401, 56.5707],[-6.711, 56.5707],[-6.710499, 56.5706],[-6.709899, 56.5703],[-6.7094, 56.57],[-6.7089, 56.5696],[-6.709, 56.5694]]],[[[-6.146, 55.6071],[-6.146801, 55.6071],[-6.147, 55.6072],[-6.147099000000002, 55.6075],[-6.147099000000002, 55.6078],[-6.1469, 55.608],[-6.14650, 55.6081],[-6.145599, 55.608],[-6.1451, 55.6079],[-6.1447, 55.6077],[-6.144501, 55.6075],[-6.144599, 55.6073],[-6.1451, 55.6072],[-6.146, 55.6071]]],[[[-6.4305, 56.3313],[-6.4309, 56.3313],[-6.431001, 56.3316],[-6.430399, 56.3321],[-6.4284, 56.3323],[-6.427999, 56.3320],[-6.42810, 56.3318],[-6.428501, 56.3316],[-6.429399, 56.3314],[-6.4305, 56.3313]]],[[[-5.764501, 56.0276],[-5.7658, 56.0273],[-5.766201, 56.0274],[-5.7664, 56.0278],[-5.766099, 56.0282],[-5.7655, 56.0286],[-5.7648, 56.0286],[-5.7643, 56.0284],[-5.7643, 56.0281],[-5.764501, 56.0276]]],[[[-6.303299, 56.4707],[-6.3037, 56.4706],[-6.304501, 56.4711],[-6.304999, 56.4719],[-6.304999, 56.4723],[-6.304599, 56.4725],[-6.30420, 56.4724],[-6.30380, 56.4720],[-6.303199, 56.4711],[-6.303199, 56.4708],[-6.303299, 56.4707]]],[[[-6.4519, 56.6966],[-6.452499, 56.6965],[-6.453, 56.6968],[-6.452899, 56.6973],[-6.45260, 56.6979],[-6.45170, 56.6979],[-6.45120, 56.6977],[-6.451099, 56.6975],[-6.451099, 56.6972],[-6.451499, 56.6969],[-6.4519, 56.6966]]],[[[-5.527699, 56.4167],[-5.529699, 56.4164],[-5.53, 56.4168],[-5.52860, 56.4175],[-5.5275, 56.4175],[-5.5271, 56.4172],[-5.527699, 56.4167]]],[[[-5.3052, 55.8480],[-5.3056, 55.8478],[-5.30640, 55.8479],[-5.306499, 55.8481],[-5.306601, 55.8486],[-5.306499, 55.8489],[-5.306099, 55.8492],[-5.30550, 55.8492],[-5.305099, 55.8491],[-5.3049, 55.8488],[-5.3049, 55.8486],[-5.304999, 55.8483],[-5.3052, 55.8480]]],[[[-6.432099, 56.3007],[-6.43230, 56.3006],[-6.4327, 56.3007],[-6.433, 56.301],[-6.433199, 56.3015],[-6.43330, 56.302],[-6.4331, 56.3024],[-6.4327, 56.3026],[-6.43240, 56.3024],[-6.432099, 56.3019],[-6.43190, 56.3013],[-6.43190, 56.301],[-6.432099, 56.3007]]],[[[-6.3926, 56.2298],[-6.393099, 56.2298],[-6.393701, 56.2299],[-6.3939, 56.23],[-6.3939, 56.2303],[-6.393701, 56.2306],[-6.39350, 56.2308],[-6.3929, 56.2309],[-6.392399, 56.2309],[-6.392099, 56.2308],[-6.3918, 56.2305],[-6.3918, 56.2302],[-6.3919, 56.23],[-6.3922, 56.2299],[-6.3926, 56.2298]]],[[[-6.1623, 56.4867],[-6.1627, 56.4867],[-6.1634, 56.4868],[-6.163701, 56.4869],[-6.164199, 56.4871],[-6.16440, 56.4873],[-6.164501, 56.4875],[-6.164501, 56.4878],[-6.16440, 56.4879],[-6.164101, 56.4879],[-6.16350, 56.4878],[-6.1627, 56.4875],[-6.162199, 56.4872],[-6.162001, 56.487],[-6.162099, 56.4868],[-6.1623, 56.4867]]],[[[-6.395, 56.241],[-6.39580, 56.2409],[-6.396699, 56.2412],[-6.396699, 56.2417],[-6.396299000000002, 56.242],[-6.395299, 56.242],[-6.39480, 56.2418],[-6.394501000000002, 56.2417],[-6.394599, 56.2413],[-6.395, 56.241]]],[[[-5.58700, 56.0330],[-5.5876, 56.0329],[-5.587699, 56.0331],[-5.5875, 56.0334],[-5.587299, 56.0337],[-5.5866, 56.0343],[-5.585599, 56.0348],[-5.5851, 56.035],[-5.585, 56.0348],[-5.5851, 56.0346],[-5.585599, 56.0342],[-5.58700, 56.0330]]],[[[-6.529799, 56.5998],[-6.530399, 56.5996],[-6.5312, 56.6],[-6.531001, 56.6003],[-6.5307, 56.6006],[-6.53000, 56.6007],[-6.52860, 56.6006],[-6.528901, 56.6001],[-6.52910, 56.5999],[-6.529799, 56.5998]]],[[[-5.910299, 56.5361],[-5.9109, 56.5360],[-5.9118, 56.5364],[-5.912001, 56.5368],[-5.911601, 56.5374],[-5.9109, 56.5373],[-5.91010, 56.5367],[-5.909999, 56.5362],[-5.910299, 56.5361]]],[[[-6.6332, 56.5706],[-6.633501, 56.5706],[-6.633901, 56.5707],[-6.633999, 56.5711],[-6.63380, 56.5715],[-6.633501, 56.5718],[-6.6331, 56.5719],[-6.6325, 56.5719],[-6.632199, 56.5718],[-6.632199, 56.5716],[-6.632199, 56.5714],[-6.632299, 56.5711],[-6.6324, 56.5709],[-6.63280, 56.5707],[-6.6332, 56.5706]]],[[[-5.9653, 56.3146],[-5.9667, 56.3146],[-5.9677, 56.3148],[-5.9677, 56.315],[-5.967199, 56.3153],[-5.966001, 56.3153],[-5.96500, 56.3153],[-5.9646, 56.3151],[-5.9646, 56.3149],[-5.9653, 56.3146]]],[[[-5.7999, 56.2203],[-5.80070, 56.2200],[-5.801099, 56.2201],[-5.80120, 56.2204],[-5.8009, 56.2211],[-5.7996, 56.2215],[-5.7991, 56.2213],[-5.7992, 56.2211],[-5.7995, 56.2208],[-5.7999, 56.2203]]],[[[-6.37470, 56.3528],[-6.3755, 56.3527],[-6.37610, 56.3529],[-6.375899, 56.3534],[-6.375599, 56.3537],[-6.374899, 56.3538],[-6.374101, 56.3537],[-6.373799, 56.3536],[-6.373799, 56.3533],[-6.374199, 56.3530],[-6.37470, 56.3528]]],[[[-6.1398, 55.6122],[-6.139999, 55.6121],[-6.14060, 55.6122],[-6.141001, 55.6126],[-6.141001, 55.6130],[-6.1408, 55.6134],[-6.140399, 55.6136],[-6.1398, 55.6134],[-6.139599, 55.6133],[-6.1394, 55.6130],[-6.1394, 55.6126],[-6.139599, 55.6123],[-6.1398, 55.6122]]],[[[-6.67560, 56.5961],[-6.676001, 56.596],[-6.6763, 56.5961],[-6.676401, 56.5962],[-6.676499, 56.5964],[-6.676401, 56.5968],[-6.676099, 56.5973],[-6.6757, 56.5975],[-6.6752, 56.5974],[-6.674799, 56.5972],[-6.674799, 56.5971],[-6.6749, 56.5966],[-6.675099, 56.5964],[-6.67560, 56.5961]]],[[[-5.97860, 55.9525],[-5.9794, 55.9523],[-5.979899, 55.9525],[-5.979899, 55.9532],[-5.9797, 55.9535],[-5.979199, 55.9536],[-5.9784, 55.9535],[-5.978199, 55.9531],[-5.978199, 55.9529],[-5.9783, 55.9526],[-5.97860, 55.9525]]],[[[-6.24510, 56.4108],[-6.2459, 56.4107],[-6.246601, 56.4108],[-6.247001, 56.4109],[-6.2472, 56.4112],[-6.2472, 56.4115],[-6.2468, 56.4117],[-6.245699, 56.4116],[-6.244999, 56.4114],[-6.2449, 56.4110],[-6.24510, 56.4108]]],[[[-5.7821, 56.0133],[-5.782599, 56.0132],[-5.7831, 56.0134],[-5.7831, 56.0139],[-5.782899, 56.0142],[-5.782499, 56.0144],[-5.7821, 56.0145],[-5.781499, 56.0144],[-5.7813, 56.0143],[-5.7813, 56.014],[-5.781499, 56.0136],[-5.781801, 56.0134],[-5.7821, 56.0133]]],[[[-6.1476, 55.6024],[-6.148099, 55.6024],[-6.148399, 55.6025],[-6.1486, 55.6029],[-6.1486, 55.6032],[-6.148399, 55.6034],[-6.147799, 55.6037],[-6.147299, 55.6037],[-6.147, 55.6036],[-6.146801, 55.6032],[-6.147, 55.6029],[-6.147299, 55.6026],[-6.1476, 55.6024]]],[[[-6.431601, 56.3331],[-6.432199, 56.3331],[-6.432799, 56.3333],[-6.432899000000002, 56.3335],[-6.432799, 56.3338],[-6.4326, 56.3341],[-6.432099, 56.3342],[-6.431601, 56.3342],[-6.4309, 56.3336],[-6.431001, 56.3331],[-6.431601, 56.3331]]],[[[-5.515299, 56.1875],[-5.5158, 56.187],[-5.5165, 56.1871],[-5.5169, 56.1877],[-5.5165, 56.1882],[-5.515399, 56.1883],[-5.51480, 56.1877],[-5.515299, 56.1875]]],[[[-6.148901, 55.6124],[-6.149301, 55.6123],[-6.149799, 55.6124],[-6.15000, 55.6125],[-6.15000, 55.6127],[-6.149799, 55.6129],[-6.14900, 55.6133],[-6.1486, 55.6134],[-6.1479, 55.6135],[-6.1476, 55.6134],[-6.14750, 55.6133],[-6.147699, 55.6130],[-6.1482, 55.6127],[-6.1486, 55.6125],[-6.148901, 55.6124]]],[[[-5.692299, 56.2427],[-5.6929, 56.2427],[-5.69370, 56.2432],[-5.69410, 56.2437],[-5.693999, 56.244],[-5.693501, 56.2441],[-5.692999, 56.244],[-5.6925, 56.2437],[-5.6922, 56.243],[-5.692299, 56.2427]]],[[[-6.41130, 56.2406],[-6.4119, 56.2405],[-6.412399, 56.2406],[-6.412799, 56.2407],[-6.412899, 56.241],[-6.412799, 56.2413],[-6.41230, 56.2414],[-6.411601, 56.2415],[-6.4109, 56.2414],[-6.41080, 56.2413],[-6.4106, 56.2411],[-6.4109, 56.2407],[-6.41130, 56.2406]]],[[[-6.1882, 55.6202],[-6.18850, 55.6202],[-6.188701, 55.6203],[-6.18890, 55.6204],[-6.189, 55.6206],[-6.189, 55.6208],[-6.18890, 55.6210],[-6.18850, 55.6213],[-6.18830, 55.6214],[-6.1876, 55.6213],[-6.1872, 55.6211],[-6.187099, 55.6208],[-6.1872, 55.6206],[-6.1876, 55.6203],[-6.1882, 55.6202]]],[[[-6.210299, 56.4664],[-6.210499, 56.4664],[-6.2108, 56.4667],[-6.21100, 56.4671],[-6.211201, 56.4677],[-6.211299, 56.4680],[-6.211299, 56.4682],[-6.211201, 56.4683],[-6.210899, 56.4683],[-6.210499, 56.4681],[-6.210199, 56.4677],[-6.21000, 56.4674],[-6.209899, 56.4670],[-6.209899, 56.4667],[-6.21000, 56.4665],[-6.210299, 56.4664]]],[[[-7.0015, 56.5027],[-7.0019, 56.5024],[-7.0025, 56.5025],[-7.0029, 56.5026],[-7.003799, 56.5033],[-7.0029, 56.5037],[-7.002299, 56.5036],[-7.0015, 56.5027]]],[[[-6.026899, 55.7197],[-6.0272, 55.7197],[-6.02740, 55.7198],[-6.0275, 55.7200],[-6.0275, 55.7203],[-6.02740, 55.7205],[-6.02700, 55.7208],[-6.026401, 55.7208],[-6.0261, 55.7208],[-6.025599, 55.7207],[-6.025599, 55.7205],[-6.025599, 55.7203],[-6.0257, 55.7202],[-6.02600, 55.7199],[-6.026401, 55.7198],[-6.026899, 55.7197]]],[[[-5.8616, 56.3395],[-5.8625, 56.3394],[-5.86320, 56.3395],[-5.86320, 56.3401],[-5.862599, 56.3402],[-5.861801, 56.3403],[-5.86070, 56.3402],[-5.860899, 56.3398],[-5.8616, 56.3395]]],[[[-6.379799, 56.2942],[-6.3807, 56.2942],[-6.381299, 56.2943],[-6.381401, 56.2944],[-6.381401, 56.2946],[-6.38120, 56.2947],[-6.380499, 56.2949],[-6.379799, 56.295],[-6.3792, 56.2949],[-6.379, 56.2948],[-6.378701, 56.2946],[-6.378701, 56.2944],[-6.378799, 56.2943],[-6.3792, 56.2942],[-6.379799, 56.2942]]],[[[-6.429501, 56.301],[-6.4299, 56.3008],[-6.4305, 56.3014],[-6.430799, 56.302],[-6.430799, 56.3023],[-6.430399, 56.3025],[-6.430099, 56.3025],[-6.429699, 56.3021],[-6.4293, 56.3015],[-6.4293, 56.3011],[-6.429501, 56.301]]],[[[-5.5266, 56.4837],[-5.52700, 56.4836],[-5.5274, 56.4837],[-5.527599, 56.484],[-5.527599, 56.4845],[-5.5274, 56.4849],[-5.52700, 56.4851],[-5.5267, 56.4851],[-5.526401, 56.485],[-5.526299, 56.4847],[-5.526299, 56.4842],[-5.5265, 56.4838],[-5.5266, 56.4837]]],[[[-5.329501, 55.872],[-5.3301, 55.8719],[-5.3305, 55.872],[-5.33080, 55.8721],[-5.3309, 55.8723],[-5.3309, 55.8726],[-5.33080, 55.8728],[-5.3305, 55.8729],[-5.3302, 55.873],[-5.3297, 55.873],[-5.3294, 55.8729],[-5.329199, 55.8726],[-5.329199, 55.8723],[-5.3293, 55.8721],[-5.329501, 55.872]]],[[[-5.540699, 55.2837],[-5.5414, 55.2837],[-5.5419, 55.2839],[-5.5419, 55.2842],[-5.541699, 55.2845],[-5.541201, 55.2846],[-5.540699, 55.2846],[-5.5402, 55.2845],[-5.539999, 55.2844],[-5.539899, 55.2841],[-5.539999, 55.2838],[-5.540699, 55.2837]]],[[[-6.08750, 55.6436],[-6.0882, 55.6436],[-6.0882, 55.644],[-6.08710, 55.6446],[-6.0866, 55.6447],[-6.086299, 55.6446],[-6.08610, 55.6444],[-6.086299, 55.644],[-6.086801, 55.6437],[-6.08750, 55.6436]]],[[[-6.44320, 56.3125],[-6.44360, 56.3123],[-6.444301000000002, 56.3124],[-6.44460, 56.3129],[-6.44460, 56.3133],[-6.44410, 56.3136],[-6.443399, 56.3135],[-6.443099, 56.3129],[-6.44320, 56.3125]]],[[[-6.76980, 56.5463],[-6.7705, 56.5463],[-6.771, 56.5466],[-6.770599, 56.5472],[-6.769899, 56.5475],[-6.769, 56.547],[-6.76980, 56.5463]]],[[[-5.8108, 56.2146],[-5.811699, 56.2144],[-5.81190, 56.2146],[-5.81190, 56.2149],[-5.811299, 56.2154],[-5.810699, 56.2157],[-5.81010, 56.2157],[-5.809899, 56.2156],[-5.81010, 56.2153],[-5.8108, 56.2146]]],[[[-6.408501, 56.2397],[-6.4093, 56.2396],[-6.409999, 56.2398],[-6.410299, 56.2399],[-6.410299, 56.2401],[-6.409999, 56.2404],[-6.409101, 56.2406],[-6.408299, 56.2403],[-6.408299, 56.2399],[-6.408501, 56.2397]]],[[[-5.5368, 56.2549],[-5.53730, 56.2541],[-5.538, 56.2544],[-5.5385, 56.2547],[-5.5383, 56.2551],[-5.537399, 56.2554],[-5.5368, 56.2553],[-5.5368, 56.2549]]],[[[-5.9372, 55.9585],[-5.937799, 55.9583],[-5.93830, 55.9586],[-5.93820, 55.9592],[-5.9376, 55.9598],[-5.937099, 55.9596],[-5.9369, 55.9589],[-5.9372, 55.9585]]],[[[-6.3463, 56.2503],[-6.3467, 56.2503],[-6.3473, 56.2504],[-6.3477, 56.2507],[-6.347799, 56.251],[-6.347799, 56.2512],[-6.3473, 56.2515],[-6.3467, 56.2513],[-6.346499, 56.2512],[-6.3462, 56.2508],[-6.346099, 56.2505],[-6.3463, 56.2503]]],[[[-6.411201, 56.2421],[-6.411601, 56.2421],[-6.412099, 56.2423],[-6.412199, 56.2426],[-6.412001, 56.2429],[-6.41140, 56.2429],[-6.410399, 56.2428],[-6.4101, 56.2426],[-6.409999, 56.2424],[-6.410299, 56.2422],[-6.41080, 56.2421],[-6.411201, 56.2421]]],[[[-6.1497, 56.4227],[-6.150499, 56.4225],[-6.1508, 56.4226],[-6.150899, 56.4227],[-6.150899, 56.4229],[-6.150599, 56.4231],[-6.1497, 56.4235],[-6.14900, 56.4237],[-6.148799, 56.4236],[-6.148701, 56.4234],[-6.14900, 56.423],[-6.1497, 56.4227]]],[[[-6.24890, 56.0326],[-6.249199, 56.0326],[-6.2497, 56.0328],[-6.250299, 56.0331],[-6.250599, 56.0333],[-6.2507, 56.0334],[-6.25080, 56.0336],[-6.25080, 56.0338],[-6.250599, 56.0340],[-6.250299, 56.0340],[-6.24930, 56.0333],[-6.248799, 56.0329],[-6.248799, 56.0327],[-6.24890, 56.0326]]],[[[-5.510099, 56.4774],[-5.5107, 56.4774],[-5.511001, 56.4775],[-5.511099, 56.4776],[-5.511099, 56.478],[-5.511001, 56.4782],[-5.510799, 56.4783],[-5.51030, 56.4784],[-5.5096, 56.4784],[-5.509501, 56.4782],[-5.509501, 56.478],[-5.5096, 56.4777],[-5.510099, 56.4774]]],[[[-6.4059, 56.5087],[-6.406401, 56.5087],[-6.4067, 56.5088],[-6.406801, 56.5091],[-6.406801, 56.5093],[-6.40660, 56.5096],[-6.40620, 56.5097],[-6.40560, 56.5096],[-6.405399, 56.5095],[-6.40520, 56.5093],[-6.40520, 56.5091],[-6.40530, 56.5088],[-6.405499, 56.5087],[-6.4059, 56.5087]]],[[[-5.5555, 55.2873],[-5.556601, 55.2873],[-5.557001, 55.2874],[-5.5574, 55.2875],[-5.557499, 55.2877],[-5.5573, 55.2879],[-5.5567, 55.288],[-5.555399, 55.2879],[-5.555099, 55.2877],[-5.555099, 55.2875],[-5.5555, 55.2873]]],[[[-6.3529, 56.2884],[-6.3534, 56.2884],[-6.353799, 56.2885],[-6.354101, 56.2886],[-6.354101, 56.2890],[-6.3539, 56.2893],[-6.3535, 56.2895],[-6.3529, 56.2893],[-6.352499, 56.2891],[-6.352499, 56.2888],[-6.3529, 56.2884]]],[[[-6.135099, 56.4520],[-6.135799, 56.4520],[-6.13630, 56.4522],[-6.136499, 56.4523],[-6.136499, 56.4525],[-6.136401, 56.4527],[-6.13590, 56.4528],[-6.13490, 56.4526],[-6.134501, 56.4525],[-6.134301, 56.4522],[-6.134301, 56.4521],[-6.1346, 56.4520],[-6.135099, 56.4520]]],[[[-5.2399, 56.1003],[-5.240499, 56.1002],[-5.240799, 56.1004],[-5.241001, 56.1009],[-5.241001, 56.1012],[-5.240399, 56.1015],[-5.239799, 56.1012],[-5.2396, 56.1008],[-5.2399, 56.1003]]],[[[-6.197999, 56.3382],[-6.1984, 56.3382],[-6.198901, 56.3386],[-6.198901, 56.3389],[-6.19870, 56.3393],[-6.19820, 56.3394],[-6.19780, 56.3393],[-6.197599, 56.3390],[-6.197599, 56.3386],[-6.1977, 56.3383],[-6.197999, 56.3382]]],[[[-6.24180, 56.4581],[-6.242099, 56.4581],[-6.242199, 56.4582],[-6.24240, 56.4584],[-6.24240, 56.4586],[-6.242001000000002, 56.4589],[-6.241499, 56.4590],[-6.241001, 56.4589],[-6.240699, 56.4588],[-6.2406, 56.4585],[-6.240799, 56.4583],[-6.241001, 56.4581],[-6.241499, 56.4581],[-6.24180, 56.4581]]],[[[-6.192699, 55.6229],[-6.193399, 55.6228],[-6.19360, 55.6229],[-6.19360, 55.623],[-6.19360, 55.6232],[-6.193299, 55.6234],[-6.192999, 55.6236],[-6.192299, 55.6238],[-6.191801, 55.6238],[-6.19170, 55.6236],[-6.19170, 55.6234],[-6.191801, 55.6233],[-6.19210, 55.6231],[-6.192699, 55.6229]]],[[[-5.718999, 55.7396],[-5.719399, 55.7395],[-5.719999, 55.7396],[-5.7202, 55.7397],[-5.7203, 55.7399],[-5.7202, 55.7401],[-5.7199, 55.7403],[-5.719501, 55.7404],[-5.71870, 55.7404],[-5.718599, 55.7403],[-5.718501, 55.7401],[-5.718599, 55.7399],[-5.71870, 55.7398],[-5.718999, 55.7396]]],[[[-6.042399, 55.6663],[-6.043099, 55.6661],[-6.043399000000002, 55.6662],[-6.043399000000002, 55.6663],[-6.0433, 55.6666],[-6.042699, 55.6671],[-6.0422, 55.6672],[-6.04150, 55.6672],[-6.04150, 55.6670],[-6.041699, 55.6668],[-6.042399, 55.6663]]],[[[-5.3351, 55.8784],[-5.335299, 55.8783],[-5.3358, 55.8784],[-5.336201, 55.8789],[-5.336299, 55.8792],[-5.336201, 55.8794],[-5.3361, 55.8795],[-5.335599, 55.8795],[-5.335299, 55.8794],[-5.3351, 55.8793],[-5.335, 55.8791],[-5.335, 55.8788],[-5.335, 55.8786],[-5.3351, 55.8784]]],[[[-6.027299, 55.6626],[-6.027999, 55.6625],[-6.028399, 55.6627],[-6.028399, 55.663],[-6.0281, 55.6634],[-6.0272, 55.6637],[-6.02700, 55.6633],[-6.0271, 55.6628],[-6.027299, 55.6626]]],[[[-6.259301, 55.7844],[-6.259301, 55.7840],[-6.26070, 55.7841],[-6.2612, 55.7844],[-6.261099000000002, 55.7846],[-6.260799, 55.7849],[-6.259799, 55.7847],[-6.259501, 55.7846],[-6.259301, 55.7844]]],[[[-6.311601, 55.5824],[-6.3126, 55.5822],[-6.312799, 55.5827],[-6.3129, 55.5831],[-6.3126, 55.5833],[-6.312399, 55.5834],[-6.3119, 55.5833],[-6.311601, 55.583],[-6.311601, 55.5828],[-6.311601, 55.5824]]],[[[-6.23670, 56.2836],[-6.237199, 56.2834],[-6.23770, 56.2835],[-6.23810, 56.2838],[-6.2375, 56.2845],[-6.236899, 56.2844],[-6.236401, 56.2838],[-6.23670, 56.2836]]],[[[-5.7203, 56.2103],[-5.7209, 56.2101],[-5.721401, 56.2102],[-5.721401, 56.2105],[-5.7209, 56.2111],[-5.720399, 56.2112],[-5.720099000000002, 56.2112],[-5.7199, 56.2110],[-5.7199, 56.2109],[-5.719999, 56.2106],[-5.7203, 56.2103]]],[[[-6.6954, 56.5583],[-6.696001, 56.5583],[-6.69620, 56.5586],[-6.69620, 56.5589],[-6.696001, 56.5592],[-6.695799, 56.5593],[-6.69560, 56.5594],[-6.6954, 56.5594],[-6.695099, 56.5593],[-6.6949, 56.5589],[-6.6949, 56.5586],[-6.6954, 56.5583]]],[[[-5.9784, 55.9545],[-5.978799, 55.9545],[-5.9789, 55.9548],[-5.97860, 55.9553],[-5.978199, 55.9554],[-5.97760, 55.9553],[-5.977399, 55.9551],[-5.977399, 55.9546],[-5.97760, 55.9545],[-5.9784, 55.9545]]],[[[-5.6239, 56.1057],[-5.6243, 56.1057],[-5.624501, 56.1059],[-5.624501, 56.1061],[-5.624101, 56.1065],[-5.623701, 56.1067],[-5.623199, 56.1067],[-5.6229, 56.1066],[-5.6229, 56.1064],[-5.623099, 56.1061],[-5.6235, 56.1059],[-5.6239, 56.1057]]],[[[-6.630899, 56.5697],[-6.6311, 56.5697],[-6.631299, 56.5698],[-6.631299, 56.57],[-6.631299, 56.5701],[-6.6311, 56.5703],[-6.630599, 56.5706],[-6.6303, 56.5707],[-6.630199, 56.5707],[-6.6299, 56.5706],[-6.629799, 56.5705],[-6.6297, 56.5703],[-6.629799, 56.5701],[-6.630199, 56.5699],[-6.63040, 56.5698],[-6.630899, 56.5697]]],[[[-6.3804, 56.2255],[-6.380599, 56.2254],[-6.381299, 56.2256],[-6.3816, 56.2259],[-6.381499, 56.2262],[-6.381299, 56.2265],[-6.381001, 56.2265],[-6.380499, 56.2262],[-6.380199, 56.226],[-6.380199, 56.2257],[-6.3804, 56.2255]]],[[[-5.7175, 56.2259],[-5.717999, 56.2259],[-5.71820, 56.2261],[-5.71810, 56.2264],[-5.717899, 56.2267],[-5.7175, 56.2268],[-5.716899, 56.2269],[-5.7167, 56.2267],[-5.716801, 56.2263],[-5.7171, 56.2261],[-5.7175, 56.2259]]],[[[-6.3804, 56.2174],[-6.3811, 56.2174],[-6.381299, 56.2176],[-6.381401, 56.2180],[-6.3811, 56.2183],[-6.3804, 56.2183],[-6.37990, 56.2178],[-6.380099, 56.2176],[-6.3804, 56.2174]]],[[[-6.183, 56.2856],[-6.18330, 56.2855],[-6.183599, 56.2856],[-6.183701, 56.2857],[-6.183701, 56.2860],[-6.1835, 56.2863],[-6.18330, 56.2865],[-6.182799000000002, 56.2866],[-6.18240, 56.2865],[-6.18240, 56.2863],[-6.182499, 56.2860],[-6.18270, 56.2858],[-6.183, 56.2856]]],[[[-5.683701, 55.7284],[-5.68440, 55.7284],[-5.6847, 55.7286],[-5.68480, 55.7287],[-5.6847, 55.7290],[-5.68440, 55.7291],[-5.68350, 55.7292],[-5.6833, 55.7290],[-5.683199, 55.7287],[-5.68340, 55.7285],[-5.683701, 55.7284]]],[[[-6.0296, 55.6646],[-6.03020, 55.6646],[-6.030399, 55.6649],[-6.030399, 55.6651],[-6.0299, 55.6654],[-6.029301, 55.6655],[-6.028999, 55.6654],[-6.028901, 55.6652],[-6.028901, 55.6650],[-6.0296, 55.6646]]],[[[-6.3692, 56.256],[-6.369999, 56.256],[-6.37050, 56.2561],[-6.370699, 56.2563],[-6.3706, 56.2566],[-6.370299, 56.2567],[-6.369599, 56.2566],[-6.369101, 56.2565],[-6.3689, 56.2563],[-6.3689, 56.2561],[-6.3692, 56.256]]],[[[-5.719699, 55.738],[-5.7199, 55.738],[-5.720099000000002, 55.7382],[-5.7202, 55.7384],[-5.720099000000002, 55.7386],[-5.7199, 55.7388],[-5.7196, 55.7388],[-5.719301, 55.7388],[-5.718999, 55.7387],[-5.718901, 55.7386],[-5.7188, 55.7384],[-5.718901, 55.7382],[-5.71910, 55.7381],[-5.719501, 55.738],[-5.719699, 55.738]]],[[[-6.031899, 55.6624],[-6.0323, 55.6621],[-6.033, 55.6622],[-6.033299, 55.6624],[-6.033199, 55.6627],[-6.032899, 55.6629],[-6.0323, 55.6629],[-6.032001, 55.6628],[-6.031899, 55.6625],[-6.031899, 55.6624]]],[[[-6.033501, 55.6603],[-6.034501, 55.6603],[-6.034599, 55.6604],[-6.034599, 55.6606],[-6.0343, 55.6609],[-6.0338, 55.6610],[-6.033501, 55.6610],[-6.033199, 55.6609],[-6.033199, 55.6605],[-6.033501, 55.6603]]],[[[-6.27010, 56.2717],[-6.2707, 56.2717],[-6.271201, 56.2720],[-6.2708, 56.2726],[-6.2704, 56.2725],[-6.2698, 56.2722],[-6.27010, 56.2717]]],[[[-6.38460, 56.3505],[-6.3853, 56.3505],[-6.385399, 56.3507],[-6.385399, 56.3509],[-6.3852, 56.3513],[-6.384799, 56.3514],[-6.384301, 56.3511],[-6.384301, 56.3507],[-6.38460, 56.3505]]]]}, properties:{name:"Argyll and Bute"}}, {type:"Feature", geometry:{type:"MultiPolygon", coordinates:[[[[-3.826499, 56.1019],[-3.8293, 56.1018],[-3.83150, 56.1023],[-3.8331, 56.1029],[-3.8339, 56.1041],[-3.834399, 56.1063],[-3.834301, 56.1083],[-3.833501, 56.1118],[-3.8339, 56.1149],[-3.83550, 56.117],[-3.837199, 56.118],[-3.840899, 56.1187],[-3.84410, 56.1193],[-3.8485, 56.12],[-3.8531, 56.1198],[-3.8539, 56.1195],[-3.8547, 56.1188],[-3.854899, 56.1183],[-3.854599, 56.1169],[-3.8539, 56.1143],[-3.8541, 56.1118],[-3.855, 56.1107],[-3.85630, 56.1098],[-3.8573, 56.1094],[-3.858599, 56.1089],[-3.8608, 56.1081],[-3.862799, 56.1077],[-3.865499, 56.1076],[-3.867599, 56.108],[-3.868799, 56.1084],[-3.869501, 56.1091],[-3.8698, 56.1096],[-3.869699, 56.1101],[-3.868999, 56.1114],[-3.868299, 56.1124],[-3.867399, 56.1132],[-3.865099, 56.1143],[-3.862499, 56.115],[-3.86200, 56.1155],[-3.862099, 56.1168],[-3.8626, 56.1182],[-3.8634, 56.1191],[-3.864, 56.1196],[-3.8647, 56.1202],[-3.865799, 56.1206],[-3.867001, 56.1209],[-3.8694, 56.1207],[-3.874799, 56.12],[-3.8762, 56.1201],[-3.876899, 56.1206],[-3.877899, 56.1229],[-3.878599, 56.1251],[-3.878999, 56.1259],[-3.882299, 56.1287],[-3.88430, 56.1297],[-3.883701, 56.131],[-3.881601, 56.1354],[-3.8631, 56.1355],[-3.864501, 56.1374],[-3.862299, 56.1385],[-3.86640, 56.1423],[-3.8698, 56.1426],[-3.873501, 56.1488],[-3.878799, 56.1488],[-3.879101, 56.1497],[-3.881001, 56.1503],[-3.878799, 56.151],[-3.8592, 56.1523],[-3.8619, 56.1555],[-3.862799, 56.1613],[-3.861001, 56.1634],[-3.8619, 56.1649],[-3.854399, 56.1776],[-3.8536, 56.1803],[-3.849301, 56.1827],[-3.847399, 56.1878],[-3.8473, 56.1913],[-3.837199, 56.1914],[-3.83570, 56.1967],[-3.8322, 56.197],[-3.8232, 56.199],[-3.818901, 56.2003],[-3.806299, 56.2036],[-3.7957, 56.2078],[-3.7873, 56.2116],[-3.782399, 56.2149],[-3.7774, 56.2194],[-3.7732, 56.2212],[-3.770499, 56.2220],[-3.768501, 56.2226],[-3.764199, 56.2220],[-3.7611, 56.2216],[-3.7568, 56.2226],[-3.756201, 56.2225],[-3.753999, 56.2193],[-3.7506, 56.2118],[-3.739501, 56.2],[-3.7372, 56.1928],[-3.7365, 56.1908],[-3.735899, 56.1904],[-3.7346, 56.1905],[-3.7289, 56.1932],[-3.7248, 56.1943],[-3.722399, 56.194],[-3.7187, 56.1929],[-3.715899, 56.1926],[-3.7126, 56.1942],[-3.71110, 56.1942],[-3.709399, 56.1936],[-3.703501, 56.1939],[-3.69720, 56.1948],[-3.6854, 56.1966],[-3.675699, 56.1942],[-3.667799, 56.1908],[-3.664799, 56.191],[-3.6605, 56.1943],[-3.6549, 56.2002],[-3.651, 56.2031],[-3.649501, 56.203],[-3.644399, 56.2008],[-3.6403, 56.1989],[-3.63770, 56.1984],[-3.627599, 56.2008],[-3.618701, 56.2052],[-3.617001, 56.2058],[-3.6096, 56.206],[-3.5761, 56.1982],[-3.5704, 56.1968],[-3.567899, 56.1952],[-3.562001, 56.1917],[-3.554501, 56.1888],[-3.55460, 56.188],[-3.5597, 56.1853],[-3.5615, 56.1846],[-3.564199, 56.1833],[-3.567699, 56.1823],[-3.5732, 56.1819],[-3.580199, 56.1815],[-3.58110, 56.1812],[-3.582, 56.1801],[-3.5839, 56.176],[-3.585299, 56.1749],[-3.586, 56.1745],[-3.5919, 56.1727],[-3.596, 56.1724],[-3.6018, 56.1724],[-3.606499, 56.1719],[-3.614799, 56.1704],[-3.622299, 56.1694],[-3.6242, 56.1687],[-3.6303, 56.1640],[-3.6433, 56.1608],[-3.6466, 56.1598],[-3.646899, 56.1592],[-3.64190, 56.1569],[-3.636499, 56.1532],[-3.634501, 56.1508],[-3.63790, 56.1488],[-3.6382, 56.1478],[-3.6363, 56.145],[-3.6354, 56.1428],[-3.6356, 56.1410],[-3.638, 56.1386],[-3.6382, 56.1376],[-3.63770, 56.1367],[-3.634501, 56.1341],[-3.632699, 56.1333],[-3.63410, 56.1309],[-3.634501, 56.1303],[-3.635, 56.1301],[-3.6366, 56.1297],[-3.643199, 56.1295],[-3.6454, 56.1292],[-3.646899, 56.1286],[-3.6475, 56.1281],[-3.648901, 56.1265],[-3.6508, 56.1252],[-3.6584, 56.1253],[-3.659301, 56.1248],[-3.659899, 56.1232],[-3.659301, 56.1216],[-3.6575, 56.1202],[-3.64210, 56.1162],[-3.628901, 56.1122],[-3.6287, 56.1117],[-3.62990, 56.111],[-3.66230, 56.1073],[-3.6702, 56.1038],[-3.67890, 56.1027],[-3.72770, 56.1052],[-3.727299, 56.1013],[-3.725699, 56.0876],[-3.7284, 56.0802],[-3.731499, 56.0744],[-3.7358, 56.0768],[-3.736601, 56.078],[-3.7363, 56.0788],[-3.7349, 56.0802],[-3.7346, 56.081],[-3.7348, 56.0812],[-3.737, 56.0805],[-3.740299, 56.0803],[-3.745199, 56.0807],[-3.7488, 56.0805],[-3.753901, 56.0821],[-3.759, 56.0843],[-3.7669, 56.0879],[-3.773, 56.0918],[-3.7748, 56.0933],[-3.775, 56.0937],[-3.7746, 56.0943],[-3.7748, 56.0948],[-3.779599, 56.0978],[-3.786, 56.1025],[-3.7897, 56.1052],[-3.7925, 56.1074],[-3.796, 56.1093],[-3.798399, 56.1102],[-3.8032, 56.1112],[-3.803299, 56.1087],[-3.804399, 56.1089],[-3.80730, 56.1056],[-3.81530, 56.1022],[-3.822799, 56.1018],[-3.826499, 56.1019]]]]}, properties:{name:"Clackmannan"}}, {type:"Feature", geometry:{type:"MultiPolygon", coordinates:[[[[-3.9668, 55.4555],[-3.964301, 55.4553],[-3.959301, 55.4574],[-3.9525, 55.4609],[-3.9489, 55.4629],[-3.9482, 55.463],[-3.947599, 55.4629],[-3.9468, 55.4623],[-3.943799, 55.4604],[-3.9421, 55.4597],[-3.9405, 55.4592],[-3.9375, 55.4588],[-3.933501, 55.4589],[-3.930399, 55.4593],[-3.9282, 55.4598],[-3.9264, 55.4601],[-3.925499, 55.4601],[-3.92510, 55.4599],[-3.923599, 55.4584],[-3.9217, 55.4568],[-3.9187, 55.4577],[-3.9151, 55.4583],[-3.913901, 55.4583],[-3.911401, 55.4577],[-3.909501, 55.4572],[-3.9062, 55.4579],[-3.903901, 55.4581],[-3.9021, 55.4586],[-3.8977, 55.46],[-3.896899, 55.4602],[-3.8951, 55.4605],[-3.8936, 55.4605],[-3.8917, 55.4601],[-3.8863, 55.4574],[-3.885499, 55.4573],[-3.8836, 55.4573],[-3.877001, 55.4573],[-3.8696, 55.4579],[-3.8673, 55.4579],[-3.866801, 55.4575],[-3.8663, 55.4569],[-3.8663, 55.4552],[-3.86600, 55.4546],[-3.8629, 55.4544],[-3.859699, 55.4533],[-3.857199, 55.4525],[-3.852, 55.4517],[-3.845599, 55.4503],[-3.8385, 55.4486],[-3.8248, 55.4453],[-3.8239, 55.4448],[-3.822999, 55.4441],[-3.822799, 55.4437],[-3.822799, 55.4431],[-3.8232, 55.4422],[-3.823501, 55.4415],[-3.8236, 55.4409],[-3.8234, 55.4397],[-3.822799, 55.4387],[-3.8206, 55.4375],[-3.818399, 55.4361],[-3.816801, 55.4345],[-3.816401, 55.4338],[-3.816099, 55.4313],[-3.8159, 55.4301],[-3.81530, 55.4289],[-3.814501, 55.4281],[-3.81340, 55.4279],[-3.8124, 55.4279],[-3.8116, 55.4281],[-3.8106, 55.4281],[-3.809799, 55.4279],[-3.8083, 55.4270],[-3.8078, 55.4265],[-3.8055, 55.4237],[-3.8039, 55.4228],[-3.798701, 55.4215],[-3.796499, 55.4210],[-3.7952, 55.4204],[-3.792799, 55.4189],[-3.791699, 55.4177],[-3.791201, 55.4169],[-3.79020, 55.413],[-3.789799, 55.4120],[-3.7893, 55.4114],[-3.788901, 55.4111],[-3.78670, 55.4105],[-3.7857, 55.4101],[-3.78480, 55.4093],[-3.7839, 55.4090],[-3.7825, 55.4090],[-3.7783, 55.4093],[-3.7778, 55.4093],[-3.7772, 55.4091],[-3.7769, 55.4090],[-3.775899, 55.4085],[-3.775399, 55.4075],[-3.7758, 55.4059],[-3.775599, 55.4052],[-3.775, 55.4048],[-3.7714, 55.4037],[-3.768901, 55.4033],[-3.7636, 55.402],[-3.762599, 55.4016],[-3.762199, 55.4011],[-3.7621, 55.3995],[-3.763, 55.3943],[-3.7628, 55.3936],[-3.7613, 55.3923],[-3.7607, 55.3912],[-3.76, 55.3891],[-3.7593, 55.3877],[-3.7586, 55.3835],[-3.7581, 55.3823],[-3.757299, 55.381],[-3.7568, 55.3805],[-3.7537, 55.3789],[-3.7527, 55.3777],[-3.751601, 55.3757],[-3.751, 55.3753],[-3.7486, 55.3749],[-3.747999, 55.3746],[-3.7474, 55.3741],[-3.746401, 55.3725],[-3.745699, 55.3719],[-3.7434, 55.3712],[-3.74230, 55.3707],[-3.74040, 55.3697],[-3.7368, 55.3673],[-3.735699, 55.3667],[-3.7321, 55.3655],[-3.73, 55.3652],[-3.7274, 55.3651],[-3.7244, 55.3652],[-3.7187, 55.3654],[-3.71300, 55.3650],[-3.71, 55.3641],[-3.7091, 55.3634],[-3.709199, 55.3628],[-3.7121, 55.3590],[-3.714799, 55.3549],[-3.7166, 55.3521],[-3.7168, 55.3503],[-3.7144, 55.3481],[-3.710299, 55.3467],[-3.7083, 55.3453],[-3.7084, 55.3432],[-3.710799, 55.341],[-3.7104, 55.3395],[-3.7083, 55.3369],[-3.7075, 55.3349],[-3.7074, 55.3333],[-3.7081, 55.3239],[-3.7075, 55.3228],[-3.7028, 55.3215],[-3.6986, 55.32],[-3.696899, 55.3187],[-3.6963, 55.3159],[-3.69560, 55.3134],[-3.694999, 55.3128],[-3.6917, 55.312],[-3.685499, 55.3114],[-3.679301, 55.3107],[-3.6749, 55.3096],[-3.6723, 55.3067],[-3.67070, 55.3033],[-3.6685, 55.3013],[-3.667599, 55.2997],[-3.6672, 55.2977],[-3.66650, 55.2967],[-3.663701, 55.2958],[-3.66210, 55.2941],[-3.6605, 55.2930],[-3.658299, 55.2929],[-3.647099, 55.2924],[-3.6385, 55.2919],[-3.6361, 55.2923],[-3.6329, 55.2941],[-3.6307, 55.2955],[-3.625099, 55.2959],[-3.6182, 55.2962],[-3.6164, 55.2971],[-3.6161, 55.3004],[-3.616, 55.3032],[-3.615, 55.306],[-3.6152, 55.309],[-3.6157, 55.3121],[-3.618099, 55.3164],[-3.6161, 55.3183],[-3.602299, 55.3284],[-3.5906, 55.3256],[-3.5839, 55.3253],[-3.58110, 55.3249],[-3.57920, 55.3252],[-3.575599, 55.3267],[-3.57220, 55.3289],[-3.57080, 55.3302],[-3.5717, 55.332],[-3.573999, 55.3331],[-3.5754, 55.3343],[-3.5794, 55.3387],[-3.581201, 55.3407],[-3.581401, 55.3412],[-3.581401, 55.3415],[-3.58110, 55.3431],[-3.581201, 55.3435],[-3.5815, 55.3438],[-3.5822, 55.3443],[-3.583501, 55.345],[-3.5855, 55.3465],[-3.585599, 55.3469],[-3.5854, 55.3473],[-3.584899, 55.3477],[-3.584199, 55.3480],[-3.582799, 55.3484],[-3.577699, 55.3488],[-3.575599, 55.3495],[-3.574501, 55.3499],[-3.573501, 55.3506],[-3.572001, 55.3526],[-3.5696, 55.3555],[-3.568901, 55.3566],[-3.568901, 55.3570],[-3.5693, 55.3573],[-3.572001, 55.3581],[-3.574399, 55.3588],[-3.574899, 55.3592],[-3.574899, 55.3597],[-3.574899, 55.3603],[-3.574399, 55.3612],[-3.5718, 55.3639],[-3.57010, 55.3653],[-3.568799, 55.3668],[-3.568599, 55.3674],[-3.568599, 55.3682],[-3.568599, 55.3689],[-3.5696, 55.3699],[-3.570699, 55.3705],[-3.573501, 55.3715],[-3.574199, 55.3716],[-3.57500, 55.3721],[-3.57520, 55.3728],[-3.574899, 55.3733],[-3.574399, 55.3746],[-3.5732, 55.3758],[-3.5715, 55.3768],[-3.5713, 55.3772],[-3.572299, 55.3782],[-3.57480, 55.3798],[-3.5757, 55.3806],[-3.576499, 55.3817],[-3.576801, 55.3824],[-3.577001, 55.3831],[-3.576699, 55.3842],[-3.576, 55.3851],[-3.57520, 55.3858],[-3.573999, 55.3864],[-3.570699, 55.3871],[-3.568799, 55.3876],[-3.5676, 55.3878],[-3.566601, 55.3879],[-3.562001, 55.388],[-3.554199, 55.3887],[-3.552999, 55.3894],[-3.551001, 55.3927],[-3.5493, 55.3947],[-3.54780, 55.3959],[-3.546499, 55.3967],[-3.5425, 55.3986],[-3.5357, 55.4013],[-3.532599, 55.4019],[-3.52830, 55.403],[-3.52220, 55.4052],[-3.50530, 55.4136],[-3.500299, 55.4096],[-3.4993, 55.4092],[-3.4981, 55.4091],[-3.4963, 55.4089],[-3.4934, 55.4094],[-3.489599, 55.4101],[-3.4874, 55.4104],[-3.48680, 55.4101],[-3.4865, 55.4096],[-3.486201, 55.4085],[-3.4858, 55.4067],[-3.48510, 55.4058],[-3.4835, 55.4057],[-3.4789, 55.4069],[-3.4714, 55.4061],[-3.4705, 55.4055],[-3.4691, 55.4047],[-3.4681, 55.4048],[-3.4672, 55.4053],[-3.4656, 55.4066],[-3.464799, 55.4068],[-3.464101, 55.4067],[-3.4635, 55.4067],[-3.461401, 55.4056],[-3.460799, 55.4055],[-3.459599, 55.4059],[-3.457799, 55.4065],[-3.4496, 55.4091],[-3.4449, 55.4102],[-3.4432, 55.4104],[-3.4412, 55.41],[-3.439199, 55.4097],[-3.4368, 55.4094],[-3.434799, 55.4097],[-3.432199, 55.4104],[-3.4272, 55.4112],[-3.4261, 55.4116],[-3.4252, 55.4121],[-3.4244, 55.4129],[-3.423, 55.4145],[-3.42200, 55.4151],[-3.4207, 55.4158],[-3.419399, 55.4163],[-3.417799, 55.4168],[-3.416001, 55.4168],[-3.4144, 55.4162],[-3.4124, 55.4147],[-3.411401, 55.414],[-3.4105, 55.4139],[-3.405299, 55.4142],[-3.4038, 55.4139],[-3.4028, 55.4137],[-3.400899, 55.4126],[-3.3996, 55.4116],[-3.398, 55.4102],[-3.3972, 55.4098],[-3.3963, 55.4099],[-3.395099, 55.4106],[-3.3943, 55.4109],[-3.3885, 55.4125],[-3.385799, 55.4129],[-3.3836, 55.4131],[-3.38050, 55.4129],[-3.3763, 55.4120],[-3.3757, 55.4120],[-3.3749, 55.4121],[-3.373701, 55.4123],[-3.371099, 55.4132],[-3.364799, 55.416],[-3.361401, 55.4173],[-3.359999, 55.4175],[-3.358999, 55.4174],[-3.358299, 55.4171],[-3.35630, 55.4149],[-3.354899, 55.4141],[-3.353199, 55.4131],[-3.3526, 55.4129],[-3.352099, 55.4131],[-3.351401, 55.4137],[-3.3498, 55.4162],[-3.34620, 55.4231],[-3.3452, 55.4241],[-3.344301, 55.4248],[-3.342999, 55.4253],[-3.341201, 55.4255],[-3.339101, 55.4254],[-3.337001, 55.4259],[-3.336401, 55.4262],[-3.3357, 55.4266],[-3.335299, 55.4274],[-3.3357, 55.4299],[-3.335599, 55.4312],[-3.335099, 55.4324],[-3.3313, 55.4354],[-3.330899, 55.4373],[-3.3306, 55.4380],[-3.328501, 55.4401],[-3.328099, 55.4416],[-3.327399, 55.4425],[-3.3231, 55.4424],[-3.318399, 55.4432],[-3.312099, 55.4454],[-3.3104, 55.4455],[-3.3083, 55.4453],[-3.307199, 55.4446],[-3.306, 55.4434],[-3.3053, 55.4396],[-3.3029, 55.4365],[-3.291899, 55.4318],[-3.2855, 55.4329],[-3.280499, 55.4350],[-3.2776, 55.4354],[-3.2732, 55.4349],[-3.261699, 55.4327],[-3.2567, 55.431],[-3.2525, 55.4301],[-3.243, 55.4297],[-3.241601, 55.4292],[-3.2413, 55.4287],[-3.2413, 55.4281],[-3.241601, 55.4276],[-3.242399, 55.4267],[-3.2448, 55.4253],[-3.247, 55.4245],[-3.2502, 55.4226],[-3.251899, 55.4215],[-3.253, 55.4207],[-3.253599, 55.4200],[-3.2544, 55.4185],[-3.2549, 55.4181],[-3.256001, 55.4177],[-3.2583, 55.4172],[-3.2591, 55.4170],[-3.2597, 55.4165],[-3.2611, 55.4145],[-3.2616, 55.414],[-3.262199, 55.4134],[-3.26270, 55.4131],[-3.2636, 55.413],[-3.266401, 55.4129],[-3.267299, 55.4129],[-3.268199, 55.4127],[-3.270499, 55.4116],[-3.271899, 55.4111],[-3.2732, 55.4108],[-3.275, 55.4105],[-3.275599, 55.4104],[-3.276401, 55.4101],[-3.278399, 55.4081],[-3.280499, 55.4059],[-3.282099, 55.4049],[-3.285599, 55.404],[-3.287199, 55.4035],[-3.288599, 55.4027],[-3.2936, 55.3979],[-3.2994, 55.395],[-3.3001, 55.3941],[-3.304899, 55.3867],[-3.306801, 55.3834],[-3.3074, 55.3823],[-3.307699, 55.3817],[-3.307899, 55.3809],[-3.307699, 55.3793],[-3.3025, 55.3723],[-3.3017, 55.3713],[-3.30160, 55.3701],[-3.3015, 55.3692],[-3.3018, 55.3686],[-3.302599, 55.3684],[-3.311201, 55.3677],[-3.311899, 55.3672],[-3.3124, 55.3666],[-3.3129, 55.3659],[-3.3131, 55.3650],[-3.3131, 55.3645],[-3.309999, 55.3613],[-3.309799, 55.3607],[-3.309799, 55.3588],[-3.309999, 55.3575],[-3.3104, 55.3561],[-3.311201, 55.3548],[-3.3118, 55.3540],[-3.3162, 55.3512],[-3.3167, 55.3507],[-3.3169, 55.35],[-3.316499, 55.3494],[-3.315399, 55.3487],[-3.313999, 55.3482],[-3.312099, 55.3480],[-3.310899, 55.3477],[-3.309999, 55.3473],[-3.304501, 55.3446],[-3.3022, 55.3431],[-3.301001, 55.3424],[-3.29950, 55.3423],[-3.294399, 55.3425],[-3.289799, 55.3429],[-3.2867, 55.3435],[-3.278199, 55.3493],[-3.267299, 55.3541],[-3.26270, 55.3571],[-3.2623, 55.3577],[-3.2637, 55.3589],[-3.263999, 55.3595],[-3.264101, 55.3601],[-3.263999, 55.3607],[-3.2635, 55.3616],[-3.262599, 55.3620],[-3.259799, 55.3625],[-3.2574, 55.3629],[-3.2549, 55.3632],[-3.2488, 55.3641],[-3.2472, 55.3648],[-3.24630, 55.3653],[-3.246001, 55.3657],[-3.245199, 55.3674],[-3.2449, 55.3678],[-3.24440, 55.3680],[-3.243599, 55.3682],[-3.2388, 55.3680],[-3.236601, 55.3677],[-3.236001, 55.3673],[-3.235399, 55.3667],[-3.23450, 55.3665],[-3.233901, 55.3666],[-3.232899, 55.3667],[-3.2323, 55.3671],[-3.231899, 55.3677],[-3.231499, 55.3691],[-3.231, 55.3699],[-3.2304, 55.3707],[-3.229599, 55.3711],[-3.225899, 55.3725],[-3.223701, 55.3731],[-3.223099, 55.3733],[-3.222699, 55.3737],[-3.222199, 55.3754],[-3.221601, 55.376],[-3.2205, 55.3764],[-3.219, 55.3767],[-3.217499, 55.3767],[-3.216201, 55.3765],[-3.21320, 55.3749],[-3.211401, 55.3739],[-3.209, 55.3732],[-3.2081, 55.3726],[-3.207099, 55.3717],[-3.2042, 55.3681],[-3.203599, 55.3673],[-3.20190, 55.3665],[-3.1989, 55.3665],[-3.1963, 55.3669],[-3.1944, 55.3671],[-3.193901, 55.367],[-3.19320, 55.3666],[-3.191601, 55.3655],[-3.190399, 55.3646],[-3.1887, 55.3637],[-3.186899, 55.3631],[-3.1833, 55.3624],[-3.1807, 55.3619],[-3.180099, 55.3615],[-3.179699, 55.3608],[-3.17960, 55.3592],[-3.179199, 55.3564],[-3.178999, 55.3557],[-3.1786, 55.355],[-3.1761, 55.3518],[-3.172699, 55.3481],[-3.171499, 55.3473],[-3.170599, 55.3471],[-3.169699, 55.3473],[-3.163, 55.3502],[-3.161401, 55.3506],[-3.1562, 55.3515],[-3.154799, 55.3519],[-3.1529, 55.3529],[-3.151201, 55.3540],[-3.148901, 55.3551],[-3.1456, 55.3560],[-3.1422, 55.3570],[-3.1359, 55.3581],[-3.1321, 55.3595],[-3.130399, 55.3597],[-3.12800, 55.3599],[-3.1249, 55.3598],[-3.1228, 55.3593],[-3.1208, 55.3583],[-3.1192, 55.3579],[-3.117899, 55.3575],[-3.116801, 55.3574],[-3.1122, 55.3577],[-3.111201, 55.3575],[-3.1108, 55.3572],[-3.1105, 55.3568],[-3.111099, 55.3551],[-3.111201, 55.3537],[-3.110899, 55.3523],[-3.1103, 55.3508],[-3.109301, 55.3494],[-3.108599, 55.3487],[-3.108, 55.3484],[-3.107599, 55.3485],[-3.1029, 55.3515],[-3.102099, 55.3519],[-3.10150, 55.3516],[-3.1008, 55.3510],[-3.1001, 55.3498],[-3.098599, 55.347],[-3.098, 55.3445],[-3.098799, 55.3421],[-3.098799, 55.3412],[-3.098599, 55.3403],[-3.097399, 55.3365],[-3.0969, 55.3339],[-3.096601, 55.3327],[-3.0964, 55.3311],[-3.0948, 55.3299],[-3.092099, 55.3298],[-3.0875, 55.3288],[-3.0854, 55.3279],[-3.084199, 55.3258],[-3.08250, 55.3205],[-3.08110, 55.317],[-3.0799, 55.3159],[-3.0718, 55.3152],[-3.068399, 55.3148],[-3.060199, 55.3084],[-3.0535, 55.3019],[-3.0497, 55.2974],[-3.048901, 55.2961],[-3.0483, 55.2945],[-3.049101, 55.2924],[-3.0517, 55.2900],[-3.0524, 55.2877],[-3.052001, 55.2857],[-3.0494, 55.2817],[-3.0469, 55.2788],[-3.042599, 55.2756],[-3.040299, 55.2738],[-3.0393, 55.2734],[-3.036801, 55.2745],[-3.032001, 55.2763],[-3.026299, 55.2787],[-3.0212, 55.2804],[-3.017299, 55.2803],[-3.0136, 55.2792],[-3.0113, 55.2768],[-3.00970, 55.2737],[-3.00810, 55.2704],[-3.0067, 55.2682],[-3.005599, 55.2669],[-3.0037, 55.2667],[-2.9999, 55.2701],[-2.9942, 55.2704],[-2.9928, 55.2708],[-2.992001, 55.2716],[-2.989799, 55.2753],[-2.988701, 55.2781],[-2.98720, 55.2792],[-2.981601, 55.2816],[-2.974999, 55.2839],[-2.9681, 55.285],[-2.962699, 55.2898],[-2.961601, 55.2904],[-2.9591, 55.2900],[-2.9484, 55.2894],[-2.945199, 55.2888],[-2.9425, 55.288],[-2.9349, 55.286],[-2.916899, 55.2792],[-2.9152, 55.2796],[-2.913199, 55.2828],[-2.9101, 55.2844],[-2.906899, 55.2853],[-2.9019, 55.2858],[-2.8986, 55.2856],[-2.8964, 55.2844],[-2.894399, 55.2829],[-2.8931, 55.2811],[-2.890199, 55.2764],[-2.886899, 55.2724],[-2.8839, 55.2665],[-2.883501, 55.2657],[-2.8829, 55.2646],[-2.883501, 55.2637],[-2.8931, 55.2627],[-2.901801, 55.261],[-2.9041, 55.2596],[-2.905299, 55.258],[-2.9143, 55.2469],[-2.919399, 55.2407],[-2.9196, 55.2393],[-2.9179, 55.2374],[-2.914799, 55.236],[-2.9024, 55.2373],[-2.899501, 55.2372],[-2.8973, 55.2369],[-2.890399, 55.2354],[-2.886899, 55.2353],[-2.880199, 55.2359],[-2.871201, 55.2381],[-2.8664, 55.2385],[-2.8643, 55.2377],[-2.863199, 55.2372],[-2.86260, 55.2354],[-2.8627, 55.2331],[-2.863501, 55.2308],[-2.865099, 55.2288],[-2.864, 55.2275],[-2.861601, 55.2256],[-2.860699, 55.2244],[-2.8606, 55.224],[-2.861099, 55.2232],[-2.862799, 55.2224],[-2.8659, 55.2209],[-2.8718, 55.218],[-2.876899, 55.2152],[-2.88330, 55.2117],[-2.88560, 55.2103],[-2.8864, 55.2092],[-2.886001, 55.2048],[-2.8861, 55.2028],[-2.886499, 55.2022],[-2.889199, 55.1996],[-2.892, 55.1978],[-2.89360, 55.1971],[-2.8949, 55.196],[-2.8952, 55.1942],[-2.895299, 55.1916],[-2.896899, 55.1884],[-2.8998, 55.1844],[-2.9029, 55.1770],[-2.9028, 55.1752],[-2.90200, 55.1739],[-2.899199, 55.1717],[-2.898799, 55.1712],[-2.8985, 55.1689],[-2.896801, 55.1508],[-2.8964, 55.1493],[-2.89570, 55.1485],[-2.887599, 55.1428],[-2.88560, 55.142],[-2.882499, 55.1421],[-2.878299, 55.142],[-2.875499, 55.142],[-2.872699, 55.1413],[-2.8701, 55.1397],[-2.868799, 55.1382],[-2.8608, 55.1277],[-2.8455, 55.1148],[-2.844399, 55.1141],[-2.84240, 55.1127],[-2.8452, 55.1122],[-2.846, 55.1120],[-2.846699, 55.1116],[-2.847899, 55.1108],[-2.848799, 55.1103],[-2.8495, 55.1100],[-2.8519, 55.1097],[-2.855099, 55.1095],[-2.857001, 55.1094],[-2.86050, 55.1085],[-2.8618, 55.1081],[-2.864799, 55.1076],[-2.867001, 55.1073],[-2.868599, 55.1069],[-2.869699, 55.1061],[-2.870199, 55.1055],[-2.870399, 55.1046],[-2.870399, 55.104],[-2.869999, 55.1018],[-2.869999, 55.1012],[-2.870199, 55.1008],[-2.871001, 55.0997],[-2.8728, 55.0982],[-2.873701, 55.0977],[-2.875499, 55.0962],[-2.8762, 55.096],[-2.8778, 55.0957],[-2.880599, 55.0955],[-2.882699, 55.0953],[-2.8843, 55.0949],[-2.884399, 55.0946],[-2.884399, 55.0945],[-2.8843, 55.0943],[-2.8818, 55.0938],[-2.8808, 55.0933],[-2.880599, 55.0929],[-2.880599, 55.0925],[-2.880899, 55.092],[-2.881299, 55.0915],[-2.88280, 55.0904],[-2.8829, 55.0901],[-2.88280, 55.0898],[-2.8818, 55.0888],[-2.8818, 55.0884],[-2.8819, 55.088],[-2.882299, 55.0876],[-2.8831, 55.0873],[-2.884399, 55.0872],[-2.885499, 55.0874],[-2.88750, 55.0882],[-2.890199, 55.0888],[-2.8907, 55.0887],[-2.891201, 55.0884],[-2.891401, 55.0881],[-2.89150, 55.0876],[-2.89150, 55.0872],[-2.891401, 55.0862],[-2.89150, 55.0853],[-2.8918, 55.0845],[-2.892699, 55.0827],[-2.89360, 55.0813],[-2.8961, 55.0787],[-2.896801, 55.0782],[-2.897399, 55.078],[-2.8986, 55.078],[-2.901201, 55.0781],[-2.9017, 55.0781],[-2.903701, 55.0778],[-2.905699, 55.0772],[-2.9061, 55.0772],[-2.906801, 55.0773],[-2.909101, 55.0783],[-2.910199, 55.079],[-2.9109, 55.0791],[-2.9115, 55.0791],[-2.9124, 55.0788],[-2.9141, 55.0784],[-2.9143, 55.0783],[-2.914799, 55.0773],[-2.9152, 55.0766],[-2.915699, 55.0761],[-2.916201, 55.0757],[-2.91820, 55.0746],[-2.921499, 55.073],[-2.925499, 55.0717],[-2.9272, 55.0714],[-2.930399, 55.0715],[-2.932001, 55.0715],[-2.933599, 55.0713],[-2.935899, 55.0704],[-2.93860, 55.0689],[-2.9398, 55.0678],[-2.94050, 55.0669],[-2.9407, 55.0660],[-2.9407, 55.0655],[-2.940599, 55.065],[-2.94, 55.0638],[-2.9388, 55.0626],[-2.9368, 55.0616],[-2.93610, 55.0612],[-2.936001, 55.0609],[-2.936001, 55.0607],[-2.9364, 55.0603],[-2.936899, 55.0600],[-2.938299, 55.0598],[-2.939501, 55.0594],[-2.940799, 55.0587],[-2.94240, 55.0580],[-2.944101, 55.0573],[-2.9453, 55.0570],[-2.9458, 55.0569],[-2.94640, 55.0567],[-2.9474, 55.0562],[-2.9481, 55.056],[-2.9491, 55.0559],[-2.9526, 55.0556],[-2.9533, 55.0552],[-2.953599, 55.0550],[-2.954, 55.0546],[-2.9545, 55.0539],[-2.9558, 55.0521],[-2.956201, 55.0516],[-2.956401, 55.0515],[-2.95670, 55.0515],[-2.9583, 55.0520],[-2.961, 55.0524],[-2.963099, 55.0524],[-2.965199, 55.0525],[-2.967099, 55.0525],[-2.9702, 55.0524],[-2.9784, 55.0519],[-2.9858, 55.0519],[-2.9897, 55.0522],[-2.9946, 55.0528],[-2.999399, 55.0534],[-3.0006, 55.0536],[-3.011001, 55.0539],[-3.0125, 55.0540],[-3.017299, 55.0545],[-3.021801, 55.0545],[-3.0251, 55.0547],[-3.0302, 55.0552],[-3.0357, 55.0557],[-3.0378, 55.0558],[-3.0393, 55.0556],[-3.043, 55.0547],[-3.046201, 55.0537],[-3.0469, 55.0535],[-3.047899, 55.053],[-3.048501, 55.0527],[-3.049, 55.0524],[-3.0497, 55.0518],[-3.050699, 55.0507],[-3.0515, 55.0496],[-3.0516, 55.0489],[-3.051201, 55.0483],[-3.05080, 55.0481],[-3.05010, 55.048],[-3.049101, 55.048],[-3.0467, 55.0481],[-3.0453, 55.048],[-3.044399, 55.0478],[-3.0436, 55.0476],[-3.0423, 55.0473],[-3.041699, 55.0471],[-3.0416, 55.047],[-3.0416, 55.0468],[-3.041899, 55.0463],[-3.041899, 55.0460],[-3.0415, 55.0457],[-3.041001, 55.0454],[-3.0399, 55.0449],[-3.0394, 55.0448],[-3.03810, 55.0445],[-3.037499, 55.0443],[-3.0373, 55.0441],[-3.0373, 55.0439],[-3.0376, 55.0433],[-3.038, 55.0426],[-3.038, 55.0422],[-3.0378, 55.0419],[-3.0373, 55.0415],[-3.0359, 55.041],[-3.035199, 55.0407],[-3.034699, 55.0404],[-3.034301, 55.0402],[-3.0336, 55.0399],[-3.031899, 55.0393],[-3.0314, 55.039],[-3.03040, 55.0384],[-3.0291, 55.0378],[-3.025199, 55.0362],[-3.0248, 55.0358],[-3.0248, 55.0356],[-3.025, 55.0352],[-3.02570, 55.0347],[-3.0274, 55.034],[-3.0295, 55.0331],[-3.030699, 55.0321],[-3.0311, 55.0315],[-3.0315, 55.0306],[-3.031899, 55.0298],[-3.031899, 55.0291],[-3.0314, 55.0285],[-3.03010, 55.0274],[-3.0292, 55.0265],[-3.029, 55.0261],[-3.029, 55.0257],[-3.029599, 55.0249],[-3.0302, 55.0245],[-3.0308, 55.0242],[-3.032599, 55.0235],[-3.0336, 55.0233],[-3.03440, 55.023],[-3.0348, 55.0228],[-3.0357, 55.0225],[-3.036801, 55.0224],[-3.0383, 55.0225],[-3.038599, 55.0224],[-3.038901, 55.0222],[-3.0393, 55.0218],[-3.039599, 55.0212],[-3.0397, 55.0207],[-3.039799, 55.02],[-3.039799, 55.0195],[-3.0397, 55.0192],[-3.0393, 55.0187],[-3.038501, 55.0178],[-3.038399, 55.0176],[-3.038501, 55.0175],[-3.039, 55.017],[-3.0399, 55.0163],[-3.0404, 55.0158],[-3.040699, 55.0155],[-3.0411, 55.0151],[-3.0413, 55.0149],[-3.041699, 55.0143],[-3.042001, 55.0134],[-3.0422, 55.013],[-3.042599, 55.0127],[-3.0434, 55.0122],[-3.044399, 55.0114],[-3.045599, 55.0106],[-3.0469, 55.0097],[-3.0474, 55.0093],[-3.047499, 55.0089],[-3.0474, 55.0086],[-3.0471, 55.0083],[-3.0467, 55.0081],[-3.04590, 55.0079],[-3.044199, 55.0077],[-3.0436, 55.0074],[-3.0435, 55.0072],[-3.0435, 55.007],[-3.0436, 55.0067],[-3.044501, 55.0054],[-3.044699, 55.0047],[-3.044699, 55.0038],[-3.0446, 55.0028],[-3.044399, 55.0015],[-3.044199, 55.0012],[-3.0434, 55.0002],[-3.043299, 55.0000],[-3.043299, 54.9998],[-3.0435, 54.9995],[-3.0437, 54.9992],[-3.0439, 54.9990],[-3.044399, 54.9987],[-3.045599, 54.9983],[-3.048199, 54.9972],[-3.049101, 54.9966],[-3.0509, 54.9950],[-3.0518, 54.9942],[-3.052799, 54.9936],[-3.0552, 54.9924],[-3.0557, 54.992],[-3.0559, 54.9918],[-3.056201, 54.9914],[-3.056299, 54.9908],[-3.056401, 54.9901],[-3.056201, 54.9881],[-3.056099, 54.9875],[-3.056401, 54.9875],[-3.057001, 54.9876],[-3.0578, 54.9876],[-3.058199, 54.9876],[-3.059999, 54.9873],[-3.0638, 54.9867],[-3.0659, 54.9861],[-3.067001, 54.9857],[-3.0694, 54.9842],[-3.072599, 54.9825],[-3.0736, 54.9822],[-3.0755, 54.9815],[-3.078, 54.9807],[-3.07940, 54.9806],[-3.081201, 54.9803],[-3.082, 54.9801],[-3.082099, 54.9803],[-3.0816, 54.9809],[-3.0816, 54.9811],[-3.0824, 54.9812],[-3.083501, 54.9809],[-3.085, 54.9805],[-3.085599, 54.9795],[-3.085799, 54.9792],[-3.086601, 54.9787],[-3.0878, 54.9784],[-3.0882, 54.9784],[-3.0875, 54.9796],[-3.087399, 54.98],[-3.0875, 54.9802],[-3.088, 54.9801],[-3.08950, 54.979],[-3.0899, 54.9773],[-3.0908, 54.9757],[-3.0915, 54.9755],[-3.0971, 54.9779],[-3.0992, 54.9785],[-3.1016, 54.9786],[-3.104199, 54.9787],[-3.106601, 54.9785],[-3.1117, 54.9775],[-3.118299, 54.9761],[-3.1222, 54.9743],[-3.1252, 54.9725],[-3.128599, 54.9705],[-3.1331, 54.9689],[-3.1366, 54.9672],[-3.1417, 54.9655],[-3.145299, 54.9646],[-3.146801, 54.9643],[-3.148099, 54.9642],[-3.1498, 54.9642],[-3.1519, 54.9644],[-3.1533, 54.9648],[-3.1561, 54.9661],[-3.1586, 54.9669],[-3.160199, 54.9675],[-3.1668, 54.9698],[-3.173901, 54.9711],[-3.17750, 54.9717],[-3.1817, 54.9726],[-3.1847, 54.9731],[-3.1903, 54.9744],[-3.19320, 54.9748],[-3.199301, 54.9754],[-3.202199, 54.9755],[-3.2053, 54.9757],[-3.207799, 54.9757],[-3.212001, 54.9756],[-3.2144, 54.9749],[-3.2191, 54.9739],[-3.2232, 54.973],[-3.2276, 54.9724],[-3.2321, 54.9716],[-3.235199, 54.9709],[-3.237, 54.9703],[-3.2381, 54.9691],[-3.238501, 54.9687],[-3.239399, 54.9684],[-3.24040, 54.9688],[-3.242399, 54.9699],[-3.24460, 54.9714],[-3.246201, 54.9721],[-3.24790, 54.9723],[-3.2506, 54.9722],[-3.2532, 54.9722],[-3.255, 54.9718],[-3.256201, 54.9716],[-3.2604, 54.9699],[-3.261899, 54.9695],[-3.2635, 54.9695],[-3.265199, 54.9697],[-3.265599, 54.9678],[-3.2637, 54.9668],[-3.2636, 54.9664],[-3.263799, 54.966],[-3.2658, 54.9655],[-3.2706, 54.9655],[-3.2757, 54.9661],[-3.283, 54.9672],[-3.2869, 54.9678],[-3.296601, 54.9698],[-3.302599, 54.9716],[-3.307699, 54.9736],[-3.3129, 54.9756],[-3.314899, 54.9762],[-3.3174, 54.9768],[-3.322599, 54.9779],[-3.3248, 54.9783],[-3.326601, 54.9784],[-3.327199, 54.9784],[-3.327699, 54.9782],[-3.329, 54.9777],[-3.331899, 54.9761],[-3.3376, 54.9744],[-3.339, 54.9742],[-3.341401, 54.9742],[-3.3433, 54.9741],[-3.349301, 54.9743],[-3.353199, 54.9743],[-3.3555, 54.974],[-3.358, 54.9735],[-3.3608, 54.9725],[-3.3633, 54.9716],[-3.36500, 54.9711],[-3.36710, 54.9708],[-3.3694, 54.9707],[-3.373501, 54.9711],[-3.3785, 54.9717],[-3.381601, 54.9722],[-3.384399, 54.9725],[-3.390199, 54.973],[-3.3956, 54.9733],[-3.4001, 54.9739],[-3.4031, 54.9741],[-3.405699, 54.9743],[-3.4073, 54.9747],[-3.4085, 54.9752],[-3.409199, 54.9757],[-3.410199, 54.9764],[-3.410399, 54.9768],[-3.410199, 54.9774],[-3.40960, 54.978],[-3.409699, 54.9783],[-3.410399, 54.9788],[-3.41150, 54.9791],[-3.41190, 54.9789],[-3.4121, 54.9779],[-3.412499, 54.9774],[-3.41380, 54.9774],[-3.414999, 54.9779],[-3.4242, 54.9850],[-3.427599, 54.9876],[-3.4288, 54.9887],[-3.429501, 54.9895],[-3.430099, 54.9902],[-3.431601, 54.9915],[-3.432199, 54.9917],[-3.432699, 54.9917],[-3.4368, 54.9889],[-3.437599, 54.9880],[-3.439501, 54.9874],[-3.4407, 54.9867],[-3.440799, 54.9864],[-3.440599, 54.986],[-3.44, 54.9856],[-3.44, 54.9853],[-3.4402, 54.9849],[-3.4423, 54.9836],[-3.4446, 54.982],[-3.4454, 54.9815],[-3.44640, 54.9809],[-3.447001, 54.9806],[-3.447001, 54.9802],[-3.4468, 54.9792],[-3.4487, 54.9772],[-3.4503, 54.9763],[-3.45420, 54.9749],[-3.46, 54.9731],[-3.462699, 54.9713],[-3.4649, 54.9703],[-3.465899, 54.972],[-3.4669, 54.9719],[-3.46680, 54.9699],[-3.471299, 54.9679],[-3.474101, 54.9676],[-3.4751, 54.9679],[-3.476001, 54.9688],[-3.47690, 54.9687],[-3.4765, 54.9677],[-3.476201, 54.9669],[-3.47670, 54.9663],[-3.479199, 54.9659],[-3.482399, 54.9656],[-3.4845, 54.9653],[-3.486001, 54.9657],[-3.486601, 54.9666],[-3.4883, 54.9666],[-3.49, 54.9654],[-3.493599, 54.9651],[-3.497499, 54.9649],[-3.4999, 54.9653],[-3.501699, 54.9666],[-3.5035, 54.9663],[-3.50510, 54.9665],[-3.506001, 54.9673],[-3.50740, 54.9673],[-3.50810, 54.9663],[-3.5078, 54.9651],[-3.508399, 54.9646],[-3.509399, 54.9646],[-3.510499, 54.9649],[-3.5123, 54.9656],[-3.514199, 54.9658],[-3.5174, 54.9659],[-3.521801, 54.9661],[-3.524301, 54.9671],[-3.52550, 54.9674],[-3.528, 54.9674],[-3.5301, 54.9676],[-3.537499, 54.9694],[-3.5394, 54.9703],[-3.5411, 54.971],[-3.544399, 54.9714],[-3.5452, 54.9718],[-3.545399, 54.9729],[-3.54590, 54.9736],[-3.546601, 54.9738],[-3.547899, 54.9733],[-3.548701, 54.9733],[-3.548901, 54.9743],[-3.5497, 54.9745],[-3.55080, 54.9742],[-3.5534, 54.9753],[-3.555, 54.9758],[-3.557199, 54.977],[-3.558701, 54.9787],[-3.5593, 54.9803],[-3.56040, 54.9807],[-3.561001, 54.9817],[-3.560499, 54.9826],[-3.5611, 54.9847],[-3.562299, 54.9868],[-3.5629, 54.9881],[-3.5638, 54.9888],[-3.565599, 54.9889],[-3.5667, 54.9902],[-3.567699, 54.9922],[-3.5697, 54.9944],[-3.5714, 54.9964],[-3.5725, 54.9984],[-3.57270, 55.0001],[-3.572299, 55.0024],[-3.571899, 55.0053],[-3.5718, 55.0066],[-3.571899, 55.0080],[-3.57240, 55.0092],[-3.574301, 55.012],[-3.57690, 55.0155],[-3.5829, 55.0211],[-3.586699, 55.0237],[-3.5915, 55.0262],[-3.596299, 55.028],[-3.597899, 55.0285],[-3.599699, 55.0296],[-3.599999, 55.0294],[-3.600199, 55.0292],[-3.600199, 55.0289],[-3.6001, 55.0286],[-3.598701, 55.0279],[-3.597001, 55.0273],[-3.595799, 55.0265],[-3.5937, 55.0252],[-3.592499, 55.0247],[-3.5918, 55.0241],[-3.5919, 55.0238],[-3.5918, 55.0234],[-3.591001, 55.0234],[-3.589999, 55.0236],[-3.588799, 55.0226],[-3.5871, 55.0207],[-3.5862, 55.0194],[-3.585799, 55.0188],[-3.5852, 55.0183],[-3.584599, 55.0183],[-3.5837, 55.0183],[-3.5831, 55.0177],[-3.5822, 55.0165],[-3.5818, 55.0154],[-3.581201, 55.0149],[-3.580499, 55.0141],[-3.580899, 55.0134],[-3.580899, 55.0127],[-3.5801, 55.0125],[-3.5796, 55.0122],[-3.578901, 55.012],[-3.578501, 55.0117],[-3.578399, 55.0111],[-3.578399, 55.0108],[-3.5793, 55.0105],[-3.5793, 55.0103],[-3.578901, 55.01],[-3.578501, 55.0097],[-3.578701, 55.0091],[-3.578399, 55.0085],[-3.578, 55.0084],[-3.577199, 55.0083],[-3.576299, 55.0079],[-3.575799, 55.0071],[-3.576299, 55.0066],[-3.5776, 55.0065],[-3.57830, 55.0063],[-3.578399, 55.0061],[-3.576699, 55.0058],[-3.5759, 55.0053],[-3.5757, 55.0046],[-3.576, 55.0043],[-3.5776, 55.0044],[-3.578599, 55.0045],[-3.579799, 55.0051],[-3.5801, 55.0047],[-3.5794, 55.0038],[-3.577399, 55.0031],[-3.576699, 55.0020],[-3.576299, 55.0011],[-3.576401, 55.0004],[-3.577399, 55.0002],[-3.57900, 55.0003],[-3.580199, 55.0001],[-3.58040, 55.0000],[-3.580499, 54.9998],[-3.579999, 54.9994],[-3.579101, 54.9992],[-3.578, 54.9991],[-3.57710, 54.9990],[-3.576601, 54.9984],[-3.576601, 54.9973],[-3.576699, 54.9962],[-3.577199, 54.9952],[-3.578, 54.9949],[-3.580199, 54.9947],[-3.581899, 54.9954],[-3.58320, 54.9960],[-3.5838, 54.9954],[-3.582999, 54.9946],[-3.581201, 54.9940],[-3.5796, 54.9938],[-3.57920, 54.9935],[-3.580199, 54.9932],[-3.581201, 54.9932],[-3.5824, 54.9934],[-3.583501, 54.9936],[-3.584501, 54.9940],[-3.584899, 54.9938],[-3.584899, 54.9933],[-3.5839, 54.9928],[-3.582799, 54.9926],[-3.5817, 54.9925],[-3.5803, 54.9926],[-3.578701, 54.9927],[-3.5776, 54.9925],[-3.57710, 54.9922],[-3.576801, 54.9917],[-3.576401, 54.9911],[-3.5761, 54.9900],[-3.5759, 54.9883],[-3.575799, 54.9871],[-3.57520, 54.9858],[-3.57500, 54.9846],[-3.5755, 54.9844],[-3.57620, 54.9846],[-3.5775, 54.9858],[-3.578799, 54.9875],[-3.5799, 54.9887],[-3.580699, 54.9892],[-3.5815, 54.9888],[-3.5817, 54.9880],[-3.578901, 54.9850],[-3.577199, 54.9833],[-3.5755, 54.9808],[-3.5754, 54.98],[-3.575599, 54.9795],[-3.5761, 54.9788],[-3.5778, 54.978],[-3.582299, 54.9762],[-3.5827, 54.9751],[-3.58250, 54.9738],[-3.582799, 54.9708],[-3.5826, 54.9688],[-3.581201, 54.9668],[-3.5793, 54.965],[-3.5773, 54.9625],[-3.577001, 54.9605],[-3.577001, 54.9595],[-3.5773, 54.9584],[-3.578701, 54.9555],[-3.580899, 54.952],[-3.584899, 54.9457],[-3.586299, 54.9413],[-3.586601, 54.9381],[-3.586401, 54.9358],[-3.5855, 54.9326],[-3.585299, 54.9309],[-3.585099, 54.9296],[-3.585099, 54.9282],[-3.5855, 54.9277],[-3.586401, 54.9274],[-3.588, 54.9267],[-3.5883, 54.9262],[-3.588099, 54.9254],[-3.5871, 54.9238],[-3.586401, 54.9226],[-3.585099, 54.9218],[-3.584199, 54.9218],[-3.584, 54.922],[-3.584899, 54.9228],[-3.5861, 54.9245],[-3.5862, 54.9253],[-3.585799, 54.9264],[-3.584599, 54.9274],[-3.584, 54.9275],[-3.5834, 54.9275],[-3.5817, 54.9265],[-3.5806, 54.9261],[-3.578099, 54.9254],[-3.5739, 54.9244],[-3.571899, 54.9238],[-3.570499, 54.9231],[-3.569999, 54.9219],[-3.5697, 54.9197],[-3.5693, 54.9182],[-3.568399, 54.9165],[-3.5667, 54.9142],[-3.565599, 54.9125],[-3.5635, 54.9103],[-3.562001, 54.9086],[-3.561899, 54.9067],[-3.5635, 54.9049],[-3.566299, 54.9031],[-3.567699, 54.9024],[-3.568799, 54.9008],[-3.570199, 54.8992],[-3.5715, 54.897],[-3.573999, 54.8938],[-3.57710, 54.8915],[-3.5793, 54.8905],[-3.5838, 54.8888],[-3.5892, 54.8867],[-3.5919, 54.8856],[-3.5934, 54.8846],[-3.594501, 54.8835],[-3.59520, 54.8819],[-3.594899, 54.8804],[-3.5929, 54.8770],[-3.5929, 54.8753],[-3.5934, 54.8742],[-3.594501, 54.8735],[-3.59960, 54.8728],[-3.605, 54.8727],[-3.6061, 54.8729],[-3.6078, 54.8743],[-3.609301, 54.8748],[-3.615499, 54.8762],[-3.6229, 54.8773],[-3.633501, 54.8787],[-3.638099, 54.8794],[-3.6473, 54.8808],[-3.6823, 54.8796],[-3.685199, 54.8796],[-3.6863, 54.8801],[-3.6872, 54.8829],[-3.6889, 54.884],[-3.690799, 54.8847],[-3.6917, 54.8849],[-3.6923, 54.8856],[-3.692001, 54.8867],[-3.691, 54.887],[-3.689399, 54.8865],[-3.6881, 54.8865],[-3.6866, 54.8869],[-3.6849, 54.8875],[-3.6843, 54.8881],[-3.6843, 54.8887],[-3.68460, 54.8894],[-3.68460, 54.8897],[-3.683701, 54.8897],[-3.6826, 54.8892],[-3.681299, 54.8892],[-3.68, 54.8904],[-3.6796, 54.8915],[-3.679199, 54.8917],[-3.6781, 54.8914],[-3.677001, 54.891],[-3.6761, 54.8908],[-3.6754, 54.8917],[-3.675299, 54.8925],[-3.6763, 54.8931],[-3.677001, 54.893],[-3.6777, 54.8922],[-3.678299, 54.8925],[-3.679501, 54.8929],[-3.6805, 54.893],[-3.681201, 54.8926],[-3.681401, 54.8916],[-3.6821, 54.8903],[-3.6828, 54.8905],[-3.683701, 54.8911],[-3.68460, 54.8911],[-3.685899, 54.8908],[-3.6868, 54.8899],[-3.68670, 54.8891],[-3.68650, 54.8881],[-3.687599, 54.8877],[-3.6887, 54.8879],[-3.69, 54.8883],[-3.691601, 54.8882],[-3.6958, 54.8867],[-3.6974, 54.8862],[-3.699301, 54.8856],[-3.7053, 54.8836],[-3.711801, 54.8813],[-3.715199, 54.8806],[-3.718199, 54.8803],[-3.7223, 54.8805],[-3.724999, 54.8803],[-3.7267, 54.8798],[-3.727799, 54.8789],[-3.72770, 54.8777],[-3.727099, 54.8774],[-3.7245, 54.8772],[-3.724101, 54.8769],[-3.7245, 54.8763],[-3.7298, 54.8736],[-3.734101, 54.8712],[-3.7365, 54.8702],[-3.7386, 54.8690],[-3.7389, 54.8686],[-3.739, 54.8679],[-3.739399, 54.8659],[-3.740499, 54.8646],[-3.742001, 54.8639],[-3.7427, 54.8638],[-3.744501, 54.8642],[-3.74580, 54.8644],[-3.7492, 54.8634],[-3.755399, 54.8605],[-3.758199, 54.8587],[-3.7602, 54.8572],[-3.762599, 54.8574],[-3.763901, 54.8575],[-3.76650, 54.8569],[-3.769799, 54.8564],[-3.7746, 54.8551],[-3.7791, 54.8544],[-3.783299, 54.8542],[-3.783999, 54.8538],[-3.784301, 54.8532],[-3.7857, 54.8531],[-3.7873, 54.8535],[-3.788399, 54.8546],[-3.788399, 54.8564],[-3.788199, 54.8585],[-3.788599, 54.8597],[-3.791001, 54.8619],[-3.7927, 54.8636],[-3.7935, 54.8642],[-3.794899, 54.8647],[-3.7969, 54.8648],[-3.7988, 54.8648],[-3.801201, 54.8661],[-3.802599, 54.8671],[-3.804699, 54.8678],[-3.8078, 54.8688],[-3.8097, 54.8697],[-3.8114, 54.8710],[-3.8125, 54.8722],[-3.81320, 54.8743],[-3.8135, 54.8771],[-3.813999, 54.8788],[-3.814699, 54.8798],[-3.8157, 54.8806],[-3.8173, 54.882],[-3.817199, 54.8828],[-3.816801, 54.8836],[-3.815799, 54.8844],[-3.815399, 54.8856],[-3.81550, 54.8868],[-3.8162, 54.8889],[-3.816, 54.8902],[-3.81550, 54.8918],[-3.814501, 54.8934],[-3.813299, 54.895],[-3.81340, 54.8955],[-3.814301, 54.8954],[-3.81530, 54.8946],[-3.8157, 54.894],[-3.816, 54.8931],[-3.816499, 54.8921],[-3.817199, 54.8918],[-3.818099, 54.8917],[-3.8199, 54.8917],[-3.821201, 54.892],[-3.821899, 54.8918],[-3.8217, 54.8907],[-3.8206, 54.8892],[-3.821201, 54.8883],[-3.8222, 54.8877],[-3.822999, 54.8877],[-3.8236, 54.888],[-3.824501, 54.8887],[-3.824899, 54.8893],[-3.825799, 54.89],[-3.826801, 54.8891],[-3.8262, 54.8882],[-3.82540, 54.8869],[-3.824199, 54.8861],[-3.8217, 54.8867],[-3.819999, 54.8876],[-3.819, 54.8881],[-3.817899, 54.8882],[-3.8175, 54.8876],[-3.8182, 54.8867],[-3.819101, 54.8858],[-3.820899, 54.8847],[-3.82180, 54.8817],[-3.821201, 54.879],[-3.820199, 54.8774],[-3.818501, 54.8752],[-3.81760, 54.8736],[-3.8175, 54.8727],[-3.818701, 54.8727],[-3.8204, 54.8735],[-3.82140, 54.8747],[-3.821899, 54.8760],[-3.8229, 54.8767],[-3.824899, 54.8766],[-3.826499, 54.8757],[-3.827199, 54.8749],[-3.826801, 54.8737],[-3.825099, 54.8716],[-3.8232, 54.8680],[-3.8231, 54.8664],[-3.823501, 54.8648],[-3.824199, 54.8634],[-3.824501, 54.8622],[-3.8236, 54.8606],[-3.8213, 54.8598],[-3.818501, 54.859],[-3.816601, 54.8574],[-3.814399, 54.8546],[-3.813299, 54.8531],[-3.8122, 54.8525],[-3.8108, 54.8523],[-3.809999, 54.8531],[-3.809799, 54.8539],[-3.80940, 54.8542],[-3.8083, 54.8538],[-3.8069, 54.8519],[-3.806401, 54.8506],[-3.806299, 54.8487],[-3.806401, 54.8463],[-3.807899, 54.8452],[-3.810199, 54.8446],[-3.8135, 54.8446],[-3.8173, 54.8456],[-3.820699, 54.8471],[-3.824199, 54.8489],[-3.82540, 54.8497],[-3.825799, 54.8505],[-3.825599, 54.851],[-3.8259, 54.852],[-3.826401, 54.8525],[-3.827899, 54.8531],[-3.8297, 54.8539],[-3.8325, 54.8557],[-3.835, 54.8594],[-3.83590, 54.8607],[-3.836699, 54.8621],[-3.83760, 54.8635],[-3.838701, 54.8643],[-3.8427, 54.8644],[-3.8455, 54.864],[-3.847899, 54.8634],[-3.849101, 54.8635],[-3.850199, 54.8642],[-3.8515, 54.8647],[-3.8526, 54.8646],[-3.852499, 54.8638],[-3.8517, 54.8630],[-3.8508, 54.8624],[-3.848799, 54.8604],[-3.8476, 54.8588],[-3.8461, 54.8576],[-3.8429, 54.8565],[-3.8408, 54.8554],[-3.840199, 54.8542],[-3.840199, 54.8536],[-3.841001, 54.8534],[-3.84180, 54.8535],[-3.844301, 54.855],[-3.8464, 54.8559],[-3.847199, 54.8557],[-3.8476, 54.8551],[-3.8473, 54.8544],[-3.84600, 54.8532],[-3.844399, 54.8524],[-3.838599, 54.8507],[-3.836801, 54.8496],[-3.8361, 54.8488],[-3.834501, 54.8479],[-3.834301, 54.8468],[-3.835099, 54.8464],[-3.836401, 54.8459],[-3.838399, 54.846],[-3.840899, 54.8472],[-3.8415, 54.8474],[-3.8424, 54.8473],[-3.8426, 54.8468],[-3.8433, 54.8465],[-3.844501, 54.8467],[-3.8482, 54.8487],[-3.852, 54.8505],[-3.852299, 54.8507],[-3.85380, 54.8503],[-3.8552, 54.8492],[-3.856899, 54.8489],[-3.857899, 54.849],[-3.859101, 54.8483],[-3.86010, 54.8476],[-3.861001, 54.8467],[-3.8608, 54.8459],[-3.86030, 54.8451],[-3.8598, 54.8442],[-3.85820, 54.8424],[-3.855799, 54.8411],[-3.851099, 54.8393],[-3.8485, 54.8385],[-3.844, 54.8368],[-3.8403, 54.8351],[-3.8383, 54.8335],[-3.83590, 54.8286],[-3.8352, 54.8278],[-3.833501, 54.8269],[-3.830499, 54.827],[-3.8276, 54.8271],[-3.8259, 54.8264],[-3.824399, 54.826],[-3.8239, 54.8256],[-3.8236, 54.824],[-3.824899, 54.8231],[-3.827699, 54.8217],[-3.83150, 54.8195],[-3.83570, 54.8166],[-3.83780, 54.8162],[-3.83990, 54.8159],[-3.842099, 54.8155],[-3.845799, 54.8154],[-3.852499, 54.8155],[-3.854199, 54.8161],[-3.8557, 54.8161],[-3.8595, 54.8146],[-3.863701, 54.8133],[-3.8647, 54.8128],[-3.8654, 54.8109],[-3.8663, 54.8089],[-3.866801, 54.8079],[-3.868, 54.8063],[-3.869699, 54.8048],[-3.870399, 54.8043],[-3.8718, 54.8038],[-3.874799, 54.8034],[-3.87820, 54.8035],[-3.8815, 54.8028],[-3.884599, 54.8009],[-3.892, 54.799],[-3.897399, 54.7981],[-3.9015, 54.7971],[-3.903701, 54.796],[-3.9061, 54.7944],[-3.908099, 54.7937],[-3.911099, 54.7929],[-3.918, 54.7911],[-3.92090, 54.79],[-3.924799, 54.7891],[-3.931601, 54.7885],[-3.9353, 54.7887],[-3.9375, 54.7885],[-3.9386, 54.7881],[-3.939199, 54.7867],[-3.94, 54.7858],[-3.941099, 54.785],[-3.943, 54.7843],[-3.944799, 54.7834],[-3.9486, 54.7818],[-3.951299, 54.7807],[-3.953901, 54.7804],[-3.955899, 54.7805],[-3.95630, 54.7802],[-3.9567, 54.7785],[-3.95820, 54.7754],[-3.959, 54.7743],[-3.96050, 54.7732],[-3.962399, 54.7722],[-3.964799, 54.7713],[-3.968501, 54.7702],[-3.9751, 54.7693],[-3.983299, 54.7692],[-3.9855, 54.7692],[-3.9872, 54.7692],[-3.9888, 54.7693],[-3.991801, 54.7697],[-3.994101, 54.7708],[-3.996201, 54.7726],[-3.9999, 54.7742],[-4.0008, 54.7742],[-4.0029, 54.7752],[-4.0041, 54.7758],[-4.004399, 54.7758],[-4.0049, 54.7755],[-4.005599, 54.7751],[-4.0057, 54.7746],[-4.005099, 54.7739],[-4.005, 54.7735],[-4.005499, 54.7733],[-4.007699, 54.7733],[-4.0081, 54.7732],[-4.0086, 54.7727],[-4.0088, 54.772],[-4.009799, 54.772],[-4.0107, 54.7718],[-4.011899, 54.7717],[-4.013199, 54.7721],[-4.0138, 54.7728],[-4.0169, 54.773],[-4.019199, 54.7727],[-4.020199, 54.7728],[-4.021699, 54.7739],[-4.0225, 54.7745],[-4.0233, 54.7748],[-4.0244, 54.7749],[-4.025499, 54.7749],[-4.0271, 54.7747],[-4.0281, 54.7743],[-4.0296, 54.7733],[-4.0309, 54.7727],[-4.032899, 54.7725],[-4.034699, 54.772],[-4.037099, 54.7715],[-4.0385, 54.7719],[-4.0401, 54.772],[-4.041601, 54.7717],[-4.0426, 54.7717],[-4.043799, 54.7727],[-4.0451, 54.7742],[-4.0458, 54.7748],[-4.0466, 54.7751],[-4.0482, 54.7753],[-4.050499, 54.7757],[-4.0521, 54.7765],[-4.052999, 54.7776],[-4.054999, 54.7787],[-4.0585, 54.7804],[-4.061, 54.7818],[-4.0618, 54.7825],[-4.0622, 54.7833],[-4.0622, 54.7842],[-4.0623, 54.7854],[-4.062399, 54.7872],[-4.062399, 54.7894],[-4.0622, 54.7916],[-4.0615, 54.7937],[-4.0611, 54.7948],[-4.0605, 54.7955],[-4.059, 54.7968],[-4.056099, 54.7986],[-4.0549, 54.8006],[-4.054599, 54.8017],[-4.0538, 54.8034],[-4.0521, 54.8052],[-4.049799, 54.8074],[-4.0482, 54.8088],[-4.045, 54.8120],[-4.044301, 54.8132],[-4.0441, 54.8137],[-4.0441, 54.8145],[-4.0441, 54.8156],[-4.044799, 54.8172],[-4.046201, 54.8195],[-4.0467, 54.8217],[-4.0474, 54.8228],[-4.0487, 54.824],[-4.0499, 54.8259],[-4.051499, 54.8268],[-4.0534, 54.827],[-4.053999, 54.827],[-4.054501, 54.8268],[-4.0553, 54.8264],[-4.0564, 54.8249],[-4.0568, 54.8238],[-4.0573, 54.8224],[-4.058199, 54.8215],[-4.059501, 54.8207],[-4.061601, 54.8198],[-4.0626, 54.8192],[-4.0633, 54.8184],[-4.064199, 54.8172],[-4.065499, 54.8155],[-4.0665, 54.8151],[-4.067699, 54.8148],[-4.068799, 54.8146],[-4.069699, 54.8148],[-4.070099, 54.8153],[-4.07, 54.8165],[-4.069301, 54.8189],[-4.068799, 54.8203],[-4.068099, 54.8214],[-4.0672, 54.8222],[-4.0639, 54.8246],[-4.060599, 54.8262],[-4.059501, 54.827],[-4.059, 54.8276],[-4.0584, 54.8285],[-4.0584, 54.8307],[-4.0585, 54.8334],[-4.059899, 54.8367],[-4.059899, 54.8373],[-4.0593, 54.838],[-4.058599, 54.8384],[-4.056601, 54.8389],[-4.051401, 54.8387],[-4.0495, 54.8388],[-4.049699, 54.8392],[-4.0499, 54.8396],[-4.050399, 54.8404],[-4.0513, 54.8406],[-4.052199, 54.8409],[-4.0531, 54.8414],[-4.0538, 54.8426],[-4.053901, 54.8429],[-4.055099, 54.8433],[-4.055799, 54.8437],[-4.0563, 54.8436],[-4.057499, 54.8421],[-4.060299, 54.8394],[-4.0647, 54.8366],[-4.0658, 54.8358],[-4.066201, 54.8351],[-4.066299, 54.833],[-4.0667, 54.8326],[-4.068799, 54.8318],[-4.069399, 54.8313],[-4.07, 54.8302],[-4.0703, 54.83],[-4.070899, 54.8299],[-4.071801, 54.8299],[-4.0728, 54.8294],[-4.073999, 54.8277],[-4.0774, 54.8225],[-4.079999, 54.8197],[-4.084199, 54.8178],[-4.0871, 54.8167],[-4.088399, 54.8160],[-4.0885, 54.8155],[-4.087999, 54.8146],[-4.087, 54.8135],[-4.086299, 54.8129],[-4.085899, 54.8117],[-4.0858, 54.8104],[-4.086, 54.8091],[-4.0871, 54.8023],[-4.0866, 54.7997],[-4.087299, 54.7965],[-4.088399, 54.7942],[-4.088901, 54.7914],[-4.0891, 54.7884],[-4.0886, 54.7858],[-4.0886, 54.7841],[-4.089, 54.7834],[-4.089799, 54.7828],[-4.092, 54.7823],[-4.0977, 54.7822],[-4.100599, 54.7822],[-4.101601, 54.7819],[-4.102099, 54.7815],[-4.102099, 54.78],[-4.100699, 54.7797],[-4.1008, 54.7792],[-4.100299, 54.7784],[-4.099599, 54.7782],[-4.098199, 54.7786],[-4.097799, 54.7786],[-4.097899, 54.7776],[-4.0967, 54.7775],[-4.0948, 54.7779],[-4.0928, 54.7782],[-4.090799, 54.7782],[-4.0885, 54.7771],[-4.0882, 54.7767],[-4.0876, 54.776],[-4.0876, 54.7748],[-4.088901, 54.7727],[-4.0907, 54.7704],[-4.0911, 54.7694],[-4.0916, 54.7678],[-4.091801, 54.7675],[-4.0924, 54.7674],[-4.093599, 54.768],[-4.0942, 54.7682],[-4.0956, 54.7681],[-4.096499, 54.7685],[-4.0968, 54.7692],[-4.0974, 54.7692],[-4.099999, 54.7688],[-4.1023, 54.7688],[-4.1044, 54.7696],[-4.106201, 54.7706],[-4.1066, 54.7711],[-4.1066, 54.7715],[-4.1064, 54.7735],[-4.1064, 54.7742],[-4.1076, 54.7763],[-4.1078, 54.7775],[-4.1086, 54.7778],[-4.1095, 54.7786],[-4.1104, 54.7786],[-4.1127, 54.7779],[-4.115499, 54.778],[-4.118299, 54.7785],[-4.1214, 54.7799],[-4.1218, 54.7806],[-4.1219, 54.7812],[-4.121699, 54.782],[-4.120399, 54.7839],[-4.1189, 54.7849],[-4.117199, 54.786],[-4.117099, 54.7862],[-4.117001, 54.7875],[-4.117899, 54.789],[-4.118199, 54.7894],[-4.119101, 54.7896],[-4.120299, 54.7896],[-4.121201, 54.7896],[-4.122099, 54.7892],[-4.123099, 54.7885],[-4.124101, 54.7875],[-4.1254, 54.7861],[-4.1286, 54.7804],[-4.1291, 54.7797],[-4.1296, 54.7793],[-4.1307, 54.7788],[-4.1342, 54.7782],[-4.1377, 54.7771],[-4.1398, 54.7774],[-4.1413, 54.7789],[-4.142001, 54.7788],[-4.144101, 54.7789],[-4.145899, 54.7796],[-4.146201, 54.7794],[-4.147699, 54.7788],[-4.1485, 54.7788],[-4.1496, 54.7799],[-4.151401, 54.7818],[-4.1522, 54.7823],[-4.1529, 54.7822],[-4.1537, 54.7819],[-4.154799, 54.7808],[-4.156099, 54.7809],[-4.156801, 54.782],[-4.157199, 54.7824],[-4.1581, 54.7841],[-4.158, 54.7858],[-4.158199, 54.7866],[-4.160299, 54.7881],[-4.161601, 54.7896],[-4.163, 54.7897],[-4.1644, 54.7892],[-4.166299, 54.7882],[-4.168, 54.7888],[-4.1704, 54.79],[-4.171201, 54.7914],[-4.1753, 54.7926],[-4.1767, 54.7943],[-4.1788, 54.7979],[-4.181601, 54.8012],[-4.182799, 54.804],[-4.1827, 54.8049],[-4.1793, 54.8075],[-4.1792, 54.8078],[-4.1792, 54.8086],[-4.179501, 54.8090],[-4.180099, 54.8092],[-4.180699, 54.8091],[-4.1814, 54.8085],[-4.1823, 54.8080],[-4.182899, 54.8078],[-4.1835, 54.8082],[-4.183599, 54.8092],[-4.1839, 54.8096],[-4.1851, 54.8096],[-4.1868, 54.8088],[-4.1879, 54.8097],[-4.1885, 54.8104],[-4.189199, 54.8108],[-4.19, 54.8108],[-4.191201, 54.8095],[-4.1915, 54.8090],[-4.192299, 54.8088],[-4.192999, 54.8092],[-4.1946, 54.8109],[-4.1956, 54.8114],[-4.1982, 54.8118],[-4.199699, 54.8133],[-4.201001, 54.8144],[-4.202499, 54.8146],[-4.2061, 54.8149],[-4.206601, 54.8151],[-4.2073, 54.8159],[-4.207699, 54.8169],[-4.2076, 54.818],[-4.205599, 54.8214],[-4.2054, 54.8219],[-4.206299, 54.8224],[-4.2082, 54.8225],[-4.209599, 54.8230],[-4.211699, 54.8228],[-4.213901, 54.8241],[-4.2156, 54.8254],[-4.2166, 54.8263],[-4.217, 54.8272],[-4.216801, 54.8276],[-4.214301, 54.8297],[-4.2141, 54.8303],[-4.214399, 54.8305],[-4.215099, 54.8308],[-4.2166, 54.8303],[-4.2178, 54.8304],[-4.217999, 54.8304],[-4.217999, 54.8308],[-4.2142, 54.8335],[-4.2126, 54.8357],[-4.2108, 54.8376],[-4.210899, 54.8378],[-4.211201, 54.8381],[-4.211801, 54.8384],[-4.213099, 54.8381],[-4.215199, 54.8381],[-4.21530, 54.8384],[-4.214, 54.8398],[-4.214, 54.84],[-4.2142, 54.8403],[-4.214799, 54.8402],[-4.2166, 54.84],[-4.217599, 54.8403],[-4.2181, 54.841],[-4.2184, 54.8411],[-4.2188, 54.841],[-4.2198, 54.8405],[-4.220699, 54.8405],[-4.2213, 54.8409],[-4.221601, 54.8412],[-4.2218, 54.8419],[-4.2218, 54.8423],[-4.217199, 54.8447],[-4.2166, 54.8455],[-4.2166, 54.8458],[-4.216899, 54.8464],[-4.2182, 54.8475],[-4.2198, 54.8494],[-4.219301, 54.8504],[-4.215799, 54.8527],[-4.212399, 54.8548],[-4.211, 54.8562],[-4.209, 54.8597],[-4.206299, 54.8614],[-4.203501, 54.8631],[-4.2023, 54.8652],[-4.200399, 54.8685],[-4.201001, 54.8697],[-4.202199, 54.8697],[-4.203599, 54.8693],[-4.2055, 54.8686],[-4.2089, 54.8671],[-4.2122, 54.8667],[-4.217599, 54.8660],[-4.219501, 54.8659],[-4.2234, 54.8654],[-4.224199, 54.8654],[-4.2248, 54.8649],[-4.225599, 54.8637],[-4.226099, 54.8627],[-4.226099, 54.8618],[-4.2259, 54.8606],[-4.226099, 54.859],[-4.230199, 54.8551],[-4.2322, 54.8537],[-4.2333, 54.8532],[-4.2357, 54.853],[-4.237, 54.8528],[-4.239999, 54.8502],[-4.242599, 54.8487],[-4.243999, 54.8482],[-4.2452, 54.848],[-4.2464, 54.847],[-4.2479, 54.8464],[-4.252, 54.8461],[-4.2528, 54.846],[-4.2532, 54.8456],[-4.2532, 54.8448],[-4.2532, 54.8445],[-4.2528, 54.8436],[-4.2536, 54.8434],[-4.255099, 54.8431],[-4.2554, 54.8427],[-4.2554, 54.8424],[-4.2542, 54.8408],[-4.254399, 54.8403],[-4.2546, 54.8398],[-4.2553, 54.8395],[-4.256401, 54.8391],[-4.2592, 54.8392],[-4.2602, 54.839],[-4.26060, 54.8386],[-4.2624, 54.837],[-4.2643, 54.8368],[-4.2664, 54.8371],[-4.269101, 54.8382],[-4.272099, 54.8408],[-4.274, 54.8417],[-4.276, 54.8422],[-4.277999, 54.8428],[-4.281499, 54.8429],[-4.2851, 54.843],[-4.29110, 54.8445],[-4.292699, 54.8447],[-4.29460, 54.8447],[-4.2979, 54.8443],[-4.2999, 54.8446],[-4.3048, 54.8466],[-4.3073, 54.8478],[-4.3089, 54.8484],[-4.3109, 54.8489],[-4.3174, 54.8502],[-4.32160, 54.8515],[-4.3273, 54.8531],[-4.3372, 54.8556],[-4.346401, 54.8588],[-4.354101, 54.8616],[-4.356699, 54.8638],[-4.357699, 54.8644],[-4.358799, 54.865],[-4.360199, 54.8653],[-4.362, 54.8680],[-4.367199, 54.8740],[-4.369699, 54.8766],[-4.372001, 54.8782],[-4.3748, 54.8792],[-4.38000, 54.879],[-4.380199, 54.8793],[-4.380099, 54.8799],[-4.3791, 54.8814],[-4.3796, 54.8828],[-4.38000, 54.8844],[-4.38000, 54.8866],[-4.3804, 54.8882],[-4.381001, 54.8895],[-4.3825, 54.8915],[-4.382899, 54.8929],[-4.382899, 54.8959],[-4.3824, 54.898],[-4.381899, 54.8986],[-4.380799, 54.8991],[-4.379799, 54.8994],[-4.3796, 54.8999],[-4.3803, 54.9003],[-4.3821, 54.9008],[-4.3842, 54.9009],[-4.385, 54.9014],[-4.3862, 54.9035],[-4.388501, 54.9064],[-4.3893, 54.9073],[-4.390299, 54.909],[-4.3909, 54.911],[-4.3913, 54.9115],[-4.392099, 54.9117],[-4.392499, 54.9116],[-4.393099, 54.9098],[-4.393701, 54.9093],[-4.395299, 54.9092],[-4.399301, 54.9099],[-4.3996, 54.9095],[-4.399799, 54.9091],[-4.4, 54.908],[-4.400599, 54.9075],[-4.401899, 54.9072],[-4.402299, 54.9068],[-4.4032, 54.906],[-4.4042, 54.9043],[-4.4042, 54.9034],[-4.4041, 54.9027],[-4.403399, 54.9004],[-4.403501, 54.9],[-4.4037, 54.8997],[-4.4088, 54.897],[-4.408901, 54.8968],[-4.408999, 54.8965],[-4.4088, 54.8963],[-4.408599, 54.8962],[-4.407899, 54.8963],[-4.4074, 54.8965],[-4.4042, 54.8984],[-4.4031, 54.8987],[-4.402, 54.899],[-4.4008, 54.8992],[-4.399799, 54.899],[-4.399199, 54.8986],[-4.3961, 54.8969],[-4.3936, 54.8955],[-4.3934, 54.8951],[-4.3936, 54.8948],[-4.3944, 54.8948],[-4.396201, 54.8952],[-4.397, 54.8954],[-4.397999, 54.8955],[-4.3991, 54.8954],[-4.401, 54.8945],[-4.4036, 54.8947],[-4.4049, 54.8947],[-4.4056, 54.8945],[-4.4062, 54.8941],[-4.407199, 54.8931],[-4.4078, 54.8925],[-4.408599, 54.8918],[-4.4092, 54.8916],[-4.4119, 54.8916],[-4.4139, 54.8913],[-4.4155, 54.8907],[-4.417, 54.89],[-4.419899, 54.8886],[-4.420199, 54.8886],[-4.4204, 54.8888],[-4.4203, 54.8890],[-4.409699, 54.8954],[-4.409599, 54.8955],[-4.409699, 54.8957],[-4.409999, 54.8958],[-4.4109, 54.8957],[-4.4201, 54.8909],[-4.423299, 54.8886],[-4.425799, 54.8854],[-4.426801, 54.8842],[-4.4281, 54.8818],[-4.428599, 54.8795],[-4.4292, 54.8785],[-4.432099, 54.8762],[-4.4326, 54.8753],[-4.433, 54.8743],[-4.432799, 54.8722],[-4.4323, 54.8692],[-4.4318, 54.8677],[-4.4302, 54.8662],[-4.430099, 54.8654],[-4.430399, 54.8648],[-4.432001, 54.8639],[-4.430699, 54.8632],[-4.4298, 54.8635],[-4.427899, 54.864],[-4.426401, 54.8638],[-4.4252, 54.8635],[-4.423999, 54.8630],[-4.4232, 54.8612],[-4.422, 54.8576],[-4.421401, 54.8565],[-4.4211, 54.8564],[-4.419799, 54.8563],[-4.4189, 54.8564],[-4.418799, 54.856],[-4.4191, 54.8557],[-4.42, 54.855],[-4.420599, 54.854],[-4.4197, 54.8493],[-4.4183, 54.8442],[-4.416601, 54.8403],[-4.413199, 54.8358],[-4.412799, 54.8352],[-4.412799, 54.8336],[-4.4126, 54.8316],[-4.4118, 54.83],[-4.411001, 54.8289],[-4.4098, 54.8278],[-4.408599, 54.8272],[-4.402, 54.8250],[-4.3986, 54.8246],[-4.3944, 54.8242],[-4.392001, 54.8227],[-4.3884, 54.8222],[-4.3846, 54.8223],[-4.382199, 54.8220],[-4.376, 54.8209],[-4.372799, 54.8200],[-4.368999, 54.818],[-4.366601, 54.8174],[-4.3621, 54.8168],[-4.3578, 54.8159],[-4.353701, 54.8146],[-4.351201, 54.8140],[-4.3498, 54.8129],[-4.348599, 54.8120],[-4.346401, 54.8098],[-4.344501, 54.8088],[-4.3424, 54.8068],[-4.3407, 54.8044],[-4.340099, 54.8018],[-4.338799, 54.8004],[-4.338799, 54.7996],[-4.3391, 54.7986],[-4.3404, 54.7966],[-4.340799, 54.7938],[-4.341001, 54.7928],[-4.3412, 54.7923],[-4.341801, 54.792],[-4.3449, 54.7912],[-4.347799, 54.7914],[-4.3509, 54.7924],[-4.3564, 54.7958],[-4.3586, 54.7964],[-4.3604, 54.7967],[-4.363501, 54.7961],[-4.365399, 54.7945],[-4.3659, 54.7934],[-4.365799, 54.7919],[-4.365399, 54.7905],[-4.3649, 54.7895],[-4.3632, 54.7891],[-4.3604, 54.7891],[-4.3599, 54.7883],[-4.3597, 54.7873],[-4.357399, 54.7866],[-4.357399, 54.7864],[-4.3576, 54.786],[-4.3586, 54.7846],[-4.3583, 54.7832],[-4.357699, 54.7812],[-4.3566, 54.7799],[-4.356699, 54.7792],[-4.357399, 54.7787],[-4.358701, 54.7782],[-4.361001, 54.7779],[-4.363299, 54.7767],[-4.364799, 54.7764],[-4.367599, 54.7757],[-4.368, 54.7755],[-4.368299, 54.7752],[-4.3684, 54.7748],[-4.3684, 54.774],[-4.368, 54.7735],[-4.367099, 54.7725],[-4.3652, 54.7715],[-4.3634, 54.7707],[-4.3571, 54.7699],[-4.354899, 54.77],[-4.3534, 54.7697],[-4.353099, 54.7694],[-4.352499, 54.7683],[-4.3526, 54.7675],[-4.3526, 54.7670],[-4.3535, 54.7653],[-4.3548, 54.7622],[-4.3534, 54.7592],[-4.3534, 54.7587],[-4.3539, 54.7581],[-4.355599, 54.757],[-4.3558, 54.7562],[-4.355899, 54.7555],[-4.3548, 54.7527],[-4.3551, 54.7519],[-4.356699, 54.7514],[-4.359, 54.7496],[-4.359799, 54.7481],[-4.3606, 54.7456],[-4.363299, 54.7438],[-4.363999, 54.7433],[-4.363999, 54.7427],[-4.3604, 54.7386],[-4.3604, 54.7381],[-4.3604, 54.7376],[-4.3613, 54.7364],[-4.361801, 54.7352],[-4.363299, 54.7322],[-4.363901, 54.7305],[-4.363901, 54.7298],[-4.362, 54.7286],[-4.360499, 54.7271],[-4.360499, 54.7265],[-4.360799, 54.7254],[-4.3612, 54.7251],[-4.3634, 54.7241],[-4.363299, 54.7237],[-4.360799, 54.7207],[-4.360199, 54.7197],[-4.358901, 54.7191],[-4.356, 54.7186],[-4.353799, 54.7184],[-4.352001, 54.7185],[-4.350399, 54.7192],[-4.3498, 54.7192],[-4.348701, 54.7179],[-4.348701, 54.7177],[-4.349199, 54.717],[-4.3493, 54.7166],[-4.3484, 54.7159],[-4.347099, 54.7149],[-4.346401, 54.7135],[-4.346601, 54.713],[-4.347001, 54.712],[-4.3477, 54.7103],[-4.349, 54.7084],[-4.3505, 54.7052],[-4.351, 54.7049],[-4.351601, 54.7046],[-4.3536, 54.7041],[-4.3547, 54.7035],[-4.3555, 54.7030],[-4.357999, 54.702],[-4.3579, 54.7013],[-4.356699, 54.6988],[-4.3555, 54.6982],[-4.355599, 54.6978],[-4.3575, 54.6978],[-4.35920, 54.6984],[-4.359799, 54.6994],[-4.36, 54.7005],[-4.3604, 54.7011],[-4.361001, 54.7015],[-4.36170, 54.7014],[-4.3624, 54.7012],[-4.3627, 54.7006],[-4.3628, 54.6996],[-4.362, 54.6926],[-4.362599, 54.6919],[-4.3642, 54.6908],[-4.3684, 54.6888],[-4.371601, 54.6873],[-4.3743, 54.6860],[-4.375599, 54.6848],[-4.377399, 54.6841],[-4.3778, 54.6835],[-4.3786, 54.6823],[-4.3797, 54.6818],[-4.3821, 54.681],[-4.386401, 54.6798],[-4.388901, 54.6789],[-4.392001, 54.6789],[-4.397099, 54.6793],[-4.401401, 54.6788],[-4.4049, 54.6795],[-4.408599, 54.6812],[-4.4108, 54.682],[-4.413199, 54.6826],[-4.4164, 54.6833],[-4.420199, 54.6847],[-4.426099, 54.6871],[-4.4326, 54.6902],[-4.438799, 54.6928],[-4.4442, 54.6944],[-4.451001, 54.6961],[-4.45680, 54.6970],[-4.469501, 54.699],[-4.4739, 54.7000],[-4.477099, 54.7010],[-4.478199, 54.7012],[-4.479, 54.7012],[-4.479599, 54.7009],[-4.480599, 54.7010],[-4.4892, 54.7039],[-4.499101, 54.7065],[-4.501801, 54.7074],[-4.505, 54.7103],[-4.511899, 54.7125],[-4.518, 54.7153],[-4.520599, 54.7176],[-4.5232, 54.7201],[-4.52650, 54.7224],[-4.528399, 54.7236],[-4.5348, 54.7243],[-4.538599, 54.7243],[-4.5397, 54.7244],[-4.5411, 54.7251],[-4.541, 54.7258],[-4.538199, 54.7269],[-4.537399, 54.7277],[-4.537199, 54.7282],[-4.537399, 54.7291],[-4.5402, 54.7311],[-4.5426, 54.7336],[-4.546, 54.7352],[-4.54990, 54.7364],[-4.552599, 54.7371],[-4.554501, 54.7375],[-4.5567, 54.7379],[-4.559999, 54.7382],[-4.5674, 54.7384],[-4.568999, 54.7388],[-4.570099, 54.7399],[-4.5734, 54.7450],[-4.57530, 54.7482],[-4.576099, 54.7514],[-4.577499, 54.7536],[-4.578599, 54.7548],[-4.5805, 54.7563],[-4.5825, 54.7576],[-4.583799, 54.7595],[-4.5844, 54.7606],[-4.5844, 54.7614],[-4.584301, 54.7618],[-4.583099, 54.7628],[-4.5829, 54.763],[-4.583, 54.7632],[-4.584199, 54.7641],[-4.5844, 54.7645],[-4.5844, 54.7654],[-4.584301, 54.7661],[-4.584599, 54.7671],[-4.5854, 54.768],[-4.5871, 54.7691],[-4.5941, 54.7734],[-4.595799, 54.7748],[-4.598599, 54.7774],[-4.599899, 54.778],[-4.601299, 54.778],[-4.603799, 54.7773],[-4.6047, 54.7772],[-4.6051, 54.7775],[-4.6051, 54.7796],[-4.6054, 54.7805],[-4.608701, 54.7813],[-4.6121, 54.7818],[-4.6138, 54.782],[-4.6181, 54.7831],[-4.619999, 54.7832],[-4.6209, 54.7831],[-4.627, 54.7852],[-4.63620, 54.789],[-4.649799, 54.7943],[-4.6644, 54.7997],[-4.673901, 54.8036],[-4.678999, 54.8067],[-4.684899, 54.8107],[-4.6978, 54.8188],[-4.701601, 54.8215],[-4.704101, 54.8236],[-4.7054, 54.8243],[-4.7064, 54.8248],[-4.70940, 54.8256],[-4.7177, 54.8268],[-4.724199, 54.8276],[-4.735, 54.8281],[-4.741401, 54.8291],[-4.743999, 54.8302],[-4.746, 54.8308],[-4.749101, 54.8308],[-4.75, 54.8306],[-4.751201, 54.8302],[-4.754, 54.8293],[-4.756899, 54.8281],[-4.7582, 54.8280],[-4.759699, 54.8280],[-4.7638, 54.8291],[-4.7707, 54.8312],[-4.77660, 54.8331],[-4.7781, 54.8339],[-4.779699, 54.8351],[-4.783, 54.8365],[-4.7838, 54.8369],[-4.784599, 54.8377],[-4.7856, 54.8394],[-4.787799, 54.8438],[-4.7889, 54.846],[-4.7898, 54.8474],[-4.791201, 54.8483],[-4.793701, 54.8488],[-4.795599, 54.8494],[-4.7982, 54.8503],[-4.798999, 54.8508],[-4.799699, 54.852],[-4.802199, 54.8566],[-4.804101, 54.8592],[-4.804599, 54.8599],[-4.805399, 54.8606],[-4.806499, 54.8613],[-4.809101, 54.8622],[-4.809999, 54.8630],[-4.8102, 54.8636],[-4.80970, 54.8643],[-4.8085, 54.865],[-4.8093, 54.8659],[-4.808599, 54.8668],[-4.8084, 54.8672],[-4.8085, 54.8675],[-4.809101, 54.8675],[-4.809999, 54.8674],[-4.8105, 54.867],[-4.8105, 54.8658],[-4.810699, 54.8651],[-4.8109, 54.8649],[-4.811601, 54.865],[-4.812001, 54.8658],[-4.812399, 54.8663],[-4.813701, 54.8667],[-4.8146, 54.8678],[-4.8151, 54.8681],[-4.815599, 54.8682],[-4.816401, 54.8680],[-4.8174, 54.8676],[-4.818999, 54.8667],[-4.8191, 54.8664],[-4.818501, 54.8661],[-4.8166, 54.8674],[-4.816201, 54.8675],[-4.81570, 54.8671],[-4.815, 54.8664],[-4.814, 54.8660],[-4.8139, 54.8659],[-4.814, 54.8657],[-4.814301, 54.8655],[-4.8154, 54.8651],[-4.816201, 54.8648],[-4.8175, 54.8644],[-4.818901, 54.8641],[-4.824399, 54.8643],[-4.8314, 54.8649],[-4.837399, 54.8663],[-4.839, 54.8669],[-4.840899, 54.8680],[-4.84280, 54.8692],[-4.845399, 54.8698],[-4.850699, 54.8703],[-4.853799, 54.8713],[-4.8557, 54.8710],[-4.856699, 54.8708],[-4.858399, 54.8699],[-4.86, 54.8684],[-4.86110, 54.8674],[-4.864799, 54.8666],[-4.866099, 54.8662],[-4.8662, 54.8660],[-4.863999, 54.8658],[-4.8617, 54.8661],[-4.86, 54.8664],[-4.858701, 54.8666],[-4.8582, 54.8668],[-4.8571, 54.8677],[-4.8557, 54.8690],[-4.8551, 54.8690],[-4.8522, 54.8673],[-4.8502, 54.8662],[-4.849101, 54.8652],[-4.8483, 54.8644],[-4.847899, 54.8636],[-4.848, 54.8623],[-4.848501, 54.8609],[-4.849, 54.8601],[-4.849999, 54.8594],[-4.8519, 54.8585],[-4.8534, 54.8577],[-4.856201, 54.857],[-4.872399, 54.8525],[-4.8775, 54.8513],[-4.8824, 54.85],[-4.887199, 54.8485],[-4.893199, 54.8464],[-4.8991, 54.8438],[-4.9071, 54.8403],[-4.913099, 54.8377],[-4.9154, 54.8368],[-4.917799, 54.8361],[-4.9189, 54.8358],[-4.920199, 54.8358],[-4.9232, 54.836],[-4.926099, 54.8357],[-4.9288, 54.8349],[-4.935299, 54.8305],[-4.9361, 54.8297],[-4.9365, 54.8287],[-4.937099, 54.8266],[-4.938, 54.8251],[-4.9394, 54.8238],[-4.9424, 54.8216],[-4.9493, 54.8169],[-4.951401, 54.8152],[-4.954199, 54.8122],[-4.9548, 54.8114],[-4.955699, 54.8099],[-4.9569, 54.8079],[-4.957099, 54.8074],[-4.957099, 54.8054],[-4.956699, 54.8036],[-4.956, 54.8023],[-4.952001, 54.7998],[-4.94740, 54.7971],[-4.946401, 54.7962],[-4.9456, 54.7951],[-4.945, 54.7942],[-4.944301, 54.7926],[-4.943901, 54.7916],[-4.9437, 54.7883],[-4.943399, 54.7872],[-4.943099, 54.7866],[-4.9408, 54.7837],[-4.939101, 54.7806],[-4.9376, 54.7785],[-4.9358, 54.7775],[-4.9354, 54.7764],[-4.935599, 54.775],[-4.935599, 54.772],[-4.9364, 54.7671],[-4.9364, 54.7658],[-4.936, 54.7651],[-4.9351, 54.7647],[-4.933, 54.7644],[-4.9299, 54.7629],[-4.928199, 54.7611],[-4.927001, 54.7598],[-4.92560, 54.7562],[-4.924399, 54.7518],[-4.923999, 54.7507],[-4.923299, 54.7503],[-4.92040, 54.7484],[-4.9173, 54.7463],[-4.91590, 54.7451],[-4.914999, 54.7440],[-4.9151, 54.7431],[-4.9161, 54.7413],[-4.91690, 54.7393],[-4.916699, 54.7383],[-4.9126, 54.7362],[-4.9114, 54.7352],[-4.9114, 54.7348],[-4.912399, 54.7306],[-4.9123, 54.7302],[-4.908599, 54.7276],[-4.9074, 54.7263],[-4.906801, 54.7227],[-4.9046, 54.7173],[-4.90110, 54.7116],[-4.90110, 54.7105],[-4.9024, 54.7082],[-4.9028, 54.7074],[-4.9028, 54.7058],[-4.9016, 54.7025],[-4.9004, 54.7012],[-4.897699, 54.7001],[-4.895599, 54.6982],[-4.8929, 54.6942],[-4.8918, 54.6934],[-4.8908, 54.6930],[-4.8888, 54.6926],[-4.887599, 54.6924],[-4.8852, 54.6931],[-4.882, 54.6928],[-4.881299, 54.6919],[-4.880899, 54.6893],[-4.8797, 54.6876],[-4.8785, 54.6866],[-4.8744, 54.6860],[-4.872001, 54.6858],[-4.868999, 54.6849],[-4.866601, 54.6835],[-4.864399, 54.6832],[-4.8634, 54.6824],[-4.8634, 54.6823],[-4.863599, 54.6816],[-4.867599, 54.6798],[-4.8698, 54.6782],[-4.871099, 54.6769],[-4.8723, 54.6756],[-4.8739, 54.6743],[-4.876801, 54.6722],[-4.877999, 54.6714],[-4.878399, 54.6709],[-4.8786, 54.6702],[-4.878701, 54.6684],[-4.879, 54.6667],[-4.880899, 54.6636],[-4.881499, 54.6618],[-4.8821, 54.6596],[-4.88280, 54.6578],[-4.883999, 54.6553],[-4.884301, 54.6549],[-4.884301, 54.6532],[-4.8832, 54.6522],[-4.8816, 54.6506],[-4.88030, 54.6492],[-4.879301, 54.6477],[-4.8785, 54.6459],[-4.877999, 54.6439],[-4.8775, 54.6412],[-4.877399, 54.6393],[-4.8765, 54.6387],[-4.873799, 54.6376],[-4.872099, 54.6372],[-4.871, 54.6370],[-4.866401, 54.6370],[-4.863599, 54.6371],[-4.8617, 54.6376],[-4.8603, 54.6384],[-4.859399, 54.6388],[-4.857299, 54.6388],[-4.856201, 54.6390],[-4.855599, 54.6390],[-4.854899, 54.6389],[-4.8543, 54.6387],[-4.8535, 54.6386],[-4.852499, 54.6387],[-4.8518, 54.6388],[-4.8515, 54.6384],[-4.851699, 54.6368],[-4.851201, 54.6362],[-4.851299, 54.6357],[-4.851601, 54.6353],[-4.8527, 54.6348],[-4.8534, 54.6343],[-4.8544, 54.6338],[-4.855199, 54.6335],[-4.8564, 54.6332],[-4.8592, 54.6332],[-4.86, 54.6334],[-4.8631, 54.6333],[-4.863999, 54.6336],[-4.864999, 54.6338],[-4.866001, 54.6337],[-4.8673, 54.6334],[-4.868, 54.6331],[-4.868701, 54.6330],[-4.8694, 54.6332],[-4.877299, 54.6333],[-4.8778, 54.6334],[-4.879399, 54.6335],[-4.879799, 54.6337],[-4.880199, 54.6348],[-4.880799, 54.6353],[-4.8816, 54.6358],[-4.882299, 54.6359],[-4.882999, 54.6358],[-4.883299, 54.6360],[-4.883399, 54.6367],[-4.883399, 54.6374],[-4.882899, 54.6378],[-4.8825, 54.638],[-4.8825, 54.6384],[-4.882699, 54.6387],[-4.883999, 54.6389],[-4.8859, 54.6389],[-4.888199, 54.6387],[-4.888999, 54.6385],[-4.890299, 54.6381],[-4.892001, 54.6381],[-4.893199, 54.6385],[-4.894199, 54.6384],[-4.8954, 54.6384],[-4.896201, 54.6391],[-4.897299, 54.6392],[-4.8985, 54.6391],[-4.90110, 54.6391],[-4.9031, 54.64],[-4.905799, 54.6414],[-4.9084, 54.6425],[-4.909599, 54.6425],[-4.9105, 54.6423],[-4.9126, 54.6423],[-4.913199, 54.6426],[-4.9152, 54.6426],[-4.91600, 54.6421],[-4.916699, 54.6416],[-4.9175, 54.6415],[-4.918701, 54.6419],[-4.9211, 54.6428],[-4.9241, 54.6438],[-4.926499, 54.6448],[-4.928299, 54.6454],[-4.9299, 54.6467],[-4.931001, 54.6472],[-4.932199, 54.6475],[-4.9335, 54.6479],[-4.9354, 54.649],[-4.9358, 54.6492],[-4.937001, 54.6502],[-4.938099, 54.6505],[-4.939, 54.6511],[-4.9401, 54.6523],[-4.940599, 54.6528],[-4.9422, 54.6528],[-4.94290, 54.6532],[-4.9463, 54.6556],[-4.9478, 54.6571],[-4.948299, 54.6574],[-4.9493, 54.6573],[-4.9499, 54.6575],[-4.952099, 54.6591],[-4.953199, 54.6598],[-4.954501, 54.6606],[-4.956699, 54.6622],[-4.9576, 54.6628],[-4.95860, 54.6632],[-4.96, 54.6635],[-4.9611, 54.6636],[-4.964, 54.6634],[-4.9649, 54.6636],[-4.965499, 54.6639],[-4.9656, 54.6643],[-4.965, 54.6646],[-4.9626, 54.6647],[-4.963399, 54.6667],[-4.9629, 54.6674],[-4.961801, 54.6691],[-4.9616, 54.6699],[-4.9625, 54.6706],[-4.964399, 54.6716],[-4.965199, 54.6745],[-4.9666, 54.6771],[-4.9682, 54.6791],[-4.969301, 54.6804],[-4.969501, 54.6818],[-4.971099, 54.6837],[-4.971001, 54.6850],[-4.9706, 54.6860],[-4.968599, 54.6880],[-4.968501, 54.6887],[-4.9691, 54.6901],[-4.96920, 54.6908],[-4.968999, 54.6912],[-4.96470, 54.6928],[-4.961801, 54.6940],[-4.9583, 54.6963],[-4.9512, 54.6987],[-4.9456, 54.6998],[-4.9442, 54.7015],[-4.9442, 54.702],[-4.9449, 54.7027],[-4.946401, 54.7029],[-4.9487, 54.7032],[-4.9503, 54.7045],[-4.952099, 54.7052],[-4.9538, 54.7057],[-4.954999, 54.7072],[-4.956699, 54.7103],[-4.9576, 54.7125],[-4.959101, 54.714],[-4.9594, 54.7151],[-4.959599, 54.7158],[-4.9621, 54.7175],[-4.963099, 54.7185],[-4.9632, 54.7189],[-4.9632, 54.7195],[-4.962699, 54.7205],[-4.962, 54.7212],[-4.9607, 54.7227],[-4.958399, 54.7242],[-4.9569, 54.7246],[-4.954599, 54.7246],[-4.953, 54.7249],[-4.95260, 54.7261],[-4.952499, 54.7272],[-4.953, 54.7287],[-4.9544, 54.7306],[-4.955699, 54.7315],[-4.958099, 54.7315],[-4.958799, 54.7312],[-4.961, 54.731],[-4.9629, 54.7313],[-4.9642, 54.7317],[-4.965499, 54.7317],[-4.966499, 54.7317],[-4.9671, 54.732],[-4.967599, 54.7328],[-4.9687, 54.7333],[-4.9705, 54.7332],[-4.971601, 54.7335],[-4.97180, 54.7342],[-4.972099, 54.7345],[-4.9727, 54.7345],[-4.9748, 54.7342],[-4.9773, 54.734],[-4.980199, 54.7334],[-4.9828, 54.7331],[-4.98400, 54.7332],[-4.98660, 54.7345],[-4.988299, 54.7352],[-4.988901, 54.7359],[-4.988901, 54.7369],[-4.987299, 54.7383],[-4.986401, 54.7395],[-4.986401, 54.7398],[-4.98660, 54.7405],[-4.987899, 54.7417],[-4.9878, 54.742],[-4.9878, 54.7423],[-4.985199, 54.7440],[-4.985199, 54.7441],[-4.9853, 54.7444],[-4.986001, 54.7446],[-4.986001, 54.7448],[-4.986001, 54.7450],[-4.9846, 54.7455],[-4.9841, 54.7456],[-4.9841, 54.7459],[-4.984399, 54.7462],[-4.986001, 54.7464],[-4.986001, 54.7465],[-4.985899, 54.7468],[-4.984301, 54.7480],[-4.984301, 54.7481],[-4.9847, 54.7488],[-4.9846, 54.7492],[-4.983099, 54.7502],[-4.983099, 54.7503],[-4.9832, 54.7508],[-4.9836, 54.7515],[-4.98400, 54.7520],[-4.9845, 54.7524],[-4.986001, 54.7524],[-4.98750, 54.7519],[-4.9888, 54.7517],[-4.98910, 54.7519],[-4.98920, 54.7524],[-4.98910, 54.7532],[-4.989399, 54.7535],[-4.989999, 54.7538],[-4.9909, 54.7539],[-4.9918, 54.7538],[-4.99270, 54.7535],[-4.9949, 54.7535],[-4.997099, 54.7543],[-4.9998, 54.7554],[-5.001, 54.7561],[-5.002, 54.7571],[-5.0022, 54.7588],[-5.0022, 54.76],[-5.0041, 54.7608],[-5.0041, 54.7618],[-5.0035, 54.7634],[-5.002699, 54.7642],[-5.0021, 54.7641],[-5.0011, 54.7638],[-5.0001, 54.7635],[-4.999501, 54.7643],[-4.999501, 54.7668],[-4.9998, 54.7747],[-5.0005, 54.7749],[-5.004799, 54.7768],[-5.006401, 54.7793],[-5.0078, 54.7802],[-5.0096, 54.781],[-5.0103, 54.7818],[-5.0103, 54.7826],[-5.009699, 54.7834],[-5.008501, 54.7841],[-5.008501, 54.7844],[-5.008501, 54.7846],[-5.008999, 54.785],[-5.009699, 54.785],[-5.011499, 54.7842],[-5.0148, 54.7833],[-5.016099, 54.7832],[-5.017001, 54.7838],[-5.017799, 54.7846],[-5.019199, 54.7861],[-5.022299, 54.7878],[-5.023399, 54.7881],[-5.024799, 54.7886],[-5.026401, 54.7899],[-5.027, 54.7908],[-5.030399, 54.7915],[-5.033, 54.7924],[-5.037399, 54.7928],[-5.0394, 54.7932],[-5.040699, 54.7941],[-5.040699, 54.7953],[-5.0398, 54.7976],[-5.0397, 54.7986],[-5.0393, 54.8003],[-5.038799, 54.8012],[-5.038799, 54.8021],[-5.039599, 54.8028],[-5.0426, 54.8041],[-5.0461, 54.8054],[-5.04670, 54.8064],[-5.047, 54.8066],[-5.047599, 54.8067],[-5.049301, 54.8071],[-5.049699, 54.8074],[-5.05, 54.8084],[-5.0512, 54.8089],[-5.051401, 54.8092],[-5.051099, 54.8100],[-5.051099, 54.8103],[-5.051899, 54.8109],[-5.052599, 54.8111],[-5.0549, 54.8113],[-5.057199, 54.8119],[-5.062699, 54.8132],[-5.0675, 54.8142],[-5.0692, 54.8148],[-5.071001, 54.8161],[-5.073901, 54.8169],[-5.0767, 54.8179],[-5.077499, 54.8183],[-5.078599, 54.8202],[-5.079101, 54.8208],[-5.079501, 54.8216],[-5.079899, 54.8220],[-5.080599, 54.8224],[-5.0818, 54.8231],[-5.0818, 54.8242],[-5.0819, 54.8252],[-5.0825, 54.8259],[-5.0839, 54.8266],[-5.0871, 54.8276],[-5.089, 54.8291],[-5.0907, 54.8297],[-5.0925, 54.8296],[-5.09380, 54.8293],[-5.096099, 54.8297],[-5.098501, 54.8304],[-5.0993, 54.8304],[-5.1005, 54.8306],[-5.104, 54.8317],[-5.1057, 54.8327],[-5.1065, 54.8355],[-5.1069, 54.8358],[-5.107399, 54.8358],[-5.1082, 54.8357],[-5.108701, 54.8357],[-5.10950, 54.8363],[-5.1107, 54.8374],[-5.114501, 54.8397],[-5.1163, 54.8407],[-5.118999, 54.8424],[-5.1214, 54.8439],[-5.124501, 54.8451],[-5.125899, 54.8463],[-5.1276, 54.847],[-5.1279, 54.8472],[-5.128099, 54.8491],[-5.1282, 54.8502],[-5.1279, 54.8509],[-5.1279, 54.851],[-5.128399, 54.8512],[-5.129399, 54.8518],[-5.130099, 54.8518],[-5.1317, 54.8507],[-5.132699, 54.8506],[-5.134301, 54.8508],[-5.1352, 54.8513],[-5.1363, 54.853],[-5.1366, 54.8536],[-5.1384, 54.8541],[-5.1392, 54.8552],[-5.1392, 54.856],[-5.1392, 54.8567],[-5.138999, 54.8573],[-5.138999, 54.8576],[-5.1393, 54.8578],[-5.139501, 54.8577],[-5.1409, 54.8574],[-5.1419, 54.8574],[-5.142799, 54.8576],[-5.1433, 54.858],[-5.1434, 54.8586],[-5.143199, 54.8592],[-5.1433, 54.86],[-5.144, 54.8615],[-5.1451, 54.8630],[-5.1451, 54.8635],[-5.1448, 54.8648],[-5.144101, 54.8666],[-5.1433, 54.8677],[-5.1429, 54.8687],[-5.1429, 54.8697],[-5.144101, 54.8726],[-5.1455, 54.8747],[-5.1472, 54.8762],[-5.150199, 54.8791],[-5.1529, 54.8826],[-5.155399, 54.8869],[-5.1577, 54.8901],[-5.1615, 54.8947],[-5.165299, 54.8983],[-5.170599, 54.9026],[-5.171899, 54.9038],[-5.172699, 54.9061],[-5.173299, 54.9073],[-5.1736, 54.9073],[-5.1752, 54.9073],[-5.1763, 54.9074],[-5.177499, 54.9082],[-5.181201, 54.9115],[-5.184, 54.9157],[-5.1847, 54.9173],[-5.184599, 54.919],[-5.184101, 54.92],[-5.184, 54.9207],[-5.184, 54.9213],[-5.184899, 54.9229],[-5.184599, 54.9248],[-5.1843, 54.9257],[-5.1843, 54.9269],[-5.1843, 54.9274],[-5.1851, 54.9286],[-5.185599, 54.9329],[-5.1852, 54.9375],[-5.1851, 54.9406],[-5.1858, 54.9421],[-5.186, 54.9427],[-5.185599, 54.9432],[-5.184999, 54.9440],[-5.184899, 54.9455],[-5.1852, 54.9508],[-5.1848, 54.9523],[-5.1838, 54.954],[-5.182499, 54.9562],[-5.178299, 54.9646],[-5.177299, 54.9659],[-5.176899, 54.9665],[-5.176801, 54.9672],[-5.176801, 54.9678],[-5.17660, 54.969],[-5.17660, 54.9693],[-5.177899, 54.9708],[-5.177999, 54.9714],[-5.177299, 54.9719],[-5.1759, 54.9727],[-5.175799, 54.9732],[-5.175799, 54.9734],[-5.176499, 54.9738],[-5.1778, 54.9739],[-5.178501, 54.9742],[-5.179399, 54.9748],[-5.1798, 54.9747],[-5.1803, 54.9739],[-5.1806, 54.9739],[-5.181099, 54.9747],[-5.18180, 54.9751],[-5.183, 54.9749],[-5.1834, 54.9751],[-5.184199, 54.9755],[-5.184199, 54.9759],[-5.1834, 54.9769],[-5.1833, 54.9775],[-5.1833, 54.9784],[-5.1823, 54.9791],[-5.180399, 54.9805],[-5.1788, 54.9822],[-5.176801, 54.983],[-5.176001, 54.9842],[-5.175799, 54.9851],[-5.175499, 54.986],[-5.1752, 54.987],[-5.175, 54.9874],[-5.173999, 54.9876],[-5.17310, 54.9883],[-5.1728, 54.9888],[-5.172599, 54.9900],[-5.1721, 54.9906],[-5.171401, 54.9913],[-5.169799, 54.9921],[-5.168799, 54.9929],[-5.168701, 54.9934],[-5.168799, 54.9936],[-5.169899, 54.9946],[-5.169899, 54.9956],[-5.1701, 54.9968],[-5.16860, 54.9983],[-5.1673, 54.9985],[-5.1668, 54.9988],[-5.166699, 54.9992],[-5.167699, 55.0000],[-5.1673, 55.0006],[-5.1659, 55.0009],[-5.164899, 55.0015],[-5.1633, 55.0025],[-5.160699, 55.0038],[-5.1592, 55.0049],[-5.1592, 55.0056],[-5.1602, 55.0068],[-5.1602, 55.0074],[-5.1598, 55.0080],[-5.158199, 55.0081],[-5.1557, 55.0076],[-5.154799, 55.0076],[-5.1511, 55.0089],[-5.1501, 55.0088],[-5.146699, 55.0086],[-5.144501, 55.0086],[-5.142799, 55.0080],[-5.1402, 55.0079],[-5.134399, 55.0079],[-5.1331, 55.0086],[-5.131899, 55.0099],[-5.13, 55.0104],[-5.125899, 55.0107],[-5.1226, 55.0119],[-5.119599, 55.0139],[-5.118, 55.0149],[-5.116499, 55.0155],[-5.1153, 55.0159],[-5.1131, 55.0168],[-5.1096, 55.0178],[-5.106299, 55.0182],[-5.1023, 55.0181],[-5.098599, 55.0182],[-5.0959, 55.018],[-5.09380, 55.0173],[-5.091801, 55.0157],[-5.090099, 55.0145],[-5.088799, 55.0134],[-5.0885, 55.0124],[-5.088099, 55.0117],[-5.087699, 55.0111],[-5.0875, 55.01],[-5.087399, 55.0097],[-5.086401, 55.0091],[-5.086299, 55.0076],[-5.086, 55.0068],[-5.0854, 55.0048],[-5.0845, 55.0036],[-5.0845, 55.0033],[-5.0858, 55.0019],[-5.0857, 55.0013],[-5.084899, 55.0007],[-5.082799, 54.9999],[-5.080599, 54.9989],[-5.078701, 54.9982],[-5.0748, 54.9974],[-5.0731, 54.9970],[-5.0728, 54.9966],[-5.0738, 54.9946],[-5.0732, 54.9929],[-5.070799, 54.9909],[-5.0692, 54.9898],[-5.068501, 54.9887],[-5.068501, 54.9877],[-5.069301, 54.9842],[-5.069301, 54.9828],[-5.068999, 54.9821],[-5.0679, 54.9805],[-5.066201, 54.9785],[-5.0645, 54.9772],[-5.0636, 54.9757],[-5.063, 54.9734],[-5.063399, 54.9726],[-5.06330, 54.9721],[-5.062799, 54.9715],[-5.060699, 54.97],[-5.056201, 54.9682],[-5.055799, 54.9679],[-5.055799, 54.9675],[-5.0569, 54.9675],[-5.0608, 54.9687],[-5.0647, 54.9687],[-5.0687, 54.9676],[-5.070799, 54.9661],[-5.0712, 54.9652],[-5.0712, 54.9645],[-5.0707, 54.9635],[-5.0707, 54.9623],[-5.070799, 54.9604],[-5.070399, 54.9599],[-5.067599, 54.9587],[-5.066, 54.9584],[-5.0657, 54.9581],[-5.066, 54.9579],[-5.0674, 54.957],[-5.0675, 54.9565],[-5.0674, 54.9549],[-5.0678, 54.9527],[-5.0678, 54.9514],[-5.0672, 54.9498],[-5.066201, 54.9473],[-5.0661, 54.9457],[-5.0667, 54.9424],[-5.0665, 54.9382],[-5.065899, 54.9354],[-5.064799, 54.9334],[-5.0632, 54.9317],[-5.0626, 54.9304],[-5.0618, 54.928],[-5.0609, 54.9266],[-5.0585, 54.9248],[-5.055699, 54.9233],[-5.048501, 54.92],[-5.042099, 54.9173],[-5.039999, 54.9156],[-5.03630, 54.9123],[-5.032001, 54.9094],[-5.030799, 54.9082],[-5.029799, 54.9077],[-5.0287, 54.908],[-5.0281, 54.9085],[-5.026801, 54.9087],[-5.0266, 54.9081],[-5.0266, 54.9077],[-5.0266, 54.9074],[-5.026299, 54.9071],[-5.025599, 54.9071],[-5.0201, 54.9067],[-5.0198, 54.907],[-5.0198, 54.9075],[-5.021, 54.9083],[-5.0229, 54.9096],[-5.0226, 54.9106],[-5.022099, 54.9109],[-5.0198, 54.9113],[-5.0189, 54.9111],[-5.017099, 54.91],[-5.013199, 54.9079],[-5.009399, 54.9086],[-5.004, 54.9106],[-5, 54.9113],[-4.9968, 54.9118],[-4.996201, 54.912],[-4.9956, 54.9122],[-4.9943, 54.9128],[-4.9934, 54.9132],[-4.9928, 54.9136],[-4.991899, 54.9141],[-4.991401, 54.9145],[-4.990699, 54.915],[-4.989799, 54.9158],[-4.988999, 54.9165],[-4.9884, 54.9171],[-4.987999, 54.9176],[-4.9877, 54.9184],[-4.98750, 54.9195],[-4.98750, 54.9206],[-4.9877, 54.9215],[-4.988299, 54.9236],[-4.9896, 54.9267],[-4.990099, 54.9277],[-4.9909, 54.9297],[-4.9909, 54.9318],[-4.991001, 54.9324],[-4.991401, 54.9332],[-4.992199, 54.9343],[-4.992499, 54.9350],[-4.993, 54.9361],[-4.994501, 54.9380],[-4.9969, 54.9403],[-4.999501, 54.9442],[-5.0004, 54.9447],[-5.003901, 54.9453],[-5.0041, 54.9456],[-5.004301, 54.9463],[-5.003901, 54.9469],[-5.0033, 54.9485],[-5.0035, 54.9503],[-5.0041, 54.9535],[-5.0046, 54.9548],[-5.006801, 54.9576],[-5.008999, 54.9603],[-5.010099, 54.9618],[-5.011401, 54.9628],[-5.013299, 54.963],[-5.0138, 54.9633],[-5.014501, 54.9639],[-5.014501, 54.9643],[-5.013901, 54.9646],[-5.0127, 54.9653],[-5.012499, 54.9656],[-5.012499, 54.9661],[-5.016099, 54.9695],[-5.018099, 54.9706],[-5.024, 54.9739],[-5.026, 54.9746],[-5.02670, 54.9743],[-5.027, 54.9742],[-5.0266, 54.9732],[-5.023901, 54.9714],[-5.023701, 54.9711],[-5.023799, 54.9706],[-5.024301, 54.9703],[-5.027699, 54.9722],[-5.028501, 54.9732],[-5.03, 54.9759],[-5.031499, 54.9777],[-5.0317, 54.9781],[-5.031499, 54.9789],[-5.0303, 54.9789],[-5.03, 54.9792],[-5.03, 54.9812],[-5.0303, 54.9821],[-5.030499, 54.9829],[-5.031099, 54.9846],[-5.033, 54.9878],[-5.033999, 54.989],[-5.036099, 54.9917],[-5.0365, 54.9930],[-5.0365, 54.9956],[-5.025199, 55.0047],[-4.9998, 55.0101],[-4.988999, 55.0119],[-4.9857, 55.0119],[-4.9783, 55.012],[-4.975299, 55.0121],[-4.970399, 55.0134],[-4.968999, 55.0133],[-4.968599, 55.0129],[-4.9674, 55.0101],[-4.9663, 55.0098],[-4.9645, 55.0102],[-4.9625, 55.0102],[-4.960299, 55.0101],[-4.959, 55.0095],[-4.9572, 55.0085],[-4.9544, 55.0067],[-4.952899, 55.0045],[-4.9519, 55.0037],[-4.950699, 55.004],[-4.948901, 55.0054],[-4.947199, 55.0062],[-4.9462, 55.0063],[-4.945199, 55.0058],[-4.9397, 55.0021],[-4.9385, 55.0022],[-4.93680, 55.0027],[-4.9306, 55.0046],[-4.92460, 55.0061],[-4.9215, 55.0072],[-4.917399, 55.0088],[-4.90380, 55.017],[-4.8964, 55.0209],[-4.890399, 55.0256],[-4.895599, 55.0276],[-4.895899, 55.028],[-4.8957, 55.0284],[-4.895199, 55.0293],[-4.8905, 55.0341],[-4.8898, 55.0347],[-4.888299, 55.0355],[-4.884301, 55.0375],[-4.882199, 55.0412],[-4.8817, 55.0417],[-4.880799, 55.0419],[-4.8678, 55.0426],[-4.8653, 55.0429],[-4.859399, 55.0433],[-4.8564, 55.0443],[-4.854199, 55.0456],[-4.8529, 55.0459],[-4.84630, 55.0458],[-4.8399, 55.0462],[-4.839, 55.0459],[-4.837999, 55.0451],[-4.832399, 55.0371],[-4.83150, 55.0365],[-4.8309, 55.0364],[-4.824501, 55.0413],[-4.823299, 55.0417],[-4.822199, 55.0421],[-4.8191, 55.0431],[-4.812001, 55.0443],[-4.8064, 55.0453],[-4.8012, 55.0458],[-4.799399, 55.0454],[-4.796899, 55.0437],[-4.7925, 55.0397],[-4.792399, 55.039],[-4.794, 55.0348],[-4.794, 55.0344],[-4.7933, 55.0339],[-4.7919, 55.0334],[-4.790599, 55.0333],[-4.7894, 55.0337],[-4.784999, 55.0367],[-4.778999, 55.0416],[-4.776899, 55.0433],[-4.7761, 55.0436],[-4.7744, 55.0439],[-4.772399, 55.0435],[-4.7628, 55.0405],[-4.7617, 55.0403],[-4.7606, 55.0405],[-4.7438, 55.047],[-4.742099, 55.0476],[-4.741601, 55.0476],[-4.741001, 55.0471],[-4.738501, 55.0432],[-4.737999, 55.0429],[-4.737, 55.0432],[-4.729899, 55.0472],[-4.728799, 55.0475],[-4.723, 55.0481],[-4.722001, 55.0481],[-4.7213, 55.0476],[-4.71560, 55.0411],[-4.715, 55.0407],[-4.713399, 55.0409],[-4.705299, 55.043],[-4.69370, 55.0468],[-4.687001, 55.0471],[-4.684999, 55.0469],[-4.6809, 55.0464],[-4.679599, 55.0467],[-4.678299, 55.0476],[-4.677001, 55.0486],[-4.674799, 55.0498],[-4.671899, 55.0513],[-4.66680, 55.0542],[-4.664599, 55.0550],[-4.662799, 55.0553],[-4.655799, 55.056],[-4.647, 55.0591],[-4.6461, 55.0589],[-4.644199, 55.0573],[-4.6422, 55.0552],[-4.641099, 55.0545],[-4.6401, 55.0541],[-4.6377, 55.0537],[-4.634399, 55.0541],[-4.633399, 55.0544],[-4.632899, 55.0548],[-4.628799, 55.0608],[-4.628399, 55.0622],[-4.628901, 55.0639],[-4.629399, 55.0663],[-4.630199, 55.0709],[-4.633399, 55.0803],[-4.6338, 55.0809],[-4.635099, 55.0811],[-4.642799, 55.0813],[-4.6439, 55.0814],[-4.6496, 55.0869],[-4.6601, 55.1009],[-4.66060, 55.1019],[-4.6609, 55.1032],[-4.6618, 55.1122],[-4.661601, 55.1133],[-4.6495, 55.1237],[-4.640299, 55.1284],[-4.634301, 55.1319],[-4.628799, 55.1342],[-4.626, 55.1352],[-4.625, 55.1359],[-4.6244, 55.1368],[-4.623, 55.1392],[-4.622499, 55.14],[-4.62150, 55.1404],[-4.620699, 55.1406],[-4.616899, 55.1407],[-4.610899, 55.142],[-4.6085, 55.1422],[-4.601, 55.1424],[-4.598, 55.1427],[-4.593299, 55.1442],[-4.5878, 55.146],[-4.586299, 55.146],[-4.5822, 55.1446],[-4.5809, 55.1447],[-4.5794, 55.145],[-4.5784, 55.1457],[-4.5734, 55.1494],[-4.571001, 55.1532],[-4.5703, 55.1539],[-4.568299, 55.1555],[-4.5667, 55.1565],[-4.564799, 55.1572],[-4.561699, 55.1576],[-4.5537, 55.1588],[-4.5419, 55.1593],[-4.532199, 55.1594],[-4.5274, 55.1584],[-4.5185, 55.1555],[-4.511001, 55.1533],[-4.507899, 55.1528],[-4.503901, 55.153],[-4.487199, 55.1541],[-4.481201, 55.1546],[-4.477099, 55.1552],[-4.475299, 55.156],[-4.474199, 55.1566],[-4.468299, 55.1608],[-4.4662, 55.163],[-4.465, 55.1649],[-4.464301, 55.1668],[-4.4636, 55.1691],[-4.4633, 55.1704],[-4.4622, 55.1711],[-4.4586, 55.1722],[-4.454999, 55.1728],[-4.453199, 55.1724],[-4.4456, 55.1687],[-4.445199, 55.1683],[-4.445199, 55.1674],[-4.447001, 55.164],[-4.4478, 55.1622],[-4.448299, 55.1602],[-4.4482, 55.1589],[-4.447899, 55.1577],[-4.439199, 55.1493],[-4.4389, 55.1484],[-4.438, 55.1461],[-4.4368, 55.1437],[-4.435599, 55.143],[-4.4333, 55.1422],[-4.429999, 55.1413],[-4.428199, 55.1411],[-4.424799, 55.1429],[-4.4155, 55.1498],[-4.409101, 55.1514],[-4.406801, 55.1526],[-4.403901, 55.1573],[-4.403999, 55.1589],[-4.407199, 55.1657],[-4.4073, 55.1668],[-4.407199, 55.1678],[-4.3934, 55.1904],[-4.393799, 55.2013],[-4.3934, 55.2022],[-4.392799, 55.2031],[-4.3919, 55.2038],[-4.388901, 55.2049],[-4.386001, 55.206],[-4.383299, 55.208],[-4.380199, 55.2112],[-4.378701, 55.2135],[-4.3778, 55.2158],[-4.373701, 55.2295],[-4.369699, 55.2345],[-4.366001, 55.2423],[-4.361001, 55.2561],[-4.3606, 55.2579],[-4.361001, 55.2595],[-4.3612, 55.2603],[-4.3611, 55.2611],[-4.360199, 55.2628],[-4.3591, 55.2642],[-4.3583, 55.2649],[-4.356801, 55.2656],[-4.353, 55.2667],[-4.344999, 55.2682],[-4.343901, 55.2688],[-4.34340, 55.271],[-4.342999, 55.2722],[-4.3425, 55.2724],[-4.3404, 55.2728],[-4.3386, 55.2738],[-4.3274, 55.2815],[-4.3102, 55.2938],[-4.3093, 55.2949],[-4.3081, 55.3013],[-4.307799, 55.3019],[-4.3074, 55.3026],[-4.3064, 55.3037],[-4.302001, 55.3064],[-4.300099, 55.3092],[-4.299399, 55.3104],[-4.298999, 55.3110],[-4.297599, 55.312],[-4.295599, 55.312],[-4.289101, 55.3105],[-4.2735, 55.3100],[-4.2663, 55.3097],[-4.2602, 55.3092],[-4.2591, 55.3089],[-4.258399, 55.3086],[-4.257199, 55.3064],[-4.2562, 55.3057],[-4.2532, 55.3054],[-4.249, 55.3053],[-4.2468, 55.3054],[-4.245299, 55.3057],[-4.244101, 55.3067],[-4.2434, 55.3076],[-4.243199, 55.3103],[-4.243199, 55.3115],[-4.236899, 55.3215],[-4.2357, 55.3221],[-4.2332, 55.3229],[-4.2289, 55.3231],[-4.2264, 55.322],[-4.2227, 55.3202],[-4.217999, 55.3196],[-4.2126, 55.319],[-4.2058, 55.3205],[-4.202899, 55.3202],[-4.195399, 55.3169],[-4.1839, 55.3086],[-4.1792, 55.3042],[-4.173399, 55.2971],[-4.170599, 55.2949],[-4.163599, 55.2930],[-4.154699, 55.2904],[-4.148399, 55.2872],[-4.144501, 55.2851],[-4.141601, 55.2846],[-4.140399, 55.2848],[-4.1399, 55.2852],[-4.1371, 55.2873],[-4.134501, 55.2915],[-4.133501, 55.2937],[-4.1317, 55.2957],[-4.129, 55.2967],[-4.1192, 55.2990],[-4.1173, 55.3],[-4.114399, 55.3020],[-4.111801, 55.3039],[-4.11160, 55.3052],[-4.1117, 55.306],[-4.1199, 55.314],[-4.1208, 55.3158],[-4.121201, 55.3187],[-4.119999, 55.3212],[-4.118, 55.324],[-4.1146, 55.3276],[-4.1092, 55.3315],[-4.107, 55.333],[-4.1057, 55.3342],[-4.1033, 55.3365],[-4.0962, 55.3433],[-4.0924, 55.3477],[-4.089, 55.3505],[-4.086699, 55.3518],[-4.0865, 55.3526],[-4.086699, 55.353],[-4.0897, 55.3541],[-4.092599, 55.3553],[-4.0948, 55.3569],[-4.0973, 55.3593],[-4.099199, 55.3618],[-4.101201, 55.3653],[-4.1035, 55.3681],[-4.105, 55.3705],[-4.1051, 55.3712],[-4.104899, 55.3722],[-4.104199, 55.3738],[-4.099199, 55.3824],[-4.0976, 55.386],[-4.096601, 55.3902],[-4.0968, 55.3931],[-4.096601, 55.3958],[-4.0963, 55.3973],[-4.0959, 55.3988],[-4.0896, 55.4116],[-4.089301, 55.4119],[-4.084, 55.4133],[-4.076401, 55.4145],[-4.067699, 55.4171],[-4.065899, 55.4181],[-4.064, 55.4189],[-4.0604, 55.4197],[-4.0553, 55.4212],[-4.049699, 55.4240],[-4.048399, 55.4243],[-4.0454, 55.4235],[-4.0411, 55.4232],[-4.0377, 55.4236],[-4.0334, 55.4251],[-4.030099, 55.4265],[-4.021801, 55.4299],[-4.0092, 55.4356],[-4.0025, 55.4372],[-4.0021, 55.4378],[-4.0021, 55.4383],[-4.0022, 55.4389],[-4.0028, 55.4399],[-4.0042, 55.4424],[-4.0061, 55.4438],[-4.012199, 55.4458],[-4.0143, 55.4467],[-4.015399, 55.4472],[-4.0156, 55.4474],[-4.0156, 55.4478],[-4.0155, 55.4481],[-4.0152, 55.4484],[-4.012599, 55.4495],[-4.0113, 55.4503],[-4.009799, 55.4514],[-4.007599, 55.453],[-4.003901, 55.4555],[-4.002399, 55.4559],[-4.000299, 55.4562],[-3.998399, 55.4567],[-3.9913, 55.4589],[-3.9842, 55.4645],[-3.981601, 55.4641],[-3.9758, 55.4622],[-3.974101, 55.461],[-3.9686, 55.456],[-3.9668, 55.4555]]],[[[-4.2227, 54.8169],[-4.22400, 54.8169],[-4.224599, 54.8170],[-4.225399, 54.8174],[-4.2259, 54.8177],[-4.226201, 54.8182],[-4.226299, 54.8187],[-4.226099, 54.8192],[-4.225699, 54.8197],[-4.225399, 54.8200],[-4.224899, 54.8204],[-4.2244, 54.8207],[-4.2238, 54.8215],[-4.222499, 54.8226],[-4.2213, 54.8233],[-4.2206, 54.8230],[-4.2198, 54.8225],[-4.2191, 54.8217],[-4.2188, 54.8212],[-4.2188, 54.8207],[-4.2192, 54.8199],[-4.221401, 54.8175],[-4.222099, 54.8171],[-4.2227, 54.8169]]],[[[-3.80940, 54.8311],[-3.8104, 54.8311],[-3.81150, 54.8313],[-3.8118, 54.8318],[-3.8118, 54.8324],[-3.8106, 54.8341],[-3.8106, 54.8354],[-3.8097, 54.8362],[-3.8081, 54.836],[-3.806801, 54.8351],[-3.806499, 54.8338],[-3.8069, 54.8324],[-3.807699, 54.8315],[-3.8088, 54.8313],[-3.80940, 54.8311]]],[[[-4.2107, 54.8074],[-4.211201, 54.8074],[-4.212, 54.8075],[-4.2137, 54.8083],[-4.2141, 54.8090],[-4.2141, 54.8098],[-4.214, 54.8104],[-4.2132, 54.8113],[-4.2122, 54.8120],[-4.211201, 54.8125],[-4.2101, 54.8130],[-4.209301, 54.8132],[-4.209, 54.8129],[-4.209, 54.8127],[-4.209199, 54.8124],[-4.2111, 54.8112],[-4.211201, 54.8108],[-4.211, 54.8106],[-4.210199, 54.8086],[-4.21, 54.8080],[-4.210299, 54.8075],[-4.2107, 54.8074]]],[[[-4.0815, 54.7665],[-4.0825, 54.7665],[-4.0835, 54.7668],[-4.083799, 54.7669],[-4.084, 54.7670],[-4.084199, 54.7672],[-4.084199, 54.7677],[-4.084101, 54.7683],[-4.083799, 54.7689],[-4.0835, 54.7698],[-4.083099, 54.7702],[-4.0823, 54.7703],[-4.081601, 54.7702],[-4.080599, 54.7699],[-4.0801, 54.7697],[-4.0798, 54.7692],[-4.0798, 54.7676],[-4.079899, 54.7671],[-4.080299, 54.7666],[-4.0815, 54.7665]]],[[[-3.800299, 54.8585],[-3.8006, 54.8584],[-3.80140, 54.8585],[-3.8018, 54.8587],[-3.8035, 54.8598],[-3.804199, 54.8606],[-3.804501, 54.8611],[-3.804301, 54.8616],[-3.803999, 54.862],[-3.802799, 54.8621],[-3.8017, 54.8617],[-3.8011, 54.8613],[-3.8004, 54.8605],[-3.8001, 54.8596],[-3.8001, 54.8589],[-3.800299, 54.8585]]],[[[-4.237299, 54.8247],[-4.237899, 54.8247],[-4.238599, 54.8249],[-4.2392, 54.8254],[-4.239999, 54.8256],[-4.240099, 54.8259],[-4.2399, 54.8263],[-4.2382, 54.8275],[-4.237299, 54.8277],[-4.2367, 54.8273],[-4.2366, 54.8271],[-4.2367, 54.8268],[-4.237199, 54.8262],[-4.2374, 54.8259],[-4.237299, 54.8254],[-4.237, 54.8249],[-4.237299, 54.8247]]],[[[-4.236801, 54.8220],[-4.2371, 54.8219],[-4.2374, 54.8220],[-4.2377, 54.8224],[-4.2377, 54.8230],[-4.2375, 54.8235],[-4.236801, 54.8233],[-4.236499, 54.8228],[-4.236401, 54.8225],[-4.236401, 54.8222],[-4.236801, 54.8220]]]]}, properties:{name:"Dumfries and Galloway"}}, {type:"Feature", geometry:{type:"MultiPolygon", coordinates:[[[[-2.875, 56.4568],[-2.8882, 56.4579],[-2.917599, 56.4593],[-2.9486, 56.4520],[-2.9767, 56.4429],[-3.00760, 56.4361],[-3.036801, 56.4236],[-3.047499, 56.44],[-3.0492, 56.4425],[-3.050299, 56.4444],[-3.05080, 56.4456],[-3.0514, 56.4473],[-3.0518, 56.4492],[-3.052299, 56.4522],[-3.052999, 56.4550],[-3.0534, 56.4562],[-3.0537, 56.4568],[-3.054101, 56.4575],[-3.05500, 56.4585],[-3.055399, 56.4589],[-3.056099, 56.4594],[-3.057499, 56.4602],[-3.060199, 56.4619],[-3.0639, 56.4637],[-3.065, 56.4642],[-3.068799, 56.4647],[-3.07310, 56.4626],[-3.087199, 56.4625],[-3.089999, 56.4668],[-3.0978, 56.4786],[-3.098099, 56.4791],[-3.095799, 56.4795],[-3.093501, 56.4806],[-3.0913, 56.4814],[-3.084399, 56.4835],[-3.0761, 56.4849],[-3.054501, 56.4833],[-3.0538, 56.4935],[-3.0553, 56.4979],[-3.049, 56.4983],[-3.0322, 56.4987],[-3.031899, 56.501],[-3.0111, 56.5009],[-3.009599, 56.4995],[-3.009501, 56.4994],[-3.0044, 56.5001],[-3.0023, 56.5001],[-2.9758, 56.4955],[-2.9725, 56.4972],[-2.9712, 56.5014],[-2.963701, 56.5012],[-2.962899, 56.4999],[-2.9528, 56.5006],[-2.949699, 56.5048],[-2.946899, 56.5043],[-2.946001, 56.5011],[-2.926201, 56.503],[-2.9221, 56.5026],[-2.9202, 56.4995],[-2.9205, 56.4974],[-2.914799, 56.4973],[-2.898299, 56.4956],[-2.896699, 56.4944],[-2.8926, 56.4944],[-2.8879, 56.495],[-2.882699, 56.4947],[-2.864, 56.4953],[-2.8634, 56.4928],[-2.8552, 56.4934],[-2.8527, 56.4923],[-2.841001, 56.4924],[-2.8385, 56.4894],[-2.8375, 56.4865],[-2.836601, 56.4832],[-2.834501, 56.4808],[-2.831899, 56.4771],[-2.8315, 56.4763],[-2.8313, 56.4759],[-2.8329, 56.4753],[-2.834399, 56.4748],[-2.836499, 56.4739],[-2.839799, 56.4723],[-2.843199, 56.4705],[-2.8478, 56.4683],[-2.850199, 56.4679],[-2.8536, 56.4673],[-2.8557, 56.4670],[-2.8599, 56.4653],[-2.863701, 56.4637],[-2.8663, 56.4629],[-2.867599, 56.4627],[-2.8678, 56.4629],[-2.8677, 56.4637],[-2.8682, 56.4642],[-2.869301, 56.4646],[-2.8705, 56.4649],[-2.875, 56.4568]]]]}, properties:{name:"Dundee"}}, {type:"Feature", geometry:{type:"MultiPolygon", coordinates:[[[[-4.353, 55.2667],[-4.356801, 55.2656],[-4.3583, 55.2649],[-4.3591, 55.2642],[-4.360199, 55.2628],[-4.3611, 55.2611],[-4.3612, 55.2603],[-4.361001, 55.2595],[-4.3606, 55.2579],[-4.361001, 55.2561],[-4.366001, 55.2423],[-4.369699, 55.2345],[-4.373701, 55.2295],[-4.3778, 55.2158],[-4.378701, 55.2135],[-4.380199, 55.2112],[-4.383299, 55.208],[-4.386001, 55.206],[-4.388901, 55.2049],[-4.3919, 55.2038],[-4.392799, 55.2031],[-4.3934, 55.2022],[-4.393799, 55.2013],[-4.3934, 55.1904],[-4.407199, 55.1678],[-4.4073, 55.1668],[-4.407199, 55.1657],[-4.403999, 55.1589],[-4.403901, 55.1573],[-4.406801, 55.1526],[-4.409101, 55.1514],[-4.4155, 55.1498],[-4.424799, 55.1429],[-4.428199, 55.1411],[-4.429999, 55.1413],[-4.4333, 55.1422],[-4.435599, 55.143],[-4.4368, 55.1437],[-4.438, 55.1461],[-4.4389, 55.1484],[-4.439199, 55.1493],[-4.447899, 55.1577],[-4.4482, 55.1589],[-4.448299, 55.1602],[-4.4478, 55.1622],[-4.447001, 55.164],[-4.445199, 55.1674],[-4.445199, 55.1683],[-4.4456, 55.1687],[-4.453199, 55.1724],[-4.454999, 55.1728],[-4.4586, 55.1722],[-4.4622, 55.1711],[-4.4633, 55.1704],[-4.4677, 55.1733],[-4.4678, 55.1784],[-4.4688, 55.1792],[-4.4692, 55.1835],[-4.4698, 55.1876],[-4.4702, 55.192],[-4.4702, 55.1934],[-4.470699, 55.1947],[-4.4731, 55.196],[-4.4743, 55.1976],[-4.471001, 55.1977],[-4.469399, 55.2012],[-4.458, 55.2077],[-4.456699, 55.2085],[-4.4555, 55.2083],[-4.451001, 55.2075],[-4.4499, 55.2099],[-4.448599, 55.2104],[-4.450799, 55.2123],[-4.449399, 55.214],[-4.4492, 55.2189],[-4.4481, 55.2197],[-4.446499, 55.2203],[-4.447599, 55.222],[-4.4467, 55.2225],[-4.449399, 55.224],[-4.4441, 55.2306],[-4.4424, 55.2311],[-4.444699, 55.2369],[-4.4417, 55.2392],[-4.4401, 55.2439],[-4.43850, 55.2447],[-4.4355, 55.2451],[-4.427499, 55.2519],[-4.428599, 55.2529],[-4.42630, 55.2536],[-4.4259, 55.2537],[-4.425399, 55.2544],[-4.426401, 55.2549],[-4.428501, 55.2558],[-4.4293, 55.2556],[-4.431499, 55.2554],[-4.432099, 55.2557],[-4.433, 55.2563],[-4.434199, 55.2585],[-4.436299, 55.2596],[-4.435299, 55.2613],[-4.4351, 55.2616],[-4.434, 55.262],[-4.432199, 55.2623],[-4.4376, 55.268],[-4.4335, 55.2713],[-4.4334, 55.2727],[-4.4608, 55.2843],[-4.458399, 55.2851],[-4.4579, 55.2874],[-4.452899, 55.2892],[-4.4554, 55.2965],[-4.452199, 55.2990],[-4.4519, 55.3001],[-4.445799, 55.3014],[-4.443099, 55.3043],[-4.4404, 55.3045],[-4.4407, 55.3083],[-4.4647, 55.3157],[-4.4709, 55.3164],[-4.479101, 55.3247],[-4.4927, 55.3223],[-4.497799, 55.324],[-4.500299, 55.3229],[-4.504301, 55.3235],[-4.502299, 55.3281],[-4.5253, 55.3352],[-4.5296, 55.3393],[-4.5307, 55.3398],[-4.533199, 55.3409],[-4.5343, 55.3434],[-4.534501, 55.3441],[-4.5334, 55.347],[-4.534501, 55.3495],[-4.537799, 55.35],[-4.541, 55.3503],[-4.552299, 55.3557],[-4.5657, 55.3577],[-4.5623, 55.3597],[-4.560299, 55.3627],[-4.558199, 55.3635],[-4.5506, 55.3634],[-4.542699, 55.3676],[-4.5401, 55.3727],[-4.5383, 55.3734],[-4.533501, 55.3763],[-4.5215, 55.3835],[-4.5272, 55.3887],[-4.53000, 55.3889],[-4.5317, 55.3913],[-4.5348, 55.3916],[-4.537199, 55.3944],[-4.5411, 55.3944],[-4.5436, 55.395],[-4.5543, 55.3929],[-4.5585, 55.393],[-4.5674, 55.3866],[-4.568999, 55.3888],[-4.5756, 55.3902],[-4.579101, 55.3931],[-4.5815, 55.3918],[-4.58390, 55.3936],[-4.5858, 55.3921],[-4.590199, 55.3916],[-4.5879, 55.3939],[-4.589301, 55.3965],[-4.591899, 55.3962],[-4.597899, 55.3952],[-4.598501, 55.3957],[-4.6096, 55.3916],[-4.6097, 55.3954],[-4.5974, 55.4001],[-4.5925, 55.4013],[-4.5829, 55.3999],[-4.5742, 55.4055],[-4.568299, 55.4144],[-4.5665, 55.4164],[-4.56660, 55.4174],[-4.5731, 55.4216],[-4.56910, 55.4238],[-4.568399, 55.4265],[-4.561699, 55.4269],[-4.558199, 55.4279],[-4.5556, 55.4256],[-4.5568, 55.4240],[-4.550399, 55.4215],[-4.5461, 55.4251],[-4.5425, 55.4248],[-4.5398, 55.4246],[-4.536601, 55.4236],[-4.5369, 55.4217],[-4.537499, 55.4186],[-4.528399, 55.4121],[-4.5324, 55.4101],[-4.5254, 55.4085],[-4.5226, 55.41],[-4.508999, 55.4036],[-4.507299, 55.4006],[-4.492599, 55.402],[-4.490499, 55.4006],[-4.4688, 55.4038],[-4.471099, 55.4072],[-4.4677, 55.4085],[-4.4649, 55.4085],[-4.4594, 55.4093],[-4.4547, 55.4139],[-4.455699, 55.4157],[-4.457099, 55.4168],[-4.454999, 55.4188],[-4.459301, 55.4204],[-4.458, 55.4218],[-4.4551, 55.4226],[-4.4573, 55.4255],[-4.4552, 55.4269],[-4.454599, 55.4297],[-4.457799, 55.4297],[-4.458701, 55.4312],[-4.4661, 55.4323],[-4.472499, 55.4289],[-4.474599, 55.4297],[-4.475599, 55.4313],[-4.482399, 55.4320],[-4.4835, 55.4329],[-4.480199, 55.4354],[-4.484301, 55.4357],[-4.484799, 55.4375],[-4.488999, 55.437],[-4.492001, 55.4391],[-4.496699, 55.439],[-4.49600, 55.4408],[-4.4969, 55.442],[-4.494101, 55.4439],[-4.489799, 55.4437],[-4.4866, 55.4469],[-4.482299, 55.4469],[-4.481699, 55.4476],[-4.479199, 55.4485],[-4.481299, 55.4496],[-4.4797, 55.4517],[-4.4828, 55.4526],[-4.4816, 55.4554],[-4.4854, 55.4565],[-4.485899, 55.4575],[-4.49600, 55.4563],[-4.49590, 55.4573],[-4.4913, 55.4606],[-4.4952, 55.4638],[-4.4944, 55.4654],[-4.4983, 55.4692],[-4.4977, 55.4698],[-4.486401, 55.4722],[-4.487199, 55.477],[-4.4845, 55.4788],[-4.4836, 55.4795],[-4.480199, 55.4810],[-4.4786, 55.4820],[-4.4777, 55.4848],[-4.474999, 55.4858],[-4.4733, 55.486],[-4.472099, 55.4855],[-4.471099, 55.4848],[-4.4706, 55.4844],[-4.467899, 55.4839],[-4.463901, 55.4848],[-4.462699, 55.4852],[-4.4622, 55.4854],[-4.4608, 55.4858],[-4.454999, 55.4877],[-4.452099, 55.4907],[-4.4478, 55.492],[-4.4457, 55.4937],[-4.4416, 55.4958],[-4.4411, 55.4971],[-4.439799, 55.4990],[-4.4389, 55.5004],[-4.438799, 55.5012],[-4.438799, 55.5015],[-4.44100, 55.5028],[-4.442599, 55.5033],[-4.442699, 55.5037],[-4.4425, 55.5043],[-4.4422, 55.5045],[-4.44, 55.5048],[-4.4389, 55.5047],[-4.4352, 55.5046],[-4.433, 55.5046],[-4.430399, 55.5044],[-4.42530, 55.5028],[-4.423299, 55.5012],[-4.4207, 55.5008],[-4.420199, 55.5008],[-4.4197, 55.5009],[-4.419199, 55.5013],[-4.419199, 55.503],[-4.419301, 55.5041],[-4.4221, 55.5064],[-4.4182, 55.5077],[-4.414199, 55.5096],[-4.404301, 55.5105],[-4.4046, 55.5136],[-4.4092, 55.518],[-4.407499, 55.5224],[-4.4115, 55.523],[-4.413099, 55.525],[-4.4108, 55.5266],[-4.4172, 55.5373],[-4.413199, 55.5441],[-4.414999, 55.5468],[-4.414899, 55.5506],[-4.4126, 55.5523],[-4.4169, 55.5546],[-4.4203, 55.5557],[-4.429699, 55.5555],[-4.4318, 55.5594],[-4.433199, 55.5600],[-4.4358, 55.5591],[-4.439899, 55.5612],[-4.44, 55.5657],[-4.445099, 55.5623],[-4.44710, 55.5635],[-4.449699, 55.5635],[-4.453501, 55.5646],[-4.456699, 55.5634],[-4.45680, 55.5618],[-4.4666, 55.5645],[-4.469399, 55.563],[-4.4738, 55.5621],[-4.474, 55.564],[-4.4845, 55.5636],[-4.4853, 55.564],[-4.4882, 55.5641],[-4.4887, 55.5649],[-4.4951, 55.5645],[-4.4958, 55.5628],[-4.5057, 55.5624],[-4.506001, 55.5634],[-4.5096, 55.5637],[-4.5137, 55.568],[-4.5164, 55.5685],[-4.518, 55.5666],[-4.517099, 55.5653],[-4.521, 55.5649],[-4.5207, 55.5707],[-4.5233, 55.5715],[-4.527999, 55.5719],[-4.5334, 55.574],[-4.5394, 55.5731],[-4.541699, 55.5735],[-4.542399, 55.5747],[-4.539101, 55.5774],[-4.5411, 55.579],[-4.5436, 55.5783],[-4.5481, 55.5867],[-4.5436, 55.5887],[-4.5402, 55.5914],[-4.5481, 55.5936],[-4.5513, 55.5913],[-4.559599, 55.5929],[-4.5658, 55.5921],[-4.568901, 55.5929],[-4.569799, 55.5938],[-4.569799, 55.5998],[-4.571801, 55.6006],[-4.576001, 55.6019],[-4.5815, 55.6021],[-4.5861, 55.6018],[-4.589799, 55.6019],[-4.592, 55.6037],[-4.591499, 55.6079],[-4.5896, 55.6109],[-4.587399, 55.6127],[-4.589399, 55.6139],[-4.591401, 55.6138],[-4.5921, 55.6174],[-4.585899, 55.6192],[-4.579101, 55.6235],[-4.572001, 55.6217],[-4.566201, 55.6227],[-4.563399, 55.6251],[-4.564101, 55.6274],[-4.5716, 55.6304],[-4.5725, 55.6317],[-4.571001, 55.6331],[-4.56660, 55.6334],[-4.563399, 55.6399],[-4.561601, 55.6411],[-4.560299, 55.6465],[-4.555799, 55.6472],[-4.552899, 55.6453],[-4.539101, 55.6472],[-4.5338, 55.6501],[-4.528299, 55.651],[-4.526801, 55.6522],[-4.5232, 55.6525],[-4.5207, 55.6533],[-4.5179, 55.6536],[-4.5148, 55.6560],[-4.507, 55.6558],[-4.500899, 55.6564],[-4.497499, 55.6603],[-4.4968, 55.6642],[-4.5015, 55.6652],[-4.5054, 55.6649],[-4.5092, 55.6634],[-4.512001, 55.6607],[-4.5244, 55.6585],[-4.532899, 55.6590],[-4.533999, 55.6608],[-4.5337, 55.6625],[-4.537001, 55.6635],[-4.5393, 55.6659],[-4.549699, 55.666],[-4.5516, 55.6652],[-4.5527, 55.6634],[-4.559199, 55.6629],[-4.560699, 55.6617],[-4.562399, 55.6605],[-4.5665, 55.66],[-4.566299, 55.6576],[-4.569301, 55.6568],[-4.5699, 55.6552],[-4.5756, 55.6545],[-4.5774, 55.6515],[-4.5781, 55.6476],[-4.58140, 55.6474],[-4.5851, 55.6457],[-4.58750, 55.6464],[-4.5903, 55.6448],[-4.593999, 55.6455],[-4.5973, 55.6436],[-4.605899, 55.647],[-4.6008, 55.6549],[-4.608799, 55.6578],[-4.6134, 55.6582],[-4.6134, 55.6597],[-4.6198, 55.6625],[-4.627699, 55.6615],[-4.625899, 55.6665],[-4.632, 55.6677],[-4.637499, 55.6670],[-4.643701, 55.6685],[-4.6435, 55.6725],[-4.640299, 55.6721],[-4.637199, 55.6724],[-4.63370, 55.6723],[-4.6324, 55.6745],[-4.628099, 55.6742],[-4.627299, 55.6758],[-4.6168, 55.6753],[-4.6141, 55.6820],[-4.612, 55.6835],[-4.6097, 55.6845],[-4.603099, 55.6856],[-4.602499, 55.6872],[-4.599599, 55.6884],[-4.5976, 55.6908],[-4.595699, 55.6915],[-4.597001, 55.6948],[-4.594999, 55.6974],[-4.583099, 55.705],[-4.5833, 55.7071],[-4.584301, 55.7083],[-4.582699, 55.7117],[-4.582001, 55.7123],[-4.5695, 55.7176],[-4.5653, 55.7219],[-4.5653, 55.7244],[-4.5585, 55.7251],[-4.552999, 55.7307],[-4.5506, 55.7314],[-4.550099, 55.7329],[-4.5474, 55.7336],[-4.544199, 55.7379],[-4.5383, 55.7391],[-4.534101, 55.7447],[-4.5302, 55.7489],[-4.5267, 55.7502],[-4.520599, 55.7581],[-4.5131, 55.7591],[-4.508999, 55.7636],[-4.4986, 55.7628],[-4.49590, 55.7613],[-4.4979, 55.7568],[-4.4949, 55.7563],[-4.4952, 55.752],[-4.490699, 55.7519],[-4.489501, 55.7504],[-4.4798, 55.7504],[-4.4789, 55.7488],[-4.463799, 55.75],[-4.461299, 55.7517],[-4.462, 55.7497],[-4.461201, 55.746],[-4.4653, 55.7452],[-4.4703, 55.7401],[-4.476, 55.7378],[-4.4773, 55.7352],[-4.4727, 55.7345],[-4.472099, 55.7331],[-4.464799, 55.7335],[-4.460599, 55.7359],[-4.4442, 55.7334],[-4.4424, 55.7346],[-4.4373, 55.7315],[-4.422599, 55.7273],[-4.4195, 55.7255],[-4.4185, 55.7237],[-4.4155, 55.7220],[-4.399199, 55.7129],[-4.396699, 55.7184],[-4.3857, 55.7235],[-4.383501, 55.7223],[-4.378399, 55.7182],[-4.3772, 55.7167],[-4.376601, 55.7131],[-4.37650, 55.711],[-4.374101, 55.711],[-4.3709, 55.7085],[-4.3673, 55.7091],[-4.3646, 55.7085],[-4.3493, 55.6989],[-4.333099, 55.6997],[-4.3322, 55.6993],[-4.331201, 55.6988],[-4.3297, 55.6975],[-4.3297, 55.6944],[-4.3242, 55.6878],[-4.3003, 55.6831],[-4.28850, 55.6781],[-4.272699, 55.6853],[-4.2679, 55.6838],[-4.267099, 55.6799],[-4.2665, 55.6782],[-4.263199, 55.6767],[-4.257899, 55.6770],[-4.2557, 55.6775],[-4.2508, 55.6788],[-4.251201, 55.6732],[-4.2304, 55.6567],[-4.226299, 55.6537],[-4.2205, 55.6447],[-4.2286, 55.6351],[-4.2284, 55.6337],[-4.226, 55.6321],[-4.219699, 55.6302],[-4.214799, 55.6296],[-4.208, 55.6284],[-4.2047, 55.6267],[-4.2055, 55.6228],[-4.2085, 55.6213],[-4.2085, 55.6168],[-4.211, 55.6144],[-4.190499, 55.6104],[-4.1864, 55.6063],[-4.179101, 55.6057],[-4.1803, 55.6038],[-4.1928, 55.6037],[-4.195799, 55.6003],[-4.1977, 55.6011],[-4.199699, 55.6001],[-4.202199, 55.5944],[-4.2055, 55.5913],[-4.203599, 55.5908],[-4.2055, 55.5857],[-4.2033, 55.5845],[-4.203701, 55.5832],[-4.209599, 55.5819],[-4.2135, 55.5783],[-4.211299, 55.5779],[-4.2205, 55.5724],[-4.225699, 55.566],[-4.239699, 55.5614],[-4.226601, 55.559],[-4.227099, 55.5512],[-4.224699, 55.5502],[-4.2198, 55.5502],[-4.2184, 55.5520],[-4.2116, 55.5524],[-4.2003, 55.5556],[-4.193901, 55.5615],[-4.1868, 55.5627],[-4.1835, 55.5648],[-4.1732, 55.5635],[-4.172, 55.5651],[-4.166201, 55.5648],[-4.166699, 55.5661],[-4.158501, 55.5668],[-4.1516, 55.571],[-4.1475, 55.5719],[-4.145599, 55.5692],[-4.139101, 55.5663],[-4.130199, 55.5646],[-4.1264, 55.5653],[-4.114399, 55.5647],[-4.1054, 55.5678],[-4.093999, 55.5686],[-4.0931, 55.5679],[-4.087, 55.5689],[-4.0829, 55.5675],[-4.0695, 55.5754],[-4.068799, 55.5794],[-4.064799, 55.5799],[-4.064, 55.5812],[-4.053501, 55.584],[-4.045499, 55.5869],[-4.044, 55.5898],[-4.0436, 55.5919],[-4.041, 55.5902],[-4.0373, 55.5894],[-4.035699, 55.5888],[-4.0358, 55.5841],[-4.0205, 55.5809],[-4.009301, 55.5751],[-4.0025, 55.5736],[-4.006899, 55.5669],[-4.000199, 55.5637],[-3.993901, 55.5609],[-3.987099, 55.5615],[-3.9846, 55.5603],[-3.9783, 55.5600],[-3.97230, 55.5624],[-3.9655, 55.5542],[-3.95420, 55.5549],[-3.9526, 55.5541],[-3.9611, 55.5433],[-3.9558, 55.5390],[-3.959301, 55.5331],[-3.96830, 55.53],[-3.973701, 55.5282],[-3.97650, 55.5288],[-3.983901, 55.5245],[-3.9865, 55.5212],[-3.985699, 55.5183],[-3.987299, 55.5178],[-3.9911, 55.5117],[-3.9953, 55.5092],[-4.0019, 55.506],[-4.0007, 55.5035],[-4.0061, 55.5029],[-4.010499, 55.4992],[-4.015299, 55.4965],[-4.013999, 55.4946],[-4.020599, 55.4925],[-4.022399, 55.4913],[-4.021201, 55.4884],[-4.018701, 55.4866],[-4.0134, 55.4852],[-4.009301, 55.4817],[-4.0168, 55.4732],[-4.019501, 55.4728],[-4.019501, 55.4715],[-4.0193, 55.4708],[-4.0131, 55.4702],[-4.0096, 55.4693],[-4.0041, 55.4645],[-3.998199, 55.4649],[-3.993299, 55.4648],[-3.9842, 55.4645],[-3.9913, 55.4589],[-3.998399, 55.4567],[-4.000299, 55.4562],[-4.002399, 55.4559],[-4.003901, 55.4555],[-4.007599, 55.453],[-4.009799, 55.4514],[-4.0113, 55.4503],[-4.012599, 55.4495],[-4.0152, 55.4484],[-4.0155, 55.4481],[-4.0156, 55.4478],[-4.0156, 55.4474],[-4.015399, 55.4472],[-4.0143, 55.4467],[-4.012199, 55.4458],[-4.0061, 55.4438],[-4.0042, 55.4424],[-4.0028, 55.4399],[-4.0022, 55.4389],[-4.0021, 55.4383],[-4.0021, 55.4378],[-4.0025, 55.4372],[-4.0092, 55.4356],[-4.021801, 55.4299],[-4.030099, 55.4265],[-4.0334, 55.4251],[-4.0377, 55.4236],[-4.0411, 55.4232],[-4.0454, 55.4235],[-4.048399, 55.4243],[-4.049699, 55.4240],[-4.0553, 55.4212],[-4.0604, 55.4197],[-4.064, 55.4189],[-4.065899, 55.4181],[-4.067699, 55.4171],[-4.076401, 55.4145],[-4.084, 55.4133],[-4.089301, 55.4119],[-4.0896, 55.4116],[-4.0959, 55.3988],[-4.0963, 55.3973],[-4.096601, 55.3958],[-4.0968, 55.3931],[-4.096601, 55.3902],[-4.0976, 55.386],[-4.099199, 55.3824],[-4.104199, 55.3738],[-4.104899, 55.3722],[-4.1051, 55.3712],[-4.105, 55.3705],[-4.1035, 55.3681],[-4.101201, 55.3653],[-4.099199, 55.3618],[-4.0973, 55.3593],[-4.0948, 55.3569],[-4.092599, 55.3553],[-4.0897, 55.3541],[-4.086699, 55.353],[-4.0865, 55.3526],[-4.086699, 55.3518],[-4.089, 55.3505],[-4.0924, 55.3477],[-4.0962, 55.3433],[-4.1033, 55.3365],[-4.1057, 55.3342],[-4.107, 55.333],[-4.1092, 55.3315],[-4.1146, 55.3276],[-4.118, 55.324],[-4.119999, 55.3212],[-4.121201, 55.3187],[-4.1208, 55.3158],[-4.1199, 55.314],[-4.1117, 55.306],[-4.11160, 55.3052],[-4.111801, 55.3039],[-4.114399, 55.3020],[-4.1173, 55.3],[-4.1192, 55.2990],[-4.129, 55.2967],[-4.1317, 55.2957],[-4.133501, 55.2937],[-4.134501, 55.2915],[-4.1371, 55.2873],[-4.1399, 55.2852],[-4.140399, 55.2848],[-4.141601, 55.2846],[-4.144501, 55.2851],[-4.148399, 55.2872],[-4.154699, 55.2904],[-4.163599, 55.2930],[-4.170599, 55.2949],[-4.173399, 55.2971],[-4.1792, 55.3042],[-4.1839, 55.3086],[-4.195399, 55.3169],[-4.202899, 55.3202],[-4.2058, 55.3205],[-4.2126, 55.319],[-4.217999, 55.3196],[-4.2227, 55.3202],[-4.2264, 55.322],[-4.2289, 55.3231],[-4.2332, 55.3229],[-4.2357, 55.3221],[-4.236899, 55.3215],[-4.243199, 55.3115],[-4.243199, 55.3103],[-4.2434, 55.3076],[-4.244101, 55.3067],[-4.245299, 55.3057],[-4.2468, 55.3054],[-4.249, 55.3053],[-4.2532, 55.3054],[-4.2562, 55.3057],[-4.257199, 55.3064],[-4.258399, 55.3086],[-4.2591, 55.3089],[-4.2602, 55.3092],[-4.2663, 55.3097],[-4.2735, 55.3100],[-4.289101, 55.3105],[-4.295599, 55.312],[-4.297599, 55.312],[-4.298999, 55.3110],[-4.299399, 55.3104],[-4.300099, 55.3092],[-4.302001, 55.3064],[-4.3064, 55.3037],[-4.3074, 55.3026],[-4.307799, 55.3019],[-4.3081, 55.3013],[-4.3093, 55.2949],[-4.3102, 55.2938],[-4.3274, 55.2815],[-4.3386, 55.2738],[-4.3404, 55.2728],[-4.3425, 55.2724],[-4.342999, 55.2722],[-4.34340, 55.271],[-4.343901, 55.2688],[-4.344999, 55.2682],[-4.353, 55.2667]]]]}, properties:{name:"East Ayrshire"}}, {type:"Feature", geometry:{type:"MultiPolygon", coordinates:[[[[-4.318799, 55.902],[-4.3268, 55.9003],[-4.334599, 55.8986],[-4.3412, 55.9022],[-4.349599, 55.9044],[-4.3527, 55.9062],[-4.351699, 55.9093],[-4.349999, 55.9125],[-4.351699, 55.9145],[-4.3509, 55.9153],[-4.3498, 55.9159],[-4.3518, 55.9163],[-4.354199, 55.9170],[-4.3606, 55.9201],[-4.3652, 55.9207],[-4.370299, 55.9205],[-4.3735, 55.9206],[-4.373, 55.9236],[-4.376, 55.9245],[-4.3743, 55.9274],[-4.371201, 55.9281],[-4.369999, 55.9332],[-4.3743, 55.9379],[-4.3694, 55.9404],[-4.3673, 55.9484],[-4.3825, 55.9508],[-4.3824, 55.952],[-4.385099, 55.9593],[-4.3908, 55.9665],[-4.397399, 55.9722],[-4.396801, 55.9725],[-4.396201, 55.9732],[-4.396, 55.974],[-4.395899, 55.9759],[-4.3957, 55.9764],[-4.394501, 55.9768],[-4.389501, 55.9773],[-4.36780, 55.9774],[-4.3508, 55.9641],[-4.3267, 55.9580],[-4.318501, 55.959],[-4.316201, 55.9595],[-4.312799, 55.9599],[-4.3108, 55.9598],[-4.307799, 55.959],[-4.2992, 55.9568],[-4.280499, 55.9647],[-4.273799, 55.9674],[-4.278501, 55.9737],[-4.281899, 55.9827],[-4.281499, 56],[-4.2834, 56.0014],[-4.284101, 56.0021],[-4.287199, 56.0047],[-4.290699, 56.0075],[-4.2926, 56.0103],[-4.294, 56.0142],[-4.296201, 56.0161],[-4.2981, 56.0185],[-4.294799, 56.0221],[-4.295599, 56.024],[-4.2967, 56.0261],[-4.296299, 56.0264],[-4.291201, 56.0278],[-4.2781, 56.0301],[-4.276, 56.0294],[-4.2735, 56.0259],[-4.271601, 56.0245],[-4.264501, 56.0238],[-4.2621, 56.0231],[-4.259399, 56.0217],[-4.255, 56.0184],[-4.25190, 56.0174],[-4.243501, 56.0166],[-4.2381, 56.0174],[-4.2304, 56.0190],[-4.2218, 56.0205],[-4.219301, 56.0202],[-4.208099, 56.0171],[-4.202199, 56.0158],[-4.200799, 56.0152],[-4.196401, 56.0117],[-4.195199, 56.0113],[-4.1917, 56.0119],[-4.1872, 56.0129],[-4.182899, 56.0143],[-4.174799, 56.0229],[-4.171401, 56.0261],[-4.168, 56.0287],[-4.1672, 56.0292],[-4.1658, 56.0299],[-4.163199, 56.0300],[-4.1619, 56.0298],[-4.160399, 56.0289],[-4.159501, 56.0273],[-4.158901, 56.0261],[-4.1556, 56.0196],[-4.1529, 56.0122],[-4.149799, 56.0085],[-4.161201, 56.0059],[-4.159999, 56.002],[-4.1541, 55.9965],[-4.1439, 55.9917],[-4.1415, 55.99],[-4.140399, 55.9883],[-4.140399, 55.9859],[-4.1331, 55.9817],[-4.1297, 55.9810],[-4.1239, 55.977],[-4.1208, 55.9765],[-4.122499, 55.9711],[-4.123, 55.9698],[-4.122799, 55.9681],[-4.121601, 55.9643],[-4.116499, 55.9604],[-4.1244, 55.9575],[-4.129301, 55.9546],[-4.127299, 55.9512],[-4.124, 55.9519],[-4.1226, 55.9512],[-4.1156, 55.9511],[-4.111499, 55.9526],[-4.110199, 55.9567],[-4.108399, 55.9575],[-4.098199, 55.9583],[-4.0917, 55.9623],[-4.087299, 55.9618],[-4.084, 55.9642],[-4.078599, 55.9652],[-4.067, 55.9684],[-4.0614, 55.9675],[-4.0574, 55.9655],[-4.0563, 55.9635],[-4.058199, 55.9607],[-4.060299, 55.9596],[-4.060599, 55.9573],[-4.058599, 55.9561],[-4.0609, 55.9545],[-4.059199, 55.9535],[-4.0538, 55.9542],[-4.0534, 55.9537],[-4.0531, 55.9516],[-4.0537, 55.9506],[-4.070099, 55.9464],[-4.072599, 55.9447],[-4.0743, 55.9438],[-4.0737, 55.9422],[-4.0687, 55.9367],[-4.065, 55.9286],[-4.0644, 55.9266],[-4.064101, 55.9233],[-4.064799, 55.9232],[-4.0712, 55.9233],[-4.0732, 55.924],[-4.0746, 55.925],[-4.089, 55.9230],[-4.1153, 55.9225],[-4.1131, 55.9163],[-4.115699, 55.9180],[-4.121099, 55.9182],[-4.121, 55.9136],[-4.1261, 55.9114],[-4.1338, 55.9114],[-4.1349, 55.9134],[-4.139699, 55.9137],[-4.141601, 55.9138],[-4.154699, 55.9150],[-4.156401, 55.9150],[-4.162399, 55.9157],[-4.173399, 55.9170],[-4.19960, 55.9123],[-4.19960, 55.9120],[-4.200399, 55.9068],[-4.197299, 55.9069],[-4.194399, 55.907],[-4.188099, 55.9038],[-4.18480, 55.9039],[-4.182799, 55.9009],[-4.1971, 55.8983],[-4.205699, 55.8969],[-4.2108, 55.8968],[-4.219399, 55.8975],[-4.2326, 55.8952],[-4.243, 55.8963],[-4.242099, 55.8981],[-4.2439, 55.9004],[-4.241899, 55.9007],[-4.2424, 55.9043],[-4.243999, 55.9041],[-4.253399, 55.9052],[-4.2578, 55.9084],[-4.2603, 55.9081],[-4.26060, 55.9091],[-4.258901, 55.9116],[-4.2627, 55.9142],[-4.2651, 55.9136],[-4.266099, 55.9173],[-4.274199, 55.9212],[-4.274199, 55.9236],[-4.272699, 55.9273],[-4.2795, 55.9287],[-4.287399, 55.927],[-4.3012, 55.9292],[-4.300099, 55.9182],[-4.301099, 55.9150],[-4.294199, 55.9121],[-4.294199, 55.9093],[-4.2974, 55.9090],[-4.299301, 55.9073],[-4.303901, 55.9067],[-4.304101, 55.9036],[-4.308199, 55.9035],[-4.311299, 55.9046],[-4.318799, 55.902]]]]}, properties:{name:"East Dunbartonshire"}}, {type:"Feature", geometry:{type:"MultiPolygon", coordinates:[[[[-2.782099, 56.0657],[-2.7795, 56.0645],[-2.777499, 56.0643],[-2.7751, 56.0642],[-2.7714, 56.0642],[-2.7693, 56.064],[-2.7674, 56.0635],[-2.7644, 56.0628],[-2.7571, 56.0609],[-2.755899, 56.0604],[-2.754699, 56.0597],[-2.75340, 56.0598],[-2.751801, 56.0601],[-2.7506, 56.0602],[-2.7467, 56.0605],[-2.7446, 56.0614],[-2.7434, 56.0623],[-2.742899, 56.0625],[-2.7414, 56.0627],[-2.7397, 56.0627],[-2.733799, 56.0623],[-2.729399, 56.0619],[-2.7281, 56.0623],[-2.72690, 56.0624],[-2.7244, 56.0616],[-2.72210, 56.0607],[-2.7202, 56.0602],[-2.7177, 56.06],[-2.7161, 56.0607],[-2.715199, 56.0615],[-2.714799, 56.0621],[-2.714301, 56.0622],[-2.714, 56.062],[-2.713599, 56.0609],[-2.7126, 56.0601],[-2.711699, 56.0596],[-2.709899, 56.0589],[-2.703599, 56.0581],[-2.6988, 56.0581],[-2.697299, 56.0581],[-2.6944, 56.0583],[-2.694, 56.0586],[-2.6933, 56.0592],[-2.6926, 56.0601],[-2.6921, 56.0608],[-2.691801, 56.061],[-2.691299, 56.0612],[-2.690799, 56.0611],[-2.689501, 56.0611],[-2.6877, 56.0611],[-2.6868, 56.0613],[-2.6861, 56.062],[-2.6854, 56.062],[-2.6846, 56.0618],[-2.6838, 56.0612],[-2.6833, 56.0611],[-2.682899, 56.0611],[-2.6819, 56.0614],[-2.681, 56.0617],[-2.679899, 56.0619],[-2.6777, 56.0621],[-2.6767, 56.062],[-2.6754, 56.0616],[-2.6724, 56.0594],[-2.670599, 56.0587],[-2.6684, 56.0582],[-2.6663, 56.0586],[-2.6656, 56.0589],[-2.663501, 56.059],[-2.6624, 56.0583],[-2.661299, 56.0584],[-2.6603, 56.0586],[-2.6589, 56.0595],[-2.658299, 56.0597],[-2.6575, 56.0598],[-2.6566, 56.0597],[-2.65450, 56.0599],[-2.6529, 56.0598],[-2.651801, 56.0595],[-2.651401, 56.0591],[-2.651299, 56.0584],[-2.651201, 56.0577],[-2.651099, 56.0573],[-2.6505, 56.057],[-2.649199, 56.0573],[-2.6485, 56.0575],[-2.6477, 56.0575],[-2.647001, 56.0574],[-2.646699, 56.0568],[-2.646699, 56.0555],[-2.6464, 56.055],[-2.646001, 56.0547],[-2.645299, 56.0541],[-2.6447, 56.0539],[-2.643501, 56.0541],[-2.6428, 56.0549],[-2.641601, 56.0552],[-2.639699, 56.0552],[-2.6386, 56.0549],[-2.6373, 56.0544],[-2.6357, 56.0531],[-2.634501, 56.0528],[-2.6333, 56.0526],[-2.630899, 56.0525],[-2.6263, 56.0524],[-2.625, 56.052],[-2.623501, 56.0514],[-2.620899, 56.0499],[-2.619301, 56.0488],[-2.617899, 56.0479],[-2.617599, 56.0474],[-2.6173, 56.0459],[-2.61710, 56.0449],[-2.616499, 56.044],[-2.615299, 56.0433],[-2.6141, 56.0429],[-2.613501, 56.0426],[-2.6129, 56.0413],[-2.6122, 56.0406],[-2.611001, 56.0398],[-2.6092, 56.0387],[-2.6085, 56.0374],[-2.607599, 56.0361],[-2.6075, 56.0354],[-2.6075, 56.0352],[-2.6075, 56.0347],[-2.608099, 56.0345],[-2.6096, 56.0342],[-2.609699, 56.0339],[-2.6061, 56.0333],[-2.6043, 56.0325],[-2.6026, 56.0313],[-2.6006, 56.0294],[-2.5975, 56.0270],[-2.5957, 56.026],[-2.592099, 56.0247],[-2.5869, 56.0231],[-2.585599, 56.023],[-2.5847, 56.0232],[-2.5832, 56.024],[-2.5822, 56.0243],[-2.581201, 56.0243],[-2.5803, 56.024],[-2.5795, 56.0236],[-2.5795, 56.0229],[-2.5804, 56.0229],[-2.5816, 56.0227],[-2.582599, 56.0221],[-2.584, 56.0199],[-2.5857, 56.0189],[-2.5876, 56.0178],[-2.5878, 56.0174],[-2.587199, 56.0158],[-2.5855, 56.0136],[-2.582999, 56.011],[-2.5818, 56.01],[-2.580899, 56.0085],[-2.580899, 56.0081],[-2.5816, 56.0077],[-2.5831, 56.0083],[-2.585099, 56.0101],[-2.586299, 56.0125],[-2.5883, 56.0154],[-2.5892, 56.0166],[-2.589999, 56.0171],[-2.5906, 56.0169],[-2.5915, 56.0159],[-2.5919, 56.0145],[-2.5919, 56.0132],[-2.5911, 56.0112],[-2.5917, 56.0088],[-2.5927, 56.0075],[-2.594301, 56.0066],[-2.596601, 56.0061],[-2.598099, 56.0059],[-2.599, 56.0057],[-2.599999, 56.0057],[-2.6006, 56.0065],[-2.6013, 56.0082],[-2.6018, 56.0083],[-2.6026, 56.0083],[-2.604, 56.0078],[-2.607001, 56.0074],[-2.608999, 56.0074],[-2.610199, 56.0072],[-2.611201, 56.0061],[-2.6136, 56.0039],[-2.615099, 56.0028],[-2.6154, 56.0023],[-2.6157, 56.0016],[-2.6159, 56.0002],[-2.614799, 56],[-2.6141, 56.0018],[-2.612799, 56.003],[-2.611201, 56.0045],[-2.6095, 56.0061],[-2.608799, 56.0064],[-2.6075, 56.0068],[-2.6052, 56.0066],[-2.6029, 56.0072],[-2.6022, 56.007],[-2.601401, 56.0057],[-2.5994, 56.004],[-2.598399, 56.0024],[-2.597899, 56.0012],[-2.597899, 55.9993],[-2.5976, 55.9989],[-2.596801, 55.9984],[-2.592499, 55.9982],[-2.5906, 55.9983],[-2.589301, 55.9985],[-2.586699, 55.9988],[-2.585299, 55.9991],[-2.584399, 55.9995],[-2.5825, 56.0001],[-2.581001, 56.001],[-2.5794, 56.0016],[-2.5782, 56.0018],[-2.575799, 56.0015],[-2.57520, 56.0019],[-2.574399, 56.0031],[-2.574399, 56.0037],[-2.574899, 56.004],[-2.5759, 56.0037],[-2.5761, 56.004],[-2.5761, 56.0043],[-2.5748, 56.0052],[-2.5725, 56.0067],[-2.5714, 56.0077],[-2.570499, 56.0077],[-2.568901, 56.0075],[-2.568, 56.0073],[-2.5669, 56.0069],[-2.5613, 56.0036],[-2.5583, 56.0024],[-2.554399, 56.0008],[-2.5529, 56.0001],[-2.55080, 55.9996],[-2.550499, 55.9994],[-2.550299, 55.9991],[-2.5502, 55.9986],[-2.5502, 55.9981],[-2.550299, 55.9979],[-2.5504, 55.9977],[-2.55080, 55.9975],[-2.5513, 55.9974],[-2.552001, 55.9973],[-2.5536, 55.997],[-2.554399, 55.9968],[-2.555099, 55.9963],[-2.555399, 55.996],[-2.5555, 55.9957],[-2.555399, 55.9954],[-2.555099, 55.9952],[-2.5546, 55.9953],[-2.554399, 55.9954],[-2.5535, 55.9962],[-2.5525, 55.9965],[-2.5509, 55.9965],[-2.549799, 55.9968],[-2.5488, 55.9978],[-2.5483, 55.9982],[-2.547199, 55.9985],[-2.5459, 55.9988],[-2.544899, 55.9987],[-2.5436, 55.9988],[-2.5427, 55.9989],[-2.5416, 55.9992],[-2.5409, 55.9995],[-2.5406, 55.9996],[-2.5404, 55.9998],[-2.540299, 56.0009],[-2.539999, 56.0018],[-2.5395, 56.0025],[-2.5392, 56.003],[-2.5394, 56.0038],[-2.539999, 56.0045],[-2.5401, 56.0049],[-2.539999, 56.0053],[-2.5397, 56.0057],[-2.538901, 56.0057],[-2.5369, 56.0055],[-2.535199, 56.0052],[-2.534101, 56.0049],[-2.533099, 56.0048],[-2.532599, 56.005],[-2.53120, 56.0065],[-2.5301, 56.007],[-2.5291, 56.0073],[-2.528399, 56.0075],[-2.527699, 56.0073],[-2.526601, 56.0066],[-2.5258, 56.0065],[-2.524501, 56.0066],[-2.523799, 56.0066],[-2.5216, 56.0062],[-2.51900, 56.0055],[-2.517499, 56.0054],[-2.516099, 56.0061],[-2.515599, 56.0062],[-2.514899, 56.0061],[-2.5132, 56.0057],[-2.512399, 56.0057],[-2.511899, 56.0059],[-2.511699, 56.0064],[-2.5134, 56.0066],[-2.514301, 56.0067],[-2.515, 56.007],[-2.5151, 56.0072],[-2.5148, 56.0073],[-2.513, 56.0072],[-2.511499, 56.0072],[-2.510099, 56.0073],[-2.509599, 56.0071],[-2.509501, 56.0068],[-2.510099, 56.0063],[-2.5102, 56.0063],[-2.510299, 56.0059],[-2.510099, 56.0053],[-2.51, 56.0049],[-2.510299, 56.0044],[-2.5107, 56.0039],[-2.5107, 56.0035],[-2.510099, 56.0027],[-2.50810, 56.0011],[-2.507, 56.0003],[-2.5058, 55.9997],[-2.504501, 55.9994],[-2.50070, 55.999],[-2.4983, 55.9988],[-2.494999, 55.9982],[-2.492899, 55.9976],[-2.4911, 55.9969],[-2.489599, 55.9965],[-2.4877, 55.9961],[-2.486601, 55.996],[-2.484999, 55.9959],[-2.484101, 55.9959],[-2.4835, 55.996],[-2.4827, 55.9962],[-2.4809, 55.9971],[-2.479399, 55.9973],[-2.477999, 55.9973],[-2.477299, 55.9972],[-2.4765, 55.997],[-2.4749, 55.9964],[-2.473901, 55.9961],[-2.472001, 55.9959],[-2.470799, 55.9957],[-2.470099, 55.9955],[-2.469501, 55.9952],[-2.469, 55.9949],[-2.4683, 55.9944],[-2.4674, 55.9935],[-2.4668, 55.9925],[-2.466201, 55.9914],[-2.465499, 55.9904],[-2.4647, 55.9896],[-2.463701, 55.9891],[-2.461699, 55.9884],[-2.459501, 55.988],[-2.456401, 55.9884],[-2.453799, 55.9883],[-2.45190, 55.9882],[-2.451, 55.9879],[-2.4503, 55.9878],[-2.449301, 55.9878],[-2.4484, 55.9874],[-2.447299, 55.9872],[-2.446001, 55.9872],[-2.4454, 55.9874],[-2.444999, 55.9877],[-2.4447, 55.988],[-2.4442, 55.9882],[-2.443701, 55.9882],[-2.4428, 55.988],[-2.4421, 55.9878],[-2.441499, 55.9875],[-2.441099, 55.9871],[-2.4407, 55.9866],[-2.4402, 55.9846],[-2.439699, 55.9837],[-2.439199, 55.9829],[-2.437599, 55.9813],[-2.4363, 55.9804],[-2.4353, 55.9798],[-2.434, 55.9793],[-2.4302, 55.9782],[-2.4265, 55.9773],[-2.4244, 55.9765],[-2.422699, 55.9760],[-2.4209, 55.9756],[-2.4185, 55.9752],[-2.4164, 55.9751],[-2.4163, 55.9750],[-2.4164, 55.9747],[-2.4175, 55.9741],[-2.418099, 55.9738],[-2.4187, 55.9736],[-2.418999, 55.9731],[-2.418999, 55.9728],[-2.4189, 55.9725],[-2.418299, 55.9720],[-2.4177, 55.9716],[-2.417099, 55.9713],[-2.4163, 55.9711],[-2.415499, 55.971],[-2.413599, 55.9707],[-2.410199, 55.9706],[-2.4073, 55.9706],[-2.4054, 55.9708],[-2.404, 55.9709],[-2.402999, 55.9709],[-2.402499, 55.9708],[-2.402299, 55.9707],[-2.402, 55.9695],[-2.401601, 55.9691],[-2.401299, 55.9689],[-2.40050, 55.9686],[-2.399101, 55.9683],[-2.3982, 55.9678],[-2.397399, 55.9671],[-2.396801, 55.9665],[-2.3966, 55.9656],[-2.3963, 55.9639],[-2.3959, 55.9632],[-2.395, 55.9618],[-2.3947, 55.9608],[-2.393701, 55.9597],[-2.3926, 55.9589],[-2.389899, 55.9568],[-2.3831, 55.9519],[-2.3819, 55.9514],[-2.3794, 55.9509],[-2.378, 55.9503],[-2.377199, 55.9499],[-2.3717, 55.9474],[-2.368999, 55.9468],[-2.366699, 55.9465],[-2.365, 55.9463],[-2.36390, 55.9461],[-2.362799, 55.9457],[-2.378, 55.936],[-2.3808, 55.9343],[-2.3824, 55.9338],[-2.385, 55.9327],[-2.386801, 55.9318],[-2.39, 55.9293],[-2.3931, 55.9277],[-2.3964, 55.9262],[-2.397099, 55.9248],[-2.397799, 55.9225],[-2.3982, 55.9213],[-2.398799, 55.9209],[-2.400599, 55.9207],[-2.4026, 55.9204],[-2.403199, 55.9199],[-2.4036, 55.9193],[-2.4056, 55.9157],[-2.410599, 55.9137],[-2.416699, 55.9117],[-2.421201, 55.9094],[-2.4219, 55.9090],[-2.422, 55.9082],[-2.421201, 55.9072],[-2.421401, 55.9069],[-2.4228, 55.9062],[-2.424599, 55.9057],[-2.427599, 55.9046],[-2.43, 55.9042],[-2.4331, 55.9043],[-2.4347, 55.9038],[-2.44320, 55.898],[-2.4491, 55.8934],[-2.451801, 55.8922],[-2.461601, 55.888],[-2.4758, 55.8892],[-2.485699, 55.8967],[-2.489, 55.9085],[-2.5057, 55.9118],[-2.530699, 55.8987],[-2.5536, 55.8944],[-2.561001, 55.8886],[-2.5371, 55.8771],[-2.53730, 55.8707],[-2.5376, 55.8596],[-2.542599, 55.8545],[-2.54340, 55.8536],[-2.544199, 55.8521],[-2.544501, 55.8509],[-2.544101, 55.8440],[-2.544501, 55.8434],[-2.545099, 55.8427],[-2.546401, 55.8417],[-2.5476, 55.8411],[-2.5488, 55.8406],[-2.5504, 55.8402],[-2.5518, 55.8402],[-2.564399, 55.8456],[-2.566601, 55.8462],[-2.569999, 55.8465],[-2.5725, 55.8462],[-2.5748, 55.8459],[-2.5771, 55.8452],[-2.578799, 55.8445],[-2.579999, 55.8435],[-2.580199, 55.8425],[-2.5801, 55.841],[-2.5804, 55.8393],[-2.5811, 55.8372],[-2.581899, 55.8354],[-2.5832, 55.8342],[-2.5894, 55.8301],[-2.5933, 55.8285],[-2.599301, 55.8288],[-2.6018, 55.8293],[-2.6027, 55.83],[-2.604501, 55.8326],[-2.606699, 55.8337],[-2.608799, 55.8342],[-2.612799, 55.8346],[-2.615799, 55.8348],[-2.6178, 55.8346],[-2.6213, 55.834],[-2.6238, 55.8338],[-2.625, 55.8339],[-2.6296, 55.8357],[-2.630899, 55.8359],[-2.632499, 55.8360],[-2.6343, 55.8358],[-2.6371, 55.835],[-2.639899, 55.8345],[-2.6443, 55.8344],[-2.645, 55.8346],[-2.645299, 55.8348],[-2.6454, 55.8353],[-2.645299, 55.8362],[-2.6398, 55.8409],[-2.6396, 55.8420],[-2.6403, 55.8431],[-2.652499, 55.8440],[-2.6631, 55.8442],[-2.671099, 55.8442],[-2.68420, 55.8398],[-2.685699, 55.84],[-2.6882, 55.8412],[-2.6902, 55.8418],[-2.691499, 55.8418],[-2.6925, 55.8413],[-2.693501, 55.8405],[-2.693901, 55.8397],[-2.693799, 55.8381],[-2.694, 55.8376],[-2.6945, 55.8374],[-2.6953, 55.8371],[-2.703599, 55.8374],[-2.718199, 55.8359],[-2.729899, 55.833],[-2.733999, 55.8318],[-2.736001, 55.8312],[-2.739, 55.8301],[-2.74040, 55.8302],[-2.746401, 55.8318],[-2.752899, 55.8337],[-2.7544, 55.8344],[-2.755599, 55.8353],[-2.7569, 55.8373],[-2.7578, 55.8385],[-2.758501, 55.8393],[-2.7591, 55.8395],[-2.7602, 55.8396],[-2.762001, 55.8396],[-2.766001, 55.8390],[-2.772399, 55.8379],[-2.772799, 55.8381],[-2.773, 55.8386],[-2.7734, 55.8411],[-2.7736, 55.8423],[-2.774199, 55.843],[-2.775, 55.8435],[-2.7758, 55.8440],[-2.776201, 55.8441],[-2.7771, 55.8441],[-2.777499, 55.8438],[-2.77780, 55.8435],[-2.7804, 55.8409],[-2.78390, 55.8377],[-2.7855, 55.8366],[-2.787, 55.8362],[-2.788501, 55.8360],[-2.789999, 55.8358],[-2.7915, 55.8356],[-2.7946, 55.8347],[-2.797699, 55.8334],[-2.8004, 55.8324],[-2.8037, 55.8317],[-2.8099, 55.8307],[-2.815099, 55.8301],[-2.816099, 55.83],[-2.816499, 55.8298],[-2.817899, 55.8288],[-2.82060, 55.8266],[-2.822299, 55.8254],[-2.8259, 55.8235],[-2.831201, 55.822],[-2.84480, 55.8196],[-2.846801, 55.8237],[-2.849699, 55.8242],[-2.854899, 55.8297],[-2.85840, 55.8295],[-2.8619, 55.8315],[-2.858799, 55.8343],[-2.867599, 55.8366],[-2.868, 55.8397],[-2.872699, 55.8406],[-2.8759, 55.8394],[-2.8787, 55.8435],[-2.8808, 55.8428],[-2.883701, 55.8429],[-2.8887, 55.8474],[-2.896001, 55.8474],[-2.9021, 55.8500],[-2.901201, 55.8518],[-2.90510, 55.8535],[-2.903901, 55.8581],[-2.898799, 55.8597],[-2.905699, 55.8604],[-2.9166, 55.8584],[-2.918999, 55.8564],[-2.924101, 55.8592],[-2.9252, 55.8615],[-2.9298, 55.8621],[-2.9328, 55.8598],[-2.9407, 55.8635],[-2.939301, 55.8698],[-2.9423, 55.8743],[-2.946001, 55.8751],[-2.945699, 55.8777],[-2.9533, 55.8789],[-2.953, 55.8852],[-2.951801, 55.8894],[-2.9543, 55.8904],[-2.95460, 55.8922],[-2.96260, 55.895],[-2.961601, 55.8977],[-2.959301, 55.8994],[-2.9702, 55.9023],[-2.965899, 55.9107],[-2.9725, 55.9125],[-2.9921, 55.9128],[-3.007299, 55.9086],[-3.00810, 55.9081],[-3.0086, 55.9075],[-3.0109, 55.9019],[-3.01160, 55.9012],[-3.012199, 55.901],[-3.018501, 55.9013],[-3.0192, 55.9015],[-3.02220, 55.9034],[-3.023299, 55.9039],[-3.0439, 55.9105],[-3.045, 55.9108],[-3.046, 55.9109],[-3.0576, 55.9110],[-3.058199, 55.9112],[-3.058501, 55.9115],[-3.0613, 55.9162],[-3.0617, 55.9165],[-3.0716, 55.9196],[-3.072299, 55.9196],[-3.0734, 55.9196],[-3.077699, 55.9195],[-3.078399, 55.9198],[-3.078599, 55.9202],[-3.080199, 55.9258],[-3.0806, 55.9261],[-3.08130, 55.9264],[-3.08340, 55.9269],[-3.084, 55.9272],[-3.084399, 55.9276],[-3.086, 55.9305],[-3.086299, 55.9308],[-3.087001, 55.9308],[-3.087899, 55.9304],[-3.0883, 55.9304],[-3.0908, 55.9316],[-3.083501, 55.9341],[-3.08340, 55.9342],[-3.0833, 55.9344],[-3.08340, 55.9355],[-3.0836, 55.9372],[-3.0837, 55.9374],[-3.0838, 55.9376],[-3.086699, 55.9396],[-3.086801, 55.9398],[-3.086801, 55.94],[-3.08550, 55.9441],[-3.0852, 55.945],[-3.085099, 55.9452],[-3.0848, 55.9453],[-3.082599, 55.9457],[-3.0824, 55.9458],[-3.0822, 55.946],[-3.0816, 55.9475],[-3.081401, 55.9477],[-3.081001, 55.9479],[-3.080199, 55.9481],[-3.078799, 55.9475],[-3.0753, 55.9471],[-3.074199, 55.9467],[-3.07240, 55.9465],[-3.068701, 55.946],[-3.0674, 55.9457],[-3.066401, 55.9454],[-3.065099, 55.9455],[-3.0631, 55.946],[-3.060199, 55.9471],[-3.056299, 55.9481],[-3.0524, 55.9488],[-3.0493, 55.9493],[-3.048701, 55.9494],[-3.048399, 55.9496],[-3.048399, 55.9506],[-3.0483, 55.9512],[-3.0481, 55.9518],[-3.047499, 55.9526],[-3.046201, 55.9534],[-3.044301, 55.9543],[-3.042099, 55.9548],[-3.039799, 55.9551],[-3.0371, 55.9552],[-3.032799, 55.9547],[-3.0274, 55.9535],[-3.024501, 55.9528],[-3.0202, 55.9519],[-3.017, 55.9516],[-3.014899, 55.9519],[-3.01210, 55.9526],[-3.00740, 55.9539],[-3.005399, 55.9552],[-3.0042, 55.9565],[-3.003299, 55.9567],[-3.001801, 55.9566],[-3.000499, 55.9564],[-2.997999, 55.9563],[-2.9951, 55.9567],[-2.993, 55.9578],[-2.990099, 55.9585],[-2.9884, 55.9588],[-2.98490, 55.9598],[-2.981801, 55.9610],[-2.9797, 55.9621],[-2.9781, 55.963],[-2.97690, 55.9639],[-2.9758, 55.9648],[-2.975399, 55.9667],[-2.974999, 55.9673],[-2.9723, 55.9687],[-2.970599, 55.9698],[-2.9702, 55.9701],[-2.9698, 55.9703],[-2.969, 55.9704],[-2.9684, 55.9704],[-2.9667, 55.9704],[-2.9654, 55.9704],[-2.964301, 55.9705],[-2.9633, 55.9711],[-2.962699, 55.9713],[-2.961, 55.9716],[-2.959599, 55.9719],[-2.9582, 55.9723],[-2.95650, 55.9727],[-2.9554, 55.9730],[-2.953901, 55.9732],[-2.9523, 55.9734],[-2.949501, 55.9734],[-2.9479, 55.9734],[-2.9461, 55.9735],[-2.942899, 55.9732],[-2.940399, 55.9730],[-2.933, 55.9726],[-2.9296, 55.9729],[-2.927999, 55.9730],[-2.9272, 55.9731],[-2.924799, 55.9735],[-2.923, 55.9737],[-2.921201, 55.9738],[-2.9188, 55.9742],[-2.9164, 55.9748],[-2.91380, 55.9755],[-2.911099, 55.9768],[-2.9036, 55.9811],[-2.900599, 55.9818],[-2.8984, 55.9825],[-2.8975, 55.9831],[-2.896801, 55.9837],[-2.8958, 55.9847],[-2.8956, 55.9851],[-2.8956, 55.9858],[-2.8965, 55.9870],[-2.897599, 55.9879],[-2.8977, 55.9885],[-2.896801, 55.9895],[-2.8945, 55.9902],[-2.892, 55.9907],[-2.8908, 55.9908],[-2.8901, 55.9909],[-2.889501, 55.9911],[-2.8863, 55.9934],[-2.88540, 55.9946],[-2.8847, 55.9959],[-2.8842, 55.9971],[-2.883399, 55.9991],[-2.882699, 56.0004],[-2.882499, 56.0031],[-2.8829, 56.0039],[-2.884399, 56.004],[-2.8857, 56.0045],[-2.8866, 56.0055],[-2.88750, 56.0063],[-2.887001, 56.0077],[-2.887001, 56.0084],[-2.887399, 56.0102],[-2.887599, 56.0107],[-2.8871, 56.0114],[-2.8862, 56.012],[-2.884599, 56.0128],[-2.8801, 56.0133],[-2.8739, 56.0142],[-2.872, 56.0148],[-2.870899, 56.0148],[-2.868999, 56.0137],[-2.866499, 56.0119],[-2.864799, 56.0118],[-2.86240, 56.0121],[-2.8561, 56.0123],[-2.8533, 56.0124],[-2.8519, 56.0126],[-2.849699, 56.013],[-2.84850, 56.0134],[-2.846801, 56.0146],[-2.844199, 56.0152],[-2.8415, 56.0153],[-2.8399, 56.0156],[-2.8395, 56.0159],[-2.8395, 56.0162],[-2.8399, 56.0167],[-2.839999, 56.0171],[-2.839799, 56.0173],[-2.838701, 56.0176],[-2.838399, 56.0178],[-2.838099, 56.0182],[-2.83820, 56.0184],[-2.838599, 56.0186],[-2.840199, 56.0183],[-2.840899, 56.0178],[-2.8415, 56.0168],[-2.8417, 56.0167],[-2.8436, 56.0164],[-2.847399, 56.0167],[-2.850399, 56.0169],[-2.853701, 56.0181],[-2.8557, 56.0196],[-2.8582, 56.0225],[-2.8608, 56.0236],[-2.862099, 56.0244],[-2.862999, 56.0254],[-2.8636, 56.0266],[-2.8639, 56.0276],[-2.864, 56.0288],[-2.8636, 56.0306],[-2.863199, 56.0326],[-2.862999, 56.0336],[-2.86310, 56.0345],[-2.8634, 56.0356],[-2.8636, 56.0368],[-2.8634, 56.0372],[-2.8629, 56.0374],[-2.859699, 56.0378],[-2.8585, 56.0383],[-2.857899, 56.0386],[-2.856601, 56.0386],[-2.855, 56.0381],[-2.851201, 56.0381],[-2.8438, 56.0389],[-2.840199, 56.0400],[-2.839101, 56.0403],[-2.837899, 56.0407],[-2.8352, 56.0419],[-2.832999, 56.0430],[-2.832, 56.0445],[-2.8316, 56.0455],[-2.8313, 56.0469],[-2.831001, 56.0487],[-2.830699, 56.0495],[-2.829999, 56.0503],[-2.829101, 56.0513],[-2.828099, 56.0521],[-2.826299, 56.0522],[-2.824699, 56.0521],[-2.8238, 56.0522],[-2.822999, 56.0525],[-2.8222, 56.053],[-2.821201, 56.0535],[-2.8208, 56.0539],[-2.819999, 56.0552],[-2.81970, 56.0561],[-2.8192, 56.0567],[-2.817899, 56.0574],[-2.816401, 56.0586],[-2.8155, 56.0596],[-2.8153, 56.0602],[-2.815399, 56.0609],[-2.81570, 56.0615],[-2.8152, 56.0618],[-2.814199, 56.062],[-2.8132, 56.063],[-2.8115, 56.0633],[-2.8081, 56.0629],[-2.8057, 56.0624],[-2.804301, 56.0625],[-2.802999, 56.0627],[-2.798199, 56.0648],[-2.796299, 56.0653],[-2.791001, 56.0648],[-2.7897, 56.0647],[-2.788, 56.0653],[-2.786401, 56.0658],[-2.7848, 56.0661],[-2.7835, 56.0661],[-2.782099, 56.0657]]],[[[-2.5682, 56.0113],[-2.565799, 56.0102],[-2.5624, 56.0076],[-2.5618, 56.0064],[-2.5618, 56.0056],[-2.562099, 56.0053],[-2.562599, 56.0054],[-2.562799, 56.006],[-2.5632, 56.0066],[-2.564199, 56.0074],[-2.5659, 56.0078],[-2.566099, 56.0081],[-2.566401, 56.0086],[-2.566801, 56.0089],[-2.5671, 56.0089],[-2.5673, 56.0085],[-2.5675, 56.0081],[-2.56780, 56.0081],[-2.568399, 56.0089],[-2.5695, 56.01],[-2.5711, 56.011],[-2.5722, 56.0112],[-2.5727, 56.011],[-2.572999, 56.0104],[-2.5734, 56.0101],[-2.5741, 56.0103],[-2.574399, 56.0109],[-2.574399, 56.0112],[-2.574199, 56.0116],[-2.5734, 56.0119],[-2.5708, 56.012],[-2.5682, 56.0113]]],[[[-2.6377, 56.0758],[-2.6384, 56.0758],[-2.639199, 56.0761],[-2.639699, 56.0766],[-2.64, 56.0773],[-2.639899, 56.0781],[-2.639501, 56.0787],[-2.638999, 56.079],[-2.637199, 56.0791],[-2.6361, 56.0794],[-2.635299, 56.079],[-2.63490, 56.0784],[-2.63490, 56.0779],[-2.6352, 56.0774],[-2.6357, 56.0771],[-2.6366, 56.0766],[-2.637199, 56.0762],[-2.6377, 56.0758]]],[[[-2.7158, 56.0728],[-2.7167, 56.0728],[-2.717499, 56.0729],[-2.7184, 56.0731],[-2.7191, 56.0735],[-2.719501, 56.074],[-2.719501, 56.0746],[-2.718501, 56.0751],[-2.7166, 56.0753],[-2.7153, 56.0751],[-2.714799, 56.0748],[-2.71470, 56.0744],[-2.714799, 56.0737],[-2.7151, 56.0731],[-2.7158, 56.0728]]],[[[-2.7806, 56.0728],[-2.7829, 56.0722],[-2.7834, 56.0725],[-2.7837, 56.0729],[-2.7836, 56.0737],[-2.7832, 56.0743],[-2.782599, 56.0744],[-2.7816, 56.0745],[-2.780699, 56.0739],[-2.7801, 56.0734],[-2.7802, 56.073],[-2.7806, 56.0728]]],[[[-2.7808, 56.071],[-2.782099, 56.0709],[-2.782799, 56.0711],[-2.783, 56.0717],[-2.7829, 56.072],[-2.7815, 56.072],[-2.7793, 56.0722],[-2.778501, 56.0718],[-2.778399, 56.0714],[-2.778901, 56.0711],[-2.7808, 56.071]]],[[[-2.810699, 56.0671],[-2.811201, 56.0671],[-2.8116, 56.0672],[-2.8116, 56.0676],[-2.8114, 56.068],[-2.811201, 56.0681],[-2.8108, 56.0681],[-2.810499, 56.0681],[-2.809999, 56.0681],[-2.809799, 56.068],[-2.809799, 56.0677],[-2.809999, 56.0673],[-2.810699, 56.0671]]]]}, properties:{name:"East Lothian"}}, {type:"Feature", geometry:{type:"MultiPolygon", coordinates:[[[[-4.2705, 55.7919],[-4.2705, 55.7900],[-4.2697, 55.7888],[-4.2676, 55.7852],[-4.2602, 55.7860],[-4.2542, 55.7851],[-4.252, 55.7843],[-4.25450, 55.7821],[-4.25450, 55.779],[-4.252, 55.777],[-4.2521, 55.7763],[-4.255499, 55.7752],[-4.2547, 55.7741],[-4.257999, 55.7711],[-4.261001, 55.7703],[-4.264501, 55.7716],[-4.2664, 55.771],[-4.2701, 55.7726],[-4.278901, 55.7706],[-4.280099, 55.7706],[-4.283999, 55.769],[-4.284501, 55.7673],[-4.282001, 55.7628],[-4.281899, 55.7603],[-4.2779, 55.7588],[-4.2787, 55.7567],[-4.2775, 55.7525],[-4.273701, 55.7526],[-4.272399, 55.7544],[-4.267799, 55.7511],[-4.267799, 55.7492],[-4.264101, 55.7485],[-4.261401, 55.7492],[-4.2591, 55.748],[-4.2588, 55.7431],[-4.255599, 55.7425],[-4.2501, 55.7367],[-4.248, 55.736],[-4.2507, 55.7349],[-4.2465, 55.7340],[-4.2456, 55.7324],[-4.237599, 55.7319],[-4.237299, 55.7293],[-4.2322, 55.7268],[-4.2277, 55.7272],[-4.2233, 55.7209],[-4.2258, 55.7188],[-4.225599, 55.7171],[-4.2203, 55.7131],[-4.2203, 55.7108],[-4.223599, 55.7051],[-4.224899, 55.7022],[-4.225399, 55.6983],[-4.224501, 55.6968],[-4.221099, 55.6934],[-4.220699, 55.6903],[-4.224199, 55.6885],[-4.242099, 55.6842],[-4.250199, 55.6816],[-4.2508, 55.6788],[-4.2557, 55.6775],[-4.257899, 55.6770],[-4.263199, 55.6767],[-4.2665, 55.6782],[-4.267099, 55.6799],[-4.2679, 55.6838],[-4.272699, 55.6853],[-4.28850, 55.6781],[-4.3003, 55.6831],[-4.3242, 55.6878],[-4.3297, 55.6944],[-4.3297, 55.6975],[-4.331201, 55.6988],[-4.3322, 55.6993],[-4.333099, 55.6997],[-4.3493, 55.6989],[-4.3646, 55.7085],[-4.3673, 55.7091],[-4.3709, 55.7085],[-4.374101, 55.711],[-4.37650, 55.711],[-4.376601, 55.7131],[-4.3772, 55.7167],[-4.378399, 55.7182],[-4.383501, 55.7223],[-4.3857, 55.7235],[-4.396699, 55.7184],[-4.399199, 55.7129],[-4.4155, 55.7220],[-4.4185, 55.7237],[-4.4195, 55.7255],[-4.422599, 55.7273],[-4.4373, 55.7315],[-4.4424, 55.7346],[-4.4442, 55.7334],[-4.460599, 55.7359],[-4.464799, 55.7335],[-4.472099, 55.7331],[-4.4727, 55.7345],[-4.4773, 55.7352],[-4.476, 55.7378],[-4.4703, 55.7401],[-4.4653, 55.7452],[-4.461201, 55.746],[-4.462, 55.7497],[-4.461299, 55.7517],[-4.463799, 55.75],[-4.4789, 55.7488],[-4.4798, 55.7504],[-4.489501, 55.7504],[-4.490699, 55.7519],[-4.4952, 55.752],[-4.4949, 55.7563],[-4.4979, 55.7568],[-4.49590, 55.7613],[-4.4986, 55.7628],[-4.508999, 55.7636],[-4.5131, 55.7591],[-4.520599, 55.7581],[-4.5267, 55.7502],[-4.5302, 55.7489],[-4.534101, 55.7447],[-4.5368, 55.7465],[-4.538099, 55.7495],[-4.544799, 55.7505],[-4.5429, 55.7559],[-4.545199, 55.7565],[-4.545499, 55.7603],[-4.5444, 55.762],[-4.546201, 55.7638],[-4.554101, 55.7668],[-4.550099, 55.7764],[-4.545599, 55.7787],[-4.536201, 55.7782],[-4.535299, 55.7771],[-4.520599, 55.7757],[-4.5165, 55.7843],[-4.5152, 55.7854],[-4.512599, 55.7859],[-4.50820, 55.7857],[-4.4997, 55.7913],[-4.500899, 55.7933],[-4.505099, 55.7935],[-4.505499, 55.7950],[-4.499199, 55.8001],[-4.4963, 55.8008],[-4.493, 55.8006],[-4.488299, 55.7974],[-4.4744, 55.7985],[-4.4718, 55.8031],[-4.4692, 55.8041],[-4.4641, 55.8014],[-4.448299, 55.8039],[-4.443799, 55.8065],[-4.433599, 55.8015],[-4.427001, 55.8043],[-4.4204, 55.8062],[-4.4191, 55.8068],[-4.416201, 55.8081],[-4.411099, 55.8106],[-4.406401, 55.8141],[-4.4028, 55.8117],[-4.3991, 55.8167],[-4.396699, 55.8164],[-4.396299, 55.8171],[-4.3935, 55.8187],[-4.3936, 55.8203],[-4.3899, 55.8188],[-4.383399, 55.8235],[-4.376299, 55.8194],[-4.371099, 55.8183],[-4.371099, 55.8168],[-4.374899, 55.8164],[-4.377999, 55.8118],[-4.378099, 55.8114],[-4.377699, 55.8111],[-4.3764, 55.8105],[-4.376299, 55.8103],[-4.376201, 55.8091],[-4.375899, 55.8087],[-4.3722, 55.8044],[-4.3722, 55.8041],[-4.3726, 55.8033],[-4.3729, 55.8010],[-4.372499, 55.7984],[-4.370399, 55.7968],[-4.347001, 55.7949],[-4.343501, 55.7943],[-4.3382, 55.7921],[-4.327199, 55.7986],[-4.3252, 55.7997],[-4.3238, 55.8005],[-4.3238, 55.8014],[-4.323901, 55.8034],[-4.3259, 55.8054],[-4.3284, 55.8073],[-4.3273, 55.8079],[-4.3182, 55.8083],[-4.3144, 55.8108],[-4.3101, 55.8086],[-4.3077, 55.8096],[-4.303199, 55.8092],[-4.300499, 55.8078],[-4.296299, 55.8131],[-4.2939, 55.8115],[-4.285299, 55.8104],[-4.2796, 55.8082],[-4.2726, 55.8081],[-4.2707, 55.8101],[-4.268, 55.8096],[-4.266001, 55.8093],[-4.263299, 55.8095],[-4.2642, 55.8068],[-4.2664, 55.8066],[-4.269, 55.8053],[-4.2704, 55.8043],[-4.272799, 55.8021],[-4.2684, 55.8029],[-4.2679, 55.803],[-4.2686, 55.8018],[-4.27, 55.7994],[-4.2637, 55.7983],[-4.2648, 55.7930],[-4.264999, 55.7921],[-4.2685, 55.7920],[-4.2705, 55.7919]]]]}, properties:{name:"East Renfrewshire"}}, {type:"Feature", geometry:{type:"MultiPolygon", coordinates:[[[[-3.335, 55.9938],[-3.332299, 55.9923],[-3.3308, 55.9907],[-3.328399, 55.9881],[-3.322299, 55.9856],[-3.318399, 55.9835],[-3.3169, 55.983],[-3.3148, 55.9831],[-3.3137, 55.9833],[-3.3122, 55.9836],[-3.3114, 55.9835],[-3.3099, 55.9827],[-3.308501, 55.9825],[-3.305399, 55.9825],[-3.3025, 55.9816],[-3.301201, 55.9807],[-3.3002, 55.9802],[-3.298901, 55.98],[-3.2967, 55.9806],[-3.293299, 55.9798],[-3.291201, 55.9789],[-3.2874, 55.9788],[-3.284501, 55.9790],[-3.2815, 55.9797],[-3.27720, 55.9798],[-3.266299, 55.9797],[-3.263, 55.9792],[-3.26060, 55.9791],[-3.25890, 55.9793],[-3.2578, 55.9798],[-3.2544, 55.9812],[-3.251801, 55.982],[-3.249799, 55.9827],[-3.248501, 55.983],[-3.24440, 55.9832],[-3.237999, 55.9828],[-3.234101, 55.9836],[-3.231499, 55.9840],[-3.229199, 55.9861],[-3.2286, 55.9866],[-3.227799, 55.9869],[-3.224101, 55.9877],[-3.2211, 55.9877],[-3.220799, 55.9875],[-3.220799, 55.9871],[-3.2245, 55.9868],[-3.2272, 55.9864],[-3.229, 55.985],[-3.23, 55.9841],[-3.229199, 55.9837],[-3.2251, 55.9836],[-3.2233, 55.9842],[-3.2225, 55.9853],[-3.221601, 55.9853],[-3.220599, 55.9856],[-3.22000, 55.9851],[-3.220599, 55.9811],[-3.2168, 55.9810],[-3.2166, 55.9835],[-3.216401, 55.9846],[-3.2166, 55.986],[-3.21760, 55.9865],[-3.2187, 55.9872],[-3.2188, 55.9876],[-3.2184, 55.9879],[-3.217799, 55.9877],[-3.2167, 55.9869],[-3.21530, 55.9859],[-3.21530, 55.9847],[-3.215199, 55.9808],[-3.2146, 55.9806],[-3.211499, 55.9806],[-3.2047, 55.9804],[-3.2009, 55.9804],[-3.198501, 55.9811],[-3.1964, 55.9813],[-3.1943, 55.9814],[-3.1933, 55.9816],[-3.19300, 55.9824],[-3.193501, 55.9827],[-3.19490, 55.9829],[-3.19510, 55.9835],[-3.195199, 55.9840],[-3.1947, 55.9846],[-3.193399, 55.985],[-3.19090, 55.9858],[-3.1872, 55.9874],[-3.1856, 55.988],[-3.184, 55.9888],[-3.183199, 55.989],[-3.1805, 55.9887],[-3.17960, 55.9884],[-3.1784, 55.9874],[-3.1772, 55.9866],[-3.177001, 55.986],[-3.17750, 55.9858],[-3.1785, 55.9864],[-3.17960, 55.9872],[-3.1807, 55.9876],[-3.1823, 55.9877],[-3.1843, 55.9877],[-3.187099, 55.9864],[-3.189399, 55.9851],[-3.191801, 55.9843],[-3.1919, 55.9837],[-3.190399, 55.9827],[-3.187799, 55.9817],[-3.186201, 55.9810],[-3.185499, 55.9808],[-3.1845, 55.9818],[-3.183701, 55.982],[-3.181201, 55.9814],[-3.1786, 55.9806],[-3.17660, 55.9814],[-3.17470, 55.9819],[-3.174, 55.9819],[-3.173599, 55.9814],[-3.171499, 55.9804],[-3.17090, 55.9799],[-3.171201, 55.9790],[-3.1702, 55.9787],[-3.169301, 55.9788],[-3.1666, 55.9788],[-3.163901, 55.9782],[-3.1617, 55.9775],[-3.16080, 55.9780],[-3.16080, 55.9786],[-3.162899, 55.9792],[-3.1651, 55.9796],[-3.166899, 55.98],[-3.1684, 55.9804],[-3.170099, 55.9811],[-3.171299, 55.9817],[-3.172199, 55.9823],[-3.171801, 55.9825],[-3.17070, 55.9824],[-3.169699, 55.9821],[-3.1685, 55.9816],[-3.167799, 55.9812],[-3.1666, 55.9810],[-3.164799, 55.9811],[-3.161099, 55.9801],[-3.160399, 55.9808],[-3.166001, 55.9827],[-3.169399, 55.9839],[-3.171099, 55.9845],[-3.1752, 55.9855],[-3.174799, 55.9859],[-3.174101, 55.9863],[-3.175299, 55.9868],[-3.177001, 55.9873],[-3.17870, 55.9886],[-3.179699, 55.9892],[-3.180099, 55.9897],[-3.180399, 55.9902],[-3.180399, 55.9907],[-3.180099, 55.9911],[-3.179501, 55.9911],[-3.1788, 55.9909],[-3.1782, 55.9905],[-3.177799, 55.9902],[-3.1764, 55.9892],[-3.1703, 55.9868],[-3.167399, 55.9857],[-3.1633, 55.9843],[-3.157001, 55.9822],[-3.155699, 55.9818],[-3.1542, 55.9812],[-3.1538, 55.9808],[-3.153501, 55.9790],[-3.153199, 55.9782],[-3.152699, 55.9775],[-3.1521, 55.977],[-3.15, 55.9758],[-3.148999, 55.9755],[-3.148, 55.9753],[-3.1419, 55.9734],[-3.1379, 55.9716],[-3.136699, 55.971],[-3.1357, 55.9700],[-3.1338, 55.968],[-3.132699, 55.9673],[-3.124399, 55.9627],[-3.1162, 55.9580],[-3.1108, 55.9558],[-3.103701, 55.9528],[-3.100199, 55.9512],[-3.097199, 55.9502],[-3.09470, 55.9495],[-3.088799, 55.9488],[-3.082999, 55.9489],[-3.0822, 55.9489],[-3.081401, 55.9487],[-3.080199, 55.9481],[-3.081001, 55.9479],[-3.081401, 55.9477],[-3.0816, 55.9475],[-3.0822, 55.946],[-3.0824, 55.9458],[-3.082599, 55.9457],[-3.0848, 55.9453],[-3.085099, 55.9452],[-3.0852, 55.945],[-3.08550, 55.9441],[-3.086801, 55.94],[-3.086801, 55.9398],[-3.086699, 55.9396],[-3.0838, 55.9376],[-3.0837, 55.9374],[-3.0836, 55.9372],[-3.08340, 55.9355],[-3.0833, 55.9344],[-3.08340, 55.9342],[-3.083501, 55.9341],[-3.0908, 55.9316],[-3.094599, 55.9328],[-3.1026, 55.9305],[-3.111601, 55.9292],[-3.1142, 55.9285],[-3.119999, 55.9184],[-3.120899, 55.9150],[-3.108099, 55.9056],[-3.1018, 55.904],[-3.095799, 55.9001],[-3.1115, 55.8991],[-3.1224, 55.8973],[-3.131099, 55.8954],[-3.1417, 55.8912],[-3.15030, 55.8904],[-3.1673, 55.8868],[-3.194999, 55.8913],[-3.205499, 55.8923],[-3.205899, 55.888],[-3.2104, 55.8874],[-3.21970, 55.8851],[-3.217, 55.8826],[-3.2121, 55.8809],[-3.214799, 55.8803],[-3.221, 55.8822],[-3.2249, 55.8815],[-3.2274, 55.8831],[-3.237299, 55.882],[-3.2411, 55.8773],[-3.2499, 55.8753],[-3.2542, 55.8714],[-3.2599, 55.8685],[-3.2716, 55.8761],[-3.275, 55.8756],[-3.2778, 55.8707],[-3.286, 55.8656],[-3.2902, 55.8650],[-3.2938, 55.8633],[-3.296, 55.8633],[-3.2976, 55.8626],[-3.3437, 55.8294],[-3.3457, 55.8264],[-3.3526, 55.8245],[-3.3573, 55.8249],[-3.365799, 55.8238],[-3.367399, 55.8244],[-3.368099, 55.8244],[-3.3701, 55.8227],[-3.371201, 55.8221],[-3.372999, 55.8214],[-3.376699, 55.8207],[-3.38070, 55.8202],[-3.386001, 55.8195],[-3.3878, 55.8194],[-3.388999, 55.8194],[-3.386801, 55.8213],[-3.386001, 55.8224],[-3.3859, 55.8229],[-3.3861, 55.8233],[-3.387001, 55.8238],[-3.388999, 55.8247],[-3.3903, 55.8254],[-3.3964, 55.8303],[-3.40490, 55.8328],[-3.413199, 55.838],[-3.410399, 55.8392],[-3.4202, 55.8446],[-3.4144, 55.8481],[-3.4144, 55.8519],[-3.41100, 55.8523],[-3.411601, 55.8536],[-3.4184, 55.8573],[-3.416201, 55.8603],[-3.411601, 55.8603],[-3.40980, 55.8664],[-3.405299, 55.8665],[-3.402499, 55.8685],[-3.399501, 55.8688],[-3.4028, 55.8715],[-3.40980, 55.8701],[-3.419301, 55.88],[-3.41100, 55.8805],[-3.406001, 55.8816],[-3.4045, 55.8838],[-3.407099, 55.8864],[-3.405299, 55.8878],[-3.401201, 55.8876],[-3.3947, 55.892],[-3.392999, 55.894],[-3.3922, 55.8969],[-3.3928, 55.8979],[-3.3954, 55.8989],[-3.3954, 55.9008],[-3.3931, 55.9022],[-3.419101, 55.9039],[-3.4275, 55.9026],[-3.440099, 55.9053],[-3.441, 55.9063],[-3.44450, 55.9056],[-3.4479, 55.9057],[-3.4482, 55.9074],[-3.4468, 55.9092],[-3.447099, 55.9111],[-3.4475, 55.9132],[-3.4425, 55.9137],[-3.441401, 55.9164],[-3.4386, 55.9171],[-3.439399, 55.922],[-3.433399, 55.9265],[-3.433701, 55.9328],[-3.427799, 55.9334],[-3.4259, 55.9327],[-3.4228, 55.9346],[-3.4366, 55.9365],[-3.4449, 55.9408],[-3.450099, 55.9398],[-3.455199, 55.9433],[-3.459899, 55.9446],[-3.454101, 55.9489],[-3.455899, 55.9512],[-3.44640, 55.9516],[-3.4374, 55.9509],[-3.432699, 55.9511],[-3.4328, 55.9535],[-3.429699, 55.9541],[-3.4285, 55.9594],[-3.4498, 55.9626],[-3.446001, 55.9695],[-3.4486, 55.9704],[-3.448299, 55.9737],[-3.45, 55.9748],[-3.4503, 55.9780],[-3.4453, 55.9783],[-3.4347, 55.9827],[-3.4347, 55.9889],[-3.429501, 55.99],[-3.42790, 55.9929],[-3.42790, 55.9932],[-3.4238, 55.9935],[-3.421299, 55.9934],[-3.419301, 55.9933],[-3.4172, 55.9931],[-3.416001, 55.9929],[-3.4156, 55.9932],[-3.414599, 55.9942],[-3.41310, 55.996],[-3.4124, 55.9966],[-3.41150, 55.9968],[-3.411201, 55.9962],[-3.411801, 55.9954],[-3.413199, 55.9944],[-3.413, 55.9932],[-3.412499, 55.9929],[-3.4107, 55.9922],[-3.4089, 55.992],[-3.406899, 55.9925],[-3.40560, 55.9931],[-3.405699, 55.9936],[-3.4062, 55.9942],[-3.407001, 55.9949],[-3.40750, 55.9955],[-3.40770, 55.996],[-3.40720, 55.9963],[-3.406699, 55.9962],[-3.406001, 55.9955],[-3.4052, 55.9945],[-3.4041, 55.9934],[-3.402299, 55.9925],[-3.4003, 55.9921],[-3.3982, 55.992],[-3.3956, 55.991],[-3.394, 55.9907],[-3.389199, 55.9898],[-3.384399, 55.9903],[-3.3794, 55.991],[-3.373701, 55.9917],[-3.3726, 55.992],[-3.3719, 55.9925],[-3.371201, 55.9931],[-3.371099, 55.9942],[-3.371201, 55.9952],[-3.371201, 55.9957],[-3.3705, 55.996],[-3.369999, 55.9956],[-3.369999, 55.9945],[-3.3698, 55.9938],[-3.36920, 55.9936],[-3.368599, 55.9938],[-3.366699, 55.9946],[-3.3656, 55.9954],[-3.36500, 55.9965],[-3.3641, 55.998],[-3.362, 55.999],[-3.36050, 55.9997],[-3.3577, 56.0011],[-3.354399, 56.0011],[-3.351201, 56.0013],[-3.3501, 56.0019],[-3.3484, 56.0017],[-3.346299, 55.9997],[-3.345299, 55.9987],[-3.344, 55.9978],[-3.343199, 55.9974],[-3.3411, 55.9967],[-3.339301, 55.9962],[-3.337001, 55.9952],[-3.335, 55.9938]]],[[[-3.271699, 56.0115],[-3.272099, 56.0114],[-3.272599, 56.0115],[-3.2734, 56.0121],[-3.2736, 56.0124],[-3.2736, 56.0127],[-3.27300, 56.0128],[-3.272001, 56.0125],[-3.271699, 56.0119],[-3.271699, 56.0115]]]]}, properties:{name:"Edinburgh"}}, {type:"Feature", geometry:{type:"MultiPolygon", coordinates:[[[[-3.671201, 56.0125],[-3.669199, 56.0127],[-3.6679, 56.0131],[-3.6661, 56.0139],[-3.6647, 56.0144],[-3.662199, 56.015],[-3.6587, 56.0156],[-3.656699, 56.0156],[-3.6565, 56.0155],[-3.65640, 56.0153],[-3.6565, 56.0151],[-3.656899, 56.0149],[-3.66, 56.0147],[-3.6615, 56.0143],[-3.6628, 56.0139],[-3.662899, 56.0137],[-3.662899, 56.0133],[-3.662699, 56.013],[-3.6619, 56.0125],[-3.6605, 56.0118],[-3.657001, 56.0104],[-3.6563, 56.0102],[-3.6551, 56.0099],[-3.654599, 56.0098],[-3.6538, 56.0098],[-3.6528, 56.0099],[-3.651, 56.0103],[-3.64630, 56.0112],[-3.643701, 56.0116],[-3.643199, 56.0117],[-3.6428, 56.0118],[-3.6426, 56.0119],[-3.6424, 56.0121],[-3.642299, 56.0123],[-3.6422, 56.0131],[-3.6422, 56.0142],[-3.642299, 56.0146],[-3.642499, 56.0148],[-3.642699, 56.0149],[-3.643199, 56.015],[-3.654599, 56.015],[-3.654799, 56.0152],[-3.654799, 56.0155],[-3.6547, 56.0157],[-3.6487, 56.0157],[-3.6387, 56.0156],[-3.63410, 56.0157],[-3.6324, 56.0158],[-3.631601, 56.0155],[-3.630599, 56.015],[-3.629699, 56.015],[-3.6292, 56.0153],[-3.6294, 56.0165],[-3.629101, 56.0173],[-3.628599, 56.0176],[-3.6205, 56.0190],[-3.619699, 56.0187],[-3.61940, 56.0183],[-3.6205, 56.0174],[-3.620699, 56.0169],[-3.6206, 56.0165],[-3.6203, 56.0165],[-3.6199, 56.0165],[-3.617899, 56.0169],[-3.6157, 56.0168],[-3.6136, 56.017],[-3.6117, 56.0179],[-3.610199, 56.0185],[-3.6096, 56.0189],[-3.6064, 56.0214],[-3.6059, 56.0216],[-3.605799, 56.0214],[-3.60550, 56.0209],[-3.6047, 56.0205],[-3.602799, 56.0203],[-3.6003, 56.02],[-3.5995, 56.0203],[-3.604, 56.0213],[-3.604, 56.0216],[-3.6029, 56.0218],[-3.599101, 56.0216],[-3.5938, 56.0217],[-3.592999, 56.0216],[-3.592499, 56.0213],[-3.5924, 56.0208],[-3.59260, 56.02],[-3.5927, 56.0195],[-3.592299, 56.0191],[-3.5899, 56.0191],[-3.5855, 56.0192],[-3.5839, 56.0190],[-3.5818, 56.0195],[-3.581201, 56.0193],[-3.5806, 56.0188],[-3.5773, 56.0188],[-3.574699, 56.0184],[-3.5714, 56.018],[-3.56820, 56.0175],[-3.5675, 56.0168],[-3.5674, 56.0158],[-3.566801, 56.0149],[-3.566099, 56.0143],[-3.564101, 56.0132],[-3.5608, 56.0121],[-3.5531, 56.0117],[-3.548599, 56.0109],[-3.54570, 56.0101],[-3.5437, 56.0095],[-3.5408, 56.0092],[-3.538501, 56.0095],[-3.536801, 56.009],[-3.533999, 56.0084],[-3.5309, 56.008],[-3.528199, 56.0071],[-3.525199, 56.0055],[-3.5199, 56.005],[-3.5176, 56.0056],[-3.515399, 56.0074],[-3.514199, 56.0075],[-3.5136, 56.0071],[-3.51350, 56.0062],[-3.514101, 56.0039],[-3.514699, 56.0027],[-3.5168, 56.002],[-3.5204, 56.0014],[-3.522001, 56.0009],[-3.524101, 55.9997],[-3.5281, 55.9979],[-3.53160, 55.9972],[-3.534699, 55.9972],[-3.535599, 55.9969],[-3.53580, 55.9966],[-3.53580, 55.9956],[-3.535399, 55.9943],[-3.534199, 55.9933],[-3.532599, 55.9923],[-3.53230, 55.992],[-3.53250, 55.9914],[-3.533, 55.9908],[-3.53350, 55.9906],[-3.536099, 55.9894],[-3.546401, 55.9839],[-3.562299, 55.9864],[-3.575799, 55.9921],[-3.5982, 55.9973],[-3.6106, 55.9958],[-3.6119, 55.9951],[-3.612999, 55.9943],[-3.6139, 55.9934],[-3.615099, 55.9919],[-3.615499, 55.9911],[-3.617199, 55.9870],[-3.618, 55.9859],[-3.6308, 55.974],[-3.6396, 55.9712],[-3.6431, 55.9699],[-3.645299, 55.9687],[-3.648999, 55.9656],[-3.65640, 55.9612],[-3.659101, 55.9599],[-3.660599, 55.959],[-3.663599, 55.9558],[-3.664799, 55.9543],[-3.6652, 55.953],[-3.665699, 55.9501],[-3.66650, 55.9478],[-3.666699, 55.9473],[-3.666899, 55.9466],[-3.6672, 55.9464],[-3.667599, 55.9464],[-3.67240, 55.9462],[-3.673701, 55.9456],[-3.6765, 55.9436],[-3.682699, 55.9434],[-3.68880, 55.9414],[-3.695899, 55.9381],[-3.698999, 55.9358],[-3.7021, 55.9347],[-3.711801, 55.935],[-3.742001, 55.9248],[-3.757499, 55.9203],[-3.762001, 55.9185],[-3.76250, 55.9179],[-3.76250, 55.9171],[-3.7621, 55.9151],[-3.763, 55.9114],[-3.7637, 55.9088],[-3.764199, 55.9082],[-3.765, 55.9078],[-3.767299, 55.907],[-3.7736, 55.9063],[-3.777299, 55.9042],[-3.7836, 55.9024],[-3.7865, 55.9018],[-3.7937, 55.9013],[-3.8048, 55.8983],[-3.80940, 55.8974],[-3.8146, 55.8966],[-3.8196, 55.8963],[-3.813999, 55.8985],[-3.81320, 55.8995],[-3.8138, 55.9015],[-3.8138, 55.9025],[-3.8135, 55.9032],[-3.8125, 55.9036],[-3.810199, 55.904],[-3.809, 55.9042],[-3.809101, 55.9045],[-3.810899, 55.9046],[-3.812799, 55.9047],[-3.814699, 55.9050],[-3.8167, 55.9058],[-3.818399, 55.9068],[-3.820199, 55.9080],[-3.822599, 55.9094],[-3.8257, 55.9112],[-3.827001, 55.9120],[-3.829, 55.9119],[-3.8297, 55.9116],[-3.830699, 55.9112],[-3.831899, 55.9111],[-3.8327, 55.9111],[-3.834899, 55.9123],[-3.836299, 55.9128],[-3.8392, 55.9134],[-3.845299, 55.9146],[-3.8508, 55.9164],[-3.854599, 55.9176],[-3.865799, 55.9208],[-3.872699, 55.9232],[-3.8759, 55.9246],[-3.877899, 55.9263],[-3.8796, 55.928],[-3.881401, 55.9301],[-3.8854, 55.9335],[-3.8878, 55.9355],[-3.8907, 55.9369],[-3.892299, 55.937],[-3.8957, 55.9363],[-3.8979, 55.936],[-3.8996, 55.9361],[-3.901099, 55.9364],[-3.902299, 55.937],[-3.903199, 55.9379],[-3.9036, 55.9389],[-3.903701, 55.9402],[-3.903199, 55.9419],[-3.901801, 55.9428],[-3.9003, 55.9432],[-3.8942, 55.9438],[-3.892299, 55.9443],[-3.890399, 55.9454],[-3.888901, 55.9473],[-3.8859, 55.9487],[-3.8694, 55.9537],[-3.868701, 55.9546],[-3.868299, 55.9555],[-3.867599, 55.9566],[-3.8673, 55.9569],[-3.866801, 55.9572],[-3.8638, 55.9583],[-3.862499, 55.959],[-3.8619, 55.9596],[-3.86200, 55.9604],[-3.86220, 55.9607],[-3.8659, 55.9626],[-3.866801, 55.9627],[-3.8677, 55.9628],[-3.868701, 55.9627],[-3.8738, 55.9622],[-3.878, 55.9618],[-3.881601, 55.9614],[-3.886801, 55.9609],[-3.894, 55.9604],[-3.896801, 55.9604],[-3.8984, 55.9605],[-3.901, 55.9611],[-3.902299, 55.9611],[-3.912699, 55.9579],[-3.933701, 55.9643],[-3.9365, 55.9639],[-3.937299, 55.9640],[-3.93820, 55.9641],[-3.9386, 55.9645],[-3.939199, 55.9652],[-3.9424, 55.9689],[-3.943399, 55.9694],[-3.947299, 55.9700],[-3.95000, 55.9712],[-3.959399, 55.9784],[-3.9597, 55.9787],[-3.960099, 55.9793],[-3.9632, 55.986],[-3.9635, 55.9863],[-3.9644, 55.9863],[-3.978199, 55.986],[-3.979, 55.9861],[-3.980299, 55.9864],[-3.98070, 55.9866],[-3.9813, 55.9883],[-3.9814, 55.9887],[-3.9811, 55.9892],[-3.980799, 55.9894],[-3.97880, 55.9899],[-3.97860, 55.99],[-3.97860, 55.9902],[-3.97860, 55.9904],[-3.978701, 55.9906],[-3.9793, 55.9906],[-3.981, 55.9908],[-3.981499, 55.9913],[-3.981801, 55.9924],[-3.982399, 55.9949],[-3.9832, 55.997],[-3.979, 56],[-3.979399, 56.001],[-3.9797, 56.0014],[-3.983599, 56.0054],[-3.9853, 56.0074],[-3.9869, 56.0084],[-3.988199, 56.0085],[-3.9891, 56.0083],[-3.9893, 56.007],[-3.990099, 56.0067],[-3.9934, 56.0067],[-3.999399, 56.0076],[-4.0211, 56.0056],[-4.0282, 56.0114],[-4.0229, 56.0286],[-4.022, 56.0300],[-4.014699, 56.0322],[-4.006401, 56.0373],[-4.0025, 56.0373],[-4.0005, 56.0387],[-3.9832, 56.0402],[-3.981801, 56.0398],[-3.9813, 56.0436],[-3.977299, 56.0487],[-3.96450, 56.0493],[-3.9602, 56.0506],[-3.951801, 56.0493],[-3.9484, 56.0503],[-3.947999, 56.0514],[-3.9367, 56.0503],[-3.9303, 56.0491],[-3.9281, 56.0505],[-3.926201, 56.05],[-3.925699, 56.0487],[-3.921201, 56.0503],[-3.8842, 56.0457],[-3.879699, 56.0475],[-3.878799, 56.0501],[-3.870399, 56.0484],[-3.866601, 56.0497],[-3.863501, 56.0486],[-3.85800, 56.0496],[-3.840199, 56.0501],[-3.837001, 56.0488],[-3.834399, 56.0512],[-3.8278, 56.0512],[-3.818501, 56.0529],[-3.81550, 56.0557],[-3.82160, 56.059],[-3.81950, 56.0615],[-3.809, 56.0634],[-3.802299, 56.0631],[-3.799999, 56.0658],[-3.803999, 56.0682],[-3.81110, 56.0704],[-3.81130, 56.0732],[-3.8125, 56.0728],[-3.822099, 56.0752],[-3.838599, 56.0843],[-3.836499, 56.087],[-3.8324, 56.0861],[-3.8297, 56.0904],[-3.827001, 56.0910],[-3.8259, 56.1000],[-3.826499, 56.1019],[-3.822799, 56.1018],[-3.81530, 56.1022],[-3.80730, 56.1056],[-3.804399, 56.1089],[-3.803299, 56.1087],[-3.8035, 56.1073],[-3.8018, 56.1071],[-3.800499, 56.1067],[-3.799, 56.1057],[-3.7976, 56.1042],[-3.796, 56.1016],[-3.796, 56.1009],[-3.794501, 56.0999],[-3.7916, 56.0968],[-3.7894, 56.0945],[-3.7814, 56.0890],[-3.7781, 56.0873],[-3.7771, 56.0861],[-3.776099, 56.0846],[-3.7725, 56.0816],[-3.7691, 56.0792],[-3.7629, 56.0755],[-3.7579, 56.0738],[-3.7525, 56.0714],[-3.7483, 56.0701],[-3.7434, 56.069],[-3.74210, 56.0688],[-3.741601, 56.0687],[-3.74140, 56.0683],[-3.7428, 56.0679],[-3.7428, 56.0677],[-3.7427, 56.0675],[-3.741801, 56.0674],[-3.740499, 56.0674],[-3.739599, 56.0676],[-3.738701, 56.0686],[-3.7379, 56.0688],[-3.7369, 56.0688],[-3.7349, 56.0683],[-3.733099, 56.0674],[-3.731699, 56.0664],[-3.730099, 56.0645],[-3.7298, 56.0638],[-3.729899, 56.063],[-3.7311, 56.0614],[-3.73130, 56.0607],[-3.731499, 56.0592],[-3.731499, 56.0583],[-3.7311, 56.0572],[-3.727, 56.0506],[-3.726001, 56.0487],[-3.725899, 56.0473],[-3.726201, 56.0459],[-3.725899, 56.0438],[-3.72560, 56.0432],[-3.724999, 56.0425],[-3.7251, 56.0419],[-3.725399, 56.0406],[-3.7249, 56.0385],[-3.724999, 56.0372],[-3.725899, 56.0359],[-3.7265, 56.0352],[-3.7269, 56.0344],[-3.7267, 56.0339],[-3.7242, 56.032],[-3.719599, 56.0301],[-3.71530, 56.0276],[-3.7145, 56.0273],[-3.712699, 56.0270],[-3.712199, 56.0267],[-3.7121, 56.0266],[-3.711699, 56.0264],[-3.711299, 56.0263],[-3.710599, 56.0263],[-3.707799, 56.0270],[-3.7044, 56.0274],[-3.6998, 56.0288],[-3.698501, 56.0294],[-3.6974, 56.0302],[-3.6967, 56.0312],[-3.695899, 56.0328],[-3.6953, 56.0340],[-3.69490, 56.0347],[-3.694, 56.0355],[-3.692699, 56.0364],[-3.690099, 56.0375],[-3.687999, 56.0377],[-3.6863, 56.0379],[-3.6856, 56.0386],[-3.685199, 56.0386],[-3.6849, 56.0385],[-3.6849, 56.0381],[-3.685199, 56.0375],[-3.6874, 56.0360],[-3.6856, 56.0351],[-3.683599, 56.0356],[-3.680599, 56.0361],[-3.679301, 56.0356],[-3.67870, 56.0345],[-3.678299, 56.0329],[-3.6788, 56.0319],[-3.67870, 56.0311],[-3.6774, 56.0298],[-3.675499, 56.0279],[-3.6752, 56.0273],[-3.676001, 56.0267],[-3.677599, 56.026],[-3.681201, 56.0243],[-3.681299, 56.0239],[-3.6809, 56.0234],[-3.6775, 56.0213],[-3.673501, 56.0194],[-3.67070, 56.0181],[-3.67030, 56.0175],[-3.670099, 56.0167],[-3.67, 56.0159],[-3.670399, 56.015],[-3.671601, 56.0141],[-3.671201, 56.0125]]]]}, properties:{name:"Falkirk"}}, {type:"Feature", geometry:{type:"MultiPolygon", coordinates:[[[[-2.8571, 56.4395],[-2.8534, 56.439],[-2.8498, 56.4392],[-2.847199, 56.4399],[-2.8371, 56.4423],[-2.832299, 56.4431],[-2.8278, 56.4438],[-2.8236, 56.4443],[-2.81970, 56.4441],[-2.816401, 56.444],[-2.811899, 56.444],[-2.8096, 56.4437],[-2.807499, 56.4428],[-2.804699, 56.4409],[-2.802999, 56.4396],[-2.802001, 56.4387],[-2.8016, 56.438],[-2.8011, 56.4361],[-2.801201, 56.4342],[-2.802001, 56.4324],[-2.80270, 56.4291],[-2.8031, 56.4261],[-2.8039, 56.4206],[-2.805799, 56.4141],[-2.806601, 56.4115],[-2.808, 56.4088],[-2.808901, 56.4066],[-2.8093, 56.4050],[-2.8092, 56.4020],[-2.809101, 56.3994],[-2.8093, 56.3970],[-2.809799, 56.3953],[-2.810199, 56.3942],[-2.812001, 56.3922],[-2.8152, 56.3895],[-2.817199, 56.3872],[-2.8194, 56.3848],[-2.82060, 56.3829],[-2.8222, 56.3795],[-2.823501, 56.3784],[-2.825799, 56.377],[-2.818799, 56.3681],[-2.8175, 56.368],[-2.816499, 56.3677],[-2.813999, 56.3661],[-2.812599, 56.3646],[-2.811201, 56.3634],[-2.8095, 56.3611],[-2.8081, 56.3586],[-2.8076, 56.3563],[-2.807199, 56.355],[-2.804899, 56.3511],[-2.803299, 56.3478],[-2.80270, 56.3457],[-2.80220, 56.3451],[-2.8009, 56.3448],[-2.798501, 56.3445],[-2.797199, 56.3437],[-2.796099, 56.3433],[-2.7909, 56.3431],[-2.7894, 56.3431],[-2.7874, 56.3429],[-2.786099, 56.3420],[-2.784301, 56.3407],[-2.7825, 56.3403],[-2.7801, 56.3399],[-2.77780, 56.3396],[-2.7772, 56.3394],[-2.777299, 56.3391],[-2.778199, 56.3391],[-2.780699, 56.3392],[-2.7814, 56.3390],[-2.7816, 56.3388],[-2.781699, 56.3381],[-2.7814, 56.3365],[-2.7812, 56.3363],[-2.7809, 56.3363],[-2.780699, 56.3366],[-2.7808, 56.3384],[-2.780499, 56.3386],[-2.7801, 56.3384],[-2.7795, 56.3375],[-2.7788, 56.3360],[-2.776801, 56.3337],[-2.7753, 56.3326],[-2.773999, 56.3323],[-2.7729, 56.3321],[-2.7657, 56.3321],[-2.7612, 56.3318],[-2.759, 56.3320],[-2.7569, 56.3320],[-2.754301, 56.3314],[-2.752399, 56.3312],[-2.7502, 56.3315],[-2.7488, 56.3318],[-2.747499, 56.3319],[-2.7458, 56.3316],[-2.744501, 56.3308],[-2.743701, 56.3296],[-2.742899, 56.3292],[-2.7411, 56.3289],[-2.740099, 56.3287],[-2.7384, 56.3282],[-2.7368, 56.3278],[-2.731699, 56.3273],[-2.7276, 56.3265],[-2.723701, 56.3267],[-2.7214, 56.3262],[-2.7184, 56.3261],[-2.7165, 56.3267],[-2.713599, 56.3275],[-2.71070, 56.3274],[-2.7089, 56.3270],[-2.7068, 56.3267],[-2.7053, 56.3263],[-2.70460, 56.3256],[-2.703701, 56.3247],[-2.7028, 56.3244],[-2.6996, 56.3246],[-2.6958, 56.325],[-2.692899, 56.3248],[-2.691099, 56.3255],[-2.6887, 56.3259],[-2.6866, 56.3257],[-2.684, 56.3249],[-2.6823, 56.3240],[-2.6805, 56.323],[-2.6784, 56.3218],[-2.6774, 56.3212],[-2.677001, 56.3206],[-2.6767, 56.3194],[-2.6761, 56.3191],[-2.674599, 56.3196],[-2.672699, 56.3197],[-2.670399, 56.3203],[-2.670099, 56.3203],[-2.6696, 56.3201],[-2.669399, 56.3196],[-2.6687, 56.3191],[-2.66800, 56.3192],[-2.666899, 56.3193],[-2.665699, 56.3189],[-2.663701, 56.3185],[-2.660599, 56.3185],[-2.658299, 56.3185],[-2.656801, 56.3178],[-2.655699, 56.3168],[-2.655299, 56.3155],[-2.6549, 56.3145],[-2.6549, 56.3135],[-2.654799, 56.3124],[-2.653901, 56.3112],[-2.651299, 56.3088],[-2.647599, 56.306],[-2.6445, 56.3045],[-2.642499, 56.3038],[-2.640199, 56.3024],[-2.6387, 56.3004],[-2.636499, 56.2987],[-2.634399, 56.2978],[-2.6324, 56.2976],[-2.6317, 56.2973],[-2.631601, 56.2961],[-2.631201, 56.2953],[-2.63010, 56.2943],[-2.628901, 56.2938],[-2.6275, 56.2928],[-2.626601, 56.2925],[-2.6259, 56.2926],[-2.6247, 56.2927],[-2.6238, 56.2925],[-2.622699, 56.2920],[-2.6215, 56.2912],[-2.621001, 56.2912],[-2.618999, 56.291],[-2.61710, 56.2902],[-2.6156, 56.2894],[-2.614501, 56.2883],[-2.6134, 56.2876],[-2.6124, 56.2873],[-2.6085, 56.2862],[-2.6063, 56.2860],[-2.605099, 56.2864],[-2.6047, 56.2870],[-2.6039, 56.2871],[-2.6024, 56.2866],[-2.601401, 56.2860],[-2.6005, 56.2859],[-2.59960, 56.2862],[-2.598599, 56.2867],[-2.5976, 56.2866],[-2.596601, 56.2854],[-2.595799, 56.2836],[-2.594301, 56.2822],[-2.5931, 56.2818],[-2.5917, 56.2818],[-2.588399, 56.2816],[-2.5869, 56.2806],[-2.58610, 56.2794],[-2.584301, 56.2791],[-2.5839, 56.2788],[-2.584199, 56.2780],[-2.584899, 56.2773],[-2.585299, 56.2763],[-2.585799, 56.2757],[-2.5875, 56.2752],[-2.588399, 56.2743],[-2.589101, 56.2728],[-2.5904, 56.2719],[-2.592099, 56.2709],[-2.5929, 56.2699],[-2.5936, 56.2686],[-2.595, 56.2677],[-2.597699, 56.2671],[-2.598099, 56.2667],[-2.598399, 56.2659],[-2.598901, 56.2648],[-2.5994, 56.2643],[-2.6016, 56.2633],[-2.6036, 56.2627],[-2.605799, 56.262],[-2.6085, 56.2613],[-2.610199, 56.2613],[-2.6119, 56.2619],[-2.614501, 56.2619],[-2.616, 56.2615],[-2.6177, 56.2608],[-2.6194, 56.2601],[-2.6206, 56.259],[-2.6229, 56.258],[-2.6242, 56.2574],[-2.6252, 56.2572],[-2.6262, 56.2577],[-2.626801, 56.2576],[-2.6271, 56.2559],[-2.6271, 56.2549],[-2.6271, 56.254],[-2.6277, 56.2533],[-2.629501, 56.2524],[-2.6319, 56.2514],[-2.634599, 56.2501],[-2.636001, 56.2494],[-2.637001, 56.2484],[-2.6378, 56.247],[-2.638901, 56.2461],[-2.6421, 56.2441],[-2.6452, 56.2428],[-2.6475, 56.2414],[-2.650899, 56.2398],[-2.653199, 56.239],[-2.656801, 56.2376],[-2.6608, 56.2362],[-2.6641, 56.2353],[-2.6661, 56.2356],[-2.6672, 56.2354],[-2.6688, 56.2345],[-2.670099, 56.2338],[-2.671299, 56.2333],[-2.6747, 56.2306],[-2.6766, 56.2293],[-2.6777, 56.2262],[-2.6785, 56.2255],[-2.679301, 56.2251],[-2.680799, 56.2249],[-2.681601, 56.2246],[-2.682499, 56.224],[-2.684999, 56.2227],[-2.6877, 56.2227],[-2.689899, 56.2225],[-2.691099, 56.2221],[-2.6921, 56.2215],[-2.693599, 56.2212],[-2.6942, 56.2212],[-2.6947, 56.2217],[-2.6951, 56.2221],[-2.697799, 56.2225],[-2.699399, 56.2225],[-2.7, 56.2222],[-2.700599, 56.2215],[-2.701499, 56.2206],[-2.702001, 56.2195],[-2.7023, 56.2189],[-2.70330, 56.2184],[-2.7043, 56.2178],[-2.7045, 56.2171],[-2.70460, 56.2163],[-2.7051, 56.2158],[-2.7061, 56.2155],[-2.7083, 56.2151],[-2.71, 56.2149],[-2.712399, 56.2147],[-2.715199, 56.2149],[-2.71680, 56.2147],[-2.717799, 56.2146],[-2.7191, 56.2141],[-2.7207, 56.2134],[-2.721801, 56.2130],[-2.722899, 56.2128],[-2.724699, 56.2125],[-2.726201, 56.2121],[-2.727299, 56.2118],[-2.729199, 56.2119],[-2.731, 56.2121],[-2.731601, 56.212],[-2.7321, 56.2117],[-2.7323, 56.2110],[-2.7328, 56.2106],[-2.733901, 56.2105],[-2.734699, 56.2105],[-2.7376, 56.2108],[-2.7399, 56.2107],[-2.7421, 56.2101],[-2.743701, 56.2094],[-2.747699, 56.2071],[-2.750299, 56.2064],[-2.7525, 56.2062],[-2.7544, 56.2058],[-2.7571, 56.2053],[-2.7591, 56.2047],[-2.7604, 56.204],[-2.7612, 56.2034],[-2.7621, 56.2034],[-2.7623, 56.2036],[-2.7623, 56.2044],[-2.7628, 56.2048],[-2.763799, 56.2048],[-2.764699, 56.2041],[-2.7655, 56.2032],[-2.7667, 56.2026],[-2.7686, 56.2021],[-2.770299, 56.2019],[-2.771699, 56.2017],[-2.7727, 56.2014],[-2.7737, 56.2011],[-2.7755, 56.2008],[-2.7776, 56.2008],[-2.7791, 56.2004],[-2.7809, 56.1996],[-2.783299, 56.1987],[-2.785599, 56.1978],[-2.787199, 56.1972],[-2.7891, 56.1965],[-2.7902, 56.196],[-2.7913, 56.1954],[-2.7934, 56.1946],[-2.7967, 56.1935],[-2.7983, 56.1927],[-2.80010, 56.1915],[-2.801001, 56.1901],[-2.8016, 56.1891],[-2.802799, 56.1884],[-2.8048, 56.1878],[-2.8052, 56.1873],[-2.805599, 56.1865],[-2.806401, 56.1854],[-2.808, 56.1847],[-2.808901, 56.1845],[-2.8094, 56.1847],[-2.8097, 56.185],[-2.8093, 56.1861],[-2.8092, 56.1867],[-2.8095, 56.1871],[-2.810499, 56.1876],[-2.8115, 56.1879],[-2.812799, 56.1881],[-2.8135, 56.188],[-2.814399, 56.1874],[-2.814899, 56.1864],[-2.81570, 56.186],[-2.817199, 56.1859],[-2.8176, 56.1861],[-2.8173, 56.1867],[-2.817001, 56.187],[-2.81570, 56.1873],[-2.8152, 56.1875],[-2.815, 56.1878],[-2.815099, 56.1886],[-2.8153, 56.1891],[-2.81590, 56.1893],[-2.8175, 56.1894],[-2.818901, 56.1895],[-2.820899, 56.1894],[-2.822599, 56.1897],[-2.825099, 56.1897],[-2.8278, 56.1894],[-2.8301, 56.1888],[-2.831899, 56.1882],[-2.8334, 56.1876],[-2.834501, 56.187],[-2.834899, 56.1864],[-2.8348, 56.1861],[-2.834301, 56.1855],[-2.83400, 56.1851],[-2.834199, 56.1847],[-2.834899, 56.1843],[-2.835799, 56.1841],[-2.836699, 56.184],[-2.8397, 56.1838],[-2.841401, 56.184],[-2.842, 56.1845],[-2.842099, 56.1848],[-2.8419, 56.1852],[-2.842, 56.1857],[-2.842799, 56.1866],[-2.844399, 56.1876],[-2.84640, 56.1886],[-2.847699, 56.189],[-2.84900, 56.1892],[-2.8505, 56.1893],[-2.8539, 56.1889],[-2.8561, 56.1888],[-2.858299, 56.1883],[-2.858999, 56.1878],[-2.8599, 56.1875],[-2.860699, 56.1874],[-2.8634, 56.1872],[-2.86540, 56.1871],[-2.8662, 56.1871],[-2.866601, 56.1874],[-2.866601, 56.1878],[-2.866499, 56.1881],[-2.865299, 56.1887],[-2.8643, 56.1893],[-2.863501, 56.19],[-2.8634, 56.1903],[-2.863501, 56.1906],[-2.864, 56.1912],[-2.8641, 56.1918],[-2.8639, 56.1922],[-2.86330, 56.1926],[-2.863199, 56.1929],[-2.863501, 56.1933],[-2.8641, 56.1936],[-2.8656, 56.1941],[-2.866801, 56.1946],[-2.867899, 56.1951],[-2.868701, 56.1952],[-2.870399, 56.1946],[-2.872999, 56.1936],[-2.874599, 56.1934],[-2.8773, 56.193],[-2.878799, 56.1931],[-2.878999, 56.1934],[-2.878799, 56.1939],[-2.878099, 56.1946],[-2.8778, 56.1949],[-2.876801, 56.1951],[-2.8739, 56.1955],[-2.871601, 56.1964],[-2.87130, 56.1967],[-2.87150, 56.1973],[-2.8718, 56.1974],[-2.8724, 56.1972],[-2.8731, 56.1974],[-2.8771, 56.2006],[-2.8792, 56.2018],[-2.882, 56.2033],[-2.8863, 56.2053],[-2.891299, 56.2072],[-2.893701, 56.2077],[-2.8977, 56.2082],[-2.9005, 56.2086],[-2.9028, 56.2091],[-2.9065, 56.2102],[-2.9107, 56.2109],[-2.9154, 56.2118],[-2.918999, 56.2122],[-2.9217, 56.2122],[-2.92430, 56.2121],[-2.927001, 56.212],[-2.930099, 56.2121],[-2.9328, 56.2118],[-2.936201, 56.2116],[-2.940399, 56.2112],[-2.944, 56.2112],[-2.9477, 56.2111],[-2.953, 56.2107],[-2.9551, 56.2105],[-2.9587, 56.2095],[-2.962699, 56.2085],[-2.965899, 56.2075],[-2.9686, 56.2066],[-2.9723, 56.2048],[-2.9746, 56.2035],[-2.9793, 56.2015],[-2.981899, 56.2001],[-2.9855, 56.198],[-2.987499, 56.1965],[-2.98910, 56.1954],[-2.990299, 56.1946],[-2.99140, 56.194],[-2.992899, 56.1932],[-2.9942, 56.1929],[-2.995699, 56.1928],[-2.999799, 56.1927],[-2.9997, 56.1924],[-2.9989, 56.1923],[-2.996099, 56.1918],[-2.995399, 56.1914],[-2.994301, 56.1898],[-2.994501, 56.1886],[-2.994999, 56.1881],[-2.9955, 56.188],[-2.997, 56.1883],[-2.9976, 56.1885],[-2.9989, 56.1893],[-2.9997, 56.1892],[-3.0004, 56.1891],[-3.000799, 56.1889],[-3.001499, 56.1883],[-3.002399, 56.1875],[-3.0027, 56.1872],[-3.0027, 56.1868],[-3.0021, 56.1861],[-3.002399, 56.1858],[-3.002899, 56.1856],[-3.0035, 56.1853],[-3.004101, 56.1845],[-3.004699, 56.1836],[-3.005199, 56.1833],[-3.00530, 56.1835],[-3.004101, 56.186],[-3.004301, 56.1861],[-3.00810, 56.1828],[-3.009, 56.1822],[-3.0107, 56.1815],[-3.012001, 56.1806],[-3.013901, 56.1788],[-3.015399, 56.1764],[-3.0169, 56.1749],[-3.018501, 56.1737],[-3.019799, 56.1733],[-3.02220, 56.173],[-3.0229, 56.1728],[-3.02360, 56.1727],[-3.026099, 56.1716],[-3.027499, 56.1708],[-3.02970, 56.1695],[-3.0335, 56.1672],[-3.0351, 56.1668],[-3.036601, 56.1668],[-3.038399, 56.1673],[-3.0394, 56.1675],[-3.041001, 56.1676],[-3.0429, 56.1675],[-3.0439, 56.1673],[-3.044899, 56.1670],[-3.046299, 56.1664],[-3.048199, 56.1655],[-3.054199, 56.163],[-3.0576, 56.1611],[-3.060199, 56.1598],[-3.0627, 56.1581],[-3.064101, 56.1567],[-3.0653, 56.1558],[-3.0659, 56.1551],[-3.066499, 56.1537],[-3.0667, 56.1528],[-3.0673, 56.1523],[-3.0699, 56.1515],[-3.0715, 56.1505],[-3.07240, 56.1498],[-3.075599, 56.1472],[-3.078901, 56.1438],[-3.082299, 56.1407],[-3.0847, 56.1399],[-3.087699, 56.1396],[-3.0894, 56.1395],[-3.0905, 56.1402],[-3.0915, 56.1405],[-3.0927, 56.1406],[-3.094199, 56.1401],[-3.0961, 56.1394],[-3.09750, 56.1386],[-3.099999, 56.137],[-3.1013, 56.1358],[-3.102799, 56.1343],[-3.104, 56.1337],[-3.106699, 56.1324],[-3.1119, 56.1299],[-3.114, 56.129],[-3.115099, 56.1282],[-3.1178, 56.1261],[-3.1205, 56.1239],[-3.12190, 56.1225],[-3.122299, 56.1223],[-3.1229, 56.1228],[-3.123199, 56.1226],[-3.124501, 56.1218],[-3.126601, 56.1216],[-3.128999, 56.1206],[-3.13200, 56.1194],[-3.1331, 56.1192],[-3.134799, 56.119],[-3.1384, 56.1195],[-3.1401, 56.1194],[-3.1426, 56.1191],[-3.1454, 56.1182],[-3.147099, 56.1176],[-3.148999, 56.1167],[-3.150399, 56.1155],[-3.1521, 56.1136],[-3.153501, 56.1115],[-3.15640, 56.1059],[-3.15850, 56.1008],[-3.158999, 56.0985],[-3.158799, 56.0958],[-3.15870, 56.0920],[-3.158099, 56.0895],[-3.1579, 56.0865],[-3.158099, 56.0859],[-3.15870, 56.0846],[-3.1598, 56.0830],[-3.1605, 56.0817],[-3.161299, 56.0801],[-3.1623, 56.0788],[-3.1631, 56.0772],[-3.1643, 56.0746],[-3.166899, 56.0727],[-3.16880, 56.0713],[-3.172, 56.0693],[-3.172499, 56.0686],[-3.17260, 56.0681],[-3.172, 56.066],[-3.1719, 56.0648],[-3.1721, 56.0643],[-3.172699, 56.064],[-3.1756, 56.0633],[-3.1772, 56.0631],[-3.178999, 56.0632],[-3.180099, 56.063],[-3.180399, 56.0633],[-3.1805, 56.0639],[-3.181499, 56.0643],[-3.1838, 56.0646],[-3.1856, 56.0643],[-3.1866, 56.0639],[-3.1881, 56.0638],[-3.19320, 56.0642],[-3.199699, 56.0643],[-3.203799, 56.0647],[-3.2065, 56.0649],[-3.2104, 56.0646],[-3.213399, 56.0649],[-3.216401, 56.0648],[-3.2183, 56.0645],[-3.219301, 56.0642],[-3.221, 56.0635],[-3.222899, 56.0626],[-3.223599, 56.0621],[-3.223599, 56.0614],[-3.22350, 56.0607],[-3.223, 56.0603],[-3.2226, 56.0598],[-3.2225, 56.059],[-3.222399, 56.0586],[-3.221801, 56.0581],[-3.221699, 56.0577],[-3.22190, 56.0576],[-3.223701, 56.0575],[-3.2248, 56.0575],[-3.229, 56.0566],[-3.230099, 56.056],[-3.2327, 56.0552],[-3.234101, 56.055],[-3.2346, 56.0551],[-3.2348, 56.0554],[-3.2348, 56.0556],[-3.234101, 56.0559],[-3.231899, 56.0563],[-3.231699, 56.0564],[-3.231499, 56.0567],[-3.2313, 56.0572],[-3.2313, 56.0575],[-3.231601, 56.0576],[-3.234101, 56.057],[-3.2356, 56.0563],[-3.2363, 56.0561],[-3.2369, 56.0562],[-3.2374, 56.0566],[-3.237999, 56.0575],[-3.238501, 56.0581],[-3.2391, 56.0585],[-3.23970, 56.0586],[-3.24040, 56.0584],[-3.240499, 56.0581],[-3.240499, 56.0577],[-3.23970, 56.0572],[-3.239599, 56.0569],[-3.239799, 56.0567],[-3.240299, 56.0565],[-3.2407, 56.0565],[-3.241899, 56.0568],[-3.2434, 56.0574],[-3.244101, 56.0579],[-3.244699, 56.0582],[-3.2468, 56.0586],[-3.2474, 56.0588],[-3.24790, 56.0591],[-3.2483, 56.0601],[-3.2493, 56.0614],[-3.2502, 56.062],[-3.2525, 56.0615],[-3.257299, 56.0606],[-3.259, 56.0605],[-3.261001, 56.0605],[-3.265199, 56.0601],[-3.2671, 56.0596],[-3.27090, 56.0588],[-3.274199, 56.0581],[-3.280499, 56.057],[-3.28290, 56.0565],[-3.2834, 56.0562],[-3.2839, 56.0552],[-3.284199, 56.054],[-3.2837, 56.0528],[-3.282399, 56.0519],[-3.282399, 56.0516],[-3.286099, 56.0511],[-3.287899, 56.0516],[-3.2895, 56.0523],[-3.291699, 56.0535],[-3.292399, 56.0537],[-3.29320, 56.0537],[-3.293999, 56.053],[-3.2946, 56.053],[-3.295099, 56.0528],[-3.2959, 56.0518],[-3.29740, 56.0494],[-3.298399, 56.0484],[-3.298599, 56.0485],[-3.29930, 56.0487],[-3.3001, 56.0492],[-3.301201, 56.0492],[-3.302099, 56.0492],[-3.302999, 56.0487],[-3.3039, 56.0475],[-3.304301, 56.0465],[-3.304899, 56.0462],[-3.305399, 56.0461],[-3.307001, 56.0461],[-3.308399, 56.0458],[-3.309101, 56.0453],[-3.309799, 56.0445],[-3.3097, 56.0427],[-3.3095, 56.0420],[-3.309, 56.0416],[-3.307699, 56.0416],[-3.3067, 56.0413],[-3.306499, 56.0408],[-3.306601, 56.0402],[-3.3078, 56.0399],[-3.308399, 56.0401],[-3.3097, 56.0404],[-3.310699, 56.0403],[-3.31150, 56.0399],[-3.312999, 56.0385],[-3.3139, 56.0374],[-3.314699, 56.0372],[-3.316, 56.0370],[-3.3175, 56.0364],[-3.319101, 56.0358],[-3.3206, 56.0349],[-3.3213, 56.0348],[-3.32160, 56.0351],[-3.32160, 56.0356],[-3.32160, 56.0368],[-3.32160, 56.0381],[-3.322299, 56.0387],[-3.3262, 56.0399],[-3.330499, 56.0407],[-3.3334, 56.0406],[-3.336499, 56.0399],[-3.3411, 56.0391],[-3.344899, 56.0379],[-3.3457, 56.0372],[-3.3454, 56.0364],[-3.3424, 56.0360],[-3.341401, 56.0351],[-3.3411, 56.0346],[-3.340899, 56.0342],[-3.3413, 56.0336],[-3.3433, 56.0337],[-3.3452, 56.0332],[-3.346299, 56.0326],[-3.3476, 56.0315],[-3.350699, 56.0306],[-3.351001, 56.0301],[-3.351001, 56.0299],[-3.3506, 56.0295],[-3.349999, 56.0293],[-3.3496, 56.029],[-3.3499, 56.0285],[-3.3513, 56.0282],[-3.3529, 56.0282],[-3.3548, 56.0282],[-3.356499, 56.0275],[-3.357001, 56.0274],[-3.358, 56.0275],[-3.3585, 56.0278],[-3.3598, 56.0281],[-3.360899, 56.0278],[-3.361601, 56.0274],[-3.362099, 56.0273],[-3.36260, 56.0275],[-3.362999, 56.0282],[-3.364, 56.0285],[-3.365299, 56.0287],[-3.366601, 56.0285],[-3.3677, 56.0283],[-3.368, 56.0285],[-3.368099, 56.0288],[-3.367899, 56.0294],[-3.368299, 56.0298],[-3.36920, 56.0300],[-3.3705, 56.0298],[-3.371601, 56.0300],[-3.375299, 56.0305],[-3.376899, 56.0299],[-3.3784, 56.0291],[-3.38, 56.0276],[-3.384, 56.0266],[-3.388099, 56.0261],[-3.388999, 56.0259],[-3.389899, 56.0267],[-3.3901, 56.0276],[-3.390899, 56.0279],[-3.3922, 56.0284],[-3.3928, 56.0288],[-3.392999, 56.0293],[-3.393501, 56.0294],[-3.393901, 56.0292],[-3.394399, 56.0280],[-3.3956, 56.0273],[-3.3986, 56.0268],[-3.399199, 56.0266],[-3.4, 56.0259],[-3.4, 56.0251],[-3.4001, 56.0247],[-3.400399, 56.0241],[-3.399199, 56.024],[-3.397599, 56.0242],[-3.396699, 56.0244],[-3.39570, 56.0244],[-3.393901, 56.0238],[-3.3926, 56.0239],[-3.391601, 56.0241],[-3.390599, 56.0238],[-3.3885, 56.0239],[-3.388, 56.0241],[-3.38730, 56.0239],[-3.386699, 56.0223],[-3.38750, 56.0193],[-3.389501, 56.0173],[-3.389699, 56.0163],[-3.389199, 56.0156],[-3.38750, 56.0141],[-3.38730, 56.0129],[-3.3879, 56.0115],[-3.3886, 56.0109],[-3.38960, 56.0106],[-3.3901, 56.0102],[-3.3901, 56.0097],[-3.389699, 56.0096],[-3.3885, 56.0094],[-3.388, 56.0086],[-3.3879, 56.0078],[-3.388901, 56.0073],[-3.390199, 56.0072],[-3.391201, 56.0074],[-3.391601, 56.0079],[-3.3921, 56.0085],[-3.393901, 56.0089],[-3.394599, 56.0094],[-3.3952, 56.0102],[-3.396001, 56.0103],[-3.3975, 56.0102],[-3.3998, 56.0101],[-3.402299, 56.0104],[-3.4033, 56.0108],[-3.404799, 56.0127],[-3.40580, 56.0134],[-3.406699, 56.0142],[-3.40720, 56.0152],[-3.4082, 56.0163],[-3.4086, 56.0173],[-3.41170, 56.0175],[-3.415299, 56.0177],[-3.41800, 56.0188],[-3.4249, 56.0207],[-3.4289, 56.0212],[-3.435699, 56.0228],[-3.4366, 56.0233],[-3.4372, 56.0239],[-3.4386, 56.0247],[-3.439501, 56.0247],[-3.441, 56.024],[-3.441601, 56.0242],[-3.441499, 56.0253],[-3.441801, 56.0256],[-3.443, 56.0256],[-3.443701, 56.0252],[-3.4446, 56.0242],[-3.444799, 56.0237],[-3.443701, 56.0228],[-3.444, 56.0221],[-3.4456, 56.0216],[-3.4468, 56.0217],[-3.44810, 56.0227],[-3.44810, 56.0242],[-3.445899, 56.0273],[-3.446201, 56.0276],[-3.4467, 56.0276],[-3.447999, 56.0259],[-3.4487, 56.0258],[-3.449199, 56.0261],[-3.449399, 56.0264],[-3.4489, 56.0283],[-3.4489, 56.0288],[-3.4498, 56.029],[-3.4507, 56.0289],[-3.451601, 56.0283],[-3.4528, 56.0268],[-3.453799, 56.0251],[-3.45420, 56.0235],[-3.454101, 56.0226],[-3.453399, 56.0222],[-3.451601, 56.0218],[-3.451401, 56.0214],[-3.451699, 56.0212],[-3.452001, 56.0212],[-3.4532, 56.0212],[-3.4556, 56.0218],[-3.45630, 56.0226],[-3.45650, 56.0238],[-3.4554, 56.0261],[-3.453799, 56.0278],[-3.453799, 56.0284],[-3.454101, 56.0286],[-3.45440, 56.0287],[-3.455499, 56.0287],[-3.45670, 56.0287],[-3.457599, 56.0289],[-3.4587, 56.0294],[-3.46, 56.0304],[-3.4612, 56.0310],[-3.4623, 56.0315],[-3.4635, 56.0315],[-3.4677, 56.0310],[-3.470299, 56.0311],[-3.472001, 56.0317],[-3.473099, 56.0319],[-3.4745, 56.0322],[-3.476099, 56.0323],[-3.4768, 56.032],[-3.4774, 56.0318],[-3.477799, 56.0318],[-3.478199, 56.0321],[-3.47880, 56.0330],[-3.480099, 56.0338],[-3.4813, 56.0348],[-3.483299, 56.0353],[-3.48490, 56.0348],[-3.4865, 56.0352],[-3.490299, 56.0359],[-3.4925, 56.0360],[-3.4948, 56.0360],[-3.496201, 56.0360],[-3.49710, 56.0356],[-3.4974, 56.0351],[-3.4978, 56.0345],[-3.498399, 56.0343],[-3.4993, 56.0344],[-3.499799, 56.0346],[-3.5, 56.0349],[-3.5002, 56.0354],[-3.500799, 56.0357],[-3.501699, 56.0357],[-3.502599, 56.0355],[-3.503299, 56.0353],[-3.504101, 56.0353],[-3.505, 56.0358],[-3.5067, 56.0370],[-3.5104, 56.0404],[-3.514101, 56.0419],[-3.517699, 56.0426],[-3.5207, 56.0431],[-3.52340, 56.0431],[-3.525399, 56.0425],[-3.526601, 56.0414],[-3.527, 56.0408],[-3.527499, 56.0404],[-3.528199, 56.0401],[-3.5291, 56.0400],[-3.530499, 56.0404],[-3.531801, 56.0405],[-3.53390, 56.0406],[-3.537499, 56.0407],[-3.5406, 56.041],[-3.543999, 56.0417],[-3.545799, 56.0421],[-3.5488, 56.0433],[-3.5513, 56.0446],[-3.55390, 56.0455],[-3.554501, 56.0462],[-3.555799, 56.0484],[-3.5571, 56.0498],[-3.561201, 56.0523],[-3.566099, 56.055],[-3.567699, 56.0561],[-3.570199, 56.0574],[-3.57220, 56.0584],[-3.573299, 56.0589],[-3.57500, 56.0592],[-3.578099, 56.0591],[-3.584, 56.0596],[-3.5852, 56.0596],[-3.5878, 56.06],[-3.588701, 56.0599],[-3.589, 56.0592],[-3.588901, 56.0591],[-3.587001, 56.0573],[-3.5852, 56.0557],[-3.5847, 56.0544],[-3.5855, 56.0538],[-3.587399, 56.0539],[-3.589799, 56.0546],[-3.591401, 56.0545],[-3.592999, 56.0551],[-3.5936, 56.0558],[-3.5941, 56.057],[-3.594501, 56.0595],[-3.5955, 56.0598],[-3.596699, 56.0596],[-3.597199, 56.0585],[-3.598099, 56.0584],[-3.599, 56.0591],[-3.5995, 56.0594],[-3.601099, 56.0592],[-3.6018, 56.0589],[-3.6019, 56.0586],[-3.6018, 56.0575],[-3.601001, 56.0567],[-3.5982, 56.0549],[-3.596299, 56.0536],[-3.5959, 56.0529],[-3.5959, 56.0522],[-3.596, 56.0512],[-3.596299, 56.0505],[-3.598901, 56.0483],[-3.6003, 56.0473],[-3.602299, 56.0467],[-3.605599, 56.0464],[-3.6075, 56.0468],[-3.608799, 56.0480],[-3.609999, 56.0508],[-3.610699, 56.0524],[-3.6117, 56.0545],[-3.6131, 56.0553],[-3.6173, 56.0564],[-3.621201, 56.056],[-3.626801, 56.0556],[-3.630599, 56.0556],[-3.6349, 56.0553],[-3.6371, 56.0549],[-3.6415, 56.0542],[-3.6458, 56.0538],[-3.6479, 56.0535],[-3.652299, 56.0525],[-3.653399, 56.052],[-3.656699, 56.0504],[-3.6619, 56.0483],[-3.665499, 56.0474],[-3.670399, 56.0473],[-3.67680, 56.0478],[-3.6819, 56.0484],[-3.69090, 56.0509],[-3.7004, 56.0543],[-3.7032, 56.0554],[-3.7102, 56.0593],[-3.7142, 56.0618],[-3.717999, 56.0646],[-3.7204, 56.0663],[-3.72190, 56.0676],[-3.722699, 56.0693],[-3.7263, 56.0715],[-3.731499, 56.0744],[-3.7284, 56.0802],[-3.725699, 56.0876],[-3.727299, 56.1013],[-3.72770, 56.1052],[-3.67890, 56.1027],[-3.6702, 56.1038],[-3.66230, 56.1073],[-3.62990, 56.111],[-3.6287, 56.1117],[-3.628901, 56.1122],[-3.64210, 56.1162],[-3.6575, 56.1202],[-3.659301, 56.1216],[-3.659899, 56.1232],[-3.659301, 56.1248],[-3.6584, 56.1253],[-3.6508, 56.1252],[-3.648901, 56.1265],[-3.6475, 56.1281],[-3.646899, 56.1286],[-3.6454, 56.1292],[-3.643199, 56.1295],[-3.6366, 56.1297],[-3.635, 56.1301],[-3.634501, 56.1303],[-3.63410, 56.1309],[-3.632699, 56.1333],[-3.6242, 56.1325],[-3.619699, 56.133],[-3.6143, 56.1339],[-3.600199, 56.1358],[-3.57830, 56.14],[-3.576601, 56.1406],[-3.576, 56.1414],[-3.576401, 56.1424],[-3.581899, 56.1452],[-3.582, 56.1465],[-3.5803, 56.1513],[-3.579101, 56.1526],[-3.5738, 56.1561],[-3.566401, 56.1587],[-3.5453, 56.1588],[-3.5432, 56.1584],[-3.5423, 56.1576],[-3.53650, 56.1490],[-3.53580, 56.1477],[-3.535, 56.1474],[-3.5244, 56.1493],[-3.51120, 56.1483],[-3.507499, 56.1485],[-3.499501, 56.1503],[-3.4892, 56.1502],[-3.481899, 56.1491],[-3.477499, 56.1479],[-3.468501, 56.1493],[-3.4677, 56.1493],[-3.467, 56.1491],[-3.46450, 56.1484],[-3.4623, 56.1473],[-3.457799, 56.1470],[-3.4475, 56.1479],[-3.4421, 56.1481],[-3.4351, 56.1461],[-3.4338, 56.1457],[-3.427001, 56.1421],[-3.397001, 56.1431],[-3.377199, 56.1451],[-3.3705, 56.1462],[-3.3684, 56.1469],[-3.367899, 56.1473],[-3.3673, 56.1478],[-3.366801, 56.1485],[-3.3662, 56.1518],[-3.36520, 56.1549],[-3.3649, 56.1566],[-3.36640, 56.1588],[-3.3696, 56.1634],[-3.368999, 56.1650],[-3.3659, 56.1668],[-3.352799, 56.1718],[-3.348099, 56.1726],[-3.3433, 56.1733],[-3.3304, 56.1748],[-3.3182, 56.1705],[-3.3093, 56.1678],[-3.308501, 56.1678],[-3.3074, 56.1677],[-3.305099, 56.1683],[-3.3022, 56.1696],[-3.298901, 56.1699],[-3.27720, 56.1696],[-3.264899, 56.1701],[-3.2644, 56.1707],[-3.2644, 56.1713],[-3.264699, 56.172],[-3.270499, 56.1726],[-3.2715, 56.1736],[-3.2735, 56.1755],[-3.274899, 56.1759],[-3.2776, 56.1759],[-3.284301, 56.1767],[-3.286601, 56.1773],[-3.2899, 56.1784],[-3.3032, 56.1812],[-3.307001, 56.1831],[-3.3078, 56.1848],[-3.307899, 56.1861],[-3.306801, 56.1875],[-3.2801, 56.1924],[-3.2593, 56.1974],[-3.2614, 56.1991],[-3.263999, 56.2008],[-3.27110, 56.2059],[-3.271801, 56.2085],[-3.2727, 56.2140],[-3.272001, 56.2148],[-3.268501, 56.2163],[-3.265899, 56.2177],[-3.264101, 56.2192],[-3.263901, 56.2198],[-3.264301, 56.2205],[-3.2702, 56.2229],[-3.276401, 56.2245],[-3.286601, 56.2259],[-3.288701, 56.2269],[-3.28940, 56.2280],[-3.2893, 56.2297],[-3.2876, 56.2310],[-3.284199, 56.2327],[-3.2806, 56.2343],[-3.280299, 56.2353],[-3.28120, 56.236],[-3.2827, 56.236],[-3.2994, 56.2371],[-3.308599, 56.2396],[-3.312001, 56.2402],[-3.3148, 56.2398],[-3.31990, 56.2386],[-3.326299, 56.2381],[-3.337399, 56.2386],[-3.3633, 56.2415],[-3.3642, 56.242],[-3.364, 56.2427],[-3.354599, 56.2531],[-3.3526, 56.2568],[-3.3522, 56.2582],[-3.353199, 56.2592],[-3.372699, 56.2636],[-3.3739, 56.2645],[-3.374599, 56.2691],[-3.374799, 56.2726],[-3.370899, 56.2741],[-3.367399, 56.2762],[-3.36640, 56.2762],[-3.364399, 56.2756],[-3.3585, 56.2772],[-3.3536, 56.2792],[-3.3517, 56.2807],[-3.3499, 56.2864],[-3.3494, 56.2877],[-3.347001, 56.2882],[-3.340699, 56.2879],[-3.337399, 56.2881],[-3.335099, 56.2890],[-3.332999, 56.2892],[-3.330499, 56.2884],[-3.3236, 56.2848],[-3.32180, 56.2845],[-3.3193, 56.2845],[-3.3159, 56.2855],[-3.312599, 56.2869],[-3.3093, 56.2875],[-3.305099, 56.288],[-3.3022, 56.2884],[-3.299999, 56.2889],[-3.297499, 56.2902],[-3.295, 56.2913],[-3.292799, 56.2925],[-3.291899, 56.2933],[-3.292799, 56.2949],[-3.294699, 56.2974],[-3.294699, 56.2983],[-3.292799, 56.3011],[-3.2929, 56.3029],[-3.293299, 56.3038],[-3.2969, 56.3082],[-3.297199, 56.31],[-3.296601, 56.3108],[-3.28940, 56.313],[-3.286299, 56.3136],[-3.280499, 56.3142],[-3.27090, 56.3138],[-3.2609, 56.3125],[-3.251899, 56.3102],[-3.249399, 56.3105],[-3.251801, 56.3142],[-3.255399, 56.3197],[-3.2574, 56.3217],[-3.2616, 56.3231],[-3.263299, 56.3240],[-3.264101, 56.3246],[-3.264199, 56.3257],[-3.265199, 56.3304],[-3.2658, 56.3346],[-3.2658, 56.3366],[-3.265599, 56.3390],[-3.26480, 56.3405],[-3.263099, 56.3410],[-3.256201, 56.3410],[-3.254699, 56.3413],[-3.254699, 56.3420],[-3.2551, 56.3429],[-3.2553, 56.3439],[-3.253599, 56.3459],[-3.2534, 56.3469],[-3.2623, 56.3492],[-3.271899, 56.3493],[-3.2736, 56.3505],[-3.273999, 56.3508],[-3.2737, 56.3522],[-3.2725, 56.3549],[-3.27070, 56.3561],[-3.26500, 56.3587],[-3.258501, 56.3612],[-3.2471, 56.3632],[-3.2191, 56.3666],[-3.2087, 56.368],[-3.2, 56.3695],[-3.194999, 56.3711],[-3.163501, 56.3823],[-3.131299, 56.4011],[-3.036801, 56.4236],[-3.00760, 56.4361],[-2.9767, 56.4429],[-2.9486, 56.4520],[-2.917599, 56.4593],[-2.8882, 56.4579],[-2.875, 56.4568],[-2.876601, 56.4511],[-2.875799, 56.4502],[-2.8749, 56.4492],[-2.872999, 56.4474],[-2.871601, 56.4469],[-2.87060, 56.4467],[-2.86710, 56.4455],[-2.865799, 56.4448],[-2.864599, 56.4435],[-2.8629, 56.441],[-2.862499, 56.4403],[-2.8622, 56.44],[-2.8571, 56.4395]]],[[[-2.5595, 56.1914],[-2.558901, 56.191],[-2.557699, 56.1906],[-2.5574, 56.1902],[-2.558599, 56.1897],[-2.558701, 56.1895],[-2.5578, 56.189],[-2.5539, 56.1878],[-2.550499, 56.1865],[-2.54950, 56.186],[-2.548501, 56.1852],[-2.5478, 56.1848],[-2.547499, 56.1842],[-2.5474, 56.1836],[-2.546601, 56.1831],[-2.545099, 56.1826],[-2.543999, 56.1822],[-2.5435, 56.1815],[-2.5414, 56.1814],[-2.5415, 56.1812],[-2.543299, 56.1809],[-2.545099, 56.1808],[-2.5469, 56.1807],[-2.548, 56.1812],[-2.5494, 56.1816],[-2.5517, 56.1821],[-2.5532, 56.1827],[-2.5555, 56.1839],[-2.55690, 56.1854],[-2.5588, 56.1858],[-2.5596, 56.1866],[-2.559799, 56.1875],[-2.559999, 56.1888],[-2.5606, 56.1896],[-2.5615, 56.1903],[-2.5635, 56.1911],[-2.5635, 56.1914],[-2.5629, 56.1917],[-2.5614, 56.1914],[-2.5606, 56.1919],[-2.5601, 56.1919],[-2.5595, 56.1914]]],[[[-3.131299, 56.0327],[-3.1307, 56.0315],[-3.13030, 56.0308],[-3.129101, 56.0292],[-3.128999, 56.0285],[-3.129699, 56.0282],[-3.131299, 56.0285],[-3.1333, 56.0301],[-3.134799, 56.0322],[-3.1356, 56.0325],[-3.137199, 56.0325],[-3.1398, 56.0347],[-3.1396, 56.0351],[-3.138901, 56.0354],[-3.1378, 56.0357],[-3.137199, 56.0360],[-3.1366, 56.0368],[-3.1361, 56.0370],[-3.135, 56.0363],[-3.133701, 56.0351],[-3.1328, 56.0343],[-3.1317, 56.0333],[-3.131299, 56.0327]]],[[[-3.296099, 56.0302],[-3.296201, 56.0297],[-3.296499, 56.0296],[-3.2973, 56.0297],[-3.298901, 56.0300],[-3.2997, 56.0301],[-3.3004, 56.0301],[-3.3011, 56.0300],[-3.3013, 56.0294],[-3.3017, 56.0284],[-3.3027, 56.0280],[-3.303999, 56.0278],[-3.3055, 56.0279],[-3.306499, 56.0283],[-3.306601, 56.0287],[-3.305799, 56.0292],[-3.3039, 56.0299],[-3.3027, 56.0311],[-3.302099, 56.0314],[-3.301201, 56.0315],[-3.3006, 56.0315],[-3.2967, 56.0308],[-3.296299, 56.0305],[-3.296099, 56.0302]]],[[[-3.2098, 56.0565],[-3.2107, 56.0564],[-3.211601, 56.0568],[-3.211801, 56.0573],[-3.211499, 56.0576],[-3.2104, 56.0575],[-3.20970, 56.0571],[-3.2098, 56.0565]]]]}, properties:{name:"Fife"}}, {type:"Feature", geometry:{type:"MultiPolygon", coordinates:[[[[-4.178999, 55.8225],[-4.181001, 55.8232],[-4.187699, 55.8263],[-4.189, 55.8268],[-4.189101, 55.827],[-4.1803, 55.8287],[-4.1844, 55.835],[-4.1889, 55.8349],[-4.189301, 55.8349],[-4.189899, 55.8349],[-4.190599, 55.8349],[-4.1911, 55.8348],[-4.192299, 55.8338],[-4.193299, 55.833],[-4.193501, 55.8327],[-4.1937, 55.8324],[-4.193901, 55.8321],[-4.1941, 55.8319],[-4.194799, 55.8314],[-4.197999, 55.8312],[-4.2003, 55.8329],[-4.2006, 55.8347],[-4.198999, 55.8386],[-4.199399, 55.84],[-4.200399, 55.8411],[-4.2012, 55.8417],[-4.2034, 55.8431],[-4.2044, 55.8436],[-4.206, 55.8438],[-4.2064, 55.8437],[-4.207799, 55.8432],[-4.208099, 55.8425],[-4.207699, 55.8421],[-4.2069, 55.8411],[-4.206699, 55.8408],[-4.2058, 55.8393],[-4.205699, 55.8387],[-4.206299, 55.838],[-4.2065, 55.8378],[-4.206699, 55.8376],[-4.2075, 55.837],[-4.208099, 55.8368],[-4.216001, 55.8344],[-4.220099, 55.8326],[-4.224501, 55.8318],[-4.2264, 55.8345],[-4.226699, 55.8384],[-4.2294, 55.8392],[-4.2316, 55.8388],[-4.232999, 55.8385],[-4.234, 55.837],[-4.2342, 55.8348],[-4.235899, 55.8336],[-4.235799, 55.8325],[-4.234, 55.8311],[-4.231699, 55.8229],[-4.2319, 55.8228],[-4.235899, 55.8224],[-4.2353, 55.8177],[-4.2295, 55.8172],[-4.228099, 55.8114],[-4.226201, 55.8119],[-4.218999, 55.8139],[-4.217, 55.8128],[-4.2149, 55.8047],[-4.2137, 55.7998],[-4.2068, 55.7991],[-4.2265, 55.7909],[-4.2294, 55.7878],[-4.2325, 55.7848],[-4.228199, 55.7826],[-4.230599, 55.7792],[-4.2382, 55.7810],[-4.241099, 55.7812],[-4.242099, 55.7841],[-4.248, 55.7859],[-4.252, 55.7843],[-4.2542, 55.7851],[-4.2602, 55.7860],[-4.2676, 55.7852],[-4.2697, 55.7888],[-4.2705, 55.7900],[-4.2705, 55.7919],[-4.2685, 55.7920],[-4.264999, 55.7921],[-4.2648, 55.7930],[-4.2637, 55.7983],[-4.27, 55.7994],[-4.2686, 55.8018],[-4.2679, 55.803],[-4.2684, 55.8029],[-4.272799, 55.8021],[-4.2704, 55.8043],[-4.269, 55.8053],[-4.2664, 55.8066],[-4.2642, 55.8068],[-4.263299, 55.8095],[-4.266001, 55.8093],[-4.268, 55.8096],[-4.2707, 55.8101],[-4.2726, 55.8081],[-4.2796, 55.8082],[-4.285299, 55.8104],[-4.2939, 55.8115],[-4.296299, 55.8131],[-4.300499, 55.8078],[-4.303199, 55.8092],[-4.3077, 55.8096],[-4.3101, 55.8086],[-4.3144, 55.8108],[-4.3182, 55.8083],[-4.3273, 55.8079],[-4.3284, 55.8073],[-4.3259, 55.8054],[-4.323901, 55.8034],[-4.3238, 55.8014],[-4.3238, 55.8005],[-4.3252, 55.7997],[-4.327199, 55.7986],[-4.3382, 55.7921],[-4.343501, 55.7943],[-4.347001, 55.7949],[-4.370399, 55.7968],[-4.372499, 55.7984],[-4.3729, 55.8010],[-4.3726, 55.8033],[-4.3722, 55.8041],[-4.3722, 55.8044],[-4.375899, 55.8087],[-4.376201, 55.8091],[-4.376299, 55.8103],[-4.3764, 55.8105],[-4.377699, 55.8111],[-4.378099, 55.8114],[-4.377999, 55.8118],[-4.374899, 55.8164],[-4.371099, 55.8168],[-4.371099, 55.8183],[-4.376299, 55.8194],[-4.383399, 55.8235],[-4.376299, 55.8277],[-4.3782, 55.8292],[-4.3761, 55.8376],[-4.3748, 55.8388],[-4.3719, 55.8399],[-4.373799, 55.8413],[-4.3736, 55.8415],[-4.3694, 55.846],[-4.370699, 55.8471],[-4.373099, 55.8466],[-4.3758, 55.849],[-4.3761, 55.8512],[-4.377999, 55.8516],[-4.3817, 55.8507],[-4.3832, 55.8562],[-4.379799, 55.8560],[-4.3674, 55.855],[-4.367199, 55.8553],[-4.364301, 55.8611],[-4.361401, 55.8624],[-4.360799, 55.8627],[-4.362999, 55.864],[-4.364501, 55.8645],[-4.370299, 55.8663],[-4.3736, 55.8684],[-4.372799, 55.8685],[-4.371201, 55.8686],[-4.367599, 55.8773],[-4.369501, 55.8782],[-4.368199, 55.8805],[-4.36780, 55.8812],[-4.377399, 55.8855],[-4.386001, 55.8886],[-4.3919, 55.8895],[-4.391099, 55.8904],[-4.390399, 55.8914],[-4.389599, 55.8939],[-4.3828, 55.8983],[-4.3812, 55.8992],[-4.379399, 55.8999],[-4.393701, 55.9097],[-4.389501, 55.9140],[-4.3856, 55.9179],[-4.3857, 55.9201],[-4.3831, 55.9201],[-4.3754, 55.9207],[-4.3735, 55.9206],[-4.370299, 55.9205],[-4.3652, 55.9207],[-4.3606, 55.9201],[-4.354199, 55.9170],[-4.3518, 55.9163],[-4.3498, 55.9159],[-4.3509, 55.9153],[-4.351699, 55.9145],[-4.349999, 55.9125],[-4.351699, 55.9093],[-4.3527, 55.9062],[-4.349599, 55.9044],[-4.3412, 55.9022],[-4.334599, 55.8986],[-4.3268, 55.9003],[-4.318799, 55.902],[-4.311299, 55.9046],[-4.308199, 55.9035],[-4.304101, 55.9036],[-4.303901, 55.9067],[-4.299301, 55.9073],[-4.2974, 55.9090],[-4.294199, 55.9093],[-4.294199, 55.9121],[-4.301099, 55.9150],[-4.300099, 55.9182],[-4.3012, 55.9292],[-4.287399, 55.927],[-4.2795, 55.9287],[-4.272699, 55.9273],[-4.274199, 55.9236],[-4.274199, 55.9212],[-4.266099, 55.9173],[-4.2651, 55.9136],[-4.2627, 55.9142],[-4.258901, 55.9116],[-4.26060, 55.9091],[-4.2603, 55.9081],[-4.2578, 55.9084],[-4.253399, 55.9052],[-4.243999, 55.9041],[-4.2424, 55.9043],[-4.241899, 55.9007],[-4.2439, 55.9004],[-4.242099, 55.8981],[-4.243, 55.8963],[-4.2326, 55.8952],[-4.219399, 55.8975],[-4.2108, 55.8968],[-4.205699, 55.8969],[-4.1971, 55.8983],[-4.182799, 55.9009],[-4.1781, 55.8958],[-4.1704, 55.8959],[-4.1659, 55.8966],[-4.1675, 55.8944],[-4.166, 55.8882],[-4.168701, 55.8887],[-4.1675, 55.8868],[-4.175, 55.8853],[-4.168, 55.8826],[-4.1634, 55.885],[-4.1606, 55.8836],[-4.1571, 55.8842],[-4.1552, 55.8862],[-4.152599, 55.8834],[-4.1455, 55.8823],[-4.1356, 55.8822],[-4.132299, 55.8818],[-4.134799, 55.8865],[-4.1307, 55.8872],[-4.1192, 55.8851],[-4.110099, 55.886],[-4.109399, 55.8842],[-4.0977, 55.8844],[-4.0959, 55.8821],[-4.0927, 55.8806],[-4.0865, 55.884],[-4.084301, 55.8836],[-4.083799, 55.8826],[-4.083, 55.8818],[-4.0826, 55.8658],[-4.0814, 55.8633],[-4.077899, 55.8613],[-4.0755, 55.8609],[-4.084899, 55.8583],[-4.0892, 55.8579],[-4.0916, 55.8529],[-4.0879, 55.8507],[-4.087, 55.8483],[-4.0815, 55.8463],[-4.078501, 55.8438],[-4.0822, 55.8443],[-4.0858, 55.843],[-4.0875, 55.8442],[-4.0963, 55.8424],[-4.0976, 55.8427],[-4.106, 55.8420],[-4.109, 55.8397],[-4.106801, 55.8379],[-4.110099, 55.8364],[-4.109799, 55.835],[-4.114999, 55.8292],[-4.116001, 55.8278],[-4.116099, 55.8254],[-4.1337, 55.8305],[-4.136499, 55.8302],[-4.141699, 55.8283],[-4.166201, 55.8237],[-4.169199, 55.8235],[-4.169899, 55.8234],[-4.1711, 55.8232],[-4.1725, 55.8231],[-4.1746, 55.823],[-4.178999, 55.8225]]]]}, properties:{name:"Glasgow"}}, {type:"Feature", geometry:{type:"MultiPolygon", coordinates:[[[[-3.34480, 58.648],[-3.3433, 58.647],[-3.340699, 58.647],[-3.3403, 58.6468],[-3.3395, 58.6464],[-3.3371, 58.6478],[-3.3355, 58.6479],[-3.332799, 58.6475],[-3.3316, 58.6474],[-3.3304, 58.6476],[-3.3296, 58.6481],[-3.3292, 58.6482],[-3.328901, 58.648],[-3.328701, 58.6476],[-3.3276, 58.6471],[-3.3252, 58.6471],[-3.3232, 58.6471],[-3.322099, 58.6481],[-3.320899, 58.6486],[-3.3196, 58.6485],[-3.3192, 58.6481],[-3.318701, 58.6469],[-3.319, 58.6459],[-3.318701, 58.6458],[-3.318, 58.6462],[-3.3167, 58.6468],[-3.31570, 58.647],[-3.31380, 58.6467],[-3.3114, 58.6462],[-3.309, 58.6455],[-3.3081, 58.6446],[-3.3081, 58.6443],[-3.3092, 58.6437],[-3.3093, 58.6431],[-3.308901, 58.643],[-3.308199, 58.643],[-3.3067, 58.6438],[-3.305, 58.6442],[-3.304399, 58.6442],[-3.303999, 58.6445],[-3.3029, 58.6448],[-3.302001, 58.6448],[-3.30140, 58.645],[-3.29930, 58.645],[-3.294301, 58.6456],[-3.290699, 58.6458],[-3.2891, 58.6462],[-3.2883, 58.647],[-3.288, 58.648],[-3.28730, 58.6481],[-3.286, 58.6478],[-3.2848, 58.6474],[-3.2837, 58.6474],[-3.2822, 58.6477],[-3.2813, 58.6485],[-3.2809, 58.6496],[-3.2799, 58.6504],[-3.277699, 58.651],[-3.2753, 58.6512],[-3.2744, 58.6515],[-3.274101, 58.6518],[-3.274699, 58.6522],[-3.274699, 58.6526],[-3.2744, 58.6531],[-3.273099, 58.6532],[-3.2697, 58.6528],[-3.268701, 58.6535],[-3.267999, 58.6538],[-3.26690, 58.6538],[-3.266001, 58.6536],[-3.26500, 58.6532],[-3.2644, 58.6529],[-3.2637, 58.6526],[-3.263099, 58.6525],[-3.2623, 58.6525],[-3.261699, 58.6525],[-3.2611, 58.6521],[-3.260299, 58.6518],[-3.259501, 58.6518],[-3.257499, 58.652],[-3.255599, 58.6524],[-3.2542, 58.6528],[-3.253599, 58.6528],[-3.252899, 58.6528],[-3.252001, 58.6531],[-3.2509, 58.6535],[-3.249799, 58.654],[-3.247999, 58.6542],[-3.246201, 58.6541],[-3.242001, 58.6532],[-3.24040, 58.6528],[-3.239, 58.6524],[-3.2377, 58.6515],[-3.237299, 58.6507],[-3.2367, 58.6503],[-3.2363, 58.6495],[-3.2355, 58.6492],[-3.2344, 58.6491],[-3.2332, 58.6492],[-3.231699, 58.6502],[-3.230799, 58.6505],[-3.229599, 58.6506],[-3.2281, 58.6504],[-3.227, 58.6501],[-3.2248, 58.6497],[-3.2228, 58.6498],[-3.221801, 58.6503],[-3.2188, 58.6522],[-3.218199, 58.6529],[-3.218199, 58.6541],[-3.21790, 58.6550],[-3.217299, 58.6554],[-3.216201, 58.6554],[-3.213701, 58.6548],[-3.2119, 58.6548],[-3.2067, 58.6552],[-3.198999, 58.6552],[-3.194101, 58.6557],[-3.191499, 58.6562],[-3.19, 58.6572],[-3.188999, 58.6592],[-3.188299, 58.6597],[-3.187299, 58.6599],[-3.1867, 58.6596],[-3.186001, 58.6575],[-3.1854, 58.6571],[-3.184101, 58.657],[-3.18310, 58.657],[-3.1805, 58.6552],[-3.1777, 58.6528],[-3.17680, 58.6508],[-3.1765, 58.6502],[-3.175699, 58.6500],[-3.1751, 58.6503],[-3.1745, 58.6516],[-3.173901, 58.6522],[-3.173399, 58.6521],[-3.172199, 58.6514],[-3.170599, 58.6504],[-3.1696, 58.6493],[-3.1679, 58.6444],[-3.1666, 58.6422],[-3.165499, 58.6407],[-3.1609, 58.638],[-3.15870, 58.6375],[-3.154599, 58.6367],[-3.15220, 58.6368],[-3.15030, 58.6372],[-3.1473, 58.6378],[-3.1445, 58.6382],[-3.140899, 58.6384],[-3.132999, 58.6394],[-3.130599, 58.6399],[-3.1287, 58.6412],[-3.126899, 58.6422],[-3.1256, 58.6425],[-3.12380, 58.6424],[-3.121601, 58.6418],[-3.1185, 58.6416],[-3.1138, 58.6419],[-3.1084, 58.6428],[-3.10570, 58.6437],[-3.104501, 58.6444],[-3.102799, 58.6456],[-3.1005, 58.6463],[-3.0971, 58.6465],[-3.0948, 58.6465],[-3.091001, 58.6459],[-3.087001, 58.6454],[-3.0817, 58.645],[-3.077199, 58.6445],[-3.075099, 58.6443],[-3.0734, 58.6441],[-3.067001, 58.6438],[-3.064501, 58.6439],[-3.0613, 58.6441],[-3.0574, 58.6445],[-3.0552, 58.6448],[-3.0525, 58.6457],[-3.05220, 58.647],[-3.0518, 58.6476],[-3.05080, 58.6475],[-3.0483, 58.6471],[-3.046299, 58.647],[-3.044101, 58.6464],[-3.041699, 58.6452],[-3.0404, 58.6442],[-3.0394, 58.6441],[-3.0376, 58.644],[-3.0357, 58.6446],[-3.0332, 58.6462],[-3.031801, 58.6464],[-3.030699, 58.6461],[-3.029599, 58.6451],[-3.0288, 58.6448],[-3.0274, 58.6447],[-3.0265, 58.6442],[-3.0253, 58.6435],[-3.0234, 58.643],[-3.0227, 58.6428],[-3.022399, 58.6425],[-3.023, 58.6416],[-3.023799, 58.6411],[-3.023901, 58.6408],[-3.023799, 58.6406],[-3.022799, 58.6403],[-3.023099, 58.6398],[-3.0237, 58.6392],[-3.025199, 58.6384],[-3.027299, 58.6384],[-3.029999, 58.6379],[-3.0309, 58.6371],[-3.0316, 58.6359],[-3.0329, 58.6351],[-3.0335, 58.6341],[-3.034699, 58.6335],[-3.03580, 58.6322],[-3.0359, 58.6308],[-3.03670, 58.6298],[-3.03670, 58.6292],[-3.036801, 58.6281],[-3.03650, 58.6261],[-3.037, 58.6247],[-3.0371, 58.6241],[-3.036601, 58.6225],[-3.037, 58.6214],[-3.0371, 58.6204],[-3.036201, 58.6188],[-3.036201, 58.6176],[-3.037199, 58.616],[-3.0388, 58.6143],[-3.038701, 58.6134],[-3.038, 58.6125],[-3.036099, 58.6118],[-3.035599, 58.6114],[-3.036801, 58.6111],[-3.0378, 58.6109],[-3.037899, 58.6108],[-3.0376, 58.6106],[-3.03580, 58.6105],[-3.03460, 58.6102],[-3.034199, 58.6097],[-3.034301, 58.6091],[-3.0353, 58.6077],[-3.0359, 58.6064],[-3.037199, 58.6053],[-3.0391, 58.6042],[-3.0401, 58.6040],[-3.040499, 58.6031],[-3.04020, 58.6021],[-3.0404, 58.602],[-3.0422, 58.6014],[-3.0425, 58.6011],[-3.0423, 58.6009],[-3.040499, 58.6011],[-3.0404, 58.6009],[-3.041699, 58.6002],[-3.0418, 58.5998],[-3.041001, 58.5991],[-3.0404, 58.5986],[-3.0406, 58.5982],[-3.0418, 58.5977],[-3.0423, 58.5973],[-3.0425, 58.5968],[-3.043299, 58.5965],[-3.0446, 58.5963],[-3.0474, 58.5959],[-3.05060, 58.5959],[-3.0517, 58.5958],[-3.052599, 58.5954],[-3.0536, 58.5953],[-3.055099, 58.5955],[-3.0574, 58.5947],[-3.0595, 58.5943],[-3.0615, 58.5942],[-3.064699, 58.5936],[-3.0667, 58.5934],[-3.0678, 58.5932],[-3.0697, 58.5926],[-3.0704, 58.5922],[-3.070899, 58.5913],[-3.070699, 58.5904],[-3.0695, 58.5891],[-3.0692, 58.5885],[-3.0694, 58.5877],[-3.066299, 58.5849],[-3.0652, 58.5841],[-3.064301, 58.5839],[-3.0635, 58.5838],[-3.0627, 58.5832],[-3.062001, 58.5828],[-3.0606, 58.5825],[-3.06040, 58.5822],[-3.0608, 58.5819],[-3.0606, 58.5816],[-3.058501, 58.581],[-3.05830, 58.5806],[-3.058599, 58.5803],[-3.0599, 58.58],[-3.06110, 58.579],[-3.0615, 58.5784],[-3.0615, 58.5775],[-3.061899, 58.5768],[-3.062099, 58.5765],[-3.0617, 58.5755],[-3.0618, 58.5752],[-3.062999, 58.5754],[-3.0639, 58.5752],[-3.063999, 58.5737],[-3.0646, 58.5725],[-3.0662, 58.5715],[-3.066299, 58.5708],[-3.066099, 58.5699],[-3.0662, 58.569],[-3.067001, 58.5681],[-3.0669, 58.5674],[-3.065799, 58.567],[-3.0655, 58.5666],[-3.065799, 58.5659],[-3.066801, 58.5647],[-3.0675, 58.564],[-3.0682, 58.5633],[-3.0696, 58.5625],[-3.072599, 58.5613],[-3.0746, 58.5598],[-3.075599, 58.559],[-3.076401, 58.5576],[-3.0782, 58.5569],[-3.0804, 58.5558],[-3.081401, 58.5547],[-3.08110, 58.5540],[-3.082, 58.5533],[-3.082299, 58.5527],[-3.0818, 58.5522],[-3.0818, 58.5514],[-3.08340, 58.5496],[-3.086, 58.5485],[-3.087001, 58.5481],[-3.087199, 58.5478],[-3.0871, 58.5472],[-3.0861, 58.5467],[-3.086299, 58.5464],[-3.089301, 58.5453],[-3.092299, 58.5441],[-3.094599, 58.5430],[-3.097199, 58.5416],[-3.1041, 58.5377],[-3.1048, 58.5371],[-3.1061, 58.5356],[-3.10780, 58.5337],[-3.108799, 58.5330],[-3.111601, 58.5317],[-3.1127, 58.5314],[-3.1142, 58.5311],[-3.116801, 58.5312],[-3.118, 58.5311],[-3.1206, 58.53],[-3.1231, 58.5284],[-3.12420, 58.5274],[-3.1262, 58.5244],[-3.126601, 58.5231],[-3.128099, 58.5215],[-3.129301, 58.5191],[-3.13010, 58.514],[-3.1308, 58.5097],[-3.131099, 58.5053],[-3.1318, 58.5025],[-3.132299, 58.5009],[-3.1318, 58.5006],[-3.131001, 58.4994],[-3.128299, 58.4933],[-3.126699, 58.4897],[-3.1254, 58.4872],[-3.1239, 58.4849],[-3.12210, 58.4829],[-3.121001, 58.4815],[-3.1194, 58.4803],[-3.117399, 58.4791],[-3.115299, 58.4782],[-3.11200, 58.477],[-3.108799, 58.4762],[-3.1054, 58.4752],[-3.102999, 58.4744],[-3.100899, 58.4741],[-3.096, 58.4742],[-3.0922, 58.4748],[-3.088599, 58.4747],[-3.0859, 58.4745],[-3.083501, 58.4747],[-3.081899, 58.4751],[-3.0778, 58.4750],[-3.075099, 58.4754],[-3.0696, 58.4774],[-3.0652, 58.4785],[-3.06040, 58.4787],[-3.058199, 58.4788],[-3.0557, 58.4792],[-3.0538, 58.4797],[-3.052799, 58.4795],[-3.0499, 58.4794],[-3.048199, 58.4793],[-3.047, 58.4784],[-3.046601, 58.4773],[-3.047199, 58.4763],[-3.047199, 58.4753],[-3.047, 58.4749],[-3.046401, 58.4738],[-3.046499, 58.4725],[-3.047, 58.4720],[-3.0476, 58.4720],[-3.048199, 58.4717],[-3.048399, 58.4715],[-3.048501, 58.4707],[-3.048199, 58.4692],[-3.048199, 58.4687],[-3.0488, 58.4683],[-3.0497, 58.4676],[-3.0499, 58.4666],[-3.0499, 58.4648],[-3.050499, 58.4643],[-3.052599, 58.4638],[-3.05290, 58.4633],[-3.0534, 58.4618],[-3.054199, 58.4609],[-3.054199, 58.4598],[-3.0525, 58.4582],[-3.05220, 58.4574],[-3.052299, 58.4565],[-3.0513, 58.4557],[-3.049101, 58.4539],[-3.048599, 58.453],[-3.048501, 58.4527],[-3.048399, 58.4521],[-3.048501, 58.4509],[-3.0488, 58.4502],[-3.0518, 58.4491],[-3.052001, 58.4487],[-3.051001, 58.448],[-3.051201, 58.4477],[-3.054501, 58.4479],[-3.057499, 58.447],[-3.0599, 58.4466],[-3.0608, 58.4462],[-3.0608, 58.4456],[-3.057699, 58.4434],[-3.0573, 58.4429],[-3.057699, 58.4421],[-3.058599, 58.4416],[-3.059799, 58.4415],[-3.060899, 58.4419],[-3.0622, 58.4422],[-3.067699, 58.4421],[-3.0713, 58.4423],[-3.0734, 58.4423],[-3.080699, 58.4425],[-3.0841, 58.4426],[-3.084599, 58.4417],[-3.084399, 58.4405],[-3.0837, 58.4398],[-3.0827, 58.4392],[-3.08110, 58.4382],[-3.0795, 58.4377],[-3.0757, 58.4364],[-3.0717, 58.4346],[-3.0694, 58.4332],[-3.0682, 58.4323],[-3.067699, 58.4312],[-3.0676, 58.4305],[-3.0678, 58.4297],[-3.0682, 58.4285],[-3.0692, 58.4276],[-3.0714, 58.4265],[-3.074699, 58.4253],[-3.0776, 58.4246],[-3.0804, 58.4239],[-3.0816, 58.4232],[-3.081401, 58.4229],[-3.0799, 58.4231],[-3.07940, 58.4230],[-3.077899, 58.4224],[-3.078, 58.4221],[-3.0783, 58.4218],[-3.079799, 58.4210],[-3.080899, 58.4202],[-3.0818, 58.4197],[-3.0833, 58.4193],[-3.0838, 58.4191],[-3.084301, 58.4184],[-3.0841, 58.4179],[-3.083501, 58.4176],[-3.082, 58.4169],[-3.081899, 58.4166],[-3.0822, 58.4166],[-3.0831, 58.4167],[-3.084399, 58.4169],[-3.084599, 58.4167],[-3.084599, 58.4163],[-3.08340, 58.4151],[-3.08320, 58.4146],[-3.08340, 58.4141],[-3.084, 58.4138],[-3.084399, 58.4134],[-3.085599, 58.4118],[-3.086499, 58.4114],[-3.088399, 58.4117],[-3.089, 58.4116],[-3.089101, 58.4113],[-3.0882, 58.41],[-3.0876, 58.4082],[-3.086801, 58.4071],[-3.086601, 58.4066],[-3.086801, 58.4064],[-3.0876, 58.4059],[-3.087899, 58.4052],[-3.0878, 58.4047],[-3.086299, 58.4044],[-3.0862, 58.404],[-3.088099, 58.4034],[-3.089101, 58.4029],[-3.0906, 58.4012],[-3.091001, 58.4009],[-3.091401, 58.4008],[-3.092099, 58.4011],[-3.092299, 58.401],[-3.0924, 58.4008],[-3.092299, 58.4001],[-3.092499, 58.3993],[-3.094501, 58.3982],[-3.09730, 58.3969],[-3.098099, 58.3958],[-3.098799, 58.3953],[-3.100699, 58.3941],[-3.100699, 58.3933],[-3.1003, 58.3932],[-3.0985, 58.3939],[-3.0976, 58.3938],[-3.0971, 58.3931],[-3.097001, 58.3926],[-3.09750, 58.3921],[-3.0976, 58.3911],[-3.097699, 58.3905],[-3.0984, 58.3898],[-3.0983, 58.3893],[-3.099699, 58.3882],[-3.099699, 58.3878],[-3.099, 58.3878],[-3.097899, 58.3885],[-3.09730, 58.3888],[-3.0969, 58.3887],[-3.096801, 58.3884],[-3.097699, 58.3875],[-3.101201, 58.3863],[-3.1016, 58.3858],[-3.101201, 58.3851],[-3.1022, 58.3836],[-3.104199, 58.3834],[-3.1054, 58.3834],[-3.10550, 58.3829],[-3.10550, 58.3827],[-3.104501, 58.3824],[-3.1041, 58.3821],[-3.1043, 58.381],[-3.104899, 58.38],[-3.105599, 58.3794],[-3.106899, 58.3791],[-3.10780, 58.3788],[-3.1085, 58.3784],[-3.1082, 58.378],[-3.1061, 58.3781],[-3.1052, 58.3781],[-3.104899, 58.3773],[-3.104599, 58.3752],[-3.1048, 58.3747],[-3.107399, 58.3742],[-3.108901, 58.3735],[-3.108701, 58.3731],[-3.106699, 58.372],[-3.106, 58.3711],[-3.1062, 58.3706],[-3.108701, 58.3696],[-3.111099, 58.3686],[-3.114501, 58.3683],[-3.116801, 58.3680],[-3.1171, 58.3676],[-3.115, 58.3668],[-3.1147, 58.3664],[-3.114799, 58.3661],[-3.116801, 58.3658],[-3.118799, 58.3656],[-3.120199, 58.3650],[-3.121401, 58.364],[-3.1222, 58.3623],[-3.1241, 58.3613],[-3.124599, 58.3609],[-3.1247, 58.3605],[-3.123701, 58.3595],[-3.12420, 58.3591],[-3.1247, 58.3594],[-3.125499, 58.3597],[-3.1262, 58.3596],[-3.1271, 58.3589],[-3.12800, 58.3583],[-3.131401, 58.3570],[-3.1338, 58.3567],[-3.1349, 58.3564],[-3.137001, 58.3558],[-3.138, 58.3558],[-3.138799, 58.3559],[-3.139501, 58.3563],[-3.1407, 58.3562],[-3.141601, 58.3562],[-3.142499, 58.3557],[-3.1429, 58.3548],[-3.143701, 58.3543],[-3.1443, 58.3535],[-3.1456, 58.3530],[-3.146801, 58.3524],[-3.1479, 58.3517],[-3.15, 58.3513],[-3.150199, 58.3512],[-3.148099, 58.3506],[-3.14860, 58.3499],[-3.1496, 58.3496],[-3.152, 58.3492],[-3.1529, 58.3483],[-3.157599, 58.3463],[-3.160399, 58.3456],[-3.160599, 58.3451],[-3.157599, 58.3451],[-3.157399, 58.3448],[-3.15870, 58.3441],[-3.1601, 58.3439],[-3.1623, 58.3438],[-3.1628, 58.3433],[-3.162899, 58.3429],[-3.1623, 58.3426],[-3.161, 58.3427],[-3.16080, 58.3422],[-3.1609, 58.3418],[-3.162699, 58.341],[-3.163599, 58.3403],[-3.1649, 58.3402],[-3.165699, 58.3397],[-3.1663, 58.3389],[-3.167399, 58.3385],[-3.168299, 58.3376],[-3.16880, 58.3371],[-3.170599, 58.3374],[-3.171201, 58.3369],[-3.172, 58.336],[-3.17300, 58.3355],[-3.17490, 58.3355],[-3.1756, 58.3349],[-3.1763, 58.3337],[-3.177299, 58.3333],[-3.179101, 58.3333],[-3.181299, 58.3327],[-3.183599, 58.3314],[-3.1838, 58.3309],[-3.183701, 58.3299],[-3.184, 58.3294],[-3.1864, 58.3276],[-3.1886, 58.3252],[-3.19, 58.3244],[-3.192001, 58.3236],[-3.192001, 58.3233],[-3.191299, 58.3228],[-3.1923, 58.3219],[-3.193399, 58.3213],[-3.1966, 58.3196],[-3.198299, 58.3181],[-3.19910, 58.3171],[-3.2, 58.3162],[-3.20400, 58.314],[-3.20540, 58.3129],[-3.2072, 58.3117],[-3.2089, 58.3106],[-3.211801, 58.3088],[-3.2147, 58.3077],[-3.217, 58.3067],[-3.220599, 58.3051],[-3.223901, 58.3042],[-3.2269, 58.3040],[-3.229501, 58.3034],[-3.230299, 58.3033],[-3.232599, 58.3029],[-3.2356, 58.3028],[-3.23760, 58.3027],[-3.2386, 58.3024],[-3.240299, 58.3013],[-3.2451, 58.3003],[-3.2468, 58.3001],[-3.2468, 58.2999],[-3.2451, 58.2992],[-3.2453, 58.2989],[-3.246001, 58.2988],[-3.248199, 58.2986],[-3.2521, 58.2983],[-3.2546, 58.2988],[-3.256401, 58.3001],[-3.257299, 58.3004],[-3.2576, 58.3002],[-3.2583, 58.2998],[-3.259399, 58.2995],[-3.2616, 58.2989],[-3.2625, 58.2992],[-3.263999, 58.2991],[-3.2653, 58.2988],[-3.268199, 58.2988],[-3.2714, 58.2987],[-3.2727, 58.2981],[-3.276099, 58.2979],[-3.27700, 58.2976],[-3.278199, 58.2965],[-3.2792, 58.2962],[-3.2811, 58.2959],[-3.2839, 58.2951],[-3.2855, 58.2952],[-3.286401, 58.2956],[-3.287499, 58.2964],[-3.28900, 58.2958],[-3.28940, 58.2953],[-3.2897, 58.2946],[-3.290699, 58.2944],[-3.2909, 58.2941],[-3.2908, 58.2927],[-3.291201, 58.2923],[-3.2918, 58.2921],[-3.291899, 58.2916],[-3.2918, 58.2909],[-3.2925, 58.2904],[-3.29530, 58.2899],[-3.3037, 58.2888],[-3.305599, 58.2881],[-3.307199, 58.2878],[-3.308199, 58.2877],[-3.309, 58.2868],[-3.3099, 58.2867],[-3.310899, 58.2874],[-3.3125, 58.2874],[-3.31340, 58.2879],[-3.314301, 58.2876],[-3.314199, 58.2867],[-3.315099, 58.2858],[-3.316401, 58.2858],[-3.3182, 58.2867],[-3.321201, 58.2868],[-3.322299, 58.2867],[-3.3231, 58.2861],[-3.3234, 58.2855],[-3.32390, 58.2853],[-3.324399, 58.2854],[-3.3253, 58.286],[-3.3261, 58.2863],[-3.328501, 58.2861],[-3.329799, 58.2855],[-3.3299, 58.2852],[-3.329101, 58.2847],[-3.3269, 58.2834],[-3.326299, 58.2824],[-3.327199, 58.2817],[-3.3303, 58.2813],[-3.334301, 58.2809],[-3.3355, 58.2809],[-3.3369, 58.2808],[-3.3405, 58.2798],[-3.3426, 58.2794],[-3.3457, 58.2786],[-3.3503, 58.278],[-3.353701, 58.2774],[-3.3592, 58.2764],[-3.3701, 58.2732],[-3.3726, 58.2724],[-3.3743, 58.2716],[-3.375, 58.2708],[-3.3759, 58.2701],[-3.3773, 58.2698],[-3.3784, 58.2696],[-3.3792, 58.2692],[-3.380399, 58.2684],[-3.3818, 58.2677],[-3.382999, 58.2671],[-3.3838, 58.2667],[-3.384799, 58.266],[-3.387001, 58.2649],[-3.390599, 58.263],[-3.393399, 58.2621],[-3.3949, 58.2604],[-3.396699, 58.2592],[-3.397799, 58.2583],[-3.398099, 58.2574],[-3.3987, 58.256],[-3.3996, 58.2554],[-3.4001, 58.2545],[-3.400899, 58.2538],[-3.402699, 58.253],[-3.40560, 58.2523],[-3.407799, 58.251],[-3.4086, 58.2503],[-3.4101, 58.2485],[-3.412, 58.2475],[-3.4126, 58.2466],[-3.4128, 58.2459],[-3.4133, 58.2457],[-3.4144, 58.2455],[-3.415699, 58.2448],[-3.417099, 58.2445],[-3.418999, 58.2445],[-3.4203, 58.2447],[-3.421299, 58.2456],[-3.4226, 58.2460],[-3.424101, 58.2459],[-3.425299, 58.2454],[-3.4263, 58.2447],[-3.4267, 58.2440],[-3.427299, 58.2418],[-3.42810, 58.2404],[-3.42980, 58.2395],[-3.431801, 58.2373],[-3.4326, 58.2358],[-3.433, 58.2344],[-3.4338, 58.2335],[-3.4345, 58.2321],[-3.4358, 58.2309],[-3.4364, 58.2295],[-3.4377, 58.2284],[-3.442001, 58.2265],[-3.443799, 58.2255],[-3.4453, 58.2243],[-3.4458, 58.2235],[-3.4463, 58.2222],[-3.4472, 58.2215],[-3.448299, 58.2212],[-3.449699, 58.2214],[-3.4512, 58.2201],[-3.45440, 58.2188],[-3.455699, 58.2183],[-3.45840, 58.2161],[-3.46, 58.2142],[-3.46050, 58.2136],[-3.4611, 58.2134],[-3.461401, 58.2128],[-3.4609, 58.2118],[-3.461299, 58.2111],[-3.462001, 58.211],[-3.4635, 58.211],[-3.4642, 58.2107],[-3.46450, 58.2099],[-3.4651, 58.2086],[-3.4656, 58.2085],[-3.4669, 58.2083],[-3.467499, 58.2078],[-3.467799, 58.2063],[-3.468199, 58.2053],[-3.46890, 58.2045],[-3.4702, 58.2036],[-3.471499, 58.2026],[-3.4719, 58.2017],[-3.4723, 58.2007],[-3.4732, 58.2],[-3.4735, 58.1985],[-3.4735, 58.1978],[-3.4745, 58.1957],[-3.4755, 58.1944],[-3.4772, 58.194],[-3.480299, 58.1937],[-3.482599, 58.1925],[-3.4846, 58.1914],[-3.485699, 58.1909],[-3.485899, 58.1904],[-3.486001, 58.1895],[-3.4869, 58.1895],[-3.48700, 58.189],[-3.48700, 58.1878],[-3.487999, 58.1877],[-3.48890, 58.1878],[-3.48890, 58.1872],[-3.48910, 58.1865],[-3.4897, 58.186],[-3.4909, 58.1856],[-3.491699, 58.1851],[-3.4921, 58.1846],[-3.491899, 58.1838],[-3.492599, 58.1834],[-3.4942, 58.1824],[-3.495199, 58.1823],[-3.495899, 58.1826],[-3.4963, 58.1835],[-3.49710, 58.1832],[-3.497299, 58.1827],[-3.49710, 58.1817],[-3.4963, 58.1816],[-3.494301, 58.1816],[-3.493701, 58.1816],[-3.4935, 58.1812],[-3.4953, 58.1800],[-3.4953, 58.1796],[-3.495699, 58.1790],[-3.4974, 58.1786],[-3.4988, 58.1779],[-3.499599, 58.1768],[-3.5004, 58.1761],[-3.5021, 58.1759],[-3.503999, 58.1748],[-3.5046, 58.1742],[-3.5048, 58.1731],[-3.50550, 58.1726],[-3.506299, 58.1722],[-3.507499, 58.1712],[-3.50930, 58.1707],[-3.5109, 58.1706],[-3.512599, 58.1700],[-3.513299, 58.1692],[-3.514199, 58.1682],[-3.5155, 58.1677],[-3.5183, 58.1672],[-3.523, 58.1656],[-3.524501, 58.1658],[-3.526, 58.1656],[-3.52740, 58.1649],[-3.532399, 58.1636],[-3.5359, 58.1625],[-3.538599, 58.1616],[-3.542001, 58.1596],[-3.54570, 58.1589],[-3.5488, 58.1576],[-3.55080, 58.1559],[-3.552799, 58.1544],[-3.554101, 58.1537],[-3.5553, 58.1532],[-3.556401, 58.1525],[-3.55670, 58.152],[-3.557199, 58.1514],[-3.558, 58.1513],[-3.5597, 58.151],[-3.559999, 58.1507],[-3.560199, 58.1503],[-3.5616, 58.1499],[-3.5635, 58.1486],[-3.5652, 58.148],[-3.56820, 58.1468],[-3.57010, 58.1463],[-3.570699, 58.1459],[-3.57060, 58.1457],[-3.5694, 58.145],[-3.5692, 58.1446],[-3.5695, 58.1443],[-3.572099, 58.1433],[-3.574199, 58.1429],[-3.57620, 58.1422],[-3.5775, 58.1415],[-3.57900, 58.141],[-3.58040, 58.1402],[-3.582299, 58.1397],[-3.5847, 58.1392],[-3.588701, 58.138],[-3.59260, 58.1366],[-3.5939, 58.1361],[-3.595099, 58.1359],[-3.596299, 58.1358],[-3.597199, 58.1353],[-3.5982, 58.1346],[-3.598599, 58.134],[-3.599301, 58.134],[-3.6019, 58.1339],[-3.6041, 58.1333],[-3.60570, 58.1329],[-3.607599, 58.1328],[-3.609101, 58.1324],[-3.610399, 58.1323],[-3.611099, 58.1321],[-3.612, 58.1313],[-3.61330, 58.1301],[-3.6141, 58.1294],[-3.617199, 58.1283],[-3.617899, 58.1277],[-3.618599, 58.1256],[-3.61940, 58.1252],[-3.621001, 58.1244],[-3.62190, 58.1235],[-3.6228, 58.1231],[-3.625799, 58.1227],[-3.626899, 58.1222],[-3.62780, 58.1210],[-3.628099, 58.1189],[-3.6282, 58.1184],[-3.6285, 58.1184],[-3.6294, 58.1181],[-3.6338, 58.1174],[-3.6359, 58.1167],[-3.6382, 58.1152],[-3.640199, 58.1144],[-3.64420, 58.1143],[-3.64840, 58.1147],[-3.649899, 58.1147],[-3.652299, 58.1143],[-3.6547, 58.1138],[-3.656801, 58.1131],[-3.6589, 58.1116],[-3.6609, 58.1094],[-3.6641, 58.1075],[-3.667599, 58.1041],[-3.671499, 58.1017],[-3.672899, 58.1011],[-3.6761, 58.1],[-3.677999, 58.099],[-3.679699, 58.0981],[-3.681401, 58.0977],[-3.684, 58.0964],[-3.687299, 58.0952],[-3.690099, 58.0937],[-3.693501, 58.0921],[-3.696001, 58.0913],[-3.6982, 58.0896],[-3.701699, 58.0881],[-3.703399, 58.0866],[-3.7077, 58.0852],[-3.711601, 58.0834],[-3.7147, 58.0822],[-3.71720, 58.0819],[-3.718501, 58.0816],[-3.720099, 58.0815],[-3.721299, 58.0814],[-3.7225, 58.0814],[-3.724301, 58.0811],[-3.727, 58.0798],[-3.7309, 58.0781],[-3.7344, 58.077],[-3.73530, 58.0762],[-3.7369, 58.0742],[-3.7386, 58.0726],[-3.74040, 58.0706],[-3.742599, 58.0689],[-3.7446, 58.0678],[-3.749, 58.0675],[-3.7512, 58.0677],[-3.7534, 58.0676],[-3.757, 58.0672],[-3.7592, 58.0663],[-3.761001, 58.0653],[-3.7616, 58.0643],[-3.761801, 58.0630],[-3.7621, 58.0629],[-3.7628, 58.0631],[-3.76440, 58.0634],[-3.766299, 58.0637],[-3.7693, 58.0648],[-3.7715, 58.065],[-3.7792, 58.0643],[-3.784199, 58.0625],[-3.7858, 58.0624],[-3.788, 58.0621],[-3.7895, 58.0616],[-3.7927, 58.0603],[-3.795099, 58.0589],[-3.797199, 58.0585],[-3.798599, 58.0584],[-3.801001, 58.0575],[-3.8024, 58.0565],[-3.804899, 58.0541],[-3.8078, 58.0523],[-3.808399, 58.0515],[-3.810499, 58.0492],[-3.8122, 58.0469],[-3.812599, 58.0463],[-3.8137, 58.0455],[-3.814899, 58.0449],[-3.8173, 58.0442],[-3.8206, 58.0431],[-3.8234, 58.0423],[-3.826299, 58.0418],[-3.827699, 58.0411],[-3.829799, 58.0398],[-3.83150, 58.0383],[-3.8325, 58.0371],[-3.8334, 58.0359],[-3.8347, 58.0328],[-3.8361, 58.0299],[-3.8375, 58.0271],[-3.838799, 58.0231],[-3.839301, 58.0204],[-3.8403, 58.0147],[-3.8405, 58.0135],[-3.8411, 58.0126],[-3.842499, 58.0119],[-3.844, 58.0105],[-3.844301, 58.01],[-3.8448, 58.0081],[-3.845099, 58.0074],[-3.845599, 58.0071],[-3.850899, 58.006],[-3.854399, 58.0050],[-3.8571, 58.0043],[-3.860199, 58.0035],[-3.864, 58.0027],[-3.86640, 58.0023],[-3.868599, 58.0022],[-3.870399, 58.0017],[-3.8722, 58.0008],[-3.8739, 57.9999],[-3.8762, 57.9988],[-3.878901, 57.9972],[-3.8815, 57.9960],[-3.88260, 57.9952],[-3.8862, 57.9912],[-3.88870, 57.989],[-3.89, 57.9884],[-3.8917, 57.9878],[-3.8945, 57.9875],[-3.89860, 57.9873],[-3.9031, 57.9875],[-3.90750, 57.9868],[-3.91, 57.9856],[-3.9121, 57.9849],[-3.919899, 57.9841],[-3.927599, 57.9839],[-3.9347, 57.9831],[-3.937999, 57.9823],[-3.940099, 57.9809],[-3.941601, 57.98],[-3.943, 57.9801],[-3.94430, 57.9799],[-3.9456, 57.9789],[-3.9486, 57.9774],[-3.951699, 57.9765],[-3.9543, 57.9763],[-3.955699, 57.976],[-3.957799, 57.9752],[-3.961, 57.9744],[-3.962399, 57.9738],[-3.963901, 57.9735],[-3.967099, 57.9744],[-3.968501, 57.9746],[-3.9698, 57.9745],[-3.971801, 57.9737],[-3.974999, 57.9722],[-3.9821, 57.969],[-3.984999, 57.9662],[-3.986001, 57.9647],[-3.987499, 57.9627],[-3.989, 57.9592],[-3.990799, 57.9566],[-3.993599, 57.9493],[-3.9958, 57.9429],[-3.9972, 57.9399],[-3.999599, 57.9366],[-3.9999, 57.9355],[-4.0004, 57.9345],[-4.000899, 57.9342],[-4.001801, 57.9341],[-4.0026, 57.9341],[-4.0045, 57.9354],[-4.0053, 57.9358],[-4.006499, 57.9361],[-4.0091, 57.9362],[-4.010799, 57.9360],[-4.012001, 57.9357],[-4.013, 57.9353],[-4.0138, 57.9350],[-4.0144, 57.9348],[-4.015299, 57.9345],[-4.0163, 57.9342],[-4.0169, 57.9341],[-4.0172, 57.9342],[-4.017799, 57.9346],[-4.018701, 57.9349],[-4.020199, 57.9352],[-4.021201, 57.9352],[-4.022, 57.9352],[-4.023701, 57.9347],[-4.0258, 57.9343],[-4.026401, 57.9343],[-4.026899, 57.9345],[-4.0272, 57.9350],[-4.0271, 57.9358],[-4.0265, 57.9363],[-4.0258, 57.9366],[-4.025, 57.9368],[-4.0226, 57.9372],[-4.020599, 57.9378],[-4.019199, 57.9389],[-4.018701, 57.9406],[-4.018701, 57.9415],[-4.0189, 57.943],[-4.019101, 57.9436],[-4.019199, 57.9445],[-4.0189, 57.945],[-4.0184, 57.9451],[-4.018099, 57.945],[-4.017799, 57.9445],[-4.0176, 57.9432],[-4.0172, 57.943],[-4.0168, 57.943],[-4.0165, 57.9434],[-4.016099, 57.9443],[-4.014599, 57.9451],[-4.0137, 57.9455],[-4.011899, 57.9458],[-4.011401, 57.9464],[-4.0109, 57.9475],[-4.0099, 57.9483],[-4.009399, 57.9485],[-4.007299, 57.95],[-4.006899, 57.9515],[-4.007, 57.9528],[-4.0075, 57.9531],[-4.007999, 57.953],[-4.007899, 57.952],[-4.007899, 57.9511],[-4.007999, 57.9504],[-4.008399, 57.9499],[-4.0092, 57.9495],[-4.0096, 57.9495],[-4.0112, 57.9496],[-4.013999, 57.9505],[-4.014999, 57.9508],[-4.017399, 57.951],[-4.019199, 57.951],[-4.024899, 57.949],[-4.029799, 57.9479],[-4.033599, 57.9477],[-4.034599, 57.9471],[-4.035299, 57.9468],[-4.039501, 57.9468],[-4.0404, 57.9465],[-4.0423, 57.9452],[-4.0439, 57.9448],[-4.0446, 57.945],[-4.0451, 57.9459],[-4.0457, 57.947],[-4.046401, 57.9474],[-4.048299, 57.9483],[-4.0496, 57.9498],[-4.050399, 57.9506],[-4.052001, 57.9514],[-4.052199, 57.9519],[-4.051899, 57.9526],[-4.052001, 57.9538],[-4.051899, 57.9544],[-4.0509, 57.9551],[-4.0509, 57.9555],[-4.051099, 57.9557],[-4.0516, 57.9557],[-4.052199, 57.9554],[-4.054101, 57.9543],[-4.0559, 57.9537],[-4.0589, 57.9535],[-4.062001, 57.9537],[-4.066899, 57.956],[-4.071001, 57.9562],[-4.0788, 57.9535],[-4.079501, 57.953],[-4.079999, 57.9523],[-4.080599, 57.9507],[-4.080599, 57.9496],[-4.0797, 57.9479],[-4.0759, 57.946],[-4.0734, 57.9452],[-4.072299, 57.9446],[-4.070799, 57.9438],[-4.0695, 57.9423],[-4.068799, 57.9404],[-4.067999, 57.9395],[-4.0665, 57.9385],[-4.065, 57.9377],[-4.064101, 57.9374],[-4.0573, 57.9364],[-4.050799, 57.9355],[-4.0405, 57.9332],[-4.0368, 57.9319],[-4.0351, 57.9311],[-4.034101, 57.9314],[-4.032599, 57.9312],[-4.031899, 57.9309],[-4.031499, 57.9305],[-4.031099, 57.9288],[-4.0296, 57.9285],[-4.0266, 57.9286],[-4.0246, 57.9290],[-4.019199, 57.9306],[-4.015699, 57.9319],[-4.013901, 57.9323],[-4.0124, 57.9326],[-4.0113, 57.9325],[-4.009699, 57.9318],[-4.008399, 57.9317],[-4.0067, 57.9326],[-4.0061, 57.9329],[-4.005499, 57.9328],[-4.004, 57.9317],[-4.0021, 57.9306],[-4.000299, 57.9296],[-3.999501, 57.9242],[-3.998399, 57.9211],[-3.997999, 57.9193],[-3.995899, 57.9136],[-3.993599, 57.909],[-3.993299, 57.9084],[-3.992599, 57.9074],[-3.990099, 57.9039],[-3.9902, 57.9036],[-3.9904, 57.9036],[-3.9909, 57.9035],[-3.99270, 57.9034],[-3.993901, 57.9033],[-3.994699, 57.903],[-3.996001, 57.9022],[-3.997299, 57.902],[-4, 57.9018],[-4.000599, 57.9009],[-4.0015, 57.8989],[-4.0021, 57.8968],[-4.0036, 57.8948],[-4.0057, 57.8939],[-4.008501, 57.8932],[-4.009301, 57.8924],[-4.0099, 57.8907],[-4.01, 57.8889],[-4.0086, 57.8858],[-4.007699, 57.8834],[-4.007699, 57.8827],[-4.0081, 57.8821],[-4.0088, 57.8814],[-4.010799, 57.8807],[-4.013299, 57.8800],[-4.014599, 57.879],[-4.015299, 57.8778],[-4.015299, 57.8767],[-4.0148, 57.8748],[-4.011001, 57.8702],[-4.0082, 57.8674],[-4.007899, 57.8664],[-4.007899, 57.8647],[-4.007999, 57.8634],[-4.0082, 57.8625],[-4.0087, 57.8622],[-4.009399, 57.8621],[-4.010099, 57.8623],[-4.011001, 57.8624],[-4.013299, 57.8618],[-4.014699, 57.8617],[-4.015299, 57.8619],[-4.0169, 57.8628],[-4.019501, 57.8639],[-4.022399, 57.8652],[-4.024899, 57.8664],[-4.02610, 57.8669],[-4.028299, 57.8673],[-4.0299, 57.8684],[-4.0349, 57.8690],[-4.0432, 57.8689],[-4.046299, 57.8687],[-4.0594, 57.8688],[-4.0651, 57.8685],[-4.072599, 57.8675],[-4.078199, 57.8664],[-4.0885, 57.8639],[-4.090499, 57.8630],[-4.094699, 57.861],[-4.0981, 57.8594],[-4.1015, 57.8574],[-4.1039, 57.8558],[-4.1045, 57.8552],[-4.1047, 57.8543],[-4.104599, 57.8534],[-4.104899, 57.853],[-4.106299, 57.8519],[-4.106801, 57.8513],[-4.1072, 57.8503],[-4.1075, 57.8499],[-4.1079, 57.8495],[-4.108701, 57.8494],[-4.1097, 57.8497],[-4.1104, 57.8503],[-4.110899, 57.851],[-4.11160, 57.8522],[-4.1121, 57.8529],[-4.113599, 57.8543],[-4.116899, 57.8557],[-4.120399, 57.8564],[-4.1229, 57.8566],[-4.1236, 57.8564],[-4.1236, 57.8561],[-4.1229, 57.8559],[-4.122799, 57.8556],[-4.1233, 57.8553],[-4.1251, 57.8551],[-4.1261, 57.8552],[-4.126601, 57.8553],[-4.1269, 57.8557],[-4.1271, 57.856],[-4.1278, 57.8565],[-4.128399, 57.8568],[-4.1303, 57.8571],[-4.133399, 57.8571],[-4.1368, 57.8565],[-4.1381, 57.8561],[-4.139101, 57.8557],[-4.1406, 57.8547],[-4.142499, 57.8546],[-4.1444, 57.8549],[-4.145899, 57.8562],[-4.146299, 57.8572],[-4.146801, 57.8585],[-4.147099, 57.8594],[-4.146801, 57.8596],[-4.146201, 57.8595],[-4.143701, 57.8591],[-4.1415, 57.8588],[-4.1405, 57.8592],[-4.139999, 57.8596],[-4.139101, 57.8598],[-4.137199, 57.8595],[-4.135, 57.8594],[-4.1341, 57.8596],[-4.1332, 57.8598],[-4.133501, 57.8616],[-4.1362, 57.8622],[-4.1368, 57.8627],[-4.1367, 57.8631],[-4.135799, 57.8633],[-4.131801, 57.8631],[-4.130799, 57.8633],[-4.1303, 57.8635],[-4.130099, 57.864],[-4.13, 57.8660],[-4.131001, 57.8688],[-4.131801, 57.8698],[-4.132299, 57.8709],[-4.132199, 57.8722],[-4.1328, 57.8728],[-4.136899, 57.8729],[-4.141601, 57.8737],[-4.145, 57.8736],[-4.145599, 57.8732],[-4.145299, 57.8729],[-4.1419, 57.8721],[-4.138901, 57.8717],[-4.138299, 57.8714],[-4.1373, 57.8710],[-4.1363, 57.8709],[-4.134301, 57.8711],[-4.1342, 57.8709],[-4.134501, 57.8707],[-4.137499, 57.8701],[-4.139501, 57.8687],[-4.141099, 57.8676],[-4.1415, 57.8666],[-4.141699, 57.8636],[-4.1418, 57.8627],[-4.1433, 57.8619],[-4.1443, 57.8617],[-4.146201, 57.8613],[-4.149, 57.8608],[-4.1529, 57.8605],[-4.1587, 57.8603],[-4.161699, 57.8601],[-4.1635, 57.8602],[-4.1672, 57.8607],[-4.169899, 57.8606],[-4.171201, 57.8607],[-4.1717, 57.8608],[-4.1721, 57.8613],[-4.1724, 57.8620],[-4.1724, 57.8623],[-4.172299, 57.8632],[-4.1716, 57.8646],[-4.1711, 57.8658],[-4.170899, 57.8667],[-4.171, 57.8677],[-4.1722, 57.8686],[-4.173999, 57.8691],[-4.1759, 57.8690],[-4.1788, 57.8678],[-4.1839, 57.8675],[-4.186699, 57.8678],[-4.1908, 57.8686],[-4.196801, 57.8710],[-4.198599, 57.8714],[-4.202099, 57.8723],[-4.205699, 57.8733],[-4.2094, 57.8739],[-4.213399, 57.8736],[-4.2187, 57.8741],[-4.2243, 57.8751],[-4.2272, 57.8754],[-4.230299, 57.8755],[-4.2314, 57.8753],[-4.232, 57.8750],[-4.232299, 57.8741],[-4.2328, 57.8729],[-4.2332, 57.8721],[-4.2341, 57.8716],[-4.235199, 57.8713],[-4.2366, 57.8711],[-4.2438, 57.8708],[-4.2468, 57.8706],[-4.2514, 57.8700],[-4.2553, 57.8699],[-4.265399, 57.8702],[-4.267499, 57.8703],[-4.269, 57.8702],[-4.269899, 57.8700],[-4.271201, 57.8690],[-4.272, 57.8681],[-4.2722, 57.8671],[-4.272, 57.8664],[-4.2704, 57.8650],[-4.268199, 57.8638],[-4.268, 57.8632],[-4.268, 57.8626],[-4.2684, 57.8622],[-4.2686, 57.8620],[-4.269101, 57.8619],[-4.2707, 57.8619],[-4.2722, 57.8616],[-4.2753, 57.8616],[-4.2802, 57.8618],[-4.2843, 57.8619],[-4.2876, 57.8620],[-4.288599, 57.8622],[-4.289599, 57.8626],[-4.29110, 57.8634],[-4.2929, 57.8647],[-4.29720, 57.8678],[-4.3003, 57.8703],[-4.303901, 57.8735],[-4.306099, 57.8747],[-4.308701, 57.8757],[-4.316, 57.8770],[-4.3213, 57.8779],[-4.324399, 57.8788],[-4.3298, 57.8807],[-4.3354, 57.8841],[-4.3403, 57.8867],[-4.3425, 57.8879],[-4.3437, 57.8899],[-4.344399, 57.8913],[-4.346499, 57.8909],[-4.347001, 57.8898],[-4.3476, 57.889],[-4.3484, 57.8885],[-4.349899, 57.8881],[-4.353099, 57.8877],[-4.3545, 57.8873],[-4.3561, 57.8868],[-4.357, 57.8862],[-4.357699, 57.8856],[-4.3583, 57.8846],[-4.359399, 57.8824],[-4.359399, 57.8819],[-4.3576, 57.8802],[-4.355599, 57.8785],[-4.352499, 57.8762],[-4.3519, 57.8761],[-4.351201, 57.8761],[-4.350299, 57.8764],[-4.3498, 57.8769],[-4.349199, 57.8772],[-4.348701, 57.8770],[-4.347899, 57.876],[-4.3473, 57.8749],[-4.3468, 57.8741],[-4.346099, 57.8734],[-4.3448, 57.8728],[-4.3344, 57.8697],[-4.332799, 57.8696],[-4.332001, 57.8694],[-4.3314, 57.8690],[-4.330699, 57.8680],[-4.329599, 57.8675],[-4.326601, 57.8665],[-4.3206, 57.8648],[-4.3133, 57.8618],[-4.3123, 57.8618],[-4.30940, 57.8624],[-4.3083, 57.8626],[-4.306201, 57.8627],[-4.3021, 57.8630],[-4.3013, 57.8629],[-4.3003, 57.8627],[-4.300099, 57.8624],[-4.300099, 57.8621],[-4.300499, 57.8616],[-4.301099, 57.8614],[-4.3034, 57.8607],[-4.3064, 57.8597],[-4.307001, 57.8595],[-4.3074, 57.8593],[-4.3074, 57.8592],[-4.307199, 57.859],[-4.306601, 57.8589],[-4.306099, 57.8589],[-4.3052, 57.8591],[-4.3034, 57.8598],[-4.301099, 57.8605],[-4.3002, 57.8603],[-4.2996, 57.8599],[-4.2995, 57.8595],[-4.2996, 57.859],[-4.3002, 57.8578],[-4.3003, 57.8568],[-4.2999, 57.8561],[-4.2991, 57.8545],[-4.2981, 57.8534],[-4.2961, 57.8527],[-4.2935, 57.8521],[-4.2915, 57.852],[-4.291, 57.8524],[-4.290299, 57.8533],[-4.289599, 57.8544],[-4.2884, 57.8545],[-4.2877, 57.8548],[-4.287499, 57.8556],[-4.287199, 57.8558],[-4.2868, 57.8558],[-4.286001, 57.8558],[-4.283, 57.8556],[-4.282001, 57.8558],[-4.281001, 57.8567],[-4.2802, 57.8571],[-4.2791, 57.8572],[-4.278501, 57.8571],[-4.278501, 57.8569],[-4.278901, 57.8565],[-4.2788, 57.8563],[-4.2781, 57.8559],[-4.275599, 57.8551],[-4.274, 57.8543],[-4.272699, 57.8534],[-4.272299, 57.8524],[-4.2715, 57.8517],[-4.2707, 57.8514],[-4.269, 57.851],[-4.2664, 57.8512],[-4.2618, 57.8521],[-4.256001, 57.8543],[-4.251, 57.8561],[-4.248099, 57.8570],[-4.2459, 57.8574],[-4.236801, 57.8588],[-4.233099, 57.8591],[-4.2268, 57.8594],[-4.222499, 57.8589],[-4.218901, 57.8594],[-4.2145, 57.8606],[-4.212, 57.8606],[-4.2095, 57.8602],[-4.2079, 57.8602],[-4.2065, 57.8606],[-4.2055, 57.8612],[-4.2026, 57.8627],[-4.201401, 57.8630],[-4.1998, 57.8627],[-4.197599, 57.8625],[-4.1946, 57.8628],[-4.192699, 57.8631],[-4.1917, 57.8632],[-4.190199, 57.8630],[-4.1896, 57.8626],[-4.189301, 57.8616],[-4.1895, 57.8597],[-4.189101, 57.8579],[-4.1886, 57.8562],[-4.187799, 57.8541],[-4.18730, 57.852],[-4.1868, 57.8508],[-4.186601, 57.8505],[-4.186, 57.8502],[-4.184899, 57.8505],[-4.184101, 57.851],[-4.183701, 57.8515],[-4.1835, 57.8521],[-4.1835, 57.8543],[-4.1833, 57.8553],[-4.1827, 57.8561],[-4.1818, 57.8565],[-4.181099, 57.8565],[-4.1805, 57.8561],[-4.179699, 57.8555],[-4.176899, 57.8533],[-4.174799, 57.8505],[-4.171201, 57.8486],[-4.1673, 57.8451],[-4.166, 57.8428],[-4.1654, 57.8406],[-4.164599, 57.8379],[-4.163599, 57.836],[-4.162399, 57.8346],[-4.161699, 57.8342],[-4.161001, 57.834],[-4.1525, 57.8338],[-4.149799, 57.834],[-4.149301, 57.8339],[-4.149199, 57.8335],[-4.1494, 57.8331],[-4.150199, 57.8324],[-4.151299, 57.8313],[-4.1512, 57.831],[-4.1507, 57.8309],[-4.15, 57.831],[-4.1491, 57.8315],[-4.1486, 57.8318],[-4.1475, 57.8327],[-4.146801, 57.8327],[-4.146, 57.8318],[-4.145199, 57.831],[-4.144199, 57.83],[-4.143, 57.8294],[-4.1418, 57.8292],[-4.136001, 57.829],[-4.132699, 57.8289],[-4.1167, 57.8298],[-4.115099, 57.83],[-4.1141, 57.8302],[-4.1138, 57.8304],[-4.113901, 57.8308],[-4.114399, 57.8316],[-4.1153, 57.8332],[-4.1159, 57.8339],[-4.1178, 57.8346],[-4.1192, 57.835],[-4.1208, 57.8355],[-4.1234, 57.8369],[-4.1248, 57.8376],[-4.127999, 57.8382],[-4.1295, 57.839],[-4.131299, 57.8409],[-4.1328, 57.8417],[-4.1342, 57.8422],[-4.1359, 57.8429],[-4.1368, 57.8435],[-4.1368, 57.8438],[-4.1366, 57.8442],[-4.1356, 57.8454],[-4.134799, 57.8459],[-4.134501, 57.8458],[-4.134399, 57.8455],[-4.1346, 57.8444],[-4.134501, 57.8442],[-4.134301, 57.8439],[-4.129, 57.8422],[-4.125599, 57.8406],[-4.1206, 57.8383],[-4.110499, 57.8347],[-4.108799, 57.8348],[-4.1076, 57.835],[-4.1043, 57.8358],[-4.0993, 57.8373],[-4.0977, 57.8374],[-4.0974, 57.8372],[-4.097499, 57.8369],[-4.097899, 57.8367],[-4.099599, 57.8365],[-4.1008, 57.8359],[-4.101099, 57.8351],[-4.1009, 57.8345],[-4.100399, 57.8339],[-4.097899, 57.8334],[-4.0911, 57.832],[-4.0829, 57.8311],[-4.0804, 57.8305],[-4.077199, 57.8295],[-4.072999, 57.8278],[-4.0635, 57.8241],[-4.0605, 57.8219],[-4.0585, 57.8201],[-4.0574, 57.8194],[-4.056201, 57.8191],[-4.052499, 57.8187],[-4.051801, 57.8185],[-4.0513, 57.8183],[-4.050499, 57.8178],[-4.0499, 57.8171],[-4.0495, 57.8166],[-4.048901, 57.8162],[-4.0479, 57.8158],[-4.0471, 57.8156],[-4.0454, 57.8153],[-4.0425, 57.8149],[-4.041201, 57.8145],[-4.039101, 57.8138],[-4.037499, 57.8136],[-4.0355, 57.8135],[-4.034501, 57.8130],[-4.0334, 57.8127],[-4.032199, 57.8122],[-4.031099, 57.812],[-4.0299, 57.8119],[-4.0296, 57.8118],[-4.0295, 57.8116],[-4.029399, 57.8110],[-4.0291, 57.8109],[-4.0286, 57.8108],[-4.028399, 57.8109],[-4.0282, 57.8110],[-4.0282, 57.8114],[-4.028299, 57.8119],[-4.028399, 57.8122],[-4.030099, 57.8126],[-4.03230, 57.8131],[-4.034501, 57.8140],[-4.035699, 57.8145],[-4.0385, 57.8146],[-4.0411, 57.8155],[-4.043399, 57.8160],[-4.043399, 57.8164],[-4.039101, 57.8176],[-4.035299, 57.8184],[-4.0226, 57.8227],[-4.015299, 57.8258],[-4.0074, 57.8293],[-4, 57.8323],[-3.9963, 57.8334],[-3.992399, 57.8347],[-3.984999, 57.8376],[-3.971, 57.8433],[-3.967999, 57.8441],[-3.9642, 57.8453],[-3.962399, 57.8457],[-3.957999, 57.8458],[-3.955699, 57.8447],[-3.949301, 57.8431],[-3.9488, 57.8427],[-3.9496, 57.8422],[-3.9497, 57.8419],[-3.949301, 57.8417],[-3.9482, 57.8419],[-3.9468, 57.8422],[-3.945199, 57.8422],[-3.943, 57.8417],[-3.940799, 57.8414],[-3.940099, 57.8412],[-3.9396, 57.841],[-3.9396, 57.8408],[-3.9398, 57.8406],[-3.941099, 57.8408],[-3.9432, 57.8412],[-3.943399, 57.8411],[-3.943399, 57.8408],[-3.940599, 57.84],[-3.9377, 57.8391],[-3.9342, 57.8374],[-3.931801, 57.8364],[-3.931601, 57.836],[-3.93170, 57.8358],[-3.932499, 57.8359],[-3.936001, 57.837],[-3.9398, 57.8383],[-3.9461, 57.8411],[-3.947599, 57.841],[-3.94790, 57.8407],[-3.9477, 57.8404],[-3.94430, 57.8384],[-3.9398, 57.8366],[-3.939501, 57.836],[-3.939399, 57.8356],[-3.939699, 57.8351],[-3.9409, 57.8347],[-3.9454, 57.8341],[-3.9456, 57.8338],[-3.945199, 57.8334],[-3.942699, 57.8335],[-3.940799, 57.8337],[-3.9386, 57.8338],[-3.9381, 57.8338],[-3.9379, 57.8341],[-3.937799, 57.8343],[-3.9379, 57.8353],[-3.937299, 57.8353],[-3.9366, 57.8352],[-3.93610, 57.835],[-3.9345, 57.834],[-3.9307, 57.8332],[-3.930099, 57.8327],[-3.929399, 57.8322],[-3.9288, 57.8322],[-3.92790, 57.8327],[-3.92720, 57.8329],[-3.922199, 57.8313],[-3.9189, 57.8297],[-3.916699, 57.8283],[-3.916699, 57.828],[-3.917001, 57.8279],[-3.917399, 57.8278],[-3.919699, 57.8287],[-3.92090, 57.8286],[-3.921201, 57.8285],[-3.921099, 57.8282],[-3.9198, 57.8273],[-3.9198, 57.8268],[-3.920799, 57.8264],[-3.921801, 57.8258],[-3.923199, 57.8256],[-3.923501, 57.8254],[-3.923701, 57.8244],[-3.924101, 57.8241],[-3.925499, 57.8239],[-3.9263, 57.8233],[-3.927099, 57.8229],[-3.9275, 57.8217],[-3.927799, 57.8214],[-3.931099, 57.8212],[-3.9367, 57.8211],[-3.937999, 57.8211],[-3.938999, 57.8209],[-3.9405, 57.8201],[-3.941801, 57.8190],[-3.942199, 57.8184],[-3.942199, 57.8178],[-3.9421, 57.8170],[-3.9424, 57.8167],[-3.9428, 57.8165],[-3.9433, 57.8163],[-3.943501, 57.8159],[-3.943501, 57.8149],[-3.943799, 57.8146],[-3.94430, 57.8145],[-3.9456, 57.8146],[-3.9461, 57.8151],[-3.947299, 57.8169],[-3.948501, 57.8174],[-3.951401, 57.8174],[-3.953099, 57.8167],[-3.9558, 57.8164],[-3.9574, 57.8160],[-3.9577, 57.8154],[-3.9576, 57.815],[-3.9568, 57.8147],[-3.954799, 57.8154],[-3.953901, 57.8156],[-3.9525, 57.8158],[-3.95000, 57.8166],[-3.9486, 57.8165],[-3.947999, 57.8159],[-3.94790, 57.8154],[-3.9482, 57.8152],[-3.951, 57.815],[-3.952399, 57.8147],[-3.9526, 57.8141],[-3.95210, 57.8134],[-3.951499, 57.8128],[-3.948999, 57.8121],[-3.9482, 57.8121],[-3.94740, 57.8123],[-3.9463, 57.8129],[-3.9451, 57.8132],[-3.943099, 57.8132],[-3.941801, 57.8129],[-3.939899, 57.8125],[-3.9389, 57.8124],[-3.937001, 57.8126],[-3.935199, 57.8131],[-3.933901, 57.8140],[-3.932899, 57.815],[-3.933, 57.8155],[-3.933501, 57.8159],[-3.935699, 57.8157],[-3.9374, 57.8160],[-3.93820, 57.8163],[-3.938299, 57.8167],[-3.9379, 57.8171],[-3.9372, 57.8172],[-3.933701, 57.8168],[-3.930099, 57.8162],[-3.92790, 57.8163],[-3.9259, 57.8167],[-3.922699, 57.8171],[-3.921499, 57.8174],[-3.919399, 57.8177],[-3.9177, 57.8183],[-3.917399, 57.8187],[-3.9173, 57.8193],[-3.917599, 57.8205],[-3.917399, 57.8209],[-3.9166, 57.8212],[-3.914, 57.8213],[-3.912199, 57.8217],[-3.909899, 57.8226],[-3.908799, 57.823],[-3.9065, 57.8231],[-3.904, 57.8225],[-3.9005, 57.8216],[-3.8941, 57.821],[-3.886899, 57.8215],[-3.884799, 57.8218],[-3.8836, 57.8221],[-3.883199, 57.8222],[-3.882999, 57.8224],[-3.88330, 57.8228],[-3.883399, 57.8231],[-3.883199, 57.8234],[-3.882699, 57.8236],[-3.88070, 57.8234],[-3.8757, 57.8231],[-3.87060, 57.8226],[-3.8671, 57.823],[-3.8631, 57.8238],[-3.8592, 57.8245],[-3.856, 57.8251],[-3.8543, 57.8259],[-3.851201, 57.8277],[-3.848599, 57.8291],[-3.8461, 57.8312],[-3.8431, 57.832],[-3.838901, 57.8329],[-3.836699, 57.8331],[-3.8316, 57.8335],[-3.829101, 57.8341],[-3.8278, 57.8346],[-3.827001, 57.8353],[-3.826601, 57.8359],[-3.826499, 57.8366],[-3.827001, 57.8387],[-3.8269, 57.8394],[-3.826499, 57.8404],[-3.8246, 57.8423],[-3.822299, 57.8439],[-3.820699, 57.8451],[-3.8199, 57.8474],[-3.8194, 57.8488],[-3.814101, 57.8534],[-3.812001, 57.8555],[-3.811899, 57.8559],[-3.811899, 57.8561],[-3.812001, 57.8564],[-3.812599, 57.8571],[-3.8131, 57.858],[-3.81320, 57.8585],[-3.8131, 57.8588],[-3.8122, 57.8594],[-3.811201, 57.8600],[-3.808901, 57.8611],[-3.8059, 57.8620],[-3.795399, 57.8648],[-3.792799, 57.8649],[-3.791001, 57.8647],[-3.78920, 57.8646],[-3.7883, 57.8647],[-3.786099, 57.8659],[-3.7834, 57.8666],[-3.781801, 57.8667],[-3.7804, 57.8667],[-3.775, 57.867],[-3.772799, 57.8671],[-3.772099, 57.867],[-3.771801, 57.8668],[-3.771899, 57.8666],[-3.772399, 57.8662],[-3.774301, 57.8650],[-3.7758, 57.8637],[-3.776401, 57.8624],[-3.7769, 57.8619],[-3.777499, 57.8617],[-3.778399, 57.8615],[-3.7788, 57.8612],[-3.778901, 57.8606],[-3.7788, 57.8600],[-3.7791, 57.859],[-3.779, 57.8581],[-3.7779, 57.8559],[-3.7778, 57.8547],[-3.778701, 57.8525],[-3.7799, 57.8513],[-3.7802, 57.8509],[-3.7812, 57.849],[-3.783299, 57.8464],[-3.785199, 57.844],[-3.787199, 57.8421],[-3.790499, 57.8388],[-3.793099, 57.8369],[-3.7967, 57.8347],[-3.797899, 57.8339],[-3.798399, 57.8335],[-3.8011, 57.8308],[-3.807699, 57.8271],[-3.8097, 57.8256],[-3.81130, 57.824],[-3.8135, 57.8209],[-3.816, 57.8195],[-3.818099, 57.818],[-3.8206, 57.8161],[-3.823299, 57.8138],[-3.8273, 57.8102],[-3.832299, 57.8059],[-3.8332, 57.8051],[-3.834301, 57.8042],[-3.83550, 57.8035],[-3.83970, 57.8014],[-3.8424, 57.7998],[-3.8438, 57.7989],[-3.8447, 57.7981],[-3.846299, 57.7961],[-3.849, 57.7928],[-3.8508, 57.791],[-3.852999, 57.7893],[-3.8552, 57.7882],[-3.85590, 57.788],[-3.8564, 57.7877],[-3.857001, 57.7872],[-3.859301, 57.7848],[-3.8618, 57.783],[-3.864501, 57.7809],[-3.8673, 57.7788],[-3.869699, 57.7765],[-3.87210, 57.7751],[-3.8728, 57.7747],[-3.8736, 57.7743],[-3.875, 57.7737],[-3.878299, 57.7729],[-3.8838, 57.7718],[-3.8854, 57.771],[-3.885799, 57.7706],[-3.887001, 57.7692],[-3.8875, 57.7688],[-3.889501, 57.768],[-3.891001, 57.7675],[-3.892299, 57.7671],[-3.8936, 57.7666],[-3.8943, 57.7661],[-3.894799, 57.7651],[-3.8956, 57.763],[-3.897099, 57.7613],[-3.8996, 57.7598],[-3.9022, 57.7587],[-3.9044, 57.7579],[-3.906699, 57.7569],[-3.90960, 57.7556],[-3.91150, 57.7545],[-3.913199, 57.7535],[-3.915299, 57.7524],[-3.916201, 57.7516],[-3.9165, 57.7508],[-3.9168, 57.7488],[-3.916899, 57.7470],[-3.9172, 57.7457],[-3.9185, 57.7436],[-3.921201, 57.7412],[-3.9233, 57.7392],[-3.924999, 57.7369],[-3.9266, 57.7355],[-3.929301, 57.7336],[-3.930599, 57.7317],[-3.9328, 57.7272],[-3.93400, 57.7261],[-3.935899, 57.7248],[-3.941099, 57.7203],[-3.9451, 57.717],[-3.94790, 57.7148],[-3.950799, 57.7128],[-3.960099, 57.7067],[-3.9628, 57.7045],[-3.9646, 57.7027],[-3.9649, 57.702],[-3.9677, 57.7003],[-3.9691, 57.6988],[-3.971299, 57.6975],[-3.972399, 57.6967],[-3.973901, 57.6954],[-3.9751, 57.6946],[-3.9769, 57.6937],[-3.979399, 57.6933],[-3.9802, 57.6931],[-3.981801, 57.6929],[-3.983299, 57.6927],[-3.9877, 57.6924],[-3.989399, 57.6925],[-3.991601, 57.6925],[-3.993599, 57.6927],[-3.99690, 57.6934],[-4.0001, 57.6952],[-4.0035, 57.6952],[-4.0067, 57.6943],[-4.0102, 57.6936],[-4.012599, 57.6933],[-4.0172, 57.6931],[-4.021699, 57.6939],[-4.025, 57.6946],[-4.0282, 57.6950],[-4.03, 57.6955],[-4.030499, 57.6963],[-4.0309, 57.6979],[-4.0306, 57.7007],[-4.030099, 57.7019],[-4.029399, 57.7026],[-4.026801, 57.7031],[-4.025899, 57.7032],[-4.024799, 57.7033],[-4.024, 57.7036],[-4.023701, 57.7041],[-4.0235, 57.7047],[-4.023799, 57.7055],[-4.0245, 57.7071],[-4.0245, 57.7087],[-4.024199, 57.7098],[-4.022799, 57.7113],[-4.0222, 57.7125],[-4.022399, 57.7136],[-4.0229, 57.7154],[-4.023901, 57.718],[-4.023701, 57.7191],[-4.022099, 57.7207],[-4.0197, 57.7224],[-4.017001, 57.7244],[-4.0142, 57.7251],[-4.012599, 57.7263],[-4.0123, 57.7279],[-4.011099, 57.7291],[-4.00780, 57.7297],[-4.006401, 57.7312],[-4.0062, 57.7338],[-4.007599, 57.7354],[-4.007699, 57.7361],[-4.0075, 57.7366],[-4.007, 57.7372],[-4.0067, 57.7381],[-4.006801, 57.7389],[-4.006899, 57.7394],[-4.0075, 57.7398],[-4.008399, 57.7397],[-4.0087, 57.7395],[-4.0091, 57.7391],[-4.0096, 57.7384],[-4.010099, 57.7372],[-4.010499, 57.737],[-4.011001, 57.7367],[-4.012199, 57.7366],[-4.0131, 57.7365],[-4.0143, 57.7365],[-4.0152, 57.7368],[-4.015399, 57.7374],[-4.015299, 57.7379],[-4.0152, 57.7387],[-4.015699, 57.7391],[-4.017799, 57.7389],[-4.022799, 57.7381],[-4.028299, 57.7382],[-4.0324, 57.7381],[-4.0351, 57.7378],[-4.038799, 57.7364],[-4.042799, 57.7347],[-4.0436, 57.7343],[-4.0441, 57.7342],[-4.045, 57.7341],[-4.045899, 57.7342],[-4.047599, 57.7345],[-4.047999, 57.7345],[-4.0482, 57.7343],[-4.048299, 57.7341],[-4.0479, 57.7339],[-4.045599, 57.7331],[-4.045499, 57.733],[-4.0454, 57.7327],[-4.045499, 57.7322],[-4.045899, 57.7317],[-4.048299, 57.732],[-4.0492, 57.7321],[-4.049699, 57.732],[-4.050099, 57.7319],[-4.0507, 57.7315],[-4.0512, 57.7307],[-4.0516, 57.7306],[-4.052001, 57.7307],[-4.0524, 57.7314],[-4.0527, 57.7315],[-4.0537, 57.7312],[-4.0548, 57.7308],[-4.0556, 57.731],[-4.0569, 57.7315],[-4.0594, 57.7319],[-4.0671, 57.7327],[-4.0696, 57.7328],[-4.070799, 57.7327],[-4.072199, 57.7323],[-4.075399, 57.7311],[-4.0774, 57.7304],[-4.0802, 57.7296],[-4.085199, 57.7273],[-4.0885, 57.7258],[-4.093901, 57.7234],[-4.095699, 57.7229],[-4.097899, 57.7224],[-4.0989, 57.7219],[-4.099899, 57.7208],[-4.101299, 57.7197],[-4.103701, 57.7194],[-4.1054, 57.7192],[-4.106299, 57.7189],[-4.1071, 57.7181],[-4.1082, 57.7169],[-4.109, 57.7161],[-4.110099, 57.7151],[-4.110799, 57.7141],[-4.111001, 57.7135],[-4.110899, 57.7131],[-4.1097, 57.7126],[-4.109799, 57.7121],[-4.11, 57.712],[-4.1106, 57.7122],[-4.1113, 57.7124],[-4.111801, 57.7126],[-4.1131, 57.7123],[-4.1162, 57.7109],[-4.120699, 57.7091],[-4.126, 57.706],[-4.1332, 57.7024],[-4.138901, 57.6991],[-4.142099, 57.6972],[-4.142499, 57.6968],[-4.1423, 57.6963],[-4.141601, 57.6957],[-4.1325, 57.6890],[-4.132299, 57.6888],[-4.1325, 57.6885],[-4.132899, 57.6883],[-4.133299, 57.6883],[-4.1374, 57.6914],[-4.143701, 57.696],[-4.1443, 57.6962],[-4.145199, 57.6959],[-4.150199, 57.6934],[-4.151801, 57.6922],[-4.153299, 57.6913],[-4.1557, 57.69],[-4.1608, 57.6882],[-4.164, 57.6873],[-4.1659, 57.6868],[-4.16650, 57.6865],[-4.1673, 57.6857],[-4.1679, 57.6857],[-4.1685, 57.6863],[-4.1689, 57.6868],[-4.169799, 57.6871],[-4.171401, 57.6872],[-4.172699, 57.6876],[-4.174799, 57.6887],[-4.1774, 57.6890],[-4.179399, 57.6898],[-4.1817, 57.6907],[-4.186601, 57.6913],[-4.195499, 57.6922],[-4.199399, 57.6931],[-4.202001, 57.6932],[-4.2047, 57.6929],[-4.2082, 57.6923],[-4.2107, 57.6915],[-4.222001, 57.6913],[-4.223, 57.6912],[-4.2231, 57.6910],[-4.222799, 57.6903],[-4.2233, 57.6899],[-4.2238, 57.6899],[-4.224101, 57.6903],[-4.224599, 57.6909],[-4.2259, 57.6910],[-4.2277, 57.6908],[-4.230899, 57.69],[-4.2367, 57.6886],[-4.239699, 57.6874],[-4.2399, 57.6868],[-4.2402, 57.6858],[-4.2403, 57.6852],[-4.240099, 57.6848],[-4.2381, 57.6833],[-4.2353, 57.6815],[-4.234799, 57.6811],[-4.2349, 57.6807],[-4.235099, 57.6805],[-4.235899, 57.6804],[-4.2363, 57.6804],[-4.237899, 57.6817],[-4.2412, 57.6842],[-4.242899, 57.6846],[-4.2444, 57.6851],[-4.244999, 57.6853],[-4.245399, 57.6851],[-4.2456, 57.6847],[-4.24580, 57.6842],[-4.245399, 57.6837],[-4.245299, 57.6834],[-4.24580, 57.6832],[-4.2463, 57.6832],[-4.246601, 57.6832],[-4.2472, 57.6835],[-4.248199, 57.6832],[-4.249, 57.6828],[-4.2498, 57.6828],[-4.2511, 57.6826],[-4.2521, 57.6823],[-4.252699, 57.6821],[-4.2549, 57.6805],[-4.255799, 57.6802],[-4.256499, 57.6801],[-4.258299, 57.6801],[-4.260399, 57.6807],[-4.2616, 57.6809],[-4.2621, 57.6808],[-4.2623, 57.6804],[-4.261401, 57.6800],[-4.2602, 57.6798],[-4.2571, 57.6796],[-4.255499, 57.6796],[-4.253701, 57.6799],[-4.25190, 57.6804],[-4.2504, 57.6806],[-4.250299, 57.6803],[-4.2535, 57.6792],[-4.255199, 57.6792],[-4.259699, 57.6794],[-4.2627, 57.6799],[-4.266001, 57.6808],[-4.269501, 57.6816],[-4.2708, 57.6821],[-4.271201, 57.6824],[-4.271201, 57.6827],[-4.2708, 57.6829],[-4.269501, 57.6824],[-4.268099, 57.6823],[-4.268, 57.6825],[-4.2684, 57.6828],[-4.269101, 57.6830],[-4.271299, 57.6836],[-4.2729, 57.6835],[-4.274, 57.6834],[-4.2765, 57.6842],[-4.2786, 57.6840],[-4.2843, 57.6822],[-4.289999, 57.6802],[-4.294799, 57.6783],[-4.295599, 57.6778],[-4.296299, 57.6766],[-4.2967, 57.6761],[-4.296899, 57.676],[-4.2975, 57.6764],[-4.297999, 57.6764],[-4.298399, 57.6761],[-4.298901, 57.6752],[-4.2991, 57.6736],[-4.2992, 57.6713],[-4.2987, 57.6702],[-4.297599, 57.6694],[-4.2966, 57.6692],[-4.2965, 57.669],[-4.297999, 57.669],[-4.298399, 57.6687],[-4.298399, 57.6682],[-4.2965, 57.6666],[-4.296201, 57.666],[-4.296401, 57.6651],[-4.29720, 57.6645],[-4.3002, 57.6639],[-4.30070, 57.6638],[-4.301001, 57.6635],[-4.300799, 57.663],[-4.2987, 57.6618],[-4.2988, 57.6614],[-4.2992, 57.6611],[-4.300099, 57.6611],[-4.302599, 57.6616],[-4.309599, 57.6641],[-4.3104, 57.6643],[-4.310699, 57.6643],[-4.3108, 57.6642],[-4.3108, 57.6639],[-4.310599, 57.6637],[-4.305399, 57.6617],[-4.300499, 57.6601],[-4.300399, 57.6596],[-4.301001, 57.6591],[-4.3024, 57.6591],[-4.3037, 57.6595],[-4.3042, 57.6593],[-4.3043, 57.659],[-4.3043, 57.6585],[-4.3038, 57.6582],[-4.3028, 57.6579],[-4.302499, 57.6576],[-4.302499, 57.6572],[-4.3027, 57.657],[-4.3048, 57.6568],[-4.30680, 57.6567],[-4.308701, 57.6566],[-4.3111, 57.6559],[-4.313099, 57.6554],[-4.3145, 57.6549],[-4.316, 57.6549],[-4.3192, 57.6556],[-4.320499, 57.6559],[-4.3217, 57.656],[-4.3232, 57.656],[-4.3255, 57.6549],[-4.3319, 57.653],[-4.335199, 57.6513],[-4.3376, 57.6494],[-4.3396, 57.6464],[-4.341899, 57.644],[-4.3438, 57.643],[-4.3456, 57.6419],[-4.3459, 57.6411],[-4.3469, 57.6405],[-4.349199, 57.6393],[-4.3558, 57.6363],[-4.358099, 57.6353],[-4.362199, 57.6331],[-4.3637, 57.6318],[-4.364501, 57.6304],[-4.3646, 57.6288],[-4.365499, 57.6281],[-4.367499, 57.6275],[-4.3699, 57.6271],[-4.372099, 57.6264],[-4.3747, 57.6255],[-4.380199, 57.6229],[-4.383299, 57.6210],[-4.3868, 57.6194],[-4.389999, 57.6181],[-4.395, 57.6153],[-4.404799, 57.6109],[-4.4087, 57.6093],[-4.4102, 57.6085],[-4.4114, 57.6078],[-4.412799, 57.6069],[-4.413701, 57.6062],[-4.416299, 57.6038],[-4.417799, 57.6014],[-4.417799, 57.6007],[-4.4175, 57.6001],[-4.4159, 57.5996],[-4.4144, 57.5991],[-4.4106, 57.5972],[-4.4081, 57.5955],[-4.407001, 57.5944],[-4.4067, 57.5938],[-4.4067, 57.5935],[-4.406899, 57.5931],[-4.4093, 57.5922],[-4.4119, 57.5903],[-4.4154, 57.5874],[-4.4168, 57.5863],[-4.418099, 57.5858],[-4.4197, 57.5855],[-4.4211, 57.5853],[-4.421899, 57.5849],[-4.4221, 57.5844],[-4.4217, 57.5835],[-4.421401, 57.5825],[-4.4215, 57.5818],[-4.4217, 57.5814],[-4.4222, 57.5809],[-4.4231, 57.5806],[-4.4246, 57.5801],[-4.425499, 57.5797],[-4.426001, 57.5791],[-4.426401, 57.5785],[-4.426801, 57.5779],[-4.4274, 57.5773],[-4.428999, 57.5766],[-4.429699, 57.5758],[-4.428901, 57.5742],[-4.427299, 57.5741],[-4.425099, 57.574],[-4.423399, 57.5741],[-4.420499, 57.576],[-4.4179, 57.5767],[-4.414599, 57.5776],[-4.413599, 57.5783],[-4.41050, 57.5798],[-4.408199, 57.581],[-4.406801, 57.5819],[-4.404399, 57.584],[-4.402599, 57.5859],[-4.400599, 57.587],[-4.398701, 57.5882],[-4.3947, 57.5889],[-4.389999, 57.5911],[-4.384799, 57.5921],[-4.381001, 57.5937],[-4.3782, 57.5954],[-4.372001, 57.5985],[-4.369101, 57.6003],[-4.366899, 57.6012],[-4.365099, 57.6018],[-4.363901, 57.6026],[-4.361499, 57.6046],[-4.357999, 57.607],[-4.354101, 57.6094],[-4.353099, 57.6103],[-4.352799, 57.6116],[-4.352399, 57.6119],[-4.3508, 57.6118],[-4.347899, 57.6137],[-4.340899, 57.6181],[-4.336201, 57.6211],[-4.3315, 57.6244],[-4.327099, 57.6281],[-4.322899, 57.6308],[-4.3178, 57.6335],[-4.308199, 57.6378],[-4.2992, 57.6415],[-4.2915, 57.6446],[-4.284699, 57.6466],[-4.274301, 57.6517],[-4.267499, 57.6548],[-4.258901, 57.6591],[-4.252699, 57.6617],[-4.247099, 57.6647],[-4.242001, 57.6672],[-4.2409, 57.6677],[-4.240699, 57.6685],[-4.240699, 57.6692],[-4.2403, 57.6695],[-4.239699, 57.6695],[-4.2391, 57.6686],[-4.2388, 57.6682],[-4.2375, 57.6682],[-4.2349, 57.669],[-4.229199, 57.6706],[-4.220399, 57.6723],[-4.2154, 57.6733],[-4.2129, 57.6741],[-4.211801, 57.6743],[-4.210499, 57.6742],[-4.2072, 57.6734],[-4.203199, 57.6732],[-4.198501, 57.6735],[-4.1911, 57.6741],[-4.184, 57.6749],[-4.179101, 57.6752],[-4.1752, 57.6752],[-4.1757, 57.6767],[-4.1756, 57.6771],[-4.1753, 57.6771],[-4.174799, 57.6768],[-4.173999, 57.6758],[-4.1736, 57.6753],[-4.1724, 57.6752],[-4.1661, 57.6761],[-4.164599, 57.6762],[-4.163099, 57.6761],[-4.162499, 57.6755],[-4.162199, 57.6748],[-4.161601, 57.6721],[-4.1619, 57.6698],[-4.163199, 57.6674],[-4.164999, 57.666],[-4.1655, 57.6652],[-4.165699, 57.6646],[-4.165599, 57.6638],[-4.164999, 57.6629],[-4.1643, 57.6619],[-4.1633, 57.6601],[-4.1627, 57.6599],[-4.161699, 57.6598],[-4.1606, 57.6598],[-4.160299, 57.6595],[-4.1602, 57.6592],[-4.160399, 57.659],[-4.161001, 57.659],[-4.1626, 57.6589],[-4.163199, 57.6587],[-4.1639, 57.6586],[-4.164999, 57.6586],[-4.165299, 57.6584],[-4.1652, 57.6581],[-4.1643, 57.6577],[-4.163, 57.6575],[-4.159599, 57.6576],[-4.155, 57.6582],[-4.1529, 57.6583],[-4.150499, 57.6587],[-4.148399, 57.6591],[-4.145899, 57.6598],[-4.143099, 57.6598],[-4.1399, 57.6595],[-4.1373, 57.6594],[-4.1332, 57.6599],[-4.12990, 57.6601],[-4.126801, 57.6603],[-4.124, 57.6602],[-4.121, 57.6604],[-4.1162, 57.6611],[-4.1092, 57.6629],[-4.107, 57.6636],[-4.105, 57.664],[-4.098, 57.6644],[-4.091899, 57.6647],[-4.0886, 57.6651],[-4.0844, 57.6657],[-4.079999, 57.6669],[-4.0674, 57.6713],[-4.061601, 57.6737],[-4.0601, 57.6743],[-4.057199, 57.6754],[-4.054999, 57.676],[-4.053199, 57.6762],[-4.046401, 57.6767],[-4.0411, 57.6781],[-4.039199, 57.6792],[-4.037899, 57.6800],[-4.036601, 57.6817],[-4.0363, 57.6824],[-4.036201, 57.6827],[-4.036201, 57.6829],[-4.037001, 57.6833],[-4.037099, 57.6835],[-4.037099, 57.6838],[-4.036601, 57.6840],[-4.0355, 57.6842],[-4.0343, 57.6843],[-4.0327, 57.6841],[-4.028299, 57.6819],[-4.026, 57.6809],[-4.0197, 57.6801],[-4.013501, 57.6798],[-4.005, 57.6806],[-4.001699, 57.6808],[-4, 57.6809],[-3.997, 57.6804],[-3.9942, 57.6791],[-3.992899, 57.6782],[-3.992399, 57.6774],[-3.99270, 57.6768],[-3.9942, 57.6753],[-3.9955, 57.6741],[-3.9983, 57.6728],[-3.999799, 57.6707],[-4.0011, 57.6701],[-4.001601, 57.6697],[-4.002, 57.6684],[-4.0028, 57.6673],[-4.0062, 57.6652],[-4.010099, 57.6627],[-4.017399, 57.6605],[-4.0205, 57.6597],[-4.0232, 57.6588],[-4.0253, 57.6576],[-4.028399, 57.6549],[-4.0316, 57.6535],[-4.0352, 57.6523],[-4.038, 57.6511],[-4.0441, 57.6474],[-4.046201, 57.6454],[-4.0482, 57.6427],[-4.053999, 57.6396],[-4.0588, 57.6369],[-4.060699, 57.635],[-4.061699, 57.6335],[-4.062699, 57.6315],[-4.0645, 57.6293],[-4.0672, 57.6273],[-4.0696, 57.6260],[-4.0763, 57.6233],[-4.082399, 57.6197],[-4.086699, 57.6163],[-4.0912, 57.6135],[-4.094501, 57.6114],[-4.098501, 57.6095],[-4.0998, 57.6086],[-4.101299, 57.6059],[-4.102399, 57.6018],[-4.104101, 57.5992],[-4.105599, 57.5974],[-4.109799, 57.5952],[-4.1106, 57.5944],[-4.110799, 57.5929],[-4.1099, 57.5907],[-4.108701, 57.5885],[-4.1061, 57.5844],[-4.1027, 57.5812],[-4.096099, 57.5777],[-4.0907, 57.5757],[-4.0896, 57.5750],[-4.0897, 57.5745],[-4.090099, 57.5741],[-4.092899, 57.5741],[-4.094699, 57.5744],[-4.0956, 57.5747],[-4.102099, 57.577],[-4.105, 57.5779],[-4.108399, 57.5788],[-4.111499, 57.5792],[-4.115099, 57.579],[-4.1227, 57.5793],[-4.1272, 57.5797],[-4.130599, 57.5799],[-4.131299, 57.5796],[-4.131401, 57.5789],[-4.131899, 57.5785],[-4.1325, 57.5786],[-4.133399, 57.5788],[-4.135099, 57.5788],[-4.144501, 57.5754],[-4.151299, 57.5731],[-4.156899, 57.5706],[-4.1618, 57.5684],[-4.163, 57.5677],[-4.163599, 57.5669],[-4.164501, 57.5667],[-4.165699, 57.5668],[-4.168399, 57.5660],[-4.1715, 57.5649],[-4.1736, 57.5631],[-4.174301, 57.5615],[-4.173999, 57.5597],[-4.1725, 57.5564],[-4.172, 57.5550],[-4.172599, 57.554],[-4.175, 57.5524],[-4.177999, 57.5502],[-4.178901, 57.5491],[-4.1802, 57.5477],[-4.1818, 57.5469],[-4.1843, 57.5463],[-4.1883, 57.5463],[-4.1929, 57.5472],[-4.195799, 57.5484],[-4.198999, 57.5489],[-4.20310, 57.5488],[-4.2068, 57.5493],[-4.211801, 57.5499],[-4.217599, 57.5512],[-4.221001, 57.5515],[-4.2252, 57.5515],[-4.2286, 57.5516],[-4.2315, 57.5523],[-4.238999, 57.5523],[-4.2427, 57.5517],[-4.2486, 57.5499],[-4.2489, 57.5494],[-4.249101, 57.5488],[-4.249, 57.5484],[-4.24840, 57.548],[-4.2448, 57.5477],[-4.244599, 57.5475],[-4.244501, 57.5473],[-4.244699, 57.547],[-4.246, 57.5459],[-4.246, 57.5457],[-4.24580, 57.5455],[-4.244999, 57.5454],[-4.244101, 57.5455],[-4.239799, 57.5462],[-4.233399, 57.5467],[-4.228701, 57.5468],[-4.2279, 57.5466],[-4.227399, 57.5464],[-4.2252, 57.5449],[-4.2227, 57.5442],[-4.214399, 57.5425],[-4.210899, 57.5423],[-4.2065, 57.5422],[-4.203199, 57.5427],[-4.202099, 57.5433],[-4.201099, 57.5435],[-4.200099, 57.5436],[-4.199399, 57.5435],[-4.191801, 57.5397],[-4.1911, 57.5391],[-4.1907, 57.5384],[-4.191, 57.5378],[-4.194301, 57.5338],[-4.199999, 57.5278],[-4.2024, 57.5252],[-4.207399, 57.5218],[-4.207799, 57.5209],[-4.2082, 57.519],[-4.208399, 57.5186],[-4.209199, 57.5184],[-4.2108, 57.5183],[-4.2137, 57.5181],[-4.2154, 57.5178],[-4.2161, 57.5175],[-4.217899, 57.5157],[-4.2198, 57.5142],[-4.221401, 57.5124],[-4.224699, 57.5102],[-4.2272, 57.5086],[-4.227799, 57.5081],[-4.2283, 57.5075],[-4.229199, 57.5063],[-4.23010, 57.5047],[-4.230899, 57.5033],[-4.2319, 57.5020],[-4.2325, 57.5015],[-4.234399, 57.5012],[-4.2382, 57.5011],[-4.241099, 57.5012],[-4.241601, 57.5010],[-4.241899, 57.5005],[-4.242199, 57.5004],[-4.242499, 57.5003],[-4.242899, 57.5004],[-4.2431, 57.5005],[-4.243299, 57.5011],[-4.2439, 57.5014],[-4.2444, 57.5015],[-4.2449, 57.5014],[-4.245399, 57.5010],[-4.2456, 57.5006],[-4.246099, 57.5004],[-4.246601, 57.5005],[-4.2469, 57.5007],[-4.2469, 57.5015],[-4.2469, 57.5018],[-4.248701, 57.5020],[-4.2578, 57.5027],[-4.2644, 57.5041],[-4.2658, 57.5044],[-4.2679, 57.5048],[-4.269101, 57.5048],[-4.2698, 57.5047],[-4.271801, 57.5041],[-4.273799, 57.5041],[-4.280099, 57.5045],[-4.2902, 57.5045],[-4.2918, 57.5042],[-4.2941, 57.5040],[-4.2981, 57.5037],[-4.2999, 57.5035],[-4.303901, 57.5027],[-4.3098, 57.5025],[-4.3146, 57.5034],[-4.321401, 57.5048],[-4.323501, 57.5052],[-4.3253, 57.5052],[-4.327001, 57.5048],[-4.331, 57.5048],[-4.336299, 57.5048],[-4.33990, 57.5053],[-4.3441, 57.5066],[-4.3467, 57.5078],[-4.353799, 57.5108],[-4.360799, 57.5123],[-4.365799, 57.5125],[-4.367899, 57.5127],[-4.369699, 57.5124],[-4.3709, 57.5121],[-4.371201, 57.5113],[-4.3701, 57.5091],[-4.3706, 57.5086],[-4.371201, 57.5085],[-4.3723, 57.5102],[-4.373099, 57.5124],[-4.374, 57.5126],[-4.3782, 57.5123],[-4.386099, 57.5115],[-4.3919, 57.5103],[-4.39830, 57.5081],[-4.4022, 57.5066],[-4.405099, 57.5056],[-4.408599, 57.5050],[-4.4135, 57.5047],[-4.415599, 57.5045],[-4.416, 57.5040],[-4.415699, 57.5022],[-4.418, 57.5003],[-4.420199, 57.4982],[-4.422599, 57.4960],[-4.423999, 57.4954],[-4.4259, 57.4951],[-4.4284, 57.4957],[-4.4303, 57.4958],[-4.4313, 57.4953],[-4.4317, 57.4944],[-4.431201, 57.4942],[-4.4292, 57.4945],[-4.4278, 57.4942],[-4.427599, 57.4939],[-4.428501, 57.493],[-4.4309, 57.4924],[-4.434599, 57.4902],[-4.4354, 57.4892],[-4.4335, 57.4883],[-4.4302, 57.4903],[-4.4224, 57.4923],[-4.418399, 57.4944],[-4.4158, 57.4960],[-4.413701, 57.4971],[-4.4087, 57.4974],[-4.4062, 57.4968],[-4.4042, 57.4958],[-4.400899, 57.4946],[-4.399199, 57.4938],[-4.3964, 57.4917],[-4.39480, 57.4914],[-4.3927, 57.49],[-4.392399, 57.4888],[-4.391601, 57.4875],[-4.388501, 57.4861],[-4.3878, 57.485],[-4.387199, 57.4839],[-4.3859, 57.4833],[-4.384799, 57.483],[-4.3842, 57.4824],[-4.383399, 57.4812],[-4.3824, 57.4806],[-4.381499, 57.4806],[-4.3804, 57.4814],[-4.3795, 57.4813],[-4.3771, 57.4799],[-4.375, 57.4794],[-4.373199, 57.4794],[-4.3684, 57.48],[-4.365499, 57.4802],[-4.3631, 57.4809],[-4.3625, 57.4814],[-4.361401, 57.482],[-4.359301, 57.4819],[-4.3519, 57.4819],[-4.349899, 57.4819],[-4.3456, 57.4822],[-4.3391, 57.4841],[-4.334199, 57.4843],[-4.3273, 57.4848],[-4.3256, 57.4845],[-4.322899, 57.4835],[-4.317, 57.4818],[-4.315599, 57.4807],[-4.3139, 57.4801],[-4.311601, 57.4804],[-4.3102, 57.4819],[-4.3089, 57.4825],[-4.307799, 57.4827],[-4.302299, 57.4833],[-4.2982, 57.4828],[-4.2939, 57.4812],[-4.291601, 57.481],[-4.288099, 57.4811],[-4.281499, 57.4825],[-4.2726, 57.4852],[-4.2652, 57.487],[-4.259501, 57.4886],[-4.259501, 57.4889],[-4.2623, 57.4897],[-4.262499, 57.4902],[-4.262199, 57.4906],[-4.2612, 57.4911],[-4.260399, 57.4914],[-4.257999, 57.4914],[-4.254, 57.4902],[-4.251699, 57.4902],[-4.249199, 57.4910],[-4.245299, 57.4933],[-4.243999, 57.4955],[-4.240099, 57.4948],[-4.237, 57.4945],[-4.2356, 57.4955],[-4.2353, 57.4954],[-4.235199, 57.4951],[-4.236001, 57.4940],[-4.229, 57.4935],[-4.226, 57.4938],[-4.221001, 57.4957],[-4.217299, 57.4959],[-4.212699, 57.4957],[-4.210199, 57.4943],[-4.2052, 57.4910],[-4.2034, 57.4896],[-4.201499, 57.4894],[-4.2006, 57.4891],[-4.198599, 57.4889],[-4.197599, 57.4888],[-4.197001, 57.4886],[-4.1967, 57.4879],[-4.196801, 57.4874],[-4.1974, 57.4867],[-4.1982, 57.4863],[-4.1982, 57.4858],[-4.1977, 57.4854],[-4.1957, 57.4845],[-4.1895, 57.4843],[-4.1835, 57.4849],[-4.178199, 57.4858],[-4.1722, 57.4874],[-4.1669, 57.4898],[-4.162199, 57.4910],[-4.1559, 57.4954],[-4.151299, 57.4990],[-4.146699, 57.5018],[-4.145299, 57.5032],[-4.1454, 57.5045],[-4.146601, 57.5096],[-4.1476, 57.5138],[-4.1476, 57.5162],[-4.147399, 57.5171],[-4.146699, 57.5179],[-4.1457, 57.5185],[-4.144199, 57.5188],[-4.143, 57.5187],[-4.134301, 57.5168],[-4.129301, 57.516],[-4.1222, 57.5156],[-4.117899, 57.5158],[-4.1146, 57.5161],[-4.112999, 57.5163],[-4.1111, 57.5167],[-4.1103, 57.5172],[-4.1082, 57.519],[-4.1071, 57.5195],[-4.104101, 57.5197],[-4.1034, 57.5202],[-4.1033, 57.5208],[-4.1036, 57.5211],[-4.1045, 57.5212],[-4.107399, 57.521],[-4.112599, 57.5200],[-4.115499, 57.5201],[-4.115499, 57.5204],[-4.113599, 57.5219],[-4.1083, 57.5263],[-4.104899, 57.5304],[-4.102399, 57.5336],[-4.101201, 57.5345],[-4.099599, 57.5355],[-4.0924, 57.5393],[-4.0887, 57.5409],[-4.0832, 57.5424],[-4.077001, 57.5444],[-4.073299, 57.5459],[-4.0691, 57.5468],[-4.0604, 57.5495],[-4.051499, 57.5529],[-4.047299, 57.5546],[-4.043399, 57.5583],[-4.040299, 57.5601],[-4.038701, 57.5610],[-4.038199, 57.5615],[-4.038, 57.5624],[-4.038099, 57.5636],[-4.038099, 57.5643],[-4.037399, 57.5656],[-4.0368, 57.5671],[-4.0383, 57.5676],[-4.038599, 57.5677],[-4.038599, 57.568],[-4.038099, 57.5684],[-4.0369, 57.5684],[-4.0365, 57.5687],[-4.036699, 57.5694],[-4.039101, 57.5728],[-4.0429, 57.5763],[-4.047, 57.5789],[-4.053299, 57.5819],[-4.0601, 57.5836],[-4.0619, 57.5837],[-4.0635, 57.5836],[-4.0657, 57.5831],[-4.0717, 57.5827],[-4.0738, 57.5833],[-4.0741, 57.5837],[-4.0738, 57.5842],[-4.0696, 57.5852],[-4.0622, 57.5875],[-4.059501, 57.5888],[-4.058199, 57.5898],[-4.057001, 57.5911],[-4.0559, 57.5919],[-4.054501, 57.5919],[-4.050799, 57.5914],[-4.044899, 57.592],[-4.0411, 57.5917],[-4.036201, 57.5916],[-4.0295, 57.5917],[-4.0245, 57.592],[-4.019101, 57.5921],[-4.0155, 57.5926],[-4.013501, 57.5931],[-4.0124, 57.5935],[-4.011401, 57.594],[-4.010499, 57.5948],[-4.0092, 57.5968],[-4.007999, 57.599],[-4.0071, 57.6001],[-4.0061, 57.6009],[-4.005, 57.6009],[-4.0029, 57.6004],[-4.000899, 57.5999],[-3.9999, 57.5996],[-3.985199, 57.5948],[-3.982899, 57.5941],[-3.979899, 57.5934],[-3.9783, 57.5927],[-3.978199, 57.5921],[-3.9793, 57.5912],[-3.9793, 57.5909],[-3.979, 57.5906],[-3.978199, 57.5903],[-3.977, 57.5903],[-3.9766, 57.5901],[-3.97650, 57.5898],[-3.9768, 57.5896],[-3.9774, 57.5895],[-3.9774, 57.5892],[-3.9769, 57.5885],[-3.975699, 57.5878],[-3.972699, 57.5871],[-3.971801, 57.5868],[-3.9711, 57.5858],[-3.970799, 57.5856],[-3.97040, 57.5856],[-3.96970, 57.5856],[-3.969199, 57.5858],[-3.969, 57.5861],[-3.969, 57.5865],[-3.969, 57.5868],[-3.968501, 57.5871],[-3.9647, 57.5878],[-3.962199, 57.588],[-3.957799, 57.5879],[-3.9519, 57.5879],[-3.949899, 57.588],[-3.949199, 57.5881],[-3.9488, 57.5882],[-3.9484, 57.5884],[-3.9482, 57.5886],[-3.948501, 57.5888],[-3.949399, 57.589],[-3.9533, 57.5891],[-3.9556, 57.589],[-3.957299, 57.5889],[-3.9586, 57.5891],[-3.9597, 57.5894],[-3.961, 57.5896],[-3.9651, 57.59],[-3.9669, 57.5902],[-3.9702, 57.5912],[-3.9726, 57.5919],[-3.9742, 57.5923],[-3.97460, 57.5926],[-3.97460, 57.5932],[-3.974999, 57.5934],[-3.975399, 57.5935],[-3.9811, 57.5951],[-3.986099, 57.597],[-3.9881, 57.5977],[-3.9942, 57.5991],[-3.995899, 57.5997],[-3.995899, 57.6],[-3.9956, 57.6002],[-3.994101, 57.6001],[-3.992199, 57.5998],[-3.990499, 57.5994],[-3.9813, 57.5965],[-3.973599, 57.5944],[-3.9705, 57.5936],[-3.9681, 57.5931],[-3.9604, 57.591],[-3.9549, 57.5902],[-3.9489, 57.5896],[-3.9446, 57.5887],[-3.9409, 57.5879],[-3.9345, 57.5862],[-3.931, 57.5857],[-3.929199, 57.5857],[-3.926899, 57.5858],[-3.9249, 57.5863],[-3.922, 57.5864],[-3.9196, 57.5863],[-3.909501, 57.5863],[-3.90560, 57.5867],[-3.902699, 57.5871],[-3.900199, 57.5875],[-3.897399, 57.588],[-3.8938, 57.5883],[-3.890399, 57.5888],[-3.882499, 57.5896],[-3.8773, 57.5898],[-3.867599, 57.59],[-3.8659, 57.5901],[-3.86410, 57.5904],[-3.8629, 57.5908],[-3.86200, 57.5913],[-3.861099, 57.592],[-3.86030, 57.5929],[-3.8592, 57.5934],[-3.85820, 57.5935],[-3.857599, 57.5933],[-3.8571, 57.5924],[-3.856601, 57.5923],[-3.85610, 57.5923],[-3.854199, 57.5925],[-3.852099, 57.5928],[-3.8455, 57.5946],[-3.838399, 57.5971],[-3.836299, 57.5976],[-3.83550, 57.5975],[-3.835299, 57.5973],[-3.835299, 57.5969],[-3.835799, 57.5962],[-3.83570, 57.596],[-3.835099, 57.596],[-3.8331, 57.5965],[-3.8304, 57.5973],[-3.82370, 57.5999],[-3.8169, 57.6021],[-3.8135, 57.6035],[-3.8104, 57.6049],[-3.8038, 57.6084],[-3.802099, 57.6093],[-3.798399, 57.61],[-3.7971, 57.6105],[-3.7955, 57.6116],[-3.794399, 57.6125],[-3.7939, 57.6132],[-3.793099, 57.6138],[-3.792001, 57.6145],[-3.789599, 57.6163],[-3.7891, 57.6162],[-3.788399, 57.6158],[-3.7878, 57.6159],[-3.78690, 57.6164],[-3.786601, 57.6169],[-3.786201, 57.6176],[-3.7844, 57.6190],[-3.78270, 57.6198],[-3.780299, 57.6210],[-3.7774, 57.6221],[-3.776401, 57.6225],[-3.7734, 57.6240],[-3.7706, 57.6260],[-3.766201, 57.6279],[-3.763299, 57.6288],[-3.7613, 57.6292],[-3.76060, 57.6294],[-3.7469, 57.6073],[-3.746201, 57.6023],[-3.74650, 57.5953],[-3.7467, 57.594],[-3.747999, 57.5923],[-3.74790, 57.5917],[-3.747499, 57.591],[-3.74350, 57.5883],[-3.7289, 57.5817],[-3.7248, 57.5803],[-3.7242, 57.58],[-3.723599, 57.5794],[-3.7205, 57.571],[-3.7181, 57.5650],[-3.7249, 57.5617],[-3.7251, 57.5612],[-3.7249, 57.5603],[-3.723599, 57.5594],[-3.72210, 57.5586],[-3.719, 57.5570],[-3.7184, 57.5559],[-3.71510, 57.5481],[-3.710299, 57.5367],[-3.7098, 57.5357],[-3.70970, 57.5347],[-3.709899, 57.5341],[-3.719, 57.5292],[-3.71910, 57.529],[-3.7189, 57.5287],[-3.7086, 57.5279],[-3.704999, 57.5276],[-3.7025, 57.5272],[-3.6986, 57.5254],[-3.6963, 57.5243],[-3.6953, 57.5225],[-3.6953, 57.5209],[-3.6966, 57.5182],[-3.700799, 57.5133],[-3.701499, 57.5126],[-3.7023, 57.5118],[-3.7026, 57.5114],[-3.7025, 57.5109],[-3.701601, 57.5104],[-3.6988, 57.5095],[-3.693099, 57.5058],[-3.6847, 57.4989],[-3.683399, 57.4976],[-3.682899, 57.4966],[-3.683399, 57.4949],[-3.683701, 57.4938],[-3.683701, 57.4928],[-3.681299, 57.4904],[-3.681099, 57.4887],[-3.6823, 57.4851],[-3.6849, 57.4801],[-3.687799, 57.4746],[-3.691299, 57.4622],[-3.69260, 57.4543],[-3.691801, 57.4507],[-3.691099, 57.4482],[-3.6896, 57.4430],[-3.6923, 57.4427],[-3.694, 57.4424],[-3.69680, 57.4419],[-3.69960, 57.4410],[-3.703399, 57.4400],[-3.706899, 57.4393],[-3.7088, 57.4386],[-3.710299, 57.4371],[-3.7121, 57.4336],[-3.7142, 57.4269],[-3.714799, 57.4236],[-3.7161, 57.4223],[-3.7202, 57.4209],[-3.7246, 57.4191],[-3.726201, 57.4182],[-3.727799, 57.4135],[-3.7289, 57.4082],[-3.7288, 57.4076],[-3.7276, 57.4064],[-3.72120, 57.4017],[-3.72000, 57.4013],[-3.718199, 57.4014],[-3.713901, 57.4033],[-3.7045, 57.4133],[-3.70120, 57.4161],[-3.699301, 57.4175],[-3.6942, 57.419],[-3.679899, 57.4276],[-3.6782, 57.428],[-3.6754, 57.4281],[-3.6723, 57.4286],[-3.6526, 57.4305],[-3.64610, 57.4307],[-3.6333, 57.4317],[-3.62800, 57.4329],[-3.6173, 57.4355],[-3.6157, 57.4362],[-3.6129, 57.4394],[-3.6078, 57.4466],[-3.563299, 57.4485],[-3.5197, 57.4558],[-3.5097, 57.4593],[-3.505, 57.4603],[-3.502599, 57.4598],[-3.4999, 57.4583],[-3.49710, 57.4568],[-3.490099, 57.4488],[-3.471, 57.4361],[-3.4655, 57.4339],[-3.459399, 57.4326],[-3.451401, 57.431],[-3.449199, 57.4304],[-3.4428, 57.4283],[-3.4425, 57.4278],[-3.441601, 57.4275],[-3.438999, 57.4273],[-3.436899, 57.4266],[-3.4356, 57.4259],[-3.433901, 57.4241],[-3.4331, 57.4232],[-3.431801, 57.4226],[-3.429199, 57.4221],[-3.4274, 57.4219],[-3.4267, 57.4217],[-3.426201, 57.4215],[-3.425699, 57.421],[-3.425299, 57.4208],[-3.4245, 57.4208],[-3.415499, 57.4231],[-3.4128, 57.4234],[-3.409899, 57.4225],[-3.4062, 57.4198],[-3.403501, 57.4178],[-3.4022, 57.4164],[-3.4019, 57.4156],[-3.399899, 57.41],[-3.398999, 57.4068],[-3.397599, 57.4005],[-3.396001, 57.3977],[-3.394, 57.3957],[-3.3922, 57.3943],[-3.388, 57.3916],[-3.384799, 57.3900],[-3.384799, 57.3887],[-3.388799, 57.3867],[-3.3949, 57.3843],[-3.395499, 57.3826],[-3.3952, 57.3785],[-3.394399, 57.3777],[-3.391601, 57.3766],[-3.390199, 57.3761],[-3.389899, 57.3753],[-3.39, 57.3737],[-3.3901, 57.3727],[-3.390599, 57.3721],[-3.395299, 57.3695],[-3.4038, 57.3643],[-3.409699, 57.3616],[-3.4161, 57.3585],[-3.421299, 57.3557],[-3.4244, 57.3518],[-3.4259, 57.3498],[-3.4289, 57.3491],[-3.431201, 57.3482],[-3.43210, 57.346],[-3.434101, 57.3424],[-3.43540, 57.3411],[-3.44240, 57.3362],[-3.4449, 57.3332],[-3.446001, 57.3306],[-3.451, 57.3279],[-3.4547, 57.3264],[-3.4583, 57.3266],[-3.463701, 57.3254],[-3.470099, 57.3233],[-3.473, 57.3220],[-3.475899, 57.3203],[-3.484699, 57.3124],[-3.4913, 57.306],[-3.491499, 57.3051],[-3.490299, 57.3029],[-3.4902, 57.3018],[-3.4909, 57.3006],[-3.491801, 57.2994],[-3.491801, 57.2991],[-3.4909, 57.2982],[-3.488501, 57.2973],[-3.470299, 57.2946],[-3.4632, 57.2883],[-3.459, 57.286],[-3.4611, 57.2826],[-3.463799, 57.2764],[-3.4577, 57.2695],[-3.454, 57.2588],[-3.466001, 57.2485],[-3.4677, 57.2439],[-3.461499, 57.2388],[-3.4458, 57.2312],[-3.441099, 57.2317],[-3.436899, 57.2319],[-3.4345, 57.2307],[-3.431401, 57.2278],[-3.4305, 57.2263],[-3.429899, 57.2253],[-3.429199, 57.2237],[-3.4296, 57.2231],[-3.4303, 57.2222],[-3.431201, 57.2217],[-3.438299, 57.2176],[-3.4444, 57.2142],[-3.4446, 57.2135],[-3.4442, 57.2128],[-3.433901, 57.2065],[-3.4328, 57.2057],[-3.432699, 57.2052],[-3.4326, 57.2048],[-3.433, 57.2042],[-3.43610, 57.2019],[-3.437001, 57.2011],[-3.437599, 57.2002],[-3.437999, 57.1994],[-3.4381, 57.1987],[-3.4375, 57.1978],[-3.43420, 57.1957],[-3.4343, 57.1952],[-3.434999, 57.1945],[-3.4375, 57.1923],[-3.438299, 57.1914],[-3.44, 57.1906],[-3.4428, 57.1896],[-3.4644, 57.1874],[-3.486601, 57.1868],[-3.512399, 57.1772],[-3.5178, 57.167],[-3.5223, 57.1677],[-3.5281, 57.1694],[-3.531001, 57.1699],[-3.534301, 57.169],[-3.5369, 57.1678],[-3.537699, 57.1672],[-3.538399, 57.1657],[-3.538901, 57.164],[-3.5406, 57.1618],[-3.544501, 57.1585],[-3.5492, 57.1546],[-3.555399, 57.1495],[-3.555799, 57.1488],[-3.5555, 57.1481],[-3.554101, 57.147],[-3.55390, 57.1464],[-3.5537, 57.1457],[-3.55390, 57.1449],[-3.554501, 57.1442],[-3.5571, 57.1417],[-3.5601, 57.1397],[-3.564199, 57.1383],[-3.568501, 57.1380],[-3.569101, 57.1378],[-3.57010, 57.1374],[-3.57240, 57.1364],[-3.574399, 57.1360],[-3.57690, 57.1361],[-3.5799, 57.1369],[-3.58040, 57.1367],[-3.58040, 57.1339],[-3.58110, 57.1324],[-3.5822, 57.1316],[-3.5836, 57.1312],[-3.586699, 57.1309],[-3.5916, 57.1305],[-3.5938, 57.1296],[-3.5961, 57.1284],[-3.597399, 57.1275],[-3.597899, 57.1266],[-3.5982, 57.1254],[-3.5985, 57.1225],[-3.599, 57.1213],[-3.599999, 57.1209],[-3.60130, 57.1205],[-3.604399, 57.1202],[-3.6059, 57.1195],[-3.606801, 57.1181],[-3.6078, 57.1163],[-3.608701, 57.1154],[-3.611099, 57.1142],[-3.6152, 57.1126],[-3.618701, 57.1113],[-3.620699, 57.1109],[-3.6229, 57.1106],[-3.628599, 57.1115],[-3.635799, 57.1143],[-3.64000, 57.1162],[-3.6422, 57.1166],[-3.6462, 57.1164],[-3.648099, 57.1165],[-3.6507, 57.1168],[-3.652499, 57.1167],[-3.652699, 57.1163],[-3.653199, 57.1154],[-3.6533, 57.1138],[-3.6533, 57.1121],[-3.654, 57.1105],[-3.654599, 57.1091],[-3.6551, 57.1084],[-3.6558, 57.1077],[-3.656699, 57.1069],[-3.6584, 57.1062],[-3.6631, 57.105],[-3.67, 57.1047],[-3.673701, 57.1038],[-3.6751, 57.1028],[-3.680799, 57.0963],[-3.686201, 57.0933],[-3.6933, 57.0918],[-3.701401, 57.0901],[-3.7054, 57.089],[-3.7067, 57.0881],[-3.7079, 57.0865],[-3.7112, 57.0811],[-3.7119, 57.0805],[-3.713099, 57.08],[-3.714799, 57.0797],[-3.716401, 57.0796],[-3.7204, 57.0801],[-3.7232, 57.0796],[-3.7253, 57.0784],[-3.7286, 57.0768],[-3.731801, 57.0763],[-3.736099, 57.0763],[-3.740799, 57.0766],[-3.745699, 57.0767],[-3.7478, 57.0763],[-3.7491, 57.0746],[-3.7504, 57.0730],[-3.753999, 57.0716],[-3.7551, 57.0707],[-3.755399, 57.0701],[-3.7553, 57.0695],[-3.7546, 57.0680],[-3.7489, 57.061],[-3.745899, 57.0590],[-3.743299, 57.0579],[-3.741601, 57.0573],[-3.737299, 57.0577],[-3.7307, 57.0575],[-3.729599, 57.0573],[-3.7293, 57.0569],[-3.729399, 57.0563],[-3.7367, 57.0516],[-3.752001, 57.0408],[-3.7546, 57.0392],[-3.7553, 57.0385],[-3.7555, 57.038],[-3.755199, 57.0373],[-3.7527, 57.0357],[-3.752001, 57.0346],[-3.75, 57.0299],[-3.748399, 57.0271],[-3.74790, 57.0255],[-3.7472, 57.0224],[-3.7468, 57.0208],[-3.74630, 57.0197],[-3.743, 57.0183],[-3.74230, 57.0175],[-3.742199, 57.0167],[-3.7425, 57.0149],[-3.744501, 57.0128],[-3.7455, 57.0108],[-3.746099, 57.0045],[-3.746401, 56.9982],[-3.7468, 56.994],[-3.747699, 56.9927],[-3.753299, 56.9896],[-3.75570, 56.9887],[-3.7565, 56.9881],[-3.756601, 56.9866],[-3.7567, 56.981],[-3.7571, 56.9786],[-3.75830, 56.977],[-3.7593, 56.9759],[-3.7614, 56.9748],[-3.764101, 56.974],[-3.767999, 56.9731],[-3.769, 56.9724],[-3.7697, 56.9717],[-3.7706, 56.9705],[-3.7713, 56.9696],[-3.7723, 56.969],[-3.7737, 56.9687],[-3.778701, 56.9676],[-3.779999, 56.967],[-3.78220, 56.9658],[-3.7859, 56.9632],[-3.788, 56.9613],[-3.78900, 56.9600],[-3.7899, 56.9578],[-3.790299, 56.9552],[-3.7906, 56.9521],[-3.79090, 56.9512],[-3.7916, 56.9499],[-3.7927, 56.9492],[-3.794301, 56.9484],[-3.796499, 56.9471],[-3.798399, 56.9456],[-3.7992, 56.9438],[-3.800699, 56.9368],[-3.8108, 56.9364],[-3.8162, 56.9354],[-3.818, 56.9362],[-3.81970, 56.9381],[-3.8213, 56.9389],[-3.8227, 56.939],[-3.8253, 56.9388],[-3.8297, 56.9372],[-3.8329, 56.9343],[-3.837899, 56.9309],[-3.84180, 56.9285],[-3.844, 56.9272],[-3.854599, 56.924],[-3.856, 56.9238],[-3.858099, 56.9244],[-3.863501, 56.9263],[-3.8656, 56.9266],[-3.866801, 56.9262],[-3.8678, 56.9256],[-3.8699, 56.9238],[-3.870699, 56.9238],[-3.878901, 56.9255],[-3.882999, 56.9264],[-3.88520, 56.9267],[-3.8875, 56.9265],[-3.889899, 56.9257],[-3.8924, 56.9249],[-3.894799, 56.9247],[-3.8975, 56.9248],[-3.8994, 56.9258],[-3.8998, 56.9265],[-3.899899, 56.9274],[-3.8987, 56.9306],[-3.899199, 56.9319],[-3.9005, 56.9328],[-3.902299, 56.933],[-3.909199, 56.9325],[-3.91380, 56.9328],[-3.9177, 56.9343],[-3.920099, 56.9347],[-3.927099, 56.9344],[-3.929399, 56.9352],[-3.933199, 56.9362],[-3.9345, 56.9375],[-3.9356, 56.9398],[-3.9364, 56.9408],[-3.937001, 56.9425],[-3.937001, 56.9446],[-3.9368, 56.9479],[-3.9372, 56.9485],[-3.937999, 56.9489],[-3.942699, 56.9481],[-3.94530, 56.9481],[-3.9486, 56.9482],[-3.950099, 56.9481],[-3.9509, 56.9476],[-3.953501, 56.9431],[-3.953501, 56.9418],[-3.9533, 56.9403],[-3.95400, 56.9394],[-3.95630, 56.9378],[-3.9583, 56.9370],[-3.960099, 56.9369],[-3.961601, 56.9375],[-3.962699, 56.9374],[-3.963901, 56.9368],[-3.964301, 56.936],[-3.964301, 56.9349],[-3.9646, 56.9338],[-3.9677, 56.9307],[-3.967999, 56.929],[-3.967, 56.9258],[-3.968199, 56.9226],[-3.96870, 56.9198],[-3.9681, 56.9179],[-3.9632, 56.9154],[-3.962699, 56.9142],[-3.9632, 56.9136],[-3.9633, 56.9126],[-3.9619, 56.9108],[-3.9621, 56.9099],[-3.96450, 56.9066],[-3.9655, 56.9040],[-3.966001, 56.9023],[-3.96660, 56.9005],[-3.967, 56.8998],[-3.9679, 56.8992],[-3.973099, 56.8981],[-3.977299, 56.8965],[-3.992899, 56.8948],[-4.000599, 56.8976],[-4.004399, 56.8983],[-4.008299, 56.8987],[-4.009799, 56.8978],[-4.0123, 56.8935],[-4.017001, 56.8909],[-4.019199, 56.8905],[-4.022099, 56.8899],[-4.0229, 56.8901],[-4.022999, 56.8903],[-4.0226, 56.8913],[-4.022699, 56.8923],[-4.023701, 56.8933],[-4.0281, 56.8967],[-4.031801, 56.8995],[-4.033299, 56.9007],[-4.0348, 56.9006],[-4.035699, 56.9001],[-4.038199, 56.8977],[-4.0393, 56.8974],[-4.040699, 56.8971],[-4.0439, 56.8977],[-4.0488, 56.8982],[-4.0517, 56.8977],[-4.0608, 56.8954],[-4.063099, 56.8952],[-4.071899, 56.8967],[-4.0737, 56.8966],[-4.0832, 56.8945],[-4.094501, 56.8949],[-4.0988, 56.8948],[-4.1065, 56.8948],[-4.110099, 56.8950],[-4.113299, 56.8955],[-4.117499, 56.8967],[-4.121699, 56.8984],[-4.1247, 56.8989],[-4.126201, 56.8989],[-4.133999, 56.8981],[-4.1371, 56.8988],[-4.1563, 56.9051],[-4.161099, 56.9064],[-4.165699, 56.9057],[-4.167099, 56.9059],[-4.168799, 56.9065],[-4.1696, 56.907],[-4.1703, 56.9079],[-4.1724, 56.911],[-4.1731, 56.9113],[-4.173999, 56.9111],[-4.182499, 56.9074],[-4.183701, 56.9066],[-4.184199, 56.9062],[-4.186601, 56.9021],[-4.1961, 56.8964],[-4.1971, 56.8950],[-4.198999, 56.8916],[-4.201601, 56.8870],[-4.202001, 56.8858],[-4.2017, 56.8850],[-4.1998, 56.8837],[-4.193799, 56.8804],[-4.1908, 56.8790],[-4.190499, 56.8787],[-4.190499, 56.8781],[-4.1908, 56.8774],[-4.1924, 56.8765],[-4.1956, 56.8755],[-4.202099, 56.8748],[-4.205699, 56.8739],[-4.2136, 56.87],[-4.2154, 56.8691],[-4.2174, 56.8674],[-4.220399, 56.8646],[-4.222099, 56.8637],[-4.224101, 56.8628],[-4.224699, 56.862],[-4.2259, 56.8589],[-4.227001, 56.8578],[-4.228199, 56.8574],[-4.230199, 56.8572],[-4.235799, 56.8573],[-4.2402, 56.8562],[-4.2463, 56.8551],[-4.251299, 56.8536],[-4.253901, 56.8536],[-4.256899, 56.8541],[-4.258501, 56.8546],[-4.259399, 56.8554],[-4.260099, 56.8564],[-4.260799, 56.8571],[-4.2617, 56.8573],[-4.2624, 56.857],[-4.266099, 56.8538],[-4.2668, 56.8531],[-4.2677, 56.8531],[-4.269501, 56.8529],[-4.2725, 56.8529],[-4.2765, 56.8512],[-4.278299, 56.8509],[-4.2834, 56.8509],[-4.2909, 56.8519],[-4.2929, 56.8525],[-4.294301, 56.8533],[-4.2961, 56.8534],[-4.3, 56.8533],[-4.301899, 56.8529],[-4.306499, 56.8498],[-4.3083, 56.8484],[-4.314301, 56.8426],[-4.316201, 56.842],[-4.3175, 56.8415],[-4.322001, 56.8409],[-4.329101, 56.8375],[-4.329899, 56.836],[-4.329999, 56.8354],[-4.3283, 56.8329],[-4.328199, 56.8264],[-4.328599, 56.8245],[-4.329199, 56.8241],[-4.330599, 56.8236],[-4.3392, 56.8215],[-4.3412, 56.8214],[-4.3424, 56.8222],[-4.3533, 56.8283],[-4.36, 56.8296],[-4.3667, 56.8314],[-4.3718, 56.8328],[-4.3726, 56.8325],[-4.374101, 56.8307],[-4.3791, 56.8262],[-4.3831, 56.8234],[-4.4056, 56.8035],[-4.433199, 56.7784],[-4.435699, 56.7763],[-4.4382, 56.7748],[-4.439301, 56.7745],[-4.4401, 56.7745],[-4.4441, 56.7759],[-4.4492, 56.7775],[-4.4527, 56.7782],[-4.4573, 56.7786],[-4.472199, 56.7856],[-4.4731, 56.7861],[-4.473701, 56.7866],[-4.4768, 56.7895],[-4.479899, 56.7924],[-4.481201, 56.7932],[-4.489999, 56.7951],[-4.505099, 56.8014],[-4.516001, 56.8051],[-4.5176, 56.8054],[-4.518799, 56.8053],[-4.5205, 56.8045],[-4.5261, 56.8015],[-4.526801, 56.801],[-4.529799, 56.7965],[-4.532199, 56.7951],[-4.533901, 56.7942],[-4.533999, 56.7928],[-4.5343, 56.791],[-4.534699, 56.79],[-4.538701, 56.7865],[-4.5419, 56.7849],[-4.5446, 56.7838],[-4.547999, 56.7819],[-4.5487, 56.781],[-4.5491, 56.7799],[-4.548999, 56.7783],[-4.545499, 56.7734],[-4.5453, 56.7726],[-4.545599, 56.7724],[-4.551899, 56.7713],[-4.5602, 56.7697],[-4.577199, 56.7652],[-4.584199, 56.7615],[-4.587699, 56.7607],[-4.588399, 56.7604],[-4.588399, 56.7601],[-4.58650, 56.7594],[-4.585499, 56.7586],[-4.584199, 56.7561],[-4.5793, 56.7449],[-4.575699, 56.7354],[-4.5755, 56.7345],[-4.5885, 56.7245],[-4.5981, 56.7152],[-4.604199, 56.7090],[-4.6044, 56.7085],[-4.6044, 56.7082],[-4.603099, 56.7079],[-4.600699, 56.7077],[-4.5953, 56.7063],[-4.589799, 56.7050],[-4.589, 56.7032],[-4.588901, 56.7021],[-4.589, 56.6977],[-4.5892, 56.6952],[-4.589799, 56.6933],[-4.5903, 56.6928],[-4.5912, 56.6925],[-4.593299, 56.6921],[-4.596601, 56.692],[-4.608399, 56.6918],[-4.617099, 56.6905],[-4.6229, 56.6889],[-4.6299, 56.6862],[-4.632899, 56.6832],[-4.6419, 56.6806],[-4.6465, 56.6796],[-4.649, 56.6782],[-4.65200, 56.6761],[-4.65450, 56.6755],[-4.661201, 56.6754],[-4.667799, 56.6763],[-4.671801, 56.6772],[-4.685699, 56.6764],[-4.693901, 56.6755],[-4.701401, 56.6758],[-4.7068, 56.6765],[-4.7129, 56.677],[-4.7157, 56.6768],[-4.716499, 56.6662],[-4.717, 56.6599],[-4.7177, 56.6548],[-4.717199, 56.6526],[-4.715899, 56.6491],[-4.7154, 56.6465],[-4.715199, 56.6444],[-4.7147, 56.6432],[-4.714, 56.6424],[-4.7065, 56.6430],[-4.701499, 56.6437],[-4.6953, 56.6441],[-4.6859, 56.6427],[-4.6817, 56.6423],[-4.67, 56.6414],[-4.664999, 56.6400],[-4.663, 56.6398],[-4.661001, 56.6400],[-4.6602, 56.6403],[-4.659699, 56.6406],[-4.639501, 56.6542],[-4.6312, 56.6571],[-4.630099, 56.6569],[-4.629399, 56.6566],[-4.6279, 56.6553],[-4.62760, 56.6551],[-4.6271, 56.6547],[-4.626699, 56.6544],[-4.626699, 56.6536],[-4.6271, 56.6521],[-4.627399, 56.6491],[-4.626601, 56.6478],[-4.619599, 56.6424],[-4.6181, 56.6412],[-4.617499, 56.6406],[-4.616601, 56.6394],[-4.616001, 56.6385],[-4.615799, 56.6379],[-4.615799, 56.6373],[-4.616401, 56.6363],[-4.619599, 56.634],[-4.624199, 56.6315],[-4.633501, 56.6253],[-4.6341, 56.6247],[-4.6341, 56.6242],[-4.633501, 56.6235],[-4.626, 56.617],[-4.6282, 56.6067],[-4.652299, 56.6053],[-4.667099, 56.6011],[-4.679599, 56.6033],[-4.682001, 56.5966],[-4.7129, 56.5844],[-4.73290, 56.5813],[-4.77400, 56.5795],[-4.819699, 56.5838],[-4.8545, 56.5695],[-4.866099, 56.5713],[-4.8906, 56.5675],[-4.9017, 56.5628],[-4.921401, 56.5710],[-4.933199, 56.5709],[-4.9583, 56.5738],[-4.9527, 56.563],[-4.972499, 56.5584],[-4.9829, 56.5482],[-4.994599, 56.5473],[-4.9968, 56.5512],[-4.997799, 56.5555],[-4.999501, 56.5628],[-4.999199, 56.5674],[-4.9942, 56.6265],[-4.9949, 56.6344],[-4.9968, 56.6417],[-5.001, 56.6438],[-5.010099, 56.6385],[-5.02, 56.6406],[-5.0282, 56.6430],[-5.0355, 56.6416],[-5.0411, 56.6397],[-5.0422, 56.6383],[-5.0418, 56.6354],[-5.039999, 56.6312],[-5.039899, 56.6295],[-5.043799, 56.6274],[-5.0555, 56.6263],[-5.059599, 56.6251],[-5.0618, 56.6246],[-5.063701, 56.625],[-5.0658, 56.6255],[-5.0671, 56.6254],[-5.0679, 56.6253],[-5.068901, 56.6248],[-5.070799, 56.6239],[-5.073999, 56.6225],[-5.0774, 56.6204],[-5.077799, 56.6197],[-5.077799, 56.619],[-5.077499, 56.6186],[-5.070099, 56.6174],[-5.066299, 56.6166],[-5.065599, 56.6161],[-5.0665, 56.6154],[-5.075799, 56.6109],[-5.079101, 56.6092],[-5.0818, 56.6088],[-5.084199, 56.6083],[-5.0878, 56.6082],[-5.091401, 56.6089],[-5.114301, 56.6161],[-5.1255, 56.6165],[-5.1342, 56.6171],[-5.1414, 56.6166],[-5.1516, 56.6146],[-5.152999, 56.615],[-5.152999, 56.6158],[-5.15, 56.6236],[-5.150199, 56.6249],[-5.150899, 56.6257],[-5.1528, 56.6267],[-5.1745, 56.6274],[-5.182799, 56.6294],[-5.1896, 56.6307],[-5.200799, 56.6304],[-5.2141, 56.6328],[-5.2146, 56.6320],[-5.214799, 56.6279],[-5.215899, 56.6238],[-5.216001, 56.6222],[-5.2137, 56.6208],[-5.2122, 56.6196],[-5.2121, 56.6185],[-5.212699, 56.617],[-5.2122, 56.6152],[-5.21, 56.6111],[-5.2101, 56.6096],[-5.210499, 56.609],[-5.2115, 56.6084],[-5.2128, 56.608],[-5.216001, 56.6065],[-5.2177, 56.6047],[-5.217899, 56.6038],[-5.2167, 56.6031],[-5.216801, 56.6024],[-5.219399, 56.6013],[-5.2259, 56.599],[-5.22800, 56.5965],[-5.229199, 56.5951],[-5.2316, 56.5944],[-5.2366, 56.5943],[-5.241899, 56.5939],[-5.247099, 56.5937],[-5.2536, 56.595],[-5.2606, 56.5970],[-5.264699, 56.5986],[-5.269, 56.5994],[-5.2741, 56.6015],[-5.2761, 56.6013],[-5.277599, 56.6008],[-5.2796, 56.5997],[-5.281899, 56.5977],[-5.283999, 56.5971],[-5.28900, 56.5967],[-5.2919, 56.5974],[-5.29320, 56.5979],[-5.296201, 56.5988],[-5.2978, 56.5998],[-5.2982, 56.6006],[-5.298501, 56.6019],[-5.298901, 56.6023],[-5.299799, 56.6025],[-5.3027, 56.6036],[-5.309999, 56.6076],[-5.312099, 56.609],[-5.314199, 56.6105],[-5.3157, 56.6117],[-5.317699, 56.615],[-5.3187, 56.6163],[-5.3242, 56.6206],[-5.3206, 56.6223],[-5.316401, 56.6244],[-5.315199, 56.6254],[-5.314101, 56.627],[-5.31350, 56.6289],[-5.3126, 56.6297],[-5.310599, 56.6307],[-5.307899, 56.6323],[-5.30550, 56.6336],[-5.300799, 56.6361],[-5.298501, 56.6373],[-5.2975, 56.6385],[-5.296201, 56.6393],[-5.29510, 56.6403],[-5.2946, 56.6414],[-5.294899, 56.6429],[-5.295599, 56.6444],[-5.2971, 56.6456],[-5.2991, 56.6466],[-5.301801, 56.6475],[-5.303299, 56.6472],[-5.3048, 56.6468],[-5.3059, 56.6468],[-5.30730, 56.6481],[-5.3083, 56.6483],[-5.3097, 56.6483],[-5.310699, 56.6478],[-5.31250, 56.6465],[-5.3132, 56.6465],[-5.3136, 56.6466],[-5.31350, 56.6471],[-5.3118, 56.6485],[-5.3118, 56.6494],[-5.3122, 56.6498],[-5.312799, 56.6501],[-5.314899, 56.6503],[-5.3178, 56.6495],[-5.320499, 56.6483],[-5.322001, 56.6478],[-5.322999, 56.6479],[-5.3231, 56.6482],[-5.3203, 56.6504],[-5.3171, 56.6519],[-5.314899, 56.6533],[-5.312799, 56.6546],[-5.3098, 56.6563],[-5.3067, 56.6571],[-5.302199, 56.6605],[-5.2995, 56.6618],[-5.2954, 56.662],[-5.2911, 56.6627],[-5.2884, 56.6643],[-5.2849, 56.664],[-5.2817, 56.6637],[-5.2807, 56.6642],[-5.279799, 56.6649],[-5.278901, 56.6662],[-5.278299, 56.6669],[-5.2781, 56.6678],[-5.277299, 56.6682],[-5.273099, 56.6698],[-5.272099, 56.6698],[-5.269899, 56.6694],[-5.268701, 56.6692],[-5.266699, 56.6694],[-5.2638, 56.6702],[-5.261899, 56.6723],[-5.2603, 56.6723],[-5.257999, 56.6715],[-5.2561, 56.6707],[-5.252399, 56.6713],[-5.251299, 56.671],[-5.2508, 56.6701],[-5.250899, 56.6685],[-5.251, 56.6675],[-5.2504, 56.667],[-5.249501, 56.667],[-5.248701, 56.6673],[-5.247399, 56.6697],[-5.24630, 56.6714],[-5.244699, 56.673],[-5.2427, 56.6744],[-5.2377, 56.677],[-5.23570, 56.6787],[-5.233701, 56.6802],[-5.229899, 56.6815],[-5.224999, 56.6851],[-5.2224, 56.6865],[-5.2202, 56.6873],[-5.2141, 56.6874],[-5.2083, 56.6875],[-5.201001, 56.6869],[-5.194301, 56.6866],[-5.1928, 56.6867],[-5.191299, 56.6868],[-5.190199, 56.6872],[-5.1883, 56.6879],[-5.1848, 56.6888],[-5.1824, 56.6887],[-5.179699, 56.6885],[-5.1803, 56.6905],[-5.1814, 56.6914],[-5.1823, 56.6922],[-5.1826, 56.6936],[-5.1819, 56.6952],[-5.1806, 56.6963],[-5.180399, 56.6971],[-5.1806, 56.6984],[-5.180799, 56.6991],[-5.1819, 56.6998],[-5.1838, 56.7003],[-5.186299, 56.7006],[-5.1922, 56.7003],[-5.198999, 56.7016],[-5.202199, 56.7027],[-5.204599, 56.7024],[-5.207099, 56.7025],[-5.209101, 56.7024],[-5.212, 56.7023],[-5.2146, 56.7028],[-5.2162, 56.7027],[-5.218599, 56.7013],[-5.2203, 56.7011],[-5.222899, 56.7016],[-5.2269, 56.7014],[-5.2295, 56.7020],[-5.231801, 56.7030],[-5.235099, 56.7039],[-5.237299, 56.7044],[-5.2387, 56.7044],[-5.242199, 56.7035],[-5.2431, 56.7037],[-5.243501, 56.7042],[-5.24280, 56.7061],[-5.242199, 56.7070],[-5.239999, 56.7086],[-5.235199, 56.7117],[-5.234799, 56.7123],[-5.234799, 56.7131],[-5.234399, 56.7136],[-5.2333, 56.7141],[-5.2333, 56.7145],[-5.2345, 56.7149],[-5.235799, 56.7158],[-5.236401, 56.7166],[-5.236499, 56.717],[-5.2362, 56.7176],[-5.2361, 56.7184],[-5.23570, 56.7190],[-5.2322, 56.7211],[-5.230299, 56.7232],[-5.229599, 56.7251],[-5.2285, 56.7269],[-5.2269, 56.7288],[-5.2239, 56.7311],[-5.2145, 56.736],[-5.2107, 56.7379],[-5.2083, 56.7393],[-5.206299, 56.7404],[-5.2038, 56.7423],[-5.202799, 56.7433],[-5.201001, 56.7449],[-5.1971, 56.748],[-5.1922, 56.7511],[-5.1885, 56.7540],[-5.18790, 56.7552],[-5.1864, 56.7569],[-5.1847, 56.7582],[-5.181001, 56.761],[-5.178199, 56.7633],[-5.175799, 56.7655],[-5.1728, 56.7678],[-5.171299, 56.7690],[-5.1682, 56.7708],[-5.165699, 56.7718],[-5.1652, 56.7725],[-5.165299, 56.7733],[-5.165599, 56.7739],[-5.165699, 56.7744],[-5.1651, 56.7753],[-5.1639, 56.7758],[-5.1633, 56.7773],[-5.162799, 56.7785],[-5.1623, 56.7793],[-5.160699, 56.7806],[-5.1559, 56.784],[-5.151801, 56.7864],[-5.147399, 56.7895],[-5.144199, 56.7915],[-5.1393, 56.7949],[-5.135799, 56.7985],[-5.132999, 56.8013],[-5.130199, 56.8043],[-5.126299, 56.8076],[-5.121099, 56.8117],[-5.118701, 56.8134],[-5.1159, 56.8157],[-5.1134, 56.8176],[-5.110899, 56.8187],[-5.103701, 56.822],[-5.102399, 56.8227],[-5.102399, 56.8229],[-5.1027, 56.8230],[-5.1035, 56.8232],[-5.104199, 56.8231],[-5.104899, 56.8230],[-5.10600, 56.8228],[-5.1082, 56.8223],[-5.109399, 56.8217],[-5.1104, 56.8210],[-5.1111, 56.8203],[-5.112, 56.8202],[-5.112, 56.8208],[-5.111001, 56.822],[-5.106801, 56.8234],[-5.102399, 56.8248],[-5.098599, 56.8248],[-5.097001, 56.8256],[-5.0927, 56.8279],[-5.090899, 56.8290],[-5.090799, 56.8293],[-5.09120, 56.8293],[-5.0921, 56.8290],[-5.0931, 56.8288],[-5.093501, 56.8291],[-5.093299, 56.8297],[-5.091401, 56.8307],[-5.0904, 56.8309],[-5.089, 56.8309],[-5.086299, 56.8307],[-5.0847, 56.8308],[-5.0835, 56.8309],[-5.083, 56.8311],[-5.082699, 56.8314],[-5.0826, 56.8316],[-5.083, 56.8319],[-5.0887, 56.8317],[-5.0897, 56.8323],[-5.0913, 56.8323],[-5.092899, 56.8319],[-5.094301, 56.8317],[-5.094699, 56.8335],[-5.094501, 56.8343],[-5.09380, 56.8348],[-5.0928, 56.8352],[-5.092899, 56.8358],[-5.092899, 56.8361],[-5.0937, 56.836],[-5.094501, 56.8359],[-5.095399, 56.8355],[-5.095799, 56.8345],[-5.096099, 56.8334],[-5.0956, 56.8312],[-5.0952, 56.8303],[-5.0952, 56.8294],[-5.095699, 56.8286],[-5.0962, 56.8280],[-5.097199, 56.8276],[-5.098599, 56.8274],[-5.0998, 56.8279],[-5.099999, 56.8286],[-5.099899, 56.8296],[-5.098, 56.8326],[-5.097899, 56.8341],[-5.098599, 56.8352],[-5.107299, 56.8392],[-5.113299, 56.8415],[-5.116001, 56.8417],[-5.118501, 56.8418],[-5.119999, 56.8422],[-5.120699, 56.8429],[-5.1229, 56.8433],[-5.126699, 56.8434],[-5.1307, 56.8431],[-5.1341, 56.8419],[-5.134799, 56.8413],[-5.129799, 56.8403],[-5.129399, 56.8404],[-5.1291, 56.8407],[-5.1285, 56.8407],[-5.127999, 56.8407],[-5.12780, 56.8401],[-5.127999, 56.8395],[-5.128799, 56.8392],[-5.130799, 56.8395],[-5.1362, 56.8404],[-5.138199, 56.8396],[-5.1435, 56.8391],[-5.1476, 56.8398],[-5.1525, 56.8419],[-5.1577, 56.8432],[-5.1599, 56.8441],[-5.160299, 56.8452],[-5.1602, 56.846],[-5.159999, 56.847],[-5.1601, 56.8475],[-5.16090, 56.8485],[-5.1623, 56.8492],[-5.165299, 56.8501],[-5.167799, 56.8507],[-5.1708, 56.8525],[-5.172299, 56.8531],[-5.175, 56.853],[-5.177299, 56.853],[-5.1803, 56.8534],[-5.183599, 56.8533],[-5.1861, 56.8543],[-5.1882, 56.855],[-5.1911, 56.855],[-5.195399, 56.8557],[-5.19750, 56.8557],[-5.2003, 56.8552],[-5.202899, 56.8552],[-5.206201, 56.8556],[-5.2129, 56.8554],[-5.23150, 56.855],[-5.233399, 56.855],[-5.235, 56.8556],[-5.2361, 56.8557],[-5.2375, 56.8552],[-5.238599, 56.8549],[-5.2409, 56.8552],[-5.241601, 56.8552],[-5.242199, 56.8548],[-5.243299, 56.8543],[-5.2439, 56.8541],[-5.244599, 56.8543],[-5.246, 56.8549],[-5.2469, 56.8551],[-5.2493, 56.8547],[-5.2522, 56.8547],[-5.252699, 56.8544],[-5.2529, 56.8541],[-5.25250, 56.8537],[-5.25250, 56.8532],[-5.252699, 56.8531],[-5.252999, 56.853],[-5.2546, 56.8533],[-5.255799, 56.8538],[-5.2575, 56.8539],[-5.2581, 56.8538],[-5.2592, 56.8534],[-5.2599, 56.8533],[-5.260499, 56.8535],[-5.2617, 56.854],[-5.2628, 56.8543],[-5.265299, 56.8543],[-5.2664, 56.8545],[-5.267799, 56.8546],[-5.2697, 56.8545],[-5.276299, 56.8547],[-5.28, 56.8553],[-5.2844, 56.8552],[-5.2869, 56.8556],[-5.2905, 56.8559],[-5.293099, 56.8558],[-5.2961, 56.8561],[-5.3052, 56.8565],[-5.3101, 56.8576],[-5.3133, 56.8583],[-5.316401, 56.8592],[-5.319799, 56.8589],[-5.3249, 56.8595],[-5.327799, 56.8604],[-5.330299, 56.8601],[-5.3315, 56.8597],[-5.334199, 56.8604],[-5.3345, 56.8602],[-5.334599, 56.8598],[-5.3344, 56.8595],[-5.332399, 56.8591],[-5.332099, 56.8587],[-5.3329, 56.8571],[-5.3345, 56.8568],[-5.334599, 56.8566],[-5.333099, 56.8564],[-5.3322, 56.8563],[-5.332001, 56.8562],[-5.333799, 56.8557],[-5.333799, 56.8554],[-5.332399, 56.8552],[-5.3288, 56.8543],[-5.3249, 56.8524],[-5.319301, 56.8508],[-5.314, 56.8488],[-5.3123, 56.8478],[-5.3105, 56.8474],[-5.3085, 56.8473],[-5.307899, 56.847],[-5.307001, 56.8464],[-5.304599, 56.8466],[-5.300799, 56.8475],[-5.2954, 56.8472],[-5.286001, 56.847],[-5.279301, 56.8464],[-5.271801, 56.8453],[-5.269101, 56.845],[-5.264501, 56.8444],[-5.262599, 56.844],[-5.2621, 56.844],[-5.2613, 56.8446],[-5.2603, 56.845],[-5.2596, 56.8452],[-5.2588, 56.8452],[-5.258501, 56.8452],[-5.258399, 56.8451],[-5.258299, 56.8447],[-5.2582, 56.8441],[-5.2578, 56.8437],[-5.257199, 56.8436],[-5.256299, 56.8437],[-5.255499, 56.8441],[-5.255099, 56.8444],[-5.2545, 56.8446],[-5.25410, 56.8445],[-5.2535, 56.8442],[-5.252699, 56.8434],[-5.2519, 56.8431],[-5.2505, 56.8430],[-5.247799, 56.8431],[-5.2354, 56.8429],[-5.232999, 56.8435],[-5.2301, 56.8427],[-5.2279, 56.8427],[-5.2227, 56.8436],[-5.2076, 56.8453],[-5.2017, 56.8455],[-5.1984, 56.8453],[-5.196801, 56.8451],[-5.191899, 56.8451],[-5.1868, 56.846],[-5.1835, 56.8466],[-5.179699, 56.8464],[-5.1771, 56.8466],[-5.1763, 56.8463],[-5.1742, 56.8456],[-5.1689, 56.8453],[-5.164199, 56.8433],[-5.1613, 56.8427],[-5.157499, 56.8405],[-5.1557, 56.8397],[-5.1491, 56.8374],[-5.145, 56.8371],[-5.138901, 56.8371],[-5.1349, 56.8369],[-5.1316, 56.836],[-5.1296, 56.8357],[-5.1271, 56.8346],[-5.1213, 56.8348],[-5.1206, 56.8335],[-5.1205, 56.8326],[-5.122399, 56.8301],[-5.1226, 56.8293],[-5.1222, 56.8289],[-5.1206, 56.8283],[-5.1202, 56.8278],[-5.120299, 56.8268],[-5.1205, 56.8263],[-5.121201, 56.8253],[-5.1223, 56.8244],[-5.123, 56.8230],[-5.1235, 56.8222],[-5.124199, 56.8217],[-5.124899, 56.8213],[-5.126801, 56.8207],[-5.128901, 56.8203],[-5.129799, 56.8196],[-5.131001, 56.8184],[-5.131899, 56.8180],[-5.132999, 56.8177],[-5.1342, 56.8175],[-5.134501, 56.8169],[-5.134799, 56.8148],[-5.136099, 56.8135],[-5.1388, 56.8123],[-5.1405, 56.8111],[-5.143099, 56.809],[-5.1483, 56.8066],[-5.148799, 56.806],[-5.148701, 56.8045],[-5.148901, 56.8038],[-5.149301, 56.8033],[-5.151401, 56.803],[-5.152599, 56.803],[-5.152699, 56.8028],[-5.152299, 56.8025],[-5.151801, 56.802],[-5.151801, 56.8015],[-5.150499, 56.8012],[-5.15040, 56.8009],[-5.151, 56.8008],[-5.15220, 56.8005],[-5.156099, 56.8001],[-5.1605, 56.7989],[-5.162199, 56.798],[-5.163701, 56.796],[-5.1647, 56.7951],[-5.166601, 56.7937],[-5.169301, 56.7916],[-5.172, 56.7902],[-5.174301, 56.7892],[-5.176401, 56.7877],[-5.177999, 56.7872],[-5.17920, 56.7867],[-5.179999, 56.7861],[-5.180799, 56.7856],[-5.1843, 56.7841],[-5.1868, 56.7831],[-5.1882, 56.7823],[-5.1907, 56.7800],[-5.1924, 56.7788],[-5.19750, 56.7760],[-5.202499, 56.7738],[-5.203501, 56.7728],[-5.2051, 56.7721],[-5.2085, 56.7698],[-5.2095, 56.7688],[-5.211, 56.7685],[-5.2133, 56.7684],[-5.2137, 56.7680],[-5.2142, 56.7659],[-5.2146, 56.7654],[-5.215499, 56.7650],[-5.2167, 56.7647],[-5.21740, 56.7649],[-5.217299, 56.7657],[-5.216001, 56.7681],[-5.216401, 56.7685],[-5.2192, 56.7688],[-5.2205, 56.7694],[-5.222899, 56.7692],[-5.224501, 56.7689],[-5.2265, 56.7687],[-5.22800, 56.7683],[-5.229199, 56.7673],[-5.2307, 56.7673],[-5.231699, 56.7670],[-5.23320, 56.7667],[-5.233399, 56.7666],[-5.232299, 56.7649],[-5.2329, 56.7649],[-5.233701, 56.7651],[-5.234301, 56.7649],[-5.234399, 56.7645],[-5.2336, 56.7634],[-5.234, 56.7632],[-5.2347, 56.7636],[-5.236001, 56.7637],[-5.23670, 56.7635],[-5.2366, 56.7631],[-5.235099, 56.7624],[-5.2353, 56.7617],[-5.23410, 56.761],[-5.230599, 56.7602],[-5.2279, 56.7583],[-5.2273, 56.7549],[-5.226699, 56.7541],[-5.2264, 56.7532],[-5.226601, 56.7522],[-5.227001, 56.7512],[-5.2277, 56.7504],[-5.229199, 56.7494],[-5.2311, 56.7489],[-5.2325, 56.7483],[-5.2381, 56.7448],[-5.239799, 56.7442],[-5.240699, 56.7429],[-5.2417, 56.7426],[-5.242499, 56.7421],[-5.2427, 56.7411],[-5.2434, 56.7402],[-5.2444, 56.7397],[-5.2483, 56.7388],[-5.25, 56.7378],[-5.2508, 56.7343],[-5.252699, 56.7325],[-5.252699, 56.7318],[-5.2526, 56.7315],[-5.25150, 56.7298],[-5.2497, 56.7276],[-5.2465, 56.7261],[-5.2413, 56.724],[-5.238901, 56.7229],[-5.238599, 56.7221],[-5.2384, 56.7216],[-5.2384, 56.7209],[-5.238999, 56.7204],[-5.239999, 56.7201],[-5.244999, 56.7199],[-5.250599, 56.7183],[-5.2553, 56.7172],[-5.2587, 56.7171],[-5.261899, 56.7166],[-5.2643, 56.7153],[-5.2701, 56.7125],[-5.272099, 56.7114],[-5.274199, 56.7086],[-5.2767, 56.7065],[-5.2791, 56.7034],[-5.2803, 56.7014],[-5.280799, 56.7010],[-5.2813, 56.7011],[-5.2831, 56.7037],[-5.2834, 56.7042],[-5.283599, 56.7048],[-5.283501, 56.7054],[-5.2828, 56.7058],[-5.2824, 56.7062],[-5.2827, 56.7065],[-5.283599, 56.7068],[-5.2842, 56.7067],[-5.2848, 56.7062],[-5.2848, 56.7051],[-5.2852, 56.7047],[-5.28550, 56.7047],[-5.285699, 56.7050],[-5.286001, 56.7064],[-5.2859, 56.7072],[-5.285299, 56.7077],[-5.283901, 56.7076],[-5.283299, 56.7086],[-5.283299, 56.7090],[-5.283901, 56.7098],[-5.2858, 56.7107],[-5.2883, 56.7116],[-5.290299, 56.7124],[-5.293799, 56.7131],[-5.296401, 56.7132],[-5.3006, 56.7126],[-5.301801, 56.7119],[-5.302199, 56.7116],[-5.303501, 56.7097],[-5.304999, 56.7082],[-5.309501, 56.7062],[-5.3108, 56.7055],[-5.3119, 56.7039],[-5.3153, 56.7018],[-5.3161, 56.7004],[-5.3154, 56.6989],[-5.315899, 56.6987],[-5.318901, 56.6971],[-5.3206, 56.6971],[-5.32210, 56.6966],[-5.323299, 56.6964],[-5.326001, 56.6943],[-5.328, 56.694],[-5.3304, 56.6938],[-5.332699, 56.6931],[-5.334599, 56.6919],[-5.3347, 56.691],[-5.334799, 56.6900],[-5.335299, 56.6893],[-5.336401, 56.6886],[-5.340899, 56.6876],[-5.3432, 56.6864],[-5.3441, 56.6856],[-5.3476, 56.6847],[-5.3494, 56.6832],[-5.350399, 56.6812],[-5.3515, 56.6816],[-5.352799, 56.6825],[-5.354599, 56.6824],[-5.3554, 56.6822],[-5.355899, 56.6818],[-5.355899, 56.6813],[-5.355199, 56.6806],[-5.3545, 56.6806],[-5.354101, 56.6811],[-5.3533, 56.6807],[-5.353, 56.6803],[-5.3519, 56.6783],[-5.351201, 56.6771],[-5.351201, 56.6761],[-5.352099, 56.675],[-5.35430, 56.6731],[-5.3566, 56.6721],[-5.3597, 56.6704],[-5.362899, 56.6684],[-5.366401, 56.6656],[-5.367099, 56.6652],[-5.3688, 56.6645],[-5.372499, 56.6634],[-5.375299, 56.662],[-5.383901, 56.6573],[-5.3902, 56.6539],[-5.391699, 56.6518],[-5.393701, 56.6503],[-5.394899, 56.6492],[-5.3965, 56.6479],[-5.3985, 56.6464],[-5.4022, 56.6444],[-5.4032, 56.6435],[-5.4041, 56.6430],[-5.4052, 56.6427],[-5.4067, 56.6425],[-5.4088, 56.6424],[-5.4094, 56.6428],[-5.409501, 56.6439],[-5.409999, 56.6454],[-5.411601, 56.6472],[-5.412399, 56.6477],[-5.413599, 56.6478],[-5.415599, 56.6476],[-5.420899, 56.6461],[-5.423501, 56.6453],[-5.4271, 56.6441],[-5.431201, 56.6435],[-5.4327, 56.6427],[-5.4352, 56.6399],[-5.436699, 56.6391],[-5.437699, 56.6386],[-5.439101, 56.6371],[-5.441801, 56.634],[-5.442999, 56.6332],[-5.445099, 56.6321],[-5.4478, 56.6304],[-5.448901, 56.6293],[-5.449699, 56.6274],[-5.450099, 56.627],[-5.4523, 56.6258],[-5.4594, 56.6219],[-5.463799, 56.6196],[-5.4657, 56.618],[-5.466801, 56.6165],[-5.467899, 56.6161],[-5.4717, 56.6159],[-5.475599, 56.6165],[-5.480899, 56.6171],[-5.4821, 56.6174],[-5.483399, 56.6173],[-5.4853, 56.6166],[-5.486001, 56.6147],[-5.4861, 56.6128],[-5.4861, 56.6114],[-5.486499, 56.6111],[-5.487599, 56.6112],[-5.489699, 56.612],[-5.4918, 56.6133],[-5.493599, 56.6142],[-5.4963, 56.6154],[-5.4993, 56.6162],[-5.502, 56.6167],[-5.511499, 56.6179],[-5.5142, 56.6175],[-5.5179, 56.6177],[-5.5211, 56.6178],[-5.523399, 56.6175],[-5.5245, 56.6168],[-5.525599, 56.6158],[-5.5257, 56.6152],[-5.5254, 56.6147],[-5.522699, 56.6148],[-5.5215, 56.6145],[-5.519101, 56.6129],[-5.5176, 56.6125],[-5.5134, 56.6119],[-5.510399, 56.6115],[-5.507199, 56.611],[-5.504301, 56.6101],[-5.500299, 56.6091],[-5.495699, 56.6088],[-5.4934, 56.6082],[-5.4923, 56.6079],[-5.491099, 56.6073],[-5.4912, 56.6067],[-5.4949, 56.602],[-5.498199, 56.5993],[-5.5014, 56.5968],[-5.5033, 56.5951],[-5.5057, 56.5936],[-5.507999, 56.5904],[-5.508999, 56.5896],[-5.512599, 56.5879],[-5.5149, 56.5867],[-5.516099, 56.5855],[-5.51730, 56.5830],[-5.518701, 56.5798],[-5.521801, 56.5756],[-5.5233, 56.5739],[-5.52510, 56.5728],[-5.527699, 56.5716],[-5.529301, 56.5706],[-5.5316, 56.5693],[-5.5359, 56.5673],[-5.539599, 56.5648],[-5.541601, 56.5633],[-5.5422, 56.5619],[-5.544199, 56.5596],[-5.544899, 56.5584],[-5.5447, 56.5573],[-5.545, 56.5561],[-5.5457, 56.5554],[-5.549699, 56.5531],[-5.5509, 56.5525],[-5.5559, 56.5516],[-5.557799, 56.5512],[-5.558701, 56.5505],[-5.5585, 56.5483],[-5.5583, 56.5467],[-5.5589, 56.5455],[-5.559999, 56.5448],[-5.563, 56.544],[-5.5658, 56.5429],[-5.5674, 56.5423],[-5.571499, 56.5402],[-5.574699, 56.5388],[-5.575399, 56.538],[-5.5759, 56.5373],[-5.5762, 56.5371],[-5.578199, 56.5373],[-5.5797, 56.5373],[-5.581299, 56.5369],[-5.5851, 56.5359],[-5.5865, 56.5356],[-5.58710, 56.5353],[-5.5876, 56.5346],[-5.588399, 56.5322],[-5.5891, 56.5313],[-5.5907, 56.5305],[-5.59310, 56.5292],[-5.5977, 56.5268],[-5.60270, 56.5263],[-5.604599, 56.5257],[-5.607699, 56.5236],[-5.610199, 56.5224],[-5.616001, 56.5214],[-5.6188, 56.5211],[-5.6214, 56.5212],[-5.6233, 56.5206],[-5.6248, 56.5196],[-5.6264, 56.5178],[-5.6275, 56.517],[-5.6307, 56.5161],[-5.633999, 56.5156],[-5.6374, 56.5145],[-5.639999, 56.5126],[-5.642099, 56.511],[-5.6469, 56.5096],[-5.649899, 56.5093],[-5.6536, 56.5083],[-5.663099, 56.5053],[-5.6683, 56.5041],[-5.674301, 56.5027],[-5.6763, 56.502],[-5.677599, 56.5009],[-5.6784, 56.5002],[-5.67920, 56.4991],[-5.6803, 56.4984],[-5.6817, 56.4975],[-5.6833, 56.4977],[-5.684899, 56.4988],[-5.68580, 56.4988],[-5.68720, 56.499],[-5.68800, 56.4998],[-5.688701, 56.501],[-5.689101, 56.5031],[-5.68860, 56.5041],[-5.68860, 56.5049],[-5.6897, 56.5067],[-5.6903, 56.5095],[-5.691401, 56.5118],[-5.69280, 56.5130],[-5.693999, 56.5136],[-5.701499, 56.5153],[-5.708701, 56.5162],[-5.716801, 56.5167],[-5.723501, 56.5172],[-5.72900, 56.5182],[-5.732699, 56.5209],[-5.73610, 56.5230],[-5.7375, 56.5239],[-5.7424, 56.5255],[-5.744101, 56.5257],[-5.745299, 56.5258],[-5.74640, 56.5256],[-5.74730, 56.5253],[-5.748099, 56.5243],[-5.75000, 56.5202],[-5.750599000000002, 56.5192],[-5.7511, 56.5187],[-5.751601, 56.5186],[-5.7522, 56.5186],[-5.7536, 56.5193],[-5.754301, 56.5201],[-5.755199, 56.5214],[-5.756001, 56.5228],[-5.7578, 56.5242],[-5.759501, 56.5254],[-5.761401, 56.5282],[-5.76240, 56.5298],[-5.765399, 56.5314],[-5.76850, 56.5331],[-5.7694, 56.5353],[-5.769501, 56.5369],[-5.769, 56.538],[-5.7677, 56.5389],[-5.766201, 56.5389],[-5.763299, 56.538],[-5.761899, 56.5379],[-5.7596, 56.5403],[-5.75710, 56.5419],[-5.75470, 56.5432],[-5.7533, 56.5449],[-5.7533, 56.547],[-5.7536, 56.5485],[-5.7536, 56.5501],[-5.752699, 56.5514],[-5.751699, 56.5522],[-5.7501, 56.5531],[-5.74680, 56.5546],[-5.744501, 56.5561],[-5.74310, 56.559],[-5.7417, 56.5611],[-5.74030, 56.5622],[-5.739799, 56.5632],[-5.739999, 56.5638],[-5.744501, 56.564],[-5.7472, 56.5634],[-5.749101, 56.5628],[-5.755499, 56.5593],[-5.757999, 56.5571],[-5.761499, 56.555],[-5.763, 56.5533],[-5.76310, 56.5515],[-5.7638, 56.5501],[-5.76560, 56.5477],[-5.7701, 56.5439],[-5.771801, 56.5417],[-5.773099, 56.538],[-5.7732, 56.5362],[-5.773799, 56.5352],[-5.775199, 56.5343],[-5.77950, 56.5337],[-5.783599, 56.5335],[-5.793399, 56.5343],[-5.7991, 56.5347],[-5.8024, 56.5343],[-5.8042, 56.5346],[-5.807199, 56.5359],[-5.8133, 56.5382],[-5.8178, 56.5392],[-5.822999, 56.5396],[-5.829101, 56.5398],[-5.832799, 56.5402],[-5.837999, 56.5427],[-5.840199, 56.5442],[-5.8412, 56.5444],[-5.84200, 56.5444],[-5.8428, 56.5437],[-5.843901, 56.5437],[-5.844699, 56.5437],[-5.847499, 56.5447],[-5.8498, 56.5451],[-5.85100, 56.5451],[-5.852099, 56.5451],[-5.853099, 56.5448],[-5.854101, 56.5445],[-5.85470, 56.5445],[-5.855199, 56.5446],[-5.855899, 56.5448],[-5.857299, 56.545],[-5.860899, 56.5449],[-5.862199, 56.5449],[-5.862999, 56.5452],[-5.86320, 56.5457],[-5.8631, 56.5465],[-5.86320, 56.547],[-5.863999, 56.5475],[-5.8649, 56.5477],[-5.8656, 56.5476],[-5.866899, 56.5475],[-5.867499, 56.5476],[-5.867599, 56.5479],[-5.867599, 56.5482],[-5.867599, 56.5486],[-5.86840, 56.5491],[-5.869501, 56.5496],[-5.8734, 56.5499],[-5.874899, 56.5499],[-5.876299, 56.5501],[-5.877999, 56.5509],[-5.881801, 56.5523],[-5.883501, 56.5525],[-5.8873, 56.5515],[-5.88940, 56.551],[-5.893701, 56.5509],[-5.898901, 56.552],[-5.903501, 56.5531],[-5.904399, 56.5538],[-5.906001, 56.5565],[-5.907199, 56.5574],[-5.9099, 56.5582],[-5.917099, 56.5614],[-5.921899, 56.5622],[-5.927999, 56.5667],[-5.930399, 56.5681],[-5.9314, 56.5685],[-5.93170, 56.5683],[-5.9323, 56.5682],[-5.9338, 56.5687],[-5.9386, 56.5727],[-5.94100, 56.5749],[-5.9415, 56.5758],[-5.94160, 56.5770],[-5.94160, 56.5783],[-5.9421, 56.5790],[-5.943299, 56.5793],[-5.945, 56.5793],[-5.947999, 56.5805],[-5.953501, 56.5828],[-5.9554, 56.5838],[-5.956201000000002, 56.5837],[-5.9573, 56.5837],[-5.95800, 56.5842],[-5.958099, 56.5848],[-5.95760, 56.5855],[-5.957399, 56.5866],[-5.9575, 56.5874],[-5.9625, 56.5924],[-5.965799, 56.5945],[-5.966801, 56.5959],[-5.9675, 56.5965],[-5.968501, 56.5968],[-5.9691, 56.5972],[-5.969999, 56.5981],[-5.970799, 56.5981],[-5.9718, 56.598],[-5.972099, 56.5981],[-5.972099, 56.5986],[-5.972001, 56.5993],[-5.972099, 56.6005],[-5.9718, 56.6008],[-5.9717, 56.6014],[-5.9718, 56.602],[-5.973501, 56.604],[-5.97400, 56.605],[-5.9743, 56.6069],[-5.97480, 56.6084],[-5.9752, 56.6095],[-5.97590, 56.6105],[-5.977399, 56.6117],[-5.979199, 56.6126],[-5.980599, 56.614],[-5.9815, 56.6145],[-5.9821, 56.6144],[-5.983099, 56.6144],[-5.983701, 56.6146],[-5.9842, 56.6147],[-5.9853, 56.6149],[-5.986801, 56.6149],[-5.987599000000002, 56.615],[-5.989799, 56.6164],[-5.9909, 56.6174],[-5.9928, 56.618],[-5.994999, 56.62],[-5.99590, 56.6206],[-5.996699, 56.6206],[-5.9983, 56.6206],[-5.9986, 56.6209],[-5.99840, 56.6215],[-5.997799, 56.6227],[-5.9979, 56.623],[-5.9985, 56.6241],[-6.001299, 56.6249],[-6.0028, 56.6251],[-6.004, 56.6256],[-6.004, 56.626],[-6.003099, 56.6272],[-6.003099, 56.6276],[-6.003701, 56.6289],[-6.0036, 56.6297],[-6.003399, 56.6301],[-6.0025, 56.6305],[-6.002299, 56.6311],[-6.002399, 56.6335],[-6.00260, 56.6353],[-6.0029, 56.636],[-6.004399, 56.6363],[-6.00490, 56.6367],[-6.0046, 56.6374],[-6.003701, 56.6377],[-6.0036, 56.6379],[-6.00530, 56.6394],[-6.006299, 56.6417],[-6.0067, 56.6431],[-6.0067, 56.6439],[-6.0066, 56.6445],[-6.006299, 56.6451],[-6.005599, 56.6458],[-6.005099, 56.6462],[-6.003799, 56.6471],[-6.003399, 56.6481],[-6.003399, 56.6494],[-6.0025, 56.6500],[-6.001, 56.6502],[-5.99970, 56.6503],[-5.99550, 56.6497],[-5.993199, 56.6501],[-5.99130, 56.6503],[-5.9884, 56.6497],[-5.98200, 56.6494],[-5.9777, 56.6494],[-5.9733, 56.6496],[-5.97020, 56.6498],[-5.967599, 56.6505],[-5.9647, 56.6510],[-5.9607, 56.6512],[-5.958701, 56.6518],[-5.9575, 56.6523],[-5.95610, 56.6524],[-5.9533, 56.6525],[-5.95190, 56.6528],[-5.95050, 56.6540],[-5.9488, 56.6556],[-5.94710, 56.656],[-5.945799000000002, 56.6558],[-5.941401, 56.6555],[-5.940499, 56.6548],[-5.939799, 56.6537],[-5.939301, 56.6532],[-5.93820, 56.6527],[-5.936299, 56.6523],[-5.9348, 56.6521],[-5.9331, 56.6522],[-5.931601, 56.6522],[-5.929699, 56.6518],[-5.9241, 56.6520],[-5.922299, 56.6523],[-5.921299, 56.6528],[-5.91950, 56.6534],[-5.9196, 56.6538],[-5.9201, 56.6548],[-5.9194, 56.6549],[-5.91850, 56.6547],[-5.917099, 56.6538],[-5.916201, 56.6534],[-5.9155, 56.6534],[-5.9151, 56.6538],[-5.914899, 56.6543],[-5.915599, 56.6552],[-5.916, 56.6559],[-5.915699, 56.6562],[-5.91470, 56.6562],[-5.91390, 56.6556],[-5.9133, 56.6555],[-5.9123, 56.6562],[-5.911201, 56.6568],[-5.908199000000002, 56.6573],[-5.9066, 56.6575],[-5.90500, 56.6576],[-5.9042, 56.6576],[-5.902599, 56.6569],[-5.90120, 56.6556],[-5.9004, 56.6545],[-5.899, 56.6535],[-5.898099, 56.6529],[-5.896201, 56.6524],[-5.8948, 56.6524],[-5.893701, 56.6522],[-5.89130, 56.6502],[-5.89090, 56.6490],[-5.890699, 56.6477],[-5.89080, 56.6460],[-5.891001, 56.6425],[-5.890699, 56.6418],[-5.88940, 56.6405],[-5.888501, 56.6403],[-5.887001, 56.6403],[-5.886499, 56.6401],[-5.886099, 56.6393],[-5.88520, 56.6389],[-5.884699, 56.6391],[-5.884399, 56.6397],[-5.884501, 56.6406],[-5.883999, 56.6410],[-5.882999, 56.6409],[-5.881899, 56.6405],[-5.881299, 56.6405],[-5.881001, 56.6407],[-5.880899, 56.6411],[-5.8817, 56.6416],[-5.882299, 56.6419],[-5.88280, 56.6421],[-5.882699, 56.6424],[-5.882299, 56.6425],[-5.877299, 56.6422],[-5.87640, 56.6420],[-5.8755, 56.6417],[-5.87480, 56.6410],[-5.874599, 56.6400],[-5.874199, 56.6394],[-5.8733, 56.6389],[-5.870399, 56.6394],[-5.866601, 56.639],[-5.863999, 56.6379],[-5.860799, 56.6365],[-5.8576, 56.6361],[-5.856201, 56.6355],[-5.854101, 56.6331],[-5.85270, 56.6319],[-5.8493, 56.6315],[-5.840099, 56.6306],[-5.84, 56.6304],[-5.84, 56.6302],[-5.84110, 56.63],[-5.8413, 56.6297],[-5.841001, 56.6289],[-5.832699, 56.6241],[-5.831, 56.6236],[-5.829501, 56.6222],[-5.8288, 56.6221],[-5.8269, 56.6224],[-5.8253, 56.6229],[-5.8248, 56.6236],[-5.8248, 56.6243],[-5.825099, 56.6249],[-5.824999, 56.6256],[-5.824399, 56.6265],[-5.8243, 56.6273],[-5.8246, 56.6282],[-5.8253, 56.6287],[-5.8281, 56.6295],[-5.833, 56.6313],[-5.836801, 56.6338],[-5.839, 56.6359],[-5.839399, 56.6362],[-5.8403, 56.6365],[-5.8428, 56.6367],[-5.8456, 56.6380],[-5.8477, 56.6386],[-5.849999, 56.6387],[-5.853, 56.6385],[-5.855199, 56.6383],[-5.856201, 56.6380],[-5.8579, 56.6378],[-5.860099, 56.6379],[-5.86130, 56.6384],[-5.862299, 56.639],[-5.863901, 56.6415],[-5.865099, 56.6419],[-5.866001, 56.6420],[-5.866499000000002, 56.6420],[-5.8673, 56.6426],[-5.867899, 56.6430],[-5.868999, 56.6433],[-5.870399, 56.6432],[-5.8713, 56.6436],[-5.874101, 56.6455],[-5.87480, 56.6463],[-5.87480, 56.6471],[-5.8761, 56.6482],[-5.8778, 56.6519],[-5.8778, 56.6533],[-5.877299, 56.6542],[-5.8734, 56.6555],[-5.872499, 56.6562],[-5.8723, 56.6567],[-5.872499, 56.6572],[-5.872099, 56.6577],[-5.869999, 56.6581],[-5.867599, 56.6586],[-5.865499000000002, 56.6592],[-5.8634, 56.6598],[-5.862, 56.6605],[-5.8572, 56.6612],[-5.853799, 56.6616],[-5.852499, 56.6617],[-5.851699, 56.6623],[-5.8509, 56.6626],[-5.849101, 56.6623],[-5.846401000000002, 56.6609],[-5.84210, 56.6601],[-5.840099, 56.6606],[-5.8372, 56.6613],[-5.83500, 56.6628],[-5.825099, 56.6663],[-5.8211, 56.6675],[-5.818399, 56.6682],[-5.8166, 56.669],[-5.814199, 56.67],[-5.8114, 56.6713],[-5.81010, 56.672],[-5.8089, 56.6725],[-5.80740, 56.6733],[-5.80590, 56.674],[-5.801499, 56.6765],[-5.795899, 56.6782],[-5.787499, 56.6803],[-5.7855, 56.6815],[-5.781001, 56.6848],[-5.77870, 56.6876],[-5.776, 56.6899],[-5.774199, 56.6906],[-5.770299, 56.6919],[-5.767399, 56.6924],[-5.7648, 56.6936],[-5.763299, 56.6944],[-5.761099, 56.695],[-5.758299, 56.6951],[-5.756401, 56.6955],[-5.753799, 56.6969],[-5.751299, 56.6980],[-5.7472, 56.6994],[-5.745699, 56.7002],[-5.7451, 56.7009],[-5.744599, 56.7011],[-5.743501, 56.7010],[-5.738299, 56.7004],[-5.735199, 56.7],[-5.728799, 56.6987],[-5.727001, 56.6985],[-5.725599, 56.6980],[-5.724599, 56.6974],[-5.72390, 56.697],[-5.722799, 56.6971],[-5.7213, 56.6976],[-5.72050, 56.6973],[-5.718501, 56.6956],[-5.716499, 56.6934],[-5.713799, 56.6909],[-5.71110, 56.689],[-5.70790, 56.6876],[-5.706601, 56.687],[-5.705699, 56.686],[-5.7044, 56.6834],[-5.70270, 56.6819],[-5.7005, 56.682],[-5.699699, 56.682],[-5.6982, 56.6827],[-5.69570, 56.6839],[-5.69420, 56.6839],[-5.691401, 56.6834],[-5.688701, 56.6835],[-5.6855, 56.6833],[-5.683199, 56.6832],[-5.6799, 56.6827],[-5.67780, 56.6817],[-5.676401, 56.6803],[-5.675099, 56.6784],[-5.67360, 56.6779],[-5.670199, 56.6777],[-5.667099, 56.6781],[-5.664501, 56.678],[-5.662899, 56.6779],[-5.6599, 56.6773],[-5.657499, 56.6769],[-5.652699, 56.677],[-5.647699, 56.6772],[-5.6423, 56.6778],[-5.6378, 56.6784],[-5.632699, 56.6789],[-5.6307, 56.6784],[-5.628399, 56.6775],[-5.62710, 56.6768],[-5.6258, 56.6764],[-5.622499, 56.6771],[-5.6188, 56.6776],[-5.6111, 56.6782],[-5.607299, 56.6779],[-5.6061, 56.6781],[-5.60540, 56.6781],[-5.604899, 56.6783],[-5.6043, 56.6789],[-5.6023, 56.6806],[-5.6005, 56.6813],[-5.5981, 56.6819],[-5.5952, 56.6822],[-5.590899, 56.6823],[-5.58610, 56.6816],[-5.5825, 56.6821],[-5.57740, 56.6823],[-5.571001, 56.6822],[-5.564799, 56.6828],[-5.560299, 56.6834],[-5.554399, 56.6838],[-5.549699, 56.6841],[-5.545599, 56.6841],[-5.540599, 56.6841],[-5.538599, 56.6844],[-5.536201, 56.6848],[-5.5343, 56.6846],[-5.5327, 56.6849],[-5.5317, 56.6859],[-5.5317, 56.6864],[-5.533199, 56.6865],[-5.533501, 56.6871],[-5.532499, 56.6883],[-5.5324, 56.6888],[-5.532899, 56.689],[-5.534501, 56.689],[-5.549799, 56.6887],[-5.557099, 56.6883],[-5.56010, 56.6886],[-5.5625, 56.6896],[-5.5639, 56.6905],[-5.567699, 56.6930],[-5.568799, 56.6931],[-5.57, 56.6929],[-5.5717, 56.6916],[-5.576001, 56.691],[-5.5797, 56.6896],[-5.5832, 56.6892],[-5.5865, 56.6893],[-5.588399, 56.6892],[-5.590099, 56.6879],[-5.591001, 56.687],[-5.5917, 56.6867],[-5.5924, 56.6868],[-5.592599, 56.6874],[-5.5925, 56.6877],[-5.590899, 56.6888],[-5.590799, 56.6896],[-5.5912, 56.6905],[-5.591801, 56.691],[-5.592899, 56.6914],[-5.59410, 56.6914],[-5.5962, 56.691],[-5.600299, 56.6900],[-5.602099, 56.6896],[-5.604, 56.6892],[-5.611899, 56.6900],[-5.6134, 56.6899],[-5.6149, 56.6895],[-5.6189, 56.6877],[-5.6222, 56.6868],[-5.627399, 56.6852],[-5.63, 56.6847],[-5.63370, 56.685],[-5.63880, 56.6846],[-5.641699, 56.6836],[-5.643099, 56.6834],[-5.6447, 56.6839],[-5.64540, 56.6843],[-5.646, 56.6843],[-5.646601, 56.6841],[-5.647299, 56.683],[-5.647799, 56.6828],[-5.648099, 56.6828],[-5.651801, 56.6827],[-5.654301, 56.6828],[-5.6557, 56.6833],[-5.65710, 56.6845],[-5.658901, 56.6857],[-5.661001, 56.6861],[-5.662799, 56.6872],[-5.663, 56.6878],[-5.663099, 56.6886],[-5.6634, 56.6888],[-5.6648, 56.6883],[-5.665699, 56.6885],[-5.667799, 56.6898],[-5.668799, 56.6901],[-5.6711, 56.6903],[-5.6766, 56.6900],[-5.67920, 56.6902],[-5.68060, 56.6896],[-5.6813, 56.6897],[-5.682899, 56.6907],[-5.68390, 56.6909],[-5.684, 56.6911],[-5.683701, 56.6914],[-5.680799, 56.6919],[-5.67770, 56.6924],[-5.6771, 56.6927],[-5.6771, 56.6931],[-5.677299, 56.6935],[-5.67780, 56.6938],[-5.6793, 56.694],[-5.6814, 56.6938],[-5.6843, 56.6952],[-5.689101, 56.6988],[-5.6907, 56.6994],[-5.69410, 56.6995],[-5.69610, 56.6993],[-5.696499, 56.6997],[-5.6967, 56.7001],[-5.698299, 56.7002],[-5.70030, 56.7003],[-5.701001, 56.7010],[-5.70180, 56.7021],[-5.7024, 56.7030],[-5.7026, 56.7041],[-5.703, 56.7045],[-5.7047, 56.7048],[-5.70650, 56.7049],[-5.708099, 56.7047],[-5.709799, 56.7051],[-5.7104, 56.7055],[-5.711, 56.7068],[-5.71210, 56.7081],[-5.714799, 56.7099],[-5.716801, 56.7105],[-5.719699, 56.7111],[-5.72240, 56.7110],[-5.726099, 56.7111],[-5.7279, 56.7115],[-5.7298, 56.7117],[-5.7314, 56.7119],[-5.736401, 56.7113],[-5.739699, 56.7110],[-5.742899, 56.7108],[-5.75050, 56.7097],[-5.7514, 56.7094],[-5.752699, 56.7083],[-5.7541, 56.7081],[-5.75470, 56.7087],[-5.7554, 56.7098],[-5.755799, 56.7117],[-5.7562, 56.7120],[-5.756801, 56.7119],[-5.760399, 56.7107],[-5.76310, 56.7101],[-5.7659, 56.7093],[-5.767799, 56.7094],[-5.768799, 56.7097],[-5.770199, 56.7109],[-5.771, 56.7124],[-5.772999, 56.7153],[-5.774799, 56.7168],[-5.77540, 56.7166],[-5.775499, 56.7146],[-5.77540, 56.7120],[-5.77540, 56.7102],[-5.776299, 56.7087],[-5.776801, 56.7076],[-5.7767, 56.7069],[-5.776801, 56.7066],[-5.7774, 56.7063],[-5.778399, 56.7062],[-5.780499, 56.7061],[-5.7812, 56.7061],[-5.781899, 56.7055],[-5.782899, 56.7049],[-5.78480, 56.7037],[-5.786099, 56.7025],[-5.787499, 56.7013],[-5.788599, 56.6995],[-5.789501, 56.6982],[-5.79180, 56.6966],[-5.79360, 56.6957],[-5.796401, 56.6947],[-5.799699, 56.6938],[-5.801899, 56.6923],[-5.804101, 56.6900],[-5.8053, 56.6883],[-5.80640, 56.6874],[-5.8076, 56.6868],[-5.80930, 56.6863],[-5.8108, 56.686],[-5.813399, 56.6852],[-5.815499, 56.6844],[-5.818299, 56.6841],[-5.821401, 56.6828],[-5.82420, 56.6815],[-5.825399, 56.6808],[-5.8269, 56.6799],[-5.8281, 56.6793],[-5.8309, 56.6785],[-5.83180, 56.6777],[-5.832099, 56.6774],[-5.831601, 56.6763],[-5.8319, 56.6759],[-5.832699, 56.6758],[-5.8339, 56.676],[-5.835899, 56.6753],[-5.8372, 56.6747],[-5.839, 56.6746],[-5.840199, 56.674],[-5.840899, 56.674],[-5.84170, 56.6749],[-5.842899, 56.6751],[-5.845399, 56.6745],[-5.847099, 56.6746],[-5.849501, 56.6757],[-5.85430, 56.6788],[-5.856201, 56.6802],[-5.8592, 56.6808],[-5.8621, 56.6804],[-5.866499000000002, 56.6786],[-5.872001, 56.6773],[-5.87580, 56.6768],[-5.878701, 56.6761],[-5.880499, 56.6757],[-5.88250, 56.6752],[-5.883999, 56.6757],[-5.885499, 56.6764],[-5.887001, 56.6763],[-5.88800, 56.6761],[-5.8906, 56.6748],[-5.892499, 56.6741],[-5.8936, 56.6743],[-5.89640, 56.6761],[-5.897699, 56.6763],[-5.899799, 56.6766],[-5.90080, 56.6768],[-5.901, 56.6772],[-5.9004, 56.678],[-5.900199, 56.6792],[-5.90080, 56.6801],[-5.901299, 56.6803],[-5.902999, 56.6791],[-5.9056, 56.6766],[-5.906801, 56.6758],[-5.9084, 56.6755],[-5.9098, 56.6757],[-5.909999, 56.676],[-5.9098, 56.6769],[-5.91010, 56.6771],[-5.911099, 56.6771],[-5.912799, 56.6773],[-5.9148, 56.6776],[-5.9183, 56.6778],[-5.9194, 56.6771],[-5.9211, 56.6766],[-5.9236, 56.6766],[-5.92520, 56.6773],[-5.9257, 56.6783],[-5.92560, 56.6797],[-5.924699, 56.6801],[-5.9241, 56.6803],[-5.92370, 56.681],[-5.923999, 56.6825],[-5.9245, 56.6835],[-5.92520, 56.6839],[-5.926499000000002, 56.6833],[-5.927199, 56.6834],[-5.927599, 56.6842],[-5.92840, 56.6858],[-5.931001, 56.6861],[-5.933599000000002, 56.6869],[-5.9347, 56.6877],[-5.936, 56.6885],[-5.936601, 56.6887],[-5.938399, 56.6883],[-5.939899, 56.6879],[-5.941299, 56.6879],[-5.94290, 56.6882],[-5.943399, 56.6881],[-5.9445, 56.6871],[-5.947199, 56.6867],[-5.948901, 56.6857],[-5.9491, 56.6852],[-5.9487, 56.6839],[-5.948599, 56.6831],[-5.949501, 56.6827],[-5.95090, 56.683],[-5.952799, 56.6837],[-5.954599, 56.6846],[-5.955699, 56.6855],[-5.9569, 56.6856],[-5.9579, 56.6854],[-5.9585, 56.6845],[-5.959, 56.682],[-5.959301, 56.6815],[-5.959899, 56.681],[-5.961401, 56.6806],[-5.9625, 56.6806],[-5.96350, 56.6809],[-5.9646, 56.6812],[-5.965799, 56.6813],[-5.9675, 56.6814],[-5.969501, 56.6819],[-5.96980, 56.6815],[-5.96960, 56.6804],[-5.968599, 56.6782],[-5.968501, 56.6772],[-5.968999, 56.6752],[-5.968901, 56.6745],[-5.968599, 56.6738],[-5.96870, 56.6728],[-5.970099, 56.6723],[-5.973701, 56.6726],[-5.9765, 56.6732],[-5.98200, 56.6769],[-5.9836, 56.6787],[-5.983799, 56.6802],[-5.98330, 56.6816],[-5.9825, 56.6828],[-5.982699, 56.6832],[-5.983901, 56.6838],[-5.98470, 56.6838],[-5.98660, 56.6836],[-5.9877, 56.6833],[-5.989301, 56.6825],[-5.990799, 56.6817],[-5.99230, 56.6818],[-5.993199, 56.682],[-5.994101, 56.6822],[-5.997499, 56.6826],[-6.00010, 56.6832],[-6.00210, 56.685],[-6.0047, 56.6844],[-6.0071, 56.6836],[-6.007999, 56.6836],[-6.0127, 56.684],[-6.016201, 56.684],[-6.0205, 56.6832],[-6.027299, 56.6815],[-6.028399, 56.6816],[-6.03, 56.6831],[-6.03210, 56.6844],[-6.0389, 56.6871],[-6.0409, 56.6885],[-6.041601000000002, 56.6908],[-6.04190, 56.6913],[-6.043399000000002, 56.6918],[-6.04570, 56.6924],[-6.04720, 56.6929],[-6.04860, 56.6941],[-6.0531, 56.6947],[-6.0629, 56.6959],[-6.0644, 56.6960],[-6.066899000000002, 56.6954],[-6.072599, 56.6941],[-6.076499, 56.6942],[-6.080699, 56.6955],[-6.082099, 56.6955],[-6.082799, 56.6951],[-6.0836, 56.6947],[-6.084, 56.6939],[-6.084799, 56.6935],[-6.085199000000002, 56.6933],[-6.086401, 56.6932],[-6.091801, 56.6925],[-6.0927, 56.6922],[-6.092899, 56.6918],[-6.0927, 56.6909],[-6.0921, 56.6902],[-6.0921, 56.6899],[-6.092299, 56.6897],[-6.092999, 56.6894],[-6.094301, 56.6897],[-6.0994, 56.6925],[-6.10290, 56.6937],[-6.1051, 56.6937],[-6.107699, 56.6929],[-6.109301, 56.6924],[-6.1104, 56.6927],[-6.110899, 56.6934],[-6.110899, 56.6937],[-6.1103, 56.6942],[-6.106699, 56.6954],[-6.1064, 56.6960],[-6.1064, 56.6963],[-6.107399, 56.6976],[-6.107999, 56.6982],[-6.10900, 56.6985],[-6.110199, 56.6983],[-6.11280, 56.6979],[-6.1159, 56.6979],[-6.118299, 56.6973],[-6.121201, 56.6957],[-6.1285, 56.6916],[-6.13160, 56.6888],[-6.13490, 56.6862],[-6.13630, 56.6852],[-6.137599, 56.6848],[-6.141699, 56.6842],[-6.144, 56.6844],[-6.148901, 56.6852],[-6.1562, 56.688],[-6.158199, 56.6884],[-6.1601, 56.6883],[-6.161601, 56.6879],[-6.1627, 56.6874],[-6.164599, 56.6874],[-6.1661, 56.6876],[-6.1676, 56.6876],[-6.169199, 56.6876],[-6.170599000000002, 56.6876],[-6.172299, 56.6881],[-6.1745, 56.6882],[-6.182199, 56.6886],[-6.18650, 56.6895],[-6.1876, 56.6903],[-6.189199, 56.6929],[-6.189799000000002, 56.6937],[-6.1904, 56.694],[-6.19110, 56.6943],[-6.192699, 56.6944],[-6.1956, 56.6943],[-6.1971, 56.6944],[-6.2009, 56.6956],[-6.203199, 56.6965],[-6.205299, 56.6978],[-6.207001, 56.6995],[-6.2079, 56.7],[-6.2083, 56.6999],[-6.208701, 56.6996],[-6.20950, 56.6997],[-6.2121, 56.7023],[-6.2125, 56.7030],[-6.214799, 56.7036],[-6.2154, 56.7037],[-6.215899, 56.7044],[-6.215899, 56.7049],[-6.215899, 56.7059],[-6.215899, 56.7069],[-6.2162, 56.7075],[-6.2192, 56.7098],[-6.2233, 56.7122],[-6.223701000000002, 56.7127],[-6.223701000000002, 56.7135],[-6.22260, 56.7141],[-6.222499, 56.7145],[-6.2227, 56.7150],[-6.2248, 56.7154],[-6.225599, 56.7159],[-6.2258, 56.7166],[-6.225599, 56.7172],[-6.224899, 56.7176],[-6.2234, 56.7176],[-6.222499, 56.7174],[-6.221001, 56.7158],[-6.220399, 56.7156],[-6.2202, 56.7160],[-6.220099, 56.7167],[-6.221499, 56.7189],[-6.2223, 56.7205],[-6.2227, 56.7212],[-6.221601, 56.7216],[-6.220699, 56.7215],[-6.218901, 56.721],[-6.21840, 56.7211],[-6.21840, 56.722],[-6.21840, 56.7228],[-6.2181, 56.7232],[-6.217899, 56.7238],[-6.21840, 56.7245],[-6.220699, 56.7256],[-6.222799, 56.7257],[-6.2238, 56.7261],[-6.22400, 56.7265],[-6.2238, 56.7269],[-6.222799, 56.7267],[-6.2223, 56.727],[-6.222499, 56.7273],[-6.222099, 56.728],[-6.22120, 56.728],[-6.2206, 56.728],[-6.2202, 56.7283],[-6.2196, 56.7289],[-6.218501000000002, 56.7291],[-6.2145, 56.7285],[-6.212399, 56.7279],[-6.210899, 56.727],[-6.209899, 56.727],[-6.20940, 56.7273],[-6.209199, 56.7284],[-6.20900, 56.729],[-6.207799, 56.7295],[-6.20680, 56.7301],[-6.206299, 56.7306],[-6.2061, 56.731],[-6.206, 56.7314],[-6.2064, 56.7325],[-6.208, 56.735],[-6.208, 56.7354],[-6.208, 56.7357],[-6.20760, 56.7363],[-6.206201, 56.7373],[-6.2055, 56.7377],[-6.20480, 56.738],[-6.20060, 56.7382],[-6.1998, 56.7386],[-6.198901, 56.7388],[-6.197199, 56.7384],[-6.197001, 56.7386],[-6.19630, 56.7386],[-6.196001, 56.7379],[-6.195099, 56.7374],[-6.194399, 56.7374],[-6.193999000000002, 56.7378],[-6.192699, 56.7378],[-6.190499, 56.7362],[-6.1895, 56.7362],[-6.18890, 56.7362],[-6.1868, 56.7353],[-6.18600, 56.7354],[-6.1858, 56.7362],[-6.1858, 56.7367],[-6.184599, 56.737],[-6.18330, 56.7372],[-6.181099, 56.7391],[-6.1802, 56.7404],[-6.1802, 56.7417],[-6.180799, 56.7422],[-6.18270, 56.7422],[-6.183199, 56.7425],[-6.18310, 56.7431],[-6.18050, 56.7434],[-6.179699, 56.7437],[-6.179399, 56.7443],[-6.17990, 56.7457],[-6.180399, 56.7464],[-6.182199, 56.7465],[-6.18310, 56.7468],[-6.18310, 56.7472],[-6.182001, 56.7483],[-6.182001, 56.7488],[-6.18230, 56.7493],[-6.186699, 56.7499],[-6.187399, 56.75],[-6.18750, 56.7505],[-6.187001, 56.7512],[-6.1868, 56.7518],[-6.187001, 56.7523],[-6.18830, 56.7534],[-6.18890, 56.7537],[-6.189101, 56.7540],[-6.18890, 56.7544],[-6.1876, 56.7548],[-6.185699, 56.7553],[-6.1843, 56.7562],[-6.18330, 56.7563],[-6.179101, 56.7558],[-6.1774, 56.7557],[-6.1741, 56.7567],[-6.1732, 56.7567],[-6.17280, 56.7565],[-6.17150, 56.7554],[-6.170899, 56.7548],[-6.1694, 56.7544],[-6.168399, 56.7544],[-6.166299, 56.7531],[-6.166, 56.7531],[-6.1655, 56.7534],[-6.1647, 56.7543],[-6.1634, 56.7544],[-6.159599, 56.7545],[-6.15800, 56.7547],[-6.153399, 56.7567],[-6.152699, 56.7577],[-6.152599, 56.7584],[-6.153501, 56.7596],[-6.153501, 56.7602],[-6.15280, 56.7606],[-6.1497, 56.761],[-6.148399, 56.7613],[-6.146801, 56.7620],[-6.145599, 56.7622],[-6.1436, 56.7622],[-6.142799, 56.7624],[-6.1426, 56.7630],[-6.142399, 56.7632],[-6.14190, 56.7634],[-6.1409, 56.7634],[-6.137899, 56.7626],[-6.1367, 56.7622],[-6.135499, 56.7622],[-6.13530, 56.7629],[-6.135499, 56.7638],[-6.135399, 56.7640],[-6.1328, 56.7643],[-6.1303, 56.7646],[-6.124599, 56.7655],[-6.1177, 56.7665],[-6.1159, 56.7667],[-6.11520, 56.7664],[-6.1146, 56.7661],[-6.1142, 56.7661],[-6.11340, 56.7669],[-6.112199, 56.7671],[-6.110899, 56.7668],[-6.109301, 56.7664],[-6.10570, 56.7661],[-6.101201, 56.7664],[-6.098599, 56.7661],[-6.097899, 56.7657],[-6.097001, 56.7651],[-6.095699, 56.7643],[-6.094399, 56.7632],[-6.0934, 56.7623],[-6.0925, 56.7619],[-6.0906, 56.7619],[-6.090099, 56.7618],[-6.08990, 56.7626],[-6.09030, 56.7628],[-6.090499, 56.7633],[-6.090499, 56.7638],[-6.08990, 56.7639],[-6.0891, 56.7637],[-6.088799, 56.7640],[-6.0883, 56.7642],[-6.0872, 56.7637],[-6.085599, 56.7640],[-6.084599, 56.7640],[-6.083701, 56.7638],[-6.079999000000002, 56.7642],[-6.07900, 56.7640],[-6.077899, 56.7637],[-6.077001, 56.7633],[-6.075699, 56.7628],[-6.0741, 56.7628],[-6.0717, 56.7620],[-6.070099, 56.7615],[-6.067, 56.7612],[-6.065499, 56.761],[-6.0633, 56.7607],[-6.061, 56.7611],[-6.0604, 56.7612],[-6.05980, 56.761],[-6.059101, 56.7598],[-6.05840, 56.7595],[-6.058199, 56.7596],[-6.05840, 56.7607],[-6.058, 56.7617],[-6.056099, 56.7622],[-6.0555, 56.7622],[-6.055399, 56.7632],[-6.0555, 56.7639],[-6.055099, 56.7641],[-6.0543, 56.7640],[-6.053901, 56.7629],[-6.0524, 56.7621],[-6.05090, 56.7621],[-6.0496, 56.7623],[-6.04910, 56.7627],[-6.04910, 56.7635],[-6.05, 56.7645],[-6.0502, 56.7651],[-6.050099, 56.7657],[-6.049399, 56.7659],[-6.0487, 56.7662],[-6.047999, 56.7668],[-6.047, 56.7668],[-6.0445, 56.7659],[-6.042699, 56.7655],[-6.040699, 56.7655],[-6.039199, 56.7655],[-6.03770, 56.7650],[-6.0352, 56.7644],[-6.033501, 56.7644],[-6.031099, 56.7646],[-6.029301, 56.7652],[-6.0281, 56.7670],[-6.027599, 56.7677],[-6.0266, 56.7678],[-6.024199000000002, 56.7669],[-6.0211, 56.7654],[-6.0198, 56.7653],[-6.01860, 56.7653],[-6.01800, 56.7658],[-6.0156, 56.7657],[-6.014699, 56.7659],[-6.01480, 56.7666],[-6.014599, 56.7671],[-6.01420, 56.7673],[-6.013199, 56.7673],[-6.0128, 56.7677],[-6.012899000000002, 56.7682],[-6.0131, 56.7693],[-6.012899000000002, 56.7698],[-6.012499, 56.7700],[-6.011001, 56.7693],[-6.0102, 56.7692],[-6.01000, 56.7693],[-6.010799, 56.7703],[-6.0109, 56.7707],[-6.0112, 56.7711],[-6.011899, 56.7716],[-6.012199, 56.7725],[-6.011899, 56.7735],[-6.0112, 56.7737],[-6.0099, 56.7734],[-6.00870, 56.7726],[-6.0074, 56.7713],[-6.005899000000002, 56.7708],[-6.0046, 56.7704],[-6.002299, 56.7697],[-5.99970, 56.7686],[-5.9979, 56.7695],[-5.996699, 56.7699],[-5.9951, 56.7704],[-5.9938, 56.7699],[-5.992899, 56.7694],[-5.992599, 56.7690],[-5.9906, 56.7696],[-5.9896, 56.7694],[-5.988501, 56.7683],[-5.985099, 56.7681],[-5.981201, 56.7684],[-5.978701, 56.7687],[-5.977399, 56.7694],[-5.9764, 56.7702],[-5.974899, 56.7707],[-5.974501000000002, 56.7712],[-5.974501000000002, 56.7717],[-5.975699, 56.7732],[-5.9755, 56.7735],[-5.973701, 56.7738],[-5.971499, 56.7736],[-5.9705, 56.7728],[-5.969501, 56.7720],[-5.968999, 56.7720],[-5.968599, 56.7722],[-5.968299, 56.7732],[-5.9678, 56.7739],[-5.967, 56.7741],[-5.9661, 56.7744],[-5.965799, 56.7746],[-5.965799, 56.7751],[-5.967, 56.7767],[-5.9677, 56.7776],[-5.9675, 56.7784],[-5.9666, 56.7788],[-5.9653, 56.7792],[-5.96450, 56.7802],[-5.9642, 56.7811],[-5.96450, 56.7828],[-5.964399, 56.7839],[-5.96370, 56.7843],[-5.962699, 56.7841],[-5.960599, 56.7836],[-5.954, 56.7825],[-5.95230, 56.7819],[-5.9518, 56.7807],[-5.950699, 56.7798],[-5.94810, 56.7791],[-5.9437, 56.7783],[-5.942699, 56.7778],[-5.942599, 56.7773],[-5.9441, 56.7759],[-5.9441, 56.7753],[-5.9428, 56.7748],[-5.941401, 56.7743],[-5.9396, 56.7730],[-5.93400, 56.7689],[-5.931001, 56.7669],[-5.9287, 56.7655],[-5.927001, 56.7653],[-5.9253, 56.7642],[-5.921201, 56.7631],[-5.91850, 56.7621],[-5.9155, 56.7601],[-5.914199, 56.7584],[-5.9127, 56.7554],[-5.9123, 56.7534],[-5.911601, 56.753],[-5.9093, 56.7528],[-5.908, 56.7524],[-5.907199, 56.7516],[-5.9066, 56.7501],[-5.9056, 56.7499],[-5.904301, 56.7503],[-5.9024, 56.7515],[-5.90120, 56.7525],[-5.899301, 56.7529],[-5.8985, 56.7533],[-5.89790, 56.7536],[-5.89690, 56.7535],[-5.895899, 56.7532],[-5.8948, 56.7532],[-5.894101, 56.7534],[-5.894101, 56.7536],[-5.8954, 56.7545],[-5.895599, 56.7552],[-5.89510, 56.7554],[-5.8929, 56.7558],[-5.892399, 56.7568],[-5.89220, 56.7575],[-5.891001, 56.7579],[-5.8898, 56.7579],[-5.8887, 56.7582],[-5.8877, 56.7589],[-5.8873, 56.761],[-5.88660, 56.7618],[-5.885099, 56.7626],[-5.883501, 56.7628],[-5.882199, 56.7628],[-5.881001, 56.7626],[-5.88000, 56.7619],[-5.876699, 56.7593],[-5.8751, 56.7590],[-5.873799, 56.7587],[-5.872001, 56.7579],[-5.868599, 56.7564],[-5.86780, 56.7558],[-5.8677, 56.7553],[-5.8681, 56.7548],[-5.868999, 56.7534],[-5.8689, 56.753],[-5.868199, 56.7524],[-5.86740, 56.7517],[-5.867199, 56.7506],[-5.8681, 56.7502],[-5.869501, 56.7499],[-5.870299, 56.7498],[-5.870299, 56.7489],[-5.870299, 56.7482],[-5.873799, 56.7465],[-5.874, 56.7459],[-5.87350, 56.7454],[-5.87260, 56.745],[-5.8713, 56.7445],[-5.868599, 56.7426],[-5.868, 56.7423],[-5.867199, 56.7421],[-5.8663, 56.7424],[-5.865099, 56.7426],[-5.863299, 56.7429],[-5.8606, 56.7429],[-5.8555, 56.7427],[-5.8535, 56.7426],[-5.8522, 56.7421],[-5.849999, 56.7416],[-5.8484, 56.742],[-5.8477, 56.7426],[-5.84670, 56.7427],[-5.845799, 56.7427],[-5.84490, 56.7425],[-5.844301, 56.742],[-5.8432, 56.7415],[-5.84250, 56.7417],[-5.84250, 56.7425],[-5.842299, 56.7435],[-5.84250, 56.7447],[-5.843299, 56.7454],[-5.844999, 56.7456],[-5.846499, 56.7458],[-5.8489, 56.7457],[-5.849101, 56.7463],[-5.8488, 56.7467],[-5.847199000000002, 56.7468],[-5.8442, 56.7471],[-5.8438, 56.748],[-5.843901, 56.7488],[-5.844399, 56.7497],[-5.842899, 56.7507],[-5.84250, 56.7511],[-5.8416, 56.7515],[-5.841001, 56.7515],[-5.84070, 56.7507],[-5.8413, 56.75],[-5.841401, 56.7496],[-5.840499, 56.7486],[-5.8396, 56.7485],[-5.837999, 56.7487],[-5.8366, 56.7484],[-5.8357, 56.7476],[-5.8351, 56.7465],[-5.834199, 56.7458],[-5.832799, 56.7453],[-5.832099, 56.7452],[-5.83180, 56.7454],[-5.83180, 56.7457],[-5.833099, 56.7464],[-5.83400, 56.7473],[-5.83440, 56.748],[-5.8351, 56.7486],[-5.8376, 56.7495],[-5.838901, 56.7502],[-5.8395, 56.7509],[-5.83920, 56.7511],[-5.835899, 56.7514],[-5.835899, 56.7519],[-5.837299, 56.7521],[-5.83970, 56.7525],[-5.8404, 56.7529],[-5.8437, 56.7529],[-5.8469, 56.7527],[-5.8489, 56.7528],[-5.8498, 56.7535],[-5.8502, 56.7541],[-5.849899, 56.7548],[-5.849599, 56.7551],[-5.849501, 56.7555],[-5.849699, 56.7558],[-5.849899, 56.7562],[-5.849699, 56.7567],[-5.84810, 56.7573],[-5.8477, 56.7583],[-5.8477, 56.7590],[-5.848, 56.7597],[-5.848599, 56.7600],[-5.849699, 56.7605],[-5.85050, 56.7612],[-5.850699, 56.7615],[-5.85190, 56.7616],[-5.853, 56.7616],[-5.854, 56.7612],[-5.855299, 56.7596],[-5.8569, 56.7588],[-5.8591, 56.7589],[-5.8606, 56.7598],[-5.861801, 56.7602],[-5.863599, 56.7603],[-5.866099, 56.7612],[-5.86740, 56.7620],[-5.8718, 56.7624],[-5.874599, 56.7639],[-5.875599, 56.7640],[-5.876299, 56.7639],[-5.8775, 56.7638],[-5.880799, 56.7645],[-5.88520, 56.7654],[-5.8856, 56.7661],[-5.885399, 56.7665],[-5.8817, 56.7674],[-5.8816, 56.7678],[-5.882, 56.7686],[-5.8821, 56.7692],[-5.8816, 56.7692],[-5.8807, 56.7691],[-5.878901, 56.7680],[-5.8782, 56.7686],[-5.8782, 56.7693],[-5.878799, 56.7699],[-5.880799, 56.7707],[-5.8821, 56.7711],[-5.885, 56.7707],[-5.886099, 56.7709],[-5.8874, 56.7717],[-5.890399, 56.7732],[-5.891001, 56.7741],[-5.89090, 56.7746],[-5.8893, 56.7753],[-5.889101000000002, 56.7755],[-5.88990, 56.7760],[-5.890699, 56.7767],[-5.89090, 56.778],[-5.889599, 56.7798],[-5.887899, 56.7814],[-5.886899, 56.7823],[-5.8862, 56.7836],[-5.8859, 56.7842],[-5.884799000000002, 56.7852],[-5.88280, 56.7852],[-5.8812, 56.7849],[-5.880599, 56.7842],[-5.8804, 56.7838],[-5.8795, 56.7838],[-5.876601, 56.7844],[-5.875599, 56.7844],[-5.875, 56.7843],[-5.87440, 56.7836],[-5.874199, 56.7829],[-5.87390, 56.7827],[-5.8736, 56.7826],[-5.8734, 56.7828],[-5.873099, 56.7831],[-5.872499, 56.7836],[-5.8718, 56.7837],[-5.870299, 56.7832],[-5.8694, 56.7822],[-5.868299, 56.7814],[-5.8667, 56.7807],[-5.8649, 56.7805],[-5.863999, 56.7805],[-5.86320, 56.7798],[-5.8631, 56.7790],[-5.86270, 56.7784],[-5.8616, 56.7779],[-5.857699, 56.7781],[-5.8564, 56.7778],[-5.855599, 56.7774],[-5.8555, 56.7769],[-5.8576, 56.7751],[-5.8576, 56.7744],[-5.856801, 56.7741],[-5.8554, 56.7740],[-5.8548, 56.7738],[-5.85470, 56.7727],[-5.8548, 56.7719],[-5.8551, 56.7713],[-5.8548, 56.7706],[-5.854199, 56.7698],[-5.8535, 56.7691],[-5.852799, 56.7690],[-5.852099, 56.7693],[-5.851601, 56.7697],[-5.8508, 56.7698],[-5.849999, 56.7698],[-5.849699, 56.7698],[-5.849599, 56.7701],[-5.851601, 56.7709],[-5.851601, 56.7713],[-5.85100, 56.7717],[-5.850299, 56.7723],[-5.8508, 56.7728],[-5.851699, 56.7735],[-5.85230, 56.7744],[-5.8526, 56.7764],[-5.852499, 56.7772],[-5.85190, 56.778],[-5.8508, 56.7789],[-5.849999, 56.7791],[-5.8477, 56.7791],[-5.846001, 56.7788],[-5.842599, 56.7784],[-5.837999, 56.7784],[-5.835599, 56.7784],[-5.8347, 56.7779],[-5.8335, 56.7767],[-5.833, 56.7750],[-5.832099, 56.7718],[-5.831201, 56.7712],[-5.829999, 56.7712],[-5.828701, 56.7714],[-5.827899, 56.7716],[-5.8274, 56.7722],[-5.8273, 56.7729],[-5.827899, 56.7734],[-5.82800, 56.7740],[-5.8267, 56.7751],[-5.825399, 56.7757],[-5.8252, 56.7765],[-5.825699, 56.7774],[-5.825799, 56.7784],[-5.8243, 56.7807],[-5.82370, 56.7821],[-5.82320, 56.7836],[-5.822199, 56.7851],[-5.8212, 56.7862],[-5.82000, 56.7867],[-5.818999, 56.7868],[-5.81670, 56.7866],[-5.813, 56.786],[-5.809501, 56.785],[-5.806201, 56.7845],[-5.804699, 56.7844],[-5.80130, 56.7851],[-5.800099, 56.7855],[-5.798299, 56.7863],[-5.7981, 56.7864],[-5.7981, 56.7877],[-5.7982, 56.7887],[-5.79740, 56.7896],[-5.79510, 56.7913],[-5.7939, 56.7918],[-5.79090, 56.7915],[-5.7883, 56.7902],[-5.78760, 56.7894],[-5.7873, 56.7885],[-5.787399, 56.7878],[-5.7873, 56.7874],[-5.786099, 56.7869],[-5.785299, 56.7867],[-5.78340, 56.7867],[-5.782199, 56.7863],[-5.781401, 56.7854],[-5.781001, 56.7846],[-5.7803, 56.784],[-5.77920, 56.7836],[-5.7781, 56.7833],[-5.7771, 56.7833],[-5.7766, 56.7836],[-5.7765, 56.7843],[-5.7758, 56.7845],[-5.77460, 56.7847],[-5.772699, 56.784],[-5.769599, 56.7835],[-5.7652, 56.7835],[-5.761001000000002, 56.7835],[-5.757199, 56.7828],[-5.755799, 56.7825],[-5.7542, 56.7822],[-5.750599000000002, 56.7818],[-5.7498, 56.7818],[-5.74900, 56.7819],[-5.74860, 56.782],[-5.7485, 56.7821],[-5.7485, 56.7824],[-5.74900, 56.7829],[-5.75250, 56.7852],[-5.7526, 56.7855],[-5.7526, 56.7857],[-5.75250, 56.7859],[-5.751699, 56.7858],[-5.750599000000002, 56.7855],[-5.7489, 56.7852],[-5.7479, 56.7853],[-5.7465, 56.7857],[-5.746201, 56.7859],[-5.74640, 56.7861],[-5.74770, 56.7862],[-5.7494, 56.7867],[-5.750299, 56.7868],[-5.750299, 56.7872],[-5.749899, 56.7878],[-5.75000, 56.788],[-5.7562, 56.7871],[-5.75860, 56.7869],[-5.759301, 56.7869],[-5.7603, 56.7876],[-5.7621, 56.7887],[-5.7638, 56.7891],[-5.768701, 56.7897],[-5.774799, 56.7904],[-5.77910, 56.7914],[-5.786699, 56.7941],[-5.79100, 56.7948],[-5.798999, 56.7954],[-5.802999, 56.7962],[-5.807199, 56.7975],[-5.811699, 56.7978],[-5.8133, 56.7985],[-5.817, 56.7998],[-5.821499, 56.8017],[-5.83020, 56.8036],[-5.8315, 56.8045],[-5.832399, 56.805],[-5.8339, 56.8047],[-5.837, 56.8046],[-5.83830, 56.8048],[-5.8399, 56.8057],[-5.8432, 56.8064],[-5.847199000000002, 56.8072],[-5.851201, 56.8082],[-5.85610, 56.8096],[-5.8616, 56.8108],[-5.862899, 56.8115],[-5.863501, 56.8123],[-5.8634, 56.8129],[-5.8624, 56.814],[-5.861801, 56.8148],[-5.8616, 56.8157],[-5.8621, 56.8175],[-5.860899, 56.8187],[-5.8612, 56.8194],[-5.8612, 56.8202],[-5.86040, 56.8215],[-5.8597, 56.8237],[-5.8579, 56.8272],[-5.8583, 56.8292],[-5.8579, 56.8297],[-5.8555, 56.8301],[-5.854101, 56.8311],[-5.853099, 56.8328],[-5.852099, 56.8333],[-5.8493, 56.8333],[-5.8473, 56.8336],[-5.84630, 56.8342],[-5.84530, 56.8342],[-5.8432, 56.8338],[-5.8412, 56.8335],[-5.83920, 56.8332],[-5.8366, 56.8332],[-5.834799, 56.8332],[-5.832799, 56.8335],[-5.83020, 56.8329],[-5.8288, 56.8323],[-5.82760, 56.8321],[-5.826401, 56.8321],[-5.8259, 56.8323],[-5.825699, 56.8326],[-5.826001, 56.8328],[-5.8269, 56.8330],[-5.8274, 56.8331],[-5.827799, 56.8337],[-5.8277, 56.8343],[-5.8273, 56.8346],[-5.8262, 56.8346],[-5.823999, 56.8342],[-5.820199, 56.8335],[-5.8172, 56.8333],[-5.81670, 56.8331],[-5.816401, 56.8328],[-5.816801, 56.8319],[-5.8175, 56.8312],[-5.817699000000002, 56.8309],[-5.8175, 56.8303],[-5.8172, 56.8300],[-5.816299, 56.8298],[-5.815499, 56.8293],[-5.814899, 56.8288],[-5.81440, 56.8289],[-5.814101, 56.8293],[-5.813799, 56.8301],[-5.8118, 56.8335],[-5.8109, 56.8346],[-5.8098, 56.8352],[-5.809199, 56.8359],[-5.808599, 56.8368],[-5.808199, 56.8372],[-5.80740, 56.8374],[-5.805099, 56.8374],[-5.802299, 56.8377],[-5.80130, 56.8375],[-5.79750, 56.8373],[-5.7939, 56.8371],[-5.787399, 56.8374],[-5.784999, 56.8372],[-5.78430, 56.8372],[-5.7831, 56.8373],[-5.782199, 56.8376],[-5.781401, 56.8383],[-5.777999, 56.8394],[-5.776299, 56.8396],[-5.773799, 56.8397],[-5.77260, 56.8402],[-5.771801, 56.8406],[-5.7715, 56.8415],[-5.7715, 56.8424],[-5.771201, 56.8431],[-5.770599, 56.8437],[-5.768799, 56.8442],[-5.7658, 56.8437],[-5.7642, 56.8436],[-5.7623, 56.844],[-5.76090, 56.8447],[-5.7607, 56.8454],[-5.7607, 56.8459],[-5.76120, 56.8465],[-5.76090, 56.8472],[-5.759799, 56.8479],[-5.75710, 56.848],[-5.756001, 56.8481],[-5.75150, 56.8486],[-5.749199, 56.8484],[-5.747799, 56.8474],[-5.746201, 56.8461],[-5.74480, 56.8455],[-5.742899, 56.8448],[-5.738599, 56.8446],[-5.7367, 56.8447],[-5.735799, 56.8453],[-5.7354, 56.8454],[-5.735, 56.8453],[-5.734301, 56.845],[-5.7333, 56.8441],[-5.732399, 56.8437],[-5.731, 56.8434],[-5.729199, 56.8433],[-5.725699, 56.8435],[-5.719399, 56.8437],[-5.7175, 56.844],[-5.715899, 56.8443],[-5.7137, 56.845],[-5.71010, 56.8465],[-5.708799, 56.8475],[-5.707699, 56.8487],[-5.7075, 56.8493],[-5.708099, 56.8502],[-5.70790, 56.8515],[-5.707099, 56.8522],[-5.70650, 56.8529],[-5.706201, 56.854],[-5.70590, 56.8548],[-5.7051, 56.8551],[-5.7039, 56.8554],[-5.702899, 56.8564],[-5.7026, 56.8571],[-5.7026, 56.8588],[-5.7023, 56.8602],[-5.701499, 56.8614],[-5.7006, 56.8621],[-5.6953, 56.8641],[-5.694399, 56.865],[-5.693399, 56.866],[-5.692299, 56.8672],[-5.691201, 56.8683],[-5.689101, 56.8691],[-5.68820, 56.869],[-5.686, 56.869],[-5.68480, 56.8688],[-5.683, 56.8684],[-5.679999, 56.8686],[-5.677499, 56.8693],[-5.6742, 56.8701],[-5.672299, 56.871],[-5.671, 56.8715],[-5.66970, 56.872],[-5.6691, 56.8724],[-5.6695, 56.8728],[-5.67, 56.8735],[-5.6701, 56.8741],[-5.669799, 56.875],[-5.669, 56.8754],[-5.667799, 56.8757],[-5.667699, 56.8761],[-5.6679, 56.8766],[-5.6685, 56.8767],[-5.669199, 56.8767],[-5.669899, 56.8763],[-5.6708, 56.8763],[-5.6711, 56.8766],[-5.67170, 56.8771],[-5.67220, 56.8771],[-5.672999, 56.8768],[-5.673501, 56.8767],[-5.673999, 56.8769],[-5.6742, 56.8776],[-5.6746, 56.8788],[-5.6757, 56.8795],[-5.676899, 56.8799],[-5.67780, 56.88],[-5.678501, 56.8797],[-5.67920, 56.8792],[-5.680099, 56.8788],[-5.6809, 56.8789],[-5.6824, 56.8793],[-5.684899, 56.8802],[-5.6865, 56.8802],[-5.687399, 56.8799],[-5.6883, 56.8788],[-5.6894, 56.8781],[-5.690499, 56.8776],[-5.693099, 56.8767],[-5.69420, 56.8760],[-5.69570, 56.875],[-5.697599, 56.8736],[-5.6988, 56.8718],[-5.6996, 56.8705],[-5.702001, 56.8688],[-5.703501, 56.8684],[-5.704999, 56.868],[-5.7072, 56.8676],[-5.7085, 56.8668],[-5.709301, 56.8658],[-5.71070, 56.8638],[-5.7129, 56.8632],[-5.713799, 56.8621],[-5.714301, 56.8599],[-5.714301, 56.8576],[-5.71490, 56.8555],[-5.7156, 56.8534],[-5.7161, 56.8522],[-5.717299, 56.8513],[-5.7202, 56.8515],[-5.723501, 56.8515],[-5.724199, 56.8517],[-5.724501, 56.8519],[-5.7255, 56.853],[-5.726099, 56.8532],[-5.727399, 56.8538],[-5.72850, 56.8541],[-5.72940, 56.8541],[-5.730199, 56.8539],[-5.731299000000002, 56.8536],[-5.732699, 56.854],[-5.73360, 56.8546],[-5.734399, 56.8555],[-5.735, 56.8558],[-5.735899, 56.8558],[-5.738299, 56.8547],[-5.739301, 56.8544],[-5.74060, 56.8543],[-5.7451, 56.855],[-5.7476, 56.8552],[-5.7493, 56.8551],[-5.750599000000002, 56.8548],[-5.751601, 56.8548],[-5.752299, 56.8552],[-5.753099, 56.8555],[-5.754301, 56.8556],[-5.7546, 56.8558],[-5.754301, 56.8562],[-5.753399, 56.8576],[-5.7535, 56.858],[-5.7541, 56.8582],[-5.756801, 56.8585],[-5.7582, 56.8591],[-5.7596, 56.8594],[-5.760499, 56.8592],[-5.76180, 56.859],[-5.762199, 56.8592],[-5.762599, 56.8594],[-5.76310, 56.8593],[-5.763599, 56.8587],[-5.7664, 56.8579],[-5.768799, 56.8583],[-5.7704, 56.859],[-5.771299, 56.8597],[-5.7725, 56.8604],[-5.77400, 56.8608],[-5.7757, 56.8607],[-5.777699, 56.8599],[-5.778501, 56.8599],[-5.779301000000002, 56.8601],[-5.78, 56.8606],[-5.780799, 56.8609],[-5.781801, 56.8609],[-5.782499, 56.8604],[-5.783501, 56.8587],[-5.7838, 56.8585],[-5.784101, 56.8584],[-5.78480, 56.8585],[-5.7855, 56.8588],[-5.7859, 56.8596],[-5.78580, 56.8604],[-5.78480, 56.8608],[-5.783999, 56.8625],[-5.784101, 56.8633],[-5.78340, 56.8637],[-5.779799, 56.8652],[-5.779699, 56.8654],[-5.7803, 56.8656],[-5.78340, 56.8656],[-5.783599, 56.866],[-5.783501, 56.8663],[-5.782199, 56.8671],[-5.77910, 56.8682],[-5.7704, 56.8717],[-5.76890, 56.8724],[-5.76730, 56.8732],[-5.7643, 56.8745],[-5.762899, 56.8749],[-5.7617, 56.8758],[-5.7603, 56.8771],[-5.757199, 56.8783],[-5.7546, 56.8790],[-5.749899, 56.8806],[-5.746201, 56.8826],[-5.7438, 56.8835],[-5.74020, 56.8841],[-5.7362, 56.8844],[-5.73190, 56.8842],[-5.728701, 56.8845],[-5.726, 56.8847],[-5.7244, 56.8849],[-5.722099, 56.8852],[-5.721401, 56.8857],[-5.721401, 56.8860],[-5.7213, 56.8868],[-5.72050, 56.8872],[-5.720699, 56.8876],[-5.7217, 56.8877],[-5.72380, 56.8876],[-5.7259, 56.8877],[-5.7268, 56.8879],[-5.7268, 56.8882],[-5.724899, 56.8884],[-5.7231, 56.8886],[-5.7209, 56.8885],[-5.7199, 56.8892],[-5.720099000000002, 56.8894],[-5.721499, 56.8897],[-5.722799, 56.8896],[-5.7258, 56.8895],[-5.73190, 56.8883],[-5.73610, 56.8881],[-5.737299, 56.8884],[-5.7375, 56.8888],[-5.73740, 56.8892],[-5.736899, 56.8898],[-5.735899, 56.8900],[-5.734799, 56.8899],[-5.733399, 56.8897],[-5.732299000000002, 56.8899],[-5.73070, 56.8905],[-5.729199, 56.8912],[-5.729101, 56.8916],[-5.729199, 56.8921],[-5.73000, 56.8930],[-5.7315, 56.8940],[-5.733799, 56.8951],[-5.7349, 56.8958],[-5.736001, 56.8960],[-5.73740, 56.8960],[-5.740799, 56.8954],[-5.746099, 56.8949],[-5.750899, 56.8937],[-5.754399, 56.8934],[-5.7562, 56.8939],[-5.75860, 56.8943],[-5.760499, 56.8941],[-5.763199, 56.8932],[-5.765299, 56.8928],[-5.7672, 56.8929],[-5.76730, 56.8938],[-5.767499, 56.8941],[-5.7676, 56.8943],[-5.7684, 56.8944],[-5.7694, 56.8943],[-5.771201, 56.8939],[-5.7725, 56.8935],[-5.77440, 56.8935],[-5.776, 56.8938],[-5.777, 56.8939],[-5.7786, 56.8935],[-5.7812, 56.8922],[-5.783501, 56.8914],[-5.784501, 56.8913],[-5.78580, 56.8906],[-5.78680, 56.8898],[-5.787399, 56.8899],[-5.788099, 56.8903],[-5.788701, 56.8913],[-5.789999, 56.8918],[-5.792099, 56.8919],[-5.792799, 56.8915],[-5.79330, 56.8914],[-5.7939, 56.8915],[-5.7945, 56.8919],[-5.795, 56.8923],[-5.7954, 56.8924],[-5.79650, 56.8918],[-5.7982, 56.8903],[-5.800799, 56.8883],[-5.80170, 56.8879],[-5.802001, 56.8880],[-5.8021, 56.8885],[-5.80170, 56.8892],[-5.800799, 56.8905],[-5.800099, 56.8913],[-5.7987, 56.8927],[-5.7986, 56.8929],[-5.7986, 56.8932],[-5.798999, 56.8931],[-5.7996, 56.8930],[-5.800399, 56.8927],[-5.801499, 56.8922],[-5.802199, 56.8917],[-5.802999, 56.8910],[-5.803901, 56.8904],[-5.804999, 56.8901],[-5.805799, 56.8896],[-5.806001, 56.8892],[-5.80590, 56.8887],[-5.8056, 56.8882],[-5.80550, 56.8880],[-5.806099, 56.8877],[-5.80680, 56.8878],[-5.808, 56.8880],[-5.809, 56.8880],[-5.80970, 56.8876],[-5.809999, 56.8873],[-5.8108, 56.8868],[-5.8133, 56.8868],[-5.815899, 56.8865],[-5.817699000000002, 56.8861],[-5.8187, 56.8860],[-5.819301, 56.8863],[-5.8203, 56.8866],[-5.821001, 56.8863],[-5.821801, 56.8864],[-5.8227, 56.8875],[-5.82380, 56.8884],[-5.824501, 56.8887],[-5.825799, 56.8888],[-5.82800, 56.8884],[-5.8319, 56.8871],[-5.8332, 56.8859],[-5.83450, 56.8850],[-5.837, 56.8842],[-5.83920, 56.883],[-5.841401, 56.8828],[-5.842899, 56.8826],[-5.8446, 56.8819],[-5.84630, 56.8814],[-5.8474, 56.8817],[-5.849, 56.8820],[-5.849999, 56.8824],[-5.850699, 56.8831],[-5.852499, 56.8833],[-5.854, 56.8832],[-5.85470, 56.8829],[-5.8557, 56.8817],[-5.8564, 56.8815],[-5.8569, 56.8816],[-5.857399, 56.8823],[-5.858399, 56.8834],[-5.860199, 56.8841],[-5.861899, 56.8840],[-5.8637, 56.8835],[-5.865699, 56.8827],[-5.86740, 56.8810],[-5.86840, 56.8809],[-5.8709, 56.8809],[-5.8734, 56.88],[-5.875199, 56.8789],[-5.876601, 56.8775],[-5.877699000000002, 56.8769],[-5.878799, 56.8768],[-5.879301, 56.877],[-5.8795, 56.8774],[-5.87910, 56.878],[-5.878799, 56.8787],[-5.878399, 56.8792],[-5.878701, 56.8798],[-5.878901, 56.88],[-5.8803, 56.8801],[-5.8811, 56.8799],[-5.881499, 56.8797],[-5.8816, 56.8793],[-5.881401, 56.8785],[-5.881401, 56.8778],[-5.881401, 56.8772],[-5.881899, 56.8768],[-5.882599, 56.8762],[-5.88380, 56.8756],[-5.88520, 56.8749],[-5.88570, 56.8747],[-5.88660, 56.8747],[-5.887499, 56.8749],[-5.8884, 56.8753],[-5.889501, 56.8760],[-5.89050, 56.8769],[-5.8919, 56.8779],[-5.892799, 56.8782],[-5.893701, 56.8782],[-5.894599, 56.8781],[-5.8972, 56.8765],[-5.8982, 56.8764],[-5.899, 56.8764],[-5.8995, 56.8768],[-5.8997, 56.8773],[-5.8995, 56.8785],[-5.8995, 56.8788],[-5.9001, 56.8790],[-5.901401, 56.8789],[-5.90250, 56.8790],[-5.9032, 56.8791],[-5.903501, 56.8794],[-5.9037, 56.8803],[-5.903901, 56.8828],[-5.90500, 56.8842],[-5.906401, 56.8842],[-5.909101, 56.8832],[-5.91010, 56.8826],[-5.91150, 56.8816],[-5.912399, 56.8809],[-5.9133, 56.8807],[-5.914199, 56.8807],[-5.915299000000002, 56.8812],[-5.915599, 56.8818],[-5.9151, 56.8827],[-5.914899, 56.8833],[-5.9151, 56.8835],[-5.916, 56.8835],[-5.917099, 56.8832],[-5.9186, 56.8833],[-5.9201, 56.8837],[-5.9201, 56.8840],[-5.9197, 56.8843],[-5.91720, 56.8848],[-5.916299, 56.8855],[-5.9158, 56.8864],[-5.916299, 56.8870],[-5.91720, 56.8870],[-5.91900, 56.8874],[-5.919899, 56.8878],[-5.920599, 56.8898],[-5.921899, 56.8911],[-5.921801, 56.8917],[-5.921299, 56.8920],[-5.92000, 56.8920],[-5.918, 56.8924],[-5.916601, 56.8931],[-5.915599, 56.8931],[-5.914599, 56.8931],[-5.913199, 56.8926],[-5.911601, 56.8923],[-5.9094, 56.8936],[-5.903299, 56.8937],[-5.9015, 56.8944],[-5.899, 56.8954],[-5.8976, 56.8957],[-5.8961, 56.8963],[-5.894599, 56.8973],[-5.8936, 56.8981],[-5.8933, 56.8986],[-5.8933, 56.8993],[-5.893799, 56.8997],[-5.896201, 56.8998],[-5.897099, 56.9001],[-5.89690, 56.9009],[-5.8943, 56.9019],[-5.8923, 56.9032],[-5.8893, 56.9045],[-5.8878, 56.905],[-5.882699, 56.905],[-5.881001, 56.9036],[-5.880599, 56.9031],[-5.87860, 56.9002],[-5.8776, 56.8992],[-5.87640, 56.8992],[-5.874599, 56.8992],[-5.8713, 56.8996],[-5.8694, 56.8998],[-5.867099, 56.8994],[-5.8652, 56.8995],[-5.864399, 56.8995],[-5.863599, 56.8993],[-5.863599, 56.8991],[-5.8637, 56.8987],[-5.863999, 56.8982],[-5.86410, 56.8978],[-5.863999, 56.8974],[-5.8638, 56.8972],[-5.862999, 56.8972],[-5.862299, 56.8975],[-5.861499, 56.8981],[-5.860799, 56.8986],[-5.860099, 56.8989],[-5.8596, 56.8989],[-5.85900, 56.8986],[-5.858799, 56.8982],[-5.858701, 56.8977],[-5.8597, 56.8967],[-5.8606, 56.8957],[-5.8611, 56.8950],[-5.8611, 56.8946],[-5.861001, 56.8943],[-5.860499, 56.8941],[-5.8599, 56.8941],[-5.85850, 56.8953],[-5.8572, 56.8968],[-5.85660, 56.8971],[-5.856, 56.8972],[-5.854599, 56.8970],[-5.852799, 56.8976],[-5.8484, 56.8995],[-5.8477, 56.9],[-5.847499, 56.9007],[-5.84760, 56.9009],[-5.8484, 56.9009],[-5.8498, 56.9009],[-5.850599, 56.9012],[-5.851299, 56.9017],[-5.85140, 56.9022],[-5.851099, 56.9031],[-5.85010, 56.9035],[-5.84530, 56.9049],[-5.843901, 56.9056],[-5.843299, 56.9063],[-5.8431, 56.9071],[-5.843299, 56.9078],[-5.844301, 56.9087],[-5.845799, 56.9094],[-5.8469, 56.9092],[-5.847799, 56.9092],[-5.8484, 56.9096],[-5.848501, 56.9103],[-5.848199000000002, 56.911],[-5.848, 56.9121],[-5.8483, 56.9127],[-5.8488, 56.9129],[-5.849199, 56.9126],[-5.8498, 56.9119],[-5.8508, 56.9113],[-5.851299, 56.9116],[-5.8526, 56.9115],[-5.85290, 56.9111],[-5.853099, 56.9107],[-5.85330, 56.9101],[-5.853701, 56.91],[-5.8545, 56.9103],[-5.855199, 56.9109],[-5.855899, 56.9109],[-5.8569, 56.9109],[-5.8576, 56.9106],[-5.858099, 56.91],[-5.8592, 56.9097],[-5.86030, 56.9094],[-5.861499, 56.9093],[-5.862599, 56.909],[-5.8631, 56.9085],[-5.863599, 56.9086],[-5.8637, 56.909],[-5.864699, 56.9096],[-5.865499000000002, 56.9097],[-5.866499000000002, 56.9096],[-5.86840, 56.9097],[-5.869599, 56.9099],[-5.87060, 56.9103],[-5.8713, 56.9109],[-5.8715, 56.9114],[-5.871699, 56.9125],[-5.87220, 56.9131],[-5.8727, 56.9133],[-5.87350, 56.9135],[-5.8747, 56.9137],[-5.8757, 56.9146],[-5.87720, 56.9153],[-5.8785, 56.9158],[-5.879399, 56.9158],[-5.8797, 56.9155],[-5.88000, 56.9153],[-5.880499, 56.9156],[-5.880799, 56.9163],[-5.880799, 56.9172],[-5.8804, 56.9189],[-5.8804, 56.9203],[-5.8811, 56.9221],[-5.8804, 56.9224],[-5.8795, 56.9226],[-5.87830, 56.9229],[-5.877299, 56.9231],[-5.8769, 56.923],[-5.876201, 56.9222],[-5.8755, 56.9223],[-5.875199, 56.9232],[-5.875, 56.924],[-5.874199, 56.9245],[-5.87350, 56.9245],[-5.8719, 56.9243],[-5.8714, 56.9245],[-5.8705, 56.9254],[-5.869999, 56.9258],[-5.8701, 56.926],[-5.8705, 56.9263],[-5.870699, 56.9265],[-5.8701, 56.9277],[-5.8694, 56.9281],[-5.868701, 56.9278],[-5.86840, 56.9274],[-5.8681, 56.9267],[-5.8677, 56.9264],[-5.867099, 56.9264],[-5.864699, 56.9272],[-5.8638, 56.9273],[-5.86270, 56.9268],[-5.861801, 56.9268],[-5.861001, 56.9267],[-5.8599, 56.9266],[-5.85850, 56.9266],[-5.8582, 56.927],[-5.858099, 56.9275],[-5.8596, 56.9279],[-5.86070, 56.9282],[-5.8621, 56.9283],[-5.863299, 56.9284],[-5.864301, 56.9286],[-5.864699, 56.9289],[-5.864699, 56.9292],[-5.864399, 56.93],[-5.8637, 56.9307],[-5.8637, 56.9313],[-5.86420, 56.9316],[-5.864799, 56.932],[-5.864999, 56.9325],[-5.864999, 56.933],[-5.864399, 56.9357],[-5.863999, 56.9361],[-5.862599, 56.9363],[-5.8597, 56.9362],[-5.858799, 56.9368],[-5.858799, 56.9372],[-5.859399000000002, 56.9378],[-5.86000, 56.9382],[-5.8599, 56.9394],[-5.860499, 56.9400],[-5.860799, 56.9405],[-5.860199, 56.9408],[-5.85900, 56.9408],[-5.857, 56.9405],[-5.8551, 56.9401],[-5.853099, 56.9403],[-5.8518, 56.9413],[-5.8518, 56.9421],[-5.8522, 56.9430],[-5.85230, 56.9444],[-5.85270, 56.9453],[-5.853701, 56.9456],[-5.855299, 56.9457],[-5.856801, 56.9460],[-5.8569, 56.9463],[-5.856699, 56.9467],[-5.8557, 56.9467],[-5.8536, 56.9476],[-5.852399, 56.9495],[-5.8522, 56.9504],[-5.852499, 56.9512],[-5.852399, 56.9519],[-5.852001, 56.9519],[-5.8509, 56.9520],[-5.850299, 56.9524],[-5.850299, 56.9530],[-5.85100, 56.9547],[-5.85190, 56.9553],[-5.852399, 56.9559],[-5.85230, 56.9562],[-5.849, 56.9568],[-5.846001, 56.9582],[-5.8448, 56.9592],[-5.84490, 56.9599],[-5.8469, 56.9612],[-5.847001, 56.9618],[-5.8469, 56.9621],[-5.845799, 56.9620],[-5.8446, 56.9623],[-5.84340, 56.9639],[-5.8432, 56.9651],[-5.842999, 56.9662],[-5.84200, 56.9672],[-5.838399, 56.9682],[-5.8365, 56.9681],[-5.83440, 56.9679],[-5.8333, 56.9676],[-5.8323, 56.9663],[-5.8297, 56.9653],[-5.82760, 56.9646],[-5.826499, 56.9643],[-5.8255, 56.9642],[-5.82380, 56.9634],[-5.8216, 56.9621],[-5.81950, 56.9612],[-5.818399, 56.9615],[-5.817599, 56.9620],[-5.81710, 56.9615],[-5.8165, 56.9613],[-5.81610, 56.9617],[-5.81610, 56.9623],[-5.816201, 56.9627],[-5.81710, 56.9632],[-5.817999, 56.9633],[-5.819301, 56.9636],[-5.820099, 56.9639],[-5.8206, 56.9642],[-5.820799, 56.9648],[-5.8213, 56.9656],[-5.8217, 56.9668],[-5.82320, 56.9686],[-5.825799, 56.9705],[-5.826001, 56.971],[-5.8252, 56.9719],[-5.8246, 56.9729],[-5.8246, 56.9739],[-5.8248, 56.9745],[-5.8255, 56.9746],[-5.826401, 56.9743],[-5.829199, 56.9729],[-5.8323, 56.9723],[-5.83400, 56.9722],[-5.83500, 56.972],[-5.8357, 56.9717],[-5.836401, 56.9717],[-5.83690, 56.9718],[-5.83780, 56.9724],[-5.83920, 56.9727],[-5.8403, 56.9726],[-5.8416, 56.9723],[-5.84340, 56.972],[-5.844399, 56.9721],[-5.844999, 56.9723],[-5.845099, 56.9729],[-5.844999, 56.9736],[-5.843901, 56.9757],[-5.843299, 56.9773],[-5.84340, 56.9783],[-5.84340, 56.9792],[-5.84170, 56.9804],[-5.84110, 56.9812],[-5.840899, 56.9818],[-5.84110, 56.9827],[-5.8412, 56.9835],[-5.8412, 56.986],[-5.8413, 56.9876],[-5.841001, 56.9888],[-5.84060, 56.9896],[-5.840099, 56.9902],[-5.83970, 56.9906],[-5.838901, 56.991],[-5.837299, 56.9914],[-5.835499, 56.9916],[-5.8326, 56.9915],[-5.832001, 56.9919],[-5.831, 56.9927],[-5.83020, 56.9936],[-5.8297, 56.9943],[-5.8297, 56.9946],[-5.82980, 56.9951],[-5.8304, 56.9959],[-5.8311, 56.9967],[-5.83180, 56.9976],[-5.832099, 56.9981],[-5.83220, 56.9986],[-5.8323, 56.9996],[-5.83220, 57.0008],[-5.831699, 57.0024],[-5.831201, 57.0035],[-5.830599, 57.0046],[-5.8297, 57.0058],[-5.8288, 57.0068],[-5.828501, 57.0070],[-5.82800, 57.0070],[-5.827499, 57.0068],[-5.8269, 57.0063],[-5.82560, 57.0045],[-5.8253, 57.0041],[-5.824699, 57.0039],[-5.82380, 57.0038],[-5.82320, 57.0038],[-5.822599, 57.0039],[-5.822199, 57.0041],[-5.8217, 57.0045],[-5.821499, 57.0051],[-5.821401, 57.0057],[-5.8213, 57.0076],[-5.820799, 57.0097],[-5.82000, 57.0109],[-5.818399, 57.0117],[-5.816299, 57.0123],[-5.81390, 57.0123],[-5.8118, 57.0131],[-5.8104, 57.0134],[-5.807199, 57.0139],[-5.805699, 57.0144],[-5.804999, 57.0143],[-5.804399, 57.0132],[-5.803599, 57.0131],[-5.8024, 57.0134],[-5.80120, 57.0138],[-5.7991, 57.0139],[-5.796, 57.0139],[-5.79360, 57.0137],[-5.7911, 57.0124],[-5.7905, 57.0123],[-5.789501, 57.0129],[-5.7883, 57.0136],[-5.786601, 57.0137],[-5.782599, 57.0140],[-5.7817, 57.0144],[-5.780399, 57.0151],[-5.779301000000002, 57.0156],[-5.777699, 57.0164],[-5.776899, 57.0165],[-5.775899, 57.0165],[-5.774799, 57.0162],[-5.773701, 57.0157],[-5.772099, 57.0154],[-5.767799, 57.0152],[-5.763501, 57.0149],[-5.7602, 57.0152],[-5.757999, 57.0159],[-5.755, 57.0162],[-5.7522, 57.0159],[-5.7511, 57.0158],[-5.7501, 57.0160],[-5.749101, 57.0167],[-5.748, 57.0171],[-5.7465, 57.0169],[-5.743501, 57.0168],[-5.7409, 57.0169],[-5.739301, 57.0169],[-5.7381, 57.0170],[-5.736899, 57.0172],[-5.73700, 57.0175],[-5.7375, 57.0181],[-5.737199, 57.0184],[-5.7363, 57.0183],[-5.735, 57.0176],[-5.733799, 57.0175],[-5.7329, 57.0181],[-5.732299000000002, 57.0181],[-5.7305, 57.0178],[-5.7297, 57.0177],[-5.72900, 57.0174],[-5.72800, 57.0175],[-5.727499, 57.0178],[-5.727001, 57.0182],[-5.726299, 57.0182],[-5.726099, 57.0174],[-5.72230, 57.0117],[-5.721401, 57.0087],[-5.720099000000002, 57.0072],[-5.715499, 57.0023],[-5.71160, 56.9983],[-5.710499, 56.9961],[-5.70830, 56.9924],[-5.707001, 56.9915],[-5.700799000000002, 56.9893],[-5.697299, 56.9877],[-5.694799, 56.9867],[-5.692299, 56.9867],[-5.690599, 56.9877],[-5.68960, 56.9877],[-5.68860, 56.9876],[-5.687799, 56.9868],[-5.6864, 56.9846],[-5.68580, 56.9842],[-5.6823, 56.9834],[-5.6749, 56.9795],[-5.6708, 56.9775],[-5.6659, 56.9766],[-5.6605, 56.9763],[-5.656801, 56.9766],[-5.654699, 56.9779],[-5.6536, 56.9778],[-5.650499, 56.9769],[-5.646, 56.9757],[-5.643099, 56.9753],[-5.6414, 56.9751],[-5.63980, 56.9743],[-5.6368, 56.9724],[-5.634699000000002, 56.9707],[-5.633999, 56.9703],[-5.632699, 56.9701],[-5.632, 56.9702],[-5.6311, 56.9705],[-5.6311, 56.9709],[-5.6312, 56.9717],[-5.631801, 56.9729],[-5.632199, 56.9738],[-5.632199, 56.9745],[-5.631499, 56.975],[-5.63040, 56.9752],[-5.6254, 56.9752],[-5.6215, 56.9756],[-5.6168, 56.9763],[-5.612599, 56.978],[-5.61240, 56.9786],[-5.612999, 56.9793],[-5.6127, 56.9798],[-5.6096, 56.9821],[-5.6055, 56.9836],[-5.602499, 56.9839],[-5.597499, 56.9831],[-5.593299, 56.9824],[-5.5912, 56.9814],[-5.58960, 56.9803],[-5.588399, 56.9798],[-5.5865, 56.98],[-5.583399, 56.9816],[-5.5804, 56.9816],[-5.579501, 56.9818],[-5.5789, 56.9826],[-5.57830, 56.9833],[-5.577099, 56.9836],[-5.5753, 56.9835],[-5.5728, 56.9838],[-5.5717, 56.9842],[-5.568901, 56.9847],[-5.5667, 56.9854],[-5.5614, 56.987],[-5.5563, 56.9872],[-5.549301, 56.9893],[-5.546299, 56.9901],[-5.5435, 56.9908],[-5.5363, 56.9913],[-5.532899, 56.9921],[-5.52960, 56.9932],[-5.522299, 56.9943],[-5.5172, 56.9945],[-5.5134, 56.9943],[-5.5091, 56.9938],[-5.507899, 56.9943],[-5.5078, 56.9948],[-5.5078, 56.9955],[-5.5074, 56.9963],[-5.5075, 56.9969],[-5.508399, 56.9976],[-5.5118, 56.9983],[-5.5179, 56.9982],[-5.5207, 56.9991],[-5.5222, 56.9997],[-5.522099, 57.0002],[-5.5215, 57.0006],[-5.5208, 57.0007],[-5.5201, 57.0004],[-5.519101, 57.0002],[-5.518, 57.0007],[-5.516699, 57.0023],[-5.5165, 57.0035],[-5.516699, 57.0043],[-5.51730, 57.0049],[-5.5184, 57.0059],[-5.5194, 57.0064],[-5.519899, 57.0064],[-5.5205, 57.0062],[-5.5215, 57.0052],[-5.5232, 57.0039],[-5.5246, 57.0027],[-5.5262, 57.0011],[-5.527699, 57.0005],[-5.528399, 57.0008],[-5.5291, 57.0016],[-5.530399, 57.0017],[-5.531401, 57.0018],[-5.533999, 57.0008],[-5.536099, 57.0002],[-5.539, 56.9995],[-5.5402, 56.9995],[-5.542099, 56.9993],[-5.544199, 56.9985],[-5.547599, 56.9994],[-5.548501, 56.9995],[-5.549399, 56.9994],[-5.5507, 56.999],[-5.5517, 56.9980],[-5.552599, 56.9971],[-5.5543, 56.997],[-5.557499, 56.9967],[-5.5632, 56.9954],[-5.5658, 56.9951],[-5.5674, 56.9947],[-5.568399, 56.9943],[-5.570199, 56.9935],[-5.5721, 56.9931],[-5.575099, 56.9929],[-5.5776, 56.9931],[-5.5811, 56.9937],[-5.583, 56.9936],[-5.585499, 56.9922],[-5.5883, 56.9919],[-5.5904, 56.9917],[-5.5921, 56.9914],[-5.592999, 56.991],[-5.594501, 56.9902],[-5.5969, 56.9882],[-5.598701, 56.9873],[-5.600699, 56.987],[-5.603199, 56.9868],[-5.6051, 56.9865],[-5.6072, 56.9859],[-5.610099, 56.985],[-5.611499, 56.9843],[-5.6134, 56.9833],[-5.6152, 56.9829],[-5.616601, 56.983],[-5.6181, 56.9839],[-5.6205, 56.9863],[-5.621601, 56.9871],[-5.623199, 56.9875],[-5.6258, 56.9876],[-5.630199, 56.9877],[-5.6324, 56.9883],[-5.6352, 56.9892],[-5.6352, 56.9895],[-5.6336, 56.9897],[-5.632599, 56.9898],[-5.632599, 56.9901],[-5.6362, 56.9917],[-5.6399, 56.9929],[-5.64400, 56.9929],[-5.646801, 56.9932],[-5.6494, 56.9933],[-5.654301, 56.993],[-5.6574, 56.9944],[-5.6588, 56.9945],[-5.66130, 56.9958],[-5.663199, 56.9977],[-5.665599, 57.0005],[-5.6683, 57.0028],[-5.671299000000002, 57.0053],[-5.6746, 57.0081],[-5.677999, 57.0121],[-5.68190, 57.0192],[-5.682899, 57.0208],[-5.682899, 57.0212],[-5.6824, 57.0223],[-5.681601000000002, 57.0231],[-5.6813, 57.0239],[-5.6809, 57.025],[-5.680099, 57.0259],[-5.67770, 57.0264],[-5.676499, 57.0261],[-5.675499, 57.0252],[-5.67500, 57.0245],[-5.6732, 57.0249],[-5.671401, 57.0254],[-5.671201, 57.0259],[-5.671201, 57.0263],[-5.672, 57.0262],[-5.672999, 57.0260],[-5.673299, 57.0266],[-5.6729, 57.027],[-5.67160, 57.0269],[-5.6685, 57.0263],[-5.6669, 57.0263],[-5.66610, 57.0266],[-5.66650, 57.0271],[-5.6682, 57.0279],[-5.6685, 57.0291],[-5.669199, 57.0315],[-5.67030, 57.033],[-5.67410, 57.0347],[-5.678199, 57.0359],[-5.681499, 57.0375],[-5.684101, 57.0389],[-5.68900, 57.0405],[-5.69280, 57.0404],[-5.695099, 57.0406],[-5.6978, 57.0407],[-5.7019, 57.0407],[-5.704899, 57.0406],[-5.707799, 57.0413],[-5.71110, 57.041],[-5.715499, 57.0393],[-5.71870, 57.0387],[-5.720699, 57.0382],[-5.725399, 57.038],[-5.72940, 57.0372],[-5.730899, 57.0369],[-5.7325, 57.0366],[-5.7354, 57.0359],[-5.743501, 57.0351],[-5.743701, 57.0348],[-5.743501, 57.0346],[-5.742099, 57.0342],[-5.73780, 57.0342],[-5.735899, 57.0342],[-5.73320, 57.0339],[-5.7328, 57.0337],[-5.732699, 57.0328],[-5.7321, 57.0319],[-5.732299000000002, 57.0313],[-5.7329, 57.0309],[-5.73360, 57.0307],[-5.7347, 57.0295],[-5.735199, 57.0292],[-5.73610, 57.0293],[-5.738299, 57.0301],[-5.738999, 57.03],[-5.739399, 57.0296],[-5.7392, 57.0291],[-5.7391, 57.0287],[-5.7392, 57.0285],[-5.739799, 57.0285],[-5.740399, 57.0287],[-5.7409, 57.0292],[-5.741601, 57.0296],[-5.742599, 57.0299],[-5.74630, 57.0295],[-5.74730, 57.0296],[-5.747799, 57.0299],[-5.748, 57.0306],[-5.748, 57.0316],[-5.7484, 57.0323],[-5.748799, 57.0324],[-5.7497, 57.0324],[-5.750199, 57.0323],[-5.75150, 57.0322],[-5.75250, 57.0319],[-5.752699, 57.032],[-5.75290, 57.0322],[-5.752699, 57.033],[-5.753099, 57.0335],[-5.753701, 57.0337],[-5.7546, 57.0345],[-5.7546, 57.0351],[-5.754301, 57.0355],[-5.7536, 57.0357],[-5.75150, 57.0357],[-5.751201, 57.0358],[-5.7514, 57.0362],[-5.75190, 57.0366],[-5.75280, 57.0371],[-5.7532, 57.0377],[-5.752999, 57.0383],[-5.7532, 57.0386],[-5.754799, 57.0386],[-5.755799, 57.0393],[-5.756401, 57.0396],[-5.7562, 57.04],[-5.756001, 57.0401],[-5.7546, 57.0401],[-5.754301, 57.0403],[-5.7542, 57.0406],[-5.7542, 57.0408],[-5.7546, 57.0411],[-5.755, 57.0419],[-5.7549, 57.0425],[-5.755, 57.0428],[-5.755899, 57.0429],[-5.75670, 57.0426],[-5.7581, 57.0421],[-5.758501, 57.0422],[-5.7587, 57.0429],[-5.758501, 57.0433],[-5.75610, 57.0447],[-5.75530, 57.0452],[-5.75530, 57.0455],[-5.755499, 57.0456],[-5.756499, 57.0457],[-5.757199, 57.0461],[-5.757999, 57.0464],[-5.758901, 57.0468],[-5.759399, 57.0471],[-5.75990, 57.0476],[-5.760099, 57.048],[-5.7602, 57.0489],[-5.760099, 57.0501],[-5.760499, 57.0511],[-5.761001000000002, 57.0516],[-5.7617, 57.0517],[-5.762599, 57.0515],[-5.763299, 57.0509],[-5.7643, 57.0503],[-5.76510, 57.0502],[-5.76560, 57.05],[-5.766001, 57.0495],[-5.76650, 57.049],[-5.7676, 57.0484],[-5.7686, 57.048],[-5.7694, 57.0478],[-5.770199, 57.0474],[-5.771201, 57.0466],[-5.771699, 57.0463],[-5.772699, 57.0462],[-5.77350, 57.0462],[-5.77440, 57.0459],[-5.7758, 57.0457],[-5.7767, 57.0459],[-5.77720, 57.0459],[-5.777599, 57.0453],[-5.7779, 57.0448],[-5.77870, 57.0446],[-5.779301000000002, 57.0447],[-5.77960, 57.0452],[-5.779301000000002, 57.0459],[-5.77880, 57.0467],[-5.7781, 57.0477],[-5.777999, 57.0484],[-5.77820, 57.0487],[-5.779301000000002, 57.0491],[-5.7803, 57.0492],[-5.7817, 57.0491],[-5.7827, 57.049],[-5.7837, 57.0489],[-5.7844, 57.049],[-5.784999, 57.0495],[-5.785399, 57.0501],[-5.785399, 57.0512],[-5.78430, 57.0522],[-5.78430, 57.0524],[-5.784699, 57.0525],[-5.785299, 57.0525],[-5.78680, 57.0534],[-5.7877, 57.0536],[-5.788199, 57.0533],[-5.788701, 57.0529],[-5.7893, 57.0528],[-5.7897, 57.0529],[-5.7905, 57.0543],[-5.7908, 57.0556],[-5.791299, 57.0564],[-5.792799, 57.0572],[-5.7935, 57.0579],[-5.7941, 57.0590],[-5.795, 57.0606],[-5.7953, 57.0617],[-5.7954, 57.0623],[-5.795199, 57.0629],[-5.794301, 57.0634],[-5.793099, 57.0637],[-5.793, 57.0641],[-5.79320, 57.0645],[-5.794199, 57.0646],[-5.795599, 57.0646],[-5.79610, 57.0647],[-5.79610, 57.0649],[-5.7957, 57.0653],[-5.7941, 57.0658],[-5.792799, 57.0664],[-5.79180, 57.0665],[-5.790299, 57.0666],[-5.788701, 57.0658],[-5.787799, 57.0658],[-5.786699, 57.0664],[-5.786601, 57.0671],[-5.7869, 57.0676],[-5.787001, 57.0678],[-5.7869, 57.0680],[-5.785399, 57.0681],[-5.785299, 57.0685],[-5.7855, 57.0691],[-5.786699, 57.0700],[-5.786601, 57.0709],[-5.78580, 57.0719],[-5.7842, 57.0733],[-5.782499, 57.0738],[-5.780799, 57.0742],[-5.780399, 57.0751],[-5.77960, 57.0758],[-5.7766, 57.0773],[-5.771299, 57.0823],[-5.7697, 57.0832],[-5.768199, 57.0832],[-5.76730, 57.0827],[-5.7663, 57.0822],[-5.765299, 57.0820],[-5.7644, 57.0825],[-5.764501, 57.083],[-5.7649, 57.0844],[-5.7643, 57.0855],[-5.7634, 57.0867],[-5.76240, 57.0872],[-5.7578, 57.0892],[-5.753701, 57.0907],[-5.74730, 57.0909],[-5.7456, 57.0911],[-5.7443, 57.0916],[-5.74060, 57.0934],[-5.7371, 57.0958],[-5.7353, 57.0969],[-5.7305, 57.0989],[-5.728099, 57.1004],[-5.727799, 57.1011],[-5.727799, 57.1031],[-5.7279, 57.1039],[-5.726299, 57.1058],[-5.7255, 57.107],[-5.7251, 57.108],[-5.7251, 57.1089],[-5.722899, 57.1115],[-5.72230, 57.1126],[-5.72230, 57.1131],[-5.7226, 57.114],[-5.7227, 57.1146],[-5.72230, 57.1152],[-5.721099, 57.1157],[-5.7202, 57.1159],[-5.720099000000002, 57.1165],[-5.7203, 57.1181],[-5.7199, 57.1187],[-5.71820, 57.1188],[-5.71400, 57.1188],[-5.711201, 57.1192],[-5.7085, 57.1196],[-5.704501, 57.1195],[-5.7006, 57.1195],[-5.696499, 57.1205],[-5.6922, 57.1208],[-5.689301, 57.1202],[-5.684999, 57.1195],[-5.679699, 57.1194],[-5.675099, 57.1199],[-5.6695, 57.1223],[-5.667099, 57.1224],[-5.662399, 57.1234],[-5.6599, 57.1246],[-5.658, 57.1258],[-5.656099, 57.1267],[-5.6517, 57.1272],[-5.647299, 57.1279],[-5.642499, 57.1277],[-5.639999, 57.1265],[-5.637001, 57.1248],[-5.6349, 57.1239],[-5.6321, 57.1235],[-5.62950, 57.1231],[-5.626, 57.1228],[-5.622799, 57.1225],[-5.614399, 57.1207],[-5.6106, 57.1202],[-5.608099, 57.1204],[-5.6029, 57.1199],[-5.598199, 57.1194],[-5.594399, 57.1196],[-5.5912, 57.1195],[-5.589799, 57.119],[-5.5879, 57.1169],[-5.586201, 57.1143],[-5.585599, 57.1136],[-5.584599, 57.1125],[-5.5833, 57.1113],[-5.579199, 57.1096],[-5.576499, 57.1081],[-5.5756, 57.1061],[-5.574699, 57.1043],[-5.5734, 57.1032],[-5.571401, 57.1029],[-5.569399, 57.1027],[-5.5691, 57.1026],[-5.56870, 57.1016],[-5.56870, 57.1005],[-5.568501, 57.0994],[-5.56780, 57.0986],[-5.566899, 57.098],[-5.566, 57.0971],[-5.565499, 57.0963],[-5.5651, 57.0957],[-5.5639, 57.0953],[-5.563, 57.0952],[-5.5618, 57.0957],[-5.56010, 57.0968],[-5.557799, 57.0988],[-5.556601, 57.0989],[-5.556001, 57.098],[-5.553599, 57.0956],[-5.5506, 57.0931],[-5.5487, 57.0918],[-5.5465, 57.0917],[-5.545199, 57.0909],[-5.5429, 57.0909],[-5.54080, 57.0898],[-5.5369, 57.0893],[-5.534101, 57.088],[-5.530099, 57.0867],[-5.5254, 57.0859],[-5.52350, 57.0857],[-5.5226, 57.0853],[-5.521299, 57.0842],[-5.5193, 57.0829],[-5.518099, 57.0818],[-5.51730, 57.0820],[-5.51640, 57.083],[-5.515299, 57.0838],[-5.51480, 57.0846],[-5.514699, 57.0856],[-5.5143, 57.0865],[-5.513901, 57.0874],[-5.513901, 57.0875],[-5.514101, 57.0877],[-5.51480, 57.0874],[-5.5163, 57.0862],[-5.517499, 57.0853],[-5.518099, 57.0852],[-5.5184, 57.0853],[-5.5184, 57.0858],[-5.518, 57.0866],[-5.5156, 57.0885],[-5.513501, 57.0904],[-5.5134, 57.0921],[-5.513, 57.0945],[-5.5107, 57.0961],[-5.507699, 57.0974],[-5.5045, 57.097],[-5.5022, 57.0971],[-5.4969, 57.0989],[-5.489999, 57.0995],[-5.486801, 57.1],[-5.482999, 57.1009],[-5.4814, 57.1018],[-5.47980, 57.1021],[-5.476099, 57.1021],[-5.4731, 57.1022],[-5.4684, 57.1027],[-5.4654, 57.1028],[-5.463399, 57.1041],[-5.458799, 57.1039],[-5.4569, 57.1041],[-5.453599, 57.1046],[-5.449999, 57.1065],[-5.4492, 57.1064],[-5.447299, 57.1062],[-5.4463, 57.1063],[-5.445, 57.107],[-5.443799, 57.1074],[-5.442299, 57.1074],[-5.4386, 57.1066],[-5.4358, 57.1067],[-5.4309, 57.107],[-5.426801, 57.1077],[-5.421299, 57.1099],[-5.418, 57.1106],[-5.414999, 57.1112],[-5.406899, 57.1108],[-5.4045, 57.1101],[-5.4004, 57.1091],[-5.3957, 57.1089],[-5.3901, 57.1079],[-5.388, 57.1068],[-5.38660, 57.1062],[-5.385799, 57.1063],[-5.3853, 57.1063],[-5.3853, 57.1069],[-5.3846, 57.1075],[-5.3837, 57.1077],[-5.383299, 57.108],[-5.383501, 57.1084],[-5.384501, 57.109],[-5.386001, 57.1101],[-5.3878, 57.1106],[-5.389999, 57.1111],[-5.392499, 57.1112],[-5.393701, 57.1116],[-5.3958, 57.1122],[-5.396801, 57.1121],[-5.399799, 57.1114],[-5.402, 57.1114],[-5.405099, 57.112],[-5.4093, 57.1134],[-5.4147, 57.1153],[-5.415599, 57.1158],[-5.4175, 57.1159],[-5.4194, 57.1166],[-5.4221, 57.1168],[-5.424799, 57.1164],[-5.4277, 57.1154],[-5.4309, 57.1142],[-5.433701, 57.1141],[-5.434899, 57.1137],[-5.435699, 57.1129],[-5.4361, 57.1124],[-5.436601, 57.1123],[-5.4375, 57.1126],[-5.438799, 57.1132],[-5.440899, 57.1133],[-5.443099, 57.113],[-5.446899, 57.1119],[-5.4531, 57.1113],[-5.454501, 57.111],[-5.4548, 57.1108],[-5.454599, 57.1104],[-5.4534, 57.1099],[-5.4534, 57.1096],[-5.4534, 57.1094],[-5.454101, 57.1093],[-5.4565, 57.1097],[-5.458701, 57.1097],[-5.4628, 57.1083],[-5.4663, 57.1072],[-5.4731, 57.1068],[-5.478099, 57.1065],[-5.4794, 57.1064],[-5.48080, 57.1059],[-5.482399, 57.1046],[-5.483399, 57.1035],[-5.484301, 57.1029],[-5.4861, 57.1035],[-5.4888, 57.1056],[-5.488599, 57.106],[-5.4878, 57.1065],[-5.487999, 57.1067],[-5.4887, 57.1068],[-5.4912, 57.107],[-5.4963, 57.107],[-5.4983, 57.1067],[-5.501699, 57.1056],[-5.5057, 57.1039],[-5.509399, 57.1031],[-5.511401, 57.1024],[-5.5151, 57.1023],[-5.51730, 57.1023],[-5.5189, 57.1024],[-5.5211, 57.1027],[-5.5246, 57.1024],[-5.5262, 57.1025],[-5.5288, 57.1034],[-5.53210, 57.1046],[-5.532899, 57.1055],[-5.5334, 57.1065],[-5.537199, 57.1077],[-5.5422, 57.1086],[-5.543399, 57.109],[-5.543701, 57.1097],[-5.545499, 57.1107],[-5.5486, 57.1122],[-5.549699, 57.1129],[-5.5499, 57.1131],[-5.5499, 57.1133],[-5.5492, 57.1143],[-5.548399, 57.1151],[-5.548501, 57.1168],[-5.5492, 57.1183],[-5.5509, 57.1201],[-5.553501, 57.1227],[-5.552999, 57.1243],[-5.552199, 57.1249],[-5.552299, 57.1254],[-5.552999, 57.1259],[-5.556099, 57.1265],[-5.557099, 57.1267],[-5.557499, 57.1274],[-5.557199, 57.1299],[-5.5583, 57.1332],[-5.559999, 57.1348],[-5.5629, 57.1352],[-5.5671, 57.1349],[-5.569799, 57.1345],[-5.572299, 57.1340],[-5.5753, 57.1341],[-5.577099, 57.1344],[-5.57840, 57.1357],[-5.579899, 57.1386],[-5.581299, 57.1398],[-5.582699, 57.1400],[-5.585599, 57.1402],[-5.5916, 57.1405],[-5.593599, 57.1414],[-5.5955, 57.1430],[-5.596601, 57.1435],[-5.60180, 57.1438],[-5.6075, 57.1457],[-5.610799, 57.1463],[-5.622399, 57.1460],[-5.627699, 57.1457],[-5.6373, 57.1449],[-5.6447, 57.1438],[-5.647999, 57.1428],[-5.651401, 57.1430],[-5.656899, 57.1431],[-5.659599, 57.1443],[-5.66140, 57.1449],[-5.663799, 57.1450],[-5.66550, 57.1454],[-5.6669, 57.1464],[-5.67, 57.1473],[-5.671801, 57.1479],[-5.674799, 57.1487],[-5.676001, 57.1487],[-5.676801, 57.1491],[-5.67770, 57.15],[-5.6793, 57.1514],[-5.679699, 57.1519],[-5.6793, 57.1529],[-5.679501, 57.1536],[-5.6805, 57.1546],[-5.68390, 57.1564],[-5.686299, 57.1569],[-5.687001, 57.1574],[-5.68720, 57.1579],[-5.68720, 57.1588],[-5.687399, 57.1605],[-5.687699, 57.1611],[-5.688701, 57.1621],[-5.6889, 57.163],[-5.68860, 57.1642],[-5.685599, 57.1674],[-5.6852, 57.1679],[-5.685299, 57.1686],[-5.686601, 57.17],[-5.687399, 57.1704],[-5.689799, 57.1698],[-5.690199, 57.1701],[-5.6901, 57.1705],[-5.689301, 57.1722],[-5.6883, 57.1734],[-5.6851, 57.1746],[-5.681001, 57.1763],[-5.6798, 57.1774],[-5.679101, 57.1792],[-5.678599, 57.1807],[-5.6781, 57.1817],[-5.677199, 57.183],[-5.6756, 57.1838],[-5.6724, 57.185],[-5.66510, 57.1872],[-5.66190, 57.1891],[-5.6608, 57.1897],[-5.658299, 57.1903],[-5.656899, 57.1913],[-5.649799, 57.1954],[-5.646, 57.1964],[-5.6415, 57.1974],[-5.638999, 57.1991],[-5.637899, 57.1998],[-5.6367, 57.2005],[-5.635499, 57.2008],[-5.6324, 57.2013],[-5.6324, 57.2017],[-5.632699, 57.2024],[-5.6336, 57.2033],[-5.63410, 57.2034],[-5.6353, 57.2027],[-5.635799, 57.2029],[-5.6357, 57.2031],[-5.634501, 57.2041],[-5.63370, 57.2046],[-5.633399, 57.2054],[-5.63370, 57.2064],[-5.63370, 57.2070],[-5.6321, 57.2082],[-5.628901, 57.2093],[-5.627699, 57.21],[-5.62760, 57.2116],[-5.62700, 57.2124],[-5.62570, 57.213],[-5.625, 57.2133],[-5.6247, 57.2129],[-5.625299, 57.2116],[-5.625299, 57.2113],[-5.6251, 57.2112],[-5.6247, 57.2112],[-5.624101, 57.2116],[-5.623, 57.2123],[-5.6222, 57.213],[-5.622399, 57.2142],[-5.622799, 57.2149],[-5.624199, 57.2152],[-5.6244, 57.2156],[-5.624101, 57.2166],[-5.624, 57.2173],[-5.6239, 57.2185],[-5.6239, 57.2193],[-5.6244, 57.2195],[-5.6251, 57.2192],[-5.6261, 57.2182],[-5.62710, 57.2184],[-5.628901, 57.2196],[-5.63040, 57.2208],[-5.630499, 57.2216],[-5.62990, 57.2222],[-5.629799, 57.2227],[-5.630099, 57.2232],[-5.630799, 57.2236],[-5.634699000000002, 57.2242],[-5.635099, 57.2246],[-5.634799, 57.225],[-5.632299, 57.2245],[-5.6316, 57.2246],[-5.631801, 57.225],[-5.633999, 57.2257],[-5.638299, 57.2264],[-5.6423, 57.2267],[-5.6443, 57.2265],[-5.646, 57.226],[-5.6483, 57.2261],[-5.651299, 57.2273],[-5.653901, 57.228],[-5.6541, 57.2289],[-5.6542, 57.2319],[-5.6536, 57.2353],[-5.65240, 57.2372],[-5.6511, 57.2387],[-5.64720, 57.2416],[-5.645599, 57.2427],[-5.6418, 57.2448],[-5.6381, 57.2471],[-5.636899, 57.2486],[-5.636099, 57.2495],[-5.634699000000002, 57.2503],[-5.6325, 57.2510],[-5.628701, 57.2515],[-5.621201, 57.2515],[-5.6174, 57.2524],[-5.611801, 57.2532],[-5.606, 57.2544],[-5.602799, 57.2556],[-5.601099, 57.2575],[-5.599501, 57.2590],[-5.5981, 57.2597],[-5.5962, 57.2598],[-5.5942, 57.2599],[-5.592899, 57.2598],[-5.592, 57.2592],[-5.5912, 57.2583],[-5.5907, 57.2575],[-5.590099, 57.2567],[-5.58960, 57.2566],[-5.588099, 57.2569],[-5.5851, 57.2576],[-5.584301, 57.2575],[-5.58350, 57.2572],[-5.583099, 57.2568],[-5.582699, 57.2566],[-5.5823, 57.2569],[-5.5823, 57.2574],[-5.5815, 57.2580],[-5.580599, 57.2583],[-5.5788, 57.2583],[-5.577899, 57.2579],[-5.578, 57.2576],[-5.58090, 57.2573],[-5.58090, 57.2571],[-5.5804, 57.2568],[-5.578701, 57.2567],[-5.576401, 57.2573],[-5.5717, 57.2601],[-5.5667, 57.2617],[-5.5647, 57.2619],[-5.5623, 57.2622],[-5.559101, 57.2628],[-5.553999, 57.2644],[-5.54780, 57.266],[-5.5457, 57.2669],[-5.543099, 57.2688],[-5.540599, 57.2699],[-5.538701, 57.2701],[-5.5365, 57.2698],[-5.5349, 57.2689],[-5.534501, 57.2687],[-5.5337, 57.2687],[-5.532499, 57.2689],[-5.531899, 57.2693],[-5.531899, 57.2696],[-5.5328, 57.2698],[-5.533, 57.2698],[-5.532499, 57.2705],[-5.531099, 57.2717],[-5.530399, 57.2721],[-5.529399, 57.2723],[-5.528901, 57.2722],[-5.528501, 57.2718],[-5.526899, 57.2696],[-5.5257, 57.2693],[-5.5244, 57.2693],[-5.523399, 57.2705],[-5.5229, 57.2708],[-5.521299, 57.2703],[-5.5198, 57.2691],[-5.5193, 57.2677],[-5.5179, 57.2666],[-5.5156, 57.2654],[-5.51480, 57.2641],[-5.51030, 57.2607],[-5.507899, 57.2563],[-5.505, 57.2539],[-5.502999, 57.2524],[-5.499101, 57.2512],[-5.492499, 57.2473],[-5.4871, 57.2449],[-5.484399, 57.2422],[-5.48070, 57.2388],[-5.4786, 57.2366],[-5.476, 57.2356],[-5.4731, 57.234],[-5.4696, 57.2328],[-5.463799, 57.2312],[-5.4595, 57.2292],[-5.456299, 57.2279],[-5.452799, 57.2263],[-5.4498, 57.2254],[-5.447199, 57.2247],[-5.445099, 57.2238],[-5.443099, 57.2221],[-5.441201, 57.2196],[-5.4401, 57.2185],[-5.438399, 57.2175],[-5.4359, 57.2164],[-5.4324, 57.2148],[-5.4302, 57.2135],[-5.429599, 57.2134],[-5.4292, 57.2138],[-5.428901, 57.2142],[-5.427999, 57.2143],[-5.426801, 57.2138],[-5.425499, 57.214],[-5.424799, 57.2142],[-5.4246, 57.2147],[-5.425, 57.2155],[-5.425, 57.2159],[-5.4245, 57.2159],[-5.423901, 57.2154],[-5.42320, 57.2153],[-5.422699, 57.2156],[-5.4229, 57.2161],[-5.424699, 57.2176],[-5.42490, 57.2182],[-5.424699, 57.2185],[-5.4229, 57.2185],[-5.421201, 57.219],[-5.4204, 57.2196],[-5.4201, 57.2197],[-5.419799, 57.2194],[-5.4196, 57.2186],[-5.4194, 57.2183],[-5.4186, 57.2185],[-5.4176, 57.2189],[-5.417, 57.2193],[-5.416601, 57.2199],[-5.4165, 57.2207],[-5.4164, 57.2223],[-5.4165, 57.2234],[-5.416299, 57.224],[-5.415299, 57.2246],[-5.414, 57.2253],[-5.413, 57.226],[-5.411601, 57.2267],[-5.410399, 57.2269],[-5.409699, 57.2266],[-5.4088, 57.2259],[-5.4081, 57.2259],[-5.4011, 57.229],[-5.3913, 57.233],[-5.39080, 57.2335],[-5.391001, 57.2338],[-5.392001, 57.2338],[-5.392499, 57.2334],[-5.393199, 57.2333],[-5.393701, 57.2338],[-5.3939, 57.2343],[-5.39440, 57.2345],[-5.395199, 57.2345],[-5.3951, 57.2347],[-5.394501, 57.2349],[-5.3939, 57.2352],[-5.39270, 57.2356],[-5.392399, 57.2359],[-5.392799, 57.2361],[-5.3933, 57.236],[-5.394, 57.2356],[-5.394899, 57.2354],[-5.396, 57.2353],[-5.3961, 57.2357],[-5.395599, 57.2358],[-5.394599, 57.2361],[-5.394101, 57.2364],[-5.39440, 57.2365],[-5.39540, 57.2365],[-5.395599, 57.2368],[-5.394899, 57.2369],[-5.394, 57.2371],[-5.394101, 57.2373],[-5.394899, 57.2372],[-5.3958, 57.2372],[-5.3961, 57.2375],[-5.3958, 57.2377],[-5.3939, 57.2376],[-5.3936, 57.2379],[-5.394899, 57.2383],[-5.3972, 57.2383],[-5.3986, 57.2376],[-5.3995, 57.2365],[-5.400499, 57.2352],[-5.4012, 57.2347],[-5.401899, 57.2344],[-5.4032, 57.234],[-5.404799, 57.2338],[-5.4057, 57.234],[-5.406899, 57.234],[-5.4102, 57.2328],[-5.4123, 57.2321],[-5.413099, 57.2317],[-5.413799, 57.2318],[-5.414, 57.2325],[-5.414, 57.2333],[-5.414501, 57.2337],[-5.417, 57.234],[-5.424301, 57.2351],[-5.43190, 57.2366],[-5.436601, 57.2378],[-5.439799, 57.238],[-5.441201, 57.2374],[-5.442299, 57.2373],[-5.444699, 57.2383],[-5.447001, 57.2383],[-5.44930, 57.2395],[-5.454101, 57.2414],[-5.457001, 57.2418],[-5.459301, 57.2426],[-5.4604, 57.2441],[-5.4611, 57.2447],[-5.462999, 57.2451],[-5.465099, 57.2475],[-5.467899, 57.2492],[-5.47020, 57.2504],[-5.4727, 57.2524],[-5.474101, 57.2543],[-5.475399, 57.2555],[-5.4776, 57.2568],[-5.4816, 57.2582],[-5.4875, 57.2604],[-5.489699, 57.2618],[-5.492001, 57.2626],[-5.497499, 57.2639],[-5.499501, 57.2649],[-5.503799, 57.2686],[-5.505199, 57.2699],[-5.5067, 57.2714],[-5.5088, 57.2726],[-5.509799, 57.2734],[-5.51030, 57.2739],[-5.5118, 57.2749],[-5.512899, 57.2749],[-5.5144, 57.2746],[-5.514599, 57.275],[-5.513299, 57.2760],[-5.513, 57.2768],[-5.513199, 57.278],[-5.513901, 57.279],[-5.5149, 57.2795],[-5.5165, 57.2797],[-5.5172, 57.2794],[-5.518099, 57.2783],[-5.5193, 57.2783],[-5.5201, 57.2787],[-5.5208, 57.2795],[-5.521201, 57.2805],[-5.522299, 57.2814],[-5.52510, 57.282],[-5.5279, 57.2817],[-5.529799, 57.2812],[-5.531001, 57.2807],[-5.53210, 57.2806],[-5.533, 57.2809],[-5.533299, 57.2814],[-5.532499, 57.2814],[-5.53120, 57.2816],[-5.5313, 57.2823],[-5.532199, 57.2828],[-5.533199, 57.283],[-5.534999, 57.2828],[-5.5359, 57.2825],[-5.536699, 57.2815],[-5.5385, 57.2808],[-5.539599, 57.2805],[-5.5433, 57.2795],[-5.54780, 57.2782],[-5.5509, 57.2777],[-5.553299, 57.2777],[-5.55560, 57.2783],[-5.5563, 57.2793],[-5.556499, 57.2802],[-5.5559, 57.2814],[-5.555099, 57.2831],[-5.5552, 57.2838],[-5.555399, 57.2839],[-5.555799, 57.2839],[-5.556601, 57.2835],[-5.5583, 57.2816],[-5.5632, 57.2789],[-5.564899, 57.2778],[-5.566, 57.2767],[-5.57, 57.2748],[-5.573999, 57.2735],[-5.57480, 57.2735],[-5.5752, 57.2741],[-5.5752, 57.2751],[-5.576401, 57.2755],[-5.57830, 57.2753],[-5.582099, 57.2746],[-5.585499, 57.2741],[-5.58700, 57.2734],[-5.587999, 57.2721],[-5.588901, 57.2722],[-5.5895, 57.2725],[-5.5904, 57.2725],[-5.5917, 57.272],[-5.5924, 57.2724],[-5.592899, 57.2739],[-5.592999, 57.2767],[-5.593299, 57.2778],[-5.594501, 57.2789],[-5.5968, 57.2793],[-5.5976, 57.2798],[-5.597799, 57.2803],[-5.597799, 57.2818],[-5.59830, 57.2819],[-5.598701, 57.2817],[-5.599, 57.281],[-5.599699, 57.2801],[-5.600699, 57.2795],[-5.6064, 57.279],[-5.609, 57.2771],[-5.610199, 57.2765],[-5.6141, 57.2759],[-5.6159, 57.2754],[-5.617199, 57.2752],[-5.618199, 57.2756],[-5.6199, 57.2766],[-5.621601, 57.2778],[-5.622799, 57.2789],[-5.6229, 57.281],[-5.6233, 57.2818],[-5.624199, 57.2824],[-5.626601, 57.283],[-5.63370, 57.2835],[-5.636401, 57.2838],[-5.63880, 57.2852],[-5.64020, 57.2863],[-5.6422, 57.2872],[-5.645199, 57.2879],[-5.6469, 57.288],[-5.6476, 57.2877],[-5.6475, 57.2868],[-5.647699, 57.2866],[-5.648799, 57.2864],[-5.65150, 57.286],[-5.65240, 57.2857],[-5.653501, 57.285],[-5.655, 57.2841],[-5.656801, 57.2834],[-5.662199, 57.2821],[-5.668099, 57.2816],[-5.6724, 57.2812],[-5.682799, 57.2815],[-5.6843, 57.282],[-5.688099, 57.2831],[-5.6903, 57.2833],[-5.694301, 57.2817],[-5.697999, 57.2809],[-5.7058, 57.281],[-5.70790, 57.2808],[-5.71110, 57.2798],[-5.71260, 57.2797],[-5.7137, 57.2802],[-5.7154, 57.2805],[-5.718901, 57.2802],[-5.724101, 57.2804],[-5.725299, 57.2814],[-5.727001, 57.2821],[-5.728199, 57.2823],[-5.729199, 57.2815],[-5.7298, 57.2816],[-5.729899, 57.2824],[-5.7301, 57.283],[-5.731201, 57.2836],[-5.731201, 57.2839],[-5.730599, 57.2846],[-5.729899, 57.285],[-5.728701, 57.2854],[-5.7272, 57.2856],[-5.724501, 57.2858],[-5.72380, 57.2846],[-5.7227, 57.2844],[-5.7213, 57.285],[-5.719699, 57.2847],[-5.71820, 57.2844],[-5.717, 57.284],[-5.716899, 57.2845],[-5.718999, 57.2862],[-5.720399, 57.2889],[-5.7199, 57.2899],[-5.7202, 57.2904],[-5.7217, 57.2913],[-5.722099, 57.2927],[-5.722499, 57.2931],[-5.723501, 57.2937],[-5.72480, 57.2943],[-5.726099, 57.2944],[-5.726299, 57.2945],[-5.7258, 57.2949],[-5.726, 57.2953],[-5.7268, 57.2965],[-5.7269, 57.2975],[-5.726, 57.2986],[-5.7171, 57.3023],[-5.717299, 57.3032],[-5.71810, 57.3037],[-5.721401, 57.3051],[-5.72330, 57.305],[-5.724501, 57.3052],[-5.724599, 57.3057],[-5.724199, 57.3064],[-5.72230, 57.3084],[-5.720399, 57.3091],[-5.718999, 57.3098],[-5.717999, 57.3110],[-5.7174, 57.3118],[-5.717, 57.3129],[-5.71630, 57.3146],[-5.714799, 57.3155],[-5.71110, 57.3167],[-5.708, 57.3179],[-5.7051, 57.3180],[-5.7019, 57.3178],[-5.700699, 57.3179],[-5.699999, 57.3184],[-5.69990, 57.3188],[-5.7006, 57.3192],[-5.7019, 57.3195],[-5.70180, 57.3198],[-5.700399, 57.3201],[-5.700099, 57.3207],[-5.70030, 57.3213],[-5.7005, 57.3216],[-5.7009, 57.3219],[-5.7013, 57.3222],[-5.701401, 57.3225],[-5.701001, 57.3232],[-5.6996, 57.3248],[-5.696001, 57.3259],[-5.695899, 57.3267],[-5.69560, 57.3271],[-5.694699000000002, 57.3272],[-5.69420, 57.327],[-5.693399, 57.3260],[-5.692299, 57.3259],[-5.68950, 57.3254],[-5.6885, 57.3251],[-5.6873, 57.3247],[-5.687001, 57.3242],[-5.688099, 57.3219],[-5.68760, 57.3216],[-5.687001, 57.3217],[-5.685599, 57.324],[-5.684999, 57.3246],[-5.683199, 57.3249],[-5.681099, 57.3246],[-5.679599, 57.3246],[-5.6784, 57.3245],[-5.6766, 57.3248],[-5.673299, 57.3259],[-5.671201, 57.3268],[-5.67070, 57.3275],[-5.6711, 57.3281],[-5.673299, 57.3283],[-5.6756, 57.3279],[-5.6784, 57.3283],[-5.681201, 57.3284],[-5.6813, 57.3289],[-5.68020, 57.3301],[-5.6805, 57.3307],[-5.681499, 57.3313],[-5.681601000000002, 57.3322],[-5.6805, 57.3333],[-5.678999, 57.3340],[-5.677199, 57.3342],[-5.6756, 57.3343],[-5.674799, 57.3347],[-5.674799, 57.3351],[-5.676499, 57.336],[-5.6766, 57.3365],[-5.6763, 57.3373],[-5.6763, 57.3378],[-5.678299, 57.3383],[-5.679501, 57.3382],[-5.6809, 57.3364],[-5.6817, 57.3363],[-5.682099, 57.3367],[-5.6824, 57.3372],[-5.6827, 57.3383],[-5.683599, 57.3396],[-5.684101, 57.3408],[-5.68380, 57.3412],[-5.682199, 57.3417],[-5.681001, 57.3418],[-5.6799, 57.3415],[-5.6788, 57.3409],[-5.678199, 57.3396],[-5.675799, 57.34],[-5.6728, 57.3396],[-5.6682, 57.3401],[-5.664999, 57.3402],[-5.663701, 57.3401],[-5.660399, 57.3397],[-5.6593, 57.3401],[-5.65670, 57.341],[-5.655799, 57.3417],[-5.65620, 57.342],[-5.65710, 57.3427],[-5.6573, 57.3435],[-5.6578, 57.3447],[-5.6578, 57.345],[-5.657199, 57.3456],[-5.6556, 57.3458],[-5.653399, 57.3456],[-5.652599, 57.345],[-5.6517, 57.344],[-5.6508, 57.3438],[-5.6504, 57.344],[-5.6494, 57.3447],[-5.648399, 57.3456],[-5.64720, 57.3456],[-5.64540, 57.3457],[-5.64400, 57.3458],[-5.64300, 57.3457],[-5.642001, 57.3453],[-5.641699, 57.3448],[-5.641699, 57.3443],[-5.6433, 57.343],[-5.646299, 57.3425],[-5.646801, 57.3421],[-5.646601, 57.3418],[-5.645, 57.3417],[-5.64360, 57.3419],[-5.6433, 57.3417],[-5.643199, 57.3414],[-5.643799, 57.3408],[-5.644199, 57.3398],[-5.644599, 57.3394],[-5.6461, 57.3393],[-5.646201, 57.3399],[-5.646, 57.3403],[-5.6464, 57.3406],[-5.64720, 57.3403],[-5.6485, 57.3393],[-5.649301, 57.3382],[-5.649199, 57.3373],[-5.6503, 57.3366],[-5.65150, 57.3365],[-5.65240, 57.3363],[-5.652999000000002, 57.3358],[-5.653399, 57.3354],[-5.656001, 57.3354],[-5.65810, 57.3353],[-5.659501, 57.335],[-5.659501, 57.3348],[-5.658599, 57.3344],[-5.65520, 57.3346],[-5.645199, 57.3352],[-5.638901000000002, 57.3356],[-5.636099, 57.3369],[-5.63560, 57.338],[-5.63500, 57.3387],[-5.634399, 57.3388],[-5.632299, 57.3391],[-5.631001, 57.339],[-5.62850, 57.3388],[-5.62360, 57.3385],[-5.619999, 57.3384],[-5.6193, 57.3383],[-5.618599, 57.3378],[-5.6178, 57.3375],[-5.6167, 57.3374],[-5.6128, 57.3381],[-5.601201, 57.3419],[-5.597099, 57.3432],[-5.5927, 57.3435],[-5.5876, 57.344],[-5.584899, 57.3443],[-5.583701, 57.3439],[-5.583099, 57.3434],[-5.5822, 57.3432],[-5.5818, 57.3434],[-5.582001, 57.3438],[-5.582799, 57.3445],[-5.583701, 57.3451],[-5.584599, 57.3461],[-5.584799, 57.3473],[-5.58450, 57.3493],[-5.5832, 57.351],[-5.5798, 57.3525],[-5.576099, 57.3537],[-5.574699, 57.354],[-5.5716, 57.3537],[-5.569301, 57.3532],[-5.566899, 57.3535],[-5.5658, 57.354],[-5.5629, 57.3541],[-5.5585, 57.3537],[-5.549301, 57.3528],[-5.5435, 57.352],[-5.54080, 57.352],[-5.537099, 57.3521],[-5.532001, 57.3532],[-5.5281, 57.3553],[-5.5236, 57.3573],[-5.5184, 57.3599],[-5.517099, 57.3609],[-5.513501, 57.3613],[-5.5116, 57.3621],[-5.51030, 57.363],[-5.50870, 57.3644],[-5.505499, 57.3648],[-5.503901, 57.366],[-5.502, 57.368],[-5.501, 57.3692],[-5.499501, 57.371],[-5.4973, 57.3717],[-5.495399, 57.3732],[-5.4927, 57.3747],[-5.4875, 57.3762],[-5.47980, 57.3795],[-5.474899, 57.3812],[-5.472001, 57.3830],[-5.467899, 57.3861],[-5.464, 57.3882],[-5.4595, 57.3896],[-5.4576, 57.3905],[-5.4572, 57.3911],[-5.4575, 57.3926],[-5.4569, 57.3934],[-5.456201, 57.3933],[-5.455299, 57.3924],[-5.454599, 57.3924],[-5.4543, 57.3926],[-5.4539, 57.3931],[-5.454, 57.3937],[-5.454199, 57.396],[-5.454501, 57.3962],[-5.4548, 57.396],[-5.455699, 57.3954],[-5.4569, 57.3947],[-5.4573, 57.3950],[-5.457001, 57.396],[-5.454599, 57.3997],[-5.4533, 57.4033],[-5.452199, 57.4045],[-5.4513, 57.4052],[-5.448501, 57.4058],[-5.4457, 57.4073],[-5.444301, 57.4085],[-5.44320, 57.41],[-5.4421, 57.4114],[-5.441299, 57.4121],[-5.4394, 57.4129],[-5.43540, 57.4145],[-5.434999, 57.415],[-5.4351, 57.4153],[-5.43550, 57.4154],[-5.436201, 57.4153],[-5.437099, 57.415],[-5.4382, 57.4147],[-5.4386, 57.4149],[-5.438701, 57.4155],[-5.439, 57.4163],[-5.439101, 57.4172],[-5.439199, 57.4184],[-5.441299, 57.4189],[-5.442299, 57.4194],[-5.44410, 57.4205],[-5.44420, 57.4208],[-5.44410, 57.4212],[-5.4408, 57.422],[-5.44, 57.4224],[-5.440199, 57.4227],[-5.4407, 57.4227],[-5.4424, 57.4223],[-5.4437, 57.4224],[-5.4445, 57.4228],[-5.4449, 57.4228],[-5.4453, 57.4217],[-5.446499, 57.4212],[-5.447299, 57.4211],[-5.4475, 57.4215],[-5.4466, 57.4241],[-5.446801, 57.4243],[-5.4475, 57.4249],[-5.4482, 57.4249],[-5.4487, 57.4231],[-5.4496, 57.4226],[-5.451499, 57.4229],[-5.452499, 57.4229],[-5.4534, 57.4218],[-5.4539, 57.4218],[-5.4544, 57.4222],[-5.454899, 57.4224],[-5.457001, 57.422],[-5.46, 57.4206],[-5.4621, 57.4195],[-5.4666, 57.4182],[-5.4666, 57.4176],[-5.4654, 57.4171],[-5.4661, 57.4168],[-5.468999, 57.4159],[-5.471001, 57.4142],[-5.473599, 57.4108],[-5.476299, 57.4056],[-5.4777, 57.404],[-5.481699, 57.4021],[-5.4875, 57.4005],[-5.490399, 57.3994],[-5.4931, 57.3988],[-5.4963, 57.3979],[-5.497099, 57.3967],[-5.4976, 57.3966],[-5.49900, 57.3974],[-5.5005, 57.3965],[-5.5036, 57.3937],[-5.5047, 57.3923],[-5.5054, 57.3904],[-5.505599, 57.3897],[-5.505, 57.3892],[-5.5035, 57.3890],[-5.500299, 57.3892],[-5.498, 57.3890],[-5.4976, 57.3887],[-5.4976, 57.3878],[-5.498099, 57.3875],[-5.4985, 57.3874],[-5.500899, 57.3876],[-5.503701, 57.388],[-5.505599, 57.3876],[-5.506499, 57.3871],[-5.507699, 57.3857],[-5.5091, 57.3854],[-5.5121, 57.3847],[-5.5152, 57.3838],[-5.5169, 57.3828],[-5.51730, 57.3819],[-5.517499, 57.3804],[-5.517799, 57.3796],[-5.518199, 57.3792],[-5.51900, 57.3787],[-5.521601, 57.3779],[-5.523399, 57.3772],[-5.524, 57.3767],[-5.524, 57.3758],[-5.5246, 57.3752],[-5.5261, 57.3746],[-5.5279, 57.3742],[-5.528999, 57.3734],[-5.5324, 57.3709],[-5.536201, 57.3679],[-5.5377, 57.3674],[-5.539999, 57.3656],[-5.5419, 57.3645],[-5.5429, 57.3642],[-5.5436, 57.3639],[-5.5441, 57.3635],[-5.5447, 57.3631],[-5.5475, 57.3627],[-5.5492, 57.3619],[-5.54950, 57.3609],[-5.548999, 57.359],[-5.549799, 57.3586],[-5.5513, 57.3585],[-5.553299, 57.3588],[-5.5549, 57.3595],[-5.556099, 57.3598],[-5.5576, 57.3593],[-5.558599, 57.3589],[-5.560699, 57.3582],[-5.5614, 57.358],[-5.563799, 57.3579],[-5.5671, 57.3586],[-5.570499, 57.3583],[-5.572199, 57.3584],[-5.573999, 57.359],[-5.576401, 57.3593],[-5.578599, 57.3593],[-5.580699, 57.3593],[-5.583099, 57.3587],[-5.587399, 57.3578],[-5.5917, 57.3566],[-5.5973, 57.3558],[-5.6036, 57.3558],[-5.605, 57.3562],[-5.605899, 57.357],[-5.606801, 57.358],[-5.609, 57.3585],[-5.6113, 57.3588],[-5.6117, 57.3592],[-5.6116, 57.3595],[-5.6096, 57.3599],[-5.6078, 57.3618],[-5.606201, 57.3622],[-5.6045, 57.3622],[-5.6015, 57.3616],[-5.6005, 57.3619],[-5.598199, 57.3632],[-5.5973, 57.3643],[-5.596099, 57.3648],[-5.596099, 57.3652],[-5.5962, 57.3653],[-5.598501, 57.3652],[-5.600399, 57.3651],[-5.602001, 57.3651],[-5.603799, 57.3652],[-5.6069, 57.365],[-5.609799, 57.365],[-5.611899, 57.3653],[-5.6247, 57.3665],[-5.62700, 57.3661],[-5.628399, 57.3656],[-5.630899, 57.3654],[-5.6317, 57.3657],[-5.632299, 57.3662],[-5.632899, 57.367],[-5.63310, 57.3687],[-5.63460, 57.3717],[-5.6362, 57.3732],[-5.6367, 57.3742],[-5.6367, 57.3756],[-5.636001, 57.3769],[-5.6307, 57.3805],[-5.63, 57.3805],[-5.6235, 57.3803],[-5.621201, 57.3806],[-5.618501, 57.3827],[-5.616601, 57.3833],[-5.611499, 57.3834],[-5.608099, 57.3836],[-5.606801, 57.3841],[-5.6069, 57.3851],[-5.6066, 57.3855],[-5.6061, 57.3856],[-5.6055, 57.3854],[-5.604899, 57.3853],[-5.60440, 57.3854],[-5.602099, 57.3866],[-5.5981, 57.3873],[-5.594301, 57.3881],[-5.5937, 57.3886],[-5.59320, 57.3895],[-5.59320, 57.3901],[-5.5942, 57.3923],[-5.594301, 57.3937],[-5.5953, 57.3947],[-5.597099, 57.3955],[-5.5994, 57.3956],[-5.6019, 57.396],[-5.60440, 57.3969],[-5.6045, 57.3973],[-5.6045, 57.3978],[-5.604899, 57.3985],[-5.608901, 57.3997],[-5.611401, 57.3997],[-5.612199, 57.3998],[-5.6125, 57.4002],[-5.612299, 57.401],[-5.611899, 57.4016],[-5.611801, 57.4026],[-5.611801, 57.4041],[-5.611499, 57.405],[-5.609301, 57.4067],[-5.606699, 57.4094],[-5.6045, 57.4116],[-5.604, 57.4124],[-5.6043, 57.4131],[-5.6057, 57.4147],[-5.605899, 57.4152],[-5.606, 57.4162],[-5.6045, 57.4181],[-5.604599, 57.4189],[-5.6051, 57.4194],[-5.606, 57.4192],[-5.6069, 57.4184],[-5.608099, 57.417],[-5.609, 57.4162],[-5.610899, 57.4148],[-5.612599, 57.4117],[-5.6142, 57.4092],[-5.6163, 57.4075],[-5.618501, 57.4066],[-5.620699, 57.4054],[-5.621201, 57.4044],[-5.621201, 57.4029],[-5.6223, 57.4022],[-5.624101, 57.4019],[-5.624199, 57.4017],[-5.6233, 57.4008],[-5.6234, 57.4002],[-5.6243, 57.3991],[-5.62710, 57.3980],[-5.630799, 57.3976],[-5.63320, 57.3963],[-5.639599, 57.3914],[-5.642799, 57.3912],[-5.646299, 57.3908],[-5.64910, 57.3902],[-5.65200, 57.3896],[-5.65530, 57.3893],[-5.658, 57.3889],[-5.6593, 57.3882],[-5.6606, 57.3877],[-5.66190, 57.3871],[-5.6626, 57.3864],[-5.662899, 57.3856],[-5.663199, 57.3851],[-5.6652, 57.3836],[-5.667099, 57.3824],[-5.66800, 57.3822],[-5.66970, 57.3824],[-5.672299, 57.3815],[-5.674399, 57.3808],[-5.676899, 57.3805],[-5.6784, 57.3802],[-5.678901, 57.3798],[-5.6798, 57.3790],[-5.683701, 57.3786],[-5.6854, 57.3787],[-5.687001, 57.3784],[-5.689199, 57.3775],[-5.690199, 57.3766],[-5.6907, 57.3756],[-5.6911, 57.3744],[-5.694799, 57.3722],[-5.697899, 57.3708],[-5.702099, 57.3689],[-5.7047, 57.3681],[-5.71010, 57.3658],[-5.711299, 57.3655],[-5.712999000000002, 57.3649],[-5.715499, 57.3632],[-5.7166, 57.3623],[-5.71780, 57.3615],[-5.7188, 57.3607],[-5.719501, 57.3595],[-5.7202, 57.3582],[-5.7206, 57.3579],[-5.724501, 57.3566],[-5.7289, 57.3552],[-5.732999, 57.3542],[-5.7357, 57.3537],[-5.738599, 57.353],[-5.740499, 57.3525],[-5.744999, 57.3514],[-5.748199, 57.3505],[-5.75100, 57.3499],[-5.759501, 57.3491],[-5.7663, 57.3482],[-5.770599, 57.3482],[-5.772399, 57.3477],[-5.774301, 57.3469],[-5.778999, 57.3466],[-5.7823, 57.3464],[-5.78490, 57.346],[-5.786201, 57.3464],[-5.7865, 57.347],[-5.7864, 57.3477],[-5.786601, 57.3482],[-5.787399, 57.3486],[-5.7884, 57.3491],[-5.788701, 57.3498],[-5.789199, 57.3503],[-5.792099, 57.3505],[-5.79360, 57.3513],[-5.79460, 57.3529],[-5.79710, 57.3546],[-5.79750, 57.3563],[-5.798299, 57.3572],[-5.7991, 57.3575],[-5.800099, 57.3572],[-5.801099, 57.3574],[-5.8021, 57.3582],[-5.80310, 57.3595],[-5.803901, 57.3614],[-5.8042, 57.3627],[-5.8053, 57.3643],[-5.805699, 57.365],[-5.80550, 57.3653],[-5.804699, 57.3661],[-5.804501, 57.3664],[-5.804699, 57.367],[-5.8052, 57.3681],[-5.8052, 57.3687],[-5.804501, 57.3702],[-5.804501, 57.3707],[-5.804699, 57.371],[-5.80590, 57.3715],[-5.806201, 57.3719],[-5.806201, 57.3724],[-5.80490, 57.3743],[-5.804501, 57.3750],[-5.804699, 57.3755],[-5.80550, 57.3761],[-5.80640, 57.3763],[-5.80730, 57.3763],[-5.807899, 57.3762],[-5.8081, 57.3759],[-5.808701, 57.3746],[-5.8088, 57.3742],[-5.808599, 57.3735],[-5.808199, 57.3729],[-5.808199, 57.3726],[-5.8089, 57.3724],[-5.8098, 57.3723],[-5.8105, 57.3723],[-5.81100, 57.3723],[-5.81150, 57.3717],[-5.8118, 57.3709],[-5.8123, 57.3705],[-5.813799, 57.3702],[-5.81390, 57.3698],[-5.811601, 57.366],[-5.81150, 57.3648],[-5.8123, 57.3629],[-5.8133, 57.3619],[-5.8151, 57.3612],[-5.8175, 57.3616],[-5.818399, 57.3622],[-5.8191, 57.3632],[-5.8213, 57.3676],[-5.823299, 57.3729],[-5.823299, 57.3734],[-5.8221, 57.3742],[-5.822001000000002, 57.3745],[-5.8231, 57.3767],[-5.823901, 57.3777],[-5.824399, 57.3777],[-5.8252, 57.3779],[-5.826499, 57.3794],[-5.8267, 57.3801],[-5.8262, 57.3816],[-5.825399, 57.3829],[-5.8252, 57.3837],[-5.825699, 57.3857],[-5.8269, 57.3879],[-5.829101, 57.3896],[-5.829199, 57.3904],[-5.82890, 57.3914],[-5.82830, 57.3918],[-5.827499, 57.3917],[-5.825799, 57.3909],[-5.823501, 57.3906],[-5.8231, 57.3901],[-5.822199, 57.388],[-5.8213, 57.3860],[-5.820499, 57.3858],[-5.820199, 57.3861],[-5.82000, 57.3868],[-5.8192, 57.3879],[-5.818299, 57.3887],[-5.8174, 57.3879],[-5.81670, 57.3882],[-5.81670, 57.3887],[-5.81710, 57.3890],[-5.818501, 57.3899],[-5.818399, 57.3904],[-5.818299, 57.3915],[-5.820199, 57.3937],[-5.8204, 57.3948],[-5.8203, 57.3952],[-5.818999, 57.3988],[-5.8191, 57.4008],[-5.8187, 57.4013],[-5.8178, 57.4013],[-5.81710, 57.4011],[-5.816401, 57.4008],[-5.814301, 57.3994],[-5.811699, 57.3977],[-5.811699, 57.3973],[-5.8122, 57.3969],[-5.812399, 57.3965],[-5.8122, 57.396],[-5.811601, 57.3958],[-5.8114, 57.3950],[-5.811201, 57.3942],[-5.810699, 57.3938],[-5.8105, 57.3939],[-5.8098, 57.3943],[-5.80930, 57.3944],[-5.8089, 57.3938],[-5.8067, 57.3921],[-5.8048, 57.3911],[-5.804501, 57.391],[-5.804501, 57.3913],[-5.805099, 57.3924],[-5.806001, 57.3941],[-5.8076, 57.3947],[-5.808701, 57.3957],[-5.809501, 57.397],[-5.8098, 57.3976],[-5.809599, 57.3983],[-5.8089, 57.3987],[-5.80680, 57.3984],[-5.805699, 57.3982],[-5.805699, 57.3986],[-5.805699, 57.3994],[-5.806201, 57.4004],[-5.80830, 57.4024],[-5.8089, 57.4057],[-5.809599, 57.407],[-5.81010, 57.4071],[-5.810699, 57.4072],[-5.81100, 57.407],[-5.81100, 57.4065],[-5.81150, 57.4063],[-5.8123, 57.4065],[-5.813, 57.407],[-5.81390, 57.4081],[-5.815899, 57.4106],[-5.81710, 57.4121],[-5.81860, 57.4127],[-5.8211, 57.4123],[-5.822299, 57.4123],[-5.822599, 57.413],[-5.82280, 57.4155],[-5.82320, 57.4204],[-5.822001000000002, 57.4216],[-5.821801, 57.4226],[-5.820799, 57.4243],[-5.818901, 57.4275],[-5.8182, 57.4285],[-5.815599, 57.4303],[-5.81530, 57.4314],[-5.8147, 57.4330],[-5.814199, 57.4336],[-5.8136, 57.4341],[-5.8089, 57.4357],[-5.804599, 57.4377],[-5.804399, 57.4386],[-5.8056, 57.4404],[-5.807099, 57.4416],[-5.807799, 57.4421],[-5.8084, 57.4424],[-5.810699, 57.4425],[-5.8118, 57.4432],[-5.814101, 57.4438],[-5.8175, 57.4437],[-5.8207, 57.4429],[-5.8231, 57.4421],[-5.8281, 57.4421],[-5.830599, 57.4418],[-5.83360, 57.4420],[-5.8387, 57.4415],[-5.84200, 57.4412],[-5.8452, 57.4413],[-5.846601, 57.4414],[-5.849699, 57.4418],[-5.85270, 57.4427],[-5.854199, 57.4440],[-5.8564, 57.4464],[-5.858901, 57.4498],[-5.860099, 57.4529],[-5.860499, 57.4554],[-5.860899, 57.4587],[-5.861001, 57.4614],[-5.8616, 57.4631],[-5.862999, 57.4658],[-5.863299, 57.4674],[-5.86320, 57.4683],[-5.8625, 57.4696],[-5.862599, 57.4705],[-5.8628, 57.471],[-5.86320, 57.4713],[-5.8638, 57.471],[-5.864799, 57.47],[-5.8662, 57.4696],[-5.867599, 57.4696],[-5.869101, 57.4701],[-5.8698, 57.4709],[-5.8705, 57.4725],[-5.87060, 57.4741],[-5.870699, 57.4755],[-5.870299, 57.477],[-5.868299, 57.4791],[-5.867899, 57.4799],[-5.8667, 57.481],[-5.866499000000002, 57.4821],[-5.867001, 57.4833],[-5.8677, 57.4859],[-5.868501, 57.4872],[-5.868999, 57.488],[-5.869501, 57.4887],[-5.869699, 57.4895],[-5.869501, 57.4902],[-5.8689, 57.4910],[-5.8667, 57.4931],[-5.866499000000002, 57.4940],[-5.8663, 57.4959],[-5.8663, 57.4980],[-5.8663, 57.4993],[-5.8677, 57.5013],[-5.868299, 57.5025],[-5.868199, 57.5035],[-5.86780, 57.5047],[-5.8662, 57.5061],[-5.865099, 57.5075],[-5.863501, 57.5092],[-5.861899, 57.5109],[-5.860499, 57.5166],[-5.859301, 57.5187],[-5.858099, 57.5206],[-5.85610, 57.523],[-5.8548, 57.5245],[-5.8536, 57.5256],[-5.853199, 57.5264],[-5.85290, 57.5272],[-5.8535, 57.5321],[-5.853799, 57.5352],[-5.85270, 57.5389],[-5.852499, 57.5395],[-5.852099, 57.5458],[-5.852799, 57.5489],[-5.8522, 57.5508],[-5.851201, 57.5518],[-5.849501, 57.5518],[-5.846499, 57.5519],[-5.8448, 57.5526],[-5.8446, 57.5529],[-5.844699, 57.5532],[-5.845399, 57.5536],[-5.84630, 57.5544],[-5.84620, 57.5547],[-5.84490, 57.5546],[-5.844301, 57.5553],[-5.844301, 57.5557],[-5.844501, 57.5562],[-5.8483, 57.5594],[-5.848701, 57.5604],[-5.848599, 57.5624],[-5.8477, 57.5635],[-5.84680, 57.5637],[-5.8446, 57.5628],[-5.8404, 57.5604],[-5.83820, 57.5589],[-5.837, 57.5586],[-5.834899, 57.5588],[-5.8339, 57.5592],[-5.833799, 57.5605],[-5.833799, 57.5610],[-5.834101, 57.5618],[-5.83500, 57.5628],[-5.8351, 57.5634],[-5.834899, 57.5694],[-5.8351, 57.5699],[-5.837999, 57.5707],[-5.839, 57.5713],[-5.83920, 57.5720],[-5.839, 57.5739],[-5.839301, 57.5748],[-5.839799, 57.5754],[-5.840199, 57.5759],[-5.84, 57.5767],[-5.838901, 57.577],[-5.836801, 57.5772],[-5.83540, 57.5777],[-5.83400, 57.579],[-5.8325, 57.5792],[-5.8301, 57.5807],[-5.829101, 57.5809],[-5.82840, 57.5808],[-5.8281, 57.5806],[-5.8281, 57.5803],[-5.828501, 57.5798],[-5.828501, 57.5794],[-5.827499, 57.5791],[-5.825699, 57.579],[-5.824999, 57.5785],[-5.823901, 57.5775],[-5.822299, 57.5772],[-5.819799, 57.5779],[-5.818099, 57.5783],[-5.8146, 57.5804],[-5.814301, 57.5814],[-5.8146, 57.5818],[-5.815199, 57.5816],[-5.8178, 57.581],[-5.819301, 57.5811],[-5.81990, 57.5817],[-5.81990, 57.5828],[-5.8187, 57.5838],[-5.81250, 57.5864],[-5.811299, 57.5865],[-5.810699, 57.5864],[-5.809101, 57.5849],[-5.805099, 57.5807],[-5.8042, 57.5802],[-5.8038, 57.5802],[-5.803299, 57.5807],[-5.8028, 57.5809],[-5.801899, 57.5809],[-5.801499, 57.5805],[-5.80120, 57.5798],[-5.8, 57.5791],[-5.799399000000002, 57.5791],[-5.7986, 57.5796],[-5.7981, 57.5799],[-5.797699, 57.5798],[-5.797299, 57.5793],[-5.7972, 57.5786],[-5.797299, 57.5783],[-5.7992, 57.5778],[-5.7992, 57.5775],[-5.798299, 57.5768],[-5.79610, 57.5748],[-5.7958, 57.5748],[-5.79510, 57.576],[-5.7947, 57.5762],[-5.793701, 57.576],[-5.7915, 57.5747],[-5.7905, 57.5744],[-5.7889, 57.5749],[-5.78760, 57.5746],[-5.7864, 57.5746],[-5.7851, 57.5748],[-5.784699, 57.5747],[-5.7844, 57.5739],[-5.7837, 57.5729],[-5.7831, 57.5727],[-5.7827, 57.5728],[-5.78240, 57.5736],[-5.781899, 57.5741],[-5.781001, 57.5743],[-5.7803, 57.5742],[-5.78, 57.574],[-5.77960, 57.5736],[-5.77950, 57.5731],[-5.779799, 57.5720],[-5.780799, 57.571],[-5.780799, 57.5705],[-5.780799, 57.5701],[-5.7802, 57.5691],[-5.779799, 57.568],[-5.7786, 57.5668],[-5.777999, 57.5666],[-5.777, 57.5665],[-5.776401, 57.5669],[-5.775599, 57.568],[-5.7751, 57.5683],[-5.77460, 57.5684],[-5.774301, 57.5684],[-5.774199, 57.5676],[-5.77400, 57.5670],[-5.7733, 57.5662],[-5.772799, 57.5655],[-5.7725, 57.5653],[-5.772, 57.5654],[-5.77110, 57.5655],[-5.76980, 57.5652],[-5.7684, 57.5649],[-5.76730, 57.5643],[-5.76690, 57.5638],[-5.76690, 57.5627],[-5.7668, 57.5613],[-5.7668, 57.5604],[-5.7663, 57.5599],[-5.765399, 57.5600],[-5.764999, 57.5602],[-5.7634, 57.5609],[-5.761899, 57.5616],[-5.76090, 57.5617],[-5.7592, 57.5618],[-5.756001, 57.5608],[-5.75570, 57.5604],[-5.75570, 57.5595],[-5.756899, 57.5580],[-5.756899, 57.5576],[-5.755799, 57.5575],[-5.7489, 57.5555],[-5.745299, 57.5550],[-5.741401, 57.5542],[-5.74060, 57.5535],[-5.74020, 57.5527],[-5.740499, 57.5523],[-5.7418, 57.5520],[-5.7479, 57.5517],[-5.748, 57.5513],[-5.746, 57.5485],[-5.742199, 57.5447],[-5.7413, 57.5446],[-5.739501, 57.5445],[-5.736801, 57.5447],[-5.733901, 57.5458],[-5.7321, 57.5466],[-5.729899, 57.5469],[-5.7286, 57.5471],[-5.726099, 57.5475],[-5.72190, 57.5469],[-5.7209, 57.5471],[-5.719501, 57.5471],[-5.718999, 57.5469],[-5.718901, 57.546],[-5.718901, 57.5453],[-5.717599, 57.5447],[-5.712699, 57.544],[-5.710599, 57.5434],[-5.707699, 57.541],[-5.706601, 57.5407],[-5.7058, 57.541],[-5.7054, 57.5421],[-5.705299, 57.5429],[-5.706299, 57.544],[-5.7104, 57.5452],[-5.711201, 57.5458],[-5.711, 57.5465],[-5.708, 57.5469],[-5.707699, 57.5474],[-5.708, 57.5481],[-5.7094, 57.5494],[-5.710199, 57.5503],[-5.710499, 57.5508],[-5.715, 57.5517],[-5.7154, 57.5521],[-5.71530, 57.5525],[-5.7135, 57.5541],[-5.7128, 57.5547],[-5.712999000000002, 57.556],[-5.712399, 57.5565],[-5.711299, 57.5568],[-5.7094, 57.5570],[-5.708, 57.5568],[-5.7068, 57.5563],[-5.7058, 57.5558],[-5.702099, 57.5539],[-5.698599, 57.5522],[-5.697599, 57.5508],[-5.696899, 57.5494],[-5.6971, 57.5476],[-5.697001, 57.5458],[-5.69660, 57.5445],[-5.69660, 57.5439],[-5.696899, 57.5436],[-5.7005, 57.5446],[-5.70180, 57.5452],[-5.70270, 57.5452],[-5.703199, 57.5449],[-5.70310, 57.5445],[-5.702099, 57.5437],[-5.698299, 57.5425],[-5.6981, 57.5423],[-5.6977, 57.5392],[-5.697299, 57.5386],[-5.697299, 57.538],[-5.6978, 57.5364],[-5.697899, 57.5356],[-5.6977, 57.5342],[-5.69660, 57.532],[-5.69560, 57.5314],[-5.6922, 57.531],[-5.689799, 57.5306],[-5.687399, 57.5293],[-5.685699, 57.5276],[-5.68480, 57.5271],[-5.68380, 57.5268],[-5.6813, 57.5274],[-5.68060, 57.5274],[-5.679101, 57.5267],[-5.677899, 57.5266],[-5.676401, 57.5273],[-5.674799, 57.5273],[-5.67220, 57.527],[-5.67160, 57.5263],[-5.670899, 57.5247],[-5.66970, 57.5234],[-5.6672, 57.5225],[-5.665599, 57.5212],[-5.662799, 57.5200],[-5.662399, 57.5196],[-5.662199, 57.5187],[-5.6618, 57.5181],[-5.661699, 57.5177],[-5.66190, 57.5170],[-5.662399, 57.5162],[-5.66190, 57.5156],[-5.661099, 57.5154],[-5.660299, 57.5151],[-5.659501, 57.515],[-5.658501, 57.516],[-5.65770, 57.5161],[-5.6538, 57.5156],[-5.651899, 57.5142],[-5.64910, 57.5104],[-5.648701, 57.5092],[-5.647999, 57.5091],[-5.647399, 57.5092],[-5.64720, 57.5096],[-5.647, 57.5106],[-5.6464, 57.5111],[-5.645899000000002, 57.5111],[-5.6451, 57.5109],[-5.6427, 57.5104],[-5.6414, 57.5105],[-5.6414, 57.5108],[-5.641601, 57.5109],[-5.64260, 57.5113],[-5.6435, 57.5119],[-5.64360, 57.5126],[-5.643099, 57.5135],[-5.643199, 57.5141],[-5.645, 57.5161],[-5.647799, 57.5200],[-5.648901, 57.5213],[-5.64910, 57.5217],[-5.649, 57.5224],[-5.647799, 57.5258],[-5.648099, 57.5267],[-5.648399, 57.5274],[-5.649301, 57.528],[-5.650899, 57.5279],[-5.6512, 57.5287],[-5.6511, 57.5297],[-5.650599, 57.5312],[-5.6508, 57.5344],[-5.6511, 57.5353],[-5.6521, 57.5363],[-5.6536, 57.5377],[-5.654301, 57.5394],[-5.6556, 57.5399],[-5.657499, 57.5407],[-5.6574, 57.541],[-5.656801, 57.5412],[-5.655499, 57.5425],[-5.6546, 57.5428],[-5.652699, 57.5429],[-5.648099, 57.5424],[-5.645599, 57.5426],[-5.644599, 57.5421],[-5.6444, 57.5416],[-5.64360, 57.54],[-5.644599, 57.5376],[-5.6447, 57.5371],[-5.6447, 57.5368],[-5.6443, 57.5367],[-5.637001, 57.5368],[-5.635099, 57.5366],[-5.630899, 57.5342],[-5.62850, 57.5328],[-5.62850, 57.5324],[-5.6297, 57.5312],[-5.630199, 57.5309],[-5.630199, 57.5303],[-5.62850, 57.5299],[-5.6283, 57.5295],[-5.6286, 57.529],[-5.630099, 57.5278],[-5.6312, 57.5274],[-5.632199, 57.5274],[-5.6324, 57.5272],[-5.6325, 57.5267],[-5.6316, 57.5261],[-5.631001, 57.5255],[-5.631001, 57.5249],[-5.631401, 57.524],[-5.631299, 57.5235],[-5.6296, 57.5229],[-5.6233, 57.522],[-5.6188, 57.5217],[-5.617001, 57.5219],[-5.616499, 57.5227],[-5.616499, 57.5242],[-5.616499, 57.5251],[-5.621099, 57.53],[-5.6229, 57.5313],[-5.623, 57.5317],[-5.621601, 57.5324],[-5.620299, 57.5325],[-5.619699, 57.5323],[-5.619699, 57.5318],[-5.6198, 57.5304],[-5.619599, 57.5298],[-5.6174, 57.5293],[-5.6162, 57.5292],[-5.612999, 57.5302],[-5.611001, 57.5308],[-5.6099, 57.5316],[-5.609301, 57.5324],[-5.608701, 57.5339],[-5.608099, 57.5345],[-5.6066, 57.5349],[-5.604899, 57.5358],[-5.6029, 57.5359],[-5.6015, 57.5359],[-5.60020, 57.5351],[-5.597899, 57.5326],[-5.5963, 57.5315],[-5.595099, 57.5308],[-5.5924, 57.5308],[-5.5917, 57.531],[-5.587699, 57.5314],[-5.586201, 57.5328],[-5.58610, 57.534],[-5.5858, 57.5344],[-5.58350, 57.5344],[-5.5815, 57.5335],[-5.5805, 57.5333],[-5.5797, 57.5337],[-5.5789, 57.5344],[-5.578, 57.5342],[-5.577499, 57.5335],[-5.5768, 57.5326],[-5.572599, 57.5301],[-5.5707, 57.5292],[-5.570199, 57.5295],[-5.570199, 57.5301],[-5.572999, 57.5323],[-5.5756, 57.5349],[-5.5756, 57.5355],[-5.574699, 57.5365],[-5.573599, 57.5371],[-5.5696, 57.5371],[-5.5686, 57.5368],[-5.5679, 57.5364],[-5.568299, 57.5355],[-5.568399, 57.5348],[-5.567999, 57.5346],[-5.566401, 57.5345],[-5.565599, 57.5349],[-5.564799, 57.5349],[-5.5645, 57.5346],[-5.564199, 57.5342],[-5.5635, 57.5336],[-5.5622, 57.5331],[-5.562399, 57.5326],[-5.563, 57.5322],[-5.563399, 57.5317],[-5.5632, 57.5313],[-5.562399, 57.5312],[-5.5598, 57.5324],[-5.557099, 57.5339],[-5.557099, 57.5344],[-5.5588, 57.5353],[-5.560299, 57.5371],[-5.560599, 57.5377],[-5.5604, 57.5384],[-5.559999, 57.5385],[-5.559199, 57.5381],[-5.559, 57.5374],[-5.5585, 57.5372],[-5.558, 57.5372],[-5.557499, 57.5376],[-5.5567, 57.5378],[-5.5553, 57.5376],[-5.554699, 57.5368],[-5.554999, 57.5364],[-5.555099, 57.5358],[-5.554999, 57.5354],[-5.554399, 57.5351],[-5.5499, 57.5351],[-5.548901, 57.5354],[-5.54780, 57.5359],[-5.5467, 57.5358],[-5.545199, 57.5348],[-5.544301, 57.5347],[-5.542399, 57.5349],[-5.541601, 57.5347],[-5.541601, 57.5342],[-5.5423, 57.5339],[-5.5425, 57.5331],[-5.5423, 57.5326],[-5.541299, 57.5322],[-5.5394, 57.5313],[-5.5343, 57.531],[-5.5323, 57.53],[-5.531801, 57.5299],[-5.5303, 57.5304],[-5.5287, 57.5304],[-5.5281, 57.531],[-5.5278, 57.5313],[-5.5247, 57.5316],[-5.523701, 57.5309],[-5.5229, 57.5308],[-5.5179, 57.5322],[-5.517499, 57.5329],[-5.517399, 57.5341],[-5.5168, 57.5345],[-5.5163, 57.5346],[-5.515699, 57.5337],[-5.515299, 57.5335],[-5.513901, 57.5339],[-5.513, 57.5344],[-5.5131, 57.535],[-5.5137, 57.5355],[-5.514599, 57.5356],[-5.516001, 57.5353],[-5.5168, 57.5355],[-5.517001, 57.5357],[-5.51640, 57.5367],[-5.513299, 57.5387],[-5.512001, 57.5392],[-5.51120, 57.5403],[-5.51130, 57.5409],[-5.5123, 57.5433],[-5.513501, 57.5466],[-5.514101, 57.5473],[-5.514699, 57.5474],[-5.5163, 57.5474],[-5.5194, 57.5469],[-5.5194, 57.5479],[-5.519101, 57.5482],[-5.5184, 57.5484],[-5.517099, 57.5484],[-5.5156, 57.5487],[-5.515299, 57.549],[-5.5155, 57.5496],[-5.516601, 57.5501],[-5.52350, 57.5509],[-5.528501, 57.5512],[-5.5317, 57.5526],[-5.5363, 57.5537],[-5.539999, 57.5541],[-5.5447, 57.554],[-5.546801, 57.5544],[-5.549301, 57.5542],[-5.554101, 57.5539],[-5.5548, 57.554],[-5.5559, 57.5544],[-5.556499, 57.5544],[-5.5573, 57.5541],[-5.559, 57.5535],[-5.5614, 57.5533],[-5.5651, 57.5535],[-5.5672, 57.5539],[-5.5686, 57.5537],[-5.5695, 57.5534],[-5.5712, 57.5537],[-5.573901, 57.5542],[-5.5769, 57.5542],[-5.5811, 57.5543],[-5.582001, 57.5547],[-5.58350, 57.5563],[-5.585899, 57.5568],[-5.5885, 57.5573],[-5.591499, 57.5574],[-5.5988, 57.5570],[-5.60180, 57.5567],[-5.603701, 57.5559],[-5.604199, 57.5553],[-5.605, 57.5550],[-5.606299, 57.5549],[-5.6076, 57.5548],[-5.6113, 57.5534],[-5.612599, 57.5533],[-5.613901, 57.5534],[-5.616499, 57.5539],[-5.6184, 57.5552],[-5.618999, 57.5553],[-5.620699, 57.5550],[-5.622099, 57.5545],[-5.6226, 57.5545],[-5.624899, 57.5549],[-5.6264, 57.5555],[-5.629799, 57.5562],[-5.632199, 57.5567],[-5.634501, 57.5561],[-5.6352, 57.5556],[-5.635399, 57.5550],[-5.6352, 57.5544],[-5.63410, 57.5525],[-5.633501, 57.5518],[-5.633399, 57.5515],[-5.63500, 57.5509],[-5.636899, 57.551],[-5.6414, 57.5518],[-5.647399, 57.5528],[-5.65, 57.5527],[-5.6525, 57.5515],[-5.658, 57.5487],[-5.6618, 57.5474],[-5.664999, 57.5466],[-5.66650, 57.5462],[-5.666601, 57.5466],[-5.666601, 57.5471],[-5.666, 57.5476],[-5.66510, 57.5482],[-5.664999, 57.5489],[-5.664599, 57.5502],[-5.664501, 57.5508],[-5.66510, 57.5513],[-5.6668, 57.5517],[-5.667699, 57.5521],[-5.669199, 57.5538],[-5.670199, 57.5544],[-5.6724, 57.5549],[-5.67590, 57.5558],[-5.6767, 57.5559],[-5.67780, 57.5552],[-5.678501, 57.5552],[-5.679101, 57.5555],[-5.679101, 57.5558],[-5.678999, 57.5562],[-5.67920, 57.5564],[-5.679999, 57.5564],[-5.6813, 57.5559],[-5.6826, 57.5555],[-5.683199, 57.5555],[-5.6847, 57.5571],[-5.68480, 57.5580],[-5.68390, 57.5592],[-5.68390, 57.5594],[-5.684101, 57.5598],[-5.68480, 57.5601],[-5.6859, 57.5602],[-5.688799, 57.5601],[-5.689899, 57.5610],[-5.6903, 57.5623],[-5.6904, 57.5636],[-5.6908, 57.5637],[-5.693901000000002, 57.5639],[-5.695499, 57.5638],[-5.696801, 57.5629],[-5.697899, 57.5628],[-5.70120, 57.5637],[-5.7024, 57.5646],[-5.7024, 57.5651],[-5.701001, 57.5658],[-5.701001, 57.5660],[-5.701601, 57.5665],[-5.702099, 57.5670],[-5.702001, 57.5676],[-5.7009, 57.5690],[-5.7009, 57.5692],[-5.7023, 57.5695],[-5.702199, 57.5698],[-5.7005, 57.5711],[-5.6996, 57.5715],[-5.6987, 57.5714],[-5.698299, 57.5705],[-5.697999, 57.5703],[-5.69570, 57.5698],[-5.6936, 57.5697],[-5.693099, 57.5699],[-5.6917, 57.5705],[-5.6907, 57.5705],[-5.68960, 57.5699],[-5.687799, 57.5686],[-5.687699, 57.5681],[-5.68760, 57.5676],[-5.687399, 57.5670],[-5.6864, 57.5667],[-5.684599, 57.5666],[-5.6831, 57.5666],[-5.681201, 57.5674],[-5.679599, 57.5685],[-5.67920, 57.5694],[-5.67920, 57.5707],[-5.68060, 57.5734],[-5.682899, 57.5753],[-5.684101, 57.5773],[-5.6855, 57.5783],[-5.68960, 57.5788],[-5.696001, 57.5787],[-5.698999, 57.5789],[-5.7026, 57.5789],[-5.704599, 57.5792],[-5.7068, 57.5799],[-5.709799, 57.581],[-5.7132, 57.5821],[-5.716499, 57.5832],[-5.718901, 57.5836],[-5.721401, 57.5845],[-5.72380, 57.5852],[-5.7258, 57.5861],[-5.726601, 57.5867],[-5.727001, 57.5879],[-5.727799, 57.5886],[-5.7289, 57.5898],[-5.729199, 57.5904],[-5.72900, 57.5912],[-5.7289, 57.5921],[-5.729199, 57.5925],[-5.73040, 57.5933],[-5.7305, 57.5938],[-5.730899, 57.5945],[-5.7314, 57.5946],[-5.732299000000002, 57.5948],[-5.7329, 57.5957],[-5.734, 57.597],[-5.7347, 57.598],[-5.73410, 57.6002],[-5.7333, 57.6024],[-5.7315, 57.6046],[-5.731299000000002, 57.606],[-5.7321, 57.6071],[-5.735199, 57.6091],[-5.736801, 57.6107],[-5.742199, 57.6143],[-5.744599, 57.6164],[-5.748701, 57.6201],[-5.752399, 57.6230],[-5.757999, 57.6258],[-5.7684, 57.6321],[-5.770899, 57.6330],[-5.7767, 57.6351],[-5.787899, 57.638],[-5.793701, 57.6394],[-5.798399000000002, 57.6411],[-5.80030, 57.6411],[-5.803599, 57.6399],[-5.807099, 57.6391],[-5.809101, 57.6377],[-5.81010, 57.6373],[-5.811601, 57.6371],[-5.812699, 57.6374],[-5.813099, 57.6381],[-5.813399, 57.6386],[-5.814799, 57.6390],[-5.81580, 57.6390],[-5.816299, 57.6395],[-5.816401, 57.6404],[-5.81610, 57.6419],[-5.816201, 57.6424],[-5.817, 57.6431],[-5.8172, 57.6438],[-5.81670, 57.6452],[-5.816299, 57.6459],[-5.816801, 57.6474],[-5.816801, 57.6481],[-5.816201, 57.6493],[-5.814199, 57.651],[-5.81250, 57.6512],[-5.809599, 57.6509],[-5.80730, 57.6526],[-5.807001, 57.6534],[-5.807099, 57.654],[-5.807899, 57.6547],[-5.808, 57.6554],[-5.807799, 57.6566],[-5.8084, 57.6581],[-5.809101, 57.6592],[-5.809501, 57.6597],[-5.809501, 57.6606],[-5.808599, 57.6623],[-5.80640, 57.6645],[-5.8043, 57.6665],[-5.8027, 57.6677],[-5.80030, 57.6702],[-5.7986, 57.6717],[-5.7958, 57.6759],[-5.7926, 57.6785],[-5.7905, 57.6800],[-5.7873, 57.6826],[-5.786099, 57.6837],[-5.7855, 57.6849],[-5.7855, 57.6856],[-5.785699, 57.6861],[-5.788599, 57.6876],[-5.78940, 57.6886],[-5.789999, 57.6898],[-5.789999, 57.6910],[-5.788701, 57.6929],[-5.788199, 57.6944],[-5.7883, 57.6957],[-5.7883, 57.6976],[-5.787499, 57.6979],[-5.7859, 57.6969],[-5.78490, 57.6970],[-5.783599, 57.6975],[-5.781801, 57.6975],[-5.77920, 57.6985],[-5.778501, 57.6984],[-5.777599, 57.6976],[-5.777, 57.6975],[-5.7745, 57.6979],[-5.773099, 57.6975],[-5.7714, 57.6973],[-5.76980, 57.6978],[-5.767399, 57.6984],[-5.76690, 57.6987],[-5.768701, 57.7014],[-5.7686, 57.7018],[-5.761899, 57.7052],[-5.7596, 57.7055],[-5.7574, 57.7069],[-5.755599, 57.7073],[-5.754301, 57.7073],[-5.7507, 57.7068],[-5.74860, 57.707],[-5.7456, 57.7075],[-5.74310, 57.7078],[-5.739301, 57.7081],[-5.736899, 57.7086],[-5.734, 57.7083],[-5.732, 57.7078],[-5.7297, 57.7063],[-5.728099, 57.706],[-5.72650, 57.7064],[-5.724899, 57.706],[-5.724199, 57.705],[-5.723701, 57.7044],[-5.723501, 57.7035],[-5.723701, 57.703],[-5.729599, 57.6995],[-5.729599, 57.6991],[-5.729599, 57.6986],[-5.728099, 57.6982],[-5.723599, 57.6985],[-5.7218, 57.6989],[-5.721001, 57.6991],[-5.719999, 57.6994],[-5.717899, 57.7004],[-5.715, 57.7007],[-5.712999000000002, 57.7002],[-5.711, 57.6994],[-5.7068, 57.6992],[-5.7047, 57.6989],[-5.703501, 57.698],[-5.702499, 57.6962],[-5.701601, 57.6952],[-5.7005, 57.6951],[-5.6981, 57.6953],[-5.6971, 57.696],[-5.694799, 57.6965],[-5.69370, 57.6962],[-5.691899, 57.6943],[-5.689799, 57.6912],[-5.6885, 57.6908],[-5.6854, 57.6904],[-5.68380, 57.6899],[-5.6799, 57.6897],[-5.677999, 57.6904],[-5.677999, 57.6913],[-5.67920, 57.6927],[-5.684999, 57.6970],[-5.6854, 57.6983],[-5.6851, 57.6994],[-5.6831, 57.7001],[-5.6803, 57.7007],[-5.6774, 57.7002],[-5.6766, 57.6997],[-5.6756, 57.6997],[-5.674399, 57.6999],[-5.6732, 57.7000],[-5.672699, 57.7000],[-5.6721, 57.7004],[-5.6711, 57.7012],[-5.6708, 57.7018],[-5.6711, 57.7022],[-5.67160, 57.702],[-5.672, 57.7015],[-5.6728, 57.7013],[-5.67310, 57.7015],[-5.6732, 57.7023],[-5.672999, 57.703],[-5.6752, 57.7051],[-5.6774, 57.7062],[-5.67870, 57.7082],[-5.6798, 57.7093],[-5.679501, 57.7099],[-5.67770, 57.711],[-5.675799, 57.7111],[-5.675799, 57.7115],[-5.676801, 57.7133],[-5.677299, 57.7133],[-5.678999, 57.7123],[-5.68190, 57.7107],[-5.682899, 57.7108],[-5.684101, 57.7114],[-5.68580, 57.7113],[-5.68760, 57.7102],[-5.689101, 57.71],[-5.6911, 57.7113],[-5.6911, 57.7119],[-5.69000, 57.7129],[-5.688701, 57.7139],[-5.68860, 57.7146],[-5.688399, 57.7148],[-5.688099, 57.7149],[-5.687399, 57.7145],[-5.68580, 57.7152],[-5.68480, 57.7166],[-5.68480, 57.7176],[-5.686299, 57.7195],[-5.686299, 57.7202],[-5.686201, 57.7215],[-5.690899, 57.7268],[-5.69420, 57.7296],[-5.6971, 57.7307],[-5.699501, 57.7314],[-5.702499, 57.7314],[-5.704899, 57.7309],[-5.7089, 57.7315],[-5.71200, 57.7318],[-5.71530, 57.7314],[-5.718999, 57.7309],[-5.728701, 57.7304],[-5.732, 57.7304],[-5.7362, 57.731],[-5.744501, 57.7315],[-5.7484, 57.7323],[-5.7494, 57.7324],[-5.75290, 57.732],[-5.7562, 57.7316],[-5.758299, 57.7317],[-5.760399, 57.7325],[-5.763501, 57.7350],[-5.77080, 57.7399],[-5.777599, 57.7430],[-5.7806, 57.7445],[-5.7842, 57.7453],[-5.789899, 57.7454],[-5.7967, 57.7453],[-5.799699, 57.7458],[-5.804699, 57.7463],[-5.807199, 57.7472],[-5.808, 57.7482],[-5.8098, 57.7488],[-5.8118, 57.7508],[-5.811699, 57.7519],[-5.8114, 57.7533],[-5.810699, 57.7541],[-5.8105, 57.7546],[-5.810599000000002, 57.7553],[-5.809899, 57.7564],[-5.808, 57.757],[-5.80550, 57.7593],[-5.80490, 57.7599],[-5.804699, 57.7611],[-5.804399, 57.7615],[-5.803501, 57.7622],[-5.8028, 57.7631],[-5.802899, 57.7636],[-5.804501, 57.7648],[-5.804599, 57.7654],[-5.80590, 57.7667],[-5.80730, 57.7678],[-5.807499, 57.7692],[-5.807799, 57.77],[-5.807799, 57.7704],[-5.806201, 57.7717],[-5.80590, 57.7731],[-5.803299, 57.7778],[-5.80160, 57.7805],[-5.8006, 57.7826],[-5.800499, 57.7877],[-5.8, 57.7922],[-5.7999, 57.7942],[-5.802299, 57.8009],[-5.803599, 57.8031],[-5.803901, 57.8040],[-5.803999, 57.8057],[-5.805399, 57.8089],[-5.8069, 57.8135],[-5.807499, 57.815],[-5.8094, 57.8162],[-5.811299, 57.8177],[-5.81150, 57.8182],[-5.8109, 57.8192],[-5.8108, 57.8202],[-5.81150, 57.8212],[-5.811601, 57.8221],[-5.811601, 57.8229],[-5.8108, 57.8236],[-5.8108, 57.824],[-5.8114, 57.8242],[-5.811699, 57.8248],[-5.811601, 57.8277],[-5.81150, 57.8287],[-5.8118, 57.8292],[-5.8132, 57.8313],[-5.81390, 57.8321],[-5.81390, 57.8325],[-5.8126, 57.8338],[-5.811201, 57.8361],[-5.8104, 57.8373],[-5.808599, 57.8376],[-5.808599, 57.838],[-5.808599, 57.8381],[-5.81020, 57.8383],[-5.81020, 57.8386],[-5.8094, 57.8394],[-5.809101, 57.8402],[-5.8076, 57.8407],[-5.807199, 57.8411],[-5.807001, 57.8418],[-5.807099, 57.8427],[-5.80740, 57.8434],[-5.808199, 57.8455],[-5.80830, 57.8465],[-5.808599, 57.8473],[-5.8089, 57.8479],[-5.808701, 57.8489],[-5.8088, 57.8493],[-5.809899, 57.8499],[-5.809899, 57.8502],[-5.8085, 57.8506],[-5.8085, 57.8509],[-5.8098, 57.852],[-5.8126, 57.8548],[-5.8126, 57.8553],[-5.8118, 57.8556],[-5.812001, 57.856],[-5.812001, 57.8563],[-5.811201, 57.8567],[-5.811201, 57.8571],[-5.811699, 57.8576],[-5.81150, 57.8592],[-5.809999, 57.8607],[-5.808599, 57.8606],[-5.80590, 57.8619],[-5.8052, 57.8618],[-5.8038, 57.8617],[-5.80170, 57.8622],[-5.801001, 57.8620],[-5.8002, 57.8618],[-5.79700, 57.8614],[-5.794301, 57.8607],[-5.7922, 57.8595],[-5.78940, 57.8591],[-5.787199000000002, 57.8594],[-5.785699, 57.8604],[-5.7821, 57.8596],[-5.7802, 57.8592],[-5.7779, 57.8594],[-5.776899, 57.8597],[-5.775899, 57.8603],[-5.77530, 57.8618],[-5.7729, 57.8629],[-5.772399, 57.8632],[-5.772099, 57.8641],[-5.7714, 57.8641],[-5.76980, 57.8635],[-5.7694, 57.8636],[-5.76930, 57.864],[-5.7697, 57.8645],[-5.77080, 57.8651],[-5.77070, 57.8654],[-5.770199, 57.8656],[-5.7686, 57.8655],[-5.76830, 57.8661],[-5.7677, 57.8664],[-5.7658, 57.8667],[-5.76370, 57.8668],[-5.762199, 57.8677],[-5.761099, 57.8689],[-5.7602, 57.8707],[-5.75990, 57.8709],[-5.75670, 57.8701],[-5.7546, 57.8695],[-5.7535, 57.8693],[-5.7498, 57.8697],[-5.747099, 57.8697],[-5.745299, 57.8685],[-5.7417, 57.8673],[-5.7381, 57.8665],[-5.736001, 57.8662],[-5.732999, 57.8665],[-5.73080, 57.8666],[-5.729101, 57.8665],[-5.727499, 57.8666],[-5.7273, 57.8677],[-5.7269, 57.8686],[-5.725399, 57.8694],[-5.724101, 57.8701],[-5.723599, 57.8710],[-5.722899, 57.8716],[-5.722499, 57.8718],[-5.7218, 57.8719],[-5.720799, 57.8718],[-5.72050, 57.8712],[-5.717899, 57.8705],[-5.715499, 57.8691],[-5.713799, 57.8691],[-5.711, 57.8697],[-5.709599, 57.8697],[-5.708, 57.8699],[-5.70600, 57.8698],[-5.704599, 57.8700],[-5.7023, 57.8699],[-5.7009, 57.8703],[-5.697999, 57.8707],[-5.696001, 57.8700],[-5.695899, 57.8696],[-5.697001, 57.8691],[-5.697199, 57.8684],[-5.6971, 57.8680],[-5.695799, 57.8679],[-5.695199, 57.8683],[-5.6949, 57.8683],[-5.694799, 57.8679],[-5.694399, 57.8677],[-5.6936, 57.8677],[-5.6929, 57.8681],[-5.69240, 57.8684],[-5.691801, 57.8685],[-5.689199, 57.8674],[-5.686299, 57.867],[-5.6859, 57.8667],[-5.685599, 57.8661],[-5.6852, 57.8657],[-5.6843, 57.8657],[-5.68350, 57.8657],[-5.682499000000002, 57.8655],[-5.681601000000002, 57.8650],[-5.6813, 57.8644],[-5.681601000000002, 57.8639],[-5.6833, 57.8622],[-5.68340, 57.8618],[-5.6831, 57.8613],[-5.683, 57.8609],[-5.68340, 57.8605],[-5.684599, 57.8607],[-5.686201, 57.8593],[-5.6869, 57.8586],[-5.6869, 57.8582],[-5.686601, 57.8578],[-5.686601, 57.8573],[-5.6903, 57.8548],[-5.690199, 57.8544],[-5.689799, 57.8541],[-5.68950, 57.854],[-5.68900, 57.854],[-5.6885, 57.8542],[-5.6885, 57.8543],[-5.68820, 57.8544],[-5.686699, 57.8529],[-5.6865, 57.8523],[-5.687099, 57.8517],[-5.6903, 57.852],[-5.691299, 57.8517],[-5.691299, 57.8513],[-5.691, 57.85],[-5.6901, 57.8491],[-5.689301, 57.8486],[-5.689301, 57.8476],[-5.6904, 57.8448],[-5.6904, 57.844],[-5.689799, 57.8433],[-5.6868, 57.8427],[-5.68390, 57.8431],[-5.68190, 57.8437],[-5.679501, 57.8432],[-5.679101, 57.8425],[-5.67920, 57.8404],[-5.67920, 57.8394],[-5.6793, 57.8387],[-5.682799, 57.8352],[-5.682799, 57.8349],[-5.682099, 57.8342],[-5.679999, 57.8335],[-5.67870, 57.8331],[-5.677899, 57.8331],[-5.6771, 57.8333],[-5.676401, 57.8333],[-5.67590, 57.833],[-5.67590, 57.8326],[-5.67770, 57.8313],[-5.67770, 57.8312],[-5.677299, 57.8308],[-5.675499, 57.83],[-5.6725, 57.8298],[-5.671201, 57.8303],[-5.67030, 57.8307],[-5.669899, 57.8315],[-5.669799, 57.8321],[-5.668799, 57.8331],[-5.66800, 57.8334],[-5.665599, 57.8329],[-5.66510, 57.8324],[-5.66510, 57.8317],[-5.66510, 57.8309],[-5.6648, 57.8302],[-5.664999, 57.8298],[-5.665599, 57.8294],[-5.66800, 57.8293],[-5.668701, 57.829],[-5.66890, 57.8285],[-5.668701, 57.8279],[-5.6659, 57.8268],[-5.6644, 57.8265],[-5.6626, 57.8266],[-5.66190, 57.8266],[-5.661699, 57.8261],[-5.6618, 57.8253],[-5.6618, 57.8242],[-5.66140, 57.8239],[-5.6598, 57.8236],[-5.658999, 57.8232],[-5.658599, 57.8222],[-5.658999, 57.8202],[-5.659501, 57.8195],[-5.662001, 57.8176],[-5.664101, 57.8167],[-5.664899, 57.815],[-5.6652, 57.8136],[-5.664999, 57.8129],[-5.662399, 57.8114],[-5.662399, 57.8110],[-5.664199000000002, 57.8087],[-5.6643, 57.8077],[-5.663799, 57.8043],[-5.664199000000002, 57.8033],[-5.665299, 57.8015],[-5.666699, 57.8010],[-5.66700, 57.8005],[-5.6669, 57.8001],[-5.6652, 57.7995],[-5.663199, 57.7985],[-5.65620, 57.7924],[-5.6522, 57.7889],[-5.65160, 57.7887],[-5.649, 57.7879],[-5.6434, 57.7847],[-5.6401, 57.7821],[-5.6374, 57.7809],[-5.6363, 57.7803],[-5.634699000000002, 57.7791],[-5.631001, 57.7762],[-5.630599, 57.7754],[-5.630199, 57.7746],[-5.6282, 57.7729],[-5.6205, 57.7683],[-5.6178, 57.7675],[-5.6163, 57.7674],[-5.610799, 57.7686],[-5.606299, 57.7688],[-5.603, 57.7683],[-5.601299, 57.7674],[-5.599999, 57.7675],[-5.5973, 57.7694],[-5.5949, 57.7714],[-5.5942, 57.7727],[-5.594301, 57.774],[-5.5955, 57.7753],[-5.596499, 57.7756],[-5.599, 57.7758],[-5.601299, 57.7751],[-5.604899, 57.7757],[-5.606, 57.7765],[-5.6058, 57.7768],[-5.6036, 57.7774],[-5.603, 57.778],[-5.6035, 57.7788],[-5.610799, 57.7843],[-5.611801, 57.7859],[-5.6116, 57.7866],[-5.6121, 57.7868],[-5.617499, 57.7877],[-5.619101, 57.7889],[-5.6198, 57.7899],[-5.619599, 57.7909],[-5.618599, 57.791],[-5.6152, 57.7913],[-5.6152, 57.7917],[-5.616099, 57.7922],[-5.615699, 57.7927],[-5.6132, 57.794],[-5.6111, 57.7944],[-5.610199, 57.7953],[-5.608799, 57.7961],[-5.6064, 57.7967],[-5.603199, 57.7968],[-5.6015, 57.7965],[-5.598199, 57.7943],[-5.5981, 57.7937],[-5.5988, 57.7908],[-5.599599, 57.7904],[-5.6034, 57.7904],[-5.603799, 57.79],[-5.603199, 57.789],[-5.602799, 57.7878],[-5.6023, 57.7876],[-5.601, 57.7883],[-5.599899, 57.7885],[-5.5989, 57.7878],[-5.5974, 57.7874],[-5.593999, 57.7876],[-5.59320, 57.7881],[-5.5916, 57.79],[-5.590799, 57.7902],[-5.5885, 57.7898],[-5.5851, 57.7895],[-5.581699, 57.7901],[-5.579199, 57.7903],[-5.577899, 57.7907],[-5.576401, 57.7915],[-5.575799, 57.7926],[-5.5756, 57.7935],[-5.5759, 57.7944],[-5.576401, 57.7946],[-5.577099, 57.7942],[-5.5776, 57.7938],[-5.577799, 57.7942],[-5.577799, 57.7945],[-5.5776, 57.7953],[-5.577499, 57.7960],[-5.577799, 57.7971],[-5.5776, 57.7985],[-5.577799, 57.7990],[-5.578599, 57.7993],[-5.58190, 57.7995],[-5.5891, 57.7992],[-5.592199, 57.7995],[-5.59320, 57.8002],[-5.5946, 57.8021],[-5.5948, 57.8031],[-5.59410, 57.8047],[-5.59310, 57.8054],[-5.5911, 57.8062],[-5.588099, 57.8085],[-5.585599, 57.8107],[-5.585, 57.8124],[-5.5825, 57.815],[-5.58190, 57.8171],[-5.581201, 57.8228],[-5.5808, 57.8262],[-5.579999, 57.8282],[-5.5788, 57.8295],[-5.578701, 57.8303],[-5.580299, 57.8333],[-5.580699, 57.8347],[-5.579999, 57.8364],[-5.581201, 57.8381],[-5.5818, 57.8401],[-5.586201, 57.8413],[-5.59060, 57.8419],[-5.592199, 57.8421],[-5.5928, 57.842],[-5.592999, 57.8415],[-5.592899, 57.8407],[-5.5913, 57.8392],[-5.5913, 57.8386],[-5.5921, 57.8384],[-5.592899, 57.8383],[-5.594501, 57.8387],[-5.595099, 57.8392],[-5.5955, 57.84],[-5.596001, 57.8409],[-5.597499, 57.8416],[-5.5984, 57.8423],[-5.59830, 57.8433],[-5.5968, 57.8457],[-5.596601, 57.8468],[-5.599501, 57.8498],[-5.6015, 57.8508],[-5.6058, 57.8521],[-5.6103, 57.8522],[-5.614699, 57.8532],[-5.619101, 57.8549],[-5.6214, 57.8555],[-5.623199, 57.8558],[-5.6261, 57.8558],[-5.6286, 57.8552],[-5.62990, 57.8554],[-5.6303, 57.8559],[-5.630499, 57.8569],[-5.6307, 57.8572],[-5.6316, 57.8572],[-5.632, 57.8570],[-5.632899, 57.8556],[-5.633399, 57.8556],[-5.6336, 57.8556],[-5.633299, 57.8565],[-5.633399, 57.8570],[-5.6338, 57.8571],[-5.633999, 57.8571],[-5.6362, 57.8565],[-5.6378, 57.8562],[-5.6401, 57.8558],[-5.6406, 57.8559],[-5.640699, 57.8563],[-5.640399, 57.8571],[-5.639599, 57.8595],[-5.639599, 57.8609],[-5.639699, 57.8615],[-5.6367, 57.8628],[-5.6367, 57.8632],[-5.6373, 57.8639],[-5.6435, 57.8663],[-5.6443, 57.8667],[-5.6447, 57.8673],[-5.644599, 57.8681],[-5.643199, 57.8701],[-5.6429, 57.8712],[-5.644501, 57.8716],[-5.646299, 57.8719],[-5.646601, 57.8723],[-5.646601, 57.8731],[-5.647299, 57.8741],[-5.648399, 57.8750],[-5.6495, 57.8759],[-5.65100, 57.8762],[-5.6522, 57.8767],[-5.653501, 57.8782],[-5.6538, 57.8794],[-5.6532, 57.881],[-5.6517, 57.8823],[-5.647799, 57.8832],[-5.645299, 57.8836],[-5.644199, 57.8837],[-5.643199, 57.8839],[-5.642499, 57.8845],[-5.6419, 57.8845],[-5.641601, 57.8836],[-5.641201, 57.8835],[-5.6409, 57.8837],[-5.641001, 57.8846],[-5.6418, 57.8854],[-5.647399, 57.8872],[-5.651899, 57.8885],[-5.653399, 57.8893],[-5.653299, 57.8899],[-5.6511, 57.8905],[-5.649199, 57.892],[-5.64820, 57.8929],[-5.647099, 57.8937],[-5.645899000000002, 57.8947],[-5.644899, 57.8954],[-5.64260, 57.8965],[-5.641601, 57.8978],[-5.64360, 57.9014],[-5.64300, 57.9031],[-5.6415, 57.9041],[-5.6399, 57.905],[-5.638, 57.9082],[-5.6367, 57.9096],[-5.63500, 57.9117],[-5.633299, 57.9133],[-5.6311, 57.9146],[-5.6291, 57.9157],[-5.6279, 57.9164],[-5.625299, 57.917],[-5.624101, 57.9179],[-5.6226, 57.9185],[-5.6206, 57.9196],[-5.6202, 57.9206],[-5.619599, 57.9227],[-5.6181, 57.9240],[-5.614799, 57.9252],[-5.6131, 57.9254],[-5.6121, 57.9254],[-5.6096, 57.9252],[-5.6075, 57.9249],[-5.6064, 57.9246],[-5.606201, 57.9238],[-5.605899, 57.9238],[-5.604899, 57.9245],[-5.602499, 57.9245],[-5.600299, 57.9238],[-5.598701, 57.9238],[-5.5976, 57.9236],[-5.5963, 57.9227],[-5.594399, 57.9227],[-5.593501, 57.9224],[-5.5934, 57.922],[-5.59410, 57.9211],[-5.593999, 57.9210],[-5.5937, 57.9208],[-5.59310, 57.9206],[-5.592599, 57.9206],[-5.5904, 57.9214],[-5.5895, 57.9212],[-5.589, 57.9205],[-5.588901, 57.9196],[-5.5897, 57.9188],[-5.58960, 57.9185],[-5.5886, 57.9183],[-5.5869, 57.9188],[-5.585199, 57.9203],[-5.584301, 57.9202],[-5.583701, 57.9197],[-5.5832, 57.9189],[-5.582799, 57.9188],[-5.5814, 57.9192],[-5.579599, 57.9198],[-5.578701, 57.9196],[-5.57840, 57.919],[-5.578701, 57.9182],[-5.579999, 57.9171],[-5.579999, 57.9167],[-5.5797, 57.9164],[-5.576601, 57.9163],[-5.576499, 57.9161],[-5.576601, 57.9156],[-5.578, 57.9147],[-5.577899, 57.9144],[-5.576099, 57.9141],[-5.575799, 57.9145],[-5.5753, 57.9147],[-5.5746, 57.9145],[-5.5741, 57.9146],[-5.573501, 57.915],[-5.5728, 57.9152],[-5.5725, 57.915],[-5.5724, 57.9144],[-5.571899, 57.9138],[-5.57130, 57.9134],[-5.571499, 57.9128],[-5.5727, 57.9125],[-5.573999, 57.9115],[-5.57480, 57.911],[-5.5746, 57.9108],[-5.5738, 57.9109],[-5.572599, 57.9113],[-5.57130, 57.9116],[-5.570199, 57.9117],[-5.5695, 57.9119],[-5.5692, 57.9125],[-5.5695, 57.9132],[-5.5695, 57.914],[-5.568799, 57.9154],[-5.56780, 57.9162],[-5.566, 57.9169],[-5.5651, 57.9176],[-5.562699, 57.9186],[-5.5605, 57.9186],[-5.5569, 57.9158],[-5.5564, 57.9155],[-5.5564, 57.914],[-5.5563, 57.9138],[-5.555699, 57.9134],[-5.553299, 57.913],[-5.552199, 57.9129],[-5.550399, 57.9131],[-5.54950, 57.9127],[-5.5491, 57.9124],[-5.5491, 57.9119],[-5.549699, 57.9115],[-5.5496, 57.9112],[-5.549301, 57.9106],[-5.549799, 57.9101],[-5.5506, 57.909],[-5.5521, 57.9089],[-5.552999, 57.9085],[-5.5531, 57.908],[-5.552999, 57.907],[-5.5543, 57.9055],[-5.554399, 57.905],[-5.557199, 57.9038],[-5.557199, 57.9033],[-5.556099, 57.9026],[-5.5549, 57.902],[-5.552599, 57.9014],[-5.5517, 57.9012],[-5.5512, 57.9015],[-5.5507, 57.9023],[-5.5499, 57.9026],[-5.548999, 57.9025],[-5.5487, 57.902],[-5.548999, 57.9013],[-5.5492, 57.9009],[-5.5487, 57.9006],[-5.546201, 57.8998],[-5.545899, 57.8997],[-5.546201, 57.899],[-5.547, 57.897],[-5.550099, 57.893],[-5.5502, 57.8917],[-5.550099, 57.8905],[-5.5487, 57.8891],[-5.548399, 57.8879],[-5.5491, 57.8860],[-5.548901, 57.8849],[-5.5481, 57.8825],[-5.5445, 57.8797],[-5.53730, 57.8753],[-5.537099, 57.8745],[-5.5365, 57.8741],[-5.5365, 57.8737],[-5.537001, 57.8732],[-5.538099, 57.8723],[-5.538199, 57.8714],[-5.537899, 57.8704],[-5.535399, 57.8687],[-5.53310, 57.8676],[-5.527599, 57.8673],[-5.5185, 57.8657],[-5.513599, 57.8657],[-5.508999, 57.8638],[-5.506401, 57.8625],[-5.5035, 57.8622],[-5.502, 57.8621],[-5.499199, 57.8615],[-5.495299, 57.8613],[-5.4881, 57.861],[-5.4874, 57.8604],[-5.4877, 57.8594],[-5.487599, 57.8584],[-5.487899, 57.8581],[-5.484301, 57.8579],[-5.4811, 57.8577],[-5.4784, 57.8577],[-5.476099, 57.8578],[-5.473501, 57.8577],[-5.472099, 57.8566],[-5.468501, 57.8529],[-5.465099, 57.8526],[-5.461201, 57.8522],[-5.459599, 57.8517],[-5.455299, 57.8515],[-5.4539, 57.8516],[-5.4526, 57.8529],[-5.4509, 57.8569],[-5.45030, 57.8582],[-5.4506, 57.8586],[-5.451401, 57.8589],[-5.453, 57.8594],[-5.4531, 57.8597],[-5.4526, 57.8601],[-5.4506, 57.8600],[-5.4505, 57.8609],[-5.4506, 57.8616],[-5.452199, 57.8623],[-5.4543, 57.8636],[-5.45540, 57.8648],[-5.455599, 57.8653],[-5.455299, 57.8660],[-5.452799, 57.8665],[-5.452799, 57.8669],[-5.453501, 57.8683],[-5.452899, 57.8696],[-5.4512, 57.8701],[-5.448999, 57.8702],[-5.446001, 57.8701],[-5.44420, 57.8704],[-5.442299, 57.8705],[-5.4411, 57.8709],[-5.441201, 57.8715],[-5.440899, 57.8721],[-5.4394, 57.8727],[-5.4394, 57.8730],[-5.439199, 57.8741],[-5.439, 57.8746],[-5.439, 57.8750],[-5.4395, 57.8754],[-5.439899, 57.8754],[-5.441201, 57.8752],[-5.4415, 57.8755],[-5.4415, 57.8761],[-5.4408, 57.8765],[-5.440199, 57.8768],[-5.440599, 57.8783],[-5.440599, 57.8789],[-5.439899, 57.8798],[-5.4386, 57.8804],[-5.4383, 57.8811],[-5.437699, 57.8818],[-5.435599, 57.8819],[-5.432001, 57.8817],[-5.431201, 57.8824],[-5.4309, 57.8838],[-5.431001, 57.8845],[-5.432001, 57.8851],[-5.4373, 57.8859],[-5.4386, 57.8869],[-5.4386, 57.8873],[-5.4383, 57.8876],[-5.436201, 57.8885],[-5.435699, 57.8897],[-5.435699, 57.8924],[-5.436, 57.8936],[-5.436, 57.8943],[-5.434101, 57.8951],[-5.4327, 57.8951],[-5.4314, 57.8956],[-5.431099, 57.8969],[-5.4323, 57.8982],[-5.431499, 57.8997],[-5.430699, 57.9024],[-5.4298, 57.9029],[-5.4278, 57.9033],[-5.4267, 57.9038],[-5.424799, 57.9063],[-5.4228, 57.9083],[-5.422, 57.9094],[-5.4215, 57.9095],[-5.4211, 57.9093],[-5.420899, 57.9082],[-5.42, 57.9075],[-5.4186, 57.9071],[-5.4176, 57.9066],[-5.4173, 57.9065],[-5.4165, 57.907],[-5.416, 57.9071],[-5.41520, 57.907],[-5.414999, 57.9063],[-5.4144, 57.9056],[-5.4134, 57.9052],[-5.411001, 57.9051],[-5.403299, 57.905],[-5.401, 57.9049],[-5.397699, 57.9051],[-5.395299, 57.9034],[-5.393099, 57.9019],[-5.389101, 57.8996],[-5.385, 57.8988],[-5.381801, 57.8981],[-5.381499, 57.898],[-5.380599, 57.8971],[-5.379399, 57.8963],[-5.3739, 57.8948],[-5.3708, 57.8934],[-5.3637, 57.8914],[-5.3576, 57.8891],[-5.3534, 57.8879],[-5.3505, 57.8867],[-5.3453, 57.8844],[-5.3412, 57.8812],[-5.339301, 57.8804],[-5.3376, 57.8796],[-5.336299, 57.8788],[-5.335299, 57.8779],[-5.334899, 57.8764],[-5.3344, 57.8752],[-5.333399, 57.8739],[-5.332799, 57.8727],[-5.332001, 57.8715],[-5.3294, 57.8691],[-5.3269, 57.8671],[-5.3252, 57.8662],[-5.321401, 57.8650],[-5.318399, 57.8637],[-5.316201, 57.8631],[-5.313099, 57.8630],[-5.3085, 57.8612],[-5.306499, 57.8606],[-5.303999, 57.8599],[-5.296, 57.8574],[-5.291699, 57.856],[-5.289501, 57.8556],[-5.285299, 57.8552],[-5.283199, 57.8555],[-5.2816, 57.8561],[-5.2802, 57.8561],[-5.2779, 57.8553],[-5.276, 57.8545],[-5.272299, 57.8545],[-5.269, 57.8542],[-5.2651, 57.8537],[-5.262499, 57.853],[-5.2607, 57.8526],[-5.260099, 57.8521],[-5.259501, 57.8511],[-5.258501, 57.8505],[-5.253901, 57.8491],[-5.244599, 57.8473],[-5.233701, 57.8453],[-5.223599, 57.8431],[-5.221401, 57.8423],[-5.220399, 57.8424],[-5.218501, 57.8429],[-5.2157, 57.8425],[-5.215199, 57.843],[-5.2154, 57.8434],[-5.2166, 57.8439],[-5.216801, 57.8441],[-5.216801, 57.8452],[-5.2167, 57.8457],[-5.2153, 57.8462],[-5.215199, 57.8463],[-5.215799, 57.8467],[-5.2182, 57.8468],[-5.2205, 57.8463],[-5.221001, 57.8462],[-5.221099, 57.8464],[-5.2205, 57.847],[-5.220099, 57.8481],[-5.2202, 57.849],[-5.224, 57.8508],[-5.225699, 57.8514],[-5.229199, 57.8519],[-5.232699, 57.8532],[-5.238901, 57.856],[-5.241601, 57.8579],[-5.2417, 57.8585],[-5.2409, 57.8599],[-5.240099, 57.8611],[-5.239799, 57.8628],[-5.240399, 57.8644],[-5.241601, 57.8660],[-5.2424, 57.8666],[-5.246699, 57.8681],[-5.2582, 57.8703],[-5.262499, 57.8710],[-5.272, 57.8723],[-5.2766, 57.8726],[-5.281401, 57.8730],[-5.2856, 57.8736],[-5.292699, 57.8744],[-5.2979, 57.8752],[-5.301899, 57.8762],[-5.3083, 57.8776],[-5.3098, 57.8789],[-5.3104, 57.8797],[-5.3108, 57.8809],[-5.311, 57.8812],[-5.3129, 57.8817],[-5.3132, 57.8823],[-5.31350, 57.884],[-5.31350, 57.885],[-5.31250, 57.8866],[-5.31250, 57.8871],[-5.3132, 57.888],[-5.31510, 57.8905],[-5.3172, 57.8931],[-5.320499, 57.8955],[-5.3232, 57.8971],[-5.325799, 57.8986],[-5.331201, 57.9017],[-5.333701, 57.9032],[-5.3357, 57.9049],[-5.338901, 57.9068],[-5.342599, 57.9077],[-5.351299, 57.908],[-5.3558, 57.9082],[-5.364501, 57.9088],[-5.3673, 57.9093],[-5.369501, 57.9096],[-5.373, 57.9101],[-5.3758, 57.9106],[-5.377699, 57.9108],[-5.380899, 57.9091],[-5.382, 57.9091],[-5.382999, 57.9093],[-5.384301, 57.9098],[-5.386099, 57.912],[-5.3887, 57.9123],[-5.393, 57.9129],[-5.3934, 57.9134],[-5.3935, 57.9145],[-5.3936, 57.92],[-5.393701, 57.9206],[-5.395, 57.9218],[-5.3983, 57.9230],[-5.4022, 57.9248],[-5.40500, 57.9272],[-5.4052, 57.928],[-5.404699, 57.9289],[-5.4045, 57.9298],[-5.4046, 57.9307],[-5.404399, 57.9313],[-5.401401, 57.9323],[-5.398701, 57.9333],[-5.394599, 57.9324],[-5.3887, 57.9311],[-5.385799, 57.9311],[-5.383299, 57.9312],[-5.380499, 57.9318],[-5.379, 57.9324],[-5.3775, 57.9323],[-5.3772, 57.9320],[-5.3772, 57.9313],[-5.37700, 57.9306],[-5.3736, 57.9296],[-5.3708, 57.9297],[-5.369699, 57.9304],[-5.368501, 57.9316],[-5.368299, 57.9322],[-5.368999, 57.9332],[-5.369599, 57.934],[-5.3698, 57.9359],[-5.371201, 57.9367],[-5.3722, 57.9374],[-5.3718, 57.9377],[-5.3689, 57.9381],[-5.367599, 57.9384],[-5.366899, 57.9383],[-5.3659, 57.9382],[-5.364799, 57.9387],[-5.362, 57.9386],[-5.361001, 57.9390],[-5.36040, 57.9392],[-5.3597, 57.9392],[-5.358799, 57.9387],[-5.3572, 57.9382],[-5.3569, 57.9380],[-5.3566, 57.937],[-5.355299, 57.9368],[-5.353, 57.9359],[-5.351, 57.9339],[-5.3505, 57.9330],[-5.3505, 57.9325],[-5.3522, 57.9315],[-5.352499, 57.9303],[-5.3527, 57.9298],[-5.354899, 57.9293],[-5.3551, 57.9286],[-5.3548, 57.9277],[-5.354101, 57.9274],[-5.351099, 57.9270],[-5.348501, 57.9255],[-5.347001, 57.9244],[-5.345699, 57.9238],[-5.345099, 57.9235],[-5.3448, 57.9230],[-5.344399, 57.9223],[-5.3428, 57.9214],[-5.338901, 57.9192],[-5.33780, 57.9188],[-5.3365, 57.9187],[-5.334799, 57.9189],[-5.3336, 57.9186],[-5.3325, 57.9177],[-5.3315, 57.9159],[-5.329899, 57.9148],[-5.326499, 57.9141],[-5.32380, 57.9139],[-5.322199, 57.9133],[-5.320099, 57.9122],[-5.3158, 57.9109],[-5.302499, 57.9106],[-5.2947, 57.9107],[-5.288799, 57.9116],[-5.285399, 57.9118],[-5.2827, 57.9118],[-5.279799, 57.9117],[-5.277999, 57.9123],[-5.2761, 57.9132],[-5.273799, 57.9139],[-5.2722, 57.9147],[-5.2715, 57.9152],[-5.269199, 57.9154],[-5.26630, 57.916],[-5.262001, 57.9165],[-5.258999, 57.9175],[-5.2575, 57.9175],[-5.2528, 57.9173],[-5.250199, 57.9171],[-5.2484, 57.9169],[-5.2459, 57.9179],[-5.244999, 57.9179],[-5.244101, 57.9177],[-5.242899, 57.9179],[-5.2399, 57.9178],[-5.237899, 57.9166],[-5.23320, 57.9146],[-5.229899, 57.9132],[-5.2284, 57.9127],[-5.2269, 57.9119],[-5.222199, 57.9117],[-5.2192, 57.9099],[-5.216801, 57.9096],[-5.215499, 57.9085],[-5.2141, 57.9068],[-5.209101, 57.9034],[-5.2068, 57.9014],[-5.203199, 57.9002],[-5.201499, 57.899],[-5.1974, 57.8986],[-5.1962, 57.8978],[-5.195399, 57.8971],[-5.194799, 57.8965],[-5.1937, 57.8948],[-5.1924, 57.894],[-5.1907, 57.8932],[-5.1895, 57.893],[-5.188799, 57.8923],[-5.188, 57.8911],[-5.187399, 57.8907],[-5.185599, 57.8902],[-5.1833, 57.8897],[-5.18090, 57.8891],[-5.1803, 57.8882],[-5.178999, 57.8875],[-5.177299, 57.8872],[-5.173999, 57.8869],[-5.1697, 57.8860],[-5.1673, 57.8863],[-5.166699, 57.8861],[-5.166, 57.8852],[-5.1659, 57.8842],[-5.166699, 57.8832],[-5.166601, 57.8828],[-5.1655, 57.8823],[-5.1648, 57.8822],[-5.163199, 57.8821],[-5.1615, 57.8815],[-5.15740, 57.8808],[-5.156401, 57.8801],[-5.156099, 57.8792],[-5.154699, 57.8781],[-5.1529, 57.8773],[-5.151801, 57.8758],[-5.149199, 57.8750],[-5.1482, 57.8746],[-5.1457, 57.8746],[-5.142799, 57.8748],[-5.1399, 57.8752],[-5.137199, 57.8751],[-5.133299, 57.8756],[-5.1296, 57.8754],[-5.127999, 57.8750],[-5.12780, 57.8746],[-5.1279, 57.8730],[-5.1276, 57.8726],[-5.123099, 57.8717],[-5.1213, 57.8716],[-5.120399, 57.8712],[-5.119999, 57.8703],[-5.118999, 57.8683],[-5.118, 57.8657],[-5.116099, 57.8636],[-5.11380, 57.8611],[-5.11120, 57.8586],[-5.108901, 57.8565],[-5.1078, 57.8552],[-5.105899, 57.8528],[-5.1047, 57.8518],[-5.1035, 57.8512],[-5.103099, 57.85],[-5.102799, 57.8481],[-5.1009, 57.8468],[-5.100299, 57.8462],[-5.0998, 57.8454],[-5.099199, 57.8434],[-5.0974, 57.8416],[-5.094999, 57.8393],[-5.09380, 57.8383],[-5.0928, 57.8375],[-5.0916, 57.8375],[-5.0913, 57.8373],[-5.091801, 57.8364],[-5.0916, 57.8358],[-5.0906, 57.8345],[-5.0835, 57.8283],[-5.0798, 57.8255],[-5.0768, 57.8225],[-5.0743, 57.8194],[-5.0738, 57.8188],[-5.072199, 57.8174],[-5.070499, 57.8167],[-5.069301, 57.8164],[-5.068501, 57.8164],[-5.068099, 57.8166],[-5.0679, 57.8168],[-5.067999, 57.8176],[-5.068299, 57.8182],[-5.068399, 57.8184],[-5.0687, 57.8188],[-5.069699, 57.8194],[-5.072001, 57.8205],[-5.0727, 57.8211],[-5.0727, 57.8214],[-5.072299, 57.8215],[-5.07110, 57.8207],[-5.0703, 57.8206],[-5.069799, 57.8209],[-5.069399, 57.8218],[-5.0686, 57.8229],[-5.068299, 57.8234],[-5.0674, 57.8245],[-5.0675, 57.8248],[-5.068399, 57.8253],[-5.0678, 57.8259],[-5.066401, 57.8263],[-5.065599, 57.8268],[-5.064899, 57.827],[-5.0646, 57.8275],[-5.0645, 57.8281],[-5.066299, 57.8296],[-5.067299, 57.8307],[-5.069799, 57.8332],[-5.071801, 57.8355],[-5.0737, 57.8364],[-5.074501, 57.8387],[-5.0752, 57.84],[-5.0769, 57.8418],[-5.0783, 57.8436],[-5.07900, 57.8452],[-5.0798, 57.8462],[-5.0822, 57.8475],[-5.0826, 57.8479],[-5.082699, 57.8486],[-5.082399, 57.8493],[-5.0802, 57.8516],[-5.080299, 57.8522],[-5.0805, 57.8525],[-5.0829, 57.8535],[-5.0857, 57.8555],[-5.087399, 57.8572],[-5.088099, 57.8589],[-5.088799, 57.8594],[-5.0911, 57.8606],[-5.0937, 57.8615],[-5.094399, 57.8618],[-5.094501, 57.8623],[-5.094399, 57.8628],[-5.0937, 57.8637],[-5.093501, 57.8644],[-5.093999, 57.8650],[-5.094301, 57.8654],[-5.0948, 57.8655],[-5.0963, 57.8652],[-5.0969, 57.8660],[-5.0981, 57.8681],[-5.0989, 57.8690],[-5.1002, 57.8706],[-5.102001, 57.8720],[-5.103701, 57.8730],[-5.1072, 57.8746],[-5.112, 57.8761],[-5.115099, 57.8778],[-5.117199, 57.8787],[-5.118501, 57.879],[-5.1213, 57.8791],[-5.1265, 57.8795],[-5.129399, 57.8802],[-5.1325, 57.8814],[-5.1353, 57.8839],[-5.13560, 57.8846],[-5.1353, 57.8860],[-5.135399, 57.887],[-5.136099, 57.888],[-5.13810, 57.8894],[-5.139501, 57.8901],[-5.140399, 57.8908],[-5.14260, 57.893],[-5.1436, 57.8938],[-5.146699, 57.8948],[-5.1482, 57.8954],[-5.1507, 57.8962],[-5.1531, 57.897],[-5.155, 57.8969],[-5.156899, 57.8962],[-5.1614, 57.8951],[-5.164, 57.8941],[-5.165299, 57.8938],[-5.1659, 57.8943],[-5.166201, 57.8962],[-5.166601, 57.897],[-5.167699, 57.8986],[-5.1691, 57.8999],[-5.171201, 57.9016],[-5.173399, 57.9039],[-5.175799, 57.9059],[-5.176899, 57.9066],[-5.178999, 57.9074],[-5.180099, 57.908],[-5.182199, 57.9084],[-5.1858, 57.909],[-5.1904, 57.9103],[-5.192999, 57.9112],[-5.193799, 57.9119],[-5.195, 57.9129],[-5.197999, 57.9158],[-5.1996, 57.9167],[-5.20520, 57.9193],[-5.2082, 57.9213],[-5.211201, 57.9216],[-5.2146, 57.9213],[-5.216001, 57.9223],[-5.216801, 57.9230],[-5.217199, 57.9242],[-5.2177, 57.9246],[-5.218599, 57.9248],[-5.221001, 57.9244],[-5.2218, 57.9246],[-5.222899, 57.9254],[-5.222899, 57.9261],[-5.2226, 57.9267],[-5.220399, 57.928],[-5.215, 57.9294],[-5.210299, 57.9291],[-5.2094, 57.9292],[-5.2069, 57.9295],[-5.205599, 57.9299],[-5.2047, 57.9305],[-5.20270, 57.9308],[-5.2018, 57.9306],[-5.2005, 57.9299],[-5.1996, 57.9295],[-5.1988, 57.9295],[-5.1978, 57.9302],[-5.196499, 57.9321],[-5.196001, 57.9339],[-5.1967, 57.9353],[-5.1974, 57.9361],[-5.197299, 57.9366],[-5.196499, 57.9369],[-5.195499, 57.9366],[-5.193299, 57.9360],[-5.189199, 57.9361],[-5.1864, 57.937],[-5.185299, 57.9377],[-5.184, 57.9399],[-5.183, 57.9406],[-5.182099, 57.9407],[-5.179101, 57.9410],[-5.178199, 57.9416],[-5.177899, 57.9421],[-5.177999, 57.9424],[-5.179699, 57.9429],[-5.179599, 57.9432],[-5.178599, 57.9433],[-5.1767, 57.9438],[-5.176401, 57.9445],[-5.176499, 57.9451],[-5.1774, 57.9457],[-5.178901, 57.9465],[-5.178999, 57.9466],[-5.179101, 57.9477],[-5.177899, 57.9484],[-5.176401, 57.949],[-5.1756, 57.95],[-5.174699, 57.9516],[-5.174301, 57.9523],[-5.1745, 57.9535],[-5.175, 57.9542],[-5.1756, 57.9553],[-5.1759, 57.9561],[-5.1763, 57.9561],[-5.1778, 57.9558],[-5.179101, 57.9549],[-5.178299, 57.9532],[-5.179101, 57.9527],[-5.1813, 57.9523],[-5.182099, 57.9511],[-5.182499, 57.9492],[-5.18270, 57.9482],[-5.1835, 57.9473],[-5.185299, 57.9458],[-5.188, 57.9449],[-5.190899, 57.9448],[-5.192599, 57.9453],[-5.1953, 57.9455],[-5.195799, 57.9459],[-5.1956, 57.9463],[-5.1932, 57.9466],[-5.1921, 57.9471],[-5.1917, 57.9484],[-5.192299, 57.9489],[-5.1937, 57.9496],[-5.1937, 57.9502],[-5.1904, 57.9518],[-5.189799, 57.9522],[-5.1896, 57.9538],[-5.1896, 57.955],[-5.1897, 57.956],[-5.1901, 57.9566],[-5.1917, 57.9567],[-5.191899, 57.9569],[-5.191, 57.9577],[-5.1915, 57.9581],[-5.1941, 57.9581],[-5.197299, 57.9578],[-5.198599, 57.9578],[-5.204, 57.9573],[-5.2055, 57.9573],[-5.2065, 57.9578],[-5.2085, 57.9581],[-5.211201, 57.9581],[-5.214, 57.9582],[-5.217, 57.9578],[-5.217999, 57.958],[-5.2191, 57.9581],[-5.219699, 57.9583],[-5.220699, 57.9585],[-5.221601, 57.9584],[-5.2231, 57.9582],[-5.223599, 57.9586],[-5.2239, 57.9598],[-5.224599, 57.9608],[-5.225299, 57.9612],[-5.227001, 57.9618],[-5.229, 57.9616],[-5.2305, 57.9613],[-5.2378, 57.9622],[-5.238501, 57.9626],[-5.238599, 57.9638],[-5.238999, 57.9643],[-5.24180, 57.9652],[-5.243299, 57.9661],[-5.243501, 57.9666],[-5.2434, 57.9671],[-5.2423, 57.9678],[-5.241899, 57.9682],[-5.242199, 57.9689],[-5.244101, 57.9709],[-5.247001, 57.9716],[-5.25250, 57.9724],[-5.257299, 57.974],[-5.26, 57.9742],[-5.2644, 57.975],[-5.2704, 57.9753],[-5.2758, 57.9754],[-5.2806, 57.9759],[-5.281899, 57.9763],[-5.283999, 57.9774],[-5.2898, 57.9782],[-5.2958, 57.9786],[-5.298999, 57.9790],[-5.3021, 57.9790],[-5.303599, 57.9789],[-5.3049, 57.9784],[-5.3056, 57.9784],[-5.3068, 57.9790],[-5.307199, 57.9794],[-5.307799, 57.9795],[-5.309101, 57.9797],[-5.309999, 57.9801],[-5.3105, 57.9804],[-5.3111, 57.9809],[-5.311201, 57.9813],[-5.311201, 57.9816],[-5.3105, 57.9822],[-5.3104, 57.9824],[-5.310699, 57.9826],[-5.31150, 57.983],[-5.3119, 57.9832],[-5.312001, 57.9834],[-5.311601, 57.9838],[-5.309501, 57.9846],[-5.3067, 57.9847],[-5.305699, 57.9854],[-5.3056, 57.986],[-5.306201, 57.9871],[-5.3063, 57.9884],[-5.30640, 57.9889],[-5.3077, 57.9894],[-5.3081, 57.9900],[-5.309199, 57.9908],[-5.311, 57.9916],[-5.3119, 57.9926],[-5.3139, 57.9933],[-5.316299, 57.9939],[-5.3187, 57.9945],[-5.318901, 57.9951],[-5.319399, 57.9966],[-5.3207, 57.9996],[-5.320899, 58.0003],[-5.321401, 58.0012],[-5.321899, 58.0016],[-5.322299, 58.0017],[-5.323299, 58.0018],[-5.3255, 58.0019],[-5.325799, 58.0023],[-5.327499, 58.0064],[-5.327899, 58.0069],[-5.3314, 58.0086],[-5.3326, 58.0089],[-5.3339, 58.0088],[-5.3358, 58.0084],[-5.3386, 58.0074],[-5.340099, 58.0072],[-5.3427, 58.0072],[-5.344399, 58.0072],[-5.3469, 58.007],[-5.351699, 58.007],[-5.353799, 58.0075],[-5.354, 58.0076],[-5.354101, 58.0078],[-5.353799, 58.0085],[-5.3536, 58.0088],[-5.3533, 58.0089],[-5.352499, 58.0091],[-5.3519, 58.0093],[-5.3514, 58.0098],[-5.351201, 58.0102],[-5.3509, 58.0109],[-5.349899, 58.0118],[-5.348701, 58.0126],[-5.3477, 58.0132],[-5.346401, 58.0144],[-5.3459, 58.0153],[-5.345799, 58.0157],[-5.346001, 58.0162],[-5.3467, 58.0167],[-5.348199, 58.0173],[-5.348701, 58.018],[-5.348701, 58.0184],[-5.347899, 58.0208],[-5.348, 58.0211],[-5.3527, 58.0241],[-5.3554, 58.0268],[-5.3576, 58.0284],[-5.36, 58.0297],[-5.3637, 58.0316],[-5.367599, 58.0324],[-5.37100, 58.0324],[-5.371699, 58.0322],[-5.373, 58.0315],[-5.373199, 58.0311],[-5.3733, 58.0303],[-5.37350, 58.0302],[-5.3739, 58.0302],[-5.374599, 58.0303],[-5.3765, 58.0308],[-5.3782, 58.0309],[-5.3792, 58.0306],[-5.381001, 58.0302],[-5.383399, 58.0301],[-5.387199, 58.0305],[-5.38920, 58.0311],[-5.391201, 58.032],[-5.3958, 58.0335],[-5.397399, 58.0338],[-5.398701, 58.0339],[-5.4025, 58.034],[-5.403999, 58.034],[-5.405399, 58.0343],[-5.4084, 58.0353],[-5.4144, 58.035],[-5.414999, 58.0349],[-5.415299, 58.0347],[-5.416299, 58.0338],[-5.4168, 58.0336],[-5.4175, 58.0336],[-5.4182, 58.0337],[-5.4186, 58.0339],[-5.4189, 58.0344],[-5.418799, 58.0347],[-5.4185, 58.0348],[-5.41720, 58.0354],[-5.417, 58.0356],[-5.4169, 58.0359],[-5.417, 58.0363],[-5.41720, 58.0365],[-5.418099, 58.0367],[-5.4201, 58.037],[-5.4215, 58.0374],[-5.421801, 58.0377],[-5.422599, 58.0397],[-5.4231, 58.0407],[-5.4231, 58.0411],[-5.4228, 58.0418],[-5.422299, 58.0429],[-5.421201, 58.044],[-5.4207, 58.0444],[-5.4201, 58.0445],[-5.417699, 58.0443],[-5.416299, 58.0445],[-5.415299, 58.0448],[-5.413799, 58.0457],[-5.4135, 58.0460],[-5.4134, 58.0463],[-5.414, 58.0471],[-5.414999, 58.0478],[-5.4155, 58.0481],[-5.4158, 58.0481],[-5.4169, 58.0475],[-5.4173, 58.0474],[-5.419199, 58.0474],[-5.419301, 58.0476],[-5.4179, 58.0487],[-5.4169, 58.0496],[-5.416, 58.0509],[-5.4155, 58.0511],[-5.412399, 58.0513],[-5.4118, 58.0516],[-5.411099, 58.0525],[-5.411001, 58.053],[-5.411201, 58.0534],[-5.411601, 58.0538],[-5.412001, 58.0542],[-5.412499, 58.0543],[-5.414, 58.0546],[-5.4148, 58.056],[-5.415299, 58.0564],[-5.4169, 58.0568],[-5.417699, 58.0567],[-5.418399, 58.0563],[-5.418799, 58.0563],[-5.4201, 58.0563],[-5.420899, 58.0565],[-5.4221, 58.0582],[-5.4231, 58.0592],[-5.4252, 58.0602],[-5.4267, 58.0605],[-5.430399, 58.0607],[-5.4352, 58.0614],[-5.436699, 58.0618],[-5.438399, 58.0626],[-5.439301, 58.0628],[-5.441201, 58.0634],[-5.4428, 58.0638],[-5.44410, 58.0649],[-5.4445, 58.0653],[-5.4446, 58.0657],[-5.444799, 58.0667],[-5.4453, 58.0675],[-5.446001, 58.0682],[-5.447299, 58.069],[-5.4474, 58.0691],[-5.4475, 58.0693],[-5.4474, 58.0699],[-5.4475, 58.0701],[-5.4482, 58.0706],[-5.4488, 58.0714],[-5.448999, 58.0716],[-5.4498, 58.072],[-5.450699, 58.0725],[-5.451401, 58.0726],[-5.45380, 58.0721],[-5.454199, 58.0722],[-5.454501, 58.0727],[-5.4552, 58.0744],[-5.456, 58.0748],[-5.4565, 58.0755],[-5.4565, 58.0758],[-5.45540, 58.0763],[-5.455299, 58.0765],[-5.455299, 58.0767],[-5.45640, 58.0778],[-5.45640, 58.0782],[-5.456201, 58.0784],[-5.456, 58.0785],[-5.454899, 58.0787],[-5.4526, 58.079],[-5.4482, 58.0794],[-5.44670, 58.0798],[-5.4461, 58.0802],[-5.445499, 58.0809],[-5.445499, 58.0812],[-5.446001, 58.0813],[-5.4462, 58.0815],[-5.446401, 58.0826],[-5.446899, 58.0838],[-5.447199, 58.0843],[-5.447599, 58.0846],[-5.4481, 58.0847],[-5.448901, 58.0847],[-5.4498, 58.0845],[-5.450799, 58.0843],[-5.452199, 58.0844],[-5.453, 58.0848],[-5.4534, 58.0853],[-5.453501, 58.0858],[-5.4531, 58.0875],[-5.452899, 58.0878],[-5.451601, 58.0881],[-5.4513, 58.0883],[-5.448299, 58.0914],[-5.447299, 58.092],[-5.4462, 58.0932],[-5.446001, 58.0937],[-5.445799, 58.0939],[-5.4453, 58.0941],[-5.445199, 58.0944],[-5.445199, 58.095],[-5.4453, 58.0962],[-5.445099, 58.098],[-5.4449, 58.0985],[-5.4446, 58.0987],[-5.443501, 58.0991],[-5.441899, 58.099],[-5.441299, 58.0989],[-5.4408, 58.0986],[-5.440599, 58.0985],[-5.440199, 58.0977],[-5.439799, 58.0975],[-5.439101, 58.0974],[-5.4373, 58.0973],[-5.436, 58.0974],[-5.43540, 58.0976],[-5.434899, 58.0977],[-5.4347, 58.098],[-5.434501, 58.0992],[-5.434501, 58.0996],[-5.434599, 58.1],[-5.4351, 58.1010],[-5.4352, 58.1015],[-5.435299, 58.1017],[-5.435599, 58.1018],[-5.436299, 58.1017],[-5.4368, 58.1018],[-5.437099, 58.102],[-5.437399, 58.1023],[-5.4375, 58.1027],[-5.4372, 58.1034],[-5.436699, 58.1037],[-5.4358, 58.1040],[-5.43540, 58.1043],[-5.434599, 58.1056],[-5.4344, 58.1059],[-5.434, 58.1062],[-5.4335, 58.1064],[-5.432799, 58.1065],[-5.432001, 58.1066],[-5.4313, 58.1064],[-5.431001, 58.1062],[-5.430699, 58.1057],[-5.4303, 58.1056],[-5.429599, 58.1057],[-5.428599, 58.1062],[-5.4267, 58.1073],[-5.4263, 58.1073],[-5.424699, 58.1066],[-5.4241, 58.1065],[-5.4222, 58.1066],[-5.4207, 58.1065],[-5.420199, 58.1064],[-5.42, 58.1062],[-5.4201, 58.1059],[-5.4208, 58.1048],[-5.4207, 58.1045],[-5.420499, 58.1044],[-5.4186, 58.1037],[-5.415699, 58.1038],[-5.413599, 58.1040],[-5.413099, 58.1039],[-5.4109, 58.1031],[-5.40920, 58.1021],[-5.4084, 58.1016],[-5.408, 58.1011],[-5.406899, 58.0999],[-5.4067, 58.0998],[-5.4052, 58.0998],[-5.4042, 58.0996],[-5.403299, 58.0991],[-5.4008, 58.0983],[-5.398099, 58.098],[-5.397399, 58.0978],[-5.39700, 58.0975],[-5.396801, 58.0972],[-5.39700, 58.0952],[-5.396801, 58.0948],[-5.3955, 58.094],[-5.394501, 58.0925],[-5.394101, 58.0921],[-5.3935, 58.092],[-5.3923, 58.0919],[-5.39090, 58.0916],[-5.390699, 58.0915],[-5.3902, 58.0911],[-5.387599, 58.0896],[-5.3873, 58.0895],[-5.3862, 58.0881],[-5.385799, 58.0878],[-5.3821, 58.0875],[-5.380799, 58.087],[-5.380499, 58.087],[-5.379, 58.0879],[-5.3783, 58.0879],[-5.377999, 58.0878],[-5.3779, 58.0876],[-5.378099, 58.0829],[-5.3782, 58.0823],[-5.378099, 58.0821],[-5.377699, 58.082],[-5.37710, 58.0817],[-5.376201, 58.0808],[-5.3755, 58.0798],[-5.375299, 58.0797],[-5.3751, 58.0797],[-5.374199, 58.08],[-5.3739, 58.0799],[-5.3736, 58.0796],[-5.37350, 58.079],[-5.373199, 58.0778],[-5.373, 58.0773],[-5.37260, 58.0772],[-5.3722, 58.0771],[-5.369101, 58.0774],[-5.366499, 58.0775],[-5.366001, 58.0773],[-5.3652, 58.0757],[-5.364999, 58.0754],[-5.363999, 58.0746],[-5.363901, 58.0744],[-5.363999, 58.074],[-5.3637, 58.0721],[-5.363599, 58.0716],[-5.3628, 58.0706],[-5.3621, 58.0701],[-5.3599, 58.0689],[-5.3595, 58.0684],[-5.3586, 58.0656],[-5.357699, 58.064],[-5.3576, 58.0636],[-5.357699, 58.0630],[-5.357999, 58.0627],[-5.358901, 58.0622],[-5.358901, 58.062],[-5.3572, 58.0596],[-5.3565, 58.0589],[-5.355899, 58.0585],[-5.352499, 58.0587],[-5.352099, 58.0588],[-5.3518, 58.0591],[-5.351601, 58.0593],[-5.3515, 58.0597],[-5.3519, 58.0633],[-5.352099, 58.0639],[-5.35260, 58.0644],[-5.354599, 58.0661],[-5.3548, 58.0663],[-5.354899, 58.0668],[-5.355, 58.0678],[-5.354899, 58.0692],[-5.353799, 58.0715],[-5.353199, 58.0735],[-5.353, 58.0738],[-5.3518, 58.0745],[-5.3508, 58.0749],[-5.349599, 58.0751],[-5.349501, 58.0754],[-5.3502, 58.0767],[-5.350299, 58.0774],[-5.3502, 58.0779],[-5.349899, 58.0786],[-5.349501, 58.0793],[-5.349101, 58.0793],[-5.347199, 58.0787],[-5.346099, 58.0784],[-5.3448, 58.0784],[-5.3446, 58.0783],[-5.3442, 58.0775],[-5.343999, 58.0773],[-5.343599, 58.0772],[-5.3428, 58.0772],[-5.3425, 58.0773],[-5.3424, 58.0775],[-5.34210, 58.0782],[-5.34200, 58.0783],[-5.3417, 58.0783],[-5.3403, 58.078],[-5.339, 58.0774],[-5.337399, 58.0777],[-5.33600, 58.0784],[-5.335899, 58.0787],[-5.33600, 58.0791],[-5.336401, 58.0794],[-5.3375, 58.08],[-5.3382, 58.0806],[-5.3382, 58.0808],[-5.337999, 58.081],[-5.337, 58.0811],[-5.3365, 58.0812],[-5.335499, 58.081],[-5.334899, 58.0806],[-5.3345, 58.0793],[-5.334199, 58.0788],[-5.3335, 58.0783],[-5.333, 58.078],[-5.332399, 58.0779],[-5.329999, 58.0784],[-5.3297, 58.0784],[-5.3294, 58.0783],[-5.3281, 58.0768],[-5.327099, 58.076],[-5.32560, 58.0751],[-5.32560, 58.0749],[-5.326499, 58.0737],[-5.326401, 58.0735],[-5.3252, 58.0729],[-5.324999, 58.0727],[-5.3248, 58.0718],[-5.3246, 58.0715],[-5.3232, 58.0705],[-5.321401, 58.0699],[-5.3213, 58.0696],[-5.321499, 58.0695],[-5.324399, 58.0691],[-5.3253, 58.0688],[-5.3255, 58.0685],[-5.3255, 58.0683],[-5.3243, 58.0675],[-5.323901, 58.0672],[-5.3234, 58.0672],[-5.3228, 58.0673],[-5.322299, 58.0683],[-5.322001, 58.0685],[-5.3217, 58.0686],[-5.32, 58.0687],[-5.318099, 58.0697],[-5.3167, 58.0708],[-5.316299, 58.071],[-5.3154, 58.0712],[-5.314899, 58.0712],[-5.312399, 58.071],[-5.311699, 58.0707],[-5.310299, 58.07],[-5.30900, 58.0701],[-5.307001, 58.0705],[-5.306499, 58.0704],[-5.3059, 58.0699],[-5.3056, 58.0697],[-5.3056, 58.0695],[-5.3056, 58.0692],[-5.305699, 58.0691],[-5.30640, 58.0688],[-5.3077, 58.0681],[-5.307799, 58.0678],[-5.3077, 58.0676],[-5.3068, 58.0669],[-5.306499, 58.0666],[-5.3059, 58.0663],[-5.3049, 58.0662],[-5.3043, 58.0663],[-5.3028, 58.0669],[-5.302499, 58.0668],[-5.301899, 58.0662],[-5.300799, 58.0658],[-5.2988, 58.0654],[-5.298299, 58.0655],[-5.297599, 58.0658],[-5.2972, 58.0662],[-5.297, 58.0666],[-5.296899, 58.0671],[-5.296899, 58.0678],[-5.297299, 58.069],[-5.2972, 58.07],[-5.296801, 58.0707],[-5.296299, 58.0711],[-5.296, 58.0713],[-5.2954, 58.0714],[-5.29330, 58.071],[-5.2923, 58.0709],[-5.2914, 58.0711],[-5.290699, 58.0713],[-5.2905, 58.0713],[-5.2904, 58.0714],[-5.2904, 58.0716],[-5.291299, 58.0732],[-5.291299, 58.0737],[-5.2911, 58.0741],[-5.290599, 58.0744],[-5.2902, 58.0746],[-5.289199, 58.0748],[-5.287001, 58.0749],[-5.2863, 58.0748],[-5.2843, 58.0737],[-5.2828, 58.0729],[-5.282599, 58.0729],[-5.2816, 58.0738],[-5.281099, 58.0739],[-5.279799, 58.074],[-5.278299, 58.0742],[-5.2781, 58.0745],[-5.2782, 58.0755],[-5.2791, 58.0768],[-5.28, 58.0773],[-5.2848, 58.0785],[-5.285699, 58.0791],[-5.286201, 58.0797],[-5.286201, 58.08],[-5.284599, 58.0812],[-5.2843, 58.0815],[-5.284101, 58.0819],[-5.284101, 58.0825],[-5.2843, 58.083],[-5.2848, 58.0841],[-5.284699, 58.0844],[-5.2834, 58.085],[-5.2831, 58.0852],[-5.2823, 58.0862],[-5.281899, 58.0863],[-5.280099, 58.0863],[-5.2792, 58.0863],[-5.278501, 58.086],[-5.276899, 58.0852],[-5.2754, 58.0848],[-5.2745, 58.0848],[-5.2741, 58.085],[-5.2735, 58.0857],[-5.2732, 58.0862],[-5.273399, 58.0867],[-5.273901, 58.0873],[-5.2745, 58.0876],[-5.275899, 58.0884],[-5.276299, 58.0889],[-5.278501, 58.0915],[-5.2786, 58.0926],[-5.278399, 58.0929],[-5.2781, 58.0932],[-5.277599, 58.0933],[-5.2746, 58.0929],[-5.2711, 58.0923],[-5.270899, 58.0925],[-5.270899, 58.0927],[-5.2711, 58.0929],[-5.2735, 58.0937],[-5.275599, 58.0942],[-5.277599, 58.0948],[-5.2788, 58.0955],[-5.2788, 58.0958],[-5.278501, 58.0959],[-5.2754, 58.096],[-5.273901, 58.0962],[-5.273701, 58.0965],[-5.273701, 58.0969],[-5.273701, 58.0972],[-5.2735, 58.0975],[-5.2732, 58.0978],[-5.271801, 58.0983],[-5.27070, 58.0988],[-5.269501, 58.0994],[-5.269, 58.0996],[-5.268799, 58.0998],[-5.2686, 58.1002],[-5.2679, 58.1024],[-5.267799, 58.1025],[-5.2673, 58.1027],[-5.2664, 58.1029],[-5.2655, 58.1027],[-5.2652, 58.1027],[-5.2649, 58.1029],[-5.264999, 58.1032],[-5.266001, 58.1041],[-5.266099, 58.1044],[-5.266699, 58.1065],[-5.267399, 58.1070],[-5.2686, 58.1075],[-5.2711, 58.1081],[-5.2715, 58.1082],[-5.271801, 58.1084],[-5.272099, 58.1089],[-5.272099, 58.1093],[-5.272, 58.1096],[-5.271601, 58.1100],[-5.27070, 58.1106],[-5.2705, 58.1109],[-5.271801, 58.1120],[-5.2719, 58.1120],[-5.272099, 58.1119],[-5.272299, 58.1108],[-5.2725, 58.1105],[-5.273099, 58.1101],[-5.27330, 58.1097],[-5.273399, 58.1090],[-5.2736, 58.1079],[-5.273901, 58.1075],[-5.274301, 58.1073],[-5.275499, 58.1071],[-5.276, 58.1071],[-5.276401, 58.1073],[-5.2771, 58.1078],[-5.2781, 58.1090],[-5.2787, 58.1093],[-5.279699, 58.1094],[-5.280799, 58.1092],[-5.282599, 58.1084],[-5.283199, 58.1085],[-5.2834, 58.1087],[-5.2834, 58.1090],[-5.283299, 58.1092],[-5.281801, 58.1102],[-5.2816, 58.1105],[-5.2817, 58.1117],[-5.2816, 58.1120],[-5.281401, 58.1123],[-5.281001, 58.1124],[-5.2803, 58.1122],[-5.2799, 58.1122],[-5.278399, 58.1117],[-5.277999, 58.1118],[-5.2779, 58.1120],[-5.277999, 58.1123],[-5.2788, 58.1136],[-5.2788, 58.1139],[-5.2787, 58.114],[-5.278299, 58.1143],[-5.2775, 58.1143],[-5.275499, 58.114],[-5.275199, 58.1143],[-5.2751, 58.1147],[-5.2753, 58.1150],[-5.2757, 58.1153],[-5.276801, 58.1155],[-5.277999, 58.1157],[-5.2791, 58.1156],[-5.2824, 58.1147],[-5.2842, 58.1142],[-5.285699, 58.1141],[-5.2865, 58.1142],[-5.2868, 58.1144],[-5.287499, 58.1153],[-5.2883, 58.1154],[-5.2893, 58.1152],[-5.2909, 58.1146],[-5.292799, 58.1149],[-5.2939, 58.1155],[-5.294301, 58.1159],[-5.2944, 58.1165],[-5.2946, 58.1167],[-5.295599, 58.1171],[-5.2965, 58.1175],[-5.2967, 58.1178],[-5.2967, 58.1186],[-5.296801, 58.1189],[-5.297, 58.1190],[-5.2974, 58.1191],[-5.298501, 58.1191],[-5.2992, 58.1195],[-5.299399, 58.1198],[-5.299301, 58.1201],[-5.298901, 58.1204],[-5.297699, 58.1209],[-5.29510, 58.1209],[-5.2947, 58.1210],[-5.2941, 58.1214],[-5.293399, 58.1214],[-5.2919, 58.1212],[-5.290299, 58.1212],[-5.289999, 58.1213],[-5.288099, 58.1226],[-5.2876, 58.1228],[-5.2864, 58.1228],[-5.2859, 58.1227],[-5.2843, 58.1214],[-5.283901, 58.1214],[-5.2827, 58.1217],[-5.2806, 58.1219],[-5.280499, 58.1220],[-5.280499, 58.1224],[-5.2802, 58.1226],[-5.2799, 58.1227],[-5.278901, 58.1228],[-5.275599, 58.123],[-5.2711, 58.1229],[-5.27070, 58.1229],[-5.269899, 58.1226],[-5.268199, 58.1224],[-5.2658, 58.1226],[-5.2643, 58.1225],[-5.2638, 58.1224],[-5.262499, 58.1218],[-5.2617, 58.1216],[-5.261401, 58.1217],[-5.2612, 58.1218],[-5.2612, 58.1221],[-5.2618, 58.123],[-5.2618, 58.1233],[-5.2612, 58.1241],[-5.261099, 58.1246],[-5.261499, 58.1255],[-5.262001, 58.1262],[-5.2628, 58.1266],[-5.2642, 58.1268],[-5.2651, 58.1269],[-5.2659, 58.1267],[-5.267399, 58.1258],[-5.2684, 58.1256],[-5.269501, 58.1255],[-5.2705, 58.1256],[-5.271699, 58.1265],[-5.272, 58.1265],[-5.273399, 58.126],[-5.2744, 58.1257],[-5.274799, 58.1256],[-5.275199, 58.1256],[-5.2762, 58.1259],[-5.278901, 58.1268],[-5.2817, 58.1276],[-5.282599, 58.1281],[-5.2831, 58.1285],[-5.283501, 58.1291],[-5.283901, 58.1306],[-5.2842, 58.1315],[-5.284501, 58.1319],[-5.286099, 58.1325],[-5.287099, 58.1332],[-5.288199, 58.1347],[-5.289199, 58.1363],[-5.2898, 58.1371],[-5.2901, 58.1375],[-5.290599, 58.1378],[-5.2911, 58.1378],[-5.2923, 58.1377],[-5.294899, 58.1374],[-5.2954, 58.1374],[-5.295599, 58.1376],[-5.2957, 58.1378],[-5.2958, 58.1381],[-5.2957, 58.1387],[-5.2954, 58.1391],[-5.293399, 58.14],[-5.292699, 58.1401],[-5.2909, 58.1401],[-5.2876, 58.1401],[-5.287499, 58.1401],[-5.287399, 58.1402],[-5.287199, 58.1409],[-5.2869, 58.1411],[-5.2863, 58.1411],[-5.2859, 58.1411],[-5.283999, 58.1404],[-5.283199, 58.1402],[-5.282899, 58.14],[-5.2828, 58.1398],[-5.2828, 58.1386],[-5.282499, 58.1384],[-5.281499, 58.1384],[-5.278501, 58.1389],[-5.2758, 58.139],[-5.2746, 58.1387],[-5.272799, 58.1381],[-5.271601, 58.1376],[-5.270899, 58.1373],[-5.269599, 58.1372],[-5.2689, 58.1374],[-5.2686, 58.1376],[-5.2684, 58.138],[-5.2684, 58.1382],[-5.2685, 58.1385],[-5.269199, 58.1392],[-5.269199, 58.1394],[-5.269101, 58.1396],[-5.268199, 58.1399],[-5.2652, 58.1405],[-5.264699, 58.1404],[-5.263199, 58.1395],[-5.262899, 58.1394],[-5.2617, 58.1395],[-5.258901, 58.1393],[-5.2581, 58.1392],[-5.2566, 58.1387],[-5.2557, 58.1386],[-5.255499, 58.1387],[-5.2553, 58.139],[-5.255099, 58.1394],[-5.255099, 58.1406],[-5.2553, 58.1411],[-5.255499, 58.1413],[-5.2557, 58.1414],[-5.256499, 58.1415],[-5.257299, 58.1415],[-5.258399, 58.1414],[-5.258901, 58.1416],[-5.259301, 58.1422],[-5.259399, 58.1429],[-5.259301, 58.1434],[-5.258999, 58.1437],[-5.255599, 58.1435],[-5.254, 58.1435],[-5.2536, 58.1434],[-5.2533, 58.1432],[-5.25250, 58.1426],[-5.2522, 58.1426],[-5.25150, 58.1426],[-5.251299, 58.1427],[-5.251201, 58.144],[-5.250899, 58.1441],[-5.250199, 58.1438],[-5.24980, 58.1433],[-5.2493, 58.1432],[-5.249, 58.1432],[-5.2483, 58.1437],[-5.24800, 58.1441],[-5.247799, 58.1447],[-5.247799, 58.145],[-5.24790, 58.1452],[-5.249101, 58.1461],[-5.2497, 58.1471],[-5.24980, 58.1481],[-5.2497, 58.1484],[-5.2494, 58.1485],[-5.2459, 58.1479],[-5.243299, 58.1476],[-5.242899, 58.1477],[-5.242599, 58.148],[-5.242001, 58.1493],[-5.241601, 58.1494],[-5.2406, 58.1491],[-5.239501, 58.1489],[-5.2384, 58.1487],[-5.2382, 58.1487],[-5.2382, 58.1489],[-5.239399, 58.1514],[-5.239399, 58.152],[-5.238999, 58.1531],[-5.238599, 58.1543],[-5.2384, 58.1546],[-5.2371, 58.1559],[-5.237199, 58.1561],[-5.241401, 58.1548],[-5.2438, 58.1542],[-5.244699, 58.1542],[-5.245699, 58.1544],[-5.246201, 58.1544],[-5.2473, 58.1532],[-5.2477, 58.1531],[-5.24800, 58.1533],[-5.249, 58.1544],[-5.2494, 58.1545],[-5.251801, 58.1532],[-5.257599, 58.15],[-5.2587, 58.1495],[-5.259699, 58.1492],[-5.2618, 58.1488],[-5.264501, 58.1489],[-5.266099, 58.149],[-5.2664, 58.149],[-5.266601, 58.1492],[-5.266601, 58.1495],[-5.2659, 58.1502],[-5.266001, 58.1504],[-5.269101, 58.1503],[-5.273901, 58.1499],[-5.2753, 58.1497],[-5.2758, 58.1498],[-5.276801, 58.1509],[-5.277599, 58.1515],[-5.2782, 58.1517],[-5.278299, 58.1518],[-5.2782, 58.1542],[-5.2787, 58.1546],[-5.279301, 58.1548],[-5.2806, 58.1549],[-5.2813, 58.1549],[-5.281801, 58.1547],[-5.282899, 58.1541],[-5.2842, 58.1535],[-5.2863, 58.1529],[-5.288799, 58.1524],[-5.2922, 58.1518],[-5.2929, 58.1517],[-5.2935, 58.1518],[-5.294301, 58.1522],[-5.295599, 58.1534],[-5.2971, 58.1549],[-5.2975, 58.1552],[-5.2978, 58.1553],[-5.298501, 58.1553],[-5.30130, 58.155],[-5.3043, 58.1559],[-5.305799, 58.1563],[-5.306001, 58.1565],[-5.306001, 58.1569],[-5.305799, 58.1571],[-5.304599, 58.1577],[-5.303599, 58.1584],[-5.3028, 58.1597],[-5.30120, 58.1617],[-5.3007, 58.1621],[-5.2999, 58.1626],[-5.298299, 58.1633],[-5.2978, 58.1635],[-5.2972, 58.1636],[-5.2967, 58.1635],[-5.295599, 58.163],[-5.294199, 58.163],[-5.293099, 58.1631],[-5.290599, 58.1638],[-5.2873, 58.1649],[-5.286001, 58.1655],[-5.2842, 58.1659],[-5.283299, 58.1659],[-5.282001, 58.1657],[-5.279799, 58.1656],[-5.2788, 58.1659],[-5.278501, 58.1661],[-5.277999, 58.1670],[-5.2778, 58.1673],[-5.277, 58.1676],[-5.2771, 58.1680],[-5.277299, 58.1682],[-5.2817, 58.1684],[-5.2823, 58.1683],[-5.2848, 58.1675],[-5.284999, 58.1676],[-5.284599, 58.1691],[-5.284699, 58.1692],[-5.2883, 58.1686],[-5.2889, 58.1684],[-5.2893, 58.1681],[-5.289501, 58.1676],[-5.2897, 58.1670],[-5.289999, 58.1666],[-5.2905, 58.1661],[-5.2909, 58.1659],[-5.2918, 58.1657],[-5.2936, 58.1656],[-5.294, 58.1656],[-5.294199, 58.1657],[-5.294301, 58.1659],[-5.2926, 58.1668],[-5.292699, 58.1670],[-5.293, 58.1670],[-5.2961, 58.1662],[-5.2999, 58.1647],[-5.301099, 58.1644],[-5.303901, 58.1639],[-5.304999, 58.1638],[-5.3059, 58.164],[-5.3069, 58.1646],[-5.30740, 58.1650],[-5.3083, 58.1669],[-5.3083, 58.1672],[-5.307099, 58.1676],[-5.307001, 58.1676],[-5.307001, 58.1678],[-5.308701, 58.1681],[-5.308701, 58.1683],[-5.308199, 58.1687],[-5.308, 58.1688],[-5.308, 58.1689],[-5.3081, 58.169],[-5.3102, 58.1693],[-5.311299, 58.1698],[-5.313, 58.1701],[-5.314199, 58.1704],[-5.3145, 58.1706],[-5.3145, 58.1709],[-5.314301, 58.1711],[-5.3119, 58.1717],[-5.3056, 58.1708],[-5.304599, 58.1708],[-5.3042, 58.1709],[-5.30380, 58.1712],[-5.303199, 58.1726],[-5.302899, 58.1729],[-5.302199, 58.1732],[-5.301899, 58.1733],[-5.3006, 58.1735],[-5.300499, 58.1736],[-5.300499, 58.1738],[-5.303299, 58.1755],[-5.303299, 58.1758],[-5.3031, 58.1762],[-5.302199, 58.1769],[-5.302199, 58.1772],[-5.305399, 58.1785],[-5.3059, 58.1786],[-5.3101, 58.1782],[-5.311601, 58.1787],[-5.3118, 58.1788],[-5.3119, 58.1792],[-5.3114, 58.1805],[-5.31150, 58.1807],[-5.3136, 58.1814],[-5.314301, 58.1818],[-5.3144, 58.1819],[-5.314301, 58.1821],[-5.3136, 58.1824],[-5.31350, 58.1826],[-5.313701, 58.1828],[-5.314, 58.1829],[-5.3157, 58.1832],[-5.316401, 58.1831],[-5.317599, 58.1828],[-5.318799, 58.1828],[-5.3199, 58.1831],[-5.320399, 58.1831],[-5.3243, 58.1821],[-5.3253, 58.1819],[-5.32730, 58.1817],[-5.32980, 58.1816],[-5.329899, 58.1818],[-5.3281, 58.1835],[-5.3281, 58.1837],[-5.3294, 58.1839],[-5.329599, 58.1841],[-5.329501, 58.1854],[-5.3297, 58.1857],[-5.329999, 58.1859],[-5.3311, 58.1858],[-5.3319, 58.1862],[-5.3325, 58.1865],[-5.332799, 58.1865],[-5.333701, 58.1854],[-5.334199, 58.1852],[-5.3347, 58.1851],[-5.3358, 58.1853],[-5.3361, 58.1855],[-5.3366, 58.1861],[-5.337, 58.187],[-5.337, 58.1873],[-5.336699, 58.1876],[-5.3345, 58.1883],[-5.333799, 58.1886],[-5.3335, 58.1888],[-5.3333, 58.1894],[-5.3333, 58.1896],[-5.3335, 58.1898],[-5.335, 58.1909],[-5.335299, 58.1909],[-5.336699, 58.19],[-5.337399, 58.19],[-5.3375, 58.1902],[-5.3375, 58.1904],[-5.336801, 58.1912],[-5.337, 58.1914],[-5.337299, 58.1916],[-5.33780, 58.1917],[-5.3387, 58.1912],[-5.33950, 58.1907],[-5.3403, 58.1906],[-5.340799, 58.1906],[-5.341001, 58.1908],[-5.341401, 58.1916],[-5.341801, 58.1928],[-5.341899, 58.1935],[-5.341801, 58.1941],[-5.341401, 58.1955],[-5.3411, 58.1961],[-5.34040, 58.1969],[-5.3391, 58.1975],[-5.338099, 58.1979],[-5.33780, 58.1981],[-5.337299, 58.1987],[-5.337, 58.1993],[-5.337, 58.2002],[-5.337299, 58.2006],[-5.338099, 58.201],[-5.3403, 58.2017],[-5.3428, 58.2028],[-5.3437, 58.2029],[-5.3453, 58.2025],[-5.346099, 58.2025],[-5.3468, 58.2029],[-5.348, 58.2034],[-5.348501, 58.2035],[-5.352099, 58.2027],[-5.3536, 58.2027],[-5.3551, 58.203],[-5.356699, 58.2037],[-5.3571, 58.2041],[-5.357399, 58.2046],[-5.357699, 58.2055],[-5.3579, 58.2075],[-5.35780, 58.2094],[-5.3575, 58.2112],[-5.357399, 58.2116],[-5.3575, 58.2119],[-5.3591, 58.2124],[-5.359301, 58.2127],[-5.359301, 58.2131],[-5.3591, 58.2142],[-5.358399, 58.2156],[-5.358399, 58.2179],[-5.3586, 58.2185],[-5.3592, 58.2191],[-5.360899, 58.2198],[-5.361499, 58.2199],[-5.3656, 58.2204],[-5.3677, 58.2211],[-5.3681, 58.2216],[-5.369999, 58.2244],[-5.370699, 58.225],[-5.374, 58.2266],[-5.375299, 58.2276],[-5.3769, 58.2290],[-5.3785, 58.2306],[-5.38, 58.2315],[-5.381499, 58.2322],[-5.3841, 58.233],[-5.38570, 58.2333],[-5.3878, 58.2334],[-5.390699, 58.2340],[-5.394199, 58.2353],[-5.398799, 58.2361],[-5.399, 58.2363],[-5.3991, 58.2366],[-5.399301, 58.2367],[-5.4024, 58.2370],[-5.402599, 58.2371],[-5.402599, 58.2374],[-5.4024, 58.2378],[-5.40150, 58.2386],[-5.4004, 58.2391],[-5.400199, 58.2395],[-5.4004, 58.2401],[-5.4012, 58.2409],[-5.4012, 58.2417],[-5.401, 58.2422],[-5.400599, 58.2423],[-5.3985, 58.2419],[-5.397999, 58.2421],[-5.396, 58.2446],[-5.3957, 58.2449],[-5.39440, 58.2453],[-5.3943, 58.2456],[-5.3948, 58.2475],[-5.3947, 58.2478],[-5.393199, 58.2490],[-5.393099, 58.2494],[-5.3933, 58.2498],[-5.394501, 58.2506],[-5.3955, 58.2523],[-5.3958, 58.2527],[-5.395899, 58.2529],[-5.3958, 58.2531],[-5.3934, 58.2529],[-5.392799, 58.2531],[-5.3915, 58.2557],[-5.391201, 58.2561],[-5.390699, 58.2563],[-5.3901, 58.2564],[-5.3899, 58.2563],[-5.389699, 58.2558],[-5.389599, 58.2557],[-5.388901, 58.2558],[-5.388501, 58.2557],[-5.3874, 58.256],[-5.385399, 58.2569],[-5.383501, 58.2582],[-5.38320, 58.2584],[-5.3816, 58.2611],[-5.37960, 58.263],[-5.379301, 58.2631],[-5.379, 58.263],[-5.3783, 58.2624],[-5.377999, 58.2623],[-5.377399, 58.2625],[-5.376699, 58.2629],[-5.376, 58.2635],[-5.375, 58.2651],[-5.372399, 58.2661],[-5.372099, 58.266],[-5.3718, 58.2655],[-5.3718, 58.2652],[-5.3723, 58.2648],[-5.372399, 58.2645],[-5.372499, 58.2632],[-5.373199, 58.2619],[-5.373199, 58.2613],[-5.3729, 58.2607],[-5.3727, 58.2604],[-5.372499, 58.2603],[-5.3701, 58.2602],[-5.369699, 58.2602],[-5.369501, 58.2598],[-5.3693, 58.2593],[-5.369699, 58.2568],[-5.369699, 58.2562],[-5.3693, 58.2554],[-5.369101, 58.255],[-5.3668, 58.2535],[-5.365099, 58.2526],[-5.364301, 58.2524],[-5.362899, 58.2525],[-5.361801, 58.2527],[-5.359, 58.2536],[-5.3558, 58.2539],[-5.354599, 58.254],[-5.354, 58.2539],[-5.3535, 58.2536],[-5.3519, 58.2525],[-5.351201, 58.2521],[-5.3493, 58.2517],[-5.348701, 58.2515],[-5.345699, 58.2515],[-5.3441, 58.2518],[-5.3386, 58.2518],[-5.3376, 58.2523],[-5.337, 58.2526],[-5.336299, 58.2526],[-5.33600, 58.2525],[-5.335899, 58.2520],[-5.336401, 58.2512],[-5.3371, 58.2506],[-5.3386, 58.2496],[-5.339, 58.2489],[-5.3392, 58.2481],[-5.33950, 58.2460],[-5.339799, 58.2458],[-5.3403, 58.2457],[-5.3416, 58.2455],[-5.3417, 58.245],[-5.3416, 58.2444],[-5.3406, 58.2437],[-5.3399, 58.2435],[-5.3387, 58.2435],[-5.3365, 58.2442],[-5.335199, 58.2442],[-5.334899, 58.2440],[-5.334899, 58.2438],[-5.335, 58.2433],[-5.334899, 58.2428],[-5.3347, 58.2427],[-5.334, 58.2428],[-5.3323, 58.2429],[-5.332001, 58.2426],[-5.331601, 58.2421],[-5.3314, 58.2418],[-5.33080, 58.2416],[-5.3297, 58.2416],[-5.3294, 58.2416],[-5.329, 58.242],[-5.3277, 58.2432],[-5.327199, 58.2432],[-5.325099, 58.2427],[-5.322001, 58.2426],[-5.320199, 58.2419],[-5.319301, 58.2416],[-5.3174, 58.2405],[-5.3171, 58.2402],[-5.317, 58.2398],[-5.316801, 58.2389],[-5.316899, 58.2388],[-5.3171, 58.2387],[-5.3175, 58.2386],[-5.3178, 58.2384],[-5.318901, 58.2376],[-5.318901, 58.2374],[-5.3175, 58.2371],[-5.317299, 58.2369],[-5.3172, 58.2366],[-5.317, 58.2363],[-5.3161, 58.2359],[-5.3158, 58.2359],[-5.3145, 58.2362],[-5.314199, 58.2361],[-5.313799, 58.2356],[-5.312799, 58.2351],[-5.3114, 58.2349],[-5.311299, 58.2347],[-5.3114, 58.2346],[-5.312699, 58.2331],[-5.312799, 58.2322],[-5.3126, 58.2317],[-5.3123, 58.2314],[-5.3098, 58.2312],[-5.309101, 58.2311],[-5.3088, 58.2310],[-5.308701, 58.2308],[-5.308701, 58.23],[-5.3088, 58.2296],[-5.308701, 58.2293],[-5.307899, 58.2282],[-5.308, 58.2278],[-5.308199, 58.2276],[-5.3088, 58.2271],[-5.3098, 58.2264],[-5.3098, 58.2257],[-5.3097, 58.2253],[-5.3094, 58.2252],[-5.3081, 58.2252],[-5.3067, 58.2254],[-5.3048, 58.2264],[-5.302199, 58.2272],[-5.3017, 58.2276],[-5.301401, 58.2283],[-5.301499, 58.2291],[-5.301401, 58.2294],[-5.300799, 58.2297],[-5.300099, 58.2296],[-5.298901, 58.2291],[-5.2986, 58.2291],[-5.298299, 58.2294],[-5.297599, 58.23],[-5.2972, 58.2303],[-5.2945, 58.2313],[-5.2918, 58.2326],[-5.291201, 58.2327],[-5.291201, 58.2329],[-5.2929, 58.2337],[-5.293099, 58.2340],[-5.2929, 58.2348],[-5.292399, 58.2353],[-5.2914, 58.2359],[-5.2894, 58.2365],[-5.2884, 58.2373],[-5.2863, 58.2379],[-5.2859, 58.2380],[-5.2816, 58.2381],[-5.280099, 58.2392],[-5.2795, 58.2396],[-5.278299, 58.2401],[-5.276299, 58.2403],[-5.2747, 58.2401],[-5.274301, 58.2399],[-5.273901, 58.2400],[-5.272699, 58.2417],[-5.271201, 58.2429],[-5.271, 58.2431],[-5.270899, 58.2439],[-5.27070, 58.2443],[-5.269199, 58.2454],[-5.2685, 58.2456],[-5.2664, 58.2456],[-5.2659, 58.2456],[-5.264101, 58.2453],[-5.2634, 58.2453],[-5.2616, 58.2460],[-5.261099, 58.2460],[-5.259799, 58.2448],[-5.259501, 58.2447],[-5.258299, 58.2449],[-5.257999, 58.2451],[-5.257699, 58.2460],[-5.2578, 58.2464],[-5.258999, 58.2475],[-5.258901, 58.2478],[-5.25860, 58.2481],[-5.2575, 58.2484],[-5.25410, 58.2485],[-5.2514, 58.248],[-5.2501, 58.248],[-5.249599, 58.2482],[-5.249101, 58.2492],[-5.2476, 58.2513],[-5.247099, 58.2515],[-5.2452, 58.2517],[-5.2409, 58.2508],[-5.2387, 58.2504],[-5.2366, 58.2502],[-5.2362, 58.2504],[-5.23570, 58.2509],[-5.2356, 58.2512],[-5.235499, 58.2516],[-5.236001, 58.2522],[-5.235899, 58.2525],[-5.235, 58.2527],[-5.234799, 58.2528],[-5.2347, 58.253],[-5.2346, 58.2532],[-5.2347, 58.2535],[-5.235799, 58.2539],[-5.235799, 58.2541],[-5.232999, 58.2545],[-5.230599, 58.2548],[-5.229599, 58.2545],[-5.22800, 58.2537],[-5.2259, 58.253],[-5.2258, 58.2528],[-5.226, 58.2525],[-5.2279, 58.2513],[-5.2284, 58.2512],[-5.229899, 58.2519],[-5.230299, 58.2518],[-5.230599, 58.2515],[-5.2307, 58.2512],[-5.230599, 58.251],[-5.229599, 58.2503],[-5.2295, 58.2501],[-5.2295, 58.2496],[-5.229599, 58.2493],[-5.232299, 58.2491],[-5.2326, 58.2488],[-5.2326, 58.2485],[-5.232399, 58.2482],[-5.2308, 58.2468],[-5.2305, 58.2466],[-5.226299, 58.2463],[-5.226099, 58.2465],[-5.226201, 58.2468],[-5.227799, 58.2473],[-5.2279, 58.2477],[-5.2277, 58.2484],[-5.226601, 58.2505],[-5.226299, 58.2507],[-5.224599, 58.251],[-5.224199, 58.2511],[-5.2226, 58.2525],[-5.222001, 58.2529],[-5.221099, 58.2531],[-5.2209, 58.2532],[-5.2203, 58.2541],[-5.217299, 58.2567],[-5.216499, 58.2569],[-5.213901, 58.257],[-5.213399, 58.2568],[-5.212299, 58.2555],[-5.2119, 58.2552],[-5.210199, 58.255],[-5.209799, 58.2549],[-5.2095, 58.2545],[-5.2095, 58.2542],[-5.210499, 58.2525],[-5.2108, 58.2513],[-5.2107, 58.251],[-5.21, 58.2506],[-5.207399, 58.2495],[-5.206601, 58.2495],[-5.2058, 58.2497],[-5.2043, 58.2497],[-5.204, 58.2496],[-5.203, 58.2487],[-5.200799, 58.2478],[-5.199999, 58.2478],[-5.1998, 58.2479],[-5.1987, 58.2488],[-5.197999, 58.2492],[-5.196001, 58.2499],[-5.195399, 58.25],[-5.191899, 58.2503],[-5.188399, 58.2503],[-5.184999, 58.2503],[-5.1848, 58.2506],[-5.184599, 58.2514],[-5.184501, 58.2516],[-5.183701, 58.2518],[-5.1834, 58.2520],[-5.183, 58.2527],[-5.182799, 58.2529],[-5.1824, 58.253],[-5.1803, 58.2531],[-5.1798, 58.253],[-5.1778, 58.2517],[-5.177599, 58.2514],[-5.1777, 58.2499],[-5.1778, 58.2495],[-5.177899, 58.2494],[-5.1788, 58.2489],[-5.179101, 58.2486],[-5.179101, 58.2481],[-5.178999, 58.2476],[-5.1787, 58.2474],[-5.1778, 58.2475],[-5.175, 58.2475],[-5.1746, 58.2474],[-5.172999, 58.2460],[-5.172699, 58.2457],[-5.172699, 58.2453],[-5.17310, 58.2440],[-5.1729, 58.2414],[-5.172599, 58.2409],[-5.1703, 58.2388],[-5.17, 58.2385],[-5.166, 58.2371],[-5.163, 58.2361],[-5.161601, 58.2357],[-5.158901, 58.2350],[-5.158599, 58.2351],[-5.158501, 58.2353],[-5.158999, 58.2356],[-5.1599, 58.236],[-5.1613, 58.2367],[-5.162499, 58.2381],[-5.164199, 58.2404],[-5.1651, 58.2414],[-5.165699, 58.2417],[-5.1694, 58.2423],[-5.1701, 58.2424],[-5.170199, 58.2426],[-5.1701, 58.2430],[-5.169799, 58.2433],[-5.169301, 58.2435],[-5.1683, 58.2437],[-5.1672, 58.2447],[-5.1669, 58.245],[-5.166, 58.2455],[-5.1655, 58.2459],[-5.1654, 58.2465],[-5.165699, 58.2471],[-5.16610, 58.2473],[-5.16700, 58.2475],[-5.168701, 58.2477],[-5.169301, 58.2481],[-5.16960, 58.2483],[-5.1697, 58.2488],[-5.16960, 58.2491],[-5.168399, 58.2499],[-5.168099, 58.2501],[-5.168, 58.2503],[-5.168701, 58.2515],[-5.168701, 58.2523],[-5.16860, 58.2527],[-5.168399, 58.253],[-5.167699, 58.2535],[-5.1655, 58.2544],[-5.1652, 58.2545],[-5.164899, 58.2546],[-5.164101, 58.2559],[-5.163799, 58.2561],[-5.162199, 58.2567],[-5.1618, 58.2568],[-5.161601, 58.257],[-5.161601, 58.2572],[-5.162799, 58.2594],[-5.162899, 58.2599],[-5.1627, 58.2601],[-5.162399, 58.2602],[-5.159999, 58.2608],[-5.1594, 58.2607],[-5.157599, 58.2594],[-5.1567, 58.2588],[-5.155499, 58.2577],[-5.1545, 58.2565],[-5.153501, 58.2547],[-5.153299, 58.2545],[-5.152999, 58.2544],[-5.1512, 58.2542],[-5.149899, 58.2544],[-5.1483, 58.2544],[-5.147699, 58.2545],[-5.147, 58.2549],[-5.145899, 58.2565],[-5.145599, 58.2567],[-5.144, 58.2568],[-5.143701, 58.2568],[-5.1435, 58.257],[-5.1434, 58.2576],[-5.1433, 58.2586],[-5.143199, 58.259],[-5.1429, 58.2593],[-5.141001, 58.2606],[-5.1399, 58.261],[-5.1378, 58.2616],[-5.135499, 58.2617],[-5.1328, 58.2616],[-5.1324, 58.2614],[-5.1292, 58.258],[-5.1285, 58.2577],[-5.127399, 58.2575],[-5.1272, 58.2576],[-5.127, 58.2588],[-5.126699, 58.259],[-5.1254, 58.2593],[-5.1236, 58.2594],[-5.12340, 58.2592],[-5.1235, 58.259],[-5.123799, 58.2587],[-5.125199, 58.2578],[-5.1251, 58.2574],[-5.124599, 58.2572],[-5.1229, 58.2568],[-5.122799, 58.2564],[-5.1229, 58.2563],[-5.125599, 58.2541],[-5.125899, 58.254],[-5.1272, 58.2535],[-5.127299, 58.2533],[-5.127299, 58.2529],[-5.127, 58.2524],[-5.125899, 58.2516],[-5.125599, 58.2514],[-5.1235, 58.2508],[-5.1214, 58.2498],[-5.1189, 58.2489],[-5.117199, 58.2487],[-5.1167, 58.2487],[-5.116401, 58.2488],[-5.1162, 58.2492],[-5.1162, 58.2495],[-5.116401, 58.2497],[-5.1178, 58.2507],[-5.118701, 58.2515],[-5.118599, 58.2518],[-5.1174, 58.2532],[-5.117199, 58.2537],[-5.117599, 58.2549],[-5.1174, 58.2581],[-5.117599, 58.2586],[-5.1194, 58.2598],[-5.12080, 58.2612],[-5.1214, 58.2616],[-5.125299, 58.2615],[-5.129301, 58.2619],[-5.1296, 58.262],[-5.129799, 58.2622],[-5.129799, 58.2629],[-5.129301, 58.264],[-5.128799, 58.2647],[-5.128099, 58.2652],[-5.125199, 58.2658],[-5.124599, 58.266],[-5.124, 58.2666],[-5.1233, 58.2674],[-5.1226, 58.2684],[-5.1222, 58.2686],[-5.120699, 58.2686],[-5.11990, 58.2685],[-5.119101, 58.2682],[-5.118, 58.2672],[-5.116499, 58.2668],[-5.1153, 58.2668],[-5.113599, 58.2679],[-5.112199, 58.2685],[-5.11210, 58.2687],[-5.116001, 58.2699],[-5.116601, 58.27],[-5.116601, 58.2704],[-5.116499, 58.2706],[-5.1162, 58.2709],[-5.115699, 58.2711],[-5.1131, 58.2715],[-5.1127, 58.2714],[-5.112199, 58.271],[-5.111801, 58.2709],[-5.110899, 58.2711],[-5.105199, 58.2713],[-5.104199, 58.2758],[-5.1054, 58.2759],[-5.1064, 58.2762],[-5.107299, 58.277],[-5.107399, 58.2772],[-5.107399, 58.2776],[-5.107299, 58.2779],[-5.1071, 58.2781],[-5.1064, 58.2783],[-5.10510, 58.2785],[-5.1022, 58.2781],[-5.1005, 58.2782],[-5.100299, 58.2783],[-5.1002, 58.2785],[-5.099999, 58.2791],[-5.100399, 58.2801],[-5.100699, 58.2805],[-5.102399, 58.281],[-5.104101, 58.2811],[-5.10510, 58.2809],[-5.1072, 58.2801],[-5.108099, 58.2801],[-5.110099, 58.2805],[-5.1104, 58.2808],[-5.110499, 58.2811],[-5.110499, 58.2814],[-5.1103, 58.2816],[-5.10760, 58.2815],[-5.1069, 58.2824],[-5.1064, 58.2834],[-5.1065, 58.2837],[-5.1069, 58.2838],[-5.108701, 58.2835],[-5.110899, 58.283],[-5.1134, 58.2817],[-5.114799, 58.2815],[-5.11730, 58.2816],[-5.118999, 58.2815],[-5.119999, 58.2818],[-5.1201, 58.2819],[-5.1201, 58.2821],[-5.1194, 58.283],[-5.1192, 58.2834],[-5.1184, 58.2842],[-5.117001, 58.285],[-5.1168, 58.2852],[-5.1168, 58.2855],[-5.117001, 58.2861],[-5.117899, 58.2865],[-5.118199, 58.2868],[-5.118199, 58.2873],[-5.11730, 58.2879],[-5.11730, 58.2881],[-5.1174, 58.2882],[-5.117599, 58.2882],[-5.119101, 58.2889],[-5.123701, 58.2913],[-5.1239, 58.2915],[-5.1239, 58.2918],[-5.123701, 58.2923],[-5.1233, 58.2927],[-5.122001, 58.2934],[-5.1205, 58.2938],[-5.119699, 58.2941],[-5.1189, 58.2947],[-5.118501, 58.2951],[-5.1184, 58.2953],[-5.118599, 58.2955],[-5.121699, 58.2949],[-5.124199, 58.2942],[-5.125299, 58.2943],[-5.127399, 58.2951],[-5.1285, 58.2952],[-5.130899, 58.2948],[-5.132199, 58.2944],[-5.134799, 58.2926],[-5.1359, 58.2923],[-5.136401, 58.2924],[-5.1366, 58.2927],[-5.1371, 58.2959],[-5.137001, 58.2963],[-5.1366, 58.2968],[-5.1342, 58.2974],[-5.132199, 58.2984],[-5.131899, 58.2988],[-5.13200, 58.2992],[-5.1324, 58.2995],[-5.133299, 58.2998],[-5.1338, 58.2999],[-5.133999, 58.3001],[-5.1341, 58.3004],[-5.1341, 58.3006],[-5.133901, 58.3016],[-5.1341, 58.3018],[-5.134399, 58.3019],[-5.137899, 58.3019],[-5.138599, 58.3019],[-5.138901, 58.3018],[-5.139501, 58.3012],[-5.1401, 58.3009],[-5.140699, 58.3007],[-5.1419, 58.3007],[-5.143, 58.3011],[-5.1444, 58.3015],[-5.1447, 58.3017],[-5.1448, 58.3022],[-5.144101, 58.3035],[-5.143701, 58.3039],[-5.1433, 58.3041],[-5.142799, 58.3040],[-5.1393, 58.3033],[-5.139101, 58.3033],[-5.138999, 58.3035],[-5.139101, 58.3038],[-5.140399, 58.3045],[-5.1406, 58.3049],[-5.140699, 58.3055],[-5.1406, 58.3066],[-5.140399, 58.3070],[-5.139101, 58.308],[-5.138599, 58.3082],[-5.1377, 58.3084],[-5.1357, 58.3085],[-5.1341, 58.3089],[-5.132699, 58.309],[-5.131499, 58.3089],[-5.12950, 58.3087],[-5.1286, 58.3089],[-5.1264, 58.3104],[-5.1257, 58.311],[-5.1255, 58.3114],[-5.1255, 58.3122],[-5.126201, 58.3126],[-5.12690, 58.3127],[-5.1275, 58.3127],[-5.128799, 58.3125],[-5.12950, 58.3123],[-5.1311, 58.3109],[-5.131899, 58.3107],[-5.1328, 58.3108],[-5.136099, 58.3125],[-5.138501, 58.3126],[-5.1419, 58.3122],[-5.143799, 58.3121],[-5.144199, 58.3121],[-5.1448, 58.3126],[-5.1448, 58.3129],[-5.1439, 58.3145],[-5.1423, 58.3174],[-5.1419, 58.3178],[-5.1408, 58.3181],[-5.1374, 58.3184],[-5.136499, 58.3188],[-5.1338, 58.3204],[-5.13210, 58.3216],[-5.1317, 58.3218],[-5.127, 58.3214],[-5.127, 58.3216],[-5.1271, 58.3217],[-5.1291, 58.3224],[-5.130099, 58.323],[-5.131499, 58.3238],[-5.133299, 58.3243],[-5.1349, 58.3246],[-5.135, 58.3249],[-5.135, 58.3252],[-5.134799, 58.3253],[-5.1342, 58.3257],[-5.1341, 58.3261],[-5.1349, 58.3284],[-5.1352, 58.3287],[-5.135799, 58.3289],[-5.136499, 58.3289],[-5.1387, 58.328],[-5.1392, 58.328],[-5.1427, 58.3292],[-5.143799, 58.3291],[-5.14430, 58.3289],[-5.145299, 58.3265],[-5.145899, 58.3261],[-5.147299, 58.3256],[-5.1486, 58.3252],[-5.1521, 58.3254],[-5.152699, 58.3252],[-5.1532, 58.3249],[-5.153399, 58.3246],[-5.153399, 58.3243],[-5.1532, 58.3239],[-5.1529, 58.3237],[-5.151401, 58.3237],[-5.1479, 58.3235],[-5.147799, 58.3234],[-5.1479, 58.3232],[-5.1482, 58.3229],[-5.148799, 58.3224],[-5.149301, 58.3219],[-5.151, 58.3213],[-5.15220, 58.3212],[-5.154301, 58.3214],[-5.156001, 58.3212],[-5.157499, 58.3205],[-5.159101, 58.3199],[-5.160399, 58.3199],[-5.16090, 58.3201],[-5.161099, 58.3205],[-5.161099, 58.3208],[-5.159599, 58.3211],[-5.158501, 58.3213],[-5.1578, 58.3215],[-5.157499, 58.3217],[-5.1573, 58.322],[-5.15740, 58.3223],[-5.1578, 58.3224],[-5.1587, 58.3226],[-5.1593, 58.3228],[-5.1598, 58.3228],[-5.1619, 58.3222],[-5.162899, 58.3222],[-5.1647, 58.3231],[-5.1676, 58.3233],[-5.168, 58.3235],[-5.168099, 58.3239],[-5.1682, 58.3244],[-5.168, 58.3246],[-5.167399, 58.3251],[-5.1652, 58.3257],[-5.1651, 58.3259],[-5.1652, 58.3262],[-5.1665, 58.3265],[-5.167099, 58.3265],[-5.1672, 58.3268],[-5.16700, 58.3273],[-5.166299, 58.3278],[-5.1659, 58.3282],[-5.165699, 58.3287],[-5.1659, 58.3295],[-5.166601, 58.331],[-5.1665, 58.3313],[-5.164999, 58.3329],[-5.1643, 58.3333],[-5.162499, 58.3338],[-5.159501, 58.3342],[-5.159101, 58.3344],[-5.1587, 58.3349],[-5.1587, 58.3356],[-5.1587, 58.336],[-5.158901, 58.3364],[-5.1605, 58.3371],[-5.163, 58.3383],[-5.1639, 58.3381],[-5.164899, 58.3376],[-5.1654, 58.3374],[-5.1673, 58.337],[-5.167699, 58.3371],[-5.1679, 58.3373],[-5.168, 58.3378],[-5.167399, 58.3399],[-5.1676, 58.3401],[-5.1679, 58.3402],[-5.168399, 58.3402],[-5.17, 58.3393],[-5.1704, 58.3393],[-5.1721, 58.3404],[-5.173299, 58.341],[-5.1738, 58.3416],[-5.1738, 58.342],[-5.1737, 58.3424],[-5.173399, 58.3426],[-5.1728, 58.3427],[-5.16960, 58.3427],[-5.166699, 58.3423],[-5.166299, 58.3424],[-5.165299, 58.343],[-5.165299, 58.3437],[-5.1654, 58.3439],[-5.165699, 58.344],[-5.167099, 58.3439],[-5.1675, 58.344],[-5.1685, 58.3449],[-5.169199, 58.3459],[-5.1704, 58.3472],[-5.171201, 58.3475],[-5.173399, 58.3476],[-5.175399, 58.3471],[-5.1763, 58.347],[-5.176499, 58.3471],[-5.1762, 58.3479],[-5.1763, 58.3482],[-5.17660, 58.3484],[-5.177199, 58.3484],[-5.177299, 58.3486],[-5.175499, 58.3495],[-5.174799, 58.3501],[-5.172599, 58.3510],[-5.172599, 58.3515],[-5.172699, 58.3517],[-5.1729, 58.3519],[-5.173299, 58.352],[-5.1753, 58.3518],[-5.1759, 58.3517],[-5.1763, 58.3514],[-5.176801, 58.3514],[-5.1771, 58.3516],[-5.177899, 58.3522],[-5.1784, 58.3521],[-5.179599, 58.3518],[-5.180699, 58.352],[-5.180699, 58.3523],[-5.1798, 58.3537],[-5.178501, 58.3548],[-5.1762, 58.3547],[-5.175, 58.355],[-5.1732, 58.3558],[-5.1728, 58.3558],[-5.172, 58.3556],[-5.171801, 58.3554],[-5.171299, 58.3540],[-5.171, 58.3539],[-5.1665, 58.3537],[-5.1648, 58.3539],[-5.1633, 58.3544],[-5.162899, 58.3544],[-5.162499, 58.3542],[-5.1613, 58.3522],[-5.1608, 58.352],[-5.1588, 58.3519],[-5.1562, 58.3527],[-5.155, 58.3533],[-5.1542, 58.3535],[-5.153901, 58.3535],[-5.1532, 58.3535],[-5.1529, 58.3536],[-5.1528, 58.3536],[-5.152699, 58.3540],[-5.152699, 58.3543],[-5.152999, 58.355],[-5.153299, 58.3553],[-5.1552, 58.3552],[-5.1577, 58.3554],[-5.158501, 58.3556],[-5.1587, 58.3558],[-5.1588, 58.3562],[-5.159101, 58.3575],[-5.1598, 58.3579],[-5.160299, 58.358],[-5.1614, 58.3577],[-5.161699, 58.3576],[-5.1618, 58.3578],[-5.1619, 58.3584],[-5.162001, 58.3586],[-5.163199, 58.3590],[-5.1633, 58.3594],[-5.163099, 58.3607],[-5.163199, 58.3609],[-5.163701, 58.3612],[-5.164899, 58.3617],[-5.1664, 58.3619],[-5.16960, 58.3620],[-5.1728, 58.3624],[-5.172999, 58.3626],[-5.172999, 58.3629],[-5.1729, 58.3632],[-5.172699, 58.3633],[-5.1717, 58.3635],[-5.169799, 58.3642],[-5.16960, 58.3644],[-5.1694, 58.3656],[-5.1691, 58.3660],[-5.168701, 58.3662],[-5.1672, 58.367],[-5.166601, 58.3673],[-5.1665, 58.3674],[-5.1665, 58.3677],[-5.1672, 58.3695],[-5.167099, 58.3701],[-5.166699, 58.3705],[-5.1647, 58.3719],[-5.164199, 58.3724],[-5.16260, 58.3744],[-5.1618, 58.3752],[-5.1606, 58.3757],[-5.158199, 58.3764],[-5.157899, 58.3765],[-5.1577, 58.3768],[-5.157199, 58.378],[-5.156801, 58.3785],[-5.1557, 58.3792],[-5.1538, 58.3794],[-5.153501, 58.3797],[-5.1531, 58.3811],[-5.1528, 58.3818],[-5.152299, 58.3823],[-5.1508, 58.3832],[-5.1494, 58.3839],[-5.1491, 58.3841],[-5.147299, 58.3845],[-5.147099, 58.3846],[-5.1464, 58.386],[-5.146201, 58.3862],[-5.146, 58.3863],[-5.1447, 58.3865],[-5.144, 58.3867],[-5.143799, 58.3868],[-5.1436, 58.3871],[-5.1435, 58.3893],[-5.1434, 58.3895],[-5.142099, 58.3901],[-5.142001, 58.3903],[-5.142099, 58.3905],[-5.142499, 58.3908],[-5.1429, 58.391],[-5.145199, 58.3917],[-5.148099, 58.3933],[-5.1494, 58.3939],[-5.1494, 58.3941],[-5.149199, 58.3942],[-5.1483, 58.3942],[-5.147099, 58.394],[-5.1469, 58.3941],[-5.146801, 58.3943],[-5.1469, 58.3947],[-5.147, 58.3952],[-5.147299, 58.3969],[-5.1475, 58.3979],[-5.1476, 58.3982],[-5.147799, 58.3984],[-5.150199, 58.3992],[-5.15040, 58.3994],[-5.150499, 58.4],[-5.15030, 58.4004],[-5.15040, 58.4013],[-5.15030, 58.4017],[-5.15, 58.4018],[-5.149899, 58.402],[-5.15030, 58.4025],[-5.15030, 58.4029],[-5.150199, 58.403],[-5.15, 58.4033],[-5.1494, 58.4037],[-5.147799, 58.4036],[-5.146, 58.4043],[-5.1458, 58.4046],[-5.145899, 58.405],[-5.146601, 58.4051],[-5.1483, 58.4049],[-5.149899, 58.4049],[-5.15030, 58.4051],[-5.15040, 58.4054],[-5.1495, 58.4061],[-5.148901, 58.4065],[-5.1479, 58.4069],[-5.1454, 58.4074],[-5.144501, 58.4078],[-5.1439, 58.4083],[-5.1434, 58.4089],[-5.1435, 58.4098],[-5.1439, 58.4107],[-5.14430, 58.4112],[-5.1454, 58.4121],[-5.145199, 58.4123],[-5.14430, 58.4124],[-5.14260, 58.4123],[-5.1384, 58.4113],[-5.137599, 58.4112],[-5.1374, 58.4112],[-5.137199, 58.4114],[-5.1387, 58.4122],[-5.1399, 58.413],[-5.1399, 58.4133],[-5.139699, 58.4135],[-5.137599, 58.4135],[-5.135799, 58.4135],[-5.135499, 58.4134],[-5.1353, 58.4131],[-5.1349, 58.4126],[-5.1346, 58.4125],[-5.1338, 58.4126],[-5.13210, 58.4125],[-5.1307, 58.4129],[-5.13040, 58.4129],[-5.130099, 58.4127],[-5.1291, 58.4112],[-5.1276, 58.4096],[-5.125899, 58.4087],[-5.1257, 58.4085],[-5.125599, 58.408],[-5.12600, 58.4066],[-5.125899, 58.4062],[-5.124199, 58.4059],[-5.1233, 58.4048],[-5.122399, 58.4041],[-5.1193, 58.4042],[-5.1184, 58.404],[-5.117599, 58.4036],[-5.1167, 58.4024],[-5.1153, 58.4016],[-5.113599, 58.4011],[-5.11380, 58.4007],[-5.1141, 58.4006],[-5.1162, 58.4007],[-5.1178, 58.4003],[-5.117899, 58.3998],[-5.1178, 58.3994],[-5.117099, 58.3988],[-5.11560, 58.3979],[-5.114399, 58.3973],[-5.1131, 58.3977],[-5.111899, 58.3984],[-5.11120, 58.3989],[-5.110099, 58.3992],[-5.10860, 58.3995],[-5.1071, 58.3994],[-5.104599, 58.3989],[-5.102399, 58.3985],[-5.099699, 58.3984],[-5.098701, 58.3983],[-5.097499, 58.398],[-5.096001, 58.3977],[-5.0941, 58.397],[-5.092599, 58.3967],[-5.09120, 58.3964],[-5.090899, 58.3963],[-5.0904, 58.3959],[-5.088799, 58.3953],[-5.0885, 58.395],[-5.0883, 58.3946],[-5.088799, 58.3937],[-5.089301, 58.3932],[-5.0899, 58.3924],[-5.092, 58.3906],[-5.092599, 58.3898],[-5.092599, 58.3896],[-5.0917, 58.3899],[-5.091001, 58.3904],[-5.090199, 58.3907],[-5.088901, 58.3912],[-5.088099, 58.3915],[-5.0872, 58.3919],[-5.086299, 58.3921],[-5.084799, 58.3925],[-5.0835, 58.3929],[-5.082399, 58.3932],[-5.081601, 58.3935],[-5.0809, 58.3937],[-5.0802, 58.3942],[-5.0794, 58.3949],[-5.078501, 58.3954],[-5.077799, 58.3956],[-5.077199, 58.3956],[-5.0767, 58.3953],[-5.0767, 58.395],[-5.0768, 58.3945],[-5.0774, 58.3937],[-5.077499, 58.3936],[-5.077499, 58.3933],[-5.0773, 58.3926],[-5.0769, 58.3917],[-5.0762, 58.391],[-5.0752, 58.3903],[-5.0741, 58.3896],[-5.073299, 58.3888],[-5.0727, 58.3887],[-5.072001, 58.389],[-5.07110, 58.389],[-5.070099, 58.3888],[-5.069301, 58.3885],[-5.0687, 58.3886],[-5.068501, 58.3888],[-5.068399, 58.3896],[-5.068299, 58.3897],[-5.067999, 58.3897],[-5.0674, 58.39],[-5.0672, 58.3902],[-5.0671, 58.3904],[-5.067699, 58.3907],[-5.067699, 58.3909],[-5.0674, 58.3913],[-5.0671, 58.3915],[-5.066401, 58.3913],[-5.0657, 58.3907],[-5.0651, 58.3908],[-5.0646, 58.391],[-5.0636, 58.3912],[-5.06330, 58.3912],[-5.063099, 58.3912],[-5.062799, 58.3911],[-5.062699, 58.3905],[-5.0625, 58.39],[-5.0625, 58.3893],[-5.062699, 58.389],[-5.0629, 58.3889],[-5.0635, 58.3887],[-5.065199, 58.388],[-5.0653, 58.3879],[-5.0653, 58.3877],[-5.064101, 58.3872],[-5.063399, 58.3871],[-5.0629, 58.3869],[-5.063, 58.3865],[-5.0636, 58.3857],[-5.064101, 58.3851],[-5.064899, 58.3844],[-5.0658, 58.3837],[-5.066201, 58.383],[-5.066201, 58.3828],[-5.0658, 58.3825],[-5.06500, 58.3828],[-5.063701, 58.3832],[-5.062699, 58.3834],[-5.062001, 58.3835],[-5.0614, 58.3836],[-5.061299, 58.3837],[-5.061699, 58.3842],[-5.0619, 58.3847],[-5.0619, 58.385],[-5.061699, 58.3852],[-5.060599, 58.3853],[-5.059599, 58.3855],[-5.05880, 58.3857],[-5.057799, 58.3858],[-5.0569, 58.3855],[-5.0564, 58.3853],[-5.056201, 58.3851],[-5.056099, 58.384],[-5.056001, 58.3833],[-5.055799, 58.3828],[-5.0556, 58.3827],[-5.0553, 58.3827],[-5.0549, 58.3828],[-5.053599, 58.3832],[-5.052299, 58.3831],[-5.0506, 58.383],[-5.0496, 58.3832],[-5.047999, 58.3842],[-5.047299, 58.3842],[-5.04660, 58.3841],[-5.046, 58.3837],[-5.045599, 58.3835],[-5.04500, 58.3833],[-5.044301, 58.3833],[-5.044199, 58.3833],[-5.044199, 58.3834],[-5.044199, 58.3836],[-5.0444, 58.3839],[-5.0446, 58.3841],[-5.044899, 58.3843],[-5.0451, 58.3847],[-5.044899, 58.3849],[-5.0444, 58.385],[-5.0439, 58.3849],[-5.043099, 58.3846],[-5.0422, 58.3845],[-5.041201, 58.3838],[-5.0402, 58.3834],[-5.0394, 58.3829],[-5.03890, 58.3822],[-5.0385, 58.3816],[-5.0383, 58.3816],[-5.037899, 58.3817],[-5.036601, 58.3822],[-5.036099, 58.3821],[-5.0355, 58.3819],[-5.0349, 58.3813],[-5.034699, 58.3809],[-5.0348, 58.3804],[-5.0349, 58.3801],[-5.0358, 58.3792],[-5.0365, 58.3787],[-5.037399, 58.3784],[-5.0385, 58.3783],[-5.039899, 58.3784],[-5.039999, 58.3785],[-5.039999, 58.3787],[-5.039899, 58.379],[-5.039101, 58.3793],[-5.037799, 58.3794],[-5.0377, 58.3797],[-5.037799, 58.3798],[-5.0384, 58.3799],[-5.0394, 58.3799],[-5.040299, 58.3804],[-5.0408, 58.3808],[-5.041601, 58.381],[-5.0425, 58.3811],[-5.0432, 58.3811],[-5.043399, 58.3808],[-5.0435, 58.3802],[-5.0439, 58.3796],[-5.0446, 58.3786],[-5.0447, 58.3781],[-5.04400, 58.3772],[-5.043799, 58.3757],[-5.0433, 58.3748],[-5.042799, 58.3741],[-5.0425, 58.3740],[-5.0419, 58.3740],[-5.039899, 58.3740],[-5.0385, 58.3736],[-5.037001, 58.3737],[-5.03630, 58.3738],[-5.035699, 58.3741],[-5.0356, 58.3748],[-5.0356, 58.3759],[-5.0355, 58.3761],[-5.034599, 58.377],[-5.0334, 58.3783],[-5.0334, 58.3795],[-5.033299, 58.3796],[-5.032899, 58.3797],[-5.031801, 58.3796],[-5.0306, 58.3793],[-5.028901, 58.3789],[-5.0278, 58.3787],[-5.024899, 58.3785],[-5.0236, 58.3785],[-5.0219, 58.378],[-5.0207, 58.3777],[-5.0194, 58.3775],[-5.018099, 58.3771],[-5.0172, 58.3771],[-5.0173, 58.3775],[-5.017799, 58.3779],[-5.0194, 58.3783],[-5.0215, 58.379],[-5.022999, 58.3798],[-5.023901, 58.3802],[-5.02580, 58.3805],[-5.0274, 58.381],[-5.029399, 58.3817],[-5.030799, 58.3822],[-5.031801, 58.3828],[-5.03280, 58.3837],[-5.033299, 58.3843],[-5.033901, 58.3846],[-5.034999, 58.3848],[-5.0365, 58.385],[-5.037499, 58.3853],[-5.039, 58.3857],[-5.040699, 58.3863],[-5.042099, 58.3872],[-5.042099, 58.3875],[-5.041201, 58.3882],[-5.039501, 58.3893],[-5.03890, 58.39],[-5.037899, 58.391],[-5.036601, 58.3914],[-5.0352, 58.3916],[-5.033999, 58.3917],[-5.0337, 58.3918],[-5.033599, 58.3918],[-5.033501, 58.3919],[-5.033599, 58.392],[-5.0343, 58.3927],[-5.0343, 58.3929],[-5.0342, 58.393],[-5.0337, 58.3932],[-5.0331, 58.3932],[-5.0321, 58.3934],[-5.031401, 58.3938],[-5.031401, 58.394],[-5.031899, 58.3941],[-5.032899, 58.3942],[-5.033999, 58.3942],[-5.035299, 58.3944],[-5.03630, 58.3945],[-5.037499, 58.3946],[-5.038701, 58.3947],[-5.039899, 58.3945],[-5.041, 58.3944],[-5.041201, 58.3945],[-5.041299, 58.3948],[-5.0414, 58.3955],[-5.0418, 58.396],[-5.0425, 58.3965],[-5.0433, 58.3968],[-5.0439, 58.3968],[-5.0447, 58.3966],[-5.045599, 58.3965],[-5.0471, 58.3965],[-5.048901, 58.3965],[-5.051001, 58.3966],[-5.05270, 58.3968],[-5.0538, 58.3972],[-5.054501, 58.3983],[-5.054599, 58.3985],[-5.0548, 58.3985],[-5.055699, 58.3982],[-5.0568, 58.3981],[-5.0583, 58.3982],[-5.059899, 58.3985],[-5.0608, 58.3989],[-5.060699, 58.3993],[-5.0604, 58.3995],[-5.059, 58.4008],[-5.0583, 58.4017],[-5.058, 58.4022],[-5.0564, 58.4032],[-5.0552, 58.4037],[-5.054101, 58.4041],[-5.052899, 58.4047],[-5.05270, 58.4049],[-5.052599, 58.4052],[-5.05270, 58.4054],[-5.052899, 58.4055],[-5.0538, 58.4057],[-5.054599, 58.4061],[-5.0548, 58.4062],[-5.054999, 58.4062],[-5.055399, 58.4059],[-5.055799, 58.4054],[-5.056601, 58.4054],[-5.0567, 58.4056],[-5.0568, 58.4062],[-5.057499, 58.4063],[-5.058701, 58.4061],[-5.0597, 58.4061],[-5.060599, 58.4057],[-5.060699, 58.4056],[-5.0608, 58.4054],[-5.060699, 58.4052],[-5.0605, 58.4049],[-5.0604, 58.4047],[-5.0605, 58.4046],[-5.06230, 58.4039],[-5.063799, 58.4035],[-5.0666, 58.403],[-5.0687, 58.4032],[-5.068901, 58.4033],[-5.068901, 58.4036],[-5.068399, 58.4043],[-5.067599, 58.4057],[-5.0661, 58.4063],[-5.063701, 58.4073],[-5.060699, 58.4090],[-5.057899, 58.4103],[-5.0538, 58.4117],[-5.0512, 58.4126],[-5.049799, 58.413],[-5.049399, 58.413],[-5.0488, 58.4127],[-5.047299, 58.4122],[-5.045199, 58.4119],[-5.043799, 58.4113],[-5.0425, 58.4102],[-5.042099, 58.4101],[-5.0397, 58.4102],[-5.0373, 58.4099],[-5.034999, 58.4098],[-5.032199, 58.4102],[-5.0299, 58.4106],[-5.029799, 58.4107],[-5.029799, 58.4110],[-5.03020, 58.4113],[-5.031499, 58.4116],[-5.034699, 58.4118],[-5.0369, 58.4124],[-5.039999, 58.4129],[-5.043, 58.4138],[-5.0447, 58.4154],[-5.0453, 58.4164],[-5.045599, 58.4165],[-5.046299, 58.4166],[-5.0492, 58.4161],[-5.0555, 58.4153],[-5.0576, 58.4161],[-5.058, 58.4161],[-5.0601, 58.4157],[-5.062799, 58.416],[-5.065499, 58.416],[-5.0658, 58.4159],[-5.065199, 58.4155],[-5.0644, 58.4149],[-5.0644, 58.4145],[-5.064799, 58.4137],[-5.0653, 58.4118],[-5.065499, 58.4110],[-5.065599, 58.4105],[-5.065899, 58.4102],[-5.0667, 58.4095],[-5.067299, 58.4094],[-5.0679, 58.4094],[-5.0712, 58.4092],[-5.0762, 58.4089],[-5.078701, 58.4087],[-5.0814, 58.4085],[-5.083799, 58.4086],[-5.085899, 58.4089],[-5.0886, 58.4086],[-5.09120, 58.4081],[-5.092199, 58.4083],[-5.0928, 58.4087],[-5.093901, 58.41],[-5.094699, 58.4103],[-5.0962, 58.4104],[-5.096601, 58.4107],[-5.098501, 58.4120],[-5.099101, 58.4122],[-5.099501, 58.4122],[-5.100699, 58.4115],[-5.104, 58.4115],[-5.1065, 58.4118],[-5.109, 58.413],[-5.110499, 58.4132],[-5.110499, 58.4135],[-5.109799, 58.4140],[-5.109799, 58.4141],[-5.11, 58.4143],[-5.110799, 58.4143],[-5.111899, 58.4148],[-5.111801, 58.4151],[-5.111001, 58.4157],[-5.1096, 58.4164],[-5.1075, 58.4166],[-5.10600, 58.4163],[-5.103799, 58.4159],[-5.1023, 58.4161],[-5.099501, 58.4172],[-5.0974, 58.4177],[-5.095699, 58.4176],[-5.092, 58.4174],[-5.09, 58.4178],[-5.0887, 58.4182],[-5.0871, 58.4182],[-5.084899, 58.4181],[-5.081601, 58.4180],[-5.079101, 58.4179],[-5.0741, 58.4167],[-5.071801, 58.4167],[-5.071899, 58.4173],[-5.072199, 58.4176],[-5.0727, 58.4177],[-5.073599, 58.4178],[-5.077899, 58.4185],[-5.0784, 58.4193],[-5.078501, 58.4195],[-5.0784, 58.4199],[-5.0768, 58.4206],[-5.076601, 58.4208],[-5.0768, 58.4210],[-5.078501, 58.4212],[-5.0794, 58.4212],[-5.081299, 58.4212],[-5.0844, 58.4211],[-5.086299, 58.4213],[-5.087399, 58.4214],[-5.0876, 58.4215],[-5.088399, 58.4233],[-5.091001, 58.4232],[-5.091499, 58.4233],[-5.0916, 58.4234],[-5.0917, 58.4235],[-5.0917, 58.4236],[-5.0906, 58.4240],[-5.0896, 58.4243],[-5.0897, 58.4246],[-5.089799, 58.4248],[-5.090199, 58.4248],[-5.091401, 58.4248],[-5.093299, 58.4248],[-5.094699, 58.4246],[-5.0968, 58.4238],[-5.099699, 58.4235],[-5.1018, 58.4236],[-5.10340, 58.4244],[-5.10340, 58.4249],[-5.103099, 58.4255],[-5.103, 58.4259],[-5.1027, 58.4261],[-5.101099, 58.4268],[-5.1009, 58.4270],[-5.101, 58.4274],[-5.101201, 58.4277],[-5.102001, 58.4275],[-5.104101, 58.4266],[-5.106299, 58.4259],[-5.107299, 58.4253],[-5.1083, 58.4245],[-5.1096, 58.4245],[-5.1113, 58.425],[-5.111801, 58.4252],[-5.111899, 58.4254],[-5.1116, 58.4260],[-5.1116, 58.4264],[-5.111899, 58.4271],[-5.111899, 58.4274],[-5.1116, 58.4275],[-5.1106, 58.428],[-5.109301, 58.4285],[-5.109301, 58.4289],[-5.1096, 58.4291],[-5.111401, 58.4290],[-5.112899, 58.4289],[-5.11380, 58.4295],[-5.11380, 58.4298],[-5.11370, 58.43],[-5.112999, 58.4309],[-5.112599, 58.4312],[-5.111801, 58.4314],[-5.1097, 58.4316],[-5.107999, 58.4319],[-5.106699, 58.4323],[-5.1066, 58.4324],[-5.106699, 58.4327],[-5.107, 58.4336],[-5.1072, 58.4347],[-5.107399, 58.4351],[-5.108099, 58.4364],[-5.108099, 58.4365],[-5.1078, 58.4366],[-5.106699, 58.437],[-5.1061, 58.4372],[-5.104599, 58.4375],[-5.10340, 58.4377],[-5.1023, 58.4375],[-5.101, 58.4372],[-5.099501, 58.4376],[-5.0994, 58.4379],[-5.099501, 58.4381],[-5.099999, 58.4385],[-5.101099, 58.4389],[-5.101299, 58.4391],[-5.101299, 58.4395],[-5.1008, 58.4398],[-5.099999, 58.4399],[-5.0993, 58.4398],[-5.098501, 58.4394],[-5.0977, 58.4396],[-5.0959, 58.4399],[-5.0942, 58.4396],[-5.0917, 58.4394],[-5.090799, 58.4396],[-5.090099, 58.4395],[-5.09, 58.4393],[-5.09030, 58.4384],[-5.090199, 58.4381],[-5.09, 58.4381],[-5.0885, 58.438],[-5.0866, 58.4386],[-5.0845, 58.4385],[-5.082799, 58.4383],[-5.0825, 58.4384],[-5.082001, 58.4391],[-5.081601, 58.4403],[-5.0818, 58.4405],[-5.0835, 58.4403],[-5.085499, 58.4402],[-5.087299, 58.4403],[-5.090099, 58.4407],[-5.092199, 58.4408],[-5.094999, 58.4404],[-5.09730, 58.4408],[-5.098701, 58.4413],[-5.098701, 58.4417],[-5.0974, 58.4421],[-5.0948, 58.4433],[-5.0927, 58.4436],[-5.0911, 58.4438],[-5.0906, 58.4439],[-5.090199, 58.444],[-5.0892, 58.4452],[-5.088901, 58.4454],[-5.0879, 58.4455],[-5.0869, 58.4457],[-5.0865, 58.446],[-5.085299, 58.4475],[-5.085, 58.4477],[-5.083701, 58.4477],[-5.082399, 58.4476],[-5.0811, 58.4484],[-5.0808, 58.4487],[-5.0797, 58.4488],[-5.07900, 58.4486],[-5.0774, 58.4482],[-5.0762, 58.4485],[-5.074399, 58.4488],[-5.072199, 58.4488],[-5.070399, 58.4486],[-5.068299, 58.4483],[-5.066, 58.4478],[-5.0635, 58.4477],[-5.06330, 58.4478],[-5.063, 58.4487],[-5.0619, 58.4494],[-5.0604, 58.4498],[-5.0602, 58.4499],[-5.059999, 58.4502],[-5.0601, 58.4503],[-5.060299, 58.4504],[-5.061299, 58.4504],[-5.063, 58.4497],[-5.064899, 58.4492],[-5.066401, 58.4496],[-5.067599, 58.4499],[-5.068999, 58.4498],[-5.0703, 58.4497],[-5.072199, 58.4499],[-5.073501, 58.4499],[-5.0753, 58.45],[-5.0763, 58.4503],[-5.076401, 58.4507],[-5.076401, 58.4509],[-5.076099, 58.4514],[-5.0763, 58.4517],[-5.0763, 58.4521],[-5.0759, 58.4524],[-5.0748, 58.4527],[-5.073501, 58.4529],[-5.072001, 58.4528],[-5.0712, 58.4527],[-5.070399, 58.4525],[-5.069799, 58.452],[-5.068999, 58.4517],[-5.0682, 58.4515],[-5.0666, 58.4519],[-5.0654, 58.452],[-5.064301, 58.4527],[-5.063799, 58.4574],[-5.06500, 58.4573],[-5.0667, 58.4576],[-5.067999, 58.4578],[-5.069699, 58.458],[-5.0712, 58.458],[-5.072599, 58.458],[-5.0742, 58.4579],[-5.074999, 58.4582],[-5.075099, 58.4584],[-5.0752, 58.4587],[-5.0752, 58.4591],[-5.07460, 58.4594],[-5.073501, 58.4596],[-5.0725, 58.4596],[-5.0717, 58.4594],[-5.070499, 58.4592],[-5.0696, 58.4591],[-5.0679, 58.4596],[-5.067, 58.4606],[-5.0661, 58.4613],[-5.0654, 58.4615],[-5.0644, 58.4618],[-5.0635, 58.4621],[-5.0626, 58.4621],[-5.062001, 58.4619],[-5.061299, 58.4615],[-5.0604, 58.4611],[-5.059501, 58.4608],[-5.0583, 58.4608],[-5.057001, 58.461],[-5.0559, 58.4613],[-5.054999, 58.4611],[-5.05370, 58.4611],[-5.053501, 58.4612],[-5.0534, 58.4614],[-5.0534, 58.4618],[-5.053599, 58.4622],[-5.053901, 58.4627],[-5.05370, 58.4635],[-5.0534, 58.4645],[-5.053599, 58.4649],[-5.0542, 58.4652],[-5.0552, 58.4653],[-5.056201, 58.4653],[-5.057499, 58.4651],[-5.059, 58.4648],[-5.0604, 58.4646],[-5.0615, 58.4647],[-5.062799, 58.4648],[-5.063799, 58.465],[-5.064899, 58.4651],[-5.0666, 58.4651],[-5.0675, 58.4654],[-5.068501, 58.4659],[-5.0691, 58.4664],[-5.069699, 58.4670],[-5.070799, 58.4675],[-5.071899, 58.4678],[-5.0731, 58.4681],[-5.074399, 58.4686],[-5.0753, 58.4688],[-5.076601, 58.4689],[-5.078, 58.469],[-5.079101, 58.4692],[-5.080299, 58.4695],[-5.0815, 58.4698],[-5.082799, 58.4701],[-5.0836, 58.4705],[-5.0844, 58.4713],[-5.085499, 58.4719],[-5.086401, 58.4723],[-5.087399, 58.4726],[-5.0875, 58.4729],[-5.0872, 58.4735],[-5.0865, 58.4741],[-5.0857, 58.4746],[-5.08510, 58.4749],[-5.083799, 58.4761],[-5.0836, 58.4763],[-5.0835, 58.4767],[-5.0836, 58.4769],[-5.083799, 58.477],[-5.0847, 58.4771],[-5.085499, 58.4773],[-5.085599, 58.4777],[-5.085199, 58.4785],[-5.085299, 58.4791],[-5.0861, 58.4797],[-5.087299, 58.4801],[-5.088799, 58.4805],[-5.0904, 58.4808],[-5.091499, 58.4808],[-5.092899, 58.4808],[-5.0946, 58.4806],[-5.095799, 58.4803],[-5.0968, 58.4803],[-5.098199, 58.4803],[-5.099599, 58.4801],[-5.101099, 58.4801],[-5.1018, 58.4806],[-5.102099, 58.4814],[-5.102001, 58.4820],[-5.101601, 58.4828],[-5.1014, 58.4834],[-5.101601, 58.4837],[-5.1018, 58.4839],[-5.103, 58.4842],[-5.104101, 58.4843],[-5.10510, 58.4842],[-5.1061, 58.4837],[-5.107, 58.483],[-5.107699, 58.4823],[-5.108799, 58.4817],[-5.1103, 58.4812],[-5.1113, 58.4807],[-5.11210, 58.4804],[-5.1132, 58.4803],[-5.1146, 58.4808],[-5.114699, 58.4810],[-5.114399, 58.4818],[-5.113599, 58.4835],[-5.1128, 58.4842],[-5.112199, 58.4847],[-5.112199, 58.4849],[-5.112299, 58.4851],[-5.112899, 58.4855],[-5.113901, 58.4857],[-5.1149, 58.4857],[-5.116499, 58.4858],[-5.1177, 58.4859],[-5.1189, 58.4862],[-5.119699, 58.4867],[-5.11990, 58.4870],[-5.11990, 58.4874],[-5.1192, 58.4899],[-5.118999, 58.4906],[-5.1192, 58.4912],[-5.119501, 58.4914],[-5.1202, 58.4915],[-5.12080, 58.4913],[-5.1214, 58.4908],[-5.122399, 58.4906],[-5.1239, 58.4906],[-5.124199, 58.4908],[-5.124199, 58.4914],[-5.124, 58.4921],[-5.123799, 58.4931],[-5.123799, 58.4935],[-5.123799, 58.4943],[-5.123701, 58.4951],[-5.12340, 58.4958],[-5.1227, 58.4961],[-5.1215, 58.4963],[-5.1202, 58.4964],[-5.1193, 58.497],[-5.118501, 58.4974],[-5.1184, 58.4975],[-5.118299, 58.4978],[-5.1184, 58.4982],[-5.118599, 58.4985],[-5.1194, 58.4992],[-5.1201, 58.4995],[-5.120299, 58.5003],[-5.120299, 58.5012],[-5.119999, 58.502],[-5.1192, 58.5025],[-5.1181, 58.5031],[-5.117199, 58.5036],[-5.116601, 58.5042],[-5.1168, 58.5049],[-5.116899, 58.5058],[-5.116601, 58.5068],[-5.1159, 58.5075],[-5.115099, 58.508],[-5.1152, 58.5086],[-5.115699, 58.5091],[-5.1159, 58.5095],[-5.115699, 58.5101],[-5.115699, 58.5104],[-5.115799, 58.5107],[-5.116099, 58.5109],[-5.117099, 58.5113],[-5.1174, 58.5117],[-5.11730, 58.512],[-5.1168, 58.5126],[-5.1163, 58.5131],[-5.115799, 58.5138],[-5.115799, 58.5146],[-5.116001, 58.5154],[-5.1159, 58.5163],[-5.1163, 58.5173],[-5.1162, 58.5176],[-5.115399, 58.5177],[-5.114501, 58.5178],[-5.11380, 58.518],[-5.113299, 58.5185],[-5.1125, 58.5192],[-5.112, 58.5199],[-5.111401, 58.5207],[-5.1113, 58.5212],[-5.1113, 58.5218],[-5.111801, 58.5226],[-5.111801, 58.5229],[-5.1113, 58.5233],[-5.1104, 58.5236],[-5.109399, 58.5236],[-5.1085, 58.5235],[-5.107299, 58.5235],[-5.106201, 58.5237],[-5.105, 58.5243],[-5.104, 58.5251],[-5.1045, 58.5266],[-5.1045, 58.527],[-5.104, 58.5277],[-5.1036, 58.5286],[-5.103, 58.5292],[-5.1022, 58.5296],[-5.1009, 58.5296],[-5.099699, 58.5295],[-5.098199, 58.5296],[-5.0969, 58.5299],[-5.095399, 58.5308],[-5.094699, 58.5314],[-5.093901, 58.5322],[-5.0931, 58.5327],[-5.0921, 58.5329],[-5.0913, 58.5332],[-5.09120, 58.5337],[-5.090899, 58.5342],[-5.090199, 58.5346],[-5.0895, 58.5351],[-5.089301, 58.5354],[-5.0892, 58.5359],[-5.089399, 58.5367],[-5.0897, 58.5371],[-5.09, 58.5377],[-5.0899, 58.5381],[-5.089, 58.5385],[-5.087999, 58.5385],[-5.0872, 58.5386],[-5.0858, 58.5385],[-5.084101, 58.5384],[-5.082799, 58.5384],[-5.0819, 58.5385],[-5.080699, 58.5387],[-5.0793, 58.5389],[-5.0784, 58.5387],[-5.0777, 58.5384],[-5.076401, 58.5382],[-5.074999, 58.538],[-5.073599, 58.5379],[-5.0724, 58.5375],[-5.070799, 58.5372],[-5.0695, 58.5369],[-5.068299, 58.5370],[-5.066801, 58.5375],[-5.065499, 58.5377],[-5.064101, 58.5382],[-5.0626, 58.5386],[-5.0615, 58.5391],[-5.059999, 58.5399],[-5.05880, 58.5404],[-5.057799, 58.5407],[-5.0564, 58.541],[-5.054999, 58.5414],[-5.0538, 58.5416],[-5.0524, 58.5418],[-5.0516, 58.5419],[-5.0509, 58.5419],[-5.050099, 58.5417],[-5.0495, 58.5419],[-5.0495, 58.5422],[-5.0496, 58.5424],[-5.049799, 58.5426],[-5.050099, 58.5427],[-5.0512, 58.5427],[-5.0516, 58.5429],[-5.0517, 58.5431],[-5.051499, 58.5435],[-5.050799, 58.5442],[-5.0495, 58.5448],[-5.0486, 58.5454],[-5.0478, 58.5459],[-5.0472, 58.5463],[-5.046401, 58.5467],[-5.045599, 58.5471],[-5.0445, 58.5478],[-5.044301, 58.5485],[-5.044199, 58.5493],[-5.04410, 58.5498],[-5.04400, 58.5501],[-5.043799, 58.5503],[-5.0432, 58.5506],[-5.0425, 58.5510],[-5.041699, 58.5512],[-5.040599, 58.5514],[-5.039999, 58.5517],[-5.039101, 58.5522],[-5.03890, 58.5526],[-5.038701, 58.5532],[-5.038799, 58.5537],[-5.039101, 58.5542],[-5.0393, 58.5548],[-5.039501, 58.5559],[-5.0394, 58.5564],[-5.039101, 58.5568],[-5.038599, 58.5574],[-5.037899, 58.5581],[-5.037099, 58.5587],[-5.035699, 58.5594],[-5.033501, 58.5608],[-5.032499, 58.5614],[-5.031499, 58.5619],[-5.0306, 58.5622],[-5.0295, 58.563],[-5.028999, 58.5636],[-5.0286, 58.5645],[-5.028501, 58.5654],[-5.028501, 58.5664],[-5.0286, 58.5672],[-5.0288, 58.5681],[-5.0291, 58.5688],[-5.0292, 58.569],[-5.0295, 58.5692],[-5.0303, 58.5693],[-5.0313, 58.5691],[-5.0316, 58.5693],[-5.0316, 58.5695],[-5.031401, 58.5699],[-5.0307, 58.5704],[-5.0296, 58.5707],[-5.0286, 58.5707],[-5.027699, 58.5705],[-5.026801, 58.5705],[-5.0261, 58.5707],[-5.02570, 58.571],[-5.0253, 58.5715],[-5.025199, 58.572],[-5.0253, 58.5724],[-5.0254, 58.5726],[-5.025899, 58.5732],[-5.025899, 58.5734],[-5.02570, 58.5735],[-5.025, 58.5739],[-5.023901, 58.5744],[-5.02220, 58.5751],[-5.02, 58.5756],[-5.0176, 58.5766],[-5.0165, 58.5769],[-5.014699, 58.5772],[-5.013901, 58.5776],[-5.0131, 58.5781],[-5.012499, 58.5786],[-5.012599, 58.5792],[-5.0127, 58.5794],[-5.0128, 58.5796],[-5.012899, 58.5796],[-5.015399, 58.5798],[-5.0169, 58.5798],[-5.018199, 58.5797],[-5.019, 58.5797],[-5.019501, 58.5799],[-5.01970, 58.5802],[-5.0198, 58.5807],[-5.01970, 58.5811],[-5.0193, 58.5817],[-5.0185, 58.5825],[-5.017499, 58.5836],[-5.0169, 58.584],[-5.0155, 58.5844],[-5.015299, 58.5847],[-5.015299, 58.5852],[-5.0156, 58.5856],[-5.0165, 58.5862],[-5.017499, 58.5866],[-5.018799, 58.587],[-5.0194, 58.5873],[-5.01970, 58.5875],[-5.0198, 58.5878],[-5.019199, 58.5888],[-5.018799, 58.5893],[-5.0184, 58.5898],[-5.017499, 58.5907],[-5.016699, 58.5912],[-5.016001, 58.5913],[-5.015299, 58.5913],[-5.0143, 58.5913],[-5.0131, 58.5914],[-5.0116, 58.5915],[-5.010099, 58.5916],[-5.0099, 58.5917],[-5.009399, 58.5922],[-5.0091, 58.5928],[-5.0091, 58.5934],[-5.009301, 58.5941],[-5.009699, 58.5950],[-5.0102, 58.5959],[-5.0109, 58.5967],[-5.011499, 58.5975],[-5.0113, 58.5985],[-5.011001, 58.599],[-5.0103, 58.5998],[-5.0102, 58.5999],[-5.010099, 58.6004],[-5.010399, 58.6006],[-5.0109, 58.6008],[-5.0121, 58.6008],[-5.0131, 58.6009],[-5.0138, 58.6011],[-5.013901, 58.6012],[-5.013999, 58.6015],[-5.013999, 58.602],[-5.0142, 58.6026],[-5.0144, 58.6032],[-5.0142, 58.6036],[-5.0137, 58.6040],[-5.013501, 58.6041],[-5.0128, 58.6043],[-5.0121, 58.6044],[-5.011401, 58.6048],[-5.0112, 58.6054],[-5.0112, 58.6058],[-5.011899, 58.6061],[-5.0124, 58.6065],[-5.012599, 58.6071],[-5.012899, 58.6078],[-5.012899, 58.608],[-5.0127, 58.6083],[-5.012199, 58.6085],[-5.011899, 58.6087],[-5.0112, 58.6089],[-5.010099, 58.6088],[-5.007599, 58.6089],[-5.007199, 58.6090],[-5.007, 58.6091],[-5.006899, 58.6093],[-5.00750, 58.6096],[-5.008299, 58.6101],[-5.009301, 58.611],[-5.0102, 58.6117],[-5.0116, 58.6127],[-5.0123, 58.6131],[-5.0124, 58.6135],[-5.0123, 58.6141],[-5.012199, 58.6148],[-5.012199, 58.6151],[-5.0123, 58.6155],[-5.0127, 58.6159],[-5.013299, 58.6164],[-5.0137, 58.6168],[-5.0137, 58.6174],[-5.0137, 58.6181],[-5.0134, 58.6185],[-5.012499, 58.6193],[-5.0117, 58.6204],[-5.0109, 58.621],[-5.009699, 58.6218],[-5.0092, 58.6223],[-5.0092, 58.6227],[-5.009399, 58.6233],[-5.009301, 58.6235],[-5.0091, 58.6236],[-5.0087, 58.6237],[-5.007699, 58.6237],[-5.007299, 58.6238],[-5.007199, 58.6239],[-5.007199, 58.6241],[-5.00740, 58.625],[-5.007199, 58.6255],[-5.006899, 58.626],[-5.006401, 58.6263],[-5.005899, 58.6265],[-5.0053, 58.6268],[-5.0047, 58.627],[-5.0042, 58.627],[-5.0028, 58.6268],[-5.001601, 58.6267],[-5.0015, 58.6268],[-5.0015, 58.627],[-5.0019, 58.6274],[-5.0025, 58.6277],[-5.003399, 58.6281],[-5.0036, 58.6283],[-5.003701, 58.6284],[-5.0036, 58.6285],[-5.003399, 58.6286],[-5.002699, 58.6287],[-5.0019, 58.6285],[-5.001201, 58.6284],[-5.0005, 58.6282],[-4.999599, 58.6279],[-4.9984, 58.6273],[-4.997001, 58.6275],[-4.9955, 58.6276],[-4.993501, 58.6269],[-4.99170, 58.6263],[-4.990099, 58.6254],[-4.987999, 58.6237],[-4.9857, 58.6227],[-4.9849, 58.6225],[-4.9835, 58.6227],[-4.982399, 58.6216],[-4.9815, 58.6214],[-4.9786, 58.6213],[-4.977499, 58.6202],[-4.976, 58.6191],[-4.974599, 58.6189],[-4.9738, 58.6186],[-4.973701, 58.6183],[-4.973701, 58.6180],[-4.974699, 58.6172],[-4.97440, 58.6168],[-4.9731, 58.6165],[-4.972099, 58.6166],[-4.9702, 58.6171],[-4.9687, 58.6168],[-4.965799, 58.6163],[-4.961201, 58.6158],[-4.957699, 58.6151],[-4.954999, 58.6138],[-4.954501, 58.6134],[-4.9547, 58.6132],[-4.9558, 58.6124],[-4.9558, 58.6119],[-4.9548, 58.6115],[-4.9488, 58.6113],[-4.946001, 58.6109],[-4.944399, 58.6102],[-4.943399, 58.6099],[-4.940599, 58.611],[-4.94030, 58.6115],[-4.940499, 58.6120],[-4.9407, 58.6129],[-4.940199, 58.6136],[-4.938799, 58.6142],[-4.937799, 58.6143],[-4.936601, 58.6144],[-4.935599, 58.6157],[-4.934899, 58.6171],[-4.930699, 58.6173],[-4.9271, 58.6172],[-4.923399, 58.6164],[-4.9194, 58.6159],[-4.91590, 58.6152],[-4.9093, 58.6149],[-4.905499, 58.6145],[-4.903299, 58.6142],[-4.8995, 58.6147],[-4.8979, 58.6143],[-4.895599, 58.6137],[-4.893, 58.6134],[-4.8894, 58.6132],[-4.8863, 58.6131],[-4.8821, 58.6151],[-4.8804, 58.6157],[-4.877699, 58.6154],[-4.875299, 58.6156],[-4.8739, 58.6149],[-4.868501, 58.6107],[-4.8668, 58.6099],[-4.8641, 58.6097],[-4.8638, 58.6094],[-4.8637, 58.6084],[-4.8624, 58.6081],[-4.86110, 58.6081],[-4.860099, 58.6083],[-4.8596, 58.6081],[-4.857999, 58.6069],[-4.856699, 58.6067],[-4.855599, 58.6067],[-4.8544, 58.6056],[-4.8514, 58.6031],[-4.84880, 58.6022],[-4.847001, 58.6019],[-4.846499, 58.6016],[-4.845699, 58.6005],[-4.8441, 58.6001],[-4.841499, 58.6003],[-4.8403, 58.6007],[-4.840099, 58.6014],[-4.840099, 58.602],[-4.839799, 58.6024],[-4.8392, 58.6024],[-4.8383, 58.602],[-4.837, 58.6017],[-4.834199, 58.6018],[-4.833799, 58.6017],[-4.8336, 58.6013],[-4.833799, 58.6009],[-4.833399, 58.6007],[-4.832699, 58.6005],[-4.830699, 58.5999],[-4.8276, 58.5995],[-4.8255, 58.5987],[-4.824999, 58.5985],[-4.823999, 58.5982],[-4.8234, 58.5982],[-4.822599, 58.5979],[-4.822199, 58.5976],[-4.822199, 58.5972],[-4.822599, 58.5969],[-4.824399, 58.5973],[-4.8253, 58.5973],[-4.8259, 58.5969],[-4.826099, 58.5964],[-4.826001, 58.5959],[-4.825399, 58.5954],[-4.8249, 58.5951],[-4.8242, 58.5944],[-4.8237, 58.5937],[-4.822899, 58.5931],[-4.8212, 58.5929],[-4.8196, 58.5919],[-4.818399, 58.5909],[-4.817299, 58.5902],[-4.8154, 58.5897],[-4.815199, 58.5890],[-4.815199, 58.5879],[-4.81570, 58.5865],[-4.81670, 58.5853],[-4.8171, 58.5844],[-4.817, 58.584],[-4.8166, 58.5832],[-4.816801, 58.5826],[-4.819301, 58.5811],[-4.819399, 58.5804],[-4.8191, 58.5804],[-4.817999, 58.5797],[-4.817599, 58.5791],[-4.8175, 58.5786],[-4.817999, 58.5776],[-4.8179, 58.5771],[-4.817599, 58.5766],[-4.8175, 58.5748],[-4.817999, 58.5738],[-4.821001, 58.5723],[-4.822001, 58.5717],[-4.821899, 58.5717],[-4.8211, 58.5715],[-4.819799, 58.572],[-4.818501, 58.572],[-4.817599, 58.5719],[-4.81670, 58.5723],[-4.815899, 58.5724],[-4.8154, 58.5721],[-4.8153, 58.5715],[-4.8154, 58.5703],[-4.8171, 58.5688],[-4.8172, 58.5682],[-4.81670, 58.567],[-4.8166, 58.5658],[-4.817599, 58.5642],[-4.817299, 58.5636],[-4.816801, 58.5629],[-4.815, 58.5625],[-4.814101, 58.5617],[-4.8136, 58.5597],[-4.8129, 58.5587],[-4.8101, 58.5572],[-4.809, 58.556],[-4.808199, 58.5551],[-4.806499, 58.555],[-4.804501, 58.5549],[-4.800799, 58.5536],[-4.7988, 58.5526],[-4.797299, 58.5522],[-4.7961, 58.5514],[-4.7947, 58.5504],[-4.792099, 58.5487],[-4.791699, 58.5479],[-4.7922, 58.5472],[-4.7933, 58.5456],[-4.792799, 58.5443],[-4.7925, 58.5434],[-4.792799, 58.5428],[-4.796899, 58.5407],[-4.7996, 58.5396],[-4.801899, 58.5392],[-4.8076, 58.5363],[-4.8129, 58.5338],[-4.8165, 58.5305],[-4.8186, 58.529],[-4.819301, 58.5279],[-4.8203, 58.5275],[-4.8203, 58.5267],[-4.82, 58.5259],[-4.820499, 58.5257],[-4.8267, 58.525],[-4.827799, 58.5241],[-4.832001, 58.5238],[-4.8323, 58.5235],[-4.8323, 58.5234],[-4.8318, 58.5231],[-4.8293, 58.523],[-4.823299, 58.5234],[-4.8217, 58.5236],[-4.819399, 58.5242],[-4.8179, 58.5248],[-4.817, 58.5257],[-4.8154, 58.5273],[-4.814899, 58.5273],[-4.81220, 58.5272],[-4.810699, 58.5274],[-4.8101, 58.5274],[-4.8098, 58.5273],[-4.8098, 58.527],[-4.810599, 58.5262],[-4.8109, 58.5254],[-4.8108, 58.5244],[-4.8108, 58.5239],[-4.809899, 58.5232],[-4.8094, 58.5229],[-4.8088, 58.5212],[-4.8083, 58.5203],[-4.808199, 58.5194],[-4.8085, 58.5182],[-4.8085, 58.5179],[-4.8084, 58.5175],[-4.808, 58.5166],[-4.8074, 58.5157],[-4.8067, 58.5157],[-4.8064, 58.5166],[-4.806099, 58.52],[-4.8059, 58.5216],[-4.8056, 58.5223],[-4.804101, 58.5229],[-4.802899, 58.5237],[-4.801899, 58.5239],[-4.801499, 58.5241],[-4.8012, 58.5245],[-4.801401, 58.525],[-4.8013, 58.5259],[-4.800499, 58.5261],[-4.798999, 58.5262],[-4.7979, 58.5259],[-4.796299, 58.5252],[-4.7953, 58.5249],[-4.795, 58.5251],[-4.795, 58.5257],[-4.7953, 58.5262],[-4.7961, 58.5271],[-4.7961, 58.5281],[-4.7933, 58.5310],[-4.7909, 58.5326],[-4.7894, 58.5332],[-4.7883, 58.5357],[-4.787499, 58.5363],[-4.786099, 58.5370],[-4.784501, 58.5384],[-4.782899, 58.5389],[-4.7806, 58.5399],[-4.7788, 58.5435],[-4.77660, 58.5465],[-4.7761, 58.5491],[-4.776299, 58.55],[-4.7753, 58.5516],[-4.777299, 58.5527],[-4.780099, 58.5534],[-4.784999, 58.5541],[-4.7873, 58.5543],[-4.7905, 58.5557],[-4.7945, 58.5573],[-4.796401, 58.5597],[-4.802299, 58.5623],[-4.803501, 58.5635],[-4.803901, 58.5643],[-4.803501, 58.5653],[-4.801801, 58.566],[-4.799699, 58.567],[-4.7986, 58.5678],[-4.798501, 58.5686],[-4.798999, 58.5697],[-4.798901, 58.5705],[-4.797999, 58.5715],[-4.796201, 58.5724],[-4.7951, 58.573],[-4.795, 58.5736],[-4.795599, 58.5741],[-4.795899, 58.5744],[-4.7957, 58.5748],[-4.7953, 58.5753],[-4.794799, 58.5769],[-4.7941, 58.577],[-4.7936, 58.577],[-4.7929, 58.5768],[-4.7922, 58.5771],[-4.791299, 58.5778],[-4.790299, 58.5781],[-4.7885, 58.5781],[-4.786601, 58.5779],[-4.7855, 58.5779],[-4.7851, 58.5777],[-4.784599, 58.5776],[-4.782499, 58.5783],[-4.7806, 58.5783],[-4.777, 58.5787],[-4.775599, 58.5787],[-4.7745, 58.5786],[-4.773799, 58.5782],[-4.773099, 58.5778],[-4.772299, 58.5778],[-4.770899, 58.5781],[-4.7689, 58.5777],[-4.7663, 58.5776],[-4.765299, 58.5778],[-4.764599, 58.5786],[-4.7638, 58.5835],[-4.7648, 58.5849],[-4.767001, 58.5857],[-4.7668, 58.5872],[-4.768701, 58.5885],[-4.772299, 58.5907],[-4.7751, 58.5936],[-4.7761, 58.5948],[-4.777299, 58.5954],[-4.783901, 58.5958],[-4.784699, 58.5962],[-4.784501, 58.5966],[-4.783901, 58.5973],[-4.7865, 58.5992],[-4.787199, 58.6000],[-4.7893, 58.6003],[-4.789599, 58.6007],[-4.789501, 58.6012],[-4.788701, 58.6012],[-4.7864, 58.6008],[-4.783999, 58.6005],[-4.781801, 58.6021],[-4.7802, 58.6021],[-4.778501, 58.6015],[-4.7775, 58.6014],[-4.776801, 58.6019],[-4.776299, 58.6026],[-4.7753, 58.6032],[-4.7744, 58.6037],[-4.7732, 58.6046],[-4.7726, 58.6053],[-4.771801, 58.6054],[-4.7707, 58.6051],[-4.7698, 58.6054],[-4.7689, 58.6056],[-4.7683, 58.6058],[-4.767399, 58.6060],[-4.7668, 58.6060],[-4.766099, 58.6059],[-4.766201, 58.6057],[-4.7664, 58.6054],[-4.7672, 58.6047],[-4.767799, 58.6042],[-4.7683, 58.6036],[-4.768701, 58.6026],[-4.7686, 58.6016],[-4.767499, 58.6006],[-4.763599, 58.5987],[-4.763, 58.5981],[-4.762899, 58.5976],[-4.763901, 58.5967],[-4.764599, 58.5956],[-4.7648, 58.5946],[-4.764599, 58.5942],[-4.763599, 58.5937],[-4.763299, 58.5932],[-4.763299, 58.5922],[-4.763299, 58.5914],[-4.76180, 58.5891],[-4.76090, 58.5887],[-4.759301, 58.5887],[-4.757199, 58.5893],[-4.756401, 58.5898],[-4.756001, 58.5898],[-4.755099, 58.5895],[-4.754301, 58.5883],[-4.754, 58.5874],[-4.753701, 58.5864],[-4.7529, 58.5856],[-4.7526, 58.5848],[-4.7515, 58.5842],[-4.750599, 58.5841],[-4.7498, 58.5836],[-4.749, 58.5833],[-4.747799, 58.5836],[-4.7465, 58.584],[-4.7456, 58.5841],[-4.743501, 58.5841],[-4.741601, 58.5846],[-4.740699, 58.5854],[-4.7399, 58.5856],[-4.739301, 58.5853],[-4.738501, 58.5844],[-4.737599, 58.5834],[-4.7371, 58.5822],[-4.738599, 58.5791],[-4.739301, 58.5781],[-4.7392, 58.5778],[-4.7387, 58.5768],[-4.7388, 58.5753],[-4.739501, 58.5739],[-4.739301, 58.5732],[-4.736801, 58.5712],[-4.735499, 58.5704],[-4.7341, 58.5694],[-4.733399, 58.5694],[-4.7326, 58.5691],[-4.731801, 58.5682],[-4.730899, 58.5682],[-4.728701, 58.5694],[-4.7251, 58.5717],[-4.7231, 58.5718],[-4.721099, 58.5717],[-4.7184, 58.5716],[-4.7163, 58.5718],[-4.7147, 58.5716],[-4.714399, 58.5712],[-4.7145, 58.5702],[-4.716001, 58.5678],[-4.716499, 58.5666],[-4.716499, 58.5653],[-4.7161, 58.565],[-4.7153, 58.5649],[-4.714799, 58.5656],[-4.71460, 58.5675],[-4.7133, 58.5692],[-4.712399, 58.5701],[-4.711401, 58.5702],[-4.710599, 58.5695],[-4.710199, 58.5682],[-4.709599, 58.5681],[-4.7086, 58.5685],[-4.707699, 58.5685],[-4.707001, 58.5681],[-4.7039, 58.5677],[-4.701401, 58.5674],[-4.701401, 58.5673],[-4.701401, 58.5668],[-4.702099, 58.5662],[-4.7055, 58.5647],[-4.7061, 58.564],[-4.706299, 58.563],[-4.70690, 58.5623],[-4.70690, 58.5618],[-4.7065, 58.5614],[-4.7048, 58.5606],[-4.7031, 58.5602],[-4.7018, 58.5595],[-4.699399, 58.5581],[-4.697999, 58.5573],[-4.697199, 58.5572],[-4.6942, 58.5575],[-4.6928, 58.5577],[-4.691201, 58.5577],[-4.689899, 58.5581],[-4.6894, 58.558],[-4.689101, 58.5576],[-4.6882, 58.5566],[-4.6875, 58.5565],[-4.6826, 58.557],[-4.681099, 58.5568],[-4.678999, 58.5558],[-4.6777, 58.5553],[-4.6759, 58.5551],[-4.675799, 58.5548],[-4.676099, 58.5545],[-4.6781, 58.5540],[-4.6781, 58.5536],[-4.6778, 58.5531],[-4.677001, 58.5528],[-4.6766, 58.5525],[-4.676401, 58.5516],[-4.6757, 58.5511],[-4.674301, 58.5509],[-4.6731, 58.5505],[-4.672, 58.5504],[-4.6716, 58.5506],[-4.6715, 58.5510],[-4.6715, 58.5519],[-4.671, 58.5526],[-4.669799, 58.5531],[-4.6686, 58.5532],[-4.666699, 58.553],[-4.6654, 58.5525],[-4.6647, 58.5518],[-4.663599, 58.5516],[-4.6626, 58.552],[-4.6613, 58.5528],[-4.660399, 58.5538],[-4.659699, 58.5538],[-4.6587, 58.5536],[-4.657499, 58.5529],[-4.657001, 58.5522],[-4.6563, 58.5516],[-4.656001, 58.5516],[-4.6556, 58.5521],[-4.655399, 58.5528],[-4.65460, 58.5532],[-4.6541, 58.5532],[-4.652999, 58.5531],[-4.6521, 58.553],[-4.6512, 58.553],[-4.65100, 58.553],[-4.65100, 58.5526],[-4.651401, 58.5521],[-4.6531, 58.5516],[-4.6538, 58.5514],[-4.6538, 58.5510],[-4.653901, 58.5504],[-4.65450, 58.5499],[-4.6562, 58.5496],[-4.6601, 58.5501],[-4.66060, 58.55],[-4.6608, 58.5496],[-4.659999, 58.5492],[-4.6593, 58.5490],[-4.6588, 58.5485],[-4.658501, 58.5481],[-4.658, 58.5480],[-4.6574, 58.5480],[-4.6562, 58.5482],[-4.6552, 58.5483],[-4.65450, 58.5483],[-4.6537, 58.5473],[-4.653501, 58.5468],[-4.6525, 58.5464],[-4.6517, 58.5458],[-4.6517, 58.5448],[-4.6517, 58.5427],[-4.6516, 58.5426],[-4.6504, 58.5425],[-4.65, 58.5422],[-4.65, 58.5418],[-4.6504, 58.5413],[-4.6503, 58.5408],[-4.6494, 58.5402],[-4.649, 58.5389],[-4.648901, 58.5359],[-4.6496, 58.5351],[-4.650499, 58.5345],[-4.6508, 58.5340],[-4.651299, 58.5332],[-4.653399, 58.5319],[-4.658501, 58.5280],[-4.659101, 58.5271],[-4.659599, 58.5266],[-4.66060, 58.5265],[-4.662399, 58.5271],[-4.663799, 58.5279],[-4.6651, 58.5280],[-4.6665, 58.5278],[-4.667699, 58.5267],[-4.6686, 58.5257],[-4.6701, 58.5243],[-4.672999, 58.5222],[-4.675099, 58.521],[-4.675799, 58.5201],[-4.6762, 58.5195],[-4.6788, 58.5182],[-4.679599, 58.5172],[-4.679999, 58.516],[-4.6806, 58.516],[-4.6819, 58.5162],[-4.682499, 58.516],[-4.6826, 58.5155],[-4.6826, 58.5149],[-4.6824, 58.5142],[-4.682099, 58.5139],[-4.6813, 58.5138],[-4.6806, 58.514],[-4.6793, 58.5148],[-4.6788, 58.5148],[-4.6787, 58.5146],[-4.6787, 58.5141],[-4.6798, 58.5125],[-4.681201, 58.5115],[-4.6833, 58.5102],[-4.6865, 58.5098],[-4.687099, 58.5098],[-4.6872, 58.5102],[-4.687001, 58.5107],[-4.686201, 58.5113],[-4.6847, 58.5122],[-4.6839, 58.5126],[-4.683701, 58.5133],[-4.684199, 58.5137],[-4.685299, 58.5135],[-4.689101, 58.5125],[-4.689899, 58.5118],[-4.690199, 58.511],[-4.6915, 58.5105],[-4.6916, 58.5096],[-4.69110, 58.5092],[-4.69110, 58.5083],[-4.690899, 58.5074],[-4.691, 58.5068],[-4.691, 58.5062],[-4.6921, 58.5055],[-4.697199, 58.5049],[-4.6974, 58.5047],[-4.6975, 58.5041],[-4.698299, 58.5033],[-4.700699, 58.5027],[-4.701601, 58.5021],[-4.7047, 58.5015],[-4.706299, 58.5007],[-4.707099, 58.4998],[-4.711299, 58.4959],[-4.7142, 58.4928],[-4.7192, 58.4863],[-4.7209, 58.4843],[-4.7219, 58.483],[-4.724101, 58.4815],[-4.7248, 58.4805],[-4.726601, 58.4777],[-4.728799, 58.4757],[-4.7308, 58.4744],[-4.734301, 58.4726],[-4.736801, 58.4709],[-4.7391, 58.4681],[-4.739501, 58.4667],[-4.7403, 58.4664],[-4.741499, 58.4661],[-4.7428, 58.4651],[-4.7438, 58.4643],[-4.744501, 58.4629],[-4.744501, 58.4624],[-4.743701, 58.4615],[-4.7427, 58.4605],[-4.742499, 58.4598],[-4.742499, 58.4595],[-4.7428, 58.4595],[-4.7448, 58.4601],[-4.748701, 58.461],[-4.7493, 58.4608],[-4.750199, 58.4597],[-4.7504, 58.4577],[-4.750299, 58.4566],[-4.749501, 58.455],[-4.7494, 58.4542],[-4.749501, 58.4535],[-4.7514, 58.4522],[-4.753701, 58.4515],[-4.7567, 58.4518],[-4.7574, 58.4512],[-4.7575, 58.4505],[-4.757, 58.4499],[-4.756001, 58.4497],[-4.7545, 58.4497],[-4.7504, 58.4507],[-4.748799, 58.4508],[-4.7477, 58.4513],[-4.747001, 58.4513],[-4.745699, 58.4511],[-4.745299, 58.4509],[-4.7452, 58.4506],[-4.745399, 58.4502],[-4.7459, 58.4499],[-4.7472, 58.4498],[-4.7485, 58.4498],[-4.749, 58.4501],[-4.7501, 58.4501],[-4.7508, 58.4494],[-4.7508, 58.4491],[-4.7498, 58.4491],[-4.749, 58.4493],[-4.7485, 58.4493],[-4.7485, 58.4491],[-4.7497, 58.4475],[-4.7501, 58.4469],[-4.750199, 58.4462],[-4.7497, 58.446],[-4.74860, 58.4466],[-4.7472, 58.4474],[-4.746201, 58.4478],[-4.746, 58.4484],[-4.7456, 58.4487],[-4.7448, 58.4486],[-4.7439, 58.4485],[-4.7428, 58.4486],[-4.742599, 58.4493],[-4.742899, 58.4499],[-4.742599, 58.4501],[-4.742099, 58.4501],[-4.740799, 58.4496],[-4.737199, 58.4485],[-4.7345, 58.4482],[-4.733901, 58.4483],[-4.732399, 58.4495],[-4.730599, 58.4517],[-4.7279, 58.4544],[-4.727001, 58.4553],[-4.726099, 58.4561],[-4.7248, 58.4569],[-4.724199, 58.4576],[-4.7239, 58.4594],[-4.723501, 58.4611],[-4.722899, 58.4629],[-4.7224, 58.4638],[-4.7219, 58.4643],[-4.720699, 58.4649],[-4.71820, 58.4648],[-4.7145, 58.4644],[-4.7125, 58.4651],[-4.711201, 58.4657],[-4.709899, 58.466],[-4.707699, 58.4663],[-4.70590, 58.4668],[-4.704101, 58.4683],[-4.702099, 58.469],[-4.699399, 58.4695],[-4.698501, 58.4698],[-4.697001, 58.4705],[-4.696499, 58.4717],[-4.6961, 58.4724],[-4.695, 58.4734],[-4.693399, 58.4746],[-4.693099, 58.4758],[-4.6932, 58.4775],[-4.692699, 58.4789],[-4.691899, 58.4790],[-4.689, 58.4787],[-4.686201, 58.4791],[-4.6839, 58.4785],[-4.682799, 58.4784],[-4.6806, 58.4791],[-4.678199, 58.4813],[-4.6762, 58.4827],[-4.675, 58.4838],[-4.672299, 58.4847],[-4.6689, 58.4850],[-4.6661, 58.4840],[-4.6643, 58.4836],[-4.6619, 58.4837],[-4.6609, 58.4842],[-4.660399, 58.4846],[-4.6599, 58.4852],[-4.6598, 58.4857],[-4.659699, 58.4871],[-4.659501, 58.4881],[-4.6593, 58.4889],[-4.659101, 58.4896],[-4.659599, 58.4907],[-4.6601, 58.4911],[-4.660399, 58.4918],[-4.660399, 58.4925],[-4.658999, 58.4947],[-4.658599, 58.4956],[-4.6584, 58.4965],[-4.658599, 58.4974],[-4.6594, 58.4985],[-4.6601, 58.4988],[-4.661099, 58.4991],[-4.662799, 58.4991],[-4.6647, 58.498],[-4.665599, 58.4973],[-4.666299, 58.4973],[-4.6664, 58.4977],[-4.6659, 58.4989],[-4.6652, 58.5003],[-4.6644, 58.5009],[-4.6634, 58.501],[-4.6618, 58.4998],[-4.6605, 58.4997],[-4.659599, 58.5001],[-4.657199, 58.5039],[-4.6567, 58.5073],[-4.655, 58.5092],[-4.653299, 58.5105],[-4.6517, 58.5116],[-4.6495, 58.5126],[-4.648799, 58.5132],[-4.6486, 58.5141],[-4.647399, 58.5153],[-4.646299, 58.5172],[-4.645199, 58.5183],[-4.644, 58.5193],[-4.6427, 58.52],[-4.6405, 58.5206],[-4.638501, 58.5221],[-4.637499, 58.5227],[-4.6368, 58.5228],[-4.635799, 58.5227],[-4.6349, 58.5223],[-4.6307, 58.5216],[-4.629301, 58.522],[-4.625599, 58.524],[-4.62400, 58.5249],[-4.623099, 58.5252],[-4.6193, 58.5254],[-4.617499, 58.5254],[-4.6159, 58.5252],[-4.615399, 58.525],[-4.6152, 58.5245],[-4.6152, 58.5236],[-4.614999, 58.5233],[-4.6137, 58.5229],[-4.612999, 58.5218],[-4.6127, 58.5211],[-4.6127, 58.5207],[-4.6131, 58.5201],[-4.6137, 58.5193],[-4.6137, 58.519],[-4.612999, 58.5174],[-4.613299, 58.5168],[-4.613999, 58.5162],[-4.6162, 58.5154],[-4.619599, 58.5141],[-4.619699, 58.5138],[-4.619699, 58.5134],[-4.619599, 58.5133],[-4.619101, 58.5129],[-4.618199, 58.5123],[-4.6173, 58.5126],[-4.617001, 58.5133],[-4.6167, 58.5138],[-4.616499, 58.514],[-4.6142, 58.5146],[-4.611499, 58.5151],[-4.6104, 58.516],[-4.610199, 58.5169],[-4.610199, 58.5178],[-4.610499, 58.5198],[-4.610099, 58.5218],[-4.609399, 58.5235],[-4.60830, 58.5246],[-4.605199, 58.5259],[-4.6039, 58.5266],[-4.603099, 58.5276],[-4.6019, 58.5279],[-4.599501, 58.5285],[-4.5988, 58.5293],[-4.598599, 58.5310],[-4.5993, 58.5321],[-4.599101, 58.5328],[-4.5983, 58.5337],[-4.597199, 58.5347],[-4.593501, 58.5351],[-4.590799, 58.5356],[-4.5904, 58.5361],[-4.5913, 58.5373],[-4.591499, 58.5428],[-4.592599, 58.5473],[-4.5931, 58.5487],[-4.5948, 58.55],[-4.597001, 58.5516],[-4.5993, 58.5532],[-4.6005, 58.5546],[-4.6009, 58.5557],[-4.601, 58.5567],[-4.600399, 58.5576],[-4.598199, 58.5587],[-4.5963, 58.5601],[-4.594699, 58.5606],[-4.5942, 58.561],[-4.594301, 58.5613],[-4.5949, 58.5617],[-4.5948, 58.5624],[-4.593501, 58.5633],[-4.5927, 58.5639],[-4.5913, 58.5653],[-4.5913, 58.566],[-4.5916, 58.5665],[-4.592599, 58.5669],[-4.593501, 58.5672],[-4.5938, 58.5675],[-4.593599, 58.5683],[-4.5938, 58.5689],[-4.595399, 58.5698],[-4.595799, 58.5706],[-4.5959, 58.5712],[-4.5949, 58.5728],[-4.593501, 58.5733],[-4.5907, 58.575],[-4.588799, 58.5753],[-4.5854, 58.5756],[-4.584899, 58.576],[-4.5851, 58.5765],[-4.5878, 58.5771],[-4.588099, 58.5773],[-4.587999, 58.5778],[-4.587, 58.5783],[-4.586201, 58.5787],[-4.585199, 58.579],[-4.58390, 58.579],[-4.5829, 58.5789],[-4.581699, 58.5787],[-4.581201, 58.5787],[-4.579999, 58.5791],[-4.5794, 58.5794],[-4.578599, 58.5797],[-4.5781, 58.5801],[-4.577499, 58.5807],[-4.577099, 58.5812],[-4.576401, 58.5812],[-4.574999, 58.5814],[-4.5742, 58.5815],[-4.5737, 58.5815],[-4.573501, 58.5814],[-4.5732, 58.5811],[-4.5732, 58.5808],[-4.572999, 58.5804],[-4.572299, 58.58],[-4.571401, 58.5795],[-4.570499, 58.5791],[-4.5695, 58.5784],[-4.5679, 58.5772],[-4.567299, 58.5771],[-4.565499, 58.5772],[-4.562001, 58.5787],[-4.5604, 58.5796],[-4.559599, 58.5795],[-4.5589, 58.5793],[-4.557799, 58.5792],[-4.55690, 58.5791],[-4.5555, 58.5796],[-4.554501, 58.5795],[-4.553901, 58.5794],[-4.552599, 58.5787],[-4.5517, 58.5785],[-4.550499, 58.5783],[-4.5491, 58.5785],[-4.547299, 58.5789],[-4.546299, 58.5792],[-4.542399, 58.5797],[-4.54220, 58.5806],[-4.542399, 58.5814],[-4.5419, 58.582],[-4.540599, 58.5824],[-4.539999, 58.5823],[-4.5384, 58.5806],[-4.537199, 58.5806],[-4.5368, 58.5803],[-4.5344, 58.58],[-4.5337, 58.5814],[-4.5324, 58.5822],[-4.531499, 58.582],[-4.531001, 58.5813],[-4.5312, 58.5804],[-4.5306, 58.5801],[-4.5272, 58.581],[-4.5247, 58.5808],[-4.523799, 58.5804],[-4.5232, 58.5787],[-4.522699, 58.5784],[-4.5214, 58.5782],[-4.5205, 58.5784],[-4.518099, 58.579],[-4.516201, 58.5791],[-4.5138, 58.5793],[-4.5127, 58.5797],[-4.511899, 58.5798],[-4.509699, 58.5791],[-4.507, 58.5784],[-4.5054, 58.5776],[-4.5026, 58.5779],[-4.501, 58.5774],[-4.498701, 58.577],[-4.497799, 58.5768],[-4.4972, 58.5765],[-4.4968, 58.575],[-4.4963, 58.5745],[-4.4952, 58.5743],[-4.4939, 58.5738],[-4.4927, 58.5724],[-4.491499, 58.5711],[-4.491401, 58.5698],[-4.491401, 58.5687],[-4.4906, 58.5682],[-4.488501, 58.5683],[-4.4866, 58.5686],[-4.484301, 58.5684],[-4.482999, 58.5675],[-4.479, 58.5664],[-4.4758, 58.5658],[-4.4734, 58.5643],[-4.470799, 58.5645],[-4.4691, 58.565],[-4.466401, 58.5647],[-4.4621, 58.5632],[-4.4597, 58.5621],[-4.4589, 58.562],[-4.455299, 58.5622],[-4.4548, 58.5617],[-4.4548, 58.5608],[-4.4539, 58.5599],[-4.453599, 58.5596],[-4.4538, 58.5586],[-4.4533, 58.558],[-4.450799, 58.5566],[-4.4499, 58.556],[-4.4499, 58.5548],[-4.4518, 58.5531],[-4.452499, 58.5522],[-4.4531, 58.5511],[-4.4534, 58.5499],[-4.4533, 58.5492],[-4.452899, 58.5491],[-4.451499, 58.5488],[-4.449399, 58.5494],[-4.448501, 58.5499],[-4.4481, 58.5515],[-4.447001, 58.5528],[-4.444799, 58.5538],[-4.443999, 58.5538],[-4.443099, 58.5535],[-4.442599, 58.5533],[-4.4416, 58.5531],[-4.439899, 58.5535],[-4.439101, 58.5539],[-4.4389, 58.5546],[-4.438799, 58.5562],[-4.438399, 58.5567],[-4.4365, 58.557],[-4.4347, 58.5568],[-4.4338, 58.5562],[-4.433701, 58.5555],[-4.433599, 58.5552],[-4.433199, 58.5552],[-4.4319, 58.555],[-4.430799, 58.5547],[-4.430699, 58.5544],[-4.430699, 58.5539],[-4.431099, 58.553],[-4.4313, 58.5519],[-4.431099, 58.5515],[-4.431001, 58.5514],[-4.430399, 58.5514],[-4.429599, 58.5517],[-4.4287, 58.552],[-4.427599, 58.5523],[-4.426899, 58.5524],[-4.4256, 58.5522],[-4.424399, 58.5519],[-4.423299, 58.5512],[-4.422699, 58.5504],[-4.422699, 58.5501],[-4.4241, 58.5496],[-4.4242, 58.5490],[-4.424699, 58.5486],[-4.4257, 58.5478],[-4.4259, 58.547],[-4.425499, 58.5462],[-4.425499, 58.5450],[-4.4252, 58.5430],[-4.4252, 58.5425],[-4.4256, 58.5422],[-4.4257, 58.5414],[-4.4252, 58.5397],[-4.424399, 58.5394],[-4.423299, 58.5393],[-4.4229, 58.5389],[-4.4229, 58.5385],[-4.4245, 58.5383],[-4.424699, 58.538],[-4.424699, 58.5377],[-4.423299, 58.5368],[-4.423501, 58.5355],[-4.4236, 58.5348],[-4.4232, 58.5340],[-4.423299, 58.5337],[-4.4237, 58.5336],[-4.424399, 58.5337],[-4.4257, 58.5340],[-4.427999, 58.5332],[-4.428501, 58.5321],[-4.428299, 58.5311],[-4.427899, 58.5306],[-4.4259, 58.5299],[-4.4229, 58.529],[-4.421801, 58.5280],[-4.420899, 58.5262],[-4.4196, 58.5255],[-4.4165, 58.5258],[-4.414199, 58.526],[-4.413, 58.5257],[-4.4108, 58.5256],[-4.409599, 58.5252],[-4.4084, 58.5246],[-4.4078, 58.5242],[-4.4074, 58.5237],[-4.4073, 58.5231],[-4.4077, 58.5225],[-4.408199, 58.5219],[-4.408901, 58.5212],[-4.409599, 58.5207],[-4.4099, 58.5206],[-4.410299, 58.5205],[-4.4114, 58.5204],[-4.4123, 58.5202],[-4.4139, 58.5196],[-4.4147, 58.5189],[-4.4159, 58.5179],[-4.418399, 58.5165],[-4.4207, 58.5154],[-4.4216, 58.5149],[-4.4222, 58.5144],[-4.4228, 58.5137],[-4.423299, 58.5126],[-4.423399, 58.5117],[-4.423501, 58.5113],[-4.4237, 58.5112],[-4.4241, 58.5112],[-4.425499, 58.5112],[-4.427899, 58.5112],[-4.428999, 58.5111],[-4.429999, 58.5109],[-4.431001, 58.5105],[-4.431601, 58.5102],[-4.432199, 58.5098],[-4.434, 58.5086],[-4.4358, 58.5064],[-4.43750, 58.5057],[-4.439199, 58.5054],[-4.440599, 58.5048],[-4.4437, 58.504],[-4.445399, 58.5033],[-4.4462, 58.5028],[-4.447001, 58.502],[-4.447199, 58.5015],[-4.447299, 58.5006],[-4.447599, 58.4989],[-4.447599, 58.4981],[-4.447299, 58.4975],[-4.446499, 58.497],[-4.445, 58.4965],[-4.4415, 58.4956],[-4.4379, 58.495],[-4.4323, 58.4939],[-4.4309, 58.4935],[-4.4306, 58.4933],[-4.4305, 58.4931],[-4.4305, 58.4928],[-4.4306, 58.4925],[-4.430799, 58.4924],[-4.432799, 58.4926],[-4.4361, 58.4929],[-4.437799, 58.4930],[-4.4397, 58.4933],[-4.443799, 58.4937],[-4.446401, 58.4943],[-4.4474, 58.4954],[-4.449699, 58.4968],[-4.4509, 58.4972],[-4.4523, 58.4972],[-4.452799, 58.4968],[-4.4533, 58.4962],[-4.453599, 58.4955],[-4.453599, 58.494],[-4.453, 58.4921],[-4.4518, 58.4911],[-4.449501, 58.4901],[-4.4491, 58.4895],[-4.4493, 58.4884],[-4.449999, 58.4869],[-4.4509, 58.4854],[-4.452899, 58.4834],[-4.4548, 58.4818],[-4.4572, 58.4798],[-4.4576, 58.4793],[-4.458, 58.4787],[-4.458399, 58.4777],[-4.4586, 58.4774],[-4.4594, 58.4767],[-4.459599, 58.4762],[-4.459799, 58.474],[-4.4601, 58.4734],[-4.4604, 58.4730],[-4.4628, 58.4706],[-4.4635, 58.4699],[-4.463799, 58.4694],[-4.463901, 58.469],[-4.4637, 58.4668],[-4.463901, 58.4656],[-4.464, 58.4647],[-4.4641, 58.463],[-4.4642, 58.4621],[-4.4641, 58.4604],[-4.4642, 58.4596],[-4.464399, 58.459],[-4.4647, 58.4586],[-4.465199, 58.4581],[-4.4657, 58.4577],[-4.467, 58.4572],[-4.469501, 58.4564],[-4.472199, 58.4556],[-4.4765, 58.4537],[-4.4765, 58.453],[-4.4764, 58.4523],[-4.476601, 58.452],[-4.4772, 58.4516],[-4.4773, 58.4512],[-4.477099, 58.4506],[-4.478, 58.45],[-4.478099, 58.4494],[-4.4777, 58.4487],[-4.4768, 58.4484],[-4.475699, 58.4486],[-4.4743, 58.4481],[-4.473701, 58.4474],[-4.4748, 58.4455],[-4.4758, 58.4428],[-4.475599, 58.4414],[-4.4744, 58.4406],[-4.473, 58.4405],[-4.472001, 58.4407],[-4.4717, 58.4411],[-4.473, 58.4424],[-4.473199, 58.4437],[-4.472899, 58.4453],[-4.4724, 58.4459],[-4.4706, 58.4462],[-4.468299, 58.4478],[-4.466001, 58.4488],[-4.463799, 58.4503],[-4.4604, 58.4531],[-4.4582, 58.4555],[-4.455299, 58.4563],[-4.4547, 58.4569],[-4.453599, 58.461],[-4.4531, 58.4616],[-4.451499, 58.4625],[-4.4491, 58.464],[-4.447199, 58.465],[-4.44460, 58.4656],[-4.4432, 58.4658],[-4.442699, 58.4665],[-4.440599, 58.4709],[-4.438399, 58.4737],[-4.4369, 58.4754],[-4.435299, 58.4768],[-4.4347, 58.4773],[-4.4335, 58.4777],[-4.432899, 58.4778],[-4.4318, 58.4779],[-4.430799, 58.4779],[-4.4274, 58.4773],[-4.422599, 58.4762],[-4.4224, 58.4762],[-4.4221, 58.4763],[-4.422, 58.4766],[-4.4221, 58.477],[-4.422299, 58.4772],[-4.4231, 58.4775],[-4.4256, 58.4780],[-4.426801, 58.4782],[-4.4278, 58.4785],[-4.428199, 58.4788],[-4.428299, 58.4794],[-4.4281, 58.4797],[-4.425499, 58.4804],[-4.4225, 58.4811],[-4.421801, 58.4814],[-4.420499, 58.4823],[-4.420199, 58.483],[-4.4203, 58.4839],[-4.421401, 58.4861],[-4.4221, 58.4876],[-4.422599, 58.489],[-4.4229, 58.4899],[-4.423399, 58.4906],[-4.424799, 58.4918],[-4.426099, 58.4926],[-4.4267, 58.4930],[-4.426899, 58.4932],[-4.427001, 58.4935],[-4.426899, 58.4938],[-4.426499, 58.494],[-4.4256, 58.4942],[-4.421801, 58.4943],[-4.4191, 58.4945],[-4.417699, 58.4948],[-4.417, 58.4952],[-4.416, 58.4960],[-4.4155, 58.4963],[-4.414199, 58.4966],[-4.413599, 58.4969],[-4.4127, 58.4976],[-4.4106, 58.4992],[-4.4052, 58.5027],[-4.4036, 58.5033],[-4.4011, 58.5047],[-4.398799, 58.5075],[-4.3969, 58.5082],[-4.3939, 58.5102],[-4.391601, 58.5103],[-4.387199, 58.5092],[-4.384699, 58.5093],[-4.3828, 58.5098],[-4.381499, 58.5111],[-4.381001, 58.5132],[-4.380099, 58.515],[-4.378901, 58.5162],[-4.375199, 58.5202],[-4.375199, 58.521],[-4.3747, 58.5215],[-4.3733, 58.5212],[-4.373199, 58.5206],[-4.37390, 58.52],[-4.373701, 58.5194],[-4.3729, 58.5192],[-4.372099, 58.5197],[-4.371601, 58.5209],[-4.3701, 58.5229],[-4.3688, 58.524],[-4.368199, 58.5249],[-4.368199, 58.5264],[-4.3681, 58.5268],[-4.363599, 58.5314],[-4.3625, 58.5321],[-4.361401, 58.5323],[-4.3604, 58.5322],[-4.360099, 58.5324],[-4.359799, 58.5333],[-4.357, 58.5356],[-4.3547, 58.5368],[-4.351601, 58.5378],[-4.348701, 58.5397],[-4.3473, 58.5395],[-4.3453, 58.5392],[-4.3442, 58.5400],[-4.342999, 58.5407],[-4.340899, 58.5414],[-4.3391, 58.5408],[-4.3371, 58.5419],[-4.334199, 58.5418],[-4.332399, 58.5405],[-4.331299, 58.5392],[-4.329999, 58.5390],[-4.3293, 58.5399],[-4.3298, 58.5412],[-4.3298, 58.5421],[-4.329501, 58.5427],[-4.329101, 58.5431],[-4.3284, 58.5431],[-4.3237, 58.5420],[-4.321499, 58.5412],[-4.3191, 58.5401],[-4.317699, 58.5385],[-4.316801, 58.5384],[-4.3161, 58.5385],[-4.3161, 58.5393],[-4.3174, 58.5418],[-4.318901, 58.5425],[-4.318901, 58.5427],[-4.316299, 58.5428],[-4.3139, 58.5421],[-4.312099, 58.5426],[-4.309, 58.5431],[-4.306001, 58.5439],[-4.303901, 58.5439],[-4.302999, 58.5433],[-4.302499, 58.5420],[-4.302001, 58.5417],[-4.300499, 58.5416],[-4.2992, 58.5424],[-4.297999, 58.5429],[-4.29720, 58.5432],[-4.2957, 58.5430],[-4.2933, 58.5423],[-4.2897, 58.5413],[-4.286201, 58.5411],[-4.281099, 58.5406],[-4.2795, 58.5400],[-4.278299, 58.5398],[-4.276801, 58.5400],[-4.2757, 58.5395],[-4.2751, 58.5395],[-4.2747, 58.5398],[-4.273901, 58.5395],[-4.2729, 58.5391],[-4.271801, 58.5391],[-4.270299, 58.5394],[-4.269501, 58.5391],[-4.268701, 58.538],[-4.267399, 58.5378],[-4.266001, 58.5376],[-4.264101, 58.5359],[-4.262899, 58.5346],[-4.2618, 58.5342],[-4.261499, 58.5331],[-4.2602, 58.532],[-4.260099, 58.5310],[-4.2602, 58.5307],[-4.260499, 58.5304],[-4.264501, 58.5285],[-4.2677, 58.5277],[-4.2694, 58.5272],[-4.270299, 58.5269],[-4.2705, 58.5266],[-4.2693, 58.5254],[-4.267001, 58.5242],[-4.265299, 58.5213],[-4.263999, 58.5202],[-4.264101, 58.5197],[-4.2643, 58.5187],[-4.263999, 58.5185],[-4.262001, 58.519],[-4.26060, 58.5201],[-4.260799, 58.5212],[-4.262001, 58.5216],[-4.261899, 58.522],[-4.2602, 58.5221],[-4.2587, 58.5224],[-4.258399, 58.5234],[-4.2587, 58.5245],[-4.260399, 58.526],[-4.2602, 58.5264],[-4.2599, 58.5265],[-4.258399, 58.5262],[-4.2547, 58.5256],[-4.2505, 58.5257],[-4.244699, 58.5261],[-4.2418, 58.5264],[-4.2382, 58.5268],[-4.237299, 58.5267],[-4.236801, 58.5265],[-4.236801, 58.5257],[-4.237899, 58.5245],[-4.2381, 58.5239],[-4.237899, 58.5231],[-4.2375, 58.5225],[-4.23620, 58.5222],[-4.2319, 58.5225],[-4.230599, 58.5222],[-4.229899, 58.522],[-4.229101, 58.5215],[-4.2279, 58.5202],[-4.2273, 58.5191],[-4.2272, 58.5176],[-4.226699, 58.5167],[-4.2258, 58.5156],[-4.2248, 58.5153],[-4.2233, 58.515],[-4.222001, 58.5144],[-4.2202, 58.514],[-4.2188, 58.5135],[-4.217, 58.5125],[-4.2146, 58.5106],[-4.2137, 58.5087],[-4.213099, 58.5071],[-4.212299, 58.5061],[-4.210899, 58.5048],[-4.2097, 58.504],[-4.207799, 58.5036],[-4.2069, 58.5041],[-4.207799, 58.5055],[-4.209599, 58.507],[-4.2104, 58.5086],[-4.211401, 58.51],[-4.212999, 58.5116],[-4.215899, 58.5137],[-4.218299, 58.5159],[-4.222099, 58.5179],[-4.2233, 58.5198],[-4.2255, 58.5221],[-4.2289, 58.5247],[-4.230199, 58.526],[-4.231699, 58.5263],[-4.2328, 58.527],[-4.234, 58.5283],[-4.235199, 58.529],[-4.2375, 58.5303],[-4.2382, 58.5310],[-4.2382, 58.5313],[-4.2375, 58.5315],[-4.2375, 58.5316],[-4.238299, 58.5324],[-4.239301, 58.5335],[-4.239301, 58.5340],[-4.238999, 58.5351],[-4.2384, 58.5360],[-4.2384, 58.5375],[-4.2382, 58.538],[-4.237899, 58.5382],[-4.237199, 58.5384],[-4.23620, 58.5383],[-4.2356, 58.538],[-4.2354, 58.5375],[-4.2346, 58.5367],[-4.232999, 58.5366],[-4.2314, 58.5365],[-4.230599, 58.5362],[-4.2294, 58.5358],[-4.2279, 58.5358],[-4.2265, 58.5355],[-4.2255, 58.5355],[-4.223599, 58.5352],[-4.2226, 58.535],[-4.2212, 58.5333],[-4.2206, 58.5331],[-4.2196, 58.5333],[-4.218999, 58.5336],[-4.217199, 58.5338],[-4.2156, 58.5337],[-4.214799, 58.5335],[-4.213799, 58.5329],[-4.2129, 58.5319],[-4.2122, 58.5312],[-4.2115, 58.5311],[-4.2095, 58.5331],[-4.2086, 58.5341],[-4.208399, 58.5347],[-4.2086, 58.535],[-4.210499, 58.5360],[-4.2129, 58.5375],[-4.214301, 58.5386],[-4.216401, 58.5391],[-4.217199, 58.5396],[-4.2177, 58.5403],[-4.2177, 58.5405],[-4.2175, 58.5408],[-4.2156, 58.5404],[-4.215, 58.5405],[-4.2147, 58.5412],[-4.2141, 58.5415],[-4.213099, 58.5409],[-4.21, 58.541],[-4.209101, 58.5413],[-4.2086, 58.5422],[-4.2086, 58.5430],[-4.209199, 58.544],[-4.209, 58.5445],[-4.209101, 58.5451],[-4.210899, 58.5463],[-4.210899, 58.5467],[-4.210899, 58.5474],[-4.2116, 58.5481],[-4.211699, 58.5486],[-4.211699, 58.5495],[-4.212399, 58.5509],[-4.2121, 58.5514],[-4.209899, 58.5516],[-4.208701, 58.5527],[-4.207399, 58.5529],[-4.2061, 58.5525],[-4.204, 58.5521],[-4.202499, 58.552],[-4.200399, 58.5532],[-4.19960, 58.5534],[-4.1988, 58.553],[-4.197999, 58.5514],[-4.1981, 58.5504],[-4.1984, 58.5494],[-4.198299, 58.5490],[-4.1977, 58.5490],[-4.1962, 58.5496],[-4.195499, 58.5496],[-4.193999, 58.5487],[-4.193501, 58.5477],[-4.192999, 58.5473],[-4.191899, 58.547],[-4.190499, 58.5472],[-4.189899, 58.5479],[-4.189199, 58.5480],[-4.1885, 58.5477],[-4.188399, 58.5473],[-4.188799, 58.547],[-4.1895, 58.5467],[-4.1896, 58.5465],[-4.1894, 58.5459],[-4.188701, 58.5457],[-4.188399, 58.5457],[-4.187699, 58.5458],[-4.187001, 58.5463],[-4.1861, 58.5465],[-4.184899, 58.5465],[-4.184, 58.5466],[-4.1834, 58.5468],[-4.1826, 58.5469],[-4.1809, 58.5464],[-4.1798, 58.5459],[-4.1798, 58.5456],[-4.1803, 58.5449],[-4.1803, 58.5446],[-4.179699, 58.5445],[-4.178501, 58.5443],[-4.177899, 58.5439],[-4.1777, 58.5437],[-4.177199, 58.5437],[-4.176499, 58.5439],[-4.1759, 58.5437],[-4.174799, 58.5427],[-4.173999, 58.5426],[-4.173299, 58.5427],[-4.1724, 58.5429],[-4.1716, 58.5428],[-4.171401, 58.5429],[-4.1715, 58.5431],[-4.172599, 58.5443],[-4.172699, 58.5452],[-4.1725, 58.5458],[-4.172, 58.5459],[-4.170199, 58.5453],[-4.1691, 58.5453],[-4.168701, 58.5454],[-4.168099, 58.5458],[-4.1673, 58.5463],[-4.16650, 58.5461],[-4.165299, 58.5453],[-4.164501, 58.5450],[-4.163701, 58.5452],[-4.1633, 58.5455],[-4.163099, 58.5462],[-4.164101, 58.5472],[-4.164101, 58.5474],[-4.162899, 58.5476],[-4.1613, 58.5473],[-4.1593, 58.5476],[-4.158, 58.5483],[-4.1557, 58.5482],[-4.1549, 58.5485],[-4.154799, 58.5498],[-4.155, 58.5521],[-4.154799, 58.5537],[-4.1538, 58.5549],[-4.1532, 58.557],[-4.1522, 58.558],[-4.1521, 58.5592],[-4.151299, 58.5607],[-4.151401, 58.5618],[-4.151299, 58.5627],[-4.1511, 58.5634],[-4.150599, 58.5639],[-4.1495, 58.5638],[-4.1491, 58.5636],[-4.148399, 58.5629],[-4.147699, 58.5629],[-4.1465, 58.5634],[-4.145, 58.5641],[-4.1448, 58.5644],[-4.145, 58.5651],[-4.1457, 58.5659],[-4.1457, 58.5665],[-4.145199, 58.5667],[-4.1447, 58.5667],[-4.144, 58.5661],[-4.1435, 58.566],[-4.143199, 58.5661],[-4.142499, 58.5666],[-4.1418, 58.567],[-4.1413, 58.567],[-4.140699, 58.5665],[-4.139699, 58.566],[-4.1394, 58.5656],[-4.139101, 58.5653],[-4.138599, 58.5654],[-4.137899, 58.5655],[-4.1371, 58.5658],[-4.1363, 58.5655],[-4.135399, 58.5651],[-4.1346, 58.5649],[-4.1336, 58.5648],[-4.1332, 58.5643],[-4.1325, 58.5633],[-4.1321, 58.5628],[-4.1317, 58.5627],[-4.1311, 58.5635],[-4.130599, 58.5639],[-4.1297, 58.5644],[-4.129, 58.5657],[-4.1271, 58.5672],[-4.125899, 58.5676],[-4.1247, 58.5674],[-4.124199, 58.5672],[-4.123799, 58.5675],[-4.123701, 58.568],[-4.124199, 58.5686],[-4.124101, 58.5692],[-4.123701, 58.5694],[-4.122499, 58.5695],[-4.1201, 58.5689],[-4.117899, 58.5685],[-4.1174, 58.568],[-4.1168, 58.5679],[-4.116401, 58.568],[-4.115399, 58.5696],[-4.114501, 58.5698],[-4.1141, 58.5698],[-4.1137, 58.5694],[-4.1137, 58.5683],[-4.113599, 58.5677],[-4.1132, 58.5675],[-4.1127, 58.5675],[-4.1121, 58.5673],[-4.111801, 58.5671],[-4.111801, 58.5666],[-4.111499, 58.5658],[-4.1112, 58.5654],[-4.1107, 58.5652],[-4.110499, 58.5648],[-4.110499, 58.5638],[-4.1103, 58.5629],[-4.110099, 58.5624],[-4.108799, 58.5613],[-4.107999, 58.5612],[-4.107399, 58.5613],[-4.1064, 58.5617],[-4.1054, 58.5619],[-4.1045, 58.562],[-4.1036, 58.5617],[-4.103, 58.5616],[-4.1022, 58.5617],[-4.1019, 58.5618],[-4.1019, 58.5625],[-4.1022, 58.5631],[-4.103099, 58.5637],[-4.1035, 58.5641],[-4.1039, 58.5652],[-4.103799, 58.5657],[-4.1035, 58.566],[-4.103, 58.5661],[-4.1023, 58.5658],[-4.1018, 58.5653],[-4.101601, 58.5646],[-4.101299, 58.5641],[-4.100399, 58.5638],[-4.099, 58.5638],[-4.0973, 58.5638],[-4.0956, 58.5631],[-4.093999, 58.5621],[-4.093599, 58.5616],[-4.093501, 58.5609],[-4.093599, 58.5598],[-4.093501, 58.5594],[-4.092599, 58.5588],[-4.0924, 58.5585],[-4.092199, 58.5577],[-4.091801, 58.5575],[-4.0911, 58.5576],[-4.090499, 58.5577],[-4.0895, 58.5575],[-4.089, 58.5577],[-4.0886, 58.5581],[-4.088399, 58.559],[-4.08720, 58.5594],[-4.0871, 58.5598],[-4.087399, 58.5602],[-4.087299, 58.5609],[-4.0861, 58.5621],[-4.0854, 58.5624],[-4.084799, 58.5624],[-4.0823, 58.5597],[-4.0825, 58.5592],[-4.082799, 58.5585],[-4.081699, 58.5563],[-4.0798, 58.5538],[-4.079, 58.5533],[-4.0784, 58.553],[-4.077799, 58.5524],[-4.0776, 58.5517],[-4.0773, 58.5516],[-4.0769, 58.5516],[-4.0762, 58.5522],[-4.075799, 58.5527],[-4.0753, 58.5528],[-4.074399, 58.5527],[-4.0738, 58.5524],[-4.0727, 58.5510],[-4.0721, 58.5510],[-4.0717, 58.5514],[-4.071801, 58.5523],[-4.0716, 58.5527],[-4.0703, 58.5531],[-4.068999, 58.5534],[-4.068999, 58.5538],[-4.07, 58.5553],[-4.069799, 58.5558],[-4.0682, 58.5571],[-4.0682, 58.5578],[-4.0682, 58.5583],[-4.0687, 58.5592],[-4.0695, 58.5603],[-4.0695, 58.5611],[-4.069399, 58.5621],[-4.069799, 58.5629],[-4.069799, 58.5636],[-4.069301, 58.5643],[-4.0674, 58.5651],[-4.0665, 58.5651],[-4.065499, 58.5648],[-4.064799, 58.5646],[-4.0636, 58.5646],[-4.0622, 58.5662],[-4.0611, 58.5662],[-4.059899, 58.5653],[-4.059501, 58.5655],[-4.059501, 58.5658],[-4.059501, 58.5671],[-4.0593, 58.5677],[-4.058701, 58.5682],[-4.0581, 58.5684],[-4.056601, 58.5679],[-4.056001, 58.5679],[-4.0556, 58.5682],[-4.055099, 58.5685],[-4.0548, 58.5687],[-4.054599, 58.5689],[-4.053299, 58.5686],[-4.052899, 58.5686],[-4.052899, 58.5688],[-4.053299, 58.5694],[-4.053199, 58.5697],[-4.0528, 58.5703],[-4.052001, 58.5702],[-4.0512, 58.5706],[-4.049799, 58.5719],[-4.049699, 58.5723],[-4.049399, 58.5725],[-4.047599, 58.5718],[-4.046299, 58.5721],[-4.046299, 58.5734],[-4.047, 58.5748],[-4.0474, 58.5755],[-4.047599, 58.5765],[-4.0475, 58.577],[-4.0461, 58.5782],[-4.045899, 58.5791],[-4.0461, 58.58],[-4.0474, 58.5811],[-4.0482, 58.5818],[-4.0482, 58.5822],[-4.047599, 58.5827],[-4.047599, 58.5836],[-4.047599, 58.5839],[-4.047, 58.584],[-4.0458, 58.5836],[-4.044899, 58.5839],[-4.0444, 58.5843],[-4.0439, 58.5839],[-4.0432, 58.583],[-4.042799, 58.5826],[-4.0423, 58.5826],[-4.0418, 58.5831],[-4.0418, 58.5848],[-4.0414, 58.586],[-4.043, 58.5888],[-4.042799, 58.59],[-4.0423, 58.5906],[-4.041201, 58.5911],[-4.039999, 58.5913],[-4.03840, 58.5919],[-4.0376, 58.5921],[-4.0369, 58.5920],[-4.036699, 58.5915],[-4.036201, 58.5898],[-4.0359, 58.5895],[-4.0355, 58.5892],[-4.034999, 58.5892],[-4.0344, 58.5896],[-4.0344, 58.5904],[-4.0342, 58.591],[-4.0337, 58.5912],[-4.032899, 58.5916],[-4.03230, 58.5919],[-4.031899, 58.5919],[-4.030799, 58.5916],[-4.029699, 58.5916],[-4.0279, 58.5915],[-4.026299, 58.5916],[-4.0254, 58.5918],[-4.024899, 58.5919],[-4.022099, 58.5929],[-4.021299, 58.5936],[-4.0207, 58.5944],[-4.02010, 58.5945],[-4.019501, 58.5944],[-4.0193, 58.5941],[-4.019101, 58.5939],[-4.0189, 58.5942],[-4.018799, 58.5947],[-4.019101, 58.5956],[-4.018799, 58.5966],[-4.0185, 58.5967],[-4.018, 58.5966],[-4.017799, 58.5966],[-4.0177, 58.5967],[-4.0176, 58.5969],[-4.0183, 58.5985],[-4.018199, 58.5991],[-4.017799, 58.6000],[-4.017799, 58.6003],[-4.017799, 58.6010],[-4.0176, 58.6011],[-4.017499, 58.6014],[-4.0176, 58.6018],[-4.0169, 58.6021],[-4.0163, 58.6019],[-4.0158, 58.6012],[-4.015299, 58.6005],[-4.014999, 58.6004],[-4.014501, 58.6004],[-4.014101, 58.6000],[-4.0138, 58.5996],[-4.0134, 58.5968],[-4.013299, 58.5946],[-4.013, 58.5938],[-4.012599, 58.5929],[-4.0123, 58.5922],[-4.0117, 58.5914],[-4.010499, 58.5908],[-4.010099, 58.5906],[-4.01, 58.59],[-4.0102, 58.5886],[-4.01, 58.5883],[-4.009301, 58.5878],[-4.0087, 58.5874],[-4.0086, 58.5866],[-4.009699, 58.5833],[-4.011001, 58.5824],[-4.011001, 58.582],[-4.0109, 58.5817],[-4.0106, 58.5816],[-4.009699, 58.5816],[-4.008999, 58.5818],[-4.0081, 58.5819],[-4.007699, 58.5817],[-4.007599, 58.5813],[-4.007899, 58.5804],[-4.008399, 58.5793],[-4.0088, 58.5788],[-4.0087, 58.5787],[-4.0071, 58.5787],[-4.006299, 58.5785],[-4.005599, 58.5779],[-4.005599, 58.5771],[-4.007199, 58.5758],[-4.007299, 58.5753],[-4.007199, 58.5751],[-4.006401, 58.5751],[-4.005799, 58.5754],[-4.005199, 58.5757],[-4.0047, 58.5758],[-4.0042, 58.5751],[-4.0041, 58.5746],[-4.0046, 58.573],[-4.005, 58.5716],[-4.005, 58.5712],[-4.0041, 58.5697],[-4.003799, 58.5682],[-4.003399, 58.5657],[-4.002999, 58.5642],[-4.0022, 58.5634],[-4.0004, 58.562],[-4, 58.5616],[-4.000299, 58.5633],[-4.0007, 58.5634],[-4.000899, 58.5636],[-4.001699, 58.5644],[-4.001699, 58.5649],[-4.0014, 58.5661],[-4.001201, 58.5667],[-4.0004, 58.567],[-3.9997, 58.5668],[-3.9965, 58.5665],[-3.9934, 58.5666],[-3.991601, 58.5676],[-3.990299, 58.5686],[-3.9879, 58.569],[-3.9856, 58.5702],[-3.983999, 58.5701],[-3.979501, 58.5702],[-3.9758, 58.5703],[-3.9735, 58.5701],[-3.972399, 58.5701],[-3.971499, 58.5699],[-3.97040, 58.5693],[-3.968199, 58.569],[-3.9656, 58.5697],[-3.9633, 58.5705],[-3.961699, 58.5718],[-3.960799, 58.5725],[-3.959899, 58.5725],[-3.9587, 58.5722],[-3.9581, 58.5722],[-3.957799, 58.5733],[-3.9572, 58.5739],[-3.95630, 58.5742],[-3.955199, 58.5739],[-3.9546, 58.5734],[-3.95400, 58.5732],[-3.953, 58.5732],[-3.95230, 58.5729],[-3.9519, 58.5731],[-3.951601, 58.5739],[-3.9511, 58.5739],[-3.9503, 58.5738],[-3.949199, 58.5725],[-3.9487, 58.5713],[-3.9488, 58.5703],[-3.949199, 58.5692],[-3.9491, 58.5687],[-3.9477, 58.5684],[-3.946899, 58.5683],[-3.9461, 58.5688],[-3.945499, 58.5688],[-3.9446, 58.5684],[-3.9444, 58.5674],[-3.943799, 58.5671],[-3.9425, 58.5672],[-3.9417, 58.5674],[-3.940599, 58.5682],[-3.940399, 58.5687],[-3.941801, 58.5695],[-3.9417, 58.57],[-3.941, 58.5703],[-3.939199, 58.5705],[-3.9384, 58.5701],[-3.937799, 58.5696],[-3.9375, 58.5696],[-3.9375, 58.5702],[-3.9384, 58.5715],[-3.9384, 58.5721],[-3.937001, 58.5725],[-3.936001, 58.5721],[-3.9346, 58.5713],[-3.933599, 58.5707],[-3.933199, 58.5707],[-3.933, 58.5711],[-3.932899, 58.5719],[-3.932899, 58.573],[-3.93190, 58.5732],[-3.931401, 58.573],[-3.930799, 58.5722],[-3.931201, 58.5707],[-3.9309, 58.5702],[-3.92980, 58.5701],[-3.929501, 58.5707],[-3.9289, 58.5711],[-3.928299, 58.5709],[-3.926899, 58.5696],[-3.925699, 58.5691],[-3.923701, 58.5683],[-3.923199, 58.5675],[-3.9226, 58.5658],[-3.9223, 58.5653],[-3.921201, 58.5651],[-3.921099, 58.5649],[-3.921601, 58.5647],[-3.9226, 58.5644],[-3.9226, 58.5637],[-3.9223, 58.5628],[-3.9219, 58.562],[-3.921099, 58.561],[-3.919501, 58.5596],[-3.918, 58.5592],[-3.915699, 58.5588],[-3.9123, 58.5586],[-3.90720, 58.5591],[-3.9066, 58.5594],[-3.9058, 58.5602],[-3.9058, 58.5604],[-3.9065, 58.5621],[-3.9064, 58.5637],[-3.9058, 58.5642],[-3.903901, 58.5647],[-3.9024, 58.5654],[-3.901401, 58.5665],[-3.899301, 58.5668],[-3.896699, 58.5674],[-3.8952, 58.5677],[-3.8936, 58.5683],[-3.8924, 58.569],[-3.89080, 58.5684],[-3.888299, 58.5682],[-3.885099, 58.5661],[-3.883701, 58.566],[-3.881401, 58.5665],[-3.8798, 58.5668],[-3.8785, 58.5668],[-3.87840, 58.5663],[-3.8785, 58.5655],[-3.877899, 58.5652],[-3.877001, 58.5651],[-3.8754, 58.5652],[-3.874399, 58.5658],[-3.8726, 58.565],[-3.871401, 58.565],[-3.86850, 58.5649],[-3.8656, 58.5643],[-3.8636, 58.5638],[-3.862099, 58.5635],[-3.861099, 58.5633],[-3.858999, 58.5635],[-3.857899, 58.5639],[-3.8575, 58.5631],[-3.8562, 58.5635],[-3.85400, 58.565],[-3.8527, 58.5654],[-3.8508, 58.5651],[-3.849, 58.5642],[-3.8475, 58.5643],[-3.8461, 58.5645],[-3.844301, 58.5653],[-3.842999, 58.5652],[-3.8426, 58.5654],[-3.8419, 58.5677],[-3.840199, 58.5685],[-3.83800, 58.5685],[-3.836299, 58.5682],[-3.835, 58.5681],[-3.8339, 58.5681],[-3.8333, 58.5675],[-3.832299, 58.5673],[-3.830899, 58.568],[-3.8293, 58.5682],[-3.8283, 58.5685],[-3.8278, 58.5685],[-3.8276, 58.5682],[-3.8273, 58.5678],[-3.8259, 58.5678],[-3.8231, 58.5682],[-3.8222, 58.5682],[-3.821899, 58.5679],[-3.822299, 58.5672],[-3.8222, 58.567],[-3.82180, 58.567],[-3.8213, 58.5671],[-3.8201, 58.5678],[-3.8194, 58.5683],[-3.818599, 58.5688],[-3.8135, 58.5699],[-3.809799, 58.5708],[-3.80730, 58.5708],[-3.806099, 58.5703],[-3.8048, 58.5692],[-3.804199, 58.5689],[-3.8036, 58.5689],[-3.8036, 58.5696],[-3.804399, 58.5708],[-3.803999, 58.5715],[-3.801201, 58.5728],[-3.799, 58.5737],[-3.798199, 58.5735],[-3.7978, 58.573],[-3.797499, 58.5725],[-3.796801, 58.5726],[-3.795799, 58.5728],[-3.7946, 58.5723],[-3.7925, 58.5714],[-3.7918, 58.5707],[-3.79110, 58.57],[-3.791201, 58.5696],[-3.7915, 58.5688],[-3.7915, 58.5677],[-3.791899, 58.567],[-3.7918, 58.5661],[-3.791001, 58.5648],[-3.788399, 58.5636],[-3.7876, 58.5629],[-3.7876, 58.5622],[-3.7873, 58.5614],[-3.78710, 58.5608],[-3.78710, 58.5601],[-3.787499, 58.5595],[-3.7874, 58.5593],[-3.78690, 58.5593],[-3.7859, 58.5596],[-3.7853, 58.5606],[-3.785599, 58.5615],[-3.786, 58.5624],[-3.785599, 58.5628],[-3.78480, 58.5631],[-3.783799, 58.5633],[-3.7814, 58.563],[-3.77800, 58.5626],[-3.7748, 58.5643],[-3.7722, 58.5655],[-3.771801, 58.5662],[-3.7735, 58.5682],[-3.7746, 58.5696],[-3.774899, 58.5706],[-3.7746, 58.5714],[-3.773099, 58.5724],[-3.771001, 58.5735],[-3.7671, 58.5747],[-3.765, 58.5755],[-3.760499, 58.576],[-3.7579, 58.5769],[-3.7553, 58.5778],[-3.753299, 58.5787],[-3.751801, 58.5789],[-3.749, 58.579],[-3.7476, 58.5797],[-3.7455, 58.5812],[-3.744699, 58.5821],[-3.7434, 58.5828],[-3.7406, 58.5833],[-3.7363, 58.586],[-3.733599, 58.5872],[-3.732599, 58.5877],[-3.732599, 58.5884],[-3.732899, 58.5891],[-3.7328, 58.5894],[-3.7325, 58.5896],[-3.731499, 58.5893],[-3.7307, 58.5893],[-3.7293, 58.5901],[-3.728199, 58.5916],[-3.7269, 58.5923],[-3.7258, 58.5931],[-3.7253, 58.5936],[-3.72400, 58.5938],[-3.7234, 58.5944],[-3.7225, 58.5945],[-3.72120, 58.5949],[-3.719301, 58.5956],[-3.717999, 58.5954],[-3.71700, 58.5951],[-3.716401, 58.5948],[-3.71580, 58.5949],[-3.71580, 58.5954],[-3.717499, 58.5961],[-3.717499, 58.5964],[-3.71580, 58.5971],[-3.713901, 58.5978],[-3.712399, 58.5986],[-3.7112, 58.599],[-3.709599, 58.599],[-3.707799, 58.6000],[-3.706201, 58.6009],[-3.7053, 58.6016],[-3.7043, 58.6019],[-3.70330, 58.6015],[-3.7004, 58.6029],[-3.69910, 58.6040],[-3.697799, 58.6043],[-3.69560, 58.605],[-3.69490, 58.6052],[-3.693399, 58.6052],[-3.692199, 58.6048],[-3.689899, 58.6053],[-3.687999, 58.6061],[-3.685699, 58.6070],[-3.6833, 58.6077],[-3.6823, 58.6082],[-3.680799, 58.6083],[-3.679301, 58.6083],[-3.6781, 58.6086],[-3.6775, 58.6092],[-3.677099, 58.6093],[-3.67660, 58.6088],[-3.676001, 58.6087],[-3.675299, 58.6093],[-3.674999, 58.6092],[-3.67470, 58.6090],[-3.6744, 58.6081],[-3.673901, 58.6077],[-3.6723, 58.6074],[-3.671401, 58.6075],[-3.6709, 58.6079],[-3.670099, 58.6090],[-3.669501, 58.6107],[-3.6698, 58.6117],[-3.67050, 58.6126],[-3.670599, 58.6132],[-3.670399, 58.6137],[-3.6689, 58.6144],[-3.667799, 58.6152],[-3.6673, 58.6166],[-3.666699, 58.617],[-3.6633, 58.6184],[-3.660599, 58.6191],[-3.6582, 58.6197],[-3.654799, 58.62],[-3.650899, 58.6207],[-3.649301, 58.6205],[-3.64800, 58.6195],[-3.6472, 58.6181],[-3.64630, 58.6171],[-3.6452, 58.6167],[-3.6436, 58.617],[-3.64210, 58.6172],[-3.6408, 58.6171],[-3.639699, 58.6166],[-3.638799, 58.6156],[-3.6382, 58.6153],[-3.637399, 58.6154],[-3.636499, 58.616],[-3.636001, 58.6161],[-3.6352, 58.6156],[-3.6336, 58.6153],[-3.6305, 58.6151],[-3.628299, 58.6152],[-3.625, 58.6158],[-3.619101, 58.6161],[-3.6138, 58.6167],[-3.611001, 58.617],[-3.60950, 58.6168],[-3.6077, 58.6168],[-3.6054, 58.6173],[-3.6038, 58.6175],[-3.602499, 58.6174],[-3.600699, 58.6169],[-3.599, 58.6171],[-3.596, 58.6182],[-3.5934, 58.6182],[-3.5896, 58.619],[-3.588701, 58.6194],[-3.5878, 58.6193],[-3.5869, 58.6192],[-3.584501, 58.6180],[-3.5829, 58.6176],[-3.5815, 58.6178],[-3.579799, 58.6184],[-3.578399, 58.6187],[-3.5773, 58.6191],[-3.5753, 58.6198],[-3.571899, 58.6197],[-3.565099, 58.6205],[-3.562001, 58.621],[-3.558599, 58.6217],[-3.556801, 58.6226],[-3.556499, 58.6236],[-3.5557, 58.6239],[-3.554301, 58.6239],[-3.552999, 58.6231],[-3.550499, 58.6226],[-3.5455, 58.6238],[-3.5435, 58.6239],[-3.541201, 58.6234],[-3.5401, 58.6229],[-3.538701, 58.623],[-3.537499, 58.6231],[-3.535, 58.6233],[-3.534101, 58.6232],[-3.533799, 58.623],[-3.534501, 58.622],[-3.534899, 58.6207],[-3.535599, 58.6196],[-3.536401, 58.6187],[-3.536801, 58.6180],[-3.536801, 58.6176],[-3.53650, 58.6171],[-3.536299, 58.616],[-3.5373, 58.6151],[-3.5399, 58.6143],[-3.5432, 58.6131],[-3.5455, 58.6120],[-3.547499, 58.6114],[-3.5481, 58.611],[-3.548599, 58.6101],[-3.5494, 58.6096],[-3.5494, 58.6090],[-3.5481, 58.6070],[-3.54570, 58.6047],[-3.5422, 58.6032],[-3.5374, 58.6015],[-3.5322, 58.6005],[-3.53040, 58.6002],[-3.528501, 58.6000],[-3.52760, 58.5998],[-3.5271, 58.5997],[-3.526299, 58.5994],[-3.5235, 58.5977],[-3.522399, 58.5974],[-3.52150, 58.5973],[-3.519399, 58.5972],[-3.517499, 58.5973],[-3.515899, 58.5975],[-3.513901, 58.5980],[-3.513, 58.5985],[-3.5125, 58.5989],[-3.512001, 58.5993],[-3.511699, 58.5994],[-3.51120, 58.5992],[-3.510799, 58.5985],[-3.5097, 58.5984],[-3.5088, 58.5985],[-3.508399, 58.5986],[-3.5068, 58.5993],[-3.506099, 58.6003],[-3.505, 58.6013],[-3.5037, 58.6023],[-3.5021, 58.6032],[-3.499599, 58.6041],[-3.494999, 58.6056],[-3.491601, 58.6064],[-3.487299, 58.6077],[-3.483799, 58.6094],[-3.4825, 58.6099],[-3.4812, 58.6099],[-3.4783, 58.6090],[-3.4765, 58.6092],[-3.473599, 58.6098],[-3.4704, 58.6105],[-3.46680, 58.6113],[-3.4644, 58.611],[-3.4623, 58.6112],[-3.459899, 58.6114],[-3.4587, 58.6115],[-3.457099, 58.6122],[-3.455899, 58.6123],[-3.4547, 58.6120],[-3.454, 58.6116],[-3.452699, 58.6112],[-3.4505, 58.6107],[-3.45, 58.6103],[-3.45, 58.6091],[-3.4498, 58.6087],[-3.4491, 58.6083],[-3.4465, 58.6083],[-3.4447, 58.6089],[-3.4428, 58.6099],[-3.440399, 58.6103],[-3.4367, 58.6106],[-3.43420, 58.6103],[-3.43230, 58.6099],[-3.430599, 58.6089],[-3.430799, 58.6083],[-3.433501, 58.6066],[-3.43400, 58.6057],[-3.43400, 58.6046],[-3.433701, 58.6039],[-3.43190, 58.6034],[-3.429301, 58.6030],[-3.424799, 58.6035],[-3.4221, 58.6035],[-3.4203, 58.6028],[-3.4173, 58.6022],[-3.4158, 58.6017],[-3.41400, 58.6015],[-3.411099, 58.6013],[-3.40540, 58.6016],[-3.3987, 58.6023],[-3.394799, 58.6019],[-3.39290, 58.6012],[-3.389101, 58.6006],[-3.386801, 58.6003],[-3.380199, 58.5983],[-3.3798, 58.5977],[-3.378799, 58.5974],[-3.377899, 58.5968],[-3.3762, 58.5954],[-3.375499, 58.5950],[-3.374, 58.5943],[-3.372299, 58.5940],[-3.3705, 58.5939],[-3.36920, 58.5941],[-3.366499, 58.5957],[-3.36520, 58.5961],[-3.36310, 58.5963],[-3.36030, 58.5981],[-3.355799, 58.6008],[-3.352999, 58.6023],[-3.352299, 58.6034],[-3.3515, 58.6051],[-3.3498, 58.6072],[-3.347399, 58.6089],[-3.345, 58.6116],[-3.344899, 58.613],[-3.3457, 58.6158],[-3.3459, 58.6178],[-3.346499, 58.6189],[-3.347399, 58.6197],[-3.3496, 58.6204],[-3.352999, 58.6204],[-3.355799, 58.62],[-3.360199, 58.6204],[-3.362499, 58.6215],[-3.364399, 58.6222],[-3.367599, 58.6224],[-3.369501, 58.6227],[-3.370199, 58.623],[-3.370199, 58.6234],[-3.369501, 58.6242],[-3.3696, 58.6246],[-3.370199, 58.6252],[-3.371001, 58.6259],[-3.3718, 58.6274],[-3.372299, 58.6279],[-3.3736, 58.6285],[-3.374501, 58.6286],[-3.377599, 58.6283],[-3.3798, 58.6285],[-3.3841, 58.6299],[-3.3885, 58.6314],[-3.39290, 58.6326],[-3.399199, 58.6348],[-3.4005, 58.6353],[-3.401601, 58.6361],[-3.4022, 58.6363],[-3.403399, 58.6365],[-3.405499, 58.637],[-3.408299, 58.6379],[-3.4103, 58.6392],[-3.41150, 58.6401],[-3.41190, 58.6407],[-3.41170, 58.6411],[-3.4108, 58.6414],[-3.4107, 58.6417],[-3.41150, 58.6421],[-3.41150, 58.6426],[-3.41150, 58.6432],[-3.4109, 58.6442],[-3.40980, 58.6452],[-3.40960, 58.6454],[-3.41, 58.6458],[-3.410199, 58.6464],[-3.409899, 58.6481],[-3.409699, 58.6491],[-3.407799, 58.6508],[-3.407799, 58.652],[-3.40790, 58.6536],[-3.406699, 58.6565],[-3.40560, 58.6583],[-3.402499, 58.6607],[-3.401099, 58.6624],[-3.4001, 58.6633],[-3.396699, 58.6648],[-3.3945, 58.6652],[-3.3926, 58.6658],[-3.391401, 58.6670],[-3.389501, 58.6684],[-3.3863, 58.6695],[-3.382999, 58.6702],[-3.379699, 58.6708],[-3.376801, 58.6718],[-3.375299, 58.6727],[-3.3739, 58.6729],[-3.3728, 58.6728],[-3.371099, 58.6724],[-3.369999, 58.6721],[-3.3663, 58.6716],[-3.362799, 58.6712],[-3.359699, 58.6699],[-3.357399, 58.6685],[-3.352499, 58.6634],[-3.351401, 58.6620],[-3.3505, 58.6587],[-3.350199, 58.6568],[-3.348799, 58.6559],[-3.346699, 58.6546],[-3.3457, 58.6535],[-3.345299, 58.6524],[-3.3455, 58.6513],[-3.345799, 58.6501],[-3.34480, 58.648]]],[[[-6.3438, 57.7071],[-6.341401, 57.7057],[-6.34040, 57.7055],[-6.33910, 57.7056],[-6.33850, 57.7055],[-6.3383, 57.7052],[-6.339301, 57.7046],[-6.33950, 57.7038],[-6.3383, 57.7031],[-6.336699, 57.7023],[-6.3345, 57.7018],[-6.331601, 57.7021],[-6.330299, 57.7019],[-6.3293, 57.7014],[-6.328, 57.7011],[-6.32590, 57.7013],[-6.32270, 57.7017],[-6.3203, 57.7021],[-6.319399, 57.7023],[-6.318999, 57.7028],[-6.318901, 57.704],[-6.317699, 57.7046],[-6.316299, 57.7046],[-6.315, 57.705],[-6.314101, 57.7061],[-6.3133, 57.7066],[-6.311201, 57.7074],[-6.308701, 57.7082],[-6.30480, 57.7086],[-6.302499, 57.7084],[-6.3013, 57.7079],[-6.3002, 57.7069],[-6.299799, 57.7067],[-6.2988, 57.7065],[-6.2975, 57.7077],[-6.296899, 57.709],[-6.29580, 57.7091],[-6.294, 57.7086],[-6.2932, 57.7075],[-6.292699, 57.7071],[-6.29260, 57.7062],[-6.29220, 57.705],[-6.2904, 57.7036],[-6.290299, 57.7026],[-6.289, 57.7013],[-6.289199, 57.7008],[-6.291601, 57.7006],[-6.2925, 57.7003],[-6.292799, 57.6998],[-6.293099, 57.6992],[-6.29300, 57.6979],[-6.2936, 57.6971],[-6.29450, 57.6962],[-6.29580, 57.6955],[-6.296899, 57.6952],[-6.298901, 57.6952],[-6.30000, 57.6948],[-6.300499, 57.6941],[-6.3003, 57.6934],[-6.299301, 57.6926],[-6.298299, 57.6922],[-6.296899, 57.6921],[-6.294, 57.6926],[-6.2923, 57.693],[-6.29110, 57.6937],[-6.2901, 57.6936],[-6.288, 57.6925],[-6.286099, 57.6923],[-6.283901, 57.6918],[-6.283199, 57.6913],[-6.28270, 57.6905],[-6.282499, 57.6898],[-6.282199, 57.6895],[-6.281499, 57.6894],[-6.2795, 57.6895],[-6.277999, 57.6888],[-6.276401, 57.6876],[-6.275499, 57.6865],[-6.274, 57.6850],[-6.272699, 57.6841],[-6.2715, 57.6840],[-6.269899, 57.6839],[-6.2679, 57.6836],[-6.2648, 57.6830],[-6.2624, 57.6829],[-6.25880, 57.6827],[-6.257699, 57.6825],[-6.257, 57.6821],[-6.256499, 57.6811],[-6.255899, 57.6803],[-6.253799, 57.6788],[-6.2535, 57.6777],[-6.2526, 57.6764],[-6.251201, 57.6759],[-6.249199, 57.6752],[-6.248701, 57.6746],[-6.2483, 57.6737],[-6.247499, 57.6723],[-6.246201, 57.6709],[-6.246201, 57.6704],[-6.246699, 57.6695],[-6.246699, 57.6691],[-6.2465, 57.6687],[-6.2458, 57.668],[-6.2452, 57.6662],[-6.2444, 57.6647],[-6.243999, 57.6637],[-6.2439, 57.6628],[-6.243701, 57.6624],[-6.2431, 57.6619],[-6.240499, 57.6604],[-6.2378, 57.658],[-6.236499, 57.656],[-6.235, 57.6534],[-6.234, 57.6511],[-6.233901, 57.6499],[-6.2342, 57.6479],[-6.2341, 57.6468],[-6.2326, 57.6451],[-6.23250, 57.6444],[-6.2333, 57.6425],[-6.233399, 57.6412],[-6.2332, 57.64],[-6.232699, 57.6387],[-6.232299, 57.6381],[-6.231699, 57.6377],[-6.22930, 57.637],[-6.228, 57.6367],[-6.224999, 57.6358],[-6.22260, 57.6354],[-6.217599, 57.6355],[-6.215099, 57.6359],[-6.212699, 57.6360],[-6.209799, 57.6360],[-6.208, 57.6365],[-6.2069, 57.637],[-6.205599, 57.638],[-6.20480, 57.6382],[-6.203199, 57.6384],[-6.201401, 57.6375],[-6.1993, 57.6360],[-6.19820, 57.6352],[-6.195899000000002, 57.6347],[-6.1942, 57.6327],[-6.1922, 57.6325],[-6.190899, 57.6324],[-6.18940, 57.6338],[-6.188701, 57.6338],[-6.188099, 57.6328],[-6.18750, 57.6325],[-6.1858, 57.632],[-6.184501, 57.6313],[-6.183199, 57.6301],[-6.180699, 57.6274],[-6.1788, 57.6258],[-6.1777, 57.6252],[-6.17660, 57.6246],[-6.17530, 57.6240],[-6.174399, 57.6227],[-6.1732, 57.6214],[-6.17240, 57.6194],[-6.172, 57.6167],[-6.170599000000002, 57.6135],[-6.1694, 57.6116],[-6.1665, 57.6072],[-6.163, 57.604],[-6.1594, 57.6013],[-6.155399, 57.5995],[-6.1537, 57.5983],[-6.1531, 57.5975],[-6.152299000000002, 57.5951],[-6.152299000000002, 57.593],[-6.15170, 57.5922],[-6.15030, 57.5914],[-6.1495, 57.5894],[-6.1491, 57.5884],[-6.14850, 57.5879],[-6.14750, 57.5874],[-6.146699, 57.5871],[-6.14480, 57.5873],[-6.143799, 57.5877],[-6.142099, 57.5875],[-6.139699, 57.5866],[-6.138199, 57.5868],[-6.137199, 57.588],[-6.134799, 57.5888],[-6.134301, 57.5885],[-6.1342, 57.588],[-6.1371, 57.5862],[-6.1373, 57.5854],[-6.1367, 57.5838],[-6.138299, 57.5824],[-6.1415, 57.5804],[-6.141699, 57.5794],[-6.1418, 57.5782],[-6.142099, 57.5767],[-6.1426, 57.5764],[-6.1435, 57.576],[-6.14330, 57.574],[-6.143, 57.5732],[-6.1426, 57.5726],[-6.142099, 57.5711],[-6.1426, 57.5701],[-6.1444, 57.5686],[-6.145299, 57.5676],[-6.1451, 57.5665],[-6.144101, 57.5655],[-6.142799, 57.5649],[-6.142099, 57.5639],[-6.141201, 57.5626],[-6.14050, 57.5601],[-6.1408, 57.5584],[-6.1413, 57.5573],[-6.14140, 57.5556],[-6.140299, 57.5544],[-6.139699, 57.5537],[-6.139501, 57.5520],[-6.138299, 57.5511],[-6.137199, 57.5488],[-6.1366, 57.5476],[-6.136099, 57.5459],[-6.136499, 57.5451],[-6.13680, 57.5437],[-6.136899, 57.5427],[-6.1373, 57.5424],[-6.1388, 57.5423],[-6.1392, 57.5415],[-6.139101, 57.54],[-6.1394, 57.5388],[-6.139599, 57.5367],[-6.1393, 57.5343],[-6.13810, 57.5326],[-6.1384, 57.5312],[-6.13780, 57.5304],[-6.13780, 57.5287],[-6.1373, 57.5271],[-6.137199, 57.5255],[-6.137599, 57.5249],[-6.138199, 57.5243],[-6.1384, 57.5235],[-6.1388, 57.5218],[-6.139101, 57.5207],[-6.1388, 57.5177],[-6.1388, 57.5142],[-6.139699, 57.5107],[-6.14060, 57.5076],[-6.141699, 57.5057],[-6.144, 57.5032],[-6.145, 57.5017],[-6.145299, 57.5008],[-6.144899, 57.4996],[-6.1444, 57.4992],[-6.142001, 57.4980],[-6.1409, 57.4974],[-6.139699, 57.4965],[-6.139101, 57.4945],[-6.13870, 57.4919],[-6.137599, 57.4902],[-6.137599, 57.4893],[-6.137599, 57.4878],[-6.1367, 57.4864],[-6.136499, 57.4856],[-6.137199, 57.485],[-6.137599, 57.4843],[-6.1373, 57.4831],[-6.133501, 57.4745],[-6.133399, 57.4732],[-6.134799, 57.4686],[-6.135099, 57.4655],[-6.135, 57.4634],[-6.13530, 57.4622],[-6.1366, 57.4599],[-6.13630, 57.4574],[-6.137001, 57.4558],[-6.1373, 57.4530],[-6.137499, 57.4518],[-6.13810, 57.4504],[-6.138901, 57.4478],[-6.1398, 57.4467],[-6.14050, 57.4455],[-6.1408, 57.4422],[-6.142001, 57.4384],[-6.1434, 57.4341],[-6.1436, 57.4301],[-6.144899, 57.4281],[-6.147299, 57.4261],[-6.1507, 57.4243],[-6.151899, 57.4239],[-6.15360, 57.4235],[-6.1559, 57.4231],[-6.16020, 57.4219],[-6.1633, 57.4208],[-6.1652, 57.4197],[-6.1675, 57.4175],[-6.17000, 57.4144],[-6.1708, 57.414],[-6.171299, 57.4137],[-6.1722, 57.4137],[-6.174399, 57.414],[-6.17660, 57.4147],[-6.178501, 57.4153],[-6.18180, 57.4165],[-6.1834, 57.4167],[-6.184999, 57.4161],[-6.1858, 57.4152],[-6.1864, 57.4136],[-6.187099, 57.4137],[-6.1886, 57.4136],[-6.189, 57.4132],[-6.189101, 57.4126],[-6.188701, 57.4121],[-6.18750, 57.4111],[-6.187699, 57.41],[-6.188799, 57.4095],[-6.190199, 57.4105],[-6.19170, 57.4128],[-6.192999, 57.4134],[-6.1942, 57.4136],[-6.1957, 57.4139],[-6.19630, 57.4135],[-6.1957, 57.413],[-6.194699, 57.4124],[-6.194399, 57.412],[-6.194399, 57.4115],[-6.196401, 57.4105],[-6.197001, 57.4092],[-6.1971, 57.4081],[-6.1966, 57.407],[-6.19460, 57.4057],[-6.1941, 57.4048],[-6.1941, 57.4041],[-6.19530, 57.4032],[-6.1957, 57.4024],[-6.1962, 57.4009],[-6.1984, 57.3969],[-6.1984, 57.396],[-6.198299, 57.3944],[-6.19820, 57.3935],[-6.198299, 57.3929],[-6.19880, 57.3923],[-6.19910, 57.3913],[-6.198501, 57.3905],[-6.197599, 57.3900],[-6.196401, 57.3895],[-6.195499, 57.3897],[-6.1962, 57.3905],[-6.1974, 57.3911],[-6.197299, 57.3915],[-6.1967, 57.3919],[-6.1956, 57.3917],[-6.19490, 57.3913],[-6.194301, 57.3915],[-6.19360, 57.3929],[-6.1924, 57.3945],[-6.1916, 57.3951],[-6.19, 57.3963],[-6.18790, 57.3977],[-6.186699, 57.3979],[-6.185599, 57.3976],[-6.1848, 57.3976],[-6.1843, 57.3982],[-6.183701, 57.3986],[-6.1826, 57.3988],[-6.18270, 57.3994],[-6.1835, 57.3994],[-6.1835, 57.4],[-6.18310, 57.4005],[-6.18180, 57.4011],[-6.181099, 57.4017],[-6.18090, 57.4021],[-6.1803, 57.404],[-6.18050, 57.4054],[-6.181001, 57.4064],[-6.1806, 57.4072],[-6.179999, 57.4083],[-6.1793, 57.4084],[-6.178501, 57.4084],[-6.177999, 57.4081],[-6.17710, 57.4074],[-6.176401, 57.4065],[-6.1759, 57.4061],[-6.175099, 57.4057],[-6.1749, 57.4053],[-6.174699, 57.4041],[-6.173999, 57.4037],[-6.17280, 57.4034],[-6.17000, 57.4033],[-6.16730, 57.4027],[-6.1665, 57.4028],[-6.166201, 57.403],[-6.16540, 57.4034],[-6.164899, 57.404],[-6.164899, 57.4054],[-6.1647, 57.406],[-6.1633, 57.4066],[-6.162001, 57.4067],[-6.15930, 57.407],[-6.156499, 57.4079],[-6.154699, 57.4072],[-6.152999, 57.4068],[-6.150899, 57.4066],[-6.149301, 57.4067],[-6.1479, 57.4065],[-6.145599, 57.4065],[-6.14190, 57.407],[-6.139101, 57.4068],[-6.13630, 57.4063],[-6.13490, 57.4057],[-6.133901, 57.405],[-6.13210, 57.4036],[-6.1304, 57.4011],[-6.129399, 57.4001],[-6.12600, 57.3981],[-6.1226, 57.3956],[-6.1219, 57.3942],[-6.121699, 57.391],[-6.122099, 57.3887],[-6.1234, 57.3873],[-6.124599, 57.3851],[-6.127, 57.3835],[-6.1286, 57.3802],[-6.130199, 57.3761],[-6.131001, 57.3750],[-6.13170, 57.3744],[-6.1332, 57.3736],[-6.136499, 57.3734],[-6.1398, 57.3739],[-6.141601, 57.3735],[-6.1422, 57.3733],[-6.1427, 57.3726],[-6.1427, 57.3719],[-6.138999, 57.3693],[-6.136099, 57.3665],[-6.13530, 57.3648],[-6.134699, 57.363],[-6.133999000000002, 57.3621],[-6.133299, 57.3618],[-6.13160, 57.3615],[-6.1296, 57.3605],[-6.1285, 57.3596],[-6.125199, 57.3553],[-6.1244, 57.3548],[-6.1234, 57.355],[-6.123099, 57.3548],[-6.12220, 57.3527],[-6.121601, 57.3513],[-6.12130, 57.3507],[-6.1206, 57.3496],[-6.119599, 57.3488],[-6.118299, 57.3481],[-6.117099, 57.347],[-6.115699000000002, 57.3448],[-6.114699, 57.3429],[-6.11370, 57.3421],[-6.110499000000002, 57.3404],[-6.1097, 57.3402],[-6.10920, 57.3406],[-6.108799, 57.3406],[-6.1083, 57.3402],[-6.107399, 57.3391],[-6.106801, 57.3386],[-6.1061, 57.3385],[-6.105299, 57.3385],[-6.103701, 57.3388],[-6.102499, 57.3391],[-6.1014, 57.3395],[-6.1008, 57.34],[-6.100399, 57.3407],[-6.100399, 57.3418],[-6.1008, 57.343],[-6.102099, 57.3451],[-6.1018, 57.3461],[-6.101099, 57.3459],[-6.098501, 57.343],[-6.0976, 57.3425],[-6.096499, 57.3422],[-6.093901, 57.3417],[-6.093501, 57.3408],[-6.093501, 57.3401],[-6.09550, 57.3397],[-6.097001, 57.3394],[-6.099599, 57.3388],[-6.102099, 57.3376],[-6.1036, 57.3369],[-6.10440, 57.3364],[-6.1047, 57.336],[-6.10480, 57.3355],[-6.104101, 57.3351],[-6.103199, 57.3346],[-6.103099, 57.3342],[-6.10340, 57.3338],[-6.104199, 57.3331],[-6.1051, 57.3322],[-6.105599, 57.3311],[-6.105599, 57.3301],[-6.10480, 57.3292],[-6.103099, 57.3280],[-6.098599, 57.3260],[-6.0981, 57.3246],[-6.09930, 57.3228],[-6.100699, 57.3214],[-6.101601, 57.3203],[-6.102499, 57.3199],[-6.10480, 57.3202],[-6.106201, 57.3212],[-6.108099, 57.3216],[-6.11000, 57.3206],[-6.111899, 57.3201],[-6.1146, 57.3199],[-6.1178, 57.3199],[-6.119699, 57.3191],[-6.122001, 57.3186],[-6.128099, 57.3180],[-6.13070, 57.3173],[-6.1331, 57.3159],[-6.13590, 57.3143],[-6.141001, 57.3114],[-6.144899, 57.3085],[-6.1497, 57.3062],[-6.15360, 57.3043],[-6.15840, 57.3009],[-6.162099, 57.3005],[-6.1651, 57.2992],[-6.16580, 57.2984],[-6.1659, 57.2979],[-6.164999, 57.2976],[-6.16440, 57.2974],[-6.1643, 57.2971],[-6.16540, 57.2965],[-6.16540, 57.2961],[-6.164999, 57.2959],[-6.164101, 57.2959],[-6.1618, 57.2969],[-6.15930, 57.2979],[-6.157001, 57.2981],[-6.153501, 57.298],[-6.15030, 57.2997],[-6.147, 57.3007],[-6.144199, 57.302],[-6.14190, 57.3042],[-6.137499, 57.3072],[-6.132599, 57.3083],[-6.12750, 57.3102],[-6.120299, 57.3130],[-6.115099, 57.3145],[-6.10950, 57.3147],[-6.1055, 57.3153],[-6.10400, 57.3155],[-6.1022, 57.3154],[-6.0998, 57.3152],[-6.097799, 57.3149],[-6.094999, 57.3144],[-6.090099, 57.3133],[-6.0866, 57.3125],[-6.08040, 57.3118],[-6.07620, 57.3127],[-6.0727, 57.3138],[-6.070099, 57.3149],[-6.06870, 57.3151],[-6.0671, 57.3151],[-6.0629, 57.3145],[-6.059899, 57.3144],[-6.0568, 57.3146],[-6.05420, 57.3143],[-6.052499, 57.3136],[-6.047999, 57.3119],[-6.04660, 57.3112],[-6.046299, 57.31],[-6.047999, 57.3076],[-6.048299, 57.3061],[-6.047999, 57.3053],[-6.047299, 57.3047],[-6.04670, 57.3032],[-6.046801, 57.3022],[-6.048299, 57.3004],[-6.04860, 57.2994],[-6.04810, 57.2989],[-6.046, 57.2983],[-6.042699, 57.2976],[-6.041, 57.2971],[-6.0394, 57.2962],[-6.0393, 57.2952],[-6.039899, 57.2943],[-6.04810, 57.2902],[-6.0534, 57.2876],[-6.05980, 57.2852],[-6.0746, 57.2784],[-6.077199, 57.2773],[-6.078199, 57.2763],[-6.0788, 57.2743],[-6.0793, 57.2739],[-6.0826, 57.2734],[-6.083399, 57.2731],[-6.084, 57.2723],[-6.084101, 57.2711],[-6.083799, 57.2707],[-6.08320, 57.2708],[-6.082001, 57.2715],[-6.080599, 57.2716],[-6.0802, 57.271],[-6.080599, 57.2694],[-6.079999000000002, 57.2692],[-6.07940, 57.2694],[-6.078199, 57.2706],[-6.076499, 57.2713],[-6.07530, 57.2712],[-6.07490, 57.2708],[-6.07520, 57.269],[-6.075099, 57.2682],[-6.0746, 57.2677],[-6.0737, 57.2676],[-6.07070, 57.2679],[-6.0679, 57.2685],[-6.0658, 57.2695],[-6.063799, 57.2711],[-6.060299, 57.2734],[-6.057099, 57.2753],[-6.055099, 57.2762],[-6.0521, 57.2766],[-6.050499, 57.2776],[-6.048399, 57.2787],[-6.04660, 57.2789],[-6.044199, 57.2787],[-6.04200, 57.2781],[-6.04010, 57.2785],[-6.038799, 57.2793],[-6.037099, 57.2808],[-6.033299, 57.2842],[-6.03060, 57.2855],[-6.0266, 57.2865],[-6.024, 57.2876],[-6.0226, 57.2886],[-6.022, 57.2888],[-6.0208, 57.2889],[-6.01940, 57.2888],[-6.0179, 57.2884],[-6.017001, 57.2881],[-6.0156, 57.2876],[-6.0121, 57.2849],[-6.0079, 57.2821],[-6.006899, 57.2816],[-6.00350, 57.2809],[-6.002699, 57.2805],[-6.001299, 57.2796],[-6.00070, 57.2785],[-6.00010, 57.2765],[-5.999101, 57.2751],[-5.998099, 57.2738],[-5.99590, 57.272],[-5.994101, 57.271],[-5.992499, 57.2708],[-5.9906, 57.2708],[-5.9878, 57.2712],[-5.98700, 57.271],[-5.9863, 57.2703],[-5.98560, 57.2708],[-5.983901, 57.2713],[-5.98200, 57.2707],[-5.981201, 57.2701],[-5.981201, 57.2695],[-5.98190, 57.269],[-5.98200, 57.2685],[-5.98140, 57.2682],[-5.97950, 57.2682],[-5.97760, 57.2680],[-5.9765, 57.2681],[-5.9755, 57.2688],[-5.974599, 57.2702],[-5.9738, 57.2705],[-5.9723, 57.2704],[-5.9703, 57.2696],[-5.968599, 57.2691],[-5.966801, 57.2687],[-5.9604, 57.2664],[-5.952799, 57.2648],[-5.945, 57.2628],[-5.9395, 57.2603],[-5.937099, 57.2599],[-5.936201, 57.2599],[-5.9358, 57.2601],[-5.9351, 57.2606],[-5.9347, 57.2614],[-5.9351, 57.2628],[-5.9352, 57.2637],[-5.934999, 57.2640],[-5.93400, 57.2640],[-5.9334, 57.2637],[-5.932499, 57.2635],[-5.93030, 57.2637],[-5.929101, 57.2645],[-5.927999, 57.2646],[-5.9249, 57.2644],[-5.92000, 57.2625],[-5.915299000000002, 57.2599],[-5.914, 57.2589],[-5.911699, 57.2579],[-5.9094, 57.2561],[-5.90780, 57.2554],[-5.906001, 57.2548],[-5.9038, 57.2541],[-5.9037, 57.2537],[-5.903999, 57.2529],[-5.9053, 57.2516],[-5.90630, 57.2498],[-5.90630, 57.2493],[-5.90500, 57.2488],[-5.9038, 57.2484],[-5.90310, 57.2480],[-5.9032, 57.2477],[-5.90590, 57.2482],[-5.9066, 57.2482],[-5.9066, 57.2479],[-5.9067, 57.2472],[-5.908501, 57.2456],[-5.908901, 57.2442],[-5.91050, 57.2431],[-5.910299, 57.2427],[-5.909101, 57.2422],[-5.9038, 57.2418],[-5.903501, 57.2423],[-5.9032, 57.2426],[-5.902599, 57.2426],[-5.9, 57.2417],[-5.899, 57.2411],[-5.898099, 57.2408],[-5.896201, 57.2404],[-5.893799, 57.2402],[-5.890399, 57.2399],[-5.888501, 57.2393],[-5.88670, 57.2387],[-5.8836, 57.2391],[-5.879799, 57.2394],[-5.874899, 57.2414],[-5.8743, 57.243],[-5.873799, 57.2437],[-5.87290, 57.2443],[-5.872799, 57.2449],[-5.8727, 57.2451],[-5.8723, 57.2456],[-5.871, 57.2457],[-5.8701, 57.2461],[-5.8694, 57.2471],[-5.8673, 57.2477],[-5.864399, 57.2476],[-5.862, 57.2485],[-5.8599, 57.2500],[-5.85850, 57.2501],[-5.854599, 57.2496],[-5.85290, 57.2521],[-5.849999, 57.2544],[-5.8477, 57.2548],[-5.846001, 57.2555],[-5.845099, 57.2564],[-5.844501, 57.2564],[-5.844399, 57.2561],[-5.845099, 57.2554],[-5.84630, 57.2546],[-5.84620, 57.2543],[-5.844501, 57.2538],[-5.843999, 57.2532],[-5.843901, 57.2527],[-5.844301, 57.2517],[-5.8448, 57.2513],[-5.84620, 57.2520],[-5.847899, 57.2520],[-5.8489, 57.2520],[-5.8493, 57.2517],[-5.849599, 57.2514],[-5.8493, 57.2510],[-5.8489, 57.2508],[-5.84670, 57.2503],[-5.84670, 57.2496],[-5.847099, 57.2492],[-5.850299, 57.2480],[-5.853799, 57.2469],[-5.8545, 57.2469],[-5.855299, 57.2469],[-5.856201, 57.2475],[-5.85660, 57.2474],[-5.857, 57.2470],[-5.85750, 57.2458],[-5.8595, 57.2452],[-5.860799, 57.2442],[-5.86130, 57.2435],[-5.86170, 57.243],[-5.8616, 57.2426],[-5.86130, 57.2425],[-5.860899, 57.2427],[-5.857699, 57.2444],[-5.853, 57.2459],[-5.844699, 57.2489],[-5.8357, 57.2514],[-5.831, 57.2536],[-5.8274, 57.2548],[-5.824999, 57.2555],[-5.823299, 57.2557],[-5.822999, 57.2561],[-5.82340, 57.2569],[-5.822999, 57.2573],[-5.821401, 57.2575],[-5.819699, 57.2572],[-5.8191, 57.2573],[-5.818501, 57.2578],[-5.819399, 57.2585],[-5.819399, 57.2588],[-5.817, 57.2585],[-5.814101, 57.2574],[-5.8118, 57.2566],[-5.809, 57.2570],[-5.8076, 57.2574],[-5.806001, 57.2584],[-5.804599, 57.2590],[-5.803199, 57.2595],[-5.794799, 57.2632],[-5.7922, 57.2639],[-5.79090, 57.2641],[-5.790299, 57.2644],[-5.7898, 57.2658],[-5.789199, 57.2664],[-5.787099, 57.2669],[-5.783999, 57.2682],[-5.7806, 57.2686],[-5.7758, 57.2708],[-5.770199, 57.2722],[-5.765399, 57.2722],[-5.76090, 57.2716],[-5.75280, 57.2730],[-5.748799, 57.2735],[-5.7443, 57.2744],[-5.74030, 57.2753],[-5.7382, 57.2751],[-5.735499, 57.2746],[-5.7321, 57.2743],[-5.7251, 57.2742],[-5.723701, 57.2739],[-5.722799, 57.2732],[-5.721099, 57.2721],[-5.720399, 57.2721],[-5.719999, 57.2723],[-5.719501, 57.2732],[-5.7188, 57.2735],[-5.717899, 57.2735],[-5.716001, 57.2729],[-5.713799, 57.271],[-5.713901, 57.2703],[-5.7142, 57.2698],[-5.713799, 57.2695],[-5.7133, 57.2696],[-5.712699, 57.2700],[-5.71200, 57.2713],[-5.711401, 57.2718],[-5.710199, 57.2717],[-5.709599, 57.2716],[-5.7094, 57.2712],[-5.70970, 57.2709],[-5.71160, 57.2697],[-5.7171, 57.2671],[-5.722499, 57.2658],[-5.7295, 57.2638],[-5.73260, 57.2622],[-5.732699, 57.2619],[-5.732399, 57.2618],[-5.73070, 57.2615],[-5.727499, 57.2611],[-5.724899, 57.2611],[-5.719501, 57.2618],[-5.7147, 57.2618],[-5.7129, 57.2620],[-5.7119, 57.2623],[-5.71, 57.2627],[-5.7061, 57.2627],[-5.70270, 57.2634],[-5.699501, 57.2635],[-5.693501, 57.2641],[-5.6907, 57.2640],[-5.687699, 57.2635],[-5.6855, 57.2636],[-5.682199, 57.2644],[-5.677899, 57.2650],[-5.6749, 57.2645],[-5.672, 57.2646],[-5.670199, 57.2650],[-5.666699, 57.2650],[-5.6633, 57.2649],[-5.6608, 57.2647],[-5.6598, 57.2642],[-5.656899, 57.2614],[-5.655099, 57.2598],[-5.653501, 57.2590],[-5.65160, 57.2583],[-5.64970, 57.2583],[-5.648701, 57.2577],[-5.6469, 57.2564],[-5.646601, 57.2553],[-5.647299, 57.2535],[-5.64970, 57.2497],[-5.6528, 57.2475],[-5.658599, 57.2437],[-5.662199, 57.2407],[-5.663799, 57.2392],[-5.666, 57.2367],[-5.6664, 57.2347],[-5.66610, 57.2328],[-5.6633, 57.2283],[-5.662001, 57.227],[-5.66140, 57.2262],[-5.66140, 57.2256],[-5.662001, 57.2243],[-5.662799, 57.2217],[-5.663599, 57.2217],[-5.6659, 57.2218],[-5.66970, 57.2215],[-5.67030, 57.2213],[-5.670499, 57.221],[-5.670199, 57.2208],[-5.665699, 57.2213],[-5.664599, 57.2209],[-5.664501, 57.2206],[-5.665699, 57.2198],[-5.667399, 57.2183],[-5.6682, 57.2171],[-5.668099, 57.2162],[-5.6672, 57.2133],[-5.6672, 57.2116],[-5.6676, 57.2106],[-5.6682, 57.2096],[-5.669199, 57.2090],[-5.670599, 57.2081],[-5.67160, 57.2067],[-5.6725, 57.2061],[-5.676401, 57.2049],[-5.678999, 57.2039],[-5.6826, 57.2015],[-5.688799, 57.1989],[-5.6908, 57.1984],[-5.691801, 57.1980],[-5.6921, 57.1975],[-5.692699, 57.1960],[-5.6945, 57.1948],[-5.6984, 57.1924],[-5.702799, 57.1911],[-5.706699, 57.1890],[-5.7095, 57.1873],[-5.7198, 57.1831],[-5.7251, 57.1819],[-5.73360, 57.1792],[-5.736801, 57.1787],[-5.742099, 57.1786],[-5.744699, 57.178],[-5.7479, 57.1772],[-5.748799, 57.1765],[-5.749501, 57.1746],[-5.7504, 57.1741],[-5.7541, 57.1734],[-5.7591, 57.1719],[-5.7617, 57.1704],[-5.76310, 57.1701],[-5.7652, 57.1704],[-5.768199, 57.1703],[-5.77070, 57.17],[-5.774899, 57.1686],[-5.77780, 57.1676],[-5.782199, 57.1676],[-5.784599, 57.1683],[-5.792099, 57.1727],[-5.7981, 57.176],[-5.799799, 57.1767],[-5.801099, 57.1774],[-5.801801, 57.178],[-5.802599, 57.1788],[-5.80310, 57.1788],[-5.803299, 57.1786],[-5.802899, 57.1776],[-5.80590, 57.1765],[-5.806001, 57.1761],[-5.804699, 57.1746],[-5.803599, 57.1734],[-5.80310, 57.1725],[-5.8027, 57.172],[-5.801899, 57.1718],[-5.801001, 57.1713],[-5.801001, 57.1707],[-5.80120, 57.1694],[-5.80070, 57.1683],[-5.79650, 57.1634],[-5.7953, 57.1612],[-5.7945, 57.1602],[-5.79460, 57.1599],[-5.7972, 57.1591],[-5.7982, 57.1581],[-5.798299, 57.1572],[-5.79790, 57.1563],[-5.796201, 57.1558],[-5.79610, 57.1554],[-5.796801, 57.1537],[-5.796899, 57.1525],[-5.79710, 57.1510],[-5.7987, 57.1503],[-5.800399, 57.1495],[-5.800799, 57.149],[-5.801099, 57.1485],[-5.801801, 57.1476],[-5.801801, 57.1473],[-5.801499, 57.147],[-5.80120, 57.1465],[-5.80130, 57.1463],[-5.803299, 57.1463],[-5.8034, 57.1462],[-5.803299, 57.1459],[-5.802299, 57.1453],[-5.80120, 57.1453],[-5.80030, 57.1455],[-5.799399000000002, 57.1463],[-5.7986, 57.1466],[-5.79790, 57.1465],[-5.79700, 57.1461],[-5.79700, 57.1458],[-5.79710, 57.1453],[-5.7986, 57.1446],[-5.7987, 57.1444],[-5.798299, 57.1442],[-5.7982, 57.1439],[-5.7987, 57.1428],[-5.798901, 57.1424],[-5.7987, 57.1422],[-5.798299, 57.1421],[-5.7972, 57.1423],[-5.794899, 57.1426],[-5.793, 57.1426],[-5.792399, 57.1422],[-5.791601, 57.1423],[-5.791201, 57.1431],[-5.790599, 57.1429],[-5.7889, 57.1417],[-5.7877, 57.1407],[-5.786201, 57.1395],[-5.7865, 57.1384],[-5.78760, 57.1378],[-5.789501, 57.1373],[-5.793799, 57.1371],[-5.795499, 57.1371],[-5.796201, 57.1366],[-5.796801, 57.1365],[-5.79790, 57.1374],[-5.7987, 57.1375],[-5.7996, 57.1371],[-5.80030, 57.1372],[-5.80120, 57.1381],[-5.8024, 57.1382],[-5.8037, 57.1376],[-5.804399, 57.1366],[-5.804399, 57.1351],[-5.803999, 57.1344],[-5.803999, 57.1335],[-5.804999, 57.1326],[-5.805099, 57.1322],[-5.804999, 57.1317],[-5.804501, 57.1315],[-5.802499, 57.1323],[-5.80030, 57.1321],[-5.798299, 57.1325],[-5.79700, 57.1326],[-5.79650, 57.1324],[-5.79650, 57.1321],[-5.798399000000002, 57.1306],[-5.798399000000002, 57.1303],[-5.797699, 57.1297],[-5.797599, 57.1294],[-5.798501, 57.1282],[-5.7987, 57.1274],[-5.798999, 57.1272],[-5.801401, 57.1282],[-5.802599, 57.1282],[-5.803501, 57.1277],[-5.803599, 57.1272],[-5.8024, 57.1263],[-5.8021, 57.1256],[-5.802199, 57.1247],[-5.80310, 57.1229],[-5.803199, 57.1216],[-5.8038, 57.121],[-5.805699, 57.1202],[-5.807899, 57.1201],[-5.809, 57.1204],[-5.810699, 57.1205],[-5.812099, 57.1196],[-5.8136, 57.1176],[-5.8145, 57.1162],[-5.81540, 57.1143],[-5.817, 57.113],[-5.8221, 57.1103],[-5.8246, 57.1087],[-5.826601, 57.1078],[-5.8274, 57.1076],[-5.827899, 57.1081],[-5.82830, 57.1089],[-5.82840, 57.1093],[-5.829, 57.1095],[-5.830699, 57.1089],[-5.832099, 57.1084],[-5.83360, 57.1083],[-5.835899, 57.1089],[-5.836401, 57.109],[-5.837299, 57.1096],[-5.8387, 57.11],[-5.84110, 57.1102],[-5.844699, 57.1105],[-5.8456, 57.1105],[-5.8473, 57.1113],[-5.8488, 57.1116],[-5.850399, 57.1115],[-5.8518, 57.111],[-5.852799, 57.1103],[-5.8534, 57.1093],[-5.853799, 57.1082],[-5.854, 57.1055],[-5.8544, 57.1037],[-5.8548, 57.1032],[-5.857699, 57.1028],[-5.858799, 57.1019],[-5.8592, 57.1004],[-5.8596, 57.0987],[-5.8612, 57.0967],[-5.861899, 57.0951],[-5.8625, 57.094],[-5.8637, 57.0933],[-5.866099, 57.0919],[-5.86780, 57.0905],[-5.868701, 57.0889],[-5.870699, 57.0859],[-5.8727, 57.0847],[-5.8747, 57.0839],[-5.876601, 57.0841],[-5.8782, 57.0842],[-5.8795, 57.0838],[-5.88240, 57.0825],[-5.8849, 57.0819],[-5.8863, 57.0815],[-5.8863, 57.0809],[-5.885399, 57.0791],[-5.88520, 57.0782],[-5.8856, 57.0773],[-5.8892, 57.0735],[-5.89270, 57.0707],[-5.895599, 57.0681],[-5.89600, 57.0672],[-5.896699, 57.0656],[-5.897399, 57.0647],[-5.897299, 57.0645],[-5.89640, 57.0645],[-5.89470, 57.0649],[-5.893099, 57.0646],[-5.893, 57.0641],[-5.8936, 57.0637],[-5.89180, 57.0615],[-5.89510, 57.0616],[-5.897099, 57.0625],[-5.897999, 57.0636],[-5.898399, 57.0639],[-5.899, 57.0639],[-5.8996, 57.0638],[-5.900199, 57.0635],[-5.900899, 57.0631],[-5.90120, 57.0626],[-5.90170, 57.0620],[-5.902299, 57.0618],[-5.902599, 57.061],[-5.902299, 57.0603],[-5.899, 57.0584],[-5.898901, 57.058],[-5.899, 57.0578],[-5.8996, 57.0577],[-5.90170, 57.0579],[-5.902699, 57.0584],[-5.903299, 57.0587],[-5.903999, 57.0588],[-5.9045, 57.0587],[-5.905099, 57.0579],[-5.9052, 57.0572],[-5.905799, 57.0565],[-5.9081, 57.0561],[-5.90920, 57.0557],[-5.9098, 57.0546],[-5.91050, 57.054],[-5.9114, 57.0537],[-5.91390, 57.0532],[-5.915299000000002, 57.0525],[-5.918701, 57.0495],[-5.9197, 57.049],[-5.919899, 57.0484],[-5.919899, 57.0472],[-5.920199, 57.0463],[-5.921801, 57.0452],[-5.923501, 57.044],[-5.924699, 57.043],[-5.926001, 57.0425],[-5.927199, 57.0424],[-5.927999, 57.0426],[-5.928501, 57.043],[-5.929599, 57.0432],[-5.9302, 57.043],[-5.9305, 57.0419],[-5.9305, 57.0414],[-5.930699, 57.0412],[-5.931099, 57.0411],[-5.931499, 57.0413],[-5.932001, 57.0417],[-5.932799, 57.0419],[-5.933199, 57.0418],[-5.9338, 57.0411],[-5.9347, 57.0403],[-5.935599, 57.0399],[-5.9365, 57.0398],[-5.938, 57.0396],[-5.939101, 57.0391],[-5.941299, 57.0386],[-5.945099, 57.0379],[-5.94710, 57.0369],[-5.948299, 57.0363],[-5.9492, 57.036],[-5.95050, 57.0356],[-5.951601, 57.0355],[-5.953701, 57.0352],[-5.954899, 57.0347],[-5.955699, 57.0342],[-5.956201000000002, 57.0333],[-5.95650, 57.0324],[-5.957001, 57.032],[-5.9579, 57.0318],[-5.959599, 57.0309],[-5.96, 57.0305],[-5.959899, 57.03],[-5.958799, 57.03],[-5.957799, 57.03],[-5.9573, 57.0298],[-5.9575, 57.0295],[-5.958099, 57.0292],[-5.959, 57.0292],[-5.959899, 57.0287],[-5.960599, 57.0274],[-5.9611, 57.0272],[-5.9633, 57.0279],[-5.964799, 57.0285],[-5.967, 57.0306],[-5.967899, 57.0312],[-5.9691, 57.0315],[-5.9703, 57.0315],[-5.9717, 57.0314],[-5.972899, 57.0313],[-5.9739, 57.0311],[-5.97480, 57.0307],[-5.97590, 57.0301],[-5.976201, 57.0294],[-5.976699, 57.0292],[-5.978099, 57.0289],[-5.9804, 57.0283],[-5.9811, 57.0275],[-5.98190, 57.0274],[-5.982699, 57.0278],[-5.983901, 57.028],[-5.98470, 57.0277],[-5.9857, 57.0268],[-5.9867, 57.0266],[-5.987599000000002, 57.0260],[-5.989699, 57.0246],[-5.991401, 57.0242],[-5.9948, 57.0240],[-5.996099, 57.0236],[-5.99930, 57.0211],[-5.999899, 57.0207],[-6.001201, 57.0209],[-6.0015, 57.0210],[-6.00200, 57.0216],[-6.0025, 57.0223],[-6.0032, 57.0232],[-6.004, 57.0241],[-6.00530, 57.0249],[-6.006801, 57.0253],[-6.008299, 57.0254],[-6.009501, 57.0252],[-6.0107, 57.0243],[-6.012199, 57.0229],[-6.0149, 57.0214],[-6.0159, 57.0202],[-6.016201, 57.0188],[-6.0169, 57.0188],[-6.0177, 57.0196],[-6.01800, 57.0206],[-6.018701, 57.0213],[-6.018799, 57.0218],[-6.0179, 57.0227],[-6.01800, 57.0233],[-6.018701, 57.0240],[-6.0197, 57.0245],[-6.0219, 57.0247],[-6.022099, 57.0253],[-6.0214, 57.0257],[-6.020299, 57.0259],[-6.019101, 57.0261],[-6.01860, 57.0266],[-6.0193, 57.0271],[-6.02040, 57.0272],[-6.021201, 57.0275],[-6.021601, 57.0282],[-6.021201, 57.0287],[-6.020599, 57.0288],[-6.0197, 57.0284],[-6.018701, 57.0282],[-6.017499, 57.0283],[-6.0164, 57.0286],[-6.016201, 57.0290],[-6.0179, 57.0295],[-6.018799, 57.0297],[-6.0193, 57.0302],[-6.0189, 57.0306],[-6.015299, 57.0314],[-6.0151, 57.0317],[-6.016099, 57.0324],[-6.0179, 57.0326],[-6.0197, 57.0329],[-6.0211, 57.0332],[-6.0219, 57.0339],[-6.0226, 57.0345],[-6.022799, 57.0357],[-6.023399, 57.0372],[-6.0257, 57.0378],[-6.02700, 57.0374],[-6.0287, 57.0367],[-6.029699, 57.0368],[-6.030099, 57.0372],[-6.03030, 57.038],[-6.029799, 57.039],[-6.0287, 57.0398],[-6.028299, 57.0406],[-6.028901, 57.0426],[-6.0309, 57.0446],[-6.032599, 57.0471],[-6.034699, 57.0477],[-6.036001, 57.0483],[-6.036001, 57.0491],[-6.035399, 57.0498],[-6.0342, 57.0501],[-6.033, 57.0503],[-6.0328, 57.0506],[-6.0327, 57.0511],[-6.032899, 57.0516],[-6.033501, 57.0523],[-6.0348, 57.053],[-6.03580, 57.0536],[-6.03630, 57.0551],[-6.036001, 57.0568],[-6.0356, 57.0573],[-6.03440, 57.0573],[-6.031899, 57.0575],[-6.030799, 57.0587],[-6.030399, 57.0598],[-6.031001, 57.0608],[-6.031001, 57.0632],[-6.03030, 57.0641],[-6.0296, 57.0650],[-6.0281, 57.0658],[-6.026899, 57.0665],[-6.025899, 57.0676],[-6.02320, 57.0699],[-6.02220, 57.0713],[-6.020899, 57.0718],[-6.019599, 57.0718],[-6.0177, 57.0710],[-6.0169, 57.0705],[-6.0158, 57.0703],[-6.014599, 57.0702],[-6.0127, 57.0702],[-6.011401, 57.0706],[-6.0109, 57.0711],[-6.010499, 57.0718],[-6.009799, 57.0721],[-6.008901, 57.0722],[-6.006899, 57.0727],[-6.00620, 57.0732],[-6.004799, 57.0733],[-6.00210, 57.0735],[-6.0004, 57.0734],[-5.999899, 57.0733],[-5.9983, 57.0739],[-5.997099, 57.0746],[-5.99690, 57.0747],[-5.9972, 57.0749],[-5.997799, 57.0749],[-5.99970, 57.0744],[-6.0019, 57.0746],[-6.004399, 57.0746],[-6.005499, 57.0750],[-6.005799, 57.0756],[-6.005799, 57.0763],[-6.005599, 57.0770],[-6.003799, 57.0786],[-6.0032, 57.0794],[-6.004301, 57.0801],[-6.005799, 57.0802],[-6.0074, 57.0805],[-6.007599, 57.0810],[-6.0071, 57.0813],[-6.0061, 57.0815],[-6.00540, 57.0825],[-6.006001000000002, 57.0837],[-6.006801, 57.0846],[-6.0067, 57.0854],[-6.0061, 57.0861],[-6.00620, 57.0896],[-6.005599, 57.0905],[-6.0046, 57.0915],[-6.003799, 57.0924],[-6.00350, 57.0935],[-6.00260, 57.0948],[-6.001699, 57.0952],[-6.000899, 57.096],[-6.0008, 57.0973],[-6.000299, 57.0981],[-5.9998, 57.0994],[-5.998799, 57.0999],[-5.997799, 57.1004],[-5.9976, 57.1008],[-5.9977, 57.1018],[-5.998099, 57.1025],[-5.999101, 57.1034],[-5.999, 57.1036],[-5.9979, 57.1039],[-5.996699, 57.1037],[-5.99550, 57.1041],[-5.994101, 57.1046],[-5.9906, 57.1047],[-5.98660, 57.1049],[-5.985899, 57.1055],[-5.98560, 57.1063],[-5.985499, 57.1075],[-5.986001, 57.1082],[-5.9882, 57.1095],[-5.989999, 57.1101],[-5.990099, 57.1105],[-5.989301, 57.1114],[-5.988999, 57.1117],[-5.988599, 57.1126],[-5.9887, 57.1131],[-5.9892, 57.1134],[-5.9903, 57.1135],[-5.991001, 57.1138],[-5.992599, 57.1145],[-5.99420, 57.1147],[-5.994999, 57.1143],[-5.99550, 57.1133],[-5.99600, 57.1133],[-5.997099, 57.1139],[-5.9977, 57.1141],[-5.9983, 57.1145],[-5.999101, 57.1144],[-6, 57.1141],[-6.00070, 57.1138],[-6.0015, 57.1138],[-6.0019, 57.114],[-6.0022, 57.1145],[-6.0022, 57.1152],[-6.001299, 57.1165],[-6, 57.1193],[-5.9972, 57.1232],[-5.994501, 57.1258],[-5.988501, 57.1279],[-5.985, 57.1291],[-5.981699, 57.1308],[-5.980199, 57.1317],[-5.979199, 57.1315],[-5.9773, 57.1306],[-5.9765, 57.1304],[-5.974501000000002, 57.1306],[-5.9731, 57.1310],[-5.969399, 57.1336],[-5.968599, 57.1343],[-5.968501, 57.1348],[-5.96880, 57.1350],[-5.9731, 57.1356],[-5.9752, 57.1362],[-5.9752, 57.1367],[-5.974699, 57.1372],[-5.9726, 57.1382],[-5.970699, 57.1389],[-5.966899, 57.1405],[-5.964301, 57.1423],[-5.9625, 57.1426],[-5.960499, 57.1421],[-5.959, 57.1413],[-5.958399, 57.1414],[-5.9582, 57.1417],[-5.9585, 57.1428],[-5.9586, 57.1435],[-5.957699, 57.1441],[-5.95610, 57.1443],[-5.951601, 57.1452],[-5.9492, 57.1458],[-5.9446, 57.1459],[-5.9428, 57.1459],[-5.941401, 57.147],[-5.940599, 57.1493],[-5.9403, 57.1509],[-5.9389, 57.1521],[-5.9369, 57.1531],[-5.93400, 57.1542],[-5.93300, 57.1553],[-5.932001, 57.1571],[-5.931001, 57.1583],[-5.930099, 57.1586],[-5.9292, 57.1581],[-5.928901, 57.1572],[-5.928501, 57.1559],[-5.927899, 57.1556],[-5.926801, 57.1558],[-5.926099, 57.1565],[-5.925099, 57.1586],[-5.9245, 57.159],[-5.9236, 57.1592],[-5.9196, 57.1611],[-5.917, 57.1631],[-5.9155, 57.1643],[-5.9133, 57.1653],[-5.911601, 57.1658],[-5.9102, 57.1661],[-5.908299000000002, 57.1666],[-5.9074, 57.1664],[-5.9057, 57.1654],[-5.9028, 57.1653],[-5.897699, 57.1655],[-5.8958, 57.1661],[-5.8944, 57.1669],[-5.893, 57.1672],[-5.889501, 57.1676],[-5.884301, 57.1676],[-5.880799, 57.1687],[-5.8757, 57.1692],[-5.8715, 57.1706],[-5.868, 57.1712],[-5.864699, 57.1721],[-5.863501, 57.1732],[-5.862, 57.1741],[-5.8606, 57.1748],[-5.855599, 57.1765],[-5.854199, 57.1775],[-5.852799, 57.1796],[-5.8518, 57.1804],[-5.849899, 57.1813],[-5.847099, 57.1819],[-5.844999, 57.1825],[-5.8427, 57.1834],[-5.84070, 57.1843],[-5.8399, 57.1851],[-5.8391, 57.1868],[-5.838399, 57.1878],[-5.837299, 57.1884],[-5.8361, 57.1894],[-5.835899, 57.1899],[-5.83600, 57.1903],[-5.836699, 57.1904],[-5.838099, 57.1898],[-5.8403, 57.1897],[-5.84250, 57.1893],[-5.842999, 57.1890],[-5.84340, 57.1884],[-5.844501, 57.1879],[-5.846001, 57.1873],[-5.8474, 57.1866],[-5.848599, 57.1858],[-5.85330, 57.1835],[-5.8548, 57.1825],[-5.856201, 57.1818],[-5.857699, 57.1815],[-5.85900, 57.1827],[-5.8597, 57.1828],[-5.860899, 57.1829],[-5.863901, 57.1822],[-5.865399, 57.1813],[-5.86680, 57.1799],[-5.8681, 57.179],[-5.870399, 57.1784],[-5.8743, 57.1773],[-5.87910, 57.1768],[-5.8836, 57.1774],[-5.884399, 57.1779],[-5.885499, 57.1793],[-5.8868, 57.1793],[-5.888199, 57.179],[-5.8898, 57.1795],[-5.89080, 57.1797],[-5.892499, 57.1797],[-5.8933, 57.1798],[-5.894599, 57.18],[-5.8958, 57.1798],[-5.89600, 57.1795],[-5.8961, 57.1787],[-5.896299, 57.1773],[-5.8991, 57.176],[-5.8996, 57.1747],[-5.8997, 57.1735],[-5.899199, 57.1725],[-5.899301, 57.1721],[-5.899899, 57.172],[-5.901401, 57.1727],[-5.9037, 57.1725],[-5.90630, 57.1717],[-5.9114, 57.1713],[-5.91340, 57.1711],[-5.917, 57.1718],[-5.9197, 57.1717],[-5.921401, 57.172],[-5.924399, 57.1744],[-5.9266, 57.1753],[-5.929399, 57.1753],[-5.9319, 57.1756],[-5.936299, 57.176],[-5.93820, 57.1757],[-5.9408, 57.1752],[-5.9457, 57.1746],[-5.9503, 57.1741],[-5.956, 57.1729],[-5.960299, 57.1719],[-5.964301, 57.1711],[-5.967899, 57.1706],[-5.969501, 57.1697],[-5.9709, 57.1689],[-5.974899, 57.1679],[-5.980899, 57.168],[-5.9849, 57.1687],[-5.989399, 57.1695],[-5.991499, 57.1697],[-5.9934, 57.1708],[-5.9938, 57.1723],[-5.994101, 57.1736],[-5.993599000000002, 57.1756],[-5.992599, 57.1776],[-5.992099, 57.1797],[-5.99170, 57.1829],[-5.991499, 57.1857],[-5.992499, 57.1874],[-5.994501, 57.1895],[-5.9951, 57.1910],[-5.996699, 57.1931],[-5.998701, 57.1943],[-6.000299, 57.1966],[-6.0005, 57.1983],[-6.00010, 57.2002],[-6.0004, 57.2013],[-6.001201, 57.202],[-6.0042, 57.202],[-6.004799, 57.2025],[-6.005, 57.2032],[-6.004799, 57.2039],[-6.0041, 57.2047],[-6.004799, 57.2054],[-6.006299, 57.2061],[-6.009301, 57.2070],[-6.011099, 57.2073],[-6.0127, 57.2072],[-6.013999, 57.2065],[-6.01480, 57.2065],[-6.015299, 57.2071],[-6.0158, 57.2072],[-6.0164, 57.2070],[-6.0169, 57.2070],[-6.01760, 57.2077],[-6.018199, 57.2105],[-6.0197, 57.2144],[-6.020299, 57.2179],[-6.0207, 57.2185],[-6.021299, 57.2189],[-6.023701, 57.2198],[-6.02470, 57.2203],[-6.026299, 57.2215],[-6.02790, 57.2226],[-6.027999, 57.2233],[-6.02740, 57.2251],[-6.027299, 57.2254],[-6.027599, 57.2258],[-6.028299, 57.2261],[-6.03440, 57.2283],[-6.0352, 57.2283],[-6.036201, 57.2281],[-6.03730, 57.2276],[-6.038701, 57.2266],[-6.039199, 57.2254],[-6.039199, 57.2242],[-6.038599, 57.2234],[-6.037399, 57.2223],[-6.03630, 57.2215],[-6.036001, 57.221],[-6.03580, 57.2204],[-6.0352, 57.217],[-6.0342, 57.215],[-6.032599, 57.2128],[-6.031401, 57.2115],[-6.03020, 57.2106],[-6.027999, 57.2098],[-6.0262, 57.2097],[-6.0257, 57.2090],[-6.025599, 57.2074],[-6.025599, 57.2060],[-6.02450, 57.2033],[-6.02410, 57.2006],[-6.02410, 57.1965],[-6.024799, 57.1943],[-6.0254, 57.1924],[-6.025499, 57.1904],[-6.026401, 57.1893],[-6.0272, 57.1883],[-6.027299, 57.1863],[-6.0281, 57.1844],[-6.03020, 57.1823],[-6.032899, 57.1802],[-6.034699, 57.1796],[-6.037001, 57.1792],[-6.04110, 57.1801],[-6.0445, 57.1808],[-6.046299, 57.1806],[-6.047299, 57.18],[-6.047999, 57.1793],[-6.0482, 57.1781],[-6.04670, 57.1755],[-6.046299, 57.1741],[-6.0465, 57.1732],[-6.046801, 57.1706],[-6.04720, 57.1695],[-6.0479, 57.1687],[-6.051499, 57.165],[-6.05280, 57.1629],[-6.054399, 57.16],[-6.055799, 57.1575],[-6.057001, 57.1562],[-6.057799, 57.155],[-6.06020, 57.1535],[-6.062001, 57.1529],[-6.062799, 57.1525],[-6.0632, 57.1519],[-6.0632, 57.1505],[-6.062799, 57.1480],[-6.0633, 57.1465],[-6.064301, 57.1448],[-6.066, 57.1426],[-6.067299, 57.1411],[-6.0696, 57.1400],[-6.070499, 57.1394],[-6.071899, 57.1381],[-6.0731, 57.1355],[-6.0742, 57.1339],[-6.077001, 57.1326],[-6.078, 57.1322],[-6.078599, 57.1318],[-6.0789, 57.1304],[-6.079599, 57.1299],[-6.080699, 57.1292],[-6.08090, 57.1284],[-6.08230, 57.1279],[-6.08330, 57.1279],[-6.084101, 57.1283],[-6.084899, 57.1296],[-6.086699, 57.1299],[-6.0887, 57.1304],[-6.090499, 57.1324],[-6.0921, 57.1325],[-6.09310, 57.1330],[-6.094399, 57.1339],[-6.0949, 57.1353],[-6.0963, 57.1364],[-6.09730, 57.1369],[-6.098501, 57.1371],[-6.1022, 57.1360],[-6.1051, 57.1360],[-6.1085, 57.1369],[-6.10960, 57.1377],[-6.109799, 57.1395],[-6.10960, 57.1416],[-6.10820, 57.1434],[-6.106601, 57.1452],[-6.1051, 57.1468],[-6.104899, 57.1472],[-6.105599, 57.1487],[-6.10480, 57.1510],[-6.10570, 57.1536],[-6.10580, 57.156],[-6.1043, 57.1589],[-6.1026, 57.1625],[-6.1027, 57.1638],[-6.1027, 57.165],[-6.101601, 57.1658],[-6.099899, 57.1696],[-6.0998, 57.1708],[-6.100399, 57.1718],[-6.104199, 57.1747],[-6.10480, 57.1759],[-6.105599, 57.1768],[-6.107, 57.1774],[-6.10820, 57.1792],[-6.1083, 57.1805],[-6.107999, 57.1829],[-6.10720, 57.1865],[-6.1079, 57.1878],[-6.10900, 57.1897],[-6.10960, 57.1912],[-6.1104, 57.1917],[-6.1117, 57.1920],[-6.113999, 57.1922],[-6.116099, 57.1926],[-6.119501, 57.1927],[-6.120699, 57.1928],[-6.1215, 57.1928],[-6.12180, 57.1925],[-6.1219, 57.1921],[-6.121201, 57.1909],[-6.12080, 57.1900],[-6.121, 57.1894],[-6.12140, 57.1887],[-6.123799, 57.1875],[-6.1258, 57.1865],[-6.12820, 57.1856],[-6.130799, 57.1867],[-6.1337, 57.1882],[-6.13780, 57.1894],[-6.139599, 57.1895],[-6.141001, 57.1886],[-6.142399, 57.1885],[-6.143199, 57.1888],[-6.1444, 57.1899],[-6.14580, 57.1930],[-6.147699, 57.1963],[-6.14900, 57.1969],[-6.1501, 57.1969],[-6.1516, 57.1972],[-6.152599, 57.1968],[-6.1531, 57.1962],[-6.153299, 57.1953],[-6.1531, 57.1947],[-6.153399, 57.1942],[-6.155799, 57.1952],[-6.157199, 57.1964],[-6.15780, 57.1981],[-6.15800, 57.1990],[-6.158599, 57.1994],[-6.1598, 57.1982],[-6.1605, 57.1982],[-6.161099, 57.1988],[-6.1619, 57.1998],[-6.162199, 57.2000],[-6.16260, 57.2001],[-6.163, 57.2001],[-6.164599, 57.1997],[-6.16640, 57.1994],[-6.167099, 57.1992],[-6.167399, 57.1987],[-6.1676, 57.1977],[-6.1675, 57.1966],[-6.165299, 57.1946],[-6.163599, 57.1935],[-6.163599, 57.1923],[-6.16440, 57.1913],[-6.16400, 57.1900],[-6.164101, 57.1894],[-6.1647, 57.1887],[-6.16400, 57.185],[-6.1634, 57.1817],[-6.16390, 57.1798],[-6.16440, 57.1788],[-6.164999, 57.1781],[-6.166201, 57.1773],[-6.16860, 57.1762],[-6.17150, 57.1753],[-6.1746, 57.1749],[-6.17990, 57.175],[-6.1839, 57.1747],[-6.1864, 57.1749],[-6.1886, 57.1754],[-6.1929, 57.176],[-6.2019, 57.1774],[-6.20720, 57.1784],[-6.2086, 57.1783],[-6.210599, 57.178],[-6.21290, 57.1774],[-6.215199, 57.1766],[-6.220399, 57.1755],[-6.22730, 57.1745],[-6.232999, 57.1729],[-6.235499, 57.1727],[-6.23710, 57.173],[-6.238299, 57.1729],[-6.2403, 57.172],[-6.24180, 57.1714],[-6.244501, 57.1712],[-6.25080, 57.1711],[-6.256401, 57.1704],[-6.2587, 57.17],[-6.26160, 57.1688],[-6.2637, 57.1687],[-6.266601, 57.1685],[-6.268701, 57.1682],[-6.271299, 57.1673],[-6.273799, 57.1668],[-6.2751, 57.1662],[-6.279399000000002, 57.166],[-6.286001, 57.1653],[-6.2925, 57.1643],[-6.29580, 57.1631],[-6.298501, 57.162],[-6.30060, 57.1625],[-6.301801, 57.1625],[-6.304999, 57.1614],[-6.305699000000002, 57.1612],[-6.3059, 57.1616],[-6.3059, 57.1633],[-6.306499, 57.1639],[-6.3074, 57.1644],[-6.3093, 57.1647],[-6.311, 57.1644],[-6.311299, 57.1636],[-6.310599, 57.1628],[-6.30800, 57.1624],[-6.307899, 57.1614],[-6.3081, 57.1608],[-6.309101000000002, 57.1603],[-6.310299, 57.1606],[-6.3123, 57.1616],[-6.3161, 57.1611],[-6.31750, 57.1609],[-6.318299, 57.1611],[-6.319399, 57.1617],[-6.3196, 57.1623],[-6.3195, 57.1639],[-6.318299, 57.1647],[-6.31600, 57.1652],[-6.3123, 57.1658],[-6.311699, 57.166],[-6.31140, 57.1662],[-6.312001, 57.1674],[-6.31220, 57.1682],[-6.311, 57.1694],[-6.31140, 57.1702],[-6.3115, 57.1713],[-6.3101, 57.1723],[-6.30800, 57.1729],[-6.3017, 57.1739],[-6.3016, 57.1739],[-6.298399, 57.1751],[-6.296299, 57.1781],[-6.2947, 57.1789],[-6.292799, 57.1799],[-6.28970, 57.1844],[-6.285399, 57.1870],[-6.283999, 57.188],[-6.28270, 57.1900],[-6.280499, 57.1918],[-6.280799, 57.1935],[-6.280799, 57.1949],[-6.280399000000002, 57.1978],[-6.2807, 57.1995],[-6.281499, 57.2012],[-6.28230, 57.2018],[-6.2838, 57.2021],[-6.2873, 57.2026],[-6.28970, 57.2039],[-6.2904, 57.2049],[-6.291201, 57.2052],[-6.291699000000002, 57.2051],[-6.292699, 57.2030],[-6.294, 57.2015],[-6.298299, 57.1992],[-6.29960, 57.1984],[-6.30340, 57.1978],[-6.30530, 57.1970],[-6.30900, 57.1951],[-6.311299, 57.1938],[-6.313701, 57.1928],[-6.3178, 57.1917],[-6.320899, 57.1909],[-6.32270, 57.1901],[-6.327799, 57.188],[-6.3309, 57.1870],[-6.333399, 57.1865],[-6.3378, 57.1862],[-6.342999, 57.1865],[-6.347199, 57.1882],[-6.3519, 57.1899],[-6.354899, 57.1921],[-6.356699, 57.1928],[-6.3576, 57.1930],[-6.359, 57.1930],[-6.360499, 57.1932],[-6.360899, 57.1936],[-6.361001, 57.1939],[-6.3604, 57.1950],[-6.360899, 57.1965],[-6.361899, 57.1978],[-6.363999, 57.1987],[-6.3659, 57.1985],[-6.3673, 57.1991],[-6.3689, 57.2012],[-6.37100, 57.2031],[-6.375199, 57.2072],[-6.377399, 57.2091],[-6.377999000000002, 57.2103],[-6.378901, 57.2107],[-6.381001, 57.2123],[-6.3825, 57.2143],[-6.383299, 57.2167],[-6.38370, 57.2175],[-6.3842, 57.2186],[-6.38410, 57.2193],[-6.38360, 57.2196],[-6.382999, 57.2198],[-6.3824, 57.2201],[-6.382299, 57.2204],[-6.381801, 57.2249],[-6.381401, 57.226],[-6.380599, 57.2267],[-6.379399, 57.2272],[-6.3783, 57.2276],[-6.376699, 57.2278],[-6.374199, 57.2283],[-6.3706, 57.2286],[-6.364399, 57.2287],[-6.359799, 57.2286],[-6.358099, 57.2283],[-6.3534, 57.2283],[-6.350299, 57.2289],[-6.346601000000002, 57.2306],[-6.345399, 57.2314],[-6.34460, 57.2322],[-6.343999, 57.2332],[-6.342999, 57.2359],[-6.34270, 57.2382],[-6.343599, 57.2414],[-6.343901, 57.2438],[-6.3434, 57.2459],[-6.341401, 57.2480],[-6.340899, 57.2506],[-6.34040, 57.2524],[-6.33990, 57.2535],[-6.340499000000002, 57.2540],[-6.3411, 57.2537],[-6.3417, 57.2535],[-6.34280, 57.2537],[-6.34370, 57.2537],[-6.345699, 57.2524],[-6.347001, 57.2512],[-6.348599, 57.2501],[-6.34940, 57.2494],[-6.349699, 57.2488],[-6.34980, 57.2468],[-6.3501, 57.2448],[-6.3501, 57.2435],[-6.350299, 57.2418],[-6.351, 57.2403],[-6.351699, 57.2393],[-6.352799, 57.2382],[-6.353799, 57.2377],[-6.355199, 57.2372],[-6.356601, 57.2367],[-6.358799000000002, 57.236],[-6.3621, 57.2358],[-6.36530, 57.2356],[-6.3699, 57.2361],[-6.3727, 57.2359],[-6.3735, 57.2361],[-6.37510, 57.2365],[-6.3769, 57.2359],[-6.378099, 57.2356],[-6.381499, 57.2367],[-6.382999, 57.2366],[-6.385499, 57.2355],[-6.38870, 57.234],[-6.3919, 57.2325],[-6.395599, 57.2328],[-6.39760, 57.2332],[-6.39960, 57.2328],[-6.401801, 57.2328],[-6.404301, 57.2342],[-6.406099, 57.2348],[-6.407199, 57.2364],[-6.408999, 57.2371],[-6.411001, 57.2373],[-6.4126, 57.2373],[-6.4147, 57.2376],[-6.416699, 57.2391],[-6.41790, 57.2405],[-6.41940, 57.2416],[-6.421299, 57.2417],[-6.4246, 57.2425],[-6.42450, 57.2435],[-6.424301, 57.2461],[-6.4242, 57.2482],[-6.424399, 57.2502],[-6.425799, 57.2511],[-6.42780, 57.2515],[-6.429399, 57.2524],[-6.4305, 57.2540],[-6.4318, 57.2542],[-6.4331, 57.2542],[-6.43340, 57.2566],[-6.4354, 57.2569],[-6.436201, 57.2573],[-6.436201, 57.2586],[-6.4372, 57.2588],[-6.43950, 57.2585],[-6.441401, 57.2599],[-6.444699, 57.2614],[-6.4477, 57.2622],[-6.448501, 57.2632],[-6.4488, 57.2652],[-6.449501, 57.2665],[-6.451601, 57.2674],[-6.4518, 57.2679],[-6.45060, 57.2691],[-6.451001, 57.2695],[-6.4518, 57.2703],[-6.452899, 57.2711],[-6.453701, 57.272],[-6.4539, 57.2745],[-6.45580, 57.277],[-6.4579, 57.2805],[-6.458, 57.2816],[-6.4575, 57.2824],[-6.454999, 57.283],[-6.454501, 57.2837],[-6.45440, 57.285],[-6.4547, 57.2858],[-6.4555, 57.2865],[-6.459899, 57.2873],[-6.46200, 57.2887],[-6.463399000000002, 57.2891],[-6.465799, 57.2892],[-6.4726, 57.2889],[-6.4744, 57.2894],[-6.4772, 57.2909],[-6.47850, 57.2923],[-6.479, 57.2935],[-6.47850, 57.2945],[-6.476601, 57.2964],[-6.476299, 57.297],[-6.4768, 57.2976],[-6.478, 57.2981],[-6.479, 57.2985],[-6.4793, 57.2993],[-6.47890, 57.3005],[-6.47790, 57.3021],[-6.47790, 57.3035],[-6.47850, 57.3057],[-6.478701, 57.3063],[-6.48110, 57.3062],[-6.4815, 57.3065],[-6.481601, 57.3072],[-6.4797, 57.3079],[-6.4795, 57.3087],[-6.4801, 57.3096],[-6.4805, 57.3103],[-6.479899, 57.3112],[-6.478701, 57.3119],[-6.476299, 57.3130],[-6.47330, 57.3139],[-6.4678, 57.3151],[-6.463901, 57.3161],[-6.46150, 57.3167],[-6.459101, 57.3181],[-6.4572, 57.3185],[-6.45600, 57.3185],[-6.455299, 57.3189],[-6.4547, 57.3196],[-6.454199, 57.3223],[-6.4533, 57.3229],[-6.4519, 57.3231],[-6.450799, 57.3230],[-6.449999, 57.3229],[-6.4491, 57.3225],[-6.448299, 57.3214],[-6.44610, 57.3212],[-6.44460, 57.3216],[-6.443799, 57.3223],[-6.442699, 57.3225],[-6.441401, 57.3231],[-6.440599, 57.3239],[-6.4389, 57.3246],[-6.437799, 57.3255],[-6.437001, 57.3263],[-6.4347, 57.3268],[-6.4327, 57.3264],[-6.4313, 57.3253],[-6.430099, 57.324],[-6.428901, 57.3232],[-6.426801, 57.3235],[-6.425099, 57.3238],[-6.424399, 57.3241],[-6.424399, 57.3245],[-6.425499, 57.3258],[-6.426001000000002, 57.3265],[-6.42630, 57.3285],[-6.4271, 57.3289],[-6.427299, 57.3295],[-6.426801, 57.3307],[-6.426899, 57.3314],[-6.427899, 57.3325],[-6.4274, 57.3338],[-6.427001, 57.3349],[-6.426899, 57.3358],[-6.42780, 57.3367],[-6.429599, 57.3372],[-6.4298, 57.3378],[-6.4292, 57.3389],[-6.42780, 57.3401],[-6.426001000000002, 57.3402],[-6.424399, 57.3398],[-6.4229, 57.3381],[-6.4215, 57.3364],[-6.41940, 57.3356],[-6.418099, 57.3351],[-6.41690, 57.3354],[-6.415299, 57.3356],[-6.4148, 57.3363],[-6.4139, 57.3375],[-6.411699, 57.3374],[-6.405, 57.3333],[-6.40280, 57.3317],[-6.3985, 57.3309],[-6.393701, 57.33],[-6.388999, 57.3288],[-6.384501, 57.3275],[-6.380799, 57.3255],[-6.37750, 57.3237],[-6.3702, 57.3198],[-6.3673, 57.3175],[-6.3656, 57.3156],[-6.364301, 57.3138],[-6.3632, 57.3129],[-6.361401, 57.3117],[-6.357699, 57.3081],[-6.3543, 57.3045],[-6.352099, 57.3033],[-6.349599, 57.303],[-6.3441, 57.3008],[-6.340199, 57.2998],[-6.3371, 57.2994],[-6.3304, 57.2989],[-6.323999000000002, 57.2987],[-6.32120, 57.2992],[-6.32, 57.2991],[-6.3186, 57.2981],[-6.31600, 57.2976],[-6.312399, 57.2979],[-6.3083, 57.2987],[-6.306601, 57.2993],[-6.305099, 57.2999],[-6.3049, 57.3005],[-6.3068, 57.3012],[-6.312001, 57.3021],[-6.322599, 57.303],[-6.32730, 57.3037],[-6.3329, 57.3051],[-6.336699, 57.3061],[-6.3438, 57.3093],[-6.346601000000002, 57.3121],[-6.349599, 57.3149],[-6.351601, 57.3164],[-6.3548, 57.3186],[-6.35690, 57.3204],[-6.3575, 57.3214],[-6.357299, 57.3220],[-6.35690, 57.3225],[-6.3558, 57.3236],[-6.3558, 57.3241],[-6.355899, 57.3242],[-6.357399, 57.3246],[-6.361401, 57.3258],[-6.368501, 57.3294],[-6.3755, 57.3327],[-6.3792, 57.3348],[-6.380499, 57.3356],[-6.381001, 57.3359],[-6.382299, 57.3362],[-6.38310, 57.3367],[-6.38320, 57.337],[-6.38320, 57.3375],[-6.382699, 57.3382],[-6.382699, 57.3385],[-6.3828, 57.3386],[-6.38320, 57.3387],[-6.3856, 57.3387],[-6.386099, 57.3389],[-6.387499, 57.3398],[-6.3884, 57.3402],[-6.389101, 57.3403],[-6.3899, 57.3402],[-6.393099, 57.3395],[-6.395, 57.3393],[-6.396201, 57.3394],[-6.397699, 57.3396],[-6.39820, 57.3397],[-6.398901, 57.34],[-6.399301, 57.3402],[-6.3997, 57.3406],[-6.399899, 57.3409],[-6.4, 57.3412],[-6.399899, 57.3417],[-6.39950, 57.3421],[-6.3985, 57.3425],[-6.396201, 57.3429],[-6.3933, 57.3433],[-6.3927, 57.3435],[-6.3923, 57.3438],[-6.392001, 57.344],[-6.3919, 57.3443],[-6.3919, 57.3446],[-6.392001, 57.3449],[-6.3923, 57.3451],[-6.3927, 57.3452],[-6.394599, 57.3453],[-6.397699, 57.3452],[-6.401299, 57.3452],[-6.403399, 57.3452],[-6.4042, 57.3454],[-6.404399, 57.3455],[-6.4046, 57.3458],[-6.404699, 57.3464],[-6.4046, 57.348],[-6.40380, 57.3496],[-6.4036, 57.352],[-6.4032, 57.3534],[-6.40290, 57.3539],[-6.4025, 57.3544],[-6.400899, 57.3555],[-6.398799, 57.3566],[-6.397299, 57.3579],[-6.396201, 57.3586],[-6.39340, 57.3592],[-6.389699, 57.3603],[-6.38500, 57.3624],[-6.383501, 57.3631],[-6.382999, 57.3637],[-6.3829, 57.3642],[-6.383299, 57.3646],[-6.383999, 57.3644],[-6.385499, 57.3636],[-6.38740, 57.3627],[-6.388501, 57.3624],[-6.391099, 57.3618],[-6.393799, 57.3618],[-6.396601, 57.3619],[-6.39760, 57.3617],[-6.399799, 57.3605],[-6.401401, 57.3607],[-6.402299, 57.3605],[-6.402599, 57.36],[-6.403399, 57.3588],[-6.40380, 57.3577],[-6.403399, 57.3569],[-6.403399, 57.3566],[-6.40370, 57.3563],[-6.4059, 57.3552],[-6.407899, 57.3533],[-6.410299, 57.3512],[-6.41130, 57.3502],[-6.412099, 57.35],[-6.4134, 57.3497],[-6.415299, 57.3498],[-6.417699, 57.3495],[-6.421299, 57.3508],[-6.422699, 57.3508],[-6.424399, 57.3508],[-6.426001000000002, 57.35],[-6.427999, 57.3491],[-6.430399, 57.349],[-6.4313, 57.3486],[-6.432099, 57.3465],[-6.4327, 57.3461],[-6.43380, 57.3459],[-6.434999, 57.3464],[-6.435599, 57.3479],[-6.4368, 57.3483],[-6.4389, 57.3485],[-6.442, 57.3488],[-6.44360, 57.3491],[-6.4453, 57.3484],[-6.4478, 57.3465],[-6.44980, 57.3459],[-6.452199, 57.3454],[-6.452799, 57.3436],[-6.452799, 57.3412],[-6.453701, 57.3408],[-6.454999, 57.3406],[-6.456699, 57.3409],[-6.45830, 57.3419],[-6.458701, 57.3427],[-6.4579, 57.3435],[-6.457001, 57.3444],[-6.456601, 57.3455],[-6.456601, 57.3466],[-6.4561, 57.3476],[-6.456201, 57.3482],[-6.458, 57.3483],[-6.459301, 57.3485],[-6.459301, 57.349],[-6.458799, 57.3494],[-6.455599, 57.3505],[-6.4543, 57.3513],[-6.4539, 57.3522],[-6.4538, 57.3532],[-6.45400, 57.3545],[-6.4543, 57.3559],[-6.454199, 57.3568],[-6.453501, 57.3573],[-6.452099, 57.358],[-6.4519, 57.3585],[-6.4518, 57.3592],[-6.452499, 57.3601],[-6.4523, 57.3606],[-6.4518, 57.3613],[-6.452499, 57.3617],[-6.454899, 57.3621],[-6.457001, 57.3616],[-6.458799, 57.3614],[-6.461201, 57.3626],[-6.4633, 57.3638],[-6.46470, 57.3645],[-6.46530, 57.3644],[-6.4661, 57.3633],[-6.4677, 57.3627],[-6.4688, 57.3629],[-6.470099, 57.3643],[-6.471001, 57.3653],[-6.47180, 57.3658],[-6.472899, 57.3662],[-6.474501, 57.3666],[-6.477399, 57.3669],[-6.478199, 57.3672],[-6.478799, 57.3676],[-6.479199, 57.3683],[-6.479199, 57.3690],[-6.4786, 57.3702],[-6.477499, 57.3716],[-6.475399, 57.3730],[-6.4739, 57.3739],[-6.471601, 57.3748],[-6.469301, 57.3754],[-6.468501, 57.3758],[-6.4677, 57.3764],[-6.4671, 57.3770],[-6.467, 57.3774],[-6.467299, 57.3779],[-6.468599000000002, 57.3779],[-6.469699, 57.3782],[-6.47090, 57.3791],[-6.4731, 57.3803],[-6.47520, 57.3805],[-6.478099, 57.3805],[-6.480599, 57.3808],[-6.482699, 57.3816],[-6.483099, 57.3825],[-6.482999, 57.3835],[-6.482699, 57.3846],[-6.4829, 57.3854],[-6.4841, 57.3860],[-6.485099, 57.3864],[-6.4857, 57.3874],[-6.486401, 57.3886],[-6.4862, 57.3892],[-6.4856, 57.3895],[-6.484799, 57.3900],[-6.4841, 57.3903],[-6.483901, 57.391],[-6.483701, 57.3921],[-6.482999, 57.3931],[-6.48110, 57.3947],[-6.479899, 57.3963],[-6.47980, 57.3972],[-6.47980, 57.3976],[-6.48110, 57.3982],[-6.483799, 57.3981],[-6.48450, 57.3983],[-6.48490, 57.3987],[-6.485899, 57.4004],[-6.4862, 57.4011],[-6.4862, 57.4018],[-6.485899, 57.4031],[-6.486001000000002, 57.4038],[-6.4862, 57.4044],[-6.48630, 57.4047],[-6.4867, 57.4051],[-6.4871, 57.4053],[-6.488299, 57.4055],[-6.488999, 57.4055],[-6.4899, 57.4052],[-6.4902, 57.405],[-6.4909, 57.4039],[-6.491499, 57.4025],[-6.491401, 57.4013],[-6.4923, 57.3989],[-6.493501, 57.3967],[-6.493599, 57.3959],[-6.493199, 57.3950],[-6.49300, 57.3944],[-6.49300, 57.3938],[-6.493199, 57.3935],[-6.4938, 57.3929],[-6.494101, 57.3918],[-6.494501, 57.3911],[-6.495399, 57.3903],[-6.4959, 57.3895],[-6.496201, 57.3889],[-6.496699, 57.3886],[-6.497799, 57.3883],[-6.498799, 57.3878],[-6.499501, 57.3874],[-6.4998, 57.3870],[-6.5001, 57.3863],[-6.50040, 57.3859],[-6.5008, 57.3856],[-6.50140, 57.3853],[-6.5041, 57.3850],[-6.505, 57.3845],[-6.505499, 57.3840],[-6.505499, 57.3832],[-6.5062, 57.3823],[-6.507699, 57.3809],[-6.5087, 57.3803],[-6.509301, 57.3791],[-6.510499, 57.3772],[-6.51130, 57.3766],[-6.51180, 57.3764],[-6.512899, 57.3761],[-6.514599, 57.3759],[-6.517799, 57.3747],[-6.51830, 57.3736],[-6.51970, 57.3720],[-6.520199, 57.3711],[-6.520599, 57.3707],[-6.521299, 57.3705],[-6.522099, 57.3706],[-6.522999, 57.3712],[-6.523799, 57.3717],[-6.52400, 57.3720],[-6.52400, 57.3722],[-6.523799, 57.3725],[-6.522999, 57.3727],[-6.521601, 57.3732],[-6.521201, 57.3736],[-6.521201, 57.3740],[-6.5222, 57.3744],[-6.5226, 57.3749],[-6.522399, 57.3755],[-6.52150, 57.3765],[-6.5204, 57.3779],[-6.519599, 57.3792],[-6.519199, 57.3796],[-6.5186, 57.3798],[-6.5172, 57.3801],[-6.5159, 57.3808],[-6.5152, 57.3815],[-6.5149, 57.3821],[-6.51510, 57.3826],[-6.515699, 57.3831],[-6.517099, 57.3832],[-6.518099, 57.3830],[-6.51930, 57.3820],[-6.52, 57.3818],[-6.521299, 57.3818],[-6.5219, 57.3821],[-6.5222, 57.3828],[-6.523099, 57.3837],[-6.5233, 57.3842],[-6.523099, 57.3847],[-6.522699, 57.3851],[-6.5208, 57.3865],[-6.520199, 57.3875],[-6.5198, 57.3878],[-6.519199, 57.3879],[-6.518099, 57.388],[-6.518, 57.3884],[-6.518701, 57.3892],[-6.5186, 57.3901],[-6.518199, 57.391],[-6.5172, 57.3913],[-6.5159, 57.3914],[-6.5148, 57.3918],[-6.514501, 57.3922],[-6.5143, 57.3926],[-6.5144, 57.3931],[-6.5142, 57.3937],[-6.513901, 57.3943],[-6.514101, 57.3946],[-6.5144, 57.3948],[-6.5148, 57.3952],[-6.51550, 57.3958],[-6.5158, 57.3964],[-6.516099, 57.3979],[-6.51680, 57.3987],[-6.517499, 57.3991],[-6.5189, 57.3993],[-6.521, 57.3988],[-6.522399, 57.3986],[-6.522799, 57.3989],[-6.523099, 57.3992],[-6.5233, 57.3998],[-6.5233, 57.4004],[-6.523099, 57.4007],[-6.522699, 57.401],[-6.522099, 57.4011],[-6.521299, 57.4014],[-6.521, 57.4019],[-6.52110, 57.4025],[-6.521299, 57.4032],[-6.522099, 57.404],[-6.523799, 57.405],[-6.527, 57.4054],[-6.528399, 57.4057],[-6.528999, 57.4067],[-6.529399, 57.4079],[-6.5303, 57.4098],[-6.531401, 57.4114],[-6.532001, 57.4121],[-6.53370, 57.4128],[-6.534501, 57.4141],[-6.5358, 57.4142],[-6.5368, 57.4134],[-6.537099, 57.4128],[-6.535299, 57.411],[-6.53510, 57.4095],[-6.536099, 57.4088],[-6.536001, 57.4074],[-6.536601, 57.4058],[-6.536601, 57.404],[-6.537499, 57.4022],[-6.539, 57.401],[-6.539199, 57.4004],[-6.539, 57.3999],[-6.5383, 57.3996],[-6.536001, 57.3994],[-6.5344, 57.3994],[-6.53380, 57.3995],[-6.533599, 57.3997],[-6.53340, 57.4001],[-6.533501, 57.4005],[-6.534101, 57.4017],[-6.5342, 57.4021],[-6.53380, 57.4025],[-6.533501, 57.4026],[-6.5321, 57.4026],[-6.531899, 57.4026],[-6.5317, 57.4028],[-6.5317, 57.4034],[-6.532199, 57.4047],[-6.5321, 57.4051],[-6.531099, 57.4054],[-6.530099, 57.4052],[-6.528999, 57.4041],[-6.528901, 57.4035],[-6.528901, 57.4029],[-6.528999, 57.4025],[-6.529301, 57.4022],[-6.5302, 57.402],[-6.531099, 57.4015],[-6.5317, 57.4008],[-6.532001, 57.4002],[-6.531899, 57.4],[-6.5317, 57.3998],[-6.529399, 57.3993],[-6.529301, 57.399],[-6.52920, 57.3988],[-6.52960, 57.3976],[-6.529699, 57.3972],[-6.529699, 57.3965],[-6.52990, 57.3961],[-6.530399, 57.3957],[-6.531099, 57.3952],[-6.531401, 57.3944],[-6.531899, 57.3939],[-6.534101, 57.3939],[-6.53520, 57.394],[-6.536099, 57.3941],[-6.536601, 57.3944],[-6.5364, 57.3949],[-6.5342, 57.3963],[-6.53380, 57.3969],[-6.533901, 57.3975],[-6.535399, 57.3982],[-6.5368, 57.3986],[-6.5383, 57.3983],[-6.53890, 57.3981],[-6.5393, 57.3979],[-6.5397, 57.3972],[-6.54040, 57.3967],[-6.54230, 57.3956],[-6.54360, 57.3944],[-6.54400, 57.3939],[-6.544199, 57.3931],[-6.5445, 57.3919],[-6.54500, 57.3915],[-6.546201, 57.391],[-6.547699, 57.3900],[-6.548299, 57.3895],[-6.548299, 57.3891],[-6.5471, 57.3885],[-6.547, 57.388],[-6.5471, 57.3875],[-6.547599, 57.3871],[-6.54880, 57.3868],[-6.5503, 57.3865],[-6.5512, 57.3866],[-6.551801, 57.3870],[-6.5524, 57.3875],[-6.552999, 57.3889],[-6.55340, 57.3894],[-6.554501, 57.3902],[-6.556499, 57.3911],[-6.55810, 57.3919],[-6.5594, 57.3918],[-6.56100, 57.3917],[-6.5618, 57.3919],[-6.562399, 57.3919],[-6.562799, 57.3918],[-6.5635, 57.3914],[-6.56580, 57.391],[-6.567599, 57.3905],[-6.5695, 57.3901],[-6.570499, 57.3898],[-6.571001, 57.3893],[-6.571401000000002, 57.3888],[-6.5712, 57.3882],[-6.570499, 57.3878],[-6.5695, 57.3874],[-6.568501, 57.3870],[-6.565499, 57.3866],[-6.565, 57.3862],[-6.5647, 57.3858],[-6.5647, 57.3853],[-6.5651, 57.3838],[-6.5665, 57.3822],[-6.566899, 57.3816],[-6.5672, 57.3809],[-6.5674, 57.3794],[-6.5672, 57.3787],[-6.565899, 57.3776],[-6.5645, 57.3769],[-6.564199, 57.3766],[-6.564, 57.3760],[-6.564199, 57.3746],[-6.563799, 57.3737],[-6.5636, 57.3723],[-6.5635, 57.3713],[-6.562799, 57.3701],[-6.56150, 57.3682],[-6.56010, 57.3663],[-6.559899, 57.3657],[-6.559899, 57.3652],[-6.5602, 57.3641],[-6.5602, 57.3637],[-6.559899, 57.3633],[-6.5598, 57.3627],[-6.559999, 57.3623],[-6.56050, 57.3621],[-6.563, 57.3618],[-6.564101, 57.3613],[-6.5651, 57.3609],[-6.565599, 57.3598],[-6.5654, 57.359],[-6.56290, 57.3577],[-6.562001, 57.3567],[-6.5618, 57.3554],[-6.5618, 57.3545],[-6.562099, 57.354],[-6.562799, 57.3534],[-6.563399, 57.3527],[-6.56330, 57.3522],[-6.5608, 57.3497],[-6.560599, 57.3493],[-6.560599, 57.349],[-6.5608, 57.3487],[-6.56140, 57.3484],[-6.562001, 57.348],[-6.562399, 57.3472],[-6.56290, 57.3469],[-6.564, 57.3466],[-6.564199, 57.3462],[-6.563799, 57.3458],[-6.5626, 57.3449],[-6.561299, 57.3436],[-6.5609, 57.3429],[-6.5609, 57.3427],[-6.5611, 57.3426],[-6.56290, 57.3424],[-6.563, 57.3422],[-6.562799, 57.3419],[-6.561699, 57.3407],[-6.5609, 57.3399],[-6.560599, 57.3394],[-6.560699, 57.3392],[-6.56140, 57.3392],[-6.56190, 57.3391],[-6.5622, 57.3387],[-6.563, 57.3372],[-6.5636, 57.3367],[-6.564301, 57.3365],[-6.56570, 57.3367],[-6.567, 57.3366],[-6.56750, 57.3362],[-6.567699, 57.3357],[-6.5678, 57.3347],[-6.567699, 57.3341],[-6.5679, 57.3336],[-6.568299, 57.3334],[-6.57370, 57.3335],[-6.577001, 57.3334],[-6.577799, 57.3335],[-6.578501000000002, 57.3336],[-6.57930, 57.3341],[-6.57980, 57.3351],[-6.57970, 57.3367],[-6.57970, 57.337],[-6.5801, 57.3375],[-6.581299, 57.3378],[-6.58260, 57.3378],[-6.584199, 57.3375],[-6.58500, 57.3378],[-6.586201, 57.3385],[-6.587699, 57.3386],[-6.590199, 57.338],[-6.5913, 57.3382],[-6.59250, 57.3385],[-6.593501, 57.3393],[-6.594699, 57.3398],[-6.595699, 57.3399],[-6.59670, 57.3404],[-6.59760, 57.3412],[-6.599101, 57.3414],[-6.599699, 57.342],[-6.60050, 57.3425],[-6.602099, 57.3427],[-6.6044, 57.3427],[-6.609, 57.3445],[-6.61030, 57.3452],[-6.612, 57.3465],[-6.612899, 57.3472],[-6.614699, 57.3478],[-6.61630, 57.349],[-6.61730, 57.3496],[-6.6199, 57.35],[-6.6213, 57.3505],[-6.6223, 57.3513],[-6.62390, 57.3514],[-6.6278, 57.3515],[-6.6316, 57.3529],[-6.633501, 57.3542],[-6.6362, 57.3544],[-6.63940, 57.3549],[-6.642799, 57.3549],[-6.645899, 57.3547],[-6.647399, 57.3553],[-6.64830, 57.3565],[-6.648901, 57.3574],[-6.650199, 57.3586],[-6.6508, 57.3589],[-6.651899, 57.3591],[-6.654301, 57.3586],[-6.6556, 57.3588],[-6.656899, 57.3588],[-6.6594, 57.3584],[-6.66470, 57.3585],[-6.6668, 57.3583],[-6.668399, 57.3578],[-6.671201, 57.3582],[-6.673501, 57.359],[-6.6745, 57.3596],[-6.6759, 57.36],[-6.677299, 57.3603],[-6.678501, 57.361],[-6.679501, 57.3616],[-6.679999, 57.3625],[-6.6806, 57.363],[-6.6818, 57.3635],[-6.683199, 57.3638],[-6.6839, 57.3643],[-6.6843, 57.365],[-6.6848, 57.3658],[-6.685299, 57.3661],[-6.6869, 57.366],[-6.689101, 57.3663],[-6.690499, 57.3668],[-6.69100, 57.3672],[-6.6916, 57.3679],[-6.692299, 57.3684],[-6.693901, 57.3687],[-6.695899, 57.3690],[-6.696899, 57.3701],[-6.697599, 57.3706],[-6.69810, 57.3713],[-6.6984, 57.3721],[-6.6988, 57.3728],[-6.699399, 57.3728],[-6.7006, 57.3722],[-6.7031, 57.3712],[-6.704101, 57.3713],[-6.70600, 57.3709],[-6.7075, 57.3711],[-6.7125, 57.3715],[-6.715099, 57.3721],[-6.71780, 57.3732],[-6.720099, 57.3749],[-6.7218, 57.3766],[-6.723199, 57.3779],[-6.72440, 57.3796],[-6.725399, 57.3809],[-6.727001, 57.3822],[-6.7294, 57.3827],[-6.730199, 57.3832],[-6.730199, 57.3838],[-6.7294, 57.3845],[-6.7294, 57.3849],[-6.7301, 57.3857],[-6.731201, 57.3870],[-6.732999, 57.3893],[-6.7362, 57.3897],[-6.7367, 57.3904],[-6.736499, 57.391],[-6.734799, 57.3919],[-6.7336, 57.3921],[-6.731299, 57.3921],[-6.73050, 57.3929],[-6.73000, 57.3934],[-6.7294, 57.3938],[-6.7279, 57.3942],[-6.727499, 57.3947],[-6.727399, 57.3958],[-6.72760, 57.397],[-6.72800, 57.3988],[-6.7289, 57.4001],[-6.73050, 57.4019],[-6.73220, 57.4032],[-6.7329, 57.4042],[-6.733799, 57.4069],[-6.73470, 57.4105],[-6.735099, 57.4122],[-6.7357, 57.4131],[-6.7362, 57.4137],[-6.737899, 57.4146],[-6.7387, 57.4152],[-6.739699, 57.4164],[-6.7406, 57.4178],[-6.7434, 57.4195],[-6.74600, 57.4215],[-6.7477, 57.4226],[-6.749599, 57.4231],[-6.7507, 57.4232],[-6.75250, 57.4231],[-6.75490, 57.4226],[-6.7571, 57.4228],[-6.75860, 57.4233],[-6.759501, 57.424],[-6.7599, 57.4252],[-6.761899, 57.4281],[-6.763299, 57.4294],[-6.7648, 57.4295],[-6.7664, 57.4289],[-6.76800, 57.4286],[-6.76980, 57.4289],[-6.7714, 57.4288],[-6.772399, 57.4284],[-6.77400, 57.4283],[-6.775199, 57.4283],[-6.775599, 57.4281],[-6.7762, 57.4276],[-6.776801, 57.4274],[-6.778299, 57.4274],[-6.778999, 57.4272],[-6.77920, 57.4269],[-6.77910, 57.4265],[-6.7786, 57.4257],[-6.7786, 57.4254],[-6.778901000000002, 57.4251],[-6.779399, 57.4248],[-6.780499, 57.4244],[-6.7809, 57.4239],[-6.78070, 57.4231],[-6.780799, 57.4226],[-6.781499, 57.4219],[-6.781801, 57.421],[-6.7828, 57.4207],[-6.78440, 57.4209],[-6.786001, 57.4215],[-6.78680, 57.422],[-6.7869, 57.4225],[-6.786601, 57.4239],[-6.78630, 57.4246],[-6.783999, 57.4261],[-6.782899, 57.4274],[-6.782001, 57.4281],[-6.781801, 57.4288],[-6.782001, 57.4296],[-6.783999, 57.4315],[-6.785699, 57.4330],[-6.786099, 57.4339],[-6.7855, 57.4349],[-6.784101, 57.4366],[-6.7837, 57.4383],[-6.7842, 57.4406],[-6.783999, 57.4411],[-6.78070, 57.4419],[-6.777, 57.4429],[-6.7761, 57.4438],[-6.775499, 57.4459],[-6.7753, 57.4467],[-6.7754, 57.4480],[-6.77650, 57.4493],[-6.7775, 57.4502],[-6.779799, 57.4517],[-6.7821, 57.4526],[-6.782499, 57.4528],[-6.7828, 57.4532],[-6.78300, 57.4541],[-6.782899, 57.4548],[-6.7824, 57.4554],[-6.7812, 57.4564],[-6.779699000000002, 57.4576],[-6.778999, 57.4581],[-6.778299, 57.4585],[-6.7733, 57.4593],[-6.768799, 57.4595],[-6.764501, 57.4597],[-6.762001, 57.4594],[-6.758501, 57.4586],[-6.756401, 57.4582],[-6.750899, 57.4577],[-6.7479, 57.4574],[-6.7452, 57.4569],[-6.743701, 57.4543],[-6.74210, 57.4532],[-6.7409, 57.4527],[-6.739501, 57.4522],[-6.7325, 57.4532],[-6.7265, 57.4516],[-6.723501, 57.4511],[-6.7212, 57.4509],[-6.719699000000002, 57.4511],[-6.718901, 57.4515],[-6.718501, 57.4527],[-6.71870, 57.4533],[-6.719301, 57.4539],[-6.7205, 57.4541],[-6.722199, 57.4554],[-6.72440, 57.4576],[-6.727499, 57.4591],[-6.7293, 57.4603],[-6.7315, 57.4615],[-6.7349, 57.4627],[-6.738501, 57.4649],[-6.742001, 57.4672],[-6.743599, 57.4695],[-6.743999, 57.471],[-6.7442, 57.4727],[-6.745299, 57.4758],[-6.74590, 57.4781],[-6.746699, 57.4806],[-6.746699, 57.4862],[-6.74630, 57.4872],[-6.74600, 57.4877],[-6.7465, 57.4896],[-6.746601, 57.4922],[-6.74630, 57.4949],[-6.7465, 57.4976],[-6.7465, 57.4995],[-6.7451, 57.5014],[-6.739399, 57.5038],[-6.7363, 57.5062],[-6.7311, 57.5096],[-6.7255, 57.5117],[-6.719501, 57.5133],[-6.7167, 57.5139],[-6.714301, 57.5145],[-6.7125, 57.5145],[-6.710499, 57.5139],[-6.709199, 57.5124],[-6.70610, 57.5103],[-6.7052, 57.5092],[-6.7033, 57.5064],[-6.70180, 57.5036],[-6.701499, 57.5025],[-6.701499, 57.5014],[-6.70180, 57.5003],[-6.7024, 57.4987],[-6.70230, 57.4979],[-6.70130, 57.4973],[-6.69710, 57.4967],[-6.6954, 57.4959],[-6.6942, 57.4949],[-6.69370, 57.4936],[-6.6932, 57.4931],[-6.6921, 57.4922],[-6.691401, 57.4911],[-6.6903, 57.4906],[-6.6883, 57.4908],[-6.687099, 57.4912],[-6.68590, 57.4912],[-6.6852, 57.4908],[-6.6848, 57.4892],[-6.684599, 57.4872],[-6.684101, 57.4861],[-6.68350, 57.485],[-6.68260, 57.4845],[-6.681001, 57.484],[-6.6787, 57.483],[-6.6771, 57.4821],[-6.6749, 57.4802],[-6.674799, 57.4792],[-6.675799, 57.4775],[-6.6759, 57.477],[-6.675799, 57.4764],[-6.675099, 57.4761],[-6.673501, 57.4756],[-6.6701, 57.4748],[-6.667399, 57.4737],[-6.664899, 57.4724],[-6.663799000000002, 57.4711],[-6.66430, 57.4689],[-6.6639, 57.4671],[-6.663799000000002, 57.4651],[-6.664, 57.4639],[-6.6648, 57.4629],[-6.6648, 57.4619],[-6.66430, 57.4605],[-6.66340, 57.4601],[-6.662499, 57.4599],[-6.6614, 57.4609],[-6.659501, 57.462],[-6.65770, 57.4622],[-6.655499, 57.4615],[-6.653901, 57.4612],[-6.653399, 57.4609],[-6.653901, 57.4606],[-6.655399, 57.4605],[-6.6556, 57.46],[-6.655099, 57.4596],[-6.652699, 57.4596],[-6.651299, 57.4594],[-6.6504, 57.4588],[-6.650199, 57.4582],[-6.651401, 57.4573],[-6.651401, 57.457],[-6.65100, 57.4567],[-6.64970, 57.4564],[-6.648399, 57.4556],[-6.6475, 57.4538],[-6.646201, 57.452],[-6.6457, 57.4518],[-6.645299, 57.4514],[-6.64510, 57.4506],[-6.6448, 57.4504],[-6.642799, 57.4494],[-6.641601, 57.4486],[-6.640399000000002, 57.4475],[-6.638501000000002, 57.4454],[-6.635399, 57.4432],[-6.631899, 57.4429],[-6.6297, 57.4424],[-6.629301, 57.4421],[-6.62910, 57.4419],[-6.628901, 57.4412],[-6.62860, 57.4411],[-6.6275, 57.4410],[-6.626601, 57.4409],[-6.6264, 57.4408],[-6.626299, 57.4406],[-6.6264, 57.4403],[-6.627299, 57.4401],[-6.62760, 57.4397],[-6.6275, 57.4395],[-6.6269, 57.4392],[-6.625199, 57.4389],[-6.6214, 57.4361],[-6.62050, 57.4359],[-6.619501, 57.4359],[-6.6189, 57.4352],[-6.618599, 57.4340],[-6.6184, 57.4334],[-6.617899, 57.4331],[-6.617499, 57.4332],[-6.617199, 57.4336],[-6.617199, 57.4349],[-6.616601, 57.4368],[-6.614999000000002, 57.4368],[-6.6142, 57.4371],[-6.614399, 57.4378],[-6.614799, 57.4386],[-6.614399, 57.4396],[-6.613599, 57.4399],[-6.611801, 57.4398],[-6.6096, 57.4402],[-6.6092, 57.4410],[-6.609799000000002, 57.4420],[-6.61030, 57.4431],[-6.61, 57.4439],[-6.60850, 57.4446],[-6.60790, 57.4456],[-6.6072, 57.4470],[-6.606201, 57.4473],[-6.60470, 57.4473],[-6.60330, 57.4467],[-6.6019, 57.4463],[-6.601, 57.4466],[-6.599699, 57.4469],[-6.597799, 57.4467],[-6.59620, 57.4459],[-6.5949, 57.4452],[-6.59380, 57.4441],[-6.5921, 57.4416],[-6.5904, 57.4401],[-6.58870, 57.4382],[-6.586299, 57.4342],[-6.58580, 57.4324],[-6.5861, 57.4306],[-6.586699, 57.4301],[-6.589, 57.4296],[-6.58920, 57.4291],[-6.588799, 57.4288],[-6.5876, 57.4286],[-6.587299, 57.4281],[-6.5878, 57.427],[-6.5871, 57.4262],[-6.585599, 57.4261],[-6.584301, 57.426],[-6.5833, 57.4252],[-6.583099, 57.423],[-6.582699, 57.4223],[-6.5819, 57.4226],[-6.581201, 57.4236],[-6.580699, 57.4234],[-6.5801, 57.4228],[-6.579999, 57.4221],[-6.57970, 57.422],[-6.57930, 57.4221],[-6.579101, 57.4226],[-6.579, 57.4234],[-6.579101, 57.4242],[-6.580299, 57.4257],[-6.580299, 57.4273],[-6.57980, 57.4282],[-6.578199, 57.4289],[-6.5767, 57.4291],[-6.5767, 57.4296],[-6.577899, 57.4303],[-6.579501, 57.4317],[-6.578701, 57.4328],[-6.577001, 57.4330],[-6.574399, 57.4326],[-6.57370, 57.4328],[-6.573501, 57.4333],[-6.573901, 57.4339],[-6.5753, 57.4347],[-6.578599, 57.4370],[-6.58260, 57.4396],[-6.586801, 57.4418],[-6.587699, 57.4431],[-6.5875, 57.4454],[-6.587399, 57.4462],[-6.5876, 57.4471],[-6.58830, 57.4478],[-6.58820, 57.4482],[-6.586801, 57.4489],[-6.586801, 57.4495],[-6.587299, 57.4499],[-6.588399, 57.4508],[-6.590499, 57.4517],[-6.5913, 57.4525],[-6.5916, 57.4531],[-6.59110, 57.4544],[-6.5916, 57.4547],[-6.5931, 57.4551],[-6.59530, 57.4558],[-6.59670, 57.4572],[-6.597899, 57.4583],[-6.599699, 57.4594],[-6.600399, 57.4607],[-6.601699, 57.4631],[-6.60220, 57.4633],[-6.60230, 57.463],[-6.601699, 57.4606],[-6.60180, 57.4594],[-6.6034, 57.4597],[-6.605, 57.4601],[-6.60650, 57.4599],[-6.60750, 57.4599],[-6.6091, 57.461],[-6.6104, 57.4613],[-6.61120, 57.4613],[-6.611499, 57.461],[-6.6113, 57.4607],[-6.608399, 57.4592],[-6.608099, 57.4588],[-6.608099, 57.4584],[-6.607999, 57.4575],[-6.6082, 57.4574],[-6.60850, 57.4573],[-6.6095, 57.4573],[-6.6099, 57.457],[-6.61030, 57.4562],[-6.610799, 57.4559],[-6.611401, 57.4559],[-6.611899, 57.4561],[-6.61210, 57.4566],[-6.611499, 57.4576],[-6.611801, 57.458],[-6.6134, 57.4584],[-6.614301, 57.4593],[-6.616001000000002, 57.4596],[-6.6174, 57.4587],[-6.6184, 57.4585],[-6.62010, 57.4594],[-6.62060, 57.4602],[-6.621, 57.4611],[-6.6222, 57.4624],[-6.6223, 57.4631],[-6.6218, 57.4635],[-6.619999, 57.4636],[-6.617499, 57.4627],[-6.614501, 57.4619],[-6.613599, 57.4618],[-6.61310, 57.462],[-6.611801, 57.4648],[-6.6111, 57.4653],[-6.6113, 57.4662],[-6.6116, 57.4672],[-6.6111, 57.4682],[-6.61120, 57.4688],[-6.613901, 57.4707],[-6.616099, 57.4722],[-6.617899, 57.4737],[-6.6202, 57.4745],[-6.620699, 57.4754],[-6.621099000000002, 57.4784],[-6.62150, 57.4795],[-6.62300, 57.4815],[-6.623799, 57.4822],[-6.624101, 57.4829],[-6.624, 57.4836],[-6.623199, 57.4849],[-6.623199, 57.4853],[-6.62340, 57.4861],[-6.624599, 57.4869],[-6.625, 57.4885],[-6.6261, 57.4888],[-6.626801, 57.4889],[-6.6269, 57.4895],[-6.626201, 57.4905],[-6.6264, 57.4915],[-6.628701, 57.4931],[-6.629399, 57.4939],[-6.6311, 57.4959],[-6.632999, 57.4959],[-6.633299000000002, 57.4962],[-6.633299000000002, 57.4970],[-6.632599, 57.4982],[-6.6325, 57.4989],[-6.632999, 57.5012],[-6.63520, 57.5037],[-6.634501, 57.5049],[-6.63380, 57.5050],[-6.628099000000002, 57.5041],[-6.6244, 57.5034],[-6.619501, 57.5029],[-6.61730, 57.5026],[-6.61630, 57.5026],[-6.61460, 57.5029],[-6.613599, 57.5054],[-6.611401, 57.5073],[-6.6091, 57.5075],[-6.60700, 57.5079],[-6.6045, 57.5084],[-6.60050, 57.5094],[-6.597199, 57.5101],[-6.594501, 57.5102],[-6.59000, 57.5083],[-6.586299, 57.5063],[-6.5832, 57.5033],[-6.579501, 57.5016],[-6.579101, 57.5013],[-6.577799, 57.4996],[-6.5769, 57.4991],[-6.5752, 57.4985],[-6.5748, 57.4982],[-6.57370, 57.4964],[-6.57270, 57.4958],[-6.57000, 57.4946],[-6.56660, 57.4944],[-6.56570, 57.4945],[-6.565499, 57.4947],[-6.5651, 57.4956],[-6.5647, 57.4960],[-6.56390, 57.4961],[-6.5622, 57.4959],[-6.5611, 57.4963],[-6.560699, 57.4969],[-6.56040, 57.4976],[-6.560299, 57.4988],[-6.560699, 57.5002],[-6.5635, 57.5025],[-6.5636, 57.5031],[-6.563, 57.5037],[-6.561601, 57.5044],[-6.559101, 57.5054],[-6.55810, 57.5062],[-6.5576, 57.5068],[-6.557199, 57.5082],[-6.5573, 57.5093],[-6.557899, 57.5098],[-6.5585, 57.5101],[-6.56230, 57.5111],[-6.5644, 57.5119],[-6.56610, 57.5127],[-6.5674, 57.5140],[-6.568099, 57.5154],[-6.570099, 57.5164],[-6.574501, 57.5169],[-6.579199, 57.5178],[-6.580599, 57.5181],[-6.582099, 57.5188],[-6.5829, 57.5196],[-6.5832, 57.5204],[-6.583399, 57.5217],[-6.582699, 57.5229],[-6.583099, 57.5242],[-6.584599, 57.5254],[-6.5861, 57.5261],[-6.5871, 57.5268],[-6.588399, 57.5277],[-6.5903, 57.5299],[-6.591899, 57.5306],[-6.5928, 57.5319],[-6.595699, 57.5328],[-6.5984, 57.5336],[-6.5998, 57.5345],[-6.6002, 57.5363],[-6.6019, 57.5373],[-6.6045, 57.5379],[-6.6099, 57.5388],[-6.61210, 57.5395],[-6.615399, 57.5416],[-6.622099000000002, 57.545],[-6.627299, 57.5475],[-6.632299, 57.5495],[-6.6341, 57.5503],[-6.635, 57.5509],[-6.6378, 57.5531],[-6.6387, 57.5536],[-6.63980, 57.5539],[-6.641699, 57.5538],[-6.6439, 57.5535],[-6.646201, 57.5529],[-6.647999, 57.5522],[-6.64830, 57.5517],[-6.6482, 57.551],[-6.6475, 57.5501],[-6.646601, 57.5489],[-6.64550, 57.5484],[-6.643799, 57.5473],[-6.644199, 57.5467],[-6.64550, 57.5458],[-6.6461, 57.5446],[-6.646699, 57.5439],[-6.6482, 57.5439],[-6.6495, 57.5444],[-6.6508, 57.5458],[-6.65160, 57.5467],[-6.6517, 57.5476],[-6.6504, 57.5493],[-6.6503, 57.551],[-6.6507, 57.5522],[-6.65120, 57.5533],[-6.651299, 57.5549],[-6.65110, 57.5552],[-6.650899, 57.5554],[-6.650599, 57.5555],[-6.648799, 57.5554],[-6.647299, 57.5554],[-6.64600, 57.5556],[-6.645299, 57.5556],[-6.643701, 57.5556],[-6.643099, 57.5559],[-6.64260, 57.5563],[-6.642001, 57.5577],[-6.6415, 57.5582],[-6.6401, 57.5590],[-6.63880, 57.5598],[-6.637899, 57.5608],[-6.637001, 57.5632],[-6.6367, 57.5650],[-6.6378, 57.5679],[-6.63800, 57.5696],[-6.637899, 57.5713],[-6.6363, 57.5736],[-6.6359, 57.5755],[-6.63520, 57.5778],[-6.634799, 57.579],[-6.63380, 57.5797],[-6.6325, 57.5808],[-6.631499, 57.5828],[-6.631801, 57.5846],[-6.6317, 57.586],[-6.631299, 57.5873],[-6.631899, 57.5881],[-6.632, 57.5894],[-6.631401, 57.5901],[-6.631001, 57.5907],[-6.6307, 57.5915],[-6.630099, 57.5928],[-6.63000, 57.5939],[-6.6307, 57.5954],[-6.630499, 57.5964],[-6.6307, 57.5972],[-6.6312, 57.5979],[-6.6317, 57.5989],[-6.6336, 57.6003],[-6.634799, 57.602],[-6.634399, 57.6032],[-6.63380, 57.6039],[-6.632699, 57.6049],[-6.632199, 57.6062],[-6.632199, 57.6083],[-6.631499, 57.609],[-6.6299, 57.6093],[-6.6283, 57.6087],[-6.6261, 57.6074],[-6.62300, 57.607],[-6.6177, 57.6074],[-6.613901, 57.6073],[-6.61170, 57.6065],[-6.608901, 57.6041],[-6.6058, 57.6028],[-6.603099, 57.6017],[-6.601299, 57.5999],[-6.5984, 57.5977],[-6.595799, 57.5969],[-6.588399, 57.5962],[-6.5857, 57.5952],[-6.582399, 57.5909],[-6.580299, 57.59],[-6.5794, 57.5894],[-6.579, 57.588],[-6.578701, 57.586],[-6.57830, 57.5849],[-6.5776, 57.584],[-6.574501, 57.5824],[-6.571801, 57.5809],[-6.570899, 57.5796],[-6.57030, 57.5780],[-6.567999, 57.5762],[-6.56710, 57.5742],[-6.566401, 57.5731],[-6.566299, 57.5722],[-6.567, 57.5696],[-6.56710, 57.5676],[-6.566801, 57.5664],[-6.565599, 57.5647],[-6.565599, 57.5633],[-6.5654, 57.5620],[-6.56570, 57.5599],[-6.565899, 57.5584],[-6.565599, 57.5564],[-6.565, 57.5545],[-6.564899, 57.5535],[-6.56390, 57.5515],[-6.5632, 57.5506],[-6.5622, 57.5496],[-6.5611, 57.5494],[-6.5593, 57.5492],[-6.5573, 57.5489],[-6.556001, 57.5487],[-6.55530, 57.5477],[-6.553599, 57.5468],[-6.551401, 57.5453],[-6.550499, 57.545],[-6.548501, 57.5445],[-6.547, 57.5442],[-6.5451, 57.5447],[-6.542699000000002, 57.5458],[-6.5397, 57.5471],[-6.53850, 57.5484],[-6.537099, 57.5486],[-6.536001, 57.5481],[-6.534501, 57.5469],[-6.533901, 57.5465],[-6.5323, 57.5462],[-6.5306, 57.546],[-6.52960, 57.546],[-6.528999, 57.5456],[-6.5288, 57.5446],[-6.52820, 57.5441],[-6.526899, 57.5436],[-6.525199, 57.5428],[-6.523399, 57.5416],[-6.520899, 57.5407],[-6.517099, 57.5391],[-6.512599, 57.5387],[-6.51030, 57.5384],[-6.508901, 57.5374],[-6.50710, 57.5365],[-6.50420, 57.5355],[-6.5007, 57.5339],[-6.49720, 57.5324],[-6.496201, 57.5308],[-6.494501, 57.5279],[-6.493501, 57.5265],[-6.492499, 57.5255],[-6.4903, 57.525],[-6.48920, 57.5247],[-6.487199, 57.5245],[-6.483701, 57.5237],[-6.481, 57.5225],[-6.47840, 57.5200],[-6.47690, 57.5187],[-6.4731, 57.5163],[-6.4703, 57.5147],[-6.4678, 57.5118],[-6.4645, 57.5078],[-6.461401, 57.5064],[-6.459899, 57.5052],[-6.45830, 57.5042],[-6.45830, 57.5035],[-6.459599, 57.5027],[-6.461, 57.5014],[-6.4622, 57.5001],[-6.46250, 57.4996],[-6.4622, 57.4993],[-6.4616, 57.4993],[-6.459101, 57.4998],[-6.45730, 57.4995],[-6.455299, 57.4996],[-6.4538, 57.5004],[-6.45260, 57.5008],[-6.4518, 57.5010],[-6.451601, 57.5013],[-6.4518, 57.5017],[-6.452499, 57.5022],[-6.4524, 57.5025],[-6.451499, 57.5028],[-6.451001, 57.5035],[-6.450799, 57.5043],[-6.449999, 57.5049],[-6.4491, 57.5061],[-6.448299, 57.5069],[-6.447199, 57.5075],[-6.444399, 57.5086],[-6.442299, 57.5095],[-6.438701, 57.5119],[-6.436601, 57.5140],[-6.434101, 57.5159],[-6.433599, 57.5170],[-6.432499, 57.5173],[-6.430799, 57.5172],[-6.4302, 57.5179],[-6.4303, 57.5187],[-6.4298, 57.519],[-6.427899, 57.5193],[-6.426499, 57.5200],[-6.425399, 57.5200],[-6.424399, 57.5192],[-6.4231, 57.5186],[-6.422599, 57.5176],[-6.422299, 57.5164],[-6.421801, 57.5158],[-6.421801, 57.5153],[-6.423399, 57.5145],[-6.4242, 57.5138],[-6.42490, 57.5128],[-6.42490, 57.5119],[-6.425099, 57.5111],[-6.4256, 57.5105],[-6.4267, 57.5092],[-6.427299, 57.5083],[-6.427199, 57.5070],[-6.4274, 57.5062],[-6.4284, 57.5056],[-6.428999, 57.5051],[-6.429399, 57.5032],[-6.4299, 57.5027],[-6.43140, 57.5020],[-6.43330, 57.5012],[-6.43380, 57.5006],[-6.433199, 57.4997],[-6.43330, 57.4990],[-6.434, 57.4983],[-6.4354, 57.4975],[-6.4372, 57.4949],[-6.438099000000002, 57.4940],[-6.4424, 57.4914],[-6.44450, 57.4886],[-6.445899, 57.4863],[-6.447199, 57.4843],[-6.4481, 57.4832],[-6.450099, 57.4815],[-6.45120, 57.4807],[-6.45120, 57.4804],[-6.4505, 57.4805],[-6.44930, 57.4808],[-6.448599, 57.4811],[-6.445, 57.482],[-6.443099, 57.4824],[-6.439799, 57.4823],[-6.43850, 57.4822],[-6.4372, 57.4819],[-6.436601, 57.4814],[-6.436201, 57.4809],[-6.43580, 57.48],[-6.4354, 57.4791],[-6.43520, 57.4781],[-6.4355, 57.4761],[-6.4354, 57.4757],[-6.434899, 57.4753],[-6.432499, 57.4739],[-6.43190, 57.4735],[-6.4313, 57.4729],[-6.4303, 57.4717],[-6.429501, 57.4714],[-6.428599, 57.4714],[-6.42780, 57.4719],[-6.427599, 57.4726],[-6.42810, 57.4741],[-6.427999, 57.4752],[-6.42810, 57.4757],[-6.428999, 57.4769],[-6.4293, 57.4776],[-6.429599, 57.4786],[-6.429599, 57.4819],[-6.4299, 57.4827],[-6.43140, 57.4836],[-6.432001, 57.4843],[-6.43230, 57.485],[-6.432799, 57.4877],[-6.432799, 57.4909],[-6.4318, 57.493],[-6.429999, 57.4940],[-6.428901, 57.4938],[-6.428199, 57.493],[-6.427599, 57.4929],[-6.426801, 57.4941],[-6.425499, 57.4950],[-6.424301, 57.4963],[-6.422599, 57.4978],[-6.419301, 57.4985],[-6.417799, 57.4991],[-6.417, 57.4997],[-6.41650, 57.5004],[-6.416601, 57.5019],[-6.4173, 57.5033],[-6.4172, 57.5042],[-6.41600, 57.5052],[-6.413799, 57.5066],[-6.412499, 57.5070],[-6.4106, 57.5070],[-6.409699, 57.5067],[-6.409101, 57.5059],[-6.408599, 57.5058],[-6.408199, 57.5059],[-6.4074, 57.5071],[-6.40660, 57.5072],[-6.405099, 57.5063],[-6.404399, 57.5064],[-6.403999, 57.5071],[-6.403501, 57.5076],[-6.4017, 57.5081],[-6.401401, 57.5090],[-6.4007, 57.5096],[-6.40010, 57.5095],[-6.3994, 57.5089],[-6.398099, 57.5091],[-6.397099, 57.5096],[-6.396699, 57.5115],[-6.397399, 57.5132],[-6.397999, 57.5141],[-6.3979, 57.515],[-6.396699, 57.516],[-6.396699, 57.5166],[-6.397099, 57.5173],[-6.4008, 57.5192],[-6.40240, 57.5198],[-6.40290, 57.5208],[-6.402999, 57.522],[-6.40370, 57.5227],[-6.4036, 57.5235],[-6.4031, 57.5242],[-6.400599, 57.525],[-6.4004, 57.5257],[-6.4004, 57.5268],[-6.39910, 57.5284],[-6.398399, 57.5289],[-6.3969, 57.5291],[-6.39580, 57.5287],[-6.3919, 57.5276],[-6.388501, 57.5261],[-6.386099, 57.5242],[-6.3849, 57.5234],[-6.382299, 57.5223],[-6.3797, 57.5201],[-6.3796, 57.5184],[-6.37850, 57.5148],[-6.37570, 57.5116],[-6.373701, 57.5059],[-6.37230, 57.5024],[-6.3718, 57.5016],[-6.371201, 57.5011],[-6.370699, 57.5013],[-6.3699, 57.5019],[-6.368501, 57.5032],[-6.36770, 57.5043],[-6.366899, 57.5053],[-6.365399, 57.5050],[-6.363299, 57.5045],[-6.361401, 57.5035],[-6.36060, 57.5025],[-6.3599, 57.5017],[-6.3576, 57.5013],[-6.3561, 57.5010],[-6.354599, 57.5003],[-6.3547, 57.4988],[-6.35300, 57.4986],[-6.351099, 57.4981],[-6.350699, 57.4976],[-6.347499000000002, 57.4975],[-6.346601000000002, 57.4971],[-6.3459, 57.4961],[-6.345799, 57.4941],[-6.345399, 57.4928],[-6.34520, 57.4917],[-6.345399, 57.4905],[-6.34460, 57.4898],[-6.344399, 57.4893],[-6.344699, 57.4889],[-6.345099, 57.4884],[-6.345099, 57.4875],[-6.34420, 57.4862],[-6.344301, 57.4853],[-6.344699, 57.484],[-6.34460, 57.4832],[-6.34420, 57.483],[-6.3424, 57.4826],[-6.340799, 57.4823],[-6.339301, 57.4816],[-6.338399, 57.4815],[-6.3383, 57.4826],[-6.337999, 57.4827],[-6.337999, 57.4838],[-6.3378, 57.4849],[-6.336699, 57.4859],[-6.336201, 57.4874],[-6.3369, 57.4889],[-6.3371, 57.49],[-6.337299, 57.4913],[-6.337399, 57.4923],[-6.337, 57.4929],[-6.336, 57.4928],[-6.333099, 57.4910],[-6.332001, 57.4901],[-6.3318, 57.4883],[-6.331, 57.4864],[-6.33050, 57.4844],[-6.330699, 57.4832],[-6.331, 57.4826],[-6.331, 57.4813],[-6.3309, 57.4805],[-6.328501, 57.4788],[-6.3256, 57.4763],[-6.3246, 57.474],[-6.325399, 57.4706],[-6.325399, 57.4682],[-6.32590, 57.4649],[-6.325399, 57.4635],[-6.324399, 57.4622],[-6.3237, 57.4601],[-6.322199000000002, 57.4585],[-6.3204, 57.4574],[-6.317599, 57.4568],[-6.3154, 57.4563],[-6.31320, 57.4566],[-6.3108, 57.4563],[-6.309999000000002, 57.4567],[-6.3097, 57.4575],[-6.310299, 57.4582],[-6.31040, 57.4589],[-6.3115, 57.4596],[-6.3125, 57.4603],[-6.315599, 57.4617],[-6.317599, 57.4631],[-6.318501, 57.4647],[-6.318299, 57.4657],[-6.3172, 57.4673],[-6.3161, 57.4687],[-6.3161, 57.4701],[-6.316299, 57.4716],[-6.3158, 57.4725],[-6.315499, 57.4737],[-6.315499, 57.4745],[-6.3172, 57.4765],[-6.32170, 57.4794],[-6.3224, 57.4806],[-6.3228, 57.4816],[-6.322999, 57.4837],[-6.32310, 57.4851],[-6.322599, 57.4865],[-6.321899, 57.4869],[-6.3211, 57.4872],[-6.319699, 57.4875],[-6.31740, 57.4872],[-6.314799, 57.4865],[-6.3115, 57.4836],[-6.309101000000002, 57.4825],[-6.3081, 57.4825],[-6.307001, 57.4819],[-6.3064, 57.4825],[-6.3056, 57.483],[-6.30420, 57.483],[-6.302199, 57.483],[-6.3021, 57.4836],[-6.3024, 57.4843],[-6.304699, 57.4856],[-6.305399, 57.4861],[-6.307199, 57.4869],[-6.31040, 57.4883],[-6.3144, 57.4903],[-6.3165, 57.4906],[-6.319399, 57.4911],[-6.320799, 57.4918],[-6.322001, 57.4933],[-6.324399, 57.4941],[-6.3249, 57.4949],[-6.324501, 57.4956],[-6.3253, 57.4971],[-6.328501, 57.4987],[-6.3323, 57.5007],[-6.335599, 57.5029],[-6.34000, 57.5056],[-6.342899, 57.5071],[-6.346001, 57.5077],[-6.34980, 57.5088],[-6.352799, 57.5111],[-6.3586, 57.5139],[-6.3631, 57.5168],[-6.366001, 57.5204],[-6.3668, 57.522],[-6.367001, 57.5244],[-6.366899, 57.5264],[-6.368, 57.5271],[-6.37100, 57.5282],[-6.37190, 57.5285],[-6.3727, 57.5294],[-6.373, 57.5303],[-6.372799, 57.5307],[-6.372001000000002, 57.5311],[-6.371699, 57.5323],[-6.37090, 57.5332],[-6.37050, 57.5337],[-6.370299, 57.5345],[-6.370699, 57.5354],[-6.37130, 57.5361],[-6.3744, 57.5379],[-6.377699, 57.5402],[-6.378701, 57.5409],[-6.380099, 57.5416],[-6.381001, 57.5416],[-6.382699, 57.5418],[-6.3849, 57.5427],[-6.3856, 57.5435],[-6.386099, 57.5442],[-6.3862, 57.5447],[-6.386099, 57.5454],[-6.3853, 57.5461],[-6.38410, 57.546],[-6.383399, 57.5457],[-6.382199, 57.5441],[-6.381401, 57.5435],[-6.3804, 57.5439],[-6.38, 57.5448],[-6.380199, 57.5459],[-6.380199, 57.5469],[-6.3804, 57.5479],[-6.3807, 57.5493],[-6.381401, 57.5498],[-6.383901, 57.5494],[-6.385399, 57.5495],[-6.387199, 57.5502],[-6.38870, 57.5511],[-6.389501, 57.5529],[-6.38980, 57.5534],[-6.3909, 57.554],[-6.392799, 57.5543],[-6.392799, 57.5550],[-6.392001, 57.5564],[-6.3919, 57.5571],[-6.39350, 57.5596],[-6.3955, 57.5623],[-6.3951, 57.5643],[-6.395299, 57.5657],[-6.3939, 57.5669],[-6.3926, 57.5674],[-6.391699, 57.5694],[-6.390399, 57.5705],[-6.3877, 57.5697],[-6.386001, 57.5676],[-6.384501, 57.5666],[-6.382999, 57.5654],[-6.3816, 57.5644],[-6.38030, 57.5637],[-6.3796, 57.5636],[-6.379301, 57.5647],[-6.3783, 57.5654],[-6.377999000000002, 57.5670],[-6.377699, 57.5684],[-6.3772, 57.5699],[-6.37750, 57.5709],[-6.377299, 57.5714],[-6.376299, 57.5718],[-6.375, 57.5719],[-6.372799, 57.5719],[-6.371201, 57.5721],[-6.370299, 57.5725],[-6.369699, 57.5741],[-6.3692, 57.5751],[-6.368, 57.5759],[-6.36670, 57.5772],[-6.365399, 57.579],[-6.363901, 57.5808],[-6.360199, 57.5845],[-6.359301, 57.5859],[-6.357, 57.5887],[-6.356801, 57.5893],[-6.3572, 57.5899],[-6.358901000000002, 57.5905],[-6.36520, 57.591],[-6.36770, 57.5908],[-6.368999, 57.5905],[-6.3701, 57.59],[-6.37140, 57.5894],[-6.3727, 57.5883],[-6.3726, 57.5877],[-6.37150, 57.5872],[-6.3692, 57.5867],[-6.369101, 57.5864],[-6.3698, 57.5863],[-6.37130, 57.5865],[-6.373, 57.5866],[-6.3755, 57.5867],[-6.378399, 57.5868],[-6.3868, 57.5857],[-6.3877, 57.5856],[-6.38920, 57.5855],[-6.3914, 57.5856],[-6.3923, 57.5862],[-6.392399, 57.587],[-6.3922, 57.5875],[-6.389999, 57.5895],[-6.38920, 57.5909],[-6.389101, 57.5922],[-6.3899, 57.5935],[-6.392099, 57.5947],[-6.3936, 57.5958],[-6.395199, 57.5965],[-6.3955, 57.5965],[-6.3955, 57.5968],[-6.395, 57.5973],[-6.39300, 57.5983],[-6.392099, 57.5994],[-6.392001, 57.6008],[-6.3922, 57.6017],[-6.3923, 57.6024],[-6.39340, 57.6042],[-6.393701, 57.6059],[-6.394101, 57.6072],[-6.396, 57.6088],[-6.39580, 57.6092],[-6.39350, 57.6093],[-6.3929, 57.6094],[-6.3923, 57.61],[-6.392001, 57.611],[-6.3918, 57.6118],[-6.391699, 57.6136],[-6.3919, 57.6143],[-6.392099, 57.6146],[-6.3939, 57.6154],[-6.394899, 57.6161],[-6.395299, 57.6167],[-6.395899, 57.6175],[-6.397099, 57.6188],[-6.399, 57.6204],[-6.403399, 57.6240],[-6.40530, 57.6260],[-6.4073, 57.6277],[-6.411001, 57.6311],[-6.4148, 57.6334],[-6.418099, 57.6353],[-6.41940, 57.6366],[-6.421801, 57.6388],[-6.4228, 57.6401],[-6.424699, 57.6428],[-6.42450, 57.6438],[-6.4229, 57.6457],[-6.42070, 57.6482],[-6.4189, 57.6489],[-6.413, 57.6491],[-6.412001, 57.6493],[-6.410399, 57.6495],[-6.4093, 57.6496],[-6.405499, 57.65],[-6.40370, 57.6504],[-6.402699, 57.6514],[-6.40240, 57.653],[-6.403501, 57.6539],[-6.40370, 57.6546],[-6.40380, 57.6558],[-6.404799, 57.6572],[-6.4073, 57.6595],[-6.40810, 57.6608],[-6.40800, 57.6614],[-6.407599000000002, 57.6616],[-6.40570, 57.6619],[-6.40280, 57.6617],[-6.399199, 57.661],[-6.3975, 57.6606],[-6.39440, 57.6604],[-6.3922, 57.6606],[-6.38870, 57.6612],[-6.387001, 57.6617],[-6.3856, 57.6619],[-6.384399, 57.6614],[-6.38320, 57.6605],[-6.382299, 57.6605],[-6.3796, 57.6608],[-6.375899, 57.6617],[-6.373, 57.6625],[-6.37090, 57.6637],[-6.367001, 57.6654],[-6.3641, 57.6668],[-6.3604, 57.6692],[-6.35690, 57.6702],[-6.351201, 57.6724],[-6.350399, 57.6729],[-6.349699, 57.6749],[-6.34890, 57.6761],[-6.3455, 57.6781],[-6.3431, 57.6797],[-6.341801, 57.6811],[-6.3417, 57.6819],[-6.3438, 57.6841],[-6.3455, 57.6846],[-6.3462, 57.6851],[-6.3462, 57.6855],[-6.346001, 57.6858],[-6.345099, 57.6858],[-6.3432, 57.6855],[-6.341499, 57.6853],[-6.340499000000002, 57.6854],[-6.33990, 57.6858],[-6.33990, 57.6866],[-6.33990, 57.6878],[-6.3396, 57.6888],[-6.3403, 57.6897],[-6.341499, 57.6903],[-6.341801, 57.6911],[-6.3421, 57.6932],[-6.34520, 57.6964],[-6.3474, 57.6972],[-6.3502, 57.6972],[-6.351, 57.6975],[-6.3514, 57.6985],[-6.352099, 57.6992],[-6.35300, 57.6996],[-6.35300, 57.6998],[-6.349101, 57.6999],[-6.3481, 57.7002],[-6.347499000000002, 57.7011],[-6.347099, 57.7015],[-6.3459, 57.702],[-6.344399, 57.7025],[-6.343901, 57.7031],[-6.3438, 57.7037],[-6.3441, 57.7044],[-6.346499, 57.7056],[-6.348701, 57.7064],[-6.349699, 57.706],[-6.351201, 57.706],[-6.352399, 57.7063],[-6.353099, 57.7068],[-6.3533, 57.7075],[-6.3533, 57.708],[-6.3529, 57.7084],[-6.3509, 57.7085],[-6.350299, 57.7086],[-6.350299, 57.7091],[-6.34980, 57.7096],[-6.34890, 57.7093],[-6.3481, 57.7091],[-6.346001, 57.7081],[-6.3438, 57.7071]]],[[[-6.32590, 57.0602],[-6.3252, 57.0594],[-6.3248, 57.0582],[-6.324501, 57.0573],[-6.3234, 57.0566],[-6.3224, 57.0563],[-6.3211, 57.0563],[-6.320199, 57.0566],[-6.318999, 57.0574],[-6.3186, 57.0575],[-6.317999, 57.0577],[-6.31740, 57.0574],[-6.316201000000002, 57.0551],[-6.3157, 57.0545],[-6.315199, 57.0542],[-6.314, 57.0543],[-6.3125, 57.0547],[-6.309101000000002, 57.0558],[-6.3083, 57.0558],[-6.306001, 57.0509],[-6.3055, 57.0504],[-6.303901000000002, 57.0501],[-6.302499, 57.0501],[-6.301499, 57.0501],[-6.300399, 57.0501],[-6.299699, 57.0496],[-6.298999, 57.0486],[-6.297999, 57.0481],[-6.2953, 57.0483],[-6.2918, 57.0491],[-6.2915, 57.049],[-6.2909, 57.0486],[-6.2905, 57.0482],[-6.2904, 57.045],[-6.289501, 57.0443],[-6.288199, 57.0436],[-6.28510, 57.0421],[-6.282599, 57.0415],[-6.28090, 57.0403],[-6.27750, 57.0402],[-6.2732, 57.041],[-6.269899, 57.041],[-6.2627, 57.038],[-6.261001, 57.0376],[-6.2587, 57.0375],[-6.25790, 57.037],[-6.2567, 57.0359],[-6.255799, 57.0347],[-6.2549, 57.0342],[-6.253099, 57.0337],[-6.252399, 57.0329],[-6.251601, 57.0313],[-6.25080, 57.0301],[-6.2464, 57.0238],[-6.245299, 57.022],[-6.2452, 57.0208],[-6.2455, 57.0204],[-6.2463, 57.0197],[-6.247001, 57.0195],[-6.251601, 57.0183],[-6.256899000000002, 57.0175],[-6.262599, 57.0175],[-6.2679, 57.0168],[-6.275499, 57.0164],[-6.277, 57.0159],[-6.2774, 57.0153],[-6.2778, 57.0139],[-6.277299, 57.0126],[-6.276401, 57.0117],[-6.2736, 57.0107],[-6.268701, 57.0103],[-6.266201, 57.0102],[-6.26170, 57.0104],[-6.26020, 57.0104],[-6.257599, 57.0099],[-6.253701, 57.0089],[-6.250599, 57.0087],[-6.24850, 57.0091],[-6.2469, 57.0090],[-6.244501, 57.0086],[-6.241601, 57.0082],[-6.2391, 57.0075],[-6.23770, 57.0066],[-6.236899, 57.0058],[-6.236401, 57.0047],[-6.236401, 57.0038],[-6.23670, 57.0028],[-6.2375, 57.0014],[-6.2399, 57],[-6.242001000000002, 56.9980],[-6.244699000000002, 56.9962],[-6.246601, 56.9951],[-6.24760, 56.9942],[-6.24800, 56.9932],[-6.247799, 56.9887],[-6.249, 56.9841],[-6.249, 56.982],[-6.24800, 56.9795],[-6.247499, 56.9749],[-6.2477, 56.9729],[-6.24940, 56.9718],[-6.2566, 56.9684],[-6.258399, 56.967],[-6.258999, 56.9659],[-6.25920, 56.9646],[-6.2587, 56.9630],[-6.259799, 56.9621],[-6.26170, 56.9608],[-6.26490, 56.9584],[-6.2679, 56.9572],[-6.2697, 56.9560],[-6.2711, 56.9559],[-6.2726, 56.9564],[-6.275499, 56.9553],[-6.2782, 56.9547],[-6.282499, 56.9540],[-6.283999, 56.9538],[-6.28550, 56.9534],[-6.28650, 56.9525],[-6.28690, 56.9519],[-6.287499, 56.9498],[-6.287899, 56.9488],[-6.2885, 56.9482],[-6.288701, 56.9477],[-6.28840, 56.9470],[-6.288701, 56.9462],[-6.289899, 56.9449],[-6.292399, 56.9431],[-6.2971, 56.9401],[-6.3003, 56.9388],[-6.3074, 56.9374],[-6.3097, 56.9357],[-6.31090, 56.9363],[-6.312099, 56.9369],[-6.313799, 56.9365],[-6.31600, 56.9363],[-6.318901, 56.9368],[-6.3207, 56.9365],[-6.3234, 56.9368],[-6.32590, 56.9366],[-6.327799, 56.9365],[-6.3284, 56.9375],[-6.32880, 56.9382],[-6.33010, 56.9417],[-6.33150, 56.9429],[-6.3325, 56.9433],[-6.336201, 56.9427],[-6.3383, 56.9429],[-6.33950, 56.9437],[-6.339799, 56.9451],[-6.340899, 56.9473],[-6.342, 56.9490],[-6.343501, 56.9494],[-6.346601000000002, 56.9488],[-6.348599, 56.9485],[-6.3515, 56.9501],[-6.3535, 56.9506],[-6.357, 56.9508],[-6.3585, 56.9517],[-6.3599, 56.9520],[-6.364399, 56.9526],[-6.367099, 56.9529],[-6.368701, 56.9538],[-6.3692, 56.9556],[-6.3689, 56.9566],[-6.367599, 56.9578],[-6.367599, 56.9589],[-6.368599, 56.9598],[-6.3692, 56.9602],[-6.3694, 56.9608],[-6.3689, 56.9626],[-6.368999, 56.9631],[-6.37090, 56.9639],[-6.37140, 56.9650],[-6.371201, 56.9664],[-6.37150, 56.9668],[-6.373099, 56.9675],[-6.373701, 56.9682],[-6.37330, 56.9693],[-6.3748, 56.9701],[-6.376699, 56.9709],[-6.376601, 56.9716],[-6.37570, 56.972],[-6.375299, 56.973],[-6.3748, 56.9736],[-6.372001000000002, 56.9742],[-6.37190, 56.9746],[-6.372001000000002, 56.9748],[-6.3748, 56.9743],[-6.37700, 56.9745],[-6.378901, 56.9754],[-6.37990, 56.9756],[-6.3807, 56.9755],[-6.3824, 56.9745],[-6.383901, 56.9743],[-6.386099, 56.9755],[-6.3878, 56.9752],[-6.3922, 56.9759],[-6.392799, 56.9766],[-6.3933, 56.9782],[-6.394101, 56.979],[-6.398799, 56.9801],[-6.40100, 56.9803],[-6.401899, 56.9818],[-6.403901, 56.9823],[-6.4045, 56.9831],[-6.405799, 56.9835],[-6.4074, 56.9842],[-6.409501, 56.9852],[-6.409999, 56.9865],[-6.4109, 56.987],[-6.412499, 56.9874],[-6.4139, 56.9877],[-6.4158, 56.9882],[-6.41600, 56.9885],[-6.415699, 56.9892],[-6.4158, 56.9897],[-6.4168, 56.9897],[-6.418099, 56.9896],[-6.418701, 56.99],[-6.419, 56.9909],[-6.419799000000002, 56.9919],[-6.42170, 56.9928],[-6.423999, 56.9929],[-6.425499, 56.9933],[-6.425799, 56.9948],[-6.4267, 56.9953],[-6.428299, 56.9949],[-6.429101, 56.9948],[-6.4293, 56.996],[-6.4298, 56.9965],[-6.431099, 56.9967],[-6.432799, 56.9964],[-6.434501, 56.9956],[-6.436299, 56.9959],[-6.4372, 56.9973],[-6.43860, 56.9986],[-6.44040, 56.9993],[-6.4411, 56.9995],[-6.442599, 57],[-6.443999, 57.0004],[-6.445199, 57.0007],[-6.447299, 57.0019],[-6.448599, 57.0031],[-6.449999, 57.0030],[-6.451499, 57.0029],[-6.4524, 57.0034],[-6.4547, 57.0034],[-6.4551, 57.0039],[-6.4551, 57.0055],[-6.45540, 57.0065],[-6.45590, 57.0071],[-6.458, 57.0075],[-6.458099, 57.0080],[-6.45640, 57.0085],[-6.4555, 57.0088],[-6.4555, 57.0099],[-6.453701, 57.0102],[-6.4524, 57.0103],[-6.450399, 57.0105],[-6.4492, 57.0101],[-6.4471, 57.0091],[-6.444799, 57.0090],[-6.442599, 57.0118],[-6.4416, 57.0124],[-6.439101000000002, 57.0133],[-6.436299, 57.0145],[-6.4347, 57.0160],[-6.434199, 57.0183],[-6.433, 57.0199],[-6.4313, 57.0208],[-6.42490, 57.0234],[-6.42160, 57.0253],[-6.4196, 57.0257],[-6.41750, 57.0256],[-6.416299, 57.0260],[-6.414999, 57.0275],[-6.414101, 57.0281],[-6.4126, 57.0287],[-6.4102, 57.0293],[-6.4078, 57.0296],[-6.407001, 57.0299],[-6.40560, 57.031],[-6.40570, 57.0323],[-6.405499, 57.0328],[-6.403901, 57.0337],[-6.402699, 57.0345],[-6.401801, 57.0357],[-6.401401, 57.0368],[-6.401299, 57.038],[-6.4007, 57.0386],[-6.3969, 57.0414],[-6.394101, 57.0433],[-6.384799, 57.0466],[-6.377399, 57.0488],[-6.3727, 57.0517],[-6.370299, 57.0529],[-6.366401, 57.0529],[-6.363501, 57.0532],[-6.362199, 57.0532],[-6.360799, 57.053],[-6.358701, 57.0521],[-6.357999, 57.052],[-6.357299, 57.0522],[-6.356601, 57.053],[-6.355899, 57.053],[-6.354101, 57.0521],[-6.353099, 57.0514],[-6.3514, 57.0499],[-6.350299, 57.0497],[-6.349699, 57.0498],[-6.349, 57.0499],[-6.348701, 57.0505],[-6.349199, 57.0512],[-6.349199, 57.0518],[-6.347199, 57.0521],[-6.344699, 57.0527],[-6.3441, 57.0536],[-6.343599, 57.056],[-6.3431, 57.0566],[-6.33990, 57.0568],[-6.33850, 57.0571],[-6.3361, 57.0594],[-6.3354, 57.06],[-6.332799, 57.0602],[-6.3309, 57.06],[-6.329501, 57.0599],[-6.32730, 57.0606],[-6.32590, 57.0602]]],[[[-5.991601, 57.5063],[-5.989799, 57.5057],[-5.988999, 57.5061],[-5.9884, 57.5060],[-5.9878, 57.5054],[-5.9874, 57.5040],[-5.986801, 57.5037],[-5.98620, 57.5037],[-5.985499, 57.5037],[-5.985, 57.5032],[-5.98470, 57.5023],[-5.9836, 57.5006],[-5.982299, 57.4996],[-5.9822, 57.4993],[-5.982699, 57.4975],[-5.9826, 57.4970],[-5.982399000000002, 57.4966],[-5.9815, 57.4959],[-5.980599, 57.4956],[-5.9798, 57.4949],[-5.9794, 57.4944],[-5.9789, 57.4943],[-5.978199, 57.4943],[-5.97760, 57.4945],[-5.977001, 57.4946],[-5.976699, 57.4947],[-5.9764, 57.4947],[-5.976299000000002, 57.4945],[-5.9764, 57.4943],[-5.980199, 57.4912],[-5.980299, 57.4907],[-5.980199, 57.4899],[-5.98010, 57.4882],[-5.980899, 57.4869],[-5.981601000000002, 57.4859],[-5.9825, 57.4845],[-5.9825, 57.4837],[-5.9825, 57.4828],[-5.981699, 57.4814],[-5.981699, 57.4801],[-5.98190, 57.4793],[-5.9822, 57.4792],[-5.983099, 57.4792],[-5.984399, 57.4784],[-5.984799, 57.4779],[-5.9849, 57.4774],[-5.984799, 57.4767],[-5.984799, 57.4754],[-5.9853, 57.4747],[-5.9863, 57.4741],[-5.98710, 57.4736],[-5.987599000000002, 57.4731],[-5.988901, 57.4683],[-5.993999, 57.4596],[-5.9956, 57.4583],[-5.997399, 57.4575],[-5.9976, 57.4572],[-5.997399, 57.4567],[-5.9973, 57.4562],[-5.997399, 57.4558],[-5.997799, 57.4555],[-5.999199, 57.4552],[-5.99970, 57.4552],[-6.000199, 57.4549],[-6.000299, 57.4546],[-6.000199, 57.4536],[-6.000599, 57.4528],[-6.001299, 57.452],[-6.002699, 57.4516],[-6.0046, 57.4511],[-6.005799, 57.4508],[-6.006299, 57.4502],[-6.0071, 57.4488],[-6.00810, 57.4483],[-6.00960, 57.4480],[-6.011099, 57.4471],[-6.0121, 57.4459],[-6.014599, 57.4454],[-6.018799, 57.4449],[-6.021699, 57.4437],[-6.022299, 57.4428],[-6.0233, 57.4407],[-6.0244, 57.4395],[-6.0272, 57.4373],[-6.0286, 57.4356],[-6.0287, 57.4344],[-6.028399, 57.4329],[-6.029399, 57.4307],[-6.0292, 57.4298],[-6.0286, 57.4286],[-6.0272, 57.4273],[-6.024301000000002, 57.4247],[-6.023399, 57.4238],[-6.022399, 57.4226],[-6.021601, 57.4214],[-6.020299, 57.4172],[-6.019501, 57.4154],[-6.01800, 57.4135],[-6.01760, 57.4119],[-6.017799, 57.41],[-6.01800, 57.4086],[-6.017799, 57.4079],[-6.017099, 57.4069],[-6.017001, 57.4054],[-6.017399, 57.4033],[-6.0169, 57.4013],[-6.016099, 57.3991],[-6.016001, 57.3978],[-6.0169, 57.3958],[-6.0164, 57.3942],[-6.016601, 57.3919],[-6.0165, 57.3903],[-6.014101, 57.3876],[-6.011899, 57.3839],[-6.008901, 57.3798],[-6.006401, 57.3779],[-6.0029, 57.3763],[-6.0004, 57.3740],[-5.99970, 57.3713],[-5.9994, 57.3706],[-5.999101, 57.3703],[-5.9958, 57.3701],[-5.99270, 57.371],[-5.992199, 57.3706],[-5.992001, 57.368],[-5.990799, 57.3596],[-5.991099, 57.3579],[-5.993, 57.3549],[-5.99930, 57.3498],[-6.0032, 57.3481],[-6.009799, 57.3439],[-6.0116, 57.3425],[-6.0127, 57.3415],[-6.013199, 57.3407],[-6.015299, 57.3369],[-6.016601, 57.3357],[-6.01760, 57.3348],[-6.0183, 57.3343],[-6.019899, 57.3340],[-6.02470, 57.3340],[-6.0275, 57.3339],[-6.0291, 57.3338],[-6.03030, 57.3331],[-6.0343, 57.3314],[-6.037001, 57.3309],[-6.039899, 57.3307],[-6.0435, 57.3305],[-6.046899, 57.3299],[-6.04990, 57.3301],[-6.0517, 57.3308],[-6.054101, 57.3315],[-6.0568, 57.3321],[-6.05850, 57.3323],[-6.0625, 57.3335],[-6.063099, 57.3337],[-6.0639, 57.3340],[-6.0644, 57.3346],[-6.0647, 57.3359],[-6.0651, 57.3383],[-6.0654, 57.3394],[-6.066, 57.3401],[-6.06720, 57.3411],[-6.0675, 57.3419],[-6.067599, 57.3426],[-6.0671, 57.3436],[-6.066401, 57.3444],[-6.0654, 57.3452],[-6.064101, 57.3457],[-6.0632, 57.3459],[-6.063099, 57.3463],[-6.0632, 57.3465],[-6.0647, 57.3465],[-6.0654, 57.3466],[-6.066, 57.3468],[-6.0671, 57.3475],[-6.067999, 57.3478],[-6.069699, 57.3479],[-6.070899, 57.3482],[-6.071499, 57.3487],[-6.0721, 57.3495],[-6.072999000000002, 57.3508],[-6.073599, 57.3512],[-6.0746, 57.3516],[-6.07530, 57.3516],[-6.076401, 57.3516],[-6.078599, 57.3515],[-6.0793, 57.3518],[-6.0798, 57.3528],[-6.080299, 57.3529],[-6.0811, 57.3527],[-6.083099, 57.3518],[-6.08510, 57.3507],[-6.0858, 57.3509],[-6.08610, 57.3512],[-6.086, 57.3519],[-6.08570, 57.3524],[-6.084199, 57.354],[-6.082799, 57.3553],[-6.082001, 57.3554],[-6.0811, 57.3554],[-6.0802, 57.3556],[-6.07940, 57.3562],[-6.079199, 57.3567],[-6.078701, 57.3584],[-6.07810, 57.3598],[-6.077899, 57.3605],[-6.078, 57.3608],[-6.0801, 57.361],[-6.0802, 57.3612],[-6.0798, 57.3618],[-6.0788, 57.3625],[-6.078501, 57.363],[-6.0784, 57.3637],[-6.078, 57.3641],[-6.0776, 57.3645],[-6.0774, 57.3647],[-6.077499, 57.365],[-6.07770, 57.3651],[-6.07810, 57.3654],[-6.0788, 57.3656],[-6.079501, 57.3659],[-6.0798, 57.3663],[-6.079899, 57.3671],[-6.0801, 57.3674],[-6.08100, 57.3675],[-6.08230, 57.3677],[-6.0825, 57.3679],[-6.0826, 57.3683],[-6.0826, 57.3686],[-6.08230, 57.3689],[-6.081699, 57.3691],[-6.0808, 57.3694],[-6.0802, 57.3704],[-6.0797, 57.371],[-6.07900, 57.3715],[-6.07680, 57.3723],[-6.0756, 57.3728],[-6.07530, 57.3730],[-6.0746, 57.3738],[-6.073501, 57.3753],[-6.07240, 57.3772],[-6.071499, 57.3802],[-6.071401, 57.3820],[-6.0717, 57.3834],[-6.072299, 57.3839],[-6.0738, 57.3847],[-6.074501, 57.3854],[-6.074501, 57.3861],[-6.07340, 57.3875],[-6.0731, 57.3884],[-6.072999000000002, 57.3893],[-6.07340, 57.3900],[-6.075099, 57.3908],[-6.07530, 57.3913],[-6.0741, 57.393],[-6.073999, 57.3939],[-6.073999, 57.3946],[-6.076001, 57.3966],[-6.07770, 57.3982],[-6.0788, 57.4004],[-6.079599, 57.4025],[-6.0793, 57.4039],[-6.078, 57.4051],[-6.077199, 57.4053],[-6.0759, 57.4051],[-6.0756, 57.4054],[-6.0759, 57.4058],[-6.0776, 57.4074],[-6.078501, 57.4089],[-6.079101, 57.4106],[-6.07940, 57.4124],[-6.079999000000002, 57.4139],[-6.0818, 57.4162],[-6.082001, 57.4177],[-6.081201, 57.4193],[-6.08190, 57.4206],[-6.0818, 57.4213],[-6.08140, 57.4223],[-6.0805, 57.4228],[-6.0797, 57.4236],[-6.079599, 57.4248],[-6.079101, 57.4261],[-6.078701, 57.4286],[-6.078501, 57.4299],[-6.078199, 57.4311],[-6.07680, 57.4326],[-6.076401, 57.4332],[-6.0769, 57.4345],[-6.0769, 57.4354],[-6.0756, 57.4363],[-6.07520, 57.4375],[-6.07480, 57.4380],[-6.073599, 57.4387],[-6.073299, 57.4394],[-6.0742, 57.4409],[-6.073901, 57.4416],[-6.0731, 57.4422],[-6.07250, 57.4426],[-6.072199, 57.4438],[-6.071899, 57.4444],[-6.069399, 57.4457],[-6.068501, 57.4464],[-6.06780, 57.4477],[-6.0667, 57.4483],[-6.0647, 57.4489],[-6.0639, 57.4494],[-6.061201, 57.4503],[-6.061299, 57.4528],[-6.0601, 57.4537],[-6.061201, 57.455],[-6.0609, 57.4556],[-6.0605, 57.4558],[-6.059599, 57.4557],[-6.05850, 57.4564],[-6.057099, 57.4554],[-6.0564, 57.4557],[-6.0568, 57.457],[-6.0568, 57.458],[-6.0563, 57.4591],[-6.05560, 57.4595],[-6.054501, 57.4596],[-6.053599, 57.4581],[-6.053299, 57.4579],[-6.052899, 57.458],[-6.052599, 57.458],[-6.052499, 57.4583],[-6.052899, 57.4599],[-6.05270, 57.4608],[-6.0524, 57.4613],[-6.051899, 57.4617],[-6.051401, 57.4619],[-6.050799, 57.462],[-6.04990, 57.4617],[-6.048999, 57.461],[-6.0482, 57.4609],[-6.047699, 57.4612],[-6.0475, 57.4626],[-6.047, 57.4628],[-6.04660, 57.4627],[-6.04570, 57.4614],[-6.044301, 57.4612],[-6.044, 57.461],[-6.043399000000002, 57.4599],[-6.0432, 57.4596],[-6.04290, 57.4596],[-6.04250, 57.4596],[-6.04150, 57.46],[-6.041, 57.4599],[-6.0402, 57.4593],[-6.039, 57.4585],[-6.0383, 57.4583],[-6.03730, 57.4585],[-6.03690, 57.4589],[-6.03690, 57.4593],[-6.036699, 57.4597],[-6.03640, 57.4599],[-6.03590, 57.4598],[-6.034101, 57.4588],[-6.033501, 57.4588],[-6.033199, 57.4589],[-6.032899, 57.4594],[-6.0323, 57.4595],[-6.031499, 57.4592],[-6.031001, 57.4589],[-6.03060, 57.459],[-6.03030, 57.4594],[-6.03, 57.46],[-6.029399, 57.4601],[-6.0287, 57.4599],[-6.027999, 57.4594],[-6.0272, 57.4585],[-6.0267, 57.4581],[-6.0257, 57.4579],[-6.024799, 57.4576],[-6.024301000000002, 57.4573],[-6.023901, 57.4566],[-6.0235, 57.4560],[-6.02320, 57.4559],[-6.022999, 57.4558],[-6.022, 57.4558],[-6.0205, 57.4560],[-6.01940, 57.4562],[-6.01840, 57.4561],[-6.016699, 57.4554],[-6.016099, 57.4552],[-6.0155, 57.4553],[-6.015299, 57.4555],[-6.015299, 57.4558],[-6.0158, 57.458],[-6.015699, 57.4584],[-6.0155, 57.4586],[-6.013599, 57.4588],[-6.0131, 57.46],[-6.01230, 57.4609],[-6.009501, 57.4632],[-6.00910, 57.4638],[-6.008999, 57.4642],[-6.008901, 57.4649],[-6.008901, 57.4653],[-6.00910, 57.4657],[-6.009501, 57.4662],[-6.0151, 57.4681],[-6.0172, 57.4685],[-6.018799, 57.4688],[-6.020599, 57.4688],[-6.022, 57.4689],[-6.02460, 57.4692],[-6.025599, 57.4695],[-6.02600, 57.4697],[-6.02600, 57.4701],[-6.0257, 57.4704],[-6.02410, 57.4709],[-6.022099, 57.4714],[-6.019899, 57.4722],[-6.019101, 57.4723],[-6.01840, 57.4723],[-6.017001, 57.4725],[-6.0163, 57.4727],[-6.0159, 57.4728],[-6.015699, 57.473],[-6.015699, 57.4733],[-6.0159, 57.474],[-6.0172, 57.4772],[-6.0172, 57.4789],[-6.017001, 57.4795],[-6.0165, 57.4799],[-6.0149, 57.4811],[-6.012199, 57.4825],[-6.0117, 57.4829],[-6.0116, 57.4832],[-6.0118, 57.4836],[-6.012599, 57.4842],[-6.0128, 57.4845],[-6.0128, 57.4851],[-6.0127, 57.4855],[-6.01230, 57.4858],[-6.0103, 57.4871],[-6.01000, 57.4874],[-6.009699, 57.4878],[-6.00910, 57.4894],[-6.0088, 57.4898],[-6.008299, 57.49],[-6.006299, 57.49],[-6.0042, 57.4899],[-6.0032, 57.4901],[-6.002299, 57.4905],[-6.00110, 57.4908],[-6.00070, 57.4908],[-6.00010, 57.4907],[-5.999599, 57.4906],[-5.99930, 57.4904],[-5.998199, 57.4899],[-5.997399, 57.4898],[-5.99650, 57.4901],[-5.9938, 57.4911],[-5.992599, 57.4918],[-5.9912, 57.4933],[-5.991099, 57.4938],[-5.99170, 57.4940],[-5.9943, 57.4945],[-5.995299, 57.4947],[-5.9958, 57.4949],[-5.99600, 57.4955],[-5.99600, 57.4958],[-5.993299, 57.4977],[-5.992199, 57.4994],[-5.99170, 57.4999],[-5.991499, 57.5003],[-5.991899, 57.5006],[-5.992599, 57.5009],[-5.992499, 57.5014],[-5.991401, 57.5022],[-5.991499, 57.5024],[-5.9934, 57.5035],[-5.994999, 57.5048],[-5.995299, 57.5058],[-5.9952, 57.5066],[-5.994999, 57.5069],[-5.993599000000002, 57.5069],[-5.991601, 57.5063]]],[[[-6.113501, 56.915],[-6.1132, 56.9132],[-6.112999, 56.9094],[-6.1132, 56.9086],[-6.114301, 56.9069],[-6.114501, 56.9057],[-6.114699, 56.9029],[-6.11520, 56.9006],[-6.11620, 56.8979],[-6.1163, 56.8972],[-6.116099, 56.8959],[-6.115699000000002, 56.8945],[-6.114999, 56.8908],[-6.115099, 56.8902],[-6.115399, 56.8892],[-6.11620, 56.8886],[-6.1168, 56.8882],[-6.117499, 56.8872],[-6.1178, 56.8870],[-6.11800, 56.8870],[-6.118999, 56.8874],[-6.120399, 56.8883],[-6.122499, 56.8889],[-6.1239, 56.8895],[-6.124599, 56.8901],[-6.1251, 56.8902],[-6.125599, 56.8901],[-6.12600, 56.8900],[-6.12650, 56.8896],[-6.127, 56.8887],[-6.1272, 56.8882],[-6.1272, 56.8875],[-6.12690, 56.8867],[-6.126201, 56.8858],[-6.12550, 56.8848],[-6.1258, 56.8839],[-6.1264, 56.8829],[-6.126801, 56.8824],[-6.127299, 56.8824],[-6.127699, 56.8825],[-6.128399, 56.8831],[-6.128701, 56.8833],[-6.1291, 56.8834],[-6.1295, 56.8834],[-6.130099, 56.883],[-6.1312, 56.8819],[-6.132199, 56.8811],[-6.1325, 56.8809],[-6.132599, 56.8806],[-6.1324, 56.8803],[-6.13170, 56.88],[-6.12970, 56.8792],[-6.1291, 56.8788],[-6.128399, 56.8782],[-6.12790, 56.8776],[-6.12780, 56.8774],[-6.12790, 56.8772],[-6.12820, 56.8771],[-6.129799, 56.8774],[-6.13110, 56.8775],[-6.13200, 56.8773],[-6.132599, 56.8771],[-6.133501, 56.8766],[-6.133999000000002, 56.8761],[-6.134301, 56.8755],[-6.134501, 56.8747],[-6.13490, 56.8739],[-6.135399, 56.8734],[-6.136001, 56.8731],[-6.137499, 56.8726],[-6.13870, 56.8726],[-6.1402, 56.8729],[-6.1418, 56.8734],[-6.142499, 56.8737],[-6.1435, 56.8739],[-6.144501, 56.874],[-6.146299, 56.8741],[-6.148399, 56.8742],[-6.150599, 56.874],[-6.152599, 56.8737],[-6.1573, 56.8731],[-6.159999, 56.8732],[-6.16260, 56.8735],[-6.1659, 56.8745],[-6.168701, 56.8752],[-6.171201, 56.8753],[-6.17240, 56.8755],[-6.1731, 56.8757],[-6.17530, 56.8769],[-6.17670, 56.8777],[-6.1787, 56.8785],[-6.1813, 56.8795],[-6.183701, 56.88],[-6.18650, 56.8804],[-6.18850, 56.8806],[-6.190499, 56.8809],[-6.191, 56.8811],[-6.1915, 56.8814],[-6.192299, 56.8820],[-6.193299, 56.8838],[-6.19360, 56.8842],[-6.193901, 56.8845],[-6.194699, 56.8850],[-6.1956, 56.8853],[-6.197001, 56.8857],[-6.19880, 56.8862],[-6.2017, 56.8867],[-6.202799, 56.8870],[-6.204, 56.8874],[-6.206201, 56.8887],[-6.2083, 56.8897],[-6.2083, 56.8901],[-6.2082, 56.8904],[-6.2079, 56.8909],[-6.20750, 56.8914],[-6.206201, 56.8923],[-6.205699, 56.8929],[-6.2054, 56.8936],[-6.20520, 56.8941],[-6.2051, 56.8947],[-6.20520, 56.8957],[-6.205699, 56.8974],[-6.2059, 56.8983],[-6.2059, 56.8995],[-6.205699, 56.9],[-6.2054, 56.9003],[-6.204101, 56.9012],[-6.204, 56.9015],[-6.204, 56.9020],[-6.204199, 56.9023],[-6.20520, 56.9029],[-6.2069, 56.9037],[-6.207001, 56.9040],[-6.2069, 56.9043],[-6.2061, 56.9048],[-6.20580, 56.9052],[-6.205699, 56.9056],[-6.205599, 56.9062],[-6.206201, 56.9075],[-6.206299, 56.908],[-6.206201, 56.9083],[-6.206, 56.9084],[-6.204199, 56.9087],[-6.202001, 56.9089],[-6.201601, 56.9091],[-6.201499, 56.9094],[-6.2013, 56.9101],[-6.201001, 56.9105],[-6.199999, 56.9109],[-6.19540, 56.912],[-6.193399, 56.9126],[-6.1924, 56.913],[-6.192, 56.9133],[-6.1904, 56.9149],[-6.1895, 56.9152],[-6.186601, 56.9156],[-6.18510, 56.916],[-6.183599, 56.9165],[-6.1819, 56.917],[-6.18050, 56.9172],[-6.17660, 56.9172],[-6.1741, 56.9168],[-6.170199, 56.9159],[-6.166299, 56.9152],[-6.1633, 56.915],[-6.160399, 56.9152],[-6.159599, 56.9154],[-6.158199, 56.9161],[-6.1566, 56.9173],[-6.1556, 56.9182],[-6.155, 56.9188],[-6.154699, 56.9193],[-6.15450, 56.9198],[-6.154399, 56.9206],[-6.15460, 56.922],[-6.154799, 56.9227],[-6.155, 56.9232],[-6.1556, 56.924],[-6.15780, 56.9257],[-6.158901, 56.9267],[-6.159101, 56.9272],[-6.15880, 56.9279],[-6.15840, 56.9286],[-6.1577, 56.9296],[-6.157001, 56.9304],[-6.1563, 56.9312],[-6.156099, 56.9314],[-6.1559, 56.9319],[-6.1559, 56.9326],[-6.156001, 56.933],[-6.1563, 56.9337],[-6.156801, 56.9343],[-6.157599, 56.9348],[-6.16020, 56.9355],[-6.1605, 56.9356],[-6.1609, 56.936],[-6.161001, 56.9364],[-6.161001, 56.9369],[-6.160699, 56.9374],[-6.1599, 56.938],[-6.15930, 56.9384],[-6.158299, 56.9386],[-6.156099, 56.939],[-6.15450, 56.9393],[-6.153901, 56.9395],[-6.15320, 56.9401],[-6.15220, 56.9409],[-6.151299, 56.9417],[-6.149199, 56.9432],[-6.1482, 56.9436],[-6.1469, 56.9439],[-6.144, 56.944],[-6.141099, 56.9441],[-6.1399, 56.9444],[-6.13870, 56.9448],[-6.136899, 56.9454],[-6.13620, 56.9455],[-6.13530, 56.9455],[-6.1337, 56.9451],[-6.13200, 56.9444],[-6.129, 56.9427],[-6.126699, 56.9408],[-6.1257, 56.9404],[-6.1229, 56.9398],[-6.12220, 56.9394],[-6.121601, 56.9388],[-6.1209, 56.9384],[-6.118701, 56.9378],[-6.117899, 56.9375],[-6.1174, 56.9371],[-6.116401, 56.9357],[-6.114799, 56.9333],[-6.112999, 56.9304],[-6.1127, 56.9298],[-6.112199, 56.9287],[-6.111401, 56.9275],[-6.110899, 56.9269],[-6.1106, 56.9263],[-6.1104, 56.9257],[-6.110499000000002, 56.9253],[-6.110799, 56.924],[-6.111401, 56.9218],[-6.11240, 56.9189],[-6.1131, 56.917],[-6.113501, 56.915]]],[[[-5.99310, 57.3244],[-5.991099, 57.3238],[-5.988501, 57.3244],[-5.9863, 57.3244],[-5.984301, 57.3235],[-5.983399, 57.3236],[-5.9825, 57.3243],[-5.9798, 57.3243],[-5.9773, 57.3241],[-5.9765, 57.3237],[-5.97590, 57.3224],[-5.974101, 57.3221],[-5.972499, 57.3211],[-5.9705, 57.3205],[-5.967599, 57.3201],[-5.965099, 57.3203],[-5.963901, 57.3208],[-5.96220, 57.3216],[-5.960899, 57.3219],[-5.9604, 57.3217],[-5.9604, 57.3208],[-5.951401, 57.3178],[-5.950799, 57.3178],[-5.94960, 57.3188],[-5.9491, 57.3190],[-5.948299, 57.3189],[-5.944301, 57.3169],[-5.9408, 57.3153],[-5.938, 57.3140],[-5.93400, 57.3120],[-5.928999, 57.3108],[-5.926401, 57.3097],[-5.9236, 57.3074],[-5.92320, 57.3062],[-5.9222, 57.3052],[-5.91950, 57.3035],[-5.91910, 57.3028],[-5.91900, 57.301],[-5.9194, 57.2978],[-5.9197, 57.2968],[-5.9203, 57.296],[-5.920599, 57.2954],[-5.921299, 57.2947],[-5.9238, 57.293],[-5.926001, 57.291],[-5.926099, 57.2899],[-5.9245, 57.2852],[-5.92420, 57.2842],[-5.924301, 57.2836],[-5.925499, 57.2835],[-5.927199, 57.2835],[-5.928299, 57.284],[-5.928901, 57.2843],[-5.929399, 57.2842],[-5.929399, 57.2835],[-5.929101, 57.2832],[-5.928299, 57.2825],[-5.928199, 57.2819],[-5.92840, 57.2816],[-5.928999, 57.2815],[-5.92980, 57.2816],[-5.9314, 57.2823],[-5.9335, 57.2821],[-5.934199, 57.2812],[-5.934101, 57.2805],[-5.93400, 57.2794],[-5.9347, 57.2787],[-5.938399, 57.2778],[-5.94100, 57.2761],[-5.943099, 57.2756],[-5.94710, 57.2757],[-5.95050, 57.2755],[-5.9533, 57.2749],[-5.9579, 57.2744],[-5.962699, 57.2744],[-5.966001, 57.275],[-5.968599, 57.2754],[-5.9717, 57.2755],[-5.9739, 57.2755],[-5.9768, 57.2754],[-5.977399, 57.2751],[-5.97860, 57.2747],[-5.9794, 57.2747],[-5.980899, 57.2752],[-5.984799, 57.2776],[-5.9867, 57.2793],[-5.9891, 57.2821],[-5.991899, 57.2835],[-5.994999, 57.2863],[-5.997399, 57.2873],[-5.999501, 57.2881],[-6.0008, 57.2888],[-6.001601, 57.2892],[-6.0029, 57.2895],[-6.003701, 57.2902],[-6.0041, 57.2918],[-6.00490, 57.2932],[-6.0074, 57.2952],[-6.0103, 57.2969],[-6.0134, 57.2988],[-6.014599, 57.3002],[-6.01520, 57.301],[-6.0158, 57.3023],[-6.017099, 57.3038],[-6.02040, 57.306],[-6.0205, 57.307],[-6.01900, 57.3092],[-6.018199, 57.3115],[-6.018199, 57.3138],[-6.0168, 57.3152],[-6.0156, 57.3182],[-6.014101, 57.3212],[-6.011899, 57.3216],[-6.0079, 57.3208],[-6.003701, 57.3207],[-6.003099, 57.3207],[-6.002399, 57.3211],[-6.0022, 57.3217],[-6.0028, 57.3230],[-6.0029, 57.3236],[-6.002699, 57.3241],[-6.0022, 57.3249],[-6.001, 57.3256],[-5.9998, 57.3258],[-5.9963, 57.3251],[-5.99310, 57.3244]]],[[[-6.5053, 57.0716],[-6.5008, 57.0698],[-6.49770, 57.0684],[-6.4951, 57.0680],[-6.4899, 57.0686],[-6.487299, 57.0682],[-6.48490, 57.0670],[-6.483901, 57.0661],[-6.4835, 57.0649],[-6.483701, 57.0639],[-6.4856, 57.0628],[-6.4862, 57.0618],[-6.486499, 57.0607],[-6.4867, 57.0598],[-6.488299, 57.0595],[-6.48870, 57.0590],[-6.48880, 57.0579],[-6.4867, 57.0568],[-6.4867, 57.056],[-6.486899000000002, 57.0554],[-6.487199, 57.0551],[-6.488501, 57.0556],[-6.4899, 57.0563],[-6.490799, 57.0571],[-6.492499, 57.0591],[-6.493299, 57.0594],[-6.494501, 57.0594],[-6.497099, 57.0582],[-6.498099, 57.0575],[-6.499501, 57.0572],[-6.5008, 57.057],[-6.5022, 57.0569],[-6.504301000000002, 57.057],[-6.505799, 57.057],[-6.507199, 57.0564],[-6.508501, 57.0555],[-6.5092, 57.0552],[-6.5106, 57.0552],[-6.51160, 57.0556],[-6.5121, 57.0561],[-6.512199000000002, 57.0568],[-6.512499, 57.057],[-6.514501, 57.0569],[-6.516099, 57.0567],[-6.517001, 57.0564],[-6.517499, 57.0559],[-6.518, 57.0559],[-6.5189, 57.0561],[-6.519501, 57.0561],[-6.5201, 57.0556],[-6.5208, 57.0556],[-6.521299, 57.0556],[-6.522299, 57.0558],[-6.523399, 57.0554],[-6.5246, 57.0553],[-6.52530, 57.0554],[-6.5261, 57.0566],[-6.5266, 57.0571],[-6.5274, 57.0572],[-6.5288, 57.057],[-6.53000, 57.0567],[-6.531401, 57.0567],[-6.5327, 57.0571],[-6.533, 57.0571],[-6.53430, 57.0564],[-6.535299, 57.056],[-6.536601, 57.056],[-6.53760, 57.057],[-6.538701, 57.0576],[-6.5425, 57.0574],[-6.5444, 57.0576],[-6.5451, 57.058],[-6.545499, 57.0586],[-6.546299, 57.0589],[-6.54750, 57.0589],[-6.54880, 57.0579],[-6.550099, 57.0577],[-6.550499, 57.0569],[-6.55020, 57.0555],[-6.550099, 57.0545],[-6.55020, 57.0535],[-6.552299, 57.0528],[-6.552999, 57.0525],[-6.553199, 57.051],[-6.5542, 57.0506],[-6.55490, 57.051],[-6.5556, 57.052],[-6.556499, 57.0524],[-6.5593, 57.0498],[-6.5602, 57.0494],[-6.5618, 57.0494],[-6.5625, 57.0495],[-6.563799, 57.0491],[-6.565, 57.0483],[-6.566, 57.0474],[-6.566, 57.0463],[-6.566, 57.0459],[-6.56710, 57.0458],[-6.568799, 57.0458],[-6.570099, 57.0456],[-6.5706, 57.0449],[-6.5716, 57.0448],[-6.572001, 57.0448],[-6.571801, 57.0456],[-6.571801, 57.0461],[-6.5756, 57.0459],[-6.5767, 57.0454],[-6.577899, 57.0449],[-6.57880, 57.0453],[-6.57930, 57.0461],[-6.5801, 57.0461],[-6.5814, 57.0453],[-6.5832, 57.0448],[-6.584899, 57.044],[-6.585299, 57.0436],[-6.587, 57.0433],[-6.5885, 57.0431],[-6.58960, 57.0428],[-6.590099, 57.0428],[-6.590799, 57.043],[-6.591401, 57.0431],[-6.591899, 57.0427],[-6.5927, 57.0427],[-6.592999, 57.0435],[-6.5932, 57.0438],[-6.594301, 57.0437],[-6.595099, 57.0432],[-6.5959, 57.0428],[-6.596499, 57.043],[-6.597001, 57.0439],[-6.5977, 57.0442],[-6.5988, 57.0441],[-6.599899, 57.0441],[-6.60050, 57.0443],[-6.601099, 57.0455],[-6.6019, 57.0461],[-6.6045, 57.047],[-6.6055, 57.0467],[-6.6064, 57.0464],[-6.606801, 57.0466],[-6.606699, 57.0491],[-6.606699, 57.0497],[-6.6072, 57.0503],[-6.609799000000002, 57.0507],[-6.610099, 57.0514],[-6.609799000000002, 57.0519],[-6.607399, 57.0521],[-6.606201, 57.053],[-6.6061, 57.0543],[-6.6058, 57.0551],[-6.605299, 57.0553],[-6.604199, 57.0542],[-6.6034, 57.054],[-6.6035, 57.055],[-6.602799000000002, 57.0554],[-6.6019, 57.0557],[-6.602099, 57.0573],[-6.601601, 57.0578],[-6.6001, 57.0581],[-6.598199, 57.0572],[-6.594399, 57.0575],[-6.592999, 57.0582],[-6.592199, 57.0599],[-6.5899, 57.0605],[-6.587399, 57.0615],[-6.58500, 57.0609],[-6.582001, 57.061],[-6.578701, 57.0614],[-6.577799, 57.0615],[-6.574501, 57.0613],[-6.573501, 57.0612],[-6.57040, 57.0623],[-6.5686, 57.063],[-6.566201, 57.0634],[-6.564199, 57.0629],[-6.56290, 57.0627],[-6.562399, 57.0628],[-6.56150, 57.0632],[-6.560599, 57.0632],[-6.559101, 57.0634],[-6.557899, 57.0635],[-6.556499, 57.0655],[-6.55430, 57.0663],[-6.553501, 57.0668],[-6.553299, 57.0674],[-6.553901, 57.0685],[-6.55530, 57.0687],[-6.557199, 57.0687],[-6.557199, 57.0692],[-6.5555, 57.0698],[-6.552599, 57.0696],[-6.550499, 57.0691],[-6.5495, 57.0681],[-6.544101, 57.0686],[-6.54230, 57.0690],[-6.539501, 57.0688],[-6.536001, 57.0695],[-6.5348, 57.0695],[-6.529301, 57.0678],[-6.526801, 57.0679],[-6.520599, 57.0697],[-6.516001, 57.0711],[-6.513299, 57.0709],[-6.5087, 57.0715],[-6.50660, 57.0718],[-6.5053, 57.0716]]],[[[-6.199501, 57.1658],[-6.197001, 57.1646],[-6.19460, 57.1648],[-6.1903, 57.1649],[-6.185699, 57.1645],[-6.182899, 57.1637],[-6.18050, 57.1621],[-6.1788, 57.1601],[-6.178501, 57.1588],[-6.1787, 57.1579],[-6.180399, 57.1567],[-6.181001, 57.1561],[-6.1813, 57.1556],[-6.1813, 57.1544],[-6.181201, 57.1532],[-6.181499, 57.1525],[-6.182899, 57.1521],[-6.1839, 57.1516],[-6.1844, 57.1511],[-6.1864, 57.1498],[-6.1886, 57.1501],[-6.1901, 57.1495],[-6.19210, 57.1486],[-6.195199, 57.1492],[-6.198999, 57.1491],[-6.20300, 57.1506],[-6.2061, 57.1531],[-6.20750, 57.1536],[-6.2089, 57.1548],[-6.2101, 57.1548],[-6.210499, 57.1544],[-6.21040, 57.1540],[-6.208799, 57.153],[-6.207399, 57.1527],[-6.20720, 57.1524],[-6.20750, 57.1514],[-6.208399, 57.1513],[-6.208799, 57.1510],[-6.208799, 57.1495],[-6.209301, 57.1476],[-6.20950, 57.1460],[-6.2082, 57.1451],[-6.204, 57.1427],[-6.2017, 57.1406],[-6.200699, 57.1386],[-6.200699, 57.1369],[-6.201601, 57.1363],[-6.206699, 57.1351],[-6.21040, 57.1340],[-6.212399, 57.1324],[-6.2153, 57.1312],[-6.219301, 57.1305],[-6.222899, 57.1302],[-6.22830, 57.1304],[-6.233701, 57.1327],[-6.23670, 57.1337],[-6.239799, 57.1358],[-6.2406, 57.1358],[-6.24240, 57.1359],[-6.243299, 57.1366],[-6.243999, 57.1376],[-6.2459, 57.1381],[-6.24790, 57.1397],[-6.2486, 57.1416],[-6.2515, 57.1448],[-6.253399, 57.149],[-6.253099, 57.1498],[-6.2519, 57.1507],[-6.249, 57.1521],[-6.244699000000002, 57.1525],[-6.241601, 57.1531],[-6.238501, 57.1546],[-6.236001, 57.1562],[-6.232299, 57.157],[-6.229, 57.1577],[-6.225299, 57.1584],[-6.222199, 57.1584],[-6.219699, 57.1574],[-6.214301, 57.1532],[-6.21370, 57.1532],[-6.21280, 57.1535],[-6.21330, 57.1543],[-6.2141, 57.1549],[-6.2135, 57.1558],[-6.213901, 57.1565],[-6.2182, 57.1578],[-6.2187, 57.1584],[-6.21880, 57.1593],[-6.21840, 57.16],[-6.21750, 57.16],[-6.216899, 57.159],[-6.2153, 57.1588],[-6.2141, 57.1588],[-6.2135, 57.1591],[-6.213901, 57.1599],[-6.2153, 57.1613],[-6.215499, 57.1632],[-6.215, 57.1639],[-6.21320, 57.1651],[-6.211401, 57.1658],[-6.208701, 57.166],[-6.2047, 57.1662],[-6.202899, 57.1664],[-6.199501, 57.1658]]],[[[-5.9677, 57.5833],[-5.9671, 57.5831],[-5.9667, 57.5831],[-5.966001, 57.5833],[-5.965799, 57.584],[-5.96540, 57.5844],[-5.9647, 57.5842],[-5.964399, 57.5836],[-5.9646, 57.5826],[-5.965099, 57.5819],[-5.96500, 57.5814],[-5.963901, 57.5806],[-5.9633, 57.5808],[-5.9628, 57.5816],[-5.961201, 57.5828],[-5.960499, 57.583],[-5.959899, 57.5828],[-5.959101, 57.5821],[-5.95800, 57.5815],[-5.9564, 57.5802],[-5.95510, 57.5782],[-5.954199, 57.5777],[-5.9539, 57.5774],[-5.9539, 57.5772],[-5.955299, 57.5765],[-5.95510, 57.5730],[-5.9559, 57.5709],[-5.9558, 57.5705],[-5.954199, 57.5707],[-5.954101, 57.5705],[-5.9548, 57.5701],[-5.955299, 57.5696],[-5.95510, 57.5694],[-5.954501, 57.5692],[-5.952899, 57.5694],[-5.9527, 57.5692],[-5.9527, 57.5688],[-5.953599, 57.5674],[-5.953501, 57.5669],[-5.953, 57.5665],[-5.953, 57.5661],[-5.953501, 57.5651],[-5.9539, 57.5648],[-5.9559, 57.5644],[-5.956601, 57.5638],[-5.956601, 57.5632],[-5.956201000000002, 57.5625],[-5.95510, 57.5617],[-5.954999, 57.5613],[-5.95510, 57.5612],[-5.956699, 57.5611],[-5.9573, 57.5595],[-5.958799, 57.5584],[-5.959, 57.5579],[-5.9607, 57.5531],[-5.963099000000002, 57.5516],[-5.9632, 57.551],[-5.9632, 57.5506],[-5.964, 57.5505],[-5.964301, 57.5498],[-5.96450, 57.5479],[-5.964301, 57.5473],[-5.964, 57.5473],[-5.9632, 57.5472],[-5.9632, 57.547],[-5.9636, 57.5462],[-5.9636, 57.5452],[-5.962999, 57.544],[-5.963099000000002, 57.543],[-5.965099, 57.5411],[-5.965799, 57.5402],[-5.9661, 57.539],[-5.9674, 57.5378],[-5.9675, 57.5374],[-5.967299, 57.5366],[-5.9671, 57.5355],[-5.96920, 57.5323],[-5.970699, 57.5319],[-5.9719, 57.5314],[-5.9717, 57.5311],[-5.969999, 57.5295],[-5.9682, 57.5277],[-5.967999, 57.5272],[-5.968299, 57.5265],[-5.968299, 57.5262],[-5.9682, 57.526],[-5.9674, 57.5255],[-5.9675, 57.5252],[-5.9718, 57.524],[-5.972001, 57.5236],[-5.9713, 57.5227],[-5.96920, 57.5208],[-5.96920, 57.5205],[-5.969301, 57.5200],[-5.972199, 57.5196],[-5.97300, 57.5192],[-5.97300, 57.519],[-5.972499, 57.5187],[-5.972001, 57.5184],[-5.972001, 57.5181],[-5.9727, 57.5175],[-5.973199, 57.5171],[-5.973199, 57.5163],[-5.9733, 57.5162],[-5.97480, 57.5152],[-5.976601, 57.5152],[-5.983701, 57.5171],[-5.992899, 57.5213],[-5.993199, 57.5218],[-5.993, 57.5219],[-5.9924, 57.5221],[-5.991899, 57.5224],[-5.991001, 57.5221],[-5.989501, 57.5216],[-5.9877, 57.5216],[-5.98470, 57.5213],[-5.9835, 57.5213],[-5.9826, 57.5213],[-5.9821, 57.5213],[-5.982399000000002, 57.5218],[-5.983701, 57.5222],[-5.983901, 57.523],[-5.9846, 57.5231],[-5.986001, 57.5234],[-5.986801, 57.524],[-5.987599000000002, 57.5239],[-5.9888, 57.5237],[-5.991401, 57.5246],[-5.991601, 57.5253],[-5.99130, 57.5257],[-5.993599000000002, 57.5267],[-5.99550, 57.5273],[-5.995399, 57.528],[-5.994501, 57.5282],[-5.994101, 57.5284],[-5.994699, 57.5296],[-5.996201, 57.5313],[-5.99600, 57.5314],[-5.992899, 57.5324],[-5.992099, 57.5334],[-5.9912, 57.5336],[-5.9892, 57.5337],[-5.986899, 57.5347],[-5.986001, 57.5353],[-5.98560, 57.5353],[-5.9849, 57.5344],[-5.9836, 57.5332],[-5.983099, 57.5333],[-5.982999, 57.5337],[-5.9842, 57.5352],[-5.9842, 57.536],[-5.983901, 57.5369],[-5.984, 57.5374],[-5.983099, 57.5375],[-5.980899, 57.5384],[-5.9798, 57.5391],[-5.979199, 57.5397],[-5.9785, 57.5403],[-5.9785, 57.5409],[-5.97860, 57.541],[-5.979, 57.541],[-5.98010, 57.5408],[-5.981699, 57.5396],[-5.984, 57.5395],[-5.986801, 57.5394],[-5.987999, 57.5391],[-5.988901, 57.5381],[-5.989501, 57.5365],[-5.989999, 57.5361],[-5.992599, 57.5362],[-5.9939, 57.5367],[-5.994699, 57.5373],[-5.995699, 57.5376],[-5.996699, 57.5379],[-5.99840, 57.5372],[-5.998799, 57.5373],[-5.9976, 57.5382],[-5.998799, 57.5392],[-5.998701, 57.5395],[-5.998199, 57.5397],[-5.996099, 57.5399],[-5.99650, 57.541],[-5.99690, 57.5422],[-5.997399, 57.5426],[-5.999101, 57.5427],[-5.99930, 57.5431],[-5.99930, 57.5436],[-5.998199, 57.5445],[-5.9977, 57.5458],[-5.996201, 57.5458],[-5.9944, 57.5456],[-5.9928, 57.5448],[-5.992199, 57.5441],[-5.99130, 57.5436],[-5.990799, 57.5431],[-5.990499, 57.5428],[-5.990099, 57.5429],[-5.989699, 57.5434],[-5.988901, 57.5442],[-5.9874, 57.5449],[-5.983901, 57.5453],[-5.9822, 57.5453],[-5.98100, 57.5445],[-5.9804, 57.5445],[-5.98010, 57.5454],[-5.98, 57.5463],[-5.9794, 57.5467],[-5.978, 57.5473],[-5.9777, 57.5476],[-5.9777, 57.5478],[-5.978199, 57.5481],[-5.9784, 57.5483],[-5.978199, 57.549],[-5.976601, 57.5499],[-5.9755, 57.5499],[-5.974999, 57.5502],[-5.974899, 57.5508],[-5.9755, 57.5509],[-5.9764, 57.5509],[-5.977399, 57.5514],[-5.978199, 57.5518],[-5.981299, 57.5521],[-5.98280, 57.5526],[-5.9829, 57.5529],[-5.9826, 57.553],[-5.981801, 57.553],[-5.98140, 57.5529],[-5.9811, 57.553],[-5.981299, 57.5534],[-5.981299, 57.5537],[-5.981299, 57.5545],[-5.982299, 57.5544],[-5.983399, 57.5549],[-5.9845, 57.5557],[-5.9849, 57.5567],[-5.9845, 57.5582],[-5.983701, 57.5591],[-5.9829, 57.5601],[-5.982999, 57.5611],[-5.983901, 57.5614],[-5.9845, 57.5615],[-5.985, 57.5618],[-5.9854, 57.5622],[-5.9853, 57.5630],[-5.98470, 57.5635],[-5.9842, 57.5637],[-5.983399, 57.5638],[-5.982399000000002, 57.5633],[-5.9821, 57.5630],[-5.981801, 57.5629],[-5.9815, 57.5631],[-5.981699, 57.5634],[-5.982399000000002, 57.5641],[-5.982699, 57.5648],[-5.9826, 57.5655],[-5.98330, 57.5658],[-5.984, 57.5662],[-5.9842, 57.5667],[-5.9841, 57.5676],[-5.98470, 57.5682],[-5.985799, 57.5683],[-5.98700, 57.5686],[-5.98810, 57.5691],[-5.987999, 57.5694],[-5.987199, 57.5694],[-5.986801, 57.5697],[-5.986801, 57.5701],[-5.98710, 57.5709],[-5.986801, 57.5712],[-5.985899, 57.5715],[-5.985099, 57.5718],[-5.9846, 57.5717],[-5.983901, 57.5716],[-5.983701, 57.571],[-5.983399, 57.5706],[-5.9832, 57.5705],[-5.9826, 57.5702],[-5.98200, 57.5703],[-5.981801, 57.5705],[-5.981699, 57.571],[-5.9821, 57.5715],[-5.98280, 57.5721],[-5.98280, 57.5727],[-5.98190, 57.5744],[-5.980299, 57.5761],[-5.97950, 57.576],[-5.976299000000002, 57.5727],[-5.976201, 57.5724],[-5.977399, 57.5717],[-5.9793, 57.5706],[-5.9793, 57.5700],[-5.979, 57.5694],[-5.978099, 57.5694],[-5.976299000000002, 57.5707],[-5.974999, 57.571],[-5.9739, 57.5711],[-5.97340, 57.5714],[-5.97340, 57.5720],[-5.97590, 57.574],[-5.976601, 57.5754],[-5.976299000000002, 57.577],[-5.9758, 57.5778],[-5.974999, 57.5778],[-5.9738, 57.5773],[-5.972799, 57.5759],[-5.9713, 57.5744],[-5.9684, 57.5728],[-5.9671, 57.5723],[-5.9662, 57.5726],[-5.965499, 57.5727],[-5.96410, 57.5726],[-5.962999, 57.5733],[-5.963099000000002, 57.5745],[-5.96370, 57.576],[-5.963399, 57.577],[-5.9625, 57.5783],[-5.962399, 57.5787],[-5.9632, 57.5789],[-5.9653, 57.579],[-5.9661, 57.5796],[-5.9675, 57.5795],[-5.968501, 57.5795],[-5.9684, 57.58],[-5.967999, 57.5806],[-5.9682, 57.5808],[-5.9691, 57.5809],[-5.96920, 57.581],[-5.9699, 57.5814],[-5.971001, 57.5812],[-5.9713, 57.5815],[-5.9713, 57.5823],[-5.971099, 57.5833],[-5.970699, 57.5837],[-5.970099, 57.5839],[-5.969501, 57.5846],[-5.968999, 57.5847],[-5.968299, 57.5845],[-5.967899, 57.5839],[-5.9677, 57.5833]]],[[[-5.8616, 56.8066],[-5.8606, 56.8058],[-5.8597, 56.8058],[-5.8586, 56.8061],[-5.8569, 56.8073],[-5.8548, 56.8083],[-5.8544, 56.8084],[-5.853701, 56.8081],[-5.851201, 56.8058],[-5.8502, 56.8056],[-5.848, 56.8044],[-5.845799, 56.8035],[-5.8437, 56.8031],[-5.8428, 56.8033],[-5.84200, 56.8035],[-5.84070, 56.8035],[-5.840099, 56.8033],[-5.8385, 56.8022],[-5.8371, 56.8008],[-5.8357, 56.7997],[-5.83500, 56.7994],[-5.83400, 56.799],[-5.833399, 56.7982],[-5.8329, 56.7971],[-5.832399, 56.7968],[-5.8314, 56.7968],[-5.83020, 56.7974],[-5.82980, 56.7993],[-5.8288, 56.8002],[-5.82800, 56.8008],[-5.8262, 56.801],[-5.82280, 56.8003],[-5.8109, 56.7965],[-5.807899, 56.7951],[-5.807199, 56.7944],[-5.80740, 56.7935],[-5.80830, 56.7929],[-5.809501, 56.7925],[-5.814, 56.7924],[-5.822001000000002, 56.7913],[-5.824699, 56.7914],[-5.8255, 56.7916],[-5.8263, 56.7923],[-5.8268, 56.7936],[-5.827499, 56.7948],[-5.828599, 56.7949],[-5.82980, 56.7947],[-5.831, 56.794],[-5.836801, 56.7886],[-5.83780, 56.7878],[-5.839399, 56.7871],[-5.8416, 56.7872],[-5.843299, 56.7874],[-5.85050, 56.7862],[-5.852001, 56.7865],[-5.8536, 56.7871],[-5.8545, 56.787],[-5.85610, 56.7869],[-5.8576, 56.7871],[-5.8596, 56.7877],[-5.86130, 56.7884],[-5.8624, 56.7889],[-5.863999, 56.79],[-5.8667, 56.791],[-5.8677, 56.791],[-5.8694, 56.7913],[-5.8705, 56.7916],[-5.8714, 56.7916],[-5.873099, 56.7914],[-5.8751, 56.7915],[-5.876699, 56.7922],[-5.8775, 56.7925],[-5.878701, 56.7924],[-5.879301, 56.7919],[-5.880899, 56.7917],[-5.882299, 56.7919],[-5.8831, 56.7923],[-5.883901, 56.7927],[-5.884799000000002, 56.793],[-5.885399, 56.7937],[-5.88520, 56.7942],[-5.884699, 56.7952],[-5.8785, 56.8033],[-5.876, 56.8046],[-5.875899, 56.8056],[-5.8755, 56.8064],[-5.87480, 56.8071],[-5.874, 56.808],[-5.874199, 56.8086],[-5.87480, 56.8089],[-5.876299, 56.8093],[-5.87720, 56.8098],[-5.87720, 56.8103],[-5.876601, 56.8107],[-5.87580, 56.811],[-5.874899, 56.8111],[-5.8734, 56.8104],[-5.8713, 56.809],[-5.86880, 56.8087],[-5.864799, 56.8081],[-5.86320, 56.8075],[-5.8616, 56.8066]]],[[[-6.253799, 56.8417],[-6.251201, 56.8415],[-6.249, 56.8415],[-6.24800, 56.842],[-6.247499, 56.8426],[-6.248701, 56.8442],[-6.248701, 56.8445],[-6.24760, 56.844],[-6.246601, 56.8433],[-6.24560, 56.8433],[-6.24560, 56.8441],[-6.246601, 56.845],[-6.246601, 56.8454],[-6.246099, 56.8454],[-6.243501, 56.8443],[-6.241401, 56.8435],[-6.239301, 56.8430],[-6.2384, 56.8432],[-6.2374, 56.8443],[-6.234399, 56.8451],[-6.2319, 56.8448],[-6.2304, 56.8448],[-6.228799, 56.8454],[-6.227399, 56.8457],[-6.225399, 56.8457],[-6.224101, 56.8447],[-6.2233, 56.8445],[-6.2227, 56.8446],[-6.2223, 56.8448],[-6.2218, 56.8462],[-6.2209, 56.8463],[-6.22030, 56.8462],[-6.21980, 56.8454],[-6.219301, 56.8443],[-6.216899, 56.8419],[-6.2157, 56.8404],[-6.2141, 56.8375],[-6.21420, 56.8362],[-6.2163, 56.8351],[-6.21710, 56.8341],[-6.217599, 56.8322],[-6.2177, 56.8317],[-6.217999, 56.8313],[-6.21840, 56.8313],[-6.219301, 56.8314],[-6.220099, 56.8317],[-6.2223, 56.8329],[-6.224999, 56.8343],[-6.2265, 56.8354],[-6.227099, 56.8354],[-6.2272, 56.8344],[-6.226699, 56.8332],[-6.2258, 56.8322],[-6.225299, 56.8313],[-6.2248, 56.8296],[-6.22400, 56.8277],[-6.2243, 56.8271],[-6.2252, 56.8272],[-6.226699, 56.8280],[-6.2284, 56.8280],[-6.23010, 56.8278],[-6.230899, 56.8275],[-6.23110, 56.8262],[-6.231699, 56.8256],[-6.23350, 56.8246],[-6.234, 56.8236],[-6.2349, 56.8235],[-6.235799, 56.8243],[-6.2361, 56.8247],[-6.23540, 56.8252],[-6.2342, 56.8257],[-6.2341, 56.8261],[-6.235, 56.8265],[-6.2374, 56.8263],[-6.2384, 56.8269],[-6.2399, 56.8287],[-6.241899, 56.8302],[-6.243701, 56.8326],[-6.2448, 56.8330],[-6.2473, 56.8333],[-6.2501, 56.8333],[-6.2519, 56.8327],[-6.2529, 56.8318],[-6.253901, 56.8312],[-6.255199, 56.8295],[-6.255799, 56.8276],[-6.256299, 56.8273],[-6.257999, 56.8274],[-6.2603, 56.8280],[-6.2623, 56.8278],[-6.263299, 56.8278],[-6.26440, 56.8282],[-6.26630, 56.8289],[-6.2673, 56.8288],[-6.2698, 56.8303],[-6.271201, 56.8312],[-6.27200, 56.8325],[-6.27290, 56.8338],[-6.2753, 56.8347],[-6.275599, 56.8355],[-6.274799, 56.8362],[-6.272099, 56.8364],[-6.2708, 56.8365],[-6.27050, 56.8373],[-6.27050, 56.8380],[-6.270299, 56.8383],[-6.268701, 56.8378],[-6.26760, 56.8380],[-6.26680, 56.8389],[-6.2665, 56.8400],[-6.26760, 56.8418],[-6.26760, 56.8426],[-6.267099, 56.8428],[-6.2638, 56.8406],[-6.262899, 56.8405],[-6.2624, 56.8410],[-6.262899, 56.842],[-6.2627, 56.8423],[-6.26170, 56.8414],[-6.260799, 56.8411],[-6.26060, 56.842],[-6.26170, 56.8431],[-6.26210, 56.8442],[-6.263199, 56.8454],[-6.26300, 56.846],[-6.26170, 56.8466],[-6.2603, 56.8462],[-6.257599, 56.8451],[-6.2562, 56.8438],[-6.255099000000002, 56.842],[-6.253799, 56.8417]]],[[[-3.101099, 58.6816],[-3.1026, 58.6807],[-3.102799, 58.6803],[-3.1027, 58.6799],[-3.102499, 58.6794],[-3.1027, 58.6787],[-3.102799, 58.6782],[-3.1031, 58.6779],[-3.10360, 58.6776],[-3.104, 58.6775],[-3.105099, 58.6772],[-3.10550, 58.6766],[-3.1054, 58.6762],[-3.1048, 58.6757],[-3.1047, 58.6751],[-3.104899, 58.6745],[-3.105299, 58.6737],[-3.105599, 58.6733],[-3.10590, 58.6728],[-3.106699, 58.672],[-3.1077, 58.6713],[-3.1084, 58.6710],[-3.109101, 58.6708],[-3.110199, 58.6706],[-3.1124, 58.6703],[-3.11560, 58.6703],[-3.119699, 58.6708],[-3.12190, 58.6709],[-3.123501, 58.6709],[-3.125499, 58.6707],[-3.1271, 58.6702],[-3.1287, 58.6695],[-3.13, 58.6689],[-3.1317, 58.6680],[-3.132999, 58.6677],[-3.133701, 58.6676],[-3.13430, 58.6675],[-3.1359, 58.6675],[-3.136801, 58.6676],[-3.137599, 58.6679],[-3.1378, 58.6683],[-3.138099, 58.6689],[-3.1382, 58.6692],[-3.1382, 58.6696],[-3.1378, 58.6704],[-3.137599, 58.6707],[-3.137199, 58.6708],[-3.136899, 58.6708],[-3.1363, 58.6704],[-3.136001, 58.6703],[-3.135799, 58.6703],[-3.1357, 58.6705],[-3.1356, 58.6712],[-3.1354, 58.6716],[-3.135, 58.6718],[-3.133399, 58.6719],[-3.132699, 58.6722],[-3.132299, 58.6726],[-3.131401, 58.6737],[-3.13010, 58.6746],[-3.1296, 58.6751],[-3.1294, 58.6757],[-3.129301, 58.6761],[-3.1294, 58.6775],[-3.129699, 58.678],[-3.12990, 58.6785],[-3.129699, 58.6794],[-3.1298, 58.68],[-3.130399, 58.6805],[-3.130399, 58.6806],[-3.130399, 58.6809],[-3.129699, 58.6814],[-3.1292, 58.6816],[-3.1287, 58.6817],[-3.126, 58.6815],[-3.1252, 58.6819],[-3.12420, 58.6821],[-3.122999, 58.6824],[-3.1229, 58.6827],[-3.1231, 58.683],[-3.124399, 58.6834],[-3.1249, 58.684],[-3.125299, 58.6848],[-3.1254, 58.6857],[-3.1252, 58.6864],[-3.1236, 58.6873],[-3.123399, 58.6875],[-3.1236, 58.6879],[-3.124799, 58.688],[-3.125099, 58.6883],[-3.125099, 58.6886],[-3.124799, 58.689],[-3.1239, 58.6896],[-3.122699, 58.6903],[-3.1213, 58.6906],[-3.1208, 58.691],[-3.120699, 58.6918],[-3.1213, 58.6927],[-3.12170, 58.6936],[-3.12190, 58.6942],[-3.12190, 58.6947],[-3.12170, 58.695],[-3.121401, 58.6952],[-3.120699, 58.6957],[-3.119301, 58.6962],[-3.118299, 58.6966],[-3.116899, 58.697],[-3.1157, 58.6974],[-3.1142, 58.6973],[-3.1129, 58.6967],[-3.1113, 58.6952],[-3.1106, 58.6939],[-3.10950, 58.6936],[-3.109101, 58.6932],[-3.1092, 58.6927],[-3.10990, 58.6921],[-3.10950, 58.6909],[-3.108701, 58.6897],[-3.1082, 58.6891],[-3.107199, 58.6884],[-3.1064, 58.6878],[-3.1052, 58.687],[-3.10360, 58.6864],[-3.1008, 58.6857],[-3.100199, 58.6852],[-3.0999, 58.6849],[-3.09940, 58.6838],[-3.09940, 58.6831],[-3.0995, 58.6826],[-3.09960, 58.6824],[-3.101099, 58.6816]]],[[[-5.631899, 57.8423],[-5.631001, 57.8421],[-5.628799, 57.8421],[-5.626801000000002, 57.8413],[-5.6255, 57.8405],[-5.624899, 57.8398],[-5.6244, 57.8397],[-5.6222, 57.8408],[-5.621699, 57.8407],[-5.621, 57.8399],[-5.617899, 57.8384],[-5.6131, 57.8365],[-5.6097, 57.8355],[-5.6065, 57.834],[-5.600699, 57.8313],[-5.599599, 57.8301],[-5.598501, 57.8282],[-5.598, 57.8255],[-5.5984, 57.8248],[-5.59930, 57.824],[-5.599699, 57.8234],[-5.600399, 57.8223],[-5.6048, 57.8220],[-5.609301, 57.8228],[-5.611001, 57.8227],[-5.6141, 57.8228],[-5.616099, 57.8235],[-5.620299, 57.8252],[-5.621699, 57.8265],[-5.6226, 57.8269],[-5.6248, 57.8281],[-5.6296, 57.8297],[-5.632999, 57.8315],[-5.6362, 57.8326],[-5.637199, 57.8344],[-5.6377, 57.8358],[-5.637899, 57.8361],[-5.638199, 57.8372],[-5.638299, 57.8376],[-5.639699, 57.8381],[-5.6405, 57.839],[-5.6408, 57.8409],[-5.63940, 57.844],[-5.63880, 57.845],[-5.6368, 57.8451],[-5.63560, 57.8468],[-5.63410, 57.8472],[-5.632, 57.8484],[-5.630899, 57.848],[-5.630499, 57.8471],[-5.630599, 57.8462],[-5.632, 57.8428],[-5.631899, 57.8423]]],[[[-5.1774, 58.3907],[-5.176899, 58.3898],[-5.176499, 58.3895],[-5.1752, 58.3889],[-5.1741, 58.3888],[-5.172999, 58.3889],[-5.1721, 58.3886],[-5.1716, 58.3883],[-5.1708, 58.3875],[-5.170599, 58.3874],[-5.17, 58.3874],[-5.16960, 58.3873],[-5.169, 58.387],[-5.1679, 58.3861],[-5.1654, 58.3838],[-5.165299, 58.3836],[-5.1654, 58.3832],[-5.1655, 58.3828],[-5.165599, 58.3826],[-5.1659, 58.3823],[-5.1669, 58.3813],[-5.1676, 58.3806],[-5.1679, 58.3801],[-5.1682, 58.3789],[-5.168099, 58.3785],[-5.1672, 58.3778],[-5.1672, 58.3777],[-5.1682, 58.3765],[-5.1689, 58.3757],[-5.1695, 58.3754],[-5.169799, 58.3754],[-5.17, 58.3755],[-5.17, 58.3758],[-5.16960, 58.3764],[-5.1694, 58.377],[-5.1695, 58.3772],[-5.169799, 58.3773],[-5.1704, 58.3773],[-5.1717, 58.3769],[-5.1728, 58.3766],[-5.173299, 58.3763],[-5.174399, 58.3755],[-5.175099, 58.3753],[-5.175399, 58.3754],[-5.175799, 58.3762],[-5.176001, 58.3764],[-5.177199, 58.3768],[-5.177899, 58.3769],[-5.182001, 58.3767],[-5.184199, 58.3767],[-5.184599, 58.3765],[-5.185599, 58.3756],[-5.186699, 58.375],[-5.189101, 58.3738],[-5.1915, 58.3732],[-5.1932, 58.3732],[-5.1936, 58.3734],[-5.1937, 58.3736],[-5.193799, 58.3743],[-5.193901, 58.3746],[-5.1942, 58.3749],[-5.194699, 58.3752],[-5.1971, 58.3751],[-5.199399, 58.375],[-5.200799, 58.3749],[-5.2012, 58.375],[-5.202099, 58.3757],[-5.2026, 58.3758],[-5.2038, 58.3758],[-5.2043, 58.3759],[-5.204599, 58.3761],[-5.204899, 58.3768],[-5.20520, 58.3772],[-5.207001, 58.3779],[-5.207001, 58.3781],[-5.2064, 58.3782],[-5.205699, 58.3784],[-5.205599, 58.3785],[-5.205599, 58.3787],[-5.2068, 58.3797],[-5.2073, 58.3804],[-5.2076, 58.3811],[-5.207799, 58.3819],[-5.207799, 58.3824],[-5.207099, 58.3835],[-5.2061, 58.3843],[-5.205599, 58.3846],[-5.2051, 58.3847],[-5.204199, 58.3847],[-5.2038, 58.3847],[-5.202899, 58.3842],[-5.2019, 58.3842],[-5.201401, 58.3843],[-5.1996, 58.3853],[-5.199399, 58.3855],[-5.1993, 58.3862],[-5.19910, 58.3868],[-5.1987, 58.3875],[-5.197999, 58.3882],[-5.197599, 58.389],[-5.197299, 58.3891],[-5.1971, 58.3891],[-5.1961, 58.3882],[-5.1945, 58.3882],[-5.1929, 58.3883],[-5.192599, 58.3882],[-5.1915, 58.3875],[-5.1908, 58.3876],[-5.190499, 58.3877],[-5.19, 58.3881],[-5.1889, 58.3893],[-5.1885, 58.3895],[-5.1865, 58.3901],[-5.1843, 58.39],[-5.18180, 58.3903],[-5.179501, 58.391],[-5.177899, 58.3909],[-5.177599, 58.3908],[-5.1774, 58.3907]]],[[[-5.3948, 58.0183],[-5.394501, 58.0173],[-5.394599, 58.0172],[-5.396201, 58.0177],[-5.3975, 58.018],[-5.398399, 58.0179],[-5.3991, 58.0177],[-5.4004, 58.0165],[-5.4011, 58.0156],[-5.4016, 58.0146],[-5.401899, 58.0121],[-5.401899, 58.0115],[-5.401899, 58.0113],[-5.4017, 58.0112],[-5.4, 58.011],[-5.3983, 58.0106],[-5.397799, 58.0105],[-5.396201, 58.0095],[-5.395, 58.009],[-5.394501, 58.0089],[-5.3922, 58.009],[-5.3919, 58.0091],[-5.3905, 58.0098],[-5.389999, 58.0099],[-5.3888, 58.0098],[-5.3884, 58.0097],[-5.3871, 58.009],[-5.38670, 58.009],[-5.3849, 58.0093],[-5.3846, 58.0093],[-5.3842, 58.0092],[-5.383501, 58.0088],[-5.382899, 58.0085],[-5.382, 58.0076],[-5.381899, 58.0072],[-5.382, 58.0066],[-5.3821, 58.0062],[-5.382199, 58.0061],[-5.3828, 58.0059],[-5.3836, 58.0058],[-5.383999, 58.0058],[-5.384399, 58.006],[-5.385799, 58.0069],[-5.38660, 58.0074],[-5.3868, 58.0075],[-5.387001, 58.0075],[-5.387899, 58.0071],[-5.3881, 58.0069],[-5.3881, 58.0067],[-5.387599, 58.0062],[-5.387599, 58.006],[-5.3877, 58.0059],[-5.3881, 58.0056],[-5.388599, 58.0053],[-5.38920, 58.0052],[-5.390399, 58.0050],[-5.3923, 58.0033],[-5.392799, 58.003],[-5.3958, 58.0018],[-5.397099, 58.0014],[-5.3982, 58.0012],[-5.400599, 58.0015],[-5.4012, 58.0017],[-5.402699, 58.0024],[-5.403901, 58.0024],[-5.4041, 58.0023],[-5.4041, 58.0019],[-5.4042, 58.0017],[-5.4046, 58.0012],[-5.40490, 58.001],[-5.4053, 58.001],[-5.405799, 58.0011],[-5.406401, 58.0016],[-5.406801, 58.0017],[-5.4071, 58.0017],[-5.408599, 58.0011],[-5.4094, 58.001],[-5.4102, 58.0012],[-5.4115, 58.0018],[-5.41270, 58.0021],[-5.413799, 58.0024],[-5.4144, 58.0027],[-5.414501, 58.0029],[-5.4143, 58.0045],[-5.414199, 58.0053],[-5.414101, 58.0055],[-5.4139, 58.0057],[-5.4135, 58.0058],[-5.413199, 58.006],[-5.413, 58.0064],[-5.412899, 58.0066],[-5.412899, 58.007],[-5.4135, 58.0073],[-5.4143, 58.0074],[-5.415299, 58.0073],[-5.419899, 58.0065],[-5.4204, 58.0066],[-5.420599, 58.0067],[-5.4207, 58.0071],[-5.420499, 58.0079],[-5.41970, 58.0102],[-5.418701, 58.0128],[-5.4182, 58.0146],[-5.418399, 58.0173],[-5.4183, 58.0179],[-5.418, 58.0181],[-5.417399, 58.0182],[-5.417099, 58.0182],[-5.414999, 58.0175],[-5.413701, 58.0173],[-5.413099, 58.0173],[-5.413, 58.0173],[-5.412899, 58.0174],[-5.413099, 58.0181],[-5.413099, 58.0183],[-5.413, 58.0185],[-5.4123, 58.0195],[-5.411601, 58.0208],[-5.411601, 58.021],[-5.4126, 58.0212],[-5.412899, 58.0215],[-5.413, 58.0218],[-5.413, 58.0223],[-5.412899, 58.0229],[-5.41270, 58.0233],[-5.411601, 58.0244],[-5.4113, 58.0246],[-5.410699, 58.0248],[-5.4094, 58.0249],[-5.4073, 58.0246],[-5.4052, 58.024],[-5.4032, 58.0239],[-5.4008, 58.0232],[-5.398901, 58.0218],[-5.39700, 58.0207],[-5.3955, 58.0202],[-5.395299, 58.02],[-5.395199, 58.0197],[-5.3948, 58.0183]]],[[[-5.255599, 58.2635],[-5.255499, 58.2619],[-5.2553, 58.2618],[-5.254799, 58.2618],[-5.2545, 58.262],[-5.253799, 58.2633],[-5.2535, 58.2634],[-5.2532, 58.2634],[-5.253099, 58.2632],[-5.2533, 58.2626],[-5.2532, 58.2622],[-5.253099, 58.262],[-5.2529, 58.262],[-5.251801, 58.2624],[-5.250199, 58.2626],[-5.2497, 58.2625],[-5.2483, 58.2618],[-5.2469, 58.2605],[-5.246699, 58.2603],[-5.24630, 58.2602],[-5.2455, 58.2601],[-5.243999, 58.26],[-5.243, 58.2601],[-5.2412, 58.2604],[-5.24030, 58.2607],[-5.239501, 58.2612],[-5.239301, 58.2613],[-5.238901, 58.2614],[-5.238599, 58.2613],[-5.238501, 58.2611],[-5.238599, 58.2607],[-5.2388, 58.2604],[-5.2391, 58.2602],[-5.241099, 58.2594],[-5.2413, 58.2591],[-5.2412, 58.2587],[-5.2406, 58.2578],[-5.2406, 58.2576],[-5.2413, 58.2567],[-5.241401, 58.2565],[-5.241401, 58.2557],[-5.2413, 58.2553],[-5.241099, 58.255],[-5.2399, 58.2539],[-5.238901, 58.2527],[-5.238901, 58.2524],[-5.2391, 58.2521],[-5.239399, 58.2519],[-5.2406, 58.2517],[-5.2417, 58.2516],[-5.2431, 58.2519],[-5.2455, 58.2523],[-5.24800, 58.2528],[-5.2504, 58.2528],[-5.2528, 58.2526],[-5.255899, 58.2519],[-5.257699, 58.2521],[-5.2582, 58.2523],[-5.25860, 58.2527],[-5.259301, 58.2538],[-5.2596, 58.2539],[-5.2607, 58.2537],[-5.2617, 58.2537],[-5.262499, 58.2542],[-5.262599, 58.2544],[-5.2627, 58.2549],[-5.262599, 58.2558],[-5.2627, 58.256],[-5.263, 58.256],[-5.264501, 58.2549],[-5.2665, 58.2533],[-5.266699, 58.2532],[-5.26720, 58.2531],[-5.2683, 58.2531],[-5.269199, 58.2536],[-5.269199, 58.2537],[-5.269101, 58.2538],[-5.2686, 58.254],[-5.267799, 58.2541],[-5.2673, 58.2542],[-5.2668, 58.2545],[-5.2664, 58.2549],[-5.2664, 58.2552],[-5.266601, 58.2558],[-5.267001, 58.2562],[-5.2676, 58.2565],[-5.268199, 58.2566],[-5.2694, 58.2568],[-5.26980, 58.2582],[-5.27, 58.2584],[-5.2705, 58.2586],[-5.271201, 58.2587],[-5.271801, 58.2587],[-5.272999, 58.2584],[-5.2741, 58.2584],[-5.274799, 58.2585],[-5.2754, 58.2587],[-5.276299, 58.2592],[-5.2766, 58.2594],[-5.276899, 58.2597],[-5.277299, 58.2604],[-5.2774, 58.2607],[-5.2774, 58.261],[-5.277299, 58.2615],[-5.2766, 58.262],[-5.2762, 58.2622],[-5.275499, 58.2623],[-5.275199, 58.2623],[-5.274, 58.2622],[-5.273701, 58.2623],[-5.273099, 58.2629],[-5.270199, 58.2642],[-5.268099, 58.2657],[-5.265699, 58.267],[-5.265299, 58.2671],[-5.2643, 58.2671],[-5.2627, 58.2674],[-5.261099, 58.2687],[-5.260099, 58.2698],[-5.2596, 58.2701],[-5.2591, 58.2701],[-5.258501, 58.2698],[-5.2571, 58.2686],[-5.256499, 58.2677],[-5.256299, 58.2673],[-5.256001, 58.2665],[-5.255599, 58.2635]]],[[[-5.470699, 57.8986],[-5.469301, 57.8982],[-5.467199, 57.8986],[-5.4667, 57.8984],[-5.465899, 57.8968],[-5.4649, 57.8958],[-5.4635, 57.8947],[-5.4628, 57.8936],[-5.4619, 57.8917],[-5.46150, 57.8902],[-5.461, 57.8883],[-5.4607, 57.8857],[-5.46, 57.8836],[-5.460599, 57.8819],[-5.4604, 57.8807],[-5.459101, 57.8793],[-5.459101, 57.8791],[-5.461201, 57.8799],[-5.4633, 57.8796],[-5.4647, 57.879],[-5.4667, 57.8791],[-5.468501, 57.8797],[-5.4698, 57.8804],[-5.4717, 57.8811],[-5.4734, 57.8821],[-5.475299, 57.8826],[-5.4765, 57.8834],[-5.4776, 57.8846],[-5.4783, 57.8858],[-5.478799, 57.8875],[-5.4794, 57.8892],[-5.4795, 57.8902],[-5.479, 57.8922],[-5.4793, 57.8932],[-5.480199, 57.8939],[-5.480199, 57.8943],[-5.4795, 57.8951],[-5.4789, 57.8959],[-5.477799, 57.8968],[-5.4777, 57.8972],[-5.4785, 57.8981],[-5.4785, 57.8984],[-5.478, 57.8986],[-5.476299, 57.8985],[-5.4751, 57.8986],[-5.474101, 57.8987],[-5.470699, 57.8986]]],[[[-5.824501, 57.3333],[-5.834799, 57.3333],[-5.837, 57.3347],[-5.83790, 57.3361],[-5.8385, 57.338],[-5.8391, 57.3403],[-5.84, 57.3439],[-5.840799, 57.3466],[-5.84110, 57.3485],[-5.8412, 57.3498],[-5.840799, 57.3507],[-5.8403, 57.3512],[-5.83920, 57.3513],[-5.83600, 57.3507],[-5.833799, 57.3502],[-5.832099, 57.3496],[-5.830699, 57.3489],[-5.829101, 57.3478],[-5.827899, 57.3466],[-5.8273, 57.3453],[-5.8263, 57.3447],[-5.8231, 57.3439],[-5.8203, 57.3427],[-5.8179, 57.3391],[-5.817599, 57.3374],[-5.8178, 57.3359],[-5.818299, 57.3349],[-5.81960, 57.3343],[-5.821001, 57.3341],[-5.822899, 57.3340],[-5.824501, 57.3333]]],[[[-5.869599, 56.6659],[-5.869599, 56.6653],[-5.869999, 56.6652],[-5.8714, 56.6653],[-5.8723, 56.6654],[-5.872799, 56.6654],[-5.872799, 56.6649],[-5.8708, 56.6648],[-5.870399, 56.6646],[-5.87060, 56.664],[-5.8715, 56.6639],[-5.8727, 56.6636],[-5.87390, 56.6634],[-5.8743, 56.6632],[-5.8734, 56.6626],[-5.8719, 56.6625],[-5.870699, 56.6628],[-5.8698, 56.6627],[-5.869599, 56.6623],[-5.869999, 56.6616],[-5.8705, 56.6616],[-5.873099, 56.6611],[-5.874, 56.6607],[-5.874899, 56.6601],[-5.875599, 56.6595],[-5.8771, 56.6588],[-5.8776, 56.6579],[-5.877299, 56.6568],[-5.878099, 56.6563],[-5.880099, 56.6553],[-5.8807, 56.6548],[-5.8811, 56.6538],[-5.8816, 56.6535],[-5.882599, 56.6534],[-5.88420, 56.6533],[-5.88660, 56.6526],[-5.887899, 56.6521],[-5.8898, 56.6526],[-5.8915, 56.6528],[-5.892399, 56.6534],[-5.89270, 56.6541],[-5.892499, 56.6558],[-5.8923, 56.6573],[-5.893, 56.6592],[-5.8934, 56.6611],[-5.8935, 56.6628],[-5.89270, 56.6647],[-5.89130, 56.6658],[-5.888199, 56.667],[-5.882999, 56.6696],[-5.880499, 56.6705],[-5.878099, 56.6704],[-5.876201, 56.6694],[-5.873099, 56.667],[-5.87220, 56.6667],[-5.8698, 56.666],[-5.869599, 56.6659]]],[[[-6.4835, 57.3401],[-6.4862, 57.3375],[-6.4866, 57.3369],[-6.486801, 57.3363],[-6.487899, 57.3353],[-6.488299, 57.3335],[-6.490099, 57.3324],[-6.490399, 57.3318],[-6.49060, 57.3315],[-6.491099, 57.3312],[-6.492099, 57.3309],[-6.493599, 57.3308],[-6.494999, 57.3307],[-6.4965, 57.3305],[-6.497499, 57.3308],[-6.498, 57.3313],[-6.4984, 57.3328],[-6.49860, 57.3331],[-6.5011, 57.333],[-6.50460, 57.3333],[-6.505499, 57.333],[-6.506401, 57.3327],[-6.5078, 57.3324],[-6.5088, 57.3323],[-6.509799, 57.3326],[-6.510399, 57.3333],[-6.511099, 57.3344],[-6.51120, 57.3349],[-6.51030, 57.3353],[-6.508901, 57.3361],[-6.508501, 57.3376],[-6.5086, 57.3387],[-6.5081, 57.3391],[-6.5054, 57.3393],[-6.5041, 57.3399],[-6.502, 57.3401],[-6.50050, 57.34],[-6.5001, 57.3403],[-6.4998, 57.3407],[-6.499899, 57.3414],[-6.5008, 57.3424],[-6.5007, 57.3428],[-6.49900, 57.3439],[-6.494699, 57.3455],[-6.4912, 57.3461],[-6.489799, 57.346],[-6.4856, 57.3452],[-6.484301, 57.3445],[-6.4829, 57.3431],[-6.482699, 57.3426],[-6.482699, 57.342],[-6.4829, 57.3411],[-6.4835, 57.3401]]],[[[-6.487999, 57.052],[-6.48490, 57.0507],[-6.4832, 57.0503],[-6.479599, 57.0498],[-6.4777, 57.0494],[-6.476099, 57.0484],[-6.47510, 57.0482],[-6.4738, 57.0484],[-6.47330, 57.0496],[-6.47270, 57.0498],[-6.4698, 57.0498],[-6.466899, 57.0493],[-6.4654, 57.0488],[-6.464301, 57.0477],[-6.4642, 57.0468],[-6.464, 57.046],[-6.463799, 57.0452],[-6.464399, 57.044],[-6.4654, 57.0433],[-6.466499, 57.0432],[-6.467599, 57.0432],[-6.469399, 57.0448],[-6.4706, 57.0454],[-6.472499, 57.0454],[-6.474199, 57.045],[-6.476299, 57.0446],[-6.478, 57.0441],[-6.478199, 57.0442],[-6.47980, 57.0445],[-6.48220, 57.0443],[-6.482999, 57.0448],[-6.48360, 57.045],[-6.483799, 57.0454],[-6.48360, 57.0461],[-6.483799, 57.047],[-6.48450, 57.0477],[-6.484301, 57.0485],[-6.484399, 57.0488],[-6.4856, 57.0487],[-6.487299, 57.0488],[-6.488999, 57.0488],[-6.489399, 57.0486],[-6.489399, 57.0481],[-6.48920, 57.0478],[-6.48920, 57.0471],[-6.489699, 57.0467],[-6.489799, 57.0456],[-6.490099, 57.0452],[-6.490799, 57.045],[-6.491099, 57.0453],[-6.491401, 57.0464],[-6.4918, 57.0464],[-6.493599, 57.0452],[-6.49480, 57.0453],[-6.4963, 57.0459],[-6.497499, 57.0463],[-6.49900, 57.047],[-6.501201, 57.0486],[-6.5022, 57.0487],[-6.50280, 57.0474],[-6.5041, 57.0474],[-6.506801, 57.0474],[-6.50750, 57.047],[-6.5079, 57.0451],[-6.5087, 57.0448],[-6.50990, 57.045],[-6.5102, 57.0451],[-6.5102, 57.0458],[-6.51270, 57.0461],[-6.512899, 57.0463],[-6.5123, 57.0469],[-6.510499, 57.0478],[-6.5102, 57.0483],[-6.51030, 57.0488],[-6.5124, 57.0511],[-6.5121, 57.0518],[-6.5096, 57.0523],[-6.5078, 57.0531],[-6.506299, 57.0539],[-6.505599, 57.0541],[-6.5045, 57.0538],[-6.503399, 57.0514],[-6.5008, 57.0511],[-6.49940, 57.0517],[-6.497399, 57.0529],[-6.4964, 57.055],[-6.495299, 57.0554],[-6.494599, 57.0551],[-6.493999, 57.0544],[-6.492001, 57.0539],[-6.4899, 57.0532],[-6.487999, 57.052]]],[[[-5.922599, 56.6643],[-5.9217, 56.6637],[-5.92080, 56.663],[-5.918, 56.6628],[-5.9159, 56.6633],[-5.9144, 56.6635],[-5.913199, 56.6631],[-5.912001, 56.6624],[-5.909699, 56.6614],[-5.9053, 56.6608],[-5.9042, 56.6603],[-5.903901, 56.6597],[-5.904301, 56.6591],[-5.9046, 56.6589],[-5.9052, 56.6587],[-5.906499, 56.6586],[-5.90780, 56.6585],[-5.908901, 56.6583],[-5.91010, 56.6581],[-5.912099, 56.6581],[-5.9126, 56.6584],[-5.9127, 56.6591],[-5.912899, 56.6603],[-5.913199, 56.6607],[-5.914, 56.6612],[-5.914899, 56.6614],[-5.915699, 56.6614],[-5.9168, 56.6612],[-5.9179, 56.6612],[-5.9186, 56.6609],[-5.9186, 56.6602],[-5.917099, 56.6596],[-5.914899, 56.6592],[-5.914501, 56.6585],[-5.914999, 56.6581],[-5.9164, 56.6580],[-5.9182, 56.6583],[-5.919199, 56.6588],[-5.920199, 56.659],[-5.9217, 56.6588],[-5.922699, 56.6581],[-5.923999, 56.6581],[-5.9249, 56.6582],[-5.92560, 56.6587],[-5.926099, 56.6595],[-5.9266, 56.6609],[-5.927001, 56.6618],[-5.927499000000002, 56.6623],[-5.928199, 56.6622],[-5.9287, 56.6616],[-5.928599, 56.6601],[-5.92880, 56.659],[-5.928999, 56.6588],[-5.929699, 56.6586],[-5.9305, 56.6586],[-5.93260, 56.6591],[-5.9333, 56.659],[-5.934199, 56.6581],[-5.935299, 56.6576],[-5.938701, 56.6576],[-5.945499, 56.6578],[-5.94710, 56.6585],[-5.947999, 56.6593],[-5.947999, 56.6602],[-5.945899, 56.6625],[-5.9445, 56.6628],[-5.943501, 56.6633],[-5.9422, 56.6651],[-5.9408, 56.6671],[-5.9403, 56.6678],[-5.9389, 56.6687],[-5.937099, 56.6685],[-5.9361, 56.6676],[-5.936201, 56.6661],[-5.937001, 56.6642],[-5.9389, 56.6614],[-5.9394, 56.6604],[-5.9394, 56.6598],[-5.9389, 56.6595],[-5.9376, 56.66],[-5.936201, 56.6604],[-5.935299, 56.6608],[-5.9352, 56.661],[-5.9351, 56.6613],[-5.9369, 56.6617],[-5.9369, 56.662],[-5.936201, 56.6625],[-5.933701, 56.6634],[-5.9335, 56.664],[-5.9339, 56.6662],[-5.9334, 56.6671],[-5.932499, 56.668],[-5.931601, 56.6682],[-5.9306, 56.6674],[-5.930099, 56.6668],[-5.929999, 56.6662],[-5.92980, 56.665],[-5.929599, 56.6641],[-5.929101, 56.6642],[-5.9287, 56.6644],[-5.927999, 56.6654],[-5.926401, 56.667],[-5.926401, 56.6677],[-5.9257, 56.6684],[-5.92520, 56.6697],[-5.924399, 56.6696],[-5.923399, 56.6689],[-5.922599, 56.6685],[-5.9216, 56.6681],[-5.9211, 56.6678],[-5.92100, 56.6675],[-5.921401, 56.6664],[-5.9231, 56.6655],[-5.9231, 56.6649],[-5.922599, 56.6643]]],[[[-5.217199, 57.9493],[-5.215799, 57.9491],[-5.2135, 57.9497],[-5.2125, 57.9498],[-5.211299, 57.9491],[-5.209, 57.9481],[-5.207001, 57.9466],[-5.207099, 57.9463],[-5.208701, 57.9459],[-5.210199, 57.9453],[-5.211801, 57.9444],[-5.214, 57.9428],[-5.2147, 57.9418],[-5.2157, 57.9410],[-5.215899, 57.9403],[-5.2156, 57.9395],[-5.211801, 57.9389],[-5.212, 57.9387],[-5.2129, 57.9383],[-5.2142, 57.9379],[-5.2161, 57.9377],[-5.220799, 57.9376],[-5.2213, 57.9377],[-5.221499, 57.9378],[-5.221001, 57.9384],[-5.2209, 57.9387],[-5.2212, 57.9391],[-5.2226, 57.9397],[-5.2251, 57.9401],[-5.2264, 57.9405],[-5.228099, 57.9413],[-5.23, 57.942],[-5.233099, 57.9432],[-5.2378, 57.9466],[-5.2381, 57.9474],[-5.237599, 57.9487],[-5.234799, 57.9494],[-5.2308, 57.9499],[-5.227399, 57.9499],[-5.223599, 57.9499],[-5.221601, 57.9499],[-5.2205, 57.9499],[-5.21840, 57.9496],[-5.217199, 57.9493]]],[[[-5.435299, 58.0495],[-5.432899, 58.0481],[-5.432499, 58.0481],[-5.432099, 58.0481],[-5.4298, 58.0487],[-5.428599, 58.0488],[-5.427199, 58.0488],[-5.425099, 58.0483],[-5.4236, 58.0482],[-5.423399, 58.0480],[-5.423399, 58.0476],[-5.4236, 58.0474],[-5.42490, 58.0464],[-5.4266, 58.0454],[-5.428199, 58.0447],[-5.428299, 58.0446],[-5.428299, 58.0444],[-5.428199, 58.0442],[-5.4262, 58.0436],[-5.426001, 58.0434],[-5.426001, 58.0431],[-5.426001, 58.0424],[-5.4262, 58.0423],[-5.426401, 58.0423],[-5.427299, 58.0427],[-5.4281, 58.0429],[-5.428501, 58.0430],[-5.428901, 58.0429],[-5.429999, 58.0424],[-5.4303, 58.042],[-5.4305, 58.0414],[-5.4305, 58.0403],[-5.4306, 58.0399],[-5.430799, 58.0397],[-5.431099, 58.0395],[-5.4314, 58.0394],[-5.432199, 58.0392],[-5.434101, 58.0389],[-5.434899, 58.0389],[-5.4379, 58.0396],[-5.44320, 58.0400],[-5.443799, 58.0400],[-5.444301, 58.0402],[-5.445199, 58.0407],[-5.445499, 58.0408],[-5.4475, 58.0414],[-5.447899, 58.0417],[-5.447999, 58.042],[-5.447999, 58.0423],[-5.447899, 58.0425],[-5.4453, 58.0425],[-5.445099, 58.0426],[-5.445, 58.0427],[-5.445, 58.0429],[-5.446899, 58.0433],[-5.447199, 58.0435],[-5.447599, 58.0443],[-5.44770, 58.0444],[-5.447899, 58.0444],[-5.4496, 58.0439],[-5.45030, 58.044],[-5.450399, 58.0441],[-5.450399, 58.0443],[-5.4498, 58.0447],[-5.448501, 58.0452],[-5.448501, 58.0454],[-5.4491, 58.0458],[-5.4492, 58.0460],[-5.448501, 58.0476],[-5.448299, 58.0481],[-5.4471, 58.0497],[-5.4461, 58.0504],[-5.444799, 58.0509],[-5.4437, 58.0512],[-5.442699, 58.0513],[-5.441299, 58.0513],[-5.4401, 58.0509],[-5.4385, 58.0506],[-5.437399, 58.0505],[-5.436601, 58.0503],[-5.4361, 58.05],[-5.435299, 58.0495]]],[[[-6.0163, 57.4932],[-6.0149, 57.4924],[-6.01480, 57.4921],[-6.01480, 57.4918],[-6.0159, 57.4910],[-6.016001, 57.4906],[-6.0149, 57.4896],[-6.0151, 57.4881],[-6.01520, 57.4853],[-6.016201, 57.4829],[-6.017099, 57.4815],[-6.0189, 57.4803],[-6.019899, 57.4791],[-6.02040, 57.4775],[-6.020599, 57.4765],[-6.020899, 57.4762],[-6.021601, 57.4762],[-6.022099, 57.4763],[-6.022399, 57.4769],[-6.022799, 57.4778],[-6.025, 57.479],[-6.026401, 57.4794],[-6.027299, 57.4799],[-6.029399, 57.485],[-6.030399, 57.4875],[-6.03060, 57.4901],[-6.030499, 57.4909],[-6.03020, 57.4913],[-6.0296, 57.4917],[-6.028999, 57.492],[-6.028999, 57.4922],[-6.0292, 57.4925],[-6.029699, 57.4928],[-6.029699, 57.493],[-6.0296, 57.4931],[-6.0292, 57.4931],[-6.027999, 57.4928],[-6.0267, 57.4931],[-6.0262, 57.4933],[-6.025199, 57.4932],[-6.02410, 57.4927],[-6.022999, 57.4926],[-6.022299, 57.4931],[-6.02220, 57.4934],[-6.02220, 57.4941],[-6.022299, 57.4945],[-6.02220, 57.4949],[-6.021601, 57.4953],[-6.021601, 57.4957],[-6.021699, 57.4962],[-6.0219, 57.4967],[-6.021801, 57.4970],[-6.0214, 57.4971],[-6.0207, 57.4966],[-6.01900, 57.4951],[-6.0173, 57.4942],[-6.0163, 57.4932]]],[[[-5.853099, 57.2713],[-5.854199, 57.2698],[-5.8555, 57.2696],[-5.857, 57.2696],[-5.8591, 57.2700],[-5.8606, 57.2702],[-5.8616, 57.2700],[-5.862, 57.2696],[-5.862299, 57.2684],[-5.86270, 57.2682],[-5.862999, 57.2683],[-5.8634, 57.2688],[-5.86460, 57.2711],[-5.8656, 57.2719],[-5.867199, 57.2729],[-5.868199, 57.2743],[-5.868599, 57.2753],[-5.86880, 57.2762],[-5.868599, 57.2774],[-5.86780, 57.2782],[-5.865799, 57.2789],[-5.862599, 57.2799],[-5.860799, 57.2813],[-5.859399000000002, 57.2816],[-5.8582, 57.2817],[-5.856801, 57.2819],[-5.855899, 57.2833],[-5.855, 57.2835],[-5.8544, 57.2834],[-5.8536, 57.2829],[-5.852399, 57.2819],[-5.850399, 57.2789],[-5.849, 57.2773],[-5.847499, 57.2767],[-5.84680, 57.2760],[-5.84630, 57.2746],[-5.8474, 57.2726],[-5.8484, 57.2724],[-5.8498, 57.2721],[-5.853099, 57.2713]]],[[[-5.7897, 57.736],[-5.79180, 57.7334],[-5.79290, 57.7319],[-5.794199, 57.7307],[-5.79610, 57.7298],[-5.798399000000002, 57.7287],[-5.798999, 57.7279],[-5.7992, 57.7273],[-5.799699, 57.727],[-5.800099, 57.7269],[-5.8009, 57.7274],[-5.802899, 57.728],[-5.804699, 57.7283],[-5.8052, 57.7283],[-5.80550, 57.7276],[-5.806499, 57.7272],[-5.807001, 57.7271],[-5.807499, 57.7277],[-5.808199, 57.728],[-5.81100, 57.7281],[-5.812001, 57.7287],[-5.812799, 57.7304],[-5.813099, 57.7305],[-5.8147, 57.7309],[-5.816401, 57.7306],[-5.819699, 57.7307],[-5.8204, 57.7314],[-5.8217, 57.7335],[-5.821801, 57.7342],[-5.8216, 57.7351],[-5.821401, 57.7361],[-5.820899, 57.7366],[-5.820199, 57.737],[-5.818999, 57.7374],[-5.818299, 57.7365],[-5.817, 57.7364],[-5.8146, 57.7354],[-5.814101, 57.7349],[-5.812799, 57.7333],[-5.81010, 57.7334],[-5.8094, 57.7339],[-5.80930, 57.7354],[-5.80830, 57.7358],[-5.80550, 57.7354],[-5.802499, 57.7355],[-5.800099, 57.7362],[-5.79740, 57.7367],[-5.792699, 57.7375],[-5.789599, 57.7376],[-5.7889, 57.7374],[-5.788799, 57.737],[-5.7897, 57.736]]],[[[-4.327499, 58.5619],[-4.32770, 58.5606],[-4.3281, 58.5596],[-4.32770, 58.5592],[-4.3249, 58.5586],[-4.324699, 58.5582],[-4.325099, 58.5577],[-4.32770, 58.5566],[-4.327799, 58.5558],[-4.3284, 58.5554],[-4.3309, 58.5552],[-4.3319, 58.5552],[-4.333, 58.5555],[-4.333799, 58.5555],[-4.3345, 58.5553],[-4.3345, 58.555],[-4.334199, 58.5548],[-4.333099, 58.5542],[-4.333099, 58.5539],[-4.3336, 58.5535],[-4.3344, 58.5533],[-4.335599, 58.5531],[-4.3361, 58.553],[-4.336201, 58.5528],[-4.335199, 58.5523],[-4.334799, 58.5517],[-4.335, 58.5513],[-4.337, 58.5503],[-4.338799, 58.5490],[-4.339399, 58.5489],[-4.3403, 58.5494],[-4.3413, 58.5497],[-4.3437, 58.5495],[-4.344399, 58.5496],[-4.345799, 58.5498],[-4.347099, 58.5502],[-4.3483, 58.5507],[-4.349199, 58.5509],[-4.349699, 58.5512],[-4.349699, 58.5514],[-4.349101, 58.5521],[-4.3473, 58.5534],[-4.3453, 58.5543],[-4.3452, 58.5547],[-4.3452, 58.5551],[-4.345799, 58.5557],[-4.346401, 58.5561],[-4.3462, 58.5564],[-4.3437, 58.5564],[-4.343599, 58.5568],[-4.344301, 58.5573],[-4.346601, 58.5578],[-4.3468, 58.5586],[-4.3452, 58.5601],[-4.34340, 58.5614],[-4.341801, 58.5615],[-4.340199, 58.5613],[-4.337, 58.5616],[-4.335899, 58.5611],[-4.335299, 58.5611],[-4.334799, 58.5615],[-4.3351, 58.5629],[-4.334899, 58.5631],[-4.331, 58.563],[-4.329101, 58.5627],[-4.32770, 58.5624],[-4.327499, 58.5619]]],[[[-5.5047, 57.9684],[-5.504, 57.968],[-5.503799, 57.9672],[-5.504, 57.9667],[-5.506001, 57.9661],[-5.506001, 57.9659],[-5.505799, 57.9657],[-5.5049, 57.9657],[-5.503901, 57.9657],[-5.503701, 57.9655],[-5.5033, 57.9649],[-5.5025, 57.9648],[-5.5025, 57.9646],[-5.50260, 57.9639],[-5.503701, 57.9632],[-5.503701, 57.9626],[-5.5035, 57.9624],[-5.50420, 57.9618],[-5.50420, 57.9615],[-5.503901, 57.961],[-5.5029, 57.9606],[-5.501, 57.961],[-5.4997, 57.9611],[-5.4984, 57.9609],[-5.497499, 57.9605],[-5.4969, 57.96],[-5.4977, 57.9596],[-5.4976, 57.9592],[-5.4964, 57.9587],[-5.496099, 57.9582],[-5.496601, 57.9577],[-5.5004, 57.9569],[-5.501601, 57.9564],[-5.50260, 57.9561],[-5.503901, 57.9559],[-5.505599, 57.9562],[-5.5074, 57.9558],[-5.512599, 57.9551],[-5.513599, 57.9553],[-5.5151, 57.9553],[-5.517099, 57.9553],[-5.51730, 57.9556],[-5.5152, 57.9563],[-5.5144, 57.9569],[-5.5143, 57.9579],[-5.5159, 57.9585],[-5.5176, 57.9588],[-5.5186, 57.9593],[-5.5197, 57.9598],[-5.519599, 57.9606],[-5.520199, 57.9607],[-5.5229, 57.9608],[-5.52350, 57.9615],[-5.5236, 57.9621],[-5.523399, 57.9624],[-5.522, 57.9626],[-5.5197, 57.9627],[-5.518099, 57.9629],[-5.5159, 57.9626],[-5.5144, 57.9634],[-5.513501, 57.9641],[-5.511499, 57.9647],[-5.510799, 57.9652],[-5.510399, 57.9658],[-5.509399, 57.9661],[-5.508999, 57.9662],[-5.508501, 57.9664],[-5.5086, 57.9669],[-5.5092, 57.9671],[-5.5091, 57.9676],[-5.5082, 57.9682],[-5.5074, 57.9684],[-5.506899, 57.9683],[-5.506499, 57.9682],[-5.5057, 57.9682],[-5.505099, 57.9684],[-5.5047, 57.9684]]],[[[-5.4449, 58.0153],[-5.444699, 58.0145],[-5.444799, 58.0137],[-5.444699, 58.0135],[-5.444399, 58.0134],[-5.442299, 58.0127],[-5.441, 58.0124],[-5.440599, 58.0122],[-5.43970, 58.0113],[-5.439301, 58.0111],[-5.4372, 58.0114],[-5.435599, 58.0112],[-5.434501, 58.0108],[-5.434101, 58.0106],[-5.434, 58.0104],[-5.434, 58.0098],[-5.4347, 58.0095],[-5.434999, 58.0093],[-5.4351, 58.0091],[-5.434501, 58.0085],[-5.434501, 58.0081],[-5.434599, 58.0079],[-5.4348, 58.0077],[-5.43540, 58.0073],[-5.4369, 58.0062],[-5.437699, 58.0061],[-5.438399, 58.0062],[-5.4417, 58.0075],[-5.442, 58.0075],[-5.442299, 58.0074],[-5.442599, 58.0072],[-5.4428, 58.0064],[-5.442999, 58.0062],[-5.4437, 58.0058],[-5.44420, 58.0056],[-5.4456, 58.0053],[-5.44770, 58.0055],[-5.4492, 58.0057],[-5.45020, 58.0058],[-5.4513, 58.0057],[-5.451499, 58.0058],[-5.4517, 58.0063],[-5.4517, 58.0067],[-5.451001, 58.0080],[-5.450799, 58.0088],[-5.4506, 58.0091],[-5.449399, 58.01],[-5.44930, 58.0103],[-5.44930, 58.0107],[-5.449399, 58.0115],[-5.449501, 58.0117],[-5.449699, 58.0119],[-5.450399, 58.0121],[-5.452099, 58.0121],[-5.453701, 58.0122],[-5.4552, 58.0126],[-5.457399, 58.013],[-5.457799, 58.0132],[-5.4579, 58.0134],[-5.457799, 58.0137],[-5.456601, 58.0146],[-5.4543, 58.0158],[-5.4526, 58.0163],[-5.450799, 58.0167],[-5.450399, 58.0167],[-5.449999, 58.0165],[-5.4499, 58.0152],[-5.449699, 58.015],[-5.44930, 58.0149],[-5.448599, 58.0148],[-5.448299, 58.0149],[-5.447999, 58.0151],[-5.447199, 58.0165],[-5.446801, 58.0168],[-5.445799, 58.0171],[-5.445399, 58.0171],[-5.4449, 58.017],[-5.444799, 58.0168],[-5.4449, 58.0158],[-5.4449, 58.0153]]],[[[-6.635499, 57.513],[-6.6357, 57.5125],[-6.638199, 57.5129],[-6.6405, 57.513],[-6.6435, 57.5123],[-6.645299, 57.5120],[-6.646201, 57.5122],[-6.6465, 57.5129],[-6.64600, 57.5145],[-6.64600, 57.5151],[-6.6461, 57.5157],[-6.6465, 57.5163],[-6.6486, 57.5168],[-6.649799, 57.5172],[-6.649799, 57.5176],[-6.6495, 57.5181],[-6.649301, 57.5187],[-6.649301, 57.5194],[-6.6504, 57.5197],[-6.6504, 57.5202],[-6.650499, 57.521],[-6.6503, 57.5221],[-6.649799, 57.5225],[-6.64830, 57.5226],[-6.647099, 57.5226],[-6.646299, 57.5228],[-6.6458, 57.5231],[-6.645299, 57.5238],[-6.6454, 57.5241],[-6.645899, 57.5245],[-6.646601, 57.5249],[-6.646801, 57.5252],[-6.646601, 57.5257],[-6.64600, 57.526],[-6.644899, 57.526],[-6.6439, 57.5256],[-6.6423, 57.524],[-6.6418, 57.5226],[-6.64220, 57.5205],[-6.641601, 57.5191],[-6.6409, 57.518],[-6.639999, 57.5174],[-6.637599, 57.5157],[-6.63560, 57.5138],[-6.635499, 57.513]]],[[[-5.345099, 57.9923],[-5.3438, 57.9918],[-5.341499, 57.9918],[-5.34040, 57.9911],[-5.339399, 57.9900],[-5.3392, 57.989],[-5.339301, 57.9871],[-5.3391, 57.9862],[-5.3385, 57.9857],[-5.338399, 57.9853],[-5.339399, 57.9845],[-5.3407, 57.9836],[-5.342299, 57.9823],[-5.3441, 57.9805],[-5.3459, 57.9806],[-5.348599, 57.9811],[-5.350699, 57.9816],[-5.3509, 57.9821],[-5.349699, 57.9840],[-5.349, 57.9855],[-5.347099, 57.9872],[-5.347099, 57.9895],[-5.347499, 57.9904],[-5.347799, 57.9917],[-5.348501, 57.9921],[-5.349101, 57.9929],[-5.349101, 57.9932],[-5.3473, 57.9932],[-5.345099, 57.9923]]],[[[-3.778701, 57.6275],[-3.7809, 57.6270],[-3.7815, 57.6269],[-3.781899, 57.6269],[-3.782399, 57.6272],[-3.78290, 57.6272],[-3.7835, 57.6271],[-3.784101, 57.6264],[-3.784699, 57.6256],[-3.786, 57.6252],[-3.7865, 57.6249],[-3.78690, 57.6252],[-3.786601, 57.6256],[-3.786099, 57.6258],[-3.786201, 57.6261],[-3.786601, 57.6261],[-3.7873, 57.6261],[-3.787899, 57.6258],[-3.788599, 57.6251],[-3.78900, 57.6245],[-3.78920, 57.6243],[-3.7895, 57.6245],[-3.7895, 57.6250],[-3.789799, 57.6252],[-3.790299, 57.6251],[-3.7913, 57.6245],[-3.791699, 57.6242],[-3.792099, 57.6243],[-3.792599, 57.6245],[-3.79320, 57.6244],[-3.7938, 57.6240],[-3.794501, 57.6236],[-3.795, 57.6229],[-3.795399, 57.6225],[-3.7957, 57.6226],[-3.795799, 57.6229],[-3.796099, 57.6234],[-3.796601, 57.6235],[-3.7971, 57.6233],[-3.7976, 57.6227],[-3.7983, 57.6219],[-3.798701, 57.6212],[-3.799, 57.6211],[-3.7992, 57.6214],[-3.799599, 57.6217],[-3.8001, 57.6217],[-3.8006, 57.6215],[-3.801201, 57.6207],[-3.8017, 57.6200],[-3.802001, 57.6198],[-3.802299, 57.6199],[-3.802299, 57.6204],[-3.802599, 57.6206],[-3.80310, 57.6205],[-3.8037, 57.6198],[-3.8039, 57.6193],[-3.804199, 57.6190],[-3.8046, 57.6191],[-3.804899, 57.6194],[-3.80520, 57.6193],[-3.80520, 57.6189],[-3.805099, 57.6183],[-3.80520, 57.6180],[-3.805399, 57.6180],[-3.8057, 57.6183],[-3.806299, 57.6184],[-3.8067, 57.6183],[-3.8067, 57.6177],[-3.806801, 57.6174],[-3.807199, 57.6173],[-3.807499, 57.6176],[-3.807899, 57.6176],[-3.808199, 57.6173],[-3.808199, 57.6171],[-3.808399, 57.6168],[-3.808701, 57.6168],[-3.809101, 57.6169],[-3.809799, 57.617],[-3.8104, 57.6167],[-3.811001, 57.6161],[-3.81130, 57.6153],[-3.812001, 57.6148],[-3.8124, 57.6146],[-3.812999, 57.6144],[-3.81360, 57.615],[-3.814101, 57.6153],[-3.8146, 57.615],[-3.8146, 57.6145],[-3.8146, 57.6141],[-3.814899, 57.614],[-3.8157, 57.6142],[-3.8162, 57.6144],[-3.816401, 57.6143],[-3.816499, 57.6137],[-3.8162, 57.6134],[-3.816099, 57.6132],[-3.816801, 57.6128],[-3.81760, 57.6125],[-3.818599, 57.6126],[-3.81950, 57.6125],[-3.819799, 57.6122],[-3.819999, 57.6118],[-3.819799, 57.6113],[-3.8201, 57.6111],[-3.820899, 57.6111],[-3.821201, 57.6109],[-3.821201, 57.6105],[-3.8211, 57.6102],[-3.821201, 57.61],[-3.8215, 57.6098],[-3.8225, 57.6097],[-3.823299, 57.6099],[-3.8236, 57.6102],[-3.823501, 57.6107],[-3.822799, 57.6114],[-3.8203, 57.6133],[-3.8173, 57.6154],[-3.813999, 57.6171],[-3.808599, 57.6198],[-3.80310, 57.6222],[-3.797899, 57.6241],[-3.7936, 57.6256],[-3.78900, 57.6266],[-3.7816, 57.6281],[-3.7746, 57.6289],[-3.7706, 57.6291],[-3.7702, 57.6289],[-3.7701, 57.6287],[-3.7702, 57.6285],[-3.7706, 57.6284],[-3.774699, 57.6280],[-3.77700, 57.6277],[-3.778701, 57.6275]]],[[[-5.130799, 58.2796],[-5.131401, 58.2795],[-5.131801, 58.2797],[-5.132899, 58.2805],[-5.134501, 58.2815],[-5.1352, 58.282],[-5.135399, 58.2826],[-5.135499, 58.2840],[-5.135499, 58.2845],[-5.1352, 58.285],[-5.133901, 58.2868],[-5.1336, 58.2878],[-5.133299, 58.2883],[-5.1324, 58.2887],[-5.130899, 58.2891],[-5.13, 58.2892],[-5.1285, 58.2890],[-5.1272, 58.2885],[-5.1265, 58.2879],[-5.1251, 58.2862],[-5.123799, 58.285],[-5.122799, 58.2845],[-5.12080, 58.2843],[-5.1206, 58.2842],[-5.1206, 58.2840],[-5.1206, 58.2836],[-5.12080, 58.2834],[-5.121099, 58.2832],[-5.1222, 58.2832],[-5.122399, 58.2831],[-5.122399, 58.2823],[-5.122799, 58.2817],[-5.1233, 58.2813],[-5.124101, 58.2809],[-5.1255, 58.2805],[-5.1272, 58.2804],[-5.1296, 58.28],[-5.130799, 58.2796]]],[[[-5.8873, 57.3066],[-5.88940, 57.3063],[-5.89090, 57.3065],[-5.8923, 57.3072],[-5.8929, 57.3078],[-5.8935, 57.3097],[-5.894501, 57.3126],[-5.89500, 57.3143],[-5.8948, 57.3151],[-5.894, 57.3156],[-5.893, 57.3161],[-5.892001, 57.3161],[-5.89090, 57.3158],[-5.8902, 57.3147],[-5.8878, 57.3137],[-5.886899, 57.3132],[-5.8856, 57.3125],[-5.8832, 57.3111],[-5.881899, 57.3101],[-5.8821, 57.3093],[-5.883299, 57.3084],[-5.883999, 57.3080],[-5.8873, 57.3066]]],[[[-5.8396, 57.3354],[-5.84, 57.3353],[-5.84070, 57.3354],[-5.842599, 57.3363],[-5.8446, 57.3378],[-5.844501, 57.3388],[-5.8448, 57.3392],[-5.8455, 57.3398],[-5.846401000000002, 57.3402],[-5.84670, 57.3408],[-5.847001, 57.3422],[-5.8477, 57.3437],[-5.848599, 57.3449],[-5.8494, 57.3459],[-5.850599, 57.3467],[-5.850599, 57.3472],[-5.8484, 57.3487],[-5.847499, 57.3497],[-5.8456, 57.3496],[-5.843999, 57.349],[-5.8427, 57.3478],[-5.841899, 57.343],[-5.841001, 57.3411],[-5.83970, 57.3374],[-5.8396, 57.3354]]],[[[-6.000899, 57.5171],[-5.999599, 57.5161],[-5.9963, 57.5127],[-5.9944, 57.5115],[-5.99310, 57.5110],[-5.99230, 57.5109],[-5.992199, 57.5103],[-5.99230, 57.5093],[-5.992001, 57.5089],[-5.991099, 57.5083],[-5.991001, 57.5077],[-5.99130, 57.5074],[-5.992499, 57.5074],[-5.993501, 57.5075],[-5.994699, 57.5077],[-5.99550, 57.5083],[-5.99930, 57.5087],[-6.00200, 57.5101],[-6.0029, 57.5109],[-6.002999, 57.5113],[-6.00260, 57.5123],[-6.002399, 57.5128],[-6.002699, 57.5131],[-6.0033, 57.5134],[-6.00450, 57.5134],[-6.0061, 57.5138],[-6.007999, 57.5137],[-6.0092, 57.5143],[-6.0103, 57.5147],[-6.0107, 57.5151],[-6.01060, 57.5154],[-6.0102, 57.5156],[-6.009399, 57.5157],[-6.008299, 57.5157],[-6.006499, 57.5158],[-6.005199, 57.5161],[-6.004399, 57.5164],[-6.003701, 57.5166],[-6.002399, 57.5165],[-6.001699, 57.5167],[-6.000899, 57.5171]]],[[[-5.4252, 57.9781],[-5.424799, 57.9779],[-5.4242, 57.9779],[-5.423399, 57.9783],[-5.4224, 57.9787],[-5.4221, 57.9788],[-5.421, 57.9787],[-5.4207, 57.9783],[-5.4208, 57.9778],[-5.42320, 57.976],[-5.425399, 57.9745],[-5.427599, 57.9739],[-5.431001, 57.9711],[-5.4318, 57.9707],[-5.4323, 57.9708],[-5.4326, 57.9722],[-5.432899, 57.9728],[-5.433199, 57.9731],[-5.434101, 57.9735],[-5.4343, 57.9739],[-5.4343, 57.9744],[-5.434101, 57.9758],[-5.433701, 57.9765],[-5.4314, 57.9785],[-5.429999, 57.9795],[-5.4281, 57.9797],[-5.4262, 57.98],[-5.424699, 57.9798],[-5.4242, 57.9797],[-5.4242, 57.9793],[-5.4252, 57.9785],[-5.4252, 57.9781]]],[[[-6.28840, 57.7247],[-6.28970, 57.7245],[-6.2905, 57.7241],[-6.291, 57.724],[-6.2919, 57.7243],[-6.293099, 57.7247],[-6.294101, 57.7246],[-6.29580, 57.7245],[-6.296899, 57.7249],[-6.297699000000002, 57.7251],[-6.298501, 57.7253],[-6.3009, 57.7261],[-6.302199, 57.7268],[-6.3027, 57.7274],[-6.3027, 57.7277],[-6.302499, 57.7281],[-6.3021, 57.7286],[-6.301099, 57.729],[-6.299799, 57.7294],[-6.2995, 57.7302],[-6.298999, 57.7305],[-6.2978, 57.7307],[-6.297, 57.7313],[-6.2961, 57.7312],[-6.294301, 57.7299],[-6.292799, 57.7295],[-6.291201, 57.7284],[-6.2898, 57.728],[-6.2894, 57.7278],[-6.289199, 57.7275],[-6.288799, 57.7263],[-6.2883, 57.7251],[-6.28840, 57.7247]]],[[[-5.7803, 57.1501],[-5.781001, 57.1495],[-5.7812, 57.1489],[-5.781001, 57.1476],[-5.781001, 57.1469],[-5.780099000000002, 57.1463],[-5.7803, 57.1456],[-5.780799, 57.1452],[-5.7816, 57.1448],[-5.782199, 57.1447],[-5.783299, 57.1446],[-5.784699, 57.1447],[-5.7864, 57.1447],[-5.788099, 57.1447],[-5.790599, 57.1439],[-5.7915, 57.1438],[-5.792, 57.1439],[-5.79190, 57.1441],[-5.79100, 57.1447],[-5.7908, 57.1452],[-5.791299, 57.1461],[-5.79140, 57.1472],[-5.7908, 57.1481],[-5.789599, 57.1499],[-5.787899, 57.1503],[-5.7864, 57.1505],[-5.7855, 57.1503],[-5.7831, 57.1501],[-5.781099000000002, 57.1506],[-5.779799, 57.1508],[-5.77950, 57.1507],[-5.7803, 57.1501]]],[[[-5.7142, 57.7081],[-5.7133, 57.7071],[-5.71110, 57.7078],[-5.70970, 57.7079],[-5.709199, 57.7076],[-5.709, 57.7072],[-5.709199, 57.706],[-5.7095, 57.7056],[-5.7108, 57.7043],[-5.7115, 57.7035],[-5.71200, 57.7026],[-5.71260, 57.7021],[-5.7137, 57.702],[-5.7147, 57.702],[-5.7156, 57.7024],[-5.716801, 57.7026],[-5.717999, 57.7026],[-5.718599, 57.7032],[-5.719301, 57.7041],[-5.720399, 57.7045],[-5.72050, 57.7051],[-5.7202, 57.7061],[-5.720799, 57.7065],[-5.7192, 57.7078],[-5.717299, 57.708],[-5.7157, 57.7083],[-5.7142, 57.7081]]],[[[-5.4633, 58.0454],[-5.463901, 58.0454],[-5.464399, 58.0456],[-5.4657, 58.0464],[-5.4662, 58.0467],[-5.4662, 58.0472],[-5.466001, 58.0478],[-5.4653, 58.0495],[-5.4649, 58.0499],[-5.4636, 58.0505],[-5.4621, 58.0510],[-5.461699, 58.0512],[-5.46, 58.0528],[-5.4595, 58.053],[-5.4586, 58.0531],[-5.45800, 58.0529],[-5.4572, 58.0524],[-5.4569, 58.0520],[-5.4565, 58.0513],[-5.456299, 58.0507],[-5.456299, 58.0503],[-5.4572, 58.0494],[-5.4573, 58.0488],[-5.4575, 58.0475],[-5.4576, 58.0473],[-5.4583, 58.0465],[-5.458701, 58.0460],[-5.459, 58.0456],[-5.459301, 58.0455],[-5.460199, 58.0454],[-5.4616, 58.0454],[-5.4633, 58.0454]]],[[[-4.292699, 58.5507],[-4.289199, 58.5488],[-4.2877, 58.5479],[-4.287499, 58.5472],[-4.2877, 58.5468],[-4.288199, 58.5467],[-4.291, 58.547],[-4.291699, 58.5467],[-4.292699, 58.5459],[-4.2932, 58.5455],[-4.294, 58.5454],[-4.295499, 58.5459],[-4.2966, 58.5464],[-4.297999, 58.5476],[-4.3, 58.5481],[-4.302199, 58.5482],[-4.303299, 58.5485],[-4.303299, 58.5487],[-4.302899, 58.5492],[-4.3034, 58.5503],[-4.3034, 58.5505],[-4.303199, 58.5507],[-4.301801, 58.5503],[-4.301001, 58.5503],[-4.3002, 58.5507],[-4.299399, 58.5508],[-4.2981, 58.5502],[-4.2971, 58.5499],[-4.2958, 58.5506],[-4.295599, 58.5511],[-4.2947, 58.5513],[-4.292699, 58.5507]]],[[[-6.523099, 57.3667],[-6.5222, 57.3666],[-6.5204, 57.3669],[-6.519899, 57.3663],[-6.519899, 57.3657],[-6.51930, 57.3652],[-6.519199, 57.3646],[-6.5198, 57.3632],[-6.51970, 57.3621],[-6.519501, 57.3612],[-6.5201, 57.3607],[-6.5207, 57.3606],[-6.5219, 57.3611],[-6.52250, 57.3613],[-6.523099, 57.3612],[-6.523901, 57.3606],[-6.524799, 57.3598],[-6.52580, 57.3595],[-6.5265, 57.3592],[-6.527599, 57.3593],[-6.5279, 57.3595],[-6.5281, 57.3599],[-6.5281, 57.3607],[-6.5278, 57.3614],[-6.527599, 57.3623],[-6.5281, 57.3629],[-6.528501, 57.3637],[-6.5281, 57.3642],[-6.527, 57.3645],[-6.525199, 57.3647],[-6.525, 57.365],[-6.525, 57.3654],[-6.52570, 57.3661],[-6.525499, 57.3668],[-6.525199, 57.3671],[-6.52440, 57.3677],[-6.52400, 57.3677],[-6.5236, 57.3674],[-6.523399, 57.367],[-6.523099, 57.3667]]],[[[-5.1291, 58.4749],[-5.13, 58.4747],[-5.131001, 58.4748],[-5.1312, 58.4748],[-5.131401, 58.4751],[-5.131401, 58.4756],[-5.130899, 58.4765],[-5.130199, 58.4774],[-5.129301, 58.4782],[-5.1279, 58.4787],[-5.127699, 58.4788],[-5.1271, 58.4797],[-5.126601, 58.4799],[-5.124, 58.48],[-5.1223, 58.48],[-5.122099, 58.4801],[-5.121099, 58.4815],[-5.1209, 58.4816],[-5.120699, 58.4816],[-5.119699, 58.4814],[-5.118501, 58.4810],[-5.1168, 58.4808],[-5.116401, 58.4806],[-5.1159, 58.4802],[-5.11560, 58.48],[-5.1153, 58.4794],[-5.1153, 58.4790],[-5.115499, 58.4789],[-5.115799, 58.4788],[-5.117001, 58.4783],[-5.117499, 58.4781],[-5.118, 58.4780],[-5.1194, 58.4780],[-5.120399, 58.4775],[-5.1209, 58.4775],[-5.122399, 58.4774],[-5.124199, 58.477],[-5.125199, 58.4759],[-5.1255, 58.4758],[-5.127399, 58.4757],[-5.128399, 58.4756],[-5.1286, 58.4755],[-5.128799, 58.4751],[-5.1291, 58.4749]]],[[[-5.1479, 58.2867],[-5.1469, 58.2864],[-5.146699, 58.2863],[-5.1465, 58.2859],[-5.146201, 58.2853],[-5.146, 58.285],[-5.1458, 58.2849],[-5.141099, 58.2836],[-5.140699, 58.2834],[-5.140399, 58.2831],[-5.139699, 58.2823],[-5.139501, 58.282],[-5.1394, 58.2816],[-5.1394, 58.2812],[-5.139501, 58.2809],[-5.1398, 58.2805],[-5.140299, 58.2802],[-5.141201, 58.2797],[-5.1418, 58.2796],[-5.1423, 58.2797],[-5.143199, 58.28],[-5.14430, 58.2808],[-5.146601, 58.2813],[-5.1482, 58.2815],[-5.148799, 58.2817],[-5.149301, 58.2819],[-5.1495, 58.282],[-5.1496, 58.2822],[-5.1496, 58.2828],[-5.1495, 58.2831],[-5.1479, 58.2840],[-5.147799, 58.2841],[-5.147799, 58.2843],[-5.1482, 58.2846],[-5.148799, 58.2849],[-5.151299, 58.2853],[-5.1536, 58.285],[-5.153999, 58.2851],[-5.1542, 58.2852],[-5.154301, 58.2854],[-5.1542, 58.286],[-5.153999, 58.2863],[-5.1536, 58.2866],[-5.1528, 58.2868],[-5.1521, 58.2867],[-5.1517, 58.2868],[-5.151, 58.2874],[-5.150499, 58.2876],[-5.1495, 58.2875],[-5.1479, 58.2867]]],[[[-4.397299, 58.5354],[-4.3961, 58.5347],[-4.3947, 58.5348],[-4.394599, 58.5346],[-4.395199, 58.5341],[-4.396, 58.5332],[-4.396, 58.5324],[-4.395599, 58.5314],[-4.3957, 58.5309],[-4.396201, 58.5306],[-4.396699, 58.5306],[-4.3976, 58.5311],[-4.3994, 58.5318],[-4.4017, 58.5322],[-4.403501, 58.5324],[-4.4042, 58.5332],[-4.4053, 58.5341],[-4.405499, 58.5345],[-4.405499, 58.535],[-4.4045, 58.5354],[-4.4045, 58.5357],[-4.405, 58.5361],[-4.4052, 58.5370],[-4.405099, 58.5373],[-4.404699, 58.5377],[-4.4032, 58.538],[-4.4022, 58.5381],[-4.4011, 58.5382],[-4.400599, 58.5383],[-4.399899, 58.5376],[-4.3997, 58.5368],[-4.399199, 58.5362],[-4.397299, 58.5354]]],[[[-5.8853, 56.9255],[-5.884799000000002, 56.9241],[-5.884799000000002, 56.9233],[-5.884399, 56.9227],[-5.883901, 56.9224],[-5.883299, 56.9217],[-5.883399, 56.921],[-5.88380, 56.9207],[-5.884699, 56.9207],[-5.8853, 56.9211],[-5.886001, 56.9215],[-5.8868, 56.9216],[-5.8873, 56.9215],[-5.887899, 56.9208],[-5.888199, 56.9202],[-5.888501, 56.92],[-5.8888, 56.9201],[-5.88940, 56.9206],[-5.88990, 56.9206],[-5.890699, 56.9198],[-5.89130, 56.9195],[-5.892001, 56.9188],[-5.89270, 56.9186],[-5.8935, 56.9189],[-5.893701, 56.9194],[-5.894501, 56.9201],[-5.89500, 56.9204],[-5.8958, 56.9206],[-5.89640, 56.9205],[-5.8972, 56.9203],[-5.897799, 56.9197],[-5.898399, 56.9197],[-5.8985, 56.9199],[-5.898901, 56.9213],[-5.8986, 56.9218],[-5.89790, 56.9219],[-5.896299, 56.9221],[-5.8948, 56.9224],[-5.8936, 56.923],[-5.892399, 56.9233],[-5.8914, 56.9233],[-5.889999000000002, 56.9227],[-5.88940, 56.9225],[-5.888501, 56.923],[-5.888501, 56.9238],[-5.889101000000002, 56.9245],[-5.889501, 56.9252],[-5.8892, 56.9257],[-5.8888, 56.9257],[-5.888299, 56.9257],[-5.88800, 56.9249],[-5.887199, 56.925],[-5.8862, 56.9259],[-5.8856, 56.926],[-5.8853, 56.9255]]],[[[-6.491601, 57.357],[-6.4923, 57.3569],[-6.4928, 57.3571],[-6.494501, 57.3586],[-6.494999, 57.3593],[-6.495299, 57.3602],[-6.4956, 57.3618],[-6.495699, 57.3623],[-6.4956, 57.3637],[-6.494699, 57.365],[-6.49390, 57.3656],[-6.4931, 57.3657],[-6.492599, 57.3654],[-6.492099, 57.3647],[-6.491099, 57.3632],[-6.48910, 57.3617],[-6.48630, 57.3602],[-6.4861, 57.3597],[-6.4862, 57.3591],[-6.486899000000002, 57.3588],[-6.48920, 57.3588],[-6.4899, 57.3586],[-6.490399, 57.3583],[-6.4909, 57.3574],[-6.4913, 57.3571],[-6.491601, 57.357]]],[[[-4.386001, 58.5383],[-4.3862, 58.5381],[-4.3874, 58.5382],[-4.3878, 58.538],[-4.3877, 58.5378],[-4.386099, 58.5373],[-4.386099, 58.5370],[-4.3871, 58.5368],[-4.3874, 58.5366],[-4.387599, 58.5355],[-4.387899, 58.5348],[-4.388999, 58.5343],[-4.389999, 58.5342],[-4.393, 58.5347],[-4.3943, 58.5355],[-4.39480, 58.5364],[-4.39480, 58.5367],[-4.3944, 58.5371],[-4.3918, 58.5376],[-4.3914, 58.5379],[-4.3914, 58.5382],[-4.392099, 58.5385],[-4.392099, 58.5388],[-4.3913, 58.5393],[-4.390399, 58.5400],[-4.390399, 58.5402],[-4.3915, 58.5405],[-4.3914, 58.5409],[-4.389501, 58.5417],[-4.387001, 58.5421],[-4.386401, 58.5418],[-4.3856, 58.5411],[-4.385799, 58.5399],[-4.3863, 58.5390],[-4.386001, 58.5383]]],[[[-6.2182, 57.6633],[-6.2187, 57.6632],[-6.21980, 57.6633],[-6.220799, 57.6637],[-6.221499, 57.664],[-6.222799, 57.6641],[-6.224999, 57.6644],[-6.226299, 57.6648],[-6.228199, 57.6659],[-6.2298, 57.667],[-6.23010, 57.6677],[-6.23010, 57.6683],[-6.229599, 57.6687],[-6.2286, 57.6688],[-6.226299, 57.6688],[-6.2218, 57.668],[-6.2187, 57.6667],[-6.218299, 57.6659],[-6.21840, 57.6654],[-6.2187, 57.6649],[-6.218501000000002, 57.6644],[-6.2181, 57.6637],[-6.2182, 57.6633]]],[[[-5.312099, 58.146],[-5.3105, 58.1457],[-5.3093, 58.1457],[-5.308701, 58.1454],[-5.308199, 58.1449],[-5.3081, 58.1447],[-5.3081, 58.1443],[-5.3084, 58.1439],[-5.3089, 58.1437],[-5.3109, 58.1434],[-5.313, 58.1434],[-5.3146, 58.1437],[-5.316401, 58.1441],[-5.316899, 58.1441],[-5.318099, 58.1436],[-5.3187, 58.1434],[-5.3203, 58.143],[-5.32120, 58.1428],[-5.323599, 58.1428],[-5.32560, 58.1432],[-5.3268, 58.1435],[-5.32730, 58.1437],[-5.32730, 58.1441],[-5.327001, 58.1445],[-5.326499, 58.1447],[-5.32560, 58.145],[-5.323501, 58.1449],[-5.32210, 58.1454],[-5.320399, 58.146],[-5.3199, 58.1461],[-5.3192, 58.146],[-5.3178, 58.1452],[-5.317299, 58.1453],[-5.317, 58.1456],[-5.3167, 58.1459],[-5.3165, 58.1461],[-5.316299, 58.1461],[-5.31510, 58.1461],[-5.312099, 58.146]]],[[[-4.708701, 58.4786],[-4.7097, 58.4786],[-4.710299, 58.4789],[-4.710499, 58.4794],[-4.710499, 58.4802],[-4.709899, 58.4814],[-4.708701, 58.4842],[-4.7082, 58.4855],[-4.7076, 58.4862],[-4.70600, 58.4863],[-4.704999, 58.4865],[-4.7019, 58.4880],[-4.7002, 58.4881],[-4.699999, 58.4875],[-4.700699, 58.4869],[-4.7019, 58.4864],[-4.702899, 58.4857],[-4.70330, 58.4847],[-4.702799, 58.4835],[-4.702899, 58.4833],[-4.7038, 58.483],[-4.7047, 58.4826],[-4.706601, 58.4807],[-4.7072, 58.48],[-4.707699, 58.4793],[-4.708701, 58.4786]]],[[[-6.2013, 57.641],[-6.2027, 57.6409],[-6.204, 57.6413],[-6.20430, 57.6419],[-6.204501, 57.6431],[-6.20480, 57.6438],[-6.205699, 57.6451],[-6.2069, 57.6466],[-6.2069, 57.6471],[-6.2064, 57.6474],[-6.205699, 57.6475],[-6.204999, 57.6473],[-6.2027, 57.6462],[-6.200799, 57.6458],[-6.198901, 57.6452],[-6.196899, 57.6437],[-6.19630, 57.6427],[-6.196401, 57.6421],[-6.196801, 57.6418],[-6.197899, 57.6417],[-6.198999, 57.6417],[-6.1998, 57.6413],[-6.2013, 57.641]]],[[[-5.570899, 57.2668],[-5.5711, 57.2658],[-5.5711, 57.2651],[-5.570899, 57.2642],[-5.5712, 57.2632],[-5.5724, 57.2626],[-5.573599, 57.2626],[-5.5756, 57.2627],[-5.5767, 57.2628],[-5.5769, 57.2630],[-5.5769, 57.2632],[-5.5732, 57.2635],[-5.5724, 57.2639],[-5.5725, 57.2642],[-5.5728, 57.2644],[-5.573999, 57.2645],[-5.576601, 57.2642],[-5.577001, 57.2646],[-5.577099, 57.2652],[-5.5767, 57.2656],[-5.575099, 57.266],[-5.57490, 57.2663],[-5.57490, 57.2664],[-5.5752, 57.2665],[-5.57830, 57.2664],[-5.5789, 57.2668],[-5.579, 57.2674],[-5.5789, 57.2680],[-5.578701, 57.2683],[-5.57830, 57.2687],[-5.5763, 57.2696],[-5.5752, 57.2697],[-5.573901, 57.2697],[-5.5731, 57.2695],[-5.571801, 57.2687],[-5.5711, 57.2682],[-5.570899, 57.2677],[-5.570899, 57.2668]]],[[[-4.6639, 58.5688],[-4.664899, 58.5684],[-4.6661, 58.568],[-4.667099, 58.5682],[-4.6675, 58.5682],[-4.6679, 58.568],[-4.668399, 58.5677],[-4.669799, 58.5675],[-4.6724, 58.5675],[-4.6737, 58.567],[-4.675399, 58.5661],[-4.677499, 58.5662],[-4.678199, 58.5659],[-4.679399, 58.5659],[-4.681001, 58.5659],[-4.682001, 58.566],[-4.6826, 58.5661],[-4.682799, 58.5663],[-4.682499, 58.5667],[-4.680399, 58.5676],[-4.679101, 58.5684],[-4.678299, 58.5685],[-4.6774, 58.568],[-4.6767, 58.568],[-4.675399, 58.5683],[-4.673999, 58.5685],[-4.6737, 58.5687],[-4.673999, 58.5693],[-4.6738, 58.5697],[-4.6732, 58.5701],[-4.6724, 58.5706],[-4.671801, 58.5707],[-4.671, 58.5703],[-4.6708, 58.569],[-4.6704, 58.5686],[-4.66940, 58.5686],[-4.668799, 58.5689],[-4.667699, 58.5695],[-4.6664, 58.5703],[-4.6652, 58.5708],[-4.664501, 58.5709],[-4.663599, 58.5707],[-4.6633, 58.5702],[-4.6634, 58.5696],[-4.6639, 58.5688]]],[[[-5.429699, 58.0131],[-5.429699, 58.0128],[-5.429599, 58.0124],[-5.428999, 58.0118],[-5.428199, 58.0114],[-5.4281, 58.0112],[-5.428199, 58.0107],[-5.428299, 58.0103],[-5.4287, 58.0097],[-5.428999, 58.0095],[-5.42930, 58.0095],[-5.430099, 58.0097],[-5.4303, 58.0099],[-5.4305, 58.0107],[-5.431001, 58.0113],[-5.431201, 58.0116],[-5.431601, 58.0126],[-5.432001, 58.0129],[-5.4326, 58.0131],[-5.4347, 58.0128],[-5.435599, 58.0126],[-5.4358, 58.0127],[-5.4358, 58.013],[-5.4359, 58.0147],[-5.4358, 58.0157],[-5.435599, 58.0162],[-5.433, 58.0179],[-5.431601, 58.0183],[-5.4309, 58.0183],[-5.4306, 58.0183],[-5.4302, 58.0181],[-5.4298, 58.0167],[-5.429501, 58.0154],[-5.429399, 58.015],[-5.428901, 58.0144],[-5.428901, 58.0141],[-5.429699, 58.0131]]],[[[-5.4705, 58.033],[-5.468999, 58.0327],[-5.4671, 58.0329],[-5.466899, 58.0329],[-5.466401, 58.0326],[-5.4662, 58.0325],[-5.4657, 58.0321],[-5.465099, 58.032],[-5.4649, 58.0318],[-5.464799, 58.0316],[-5.464799, 58.0312],[-5.4649, 58.0309],[-5.4653, 58.0301],[-5.465499, 58.0297],[-5.4678, 58.0271],[-5.467999, 58.0269],[-5.468299, 58.0268],[-5.470399, 58.0265],[-5.4713, 58.0265],[-5.472001, 58.0268],[-5.472199, 58.027],[-5.4723, 58.0273],[-5.4723, 58.0278],[-5.4712, 58.0286],[-5.4712, 58.0291],[-5.471401, 58.0298],[-5.4717, 58.0304],[-5.472899, 58.0319],[-5.472899, 58.0322],[-5.4726, 58.0324],[-5.471099, 58.033],[-5.4705, 58.033]]],[[[-5.9404, 56.6789],[-5.9424, 56.6786],[-5.943299, 56.6788],[-5.9436, 56.6793],[-5.94290, 56.6803],[-5.941299, 56.682],[-5.94100, 56.6835],[-5.9411, 56.6843],[-5.942599, 56.6856],[-5.943299, 56.6863],[-5.94290, 56.6871],[-5.94100, 56.6869],[-5.939199, 56.6864],[-5.938701, 56.6861],[-5.93820, 56.6855],[-5.938, 56.6832],[-5.9375, 56.6823],[-5.9361, 56.6815],[-5.935599, 56.681],[-5.935599, 56.6804],[-5.9372, 56.6797],[-5.938799000000002, 56.6791],[-5.9404, 56.6789]]],[[[-4.3505, 58.562],[-4.349999, 58.5619],[-4.349501, 58.5621],[-4.348, 58.5628],[-4.346499, 58.5629],[-4.3463, 58.5629],[-4.3467, 58.5624],[-4.3469, 58.562],[-4.346499, 58.5617],[-4.345399, 58.5619],[-4.3452, 58.5618],[-4.345399, 58.5614],[-4.347001, 58.5601],[-4.3488, 58.5586],[-4.349699, 58.5584],[-4.350599, 58.5584],[-4.3515, 58.5587],[-4.352399, 58.5592],[-4.3533, 58.5599],[-4.354101, 58.5601],[-4.3571, 58.5605],[-4.358399, 58.5607],[-4.358399, 58.5609],[-4.358099, 58.5612],[-4.357, 58.5615],[-4.355, 58.5618],[-4.3545, 58.5622],[-4.3535, 58.5631],[-4.351699, 58.5633],[-4.349101, 58.5639],[-4.3484, 58.5638],[-4.348199, 58.5636],[-4.3484, 58.5633],[-4.3498, 58.563],[-4.350299, 58.5628],[-4.350599, 58.5624],[-4.3505, 58.562]]],[[[-6.505899, 57.5824],[-6.506001, 57.5819],[-6.506401, 57.5815],[-6.506801, 57.5807],[-6.507199, 57.5804],[-6.507999, 57.5801],[-6.509301, 57.5796],[-6.51090, 57.5788],[-6.5121, 57.5785],[-6.513501, 57.5784],[-6.514599, 57.5782],[-6.516201, 57.5780],[-6.516699, 57.5781],[-6.51680, 57.5784],[-6.51680, 57.5785],[-6.516601, 57.5788],[-6.514501, 57.5799],[-6.5143, 57.5802],[-6.513999, 57.5814],[-6.5138, 57.5818],[-6.5134, 57.5821],[-6.512499, 57.5822],[-6.511499, 57.5821],[-6.51130, 57.5821],[-6.511099, 57.5825],[-6.511499, 57.5838],[-6.511401000000002, 57.5843],[-6.511099, 57.5846],[-6.5106, 57.5849],[-6.51, 57.5847],[-6.508399, 57.584],[-6.50700, 57.5832],[-6.506001, 57.5828],[-6.505899, 57.5824]]],[[[-6.27000, 56.8507],[-6.27050, 56.8499],[-6.27200, 56.8505],[-6.272299, 56.8504],[-6.272399, 56.8501],[-6.27200, 56.8491],[-6.2722, 56.8487],[-6.272799, 56.8486],[-6.2735, 56.8487],[-6.275599, 56.8491],[-6.2772, 56.8501],[-6.2782, 56.8511],[-6.2782, 56.8518],[-6.277699, 56.8525],[-6.2758, 56.8527],[-6.2751, 56.8528],[-6.2754, 56.8539],[-6.2751, 56.8543],[-6.2746, 56.8544],[-6.2726, 56.8542],[-6.270899, 56.8537],[-6.2694, 56.8528],[-6.2683, 56.8516],[-6.2683, 56.8511],[-6.2685, 56.8509],[-6.27000, 56.8507]]],[[[-6.122499, 56.8699],[-6.1243, 56.8695],[-6.1258, 56.8698],[-6.126299, 56.8703],[-6.1264, 56.8708],[-6.1261, 56.8712],[-6.125199, 56.8716],[-6.12500, 56.8718],[-6.124899, 56.8721],[-6.12500, 56.8726],[-6.125299, 56.8731],[-6.12600, 56.8736],[-6.1264, 56.8738],[-6.12650, 56.8743],[-6.1261, 56.8747],[-6.1248, 56.8752],[-6.1244, 56.8755],[-6.124199, 56.8774],[-6.12400, 56.8779],[-6.123799, 56.8783],[-6.12360, 56.8785],[-6.123199, 56.8786],[-6.1229, 56.8786],[-6.122499, 56.8783],[-6.12230, 56.8779],[-6.12220, 56.8759],[-6.121201, 56.8747],[-6.119101, 56.8736],[-6.118999, 56.8728],[-6.12140, 56.8711],[-6.122499, 56.8699]]],[[[-5.0716, 58.4052],[-5.0717, 58.4048],[-5.072001, 58.4046],[-5.0725, 58.4045],[-5.072999, 58.4042],[-5.073599, 58.404],[-5.0743, 58.404],[-5.0749, 58.4041],[-5.07550, 58.4045],[-5.0759, 58.4048],[-5.0763, 58.4049],[-5.0774, 58.4047],[-5.0783, 58.4044],[-5.0794, 58.4041],[-5.0811, 58.4043],[-5.0823, 58.4047],[-5.084599, 58.4051],[-5.084799, 58.4053],[-5.0847, 58.4056],[-5.084199, 58.4058],[-5.082699, 58.4063],[-5.081299, 58.4066],[-5.0794, 58.4074],[-5.078599, 58.4078],[-5.0776, 58.408],[-5.076001, 58.4082],[-5.0738, 58.4081],[-5.073599, 58.4078],[-5.0732, 58.4069],[-5.072999, 58.4066],[-5.071899, 58.4059],[-5.0716, 58.4055],[-5.0716, 58.4052]]],[[[-6.433701, 57.7467],[-6.433, 57.7462],[-6.4318, 57.7453],[-6.430699, 57.7442],[-6.430099, 57.7438],[-6.428999, 57.7435],[-6.4274, 57.7432],[-6.425399, 57.7422],[-6.42490, 57.7415],[-6.425, 57.7410],[-6.42530, 57.7405],[-6.4256, 57.7403],[-6.426001000000002, 57.7402],[-6.4267, 57.7402],[-6.4274, 57.7406],[-6.428199, 57.7414],[-6.42870, 57.7418],[-6.4298, 57.7421],[-6.43060, 57.7426],[-6.431099, 57.7429],[-6.4335, 57.7432],[-6.434501, 57.7436],[-6.434999, 57.7443],[-6.4364, 57.7451],[-6.437001, 57.7454],[-6.43750, 57.7462],[-6.438099000000002, 57.7467],[-6.43850, 57.7467],[-6.43900, 57.7466],[-6.43940, 57.7462],[-6.4396, 57.7462],[-6.440199, 57.7468],[-6.44030, 57.7473],[-6.439899, 57.7479],[-6.439101000000002, 57.7483],[-6.4379, 57.7484],[-6.436601, 57.7480],[-6.4347, 57.7472],[-6.433701, 57.7467]]],[[[-6.458799, 57.3385],[-6.45820, 57.3384],[-6.45680, 57.3385],[-6.45600, 57.3384],[-6.4551, 57.3381],[-6.454999, 57.3377],[-6.4555, 57.337],[-6.45640, 57.3364],[-6.4575, 57.3365],[-6.4576, 57.3364],[-6.457699, 57.3359],[-6.45820, 57.3358],[-6.458701, 57.3361],[-6.4597, 57.3364],[-6.4604, 57.3363],[-6.460899, 57.3361],[-6.462999, 57.3346],[-6.463799, 57.3342],[-6.46530, 57.3337],[-6.46570, 57.3334],[-6.4654, 57.3323],[-6.46570, 57.3319],[-6.466401, 57.3318],[-6.467, 57.3322],[-6.4674, 57.3329],[-6.4675, 57.3335],[-6.4674, 57.3340],[-6.4674, 57.3346],[-6.467299, 57.3351],[-6.466899, 57.3356],[-6.46630, 57.336],[-6.465499, 57.3363],[-6.4649, 57.3365],[-6.4645, 57.337],[-6.463901, 57.3375],[-6.4626, 57.3378],[-6.4616, 57.3382],[-6.461299, 57.3387],[-6.461, 57.3397],[-6.4607, 57.3399],[-6.4604, 57.3399],[-6.459899, 57.3392],[-6.458799, 57.3385]]],[[[-5.2902, 58.1026],[-5.2905, 58.1021],[-5.2908, 58.1019],[-5.2914, 58.1017],[-5.292099, 58.1018],[-5.293799, 58.1023],[-5.2961, 58.1023],[-5.2974, 58.1021],[-5.2982, 58.1019],[-5.299301, 58.1018],[-5.301099, 58.1025],[-5.302499, 58.103],[-5.303299, 58.1032],[-5.304599, 58.1034],[-5.304599, 58.1037],[-5.304501, 58.1038],[-5.303901, 58.1039],[-5.302299, 58.1041],[-5.3016, 58.1043],[-5.3006, 58.1052],[-5.2999, 58.1054],[-5.2978, 58.1057],[-5.2954, 58.1051],[-5.2935, 58.1041],[-5.292099, 58.1040],[-5.290299, 58.1034],[-5.2902, 58.1031],[-5.2902, 58.1026]]],[[[-6.617499, 57.4452],[-6.617599, 57.4443],[-6.6174, 57.4441],[-6.617599, 57.4439],[-6.618599, 57.4441],[-6.619101, 57.4445],[-6.619501, 57.4448],[-6.619599, 57.4448],[-6.6199, 57.4447],[-6.619999, 57.4445],[-6.6199, 57.4442],[-6.618999, 57.4434],[-6.618199, 57.4428],[-6.617899, 57.4426],[-6.61780, 57.4421],[-6.618, 57.4415],[-6.6184, 57.4414],[-6.6189, 57.4413],[-6.6198, 57.4414],[-6.620399, 57.4416],[-6.621201000000002, 57.4416],[-6.6219, 57.4416],[-6.6223, 57.4417],[-6.622499, 57.4418],[-6.6227, 57.4422],[-6.622799, 57.4429],[-6.622799, 57.4436],[-6.623099, 57.4442],[-6.6233, 57.4449],[-6.6233, 57.4463],[-6.623799, 57.4467],[-6.625, 57.4470],[-6.625199, 57.4471],[-6.625299, 57.4475],[-6.625199, 57.4480],[-6.6247, 57.4482],[-6.62390, 57.4482],[-6.62340, 57.4481],[-6.621, 57.4473],[-6.618299, 57.4462],[-6.6177, 57.4459],[-6.617499, 57.4457],[-6.617499, 57.4455],[-6.617499, 57.4452]]],[[[-5.92080, 56.9039],[-5.920499000000002, 56.9033],[-5.92080, 56.9032],[-5.9231, 56.9026],[-5.924399, 56.9017],[-5.9259, 56.9014],[-5.92710, 56.9010],[-5.928599, 56.9008],[-5.930699, 56.9012],[-5.93170, 56.9014],[-5.9323, 56.9019],[-5.932199, 56.9024],[-5.9318, 56.903],[-5.931001, 56.9035],[-5.9299, 56.9034],[-5.928501, 56.9037],[-5.927899, 56.9043],[-5.926401, 56.9048],[-5.925499, 56.9048],[-5.9231, 56.9047],[-5.9216, 56.9045],[-5.92100, 56.9042],[-5.92080, 56.9039]]],[[[-6.5988, 57.4541],[-6.599699, 57.4533],[-6.599999, 57.4526],[-6.59800, 57.4521],[-6.597001, 57.4513],[-6.5968, 57.4505],[-6.59760, 57.4497],[-6.599501, 57.4497],[-6.601601, 57.4501],[-6.602499, 57.4509],[-6.603099, 57.4515],[-6.6036, 57.4519],[-6.60510, 57.4524],[-6.6078, 57.4529],[-6.60790, 57.4533],[-6.6076, 57.4537],[-6.606699, 57.4539],[-6.6055, 57.4539],[-6.60470, 57.4535],[-6.6039, 57.4534],[-6.6036, 57.4537],[-6.603701, 57.4546],[-6.60330, 57.4548],[-6.60140, 57.4548],[-6.599699, 57.4547],[-6.5989, 57.4545],[-6.5988, 57.4541]]],[[[-5.8498, 57.3512],[-5.8508, 57.351],[-5.85270, 57.3512],[-5.853799, 57.3519],[-5.8548, 57.3525],[-5.855899, 57.353],[-5.856, 57.3533],[-5.8551, 57.3546],[-5.8535, 57.3561],[-5.85270, 57.3564],[-5.851201, 57.3555],[-5.8502, 57.3543],[-5.848599, 57.3533],[-5.848501, 57.3526],[-5.848599, 57.3515],[-5.8498, 57.3512]]],[[[-5.1026, 58.4033],[-5.1064, 58.4032],[-5.1071, 58.4033],[-5.10760, 58.4036],[-5.109301, 58.4045],[-5.109399, 58.4047],[-5.1092, 58.4051],[-5.1091, 58.4053],[-5.108901, 58.4054],[-5.10760, 58.4055],[-5.1069, 58.4057],[-5.106201, 58.4061],[-5.10600, 58.4066],[-5.105899, 58.4068],[-5.105, 58.4069],[-5.103799, 58.4068],[-5.102499, 58.4065],[-5.101299, 58.4062],[-5.100599, 58.4059],[-5.1002, 58.4057],[-5.1001, 58.4055],[-5.1001, 58.4049],[-5.1002, 58.4046],[-5.1005, 58.4044],[-5.101099, 58.4039],[-5.101699, 58.4036],[-5.1026, 58.4033]]],[[[-5.0794, 58.4673],[-5.077899, 58.4668],[-5.0776, 58.4668],[-5.076601, 58.4670],[-5.076099, 58.4670],[-5.07550, 58.4668],[-5.075099, 58.4667],[-5.0749, 58.4665],[-5.0749, 58.4664],[-5.074999, 58.4659],[-5.0753, 58.4653],[-5.07550, 58.4651],[-5.075799, 58.4649],[-5.078599, 58.464],[-5.0809, 58.4635],[-5.082001, 58.4635],[-5.0826, 58.4637],[-5.08320, 58.464],[-5.0835, 58.4644],[-5.0836, 58.465],[-5.0835, 58.4654],[-5.08320, 58.466],[-5.082699, 58.4664],[-5.0797, 58.4673],[-5.0794, 58.4673]]],[[[-5.088099, 58.4007],[-5.0875, 58.4006],[-5.086801, 58.4006],[-5.086401, 58.4006],[-5.08510, 58.4001],[-5.0847, 58.4],[-5.083, 58.3998],[-5.0829, 58.3998],[-5.082799, 58.3996],[-5.082699, 58.3993],[-5.082799, 58.399],[-5.083, 58.3988],[-5.083399, 58.3984],[-5.084, 58.3979],[-5.084799, 58.3971],[-5.08510, 58.397],[-5.085599, 58.3971],[-5.086201, 58.3975],[-5.087, 58.3982],[-5.0872, 58.3985],[-5.0876, 58.3994],[-5.0879, 58.3998],[-5.088099, 58.3999],[-5.0891, 58.4002],[-5.0895, 58.4002],[-5.09, 58.4002],[-5.090899, 58.4002],[-5.09120, 58.4001],[-5.091899, 58.3997],[-5.092199, 58.3996],[-5.093599, 58.3996],[-5.094999, 58.3996],[-5.096401, 58.3995],[-5.097099, 58.3995],[-5.09730, 58.3996],[-5.0974, 58.3998],[-5.0974, 58.4001],[-5.097199, 58.4003],[-5.0969, 58.4005],[-5.095799, 58.4008],[-5.092199, 58.4011],[-5.09120, 58.4012],[-5.0904, 58.4012],[-5.0895, 58.4011],[-5.088099, 58.4007]]],[[[-6.625899, 57.4468],[-6.6257, 57.446],[-6.625199, 57.4457],[-6.62480, 57.4452],[-6.625, 57.4449],[-6.6261, 57.4445],[-6.6275, 57.4449],[-6.6283, 57.4455],[-6.6292, 57.4463],[-6.63040, 57.4463],[-6.6312, 57.4463],[-6.631499, 57.4470],[-6.631401, 57.4479],[-6.6317, 57.4486],[-6.6331, 57.4492],[-6.6332, 57.4498],[-6.63280, 57.4504],[-6.6316, 57.4504],[-6.629399, 57.4495],[-6.628399, 57.4487],[-6.627299, 57.4481],[-6.626201, 57.4476],[-6.626, 57.4472],[-6.625899, 57.4468]]],[[[-5.339399, 56.6295],[-5.3403, 56.6294],[-5.3407, 56.6297],[-5.340799, 56.6302],[-5.34040, 56.6309],[-5.339799, 56.6313],[-5.338901, 56.6318],[-5.337699, 56.6323],[-5.3375, 56.6327],[-5.3376, 56.6329],[-5.3382, 56.6331],[-5.3387, 56.6332],[-5.3387, 56.6336],[-5.338399, 56.634],[-5.337699, 56.6345],[-5.336699, 56.6349],[-5.3357, 56.6352],[-5.334799, 56.6361],[-5.3344, 56.6366],[-5.334199, 56.6367],[-5.334, 56.6366],[-5.333799, 56.6363],[-5.333701, 56.6357],[-5.333799, 56.6352],[-5.334899, 56.6342],[-5.335199, 56.6331],[-5.335199, 56.6325],[-5.334899, 56.6319],[-5.3351, 56.6312],[-5.335599, 56.6306],[-5.3365, 56.6304],[-5.3375, 56.6302],[-5.339399, 56.6295]]],[[[-3.93380, 57.8435],[-3.934101, 57.8434],[-3.9345, 57.8435],[-3.935199, 57.8442],[-3.936201, 57.8455],[-3.937599, 57.8472],[-3.940599, 57.8492],[-3.9447, 57.8514],[-3.94740, 57.8525],[-3.947599, 57.8529],[-3.94740, 57.8531],[-3.947001, 57.8532],[-3.944999, 57.8527],[-3.9409, 57.851],[-3.9346, 57.8461],[-3.93400, 57.8454],[-3.93380, 57.8449],[-3.933599, 57.8443],[-3.933599, 57.8438],[-3.93380, 57.8435]]],[[[-5.199999, 58.2920],[-5.199999, 58.2918],[-5.200099, 58.2915],[-5.2002, 58.2913],[-5.201401, 58.2903],[-5.2026, 58.2896],[-5.204101, 58.2889],[-5.2054, 58.2886],[-5.206699, 58.2884],[-5.208, 58.2885],[-5.2083, 58.2887],[-5.208399, 58.2889],[-5.208, 58.2896],[-5.207799, 58.2899],[-5.207399, 58.2902],[-5.2069, 58.2917],[-5.206699, 58.2919],[-5.2065, 58.2919],[-5.2055, 58.2920],[-5.2034, 58.2919],[-5.2002, 58.2922],[-5.199999, 58.2920]]],[[[-5.89270, 57.1757],[-5.892399, 57.1754],[-5.8915, 57.1754],[-5.8898, 57.175],[-5.8887, 57.1741],[-5.888599, 57.1735],[-5.888599, 57.1729],[-5.888901, 57.1725],[-5.889699, 57.1725],[-5.89080, 57.1728],[-5.8923, 57.173],[-5.894501, 57.1727],[-5.89550, 57.1729],[-5.8957, 57.1733],[-5.895899, 57.174],[-5.8954, 57.1747],[-5.894599, 57.1751],[-5.89500, 57.1756],[-5.89510, 57.1761],[-5.89470, 57.1765],[-5.894101, 57.1769],[-5.893, 57.1768],[-5.89270, 57.1764],[-5.89270, 57.1757]]],[[[-5.6566, 56.6808],[-5.6593, 56.6806],[-5.661601, 56.6808],[-5.6626, 56.6814],[-5.6639, 56.6815],[-5.664101, 56.6818],[-5.663199, 56.6828],[-5.661201, 56.6839],[-5.6593, 56.6841],[-5.658901, 56.684],[-5.659101, 56.6832],[-5.6588, 56.6829],[-5.656499, 56.6825],[-5.65530, 56.6821],[-5.655099, 56.6816],[-5.655099, 56.6813],[-5.655499, 56.681],[-5.6566, 56.6808]]],[[[-5.1562, 58.311],[-5.1573, 58.3099],[-5.1578, 58.3094],[-5.158, 58.3093],[-5.1588, 58.3091],[-5.159599, 58.3089],[-5.1615, 58.3083],[-5.162399, 58.3085],[-5.1643, 58.309],[-5.164501, 58.3092],[-5.164599, 58.3095],[-5.164501, 58.3100],[-5.16440, 58.3102],[-5.164101, 58.3103],[-5.162499, 58.3105],[-5.1606, 58.3104],[-5.159101, 58.3111],[-5.1581, 58.3117],[-5.15740, 58.3122],[-5.156401, 58.3127],[-5.1559, 58.3127],[-5.155, 58.3126],[-5.1549, 58.3124],[-5.1549, 58.3121],[-5.155, 58.3119],[-5.1552, 58.3117],[-5.1562, 58.311]]],[[[-5.974899, 57.5123],[-5.9758, 57.5115],[-5.977001, 57.5118],[-5.97950, 57.5127],[-5.981601000000002, 57.5142],[-5.981801, 57.5148],[-5.9815, 57.5151],[-5.974599, 57.5141],[-5.974101, 57.5138],[-5.97400, 57.5135],[-5.974899, 57.5123]]],[[[-5.735099, 56.8512],[-5.7366, 56.8509],[-5.738599, 56.8511],[-5.739399, 56.8522],[-5.739399, 56.8526],[-5.739301, 56.853],[-5.738501, 56.8537],[-5.7363, 56.8543],[-5.733901, 56.853],[-5.7329, 56.8526],[-5.7328, 56.8522],[-5.732999, 56.8517],[-5.733399, 56.8515],[-5.735099, 56.8512]]],[[[-5.343999, 57.9939],[-5.345699, 57.9936],[-5.346601, 57.9939],[-5.3474, 57.9945],[-5.348199, 57.9952],[-5.35010, 57.9957],[-5.35010, 57.9961],[-5.349899, 57.9963],[-5.3494, 57.9968],[-5.3494, 57.9974],[-5.348599, 57.9974],[-5.3459, 57.9968],[-5.3448, 57.9966],[-5.344399, 57.9963],[-5.343999, 57.9956],[-5.3434, 57.9946],[-5.343501, 57.9942],[-5.343999, 57.9939]]],[[[-5.132299, 58.4777],[-5.1324, 58.477],[-5.132899, 58.4762],[-5.132999, 58.4759],[-5.132999, 58.4747],[-5.132999, 58.4745],[-5.1332, 58.4743],[-5.1336, 58.4742],[-5.134501, 58.4742],[-5.1352, 58.4742],[-5.135499, 58.4743],[-5.1357, 58.4746],[-5.1363, 58.4761],[-5.137599, 58.4777],[-5.137499, 58.4779],[-5.1374, 58.4780],[-5.137199, 58.4780],[-5.13560, 58.4776],[-5.1352, 58.4776],[-5.135, 58.4777],[-5.1341, 58.4786],[-5.133299, 58.4788],[-5.132699, 58.4788],[-5.1324, 58.4787],[-5.132299, 58.4782],[-5.132299, 58.4777]]],[[[-6.635799, 57.5213],[-6.6363, 57.5211],[-6.637001, 57.5217],[-6.6373, 57.5223],[-6.6381, 57.5238],[-6.6387, 57.5258],[-6.638999, 57.5268],[-6.6392, 57.5279],[-6.639101, 57.5284],[-6.638501000000002, 57.5284],[-6.6374, 57.5276],[-6.6367, 57.5267],[-6.6359, 57.5253],[-6.63560, 57.5243],[-6.635399, 57.5233],[-6.63560, 57.522],[-6.635799, 57.5213]]],[[[-5.82340, 56.7864],[-5.82410, 56.7862],[-5.8259, 56.7864],[-5.8269, 56.7869],[-5.82830, 56.7876],[-5.8288, 56.7878],[-5.829, 56.7883],[-5.829, 56.7888],[-5.828501, 56.7894],[-5.8273, 56.7896],[-5.82420, 56.7889],[-5.822999, 56.7883],[-5.8225, 56.7878],[-5.82280, 56.787],[-5.82340, 56.7864]]],[[[-6.6707, 56.9703],[-6.670599, 56.9699],[-6.670899000000002, 56.9696],[-6.6711, 56.9694],[-6.6715, 56.9693],[-6.671801, 56.9694],[-6.672, 56.97],[-6.67220, 56.9703],[-6.6725, 56.9701],[-6.6728, 56.9697],[-6.673299, 56.9695],[-6.673501, 56.9696],[-6.674301, 56.9704],[-6.675099, 56.9717],[-6.6752, 56.9728],[-6.675099, 56.9734],[-6.67500, 56.9741],[-6.67500, 56.9747],[-6.674699, 56.975],[-6.674301, 56.9751],[-6.6736, 56.9746],[-6.673399, 56.974],[-6.6728, 56.9731],[-6.671401, 56.9722],[-6.6715, 56.9717],[-6.6715, 56.9712],[-6.671401, 56.971],[-6.671201, 56.9706],[-6.6707, 56.9703]]],[[[-5.2722, 58.1014],[-5.274, 58.1010],[-5.27500, 58.1011],[-5.2757, 58.1015],[-5.276, 58.102],[-5.2761, 58.103],[-5.275899, 58.1034],[-5.275499, 58.1036],[-5.2746, 58.1039],[-5.272799, 58.1040],[-5.2714, 58.1038],[-5.269899, 58.1031],[-5.26980, 58.1027],[-5.269899, 58.1025],[-5.270299, 58.1021],[-5.270899, 58.1018],[-5.2722, 58.1014]]],[[[-5.8976, 56.6698],[-5.899799, 56.6698],[-5.90160, 56.6703],[-5.903299, 56.6711],[-5.903299, 56.6714],[-5.903299, 56.6717],[-5.902299, 56.672],[-5.8991, 56.672],[-5.895599, 56.6716],[-5.8954, 56.6714],[-5.89550, 56.6709],[-5.8961, 56.6704],[-5.8976, 56.6698]]],[[[-5.1685, 58.3037],[-5.1701, 58.3036],[-5.1704, 58.3037],[-5.170499, 58.3038],[-5.170499, 58.3040],[-5.17, 58.3050],[-5.17, 58.3053],[-5.1701, 58.306],[-5.170199, 58.3063],[-5.1703, 58.3064],[-5.1711, 58.3069],[-5.171201, 58.3070],[-5.171201, 58.3072],[-5.171, 58.3074],[-5.170499, 58.3076],[-5.1695, 58.3077],[-5.1689, 58.3076],[-5.1683, 58.3074],[-5.167799, 58.3070],[-5.16700, 58.3061],[-5.166, 58.3055],[-5.1659, 58.3054],[-5.1659, 58.3052],[-5.16610, 58.3047],[-5.166299, 58.3046],[-5.1675, 58.3043],[-5.167699, 58.3042],[-5.1682, 58.3038],[-5.1685, 58.3037]]],[[[-5.5078, 57.9842],[-5.508501, 57.9841],[-5.5091, 57.9844],[-5.508999, 57.9848],[-5.507999, 57.9853],[-5.5078, 57.9861],[-5.507699, 57.9873],[-5.5074, 57.9879],[-5.505499, 57.9893],[-5.504799, 57.9893],[-5.503901, 57.9888],[-5.5036, 57.9884],[-5.504, 57.9876],[-5.505599, 57.9861],[-5.507199, 57.9845],[-5.5078, 57.9842]]],[[[-5.4558, 57.9611],[-5.45640, 57.9606],[-5.457001, 57.96],[-5.4575, 57.9596],[-5.4595, 57.9595],[-5.460499, 57.9595],[-5.4622, 57.9595],[-5.4626, 57.9598],[-5.462699, 57.96],[-5.462699, 57.9607],[-5.462399, 57.961],[-5.461801, 57.9612],[-5.4579, 57.9611],[-5.456299, 57.9621],[-5.455699, 57.9624],[-5.4551, 57.9624],[-5.454501, 57.9623],[-5.454101, 57.9621],[-5.454199, 57.9618],[-5.454501, 57.9616],[-5.4558, 57.9611]]],[[[-5.8351, 57.3723],[-5.83780, 57.3721],[-5.838399, 57.3724],[-5.8385, 57.3728],[-5.838399, 57.3735],[-5.837299, 57.3741],[-5.8361, 57.3746],[-5.834799, 57.3757],[-5.833799, 57.3755],[-5.833099, 57.3742],[-5.8339, 57.3725],[-5.8351, 57.3723]]],[[[-6.514501, 57.5881],[-6.514699, 57.5879],[-6.51510, 57.588],[-6.516699, 57.5886],[-6.5184, 57.5887],[-6.51930, 57.5888],[-6.51970, 57.5891],[-6.5198, 57.5895],[-6.519599, 57.5899],[-6.519101, 57.5902],[-6.5172, 57.5903],[-6.5163, 57.5911],[-6.515299, 57.5912],[-6.514699, 57.591],[-6.5142, 57.5906],[-6.513999, 57.5902],[-6.513901, 57.5894],[-6.514101, 57.5887],[-6.514501, 57.5881]]],[[[-5.449501, 57.964],[-5.451401, 57.9637],[-5.451499, 57.9638],[-5.451401, 57.9645],[-5.450799, 57.9655],[-5.4491, 57.9665],[-5.447899, 57.9674],[-5.4471, 57.9678],[-5.4462, 57.9679],[-5.4456, 57.9671],[-5.4457, 57.9666],[-5.446899, 57.9656],[-5.447999, 57.9645],[-5.449501, 57.964]]],[[[-5.19490, 58.2869],[-5.1953, 58.2866],[-5.1961, 58.2864],[-5.196401, 58.2864],[-5.1971, 58.2868],[-5.1988, 58.2867],[-5.199501, 58.2868],[-5.1998, 58.2872],[-5.1998, 58.2875],[-5.1996, 58.2877],[-5.197999, 58.2883],[-5.1971, 58.2885],[-5.192599, 58.2897],[-5.1925, 58.2896],[-5.1925, 58.2894],[-5.192599, 58.2891],[-5.19490, 58.2869]]],[[[-5.291699, 58.2533],[-5.2908, 58.2532],[-5.2898, 58.2532],[-5.2894, 58.253],[-5.28900, 58.2525],[-5.28900, 58.2522],[-5.289199, 58.2520],[-5.289501, 58.2518],[-5.290299, 58.2516],[-5.291201, 58.2515],[-5.292099, 58.2515],[-5.2929, 58.2515],[-5.294, 58.2520],[-5.295, 58.2526],[-5.29510, 58.2527],[-5.295199, 58.2531],[-5.2946, 58.2538],[-5.2936, 58.2543],[-5.292399, 58.2544],[-5.2922, 58.2544],[-5.292099, 58.2543],[-5.2918, 58.2534],[-5.291699, 58.2533]]],[[[-6.53940, 57.5978],[-6.539899, 57.5978],[-6.54040, 57.5979],[-6.54080, 57.5981],[-6.5411, 57.5985],[-6.5409, 57.5991],[-6.539899, 57.5999],[-6.539501, 57.6008],[-6.538799, 57.6012],[-6.537799, 57.6013],[-6.5368, 57.6012],[-6.5365, 57.6008],[-6.5363, 57.5996],[-6.536601, 57.5991],[-6.53760, 57.5986],[-6.53940, 57.5978]]],[[[-5.445799, 58.0197],[-5.4461, 58.0197],[-5.4463, 58.0198],[-5.4466, 58.0201],[-5.446801, 58.0205],[-5.446899, 58.0209],[-5.44670, 58.0229],[-5.4466, 58.0231],[-5.4457, 58.0235],[-5.445199, 58.0237],[-5.444399, 58.0238],[-5.4436, 58.0237],[-5.443501, 58.0236],[-5.443399, 58.0233],[-5.443399, 58.0228],[-5.4437, 58.022],[-5.443999, 58.0209],[-5.44420, 58.0205],[-5.4446, 58.0201],[-5.445, 58.0199],[-5.445799, 58.0197]]],[[[-5.0749, 58.3927],[-5.0756, 58.3927],[-5.076001, 58.3928],[-5.0762, 58.393],[-5.0762, 58.3933],[-5.076001, 58.3936],[-5.0756, 58.3942],[-5.074699, 58.3949],[-5.0741, 58.3951],[-5.0731, 58.3952],[-5.0716, 58.3952],[-5.0706, 58.395],[-5.070499, 58.3949],[-5.070499, 58.3947],[-5.070499, 58.3943],[-5.070499, 58.3941],[-5.0706, 58.3938],[-5.071899, 58.3932],[-5.0738, 58.3928],[-5.0749, 58.3927]]],[[[-4.423901, 57.5747],[-4.424799, 57.5747],[-4.4249, 57.5752],[-4.423999, 57.5758],[-4.4216, 57.5769],[-4.4197, 57.5788],[-4.4179, 57.5796],[-4.417399, 57.5798],[-4.4172, 57.5797],[-4.417, 57.5794],[-4.417, 57.5792],[-4.416601, 57.579],[-4.4165, 57.5788],[-4.4165, 57.5786],[-4.4165, 57.5785],[-4.4172, 57.5782],[-4.4185, 57.5776],[-4.4207, 57.5767],[-4.4232, 57.5749],[-4.423901, 57.5747]]],[[[-5.7786, 56.8507],[-5.778299, 56.8496],[-5.778399, 56.8485],[-5.779301000000002, 56.8477],[-5.779699, 56.8475],[-5.7806, 56.8477],[-5.7816, 56.848],[-5.7827, 56.8486],[-5.78300, 56.8493],[-5.782899, 56.8498],[-5.782499, 56.85],[-5.7809, 56.8499],[-5.7803, 56.8501],[-5.7799, 56.8508],[-5.778999, 56.851],[-5.7786, 56.8507]]],[[[-6.5266, 57.596],[-6.527699, 57.596],[-6.528999, 57.5961],[-6.5303, 57.5962],[-6.531001, 57.5965],[-6.531899, 57.5972],[-6.5321, 57.5977],[-6.532001, 57.5983],[-6.531801, 57.5986],[-6.5312, 57.5988],[-6.530399, 57.5987],[-6.52910, 57.5979],[-6.52820, 57.5975],[-6.5262, 57.597],[-6.52580, 57.5968],[-6.52570, 57.5967],[-6.525499, 57.5964],[-6.525899, 57.5961],[-6.5266, 57.596]]],[[[-5.441401, 57.415],[-5.442599, 57.4147],[-5.443399, 57.4149],[-5.4436, 57.4154],[-5.44410, 57.4159],[-5.445199, 57.4161],[-5.445899, 57.4165],[-5.4457, 57.4168],[-5.4436, 57.4172],[-5.4421, 57.4177],[-5.4415, 57.4178],[-5.4408, 57.4176],[-5.440499, 57.4169],[-5.440499, 57.416],[-5.4407, 57.4152],[-5.441401, 57.415]]],[[[-5.7357, 57.286],[-5.736499, 57.2856],[-5.73740, 57.2857],[-5.737599, 57.286],[-5.7371, 57.2871],[-5.737299, 57.2877],[-5.7381, 57.2879],[-5.7381, 57.2882],[-5.7375, 57.2894],[-5.737199, 57.2899],[-5.736801, 57.2901],[-5.7362, 57.29],[-5.7356, 57.2898],[-5.735199, 57.2896],[-5.73460, 57.2887],[-5.7347, 57.2883],[-5.735199, 57.2878],[-5.735099, 57.287],[-5.7357, 57.286]]],[[[-5.646699, 57.3744],[-5.647, 57.3736],[-5.6475, 57.3737],[-5.6485, 57.3748],[-5.65010, 57.3763],[-5.649899, 57.3770],[-5.6495, 57.3774],[-5.648099, 57.3774],[-5.6476, 57.3775],[-5.646601, 57.3780],[-5.646, 57.3784],[-5.645599, 57.3784],[-5.64540, 57.3784],[-5.645299, 57.3781],[-5.646299, 57.3774],[-5.6464, 57.3758],[-5.647299, 57.3757],[-5.646699, 57.3744]]],[[[-6.344999, 57.6888],[-6.34560, 57.6888],[-6.3477, 57.6897],[-6.349501, 57.6904],[-6.3501, 57.6908],[-6.3505, 57.6911],[-6.351, 57.6915],[-6.351299, 57.6918],[-6.351299, 57.6923],[-6.351099, 57.6926],[-6.350299, 57.6927],[-6.349501, 57.6925],[-6.347099, 57.6910],[-6.345399, 57.6899],[-6.3449, 57.6894],[-6.3449, 57.6891],[-6.344999, 57.6888]]],[[[-5.9168, 57.2743],[-5.917799, 57.2741],[-5.9183, 57.2744],[-5.91910, 57.2748],[-5.919799, 57.2759],[-5.9201, 57.2775],[-5.919301, 57.2781],[-5.9183, 57.2779],[-5.9175, 57.2769],[-5.9168, 57.2762],[-5.9164, 57.2752],[-5.9168, 57.2743]]],[[[-5.616499, 57.1424],[-5.6177, 57.1424],[-5.6188, 57.1430],[-5.6189, 57.1433],[-5.618299, 57.1439],[-5.617199, 57.1442],[-5.615699, 57.1444],[-5.6141, 57.1445],[-5.612999, 57.1442],[-5.612599, 57.1439],[-5.612599, 57.1437],[-5.6128, 57.1434],[-5.614999, 57.1428],[-5.616499, 57.1424]]],[[[-5.10340, 56.8267],[-5.103799, 56.8267],[-5.1043, 56.8269],[-5.1044, 56.8272],[-5.104199, 56.8279],[-5.103799, 56.8289],[-5.103799, 56.8300],[-5.104599, 56.8312],[-5.104899, 56.8320],[-5.1048, 56.8326],[-5.104599, 56.8326],[-5.104101, 56.8326],[-5.103, 56.8316],[-5.1026, 56.8301],[-5.102399, 56.8285],[-5.102499, 56.8275],[-5.102799, 56.8268],[-5.10340, 56.8267]]],[[[-5.1272, 58.2669],[-5.1286, 58.2668],[-5.1291, 58.2671],[-5.129301, 58.2673],[-5.129399, 58.2676],[-5.1296, 58.2681],[-5.1296, 58.2684],[-5.129399, 58.2685],[-5.127699, 58.269],[-5.126299, 58.269],[-5.124899, 58.2687],[-5.124501, 58.2685],[-5.1244, 58.2684],[-5.1244, 58.2681],[-5.124899, 58.2675],[-5.125299, 58.2673],[-5.1272, 58.2669]]],[[[-5.709101, 57.8755],[-5.709, 57.8751],[-5.709799, 57.8742],[-5.710599, 57.8741],[-5.713099, 57.8743],[-5.71490, 57.8746],[-5.7156, 57.8752],[-5.7156, 57.8756],[-5.71490, 57.8759],[-5.713901, 57.8757],[-5.7128, 57.8755],[-5.71210, 57.8753],[-5.711401, 57.8754],[-5.710599, 57.8759],[-5.709799, 57.8759],[-5.709101, 57.8755]]],[[[-5.1701, 58.3098],[-5.172699, 58.309],[-5.173999, 58.3091],[-5.174799, 58.3091],[-5.1752, 58.3092],[-5.175499, 58.3093],[-5.175799, 58.3094],[-5.1759, 58.3096],[-5.175799, 58.3101],[-5.17570, 58.3104],[-5.175399, 58.3106],[-5.1741, 58.3111],[-5.1738, 58.3111],[-5.173299, 58.311],[-5.1728, 58.3108],[-5.1721, 58.3106],[-5.171401, 58.3104],[-5.17, 58.3102],[-5.169899, 58.3101],[-5.169899, 58.3100],[-5.17, 58.3098],[-5.1701, 58.3098]]],[[[-5.442, 57.9637],[-5.4429, 57.9633],[-5.44320, 57.9634],[-5.443501, 57.9647],[-5.443299, 57.9654],[-5.442, 57.9664],[-5.4407, 57.9667],[-5.43970, 57.9663],[-5.439799, 57.9658],[-5.439899, 57.9652],[-5.440499, 57.9645],[-5.442, 57.9637]]],[[[-5.3399, 58.1313],[-5.339799, 58.1311],[-5.3399, 58.131],[-5.341899, 58.1303],[-5.3442, 58.1301],[-5.3462, 58.1301],[-5.3473, 58.1303],[-5.3476, 58.1305],[-5.3477, 58.1307],[-5.3477, 58.1309],[-5.346401, 58.1313],[-5.3459, 58.1314],[-5.3442, 58.1314],[-5.3425, 58.1313],[-5.3411, 58.1314],[-5.340499, 58.1314],[-5.3399, 58.1313]]],[[[-5.8314, 56.8352],[-5.8333, 56.8347],[-5.83450, 56.8350],[-5.83440, 56.8357],[-5.8333, 56.8371],[-5.8319, 56.8373],[-5.8304, 56.8371],[-5.83020, 56.8363],[-5.830699, 56.8357],[-5.8314, 56.8352]]],[[[-5.1876, 58.3062],[-5.1882, 58.3062],[-5.1889, 58.3064],[-5.189199, 58.3065],[-5.1894, 58.3068],[-5.189301, 58.3075],[-5.189101, 58.3077],[-5.1876, 58.3081],[-5.1838, 58.3083],[-5.183701, 58.3082],[-5.183701, 58.3081],[-5.1839, 58.3078],[-5.184199, 58.3074],[-5.185699, 58.3069],[-5.186601, 58.3065],[-5.187099, 58.3063],[-5.1876, 58.3062]]],[[[-5.0584, 58.4119],[-5.0602, 58.4118],[-5.0608, 58.4119],[-5.061, 58.4121],[-5.0611, 58.4123],[-5.0611, 58.4125],[-5.059899, 58.4132],[-5.059, 58.4135],[-5.0581, 58.4140],[-5.0576, 58.4140],[-5.0567, 58.4137],[-5.056099, 58.4133],[-5.056001, 58.413],[-5.056001, 58.4126],[-5.056001, 58.4124],[-5.056201, 58.4123],[-5.057499, 58.4119],[-5.0584, 58.4119]]],[[[-5.11730, 58.4293],[-5.117599, 58.4291],[-5.118999, 58.4295],[-5.119699, 58.4299],[-5.11980, 58.4302],[-5.119699, 58.4306],[-5.1189, 58.4313],[-5.1177, 58.4324],[-5.1174, 58.4326],[-5.1168, 58.4327],[-5.116499, 58.4317],[-5.116499, 58.4312],[-5.116601, 58.4305],[-5.116899, 58.4298],[-5.11730, 58.4293]]],[[[-4.3859, 58.5450],[-4.3868, 58.5448],[-4.3874, 58.5450],[-4.3871, 58.5463],[-4.386899, 58.5475],[-4.3867, 58.5483],[-4.386401, 58.5492],[-4.3859, 58.5493],[-4.3852, 58.5491],[-4.385, 58.5487],[-4.385099, 58.5482],[-4.385399, 58.5477],[-4.385399, 58.5472],[-4.3852, 58.5467],[-4.3852, 58.5459],[-4.3859, 58.5450]]],[[[-5.8986, 56.6736],[-5.8996, 56.6734],[-5.901, 56.6737],[-5.90110, 56.6744],[-5.900599, 56.6751],[-5.899899, 56.6757],[-5.899199, 56.676],[-5.897399, 56.6756],[-5.8975, 56.6744],[-5.8986, 56.6736]]],[[[-4.4194, 58.5498],[-4.4196, 58.5497],[-4.4203, 58.5498],[-4.4211, 58.5502],[-4.421801, 58.5511],[-4.4222, 58.5518],[-4.4221, 58.5523],[-4.420899, 58.5529],[-4.4201, 58.5533],[-4.4196, 58.5533],[-4.4194, 58.5529],[-4.4196, 58.5521],[-4.4195, 58.5504],[-4.4194, 58.5498]]],[[[-5.8203, 56.8828],[-5.8211, 56.8828],[-5.821401, 56.8829],[-5.820899, 56.8837],[-5.819699, 56.8844],[-5.81860, 56.8849],[-5.8175, 56.8849],[-5.81710, 56.8847],[-5.8166, 56.8840],[-5.81670, 56.8836],[-5.817999, 56.883],[-5.819399, 56.8828],[-5.8203, 56.8828]]],[[[-4.653501, 58.5742],[-4.653299, 58.5739],[-4.653299, 58.5733],[-4.653501, 58.5732],[-4.653999, 58.5734],[-4.654699, 58.574],[-4.6549, 58.574],[-4.655399, 58.5736],[-4.656099, 58.5732],[-4.6567, 58.573],[-4.657599, 58.5728],[-4.6578, 58.5728],[-4.658, 58.5729],[-4.658199, 58.573],[-4.658199, 58.5733],[-4.658, 58.5736],[-4.6574, 58.5741],[-4.6563, 58.5746],[-4.654399, 58.5752],[-4.6538, 58.5752],[-4.653299, 58.5751],[-4.6531, 58.5748],[-4.6531, 58.5746],[-4.653501, 58.5744],[-4.653501, 58.5742]]],[[[-5.1189, 58.5458],[-5.119101, 58.5458],[-5.1194, 58.5460],[-5.120399, 58.5468],[-5.120699, 58.5471],[-5.12080, 58.5472],[-5.12080, 58.5474],[-5.1202, 58.5482],[-5.1201, 58.5483],[-5.11990, 58.5484],[-5.1193, 58.5485],[-5.1189, 58.5485],[-5.118501, 58.5484],[-5.118199, 58.5483],[-5.1181, 58.5482],[-5.1178, 58.5478],[-5.117499, 58.5473],[-5.1174, 58.547],[-5.1174, 58.5468],[-5.117499, 58.5464],[-5.117599, 58.5462],[-5.1178, 58.5460],[-5.1181, 58.5459],[-5.1189, 58.5458]]],[[[-5.052899, 58.3847],[-5.053199, 58.3847],[-5.05370, 58.385],[-5.0543, 58.3856],[-5.0559, 58.3865],[-5.0568, 58.3869],[-5.0569, 58.3871],[-5.056001, 58.3877],[-5.0556, 58.3877],[-5.054999, 58.3876],[-5.054699, 58.3874],[-5.053599, 58.3866],[-5.052999, 58.3864],[-5.052499, 58.3862],[-5.0521, 58.3859],[-5.052001, 58.3856],[-5.0521, 58.3854],[-5.052299, 58.3852],[-5.052899, 58.3847]]],[[[-5.809599, 56.7877],[-5.81190, 56.7877],[-5.813399, 56.7881],[-5.813799, 56.7883],[-5.814, 56.7885],[-5.814, 56.7888],[-5.813701, 56.7892],[-5.813099, 56.7896],[-5.812699, 56.7898],[-5.81190, 56.7898],[-5.8114, 56.7896],[-5.81010, 56.7885],[-5.8094, 56.7878],[-5.809599, 56.7877]]],[[[-6.221601, 57.6702],[-6.2218, 57.6702],[-6.22260, 57.6703],[-6.223, 57.6704],[-6.224101, 57.6708],[-6.22590, 57.6717],[-6.226699, 57.6724],[-6.22680, 57.6729],[-6.226601, 57.6731],[-6.22590, 57.6731],[-6.224501, 57.6726],[-6.222199, 57.6711],[-6.221601, 57.6705],[-6.221601, 57.6702]]],[[[-6.411001, 57.526],[-6.411601, 57.5258],[-6.412001, 57.5259],[-6.412499, 57.5264],[-6.412899, 57.5267],[-6.4135, 57.5274],[-6.4135, 57.5277],[-6.41270, 57.5284],[-6.411699, 57.5289],[-6.411001, 57.529],[-6.410699, 57.5288],[-6.4106, 57.5284],[-6.41080, 57.5273],[-6.41080, 57.5263],[-6.411001, 57.526]]],[[[-5.4168, 58.0187],[-5.41720, 58.0187],[-5.417699, 58.0189],[-5.4189, 58.0197],[-5.419, 58.0198],[-5.4191, 58.0201],[-5.4191, 58.0205],[-5.419, 58.0207],[-5.418099, 58.0215],[-5.417799, 58.0217],[-5.4175, 58.0218],[-5.416699, 58.0218],[-5.4165, 58.0217],[-5.4164, 58.0215],[-5.416299, 58.0212],[-5.4164, 58.021],[-5.4169, 58.0206],[-5.417, 58.0203],[-5.4169, 58.0199],[-5.416699, 58.0196],[-5.416299, 58.0194],[-5.416, 58.0189],[-5.416, 58.0188],[-5.4161, 58.0187],[-5.4168, 58.0187]]],[[[-5.358099, 57.9603],[-5.3586, 57.9603],[-5.359301, 57.9605],[-5.36040, 57.9609],[-5.362299, 57.9616],[-5.3631, 57.9617],[-5.3632, 57.962],[-5.360799, 57.9625],[-5.36, 57.9625],[-5.3597, 57.9624],[-5.359399, 57.9622],[-5.358799, 57.9616],[-5.35780, 57.9611],[-5.35780, 57.9608],[-5.358099, 57.9603]]],[[[-5.302299, 58.1102],[-5.3024, 58.1100],[-5.30550, 58.1101],[-5.306001, 58.1100],[-5.306099, 58.1100],[-5.306201, 58.1101],[-5.306099, 58.1109],[-5.30640, 58.1117],[-5.306201, 58.1118],[-5.305699, 58.1119],[-5.3049, 58.1119],[-5.302299, 58.1109],[-5.302199, 58.1105],[-5.302299, 58.1102]]],[[[-5.868501, 56.8171],[-5.87020, 56.8168],[-5.870299, 56.8175],[-5.869999, 56.8182],[-5.8698, 56.8191],[-5.8694, 56.8194],[-5.868701, 56.8194],[-5.86740, 56.8188],[-5.867099, 56.8182],[-5.867199, 56.8178],[-5.867599, 56.8174],[-5.868501, 56.8171]]],[[[-5.909699, 56.9145],[-5.9109, 56.9144],[-5.9114, 56.9147],[-5.911601, 56.9151],[-5.911601, 56.9158],[-5.911201, 56.9163],[-5.9098, 56.9162],[-5.908599, 56.916],[-5.907499, 56.9156],[-5.908, 56.9149],[-5.908599, 56.9147],[-5.909699, 56.9145]]],[[[-5.6885, 56.6939],[-5.6897, 56.6933],[-5.6904, 56.6936],[-5.690599, 56.6941],[-5.6907, 56.6946],[-5.6908, 56.6952],[-5.6907, 56.6956],[-5.689799, 56.6957],[-5.687699, 56.6955],[-5.687399, 56.6953],[-5.68760, 56.6948],[-5.6885, 56.6939]]],[[[-5.157499, 58.3907],[-5.1557, 58.3903],[-5.1553, 58.3903],[-5.1552, 58.3902],[-5.155499, 58.3897],[-5.1556, 58.3896],[-5.155799, 58.3895],[-5.1563, 58.3895],[-5.1588, 58.3897],[-5.161699, 58.3898],[-5.161699, 58.39],[-5.161601, 58.3901],[-5.159999, 58.3907],[-5.159101, 58.3907],[-5.157499, 58.3907]]],[[[-5.8518, 56.7463],[-5.851699, 56.7455],[-5.852001, 56.7447],[-5.8522, 56.7444],[-5.8526, 56.7441],[-5.85330, 56.7442],[-5.854101, 56.7443],[-5.854599, 56.7447],[-5.8545, 56.7451],[-5.854599, 56.7456],[-5.855, 56.7463],[-5.85430, 56.7463],[-5.853799, 56.7461],[-5.853099, 56.7462],[-5.852399, 56.7464],[-5.8518, 56.7463]]],[[[-6.676801, 56.9681],[-6.677599, 56.9681],[-6.678599, 56.9684],[-6.67920, 56.9687],[-6.6796, 56.9691],[-6.679699, 56.9696],[-6.6793, 56.97],[-6.678199, 56.9702],[-6.677299, 56.97],[-6.676801, 56.9699],[-6.6763, 56.9693],[-6.6762, 56.969],[-6.6763, 56.9684],[-6.676801, 56.9681]]],[[[-5.5222, 57.275],[-5.523099, 57.275],[-5.5245, 57.2751],[-5.525899, 57.2757],[-5.526801, 57.2764],[-5.5266, 57.2767],[-5.5257, 57.2771],[-5.5245, 57.2771],[-5.5241, 57.277],[-5.5244, 57.2767],[-5.5241, 57.2764],[-5.523099, 57.2758],[-5.5219, 57.2754],[-5.5222, 57.275]]],[[[-5.4429, 57.418],[-5.443999, 57.418],[-5.445, 57.4183],[-5.4457, 57.4185],[-5.44670, 57.4191],[-5.446899, 57.4195],[-5.446899, 57.4198],[-5.4462, 57.42],[-5.4449, 57.4199],[-5.443999, 57.4194],[-5.4436, 57.4191],[-5.4424, 57.4185],[-5.4424, 57.4182],[-5.4429, 57.418]]],[[[-5.693399, 56.5017],[-5.6945, 56.5015],[-5.6953, 56.5017],[-5.69610, 56.5021],[-5.696401, 56.5025],[-5.695799, 56.5029],[-5.695, 56.5035],[-5.69410, 56.5037],[-5.693099, 56.5035],[-5.692999, 56.5023],[-5.693399, 56.5017]]],[[[-5.89700, 56.6546],[-5.8976, 56.6545],[-5.89830, 56.6548],[-5.898399, 56.6553],[-5.8986, 56.6559],[-5.8991, 56.6564],[-5.8991, 56.6571],[-5.898701, 56.6573],[-5.89790, 56.6571],[-5.89600, 56.6556],[-5.8961, 56.6552],[-5.8965, 56.6548],[-5.89700, 56.6546]]],[[[-5.284999, 58.1048],[-5.28550, 58.1048],[-5.2856, 58.1049],[-5.2856, 58.1052],[-5.285299, 58.1056],[-5.285299, 58.1058],[-5.285299, 58.1067],[-5.285299, 58.1070],[-5.2851, 58.1071],[-5.2848, 58.1071],[-5.283999, 58.1068],[-5.28300, 58.1065],[-5.2827, 58.1063],[-5.282499, 58.1061],[-5.2824, 58.1058],[-5.282499, 58.1056],[-5.282599, 58.1054],[-5.2828, 58.1053],[-5.283299, 58.1051],[-5.2848, 58.1048],[-5.284999, 58.1048]]],[[[-4.6248, 58.529],[-4.6255, 58.529],[-4.6258, 58.5292],[-4.6258, 58.5294],[-4.6251, 58.5299],[-4.623701, 58.5303],[-4.622099, 58.5303],[-4.62150, 58.5304],[-4.6209, 58.5306],[-4.619101, 58.5309],[-4.618999, 58.5307],[-4.6193, 58.5305],[-4.619599, 58.5303],[-4.619999, 58.53],[-4.620399, 58.5299],[-4.621099, 58.5298],[-4.62150, 58.5297],[-4.623799, 58.5294],[-4.6248, 58.529]]],[[[-6.09070, 57.1251],[-6.091001, 57.1249],[-6.092, 57.1251],[-6.092199000000002, 57.1255],[-6.092, 57.1259],[-6.0921, 57.1262],[-6.092899, 57.1263],[-6.0934, 57.1266],[-6.093501, 57.1272],[-6.0934, 57.1276],[-6.09320, 57.1278],[-6.0924, 57.1278],[-6.091499, 57.1273],[-6.09130, 57.127],[-6.09070, 57.1262],[-6.090499, 57.1255],[-6.09070, 57.1251]]],[[[-5.104899, 58.4191],[-5.1061, 58.4189],[-5.1079, 58.4192],[-5.107999, 58.4193],[-5.107999, 58.4195],[-5.1066, 58.4200],[-5.10510, 58.4207],[-5.1047, 58.4207],[-5.1039, 58.4205],[-5.103701, 58.4202],[-5.103799, 58.4197],[-5.104, 58.4193],[-5.1043, 58.4192],[-5.104899, 58.4191]]],[[[-6.6184, 57.4474],[-6.61880, 57.4474],[-6.6193, 57.4475],[-6.6199, 57.4478],[-6.6202, 57.4482],[-6.620699, 57.4488],[-6.6213, 57.4489],[-6.6222, 57.449],[-6.6222, 57.4495],[-6.6218, 57.4497],[-6.6208, 57.4498],[-6.6199, 57.4495],[-6.619101, 57.4488],[-6.6181, 57.4482],[-6.61780, 57.4478],[-6.61780, 57.4475],[-6.6184, 57.4474]]],[[[-5.74900, 57.5590],[-5.7498, 57.5589],[-5.7507, 57.5592],[-5.7514, 57.5598],[-5.751601, 57.5604],[-5.7514, 57.5608],[-5.750299, 57.5610],[-5.7493, 57.5609],[-5.748799, 57.5603],[-5.748701, 57.5597],[-5.748701, 57.5594],[-5.74900, 57.5590]]],[[[-5.700099, 57.1668],[-5.7019, 57.1665],[-5.702499, 57.1667],[-5.70270, 57.167],[-5.70270, 57.1673],[-5.7023, 57.1678],[-5.70120, 57.1682],[-5.700099, 57.1683],[-5.699399, 57.1681],[-5.6993, 57.1677],[-5.6993, 57.1672],[-5.699501, 57.1671],[-5.700099, 57.1668]]],[[[-4.3551, 58.5634],[-4.355199, 58.563],[-4.355299, 58.5626],[-4.3558, 58.5624],[-4.3564, 58.5623],[-4.3569, 58.5623],[-4.357, 58.5626],[-4.3569, 58.5631],[-4.3571, 58.5632],[-4.357699, 58.5631],[-4.3586, 58.563],[-4.358901, 58.5631],[-4.358901, 58.5634],[-4.358399, 58.5639],[-4.357699, 58.5641],[-4.3571, 58.5641],[-4.3566, 58.5641],[-4.3558, 58.564],[-4.355299, 58.5638],[-4.3551, 58.5634]]],[[[-5.731299000000002, 57.2984],[-5.732, 57.2984],[-5.732399, 57.2986],[-5.732399, 57.2995],[-5.7321, 57.3003],[-5.7316, 57.3006],[-5.73080, 57.3007],[-5.730199, 57.3005],[-5.7298, 57.2998],[-5.7301, 57.2993],[-5.731299000000002, 57.2984]]],[[[-5.1798, 58.3177],[-5.178901, 58.3176],[-5.1788, 58.3176],[-5.1787, 58.3174],[-5.1787, 58.3172],[-5.1788, 58.317],[-5.178999, 58.3169],[-5.179699, 58.3166],[-5.1802, 58.3164],[-5.181001, 58.3162],[-5.182001, 58.3161],[-5.182199, 58.3163],[-5.1823, 58.3165],[-5.1823, 58.3171],[-5.182199, 58.3173],[-5.182099, 58.3174],[-5.181601, 58.3177],[-5.1798, 58.3177]]],[[[-5.426899, 58.0217],[-5.427001, 58.0217],[-5.427199, 58.0219],[-5.427299, 58.022],[-5.4274, 58.0223],[-5.4274, 58.0227],[-5.427299, 58.0235],[-5.4271, 58.0237],[-5.4267, 58.0239],[-5.4262, 58.024],[-5.425799, 58.024],[-5.42490, 58.0237],[-5.424799, 58.0235],[-5.424799, 58.0233],[-5.42490, 58.0232],[-5.425099, 58.0231],[-5.425499, 58.023],[-5.4256, 58.0228],[-5.4257, 58.0218],[-5.42590, 58.0217],[-5.4263, 58.0217],[-5.426899, 58.0217]]],[[[-5.183701, 58.3536],[-5.1843, 58.3536],[-5.184599, 58.3538],[-5.1847, 58.3540],[-5.1847, 58.3542],[-5.18440, 58.3548],[-5.184199, 58.3555],[-5.184, 58.3556],[-5.1838, 58.3556],[-5.182899, 58.3556],[-5.1826, 58.3556],[-5.1823, 58.3554],[-5.182199, 58.3552],[-5.182099, 58.3548],[-5.182099, 58.3543],[-5.1823, 58.3540],[-5.182499, 58.3539],[-5.1831, 58.3537],[-5.183701, 58.3536]]],[[[-5.295599, 58.0823],[-5.295899, 58.0823],[-5.296, 58.0825],[-5.296, 58.083],[-5.2961, 58.0837],[-5.296, 58.084],[-5.295899, 58.0841],[-5.2957, 58.0842],[-5.295199, 58.0842],[-5.2947, 58.0841],[-5.2941, 58.0837],[-5.293399, 58.0829],[-5.29320, 58.0827],[-5.29320, 58.0825],[-5.29320, 58.0824],[-5.293399, 58.0823],[-5.295599, 58.0823]]],[[[-6.61310, 57.5136],[-6.6137, 57.5132],[-6.614799, 57.5133],[-6.6156, 57.5135],[-6.616601, 57.5141],[-6.616499, 57.5149],[-6.615499, 57.5155],[-6.614799, 57.5149],[-6.6138, 57.5139],[-6.61310, 57.5136]]],[[[-5.892499, 56.8726],[-5.8933, 56.8725],[-5.894101, 56.8726],[-5.8954, 56.8724],[-5.89600, 56.8725],[-5.896299, 56.8726],[-5.896299, 56.8730],[-5.8957, 56.8734],[-5.89500, 56.8736],[-5.8933, 56.8738],[-5.892799, 56.8737],[-5.8926, 56.8736],[-5.8923, 56.8732],[-5.8923, 56.8729],[-5.892499, 56.8726]]],[[[-5.101099, 58.4179],[-5.102099, 58.4178],[-5.102799, 58.4179],[-5.103199, 58.4178],[-5.1039, 58.4175],[-5.1043, 58.4176],[-5.1044, 58.4178],[-5.1043, 58.4180],[-5.1039, 58.4182],[-5.1029, 58.4185],[-5.1018, 58.4188],[-5.100599, 58.4191],[-5.099899, 58.4191],[-5.099599, 58.419],[-5.0994, 58.4188],[-5.099599, 58.4184],[-5.099699, 58.4182],[-5.099999, 58.4181],[-5.101099, 58.4179]]],[[[-5.167799, 58.3171],[-5.167399, 58.3156],[-5.1675, 58.3155],[-5.167699, 58.3155],[-5.1682, 58.3157],[-5.1689, 58.3165],[-5.169301, 58.3167],[-5.169799, 58.3169],[-5.171, 58.3169],[-5.1715, 58.3169],[-5.1716, 58.3169],[-5.1716, 58.3171],[-5.1715, 58.3173],[-5.171299, 58.3174],[-5.1701, 58.3177],[-5.16960, 58.3178],[-5.169199, 58.3177],[-5.168399, 58.3175],[-5.168099, 58.3174],[-5.167799, 58.3171]]],[[[-6.63370, 57.5286],[-6.634399, 57.5286],[-6.635, 57.5288],[-6.6357, 57.5293],[-6.636401, 57.5297],[-6.636499, 57.53],[-6.6363, 57.5304],[-6.6353, 57.5304],[-6.63420, 57.5301],[-6.633399, 57.5297],[-6.6331, 57.5294],[-6.6331, 57.5291],[-6.633299000000002, 57.5288],[-6.63370, 57.5286]]],[[[-5.360199, 57.9595],[-5.3611, 57.9595],[-5.363501, 57.96],[-5.3641, 57.9603],[-5.364399, 57.9604],[-5.363501, 57.9609],[-5.362199, 57.9608],[-5.360499, 57.9604],[-5.3599, 57.9603],[-5.359799, 57.9597],[-5.360199, 57.9595]]],[[[-6.63840, 57.4999],[-6.63880, 57.4999],[-6.639101, 57.5001],[-6.639101, 57.5004],[-6.63880, 57.5011],[-6.639101, 57.5019],[-6.639501000000002, 57.5023],[-6.63940, 57.5025],[-6.638999, 57.5026],[-6.63800, 57.5025],[-6.6377, 57.5022],[-6.637499, 57.5014],[-6.637499, 57.5006],[-6.637599, 57.5002],[-6.637899, 57.5000],[-6.63840, 57.4999]]],[[[-5.42840, 58.0191],[-5.428599, 58.0191],[-5.4288, 58.0192],[-5.428901, 58.0193],[-5.428999, 58.0195],[-5.4292, 58.021],[-5.4292, 58.0211],[-5.428999, 58.0212],[-5.42840, 58.0214],[-5.427999, 58.0214],[-5.427599, 58.0213],[-5.427299, 58.0211],[-5.4271, 58.0208],[-5.4271, 58.0204],[-5.427199, 58.02],[-5.4274, 58.0197],[-5.4277, 58.0194],[-5.427999, 58.0192],[-5.42840, 58.0191]]],[[[-6.5102, 57.5921],[-6.511099, 57.592],[-6.51160, 57.5921],[-6.51170, 57.5923],[-6.51160, 57.5926],[-6.51120, 57.593],[-6.51090, 57.5934],[-6.510799, 57.5943],[-6.5106, 57.5944],[-6.509799, 57.5944],[-6.509501, 57.5941],[-6.509301, 57.5937],[-6.509301, 57.5932],[-6.5096, 57.5926],[-6.5102, 57.5921]]],[[[-4.869999, 58.6178],[-4.871201, 58.6178],[-4.8713, 58.6183],[-4.8708, 58.6188],[-4.868999, 58.6195],[-4.868501, 58.6195],[-4.868199, 58.6193],[-4.86810, 58.6186],[-4.868599, 58.6181],[-4.869999, 58.6178]]],[[[-5.4572, 57.8619],[-5.458399, 57.8619],[-5.459899, 57.8623],[-5.460299, 57.8629],[-5.4601, 57.8634],[-5.4585, 57.8632],[-5.457099, 57.8629],[-5.4568, 57.8626],[-5.4569, 57.8622],[-5.4572, 57.8619]]],[[[-5.4242, 58.0174],[-5.4245, 58.0174],[-5.42490, 58.0176],[-5.4252, 58.0178],[-5.4253, 58.0179],[-5.425399, 58.0183],[-5.425399, 58.0187],[-5.424301, 58.0196],[-5.4241, 58.0196],[-5.423299, 58.0192],[-5.4231, 58.019],[-5.422999, 58.0188],[-5.422999, 58.0186],[-5.422999, 58.0185],[-5.4231, 58.0183],[-5.423501, 58.0179],[-5.423999, 58.0175],[-5.4242, 58.0174]]],[[[-5.5581, 57.0996],[-5.558701, 57.0994],[-5.559599, 57.0996],[-5.560299, 57.1],[-5.561299, 57.1011],[-5.561201, 57.1016],[-5.5604, 57.1016],[-5.559101, 57.1008],[-5.5581, 57.0999],[-5.5581, 57.0998],[-5.5581, 57.0996]]],[[[-5.098, 58.4775],[-5.099899, 58.4768],[-5.1002, 58.4769],[-5.100299, 58.477],[-5.100399, 58.4772],[-5.099899, 58.4780],[-5.099599, 58.4782],[-5.0988, 58.4785],[-5.098, 58.4788],[-5.0974, 58.4789],[-5.097199, 58.4789],[-5.097099, 58.4787],[-5.097499, 58.4779],[-5.0977, 58.4777],[-5.098, 58.4775]]],[[[-5.0804, 58.4512],[-5.0809, 58.4512],[-5.081201, 58.4513],[-5.081201, 58.4515],[-5.081, 58.4517],[-5.079899, 58.4525],[-5.0794, 58.4527],[-5.078199, 58.4528],[-5.077899, 58.4527],[-5.0777, 58.4525],[-5.0777, 58.4522],[-5.077899, 58.452],[-5.0788, 58.4515],[-5.079599, 58.4512],[-5.0804, 58.4512]]],[[[-5.855599, 56.9423],[-5.856801, 56.9420],[-5.8572, 56.9422],[-5.857299, 56.9427],[-5.85710, 56.9431],[-5.857, 56.9431],[-5.8555, 56.9438],[-5.85470, 56.9439],[-5.8544, 56.9438],[-5.85430, 56.9433],[-5.85470, 56.9427],[-5.855599, 56.9423]]],[[[-5.632699, 56.9862],[-5.63370, 56.9859],[-5.634399, 56.986],[-5.634799, 56.9861],[-5.6349, 56.9864],[-5.634799, 56.987],[-5.6342, 56.9873],[-5.6336, 56.9874],[-5.631899, 56.9874],[-5.631899, 56.9871],[-5.632, 56.9867],[-5.632699, 56.9862]]],[[[-5.825399, 56.7841],[-5.8267, 56.7841],[-5.827499, 56.7842],[-5.82760, 56.7847],[-5.827099, 56.7853],[-5.825099, 56.7853],[-5.824399, 56.785],[-5.8243, 56.7845],[-5.8246, 56.7842],[-5.825399, 56.7841]]],[[[-5.197199, 58.2507],[-5.1982, 58.2507],[-5.198599, 58.2508],[-5.1988, 58.2511],[-5.1987, 58.2516],[-5.1984, 58.2520],[-5.19750, 58.2522],[-5.196899, 58.2522],[-5.196499, 58.2520],[-5.1961, 58.2517],[-5.195899, 58.2514],[-5.1962, 58.251],[-5.196499, 58.2508],[-5.197199, 58.2507]]],[[[-5.6855, 57.6922],[-5.6869, 57.6921],[-5.687799, 57.6922],[-5.688399, 57.6929],[-5.6883, 57.6934],[-5.6879, 57.6935],[-5.6861, 57.6933],[-5.6852, 57.693],[-5.685299, 57.6927],[-5.6855, 57.6922]]],[[[-5.7227, 57.302],[-5.724599, 57.3018],[-5.724501, 57.3026],[-5.724, 57.3031],[-5.72380, 57.3032],[-5.722199, 57.3032],[-5.721401, 57.303],[-5.7217, 57.3022],[-5.7227, 57.302]]],[[[-5.1483, 58.3112],[-5.1495, 58.3112],[-5.1501, 58.3113],[-5.15040, 58.3115],[-5.1507, 58.312],[-5.1508, 58.3123],[-5.150599, 58.3125],[-5.15030, 58.3126],[-5.149899, 58.3126],[-5.147399, 58.3119],[-5.147299, 58.3118],[-5.147399, 58.3116],[-5.147699, 58.3114],[-5.1483, 58.3112]]],[[[-5.2227, 58.2555],[-5.223199, 58.2555],[-5.224, 58.2558],[-5.224699, 58.256],[-5.2248, 58.2562],[-5.2248, 58.2566],[-5.224101, 58.2569],[-5.2234, 58.257],[-5.223, 58.2569],[-5.222099, 58.2565],[-5.2217, 58.2563],[-5.221601, 58.256],[-5.2217, 58.2558],[-5.222099, 58.2557],[-5.2227, 58.2555]]],[[[-5.24030, 58.2632],[-5.241099, 58.2632],[-5.241601, 58.2635],[-5.2417, 58.2637],[-5.241601, 58.2639],[-5.241401, 58.2642],[-5.241001, 58.2644],[-5.239999, 58.2648],[-5.2392, 58.2648],[-5.2387, 58.2647],[-5.2387, 58.2643],[-5.238999, 58.264],[-5.239501, 58.2636],[-5.2399, 58.2633],[-5.24030, 58.2632]]],[[[-5.814899, 56.8779],[-5.816401, 56.8776],[-5.8175, 56.8778],[-5.8178, 56.8779],[-5.8178, 56.8782],[-5.8175, 56.8785],[-5.8166, 56.8788],[-5.814899, 56.8788],[-5.81440, 56.8787],[-5.814101, 56.8785],[-5.814, 56.8783],[-5.814899, 56.8779]]],[[[-5.044799, 58.3898],[-5.0451, 58.3898],[-5.045199, 58.39],[-5.045199, 58.3902],[-5.0451, 58.3904],[-5.0433, 58.3912],[-5.042099, 58.392],[-5.042, 58.392],[-5.0419, 58.3918],[-5.0419, 58.3917],[-5.0419, 58.3913],[-5.042099, 58.3911],[-5.042699, 58.3904],[-5.043399, 58.39],[-5.04410, 58.3898],[-5.044799, 58.3898]]],[[[-5.436201, 58.0517],[-5.436699, 58.0517],[-5.4369, 58.0518],[-5.4372, 58.0520],[-5.4373, 58.0521],[-5.437399, 58.0523],[-5.4375, 58.0528],[-5.4375, 58.0535],[-5.437399, 58.0537],[-5.4373, 58.0538],[-5.4369, 58.0539],[-5.435699, 58.0528],[-5.43550, 58.0526],[-5.43540, 58.0523],[-5.43540, 58.0520],[-5.435599, 58.0518],[-5.4358, 58.0517],[-5.436201, 58.0517]]],[[[-4.6716, 58.5192],[-4.672299, 58.5192],[-4.672699, 58.5194],[-4.672699, 58.5199],[-4.6722, 58.5204],[-4.671401, 58.521],[-4.6704, 58.5211],[-4.6701, 58.5209],[-4.6701, 58.5206],[-4.670199, 58.5202],[-4.6716, 58.5192]]],[[[-5.1377, 58.2794],[-5.137899, 58.2794],[-5.138199, 58.2796],[-5.1387, 58.2802],[-5.1388, 58.2805],[-5.1388, 58.2808],[-5.138599, 58.281],[-5.1378, 58.2815],[-5.137499, 58.2815],[-5.137001, 58.2811],[-5.1368, 58.2808],[-5.1367, 58.2805],[-5.136899, 58.2798],[-5.137001, 58.2796],[-5.137199, 58.2795],[-5.1377, 58.2794]]],[[[-5.17660, 58.2980],[-5.176801, 58.2980],[-5.177001, 58.2982],[-5.1771, 58.2985],[-5.176899, 58.2989],[-5.1767, 58.2991],[-5.176001, 58.2992],[-5.175, 58.2992],[-5.173999, 58.2989],[-5.1737, 58.2987],[-5.1736, 58.2985],[-5.1737, 58.2984],[-5.173999, 58.2983],[-5.1746, 58.2982],[-5.17660, 58.2980]]],[[[-6.5106, 57.5866],[-6.51090, 57.5866],[-6.51130, 57.5868],[-6.512001, 57.5873],[-6.5128, 57.5879],[-6.513199, 57.5882],[-6.513299, 57.5885],[-6.513199, 57.5889],[-6.5128, 57.5891],[-6.512199000000002, 57.5889],[-6.51170, 57.5885],[-6.510799, 57.5875],[-6.5106, 57.587],[-6.5106, 57.5866]]],[[[-5.264699, 58.2686],[-5.2655, 58.2686],[-5.2658, 58.2687],[-5.266201, 58.2689],[-5.266201, 58.2691],[-5.266001, 58.2692],[-5.2642, 58.2699],[-5.263599, 58.2701],[-5.262899, 58.2703],[-5.2627, 58.2703],[-5.262599, 58.2702],[-5.2627, 58.2698],[-5.262899, 58.2696],[-5.263199, 58.2693],[-5.263501, 58.2691],[-5.264699, 58.2686]]],[[[-6.281099, 56.8498],[-6.281499, 56.8497],[-6.2824, 56.8499],[-6.282599, 56.85],[-6.282899, 56.8502],[-6.283, 56.8505],[-6.282899, 56.8507],[-6.2824, 56.8511],[-6.281899, 56.8516],[-6.281499, 56.8516],[-6.2812, 56.8515],[-6.280799, 56.8511],[-6.2807, 56.8506],[-6.280799, 56.8502],[-6.281099, 56.8498]]],[[[-4.84280, 58.6035],[-4.843901, 58.6035],[-4.844399, 58.6043],[-4.844699, 58.6049],[-4.844399, 58.6053],[-4.84370, 58.6054],[-4.84270, 58.6046],[-4.842199, 58.6039],[-4.842299, 58.6037],[-4.84280, 58.6035]]],[[[-6.40150, 57.532],[-6.402299, 57.5317],[-6.40290, 57.5319],[-6.402999, 57.5322],[-6.403299, 57.5327],[-6.4036, 57.533],[-6.4036, 57.5333],[-6.4032, 57.5334],[-6.402699, 57.5334],[-6.401899, 57.5333],[-6.40150, 57.5332],[-6.4012, 57.5331],[-6.4011, 57.5329],[-6.4011, 57.5325],[-6.40150, 57.532]]],[[[-5.532499, 56.997],[-5.533299, 56.9969],[-5.533999, 56.9974],[-5.534101, 56.9977],[-5.533501, 56.9983],[-5.532599, 56.9985],[-5.531899, 56.9985],[-5.5316, 56.9985],[-5.531401, 56.9981],[-5.531801, 56.9975],[-5.532499, 56.997]]],[[[-5.606, 57.1402],[-5.606699, 57.1401],[-5.6078, 57.1403],[-5.6085, 57.1407],[-5.608701, 57.1409],[-5.6083, 57.1412],[-5.6076, 57.1415],[-5.6071, 57.1415],[-5.6065, 57.1413],[-5.605599, 57.1408],[-5.6057, 57.1405],[-5.606, 57.1402]]],[[[-5.146601, 58.3905],[-5.147999, 58.3904],[-5.1486, 58.3905],[-5.1494, 58.3908],[-5.1495, 58.3911],[-5.1495, 58.3913],[-5.149301, 58.3915],[-5.148901, 58.3915],[-5.147799, 58.3915],[-5.146801, 58.3913],[-5.1465, 58.3912],[-5.146299, 58.391],[-5.146299, 58.3907],[-5.1464, 58.3906],[-5.146601, 58.3905]]],[[[-4.6422, 58.5554],[-4.642799, 58.5553],[-4.6434, 58.5557],[-4.6434, 58.556],[-4.643199, 58.5564],[-4.6426, 58.5568],[-4.641699, 58.5568],[-4.641099, 58.5567],[-4.6409, 58.5563],[-4.6413, 58.5558],[-4.641699, 58.5555],[-4.6422, 58.5554]]],[[[-5.918, 56.8977],[-5.919199, 56.8977],[-5.9196, 56.8979],[-5.91910, 56.8988],[-5.9173, 56.8992],[-5.9168, 56.8985],[-5.918, 56.8977]]],[[[-5.979, 57.5103],[-5.979599, 57.5101],[-5.9804, 57.5103],[-5.981201, 57.5108],[-5.9815, 57.5114],[-5.9815, 57.5117],[-5.98140, 57.5118],[-5.980599, 57.5117],[-5.9793, 57.5111],[-5.978799, 57.5106],[-5.978799, 57.5104],[-5.979, 57.5103]]],[[[-5.146, 58.3166],[-5.1464, 58.3166],[-5.146601, 58.3167],[-5.146601, 58.3169],[-5.1465, 58.3171],[-5.144101, 58.3183],[-5.1439, 58.3182],[-5.1439, 58.3179],[-5.144, 58.3173],[-5.144101, 58.3171],[-5.14430, 58.3169],[-5.144599, 58.3167],[-5.144899, 58.3166],[-5.146, 58.3166]]],[[[-6.078199, 57.3846],[-6.078701, 57.3844],[-6.079501, 57.3845],[-6.0797, 57.3847],[-6.0797, 57.3851],[-6.079599, 57.3856],[-6.079199, 57.3858],[-6.078701, 57.3859],[-6.078199, 57.3859],[-6.0774, 57.3856],[-6.0773, 57.3853],[-6.0776, 57.3850],[-6.078199, 57.3846]]],[[[-5.693399, 57.1673],[-5.693799, 57.1673],[-5.693999, 57.1675],[-5.69410, 57.1678],[-5.693901000000002, 57.1685],[-5.693901000000002, 57.1689],[-5.69420, 57.1692],[-5.693901000000002, 57.1696],[-5.6929, 57.1695],[-5.69280, 57.1694],[-5.692699, 57.1687],[-5.69280, 57.1682],[-5.69280, 57.1677],[-5.693099, 57.1674],[-5.693399, 57.1673]]],[[[-5.712299, 57.3169],[-5.712699, 57.3169],[-5.7129, 57.3173],[-5.7129, 57.3175],[-5.713099, 57.3178],[-5.713799, 57.3181],[-5.7136, 57.3184],[-5.7128, 57.3186],[-5.71200, 57.3187],[-5.7115, 57.3186],[-5.711401, 57.3184],[-5.7115, 57.3181],[-5.71160, 57.3178],[-5.711699, 57.3173],[-5.7119, 57.3171],[-5.712299, 57.3169]]],[[[-5.8736, 56.8172],[-5.874101, 56.8172],[-5.87440, 56.8173],[-5.8747, 56.8175],[-5.874899, 56.8177],[-5.875, 56.8183],[-5.874899, 56.8189],[-5.874599, 56.8192],[-5.874101, 56.8192],[-5.8736, 56.819],[-5.87350, 56.8186],[-5.8734, 56.8178],[-5.8734, 56.8174],[-5.8736, 56.8172]]],[[[-5.858099, 56.7438],[-5.85900, 56.7438],[-5.859301, 56.7442],[-5.8597, 56.7445],[-5.86040, 56.7449],[-5.860499, 56.7453],[-5.86000, 56.7454],[-5.85900, 56.7454],[-5.85850, 56.7451],[-5.858099, 56.7447],[-5.8579, 56.7444],[-5.8579, 56.7441],[-5.858099, 56.7438]]],[[[-5.126601, 56.8369],[-5.1275, 56.8367],[-5.128099, 56.8368],[-5.1286, 56.8371],[-5.1282, 56.8379],[-5.1276, 56.8381],[-5.126699, 56.8381],[-5.12600, 56.8379],[-5.1264, 56.8372],[-5.126601, 56.8369]]],[[[-5.583099, 57.1141],[-5.5839, 57.1141],[-5.58440, 57.1144],[-5.584199, 57.1148],[-5.583399, 57.1153],[-5.5822, 57.1156],[-5.5818, 57.1155],[-5.581699, 57.1151],[-5.582001, 57.1146],[-5.583099, 57.1141]]],[[[-5.085, 58.4517],[-5.0861, 58.4517],[-5.086201, 58.452],[-5.0861, 58.4522],[-5.0858, 58.4524],[-5.085199, 58.4525],[-5.083, 58.4528],[-5.0829, 58.4526],[-5.083099, 58.4521],[-5.0835, 58.4518],[-5.0839, 58.4517],[-5.085, 58.4517]]],[[[-6.4252, 57.7319],[-6.42590, 57.7319],[-6.426099, 57.7322],[-6.426099, 57.7327],[-6.4257, 57.733],[-6.424399, 57.7332],[-6.4238, 57.7331],[-6.4237, 57.7328],[-6.4238, 57.7325],[-6.423999, 57.7322],[-6.4246, 57.7319],[-6.4252, 57.7319]]],[[[-5.234399, 58.256],[-5.234799, 58.256],[-5.235199, 58.2562],[-5.2353, 58.2564],[-5.2353, 58.2566],[-5.235199, 58.2568],[-5.235, 58.2569],[-5.23410, 58.2569],[-5.2325, 58.257],[-5.2322, 58.2568],[-5.2322, 58.2567],[-5.232399, 58.2563],[-5.2325, 58.2562],[-5.232699, 58.2561],[-5.233399, 58.2561],[-5.234399, 58.256]]],[[[-5.162099, 58.3173],[-5.162399, 58.3172],[-5.164101, 58.3176],[-5.1643, 58.3177],[-5.16440, 58.3178],[-5.164501, 58.3179],[-5.164501, 58.318],[-5.1639, 58.3184],[-5.163199, 58.3186],[-5.1627, 58.3187],[-5.162499, 58.3187],[-5.162399, 58.3186],[-5.162099, 58.3179],[-5.162001, 58.3175],[-5.162099, 58.3173]]],[[[-5.730299, 57.3015],[-5.7311, 57.3013],[-5.73220, 57.3014],[-5.732699, 57.3016],[-5.7329, 57.3018],[-5.732999, 57.302],[-5.7329, 57.3021],[-5.73260, 57.3023],[-5.731299000000002, 57.3024],[-5.730599, 57.3023],[-5.730199, 57.3021],[-5.73000, 57.3018],[-5.730299, 57.3015]]],[[[-5.124501, 58.4114],[-5.124899, 58.4113],[-5.125199, 58.4114],[-5.125299, 58.4116],[-5.1254, 58.4121],[-5.1254, 58.4129],[-5.125299, 58.4132],[-5.125, 58.4135],[-5.124501, 58.4133],[-5.124199, 58.413],[-5.124, 58.4124],[-5.124, 58.4120],[-5.124101, 58.4117],[-5.124199, 58.4115],[-5.124501, 58.4114]]],[[[-5.180699, 58.3709],[-5.181001, 58.3709],[-5.182199, 58.3711],[-5.1824, 58.3713],[-5.1824, 58.3715],[-5.1823, 58.3717],[-5.1805, 58.3721],[-5.179999, 58.3721],[-5.1798, 58.3721],[-5.179599, 58.3719],[-5.179599, 58.3717],[-5.179599, 58.3716],[-5.1799, 58.3713],[-5.1803, 58.3711],[-5.180699, 58.3709]]],[[[-5.7167, 57.3157],[-5.7175, 57.3157],[-5.71770, 57.3159],[-5.717199, 57.3169],[-5.7166, 57.3172],[-5.715899, 57.3173],[-5.7156, 57.3172],[-5.7154, 57.3169],[-5.7156, 57.3164],[-5.71630, 57.3159],[-5.7167, 57.3157]]],[[[-5.449501, 57.9772],[-5.4499, 57.9772],[-5.45030, 57.9773],[-5.45030, 57.9776],[-5.450099, 57.978],[-5.4496, 57.9785],[-5.448901, 57.9787],[-5.4481, 57.9784],[-5.447999, 57.9781],[-5.4484, 57.9776],[-5.448999, 57.9772],[-5.449501, 57.9772]]],[[[-5.976, 57.1386],[-5.9769, 57.1384],[-5.97720, 57.1387],[-5.977099, 57.1391],[-5.9769, 57.1395],[-5.975399000000002, 57.1400],[-5.974899, 57.1397],[-5.97480, 57.1395],[-5.974899, 57.1391],[-5.976, 57.1386]]],[[[-4.0495, 58.5779],[-4.0503, 58.5779],[-4.050799, 58.5785],[-4.0509, 58.5789],[-4.0507, 58.5794],[-4.05, 58.5796],[-4.0495, 58.5795],[-4.048999, 58.5784],[-4.0495, 58.5779]]],[[[-4.936, 58.6183],[-4.937099, 58.6181],[-4.937699, 58.6183],[-4.937399, 58.6189],[-4.936699, 58.6193],[-4.936201, 58.6195],[-4.935699, 58.6194],[-4.935299, 58.6192],[-4.93520, 58.6188],[-4.9355, 58.6184],[-4.936, 58.6183]]],[[[-5.2381, 58.2547],[-5.238299, 58.2547],[-5.238501, 58.2548],[-5.238599, 58.2552],[-5.2384, 58.2557],[-5.2381, 58.256],[-5.236899, 58.2561],[-5.236401, 58.256],[-5.2363, 58.2558],[-5.2363, 58.2556],[-5.236499, 58.2554],[-5.236899, 58.2551],[-5.237299, 58.2549],[-5.2381, 58.2547]]],[[[-5.572599, 57.1323],[-5.5738, 57.1321],[-5.5743, 57.1322],[-5.574501, 57.1324],[-5.5742, 57.1329],[-5.5732, 57.1331],[-5.571499, 57.1331],[-5.5712, 57.1329],[-5.57130, 57.1327],[-5.572599, 57.1323]]],[[[-5.73420, 56.8464],[-5.73450, 56.8463],[-5.736001, 56.8464],[-5.736401, 56.8465],[-5.7367, 56.8467],[-5.7367, 56.847],[-5.7366, 56.8472],[-5.736001, 56.8474],[-5.7356, 56.8474],[-5.7349, 56.8473],[-5.734301, 56.8471],[-5.73410, 56.8468],[-5.73410, 56.8467],[-5.73420, 56.8464]]],[[[-5.201099, 58.2527],[-5.202199, 58.2526],[-5.203501, 58.2529],[-5.203501, 58.2531],[-5.2034, 58.2533],[-5.202799, 58.2539],[-5.2024, 58.2539],[-5.2013, 58.2533],[-5.2009, 58.2531],[-5.200799, 58.2529],[-5.2009, 58.2528],[-5.201099, 58.2527]]],[[[-5.516099, 57.1008],[-5.5172, 57.1005],[-5.517799, 57.1006],[-5.5183, 57.1008],[-5.518199, 57.1012],[-5.5172, 57.1017],[-5.5163, 57.1017],[-5.515699, 57.1015],[-5.515699, 57.1012],[-5.516099, 57.1008]]],[[[-6.666, 57.3348],[-6.666299, 57.3347],[-6.6669, 57.3348],[-6.667799, 57.3352],[-6.6682, 57.3354],[-6.668399, 57.3356],[-6.6682, 57.336],[-6.66760, 57.3361],[-6.6672, 57.3361],[-6.6665, 57.3358],[-6.666299, 57.3356],[-6.666, 57.3353],[-6.6658, 57.3349],[-6.666, 57.3348]]],[[[-5.4506, 57.108],[-5.452199, 57.108],[-5.4526, 57.1084],[-5.4526, 57.1087],[-5.452199, 57.109],[-5.4505, 57.1089],[-5.4499, 57.1086],[-5.449999, 57.1082],[-5.4506, 57.108]]],[[[-5.227099, 58.2557],[-5.227399, 58.2557],[-5.2277, 58.2558],[-5.22800, 58.256],[-5.22800, 58.2564],[-5.2279, 58.2567],[-5.227499, 58.257],[-5.227099, 58.2571],[-5.2259, 58.2573],[-5.2258, 58.2572],[-5.226699, 58.2558],[-5.227099, 58.2557]]],[[[-6.6377, 57.4516],[-6.63800, 57.4515],[-6.63840, 57.4516],[-6.638999, 57.452],[-6.63940, 57.4521],[-6.639699, 57.4523],[-6.639699, 57.4527],[-6.639599, 57.4529],[-6.638599, 57.4530],[-6.6378, 57.4527],[-6.637599, 57.4523],[-6.637499, 57.4519],[-6.6377, 57.4516]]],[[[-4.7935, 58.578],[-4.794199, 58.5779],[-4.7946, 58.5782],[-4.7953, 58.5787],[-4.7953, 58.5791],[-4.794899, 58.5794],[-4.79390, 58.5794],[-4.7933, 58.5788],[-4.793399, 58.5782],[-4.7935, 58.578]]],[[[-5.6433, 57.3701],[-5.64400, 57.3699],[-5.6447, 57.3703],[-5.645299, 57.3706],[-5.646201, 57.3707],[-5.6464, 57.3709],[-5.6458, 57.3713],[-5.6451, 57.3713],[-5.6435, 57.3707],[-5.6433, 57.3704],[-5.6433, 57.3701]]],[[[-5.69570, 57.1659],[-5.69610, 57.1658],[-5.696899, 57.1659],[-5.69750, 57.1662],[-5.6977, 57.1666],[-5.6974, 57.1671],[-5.696899, 57.1672],[-5.6963, 57.1671],[-5.695499, 57.1665],[-5.69570, 57.1659]]],[[[-6.418099, 57.7287],[-6.4185, 57.7286],[-6.419, 57.7287],[-6.41940, 57.7291],[-6.4195, 57.7295],[-6.41940, 57.7299],[-6.419199, 57.7302],[-6.418701, 57.7303],[-6.418099, 57.73],[-6.41790, 57.7296],[-6.417799, 57.7293],[-6.417799, 57.729],[-6.418099, 57.7287]]],[[[-5.2272, 58.2583],[-5.227499, 58.2583],[-5.228199, 58.2584],[-5.228799, 58.2585],[-5.229599, 58.2588],[-5.229599, 58.2589],[-5.2294, 58.259],[-5.229199, 58.2591],[-5.228701, 58.2592],[-5.2285, 58.2593],[-5.22800, 58.2599],[-5.227799, 58.2599],[-5.2277, 58.2598],[-5.227499, 58.2596],[-5.227099, 58.2584],[-5.2272, 58.2583]]],[[[-5.883999, 56.918],[-5.884501, 56.918],[-5.884799000000002, 56.9181],[-5.88520, 56.9182],[-5.8853, 56.9186],[-5.885, 56.9191],[-5.884301, 56.9195],[-5.883399, 56.9193],[-5.883299, 56.9187],[-5.8836, 56.9184],[-5.883999, 56.918]]],[[[-5.287001, 58.0921],[-5.287199, 58.0921],[-5.287799, 58.0924],[-5.288199, 58.0927],[-5.288199, 58.0931],[-5.287899, 58.0933],[-5.287499, 58.0934],[-5.287199, 58.0934],[-5.2863, 58.0933],[-5.286099, 58.0932],[-5.286001, 58.0928],[-5.286001, 58.0926],[-5.286201, 58.0925],[-5.287001, 58.0921]]],[[[-5.824699, 57.4019],[-5.8252, 57.4019],[-5.825799, 57.402],[-5.8263, 57.4024],[-5.8263, 57.4031],[-5.8253, 57.4035],[-5.8249, 57.4034],[-5.8246, 57.4027],[-5.824699, 57.4019]]],[[[-5.4499, 58.0814],[-5.450099, 58.0813],[-5.4512, 58.0814],[-5.451401, 58.0815],[-5.451499, 58.0817],[-5.451401, 58.0819],[-5.451099, 58.0823],[-5.450699, 58.0825],[-5.450399, 58.0826],[-5.449699, 58.0826],[-5.449399, 58.0825],[-5.44930, 58.0824],[-5.44930, 58.0822],[-5.449699, 58.0816],[-5.4499, 58.0814]]],[[[-6.190499, 56.7491],[-6.192299, 56.749],[-6.192999, 56.7495],[-6.193099, 56.7502],[-6.191801, 56.7501],[-6.19070, 56.7495],[-6.190499, 56.7491]]],[[[-5.439301, 58.0207],[-5.439899, 58.0207],[-5.4403, 58.0209],[-5.4404, 58.021],[-5.4404, 58.0212],[-5.44, 58.022],[-5.439799, 58.0221],[-5.438799, 58.022],[-5.4386, 58.0219],[-5.4386, 58.0218],[-5.4386, 58.0215],[-5.4386, 58.0211],[-5.438701, 58.0209],[-5.4389, 58.0208],[-5.439301, 58.0207]]],[[[-5.136401, 58.4816],[-5.1367, 58.4815],[-5.137599, 58.4820],[-5.1378, 58.4824],[-5.1378, 58.4828],[-5.137599, 58.483],[-5.1371, 58.4832],[-5.136099, 58.4826],[-5.136001, 58.4822],[-5.136099, 58.4819],[-5.136401, 58.4816]]],[[[-5.184599, 58.3137],[-5.184899, 58.3137],[-5.1859, 58.3141],[-5.1861, 58.3142],[-5.186201, 58.3144],[-5.1859, 58.315],[-5.185599, 58.3152],[-5.1852, 58.3151],[-5.184199, 58.3145],[-5.184101, 58.3142],[-5.184101, 58.314],[-5.1843, 58.3138],[-5.184599, 58.3137]]],[[[-5.0639, 58.4002],[-5.064301, 58.4002],[-5.0647, 58.4003],[-5.0647, 58.4007],[-5.0644, 58.401],[-5.0639, 58.4012],[-5.063099, 58.4013],[-5.0622, 58.4013],[-5.062001, 58.4012],[-5.0619, 58.4011],[-5.0619, 58.4009],[-5.062099, 58.4008],[-5.063701, 58.4003],[-5.0639, 58.4002]]],[[[-5.72430, 57.7002],[-5.724899, 57.7002],[-5.724899, 57.7006],[-5.72430, 57.7012],[-5.7231, 57.7015],[-5.722499, 57.7014],[-5.722499, 57.701],[-5.723, 57.7006],[-5.72330, 57.7004],[-5.72430, 57.7002]]],[[[-5.8037, 56.8832],[-5.804699, 56.8828],[-5.80550, 56.8831],[-5.805699, 56.8836],[-5.805399, 56.8840],[-5.804399, 56.8842],[-5.804101, 56.8841],[-5.803599, 56.8837],[-5.8037, 56.8832]]],[[[-5.280399, 58.0879],[-5.280799, 58.0879],[-5.281401, 58.088],[-5.2817, 58.0881],[-5.281801, 58.0882],[-5.281801, 58.0884],[-5.2816, 58.0893],[-5.281499, 58.0894],[-5.281401, 58.0894],[-5.2807, 58.0892],[-5.280399, 58.089],[-5.2799, 58.0884],[-5.280099, 58.0881],[-5.2802, 58.088],[-5.280399, 58.0879]]],[[[-6.534699, 57.0508],[-6.5355, 57.0505],[-6.5364, 57.0507],[-6.536601, 57.0511],[-6.5359, 57.0517],[-6.534699, 57.0517],[-6.5342, 57.0513],[-6.534699, 57.0508]]],[[[-5.8206, 56.8811],[-5.821401, 56.8810],[-5.822001000000002, 56.8812],[-5.822001000000002, 56.8817],[-5.821401, 56.8819],[-5.8206, 56.8821],[-5.819799, 56.8820],[-5.81960, 56.8817],[-5.81960, 56.8815],[-5.81990, 56.8812],[-5.8206, 56.8811]]],[[[-5.8807, 56.7868],[-5.882299, 56.7865],[-5.8832, 56.7866],[-5.883399, 56.7868],[-5.883399, 56.787],[-5.882999, 56.7873],[-5.8816, 56.7874],[-5.881001, 56.7874],[-5.880599, 56.7873],[-5.880599, 56.787],[-5.8807, 56.7868]]],[[[-5.3922, 58.0103],[-5.392399, 58.0103],[-5.3926, 58.0104],[-5.39270, 58.0105],[-5.392799, 58.0107],[-5.392799, 58.0109],[-5.39270, 58.011],[-5.392499, 58.0112],[-5.392001, 58.0114],[-5.3902, 58.0113],[-5.3901, 58.0111],[-5.3901, 58.011],[-5.390299, 58.0109],[-5.39080, 58.0108],[-5.39180, 58.0104],[-5.3922, 58.0103]]],[[[-5.195099, 58.2520],[-5.195499, 58.2520],[-5.196001, 58.2521],[-5.1963, 58.2522],[-5.196499, 58.2524],[-5.1967, 58.2528],[-5.19660, 58.253],[-5.196401, 58.2531],[-5.1957, 58.2531],[-5.1945, 58.2528],[-5.194399, 58.2526],[-5.194399, 58.2524],[-5.1946, 58.2522],[-5.195099, 58.2520]]],[[[-5.6429, 57.3467],[-5.6434, 57.3465],[-5.643799, 57.3466],[-5.644501, 57.3467],[-5.6451, 57.347],[-5.64540, 57.3471],[-5.6451, 57.3474],[-5.6448, 57.3476],[-5.643701, 57.3475],[-5.643099, 57.3474],[-5.6427, 57.347],[-5.6429, 57.3467]]],[[[-5.90070, 56.9131],[-5.901899, 56.913],[-5.9022, 56.9132],[-5.902299, 56.9133],[-5.902299, 56.9137],[-5.901401, 56.9141],[-5.90070, 56.9141],[-5.900199, 56.9139],[-5.9001, 56.9138],[-5.9001, 56.9135],[-5.9003, 56.9133],[-5.90070, 56.9131]]],[[[-5.735799, 56.8492],[-5.73610, 56.8492],[-5.73700, 56.8494],[-5.7375, 56.8497],[-5.73740, 56.8499],[-5.73700, 56.85],[-5.7362, 56.8501],[-5.735199, 56.85],[-5.734799, 56.8498],[-5.7347, 56.8495],[-5.734799, 56.8493],[-5.735799, 56.8492]]],[[[-5.163799, 58.3070],[-5.164199, 58.3070],[-5.1647, 58.3072],[-5.1651, 58.3074],[-5.1654, 58.3075],[-5.1655, 58.3076],[-5.1655, 58.3078],[-5.1654, 58.308],[-5.1652, 58.3082],[-5.1643, 58.3082],[-5.1639, 58.3081],[-5.163599, 58.3079],[-5.1634, 58.3076],[-5.16350, 58.3072],[-5.163599, 58.3071],[-5.163799, 58.3070]]],[[[-5.242899, 58.2607],[-5.243501, 58.2607],[-5.2439, 58.2609],[-5.243999, 58.2612],[-5.243999, 58.2619],[-5.2438, 58.262],[-5.243501, 58.262],[-5.243, 58.262],[-5.2427, 58.2619],[-5.2424, 58.2616],[-5.2424, 58.2613],[-5.2424, 58.261],[-5.242499, 58.2608],[-5.242899, 58.2607]]],[[[-5.272399, 58.139],[-5.2732, 58.139],[-5.273701, 58.1392],[-5.274, 58.1394],[-5.2741, 58.1396],[-5.2741, 58.1397],[-5.274, 58.1398],[-5.2732, 58.1399],[-5.272099, 58.1399],[-5.272, 58.1399],[-5.2719, 58.1398],[-5.271801, 58.1396],[-5.271699, 58.1393],[-5.271699, 58.1391],[-5.2719, 58.139],[-5.272399, 58.139]]],[[[-6.309199, 57.1585],[-6.3097, 57.1582],[-6.311, 57.1584],[-6.31090, 57.1588],[-6.3101, 57.1592],[-6.308701, 57.1594],[-6.308701, 57.1587],[-6.309199, 57.1585]]],[[[-4.7546, 58.5996],[-4.755199, 58.5993],[-4.7561, 58.5995],[-4.756401, 58.5998],[-4.756299, 58.6003],[-4.755799, 58.6006],[-4.754799, 58.6005],[-4.7546, 58.5999],[-4.7546, 58.5996]]],[[[-6.616099, 57.0105],[-6.6167, 57.0105],[-6.6171, 57.0106],[-6.6171, 57.0110],[-6.61680, 57.0114],[-6.616401, 57.0116],[-6.616001000000002, 57.0117],[-6.6153, 57.0116],[-6.6152, 57.0114],[-6.6152, 57.0111],[-6.615499, 57.0107],[-6.616099, 57.0105]]],[[[-5.94200, 57.1562],[-5.942599, 57.1562],[-5.943299, 57.1563],[-5.943799, 57.1566],[-5.943901, 57.1569],[-5.943501, 57.1573],[-5.9424, 57.1571],[-5.9417, 57.1568],[-5.94160, 57.1567],[-5.94160, 57.1565],[-5.94200, 57.1562]]],[[[-5.82240, 56.8760],[-5.822999, 56.8759],[-5.82380, 56.8762],[-5.82380, 56.8768],[-5.823501, 56.8772],[-5.82240, 56.8771],[-5.822199, 56.8767],[-5.822199, 56.8764],[-5.822199, 56.8762],[-5.82240, 56.8760]]],[[[-5.1806, 58.2841],[-5.181001, 58.2840],[-5.1814, 58.2841],[-5.182001, 58.2845],[-5.182001, 58.2846],[-5.181601, 58.2852],[-5.1814, 58.2854],[-5.181099, 58.2854],[-5.180799, 58.2853],[-5.1805, 58.2851],[-5.180399, 58.285],[-5.1803, 58.2848],[-5.1803, 58.2845],[-5.180399, 58.2842],[-5.1806, 58.2841]]],[[[-6.0712, 56.6922],[-6.07160, 56.6915],[-6.07250, 56.692],[-6.0728, 56.6924],[-6.07240, 56.6931],[-6.071899, 56.6931],[-6.0712, 56.6927],[-6.0712, 56.6922]]],[[[-5.684899, 57.8681],[-5.6855, 57.8681],[-5.686299, 57.8682],[-5.687001, 57.8685],[-5.687099, 57.8688],[-5.6868, 57.8692],[-5.686201, 57.8691],[-5.6854, 57.8689],[-5.68480, 57.8685],[-5.68480, 57.8683],[-5.684899, 57.8681]]],[[[-5.984301, 57.5091],[-5.985199, 57.5091],[-5.986001, 57.5098],[-5.986001, 57.51],[-5.985199, 57.5102],[-5.984301, 57.5101],[-5.984, 57.5097],[-5.983901, 57.5094],[-5.9841, 57.5092],[-5.984301, 57.5091]]],[[[-5.90490, 56.8760],[-5.9056, 56.8760],[-5.9057, 56.8765],[-5.905499, 56.8771],[-5.90490, 56.8774],[-5.904399, 56.8774],[-5.9041, 56.8768],[-5.904399, 56.8763],[-5.90490, 56.8760]]],[[[-5.722001, 57.3102],[-5.722499, 57.31],[-5.72330, 57.3101],[-5.723599, 57.3108],[-5.723199, 57.3113],[-5.722799, 57.3113],[-5.722001, 57.3111],[-5.722001, 57.3106],[-5.722001, 57.3102]]],[[[-5.436601, 57.9635],[-5.437399, 57.9634],[-5.437699, 57.9637],[-5.437699, 57.9639],[-5.4375, 57.9644],[-5.437001, 57.9647],[-5.4365, 57.9647],[-5.436, 57.9645],[-5.4361, 57.9641],[-5.436201, 57.9637],[-5.436601, 57.9635]]],[[[-5.644101, 57.3486],[-5.6447, 57.3485],[-5.645299, 57.3488],[-5.6457, 57.3493],[-5.6457, 57.3495],[-5.64540, 57.3497],[-5.6448, 57.3497],[-5.6444, 57.3496],[-5.644101, 57.3495],[-5.643799, 57.3492],[-5.6439, 57.3488],[-5.644101, 57.3486]]],[[[-5.237599, 58.2588],[-5.2387, 58.2587],[-5.239501, 58.2588],[-5.2396, 58.2589],[-5.2396, 58.259],[-5.239301, 58.2593],[-5.2387, 58.2594],[-5.2381, 58.2595],[-5.2375, 58.2595],[-5.236899, 58.2594],[-5.236899, 58.2591],[-5.237199, 58.2589],[-5.237599, 58.2588]]],[[[-5.1181, 58.4082],[-5.1188, 58.4081],[-5.1189, 58.4082],[-5.1189, 58.4085],[-5.1188, 58.4089],[-5.118501, 58.4091],[-5.1181, 58.4093],[-5.117599, 58.4094],[-5.11730, 58.4094],[-5.117199, 58.4093],[-5.11730, 58.4086],[-5.1174, 58.4084],[-5.117599, 58.4083],[-5.1181, 58.4082]]],[[[-5.200099, 58.2541],[-5.200699, 58.2541],[-5.2013, 58.2542],[-5.201499, 58.2544],[-5.201401, 58.2548],[-5.2013, 58.2549],[-5.201001, 58.255],[-5.2002, 58.2549],[-5.1993, 58.2547],[-5.19920, 58.2546],[-5.19920, 58.2544],[-5.199399, 58.2542],[-5.1998, 58.2541],[-5.200099, 58.2541]]],[[[-6.42010, 57.7292],[-6.420599, 57.7291],[-6.42110, 57.7292],[-6.4215, 57.7294],[-6.42160, 57.7297],[-6.42160, 57.73],[-6.421401, 57.7302],[-6.420899, 57.7303],[-6.420499, 57.7303],[-6.42, 57.73],[-6.419899, 57.7296],[-6.42010, 57.7292]]],[[[-6.6045, 57.4572],[-6.60510, 57.4572],[-6.6054, 57.4573],[-6.605599, 57.4576],[-6.6057, 57.4579],[-6.6054, 57.4582],[-6.60470, 57.4583],[-6.603799000000002, 57.4578],[-6.603701, 57.4576],[-6.603701, 57.4574],[-6.6045, 57.4572]]],[[[-5.1578, 58.3917],[-5.159501, 58.3917],[-5.159699, 58.3918],[-5.159699, 58.392],[-5.159599, 58.3921],[-5.1592, 58.3923],[-5.158501, 58.3925],[-5.1578, 58.3924],[-5.157499, 58.3923],[-5.1571, 58.3919],[-5.1571, 58.3917],[-5.15740, 58.3917],[-5.1578, 58.3917]]],[[[-5.82800, 56.8741],[-5.828599, 56.8741],[-5.829, 56.8745],[-5.828501, 56.8751],[-5.8277, 56.8752],[-5.827199, 56.8751],[-5.827001, 56.8748],[-5.827199, 56.8745],[-5.8274, 56.8743],[-5.82800, 56.8741]]],[[[-5.638, 57.3673],[-5.638999, 57.3669],[-5.639599, 57.3671],[-5.639599, 57.3678],[-5.63920, 57.368],[-5.638199, 57.3681],[-5.6378, 57.3677],[-5.638, 57.3673]]],[[[-5.137199, 58.4363],[-5.138, 58.4361],[-5.1384, 58.4362],[-5.1387, 58.4363],[-5.1388, 58.4365],[-5.1387, 58.4367],[-5.138501, 58.4368],[-5.13810, 58.4369],[-5.1363, 58.4371],[-5.1362, 58.437],[-5.1362, 58.4369],[-5.1363, 58.4368],[-5.136899, 58.4364],[-5.137199, 58.4363]]],[[[-5.112, 58.4382],[-5.1127, 58.4382],[-5.112999, 58.4386],[-5.112999, 58.4389],[-5.112599, 58.4394],[-5.111801, 58.4394],[-5.111499, 58.439],[-5.111401, 58.4386],[-5.111499, 58.4384],[-5.112, 58.4382]]],[[[-5.1223, 58.4312],[-5.1226, 58.4311],[-5.123199, 58.4313],[-5.12340, 58.4315],[-5.1233, 58.4319],[-5.123199, 58.4321],[-5.123, 58.4322],[-5.121601, 58.4322],[-5.1215, 58.4320],[-5.1215, 58.4318],[-5.121601, 58.4317],[-5.122001, 58.4314],[-5.1223, 58.4312]]],[[[-5.79790, 57.6171],[-5.798399000000002, 57.6168],[-5.798999, 57.6171],[-5.798999, 57.6175],[-5.798999, 57.6178],[-5.798501, 57.6184],[-5.79780, 57.6181],[-5.797599, 57.6175],[-5.79790, 57.6171]]],[[[-4.640299, 58.5541],[-4.641201, 58.5541],[-4.641601, 58.5543],[-4.641699, 58.5545],[-4.64140, 58.5549],[-4.6406, 58.5552],[-4.63980, 58.555],[-4.63980, 58.5546],[-4.640299, 58.5541]]],[[[-5.0871, 58.4475],[-5.0879, 58.4474],[-5.0882, 58.4476],[-5.0883, 58.4477],[-5.0883, 58.4479],[-5.0882, 58.4481],[-5.087699, 58.4483],[-5.0866, 58.4484],[-5.086299, 58.4484],[-5.0861, 58.4482],[-5.086299, 58.4479],[-5.0866, 58.4477],[-5.0871, 58.4475]]],[[[-6.59110, 57.0387],[-6.5916, 57.0386],[-6.59200, 57.0389],[-6.59200, 57.0394],[-6.590799, 57.0398],[-6.59000, 57.0398],[-6.590099, 57.0394],[-6.59110, 57.0387]]],[[[-5.70690, 57.8731],[-5.7076, 57.8730],[-5.707799, 57.8732],[-5.708, 57.8739],[-5.7075, 57.8743],[-5.706601, 57.8741],[-5.70640, 57.8735],[-5.70650, 57.8733],[-5.70690, 57.8731]]],[[[-6.42110, 57.7397],[-6.421801, 57.7394],[-6.4222, 57.7395],[-6.4224, 57.7399],[-6.4224, 57.7403],[-6.4222, 57.7407],[-6.4215, 57.7408],[-6.42110, 57.7404],[-6.421, 57.7400],[-6.42110, 57.7397]]],[[[-5.8936, 56.8618],[-5.894101, 56.8618],[-5.8944, 56.862],[-5.89470, 56.8625],[-5.894501, 56.8631],[-5.894199, 56.8631],[-5.893799, 56.8631],[-5.8934, 56.8628],[-5.893199, 56.8624],[-5.8933, 56.862],[-5.8936, 56.8618]]],[[[-6.127999, 57.4856],[-6.1285, 57.4856],[-6.129, 57.4859],[-6.12920, 57.4863],[-6.12920, 57.4865],[-6.128901, 57.4867],[-6.1285, 57.4867],[-6.12790, 57.4865],[-6.127399, 57.4861],[-6.127399, 57.4859],[-6.1276, 57.4857],[-6.127699, 57.4856],[-6.127999, 57.4856]]],[[[-5.238599, 58.2571],[-5.238901, 58.2571],[-5.238901, 58.2574],[-5.2388, 58.2577],[-5.238599, 58.2578],[-5.238299, 58.2579],[-5.2378, 58.2579],[-5.2366, 58.2578],[-5.236499, 58.2577],[-5.2366, 58.2576],[-5.236801, 58.2575],[-5.2374, 58.2572],[-5.237599, 58.2571],[-5.238599, 58.2571]]],[[[-5.1279, 58.4882],[-5.1282, 58.4882],[-5.1286, 58.4883],[-5.1286, 58.4886],[-5.1283, 58.489],[-5.128099, 58.4892],[-5.127699, 58.4893],[-5.127299, 58.4894],[-5.1271, 58.4893],[-5.12690, 58.489],[-5.12690, 58.4887],[-5.1271, 58.4885],[-5.1279, 58.4882]]],[[[-5.77820, 57.0359],[-5.778399, 57.0357],[-5.779699, 57.0358],[-5.780099000000002, 57.036],[-5.7802, 57.0362],[-5.780099000000002, 57.0364],[-5.779301000000002, 57.0366],[-5.778501, 57.0366],[-5.778399, 57.0365],[-5.77820, 57.0362],[-5.77820, 57.0359]]],[[[-4.029301, 58.5924],[-4.030099, 58.5923],[-4.030399, 58.5924],[-4.030399, 58.5927],[-4.0303, 58.5929],[-4.030099, 58.5932],[-4.0296, 58.5934],[-4.0292, 58.5935],[-4.0288, 58.5933],[-4.0287, 58.593],[-4.028901, 58.5927],[-4.029301, 58.5924]]],[[[-4.7591, 58.5996],[-4.759399, 58.5996],[-4.7599, 58.5998],[-4.76, 58.6002],[-4.7596, 58.6007],[-4.7587, 58.6007],[-4.758399, 58.6005],[-4.758299, 58.6001],[-4.7591, 58.5996]]],[[[-5.888999, 56.8633],[-5.889599, 56.8633],[-5.8902, 56.8637],[-5.890299, 56.8641],[-5.889999000000002, 56.8643],[-5.889501, 56.8644],[-5.8888, 56.8642],[-5.888599, 56.8639],[-5.8887, 56.8635],[-5.888999, 56.8633]]],[[[-5.764699, 57.0476],[-5.7652, 57.0476],[-5.76560, 57.0478],[-5.765699, 57.048],[-5.765699, 57.0483],[-5.765399, 57.0486],[-5.764501, 57.0487],[-5.764101, 57.0486],[-5.764101, 57.0483],[-5.7642, 57.0481],[-5.764699, 57.0476]]],[[[-5.648901, 57.3487],[-5.64970, 57.3484],[-5.6504, 57.3485],[-5.6507, 57.3486],[-5.6508, 57.3489],[-5.6504, 57.3492],[-5.6496, 57.3493],[-5.64910, 57.3493],[-5.648799, 57.3491],[-5.648799, 57.349],[-5.648901, 57.3487]]],[[[-5.861001, 56.7799],[-5.86130, 56.7796],[-5.861801, 56.7798],[-5.862199, 56.7800],[-5.8624, 56.7804],[-5.862299, 56.7809],[-5.861801, 56.781],[-5.8612, 56.7806],[-5.861001, 56.7803],[-5.861001, 56.7799]]],[[[-4.146201, 58.5654],[-4.146299, 58.5652],[-4.1469, 58.5653],[-4.147399, 58.5655],[-4.1476, 58.5657],[-4.147699, 58.5662],[-4.147399, 58.5665],[-4.1469, 58.5665],[-4.146601, 58.5663],[-4.146201, 58.5654]]],[[[-4.666601, 58.5709],[-4.667, 58.5709],[-4.6672, 58.5711],[-4.667099, 58.5713],[-4.6669, 58.5715],[-4.666201, 58.5717],[-4.66580, 58.5717],[-4.665299, 58.5717],[-4.664899, 58.5717],[-4.664599, 58.5717],[-4.6648, 58.5714],[-4.665299, 58.5712],[-4.666, 58.5711],[-4.666601, 58.5709]]],[[[-6.3975, 57.219],[-6.398399, 57.2186],[-6.398799, 57.219],[-6.39860, 57.22],[-6.3975, 57.2197],[-6.3975, 57.219]]],[[[-5.799699, 57.6351],[-5.800499, 57.6351],[-5.801099, 57.6353],[-5.80120, 57.6355],[-5.8009, 57.6359],[-5.800099, 57.6360],[-5.799399000000002, 57.6357],[-5.799301, 57.6354],[-5.799699, 57.6351]]],[[[-5.041, 58.3765],[-5.041201, 58.3764],[-5.0422, 58.3766],[-5.042399, 58.3767],[-5.0426, 58.3768],[-5.0426, 58.3771],[-5.0423, 58.3773],[-5.0414, 58.3774],[-5.041201, 58.3773],[-5.041, 58.3772],[-5.0409, 58.377],[-5.0409, 58.3768],[-5.041, 58.3765]]],[[[-5.141001, 58.3242],[-5.141601, 58.3241],[-5.1419, 58.3242],[-5.142001, 58.3244],[-5.142001, 58.3247],[-5.1419, 58.3249],[-5.1418, 58.325],[-5.1409, 58.3252],[-5.140699, 58.3251],[-5.1405, 58.3249],[-5.1405, 58.3246],[-5.1406, 58.3244],[-5.141001, 58.3242]]],[[[-5.111899, 58.4053],[-5.112, 58.4053],[-5.112, 58.4055],[-5.112, 58.4056],[-5.111801, 58.4058],[-5.111499, 58.4059],[-5.1107, 58.4061],[-5.1103, 58.4062],[-5.1099, 58.4061],[-5.109799, 58.4060],[-5.109799, 58.4059],[-5.1099, 58.4058],[-5.110199, 58.4056],[-5.1104, 58.4055],[-5.111499, 58.4053],[-5.111899, 58.4053]]],[[[-5.695399, 57.8720],[-5.696001, 57.8720],[-5.6963, 57.8721],[-5.6967, 57.8725],[-5.6967, 57.8728],[-5.696401, 57.8731],[-5.6953, 57.8727],[-5.695099, 57.8723],[-5.695399, 57.8720]]],[[[-5.6633, 57.3454],[-5.6644, 57.3453],[-5.664599, 57.3457],[-5.6639, 57.3461],[-5.663099, 57.3463],[-5.662799, 57.3461],[-5.6627, 57.3459],[-5.6633, 57.3454]]],[[[-5.97590, 57.5834],[-5.976299000000002, 57.5832],[-5.9768, 57.5833],[-5.977399, 57.5836],[-5.9777, 57.5838],[-5.977799, 57.5841],[-5.977399, 57.5842],[-5.976699, 57.5841],[-5.97590, 57.5837],[-5.97590, 57.5834]]],[[[-5.648399, 57.3466],[-5.64910, 57.3464],[-5.64970, 57.3468],[-5.64970, 57.347],[-5.64970, 57.3472],[-5.64820, 57.3474],[-5.648099, 57.3471],[-5.648099, 57.3468],[-5.648399, 57.3466]]],[[[-6.219699, 56.8265],[-6.2202, 56.8265],[-6.220699, 56.8267],[-6.2206, 56.8272],[-6.219999, 56.8274],[-6.219301, 56.8274],[-6.2191, 56.8272],[-6.2192, 56.8268],[-6.219699, 56.8265]]],[[[-5.6381, 57.3714],[-5.6387, 57.3714],[-5.639101, 57.3718],[-5.638901000000002, 57.3723],[-5.63840, 57.3725],[-5.6378, 57.3723],[-5.6377, 57.3718],[-5.6381, 57.3714]]],[[[-4.026899, 58.5931],[-4.027699, 58.593],[-4.0281, 58.5933],[-4.0281, 58.5936],[-4.027699, 58.5939],[-4.026801, 58.5939],[-4.0266, 58.5934],[-4.026899, 58.5931]]],[[[-5.638901000000002, 57.3654],[-5.63940, 57.3654],[-5.639699, 57.3655],[-5.6399, 57.3658],[-5.6399, 57.366],[-5.639501, 57.3663],[-5.638599, 57.3661],[-5.63840, 57.3658],[-5.638501, 57.3655],[-5.638901000000002, 57.3654]]],[[[-5.4394, 57.9614],[-5.4395, 57.9614],[-5.439799, 57.9616],[-5.4396, 57.962],[-5.4386, 57.9624],[-5.438099, 57.9624],[-5.4382, 57.962],[-5.4385, 57.9617],[-5.4394, 57.9614]]],[[[-5.179999, 58.3465],[-5.180399, 58.3464],[-5.180799, 58.3466],[-5.18090, 58.3467],[-5.18090, 58.3469],[-5.180699, 58.3472],[-5.1803, 58.3473],[-5.1798, 58.3473],[-5.179501, 58.3471],[-5.179399, 58.3469],[-5.179399, 58.3468],[-5.179501, 58.3467],[-5.179999, 58.3465]]],[[[-5.75190, 56.7826],[-5.752299, 56.7826],[-5.75250, 56.7827],[-5.7526, 56.7828],[-5.7526, 56.7829],[-5.75250, 56.7831],[-5.752399, 56.7832],[-5.752, 56.7833],[-5.7514, 56.7833],[-5.7511, 56.7832],[-5.75100, 56.7831],[-5.750899, 56.7829],[-5.7511, 56.7827],[-5.75190, 56.7826]]],[[[-4.8453, 58.6058],[-4.8459, 58.6057],[-4.846401, 58.6059],[-4.846601, 58.6061],[-4.846601, 58.6064],[-4.845699, 58.6065],[-4.845099, 58.6063],[-4.845099, 58.6061],[-4.8453, 58.6058]]],[[[-5.6373, 57.3699],[-5.637899, 57.3699],[-5.6381, 57.3701],[-5.638199, 57.3703],[-5.6381, 57.3706],[-5.6377, 57.3707],[-5.637199, 57.3707],[-5.636899, 57.3705],[-5.6368, 57.3702],[-5.637001, 57.3700],[-5.6373, 57.3699]]],[[[-5.135799, 58.4405],[-5.136401, 58.4404],[-5.1367, 58.4405],[-5.1368, 58.4406],[-5.1368, 58.4407],[-5.1367, 58.4409],[-5.136499, 58.4411],[-5.13560, 58.4411],[-5.1352, 58.441],[-5.135099, 58.4409],[-5.135099, 58.4408],[-5.1352, 58.4407],[-5.135399, 58.4406],[-5.135799, 58.4405]]],[[[-5.090099, 58.3972],[-5.09030, 58.3971],[-5.090799, 58.3972],[-5.09120, 58.3973],[-5.0913, 58.3975],[-5.09120, 58.3977],[-5.0911, 58.3978],[-5.0904, 58.3979],[-5.090199, 58.3979],[-5.090099, 58.3978],[-5.0899, 58.3976],[-5.0899, 58.3974],[-5.090099, 58.3972]]],[[[-5.68820, 57.6951],[-5.688701, 57.6950],[-5.6889, 57.6952],[-5.68900, 57.6956],[-5.6889, 57.6959],[-5.6885, 57.696],[-5.688099, 57.6959],[-5.68800, 57.6955],[-5.68820, 57.6951]]]]}, properties:{name:"Highland"}}, {type:"Feature", geometry:{type:"MultiPolygon", coordinates:[[[[-4.764599, 55.8482],[-4.7668, 55.8498],[-4.7707, 55.8506],[-4.7787, 55.8552],[-4.7843, 55.8639],[-4.7918, 55.8675],[-4.7932, 55.8693],[-4.796801, 55.8688],[-4.8017, 55.8711],[-4.805099, 55.8816],[-4.805699, 55.8838],[-4.803999, 55.8864],[-4.801401, 55.888],[-4.8012, 55.8922],[-4.81580, 55.8886],[-4.8186, 55.8856],[-4.8221, 55.8861],[-4.825799, 55.8819],[-4.834799, 55.879],[-4.839301, 55.8756],[-4.843901, 55.8757],[-4.844501, 55.8766],[-4.8452, 55.8774],[-4.84630, 55.8779],[-4.8469, 55.878],[-4.848599, 55.8776],[-4.8518, 55.8768],[-4.859, 55.8765],[-4.8617, 55.8767],[-4.863501, 55.8769],[-4.866001, 55.8766],[-4.8678, 55.8764],[-4.8735, 55.8768],[-4.8785, 55.8776],[-4.8825, 55.8778],[-4.884799, 55.8778],[-4.8866, 55.8774],[-4.8887, 55.8762],[-4.888999, 55.8767],[-4.889599, 55.877],[-4.890299, 55.8772],[-4.890399, 55.8775],[-4.8884, 55.8793],[-4.888199, 55.8797],[-4.8881, 55.8802],[-4.888, 55.8813],[-4.888, 55.8819],[-4.8881, 55.8826],[-4.888199, 55.8829],[-4.888501, 55.8835],[-4.888901, 55.884],[-4.889599, 55.8844],[-4.8908, 55.8849],[-4.893701, 55.8859],[-4.897399, 55.8907],[-4.897799, 55.8911],[-4.8979, 55.8914],[-4.89760, 55.892],[-4.896699, 55.8932],[-4.895199, 55.8949],[-4.892099, 55.898],[-4.8908, 55.8988],[-4.887199, 55.9004],[-4.883999, 55.902],[-4.882599, 55.9033],[-4.8782, 55.9071],[-4.8772, 55.9078],[-4.8769, 55.9080],[-4.876299, 55.9082],[-4.875599, 55.9084],[-4.8735, 55.9089],[-4.8723, 55.9095],[-4.8709, 55.9103],[-4.87060, 55.9105],[-4.87060, 55.9109],[-4.871099, 55.9112],[-4.871601, 55.9115],[-4.8729, 55.9119],[-4.874199, 55.9121],[-4.8754, 55.9122],[-4.877299, 55.9121],[-4.8782, 55.9122],[-4.8786, 55.9126],[-4.8796, 55.9134],[-4.880599, 55.9147],[-4.880899, 55.9154],[-4.880799, 55.9163],[-4.8804, 55.9175],[-4.879799, 55.9183],[-4.879, 55.9189],[-4.876299, 55.9198],[-4.875299, 55.9202],[-4.8747, 55.9204],[-4.874501, 55.9206],[-4.8744, 55.9209],[-4.8743, 55.9214],[-4.874199, 55.9225],[-4.8743, 55.9236],[-4.8748, 55.9243],[-4.875199, 55.9251],[-4.8754, 55.9285],[-4.8755, 55.9302],[-4.875599, 55.9308],[-4.876299, 55.9315],[-4.8772, 55.9322],[-4.878799, 55.934],[-4.878901, 55.9346],[-4.879, 55.9352],[-4.879, 55.936],[-4.8786, 55.9377],[-4.8782, 55.9389],[-4.8779, 55.94],[-4.8771, 55.942],[-4.8765, 55.9432],[-4.8761, 55.9439],[-4.875299, 55.9446],[-4.874199, 55.9452],[-4.8736, 55.9455],[-4.871699, 55.9459],[-4.869501, 55.9465],[-4.861401, 55.9492],[-4.850699, 55.9526],[-4.840799, 55.9546],[-4.831201, 55.9568],[-4.8293, 55.9574],[-4.828501, 55.9577],[-4.827001, 55.9584],[-4.8238, 55.9601],[-4.820099, 55.9628],[-4.819301, 55.9631],[-4.818501, 55.9633],[-4.818099, 55.9634],[-4.8174, 55.9634],[-4.81670, 55.9634],[-4.81580, 55.9632],[-4.814899, 55.9628],[-4.8144, 55.9624],[-4.8139, 55.9615],[-4.8133, 55.9602],[-4.812699, 55.9597],[-4.8119, 55.9592],[-4.8109, 55.9589],[-4.80970, 55.9587],[-4.8084, 55.9586],[-4.803199, 55.9584],[-4.8024, 55.9583],[-4.801499, 55.9583],[-4.8009, 55.9583],[-4.800499, 55.9585],[-4.800399, 55.9588],[-4.8006, 55.9594],[-4.801401, 55.9606],[-4.801401, 55.9610],[-4.8013, 55.9613],[-4.8009, 55.9617],[-4.7991, 55.9626],[-4.796899, 55.9635],[-4.7936, 55.9642],[-4.7904, 55.9648],[-4.787099, 55.9643],[-4.781099, 55.9633],[-4.773399, 55.9616],[-4.770199, 55.9606],[-4.768099, 55.9598],[-4.766699, 55.959],[-4.765299, 55.9581],[-4.764699, 55.9580],[-4.7638, 55.9582],[-4.7628, 55.9578],[-4.760499, 55.9565],[-4.759799, 55.9561],[-4.759501, 55.9558],[-4.759501, 55.9556],[-4.7596, 55.9554],[-4.759501, 55.9552],[-4.7591, 55.9547],[-4.758299, 55.9541],[-4.7574, 55.9538],[-4.7571, 55.9539],[-4.7567, 55.9541],[-4.7566, 55.9544],[-4.756401, 55.9546],[-4.755899, 55.9545],[-4.755099, 55.9538],[-4.754799, 55.9533],[-4.7541, 55.9522],[-4.753399, 55.9517],[-4.7526, 55.9512],[-4.751801, 55.9508],[-4.748799, 55.9497],[-4.748, 55.9494],[-4.747799, 55.9493],[-4.7476, 55.9491],[-4.7477, 55.949],[-4.7485, 55.949],[-4.74860, 55.9489],[-4.74860, 55.9487],[-4.7483, 55.9485],[-4.747499, 55.948],[-4.7463, 55.9472],[-4.745699, 55.9468],[-4.7455, 55.9468],[-4.745399, 55.9469],[-4.745299, 55.9471],[-4.745399, 55.9476],[-4.745699, 55.948],[-4.745699, 55.9482],[-4.7455, 55.9482],[-4.7449, 55.9481],[-4.7443, 55.948],[-4.7438, 55.9478],[-4.743501, 55.9475],[-4.7434, 55.9473],[-4.7434, 55.947],[-4.744501, 55.9465],[-4.744599, 55.9462],[-4.744501, 55.946],[-4.743999, 55.9457],[-4.743701, 55.9457],[-4.743299, 55.9458],[-4.742899, 55.9461],[-4.7423, 55.9468],[-4.742199, 55.9469],[-4.7418, 55.947],[-4.741499, 55.9469],[-4.7413, 55.9467],[-4.7412, 55.9461],[-4.741001, 55.9459],[-4.740499, 55.9458],[-4.739399, 55.9463],[-4.738599, 55.9466],[-4.732, 55.9468],[-4.7297, 55.9475],[-4.726601, 55.9477],[-4.7234, 55.9476],[-4.713399, 55.9452],[-4.7126, 55.9448],[-4.7125, 55.9446],[-4.7126, 55.9445],[-4.7132, 55.9444],[-4.7141, 55.9444],[-4.715, 55.9445],[-4.723199, 55.9469],[-4.724, 55.947],[-4.72430, 55.9468],[-4.7244, 55.9465],[-4.7244, 55.9463],[-4.724199, 55.946],[-4.723199, 55.9455],[-4.7219, 55.9449],[-4.717199, 55.9432],[-4.713399, 55.9423],[-4.711699, 55.942],[-4.710599, 55.942],[-4.709199, 55.9423],[-4.7082, 55.9423],[-4.7072, 55.9423],[-4.7064, 55.9422],[-4.7052, 55.9419],[-4.704101, 55.9415],[-4.7038, 55.9411],[-4.7038, 55.9404],[-4.703701, 55.9401],[-4.70340, 55.9401],[-4.703, 55.9403],[-4.702199, 55.9407],[-4.7018, 55.9408],[-4.701001, 55.941],[-4.7005, 55.9409],[-4.69990, 55.9405],[-4.698999, 55.9402],[-4.697001, 55.9396],[-4.6956, 55.9389],[-4.6941, 55.9384],[-4.6928, 55.9381],[-4.690199, 55.9381],[-4.6882, 55.9382],[-4.6865, 55.9379],[-4.684501, 55.937],[-4.6835, 55.9365],[-4.6827, 55.9364],[-4.6813, 55.9368],[-4.6802, 55.9368],[-4.679101, 55.9363],[-4.6774, 55.9359],[-4.676099, 55.9355],[-4.6741, 55.9354],[-4.67280, 55.9352],[-4.671299, 55.9345],[-4.6689, 55.934],[-4.6634, 55.9335],[-4.6567, 55.9331],[-4.65100, 55.9331],[-4.6472, 55.9329],[-4.646699, 55.9325],[-4.6465, 55.9318],[-4.645899, 55.9316],[-4.644199, 55.9317],[-4.642499, 55.9322],[-4.639699, 55.9328],[-4.6328, 55.9336],[-4.629301, 55.9333],[-4.627999, 55.9333],[-4.6254, 55.9343],[-4.6248, 55.9344],[-4.62400, 55.9344],[-4.6226, 55.9342],[-4.6218, 55.9339],[-4.6193, 55.9328],[-4.617499, 55.9322],[-4.615799, 55.9319],[-4.619501, 55.9288],[-4.62150, 55.9223],[-4.6254, 55.9209],[-4.625899, 55.9188],[-4.626699, 55.9181],[-4.628099, 55.9172],[-4.6336, 55.9137],[-4.6336, 55.9083],[-4.630599, 55.9069],[-4.6223, 55.9076],[-4.6181, 55.9073],[-4.619999, 55.9062],[-4.614399, 55.8982],[-4.617099, 55.8956],[-4.6162, 55.8932],[-4.6168, 55.8916],[-4.619999, 55.8915],[-4.6222, 55.8885],[-4.6142, 55.8867],[-4.6134, 55.8848],[-4.60830, 55.8838],[-4.608099, 55.8811],[-4.602001, 55.879],[-4.6023, 55.8754],[-4.606201, 55.8741],[-4.6018, 55.8707],[-4.6137, 55.8693],[-4.614399, 55.8682],[-4.608799, 55.8659],[-4.602499, 55.8642],[-4.602099, 55.8626],[-4.61, 55.8633],[-4.626299, 55.861],[-4.6291, 55.8596],[-4.628901, 55.8564],[-4.6258, 55.8553],[-4.6258, 55.8487],[-4.6321, 55.8473],[-4.634501, 55.8395],[-4.641099, 55.8398],[-4.6455, 55.8386],[-4.6605, 55.8399],[-4.685599, 55.838],[-4.697001, 55.8404],[-4.704899, 55.8409],[-4.7083, 55.8419],[-4.7097, 55.8408],[-4.7126, 55.8414],[-4.7129, 55.8422],[-4.714301, 55.8424],[-4.712399, 55.8438],[-4.714301, 55.8444],[-4.71460, 55.8467],[-4.7187, 55.8467],[-4.725399, 55.8493],[-4.740099, 55.8530],[-4.742499, 55.8518],[-4.755899, 55.8479],[-4.7587, 55.8492],[-4.764599, 55.8482]]]]}, properties:{name:"Inverclyde"}}, {type:"Feature", geometry:{type:"MultiPolygon", coordinates:[[[[-3.346801, 55.8065],[-3.3473, 55.8082],[-3.348099, 55.8095],[-3.3495, 55.8107],[-3.351401, 55.8118],[-3.3529, 55.8124],[-3.354199, 55.8129],[-3.356601, 55.8142],[-3.3598, 55.8164],[-3.3618, 55.8188],[-3.364501, 55.8224],[-3.365799, 55.8238],[-3.3573, 55.8249],[-3.3526, 55.8245],[-3.3457, 55.8264],[-3.3437, 55.8294],[-3.2976, 55.8626],[-3.296, 55.8633],[-3.2938, 55.8633],[-3.2902, 55.8650],[-3.286, 55.8656],[-3.2778, 55.8707],[-3.275, 55.8756],[-3.2716, 55.8761],[-3.2599, 55.8685],[-3.2542, 55.8714],[-3.2499, 55.8753],[-3.2411, 55.8773],[-3.237299, 55.882],[-3.2274, 55.8831],[-3.2249, 55.8815],[-3.221, 55.8822],[-3.214799, 55.8803],[-3.2121, 55.8809],[-3.217, 55.8826],[-3.21970, 55.8851],[-3.2104, 55.8874],[-3.205899, 55.888],[-3.205499, 55.8923],[-3.194999, 55.8913],[-3.1673, 55.8868],[-3.15030, 55.8904],[-3.1417, 55.8912],[-3.131099, 55.8954],[-3.1224, 55.8973],[-3.1115, 55.8991],[-3.095799, 55.9001],[-3.1018, 55.904],[-3.108099, 55.9056],[-3.120899, 55.9150],[-3.119999, 55.9184],[-3.1142, 55.9285],[-3.111601, 55.9292],[-3.1026, 55.9305],[-3.094599, 55.9328],[-3.0908, 55.9316],[-3.0883, 55.9304],[-3.087899, 55.9304],[-3.087001, 55.9308],[-3.086299, 55.9308],[-3.086, 55.9305],[-3.084399, 55.9276],[-3.084, 55.9272],[-3.08340, 55.9269],[-3.08130, 55.9264],[-3.0806, 55.9261],[-3.080199, 55.9258],[-3.078599, 55.9202],[-3.078399, 55.9198],[-3.077699, 55.9195],[-3.0734, 55.9196],[-3.072299, 55.9196],[-3.0716, 55.9196],[-3.0617, 55.9165],[-3.0613, 55.9162],[-3.058501, 55.9115],[-3.058199, 55.9112],[-3.0576, 55.9110],[-3.046, 55.9109],[-3.045, 55.9108],[-3.0439, 55.9105],[-3.023299, 55.9039],[-3.02220, 55.9034],[-3.0192, 55.9015],[-3.018501, 55.9013],[-3.012199, 55.901],[-3.01160, 55.9012],[-3.0109, 55.9019],[-3.0086, 55.9075],[-3.00810, 55.9081],[-3.007299, 55.9086],[-2.9921, 55.9128],[-2.9725, 55.9125],[-2.965899, 55.9107],[-2.9702, 55.9023],[-2.959301, 55.8994],[-2.961601, 55.8977],[-2.96260, 55.895],[-2.95460, 55.8922],[-2.9543, 55.8904],[-2.951801, 55.8894],[-2.953, 55.8852],[-2.9533, 55.8789],[-2.945699, 55.8777],[-2.946001, 55.8751],[-2.9423, 55.8743],[-2.939301, 55.8698],[-2.9407, 55.8635],[-2.9328, 55.8598],[-2.9298, 55.8621],[-2.9252, 55.8615],[-2.924101, 55.8592],[-2.918999, 55.8564],[-2.9166, 55.8584],[-2.905699, 55.8604],[-2.898799, 55.8597],[-2.903901, 55.8581],[-2.90510, 55.8535],[-2.901201, 55.8518],[-2.9021, 55.8500],[-2.896001, 55.8474],[-2.8887, 55.8474],[-2.883701, 55.8429],[-2.8808, 55.8428],[-2.8787, 55.8435],[-2.8759, 55.8394],[-2.872699, 55.8406],[-2.868, 55.8397],[-2.867599, 55.8366],[-2.858799, 55.8343],[-2.8619, 55.8315],[-2.85840, 55.8295],[-2.854899, 55.8297],[-2.849699, 55.8242],[-2.846801, 55.8237],[-2.84480, 55.8196],[-2.8585, 55.8153],[-2.8617, 55.8139],[-2.8643, 55.8123],[-2.867599, 55.8102],[-2.8731, 55.8063],[-2.874799, 55.8049],[-2.8778, 55.8024],[-2.8787, 55.8014],[-2.8842, 55.7934],[-2.8884, 55.7898],[-2.890599, 55.7887],[-2.892999, 55.7875],[-2.899199, 55.7845],[-2.9019, 55.7831],[-2.9033, 55.7821],[-2.9043, 55.7808],[-2.904999, 55.7804],[-2.9063, 55.7804],[-2.908299, 55.7803],[-2.9108, 55.7806],[-2.913399, 55.7815],[-2.9143, 55.7822],[-2.91610, 55.7836],[-2.917399, 55.7839],[-2.9205, 55.7840],[-2.931401, 55.7828],[-2.9372, 55.7858],[-2.939301, 55.7876],[-2.9396, 55.7904],[-2.939399, 55.7972],[-2.9396, 55.8033],[-2.939699, 55.8059],[-2.9396, 55.8096],[-2.9398, 55.8103],[-2.9454, 55.8158],[-2.9472, 55.8175],[-2.9484, 55.8184],[-2.9489, 55.8187],[-2.9502, 55.8183],[-2.96470, 55.8113],[-2.964999, 55.8107],[-2.9653, 55.8096],[-2.9656, 55.8076],[-2.9658, 55.807],[-2.966201, 55.8064],[-2.96700, 55.8059],[-2.972899, 55.8048],[-2.9786, 55.8012],[-2.987299, 55.7964],[-2.994301, 55.7930],[-2.999399, 55.7906],[-3.0006, 55.7901],[-3.0065, 55.7890],[-3.00970, 55.7885],[-3.013, 55.7876],[-3.0148, 55.7872],[-3.0168, 55.7864],[-3.0207, 55.7842],[-3.02360, 55.7834],[-3.025399, 55.7832],[-3.027999, 55.7824],[-3.0308, 55.7805],[-3.036801, 55.7771],[-3.038199, 55.7767],[-3.04020, 55.7766],[-3.041201, 55.7763],[-3.042399, 55.7747],[-3.044399, 55.773],[-3.04590, 55.7722],[-3.047699, 55.7719],[-3.05060, 55.7716],[-3.05290, 55.771],[-3.054699, 55.7702],[-3.058701, 55.7682],[-3.059799, 55.7674],[-3.06040, 55.7656],[-3.06040, 55.7645],[-3.061001, 55.7642],[-3.062099, 55.7642],[-3.0639, 55.7646],[-3.0655, 55.7645],[-3.0711, 55.7618],[-3.074899, 55.7597],[-3.075599, 55.7592],[-3.076, 55.758],[-3.076601, 55.7576],[-3.077399, 55.7572],[-3.080199, 55.7561],[-3.0822, 55.7545],[-3.08340, 55.7534],[-3.084599, 55.7521],[-3.086801, 55.7507],[-3.089999, 55.7494],[-3.096, 55.7445],[-3.0984, 55.7422],[-3.101099, 55.7400],[-3.1018, 55.739],[-3.102, 55.7381],[-3.1018, 55.7364],[-3.1019, 55.7355],[-3.1024, 55.7340],[-3.1022, 55.7326],[-3.1016, 55.7312],[-3.1006, 55.7298],[-3.0995, 55.7290],[-3.093199, 55.7255],[-3.090699, 55.7231],[-3.0913, 55.7226],[-3.095799, 55.721],[-3.102799, 55.7189],[-3.11390, 55.7170],[-3.116899, 55.7161],[-3.118901, 55.7154],[-3.119999, 55.715],[-3.124501, 55.7117],[-3.125799, 55.7114],[-3.127399, 55.7112],[-3.130599, 55.7117],[-3.134, 55.7139],[-3.135099, 55.7148],[-3.1361, 55.7156],[-3.136801, 55.7168],[-3.136801, 55.7178],[-3.1359, 55.719],[-3.1354, 55.7201],[-3.1354, 55.7206],[-3.1366, 55.721],[-3.1429, 55.7237],[-3.1466, 55.7251],[-3.14820, 55.7258],[-3.1494, 55.7268],[-3.1496, 55.7274],[-3.1496, 55.7282],[-3.149301, 55.7294],[-3.14860, 55.7304],[-3.144799, 55.7342],[-3.1417, 55.7381],[-3.141601, 55.739],[-3.1417, 55.7399],[-3.1445, 55.7418],[-3.1508, 55.7442],[-3.1628, 55.7533],[-3.16, 55.7578],[-3.158, 55.7613],[-3.157599, 55.7636],[-3.159301, 55.7654],[-3.1654, 55.7696],[-3.1668, 55.7705],[-3.1684, 55.7713],[-3.171601, 55.7723],[-3.171801, 55.7725],[-3.171801, 55.7728],[-3.1652, 55.7778],[-3.1647, 55.7786],[-3.1643, 55.7792],[-3.16440, 55.7797],[-3.1652, 55.7801],[-3.174, 55.7809],[-3.17750, 55.7814],[-3.178299, 55.7815],[-3.1786, 55.7818],[-3.1785, 55.7822],[-3.175699, 55.7851],[-3.1758, 55.7855],[-3.1772, 55.7862],[-3.17870, 55.7868],[-3.183399, 55.7927],[-3.186001, 55.7963],[-3.1819, 55.8017],[-3.181801, 55.8022],[-3.182001, 55.8025],[-3.183701, 55.8028],[-3.1872, 55.8029],[-3.1924, 55.8026],[-3.19300, 55.8024],[-3.193901, 55.8018],[-3.2023, 55.7948],[-3.209899, 55.7902],[-3.210799, 55.7894],[-3.211499, 55.7882],[-3.2121, 55.7858],[-3.212199, 55.7853],[-3.2125, 55.7849],[-3.213, 55.7848],[-3.213599, 55.785],[-3.221, 55.7872],[-3.223, 55.7871],[-3.224699, 55.7869],[-3.22560, 55.7867],[-3.2297, 55.7836],[-3.234101, 55.7798],[-3.234699, 55.7798],[-3.2353, 55.7799],[-3.238199, 55.7806],[-3.240299, 55.7809],[-3.243799, 55.7812],[-3.247, 55.7814],[-3.251699, 55.7804],[-3.25680, 55.7782],[-3.258199, 55.7777],[-3.2599, 55.7772],[-3.260299, 55.7772],[-3.2607, 55.7773],[-3.262599, 55.7788],[-3.2632, 55.7789],[-3.263999, 55.7787],[-3.2686, 55.7771],[-3.2722, 55.7759],[-3.2823, 55.7788],[-3.2876, 55.7803],[-3.2893, 55.7810],[-3.289799, 55.7813],[-3.2901, 55.782],[-3.289999, 55.7829],[-3.289599, 55.7846],[-3.288199, 55.7914],[-3.288, 55.7929],[-3.2883, 55.7936],[-3.289799, 55.7951],[-3.291001, 55.7961],[-3.2916, 55.7964],[-3.292399, 55.7964],[-3.2946, 55.7950],[-3.2957, 55.7944],[-3.29740, 55.7939],[-3.299599, 55.7937],[-3.30160, 55.7941],[-3.3057, 55.7944],[-3.314501, 55.7959],[-3.328399, 55.7963],[-3.340699, 55.7937],[-3.3416, 55.7941],[-3.34200, 55.7947],[-3.344301, 55.8008],[-3.346801, 55.8065]]]]}, properties:{name:"Midlothian"}}, {type:"Feature", geometry:{type:"MultiPolygon", coordinates:[[[[-3.277699, 57.7213],[-3.2788, 57.7201],[-3.2781, 57.7194],[-3.2776, 57.7195],[-3.2753, 57.7192],[-3.272099, 57.7181],[-3.2671, 57.7153],[-3.255399, 57.7107],[-3.247299, 57.7082],[-3.235399, 57.7044],[-3.223701, 57.7011],[-3.203399, 57.6965],[-3.189501, 57.6935],[-3.1798, 57.6906],[-3.173599, 57.6896],[-3.153501, 57.6851],[-3.13430, 57.6814],[-3.12210, 57.6792],[-3.115499, 57.6784],[-3.1106, 57.678],[-3.106601, 57.6775],[-3.104599, 57.6777],[-3.102799, 57.6779],[-3.101099, 57.6778],[-3.099101, 57.6774],[-3.097199, 57.6770],[-3.0941, 57.6763],[-3.084899, 57.6745],[-3.0801, 57.6734],[-3.074399, 57.6723],[-3.0662, 57.6711],[-3.0608, 57.6703],[-3.0509, 57.6691],[-3.038399, 57.6666],[-3.033, 57.6656],[-3.0286, 57.665],[-3.026299, 57.6648],[-3.024301, 57.6647],[-3.022099, 57.6647],[-3.018399, 57.6648],[-3.015, 57.6647],[-3.011899, 57.6652],[-3.008501, 57.6662],[-3.00530, 57.6671],[-3.00320, 57.6677],[-2.9999, 57.6686],[-2.995399, 57.6707],[-2.9925, 57.6724],[-2.985399, 57.6743],[-2.980299, 57.6762],[-2.9765, 57.6771],[-2.974, 57.6777],[-2.970599, 57.6788],[-2.970099, 57.6792],[-2.96870, 57.6796],[-2.96700, 57.6795],[-2.963901, 57.6792],[-2.9598, 57.6797],[-2.951499, 57.6821],[-2.950799, 57.6823],[-2.95040, 57.6825],[-2.9502, 57.6829],[-2.95, 57.6836],[-2.9498, 57.6840],[-2.949199, 57.6844],[-2.948501, 57.6846],[-2.9479, 57.6847],[-2.94640, 57.6846],[-2.945499, 57.6845],[-2.943399, 57.6850],[-2.9417, 57.6855],[-2.9381, 57.6868],[-2.937599, 57.6869],[-2.935899, 57.6868],[-2.932699, 57.6872],[-2.9305, 57.6881],[-2.9285, 57.6894],[-2.9258, 57.6917],[-2.9256, 57.6922],[-2.925499, 57.6933],[-2.925299, 57.6943],[-2.9249, 57.6948],[-2.9244, 57.6953],[-2.919501, 57.6983],[-2.918299, 57.6985],[-2.917599, 57.6984],[-2.9172, 57.6979],[-2.9168, 57.6977],[-2.9143, 57.6978],[-2.913701, 57.698],[-2.912899, 57.6989],[-2.9126, 57.6991],[-2.911601, 57.6994],[-2.910399, 57.6995],[-2.90980, 57.6995],[-2.9082, 57.6994],[-2.905699, 57.6992],[-2.9049, 57.699],[-2.9042, 57.6988],[-2.902299, 57.6985],[-2.901299, 57.6984],[-2.9008, 57.6985],[-2.9005, 57.6988],[-2.900399, 57.6996],[-2.901201, 57.7008],[-2.901099, 57.701],[-2.900899, 57.7012],[-2.9003, 57.7015],[-2.898099, 57.7019],[-2.8963, 57.7021],[-2.8958, 57.7021],[-2.895499, 57.702],[-2.895099, 57.7016],[-2.89500, 57.7012],[-2.8943, 57.7008],[-2.8933, 57.7005],[-2.892699, 57.7004],[-2.892299, 57.7005],[-2.890399, 57.7009],[-2.88560, 57.7018],[-2.88330, 57.7023],[-2.8824, 57.7026],[-2.881601, 57.7033],[-2.880899, 57.7035],[-2.879301, 57.7033],[-2.8784, 57.7034],[-2.878099, 57.7035],[-2.8778, 57.7036],[-2.8773, 57.7047],[-2.876801, 57.7053],[-2.8761, 57.7058],[-2.8754, 57.706],[-2.874399, 57.7061],[-2.8733, 57.7057],[-2.872299, 57.7052],[-2.87150, 57.7044],[-2.87060, 57.7042],[-2.869301, 57.7043],[-2.86850, 57.7048],[-2.868, 57.705],[-2.8677, 57.7049],[-2.8675, 57.7046],[-2.867399, 57.7042],[-2.86730, 57.704],[-2.8662, 57.704],[-2.864501, 57.7045],[-2.862099, 57.7043],[-2.86050, 57.7043],[-2.859301, 57.7046],[-2.859101, 57.7048],[-2.858999, 57.705],[-2.8603, 57.7058],[-2.8603, 57.706],[-2.8592, 57.7065],[-2.8577, 57.7067],[-2.856899, 57.7073],[-2.8564, 57.7073],[-2.8562, 57.7069],[-2.8561, 57.7061],[-2.8557, 57.706],[-2.855, 57.706],[-2.854399, 57.7063],[-2.854, 57.7066],[-2.853199, 57.7068],[-2.8526, 57.7069],[-2.851401, 57.7069],[-2.849101, 57.7066],[-2.846699, 57.7065],[-2.845799, 57.7063],[-2.84480, 57.7059],[-2.844399, 57.7055],[-2.84410, 57.7051],[-2.84410, 57.7045],[-2.8447, 57.7039],[-2.84480, 57.7036],[-2.84480, 57.7028],[-2.844899, 57.7022],[-2.845099, 57.7017],[-2.845099, 57.7011],[-2.844399, 57.7000],[-2.8437, 57.6992],[-2.8433, 57.6988],[-2.84220, 57.6982],[-2.840699, 57.6974],[-2.8339, 57.6953],[-2.830199, 57.6944],[-2.828501, 57.6940],[-2.8278, 57.6937],[-2.827899, 57.6934],[-2.8293, 57.6924],[-2.8292, 57.6923],[-2.828599, 57.6922],[-2.827899, 57.6923],[-2.8273, 57.6925],[-2.826801, 57.6927],[-2.825599, 57.6932],[-2.82390, 57.6934],[-2.822799, 57.6936],[-2.8222, 57.6938],[-2.8216, 57.6942],[-2.820699, 57.6949],[-2.817699, 57.6950],[-2.816, 57.6953],[-2.813999, 57.6959],[-2.8125, 57.6963],[-2.8092, 57.6964],[-2.8071, 57.6967],[-2.806401, 57.6850],[-2.806601, 57.6833],[-2.808501, 57.6770],[-2.808399, 57.6759],[-2.8076, 57.6736],[-2.8048, 57.6689],[-2.7967, 57.6633],[-2.7802, 57.6565],[-2.774101, 57.6523],[-2.773901, 57.652],[-2.774199, 57.6514],[-2.808, 57.6209],[-2.812999, 57.6190],[-2.8182, 57.6105],[-2.8127, 57.6069],[-2.8093, 57.6037],[-2.78390, 57.598],[-2.777999, 57.5961],[-2.7544, 57.59],[-2.7514, 57.5891],[-2.7514, 57.5886],[-2.758199, 57.5826],[-2.758199, 57.5817],[-2.7568, 57.5782],[-2.7551, 57.5774],[-2.753299, 57.5771],[-2.7486, 57.5789],[-2.7476, 57.5792],[-2.744101, 57.579],[-2.7435, 57.5787],[-2.743599, 57.5780],[-2.7453, 57.5746],[-2.7467, 57.5717],[-2.747, 57.5709],[-2.7469, 57.5701],[-2.746401, 57.5686],[-2.746099, 57.5684],[-2.7449, 57.5676],[-2.7249, 57.5615],[-2.717799, 57.5569],[-2.7174, 57.5562],[-2.71680, 57.5533],[-2.7174, 57.5496],[-2.717299, 57.5487],[-2.7128, 57.5402],[-2.7097, 57.5332],[-2.7088, 57.5324],[-2.705899, 57.532],[-2.704799, 57.5322],[-2.702399, 57.5367],[-2.701699, 57.5376],[-2.699399, 57.5391],[-2.6984, 57.5396],[-2.689199, 57.5404],[-2.679501, 57.5398],[-2.666899, 57.5387],[-2.663, 57.5383],[-2.6582, 57.5373],[-2.654999, 57.5358],[-2.654599, 57.5349],[-2.6521, 57.5301],[-2.660199, 57.5265],[-2.671401, 57.5221],[-2.6845, 57.5209],[-2.691099, 57.5211],[-2.691601, 57.521],[-2.6917, 57.5208],[-2.688999, 57.5170],[-2.6884, 57.5145],[-2.6882, 57.5131],[-2.6882, 57.5117],[-2.6886, 57.5110],[-2.689301, 57.5098],[-2.69030, 57.5090],[-2.6919, 57.5083],[-2.693399, 57.5081],[-2.70250, 57.5086],[-2.710799, 57.51],[-2.7176, 57.5118],[-2.722199, 57.5136],[-2.744101, 57.5149],[-2.7512, 57.5175],[-2.761801, 57.5198],[-2.7609, 57.5217],[-2.7602, 57.5229],[-2.759799, 57.5238],[-2.7621, 57.5242],[-2.773299, 57.5203],[-2.7802, 57.5165],[-2.786201, 57.5153],[-2.790499, 57.5163],[-2.8018, 57.5231],[-2.809101, 57.5292],[-2.816, 57.53],[-2.8204, 57.5447],[-2.824301, 57.5457],[-2.8269, 57.5475],[-2.837199, 57.5473],[-2.868, 57.539],[-2.8829, 57.5419],[-2.886001, 57.5413],[-2.887599, 57.5365],[-2.886899, 57.5347],[-2.886899, 57.531],[-2.888799, 57.5298],[-2.9115, 57.5174],[-2.9202, 57.5145],[-2.9224, 57.5103],[-2.921601, 57.5088],[-2.924599, 57.5026],[-2.9251, 57.4980],[-2.9766, 57.4921],[-2.984101, 57.4876],[-2.9888, 57.4811],[-2.9928, 57.4796],[-2.994101, 57.4781],[-2.999599, 57.4728],[-3.002599, 57.4701],[-3.00320, 57.4675],[-3.004501, 57.4661],[-3.0046, 57.4589],[-3.0104, 57.4527],[-3.011001, 57.4496],[-3.018901, 57.4468],[-3.016299, 57.4436],[-3.013799, 57.4436],[-3.0134, 57.4417],[-3.0088, 57.4423],[-3.00550, 57.4384],[-2.98530, 57.4415],[-2.9844, 57.4397],[-2.9667, 57.4415],[-2.96470, 57.4389],[-2.979501, 57.4346],[-2.9899, 57.4328],[-2.9997, 57.4326],[-3.0174, 57.4226],[-3.0193, 57.4175],[-3.023799, 57.4142],[-3.0146, 57.4119],[-3.00340, 57.4121],[-2.998701, 57.4085],[-2.99350, 57.4077],[-2.989799, 57.4082],[-2.986201, 57.4057],[-2.986601, 57.403],[-2.983599, 57.3991],[-2.955499, 57.3868],[-2.961401, 57.3824],[-2.9742, 57.3773],[-2.9784, 57.3724],[-2.98300, 57.3714],[-2.9776, 57.3642],[-2.9712, 57.3621],[-2.969, 57.3594],[-2.96890, 57.3491],[-2.971801, 57.3471],[-2.9734, 57.336],[-2.96890, 57.3338],[-2.962001, 57.3269],[-2.967099, 57.3213],[-2.966001, 57.3206],[-2.96490, 57.3163],[-2.977999, 57.3067],[-2.9702, 57.2965],[-2.973599, 57.2926],[-2.980799, 57.2894],[-2.9827, 57.2852],[-2.9867, 57.2852],[-2.988701, 57.2817],[-3.02, 57.2739],[-3.0234, 57.2689],[-3.0314, 57.2700],[-3.03600, 57.2732],[-3.039799, 57.2796],[-3.0467, 57.2813],[-3.051001, 57.2855],[-3.05830, 57.2819],[-3.0596, 57.2825],[-3.067699, 57.2836],[-3.0683, 57.2866],[-3.0755, 57.2882],[-3.090899, 57.2878],[-3.0955, 57.2911],[-3.104399, 57.2885],[-3.107399, 57.285],[-3.114599, 57.2847],[-3.118999, 57.2874],[-3.12420, 57.2884],[-3.13, 57.2853],[-3.1315, 57.2825],[-3.139101, 57.284],[-3.144399, 57.2842],[-3.1459, 57.2783],[-3.150599, 57.2739],[-3.153501, 57.2730],[-3.1562, 57.269],[-3.1603, 57.2676],[-3.1752, 57.2683],[-3.1782, 57.2674],[-3.1885, 57.2596],[-3.192199, 57.2596],[-3.19580, 57.2614],[-3.1989, 57.2614],[-3.2104, 57.2557],[-3.222199, 57.2474],[-3.219599, 57.2436],[-3.225199, 57.2432],[-3.2349, 57.2336],[-3.2321, 57.2287],[-3.240499, 57.2266],[-3.243099, 57.2214],[-3.245699, 57.219],[-3.245199, 57.2169],[-3.2379, 57.2120],[-3.243, 57.208],[-3.2478, 57.2070],[-3.2576, 57.2069],[-3.263099, 57.2096],[-3.273299, 57.2071],[-3.2825, 57.1960],[-3.2855, 57.1986],[-3.2904, 57.1996],[-3.3182, 57.1977],[-3.327199, 57.1931],[-3.332299, 57.1934],[-3.3547, 57.1823],[-3.361401, 57.1769],[-3.355299, 57.1644],[-3.3476, 57.1631],[-3.3436, 57.161],[-3.3508, 57.1566],[-3.3526, 57.1538],[-3.3304, 57.1475],[-3.328399, 57.1450],[-3.331001, 57.1435],[-3.3208, 57.1405],[-3.3182, 57.1377],[-3.3217, 57.1296],[-3.3254, 57.1279],[-3.3275, 57.1227],[-3.3362, 57.1136],[-3.338901, 57.1127],[-3.343199, 57.1113],[-3.347199, 57.1098],[-3.3531, 57.1103],[-3.3634, 57.1042],[-3.362099, 57.103],[-3.368799, 57.0997],[-3.373399, 57.0993],[-3.378099, 57.0969],[-3.3815, 57.0965],[-3.3956, 57.1],[-3.4015, 57.0991],[-3.403199, 57.0976],[-3.4109, 57.0971],[-3.4145, 57.0989],[-3.418299, 57.1043],[-3.421601, 57.1046],[-3.4305, 57.1026],[-3.4331, 57.0999],[-3.442199, 57.0973],[-3.4423, 57.0945],[-3.447799, 57.0916],[-3.4553, 57.091],[-3.461401, 57.092],[-3.46680, 57.0908],[-3.474699, 57.0906],[-3.4776, 57.0934],[-3.4825, 57.0938],[-3.484699, 57.0905],[-3.489, 57.0876],[-3.502199, 57.0886],[-3.513299, 57.0872],[-3.518199, 57.0884],[-3.523999, 57.0886],[-3.5292, 57.0913],[-3.537699, 57.0923],[-3.5429, 57.0856],[-3.5552, 57.0834],[-3.561001, 57.0846],[-3.5618, 57.0877],[-3.55810, 57.0900],[-3.558, 57.0971],[-3.5606, 57.0975],[-3.564899, 57.0963],[-3.568799, 57.0967],[-3.58040, 57.0933],[-3.586, 57.0902],[-3.5883, 57.0857],[-3.5916, 57.0850],[-3.605099, 57.0870],[-3.610899, 57.0861],[-3.615799, 57.0874],[-3.61750, 57.0898],[-3.620399, 57.091],[-3.623701, 57.0888],[-3.628901, 57.0885],[-3.6317, 57.0863],[-3.6443, 57.0889],[-3.6466, 57.0845],[-3.65, 57.0836],[-3.6577, 57.0790],[-3.653399, 57.0759],[-3.656699, 57.0746],[-3.6594, 57.0700],[-3.669101, 57.0697],[-3.6719, 57.0709],[-3.668299, 57.0766],[-3.6763, 57.0785],[-3.6798, 57.0829],[-3.6761, 57.0855],[-3.685899, 57.0924],[-3.686201, 57.0933],[-3.680799, 57.0963],[-3.6751, 57.1028],[-3.673701, 57.1038],[-3.67, 57.1047],[-3.6631, 57.105],[-3.6584, 57.1062],[-3.656699, 57.1069],[-3.6558, 57.1077],[-3.6551, 57.1084],[-3.654599, 57.1091],[-3.654, 57.1105],[-3.6533, 57.1121],[-3.6533, 57.1138],[-3.653199, 57.1154],[-3.652699, 57.1163],[-3.652499, 57.1167],[-3.6507, 57.1168],[-3.648099, 57.1165],[-3.6462, 57.1164],[-3.6422, 57.1166],[-3.64000, 57.1162],[-3.635799, 57.1143],[-3.628599, 57.1115],[-3.6229, 57.1106],[-3.620699, 57.1109],[-3.618701, 57.1113],[-3.6152, 57.1126],[-3.611099, 57.1142],[-3.608701, 57.1154],[-3.6078, 57.1163],[-3.606801, 57.1181],[-3.6059, 57.1195],[-3.604399, 57.1202],[-3.60130, 57.1205],[-3.599999, 57.1209],[-3.599, 57.1213],[-3.5985, 57.1225],[-3.5982, 57.1254],[-3.597899, 57.1266],[-3.597399, 57.1275],[-3.5961, 57.1284],[-3.5938, 57.1296],[-3.5916, 57.1305],[-3.586699, 57.1309],[-3.5836, 57.1312],[-3.5822, 57.1316],[-3.58110, 57.1324],[-3.58040, 57.1339],[-3.58040, 57.1367],[-3.5799, 57.1369],[-3.57690, 57.1361],[-3.574399, 57.1360],[-3.57240, 57.1364],[-3.57010, 57.1374],[-3.569101, 57.1378],[-3.568501, 57.1380],[-3.564199, 57.1383],[-3.5601, 57.1397],[-3.5571, 57.1417],[-3.554501, 57.1442],[-3.55390, 57.1449],[-3.5537, 57.1457],[-3.55390, 57.1464],[-3.554101, 57.147],[-3.5555, 57.1481],[-3.555799, 57.1488],[-3.555399, 57.1495],[-3.5492, 57.1546],[-3.544501, 57.1585],[-3.5406, 57.1618],[-3.538901, 57.164],[-3.538399, 57.1657],[-3.537699, 57.1672],[-3.5369, 57.1678],[-3.534301, 57.169],[-3.531001, 57.1699],[-3.5281, 57.1694],[-3.5223, 57.1677],[-3.5178, 57.167],[-3.512399, 57.1772],[-3.486601, 57.1868],[-3.4644, 57.1874],[-3.4428, 57.1896],[-3.44, 57.1906],[-3.438299, 57.1914],[-3.4375, 57.1923],[-3.434999, 57.1945],[-3.4343, 57.1952],[-3.43420, 57.1957],[-3.4375, 57.1978],[-3.4381, 57.1987],[-3.437999, 57.1994],[-3.437599, 57.2002],[-3.437001, 57.2011],[-3.43610, 57.2019],[-3.433, 57.2042],[-3.4326, 57.2048],[-3.432699, 57.2052],[-3.4328, 57.2057],[-3.433901, 57.2065],[-3.4442, 57.2128],[-3.4446, 57.2135],[-3.4444, 57.2142],[-3.438299, 57.2176],[-3.431201, 57.2217],[-3.4303, 57.2222],[-3.4296, 57.2231],[-3.429199, 57.2237],[-3.429899, 57.2253],[-3.4305, 57.2263],[-3.431401, 57.2278],[-3.4345, 57.2307],[-3.436899, 57.2319],[-3.441099, 57.2317],[-3.4458, 57.2312],[-3.461499, 57.2388],[-3.4677, 57.2439],[-3.466001, 57.2485],[-3.454, 57.2588],[-3.4577, 57.2695],[-3.463799, 57.2764],[-3.4611, 57.2826],[-3.459, 57.286],[-3.4632, 57.2883],[-3.470299, 57.2946],[-3.488501, 57.2973],[-3.4909, 57.2982],[-3.491801, 57.2991],[-3.491801, 57.2994],[-3.4909, 57.3006],[-3.4902, 57.3018],[-3.490299, 57.3029],[-3.491499, 57.3051],[-3.4913, 57.306],[-3.484699, 57.3124],[-3.475899, 57.3203],[-3.473, 57.3220],[-3.470099, 57.3233],[-3.463701, 57.3254],[-3.4583, 57.3266],[-3.4547, 57.3264],[-3.451, 57.3279],[-3.446001, 57.3306],[-3.4449, 57.3332],[-3.44240, 57.3362],[-3.43540, 57.3411],[-3.434101, 57.3424],[-3.43210, 57.346],[-3.431201, 57.3482],[-3.4289, 57.3491],[-3.4259, 57.3498],[-3.4244, 57.3518],[-3.421299, 57.3557],[-3.4161, 57.3585],[-3.409699, 57.3616],[-3.4038, 57.3643],[-3.395299, 57.3695],[-3.390599, 57.3721],[-3.3901, 57.3727],[-3.39, 57.3737],[-3.389899, 57.3753],[-3.390199, 57.3761],[-3.391601, 57.3766],[-3.394399, 57.3777],[-3.3952, 57.3785],[-3.395499, 57.3826],[-3.3949, 57.3843],[-3.388799, 57.3867],[-3.384799, 57.3887],[-3.384799, 57.3900],[-3.388, 57.3916],[-3.3922, 57.3943],[-3.394, 57.3957],[-3.396001, 57.3977],[-3.397599, 57.4005],[-3.398999, 57.4068],[-3.399899, 57.41],[-3.4019, 57.4156],[-3.4022, 57.4164],[-3.403501, 57.4178],[-3.4062, 57.4198],[-3.409899, 57.4225],[-3.4128, 57.4234],[-3.415499, 57.4231],[-3.4245, 57.4208],[-3.425299, 57.4208],[-3.425699, 57.421],[-3.426201, 57.4215],[-3.4267, 57.4217],[-3.4274, 57.4219],[-3.429199, 57.4221],[-3.431801, 57.4226],[-3.4331, 57.4232],[-3.433901, 57.4241],[-3.4356, 57.4259],[-3.436899, 57.4266],[-3.438999, 57.4273],[-3.441601, 57.4275],[-3.4425, 57.4278],[-3.4428, 57.4283],[-3.449199, 57.4304],[-3.451401, 57.431],[-3.459399, 57.4326],[-3.4655, 57.4339],[-3.471, 57.4361],[-3.490099, 57.4488],[-3.49710, 57.4568],[-3.4999, 57.4583],[-3.502599, 57.4598],[-3.505, 57.4603],[-3.5097, 57.4593],[-3.5197, 57.4558],[-3.563299, 57.4485],[-3.6078, 57.4466],[-3.6129, 57.4394],[-3.6157, 57.4362],[-3.6173, 57.4355],[-3.62800, 57.4329],[-3.6333, 57.4317],[-3.64610, 57.4307],[-3.6526, 57.4305],[-3.6723, 57.4286],[-3.6754, 57.4281],[-3.6782, 57.428],[-3.679899, 57.4276],[-3.6942, 57.419],[-3.699301, 57.4175],[-3.70120, 57.4161],[-3.7045, 57.4133],[-3.713901, 57.4033],[-3.718199, 57.4014],[-3.72000, 57.4013],[-3.72120, 57.4017],[-3.7276, 57.4064],[-3.7288, 57.4076],[-3.7289, 57.4082],[-3.727799, 57.4135],[-3.726201, 57.4182],[-3.7246, 57.4191],[-3.7202, 57.4209],[-3.7161, 57.4223],[-3.714799, 57.4236],[-3.7142, 57.4269],[-3.7121, 57.4336],[-3.710299, 57.4371],[-3.7088, 57.4386],[-3.706899, 57.4393],[-3.703399, 57.4400],[-3.69960, 57.4410],[-3.69680, 57.4419],[-3.694, 57.4424],[-3.6923, 57.4427],[-3.6896, 57.4430],[-3.691099, 57.4482],[-3.691801, 57.4507],[-3.69260, 57.4543],[-3.691299, 57.4622],[-3.687799, 57.4746],[-3.6849, 57.4801],[-3.6823, 57.4851],[-3.681099, 57.4887],[-3.681299, 57.4904],[-3.683701, 57.4928],[-3.683701, 57.4938],[-3.683399, 57.4949],[-3.682899, 57.4966],[-3.683399, 57.4976],[-3.6847, 57.4989],[-3.693099, 57.5058],[-3.6988, 57.5095],[-3.701601, 57.5104],[-3.7025, 57.5109],[-3.7026, 57.5114],[-3.7023, 57.5118],[-3.701499, 57.5126],[-3.700799, 57.5133],[-3.6966, 57.5182],[-3.6953, 57.5209],[-3.6953, 57.5225],[-3.6963, 57.5243],[-3.6986, 57.5254],[-3.7025, 57.5272],[-3.704999, 57.5276],[-3.7086, 57.5279],[-3.7189, 57.5287],[-3.71910, 57.529],[-3.719, 57.5292],[-3.709899, 57.5341],[-3.70970, 57.5347],[-3.7098, 57.5357],[-3.710299, 57.5367],[-3.71510, 57.5481],[-3.7184, 57.5559],[-3.719, 57.5570],[-3.72210, 57.5586],[-3.723599, 57.5594],[-3.7249, 57.5603],[-3.7251, 57.5612],[-3.7249, 57.5617],[-3.7181, 57.5650],[-3.7205, 57.571],[-3.723599, 57.5794],[-3.7242, 57.58],[-3.7248, 57.5803],[-3.7289, 57.5817],[-3.74350, 57.5883],[-3.747499, 57.591],[-3.74790, 57.5917],[-3.747999, 57.5923],[-3.7467, 57.594],[-3.74650, 57.5953],[-3.746201, 57.6023],[-3.7469, 57.6073],[-3.76060, 57.6294],[-3.7581, 57.6297],[-3.7549, 57.6301],[-3.753099, 57.6302],[-3.749599, 57.6306],[-3.7474, 57.6309],[-3.741499, 57.6317],[-3.7399, 57.6324],[-3.732199, 57.6357],[-3.713599, 57.6421],[-3.7089, 57.6437],[-3.702899, 57.6454],[-3.702399, 57.6465],[-3.701601, 57.647],[-3.7007, 57.6475],[-3.698999, 57.6482],[-3.6986, 57.6486],[-3.6981, 57.6499],[-3.697599, 57.6524],[-3.6966, 57.6537],[-3.69560, 57.6542],[-3.693501, 57.6543],[-3.693099, 57.6546],[-3.6924, 57.6553],[-3.6917, 57.6561],[-3.689699, 57.657],[-3.687799, 57.6575],[-3.6874, 57.6579],[-3.6872, 57.6581],[-3.687299, 57.6583],[-3.688999, 57.6583],[-3.6896, 57.6584],[-3.691099, 57.6585],[-3.694101, 57.6576],[-3.6961, 57.6574],[-3.699301, 57.657],[-3.699899, 57.6571],[-3.699899, 57.6575],[-3.699501, 57.6579],[-3.683501, 57.6602],[-3.677299, 57.6611],[-3.669101, 57.6618],[-3.6619, 57.6619],[-3.651801, 57.6629],[-3.648299, 57.6635],[-3.6458, 57.6637],[-3.642499, 57.6639],[-3.6382, 57.6636],[-3.6352, 57.6634],[-3.633199, 57.6631],[-3.630899, 57.6625],[-3.6263, 57.6607],[-3.6243, 57.6602],[-3.622499, 57.6602],[-3.62190, 57.66],[-3.6218, 57.6597],[-3.6218, 57.6594],[-3.6222, 57.6589],[-3.622299, 57.6586],[-3.6221, 57.6576],[-3.620699, 57.6564],[-3.6182, 57.6552],[-3.6182, 57.6549],[-3.618701, 57.6545],[-3.619999, 57.6533],[-3.6203, 57.6527],[-3.620399, 57.6521],[-3.6201, 57.6518],[-3.61960, 57.6514],[-3.61940, 57.6511],[-3.619501, 57.6508],[-3.620699, 57.6506],[-3.622, 57.6496],[-3.622999, 57.649],[-3.623501, 57.6484],[-3.623701, 57.6477],[-3.62380, 57.6471],[-3.62380, 57.6464],[-3.623501, 57.6459],[-3.622999, 57.6455],[-3.622699, 57.6452],[-3.622699, 57.6448],[-3.6229, 57.6446],[-3.62400, 57.6443],[-3.6254, 57.6442],[-3.6261, 57.6442],[-3.63200, 57.6443],[-3.6342, 57.6443],[-3.636001, 57.6443],[-3.63790, 57.6441],[-3.639501, 57.6437],[-3.641099, 57.6433],[-3.6418, 57.6429],[-3.6422, 57.6419],[-3.6429, 57.6409],[-3.6443, 57.64],[-3.644599, 57.6397],[-3.6449, 57.6391],[-3.6458, 57.6385],[-3.6464, 57.6383],[-3.648299, 57.6385],[-3.648901, 57.6384],[-3.649101, 57.6382],[-3.648999, 57.638],[-3.6486, 57.6379],[-3.6479, 57.6379],[-3.647399, 57.6378],[-3.647001, 57.6375],[-3.6464, 57.6373],[-3.6458, 57.6376],[-3.645, 57.6381],[-3.643901, 57.6383],[-3.643199, 57.6382],[-3.642999, 57.6379],[-3.6417, 57.6386],[-3.641099, 57.6405],[-3.640599, 57.6409],[-3.639899, 57.6413],[-3.6386, 57.6414],[-3.635799, 57.6411],[-3.635499, 57.6408],[-3.635799, 57.6403],[-3.639899, 57.64],[-3.6401, 57.6396],[-3.639899, 57.6394],[-3.638299, 57.6392],[-3.6349, 57.6397],[-3.634399, 57.6397],[-3.6343, 57.6395],[-3.6347, 57.6391],[-3.6366, 57.6383],[-3.638799, 57.6379],[-3.639199, 57.6373],[-3.6384, 57.6368],[-3.636499, 57.6371],[-3.6361, 57.6369],[-3.635499, 57.6367],[-3.635099, 57.6369],[-3.634799, 57.6374],[-3.634, 57.638],[-3.631299, 57.6384],[-3.6298, 57.6381],[-3.629501, 57.6371],[-3.6292, 57.6365],[-3.628799, 57.6359],[-3.629101, 57.6356],[-3.6333, 57.6344],[-3.6347, 57.6336],[-3.6354, 57.6330],[-3.635499, 57.6327],[-3.635099, 57.6323],[-3.635, 57.6319],[-3.6352, 57.6315],[-3.6349, 57.6312],[-3.634399, 57.6313],[-3.6336, 57.6315],[-3.633501, 57.632],[-3.633701, 57.6327],[-3.633501, 57.6330],[-3.632999, 57.6331],[-3.6317, 57.6336],[-3.63, 57.6344],[-3.629301, 57.6344],[-3.629101, 57.6341],[-3.629101, 57.6332],[-3.628901, 57.6330],[-3.6284, 57.6330],[-3.62800, 57.6333],[-3.6271, 57.6345],[-3.62590, 57.6354],[-3.625299, 57.6359],[-3.6243, 57.6363],[-3.623199, 57.6369],[-3.622499, 57.637],[-3.622299, 57.6369],[-3.6222, 57.6360],[-3.6218, 57.6357],[-3.6208, 57.6357],[-3.618999, 57.6354],[-3.6178, 57.6357],[-3.616, 57.6356],[-3.6149, 57.6356],[-3.6142, 57.6354],[-3.6142, 57.6347],[-3.6139, 57.6346],[-3.612799, 57.6349],[-3.612099, 57.6351],[-3.611401, 57.6358],[-3.6103, 57.6357],[-3.609301, 57.6360],[-3.608901, 57.6361],[-3.6085, 57.6360],[-3.608299, 57.6356],[-3.607899, 57.635],[-3.6073, 57.6348],[-3.6064, 57.6347],[-3.605799, 57.6347],[-3.6052, 57.635],[-3.604599, 57.635],[-3.6038, 57.6346],[-3.6031, 57.6339],[-3.602299, 57.6336],[-3.60060, 57.6338],[-3.5999, 57.6338],[-3.599, 57.6334],[-3.598599, 57.6328],[-3.5985, 57.6324],[-3.598799, 57.6315],[-3.5999, 57.6300],[-3.6001, 57.6296],[-3.602499, 57.6293],[-3.604199, 57.6291],[-3.606, 57.6284],[-3.606601, 57.6278],[-3.606699, 57.6274],[-3.606499, 57.6271],[-3.606, 57.6270],[-3.605299, 57.6276],[-3.603701, 57.6283],[-3.6022, 57.6285],[-3.6003, 57.6285],[-3.598901, 57.6289],[-3.5982, 57.6297],[-3.597199, 57.6315],[-3.596499, 57.6333],[-3.595799, 57.6336],[-3.595099, 57.6335],[-3.594599, 57.6332],[-3.594199, 57.6328],[-3.5939, 57.6317],[-3.593501, 57.6313],[-3.593199, 57.6311],[-3.5924, 57.6311],[-3.590899, 57.6312],[-3.5904, 57.6311],[-3.589999, 57.6308],[-3.5897, 57.6308],[-3.589301, 57.6310],[-3.588701, 57.6315],[-3.5882, 57.6316],[-3.587399, 57.6314],[-3.5869, 57.6317],[-3.586401, 57.6323],[-3.585299, 57.6339],[-3.584899, 57.6343],[-3.584501, 57.6346],[-3.584, 57.6348],[-3.5826, 57.6349],[-3.581201, 57.635],[-3.5806, 57.6352],[-3.579999, 57.6356],[-3.5794, 57.6365],[-3.57920, 57.637],[-3.579999, 57.6377],[-3.5803, 57.6382],[-3.579799, 57.6393],[-3.579799, 57.6398],[-3.5801, 57.6402],[-3.5808, 57.6408],[-3.581201, 57.6414],[-3.581201, 57.6420],[-3.581201, 57.6428],[-3.5815, 57.6436],[-3.5818, 57.6443],[-3.5829, 57.6461],[-3.5837, 57.6468],[-3.5857, 57.6478],[-3.5875, 57.6489],[-3.5906, 57.6507],[-3.5919, 57.6512],[-3.594301, 57.6518],[-3.59500, 57.6518],[-3.596299, 57.6516],[-3.59730, 57.6514],[-3.598099, 57.6515],[-3.598799, 57.6518],[-3.599699, 57.6523],[-3.601401, 57.6538],[-3.602999, 57.6553],[-3.60550, 57.6567],[-3.607001, 57.6574],[-3.608799, 57.6587],[-3.609699, 57.6591],[-3.6103, 57.6592],[-3.6115, 57.6591],[-3.6119, 57.6593],[-3.612099, 57.6595],[-3.6122, 57.6601],[-3.6126, 57.6604],[-3.614, 57.6608],[-3.617199, 57.6621],[-3.61980, 57.6626],[-3.620899, 57.6625],[-3.62150, 57.6622],[-3.6218, 57.6621],[-3.6224, 57.6622],[-3.6226, 57.6624],[-3.6226, 57.6629],[-3.6221, 57.6633],[-3.62150, 57.6635],[-3.620699, 57.6637],[-3.615799, 57.6642],[-3.6115, 57.6645],[-3.606899, 57.6644],[-3.603199, 57.6639],[-3.5984, 57.6634],[-3.592299, 57.663],[-3.585599, 57.6624],[-3.5797, 57.6618],[-3.574899, 57.6616],[-3.571001, 57.6616],[-3.567699, 57.6616],[-3.5659, 57.6616],[-3.561899, 57.6615],[-3.5555, 57.6615],[-3.552001, 57.6617],[-3.546401, 57.6619],[-3.5429, 57.6621],[-3.5371, 57.6628],[-3.533, 57.6634],[-3.5281, 57.6642],[-3.5188, 57.6664],[-3.5134, 57.6682],[-3.5068, 57.6711],[-3.501899, 57.6740],[-3.499501, 57.6759],[-3.497, 57.6779],[-3.494101, 57.6807],[-3.491699, 57.6840],[-3.490099, 57.6872],[-3.489, 57.6897],[-3.487299, 57.6932],[-3.4865, 57.696],[-3.4865, 57.6972],[-3.486601, 57.6984],[-3.48680, 57.699],[-3.48720, 57.6995],[-3.4886, 57.7009],[-3.490099, 57.7014],[-3.4921, 57.7018],[-3.494301, 57.7017],[-3.495199, 57.7019],[-3.496099, 57.7023],[-3.4965, 57.7027],[-3.4967, 57.7032],[-3.4968, 57.7036],[-3.4967, 57.704],[-3.4958, 57.7045],[-3.4942, 57.7048],[-3.492001, 57.7046],[-3.4884, 57.704],[-3.486001, 57.7037],[-3.4844, 57.7034],[-3.482001, 57.7032],[-3.4789, 57.7034],[-3.470799, 57.7043],[-3.4677, 57.7044],[-3.459, 57.7044],[-3.45670, 57.7044],[-3.456001, 57.7046],[-3.455699, 57.7052],[-3.455499, 57.7053],[-3.45420, 57.7053],[-3.45230, 57.7056],[-3.447999, 57.7073],[-3.446001, 57.7077],[-3.443501, 57.7086],[-3.440799, 57.7096],[-3.4381, 57.7099],[-3.4365, 57.71],[-3.4358, 57.7102],[-3.4353, 57.7107],[-3.434799, 57.7116],[-3.4343, 57.7119],[-3.433701, 57.7119],[-3.43230, 57.7113],[-3.431, 57.711],[-3.43020, 57.7111],[-3.42790, 57.7116],[-3.4249, 57.712],[-3.4243, 57.7123],[-3.423701, 57.7131],[-3.4231, 57.7135],[-3.422499, 57.7138],[-3.421, 57.7136],[-3.4203, 57.7138],[-3.4186, 57.7147],[-3.417099, 57.7153],[-3.4166, 57.7154],[-3.4158, 57.7152],[-3.412699, 57.7144],[-3.410199, 57.714],[-3.4082, 57.7143],[-3.40580, 57.7151],[-3.40490, 57.7153],[-3.403701, 57.7155],[-3.399301, 57.7162],[-3.3975, 57.7166],[-3.3963, 57.7168],[-3.390899, 57.7166],[-3.390199, 57.7167],[-3.38870, 57.7172],[-3.387001, 57.718],[-3.3841, 57.7195],[-3.3822, 57.7201],[-3.3792, 57.7205],[-3.3754, 57.7208],[-3.3721, 57.7212],[-3.368999, 57.7216],[-3.366601, 57.7217],[-3.365299, 57.7218],[-3.362099, 57.7227],[-3.355599, 57.723],[-3.348099, 57.7244],[-3.344399, 57.7249],[-3.340199, 57.7253],[-3.3332, 57.7254],[-3.3283, 57.7254],[-3.326401, 57.7252],[-3.325, 57.725],[-3.3234, 57.7247],[-3.31990, 57.7237],[-3.316801, 57.7228],[-3.3146, 57.7222],[-3.309999, 57.7217],[-3.308199, 57.7215],[-3.3024, 57.7212],[-3.3009, 57.7214],[-3.2999, 57.7216],[-3.29950, 57.7218],[-3.2978, 57.7223],[-3.296299, 57.7226],[-3.295, 57.7228],[-3.2946, 57.7229],[-3.294199, 57.7233],[-3.293299, 57.7242],[-3.292099, 57.7251],[-3.29110, 57.7253],[-3.288, 57.7256],[-3.2855, 57.7258],[-3.282399, 57.7256],[-3.2808, 57.7254],[-3.2794, 57.7249],[-3.2792, 57.7245],[-3.278, 57.7243],[-3.2771, 57.7241],[-3.276801, 57.7239],[-3.2767, 57.723],[-3.2771, 57.7222],[-3.277699, 57.7213]]],[[[-3.7225, 57.6459],[-3.720299, 57.6453],[-3.72000, 57.6449],[-3.72000, 57.6446],[-3.7202, 57.6445],[-3.7205, 57.6445],[-3.721, 57.6446],[-3.72140, 57.6447],[-3.722001, 57.6448],[-3.7223, 57.6447],[-3.7226, 57.6445],[-3.723, 57.6441],[-3.72350, 57.644],[-3.723701, 57.6442],[-3.723701, 57.6445],[-3.72350, 57.645],[-3.72350, 57.6453],[-3.723799, 57.6454],[-3.7245, 57.6454],[-3.726001, 57.6451],[-3.7274, 57.6447],[-3.728501, 57.6445],[-3.730099, 57.6442],[-3.732599, 57.6431],[-3.7367, 57.6409],[-3.740099, 57.6393],[-3.741801, 57.6387],[-3.742399, 57.6385],[-3.743, 57.6383],[-3.7434, 57.6377],[-3.743799, 57.6374],[-3.744501, 57.6374],[-3.745399, 57.6377],[-3.745699, 57.6376],[-3.745699, 57.6371],[-3.7453, 57.6369],[-3.7446, 57.6367],[-3.744501, 57.6364],[-3.7446, 57.6362],[-3.7451, 57.6359],[-3.745699, 57.6359],[-3.74650, 57.6361],[-3.747, 57.6362],[-3.7474, 57.6360],[-3.7481, 57.6359],[-3.7488, 57.6361],[-3.749599, 57.6360],[-3.749799, 57.6359],[-3.7491, 57.6353],[-3.7489, 57.635],[-3.7492, 57.6349],[-3.7493, 57.6349],[-3.75, 57.6349],[-3.751499, 57.635],[-3.752001, 57.635],[-3.752399, 57.6347],[-3.7527, 57.6341],[-3.753299, 57.6338],[-3.7542, 57.6336],[-3.7546, 57.6334],[-3.754501, 57.6330],[-3.754301, 57.6326],[-3.7544, 57.6324],[-3.7548, 57.6323],[-3.755399, 57.6325],[-3.755899, 57.6327],[-3.7565, 57.6327],[-3.757499, 57.6319],[-3.7592, 57.6312],[-3.75990, 57.6309],[-3.760799, 57.6307],[-3.762001, 57.6303],[-3.764199, 57.6294],[-3.766099, 57.6293],[-3.76650, 57.6294],[-3.76650, 57.6296],[-3.766099, 57.6298],[-3.759399, 57.6321],[-3.7572, 57.6332],[-3.755199, 57.6343],[-3.7499, 57.6366],[-3.7453, 57.6387],[-3.7411, 57.6402],[-3.737499, 57.6419],[-3.7344, 57.6435],[-3.732001, 57.6446],[-3.729899, 57.6453],[-3.7249, 57.646],[-3.7225, 57.6459]]]]}, properties:{name:"Moray"}}, {type:"Feature", geometry:{type:"MultiPolygon", coordinates:[[[[-5.203501, 55.7041],[-5.19910, 55.7017],[-5.1963, 55.6996],[-5.1946, 55.6981],[-5.1925, 55.6959],[-5.191, 55.6949],[-5.187699, 55.6931],[-5.184101, 55.6912],[-5.178901, 55.689],[-5.1732, 55.6864],[-5.1691, 55.6844],[-5.16090, 55.6798],[-5.159699, 55.6782],[-5.1577, 55.6751],[-5.1566, 55.6733],[-5.1563, 55.6719],[-5.1549, 55.6711],[-5.15220, 55.6692],[-5.1512, 55.6679],[-5.1507, 55.6672],[-5.150599, 55.6667],[-5.151401, 55.6635],[-5.151401, 55.6619],[-5.1512, 55.6612],[-5.1508, 55.6607],[-5.147099, 55.6579],[-5.1455, 55.6558],[-5.1433, 55.6528],[-5.140699, 55.6507],[-5.1401, 55.6493],[-5.139699, 55.6478],[-5.1384, 55.6459],[-5.137199, 55.6446],[-5.137001, 55.6436],[-5.1367, 55.642],[-5.1363, 55.6401],[-5.1363, 55.6391],[-5.1367, 55.6374],[-5.1367, 55.6365],[-5.1359, 55.6339],[-5.1352, 55.633],[-5.135, 55.6314],[-5.1346, 55.6293],[-5.133999, 55.6269],[-5.1328, 55.6254],[-5.131899, 55.6248],[-5.1317, 55.6245],[-5.1317, 55.6242],[-5.13210, 55.6228],[-5.13210, 55.6219],[-5.131801, 55.6211],[-5.129399, 55.619],[-5.128701, 55.6177],[-5.128099, 55.6150],[-5.126699, 55.6129],[-5.1265, 55.6118],[-5.1265, 55.6113],[-5.126699, 55.611],[-5.1276, 55.6107],[-5.1279, 55.6103],[-5.12780, 55.6087],[-5.1282, 55.6079],[-5.129301, 55.6061],[-5.130499, 55.6041],[-5.130899, 55.6031],[-5.13200, 55.6022],[-5.1342, 55.6014],[-5.1363, 55.6003],[-5.1387, 55.5986],[-5.1406, 55.5981],[-5.1423, 55.5977],[-5.142799, 55.5973],[-5.143799, 55.5950],[-5.1447, 55.5942],[-5.14610, 55.5935],[-5.148099, 55.5931],[-5.1515, 55.5921],[-5.152599, 55.5914],[-5.1531, 55.5908],[-5.1531, 55.5902],[-5.153901, 55.5881],[-5.1537, 55.5863],[-5.153999, 55.5861],[-5.1541, 55.5858],[-5.1537, 55.5852],[-5.153999, 55.5844],[-5.154301, 55.584],[-5.1542, 55.5836],[-5.152999, 55.582],[-5.152699, 55.5816],[-5.151801, 55.5817],[-5.1516, 55.5818],[-5.1515, 55.5822],[-5.151801, 55.5836],[-5.1517, 55.584],[-5.151299, 55.5839],[-5.1508, 55.5832],[-5.15, 55.5814],[-5.147999, 55.5796],[-5.145, 55.5785],[-5.134399, 55.5773],[-5.1297, 55.5771],[-5.1235, 55.5764],[-5.117001, 55.5753],[-5.1113, 55.574],[-5.1071, 55.5728],[-5.105899, 55.572],[-5.1047, 55.571],[-5.103099, 55.5681],[-5.101699, 55.5664],[-5.099899, 55.5647],[-5.097099, 55.5627],[-5.0921, 55.5599],[-5.0887, 55.5575],[-5.084301, 55.5548],[-5.0818, 55.5533],[-5.081299, 55.5526],[-5.081299, 55.5521],[-5.081601, 55.5517],[-5.082399, 55.5516],[-5.085599, 55.5513],[-5.0907, 55.5507],[-5.093901, 55.5487],[-5.0968, 55.5465],[-5.099199, 55.5457],[-5.101601, 55.5449],[-5.103799, 55.5448],[-5.108799, 55.5437],[-5.1127, 55.5425],[-5.115099, 55.5420],[-5.117099, 55.5409],[-5.1194, 55.5389],[-5.122099, 55.5370],[-5.125599, 55.5346],[-5.1265, 55.5336],[-5.127, 55.5321],[-5.1272, 55.5299],[-5.1272, 55.5287],[-5.1271, 55.5273],[-5.1261, 55.5264],[-5.123701, 55.5248],[-5.1213, 55.5239],[-5.1168, 55.5228],[-5.1116, 55.5214],[-5.107, 55.5196],[-5.1029, 55.5174],[-5.099699, 55.5157],[-5.0913, 55.5125],[-5.09, 55.5123],[-5.0822, 55.5118],[-5.079501, 55.5115],[-5.0784, 55.5109],[-5.078, 55.51],[-5.078, 55.5094],[-5.0789, 55.5072],[-5.080599, 55.5056],[-5.084199, 55.5036],[-5.0886, 55.5018],[-5.090899, 55.5],[-5.091899, 55.4987],[-5.0921, 55.4978],[-5.0924, 55.4962],[-5.0934, 55.4936],[-5.093599, 55.4923],[-5.093299, 55.4912],[-5.093299, 55.4895],[-5.0934, 55.4878],[-5.093299, 55.4870],[-5.092199, 55.4856],[-5.09120, 55.4844],[-5.0911, 55.4834],[-5.090899, 55.4823],[-5.090099, 55.4816],[-5.0871, 55.4799],[-5.0866, 55.4794],[-5.086, 55.4783],[-5.085899, 55.4774],[-5.085199, 55.4746],[-5.0844, 55.4723],[-5.0826, 55.4699],[-5.080299, 55.4675],[-5.07810, 55.4659],[-5.077899, 55.4656],[-5.077899, 55.4652],[-5.078199, 55.4648],[-5.079101, 55.4646],[-5.0798, 55.464],[-5.0808, 55.4637],[-5.081201, 55.463],[-5.0811, 55.462],[-5.080599, 55.4615],[-5.0801, 55.4608],[-5.0801, 55.4603],[-5.0804, 55.4595],[-5.081201, 55.4582],[-5.081601, 55.4566],[-5.0819, 55.456],[-5.0826, 55.4549],[-5.0845, 55.454],[-5.087, 55.453],[-5.091401, 55.4517],[-5.0932, 55.4507],[-5.096001, 55.4491],[-5.097001, 55.448],[-5.09900, 55.4455],[-5.100299, 55.4446],[-5.1023, 55.4432],[-5.104199, 55.4424],[-5.1058, 55.4419],[-5.1085, 55.4415],[-5.1116, 55.4415],[-5.114399, 55.4416],[-5.118199, 55.4425],[-5.121099, 55.443],[-5.1233, 55.4431],[-5.127999, 55.4435],[-5.132199, 55.4444],[-5.1342, 55.4444],[-5.1374, 55.4441],[-5.141099, 55.4435],[-5.143799, 55.4434],[-5.1464, 55.4432],[-5.1497, 55.4431],[-5.1559, 55.4428],[-5.1593, 55.442],[-5.162499, 55.4403],[-5.164501, 55.4392],[-5.1703, 55.436],[-5.172599, 55.4356],[-5.178599, 55.4353],[-5.182099, 55.4353],[-5.189199, 55.4350],[-5.1953, 55.4345],[-5.198901, 55.4342],[-5.200799, 55.4343],[-5.2069, 55.4352],[-5.2121, 55.436],[-5.2196, 55.437],[-5.2217, 55.4374],[-5.229199, 55.4387],[-5.234, 55.439],[-5.2387, 55.4394],[-5.2438, 55.4397],[-5.247001, 55.4397],[-5.249199, 55.4401],[-5.250199, 55.4407],[-5.2521, 55.4424],[-5.2546, 55.4436],[-5.2571, 55.4448],[-5.258901, 55.446],[-5.2621, 55.4472],[-5.266601, 55.4482],[-5.27070, 55.4497],[-5.2736, 55.4505],[-5.278399, 55.4517],[-5.2813, 55.4527],[-5.2852, 55.4534],[-5.287399, 55.4541],[-5.289101, 55.4552],[-5.289999, 55.4571],[-5.2909, 55.4579],[-5.294799, 55.4589],[-5.2986, 55.4606],[-5.302599, 55.4623],[-5.3063, 55.4632],[-5.308701, 55.4643],[-5.3109, 55.4654],[-5.31350, 55.467],[-5.3153, 55.4686],[-5.321401, 55.4775],[-5.324399, 55.4832],[-5.324999, 55.4842],[-5.324999, 55.4856],[-5.324999, 55.4868],[-5.325099, 55.4878],[-5.32560, 55.4893],[-5.325699, 55.4906],[-5.3253, 55.4921],[-5.3246, 55.494],[-5.3246, 55.4949],[-5.3248, 55.4959],[-5.325799, 55.4978],[-5.326601, 55.4989],[-5.329999, 55.5011],[-5.333, 55.5028],[-5.336801, 55.5038],[-5.340099, 55.5052],[-5.3442, 55.5068],[-5.348199, 55.5072],[-5.351699, 55.5076],[-5.353701, 55.5081],[-5.354101, 55.5086],[-5.354, 55.509],[-5.3536, 55.5094],[-5.352099, 55.5106],[-5.3509, 55.5116],[-5.349599, 55.513],[-5.349199, 55.5136],[-5.349199, 55.5143],[-5.349199, 55.5151],[-5.349999, 55.5165],[-5.349999, 55.5173],[-5.349699, 55.518],[-5.349101, 55.5187],[-5.349, 55.5192],[-5.3489, 55.5201],[-5.349199, 55.5212],[-5.351299, 55.5249],[-5.3519, 55.5268],[-5.3519, 55.5291],[-5.3515, 55.5303],[-5.349999, 55.5332],[-5.345799, 55.5398],[-5.343299, 55.5424],[-5.340799, 55.5446],[-5.34040, 55.5453],[-5.340199, 55.5458],[-5.340199, 55.5465],[-5.3406, 55.5474],[-5.3416, 55.5492],[-5.3416, 55.5505],[-5.34210, 55.5520],[-5.34200, 55.5532],[-5.341801, 55.5563],[-5.34210, 55.558],[-5.344301, 55.5621],[-5.345099, 55.5643],[-5.345799, 55.5676],[-5.3459, 55.5698],[-5.346601, 55.5712],[-5.34810, 55.5727],[-5.352399, 55.5756],[-5.3544, 55.5777],[-5.3555, 55.579],[-5.3572, 55.5799],[-5.3585, 55.5805],[-5.360499, 55.5811],[-5.362599, 55.5821],[-5.3653, 55.5838],[-5.367099, 55.5853],[-5.369699, 55.5878],[-5.372499, 55.5904],[-5.374599, 55.5928],[-5.376699, 55.5958],[-5.37960, 55.5999],[-5.3817, 55.6023],[-5.385399, 55.6059],[-5.3884, 55.6086],[-5.3923, 55.6123],[-5.3936, 55.6141],[-5.394, 55.6165],[-5.39440, 55.6188],[-5.393099, 55.6231],[-5.39270, 55.6256],[-5.3926, 55.6288],[-5.392399, 55.6294],[-5.3915, 55.6307],[-5.3871, 55.6341],[-5.385499, 55.6357],[-5.3846, 55.6368],[-5.3828, 55.6399],[-5.381499, 55.6433],[-5.380799, 55.6477],[-5.3792, 55.6547],[-5.3791, 55.6560],[-5.377299, 55.6585],[-5.375299, 55.6625],[-5.37350, 55.6646],[-5.370399, 55.6684],[-5.3702, 55.6693],[-5.370399, 55.6703],[-5.3705, 55.6713],[-5.370299, 55.6719],[-5.369599, 55.6732],[-5.368199, 55.6742],[-5.3632, 55.6773],[-5.361499, 55.6788],[-5.3586, 55.6802],[-5.3548, 55.6819],[-5.350399, 55.6834],[-5.34560, 55.6852],[-5.3424, 55.6859],[-5.3358, 55.6874],[-5.329501, 55.6891],[-5.328, 55.6895],[-5.3274, 55.6895],[-5.3267, 55.6892],[-5.325699, 55.6894],[-5.3253, 55.6897],[-5.3253, 55.6903],[-5.325799, 55.6914],[-5.325699, 55.6923],[-5.3248, 55.693],[-5.324699, 55.6938],[-5.3249, 55.696],[-5.3248, 55.6968],[-5.32380, 55.6984],[-5.32210, 55.7007],[-5.320799, 55.7021],[-5.31960, 55.7032],[-5.3172, 55.705],[-5.31510, 55.7063],[-5.3118, 55.7069],[-5.30550, 55.7078],[-5.303299, 55.708],[-5.30120, 55.708],[-5.2995, 55.7079],[-5.298299, 55.7077],[-5.296899, 55.7073],[-5.293799, 55.7061],[-5.292799, 55.7059],[-5.291299, 55.7059],[-5.2902, 55.7058],[-5.2898, 55.7057],[-5.289599, 55.7055],[-5.2897, 55.7053],[-5.290699, 55.7052],[-5.2909, 55.7051],[-5.2909, 55.705],[-5.290299, 55.7047],[-5.289501, 55.7044],[-5.287499, 55.7036],[-5.2864, 55.7031],[-5.2852, 55.7029],[-5.284501, 55.7031],[-5.2842, 55.7033],[-5.283999, 55.7037],[-5.2834, 55.7041],[-5.282899, 55.7045],[-5.282899, 55.7049],[-5.283199, 55.7052],[-5.2838, 55.7059],[-5.284599, 55.7073],[-5.2851, 55.7077],[-5.2868, 55.7083],[-5.289999, 55.7091],[-5.2911, 55.7097],[-5.292399, 55.7113],[-5.293, 55.7122],[-5.293, 55.7126],[-5.292799, 55.7131],[-5.291699, 55.7143],[-5.290299, 55.7158],[-5.289599, 55.7170],[-5.288199, 55.718],[-5.2851, 55.7192],[-5.2806, 55.7200],[-5.275199, 55.7207],[-5.2697, 55.7211],[-5.2655, 55.7215],[-5.2618, 55.7217],[-5.259699, 55.7215],[-5.2553, 55.7207],[-5.25, 55.7186],[-5.24790, 55.7177],[-5.240799, 55.7155],[-5.236899, 55.7145],[-5.2322, 55.7129],[-5.228099, 55.7114],[-5.2243, 55.7108],[-5.222001, 55.7104],[-5.218999, 55.7098],[-5.2156, 55.7077],[-5.2116, 55.7061],[-5.2085, 55.7055],[-5.203501, 55.7041]]],[[[-4.803999, 55.8864],[-4.805699, 55.8838],[-4.805099, 55.8816],[-4.8017, 55.8711],[-4.796801, 55.8688],[-4.7932, 55.8693],[-4.7918, 55.8675],[-4.7843, 55.8639],[-4.7787, 55.8552],[-4.7707, 55.8506],[-4.7668, 55.8498],[-4.764599, 55.8482],[-4.773701, 55.8448],[-4.776299, 55.8452],[-4.7807, 55.8440],[-4.78520, 55.8446],[-4.789599, 55.8436],[-4.7909, 55.8389],[-4.787199, 55.8385],[-4.7673, 55.8325],[-4.762899, 55.8293],[-4.7489, 55.8267],[-4.746099, 55.8241],[-4.724101, 55.8211],[-4.7353, 55.8117],[-4.726099, 55.8056],[-4.720699, 55.8046],[-4.6945, 55.8045],[-4.691, 55.8032],[-4.687001, 55.7966],[-4.675499, 55.7864],[-4.6778, 55.7837],[-4.6809, 55.7824],[-4.682099, 55.7792],[-4.676099, 55.7783],[-4.6724, 55.7763],[-4.673299, 55.774],[-4.671, 55.7723],[-4.6721, 55.7715],[-4.669301, 55.7703],[-4.670499, 55.769],[-4.668701, 55.7678],[-4.6659, 55.7685],[-4.6601, 55.7654],[-4.6598, 55.7614],[-4.6593, 55.761],[-4.655, 55.7607],[-4.654699, 55.7608],[-4.653999, 55.7615],[-4.6422, 55.7757],[-4.638501, 55.7763],[-4.6368, 55.7744],[-4.6394, 55.7723],[-4.639501, 55.7689],[-4.6378, 55.7647],[-4.6229, 55.7646],[-4.6202, 55.7623],[-4.617199, 55.766],[-4.611401, 55.7675],[-4.611001, 55.7697],[-4.606699, 55.7706],[-4.604899, 55.7719],[-4.600699, 55.7708],[-4.5993, 55.7733],[-4.593299, 55.7756],[-4.589799, 55.7751],[-4.5878, 55.7739],[-4.580699, 55.7769],[-4.58140, 55.7775],[-4.5802, 55.7792],[-4.574999, 55.7824],[-4.5712, 55.7824],[-4.5699, 55.7808],[-4.567999, 55.7797],[-4.5661, 55.7786],[-4.564899, 55.7776],[-4.563701, 55.7764],[-4.5633, 55.7759],[-4.5626, 55.7748],[-4.562399, 55.7742],[-4.5623, 55.7729],[-4.5622, 55.7723],[-4.560299, 55.7698],[-4.5618, 55.7668],[-4.554101, 55.7668],[-4.546201, 55.7638],[-4.5444, 55.762],[-4.545499, 55.7603],[-4.545199, 55.7565],[-4.5429, 55.7559],[-4.544799, 55.7505],[-4.538099, 55.7495],[-4.5368, 55.7465],[-4.534101, 55.7447],[-4.5383, 55.7391],[-4.544199, 55.7379],[-4.5474, 55.7336],[-4.550099, 55.7329],[-4.5506, 55.7314],[-4.552999, 55.7307],[-4.5585, 55.7251],[-4.5653, 55.7244],[-4.5653, 55.7219],[-4.5695, 55.7176],[-4.582001, 55.7123],[-4.582699, 55.7117],[-4.584301, 55.7083],[-4.5833, 55.7071],[-4.583099, 55.705],[-4.594999, 55.6974],[-4.597001, 55.6948],[-4.595699, 55.6915],[-4.5976, 55.6908],[-4.599599, 55.6884],[-4.602499, 55.6872],[-4.603099, 55.6856],[-4.6097, 55.6845],[-4.612, 55.6835],[-4.6141, 55.6820],[-4.6168, 55.6753],[-4.627299, 55.6758],[-4.628099, 55.6742],[-4.6324, 55.6745],[-4.63370, 55.6723],[-4.637199, 55.6724],[-4.640299, 55.6721],[-4.6435, 55.6725],[-4.643701, 55.6685],[-4.637499, 55.6670],[-4.632, 55.6677],[-4.625899, 55.6665],[-4.627699, 55.6615],[-4.6198, 55.6625],[-4.6134, 55.6597],[-4.6134, 55.6582],[-4.608799, 55.6578],[-4.6008, 55.6549],[-4.605899, 55.647],[-4.5973, 55.6436],[-4.593999, 55.6455],[-4.5903, 55.6448],[-4.58750, 55.6464],[-4.5851, 55.6457],[-4.58140, 55.6474],[-4.5781, 55.6476],[-4.5774, 55.6515],[-4.5756, 55.6545],[-4.5699, 55.6552],[-4.569301, 55.6568],[-4.566299, 55.6576],[-4.5665, 55.66],[-4.562399, 55.6605],[-4.560699, 55.6617],[-4.559199, 55.6629],[-4.5527, 55.6634],[-4.5516, 55.6652],[-4.549699, 55.666],[-4.5393, 55.6659],[-4.537001, 55.6635],[-4.5337, 55.6625],[-4.533999, 55.6608],[-4.532899, 55.6590],[-4.5244, 55.6585],[-4.512001, 55.6607],[-4.5092, 55.6634],[-4.5054, 55.6649],[-4.5015, 55.6652],[-4.4968, 55.6642],[-4.497499, 55.6603],[-4.500899, 55.6564],[-4.507, 55.6558],[-4.5148, 55.6560],[-4.5179, 55.6536],[-4.5207, 55.6533],[-4.5232, 55.6525],[-4.526801, 55.6522],[-4.528299, 55.651],[-4.5338, 55.6501],[-4.539101, 55.6472],[-4.552899, 55.6453],[-4.555799, 55.6472],[-4.560299, 55.6465],[-4.561601, 55.6411],[-4.563399, 55.6399],[-4.56660, 55.6334],[-4.571001, 55.6331],[-4.5725, 55.6317],[-4.5716, 55.6304],[-4.564101, 55.6274],[-4.563399, 55.6251],[-4.566201, 55.6227],[-4.572001, 55.6217],[-4.579101, 55.6235],[-4.585899, 55.6192],[-4.5921, 55.6174],[-4.591401, 55.6138],[-4.589399, 55.6139],[-4.587399, 55.6127],[-4.5896, 55.6109],[-4.591499, 55.6079],[-4.592, 55.6037],[-4.589799, 55.6019],[-4.5861, 55.6018],[-4.5815, 55.6021],[-4.576001, 55.6019],[-4.571801, 55.6006],[-4.576001, 55.5993],[-4.5774, 55.5985],[-4.58140, 55.5984],[-4.5955, 55.5973],[-4.608799, 55.5935],[-4.6451, 55.5667],[-4.6472, 55.5628],[-4.652699, 55.5628],[-4.654699, 55.5699],[-4.656001, 55.5713],[-4.6578, 55.5704],[-4.658, 55.5722],[-4.6605, 55.5767],[-4.663799, 55.5817],[-4.6682, 55.5868],[-4.671, 55.5895],[-4.676001, 55.5944],[-4.6839, 55.5999],[-4.6882, 55.6026],[-4.693999, 55.6051],[-4.693999, 55.6056],[-4.693799, 55.6064],[-4.69, 55.6087],[-4.683, 55.6091],[-4.680699, 55.6101],[-4.679101, 55.6116],[-4.679101, 55.6123],[-4.679999, 55.6146],[-4.681499, 55.6175],[-4.6834, 55.6178],[-4.6838, 55.6184],[-4.6838, 55.6194],[-4.6831, 55.6213],[-4.6814, 55.6231],[-4.6813, 55.6233],[-4.6814, 55.6237],[-4.681601, 55.6239],[-4.682001, 55.6239],[-4.682799, 55.6231],[-4.684599, 55.6207],[-4.684999, 55.6195],[-4.684999, 55.6180],[-4.6834, 55.6159],[-4.6809, 55.6130],[-4.6803, 55.6121],[-4.6803, 55.6114],[-4.681001, 55.6114],[-4.682001, 55.6113],[-4.682899, 55.6126],[-4.683701, 55.6126],[-4.684, 55.6123],[-4.6838, 55.6113],[-4.682899, 55.6104],[-4.682899, 55.6102],[-4.6831, 55.6100],[-4.683701, 55.6100],[-4.684501, 55.6105],[-4.6855, 55.6105],[-4.6858, 55.6108],[-4.685299, 55.6124],[-4.6854, 55.6128],[-4.6873, 55.6143],[-4.687399, 55.6152],[-4.6869, 55.6155],[-4.686699, 55.6157],[-4.686601, 55.6161],[-4.686601, 55.6162],[-4.6868, 55.6164],[-4.688399, 55.6167],[-4.6895, 55.617],[-4.690599, 55.6175],[-4.69370, 55.6191],[-4.6993, 55.6207],[-4.700799, 55.622],[-4.7044, 55.6273],[-4.7076, 55.6307],[-4.71, 55.6331],[-4.7119, 55.6353],[-4.7122, 55.6364],[-4.711699, 55.6373],[-4.710299, 55.6385],[-4.709199, 55.6388],[-4.703599, 55.6393],[-4.700799, 55.6398],[-4.700399, 55.6401],[-4.700099, 55.6405],[-4.7002, 55.6406],[-4.7018, 55.6404],[-4.704501, 55.6401],[-4.710199, 55.6399],[-4.711401, 55.6395],[-4.712399, 55.6389],[-4.713399, 55.6376],[-4.714, 55.636],[-4.7141, 55.6351],[-4.7133, 55.6343],[-4.7119, 55.6331],[-4.710899, 55.6315],[-4.710899, 55.6305],[-4.710599, 55.6299],[-4.710599, 55.6295],[-4.710599, 55.629],[-4.711201, 55.6285],[-4.711201, 55.6279],[-4.710299, 55.6273],[-4.706299, 55.6251],[-4.7052, 55.6226],[-4.704, 55.6206],[-4.7002, 55.6182],[-4.696499, 55.6149],[-4.6941, 55.6129],[-4.691401, 55.6113],[-4.691, 55.6103],[-4.691, 55.6099],[-4.6916, 55.6095],[-4.693901, 55.6076],[-4.695899, 55.6076],[-4.7006, 55.6089],[-4.705599, 55.6112],[-4.7119, 55.6142],[-4.7269, 55.6201],[-4.732399, 55.6221],[-4.7371, 55.6236],[-4.739799, 55.6242],[-4.7412, 55.6247],[-4.743199, 55.6253],[-4.744101, 55.6255],[-4.744999, 55.6255],[-4.745399, 55.6254],[-4.7458, 55.6251],[-4.7469, 55.624],[-4.7473, 55.6238],[-4.747799, 55.6238],[-4.748199, 55.6239],[-4.7483, 55.624],[-4.7484, 55.6244],[-4.7483, 55.6252],[-4.7477, 55.628],[-4.7477, 55.6285],[-4.747799, 55.6288],[-4.7484, 55.6292],[-4.7493, 55.6296],[-4.7504, 55.6299],[-4.751201, 55.63],[-4.7525, 55.6302],[-4.753701, 55.6302],[-4.754301, 55.63],[-4.7549, 55.6299],[-4.75570, 55.6299],[-4.757699, 55.6303],[-4.7591, 55.6305],[-4.7648, 55.6317],[-4.772799, 55.6329],[-4.77660, 55.6333],[-4.7806, 55.6334],[-4.781801, 55.6332],[-4.784599, 55.6316],[-4.786601, 55.6302],[-4.787099, 55.63],[-4.787799, 55.6299],[-4.788099, 55.6301],[-4.788199, 55.6304],[-4.787899, 55.6307],[-4.7865, 55.6315],[-4.7864, 55.6316],[-4.7865, 55.6318],[-4.787399, 55.6321],[-4.7884, 55.6322],[-4.7894, 55.6322],[-4.789999, 55.6321],[-4.7915, 55.6315],[-4.792399, 55.6312],[-4.7932, 55.6311],[-4.79390, 55.631],[-4.7945, 55.6312],[-4.794799, 55.6315],[-4.794899, 55.6317],[-4.794799, 55.6323],[-4.794, 55.6339],[-4.79390, 55.6346],[-4.79390, 55.6351],[-4.7941, 55.6357],[-4.794301, 55.6362],[-4.7947, 55.6367],[-4.7954, 55.6376],[-4.796299, 55.6385],[-4.7971, 55.639],[-4.797999, 55.6393],[-4.801801, 55.6399],[-4.804399, 55.6401],[-4.805699, 55.6402],[-4.807001, 55.6401],[-4.8081, 55.6399],[-4.8108, 55.6388],[-4.8119, 55.6386],[-4.813099, 55.638],[-4.815, 55.6371],[-4.815499, 55.637],[-4.816299, 55.637],[-4.8174, 55.637],[-4.8187, 55.6372],[-4.8196, 55.6375],[-4.8224, 55.6394],[-4.82280, 55.6406],[-4.8227, 55.6409],[-4.8224, 55.6414],[-4.8216, 55.6417],[-4.818799, 55.6415],[-4.818099, 55.6411],[-4.817599, 55.6407],[-4.8171, 55.6406],[-4.8165, 55.6408],[-4.816201, 55.641],[-4.816, 55.6413],[-4.816, 55.6416],[-4.8161, 55.6418],[-4.817, 55.6422],[-4.8179, 55.6427],[-4.817999, 55.6431],[-4.817999, 55.6434],[-4.817699, 55.6437],[-4.8178, 55.6439],[-4.8186, 55.6442],[-4.818799, 55.6444],[-4.818901, 55.6447],[-4.8186, 55.6452],[-4.818501, 55.6454],[-4.818099, 55.6457],[-4.8154, 55.6469],[-4.8146, 55.6477],[-4.8144, 55.6481],[-4.814301, 55.6485],[-4.8144, 55.6489],[-4.815199, 55.6498],[-4.816299, 55.6507],[-4.816899, 55.6511],[-4.8179, 55.6516],[-4.819699, 55.6523],[-4.8213, 55.6529],[-4.8221, 55.6534],[-4.822999, 55.6542],[-4.824999, 55.6558],[-4.8298, 55.6599],[-4.834199, 55.6631],[-4.8375, 55.6654],[-4.8386, 55.6663],[-4.8399, 55.6678],[-4.840499, 55.6684],[-4.841499, 55.669],[-4.844301, 55.6700],[-4.844999, 55.6703],[-4.8453, 55.6704],[-4.846099, 55.6710],[-4.850299, 55.6745],[-4.8519, 55.675],[-4.854199, 55.6749],[-4.8564, 55.6742],[-4.8569, 55.6743],[-4.8571, 55.6745],[-4.856699, 55.675],[-4.856, 55.6755],[-4.855899, 55.6759],[-4.856, 55.6763],[-4.857, 55.6767],[-4.8592, 55.6774],[-4.859301, 55.6777],[-4.8579, 55.6789],[-4.8578, 55.6798],[-4.8579, 55.6804],[-4.858901, 55.6816],[-4.8595, 55.6821],[-4.8604, 55.6826],[-4.860899, 55.683],[-4.86110, 55.6836],[-4.8612, 55.6844],[-4.8613, 55.6847],[-4.861401, 55.685],[-4.8631, 55.6855],[-4.866401, 55.6867],[-4.873701, 55.6896],[-4.8761, 55.691],[-4.878099, 55.6921],[-4.878799, 55.6926],[-4.879399, 55.6932],[-4.8799, 55.694],[-4.880499, 55.6945],[-4.8812, 55.6948],[-4.8825, 55.6954],[-4.8842, 55.696],[-4.8871, 55.6964],[-4.8905, 55.6969],[-4.8935, 55.6972],[-4.8961, 55.697],[-4.896601, 55.6969],[-4.8972, 55.6966],[-4.898099, 55.6963],[-4.8991, 55.6965],[-4.9008, 55.6974],[-4.9028, 55.6992],[-4.9032, 55.6997],[-4.903501, 55.7005],[-4.90370, 55.7012],[-4.90370, 55.7019],[-4.903501, 55.7057],[-4.9031, 55.7104],[-4.9017, 55.7158],[-4.9008, 55.7178],[-4.9008, 55.7187],[-4.901801, 55.7212],[-4.9017, 55.7227],[-4.900599, 55.7237],[-4.8969, 55.7249],[-4.8965, 55.7256],[-4.896201, 55.7269],[-4.895899, 55.7275],[-4.8955, 55.7278],[-4.894599, 55.7282],[-4.8927, 55.7286],[-4.891201, 55.7287],[-4.8892, 55.7287],[-4.8866, 55.7289],[-4.882699, 55.7298],[-4.8782, 55.7306],[-4.8734, 55.7316],[-4.872499, 55.7320],[-4.871601, 55.7325],[-4.870299, 55.7337],[-4.869999, 55.7342],[-4.8698, 55.7349],[-4.869599, 55.7359],[-4.869699, 55.7386],[-4.869599, 55.7394],[-4.869501, 55.7396],[-4.8692, 55.7396],[-4.867899, 55.7395],[-4.8674, 55.7394],[-4.867001, 55.7395],[-4.8668, 55.7398],[-4.866401, 55.7404],[-4.866099, 55.7409],[-4.865799, 55.7411],[-4.8652, 55.7412],[-4.864699, 55.7412],[-4.8638, 55.7411],[-4.8628, 55.741],[-4.8617, 55.741],[-4.861001, 55.7413],[-4.860199, 55.7416],[-4.8597, 55.742],[-4.8583, 55.7438],[-4.8578, 55.7447],[-4.8575, 55.7454],[-4.856699, 55.7471],[-4.8565, 55.7481],[-4.8564, 55.7488],[-4.8565, 55.7497],[-4.8566, 55.7505],[-4.8569, 55.7512],[-4.8578, 55.7526],[-4.8578, 55.753],[-4.857699, 55.7536],[-4.8565, 55.7554],[-4.856, 55.7566],[-4.855199, 55.7596],[-4.8551, 55.7605],[-4.855199, 55.7615],[-4.855299, 55.7622],[-4.8555, 55.7626],[-4.856, 55.763],[-4.857, 55.7635],[-4.858901, 55.764],[-4.859399, 55.7642],[-4.859399, 55.7646],[-4.859301, 55.7649],[-4.8591, 55.765],[-4.857999, 55.765],[-4.857299, 55.765],[-4.8572, 55.7651],[-4.8571, 55.7653],[-4.8569, 55.7667],[-4.856, 55.7673],[-4.8555, 55.7675],[-4.855299, 55.768],[-4.855299, 55.7688],[-4.8557, 55.7716],[-4.8557, 55.773],[-4.855599, 55.7738],[-4.8555, 55.7743],[-4.8548, 55.7754],[-4.8547, 55.776],[-4.8548, 55.7765],[-4.854899, 55.7769],[-4.8551, 55.7775],[-4.8555, 55.7782],[-4.8557, 55.7785],[-4.8564, 55.7792],[-4.8571, 55.7797],[-4.857999, 55.7801],[-4.85850, 55.7807],[-4.8591, 55.7816],[-4.86110, 55.7849],[-4.8617, 55.7856],[-4.8621, 55.7861],[-4.862599, 55.7867],[-4.865699, 55.7889],[-4.8674, 55.7902],[-4.8689, 55.7914],[-4.868999, 55.7918],[-4.869101, 55.7923],[-4.869999, 55.7929],[-4.8713, 55.7936],[-4.8714, 55.7938],[-4.8714, 55.7941],[-4.8692, 55.7985],[-4.869101, 55.7991],[-4.868999, 55.7996],[-4.869101, 55.8003],[-4.8694, 55.8009],[-4.8699, 55.8017],[-4.870699, 55.8025],[-4.8719, 55.803],[-4.8734, 55.8036],[-4.8736, 55.8038],[-4.8736, 55.8040],[-4.8735, 55.8043],[-4.872499, 55.8047],[-4.8723, 55.8049],[-4.8723, 55.8051],[-4.8726, 55.8052],[-4.8729, 55.8052],[-4.8748, 55.8053],[-4.8754, 55.8053],[-4.8761, 55.8055],[-4.877, 55.806],[-4.878901, 55.8093],[-4.8831, 55.8136],[-4.885099, 55.8172],[-4.8862, 55.8191],[-4.887199, 55.8214],[-4.888299, 55.826],[-4.888501, 55.8269],[-4.8887, 55.8278],[-4.8887, 55.8283],[-4.888599, 55.8287],[-4.887899, 55.8298],[-4.8878, 55.8301],[-4.8878, 55.8304],[-4.887899, 55.8309],[-4.888, 55.8312],[-4.888999, 55.8337],[-4.889699, 55.8356],[-4.889999, 55.8368],[-4.8902, 55.8376],[-4.890299, 55.8383],[-4.890299, 55.8397],[-4.8902, 55.8406],[-4.889999, 55.8417],[-4.889599, 55.843],[-4.8892, 55.8443],[-4.887899, 55.8468],[-4.887499, 55.8475],[-4.8874, 55.8479],[-4.8873, 55.8486],[-4.8873, 55.849],[-4.887499, 55.8495],[-4.888599, 55.8509],[-4.888901, 55.852],[-4.889101, 55.8551],[-4.889599, 55.8598],[-4.889501, 55.8634],[-4.8894, 55.8704],[-4.889101, 55.8743],[-4.8887, 55.8762],[-4.8866, 55.8774],[-4.884799, 55.8778],[-4.8825, 55.8778],[-4.8785, 55.8776],[-4.8735, 55.8768],[-4.8678, 55.8764],[-4.866001, 55.8766],[-4.863501, 55.8769],[-4.8617, 55.8767],[-4.859, 55.8765],[-4.8518, 55.8768],[-4.848599, 55.8776],[-4.8469, 55.878],[-4.84630, 55.8779],[-4.8452, 55.8774],[-4.844501, 55.8766],[-4.843901, 55.8757],[-4.839301, 55.8756],[-4.834799, 55.879],[-4.825799, 55.8819],[-4.8221, 55.8861],[-4.8186, 55.8856],[-4.81580, 55.8886],[-4.8012, 55.8922],[-4.801401, 55.888],[-4.803999, 55.8864]]],[[[-4.897699, 55.7925],[-4.89760, 55.7913],[-4.897699, 55.7886],[-4.89860, 55.7864],[-4.899199, 55.7847],[-4.899301, 55.7841],[-4.8991, 55.7835],[-4.898399, 55.7829],[-4.8969, 55.7823],[-4.8969, 55.782],[-4.897999, 55.7813],[-4.898799, 55.7801],[-4.899199, 55.7784],[-4.899199, 55.7767],[-4.899301, 55.7752],[-4.9008, 55.773],[-4.900899, 55.7725],[-4.9008, 55.7721],[-4.8995, 55.771],[-4.8969, 55.7696],[-4.894501, 55.768],[-4.894101, 55.7672],[-4.894, 55.7668],[-4.894, 55.7665],[-4.8947, 55.7652],[-4.896699, 55.7624],[-4.898399, 55.759],[-4.8991, 55.7575],[-4.899799, 55.7562],[-4.900199, 55.7551],[-4.90110, 55.754],[-4.9028, 55.7529],[-4.904301, 55.7521],[-4.9057, 55.7511],[-4.907599, 55.7491],[-4.9092, 55.7485],[-4.9106, 55.7476],[-4.911601, 55.7472],[-4.9119, 55.7472],[-4.9123, 55.7472],[-4.912899, 55.7475],[-4.9133, 55.748],[-4.913701, 55.749],[-4.913799, 55.7504],[-4.9135, 55.7526],[-4.913599, 55.7542],[-4.913799, 55.7547],[-4.914101, 55.7549],[-4.914999, 55.7553],[-4.920499, 55.7545],[-4.9231, 55.7541],[-4.9249, 55.7538],[-4.927001, 55.7537],[-4.928299, 55.7535],[-4.9323, 55.7516],[-4.934599, 55.7505],[-4.9361, 55.7499],[-4.9369, 55.7492],[-4.937799, 55.7484],[-4.9385, 55.7472],[-4.939, 55.746],[-4.939199, 55.7457],[-4.9395, 55.7453],[-4.9401, 55.7448],[-4.9408, 55.7445],[-4.9421, 55.744],[-4.9441, 55.7439],[-4.945499, 55.744],[-4.946499, 55.7443],[-4.947299, 55.7448],[-4.9481, 55.7458],[-4.9488, 55.7476],[-4.9492, 55.7499],[-4.9498, 55.7525],[-4.949501, 55.754],[-4.948901, 55.7554],[-4.9484, 55.7569],[-4.947199, 55.7584],[-4.945899, 55.7594],[-4.9453, 55.7603],[-4.9442, 55.7626],[-4.9432, 55.7645],[-4.941401, 55.7672],[-4.939101, 55.7686],[-4.9364, 55.7699],[-4.935599, 55.7706],[-4.935299, 55.7713],[-4.9351, 55.772],[-4.934999, 55.773],[-4.934999, 55.774],[-4.9348, 55.7744],[-4.9344, 55.7749],[-4.9333, 55.7761],[-4.9309, 55.7783],[-4.9305, 55.779],[-4.929999, 55.7813],[-4.9292, 55.7830],[-4.928901, 55.7836],[-4.9287, 55.7840],[-4.9277, 55.7851],[-4.92560, 55.7870],[-4.923501, 55.7886],[-4.919899, 55.7909],[-4.916601, 55.7921],[-4.914899, 55.7924],[-4.912399, 55.7923],[-4.9093, 55.7918],[-4.908199, 55.7917],[-4.9074, 55.7918],[-4.9067, 55.7920],[-4.9057, 55.7930],[-4.905, 55.7935],[-4.9036, 55.7937],[-4.9001, 55.7934],[-4.897699, 55.7925]]],[[[-4.947299, 55.7136],[-4.950099, 55.7115],[-4.952799, 55.7118],[-4.954999, 55.7127],[-4.9576, 55.7141],[-4.9619, 55.7169],[-4.9649, 55.7187],[-4.966001, 55.7198],[-4.9661, 55.721],[-4.9654, 55.7227],[-4.96470, 55.7238],[-4.9633, 55.7248],[-4.961401, 55.7261],[-4.9558, 55.7288],[-4.948599, 55.7321],[-4.946001, 55.733],[-4.9436, 55.7340],[-4.941401, 55.7349],[-4.9395, 55.7358],[-4.9385, 55.7356],[-4.9379, 55.7354],[-4.937399, 55.7347],[-4.9376, 55.7323],[-4.9375, 55.7306],[-4.9382, 55.7292],[-4.9395, 55.7284],[-4.942, 55.7271],[-4.9428, 55.7260],[-4.943501, 55.7243],[-4.943799, 55.7218],[-4.944399, 55.7191],[-4.9446, 55.7176],[-4.945399, 55.7154],[-4.947299, 55.7136]]],[[[-5.065899, 55.5128],[-5.0672, 55.5128],[-5.068299, 55.5135],[-5.068999, 55.5147],[-5.0696, 55.5166],[-5.0703, 55.5176],[-5.071499, 55.5189],[-5.0728, 55.5207],[-5.074501, 55.5219],[-5.076499, 55.5234],[-5.0826, 55.5256],[-5.084301, 55.5263],[-5.085, 55.5273],[-5.085599, 55.5286],[-5.086201, 55.5310],[-5.087399, 55.5337],[-5.087699, 55.5348],[-5.0876, 55.536],[-5.0866, 55.5371],[-5.08510, 55.5376],[-5.079501, 55.5377],[-5.0777, 55.5374],[-5.074699, 55.5361],[-5.071499, 55.5328],[-5.0674, 55.529],[-5.0657, 55.5276],[-5.0645, 55.5264],[-5.063099, 55.5243],[-5.061699, 55.5216],[-5.0602, 55.5202],[-5.059101, 55.5184],[-5.059199, 55.5167],[-5.0594, 55.5159],[-5.05980, 55.5151],[-5.0604, 55.5146],[-5.0619, 55.5138],[-5.0636, 55.5134],[-5.065899, 55.5128]]],[[[-5.115799, 55.4251],[-5.1168, 55.4251],[-5.1181, 55.4252],[-5.118501, 55.4257],[-5.118999, 55.4264],[-5.1193, 55.4281],[-5.1194, 55.4286],[-5.1193, 55.4292],[-5.118701, 55.4301],[-5.11730, 55.4311],[-5.116601, 55.4311],[-5.1163, 55.4307],[-5.1163, 55.4305],[-5.1163, 55.4302],[-5.116401, 55.4300],[-5.1168, 55.4295],[-5.1168, 55.4290],[-5.1168, 55.4286],[-5.115399, 55.4272],[-5.114999, 55.4265],[-5.114999, 55.4261],[-5.1153, 55.4256],[-5.115799, 55.4251]]],[[[-4.840799, 55.6453],[-4.841899, 55.6453],[-4.8425, 55.6454],[-4.84270, 55.6455],[-4.844699, 55.6473],[-4.8448, 55.6479],[-4.844501, 55.6482],[-4.842899, 55.648],[-4.841499, 55.6476],[-4.840799, 55.6472],[-4.8406, 55.6467],[-4.8403, 55.6459],[-4.8404, 55.6455],[-4.840799, 55.6453]]],[[[-4.9415, 55.7191],[-4.941801, 55.719],[-4.9421, 55.7191],[-4.942299, 55.7193],[-4.9425, 55.7196],[-4.9425, 55.7199],[-4.942299, 55.7202],[-4.942, 55.7203],[-4.9415, 55.7204],[-4.9411, 55.7201],[-4.9411, 55.7196],[-4.941201, 55.7193],[-4.9415, 55.7191]]],[[[-4.925099, 55.7506],[-4.925399, 55.7506],[-4.925799, 55.7507],[-4.9259, 55.7509],[-4.9259, 55.7511],[-4.9257, 55.7514],[-4.9253, 55.7516],[-4.924799, 55.7516],[-4.9245, 55.7515],[-4.924301, 55.7513],[-4.924301, 55.7511],[-4.924399, 55.7509],[-4.924699, 55.7507],[-4.925099, 55.7506]]]]}, properties:{name:"North Ayrshire"}}, {type:"Feature", geometry:{type:"MultiPolygon", coordinates:[[[[-4.046299, 55.7962],[-4.0479, 55.7969],[-4.051099, 55.7975],[-4.0538, 55.7985],[-4.0568, 55.8003],[-4.053599, 55.8035],[-4.0458, 55.8086],[-4.053299, 55.8117],[-4.059101, 55.8146],[-4.0653, 55.8175],[-4.072599, 55.8219],[-4.079, 55.8234],[-4.109799, 55.835],[-4.110099, 55.8364],[-4.106801, 55.8379],[-4.109, 55.8397],[-4.106, 55.8420],[-4.0976, 55.8427],[-4.0963, 55.8424],[-4.0875, 55.8442],[-4.0858, 55.843],[-4.0822, 55.8443],[-4.078501, 55.8438],[-4.0815, 55.8463],[-4.087, 55.8483],[-4.0879, 55.8507],[-4.0916, 55.8529],[-4.0892, 55.8579],[-4.084899, 55.8583],[-4.0755, 55.8609],[-4.077899, 55.8613],[-4.0814, 55.8633],[-4.0826, 55.8658],[-4.083, 55.8818],[-4.083799, 55.8826],[-4.084301, 55.8836],[-4.0865, 55.884],[-4.0927, 55.8806],[-4.0959, 55.8821],[-4.0977, 55.8844],[-4.109399, 55.8842],[-4.110099, 55.886],[-4.1192, 55.8851],[-4.1307, 55.8872],[-4.134799, 55.8865],[-4.132299, 55.8818],[-4.1356, 55.8822],[-4.1455, 55.8823],[-4.152599, 55.8834],[-4.1552, 55.8862],[-4.1571, 55.8842],[-4.1606, 55.8836],[-4.1634, 55.885],[-4.168, 55.8826],[-4.175, 55.8853],[-4.1675, 55.8868],[-4.168701, 55.8887],[-4.166, 55.8882],[-4.1675, 55.8944],[-4.1659, 55.8966],[-4.1704, 55.8959],[-4.1781, 55.8958],[-4.182799, 55.9009],[-4.18480, 55.9039],[-4.188099, 55.9038],[-4.194399, 55.907],[-4.197299, 55.9069],[-4.200399, 55.9068],[-4.19960, 55.9120],[-4.19960, 55.9123],[-4.173399, 55.9170],[-4.162399, 55.9157],[-4.156401, 55.9150],[-4.154699, 55.9150],[-4.141601, 55.9138],[-4.139699, 55.9137],[-4.1349, 55.9134],[-4.1338, 55.9114],[-4.1261, 55.9114],[-4.121, 55.9136],[-4.121099, 55.9182],[-4.115699, 55.9180],[-4.1131, 55.9163],[-4.1153, 55.9225],[-4.089, 55.9230],[-4.0746, 55.925],[-4.0732, 55.924],[-4.0712, 55.9233],[-4.064799, 55.9232],[-4.064101, 55.9233],[-4.0644, 55.9266],[-4.065, 55.9286],[-4.0687, 55.9367],[-4.0737, 55.9422],[-4.0743, 55.9438],[-4.072599, 55.9447],[-4.070099, 55.9464],[-4.0537, 55.9506],[-4.0531, 55.9516],[-4.0534, 55.9537],[-4.0538, 55.9542],[-4.059199, 55.9535],[-4.0609, 55.9545],[-4.058599, 55.9561],[-4.060599, 55.9573],[-4.060299, 55.9596],[-4.058199, 55.9607],[-4.0563, 55.9635],[-4.0574, 55.9655],[-4.0614, 55.9675],[-4.067, 55.9684],[-4.078599, 55.9652],[-4.084, 55.9642],[-4.087299, 55.9618],[-4.0917, 55.9623],[-4.098199, 55.9583],[-4.108399, 55.9575],[-4.110199, 55.9567],[-4.111499, 55.9526],[-4.1156, 55.9511],[-4.1226, 55.9512],[-4.124, 55.9519],[-4.127299, 55.9512],[-4.129301, 55.9546],[-4.1244, 55.9575],[-4.116499, 55.9604],[-4.121601, 55.9643],[-4.122799, 55.9681],[-4.123, 55.9698],[-4.122499, 55.9711],[-4.1208, 55.9765],[-4.1239, 55.977],[-4.1297, 55.9810],[-4.1331, 55.9817],[-4.140399, 55.9859],[-4.140399, 55.9883],[-4.1415, 55.99],[-4.1439, 55.9917],[-4.1541, 55.9965],[-4.159999, 56.002],[-4.161201, 56.0059],[-4.149799, 56.0085],[-4.1461, 56.0078],[-4.136401, 56.0068],[-4.1272, 56.0083],[-4.1233, 56.0095],[-4.1184, 56.0133],[-4.108099, 56.017],[-4.099, 56.0196],[-4.096001, 56.0224],[-4.0946, 56.0238],[-4.0924, 56.026],[-4.078, 56.0277],[-4.0585, 56.0301],[-4.042099, 56.0307],[-4.036001, 56.0302],[-4.0312, 56.0297],[-4.0229, 56.0286],[-4.0282, 56.0114],[-4.0211, 56.0056],[-3.999399, 56.0076],[-3.9934, 56.0067],[-3.990099, 56.0067],[-3.9893, 56.007],[-3.9891, 56.0083],[-3.988199, 56.0085],[-3.9869, 56.0084],[-3.9853, 56.0074],[-3.983599, 56.0054],[-3.9797, 56.0014],[-3.979399, 56.001],[-3.979, 56],[-3.9832, 55.997],[-3.982399, 55.9949],[-3.981801, 55.9924],[-3.981499, 55.9913],[-3.981, 55.9908],[-3.9793, 55.9906],[-3.978701, 55.9906],[-3.97860, 55.9904],[-3.97860, 55.9902],[-3.97860, 55.99],[-3.97880, 55.9899],[-3.980799, 55.9894],[-3.9811, 55.9892],[-3.9814, 55.9887],[-3.9813, 55.9883],[-3.98070, 55.9866],[-3.980299, 55.9864],[-3.979, 55.9861],[-3.978199, 55.986],[-3.9644, 55.9863],[-3.9635, 55.9863],[-3.9632, 55.986],[-3.960099, 55.9793],[-3.9597, 55.9787],[-3.959399, 55.9784],[-3.95000, 55.9712],[-3.947299, 55.9700],[-3.943399, 55.9694],[-3.9424, 55.9689],[-3.939199, 55.9652],[-3.9386, 55.9645],[-3.93820, 55.9641],[-3.937299, 55.9640],[-3.9365, 55.9639],[-3.933701, 55.9643],[-3.912699, 55.9579],[-3.902299, 55.9611],[-3.901, 55.9611],[-3.8984, 55.9605],[-3.896801, 55.9604],[-3.894, 55.9604],[-3.886801, 55.9609],[-3.881601, 55.9614],[-3.878, 55.9618],[-3.8738, 55.9622],[-3.868701, 55.9627],[-3.8677, 55.9628],[-3.866801, 55.9627],[-3.8659, 55.9626],[-3.86220, 55.9607],[-3.86200, 55.9604],[-3.8619, 55.9596],[-3.862499, 55.959],[-3.8638, 55.9583],[-3.866801, 55.9572],[-3.8673, 55.9569],[-3.867599, 55.9566],[-3.868299, 55.9555],[-3.868701, 55.9546],[-3.8694, 55.9537],[-3.8859, 55.9487],[-3.888901, 55.9473],[-3.890399, 55.9454],[-3.892299, 55.9443],[-3.8942, 55.9438],[-3.9003, 55.9432],[-3.901801, 55.9428],[-3.903199, 55.9419],[-3.903701, 55.9402],[-3.9036, 55.9389],[-3.903199, 55.9379],[-3.902299, 55.937],[-3.901099, 55.9364],[-3.8996, 55.9361],[-3.8979, 55.936],[-3.8957, 55.9363],[-3.892299, 55.937],[-3.8907, 55.9369],[-3.8878, 55.9355],[-3.8854, 55.9335],[-3.881401, 55.9301],[-3.8796, 55.928],[-3.877899, 55.9263],[-3.8759, 55.9246],[-3.872699, 55.9232],[-3.865799, 55.9208],[-3.854599, 55.9176],[-3.8508, 55.9164],[-3.845299, 55.9146],[-3.8392, 55.9134],[-3.836299, 55.9128],[-3.834899, 55.9123],[-3.8327, 55.9111],[-3.831899, 55.9111],[-3.830699, 55.9112],[-3.8297, 55.9116],[-3.829, 55.9119],[-3.827001, 55.9120],[-3.8257, 55.9112],[-3.822599, 55.9094],[-3.820199, 55.9080],[-3.818399, 55.9068],[-3.8167, 55.9058],[-3.814699, 55.9050],[-3.812799, 55.9047],[-3.810899, 55.9046],[-3.809101, 55.9045],[-3.809, 55.9042],[-3.810199, 55.904],[-3.8125, 55.9036],[-3.8135, 55.9032],[-3.8138, 55.9025],[-3.8138, 55.9015],[-3.81320, 55.8995],[-3.813999, 55.8985],[-3.8196, 55.8963],[-3.8262, 55.8944],[-3.82960, 55.8936],[-3.830199, 55.893],[-3.829799, 55.8925],[-3.8282, 55.8915],[-3.8262, 55.8881],[-3.8246, 55.8866],[-3.8215, 55.8844],[-3.81760, 55.8832],[-3.8118, 55.8822],[-3.809799, 55.8813],[-3.806499, 55.8796],[-3.804399, 55.8782],[-3.80310, 55.8773],[-3.799, 55.8746],[-3.7974, 55.8738],[-3.79530, 55.8736],[-3.7936, 55.8736],[-3.7916, 55.874],[-3.7891, 55.875],[-3.787199, 55.8757],[-3.7858, 55.8758],[-3.784301, 55.8751],[-3.7835, 55.8746],[-3.78220, 55.8742],[-3.780699, 55.874],[-3.776801, 55.8742],[-3.7734, 55.8748],[-3.7535, 55.8822],[-3.7348, 55.8849],[-3.7298, 55.8861],[-3.726001, 55.8862],[-3.7169, 55.8894],[-3.714999, 55.8894],[-3.713799, 55.889],[-3.7125, 55.884],[-3.712199, 55.8802],[-3.712199, 55.8792],[-3.712399, 55.8777],[-3.735399, 55.8672],[-3.7391, 55.8663],[-3.7451, 55.8654],[-3.74580, 55.8651],[-3.749599, 55.8628],[-3.750099, 55.8620],[-3.75, 55.8612],[-3.749399, 55.8599],[-3.747299, 55.8564],[-3.745399, 55.8492],[-3.744101, 55.8434],[-3.742399, 55.8390],[-3.739399, 55.834],[-3.737999, 55.8302],[-3.7367, 55.827],[-3.7328, 55.8244],[-3.7304, 55.8229],[-3.72000, 55.819],[-3.714999, 55.8166],[-3.714301, 55.8159],[-3.714101, 55.8155],[-3.7144, 55.815],[-3.7147, 55.8148],[-3.716201, 55.8138],[-3.7188, 55.8127],[-3.7311, 55.8065],[-3.735399, 55.8039],[-3.7389, 55.8007],[-3.7392, 55.7998],[-3.7342, 55.7956],[-3.7328, 55.7947],[-3.7327, 55.7941],[-3.735899, 55.791],[-3.7372, 55.7892],[-3.7384, 55.7846],[-3.74000, 55.7822],[-3.744501, 55.7806],[-3.750799, 55.7761],[-3.7537, 55.7746],[-3.771801, 55.7685],[-3.7748, 55.7689],[-3.77700, 55.7695],[-3.7793, 55.7691],[-3.7859, 55.7687],[-3.7974, 55.7697],[-3.7999, 55.7696],[-3.804101, 55.7696],[-3.822099, 55.7663],[-3.8259, 55.767],[-3.840899, 55.7638],[-3.871201, 55.7641],[-3.8729, 55.7612],[-3.8754, 55.7607],[-3.882499, 55.7571],[-3.886801, 55.7571],[-3.889199, 55.7585],[-3.8996, 55.7563],[-3.906801, 55.7519],[-3.911801, 55.7471],[-3.9141, 55.7457],[-3.91520, 55.7449],[-3.919199, 55.7412],[-3.920099, 55.7402],[-3.92090, 55.7391],[-3.919899, 55.7367],[-3.921499, 55.7332],[-3.9244, 55.7332],[-3.927001, 55.7353],[-3.9274, 55.7378],[-3.93000, 55.7407],[-3.933599, 55.7436],[-3.933901, 55.747],[-3.945699, 55.7466],[-3.954799, 55.7503],[-3.9633, 55.7589],[-3.967799, 55.7622],[-3.969501, 55.7639],[-3.9698, 55.7642],[-3.9707, 55.7652],[-3.972001, 55.7663],[-3.973799, 55.767],[-3.985899, 55.7681],[-3.996601, 55.7676],[-4.0032, 55.77],[-4.0092, 55.7781],[-4.026, 55.7848],[-4.030499, 55.7851],[-4.038599, 55.7898],[-4.046299, 55.7962]]]]}, properties:{name:"North Lanarkshire"}}, {type:"Feature", geometry:{type:"MultiPolygon", coordinates:[[[[-3.1961, 59.1545],[-3.193799, 59.1542],[-3.19320, 59.1540],[-3.192899, 59.1537],[-3.191601, 59.1519],[-3.191099, 59.1515],[-3.1902, 59.1508],[-3.1896, 59.1500],[-3.188999, 59.1494],[-3.1886, 59.1491],[-3.1877, 59.1487],[-3.1868, 59.1483],[-3.184799, 59.1474],[-3.183901, 59.1470],[-3.1824, 59.1463],[-3.1805, 59.1453],[-3.179501, 59.1448],[-3.1764, 59.1440],[-3.1744, 59.1434],[-3.171299, 59.1428],[-3.169101, 59.1425],[-3.167001, 59.1424],[-3.1641, 59.1425],[-3.1633, 59.1424],[-3.1628, 59.1422],[-3.161, 59.142],[-3.159501, 59.1418],[-3.158099, 59.1414],[-3.1558, 59.1409],[-3.1519, 59.1397],[-3.15030, 59.139],[-3.149699, 59.1386],[-3.149101, 59.1378],[-3.148299, 59.1368],[-3.148, 59.1364],[-3.1475, 59.1359],[-3.14650, 59.1353],[-3.145099, 59.1346],[-3.144, 59.1341],[-3.1415, 59.1337],[-3.1382, 59.1333],[-3.134799, 59.1326],[-3.1328, 59.1324],[-3.131601, 59.1323],[-3.130199, 59.1323],[-3.1296, 59.1321],[-3.1275, 59.1307],[-3.126499, 59.1298],[-3.1262, 59.1295],[-3.1252, 59.1292],[-3.1215, 59.1286],[-3.120199, 59.1283],[-3.118701, 59.1281],[-3.117399, 59.1276],[-3.1122, 59.1245],[-3.1113, 59.1242],[-3.108701, 59.1235],[-3.1041, 59.1226],[-3.09960, 59.1213],[-3.0984, 59.1211],[-3.09730, 59.121],[-3.0948, 59.1208],[-3.0938, 59.1204],[-3.093199, 59.1199],[-3.0924, 59.1191],[-3.092, 59.1188],[-3.091401, 59.1186],[-3.0904, 59.1186],[-3.0897, 59.1188],[-3.086401, 59.1196],[-3.085, 59.1204],[-3.084399, 59.1202],[-3.084301, 59.1199],[-3.0852, 59.1185],[-3.085, 59.1182],[-3.084399, 59.1182],[-3.083501, 59.1188],[-3.0829, 59.1195],[-3.082299, 59.1209],[-3.082, 59.1238],[-3.0817, 59.1242],[-3.08130, 59.1244],[-3.080499, 59.1246],[-3.0797, 59.1248],[-3.077899, 59.1249],[-3.076401, 59.1249],[-3.074899, 59.125],[-3.07240, 59.1248],[-3.0706, 59.1244],[-3.0696, 59.1237],[-3.068799, 59.122],[-3.068399, 59.1204],[-3.0682, 59.1196],[-3.0678, 59.1186],[-3.068, 59.1168],[-3.0678, 59.1151],[-3.0673, 59.1145],[-3.065599, 59.1133],[-3.064501, 59.113],[-3.0636, 59.1128],[-3.0622, 59.1128],[-3.06110, 59.1127],[-3.0606, 59.1126],[-3.0595, 59.1119],[-3.057699, 59.1116],[-3.0552, 59.1117],[-3.0532, 59.1121],[-3.052099, 59.1121],[-3.0514, 59.112],[-3.05080, 59.1118],[-3.0495, 59.1114],[-3.048501, 59.111],[-3.048199, 59.1107],[-3.047899, 59.1104],[-3.0474, 59.1094],[-3.0467, 59.1084],[-3.046099, 59.1077],[-3.0457, 59.1072],[-3.044699, 59.1063],[-3.0438, 59.1054],[-3.0434, 59.1044],[-3.0435, 59.1034],[-3.0436, 59.1030],[-3.0438, 59.1028],[-3.044501, 59.1025],[-3.046, 59.102],[-3.047199, 59.1018],[-3.048599, 59.1013],[-3.0499, 59.1011],[-3.054699, 59.101],[-3.05900, 59.1005],[-3.0596, 59.1002],[-3.059999, 59.0996],[-3.061001, 59.0993],[-3.0648, 59.0994],[-3.0652, 59.0992],[-3.065399, 59.099],[-3.065099, 59.0988],[-3.0636, 59.0985],[-3.0617, 59.0984],[-3.060699, 59.0983],[-3.059999, 59.0976],[-3.059799, 59.0963],[-3.0592, 59.0958],[-3.057699, 59.0956],[-3.0559, 59.0958],[-3.0536, 59.0965],[-3.0524, 59.0965],[-3.051201, 59.0964],[-3.0502, 59.096],[-3.049101, 59.0954],[-3.048199, 59.0952],[-3.046801, 59.0951],[-3.046099, 59.0947],[-3.045099, 59.0938],[-3.044199, 59.0921],[-3.0432, 59.0903],[-3.042599, 59.0897],[-3.041699, 59.0891],[-3.03670, 59.0874],[-3.032799, 59.0867],[-3.032001, 59.0862],[-3.0315, 59.0854],[-3.0309, 59.0845],[-3.0302, 59.0841],[-3.02830, 59.0833],[-3.0267, 59.0819],[-3.024699, 59.0812],[-3.022399, 59.0813],[-3.017, 59.0814],[-3.014301, 59.0813],[-3.012599, 59.0809],[-3.00970, 59.0796],[-3.007999, 59.0789],[-3.0067, 59.0783],[-3.006201, 59.0778],[-3.00570, 59.0771],[-3.004301, 59.0746],[-3.003901, 59.0737],[-3.0037, 59.0732],[-3.003599, 59.0726],[-3.003901, 59.072],[-3.005599, 59.0714],[-3.0058, 59.071],[-3.00570, 59.0705],[-3.00530, 59.0701],[-3.000799, 59.0668],[-3.0004, 59.0664],[-3.000099, 59.0657],[-3.0002, 59.065],[-3.000799, 59.0642],[-3.0025, 59.0623],[-3.0042, 59.0614],[-3.0058, 59.0605],[-3.006099, 59.0602],[-3.006201, 59.0597],[-3.006099, 59.0593],[-3.005899, 59.0591],[-3.005599, 59.0589],[-3.005, 59.0585],[-3.00320, 59.058],[-3.0023, 59.0575],[-3.001801, 59.0572],[-3.0014, 59.0568],[-3.0012, 59.0562],[-3.00130, 59.0554],[-3.001899, 59.0548],[-3.0027, 59.0543],[-3.0037, 59.054],[-3.0049, 59.0538],[-3.0065, 59.0536],[-3.0078, 59.0534],[-3.0091, 59.0532],[-3.01020, 59.0529],[-3.010799, 59.0525],[-3.0112, 59.0521],[-3.01140, 59.0517],[-3.011801, 59.0501],[-3.01210, 59.0494],[-3.0128, 59.0483],[-3.013, 59.0473],[-3.013299, 59.0454],[-3.0134, 59.0446],[-3.013299, 59.0441],[-3.0132, 59.0438],[-3.012599, 59.043],[-3.011801, 59.0423],[-3.011499, 59.0421],[-3.01140, 59.0412],[-3.01140, 59.0403],[-3.0109, 59.0397],[-3.011001, 59.0394],[-3.0113, 59.0393],[-3.011801, 59.0392],[-3.014699, 59.0391],[-3.016001, 59.0390],[-3.017499, 59.0387],[-3.018901, 59.0387],[-3.019399, 59.0388],[-3.019799, 59.0391],[-3.02, 59.0398],[-3.0206, 59.0408],[-3.0214, 59.0415],[-3.0234, 59.043],[-3.0258, 59.0446],[-3.0274, 59.0456],[-3.02970, 59.0469],[-3.0311, 59.0477],[-3.0327, 59.0484],[-3.034199, 59.0489],[-3.0357, 59.0492],[-3.036801, 59.0493],[-3.042599, 59.0496],[-3.047199, 59.0502],[-3.0504, 59.0503],[-3.052099, 59.0499],[-3.0539, 59.0494],[-3.0553, 59.0489],[-3.05670, 59.0481],[-3.0576, 59.047],[-3.058599, 59.0464],[-3.0592, 59.0463],[-3.0596, 59.0466],[-3.0595, 59.0471],[-3.058701, 59.0477],[-3.057899, 59.0486],[-3.057899, 59.0489],[-3.058701, 59.049],[-3.0606, 59.05],[-3.0614, 59.05],[-3.061899, 59.0497],[-3.061899, 59.0493],[-3.0606, 59.0485],[-3.060499, 59.0481],[-3.061001, 59.0474],[-3.061201, 59.0471],[-3.06110, 59.0464],[-3.0597, 59.0448],[-3.057899, 59.0435],[-3.05480, 59.0416],[-3.054101, 59.0408],[-3.0532, 59.0399],[-3.0524, 59.0392],[-3.0518, 59.0384],[-3.0513, 59.0373],[-3.0513, 59.0367],[-3.0517, 59.0360],[-3.0524, 59.0353],[-3.054199, 59.0341],[-3.056201, 59.0329],[-3.0597, 59.0311],[-3.0618, 59.0302],[-3.062001, 59.0297],[-3.0615, 59.0293],[-3.059999, 59.0288],[-3.0596, 59.0279],[-3.05830, 59.0256],[-3.05810, 59.0241],[-3.05900, 59.0236],[-3.061001, 59.0227],[-3.0625, 59.0226],[-3.0635, 59.0225],[-3.064301, 59.0227],[-3.066299, 59.0235],[-3.068099, 59.0236],[-3.069799, 59.0243],[-3.072001, 59.0249],[-3.074199, 59.0249],[-3.0801, 59.0234],[-3.081899, 59.0225],[-3.0836, 59.0217],[-3.084301, 59.0210],[-3.0857, 59.0186],[-3.086601, 59.0179],[-3.0873, 59.0176],[-3.088399, 59.0174],[-3.0918, 59.0174],[-3.093501, 59.0171],[-3.0962, 59.0158],[-3.096499, 59.0153],[-3.096601, 59.0149],[-3.096, 59.0134],[-3.0962, 59.0126],[-3.0969, 59.0119],[-3.0984, 59.0105],[-3.098901, 59.01],[-3.10150, 59.0099],[-3.103199, 59.01],[-3.105799, 59.0104],[-3.107899, 59.0103],[-3.108901, 59.0104],[-3.1101, 59.0099],[-3.1108, 59.0093],[-3.111099, 59.0088],[-3.111201, 59.0079],[-3.111001, 59.0068],[-3.110399, 59.006],[-3.109699, 59.0057],[-3.1082, 59.0052],[-3.1073, 59.0056],[-3.106801, 59.0054],[-3.106601, 59.0049],[-3.106, 59.0047],[-3.1019, 59.0033],[-3.097699, 59.0025],[-3.094301, 59.002],[-3.0917, 59.0019],[-3.0897, 59.0023],[-3.088799, 59.0023],[-3.088, 59.0018],[-3.0873, 59.0012],[-3.087199, 59.0006],[-3.087199, 58.9999],[-3.0862, 58.999],[-3.084301, 58.9984],[-3.08110, 58.9981],[-3.078, 58.9978],[-3.075599, 58.9976],[-3.073299, 58.9973],[-3.068599, 58.9966],[-3.0667, 58.9963],[-3.065399, 58.9957],[-3.0646, 58.9958],[-3.064199, 58.9961],[-3.0634, 58.9974],[-3.0627, 58.9979],[-3.0622, 58.9981],[-3.0616, 58.9981],[-3.0606, 58.9981],[-3.058599, 58.9968],[-3.05690, 58.9957],[-3.0557, 58.9949],[-3.0531, 58.9942],[-3.0513, 58.9941],[-3.0502, 58.9943],[-3.049799, 58.9948],[-3.0499, 58.9956],[-3.05060, 58.9977],[-3.05060, 58.9983],[-3.050299, 58.999],[-3.049101, 58.9999],[-3.047199, 59.0009],[-3.045, 59.0015],[-3.044301, 59.002],[-3.0429, 59.0028],[-3.041201, 59.0042],[-3.0399, 59.0052],[-3.038199, 59.0061],[-3.037499, 59.0075],[-3.0374, 59.0088],[-3.0371, 59.0092],[-3.03650, 59.0098],[-3.03600, 59.0101],[-3.0351, 59.0104],[-3.032799, 59.0105],[-3.0292, 59.0102],[-3.026299, 59.0097],[-3.0244, 59.0092],[-3.02, 59.009],[-3.0155, 59.0096],[-3.006099, 59.0105],[-3.000799, 59.0099],[-2.999399, 59.0095],[-2.998399, 59.0086],[-2.9978, 59.006],[-2.996401, 59.0043],[-2.993999, 59.0037],[-2.989399, 59.0015],[-2.9865, 59.0009],[-2.982399, 59.0008],[-2.978701, 59.0003],[-2.9776, 58.9999],[-2.9755, 58.9982],[-2.9734, 58.9973],[-2.97, 58.997],[-2.9684, 58.9967],[-2.9679, 58.9959],[-2.967999, 58.9941],[-2.967999, 58.9923],[-2.967799, 58.9905],[-2.968199, 58.9884],[-2.967799, 58.9874],[-2.96700, 58.9867],[-2.966001, 58.9863],[-2.9623, 58.9857],[-2.9574, 58.9856],[-2.9551, 58.9862],[-2.953099, 58.9877],[-2.9505, 58.99],[-2.9489, 58.9908],[-2.9461, 58.9915],[-2.94470, 58.9921],[-2.944101, 58.9934],[-2.9444, 58.996],[-2.94430, 58.997],[-2.943901, 58.9979],[-2.942899, 58.9989],[-2.9419, 59.001],[-2.9419, 59.0027],[-2.9425, 59.0048],[-2.9425, 59.0061],[-2.942199, 59.0072],[-2.9402, 59.0082],[-2.937299, 59.0102],[-2.93230, 59.0137],[-2.929699, 59.0149],[-2.9284, 59.0153],[-2.927599, 59.0154],[-2.9259, 59.0151],[-2.9252, 59.0147],[-2.9252, 59.014],[-2.9254, 59.0132],[-2.9287, 59.0098],[-2.928999, 59.0089],[-2.9288, 59.0081],[-2.92810, 59.0076],[-2.92640, 59.007],[-2.923501, 59.0068],[-2.9187, 59.0076],[-2.9165, 59.0084],[-2.9147, 59.0096],[-2.913199, 59.0109],[-2.911601, 59.0113],[-2.9045, 59.0105],[-2.900199, 59.0102],[-2.8979, 59.0096],[-2.8962, 59.009],[-2.89590, 59.0085],[-2.896001, 59.0079],[-2.897599, 59.0073],[-2.899301, 59.0073],[-2.9019, 59.0085],[-2.9049, 59.0083],[-2.90720, 59.008],[-2.909199, 59.0065],[-2.9101, 59.0055],[-2.9101, 59.0049],[-2.909699, 59.0043],[-2.907599, 59.0029],[-2.9059, 59.0012],[-2.904999, 59.0003],[-2.9052, 58.9998],[-2.905299, 58.9996],[-2.9064, 58.9991],[-2.90770, 58.9988],[-2.909899, 58.9976],[-2.913501, 58.9945],[-2.913701, 58.994],[-2.913399, 58.9936],[-2.911801, 58.9928],[-2.90980, 58.9918],[-2.907099, 58.9909],[-2.904999, 58.9909],[-2.9026, 58.9909],[-2.897799, 58.9911],[-2.894799, 58.9911],[-2.892999, 58.9914],[-2.89150, 58.9921],[-2.8903, 58.9933],[-2.89, 58.9946],[-2.889699, 58.9951],[-2.8885, 58.9958],[-2.887399, 58.9958],[-2.887001, 58.9953],[-2.886801, 58.994],[-2.8859, 58.9931],[-2.8857, 58.9919],[-2.886001, 58.9913],[-2.886699, 58.9905],[-2.887599, 58.99],[-2.88940, 58.9893],[-2.8941, 58.9885],[-2.8965, 58.9873],[-2.9007, 58.9855],[-2.9085, 58.9849],[-2.911201, 58.9852],[-2.913501, 58.9854],[-2.9156, 58.9853],[-2.916699, 58.9848],[-2.9177, 58.9843],[-2.9189, 58.9832],[-2.919501, 58.982],[-2.919899, 58.9805],[-2.919699, 58.9794],[-2.9189, 58.9788],[-2.9173, 58.9776],[-2.9151, 58.9765],[-2.912199, 58.9749],[-2.912, 58.9742],[-2.912499, 58.9735],[-2.913199, 58.9723],[-2.9149, 58.9712],[-2.9165, 58.9706],[-2.916699, 58.9701],[-2.9168, 58.9687],[-2.9177, 58.9668],[-2.9175, 58.9664],[-2.9143, 58.9645],[-2.911201, 58.9633],[-2.909699, 58.9631],[-2.9073, 58.9630],[-2.9029, 58.9640],[-2.900399, 58.9636],[-2.898, 58.9630],[-2.891601, 58.9636],[-2.889899, 58.9633],[-2.8887, 58.9622],[-2.888, 58.9617],[-2.886699, 58.9605],[-2.8847, 58.9600],[-2.881099, 58.9603],[-2.8794, 58.9606],[-2.878599, 58.9610],[-2.8778, 58.9617],[-2.877399, 58.9626],[-2.8771, 58.9633],[-2.8773, 58.9643],[-2.877599, 58.965],[-2.8778, 58.9658],[-2.878901, 58.9671],[-2.878999, 58.9684],[-2.8784, 58.9697],[-2.8771, 58.9706],[-2.8752, 58.9713],[-2.8738, 58.9715],[-2.8717, 58.971],[-2.87080, 58.9705],[-2.869301, 58.9699],[-2.868099, 58.9699],[-2.867399, 58.9702],[-2.867199, 58.9707],[-2.867001, 58.9718],[-2.865499, 58.9725],[-2.865299, 58.9730],[-2.8656, 58.9731],[-2.8663, 58.9730],[-2.869999, 58.9725],[-2.871201, 58.9726],[-2.871201, 58.9729],[-2.868701, 58.9732],[-2.8664, 58.9736],[-2.8649, 58.974],[-2.8639, 58.9746],[-2.863199, 58.9753],[-2.862499, 58.9764],[-2.8619, 58.9779],[-2.8606, 58.9792],[-2.859301, 58.9823],[-2.857899, 58.9833],[-2.856699, 58.9843],[-2.8536, 58.9865],[-2.8524, 58.9868],[-2.8513, 58.987],[-2.8498, 58.9869],[-2.847899, 58.9864],[-2.847001, 58.9861],[-2.844, 58.9832],[-2.8419, 58.9819],[-2.839101, 58.9814],[-2.832999, 58.9819],[-2.828799, 58.9817],[-2.823501, 58.9815],[-2.822099, 58.9817],[-2.8213, 58.982],[-2.819101, 58.9836],[-2.81800, 58.9841],[-2.816401, 58.9843],[-2.813999, 58.9846],[-2.8116, 58.9848],[-2.8076, 58.9855],[-2.8057, 58.9871],[-2.8036, 58.9909],[-2.8024, 58.9917],[-2.800499, 58.9924],[-2.798399, 58.9925],[-2.7976, 58.9923],[-2.796801, 58.992],[-2.795799, 58.9911],[-2.795099, 58.989],[-2.7929, 58.9869],[-2.792799, 58.9861],[-2.793299, 58.9837],[-2.7929, 58.9824],[-2.7909, 58.9812],[-2.7894, 58.9806],[-2.789, 58.9801],[-2.78920, 58.9794],[-2.7904, 58.9774],[-2.790499, 58.9764],[-2.7901, 58.9754],[-2.7904, 58.9749],[-2.7908, 58.974],[-2.7902, 58.9726],[-2.7888, 58.9696],[-2.78920, 58.9691],[-2.790299, 58.9687],[-2.790299, 58.9680],[-2.7894, 58.9664],[-2.7894, 58.9660],[-2.7897, 58.9657],[-2.790499, 58.9655],[-2.7913, 58.9655],[-2.7923, 58.9664],[-2.7939, 58.9682],[-2.7959, 58.9691],[-2.799799, 58.9698],[-2.804501, 58.9690],[-2.810199, 58.9679],[-2.8162, 58.9672],[-2.821201, 58.9662],[-2.8236, 58.9644],[-2.8254, 58.9633],[-2.827001, 58.9626],[-2.828, 58.9622],[-2.8295, 58.9627],[-2.8313, 58.9629],[-2.8324, 58.9628],[-2.8333, 58.9629],[-2.8339, 58.9624],[-2.835, 58.9597],[-2.836299, 58.9587],[-2.838701, 58.9565],[-2.8396, 58.9558],[-2.8399, 58.9561],[-2.8392, 58.9573],[-2.838701, 58.9587],[-2.838901, 58.9597],[-2.8397, 58.9602],[-2.840899, 58.9606],[-2.8427, 58.9604],[-2.844199, 58.9597],[-2.845299, 58.9583],[-2.8454, 58.9577],[-2.844899, 58.9567],[-2.844599, 58.9554],[-2.844, 58.9542],[-2.8434, 58.9535],[-2.842499, 58.9527],[-2.8415, 58.9517],[-2.8397, 58.9508],[-2.838901, 58.9509],[-2.8369, 58.9516],[-2.83610, 58.9518],[-2.835, 58.9514],[-2.8332, 58.9501],[-2.8316, 58.9494],[-2.828799, 58.949],[-2.8273, 58.9487],[-2.826601, 58.9483],[-2.824199, 58.946],[-2.824301, 58.9433],[-2.826499, 58.9407],[-2.8278, 58.9391],[-2.828, 58.9384],[-2.8278, 58.9381],[-2.8271, 58.9374],[-2.82620, 58.9367],[-2.823501, 58.9358],[-2.8224, 58.9352],[-2.8224, 58.9348],[-2.82270, 58.9344],[-2.82460, 58.9334],[-2.825099, 58.9329],[-2.8254, 58.9319],[-2.8257, 58.9298],[-2.826499, 58.9287],[-2.827199, 58.9272],[-2.827399, 58.9256],[-2.8276, 58.9254],[-2.828099, 58.9253],[-2.8297, 58.9258],[-2.830499, 58.9264],[-2.8313, 58.9268],[-2.83470, 58.927],[-2.838399, 58.9268],[-2.838399, 58.9265],[-2.837899, 58.9261],[-2.835299, 58.9257],[-2.8324, 58.9252],[-2.8295, 58.9246],[-2.8278, 58.9242],[-2.826499, 58.9238],[-2.8248, 58.923],[-2.823999, 58.9225],[-2.822099, 58.9218],[-2.8203, 58.9216],[-2.8196, 58.9217],[-2.81970, 58.9221],[-2.820499, 58.9225],[-2.822799, 58.923],[-2.8232, 58.9233],[-2.8234, 58.9245],[-2.823299, 58.9253],[-2.8232, 58.9258],[-2.8229, 58.9261],[-2.822001, 58.9262],[-2.8196, 58.9263],[-2.8171, 58.9281],[-2.815799, 58.9287],[-2.814399, 58.9291],[-2.8111, 58.9294],[-2.802599, 58.9297],[-2.798, 58.9292],[-2.7974, 58.9291],[-2.797499, 58.9286],[-2.8016, 58.9268],[-2.802299, 58.9261],[-2.80270, 58.925],[-2.802799, 58.9242],[-2.80270, 58.9235],[-2.801201, 58.923],[-2.7997, 58.9229],[-2.7983, 58.9225],[-2.797699, 58.9221],[-2.797699, 58.9208],[-2.7974, 58.9193],[-2.796801, 58.9188],[-2.795799, 58.9182],[-2.794899, 58.9179],[-2.788599, 58.9170],[-2.7873, 58.9168],[-2.784199, 58.9168],[-2.7823, 58.9170],[-2.780499, 58.9176],[-2.7799, 58.9181],[-2.7792, 58.9191],[-2.77830, 58.9205],[-2.7765, 58.9223],[-2.7753, 58.9242],[-2.775199, 58.9259],[-2.775399, 58.9271],[-2.776, 58.9282],[-2.776801, 58.9288],[-2.777699, 58.9291],[-2.7829, 58.9284],[-2.7857, 58.928],[-2.7883, 58.928],[-2.7888, 58.9283],[-2.78920, 58.9288],[-2.7895, 58.9301],[-2.7897, 58.9318],[-2.788901, 58.9336],[-2.788199, 58.9351],[-2.7876, 58.936],[-2.7867, 58.9366],[-2.784899, 58.9377],[-2.784199, 58.9385],[-2.7837, 58.9395],[-2.783799, 58.9407],[-2.784301, 58.9416],[-2.7848, 58.942],[-2.7859, 58.9424],[-2.789799, 58.9423],[-2.7927, 58.9442],[-2.798199, 58.9466],[-2.798901, 58.9468],[-2.80010, 58.9468],[-2.801001, 58.9468],[-2.80220, 58.9465],[-2.8034, 58.9456],[-2.804399, 58.945],[-2.805, 58.9449],[-2.806801, 58.9447],[-2.8078, 58.9442],[-2.80880, 58.9442],[-2.80880, 58.9446],[-2.8081, 58.945],[-2.806299, 58.9458],[-2.8039, 58.9468],[-2.8025, 58.9478],[-2.8006, 58.9488],[-2.798399, 58.9496],[-2.795399, 58.9508],[-2.7937, 58.9512],[-2.7925, 58.9513],[-2.791201, 58.9514],[-2.787499, 58.9515],[-2.7837, 58.9511],[-2.781899, 58.9511],[-2.778199, 58.9511],[-2.776601, 58.9514],[-2.77570, 58.9516],[-2.775199, 58.952],[-2.773799, 58.9534],[-2.772599, 58.9550],[-2.771899, 58.9556],[-2.7707, 58.9561],[-2.769599, 58.9566],[-2.7668, 58.9573],[-2.76, 58.9586],[-2.751801, 58.9612],[-2.7444, 58.9640],[-2.742899, 58.9649],[-2.741601, 58.9652],[-2.740099, 58.9651],[-2.736601, 58.9647],[-2.7356, 58.9646],[-2.7348, 58.9646],[-2.7323, 58.9649],[-2.727299, 58.9659],[-2.7249, 58.9667],[-2.723701, 58.9672],[-2.722399, 58.9681],[-2.7214, 58.9690],[-2.7209, 58.9699],[-2.7202, 58.9706],[-2.719501, 58.9712],[-2.719, 58.9714],[-2.718501, 58.9716],[-2.717799, 58.9717],[-2.717, 58.9717],[-2.7158, 58.9714],[-2.7154, 58.9714],[-2.7146, 58.9715],[-2.713599, 58.9718],[-2.711699, 58.9727],[-2.7098, 58.9728],[-2.7081, 58.9729],[-2.7074, 58.9730],[-2.706899, 58.9732],[-2.706001, 58.9734],[-2.7053, 58.9734],[-2.704799, 58.9731],[-2.7044, 58.9727],[-2.7044, 58.9725],[-2.7045, 58.9720],[-2.7051, 58.9712],[-2.7056, 58.9696],[-2.707799, 58.9682],[-2.7081, 58.9678],[-2.7083, 58.9672],[-2.7081, 58.9669],[-2.707799, 58.9666],[-2.707299, 58.9664],[-2.7054, 58.9660],[-2.704999, 58.9658],[-2.7049, 58.9655],[-2.704999, 58.9646],[-2.7047, 58.9644],[-2.704101, 58.9643],[-2.701699, 58.9655],[-2.701, 58.9655],[-2.7009, 58.9653],[-2.701699, 58.9641],[-2.701601, 58.9638],[-2.701299, 58.9634],[-2.701, 58.9630],[-2.7011, 58.9626],[-2.701299, 58.9621],[-2.7026, 58.9604],[-2.7028, 58.9597],[-2.70330, 58.9575],[-2.703399, 58.9572],[-2.703799, 58.9568],[-2.7044, 58.9565],[-2.704799, 58.9563],[-2.7053, 58.9559],[-2.705699, 58.9551],[-2.706001, 58.9544],[-2.7068, 58.9532],[-2.7068, 58.9529],[-2.7067, 58.9527],[-2.706001, 58.9522],[-2.7053, 58.9518],[-2.704, 58.9511],[-2.703799, 58.9508],[-2.703701, 58.95],[-2.703399, 58.9494],[-2.703399, 58.9489],[-2.703501, 58.9487],[-2.703901, 58.9486],[-2.7044, 58.9486],[-2.7074, 58.9486],[-2.709899, 58.9484],[-2.71070, 58.9482],[-2.711299, 58.948],[-2.711801, 58.9477],[-2.7128, 58.9469],[-2.7132, 58.9462],[-2.7133, 58.9458],[-2.7133, 58.9452],[-2.7125, 58.9432],[-2.712399, 58.9426],[-2.7125, 58.9422],[-2.7133, 58.9414],[-2.71470, 58.9404],[-2.715199, 58.9397],[-2.715499, 58.9392],[-2.715699, 58.9386],[-2.715699, 58.9379],[-2.7156, 58.9373],[-2.7154, 58.937],[-2.715199, 58.9368],[-2.713599, 58.9355],[-2.7121, 58.9346],[-2.711601, 58.934],[-2.711401, 58.9327],[-2.711, 58.9319],[-2.7105, 58.9313],[-2.7102, 58.9308],[-2.710299, 58.9305],[-2.7105, 58.9303],[-2.7111, 58.9299],[-2.711601, 58.9296],[-2.712001, 58.9292],[-2.7121, 58.9288],[-2.712001, 58.928],[-2.711699, 58.9276],[-2.7089, 58.9259],[-2.70860, 58.9255],[-2.708501, 58.9249],[-2.708501, 58.9236],[-2.7083, 58.9228],[-2.7084, 58.9225],[-2.709301, 58.9219],[-2.709899, 58.9213],[-2.710299, 58.921],[-2.7123, 58.9206],[-2.7158, 58.9204],[-2.7211, 58.9204],[-2.724101, 58.9211],[-2.725399, 58.9214],[-2.7281, 58.9218],[-2.729399, 58.9219],[-2.7325, 58.9223],[-2.7344, 58.9224],[-2.736001, 58.9227],[-2.737799, 58.9231],[-2.7414, 58.9242],[-2.743, 58.9243],[-2.7456, 58.9242],[-2.7476, 58.9241],[-2.7492, 58.9238],[-2.7499, 58.9234],[-2.7502, 58.9229],[-2.750499, 58.9208],[-2.7509, 58.9196],[-2.7514, 58.9188],[-2.7523, 58.9176],[-2.7527, 58.9170],[-2.7532, 58.9166],[-2.754301, 58.9157],[-2.756299, 58.9151],[-2.7578, 58.9146],[-2.7588, 58.9143],[-2.760499, 58.9138],[-2.761801, 58.9137],[-2.7628, 58.9139],[-2.765, 58.9148],[-2.767699, 58.9154],[-2.77, 58.9159],[-2.771801, 58.9162],[-2.773799, 58.9164],[-2.776201, 58.9162],[-2.779799, 58.9154],[-2.781699, 58.9149],[-2.783, 58.9144],[-2.783999, 58.9136],[-2.7846, 58.9129],[-2.7855, 58.9115],[-2.786099, 58.9108],[-2.7871, 58.91],[-2.78920, 58.9093],[-2.7916, 58.9089],[-2.792599, 58.9086],[-2.7934, 58.9082],[-2.794899, 58.9074],[-2.796099, 58.9065],[-2.7967, 58.9059],[-2.7973, 58.9051],[-2.7976, 58.9045],[-2.7983, 58.9028],[-2.798901, 58.9018],[-2.799599, 58.9009],[-2.799599, 58.9006],[-2.7993, 58.9002],[-2.7995, 58.8996],[-2.799999, 58.8991],[-2.80010, 58.8986],[-2.7999, 58.8969],[-2.80010, 58.8965],[-2.8004, 58.896],[-2.8013, 58.8951],[-2.80220, 58.8946],[-2.8032, 58.8943],[-2.8046, 58.8940],[-2.8073, 58.8937],[-2.808501, 58.8934],[-2.809, 58.8931],[-2.8096, 58.8924],[-2.8103, 58.8919],[-2.8116, 58.8914],[-2.813299, 58.8908],[-2.814699, 58.8902],[-2.81570, 58.8897],[-2.8162, 58.8893],[-2.8169, 58.8884],[-2.817199, 58.8881],[-2.8176, 58.888],[-2.819, 58.8878],[-2.8193, 58.8875],[-2.8195, 58.887],[-2.8195, 58.8864],[-2.8194, 58.8857],[-2.8193, 58.8853],[-2.819, 58.8849],[-2.818701, 58.8846],[-2.818099, 58.8841],[-2.8155, 58.883],[-2.8152, 58.8823],[-2.815399, 58.8818],[-2.818701, 58.8812],[-2.819, 58.8809],[-2.8192, 58.8805],[-2.8196, 58.8799],[-2.8196, 58.8795],[-2.8195, 58.8791],[-2.8194, 58.8789],[-2.8183, 58.8783],[-2.8182, 58.8778],[-2.8183, 58.8775],[-2.818701, 58.8773],[-2.82010, 58.8768],[-2.822099, 58.8766],[-2.82390, 58.8762],[-2.82410, 58.876],[-2.824199, 58.8756],[-2.824301, 58.8749],[-2.824399, 58.8745],[-2.82460, 58.8744],[-2.824899, 58.8741],[-2.825799, 58.8739],[-2.829999, 58.8735],[-2.8316, 58.8734],[-2.8329, 58.8734],[-2.834501, 58.874],[-2.8352, 58.8746],[-2.835799, 58.8754],[-2.835799, 58.8757],[-2.835799, 58.876],[-2.8354, 58.8762],[-2.83470, 58.8763],[-2.832599, 58.8769],[-2.831899, 58.8774],[-2.831401, 58.878],[-2.8311, 58.879],[-2.830899, 58.8795],[-2.8306, 58.8797],[-2.8292, 58.8806],[-2.829, 58.8809],[-2.828901, 58.8814],[-2.829101, 58.8817],[-2.8294, 58.882],[-2.829799, 58.8823],[-2.8304, 58.8825],[-2.8315, 58.8828],[-2.835, 58.8828],[-2.8357, 58.8829],[-2.836401, 58.8831],[-2.837699, 58.8844],[-2.838701, 58.8849],[-2.8413, 58.8858],[-2.842499, 58.8863],[-2.842999, 58.887],[-2.8433, 58.8881],[-2.8434, 58.8888],[-2.8439, 58.8894],[-2.844501, 58.8899],[-2.845299, 58.8902],[-2.8461, 58.8903],[-2.848701, 58.8901],[-2.8496, 58.8902],[-2.850399, 58.8905],[-2.851099, 58.8912],[-2.852, 58.892],[-2.852799, 58.8923],[-2.854399, 58.8926],[-2.8601, 58.8928],[-2.862099, 58.893],[-2.8627, 58.8933],[-2.8639, 58.8944],[-2.865099, 58.8951],[-2.8664, 58.8958],[-2.868299, 58.8966],[-2.8719, 58.8975],[-2.874599, 58.8983],[-2.876499, 58.8988],[-2.880199, 58.9001],[-2.881601, 58.9005],[-2.88280, 58.9006],[-2.8843, 58.9005],[-2.885499, 58.9002],[-2.886699, 58.8995],[-2.8878, 58.8989],[-2.890899, 58.8972],[-2.8949, 58.8959],[-2.8984, 58.8954],[-2.9008, 58.8953],[-2.902699, 58.8953],[-2.9041, 58.8955],[-2.9054, 58.8959],[-2.90580, 58.896],[-2.9066, 58.8961],[-2.909699, 58.8961],[-2.913399, 58.8958],[-2.9156, 58.8954],[-2.916899, 58.895],[-2.9175, 58.8947],[-2.9177, 58.8944],[-2.917799, 58.8939],[-2.917599, 58.8934],[-2.915299, 58.8922],[-2.9147, 58.8915],[-2.9145, 58.8908],[-2.9147, 58.8906],[-2.915299, 58.8905],[-2.9164, 58.8907],[-2.9177, 58.8915],[-2.919101, 58.8919],[-2.9205, 58.8922],[-2.9233, 58.8924],[-2.924, 58.8922],[-2.924599, 58.892],[-2.9251, 58.8916],[-2.9261, 58.891],[-2.9266, 58.8908],[-2.9277, 58.8909],[-2.9287, 58.8912],[-2.929399, 58.8919],[-2.9298, 58.8931],[-2.930599, 58.8941],[-2.9324, 58.8948],[-2.9326, 58.8951],[-2.932499, 58.8957],[-2.93210, 58.8963],[-2.9319, 58.8967],[-2.931499, 58.8999],[-2.931299, 58.9026],[-2.931401, 58.9030],[-2.9317, 58.9032],[-2.932199, 58.9034],[-2.933701, 58.9039],[-2.934999, 58.9044],[-2.9358, 58.9048],[-2.93650, 58.9056],[-2.93860, 58.9095],[-2.9389, 58.9099],[-2.943099, 58.9139],[-2.944799, 58.9153],[-2.945499, 58.9156],[-2.9474, 58.9162],[-2.9479, 58.9165],[-2.9486, 58.9172],[-2.949199, 58.9184],[-2.949501, 58.9198],[-2.949899, 58.9208],[-2.9505, 58.9221],[-2.952699, 58.9244],[-2.96050, 58.9288],[-2.964999, 58.9336],[-2.9697, 58.9391],[-2.971601, 58.9423],[-2.971801, 58.9434],[-2.9719, 58.9447],[-2.971801, 58.9463],[-2.9705, 58.9504],[-2.969501, 58.9541],[-2.96890, 58.9566],[-2.9684, 58.9592],[-2.968501, 58.9603],[-2.969, 58.9613],[-2.969599, 58.962],[-2.9709, 58.9625],[-2.9728, 58.9631],[-2.9749, 58.9635],[-2.9772, 58.9637],[-2.979399, 58.9638],[-2.98090, 58.9637],[-2.9827, 58.9633],[-2.983799, 58.9628],[-2.9845, 58.9624],[-2.9855, 58.9617],[-2.986201, 58.9608],[-2.986601, 58.9600],[-2.9869, 58.9596],[-2.98720, 58.9594],[-2.9892, 58.9588],[-2.990099, 58.9584],[-2.9904, 58.9581],[-2.99140, 58.9555],[-2.991699, 58.9552],[-2.992399, 58.9546],[-2.993701, 58.9537],[-2.994999, 58.9529],[-2.996099, 58.9525],[-2.9983, 58.9518],[-3.000299, 58.9514],[-3.00130, 58.9511],[-3.002399, 58.9505],[-3.002899, 58.9496],[-3.00320, 58.9489],[-3.0037, 58.9486],[-3.006099, 58.9478],[-3.0071, 58.9473],[-3.0091, 58.946],[-3.012199, 58.9443],[-3.0144, 58.9436],[-3.019399, 58.9428],[-3.021699, 58.9419],[-3.0237, 58.9413],[-3.026, 58.9411],[-3.02780, 58.9407],[-3.029599, 58.9398],[-3.03230, 58.9395],[-3.0359, 58.9397],[-3.037499, 58.9394],[-3.0406, 58.9382],[-3.044199, 58.9386],[-3.046099, 58.9392],[-3.0478, 58.9392],[-3.05080, 58.9389],[-3.0531, 58.9385],[-3.055099, 58.9375],[-3.058701, 58.9375],[-3.0615, 58.937],[-3.065399, 58.937],[-3.066401, 58.9377],[-3.0678, 58.9388],[-3.07290, 58.9404],[-3.076601, 58.9422],[-3.0822, 58.9425],[-3.086299, 58.9432],[-3.0892, 58.9433],[-3.0897, 58.9432],[-3.0899, 58.9428],[-3.0882, 58.9418],[-3.081401, 58.9394],[-3.0769, 58.935],[-3.0759, 58.934],[-3.075599, 58.933],[-3.075799, 58.9319],[-3.0769, 58.9313],[-3.077001, 58.9299],[-3.0782, 58.9293],[-3.0804, 58.9288],[-3.084199, 58.9284],[-3.088701, 58.9293],[-3.0931, 58.932],[-3.096, 58.9329],[-3.09980, 58.9327],[-3.1054, 58.9324],[-3.1082, 58.9322],[-3.1115, 58.9316],[-3.115099, 58.9296],[-3.1205, 58.9288],[-3.125499, 58.9273],[-3.127001, 58.9267],[-3.1271, 58.9264],[-3.126899, 58.9257],[-3.126699, 58.9251],[-3.1262, 58.9247],[-3.125799, 58.9245],[-3.1249, 58.9245],[-3.1224, 58.9245],[-3.1206, 58.924],[-3.118999, 58.9233],[-3.118, 58.9237],[-3.117399, 58.9244],[-3.116801, 58.9243],[-3.1164, 58.9236],[-3.116499, 58.923],[-3.117599, 58.9223],[-3.117001, 58.9217],[-3.117399, 58.9208],[-3.1201, 58.9203],[-3.122999, 58.9195],[-3.125099, 58.9187],[-3.127599, 58.9177],[-3.132999, 58.9170],[-3.136499, 58.9170],[-3.1479, 58.9186],[-3.150399, 58.9194],[-3.15240, 58.9205],[-3.15470, 58.9211],[-3.1575, 58.9205],[-3.1589, 58.9202],[-3.159899, 58.9196],[-3.1601, 58.9191],[-3.159899, 58.9179],[-3.1605, 58.9173],[-3.1623, 58.9169],[-3.1654, 58.9167],[-3.1672, 58.9170],[-3.168999, 58.9178],[-3.17070, 58.9182],[-3.172699, 58.9181],[-3.172899, 58.9175],[-3.1719, 58.9166],[-3.171801, 58.9158],[-3.1721, 58.9153],[-3.1731, 58.9145],[-3.17490, 58.9135],[-3.1767, 58.9128],[-3.17870, 58.9123],[-3.179899, 58.9126],[-3.1802, 58.9135],[-3.179501, 58.9150],[-3.17960, 58.916],[-3.179899, 58.9167],[-3.1802, 58.9172],[-3.180599, 58.9176],[-3.181401, 58.9181],[-3.182699, 58.9184],[-3.1874, 58.9182],[-3.1885, 58.9177],[-3.189199, 58.9171],[-3.1919, 58.9141],[-3.1947, 58.9131],[-3.1975, 58.9126],[-3.199301, 58.9126],[-3.20100, 58.913],[-3.20330, 58.9140],[-3.2051, 58.9149],[-3.206201, 58.9158],[-3.207799, 58.9174],[-3.2091, 58.9198],[-3.210299, 58.9205],[-3.2125, 58.9211],[-3.2135, 58.9219],[-3.2142, 58.9229],[-3.2156, 58.924],[-3.219501, 58.9254],[-3.221699, 58.9264],[-3.222399, 58.9271],[-3.223099, 58.9282],[-3.2248, 58.9309],[-3.2266, 58.9337],[-3.227299, 58.9353],[-3.227799, 58.9363],[-3.228501, 58.938],[-3.2302, 58.9399],[-3.231801, 58.9423],[-3.232899, 58.9432],[-3.233099, 58.9438],[-3.233099, 58.9448],[-3.232599, 58.9469],[-3.2325, 58.9477],[-3.2312, 58.9489],[-3.231, 58.9493],[-3.2309, 58.9511],[-3.230799, 58.9518],[-3.23, 58.9536],[-3.230099, 58.9541],[-3.2313, 58.9565],[-3.2323, 58.9593],[-3.2325, 58.9603],[-3.232399, 58.9609],[-3.230799, 58.9628],[-3.22840, 58.9648],[-3.227999, 58.9655],[-3.227799, 58.9661],[-3.227799, 58.9670],[-3.2279, 58.9677],[-3.2291, 58.9685],[-3.2344, 58.9708],[-3.238501, 58.9724],[-3.24, 58.9729],[-3.2413, 58.9730],[-3.244301, 58.9730],[-3.244699, 58.9732],[-3.245399, 58.9737],[-3.246601, 58.9748],[-3.2492, 58.977],[-3.2492, 58.9772],[-3.2489, 58.9772],[-3.247499, 58.9767],[-3.246601, 58.9767],[-3.246099, 58.9767],[-3.245899, 58.9768],[-3.245699, 58.9769],[-3.245699, 58.9771],[-3.245899, 58.9775],[-3.247699, 58.9788],[-3.247999, 58.9792],[-3.2481, 58.9797],[-3.24790, 58.9801],[-3.2474, 58.9803],[-3.2469, 58.9803],[-3.2453, 58.9803],[-3.2448, 58.9805],[-3.24460, 58.9808],[-3.2449, 58.9811],[-3.245699, 58.9814],[-3.2472, 58.9817],[-3.2481, 58.9817],[-3.2493, 58.9815],[-3.250099, 58.9813],[-3.2506, 58.9808],[-3.251, 58.9792],[-3.251499, 58.9783],[-3.252001, 58.9780],[-3.2548, 58.9766],[-3.256099, 58.9762],[-3.259599, 58.9749],[-3.260299, 58.9744],[-3.26060, 58.9729],[-3.26270, 58.971],[-3.2637, 58.9696],[-3.263999, 58.9684],[-3.2636, 58.9670],[-3.261801, 58.9652],[-3.2614, 58.9647],[-3.2613, 58.9644],[-3.261499, 58.9639],[-3.261899, 58.9638],[-3.266099, 58.9646],[-3.2692, 58.9649],[-3.2713, 58.965],[-3.273099, 58.965],[-3.2744, 58.9646],[-3.276099, 58.9636],[-3.2771, 58.9625],[-3.2778, 58.9622],[-3.278901, 58.9625],[-3.282799, 58.9621],[-3.285399, 58.962],[-3.286601, 58.9621],[-3.2874, 58.9623],[-3.288701, 58.9630],[-3.2891, 58.9635],[-3.28900, 58.9640],[-3.2876, 58.9658],[-3.2874, 58.9668],[-3.2874, 58.9686],[-3.2878, 58.9694],[-3.2888, 58.9697],[-3.2899, 58.9696],[-3.2906, 58.9693],[-3.292799, 58.9657],[-3.296201, 58.9621],[-3.2969, 58.9611],[-3.297199, 58.9604],[-3.29740, 58.9589],[-3.2976, 58.957],[-3.297499, 58.9553],[-3.2973, 58.9547],[-3.297, 58.9544],[-3.296401, 58.9541],[-3.2936, 58.9536],[-3.2927, 58.9535],[-3.292001, 58.9535],[-3.291899, 58.9532],[-3.292001, 58.9528],[-3.2922, 58.9524],[-3.2927, 58.9521],[-3.293999, 58.9516],[-3.300499, 58.9502],[-3.3022, 58.95],[-3.304899, 58.9498],[-3.3081, 58.9505],[-3.310899, 58.9515],[-3.312999, 58.9527],[-3.31380, 58.9529],[-3.318099, 58.9534],[-3.322099, 58.9531],[-3.324399, 58.9536],[-3.3269, 58.9550],[-3.328399, 58.9562],[-3.328799, 58.9567],[-3.329, 58.9579],[-3.3293, 58.9589],[-3.3296, 58.9596],[-3.329799, 58.9600],[-3.337199, 58.9626],[-3.3426, 58.9644],[-3.344199, 58.9645],[-3.346801, 58.9640],[-3.3492, 58.9638],[-3.3516, 58.9642],[-3.3529, 58.9646],[-3.3533, 58.9648],[-3.3536, 58.9653],[-3.3538, 58.9660],[-3.353501, 58.9667],[-3.353199, 58.9671],[-3.352, 58.9678],[-3.3515, 58.9682],[-3.3513, 58.9688],[-3.3515, 58.9703],[-3.351201, 58.9711],[-3.350399, 58.9718],[-3.3498, 58.9723],[-3.349699, 58.9730],[-3.3499, 58.9736],[-3.350699, 58.9744],[-3.352499, 58.9753],[-3.3548, 58.9760],[-3.356601, 58.9761],[-3.3571, 58.9764],[-3.3575, 58.977],[-3.35840, 58.9784],[-3.3592, 58.9797],[-3.359301, 58.98],[-3.359301, 58.9805],[-3.3592, 58.9809],[-3.358799, 58.9815],[-3.358799, 58.9825],[-3.3598, 58.9832],[-3.359699, 58.9835],[-3.358099, 58.9839],[-3.357899, 58.9849],[-3.3577, 58.9867],[-3.3578, 58.9873],[-3.358, 58.988],[-3.3606, 58.9913],[-3.3606, 58.9916],[-3.3599, 58.9923],[-3.359699, 58.9928],[-3.359999, 58.9933],[-3.360699, 58.9944],[-3.361099, 58.9951],[-3.3654, 58.9976],[-3.3657, 58.9982],[-3.3656, 58.9987],[-3.365099, 58.999],[-3.364799, 58.9994],[-3.3647, 58.9998],[-3.364799, 59.0011],[-3.3647, 59.0013],[-3.36260, 59.0009],[-3.36220, 59.0011],[-3.36260, 59.0031],[-3.362499, 59.0042],[-3.36220, 59.005],[-3.3617, 59.0055],[-3.3598, 59.0061],[-3.358999, 59.0063],[-3.358901, 59.0064],[-3.358999, 59.0067],[-3.360399, 59.0073],[-3.360399, 59.0081],[-3.360199, 59.0087],[-3.358901, 59.0091],[-3.3573, 59.0095],[-3.3571, 59.0098],[-3.357399, 59.0103],[-3.360199, 59.0115],[-3.3613, 59.012],[-3.3618, 59.0124],[-3.362099, 59.0142],[-3.362499, 59.0146],[-3.362999, 59.0151],[-3.363199, 59.0157],[-3.362999, 59.0161],[-3.362299, 59.0163],[-3.359301, 59.0167],[-3.3585, 59.0169],[-3.357899, 59.0171],[-3.357599, 59.0176],[-3.3577, 59.018],[-3.3585, 59.0184],[-3.36220, 59.0186],[-3.36260, 59.0188],[-3.362499, 59.0192],[-3.361201, 59.0197],[-3.3598, 59.0208],[-3.358799, 59.0217],[-3.35820, 59.0219],[-3.3575, 59.0218],[-3.357001, 59.0215],[-3.356699, 59.0216],[-3.356499, 59.0220],[-3.356499, 59.0225],[-3.357199, 59.023],[-3.358599, 59.0236],[-3.358901, 59.0238],[-3.358999, 59.0241],[-3.3585, 59.0245],[-3.358299, 59.0250],[-3.358299, 59.0255],[-3.358701, 59.0261],[-3.358901, 59.0266],[-3.358799, 59.0271],[-3.35820, 59.0279],[-3.357899, 59.0287],[-3.358, 59.0291],[-3.358799, 59.0296],[-3.358901, 59.0302],[-3.358599, 59.0305],[-3.35630, 59.0309],[-3.355, 59.0309],[-3.3538, 59.0304],[-3.3526, 59.0303],[-3.3515, 59.0305],[-3.3513, 59.0308],[-3.3516, 59.0314],[-3.3513, 59.0324],[-3.351001, 59.0330],[-3.350699, 59.0333],[-3.3492, 59.0341],[-3.348599, 59.0344],[-3.3484, 59.0347],[-3.348099, 59.0358],[-3.347899, 59.0373],[-3.347899, 59.038],[-3.348, 59.0386],[-3.348099, 59.0389],[-3.3485, 59.0393],[-3.350399, 59.0399],[-3.351201, 59.0403],[-3.3522, 59.0409],[-3.3533, 59.0424],[-3.354, 59.043],[-3.3557, 59.0443],[-3.356499, 59.0453],[-3.356601, 59.0462],[-3.356601, 59.0473],[-3.35630, 59.0476],[-3.354899, 59.0481],[-3.3547, 59.0484],[-3.354599, 59.0488],[-3.355, 59.0494],[-3.354899, 59.0496],[-3.354501, 59.0499],[-3.352, 59.0509],[-3.3503, 59.0515],[-3.348701, 59.0514],[-3.346499, 59.051],[-3.3429, 59.05],[-3.3416, 59.0498],[-3.3403, 59.0498],[-3.339101, 59.05],[-3.3371, 59.0504],[-3.336, 59.051],[-3.335, 59.0517],[-3.334399, 59.0523],[-3.333501, 59.0533],[-3.3331, 59.0539],[-3.332999, 59.0543],[-3.3329, 59.0549],[-3.3332, 59.0555],[-3.333501, 59.0559],[-3.334399, 59.0568],[-3.3354, 59.0574],[-3.336401, 59.0578],[-3.3376, 59.058],[-3.338599, 59.0581],[-3.342099, 59.0584],[-3.3454, 59.0601],[-3.3461, 59.0606],[-3.346801, 59.0612],[-3.3471, 59.0615],[-3.347399, 59.0619],[-3.3476, 59.0635],[-3.3475, 59.0644],[-3.34690, 59.0653],[-3.346801, 59.0655],[-3.34690, 59.0659],[-3.347199, 59.0662],[-3.34830, 59.0668],[-3.3485, 59.0671],[-3.348599, 59.0675],[-3.3475, 59.0678],[-3.346801, 59.0683],[-3.34620, 59.0706],[-3.345599, 59.0716],[-3.345599, 59.0727],[-3.345599, 59.0757],[-3.345599, 59.0767],[-3.3459, 59.0773],[-3.346699, 59.0782],[-3.3482, 59.0791],[-3.3499, 59.0816],[-3.3506, 59.0833],[-3.3506, 59.0844],[-3.3503, 59.0856],[-3.349999, 59.0864],[-3.3476, 59.0897],[-3.347399, 59.0903],[-3.3473, 59.0909],[-3.3476, 59.0920],[-3.348599, 59.0924],[-3.348901, 59.0928],[-3.349, 59.0934],[-3.349, 59.0941],[-3.348901, 59.0947],[-3.348599, 59.0953],[-3.348, 59.0961],[-3.3464, 59.0974],[-3.345099, 59.0984],[-3.345, 59.0987],[-3.344899, 59.099],[-3.344899, 59.0993],[-3.345, 59.0997],[-3.3457, 59.1001],[-3.3471, 59.1006],[-3.3522, 59.1009],[-3.3533, 59.1012],[-3.355, 59.1024],[-3.3562, 59.1034],[-3.356899, 59.104],[-3.356801, 59.1045],[-3.355099, 59.1057],[-3.352799, 59.107],[-3.349301, 59.1092],[-3.348799, 59.1098],[-3.3484, 59.1107],[-3.34830, 59.1115],[-3.347899, 59.1121],[-3.3434, 59.1136],[-3.3431, 59.1139],[-3.342799, 59.1145],[-3.3426, 59.1152],[-3.342299, 59.1157],[-3.3417, 59.1161],[-3.3397, 59.1166],[-3.334399, 59.1175],[-3.332599, 59.1177],[-3.330899, 59.1179],[-3.329999, 59.1182],[-3.3296, 59.1184],[-3.3292, 59.1188],[-3.328501, 59.1195],[-3.327899, 59.1199],[-3.3262, 59.1208],[-3.32390, 59.1218],[-3.3234, 59.1223],[-3.322999, 59.1225],[-3.322001, 59.1226],[-3.3203, 59.1227],[-3.31970, 59.123],[-3.3194, 59.1233],[-3.3192, 59.1236],[-3.3192, 59.1243],[-3.3196, 59.1267],[-3.31950, 59.1272],[-3.3193, 59.1276],[-3.319101, 59.1279],[-3.317199, 59.1287],[-3.316601, 59.1292],[-3.316499, 59.1299],[-3.316601, 59.1316],[-3.3169, 59.1333],[-3.3173, 59.1338],[-3.31780, 59.1341],[-3.3211, 59.1346],[-3.322999, 59.1348],[-3.3241, 59.1353],[-3.324399, 59.1358],[-3.324199, 59.1363],[-3.3236, 59.1364],[-3.3215, 59.1364],[-3.3206, 59.1368],[-3.319999, 59.1368],[-3.3192, 59.1365],[-3.318399, 59.1362],[-3.3175, 59.1362],[-3.316, 59.1362],[-3.315099, 59.136],[-3.314101, 59.1356],[-3.312299, 59.1357],[-3.3114, 59.1358],[-3.3108, 59.1362],[-3.310699, 59.1364],[-3.311001, 59.1369],[-3.312099, 59.1382],[-3.312299, 59.1388],[-3.312099, 59.1391],[-3.3113, 59.1392],[-3.30940, 59.1393],[-3.3002, 59.14],[-3.295399, 59.14],[-3.2948, 59.14],[-3.294301, 59.1402],[-3.293299, 59.1407],[-3.29320, 59.1407],[-3.292799, 59.1404],[-3.292399, 59.1395],[-3.292099, 59.1394],[-3.291699, 59.1397],[-3.29110, 59.1402],[-3.2904, 59.1406],[-3.289599, 59.1406],[-3.287899, 59.1403],[-3.286201, 59.1409],[-3.284699, 59.1412],[-3.2836, 59.1413],[-3.278399, 59.1413],[-3.276801, 59.1414],[-3.275599, 59.1417],[-3.274301, 59.1428],[-3.272001, 59.1444],[-3.26880, 59.1456],[-3.264899, 59.1466],[-3.2623, 59.1472],[-3.2612, 59.1472],[-3.26, 59.1469],[-3.259399, 59.1469],[-3.2586, 59.1470],[-3.2579, 59.1475],[-3.256601, 59.148],[-3.2542, 59.1486],[-3.2532, 59.1488],[-3.251699, 59.1489],[-3.249599, 59.1490],[-3.2472, 59.1487],[-3.245399, 59.1489],[-3.243999, 59.1491],[-3.243299, 59.1495],[-3.2414, 59.1511],[-3.24060, 59.1516],[-3.2386, 59.1525],[-3.2363, 59.1531],[-3.2356, 59.1531],[-3.234999, 59.1530],[-3.233701, 59.1528],[-3.2325, 59.1527],[-3.231, 59.1530],[-3.2302, 59.1530],[-3.229399, 59.1528],[-3.228701, 59.1522],[-3.228199, 59.1513],[-3.227999, 59.1511],[-3.2276, 59.1510],[-3.225899, 59.1520],[-3.224699, 59.1524],[-3.2228, 59.1531],[-3.221299, 59.1541],[-3.2205, 59.1544],[-3.2198, 59.1544],[-3.2188, 59.1543],[-3.2172, 59.1537],[-3.216201, 59.1537],[-3.214301, 59.1542],[-3.213099, 59.1542],[-3.2105, 59.1539],[-3.209, 59.1537],[-3.2077, 59.1538],[-3.206001, 59.1540],[-3.204999, 59.1543],[-3.203501, 59.1545],[-3.2, 59.1544],[-3.198299, 59.1545],[-3.1961, 59.1545]]],[[[-3.3419, 58.9298],[-3.3397, 58.9297],[-3.3371, 58.9298],[-3.335299, 58.9297],[-3.332299, 58.9294],[-3.3299, 58.929],[-3.328099, 58.9288],[-3.326401, 58.9288],[-3.3253, 58.9285],[-3.324399, 58.9281],[-3.3234, 58.9276],[-3.322999, 58.9272],[-3.3229, 58.9269],[-3.322799, 58.9264],[-3.322799, 58.9256],[-3.323299, 58.925],[-3.325599, 58.923],[-3.326299, 58.9223],[-3.326401, 58.9217],[-3.3259, 58.9207],[-3.3254, 58.9201],[-3.32370, 58.9188],[-3.3215, 58.9174],[-3.3204, 58.9171],[-3.318799, 58.9170],[-3.316299, 58.9173],[-3.31360, 58.9177],[-3.311899, 58.9176],[-3.3106, 58.9170],[-3.310199, 58.9167],[-3.309999, 58.9165],[-3.309799, 58.916],[-3.3099, 58.9154],[-3.310199, 58.9150],[-3.3118, 58.9138],[-3.3131, 58.9129],[-3.3153, 58.9119],[-3.31570, 58.9113],[-3.31570, 58.9102],[-3.31550, 58.9089],[-3.314899, 58.9082],[-3.314101, 58.9075],[-3.3132, 58.9072],[-3.312299, 58.9072],[-3.30940, 58.9073],[-3.3076, 58.9075],[-3.302599, 58.9073],[-3.3001, 58.907],[-3.295799, 58.9064],[-3.29130, 58.9062],[-3.2846, 58.9062],[-3.283299, 58.9060],[-3.2823, 58.9055],[-3.2795, 58.9037],[-3.278, 58.9030],[-3.27510, 58.9021],[-3.270499, 58.9008],[-3.266099, 58.9001],[-3.2653, 58.8997],[-3.2636, 58.8984],[-3.262399, 58.8975],[-3.261699, 58.8971],[-3.2602, 58.8966],[-3.258399, 58.8961],[-3.2512, 58.8948],[-3.246401, 58.8926],[-3.243099, 58.8911],[-3.242199, 58.8904],[-3.24020, 58.8888],[-3.2391, 58.8878],[-3.237999, 58.8871],[-3.2372, 58.887],[-3.2367, 58.8869],[-3.2355, 58.887],[-3.234301, 58.8876],[-3.232899, 58.8881],[-3.231699, 58.8883],[-3.230299, 58.8881],[-3.2283, 58.8872],[-3.2268, 58.8862],[-3.225199, 58.8846],[-3.2245, 58.8839],[-3.223599, 58.8833],[-3.2167, 58.881],[-3.2147, 58.8803],[-3.212699, 58.8789],[-3.209599, 58.8778],[-3.2086, 58.877],[-3.2082, 58.8764],[-3.2081, 58.8755],[-3.208501, 58.8748],[-3.2091, 58.8744],[-3.2112, 58.8741],[-3.21580, 58.8743],[-3.219199, 58.8739],[-3.222001, 58.8732],[-3.2249, 58.8722],[-3.2276, 58.8718],[-3.2281, 58.8713],[-3.228199, 58.8707],[-3.227799, 58.87],[-3.220799, 58.8699],[-3.213901, 58.8693],[-3.21320, 58.8688],[-3.211699, 58.8675],[-3.211299, 58.8663],[-3.2111, 58.865],[-3.211401, 58.8643],[-3.2121, 58.8639],[-3.213099, 58.8636],[-3.2188, 58.8625],[-3.219199, 58.8622],[-3.219599, 58.8617],[-3.21970, 58.8614],[-3.21810, 58.8617],[-3.2165, 58.8622],[-3.215199, 58.8620],[-3.214, 58.8607],[-3.213, 58.8591],[-3.2119, 58.8583],[-3.210299, 58.8575],[-3.205699, 58.8568],[-3.2026, 58.8564],[-3.19980, 58.8562],[-3.1982, 58.8554],[-3.1967, 58.8541],[-3.1963, 58.8533],[-3.1967, 58.8525],[-3.197799, 58.852],[-3.1982, 58.8514],[-3.1982, 58.8508],[-3.197799, 58.8498],[-3.19770, 58.8485],[-3.1982, 58.8476],[-3.1988, 58.8471],[-3.200099, 58.8467],[-3.201601, 58.8461],[-3.2067, 58.8440],[-3.212199, 58.8417],[-3.213099, 58.8411],[-3.213, 58.8406],[-3.2119, 58.8396],[-3.2105, 58.8383],[-3.2082, 58.8378],[-3.2061, 58.8379],[-3.19770, 58.8394],[-3.19510, 58.8393],[-3.1944, 58.8390],[-3.193901, 58.8387],[-3.1928, 58.837],[-3.191601, 58.8355],[-3.19090, 58.8351],[-3.19, 58.8344],[-3.190099, 58.8338],[-3.1928, 58.8330],[-3.195499, 58.8318],[-3.199899, 58.8307],[-3.20100, 58.8303],[-3.2021, 58.8296],[-3.203, 58.8288],[-3.203099, 58.828],[-3.203, 58.8275],[-3.2026, 58.8272],[-3.200799, 58.8267],[-3.1984, 58.8267],[-3.1898, 58.827],[-3.185499, 58.8267],[-3.18100, 58.8265],[-3.1784, 58.8261],[-3.1742, 58.8254],[-3.172699, 58.825],[-3.171, 58.8235],[-3.17050, 58.8226],[-3.171, 58.8213],[-3.1719, 58.8206],[-3.1765, 58.8192],[-3.1782, 58.8185],[-3.1802, 58.8176],[-3.1824, 58.816],[-3.1838, 58.8154],[-3.184999, 58.815],[-3.186201, 58.8148],[-3.191401, 58.814],[-3.194799, 58.8133],[-3.196201, 58.8129],[-3.1986, 58.8116],[-3.2009, 58.8101],[-3.201299, 58.8097],[-3.201601, 58.8094],[-3.201801, 58.8087],[-3.202001, 58.8078],[-3.2021, 58.807],[-3.2021, 58.8065],[-3.20190, 58.806],[-3.2009, 58.8053],[-3.2009, 58.8051],[-3.20100, 58.805],[-3.201401, 58.8049],[-3.2021, 58.8049],[-3.203901, 58.8051],[-3.2061, 58.8058],[-3.2077, 58.8065],[-3.209, 58.8069],[-3.2111, 58.807],[-3.2146, 58.8063],[-3.2168, 58.8057],[-3.217799, 58.8053],[-3.221601, 58.8036],[-3.2228, 58.8033],[-3.224101, 58.8031],[-3.2253, 58.803],[-3.230799, 58.8031],[-3.234999, 58.8028],[-3.2392, 58.8026],[-3.241601, 58.8023],[-3.2453, 58.8012],[-3.24580, 58.801],[-3.246401, 58.8006],[-3.2471, 58.8],[-3.24790, 58.7993],[-3.24860, 58.7982],[-3.2491, 58.7968],[-3.2497, 58.7963],[-3.2504, 58.7953],[-3.250799, 58.7942],[-3.2513, 58.7921],[-3.251801, 58.7912],[-3.2521, 58.791],[-3.252399, 58.7908],[-3.255399, 58.7904],[-3.256099, 58.7901],[-3.2567, 58.7897],[-3.257299, 58.7890],[-3.257499, 58.7885],[-3.257499, 58.788],[-3.257299, 58.7875],[-3.25680, 58.7870],[-3.2558, 58.7865],[-3.2551, 58.7863],[-3.2535, 58.7860],[-3.252001, 58.7858],[-3.2509, 58.7859],[-3.2471, 58.7864],[-3.2456, 58.7862],[-3.2432, 58.7857],[-3.238701, 58.7846],[-3.236001, 58.7841],[-3.2344, 58.7834],[-3.2335, 58.7827],[-3.2327, 58.782],[-3.231601, 58.7812],[-3.229199, 58.7804],[-3.22630, 58.7796],[-3.223599, 58.7785],[-3.22210, 58.7779],[-3.2205, 58.7771],[-3.22020, 58.7767],[-3.220299, 58.776],[-3.2207, 58.7753],[-3.2211, 58.7749],[-3.221601, 58.7747],[-3.222699, 58.7745],[-3.22400, 58.7744],[-3.2258, 58.7745],[-3.22630, 58.7741],[-3.2268, 58.7736],[-3.228199, 58.7728],[-3.229899, 58.7726],[-3.232399, 58.7725],[-3.2344, 58.7726],[-3.235699, 58.773],[-3.236601, 58.7733],[-3.237499, 58.7743],[-3.23830, 58.7750],[-3.2393, 58.7753],[-3.23970, 58.7756],[-3.24, 58.7763],[-3.240099, 58.7765],[-3.240299, 58.7768],[-3.242001, 58.7777],[-3.2427, 58.7782],[-3.242899, 58.7787],[-3.242899, 58.7791],[-3.243299, 58.7793],[-3.2451, 58.7795],[-3.245699, 58.7798],[-3.246099, 58.7804],[-3.2468, 58.7808],[-3.248501, 58.7816],[-3.248701, 58.7817],[-3.2491, 58.7818],[-3.2497, 58.7816],[-3.2502, 58.7815],[-3.2509, 58.7815],[-3.252399, 58.7819],[-3.2537, 58.7821],[-3.2555, 58.7818],[-3.2576, 58.7811],[-3.2609, 58.7806],[-3.26500, 58.7802],[-3.2686, 58.7809],[-3.269399, 58.7808],[-3.270499, 58.7796],[-3.271001, 58.7793],[-3.271699, 58.7791],[-3.2723, 58.7789],[-3.2727, 58.7789],[-3.273299, 58.779],[-3.273999, 58.7793],[-3.2755, 58.7802],[-3.276299, 58.7806],[-3.276601, 58.7807],[-3.277499, 58.7806],[-3.2792, 58.7801],[-3.2813, 58.7797],[-3.283, 58.7793],[-3.284699, 58.7788],[-3.28730, 58.7780],[-3.2881, 58.7777],[-3.289999, 58.7772],[-3.2908, 58.7773],[-3.2915, 58.7776],[-3.292599, 58.7787],[-3.2936, 58.7794],[-3.296099, 58.7799],[-3.296299, 58.7800],[-3.296299, 58.7804],[-3.29530, 58.7821],[-3.2952, 58.7825],[-3.29530, 58.7833],[-3.295399, 58.7836],[-3.2957, 58.7839],[-3.297, 58.7845],[-3.297899, 58.7847],[-3.299, 58.785],[-3.3025, 58.7858],[-3.304899, 58.7879],[-3.3069, 58.7898],[-3.3078, 58.7906],[-3.3093, 58.7914],[-3.3095, 58.7918],[-3.3093, 58.7925],[-3.3092, 58.7928],[-3.3093, 58.7931],[-3.309799, 58.7932],[-3.3114, 58.7931],[-3.3124, 58.7941],[-3.312799, 58.7944],[-3.3139, 58.7943],[-3.314899, 58.7943],[-3.315399, 58.7945],[-3.31550, 58.7950],[-3.315399, 58.7956],[-3.31570, 58.796],[-3.3171, 58.7964],[-3.3201, 58.7979],[-3.320699, 58.7984],[-3.321201, 58.7989],[-3.3217, 58.7999],[-3.321899, 58.8014],[-3.32180, 58.8021],[-3.3215, 58.8031],[-3.3206, 58.8039],[-3.3201, 58.8046],[-3.319999, 58.8053],[-3.320199, 58.8061],[-3.320499, 58.8066],[-3.3211, 58.8069],[-3.3229, 58.8071],[-3.32370, 58.8081],[-3.324699, 58.8086],[-3.3248, 58.809],[-3.3241, 58.8094],[-3.323999, 58.8103],[-3.324399, 58.8108],[-3.325599, 58.8108],[-3.327699, 58.811],[-3.328099, 58.8112],[-3.327899, 58.8115],[-3.327199, 58.8117],[-3.3253, 58.8124],[-3.3254, 58.8127],[-3.326401, 58.8127],[-3.328, 58.8124],[-3.3295, 58.8126],[-3.330499, 58.8131],[-3.3315, 58.814],[-3.3315, 58.8146],[-3.3313, 58.815],[-3.329999, 58.816],[-3.3276, 58.817],[-3.3262, 58.8176],[-3.3262, 58.818],[-3.326699, 58.8182],[-3.328, 58.8183],[-3.3295, 58.8187],[-3.329999, 58.8191],[-3.3303, 58.8199],[-3.330899, 58.8203],[-3.332299, 58.8205],[-3.33590, 58.8213],[-3.3394, 58.8224],[-3.3404, 58.8233],[-3.3415, 58.8245],[-3.34200, 58.8253],[-3.342799, 58.8259],[-3.345799, 58.8265],[-3.347199, 58.8267],[-3.348, 58.827],[-3.3484, 58.8275],[-3.3494, 58.8286],[-3.350399, 58.8296],[-3.351001, 58.8299],[-3.352799, 58.8302],[-3.354, 58.8311],[-3.355099, 58.8323],[-3.35610, 58.8328],[-3.358099, 58.8333],[-3.359999, 58.8338],[-3.361401, 58.8341],[-3.362, 58.8343],[-3.36220, 58.8345],[-3.3633, 58.8358],[-3.364, 58.8363],[-3.364501, 58.8364],[-3.3675, 58.8369],[-3.368099, 58.8371],[-3.3684, 58.8374],[-3.3684, 58.8377],[-3.368299, 58.8382],[-3.3675, 58.8395],[-3.367399, 58.8401],[-3.3675, 58.8404],[-3.368999, 58.8416],[-3.369999, 58.8426],[-3.372, 58.8444],[-3.3733, 58.8462],[-3.3731, 58.8489],[-3.3731, 58.8497],[-3.3736, 58.8509],[-3.373701, 58.8519],[-3.3738, 58.8531],[-3.374, 58.8538],[-3.3752, 58.8547],[-3.375499, 58.8551],[-3.375799, 58.8558],[-3.3761, 58.8567],[-3.3761, 58.8577],[-3.3771, 58.8587],[-3.3775, 58.8598],[-3.3773, 58.8603],[-3.377001, 58.8608],[-3.3741, 58.8642],[-3.3742, 58.8647],[-3.374599, 58.8653],[-3.375499, 58.866],[-3.377001, 58.8671],[-3.3796, 58.8683],[-3.383399, 58.8696],[-3.3864, 58.8704],[-3.3886, 58.8707],[-3.391099, 58.8707],[-3.393199, 58.8705],[-3.394799, 58.8702],[-3.397001, 58.8699],[-3.401099, 58.8695],[-3.4031, 58.8695],[-3.405699, 58.8697],[-3.4085, 58.8705],[-3.4128, 58.872],[-3.4141, 58.8722],[-3.416201, 58.8723],[-3.421099, 58.872],[-3.426899, 58.8714],[-3.430399, 58.8716],[-3.43210, 58.872],[-3.43230, 58.8725],[-3.432001, 58.8732],[-3.432001, 58.8741],[-3.433, 58.8756],[-3.433199, 58.8763],[-3.43210, 58.8789],[-3.431401, 58.8801],[-3.430599, 58.881],[-3.429899, 58.8815],[-3.426899, 58.8828],[-3.426001, 58.8832],[-3.425699, 58.8837],[-3.425699, 58.8849],[-3.426001, 58.8856],[-3.427001, 58.8863],[-3.4282, 58.8867],[-3.4285, 58.887],[-3.428299, 58.8872],[-3.427999, 58.8874],[-3.426899, 58.8876],[-3.424999, 58.8871],[-3.4233, 58.8877],[-3.42200, 58.8891],[-3.4205, 58.891],[-3.419699, 58.8927],[-3.419699, 58.8938],[-3.4198, 58.8954],[-3.4202, 58.898],[-3.420599, 58.8991],[-3.420599, 58.8996],[-3.4203, 58.9002],[-3.419199, 58.9017],[-3.4179, 58.9037],[-3.4164, 58.9049],[-3.415699, 58.9054],[-3.415299, 58.9059],[-3.4151, 58.9065],[-3.4149, 58.9083],[-3.4147, 58.9090],[-3.4143, 58.9097],[-3.413599, 58.9105],[-3.4126, 58.9113],[-3.411401, 58.9123],[-3.4108, 58.9129],[-3.410599, 58.9132],[-3.4101, 58.9146],[-3.40960, 58.9155],[-3.408999, 58.9161],[-3.40750, 58.9170],[-3.405699, 58.9175],[-3.403901, 58.9187],[-3.402299, 58.9201],[-3.401601, 58.9209],[-3.401, 58.922],[-3.4005, 58.9224],[-3.398901, 58.922],[-3.3977, 58.9223],[-3.396801, 58.923],[-3.3959, 58.9236],[-3.394399, 58.9242],[-3.393399, 58.9245],[-3.391299, 58.9246],[-3.39080, 58.9245],[-3.390399, 58.9243],[-3.38960, 58.9236],[-3.389101, 58.9234],[-3.388299, 58.9233],[-3.386001, 58.9232],[-3.38490, 58.923],[-3.3836, 58.9229],[-3.382, 58.9231],[-3.3796, 58.9235],[-3.379101, 58.9234],[-3.3785, 58.923],[-3.3782, 58.9229],[-3.377001, 58.9228],[-3.3764, 58.9228],[-3.3754, 58.9233],[-3.3736, 58.9254],[-3.3731, 58.9258],[-3.372299, 58.9262],[-3.371099, 58.9263],[-3.369699, 58.926],[-3.368701, 58.9261],[-3.367899, 58.9268],[-3.3675, 58.927],[-3.367001, 58.927],[-3.3662, 58.9268],[-3.3657, 58.9269],[-3.365499, 58.9271],[-3.3654, 58.928],[-3.365299, 58.9282],[-3.364799, 58.9285],[-3.36310, 58.9287],[-3.361401, 58.929],[-3.3595, 58.9295],[-3.357599, 58.9299],[-3.35610, 58.9304],[-3.3541, 58.9313],[-3.352499, 58.9319],[-3.351099, 58.9323],[-3.350399, 58.9322],[-3.348901, 58.9316],[-3.346601, 58.9308],[-3.345099, 58.9304],[-3.3433, 58.93],[-3.3419, 58.9298]]],[[[-2.416001, 59.2888],[-2.4147, 59.2874],[-2.412499, 59.2857],[-2.411401, 59.285],[-2.409501, 59.2841],[-2.4047, 59.2823],[-2.402699, 59.2817],[-2.3979, 59.2806],[-2.389199, 59.2793],[-2.389101, 59.2791],[-2.389199, 59.2789],[-2.391001, 59.2785],[-2.39570, 59.2782],[-2.3985, 59.2772],[-2.4, 59.2771],[-2.400399, 59.2772],[-2.4017, 59.2781],[-2.403199, 59.2789],[-2.404, 59.2792],[-2.4054, 59.2795],[-2.4089, 59.2791],[-2.4123, 59.2780],[-2.416001, 59.2773],[-2.417001, 59.2771],[-2.4182, 59.2766],[-2.4198, 59.2760],[-2.421099, 59.2759],[-2.422, 59.2761],[-2.4228, 59.2766],[-2.423599, 59.2780],[-2.4243, 59.2793],[-2.4254, 59.2815],[-2.4258, 59.2818],[-2.4264, 59.2824],[-2.4272, 59.2828],[-2.4281, 59.2833],[-2.429899, 59.2838],[-2.432001, 59.2841],[-2.441601, 59.2842],[-2.450099, 59.2834],[-2.456201, 59.2818],[-2.4605, 59.2819],[-2.463, 59.2818],[-2.4674, 59.2810],[-2.4749, 59.2783],[-2.476401, 59.2776],[-2.4783, 59.2765],[-2.4802, 59.2753],[-2.481699, 59.2741],[-2.4827, 59.2728],[-2.483099, 59.2718],[-2.483299, 59.2702],[-2.4835, 59.2691],[-2.483799, 59.2684],[-2.4845, 59.2675],[-2.4853, 59.2668],[-2.48720, 59.2656],[-2.488199, 59.2649],[-2.4889, 59.2643],[-2.489501, 59.2635],[-2.4902, 59.2623],[-2.490499, 59.262],[-2.4909, 59.2618],[-2.491899, 59.2614],[-2.4927, 59.261],[-2.4934, 59.2605],[-2.4942, 59.2602],[-2.495199, 59.2601],[-2.4965, 59.2596],[-2.4989, 59.2579],[-2.505, 59.2519],[-2.508701, 59.2483],[-2.513799, 59.2446],[-2.516401, 59.2411],[-2.5167, 59.2403],[-2.5168, 59.2397],[-2.5167, 59.2385],[-2.516601, 59.2378],[-2.515899, 59.2365],[-2.514699, 59.2351],[-2.513901, 59.2342],[-2.5127, 59.2332],[-2.51160, 59.2325],[-2.5102, 59.232],[-2.508501, 59.2318],[-2.50680, 59.2318],[-2.5058, 59.2316],[-2.505399, 59.2314],[-2.5051, 59.231],[-2.504301, 59.2298],[-2.503999, 59.229],[-2.503799, 59.2283],[-2.503299, 59.2271],[-2.503099, 59.226],[-2.5034, 59.2253],[-2.5044, 59.2249],[-2.5058, 59.2248],[-2.5071, 59.2248],[-2.507699, 59.2251],[-2.50810, 59.2255],[-2.5083, 59.2263],[-2.5088, 59.2274],[-2.5092, 59.2278],[-2.509501, 59.2280],[-2.511801, 59.2285],[-2.5128, 59.2293],[-2.5136, 59.23],[-2.5144, 59.2312],[-2.518901, 59.2339],[-2.519799, 59.2347],[-2.52, 59.2351],[-2.519799, 59.2357],[-2.51900, 59.2367],[-2.518399, 59.2376],[-2.518199, 59.2393],[-2.5179, 59.2409],[-2.5167, 59.2431],[-2.515599, 59.2443],[-2.5146, 59.2452],[-2.513099, 59.2466],[-2.5111, 59.2488],[-2.508399, 59.2517],[-2.507499, 59.2525],[-2.507, 59.2534],[-2.5069, 59.254],[-2.507, 59.2544],[-2.507299, 59.2547],[-2.509, 59.2553],[-2.515599, 59.2577],[-2.5172, 59.2584],[-2.5192, 59.2588],[-2.5211, 59.2588],[-2.5246, 59.2585],[-2.5257, 59.258],[-2.526601, 59.2569],[-2.530499, 59.2535],[-2.531899, 59.2527],[-2.5335, 59.2519],[-2.5346, 59.2514],[-2.534501, 59.251],[-2.534199, 59.2507],[-2.5334, 59.2502],[-2.5323, 59.2497],[-2.5304, 59.2497],[-2.5276, 59.2497],[-2.526601, 59.2497],[-2.524699, 59.2496],[-2.524301, 59.2495],[-2.523799, 59.2492],[-2.5237, 59.2488],[-2.5237, 59.2484],[-2.523901, 59.2481],[-2.525399, 59.2473],[-2.5257, 59.247],[-2.5258, 59.2465],[-2.5255, 59.245],[-2.5255, 59.2445],[-2.526, 59.2439],[-2.528701, 59.2418],[-2.529, 59.2412],[-2.529, 59.2406],[-2.5288, 59.2402],[-2.5283, 59.2399],[-2.5276, 59.2397],[-2.5267, 59.2395],[-2.525, 59.2396],[-2.522399, 59.24],[-2.5216, 59.2398],[-2.5215, 59.2395],[-2.5216, 59.2392],[-2.5223, 59.2389],[-2.528199, 59.2389],[-2.529799, 59.2388],[-2.531699, 59.2382],[-2.5346, 59.2368],[-2.535199, 59.2365],[-2.535899, 59.2363],[-2.5367, 59.2365],[-2.537499, 59.2372],[-2.5409, 59.2391],[-2.542099, 59.2394],[-2.5438, 59.2397],[-2.546, 59.2398],[-2.5515, 59.2396],[-2.555, 59.2393],[-2.557699, 59.2389],[-2.5606, 59.2382],[-2.564501, 59.2368],[-2.5655, 59.2361],[-2.565799, 59.2357],[-2.566, 59.235],[-2.5659, 59.2345],[-2.565399, 59.2334],[-2.565099, 59.2323],[-2.565099, 59.2306],[-2.565, 59.2292],[-2.565099, 59.2279],[-2.5652, 59.2264],[-2.565399, 59.2253],[-2.5659, 59.2238],[-2.566299, 59.2231],[-2.566601, 59.2227],[-2.567001, 59.2224],[-2.567699, 59.2220],[-2.568701, 59.2219],[-2.5692, 59.2219],[-2.5697, 59.2220],[-2.5703, 59.2221],[-2.572299, 59.2231],[-2.574301, 59.2244],[-2.575099, 59.2249],[-2.576499, 59.2259],[-2.577399, 59.2267],[-2.5776, 59.2271],[-2.577699, 59.2277],[-2.5775, 59.2283],[-2.577199, 59.2286],[-2.576801, 59.229],[-2.5748, 59.2305],[-2.574699, 59.2308],[-2.5755, 59.232],[-2.575799, 59.2326],[-2.5759, 59.2332],[-2.576, 59.2341],[-2.576, 59.2351],[-2.5759, 59.2361],[-2.5757, 59.2368],[-2.57520, 59.2376],[-2.5746, 59.2384],[-2.5741, 59.2387],[-2.5737, 59.2388],[-2.5729, 59.2388],[-2.572099, 59.2387],[-2.5714, 59.2385],[-2.5706, 59.2382],[-2.5699, 59.2378],[-2.5682, 59.237],[-2.567699, 59.2368],[-2.5671, 59.2368],[-2.566299, 59.2369],[-2.565099, 59.2373],[-2.562599, 59.2384],[-2.5611, 59.2389],[-2.5581, 59.2396],[-2.5574, 59.24],[-2.557499, 59.2404],[-2.558599, 59.2411],[-2.56170, 59.2424],[-2.5646, 59.244],[-2.5662, 59.2451],[-2.5673, 59.2456],[-2.568701, 59.2457],[-2.570499, 59.245],[-2.5736, 59.244],[-2.575, 59.2436],[-2.575099, 59.2432],[-2.5746, 59.2419],[-2.5746, 59.2416],[-2.57520, 59.2415],[-2.576401, 59.2417],[-2.579101, 59.2421],[-2.5816, 59.2422],[-2.585099, 59.2421],[-2.586, 59.2418],[-2.586299, 59.2416],[-2.5894, 59.2393],[-2.5927, 59.2374],[-2.594399, 59.2363],[-2.5954, 59.2354],[-2.5959, 59.2347],[-2.5964, 59.233],[-2.596699, 59.2323],[-2.597199, 59.2316],[-2.597699, 59.2312],[-2.598399, 59.231],[-2.5994, 59.2306],[-2.600699, 59.2306],[-2.6022, 59.2309],[-2.6029, 59.2313],[-2.603199, 59.2316],[-2.6033, 59.2321],[-2.6031, 59.2327],[-2.600399, 59.2351],[-2.6001, 59.2354],[-2.5999, 59.2358],[-2.599999, 59.2361],[-2.6005, 59.2366],[-2.6026, 59.2376],[-2.6071, 59.2388],[-2.614501, 59.24],[-2.6218, 59.2399],[-2.626601, 59.2396],[-2.628299, 59.2392],[-2.6308, 59.2384],[-2.632699, 59.2375],[-2.6342, 59.2366],[-2.6352, 59.2357],[-2.636001, 59.2339],[-2.63750, 59.2313],[-2.639199, 59.2291],[-2.639501, 59.2279],[-2.639699, 59.2261],[-2.6398, 59.2233],[-2.6401, 59.2227],[-2.641001, 59.2219],[-2.6419, 59.2211],[-2.6433, 59.2201],[-2.644399, 59.2193],[-2.646899, 59.2186],[-2.6496, 59.2177],[-2.651, 59.2169],[-2.652, 59.2162],[-2.652299, 59.2158],[-2.652699, 59.2145],[-2.652999, 59.2133],[-2.6529, 59.2128],[-2.652299, 59.2121],[-2.6515, 59.2109],[-2.6517, 59.2105],[-2.6522, 59.2103],[-2.652999, 59.2105],[-2.654799, 59.2118],[-2.6556, 59.2121],[-2.6582, 59.2123],[-2.660599, 59.2116],[-2.6633, 59.2107],[-2.664999, 59.2100],[-2.6661, 59.209],[-2.6665, 59.2081],[-2.6672, 59.2058],[-2.668999, 59.2037],[-2.6696, 59.2029],[-2.67, 59.2022],[-2.67, 59.2019],[-2.669101, 59.2008],[-2.669101, 59.1998],[-2.669399, 59.1984],[-2.669899, 59.1979],[-2.671, 59.1973],[-2.672499, 59.1962],[-2.6726, 59.1954],[-2.671099, 59.1935],[-2.671201, 59.1923],[-2.6721, 59.1917],[-2.673199, 59.1923],[-2.6745, 59.195],[-2.6754, 59.1999],[-2.677299, 59.2026],[-2.679101, 59.2047],[-2.6821, 59.2052],[-2.6845, 59.2048],[-2.684999, 59.2043],[-2.6843, 59.2021],[-2.6843, 59.201],[-2.6846, 59.2002],[-2.685199, 59.1995],[-2.687001, 59.1972],[-2.687001, 59.1958],[-2.685899, 59.1934],[-2.6846, 59.1915],[-2.682699, 59.1887],[-2.682199, 59.1875],[-2.682699, 59.1868],[-2.683701, 59.1862],[-2.685499, 59.1855],[-2.687999, 59.1853],[-2.6909, 59.1854],[-2.6917, 59.1858],[-2.6928, 59.1868],[-2.6933, 59.1876],[-2.693501, 59.1887],[-2.693099, 59.1895],[-2.6925, 59.1905],[-2.691801, 59.1913],[-2.6919, 59.1921],[-2.6933, 59.193],[-2.6963, 59.1945],[-2.697799, 59.1959],[-2.697999, 59.1968],[-2.697999, 59.1981],[-2.69770, 59.2004],[-2.697799, 59.2012],[-2.6987, 59.2032],[-2.6987, 59.2042],[-2.697999, 59.206],[-2.6982, 59.2077],[-2.6982, 59.2096],[-2.6966, 59.2153],[-2.6954, 59.2168],[-2.6946, 59.2179],[-2.6943, 59.2186],[-2.692899, 59.2220],[-2.69240, 59.2223],[-2.691499, 59.2225],[-2.690599, 59.2225],[-2.6885, 59.2224],[-2.6874, 59.2222],[-2.6867, 59.2219],[-2.684, 59.221],[-2.6824, 59.2207],[-2.6803, 59.2204],[-2.677799, 59.2201],[-2.677001, 59.2202],[-2.676201, 59.2204],[-2.675699, 59.2206],[-2.674999, 59.2214],[-2.674799, 59.2219],[-2.6747, 59.2224],[-2.675499, 59.2227],[-2.6768, 59.2231],[-2.6785, 59.2237],[-2.679301, 59.2244],[-2.679399, 59.2248],[-2.679301, 59.2253],[-2.6788, 59.2265],[-2.6784, 59.227],[-2.677599, 59.2274],[-2.6764, 59.2278],[-2.6754, 59.2274],[-2.673701, 59.2255],[-2.6689, 59.2246],[-2.6654, 59.2264],[-2.660599, 59.2304],[-2.659899, 59.231],[-2.659101, 59.2321],[-2.6585, 59.2331],[-2.657799, 59.2354],[-2.6575, 59.2357],[-2.657001, 59.236],[-2.65580, 59.2367],[-2.655499, 59.2371],[-2.6554, 59.2375],[-2.6559, 59.2396],[-2.6556, 59.2403],[-2.6551, 59.241],[-2.6542, 59.2418],[-2.6529, 59.2423],[-2.647399, 59.2429],[-2.6456, 59.2435],[-2.643199, 59.2455],[-2.642299, 59.246],[-2.6407, 59.2461],[-2.6382, 59.2464],[-2.6373, 59.2467],[-2.6364, 59.2472],[-2.6352, 59.2483],[-2.634599, 59.2489],[-2.6342, 59.2495],[-2.6347, 59.2506],[-2.6347, 59.2509],[-2.6343, 59.2511],[-2.6333, 59.2513],[-2.6319, 59.2516],[-2.631299, 59.2524],[-2.6305, 59.253],[-2.628299, 59.2535],[-2.627199, 59.2544],[-2.6264, 59.2552],[-2.625099, 59.2558],[-2.6218, 59.2566],[-2.619301, 59.2574],[-2.6159, 59.2585],[-2.6136, 59.2587],[-2.612, 59.2587],[-2.608799, 59.258],[-2.606499, 59.2585],[-2.603199, 59.2595],[-2.5982, 59.2617],[-2.5976, 59.2622],[-2.597399, 59.2629],[-2.5975, 59.2634],[-2.5978, 59.264],[-2.598399, 59.2647],[-2.599301, 59.2649],[-2.5999, 59.2653],[-2.6005, 59.2655],[-2.601401, 59.2657],[-2.6029, 59.2647],[-2.6038, 59.2645],[-2.6048, 59.2646],[-2.6054, 59.2649],[-2.6063, 59.2655],[-2.606899, 59.2660],[-2.6073, 59.2666],[-2.607399, 59.2673],[-2.607001, 59.2681],[-2.606601, 59.2687],[-2.606, 59.2690],[-2.604599, 59.2690],[-2.603501, 59.2687],[-2.6024, 59.2677],[-2.601099, 59.2672],[-2.599999, 59.267],[-2.59830, 59.2669],[-2.596601, 59.2672],[-2.5952, 59.2675],[-2.5938, 59.2680],[-2.5926, 59.2686],[-2.5916, 59.2694],[-2.590899, 59.2702],[-2.5906, 59.2709],[-2.590699, 59.2712],[-2.590899, 59.2719],[-2.591201, 59.2727],[-2.5924, 59.2751],[-2.593501, 59.2759],[-2.595099, 59.2769],[-2.597399, 59.2780],[-2.6054, 59.2810],[-2.609101, 59.2826],[-2.6101, 59.2834],[-2.6106, 59.2845],[-2.611099, 59.2866],[-2.611601, 59.2887],[-2.612099, 59.2912],[-2.612499, 59.2936],[-2.6124, 59.2945],[-2.612099, 59.2951],[-2.611601, 59.2953],[-2.6103, 59.295],[-2.607399, 59.2914],[-2.606, 59.2906],[-2.601099, 59.2906],[-2.599101, 59.2912],[-2.597899, 59.2928],[-2.597199, 59.2933],[-2.594501, 59.2942],[-2.5911, 59.2949],[-2.588599, 59.2951],[-2.586499, 59.2951],[-2.5827, 59.2942],[-2.580899, 59.2934],[-2.5793, 59.2933],[-2.577199, 59.2936],[-2.574399, 59.2943],[-2.568901, 59.2969],[-2.566601, 59.2981],[-2.5648, 59.2991],[-2.5616, 59.3007],[-2.5599, 59.3018],[-2.558599, 59.3033],[-2.5573, 59.3048],[-2.555099, 59.3063],[-2.553299, 59.3068],[-2.5517, 59.3067],[-2.550299, 59.3066],[-2.5478, 59.3053],[-2.5453, 59.3046],[-2.542099, 59.3038],[-2.534101, 59.3034],[-2.528501, 59.3039],[-2.526299, 59.3037],[-2.525899, 59.303],[-2.525899, 59.3018],[-2.5269, 59.3005],[-2.5278, 59.2996],[-2.530299, 59.2981],[-2.5316, 59.2973],[-2.533799, 59.2958],[-2.534501, 59.2949],[-2.5353, 59.2943],[-2.536299, 59.2938],[-2.538, 59.2936],[-2.5411, 59.2938],[-2.5439, 59.2937],[-2.5474, 59.2932],[-2.548599, 59.2927],[-2.549599, 59.292],[-2.5506, 59.2911],[-2.5514, 59.2905],[-2.5531, 59.2882],[-2.554199, 59.2860],[-2.5546, 59.284],[-2.554101, 59.2829],[-2.5513, 59.2795],[-2.5509, 59.2790],[-2.55080, 59.2783],[-2.5509, 59.2772],[-2.551001, 59.2768],[-2.5517, 59.2765],[-2.552099, 59.2764],[-2.5527, 59.2763],[-2.554301, 59.2764],[-2.5552, 59.2766],[-2.555399, 59.2768],[-2.555099, 59.2771],[-2.554501, 59.2773],[-2.5535, 59.2777],[-2.5527, 59.2781],[-2.552299, 59.2785],[-2.552299, 59.2790],[-2.5525, 59.2793],[-2.552799, 59.2796],[-2.5536, 59.2800],[-2.554699, 59.2803],[-2.557199, 59.2805],[-2.5608, 59.2804],[-2.566099, 59.2789],[-2.569799, 59.2775],[-2.572001, 59.2762],[-2.572299, 59.2755],[-2.572001, 59.2727],[-2.5716, 59.2698],[-2.5717, 59.2692],[-2.572299, 59.2685],[-2.5727, 59.2682],[-2.573501, 59.2679],[-2.5746, 59.2682],[-2.575799, 59.2683],[-2.577199, 59.2680],[-2.578799, 59.2673],[-2.5797, 59.2665],[-2.579799, 59.2660],[-2.5799, 59.2656],[-2.579799, 59.2652],[-2.5792, 59.2651],[-2.578599, 59.2652],[-2.5771, 59.2653],[-2.576401, 59.2648],[-2.5738, 59.2632],[-2.569101, 59.2617],[-2.565399, 59.2615],[-2.5601, 59.262],[-2.5576, 59.2619],[-2.5546, 59.2618],[-2.5538, 59.262],[-2.5534, 59.2622],[-2.5525, 59.2627],[-2.552099, 59.2631],[-2.5517, 59.2637],[-2.5514, 59.2642],[-2.5515, 59.2647],[-2.5529, 59.2652],[-2.5548, 59.2652],[-2.555099, 59.2656],[-2.555, 59.2659],[-2.5538, 59.2662],[-2.552999, 59.2664],[-2.5529, 59.2672],[-2.5524, 59.2674],[-2.551899, 59.2674],[-2.5514, 59.2671],[-2.551001, 59.2667],[-2.5501, 59.2655],[-2.549999, 59.2649],[-2.5506, 59.2641],[-2.550499, 59.2639],[-2.5501, 59.2636],[-2.5473, 59.2634],[-2.5446, 59.2634],[-2.54340, 59.2624],[-2.5425, 59.2618],[-2.5415, 59.2617],[-2.540699, 59.2618],[-2.540299, 59.2621],[-2.5402, 59.2628],[-2.5401, 59.2632],[-2.5394, 59.2635],[-2.5376, 59.2634],[-2.5369, 59.2636],[-2.536099, 59.264],[-2.535599, 59.2643],[-2.535399, 59.2647],[-2.535599, 59.2649],[-2.5409, 59.2659],[-2.5409, 59.2661],[-2.540499, 59.2662],[-2.538599, 59.2663],[-2.5358, 59.2667],[-2.5311, 59.2669],[-2.526601, 59.2678],[-2.5255, 59.2679],[-2.5237, 59.2677],[-2.5227, 59.2678],[-2.522399, 59.2678],[-2.5222, 59.2680],[-2.5225, 59.2683],[-2.5234, 59.2686],[-2.5257, 59.2691],[-2.526201, 59.2697],[-2.526, 59.2701],[-2.5253, 59.2705],[-2.5236, 59.2710],[-2.5222, 59.2717],[-2.5211, 59.2726],[-2.5206, 59.2729],[-2.5191, 59.2733],[-2.5171, 59.2735],[-2.512199, 59.2740],[-2.5112, 59.2742],[-2.5104, 59.2745],[-2.508399, 59.2760],[-2.5071, 59.2768],[-2.5049, 59.2777],[-2.500799, 59.2791],[-2.4953, 59.2815],[-2.4927, 59.2827],[-2.4891, 59.2848],[-2.485699, 59.2876],[-2.4848, 59.288],[-2.4835, 59.2883],[-2.479, 59.2897],[-2.477, 59.2899],[-2.471601, 59.2895],[-2.4684, 59.2887],[-2.465899, 59.2884],[-2.46, 59.2883],[-2.457999, 59.2885],[-2.452399, 59.29],[-2.450799, 59.2906],[-2.4488, 59.2916],[-2.4474, 59.2924],[-2.4465, 59.2934],[-2.445899, 59.2944],[-2.4456, 59.2953],[-2.4453, 59.2971],[-2.445199, 59.3024],[-2.44580, 59.3034],[-2.445899, 59.3038],[-2.445699, 59.3042],[-2.4443, 59.3047],[-2.440099, 59.3059],[-2.4379, 59.3071],[-2.435899, 59.3084],[-2.433701, 59.3102],[-2.432899, 59.3106],[-2.4317, 59.3112],[-2.429301, 59.3119],[-2.4281, 59.3123],[-2.4261, 59.3128],[-2.422499, 59.313],[-2.4202, 59.3128],[-2.418999, 59.3126],[-2.4177, 59.3122],[-2.417099, 59.3116],[-2.417099, 59.3106],[-2.4175, 59.3094],[-2.4179, 59.3084],[-2.419399, 59.3063],[-2.4203, 59.3047],[-2.421601, 59.3028],[-2.421601, 59.3022],[-2.421299, 59.3017],[-2.4202, 59.3002],[-2.418, 59.298],[-2.4163, 59.2962],[-2.416001, 59.2956],[-2.4159, 59.2948],[-2.416001, 59.2938],[-2.4161, 59.293],[-2.416899, 59.2907],[-2.416899, 59.2903],[-2.416001, 59.2888]]],[[[-2.8852, 58.8266],[-2.88540, 58.8263],[-2.886899, 58.8255],[-2.887199, 58.8249],[-2.886801, 58.8237],[-2.8864, 58.823],[-2.885499, 58.8225],[-2.884399, 58.8224],[-2.8794, 58.8223],[-2.8785, 58.8222],[-2.877899, 58.822],[-2.876499, 58.8217],[-2.8763, 58.8214],[-2.876601, 58.8209],[-2.876899, 58.8201],[-2.876801, 58.8196],[-2.876, 58.8192],[-2.8759, 58.8189],[-2.8762, 58.8186],[-2.8773, 58.8182],[-2.878299, 58.8174],[-2.878901, 58.8172],[-2.879501, 58.8172],[-2.880199, 58.8174],[-2.8817, 58.8176],[-2.8829, 58.8175],[-2.883501, 58.8176],[-2.8839, 58.8177],[-2.884799, 58.8187],[-2.8857, 58.8199],[-2.8863, 58.8204],[-2.886801, 58.8206],[-2.88770, 58.8203],[-2.8922, 58.8195],[-2.894599, 58.8187],[-2.8973, 58.8171],[-2.9017, 58.8159],[-2.90560, 58.813],[-2.9096, 58.8101],[-2.909899, 58.8096],[-2.91000, 58.809],[-2.9096, 58.8084],[-2.908299, 58.8078],[-2.90770, 58.8072],[-2.90770, 58.8066],[-2.9105, 58.805],[-2.911201, 58.8044],[-2.9115, 58.8041],[-2.9123, 58.8029],[-2.913, 58.802],[-2.913399, 58.8016],[-2.9143, 58.8012],[-2.915299, 58.8012],[-2.916001, 58.8014],[-2.9166, 58.8016],[-2.9186, 58.8021],[-2.9196, 58.8021],[-2.92030, 58.8018],[-2.921299, 58.8014],[-2.923, 58.8004],[-2.924101, 58.7992],[-2.9251, 58.7982],[-2.9267, 58.7969],[-2.927999, 58.796],[-2.929101, 58.7949],[-2.929199, 58.7945],[-2.929101, 58.7942],[-2.9288, 58.7936],[-2.927799, 58.7924],[-2.926201, 58.7918],[-2.924999, 58.7915],[-2.921801, 58.7913],[-2.9207, 58.791],[-2.9205, 58.7906],[-2.9209, 58.7894],[-2.920799, 58.7889],[-2.919899, 58.7877],[-2.919301, 58.7869],[-2.919301, 58.7865],[-2.920399, 58.7861],[-2.9205, 58.7857],[-2.920399, 58.7848],[-2.920099, 58.7839],[-2.920399, 58.7834],[-2.9223, 58.7825],[-2.9226, 58.782],[-2.9224, 58.7816],[-2.9219, 58.7812],[-2.920799, 58.7809],[-2.920599, 58.7807],[-2.920799, 58.7805],[-2.921299, 58.7804],[-2.922199, 58.7804],[-2.923199, 58.7803],[-2.923399, 58.7799],[-2.923501, 58.7792],[-2.922899, 58.7779],[-2.9231, 58.7771],[-2.923501, 58.7765],[-2.9245, 58.7761],[-2.9263, 58.7756],[-2.9265, 58.7753],[-2.9265, 58.7752],[-2.9251, 58.7745],[-2.924599, 58.7743],[-2.9245, 58.7741],[-2.9247, 58.7739],[-2.9252, 58.7738],[-2.92640, 58.7738],[-2.9272, 58.7737],[-2.9279, 58.7734],[-2.9289, 58.7727],[-2.9324, 58.7715],[-2.9353, 58.7712],[-2.93610, 58.7709],[-2.93630, 58.7706],[-2.936001, 58.7702],[-2.93610, 58.77],[-2.9364, 58.7698],[-2.937299, 58.769],[-2.937599, 58.7685],[-2.937599, 58.768],[-2.9375, 58.7676],[-2.937299, 58.7674],[-2.93610, 58.7668],[-2.934, 58.7659],[-2.930599, 58.7646],[-2.93000, 58.7641],[-2.929501, 58.7633],[-2.929101, 58.7625],[-2.9287, 58.7619],[-2.927799, 58.7614],[-2.9254, 58.7604],[-2.922499, 58.7591],[-2.9185, 58.7586],[-2.9149, 58.7585],[-2.912, 58.7567],[-2.908799, 58.7557],[-2.90770, 58.7549],[-2.90720, 58.7544],[-2.90720, 58.754],[-2.9075, 58.7537],[-2.908, 58.7535],[-2.9084, 58.7534],[-2.9086, 58.7531],[-2.908799, 58.7523],[-2.909101, 58.7517],[-2.909501, 58.7513],[-2.9105, 58.7508],[-2.9115, 58.7505],[-2.91190, 58.7502],[-2.91190, 58.7499],[-2.9109, 58.7495],[-2.911099, 58.7493],[-2.91190, 58.7488],[-2.913199, 58.7482],[-2.913399, 58.748],[-2.9133, 58.7479],[-2.9124, 58.7476],[-2.91210, 58.7474],[-2.912199, 58.7472],[-2.91380, 58.7461],[-2.913901, 58.7441],[-2.91400, 58.7431],[-2.9144, 58.7427],[-2.9151, 58.7424],[-2.9165, 58.7417],[-2.916899, 58.7414],[-2.917099, 58.7409],[-2.916899, 58.7402],[-2.9158, 58.7385],[-2.915699, 58.738],[-2.915699, 58.7368],[-2.915699, 58.7363],[-2.91590, 58.7359],[-2.9164, 58.7357],[-2.918999, 58.7362],[-2.919301, 58.7361],[-2.919699, 58.7353],[-2.92030, 58.7345],[-2.9207, 58.7340],[-2.921099, 58.7338],[-2.92200, 58.7337],[-2.923199, 58.7337],[-2.9247, 58.7336],[-2.925499, 58.7335],[-2.9267, 58.7336],[-2.927001, 58.7340],[-2.9274, 58.7341],[-2.92810, 58.7341],[-2.929501, 58.7339],[-2.931601, 58.7335],[-2.93210, 58.7335],[-2.933, 58.7336],[-2.934101, 58.7341],[-2.9345, 58.7343],[-2.9351, 58.7345],[-2.9356, 58.7345],[-2.936201, 58.7343],[-2.9368, 58.7341],[-2.937099, 58.7341],[-2.9381, 58.7343],[-2.939101, 58.7343],[-2.94, 58.7342],[-2.941801, 58.7339],[-2.9444, 58.7335],[-2.9453, 58.7333],[-2.945899, 58.7323],[-2.946201, 58.7320],[-2.9472, 58.7317],[-2.9489, 58.7315],[-2.9505, 58.7314],[-2.951401, 58.7311],[-2.952699, 58.7304],[-2.955199, 58.7304],[-2.959501, 58.7305],[-2.960799, 58.7307],[-2.961499, 58.7312],[-2.9621, 58.7319],[-2.96280, 58.7333],[-2.96300, 58.7338],[-2.9632, 58.7344],[-2.9632, 58.7352],[-2.962699, 58.7369],[-2.96260, 58.7375],[-2.96280, 58.7387],[-2.9633, 58.7400],[-2.963701, 58.7409],[-2.964101, 58.7415],[-2.9644, 58.7418],[-2.96490, 58.7422],[-2.9654, 58.7424],[-2.9661, 58.7425],[-2.96700, 58.7426],[-2.9677, 58.7425],[-2.968501, 58.7423],[-2.969501, 58.7417],[-2.97100, 58.7409],[-2.9723, 58.7400],[-2.9726, 58.7399],[-2.9733, 58.7399],[-2.973701, 58.7399],[-2.9742, 58.7401],[-2.9749, 58.7412],[-2.975199, 58.7417],[-2.975899, 58.7427],[-2.975899, 58.7432],[-2.9749, 58.7446],[-2.974999, 58.745],[-2.9751, 58.7453],[-2.9758, 58.7459],[-2.9784, 58.7474],[-2.979501, 58.748],[-2.9807, 58.7483],[-2.982899, 58.7486],[-2.9834, 58.7488],[-2.9842, 58.7493],[-2.9844, 58.7508],[-2.9846, 58.7514],[-2.985199, 58.7519],[-2.985399, 58.7522],[-2.9855, 58.7531],[-2.9856, 58.7535],[-2.986001, 58.7538],[-2.989599, 58.7543],[-2.990299, 58.7544],[-2.990499, 58.7546],[-2.990499, 58.7549],[-2.9904, 58.7551],[-2.98910, 58.756],[-2.989, 58.7564],[-2.989, 58.757],[-2.9899, 58.7582],[-2.990099, 58.7591],[-2.9899, 58.7593],[-2.98930, 58.7598],[-2.989, 58.76],[-2.9876, 58.7605],[-2.985899, 58.761],[-2.983701, 58.7615],[-2.98090, 58.7615],[-2.978701, 58.7615],[-2.9781, 58.7615],[-2.977799, 58.7618],[-2.9776, 58.7622],[-2.9776, 58.7627],[-2.9783, 58.7638],[-2.9784, 58.7643],[-2.977999, 58.765],[-2.9781, 58.766],[-2.9786, 58.7666],[-2.978701, 58.7674],[-2.9784, 58.7684],[-2.977499, 58.769],[-2.9766, 58.77],[-2.9767, 58.7705],[-2.97690, 58.7711],[-2.977499, 58.7717],[-2.9791, 58.7732],[-2.9793, 58.7739],[-2.9793, 58.7746],[-2.979199, 58.7750],[-2.978199, 58.7764],[-2.9779, 58.7770],[-2.9777, 58.7783],[-2.9777, 58.7788],[-2.9779, 58.7794],[-2.978701, 58.7803],[-2.979599, 58.7810],[-2.979899, 58.7813],[-2.98, 58.7819],[-2.98, 58.7827],[-2.9797, 58.7836],[-2.979199, 58.7843],[-2.97690, 58.7860],[-2.9767, 58.7864],[-2.9766, 58.7868],[-2.9768, 58.7871],[-2.9772, 58.7875],[-2.9776, 58.7877],[-2.978501, 58.7879],[-2.98090, 58.7879],[-2.983799, 58.7873],[-2.985399, 58.7869],[-2.98720, 58.7866],[-2.9884, 58.7865],[-2.989799, 58.7866],[-2.990299, 58.7868],[-2.9911, 58.7872],[-2.991899, 58.7876],[-2.9927, 58.788],[-2.9932, 58.7884],[-2.993701, 58.7892],[-2.9946, 58.791],[-2.995399, 58.7920],[-2.9965, 58.7930],[-2.9978, 58.7939],[-3.000499, 58.7953],[-3.0037, 58.7973],[-3.0051, 58.7978],[-3.007, 58.7981],[-3.009799, 58.7981],[-3.0109, 58.7976],[-3.011801, 58.7976],[-3.0128, 58.7984],[-3.013901, 58.7989],[-3.015199, 58.8007],[-3.0176, 58.8035],[-3.019599, 58.8054],[-3.02, 58.8066],[-3.02, 58.8075],[-3.0193, 58.8087],[-3.016601, 58.8103],[-3.013901, 58.8119],[-3.011699, 58.8131],[-3.01, 58.8133],[-3.00810, 58.8129],[-3.0046, 58.8117],[-3.001601, 58.8096],[-3.0002, 58.8083],[-3.000099, 58.8074],[-3.000099, 58.8065],[-3.000299, 58.8055],[-3.000499, 58.8046],[-3.00130, 58.8041],[-3.002599, 58.8028],[-3.0027, 58.8021],[-3.0028, 58.8012],[-3.0023, 58.8006],[-3.001601, 58.8004],[-3.0006, 58.8004],[-2.9955, 58.8007],[-2.991601, 58.8028],[-2.98490, 58.8051],[-2.98090, 58.8063],[-2.9791, 58.808],[-2.9783, 58.8092],[-2.9777, 58.8112],[-2.977499, 58.8126],[-2.9767, 58.8143],[-2.975199, 58.816],[-2.9735, 58.8176],[-2.9733, 58.8182],[-2.9735, 58.8186],[-2.974301, 58.8189],[-2.976001, 58.8185],[-2.9779, 58.8177],[-2.978701, 58.8171],[-2.9797, 58.8156],[-2.9807, 58.8148],[-2.9823, 58.8142],[-2.983599, 58.8143],[-2.98510, 58.8142],[-2.988501, 58.8151],[-2.989599, 58.8164],[-2.995199, 58.8195],[-2.995899, 58.8206],[-2.996099, 58.8236],[-2.998199, 58.8252],[-3.001, 58.8263],[-3.0035, 58.8267],[-3.005199, 58.8265],[-3.00740, 58.8255],[-3.009, 58.8247],[-3.015, 58.8218],[-3.0197, 58.8197],[-3.0229, 58.8185],[-3.028199, 58.8171],[-3.0308, 58.8167],[-3.03230, 58.8167],[-3.033, 58.8172],[-3.0332, 58.8179],[-3.0336, 58.8191],[-3.034699, 58.8201],[-3.0348, 58.8208],[-3.034501, 58.8212],[-3.033999, 58.8219],[-3.032599, 58.8232],[-3.0308, 58.8242],[-3.02830, 58.8247],[-3.026099, 58.8252],[-3.023999, 58.8266],[-3.0207, 58.8284],[-3.0153, 58.8322],[-3.0132, 58.8333],[-3.011699, 58.8335],[-3.010499, 58.8334],[-3.0088, 58.8330],[-3.0071, 58.8325],[-3.005599, 58.832],[-2.999501, 58.8296],[-2.9963, 58.8309],[-2.9948, 58.8308],[-2.993999, 58.8306],[-2.993799, 58.8303],[-2.994101, 58.8296],[-2.993599, 58.8289],[-2.99120, 58.8285],[-2.987799, 58.8285],[-2.9865, 58.8288],[-2.98530, 58.8293],[-2.98530, 58.8307],[-2.98510, 58.832],[-2.9835, 58.8327],[-2.980299, 58.8330],[-2.973599, 58.8335],[-2.970599, 58.8339],[-2.968501, 58.8351],[-2.9654, 58.8360],[-2.9604, 58.8364],[-2.95880, 58.8361],[-2.95880, 58.8356],[-2.960599, 58.8342],[-2.961401, 58.8329],[-2.96090, 58.8304],[-2.960799, 58.8284],[-2.9604, 58.8267],[-2.957999, 58.8264],[-2.9554, 58.8266],[-2.952399, 58.8278],[-2.95040, 58.829],[-2.9496, 58.8299],[-2.9488, 58.8311],[-2.947099, 58.8327],[-2.944999, 58.8337],[-2.9398, 58.8338],[-2.9217, 58.8365],[-2.913599, 58.8374],[-2.9086, 58.8379],[-2.903901, 58.8380],[-2.9008, 58.8372],[-2.897399, 58.8360],[-2.89290, 58.8349],[-2.8905, 58.8339],[-2.889301, 58.8337],[-2.887001, 58.8336],[-2.8861, 58.8334],[-2.886001, 58.8330],[-2.886001, 58.8315],[-2.88560, 58.8299],[-2.8852, 58.8276],[-2.8852, 58.8266]]],[[[-2.9512, 59.3555],[-2.9502, 59.3541],[-2.9484, 59.3531],[-2.9444, 59.3515],[-2.943099, 59.3506],[-2.94260, 59.3497],[-2.942899, 59.3489],[-2.943501, 59.3486],[-2.94470, 59.3483],[-2.9496, 59.3481],[-2.953, 59.3476],[-2.954101, 59.3473],[-2.9556, 59.3462],[-2.956001, 59.3453],[-2.956401, 59.3446],[-2.956899, 59.3437],[-2.957299, 59.3434],[-2.9581, 59.3432],[-2.9625, 59.3433],[-2.9656, 59.3428],[-2.966201, 59.3425],[-2.9665, 59.3415],[-2.966201, 59.3402],[-2.9646, 59.3394],[-2.96260, 59.3391],[-2.961499, 59.3389],[-2.9611, 59.3388],[-2.96, 59.3379],[-2.9583, 59.3377],[-2.9558, 59.3384],[-2.95250, 59.3388],[-2.951299, 59.3385],[-2.95040, 59.3381],[-2.9502, 59.3369],[-2.950599, 59.3356],[-2.9512, 59.3350],[-2.951801, 59.3346],[-2.953099, 59.3336],[-2.953701, 59.3326],[-2.954, 59.3311],[-2.953599, 59.3292],[-2.953799, 59.3286],[-2.9553, 59.3277],[-2.959, 59.3271],[-2.962699, 59.3273],[-2.964799, 59.3271],[-2.9667, 59.3265],[-2.970299, 59.325],[-2.9721, 59.3248],[-2.973, 59.325],[-2.973901, 59.3255],[-2.9783, 59.3273],[-2.979501, 59.3276],[-2.980799, 59.3272],[-2.981601, 59.3264],[-2.981699, 59.3257],[-2.981499, 59.3243],[-2.982001, 59.3238],[-2.982599, 59.3234],[-2.9844, 59.3224],[-2.98510, 59.3216],[-2.9858, 59.3207],[-2.986201, 59.3197],[-2.9863, 59.3186],[-2.986099, 59.3179],[-2.985699, 59.3171],[-2.985199, 59.3164],[-2.984699, 59.316],[-2.982001, 59.3158],[-2.980099, 59.316],[-2.978701, 59.3164],[-2.9753, 59.3177],[-2.9723, 59.3191],[-2.9712, 59.3194],[-2.970299, 59.3192],[-2.967799, 59.3181],[-2.9635, 59.3167],[-2.961499, 59.3165],[-2.960799, 59.3162],[-2.9598, 59.3158],[-2.959599, 59.3155],[-2.959399, 59.3151],[-2.960299, 59.3135],[-2.960299, 59.3125],[-2.9602, 59.3119],[-2.9597, 59.3108],[-2.9589, 59.3101],[-2.9575, 59.3096],[-2.955499, 59.3091],[-2.9543, 59.3088],[-2.953399, 59.3087],[-2.949699, 59.3091],[-2.946201, 59.3101],[-2.94430, 59.3109],[-2.942899, 59.3114],[-2.940099, 59.3117],[-2.9387, 59.3118],[-2.937999, 59.3113],[-2.9379, 59.3104],[-2.93820, 59.3093],[-2.9377, 59.3082],[-2.937099, 59.3071],[-2.9377, 59.3053],[-2.9377, 59.3046],[-2.933399, 59.3035],[-2.925699, 59.3039],[-2.9223, 59.3051],[-2.921801, 59.3051],[-2.921201, 59.3047],[-2.919501, 59.3025],[-2.917799, 59.3009],[-2.91610, 59.3],[-2.914599, 59.2993],[-2.913, 59.2992],[-2.911099, 59.2993],[-2.908999, 59.2999],[-2.907599, 59.3006],[-2.9066, 59.301],[-2.904799, 59.3018],[-2.9041, 59.3025],[-2.9038, 59.303],[-2.903501, 59.3046],[-2.9031, 59.3052],[-2.9024, 59.3054],[-2.901801, 59.3051],[-2.901601, 59.3042],[-2.901201, 59.3036],[-2.900199, 59.3027],[-2.8998, 59.3016],[-2.899199, 59.3],[-2.898901, 59.2984],[-2.898299, 59.298],[-2.897399, 59.2978],[-2.8954, 59.2974],[-2.895099, 59.2969],[-2.894799, 59.2964],[-2.8952, 59.2953],[-2.8961, 59.2942],[-2.8963, 59.2931],[-2.896001, 59.2924],[-2.89570, 59.2917],[-2.8943, 59.2911],[-2.89290, 59.2909],[-2.886801, 59.2908],[-2.88560, 59.2902],[-2.8826, 59.2874],[-2.8808, 59.2866],[-2.8798, 59.2860],[-2.88, 59.285],[-2.880199, 59.2843],[-2.8799, 59.2827],[-2.880399, 59.2810],[-2.8821, 59.2791],[-2.882499, 59.2786],[-2.882699, 59.2776],[-2.8826, 59.2759],[-2.8829, 59.2747],[-2.882699, 59.2743],[-2.8817, 59.2730],[-2.880199, 59.2690],[-2.880199, 59.2677],[-2.879699, 59.2665],[-2.878299, 59.2664],[-2.876699, 59.2664],[-2.874501, 59.2665],[-2.873701, 59.267],[-2.8738, 59.2678],[-2.8733, 59.2690],[-2.871201, 59.2707],[-2.868701, 59.2712],[-2.867599, 59.2716],[-2.8664, 59.2708],[-2.864501, 59.2701],[-2.8636, 59.2711],[-2.862499, 59.2710],[-2.8592, 59.2696],[-2.858299, 59.2695],[-2.8577, 59.2701],[-2.856601, 59.2704],[-2.852299, 59.2682],[-2.8503, 59.267],[-2.848099, 59.264],[-2.847199, 59.2628],[-2.845799, 59.2612],[-2.84220, 59.2575],[-2.84080, 59.2549],[-2.8385, 59.2525],[-2.8378, 59.2509],[-2.836699, 59.2502],[-2.835599, 59.2495],[-2.835099, 59.2486],[-2.835, 59.2478],[-2.8352, 59.2474],[-2.836401, 59.2473],[-2.84220, 59.2497],[-2.846699, 59.2509],[-2.8484, 59.2508],[-2.8499, 59.2509],[-2.852, 59.2521],[-2.854, 59.2527],[-2.8555, 59.2527],[-2.856699, 59.2525],[-2.8577, 59.2516],[-2.8595, 59.25],[-2.8615, 59.2484],[-2.86240, 59.2467],[-2.863199, 59.246],[-2.86470, 59.2448],[-2.8656, 59.2423],[-2.866499, 59.241],[-2.86940, 59.2405],[-2.871099, 59.2397],[-2.8718, 59.2387],[-2.8726, 59.237],[-2.872699, 59.2358],[-2.872499, 59.2345],[-2.8733, 59.2334],[-2.874599, 59.2324],[-2.875799, 59.2309],[-2.8794, 59.2301],[-2.881099, 59.2293],[-2.884599, 59.2293],[-2.885799, 59.2309],[-2.8861, 59.2334],[-2.8861, 59.2363],[-2.8852, 59.2379],[-2.8838, 59.2386],[-2.8796, 59.2407],[-2.876899, 59.2415],[-2.875299, 59.2426],[-2.875, 59.243],[-2.874799, 59.2437],[-2.8754, 59.2443],[-2.876899, 59.245],[-2.877399, 59.2455],[-2.877399, 59.247],[-2.876801, 59.2481],[-2.8757, 59.2494],[-2.874, 59.25],[-2.873399, 59.2502],[-2.8731, 59.2509],[-2.8739, 59.2521],[-2.8738, 59.2526],[-2.873199, 59.2535],[-2.87290, 59.2544],[-2.872299, 59.2557],[-2.8724, 59.2563],[-2.873701, 59.2575],[-2.8763, 59.2585],[-2.881601, 59.2600],[-2.88560, 59.2597],[-2.8871, 59.2587],[-2.88750, 59.2581],[-2.88730, 59.2563],[-2.887599, 59.2556],[-2.8882, 59.2552],[-2.889101, 59.2554],[-2.89, 59.2558],[-2.8903, 59.257],[-2.890599, 59.2598],[-2.891601, 59.2626],[-2.892999, 59.2643],[-2.895099, 59.2659],[-2.899101, 59.2677],[-2.901299, 59.2686],[-2.9026, 59.2694],[-2.904599, 59.2713],[-2.9062, 59.2725],[-2.9073, 59.2748],[-2.908299, 59.2762],[-2.9107, 59.2772],[-2.9123, 59.2784],[-2.91420, 59.2793],[-2.9205, 59.2813],[-2.9233, 59.2827],[-2.9249, 59.2846],[-2.9254, 59.2857],[-2.9265, 59.2865],[-2.928999, 59.2868],[-2.9345, 59.2862],[-2.9387, 59.2863],[-2.94260, 59.2867],[-2.944999, 59.2869],[-2.9475, 59.2884],[-2.9509, 59.2897],[-2.954101, 59.2895],[-2.955199, 59.2893],[-2.9574, 59.2886],[-2.959199, 59.2882],[-2.9598, 59.2881],[-2.9602, 59.2882],[-2.960299, 59.2884],[-2.956401, 59.2898],[-2.955899, 59.2903],[-2.955899, 59.2906],[-2.9563, 59.2909],[-2.9583, 59.2905],[-2.961, 59.2897],[-2.9633, 59.2887],[-2.9645, 59.2875],[-2.9646, 59.2872],[-2.9633, 59.2863],[-2.959899, 59.2842],[-2.958501, 59.2828],[-2.9582, 59.2818],[-2.958501, 59.2810],[-2.9582, 59.2804],[-2.9577, 59.2801],[-2.9553, 59.2788],[-2.953701, 59.2783],[-2.9486, 59.2768],[-2.9465, 59.2751],[-2.9463, 59.2741],[-2.9465, 59.2733],[-2.95040, 59.2728],[-2.952699, 59.2723],[-2.9561, 59.2715],[-2.958501, 59.2716],[-2.9642, 59.2723],[-2.9658, 59.2715],[-2.9663, 59.2703],[-2.9677, 59.2696],[-2.9725, 59.2695],[-2.976099, 59.2683],[-2.977999, 59.2672],[-2.978701, 59.2662],[-2.978701, 59.2659],[-2.978199, 59.2642],[-2.9784, 59.2631],[-2.978501, 59.262],[-2.9783, 59.2603],[-2.978501, 59.2601],[-2.9789, 59.2601],[-2.979501, 59.2605],[-2.980299, 59.2612],[-2.981499, 59.2614],[-2.985199, 59.2630],[-2.9881, 59.2644],[-2.990099, 59.2647],[-2.9906, 59.2649],[-2.99120, 59.2657],[-2.991801, 59.2667],[-2.9927, 59.2679],[-2.993901, 59.2686],[-2.995399, 59.2691],[-2.999399, 59.2698],[-3.000099, 59.27],[-3.0009, 59.2704],[-3.002899, 59.2723],[-3.003901, 59.2736],[-3.004501, 59.2741],[-3.005, 59.2743],[-3.008199, 59.2750],[-3.015899, 59.2765],[-3.0204, 59.2778],[-3.0208, 59.2781],[-3.0209, 59.2784],[-3.021001, 59.2789],[-3.021001, 59.2793],[-3.0208, 59.2800],[-3.020499, 59.2804],[-3.019799, 59.2809],[-3.019, 59.2815],[-3.0186, 59.2818],[-3.0181, 59.2821],[-3.017999, 59.2824],[-3.0183, 59.2828],[-3.018399, 59.2831],[-3.018501, 59.2834],[-3.0183, 59.2836],[-3.017999, 59.2838],[-3.0174, 59.284],[-3.016601, 59.2848],[-3.01580, 59.2854],[-3.015, 59.2858],[-3.0148, 59.2861],[-3.0155, 59.2869],[-3.0155, 59.2881],[-3.015599, 59.2884],[-3.015899, 59.2886],[-3.0165, 59.289],[-3.0172, 59.2897],[-3.01790, 59.2916],[-3.017999, 59.2921],[-3.01790, 59.2925],[-3.0174, 59.293],[-3.0174, 59.2934],[-3.0176, 59.2939],[-3.017999, 59.2943],[-3.018501, 59.2946],[-3.019399, 59.2947],[-3.02, 59.295],[-3.020099, 59.2954],[-3.0199, 59.2965],[-3.0197, 59.2969],[-3.018501, 59.2979],[-3.0171, 59.2991],[-3.016401, 59.2998],[-3.016401, 59.3002],[-3.0171, 59.3007],[-3.017299, 59.3017],[-3.0178, 59.3025],[-3.018901, 59.303],[-3.0197, 59.3034],[-3.0199, 59.3037],[-3.02, 59.3041],[-3.020299, 59.3055],[-3.020499, 59.3058],[-3.0209, 59.3062],[-3.021801, 59.3067],[-3.023299, 59.3073],[-3.0244, 59.3082],[-3.025399, 59.3089],[-3.0265, 59.3092],[-3.02760, 59.3097],[-3.028399, 59.3104],[-3.028901, 59.311],[-3.029, 59.3114],[-3.028901, 59.3115],[-3.02780, 59.3121],[-3.027499, 59.3123],[-3.027499, 59.3125],[-3.02780, 59.3128],[-3.028199, 59.313],[-3.0294, 59.3134],[-3.029999, 59.3138],[-3.033099, 59.3128],[-3.036201, 59.3141],[-3.0371, 59.3142],[-3.0378, 59.3137],[-3.038399, 59.313],[-3.039, 59.3129],[-3.039599, 59.3132],[-3.0404, 59.3137],[-3.042001, 59.3139],[-3.0429, 59.3145],[-3.044699, 59.3156],[-3.0453, 59.3168],[-3.046099, 59.3173],[-3.047499, 59.3175],[-3.05010, 59.3175],[-3.0517, 59.3178],[-3.054301, 59.319],[-3.055799, 59.3199],[-3.0574, 59.3217],[-3.05810, 59.3222],[-3.059999, 59.3229],[-3.06110, 59.3233],[-3.0615, 59.3239],[-3.0613, 59.3247],[-3.0615, 59.325],[-3.062599, 59.3251],[-3.0637, 59.3256],[-3.064399, 59.3265],[-3.0652, 59.3274],[-3.0678, 59.3299],[-3.0683, 59.3306],[-3.068599, 59.3312],[-3.068701, 59.3320],[-3.068599, 59.3327],[-3.068501, 59.3329],[-3.068099, 59.3331],[-3.066801, 59.3331],[-3.0637, 59.3331],[-3.0627, 59.3330],[-3.059999, 59.3326],[-3.0555, 59.3308],[-3.0532, 59.3296],[-3.052599, 59.3291],[-3.05220, 59.3287],[-3.0516, 59.3284],[-3.051001, 59.3284],[-3.048599, 59.3288],[-3.046201, 59.3291],[-3.044899, 59.3289],[-3.0438, 59.3285],[-3.042799, 59.328],[-3.0413, 59.328],[-3.038501, 59.3272],[-3.036099, 59.3268],[-3.034899, 59.3264],[-3.0334, 59.3253],[-3.032599, 59.3248],[-3.031899, 59.3245],[-3.0309, 59.3245],[-3.029799, 59.3245],[-3.0271, 59.325],[-3.024899, 59.3258],[-3.023299, 59.3269],[-3.0227, 59.3278],[-3.0223, 59.3290],[-3.022001, 59.3298],[-3.021699, 59.3302],[-3.020099, 59.3305],[-3.017699, 59.3306],[-3.013299, 59.3298],[-3.0069, 59.3283],[-3.0051, 59.328],[-3.0028, 59.328],[-3.0004, 59.3286],[-2.9972, 59.3296],[-2.9949, 59.3313],[-2.9934, 59.3317],[-2.990099, 59.3316],[-2.9867, 59.3321],[-2.9823, 59.3333],[-2.980799, 59.3340],[-2.9781, 59.3351],[-2.977299, 59.3363],[-2.9776, 59.3371],[-2.977999, 59.3386],[-2.978501, 59.3408],[-2.979199, 59.3438],[-2.979501, 59.3448],[-2.979399, 59.346],[-2.978501, 59.3469],[-2.976099, 59.3484],[-2.974999, 59.3497],[-2.9745, 59.3522],[-2.973799, 59.3533],[-2.9733, 59.354],[-2.971801, 59.3544],[-2.969501, 59.3543],[-2.967799, 59.3552],[-2.9672, 59.3552],[-2.9653, 59.3547],[-2.963701, 59.3555],[-2.961699, 59.3566],[-2.959599, 59.3578],[-2.9582, 59.3587],[-2.957, 59.3594],[-2.9558, 59.3597],[-2.9545, 59.3599],[-2.951299, 59.3598],[-2.950599, 59.3597],[-2.9505, 59.3595],[-2.9505, 59.3589],[-2.951299, 59.3571],[-2.9512, 59.3555]]],[[[-3.0597, 59.1965],[-3.056299, 59.196],[-3.0559, 59.1961],[-3.0553, 59.1963],[-3.054899, 59.1966],[-3.054301, 59.1973],[-3.0536, 59.1977],[-3.05290, 59.198],[-3.0515, 59.1984],[-3.05080, 59.1985],[-3.049799, 59.1986],[-3.0488, 59.1985],[-3.0483, 59.1983],[-3.04800, 59.1981],[-3.047699, 59.1979],[-3.047499, 59.1976],[-3.0471, 59.1963],[-3.0471, 59.1944],[-3.047199, 59.1933],[-3.0471, 59.1921],[-3.0467, 59.1913],[-3.045799, 59.1904],[-3.0452, 59.1897],[-3.045099, 59.1889],[-3.046201, 59.1867],[-3.046499, 59.1855],[-3.046401, 59.1848],[-3.046099, 59.1844],[-3.0453, 59.1835],[-3.043999, 59.1826],[-3.038501, 59.1809],[-3.03440, 59.1795],[-3.0225, 59.178],[-3.0132, 59.1782],[-3.006299, 59.1784],[-3, 59.1789],[-2.9949, 59.1784],[-2.993299, 59.1785],[-2.992199, 59.1788],[-2.9913, 59.1792],[-2.9902, 59.1803],[-2.98930, 59.1807],[-2.988501, 59.181],[-2.9877, 59.1811],[-2.98740, 59.1814],[-2.98700, 59.1827],[-2.9869, 59.183],[-2.986601, 59.1834],[-2.9858, 59.1836],[-2.9846, 59.1838],[-2.981, 59.1855],[-2.979199, 59.1866],[-2.9786, 59.1872],[-2.977799, 59.1876],[-2.9756, 59.1878],[-2.974101, 59.1883],[-2.970799, 59.1882],[-2.9686, 59.1884],[-2.9651, 59.1883],[-2.963399, 59.1878],[-2.96260, 59.1867],[-2.9625, 59.1848],[-2.96280, 59.1831],[-2.9623, 59.1823],[-2.9604, 59.1819],[-2.9583, 59.1818],[-2.956899, 59.1818],[-2.956401, 59.1816],[-2.955499, 59.1813],[-2.954799, 59.1811],[-2.953701, 59.1813],[-2.952699, 59.1812],[-2.951401, 59.181],[-2.950599, 59.1806],[-2.9502, 59.1802],[-2.950099, 59.1795],[-2.951, 59.1781],[-2.952399, 59.1772],[-2.9526, 59.1767],[-2.9523, 59.1763],[-2.951601, 59.1758],[-2.951601, 59.1754],[-2.953, 59.1747],[-2.95440, 59.1741],[-2.9551, 59.1736],[-2.956201, 59.1732],[-2.957099, 59.1733],[-2.9572, 59.1738],[-2.955699, 59.1744],[-2.955699, 59.1748],[-2.9563, 59.175],[-2.957999, 59.1748],[-2.9597, 59.1741],[-2.96050, 59.1747],[-2.9611, 59.1755],[-2.962001, 59.1764],[-2.962899, 59.1766],[-2.963901, 59.176],[-2.9658, 59.1738],[-2.9679, 59.173],[-2.9684, 59.1722],[-2.96890, 59.1703],[-2.97100, 59.1695],[-2.9709, 59.1691],[-2.9705, 59.1686],[-2.9707, 59.1672],[-2.9726, 59.1652],[-2.975199, 59.1636],[-2.97690, 59.1627],[-2.977, 59.1621],[-2.9768, 59.1614],[-2.974101, 59.1591],[-2.9723, 59.1548],[-2.969599, 59.1512],[-2.967799, 59.1503],[-2.9676, 59.1498],[-2.967799, 59.1479],[-2.9672, 59.1466],[-2.96680, 59.1460],[-2.964999, 59.1439],[-2.96280, 59.1417],[-2.962001, 59.1404],[-2.961801, 59.139],[-2.962001, 59.1378],[-2.962399, 59.1367],[-2.96300, 59.1358],[-2.963701, 59.1354],[-2.966201, 59.1348],[-2.96890, 59.1344],[-2.976201, 59.1333],[-2.9834, 59.1317],[-2.987299, 59.1306],[-2.989399, 59.1299],[-2.99100, 59.1292],[-2.9927, 59.1283],[-2.9944, 59.1278],[-2.9968, 59.1278],[-2.998501, 59.1281],[-2.999799, 59.129],[-3.0014, 59.1289],[-3.004101, 59.1285],[-3.007299, 59.1281],[-3.010799, 59.1282],[-3.015399, 59.1281],[-3.018701, 59.1281],[-3.020499, 59.1283],[-3.0225, 59.1287],[-3.02360, 59.1288],[-3.0258, 59.1289],[-3.027499, 59.1288],[-3.037699, 59.128],[-3.040699, 59.1282],[-3.042001, 59.1287],[-3.0437, 59.1296],[-3.045399, 59.1308],[-3.0469, 59.1314],[-3.0514, 59.1322],[-3.054501, 59.1334],[-3.056499, 59.1346],[-3.058, 59.1354],[-3.059999, 59.1359],[-3.062999, 59.1362],[-3.068701, 59.1371],[-3.070499, 59.1379],[-3.0717, 59.1384],[-3.072799, 59.1386],[-3.074199, 59.1389],[-3.075599, 59.1393],[-3.07730, 59.1403],[-3.077899, 59.1408],[-3.0795, 59.1424],[-3.0803, 59.1431],[-3.08130, 59.1439],[-3.082099, 59.1443],[-3.0848, 59.1449],[-3.085799, 59.1455],[-3.086801, 59.1460],[-3.087899, 59.1463],[-3.0897, 59.1465],[-3.0901, 59.1466],[-3.0904, 59.1469],[-3.090699, 59.1478],[-3.090899, 59.1485],[-3.091201, 59.1490],[-3.0919, 59.1495],[-3.092999, 59.1501],[-3.095, 59.1510],[-3.0962, 59.1518],[-3.0964, 59.1520],[-3.096601, 59.1526],[-3.096601, 59.1530],[-3.0964, 59.1539],[-3.0961, 59.1551],[-3.0971, 59.1569],[-3.0976, 59.1579],[-3.0982, 59.1585],[-3.099101, 59.1590],[-3.099699, 59.1591],[-3.1052, 59.1602],[-3.106801, 59.1604],[-3.107899, 59.1607],[-3.108799, 59.1615],[-3.1092, 59.1617],[-3.110399, 59.1619],[-3.111201, 59.1621],[-3.11180, 59.1625],[-3.1124, 59.1632],[-3.1127, 59.1644],[-3.1126, 59.1655],[-3.112299, 59.1658],[-3.11180, 59.166],[-3.1101, 59.1663],[-3.1098, 59.1666],[-3.1098, 59.1669],[-3.110899, 59.1672],[-3.1113, 59.1674],[-3.1115, 59.1678],[-3.111601, 59.1682],[-3.1115, 59.1692],[-3.1117, 59.1697],[-3.1127, 59.1706],[-3.1136, 59.1714],[-3.115, 59.1729],[-3.1154, 59.1735],[-3.115499, 59.1739],[-3.1154, 59.1742],[-3.115099, 59.1744],[-3.114501, 59.1747],[-3.111201, 59.1751],[-3.1103, 59.1755],[-3.1096, 59.176],[-3.108799, 59.1766],[-3.107199, 59.1776],[-3.1063, 59.178],[-3.1052, 59.1784],[-3.104, 59.1788],[-3.103701, 59.179],[-3.103501, 59.1808],[-3.103199, 59.1815],[-3.102499, 59.1823],[-3.10170, 59.183],[-3.101201, 59.1837],[-3.101001, 59.1841],[-3.1013, 59.1859],[-3.101201, 59.1862],[-3.101001, 59.1865],[-3.100699, 59.1868],[-3.098099, 59.1879],[-3.096801, 59.1889],[-3.0964, 59.1893],[-3.095799, 59.1895],[-3.094599, 59.1899],[-3.093501, 59.1903],[-3.0926, 59.1909],[-3.0918, 59.1916],[-3.091201, 59.1919],[-3.0904, 59.1922],[-3.086, 59.1939],[-3.084, 59.1948],[-3.082599, 59.1954],[-3.082, 59.1957],[-3.0816, 59.1963],[-3.08110, 59.1974],[-3.080499, 59.1982],[-3.079999, 59.1986],[-3.0795, 59.1989],[-3.078701, 59.1993],[-3.077699, 59.1997],[-3.074899, 59.2006],[-3.0736, 59.2007],[-3.0727, 59.2007],[-3.071201, 59.2005],[-3.070499, 59.2002],[-3.0697, 59.1995],[-3.0693, 59.1992],[-3.068799, 59.1990],[-3.0678, 59.1989],[-3.0674, 59.1988],[-3.0671, 59.1983],[-3.0662, 59.1971],[-3.0655, 59.1967],[-3.0648, 59.1966],[-3.0597, 59.1965]]],[[[-2.615499, 59.1578],[-2.6133, 59.1554],[-2.6127, 59.1544],[-2.6126, 59.1537],[-2.6126, 59.1532],[-2.6129, 59.1527],[-2.613501, 59.1522],[-2.6139, 59.1520],[-2.614599, 59.1519],[-2.6177, 59.1519],[-2.618599, 59.1521],[-2.6185, 59.1524],[-2.6157, 59.1532],[-2.6157, 59.1534],[-2.615799, 59.1537],[-2.6163, 59.1542],[-2.61710, 59.1547],[-2.622999, 59.1559],[-2.6238, 59.1562],[-2.625, 59.1569],[-2.6271, 59.1574],[-2.628999, 59.1577],[-2.6305, 59.1576],[-2.631401, 59.1571],[-2.6317, 59.1566],[-2.6315, 59.1560],[-2.631099, 59.1555],[-2.6294, 59.1547],[-2.6259, 59.1531],[-2.6222, 59.1509],[-2.6219, 59.1505],[-2.6218, 59.1501],[-2.6219, 59.1491],[-2.622999, 59.1477],[-2.623199, 59.1470],[-2.622999, 59.1463],[-2.622699, 59.1458],[-2.6222, 59.1452],[-2.6217, 59.1448],[-2.6206, 59.1443],[-2.6194, 59.1440],[-2.6175, 59.1440],[-2.614599, 59.1443],[-2.6124, 59.1446],[-2.610899, 59.1453],[-2.609999, 59.1455],[-2.608599, 59.1454],[-2.607199, 59.1451],[-2.603199, 59.1438],[-2.6005, 59.1428],[-2.59960, 59.1425],[-2.598, 59.1424],[-2.595799, 59.1426],[-2.5941, 59.1427],[-2.592299, 59.1428],[-2.591401, 59.1426],[-2.5903, 59.142],[-2.5896, 59.1417],[-2.588399, 59.1416],[-2.586, 59.1416],[-2.582299, 59.1418],[-2.5811, 59.142],[-2.5804, 59.1422],[-2.5796, 59.1425],[-2.579, 59.1438],[-2.578701, 59.1441],[-2.5783, 59.1442],[-2.5778, 59.1443],[-2.577001, 59.1444],[-2.575, 59.1445],[-2.57390, 59.1443],[-2.5729, 59.1440],[-2.572001, 59.1436],[-2.568399, 59.1435],[-2.568099, 59.1432],[-2.568099, 59.1427],[-2.5683, 59.1424],[-2.571201, 59.1404],[-2.572099, 59.1399],[-2.5731, 59.1396],[-2.576299, 59.1393],[-2.578501, 59.1391],[-2.5799, 59.1393],[-2.582999, 59.1397],[-2.584399, 59.1397],[-2.586699, 59.1395],[-2.590899, 59.1387],[-2.5939, 59.139],[-2.596601, 59.1392],[-2.598399, 59.1391],[-2.599301, 59.1388],[-2.6005, 59.1382],[-2.601001, 59.1379],[-2.601099, 59.1374],[-2.601001, 59.1371],[-2.598701, 59.1356],[-2.598099, 59.1349],[-2.597899, 59.1347],[-2.598, 59.1343],[-2.6008, 59.1333],[-2.6013, 59.1329],[-2.6018, 59.1324],[-2.602099, 59.1319],[-2.602799, 59.1297],[-2.602999, 59.1288],[-2.602999, 59.1277],[-2.602999, 59.127],[-2.602799, 59.1261],[-2.602299, 59.1253],[-2.6016, 59.1243],[-2.599301, 59.1218],[-2.5937, 59.1177],[-2.5913, 59.1163],[-2.589101, 59.1154],[-2.5873, 59.1151],[-2.585299, 59.1148],[-2.5832, 59.1149],[-2.580699, 59.115],[-2.5799, 59.1152],[-2.5796, 59.1153],[-2.579101, 59.1157],[-2.578701, 59.1161],[-2.578, 59.1173],[-2.5775, 59.1178],[-2.57520, 59.1181],[-2.571201, 59.1184],[-2.567699, 59.119],[-2.5635, 59.1199],[-2.5618, 59.1203],[-2.560199, 59.1205],[-2.558199, 59.12],[-2.556299, 59.1199],[-2.554699, 59.1202],[-2.5534, 59.1205],[-2.552599, 59.1208],[-2.5513, 59.1209],[-2.549599, 59.1208],[-2.547499, 59.121],[-2.5446, 59.1223],[-2.54340, 59.123],[-2.541899, 59.1236],[-2.5402, 59.1241],[-2.538599, 59.1243],[-2.537, 59.1239],[-2.5355, 59.1234],[-2.534699, 59.1231],[-2.5344, 59.1229],[-2.534199, 59.1224],[-2.535399, 59.1214],[-2.535899, 59.1202],[-2.538701, 59.1199],[-2.540299, 59.1191],[-2.540299, 59.1188],[-2.538901, 59.1183],[-2.5388, 59.1181],[-2.538901, 59.1174],[-2.5392, 59.1171],[-2.5406, 59.1165],[-2.5408, 59.1161],[-2.541001, 59.1156],[-2.5418, 59.1146],[-2.54340, 59.1136],[-2.545599, 59.113],[-2.5488, 59.113],[-2.549101, 59.1128],[-2.5493, 59.1125],[-2.5492, 59.1122],[-2.5483, 59.111],[-2.5483, 59.1106],[-2.548599, 59.11],[-2.5493, 59.1092],[-2.54950, 59.1084],[-2.54950, 59.1078],[-2.549, 59.1071],[-2.5481, 59.1066],[-2.544199, 59.1049],[-2.5437, 59.1044],[-2.5435, 59.1038],[-2.544101, 59.1027],[-2.5455, 59.1017],[-2.545599, 59.1012],[-2.545, 59.1008],[-2.543299, 59.1001],[-2.54340, 59.0992],[-2.542799, 59.0989],[-2.541699, 59.0988],[-2.5401, 59.0980],[-2.5388, 59.0969],[-2.537499, 59.0964],[-2.5344, 59.0961],[-2.531899, 59.0951],[-2.5301, 59.0941],[-2.529, 59.0942],[-2.5278, 59.0945],[-2.525, 59.0948],[-2.5237, 59.0946],[-2.523299, 59.0944],[-2.523, 59.0940],[-2.523, 59.0935],[-2.5234, 59.0932],[-2.5269, 59.0924],[-2.5271, 59.0922],[-2.5274, 59.0919],[-2.527499, 59.0913],[-2.527699, 59.0908],[-2.5286, 59.0900],[-2.5293, 59.0896],[-2.530299, 59.0894],[-2.5314, 59.0896],[-2.531899, 59.0895],[-2.532099, 59.0892],[-2.53250, 59.0880],[-2.5327, 59.0876],[-2.534101, 59.0866],[-2.535399, 59.0859],[-2.5355, 59.0857],[-2.535399, 59.0854],[-2.5335, 59.0850],[-2.533299, 59.0847],[-2.5335, 59.0845],[-2.5351, 59.084],[-2.535899, 59.0838],[-2.5371, 59.0829],[-2.538599, 59.0817],[-2.5388, 59.0815],[-2.539, 59.081],[-2.538901, 59.0807],[-2.5383, 59.0800],[-2.5369, 59.0791],[-2.5353, 59.0792],[-2.5336, 59.0791],[-2.53250, 59.0789],[-2.532099, 59.0783],[-2.532001, 59.0776],[-2.5323, 59.0769],[-2.5329, 59.0769],[-2.5335, 59.0777],[-2.534101, 59.0777],[-2.5344, 59.0767],[-2.534699, 59.0764],[-2.5351, 59.0762],[-2.536099, 59.0762],[-2.537699, 59.0765],[-2.538501, 59.0767],[-2.5392, 59.0771],[-2.539599, 59.0775],[-2.5399, 59.0782],[-2.540299, 59.0800],[-2.540699, 59.0811],[-2.5411, 59.0819],[-2.541699, 59.0825],[-2.5423, 59.0829],[-2.545099, 59.0836],[-2.548701, 59.0839],[-2.5537, 59.0839],[-2.558, 59.0843],[-2.562599, 59.0848],[-2.5636, 59.0847],[-2.564399, 59.0846],[-2.565799, 59.0842],[-2.566499, 59.0837],[-2.567199, 59.0827],[-2.56780, 59.0813],[-2.5683, 59.0805],[-2.569, 59.0797],[-2.572001, 59.0778],[-2.5734, 59.0769],[-2.573999, 59.0767],[-2.575, 59.0766],[-2.5759, 59.0768],[-2.577001, 59.0773],[-2.578099, 59.0777],[-2.5797, 59.078],[-2.5818, 59.078],[-2.5829, 59.0779],[-2.584501, 59.0777],[-2.58610, 59.0774],[-2.587699, 59.0770],[-2.5894, 59.0765],[-2.5926, 59.0749],[-2.5939, 59.0741],[-2.594301, 59.0738],[-2.595299, 59.0727],[-2.5959, 59.0722],[-2.596699, 59.0721],[-2.5978, 59.0721],[-2.5995, 59.0724],[-2.601201, 59.073],[-2.602499, 59.0734],[-2.603199, 59.0737],[-2.6034, 59.0741],[-2.603701, 59.0755],[-2.604199, 59.0765],[-2.6043, 59.0770],[-2.6041, 59.0774],[-2.6033, 59.078],[-2.6015, 59.0789],[-2.5999, 59.0802],[-2.59960, 59.0807],[-2.5995, 59.0811],[-2.5999, 59.0833],[-2.600199, 59.0857],[-2.600199, 59.0863],[-2.5999, 59.0867],[-2.5973, 59.0880],[-2.5971, 59.0884],[-2.5969, 59.0893],[-2.596801, 59.0907],[-2.597001, 59.0914],[-2.5973, 59.0919],[-2.59960, 59.0935],[-2.5999, 59.0939],[-2.5999, 59.0949],[-2.599999, 59.0955],[-2.6001, 59.0966],[-2.6006, 59.0976],[-2.6015, 59.0985],[-2.6022, 59.099],[-2.603199, 59.0996],[-2.6073, 59.1000],[-2.609699, 59.1005],[-2.6108, 59.1008],[-2.6117, 59.1012],[-2.612999, 59.1015],[-2.6141, 59.1023],[-2.614599, 59.1027],[-2.615499, 59.1031],[-2.618, 59.1033],[-2.618599, 59.1034],[-2.618999, 59.1038],[-2.621201, 59.1052],[-2.623701, 59.1062],[-2.625299, 59.1072],[-2.626899, 59.108],[-2.6278, 59.1083],[-2.628901, 59.1085],[-2.630399, 59.1086],[-2.6364, 59.1078],[-2.6387, 59.1073],[-2.641099, 59.1066],[-2.649101, 59.1034],[-2.6521, 59.1017],[-2.6528, 59.101],[-2.6528, 59.1005],[-2.6526, 59.1003],[-2.651099, 59.0992],[-2.6503, 59.0982],[-2.6494, 59.0970],[-2.6463, 59.0946],[-2.6442, 59.0932],[-2.6421, 59.0915],[-2.641201, 59.0905],[-2.6405, 59.0894],[-2.6401, 59.0886],[-2.639899, 59.0878],[-2.639899, 59.087],[-2.6401, 59.0865],[-2.640399, 59.0861],[-2.640899, 59.0857],[-2.645099, 59.0837],[-2.6461, 59.0827],[-2.6466, 59.0820],[-2.646899, 59.0816],[-2.646899, 59.0811],[-2.6463, 59.079],[-2.6463, 59.0786],[-2.6465, 59.0781],[-2.646899, 59.0773],[-2.647399, 59.0768],[-2.653399, 59.0767],[-2.6589, 59.0777],[-2.6623, 59.0777],[-2.663399, 59.0778],[-2.664799, 59.0782],[-2.6656, 59.0783],[-2.6661, 59.0782],[-2.667399, 59.078],[-2.668099, 59.0775],[-2.669301, 59.0772],[-2.6724, 59.0769],[-2.6761, 59.0757],[-2.6782, 59.076],[-2.679501, 59.0763],[-2.6807, 59.0767],[-2.682899, 59.0777],[-2.6845, 59.0786],[-2.6856, 59.0795],[-2.685899, 59.0801],[-2.6861, 59.081],[-2.686001, 59.0821],[-2.685699, 59.0831],[-2.6851, 59.0835],[-2.684799, 59.0845],[-2.684799, 59.0867],[-2.6847, 59.0873],[-2.6843, 59.0877],[-2.68020, 59.0889],[-2.677799, 59.0897],[-2.677001, 59.0901],[-2.6766, 59.0906],[-2.676201, 59.0930],[-2.6756, 59.0956],[-2.674999, 59.0961],[-2.673501, 59.0970],[-2.672499, 59.0973],[-2.6682, 59.0977],[-2.6675, 59.0980],[-2.666899, 59.0984],[-2.666699, 59.0989],[-2.6661, 59.1005],[-2.665499, 59.1017],[-2.665499, 59.1024],[-2.666001, 59.1035],[-2.6668, 59.1053],[-2.666899, 59.1064],[-2.666699, 59.1073],[-2.666201, 59.1081],[-2.6656, 59.1087],[-2.664799, 59.1092],[-2.662899, 59.1097],[-2.6609, 59.1105],[-2.658099, 59.1117],[-2.6572, 59.1118],[-2.653901, 59.1114],[-2.651801, 59.1113],[-2.6501, 59.1116],[-2.648999, 59.1119],[-2.6458, 59.1126],[-2.644, 59.1127],[-2.6421, 59.1126],[-2.638, 59.112],[-2.6333, 59.1108],[-2.630199, 59.1108],[-2.627399, 59.111],[-2.626, 59.1112],[-2.624799, 59.1115],[-2.6239, 59.1119],[-2.623399, 59.1123],[-2.6218, 59.1136],[-2.620699, 59.1147],[-2.618701, 59.1172],[-2.6173, 59.1184],[-2.616601, 59.1192],[-2.6163, 59.1201],[-2.6162, 59.1217],[-2.6164, 59.1231],[-2.616801, 59.1243],[-2.6184, 59.1255],[-2.621001, 59.1271],[-2.6247, 59.129],[-2.6263, 59.1297],[-2.628099, 59.1303],[-2.6315, 59.1312],[-2.6347, 59.1319],[-2.6385, 59.1334],[-2.641001, 59.1353],[-2.6422, 59.1371],[-2.643199, 59.1391],[-2.643901, 59.14],[-2.6461, 59.142],[-2.6479, 59.1434],[-2.6533, 59.1462],[-2.656001, 59.1468],[-2.6584, 59.1477],[-2.658999, 59.1481],[-2.6594, 59.1486],[-2.66, 59.1498],[-2.6605, 59.1504],[-2.661, 59.1508],[-2.6617, 59.1510],[-2.6626, 59.1511],[-2.664799, 59.1503],[-2.669101, 59.1508],[-2.6702, 59.1511],[-2.6707, 59.1515],[-2.671099, 59.1524],[-2.671099, 59.1529],[-2.6707, 59.1535],[-2.669699, 59.1541],[-2.6688, 59.1543],[-2.666699, 59.1545],[-2.6658, 59.1544],[-2.6649, 59.1541],[-2.6621, 59.1529],[-2.660199, 59.1522],[-2.6582, 59.1520],[-2.6562, 59.1519],[-2.6551, 59.1519],[-2.651099, 59.1520],[-2.64840, 59.1522],[-2.6472, 59.1524],[-2.6441, 59.1537],[-2.64, 59.1564],[-2.634799, 59.1590],[-2.632299, 59.1602],[-2.630599, 59.1607],[-2.629301, 59.1613],[-2.6278, 59.1627],[-2.627199, 59.1628],[-2.626801, 59.1626],[-2.62400, 59.1609],[-2.623399, 59.1604],[-2.622999, 59.1597],[-2.622499, 59.1594],[-2.6217, 59.1592],[-2.6206, 59.1588],[-2.6164, 59.1582],[-2.615499, 59.1578]]],[[[-2.7407, 59.2102],[-2.7444, 59.2091],[-2.746099, 59.2089],[-2.7472, 59.209],[-2.750499, 59.2100],[-2.7528, 59.2102],[-2.7546, 59.2099],[-2.7553, 59.2095],[-2.755199, 59.2092],[-2.7549, 59.2089],[-2.752899, 59.2085],[-2.7471, 59.2070],[-2.746601, 59.2066],[-2.7463, 59.2062],[-2.746099, 59.2056],[-2.746099, 59.2049],[-2.747699, 59.2023],[-2.7497, 59.2001],[-2.751499, 59.197],[-2.7523, 59.1957],[-2.753, 59.1951],[-2.754501, 59.1951],[-2.7553, 59.195],[-2.75740, 59.195],[-2.7602, 59.194],[-2.7621, 59.1943],[-2.7637, 59.1942],[-2.76480, 59.1938],[-2.765199, 59.1936],[-2.7651, 59.1929],[-2.764699, 59.1925],[-2.763901, 59.1923],[-2.7623, 59.1921],[-2.7614, 59.1912],[-2.7592, 59.1906],[-2.7586, 59.1903],[-2.758501, 59.19],[-2.758701, 59.189],[-2.7586, 59.1882],[-2.758501, 59.1874],[-2.757999, 59.1865],[-2.756299, 59.1846],[-2.7553, 59.1836],[-2.755199, 59.183],[-2.7555, 59.1811],[-2.755399, 59.18],[-2.7548, 59.1775],[-2.7546, 59.1744],[-2.7557, 59.1687],[-2.756299, 59.1657],[-2.756299, 59.1634],[-2.7558, 59.1619],[-2.755399, 59.1610],[-2.754699, 59.1597],[-2.753901, 59.1588],[-2.749599, 59.1565],[-2.7471, 59.1562],[-2.7442, 59.1559],[-2.7423, 59.1561],[-2.7409, 59.1561],[-2.739501, 59.1559],[-2.738199, 59.1552],[-2.7369, 59.1542],[-2.736001, 59.1534],[-2.7355, 59.1528],[-2.7353, 59.1510],[-2.735399, 59.1490],[-2.7358, 59.1476],[-2.7365, 59.1462],[-2.737499, 59.1449],[-2.738501, 59.1440],[-2.7388, 59.1438],[-2.739599, 59.1437],[-2.7476, 59.1445],[-2.7492, 59.1448],[-2.751499, 59.1456],[-2.7527, 59.1459],[-2.753599, 59.1460],[-2.7546, 59.1458],[-2.757499, 59.1451],[-2.758701, 59.1448],[-2.759501, 59.1446],[-2.760799, 59.1444],[-2.763299, 59.1443],[-2.7655, 59.1445],[-2.767499, 59.1448],[-2.769599, 59.1447],[-2.7704, 59.1446],[-2.7713, 59.1444],[-2.772799, 59.1438],[-2.7767, 59.1418],[-2.7794, 59.1409],[-2.7811, 59.1396],[-2.7822, 59.1393],[-2.783999, 59.1393],[-2.786401, 59.139],[-2.7873, 59.1391],[-2.7878, 59.1393],[-2.788199, 59.1398],[-2.788399, 59.1405],[-2.788399, 59.1409],[-2.788199, 59.1423],[-2.788, 59.1447],[-2.7873, 59.1466],[-2.7873, 59.1469],[-2.787699, 59.1474],[-2.790499, 59.1486],[-2.7916, 59.1506],[-2.793099, 59.1521],[-2.7936, 59.1526],[-2.7939, 59.1532],[-2.7939, 59.1541],[-2.7937, 59.1546],[-2.792399, 59.1566],[-2.7922, 59.1573],[-2.792099, 59.1595],[-2.7925, 59.1606],[-2.79530, 59.1636],[-2.7967, 59.1651],[-2.7974, 59.1656],[-2.7993, 59.1663],[-2.8006, 59.1666],[-2.8025, 59.1671],[-2.8048, 59.1672],[-2.805599, 59.1674],[-2.806401, 59.1679],[-2.8106, 59.1716],[-2.812599, 59.1735],[-2.8137, 59.174],[-2.815799, 59.1743],[-2.8173, 59.1743],[-2.818399, 59.1742],[-2.818901, 59.174],[-2.81990, 59.1728],[-2.82060, 59.1726],[-2.821001, 59.1725],[-2.8215, 59.1726],[-2.822001, 59.1731],[-2.822799, 59.1757],[-2.825099, 59.1775],[-2.8253, 59.1781],[-2.8253, 59.1788],[-2.8236, 59.1827],[-2.8237, 59.1842],[-2.82460, 59.1866],[-2.8248, 59.1898],[-2.824699, 59.1909],[-2.824399, 59.1919],[-2.8236, 59.1928],[-2.8224, 59.1942],[-2.821899, 59.1946],[-2.8213, 59.1949],[-2.820899, 59.1951],[-2.820199, 59.195],[-2.81970, 59.1947],[-2.818901, 59.1939],[-2.8182, 59.1929],[-2.81800, 59.1899],[-2.8174, 59.1891],[-2.8167, 59.1886],[-2.8155, 59.188],[-2.814501, 59.1878],[-2.808701, 59.1868],[-2.804899, 59.1863],[-2.803999, 59.1861],[-2.8031, 59.1857],[-2.8011, 59.1848],[-2.7999, 59.1844],[-2.7981, 59.1844],[-2.796299, 59.1846],[-2.794501, 59.1849],[-2.7911, 59.1856],[-2.7853, 59.1872],[-2.7806, 59.1889],[-2.778901, 59.1899],[-2.776401, 59.1922],[-2.7758, 59.1931],[-2.775599, 59.1938],[-2.7758, 59.1941],[-2.7779, 59.1951],[-2.777999, 59.1958],[-2.777699, 59.1965],[-2.7774, 59.1969],[-2.7755, 59.1975],[-2.773799, 59.198],[-2.7737, 59.1981],[-2.774199, 59.1990],[-2.774501, 59.1997],[-2.774699, 59.2011],[-2.7746, 59.2037],[-2.774699, 59.2057],[-2.7751, 59.2076],[-2.7753, 59.2082],[-2.7758, 59.2088],[-2.77830, 59.2096],[-2.7812, 59.2103],[-2.7827, 59.2118],[-2.7846, 59.2130],[-2.7878, 59.2141],[-2.788701, 59.2148],[-2.788901, 59.2152],[-2.788599, 59.2160],[-2.7869, 59.2186],[-2.785399, 59.2224],[-2.784501, 59.2235],[-2.781899, 59.2262],[-2.7812, 59.2271],[-2.7809, 59.2277],[-2.780699, 59.2283],[-2.7806, 59.2297],[-2.7808, 59.23],[-2.7834, 59.2305],[-2.784301, 59.231],[-2.7859, 59.232],[-2.7867, 59.2327],[-2.787, 59.2332],[-2.787199, 59.2343],[-2.787199, 59.2362],[-2.787, 59.237],[-2.7867, 59.2377],[-2.786401, 59.2383],[-2.786201, 59.2386],[-2.7848, 59.2394],[-2.779999, 59.2415],[-2.7748, 59.2436],[-2.771899, 59.2446],[-2.7693, 59.245],[-2.7674, 59.2457],[-2.766099, 59.2464],[-2.759, 59.2506],[-2.7579, 59.2511],[-2.756201, 59.2512],[-2.7549, 59.251],[-2.7544, 59.2508],[-2.7535, 59.2501],[-2.7532, 59.2494],[-2.753, 59.2481],[-2.753, 59.2474],[-2.753299, 59.2467],[-2.7546, 59.2455],[-2.7567, 59.244],[-2.7576, 59.2427],[-2.7579, 59.2423],[-2.758501, 59.2418],[-2.7593, 59.2409],[-2.761001, 59.2398],[-2.761899, 59.239],[-2.7621, 59.2387],[-2.762199, 59.2381],[-2.762001, 59.2372],[-2.761699, 59.2363],[-2.760799, 59.2346],[-2.7599, 59.2326],[-2.7588, 59.2322],[-2.757299, 59.2318],[-2.7553, 59.2316],[-2.747999, 59.2315],[-2.743099, 59.2302],[-2.7393, 59.2282],[-2.7335, 59.2255],[-2.7313, 59.2245],[-2.7307, 59.2238],[-2.7305, 59.2224],[-2.7312, 59.2186],[-2.732199, 59.2171],[-2.7332, 59.2158],[-2.734301, 59.2148],[-2.7363, 59.2137],[-2.7377, 59.2126],[-2.7392, 59.2112],[-2.7407, 59.2102]]],[[[-2.797899, 59.0793],[-2.7981, 59.0786],[-2.798901, 59.0769],[-2.799101, 59.076],[-2.7992, 59.0748],[-2.7992, 59.073],[-2.7993, 59.0699],[-2.799599, 59.0691],[-2.80010, 59.0684],[-2.8006, 59.0679],[-2.8013, 59.0674],[-2.8034, 59.0669],[-2.8055, 59.0665],[-2.8067, 59.0663],[-2.8073, 59.066],[-2.807699, 59.0656],[-2.8081, 59.0646],[-2.808399, 59.0639],[-2.8093, 59.0633],[-2.8118, 59.0616],[-2.8124, 59.0611],[-2.8134, 59.0598],[-2.814399, 59.0583],[-2.814501, 59.0579],[-2.8146, 59.0574],[-2.8146, 59.0568],[-2.814301, 59.0559],[-2.814301, 59.0554],[-2.814301, 59.0548],[-2.814501, 59.0541],[-2.814699, 59.0534],[-2.815099, 59.0531],[-2.81590, 59.0528],[-2.81780, 59.0525],[-2.818799, 59.0519],[-2.8195, 59.0512],[-2.8204, 59.0499],[-2.821001, 59.0487],[-2.8217, 59.0468],[-2.8217, 59.0464],[-2.8216, 59.0461],[-2.821201, 59.0458],[-2.820899, 59.0457],[-2.8192, 59.0452],[-2.818701, 59.045],[-2.817899, 59.0448],[-2.816401, 59.0443],[-2.81570, 59.044],[-2.815, 59.0436],[-2.814199, 59.0431],[-2.8139, 59.0426],[-2.81380, 59.0418],[-2.813999, 59.0407],[-2.8139, 59.0405],[-2.8137, 59.0404],[-2.812799, 59.0405],[-2.812001, 59.0404],[-2.8113, 59.0402],[-2.810899, 59.0399],[-2.8095, 59.0388],[-2.807199, 59.0370],[-2.8069, 59.0369],[-2.8055, 59.0369],[-2.8053, 59.0366],[-2.805399, 59.0364],[-2.8057, 59.0359],[-2.805799, 59.0356],[-2.805599, 59.0355],[-2.805, 59.0355],[-2.804501, 59.0353],[-2.804399, 59.0351],[-2.804501, 59.0349],[-2.805099, 59.0344],[-2.8052, 59.0341],[-2.805099, 59.0339],[-2.804101, 59.0333],[-2.8039, 59.0327],[-2.803999, 59.0314],[-2.8038, 59.0310],[-2.8029, 59.0300],[-2.80270, 59.0296],[-2.80270, 59.0289],[-2.8029, 59.0284],[-2.802999, 59.0281],[-2.8035, 59.0279],[-2.8053, 59.0274],[-2.8103, 59.0265],[-2.813999, 59.0256],[-2.815, 59.0253],[-2.815599, 59.0250],[-2.816099, 59.0246],[-2.816801, 59.0240],[-2.8175, 59.0227],[-2.818099, 59.0224],[-2.818901, 59.0223],[-2.8208, 59.0221],[-2.8214, 59.0217],[-2.8216, 59.0213],[-2.822099, 59.0207],[-2.82270, 59.0204],[-2.8237, 59.02],[-2.826801, 59.0190],[-2.827199, 59.0186],[-2.827399, 59.018],[-2.8278, 59.0179],[-2.828599, 59.0179],[-2.8297, 59.0182],[-2.8306, 59.0185],[-2.8313, 59.0192],[-2.831201, 59.0207],[-2.8308, 59.0222],[-2.830899, 59.0231],[-2.8311, 59.0240],[-2.832, 59.0251],[-2.8327, 59.0257],[-2.8341, 59.0262],[-2.834599, 59.0264],[-2.8357, 59.0266],[-2.836801, 59.0268],[-2.83800, 59.0268],[-2.839301, 59.0266],[-2.8406, 59.0263],[-2.841201, 59.026],[-2.8419, 59.0254],[-2.84240, 59.0251],[-2.8427, 59.0250],[-2.844, 59.0251],[-2.846699, 59.0259],[-2.849101, 59.0270],[-2.851099, 59.0281],[-2.852, 59.0289],[-2.852499, 59.0295],[-2.8531, 59.0300],[-2.854199, 59.0305],[-2.855599, 59.0309],[-2.8562, 59.0311],[-2.857599, 59.0313],[-2.8592, 59.0315],[-2.86260, 59.0315],[-2.8649, 59.0317],[-2.866601, 59.0319],[-2.87060, 59.0325],[-2.8719, 59.0329],[-2.874501, 59.0336],[-2.875499, 59.0336],[-2.8778, 59.0329],[-2.880399, 59.0319],[-2.882299, 59.0319],[-2.88280, 59.0318],[-2.883199, 59.0314],[-2.8836, 59.0312],[-2.8841, 59.0310],[-2.8852, 59.0311],[-2.88750, 59.0318],[-2.8879, 59.0319],[-2.888799, 59.0321],[-2.888999, 59.032],[-2.889199, 59.0318],[-2.889199, 59.0313],[-2.889199, 59.0308],[-2.889501, 59.0304],[-2.889899, 59.0303],[-2.8905, 59.0304],[-2.89150, 59.0310],[-2.892699, 59.0326],[-2.8931, 59.0331],[-2.893701, 59.0337],[-2.895099, 59.0345],[-2.896699, 59.0353],[-2.8972, 59.0354],[-2.898099, 59.0356],[-2.898799, 59.0357],[-2.899899, 59.0358],[-2.9008, 59.0358],[-2.90200, 59.0356],[-2.903199, 59.0352],[-2.9042, 59.0348],[-2.9052, 59.0344],[-2.905499, 59.0342],[-2.906001, 59.0338],[-2.9063, 59.0335],[-2.906699, 59.0329],[-2.907001, 59.0318],[-2.907099, 59.0311],[-2.9073, 59.0309],[-2.908799, 59.0305],[-2.9101, 59.0299],[-2.911801, 59.0296],[-2.913399, 59.0294],[-2.9152, 59.0293],[-2.916201, 59.0294],[-2.919301, 59.0309],[-2.9207, 59.0313],[-2.9217, 59.0314],[-2.9226, 59.0314],[-2.9238, 59.0314],[-2.9251, 59.0311],[-2.926001, 59.0307],[-2.9266, 59.0305],[-2.9285, 59.0307],[-2.9296, 59.0308],[-2.930399, 59.0309],[-2.931401, 59.0311],[-2.93210, 59.0314],[-2.9324, 59.0318],[-2.932499, 59.0325],[-2.932499, 59.0331],[-2.932199, 59.0346],[-2.9317, 59.0360],[-2.931201, 59.0365],[-2.9307, 59.0370],[-2.9279, 59.0386],[-2.9268, 59.0397],[-2.9265, 59.0401],[-2.92640, 59.0404],[-2.9268, 59.0417],[-2.9267, 59.0423],[-2.92640, 59.0429],[-2.9259, 59.0433],[-2.923501, 59.0449],[-2.92200, 59.0459],[-2.921499, 59.0464],[-2.921299, 59.0468],[-2.9219, 59.0493],[-2.9221, 59.0503],[-2.9219, 59.0508],[-2.921401, 59.0512],[-2.92, 59.0516],[-2.915699, 59.0531],[-2.914599, 59.0536],[-2.913901, 59.054],[-2.9123, 59.0552],[-2.912, 59.0561],[-2.912, 59.0566],[-2.91210, 59.057],[-2.913, 59.0578],[-2.91420, 59.0593],[-2.9144, 59.06],[-2.9144, 59.0603],[-2.91400, 59.0608],[-2.91380, 59.0613],[-2.9141, 59.0618],[-2.9147, 59.0624],[-2.9147, 59.0626],[-2.914599, 59.0628],[-2.9143, 59.063],[-2.90980, 59.0639],[-2.907099, 59.0644],[-2.90560, 59.0649],[-2.904999, 59.0652],[-2.9045, 59.0657],[-2.903701, 59.0679],[-2.9031, 59.0687],[-2.901601, 59.0695],[-2.9007, 59.0703],[-2.9005, 59.0711],[-2.9001, 59.0755],[-2.9, 59.0769],[-2.8998, 59.0771],[-2.899501, 59.0771],[-2.898901, 59.0762],[-2.8979, 59.074],[-2.897399, 59.0721],[-2.896699, 59.0703],[-2.8962, 59.0692],[-2.89570, 59.0683],[-2.895499, 59.0674],[-2.8954, 59.0662],[-2.895099, 59.0655],[-2.8947, 59.0651],[-2.8922, 59.0637],[-2.8903, 59.0628],[-2.888299, 59.0621],[-2.886899, 59.0615],[-2.8852, 59.0609],[-2.882699, 59.0605],[-2.880399, 59.06],[-2.8794, 59.0597],[-2.8784, 59.0595],[-2.877399, 59.0594],[-2.875, 59.0594],[-2.872499, 59.0595],[-2.869301, 59.0596],[-2.869101, 59.0595],[-2.869101, 59.0594],[-2.86920, 59.0591],[-2.871401, 59.0587],[-2.871401, 59.0585],[-2.871001, 59.0581],[-2.8701, 59.0575],[-2.868901, 59.0571],[-2.867399, 59.0567],[-2.866499, 59.056],[-2.8656, 59.0553],[-2.86260, 59.0543],[-2.86050, 59.0532],[-2.8598, 59.0531],[-2.859301, 59.0532],[-2.858999, 59.0534],[-2.858701, 59.0538],[-2.858799, 59.0543],[-2.8592, 59.0546],[-2.861001, 59.0553],[-2.86240, 59.0561],[-2.864, 59.0568],[-2.8657, 59.0571],[-2.866, 59.0573],[-2.8661, 59.0574],[-2.8659, 59.0576],[-2.859101, 59.0571],[-2.850699, 59.0576],[-2.84900, 59.058],[-2.847699, 59.0583],[-2.846299, 59.0586],[-2.84500, 59.0588],[-2.8427, 59.0593],[-2.8416, 59.0597],[-2.841401, 59.0601],[-2.8419, 59.0619],[-2.8419, 59.0623],[-2.8418, 59.0628],[-2.8415, 59.0631],[-2.840499, 59.0636],[-2.838099, 59.0645],[-2.836601, 59.065],[-2.8355, 59.0656],[-2.834599, 59.0663],[-2.834301, 59.0667],[-2.834199, 59.0673],[-2.834301, 59.0677],[-2.83470, 59.0688],[-2.835, 59.0694],[-2.8354, 59.07],[-2.836499, 59.0708],[-2.838701, 59.0718],[-2.838799, 59.0725],[-2.8385, 59.073],[-2.8378, 59.0737],[-2.837399, 59.0741],[-2.8371, 59.0755],[-2.836699, 59.0768],[-2.836401, 59.0773],[-2.836, 59.0775],[-2.835, 59.0777],[-2.8338, 59.0777],[-2.8325, 59.0775],[-2.8313, 59.0774],[-2.829999, 59.0774],[-2.829101, 59.0775],[-2.8283, 59.0779],[-2.8276, 59.0782],[-2.826499, 59.0791],[-2.8255, 59.0797],[-2.8248, 59.0800],[-2.82410, 59.0800],[-2.8232, 59.0798],[-2.8192, 59.079],[-2.81780, 59.079],[-2.8167, 59.0791],[-2.816099, 59.0793],[-2.814699, 59.0798],[-2.812999, 59.0804],[-2.8116, 59.0809],[-2.8106, 59.0821],[-2.8101, 59.0833],[-2.810199, 59.0855],[-2.809799, 59.0861],[-2.8081, 59.0868],[-2.806201, 59.0872],[-2.8029, 59.0878],[-2.8018, 59.0878],[-2.801001, 59.0877],[-2.7995, 59.0874],[-2.7988, 59.0872],[-2.798199, 59.0866],[-2.797699, 59.0859],[-2.7971, 59.0844],[-2.796801, 59.0835],[-2.796801, 59.0830],[-2.7973, 59.0824],[-2.797699, 59.0818],[-2.797899, 59.0813],[-2.798, 59.0806],[-2.797899, 59.0793]]],[[[-3.138299, 58.8013],[-3.138299, 58.8006],[-3.138299, 58.7998],[-3.1385, 58.7994],[-3.138799, 58.799],[-3.139199, 58.7984],[-3.14000, 58.7977],[-3.1419, 58.7962],[-3.145299, 58.7934],[-3.147399, 58.791],[-3.1496, 58.7893],[-3.151299, 58.7888],[-3.152499, 58.7883],[-3.1529, 58.788],[-3.1531, 58.7877],[-3.153, 58.7872],[-3.1528, 58.7869],[-3.152499, 58.7866],[-3.1517, 58.7864],[-3.1508, 58.7863],[-3.1473, 58.7865],[-3.14630, 58.7867],[-3.1454, 58.7870],[-3.1428, 58.7883],[-3.140599, 58.7892],[-3.1396, 58.7895],[-3.13410, 58.7902],[-3.1317, 58.7902],[-3.131099, 58.7902],[-3.130599, 58.7900],[-3.13030, 58.7897],[-3.13010, 58.7892],[-3.130399, 58.788],[-3.1307, 58.7874],[-3.131299, 58.7868],[-3.1328, 58.7862],[-3.136899, 58.7847],[-3.1419, 58.7839],[-3.145299, 58.7836],[-3.147001, 58.7833],[-3.1508, 58.7824],[-3.154599, 58.7815],[-3.156001, 58.7815],[-3.157099, 58.7818],[-3.15850, 58.782],[-3.160399, 58.7818],[-3.162199, 58.7806],[-3.163, 58.7805],[-3.163701, 58.7805],[-3.165299, 58.7809],[-3.1661, 58.7809],[-3.1673, 58.7802],[-3.1679, 58.7801],[-3.16860, 58.7806],[-3.169501, 58.7809],[-3.17, 58.7808],[-3.171401, 58.7799],[-3.1724, 58.7797],[-3.1743, 58.7795],[-3.175699, 58.7794],[-3.1761, 58.7792],[-3.176899, 58.7787],[-3.1779, 58.7777],[-3.1785, 58.7775],[-3.17960, 58.7777],[-3.18100, 58.7785],[-3.181499, 58.7786],[-3.1823, 58.7785],[-3.182699, 58.7783],[-3.183199, 58.7777],[-3.183599, 58.7773],[-3.1842, 58.7771],[-3.184799, 58.7770],[-3.1854, 58.7770],[-3.1866, 58.7772],[-3.1875, 58.7777],[-3.187999, 58.7778],[-3.188999, 58.7778],[-3.1896, 58.7780],[-3.190099, 58.7780],[-3.191401, 58.7778],[-3.192199, 58.7777],[-3.193099, 58.7778],[-3.1942, 58.7781],[-3.19490, 58.7782],[-3.19580, 58.7782],[-3.197001, 58.7779],[-3.197999, 58.7777],[-3.1986, 58.7777],[-3.199199, 58.7780],[-3.19980, 58.7785],[-3.200599, 58.7788],[-3.2025, 58.7795],[-3.203799, 58.7800],[-3.2046, 58.7804],[-3.205199, 58.7806],[-3.2058, 58.7807],[-3.206401, 58.7807],[-3.2074, 58.7805],[-3.2089, 58.7801],[-3.209501, 58.7802],[-3.209599, 58.7804],[-3.209899, 58.7809],[-3.210099, 58.7815],[-3.2105, 58.7824],[-3.2111, 58.7827],[-3.212199, 58.7829],[-3.2133, 58.7828],[-3.2145, 58.7822],[-3.2161, 58.7822],[-3.217, 58.7827],[-3.21790, 58.7841],[-3.2186, 58.7847],[-3.221, 58.785],[-3.22230, 58.7849],[-3.2234, 58.7851],[-3.223701, 58.7855],[-3.223701, 58.7861],[-3.2234, 58.7868],[-3.223, 58.7874],[-3.22230, 58.7882],[-3.221801, 58.7888],[-3.219501, 58.791],[-3.2189, 58.7916],[-3.21810, 58.7925],[-3.216201, 58.7939],[-3.2144, 58.7951],[-3.213799, 58.7957],[-3.2135, 58.7962],[-3.212699, 58.7981],[-3.2121, 58.7988],[-3.211299, 58.7995],[-3.2098, 58.8003],[-3.207299, 58.8009],[-3.205699, 58.8007],[-3.203501, 58.8004],[-3.2005, 58.7998],[-3.195899, 58.7991],[-3.1944, 58.7992],[-3.193399, 58.7994],[-3.191299, 58.8003],[-3.190399, 58.8005],[-3.187999, 58.8009],[-3.1851, 58.8014],[-3.183399, 58.8018],[-3.180099, 58.8028],[-3.178999, 58.8029],[-3.1765, 58.8028],[-3.173199, 58.8028],[-3.1721, 58.8027],[-3.170799, 58.8024],[-3.168999, 58.8018],[-3.168099, 58.8015],[-3.166899, 58.8012],[-3.1656, 58.8012],[-3.162899, 58.8018],[-3.1619, 58.802],[-3.160399, 58.8025],[-3.15870, 58.8032],[-3.157799, 58.8037],[-3.15660, 58.8048],[-3.1558, 58.8054],[-3.154799, 58.806],[-3.154, 58.8063],[-3.15260, 58.8066],[-3.1487, 58.8064],[-3.1479, 58.8063],[-3.146801, 58.8059],[-3.145, 58.805],[-3.143701, 58.8044],[-3.1429, 58.8042],[-3.139699, 58.8034],[-3.138799, 58.803],[-3.1386, 58.8026],[-3.1384, 58.8023],[-3.138299, 58.8013]]],[[[-2.880399, 58.8732],[-2.8805, 58.8725],[-2.88070, 58.8718],[-2.8829, 58.8704],[-2.88560, 58.8695],[-2.8861, 58.8693],[-2.8864, 58.8688],[-2.886801, 58.868],[-2.886899, 58.8674],[-2.8864, 58.8654],[-2.8866, 58.8647],[-2.8878, 58.8635],[-2.888099, 58.863],[-2.888299, 58.8625],[-2.8885, 58.8617],[-2.888299, 58.8603],[-2.888, 58.8587],[-2.887599, 58.8573],[-2.8871, 58.8564],[-2.8866, 58.8556],[-2.8859, 58.8548],[-2.8852, 58.8543],[-2.884399, 58.8539],[-2.8826, 58.8532],[-2.88, 58.8525],[-2.878599, 58.8523],[-2.876601, 58.8522],[-2.873501, 58.8523],[-2.8717, 58.8525],[-2.868901, 58.8529],[-2.865299, 58.8532],[-2.863701, 58.8534],[-2.862499, 58.8535],[-2.861099, 58.8535],[-2.8599, 58.8534],[-2.858, 58.8532],[-2.8575, 58.8531],[-2.8573, 58.8528],[-2.857399, 58.8525],[-2.857599, 58.8523],[-2.85840, 58.8519],[-2.8598, 58.8514],[-2.860899, 58.8510],[-2.8634, 58.8502],[-2.8641, 58.8498],[-2.864599, 58.8493],[-2.86500, 58.849],[-2.866, 58.8487],[-2.8677, 58.8480],[-2.868799, 58.8473],[-2.869999, 58.8468],[-2.8718, 58.8463],[-2.874, 58.8457],[-2.876499, 58.8447],[-2.8777, 58.8445],[-2.879101, 58.8444],[-2.882299, 58.8443],[-2.8838, 58.8441],[-2.885, 58.8438],[-2.8864, 58.8432],[-2.888299, 58.8422],[-2.888999, 58.8418],[-2.890899, 58.8417],[-2.894799, 58.8420],[-2.8958, 58.8422],[-2.8965, 58.8424],[-2.899199, 58.8436],[-2.9005, 58.8443],[-2.902499, 58.8455],[-2.903701, 58.8459],[-2.9049, 58.846],[-2.9065, 58.8459],[-2.907599, 58.8457],[-2.9085, 58.8453],[-2.909501, 58.8446],[-2.91000, 58.8442],[-2.9107, 58.8437],[-2.9115, 58.8434],[-2.912499, 58.8434],[-2.914599, 58.8437],[-2.9173, 58.8438],[-2.918999, 58.8438],[-2.9205, 58.8437],[-2.923199, 58.8431],[-2.926899, 58.8426],[-2.930099, 58.8425],[-2.940799, 58.8448],[-2.9432, 58.8454],[-2.944799, 58.8458],[-2.946201, 58.846],[-2.9481, 58.8461],[-2.95, 58.8463],[-2.9528, 58.8470],[-2.954101, 58.8472],[-2.9556, 58.8477],[-2.956899, 58.8485],[-2.957999, 58.8488],[-2.960299, 58.849],[-2.96090, 58.8497],[-2.961, 58.8505],[-2.9611, 58.8511],[-2.961499, 58.8516],[-2.9625, 58.8521],[-2.9642, 58.8529],[-2.966201, 58.8536],[-2.967299, 58.8540],[-2.9684, 58.8542],[-2.969199, 58.8543],[-2.970599, 58.8541],[-2.974101, 58.8529],[-2.976001, 58.8523],[-2.97690, 58.8519],[-2.9772, 58.8517],[-2.977499, 58.8513],[-2.9774, 58.8506],[-2.9777, 58.8502],[-2.9784, 58.8496],[-2.979399, 58.8491],[-2.980599, 58.8491],[-2.98090, 58.8491],[-2.98110, 58.8495],[-2.98090, 58.8504],[-2.98130, 58.8513],[-2.982899, 58.852],[-2.98530, 58.8529],[-2.9856, 58.8531],[-2.985899, 58.8534],[-2.985899, 58.8540],[-2.985399, 58.8547],[-2.984999, 58.8551],[-2.9845, 58.8553],[-2.9821, 58.8562],[-2.96910, 58.8593],[-2.9656, 58.8598],[-2.9591, 58.8607],[-2.9581, 58.8606],[-2.9579, 58.8604],[-2.957999, 58.86],[-2.9611, 58.8588],[-2.9656, 58.8577],[-2.9672, 58.8572],[-2.9681, 58.8563],[-2.968199, 58.8556],[-2.967999, 58.8552],[-2.96680, 58.8548],[-2.9645, 58.8539],[-2.960599, 58.8525],[-2.9583, 58.8527],[-2.95650, 58.8529],[-2.9553, 58.8532],[-2.953599, 58.8548],[-2.952899, 58.8553],[-2.9519, 58.8557],[-2.949899, 58.8563],[-2.9479, 58.8567],[-2.946001, 58.8575],[-2.943599, 58.8586],[-2.941601, 58.8596],[-2.94, 58.8603],[-2.93820, 58.8607],[-2.93650, 58.8609],[-2.9354, 58.8609],[-2.93000, 58.8598],[-2.928299, 58.8594],[-2.9272, 58.8590],[-2.921299, 58.8567],[-2.919199, 58.8558],[-2.918099, 58.8556],[-2.9164, 58.8555],[-2.915499, 58.8553],[-2.910599, 58.8536],[-2.9087, 58.8528],[-2.908, 58.8528],[-2.9075, 58.8529],[-2.907099, 58.8532],[-2.906801, 58.8536],[-2.9073, 58.8548],[-2.908999, 58.8579],[-2.911201, 58.8624],[-2.912, 58.8642],[-2.9124, 58.8654],[-2.912699, 58.8669],[-2.912699, 58.8673],[-2.9126, 58.8677],[-2.912499, 58.8679],[-2.912199, 58.8683],[-2.911201, 58.8688],[-2.910399, 58.869],[-2.909199, 58.8692],[-2.9075, 58.8689],[-2.9063, 58.869],[-2.90560, 58.8692],[-2.9052, 58.8694],[-2.904, 58.8701],[-2.903501, 58.8704],[-2.903199, 58.8707],[-2.9022, 58.8722],[-2.9019, 58.8725],[-2.901401, 58.8727],[-2.901, 58.8728],[-2.8982, 58.8727],[-2.8962, 58.8728],[-2.894, 58.8732],[-2.890199, 58.8741],[-2.8885, 58.8744],[-2.886801, 58.8747],[-2.8852, 58.8748],[-2.884399, 58.8747],[-2.882499, 58.8745],[-2.881601, 58.8742],[-2.881001, 58.8739],[-2.880599, 58.8736],[-2.880399, 58.8732]]],[[[-3.066099, 58.8446],[-3.0674, 58.8441],[-3.0697, 58.8437],[-3.0715, 58.8438],[-3.0754, 58.8444],[-3.0783, 58.8445],[-3.080899, 58.8438],[-3.0839, 58.8426],[-3.0854, 58.8416],[-3.087001, 58.8411],[-3.088901, 58.8409],[-3.091001, 58.8405],[-3.092499, 58.84],[-3.096, 58.8381],[-3.097199, 58.8365],[-3.0992, 58.8359],[-3.10150, 58.8365],[-3.105099, 58.8382],[-3.106499, 58.8390],[-3.108099, 58.8390],[-3.111099, 58.8380],[-3.11180, 58.8376],[-3.1119, 58.837],[-3.110699, 58.8359],[-3.1105, 58.8348],[-3.111099, 58.8339],[-3.111099, 58.8333],[-3.1103, 58.8325],[-3.109301, 58.8317],[-3.1077, 58.8307],[-3.1062, 58.8299],[-3.103701, 58.8293],[-3.1006, 58.8287],[-3.098701, 58.8286],[-3.095599, 58.8288],[-3.0927, 58.8296],[-3.090699, 58.8302],[-3.0892, 58.8307],[-3.087699, 58.8313],[-3.086401, 58.8317],[-3.0847, 58.8321],[-3.080499, 58.8327],[-3.078399, 58.8327],[-3.07730, 58.8323],[-3.076601, 58.8316],[-3.076401, 58.8307],[-3.076801, 58.8297],[-3.0776, 58.8286],[-3.082099, 58.8255],[-3.082999, 58.8246],[-3.08320, 58.8238],[-3.0833, 58.8226],[-3.0829, 58.8217],[-3.081401, 58.8203],[-3.0801, 58.8196],[-3.079799, 58.8192],[-3.079799, 58.8185],[-3.0795, 58.8178],[-3.078501, 58.8164],[-3.078599, 58.8159],[-3.07900, 58.8156],[-3.07940, 58.8152],[-3.079999, 58.8145],[-3.0808, 58.8144],[-3.0817, 58.8147],[-3.0873, 58.8148],[-3.087899, 58.8149],[-3.088399, 58.8152],[-3.090899, 58.8175],[-3.094899, 58.8191],[-3.097199, 58.8193],[-3.0982, 58.8195],[-3.1003, 58.8202],[-3.100899, 58.8202],[-3.1016, 58.82],[-3.102099, 58.8197],[-3.1026, 58.8192],[-3.1031, 58.8183],[-3.103501, 58.8165],[-3.10380, 58.8159],[-3.104399, 58.8153],[-3.105, 58.8148],[-3.10570, 58.8145],[-3.1077, 58.8146],[-3.1108, 58.8151],[-3.1149, 58.816],[-3.1175, 58.8165],[-3.118599, 58.8166],[-3.119501, 58.8165],[-3.1215, 58.8156],[-3.1226, 58.815],[-3.1236, 58.8144],[-3.124399, 58.8141],[-3.125099, 58.814],[-3.126699, 58.8138],[-3.12780, 58.8139],[-3.129101, 58.814],[-3.13200, 58.815],[-3.137001, 58.8168],[-3.138299, 58.8173],[-3.138901, 58.8177],[-3.139501, 58.8187],[-3.139899, 58.8203],[-3.140199, 58.821],[-3.1407, 58.8216],[-3.1418, 58.8229],[-3.1441, 58.8254],[-3.1458, 58.8275],[-3.14650, 58.8286],[-3.146801, 58.8294],[-3.146801, 58.8298],[-3.1466, 58.8302],[-3.1452, 58.8311],[-3.1441, 58.8319],[-3.1422, 58.8336],[-3.140599, 58.8345],[-3.1357, 58.8355],[-3.12820, 58.8368],[-3.1277, 58.8371],[-3.1275, 58.8374],[-3.1275, 58.8379],[-3.128099, 58.8382],[-3.12990, 58.8383],[-3.130199, 58.8384],[-3.13010, 58.8387],[-3.127899, 58.8392],[-3.1277, 58.8399],[-3.127399, 58.8404],[-3.12590, 58.8412],[-3.124399, 58.8421],[-3.123399, 58.8425],[-3.122299, 58.8429],[-3.120899, 58.8431],[-3.117399, 58.8431],[-3.115799, 58.8429],[-3.114, 58.843],[-3.11180, 58.8434],[-3.1082, 58.8443],[-3.1033, 58.8450],[-3.098901, 58.8451],[-3.092499, 58.8456],[-3.0885, 58.8463],[-3.0848, 58.8473],[-3.0803, 58.8487],[-3.0697, 58.8498],[-3.066299, 58.8491],[-3.065, 58.8471],[-3.0638, 58.8459],[-3.0646, 58.8453],[-3.066099, 58.8446]]],[[[-2.876899, 59.3316],[-2.8782, 59.3294],[-2.879301, 59.3285],[-2.880199, 59.3279],[-2.8818, 59.3263],[-2.882299, 59.3261],[-2.88330, 59.3259],[-2.88490, 59.3263],[-2.8866, 59.3275],[-2.888799, 59.3297],[-2.8901, 59.3307],[-2.89150, 59.3314],[-2.89360, 59.3314],[-2.898299, 59.3294],[-2.9008, 59.3275],[-2.903501, 59.3248],[-2.9043, 59.3247],[-2.9054, 59.3264],[-2.907399, 59.3307],[-2.907001, 59.3330],[-2.906801, 59.3360],[-2.90720, 59.3389],[-2.906001, 59.3406],[-2.9065, 59.3419],[-2.908999, 59.3446],[-2.909199, 59.346],[-2.909199, 59.3487],[-2.9085, 59.3502],[-2.9075, 59.3519],[-2.9062, 59.3533],[-2.9047, 59.3549],[-2.899501, 59.3593],[-2.897599, 59.3609],[-2.895499, 59.3627],[-2.895299, 59.3639],[-2.896001, 59.3659],[-2.89570, 59.3673],[-2.895099, 59.3685],[-2.892499, 59.3717],[-2.8907, 59.3739],[-2.88940, 59.3762],[-2.888901, 59.3776],[-2.8887, 59.3794],[-2.888901, 59.3821],[-2.8885, 59.3831],[-2.8879, 59.3839],[-2.886699, 59.3844],[-2.884599, 59.3851],[-2.881601, 59.3857],[-2.8801, 59.3857],[-2.878599, 59.3858],[-2.876, 59.3854],[-2.874501, 59.3839],[-2.873199, 59.3829],[-2.8721, 59.3820],[-2.871001, 59.3798],[-2.8696, 59.3785],[-2.868701, 59.3775],[-2.8675, 59.3766],[-2.866601, 59.3759],[-2.866499, 59.3747],[-2.866801, 59.3732],[-2.8677, 59.3706],[-2.868299, 59.3693],[-2.86940, 59.3678],[-2.87060, 59.367],[-2.8738, 59.3667],[-2.876, 59.3665],[-2.878799, 59.3653],[-2.880399, 59.3642],[-2.881001, 59.3635],[-2.881601, 59.3623],[-2.8818, 59.3587],[-2.882299, 59.3582],[-2.885099, 59.3575],[-2.885799, 59.3568],[-2.8864, 59.3549],[-2.8863, 59.3533],[-2.885, 59.3518],[-2.882299, 59.3502],[-2.88070, 59.3483],[-2.8801, 59.3470],[-2.879501, 59.346],[-2.877001, 59.3443],[-2.8752, 59.3429],[-2.8747, 59.3422],[-2.874399, 59.3413],[-2.874501, 59.3404],[-2.875, 59.3398],[-2.875499, 59.3395],[-2.8763, 59.3394],[-2.8798, 59.3391],[-2.8801, 59.3389],[-2.8803, 59.3382],[-2.8801, 59.3379],[-2.878599, 59.3371],[-2.877599, 59.3365],[-2.875499, 59.3353],[-2.874501, 59.3343],[-2.8752, 59.3333],[-2.8763, 59.3324],[-2.876899, 59.3316]]],[[[-2.372699, 59.3859],[-2.372, 59.3852],[-2.3701, 59.3841],[-2.3698, 59.3832],[-2.3699, 59.3823],[-2.370199, 59.3820],[-2.371099, 59.3818],[-2.3726, 59.3820],[-2.3736, 59.3824],[-2.3754, 59.3837],[-2.376899, 59.3842],[-2.3792, 59.3843],[-2.384, 59.3839],[-2.38960, 59.3835],[-2.396899, 59.3829],[-2.3994, 59.3823],[-2.400899, 59.3818],[-2.4041, 59.3802],[-2.405699, 59.379],[-2.407599, 59.3765],[-2.408299, 59.3739],[-2.409699, 59.3713],[-2.410399, 59.3701],[-2.4107, 59.3684],[-2.410399, 59.3672],[-2.408799, 59.3661],[-2.408099, 59.3651],[-2.408099, 59.3632],[-2.40790, 59.362],[-2.407099, 59.3612],[-2.4056, 59.3606],[-2.4003, 59.3586],[-2.3982, 59.3575],[-2.397599, 59.3569],[-2.397599, 59.3562],[-2.3979, 59.3556],[-2.398299, 59.3551],[-2.3994, 59.355],[-2.401401, 59.355],[-2.4033, 59.3552],[-2.4058, 59.3552],[-2.4084, 59.3547],[-2.411099, 59.3535],[-2.4133, 59.3519],[-2.4147, 59.3504],[-2.416001, 59.3489],[-2.417001, 59.3483],[-2.418299, 59.3481],[-2.419399, 59.348],[-2.4205, 59.3483],[-2.421499, 59.3488],[-2.4221, 59.3495],[-2.424, 59.3537],[-2.4256, 59.3558],[-2.4267, 59.3568],[-2.429101, 59.3577],[-2.432199, 59.3584],[-2.435199, 59.3584],[-2.437099, 59.3578],[-2.439501, 59.3562],[-2.44320, 59.3558],[-2.446001, 59.3563],[-2.447099, 59.3568],[-2.4479, 59.3573],[-2.4481, 59.3575],[-2.448299, 59.3579],[-2.4482, 59.3582],[-2.4479, 59.3587],[-2.4461, 59.36],[-2.4449, 59.3611],[-2.444, 59.3615],[-2.442699, 59.3619],[-2.4419, 59.3623],[-2.441299, 59.363],[-2.4409, 59.3641],[-2.4407, 59.366],[-2.4407, 59.3688],[-2.4403, 59.3702],[-2.4398, 59.3706],[-2.4389, 59.371],[-2.437099, 59.3715],[-2.435899, 59.3718],[-2.4349, 59.3721],[-2.4343, 59.3723],[-2.433399, 59.3728],[-2.4328, 59.3733],[-2.43230, 59.3742],[-2.431099, 59.3759],[-2.4289, 59.378],[-2.4286, 59.3785],[-2.4286, 59.379],[-2.4286, 59.3794],[-2.4289, 59.38],[-2.4309, 59.3816],[-2.432001, 59.3832],[-2.4321, 59.3839],[-2.431601, 59.3851],[-2.430099, 59.3861],[-2.4286, 59.3865],[-2.4272, 59.3866],[-2.4256, 59.3863],[-2.423599, 59.386],[-2.421401, 59.3861],[-2.4189, 59.3864],[-2.4159, 59.3868],[-2.413, 59.3881],[-2.4103, 59.3897],[-2.4096, 59.3899],[-2.408799, 59.3896],[-2.4084, 59.3889],[-2.408299, 59.3874],[-2.408299, 59.3864],[-2.407599, 59.3859],[-2.4043, 59.3854],[-2.3987, 59.3859],[-2.3943, 59.3869],[-2.3907, 59.3882],[-2.389301, 59.389],[-2.384501, 59.3911],[-2.3819, 59.3919],[-2.3805, 59.392],[-2.378999, 59.3915],[-2.3777, 59.3906],[-2.375, 59.3884],[-2.372699, 59.3859]]],[[[-2.911801, 59.1477],[-2.913399, 59.1448],[-2.91400, 59.1432],[-2.9143, 59.1415],[-2.9152, 59.1408],[-2.9163, 59.14],[-2.916699, 59.139],[-2.9165, 59.1377],[-2.915699, 59.136],[-2.915499, 59.1349],[-2.9158, 59.1339],[-2.9164, 59.1328],[-2.917099, 59.1318],[-2.917799, 59.1306],[-2.9177, 59.1298],[-2.917599, 59.1287],[-2.91820, 59.127],[-2.9185, 59.1266],[-2.9189, 59.1264],[-2.9196, 59.1265],[-2.9202, 59.127],[-2.9224, 59.129],[-2.9252, 59.1316],[-2.9286, 59.1343],[-2.930399, 59.1352],[-2.931401, 59.1368],[-2.932199, 59.1383],[-2.9328, 59.1391],[-2.933399, 59.1396],[-2.9366, 59.1397],[-2.936899, 59.1402],[-2.9368, 59.1407],[-2.9353, 59.1409],[-2.9349, 59.1412],[-2.9346, 59.142],[-2.9343, 59.1445],[-2.9345, 59.1448],[-2.934999, 59.1449],[-2.9354, 59.1448],[-2.935699, 59.1447],[-2.9358, 59.1441],[-2.936001, 59.1433],[-2.93610, 59.1426],[-2.93630, 59.1424],[-2.9368, 59.1425],[-2.937001, 59.1426],[-2.937099, 59.1429],[-2.937299, 59.1442],[-2.937299, 59.1454],[-2.937299, 59.1462],[-2.9375, 59.1467],[-2.9387, 59.1481],[-2.939699, 59.1492],[-2.94, 59.1501],[-2.940099, 59.1532],[-2.940599, 59.1546],[-2.940799, 59.1556],[-2.940799, 59.1565],[-2.940099, 59.1577],[-2.939301, 59.1588],[-2.939199, 59.1593],[-2.94, 59.16],[-2.94050, 59.1607],[-2.940599, 59.1617],[-2.940399, 59.1629],[-2.940399, 59.1636],[-2.940099, 59.1645],[-2.939699, 59.1651],[-2.939101, 59.1658],[-2.9385, 59.1664],[-2.937999, 59.1667],[-2.934101, 59.168],[-2.933599, 59.1685],[-2.933199, 59.1691],[-2.9326, 59.1696],[-2.931801, 59.1699],[-2.930799, 59.17],[-2.9275, 59.1703],[-2.9231, 59.17],[-2.920599, 59.1693],[-2.9175, 59.1674],[-2.914599, 59.1665],[-2.9109, 59.165],[-2.9073, 59.1638],[-2.9064, 59.1624],[-2.9066, 59.1616],[-2.907799, 59.1601],[-2.909899, 59.1569],[-2.9109, 59.1545],[-2.911, 59.1500],[-2.911801, 59.1477]]],[[[-3.3067, 58.9408],[-3.3046, 58.9406],[-3.302599, 58.9406],[-3.3018, 58.9405],[-3.3006, 58.94],[-3.299101, 58.9393],[-3.297499, 58.9388],[-3.2948, 58.9382],[-3.2914, 58.9379],[-3.290699, 58.9376],[-3.290299, 58.9374],[-3.289799, 58.937],[-3.28940, 58.9367],[-3.287699, 58.9346],[-3.287, 58.934],[-3.286099, 58.9336],[-3.2853, 58.9333],[-3.283, 58.9327],[-3.2793, 58.9327],[-3.276601, 58.9335],[-3.275599, 58.934],[-3.2755, 58.9343],[-3.276, 58.9351],[-3.276, 58.9354],[-3.2758, 58.9357],[-3.274899, 58.9361],[-3.2737, 58.9363],[-3.272399, 58.9364],[-3.2714, 58.936],[-3.270499, 58.9347],[-3.268501, 58.9337],[-3.266099, 58.9321],[-3.264501, 58.9311],[-3.263999, 58.9305],[-3.263799, 58.9296],[-3.264699, 58.9267],[-3.26500, 58.9253],[-3.264699, 58.9247],[-3.264899, 58.9243],[-3.267699, 58.9239],[-3.27070, 58.923],[-3.272599, 58.922],[-3.274699, 58.9213],[-3.276, 58.9211],[-3.278399, 58.9207],[-3.279, 58.9204],[-3.2797, 58.9200],[-3.2813, 58.9199],[-3.286099, 58.9208],[-3.2878, 58.9213],[-3.2906, 58.9216],[-3.292099, 58.9215],[-3.2927, 58.9217],[-3.2938, 58.9221],[-3.294699, 58.9225],[-3.297, 58.9235],[-3.297899, 58.9238],[-3.299101, 58.9242],[-3.300299, 58.9243],[-3.30160, 58.9243],[-3.3034, 58.9246],[-3.304699, 58.925],[-3.305099, 58.9254],[-3.305599, 58.9265],[-3.306801, 58.9286],[-3.307499, 58.9299],[-3.307699, 58.931],[-3.307699, 58.9318],[-3.308199, 58.9325],[-3.309999, 58.9339],[-3.3103, 58.9346],[-3.3103, 58.9353],[-3.309999, 58.9362],[-3.3104, 58.9368],[-3.3114, 58.9375],[-3.3116, 58.9388],[-3.311201, 58.9394],[-3.3106, 58.9398],[-3.3088, 58.9405],[-3.3067, 58.9408]]],[[[-2.9549, 59.1272],[-2.952899, 59.1266],[-2.9521, 59.126],[-2.9523, 59.1239],[-2.9521, 59.1229],[-2.9498, 59.1199],[-2.95, 59.1189],[-2.9503, 59.1183],[-2.9509, 59.1177],[-2.9532, 59.1159],[-2.9543, 59.1157],[-2.9554, 59.1156],[-2.959199, 59.1152],[-2.960599, 59.1149],[-2.962399, 59.114],[-2.9633, 59.1136],[-2.964, 59.113],[-2.9651, 59.1121],[-2.966001, 59.1118],[-2.9672, 59.1117],[-2.97, 59.1121],[-2.974, 59.113],[-2.975199, 59.1136],[-2.9777, 59.1143],[-2.980099, 59.1141],[-2.9844, 59.1136],[-2.9889, 59.1136],[-2.9942, 59.1141],[-2.997999, 59.114],[-2.9999, 59.1138],[-3.0007, 59.1136],[-3.005199, 59.1131],[-3.0083, 59.1136],[-3.0091, 59.114],[-3.0091, 59.1143],[-3.0089, 59.1146],[-3.006201, 59.1145],[-3.0028, 59.1147],[-2.999501, 59.1164],[-2.99350, 59.1163],[-2.9892, 59.1183],[-2.9856, 59.121],[-2.984999, 59.1212],[-2.981601, 59.1218],[-2.97900, 59.1229],[-2.9777, 59.1234],[-2.975899, 59.1238],[-2.971801, 59.1248],[-2.9697, 59.1254],[-2.967999, 59.1261],[-2.96680, 59.1268],[-2.96490, 59.1269],[-2.9633, 59.1268],[-2.962001, 59.127],[-2.961699, 59.1278],[-2.960799, 59.1278],[-2.959501, 59.1276],[-2.9568, 59.1274],[-2.9549, 59.1272]]],[[[-3.165299, 58.8336],[-3.1682, 58.8335],[-3.169699, 58.834],[-3.172, 58.8355],[-3.1733, 58.8371],[-3.173501, 58.8389],[-3.174599, 58.8413],[-3.1764, 58.8426],[-3.177001, 58.8431],[-3.1782, 58.8436],[-3.18, 58.8450],[-3.18100, 58.8466],[-3.1809, 58.8474],[-3.180599, 58.8480],[-3.1802, 58.8486],[-3.177599, 58.8503],[-3.174799, 58.8515],[-3.174, 58.8522],[-3.174101, 58.8533],[-3.174101, 58.8540],[-3.173901, 58.8547],[-3.17260, 58.855],[-3.171401, 58.8552],[-3.1703, 58.8559],[-3.1689, 58.8567],[-3.168099, 58.8569],[-3.1672, 58.8569],[-3.162699, 58.8555],[-3.160599, 58.8551],[-3.1605, 58.8543],[-3.163, 58.8525],[-3.1645, 58.8514],[-3.164599, 58.8508],[-3.164, 58.8503],[-3.160599, 58.8485],[-3.159301, 58.8477],[-3.1579, 58.8461],[-3.1556, 58.8457],[-3.15470, 58.8452],[-3.152699, 58.8444],[-3.151201, 58.8436],[-3.15, 58.8429],[-3.149301, 58.8416],[-3.148999, 58.8399],[-3.149301, 58.8386],[-3.1501, 58.8374],[-3.1519, 58.8362],[-3.1538, 58.8352],[-3.1556, 58.8346],[-3.157001, 58.8343],[-3.1615, 58.8341],[-3.165299, 58.8336]]],[[[-2.963599, 59.0896],[-2.963099, 59.0891],[-2.9619, 59.0884],[-2.961, 59.0880],[-2.959301, 59.0876],[-2.959, 59.0874],[-2.9589, 59.0871],[-2.959501, 59.0862],[-2.9598, 59.0853],[-2.9598, 59.0845],[-2.959301, 59.0829],[-2.95880, 59.0821],[-2.956899, 59.0811],[-2.95440, 59.0802],[-2.948999, 59.0800],[-2.9477, 59.0797],[-2.94640, 59.0793],[-2.945899, 59.0786],[-2.945899, 59.078],[-2.946001, 59.0772],[-2.94640, 59.0767],[-2.9468, 59.076],[-2.9477, 59.0753],[-2.9488, 59.0748],[-2.95, 59.0744],[-2.951, 59.0744],[-2.952199, 59.075],[-2.953701, 59.0762],[-2.9551, 59.0779],[-2.9561, 59.0796],[-2.9566, 59.0800],[-2.9572, 59.0803],[-2.9582, 59.0804],[-2.959599, 59.0804],[-2.96050, 59.0803],[-2.9619, 59.0798],[-2.962399, 59.0795],[-2.96260, 59.0793],[-2.96260, 59.079],[-2.9625, 59.0787],[-2.962199, 59.0782],[-2.960299, 59.0762],[-2.9602, 59.0758],[-2.9604, 59.0757],[-2.963099, 59.075],[-2.9644, 59.0745],[-2.966401, 59.0735],[-2.969501, 59.0729],[-2.971499, 59.0725],[-2.972199, 59.0725],[-2.9726, 59.0726],[-2.9728, 59.0729],[-2.9732, 59.0751],[-2.9734, 59.0757],[-2.973799, 59.0763],[-2.974301, 59.0768],[-2.9751, 59.0777],[-2.976099, 59.0785],[-2.9774, 59.0793],[-2.97880, 59.0797],[-2.9805, 59.0800],[-2.982399, 59.0801],[-2.985199, 59.0802],[-2.98910, 59.0801],[-2.989501, 59.0801],[-2.9897, 59.0803],[-2.9899, 59.0807],[-2.989501, 59.0814],[-2.98910, 59.0826],[-2.98910, 59.0846],[-2.98930, 59.0852],[-2.990299, 59.0860],[-2.990499, 59.0864],[-2.9904, 59.0868],[-2.9899, 59.0872],[-2.98930, 59.0875],[-2.9877, 59.0884],[-2.987099, 59.0887],[-2.986001, 59.0890],[-2.983701, 59.0894],[-2.97880, 59.0897],[-2.9756, 59.0894],[-2.9683, 59.0892],[-2.9672, 59.0893],[-2.96660, 59.0894],[-2.9661, 59.0897],[-2.9645, 59.0913],[-2.964101, 59.0917],[-2.963599, 59.0917],[-2.963399, 59.0915],[-2.963399, 59.0914],[-2.963599, 59.0896]]],[[[-2.733299, 59.2482],[-2.73300, 59.2463],[-2.731899, 59.2454],[-2.7268, 59.2428],[-2.724999, 59.2418],[-2.7242, 59.2409],[-2.723599, 59.2399],[-2.7233, 59.2382],[-2.7228, 59.2377],[-2.7204, 59.2375],[-2.719301, 59.237],[-2.7161, 59.2344],[-2.714799, 59.2332],[-2.71470, 59.2323],[-2.7153, 59.2316],[-2.7179, 59.2306],[-2.720599, 59.23],[-2.724999, 59.2291],[-2.731801, 59.2308],[-2.737099, 59.2322],[-2.739599, 59.233],[-2.742399, 59.2343],[-2.743999, 59.2359],[-2.7449, 59.2379],[-2.7444, 59.2394],[-2.741699, 59.2411],[-2.741801, 59.2417],[-2.742399, 59.2419],[-2.742899, 59.2424],[-2.743099, 59.2431],[-2.7421, 59.2456],[-2.7411, 59.2466],[-2.7392, 59.2471],[-2.738501, 59.2476],[-2.737999, 59.2484],[-2.7374, 59.2485],[-2.736601, 59.2482],[-2.734301, 59.2486],[-2.733701, 59.2485],[-2.733299, 59.2482]]],[[[-2.8196, 59.2038],[-2.819799, 59.2037],[-2.820699, 59.2038],[-2.8213, 59.2040],[-2.8229, 59.2049],[-2.824699, 59.2070],[-2.8248, 59.2078],[-2.82460, 59.2089],[-2.8248, 59.2103],[-2.826401, 59.2121],[-2.8278, 59.2156],[-2.828, 59.2173],[-2.828, 59.2180],[-2.828, 59.2189],[-2.8276, 59.2202],[-2.827199, 59.2224],[-2.828501, 59.2256],[-2.828501, 59.2267],[-2.828099, 59.2273],[-2.826801, 59.2278],[-2.8252, 59.2279],[-2.82390, 59.2273],[-2.8216, 59.2249],[-2.8211, 59.2242],[-2.820899, 59.2227],[-2.8204, 59.2220],[-2.8194, 59.2209],[-2.818501, 59.2193],[-2.817699, 59.2181],[-2.81570, 59.2163],[-2.813999, 59.2150],[-2.81360, 59.2145],[-2.813299, 59.2140],[-2.813299, 59.2133],[-2.813999, 59.2121],[-2.8148, 59.2105],[-2.8155, 59.2091],[-2.8169, 59.2079],[-2.8193, 59.2059],[-2.8195, 59.2053],[-2.8195, 59.2040],[-2.8196, 59.2038]]],[[[-3.055799, 58.7383],[-3.0573, 58.7378],[-3.058199, 58.7376],[-3.0603, 58.7379],[-3.060899, 58.7378],[-3.0614, 58.7375],[-3.062099, 58.7369],[-3.062599, 58.7366],[-3.0639, 58.7366],[-3.0652, 58.7367],[-3.065799, 58.7367],[-3.0692, 58.7362],[-3.070899, 58.7361],[-3.072099, 58.7361],[-3.07240, 58.7363],[-3.0725, 58.7367],[-3.07240, 58.7374],[-3.072099, 58.7379],[-3.0717, 58.7381],[-3.070699, 58.7383],[-3.066801, 58.7384],[-3.064399, 58.7394],[-3.0638, 58.7396],[-3.0631, 58.7402],[-3.0629, 58.7409],[-3.062799, 58.7415],[-3.0627, 58.7435],[-3.0625, 58.744],[-3.062099, 58.7445],[-3.060499, 58.7453],[-3.057499, 58.7462],[-3.056201, 58.7469],[-3.05460, 58.748],[-3.054301, 58.7488],[-3.054899, 58.7506],[-3.05460, 58.751],[-3.0538, 58.7516],[-3.053299, 58.7521],[-3.05220, 58.7526],[-3.0513, 58.7527],[-3.0499, 58.7526],[-3.049, 58.7523],[-3.0488, 58.752],[-3.048901, 58.7513],[-3.0497, 58.7502],[-3.050299, 58.7491],[-3.049999, 58.7486],[-3.0492, 58.7479],[-3.049101, 58.7476],[-3.0493, 58.7469],[-3.049101, 58.7453],[-3.0494, 58.7446],[-3.0504, 58.743],[-3.050499, 58.7417],[-3.05080, 58.7411],[-3.0513, 58.7408],[-3.054301, 58.7391],[-3.055799, 58.7383]]],[[[-3.1659, 58.8727],[-3.1666, 58.8725],[-3.1673, 58.8726],[-3.168, 58.8731],[-3.1687, 58.8739],[-3.169501, 58.8747],[-3.170599, 58.8753],[-3.171299, 58.8758],[-3.172, 58.8775],[-3.172699, 58.8783],[-3.1744, 58.8791],[-3.1751, 58.88],[-3.1752, 58.8809],[-3.17490, 58.882],[-3.174, 58.8837],[-3.173701, 58.8844],[-3.173701, 58.8858],[-3.173501, 58.8862],[-3.17300, 58.8862],[-3.17260, 58.8851],[-3.172199, 58.8844],[-3.171099, 58.8837],[-3.1675, 58.883],[-3.1638, 58.8818],[-3.160599, 58.8808],[-3.1572, 58.8795],[-3.1562, 58.8791],[-3.155299, 58.8786],[-3.154999, 58.8782],[-3.154999, 58.8778],[-3.155299, 58.8771],[-3.155699, 58.8765],[-3.1575, 58.8754],[-3.1605, 58.8748],[-3.1615, 58.8744],[-3.163399, 58.8733],[-3.1659, 58.8727]]],[[[-2.5775, 59.1537],[-2.577199, 59.1529],[-2.5759, 59.1526],[-2.57520, 59.1524],[-2.575099, 59.1520],[-2.5748, 59.1512],[-2.574399, 59.1509],[-2.573501, 59.1504],[-2.5734, 59.1500],[-2.5738, 59.1494],[-2.577001, 59.1476],[-2.582, 59.1475],[-2.5859, 59.1479],[-2.5871, 59.1489],[-2.588, 59.1513],[-2.5894, 59.1521],[-2.5913, 59.1522],[-2.5939, 59.1523],[-2.5954, 59.1518],[-2.5955, 59.1515],[-2.5938, 59.1499],[-2.5939, 59.1496],[-2.5941, 59.1493],[-2.594501, 59.1493],[-2.5948, 59.1494],[-2.595799, 59.1500],[-2.596499, 59.1506],[-2.5976, 59.1515],[-2.5985, 59.1524],[-2.5985, 59.1528],[-2.5982, 59.1532],[-2.597399, 59.1536],[-2.594301, 59.1534],[-2.5906, 59.1530],[-2.588799, 59.1531],[-2.587899, 59.1534],[-2.587199, 59.1541],[-2.5869, 59.1556],[-2.586601, 59.1565],[-2.586299, 59.1569],[-2.585099, 59.1574],[-2.5838, 59.1577],[-2.579999, 59.1577],[-2.578701, 59.1575],[-2.578099, 59.1573],[-2.5775, 59.1568],[-2.5773, 59.1563],[-2.577199, 59.1557],[-2.5773, 59.1550],[-2.5775, 59.1540],[-2.5775, 59.1537]]],[[[-2.564899, 59.0361],[-2.562001, 59.0348],[-2.5578, 59.035],[-2.556401, 59.0347],[-2.556099, 59.0343],[-2.556801, 59.0337],[-2.557001, 59.0332],[-2.556801, 59.0328],[-2.5548, 59.0324],[-2.556499, 59.0313],[-2.558399, 59.0306],[-2.56040, 59.0306],[-2.56170, 59.0299],[-2.5632, 59.0288],[-2.564899, 59.0272],[-2.567899, 59.0261],[-2.569101, 59.0263],[-2.5699, 59.0267],[-2.569999, 59.0282],[-2.570499, 59.0298],[-2.5731, 59.0319],[-2.573501, 59.0328],[-2.5731, 59.0346],[-2.572799, 59.0365],[-2.572799, 59.0381],[-2.5724, 59.0387],[-2.571001, 59.0390],[-2.5699, 59.0392],[-2.568701, 59.0389],[-2.564899, 59.0361]]],[[[-3.115099, 59.1469],[-3.1133, 59.1467],[-3.1126, 59.1471],[-3.1117, 59.1477],[-3.111099, 59.1478],[-3.1096, 59.1477],[-3.108, 59.1475],[-3.107399, 59.1469],[-3.1071, 59.1461],[-3.106899, 59.1448],[-3.106699, 59.1438],[-3.106899, 59.1432],[-3.109101, 59.1428],[-3.110899, 59.1425],[-3.1119, 59.1423],[-3.1122, 59.142],[-3.1131, 59.1413],[-3.1141, 59.1398],[-3.115, 59.1396],[-3.1163, 59.1398],[-3.1175, 59.1401],[-3.121001, 59.1409],[-3.1226, 59.1418],[-3.124599, 59.1424],[-3.125299, 59.1431],[-3.125299, 59.1441],[-3.125499, 59.1456],[-3.1257, 59.1469],[-3.125299, 59.1477],[-3.12400, 59.1485],[-3.122, 59.1489],[-3.1208, 59.1489],[-3.118, 59.1485],[-3.1164, 59.1479],[-3.115099, 59.1469]]],[[[-2.658999, 59.1346],[-2.661299, 59.1335],[-2.661601, 59.133],[-2.661601, 59.1323],[-2.661201, 59.131],[-2.661299, 59.1303],[-2.661201, 59.13],[-2.661099, 59.1298],[-2.659699, 59.1289],[-2.65980, 59.1287],[-2.66, 59.1286],[-2.6603, 59.1286],[-2.6626, 59.1293],[-2.6633, 59.1294],[-2.6642, 59.1294],[-2.6668, 59.1294],[-2.6724, 59.13],[-2.673901, 59.1307],[-2.6751, 59.1321],[-2.6761, 59.1332],[-2.6766, 59.134],[-2.6768, 59.1353],[-2.6767, 59.1356],[-2.6763, 59.1358],[-2.675699, 59.136],[-2.6749, 59.1358],[-2.672499, 59.1348],[-2.666699, 59.1346],[-2.665699, 59.1348],[-2.6649, 59.1351],[-2.663399, 59.136],[-2.662899, 59.1364],[-2.6626, 59.137],[-2.6626, 59.1380],[-2.6633, 59.1393],[-2.663501, 59.1399],[-2.6633, 59.1404],[-2.663, 59.1407],[-2.661801, 59.1407],[-2.6608, 59.1405],[-2.6605, 59.1403],[-2.660199, 59.1397],[-2.659899, 59.1389],[-2.659301, 59.1377],[-2.6589, 59.1366],[-2.6586, 59.1357],[-2.6585, 59.1352],[-2.6587, 59.1348],[-2.658999, 59.1346]]],[[[-2.6624, 58.9016],[-2.663501, 58.9008],[-2.6664, 58.8992],[-2.668099, 58.8981],[-2.671401, 58.8955],[-2.6747, 58.8939],[-2.6768, 58.8926],[-2.6788, 58.8921],[-2.6803, 58.892],[-2.681099, 58.8925],[-2.681299, 58.8939],[-2.68, 58.8948],[-2.678999, 58.8958],[-2.6788, 58.8967],[-2.67890, 58.8985],[-2.6805, 58.8995],[-2.6805, 58.8999],[-2.67890, 58.9005],[-2.676201, 58.9015],[-2.672699, 58.9019],[-2.6673, 58.9011],[-2.66590, 58.9012],[-2.6644, 58.9021],[-2.663199, 58.9023],[-2.6626, 58.9020],[-2.6624, 58.9016]]],[[[-4.4168, 59.0782],[-4.421201, 59.0778],[-4.423501, 59.0783],[-4.424699, 59.0795],[-4.425399, 59.0806],[-4.424799, 59.0824],[-4.423299, 59.0839],[-4.421201, 59.0845],[-4.4185, 59.0850],[-4.414999, 59.0849],[-4.412799, 59.0844],[-4.411099, 59.0839],[-4.4099, 59.0822],[-4.409999, 59.0812],[-4.4126, 59.0789],[-4.4143, 59.0787],[-4.4168, 59.0782]]],[[[-3.098099, 58.7986],[-3.0982, 58.7978],[-3.098901, 58.7973],[-3.100899, 58.7969],[-3.1026, 58.7962],[-3.104501, 58.7958],[-3.108, 58.7956],[-3.108, 58.796],[-3.106899, 58.7967],[-3.106601, 58.7972],[-3.106801, 58.7977],[-3.10780, 58.7980],[-3.108701, 58.7979],[-3.1096, 58.7977],[-3.110699, 58.7976],[-3.111001, 58.7979],[-3.111001, 58.7985],[-3.110699, 58.7987],[-3.109699, 58.7991],[-3.107599, 58.8002],[-3.104501, 58.8014],[-3.1018, 58.8024],[-3.099301, 58.8033],[-3.0962, 58.8043],[-3.094899, 58.8045],[-3.093501, 58.8046],[-3.092999, 58.8042],[-3.0929, 58.8038],[-3.0931, 58.8034],[-3.095, 58.8027],[-3.0962, 58.8019],[-3.097899, 58.8006],[-3.0982, 58.7998],[-3.0983, 58.7992],[-3.098099, 58.7986]]],[[[-2.9224, 58.6916],[-2.9202, 58.6913],[-2.917799, 58.6914],[-2.9164, 58.6912],[-2.916001, 58.6908],[-2.9158, 58.6898],[-2.91610, 58.6893],[-2.9158, 58.6891],[-2.9149, 58.689],[-2.912699, 58.689],[-2.912699, 58.6888],[-2.913501, 58.6885],[-2.9152, 58.6876],[-2.917599, 58.6869],[-2.921201, 58.6864],[-2.925299, 58.6866],[-2.928299, 58.6871],[-2.93000, 58.6877],[-2.931099, 58.6887],[-2.931099, 58.6893],[-2.929101, 58.6901],[-2.927001, 58.6908],[-2.92430, 58.6914],[-2.9224, 58.6916]]],[[[-2.9085, 58.8789],[-2.9075, 58.8787],[-2.906899, 58.8781],[-2.907001, 58.8773],[-2.9075, 58.8767],[-2.9085, 58.8757],[-2.90980, 58.875],[-2.911601, 58.874],[-2.91610, 58.8732],[-2.9179, 58.8736],[-2.919399, 58.8743],[-2.920599, 58.8756],[-2.921099, 58.8766],[-2.921099, 58.8773],[-2.920799, 58.8778],[-2.920399, 58.8781],[-2.9198, 58.8786],[-2.917799, 58.8789],[-2.915499, 58.8788],[-2.910399, 58.8791],[-2.9085, 58.8789]]],[[[-2.893199, 58.8846],[-2.893701, 58.8845],[-2.89500, 58.8847],[-2.8958, 58.8849],[-2.896801, 58.8855],[-2.8973, 58.8861],[-2.8975, 58.8865],[-2.897399, 58.887],[-2.8965, 58.888],[-2.8952, 58.8891],[-2.8947, 58.8894],[-2.8924, 58.8901],[-2.891099, 58.8904],[-2.8885, 58.8906],[-2.885299, 58.8912],[-2.883701, 58.8912],[-2.882299, 58.8911],[-2.8819, 58.8908],[-2.8818, 58.8903],[-2.8822, 58.8897],[-2.88280, 58.8891],[-2.8857, 58.8875],[-2.8886, 58.8859],[-2.892, 58.8848],[-2.893199, 58.8846]]],[[[-2.82410, 59.1245],[-2.8248, 59.1244],[-2.825799, 59.1247],[-2.827399, 59.1256],[-2.828599, 59.1263],[-2.8301, 59.1278],[-2.8306, 59.1293],[-2.830499, 59.1301],[-2.8303, 59.1304],[-2.829999, 59.1307],[-2.8299, 59.1315],[-2.8297, 59.1322],[-2.8294, 59.1324],[-2.827699, 59.1325],[-2.826801, 59.1329],[-2.82600, 59.1335],[-2.8254, 59.1339],[-2.8248, 59.1339],[-2.824301, 59.1339],[-2.823299, 59.1337],[-2.822099, 59.1333],[-2.82180, 59.1331],[-2.82180, 59.1327],[-2.8225, 59.1314],[-2.82270, 59.1298],[-2.8225, 59.1271],[-2.822999, 59.1267],[-2.823299, 59.1264],[-2.8234, 59.1259],[-2.8236, 59.125],[-2.82410, 59.1245]]],[[[-3.1889, 58.8583],[-3.1907, 58.8577],[-3.19560, 58.8585],[-3.1975, 58.8593],[-3.198299, 58.8599],[-3.1988, 58.8607],[-3.199199, 58.8627],[-3.198999, 58.8646],[-3.199301, 58.866],[-3.199699, 58.8671],[-3.19980, 58.868],[-3.19910, 58.8688],[-3.19790, 58.8686],[-3.19740, 58.868],[-3.197299, 58.8668],[-3.197099, 58.865],[-3.1968, 58.8643],[-3.1964, 58.8637],[-3.1946, 58.863],[-3.192001, 58.8623],[-3.190099, 58.8620],[-3.1886, 58.8615],[-3.1884, 58.8604],[-3.1884, 58.8592],[-3.1889, 58.8583]]],[[[-2.825599, 59.2311],[-2.8271, 59.2311],[-2.8293, 59.2313],[-2.830199, 59.2319],[-2.830699, 59.2326],[-2.8306, 59.2337],[-2.8295, 59.2352],[-2.8295, 59.2357],[-2.830699, 59.2364],[-2.8333, 59.2377],[-2.8334, 59.2382],[-2.832799, 59.2389],[-2.8304, 59.2397],[-2.830199, 59.24],[-2.8303, 59.2405],[-2.8311, 59.2415],[-2.831201, 59.2421],[-2.830899, 59.2426],[-2.830199, 59.243],[-2.828599, 59.2426],[-2.8278, 59.242],[-2.8275, 59.2408],[-2.828399, 59.2394],[-2.8283, 59.2389],[-2.8271, 59.238],[-2.8255, 59.2371],[-2.8252, 59.2365],[-2.824899, 59.2352],[-2.824699, 59.2343],[-2.824301, 59.2334],[-2.82390, 59.2324],[-2.823999, 59.2319],[-2.824899, 59.2313],[-2.825599, 59.2311]]],[[[-2.897799, 59.0198],[-2.8986, 59.0198],[-2.899301, 59.0199],[-2.8998, 59.0201],[-2.9003, 59.0206],[-2.901299, 59.0218],[-2.9024, 59.0234],[-2.9038, 59.0248],[-2.9045, 59.0254],[-2.9045, 59.0261],[-2.904, 59.0266],[-2.9029, 59.0269],[-2.9017, 59.0270],[-2.9008, 59.0270],[-2.899301, 59.0270],[-2.897099, 59.0273],[-2.8956, 59.0276],[-2.89500, 59.0273],[-2.894799, 59.0270],[-2.8947, 59.0262],[-2.8949, 59.0239],[-2.89500, 59.0227],[-2.895099, 59.0215],[-2.89500, 59.0211],[-2.894799, 59.0203],[-2.8949, 59.0201],[-2.897799, 59.0198]]],[[[-2.647099, 59.1627],[-2.648099, 59.1626],[-2.649101, 59.1629],[-2.650599, 59.1636],[-2.651299, 59.1641],[-2.6515, 59.1645],[-2.6515, 59.1649],[-2.651299, 59.1655],[-2.651, 59.1659],[-2.6485, 59.1674],[-2.645499, 59.1702],[-2.643701, 59.1712],[-2.643199, 59.1713],[-2.6428, 59.1713],[-2.6426, 59.1711],[-2.642499, 59.1707],[-2.64360, 59.1677],[-2.6438, 59.1666],[-2.6443, 59.1654],[-2.6454, 59.1638],[-2.6465, 59.1631],[-2.647099, 59.1627]]],[[[-2.3743, 59.2774],[-2.3771, 59.2772],[-2.380899, 59.2775],[-2.382499, 59.2776],[-2.383701, 59.2777],[-2.3852, 59.2783],[-2.3864, 59.2787],[-2.386801, 59.2791],[-2.386699, 59.2794],[-2.385799, 59.2797],[-2.3847, 59.2797],[-2.3831, 59.2799],[-2.38220, 59.2800],[-2.381201, 59.2803],[-2.38, 59.2809],[-2.377899, 59.2813],[-2.376801, 59.2814],[-2.3757, 59.2814],[-2.374501, 59.2809],[-2.374, 59.2804],[-2.373701, 59.2791],[-2.3738, 59.2785],[-2.3739, 59.2778],[-2.3743, 59.2774]]],[[[-3.060899, 59.0111],[-3.059101, 59.0106],[-3.05810, 59.0107],[-3.0574, 59.0106],[-3.056601, 59.0101],[-3.056299, 59.0092],[-3.056499, 59.0087],[-3.05690, 59.0079],[-3.058, 59.0069],[-3.059101, 59.0062],[-3.059999, 59.0059],[-3.0616, 59.0056],[-3.062999, 59.0056],[-3.0639, 59.0059],[-3.065, 59.0065],[-3.0655, 59.0072],[-3.065599, 59.0081],[-3.0653, 59.0086],[-3.063999, 59.009],[-3.0635, 59.0094],[-3.0634, 59.0106],[-3.0632, 59.0112],[-3.0629, 59.0114],[-3.061899, 59.0114],[-3.060899, 59.0111]]],[[[-2.951601, 59.1694],[-2.9498, 59.1692],[-2.948501, 59.1692],[-2.9477, 59.169],[-2.9475, 59.1687],[-2.9472, 59.1681],[-2.9468, 59.1678],[-2.9461, 59.1674],[-2.9458, 59.167],[-2.945899, 59.1663],[-2.9463, 59.1656],[-2.9474, 59.1639],[-2.9479, 59.1631],[-2.948501, 59.1627],[-2.949199, 59.1626],[-2.9502, 59.163],[-2.9511, 59.1638],[-2.9519, 59.1648],[-2.952399, 59.1661],[-2.952699, 59.1666],[-2.953, 59.1671],[-2.9532, 59.1679],[-2.9532, 59.1688],[-2.953099, 59.169],[-2.9526, 59.1693],[-2.951601, 59.1694]]],[[[-3.3341, 59.1352],[-3.335599, 59.135],[-3.3371, 59.1351],[-3.338799, 59.1356],[-3.3406, 59.1361],[-3.34080, 59.1365],[-3.340899, 59.1371],[-3.34080, 59.1374],[-3.3406, 59.1379],[-3.33990, 59.1382],[-3.338701, 59.1385],[-3.33470, 59.1387],[-3.330699, 59.1387],[-3.329799, 59.1382],[-3.3293, 59.1378],[-3.3282, 59.1369],[-3.3283, 59.1366],[-3.330199, 59.1364],[-3.332099, 59.1357],[-3.3329, 59.1355],[-3.3341, 59.1352]]],[[[-2.8657, 59.3503],[-2.86520, 59.3501],[-2.86470, 59.3501],[-2.8636, 59.351],[-2.862499, 59.3512],[-2.8617, 59.3505],[-2.861401, 59.3498],[-2.8615, 59.3491],[-2.86260, 59.3479],[-2.8636, 59.3476],[-2.86470, 59.3477],[-2.8656, 59.3481],[-2.866499, 59.349],[-2.867899, 59.3500],[-2.8696, 59.3506],[-2.8724, 59.3526],[-2.87290, 59.3533],[-2.87290, 59.3538],[-2.8724, 59.3542],[-2.87150, 59.3543],[-2.87080, 59.3542],[-2.868, 59.3533],[-2.86540, 59.3524],[-2.86470, 59.3519],[-2.86470, 59.3515],[-2.86540, 59.3509],[-2.8657, 59.3506],[-2.8657, 59.3503]]],[[[-2.9507, 59.0866],[-2.951601, 59.0866],[-2.9523, 59.0867],[-2.9532, 59.0869],[-2.954101, 59.0879],[-2.954999, 59.0893],[-2.9551, 59.0897],[-2.954999, 59.0901],[-2.9545, 59.0906],[-2.953599, 59.0911],[-2.9528, 59.0913],[-2.951299, 59.0914],[-2.949699, 59.0911],[-2.9479, 59.0906],[-2.9463, 59.0903],[-2.946201, 59.0898],[-2.94660, 59.0892],[-2.947001, 59.0880],[-2.948299, 59.0874],[-2.948999, 59.0868],[-2.9498, 59.0866],[-2.9507, 59.0866]]],[[[-3.07730, 59.0032],[-3.08130, 59.0026],[-3.0841, 59.0031],[-3.085, 59.0036],[-3.085299, 59.0044],[-3.084899, 59.0049],[-3.084199, 59.0052],[-3.0816, 59.0056],[-3.080699, 59.0061],[-3.079799, 59.0064],[-3.077899, 59.0065],[-3.0761, 59.0063],[-3.074699, 59.0059],[-3.074199, 59.0056],[-3.0741, 59.0052],[-3.074399, 59.0044],[-3.0757, 59.0038],[-3.07730, 59.0032]]],[[[-3.0753, 58.8519],[-3.077199, 58.8519],[-3.078701, 58.852],[-3.07940, 58.8522],[-3.079799, 58.8526],[-3.0797, 58.8532],[-3.0793, 58.8535],[-3.078399, 58.8539],[-3.0727, 58.8551],[-3.0704, 58.8552],[-3.068, 58.8553],[-3.066601, 58.8554],[-3.0655, 58.8553],[-3.0652, 58.8549],[-3.0653, 58.8546],[-3.066, 58.8544],[-3.0673, 58.8537],[-3.069101, 58.8531],[-3.0713, 58.8529],[-3.0753, 58.8519]]],[[[-3.1856, 58.9089],[-3.187799, 58.9086],[-3.189301, 58.9090],[-3.1902, 58.9097],[-3.1905, 58.9101],[-3.190599, 58.9105],[-3.1902, 58.9112],[-3.189101, 58.9119],[-3.1874, 58.9121],[-3.184799, 58.9115],[-3.183399, 58.9110],[-3.1826, 58.9104],[-3.1823, 58.91],[-3.182699, 58.9097],[-3.183501, 58.9092],[-3.183901, 58.9090],[-3.1856, 58.9089]]],[[[-2.8496, 59.2068],[-2.851099, 59.2062],[-2.8527, 59.2069],[-2.8536, 59.2075],[-2.854199, 59.2085],[-2.854399, 59.2096],[-2.8541, 59.2105],[-2.853501, 59.2107],[-2.852, 59.2108],[-2.8505, 59.2105],[-2.848901, 59.209],[-2.848701, 59.2080],[-2.8496, 59.2068]]],[[[-2.694799, 58.8993],[-2.6951, 58.8993],[-2.6958, 58.8994],[-2.697099, 58.8998],[-2.6987, 58.9000],[-2.699199, 58.9003],[-2.6991, 58.9007],[-2.698299, 58.9017],[-2.6975, 58.9023],[-2.6963, 58.9027],[-2.6944, 58.9031],[-2.693099, 58.9032],[-2.6921, 58.9031],[-2.691299, 58.9029],[-2.6909, 58.9026],[-2.6907, 58.9023],[-2.690799, 58.9019],[-2.693099, 58.9017],[-2.693799, 58.9013],[-2.6942, 58.9009],[-2.6946, 58.9000],[-2.6946, 58.8996],[-2.694799, 58.8993]]],[[[-2.6156, 59.3038],[-2.616601, 59.3038],[-2.617599, 59.3043],[-2.6182, 59.3049],[-2.6182, 59.306],[-2.617599, 59.3067],[-2.616801, 59.3071],[-2.6156, 59.3074],[-2.6147, 59.3075],[-2.613701, 59.3073],[-2.613501, 59.307],[-2.6136, 59.3063],[-2.6139, 59.305],[-2.6143, 59.3041],[-2.614599, 59.3039],[-2.6156, 59.3038]]],[[[-2.9326, 59.3498],[-2.933901, 59.3496],[-2.934101, 59.3498],[-2.934101, 59.3505],[-2.934, 59.3511],[-2.933501, 59.3518],[-2.933399, 59.3535],[-2.933501, 59.3552],[-2.932899, 59.3561],[-2.9319, 59.3566],[-2.931299, 59.3565],[-2.931299, 59.3553],[-2.931801, 59.3541],[-2.931801, 59.3525],[-2.931801, 59.3512],[-2.9326, 59.3498]]],[[[-2.919301, 59.1751],[-2.919699, 59.1751],[-2.92, 59.1752],[-2.92, 59.1757],[-2.919399, 59.1768],[-2.9188, 59.1776],[-2.918299, 59.178],[-2.917799, 59.1783],[-2.9172, 59.1784],[-2.9166, 59.1785],[-2.915699, 59.1785],[-2.9147, 59.1784],[-2.9141, 59.1782],[-2.91380, 59.1779],[-2.913901, 59.1776],[-2.9151, 59.1771],[-2.91610, 59.1767],[-2.9175, 59.1756],[-2.918099, 59.1753],[-2.919301, 59.1751]]],[[[-2.6117, 59.2974],[-2.612, 59.2972],[-2.612499, 59.2973],[-2.612799, 59.2976],[-2.6129, 59.2987],[-2.6139, 59.3002],[-2.615099, 59.3012],[-2.615099, 59.3017],[-2.614599, 59.3019],[-2.6138, 59.3017],[-2.6133, 59.3014],[-2.612799, 59.3011],[-2.611099, 59.2996],[-2.610899, 59.299],[-2.6113, 59.2981],[-2.6115, 59.2977],[-2.6117, 59.2974]]],[[[-2.682499, 59.1565],[-2.683701, 59.1565],[-2.6843, 59.1566],[-2.684799, 59.1568],[-2.6854, 59.1572],[-2.6856, 59.1576],[-2.6856, 59.1585],[-2.6853, 59.1590],[-2.684799, 59.1592],[-2.6845, 59.1592],[-2.684, 59.1590],[-2.6833, 59.1582],[-2.682499, 59.1571],[-2.6823, 59.1567],[-2.682499, 59.1565]]],[[[-2.9108, 58.6737],[-2.91210, 58.6737],[-2.9124, 58.6739],[-2.9124, 58.6741],[-2.9105, 58.6748],[-2.9094, 58.6755],[-2.9089, 58.6756],[-2.9085, 58.6755],[-2.908, 58.6753],[-2.90770, 58.6751],[-2.9075, 58.6749],[-2.90770, 58.6746],[-2.909301, 58.6741],[-2.9108, 58.6737]]]]}, properties:{name:"Orkney Islands"}}, {type:"Feature", geometry:{type:"MultiPolygon", coordinates:[[[[-3.2737, 56.3522],[-3.273999, 56.3508],[-3.2736, 56.3505],[-3.271899, 56.3493],[-3.2623, 56.3492],[-3.2534, 56.3469],[-3.253599, 56.3459],[-3.2553, 56.3439],[-3.2551, 56.3429],[-3.254699, 56.3420],[-3.254699, 56.3413],[-3.256201, 56.3410],[-3.263099, 56.3410],[-3.26480, 56.3405],[-3.265599, 56.3390],[-3.2658, 56.3366],[-3.2658, 56.3346],[-3.265199, 56.3304],[-3.264199, 56.3257],[-3.264101, 56.3246],[-3.263299, 56.3240],[-3.2616, 56.3231],[-3.2574, 56.3217],[-3.255399, 56.3197],[-3.251801, 56.3142],[-3.249399, 56.3105],[-3.251899, 56.3102],[-3.2609, 56.3125],[-3.27090, 56.3138],[-3.280499, 56.3142],[-3.286299, 56.3136],[-3.28940, 56.313],[-3.296601, 56.3108],[-3.297199, 56.31],[-3.2969, 56.3082],[-3.293299, 56.3038],[-3.2929, 56.3029],[-3.292799, 56.3011],[-3.294699, 56.2983],[-3.294699, 56.2974],[-3.292799, 56.2949],[-3.291899, 56.2933],[-3.292799, 56.2925],[-3.295, 56.2913],[-3.297499, 56.2902],[-3.299999, 56.2889],[-3.3022, 56.2884],[-3.305099, 56.288],[-3.3093, 56.2875],[-3.312599, 56.2869],[-3.3159, 56.2855],[-3.3193, 56.2845],[-3.32180, 56.2845],[-3.3236, 56.2848],[-3.330499, 56.2884],[-3.332999, 56.2892],[-3.335099, 56.2890],[-3.337399, 56.2881],[-3.340699, 56.2879],[-3.347001, 56.2882],[-3.3494, 56.2877],[-3.3499, 56.2864],[-3.3517, 56.2807],[-3.3536, 56.2792],[-3.3585, 56.2772],[-3.364399, 56.2756],[-3.36640, 56.2762],[-3.367399, 56.2762],[-3.370899, 56.2741],[-3.374799, 56.2726],[-3.374599, 56.2691],[-3.3739, 56.2645],[-3.372699, 56.2636],[-3.353199, 56.2592],[-3.3522, 56.2582],[-3.3526, 56.2568],[-3.354599, 56.2531],[-3.364, 56.2427],[-3.3642, 56.242],[-3.3633, 56.2415],[-3.337399, 56.2386],[-3.326299, 56.2381],[-3.31990, 56.2386],[-3.3148, 56.2398],[-3.312001, 56.2402],[-3.308599, 56.2396],[-3.2994, 56.2371],[-3.2827, 56.236],[-3.28120, 56.236],[-3.280299, 56.2353],[-3.2806, 56.2343],[-3.284199, 56.2327],[-3.2876, 56.2310],[-3.2893, 56.2297],[-3.28940, 56.2280],[-3.288701, 56.2269],[-3.286601, 56.2259],[-3.276401, 56.2245],[-3.2702, 56.2229],[-3.264301, 56.2205],[-3.263901, 56.2198],[-3.264101, 56.2192],[-3.265899, 56.2177],[-3.268501, 56.2163],[-3.272001, 56.2148],[-3.2727, 56.2140],[-3.271801, 56.2085],[-3.27110, 56.2059],[-3.263999, 56.2008],[-3.2614, 56.1991],[-3.2593, 56.1974],[-3.2801, 56.1924],[-3.306801, 56.1875],[-3.307899, 56.1861],[-3.3078, 56.1848],[-3.307001, 56.1831],[-3.3032, 56.1812],[-3.2899, 56.1784],[-3.286601, 56.1773],[-3.284301, 56.1767],[-3.2776, 56.1759],[-3.274899, 56.1759],[-3.2735, 56.1755],[-3.2715, 56.1736],[-3.270499, 56.1726],[-3.264699, 56.172],[-3.2644, 56.1713],[-3.2644, 56.1707],[-3.264899, 56.1701],[-3.27720, 56.1696],[-3.298901, 56.1699],[-3.3022, 56.1696],[-3.305099, 56.1683],[-3.3074, 56.1677],[-3.308501, 56.1678],[-3.3093, 56.1678],[-3.3182, 56.1705],[-3.3304, 56.1748],[-3.3433, 56.1733],[-3.348099, 56.1726],[-3.352799, 56.1718],[-3.3659, 56.1668],[-3.368999, 56.1650],[-3.3696, 56.1634],[-3.36640, 56.1588],[-3.3649, 56.1566],[-3.36520, 56.1549],[-3.3662, 56.1518],[-3.366801, 56.1485],[-3.3673, 56.1478],[-3.367899, 56.1473],[-3.3684, 56.1469],[-3.3705, 56.1462],[-3.377199, 56.1451],[-3.397001, 56.1431],[-3.427001, 56.1421],[-3.4338, 56.1457],[-3.4351, 56.1461],[-3.4421, 56.1481],[-3.4475, 56.1479],[-3.457799, 56.1470],[-3.4623, 56.1473],[-3.46450, 56.1484],[-3.467, 56.1491],[-3.4677, 56.1493],[-3.468501, 56.1493],[-3.477499, 56.1479],[-3.481899, 56.1491],[-3.4892, 56.1502],[-3.499501, 56.1503],[-3.507499, 56.1485],[-3.51120, 56.1483],[-3.5244, 56.1493],[-3.535, 56.1474],[-3.53580, 56.1477],[-3.53650, 56.1490],[-3.5423, 56.1576],[-3.5432, 56.1584],[-3.5453, 56.1588],[-3.566401, 56.1587],[-3.5738, 56.1561],[-3.579101, 56.1526],[-3.5803, 56.1513],[-3.582, 56.1465],[-3.581899, 56.1452],[-3.576401, 56.1424],[-3.576, 56.1414],[-3.576601, 56.1406],[-3.57830, 56.14],[-3.600199, 56.1358],[-3.6143, 56.1339],[-3.619699, 56.133],[-3.6242, 56.1325],[-3.632699, 56.1333],[-3.634501, 56.1341],[-3.63770, 56.1367],[-3.6382, 56.1376],[-3.638, 56.1386],[-3.6356, 56.1410],[-3.6354, 56.1428],[-3.6363, 56.145],[-3.6382, 56.1478],[-3.63790, 56.1488],[-3.634501, 56.1508],[-3.636499, 56.1532],[-3.64190, 56.1569],[-3.646899, 56.1592],[-3.6466, 56.1598],[-3.6433, 56.1608],[-3.6303, 56.1640],[-3.6242, 56.1687],[-3.622299, 56.1694],[-3.614799, 56.1704],[-3.606499, 56.1719],[-3.6018, 56.1724],[-3.596, 56.1724],[-3.5919, 56.1727],[-3.586, 56.1745],[-3.585299, 56.1749],[-3.5839, 56.176],[-3.582, 56.1801],[-3.58110, 56.1812],[-3.580199, 56.1815],[-3.5732, 56.1819],[-3.567699, 56.1823],[-3.564199, 56.1833],[-3.5615, 56.1846],[-3.5597, 56.1853],[-3.55460, 56.188],[-3.554501, 56.1888],[-3.562001, 56.1917],[-3.567899, 56.1952],[-3.5704, 56.1968],[-3.5761, 56.1982],[-3.6096, 56.206],[-3.617001, 56.2058],[-3.618701, 56.2052],[-3.627599, 56.2008],[-3.63770, 56.1984],[-3.6403, 56.1989],[-3.644399, 56.2008],[-3.649501, 56.203],[-3.651, 56.2031],[-3.6549, 56.2002],[-3.6605, 56.1943],[-3.664799, 56.191],[-3.667799, 56.1908],[-3.675699, 56.1942],[-3.6854, 56.1966],[-3.69720, 56.1948],[-3.703501, 56.1939],[-3.709399, 56.1936],[-3.71110, 56.1942],[-3.7126, 56.1942],[-3.715899, 56.1926],[-3.7187, 56.1929],[-3.722399, 56.194],[-3.7248, 56.1943],[-3.7289, 56.1932],[-3.7346, 56.1905],[-3.735899, 56.1904],[-3.7365, 56.1908],[-3.7372, 56.1928],[-3.739501, 56.2],[-3.7506, 56.2118],[-3.753999, 56.2193],[-3.756201, 56.2225],[-3.7568, 56.2226],[-3.7611, 56.2216],[-3.764199, 56.2220],[-3.768501, 56.2226],[-3.770499, 56.2220],[-3.7732, 56.2212],[-3.7774, 56.2194],[-3.782399, 56.2149],[-3.7873, 56.2116],[-3.7957, 56.2078],[-3.806299, 56.2036],[-3.818901, 56.2003],[-3.8232, 56.199],[-3.8322, 56.197],[-3.83570, 56.1967],[-3.8394, 56.1996],[-3.840899, 56.2004],[-3.84180, 56.2023],[-3.8419, 56.2047],[-3.841201, 56.2077],[-3.840199, 56.2098],[-3.83970, 56.2126],[-3.841401, 56.2162],[-3.843199, 56.2187],[-3.846699, 56.2225],[-3.8484, 56.2243],[-3.85380, 56.2247],[-3.8592, 56.2246],[-3.8642, 56.2230],[-3.866899, 56.2213],[-3.87420, 56.2145],[-3.8761, 56.2163],[-3.8775, 56.2179],[-3.878299, 56.2195],[-3.8987, 56.2276],[-3.900399, 56.233],[-3.901, 56.2338],[-3.901401, 56.2339],[-3.90940, 56.2288],[-3.910199, 56.2288],[-3.911099, 56.2292],[-3.9123, 56.2298],[-3.912899, 56.2302],[-3.913599, 56.2303],[-3.9158, 56.2305],[-3.9286, 56.2305],[-3.9345, 56.2305],[-3.936899, 56.2313],[-3.9396, 56.2324],[-3.9472, 56.2403],[-3.952899, 56.246],[-3.9546, 56.247],[-3.9604, 56.2469],[-3.9628, 56.2468],[-3.9658, 56.2475],[-3.9707, 56.2502],[-3.9776, 56.2562],[-3.999799, 56.2740],[-4.0021, 56.2758],[-4.021299, 56.2723],[-4.028399, 56.2714],[-4.0351, 56.2697],[-4.0359, 56.2703],[-4.0368, 56.2723],[-4.0364, 56.2731],[-4.034101, 56.2748],[-4.033501, 56.2757],[-4.036001, 56.2789],[-4.0369, 56.2800],[-4.0496, 56.2743],[-4.0507, 56.2743],[-4.068901, 56.2865],[-4.0741, 56.2899],[-4.076001, 56.2902],[-4.0769, 56.2864],[-4.077799, 56.2846],[-4.079199, 56.2833],[-4.086801, 56.2814],[-4.0956, 56.2793],[-4.110799, 56.2805],[-4.1128, 56.2814],[-4.113999, 56.2825],[-4.114799, 56.2840],[-4.1152, 56.2856],[-4.11770, 56.2888],[-4.119101, 56.2898],[-4.1286, 56.2935],[-4.132299, 56.2948],[-4.138299, 56.2983],[-4.1448, 56.2997],[-4.151299, 56.3008],[-4.1574, 56.3031],[-4.1606, 56.3036],[-4.167399, 56.3036],[-4.1803, 56.304],[-4.184999, 56.3045],[-4.188, 56.3066],[-4.193799, 56.3135],[-4.1949, 56.3146],[-4.200399, 56.3153],[-4.2047, 56.3153],[-4.207001, 56.3153],[-4.208399, 56.3159],[-4.2097, 56.3183],[-4.211699, 56.319],[-4.2154, 56.3196],[-4.2234, 56.3224],[-4.2285, 56.3264],[-4.2347, 56.3288],[-4.235799, 56.3308],[-4.235799, 56.3327],[-4.235199, 56.3337],[-4.2295, 56.3373],[-4.225699, 56.3411],[-4.2233, 56.3430],[-4.223199, 56.3436],[-4.2239, 56.3442],[-4.227001, 56.346],[-4.236001, 56.3495],[-4.238599, 56.3524],[-4.239501, 56.355],[-4.239501, 56.3575],[-4.236899, 56.3678],[-4.236899, 56.3706],[-4.237999, 56.3815],[-4.238901, 56.3839],[-4.2413, 56.3851],[-4.2443, 56.3854],[-4.2542, 56.3846],[-4.276, 56.3828],[-4.279799, 56.3827],[-4.2816, 56.3828],[-4.281899, 56.3837],[-4.2806, 56.3844],[-4.2792, 56.3847],[-4.2581, 56.3877],[-4.256801, 56.3880],[-4.256001, 56.3884],[-4.255799, 56.3886],[-4.2553, 56.3891],[-4.2546, 56.3895],[-4.242499, 56.3936],[-4.194799, 56.3962],[-4.1953, 56.4096],[-4.1991, 56.4393],[-4.1999, 56.4572],[-4.1992, 56.4582],[-4.194799, 56.4600],[-4.1833, 56.4561],[-4.174399, 56.4512],[-4.167799, 56.4506],[-4.1651, 56.4497],[-4.1634, 56.4483],[-4.1618, 56.4465],[-4.1602, 56.4456],[-4.1578, 56.4455],[-4.1567, 56.4473],[-4.1553, 56.4497],[-4.153299, 56.4515],[-4.148799, 56.4539],[-4.142001, 56.4595],[-4.139101, 56.4617],[-4.138, 56.4620],[-4.135499, 56.4622],[-4.1346, 56.4625],[-4.133399, 56.4643],[-4.131801, 56.4648],[-4.1173, 56.4629],[-4.1138, 56.4628],[-4.110799, 56.4634],[-4.1071, 56.4655],[-4.1022, 56.4657],[-4.097899, 56.4654],[-4.0974, 56.4676],[-4.097499, 56.47],[-4.1001, 56.4755],[-4.107699, 56.4901],[-4.110499, 56.4926],[-4.123199, 56.501],[-4.132899, 56.5034],[-4.138299, 56.5047],[-4.1495, 56.502],[-4.1538, 56.5004],[-4.1552, 56.5001],[-4.158, 56.5004],[-4.1614, 56.5005],[-4.1647, 56.4993],[-4.167, 56.4981],[-4.170599, 56.4978],[-4.1742, 56.4983],[-4.1757, 56.4993],[-4.177599, 56.5],[-4.182499, 56.501],[-4.198299, 56.4956],[-4.241401, 56.4891],[-4.251801, 56.4864],[-4.283501, 56.477],[-4.2889, 56.4763],[-4.293399, 56.4766],[-4.296201, 56.4778],[-4.298299, 56.4798],[-4.2996, 56.4818],[-4.2995, 56.4827],[-4.299301, 56.4855],[-4.2991, 56.487],[-4.298299, 56.4884],[-4.295599, 56.4917],[-4.295899, 56.4929],[-4.2975, 56.4936],[-4.2995, 56.4937],[-4.3021, 56.4945],[-4.303199, 56.4959],[-4.304699, 56.4978],[-4.3063, 56.4992],[-4.306201, 56.501],[-4.3055, 56.5054],[-4.305399, 56.5067],[-4.307899, 56.5099],[-4.308599, 56.5114],[-4.308599, 56.5147],[-4.309101, 56.5159],[-4.3102, 56.5166],[-4.315599, 56.5162],[-4.3179, 56.5171],[-4.3225, 56.5229],[-4.3273, 56.5282],[-4.329999, 56.5289],[-4.331201, 56.5296],[-4.332699, 56.5323],[-4.3329, 56.5343],[-4.3294, 56.5377],[-4.329501, 56.5388],[-4.3315, 56.5401],[-4.332799, 56.5407],[-4.343999, 56.542],[-4.353799, 56.5443],[-4.360899, 56.5472],[-4.362899, 56.5474],[-4.365699, 56.5475],[-4.3677, 56.5468],[-4.369101, 56.5457],[-4.3715, 56.5398],[-4.374, 56.5360],[-4.377699, 56.5346],[-4.383999, 56.5343],[-4.3871, 56.5341],[-4.391099, 56.5309],[-4.39580, 56.5287],[-4.4012, 56.5277],[-4.405, 56.5291],[-4.4074, 56.5291],[-4.4147, 56.5267],[-4.421, 56.5255],[-4.432001, 56.5266],[-4.436299, 56.5265],[-4.4382, 56.5260],[-4.447899, 56.5204],[-4.453599, 56.5189],[-4.4575, 56.5182],[-4.462999, 56.5175],[-4.465799, 56.5168],[-4.4727, 56.5142],[-4.477001, 56.5136],[-4.4815, 56.514],[-4.489999, 56.5129],[-4.4927, 56.5134],[-4.494101, 56.5149],[-4.4983, 56.5182],[-4.50210, 56.5199],[-4.5042, 56.5223],[-4.5057, 56.5233],[-4.507199, 56.5238],[-4.5128, 56.5225],[-4.523399, 56.5197],[-4.5281, 56.5182],[-4.529799, 56.5166],[-4.530499, 56.5146],[-4.5299, 56.5128],[-4.5282, 56.5104],[-4.5271, 56.5082],[-4.5261, 56.5066],[-4.527599, 56.5058],[-4.5303, 56.5058],[-4.534999, 56.5068],[-4.5402, 56.5079],[-4.5495, 56.5069],[-4.554501, 56.5062],[-4.558199, 56.5073],[-4.559, 56.5072],[-4.5633, 56.5047],[-4.5679, 56.5047],[-4.571899, 56.5066],[-4.574699, 56.5072],[-4.5763, 56.5064],[-4.5833, 56.5012],[-4.589301, 56.4994],[-4.596499, 56.4983],[-4.6043, 56.4954],[-4.611401, 56.4913],[-4.622099, 56.488],[-4.623199, 56.4871],[-4.623701, 56.4858],[-4.623701, 56.4848],[-4.6208, 56.4834],[-4.6189, 56.4818],[-4.6194, 56.4798],[-4.624199, 56.4767],[-4.630199, 56.4737],[-4.633501, 56.4745],[-4.6352, 56.4762],[-4.6393, 56.4782],[-4.643099, 56.4793],[-4.6454, 56.4796],[-4.658199, 56.4804],[-4.667399, 56.4811],[-4.6742, 56.4839],[-4.6792, 56.4877],[-4.678999, 56.4893],[-4.679599, 56.4907],[-4.682199, 56.4915],[-4.6818, 56.4926],[-4.6753, 56.4966],[-4.671899, 56.5009],[-4.670199, 56.5028],[-4.664899, 56.5061],[-4.6598, 56.5095],[-4.6563, 56.5121],[-4.652599, 56.5152],[-4.6503, 56.5180],[-4.6503, 56.5200],[-4.6516, 56.5242],[-4.654799, 56.5313],[-4.6577, 56.5351],[-4.659101, 56.5355],[-4.666, 56.5341],[-4.667799, 56.5344],[-4.670899, 56.5362],[-4.6749, 56.5389],[-4.6806, 56.5408],[-4.694699, 56.5407],[-4.6977, 56.5424],[-4.697899, 56.5444],[-4.6977, 56.5454],[-4.696499, 56.5487],[-4.695899, 56.5515],[-4.6953, 56.5522],[-4.6928, 56.5534],[-4.6896, 56.5541],[-4.687699, 56.5534],[-4.6847, 56.5535],[-4.678199, 56.5547],[-4.67030, 56.5582],[-4.6659, 56.5609],[-4.6623, 56.5626],[-4.6605, 56.5631],[-4.657499, 56.5628],[-4.652999, 56.5621],[-4.6501, 56.5621],[-4.6486, 56.5624],[-4.6469, 56.5631],[-4.644199, 56.5652],[-4.641699, 56.5673],[-4.640699, 56.5679],[-4.639101, 56.5683],[-4.636001, 56.5685],[-4.6332, 56.5685],[-4.6296, 56.5688],[-4.6269, 56.5691],[-4.622001, 56.5703],[-4.610899, 56.572],[-4.6045, 56.5733],[-4.6002, 56.5767],[-4.598501, 56.5770],[-4.5937, 56.5752],[-4.5916, 56.575],[-4.58750, 56.5751],[-4.5845, 56.5746],[-4.5769, 56.5716],[-4.5748, 56.5713],[-4.5724, 56.5716],[-4.5696, 56.5722],[-4.564799, 56.5721],[-4.5619, 56.5708],[-4.5609, 56.5709],[-4.559501, 56.5723],[-4.5593, 56.5732],[-4.5601, 56.5742],[-4.567, 56.5768],[-4.5687, 56.5783],[-4.5696, 56.5797],[-4.572001, 56.5807],[-4.5737, 56.5836],[-4.5755, 56.5897],[-4.5789, 56.5934],[-4.5832, 56.5976],[-4.585299, 56.6006],[-4.586801, 56.6015],[-4.590099, 56.6031],[-4.5967, 56.6063],[-4.6002, 56.6085],[-4.605299, 56.613],[-4.6082, 56.6152],[-4.611001, 56.6163],[-4.6142, 56.6167],[-4.614799, 56.6168],[-4.6153, 56.6169],[-4.6163, 56.617],[-4.618199, 56.6167],[-4.6226, 56.6159],[-4.626, 56.617],[-4.633501, 56.6235],[-4.6341, 56.6242],[-4.6341, 56.6247],[-4.633501, 56.6253],[-4.624199, 56.6315],[-4.619599, 56.634],[-4.616401, 56.6363],[-4.615799, 56.6373],[-4.615799, 56.6379],[-4.616001, 56.6385],[-4.616601, 56.6394],[-4.617499, 56.6406],[-4.6181, 56.6412],[-4.619599, 56.6424],[-4.626601, 56.6478],[-4.627399, 56.6491],[-4.6271, 56.6521],[-4.626699, 56.6536],[-4.626699, 56.6544],[-4.6271, 56.6547],[-4.62760, 56.6551],[-4.6279, 56.6553],[-4.629399, 56.6566],[-4.630099, 56.6569],[-4.6312, 56.6571],[-4.639501, 56.6542],[-4.659699, 56.6406],[-4.6602, 56.6403],[-4.661001, 56.6400],[-4.663, 56.6398],[-4.664999, 56.6400],[-4.67, 56.6414],[-4.6817, 56.6423],[-4.6859, 56.6427],[-4.6953, 56.6441],[-4.701499, 56.6437],[-4.7065, 56.6430],[-4.714, 56.6424],[-4.7147, 56.6432],[-4.715199, 56.6444],[-4.7154, 56.6465],[-4.715899, 56.6491],[-4.717199, 56.6526],[-4.7177, 56.6548],[-4.717, 56.6599],[-4.716499, 56.6662],[-4.7157, 56.6768],[-4.7129, 56.677],[-4.7068, 56.6765],[-4.701401, 56.6758],[-4.693901, 56.6755],[-4.685699, 56.6764],[-4.671801, 56.6772],[-4.667799, 56.6763],[-4.661201, 56.6754],[-4.65450, 56.6755],[-4.65200, 56.6761],[-4.649, 56.6782],[-4.6465, 56.6796],[-4.6419, 56.6806],[-4.632899, 56.6832],[-4.6299, 56.6862],[-4.6229, 56.6889],[-4.617099, 56.6905],[-4.608399, 56.6918],[-4.596601, 56.692],[-4.593299, 56.6921],[-4.5912, 56.6925],[-4.5903, 56.6928],[-4.589799, 56.6933],[-4.5892, 56.6952],[-4.589, 56.6977],[-4.588901, 56.7021],[-4.589, 56.7032],[-4.589799, 56.7050],[-4.5953, 56.7063],[-4.600699, 56.7077],[-4.603099, 56.7079],[-4.6044, 56.7082],[-4.6044, 56.7085],[-4.604199, 56.7090],[-4.5981, 56.7152],[-4.5885, 56.7245],[-4.5755, 56.7345],[-4.575699, 56.7354],[-4.5793, 56.7449],[-4.584199, 56.7561],[-4.585499, 56.7586],[-4.58650, 56.7594],[-4.588399, 56.7601],[-4.588399, 56.7604],[-4.587699, 56.7607],[-4.584199, 56.7615],[-4.577199, 56.7652],[-4.5602, 56.7697],[-4.551899, 56.7713],[-4.545599, 56.7724],[-4.5453, 56.7726],[-4.545499, 56.7734],[-4.548999, 56.7783],[-4.5491, 56.7799],[-4.5487, 56.781],[-4.547999, 56.7819],[-4.5446, 56.7838],[-4.5419, 56.7849],[-4.538701, 56.7865],[-4.534699, 56.79],[-4.5343, 56.791],[-4.533999, 56.7928],[-4.533901, 56.7942],[-4.532199, 56.7951],[-4.529799, 56.7965],[-4.526801, 56.801],[-4.5261, 56.8015],[-4.5205, 56.8045],[-4.518799, 56.8053],[-4.5176, 56.8054],[-4.516001, 56.8051],[-4.505099, 56.8014],[-4.489999, 56.7951],[-4.481201, 56.7932],[-4.479899, 56.7924],[-4.4768, 56.7895],[-4.473701, 56.7866],[-4.4731, 56.7861],[-4.472199, 56.7856],[-4.4573, 56.7786],[-4.4527, 56.7782],[-4.4492, 56.7775],[-4.4441, 56.7759],[-4.4401, 56.7745],[-4.439301, 56.7745],[-4.4382, 56.7748],[-4.435699, 56.7763],[-4.433199, 56.7784],[-4.4056, 56.8035],[-4.3831, 56.8234],[-4.3791, 56.8262],[-4.374101, 56.8307],[-4.3726, 56.8325],[-4.3718, 56.8328],[-4.3667, 56.8314],[-4.36, 56.8296],[-4.3533, 56.8283],[-4.3424, 56.8222],[-4.3412, 56.8214],[-4.3392, 56.8215],[-4.330599, 56.8236],[-4.329199, 56.8241],[-4.328599, 56.8245],[-4.328199, 56.8264],[-4.3283, 56.8329],[-4.329999, 56.8354],[-4.329899, 56.836],[-4.329101, 56.8375],[-4.322001, 56.8409],[-4.3175, 56.8415],[-4.316201, 56.842],[-4.314301, 56.8426],[-4.3083, 56.8484],[-4.306499, 56.8498],[-4.301899, 56.8529],[-4.3, 56.8533],[-4.2961, 56.8534],[-4.294301, 56.8533],[-4.2929, 56.8525],[-4.2909, 56.8519],[-4.2834, 56.8509],[-4.278299, 56.8509],[-4.2765, 56.8512],[-4.2725, 56.8529],[-4.269501, 56.8529],[-4.2677, 56.8531],[-4.2668, 56.8531],[-4.266099, 56.8538],[-4.2624, 56.857],[-4.2617, 56.8573],[-4.260799, 56.8571],[-4.260099, 56.8564],[-4.259399, 56.8554],[-4.258501, 56.8546],[-4.256899, 56.8541],[-4.253901, 56.8536],[-4.251299, 56.8536],[-4.2463, 56.8551],[-4.2402, 56.8562],[-4.235799, 56.8573],[-4.230199, 56.8572],[-4.228199, 56.8574],[-4.227001, 56.8578],[-4.2259, 56.8589],[-4.224699, 56.862],[-4.224101, 56.8628],[-4.222099, 56.8637],[-4.220399, 56.8646],[-4.2174, 56.8674],[-4.2154, 56.8691],[-4.2136, 56.87],[-4.205699, 56.8739],[-4.202099, 56.8748],[-4.1956, 56.8755],[-4.1924, 56.8765],[-4.1908, 56.8774],[-4.190499, 56.8781],[-4.190499, 56.8787],[-4.1908, 56.8790],[-4.193799, 56.8804],[-4.1998, 56.8837],[-4.2017, 56.8850],[-4.202001, 56.8858],[-4.201601, 56.8870],[-4.198999, 56.8916],[-4.1971, 56.8950],[-4.1961, 56.8964],[-4.186601, 56.9021],[-4.184199, 56.9062],[-4.183701, 56.9066],[-4.182499, 56.9074],[-4.173999, 56.9111],[-4.1731, 56.9113],[-4.1724, 56.911],[-4.1703, 56.9079],[-4.1696, 56.907],[-4.168799, 56.9065],[-4.167099, 56.9059],[-4.165699, 56.9057],[-4.161099, 56.9064],[-4.1563, 56.9051],[-4.1371, 56.8988],[-4.133999, 56.8981],[-4.126201, 56.8989],[-4.1247, 56.8989],[-4.121699, 56.8984],[-4.117499, 56.8967],[-4.113299, 56.8955],[-4.110099, 56.8950],[-4.1065, 56.8948],[-4.0988, 56.8948],[-4.094501, 56.8949],[-4.0832, 56.8945],[-4.0737, 56.8966],[-4.071899, 56.8967],[-4.063099, 56.8952],[-4.0608, 56.8954],[-4.0517, 56.8977],[-4.0488, 56.8982],[-4.0439, 56.8977],[-4.040699, 56.8971],[-4.0393, 56.8974],[-4.038199, 56.8977],[-4.035699, 56.9001],[-4.0348, 56.9006],[-4.033299, 56.9007],[-4.031801, 56.8995],[-4.0281, 56.8967],[-4.023701, 56.8933],[-4.022699, 56.8923],[-4.0226, 56.8913],[-4.022999, 56.8903],[-4.0229, 56.8901],[-4.022099, 56.8899],[-4.019199, 56.8905],[-4.017001, 56.8909],[-4.0123, 56.8935],[-4.009799, 56.8978],[-4.008299, 56.8987],[-4.004399, 56.8983],[-4.000599, 56.8976],[-3.992899, 56.8948],[-3.977299, 56.8965],[-3.973099, 56.8981],[-3.9679, 56.8992],[-3.967, 56.8998],[-3.96660, 56.9005],[-3.966001, 56.9023],[-3.9655, 56.9040],[-3.96450, 56.9066],[-3.9621, 56.9099],[-3.9619, 56.9108],[-3.9633, 56.9126],[-3.9632, 56.9136],[-3.962699, 56.9142],[-3.9632, 56.9154],[-3.9681, 56.9179],[-3.96870, 56.9198],[-3.968199, 56.9226],[-3.967, 56.9258],[-3.967999, 56.929],[-3.9677, 56.9307],[-3.9646, 56.9338],[-3.964301, 56.9349],[-3.964301, 56.936],[-3.963901, 56.9368],[-3.962699, 56.9374],[-3.961601, 56.9375],[-3.960099, 56.9369],[-3.9583, 56.9370],[-3.95630, 56.9378],[-3.95400, 56.9394],[-3.9533, 56.9403],[-3.953501, 56.9418],[-3.953501, 56.9431],[-3.9509, 56.9476],[-3.950099, 56.9481],[-3.9486, 56.9482],[-3.94530, 56.9481],[-3.942699, 56.9481],[-3.937999, 56.9489],[-3.9372, 56.9485],[-3.9368, 56.9479],[-3.937001, 56.9446],[-3.937001, 56.9425],[-3.9364, 56.9408],[-3.9356, 56.9398],[-3.9345, 56.9375],[-3.933199, 56.9362],[-3.929399, 56.9352],[-3.927099, 56.9344],[-3.920099, 56.9347],[-3.9177, 56.9343],[-3.91380, 56.9328],[-3.909199, 56.9325],[-3.902299, 56.933],[-3.9005, 56.9328],[-3.899199, 56.9319],[-3.8987, 56.9306],[-3.899899, 56.9274],[-3.8998, 56.9265],[-3.8994, 56.9258],[-3.8975, 56.9248],[-3.894799, 56.9247],[-3.8924, 56.9249],[-3.889899, 56.9257],[-3.8875, 56.9265],[-3.88520, 56.9267],[-3.882999, 56.9264],[-3.878901, 56.9255],[-3.870699, 56.9238],[-3.8699, 56.9238],[-3.8678, 56.9256],[-3.866801, 56.9262],[-3.8656, 56.9266],[-3.863501, 56.9263],[-3.858099, 56.9244],[-3.856, 56.9238],[-3.854599, 56.924],[-3.844, 56.9272],[-3.84180, 56.9285],[-3.837899, 56.9309],[-3.8329, 56.9343],[-3.8297, 56.9372],[-3.8253, 56.9388],[-3.8227, 56.939],[-3.8213, 56.9389],[-3.81970, 56.9381],[-3.818, 56.9362],[-3.8162, 56.9354],[-3.8108, 56.9364],[-3.800699, 56.9368],[-3.7938, 56.9307],[-3.788901, 56.926],[-3.786, 56.9245],[-3.784501, 56.9241],[-3.779599, 56.9241],[-3.7725, 56.9269],[-3.76460, 56.9309],[-3.7628, 56.9315],[-3.7611, 56.9319],[-3.7525, 56.9328],[-3.747499, 56.9336],[-3.741601, 56.9343],[-3.737799, 56.9343],[-3.7344, 56.9337],[-3.7327, 56.9326],[-3.73, 56.9296],[-3.7267, 56.9255],[-3.7246, 56.9217],[-3.72350, 56.9203],[-3.7223, 56.9195],[-3.71910, 56.919],[-3.7165, 56.9188],[-3.7077, 56.9171],[-3.699199, 56.9167],[-3.692899, 56.9165],[-3.6842, 56.9163],[-3.683199, 56.9164],[-3.6824, 56.9167],[-3.6803, 56.9179],[-3.67890, 56.9191],[-3.6758, 56.9264],[-3.674999, 56.9293],[-3.673901, 56.9321],[-3.673, 56.9329],[-3.672, 56.9332],[-3.667099, 56.9324],[-3.663, 56.9319],[-3.659199, 56.9337],[-3.656899, 56.9336],[-3.6542, 56.9334],[-3.653199, 56.9329],[-3.6521, 56.9304],[-3.651801, 56.9297],[-3.650199, 56.929],[-3.648901, 56.9286],[-3.648299, 56.9282],[-3.647799, 56.9268],[-3.6486, 56.9251],[-3.6487, 56.9246],[-3.64820, 56.9241],[-3.646899, 56.9239],[-3.638901, 56.9246],[-3.63620, 56.9256],[-3.6338, 56.9259],[-3.6263, 56.9258],[-3.622299, 56.9261],[-3.618999, 56.9265],[-3.6124, 56.9293],[-3.608099, 56.9308],[-3.59310, 56.9318],[-3.582999, 56.9318],[-3.579999, 56.9313],[-3.57830, 56.9304],[-3.57710, 56.9294],[-3.576299, 56.9281],[-3.57620, 56.9262],[-3.576401, 56.9236],[-3.576499, 56.9218],[-3.576401, 56.9208],[-3.5739, 56.9182],[-3.57240, 56.9155],[-3.571001, 56.9124],[-3.5696, 56.9108],[-3.5671, 56.9103],[-3.5662, 56.9096],[-3.5635, 56.9064],[-3.560199, 56.9021],[-3.55830, 56.9005],[-3.55810, 56.8998],[-3.558901, 56.8985],[-3.5614, 56.8969],[-3.564501, 56.8959],[-3.567001, 56.8949],[-3.567199, 56.8943],[-3.566499, 56.8920],[-3.564501, 56.8886],[-3.562299, 56.8861],[-3.560899, 56.8850],[-3.5595, 56.8848],[-3.557699, 56.8850],[-3.5532, 56.8859],[-3.549, 56.8864],[-3.547199, 56.8868],[-3.545799, 56.8872],[-3.5434, 56.8883],[-3.541899, 56.8890],[-3.5409, 56.8899],[-3.5391, 56.8911],[-3.5376, 56.8923],[-3.536801, 56.8926],[-3.53580, 56.8922],[-3.5329, 56.8891],[-3.5308, 56.8864],[-3.52990, 56.8856],[-3.529, 56.8851],[-3.5279, 56.8850],[-3.5271, 56.8852],[-3.521801, 56.8873],[-3.519799, 56.8877],[-3.5171, 56.8875],[-3.515199, 56.8868],[-3.514199, 56.8866],[-3.5129, 56.8873],[-3.51120, 56.8882],[-3.509, 56.8882],[-3.506201, 56.8878],[-3.503599, 56.8875],[-3.5007, 56.8872],[-3.49920, 56.8866],[-3.498399, 56.8856],[-3.4979, 56.8850],[-3.49710, 56.8841],[-3.495899, 56.8835],[-3.490799, 56.8816],[-3.489599, 56.8796],[-3.48700, 56.8766],[-3.4846, 56.8756],[-3.477499, 56.8746],[-3.4719, 56.8746],[-3.4681, 56.8749],[-3.464999, 56.8738],[-3.4632, 56.8737],[-3.4588, 56.875],[-3.4547, 56.8755],[-3.45230, 56.8764],[-3.446899, 56.8763],[-3.444799, 56.8764],[-3.4442, 56.8769],[-3.444, 56.8776],[-3.444999, 56.8807],[-3.4446, 56.8813],[-3.442199, 56.8817],[-3.440099, 56.8828],[-3.437299, 56.8857],[-3.435499, 56.8867],[-3.429699, 56.8876],[-3.4285, 56.8877],[-3.42810, 56.8875],[-3.4274, 56.8858],[-3.4266, 56.8851],[-3.42200, 56.8832],[-3.419399, 56.8809],[-3.4184, 56.8805],[-3.4156, 56.8807],[-3.4142, 56.8810],[-3.4087, 56.8821],[-3.4064, 56.883],[-3.4043, 56.8842],[-3.4031, 56.8847],[-3.4022, 56.8846],[-3.3996, 56.8832],[-3.3964, 56.8817],[-3.3942, 56.8808],[-3.393199, 56.8805],[-3.390199, 56.8801],[-3.3829, 56.8796],[-3.381601, 56.8793],[-3.3798, 56.8779],[-3.3752, 56.8760],[-3.375, 56.8631],[-3.3757, 56.8543],[-3.386899, 56.8449],[-3.394399, 56.8443],[-3.4, 56.8396],[-3.403901, 56.8387],[-3.4047, 56.8372],[-3.396899, 56.8365],[-3.393901, 56.8371],[-3.390899, 56.836],[-3.3841, 56.8301],[-3.379699, 56.8292],[-3.380399, 56.8266],[-3.3763, 56.8227],[-3.370199, 56.8237],[-3.36260, 56.8197],[-3.356801, 56.8186],[-3.3485, 56.8126],[-3.3554, 56.8105],[-3.364, 56.8066],[-3.3571, 56.801],[-3.352, 56.7996],[-3.354, 56.7944],[-3.358099, 56.7936],[-3.363501, 56.7888],[-3.3634, 56.7861],[-3.36430, 56.7846],[-3.370899, 56.7819],[-3.377199, 56.7737],[-3.376499, 56.7681],[-3.39, 56.7655],[-3.385499, 56.7547],[-3.366801, 56.7518],[-3.362299, 56.7448],[-3.3577, 56.74],[-3.36050, 56.7337],[-3.3627, 56.7283],[-3.3495, 56.7221],[-3.3419, 56.7223],[-3.3334, 56.7209],[-3.326299, 56.7188],[-3.318799, 56.7133],[-3.315099, 56.7086],[-3.319, 56.7030],[-3.3196, 56.6944],[-3.304199, 56.6878],[-3.296499, 56.6827],[-3.291699, 56.6792],[-3.289599, 56.6768],[-3.2914, 56.6676],[-3.288599, 56.6655],[-3.27300, 56.6655],[-3.2681, 56.6696],[-3.264899, 56.6694],[-3.24630, 56.6601],[-3.229899, 56.6571],[-3.228199, 56.6564],[-3.223799, 56.6564],[-3.2188, 56.6549],[-3.1925, 56.6546],[-3.187299, 56.6514],[-3.180599, 56.6529],[-3.1767, 56.657],[-3.163, 56.6571],[-3.157399, 56.6539],[-3.1541, 56.6440],[-3.155699, 56.6400],[-3.15850, 56.6374],[-3.1609, 56.6366],[-3.182499, 56.6344],[-3.180599, 56.6336],[-3.182199, 56.6322],[-3.1826, 56.6301],[-3.1774, 56.6286],[-3.1782, 56.6273],[-3.1761, 56.6266],[-3.178999, 56.6235],[-3.1947, 56.6211],[-3.191601, 56.6175],[-3.1856, 56.6159],[-3.1786, 56.6175],[-3.163, 56.6189],[-3.160599, 56.6179],[-3.159899, 56.6151],[-3.156699, 56.6146],[-3.155299, 56.6074],[-3.158999, 56.6073],[-3.159899, 56.6063],[-3.1663, 56.6053],[-3.16880, 56.6025],[-3.170799, 56.6019],[-3.1702, 56.6007],[-3.17, 56.599],[-3.1575, 56.5984],[-3.154799, 56.5981],[-3.149101, 56.5947],[-3.147001, 56.5963],[-3.1407, 56.5972],[-3.136801, 56.6007],[-3.131201, 56.6008],[-3.1315, 56.6012],[-3.1298, 56.6014],[-3.130599, 56.6026],[-3.128299, 56.6041],[-3.125099, 56.6041],[-3.12170, 56.6074],[-3.119999, 56.6065],[-3.117199, 56.6097],[-3.1143, 56.6098],[-3.114399, 56.6124],[-3.11180, 56.6132],[-3.1106, 56.6124],[-3.0983, 56.6129],[-3.099301, 56.6148],[-3.094199, 56.6142],[-3.0926, 56.6159],[-3.0911, 56.6159],[-3.087699, 56.6122],[-3.106499, 56.6072],[-3.10170, 56.6048],[-3.099699, 56.5972],[-3.11560, 56.5933],[-3.122299, 56.5903],[-3.122499, 56.5903],[-3.121099, 56.5893],[-3.123701, 56.5868],[-3.130899, 56.5826],[-3.136899, 56.5790],[-3.143199, 56.5771],[-3.143199, 56.5759],[-3.1579, 56.5738],[-3.1656, 56.5696],[-3.184999, 56.5657],[-3.192899, 56.5598],[-3.193599, 56.5544],[-3.1885, 56.552],[-3.182499, 56.5434],[-3.1759, 56.5406],[-3.171, 56.537],[-3.1777, 56.5300],[-3.17680, 56.5251],[-3.1843, 56.5238],[-3.1864, 56.5223],[-3.2004, 56.5235],[-3.2046, 56.5251],[-3.2161, 56.5235],[-3.215199, 56.5212],[-3.212699, 56.5186],[-3.2089, 56.5165],[-3.199301, 56.5132],[-3.195699, 56.5094],[-3.1898, 56.5076],[-3.197599, 56.5045],[-3.1961, 56.5027],[-3.188299, 56.5018],[-3.1851, 56.5004],[-3.183199, 56.496],[-3.177099, 56.4947],[-3.1719, 56.4931],[-3.164599, 56.4915],[-3.145499, 56.4865],[-3.147001, 56.4794],[-3.13430, 56.4776],[-3.13390, 56.4768],[-3.12190, 56.476],[-3.1203, 56.4742],[-3.126699, 56.4742],[-3.124599, 56.4671],[-3.089999, 56.4668],[-3.087199, 56.4625],[-3.07310, 56.4626],[-3.068799, 56.4647],[-3.065, 56.4642],[-3.0639, 56.4637],[-3.060199, 56.4619],[-3.057499, 56.4602],[-3.056099, 56.4594],[-3.055399, 56.4589],[-3.05500, 56.4585],[-3.054101, 56.4575],[-3.0537, 56.4568],[-3.0534, 56.4562],[-3.052999, 56.4550],[-3.052299, 56.4522],[-3.0518, 56.4492],[-3.0514, 56.4473],[-3.05080, 56.4456],[-3.050299, 56.4444],[-3.0492, 56.4425],[-3.047499, 56.44],[-3.036801, 56.4236],[-3.131299, 56.4011],[-3.163501, 56.3823],[-3.194999, 56.3711],[-3.2, 56.3695],[-3.2087, 56.368],[-3.2191, 56.3666],[-3.2471, 56.3632],[-3.258501, 56.3612],[-3.26500, 56.3587],[-3.27070, 56.3561],[-3.2725, 56.3549],[-3.2737, 56.3522]]]]}, properties:{name:"Perth and Kinross"}}, {type:"Feature", geometry:{type:"MultiPolygon", coordinates:[[[[-4.416201, 55.8081],[-4.4191, 55.8068],[-4.4204, 55.8062],[-4.427001, 55.8043],[-4.433599, 55.8015],[-4.443799, 55.8065],[-4.448299, 55.8039],[-4.4641, 55.8014],[-4.4692, 55.8041],[-4.4718, 55.8031],[-4.4744, 55.7985],[-4.488299, 55.7974],[-4.493, 55.8006],[-4.4963, 55.8008],[-4.499199, 55.8001],[-4.505499, 55.7950],[-4.505099, 55.7935],[-4.500899, 55.7933],[-4.4997, 55.7913],[-4.50820, 55.7857],[-4.512599, 55.7859],[-4.5152, 55.7854],[-4.5165, 55.7843],[-4.520599, 55.7757],[-4.535299, 55.7771],[-4.536201, 55.7782],[-4.545599, 55.7787],[-4.550099, 55.7764],[-4.554101, 55.7668],[-4.5618, 55.7668],[-4.560299, 55.7698],[-4.5622, 55.7723],[-4.5623, 55.7729],[-4.562399, 55.7742],[-4.5626, 55.7748],[-4.5633, 55.7759],[-4.563701, 55.7764],[-4.564899, 55.7776],[-4.5661, 55.7786],[-4.567999, 55.7797],[-4.5699, 55.7808],[-4.5712, 55.7824],[-4.574999, 55.7824],[-4.5802, 55.7792],[-4.58140, 55.7775],[-4.580699, 55.7769],[-4.5878, 55.7739],[-4.589799, 55.7751],[-4.593299, 55.7756],[-4.5993, 55.7733],[-4.600699, 55.7708],[-4.604899, 55.7719],[-4.606699, 55.7706],[-4.611001, 55.7697],[-4.611401, 55.7675],[-4.617199, 55.766],[-4.6202, 55.7623],[-4.6229, 55.7646],[-4.6378, 55.7647],[-4.639501, 55.7689],[-4.6394, 55.7723],[-4.6368, 55.7744],[-4.638501, 55.7763],[-4.6422, 55.7757],[-4.653999, 55.7615],[-4.654699, 55.7608],[-4.655, 55.7607],[-4.6593, 55.761],[-4.6598, 55.7614],[-4.6601, 55.7654],[-4.6659, 55.7685],[-4.668701, 55.7678],[-4.670499, 55.769],[-4.669301, 55.7703],[-4.6721, 55.7715],[-4.671, 55.7723],[-4.673299, 55.774],[-4.6724, 55.7763],[-4.676099, 55.7783],[-4.682099, 55.7792],[-4.6809, 55.7824],[-4.6778, 55.7837],[-4.675499, 55.7864],[-4.687001, 55.7966],[-4.691, 55.8032],[-4.6945, 55.8045],[-4.720699, 55.8046],[-4.726099, 55.8056],[-4.7353, 55.8117],[-4.724101, 55.8211],[-4.746099, 55.8241],[-4.7489, 55.8267],[-4.762899, 55.8293],[-4.7673, 55.8325],[-4.787199, 55.8385],[-4.7909, 55.8389],[-4.789599, 55.8436],[-4.78520, 55.8446],[-4.7807, 55.8440],[-4.776299, 55.8452],[-4.773701, 55.8448],[-4.764599, 55.8482],[-4.7587, 55.8492],[-4.755899, 55.8479],[-4.742499, 55.8518],[-4.740099, 55.8530],[-4.725399, 55.8493],[-4.7187, 55.8467],[-4.71460, 55.8467],[-4.714301, 55.8444],[-4.712399, 55.8438],[-4.714301, 55.8424],[-4.7129, 55.8422],[-4.7126, 55.8414],[-4.7097, 55.8408],[-4.7083, 55.8419],[-4.704899, 55.8409],[-4.697001, 55.8404],[-4.685599, 55.838],[-4.6605, 55.8399],[-4.6455, 55.8386],[-4.641099, 55.8398],[-4.634501, 55.8395],[-4.6321, 55.8473],[-4.6258, 55.8487],[-4.6258, 55.8553],[-4.628901, 55.8564],[-4.6291, 55.8596],[-4.626299, 55.861],[-4.61, 55.8633],[-4.602099, 55.8626],[-4.602499, 55.8642],[-4.608799, 55.8659],[-4.614399, 55.8682],[-4.6137, 55.8693],[-4.6018, 55.8707],[-4.606201, 55.8741],[-4.6023, 55.8754],[-4.602001, 55.879],[-4.608099, 55.8811],[-4.60830, 55.8838],[-4.6134, 55.8848],[-4.6142, 55.8867],[-4.6222, 55.8885],[-4.619999, 55.8915],[-4.6168, 55.8916],[-4.6162, 55.8932],[-4.617099, 55.8956],[-4.614399, 55.8982],[-4.619999, 55.9062],[-4.6181, 55.9073],[-4.6223, 55.9076],[-4.630599, 55.9069],[-4.6336, 55.9083],[-4.6336, 55.9137],[-4.628099, 55.9172],[-4.626699, 55.9181],[-4.625899, 55.9188],[-4.6254, 55.9209],[-4.62150, 55.9223],[-4.619501, 55.9288],[-4.615799, 55.9319],[-4.608399, 55.9311],[-4.606699, 55.9304],[-4.6023, 55.929],[-4.600599, 55.9285],[-4.599599, 55.9285],[-4.5988, 55.9286],[-4.598199, 55.9289],[-4.597099, 55.9292],[-4.5948, 55.9292],[-4.591801, 55.9286],[-4.5871, 55.9275],[-4.581299, 55.9259],[-4.575699, 55.9249],[-4.5703, 55.9246],[-4.561601, 55.9251],[-4.5513, 55.9249],[-4.5475, 55.9248],[-4.5458, 55.9249],[-4.5436, 55.9252],[-4.542, 55.9251],[-4.537199, 55.924],[-4.533501, 55.9238],[-4.5321, 55.9239],[-4.5302, 55.9242],[-4.521699, 55.9253],[-4.5172, 55.9262],[-4.5156, 55.9264],[-4.5109, 55.925],[-4.5062, 55.9236],[-4.503799, 55.9236],[-4.4993, 55.9243],[-4.4964, 55.925],[-4.493599, 55.9259],[-4.492599, 55.9262],[-4.49240, 55.9265],[-4.492499, 55.9266],[-4.4968, 55.9267],[-4.497799, 55.9268],[-4.4979, 55.927],[-4.4979, 55.9272],[-4.4976, 55.9274],[-4.496699, 55.9276],[-4.490099, 55.9274],[-4.485, 55.9272],[-4.4835, 55.927],[-4.4821, 55.9266],[-4.4804, 55.9260],[-4.478199, 55.9249],[-4.4772, 55.9245],[-4.475599, 55.9242],[-4.472001, 55.9237],[-4.4706, 55.9232],[-4.468999, 55.9226],[-4.4657, 55.9211],[-4.465099, 55.9222],[-4.456699, 55.9161],[-4.4512, 55.9126],[-4.445799, 55.9095],[-4.441401, 55.9074],[-4.4364, 55.9056],[-4.428199, 55.9046],[-4.4186, 55.9022],[-4.413099, 55.8993],[-4.407499, 55.8951],[-4.402699, 55.8928],[-4.3919, 55.8895],[-4.386001, 55.8886],[-4.377399, 55.8855],[-4.36780, 55.8812],[-4.368199, 55.8805],[-4.369501, 55.8782],[-4.367599, 55.8773],[-4.371201, 55.8686],[-4.372799, 55.8685],[-4.3736, 55.8684],[-4.370299, 55.8663],[-4.364501, 55.8645],[-4.362999, 55.864],[-4.360799, 55.8627],[-4.361401, 55.8624],[-4.364301, 55.8611],[-4.367199, 55.8553],[-4.3674, 55.855],[-4.379799, 55.8560],[-4.3832, 55.8562],[-4.3817, 55.8507],[-4.377999, 55.8516],[-4.3761, 55.8512],[-4.3758, 55.849],[-4.373099, 55.8466],[-4.370699, 55.8471],[-4.3694, 55.846],[-4.3736, 55.8415],[-4.373799, 55.8413],[-4.3719, 55.8399],[-4.3748, 55.8388],[-4.3761, 55.8376],[-4.3782, 55.8292],[-4.376299, 55.8277],[-4.383399, 55.8235],[-4.3899, 55.8188],[-4.3936, 55.8203],[-4.3935, 55.8187],[-4.396299, 55.8171],[-4.396699, 55.8164],[-4.3991, 55.8167],[-4.4028, 55.8117],[-4.406401, 55.8141],[-4.411099, 55.8106],[-4.416201, 55.8081]]]]}, properties:{name:"Renfrewshire"}}, {type:"Feature", geometry:{type:"MultiPolygon", coordinates:[[[[-3.50530, 55.4136],[-3.509599, 55.4174],[-3.511699, 55.4194],[-3.5137, 55.4215],[-3.513901, 55.4222],[-3.5134, 55.4231],[-3.513299, 55.4236],[-3.513999, 55.4243],[-3.5158, 55.4255],[-3.5192, 55.4275],[-3.519799, 55.4278],[-3.5209, 55.4286],[-3.5216, 55.4294],[-3.5216, 55.4304],[-3.5216, 55.4323],[-3.522001, 55.4329],[-3.5227, 55.4332],[-3.526401, 55.4335],[-3.535, 55.4357],[-3.5369, 55.4369],[-3.5373, 55.4377],[-3.5374, 55.4388],[-3.5374, 55.4407],[-3.537199, 55.4421],[-3.536601, 55.4431],[-3.5348, 55.4452],[-3.533999, 55.4467],[-3.5332, 55.4508],[-3.5327, 55.4517],[-3.532001, 55.4527],[-3.530699, 55.4533],[-3.5301, 55.4535],[-3.528, 55.4545],[-3.527499, 55.4551],[-3.5272, 55.4561],[-3.5269, 55.4571],[-3.527, 55.458],[-3.527299, 55.4591],[-3.528399, 55.4605],[-3.5286, 55.4612],[-3.528399, 55.4616],[-3.527699, 55.4622],[-3.52550, 55.4622],[-3.522799, 55.4632],[-3.522599, 55.4637],[-3.523299, 55.4655],[-3.52340, 55.4675],[-3.5227, 55.4691],[-3.521699, 55.4706],[-3.519399, 55.4721],[-3.519, 55.4727],[-3.518701, 55.4732],[-3.517999, 55.4764],[-3.517699, 55.4774],[-3.5168, 55.4785],[-3.5165, 55.4788],[-3.516001, 55.4798],[-3.515899, 55.4808],[-3.516099, 55.4813],[-3.5188, 55.4841],[-3.5204, 55.4862],[-3.5208, 55.4872],[-3.5208, 55.4877],[-3.5206, 55.4889],[-3.520299, 55.4900],[-3.52, 55.4904],[-3.5181, 55.4911],[-3.513099, 55.4922],[-3.511801, 55.4929],[-3.511001, 55.4942],[-3.5107, 55.495],[-3.5106, 55.4985],[-3.510499, 55.5003],[-3.510299, 55.5019],[-3.509399, 55.5034],[-3.507, 55.5066],[-3.506001, 55.5089],[-3.5044, 55.5113],[-3.50320, 55.5124],[-3.5014, 55.5134],[-3.4999, 55.5141],[-3.495199, 55.5156],[-3.491499, 55.5163],[-3.4855, 55.5167],[-3.4846, 55.5171],[-3.484301, 55.5176],[-3.4844, 55.5188],[-3.48490, 55.5203],[-3.485899, 55.5216],[-3.48720, 55.5229],[-3.4879, 55.5235],[-3.489799, 55.5242],[-3.49100, 55.5243],[-3.491699, 55.5247],[-3.491899, 55.5258],[-3.491499, 55.528],[-3.491499, 55.5287],[-3.491899, 55.5298],[-3.4942, 55.5323],[-3.494501, 55.5331],[-3.4948, 55.5341],[-3.494999, 55.5353],[-3.495399, 55.5371],[-3.4958, 55.5389],[-3.4968, 55.5413],[-3.501601, 55.5494],[-3.501801, 55.5503],[-3.501699, 55.5511],[-3.500799, 55.5520],[-3.498399, 55.5536],[-3.4956, 55.5548],[-3.494501, 55.5555],[-3.493999, 55.5563],[-3.493599, 55.5569],[-3.4925, 55.5596],[-3.492001, 55.5603],[-3.4913, 55.5609],[-3.490499, 55.5613],[-3.48720, 55.5629],[-3.4867, 55.5635],[-3.486601, 55.5638],[-3.48700, 55.5643],[-3.491601, 55.5669],[-3.4956, 55.5696],[-3.500799, 55.5747],[-3.5028, 55.576],[-3.5058, 55.5775],[-3.5068, 55.5783],[-3.50740, 55.5795],[-3.507699, 55.5815],[-3.5076, 55.5857],[-3.5076, 55.5894],[-3.508199, 55.5903],[-3.5102, 55.5907],[-3.5134, 55.5906],[-3.5151, 55.5907],[-3.516601, 55.5911],[-3.519599, 55.5929],[-3.523299, 55.5957],[-3.5244, 55.5969],[-3.525899, 55.5986],[-3.526401, 55.5996],[-3.526401, 55.5999],[-3.526099, 55.6002],[-3.525199, 55.6004],[-3.523999, 55.6005],[-3.523799, 55.6006],[-3.523799, 55.6009],[-3.5246, 55.6023],[-3.52550, 55.6036],[-3.5265, 55.6047],[-3.5306, 55.6079],[-3.531001, 55.6086],[-3.531001, 55.6093],[-3.5308, 55.6107],[-3.530299, 55.6123],[-3.52990, 55.6126],[-3.5291, 55.6129],[-3.5129, 55.6135],[-3.4965, 55.6149],[-3.4927, 55.6157],[-3.4909, 55.6159],[-3.48890, 55.6161],[-3.4834, 55.6161],[-3.4791, 55.6165],[-3.4783, 55.6167],[-3.477999, 55.6172],[-3.47880, 55.6185],[-3.4802, 55.6207],[-3.4802, 55.6214],[-3.479899, 55.6224],[-3.4784, 55.6245],[-3.4768, 55.6271],[-3.4751, 55.6309],[-3.47480, 55.6321],[-3.47460, 55.633],[-3.474999, 55.6334],[-3.476001, 55.6333],[-3.478199, 55.6327],[-3.4804, 55.6325],[-3.4844, 55.6327],[-3.485899, 55.6332],[-3.487299, 55.6341],[-3.487799, 55.6347],[-3.487999, 55.6361],[-3.487799, 55.6369],[-3.487299, 55.6386],[-3.486601, 55.6396],[-3.48300, 55.6419],[-3.482199, 55.6426],[-3.481801, 55.6431],[-3.481601, 55.6437],[-3.4813, 55.6456],[-3.481499, 55.648],[-3.48090, 55.6492],[-3.479599, 55.6501],[-3.4756, 55.6531],[-3.4732, 55.6555],[-3.4691, 55.6592],[-3.467799, 55.6602],[-3.46660, 55.6609],[-3.465199, 55.6615],[-3.457599, 55.6629],[-3.456001, 55.6634],[-3.45460, 55.6641],[-3.453399, 55.6647],[-3.453, 55.6657],[-3.4528, 55.6702],[-3.45230, 55.6711],[-3.451699, 55.6718],[-3.4509, 55.6723],[-3.444799, 55.6752],[-3.4428, 55.6778],[-3.439699, 55.6797],[-3.433599, 55.6833],[-3.4226, 55.6901],[-3.4203, 55.6918],[-3.4109, 55.6982],[-3.406801, 55.7014],[-3.40510, 55.7025],[-3.403701, 55.7032],[-3.401401, 55.7041],[-3.400599, 55.7047],[-3.4001, 55.7053],[-3.399301, 55.7066],[-3.3977, 55.7094],[-3.393901, 55.7158],[-3.394, 55.7167],[-3.3942, 55.7172],[-3.394799, 55.7176],[-3.3954, 55.7176],[-3.396801, 55.7174],[-3.3994, 55.7157],[-3.401299, 55.7148],[-3.4028, 55.7144],[-3.404799, 55.7141],[-3.4086, 55.7142],[-3.4217, 55.7176],[-3.4274, 55.7214],[-3.431, 55.7230],[-3.4328, 55.7238],[-3.4353, 55.7247],[-3.436899, 55.7252],[-3.4374, 55.7257],[-3.437599, 55.7263],[-3.4374, 55.7268],[-3.436201, 55.7275],[-3.4328, 55.7308],[-3.4324, 55.7314],[-3.432199, 55.7321],[-3.432199, 55.7328],[-3.43230, 55.7333],[-3.434799, 55.7338],[-3.4386, 55.7347],[-3.4396, 55.7354],[-3.4407, 55.7368],[-3.4426, 55.7402],[-3.4426, 55.7406],[-3.4425, 55.7413],[-3.440599, 55.7438],[-3.440599, 55.7446],[-3.440799, 55.745],[-3.448501, 55.7486],[-3.449399, 55.7499],[-3.453399, 55.7597],[-3.4551, 55.7629],[-3.456899, 55.7649],[-3.45860, 55.7657],[-3.4644, 55.7678],[-3.4684, 55.7703],[-3.4707, 55.7721],[-3.470099, 55.7734],[-3.469599, 55.7743],[-3.4684, 55.7752],[-3.453901, 55.7795],[-3.449399, 55.7808],[-3.4466, 55.7821],[-3.442199, 55.7843],[-3.44, 55.7852],[-3.4377, 55.7852],[-3.436899, 55.7855],[-3.43630, 55.7872],[-3.435899, 55.7893],[-3.43630, 55.7898],[-3.440099, 55.7905],[-3.441601, 55.7917],[-3.44240, 55.7932],[-3.4426, 55.7942],[-3.4421, 55.7950],[-3.4402, 55.7963],[-3.438299, 55.7985],[-3.436201, 55.8023],[-3.4347, 55.8046],[-3.4338, 55.8057],[-3.431801, 55.8067],[-3.423599, 55.809],[-3.4207, 55.81],[-3.4173, 55.8107],[-3.4147, 55.8107],[-3.41310, 55.811],[-3.411601, 55.8119],[-3.409199, 55.8138],[-3.407099, 55.8152],[-3.40510, 55.8163],[-3.401801, 55.8176],[-3.3959, 55.8198],[-3.393901, 55.8201],[-3.392699, 55.8202],[-3.3903, 55.8198],[-3.388999, 55.8194],[-3.3878, 55.8194],[-3.386001, 55.8195],[-3.38070, 55.8202],[-3.376699, 55.8207],[-3.372999, 55.8214],[-3.371201, 55.8221],[-3.3701, 55.8227],[-3.368099, 55.8244],[-3.367399, 55.8244],[-3.365799, 55.8238],[-3.364501, 55.8224],[-3.3618, 55.8188],[-3.3598, 55.8164],[-3.356601, 55.8142],[-3.354199, 55.8129],[-3.3529, 55.8124],[-3.351401, 55.8118],[-3.3495, 55.8107],[-3.348099, 55.8095],[-3.3473, 55.8082],[-3.346801, 55.8065],[-3.344301, 55.8008],[-3.34200, 55.7947],[-3.3416, 55.7941],[-3.340699, 55.7937],[-3.328399, 55.7963],[-3.314501, 55.7959],[-3.3057, 55.7944],[-3.30160, 55.7941],[-3.299599, 55.7937],[-3.29740, 55.7939],[-3.2957, 55.7944],[-3.2946, 55.7950],[-3.292399, 55.7964],[-3.2916, 55.7964],[-3.291001, 55.7961],[-3.289799, 55.7951],[-3.2883, 55.7936],[-3.288, 55.7929],[-3.288199, 55.7914],[-3.289599, 55.7846],[-3.289999, 55.7829],[-3.2901, 55.782],[-3.289799, 55.7813],[-3.2893, 55.7810],[-3.2876, 55.7803],[-3.2823, 55.7788],[-3.2722, 55.7759],[-3.2686, 55.7771],[-3.263999, 55.7787],[-3.2632, 55.7789],[-3.262599, 55.7788],[-3.2607, 55.7773],[-3.260299, 55.7772],[-3.2599, 55.7772],[-3.258199, 55.7777],[-3.25680, 55.7782],[-3.251699, 55.7804],[-3.247, 55.7814],[-3.243799, 55.7812],[-3.240299, 55.7809],[-3.238199, 55.7806],[-3.2353, 55.7799],[-3.234699, 55.7798],[-3.234101, 55.7798],[-3.2297, 55.7836],[-3.22560, 55.7867],[-3.224699, 55.7869],[-3.223, 55.7871],[-3.221, 55.7872],[-3.213599, 55.785],[-3.213, 55.7848],[-3.2125, 55.7849],[-3.212199, 55.7853],[-3.2121, 55.7858],[-3.211499, 55.7882],[-3.210799, 55.7894],[-3.209899, 55.7902],[-3.2023, 55.7948],[-3.193901, 55.8018],[-3.19300, 55.8024],[-3.1924, 55.8026],[-3.1872, 55.8029],[-3.183701, 55.8028],[-3.182001, 55.8025],[-3.181801, 55.8022],[-3.1819, 55.8017],[-3.186001, 55.7963],[-3.183399, 55.7927],[-3.17870, 55.7868],[-3.1772, 55.7862],[-3.1758, 55.7855],[-3.175699, 55.7851],[-3.1785, 55.7822],[-3.1786, 55.7818],[-3.178299, 55.7815],[-3.17750, 55.7814],[-3.174, 55.7809],[-3.1652, 55.7801],[-3.16440, 55.7797],[-3.1643, 55.7792],[-3.1647, 55.7786],[-3.1652, 55.7778],[-3.171801, 55.7728],[-3.171801, 55.7725],[-3.171601, 55.7723],[-3.1684, 55.7713],[-3.1668, 55.7705],[-3.1654, 55.7696],[-3.159301, 55.7654],[-3.157599, 55.7636],[-3.158, 55.7613],[-3.16, 55.7578],[-3.1628, 55.7533],[-3.1508, 55.7442],[-3.1445, 55.7418],[-3.1417, 55.7399],[-3.141601, 55.739],[-3.1417, 55.7381],[-3.144799, 55.7342],[-3.14860, 55.7304],[-3.149301, 55.7294],[-3.1496, 55.7282],[-3.1496, 55.7274],[-3.1494, 55.7268],[-3.14820, 55.7258],[-3.1466, 55.7251],[-3.1429, 55.7237],[-3.1366, 55.721],[-3.1354, 55.7206],[-3.1354, 55.7201],[-3.1359, 55.719],[-3.136801, 55.7178],[-3.136801, 55.7168],[-3.1361, 55.7156],[-3.135099, 55.7148],[-3.134, 55.7139],[-3.130599, 55.7117],[-3.127399, 55.7112],[-3.125799, 55.7114],[-3.124501, 55.7117],[-3.119999, 55.715],[-3.118901, 55.7154],[-3.116899, 55.7161],[-3.11390, 55.7170],[-3.102799, 55.7189],[-3.095799, 55.721],[-3.0913, 55.7226],[-3.090699, 55.7231],[-3.093199, 55.7255],[-3.0995, 55.7290],[-3.1006, 55.7298],[-3.1016, 55.7312],[-3.1022, 55.7326],[-3.1024, 55.7340],[-3.1019, 55.7355],[-3.1018, 55.7364],[-3.102, 55.7381],[-3.1018, 55.739],[-3.101099, 55.7400],[-3.0984, 55.7422],[-3.096, 55.7445],[-3.089999, 55.7494],[-3.086801, 55.7507],[-3.084599, 55.7521],[-3.08340, 55.7534],[-3.0822, 55.7545],[-3.080199, 55.7561],[-3.077399, 55.7572],[-3.076601, 55.7576],[-3.076, 55.758],[-3.075599, 55.7592],[-3.074899, 55.7597],[-3.0711, 55.7618],[-3.0655, 55.7645],[-3.0639, 55.7646],[-3.062099, 55.7642],[-3.061001, 55.7642],[-3.06040, 55.7645],[-3.06040, 55.7656],[-3.059799, 55.7674],[-3.058701, 55.7682],[-3.054699, 55.7702],[-3.05290, 55.771],[-3.05060, 55.7716],[-3.047699, 55.7719],[-3.04590, 55.7722],[-3.044399, 55.773],[-3.042399, 55.7747],[-3.041201, 55.7763],[-3.04020, 55.7766],[-3.038199, 55.7767],[-3.036801, 55.7771],[-3.0308, 55.7805],[-3.027999, 55.7824],[-3.025399, 55.7832],[-3.02360, 55.7834],[-3.0207, 55.7842],[-3.0168, 55.7864],[-3.0148, 55.7872],[-3.013, 55.7876],[-3.00970, 55.7885],[-3.0065, 55.7890],[-3.0006, 55.7901],[-2.999399, 55.7906],[-2.994301, 55.7930],[-2.987299, 55.7964],[-2.9786, 55.8012],[-2.972899, 55.8048],[-2.96700, 55.8059],[-2.966201, 55.8064],[-2.9658, 55.807],[-2.9656, 55.8076],[-2.9653, 55.8096],[-2.964999, 55.8107],[-2.96470, 55.8113],[-2.9502, 55.8183],[-2.9489, 55.8187],[-2.9484, 55.8184],[-2.9472, 55.8175],[-2.9454, 55.8158],[-2.9398, 55.8103],[-2.9396, 55.8096],[-2.939699, 55.8059],[-2.9396, 55.8033],[-2.939399, 55.7972],[-2.9396, 55.7904],[-2.939301, 55.7876],[-2.9372, 55.7858],[-2.931401, 55.7828],[-2.9205, 55.7840],[-2.917399, 55.7839],[-2.91610, 55.7836],[-2.9143, 55.7822],[-2.913399, 55.7815],[-2.9108, 55.7806],[-2.908299, 55.7803],[-2.9063, 55.7804],[-2.904999, 55.7804],[-2.9043, 55.7808],[-2.9033, 55.7821],[-2.9019, 55.7831],[-2.899199, 55.7845],[-2.892999, 55.7875],[-2.890599, 55.7887],[-2.8884, 55.7898],[-2.8842, 55.7934],[-2.8787, 55.8014],[-2.8778, 55.8024],[-2.874799, 55.8049],[-2.8731, 55.8063],[-2.867599, 55.8102],[-2.8643, 55.8123],[-2.8617, 55.8139],[-2.8585, 55.8153],[-2.84480, 55.8196],[-2.831201, 55.822],[-2.8259, 55.8235],[-2.822299, 55.8254],[-2.82060, 55.8266],[-2.817899, 55.8288],[-2.816499, 55.8298],[-2.816099, 55.83],[-2.815099, 55.8301],[-2.8099, 55.8307],[-2.8037, 55.8317],[-2.8004, 55.8324],[-2.797699, 55.8334],[-2.7946, 55.8347],[-2.7915, 55.8356],[-2.789999, 55.8358],[-2.788501, 55.8360],[-2.787, 55.8362],[-2.7855, 55.8366],[-2.78390, 55.8377],[-2.7804, 55.8409],[-2.77780, 55.8435],[-2.777499, 55.8438],[-2.7771, 55.8441],[-2.776201, 55.8441],[-2.7758, 55.8440],[-2.775, 55.8435],[-2.774199, 55.843],[-2.7736, 55.8423],[-2.7734, 55.8411],[-2.773, 55.8386],[-2.772799, 55.8381],[-2.772399, 55.8379],[-2.766001, 55.8390],[-2.762001, 55.8396],[-2.7602, 55.8396],[-2.7591, 55.8395],[-2.758501, 55.8393],[-2.7578, 55.8385],[-2.7569, 55.8373],[-2.755599, 55.8353],[-2.7544, 55.8344],[-2.752899, 55.8337],[-2.746401, 55.8318],[-2.74040, 55.8302],[-2.739, 55.8301],[-2.736001, 55.8312],[-2.733999, 55.8318],[-2.729899, 55.833],[-2.718199, 55.8359],[-2.703599, 55.8374],[-2.6953, 55.8371],[-2.6945, 55.8374],[-2.694, 55.8376],[-2.693799, 55.8381],[-2.693901, 55.8397],[-2.693501, 55.8405],[-2.6925, 55.8413],[-2.691499, 55.8418],[-2.6902, 55.8418],[-2.6882, 55.8412],[-2.685699, 55.84],[-2.68420, 55.8398],[-2.671099, 55.8442],[-2.6631, 55.8442],[-2.652499, 55.8440],[-2.6403, 55.8431],[-2.6396, 55.8420],[-2.6398, 55.8409],[-2.645299, 55.8362],[-2.6454, 55.8353],[-2.645299, 55.8348],[-2.645, 55.8346],[-2.6443, 55.8344],[-2.639899, 55.8345],[-2.6371, 55.835],[-2.6343, 55.8358],[-2.632499, 55.8360],[-2.630899, 55.8359],[-2.6296, 55.8357],[-2.625, 55.8339],[-2.6238, 55.8338],[-2.6213, 55.834],[-2.6178, 55.8346],[-2.615799, 55.8348],[-2.612799, 55.8346],[-2.608799, 55.8342],[-2.606699, 55.8337],[-2.604501, 55.8326],[-2.6027, 55.83],[-2.6018, 55.8293],[-2.599301, 55.8288],[-2.5933, 55.8285],[-2.5894, 55.8301],[-2.5832, 55.8342],[-2.581899, 55.8354],[-2.5811, 55.8372],[-2.5804, 55.8393],[-2.5801, 55.841],[-2.580199, 55.8425],[-2.579999, 55.8435],[-2.578799, 55.8445],[-2.5771, 55.8452],[-2.5748, 55.8459],[-2.5725, 55.8462],[-2.569999, 55.8465],[-2.566601, 55.8462],[-2.564399, 55.8456],[-2.5518, 55.8402],[-2.5504, 55.8402],[-2.5488, 55.8406],[-2.5476, 55.8411],[-2.546401, 55.8417],[-2.545099, 55.8427],[-2.544501, 55.8434],[-2.544101, 55.8440],[-2.544501, 55.8509],[-2.544199, 55.8521],[-2.54340, 55.8536],[-2.542599, 55.8545],[-2.5376, 55.8596],[-2.53730, 55.8707],[-2.5371, 55.8771],[-2.561001, 55.8886],[-2.5536, 55.8944],[-2.530699, 55.8987],[-2.5057, 55.9118],[-2.489, 55.9085],[-2.485699, 55.8967],[-2.4758, 55.8892],[-2.461601, 55.888],[-2.451801, 55.8922],[-2.4491, 55.8934],[-2.44320, 55.898],[-2.4347, 55.9038],[-2.4331, 55.9043],[-2.43, 55.9042],[-2.427599, 55.9046],[-2.424599, 55.9057],[-2.4228, 55.9062],[-2.421401, 55.9069],[-2.421201, 55.9072],[-2.422, 55.9082],[-2.4219, 55.9090],[-2.421201, 55.9094],[-2.416699, 55.9117],[-2.410599, 55.9137],[-2.4056, 55.9157],[-2.4036, 55.9193],[-2.403199, 55.9199],[-2.4026, 55.9204],[-2.400599, 55.9207],[-2.398799, 55.9209],[-2.3982, 55.9213],[-2.397799, 55.9225],[-2.397099, 55.9248],[-2.3964, 55.9262],[-2.3931, 55.9277],[-2.39, 55.9293],[-2.386801, 55.9318],[-2.385, 55.9327],[-2.3824, 55.9338],[-2.3808, 55.9343],[-2.378, 55.936],[-2.362799, 55.9457],[-2.35780, 55.9429],[-2.3554, 55.943],[-2.3538, 55.9427],[-2.3519, 55.9423],[-2.351401, 55.9422],[-2.350699, 55.9419],[-2.3505, 55.9417],[-2.350399, 55.9413],[-2.350699, 55.94],[-2.3505, 55.9395],[-2.3501, 55.9391],[-2.3495, 55.9388],[-2.348701, 55.9386],[-2.347699, 55.9386],[-2.344399, 55.939],[-2.3438, 55.939],[-2.343199, 55.9389],[-2.342499, 55.9387],[-2.342099, 55.9385],[-2.3416, 55.9377],[-2.341201, 55.9374],[-2.340199, 55.9373],[-2.338701, 55.9376],[-2.337399, 55.9379],[-2.336601, 55.9379],[-2.3361, 55.9376],[-2.334899, 55.9365],[-2.334599, 55.9361],[-2.33470, 55.9356],[-2.335599, 55.9345],[-2.335599, 55.9341],[-2.3355, 55.9338],[-2.335, 55.9336],[-2.3329, 55.9324],[-2.331001, 55.9318],[-2.3301, 55.9313],[-2.3276, 55.9312],[-2.325599, 55.9311],[-2.324301, 55.9312],[-2.3236, 55.9314],[-2.322299, 55.932],[-2.3217, 55.9321],[-2.321201, 55.932],[-2.3208, 55.9317],[-2.3203, 55.931],[-2.3194, 55.9305],[-2.3182, 55.9304],[-2.31380, 55.9307],[-2.3116, 55.931],[-2.3096, 55.9312],[-2.306299, 55.931],[-2.305, 55.9311],[-2.302999, 55.9313],[-2.3014, 55.9322],[-2.3002, 55.9324],[-2.299, 55.9324],[-2.298701, 55.9323],[-2.298701, 55.9321],[-2.298901, 55.9317],[-2.298901, 55.9314],[-2.298199, 55.9312],[-2.298, 55.931],[-2.298, 55.9307],[-2.2983, 55.9305],[-2.299101, 55.9304],[-2.2994, 55.9303],[-2.2995, 55.9301],[-2.2995, 55.9299],[-2.2994, 55.9298],[-2.2992, 55.9298],[-2.295399, 55.9299],[-2.2925, 55.9299],[-2.288901, 55.9295],[-2.28460, 55.9286],[-2.281899, 55.9281],[-2.279, 55.9276],[-2.2783, 55.9273],[-2.2779, 55.9269],[-2.277299, 55.9259],[-2.276801, 55.9255],[-2.276201, 55.9253],[-2.2746, 55.9253],[-2.273099, 55.9255],[-2.2713, 55.9255],[-2.2686, 55.9254],[-2.265899, 55.9248],[-2.2644, 55.9246],[-2.263299, 55.9246],[-2.261001, 55.9248],[-2.259599, 55.9247],[-2.258199, 55.9246],[-2.255, 55.9246],[-2.251601, 55.9257],[-2.249, 55.9260],[-2.247699, 55.9263],[-2.246601, 55.9266],[-2.243799, 55.9277],[-2.24060, 55.9298],[-2.239, 55.9306],[-2.237, 55.9312],[-2.234301, 55.9316],[-2.229399, 55.9317],[-2.226201, 55.9318],[-2.2244, 55.9321],[-2.2228, 55.9326],[-2.2211, 55.9328],[-2.220599, 55.9326],[-2.22, 55.9319],[-2.2197, 55.9317],[-2.219301, 55.9316],[-2.2135, 55.9317],[-2.2121, 55.9313],[-2.2107, 55.9309],[-2.209199, 55.9303],[-2.207999, 55.9292],[-2.2065, 55.9289],[-2.204799, 55.9289],[-2.203099, 55.929],[-2.2019, 55.9292],[-2.201699, 55.9291],[-2.201699, 55.9289],[-2.2019, 55.9286],[-2.2025, 55.9284],[-2.2025, 55.9282],[-2.2023, 55.9279],[-2.2025, 55.9271],[-2.2025, 55.9267],[-2.201699, 55.9256],[-2.1996, 55.9243],[-2.19790, 55.9234],[-2.196201, 55.9229],[-2.1942, 55.9224],[-2.191299, 55.9222],[-2.1898, 55.9221],[-2.1877, 55.922],[-2.1866, 55.9216],[-2.1847, 55.9209],[-2.181499, 55.9199],[-2.179699, 55.9188],[-2.1782, 55.9186],[-2.1765, 55.9186],[-2.1747, 55.9178],[-2.1731, 55.9167],[-2.171201, 55.9165],[-2.1668, 55.9166],[-2.1658, 55.9164],[-2.1651, 55.9158],[-2.1649, 55.9155],[-2.1642, 55.9153],[-2.161299, 55.9154],[-2.1594, 55.9151],[-2.1551, 55.9148],[-2.152, 55.9148],[-2.150199, 55.9145],[-2.149301, 55.9144],[-2.14860, 55.9144],[-2.1482, 55.9145],[-2.147799, 55.9147],[-2.147599, 55.9149],[-2.1472, 55.916],[-2.146699, 55.9172],[-2.1462, 55.9179],[-2.1457, 55.9182],[-2.145, 55.9184],[-2.144399, 55.9184],[-2.144, 55.9182],[-2.1433, 55.9175],[-2.1429, 55.9175],[-2.142699, 55.9176],[-2.142499, 55.9178],[-2.1417, 55.9187],[-2.141201, 55.9188],[-2.1407, 55.9188],[-2.1403, 55.9187],[-2.140199, 55.9184],[-2.1403, 55.9177],[-2.140199, 55.9175],[-2.14, 55.9174],[-2.139101, 55.9176],[-2.138, 55.9174],[-2.1359, 55.9163],[-2.134, 55.9144],[-2.1328, 55.9132],[-2.131601, 55.9120],[-2.131001, 55.9113],[-2.130599, 55.9108],[-2.130599, 55.91],[-2.13030, 55.9097],[-2.129301, 55.9095],[-2.128799, 55.9090],[-2.1284, 55.9077],[-2.129699, 55.9064],[-2.130199, 55.9061],[-2.13030, 55.9056],[-2.130399, 55.9053],[-2.131201, 55.9049],[-2.1324, 55.9043],[-2.132999, 55.9037],[-2.1331, 55.9034],[-2.1331, 55.9031],[-2.1329, 55.9028],[-2.1322, 55.9024],[-2.1301, 55.9006],[-2.128299, 55.8998],[-2.127199, 55.8997],[-2.1262, 55.8995],[-2.1261, 55.8993],[-2.1263, 55.8989],[-2.126801, 55.8984],[-2.126801, 55.8981],[-2.126601, 55.8979],[-2.1263, 55.8971],[-2.1264, 55.8965],[-2.126699, 55.8962],[-2.1275, 55.896],[-2.128999, 55.8957],[-2.1298, 55.8954],[-2.131299, 55.8945],[-2.1326, 55.8936],[-2.1328, 55.893],[-2.132699, 55.8922],[-2.132299, 55.8917],[-2.1319, 55.8915],[-2.1298, 55.8914],[-2.128799, 55.8915],[-2.1285, 55.8914],[-2.1284, 55.8912],[-2.128901, 55.8906],[-2.128999, 55.8902],[-2.128799, 55.8899],[-2.127599, 55.89],[-2.1263, 55.8899],[-2.1256, 55.8894],[-2.125299, 55.8887],[-2.1252, 55.887],[-2.1252, 55.8853],[-2.125099, 55.8849],[-2.124799, 55.8844],[-2.124501, 55.884],[-2.1239, 55.8836],[-2.122299, 55.8832],[-2.120399, 55.883],[-2.1175, 55.8827],[-2.1152, 55.882],[-2.1134, 55.8808],[-2.1122, 55.8802],[-2.111099, 55.8802],[-2.108599, 55.8805],[-2.108099, 55.8805],[-2.1073, 55.8802],[-2.1071, 55.8797],[-2.1071, 55.8789],[-2.106801, 55.8783],[-2.1055, 55.8779],[-2.103701, 55.8772],[-2.102499, 55.8765],[-2.1015, 55.8763],[-2.1006, 55.8763],[-2.099999, 55.8764],[-2.0996, 55.8768],[-2.0992, 55.8779],[-2.098799, 55.8784],[-2.097899, 55.8789],[-2.096601, 55.8791],[-2.0952, 55.8792],[-2.094599, 55.879],[-2.094599, 55.8784],[-2.094501, 55.8778],[-2.094199, 55.8776],[-2.0927, 55.878],[-2.090499, 55.878],[-2.089799, 55.8779],[-2.0897, 55.8777],[-2.0908, 55.877],[-2.091201, 55.8763],[-2.0913, 55.875],[-2.090699, 55.8742],[-2.0895, 55.8738],[-2.088, 55.8737],[-2.086499, 55.8736],[-2.085799, 55.8732],[-2.086401, 55.8723],[-2.086401, 55.8719],[-2.0861, 55.8718],[-2.085299, 55.872],[-2.084501, 55.8725],[-2.084399, 55.8729],[-2.084599, 55.8734],[-2.085599, 55.8744],[-2.085599, 55.8746],[-2.0855, 55.8749],[-2.084501, 55.8754],[-2.082999, 55.8756],[-2.0818, 55.8758],[-2.081201, 55.8757],[-2.0803, 55.8754],[-2.0795, 55.8748],[-2.078799, 55.8745],[-2.077899, 55.8743],[-2.0771, 55.8737],[-2.076401, 55.8733],[-2.0757, 55.8734],[-2.0754, 55.8733],[-2.0752, 55.8731],[-2.0753, 55.8728],[-2.0755, 55.8724],[-2.0754, 55.8721],[-2.074301, 55.8714],[-2.0732, 55.871],[-2.0727, 55.8706],[-2.0725, 55.8703],[-2.072299, 55.8698],[-2.072099, 55.869],[-2.0718, 55.8685],[-2.0716, 55.868],[-2.0718, 55.8676],[-2.072099, 55.8671],[-2.072299, 55.8668],[-2.072299, 55.8666],[-2.0715, 55.8663],[-2.0713, 55.866],[-2.0714, 55.8657],[-2.071899, 55.8652],[-2.0718, 55.8648],[-2.0713, 55.8639],[-2.0713, 55.8636],[-2.0714, 55.8633],[-2.072001, 55.8625],[-2.0724, 55.8598],[-2.0739, 55.8582],[-2.07410, 55.8577],[-2.07410, 55.8573],[-2.073999, 55.8570],[-2.0739, 55.8567],[-2.073501, 55.8567],[-2.0718, 55.8572],[-2.0713, 55.8570],[-2.0704, 55.8560],[-2.069799, 55.8546],[-2.06800, 55.8504],[-2.0671, 55.8483],[-2.067001, 55.8478],[-2.0669, 55.8462],[-2.067001, 55.8454],[-2.067199, 55.8447],[-2.0676, 55.8438],[-2.0676, 55.8433],[-2.0673, 55.8429],[-2.0669, 55.8428],[-2.066401, 55.8429],[-2.065399, 55.8432],[-2.065, 55.8432],[-2.064699, 55.8431],[-2.0637, 55.8419],[-2.062099, 55.8399],[-2.061201, 55.8391],[-2.060699, 55.8388],[-2.059799, 55.8388],[-2.058, 55.8387],[-2.056401, 55.8384],[-2.0552, 55.8379],[-2.054301, 55.8369],[-2.054101, 55.8364],[-2.053999, 55.835],[-2.0535, 55.8331],[-2.052999, 55.8316],[-2.0509, 55.8299],[-2.049799, 55.8291],[-2.04970, 55.8289],[-2.0504, 55.8278],[-2.050299, 55.8274],[-2.0501, 55.8271],[-2.048701, 55.8268],[-2.0481, 55.8265],[-2.047699, 55.826],[-2.047699, 55.8257],[-2.048, 55.8249],[-2.048199, 55.8245],[-2.0481, 55.824],[-2.047699, 55.8234],[-2.046499, 55.8222],[-2.046201, 55.8216],[-2.046, 55.821],[-2.045799, 55.8203],[-2.0448, 55.8197],[-2.0439, 55.8191],[-2.0425, 55.8177],[-2.041699, 55.817],[-2.041001, 55.8167],[-2.0404, 55.8164],[-2.038501, 55.8157],[-2.0378, 55.8151],[-2.0373, 55.8146],[-2.0365, 55.8136],[-2.036, 55.8132],[-2.034899, 55.8128],[-2.0334, 55.8122],[-2.0325, 55.8117],[-2.037499, 55.8097],[-2.045799, 55.8052],[-2.050499, 55.8032],[-2.056499, 55.8033],[-2.060199, 55.8031],[-2.0617, 55.8028],[-2.0646, 55.8011],[-2.066801, 55.7993],[-2.0682, 55.7986],[-2.0708, 55.7972],[-2.0755, 55.7951],[-2.0797, 55.7938],[-2.0838, 55.7920],[-2.084399, 55.7913],[-2.0848, 55.7900],[-2.085, 55.7888],[-2.085099, 55.7876],[-2.0848, 55.7867],[-2.0836, 55.7854],[-2.0829, 55.7841],[-2.0827, 55.7834],[-2.0829, 55.7796],[-2.0838, 55.7708],[-2.0838, 55.7696],[-2.0838, 55.7685],[-2.0834, 55.7657],[-2.0831, 55.7641],[-2.0829, 55.7632],[-2.082999, 55.7628],[-2.0831, 55.7626],[-2.083501, 55.7626],[-2.0878, 55.7634],[-2.0915, 55.7635],[-2.0938, 55.7635],[-2.098599, 55.7634],[-2.101001, 55.7629],[-2.1027, 55.7624],[-2.103701, 55.762],[-2.1048, 55.7614],[-2.106, 55.7606],[-2.106299, 55.7602],[-2.106499, 55.7597],[-2.106801, 55.759],[-2.107001, 55.7579],[-2.1071, 55.757],[-2.107001, 55.7566],[-2.106699, 55.7561],[-2.105599, 55.7539],[-2.104599, 55.7521],[-2.104, 55.7508],[-2.1039, 55.7504],[-2.1039, 55.7501],[-2.1041, 55.7497],[-2.104399, 55.7493],[-2.1047, 55.749],[-2.1052, 55.7488],[-2.1057, 55.7486],[-2.1064, 55.7485],[-2.108701, 55.7487],[-2.1122, 55.749],[-2.1134, 55.7488],[-2.114, 55.7485],[-2.115099, 55.7477],[-2.116499, 55.7459],[-2.116899, 55.7444],[-2.116499, 55.7412],[-2.116699, 55.7402],[-2.1171, 55.7396],[-2.117899, 55.7389],[-2.118701, 55.7386],[-2.119699, 55.7383],[-2.120899, 55.7383],[-2.122499, 55.7386],[-2.1249, 55.7392],[-2.1305, 55.7405],[-2.1322, 55.7408],[-2.134599, 55.741],[-2.136499, 55.7411],[-2.1398, 55.7406],[-2.141299, 55.7402],[-2.1441, 55.7391],[-2.145499, 55.7385],[-2.1463, 55.7381],[-2.1473, 55.7375],[-2.148, 55.7369],[-2.1482, 55.7365],[-2.148299, 55.7361],[-2.148299, 55.7354],[-2.1482, 55.7350],[-2.1479, 55.7342],[-2.146699, 55.7312],[-2.1461, 55.7294],[-2.146001, 55.7284],[-2.1461, 55.7277],[-2.1462, 55.7272],[-2.146699, 55.7260],[-2.1472, 55.7252],[-2.1479, 55.7244],[-2.1485, 55.724],[-2.148901, 55.7238],[-2.1496, 55.7235],[-2.150899, 55.7234],[-2.152299, 55.7233],[-2.158799, 55.7235],[-2.163701, 55.7233],[-2.166699, 55.7231],[-2.168799, 55.7227],[-2.1724, 55.7214],[-2.173901, 55.7206],[-2.1743, 55.7201],[-2.1745, 55.7194],[-2.1745, 55.7188],[-2.1744, 55.718],[-2.173901, 55.7170],[-2.17300, 55.7158],[-2.171201, 55.7132],[-2.170099, 55.7116],[-2.1687, 55.7103],[-2.1668, 55.7093],[-2.1651, 55.7082],[-2.164999, 55.7079],[-2.164999, 55.7076],[-2.1652, 55.7068],[-2.1659, 55.7061],[-2.167001, 55.7058],[-2.173901, 55.7046],[-2.1772, 55.7042],[-2.178999, 55.7039],[-2.1802, 55.7035],[-2.1824, 55.702],[-2.1842, 55.7004],[-2.1879, 55.6969],[-2.1923, 55.6927],[-2.194, 55.6909],[-2.195499, 55.6895],[-2.1968, 55.6887],[-2.199501, 55.6879],[-2.2021, 55.6873],[-2.205199, 55.6859],[-2.2058, 55.6854],[-2.2066, 55.6845],[-2.2072, 55.6833],[-2.207999, 55.6817],[-2.2086, 55.681],[-2.211401, 55.6792],[-2.2144, 55.6774],[-2.2153, 55.6766],[-2.2168, 55.6746],[-2.217099, 55.6735],[-2.2172, 55.6724],[-2.2172, 55.6719],[-2.217, 55.6705],[-2.2163, 55.6683],[-2.2161, 55.6671],[-2.2161, 55.6661],[-2.216401, 55.6650],[-2.2168, 55.6643],[-2.2172, 55.6640],[-2.2184, 55.6634],[-2.222699, 55.663],[-2.227, 55.6627],[-2.228501, 55.6623],[-2.229399, 55.6619],[-2.2312, 55.6595],[-2.2325, 55.6578],[-2.235399, 55.6559],[-2.238701, 55.6547],[-2.243799, 55.6529],[-2.2448, 55.6524],[-2.245399, 55.6519],[-2.2456, 55.6513],[-2.2456, 55.6509],[-2.245399, 55.6502],[-2.2444, 55.6494],[-2.241801, 55.6483],[-2.238199, 55.6474],[-2.233901, 55.6465],[-2.2314, 55.646],[-2.2307, 55.6458],[-2.2304, 55.6456],[-2.2302, 55.6453],[-2.23, 55.6447],[-2.229899, 55.6442],[-2.229899, 55.6437],[-2.23, 55.6432],[-2.230299, 55.6427],[-2.2312, 55.642],[-2.232899, 55.6413],[-2.2356, 55.6408],[-2.239599, 55.6404],[-2.240499, 55.6405],[-2.241699, 55.6408],[-2.2442, 55.6416],[-2.247499, 55.6429],[-2.252399, 55.6443],[-2.2542, 55.6444],[-2.256299, 55.6444],[-2.260499, 55.644],[-2.26500, 55.6435],[-2.273, 55.6424],[-2.274699, 55.6425],[-2.2804, 55.643],[-2.2892, 55.645],[-2.294101, 55.6465],[-2.2978, 55.6472],[-2.2994, 55.6472],[-2.3038, 55.6467],[-2.308399, 55.6456],[-2.3132, 55.6435],[-2.315099, 55.6428],[-2.3157, 55.6428],[-2.320899, 55.6433],[-2.3217, 55.6433],[-2.3222, 55.6432],[-2.322599, 55.643],[-2.3229, 55.6427],[-2.3232, 55.6421],[-2.323299, 55.6412],[-2.3241, 55.6385],[-2.324501, 55.6371],[-2.324899, 55.6365],[-2.3254, 55.6362],[-2.3296, 55.6351],[-2.3306, 55.6349],[-2.3322, 55.6349],[-2.3327, 55.6349],[-2.332799, 55.6346],[-2.332999, 55.6335],[-2.332299, 55.6323],[-2.331401, 55.6314],[-2.3276, 55.6294],[-2.325599, 55.6281],[-2.324199, 55.6274],[-2.322799, 55.6272],[-2.3206, 55.6274],[-2.313999, 55.6282],[-2.3106, 55.6287],[-2.3083, 55.6288],[-2.3076, 55.6283],[-2.3071, 55.6278],[-2.3067, 55.6259],[-2.307001, 55.6243],[-2.3074, 55.6236],[-2.3081, 55.6231],[-2.3092, 55.6223],[-2.31380, 55.6207],[-2.314101, 55.6201],[-2.313999, 55.6195],[-2.307001, 55.6134],[-2.2988, 55.6109],[-2.2935, 55.6085],[-2.2892, 55.6053],[-2.286299, 55.6031],[-2.285599, 55.6018],[-2.285199, 55.6001],[-2.285199, 55.5978],[-2.285399, 55.5964],[-2.286801, 55.5906],[-2.2892, 55.5874],[-2.28940, 55.5865],[-2.2892, 55.5852],[-2.285599, 55.5793],[-2.28460, 55.5786],[-2.2836, 55.5783],[-2.279, 55.5781],[-2.2778, 55.5778],[-2.276801, 55.5772],[-2.274199, 55.5756],[-2.269, 55.5718],[-2.2634, 55.5682],[-2.2604, 55.5667],[-2.2588, 55.5655],[-2.2574, 55.5642],[-2.2521, 55.5623],[-2.249799, 55.5612],[-2.2448, 55.5585],[-2.240099, 55.5563],[-2.238199, 55.5545],[-2.236401, 55.5517],[-2.231801, 55.5475],[-2.230799, 55.5459],[-2.2305, 55.5448],[-2.2314, 55.5395],[-2.232001, 55.5356],[-2.2321, 55.5339],[-2.2321, 55.5328],[-2.231601, 55.5317],[-2.2276, 55.5295],[-2.226001, 55.5285],[-2.2248, 55.5274],[-2.223701, 55.5263],[-2.222899, 55.5251],[-2.223399, 55.5217],[-2.2246, 55.5177],[-2.225399, 55.5132],[-2.2258, 55.5094],[-2.225199, 55.508],[-2.2198, 55.5069],[-2.2174, 55.5057],[-2.2156, 55.5045],[-2.2128, 55.502],[-2.211401, 55.5007],[-2.203799, 55.4936],[-2.200599, 55.4905],[-2.199899, 55.4895],[-2.2, 55.4885],[-2.203399, 55.4839],[-2.203501, 55.483],[-2.203501, 55.4822],[-2.203099, 55.4812],[-2.201499, 55.4791],[-2.1984, 55.4763],[-2.197599, 55.4758],[-2.1967, 55.4756],[-2.191, 55.4754],[-2.1861, 55.4747],[-2.172199, 55.4727],[-2.170799, 55.4723],[-2.1682, 55.4711],[-2.1654, 55.4695],[-2.1649, 55.4681],[-2.1656, 55.4676],[-2.166201, 55.4673],[-2.167001, 55.4671],[-2.171299, 55.4666],[-2.179399, 55.4655],[-2.1831, 55.4645],[-2.184799, 55.4639],[-2.1863, 55.4633],[-2.1872, 55.4627],[-2.187599, 55.4618],[-2.187799, 55.461],[-2.187299, 55.4586],[-2.187299, 55.4579],[-2.187599, 55.4564],[-2.189699, 55.4522],[-2.191401, 55.4485],[-2.1925, 55.4459],[-2.193501, 55.4448],[-2.1949, 55.4437],[-2.197999, 55.4416],[-2.2032, 55.4387],[-2.207, 55.4373],[-2.214, 55.4353],[-2.2233, 55.4320],[-2.2283, 55.4305],[-2.2298, 55.4301],[-2.2307, 55.4301],[-2.2344, 55.4309],[-2.239, 55.4321],[-2.245199, 55.4328],[-2.251499, 55.4333],[-2.253599, 55.4335],[-2.255899, 55.4336],[-2.257499, 55.4336],[-2.258199, 55.4335],[-2.25890, 55.4330],[-2.260299, 55.4315],[-2.261499, 55.4304],[-2.263099, 55.4300],[-2.265399, 55.4301],[-2.266601, 55.4301],[-2.267699, 55.4301],[-2.2695, 55.4293],[-2.271801, 55.428],[-2.275399, 55.4265],[-2.283, 55.4235],[-2.2911, 55.4210],[-2.291899, 55.4203],[-2.292399, 55.4193],[-2.2932, 55.4165],[-2.294399, 55.4153],[-2.296299, 55.4142],[-2.298399, 55.4137],[-2.304501, 55.4127],[-2.306201, 55.4121],[-2.307499, 55.4115],[-2.30900, 55.4104],[-2.310199, 55.4092],[-2.310899, 55.4082],[-2.3117, 55.4079],[-2.3131, 55.4079],[-2.317699, 55.4083],[-2.323299, 55.4089],[-2.3304, 55.4099],[-2.331401, 55.4097],[-2.331899, 55.4090],[-2.332, 55.4084],[-2.3313, 55.406],[-2.331001, 55.4045],[-2.3311, 55.4037],[-2.3316, 55.4032],[-2.334399, 55.4023],[-2.339, 55.4013],[-2.3406, 55.4009],[-2.3415, 55.4006],[-2.342099, 55.4001],[-2.342099, 55.3994],[-2.3416, 55.3985],[-2.340699, 55.3979],[-2.33820, 55.3966],[-2.3369, 55.3959],[-2.3352, 55.3945],[-2.3338, 55.3929],[-2.3333, 55.3916],[-2.3331, 55.3903],[-2.3337, 55.3871],[-2.3336, 55.3859],[-2.3332, 55.3848],[-2.331001, 55.3824],[-2.3303, 55.3811],[-2.3304, 55.3806],[-2.330699, 55.3801],[-2.3311, 55.3799],[-2.332299, 55.3791],[-2.3369, 55.3771],[-2.3396, 55.376],[-2.342299, 55.375],[-2.3429, 55.3747],[-2.343199, 55.3743],[-2.343199, 55.3737],[-2.3431, 55.3732],[-2.342499, 55.3724],[-2.3392, 55.3703],[-2.338, 55.3693],[-2.3371, 55.3683],[-2.337199, 55.3677],[-2.3375, 55.3673],[-2.337899, 55.3669],[-2.338399, 55.3667],[-2.342, 55.3654],[-2.3501, 55.3635],[-2.355099, 55.3615],[-2.358599, 55.3602],[-2.3638, 55.3579],[-2.368599, 55.3558],[-2.3724, 55.3549],[-2.3738, 55.3539],[-2.375299, 55.3522],[-2.376601, 55.3513],[-2.379301, 55.3499],[-2.382299, 55.3493],[-2.385299, 55.3491],[-2.388299, 55.3488],[-2.392, 55.3487],[-2.3952, 55.3485],[-2.397799, 55.3486],[-2.3984, 55.3489],[-2.3986, 55.3491],[-2.398799, 55.3497],[-2.398901, 55.3527],[-2.398999, 55.3536],[-2.3994, 55.3544],[-2.4007, 55.3554],[-2.4036, 55.3564],[-2.4058, 55.3572],[-2.408299, 55.3579],[-2.410899, 55.3584],[-2.412899, 55.3590],[-2.414799, 55.3595],[-2.4173, 55.3597],[-2.421401, 55.3592],[-2.4254, 55.3578],[-2.4272, 55.3574],[-2.431401, 55.3579],[-2.435199, 55.3592],[-2.4388, 55.3598],[-2.440399, 55.3601],[-2.441801, 55.3598],[-2.446001, 55.3587],[-2.4498, 55.3576],[-2.4532, 55.3563],[-2.457999, 55.3548],[-2.459599, 55.3544],[-2.461, 55.3542],[-2.4633, 55.3538],[-2.4651, 55.3538],[-2.467999, 55.3541],[-2.4698, 55.3546],[-2.4712, 55.3549],[-2.4725, 55.3551],[-2.475399, 55.3549],[-2.4788, 55.3542],[-2.481601, 55.3537],[-2.483901, 55.3531],[-2.486099, 55.3524],[-2.4876, 55.3517],[-2.488701, 55.3510],[-2.491, 55.3498],[-2.492399, 55.3487],[-2.494301, 55.3471],[-2.4976, 55.3434],[-2.5002, 55.3397],[-2.5025, 55.3365],[-2.503599, 55.3355],[-2.506001, 55.3342],[-2.509799, 55.3331],[-2.5112, 55.3328],[-2.5155, 55.3292],[-2.5183, 55.3265],[-2.5206, 55.3246],[-2.5215, 55.324],[-2.522799, 55.3236],[-2.524199, 55.3235],[-2.5301, 55.3237],[-2.532001, 55.3235],[-2.535199, 55.323],[-2.537499, 55.3223],[-2.547199, 55.3188],[-2.54950, 55.3183],[-2.551201, 55.3181],[-2.5522, 55.3182],[-2.553999, 55.3186],[-2.555599, 55.3189],[-2.557001, 55.3191],[-2.5583, 55.3191],[-2.5588, 55.3188],[-2.559, 55.3185],[-2.559, 55.3172],[-2.5588, 55.3160],[-2.5588, 55.3139],[-2.5592, 55.3124],[-2.5597, 55.3116],[-2.560199, 55.3110],[-2.5614, 55.3099],[-2.566499, 55.3061],[-2.571001, 55.3033],[-2.572299, 55.3025],[-2.573299, 55.3014],[-2.574501, 55.2992],[-2.575099, 55.2985],[-2.575799, 55.2980],[-2.577399, 55.2972],[-2.583501, 55.2954],[-2.5897, 55.2937],[-2.5917, 55.2929],[-2.5947, 55.2912],[-2.59960, 55.2888],[-2.6064, 55.2861],[-2.608599, 55.285],[-2.6103, 55.2838],[-2.615499, 55.2796],[-2.6221, 55.2735],[-2.6263, 55.2694],[-2.6292, 55.267],[-2.6317, 55.2652],[-2.6328, 55.2644],[-2.633701, 55.2639],[-2.6347, 55.2634],[-2.6356, 55.2632],[-2.639301, 55.2629],[-2.642, 55.2625],[-2.643701, 55.2622],[-2.644599, 55.2619],[-2.645, 55.2616],[-2.6452, 55.2614],[-2.645099, 55.261],[-2.644, 55.2603],[-2.639101, 55.2584],[-2.634399, 55.2564],[-2.6318, 55.2551],[-2.626, 55.2524],[-2.6239, 55.2511],[-2.623399, 55.2509],[-2.6224, 55.2508],[-2.618, 55.2508],[-2.612099, 55.2504],[-2.6103, 55.2502],[-2.6095, 55.2499],[-2.609301, 55.2496],[-2.6095, 55.2493],[-2.61050, 55.2487],[-2.6142, 55.2470],[-2.618701, 55.2455],[-2.620199, 55.2451],[-2.622499, 55.245],[-2.626601, 55.2452],[-2.628599, 55.2452],[-2.629501, 55.2451],[-2.63010, 55.2449],[-2.630599, 55.2446],[-2.631201, 55.2440],[-2.631201, 55.2431],[-2.630199, 55.2376],[-2.63010, 55.2364],[-2.6303, 55.2312],[-2.630599, 55.2268],[-2.6308, 55.2257],[-2.631401, 55.225],[-2.6324, 55.2247],[-2.6333, 55.2246],[-2.63750, 55.2241],[-2.6384, 55.224],[-2.64, 55.2236],[-2.645, 55.222],[-2.651801, 55.2211],[-2.6587, 55.2215],[-2.6638, 55.2224],[-2.664999, 55.2226],[-2.6661, 55.2225],[-2.666699, 55.2224],[-2.667001, 55.2222],[-2.6675, 55.2217],[-2.67200, 55.2172],[-2.6749, 55.2144],[-2.679199, 55.2094],[-2.6828, 55.2042],[-2.6831, 55.2036],[-2.683, 55.2032],[-2.681401, 55.202],[-2.680399, 55.2003],[-2.6796, 55.1987],[-2.679699, 55.1981],[-2.6798, 55.198],[-2.6809, 55.197],[-2.6826, 55.1958],[-2.683, 55.1953],[-2.6833, 55.1947],[-2.6838, 55.193],[-2.68420, 55.1913],[-2.6847, 55.1904],[-2.6864, 55.1892],[-2.6887, 55.1878],[-2.6905, 55.1866],[-2.693099, 55.1844],[-2.694, 55.1834],[-2.696899, 55.1798],[-2.699699, 55.1754],[-2.700599, 55.1745],[-2.701601, 55.1738],[-2.703099, 55.1732],[-2.7049, 55.1728],[-2.707799, 55.1724],[-2.711401, 55.1722],[-2.7149, 55.1719],[-2.7169, 55.1715],[-2.719899, 55.1706],[-2.7242, 55.1694],[-2.725199, 55.1692],[-2.726099, 55.169],[-2.7263, 55.169],[-2.7266, 55.1691],[-2.727499, 55.1696],[-2.727999, 55.1697],[-2.7291, 55.1695],[-2.729899, 55.1692],[-2.733599, 55.1673],[-2.7388, 55.1647],[-2.740799, 55.1636],[-2.7413, 55.1632],[-2.741699, 55.1627],[-2.741801, 55.1621],[-2.741801, 55.1612],[-2.741899, 55.161],[-2.7432, 55.1604],[-2.7446, 55.1598],[-2.7467, 55.1589],[-2.7493, 55.1579],[-2.7512, 55.1573],[-2.753099, 55.1567],[-2.757699, 55.1555],[-2.758199, 55.1555],[-2.7591, 55.1558],[-2.7599, 55.1562],[-2.760299, 55.1563],[-2.761001, 55.1563],[-2.761899, 55.1562],[-2.7623, 55.1561],[-2.7632, 55.1557],[-2.76480, 55.1548],[-2.7672, 55.1534],[-2.768501, 55.1525],[-2.7691, 55.1521],[-2.7692, 55.1517],[-2.7688, 55.1507],[-2.768901, 55.1505],[-2.774199, 55.1488],[-2.778501, 55.1468],[-2.781801, 55.1453],[-2.784101, 55.1435],[-2.7857, 55.1426],[-2.787499, 55.142],[-2.788, 55.142],[-2.7891, 55.1421],[-2.790299, 55.1421],[-2.7934, 55.1417],[-2.797699, 55.1411],[-2.799599, 55.1408],[-2.80270, 55.1402],[-2.804199, 55.1398],[-2.8071, 55.1384],[-2.808701, 55.1381],[-2.8097, 55.1381],[-2.8125, 55.1383],[-2.8153, 55.1386],[-2.819101, 55.1392],[-2.821899, 55.1396],[-2.822299, 55.1395],[-2.822599, 55.1392],[-2.823501, 55.1378],[-2.82460, 55.1368],[-2.8255, 55.1362],[-2.8292, 55.1346],[-2.830199, 55.1339],[-2.830699, 55.1334],[-2.830899, 55.1328],[-2.831001, 55.1324],[-2.830899, 55.132],[-2.8306, 55.1315],[-2.8293, 55.1303],[-2.827001, 55.1289],[-2.8253, 55.1273],[-2.825, 55.1268],[-2.824699, 55.1259],[-2.8248, 55.1254],[-2.825099, 55.1248],[-2.826499, 55.1235],[-2.827199, 55.123],[-2.828099, 55.1225],[-2.829101, 55.1221],[-2.830699, 55.1218],[-2.8333, 55.1220],[-2.8373, 55.1224],[-2.8383, 55.1223],[-2.838701, 55.1220],[-2.838799, 55.1218],[-2.838799, 55.1214],[-2.8385, 55.1207],[-2.837001, 55.1192],[-2.836401, 55.1186],[-2.8362, 55.1184],[-2.8362, 55.1181],[-2.836401, 55.1179],[-2.8369, 55.1179],[-2.838599, 55.1183],[-2.839, 55.1183],[-2.8399, 55.1181],[-2.840899, 55.1177],[-2.842299, 55.1165],[-2.8427, 55.1158],[-2.842799, 55.1151],[-2.842799, 55.1146],[-2.8427, 55.1142],[-2.84220, 55.1134],[-2.842099, 55.1130],[-2.84220, 55.1128],[-2.84240, 55.1127],[-2.844399, 55.1141],[-2.8455, 55.1148],[-2.8608, 55.1277],[-2.868799, 55.1382],[-2.8701, 55.1397],[-2.872699, 55.1413],[-2.875499, 55.142],[-2.878299, 55.142],[-2.882499, 55.1421],[-2.88560, 55.142],[-2.887599, 55.1428],[-2.89570, 55.1485],[-2.8964, 55.1493],[-2.896801, 55.1508],[-2.8985, 55.1689],[-2.898799, 55.1712],[-2.899199, 55.1717],[-2.90200, 55.1739],[-2.9028, 55.1752],[-2.9029, 55.1770],[-2.8998, 55.1844],[-2.896899, 55.1884],[-2.895299, 55.1916],[-2.8952, 55.1942],[-2.8949, 55.196],[-2.89360, 55.1971],[-2.892, 55.1978],[-2.889199, 55.1996],[-2.886499, 55.2022],[-2.8861, 55.2028],[-2.886001, 55.2048],[-2.8864, 55.2092],[-2.88560, 55.2103],[-2.88330, 55.2117],[-2.876899, 55.2152],[-2.8718, 55.218],[-2.8659, 55.2209],[-2.862799, 55.2224],[-2.861099, 55.2232],[-2.8606, 55.224],[-2.860699, 55.2244],[-2.861601, 55.2256],[-2.864, 55.2275],[-2.865099, 55.2288],[-2.863501, 55.2308],[-2.8627, 55.2331],[-2.86260, 55.2354],[-2.863199, 55.2372],[-2.8643, 55.2377],[-2.8664, 55.2385],[-2.871201, 55.2381],[-2.880199, 55.2359],[-2.886899, 55.2353],[-2.890399, 55.2354],[-2.8973, 55.2369],[-2.899501, 55.2372],[-2.9024, 55.2373],[-2.914799, 55.236],[-2.9179, 55.2374],[-2.9196, 55.2393],[-2.919399, 55.2407],[-2.9143, 55.2469],[-2.905299, 55.258],[-2.9041, 55.2596],[-2.901801, 55.261],[-2.8931, 55.2627],[-2.883501, 55.2637],[-2.8829, 55.2646],[-2.883501, 55.2657],[-2.8839, 55.2665],[-2.886899, 55.2724],[-2.890199, 55.2764],[-2.8931, 55.2811],[-2.894399, 55.2829],[-2.8964, 55.2844],[-2.8986, 55.2856],[-2.9019, 55.2858],[-2.906899, 55.2853],[-2.9101, 55.2844],[-2.913199, 55.2828],[-2.9152, 55.2796],[-2.916899, 55.2792],[-2.9349, 55.286],[-2.9425, 55.288],[-2.945199, 55.2888],[-2.9484, 55.2894],[-2.9591, 55.2900],[-2.961601, 55.2904],[-2.962699, 55.2898],[-2.9681, 55.285],[-2.974999, 55.2839],[-2.981601, 55.2816],[-2.98720, 55.2792],[-2.988701, 55.2781],[-2.989799, 55.2753],[-2.992001, 55.2716],[-2.9928, 55.2708],[-2.9942, 55.2704],[-2.9999, 55.2701],[-3.0037, 55.2667],[-3.005599, 55.2669],[-3.0067, 55.2682],[-3.00810, 55.2704],[-3.00970, 55.2737],[-3.0113, 55.2768],[-3.0136, 55.2792],[-3.017299, 55.2803],[-3.0212, 55.2804],[-3.026299, 55.2787],[-3.032001, 55.2763],[-3.036801, 55.2745],[-3.0393, 55.2734],[-3.040299, 55.2738],[-3.042599, 55.2756],[-3.0469, 55.2788],[-3.0494, 55.2817],[-3.052001, 55.2857],[-3.0524, 55.2877],[-3.0517, 55.2900],[-3.049101, 55.2924],[-3.0483, 55.2945],[-3.048901, 55.2961],[-3.0497, 55.2974],[-3.0535, 55.3019],[-3.060199, 55.3084],[-3.068399, 55.3148],[-3.0718, 55.3152],[-3.0799, 55.3159],[-3.08110, 55.317],[-3.08250, 55.3205],[-3.084199, 55.3258],[-3.0854, 55.3279],[-3.0875, 55.3288],[-3.092099, 55.3298],[-3.0948, 55.3299],[-3.0964, 55.3311],[-3.096601, 55.3327],[-3.0969, 55.3339],[-3.097399, 55.3365],[-3.098599, 55.3403],[-3.098799, 55.3412],[-3.098799, 55.3421],[-3.098, 55.3445],[-3.098599, 55.347],[-3.1001, 55.3498],[-3.1008, 55.3510],[-3.10150, 55.3516],[-3.102099, 55.3519],[-3.1029, 55.3515],[-3.107599, 55.3485],[-3.108, 55.3484],[-3.108599, 55.3487],[-3.109301, 55.3494],[-3.1103, 55.3508],[-3.110899, 55.3523],[-3.111201, 55.3537],[-3.111099, 55.3551],[-3.1105, 55.3568],[-3.1108, 55.3572],[-3.111201, 55.3575],[-3.1122, 55.3577],[-3.116801, 55.3574],[-3.117899, 55.3575],[-3.1192, 55.3579],[-3.1208, 55.3583],[-3.1228, 55.3593],[-3.1249, 55.3598],[-3.12800, 55.3599],[-3.130399, 55.3597],[-3.1321, 55.3595],[-3.1359, 55.3581],[-3.1422, 55.3570],[-3.1456, 55.3560],[-3.148901, 55.3551],[-3.151201, 55.3540],[-3.1529, 55.3529],[-3.154799, 55.3519],[-3.1562, 55.3515],[-3.161401, 55.3506],[-3.163, 55.3502],[-3.169699, 55.3473],[-3.170599, 55.3471],[-3.171499, 55.3473],[-3.172699, 55.3481],[-3.1761, 55.3518],[-3.1786, 55.355],[-3.178999, 55.3557],[-3.179199, 55.3564],[-3.17960, 55.3592],[-3.179699, 55.3608],[-3.180099, 55.3615],[-3.1807, 55.3619],[-3.1833, 55.3624],[-3.186899, 55.3631],[-3.1887, 55.3637],[-3.190399, 55.3646],[-3.191601, 55.3655],[-3.19320, 55.3666],[-3.193901, 55.367],[-3.1944, 55.3671],[-3.1963, 55.3669],[-3.1989, 55.3665],[-3.20190, 55.3665],[-3.203599, 55.3673],[-3.2042, 55.3681],[-3.207099, 55.3717],[-3.2081, 55.3726],[-3.209, 55.3732],[-3.211401, 55.3739],[-3.21320, 55.3749],[-3.216201, 55.3765],[-3.217499, 55.3767],[-3.219, 55.3767],[-3.2205, 55.3764],[-3.221601, 55.376],[-3.222199, 55.3754],[-3.222699, 55.3737],[-3.223099, 55.3733],[-3.223701, 55.3731],[-3.225899, 55.3725],[-3.229599, 55.3711],[-3.2304, 55.3707],[-3.231, 55.3699],[-3.231499, 55.3691],[-3.231899, 55.3677],[-3.2323, 55.3671],[-3.232899, 55.3667],[-3.233901, 55.3666],[-3.23450, 55.3665],[-3.235399, 55.3667],[-3.236001, 55.3673],[-3.236601, 55.3677],[-3.2388, 55.3680],[-3.243599, 55.3682],[-3.24440, 55.3680],[-3.2449, 55.3678],[-3.245199, 55.3674],[-3.246001, 55.3657],[-3.24630, 55.3653],[-3.2472, 55.3648],[-3.2488, 55.3641],[-3.2549, 55.3632],[-3.2574, 55.3629],[-3.259799, 55.3625],[-3.262599, 55.3620],[-3.2635, 55.3616],[-3.263999, 55.3607],[-3.264101, 55.3601],[-3.263999, 55.3595],[-3.2637, 55.3589],[-3.2623, 55.3577],[-3.26270, 55.3571],[-3.267299, 55.3541],[-3.278199, 55.3493],[-3.2867, 55.3435],[-3.289799, 55.3429],[-3.294399, 55.3425],[-3.29950, 55.3423],[-3.301001, 55.3424],[-3.3022, 55.3431],[-3.304501, 55.3446],[-3.309999, 55.3473],[-3.310899, 55.3477],[-3.312099, 55.3480],[-3.313999, 55.3482],[-3.315399, 55.3487],[-3.316499, 55.3494],[-3.3169, 55.35],[-3.3167, 55.3507],[-3.3162, 55.3512],[-3.3118, 55.3540],[-3.311201, 55.3548],[-3.3104, 55.3561],[-3.309999, 55.3575],[-3.309799, 55.3588],[-3.309799, 55.3607],[-3.309999, 55.3613],[-3.3131, 55.3645],[-3.3131, 55.3650],[-3.3129, 55.3659],[-3.3124, 55.3666],[-3.311899, 55.3672],[-3.311201, 55.3677],[-3.302599, 55.3684],[-3.3018, 55.3686],[-3.3015, 55.3692],[-3.30160, 55.3701],[-3.3017, 55.3713],[-3.3025, 55.3723],[-3.307699, 55.3793],[-3.307899, 55.3809],[-3.307699, 55.3817],[-3.3074, 55.3823],[-3.306801, 55.3834],[-3.304899, 55.3867],[-3.3001, 55.3941],[-3.2994, 55.395],[-3.2936, 55.3979],[-3.288599, 55.4027],[-3.287199, 55.4035],[-3.285599, 55.404],[-3.282099, 55.4049],[-3.280499, 55.4059],[-3.278399, 55.4081],[-3.276401, 55.4101],[-3.275599, 55.4104],[-3.275, 55.4105],[-3.2732, 55.4108],[-3.271899, 55.4111],[-3.270499, 55.4116],[-3.268199, 55.4127],[-3.267299, 55.4129],[-3.266401, 55.4129],[-3.2636, 55.413],[-3.26270, 55.4131],[-3.262199, 55.4134],[-3.2616, 55.414],[-3.2611, 55.4145],[-3.2597, 55.4165],[-3.2591, 55.4170],[-3.2583, 55.4172],[-3.256001, 55.4177],[-3.2549, 55.4181],[-3.2544, 55.4185],[-3.253599, 55.4200],[-3.253, 55.4207],[-3.251899, 55.4215],[-3.2502, 55.4226],[-3.247, 55.4245],[-3.2448, 55.4253],[-3.242399, 55.4267],[-3.241601, 55.4276],[-3.2413, 55.4281],[-3.2413, 55.4287],[-3.241601, 55.4292],[-3.243, 55.4297],[-3.2525, 55.4301],[-3.2567, 55.431],[-3.261699, 55.4327],[-3.2732, 55.4349],[-3.2776, 55.4354],[-3.280499, 55.4350],[-3.2855, 55.4329],[-3.291899, 55.4318],[-3.3029, 55.4365],[-3.3053, 55.4396],[-3.306, 55.4434],[-3.307199, 55.4446],[-3.3083, 55.4453],[-3.3104, 55.4455],[-3.312099, 55.4454],[-3.318399, 55.4432],[-3.3231, 55.4424],[-3.327399, 55.4425],[-3.328099, 55.4416],[-3.328501, 55.4401],[-3.3306, 55.4380],[-3.330899, 55.4373],[-3.3313, 55.4354],[-3.335099, 55.4324],[-3.335599, 55.4312],[-3.3357, 55.4299],[-3.335299, 55.4274],[-3.3357, 55.4266],[-3.336401, 55.4262],[-3.337001, 55.4259],[-3.339101, 55.4254],[-3.341201, 55.4255],[-3.342999, 55.4253],[-3.344301, 55.4248],[-3.3452, 55.4241],[-3.34620, 55.4231],[-3.3498, 55.4162],[-3.351401, 55.4137],[-3.352099, 55.4131],[-3.3526, 55.4129],[-3.353199, 55.4131],[-3.354899, 55.4141],[-3.35630, 55.4149],[-3.358299, 55.4171],[-3.358999, 55.4174],[-3.359999, 55.4175],[-3.361401, 55.4173],[-3.364799, 55.416],[-3.371099, 55.4132],[-3.373701, 55.4123],[-3.3749, 55.4121],[-3.3757, 55.4120],[-3.3763, 55.4120],[-3.38050, 55.4129],[-3.3836, 55.4131],[-3.385799, 55.4129],[-3.3885, 55.4125],[-3.3943, 55.4109],[-3.395099, 55.4106],[-3.3963, 55.4099],[-3.3972, 55.4098],[-3.398, 55.4102],[-3.3996, 55.4116],[-3.400899, 55.4126],[-3.4028, 55.4137],[-3.4038, 55.4139],[-3.405299, 55.4142],[-3.4105, 55.4139],[-3.411401, 55.414],[-3.4124, 55.4147],[-3.4144, 55.4162],[-3.416001, 55.4168],[-3.417799, 55.4168],[-3.419399, 55.4163],[-3.4207, 55.4158],[-3.42200, 55.4151],[-3.423, 55.4145],[-3.4244, 55.4129],[-3.4252, 55.4121],[-3.4261, 55.4116],[-3.4272, 55.4112],[-3.432199, 55.4104],[-3.434799, 55.4097],[-3.4368, 55.4094],[-3.439199, 55.4097],[-3.4412, 55.41],[-3.4432, 55.4104],[-3.4449, 55.4102],[-3.4496, 55.4091],[-3.457799, 55.4065],[-3.459599, 55.4059],[-3.460799, 55.4055],[-3.461401, 55.4056],[-3.4635, 55.4067],[-3.464101, 55.4067],[-3.464799, 55.4068],[-3.4656, 55.4066],[-3.4672, 55.4053],[-3.4681, 55.4048],[-3.4691, 55.4047],[-3.4705, 55.4055],[-3.4714, 55.4061],[-3.4789, 55.4069],[-3.4835, 55.4057],[-3.48510, 55.4058],[-3.4858, 55.4067],[-3.486201, 55.4085],[-3.4865, 55.4096],[-3.48680, 55.4101],[-3.4874, 55.4104],[-3.489599, 55.4101],[-3.4934, 55.4094],[-3.4963, 55.4089],[-3.4981, 55.4091],[-3.4993, 55.4092],[-3.500299, 55.4096],[-3.50530, 55.4136]]]]}, properties:{name:"Scottish Borders"}}, {type:"Feature", geometry:{type:"MultiPolygon", coordinates:[[[[-1.3053, 60.6364],[-1.3055, 60.6356],[-1.307099, 60.6344],[-1.3078, 60.6337],[-1.3074, 60.6331],[-1.307099, 60.6328],[-1.307899, 60.6325],[-1.308701, 60.632],[-1.309501, 60.6311],[-1.309301, 60.6307],[-1.309101, 60.6304],[-1.3077, 60.6301],[-1.307899, 60.6293],[-1.309, 60.6288],[-1.3105, 60.6288],[-1.3127, 60.6300],[-1.312999, 60.6299],[-1.3133, 60.6295],[-1.312999, 60.6283],[-1.3125, 60.6273],[-1.3126, 60.6267],[-1.312299, 60.6259],[-1.3124, 60.6252],[-1.3103, 60.6246],[-1.309, 60.6241],[-1.3083, 60.6245],[-1.3076, 60.6251],[-1.3067, 60.6250],[-1.306201, 60.6240],[-1.304999, 60.6237],[-1.302799, 60.6233],[-1.3019, 60.6236],[-1.301201, 60.6241],[-1.299999, 60.6241],[-1.3002, 60.6219],[-1.3002, 60.6212],[-1.2999, 60.6207],[-1.298599, 60.6199],[-1.298599, 60.6196],[-1.2988, 60.6194],[-1.2996, 60.6190],[-1.302099, 60.6186],[-1.302199, 60.6181],[-1.302001, 60.617],[-1.3011, 60.6164],[-1.301, 60.6159],[-1.301201, 60.6149],[-1.3017, 60.6141],[-1.3017, 60.6132],[-1.3003, 60.6128],[-1.3002, 60.6124],[-1.301, 60.6116],[-1.301601, 60.6106],[-1.3027, 60.6098],[-1.303501, 60.6094],[-1.3034, 60.6088],[-1.3017, 60.6074],[-1.302099, 60.6062],[-1.3017, 60.6057],[-1.300699, 60.6053],[-1.300799, 60.6049],[-1.3025, 60.6049],[-1.304101, 60.6046],[-1.3048, 60.6035],[-1.3046, 60.6024],[-1.3026, 60.6013],[-1.3025, 60.6007],[-1.3027, 60.5998],[-1.303701, 60.5988],[-1.3042, 60.5977],[-1.3032, 60.5969],[-1.301499, 60.5961],[-1.301601, 60.5956],[-1.303701, 60.5941],[-1.306201, 60.5911],[-1.307099, 60.5895],[-1.307899, 60.5887],[-1.310799, 60.5884],[-1.312299, 60.5875],[-1.313701, 60.5858],[-1.3155, 60.5845],[-1.316499, 60.5835],[-1.3174, 60.5834],[-1.3182, 60.5838],[-1.3192, 60.5851],[-1.320799, 60.5865],[-1.322199, 60.587],[-1.325099, 60.5869],[-1.3263, 60.5867],[-1.3278, 60.5861],[-1.330199, 60.5855],[-1.331401, 60.5848],[-1.332, 60.5839],[-1.3319, 60.5829],[-1.3313, 60.5825],[-1.330199, 60.5813],[-1.329599, 60.5805],[-1.3283, 60.5785],[-1.3275, 60.5779],[-1.3278, 60.5771],[-1.329399, 60.5747],[-1.329301, 60.5739],[-1.329, 60.5738],[-1.328501, 60.574],[-1.3269, 60.5761],[-1.3254, 60.5781],[-1.3248, 60.5784],[-1.323701, 60.5786],[-1.322299, 60.5783],[-1.321601, 60.5778],[-1.320899, 60.5767],[-1.3211, 60.5751],[-1.3212, 60.574],[-1.3205, 60.5735],[-1.319301, 60.5731],[-1.316, 60.5743],[-1.3149, 60.574],[-1.314501, 60.5733],[-1.3139, 60.5723],[-1.312899, 60.5716],[-1.3118, 60.5709],[-1.311, 60.5703],[-1.310899, 60.5691],[-1.3105, 60.5674],[-1.3118, 60.5667],[-1.3119, 60.5661],[-1.3113, 60.5645],[-1.3105, 60.5640],[-1.310699, 60.5627],[-1.3103, 60.5621],[-1.309301, 60.5612],[-1.3112, 60.5588],[-1.311401, 60.5573],[-1.3117, 60.5556],[-1.314999, 60.5539],[-1.3148, 60.553],[-1.314301, 60.5523],[-1.3138, 60.5513],[-1.3112, 60.551],[-1.310799, 60.5502],[-1.3134, 60.5497],[-1.314101, 60.5488],[-1.3149, 60.5471],[-1.3149, 60.5462],[-1.314101, 60.5454],[-1.3133, 60.5448],[-1.3134, 60.5442],[-1.314101, 60.5437],[-1.314101, 60.5426],[-1.3134, 60.5414],[-1.314301, 60.5402],[-1.3161, 60.539],[-1.3174, 60.5381],[-1.3184, 60.5369],[-1.320099, 60.5367],[-1.320799, 60.5365],[-1.3219, 60.5366],[-1.323099, 60.5368],[-1.3247, 60.537],[-1.326699, 60.5384],[-1.3282, 60.5396],[-1.3297, 60.5398],[-1.3322, 60.5396],[-1.3342, 60.539],[-1.3362, 60.5376],[-1.337999, 60.537],[-1.339301, 60.5369],[-1.3406, 60.5371],[-1.3419, 60.5376],[-1.343701, 60.5397],[-1.346801, 60.5401],[-1.348701, 60.5408],[-1.3498, 60.541],[-1.3501, 60.5408],[-1.35, 60.5401],[-1.35, 60.5392],[-1.3521, 60.537],[-1.3528, 60.5358],[-1.353999, 60.534],[-1.3552, 60.5327],[-1.356601, 60.5318],[-1.356801, 60.531],[-1.356699, 60.5297],[-1.3573, 60.529],[-1.358199, 60.5286],[-1.3607, 60.5279],[-1.3643, 60.5261],[-1.365, 60.5257],[-1.3651, 60.5253],[-1.364699, 60.5252],[-1.3634, 60.5252],[-1.361899, 60.5257],[-1.352499, 60.5283],[-1.3462, 60.5289],[-1.3428, 60.5295],[-1.338199, 60.5297],[-1.3356, 60.5293],[-1.3322, 60.5284],[-1.3306, 60.5286],[-1.3276, 60.5285],[-1.3262, 60.5266],[-1.3254, 60.5258],[-1.323799, 60.5259],[-1.3233, 60.5255],[-1.323099, 60.525],[-1.3227, 60.5248],[-1.3217, 60.5248],[-1.321001, 60.5246],[-1.3212, 60.5241],[-1.322199, 60.5237],[-1.324, 60.5229],[-1.3253, 60.5226],[-1.3271, 60.5226],[-1.3292, 60.5229],[-1.3336, 60.5226],[-1.3365, 60.5229],[-1.3384, 60.5231],[-1.3433, 60.5226],[-1.3477, 60.5218],[-1.348701, 60.5213],[-1.349, 60.5207],[-1.348199, 60.5191],[-1.348099, 60.5185],[-1.3486, 60.5182],[-1.3491, 60.5188],[-1.35, 60.5195],[-1.351099, 60.5195],[-1.3526, 60.5192],[-1.353999, 60.5185],[-1.3555, 60.5175],[-1.356601, 60.517],[-1.3579, 60.5169],[-1.358901, 60.5168],[-1.358701, 60.5162],[-1.357499, 60.516],[-1.3548, 60.5155],[-1.3521, 60.516],[-1.3471, 60.518],[-1.3436, 60.5189],[-1.3369, 60.5189],[-1.334399, 60.5183],[-1.3325, 60.517],[-1.3304, 60.5140],[-1.3292, 60.5135],[-1.3271, 60.5112],[-1.3236, 60.5102],[-1.323099, 60.509],[-1.3234, 60.5076],[-1.324501, 60.5062],[-1.327299, 60.5064],[-1.3313, 60.5062],[-1.333799, 60.5061],[-1.3347, 60.5059],[-1.3356, 60.5055],[-1.336801, 60.5046],[-1.338099, 60.5037],[-1.3406, 60.5029],[-1.3406, 60.5026],[-1.340299, 60.5023],[-1.3385, 60.5014],[-1.3355, 60.5015],[-1.3342, 60.5016],[-1.3333, 60.5015],[-1.3328, 60.5016],[-1.332399, 60.5014],[-1.3322, 60.5005],[-1.3313, 60.4991],[-1.3313, 60.4985],[-1.3319, 60.4975],[-1.3327, 60.4959],[-1.3334, 60.4931],[-1.3342, 60.4912],[-1.3363, 60.4882],[-1.337399, 60.4866],[-1.3434, 60.4835],[-1.3484, 60.4816],[-1.3508, 60.4803],[-1.352399, 60.4797],[-1.3526, 60.4794],[-1.3521, 60.4792],[-1.3492, 60.4791],[-1.3457, 60.479],[-1.3412, 60.4788],[-1.3379, 60.4786],[-1.3321, 60.478],[-1.3305, 60.4782],[-1.33, 60.479],[-1.330099, 60.4801],[-1.331699, 60.4818],[-1.332999, 60.4834],[-1.332999, 60.4842],[-1.3328, 60.4848],[-1.3318, 60.4863],[-1.330199, 60.4880],[-1.329, 60.4891],[-1.3275, 60.4907],[-1.326699, 60.4916],[-1.326499, 60.4923],[-1.325899, 60.4940],[-1.3254, 60.4948],[-1.3227, 60.4961],[-1.3184, 60.4972],[-1.3133, 60.4976],[-1.3106, 60.4969],[-1.308599, 60.4946],[-1.3088, 60.4938],[-1.3098, 60.4934],[-1.3142, 60.4929],[-1.315799, 60.4915],[-1.316, 60.4899],[-1.3153, 60.4889],[-1.3139, 60.4878],[-1.310699, 60.4850],[-1.309501, 60.4847],[-1.3092, 60.4843],[-1.309399, 60.4825],[-1.3103, 60.482],[-1.312199, 60.4813],[-1.3157, 60.4808],[-1.317999, 60.4806],[-1.32, 60.4801],[-1.3232, 60.4797],[-1.3257, 60.4796],[-1.326699, 60.4792],[-1.327299, 60.4788],[-1.3276, 60.4783],[-1.3275, 60.4778],[-1.3271, 60.4773],[-1.324501, 60.4753],[-1.3233, 60.4742],[-1.3221, 60.4729],[-1.321601, 60.4716],[-1.3218, 60.4695],[-1.3225, 60.4689],[-1.3233, 60.4683],[-1.3249, 60.4677],[-1.3284, 60.4667],[-1.3297, 60.4661],[-1.330199, 60.4656],[-1.3306, 60.4649],[-1.330899, 60.4641],[-1.330899, 60.4624],[-1.3307, 60.4616],[-1.330299, 60.4609],[-1.326001, 60.4591],[-1.3196, 60.4545],[-1.318599, 60.4532],[-1.318501, 60.4524],[-1.318599, 60.4515],[-1.319301, 60.4503],[-1.320099, 60.4496],[-1.320899, 60.4491],[-1.322299, 60.4488],[-1.3253, 60.4488],[-1.328901, 60.4481],[-1.331401, 60.4482],[-1.3333, 60.4484],[-1.334301, 60.4489],[-1.3347, 60.4494],[-1.3351, 60.4505],[-1.3357, 60.4538],[-1.3361, 60.4545],[-1.336801, 60.455],[-1.3376, 60.4555],[-1.338099, 60.4557],[-1.3401, 60.4559],[-1.341801, 60.456],[-1.343199, 60.4561],[-1.3451, 60.4559],[-1.3471, 60.4555],[-1.3471, 60.4551],[-1.3434, 60.4531],[-1.341001, 60.4519],[-1.3394, 60.4517],[-1.338199, 60.4518],[-1.337499, 60.4518],[-1.3372, 60.4517],[-1.3371, 60.4514],[-1.3384, 60.4507],[-1.338901, 60.4500],[-1.339501, 60.4455],[-1.341699, 60.4426],[-1.3449, 60.4402],[-1.346699, 60.4396],[-1.3485, 60.4389],[-1.3509, 60.4387],[-1.351699, 60.4383],[-1.352499, 60.4375],[-1.3536, 60.4359],[-1.3549, 60.4313],[-1.357599, 60.4301],[-1.358901, 60.4297],[-1.359501, 60.4296],[-1.3599, 60.4294],[-1.36, 60.429],[-1.359501, 60.4269],[-1.358999, 60.4243],[-1.358999, 60.4237],[-1.359699, 60.4219],[-1.359599, 60.4213],[-1.359501, 60.4209],[-1.357499, 60.4194],[-1.3563, 60.4184],[-1.3556, 60.4177],[-1.352499, 60.4144],[-1.3523, 60.4136],[-1.3526, 60.4125],[-1.3529, 60.4118],[-1.353701, 60.4114],[-1.355399, 60.411],[-1.3599, 60.4112],[-1.364501, 60.4112],[-1.3672, 60.411],[-1.368999, 60.4111],[-1.370499, 60.411],[-1.371001, 60.4103],[-1.371201, 60.4089],[-1.371201, 60.4084],[-1.371001, 60.4082],[-1.3685, 60.4076],[-1.3672, 60.4071],[-1.367, 60.4069],[-1.367, 60.4064],[-1.3677, 60.4054],[-1.3709, 60.4042],[-1.3722, 60.4038],[-1.3785, 60.4042],[-1.379101, 60.4043],[-1.379699, 60.4044],[-1.3802, 60.4043],[-1.380399, 60.404],[-1.3796, 60.4031],[-1.3796, 60.4027],[-1.3801, 60.4016],[-1.380599, 60.3998],[-1.3816, 60.3982],[-1.3817, 60.3976],[-1.3816, 60.3973],[-1.381001, 60.3972],[-1.3794, 60.3969],[-1.378399, 60.3965],[-1.375399, 60.3944],[-1.374799, 60.3943],[-1.373299, 60.3942],[-1.372499, 60.3944],[-1.371899, 60.395],[-1.3714, 60.3972],[-1.3709, 60.3979],[-1.3702, 60.398],[-1.369501, 60.398],[-1.367499, 60.398],[-1.363199, 60.3984],[-1.358901, 60.3989],[-1.3548, 60.4],[-1.35, 60.4006],[-1.348701, 60.4011],[-1.3456, 60.405],[-1.3444, 60.4064],[-1.343099, 60.4073],[-1.3412, 60.408],[-1.338701, 60.4086],[-1.3299, 60.4096],[-1.3257, 60.411],[-1.325799, 60.4111],[-1.325799, 60.4113],[-1.326401, 60.4115],[-1.3284, 60.4116],[-1.333099, 60.4111],[-1.3378, 60.4106],[-1.3397, 60.4107],[-1.341801, 60.4108],[-1.342399, 60.411],[-1.3433, 60.412],[-1.343901, 60.4129],[-1.343901, 60.4143],[-1.3435, 60.4153],[-1.343099, 60.4162],[-1.3426, 60.4177],[-1.341601, 60.4205],[-1.3407, 60.4215],[-1.3406, 60.4222],[-1.3413, 60.4244],[-1.341001, 60.4254],[-1.3404, 60.4269],[-1.3399, 60.4277],[-1.3386, 60.4289],[-1.3365, 60.4301],[-1.333901, 60.431],[-1.3332, 60.4316],[-1.332, 60.4329],[-1.3305, 60.4349],[-1.3292, 60.4358],[-1.3276, 60.4366],[-1.326001, 60.4371],[-1.321601, 60.4375],[-1.318099, 60.4376],[-1.3138, 60.4375],[-1.3131, 60.4377],[-1.3126, 60.4379],[-1.3105, 60.4391],[-1.3082, 60.4405],[-1.3033, 60.4415],[-1.2995, 60.4423],[-1.295799, 60.4433],[-1.2927, 60.4437],[-1.287699, 60.4428],[-1.283399, 60.4414],[-1.2826, 60.4405],[-1.2825, 60.4400],[-1.2824, 60.4390],[-1.284199, 60.4362],[-1.284101, 60.4358],[-1.2833, 60.4357],[-1.281801, 60.4359],[-1.280699, 60.4364],[-1.2769, 60.4383],[-1.2765, 60.4391],[-1.276401, 60.4397],[-1.2767, 60.4408],[-1.2753, 60.4424],[-1.2753, 60.4435],[-1.2766, 60.4445],[-1.2769, 60.4450],[-1.277099, 60.4459],[-1.276401, 60.4475],[-1.2759, 60.4480],[-1.2747, 60.4481],[-1.273, 60.4467],[-1.271899, 60.4457],[-1.268901, 60.4427],[-1.266401, 60.4420],[-1.26, 60.4429],[-1.258299, 60.4431],[-1.2574, 60.4433],[-1.256299, 60.4441],[-1.2559, 60.4448],[-1.2558, 60.4453],[-1.2558, 60.4456],[-1.256099, 60.4461],[-1.2572, 60.4471],[-1.2586, 60.4483],[-1.2615, 60.4493],[-1.265, 60.4502],[-1.267799, 60.4512],[-1.2707, 60.4531],[-1.273399, 60.4561],[-1.2746, 60.4573],[-1.2759, 60.4581],[-1.2775, 60.4581],[-1.2801, 60.4573],[-1.2817, 60.4572],[-1.284899, 60.4568],[-1.2876, 60.4573],[-1.289101, 60.458],[-1.290599, 60.4589],[-1.2927, 60.4598],[-1.2953, 60.4607],[-1.2984, 60.4621],[-1.3009, 60.4636],[-1.3017, 60.4642],[-1.302099, 60.4649],[-1.302199, 60.4662],[-1.3019, 60.4672],[-1.301499, 60.4676],[-1.300799, 60.4684],[-1.3004, 60.4696],[-1.299999, 60.4705],[-1.2996, 60.471],[-1.299101, 60.4712],[-1.297199, 60.4714],[-1.2926, 60.4713],[-1.290599, 60.4715],[-1.289899, 60.4718],[-1.289301, 60.4722],[-1.287001, 60.4743],[-1.286801, 60.4751],[-1.2865, 60.4788],[-1.286, 60.4827],[-1.2855, 60.4839],[-1.284999, 60.4844],[-1.2844, 60.4847],[-1.283501, 60.4847],[-1.280699, 60.4846],[-1.279799, 60.4848],[-1.2794, 60.4853],[-1.2787, 60.4866],[-1.278501, 60.4869],[-1.2781, 60.4874],[-1.2772, 60.4874],[-1.2758, 60.4871],[-1.274, 60.4865],[-1.2724, 60.4857],[-1.271801, 60.4843],[-1.270499, 60.4824],[-1.27, 60.4801],[-1.2701, 60.4777],[-1.270499, 60.4747],[-1.271299, 60.4713],[-1.271201, 60.4701],[-1.2709, 60.4683],[-1.271801, 60.466],[-1.272699, 60.4644],[-1.274, 60.4632],[-1.2752, 60.4618],[-1.2751, 60.461],[-1.274101, 60.4601],[-1.272099, 60.4599],[-1.267799, 60.4632],[-1.2652, 60.4659],[-1.2653, 60.4664],[-1.2661, 60.4668],[-1.266401, 60.4672],[-1.266201, 60.4683],[-1.265, 60.4698],[-1.2628, 60.4716],[-1.2622, 60.473],[-1.261801, 60.4745],[-1.2614, 60.4753],[-1.261001, 60.4759],[-1.2592, 60.4775],[-1.256099, 60.4801],[-1.2543, 60.4813],[-1.2521, 60.4827],[-1.2502, 60.4832],[-1.247599, 60.4839],[-1.2453, 60.4851],[-1.2436, 60.4863],[-1.2429, 60.4873],[-1.2422, 60.4891],[-1.241801, 60.4913],[-1.241201, 60.4918],[-1.24, 60.4921],[-1.238, 60.4924],[-1.2349, 60.4936],[-1.2322, 60.4943],[-1.228299, 60.4945],[-1.2265, 60.4947],[-1.225299, 60.4936],[-1.224599, 60.4927],[-1.2215, 60.4919],[-1.2192, 60.4904],[-1.216801, 60.4893],[-1.2147, 60.489],[-1.212499, 60.4885],[-1.211401, 60.4880],[-1.2106, 60.4873],[-1.208501, 60.4859],[-1.204599, 60.4837],[-1.204, 60.4829],[-1.2029, 60.4796],[-1.2019, 60.4781],[-1.202199, 60.4775],[-1.2025, 60.4764],[-1.2025, 60.4751],[-1.2025, 60.4743],[-1.202199, 60.4735],[-1.2012, 60.4719],[-1.200899, 60.471],[-1.201001, 60.4698],[-1.2027, 60.469],[-1.2049, 60.4685],[-1.206001, 60.4678],[-1.207, 60.4665],[-1.207299, 60.4658],[-1.2061, 60.462],[-1.2068, 60.4585],[-1.2063, 60.4576],[-1.205799, 60.4569],[-1.2054, 60.4568],[-1.2047, 60.4568],[-1.2021, 60.4581],[-1.198701, 60.4599],[-1.1948, 60.4622],[-1.1913, 60.4633],[-1.188599, 60.4637],[-1.186, 60.4638],[-1.1846, 60.4637],[-1.1819, 60.4629],[-1.177299, 60.4611],[-1.1754, 60.4597],[-1.1745, 60.4588],[-1.174, 60.4573],[-1.1739, 60.4565],[-1.174101, 60.4559],[-1.174399, 60.4551],[-1.175099, 60.4543],[-1.177899, 60.4526],[-1.1839, 60.4507],[-1.1877, 60.4493],[-1.194301, 60.4473],[-1.1975, 60.4465],[-1.199501, 60.446],[-1.1997, 60.4458],[-1.1999, 60.4455],[-1.1999, 60.4449],[-1.199501, 60.4446],[-1.197299, 60.4447],[-1.1949, 60.4447],[-1.190099, 60.4449],[-1.1792, 60.4465],[-1.174101, 60.4471],[-1.172799, 60.4467],[-1.169899, 60.4446],[-1.167899, 60.4436],[-1.1645, 60.4418],[-1.1625, 60.4401],[-1.162001, 60.4393],[-1.162001, 60.4384],[-1.162199, 60.4376],[-1.1625, 60.4372],[-1.164999, 60.4372],[-1.1683, 60.4375],[-1.1713, 60.4376],[-1.1752, 60.4369],[-1.1788, 60.4366],[-1.1799, 60.4359],[-1.180099, 60.4352],[-1.1802, 60.4341],[-1.1805, 60.4337],[-1.181401, 60.4335],[-1.1827, 60.4343],[-1.185899, 60.4335],[-1.1871, 60.4330],[-1.1869, 60.4326],[-1.185899, 60.4319],[-1.186401, 60.4317],[-1.1888, 60.4325],[-1.189399, 60.4324],[-1.1892, 60.4321],[-1.1882, 60.4313],[-1.1867, 60.4304],[-1.185099, 60.4303],[-1.184301, 60.4304],[-1.1834, 60.4309],[-1.1811, 60.4313],[-1.1774, 60.4330],[-1.1763, 60.4337],[-1.1738, 60.4341],[-1.1724, 60.4343],[-1.170799, 60.4340],[-1.1702, 60.4334],[-1.1704, 60.4324],[-1.170599, 60.4316],[-1.172099, 60.4293],[-1.1723, 60.4288],[-1.1723, 60.4285],[-1.172001, 60.4281],[-1.169399, 60.4277],[-1.168599, 60.4272],[-1.168, 60.4268],[-1.1651, 60.4232],[-1.1645, 60.4221],[-1.1646, 60.4215],[-1.1659, 60.4207],[-1.168701, 60.4203],[-1.1704, 60.4202],[-1.173701, 60.4203],[-1.179, 60.4211],[-1.182001, 60.4222],[-1.185899, 60.4233],[-1.1877, 60.4242],[-1.188501, 60.4251],[-1.1899, 60.4263],[-1.1903, 60.4270],[-1.189, 60.4283],[-1.188501, 60.4289],[-1.1884, 60.4294],[-1.189, 60.4303],[-1.189999, 60.4312],[-1.190899, 60.4317],[-1.1927, 60.4316],[-1.194399, 60.4308],[-1.195199, 60.4302],[-1.196601, 60.4295],[-1.1989, 60.4289],[-1.201699, 60.4279],[-1.206601, 60.4244],[-1.2097, 60.4229],[-1.213799, 60.4215],[-1.2179, 60.4203],[-1.2222, 60.4187],[-1.224599, 60.4177],[-1.2256, 60.4164],[-1.226699, 60.4153],[-1.2314, 60.4137],[-1.2343, 60.4128],[-1.238, 60.4113],[-1.2414, 60.4097],[-1.2465, 60.408],[-1.2503, 60.4058],[-1.253299, 60.4041],[-1.254799, 60.4031],[-1.2557, 60.4021],[-1.2557, 60.4015],[-1.255399, 60.4008],[-1.2557, 60.4004],[-1.257001, 60.4003],[-1.2582, 60.4001],[-1.258999, 60.3998],[-1.259501, 60.3992],[-1.259699, 60.3987],[-1.2594, 60.3983],[-1.2578, 60.3982],[-1.256099, 60.3979],[-1.2552, 60.3978],[-1.2546, 60.3982],[-1.252599, 60.4002],[-1.2515, 60.4009],[-1.2485, 60.4018],[-1.2424, 60.4047],[-1.2355, 60.4072],[-1.2314, 60.4086],[-1.2249, 60.4106],[-1.2178, 60.4127],[-1.2083, 60.4159],[-1.199399, 60.4185],[-1.1942, 60.4196],[-1.192001, 60.4198],[-1.1897, 60.4196],[-1.188599, 60.4187],[-1.186499, 60.4157],[-1.186401, 60.4151],[-1.186601, 60.4144],[-1.187199, 60.4139],[-1.190199, 60.4127],[-1.1939, 60.4116],[-1.200199, 60.4099],[-1.204399, 60.4086],[-1.206401, 60.408],[-1.2084, 60.4074],[-1.2101, 60.4068],[-1.211601, 60.4059],[-1.2129, 60.4053],[-1.2183, 60.4038],[-1.220299, 60.4027],[-1.220299, 60.402],[-1.2199, 60.4016],[-1.2191, 60.4014],[-1.218099, 60.4012],[-1.217, 60.401],[-1.214501, 60.4009],[-1.2126, 60.4011],[-1.2105, 60.4017],[-1.208099, 60.4029],[-1.204301, 60.4036],[-1.2019, 60.4041],[-1.200799, 60.4045],[-1.194399, 60.4069],[-1.1853, 60.4098],[-1.1717, 60.414],[-1.168501, 60.4147],[-1.1668, 60.4146],[-1.166299, 60.4144],[-1.1661, 60.414],[-1.1661, 60.4129],[-1.165599, 60.4115],[-1.1655, 60.4106],[-1.1652, 60.4093],[-1.1645, 60.4081],[-1.1644, 60.4072],[-1.1646, 60.4057],[-1.1655, 60.4053],[-1.1668, 60.4045],[-1.1673, 60.4039],[-1.1673, 60.4033],[-1.167199, 60.4031],[-1.1666, 60.4027],[-1.1639, 60.4021],[-1.163599, 60.4015],[-1.1638, 60.4009],[-1.164101, 60.4007],[-1.1648, 60.4004],[-1.1666, 60.3994],[-1.1668, 60.399],[-1.1668, 60.3987],[-1.166499, 60.3984],[-1.165699, 60.3983],[-1.1638, 60.398],[-1.1632, 60.3975],[-1.162799, 60.3969],[-1.162799, 60.3965],[-1.163, 60.396],[-1.1639, 60.3946],[-1.164, 60.3926],[-1.1644, 60.3908],[-1.163599, 60.3889],[-1.163, 60.3871],[-1.1631, 60.3862],[-1.164199, 60.3848],[-1.1644, 60.3837],[-1.164101, 60.3830],[-1.1626, 60.3810],[-1.1626, 60.3805],[-1.162899, 60.3798],[-1.162799, 60.3788],[-1.162099, 60.3778],[-1.161299, 60.3775],[-1.160599, 60.3777],[-1.1602, 60.3781],[-1.1595, 60.3798],[-1.1588, 60.382],[-1.159, 60.3831],[-1.1594, 60.3840],[-1.160699, 60.3847],[-1.1609, 60.3851],[-1.1605, 60.3857],[-1.1594, 60.3866],[-1.158501, 60.3875],[-1.1582, 60.3885],[-1.1576, 60.3892],[-1.1569, 60.3897],[-1.154899, 60.3905],[-1.1529, 60.3912],[-1.151299, 60.3914],[-1.1504, 60.3922],[-1.1497, 60.3931],[-1.149101, 60.3936],[-1.1479, 60.3943],[-1.146801, 60.3946],[-1.147001, 60.395],[-1.1487, 60.3951],[-1.1502, 60.395],[-1.1522, 60.3925],[-1.1526, 60.3923],[-1.1529, 60.3925],[-1.1524, 60.3941],[-1.1531, 60.3966],[-1.1529, 60.3981],[-1.1516, 60.4],[-1.148501, 60.4035],[-1.1472, 60.4038],[-1.1445, 60.4033],[-1.1424, 60.4037],[-1.1415, 60.4032],[-1.1407, 60.4015],[-1.14, 60.4009],[-1.1387, 60.4005],[-1.136801, 60.4004],[-1.132699, 60.4008],[-1.1315, 60.4008],[-1.131201, 60.4011],[-1.131201, 60.4015],[-1.1321, 60.4026],[-1.1321, 60.403],[-1.1317, 60.4032],[-1.130599, 60.4032],[-1.1301, 60.403],[-1.1292, 60.4012],[-1.1288, 60.4011],[-1.1281, 60.4013],[-1.127001, 60.4022],[-1.126001, 60.4024],[-1.1237, 60.4025],[-1.121201, 60.4029],[-1.1209, 60.4035],[-1.1207, 60.4041],[-1.119599, 60.4047],[-1.119501, 60.4053],[-1.119699, 60.4057],[-1.121001, 60.4059],[-1.122001, 60.4063],[-1.122499, 60.4067],[-1.123999, 60.4081],[-1.124799, 60.4084],[-1.126201, 60.4083],[-1.1273, 60.4078],[-1.1278, 60.407],[-1.1279, 60.406],[-1.1281, 60.4056],[-1.1287, 60.4056],[-1.129799, 60.4066],[-1.1309, 60.4073],[-1.1314, 60.408],[-1.1314, 60.4092],[-1.131099, 60.4101],[-1.1322, 60.4107],[-1.1343, 60.4116],[-1.1346, 60.4123],[-1.134501, 60.4127],[-1.1337, 60.4131],[-1.1296, 60.4141],[-1.1258, 60.4162],[-1.121001, 60.4183],[-1.118901, 60.42],[-1.118199, 60.4214],[-1.118901, 60.4227],[-1.119101, 60.4233],[-1.118299, 60.4240],[-1.1171, 60.4257],[-1.116801, 60.4287],[-1.1163, 60.4292],[-1.115499, 60.4292],[-1.114501, 60.429],[-1.1136, 60.4283],[-1.1113, 60.4276],[-1.106699, 60.425],[-1.106699, 60.4245],[-1.106899, 60.4242],[-1.1094, 60.4235],[-1.1099, 60.423],[-1.1107, 60.4224],[-1.1115, 60.4214],[-1.112399, 60.4199],[-1.113199, 60.4188],[-1.113199, 60.4178],[-1.112499, 60.4168],[-1.111801, 60.4163],[-1.110299, 60.4152],[-1.109501, 60.415],[-1.1084, 60.4149],[-1.1078, 60.4151],[-1.1073, 60.4154],[-1.107, 60.4163],[-1.106601, 60.4169],[-1.105, 60.4175],[-1.1036, 60.4175],[-1.102499, 60.4176],[-1.099699, 60.4182],[-1.096601, 60.4179],[-1.0956, 60.418],[-1.095299, 60.4183],[-1.095399, 60.4187],[-1.095899, 60.4191],[-1.0965, 60.4197],[-1.0965, 60.4202],[-1.096001, 60.4205],[-1.0958, 60.4207],[-1.0964, 60.421],[-1.0969, 60.4218],[-1.0971, 60.4243],[-1.096699, 60.4261],[-1.093099, 60.4283],[-1.088701, 60.4308],[-1.0879, 60.4319],[-1.0876, 60.4352],[-1.087, 60.4360],[-1.083901, 60.4367],[-1.0812, 60.4368],[-1.0768, 60.4381],[-1.0741, 60.4399],[-1.072899, 60.4411],[-1.0719, 60.4425],[-1.0707, 60.4434],[-1.069399, 60.4436],[-1.068501, 60.4433],[-1.0669, 60.4429],[-1.066499, 60.4431],[-1.066, 60.4439],[-1.064301, 60.4455],[-1.0621, 60.4471],[-1.0604, 60.4474],[-1.0589, 60.4473],[-1.0568, 60.4475],[-1.056499, 60.4474],[-1.0556, 60.4469],[-1.0542, 60.4470],[-1.0534, 60.4471],[-1.0524, 60.4477],[-1.0498, 60.449],[-1.049, 60.4491],[-1.0483, 60.4489],[-1.0474, 60.4485],[-1.047199, 60.4482],[-1.047799, 60.4473],[-1.0482, 60.4463],[-1.048501, 60.4451],[-1.049, 60.4443],[-1.050699, 60.4432],[-1.051201, 60.4423],[-1.0511, 60.4418],[-1.049101, 60.4419],[-1.0481, 60.4417],[-1.047899, 60.4413],[-1.048501, 60.4402],[-1.0483, 60.4398],[-1.0474, 60.4399],[-1.0459, 60.4401],[-1.045599, 60.4399],[-1.0455, 60.4395],[-1.0459, 60.4389],[-1.0473, 60.4378],[-1.048701, 60.4367],[-1.0495, 60.4349],[-1.0511, 60.4338],[-1.052099, 60.4329],[-1.0539, 60.431],[-1.057199, 60.4301],[-1.0613, 60.4279],[-1.0634, 60.4268],[-1.0639, 60.4259],[-1.0648, 60.4253],[-1.0663, 60.4248],[-1.067299, 60.4241],[-1.0676, 60.4237],[-1.067199, 60.4229],[-1.0675, 60.4223],[-1.0682, 60.4219],[-1.0689, 60.4217],[-1.0734, 60.4204],[-1.075899, 60.4191],[-1.080199, 60.4163],[-1.0806, 60.4159],[-1.080899, 60.4154],[-1.080899, 60.4144],[-1.081001, 60.4141],[-1.083799, 60.4122],[-1.0865, 60.4105],[-1.091601, 60.409],[-1.0927, 60.4084],[-1.0949, 60.408],[-1.095399, 60.4078],[-1.0956, 60.4075],[-1.0957, 60.4071],[-1.0958, 60.406],[-1.096099, 60.4059],[-1.0969, 60.4059],[-1.098701, 60.4055],[-1.0998, 60.4049],[-1.1014, 60.4051],[-1.102399, 60.405],[-1.103099, 60.4047],[-1.1036, 60.404],[-1.1048, 60.4031],[-1.106001, 60.4025],[-1.107499, 60.4019],[-1.1099, 60.4016],[-1.111699, 60.4017],[-1.1163, 60.402],[-1.1173, 60.4019],[-1.1184, 60.4017],[-1.118901, 60.4014],[-1.119501, 60.4003],[-1.1203, 60.3985],[-1.1237, 60.3963],[-1.125499, 60.3942],[-1.1265, 60.3935],[-1.129699, 60.3931],[-1.1301, 60.3926],[-1.130399, 60.3907],[-1.1316, 60.3895],[-1.135599, 60.3855],[-1.136299, 60.3846],[-1.1372, 60.3835],[-1.1375, 60.3827],[-1.137001, 60.3819],[-1.1359, 60.3818],[-1.134799, 60.3823],[-1.1336, 60.3824],[-1.132699, 60.382],[-1.132001, 60.3818],[-1.1286, 60.3825],[-1.126601, 60.3822],[-1.1252, 60.3818],[-1.125, 60.3815],[-1.1253, 60.3807],[-1.127599, 60.3794],[-1.1288, 60.3778],[-1.129699, 60.3756],[-1.1296, 60.3745],[-1.128901, 60.3740],[-1.1273, 60.3736],[-1.126899, 60.3733],[-1.126899, 60.3730],[-1.127001, 60.3728],[-1.1296, 60.3721],[-1.130499, 60.3720],[-1.1308, 60.3714],[-1.130499, 60.3710],[-1.1292, 60.3706],[-1.1278, 60.3703],[-1.1264, 60.3701],[-1.1246, 60.3700],[-1.1235, 60.3702],[-1.121801, 60.3708],[-1.1209, 60.3717],[-1.1203, 60.3732],[-1.12, 60.3762],[-1.119101, 60.3778],[-1.1177, 60.3804],[-1.1151, 60.3825],[-1.1123, 60.3839],[-1.111201, 60.385],[-1.1091, 60.3891],[-1.1071, 60.3913],[-1.106099, 60.3925],[-1.1057, 60.3929],[-1.104599, 60.3929],[-1.1034, 60.3924],[-1.1023, 60.3918],[-1.101001, 60.3919],[-1.097499, 60.3921],[-1.0947, 60.3917],[-1.0912, 60.3907],[-1.089501, 60.3892],[-1.088199, 60.3878],[-1.087399, 60.3871],[-1.086801, 60.3868],[-1.0851, 60.3865],[-1.0834, 60.3865],[-1.0821, 60.3864],[-1.079501, 60.3875],[-1.0783, 60.3879],[-1.077, 60.3879],[-1.072899, 60.388],[-1.0721, 60.3879],[-1.070799, 60.3876],[-1.070099, 60.3872],[-1.0699, 60.3860],[-1.07, 60.3853],[-1.0703, 60.3848],[-1.0707, 60.3842],[-1.071499, 60.3839],[-1.0721, 60.3838],[-1.0733, 60.3839],[-1.073799, 60.3838],[-1.0739, 60.3835],[-1.0734, 60.3830],[-1.0734, 60.3826],[-1.0736, 60.382],[-1.0742, 60.3816],[-1.077399, 60.3801],[-1.0776, 60.3798],[-1.0775, 60.3791],[-1.077399, 60.3780],[-1.0775, 60.3775],[-1.078701, 60.3756],[-1.078701, 60.3753],[-1.0784, 60.3751],[-1.077399, 60.3749],[-1.076401, 60.3749],[-1.075899, 60.3751],[-1.0755, 60.3755],[-1.0748, 60.3754],[-1.0721, 60.3746],[-1.072001, 60.3743],[-1.0728, 60.3738],[-1.072899, 60.3736],[-1.0725, 60.3731],[-1.0725, 60.3729],[-1.0734, 60.3724],[-1.073501, 60.3722],[-1.0734, 60.3719],[-1.072399, 60.3716],[-1.0721, 60.3713],[-1.0718, 60.3707],[-1.0717, 60.3696],[-1.071401, 60.3655],[-1.073799, 60.3624],[-1.074, 60.3616],[-1.0741, 60.3603],[-1.0739, 60.3594],[-1.0736, 60.3591],[-1.0713, 60.3589],[-1.070899, 60.3587],[-1.070799, 60.3584],[-1.070799, 60.3578],[-1.071001, 60.3576],[-1.0717, 60.3571],[-1.072399, 60.3568],[-1.0728, 60.3567],[-1.0733, 60.3566],[-1.073799, 60.3568],[-1.0747, 60.3577],[-1.0753, 60.3578],[-1.075799, 60.3578],[-1.076001, 60.3576],[-1.076401, 60.357],[-1.0768, 60.3566],[-1.078701, 60.3558],[-1.079599, 60.3553],[-1.082299, 60.3549],[-1.082999, 60.3548],[-1.083901, 60.3548],[-1.0851, 60.3555],[-1.0862, 60.3556],[-1.086601, 60.3554],[-1.0871, 60.3548],[-1.088199, 60.3546],[-1.089301, 60.3546],[-1.090899, 60.3553],[-1.091801, 60.3554],[-1.0928, 60.3555],[-1.094301, 60.3554],[-1.095299, 60.355],[-1.0964, 60.354],[-1.098901, 60.3533],[-1.0994, 60.353],[-1.099599, 60.3525],[-1.099599, 60.3516],[-1.0998, 60.351],[-1.100299, 60.3505],[-1.101001, 60.3502],[-1.103099, 60.3496],[-1.1042, 60.3492],[-1.1048, 60.3487],[-1.106201, 60.3473],[-1.107599, 60.3468],[-1.108901, 60.3463],[-1.1105, 60.3462],[-1.111601, 60.3466],[-1.112, 60.3466],[-1.112399, 60.3464],[-1.1131, 60.3454],[-1.113299, 60.3452],[-1.1138, 60.3451],[-1.114799, 60.3455],[-1.1156, 60.3457],[-1.116201, 60.3458],[-1.1178, 60.3455],[-1.1194, 60.3456],[-1.120499, 60.3457],[-1.1213, 60.3459],[-1.121899, 60.3461],[-1.1224, 60.3464],[-1.1235, 60.3481],[-1.124101, 60.3488],[-1.124699, 60.3494],[-1.125499, 60.35],[-1.128399, 60.3502],[-1.13, 60.3503],[-1.1315, 60.3503],[-1.1322, 60.35],[-1.133999, 60.3488],[-1.1357, 60.3477],[-1.14, 60.3476],[-1.1451, 60.348],[-1.148501, 60.3492],[-1.1526, 60.3506],[-1.153901, 60.3512],[-1.155699, 60.3518],[-1.1576, 60.3522],[-1.1609, 60.3522],[-1.163501, 60.3521],[-1.167001, 60.3521],[-1.1705, 60.3519],[-1.1745, 60.3517],[-1.178501, 60.3516],[-1.1825, 60.3516],[-1.184999, 60.3525],[-1.187299, 60.3527],[-1.189101, 60.3529],[-1.189501, 60.3527],[-1.189501, 60.3524],[-1.187001, 60.3518],[-1.184399, 60.351],[-1.1796, 60.3495],[-1.1782, 60.3487],[-1.176, 60.3473],[-1.172099, 60.3464],[-1.1705, 60.345],[-1.169101, 60.3416],[-1.169301, 60.3375],[-1.1698, 60.335],[-1.1702, 60.3339],[-1.170799, 60.3325],[-1.1713, 60.3318],[-1.1724, 60.3312],[-1.1738, 60.3308],[-1.1738, 60.3305],[-1.172799, 60.33],[-1.1696, 60.3289],[-1.167899, 60.327],[-1.1666, 60.3243],[-1.1661, 60.3233],[-1.165599, 60.3229],[-1.1648, 60.3231],[-1.164199, 60.3234],[-1.163599, 60.3238],[-1.1633, 60.3244],[-1.1626, 60.3257],[-1.1631, 60.3281],[-1.1619, 60.33],[-1.1611, 60.3315],[-1.1605, 60.3322],[-1.1597, 60.3327],[-1.157899, 60.3336],[-1.157699, 60.3339],[-1.157799, 60.3341],[-1.1595, 60.334],[-1.1596, 60.3342],[-1.1594, 60.3344],[-1.158, 60.3348],[-1.1567, 60.3354],[-1.1559, 60.3364],[-1.1547, 60.3371],[-1.1531, 60.3372],[-1.1515, 60.3369],[-1.1504, 60.3358],[-1.149301, 60.3352],[-1.1496, 60.3336],[-1.149199, 60.332],[-1.1483, 60.3305],[-1.147799, 60.3293],[-1.1474, 60.3288],[-1.147099, 60.3286],[-1.1467, 60.3284],[-1.146299, 60.3285],[-1.146001, 60.3289],[-1.145599, 60.3295],[-1.1452, 60.3302],[-1.145, 60.3319],[-1.1446, 60.3321],[-1.141899, 60.332],[-1.140599, 60.3316],[-1.14, 60.3311],[-1.1381, 60.329],[-1.135499, 60.3266],[-1.1351, 60.3257],[-1.1359, 60.3234],[-1.135599, 60.3223],[-1.133901, 60.3206],[-1.132599, 60.3202],[-1.131801, 60.3203],[-1.1309, 60.3214],[-1.1316, 60.3224],[-1.134101, 60.3233],[-1.1338, 60.3243],[-1.132699, 60.3275],[-1.1315, 60.3276],[-1.128299, 60.3268],[-1.1246, 60.3247],[-1.1224, 60.3239],[-1.120399, 60.3234],[-1.1184, 60.3244],[-1.117599, 60.3258],[-1.117, 60.3279],[-1.1164, 60.3281],[-1.113299, 60.3277],[-1.11, 60.3277],[-1.1086, 60.3273],[-1.1078, 60.3269],[-1.107499, 60.3264],[-1.107599, 60.3258],[-1.108199, 60.3251],[-1.108901, 60.324],[-1.108901, 60.3233],[-1.108701, 60.3231],[-1.1077, 60.3226],[-1.107, 60.3224],[-1.101699, 60.3212],[-1.097399, 60.3209],[-1.0934, 60.3233],[-1.091801, 60.3238],[-1.0901, 60.324],[-1.0883, 60.3248],[-1.083901, 60.3254],[-1.080799, 60.3249],[-1.0805, 60.3247],[-1.0806, 60.3243],[-1.081601, 60.3234],[-1.081699, 60.3231],[-1.0812, 60.3229],[-1.0783, 60.3229],[-1.0778, 60.3227],[-1.0777, 60.3223],[-1.078099, 60.3217],[-1.078701, 60.3212],[-1.0805, 60.3203],[-1.083099, 60.3191],[-1.083901, 60.3186],[-1.085199, 60.3184],[-1.086801, 60.3184],[-1.087999, 60.3189],[-1.0883, 60.3188],[-1.0885, 60.3184],[-1.0876, 60.3174],[-1.0876, 60.3170],[-1.087999, 60.3164],[-1.088701, 60.3154],[-1.0892, 60.3148],[-1.0894, 60.3143],[-1.0892, 60.3138],[-1.0885, 60.3129],[-1.0885, 60.3124],[-1.0899, 60.3114],[-1.0901, 60.3111],[-1.0901, 60.3107],[-1.09, 60.3101],[-1.089301, 60.3092],[-1.0877, 60.3083],[-1.0865, 60.3077],[-1.0861, 60.3064],[-1.0856, 60.3059],[-1.0842, 60.3058],[-1.082, 60.3063],[-1.0815, 60.3062],[-1.0813, 60.306],[-1.0813, 60.3058],[-1.0821, 60.3055],[-1.0822, 60.3053],[-1.082, 60.3050],[-1.080899, 60.3049],[-1.0807, 60.3047],[-1.0806, 60.3043],[-1.0806, 60.3039],[-1.081401, 60.3032],[-1.081401, 60.3026],[-1.081601, 60.3018],[-1.0819, 60.3014],[-1.082399, 60.301],[-1.082999, 60.3008],[-1.083901, 60.3006],[-1.0857, 60.3002],[-1.0872, 60.2998],[-1.0879, 60.2999],[-1.088199, 60.3003],[-1.088199, 60.3009],[-1.088199, 60.3017],[-1.0883, 60.3020],[-1.0891, 60.3022],[-1.0898, 60.3022],[-1.0927, 60.3016],[-1.0936, 60.3018],[-1.0948, 60.3028],[-1.095899, 60.3034],[-1.0977, 60.3039],[-1.099, 60.3039],[-1.1, 60.3034],[-1.1013, 60.3027],[-1.103199, 60.3019],[-1.1051, 60.3014],[-1.106699, 60.3017],[-1.1078, 60.3025],[-1.1084, 60.3032],[-1.109699, 60.3032],[-1.114599, 60.3022],[-1.118901, 60.3013],[-1.1221, 60.2997],[-1.1244, 60.2986],[-1.126201, 60.2982],[-1.126601, 60.2979],[-1.1267, 60.2976],[-1.126099, 60.2965],[-1.126099, 60.2961],[-1.1264, 60.2958],[-1.1278, 60.2957],[-1.1292, 60.2955],[-1.1294, 60.2953],[-1.1302, 60.2944],[-1.131201, 60.2936],[-1.1332, 60.2927],[-1.1353, 60.2921],[-1.1407, 60.2899],[-1.1424, 60.2889],[-1.1459, 60.2863],[-1.147099, 60.2858],[-1.149899, 60.2847],[-1.1531, 60.2839],[-1.1537, 60.2837],[-1.1544, 60.2833],[-1.155599, 60.2822],[-1.1572, 60.2808],[-1.1575, 60.2805],[-1.1575, 60.2801],[-1.1574, 60.2795],[-1.1572, 60.279],[-1.156801, 60.2787],[-1.155699, 60.2782],[-1.1545, 60.2779],[-1.151801, 60.2782],[-1.150699, 60.2782],[-1.149899, 60.278],[-1.1479, 60.2778],[-1.147001, 60.2778],[-1.146801, 60.278],[-1.1466, 60.2782],[-1.146299, 60.2787],[-1.146201, 60.2791],[-1.1461, 60.2798],[-1.1457, 60.2802],[-1.1452, 60.2804],[-1.1438, 60.2806],[-1.142799, 60.2807],[-1.1424, 60.2806],[-1.1422, 60.2803],[-1.1423, 60.28],[-1.1431, 60.2792],[-1.144101, 60.2782],[-1.144799, 60.2775],[-1.147001, 60.2765],[-1.148399, 60.2758],[-1.1497, 60.275],[-1.1501, 60.2747],[-1.150699, 60.274],[-1.1511, 60.2733],[-1.1511, 60.2731],[-1.1504, 60.2727],[-1.148, 60.2718],[-1.1481, 60.2716],[-1.1483, 60.2715],[-1.151201, 60.2719],[-1.1519, 60.2721],[-1.1524, 60.2719],[-1.1523, 60.2715],[-1.1509, 60.2711],[-1.149799, 60.2707],[-1.1479, 60.2701],[-1.1461, 60.269],[-1.1459, 60.2685],[-1.1458, 60.2679],[-1.1459, 60.2675],[-1.147001, 60.2661],[-1.147099, 60.2657],[-1.147001, 60.2655],[-1.1465, 60.2653],[-1.1458, 60.2653],[-1.1453, 60.2655],[-1.144, 60.2676],[-1.143901, 60.2681],[-1.144799, 60.271],[-1.1447, 60.2719],[-1.1445, 60.2725],[-1.143901, 60.273],[-1.1429, 60.2729],[-1.1416, 60.2719],[-1.140499, 60.272],[-1.139899, 60.2726],[-1.1364, 60.2738],[-1.1346, 60.2739],[-1.133, 60.2735],[-1.1322, 60.2724],[-1.1309, 60.272],[-1.125, 60.2731],[-1.1235, 60.273],[-1.123199, 60.2727],[-1.1231, 60.2725],[-1.124799, 60.2716],[-1.124799, 60.2714],[-1.124699, 60.2712],[-1.1243, 60.271],[-1.1237, 60.2709],[-1.1215, 60.271],[-1.118299, 60.2713],[-1.1159, 60.2721],[-1.114699, 60.2729],[-1.114799, 60.2735],[-1.1151, 60.2739],[-1.1165, 60.274],[-1.1171, 60.2742],[-1.1174, 60.2745],[-1.1177, 60.275],[-1.118, 60.2756],[-1.1179, 60.276],[-1.1163, 60.2765],[-1.1143, 60.2768],[-1.111899, 60.2761],[-1.1109, 60.2762],[-1.109501, 60.2763],[-1.108099, 60.2761],[-1.106601, 60.2758],[-1.106099, 60.2754],[-1.106099, 60.2747],[-1.106699, 60.2742],[-1.1135, 60.2722],[-1.113901, 60.2717],[-1.114101, 60.271],[-1.113901, 60.2705],[-1.1131, 60.2693],[-1.1121, 60.2677],[-1.1109, 60.2667],[-1.109501, 60.2663],[-1.1085, 60.266],[-1.105399, 60.2668],[-1.101801, 60.2688],[-1.099501, 60.2699],[-1.097, 60.2707],[-1.0956, 60.2708],[-1.095, 60.2707],[-1.094501, 60.2704],[-1.0941, 60.2700],[-1.0944, 60.269],[-1.095299, 60.2681],[-1.095299, 60.2676],[-1.0941, 60.2675],[-1.093701, 60.2670],[-1.093901, 60.2665],[-1.095299, 60.2659],[-1.0963, 60.2652],[-1.0964, 60.265],[-1.0963, 60.2648],[-1.0958, 60.2646],[-1.093701, 60.2643],[-1.093701, 60.2640],[-1.094, 60.2637],[-1.095199, 60.2627],[-1.096699, 60.2618],[-1.0985, 60.2606],[-1.099301, 60.26],[-1.100399, 60.2592],[-1.102, 60.2587],[-1.103799, 60.2585],[-1.1041, 60.2585],[-1.104599, 60.2588],[-1.1051, 60.2593],[-1.105399, 60.2598],[-1.1056, 60.2599],[-1.107399, 60.2594],[-1.108901, 60.2595],[-1.1098, 60.2596],[-1.1109, 60.2603],[-1.111899, 60.2607],[-1.112399, 60.2609],[-1.1129, 60.2609],[-1.1144, 60.2604],[-1.1149, 60.2605],[-1.1157, 60.2611],[-1.116899, 60.2613],[-1.1203, 60.2628],[-1.1231, 60.2632],[-1.1246, 60.2631],[-1.1252, 60.2629],[-1.126001, 60.2623],[-1.1272, 60.2608],[-1.127699, 60.2604],[-1.1292, 60.26],[-1.1316, 60.2596],[-1.139699, 60.2596],[-1.1424, 60.2595],[-1.142599, 60.2593],[-1.142599, 60.2591],[-1.141299, 60.2588],[-1.141201, 60.2584],[-1.141899, 60.2580],[-1.142699, 60.2576],[-1.143, 60.2572],[-1.143299, 60.2566],[-1.1436, 60.2559],[-1.144, 60.2558],[-1.1443, 60.2556],[-1.1445, 60.2553],[-1.1445, 60.2551],[-1.1437, 60.2547],[-1.1437, 60.2544],[-1.144, 60.2540],[-1.1453, 60.2531],[-1.1467, 60.2520],[-1.149, 60.2500],[-1.1519, 60.2497],[-1.1525, 60.2493],[-1.152799, 60.2481],[-1.152699, 60.2475],[-1.1526, 60.2473],[-1.1522, 60.2470],[-1.1516, 60.2469],[-1.1509, 60.2469],[-1.147799, 60.2481],[-1.143399, 60.2496],[-1.1424, 60.2500],[-1.1422, 60.2498],[-1.1436, 60.2486],[-1.1487, 60.2462],[-1.1495, 60.2458],[-1.1494, 60.2445],[-1.149899, 60.2441],[-1.1511, 60.2441],[-1.1517, 60.2441],[-1.1522, 60.2440],[-1.154101, 60.2431],[-1.1567, 60.2429],[-1.1605, 60.2432],[-1.162001, 60.2434],[-1.1647, 60.2433],[-1.167199, 60.2422],[-1.1674, 60.2412],[-1.1667, 60.2401],[-1.167799, 60.2393],[-1.1684, 60.239],[-1.1695, 60.2391],[-1.170699, 60.2396],[-1.172099, 60.2397],[-1.174101, 60.2389],[-1.174999, 60.2388],[-1.1759, 60.2388],[-1.177099, 60.2395],[-1.1774, 60.2410],[-1.177199, 60.243],[-1.1776, 60.2449],[-1.177099, 60.2479],[-1.176601, 60.2496],[-1.1753, 60.2517],[-1.1763, 60.2524],[-1.1763, 60.2528],[-1.176, 60.2531],[-1.173599, 60.2533],[-1.1719, 60.2539],[-1.1695, 60.2554],[-1.165799, 60.2585],[-1.164101, 60.2593],[-1.1634, 60.2602],[-1.1661, 60.2608],[-1.167001, 60.2606],[-1.168599, 60.2596],[-1.1713, 60.2586],[-1.173501, 60.2592],[-1.176, 60.2595],[-1.179, 60.2593],[-1.183501, 60.2592],[-1.185099, 60.2595],[-1.187299, 60.2609],[-1.189, 60.2615],[-1.189999, 60.2607],[-1.188599, 60.2594],[-1.187999, 60.2583],[-1.1892, 60.2567],[-1.191401, 60.2560],[-1.195099, 60.2577],[-1.1957, 60.2585],[-1.1961, 60.2593],[-1.1962, 60.26],[-1.195799, 60.2604],[-1.1933, 60.2613],[-1.1904, 60.2627],[-1.1899, 60.2640],[-1.1899, 60.2652],[-1.190899, 60.2666],[-1.1939, 60.2687],[-1.197199, 60.2696],[-1.197999, 60.2695],[-1.1998, 60.2686],[-1.202399, 60.2677],[-1.205899, 60.2668],[-1.2063, 60.2665],[-1.206699, 60.2662],[-1.206699, 60.266],[-1.2032, 60.2648],[-1.202, 60.2638],[-1.2018, 60.2625],[-1.2026, 60.2595],[-1.203501, 60.2574],[-1.203501, 60.2564],[-1.2032, 60.2553],[-1.2019, 60.2542],[-1.2003, 60.2538],[-1.1969, 60.2536],[-1.1954, 60.2533],[-1.1927, 60.2511],[-1.192299, 60.2497],[-1.1926, 60.2484],[-1.1932, 60.2473],[-1.1925, 60.2465],[-1.1921, 60.2459],[-1.1948, 60.2442],[-1.1984, 60.2429],[-1.2026, 60.2410],[-1.204599, 60.2396],[-1.2069, 60.2383],[-1.210299, 60.2382],[-1.2133, 60.2381],[-1.2169, 60.2375],[-1.223099, 60.2372],[-1.2236, 60.2365],[-1.2229, 60.2353],[-1.223099, 60.2338],[-1.2241, 60.233],[-1.226801, 60.233],[-1.2276, 60.2326],[-1.2279, 60.2319],[-1.2286, 60.2312],[-1.2294, 60.2296],[-1.2291, 60.2295],[-1.2255, 60.2298],[-1.2215, 60.2291],[-1.2185, 60.2286],[-1.214301, 60.2289],[-1.2108, 60.2287],[-1.2091, 60.2287],[-1.2063, 60.2294],[-1.204501, 60.2302],[-1.2012, 60.2319],[-1.1967, 60.2337],[-1.192999, 60.2356],[-1.1917, 60.2358],[-1.1906, 60.2358],[-1.189, 60.2354],[-1.1883, 60.2346],[-1.188599, 60.2336],[-1.188501, 60.2333],[-1.1877, 60.233],[-1.184999, 60.2326],[-1.1847, 60.2322],[-1.1848, 60.2319],[-1.184999, 60.2315],[-1.1877, 60.2308],[-1.1897, 60.2297],[-1.1911, 60.2288],[-1.193701, 60.2281],[-1.1948, 60.2277],[-1.1954, 60.2271],[-1.1954, 60.2267],[-1.195199, 60.2264],[-1.1947, 60.2259],[-1.1946, 60.2255],[-1.1949, 60.2248],[-1.195799, 60.2241],[-1.195899, 60.2238],[-1.1957, 60.2236],[-1.193701, 60.2229],[-1.1927, 60.2226],[-1.1925, 60.2224],[-1.1926, 60.2219],[-1.193701, 60.221],[-1.195799, 60.2191],[-1.1975, 60.2178],[-1.1999, 60.2164],[-1.2012, 60.2154],[-1.202, 60.2144],[-1.2026, 60.2134],[-1.2036, 60.2121],[-1.205, 60.2108],[-1.206001, 60.2098],[-1.206601, 60.2088],[-1.207399, 60.2084],[-1.212999, 60.2060],[-1.213901, 60.2056],[-1.214501, 60.205],[-1.2147, 60.2045],[-1.2154, 60.2025],[-1.2161, 60.202],[-1.218099, 60.2013],[-1.219301, 60.2005],[-1.219501, 60.2001],[-1.2192, 60.1999],[-1.218901, 60.1998],[-1.2186, 60.1998],[-1.216601, 60.2002],[-1.2099, 60.2029],[-1.2054, 60.2033],[-1.202999, 60.2042],[-1.2029, 60.2047],[-1.2033, 60.2052],[-1.2041, 60.2052],[-1.2054, 60.2051],[-1.2057, 60.2057],[-1.205299, 60.2061],[-1.2042, 60.2065],[-1.200799, 60.2059],[-1.197001, 60.2076],[-1.1953, 60.2092],[-1.1956, 60.2106],[-1.1953, 60.2114],[-1.1932, 60.2124],[-1.191401, 60.2134],[-1.1855, 60.2161],[-1.1817, 60.2179],[-1.178701, 60.2203],[-1.1768, 60.2219],[-1.174199, 60.2231],[-1.1702, 60.2238],[-1.1661, 60.2234],[-1.166, 60.223],[-1.166401, 60.2223],[-1.1697, 60.2198],[-1.1702, 60.219],[-1.1703, 60.2185],[-1.1698, 60.218],[-1.169199, 60.2176],[-1.169199, 60.2171],[-1.1696, 60.2167],[-1.174301, 60.2161],[-1.1746, 60.2154],[-1.1756, 60.2144],[-1.1788, 60.2126],[-1.1792, 60.2121],[-1.179101, 60.2116],[-1.1788, 60.2113],[-1.178701, 60.2106],[-1.178599, 60.2099],[-1.1784, 60.2095],[-1.177799, 60.2095],[-1.1747, 60.2103],[-1.1716, 60.2111],[-1.1704, 60.211],[-1.1696, 60.2107],[-1.169399, 60.2104],[-1.1696, 60.2099],[-1.169301, 60.2094],[-1.169301, 60.2092],[-1.1703, 60.2086],[-1.172099, 60.2078],[-1.1753, 60.2071],[-1.178501, 60.2059],[-1.182001, 60.2055],[-1.1847, 60.205],[-1.185199, 60.2044],[-1.185199, 60.2040],[-1.1846, 60.2032],[-1.184301, 60.2025],[-1.1846, 60.2015],[-1.1847, 60.2007],[-1.185699, 60.1997],[-1.185899, 60.1988],[-1.185699, 60.1978],[-1.184999, 60.1973],[-1.184999, 60.1969],[-1.1854, 60.1964],[-1.1877, 60.1961],[-1.1892, 60.1953],[-1.189999, 60.1937],[-1.1906, 60.1928],[-1.192999, 60.1913],[-1.194, 60.1904],[-1.1949, 60.1891],[-1.197299, 60.1869],[-1.201699, 60.1841],[-1.2056, 60.1813],[-1.2091, 60.178],[-1.210199, 60.1776],[-1.2133, 60.1773],[-1.2144, 60.1768],[-1.215899, 60.1761],[-1.217299, 60.1743],[-1.2178, 60.1728],[-1.2177, 60.1721],[-1.2172, 60.1718],[-1.213901, 60.1718],[-1.2121, 60.1722],[-1.2105, 60.1731],[-1.210299, 60.1733],[-1.2111, 60.1737],[-1.2122, 60.1739],[-1.2122, 60.1743],[-1.2104, 60.1748],[-1.2076, 60.1754],[-1.205099, 60.177],[-1.2012, 60.1795],[-1.1961, 60.1812],[-1.1956, 60.1816],[-1.1953, 60.1819],[-1.1954, 60.1823],[-1.197299, 60.1833],[-1.197299, 60.1836],[-1.1967, 60.1837],[-1.1933, 60.1838],[-1.1912, 60.1848],[-1.185099, 60.1875],[-1.1813, 60.1893],[-1.178501, 60.1907],[-1.1775, 60.1921],[-1.170799, 60.1944],[-1.168701, 60.1949],[-1.167799, 60.1962],[-1.165799, 60.1980],[-1.164999, 60.1983],[-1.1637, 60.1985],[-1.162699, 60.199],[-1.162001, 60.1998],[-1.1609, 60.2005],[-1.1597, 60.2006],[-1.156299, 60.2019],[-1.1536, 60.2038],[-1.152799, 60.2039],[-1.1522, 60.2034],[-1.150499, 60.2026],[-1.150499, 60.2021],[-1.1511, 60.2015],[-1.1574, 60.1989],[-1.157699, 60.1984],[-1.1575, 60.1982],[-1.157001, 60.1977],[-1.1569, 60.1972],[-1.157699, 60.1961],[-1.158501, 60.1949],[-1.1588, 60.1937],[-1.159101, 60.1927],[-1.1588, 60.1917],[-1.158599, 60.1908],[-1.1583, 60.1899],[-1.157699, 60.1895],[-1.1569, 60.1892],[-1.1555, 60.1894],[-1.154301, 60.1899],[-1.151, 60.1911],[-1.148, 60.1911],[-1.1472, 60.1911],[-1.146201, 60.1908],[-1.1454, 60.1902],[-1.1458, 60.1892],[-1.148501, 60.1888],[-1.149301, 60.1882],[-1.1537, 60.1841],[-1.1544, 60.1829],[-1.152099, 60.1819],[-1.1519, 60.1815],[-1.1522, 60.1813],[-1.154199, 60.181],[-1.154999, 60.1807],[-1.156401, 60.1786],[-1.156299, 60.1772],[-1.1554, 60.1765],[-1.1544, 60.1754],[-1.154301, 60.175],[-1.1546, 60.1742],[-1.1555, 60.1734],[-1.1566, 60.1733],[-1.159199, 60.1725],[-1.1615, 60.1709],[-1.1626, 60.1699],[-1.162799, 60.1686],[-1.1625, 60.1676],[-1.1605, 60.1664],[-1.1569, 60.163],[-1.1552, 60.1614],[-1.1552, 60.1603],[-1.1551, 60.1598],[-1.1544, 60.1593],[-1.153501, 60.1594],[-1.1532, 60.1602],[-1.152799, 60.1604],[-1.152099, 60.1603],[-1.149899, 60.1596],[-1.1479, 60.1593],[-1.1467, 60.1599],[-1.146001, 60.1603],[-1.144899, 60.1604],[-1.144, 60.16],[-1.1432, 60.1588],[-1.142699, 60.1569],[-1.142001, 60.1549],[-1.141299, 60.1545],[-1.1409, 60.1548],[-1.1402, 60.1548],[-1.139699, 60.1544],[-1.1364, 60.1535],[-1.133299, 60.1519],[-1.1317, 60.1502],[-1.1308, 60.1496],[-1.13, 60.1493],[-1.1299, 60.1491],[-1.1317, 60.1482],[-1.134799, 60.1466],[-1.1353, 60.1459],[-1.135599, 60.1449],[-1.136201, 60.1446],[-1.137001, 60.1448],[-1.1379, 60.1457],[-1.14, 60.1465],[-1.1411, 60.1471],[-1.143, 60.1491],[-1.145, 60.1502],[-1.1479, 60.1499],[-1.152099, 60.1498],[-1.154799, 60.149],[-1.157799, 60.1484],[-1.157899, 60.1472],[-1.157699, 60.1449],[-1.157899, 60.1429],[-1.157699, 60.1420],[-1.1552, 60.1395],[-1.1533, 60.1366],[-1.1522, 60.1352],[-1.151, 60.1345],[-1.150499, 60.1342],[-1.150499, 60.1338],[-1.151201, 60.1334],[-1.1515, 60.1331],[-1.151401, 60.1322],[-1.1515, 60.1316],[-1.1524, 60.1311],[-1.1533, 60.1310],[-1.153399, 60.1306],[-1.153, 60.1302],[-1.1523, 60.1297],[-1.1524, 60.1294],[-1.1529, 60.1291],[-1.1533, 60.1290],[-1.154, 60.1292],[-1.154899, 60.1297],[-1.155699, 60.1299],[-1.1567, 60.1297],[-1.1581, 60.1299],[-1.1589, 60.1311],[-1.1604, 60.1332],[-1.1608, 60.1352],[-1.160699, 60.1378],[-1.1617, 60.1409],[-1.1638, 60.1420],[-1.1646, 60.1416],[-1.167899, 60.1420],[-1.1703, 60.1421],[-1.1709, 60.1416],[-1.172001, 60.1392],[-1.1732, 60.1382],[-1.173599, 60.1371],[-1.172099, 60.1352],[-1.174, 60.1322],[-1.1739, 60.1313],[-1.1723, 60.1282],[-1.170099, 60.1252],[-1.169999, 60.1231],[-1.1704, 60.1218],[-1.171499, 60.1214],[-1.1727, 60.1204],[-1.174199, 60.1204],[-1.175099, 60.1208],[-1.176601, 60.1225],[-1.179101, 60.1235],[-1.1868, 60.1282],[-1.187999, 60.1287],[-1.1892, 60.1283],[-1.1907, 60.1283],[-1.193799, 60.1295],[-1.197199, 60.1309],[-1.1989, 60.1317],[-1.201401, 60.1317],[-1.2021, 60.1313],[-1.2018, 60.1306],[-1.201601, 60.1296],[-1.2028, 60.1289],[-1.2033, 60.1283],[-1.2042, 60.1274],[-1.2041, 60.1259],[-1.2042, 60.1253],[-1.2041, 60.1244],[-1.2033, 60.1238],[-1.2007, 60.1233],[-1.1968, 60.1211],[-1.1956, 60.1205],[-1.1932, 60.1197],[-1.192199, 60.1191],[-1.1925, 60.1182],[-1.1932, 60.1172],[-1.1942, 60.1162],[-1.1948, 60.1154],[-1.1953, 60.1132],[-1.196401, 60.1113],[-1.197399, 60.109],[-1.1978, 60.1072],[-1.1982, 60.1066],[-1.199, 60.1066],[-1.199399, 60.1073],[-1.1998, 60.1077],[-1.2006, 60.108],[-1.2026, 60.1083],[-1.2032, 60.1081],[-1.2034, 60.1076],[-1.2034, 60.1071],[-1.2029, 60.1063],[-1.2029, 60.1058],[-1.2033, 60.1057],[-1.205099, 60.1054],[-1.2068, 60.1048],[-1.209399, 60.1031],[-1.2128, 60.1023],[-1.2192, 60.1024],[-1.2228, 60.1014],[-1.223099, 60.1009],[-1.222399, 60.0996],[-1.221601, 60.0986],[-1.2205, 60.0984],[-1.2186, 60.0981],[-1.217499, 60.0973],[-1.2165, 60.0961],[-1.215, 60.0952],[-1.212499, 60.0945],[-1.2098, 60.0942],[-1.208701, 60.0936],[-1.208799, 60.093],[-1.2091, 60.0926],[-1.209, 60.0924],[-1.208099, 60.0919],[-1.2054, 60.0905],[-1.2054, 60.09],[-1.205899, 60.0882],[-1.205899, 60.0876],[-1.2054, 60.0865],[-1.2055, 60.0857],[-1.2065, 60.0852],[-1.2083, 60.0837],[-1.211699, 60.0837],[-1.211699, 60.0834],[-1.211401, 60.083],[-1.21, 60.0826],[-1.209301, 60.0819],[-1.208901, 60.0810],[-1.209, 60.0807],[-1.209501, 60.0801],[-1.2097, 60.0796],[-1.2097, 60.0787],[-1.2097, 60.0782],[-1.210199, 60.0774],[-1.211001, 60.077],[-1.214, 60.0760],[-1.2156, 60.0749],[-1.215899, 60.0736],[-1.2156, 60.0730],[-1.2144, 60.0726],[-1.212399, 60.0727],[-1.211801, 60.0733],[-1.2092, 60.0737],[-1.2077, 60.0737],[-1.2061, 60.0737],[-1.205799, 60.0734],[-1.2063, 60.0731],[-1.2084, 60.0719],[-1.2084, 60.0714],[-1.207999, 60.0708],[-1.208099, 60.0701],[-1.208701, 60.0694],[-1.2086, 60.0689],[-1.2079, 60.0684],[-1.2076, 60.0679],[-1.2077, 60.0674],[-1.210199, 60.0668],[-1.210199, 60.0659],[-1.2099, 60.0657],[-1.2092, 60.0652],[-1.2077, 60.0649],[-1.2072, 60.0644],[-1.2061, 60.0616],[-1.2056, 60.0612],[-1.2036, 60.0606],[-1.202299, 60.0602],[-1.201601, 60.06],[-1.201001, 60.06],[-1.200099, 60.0593],[-1.1998, 60.0586],[-1.1998, 60.0578],[-1.1992, 60.0571],[-1.198501, 60.0567],[-1.1977, 60.0566],[-1.197199, 60.0563],[-1.197001, 60.0552],[-1.1989, 60.052],[-1.1996, 60.0496],[-1.199501, 60.0483],[-1.1986, 60.0475],[-1.195, 60.0455],[-1.191401, 60.044],[-1.185199, 60.0427],[-1.1828, 60.0417],[-1.180699, 60.0412],[-1.178599, 60.0412],[-1.177199, 60.0416],[-1.1763, 60.0422],[-1.1755, 60.0427],[-1.1738, 60.0428],[-1.172001, 60.0426],[-1.170599, 60.0422],[-1.169999, 60.0416],[-1.169899, 60.0409],[-1.170699, 60.0407],[-1.1719, 60.0407],[-1.172199, 60.0402],[-1.173, 60.039],[-1.173, 60.0386],[-1.1726, 60.0379],[-1.172199, 60.0371],[-1.1724, 60.0365],[-1.1727, 60.0363],[-1.1733, 60.0365],[-1.1752, 60.0376],[-1.176401, 60.0379],[-1.178599, 60.0379],[-1.1826, 60.038],[-1.186601, 60.0378],[-1.188501, 60.0376],[-1.190199, 60.0379],[-1.1982, 60.0384],[-1.201699, 60.038],[-1.2029, 60.0367],[-1.2049, 60.0359],[-1.2056, 60.036],[-1.205799, 60.0361],[-1.2055, 60.0368],[-1.205899, 60.0372],[-1.206699, 60.0373],[-1.2078, 60.0373],[-1.208501, 60.0375],[-1.2092, 60.0386],[-1.2097, 60.0398],[-1.2099, 60.0411],[-1.209599, 60.0415],[-1.208799, 60.0416],[-1.205899, 60.0416],[-1.2054, 60.0422],[-1.205199, 60.0427],[-1.205, 60.0447],[-1.2056, 60.047],[-1.206401, 60.0476],[-1.207, 60.0473],[-1.2072, 60.0464],[-1.2076, 60.0451],[-1.209399, 60.0441],[-1.2122, 60.0438],[-1.2129, 60.0433],[-1.2129, 60.0425],[-1.2126, 60.042],[-1.2129, 60.0411],[-1.2135, 60.0397],[-1.2136, 60.0389],[-1.2134, 60.0384],[-1.2126, 60.0376],[-1.2115, 60.0361],[-1.2115, 60.0357],[-1.211601, 60.035],[-1.2127, 60.0343],[-1.2136, 60.0341],[-1.2147, 60.0341],[-1.216001, 60.034],[-1.2165, 60.0335],[-1.217, 60.0332],[-1.2176, 60.033],[-1.218, 60.0332],[-1.2185, 60.0336],[-1.2191, 60.034],[-1.22, 60.0338],[-1.2227, 60.0336],[-1.224599, 60.0337],[-1.2269, 60.0343],[-1.228199, 60.0343],[-1.2292, 60.0342],[-1.2302, 60.0337],[-1.2307, 60.0331],[-1.2309, 60.0293],[-1.2307, 60.0284],[-1.23, 60.0274],[-1.228701, 60.0252],[-1.2279, 60.0225],[-1.2269, 60.022],[-1.224599, 60.021],[-1.224599, 60.0198],[-1.225299, 60.0193],[-1.226001, 60.0191],[-1.2259, 60.0187],[-1.2251, 60.0185],[-1.224301, 60.0180],[-1.2236, 60.0175],[-1.2223, 60.0173],[-1.2214, 60.0169],[-1.2207, 60.0163],[-1.220199, 60.0144],[-1.220199, 60.0130],[-1.2208, 60.0122],[-1.2212, 60.0115],[-1.2213, 60.0100],[-1.2208, 60.0090],[-1.22, 60.0083],[-1.2191, 60.0078],[-1.2154, 60.0071],[-1.2142, 60.0062],[-1.213799, 60.0054],[-1.2136, 60.0046],[-1.2134, 60.0027],[-1.213099, 60.0021],[-1.2127, 60.0016],[-1.2121, 60.0008],[-1.2112, 59.9998],[-1.209599, 59.9982],[-1.207399, 59.9968],[-1.2028, 59.9946],[-1.199, 59.9925],[-1.197299, 59.992],[-1.1967, 59.991],[-1.196401, 59.9903],[-1.1968, 59.9901],[-1.1978, 59.9899],[-1.1984, 59.9897],[-1.2006, 59.9888],[-1.2057, 59.9862],[-1.2061, 59.9851],[-1.206001, 59.9837],[-1.204399, 59.9831],[-1.2048, 59.982],[-1.2033, 59.9804],[-1.202999, 59.9792],[-1.2018, 59.9789],[-1.2019, 59.978],[-1.2025, 59.9774],[-1.203799, 59.9769],[-1.203901, 59.9764],[-1.2034, 59.9759],[-1.2019, 59.9756],[-1.200899, 59.975],[-1.2007, 59.9747],[-1.200899, 59.9743],[-1.202199, 59.9736],[-1.2033, 59.9731],[-1.2036, 59.9721],[-1.204399, 59.9718],[-1.205199, 59.9717],[-1.2065, 59.9723],[-1.207999, 59.9732],[-1.2084, 59.974],[-1.209301, 59.9748],[-1.2104, 59.9751],[-1.211699, 59.9746],[-1.212499, 59.9747],[-1.213099, 59.9752],[-1.2135, 59.9759],[-1.2133, 59.9765],[-1.2122, 59.9778],[-1.211801, 59.9789],[-1.211401, 59.9804],[-1.2108, 59.9817],[-1.209301, 59.9832],[-1.209399, 59.9841],[-1.2104, 59.9848],[-1.2126, 59.9856],[-1.2147, 59.9854],[-1.2154, 59.9856],[-1.2155, 59.9861],[-1.2151, 59.9872],[-1.2148, 59.9879],[-1.214501, 59.9888],[-1.215, 59.9896],[-1.216401, 59.9908],[-1.217299, 59.9941],[-1.2185, 59.9950],[-1.2201, 59.9952],[-1.222499, 59.9957],[-1.2259, 59.9952],[-1.2269, 59.9947],[-1.227399, 59.9937],[-1.227499, 59.9927],[-1.2278, 59.9914],[-1.228701, 59.9903],[-1.228701, 59.9887],[-1.2294, 59.9875],[-1.2307, 59.9864],[-1.2307, 59.9854],[-1.229501, 59.9838],[-1.2299, 59.9835],[-1.231201, 59.984],[-1.231899, 59.9839],[-1.2321, 59.9832],[-1.2313, 59.9825],[-1.231099, 59.9816],[-1.2322, 59.9812],[-1.234501, 59.9822],[-1.238901, 59.9828],[-1.2407, 59.9829],[-1.241001, 59.9834],[-1.239799, 59.9847],[-1.2385, 59.986],[-1.238, 59.9866],[-1.238, 59.9871],[-1.238999, 59.9874],[-1.240299, 59.988],[-1.2406, 59.9894],[-1.2399, 59.9904],[-1.2399, 59.9909],[-1.2407, 59.9917],[-1.241001, 59.9923],[-1.2434, 59.9925],[-1.2444, 59.9927],[-1.248399, 59.9938],[-1.2493, 59.9945],[-1.2496, 59.9958],[-1.249699, 59.9967],[-1.25, 59.9971],[-1.2507, 59.9974],[-1.251899, 59.9973],[-1.2536, 59.9967],[-1.2552, 59.9959],[-1.2557, 59.9939],[-1.254799, 59.9924],[-1.254799, 59.9917],[-1.256001, 59.9916],[-1.258, 59.9919],[-1.258501, 59.9917],[-1.2581, 59.9904],[-1.258299, 59.9894],[-1.2593, 59.9889],[-1.2622, 59.9894],[-1.2659, 59.9902],[-1.2695, 59.9914],[-1.2729, 59.9919],[-1.2746, 59.9914],[-1.2754, 59.9904],[-1.275499, 59.9896],[-1.272699, 59.9887],[-1.270499, 59.9885],[-1.2688, 59.9876],[-1.268, 59.9868],[-1.266401, 59.9846],[-1.266801, 59.9822],[-1.266801, 59.981],[-1.2665, 59.9796],[-1.266201, 59.9777],[-1.2646, 59.9766],[-1.2621, 59.9753],[-1.259101, 59.9745],[-1.2573, 59.9752],[-1.256899, 59.977],[-1.256001, 59.9772],[-1.2529, 59.9763],[-1.2515, 59.9764],[-1.2513, 59.9761],[-1.2529, 59.975],[-1.2538, 59.9742],[-1.2544, 59.9731],[-1.254501, 59.9716],[-1.255, 59.9706],[-1.256001, 59.9708],[-1.2572, 59.9706],[-1.2587, 59.9706],[-1.2593, 59.9703],[-1.2596, 59.9694],[-1.2594, 59.9688],[-1.2578, 59.9679],[-1.2572, 59.9674],[-1.257699, 59.9669],[-1.258399, 59.9661],[-1.260399, 59.9656],[-1.260599, 59.9652],[-1.2603, 59.9649],[-1.257699, 59.964],[-1.2559, 59.9626],[-1.255599, 59.9617],[-1.2553, 59.9608],[-1.253299, 59.9574],[-1.2529, 59.9565],[-1.2528, 59.9553],[-1.253399, 59.9543],[-1.2543, 59.9538],[-1.259799, 59.9521],[-1.2616, 59.9517],[-1.2628, 59.9503],[-1.263299, 59.9490],[-1.2636, 59.9480],[-1.2617, 59.9466],[-1.2616, 59.9453],[-1.2614, 59.9449],[-1.2611, 59.9449],[-1.259501, 59.9449],[-1.2579, 59.9439],[-1.256801, 59.9418],[-1.2581, 59.941],[-1.258999, 59.9400],[-1.258399, 59.9394],[-1.257001, 59.9390],[-1.2559, 59.9388],[-1.2558, 59.9376],[-1.2557, 59.9354],[-1.256099, 59.9345],[-1.2572, 59.9343],[-1.2601, 59.9340],[-1.2614, 59.9335],[-1.2654, 59.9325],[-1.266001, 59.9319],[-1.266299, 59.9304],[-1.266299, 59.927],[-1.2688, 59.9214],[-1.2693, 59.9209],[-1.2704, 59.9201],[-1.272099, 59.9195],[-1.2746, 59.9196],[-1.2765, 59.9199],[-1.2788, 59.9208],[-1.279899, 59.9209],[-1.2851, 59.9211],[-1.2869, 59.9217],[-1.287699, 59.923],[-1.2882, 59.9234],[-1.288599, 59.9232],[-1.288501, 59.9225],[-1.2881, 59.9218],[-1.2876, 59.9215],[-1.286801, 59.9208],[-1.2858, 59.9201],[-1.2859, 59.919],[-1.285699, 59.9182],[-1.2848, 59.9174],[-1.283599, 59.916],[-1.283501, 59.9149],[-1.282899, 59.9143],[-1.281801, 59.914],[-1.278501, 59.9136],[-1.274, 59.9121],[-1.2711, 59.9112],[-1.267099, 59.9099],[-1.266401, 59.9096],[-1.2661, 59.9091],[-1.266299, 59.9082],[-1.267099, 59.9078],[-1.268501, 59.9083],[-1.2693, 59.9083],[-1.2696, 59.908],[-1.2695, 59.9076],[-1.2688, 59.9073],[-1.267599, 59.9061],[-1.2672, 59.9054],[-1.2674, 59.9048],[-1.268501, 59.9046],[-1.269101, 59.9043],[-1.269199, 59.9035],[-1.2696, 59.9031],[-1.2707, 59.9029],[-1.271299, 59.9024],[-1.2711, 59.9018],[-1.270599, 59.9012],[-1.2707, 59.9007],[-1.271201, 59.9002],[-1.2709, 59.8998],[-1.2704, 59.8998],[-1.268901, 59.9002],[-1.2682, 59.9001],[-1.267799, 59.8995],[-1.267799, 59.8989],[-1.269, 59.8991],[-1.2703, 59.8988],[-1.271801, 59.8976],[-1.2731, 59.8964],[-1.2737, 59.8949],[-1.273, 59.8928],[-1.269899, 59.8904],[-1.269, 59.8898],[-1.268501, 59.8891],[-1.268501, 59.8883],[-1.2693, 59.8876],[-1.2696, 59.8866],[-1.2703, 59.8861],[-1.2726, 59.8858],[-1.2737, 59.8852],[-1.2772, 59.8860],[-1.279, 59.8859],[-1.2795, 59.8857],[-1.2805, 59.8844],[-1.2811, 59.8842],[-1.281801, 59.8844],[-1.2822, 59.8848],[-1.2824, 59.8856],[-1.283, 59.8858],[-1.284, 59.8857],[-1.2873, 59.8866],[-1.289999, 59.8868],[-1.294199, 59.8857],[-1.2968, 59.8846],[-1.2975, 59.8838],[-1.2974, 59.8832],[-1.2968, 59.8828],[-1.295099, 59.8822],[-1.2926, 59.8823],[-1.290599, 59.8831],[-1.287699, 59.8833],[-1.2859, 59.8827],[-1.2839, 59.8824],[-1.282899, 59.8819],[-1.2824, 59.8816],[-1.282001, 59.8809],[-1.2817, 59.8802],[-1.2816, 59.8790],[-1.2819, 59.8777],[-1.2822, 59.8767],[-1.2825, 59.8758],[-1.2826, 59.8749],[-1.2824, 59.8744],[-1.2822, 59.8742],[-1.281, 59.8739],[-1.2794, 59.8736],[-1.2782, 59.8736],[-1.2776, 59.8737],[-1.2772, 59.874],[-1.2767, 59.8750],[-1.276401, 59.8752],[-1.2747, 59.8758],[-1.274199, 59.8762],[-1.2736, 59.8767],[-1.2729, 59.877],[-1.270499, 59.8774],[-1.269101, 59.8774],[-1.268, 59.8771],[-1.2674, 59.8768],[-1.267099, 59.8765],[-1.267001, 59.8762],[-1.2672, 59.8757],[-1.2675, 59.8754],[-1.2696, 59.874],[-1.269799, 59.8736],[-1.2701, 59.8728],[-1.2704, 59.8718],[-1.2707, 59.8709],[-1.2711, 59.8701],[-1.271801, 59.8692],[-1.272001, 59.8685],[-1.2717, 59.8675],[-1.271299, 59.8669],[-1.2704, 59.8657],[-1.269899, 59.8647],[-1.2697, 59.8637],[-1.268901, 59.8606],[-1.2686, 59.8595],[-1.268501, 59.8585],[-1.2682, 59.8564],[-1.2682, 59.8551],[-1.268399, 59.8548],[-1.2687, 59.8547],[-1.2695, 59.8546],[-1.2704, 59.8546],[-1.2709, 59.8546],[-1.2716, 59.8548],[-1.2723, 59.8551],[-1.273, 59.8555],[-1.2746, 59.8569],[-1.276, 59.8582],[-1.276299, 59.8585],[-1.2766, 59.8589],[-1.276801, 59.8596],[-1.277001, 59.86],[-1.2774, 59.8606],[-1.279899, 59.8623],[-1.2833, 59.8648],[-1.285699, 59.8671],[-1.2874, 59.8688],[-1.2897, 59.8699],[-1.2897, 59.8704],[-1.2888, 59.8714],[-1.286201, 59.8718],[-1.286201, 59.8722],[-1.287199, 59.8734],[-1.289101, 59.8747],[-1.291201, 59.8756],[-1.294199, 59.8762],[-1.296201, 59.8762],[-1.2977, 59.8759],[-1.298599, 59.8756],[-1.2997, 59.8751],[-1.3005, 59.8746],[-1.300799, 59.8738],[-1.300799, 59.8730],[-1.3004, 59.8721],[-1.299199, 59.8709],[-1.298501, 59.8703],[-1.2984, 59.8701],[-1.298599, 59.8699],[-1.2998, 59.8698],[-1.3005, 59.8694],[-1.301, 59.8689],[-1.3017, 59.8688],[-1.3026, 59.8689],[-1.303501, 59.8688],[-1.3039, 59.8687],[-1.304101, 59.8686],[-1.3042, 59.8683],[-1.304101, 59.8675],[-1.3045, 59.8669],[-1.3046, 59.8666],[-1.3045, 59.8663],[-1.3039, 59.8656],[-1.3038, 59.8644],[-1.3032, 59.8636],[-1.302999, 59.8628],[-1.302899, 59.8626],[-1.302899, 59.8624],[-1.3031, 59.8623],[-1.303599, 59.8625],[-1.304301, 59.8627],[-1.3047, 59.8626],[-1.3049, 59.8623],[-1.3049, 59.862],[-1.3045, 59.8612],[-1.3045, 59.8608],[-1.3048, 59.8604],[-1.3053, 59.8598],[-1.3054, 59.8595],[-1.3053, 59.859],[-1.3056, 59.8588],[-1.307299, 59.8588],[-1.3078, 59.8586],[-1.3082, 59.8574],[-1.308701, 59.8571],[-1.309399, 59.8569],[-1.3099, 59.857],[-1.310199, 59.8576],[-1.310099, 59.8581],[-1.3096, 59.8586],[-1.309101, 59.8593],[-1.308701, 59.8602],[-1.3077, 59.8615],[-1.3075, 59.8616],[-1.307299, 59.8618],[-1.307299, 59.862],[-1.3077, 59.8623],[-1.3076, 59.8626],[-1.307299, 59.8629],[-1.307299, 59.8633],[-1.307899, 59.8635],[-1.3084, 59.8638],[-1.3083, 59.8642],[-1.307999, 59.8646],[-1.3082, 59.8649],[-1.308701, 59.8651],[-1.3096, 59.8651],[-1.310199, 59.8651],[-1.3105, 59.8653],[-1.3105, 59.8656],[-1.310199, 59.8666],[-1.310199, 59.867],[-1.310799, 59.8676],[-1.311601, 59.8682],[-1.312899, 59.8688],[-1.313701, 59.8694],[-1.3139, 59.8701],[-1.3139, 59.8707],[-1.313599, 59.8714],[-1.312199, 59.8725],[-1.3103, 59.8731],[-1.310099, 59.8735],[-1.309999, 59.8748],[-1.3097, 59.8757],[-1.3088, 59.8766],[-1.307001, 59.8774],[-1.3056, 59.8787],[-1.3048, 59.8795],[-1.304301, 59.8807],[-1.304101, 59.8814],[-1.304101, 59.8822],[-1.304301, 59.8826],[-1.3049, 59.8832],[-1.307001, 59.8844],[-1.3098, 59.8857],[-1.3105, 59.8864],[-1.310799, 59.8873],[-1.310899, 59.8885],[-1.310699, 59.8904],[-1.310899, 59.8906],[-1.311401, 59.8908],[-1.3138, 59.8912],[-1.314301, 59.8916],[-1.315099, 59.8927],[-1.3154, 59.8934],[-1.315799, 59.8951],[-1.315799, 59.8967],[-1.316499, 59.8975],[-1.3184, 59.8983],[-1.3228, 59.8991],[-1.3278, 59.8994],[-1.333799, 59.8992],[-1.335, 59.8991],[-1.337399, 59.8986],[-1.3386, 59.8982],[-1.3401, 59.8977],[-1.341601, 59.8966],[-1.3422, 59.8961],[-1.343099, 59.8956],[-1.343901, 59.8946],[-1.3441, 59.8935],[-1.344, 59.8928],[-1.343701, 59.8920],[-1.3435, 59.8915],[-1.3428, 59.8909],[-1.342499, 59.8905],[-1.342399, 59.8900],[-1.3426, 59.8890],[-1.3436, 59.8882],[-1.345, 59.8865],[-1.345399, 59.8859],[-1.3455, 59.8855],[-1.346099, 59.8852],[-1.346699, 59.8851],[-1.3472, 59.8846],[-1.347399, 59.8839],[-1.348099, 59.8834],[-1.349, 59.8835],[-1.349599, 59.8838],[-1.350299, 59.8848],[-1.3512, 59.8854],[-1.3523, 59.8861],[-1.3541, 59.8876],[-1.3551, 59.8894],[-1.3559, 59.8914],[-1.356699, 59.8934],[-1.3571, 59.8938],[-1.358, 59.8941],[-1.3592, 59.8941],[-1.36, 59.8939],[-1.361899, 59.8925],[-1.363701, 59.8909],[-1.364699, 59.8911],[-1.3659, 59.8915],[-1.3674, 59.8911],[-1.3693, 59.8912],[-1.3709, 59.8904],[-1.3722, 59.8896],[-1.373299, 59.8887],[-1.3743, 59.8886],[-1.3757, 59.8889],[-1.379101, 59.8898],[-1.3815, 59.8914],[-1.381899, 59.8921],[-1.3817, 59.8927],[-1.3809, 59.8933],[-1.3785, 59.8939],[-1.3782, 59.8941],[-1.3782, 59.8943],[-1.378399, 59.8948],[-1.378901, 59.8956],[-1.379699, 59.8963],[-1.3814, 59.8976],[-1.3822, 59.8984],[-1.382599, 59.8997],[-1.383, 59.9024],[-1.384799, 59.9041],[-1.385599, 59.9052],[-1.3858, 59.9068],[-1.3858, 59.9093],[-1.3865, 59.9104],[-1.3873, 59.9112],[-1.389101, 59.9123],[-1.3893, 59.9128],[-1.3893, 59.9139],[-1.388999, 59.9144],[-1.3879, 59.9147],[-1.3853, 59.9147],[-1.381201, 59.9142],[-1.379101, 59.9141],[-1.3785, 59.9147],[-1.378299, 59.9159],[-1.3781, 59.9163],[-1.3779, 59.9164],[-1.376801, 59.9161],[-1.374699, 59.916],[-1.371801, 59.9166],[-1.3667, 59.9169],[-1.3624, 59.92],[-1.3623, 59.9206],[-1.3631, 59.9215],[-1.3656, 59.9239],[-1.368199, 59.9249],[-1.368999, 59.9252],[-1.368999, 59.9254],[-1.3665, 59.926],[-1.365499, 59.9264],[-1.364501, 59.9282],[-1.364101, 59.9286],[-1.362, 59.931],[-1.361899, 59.9323],[-1.362, 59.9324],[-1.3628, 59.9327],[-1.365499, 59.9328],[-1.3677, 59.9324],[-1.369101, 59.9325],[-1.369599, 59.9328],[-1.3699, 59.9333],[-1.369799, 59.9337],[-1.368999, 59.9340],[-1.365499, 59.9338],[-1.3643, 59.9355],[-1.363, 59.9372],[-1.3621, 59.9383],[-1.3615, 59.9390],[-1.3615, 59.9400],[-1.361699, 59.9403],[-1.361801, 59.9407],[-1.3615, 59.9412],[-1.361601, 59.9419],[-1.361899, 59.9423],[-1.3621, 59.9428],[-1.362, 59.9432],[-1.361001, 59.9443],[-1.361001, 59.9445],[-1.3613, 59.9451],[-1.3624, 59.9454],[-1.3628, 59.9458],[-1.3627, 59.9463],[-1.361899, 59.9471],[-1.361099, 59.9471],[-1.360399, 59.9470],[-1.359699, 59.9463],[-1.358901, 59.9451],[-1.357399, 59.9448],[-1.353901, 59.9442],[-1.3521, 59.9429],[-1.3512, 59.9430],[-1.350399, 59.9436],[-1.349501, 59.9438],[-1.3486, 59.9438],[-1.347, 59.9438],[-1.3462, 59.9435],[-1.3458, 59.9432],[-1.345, 59.9429],[-1.344, 59.9429],[-1.3436, 59.9430],[-1.3435, 59.9433],[-1.3441, 59.9438],[-1.345, 59.9441],[-1.345299, 59.9443],[-1.3455, 59.9448],[-1.345199, 59.9453],[-1.344501, 59.9456],[-1.343901, 59.9457],[-1.342499, 59.9455],[-1.341801, 59.9454],[-1.3413, 59.9458],[-1.3413, 59.9463],[-1.341801, 59.9475],[-1.342499, 59.9480],[-1.3426, 59.9484],[-1.342299, 59.9488],[-1.341401, 59.9491],[-1.3394, 59.9490],[-1.338901, 59.9488],[-1.3386, 59.9483],[-1.338901, 59.9472],[-1.338901, 59.9466],[-1.3384, 59.9462],[-1.3362, 59.9458],[-1.332299, 59.9459],[-1.328701, 59.9466],[-1.3282, 59.9472],[-1.328099, 59.9478],[-1.327999, 59.9492],[-1.327999, 59.9498],[-1.3286, 59.9504],[-1.328701, 59.9510],[-1.3283, 59.9518],[-1.3277, 59.9526],[-1.3276, 59.9529],[-1.3278, 59.9534],[-1.328701, 59.9539],[-1.329599, 59.9542],[-1.3306, 59.9540],[-1.333799, 59.9526],[-1.334599, 59.9529],[-1.3351, 59.9532],[-1.335299, 59.9535],[-1.335299, 59.9540],[-1.3351, 59.9556],[-1.334599, 59.9566],[-1.3336, 59.9569],[-1.3332, 59.9572],[-1.3333, 59.9578],[-1.333501, 59.9581],[-1.333701, 59.9585],[-1.3336, 59.9589],[-1.3328, 59.9603],[-1.332399, 59.9612],[-1.3321, 59.9620],[-1.3306, 59.9628],[-1.3305, 59.9632],[-1.330799, 59.9636],[-1.330799, 59.964],[-1.3306, 59.9643],[-1.328701, 59.9652],[-1.328701, 59.9655],[-1.329, 59.9657],[-1.329501, 59.966],[-1.3297, 59.9668],[-1.330199, 59.9683],[-1.3306, 59.9691],[-1.3313, 59.9694],[-1.3342, 59.9695],[-1.3376, 59.9696],[-1.339501, 59.9696],[-1.3412, 59.9691],[-1.341401, 59.9685],[-1.3411, 59.9678],[-1.3412, 59.9674],[-1.3415, 59.9672],[-1.342499, 59.9673],[-1.344301, 59.9677],[-1.3479, 59.9682],[-1.3501, 59.9686],[-1.353199, 59.9685],[-1.354599, 59.9684],[-1.3564, 59.9686],[-1.357499, 59.9686],[-1.3591, 59.9689],[-1.3594, 59.9691],[-1.359501, 59.9694],[-1.3594, 59.9698],[-1.357499, 59.9704],[-1.3573, 59.9707],[-1.3573, 59.9712],[-1.357399, 59.9723],[-1.3572, 59.973],[-1.356699, 59.9732],[-1.3548, 59.9731],[-1.353999, 59.9726],[-1.3527, 59.9722],[-1.3519, 59.9723],[-1.3513, 59.9725],[-1.350299, 59.973],[-1.3498, 59.9737],[-1.3499, 59.9739],[-1.350299, 59.9742],[-1.353, 59.9746],[-1.353099, 59.9748],[-1.353099, 59.975],[-1.3522, 59.9756],[-1.351801, 59.9761],[-1.3528, 59.9768],[-1.3541, 59.9777],[-1.3541, 59.9783],[-1.353799, 59.979],[-1.353, 59.9803],[-1.3523, 59.9803],[-1.3508, 59.9796],[-1.3498, 59.9796],[-1.349301, 59.9793],[-1.348199, 59.9781],[-1.3469, 59.9772],[-1.3444, 59.9753],[-1.3433, 59.9745],[-1.3422, 59.974],[-1.34, 59.9735],[-1.338199, 59.9726],[-1.3377, 59.9719],[-1.3378, 59.9711],[-1.3376, 59.9708],[-1.3371, 59.9707],[-1.335299, 59.9706],[-1.3321, 59.9706],[-1.329501, 59.9711],[-1.3283, 59.972],[-1.3278, 59.9729],[-1.327299, 59.9746],[-1.3271, 59.9752],[-1.326499, 59.9766],[-1.326001, 59.9773],[-1.326001, 59.9776],[-1.3263, 59.9778],[-1.3271, 59.9778],[-1.329301, 59.978],[-1.3307, 59.9783],[-1.3328, 59.9793],[-1.3347, 59.981],[-1.3351, 59.9818],[-1.3351, 59.9821],[-1.3349, 59.9824],[-1.3334, 59.9826],[-1.3332, 59.9828],[-1.3333, 59.9832],[-1.334599, 59.9835],[-1.3358, 59.985],[-1.3371, 59.9866],[-1.337499, 59.988],[-1.3383, 59.9905],[-1.338799, 59.9912],[-1.339599, 59.9926],[-1.340199, 59.994],[-1.3407, 59.9945],[-1.3422, 59.9947],[-1.343, 59.9950],[-1.344, 59.9961],[-1.344301, 59.9967],[-1.344599, 59.9975],[-1.344501, 59.9980],[-1.3441, 59.9985],[-1.341001, 59.9994],[-1.3413, 60.0002],[-1.341401, 60.0008],[-1.3407, 60.0015],[-1.34, 60.0021],[-1.34, 60.0028],[-1.3397, 60.0031],[-1.338701, 60.0032],[-1.336401, 60.0033],[-1.3349, 60.0037],[-1.333799, 60.0040],[-1.3332, 60.0046],[-1.3332, 60.0051],[-1.333799, 60.0056],[-1.333799, 60.0061],[-1.333099, 60.0066],[-1.3327, 60.0074],[-1.3315, 60.0081],[-1.3312, 60.0096],[-1.330899, 60.0101],[-1.330099, 60.0103],[-1.329, 60.0098],[-1.328501, 60.0076],[-1.328701, 60.0065],[-1.3284, 60.0058],[-1.3275, 60.0055],[-1.3249, 60.0054],[-1.3232, 60.0058],[-1.3213, 60.0079],[-1.3204, 60.0090],[-1.320199, 60.0097],[-1.320199, 60.0105],[-1.3198, 60.0111],[-1.317199, 60.0127],[-1.316601, 60.0132],[-1.316499, 60.0136],[-1.3177, 60.0138],[-1.3184, 60.0139],[-1.3199, 60.0144],[-1.3206, 60.0152],[-1.321001, 60.0159],[-1.320799, 60.0167],[-1.3183, 60.0176],[-1.318099, 60.0183],[-1.3184, 60.0188],[-1.3197, 60.0193],[-1.3196, 60.0198],[-1.317999, 60.021],[-1.3168, 60.0219],[-1.316499, 60.0224],[-1.316499, 60.0228],[-1.317299, 60.0238],[-1.317199, 60.0249],[-1.3162, 60.0262],[-1.314301, 60.027],[-1.313701, 60.0277],[-1.3133, 60.0283],[-1.3113, 60.0296],[-1.3112, 60.0306],[-1.3105, 60.0314],[-1.3084, 60.0325],[-1.3077, 60.033],[-1.3078, 60.0333],[-1.3089, 60.0336],[-1.3088, 60.0339],[-1.3053, 60.037],[-1.3045, 60.038],[-1.3042, 60.0385],[-1.304101, 60.0394],[-1.3059, 60.0418],[-1.3059, 60.0424],[-1.3048, 60.0445],[-1.3039, 60.0508],[-1.3027, 60.0589],[-1.3017, 60.0606],[-1.299301, 60.0622],[-1.2983, 60.063],[-1.297899, 60.0645],[-1.2975, 60.0655],[-1.294999, 60.0679],[-1.294199, 60.0690],[-1.292899, 60.0734],[-1.290599, 60.0780],[-1.2882, 60.0834],[-1.284899, 60.0879],[-1.2824, 60.0905],[-1.2805, 60.0921],[-1.2794, 60.0939],[-1.279199, 60.0948],[-1.279101, 60.0956],[-1.2794, 60.0971],[-1.279199, 60.0974],[-1.2786, 60.0977],[-1.277699, 60.0981],[-1.276201, 60.0983],[-1.2733, 60.0982],[-1.272099, 60.098],[-1.271001, 60.0984],[-1.2709, 60.0991],[-1.271401, 60.0997],[-1.2752, 60.1007],[-1.275599, 60.1012],[-1.2759, 60.1019],[-1.275699, 60.1034],[-1.2745, 60.107],[-1.273501, 60.1111],[-1.2726, 60.1152],[-1.271201, 60.1182],[-1.2696, 60.1233],[-1.269, 60.1248],[-1.268501, 60.1261],[-1.269101, 60.1275],[-1.269, 60.1299],[-1.268399, 60.1313],[-1.268, 60.1321],[-1.2675, 60.1328],[-1.2666, 60.1342],[-1.2653, 60.1359],[-1.264899, 60.1371],[-1.265, 60.1386],[-1.265, 60.1414],[-1.265499, 60.1421],[-1.266401, 60.1421],[-1.266899, 60.1417],[-1.268501, 60.1381],[-1.269199, 60.1370],[-1.27, 60.1361],[-1.271899, 60.1347],[-1.272799, 60.1340],[-1.273501, 60.1340],[-1.274101, 60.1345],[-1.274199, 60.1350],[-1.274, 60.1361],[-1.274199, 60.1369],[-1.274899, 60.1373],[-1.2759, 60.1377],[-1.2769, 60.1378],[-1.279101, 60.1375],[-1.2822, 60.1368],[-1.283501, 60.1358],[-1.2845, 60.1338],[-1.2851, 60.1335],[-1.2869, 60.1331],[-1.2924, 60.1329],[-1.2948, 60.1328],[-1.2963, 60.1337],[-1.2989, 60.1350],[-1.300699, 60.1350],[-1.3017, 60.1339],[-1.3027, 60.1333],[-1.3039, 60.1336],[-1.3042, 60.1342],[-1.303599, 60.1351],[-1.3024, 60.1364],[-1.302001, 60.1372],[-1.301499, 60.1384],[-1.299199, 60.1399],[-1.297199, 60.1417],[-1.2924, 60.1446],[-1.2902, 60.1458],[-1.289301, 60.1469],[-1.288501, 60.1491],[-1.288599, 60.1498],[-1.289199, 60.15],[-1.2902, 60.1498],[-1.2909, 60.1496],[-1.2925, 60.1489],[-1.2939, 60.1489],[-1.2945, 60.1492],[-1.296401, 60.1491],[-1.2974, 60.1489],[-1.298599, 60.1488],[-1.299399, 60.149],[-1.2997, 60.1495],[-1.2996, 60.15],[-1.2975, 60.1523],[-1.2973, 60.1538],[-1.2975, 60.1557],[-1.297099, 60.1571],[-1.2966, 60.1578],[-1.2961, 60.1586],[-1.296, 60.1597],[-1.296201, 60.1603],[-1.296401, 60.1609],[-1.296201, 60.1615],[-1.2953, 60.164],[-1.2916, 60.1724],[-1.2895, 60.177],[-1.288599, 60.1791],[-1.2869, 60.1832],[-1.2859, 60.1845],[-1.2854, 60.1859],[-1.2852, 60.1880],[-1.284999, 60.1900],[-1.283501, 60.1927],[-1.282099, 60.1939],[-1.2815, 60.1948],[-1.2819, 60.1958],[-1.284, 60.1961],[-1.2859, 60.1961],[-1.2881, 60.1952],[-1.2895, 60.1950],[-1.2897, 60.1958],[-1.2887, 60.1967],[-1.2887, 60.1977],[-1.2894, 60.1979],[-1.2903, 60.1970],[-1.2909, 60.1962],[-1.291401, 60.1950],[-1.291299, 60.1939],[-1.2905, 60.1927],[-1.290799, 60.1924],[-1.291401, 60.1926],[-1.2924, 60.1932],[-1.2934, 60.1932],[-1.2939, 60.1926],[-1.2946, 60.1902],[-1.2947, 60.1896],[-1.2934, 60.1875],[-1.292799, 60.1862],[-1.292899, 60.1852],[-1.2968, 60.1840],[-1.298501, 60.1834],[-1.299399, 60.1823],[-1.299999, 60.1804],[-1.299999, 60.1781],[-1.3013, 60.1765],[-1.3038, 60.1749],[-1.3046, 60.1737],[-1.305099, 60.1723],[-1.3054, 60.1693],[-1.3081, 60.1667],[-1.309999, 60.1648],[-1.314, 60.1628],[-1.314301, 60.162],[-1.3142, 60.1605],[-1.3142, 60.1597],[-1.3149, 60.1594],[-1.3153, 60.1595],[-1.3163, 60.1601],[-1.3168, 60.161],[-1.3169, 60.1616],[-1.3162, 60.163],[-1.314999, 60.1657],[-1.3153, 60.167],[-1.315799, 60.1675],[-1.316401, 60.1677],[-1.316401, 60.1682],[-1.315099, 60.1702],[-1.3163, 60.1712],[-1.316499, 60.172],[-1.3156, 60.1728],[-1.3139, 60.1732],[-1.3128, 60.1743],[-1.3081, 60.1862],[-1.302999, 60.1933],[-1.3024, 60.1945],[-1.301401, 60.1973],[-1.2976, 60.2033],[-1.294899, 60.2054],[-1.294301, 60.2071],[-1.294199, 60.2098],[-1.2948, 60.2105],[-1.2959, 60.2105],[-1.2975, 60.2089],[-1.2982, 60.2068],[-1.3003, 60.2036],[-1.3034, 60.2009],[-1.3083, 60.1912],[-1.313501, 60.1830],[-1.315099, 60.1807],[-1.317001, 60.1776],[-1.3191, 60.1741],[-1.319301, 60.1732],[-1.318799, 60.1725],[-1.3177, 60.172],[-1.3176, 60.1716],[-1.3176, 60.1709],[-1.319301, 60.1694],[-1.320899, 60.1686],[-1.322899, 60.1671],[-1.324, 60.1659],[-1.3255, 60.1649],[-1.3261, 60.1648],[-1.3272, 60.1651],[-1.3278, 60.1655],[-1.3279, 60.1658],[-1.3277, 60.1661],[-1.3257, 60.1666],[-1.3241, 60.1683],[-1.323701, 60.1693],[-1.324, 60.1704],[-1.324301, 60.1712],[-1.323701, 60.1719],[-1.322999, 60.1725],[-1.3227, 60.1732],[-1.3233, 60.1752],[-1.3233, 60.1762],[-1.3227, 60.1773],[-1.3218, 60.1799],[-1.318799, 60.1835],[-1.317199, 60.1859],[-1.3168, 60.1871],[-1.316, 60.1877],[-1.3155, 60.1894],[-1.314301, 60.1907],[-1.3134, 60.1916],[-1.3133, 60.1924],[-1.313501, 60.1938],[-1.3139, 60.1947],[-1.315099, 60.1955],[-1.315099, 60.1960],[-1.3149, 60.1964],[-1.3132, 60.1977],[-1.310199, 60.1996],[-1.3088, 60.2014],[-1.3088, 60.2025],[-1.309, 60.2030],[-1.3092, 60.2043],[-1.309, 60.2057],[-1.308599, 60.2063],[-1.307899, 60.2094],[-1.307299, 60.2102],[-1.3055, 60.2124],[-1.3042, 60.2162],[-1.3039, 60.217],[-1.302999, 60.2175],[-1.3019, 60.2173],[-1.3004, 60.217],[-1.2999, 60.2172],[-1.2995, 60.2175],[-1.299301, 60.2192],[-1.2996, 60.2209],[-1.3006, 60.2219],[-1.300699, 60.2229],[-1.2997, 60.2242],[-1.2996, 60.2256],[-1.2998, 60.2261],[-1.3003, 60.2267],[-1.300699, 60.2269],[-1.3013, 60.2271],[-1.3033, 60.2271],[-1.304, 60.2274],[-1.304101, 60.2283],[-1.303501, 60.2308],[-1.3027, 60.2322],[-1.301601, 60.2333],[-1.2977, 60.2362],[-1.2963, 60.2376],[-1.2948, 60.2387],[-1.293, 60.2395],[-1.2923, 60.2406],[-1.292001, 60.2414],[-1.292001, 60.2422],[-1.291499, 60.2449],[-1.2918, 60.2489],[-1.289101, 60.2526],[-1.2888, 60.2535],[-1.289301, 60.2543],[-1.290599, 60.2545],[-1.2919, 60.2532],[-1.2933, 60.2492],[-1.2939, 60.2470],[-1.296401, 60.2438],[-1.299399, 60.2408],[-1.3009, 60.2387],[-1.3025, 60.2366],[-1.3046, 60.235],[-1.3104, 60.2324],[-1.3112, 60.2316],[-1.312199, 60.2305],[-1.3127, 60.2282],[-1.312199, 60.2261],[-1.3132, 60.2245],[-1.32, 60.2185],[-1.3217, 60.2171],[-1.3255, 60.2151],[-1.3286, 60.2124],[-1.3318, 60.2106],[-1.335199, 60.2083],[-1.336601, 60.2067],[-1.3392, 60.2046],[-1.3426, 60.2030],[-1.343901, 60.2019],[-1.345, 60.2017],[-1.3455, 60.2019],[-1.3462, 60.2022],[-1.3463, 60.2031],[-1.3456, 60.2048],[-1.3456, 60.2057],[-1.3463, 60.2071],[-1.3465, 60.2077],[-1.3458, 60.2114],[-1.345399, 60.2145],[-1.345899, 60.2155],[-1.3469, 60.2166],[-1.349501, 60.217],[-1.351001, 60.2169],[-1.353199, 60.2167],[-1.357, 60.2169],[-1.3584, 60.2174],[-1.3592, 60.218],[-1.3598, 60.2189],[-1.360299, 60.22],[-1.3607, 60.2213],[-1.3609, 60.2233],[-1.3606, 60.2251],[-1.358, 60.2279],[-1.357399, 60.2289],[-1.3584, 60.2298],[-1.3594, 60.2307],[-1.3624, 60.2333],[-1.3658, 60.2351],[-1.3663, 60.2357],[-1.3665, 60.2364],[-1.3665, 60.2378],[-1.366201, 60.2386],[-1.365499, 60.2395],[-1.363999, 60.2398],[-1.359599, 60.2394],[-1.3573, 60.2385],[-1.355299, 60.2371],[-1.3529, 60.2368],[-1.35, 60.2383],[-1.349501, 60.2398],[-1.350299, 60.2416],[-1.3512, 60.2431],[-1.352, 60.2444],[-1.353199, 60.2452],[-1.3571, 60.2458],[-1.3628, 60.246],[-1.371601, 60.2468],[-1.3757, 60.2490],[-1.381099, 60.2508],[-1.3858, 60.2522],[-1.386299, 60.2516],[-1.3853, 60.2508],[-1.381001, 60.2488],[-1.3807, 60.2477],[-1.3817, 60.2468],[-1.3857, 60.2447],[-1.391899, 60.2449],[-1.394799, 60.2449],[-1.397099, 60.2462],[-1.399199, 60.2477],[-1.4002, 60.2494],[-1.3994, 60.2512],[-1.4033, 60.2526],[-1.406201, 60.2539],[-1.4095, 60.2553],[-1.414, 60.2565],[-1.4152, 60.2568],[-1.419999, 60.2553],[-1.427299, 60.2554],[-1.431, 60.2557],[-1.4318, 60.2556],[-1.432299, 60.2551],[-1.432099, 60.2545],[-1.4313, 60.2538],[-1.430099, 60.2536],[-1.4255, 60.2534],[-1.423501, 60.2526],[-1.4175, 60.2523],[-1.4126, 60.2518],[-1.4098, 60.2507],[-1.406801, 60.2489],[-1.4058, 60.2469],[-1.404999, 60.2454],[-1.404, 60.2433],[-1.4001, 60.2423],[-1.3953, 60.2409],[-1.391299, 60.2384],[-1.3881, 60.2365],[-1.386299, 60.2356],[-1.3851, 60.2352],[-1.383, 60.2353],[-1.3802, 60.236],[-1.378999, 60.2364],[-1.3772, 60.2369],[-1.375499, 60.2368],[-1.3749, 60.2365],[-1.3744, 60.2358],[-1.3743, 60.2307],[-1.3742, 60.2267],[-1.3736, 60.2254],[-1.3708, 60.2214],[-1.3658, 60.2174],[-1.363, 60.2157],[-1.361899, 60.2153],[-1.3594, 60.2147],[-1.358701, 60.2136],[-1.358199, 60.2097],[-1.358701, 60.2078],[-1.3591, 60.2063],[-1.359501, 60.2046],[-1.3591, 60.2035],[-1.358901, 60.2019],[-1.3591, 60.2008],[-1.3599, 60.1994],[-1.3608, 60.1981],[-1.3608, 60.1974],[-1.3607, 60.1968],[-1.3579, 60.1963],[-1.357499, 60.1958],[-1.357599, 60.1945],[-1.358299, 60.1934],[-1.3609, 60.1931],[-1.3614, 60.1929],[-1.3622, 60.1917],[-1.3627, 60.1913],[-1.363999, 60.1908],[-1.366201, 60.1910],[-1.366801, 60.1914],[-1.3674, 60.1914],[-1.3679, 60.1912],[-1.369501, 60.1907],[-1.370399, 60.1905],[-1.3708, 60.1906],[-1.3708, 60.1912],[-1.369101, 60.1931],[-1.3665, 60.1941],[-1.366099, 60.1954],[-1.365299, 60.1980],[-1.3657, 60.2000],[-1.3656, 60.2072],[-1.3657, 60.2090],[-1.3659, 60.2095],[-1.3665, 60.2098],[-1.3678, 60.21],[-1.369699, 60.2101],[-1.3723, 60.2097],[-1.3736, 60.2086],[-1.374699, 60.2061],[-1.3765, 60.2039],[-1.377599, 60.2033],[-1.3793, 60.2032],[-1.3809, 60.2029],[-1.3821, 60.2025],[-1.3832, 60.2025],[-1.3846, 60.2025],[-1.3874, 60.2022],[-1.389101, 60.2016],[-1.3897, 60.2013],[-1.39, 60.2005],[-1.390599, 60.2001],[-1.391201, 60.2000],[-1.3917, 60.2004],[-1.391899, 60.2011],[-1.3916, 60.2028],[-1.392001, 60.2036],[-1.394, 60.2051],[-1.3946, 60.2058],[-1.3944, 60.2068],[-1.3938, 60.2082],[-1.3924, 60.2109],[-1.3929, 60.2142],[-1.3932, 60.2149],[-1.393, 60.2153],[-1.391801, 60.2156],[-1.392001, 60.2163],[-1.394101, 60.2172],[-1.394799, 60.217],[-1.395599, 60.2162],[-1.3967, 60.214],[-1.397699, 60.2121],[-1.398399, 60.2108],[-1.398501, 60.2093],[-1.397799, 60.2066],[-1.397699, 60.2026],[-1.4002, 60.199],[-1.4026, 60.1961],[-1.4032, 60.1947],[-1.403, 60.1939],[-1.4025, 60.1935],[-1.402001, 60.1932],[-1.402001, 60.1929],[-1.4026, 60.1925],[-1.403, 60.1918],[-1.403399, 60.1911],[-1.403901, 60.1903],[-1.404199, 60.1896],[-1.404301, 60.1892],[-1.404199, 60.1889],[-1.4037, 60.1887],[-1.4033, 60.1885],[-1.4031, 60.1882],[-1.403, 60.1878],[-1.403399, 60.1874],[-1.404799, 60.1873],[-1.404799, 60.1869],[-1.4047, 60.1866],[-1.4038, 60.1856],[-1.4029, 60.1852],[-1.401401, 60.1853],[-1.400499, 60.1853],[-1.4003, 60.1852],[-1.4002, 60.1845],[-1.4001, 60.1838],[-1.3995, 60.1830],[-1.399199, 60.1825],[-1.3996, 60.1819],[-1.400699, 60.1813],[-1.4015, 60.1803],[-1.4029, 60.1789],[-1.4045, 60.1782],[-1.4051, 60.1779],[-1.405699, 60.1771],[-1.4066, 60.1764],[-1.407799, 60.1763],[-1.4088, 60.1759],[-1.4096, 60.1751],[-1.4103, 60.1733],[-1.4126, 60.1707],[-1.412899, 60.1701],[-1.4134, 60.1688],[-1.414101, 60.168],[-1.4144, 60.1676],[-1.414199, 60.1672],[-1.414301, 60.1668],[-1.4151, 60.1656],[-1.4154, 60.1651],[-1.415799, 60.1651],[-1.4167, 60.1652],[-1.417099, 60.1651],[-1.4175, 60.1649],[-1.4182, 60.1647],[-1.419, 60.1644],[-1.4197, 60.1645],[-1.420099, 60.1649],[-1.4197, 60.1653],[-1.4198, 60.1659],[-1.4203, 60.1661],[-1.420599, 60.1666],[-1.4204, 60.1678],[-1.421, 60.1683],[-1.4219, 60.1685],[-1.423, 60.1685],[-1.4238, 60.1681],[-1.4239, 60.1675],[-1.424, 60.1672],[-1.424199, 60.1669],[-1.4253, 60.1667],[-1.4274, 60.1673],[-1.428599, 60.1681],[-1.429301, 60.1686],[-1.429999, 60.1687],[-1.4309, 60.1686],[-1.4317, 60.1688],[-1.432099, 60.1693],[-1.432099, 60.1699],[-1.4317, 60.1705],[-1.431601, 60.1711],[-1.4317, 60.1718],[-1.431401, 60.1725],[-1.4319, 60.1728],[-1.4327, 60.1728],[-1.4334, 60.1726],[-1.434301, 60.1723],[-1.435199, 60.1722],[-1.436, 60.1724],[-1.436499, 60.1729],[-1.4367, 60.1735],[-1.436401, 60.1739],[-1.436, 60.1746],[-1.4363, 60.1748],[-1.4363, 60.1754],[-1.435799, 60.1763],[-1.434399, 60.1775],[-1.4346, 60.1784],[-1.4354, 60.1788],[-1.4355, 60.1792],[-1.4353, 60.1797],[-1.433599, 60.1807],[-1.4309, 60.1822],[-1.429101, 60.1839],[-1.429301, 60.185],[-1.429399, 60.1855],[-1.430699, 60.1860],[-1.431499, 60.1865],[-1.432099, 60.1872],[-1.4331, 60.1881],[-1.4338, 60.1884],[-1.434999, 60.1887],[-1.436, 60.1887],[-1.436499, 60.1885],[-1.4368, 60.1880],[-1.4367, 60.1875],[-1.4361, 60.1870],[-1.435099, 60.1866],[-1.4347, 60.1861],[-1.435099, 60.1857],[-1.436, 60.1853],[-1.437001, 60.1844],[-1.437199, 60.1837],[-1.4371, 60.1828],[-1.4368, 60.182],[-1.437001, 60.1812],[-1.4375, 60.1808],[-1.4383, 60.1808],[-1.438701, 60.1806],[-1.439101, 60.1796],[-1.439399, 60.1791],[-1.4397, 60.1789],[-1.4406, 60.179],[-1.441601, 60.179],[-1.442001, 60.1786],[-1.4425, 60.1778],[-1.4434, 60.1764],[-1.443799, 60.176],[-1.444501, 60.1759],[-1.4454, 60.176],[-1.4467, 60.1766],[-1.4477, 60.177],[-1.4482, 60.1772],[-1.4496, 60.1771],[-1.4499, 60.1767],[-1.4499, 60.1761],[-1.4499, 60.1758],[-1.448799, 60.1745],[-1.448701, 60.1739],[-1.448701, 60.1732],[-1.448701, 60.1725],[-1.4482, 60.1718],[-1.447999, 60.1713],[-1.4482, 60.17],[-1.4482, 60.1692],[-1.448799, 60.1687],[-1.449399, 60.1684],[-1.449399, 60.1679],[-1.4491, 60.1674],[-1.4484, 60.1668],[-1.4482, 60.166],[-1.448099, 60.1641],[-1.447999, 60.1632],[-1.447299, 60.1627],[-1.4467, 60.1622],[-1.446601, 60.1618],[-1.4471, 60.1614],[-1.4476, 60.1611],[-1.4482, 60.1609],[-1.448799, 60.1606],[-1.4492, 60.1598],[-1.449399, 60.1586],[-1.449301, 60.1575],[-1.4492, 60.1564],[-1.450099, 60.1538],[-1.450099, 60.1532],[-1.4498, 60.1529],[-1.449399, 60.1527],[-1.4492, 60.1522],[-1.4496, 60.1518],[-1.450099, 60.1517],[-1.450899, 60.1517],[-1.4512, 60.1516],[-1.451499, 60.1512],[-1.451401, 60.1506],[-1.451499, 60.1502],[-1.4522, 60.1497],[-1.453501, 60.1489],[-1.4542, 60.1482],[-1.454599, 60.1479],[-1.455199, 60.1479],[-1.4556, 60.1481],[-1.4561, 60.1481],[-1.4568, 60.1479],[-1.4576, 60.1475],[-1.459, 60.1468],[-1.4599, 60.1467],[-1.4607, 60.147],[-1.4612, 60.1475],[-1.461001, 60.1481],[-1.4608, 60.1484],[-1.4605, 60.1487],[-1.4605, 60.1489],[-1.4607, 60.1489],[-1.461401, 60.1489],[-1.461601, 60.149],[-1.461699, 60.1494],[-1.461601, 60.1501],[-1.46, 60.152],[-1.460299, 60.1523],[-1.461001, 60.1523],[-1.462, 60.1526],[-1.4627, 60.153],[-1.4629, 60.1535],[-1.4621, 60.1541],[-1.462, 60.1547],[-1.462499, 60.1549],[-1.463701, 60.1552],[-1.4648, 60.1557],[-1.467299, 60.1572],[-1.4677, 60.159],[-1.4686, 60.1596],[-1.4697, 60.1601],[-1.4714, 60.1608],[-1.472399, 60.1612],[-1.473099, 60.1611],[-1.4736, 60.1606],[-1.474, 60.1601],[-1.4744, 60.1601],[-1.4749, 60.1605],[-1.4756, 60.1609],[-1.477, 60.1609],[-1.478901, 60.1608],[-1.4823, 60.1617],[-1.4843, 60.1617],[-1.484501, 60.1613],[-1.4842, 60.1599],[-1.4843, 60.1588],[-1.4848, 60.1584],[-1.4856, 60.1583],[-1.4871, 60.159],[-1.488299, 60.1601],[-1.4884, 60.1609],[-1.488199, 60.1616],[-1.4878, 60.1625],[-1.487, 60.163],[-1.485399, 60.1635],[-1.4852, 60.1641],[-1.4851, 60.165],[-1.485399, 60.1655],[-1.4858, 60.1658],[-1.4863, 60.1659],[-1.486801, 60.166],[-1.487, 60.1665],[-1.4873, 60.1671],[-1.4879, 60.1672],[-1.4885, 60.1672],[-1.488999, 60.1669],[-1.489501, 60.1665],[-1.4901, 60.1666],[-1.4907, 60.167],[-1.491201, 60.1671],[-1.4917, 60.1671],[-1.4927, 60.1668],[-1.493701, 60.1663],[-1.4942, 60.1659],[-1.4943, 60.1656],[-1.4938, 60.1652],[-1.493199, 60.1647],[-1.493199, 60.1645],[-1.4938, 60.1643],[-1.4942, 60.1638],[-1.4944, 60.1633],[-1.494799, 60.1629],[-1.495499, 60.1627],[-1.4964, 60.1625],[-1.501099, 60.1628],[-1.5014, 60.1631],[-1.501201, 60.1637],[-1.501201, 60.1642],[-1.501801, 60.1644],[-1.5023, 60.1642],[-1.5031, 60.1639],[-1.5036, 60.1635],[-1.5046, 60.163],[-1.5053, 60.1628],[-1.5064, 60.163],[-1.508, 60.1641],[-1.5094, 60.1646],[-1.51, 60.1653],[-1.5101, 60.166],[-1.5094, 60.1666],[-1.508299, 60.1678],[-1.507599, 60.169],[-1.5074, 60.17],[-1.5073, 60.1715],[-1.506899, 60.1727],[-1.5067, 60.1742],[-1.5072, 60.1746],[-1.5075, 60.1746],[-1.5079, 60.1746],[-1.508, 60.1742],[-1.5081, 60.1734],[-1.5082, 60.173],[-1.5087, 60.1729],[-1.509699, 60.173],[-1.5103, 60.1735],[-1.510599, 60.174],[-1.510599, 60.1747],[-1.509899, 60.176],[-1.509899, 60.1765],[-1.5108, 60.1771],[-1.511201, 60.1773],[-1.511201, 60.178],[-1.511201, 60.1793],[-1.511201, 60.1801],[-1.510499, 60.1808],[-1.509699, 60.1819],[-1.509699, 60.1825],[-1.5101, 60.1827],[-1.510499, 60.1828],[-1.511299, 60.1826],[-1.5124, 60.1822],[-1.5143, 60.1817],[-1.5147, 60.1815],[-1.515, 60.1804],[-1.5152, 60.1800],[-1.5172, 60.1799],[-1.518399, 60.1801],[-1.518901, 60.1804],[-1.518901, 60.181],[-1.518901, 60.1815],[-1.519199, 60.1818],[-1.5201, 60.1819],[-1.521201, 60.1821],[-1.521899, 60.1821],[-1.5223, 60.1821],[-1.5225, 60.1817],[-1.5226, 60.1809],[-1.5226, 60.1803],[-1.5231, 60.1800],[-1.524301, 60.1798],[-1.5254, 60.1800],[-1.5259, 60.1804],[-1.526, 60.1811],[-1.5254, 60.1818],[-1.524899, 60.1823],[-1.5251, 60.1826],[-1.525499, 60.1829],[-1.526201, 60.1831],[-1.526801, 60.1835],[-1.5274, 60.1836],[-1.5283, 60.1832],[-1.5297, 60.1826],[-1.5303, 60.1826],[-1.531801, 60.1825],[-1.5319, 60.1819],[-1.531401, 60.1807],[-1.531201, 60.1798],[-1.531299, 60.1796],[-1.532001, 60.1794],[-1.5326, 60.1795],[-1.534199, 60.1799],[-1.5375, 60.1811],[-1.5388, 60.1816],[-1.539199, 60.1823],[-1.5397, 60.1829],[-1.5409, 60.1832],[-1.541499, 60.1835],[-1.5418, 60.1843],[-1.542001, 60.1849],[-1.5427, 60.1854],[-1.5433, 60.1854],[-1.544301, 60.1857],[-1.5448, 60.1866],[-1.544999, 60.1875],[-1.5448, 60.1887],[-1.5455, 60.1890],[-1.5459, 60.1893],[-1.5455, 60.1897],[-1.5445, 60.1900],[-1.544399, 60.1905],[-1.544899, 60.1909],[-1.5455, 60.1912],[-1.5459, 60.1914],[-1.545799, 60.1917],[-1.544199, 60.1921],[-1.543, 60.1929],[-1.542899, 60.1935],[-1.543599, 60.1938],[-1.544399, 60.1944],[-1.544399, 60.1950],[-1.544199, 60.1959],[-1.5445, 60.1962],[-1.545099, 60.1966],[-1.545099, 60.1972],[-1.544399, 60.1981],[-1.5417, 60.1985],[-1.540799, 60.1989],[-1.539199, 60.199],[-1.538501, 60.1994],[-1.5381, 60.2000],[-1.537899, 60.2007],[-1.539, 60.2027],[-1.539999, 60.2031],[-1.540699, 60.2034],[-1.540599, 60.2040],[-1.5401, 60.2045],[-1.5384, 60.2045],[-1.536401, 60.2041],[-1.532001, 60.2039],[-1.5304, 60.2047],[-1.5295, 60.2049],[-1.528, 60.2052],[-1.5276, 60.2057],[-1.527699, 60.2063],[-1.5279, 60.2068],[-1.5275, 60.2074],[-1.5269, 60.2078],[-1.5215, 60.2077],[-1.5154, 60.2086],[-1.513999, 60.2091],[-1.511001, 60.2089],[-1.5081, 60.2081],[-1.5059, 60.2078],[-1.5051, 60.208],[-1.5046, 60.2075],[-1.5043, 60.2069],[-1.503299, 60.2066],[-1.4915, 60.2046],[-1.488901, 60.2045],[-1.4843, 60.2042],[-1.481601, 60.2040],[-1.481099, 60.2048],[-1.481601, 60.2055],[-1.4823, 60.2061],[-1.4823, 60.2063],[-1.4808, 60.2068],[-1.480299, 60.2075],[-1.48, 60.2082],[-1.481201, 60.2087],[-1.4827, 60.2087],[-1.4835, 60.2085],[-1.4844, 60.208],[-1.486001, 60.2076],[-1.4942, 60.2065],[-1.496801, 60.2065],[-1.499501, 60.2069],[-1.5007, 60.2074],[-1.5015, 60.2079],[-1.502001, 60.2084],[-1.501899, 60.2088],[-1.499699, 60.2108],[-1.497001, 60.2124],[-1.489599, 60.2139],[-1.482499, 60.2153],[-1.474599, 60.2168],[-1.4705, 60.2177],[-1.4683, 60.2195],[-1.467, 60.2211],[-1.4669, 60.2218],[-1.467399, 60.2222],[-1.468, 60.2222],[-1.4686, 60.2221],[-1.469501, 60.2214],[-1.4715, 60.2207],[-1.477499, 60.2189],[-1.482499, 60.2181],[-1.4858, 60.2175],[-1.488901, 60.2168],[-1.4943, 60.2166],[-1.4957, 60.2165],[-1.4971, 60.2161],[-1.498399, 60.2153],[-1.500499, 60.2151],[-1.5015, 60.215],[-1.5029, 60.2152],[-1.5035, 60.2158],[-1.5036, 60.2166],[-1.5029, 60.218],[-1.5028, 60.2191],[-1.5032, 60.22],[-1.5038, 60.2208],[-1.503901, 60.2212],[-1.5036, 60.2222],[-1.503399, 60.2233],[-1.5036, 60.224],[-1.504101, 60.2244],[-1.5042, 60.2248],[-1.5021, 60.2271],[-1.5014, 60.2287],[-1.4987, 60.2292],[-1.494699, 60.2301],[-1.4922, 60.2308],[-1.4906, 60.2309],[-1.4907, 60.2313],[-1.4909, 60.2314],[-1.492, 60.2315],[-1.4942, 60.2317],[-1.498399, 60.2316],[-1.5043, 60.2313],[-1.509799, 60.2316],[-1.5121, 60.2324],[-1.514199, 60.2343],[-1.5146, 60.235],[-1.5151, 60.2358],[-1.517001, 60.2366],[-1.518, 60.2373],[-1.5182, 60.2375],[-1.518299, 60.238],[-1.516001, 60.2395],[-1.513299, 60.2405],[-1.5114, 60.2410],[-1.5094, 60.2418],[-1.5094, 60.242],[-1.517599, 60.2421],[-1.5209, 60.2424],[-1.5225, 60.2428],[-1.523901, 60.2433],[-1.5253, 60.2443],[-1.526201, 60.2443],[-1.5266, 60.2442],[-1.5267, 60.2437],[-1.526299, 60.2433],[-1.5254, 60.2427],[-1.524899, 60.2421],[-1.524799, 60.2412],[-1.5259, 60.239],[-1.5265, 60.2377],[-1.5274, 60.2369],[-1.528, 60.236],[-1.528, 60.2353],[-1.527799, 60.2347],[-1.527001, 60.2339],[-1.5251, 60.2327],[-1.5229, 60.2315],[-1.5201, 60.2305],[-1.5187, 60.2298],[-1.516001, 60.2297],[-1.513901, 60.2296],[-1.513399, 60.2294],[-1.513, 60.2292],[-1.5129, 60.2289],[-1.5131, 60.2284],[-1.514899, 60.2276],[-1.5154, 60.2273],[-1.515599, 60.227],[-1.515599, 60.2265],[-1.515499, 60.2259],[-1.516001, 60.2255],[-1.517001, 60.2251],[-1.518299, 60.2247],[-1.518901, 60.2242],[-1.519101, 60.2233],[-1.519101, 60.2226],[-1.518901, 60.2217],[-1.5181, 60.22],[-1.518399, 60.219],[-1.519101, 60.2184],[-1.5204, 60.2179],[-1.521801, 60.2171],[-1.5229, 60.2165],[-1.524, 60.2163],[-1.526401, 60.2168],[-1.528399, 60.2172],[-1.529, 60.2173],[-1.529999, 60.2172],[-1.5308, 60.217],[-1.5316, 60.2166],[-1.5325, 60.216],[-1.534301, 60.2155],[-1.5353, 60.2151],[-1.5361, 60.2144],[-1.538, 60.2122],[-1.538501, 60.2112],[-1.538501, 60.2104],[-1.5388, 60.21],[-1.540799, 60.2097],[-1.5419, 60.2098],[-1.5426, 60.2102],[-1.5431, 60.2104],[-1.5438, 60.2102],[-1.544, 60.2098],[-1.544301, 60.2093],[-1.5448, 60.2091],[-1.547001, 60.2081],[-1.548599, 60.2062],[-1.549399, 60.2052],[-1.550099, 60.2042],[-1.5502, 60.2037],[-1.5499, 60.2030],[-1.5483, 60.2019],[-1.5476, 60.2012],[-1.5476, 60.2010],[-1.5477, 60.2006],[-1.5483, 60.2005],[-1.5498, 60.2014],[-1.5509, 60.2016],[-1.5518, 60.202],[-1.5524, 60.2021],[-1.552799, 60.202],[-1.5531, 60.2018],[-1.5534, 60.2014],[-1.553701, 60.2013],[-1.554301, 60.2012],[-1.555099, 60.2012],[-1.5556, 60.2011],[-1.5567, 60.2011],[-1.557299, 60.2014],[-1.5577, 60.2019],[-1.557999, 60.2022],[-1.558599, 60.2023],[-1.559, 60.2023],[-1.559501, 60.2023],[-1.559999, 60.2027],[-1.5606, 60.2030],[-1.5606, 60.2034],[-1.5599, 60.2036],[-1.559101, 60.2041],[-1.559, 60.2047],[-1.559301, 60.2049],[-1.5596, 60.2052],[-1.559399, 60.2055],[-1.5584, 60.2059],[-1.5574, 60.2063],[-1.5574, 60.207],[-1.557099, 60.2089],[-1.5549, 60.2132],[-1.555099, 60.2141],[-1.5548, 60.2149],[-1.5526, 60.2154],[-1.552001, 60.2168],[-1.5524, 60.2175],[-1.554399, 60.2185],[-1.5546, 60.2188],[-1.5546, 60.219],[-1.5533, 60.2193],[-1.552099, 60.2195],[-1.550799, 60.2204],[-1.5502, 60.2208],[-1.5496, 60.2214],[-1.549999, 60.2218],[-1.5506, 60.2219],[-1.551201, 60.2219],[-1.5517, 60.2218],[-1.5526, 60.2212],[-1.5539, 60.2207],[-1.5548, 60.2204],[-1.5559, 60.2205],[-1.5581, 60.221],[-1.5598, 60.2218],[-1.5605, 60.2227],[-1.5606, 60.2229],[-1.560099, 60.2232],[-1.558701, 60.2238],[-1.558501, 60.2246],[-1.559101, 60.2257],[-1.559301, 60.2267],[-1.5604, 60.2274],[-1.561, 60.2279],[-1.563501, 60.2279],[-1.5642, 60.2275],[-1.5661, 60.2255],[-1.5663, 60.2238],[-1.5683, 60.2227],[-1.568799, 60.222],[-1.569301, 60.2214],[-1.570199, 60.2205],[-1.571601, 60.2186],[-1.573799, 60.2187],[-1.575899, 60.2189],[-1.5778, 60.2194],[-1.5798, 60.2206],[-1.5812, 60.2211],[-1.582, 60.2212],[-1.585199, 60.2216],[-1.587399, 60.2225],[-1.5879, 60.2227],[-1.589301, 60.2227],[-1.5897, 60.2225],[-1.5898, 60.2219],[-1.5892, 60.2214],[-1.5886, 60.2211],[-1.5872, 60.221],[-1.5854, 60.2206],[-1.585, 60.2199],[-1.585299, 60.2192],[-1.5856, 60.219],[-1.586601, 60.2188],[-1.5906, 60.2186],[-1.5958, 60.2191],[-1.5992, 60.2203],[-1.600299, 60.2201],[-1.601699, 60.2192],[-1.6022, 60.2188],[-1.603, 60.2186],[-1.6057, 60.2194],[-1.6077, 60.2194],[-1.6079, 60.2192],[-1.607599, 60.2187],[-1.604501, 60.2179],[-1.6013, 60.2165],[-1.597399, 60.215],[-1.5957, 60.2132],[-1.595, 60.2114],[-1.5947, 60.2101],[-1.5955, 60.2096],[-1.5963, 60.2095],[-1.5979, 60.21],[-1.5991, 60.2105],[-1.6009, 60.2108],[-1.6027, 60.2108],[-1.603901, 60.2105],[-1.606201, 60.2098],[-1.6108, 60.2093],[-1.611001, 60.2091],[-1.6102, 60.2085],[-1.610299, 60.2081],[-1.611001, 60.208],[-1.614101, 60.208],[-1.614699, 60.2075],[-1.614599, 60.2065],[-1.615, 60.2063],[-1.6158, 60.2061],[-1.618701, 60.2066],[-1.623399, 60.2071],[-1.6237, 60.2073],[-1.624101, 60.2078],[-1.6236, 60.2082],[-1.6215, 60.2084],[-1.621201, 60.2085],[-1.6213, 60.2088],[-1.6222, 60.2094],[-1.6224, 60.2099],[-1.621601, 60.2105],[-1.6215, 60.2107],[-1.621899, 60.2111],[-1.6236, 60.2121],[-1.626099, 60.2132],[-1.6281, 60.2134],[-1.63, 60.2132],[-1.632599, 60.2127],[-1.6375, 60.2132],[-1.6432, 60.2155],[-1.644899, 60.2164],[-1.648399, 60.2192],[-1.6488, 60.2198],[-1.6486, 60.2206],[-1.647699, 60.2221],[-1.6447, 60.2234],[-1.6417, 60.2244],[-1.637599, 60.2245],[-1.6374, 60.2248],[-1.6379, 60.2257],[-1.637699, 60.226],[-1.636001, 60.2268],[-1.6351, 60.2276],[-1.6346, 60.2286],[-1.6346, 60.2292],[-1.635, 60.2295],[-1.639101, 60.2298],[-1.641201, 60.2291],[-1.646401, 60.2273],[-1.6472, 60.2271],[-1.648901, 60.2271],[-1.649999, 60.2269],[-1.651, 60.2263],[-1.652699, 60.2262],[-1.654301, 60.2265],[-1.655699, 60.2273],[-1.660699, 60.2287],[-1.6648, 60.2299],[-1.6654, 60.2306],[-1.6653, 60.232],[-1.666299, 60.2326],[-1.6673, 60.2329],[-1.6689, 60.2323],[-1.6702, 60.2324],[-1.671401, 60.2329],[-1.6726, 60.2336],[-1.673501, 60.2335],[-1.6745, 60.2336],[-1.675099, 60.2343],[-1.6755, 60.2354],[-1.6759, 60.2357],[-1.680699, 60.2359],[-1.682199, 60.2347],[-1.682899, 60.2341],[-1.684399, 60.2339],[-1.6867, 60.2339],[-1.687001, 60.234],[-1.687001, 60.2344],[-1.6868, 60.2347],[-1.6868, 60.235],[-1.6874, 60.2355],[-1.6878, 60.2362],[-1.6878, 60.2368],[-1.6874, 60.2379],[-1.6874, 60.2382],[-1.6883, 60.2383],[-1.6888, 60.2388],[-1.688701, 60.2391],[-1.6868, 60.2395],[-1.686601, 60.2398],[-1.6867, 60.2401],[-1.6882, 60.2401],[-1.6897, 60.2401],[-1.6897, 60.2407],[-1.688701, 60.2416],[-1.6884, 60.2422],[-1.6881, 60.2428],[-1.687899, 60.2436],[-1.688599, 60.2441],[-1.690099, 60.2442],[-1.692199, 60.2456],[-1.693701, 60.2467],[-1.6934, 60.2479],[-1.6924, 60.2487],[-1.689301, 60.2499],[-1.687001, 60.2499],[-1.6839, 60.2504],[-1.6834, 60.2510],[-1.6832, 60.2519],[-1.6834, 60.2529],[-1.684101, 60.2541],[-1.6847, 60.2546],[-1.6869, 60.2547],[-1.6876, 60.2543],[-1.689, 60.2540],[-1.691601, 60.2540],[-1.693799, 60.2547],[-1.696401, 60.2546],[-1.699501, 60.2538],[-1.701401, 60.2538],[-1.701499, 60.2542],[-1.698701, 60.2553],[-1.697299, 60.2565],[-1.6957, 60.2569],[-1.695099, 60.2581],[-1.6947, 60.2588],[-1.6941, 60.2590],[-1.6934, 60.2591],[-1.6924, 60.2596],[-1.690899, 60.2603],[-1.688599, 60.2604],[-1.6876, 60.2607],[-1.6874, 60.2615],[-1.6861, 60.2620],[-1.6861, 60.2624],[-1.687299, 60.2632],[-1.6903, 60.2628],[-1.692199, 60.2632],[-1.692999, 60.2637],[-1.6934, 60.2642],[-1.692999, 60.2649],[-1.692199, 60.2649],[-1.689101, 60.2646],[-1.685799, 60.2648],[-1.684101, 60.2669],[-1.684101, 60.2673],[-1.686, 60.2675],[-1.686499, 60.2679],[-1.686499, 60.2682],[-1.684999, 60.2685],[-1.684101, 60.2691],[-1.6818, 60.2691],[-1.681, 60.2693],[-1.680799, 60.2695],[-1.6806, 60.2699],[-1.680799, 60.2704],[-1.6813, 60.2709],[-1.684399, 60.2717],[-1.6853, 60.272],[-1.6856, 60.2724],[-1.6854, 60.2728],[-1.6848, 60.273],[-1.683501, 60.2735],[-1.683501, 60.2738],[-1.6846, 60.2743],[-1.684999, 60.2749],[-1.6848, 60.2753],[-1.684, 60.2756],[-1.6825, 60.2757],[-1.6797, 60.2757],[-1.6777, 60.2764],[-1.677299, 60.2769],[-1.677199, 60.2775],[-1.6789, 60.2794],[-1.6819, 60.2809],[-1.6839, 60.2812],[-1.6868, 60.2808],[-1.688701, 60.2806],[-1.6892, 60.2806],[-1.689301, 60.2809],[-1.6889, 60.2813],[-1.6883, 60.2819],[-1.6882, 60.2821],[-1.688501, 60.2823],[-1.6888, 60.2824],[-1.689399, 60.2823],[-1.690099, 60.2822],[-1.691601, 60.2821],[-1.6924, 60.2822],[-1.693099, 60.2821],[-1.695199, 60.2817],[-1.695799, 60.2818],[-1.695899, 60.2822],[-1.6957, 60.2828],[-1.694301, 60.2833],[-1.6934, 60.2838],[-1.693501, 60.2841],[-1.693799, 60.2844],[-1.694399, 60.2847],[-1.6947, 60.2848],[-1.696499, 60.2843],[-1.697299, 60.2843],[-1.6977, 60.2845],[-1.6976, 60.2851],[-1.6962, 60.2868],[-1.6961, 60.2872],[-1.696601, 60.2874],[-1.698099, 60.2872],[-1.698701, 60.2872],[-1.6989, 60.2877],[-1.6989, 60.2884],[-1.697899, 60.2893],[-1.6967, 60.2902],[-1.695799, 60.291],[-1.6941, 60.2919],[-1.6939, 60.2925],[-1.694399, 60.2929],[-1.693701, 60.2937],[-1.6897, 60.2963],[-1.6892, 60.298],[-1.6869, 60.2987],[-1.683701, 60.3003],[-1.6799, 60.3005],[-1.676201, 60.3008],[-1.6705, 60.3019],[-1.6655, 60.3020],[-1.6646, 60.3027],[-1.6639, 60.3052],[-1.663, 60.3058],[-1.6611, 60.3059],[-1.6581, 60.3058],[-1.657799, 60.3056],[-1.6594, 60.3044],[-1.6598, 60.304],[-1.6589, 60.3037],[-1.653901, 60.304],[-1.6495, 60.3036],[-1.6461, 60.3035],[-1.644101, 60.3039],[-1.642799, 60.3044],[-1.642599, 60.3056],[-1.6424, 60.3064],[-1.641299, 60.3073],[-1.638999, 60.3080],[-1.6366, 60.3074],[-1.6332, 60.3059],[-1.6257, 60.3056],[-1.6214, 60.3059],[-1.619501, 60.3066],[-1.618199, 60.3072],[-1.616801, 60.3069],[-1.613999, 60.3062],[-1.6114, 60.306],[-1.6088, 60.3063],[-1.607499, 60.3087],[-1.6072, 60.3090],[-1.606699, 60.3088],[-1.6052, 60.3076],[-1.602399, 60.3077],[-1.6006, 60.3069],[-1.598901, 60.307],[-1.5986, 60.3065],[-1.5999, 60.3058],[-1.5999, 60.3052],[-1.599301, 60.3050],[-1.5984, 60.3046],[-1.5955, 60.3053],[-1.593701, 60.3053],[-1.5936, 60.3049],[-1.596001, 60.303],[-1.5962, 60.3026],[-1.596099, 60.3023],[-1.5955, 60.3023],[-1.593199, 60.303],[-1.5926, 60.303],[-1.591699, 60.3026],[-1.5897, 60.3020],[-1.5886, 60.3011],[-1.589, 60.3003],[-1.5922, 60.3005],[-1.592399, 60.2998],[-1.5908, 60.2978],[-1.5894, 60.2961],[-1.585899, 60.2955],[-1.5829, 60.2966],[-1.5806, 60.2955],[-1.579301, 60.2933],[-1.575899, 60.2916],[-1.5742, 60.2908],[-1.574, 60.2901],[-1.574, 60.2893],[-1.5734, 60.2887],[-1.5699, 60.2882],[-1.5684, 60.2876],[-1.5667, 60.2876],[-1.566, 60.2882],[-1.567299, 60.289],[-1.567899, 60.2902],[-1.5682, 60.2923],[-1.5718, 60.2945],[-1.573701, 60.2954],[-1.573799, 60.296],[-1.5726, 60.2977],[-1.572899, 60.2984],[-1.575, 60.2988],[-1.576499, 60.2997],[-1.5771, 60.3],[-1.5768, 60.3003],[-1.575, 60.3005],[-1.573799, 60.3015],[-1.5734, 60.3021],[-1.572399, 60.3026],[-1.5712, 60.3023],[-1.569, 60.3013],[-1.567299, 60.3006],[-1.566, 60.2976],[-1.565899, 60.2962],[-1.5655, 60.2957],[-1.5648, 60.2954],[-1.562199, 60.2955],[-1.560899, 60.2961],[-1.5584, 60.2964],[-1.5575, 60.2974],[-1.555799, 60.2977],[-1.552999, 60.2973],[-1.5509, 60.2969],[-1.5483, 60.2966],[-1.547099, 60.2962],[-1.546, 60.2961],[-1.5446, 60.2963],[-1.5426, 60.2968],[-1.540699, 60.2967],[-1.538599, 60.2962],[-1.536299, 60.2954],[-1.5344, 60.295],[-1.5331, 60.2948],[-1.5331, 60.2945],[-1.5333, 60.294],[-1.533, 60.2938],[-1.5323, 60.2937],[-1.5319, 60.294],[-1.5316, 60.2947],[-1.5325, 60.2959],[-1.5324, 60.2969],[-1.532899, 60.2996],[-1.536, 60.2998],[-1.539301, 60.2998],[-1.5402, 60.2994],[-1.5416, 60.2993],[-1.5446, 60.2996],[-1.5454, 60.3004],[-1.5473, 60.3022],[-1.5477, 60.303],[-1.5474, 60.3050],[-1.547001, 60.3057],[-1.545599, 60.3064],[-1.5425, 60.3088],[-1.541499, 60.3094],[-1.540599, 60.3097],[-1.539101, 60.3093],[-1.5374, 60.3089],[-1.535599, 60.3088],[-1.534301, 60.3082],[-1.533, 60.3079],[-1.5326, 60.3081],[-1.5325, 60.3095],[-1.531, 60.3109],[-1.5252, 60.3132],[-1.523399, 60.3138],[-1.522099, 60.3139],[-1.5211, 60.3141],[-1.514899, 60.3168],[-1.5094, 60.3187],[-1.5086, 60.3189],[-1.5072, 60.3194],[-1.504101, 60.3193],[-1.501201, 60.3190],[-1.499101, 60.3181],[-1.497499, 60.3179],[-1.495499, 60.3180],[-1.493701, 60.3176],[-1.4934, 60.3170],[-1.494599, 60.3158],[-1.494599, 60.3155],[-1.4935, 60.3149],[-1.4927, 60.3146],[-1.492, 60.3134],[-1.491801, 60.3117],[-1.4915, 60.3101],[-1.488999, 60.3080],[-1.4884, 60.3069],[-1.488, 60.3049],[-1.4873, 60.3029],[-1.486601, 60.3018],[-1.4856, 60.3011],[-1.4844, 60.3005],[-1.484599, 60.3],[-1.4851, 60.2988],[-1.4849, 60.2979],[-1.4838, 60.2971],[-1.4835, 60.2954],[-1.4823, 60.2943],[-1.4815, 60.293],[-1.480299, 60.2916],[-1.4801, 60.29],[-1.4806, 60.2891],[-1.4814, 60.2865],[-1.4814, 60.2859],[-1.4809, 60.2851],[-1.48, 60.2842],[-1.48, 60.2836],[-1.478999, 60.2828],[-1.478299, 60.2824],[-1.478299, 60.282],[-1.4791, 60.2805],[-1.478701, 60.2794],[-1.4777, 60.2783],[-1.4773, 60.2774],[-1.4757, 60.2762],[-1.4757, 60.2758],[-1.4762, 60.2755],[-1.4777, 60.2751],[-1.4777, 60.2748],[-1.476801, 60.2745],[-1.474699, 60.2747],[-1.4736, 60.2754],[-1.4721, 60.2765],[-1.4698, 60.2772],[-1.4686, 60.2781],[-1.468701, 60.2789],[-1.469599, 60.2795],[-1.4699, 60.2797],[-1.4712, 60.2797],[-1.4719, 60.2799],[-1.472, 60.2802],[-1.4719, 60.2811],[-1.4723, 60.2812],[-1.473099, 60.2812],[-1.4735, 60.2808],[-1.473901, 60.2803],[-1.473799, 60.2799],[-1.473701, 60.2792],[-1.4735, 60.2785],[-1.4736, 60.2777],[-1.473901, 60.2775],[-1.4749, 60.2774],[-1.475199, 60.2775],[-1.475199, 60.2783],[-1.4751, 60.2792],[-1.4757, 60.2798],[-1.4757, 60.2807],[-1.4749, 60.2818],[-1.4728, 60.2829],[-1.468, 60.2835],[-1.467499, 60.2839],[-1.465299, 60.2843],[-1.464599, 60.2849],[-1.4662, 60.2864],[-1.466401, 60.287],[-1.466401, 60.2875],[-1.4656, 60.2881],[-1.4634, 60.2888],[-1.4621, 60.2888],[-1.460899, 60.2885],[-1.459501, 60.2877],[-1.4582, 60.2877],[-1.4571, 60.2879],[-1.4561, 60.2887],[-1.4562, 60.2896],[-1.4575, 60.2898],[-1.4579, 60.2906],[-1.4576, 60.292],[-1.4582, 60.2926],[-1.459599, 60.2925],[-1.4607, 60.2913],[-1.4627, 60.2901],[-1.4661, 60.2896],[-1.469, 60.2882],[-1.4697, 60.2882],[-1.4706, 60.2884],[-1.4727, 60.2888],[-1.474, 60.2889],[-1.474599, 60.2894],[-1.474599, 60.2902],[-1.4751, 60.2906],[-1.4772, 60.2909],[-1.477399, 60.2911],[-1.4772, 60.2915],[-1.4758, 60.2929],[-1.4759, 60.2937],[-1.476699, 60.2942],[-1.478, 60.2947],[-1.478099, 60.3],[-1.4807, 60.3025],[-1.4835, 60.304],[-1.4851, 60.3055],[-1.484599, 60.307],[-1.483199, 60.3075],[-1.4798, 60.3067],[-1.4776, 60.3067],[-1.4764, 60.3064],[-1.475299, 60.3062],[-1.473701, 60.3075],[-1.4727, 60.3079],[-1.471699, 60.3076],[-1.4692, 60.3066],[-1.4669, 60.3056],[-1.466001, 60.3033],[-1.4635, 60.3],[-1.461401, 60.2997],[-1.456601, 60.2998],[-1.4527, 60.2998],[-1.4506, 60.2996],[-1.450099, 60.2996],[-1.4492, 60.2994],[-1.448799, 60.299],[-1.449, 60.2985],[-1.449301, 60.2977],[-1.4489, 60.2974],[-1.4486, 60.2969],[-1.45, 60.2962],[-1.4507, 60.2956],[-1.450799, 60.2952],[-1.448701, 60.2954],[-1.446001, 60.2975],[-1.4425, 60.2973],[-1.4403, 60.2981],[-1.4399, 60.2992],[-1.439999, 60.2997],[-1.4403, 60.3001],[-1.4419, 60.3005],[-1.443701, 60.3003],[-1.445799, 60.3001],[-1.4492, 60.3012],[-1.4534, 60.3018],[-1.455199, 60.3021],[-1.458099, 60.3020],[-1.459599, 60.3022],[-1.4599, 60.3026],[-1.4599, 60.3031],[-1.4598, 60.3038],[-1.4599, 60.3044],[-1.460299, 60.3048],[-1.4621, 60.3053],[-1.4629, 60.3054],[-1.4629, 60.3058],[-1.4626, 60.306],[-1.4608, 60.3061],[-1.459301, 60.306],[-1.4584, 60.3056],[-1.4571, 60.3052],[-1.455799, 60.3052],[-1.455, 60.3053],[-1.4549, 60.3058],[-1.455099, 60.3059],[-1.4557, 60.3061],[-1.4562, 60.3062],[-1.4562, 60.3064],[-1.455899, 60.3067],[-1.454599, 60.3069],[-1.451699, 60.307],[-1.45, 60.3067],[-1.448701, 60.3067],[-1.448099, 60.3069],[-1.447399, 60.3074],[-1.4455, 60.3077],[-1.4369, 60.3081],[-1.435799, 60.3084],[-1.435699, 60.3088],[-1.435699, 60.3091],[-1.436, 60.3091],[-1.4383, 60.3091],[-1.4411, 60.3091],[-1.4421, 60.3097],[-1.442999, 60.3099],[-1.4442, 60.3099],[-1.445799, 60.3091],[-1.446401, 60.3085],[-1.4469, 60.3085],[-1.4475, 60.3091],[-1.449501, 60.3099],[-1.4522, 60.3105],[-1.4557, 60.3106],[-1.459, 60.3100],[-1.4611, 60.3104],[-1.4619, 60.3110],[-1.461401, 60.3121],[-1.4601, 60.3137],[-1.4562, 60.3148],[-1.453901, 60.3169],[-1.4526, 60.3175],[-1.4492, 60.3179],[-1.4454, 60.3181],[-1.4434, 60.3183],[-1.4424, 60.3186],[-1.442299, 60.3189],[-1.4432, 60.3199],[-1.4432, 60.3209],[-1.442199, 60.3214],[-1.439301, 60.3215],[-1.435699, 60.3222],[-1.4327, 60.3235],[-1.431401, 60.3239],[-1.431, 60.3244],[-1.4311, 60.3252],[-1.431201, 60.3258],[-1.430799, 60.3261],[-1.4302, 60.3262],[-1.429301, 60.3256],[-1.428501, 60.3255],[-1.427799, 60.3258],[-1.427199, 60.3265],[-1.427299, 60.3274],[-1.4276, 60.3280],[-1.4274, 60.3286],[-1.426499, 60.3288],[-1.424199, 60.3295],[-1.423, 60.3292],[-1.422099, 60.3282],[-1.421401, 60.3275],[-1.421, 60.3266],[-1.4209, 60.3260],[-1.421401, 60.3252],[-1.421201, 60.3239],[-1.4204, 60.3212],[-1.419301, 60.3190],[-1.4173, 60.3169],[-1.416401, 60.3160],[-1.4154, 60.3153],[-1.413, 60.3160],[-1.411201, 60.3185],[-1.4102, 60.3197],[-1.4082, 60.3200],[-1.4059, 60.3198],[-1.4036, 60.3189],[-1.3986, 60.3173],[-1.395, 60.3167],[-1.393, 60.3164],[-1.3916, 60.3161],[-1.3901, 60.3148],[-1.3873, 60.3147],[-1.3857, 60.3144],[-1.384799, 60.3138],[-1.3838, 60.3125],[-1.383501, 60.3113],[-1.3829, 60.3089],[-1.3828, 60.3077],[-1.3831, 60.3066],[-1.3836, 60.3063],[-1.3864, 60.3063],[-1.3864, 60.3051],[-1.385599, 60.3038],[-1.3852, 60.3033],[-1.384699, 60.3026],[-1.383299, 60.3020],[-1.3809, 60.3014],[-1.3793, 60.3006],[-1.3787, 60.3003],[-1.3779, 60.2992],[-1.3782, 60.2972],[-1.3786, 60.2956],[-1.3781, 60.2927],[-1.3785, 60.2895],[-1.378399, 60.2886],[-1.3782, 60.288],[-1.3772, 60.2874],[-1.376001, 60.287],[-1.3737, 60.2867],[-1.3731, 60.2863],[-1.3735, 60.2857],[-1.373299, 60.285],[-1.372599, 60.2846],[-1.372001, 60.2844],[-1.3714, 60.2845],[-1.3713, 60.2848],[-1.371601, 60.2854],[-1.371001, 60.2857],[-1.369501, 60.2857],[-1.367599, 60.2859],[-1.366201, 60.2864],[-1.3649, 60.288],[-1.364599, 60.289],[-1.365, 60.2908],[-1.364699, 60.2922],[-1.3644, 60.2941],[-1.364501, 60.2961],[-1.363901, 60.2981],[-1.3635, 60.299],[-1.363199, 60.2993],[-1.3621, 60.2997],[-1.360399, 60.2997],[-1.3593, 60.3011],[-1.3585, 60.3014],[-1.3571, 60.3013],[-1.3542, 60.3015],[-1.351099, 60.3032],[-1.3476, 60.3037],[-1.345, 60.3035],[-1.341601, 60.3029],[-1.3386, 60.3029],[-1.3371, 60.3024],[-1.3365, 60.3026],[-1.3362, 60.3029],[-1.3362, 60.3033],[-1.338901, 60.3042],[-1.341699, 60.3047],[-1.3456, 60.3050],[-1.348701, 60.3046],[-1.3519, 60.3047],[-1.356099, 60.3037],[-1.3591, 60.304],[-1.361601, 60.3049],[-1.362, 60.3054],[-1.3622, 60.3059],[-1.362499, 60.3077],[-1.363199, 60.3091],[-1.364699, 60.3104],[-1.3664, 60.3113],[-1.3664, 60.3118],[-1.3656, 60.3129],[-1.365399, 60.3147],[-1.364699, 60.3173],[-1.365, 60.3187],[-1.365399, 60.3197],[-1.366201, 60.3204],[-1.367499, 60.3212],[-1.37, 60.3216],[-1.373199, 60.3224],[-1.3735, 60.3227],[-1.373399, 60.3233],[-1.372699, 60.3236],[-1.368701, 60.3230],[-1.368199, 60.3230],[-1.3678, 60.3233],[-1.365499, 60.3264],[-1.364599, 60.3274],[-1.364599, 60.3278],[-1.3658, 60.3293],[-1.366099, 60.3304],[-1.3658, 60.3313],[-1.3649, 60.3328],[-1.364599, 60.3335],[-1.364799, 60.3345],[-1.366201, 60.3364],[-1.366601, 60.3372],[-1.3664, 60.3376],[-1.365399, 60.3381],[-1.363299, 60.3394],[-1.361801, 60.3409],[-1.361201, 60.3413],[-1.3586, 60.3418],[-1.356601, 60.3424],[-1.351801, 60.3445],[-1.3498, 60.345],[-1.3472, 60.3447],[-1.344501, 60.3436],[-1.344301, 60.3426],[-1.344301, 60.3395],[-1.3436, 60.3376],[-1.3428, 60.3367],[-1.3411, 60.3353],[-1.338901, 60.3343],[-1.3363, 60.3337],[-1.3356, 60.3336],[-1.335299, 60.3338],[-1.335199, 60.3345],[-1.3348, 60.335],[-1.3341, 60.3357],[-1.3332, 60.3361],[-1.3306, 60.3366],[-1.329599, 60.3371],[-1.329399, 60.3375],[-1.3327, 60.339],[-1.333799, 60.3399],[-1.3347, 60.3409],[-1.335299, 60.3434],[-1.3354, 60.3452],[-1.3347, 60.3485],[-1.3332, 60.3508],[-1.331699, 60.3523],[-1.3315, 60.353],[-1.331699, 60.3532],[-1.3322, 60.3536],[-1.335, 60.3547],[-1.337299, 60.3557],[-1.3379, 60.3564],[-1.3385, 60.3572],[-1.338701, 60.3584],[-1.3385, 60.3591],[-1.3377, 60.3599],[-1.336001, 60.3606],[-1.3311, 60.3604],[-1.328501, 60.3598],[-1.325, 60.359],[-1.3174, 60.3587],[-1.3096, 60.3584],[-1.304301, 60.3589],[-1.3019, 60.3596],[-1.2999, 60.3605],[-1.299, 60.3606],[-1.2974, 60.3607],[-1.295099, 60.3602],[-1.2931, 60.3597],[-1.2919, 60.3595],[-1.2904, 60.3584],[-1.284899, 60.3549],[-1.282099, 60.3536],[-1.279799, 60.3531],[-1.276, 60.3529],[-1.2738, 60.3524],[-1.271899, 60.3515],[-1.269, 60.3502],[-1.266801, 60.3502],[-1.264899, 60.3504],[-1.2631, 60.3507],[-1.260399, 60.3515],[-1.2594, 60.3519],[-1.2594, 60.3521],[-1.2666, 60.3539],[-1.2675, 60.3545],[-1.2688, 60.3557],[-1.2696, 60.3559],[-1.271401, 60.3559],[-1.274301, 60.3554],[-1.2772, 60.3557],[-1.2822, 60.3569],[-1.2846, 60.3587],[-1.285599, 60.36],[-1.286299, 60.3614],[-1.2887, 60.365],[-1.2902, 60.3663],[-1.2933, 60.3674],[-1.2967, 60.3684],[-1.3009, 60.3696],[-1.307001, 60.3695],[-1.311499, 60.3692],[-1.3167, 60.3688],[-1.323099, 60.3684],[-1.3283, 60.367],[-1.3322, 60.3660],[-1.335899, 60.3657],[-1.3386, 60.3654],[-1.342399, 60.3659],[-1.346801, 60.3672],[-1.3499, 60.3684],[-1.3542, 60.3687],[-1.358701, 60.3693],[-1.3607, 60.3698],[-1.361201, 60.3703],[-1.3609, 60.3707],[-1.358701, 60.3722],[-1.3585, 60.3736],[-1.3578, 60.3738],[-1.354599, 60.3735],[-1.351699, 60.3733],[-1.349501, 60.3739],[-1.3486, 60.3751],[-1.3471, 60.3773],[-1.3455, 60.3799],[-1.345, 60.3816],[-1.3447, 60.3822],[-1.343799, 60.3824],[-1.3429, 60.3822],[-1.3421, 60.3819],[-1.341801, 60.3819],[-1.341699, 60.3830],[-1.3419, 60.3837],[-1.3427, 60.3842],[-1.345199, 60.3847],[-1.3473, 60.3847],[-1.349, 60.3859],[-1.349501, 60.3878],[-1.349501, 60.3903],[-1.348799, 60.3914],[-1.348701, 60.3922],[-1.3515, 60.3942],[-1.352499, 60.3948],[-1.3548, 60.3947],[-1.356099, 60.3942],[-1.3607, 60.3929],[-1.362599, 60.3920],[-1.3638, 60.3913],[-1.3651, 60.388],[-1.3664, 60.3866],[-1.367599, 60.3858],[-1.3701, 60.3845],[-1.371201, 60.3824],[-1.372699, 60.3802],[-1.373901, 60.3787],[-1.375499, 60.3778],[-1.378999, 60.3769],[-1.3799, 60.3768],[-1.380599, 60.3766],[-1.3807, 60.3762],[-1.3782, 60.3733],[-1.3756, 60.3694],[-1.3756, 60.3683],[-1.3778, 60.3622],[-1.3779, 60.3609],[-1.3781, 60.36],[-1.3808, 60.3578],[-1.3829, 60.3572],[-1.383399, 60.3569],[-1.3836, 60.3564],[-1.382699, 60.3557],[-1.382699, 60.3553],[-1.383299, 60.355],[-1.385599, 60.355],[-1.386201, 60.3546],[-1.3873, 60.3532],[-1.3896, 60.3525],[-1.3932, 60.3517],[-1.3973, 60.3515],[-1.399799, 60.3505],[-1.402099, 60.3492],[-1.404799, 60.3468],[-1.4069, 60.3464],[-1.4094, 60.3474],[-1.410599, 60.3478],[-1.412001, 60.3485],[-1.4124, 60.3483],[-1.4126, 60.3476],[-1.4132, 60.3469],[-1.4139, 60.3468],[-1.4148, 60.3471],[-1.4155, 60.3478],[-1.416299, 60.348],[-1.4184, 60.3478],[-1.4196, 60.3482],[-1.420699, 60.3487],[-1.422001, 60.3489],[-1.423701, 60.3487],[-1.4259, 60.3478],[-1.4284, 60.3474],[-1.4305, 60.3478],[-1.432199, 60.3479],[-1.4346, 60.348],[-1.436601, 60.3478],[-1.4424, 60.3483],[-1.4442, 60.3485],[-1.446001, 60.3486],[-1.449501, 60.3486],[-1.4498, 60.3491],[-1.45, 60.3496],[-1.4504, 60.3505],[-1.451001, 60.3509],[-1.451499, 60.351],[-1.4521, 60.3512],[-1.452299, 60.3519],[-1.452399, 60.3524],[-1.452999, 60.3527],[-1.453901, 60.3528],[-1.4548, 60.3526],[-1.455799, 60.3525],[-1.4562, 60.353],[-1.4555, 60.354],[-1.4555, 60.3545],[-1.4565, 60.355],[-1.4584, 60.3553],[-1.459301, 60.3557],[-1.4601, 60.356],[-1.461001, 60.3568],[-1.4612, 60.357],[-1.4611, 60.3576],[-1.460299, 60.3577],[-1.459301, 60.3579],[-1.4592, 60.3582],[-1.459399, 60.3591],[-1.4601, 60.361],[-1.4633, 60.3617],[-1.463701, 60.3622],[-1.4629, 60.3625],[-1.46, 60.3621],[-1.4599, 60.3625],[-1.461601, 60.3645],[-1.462, 60.3657],[-1.461699, 60.3669],[-1.4636, 60.3678],[-1.464501, 60.3688],[-1.4658, 60.3701],[-1.468199, 60.3711],[-1.4697, 60.3716],[-1.470399, 60.3716],[-1.4713, 60.3716],[-1.4719, 60.3717],[-1.472, 60.3720],[-1.471601, 60.3723],[-1.4678, 60.3723],[-1.467499, 60.3726],[-1.4676, 60.3731],[-1.468, 60.3733],[-1.468799, 60.3734],[-1.4701, 60.3735],[-1.4708, 60.3737],[-1.471801, 60.3742],[-1.472, 60.3749],[-1.472, 60.3754],[-1.4707, 60.3756],[-1.4676, 60.3750],[-1.465899, 60.3737],[-1.465299, 60.3737],[-1.465199, 60.3742],[-1.465299, 60.3746],[-1.4665, 60.3755],[-1.4671, 60.3760],[-1.4671, 60.3767],[-1.466801, 60.3777],[-1.4665, 60.3780],[-1.4656, 60.3786],[-1.465, 60.3786],[-1.4644, 60.3785],[-1.463901, 60.3780],[-1.463799, 60.3774],[-1.4642, 60.3766],[-1.464599, 60.3762],[-1.4648, 60.3758],[-1.464599, 60.3755],[-1.463799, 60.3753],[-1.463199, 60.3745],[-1.463199, 60.3740],[-1.462299, 60.3732],[-1.461801, 60.3731],[-1.4575, 60.3739],[-1.4562, 60.3744],[-1.455899, 60.3751],[-1.456699, 60.3755],[-1.4576, 60.3755],[-1.4582, 60.3755],[-1.459301, 60.3759],[-1.459599, 60.3761],[-1.459599, 60.3764],[-1.459399, 60.3769],[-1.4584, 60.3774],[-1.457399, 60.3774],[-1.4562, 60.3769],[-1.4548, 60.3763],[-1.454301, 60.3763],[-1.4529, 60.3768],[-1.4528, 60.3775],[-1.4533, 60.3777],[-1.453701, 60.3779],[-1.453799, 60.3782],[-1.4536, 60.3784],[-1.4525, 60.3787],[-1.4521, 60.3792],[-1.451401, 60.3792],[-1.4506, 60.3787],[-1.4499, 60.3785],[-1.4491, 60.3784],[-1.4486, 60.3788],[-1.4486, 60.3798],[-1.448701, 60.3807],[-1.448799, 60.3810],[-1.4491, 60.3812],[-1.4496, 60.3812],[-1.450199, 60.3809],[-1.451001, 60.3808],[-1.451699, 60.3807],[-1.4526, 60.3807],[-1.4533, 60.3809],[-1.4541, 60.3813],[-1.454599, 60.3818],[-1.4548, 60.3825],[-1.454399, 60.3830],[-1.453799, 60.3832],[-1.453099, 60.3829],[-1.452299, 60.3822],[-1.451601, 60.3819],[-1.4511, 60.382],[-1.4507, 60.3824],[-1.4503, 60.3829],[-1.4492, 60.3828],[-1.4489, 60.3831],[-1.4489, 60.3839],[-1.449301, 60.3841],[-1.4497, 60.3844],[-1.4499, 60.3848],[-1.4497, 60.3851],[-1.448799, 60.3855],[-1.447999, 60.3862],[-1.446001, 60.3860],[-1.445899, 60.3863],[-1.4462, 60.3866],[-1.446401, 60.3872],[-1.446001, 60.3874],[-1.4454, 60.3873],[-1.443799, 60.3866],[-1.4433, 60.3865],[-1.442299, 60.3871],[-1.442299, 60.3875],[-1.4432, 60.388],[-1.4432, 60.3883],[-1.442899, 60.3886],[-1.4403, 60.3885],[-1.4384, 60.3891],[-1.436499, 60.3894],[-1.435799, 60.3892],[-1.4348, 60.3892],[-1.4347, 60.3894],[-1.4354, 60.3899],[-1.4369, 60.3902],[-1.4374, 60.3906],[-1.4369, 60.3907],[-1.435099, 60.3907],[-1.4342, 60.3909],[-1.4331, 60.3912],[-1.432099, 60.3911],[-1.431401, 60.3909],[-1.4306, 60.3904],[-1.4299, 60.3897],[-1.4296, 60.3889],[-1.4292, 60.3886],[-1.4282, 60.3884],[-1.427799, 60.3884],[-1.427199, 60.3887],[-1.427099, 60.3894],[-1.427299, 60.3901],[-1.4269, 60.391],[-1.426201, 60.3913],[-1.4253, 60.3912],[-1.423501, 60.3904],[-1.422899, 60.3894],[-1.422899, 60.3878],[-1.4225, 60.3868],[-1.421499, 60.3864],[-1.4167, 60.3854],[-1.4147, 60.3845],[-1.4131, 60.3832],[-1.4117, 60.3814],[-1.4089, 60.3808],[-1.4076, 60.3811],[-1.407099, 60.3815],[-1.407099, 60.3822],[-1.407899, 60.3835],[-1.407699, 60.3839],[-1.4066, 60.3838],[-1.402699, 60.3826],[-1.399, 60.3808],[-1.3947, 60.3789],[-1.3902, 60.3768],[-1.3887, 60.3764],[-1.3872, 60.3765],[-1.3843, 60.3767],[-1.3823, 60.3772],[-1.381801, 60.3777],[-1.382599, 60.3782],[-1.385399, 60.3797],[-1.3864, 60.3801],[-1.39, 60.3800],[-1.3916, 60.3805],[-1.3946, 60.3823],[-1.4015, 60.3841],[-1.4029, 60.3854],[-1.4059, 60.3864],[-1.407001, 60.3871],[-1.408501, 60.3885],[-1.409, 60.391],[-1.4088, 60.3917],[-1.4076, 60.3920],[-1.4073, 60.3921],[-1.4076, 60.3926],[-1.4075, 60.3931],[-1.4069, 60.3939],[-1.407699, 60.3946],[-1.4076, 60.3951],[-1.406299, 60.3957],[-1.4029, 60.3956],[-1.398, 60.3956],[-1.396201, 60.3965],[-1.394799, 60.3967],[-1.392099, 60.3953],[-1.391401, 60.3956],[-1.390599, 60.3965],[-1.389101, 60.3968],[-1.388501, 60.3973],[-1.388299, 60.398],[-1.387699, 60.3981],[-1.386201, 60.3982],[-1.386201, 60.3984],[-1.3864, 60.3986],[-1.3881, 60.3991],[-1.3896, 60.4002],[-1.3902, 60.4004],[-1.391201, 60.3992],[-1.395, 60.398],[-1.396899, 60.3976],[-1.399101, 60.398],[-1.4025, 60.3986],[-1.4054, 60.3996],[-1.406801, 60.4005],[-1.4073, 60.4015],[-1.407799, 60.4032],[-1.4082, 60.4035],[-1.4105, 60.4036],[-1.4116, 60.404],[-1.412001, 60.4042],[-1.412199, 60.405],[-1.4119, 60.4067],[-1.4103, 60.4084],[-1.4101, 60.4089],[-1.4105, 60.4098],[-1.4102, 60.411],[-1.4098, 60.4115],[-1.4065, 60.4133],[-1.4054, 60.4139],[-1.404, 60.4141],[-1.4019, 60.4136],[-1.4008, 60.4132],[-1.4002, 60.4133],[-1.3996, 60.4138],[-1.399199, 60.4142],[-1.3979, 60.4141],[-1.396801, 60.4139],[-1.395, 60.4117],[-1.393, 60.4092],[-1.3915, 60.4082],[-1.3901, 60.4081],[-1.388901, 60.4085],[-1.3888, 60.4095],[-1.389101, 60.4106],[-1.3902, 60.4121],[-1.3925, 60.4152],[-1.392599, 60.4169],[-1.3937, 60.4179],[-1.3958, 60.419],[-1.3965, 60.4192],[-1.396899, 60.4188],[-1.3972, 60.4176],[-1.398, 60.4174],[-1.399, 60.4177],[-1.399799, 60.418],[-1.401401, 60.4177],[-1.404199, 60.4175],[-1.408, 60.4177],[-1.412099, 60.417],[-1.414101, 60.4158],[-1.4151, 60.4154],[-1.4189, 60.415],[-1.420799, 60.415],[-1.4226, 60.4152],[-1.423501, 60.4161],[-1.4248, 60.4163],[-1.4253, 60.416],[-1.4253, 60.4156],[-1.4249, 60.4149],[-1.424999, 60.4144],[-1.4259, 60.414],[-1.427299, 60.4137],[-1.4295, 60.4143],[-1.433701, 60.4147],[-1.4361, 60.415],[-1.4382, 60.4158],[-1.4392, 60.4158],[-1.439999, 60.4146],[-1.441499, 60.4144],[-1.4434, 60.4145],[-1.4471, 60.4154],[-1.4489, 60.4162],[-1.4504, 60.4175],[-1.450799, 60.4185],[-1.4506, 60.4192],[-1.4498, 60.4194],[-1.4478, 60.4191],[-1.447299, 60.4195],[-1.447001, 60.42],[-1.447199, 60.4206],[-1.4483, 60.4214],[-1.4486, 60.4219],[-1.448501, 60.4223],[-1.4482, 60.4226],[-1.4475, 60.4224],[-1.4468, 60.422],[-1.446001, 60.4218],[-1.445899, 60.4222],[-1.446499, 60.4229],[-1.446001, 60.4236],[-1.4453, 60.4240],[-1.4454, 60.4243],[-1.445799, 60.4244],[-1.448701, 60.4241],[-1.4504, 60.4242],[-1.4512, 60.4245],[-1.4512, 60.4257],[-1.450799, 60.4261],[-1.4507, 60.4264],[-1.451001, 60.4269],[-1.453799, 60.4297],[-1.454, 60.4299],[-1.454, 60.4303],[-1.453099, 60.4316],[-1.4528, 60.4333],[-1.4528, 60.4343],[-1.4526, 60.4347],[-1.4518, 60.4349],[-1.4511, 60.4348],[-1.449, 60.4337],[-1.4484, 60.4339],[-1.4476, 60.4348],[-1.4453, 60.4357],[-1.4453, 60.4360],[-1.4468, 60.4366],[-1.4471, 60.4372],[-1.4469, 60.4378],[-1.445799, 60.4398],[-1.445899, 60.4405],[-1.4469, 60.4422],[-1.4468, 60.4428],[-1.4463, 60.4436],[-1.444301, 60.4448],[-1.442899, 60.4458],[-1.4419, 60.4461],[-1.4412, 60.4472],[-1.4398, 60.4475],[-1.4389, 60.4472],[-1.4378, 60.4465],[-1.4368, 60.446],[-1.4353, 60.4459],[-1.4333, 60.4462],[-1.432099, 60.4468],[-1.4292, 60.4476],[-1.4283, 60.4482],[-1.427899, 60.4492],[-1.427299, 60.4497],[-1.4263, 60.4499],[-1.424199, 60.4500],[-1.422799, 60.4503],[-1.4218, 60.4507],[-1.420699, 60.4512],[-1.420799, 60.4514],[-1.421, 60.4517],[-1.4223, 60.4518],[-1.4239, 60.4517],[-1.4255, 60.4514],[-1.429, 60.451],[-1.4318, 60.4512],[-1.4331, 60.4511],[-1.4367, 60.4502],[-1.4406, 60.4492],[-1.4421, 60.4492],[-1.443099, 60.4496],[-1.443701, 60.4505],[-1.4446, 60.4507],[-1.446601, 60.4508],[-1.4507, 60.4505],[-1.4542, 60.4498],[-1.456699, 60.4498],[-1.4576, 60.4502],[-1.4578, 60.4509],[-1.4605, 60.4517],[-1.4626, 60.4536],[-1.4629, 60.4557],[-1.462299, 60.4574],[-1.462299, 60.4587],[-1.462499, 60.4591],[-1.464599, 60.4589],[-1.4651, 60.4589],[-1.465199, 60.4596],[-1.4651, 60.4603],[-1.4644, 60.4608],[-1.4633, 60.4612],[-1.4621, 60.462],[-1.460299, 60.4641],[-1.4583, 60.4651],[-1.455099, 60.4655],[-1.4496, 60.465],[-1.4482, 60.4641],[-1.4454, 60.4643],[-1.443599, 60.4638],[-1.4421, 60.4639],[-1.440899, 60.4643],[-1.439999, 60.4647],[-1.439, 60.4654],[-1.4388, 60.466],[-1.438501, 60.4667],[-1.4383, 60.468],[-1.4377, 60.4694],[-1.4371, 60.4703],[-1.4363, 60.4709],[-1.4347, 60.4713],[-1.4319, 60.4712],[-1.4282, 60.4705],[-1.4276, 60.4707],[-1.4274, 60.4712],[-1.427999, 60.4716],[-1.430099, 60.4718],[-1.431401, 60.4721],[-1.4333, 60.4732],[-1.434501, 60.4732],[-1.435699, 60.4731],[-1.4384, 60.472],[-1.441, 60.4697],[-1.4428, 60.4691],[-1.4478, 60.4682],[-1.449, 60.4673],[-1.453099, 60.467],[-1.4555, 60.4671],[-1.459301, 60.4668],[-1.462999, 60.4674],[-1.4642, 60.4683],[-1.4644, 60.4692],[-1.464301, 60.4712],[-1.464, 60.4746],[-1.4634, 60.4761],[-1.4572, 60.4807],[-1.4562, 60.4817],[-1.4555, 60.4829],[-1.4554, 60.4834],[-1.4557, 60.4841],[-1.4556, 60.4844],[-1.4541, 60.4852],[-1.451601, 60.487],[-1.4507, 60.4878],[-1.4498, 60.4891],[-1.449, 60.4897],[-1.449, 60.4904],[-1.4489, 60.4909],[-1.4491, 60.4912],[-1.451401, 60.4914],[-1.453799, 60.4913],[-1.454501, 60.4911],[-1.4549, 60.4907],[-1.455, 60.4899],[-1.458099, 60.4899],[-1.460899, 60.4886],[-1.461401, 60.4882],[-1.461401, 60.4871],[-1.461699, 60.4866],[-1.4629, 60.486],[-1.464, 60.4854],[-1.4669, 60.4837],[-1.471099, 60.4814],[-1.472399, 60.4804],[-1.473, 60.4798],[-1.4734, 60.4789],[-1.473901, 60.4782],[-1.475199, 60.4773],[-1.4777, 60.4768],[-1.4793, 60.4766],[-1.4829, 60.4759],[-1.484699, 60.4753],[-1.485, 60.4742],[-1.484699, 60.4731],[-1.4836, 60.4725],[-1.4814, 60.4719],[-1.4805, 60.4715],[-1.4784, 60.4708],[-1.4773, 60.47],[-1.477399, 60.4696],[-1.478999, 60.468],[-1.4799, 60.4659],[-1.480299, 60.4644],[-1.481099, 60.4639],[-1.4841, 60.4626],[-1.486201, 60.4619],[-1.4864, 60.4615],[-1.486201, 60.4612],[-1.4848, 60.4599],[-1.4852, 60.4592],[-1.485299, 60.4584],[-1.4857, 60.4579],[-1.4871, 60.4578],[-1.487499, 60.4576],[-1.4873, 60.457],[-1.4878, 60.4567],[-1.490299, 60.4567],[-1.491001, 60.4566],[-1.4914, 60.4562],[-1.492, 60.4539],[-1.4927, 60.4531],[-1.4935, 60.4530],[-1.494501, 60.4530],[-1.496201, 60.4534],[-1.498399, 60.4538],[-1.499101, 60.4544],[-1.499699, 60.4576],[-1.5007, 60.4582],[-1.5015, 60.4584],[-1.502001, 60.4593],[-1.502499, 60.4599],[-1.5035, 60.4604],[-1.505499, 60.4609],[-1.508399, 60.4615],[-1.5087, 60.4618],[-1.5086, 60.4621],[-1.5073, 60.4635],[-1.5075, 60.4646],[-1.508, 60.4652],[-1.509101, 60.4656],[-1.5121, 60.4656],[-1.5125, 60.466],[-1.5125, 60.4664],[-1.5122, 60.4667],[-1.508501, 60.4672],[-1.507599, 60.4674],[-1.5066, 60.4679],[-1.5037, 60.4692],[-1.5036, 60.4694],[-1.506201, 60.4704],[-1.506201, 60.4707],[-1.5035, 60.4713],[-1.503399, 60.4717],[-1.504799, 60.4723],[-1.5051, 60.4729],[-1.5049, 60.4731],[-1.5031, 60.4733],[-1.499501, 60.4745],[-1.4956, 60.4756],[-1.4927, 60.4758],[-1.491099, 60.4758],[-1.4907, 60.4762],[-1.490499, 60.4765],[-1.4907, 60.4771],[-1.4931, 60.4785],[-1.4936, 60.4792],[-1.4942, 60.4804],[-1.494101, 60.4822],[-1.493299, 60.4833],[-1.4936, 60.4836],[-1.4944, 60.4838],[-1.498299, 60.4844],[-1.5002, 60.4835],[-1.5053, 60.4809],[-1.507001, 60.48],[-1.5152, 60.4798],[-1.5165, 60.4795],[-1.517001, 60.4792],[-1.5179, 60.4787],[-1.52, 60.4781],[-1.5207, 60.4782],[-1.521001, 60.4788],[-1.521299, 60.4791],[-1.522001, 60.4794],[-1.5231, 60.4801],[-1.526401, 60.4812],[-1.5279, 60.4814],[-1.5297, 60.4812],[-1.5311, 60.4804],[-1.5324, 60.4801],[-1.5325, 60.4795],[-1.532799, 60.4789],[-1.5333, 60.4786],[-1.5339, 60.4787],[-1.534301, 60.479],[-1.5345, 60.4805],[-1.534999, 60.4811],[-1.5359, 60.4818],[-1.5374, 60.4829],[-1.5381, 60.484],[-1.538599, 60.4844],[-1.5394, 60.4847],[-1.542001, 60.4858],[-1.542899, 60.4861],[-1.5432, 60.4865],[-1.5433, 60.4868],[-1.5432, 60.4872],[-1.5424, 60.4876],[-1.5426, 60.4878],[-1.5434, 60.4879],[-1.5445, 60.4878],[-1.544899, 60.4885],[-1.545699, 60.4891],[-1.5463, 60.4893],[-1.549999, 60.4895],[-1.554, 60.4895],[-1.555099, 60.489],[-1.556, 60.4881],[-1.557899, 60.4852],[-1.5584, 60.4844],[-1.5589, 60.4839],[-1.5613, 60.4834],[-1.562999, 60.4824],[-1.5639, 60.4812],[-1.5646, 60.479],[-1.566601, 60.4788],[-1.567299, 60.4788],[-1.5676, 60.4786],[-1.5677, 60.4783],[-1.5669, 60.4777],[-1.5669, 60.4771],[-1.5671, 60.4764],[-1.5674, 60.4759],[-1.567999, 60.4755],[-1.568599, 60.4754],[-1.5691, 60.4757],[-1.5696, 60.4766],[-1.570199, 60.4768],[-1.571401, 60.4772],[-1.5718, 60.4778],[-1.5718, 60.4785],[-1.5713, 60.4796],[-1.571401, 60.48],[-1.5718, 60.4802],[-1.5741, 60.4804],[-1.5753, 60.4801],[-1.576699, 60.4801],[-1.577399, 60.4804],[-1.578501, 60.4815],[-1.578901, 60.4816],[-1.5797, 60.4818],[-1.5807, 60.4816],[-1.5825, 60.4797],[-1.583099, 60.4792],[-1.583901, 60.4788],[-1.586001, 60.4788],[-1.586699, 60.4784],[-1.59, 60.4767],[-1.5911, 60.4767],[-1.5922, 60.4771],[-1.5927, 60.4776],[-1.593701, 60.4785],[-1.594301, 60.479],[-1.5971, 60.4794],[-1.6013, 60.4788],[-1.602499, 60.4787],[-1.603199, 60.4783],[-1.603299, 60.4768],[-1.6028, 60.475],[-1.603199, 60.4742],[-1.6064, 60.4742],[-1.6073, 60.474],[-1.608701, 60.4732],[-1.6093, 60.4729],[-1.611201, 60.4733],[-1.611899, 60.4736],[-1.6121, 60.4742],[-1.6098, 60.4753],[-1.6099, 60.476],[-1.610399, 60.4767],[-1.6109, 60.477],[-1.6131, 60.4775],[-1.614501, 60.4779],[-1.614699, 60.4781],[-1.614799, 60.4785],[-1.6143, 60.4797],[-1.614501, 60.48],[-1.615, 60.4803],[-1.6199, 60.4801],[-1.625499, 60.4809],[-1.627499, 60.4821],[-1.6282, 60.4826],[-1.6286, 60.4832],[-1.6288, 60.4842],[-1.6286, 60.4849],[-1.6286, 60.4854],[-1.6302, 60.4862],[-1.6301, 60.4868],[-1.6281, 60.4867],[-1.626801, 60.4875],[-1.624699, 60.489],[-1.6237, 60.4895],[-1.6206, 60.4899],[-1.6203, 60.4901],[-1.6203, 60.4903],[-1.621001, 60.4908],[-1.621001, 60.4911],[-1.6203, 60.4914],[-1.619599, 60.4916],[-1.619101, 60.4919],[-1.618999, 60.4923],[-1.619799, 60.4928],[-1.619699, 60.4932],[-1.618999, 60.4936],[-1.617599, 60.4938],[-1.6167, 60.4936],[-1.6163, 60.4937],[-1.616099, 60.4939],[-1.6167, 60.4951],[-1.6163, 60.4957],[-1.6157, 60.4973],[-1.615299, 60.4979],[-1.613299, 60.4981],[-1.6129, 60.4982],[-1.6127, 60.4984],[-1.612499, 60.4993],[-1.613, 60.4996],[-1.613199, 60.5001],[-1.613, 60.5007],[-1.6127, 60.5010],[-1.611899, 60.5018],[-1.6108, 60.5026],[-1.6099, 60.5035],[-1.6094, 60.5043],[-1.6094, 60.5047],[-1.6114, 60.5057],[-1.611699, 60.5059],[-1.611699, 60.5062],[-1.6115, 60.5066],[-1.6102, 60.5069],[-1.6093, 60.5072],[-1.6084, 60.5078],[-1.6071, 60.5082],[-1.6028, 60.5085],[-1.6006, 60.5086],[-1.5994, 60.5089],[-1.5973, 60.5082],[-1.5958, 60.5072],[-1.5936, 60.5062],[-1.591001, 60.5059],[-1.59, 60.5061],[-1.5892, 60.5069],[-1.5886, 60.5071],[-1.5877, 60.507],[-1.587299, 60.5067],[-1.5869, 60.5063],[-1.5857, 60.5049],[-1.5848, 60.5045],[-1.5833, 60.5045],[-1.5821, 60.5048],[-1.5812, 60.5053],[-1.5806, 60.5060],[-1.580199, 60.5074],[-1.5798, 60.5078],[-1.578901, 60.5080],[-1.578099, 60.5081],[-1.5775, 60.5077],[-1.576699, 60.5062],[-1.5754, 60.5050],[-1.574399, 60.5046],[-1.572999, 60.5044],[-1.5727, 60.5042],[-1.5726, 60.5035],[-1.572299, 60.5019],[-1.5719, 60.5013],[-1.571601, 60.5010],[-1.5699, 60.5003],[-1.5676, 60.5000],[-1.566601, 60.4999],[-1.5655, 60.5002],[-1.564501, 60.5006],[-1.562199, 60.5019],[-1.560799, 60.5030],[-1.558701, 60.5035],[-1.557999, 60.5038],[-1.5577, 60.504],[-1.5577, 60.5045],[-1.557999, 60.5050],[-1.558599, 60.5056],[-1.5599, 60.5060],[-1.565199, 60.5063],[-1.5682, 60.5061],[-1.5698, 60.5064],[-1.570799, 60.5066],[-1.572001, 60.5078],[-1.573799, 60.5082],[-1.574301, 60.5086],[-1.574, 60.5091],[-1.5718, 60.5089],[-1.570799, 60.5091],[-1.5703, 60.5094],[-1.570099, 60.51],[-1.5697, 60.5108],[-1.568799, 60.5123],[-1.5682, 60.5132],[-1.5677, 60.5134],[-1.564, 60.5124],[-1.563501, 60.5127],[-1.5632, 60.5138],[-1.5627, 60.5144],[-1.5621, 60.5149],[-1.5621, 60.5154],[-1.5633, 60.5165],[-1.5634, 60.517],[-1.563501, 60.5178],[-1.5621, 60.5212],[-1.5619, 60.522],[-1.5617, 60.5227],[-1.5619, 60.5231],[-1.5631, 60.5231],[-1.563599, 60.5235],[-1.564301, 60.5246],[-1.5648, 60.5259],[-1.5649, 60.5268],[-1.564399, 60.5288],[-1.564301, 60.5297],[-1.564, 60.5304],[-1.561499, 60.5318],[-1.560799, 60.5326],[-1.5611, 60.5335],[-1.5617, 60.5353],[-1.5617, 60.537],[-1.5604, 60.5381],[-1.558701, 60.538],[-1.5574, 60.5363],[-1.556201, 60.5367],[-1.556201, 60.5373],[-1.556401, 60.5383],[-1.556601, 60.5394],[-1.5568, 60.5398],[-1.5575, 60.5406],[-1.5575, 60.5412],[-1.557001, 60.5424],[-1.556499, 60.5441],[-1.556201, 60.5447],[-1.5556, 60.545],[-1.554101, 60.5455],[-1.551401, 60.5452],[-1.5498, 60.5455],[-1.550099, 60.5461],[-1.552001, 60.5469],[-1.552001, 60.5479],[-1.551601, 60.5483],[-1.5481, 60.5484],[-1.546401, 60.5490],[-1.544399, 60.5503],[-1.5431, 60.551],[-1.540699, 60.5507],[-1.539101, 60.5494],[-1.538599, 60.5496],[-1.5383, 60.5505],[-1.5381, 60.5515],[-1.537899, 60.5519],[-1.5369, 60.5526],[-1.535699, 60.5534],[-1.5301, 60.5559],[-1.529301, 60.5557],[-1.529101, 60.5551],[-1.5296, 60.5543],[-1.529, 60.5542],[-1.528, 60.5544],[-1.5261, 60.5546],[-1.5245, 60.5539],[-1.524, 60.5534],[-1.5226, 60.5534],[-1.5217, 60.553],[-1.520499, 60.5518],[-1.5173, 60.5493],[-1.5165, 60.5483],[-1.5165, 60.5473],[-1.5173, 60.5452],[-1.518, 60.5443],[-1.517599, 60.5439],[-1.517099, 60.544],[-1.516299, 60.5441],[-1.516001, 60.5439],[-1.516299, 60.5433],[-1.5179, 60.5415],[-1.5193, 60.5393],[-1.5197, 60.5373],[-1.5187, 60.5357],[-1.5179, 60.5355],[-1.5167, 60.5362],[-1.5159, 60.536],[-1.5159, 60.5354],[-1.516801, 60.5349],[-1.516899, 60.5345],[-1.5151, 60.5333],[-1.5145, 60.5322],[-1.5137, 60.5312],[-1.5114, 60.5299],[-1.509101, 60.5292],[-1.5057, 60.5293],[-1.505, 60.5291],[-1.5043, 60.5285],[-1.5036, 60.5271],[-1.5029, 60.5264],[-1.501601, 60.5263],[-1.499799, 60.5267],[-1.4985, 60.5263],[-1.498299, 60.5254],[-1.497599, 60.5249],[-1.4967, 60.5247],[-1.495499, 60.5241],[-1.4936, 60.5239],[-1.4923, 60.524],[-1.4913, 60.524],[-1.4908, 60.5238],[-1.4907, 60.5236],[-1.49, 60.5225],[-1.489501, 60.5223],[-1.488299, 60.5221],[-1.4871, 60.5218],[-1.4858, 60.5211],[-1.481801, 60.5187],[-1.4778, 60.5164],[-1.4749, 60.5151],[-1.4715, 60.5145],[-1.4692, 60.5142],[-1.4684, 60.5139],[-1.4684, 60.5136],[-1.468901, 60.5134],[-1.4706, 60.5133],[-1.470899, 60.5131],[-1.471001, 60.5128],[-1.4708, 60.5126],[-1.470299, 60.5123],[-1.468901, 60.5118],[-1.463199, 60.5099],[-1.456401, 60.5089],[-1.454501, 60.509],[-1.4518, 60.5085],[-1.450099, 60.5076],[-1.449501, 60.5069],[-1.448099, 60.5050],[-1.446601, 60.5045],[-1.4404, 60.504],[-1.4369, 60.5044],[-1.432199, 60.5057],[-1.427199, 60.5071],[-1.4255, 60.5073],[-1.421, 60.5075],[-1.417799, 60.5076],[-1.410599, 60.5082],[-1.4059, 60.509],[-1.4019, 60.5097],[-1.395599, 60.5112],[-1.3922, 60.5113],[-1.3902, 60.5112],[-1.3897, 60.5116],[-1.389799, 60.5121],[-1.390599, 60.5122],[-1.3916, 60.5122],[-1.393, 60.5133],[-1.394101, 60.5141],[-1.3951, 60.5144],[-1.3966, 60.5139],[-1.3975, 60.5135],[-1.399301, 60.5127],[-1.4032, 60.5119],[-1.408, 60.5115],[-1.417799, 60.5115],[-1.423, 60.5122],[-1.4254, 60.5126],[-1.427799, 60.5124],[-1.431401, 60.5114],[-1.4356, 60.51],[-1.4455, 60.5095],[-1.4483, 60.51],[-1.4497, 60.5104],[-1.4518, 60.5111],[-1.4557, 60.5128],[-1.457399, 60.5137],[-1.4633, 60.5169],[-1.466001, 60.5188],[-1.469599, 60.5214],[-1.473099, 60.5249],[-1.4763, 60.5282],[-1.4806, 60.5296],[-1.483701, 60.5316],[-1.485, 60.5316],[-1.4856, 60.5313],[-1.486001, 60.5312],[-1.487, 60.5314],[-1.4892, 60.5326],[-1.4927, 60.5356],[-1.4936, 60.5363],[-1.494501, 60.5362],[-1.4951, 60.5362],[-1.4956, 60.5366],[-1.4957, 60.5374],[-1.495399, 60.5378],[-1.4938, 60.5378],[-1.4935, 60.5381],[-1.4935, 60.5385],[-1.493999, 60.539],[-1.494501, 60.5397],[-1.494699, 60.5404],[-1.494799, 60.5412],[-1.495, 60.5415],[-1.495, 60.5417],[-1.494799, 60.5419],[-1.491899, 60.5423],[-1.490499, 60.5433],[-1.4902, 60.5446],[-1.4902, 60.5451],[-1.4927, 60.5459],[-1.4928, 60.5461],[-1.492499, 60.5464],[-1.4917, 60.5466],[-1.4893, 60.5466],[-1.488199, 60.5474],[-1.4834, 60.5481],[-1.481099, 60.5484],[-1.478999, 60.5492],[-1.470399, 60.5515],[-1.4694, 60.5518],[-1.467299, 60.5529],[-1.466801, 60.5534],[-1.4663, 60.5540],[-1.4662, 60.5549],[-1.466401, 60.556],[-1.467, 60.5570],[-1.468, 60.5577],[-1.468901, 60.5580],[-1.4713, 60.5577],[-1.471699, 60.5579],[-1.4719, 60.5584],[-1.471801, 60.5589],[-1.4691, 60.5599],[-1.460299, 60.5614],[-1.456699, 60.5631],[-1.453901, 60.5649],[-1.4505, 60.5681],[-1.4483, 60.5697],[-1.447299, 60.5701],[-1.4461, 60.5707],[-1.4448, 60.5709],[-1.443099, 60.571],[-1.4404, 60.5718],[-1.438599, 60.5721],[-1.437899, 60.5722],[-1.436601, 60.5722],[-1.435799, 60.5720],[-1.434301, 60.5719],[-1.433599, 60.5722],[-1.432999, 60.5726],[-1.431401, 60.5725],[-1.431201, 60.5729],[-1.431499, 60.5736],[-1.4326, 60.5756],[-1.432899, 60.5763],[-1.4327, 60.5767],[-1.4324, 60.577],[-1.4317, 60.5772],[-1.4304, 60.5774],[-1.4297, 60.5776],[-1.4297, 60.5779],[-1.430799, 60.5786],[-1.4324, 60.5792],[-1.432299, 60.5795],[-1.431401, 60.5805],[-1.4303, 60.5813],[-1.430099, 60.5818],[-1.4304, 60.5821],[-1.4326, 60.5828],[-1.4362, 60.5841],[-1.4406, 60.5849],[-1.4407, 60.5854],[-1.4406, 60.586],[-1.4407, 60.5872],[-1.440799, 60.5879],[-1.4407, 60.5884],[-1.438599, 60.5914],[-1.4376, 60.5921],[-1.4377, 60.5923],[-1.438701, 60.5926],[-1.4388, 60.5928],[-1.438599, 60.5931],[-1.4374, 60.5937],[-1.435799, 60.5942],[-1.4353, 60.5946],[-1.434501, 60.5956],[-1.4334, 60.5962],[-1.4319, 60.5966],[-1.431401, 60.5967],[-1.431201, 60.5967],[-1.431, 60.5966],[-1.4311, 60.5962],[-1.431499, 60.5955],[-1.431201, 60.5953],[-1.4302, 60.5956],[-1.429101, 60.5961],[-1.4282, 60.5968],[-1.4247, 60.5992],[-1.4223, 60.6006],[-1.4218, 60.6006],[-1.421401, 60.6003],[-1.4205, 60.6003],[-1.4196, 60.6008],[-1.4184, 60.6016],[-1.4159, 60.6025],[-1.4152, 60.6029],[-1.4153, 60.6034],[-1.415799, 60.6039],[-1.419399, 60.6036],[-1.4217, 60.6033],[-1.427199, 60.6032],[-1.430799, 60.6033],[-1.431499, 60.6035],[-1.431499, 60.6038],[-1.4311, 60.6043],[-1.4303, 60.6052],[-1.429999, 60.6052],[-1.429301, 60.6049],[-1.428701, 60.6051],[-1.4283, 60.6054],[-1.4282, 60.606],[-1.4274, 60.6062],[-1.4261, 60.6064],[-1.4248, 60.6068],[-1.4238, 60.6068],[-1.422899, 60.6067],[-1.422799, 60.6079],[-1.422099, 60.6086],[-1.4218, 60.6093],[-1.4218, 60.6094],[-1.422199, 60.6095],[-1.4223, 60.6097],[-1.422199, 60.6099],[-1.421499, 60.6104],[-1.420799, 60.6107],[-1.420099, 60.6103],[-1.4198, 60.6104],[-1.419301, 60.6109],[-1.418701, 60.6114],[-1.4174, 60.6118],[-1.4174, 60.612],[-1.4181, 60.6124],[-1.4183, 60.6127],[-1.418, 60.6129],[-1.4159, 60.6131],[-1.4159, 60.6135],[-1.416401, 60.6137],[-1.4183, 60.6136],[-1.4189, 60.6138],[-1.4189, 60.6141],[-1.4181, 60.6148],[-1.414899, 60.6156],[-1.412899, 60.6152],[-1.4111, 60.6152],[-1.4096, 60.6147],[-1.4089, 60.6145],[-1.4073, 60.6148],[-1.4052, 60.6155],[-1.4044, 60.6155],[-1.403901, 60.6154],[-1.4032, 60.6153],[-1.402699, 60.6151],[-1.4023, 60.6144],[-1.401201, 60.6139],[-1.4004, 60.6131],[-1.4003, 60.6124],[-1.400699, 60.6115],[-1.4003, 60.6112],[-1.399799, 60.6111],[-1.399, 60.6114],[-1.3983, 60.6114],[-1.3981, 60.611],[-1.3975, 60.6105],[-1.396899, 60.6105],[-1.396299, 60.611],[-1.3953, 60.6115],[-1.3944, 60.6115],[-1.393501, 60.6113],[-1.3916, 60.6115],[-1.389899, 60.6121],[-1.388, 60.6122],[-1.385599, 60.6113],[-1.3838, 60.6098],[-1.382001, 60.6086],[-1.3807, 60.6083],[-1.3802, 60.6085],[-1.378901, 60.6096],[-1.378399, 60.6098],[-1.377001, 60.6093],[-1.3758, 60.6089],[-1.374699, 60.6087],[-1.3731, 60.6079],[-1.371899, 60.6072],[-1.3717, 60.6064],[-1.3713, 60.6062],[-1.3708, 60.6063],[-1.3701, 60.6067],[-1.369101, 60.6069],[-1.3677, 60.6068],[-1.3672, 60.6069],[-1.367599, 60.6077],[-1.367499, 60.6082],[-1.367, 60.6088],[-1.366201, 60.6091],[-1.3643, 60.6091],[-1.363, 60.6096],[-1.3614, 60.6099],[-1.360299, 60.6094],[-1.360299, 60.6086],[-1.361001, 60.6078],[-1.361699, 60.6064],[-1.361601, 60.6059],[-1.3608, 60.6056],[-1.359501, 60.6061],[-1.3591, 60.6069],[-1.3592, 60.6076],[-1.358199, 60.6085],[-1.356699, 60.6092],[-1.355299, 60.6100],[-1.353999, 60.6101],[-1.352499, 60.6097],[-1.3519, 60.6088],[-1.3512, 60.6083],[-1.35, 60.6087],[-1.3483, 60.6095],[-1.347399, 60.6096],[-1.345199, 60.6086],[-1.3441, 60.6077],[-1.345299, 60.6054],[-1.345, 60.605],[-1.343901, 60.6052],[-1.341001, 60.6066],[-1.3399, 60.6065],[-1.339301, 60.6061],[-1.339501, 60.6047],[-1.339, 60.6044],[-1.3385, 60.6044],[-1.337299, 60.6051],[-1.335899, 60.6051],[-1.3349, 60.6043],[-1.334599, 60.6029],[-1.3355, 60.6011],[-1.336401, 60.5997],[-1.335899, 60.5994],[-1.333901, 60.5998],[-1.3311, 60.6002],[-1.328901, 60.6006],[-1.328501, 60.6014],[-1.328701, 60.602],[-1.3297, 60.6029],[-1.3318, 60.6034],[-1.332299, 60.6046],[-1.332399, 60.6055],[-1.334301, 60.6062],[-1.3358, 60.6083],[-1.3369, 60.6092],[-1.337399, 60.6103],[-1.3385, 60.611],[-1.338901, 60.6119],[-1.3404, 60.6121],[-1.3427, 60.612],[-1.346001, 60.6132],[-1.3473, 60.6145],[-1.3477, 60.6154],[-1.347399, 60.6168],[-1.3462, 60.6188],[-1.3455, 60.6194],[-1.345899, 60.6199],[-1.3465, 60.6200],[-1.3462, 60.6206],[-1.345299, 60.6212],[-1.3435, 60.6223],[-1.3429, 60.6234],[-1.342299, 60.6244],[-1.342499, 60.6251],[-1.343099, 60.6258],[-1.3426, 60.6269],[-1.342, 60.6278],[-1.3413, 60.6278],[-1.340299, 60.6271],[-1.3394, 60.6269],[-1.3394, 60.6261],[-1.3394, 60.6253],[-1.338701, 60.6247],[-1.337999, 60.6245],[-1.337499, 60.6248],[-1.3376, 60.6262],[-1.337, 60.6266],[-1.336401, 60.6267],[-1.3361, 60.626],[-1.335199, 60.6258],[-1.333901, 60.6256],[-1.3332, 60.6251],[-1.332999, 60.6245],[-1.3325, 60.6245],[-1.331699, 60.6255],[-1.3305, 60.626],[-1.3298, 60.6256],[-1.3297, 60.6251],[-1.33, 60.6246],[-1.3304, 60.6241],[-1.3305, 60.6237],[-1.329301, 60.6235],[-1.3291, 60.6231],[-1.329301, 60.6225],[-1.329, 60.6220],[-1.3276, 60.6217],[-1.3255, 60.6227],[-1.323701, 60.6232],[-1.3219, 60.6248],[-1.3218, 60.6255],[-1.322199, 60.6262],[-1.321001, 60.6285],[-1.3197, 60.6300],[-1.3191, 60.6311],[-1.317999, 60.6315],[-1.315799, 60.6308],[-1.3148, 60.6306],[-1.313701, 60.6316],[-1.3134, 60.6329],[-1.312899, 60.6333],[-1.311401, 60.6333],[-1.3106, 60.6336],[-1.3104, 60.6345],[-1.309501, 60.6349],[-1.308501, 60.635],[-1.307899, 60.6355],[-1.3082, 60.6360],[-1.309101, 60.6362],[-1.3097, 60.6362],[-1.3097, 60.6366],[-1.3077, 60.637],[-1.306401, 60.6371],[-1.305699, 60.637],[-1.3053, 60.6364]]],[[[-1.054999, 60.7327],[-1.054101, 60.7321],[-1.0534, 60.7321],[-1.0526, 60.7322],[-1.052199, 60.7319],[-1.051499, 60.731],[-1.0506, 60.7305],[-1.0504, 60.7298],[-1.049999, 60.7295],[-1.048599, 60.7295],[-1.0477, 60.7296],[-1.0474, 60.7302],[-1.047099, 60.7307],[-1.0463, 60.731],[-1.0455, 60.7319],[-1.044899, 60.7321],[-1.044301, 60.7320],[-1.044101, 60.7316],[-1.044199, 60.7307],[-1.044, 60.7301],[-1.0431, 60.7290],[-1.0426, 60.7286],[-1.0409, 60.7283],[-1.0396, 60.7283],[-1.038, 60.7283],[-1.0369, 60.7285],[-1.036299, 60.7284],[-1.0354, 60.7284],[-1.0347, 60.7281],[-1.034, 60.7276],[-1.0337, 60.7271],[-1.033399, 60.7258],[-1.0331, 60.7253],[-1.032699, 60.725],[-1.0322, 60.7248],[-1.0305, 60.7244],[-1.028501, 60.7244],[-1.0269, 60.7241],[-1.0259, 60.7237],[-1.024799, 60.7233],[-1.0244, 60.7233],[-1.024101, 60.7241],[-1.0232, 60.7252],[-1.022099, 60.7263],[-1.0204, 60.7261],[-1.0182, 60.7261],[-1.0175, 60.7262],[-1.017001, 60.7265],[-1.0166, 60.7272],[-1.016801, 60.7279],[-1.017599, 60.7284],[-1.0193, 60.7291],[-1.020499, 60.7294],[-1.0211, 60.7297],[-1.0217, 60.7302],[-1.022699, 60.7311],[-1.024, 60.7316],[-1.0252, 60.7319],[-1.0253, 60.7321],[-1.0253, 60.7322],[-1.024999, 60.7323],[-1.024, 60.7323],[-1.0225, 60.7322],[-1.021899, 60.7320],[-1.0211, 60.7313],[-1.0194, 60.7304],[-1.018399, 60.7299],[-1.017699, 60.7297],[-1.0174, 60.7298],[-1.0172, 60.73],[-1.016899, 60.7302],[-1.0165, 60.7303],[-1.0161, 60.7302],[-1.015499, 60.7299],[-1.014101, 60.73],[-1.013399, 60.7299],[-1.013, 60.7296],[-1.0123, 60.7291],[-1.0111, 60.7290],[-1.0102, 60.7289],[-1.009699, 60.7287],[-1.008999, 60.7281],[-1.008299, 60.7274],[-1.0075, 60.7266],[-1.006801, 60.7264],[-1.006201, 60.7265],[-1.0057, 60.727],[-1.0051, 60.7271],[-1.0046, 60.727],[-1.0042, 60.7265],[-1.0036, 60.7261],[-1.0032, 60.7262],[-1.0028, 60.7269],[-1.0024, 60.7273],[-1.001801, 60.7275],[-1.0007, 60.7272],[-0.9995995, 60.7273],[-0.9987995, 60.7279],[-0.9972995, 60.7282],[-0.9955995, 60.7281],[-0.9947995000000002, 60.7278],[-0.9932995, 60.7267],[-0.9927995, 60.7264],[-0.9893995, 60.7263],[-0.9882995, 60.7259],[-0.9873995, 60.7241],[-0.9870995, 60.7233],[-0.9860005, 60.7218],[-0.9855995, 60.721],[-0.9847995, 60.7208],[-0.9837005000000002, 60.7212],[-0.9821995, 60.7211],[-0.9820005000000002, 60.7207],[-0.9816005, 60.7196],[-0.9818995, 60.7189],[-0.9818005, 60.7185],[-0.9812005, 60.7178],[-0.9810995, 60.7172],[-0.9814995, 60.7167],[-0.9821995, 60.7158],[-0.9833995, 60.7151],[-0.9843005, 60.7149],[-0.9860005, 60.715],[-0.9875995, 60.7154],[-0.9891995, 60.7158],[-0.9900995, 60.7157],[-0.9905995, 60.7155],[-0.9910995, 60.7151],[-0.9914005, 60.7139],[-0.9910995, 60.7131],[-0.9900995, 60.7118],[-0.9896995, 60.7111],[-0.9893005, 60.7096],[-0.9889995, 60.7087],[-0.9878995, 60.7074],[-0.9866995, 60.7058],[-0.9858995000000003, 60.7054],[-0.9847995, 60.7055],[-0.9837995, 60.7057],[-0.9824995, 60.7063],[-0.9814005, 60.7069],[-0.9806995, 60.707],[-0.9804995, 60.7068],[-0.9803995, 60.706],[-0.9800995, 60.7057],[-0.9795995, 60.7057],[-0.9782995, 60.7052],[-0.9777995000000003, 60.7048],[-0.9775995, 60.704],[-0.9771995, 60.7034],[-0.9764995000000002, 60.7029],[-0.9751995, 60.7027],[-0.9735005, 60.7027],[-0.9723995, 60.7023],[-0.9707995, 60.7014],[-0.9693005, 60.7008],[-0.9687995, 60.7003],[-0.9689995000000002, 60.7],[-0.9695995, 60.6995],[-0.9710995, 60.6989],[-0.9725995, 60.6988],[-0.9739995, 60.6991],[-0.9760995, 60.7006],[-0.9774995, 60.7016],[-0.9796995, 60.7026],[-0.9818995, 60.7033],[-0.9843005, 60.7038],[-0.9862995000000002, 60.7039],[-0.9875995, 60.7036],[-0.9878995, 60.7031],[-0.9875995, 60.7024],[-0.9864995, 60.7015],[-0.9854995, 60.7012],[-0.9839995, 60.7009],[-0.9814995, 60.7009],[-0.9810005000000002, 60.7008],[-0.9810005000000002, 60.7004],[-0.9812995, 60.6999],[-0.9812005, 60.6994],[-0.9805995, 60.6987],[-0.9803995, 60.6983],[-0.9812995, 60.6975],[-0.9823995, 60.6964],[-0.9830995, 60.6949],[-0.9830995, 60.6939],[-0.9826995, 60.6934],[-0.9818005, 60.6927],[-0.9804995, 60.6919],[-0.9787005, 60.6913],[-0.9781995, 60.6910],[-0.9780995, 60.6905],[-0.9785995, 60.6898],[-0.9793995, 60.6887],[-0.9804995, 60.6875],[-0.9810005000000002, 60.6863],[-0.9807995, 60.6857],[-0.9804995, 60.6854],[-0.9795005, 60.6850],[-0.9787005, 60.6849],[-0.9773995, 60.6853],[-0.9766995, 60.6851],[-0.9762005000000002, 60.6846],[-0.9757995000000002, 60.6838],[-0.9750995000000002, 60.6820],[-0.9750995000000002, 60.6793],[-0.9751995, 60.6784],[-0.9755995, 60.6777],[-0.9766005000000002, 60.6771],[-0.9787005, 60.6758],[-0.9795005, 60.6751],[-0.9795995, 60.6748],[-0.9795005, 60.6745],[-0.9789995, 60.6742],[-0.9781995, 60.6735],[-0.9777995000000003, 60.6729],[-0.9774995, 60.6724],[-0.9774995, 60.6714],[-0.9777995000000003, 60.6701],[-0.9785005, 60.6684],[-0.9766005000000002, 60.6669],[-0.9760995, 60.6666],[-0.9727995000000002, 60.6657],[-0.9704995, 60.6645],[-0.9697995, 60.6639],[-0.9691995, 60.6629],[-0.9687005, 60.6615],[-0.9687995, 60.6612],[-0.9691995, 60.6608],[-0.9698995, 60.6605],[-0.9708995, 60.6603],[-0.9730995, 60.6604],[-0.9762995, 60.6618],[-0.9782995, 60.6637],[-0.9797995000000003, 60.6661],[-0.9854995, 60.6664],[-0.9897995, 60.6665],[-0.9929995, 60.6662],[-0.9920995, 60.6633],[-0.9900995, 60.6604],[-0.9875995, 60.6577],[-0.9877995, 60.6559],[-0.9876995000000002, 60.6536],[-0.9893005, 60.6525],[-0.9912995, 60.6524],[-0.9947995000000002, 60.6515],[-0.9966995, 60.6508],[-0.9971995, 60.6501],[-0.9970005, 60.6488],[-0.9955995, 60.6474],[-0.9948995, 60.6467],[-0.9947995000000002, 60.6456],[-0.9947995000000002, 60.6441],[-0.9945005000000002, 60.6425],[-0.9939995, 60.6417],[-0.9928995, 60.6407],[-0.9906995, 60.6396],[-0.9891995, 60.6394],[-0.9876995000000002, 60.6397],[-0.9856995, 60.6406],[-0.9833995, 60.6417],[-0.9818005, 60.6415],[-0.9806995, 60.6408],[-0.9802995, 60.6397],[-0.9807995, 60.6388],[-0.9807995, 60.6373],[-0.9816005, 60.6368],[-0.9833995, 60.6368],[-0.9872995000000002, 60.6371],[-0.9885995, 60.6367],[-0.9898995, 60.6351],[-0.9914005, 60.6341],[-0.9927995, 60.6337],[-0.9933995000000002, 60.6335],[-0.9958995, 60.6335],[-0.9968995, 60.634],[-0.9971995, 60.6345],[-0.9971995, 60.6355],[-0.9970005, 60.6361],[-0.9975995, 60.6373],[-0.9999995, 60.6387],[-1.004101, 60.6391],[-1.0094, 60.6392],[-1.0146, 60.6388],[-1.0207, 60.6402],[-1.024301, 60.6419],[-1.0267, 60.6425],[-1.0294, 60.6426],[-1.034199, 60.6448],[-1.037099, 60.6456],[-1.039199, 60.6473],[-1.041401, 60.6489],[-1.0427, 60.6503],[-1.0426, 60.651],[-1.0405, 60.6524],[-1.0401, 60.6535],[-1.0405, 60.6546],[-1.041, 60.6554],[-1.0447, 60.6581],[-1.0477, 60.6594],[-1.0506, 60.6598],[-1.0532, 60.6604],[-1.057299, 60.6625],[-1.0618, 60.6662],[-1.0655, 60.6683],[-1.067001, 60.6674],[-1.067001, 60.6658],[-1.063701, 60.6623],[-1.0621, 60.6594],[-1.060899, 60.6587],[-1.0588, 60.6585],[-1.0574, 60.6568],[-1.0545, 60.6551],[-1.0527, 60.6537],[-1.052299, 60.6506],[-1.0497, 60.6471],[-1.048599, 60.6449],[-1.050099, 60.6433],[-1.0503, 60.6425],[-1.049301, 60.6415],[-1.045699, 60.6405],[-1.0433, 60.6395],[-1.0417, 60.6381],[-1.0417, 60.6358],[-1.041401, 60.6346],[-1.0405, 60.6337],[-1.038, 60.6329],[-1.036, 60.6308],[-1.0354, 60.6301],[-1.0344, 60.6297],[-1.032699, 60.6297],[-1.0287, 60.6299],[-1.0231, 60.6288],[-1.021401, 60.6276],[-1.019199, 60.6256],[-1.018901, 60.6232],[-1.018501, 60.6221],[-1.019199, 60.6194],[-1.017799, 60.6174],[-1.0174, 60.6163],[-1.018299, 60.6148],[-1.0225, 60.6104],[-1.024101, 60.608],[-1.0259, 60.6062],[-1.0281, 60.6051],[-1.0305, 60.6047],[-1.0317, 60.6045],[-1.034301, 60.6048],[-1.0373, 60.6053],[-1.0388, 60.6048],[-1.0397, 60.6033],[-1.0402, 60.6023],[-1.041201, 60.6018],[-1.0445, 60.6006],[-1.0466, 60.601],[-1.0483, 60.6019],[-1.0497, 60.6034],[-1.0506, 60.605],[-1.0519, 60.6066],[-1.0538, 60.6077],[-1.056, 60.6081],[-1.061499, 60.6091],[-1.0657, 60.6101],[-1.067001, 60.6106],[-1.068599, 60.6102],[-1.070199, 60.609],[-1.0711, 60.6086],[-1.0733, 60.6078],[-1.076001, 60.6076],[-1.078099, 60.6072],[-1.08, 60.6069],[-1.0822, 60.6067],[-1.083901, 60.606],[-1.0872, 60.6055],[-1.0872, 60.6049],[-1.084, 60.6046],[-1.0829, 60.6039],[-1.081401, 60.6034],[-1.080899, 60.6038],[-1.080199, 60.6048],[-1.079501, 60.6057],[-1.077399, 60.6062],[-1.0753, 60.6055],[-1.0739, 60.6051],[-1.072199, 60.6049],[-1.0696, 60.6045],[-1.066, 60.6043],[-1.062299, 60.604],[-1.060899, 60.6031],[-1.0604, 60.6024],[-1.059501, 60.5994],[-1.058701, 60.5985],[-1.0577, 60.598],[-1.056401, 60.5978],[-1.054399, 60.5976],[-1.0526, 60.5988],[-1.051601, 60.5987],[-1.050799, 60.5986],[-1.046499, 60.5975],[-1.0432, 60.5962],[-1.0418, 60.5966],[-1.039999, 60.5971],[-1.037199, 60.5972],[-1.034999, 60.5972],[-1.0304, 60.5969],[-1.029199, 60.5962],[-1.0282, 60.5946],[-1.0282, 60.5914],[-1.0276, 60.5902],[-1.026801, 60.5887],[-1.0266, 60.5881],[-1.026401, 60.587],[-1.025499, 60.5868],[-1.0246, 60.5868],[-1.023399, 60.587],[-1.0226, 60.588],[-1.022099, 60.5887],[-1.0217, 60.5895],[-1.0207, 60.5901],[-1.019899, 60.5904],[-1.0173, 60.5905],[-1.015599, 60.5902],[-1.0137, 60.5895],[-1.013299, 60.589],[-1.0131, 60.5884],[-1.0131, 60.5869],[-1.0132, 60.5857],[-1.013501, 60.5849],[-1.0153, 60.5836],[-1.0153, 60.5833],[-1.014699, 60.5826],[-1.014199, 60.5821],[-1.0117, 60.5821],[-1.0079, 60.5833],[-1.004799, 60.5831],[-1.0006, 60.5813],[-0.9991005, 60.5796],[-0.9991005, 60.5789],[-0.9991995, 60.5783],[-0.9997995, 60.5776],[-1.0015, 60.5763],[-1.003299, 60.576],[-1.003399, 60.5756],[-1.002599, 60.5750],[-1.002699, 60.5745],[-1.0031, 60.5746],[-1.0044, 60.5750],[-1.0057, 60.5754],[-1.007001, 60.5755],[-1.0074, 60.5754],[-1.0075, 60.5751],[-1.0075, 60.5747],[-1.007001, 60.5736],[-1.0066, 60.5728],[-1.0058, 60.5717],[-1.0022, 60.5691],[-1.0008, 60.5676],[-1.0007, 60.5665],[-1.0008, 60.5659],[-1.001099, 60.5655],[-1.001899, 60.5656],[-1.003399, 60.5664],[-1.003999, 60.5664],[-1.004101, 60.5658],[-1.004101, 60.5655],[-1.0051, 60.5653],[-1.0053, 60.5649],[-1.005399, 60.5645],[-1.005499, 60.5636],[-1.006001, 60.5636],[-1.0071, 60.5639],[-1.008299, 60.5643],[-1.008999, 60.5645],[-1.009501, 60.5644],[-1.0111, 60.5638],[-1.013399, 60.5636],[-1.0154, 60.5627],[-1.019799, 60.5620],[-1.0211, 60.5617],[-1.0215, 60.5613],[-1.0217, 60.5609],[-1.0216, 60.5606],[-1.021299, 60.5603],[-1.0188, 60.5597],[-1.013901, 60.5593],[-1.0138, 60.5589],[-1.0144, 60.5586],[-1.0145, 60.5584],[-1.014199, 60.5579],[-1.0137, 60.5570],[-1.013999, 60.5564],[-1.014899, 60.5556],[-1.015, 60.5551],[-1.0137, 60.5543],[-1.011001, 60.5536],[-1.009101, 60.5534],[-1.008901, 60.5531],[-1.009101, 60.5528],[-1.0094, 60.5525],[-1.0121, 60.5518],[-1.0123, 60.5515],[-1.0123, 60.5511],[-1.0109, 60.5496],[-1.011001, 60.5491],[-1.011299, 60.5485],[-1.011899, 60.5481],[-1.0125, 60.5479],[-1.0153, 60.5482],[-1.0161, 60.5479],[-1.016899, 60.5471],[-1.0174, 60.547],[-1.018399, 60.547],[-1.0197, 60.5472],[-1.022099, 60.548],[-1.024301, 60.5491],[-1.024999, 60.5492],[-1.0259, 60.5490],[-1.0269, 60.5488],[-1.0296, 60.548],[-1.0322, 60.5481],[-1.0346, 60.5478],[-1.037001, 60.5482],[-1.039101, 60.5496],[-1.040599, 60.5507],[-1.0417, 60.551],[-1.0445, 60.5505],[-1.0454, 60.5502],[-1.045799, 60.5497],[-1.0447, 60.545],[-1.0445, 60.5437],[-1.044199, 60.5434],[-1.043501, 60.543],[-1.040599, 60.5427],[-1.039, 60.5421],[-1.0375, 60.5415],[-1.037001, 60.541],[-1.036299, 60.5394],[-1.036, 60.5391],[-1.0353, 60.5389],[-1.033399, 60.5391],[-1.032001, 60.539],[-1.031401, 60.5387],[-1.031201, 60.5381],[-1.031299, 60.5377],[-1.0317, 60.5373],[-1.0324, 60.5368],[-1.0331, 60.5366],[-1.036401, 60.5363],[-1.0387, 60.5361],[-1.0396, 60.5356],[-1.039899, 60.535],[-1.039101, 60.5343],[-1.035599, 60.5324],[-1.034301, 60.5315],[-1.033399, 60.5311],[-1.0324, 60.531],[-1.0311, 60.5313],[-1.0283, 60.5316],[-1.0267, 60.5316],[-1.024799, 60.5314],[-1.023901, 60.5318],[-1.021299, 60.5334],[-1.0203, 60.5335],[-1.0193, 60.5334],[-1.018501, 60.5332],[-1.0182, 60.5329],[-1.017799, 60.5324],[-1.017799, 60.5317],[-1.019899, 60.5299],[-1.0215, 60.5274],[-1.023, 60.5248],[-1.024101, 60.5225],[-1.0238, 60.522],[-1.0217, 60.521],[-1.0215, 60.5198],[-1.0203, 60.5195],[-1.02, 60.5192],[-1.0201, 60.5189],[-1.0203, 60.5188],[-1.023901, 60.5183],[-1.0266, 60.5182],[-1.0274, 60.5179],[-1.028, 60.516],[-1.0283, 60.515],[-1.028, 60.5140],[-1.026401, 60.5135],[-1.0258, 60.5126],[-1.024899, 60.5119],[-1.0224, 60.5113],[-1.021801, 60.5110],[-1.0216, 60.5107],[-1.0217, 60.5105],[-1.022001, 60.5102],[-1.023501, 60.5104],[-1.024301, 60.5102],[-1.025499, 60.5106],[-1.0259, 60.5109],[-1.0265, 60.5109],[-1.0269, 60.5108],[-1.027799, 60.5105],[-1.0303, 60.5105],[-1.032001, 60.5107],[-1.0324, 60.5105],[-1.0324, 60.5101],[-1.031801, 60.5095],[-1.0311, 60.5091],[-1.031, 60.5089],[-1.0311, 60.5086],[-1.032699, 60.5087],[-1.033599, 60.5084],[-1.033501, 60.5079],[-1.032001, 60.5077],[-1.0302, 60.507],[-1.0296, 60.5064],[-1.0296, 60.5059],[-1.029899, 60.5055],[-1.0309, 60.5045],[-1.0311, 60.5037],[-1.031299, 60.5023],[-1.0315, 60.5008],[-1.031299, 60.5002],[-1.0305, 60.4995],[-1.028399, 60.4991],[-1.025499, 60.4986],[-1.024899, 60.4978],[-1.024899, 60.4976],[-1.0253, 60.4971],[-1.0259, 60.4967],[-1.0273, 60.4960],[-1.0282, 60.4954],[-1.029301, 60.4944],[-1.0309, 60.4946],[-1.0344, 60.4945],[-1.0351, 60.4943],[-1.036201, 60.4928],[-1.037799, 60.4918],[-1.037899, 60.4912],[-1.037099, 60.4904],[-1.0369, 60.4901],[-1.037099, 60.4899],[-1.037899, 60.4899],[-1.0409, 60.4899],[-1.0416, 60.4899],[-1.0417, 60.4905],[-1.041401, 60.4918],[-1.0419, 60.492],[-1.043, 60.4921],[-1.0473, 60.4916],[-1.049301, 60.4916],[-1.0505, 60.4919],[-1.0506, 60.4921],[-1.0506, 60.4924],[-1.049399, 60.4927],[-1.044101, 60.4937],[-1.040699, 60.4954],[-1.0388, 60.4960],[-1.0381, 60.4964],[-1.0375, 60.4969],[-1.037099, 60.4972],[-1.037099, 60.4976],[-1.0373, 60.4978],[-1.039301, 60.4981],[-1.0409, 60.4978],[-1.0419, 60.4974],[-1.042799, 60.4969],[-1.043701, 60.4956],[-1.044, 60.4953],[-1.0448, 60.4952],[-1.047199, 60.4951],[-1.0505, 60.4947],[-1.054399, 60.4935],[-1.056, 60.4934],[-1.0569, 60.4929],[-1.057299, 60.4922],[-1.0583, 60.4916],[-1.0597, 60.4910],[-1.062899, 60.4898],[-1.064, 60.4897],[-1.065899, 60.4902],[-1.067999, 60.4914],[-1.0777, 60.4950],[-1.081601, 60.4968],[-1.0861, 60.4987],[-1.0883, 60.4990],[-1.0908, 60.4987],[-1.0927, 60.4980],[-1.0942, 60.4974],[-1.095299, 60.4971],[-1.0977, 60.4964],[-1.099699, 60.4965],[-1.1014, 60.4967],[-1.1036, 60.4975],[-1.1065, 60.4984],[-1.107599, 60.4995],[-1.108999, 60.5006],[-1.108999, 60.5010],[-1.1079, 60.5010],[-1.106601, 60.5006],[-1.1036, 60.5007],[-1.1015, 60.5005],[-1.100199, 60.5000],[-1.098701, 60.4997],[-1.096099, 60.4997],[-1.094599, 60.4994],[-1.0934, 60.4993],[-1.0911, 60.4996],[-1.090899, 60.4998],[-1.093, 60.5005],[-1.095, 60.5013],[-1.0971, 60.5017],[-1.0985, 60.5019],[-1.100399, 60.5015],[-1.1014, 60.5017],[-1.1015, 60.5021],[-1.101099, 60.5026],[-1.101601, 60.5032],[-1.103199, 60.5039],[-1.106099, 60.5036],[-1.1079, 60.5038],[-1.1091, 60.5042],[-1.1107, 60.5054],[-1.1115, 60.5065],[-1.111801, 60.5081],[-1.1127, 60.5088],[-1.1134, 60.5094],[-1.114101, 60.5104],[-1.1144, 60.5110],[-1.114799, 60.5109],[-1.1151, 60.5102],[-1.114799, 60.5092],[-1.1136, 60.5079],[-1.1134, 60.5071],[-1.1138, 60.5067],[-1.116099, 60.5057],[-1.1178, 60.5048],[-1.1193, 60.5046],[-1.119699, 60.5043],[-1.119799, 60.5036],[-1.119599, 60.5031],[-1.1193, 60.5030],[-1.1188, 60.5029],[-1.1171, 60.5039],[-1.115499, 60.504],[-1.1142, 60.5042],[-1.113999, 60.5037],[-1.115299, 60.5029],[-1.115499, 60.5024],[-1.115299, 60.5018],[-1.115499, 60.5013],[-1.1181, 60.5009],[-1.119101, 60.5001],[-1.1192, 60.4991],[-1.118701, 60.4983],[-1.1171, 60.4958],[-1.115, 60.4939],[-1.113299, 60.4930],[-1.1093, 60.4933],[-1.1071, 60.4936],[-1.1055, 60.4931],[-1.103299, 60.4921],[-1.100399, 60.4919],[-1.0972, 60.4918],[-1.0956, 60.4912],[-1.0951, 60.4908],[-1.0949, 60.4902],[-1.0962, 60.4885],[-1.0962, 60.4874],[-1.0951, 60.4862],[-1.095199, 60.486],[-1.0977, 60.4857],[-1.100199, 60.4858],[-1.102499, 60.4857],[-1.105, 60.4846],[-1.1071, 60.4838],[-1.108199, 60.4837],[-1.109501, 60.4839],[-1.111899, 60.4854],[-1.1149, 60.4868],[-1.1192, 60.4881],[-1.122699, 60.4880],[-1.126001, 60.4871],[-1.130599, 60.4863],[-1.132001, 60.4867],[-1.134101, 60.4877],[-1.1357, 60.4882],[-1.1382, 60.4884],[-1.141401, 60.4879],[-1.142699, 60.4873],[-1.143299, 60.4866],[-1.1431, 60.4854],[-1.142599, 60.4846],[-1.1431, 60.4842],[-1.145499, 60.4849],[-1.146299, 60.4856],[-1.146401, 60.4862],[-1.1451, 60.4867],[-1.1444, 60.4871],[-1.1451, 60.4875],[-1.1467, 60.4877],[-1.1481, 60.4873],[-1.1494, 60.4876],[-1.1508, 60.4879],[-1.151, 60.4888],[-1.150699, 60.49],[-1.1502, 60.4916],[-1.150599, 60.4921],[-1.1525, 60.4918],[-1.154101, 60.4926],[-1.156, 60.4942],[-1.157001, 60.4947],[-1.157699, 60.4952],[-1.158501, 60.4956],[-1.1594, 60.4959],[-1.1603, 60.4963],[-1.162099, 60.4972],[-1.163501, 60.4976],[-1.1653, 60.5002],[-1.1682, 60.5044],[-1.169301, 60.5066],[-1.1698, 60.5078],[-1.169301, 60.509],[-1.1688, 60.5095],[-1.1689, 60.5099],[-1.169301, 60.5103],[-1.1703, 60.5118],[-1.169899, 60.5138],[-1.1705, 60.5151],[-1.1713, 60.5168],[-1.171499, 60.5173],[-1.171401, 60.518],[-1.1704, 60.5188],[-1.1703, 60.5199],[-1.1713, 60.5211],[-1.1733, 60.5232],[-1.1739, 60.5234],[-1.176401, 60.5234],[-1.1767, 60.523],[-1.177799, 60.5212],[-1.1781, 60.5211],[-1.1792, 60.5211],[-1.1819, 60.521],[-1.182999, 60.5214],[-1.183701, 60.5218],[-1.184301, 60.5225],[-1.1846, 60.5231],[-1.1847, 60.5237],[-1.184101, 60.5249],[-1.1832, 60.5254],[-1.181, 60.5256],[-1.179101, 60.5252],[-1.1777, 60.5245],[-1.1759, 60.5244],[-1.1747, 60.5249],[-1.1745, 60.5261],[-1.1745, 60.5269],[-1.1754, 60.5276],[-1.175799, 60.5286],[-1.176, 60.5296],[-1.1767, 60.5317],[-1.1795, 60.5343],[-1.181, 60.537],[-1.1834, 60.5405],[-1.1848, 60.5429],[-1.1847, 60.5442],[-1.1854, 60.5448],[-1.1877, 60.5451],[-1.1881, 60.5459],[-1.1881, 60.5467],[-1.1868, 60.5472],[-1.183701, 60.5496],[-1.1798, 60.5522],[-1.177999, 60.5542],[-1.177899, 60.5545],[-1.1797, 60.5566],[-1.181, 60.5591],[-1.1813, 60.5614],[-1.179999, 60.5645],[-1.179999, 60.5665],[-1.1811, 60.5686],[-1.182299, 60.5695],[-1.182299, 60.5698],[-1.182199, 60.5700],[-1.1809, 60.5701],[-1.179999, 60.5707],[-1.1792, 60.5714],[-1.1792, 60.5718],[-1.1819, 60.5726],[-1.1834, 60.5726],[-1.1849, 60.5723],[-1.1871, 60.5719],[-1.1883, 60.5719],[-1.189399, 60.5724],[-1.1906, 60.573],[-1.1918, 60.5732],[-1.1924, 60.5732],[-1.1927, 60.5729],[-1.1926, 60.5726],[-1.192001, 60.5720],[-1.190199, 60.5711],[-1.187199, 60.5692],[-1.1855, 60.5676],[-1.1854, 60.5657],[-1.186499, 60.5645],[-1.187199, 60.5632],[-1.187899, 60.5612],[-1.1892, 60.5609],[-1.191, 60.5614],[-1.192299, 60.5618],[-1.194301, 60.5631],[-1.1968, 60.5645],[-1.198701, 60.5657],[-1.1997, 60.5666],[-1.2, 60.5671],[-1.200199, 60.5678],[-1.1997, 60.5688],[-1.197399, 60.5707],[-1.1962, 60.5718],[-1.196401, 60.5732],[-1.196601, 60.5761],[-1.196401, 60.5776],[-1.1961, 60.5785],[-1.194, 60.5799],[-1.193099, 60.5809],[-1.1924, 60.5809],[-1.1913, 60.5804],[-1.190099, 60.5803],[-1.1896, 60.5805],[-1.1884, 60.5812],[-1.1828, 60.5824],[-1.1827, 60.5826],[-1.182999, 60.5828],[-1.1875, 60.5842],[-1.1899, 60.5855],[-1.191, 60.5867],[-1.191499, 60.5887],[-1.1921, 60.5905],[-1.1926, 60.5916],[-1.1949, 60.593],[-1.197001, 60.5942],[-1.197999, 60.5946],[-1.199, 60.5953],[-1.199301, 60.5964],[-1.199301, 60.5976],[-1.1984, 60.6001],[-1.1971, 60.6012],[-1.196401, 60.6019],[-1.1963, 60.6022],[-1.1963, 60.6025],[-1.196401, 60.6027],[-1.1967, 60.6028],[-1.1978, 60.6023],[-1.1982, 60.6023],[-1.1984, 60.6024],[-1.1983, 60.6027],[-1.198099, 60.6028],[-1.1977, 60.6031],[-1.198099, 60.6033],[-1.199399, 60.6034],[-1.199399, 60.6039],[-1.199399, 60.6042],[-1.199501, 60.6044],[-1.2011, 60.6051],[-1.2013, 60.6054],[-1.201401, 60.6059],[-1.201401, 60.6062],[-1.2013, 60.6065],[-1.201001, 60.6068],[-1.199399, 60.6076],[-1.1978, 60.6088],[-1.196601, 60.609],[-1.1948, 60.609],[-1.192999, 60.6091],[-1.192299, 60.6091],[-1.1917, 60.6097],[-1.192001, 60.6107],[-1.1927, 60.6123],[-1.1927, 60.6143],[-1.193701, 60.6154],[-1.1942, 60.6171],[-1.1947, 60.6186],[-1.195, 60.6199],[-1.1949, 60.6204],[-1.194399, 60.6205],[-1.193599, 60.6202],[-1.1917, 60.6200],[-1.1898, 60.6193],[-1.1888, 60.6193],[-1.187899, 60.6198],[-1.187001, 60.6204],[-1.186, 60.6213],[-1.1853, 60.6224],[-1.1856, 60.6230],[-1.1871, 60.6233],[-1.187299, 60.6234],[-1.1875, 60.6239],[-1.1876, 60.6245],[-1.1874, 60.6251],[-1.1877, 60.6259],[-1.1875, 60.6279],[-1.1875, 60.6288],[-1.188701, 60.6297],[-1.186401, 60.6307],[-1.1855, 60.632],[-1.185199, 60.6335],[-1.1855, 60.6346],[-1.1853, 60.6352],[-1.184501, 60.6353],[-1.1827, 60.6343],[-1.1819, 60.635],[-1.1811, 60.6347],[-1.1803, 60.6343],[-1.1799, 60.6346],[-1.1796, 60.6358],[-1.1783, 60.6378],[-1.1782, 60.6393],[-1.1798, 60.6405],[-1.1797, 60.6409],[-1.1789, 60.6409],[-1.1769, 60.6408],[-1.1755, 60.6415],[-1.174101, 60.6426],[-1.172199, 60.6427],[-1.170799, 60.6425],[-1.169999, 60.6426],[-1.1697, 60.6429],[-1.1697, 60.6436],[-1.169399, 60.6464],[-1.169101, 60.6472],[-1.1676, 60.6479],[-1.1666, 60.6483],[-1.166499, 60.6491],[-1.164199, 60.6498],[-1.161401, 60.6509],[-1.1604, 60.6517],[-1.159, 60.6529],[-1.157799, 60.6542],[-1.1553, 60.6552],[-1.154899, 60.6552],[-1.154899, 60.6556],[-1.1565, 60.6565],[-1.1575, 60.6569],[-1.157699, 60.657],[-1.1574, 60.6574],[-1.1565, 60.6572],[-1.1552, 60.6571],[-1.1536, 60.6571],[-1.1525, 60.6566],[-1.152001, 60.6559],[-1.1525, 60.6552],[-1.153501, 60.654],[-1.153901, 60.6528],[-1.1523, 60.6508],[-1.1525, 60.6479],[-1.154, 60.6449],[-1.1546, 60.6434],[-1.1544, 60.6422],[-1.154101, 60.6409],[-1.1533, 60.6396],[-1.1537, 60.6351],[-1.1546, 60.6289],[-1.1538, 60.6238],[-1.1525, 60.6216],[-1.1503, 60.6208],[-1.149101, 60.6212],[-1.146801, 60.6224],[-1.143901, 60.6223],[-1.1408, 60.6223],[-1.1378, 60.6217],[-1.133999, 60.6203],[-1.1315, 60.6188],[-1.1278, 60.6160],[-1.124699, 60.6129],[-1.1237, 60.6115],[-1.123199, 60.6094],[-1.123299, 60.6085],[-1.122599, 60.6074],[-1.121201, 60.6064],[-1.1203, 60.6062],[-1.1194, 60.6058],[-1.1186, 60.6051],[-1.1177, 60.6046],[-1.1158, 60.6047],[-1.1144, 60.6054],[-1.1127, 60.6056],[-1.1109, 60.6051],[-1.106001, 60.6038],[-1.1051, 60.6039],[-1.1048, 60.6043],[-1.1091, 60.6058],[-1.1115, 60.6065],[-1.114501, 60.608],[-1.1157, 60.609],[-1.1157, 60.6105],[-1.116099, 60.6116],[-1.117, 60.6122],[-1.1174, 60.6127],[-1.1171, 60.6138],[-1.1174, 60.6144],[-1.1185, 60.6153],[-1.1199, 60.6161],[-1.122499, 60.6184],[-1.1267, 60.6207],[-1.128, 60.6227],[-1.1293, 60.6236],[-1.1302, 60.6240],[-1.134799, 60.6244],[-1.139699, 60.6249],[-1.1424, 60.6258],[-1.1445, 60.6269],[-1.1458, 60.6287],[-1.145499, 60.6309],[-1.1444, 60.6324],[-1.144, 60.6337],[-1.144101, 60.6347],[-1.145499, 60.6372],[-1.145499, 60.6427],[-1.1461, 60.6448],[-1.146201, 60.6461],[-1.1453, 60.6476],[-1.1443, 60.6496],[-1.143501, 60.6499],[-1.142001, 60.6503],[-1.139199, 60.6499],[-1.1386, 60.6502],[-1.139699, 60.6513],[-1.138999, 60.6524],[-1.1388, 60.653],[-1.1372, 60.6534],[-1.1373, 60.6539],[-1.138901, 60.6543],[-1.139199, 60.6547],[-1.138501, 60.6552],[-1.138399, 60.6557],[-1.1394, 60.6564],[-1.1393, 60.6568],[-1.138299, 60.6569],[-1.1367, 60.6566],[-1.136299, 60.657],[-1.1365, 60.658],[-1.136201, 60.6587],[-1.136299, 60.6591],[-1.1361, 60.6595],[-1.135599, 60.6599],[-1.1357, 60.6602],[-1.137001, 60.6604],[-1.1374, 60.6608],[-1.136899, 60.6618],[-1.136801, 60.6624],[-1.1367, 60.6631],[-1.135599, 60.6636],[-1.1352, 60.6639],[-1.1361, 60.6645],[-1.1365, 60.6653],[-1.1359, 60.6659],[-1.120499, 60.6665],[-1.119599, 60.6671],[-1.118901, 60.6679],[-1.1192, 60.6685],[-1.118999, 60.669],[-1.1184, 60.6692],[-1.116801, 60.6689],[-1.116099, 60.6692],[-1.116201, 60.6697],[-1.1167, 60.6702],[-1.1164, 60.6706],[-1.1158, 60.6708],[-1.114699, 60.6707],[-1.1135, 60.6716],[-1.112399, 60.6728],[-1.1123, 60.6731],[-1.112399, 60.6736],[-1.1129, 60.6740],[-1.1136, 60.6742],[-1.1138, 60.6744],[-1.1138, 60.6748],[-1.1136, 60.6757],[-1.1136, 60.6766],[-1.113199, 60.6772],[-1.113299, 60.6778],[-1.1129, 60.6785],[-1.112, 60.6795],[-1.1113, 60.6799],[-1.1108, 60.6803],[-1.1107, 60.6812],[-1.1105, 60.6821],[-1.11, 60.6825],[-1.109599, 60.6829],[-1.109699, 60.6832],[-1.1106, 60.6837],[-1.1114, 60.6843],[-1.111699, 60.6850],[-1.1122, 60.6853],[-1.113701, 60.6862],[-1.114101, 60.6869],[-1.1143, 60.6876],[-1.114599, 60.6882],[-1.114699, 60.6886],[-1.114599, 60.6890],[-1.114101, 60.6893],[-1.113299, 60.6895],[-1.111899, 60.6898],[-1.1109, 60.6901],[-1.110399, 60.6904],[-1.1105, 60.6907],[-1.1107, 60.6911],[-1.1105, 60.6915],[-1.11, 60.6917],[-1.1094, 60.6919],[-1.1085, 60.6922],[-1.108, 60.6926],[-1.108099, 60.6929],[-1.1085, 60.6932],[-1.109599, 60.6933],[-1.11, 60.6935],[-1.1101, 60.6942],[-1.1099, 60.695],[-1.1098, 60.6957],[-1.1102, 60.6961],[-1.1106, 60.6963],[-1.111699, 60.6963],[-1.112499, 60.6961],[-1.113, 60.6959],[-1.1136, 60.696],[-1.113999, 60.6964],[-1.114699, 60.6966],[-1.115, 60.6970],[-1.115, 60.6976],[-1.114699, 60.6981],[-1.113901, 60.6988],[-1.1135, 60.6991],[-1.1131, 60.6994],[-1.1131, 60.6996],[-1.113299, 60.6998],[-1.1142, 60.7002],[-1.1144, 60.7008],[-1.1142, 60.7014],[-1.113901, 60.7018],[-1.113999, 60.7019],[-1.1142, 60.7019],[-1.115399, 60.7017],[-1.1157, 60.7017],[-1.1158, 60.7018],[-1.1158, 60.7021],[-1.115399, 60.7027],[-1.1149, 60.7031],[-1.1144, 60.7036],[-1.114101, 60.7038],[-1.113999, 60.704],[-1.1142, 60.7041],[-1.114501, 60.7041],[-1.115399, 60.7037],[-1.1159, 60.7037],[-1.116201, 60.704],[-1.1163, 60.7047],[-1.116201, 60.7052],[-1.1157, 60.7057],[-1.114799, 60.7063],[-1.113, 60.7072],[-1.1115, 60.708],[-1.110399, 60.7091],[-1.1092, 60.7099],[-1.108999, 60.7103],[-1.1088, 60.7104],[-1.1085, 60.7105],[-1.1084, 60.7108],[-1.1092, 60.711],[-1.1094, 60.7111],[-1.109599, 60.7114],[-1.1094, 60.7119],[-1.1098, 60.7121],[-1.1107, 60.7122],[-1.1109, 60.7123],[-1.1113, 60.7128],[-1.1113, 60.7133],[-1.111001, 60.7136],[-1.1102, 60.7138],[-1.108901, 60.714],[-1.108099, 60.7143],[-1.107499, 60.7149],[-1.1071, 60.7157],[-1.1064, 60.7166],[-1.1055, 60.7175],[-1.1049, 60.718],[-1.103901, 60.7185],[-1.1029, 60.7189],[-1.101601, 60.7193],[-1.0999, 60.7193],[-1.099, 60.7194],[-1.098901, 60.7196],[-1.0991, 60.7198],[-1.1006, 60.7201],[-1.1023, 60.7205],[-1.1036, 60.7208],[-1.1044, 60.721],[-1.1055, 60.7209],[-1.106001, 60.721],[-1.106201, 60.7211],[-1.1063, 60.7216],[-1.106601, 60.7217],[-1.107499, 60.7218],[-1.108299, 60.7219],[-1.1084, 60.7221],[-1.108199, 60.7225],[-1.1078, 60.7229],[-1.1077, 60.7232],[-1.1079, 60.7235],[-1.1084, 60.7237],[-1.1092, 60.7241],[-1.109501, 60.7243],[-1.109699, 60.7244],[-1.109699, 60.7247],[-1.109501, 60.7252],[-1.1092, 60.7258],[-1.108999, 60.726],[-1.108999, 60.7263],[-1.1091, 60.7264],[-1.1093, 60.7265],[-1.11, 60.7269],[-1.11, 60.7272],[-1.1099, 60.7273],[-1.109699, 60.7274],[-1.1091, 60.7274],[-1.1084, 60.7271],[-1.107499, 60.7269],[-1.106601, 60.7268],[-1.1065, 60.7269],[-1.1065, 60.7271],[-1.106899, 60.7273],[-1.107, 60.7275],[-1.106899, 60.7277],[-1.106699, 60.7278],[-1.1057, 60.7283],[-1.105, 60.7285],[-1.1043, 60.7286],[-1.1034, 60.7285],[-1.1019, 60.7279],[-1.1005, 60.7278],[-1.1, 60.728],[-1.099699, 60.7286],[-1.0991, 60.7290],[-1.097499, 60.7296],[-1.0958, 60.7296],[-1.093901, 60.7304],[-1.092399, 60.7306],[-1.0919, 60.7307],[-1.0915, 60.7309],[-1.091001, 60.7314],[-1.0905, 60.7315],[-1.090199, 60.7315],[-1.088799, 60.7313],[-1.087499, 60.7305],[-1.0851, 60.7298],[-1.082399, 60.7299],[-1.080899, 60.7302],[-1.079599, 60.7308],[-1.079, 60.7309],[-1.0776, 60.7308],[-1.0754, 60.7307],[-1.0747, 60.7306],[-1.074301, 60.7304],[-1.073799, 60.7299],[-1.073799, 60.7294],[-1.073701, 60.7288],[-1.0732, 60.7285],[-1.072299, 60.7284],[-1.071499, 60.7287],[-1.0707, 60.7289],[-1.0703, 60.7292],[-1.07, 60.7299],[-1.069301, 60.7302],[-1.068599, 60.7301],[-1.067999, 60.7298],[-1.0678, 60.7287],[-1.0675, 60.7279],[-1.066499, 60.7271],[-1.065199, 60.7265],[-1.064, 60.7262],[-1.063599, 60.7259],[-1.0639, 60.7253],[-1.064999, 60.7243],[-1.0648, 60.724],[-1.064301, 60.7236],[-1.0642, 60.723],[-1.0648, 60.7221],[-1.0648, 60.7218],[-1.0646, 60.7216],[-1.063701, 60.7212],[-1.0625, 60.7206],[-1.060899, 60.7197],[-1.0597, 60.7183],[-1.058501, 60.7176],[-1.0581, 60.7174],[-1.057999, 60.7172],[-1.0582, 60.7168],[-1.058599, 60.7163],[-1.058701, 60.7161],[-1.0588, 60.7156],[-1.0589, 60.7137],[-1.059101, 60.7123],[-1.059, 60.7111],[-1.0584, 60.7097],[-1.0574, 60.7086],[-1.0568, 60.7079],[-1.056499, 60.7079],[-1.056201, 60.7082],[-1.056499, 60.7096],[-1.0568, 60.7115],[-1.056601, 60.7128],[-1.056401, 60.7132],[-1.055699, 60.7142],[-1.0555, 60.7145],[-1.0554, 60.7149],[-1.0554, 60.7156],[-1.0556, 60.7187],[-1.056, 60.7192],[-1.0568, 60.7197],[-1.0578, 60.7202],[-1.0582, 60.7208],[-1.0584, 60.722],[-1.059, 60.723],[-1.059, 60.7236],[-1.058701, 60.725],[-1.0583, 60.7257],[-1.057899, 60.726],[-1.057199, 60.726],[-1.055799, 60.7256],[-1.0548, 60.7256],[-1.0545, 60.7257],[-1.054399, 60.7259],[-1.0546, 60.7262],[-1.0556, 60.7269],[-1.057001, 60.7278],[-1.0578, 60.7287],[-1.0582, 60.7289],[-1.058701, 60.7292],[-1.059101, 60.7298],[-1.0592, 60.7307],[-1.059301, 60.7315],[-1.0588, 60.7320],[-1.0578, 60.7322],[-1.057299, 60.7326],[-1.057001, 60.7332],[-1.056499, 60.7334],[-1.055799, 60.7333],[-1.054999, 60.7327]]],[[[-0.8598995, 60.8449],[-0.8596995, 60.8447],[-0.8595005, 60.8447],[-0.8580995, 60.845],[-0.8571995, 60.8447],[-0.8566005, 60.844],[-0.8562005, 60.8435],[-0.8560995, 60.8427],[-0.8555995, 60.8423],[-0.8545005, 60.8423],[-0.8535995, 60.8418],[-0.8526995, 60.8413],[-0.8524995, 60.8407],[-0.8527995, 60.8401],[-0.8532995, 60.8392],[-0.8532995, 60.8389],[-0.8524995, 60.8385],[-0.8516005, 60.8379],[-0.8512005, 60.8374],[-0.8512995, 60.837],[-0.8523995, 60.8367],[-0.8524995, 60.8363],[-0.8520995, 60.8358],[-0.8512005, 60.8357],[-0.8507995000000003, 60.8354],[-0.8500995, 60.8341],[-0.8500995, 60.8337],[-0.8508995, 60.8332],[-0.8512005, 60.8328],[-0.8516995, 60.8322],[-0.8521995000000002, 60.832],[-0.8521995000000002, 60.8317],[-0.8520995, 60.8312],[-0.8523995, 60.831],[-0.8526995, 60.8309],[-0.8527995, 60.8307],[-0.8526995, 60.8305],[-0.8521995000000002, 60.83],[-0.8520005000000002, 60.8293],[-0.8518005, 60.829],[-0.8510995, 60.8291],[-0.8507995000000003, 60.8289],[-0.8508995, 60.8283],[-0.8512995, 60.8278],[-0.8518005, 60.8275],[-0.8525995, 60.8273],[-0.8524995, 60.8271],[-0.8518005, 60.8267],[-0.8514005, 60.8261],[-0.8512005, 60.8253],[-0.8516995, 60.8244],[-0.8525995, 60.8234],[-0.8531995000000002, 60.8221],[-0.8535005, 60.8211],[-0.8531995000000002, 60.8207],[-0.8528995, 60.8203],[-0.8528995, 60.8197],[-0.8533995, 60.8192],[-0.8541995, 60.8185],[-0.8560005000000002, 60.8182],[-0.8560005000000002, 60.8179],[-0.8556995, 60.8177],[-0.8543005000000002, 60.8176],[-0.8541995, 60.8172],[-0.8541005, 60.8167],[-0.8545005, 60.8164],[-0.8556995, 60.8161],[-0.8558995, 60.8157],[-0.8557995, 60.8153],[-0.8546995, 60.8152],[-0.8545005, 60.815],[-0.8545995000000002, 60.8144],[-0.8552995, 60.8140],[-0.8564995, 60.8139],[-0.8568005, 60.8137],[-0.8568995000000003, 60.8134],[-0.8568005, 60.8131],[-0.8566995, 60.8130],[-0.8562995, 60.8128],[-0.8556995, 60.8127],[-0.8554995, 60.8126],[-0.8554995, 60.8125],[-0.8566995, 60.8118],[-0.8573995, 60.8113],[-0.8581995, 60.8107],[-0.8589005, 60.8102],[-0.8593005, 60.8098],[-0.8595995, 60.8093],[-0.8598995, 60.8088],[-0.8600995, 60.8086],[-0.8607995, 60.8083],[-0.8614995, 60.8081],[-0.8618005000000002, 60.8079],[-0.8616995, 60.8071],[-0.8618005000000002, 60.8068],[-0.8620995, 60.8066],[-0.8628995, 60.8063],[-0.8639005, 60.8058],[-0.8643995000000002, 60.8055],[-0.8648995, 60.8051],[-0.8652995, 60.8047],[-0.8654995, 60.8045],[-0.8657995000000002, 60.8042],[-0.8651995, 60.8033],[-0.8645995, 60.8036],[-0.8641005000000003, 60.8042],[-0.8633995, 60.8049],[-0.8629995000000003, 60.8052],[-0.8623995, 60.8055],[-0.8620005, 60.8056],[-0.8612005, 60.8057],[-0.8598995, 60.8056],[-0.8579995, 60.8051],[-0.8568995000000003, 60.8049],[-0.8558995, 60.8049],[-0.8543995, 60.8050],[-0.8530995, 60.8052],[-0.8521995000000002, 60.8054],[-0.8516005, 60.8057],[-0.8508995, 60.8064],[-0.8500995, 60.8084],[-0.8495995, 60.809],[-0.8487995000000002, 60.8095],[-0.8468995, 60.8101],[-0.8456995, 60.8105],[-0.8448995, 60.8111],[-0.8445005, 60.8118],[-0.8445995, 60.8125],[-0.8452995, 60.8129],[-0.8455995, 60.8133],[-0.8454995, 60.8136],[-0.8443995, 60.8137],[-0.8439995, 60.8140],[-0.8439995, 60.8147],[-0.8435995, 60.8156],[-0.8431995, 60.8160],[-0.8421995, 60.8165],[-0.8416995000000002, 60.817],[-0.8410995, 60.8179],[-0.8406995000000002, 60.818],[-0.8395995, 60.818],[-0.8385005, 60.8182],[-0.8377995, 60.8189],[-0.8368995, 60.8199],[-0.8366995, 60.8209],[-0.8366005, 60.8222],[-0.8360995, 60.8234],[-0.8360995, 60.824],[-0.8360995, 60.8245],[-0.8366005, 60.8256],[-0.8371995, 60.8261],[-0.8372995, 60.8266],[-0.8370995, 60.827],[-0.8362995000000002, 60.8274],[-0.8360995, 60.8278],[-0.8366005, 60.8283],[-0.8364995, 60.8288],[-0.8358995, 60.8292],[-0.8353995, 60.8295],[-0.8350995, 60.8299],[-0.8353995, 60.8305],[-0.8360005000000003, 60.8313],[-0.8360995, 60.8319],[-0.8357995, 60.8322],[-0.8350995, 60.8323],[-0.8331995, 60.8325],[-0.8316995, 60.8331],[-0.8314005, 60.8335],[-0.8316005, 60.8341],[-0.8328995, 60.8349],[-0.8331995, 60.8356],[-0.8328995, 60.8358],[-0.8324995, 60.8359],[-0.8314995, 60.8351],[-0.8304995, 60.8348],[-0.8301995000000002, 60.8349],[-0.8301995000000002, 60.8353],[-0.8307995, 60.8359],[-0.8320995, 60.8367],[-0.8327995, 60.8377],[-0.8326995, 60.8383],[-0.8320995, 60.8385],[-0.8314005, 60.8388],[-0.8295005, 60.839],[-0.8277995000000002, 60.839],[-0.8262005, 60.8387],[-0.8252995, 60.839],[-0.8252995, 60.8394],[-0.8249995, 60.8396],[-0.8237995, 60.8394],[-0.8216005, 60.8393],[-0.8214005, 60.84],[-0.8214995, 60.8411],[-0.8212995, 60.8415],[-0.8202995, 60.8416],[-0.8197995, 60.8418],[-0.8197995, 60.8421],[-0.8202995, 60.8434],[-0.8198995, 60.8444],[-0.8191005000000002, 60.8445],[-0.8180995, 60.8441],[-0.8175995, 60.8434],[-0.8168995, 60.8417],[-0.8160005, 60.8409],[-0.8156995, 60.8404],[-0.8157995, 60.84],[-0.8173995, 60.8396],[-0.8176995, 60.8386],[-0.8177995, 60.8373],[-0.8174995, 60.8365],[-0.8166995, 60.8359],[-0.8164005, 60.8351],[-0.8158995, 60.8344],[-0.8146995, 60.8338],[-0.8132995000000002, 60.833],[-0.8122995, 60.8324],[-0.8105995, 60.8319],[-0.8089005, 60.832],[-0.8071995000000002, 60.8323],[-0.8064005, 60.8325],[-0.8060005, 60.833],[-0.8053995, 60.8336],[-0.8043005, 60.8337],[-0.8033995000000003, 60.8336],[-0.8028995, 60.834],[-0.8024995, 60.8348],[-0.8018995, 60.8351],[-0.8006995, 60.8351],[-0.8000995, 60.8344],[-0.7995005, 60.8338],[-0.7983995000000002, 60.8337],[-0.7962005, 60.8337],[-0.7950995, 60.8336],[-0.7946995, 60.8333],[-0.7952995000000002, 60.8326],[-0.7960005, 60.8319],[-0.7960005, 60.8316],[-0.7956995, 60.8314],[-0.7941005, 60.8308],[-0.7931995, 60.8308],[-0.7920995, 60.8314],[-0.7908995, 60.8312],[-0.7901995000000002, 60.8308],[-0.7895995, 60.8312],[-0.7881995000000002, 60.8313],[-0.7868995, 60.8316],[-0.7856995, 60.833],[-0.7818005, 60.8349],[-0.7801995, 60.8347],[-0.7797995, 60.8344],[-0.7795005000000002, 60.8335],[-0.7793995, 60.8322],[-0.7798995, 60.8314],[-0.7795995, 60.8308],[-0.7785995, 60.8307],[-0.7772995, 60.8306],[-0.7764005000000003, 60.8299],[-0.7749995, 60.8296],[-0.7732995, 60.8298],[-0.7697995, 60.8311],[-0.7677995, 60.8317],[-0.7668005, 60.8317],[-0.7666005, 60.8309],[-0.7670005, 60.8301],[-0.7668005, 60.8298],[-0.7662995, 60.8298],[-0.7655995, 60.8303],[-0.7650995, 60.8305],[-0.7643995, 60.8305],[-0.7628995, 60.8305],[-0.7618005, 60.83],[-0.7612005, 60.8295],[-0.7612005, 60.8288],[-0.7620005, 60.8283],[-0.7639995, 60.828],[-0.7670995, 60.8276],[-0.7685005, 60.8278],[-0.7698995, 60.8273],[-0.7705995, 60.8264],[-0.7702995, 60.8247],[-0.7697995, 60.8228],[-0.7680995, 60.8217],[-0.7656995, 60.8213],[-0.7649995, 60.8202],[-0.7631995, 60.8187],[-0.7602995, 60.8195],[-0.7546995000000002, 60.8212],[-0.7512005, 60.8212],[-0.7506995, 60.821],[-0.7506995, 60.8203],[-0.7512995, 60.8191],[-0.7510995, 60.8185],[-0.7495995, 60.8190],[-0.7489005, 60.8190],[-0.7481995, 60.8184],[-0.7471995, 60.8184],[-0.7450995, 60.8193],[-0.7445005, 60.8195],[-0.7437005, 60.8196],[-0.7432995, 60.8192],[-0.7428995, 60.8182],[-0.7427995, 60.817],[-0.7433995, 60.8163],[-0.7450995, 60.8162],[-0.7472995, 60.8160],[-0.7478995000000002, 60.8164],[-0.7485005, 60.8165],[-0.7493005, 60.8162],[-0.7500995, 60.8159],[-0.7514005, 60.8164],[-0.7523995, 60.8165],[-0.7548995, 60.8161],[-0.7560995, 60.8155],[-0.7573995, 60.8153],[-0.7591995, 60.8154],[-0.7610005, 60.8157],[-0.7627995, 60.8151],[-0.7635995, 60.8147],[-0.7645005, 60.8147],[-0.7662005, 60.8153],[-0.7671995, 60.8155],[-0.7687005, 60.8156],[-0.7697995, 60.8154],[-0.7707995, 60.8147],[-0.7721995, 60.8145],[-0.7739005, 60.8149],[-0.7753995, 60.8148],[-0.7772995, 60.8145],[-0.7793995, 60.8144],[-0.7820995, 60.8137],[-0.7835995, 60.8130],[-0.7852995, 60.8118],[-0.7864995, 60.8114],[-0.7868005, 60.8107],[-0.7866005, 60.8097],[-0.7866005, 60.809],[-0.7876995, 60.8085],[-0.7877995, 60.8079],[-0.7866995, 60.8075],[-0.7851995000000002, 60.8072],[-0.7821995, 60.8056],[-0.7795995, 60.8053],[-0.7762995, 60.8056],[-0.7737005, 60.8052],[-0.7704995, 60.8052],[-0.7700995, 60.8049],[-0.7702995, 60.8042],[-0.7701995, 60.8040],[-0.7696995, 60.8038],[-0.7693005000000002, 60.8037],[-0.7687005, 60.8036],[-0.7685995, 60.8033],[-0.7687995, 60.8031],[-0.7698995, 60.8032],[-0.7701995, 60.8028],[-0.7697995, 60.8023],[-0.7693005000000002, 60.8021],[-0.7689005, 60.8019],[-0.7685995, 60.8015],[-0.7675995, 60.8007],[-0.7668995000000002, 60.8003],[-0.7645005, 60.8001],[-0.7620995000000002, 60.7998],[-0.7605995, 60.7998],[-0.7602995, 60.7996],[-0.7610995000000002, 60.7983],[-0.7608995, 60.7976],[-0.7603995, 60.7972],[-0.7602995, 60.7969],[-0.7620995000000002, 60.7962],[-0.7628995, 60.7953],[-0.7632995, 60.794],[-0.7632995, 60.7930],[-0.7639995, 60.7928],[-0.7648995, 60.7921],[-0.7650995, 60.7914],[-0.7643995, 60.7907],[-0.7628995, 60.7894],[-0.7621995, 60.7885],[-0.7621995, 60.7868],[-0.7622995, 60.7854],[-0.7618005, 60.7846],[-0.7607995000000002, 60.7843],[-0.7608995, 60.7837],[-0.7614995, 60.7833],[-0.7623995, 60.7831],[-0.7628995, 60.7824],[-0.7633995, 60.7807],[-0.7646995, 60.7805],[-0.7664005, 60.7806],[-0.7677995, 60.7808],[-0.7680995, 60.7818],[-0.7685995, 60.7819],[-0.7695995, 60.7816],[-0.7704995, 60.7814],[-0.7722995, 60.7821],[-0.7739995, 60.7825],[-0.7764005000000003, 60.783],[-0.7776995, 60.7834],[-0.7787995, 60.7839],[-0.7810995, 60.7848],[-0.7837005, 60.7858],[-0.7855995, 60.7863],[-0.7874995000000002, 60.7869],[-0.7883995, 60.7865],[-0.7898995, 60.7855],[-0.7929995, 60.7853],[-0.7966005, 60.7859],[-0.8004995, 60.7876],[-0.8029995, 60.7877],[-0.8048995, 60.7892],[-0.8056995, 60.7895],[-0.8068005, 60.7893],[-0.8093995, 60.7892],[-0.8100995, 60.7889],[-0.8098995, 60.7879],[-0.8103995, 60.7876],[-0.8116005, 60.7878],[-0.8141005, 60.7879],[-0.8164005, 60.7872],[-0.8168005000000002, 60.7869],[-0.8164005, 60.7865],[-0.8148995, 60.786],[-0.8118995000000002, 60.7845],[-0.8105995, 60.7837],[-0.8095005, 60.7833],[-0.8070995, 60.7821],[-0.8058995, 60.7814],[-0.8039995, 60.7808],[-0.8025995, 60.7797],[-0.8022995, 60.7785],[-0.8016005, 60.7775],[-0.8008995, 60.7766],[-0.8008995, 60.7755],[-0.8001995, 60.7746],[-0.8004995, 60.7743],[-0.8024995, 60.7741],[-0.8030995, 60.7736],[-0.8037005, 60.773],[-0.8032995, 60.7722],[-0.8020005, 60.7711],[-0.7979995, 60.7704],[-0.7952995000000002, 60.7701],[-0.7933995, 60.7695],[-0.7920995, 60.768],[-0.7916005, 60.7667],[-0.7906995, 60.7657],[-0.7893005, 60.7641],[-0.7873995, 60.7629],[-0.7846995, 60.7621],[-0.7828995, 60.7611],[-0.7826995, 60.7605],[-0.7837995, 60.7599],[-0.7847995, 60.7592],[-0.7873995, 60.7589],[-0.7887995, 60.7587],[-0.7904995, 60.7584],[-0.7916995, 60.7579],[-0.7939995, 60.7586],[-0.7966005, 60.7593],[-0.7989995, 60.7598],[-0.8010005, 60.76],[-0.8027995, 60.7603],[-0.8054995, 60.7605],[-0.8075995, 60.7602],[-0.8093995, 60.7606],[-0.8112995, 60.7607],[-0.8149995, 60.7604],[-0.8177995, 60.761],[-0.8189005, 60.7607],[-0.8185005, 60.7599],[-0.8191995, 60.7596],[-0.8199995, 60.76],[-0.8207995, 60.7603],[-0.8221995, 60.7601],[-0.8232995, 60.7606],[-0.8243995, 60.7606],[-0.8260005, 60.76],[-0.8268005, 60.7594],[-0.8285995, 60.759],[-0.8318995, 60.7582],[-0.8331995, 60.7584],[-0.8345995000000002, 60.7582],[-0.8368995, 60.7578],[-0.8382995, 60.7580],[-0.8399995000000002, 60.7578],[-0.8427995, 60.7577],[-0.8439995, 60.7577],[-0.8449995, 60.7578],[-0.8460995000000002, 60.7582],[-0.8468995, 60.7581],[-0.8471995, 60.7577],[-0.8472995, 60.7574],[-0.8466995, 60.7569],[-0.8456995, 60.7566],[-0.8445005, 60.7558],[-0.8424995, 60.7551],[-0.8410995, 60.7547],[-0.8395995, 60.7538],[-0.8391005, 60.7539],[-0.8383995, 60.7542],[-0.8373995, 60.7545],[-0.8362005, 60.7545],[-0.8351995, 60.754],[-0.8341995, 60.7536],[-0.8331995, 60.7537],[-0.8314005, 60.7536],[-0.8302995, 60.7537],[-0.8299995, 60.754],[-0.8295005, 60.7543],[-0.8291005, 60.7544],[-0.8285995, 60.7543],[-0.8278995, 60.7534],[-0.8270005, 60.7532],[-0.8262005, 60.7532],[-0.8241995, 60.7529],[-0.8218995, 60.7528],[-0.8210005, 60.7523],[-0.8202995, 60.7515],[-0.8198995, 60.7511],[-0.8193005, 60.7507],[-0.8182995, 60.7506],[-0.8177995, 60.7508],[-0.8175995, 60.7515],[-0.8172995, 60.7522],[-0.8160005, 60.7528],[-0.8148995, 60.7529],[-0.8127995, 60.7532],[-0.8116995, 60.7535],[-0.8093005, 60.754],[-0.8072995, 60.7544],[-0.8049995, 60.7544],[-0.8043005, 60.7549],[-0.8039005, 60.7552],[-0.8030995, 60.7553],[-0.8021995, 60.7552],[-0.8018005, 60.7543],[-0.8012995, 60.754],[-0.7996995000000002, 60.7537],[-0.7987005, 60.753],[-0.7976995, 60.7528],[-0.7974995, 60.7521],[-0.7977995, 60.7511],[-0.7976995, 60.7504],[-0.7973995, 60.7501],[-0.7968995, 60.7500],[-0.7955995, 60.7499],[-0.7948995, 60.7498],[-0.7946995, 60.7495],[-0.7948995, 60.7491],[-0.7951995, 60.7487],[-0.7954995, 60.7483],[-0.7954995, 60.7477],[-0.7956995, 60.7472],[-0.7964005, 60.7465],[-0.7966005, 60.7456],[-0.7966005, 60.7451],[-0.7960995, 60.7439],[-0.7960995, 60.7430],[-0.7968005, 60.7423],[-0.7982995000000003, 60.7417],[-0.7987005, 60.7412],[-0.7989995, 60.7404],[-0.7995005, 60.7395],[-0.7999995, 60.7387],[-0.7997995, 60.7381],[-0.7993005, 60.7378],[-0.7993005, 60.7375],[-0.7996995000000002, 60.7373],[-0.8008995, 60.7370],[-0.8020995, 60.7364],[-0.8043995000000003, 60.7354],[-0.8062995, 60.7351],[-0.8081995, 60.7350],[-0.8095005, 60.7347],[-0.8102995, 60.7341],[-0.8105995, 60.733],[-0.8110005, 60.7326],[-0.8116005, 60.7322],[-0.8128995, 60.7314],[-0.8143005, 60.7313],[-0.8147995, 60.7309],[-0.8152995, 60.7302],[-0.8160995, 60.7298],[-0.8185005, 60.7297],[-0.8199995, 60.7295],[-0.8208995, 60.7288],[-0.8216005, 60.7275],[-0.8216005, 60.7267],[-0.8216005, 60.7255],[-0.8214005, 60.7241],[-0.8216005, 60.7231],[-0.8222995, 60.7227],[-0.8235005, 60.722],[-0.8245995, 60.7218],[-0.8251995, 60.7226],[-0.8257995, 60.7235],[-0.8266005000000002, 60.7236],[-0.8276995, 60.7233],[-0.8293995, 60.723],[-0.8312995, 60.7231],[-0.8329995, 60.7228],[-0.8350995, 60.723],[-0.8358995, 60.7228],[-0.8368005, 60.7221],[-0.8378995, 60.721],[-0.8389995, 60.7205],[-0.8397995, 60.7199],[-0.8401995, 60.7193],[-0.8408995, 60.7182],[-0.8414005, 60.7177],[-0.8421995, 60.7167],[-0.8425995, 60.7155],[-0.8423995000000002, 60.7139],[-0.8431995, 60.7129],[-0.8439005, 60.712],[-0.8441005, 60.7106],[-0.8446995000000003, 60.71],[-0.8454995, 60.7088],[-0.8454995, 60.7082],[-0.8450995, 60.7081],[-0.8446995000000003, 60.7078],[-0.8448995, 60.7075],[-0.8456995, 60.7072],[-0.8470995000000002, 60.7068],[-0.8475995, 60.7064],[-0.8477995000000002, 60.7053],[-0.8473995, 60.7046],[-0.8476995, 60.7043],[-0.8487995000000002, 60.704],[-0.8497995000000002, 60.7035],[-0.8505995, 60.7026],[-0.8524995, 60.7022],[-0.8529995, 60.702],[-0.8535005, 60.7018],[-0.8537005, 60.7017],[-0.8537995, 60.7015],[-0.8531995000000002, 60.7009],[-0.8514005, 60.6997],[-0.8491995, 60.6986],[-0.8470005, 60.6973],[-0.8453995, 60.6970],[-0.8437995, 60.6971],[-0.8420995, 60.6974],[-0.8401995, 60.6983],[-0.8380995, 60.6986],[-0.8375995000000002, 60.6988],[-0.8370995, 60.6989],[-0.8362995000000002, 60.6981],[-0.8357995, 60.6976],[-0.8350995, 60.6974],[-0.8339995, 60.6965],[-0.8328995, 60.6959],[-0.8324995, 60.6956],[-0.8321995, 60.695],[-0.8314005, 60.6949],[-0.8304995, 60.6948],[-0.8295995, 60.6943],[-0.8278995, 60.6928],[-0.8264005, 60.6917],[-0.8246995, 60.6910],[-0.8239005, 60.6910],[-0.8225995, 60.6911],[-0.8216005, 60.6916],[-0.8214005, 60.6921],[-0.8226995000000003, 60.6929],[-0.8239005, 60.6935],[-0.8239005, 60.6940],[-0.8230995, 60.6947],[-0.8214995, 60.6952],[-0.8204995, 60.6958],[-0.8191995, 60.6967],[-0.8180995, 60.6970],[-0.8164005, 60.6969],[-0.8150995, 60.6965],[-0.8145005, 60.696],[-0.8143995, 60.6955],[-0.8151995, 60.6946],[-0.8154995, 60.6940],[-0.8162995, 60.6938],[-0.8166005, 60.6935],[-0.8164995, 60.6932],[-0.8162005, 60.6931],[-0.8153995, 60.6928],[-0.8143995, 60.6926],[-0.8141995, 60.6923],[-0.8143995, 60.6918],[-0.8141005, 60.6913],[-0.8135995, 60.6909],[-0.8139995, 60.6904],[-0.8145995, 60.6899],[-0.8147995, 60.6891],[-0.8145995, 60.6880],[-0.8143005, 60.6874],[-0.8131995, 60.6862],[-0.8127995, 60.6854],[-0.8128995, 60.6849],[-0.8135995, 60.6845],[-0.8146995, 60.6838],[-0.8162005, 60.6833],[-0.8179995000000002, 60.6833],[-0.8195005, 60.6832],[-0.8204995, 60.6829],[-0.8214995, 60.6825],[-0.8226995000000003, 60.6826],[-0.8237005, 60.6833],[-0.8243995, 60.6837],[-0.8249995, 60.6837],[-0.8258995, 60.6834],[-0.8274995000000002, 60.6821],[-0.8287005, 60.6813],[-0.8296995, 60.6808],[-0.8307995, 60.6797],[-0.8314995, 60.6791],[-0.8322995, 60.6789],[-0.8329995, 60.6785],[-0.8335995000000002, 60.6776],[-0.8346995, 60.6763],[-0.8350995, 60.6751],[-0.8354995, 60.6748],[-0.8364995, 60.6748],[-0.8372995, 60.675],[-0.8387005, 60.6748],[-0.8399995000000002, 60.6751],[-0.8404995, 60.6761],[-0.8408995, 60.6776],[-0.8418995, 60.6783],[-0.8430995, 60.6786],[-0.8450995, 60.6790],[-0.8462995, 60.6789],[-0.8481995, 60.6787],[-0.8493995, 60.6787],[-0.8502995, 60.6785],[-0.8514995, 60.6781],[-0.8524995, 60.6781],[-0.8537995, 60.6786],[-0.8551995, 60.6790],[-0.8568995000000003, 60.6794],[-0.8587995, 60.6798],[-0.8605995, 60.6801],[-0.8627995, 60.6807],[-0.8670005, 60.6812],[-0.8703995, 60.6817],[-0.8735995, 60.6822],[-0.8766995, 60.6828],[-0.8793005, 60.6832],[-0.8820995, 60.6835],[-0.8835995, 60.6839],[-0.8853995, 60.6847],[-0.8862005000000002, 60.6856],[-0.8862005000000002, 60.6867],[-0.8856995, 60.6881],[-0.8858995, 60.6891],[-0.8866005, 60.6899],[-0.8870995000000002, 60.6901],[-0.8875995, 60.6902],[-0.8889995, 60.6903],[-0.8920995, 60.6901],[-0.8943005000000002, 60.6896],[-0.8968005, 60.6889],[-0.8989005, 60.6881],[-0.9005995, 60.6877],[-0.9024995, 60.6874],[-0.9041995, 60.6865],[-0.9057995, 60.6846],[-0.9074995, 60.6828],[-0.9080995000000002, 60.6809],[-0.9093995000000002, 60.6799],[-0.9108995, 60.6785],[-0.9125995, 60.6777],[-0.9152995, 60.6772],[-0.9174995, 60.6765],[-0.9193005, 60.6753],[-0.9207995, 60.6748],[-0.9224995, 60.6749],[-0.9239995000000002, 60.6749],[-0.9255995, 60.6748],[-0.9270005, 60.6745],[-0.9283995000000002, 60.6738],[-0.9289005, 60.6738],[-0.9293995000000002, 60.6742],[-0.9298995, 60.6752],[-0.9304995, 60.6758],[-0.9316005, 60.6766],[-0.9337995000000002, 60.6773],[-0.9364995000000002, 60.6772],[-0.9385005, 60.6776],[-0.9401995, 60.6775],[-0.9414005, 60.6769],[-0.9429995, 60.6765],[-0.9449995, 60.6765],[-0.9466995, 60.6769],[-0.9475995, 60.6772],[-0.9481995, 60.6779],[-0.9485995, 60.6791],[-0.9485005000000002, 60.6808],[-0.9480995, 60.6819],[-0.9475995, 60.6835],[-0.9477995, 60.6843],[-0.9480995, 60.6848],[-0.9487005, 60.6852],[-0.9514995, 60.6857],[-0.9543995, 60.6858],[-0.9564005, 60.6855],[-0.9576995, 60.6849],[-0.9589995, 60.6842],[-0.9599995, 60.6841],[-0.9612995, 60.6842],[-0.9628995000000002, 60.6849],[-0.9637005, 60.6856],[-0.9637995, 60.6865],[-0.9635995000000002, 60.6874],[-0.9628995000000002, 60.6884],[-0.9618995000000002, 60.6894],[-0.9604995, 60.6905],[-0.9591995, 60.6914],[-0.9583995, 60.6919],[-0.9576995, 60.6924],[-0.9570005, 60.6935],[-0.9568995, 60.6948],[-0.9564995, 60.6958],[-0.9554995, 60.6965],[-0.9541005, 60.6966],[-0.9523995, 60.6968],[-0.9510005, 60.6967],[-0.9495995, 60.6967],[-0.9487005, 60.6965],[-0.9481995, 60.6961],[-0.9475995, 60.6957],[-0.9470995, 60.6958],[-0.9466005, 60.6962],[-0.9466005, 60.6965],[-0.9471995, 60.6969],[-0.9491995, 60.698],[-0.9512995, 60.6985],[-0.9520995000000002, 60.6991],[-0.9521995, 60.7004],[-0.9527995, 60.7021],[-0.9533995, 60.7032],[-0.9531995, 60.7041],[-0.9530995, 60.7048],[-0.9533995, 60.706],[-0.9531995, 60.7067],[-0.9525995, 60.7074],[-0.9525995, 60.7078],[-0.9529995, 60.7083],[-0.9543995, 60.7087],[-0.9564005, 60.7095],[-0.9581995000000002, 60.7103],[-0.9585995, 60.7106],[-0.9589995, 60.7113],[-0.9593005000000002, 60.7136],[-0.9593995, 60.7142],[-0.9596995, 60.7143],[-0.9608995, 60.7143],[-0.9612995, 60.7146],[-0.9614005, 60.7151],[-0.9612995, 60.7153],[-0.9610995, 60.7154],[-0.9600995, 60.7154],[-0.9598995, 60.7157],[-0.9599995, 60.716],[-0.9604995, 60.7161],[-0.9608995, 60.7162],[-0.9612005, 60.7165],[-0.9614005, 60.7174],[-0.9620995, 60.7176],[-0.9629995, 60.7176],[-0.9641995, 60.718],[-0.9647995, 60.7186],[-0.9656995000000002, 60.7194],[-0.9660005, 60.7197],[-0.9662005, 60.7202],[-0.9658995, 60.7207],[-0.9652995, 60.721],[-0.9651995, 60.7215],[-0.9653995, 60.722],[-0.9652995, 60.7222],[-0.9649995, 60.7223],[-0.9641005, 60.7223],[-0.9631995, 60.7219],[-0.9620995, 60.7223],[-0.9610995, 60.7222],[-0.9604995, 60.7218],[-0.9593005000000002, 60.7207],[-0.9581995000000002, 60.7205],[-0.9568995, 60.7202],[-0.9548995, 60.7198],[-0.9523995, 60.7195],[-0.9500995, 60.7195],[-0.9485995, 60.7195],[-0.9480995, 60.7196],[-0.9474995, 60.7195],[-0.9468005000000002, 60.7192],[-0.9452995, 60.7176],[-0.9435005, 60.7157],[-0.9422995000000002, 60.7153],[-0.9402995, 60.7151],[-0.9378995, 60.7151],[-0.9360995, 60.7152],[-0.9356995, 60.7152],[-0.9354995000000002, 60.7156],[-0.9357995, 60.7162],[-0.9364995000000002, 60.717],[-0.9364995000000002, 60.7175],[-0.9360005, 60.718],[-0.9352995, 60.7179],[-0.9337995000000002, 60.7173],[-0.9330995, 60.7173],[-0.9328995, 60.7176],[-0.9333995, 60.7183],[-0.9341995, 60.7187],[-0.9351995000000002, 60.7192],[-0.9360995, 60.7195],[-0.9366995, 60.72],[-0.9372995, 60.7207],[-0.9373995, 60.7213],[-0.9370995, 60.722],[-0.9364995000000002, 60.7222],[-0.9362995, 60.7225],[-0.9364995000000002, 60.7228],[-0.9370005, 60.723],[-0.9372995, 60.7236],[-0.9371995, 60.7244],[-0.9375995, 60.7254],[-0.9380995, 60.7262],[-0.9389005, 60.7266],[-0.9400995, 60.7268],[-0.9418005, 60.7268],[-0.9445005, 60.7264],[-0.9462005, 60.7262],[-0.9470995, 60.7263],[-0.9476995, 60.7265],[-0.9482995, 60.7268],[-0.9487995, 60.7271],[-0.9489995, 60.7274],[-0.9491005, 60.7278],[-0.9491005, 60.7281],[-0.9489995, 60.7284],[-0.9485005000000002, 60.7287],[-0.9470005, 60.7290],[-0.9464005, 60.7290],[-0.9452995, 60.7288],[-0.9448995, 60.7289],[-0.9445995000000003, 60.7293],[-0.9441995, 60.7295],[-0.9429995, 60.7295],[-0.9422995000000002, 60.7296],[-0.9410995, 60.7298],[-0.9391995, 60.73],[-0.9389005, 60.7303],[-0.9389995, 60.7312],[-0.9391005, 60.7317],[-0.9403995, 60.733],[-0.9423995, 60.7344],[-0.9445005, 60.7356],[-0.9456995, 60.7362],[-0.9466005, 60.7367],[-0.9466995, 60.7371],[-0.9464005, 60.7377],[-0.9456995, 60.7378],[-0.9446995, 60.7377],[-0.9437005000000002, 60.7377],[-0.9431995, 60.7379],[-0.9431995, 60.7384],[-0.9428995, 60.7392],[-0.9423995, 60.7397],[-0.9418005, 60.7401],[-0.9418005, 60.7403],[-0.9423995, 60.7408],[-0.9426995, 60.7415],[-0.9428995, 60.7419],[-0.9432995, 60.7423],[-0.9433995, 60.7426],[-0.9432995, 60.7430],[-0.9431995, 60.7432],[-0.9432995, 60.7436],[-0.9437005000000002, 60.7440],[-0.9437005000000002, 60.7444],[-0.9431995, 60.7447],[-0.9420005, 60.7447],[-0.9403995, 60.7447],[-0.9382995, 60.7442],[-0.9372995, 60.7444],[-0.9366005, 60.7453],[-0.9366005, 60.7457],[-0.9360005, 60.7458],[-0.9346995, 60.7455],[-0.9335005, 60.7452],[-0.9329995, 60.7443],[-0.9318005, 60.7438],[-0.9287995, 60.7438],[-0.9281995, 60.7442],[-0.9281995, 60.7448],[-0.9287995, 60.7455],[-0.9289005, 60.7465],[-0.9293005, 60.7469],[-0.9312005000000002, 60.7478],[-0.9312005000000002, 60.7483],[-0.9305995, 60.7489],[-0.9293995000000002, 60.7492],[-0.9285005, 60.7494],[-0.9271995, 60.7495],[-0.9260005, 60.7494],[-0.9246995, 60.7489],[-0.9232995000000002, 60.7491],[-0.9222995000000002, 60.7495],[-0.9220995, 60.7502],[-0.9214005000000002, 60.7505],[-0.9200995, 60.7507],[-0.9198995, 60.7509],[-0.9204995, 60.7512],[-0.9212005, 60.7514],[-0.9221995, 60.7511],[-0.9227995, 60.7511],[-0.9232995000000002, 60.7515],[-0.9233995, 60.7520],[-0.9231995, 60.7526],[-0.9231995, 60.7529],[-0.9237005, 60.7532],[-0.9245995, 60.7535],[-0.9251995, 60.7543],[-0.9251995, 60.7552],[-0.9246995, 60.756],[-0.9249995, 60.7563],[-0.9262995000000003, 60.7569],[-0.9262995000000003, 60.7576],[-0.9266005, 60.7581],[-0.9275995, 60.7582],[-0.9285995, 60.759],[-0.9287005, 60.7602],[-0.9285005, 60.7617],[-0.9280995, 60.7621],[-0.9272995, 60.7623],[-0.9260005, 60.7624],[-0.9237995, 60.7623],[-0.9229995000000002, 60.7626],[-0.9222995000000002, 60.7631],[-0.9221995, 60.7635],[-0.9223995, 60.7639],[-0.9228995, 60.7645],[-0.9229995000000002, 60.7651],[-0.9223995, 60.766],[-0.9216005, 60.7674],[-0.9203995, 60.7683],[-0.9198995, 60.7689],[-0.9196995, 60.7698],[-0.9197995, 60.7709],[-0.9196995, 60.7716],[-0.9191995, 60.7722],[-0.9182995, 60.7734],[-0.9178995000000002, 60.7742],[-0.9174995, 60.7748],[-0.9173995, 60.7753],[-0.9175995, 60.7758],[-0.9183995, 60.7763],[-0.9193005, 60.7768],[-0.9195995, 60.7771],[-0.9195005, 60.7778],[-0.9189005, 60.7786],[-0.9189005, 60.7796],[-0.9187995, 60.7804],[-0.9181995, 60.7808],[-0.9173995, 60.7811],[-0.9162995, 60.7813],[-0.9155995, 60.7815],[-0.9154995000000002, 60.7818],[-0.9155995, 60.7823],[-0.9162005, 60.7828],[-0.9170005, 60.7831],[-0.9185005, 60.7835],[-0.9203995, 60.784],[-0.9216005, 60.7846],[-0.9223995, 60.7854],[-0.9241005000000002, 60.786],[-0.9256995, 60.7866],[-0.9268995, 60.787],[-0.9278995, 60.7877],[-0.9289005, 60.7882],[-0.9297995, 60.7884],[-0.9307995, 60.7882],[-0.9320005, 60.788],[-0.9325995, 60.7882],[-0.9335995, 60.7889],[-0.9339995, 60.7900],[-0.9343005, 60.7905],[-0.9347995, 60.7907],[-0.9360995, 60.7905],[-0.9370005, 60.7905],[-0.9372995, 60.7907],[-0.9374995000000003, 60.7916],[-0.9373995, 60.7921],[-0.9368995, 60.7923],[-0.9358995, 60.7924],[-0.9346995, 60.7923],[-0.9345005, 60.7925],[-0.9341005, 60.7933],[-0.9335995, 60.7939],[-0.9326995, 60.7946],[-0.9318005, 60.795],[-0.9310005, 60.7952],[-0.9301995, 60.7956],[-0.9289005, 60.7963],[-0.9287995, 60.7967],[-0.9289995, 60.7971],[-0.9295005, 60.7971],[-0.9307995, 60.7963],[-0.9314005, 60.7962],[-0.9316995, 60.7964],[-0.9316005, 60.7969],[-0.9310005, 60.7977],[-0.9300995000000002, 60.7987],[-0.9295005, 60.7994],[-0.9287995, 60.8004],[-0.9281995, 60.8004],[-0.9276995000000002, 60.8001],[-0.9266005, 60.7996],[-0.9260995, 60.7999],[-0.9249995, 60.8008],[-0.9239995000000002, 60.8011],[-0.9235005, 60.8015],[-0.9232995000000002, 60.8023],[-0.9227995, 60.8026],[-0.9216995, 60.8025],[-0.9198995, 60.8026],[-0.9187995, 60.8028],[-0.9175995, 60.8033],[-0.9166995, 60.8037],[-0.9155995, 60.8041],[-0.9150995, 60.8044],[-0.9146995, 60.8050],[-0.9145005, 60.8058],[-0.9141005, 60.8065],[-0.9132995, 60.8070],[-0.9122995, 60.8073],[-0.9106995, 60.8075],[-0.9095005000000002, 60.8077],[-0.9089995, 60.8080],[-0.9087005, 60.8085],[-0.9087995, 60.8092],[-0.9087995, 60.8102],[-0.9089995, 60.8107],[-0.9095995, 60.8109],[-0.9126995, 60.8110],[-0.9150995, 60.8113],[-0.9160995, 60.8114],[-0.9168005, 60.8112],[-0.9172995, 60.8111],[-0.9181995, 60.8112],[-0.9200995, 60.8113],[-0.9207995, 60.8117],[-0.9210005, 60.812],[-0.9210995, 60.8124],[-0.9214995, 60.8128],[-0.9216995, 60.8130],[-0.9216005, 60.8132],[-0.9212005, 60.8132],[-0.9202995000000002, 60.8132],[-0.9193995, 60.8129],[-0.9187995, 60.8128],[-0.9185005, 60.8130],[-0.9179995, 60.8134],[-0.9164995, 60.8137],[-0.9152995, 60.8141],[-0.9143995, 60.8144],[-0.9141005, 60.8148],[-0.9141005, 60.8154],[-0.9137995, 60.8157],[-0.9131995000000002, 60.8159],[-0.9124995, 60.8162],[-0.9120995, 60.8166],[-0.9120005, 60.8171],[-0.9114995, 60.8175],[-0.9105995, 60.8176],[-0.9093995000000002, 60.8174],[-0.9078995, 60.8166],[-0.9049995, 60.8158],[-0.9024995, 60.8157],[-0.9014005000000002, 60.8157],[-0.9007995, 60.8159],[-0.9002995, 60.8166],[-0.8996995, 60.8168],[-0.8991005, 60.8165],[-0.8981995, 60.8164],[-0.8975995, 60.8166],[-0.8970995, 60.817],[-0.8964005, 60.8171],[-0.8951995, 60.8173],[-0.8947995, 60.8177],[-0.8947995, 60.8179],[-0.8951995, 60.8182],[-0.8958995000000002, 60.8182],[-0.8960995, 60.8184],[-0.8960995, 60.8187],[-0.8956995, 60.8189],[-0.8943995, 60.8191],[-0.8943005000000002, 60.8194],[-0.8943005000000002, 60.8199],[-0.8937005, 60.8203],[-0.8925995, 60.8205],[-0.8918005, 60.821],[-0.8910005, 60.8209],[-0.8898995, 60.8209],[-0.8897995000000002, 60.8212],[-0.8900995000000002, 60.8221],[-0.8902995, 60.8236],[-0.8905995, 60.8238],[-0.8916995, 60.8245],[-0.8920995, 60.8249],[-0.8921995, 60.8255],[-0.8918005, 60.8259],[-0.8901995, 60.8266],[-0.8887005, 60.8268],[-0.8878995, 60.8271],[-0.8874995, 60.8276],[-0.8873995000000002, 60.8286],[-0.8870005, 60.829],[-0.8862995, 60.829],[-0.8849995000000003, 60.8284],[-0.8841995, 60.8283],[-0.8833995, 60.8285],[-0.8830995, 60.8287],[-0.8827995, 60.8291],[-0.8824995, 60.8294],[-0.8814995, 60.8294],[-0.8810005, 60.8293],[-0.8806995, 60.8295],[-0.8805995, 60.83],[-0.8807995, 60.8305],[-0.8806995, 60.8308],[-0.8805995, 60.8309],[-0.8793005, 60.831],[-0.8789995000000002, 60.8312],[-0.8791005000000002, 60.8315],[-0.8796995, 60.832],[-0.8796995, 60.8322],[-0.8795995, 60.8323],[-0.8791005000000002, 60.8324],[-0.8789995000000002, 60.8327],[-0.8791005000000002, 60.8331],[-0.8802995000000002, 60.835],[-0.8808995, 60.836],[-0.8812005, 60.8363],[-0.8822995, 60.8369],[-0.8822995, 60.8371],[-0.8821995, 60.8373],[-0.8820005, 60.8374],[-0.8810995, 60.8374],[-0.8806995, 60.8374],[-0.8804995, 60.8375],[-0.8803995, 60.8377],[-0.8804995, 60.8379],[-0.8810005, 60.8381],[-0.8827995, 60.838],[-0.8830995, 60.8381],[-0.8832995, 60.8382],[-0.8833995, 60.8384],[-0.8831995, 60.8388],[-0.8825995, 60.839],[-0.8816995, 60.8391],[-0.8805995, 60.8392],[-0.8804995, 60.8392],[-0.8803995, 60.8394],[-0.8804995, 60.8396],[-0.8807995, 60.8397],[-0.8818995, 60.8397],[-0.8822995, 60.84],[-0.8826995000000002, 60.8402],[-0.8827995, 60.8405],[-0.8824995, 60.8409],[-0.8812995000000002, 60.8412],[-0.8798995, 60.8415],[-0.8795005, 60.8419],[-0.8785005, 60.8431],[-0.8776995, 60.8437],[-0.8766995, 60.8441],[-0.8754995, 60.8441],[-0.8751995000000002, 60.8439],[-0.8749995, 60.8434],[-0.8745995, 60.8432],[-0.8735995, 60.8436],[-0.8722995, 60.8443],[-0.8712995, 60.8446],[-0.8703995, 60.8452],[-0.8697995, 60.8461],[-0.8689005, 60.8462],[-0.8676995, 60.8463],[-0.8664005, 60.8461],[-0.8652995, 60.8457],[-0.8645005, 60.8449],[-0.8639005, 60.8446],[-0.8632995, 60.8446],[-0.8625995, 60.8454],[-0.8618005000000002, 60.8464],[-0.8610005, 60.8465],[-0.8598995, 60.8462],[-0.8593005, 60.8458],[-0.8593005, 60.8455],[-0.8597995, 60.8451],[-0.8598995, 60.8449]]],[[[-0.8480995, 60.6282],[-0.8427995, 60.6277],[-0.8414005, 60.6277],[-0.8395995, 60.6284],[-0.8382995, 60.6283],[-0.8360005000000003, 60.6276],[-0.8354995, 60.6276],[-0.8351995, 60.6279],[-0.8349995, 60.6289],[-0.8345995000000002, 60.6291],[-0.8343005, 60.6291],[-0.8323995, 60.6291],[-0.8314995, 60.629],[-0.8300995, 60.6282],[-0.8296995, 60.6274],[-0.8295005, 60.6265],[-0.8289005000000003, 60.6258],[-0.8271995, 60.6246],[-0.8262005, 60.6244],[-0.8247995, 60.6240],[-0.8237005, 60.6234],[-0.8228995, 60.6228],[-0.8220005, 60.6221],[-0.8218005000000002, 60.6216],[-0.8227995, 60.6210],[-0.8230995, 60.6204],[-0.8222995, 60.6193],[-0.8208995, 60.6182],[-0.8208995, 60.6174],[-0.8214995, 60.6166],[-0.8216005, 60.6161],[-0.8214005, 60.6156],[-0.8210995, 60.6152],[-0.8198995, 60.6136],[-0.8198995, 60.6125],[-0.8206995, 60.6112],[-0.8216995000000002, 60.6097],[-0.8220995, 60.609],[-0.8223995, 60.6081],[-0.8206995, 60.6071],[-0.8203995, 60.6063],[-0.8197995, 60.6057],[-0.8178995, 60.605],[-0.8170005, 60.604],[-0.8155995000000003, 60.6029],[-0.8131995, 60.6036],[-0.8118995000000002, 60.6053],[-0.8114005, 60.6059],[-0.8103995, 60.6063],[-0.8080995, 60.6062],[-0.8070005, 60.6065],[-0.8064005, 60.6063],[-0.8060005, 60.6055],[-0.8064995, 60.6044],[-0.8075995, 60.603],[-0.8096995, 60.6018],[-0.8097995, 60.6011],[-0.8095005, 60.6008],[-0.8077995, 60.6007],[-0.8071995000000002, 60.6001],[-0.8060995, 60.6],[-0.8047995, 60.6],[-0.8020995, 60.6002],[-0.7996995000000002, 60.6002],[-0.7981995, 60.6006],[-0.7968995, 60.602],[-0.7958995, 60.6028],[-0.7954995, 60.6035],[-0.7953995, 60.6045],[-0.7951995, 60.605],[-0.7945995, 60.6059],[-0.7937995, 60.6066],[-0.7935005, 60.6072],[-0.7931995, 60.6083],[-0.7935005, 60.6094],[-0.7931995, 60.6103],[-0.7928995, 60.6111],[-0.7921995, 60.6116],[-0.7900995, 60.6126],[-0.7891005, 60.6129],[-0.7882995, 60.6127],[-0.7878995, 60.6123],[-0.7874995000000002, 60.6118],[-0.7866995, 60.6118],[-0.7856995, 60.6122],[-0.7851995000000002, 60.6123],[-0.7845005, 60.6119],[-0.7833995, 60.6118],[-0.7812995, 60.6121],[-0.7800995, 60.6131],[-0.7780995, 60.6138],[-0.7770005, 60.6156],[-0.7757995, 60.6160],[-0.7741995, 60.6158],[-0.7731995, 60.6155],[-0.7729995000000002, 60.6152],[-0.7749995, 60.6139],[-0.7751995, 60.6137],[-0.7750995, 60.6135],[-0.7741005000000002, 60.6130],[-0.7735995, 60.6127],[-0.7737005, 60.6124],[-0.7751995, 60.612],[-0.7752995000000003, 60.6116],[-0.7751995, 60.6115],[-0.7737995, 60.6113],[-0.7732995, 60.6111],[-0.7732995, 60.6107],[-0.7751995, 60.6102],[-0.7752995000000003, 60.6099],[-0.7751995, 60.6097],[-0.7743995, 60.6096],[-0.7733995, 60.6095],[-0.7731995, 60.609],[-0.7735005, 60.6085],[-0.7735995, 60.608],[-0.7737005, 60.6077],[-0.7737005, 60.6074],[-0.7731995, 60.6071],[-0.7718995, 60.606],[-0.7714005000000002, 60.6055],[-0.7700995, 60.6055],[-0.7695995, 60.606],[-0.7687005, 60.6064],[-0.7679995, 60.6064],[-0.7670005, 60.6055],[-0.7653995, 60.6051],[-0.7637995, 60.6046],[-0.7637995, 60.604],[-0.7648995, 60.6028],[-0.7653995, 60.6016],[-0.7660005, 60.6007],[-0.7664995, 60.6004],[-0.7672995, 60.6003],[-0.7677995, 60.5998],[-0.7679995, 60.5991],[-0.7679995, 60.5981],[-0.7695995, 60.5958],[-0.7698995, 60.5938],[-0.7693005000000002, 60.5933],[-0.7691005, 60.5927],[-0.7699995, 60.5922],[-0.7716995, 60.5916],[-0.7737005, 60.5905],[-0.7741005000000002, 60.5891],[-0.7770005, 60.5878],[-0.7804995, 60.5875],[-0.7825995, 60.5877],[-0.7828995, 60.5873],[-0.7823995, 60.587],[-0.7816995, 60.5865],[-0.7795995, 60.5853],[-0.7791005, 60.585],[-0.7789005, 60.5846],[-0.7791995, 60.5842],[-0.7802995, 60.5842],[-0.7822995, 60.5845],[-0.7852995, 60.585],[-0.7866995, 60.5852],[-0.7882995, 60.5845],[-0.7887005, 60.5841],[-0.7891005, 60.5833],[-0.7893995, 60.5825],[-0.7891995000000002, 60.5815],[-0.7875995, 60.5798],[-0.7866995, 60.5791],[-0.7862995, 60.5782],[-0.7858995, 60.5773],[-0.7862005, 60.5771],[-0.7866995, 60.5772],[-0.7903995, 60.5777],[-0.7910005, 60.5772],[-0.7914005, 60.5759],[-0.7922995000000002, 60.5758],[-0.7928995, 60.5755],[-0.7925995, 60.5743],[-0.7918005, 60.5732],[-0.7914995, 60.5718],[-0.7922995000000002, 60.5708],[-0.7943005, 60.5713],[-0.7947995, 60.5716],[-0.7954995, 60.5707],[-0.7972995000000003, 60.5702],[-0.7983995000000002, 60.5691],[-0.7997995, 60.5688],[-0.8016995, 60.5699],[-0.8012995, 60.5727],[-0.8025995, 60.5734],[-0.8050995, 60.5747],[-0.8051995, 60.5769],[-0.8071995000000002, 60.5767],[-0.8080995, 60.577],[-0.8085995, 60.5775],[-0.8106995, 60.5763],[-0.8127995, 60.5754],[-0.8146995, 60.5761],[-0.8160005, 60.5769],[-0.8170995, 60.5775],[-0.8187995, 60.5784],[-0.8220995, 60.5797],[-0.8258995, 60.5821],[-0.8280995, 60.5855],[-0.8287005, 60.5866],[-0.8281995, 60.5879],[-0.8328995, 60.5892],[-0.8364995, 60.5887],[-0.8401995, 60.5869],[-0.8441995, 60.5837],[-0.8464005, 60.5839],[-0.8462995, 60.5854],[-0.8479995, 60.5858],[-0.8496995, 60.5876],[-0.8514995, 60.5885],[-0.8520005000000002, 60.5883],[-0.8522995, 60.5879],[-0.8529995, 60.5879],[-0.8535995, 60.5884],[-0.8539995, 60.5904],[-0.8545995000000002, 60.5922],[-0.8557995, 60.5932],[-0.8580995, 60.5935],[-0.8587005, 60.594],[-0.8623995, 60.5928],[-0.8635005, 60.5923],[-0.8643995000000002, 60.5931],[-0.8655995, 60.5935],[-0.8677995, 60.5935],[-0.8685005, 60.5931],[-0.8685005, 60.5922],[-0.8671995, 60.5905],[-0.8670005, 60.5895],[-0.8689995, 60.5893],[-0.8721995, 60.5891],[-0.8748995000000002, 60.5893],[-0.8781995, 60.5902],[-0.8820005, 60.591],[-0.8845005, 60.5921],[-0.8874995, 60.5931],[-0.8895995, 60.5933],[-0.8922995, 60.5926],[-0.8945995, 60.5915],[-0.8951995, 60.5905],[-0.8954995, 60.5895],[-0.8951995, 60.5886],[-0.8947995, 60.5876],[-0.8932995, 60.5865],[-0.8912995, 60.5857],[-0.8891995, 60.5854],[-0.8870995000000002, 60.5842],[-0.8852995, 60.5839],[-0.8833995, 60.5835],[-0.8805995, 60.5832],[-0.8785005, 60.5826],[-0.8774995, 60.582],[-0.8735005, 60.5819],[-0.8724995, 60.5816],[-0.8720005, 60.5807],[-0.8720005, 60.5799],[-0.8720995, 60.5793],[-0.8716995, 60.5788],[-0.8712005, 60.5787],[-0.8706995, 60.5782],[-0.8701995, 60.577],[-0.8687005, 60.5759],[-0.8670995, 60.5750],[-0.8652995, 60.5751],[-0.8645995, 60.5750],[-0.8645995, 60.5733],[-0.8635995, 60.5721],[-0.8637995, 60.5717],[-0.8639005, 60.5714],[-0.8616995, 60.5709],[-0.8591005000000002, 60.5700],[-0.8581995, 60.5694],[-0.8585995, 60.5684],[-0.8610005, 60.5682],[-0.8618995, 60.5674],[-0.8633995, 60.5667],[-0.8648995, 60.5661],[-0.8655995, 60.5666],[-0.8649995, 60.5675],[-0.8648995, 60.5683],[-0.8656995, 60.5692],[-0.8668005, 60.5692],[-0.8677995, 60.5684],[-0.8695005, 60.5679],[-0.8710995, 60.5674],[-0.8722995, 60.5671],[-0.8722995, 60.5667],[-0.8712005, 60.5653],[-0.8716005000000002, 60.565],[-0.8741005, 60.5656],[-0.8755995, 60.5655],[-0.8760995, 60.5653],[-0.8758995000000002, 60.5646],[-0.8764995, 60.5644],[-0.8791995, 60.5657],[-0.8807995, 60.5657],[-0.8814005000000003, 60.5653],[-0.8816995, 60.5642],[-0.8827995, 60.5641],[-0.8845995, 60.5639],[-0.8852995, 60.5631],[-0.8866995, 60.5629],[-0.8889005, 60.5633],[-0.8897995000000002, 60.5636],[-0.8918005, 60.5640],[-0.8918995, 60.5649],[-0.8916995, 60.5656],[-0.8922995, 60.5661],[-0.8935005, 60.5663],[-0.8939005, 60.5675],[-0.8955995, 60.5692],[-0.8974995, 60.5699],[-0.9005995, 60.5699],[-0.9018995, 60.5699],[-0.9026995, 60.5712],[-0.9037995, 60.5718],[-0.9064995, 60.5720],[-0.9078995, 60.5738],[-0.9102995, 60.5778],[-0.9118995, 60.5794],[-0.9122995, 60.5805],[-0.9122995, 60.5812],[-0.9116005, 60.582],[-0.9114005, 60.5824],[-0.9116995, 60.583],[-0.9118005, 60.5838],[-0.9122995, 60.5845],[-0.9135995, 60.5849],[-0.9150995, 60.586],[-0.9154995000000002, 60.5874],[-0.9164005, 60.5884],[-0.9182995, 60.5889],[-0.9189995, 60.5898],[-0.9195005, 60.5917],[-0.9199995, 60.5924],[-0.9214005000000002, 60.5932],[-0.9225995, 60.5942],[-0.9241005000000002, 60.5965],[-0.9262005, 60.599],[-0.9305995, 60.601],[-0.9326995, 60.6022],[-0.9348995, 60.6026],[-0.9360005, 60.6032],[-0.9362995, 60.6043],[-0.9356995, 60.6058],[-0.9357995, 60.6067],[-0.9375995, 60.6078],[-0.9379995, 60.6088],[-0.9379995, 60.6099],[-0.9382995, 60.6104],[-0.9400995, 60.6103],[-0.9408995, 60.6106],[-0.9422995000000002, 60.6108],[-0.9439005, 60.6106],[-0.9458995, 60.6106],[-0.9464995, 60.6117],[-0.9462995, 60.6129],[-0.9456995, 60.6137],[-0.9441995, 60.6148],[-0.9441995, 60.6159],[-0.9447995, 60.6171],[-0.9446995, 60.6185],[-0.9453995, 60.6199],[-0.9452995, 60.6205],[-0.9427995, 60.6217],[-0.9404995, 60.6234],[-0.9385995, 60.6241],[-0.9375995, 60.6247],[-0.9375995, 60.6256],[-0.9370995, 60.6261],[-0.9353995, 60.6272],[-0.9346995, 60.6280],[-0.9350995, 60.6298],[-0.9346995, 60.6303],[-0.9326995, 60.6303],[-0.9304995, 60.6296],[-0.9275995, 60.6280],[-0.9233995, 60.6271],[-0.9174995, 60.6267],[-0.9146995, 60.6270],[-0.9131995000000002, 60.6274],[-0.9122995, 60.6284],[-0.9095995, 60.629],[-0.9093995000000002, 60.6287],[-0.9107995000000002, 60.6274],[-0.9102995, 60.6265],[-0.9098995, 60.6249],[-0.9077995, 60.6240],[-0.9026995, 60.6235],[-0.8993005, 60.6218],[-0.8962005, 60.6204],[-0.8935995, 60.6207],[-0.8898995, 60.6218],[-0.8858995, 60.6225],[-0.8824995, 60.6245],[-0.8797995, 60.6270],[-0.8771995, 60.6282],[-0.8739995, 60.6300],[-0.8699995, 60.6316],[-0.8668005, 60.6325],[-0.8621995, 60.6328],[-0.8597995, 60.6323],[-0.8576995, 60.6316],[-0.8554995, 60.6299],[-0.8480995, 60.6282]]],[[[-1.076699, 60.1879],[-1.075, 60.1864],[-1.0734, 60.1855],[-1.0728, 60.1853],[-1.0728, 60.185],[-1.073799, 60.1843],[-1.073799, 60.1838],[-1.0732, 60.1829],[-1.072899, 60.1821],[-1.0728, 60.1809],[-1.0726, 60.1802],[-1.0725, 60.1792],[-1.0725, 60.1788],[-1.0736, 60.1781],[-1.075199, 60.1774],[-1.0753, 60.1768],[-1.075, 60.1765],[-1.0739, 60.1763],[-1.071601, 60.1764],[-1.0706, 60.1761],[-1.0697, 60.1754],[-1.069301, 60.1747],[-1.069301, 60.1738],[-1.0704, 60.1713],[-1.070899, 60.1705],[-1.0705, 60.1696],[-1.0703, 60.1685],[-1.0707, 60.1668],[-1.072199, 60.1662],[-1.074, 60.1655],[-1.0756, 60.1649],[-1.075799, 60.1642],[-1.0755, 60.1639],[-1.0748, 60.1632],[-1.0726, 60.1614],[-1.0717, 60.1599],[-1.071001, 60.1595],[-1.069501, 60.1591],[-1.067999, 60.1591],[-1.0661, 60.1594],[-1.064999, 60.1596],[-1.062999, 60.1603],[-1.0625, 60.1608],[-1.0621, 60.1617],[-1.061401, 60.1624],[-1.0603, 60.1627],[-1.0592, 60.1626],[-1.0584, 60.1624],[-1.0552, 60.1622],[-1.0542, 60.1624],[-1.053599, 60.163],[-1.052999, 60.1641],[-1.0526, 60.1653],[-1.0518, 60.1687],[-1.051, 60.1695],[-1.0502, 60.1702],[-1.0489, 60.1706],[-1.048, 60.1705],[-1.047001, 60.17],[-1.0461, 60.1688],[-1.0446, 60.1669],[-1.0445, 60.1661],[-1.044999, 60.1649],[-1.0469, 60.1633],[-1.048599, 60.1609],[-1.048599, 60.1592],[-1.048701, 60.156],[-1.0482, 60.1547],[-1.0474, 60.1528],[-1.047799, 60.151],[-1.048501, 60.1502],[-1.049899, 60.1476],[-1.050099, 60.1462],[-1.0498, 60.1433],[-1.0503, 60.1427],[-1.052001, 60.141],[-1.0533, 60.1407],[-1.0553, 60.1403],[-1.0561, 60.1394],[-1.057001, 60.1389],[-1.0578, 60.1393],[-1.058501, 60.1398],[-1.059399, 60.1393],[-1.060199, 60.1384],[-1.0613, 60.1373],[-1.0625, 60.1356],[-1.064301, 60.1341],[-1.0646, 60.1335],[-1.0648, 60.1330],[-1.064999, 60.1327],[-1.064999, 60.1324],[-1.064501, 60.1321],[-1.064501, 60.1318],[-1.0648, 60.1312],[-1.065899, 60.1304],[-1.0663, 60.1300],[-1.0663, 60.1295],[-1.065899, 60.1271],[-1.0662, 60.1262],[-1.066499, 60.1246],[-1.066401, 60.1238],[-1.0662, 60.1230],[-1.066601, 60.1223],[-1.0669, 60.1188],[-1.0674, 60.1163],[-1.067899, 60.1151],[-1.068501, 60.1136],[-1.070099, 60.1127],[-1.0721, 60.1103],[-1.0725, 60.1096],[-1.072399, 60.1084],[-1.0719, 60.1077],[-1.0712, 60.1071],[-1.0697, 60.1057],[-1.0697, 60.105],[-1.0698, 60.1045],[-1.070199, 60.1041],[-1.072001, 60.1038],[-1.073099, 60.1038],[-1.0753, 60.1044],[-1.077399, 60.1054],[-1.079301, 60.1072],[-1.0804, 60.109],[-1.0812, 60.1095],[-1.0822, 60.1097],[-1.083799, 60.1095],[-1.0849, 60.1086],[-1.0869, 60.1084],[-1.088099, 60.1088],[-1.090299, 60.1097],[-1.0922, 60.1103],[-1.0964, 60.1104],[-1.098, 60.1113],[-1.1008, 60.1128],[-1.1028, 60.114],[-1.1044, 60.1139],[-1.106601, 60.1144],[-1.1084, 60.1151],[-1.1138, 60.1184],[-1.1167, 60.1199],[-1.119799, 60.1206],[-1.1209, 60.1214],[-1.1207, 60.1229],[-1.121001, 60.1239],[-1.1215, 60.1246],[-1.121001, 60.1258],[-1.1209, 60.1278],[-1.120499, 60.1294],[-1.121001, 60.1306],[-1.123299, 60.1336],[-1.1238, 60.1354],[-1.1246, 60.1373],[-1.1246, 60.1384],[-1.1235, 60.1400],[-1.122599, 60.1407],[-1.121601, 60.1407],[-1.1201, 60.1407],[-1.1167, 60.1412],[-1.1149, 60.143],[-1.114101, 60.1476],[-1.1135, 60.1485],[-1.1127, 60.1499],[-1.112599, 60.1508],[-1.113299, 60.1514],[-1.114501, 60.1529],[-1.114799, 60.1535],[-1.114799, 60.1544],[-1.1151, 60.1551],[-1.1152, 60.1559],[-1.114501, 60.157],[-1.1144, 60.1576],[-1.114599, 60.1579],[-1.1151, 60.1579],[-1.1158, 60.1578],[-1.116601, 60.1573],[-1.1174, 60.1566],[-1.118299, 60.1557],[-1.118901, 60.1556],[-1.119699, 60.1562],[-1.1201, 60.1569],[-1.1202, 60.1577],[-1.1207, 60.159],[-1.122499, 60.1604],[-1.1256, 60.1613],[-1.1288, 60.1616],[-1.131001, 60.1622],[-1.1353, 60.1637],[-1.1395, 60.1661],[-1.1417, 60.1694],[-1.1422, 60.1708],[-1.1417, 60.1718],[-1.141801, 60.1724],[-1.142699, 60.1731],[-1.1445, 60.1733],[-1.146801, 60.1736],[-1.1472, 60.1744],[-1.1459, 60.1774],[-1.146001, 60.1791],[-1.145499, 60.1804],[-1.1446, 60.1808],[-1.1431, 60.1813],[-1.1416, 60.182],[-1.141001, 60.182],[-1.1403, 60.1816],[-1.139199, 60.1802],[-1.1372, 60.1798],[-1.1359, 60.1799],[-1.1346, 60.1803],[-1.1331, 60.1817],[-1.133299, 60.1830],[-1.132599, 60.1840],[-1.131899, 60.1846],[-1.1309, 60.185],[-1.128901, 60.185],[-1.126899, 60.1846],[-1.126099, 60.1845],[-1.1251, 60.1843],[-1.125, 60.1839],[-1.125399, 60.1826],[-1.1252, 60.1821],[-1.1231, 60.182],[-1.121201, 60.1816],[-1.119699, 60.1811],[-1.118199, 60.1798],[-1.1164, 60.1796],[-1.1152, 60.1800],[-1.114501, 60.1816],[-1.1138, 60.1821],[-1.1131, 60.1823],[-1.1122, 60.182],[-1.1115, 60.1808],[-1.1109, 60.1802],[-1.1106, 60.1801],[-1.107499, 60.1797],[-1.1049, 60.1791],[-1.103701, 60.178],[-1.1022, 60.178],[-1.100299, 60.1791],[-1.0979, 60.1794],[-1.0963, 60.1789],[-1.095199, 60.1783],[-1.0936, 60.1769],[-1.0933, 60.175],[-1.089301, 60.1721],[-1.084501, 60.172],[-1.0819, 60.1718],[-1.0798, 60.1714],[-1.0783, 60.1711],[-1.0776, 60.1712],[-1.0768, 60.1719],[-1.076401, 60.1731],[-1.0763, 60.1739],[-1.076401, 60.1747],[-1.0804, 60.1757],[-1.0832, 60.1771],[-1.0872, 60.1786],[-1.0879, 60.1791],[-1.0884, 60.1801],[-1.0883, 60.1816],[-1.087399, 60.1849],[-1.0865, 60.1856],[-1.0862, 60.1861],[-1.086699, 60.1865],[-1.0892, 60.1863],[-1.0898, 60.1863],[-1.0897, 60.1867],[-1.0879, 60.1871],[-1.0826, 60.1893],[-1.081401, 60.1893],[-1.080799, 60.1891],[-1.080299, 60.1884],[-1.077399, 60.1880],[-1.076699, 60.1879]]],[[[-0.9018005, 60.3816],[-0.9023995, 60.3809],[-0.9057995, 60.3805],[-0.9087005, 60.3789],[-0.9129995, 60.3774],[-0.9185005, 60.3751],[-0.9207995, 60.3746],[-0.9224995, 60.3738],[-0.9249995, 60.3716],[-0.9274995, 60.3681],[-0.9335005, 60.3657],[-0.9364005, 60.3625],[-0.9379995, 60.3619],[-0.9383995, 60.361],[-0.9378995, 60.3593],[-0.9416995, 60.3566],[-0.9462995, 60.355],[-0.9475995, 60.3537],[-0.9485005000000002, 60.3512],[-0.9496995000000003, 60.3503],[-0.9543995, 60.3497],[-0.9555995, 60.3483],[-0.9587995, 60.3454],[-0.9598995, 60.3445],[-0.9610005, 60.3441],[-0.9624995, 60.3427],[-0.9633995, 60.3419],[-0.9639995, 60.3416],[-0.9678995, 60.3417],[-0.9698995, 60.3417],[-0.9706995000000002, 60.3415],[-0.9718005, 60.3409],[-0.9721995, 60.3399],[-0.9720995, 60.3387],[-0.9712995, 60.3369],[-0.9714995, 60.3361],[-0.9712995, 60.3351],[-0.9716005, 60.3348],[-0.9729995, 60.3341],[-0.9735995, 60.3335],[-0.9746995, 60.3324],[-0.9756995, 60.3317],[-0.9879995, 60.3280],[-0.9893995, 60.3279],[-0.9920005, 60.3282],[-0.9943995, 60.3281],[-0.9968005, 60.3275],[-0.9985995, 60.327],[-1.0008, 60.3266],[-1.004501, 60.3265],[-1.0094, 60.3275],[-1.0138, 60.3289],[-1.018, 60.3306],[-1.019199, 60.3316],[-1.019799, 60.333],[-1.0204, 60.3334],[-1.021299, 60.3337],[-1.023399, 60.3337],[-1.0258, 60.3331],[-1.0272, 60.3329],[-1.0286, 60.3328],[-1.029301, 60.3329],[-1.030599, 60.3335],[-1.032899, 60.3346],[-1.033501, 60.3351],[-1.0346, 60.3361],[-1.0352, 60.3371],[-1.0355, 60.3386],[-1.0354, 60.3393],[-1.0351, 60.3399],[-1.0346, 60.3404],[-1.0337, 60.3408],[-1.032699, 60.3411],[-1.028901, 60.3415],[-1.028, 60.3418],[-1.027001, 60.3418],[-1.024199, 60.341],[-1.023399, 60.3411],[-1.0229, 60.3415],[-1.0225, 60.343],[-1.021401, 60.3443],[-1.021401, 60.3457],[-1.021201, 60.346],[-1.0203, 60.3459],[-1.0182, 60.3454],[-1.0158, 60.3459],[-1.0136, 60.3459],[-1.013299, 60.3463],[-1.013399, 60.3471],[-1.017599, 60.3492],[-1.0182, 60.3502],[-1.0188, 60.3513],[-1.0187, 60.3528],[-1.016801, 60.3562],[-1.0138, 60.3595],[-1.0111, 60.3613],[-1.0074, 60.3624],[-1.0059, 60.3638],[-1.004501, 60.3644],[-1.0024, 60.3647],[-1.000499, 60.3668],[-0.9997995, 60.3685],[-0.9989995, 60.3690],[-0.9979995, 60.3686],[-0.9968995, 60.368],[-0.9955995, 60.3679],[-0.9946995, 60.368],[-0.9937005, 60.3687],[-0.9948995, 60.3691],[-0.9956995, 60.3692],[-0.9952995, 60.3696],[-0.9939995, 60.3701],[-0.9920995, 60.3708],[-0.9910995, 60.3708],[-0.9906995, 60.3705],[-0.9907995, 60.3701],[-0.9929995, 60.3693],[-0.9929995, 60.3687],[-0.9923995000000002, 60.3681],[-0.9910995, 60.368],[-0.9878995, 60.3683],[-0.9820995, 60.3683],[-0.9802995, 60.3687],[-0.9795005, 60.3694],[-0.9782995, 60.3702],[-0.9754995000000002, 60.3703],[-0.9729995, 60.3704],[-0.9710995, 60.3715],[-0.9689995000000002, 60.3726],[-0.9685005, 60.3732],[-0.9689005, 60.3738],[-0.9687005, 60.3744],[-0.9678995, 60.3748],[-0.9672995, 60.3756],[-0.9678995, 60.3771],[-0.9672995, 60.3790],[-0.9664995, 60.3797],[-0.9646995, 60.3803],[-0.9599995, 60.3823],[-0.9575995, 60.3822],[-0.9562005, 60.3819],[-0.9557995000000002, 60.3814],[-0.9556995, 60.3808],[-0.9557995000000002, 60.3799],[-0.9554995, 60.3795],[-0.9548995, 60.3791],[-0.9539005000000002, 60.3791],[-0.9526995, 60.3793],[-0.9518005000000003, 60.3795],[-0.9508995, 60.3798],[-0.9498995, 60.3798],[-0.9493005, 60.3796],[-0.9495005000000002, 60.3789],[-0.9495005000000002, 60.3784],[-0.9487005, 60.3781],[-0.9455995, 60.3779],[-0.9443995, 60.3780],[-0.9424995, 60.3786],[-0.9414005, 60.3788],[-0.9395005, 60.3786],[-0.9376995, 60.3782],[-0.9358995, 60.3771],[-0.9337995000000002, 60.3767],[-0.9325995, 60.3768],[-0.9314995, 60.3771],[-0.9310005, 60.3775],[-0.9300995000000002, 60.3782],[-0.9280995, 60.3794],[-0.9270005, 60.3801],[-0.9251995, 60.3809],[-0.9245995, 60.3810],[-0.9220005, 60.3812],[-0.9195005, 60.3811],[-0.9177995, 60.3813],[-0.9155995, 60.3817],[-0.9128995, 60.3838],[-0.9122995, 60.3843],[-0.9116005, 60.3844],[-0.9100995, 60.3840],[-0.9093005, 60.3834],[-0.9081995, 60.3830],[-0.9071995, 60.3828],[-0.9058995, 60.3826],[-0.9039005, 60.3824],[-0.9022995, 60.3823],[-0.9018995, 60.382],[-0.9018005, 60.3816]]],[[[-2.066299, 60.1564],[-2.0611, 60.1554],[-2.060699, 60.1556],[-2.0599, 60.1566],[-2.059101, 60.157],[-2.057499, 60.1574],[-2.0537, 60.1588],[-2.0506, 60.1593],[-2.050299, 60.1592],[-2.0502, 60.1588],[-2.050499, 60.1582],[-2.0517, 60.1576],[-2.0527, 60.1564],[-2.052599, 60.1558],[-2.052099, 60.155],[-2.050699, 60.1548],[-2.050299, 60.1544],[-2.0495, 60.1522],[-2.0476, 60.1496],[-2.045599, 60.1480],[-2.043799, 60.1468],[-2.042599, 60.1462],[-2.0422, 60.1456],[-2.0422, 60.1452],[-2.0429, 60.1444],[-2.043, 60.1438],[-2.0409, 60.1426],[-2.0406, 60.1422],[-2.0416, 60.1400],[-2.042799, 60.1379],[-2.0434, 60.1376],[-2.045599, 60.1372],[-2.047, 60.1364],[-2.047699, 60.1359],[-2.0478, 60.1356],[-2.046, 60.1350],[-2.045399, 60.1346],[-2.0452, 60.1342],[-2.045399, 60.1339],[-2.0474, 60.1336],[-2.0488, 60.1332],[-2.049, 60.1328],[-2.0488, 60.1325],[-2.0474, 60.1320],[-2.045599, 60.1323],[-2.045, 60.1322],[-2.045, 60.1318],[-2.0453, 60.1314],[-2.046401, 60.1308],[-2.0478, 60.1298],[-2.049799, 60.1294],[-2.0502, 60.1282],[-2.049799, 60.1258],[-2.0502, 60.1234],[-2.0514, 60.121],[-2.053999, 60.1191],[-2.0546, 60.1182],[-2.055399, 60.1168],[-2.056, 60.1164],[-2.056801, 60.1162],[-2.0576, 60.1167],[-2.058399, 60.1168],[-2.058901, 60.1163],[-2.0594, 60.115],[-2.0596, 60.1145],[-2.059999, 60.1144],[-2.061001, 60.1146],[-2.0614, 60.1144],[-2.0622, 60.1134],[-2.065399, 60.1124],[-2.068099, 60.114],[-2.068501, 60.1152],[-2.068099, 60.1158],[-2.066299, 60.116],[-2.066299, 60.1168],[-2.066499, 60.1174],[-2.068599, 60.1186],[-2.0693, 60.1192],[-2.073299, 60.1206],[-2.076299, 60.1206],[-2.080699, 60.1200],[-2.082299, 60.1200],[-2.084301, 60.1204],[-2.086601, 60.1213],[-2.088099, 60.1220],[-2.0892, 60.1229],[-2.0899, 60.1235],[-2.090499, 60.1242],[-2.0908, 60.1258],[-2.0927, 60.1280],[-2.093501, 60.1285],[-2.0936, 60.1290],[-2.093199, 60.1303],[-2.0933, 60.1310],[-2.094, 60.1314],[-2.0961, 60.1324],[-2.099301, 60.1328],[-2.103701, 60.1334],[-2.1085, 60.1349],[-2.1099, 60.1350],[-2.115099, 60.1348],[-2.1171, 60.1345],[-2.117899, 60.1346],[-2.1185, 60.1353],[-2.1185, 60.1362],[-2.118299, 60.1371],[-2.1173, 60.1378],[-2.112299, 60.1392],[-2.1117, 60.1396],[-2.111099, 60.1404],[-2.1115, 60.1428],[-2.1119, 60.1437],[-2.112499, 60.1442],[-2.1159, 60.1446],[-2.1157, 60.1451],[-2.1149, 60.1456],[-2.1138, 60.1463],[-2.11200, 60.1476],[-2.111201, 60.1484],[-2.1108, 60.1485],[-2.1099, 60.1488],[-2.108099, 60.149],[-2.1029, 60.1496],[-2.1018, 60.15],[-2.099699, 60.1518],[-2.098701, 60.1522],[-2.0975, 60.1528],[-2.0947, 60.1534],[-2.0913, 60.1548],[-2.0892, 60.1551],[-2.088701, 60.1554],[-2.0883, 60.157],[-2.088099, 60.1576],[-2.0875, 60.1578],[-2.085299, 60.157],[-2.0837, 60.1564],[-2.0834, 60.1565],[-2.0831, 60.1576],[-2.081899, 60.1584],[-2.0783, 60.1586],[-2.076499, 60.159],[-2.07410, 60.1596],[-2.0717, 60.1599],[-2.0713, 60.1598],[-2.070899, 60.1588],[-2.0697, 60.1578],[-2.066299, 60.1564]]],[[[-1.3088, 60.1063],[-1.3092, 60.1051],[-1.311401, 60.1038],[-1.3131, 60.1021],[-1.314999, 60.1008],[-1.315799, 60.0994],[-1.3155, 60.0987],[-1.3139, 60.0972],[-1.3139, 60.0966],[-1.3156, 60.0954],[-1.319399, 60.091],[-1.325099, 60.086],[-1.3279, 60.0836],[-1.327999, 60.0831],[-1.3278, 60.0825],[-1.327299, 60.0823],[-1.326601, 60.0822],[-1.325099, 60.0828],[-1.324301, 60.083],[-1.322899, 60.0838],[-1.319399, 60.0868],[-1.3168, 60.0901],[-1.314101, 60.0915],[-1.3128, 60.0922],[-1.312001, 60.0934],[-1.3104, 60.0958],[-1.3099, 60.0957],[-1.3096, 60.0949],[-1.3089, 60.0943],[-1.307899, 60.0946],[-1.306499, 60.0958],[-1.305699, 60.0962],[-1.3031, 60.0964],[-1.2983, 60.0972],[-1.296401, 60.0966],[-1.2947, 60.0945],[-1.294, 60.0928],[-1.294301, 60.0907],[-1.2954, 60.0893],[-1.297001, 60.0868],[-1.2997, 60.0839],[-1.3013, 60.083],[-1.302899, 60.0826],[-1.3032, 60.0821],[-1.303701, 60.0806],[-1.304101, 60.0795],[-1.3047, 60.0777],[-1.3059, 60.0764],[-1.3076, 60.0746],[-1.3113, 60.0708],[-1.313701, 60.0680],[-1.314501, 60.0670],[-1.315199, 60.0669],[-1.3153, 60.0672],[-1.3153, 60.0677],[-1.3156, 60.0683],[-1.316401, 60.0684],[-1.317001, 60.0683],[-1.317899, 60.0681],[-1.3184, 60.0674],[-1.3191, 60.0652],[-1.3204, 60.0643],[-1.3217, 60.0632],[-1.3217, 60.0628],[-1.321401, 60.0624],[-1.3207, 60.0619],[-1.319301, 60.0616],[-1.3182, 60.0615],[-1.317299, 60.0613],[-1.3169, 60.0608],[-1.3169, 60.0602],[-1.3175, 60.0589],[-1.318799, 60.0572],[-1.320899, 60.0546],[-1.321499, 60.0537],[-1.3219, 60.0529],[-1.3225, 60.0525],[-1.3247, 60.0513],[-1.3255, 60.0508],[-1.326401, 60.05],[-1.3279, 60.0489],[-1.3307, 60.048],[-1.3313, 60.047],[-1.3311, 60.0465],[-1.330099, 60.0461],[-1.3291, 60.0453],[-1.328799, 60.0449],[-1.328701, 60.0441],[-1.328901, 60.0437],[-1.329301, 60.0432],[-1.3313, 60.0418],[-1.3347, 60.0411],[-1.3357, 60.0414],[-1.3354, 60.0422],[-1.3334, 60.0435],[-1.3333, 60.0438],[-1.333799, 60.0439],[-1.334599, 60.0439],[-1.336001, 60.0434],[-1.336801, 60.0426],[-1.337299, 60.0425],[-1.337999, 60.043],[-1.3391, 60.0441],[-1.3391, 60.0447],[-1.338901, 60.0455],[-1.337399, 60.0479],[-1.336401, 60.0499],[-1.333799, 60.053],[-1.3333, 60.0543],[-1.332999, 60.0549],[-1.332299, 60.0551],[-1.3319, 60.055],[-1.331699, 60.0538],[-1.3313, 60.0536],[-1.3299, 60.0537],[-1.329, 60.0548],[-1.328701, 60.0575],[-1.328501, 60.0586],[-1.3276, 60.0595],[-1.326699, 60.0601],[-1.3236, 60.0612],[-1.322999, 60.0619],[-1.323701, 60.0625],[-1.3256, 60.0631],[-1.3272, 60.0636],[-1.3277, 60.0643],[-1.327999, 60.0647],[-1.327999, 60.0655],[-1.3275, 60.0658],[-1.3262, 60.0663],[-1.3253, 60.0666],[-1.3246, 60.0671],[-1.324399, 60.0675],[-1.324501, 60.0677],[-1.325099, 60.0680],[-1.325899, 60.0682],[-1.3268, 60.0687],[-1.3268, 60.0693],[-1.3257, 60.0703],[-1.325899, 60.0717],[-1.325199, 60.0744],[-1.325799, 60.0753],[-1.326699, 60.0760],[-1.327999, 60.0765],[-1.329301, 60.077],[-1.3298, 60.0773],[-1.330199, 60.0781],[-1.330099, 60.0791],[-1.3292, 60.0799],[-1.328901, 60.0805],[-1.329, 60.0816],[-1.329399, 60.0822],[-1.330099, 60.0825],[-1.331001, 60.0824],[-1.3318, 60.0818],[-1.3326, 60.0803],[-1.3328, 60.0792],[-1.3326, 60.0781],[-1.3313, 60.0758],[-1.3315, 60.0746],[-1.3326, 60.0727],[-1.335299, 60.0711],[-1.3357, 60.0704],[-1.3355, 60.0695],[-1.334599, 60.0685],[-1.3329, 60.0680],[-1.332399, 60.0677],[-1.332399, 60.0673],[-1.3326, 60.0665],[-1.333501, 60.0661],[-1.3355, 60.0660],[-1.3362, 60.0653],[-1.336401, 60.0643],[-1.3371, 60.0616],[-1.3384, 60.0596],[-1.3394, 60.0589],[-1.340899, 60.0583],[-1.345899, 60.0577],[-1.3469, 60.057],[-1.3473, 60.0566],[-1.3476, 60.0559],[-1.347399, 60.0551],[-1.3465, 60.0539],[-1.3465, 60.0532],[-1.348, 60.0498],[-1.350199, 60.0491],[-1.3528, 60.0481],[-1.3544, 60.0477],[-1.3549, 60.0474],[-1.355399, 60.047],[-1.3565, 60.0455],[-1.3586, 60.0437],[-1.3629, 60.0424],[-1.3659, 60.0425],[-1.3708, 60.0429],[-1.373199, 60.0439],[-1.3737, 60.0445],[-1.373999, 60.0451],[-1.373901, 60.0458],[-1.373299, 60.0464],[-1.373299, 60.0466],[-1.3736, 60.0469],[-1.373999, 60.047],[-1.3751, 60.047],[-1.3757, 60.0471],[-1.3759, 60.0473],[-1.376001, 60.0478],[-1.3759, 60.0481],[-1.374799, 60.0487],[-1.3744, 60.0491],[-1.3744, 60.0493],[-1.374501, 60.0497],[-1.374799, 60.0501],[-1.3746, 60.0504],[-1.3743, 60.0505],[-1.3736, 60.0503],[-1.3723, 60.0497],[-1.3722, 60.0491],[-1.3715, 60.0487],[-1.368999, 60.0489],[-1.3651, 60.0501],[-1.364101, 60.0498],[-1.363701, 60.0498],[-1.3634, 60.0502],[-1.363, 60.0507],[-1.361899, 60.051],[-1.357599, 60.0531],[-1.356001, 60.0548],[-1.3557, 60.0555],[-1.354699, 60.0561],[-1.3544, 60.0572],[-1.3543, 60.0581],[-1.3541, 60.0588],[-1.352399, 60.0595],[-1.3523, 60.0599],[-1.3528, 60.0603],[-1.353, 60.0605],[-1.353, 60.0608],[-1.3514, 60.0611],[-1.348799, 60.0609],[-1.347399, 60.0603],[-1.3451, 60.0592],[-1.3415, 60.0594],[-1.341001, 60.0602],[-1.341001, 60.0610],[-1.3413, 60.0617],[-1.342499, 60.0627],[-1.3448, 60.0631],[-1.346699, 60.0631],[-1.347399, 60.0635],[-1.348, 60.0636],[-1.3491, 60.0633],[-1.35, 60.0631],[-1.3507, 60.0634],[-1.3509, 60.0639],[-1.3508, 60.0650],[-1.351099, 60.0655],[-1.3523, 60.0659],[-1.352499, 60.0664],[-1.352399, 60.0678],[-1.3521, 60.0692],[-1.352499, 60.0697],[-1.353199, 60.0698],[-1.353799, 60.0700],[-1.353799, 60.0703],[-1.352499, 60.0714],[-1.352399, 60.0716],[-1.353299, 60.0717],[-1.353701, 60.0722],[-1.3536, 60.0726],[-1.3521, 60.0732],[-1.3492, 60.0733],[-1.3483, 60.0739],[-1.3478, 60.0748],[-1.3478, 60.0753],[-1.348799, 60.0760],[-1.349501, 60.0761],[-1.350399, 60.0760],[-1.351099, 60.0762],[-1.351801, 60.0765],[-1.3523, 60.0766],[-1.3528, 60.0765],[-1.3544, 60.0762],[-1.3551, 60.0762],[-1.355299, 60.0765],[-1.3551, 60.0768],[-1.3536, 60.0773],[-1.3521, 60.0787],[-1.3521, 60.0789],[-1.353, 60.0789],[-1.3543, 60.0788],[-1.354599, 60.0788],[-1.354699, 60.0790],[-1.353901, 60.0803],[-1.353199, 60.0810],[-1.3498, 60.0817],[-1.3486, 60.0824],[-1.3456, 60.0829],[-1.344301, 60.0838],[-1.3427, 60.0869],[-1.3412, 60.088],[-1.3286, 60.0918],[-1.3272, 60.0935],[-1.3248, 60.0966],[-1.3246, 60.0976],[-1.325, 60.0984],[-1.325199, 60.099],[-1.3249, 60.1002],[-1.325199, 60.101],[-1.3255, 60.1014],[-1.3272, 60.1018],[-1.328799, 60.1021],[-1.329599, 60.102],[-1.330299, 60.1017],[-1.3307, 60.1017],[-1.331699, 60.102],[-1.332399, 60.1022],[-1.333099, 60.1021],[-1.333901, 60.1016],[-1.334501, 60.101],[-1.3349, 60.1009],[-1.3357, 60.101],[-1.3363, 60.1012],[-1.3369, 60.1011],[-1.3378, 60.0999],[-1.338099, 60.0996],[-1.3386, 60.0995],[-1.339, 60.0998],[-1.339301, 60.1004],[-1.340199, 60.1013],[-1.3408, 60.1013],[-1.342299, 60.1009],[-1.3429, 60.1009],[-1.343, 60.1011],[-1.3426, 60.1019],[-1.3426, 60.1026],[-1.343, 60.1031],[-1.3441, 60.1037],[-1.344599, 60.1043],[-1.344501, 60.1047],[-1.3441, 60.105],[-1.3428, 60.1051],[-1.341801, 60.1052],[-1.3407, 60.1048],[-1.3401, 60.1046],[-1.338701, 60.1044],[-1.3361, 60.1043],[-1.3347, 60.1045],[-1.334301, 60.1048],[-1.334399, 60.1052],[-1.3354, 60.1057],[-1.337499, 60.1068],[-1.3397, 60.1075],[-1.3401, 60.1077],[-1.3401, 60.108],[-1.339501, 60.1092],[-1.3398, 60.1097],[-1.339599, 60.11],[-1.3379, 60.1099],[-1.3347, 60.1098],[-1.330299, 60.1078],[-1.329399, 60.1073],[-1.328501, 60.1067],[-1.326401, 60.1062],[-1.3207, 60.1059],[-1.318799, 60.1065],[-1.318701, 60.1074],[-1.319, 60.1078],[-1.32, 60.1084],[-1.3203, 60.109],[-1.320199, 60.1098],[-1.318599, 60.1111],[-1.318599, 60.1118],[-1.319, 60.1126],[-1.319, 60.1134],[-1.3183, 60.1142],[-1.317999, 60.1152],[-1.3182, 60.1161],[-1.317999, 60.1173],[-1.317299, 60.1182],[-1.3153, 60.1189],[-1.313701, 60.1188],[-1.311401, 60.1178],[-1.309101, 60.1175],[-1.3075, 60.1164],[-1.3075, 60.1155],[-1.310699, 60.1139],[-1.3111, 60.1123],[-1.310899, 60.1112],[-1.308599, 60.1082],[-1.3084, 60.1072],[-1.3088, 60.1063]]],[[[-1.709, 60.3444],[-1.7079, 60.3435],[-1.7072, 60.343],[-1.7062, 60.3428],[-1.705799, 60.3422],[-1.707, 60.3409],[-1.7065, 60.3406],[-1.705, 60.3406],[-1.7034, 60.3414],[-1.702, 60.3422],[-1.700899, 60.3418],[-1.699301, 60.3413],[-1.6986, 60.3424],[-1.6984, 60.343],[-1.6992, 60.3439],[-1.6983, 60.3443],[-1.6961, 60.3439],[-1.6947, 60.3435],[-1.695, 60.3431],[-1.6975, 60.3424],[-1.697199, 60.3419],[-1.6955, 60.3414],[-1.6947, 60.3412],[-1.695099, 60.3402],[-1.6963, 60.3388],[-1.6963, 60.338],[-1.6954, 60.3375],[-1.6939, 60.3371],[-1.6924, 60.3363],[-1.690899, 60.3364],[-1.6907, 60.3372],[-1.6919, 60.3383],[-1.6921, 60.3391],[-1.6905, 60.3425],[-1.689, 60.3426],[-1.687899, 60.3422],[-1.6877, 60.3403],[-1.6862, 60.3379],[-1.685899, 60.3377],[-1.685699, 60.3362],[-1.687299, 60.335],[-1.6874, 60.3343],[-1.6861, 60.3324],[-1.684101, 60.3311],[-1.681499, 60.3311],[-1.6809, 60.3316],[-1.680699, 60.3322],[-1.6803, 60.334],[-1.6796, 60.3346],[-1.678501, 60.3349],[-1.674101, 60.3357],[-1.673701, 60.336],[-1.6734, 60.3365],[-1.6732, 60.3378],[-1.6734, 60.3384],[-1.674101, 60.3389],[-1.6748, 60.3389],[-1.6756, 60.338],[-1.676499, 60.3375],[-1.679399, 60.3367],[-1.6806, 60.3372],[-1.681, 60.3378],[-1.6811, 60.3385],[-1.6799, 60.3391],[-1.6797, 60.34],[-1.6799, 60.3421],[-1.6798, 60.343],[-1.6795, 60.3433],[-1.6788, 60.3432],[-1.677899, 60.3427],[-1.677099, 60.342],[-1.677199, 60.3409],[-1.6768, 60.3401],[-1.6763, 60.3401],[-1.6755, 60.3404],[-1.675699, 60.3414],[-1.675799, 60.3421],[-1.675799, 60.3429],[-1.6753, 60.3437],[-1.6747, 60.3435],[-1.674199, 60.3424],[-1.673599, 60.342],[-1.6725, 60.3418],[-1.670799, 60.342],[-1.669199, 60.3425],[-1.6688, 60.3424],[-1.6682, 60.3416],[-1.667001, 60.3419],[-1.6669, 60.3422],[-1.6669, 60.3426],[-1.6667, 60.343],[-1.665599, 60.343],[-1.664899, 60.3427],[-1.6648, 60.3425],[-1.6645, 60.3418],[-1.6644, 60.3409],[-1.6638, 60.3407],[-1.6609, 60.3411],[-1.6608, 60.3406],[-1.6616, 60.3396],[-1.6615, 60.3391],[-1.659999, 60.3387],[-1.6598, 60.3381],[-1.659899, 60.3378],[-1.661, 60.3378],[-1.6623, 60.3378],[-1.662799, 60.3378],[-1.662799, 60.3374],[-1.662099, 60.3358],[-1.6625, 60.3349],[-1.6625, 60.3344],[-1.662001, 60.3335],[-1.6625, 60.3329],[-1.6631, 60.3324],[-1.664999, 60.3319],[-1.668501, 60.3315],[-1.6711, 60.3301],[-1.6734, 60.3289],[-1.6734, 60.3285],[-1.6719, 60.3272],[-1.6703, 60.3264],[-1.6688, 60.3260],[-1.6675, 60.3257],[-1.6667, 60.3257],[-1.6655, 60.3260],[-1.664899, 60.3263],[-1.6631, 60.3280],[-1.661801, 60.3281],[-1.6596, 60.3278],[-1.6587, 60.3273],[-1.6582, 60.3264],[-1.657699, 60.3254],[-1.658, 60.3246],[-1.6598, 60.3228],[-1.661, 60.3221],[-1.662899, 60.3212],[-1.665599, 60.321],[-1.6716, 60.3213],[-1.672199, 60.3225],[-1.673, 60.3228],[-1.6748, 60.3227],[-1.6759, 60.3225],[-1.6767, 60.3218],[-1.6775, 60.3209],[-1.6798, 60.3200],[-1.682099, 60.3183],[-1.684501, 60.3156],[-1.6867, 60.3150],[-1.6881, 60.3148],[-1.689999, 60.3146],[-1.691, 60.3146],[-1.6913, 60.3149],[-1.690899, 60.3159],[-1.6913, 60.3162],[-1.692001, 60.3161],[-1.695899, 60.3153],[-1.6976, 60.3152],[-1.6998, 60.3152],[-1.7007, 60.3154],[-1.7006, 60.3156],[-1.699, 60.3160],[-1.697999, 60.3163],[-1.6983, 60.3166],[-1.6997, 60.3169],[-1.701601, 60.3175],[-1.702299, 60.3176],[-1.7048, 60.3175],[-1.7056, 60.3178],[-1.705799, 60.3184],[-1.705199, 60.3190],[-1.7041, 60.3205],[-1.7036, 60.3212],[-1.7021, 60.3216],[-1.696401, 60.3213],[-1.6954, 60.3217],[-1.695, 60.3223],[-1.694501, 60.3239],[-1.6946, 60.3255],[-1.6948, 60.3266],[-1.696499, 60.3275],[-1.697299, 60.3276],[-1.698701, 60.3279],[-1.7006, 60.3282],[-1.7025, 60.3280],[-1.703099, 60.3274],[-1.702999, 60.3267],[-1.7012, 60.3256],[-1.7011, 60.3253],[-1.7013, 60.3251],[-1.7022, 60.3249],[-1.705199, 60.3251],[-1.7063, 60.3248],[-1.707399, 60.3237],[-1.7098, 60.3224],[-1.7113, 60.3219],[-1.711699, 60.3214],[-1.711699, 60.3204],[-1.7122, 60.3198],[-1.713199, 60.3195],[-1.714301, 60.3193],[-1.715, 60.3196],[-1.716801, 60.3207],[-1.718, 60.3214],[-1.718099, 60.3218],[-1.7178, 60.3228],[-1.718199, 60.3234],[-1.718799, 60.3236],[-1.7205, 60.3234],[-1.721601, 60.3237],[-1.721699, 60.3247],[-1.7212, 60.3250],[-1.7176, 60.3256],[-1.718, 60.3264],[-1.718901, 60.3272],[-1.7207, 60.3280],[-1.7223, 60.3287],[-1.727, 60.3292],[-1.727499, 60.3305],[-1.727399, 60.3317],[-1.728099, 60.3323],[-1.728701, 60.3328],[-1.729599, 60.333],[-1.7306, 60.333],[-1.7323, 60.333],[-1.732599, 60.3331],[-1.732499, 60.3334],[-1.7298, 60.3342],[-1.729599, 60.3346],[-1.7299, 60.3349],[-1.731699, 60.3351],[-1.733299, 60.3356],[-1.733901, 60.3364],[-1.733901, 60.3374],[-1.733, 60.3382],[-1.730399, 60.3385],[-1.730399, 60.3388],[-1.733199, 60.3395],[-1.7336, 60.3399],[-1.7334, 60.3404],[-1.7308, 60.3407],[-1.727499, 60.34],[-1.726099, 60.3397],[-1.7255, 60.3399],[-1.725, 60.3405],[-1.7278, 60.3418],[-1.728701, 60.3425],[-1.728901, 60.3429],[-1.7286, 60.3439],[-1.7273, 60.3453],[-1.726001, 60.346],[-1.7244, 60.346],[-1.722399, 60.3454],[-1.7213, 60.3447],[-1.7199, 60.3439],[-1.718901, 60.344],[-1.718, 60.3443],[-1.717, 60.3441],[-1.715899, 60.344],[-1.7151, 60.3441],[-1.7148, 60.3442],[-1.7148, 60.3446],[-1.716801, 60.3461],[-1.716699, 60.3464],[-1.716401, 60.3466],[-1.7149, 60.3465],[-1.712999, 60.3455],[-1.7105, 60.3446],[-1.709, 60.3444]]],[[[-1.605299, 59.5517],[-1.604599, 59.5508],[-1.603799, 59.5513],[-1.603099, 59.5515],[-1.603099, 59.5513],[-1.603099, 59.5508],[-1.6036, 59.5507],[-1.6035, 59.5503],[-1.603, 59.5499],[-1.6015, 59.5494],[-1.600299, 59.5486],[-1.6006, 59.5479],[-1.6008, 59.547],[-1.6026, 59.5465],[-1.6056, 59.5463],[-1.606099, 59.5459],[-1.606099, 59.5454],[-1.6055, 59.5452],[-1.605, 59.5448],[-1.605299, 59.544],[-1.606001, 59.5437],[-1.6072, 59.5436],[-1.607, 59.5428],[-1.607399, 59.5423],[-1.608901, 59.5413],[-1.6098, 59.5409],[-1.6098, 59.5402],[-1.6093, 59.5397],[-1.6077, 59.5396],[-1.6065, 59.5392],[-1.603, 59.5401],[-1.6019, 59.5399],[-1.601601, 59.5395],[-1.6023, 59.5387],[-1.603, 59.5376],[-1.6027, 59.5372],[-1.6021, 59.5372],[-1.599599, 59.5392],[-1.5983, 59.54],[-1.5965, 59.54],[-1.595399, 59.5394],[-1.595299, 59.5384],[-1.596001, 59.5374],[-1.596801, 59.5361],[-1.5973, 59.5354],[-1.5973, 59.5346],[-1.5972, 59.5339],[-1.5969, 59.5335],[-1.5969, 59.5327],[-1.597499, 59.5319],[-1.5985, 59.5318],[-1.599501, 59.5321],[-1.600299, 59.5332],[-1.601001, 59.5357],[-1.601601, 59.5359],[-1.6036, 59.5357],[-1.604599, 59.5344],[-1.6052, 59.5344],[-1.6056, 59.5348],[-1.6063, 59.5349],[-1.6065, 59.5344],[-1.607599, 59.5341],[-1.610399, 59.5339],[-1.611201, 59.5336],[-1.6123, 59.5327],[-1.6124, 59.5318],[-1.611099, 59.5312],[-1.6093, 59.5301],[-1.6079, 59.5298],[-1.6078, 59.5296],[-1.6078, 59.5293],[-1.607399, 59.5290],[-1.6063, 59.5291],[-1.6049, 59.5293],[-1.604599, 59.5289],[-1.6043, 59.5284],[-1.604599, 59.5281],[-1.6057, 59.5279],[-1.607599, 59.5278],[-1.608901, 59.5276],[-1.6091, 59.5271],[-1.609599, 59.5265],[-1.610399, 59.5262],[-1.611601, 59.5257],[-1.611601, 59.5253],[-1.611099, 59.5249],[-1.610399, 59.5249],[-1.6085, 59.5250],[-1.607599, 59.5249],[-1.6072, 59.5247],[-1.6072, 59.5239],[-1.606801, 59.5234],[-1.606801, 59.5230],[-1.6071, 59.5225],[-1.6079, 59.5221],[-1.611699, 59.5230],[-1.612499, 59.5236],[-1.6129, 59.5243],[-1.6135, 59.5243],[-1.614101, 59.5241],[-1.6157, 59.5238],[-1.616601, 59.5237],[-1.6172, 59.5240],[-1.6177, 59.5247],[-1.6179, 59.5252],[-1.6184, 59.5252],[-1.6188, 59.5245],[-1.6193, 59.5243],[-1.619699, 59.5247],[-1.6213, 59.5258],[-1.6222, 59.5263],[-1.6229, 59.5263],[-1.6236, 59.5262],[-1.6242, 59.5258],[-1.6244, 59.5251],[-1.6249, 59.5248],[-1.6253, 59.5243],[-1.6253, 59.5240],[-1.6244, 59.5236],[-1.623199, 59.5238],[-1.622499, 59.5234],[-1.6223, 59.5232],[-1.622499, 59.5230],[-1.6243, 59.5229],[-1.624501, 59.5227],[-1.624501, 59.5222],[-1.624501, 59.5214],[-1.6243, 59.5208],[-1.623199, 59.5203],[-1.621801, 59.5202],[-1.621001, 59.5200],[-1.6207, 59.5199],[-1.6206, 59.5196],[-1.6209, 59.5192],[-1.623999, 59.5183],[-1.624799, 59.5180],[-1.625399, 59.5176],[-1.625399, 59.5169],[-1.625399, 59.5167],[-1.6257, 59.5163],[-1.6271, 59.5166],[-1.6278, 59.5164],[-1.628, 59.5161],[-1.628, 59.5160],[-1.627599, 59.5159],[-1.6267, 59.5156],[-1.6258, 59.5152],[-1.625499, 59.5147],[-1.6267, 59.5141],[-1.6287, 59.5133],[-1.6308, 59.5128],[-1.633299, 59.5116],[-1.636299, 59.5109],[-1.638, 59.5108],[-1.6388, 59.5113],[-1.6396, 59.5118],[-1.639799, 59.5125],[-1.641001, 59.5138],[-1.6416, 59.5143],[-1.642099, 59.5143],[-1.643, 59.5145],[-1.6445, 59.514],[-1.645599, 59.5131],[-1.6466, 59.5120],[-1.647699, 59.5115],[-1.648399, 59.5113],[-1.649101, 59.5116],[-1.6501, 59.5113],[-1.651299, 59.5115],[-1.652099, 59.5121],[-1.6526, 59.5126],[-1.6526, 59.5128],[-1.6523, 59.5133],[-1.652099, 59.5136],[-1.651801, 59.5143],[-1.651801, 59.5151],[-1.652099, 59.5155],[-1.652099, 59.5159],[-1.6516, 59.5160],[-1.651, 59.5163],[-1.651, 59.5166],[-1.651201, 59.5169],[-1.6515, 59.5168],[-1.6526, 59.5168],[-1.6532, 59.5174],[-1.6537, 59.5179],[-1.654, 59.5188],[-1.6544, 59.5196],[-1.6555, 59.5205],[-1.655599, 59.5210],[-1.655599, 59.5214],[-1.6547, 59.5218],[-1.654, 59.5222],[-1.6525, 59.5219],[-1.651801, 59.5211],[-1.6496, 59.5208],[-1.6479, 59.5203],[-1.646801, 59.5202],[-1.646001, 59.5208],[-1.6459, 59.5210],[-1.6459, 59.5215],[-1.646801, 59.5215],[-1.6472, 59.5222],[-1.647001, 59.5225],[-1.646801, 59.5236],[-1.6461, 59.5241],[-1.645499, 59.5244],[-1.644199, 59.5243],[-1.643501, 59.5239],[-1.6425, 59.5236],[-1.641899, 59.5241],[-1.641299, 59.5244],[-1.641201, 59.5249],[-1.642099, 59.5254],[-1.6429, 59.5261],[-1.6443, 59.5261],[-1.645499, 59.5268],[-1.645499, 59.5273],[-1.645, 59.5273],[-1.644101, 59.5274],[-1.644101, 59.5277],[-1.644799, 59.5281],[-1.646001, 59.5285],[-1.646201, 59.5289],[-1.646401, 59.5294],[-1.6458, 59.5306],[-1.6452, 59.531],[-1.644199, 59.5315],[-1.643399, 59.5321],[-1.642599, 59.5321],[-1.641201, 59.5328],[-1.6409, 59.533],[-1.6409, 59.5333],[-1.6409, 59.5335],[-1.6417, 59.5339],[-1.6425, 59.5345],[-1.6424, 59.5351],[-1.6411, 59.5366],[-1.6403, 59.5373],[-1.6403, 59.5375],[-1.6404, 59.538],[-1.641899, 59.5384],[-1.6436, 59.5392],[-1.644, 59.5396],[-1.644, 59.5399],[-1.643399, 59.54],[-1.641001, 59.5393],[-1.639799, 59.5385],[-1.6395, 59.5386],[-1.6395, 59.539],[-1.6395, 59.5393],[-1.6403, 59.5398],[-1.6404, 59.5402],[-1.6397, 59.5409],[-1.639799, 59.5411],[-1.6409, 59.5412],[-1.641201, 59.5417],[-1.641001, 59.5421],[-1.6386, 59.5435],[-1.6378, 59.5435],[-1.6371, 59.5428],[-1.634799, 59.5426],[-1.6337, 59.5424],[-1.633399, 59.5426],[-1.633399, 59.5432],[-1.6336, 59.5439],[-1.633901, 59.5445],[-1.634799, 59.5448],[-1.6352, 59.5451],[-1.6352, 59.5459],[-1.634799, 59.5464],[-1.6338, 59.5471],[-1.6337, 59.5481],[-1.634101, 59.5493],[-1.6346, 59.5497],[-1.6359, 59.5505],[-1.6359, 59.5509],[-1.635399, 59.5513],[-1.6338, 59.5512],[-1.6288, 59.5511],[-1.627599, 59.5509],[-1.6252, 59.5503],[-1.621601, 59.5503],[-1.619599, 59.5509],[-1.618199, 59.551],[-1.616899, 59.5511],[-1.616899, 59.5507],[-1.6173, 59.55],[-1.617, 59.5498],[-1.615499, 59.5498],[-1.614799, 59.5504],[-1.614699, 59.5509],[-1.6142, 59.5509],[-1.613299, 59.55],[-1.612599, 59.55],[-1.6107, 59.5511],[-1.6088, 59.5519],[-1.607399, 59.5524],[-1.606201, 59.5524],[-1.605299, 59.5517]]],[[[-1.4741, 60.3316],[-1.4734, 60.3314],[-1.472499, 60.3314],[-1.4719, 60.3311],[-1.471601, 60.3307],[-1.470899, 60.3304],[-1.4697, 60.3305],[-1.469599, 60.3307],[-1.4698, 60.3312],[-1.4706, 60.3315],[-1.4708, 60.3319],[-1.470399, 60.3322],[-1.4699, 60.3324],[-1.468199, 60.335],[-1.467499, 60.3353],[-1.4658, 60.3356],[-1.463901, 60.3357],[-1.4626, 60.3356],[-1.4615, 60.3357],[-1.4606, 60.3358],[-1.4599, 60.336],[-1.459301, 60.3361],[-1.4576, 60.3359],[-1.4571, 60.3356],[-1.4563, 60.335],[-1.455299, 60.335],[-1.455, 60.3348],[-1.455, 60.3344],[-1.4557, 60.3334],[-1.455899, 60.3326],[-1.4563, 60.3322],[-1.457, 60.3319],[-1.4571, 60.3315],[-1.4568, 60.3314],[-1.4561, 60.3313],[-1.455, 60.3313],[-1.4548, 60.3307],[-1.4548, 60.3302],[-1.4541, 60.3301],[-1.453799, 60.3303],[-1.452999, 60.3308],[-1.4522, 60.3309],[-1.4512, 60.3308],[-1.4505, 60.3304],[-1.4498, 60.3296],[-1.448799, 60.3288],[-1.448099, 60.3286],[-1.447399, 60.3286],[-1.447001, 60.3289],[-1.4469, 60.3296],[-1.447299, 60.3309],[-1.447001, 60.3312],[-1.4463, 60.3316],[-1.4454, 60.3319],[-1.4448, 60.3317],[-1.4446, 60.3311],[-1.4446, 60.3298],[-1.444, 60.3292],[-1.4433, 60.3288],[-1.4428, 60.3289],[-1.4424, 60.3293],[-1.442299, 60.3299],[-1.4419, 60.3307],[-1.4413, 60.3309],[-1.4406, 60.3309],[-1.4398, 60.3304],[-1.439, 60.3296],[-1.438599, 60.3292],[-1.437999, 60.329],[-1.4369, 60.3289],[-1.4368, 60.3287],[-1.4374, 60.3282],[-1.437899, 60.3272],[-1.437999, 60.3268],[-1.4389, 60.3264],[-1.4439, 60.3267],[-1.446601, 60.3252],[-1.4503, 60.3248],[-1.4506, 60.3244],[-1.4505, 60.3242],[-1.4503, 60.3241],[-1.4498, 60.3241],[-1.449, 60.3241],[-1.448799, 60.324],[-1.448701, 60.3236],[-1.449399, 60.3227],[-1.455299, 60.3191],[-1.4565, 60.3185],[-1.458501, 60.3181],[-1.4592, 60.3182],[-1.46, 60.3189],[-1.4606, 60.3200],[-1.461001, 60.3203],[-1.461601, 60.3202],[-1.4626, 60.3198],[-1.462999, 60.3196],[-1.464301, 60.3195],[-1.4661, 60.3194],[-1.4661, 60.3191],[-1.466001, 60.3188],[-1.465199, 60.3182],[-1.4649, 60.3178],[-1.4657, 60.3168],[-1.4657, 60.3164],[-1.4654, 60.3160],[-1.465199, 60.3153],[-1.4649, 60.3145],[-1.465299, 60.3131],[-1.466699, 60.3121],[-1.467499, 60.3115],[-1.469, 60.3113],[-1.4715, 60.3113],[-1.4721, 60.3114],[-1.4719, 60.3117],[-1.4715, 60.3121],[-1.471099, 60.3126],[-1.4715, 60.3129],[-1.472499, 60.3132],[-1.473701, 60.3132],[-1.4755, 60.3134],[-1.4763, 60.3136],[-1.476699, 60.3140],[-1.476601, 60.3145],[-1.476099, 60.3147],[-1.475399, 60.3151],[-1.4749, 60.3158],[-1.474, 60.3174],[-1.4742, 60.3183],[-1.4748, 60.3187],[-1.4763, 60.3187],[-1.478199, 60.3195],[-1.4798, 60.3203],[-1.480299, 60.3211],[-1.4801, 60.3215],[-1.4794, 60.3224],[-1.4785, 60.3231],[-1.4778, 60.3235],[-1.4773, 60.324],[-1.476699, 60.3248],[-1.4757, 60.3251],[-1.4748, 60.3251],[-1.474, 60.3250],[-1.4734, 60.3246],[-1.4728, 60.3235],[-1.472499, 60.3229],[-1.471699, 60.3226],[-1.470899, 60.3226],[-1.470299, 60.3225],[-1.469599, 60.3223],[-1.4692, 60.3227],[-1.4684, 60.3234],[-1.466601, 60.3238],[-1.4655, 60.3241],[-1.4649, 60.3246],[-1.465299, 60.3246],[-1.466801, 60.3245],[-1.4677, 60.3246],[-1.4677, 60.3248],[-1.4651, 60.3266],[-1.465, 60.3271],[-1.4656, 60.3275],[-1.4691, 60.3273],[-1.4707, 60.3269],[-1.4712, 60.3271],[-1.4712, 60.3279],[-1.471801, 60.3284],[-1.472499, 60.3284],[-1.473701, 60.3282],[-1.4765, 60.3275],[-1.477399, 60.3269],[-1.4778, 60.3263],[-1.4793, 60.3261],[-1.4823, 60.3260],[-1.483099, 60.3265],[-1.4836, 60.3269],[-1.4851, 60.3273],[-1.486201, 60.327],[-1.488901, 60.327],[-1.489699, 60.327],[-1.490399, 60.3271],[-1.490499, 60.3274],[-1.4902, 60.3276],[-1.489501, 60.3279],[-1.488701, 60.3281],[-1.4877, 60.3286],[-1.4873, 60.329],[-1.4872, 60.3294],[-1.487599, 60.3295],[-1.4881, 60.3298],[-1.488, 60.3303],[-1.487599, 60.3306],[-1.486801, 60.3307],[-1.486001, 60.3311],[-1.4856, 60.3315],[-1.4856, 60.332],[-1.486001, 60.3324],[-1.486099, 60.3331],[-1.4852, 60.3348],[-1.484599, 60.3352],[-1.483901, 60.3353],[-1.483099, 60.3357],[-1.4828, 60.3361],[-1.4828, 60.3365],[-1.483, 60.337],[-1.482599, 60.3374],[-1.4821, 60.3377],[-1.4805, 60.3379],[-1.4801, 60.3381],[-1.4799, 60.3384],[-1.4808, 60.3387],[-1.481601, 60.3389],[-1.4815, 60.3394],[-1.481001, 60.3399],[-1.4805, 60.3401],[-1.479699, 60.3402],[-1.4791, 60.3405],[-1.4786, 60.3409],[-1.478, 60.3412],[-1.476699, 60.3412],[-1.473701, 60.3419],[-1.471601, 60.3418],[-1.470399, 60.341],[-1.469, 60.3402],[-1.468099, 60.3396],[-1.4679, 60.3388],[-1.4691, 60.3381],[-1.4729, 60.3376],[-1.475399, 60.3371],[-1.475399, 60.3369],[-1.475, 60.3367],[-1.474, 60.3365],[-1.4727, 60.3362],[-1.4722, 60.3358],[-1.4722, 60.335],[-1.473, 60.3341],[-1.473, 60.3329],[-1.4741, 60.3321],[-1.4741, 60.3316]]],[[[-1.0337, 60.1523],[-1.0332, 60.1522],[-1.031401, 60.1525],[-1.0304, 60.1521],[-1.0276, 60.1516],[-1.0253, 60.1514],[-1.0232, 60.152],[-1.018399, 60.1521],[-1.0151, 60.1518],[-1.012699, 60.1518],[-1.0093, 60.1523],[-1.008501, 60.1522],[-1.0079, 60.1521],[-1.0074, 60.1519],[-1.0075, 60.1516],[-1.0079, 60.1511],[-1.007699, 60.1509],[-1.0073, 60.1509],[-1.0064, 60.1513],[-1.005599, 60.1516],[-1.0046, 60.1516],[-1.003901, 60.1511],[-1.0037, 60.1497],[-1.003901, 60.1488],[-1.0042, 60.1480],[-1.005, 60.1474],[-1.0058, 60.147],[-1.0059, 60.1468],[-1.0057, 60.1467],[-1.0052, 60.1466],[-1.0042, 60.1466],[-1.002499, 60.1467],[-1.0021, 60.1466],[-1.0021, 60.1463],[-1.002599, 60.146],[-1.002599, 60.1455],[-1.002001, 60.1449],[-1.0023, 60.1443],[-1.0038, 60.1437],[-1.003901, 60.1432],[-1.0037, 60.1428],[-1.0028, 60.1415],[-1.0029, 60.1409],[-1.005399, 60.1395],[-1.005499, 60.1392],[-1.0053, 60.1390],[-1.004501, 60.1387],[-1.0044, 60.1385],[-1.004501, 60.1384],[-1.007001, 60.1385],[-1.0082, 60.1382],[-1.0086, 60.1375],[-1.008501, 60.1372],[-1.0074, 60.1364],[-1.007001, 60.1355],[-1.0072, 60.1351],[-1.0101, 60.1333],[-1.0123, 60.1325],[-1.013901, 60.1327],[-1.0167, 60.1332],[-1.019899, 60.1340],[-1.0238, 60.1361],[-1.025599, 60.1384],[-1.0267, 60.1393],[-1.0304, 60.1420],[-1.031201, 60.1429],[-1.032001, 60.1439],[-1.0317, 60.1446],[-1.031, 60.1471],[-1.0317, 60.1479],[-1.033599, 60.1483],[-1.0354, 60.1479],[-1.0395, 60.1462],[-1.0403, 60.1457],[-1.0404, 60.1454],[-1.0411, 60.1453],[-1.0417, 60.1458],[-1.0417, 60.1467],[-1.041, 60.149],[-1.041299, 60.1499],[-1.042001, 60.1507],[-1.0424, 60.1508],[-1.0431, 60.1506],[-1.043599, 60.1499],[-1.0439, 60.1493],[-1.044301, 60.149],[-1.0448, 60.1491],[-1.044899, 60.1498],[-1.044899, 60.1504],[-1.0445, 60.1509],[-1.0434, 60.1518],[-1.042001, 60.1525],[-1.040599, 60.1526],[-1.0376, 60.1548],[-1.0361, 60.1554],[-1.0352, 60.1555],[-1.034301, 60.1551],[-1.033599, 60.1544],[-1.0326, 60.1542],[-1.0325, 60.1541],[-1.0325, 60.1539],[-1.0331, 60.1531],[-1.0337, 60.1523]]],[[[-1.574, 60.2065],[-1.5741, 60.2059],[-1.5739, 60.2057],[-1.5703, 60.2056],[-1.569501, 60.2054],[-1.5689, 60.205],[-1.5675, 60.2040],[-1.5655, 60.2028],[-1.564101, 60.2012],[-1.5619, 60.1973],[-1.5603, 60.1951],[-1.5606, 60.1944],[-1.5612, 60.1942],[-1.5619, 60.1941],[-1.5632, 60.1945],[-1.5654, 60.1959],[-1.5661, 60.1958],[-1.566401, 60.1956],[-1.566401, 60.1945],[-1.5657, 60.1937],[-1.5657, 60.1932],[-1.5661, 60.1928],[-1.5669, 60.1929],[-1.5677, 60.1933],[-1.569399, 60.1934],[-1.5703, 60.1936],[-1.571601, 60.1945],[-1.572899, 60.1949],[-1.5762, 60.1947],[-1.5807, 60.1945],[-1.5829, 60.1950],[-1.5833, 60.1949],[-1.5834, 60.1947],[-1.5833, 60.1939],[-1.582299, 60.1923],[-1.5826, 60.1917],[-1.5836, 60.1912],[-1.5857, 60.1910],[-1.5863, 60.1913],[-1.5865, 60.1917],[-1.587499, 60.1922],[-1.587999, 60.1926],[-1.588099, 60.1931],[-1.5879, 60.1939],[-1.5883, 60.1941],[-1.588901, 60.1942],[-1.590299, 60.1938],[-1.5906, 60.1942],[-1.5907, 60.1950],[-1.5912, 60.1954],[-1.592499, 60.1956],[-1.5941, 60.1954],[-1.5958, 60.1954],[-1.598799, 60.1962],[-1.5998, 60.1972],[-1.6007, 60.1983],[-1.6008, 60.1986],[-1.6008, 60.1987],[-1.6007, 60.1988],[-1.599699, 60.1994],[-1.599501, 60.1995],[-1.599501, 60.1997],[-1.599599, 60.1998],[-1.6014, 60.1996],[-1.6027, 60.1994],[-1.603099, 60.1996],[-1.603199, 60.1998],[-1.603299, 60.2000],[-1.603299, 60.2003],[-1.603199, 60.2008],[-1.603099, 60.2010],[-1.6028, 60.2015],[-1.602499, 60.2019],[-1.6019, 60.2022],[-1.6007, 60.2025],[-1.6001, 60.2027],[-1.599599, 60.2030],[-1.5991, 60.2035],[-1.598701, 60.2039],[-1.5984, 60.2042],[-1.5984, 60.2044],[-1.5986, 60.2045],[-1.5998, 60.2044],[-1.6008, 60.2041],[-1.601699, 60.2039],[-1.6019, 60.2040],[-1.6019, 60.2042],[-1.601801, 60.2045],[-1.601601, 60.2048],[-1.6014, 60.205],[-1.601001, 60.2052],[-1.599599, 60.2054],[-1.5991, 60.2055],[-1.598799, 60.2056],[-1.5985, 60.2058],[-1.5979, 60.2065],[-1.5977, 60.2066],[-1.5971, 60.2067],[-1.5947, 60.2064],[-1.5941, 60.2062],[-1.5934, 60.2060],[-1.5928, 60.2060],[-1.5919, 60.2062],[-1.5912, 60.2066],[-1.5908, 60.2069],[-1.590299, 60.2072],[-1.588901, 60.2078],[-1.5877, 60.2082],[-1.5863, 60.2089],[-1.584501, 60.2094],[-1.5833, 60.2095],[-1.5821, 60.2096],[-1.5805, 60.2096],[-1.579, 60.2094],[-1.5779, 60.2092],[-1.576401, 60.2088],[-1.573799, 60.2079],[-1.5733, 60.2075],[-1.5733, 60.2071],[-1.574, 60.2065]]],[[[-0.9831995, 60.6163],[-0.9816005, 60.6161],[-0.9799995, 60.6166],[-0.9785005, 60.6173],[-0.9756995, 60.6176],[-0.9731995, 60.6174],[-0.9710995, 60.6169],[-0.9695995, 60.6160],[-0.9689995000000002, 60.6149],[-0.9700995, 60.6143],[-0.9702995, 60.6139],[-0.9698995, 60.6135],[-0.9687005, 60.6128],[-0.9687005, 60.6122],[-0.9695005, 60.6114],[-0.9707995, 60.6105],[-0.9710005, 60.6094],[-0.9723995, 60.6086],[-0.9745995, 60.6092],[-0.9757995000000002, 60.6093],[-0.9768995, 60.6091],[-0.9773995, 60.6082],[-0.9770995, 60.6070],[-0.9764995000000002, 60.6059],[-0.9772995, 60.6048],[-0.9779995, 60.6039],[-0.9791005, 60.6037],[-0.9810995, 60.6036],[-0.9829995, 60.6035],[-0.9850995, 60.6033],[-0.9880995, 60.6035],[-0.9916005, 60.6061],[-0.9939005, 60.6069],[-0.9960005, 60.6063],[-0.9981995, 60.6068],[-1.0008, 60.6059],[-1.001601, 60.6048],[-1.001201, 60.6036],[-0.9979995, 60.6005],[-0.9975995, 60.5981],[-0.9985005, 60.5968],[-1.002001, 60.5974],[-1.003901, 60.5984],[-1.0058, 60.5986],[-1.008, 60.5987],[-1.009799, 60.5998],[-1.0115, 60.6016],[-1.011801, 60.6027],[-1.0111, 60.6041],[-1.009899, 60.6052],[-1.0082, 60.606],[-1.0053, 60.6064],[-1.0036, 60.6079],[-1.001099, 60.6097],[-0.9975995, 60.6121],[-0.9964005, 60.6138],[-0.9979995, 60.6153],[-0.9981995, 60.6164],[-0.9972995, 60.6180],[-0.9960995000000002, 60.6188],[-0.9939995, 60.6194],[-0.9900995, 60.6194],[-0.9874995, 60.6191],[-0.9870005, 60.6188],[-0.9868005, 60.6181],[-0.9862005, 60.6173],[-0.9850995, 60.6169],[-0.9831995, 60.6163]]],[[[-1.291401, 60.1029],[-1.297199, 60.1005],[-1.299301, 60.0999],[-1.3027, 60.0995],[-1.3067, 60.0994],[-1.308599, 60.0994],[-1.309, 60.0998],[-1.3089, 60.1002],[-1.3077, 60.101],[-1.3067, 60.1016],[-1.304999, 60.1014],[-1.3047, 60.1016],[-1.304301, 60.1025],[-1.303701, 60.1044],[-1.302299, 60.1063],[-1.3009, 60.1074],[-1.297099, 60.1083],[-1.2966, 60.1087],[-1.294399, 60.1141],[-1.294301, 60.1147],[-1.2948, 60.1153],[-1.296499, 60.1164],[-1.297001, 60.1172],[-1.2974, 60.1187],[-1.297099, 60.1197],[-1.297099, 60.1201],[-1.2975, 60.1203],[-1.2982, 60.1207],[-1.2984, 60.1213],[-1.2983, 60.1217],[-1.2973, 60.1220],[-1.297199, 60.1225],[-1.2975, 60.1258],[-1.297099, 60.1265],[-1.2966, 60.1271],[-1.294301, 60.1274],[-1.291, 60.1275],[-1.289101, 60.1279],[-1.287799, 60.1286],[-1.2866, 60.1290],[-1.284, 60.1292],[-1.282799, 60.1296],[-1.2815, 60.1300],[-1.2794, 60.1302],[-1.2773, 60.1304],[-1.2759, 60.1310],[-1.274799, 60.1316],[-1.274, 60.1320],[-1.2729, 60.1320],[-1.2723, 60.1316],[-1.271801, 60.1307],[-1.271899, 60.1300],[-1.2725, 60.1286],[-1.2732, 60.1277],[-1.2738, 60.1270],[-1.2746, 60.1266],[-1.2758, 60.1263],[-1.2773, 60.1261],[-1.279799, 60.1259],[-1.281, 60.1252],[-1.281401, 60.1246],[-1.2816, 60.1233],[-1.281801, 60.1213],[-1.2824, 60.1195],[-1.2833, 60.1176],[-1.2833, 60.1164],[-1.283, 60.1148],[-1.282899, 60.1136],[-1.282899, 60.1119],[-1.283, 60.1099],[-1.2832, 60.1093],[-1.284101, 60.1081],[-1.2874, 60.1054],[-1.291401, 60.1029]]],[[[-0.8841005, 60.6771],[-0.8820995, 60.6768],[-0.8805995, 60.6768],[-0.8785005, 60.6770],[-0.8764995, 60.6770],[-0.8757995, 60.6767],[-0.8741995000000002, 60.6760],[-0.8721995, 60.6749],[-0.8700995, 60.6742],[-0.8698995, 60.6737],[-0.8696995, 60.6726],[-0.8689005, 60.6715],[-0.8671995, 60.6709],[-0.8658995, 60.6711],[-0.8643995000000002, 60.6718],[-0.8628995, 60.6726],[-0.8623995, 60.6727],[-0.8616995, 60.6725],[-0.8607995, 60.6723],[-0.8587995, 60.6715],[-0.8564005, 60.6707],[-0.8550995, 60.6703],[-0.8548995, 60.6699],[-0.8549995, 60.6694],[-0.8554995, 60.6687],[-0.8560995, 60.6684],[-0.8566995, 60.6683],[-0.8589995, 60.6683],[-0.8614995, 60.6683],[-0.8635995, 60.6684],[-0.8660005, 60.6683],[-0.8666995, 60.6679],[-0.8670995, 60.6673],[-0.8674995, 60.6665],[-0.8791995, 60.6673],[-0.8814995, 60.666],[-0.8832995, 60.6657],[-0.8849995000000003, 60.6664],[-0.8860995000000002, 60.6659],[-0.8862995, 60.6654],[-0.8862005000000002, 60.6649],[-0.8853995, 60.6647],[-0.8837995, 60.6645],[-0.8832995, 60.6639],[-0.8828995, 60.6634],[-0.8827995, 60.6629],[-0.8835005, 60.6622],[-0.8835995, 60.6614],[-0.8839995000000002, 60.6606],[-0.8845995, 60.6602],[-0.8852995, 60.6601],[-0.8858995, 60.6602],[-0.8860995000000002, 60.6603],[-0.8862005000000002, 60.6605],[-0.8864005, 60.661],[-0.8866995, 60.662],[-0.8870995000000002, 60.6628],[-0.8881995, 60.6635],[-0.8932995, 60.6633],[-0.8970005000000002, 60.6629],[-0.8976995, 60.6621],[-0.8981995, 60.6616],[-0.8989995, 60.6614],[-0.9002995, 60.6618],[-0.9010995, 60.6626],[-0.9012005, 60.6639],[-0.9004995, 60.6653],[-0.9002995, 60.666],[-0.8920995, 60.6667],[-0.8893005, 60.6671],[-0.8874995, 60.6678],[-0.8866995, 60.6687],[-0.8870995000000002, 60.6697],[-0.8887995000000002, 60.6699],[-0.8895005, 60.6701],[-0.8902995, 60.6705],[-0.8904995, 60.6708],[-0.8905995, 60.6712],[-0.8906995, 60.6718],[-0.8910995000000003, 60.6722],[-0.8918005, 60.6724],[-0.8941995, 60.6725],[-0.8956995, 60.6724],[-0.8975995, 60.6727],[-0.8989005, 60.6731],[-0.8993995, 60.6734],[-0.9001995, 60.6741],[-0.9010995, 60.6758],[-0.9012995, 60.6768],[-0.9012005, 60.6776],[-0.8997995, 60.6786],[-0.8976995, 60.6796],[-0.8929995, 60.6798],[-0.8907995, 60.6798],[-0.8872995, 60.6799],[-0.8864995, 60.6798],[-0.8862005000000002, 60.6791],[-0.8860005, 60.6783],[-0.8852995, 60.6777],[-0.8841005, 60.6771]]],[[[-1.378999, 60.3415],[-1.376099, 60.3405],[-1.373199, 60.3383],[-1.3729, 60.3371],[-1.3728, 60.3362],[-1.372699, 60.3353],[-1.372699, 60.3349],[-1.373199, 60.3348],[-1.3757, 60.3344],[-1.3779, 60.3336],[-1.381001, 60.3310],[-1.381299, 60.3302],[-1.3808, 60.3294],[-1.3801, 60.3284],[-1.3802, 60.3279],[-1.380399, 60.3277],[-1.381099, 60.3269],[-1.384501, 60.3258],[-1.384899, 60.3254],[-1.3867, 60.3226],[-1.3874, 60.3222],[-1.388999, 60.3219],[-1.3923, 60.3222],[-1.394899, 60.3227],[-1.396401, 60.3232],[-1.3976, 60.3237],[-1.3982, 60.324],[-1.3995, 60.3252],[-1.4001, 60.3261],[-1.4009, 60.3267],[-1.401299, 60.3267],[-1.4026, 60.3262],[-1.4032, 60.3263],[-1.403399, 60.3266],[-1.4032, 60.3271],[-1.400499, 60.3279],[-1.4003, 60.3284],[-1.4003, 60.3292],[-1.4003, 60.3301],[-1.400599, 60.3306],[-1.4011, 60.3311],[-1.401401, 60.3317],[-1.4008, 60.3326],[-1.399899, 60.3337],[-1.3986, 60.3335],[-1.397699, 60.3327],[-1.396899, 60.3324],[-1.3954, 60.3324],[-1.394199, 60.3327],[-1.3931, 60.3333],[-1.392099, 60.3339],[-1.3887, 60.334],[-1.388299, 60.3341],[-1.3881, 60.3343],[-1.3881, 60.3345],[-1.3887, 60.335],[-1.3895, 60.3357],[-1.3904, 60.337],[-1.3911, 60.3384],[-1.3915, 60.3393],[-1.391899, 60.3393],[-1.393, 60.3389],[-1.394, 60.3384],[-1.396299, 60.3387],[-1.397099, 60.3393],[-1.397099, 60.3399],[-1.396299, 60.3406],[-1.394799, 60.3415],[-1.393901, 60.3419],[-1.389799, 60.3413],[-1.388901, 60.3417],[-1.388, 60.3425],[-1.3866, 60.3427],[-1.383901, 60.3427],[-1.378999, 60.3415]]],[[[-1.180099, 60.0065],[-1.1798, 60.0062],[-1.179301, 60.0063],[-1.1783, 60.0065],[-1.177799, 60.0065],[-1.1769, 60.0060],[-1.1745, 60.0060],[-1.174101, 60.0058],[-1.174, 60.0055],[-1.174301, 60.0052],[-1.1747, 60.0050],[-1.1754, 60.0049],[-1.1774, 60.0046],[-1.1789, 60.0040],[-1.1789, 60.0037],[-1.178701, 60.0036],[-1.1781, 60.0034],[-1.1769, 60.0035],[-1.174399, 60.0040],[-1.1709, 60.0042],[-1.1684, 60.0028],[-1.1669, 60.002],[-1.166499, 60.0019],[-1.166299, 60.002],[-1.166499, 60.0030],[-1.166, 60.0032],[-1.1651, 60.0028],[-1.164301, 60.0015],[-1.164199, 60.0006],[-1.164999, 59.9992],[-1.1648, 59.9988],[-1.164101, 59.9984],[-1.162899, 59.9981],[-1.1625, 59.9978],[-1.1624, 59.9975],[-1.1626, 59.9973],[-1.163, 59.9970],[-1.163501, 59.9969],[-1.1661, 59.9966],[-1.167199, 59.9963],[-1.1677, 59.9959],[-1.167899, 59.9954],[-1.167799, 59.9946],[-1.1675, 59.9944],[-1.165599, 59.9941],[-1.1648, 59.9935],[-1.1644, 59.9925],[-1.1645, 59.9921],[-1.1648, 59.9919],[-1.1655, 59.9919],[-1.1674, 59.9919],[-1.1697, 59.9912],[-1.172001, 59.9908],[-1.1739, 59.991],[-1.176601, 59.9921],[-1.1777, 59.9925],[-1.180799, 59.9936],[-1.181201, 59.9939],[-1.1813, 59.9945],[-1.180799, 59.9950],[-1.1798, 59.9957],[-1.179101, 59.9966],[-1.179301, 59.9979],[-1.1806, 59.9984],[-1.181401, 59.9988],[-1.1819, 59.9997],[-1.1818, 60.0001],[-1.181601, 60.0015],[-1.181601, 60.0022],[-1.1817, 60.0026],[-1.182899, 60.0028],[-1.184999, 60.0026],[-1.186601, 60.0024],[-1.187999, 60.0030],[-1.189999, 60.0039],[-1.191, 60.0043],[-1.1912, 60.0049],[-1.1913, 60.0053],[-1.1913, 60.0060],[-1.190099, 60.0068],[-1.1892, 60.0090],[-1.1884, 60.0095],[-1.1875, 60.0097],[-1.1854, 60.0093],[-1.1824, 60.0084],[-1.1804, 60.0077],[-1.1802, 60.0074],[-1.1802, 60.0067],[-1.180099, 60.0065]]],[[[-0.7581995, 60.4282],[-0.7578995, 60.4277],[-0.7576995, 60.4270],[-0.7577995, 60.4263],[-0.7600995000000002, 60.425],[-0.7602995, 60.4246],[-0.7602995, 60.4243],[-0.7598995, 60.4242],[-0.7591995, 60.4241],[-0.7583995, 60.4241],[-0.7577995, 60.4241],[-0.7573995, 60.4240],[-0.7566995, 60.4236],[-0.7564005, 60.4229],[-0.7555995, 60.4225],[-0.7537995, 60.4221],[-0.7535995, 60.4217],[-0.7532995, 60.4212],[-0.7535005, 60.4208],[-0.7543995, 60.4207],[-0.7564995, 60.4208],[-0.7574995, 60.4203],[-0.7591005, 60.4196],[-0.7605995, 60.4198],[-0.7626995, 60.4198],[-0.7641995, 60.42],[-0.7657995, 60.4206],[-0.7671995, 60.4207],[-0.7693005000000002, 60.4198],[-0.7712995, 60.4189],[-0.7724995, 60.4188],[-0.7728995, 60.4192],[-0.7728995, 60.4196],[-0.7725995, 60.42],[-0.7724995, 60.4204],[-0.7727995, 60.4206],[-0.7731995, 60.4207],[-0.7737995, 60.4205],[-0.7747995, 60.4193],[-0.7751995, 60.4189],[-0.7756995, 60.4186],[-0.7764005000000003, 60.4183],[-0.7768995, 60.4183],[-0.7773995, 60.4184],[-0.7776995, 60.4188],[-0.7779995, 60.419],[-0.7783995, 60.419],[-0.7791005, 60.4187],[-0.7810005, 60.4182],[-0.7814005, 60.418],[-0.7818005, 60.4174],[-0.7821995, 60.417],[-0.7825995, 60.4168],[-0.7833995, 60.4166],[-0.7839005000000002, 60.4166],[-0.7848995, 60.4167],[-0.7854995, 60.4167],[-0.7858995, 60.4166],[-0.7860005, 60.4162],[-0.7856995, 60.4157],[-0.7855995, 60.4154],[-0.7860005, 60.4149],[-0.7870005, 60.4145],[-0.7880995, 60.4142],[-0.7887005, 60.4144],[-0.7891995000000002, 60.4145],[-0.7895005, 60.4143],[-0.7895995, 60.414],[-0.7893005, 60.4137],[-0.7893005, 60.4132],[-0.7897995, 60.4131],[-0.7903995, 60.413],[-0.7910005, 60.413],[-0.7910995, 60.4126],[-0.7904995, 60.412],[-0.7910995, 60.4116],[-0.7920005, 60.4113],[-0.7924995, 60.411],[-0.7939005, 60.4106],[-0.7946995, 60.4106],[-0.7950995, 60.411],[-0.7948995, 60.4117],[-0.7937005, 60.4134],[-0.7910995, 60.4157],[-0.7887005, 60.4164],[-0.7885995, 60.4168],[-0.7891995000000002, 60.4173],[-0.7887995, 60.4178],[-0.7870995, 60.4181],[-0.7843005, 60.4186],[-0.7820995, 60.4205],[-0.7820995, 60.4212],[-0.7826995, 60.4217],[-0.7827995000000002, 60.4221],[-0.7820005, 60.4226],[-0.7773995, 60.423],[-0.7751995, 60.4228],[-0.7733995, 60.4227],[-0.7721995, 60.4232],[-0.7707995, 60.4236],[-0.7706995, 60.4242],[-0.7703995, 60.4244],[-0.7685995, 60.4243],[-0.7675995, 60.4245],[-0.7671995, 60.4247],[-0.7668995000000002, 60.4251],[-0.7662995, 60.426],[-0.7652995, 60.4267],[-0.7641995, 60.4271],[-0.7632995, 60.4274],[-0.7632995, 60.4277],[-0.7639005, 60.4279],[-0.7666995, 60.4271],[-0.7687995, 60.4267],[-0.7714995, 60.4267],[-0.7745005, 60.4263],[-0.7753995, 60.4265],[-0.7755995, 60.4270],[-0.7749995, 60.4276],[-0.7729995000000002, 60.4286],[-0.7725995, 60.4291],[-0.7722995, 60.4295],[-0.7714995, 60.4301],[-0.7691005, 60.431],[-0.7664995, 60.4313],[-0.7631995, 60.4316],[-0.7602995, 60.4316],[-0.7595005, 60.4318],[-0.7585995, 60.4321],[-0.7579995, 60.4322],[-0.7574995, 60.4319],[-0.7570005, 60.4314],[-0.7568005, 60.4309],[-0.7570005, 60.4301],[-0.7580995, 60.4286],[-0.7581995, 60.4282]]],[[[-1.036801, 60.3516],[-1.037799, 60.3509],[-1.040599, 60.3511],[-1.0405, 60.3515],[-1.039, 60.3522],[-1.0387, 60.3526],[-1.039101, 60.3532],[-1.0405, 60.354],[-1.040699, 60.3553],[-1.0401, 60.3576],[-1.0402, 60.3592],[-1.040699, 60.3605],[-1.0417, 60.3616],[-1.0418, 60.3625],[-1.041401, 60.3632],[-1.0404, 60.3639],[-1.038501, 60.3646],[-1.0373, 60.3647],[-1.036299, 60.3651],[-1.0353, 60.3660],[-1.034301, 60.3675],[-1.0337, 60.3685],[-1.0331, 60.3693],[-1.0326, 60.3696],[-1.0317, 60.3699],[-1.024301, 60.3704],[-1.0232, 60.3700],[-1.022699, 60.3694],[-1.0223, 60.3683],[-1.0224, 60.3678],[-1.0259, 60.3647],[-1.0265, 60.3632],[-1.0283, 60.3621],[-1.0302, 60.361],[-1.030599, 60.3601],[-1.0308, 60.359],[-1.030599, 60.3577],[-1.029301, 60.3562],[-1.028901, 60.3546],[-1.029199, 60.3538],[-1.0297, 60.3534],[-1.034301, 60.3522],[-1.036801, 60.3516]]],[[[-0.7716005, 60.7604],[-0.7714995, 60.7593],[-0.7720995, 60.7583],[-0.7720005, 60.7577],[-0.7716995, 60.7573],[-0.7714005000000002, 60.757],[-0.7714995, 60.7569],[-0.7720005, 60.7566],[-0.7720005, 60.7563],[-0.7718005, 60.756],[-0.7718005, 60.7559],[-0.7720995, 60.7556],[-0.7728995, 60.7554],[-0.7727995, 60.7553],[-0.7721995, 60.7550],[-0.7716995, 60.7547],[-0.7716995, 60.7543],[-0.7716995, 60.7535],[-0.7706995, 60.7535],[-0.7693995, 60.7533],[-0.7666995, 60.7531],[-0.7664005, 60.7527],[-0.7655995, 60.7520],[-0.7652995, 60.7513],[-0.7656995, 60.7506],[-0.7664005, 60.7500],[-0.7678995, 60.7500],[-0.7689995, 60.7500],[-0.7693995, 60.7496],[-0.7695005, 60.7491],[-0.7699995, 60.7490],[-0.7712005, 60.7491],[-0.7725995, 60.7492],[-0.7725995, 60.7491],[-0.7723995, 60.7489],[-0.7714995, 60.7484],[-0.7712995, 60.7483],[-0.7708995, 60.748],[-0.7701995, 60.748],[-0.7693995, 60.7482],[-0.7689005, 60.7479],[-0.7687005, 60.7478],[-0.7687995, 60.7474],[-0.7691005, 60.7468],[-0.7689005, 60.7464],[-0.7680995, 60.7464],[-0.7672995, 60.7464],[-0.7668005, 60.7462],[-0.7668005, 60.7461],[-0.7668995000000002, 60.7458],[-0.7672995, 60.7455],[-0.7683995, 60.7455],[-0.7685995, 60.7452],[-0.7683995, 60.7450],[-0.7678995, 60.7446],[-0.7678995, 60.7443],[-0.7685005, 60.7441],[-0.7700995, 60.7441],[-0.7702995, 60.7439],[-0.7704995, 60.7434],[-0.7707995, 60.7429],[-0.7720005, 60.7425],[-0.7723995, 60.7422],[-0.7725995, 60.7414],[-0.7729995000000002, 60.7407],[-0.7750995, 60.7397],[-0.7764005000000003, 60.7396],[-0.7785995, 60.7402],[-0.7791995, 60.7407],[-0.7793995, 60.7411],[-0.7791995, 60.7415],[-0.7793005, 60.742],[-0.7797995, 60.7425],[-0.7803995, 60.7427],[-0.7816995, 60.7431],[-0.7822995, 60.7436],[-0.7822995, 60.7455],[-0.7812995, 60.7467],[-0.7799995, 60.7471],[-0.7770995, 60.7468],[-0.7754995, 60.7470],[-0.7752995000000003, 60.7474],[-0.7755995, 60.7478],[-0.7764995, 60.7489],[-0.7762995, 60.7501],[-0.7755995, 60.7521],[-0.7745995, 60.7527],[-0.7745995, 60.7534],[-0.7746995, 60.754],[-0.7766995000000002, 60.7550],[-0.7780995, 60.7558],[-0.7781995, 60.7569],[-0.7774995, 60.7576],[-0.7768005, 60.7585],[-0.7768005, 60.7595],[-0.7764005000000003, 60.7604],[-0.7756995, 60.7606],[-0.7748995, 60.7604],[-0.7743005, 60.76],[-0.7733995, 60.7599],[-0.7728995, 60.7606],[-0.7724995, 60.7609],[-0.7718995, 60.7607],[-0.7716005, 60.7604]]],[[[-1.3513, 60.1446],[-1.353999, 60.1427],[-1.3548, 60.1414],[-1.357599, 60.1400],[-1.3584, 60.1398],[-1.3601, 60.1396],[-1.3607, 60.1398],[-1.3607, 60.1401],[-1.360299, 60.1408],[-1.3593, 60.1414],[-1.358901, 60.1421],[-1.358999, 60.1428],[-1.359599, 60.1429],[-1.3602, 60.1428],[-1.361201, 60.1421],[-1.3623, 60.1412],[-1.3629, 60.1409],[-1.3636, 60.1407],[-1.364101, 60.1409],[-1.364101, 60.1413],[-1.363901, 60.1422],[-1.364101, 60.1425],[-1.364501, 60.1424],[-1.365399, 60.1424],[-1.3663, 60.1424],[-1.366801, 60.1427],[-1.366899, 60.1432],[-1.367, 60.1439],[-1.366801, 60.1452],[-1.3664, 60.1462],[-1.3652, 60.1479],[-1.361001, 60.1527],[-1.359699, 60.1532],[-1.3591, 60.1532],[-1.357499, 60.1523],[-1.3549, 60.1521],[-1.353, 60.1517],[-1.3515, 60.1512],[-1.3498, 60.1495],[-1.348701, 60.1483],[-1.3485, 60.1477],[-1.348799, 60.1469],[-1.3513, 60.1446]]],[[[-1.180799, 60.4861],[-1.183599, 60.486],[-1.1863, 60.4867],[-1.188599, 60.4878],[-1.190199, 60.4892],[-1.1919, 60.4908],[-1.1926, 60.4921],[-1.192899, 60.4939],[-1.193701, 60.4950],[-1.1954, 60.4963],[-1.197399, 60.4974],[-1.199301, 60.4983],[-1.200199, 60.4991],[-1.2003, 60.4998],[-1.1986, 60.5009],[-1.1962, 60.5012],[-1.194501, 60.5013],[-1.192899, 60.5009],[-1.1917, 60.5002],[-1.1906, 60.4986],[-1.189, 60.4977],[-1.1861, 60.4961],[-1.1842, 60.4949],[-1.183701, 60.4942],[-1.181601, 60.4913],[-1.179101, 60.4889],[-1.1788, 60.4881],[-1.1789, 60.487],[-1.180799, 60.4861]]],[[[-1.356099, 60.353],[-1.358999, 60.3526],[-1.361801, 60.3529],[-1.362499, 60.353],[-1.3634, 60.3534],[-1.364101, 60.354],[-1.3644, 60.3555],[-1.364799, 60.3587],[-1.364699, 60.3592],[-1.3644, 60.3598],[-1.3638, 60.3602],[-1.3628, 60.3608],[-1.361201, 60.3613],[-1.359501, 60.3615],[-1.356201, 60.3618],[-1.3523, 60.3619],[-1.351099, 60.3617],[-1.350399, 60.3614],[-1.349501, 60.3602],[-1.349301, 60.3581],[-1.349301, 60.357],[-1.3494, 60.3564],[-1.3498, 60.3559],[-1.351601, 60.3552],[-1.353099, 60.3548],[-1.353799, 60.3543],[-1.356099, 60.353]]],[[[-1.1387, 60.4626],[-1.140499, 60.4623],[-1.1432, 60.4624],[-1.1458, 60.4626],[-1.1483, 60.463],[-1.151299, 60.4637],[-1.1533, 60.4648],[-1.154899, 60.4654],[-1.157699, 60.4659],[-1.1594, 60.4665],[-1.1608, 60.467],[-1.1611, 60.4674],[-1.161, 60.4677],[-1.1605, 60.468],[-1.157899, 60.4684],[-1.1566, 60.4687],[-1.155599, 60.4696],[-1.154899, 60.4708],[-1.1551, 60.4718],[-1.1565, 60.4734],[-1.1565, 60.4737],[-1.155599, 60.4742],[-1.1545, 60.4745],[-1.1532, 60.4745],[-1.1519, 60.4739],[-1.1502, 60.4714],[-1.148399, 60.4698],[-1.146299, 60.4678],[-1.144799, 60.4662],[-1.1408, 60.4652],[-1.1382, 60.4641],[-1.1378, 60.4636],[-1.1379, 60.4633],[-1.1382, 60.463],[-1.1387, 60.4626]]],[[[-1.3624, 60.1218],[-1.362599, 60.1209],[-1.362599, 60.1206],[-1.3623, 60.1204],[-1.3613, 60.1203],[-1.3591, 60.1203],[-1.358299, 60.1200],[-1.3578, 60.1197],[-1.357399, 60.1193],[-1.3573, 60.1188],[-1.357399, 60.1183],[-1.358199, 60.1181],[-1.359599, 60.1182],[-1.3609, 60.1182],[-1.3613, 60.1183],[-1.3623, 60.1183],[-1.3634, 60.1181],[-1.364799, 60.1163],[-1.3657, 60.1155],[-1.3664, 60.1146],[-1.369101, 60.1135],[-1.3703, 60.113],[-1.3715, 60.1129],[-1.372599, 60.113],[-1.3736, 60.1133],[-1.3744, 60.1138],[-1.374799, 60.1143],[-1.375, 60.1153],[-1.3758, 60.1161],[-1.3763, 60.1177],[-1.376099, 60.1187],[-1.3767, 60.1190],[-1.3771, 60.1193],[-1.3771, 60.1197],[-1.3764, 60.1205],[-1.3714, 60.1218],[-1.370499, 60.1225],[-1.369699, 60.1226],[-1.369599, 60.1220],[-1.368999, 60.1215],[-1.3686, 60.1215],[-1.3678, 60.1217],[-1.367599, 60.1226],[-1.3681, 60.1229],[-1.368199, 60.1232],[-1.3679, 60.1235],[-1.366601, 60.1237],[-1.3657, 60.1233],[-1.3652, 60.1227],[-1.3628, 60.1225],[-1.3624, 60.1218]]],[[[-1.3613, 60.0302],[-1.3609, 60.03],[-1.3593, 60.03],[-1.3585, 60.0294],[-1.3578, 60.0289],[-1.356201, 60.029],[-1.3555, 60.0287],[-1.3552, 60.0281],[-1.3544, 60.0279],[-1.353, 60.0281],[-1.35, 60.0296],[-1.349, 60.0298],[-1.3484, 60.0294],[-1.3479, 60.0288],[-1.3478, 60.0282],[-1.3471, 60.028],[-1.3462, 60.0282],[-1.345399, 60.0291],[-1.3448, 60.0291],[-1.3442, 60.0289],[-1.3441, 60.0282],[-1.343099, 60.028],[-1.341699, 60.0279],[-1.3415, 60.0277],[-1.341601, 60.0275],[-1.343199, 60.0271],[-1.344501, 60.0262],[-1.3455, 60.0260],[-1.3469, 60.0262],[-1.3472, 60.0260],[-1.3471, 60.0258],[-1.346801, 60.0253],[-1.3469, 60.025],[-1.3483, 60.0247],[-1.3485, 60.0245],[-1.3485, 60.0243],[-1.3477, 60.0237],[-1.3472, 60.0230],[-1.3473, 60.0217],[-1.347499, 60.0206],[-1.348099, 60.0201],[-1.3491, 60.0202],[-1.349301, 60.0208],[-1.349301, 60.0229],[-1.3494, 60.0236],[-1.349699, 60.0238],[-1.350299, 60.0236],[-1.351099, 60.0229],[-1.351801, 60.0222],[-1.3527, 60.0215],[-1.3534, 60.0214],[-1.353799, 60.0217],[-1.3536, 60.0222],[-1.3528, 60.0231],[-1.3523, 60.0236],[-1.352399, 60.024],[-1.3526, 60.0242],[-1.353199, 60.0243],[-1.356699, 60.0228],[-1.358199, 60.0228],[-1.3588, 60.0236],[-1.3602, 60.0255],[-1.361699, 60.0268],[-1.3624, 60.0273],[-1.3629, 60.0277],[-1.3631, 60.0292],[-1.3634, 60.0298],[-1.3652, 60.0299],[-1.3658, 60.0301],[-1.3657, 60.0306],[-1.365, 60.031],[-1.363999, 60.0315],[-1.3627, 60.0319],[-1.361601, 60.0319],[-1.3613, 60.0313],[-1.3614, 60.0307],[-1.3613, 60.0302]]],[[[-0.7382995, 60.4270],[-0.7383995, 60.4263],[-0.7389995, 60.4262],[-0.7396995, 60.4263],[-0.7404995, 60.4266],[-0.7414995, 60.4266],[-0.7420995, 60.4263],[-0.7427995, 60.4254],[-0.7428995, 60.4244],[-0.7443995, 60.4237],[-0.7466995, 60.4232],[-0.7477995, 60.4233],[-0.7482995, 60.4236],[-0.7487005, 60.4240],[-0.7497995, 60.4245],[-0.7505995, 60.4248],[-0.7510005, 60.4247],[-0.7514995, 60.4239],[-0.7520005, 60.4236],[-0.7529995000000002, 60.4235],[-0.7541995, 60.4237],[-0.7553995, 60.4245],[-0.7557995, 60.4249],[-0.7560995, 60.4254],[-0.7560005, 60.4257],[-0.7537995, 60.4267],[-0.7496995, 60.4274],[-0.7489995, 60.4297],[-0.7483995, 60.4304],[-0.7476995, 60.431],[-0.7464005, 60.4314],[-0.7445995, 60.4309],[-0.7431995, 60.4301],[-0.7420995, 60.4295],[-0.7412005000000002, 60.4289],[-0.7402995, 60.4284],[-0.7395005, 60.4281],[-0.7385995, 60.4275],[-0.7382995, 60.4270]]],[[[-0.9533995, 60.6598],[-0.9545005, 60.6596],[-0.9552995, 60.6597],[-0.9558995, 60.6602],[-0.9566005, 60.6618],[-0.9578995, 60.6637],[-0.9593005000000002, 60.6649],[-0.9612995, 60.6662],[-0.9626995, 60.667],[-0.9654995, 60.6682],[-0.9673995, 60.6694],[-0.9689005, 60.6708],[-0.9695005, 60.6713],[-0.9698995, 60.6718],[-0.9701995, 60.6724],[-0.9701995, 60.6727],[-0.9700995, 60.6729],[-0.9685005, 60.6737],[-0.9676995000000002, 60.6739],[-0.9670005, 60.6740],[-0.9662995, 60.6738],[-0.9653995, 60.6731],[-0.9633995, 60.6709],[-0.9599995, 60.6681],[-0.9572995, 60.6669],[-0.9551995, 60.6656],[-0.9532995, 60.6642],[-0.9514995, 60.6628],[-0.9510995, 60.6623],[-0.9512005, 60.6619],[-0.9518005000000003, 60.661],[-0.9525995, 60.6602],[-0.9533995, 60.6598]]],[[[-1.2932, 60.5106],[-1.294199, 60.5106],[-1.2952, 60.5114],[-1.296201, 60.5121],[-1.296401, 60.5127],[-1.2961, 60.5137],[-1.2947, 60.5148],[-1.2934, 60.5165],[-1.2925, 60.517],[-1.2909, 60.5176],[-1.289101, 60.518],[-1.287001, 60.5182],[-1.286401, 60.5185],[-1.286201, 60.5193],[-1.2861, 60.5198],[-1.2855, 60.5199],[-1.283599, 60.5194],[-1.281401, 60.5191],[-1.281401, 60.5185],[-1.281201, 60.517],[-1.2824, 60.5161],[-1.2839, 60.5146],[-1.2869, 60.5139],[-1.2901, 60.5129],[-1.291, 60.512],[-1.2932, 60.5106]]],[[[-1.1509, 60.4384],[-1.1551, 60.4382],[-1.156401, 60.4388],[-1.157099, 60.4395],[-1.157099, 60.4403],[-1.1559, 60.4415],[-1.1554, 60.4429],[-1.1552, 60.4438],[-1.154899, 60.4445],[-1.154199, 60.4457],[-1.1532, 60.446],[-1.1509, 60.4466],[-1.149999, 60.4465],[-1.1494, 60.4462],[-1.148501, 60.4455],[-1.1473, 60.4445],[-1.1472, 60.4437],[-1.1472, 60.4421],[-1.146801, 60.4406],[-1.1465, 60.4395],[-1.1467, 60.4389],[-1.1472, 60.4386],[-1.1482, 60.4385],[-1.1509, 60.4384]]],[[[-1.4234, 60.6203],[-1.421499, 60.6201],[-1.4198, 60.6203],[-1.418701, 60.6201],[-1.4176, 60.6194],[-1.417199, 60.6185],[-1.416401, 60.6185],[-1.4154, 60.6187],[-1.4144, 60.6184],[-1.414, 60.6179],[-1.414, 60.617],[-1.4144, 60.6166],[-1.4153, 60.6166],[-1.416499, 60.6169],[-1.4175, 60.6164],[-1.417899, 60.6166],[-1.417899, 60.6171],[-1.4183, 60.6175],[-1.419101, 60.6177],[-1.4204, 60.6177],[-1.424301, 60.6169],[-1.425799, 60.6166],[-1.427999, 60.6157],[-1.4299, 60.6154],[-1.4305, 60.6152],[-1.431201, 60.6153],[-1.4317, 60.6159],[-1.432001, 60.6164],[-1.4327, 60.6164],[-1.4331, 60.6160],[-1.433701, 60.6157],[-1.4342, 60.6158],[-1.434399, 60.6159],[-1.434301, 60.6163],[-1.434101, 60.6167],[-1.4338, 60.617],[-1.4326, 60.6177],[-1.432001, 60.6182],[-1.4317, 60.6192],[-1.4313, 60.6204],[-1.4306, 60.6207],[-1.429301, 60.6207],[-1.4284, 60.6201],[-1.4277, 60.6202],[-1.427199, 60.6211],[-1.4261, 60.6213],[-1.424999, 60.6212],[-1.4234, 60.6203]]],[[[-1.345, 60.1243],[-1.3444, 60.1242],[-1.3434, 60.1244],[-1.342399, 60.1247],[-1.3413, 60.1246],[-1.340899, 60.1243],[-1.340199, 60.1241],[-1.339301, 60.124],[-1.339, 60.1238],[-1.338199, 60.1233],[-1.3372, 60.1233],[-1.336001, 60.1241],[-1.335199, 60.1245],[-1.334301, 60.1248],[-1.333799, 60.1247],[-1.3332, 60.1244],[-1.332999, 60.1238],[-1.3332, 60.1226],[-1.332999, 60.1216],[-1.3333, 60.121],[-1.3342, 60.1202],[-1.3351, 60.1201],[-1.336001, 60.1201],[-1.336699, 60.1203],[-1.337499, 60.1207],[-1.3385, 60.1212],[-1.3397, 60.1212],[-1.3406, 60.1211],[-1.341401, 60.1207],[-1.3421, 60.1203],[-1.3427, 60.1200],[-1.3435, 60.1201],[-1.3444, 60.1205],[-1.3455, 60.1206],[-1.3483, 60.1208],[-1.350199, 60.1211],[-1.3505, 60.1214],[-1.3506, 60.1216],[-1.347499, 60.1222],[-1.3473, 60.1226],[-1.3477, 60.1229],[-1.3501, 60.1227],[-1.3527, 60.1221],[-1.353099, 60.1222],[-1.353099, 60.1224],[-1.350399, 60.1241],[-1.348199, 60.1252],[-1.3476, 60.1253],[-1.346601, 60.1250],[-1.3456, 60.1245],[-1.345, 60.1243]]],[[[-1.2219, 60.5167],[-1.2223, 60.5161],[-1.222499, 60.5156],[-1.2223, 60.5151],[-1.221801, 60.5145],[-1.2191, 60.5137],[-1.217499, 60.5128],[-1.216801, 60.5122],[-1.216801, 60.5115],[-1.217399, 60.5110],[-1.219, 60.5107],[-1.2236, 60.5110],[-1.2269, 60.512],[-1.228701, 60.5133],[-1.231001, 60.5141],[-1.2328, 60.5149],[-1.233299, 60.5159],[-1.233, 60.5166],[-1.232499, 60.5169],[-1.229501, 60.5163],[-1.2279, 60.5164],[-1.225199, 60.5179],[-1.2236, 60.5181],[-1.222499, 60.5179],[-1.222, 60.5175],[-1.221801, 60.517],[-1.2219, 60.5167]]],[[[-1.191601, 60.5066],[-1.192299, 60.5064],[-1.194501, 60.5069],[-1.1967, 60.5085],[-1.1986, 60.5103],[-1.199501, 60.5122],[-1.199399, 60.5129],[-1.1983, 60.5141],[-1.197199, 60.5140],[-1.1956, 60.5126],[-1.1934, 60.5116],[-1.191401, 60.5111],[-1.190899, 60.5105],[-1.1906, 60.5096],[-1.190899, 60.5075],[-1.191601, 60.5066]]],[[[-1.564, 60.2128],[-1.5657, 60.2122],[-1.5692, 60.213],[-1.5706, 60.2138],[-1.571499, 60.2142],[-1.5736, 60.2148],[-1.573701, 60.2151],[-1.573501, 60.2154],[-1.572001, 60.2164],[-1.5717, 60.2173],[-1.5711, 60.2177],[-1.569, 60.2178],[-1.5676, 60.2183],[-1.5655, 60.2181],[-1.564999, 60.2179],[-1.5649, 60.2176],[-1.565099, 60.2154],[-1.5647, 60.2143],[-1.564, 60.2128]]],[[[-1.2631, 60.4950],[-1.2637, 60.4948],[-1.2652, 60.4952],[-1.2681, 60.4964],[-1.2703, 60.4976],[-1.2722, 60.4986],[-1.2729, 60.4993],[-1.2729, 60.4997],[-1.2726, 60.5002],[-1.272001, 60.5007],[-1.271001, 60.5010],[-1.268399, 60.5004],[-1.263399, 60.4988],[-1.2623, 60.4981],[-1.2621, 60.4978],[-1.2622, 60.4975],[-1.2629, 60.4966],[-1.2628, 60.4958],[-1.2629, 60.4953],[-1.2631, 60.4950]]],[[[-1.450099, 60.4410],[-1.4499, 60.4409],[-1.4491, 60.4412],[-1.448799, 60.4412],[-1.448501, 60.4411],[-1.4484, 60.4408],[-1.4484, 60.4402],[-1.4482, 60.4393],[-1.448501, 60.4388],[-1.449301, 60.4377],[-1.4498, 60.4372],[-1.4505, 60.4368],[-1.4511, 60.4369],[-1.452, 60.4374],[-1.4534, 60.4377],[-1.454301, 60.4375],[-1.455099, 60.4374],[-1.4556, 60.4368],[-1.4562, 60.4364],[-1.4575, 60.4364],[-1.458099, 60.4365],[-1.4583, 60.4367],[-1.457999, 60.4372],[-1.457, 60.4382],[-1.4563, 60.4390],[-1.4554, 60.4398],[-1.4541, 60.4415],[-1.4507, 60.4428],[-1.450099, 60.4428],[-1.4498, 60.4422],[-1.450199, 60.4412],[-1.450099, 60.4410]]],[[[-0.7353995, 60.4235],[-0.7352995, 60.4234],[-0.7348995, 60.4234],[-0.7339995, 60.4233],[-0.7337995, 60.4232],[-0.7335995, 60.4229],[-0.7339005, 60.4225],[-0.7339995, 60.4223],[-0.7339005, 60.422],[-0.7335995, 60.4217],[-0.7337995, 60.4215],[-0.7345005, 60.4212],[-0.7410995, 60.4205],[-0.7427995, 60.4201],[-0.7446995, 60.4198],[-0.7454995, 60.42],[-0.7464005, 60.4211],[-0.7464005, 60.4215],[-0.7460995, 60.4217],[-0.7450995, 60.4216],[-0.7443005, 60.4212],[-0.7430995, 60.4212],[-0.7426995, 60.4213],[-0.7395995, 60.4232],[-0.7378995, 60.4242],[-0.7360995, 60.4252],[-0.7343995, 60.4257],[-0.7335005, 60.4256],[-0.7326995000000002, 60.4254],[-0.7322995, 60.425],[-0.7322995, 60.4246],[-0.7326995000000002, 60.4243],[-0.7353995, 60.4237],[-0.7353995, 60.4235]]],[[[-0.8333995, 60.6598],[-0.8348995000000002, 60.6596],[-0.8362995000000002, 60.6599],[-0.8382995, 60.66],[-0.8395995, 60.6602],[-0.8414995, 60.6612],[-0.8428995, 60.6625],[-0.8430995, 60.6635],[-0.8422995, 60.6643],[-0.8396995000000002, 60.6648],[-0.8372995, 60.664],[-0.8353995, 60.6627],[-0.8331995, 60.661],[-0.8325995000000002, 60.6604],[-0.8326995, 60.6601],[-0.8333995, 60.6598]]],[[[-1.147001, 60.2393],[-1.146401, 60.2392],[-1.1457, 60.2392],[-1.144799, 60.2394],[-1.1443, 60.2395],[-1.143501, 60.2395],[-1.1432, 60.2393],[-1.1431, 60.2391],[-1.1432, 60.2389],[-1.143501, 60.2387],[-1.1458, 60.2375],[-1.149, 60.2363],[-1.1545, 60.2353],[-1.1558, 60.2353],[-1.156, 60.2355],[-1.1561, 60.2357],[-1.1561, 60.236],[-1.156, 60.2361],[-1.1558, 60.2363],[-1.154301, 60.2369],[-1.153901, 60.2372],[-1.1536, 60.2375],[-1.1532, 60.2382],[-1.151801, 60.2396],[-1.151, 60.2401],[-1.1502, 60.2403],[-1.149799, 60.2404],[-1.148901, 60.2404],[-1.1483, 60.2402],[-1.147699, 60.2398],[-1.1473, 60.2395],[-1.147001, 60.2393]]],[[[-1.357, 59.9551],[-1.3556, 59.9546],[-1.3544, 59.9546],[-1.3526, 59.9548],[-1.3514, 59.9546],[-1.3512, 59.9544],[-1.3512, 59.9540],[-1.351601, 59.9530],[-1.3521, 59.9518],[-1.3521, 59.9514],[-1.351001, 59.9505],[-1.351001, 59.9502],[-1.351099, 59.9498],[-1.3515, 59.9493],[-1.3519, 59.9491],[-1.3527, 59.9490],[-1.353799, 59.9492],[-1.3548, 59.9496],[-1.356201, 59.9501],[-1.3571, 59.9506],[-1.358, 59.9510],[-1.3593, 59.9512],[-1.3594, 59.9516],[-1.358999, 59.9523],[-1.358099, 59.9525],[-1.356601, 59.9523],[-1.3557, 59.9523],[-1.3555, 59.9526],[-1.3556, 59.9528],[-1.357, 59.9530],[-1.3573, 59.9533],[-1.3573, 59.9545],[-1.3573, 59.9547],[-1.357, 59.9551]]],[[[-1.331401, 60.1672],[-1.330299, 60.1664],[-1.329501, 60.1653],[-1.330299, 60.1651],[-1.3318, 60.1646],[-1.332399, 60.1641],[-1.3326, 60.1635],[-1.3325, 60.1627],[-1.3329, 60.1624],[-1.333901, 60.1625],[-1.3377, 60.1643],[-1.3385, 60.1648],[-1.3392, 60.1655],[-1.339599, 60.1665],[-1.3397, 60.1673],[-1.3394, 60.1677],[-1.338901, 60.1676],[-1.3369, 60.1666],[-1.336001, 60.1665],[-1.335, 60.1672],[-1.334, 60.1675],[-1.3329, 60.1678],[-1.332299, 60.1677],[-1.331401, 60.1672]]],[[[-0.9104995, 60.6418],[-0.9098995, 60.6417],[-0.9089005, 60.642],[-0.9080995000000002, 60.6423],[-0.9068995, 60.6423],[-0.9064005, 60.6419],[-0.9062995, 60.6411],[-0.9066005, 60.6393],[-0.9071995, 60.6383],[-0.9087995, 60.6371],[-0.9105995, 60.6366],[-0.9112995, 60.6367],[-0.9121995, 60.6373],[-0.9128995, 60.6399],[-0.9135005, 60.6417],[-0.9133995, 60.6423],[-0.9130995, 60.6425],[-0.9123995, 60.6425],[-0.9114995, 60.6423],[-0.9104995, 60.6418]]],[[[-0.8820005, 60.3385],[-0.8832995, 60.3376],[-0.8841995, 60.3375],[-0.8856995, 60.3379],[-0.8870995000000002, 60.3384],[-0.8881995, 60.3384],[-0.8883995, 60.3387],[-0.8877995, 60.3394],[-0.8866995, 60.3404],[-0.8845995, 60.3428],[-0.8832995, 60.3432],[-0.8814005000000003, 60.343],[-0.8808995, 60.3428],[-0.8805995, 60.3422],[-0.8803995, 60.3408],[-0.8808995, 60.3397],[-0.8820005, 60.3385]]],[[[-0.7949995000000002, 60.7321],[-0.7955995, 60.7319],[-0.7964995, 60.7322],[-0.7973995, 60.7329],[-0.7975995, 60.7333],[-0.7972995000000003, 60.7341],[-0.7958995, 60.7361],[-0.7953995, 60.7366],[-0.7943005, 60.7368],[-0.7935005, 60.7377],[-0.7922995000000002, 60.7387],[-0.7910995, 60.739],[-0.7896995, 60.7389],[-0.7893005, 60.7387],[-0.7891995000000002, 60.7384],[-0.7893005, 60.7383],[-0.7897995, 60.7379],[-0.7899995, 60.7373],[-0.7898995, 60.7367],[-0.7900995, 60.7364],[-0.7910005, 60.7361],[-0.7916995, 60.7361],[-0.7918995, 60.7359],[-0.7920005, 60.7356],[-0.7916005, 60.7353],[-0.7912995000000002, 60.7351],[-0.7912005, 60.7347],[-0.7912005, 60.7344],[-0.7916005, 60.734],[-0.7923995, 60.7338],[-0.7943995, 60.7334],[-0.7948995, 60.7333],[-0.7949995000000002, 60.7331],[-0.7947995, 60.7328],[-0.7945995, 60.7324],[-0.7949995000000002, 60.7321]]],[[[-1.1604, 59.9928],[-1.160699, 59.9928],[-1.1611, 59.9931],[-1.1615, 59.9937],[-1.1623, 59.9942],[-1.1646, 59.9950],[-1.1654, 59.9955],[-1.1654, 59.9959],[-1.1637, 59.9964],[-1.160699, 59.9967],[-1.158399, 59.9969],[-1.1559, 59.9971],[-1.1553, 59.9970],[-1.154999, 59.9966],[-1.154899, 59.9961],[-1.1551, 59.9957],[-1.1554, 59.9951],[-1.156299, 59.9945],[-1.1582, 59.9935],[-1.1594, 59.993],[-1.1604, 59.9928]]],[[[-1.542199, 60.3108],[-1.542899, 60.3101],[-1.545799, 60.3102],[-1.547099, 60.3102],[-1.548599, 60.3103],[-1.5496, 60.3106],[-1.5498, 60.3109],[-1.5498, 60.3112],[-1.5484, 60.3121],[-1.546499, 60.3130],[-1.5446, 60.3146],[-1.542799, 60.3147],[-1.5417, 60.3145],[-1.540799, 60.3133],[-1.5411, 60.3123],[-1.542199, 60.3108]]],[[[-1.319399, 60.2007],[-1.3183, 60.2005],[-1.3177, 60.2006],[-1.3156, 60.1992],[-1.315199, 60.1986],[-1.3153, 60.1979],[-1.3169, 60.1968],[-1.3175, 60.1968],[-1.317899, 60.1978],[-1.318501, 60.1988],[-1.3199, 60.1991],[-1.322399, 60.1985],[-1.3228, 60.1977],[-1.324, 60.1969],[-1.3254, 60.1966],[-1.3268, 60.1966],[-1.327999, 60.1967],[-1.327999, 60.1970],[-1.325899, 60.1974],[-1.3248, 60.1985],[-1.324, 60.1996],[-1.322299, 60.2000],[-1.3217, 60.2005],[-1.321001, 60.2011],[-1.3203, 60.2012],[-1.3198, 60.2010],[-1.319399, 60.2007]]],[[[-1.618999, 60.4709],[-1.6203, 60.4709],[-1.6214, 60.4716],[-1.6237, 60.4724],[-1.624501, 60.4736],[-1.624101, 60.4744],[-1.6236, 60.4748],[-1.6236, 60.4755],[-1.6231, 60.476],[-1.6223, 60.476],[-1.620399, 60.4753],[-1.6181, 60.4742],[-1.6177, 60.4737],[-1.6177, 60.4729],[-1.6181, 60.4718],[-1.618999, 60.4709]]],[[[-1.089599, 60.7363],[-1.0907, 60.7354],[-1.091699, 60.7352],[-1.092399, 60.7352],[-1.0933, 60.736],[-1.093701, 60.7358],[-1.093701, 60.7356],[-1.0944, 60.7349],[-1.095, 60.7346],[-1.0965, 60.7349],[-1.0971, 60.7352],[-1.097, 60.7355],[-1.0964, 60.7361],[-1.0957, 60.7365],[-1.095299, 60.7370],[-1.096001, 60.7373],[-1.098099, 60.7377],[-1.098099, 60.7381],[-1.096801, 60.7391],[-1.0962, 60.7392],[-1.094599, 60.7388],[-1.092399, 60.7380],[-1.089301, 60.7376],[-1.0891, 60.7371],[-1.089599, 60.7363]]],[[[-1.3268, 60.1838],[-1.3272, 60.1837],[-1.3275, 60.1839],[-1.3276, 60.1844],[-1.3272, 60.1849],[-1.327299, 60.1851],[-1.3279, 60.1853],[-1.3282, 60.1855],[-1.3283, 60.1858],[-1.328099, 60.1864],[-1.3275, 60.1879],[-1.3268, 60.1887],[-1.3261, 60.1890],[-1.322999, 60.1892],[-1.3225, 60.1892],[-1.322299, 60.1891],[-1.322199, 60.1889],[-1.322199, 60.1884],[-1.322199, 60.1879],[-1.322399, 60.1875],[-1.322999, 60.1867],[-1.3254, 60.1842],[-1.3268, 60.1838]]],[[[-1.365399, 60.0193],[-1.366001, 60.0192],[-1.3665, 60.0193],[-1.3673, 60.0197],[-1.3681, 60.0202],[-1.3692, 60.0207],[-1.3694, 60.0209],[-1.3694, 60.0211],[-1.3692, 60.0214],[-1.3678, 60.0216],[-1.367599, 60.0219],[-1.367599, 60.0221],[-1.3681, 60.0228],[-1.3692, 60.0235],[-1.3694, 60.0239],[-1.369501, 60.0243],[-1.3693, 60.0246],[-1.368901, 60.0249],[-1.3674, 60.0253],[-1.367, 60.0253],[-1.3664, 60.0248],[-1.364599, 60.0228],[-1.3643, 60.0222],[-1.3642, 60.0214],[-1.3643, 60.0200],[-1.364501, 60.0195],[-1.365399, 60.0193]]],[[[-1.132001, 60.4468],[-1.1337, 60.4465],[-1.135599, 60.4468],[-1.1357, 60.4473],[-1.1357, 60.4479],[-1.135, 60.4486],[-1.1323, 60.451],[-1.129799, 60.4521],[-1.129101, 60.4521],[-1.1287, 60.4519],[-1.128901, 60.4514],[-1.1296, 60.4507],[-1.13, 60.4491],[-1.1303, 60.4479],[-1.131099, 60.4473],[-1.132001, 60.4468]]],[[[-1.263, 60.5833],[-1.2621, 60.5832],[-1.2614, 60.5833],[-1.2611, 60.5832],[-1.2611, 60.583],[-1.261299, 60.5826],[-1.2616, 60.5821],[-1.2622, 60.5813],[-1.262599, 60.5806],[-1.2629, 60.5798],[-1.2632, 60.5794],[-1.263501, 60.5792],[-1.263999, 60.579],[-1.2643, 60.5789],[-1.2646, 60.5784],[-1.2651, 60.5781],[-1.265499, 60.5782],[-1.2661, 60.5786],[-1.266401, 60.5792],[-1.2666, 60.5799],[-1.2667, 60.5807],[-1.2665, 60.5812],[-1.266201, 60.5814],[-1.2654, 60.5816],[-1.265, 60.5818],[-1.265, 60.5822],[-1.2651, 60.5831],[-1.264799, 60.5837],[-1.2644, 60.584],[-1.2637, 60.584],[-1.263, 60.5833]]],[[[-1.6504, 60.3085],[-1.651201, 60.3085],[-1.652001, 60.3086],[-1.653, 60.3089],[-1.6538, 60.3095],[-1.654, 60.3104],[-1.6537, 60.3112],[-1.653399, 60.3119],[-1.653, 60.3121],[-1.651201, 60.3119],[-1.6495, 60.3118],[-1.6486, 60.3114],[-1.6481, 60.3109],[-1.6481, 60.3104],[-1.6483, 60.3095],[-1.6486, 60.3090],[-1.6495, 60.3086],[-1.6504, 60.3085]]],[[[-1.040799, 60.4521],[-1.0424, 60.4518],[-1.043501, 60.4523],[-1.0438, 60.4532],[-1.0431, 60.4545],[-1.042199, 60.4556],[-1.041299, 60.456],[-1.039899, 60.4558],[-1.0384, 60.4551],[-1.038, 60.4544],[-1.038, 60.4538],[-1.0383, 60.4534],[-1.039101, 60.4529],[-1.0397, 60.4526],[-1.040799, 60.4521]]],[[[-1.329301, 59.8684],[-1.3299, 59.8683],[-1.3307, 59.8684],[-1.3315, 59.8686],[-1.332, 59.8688],[-1.332399, 59.8694],[-1.332299, 59.8700],[-1.332, 59.8705],[-1.331401, 59.8709],[-1.3306, 59.8709],[-1.330199, 59.8711],[-1.330099, 59.8715],[-1.330199, 59.8721],[-1.330099, 59.8725],[-1.328799, 59.8727],[-1.3282, 59.8726],[-1.327, 59.8722],[-1.326601, 59.8718],[-1.326401, 59.8715],[-1.326499, 59.871],[-1.3271, 59.8705],[-1.3279, 59.8702],[-1.327999, 59.8699],[-1.3277, 59.8694],[-1.3279, 59.8691],[-1.3279, 59.8686],[-1.3282, 59.8684],[-1.328701, 59.8684],[-1.329301, 59.8684]]],[[[-1.102, 60.4773],[-1.103299, 60.4772],[-1.1043, 60.4776],[-1.104599, 60.4782],[-1.104599, 60.479],[-1.1043, 60.4798],[-1.103701, 60.4805],[-1.102499, 60.4816],[-1.101001, 60.4816],[-1.100299, 60.4807],[-1.0998, 60.4797],[-1.0998, 60.4788],[-1.1, 60.4781],[-1.1006, 60.4777],[-1.101099, 60.4774],[-1.102, 60.4773]]],[[[-1.7429, 60.3339],[-1.743999, 60.3338],[-1.745499, 60.334],[-1.7464, 60.3341],[-1.747001, 60.3344],[-1.7474, 60.3349],[-1.7473, 60.3355],[-1.7487, 60.3366],[-1.7486, 60.3369],[-1.7478, 60.3373],[-1.7467, 60.3372],[-1.7451, 60.3368],[-1.743, 60.3364],[-1.7414, 60.3351],[-1.741201, 60.3347],[-1.7414, 60.3344],[-1.742, 60.3341],[-1.7429, 60.3339]]],[[[-1.3509, 60.1414],[-1.348799, 60.141],[-1.346801, 60.1413],[-1.346099, 60.141],[-1.3458, 60.1408],[-1.345399, 60.1405],[-1.345299, 60.1399],[-1.345399, 60.1395],[-1.345899, 60.1391],[-1.347, 60.1389],[-1.349501, 60.1387],[-1.351099, 60.1389],[-1.352, 60.1394],[-1.3523, 60.1399],[-1.3523, 60.1403],[-1.351699, 60.1411],[-1.3509, 60.1414]]],[[[-1.3269, 60.1348],[-1.3275, 60.1346],[-1.327999, 60.1348],[-1.327999, 60.1351],[-1.327399, 60.1358],[-1.3269, 60.1366],[-1.326601, 60.1373],[-1.326499, 60.1383],[-1.326699, 60.1391],[-1.327299, 60.1399],[-1.3275, 60.1405],[-1.3271, 60.1411],[-1.3268, 60.1413],[-1.326401, 60.1414],[-1.325899, 60.1415],[-1.3254, 60.1413],[-1.3249, 60.1409],[-1.324301, 60.1396],[-1.324301, 60.1384],[-1.325, 60.1368],[-1.3255, 60.1357],[-1.325799, 60.1353],[-1.3262, 60.1351],[-1.3269, 60.1348]]],[[[-1.420699, 60.4096],[-1.423, 60.4095],[-1.4254, 60.4105],[-1.425699, 60.4108],[-1.425799, 60.4111],[-1.4254, 60.4114],[-1.423701, 60.4116],[-1.421201, 60.4124],[-1.4188, 60.4118],[-1.4184, 60.4112],[-1.4189, 60.4102],[-1.420699, 60.4096]]],[[[-1.4232, 60.4066],[-1.4238, 60.4065],[-1.4248, 60.407],[-1.4268, 60.4077],[-1.427199, 60.4078],[-1.4277, 60.408],[-1.427899, 60.4082],[-1.427899, 60.4085],[-1.427199, 60.409],[-1.427099, 60.4093],[-1.427199, 60.4094],[-1.429101, 60.4096],[-1.429399, 60.4098],[-1.4296, 60.4101],[-1.429, 60.4106],[-1.4283, 60.4107],[-1.4267, 60.4104],[-1.425699, 60.4099],[-1.424399, 60.409],[-1.4231, 60.4083],[-1.422099, 60.4078],[-1.422199, 60.4072],[-1.4232, 60.4066]]],[[[-1.299199, 60.6509],[-1.3004, 60.6509],[-1.301601, 60.651],[-1.3027, 60.6516],[-1.303701, 60.6521],[-1.303599, 60.6525],[-1.3031, 60.6527],[-1.3019, 60.6529],[-1.3013, 60.653],[-1.3005, 60.6541],[-1.2995, 60.6542],[-1.2983, 60.6534],[-1.297799, 60.6528],[-1.2977, 60.652],[-1.297799, 60.6513],[-1.2982, 60.6509],[-1.299199, 60.6509]]],[[[-1.353799, 60.1236],[-1.355, 60.1232],[-1.3556, 60.1234],[-1.3558, 60.1238],[-1.3558, 60.1247],[-1.3563, 60.1250],[-1.3579, 60.1256],[-1.3584, 60.1262],[-1.3584, 60.1267],[-1.3579, 60.1272],[-1.353999, 60.1269],[-1.3536, 60.1262],[-1.3535, 60.1256],[-1.3535, 60.1251],[-1.353, 60.1245],[-1.353, 60.1241],[-1.353799, 60.1236]]],[[[-0.8562005, 60.3384],[-0.8571995, 60.3382],[-0.8581995, 60.3383],[-0.8587995, 60.3386],[-0.8589005, 60.3392],[-0.8587995, 60.3398],[-0.8577995, 60.3408],[-0.8564005, 60.3415],[-0.8549995, 60.3417],[-0.8541005, 60.3417],[-0.8535005, 60.3416],[-0.8530995, 60.3412],[-0.8533995, 60.3408],[-0.8554995, 60.3389],[-0.8562005, 60.3384]]],[[[-1.128999, 60.2061],[-1.1308, 60.2061],[-1.1321, 60.2063],[-1.1328, 60.2065],[-1.1332, 60.2069],[-1.133399, 60.2072],[-1.133299, 60.2076],[-1.1331, 60.2079],[-1.1328, 60.2081],[-1.1317, 60.2083],[-1.127699, 60.2078],[-1.1253, 60.2071],[-1.1258, 60.2068],[-1.1271, 60.2064],[-1.128999, 60.2061]]],[[[-1.369501, 60.1302],[-1.3701, 60.1297],[-1.3715, 60.1288],[-1.3721, 60.1288],[-1.3731, 60.1291],[-1.3744, 60.1291],[-1.3758, 60.1290],[-1.376801, 60.1291],[-1.377499, 60.1294],[-1.378, 60.1297],[-1.378299, 60.1299],[-1.378299, 60.1303],[-1.3781, 60.1305],[-1.377699, 60.1308],[-1.3767, 60.1310],[-1.376099, 60.1309],[-1.3749, 60.1306],[-1.3738, 60.1301],[-1.3728, 60.1300],[-1.371801, 60.1302],[-1.3709, 60.1309],[-1.3703, 60.1310],[-1.369699, 60.1309],[-1.369501, 60.1306],[-1.369501, 60.1302]]],[[[-0.8985005, 60.3626],[-0.9004995, 60.3626],[-0.9007995, 60.3633],[-0.9002995, 60.3638],[-0.8991995, 60.3645],[-0.8978995, 60.3651],[-0.8970005000000002, 60.3654],[-0.8951995, 60.3656],[-0.8939005, 60.3649],[-0.8939995, 60.3646],[-0.8950995, 60.3636],[-0.8976995, 60.3631],[-0.8985005, 60.3626]]],[[[-1.0669, 60.3506],[-1.067999, 60.3505],[-1.068599, 60.3508],[-1.069301, 60.3514],[-1.069, 60.3527],[-1.068599, 60.3531],[-1.0677, 60.3543],[-1.067001, 60.3547],[-1.066499, 60.3547],[-1.065799, 60.3541],[-1.0654, 60.3532],[-1.0654, 60.352],[-1.0657, 60.3514],[-1.0669, 60.3506]]],[[[-1.0669, 60.1915],[-1.0674, 60.1908],[-1.0682, 60.1905],[-1.069301, 60.1910],[-1.070899, 60.1913],[-1.0718, 60.1912],[-1.072399, 60.1914],[-1.0727, 60.1917],[-1.0726, 60.1923],[-1.072199, 60.1927],[-1.070799, 60.1930],[-1.068599, 60.1934],[-1.068099, 60.1934],[-1.0674, 60.1931],[-1.0669, 60.1922],[-1.0669, 60.1915]]],[[[-1.481801, 60.3139],[-1.4828, 60.3139],[-1.483999, 60.3140],[-1.486801, 60.3146],[-1.4884, 60.3156],[-1.4892, 60.3161],[-1.488999, 60.3164],[-1.488701, 60.3165],[-1.4879, 60.3165],[-1.4864, 60.3163],[-1.4822, 60.3153],[-1.4815, 60.3148],[-1.4815, 60.3141],[-1.481801, 60.3139]]],[[[-0.7570005, 60.8295],[-0.7575995, 60.8295],[-0.7581995, 60.8297],[-0.7585995, 60.8299],[-0.7589005, 60.8303],[-0.7589995, 60.8307],[-0.7589005, 60.8309],[-0.7587005, 60.8312],[-0.7581995, 60.8318],[-0.7575995, 60.8322],[-0.7572995, 60.8323],[-0.7551995, 60.8327],[-0.7541995, 60.8326],[-0.7537995, 60.8325],[-0.7530995, 60.8322],[-0.7529995000000002, 60.8321],[-0.7530995, 60.8319],[-0.7532995, 60.8318],[-0.7537005, 60.8317],[-0.7546995000000002, 60.8316],[-0.7548995, 60.8315],[-0.7550995, 60.8312],[-0.7551995, 60.8308],[-0.7555995, 60.8301],[-0.7560995, 60.8297],[-0.7570005, 60.8295]]],[[[-1.375, 60.156],[-1.3764, 60.1555],[-1.376801, 60.1553],[-1.3772, 60.1552],[-1.377699, 60.1552],[-1.3779, 60.1555],[-1.378299, 60.1557],[-1.3786, 60.1557],[-1.378901, 60.1559],[-1.378901, 60.156],[-1.378901, 60.1563],[-1.3781, 60.1568],[-1.3781, 60.157],[-1.378299, 60.1572],[-1.3786, 60.1575],[-1.3786, 60.1577],[-1.378299, 60.1578],[-1.3771, 60.1579],[-1.376201, 60.1582],[-1.3746, 60.1587],[-1.3743, 60.1585],[-1.3743, 60.1572],[-1.373999, 60.1566],[-1.375, 60.156]]],[[[-1.488901, 60.3229],[-1.488299, 60.3227],[-1.4877, 60.3229],[-1.487, 60.3229],[-1.4865, 60.3225],[-1.486201, 60.3221],[-1.485399, 60.3215],[-1.4852, 60.3212],[-1.4857, 60.321],[-1.4871, 60.3209],[-1.4879, 60.3206],[-1.4888, 60.3207],[-1.49, 60.3211],[-1.4909, 60.3215],[-1.4915, 60.3217],[-1.4917, 60.3219],[-1.4917, 60.3222],[-1.4915, 60.3226],[-1.4909, 60.3230],[-1.489599, 60.3231],[-1.488901, 60.3229]]],[[[-0.8974995, 60.6324],[-0.8989995, 60.6323],[-0.8996995, 60.6327],[-0.8997995, 60.6330],[-0.8995995000000002, 60.6332],[-0.8978995, 60.6342],[-0.8970005000000002, 60.635],[-0.8956995, 60.6353],[-0.8950995, 60.6352],[-0.8946995, 60.6348],[-0.8947995, 60.6345],[-0.8949995, 60.6342],[-0.8948995000000002, 60.6335],[-0.8945995, 60.6332],[-0.8945995, 60.6328],[-0.8957995, 60.6326],[-0.8974995, 60.6324]]],[[[-0.9414995, 60.6451],[-0.9396995, 60.6449],[-0.9383995, 60.6452],[-0.9375995, 60.6454],[-0.9368005, 60.6451],[-0.9368005, 60.6447],[-0.9371995, 60.644],[-0.9380995, 60.6436],[-0.9396995, 60.6437],[-0.9414995, 60.6437],[-0.9432995, 60.6442],[-0.9439005, 60.6445],[-0.9443995, 60.6449],[-0.9443995, 60.6452],[-0.9441005, 60.6455],[-0.9431995, 60.6455],[-0.9414995, 60.6451]]],[[[-1.1482, 60.4278],[-1.1488, 60.4277],[-1.1515, 60.4281],[-1.1529, 60.4285],[-1.1531, 60.4286],[-1.1533, 60.4288],[-1.1533, 60.4293],[-1.1532, 60.4295],[-1.1526, 60.4299],[-1.152001, 60.4301],[-1.150599, 60.4302],[-1.1501, 60.4301],[-1.149199, 60.4299],[-1.1487, 60.4295],[-1.148501, 60.4293],[-1.148, 60.4287],[-1.147799, 60.4283],[-1.148, 60.4279],[-1.1482, 60.4278]]],[[[-1.6256, 60.4698],[-1.6265, 60.4695],[-1.627599, 60.4702],[-1.628, 60.4715],[-1.6286, 60.4721],[-1.6286, 60.4727],[-1.628, 60.4734],[-1.6272, 60.4736],[-1.6265, 60.4736],[-1.6263, 60.4732],[-1.626001, 60.4721],[-1.6258, 60.4714],[-1.6244, 60.4712],[-1.6244, 60.4709],[-1.6244, 60.4704],[-1.6256, 60.4698]]],[[[-0.8002995, 60.3954],[-0.8010995000000002, 60.3954],[-0.8018005, 60.3955],[-0.8022995, 60.3958],[-0.8023995000000002, 60.3965],[-0.8014005, 60.3977],[-0.8003995000000002, 60.3981],[-0.7983995000000002, 60.3981],[-0.7977995, 60.3976],[-0.7975995, 60.3971],[-0.7976995, 60.3966],[-0.7985995, 60.3961],[-0.7993995000000002, 60.3957],[-0.8002995, 60.3954]]],[[[-0.7247995, 60.4240],[-0.7264005, 60.4240],[-0.7271995, 60.4242],[-0.7273995, 60.4244],[-0.7275995, 60.4248],[-0.7275995, 60.4251],[-0.7273995, 60.4255],[-0.7270995, 60.4258],[-0.7266995, 60.426],[-0.7260995, 60.4262],[-0.7245995, 60.4262],[-0.7232995, 60.426],[-0.7225995, 60.4256],[-0.7224995, 60.4253],[-0.7224995, 60.4248],[-0.7225995, 60.4246],[-0.7229995, 60.4243],[-0.7247995, 60.4240]]],[[[-1.5476, 60.3073],[-1.549101, 60.3073],[-1.5505, 60.3075],[-1.5509, 60.3076],[-1.551201, 60.3078],[-1.5513, 60.3081],[-1.551201, 60.3089],[-1.550799, 60.3094],[-1.5505, 60.3096],[-1.5498, 60.3097],[-1.5482, 60.3094],[-1.5466, 60.3090],[-1.5463, 60.3086],[-1.5466, 60.3081],[-1.547099, 60.3075],[-1.5476, 60.3073]]],[[[-1.098099, 60.1827],[-1.1006, 60.1818],[-1.101601, 60.182],[-1.102399, 60.1827],[-1.1023, 60.1833],[-1.1019, 60.1836],[-1.1009, 60.1841],[-1.0998, 60.1843],[-1.0979, 60.1840],[-1.096699, 60.1837],[-1.096699, 60.1834],[-1.0971, 60.1831],[-1.098099, 60.1827]]],[[[-1.314399, 59.8494],[-1.3155, 59.8493],[-1.315899, 59.8496],[-1.3162, 59.8498],[-1.315899, 59.8501],[-1.314501, 59.8509],[-1.314301, 59.8513],[-1.314101, 59.8522],[-1.313599, 59.8526],[-1.3131, 59.8524],[-1.312899, 59.852],[-1.3125, 59.8516],[-1.3119, 59.8514],[-1.3112, 59.8511],[-1.3111, 59.8508],[-1.3113, 59.8505],[-1.311601, 59.85],[-1.312999, 59.8496],[-1.314399, 59.8494]]],[[[-0.9373995, 60.7831],[-0.9366995, 60.783],[-0.9355995, 60.7835],[-0.9349995, 60.7836],[-0.9346995, 60.7833],[-0.9348995, 60.7829],[-0.9352995, 60.7827],[-0.9353995, 60.7824],[-0.9347995, 60.7822],[-0.9345995, 60.7819],[-0.9346995, 60.7816],[-0.9360005, 60.7816],[-0.9364995000000002, 60.7814],[-0.9374995000000003, 60.7812],[-0.9379995, 60.7816],[-0.9393005, 60.782],[-0.9397995, 60.7831],[-0.9395995, 60.7835],[-0.9393005, 60.7837],[-0.9387995, 60.7837],[-0.9379995, 60.7833],[-0.9373995, 60.7831]]],[[[-0.8935005, 60.3667],[-0.8949995, 60.3664],[-0.8953995, 60.3666],[-0.8954995, 60.367],[-0.8952995, 60.3673],[-0.8949995, 60.3677],[-0.8937005, 60.3685],[-0.8923995, 60.3692],[-0.8916005, 60.3694],[-0.8908995, 60.3693],[-0.8905995, 60.3687],[-0.8912005, 60.3678],[-0.8916995, 60.3672],[-0.8935005, 60.3667]]],[[[-1.3749, 60.1260],[-1.3753, 60.1260],[-1.376001, 60.1261],[-1.376601, 60.1264],[-1.3767, 60.1269],[-1.376801, 60.1276],[-1.3767, 60.1281],[-1.3764, 60.1283],[-1.3757, 60.1284],[-1.3749, 60.1284],[-1.373999, 60.1282],[-1.3735, 60.1279],[-1.3728, 60.1274],[-1.372699, 60.1270],[-1.3736, 60.1263],[-1.3749, 60.1260]]],[[[-1.8089, 60.3720],[-1.8096, 60.3719],[-1.810099, 60.3723],[-1.8105, 60.3735],[-1.8113, 60.3742],[-1.8124, 60.3743],[-1.8127, 60.3747],[-1.8127, 60.3750],[-1.812001, 60.3753],[-1.8106, 60.3752],[-1.809301, 60.3747],[-1.808701, 60.3745],[-1.8082, 60.3741],[-1.8082, 60.3737],[-1.808501, 60.3732],[-1.808701, 60.3725],[-1.8089, 60.3720]]],[[[-1.075799, 60.1903],[-1.078901, 60.1895],[-1.079501, 60.1896],[-1.079501, 60.1901],[-1.0791, 60.1907],[-1.0783, 60.1914],[-1.0776, 60.1916],[-1.076699, 60.1917],[-1.0741, 60.1917],[-1.074, 60.1915],[-1.0741, 60.1913],[-1.0746, 60.1908],[-1.075799, 60.1903]]],[[[-0.9058995, 60.3572],[-0.9070995000000002, 60.3565],[-0.9077995, 60.3566],[-0.9081995, 60.3567],[-0.9080995000000002, 60.357],[-0.9074995, 60.3576],[-0.9070005, 60.358],[-0.9060005, 60.3588],[-0.9055995, 60.359],[-0.9039995, 60.359],[-0.9032995000000003, 60.3587],[-0.9027995, 60.3584],[-0.9026995, 60.3578],[-0.9031995, 60.3577],[-0.9043005, 60.3575],[-0.9058995, 60.3572]]],[[[-0.9082995, 60.3872],[-0.9116995, 60.3855],[-0.9122995, 60.3858],[-0.9126995, 60.3861],[-0.9127995, 60.3865],[-0.9124995, 60.3873],[-0.9107995000000002, 60.3881],[-0.9091995, 60.3879],[-0.9080995000000002, 60.3876],[-0.9082995, 60.3872]]],[[[-0.8697995, 60.8553],[-0.8712995, 60.8553],[-0.8716995, 60.8557],[-0.8716005000000002, 60.8561],[-0.8710005, 60.8565],[-0.8699995, 60.8566],[-0.8689005, 60.8571],[-0.8676995, 60.8576],[-0.8668995, 60.8576],[-0.8668005, 60.8572],[-0.8675995, 60.856],[-0.8680995000000002, 60.8555],[-0.8683995, 60.8553],[-0.8697995, 60.8553]]],[[[-1.0482, 60.3654],[-1.049, 60.3654],[-1.0496, 60.3656],[-1.049899, 60.3658],[-1.049999, 60.3663],[-1.0497, 60.3672],[-1.0488, 60.3682],[-1.0476, 60.3683],[-1.047099, 60.3678],[-1.0469, 60.3674],[-1.047001, 60.3668],[-1.047199, 60.3663],[-1.047799, 60.3656],[-1.0482, 60.3654]]],[[[-1.549999, 60.1888],[-1.5511, 60.1888],[-1.5519, 60.1892],[-1.552199, 60.1896],[-1.5525, 60.1904],[-1.552199, 60.1912],[-1.5518, 60.1914],[-1.551201, 60.1915],[-1.5503, 60.1913],[-1.5499, 60.1910],[-1.5495, 60.1905],[-1.549399, 60.1899],[-1.5495, 60.1889],[-1.549999, 60.1888]]],[[[-1.086401, 60.2488],[-1.0871, 60.2486],[-1.088199, 60.2487],[-1.089301, 60.2491],[-1.089599, 60.2495],[-1.0897, 60.2500],[-1.0891, 60.2505],[-1.087999, 60.2509],[-1.0872, 60.2508],[-1.0865, 60.2507],[-1.0862, 60.2503],[-1.0862, 60.2499],[-1.0861, 60.2494],[-1.0861, 60.2491],[-1.086401, 60.2488]]],[[[-1.2062, 60.5826],[-1.2068, 60.5826],[-1.2077, 60.5833],[-1.207999, 60.5839],[-1.2082, 60.5849],[-1.2082, 60.5859],[-1.2079, 60.586],[-1.2075, 60.5859],[-1.206401, 60.5851],[-1.2056, 60.584],[-1.2055, 60.5833],[-1.205799, 60.5827],[-1.2062, 60.5826]]],[[[-0.7937995, 60.4061],[-0.7930995, 60.406],[-0.7920995, 60.4061],[-0.7914005, 60.406],[-0.7910995, 60.4055],[-0.7914995, 60.4049],[-0.7918005, 60.4046],[-0.7922995000000002, 60.4044],[-0.7926995, 60.4043],[-0.7931995, 60.4043],[-0.7935005, 60.4044],[-0.7941005, 60.4047],[-0.7949995000000002, 60.4055],[-0.7955995, 60.406],[-0.7955995, 60.4063],[-0.7951995, 60.4065],[-0.7945005, 60.4063],[-0.7937995, 60.4061]]],[[[-0.8724995, 60.8526],[-0.8732995, 60.8526],[-0.8735005, 60.8529],[-0.8733995, 60.8533],[-0.8729995, 60.8539],[-0.8722995, 60.8545],[-0.8718995000000002, 60.8545],[-0.8706995, 60.8543],[-0.8695995, 60.8541],[-0.8687995, 60.8539],[-0.8687005, 60.8538],[-0.8691005, 60.8533],[-0.8706995, 60.853],[-0.8724995, 60.8526]]],[[[-0.8598995, 60.4399],[-0.8599995, 60.4399],[-0.8607995, 60.4400],[-0.8612995, 60.4404],[-0.8616005, 60.4407],[-0.8616005, 60.4412],[-0.8610995, 60.4419],[-0.8595005, 60.4421],[-0.8589005, 60.4421],[-0.8582995000000002, 60.4417],[-0.8580995, 60.4413],[-0.8582995000000002, 60.4408],[-0.8587005, 60.4404],[-0.8598995, 60.4399]]],[[[-1.077299, 60.3036],[-1.0775, 60.3036],[-1.0784, 60.3039],[-1.078799, 60.3043],[-1.079, 60.3046],[-1.078901, 60.3049],[-1.078799, 60.3051],[-1.078099, 60.3051],[-1.076699, 60.3052],[-1.0756, 60.3053],[-1.075, 60.3050],[-1.0748, 60.3048],[-1.0748, 60.3043],[-1.075099, 60.3038],[-1.075799, 60.3036],[-1.076601, 60.3036],[-1.077299, 60.3036]]],[[[-1.339599, 59.9632],[-1.3404, 59.9632],[-1.340899, 59.9633],[-1.3412, 59.9635],[-1.341401, 59.9638],[-1.3415, 59.9642],[-1.3413, 59.9647],[-1.3408, 59.9653],[-1.3401, 59.9657],[-1.339599, 59.9656],[-1.338701, 59.9650],[-1.338199, 59.9644],[-1.3384, 59.964],[-1.3391, 59.9634],[-1.339599, 59.9632]]],[[[-1.451699, 60.4449],[-1.452399, 60.4449],[-1.4527, 60.4451],[-1.4529, 60.4456],[-1.4519, 60.4465],[-1.449399, 60.4468],[-1.4486, 60.4464],[-1.4486, 60.4461],[-1.449301, 60.4456],[-1.45, 60.4452],[-1.4506, 60.4450],[-1.451699, 60.4449]]],[[[-0.9045995, 60.3250],[-0.9048995, 60.3250],[-0.9051995, 60.3251],[-0.9052995, 60.3253],[-0.9052995, 60.3258],[-0.9054995, 60.3260],[-0.9055995, 60.3265],[-0.9047995, 60.3269],[-0.9037995, 60.3275],[-0.9030995, 60.3278],[-0.9020995, 60.3278],[-0.9020005, 60.3275],[-0.9022995, 60.327],[-0.9029995, 60.3266],[-0.9032995000000003, 60.3260],[-0.9035005000000002, 60.3257],[-0.9039995, 60.3252],[-0.9045995, 60.3250]]],[[[-1.329501, 60.0200],[-1.330099, 60.0200],[-1.3305, 60.0202],[-1.3307, 60.0204],[-1.3306, 60.0207],[-1.330199, 60.0212],[-1.329, 60.022],[-1.327399, 60.022],[-1.3269, 60.0216],[-1.3269, 60.0212],[-1.3271, 60.0209],[-1.3278, 60.0205],[-1.328701, 60.0201],[-1.329501, 60.0200]]],[[[-1.312199, 60.1243],[-1.3134, 60.1243],[-1.3138, 60.1244],[-1.314101, 60.1246],[-1.3142, 60.1249],[-1.313701, 60.1255],[-1.3127, 60.1262],[-1.3119, 60.1264],[-1.3112, 60.1262],[-1.310799, 60.1260],[-1.3106, 60.1257],[-1.310699, 60.1252],[-1.3111, 60.1247],[-1.312199, 60.1243]]],[[[-1.3199, 60.2041],[-1.3211, 60.2040],[-1.321401, 60.2041],[-1.3217, 60.2045],[-1.3217, 60.2049],[-1.321401, 60.2054],[-1.320899, 60.2059],[-1.3203, 60.2060],[-1.319399, 60.2061],[-1.3184, 60.2061],[-1.3183, 60.2055],[-1.318701, 60.2049],[-1.319301, 60.2044],[-1.3199, 60.2041]]],[[[-1.598799, 60.468],[-1.5999, 60.4678],[-1.6008, 60.4684],[-1.601001, 60.4697],[-1.600399, 60.4701],[-1.5994, 60.4702],[-1.598799, 60.4698],[-1.598199, 60.4692],[-1.598199, 60.4686],[-1.598799, 60.468]]],[[[-1.3558, 59.9667],[-1.357, 59.9666],[-1.3584, 59.9671],[-1.3586, 59.9676],[-1.3585, 59.9679],[-1.357499, 59.9681],[-1.356001, 59.9681],[-1.3543, 59.9676],[-1.3541, 59.9674],[-1.3543, 59.9671],[-1.3549, 59.9669],[-1.3558, 59.9667]]],[[[-1.0201, 60.3718],[-1.0215, 60.3717],[-1.021899, 60.3718],[-1.0223, 60.3719],[-1.0223, 60.3725],[-1.022099, 60.3729],[-1.021401, 60.3732],[-1.020499, 60.3734],[-1.0194, 60.3734],[-1.0188, 60.3731],[-1.0187, 60.3725],[-1.018901, 60.3722],[-1.0193, 60.3720],[-1.0201, 60.3718]]],[[[-0.8768995000000002, 60.8510],[-0.8771995, 60.8510],[-0.8773995, 60.8512],[-0.8773995, 60.8518],[-0.8771995, 60.8522],[-0.8751995000000002, 60.8540],[-0.8746995, 60.8541],[-0.8745005, 60.8541],[-0.8743005, 60.8538],[-0.8743995, 60.8536],[-0.8745995, 60.853],[-0.8749995, 60.8526],[-0.8760995, 60.8511],[-0.8762995, 60.8510],[-0.8768995000000002, 60.8510]]],[[[-1.507001, 60.1605],[-1.51, 60.1604],[-1.5101, 60.1606],[-1.51, 60.1609],[-1.5096, 60.1611],[-1.5093, 60.1612],[-1.508999, 60.1615],[-1.5087, 60.1618],[-1.508501, 60.1621],[-1.5082, 60.1624],[-1.507599, 60.1624],[-1.5071, 60.1623],[-1.506801, 60.162],[-1.5066, 60.1616],[-1.5067, 60.1607],[-1.507001, 60.1605]]],[[[-1.364699, 60.1858],[-1.365399, 60.1858],[-1.3657, 60.1861],[-1.366099, 60.1867],[-1.366001, 60.1874],[-1.365299, 60.1882],[-1.364501, 60.1883],[-1.3638, 60.1878],[-1.363701, 60.1871],[-1.363701, 60.1865],[-1.363999, 60.1862],[-1.364699, 60.1858]]],[[[-1.6259, 60.2105],[-1.626801, 60.2104],[-1.6278, 60.2109],[-1.629501, 60.2113],[-1.630499, 60.2118],[-1.630599, 60.2119],[-1.6302, 60.2122],[-1.6294, 60.2123],[-1.6279, 60.2123],[-1.626801, 60.2116],[-1.6259, 60.2107],[-1.6259, 60.2105]]],[[[-0.7735995, 60.6169],[-0.7714995, 60.6166],[-0.7706995, 60.6166],[-0.7698995, 60.6163],[-0.7697995, 60.6160],[-0.7699995, 60.6157],[-0.7703995, 60.6155],[-0.7710995, 60.6154],[-0.7724995, 60.6155],[-0.7732995, 60.6158],[-0.7741005000000002, 60.6163],[-0.7743995, 60.6166],[-0.7741005000000002, 60.6169],[-0.7735995, 60.6169]]],[[[-1.138299, 60.2429],[-1.1401, 60.2429],[-1.1404, 60.2431],[-1.140499, 60.2434],[-1.1403, 60.2437],[-1.1401, 60.2438],[-1.1394, 60.2441],[-1.138501, 60.2443],[-1.1374, 60.2442],[-1.1367, 60.2441],[-1.1364, 60.2439],[-1.1364, 60.2436],[-1.1365, 60.2433],[-1.1366, 60.2432],[-1.136801, 60.2431],[-1.138299, 60.2429]]],[[[-0.8355995000000002, 60.7164],[-0.8372995, 60.7164],[-0.8391995, 60.7169],[-0.8391995, 60.7173],[-0.8389005, 60.7176],[-0.8385005, 60.7177],[-0.8364995, 60.7177],[-0.8350995, 60.7172],[-0.8350995, 60.7169],[-0.8355995000000002, 60.7164]]],[[[-1.129501, 60.2741],[-1.1302, 60.2741],[-1.130599, 60.2743],[-1.1309, 60.2746],[-1.131201, 60.275],[-1.131201, 60.2754],[-1.131099, 60.2757],[-1.1308, 60.2759],[-1.130399, 60.2761],[-1.1296, 60.2761],[-1.1288, 60.276],[-1.1286, 60.2755],[-1.1286, 60.275],[-1.1287, 60.2746],[-1.129101, 60.2744],[-1.129501, 60.2741]]],[[[-1.514799, 60.4646],[-1.5151, 60.4642],[-1.516201, 60.4643],[-1.517099, 60.4647],[-1.5175, 60.4652],[-1.5174, 60.4658],[-1.5167, 60.4661],[-1.5153, 60.466],[-1.514799, 60.4656],[-1.5146, 60.4651],[-1.514799, 60.4646]]],[[[-1.1229, 60.3321],[-1.1238, 60.3321],[-1.1246, 60.3325],[-1.125, 60.3329],[-1.125, 60.3333],[-1.124799, 60.3336],[-1.124101, 60.3337],[-1.122699, 60.3335],[-1.121899, 60.333],[-1.121801, 60.3326],[-1.1221, 60.3321],[-1.1229, 60.3321]]],[[[-1.445199, 60.3187],[-1.447001, 60.3187],[-1.447999, 60.3193],[-1.4482, 60.3196],[-1.4482, 60.3198],[-1.447999, 60.3200],[-1.4475, 60.3200],[-1.446601, 60.3200],[-1.445199, 60.3199],[-1.4447, 60.3197],[-1.444501, 60.3193],[-1.445199, 60.3187]]],[[[-1.493299, 60.3224],[-1.493701, 60.3223],[-1.4942, 60.3225],[-1.493999, 60.3229],[-1.493901, 60.3235],[-1.4943, 60.3239],[-1.4943, 60.3243],[-1.493999, 60.3246],[-1.4931, 60.3246],[-1.4924, 60.3246],[-1.491899, 60.3243],[-1.491801, 60.324],[-1.4924, 60.3233],[-1.4927, 60.3229],[-1.4931, 60.3226],[-1.493299, 60.3224]]],[[[-0.7314005000000002, 60.4205],[-0.7321995, 60.4204],[-0.7329995, 60.4205],[-0.7332995, 60.4208],[-0.7332995, 60.421],[-0.7329995, 60.4214],[-0.7326995000000002, 60.4217],[-0.7320005, 60.422],[-0.7312005, 60.4222],[-0.7304995, 60.422],[-0.7302995000000002, 60.4216],[-0.7303995, 60.4212],[-0.7307995, 60.4207],[-0.7314005000000002, 60.4205]]],[[[-1.472, 60.5630],[-1.4723, 60.5629],[-1.4742, 60.5631],[-1.4748, 60.5633],[-1.475, 60.5635],[-1.4751, 60.5638],[-1.4749, 60.5643],[-1.474699, 60.5645],[-1.4744, 60.5646],[-1.4735, 60.5645],[-1.472499, 60.5638],[-1.472, 60.5632],[-1.472, 60.5630]]],[[[-1.3692, 60.1318],[-1.37, 60.1318],[-1.370499, 60.1319],[-1.371099, 60.1321],[-1.3714, 60.1323],[-1.371601, 60.1325],[-1.3717, 60.1326],[-1.3715, 60.1328],[-1.3708, 60.1330],[-1.3703, 60.1331],[-1.3694, 60.1333],[-1.368999, 60.1333],[-1.3688, 60.1333],[-1.3686, 60.1329],[-1.3686, 60.1323],[-1.368701, 60.1319],[-1.3692, 60.1318]]],[[[-0.7520995, 60.833],[-0.7528995, 60.8326],[-0.7545005, 60.8329],[-0.7555995, 60.833],[-0.7564005, 60.8329],[-0.7568995, 60.8331],[-0.7568005, 60.8333],[-0.7564995, 60.8335],[-0.7553995, 60.8337],[-0.7539005, 60.8337],[-0.7529995000000002, 60.8336],[-0.7520005, 60.8332],[-0.7520995, 60.833]]],[[[-0.7910005, 60.4024],[-0.7916005, 60.4021],[-0.7929995, 60.4022],[-0.7935995000000002, 60.4024],[-0.7937005, 60.4029],[-0.7932995000000002, 60.4035],[-0.7929995, 60.4036],[-0.7924995, 60.4037],[-0.7916995, 60.4038],[-0.7914005, 60.4033],[-0.7910995, 60.4027],[-0.7910005, 60.4024]]],[[[-1.302999, 60.1441],[-1.304399, 60.1437],[-1.305799, 60.1438],[-1.306201, 60.144],[-1.3063, 60.1443],[-1.305799, 60.1447],[-1.304399, 60.1449],[-1.302999, 60.1449],[-1.3027, 60.1448],[-1.3026, 60.1446],[-1.302999, 60.1441]]],[[[-1.381899, 60.1608],[-1.3825, 60.1608],[-1.382699, 60.1611],[-1.382699, 60.1614],[-1.3824, 60.1619],[-1.381201, 60.1624],[-1.38, 60.1622],[-1.3793, 60.162],[-1.3793, 60.1617],[-1.3801, 60.1616],[-1.3808, 60.1613],[-1.3815, 60.1608],[-1.381899, 60.1608]]],[[[-1.052899, 60.3671],[-1.053501, 60.3669],[-1.054301, 60.367],[-1.054999, 60.3671],[-1.0553, 60.3672],[-1.0556, 60.3673],[-1.0556, 60.3675],[-1.0555, 60.3677],[-1.055099, 60.3679],[-1.0545, 60.3681],[-1.053599, 60.3682],[-1.0525, 60.368],[-1.052199, 60.3679],[-1.052099, 60.3676],[-1.0524, 60.3673],[-1.052899, 60.3671]]],[[[-1.3714, 60.1729],[-1.3722, 60.1729],[-1.372499, 60.1732],[-1.372599, 60.1736],[-1.3724, 60.1741],[-1.372001, 60.1745],[-1.371201, 60.1747],[-1.3707, 60.1745],[-1.3703, 60.1742],[-1.3701, 60.1739],[-1.3703, 60.1735],[-1.3714, 60.1729]]],[[[-1.3376, 60.1107],[-1.3384, 60.1107],[-1.3392, 60.1108],[-1.339599, 60.111],[-1.3394, 60.1113],[-1.3384, 60.1117],[-1.3377, 60.1118],[-1.336801, 60.1118],[-1.3361, 60.1117],[-1.335899, 60.1113],[-1.336001, 60.1111],[-1.336401, 60.1109],[-1.3376, 60.1107]]],[[[-0.8756995, 60.6551],[-0.8764995, 60.6551],[-0.8774995, 60.6556],[-0.8778995000000002, 60.6559],[-0.8778995000000002, 60.6563],[-0.8773995, 60.6568],[-0.8766005, 60.6567],[-0.8753995, 60.6562],[-0.8753995, 60.6555],[-0.8756995, 60.6551]]],[[[-1.3901, 60.1969],[-1.3907, 60.1965],[-1.391299, 60.1966],[-1.3916, 60.1969],[-1.3916, 60.1977],[-1.391299, 60.1984],[-1.391001, 60.1987],[-1.3907, 60.1989],[-1.3902, 60.1987],[-1.39, 60.1982],[-1.39, 60.1974],[-1.3901, 60.1969]]],[[[-1.3556, 59.9803],[-1.356201, 59.9803],[-1.3563, 59.9804],[-1.3564, 59.9807],[-1.356201, 59.9811],[-1.355299, 59.9815],[-1.353799, 59.9817],[-1.353199, 59.9817],[-1.3529, 59.9816],[-1.3528, 59.9815],[-1.3529, 59.9813],[-1.3534, 59.9811],[-1.3541, 59.9808],[-1.3549, 59.9805],[-1.3556, 59.9803]]],[[[-1.170099, 60.0342],[-1.171, 60.0342],[-1.1719, 60.0344],[-1.172799, 60.0348],[-1.1733, 60.0351],[-1.1734, 60.0353],[-1.1731, 60.0355],[-1.172001, 60.0355],[-1.1713, 60.0353],[-1.170699, 60.0351],[-1.1698, 60.0345],[-1.170099, 60.0342]]],[[[-0.9301995, 60.77],[-0.9308995, 60.77],[-0.9318005, 60.7702],[-0.9320005, 60.7704],[-0.9320005, 60.7707],[-0.9316005, 60.771],[-0.9312005000000002, 60.7715],[-0.9307995, 60.7715],[-0.9302995, 60.7715],[-0.9295005, 60.7711],[-0.9295005, 60.7709],[-0.9297995, 60.7705],[-0.9301995, 60.77]]],[[[-1.359599, 60.0534],[-1.361201, 60.0533],[-1.361699, 60.0534],[-1.361899, 60.0538],[-1.3615, 60.0541],[-1.3601, 60.0544],[-1.358901, 60.0543],[-1.3585, 60.054],[-1.358701, 60.0536],[-1.359599, 60.0534]]],[[[-1.5962, 60.5475],[-1.597399, 60.5475],[-1.5979, 60.5476],[-1.598099, 60.5477],[-1.598099, 60.548],[-1.5978, 60.5482],[-1.5969, 60.5485],[-1.5964, 60.5486],[-1.595899, 60.5486],[-1.595299, 60.5484],[-1.595, 60.5482],[-1.5949, 60.548],[-1.595, 60.5477],[-1.595299, 60.5476],[-1.5962, 60.5475]]],[[[-1.4533, 60.4427],[-1.453799, 60.4427],[-1.454399, 60.443],[-1.454399, 60.4433],[-1.454301, 60.4437],[-1.4536, 60.4440],[-1.452999, 60.4441],[-1.452, 60.4441],[-1.451699, 60.4441],[-1.451699, 60.4437],[-1.452, 60.4434],[-1.4529, 60.4429],[-1.4533, 60.4427]]],[[[-1.3709, 60.1255],[-1.3715, 60.1255],[-1.371801, 60.1257],[-1.372001, 60.1260],[-1.371899, 60.1265],[-1.371001, 60.1269],[-1.370399, 60.1270],[-1.3699, 60.1268],[-1.369699, 60.1267],[-1.369599, 60.1262],[-1.369799, 60.1258],[-1.3709, 60.1255]]],[[[-1.2652, 59.8750],[-1.266001, 59.8750],[-1.2661, 59.8754],[-1.2658, 59.8761],[-1.264799, 59.8765],[-1.263999, 59.8765],[-1.2636, 59.8763],[-1.2637, 59.8757],[-1.2644, 59.8753],[-1.2652, 59.8750]]],[[[-1.3738, 60.1746],[-1.3746, 60.1744],[-1.3752, 60.1746],[-1.376001, 60.1751],[-1.3763, 60.1753],[-1.3764, 60.1755],[-1.376201, 60.1757],[-1.374799, 60.1758],[-1.3737, 60.1755],[-1.3736, 60.1752],[-1.3738, 60.1746]]],[[[-1.471099, 60.1554],[-1.471699, 60.1552],[-1.473, 60.1553],[-1.473799, 60.1554],[-1.473799, 60.1557],[-1.473701, 60.1559],[-1.4734, 60.1561],[-1.4726, 60.1564],[-1.471601, 60.1564],[-1.471099, 60.1561],[-1.471001, 60.1556],[-1.471099, 60.1554]]],[[[-1.3602, 59.9724],[-1.3606, 59.9722],[-1.361699, 59.9723],[-1.3621, 59.9725],[-1.362499, 59.9728],[-1.362599, 59.973],[-1.3624, 59.9734],[-1.3613, 59.9736],[-1.3607, 59.9735],[-1.360299, 59.9733],[-1.3601, 59.9728],[-1.3602, 59.9724]]],[[[-1.3749, 60.1217],[-1.3757, 60.1217],[-1.3758, 60.1220],[-1.3756, 60.1225],[-1.3751, 60.1232],[-1.374101, 60.1234],[-1.3736, 60.1231],[-1.3736, 60.1226],[-1.373999, 60.1222],[-1.3744, 60.1219],[-1.3749, 60.1217]]],[[[-1.3851, 60.3778],[-1.3857, 60.3778],[-1.3864, 60.3779],[-1.3871, 60.3782],[-1.3874, 60.3786],[-1.387699, 60.3790],[-1.3875, 60.3793],[-1.3872, 60.3793],[-1.386201, 60.3790],[-1.3853, 60.3785],[-1.384799, 60.3782],[-1.384799, 60.3779],[-1.3851, 60.3778]]],[[[-0.8412005, 60.4188],[-0.8420995, 60.4187],[-0.8422995, 60.4191],[-0.8420995, 60.4196],[-0.8414005, 60.42],[-0.8397995, 60.4199],[-0.8395005, 60.4198],[-0.8395005, 60.4194],[-0.8402995, 60.4191],[-0.8412005, 60.4188]]],[[[-1.2033, 60.6065],[-1.204301, 60.6063],[-1.205, 60.6064],[-1.205199, 60.6070],[-1.204599, 60.6074],[-1.203901, 60.6075],[-1.2027, 60.6074],[-1.2025, 60.6069],[-1.2033, 60.6065]]],[[[-0.7579995, 60.4337],[-0.7587005, 60.4337],[-0.7593005, 60.4339],[-0.7593995, 60.4340],[-0.7593995, 60.4343],[-0.7591005, 60.4346],[-0.7587005, 60.4349],[-0.7577995, 60.4350],[-0.7572995, 60.4349],[-0.7571995, 60.4346],[-0.7572995, 60.4342],[-0.7574995, 60.4340],[-0.7579995, 60.4337]]],[[[-0.7862005, 60.5751],[-0.7868995, 60.5751],[-0.7872995, 60.5755],[-0.7872995, 60.576],[-0.7870005, 60.5762],[-0.7860005, 60.5762],[-0.7850995, 60.576],[-0.7849995, 60.5757],[-0.7850995, 60.5755],[-0.7854995, 60.5752],[-0.7862005, 60.5751]]],[[[-1.8128, 60.3758],[-1.8133, 60.3758],[-1.8138, 60.3759],[-1.813701, 60.3762],[-1.8128, 60.3767],[-1.8125, 60.3772],[-1.8118, 60.3772],[-1.8113, 60.3770],[-1.8113, 60.3766],[-1.8117, 60.3762],[-1.8128, 60.3758]]],[[[-1.4859, 60.5493],[-1.486099, 60.5493],[-1.486801, 60.5495],[-1.4877, 60.5498],[-1.4879, 60.5501],[-1.4879, 60.5504],[-1.4877, 60.5507],[-1.4873, 60.5509],[-1.486801, 60.5509],[-1.4863, 60.5505],[-1.486201, 60.55],[-1.4859, 60.5495],[-1.4859, 60.5493]]],[[[-0.8526995, 60.4402],[-0.8530995, 60.4402],[-0.8537005, 60.4403],[-0.8539995, 60.4405],[-0.8539995, 60.4407],[-0.8537995, 60.4410],[-0.8528995, 60.4414],[-0.8523995, 60.4415],[-0.8518995, 60.4415],[-0.8518005, 60.4413],[-0.8518005, 60.4411],[-0.8520005000000002, 60.4407],[-0.8522995, 60.4404],[-0.8526995, 60.4402]]],[[[-1.507001, 60.46],[-1.508, 60.4598],[-1.5087, 60.4599],[-1.509101, 60.4603],[-1.508999, 60.4606],[-1.508299, 60.4608],[-1.506801, 60.4607],[-1.5064, 60.4605],[-1.5066, 60.4601],[-1.507001, 60.46]]],[[[-1.309101, 60.6619],[-1.310099, 60.6619],[-1.3118, 60.662],[-1.312299, 60.6622],[-1.312299, 60.6624],[-1.3121, 60.6626],[-1.3113, 60.6627],[-1.3103, 60.6626],[-1.309399, 60.6624],[-1.309, 60.6621],[-1.309101, 60.6619]]],[[[-0.8777995, 60.3431],[-0.8785005, 60.3431],[-0.8795005, 60.3433],[-0.8796995, 60.3435],[-0.8796995, 60.3438],[-0.8795005, 60.3441],[-0.8789995000000002, 60.3442],[-0.8780995, 60.3441],[-0.8774995, 60.3438],[-0.8774995, 60.3435],[-0.8777995, 60.3431]]],[[[-1.3068, 60.6376],[-1.3077, 60.6375],[-1.3082, 60.6377],[-1.3083, 60.6379],[-1.3083, 60.6382],[-1.3076, 60.6385],[-1.307199, 60.6386],[-1.3069, 60.6386],[-1.306401, 60.6385],[-1.3061, 60.6383],[-1.306, 60.638],[-1.306201, 60.6377],[-1.3068, 60.6376]]],[[[-1.311401, 60.6558],[-1.3118, 60.6557],[-1.3126, 60.6558],[-1.312899, 60.656],[-1.312899, 60.6562],[-1.3128, 60.6566],[-1.3124, 60.6569],[-1.3119, 60.657],[-1.311401, 60.657],[-1.3112, 60.6569],[-1.3111, 60.6565],[-1.3111, 60.6561],[-1.311401, 60.6558]]],[[[-1.124101, 60.2768],[-1.124799, 60.2768],[-1.1253, 60.277],[-1.1253, 60.2773],[-1.1251, 60.2775],[-1.1246, 60.2778],[-1.1235, 60.2779],[-1.123, 60.2778],[-1.123, 60.2776],[-1.123, 60.2774],[-1.1236, 60.277],[-1.124101, 60.2768]]],[[[-1.3457, 59.9898],[-1.3464, 59.9898],[-1.346601, 59.99],[-1.3465, 59.9904],[-1.3463, 59.9908],[-1.346001, 59.9909],[-1.3456, 59.991],[-1.345299, 59.991],[-1.3449, 59.9909],[-1.3447, 59.9905],[-1.3447, 59.9901],[-1.3448, 59.99],[-1.345, 59.9899],[-1.3457, 59.9898]]],[[[-0.7518005, 60.8361],[-0.7524995, 60.836],[-0.7531995, 60.8362],[-0.7535995, 60.8363],[-0.7541995, 60.8364],[-0.7543005, 60.8365],[-0.7543005, 60.8367],[-0.7541005, 60.8369],[-0.7537005, 60.837],[-0.7526995, 60.8369],[-0.7521995, 60.8368],[-0.7516995, 60.8366],[-0.7516995, 60.8362],[-0.7518005, 60.8361]]],[[[-1.320799, 59.8704],[-1.3212, 59.8703],[-1.322199, 59.8704],[-1.3225, 59.8709],[-1.322299, 59.8711],[-1.322199, 59.8712],[-1.3218, 59.8714],[-1.320799, 59.8714],[-1.3205, 59.8711],[-1.3205, 59.8709],[-1.3205, 59.8706],[-1.320799, 59.8704]]],[[[-1.4749, 60.1536],[-1.4755, 60.1536],[-1.4756, 60.154],[-1.475299, 60.1543],[-1.474599, 60.1548],[-1.4744, 60.1549],[-1.4742, 60.1549],[-1.473799, 60.1548],[-1.473701, 60.1545],[-1.4736, 60.1543],[-1.4742, 60.1538],[-1.4749, 60.1536]]],[[[-1.2632, 60.5562],[-1.2637, 60.5561],[-1.2643, 60.5562],[-1.264699, 60.5564],[-1.264699, 60.5567],[-1.2646, 60.5570],[-1.2643, 60.5573],[-1.263399, 60.5573],[-1.2631, 60.5570],[-1.263, 60.5566],[-1.2632, 60.5562]]],[[[-1.5394, 60.1798],[-1.539899, 60.1797],[-1.5403, 60.1798],[-1.5405, 60.1801],[-1.540599, 60.1804],[-1.5404, 60.1807],[-1.5397, 60.1809],[-1.539101, 60.1809],[-1.5389, 60.1807],[-1.5388, 60.1805],[-1.5389, 60.1802],[-1.5394, 60.1798]]],[[[-0.7845995, 60.5792],[-0.7854995, 60.5792],[-0.7862005, 60.5798],[-0.7860005, 60.5802],[-0.7853995, 60.5804],[-0.7846995, 60.58],[-0.7841005, 60.5796],[-0.7841995, 60.5794],[-0.7845995, 60.5792]]],[[[-0.8080995, 60.396],[-0.8085005, 60.396],[-0.8087995, 60.3963],[-0.8087995, 60.3966],[-0.8083995, 60.3968],[-0.8071995000000002, 60.397],[-0.8068005, 60.397],[-0.8066995, 60.3969],[-0.8066005000000002, 60.3967],[-0.8068005, 60.3964],[-0.8074995, 60.3961],[-0.8080995, 60.396]]],[[[-1.163501, 60.6522],[-1.164, 60.6519],[-1.1648, 60.6521],[-1.164899, 60.6524],[-1.164899, 60.6528],[-1.1647, 60.653],[-1.1638, 60.6532],[-1.163501, 60.653],[-1.1634, 60.6527],[-1.163501, 60.6522]]],[[[-1.271401, 59.8519],[-1.272699, 59.8517],[-1.273, 59.8521],[-1.273, 59.8524],[-1.2724, 59.8528],[-1.2717, 59.8528],[-1.271201, 59.8524],[-1.271401, 59.8519]]],[[[-0.9133995, 60.6337],[-0.9139995, 60.6337],[-0.9143005000000002, 60.634],[-0.9139995, 60.6343],[-0.9132995, 60.6346],[-0.9124995, 60.6347],[-0.9120995, 60.6347],[-0.9120005, 60.6345],[-0.9121995, 60.6343],[-0.9124995, 60.634],[-0.9133995, 60.6337]]],[[[-1.3133, 60.6588],[-1.3142, 60.6588],[-1.3147, 60.659],[-1.3148, 60.6591],[-1.3149, 60.6594],[-1.3148, 60.6596],[-1.3139, 60.6597],[-1.3134, 60.6596],[-1.312999, 60.6594],[-1.312999, 60.6591],[-1.3133, 60.6588]]],[[[-1.347499, 59.9657],[-1.348, 59.9657],[-1.348199, 59.966],[-1.348199, 59.9663],[-1.348, 59.9668],[-1.347499, 59.9671],[-1.3471, 59.9671],[-1.346801, 59.9669],[-1.3469, 59.9665],[-1.3473, 59.966],[-1.347499, 59.9657]]],[[[-1.477, 60.2875],[-1.4778, 60.287],[-1.478299, 60.2874],[-1.4786, 60.2878],[-1.478199, 60.2884],[-1.477399, 60.2882],[-1.477, 60.2875]]],[[[-1.2271, 60.0304],[-1.2277, 60.0302],[-1.228199, 60.0303],[-1.228299, 60.0306],[-1.228199, 60.031],[-1.2279, 60.0314],[-1.227499, 60.0314],[-1.2271, 60.0313],[-1.2269, 60.0309],[-1.2269, 60.0307],[-1.2271, 60.0304]]],[[[-1.048501, 60.3739],[-1.0489, 60.3738],[-1.0497, 60.3740],[-1.049999, 60.3742],[-1.050099, 60.3745],[-1.049999, 60.3748],[-1.0495, 60.3749],[-1.0489, 60.3748],[-1.048599, 60.3745],[-1.048501, 60.3739]]],[[[-1.008399, 60.1320],[-1.0087, 60.1320],[-1.008999, 60.1321],[-1.009101, 60.1322],[-1.009101, 60.1323],[-1.0086, 60.1328],[-1.0078, 60.1331],[-1.0075, 60.1331],[-1.0074, 60.1329],[-1.0074, 60.1328],[-1.0075, 60.1325],[-1.007599, 60.1323],[-1.008, 60.1321],[-1.008399, 60.1320]]],[[[-0.9362995, 60.7461],[-0.9366005, 60.7460],[-0.9370005, 60.7461],[-0.9375995, 60.7463],[-0.9375995, 60.7466],[-0.9374995000000003, 60.7470],[-0.9371995, 60.7471],[-0.9366995, 60.7470],[-0.9362995, 60.7468],[-0.9362995, 60.7463],[-0.9362995, 60.7461]]],[[[-0.8787995, 60.8503],[-0.8796995, 60.8503],[-0.8797995, 60.8505],[-0.8796995, 60.8509],[-0.8791005000000002, 60.8512],[-0.8785005, 60.8513],[-0.8782995, 60.8512],[-0.8782995, 60.8508],[-0.8787995, 60.8503]]],[[[-1.3708, 59.926],[-1.371099, 59.9259],[-1.371899, 59.926],[-1.372499, 59.9261],[-1.372699, 59.9263],[-1.372699, 59.9264],[-1.372599, 59.9265],[-1.3722, 59.9266],[-1.371801, 59.9267],[-1.3713, 59.9266],[-1.3707, 59.9263],[-1.3706, 59.9261],[-1.3708, 59.926]]],[[[-0.8129995, 60.3939],[-0.8135995, 60.3938],[-0.8141995, 60.3939],[-0.8141995, 60.3943],[-0.8139995, 60.3945],[-0.8135995, 60.3946],[-0.8127995, 60.3946],[-0.8124995, 60.3945],[-0.8124995, 60.3944],[-0.8124995, 60.3942],[-0.8127995, 60.394],[-0.8129995, 60.3939]]],[[[-1.1515, 60.2409],[-1.151801, 60.2409],[-1.1525, 60.2410],[-1.1529, 60.2411],[-1.1531, 60.2413],[-1.1532, 60.2415],[-1.1531, 60.2417],[-1.152699, 60.2418],[-1.1517, 60.2415],[-1.151401, 60.2413],[-1.151401, 60.2411],[-1.1515, 60.2409]]],[[[-1.3817, 59.8962],[-1.382001, 59.8962],[-1.382699, 59.8963],[-1.3829, 59.8965],[-1.3829, 59.8969],[-1.382599, 59.8971],[-1.3822, 59.8971],[-1.381801, 59.897],[-1.3816, 59.8969],[-1.3814, 59.8966],[-1.3815, 59.8964],[-1.3817, 59.8962]]],[[[-1.382001, 59.8897],[-1.3823, 59.8896],[-1.3828, 59.8897],[-1.3831, 59.8899],[-1.3832, 59.8901],[-1.3831, 59.8905],[-1.3829, 59.8907],[-1.3825, 59.8907],[-1.3823, 59.8906],[-1.382001, 59.8903],[-1.381899, 59.8900],[-1.382001, 59.8897]]],[[[-1.6213, 60.2057],[-1.621801, 60.2055],[-1.6229, 60.2059],[-1.6229, 60.2063],[-1.6224, 60.2065],[-1.6213, 60.2061],[-1.6213, 60.2057]]],[[[-1.3542, 59.9756],[-1.3549, 59.9756],[-1.3551, 59.9757],[-1.3551, 59.9759],[-1.3549, 59.9761],[-1.354699, 59.9762],[-1.353799, 59.9762],[-1.353099, 59.9762],[-1.353, 59.9761],[-1.353099, 59.9759],[-1.3534, 59.9757],[-1.3542, 59.9756]]],[[[-1.301401, 60.5875],[-1.3017, 60.5872],[-1.302001, 60.5873],[-1.3024, 60.5874],[-1.3027, 60.5877],[-1.3026, 60.5881],[-1.302099, 60.5883],[-1.3017, 60.5882],[-1.3013, 60.5879],[-1.301401, 60.5875]]],[[[-0.9066005, 60.6299],[-0.9076995, 60.6298],[-0.9077995, 60.6300],[-0.9076995, 60.6303],[-0.9068005000000002, 60.6306],[-0.9062005, 60.6306],[-0.9060005, 60.6305],[-0.9060995, 60.6301],[-0.9066005, 60.6299]]],[[[-1.3082, 60.653],[-1.308599, 60.6529],[-1.309101, 60.6531],[-1.309301, 60.6532],[-1.309501, 60.6534],[-1.309501, 60.6536],[-1.309301, 60.6538],[-1.3089, 60.6538],[-1.308599, 60.6537],[-1.3082, 60.6534],[-1.3082, 60.653]]],[[[-0.8568005, 60.8612],[-0.8571995, 60.8608],[-0.8582995000000002, 60.8611],[-0.8581995, 60.8615],[-0.8577995, 60.8615],[-0.8568005, 60.8615],[-0.8568005, 60.8612]]],[[[-0.9324995, 60.7712],[-0.9330995, 60.7712],[-0.9333995, 60.7715],[-0.9335005, 60.7718],[-0.9331995, 60.772],[-0.9324995, 60.7719],[-0.9322995, 60.7717],[-0.9322995, 60.7714],[-0.9324995, 60.7712]]],[[[-0.9835995, 60.3050],[-0.9837995, 60.3050],[-0.9843005, 60.3052],[-0.9845005, 60.3054],[-0.9845005, 60.3057],[-0.9843005, 60.3058],[-0.9839005, 60.3058],[-0.9835995, 60.3056],[-0.9832995, 60.3052],[-0.9832995, 60.3051],[-0.9833995, 60.3050],[-0.9835995, 60.3050]]],[[[-1.3082, 59.8552],[-1.308599, 59.8552],[-1.3088, 59.8553],[-1.3088, 59.8555],[-1.3082, 59.856],[-1.3077, 59.8561],[-1.3075, 59.8559],[-1.3077, 59.8557],[-1.3082, 59.8552]]],[[[-0.9332995, 60.7836],[-0.9335995, 60.7835],[-0.9341005, 60.7837],[-0.9343005, 60.784],[-0.9339995, 60.7842],[-0.9335995, 60.7842],[-0.9330995, 60.784],[-0.9332995, 60.7836]]],[[[-1.310699, 59.8551],[-1.3112, 59.8551],[-1.311401, 59.8552],[-1.311499, 59.8554],[-1.3113, 59.8556],[-1.3106, 59.8556],[-1.3103, 59.8555],[-1.3104, 59.8552],[-1.310699, 59.8551]]]]}, properties:{name:"Shetland Islands"}}, {type:"Feature", geometry:{type:"MultiPolygon", coordinates:[[[[-3.4707, 55.7721],[-3.4684, 55.7703],[-3.4644, 55.7678],[-3.45860, 55.7657],[-3.456899, 55.7649],[-3.4551, 55.7629],[-3.453399, 55.7597],[-3.449399, 55.7499],[-3.448501, 55.7486],[-3.440799, 55.745],[-3.440599, 55.7446],[-3.440599, 55.7438],[-3.4425, 55.7413],[-3.4426, 55.7406],[-3.4426, 55.7402],[-3.4407, 55.7368],[-3.4396, 55.7354],[-3.4386, 55.7347],[-3.434799, 55.7338],[-3.43230, 55.7333],[-3.432199, 55.7328],[-3.432199, 55.7321],[-3.4324, 55.7314],[-3.4328, 55.7308],[-3.436201, 55.7275],[-3.4374, 55.7268],[-3.437599, 55.7263],[-3.4374, 55.7257],[-3.436899, 55.7252],[-3.4353, 55.7247],[-3.4328, 55.7238],[-3.431, 55.7230],[-3.4274, 55.7214],[-3.4217, 55.7176],[-3.4086, 55.7142],[-3.404799, 55.7141],[-3.4028, 55.7144],[-3.401299, 55.7148],[-3.3994, 55.7157],[-3.396801, 55.7174],[-3.3954, 55.7176],[-3.394799, 55.7176],[-3.3942, 55.7172],[-3.394, 55.7167],[-3.393901, 55.7158],[-3.3977, 55.7094],[-3.399301, 55.7066],[-3.4001, 55.7053],[-3.400599, 55.7047],[-3.401401, 55.7041],[-3.403701, 55.7032],[-3.40510, 55.7025],[-3.406801, 55.7014],[-3.4109, 55.6982],[-3.4203, 55.6918],[-3.4226, 55.6901],[-3.433599, 55.6833],[-3.439699, 55.6797],[-3.4428, 55.6778],[-3.444799, 55.6752],[-3.4509, 55.6723],[-3.451699, 55.6718],[-3.45230, 55.6711],[-3.4528, 55.6702],[-3.453, 55.6657],[-3.453399, 55.6647],[-3.45460, 55.6641],[-3.456001, 55.6634],[-3.457599, 55.6629],[-3.465199, 55.6615],[-3.46660, 55.6609],[-3.467799, 55.6602],[-3.4691, 55.6592],[-3.4732, 55.6555],[-3.4756, 55.6531],[-3.479599, 55.6501],[-3.48090, 55.6492],[-3.481499, 55.648],[-3.4813, 55.6456],[-3.481601, 55.6437],[-3.481801, 55.6431],[-3.482199, 55.6426],[-3.48300, 55.6419],[-3.486601, 55.6396],[-3.487299, 55.6386],[-3.487799, 55.6369],[-3.487999, 55.6361],[-3.487799, 55.6347],[-3.487299, 55.6341],[-3.485899, 55.6332],[-3.4844, 55.6327],[-3.4804, 55.6325],[-3.478199, 55.6327],[-3.476001, 55.6333],[-3.474999, 55.6334],[-3.47460, 55.633],[-3.47480, 55.6321],[-3.4751, 55.6309],[-3.4768, 55.6271],[-3.4784, 55.6245],[-3.479899, 55.6224],[-3.4802, 55.6214],[-3.4802, 55.6207],[-3.47880, 55.6185],[-3.477999, 55.6172],[-3.4783, 55.6167],[-3.4791, 55.6165],[-3.4834, 55.6161],[-3.48890, 55.6161],[-3.4909, 55.6159],[-3.4927, 55.6157],[-3.4965, 55.6149],[-3.5129, 55.6135],[-3.5291, 55.6129],[-3.52990, 55.6126],[-3.530299, 55.6123],[-3.5308, 55.6107],[-3.531001, 55.6093],[-3.531001, 55.6086],[-3.5306, 55.6079],[-3.5265, 55.6047],[-3.52550, 55.6036],[-3.5246, 55.6023],[-3.523799, 55.6009],[-3.523799, 55.6006],[-3.523999, 55.6005],[-3.525199, 55.6004],[-3.526099, 55.6002],[-3.526401, 55.5999],[-3.526401, 55.5996],[-3.525899, 55.5986],[-3.5244, 55.5969],[-3.523299, 55.5957],[-3.519599, 55.5929],[-3.516601, 55.5911],[-3.5151, 55.5907],[-3.5134, 55.5906],[-3.5102, 55.5907],[-3.508199, 55.5903],[-3.5076, 55.5894],[-3.5076, 55.5857],[-3.507699, 55.5815],[-3.50740, 55.5795],[-3.5068, 55.5783],[-3.5058, 55.5775],[-3.5028, 55.576],[-3.500799, 55.5747],[-3.4956, 55.5696],[-3.491601, 55.5669],[-3.48700, 55.5643],[-3.486601, 55.5638],[-3.4867, 55.5635],[-3.48720, 55.5629],[-3.490499, 55.5613],[-3.4913, 55.5609],[-3.492001, 55.5603],[-3.4925, 55.5596],[-3.493599, 55.5569],[-3.493999, 55.5563],[-3.494501, 55.5555],[-3.4956, 55.5548],[-3.498399, 55.5536],[-3.500799, 55.5520],[-3.501699, 55.5511],[-3.501801, 55.5503],[-3.501601, 55.5494],[-3.4968, 55.5413],[-3.4958, 55.5389],[-3.495399, 55.5371],[-3.494999, 55.5353],[-3.4948, 55.5341],[-3.494501, 55.5331],[-3.4942, 55.5323],[-3.491899, 55.5298],[-3.491499, 55.5287],[-3.491499, 55.528],[-3.491899, 55.5258],[-3.491699, 55.5247],[-3.49100, 55.5243],[-3.489799, 55.5242],[-3.4879, 55.5235],[-3.48720, 55.5229],[-3.485899, 55.5216],[-3.48490, 55.5203],[-3.4844, 55.5188],[-3.484301, 55.5176],[-3.4846, 55.5171],[-3.4855, 55.5167],[-3.491499, 55.5163],[-3.495199, 55.5156],[-3.4999, 55.5141],[-3.5014, 55.5134],[-3.50320, 55.5124],[-3.5044, 55.5113],[-3.506001, 55.5089],[-3.507, 55.5066],[-3.509399, 55.5034],[-3.510299, 55.5019],[-3.510499, 55.5003],[-3.5106, 55.4985],[-3.5107, 55.495],[-3.511001, 55.4942],[-3.511801, 55.4929],[-3.513099, 55.4922],[-3.5181, 55.4911],[-3.52, 55.4904],[-3.520299, 55.4900],[-3.5206, 55.4889],[-3.5208, 55.4877],[-3.5208, 55.4872],[-3.5204, 55.4862],[-3.5188, 55.4841],[-3.516099, 55.4813],[-3.515899, 55.4808],[-3.516001, 55.4798],[-3.5165, 55.4788],[-3.5168, 55.4785],[-3.517699, 55.4774],[-3.517999, 55.4764],[-3.518701, 55.4732],[-3.519, 55.4727],[-3.519399, 55.4721],[-3.521699, 55.4706],[-3.5227, 55.4691],[-3.52340, 55.4675],[-3.523299, 55.4655],[-3.522599, 55.4637],[-3.522799, 55.4632],[-3.52550, 55.4622],[-3.527699, 55.4622],[-3.528399, 55.4616],[-3.5286, 55.4612],[-3.528399, 55.4605],[-3.527299, 55.4591],[-3.527, 55.458],[-3.5269, 55.4571],[-3.5272, 55.4561],[-3.527499, 55.4551],[-3.528, 55.4545],[-3.5301, 55.4535],[-3.530699, 55.4533],[-3.532001, 55.4527],[-3.5327, 55.4517],[-3.5332, 55.4508],[-3.533999, 55.4467],[-3.5348, 55.4452],[-3.536601, 55.4431],[-3.537199, 55.4421],[-3.5374, 55.4407],[-3.5374, 55.4388],[-3.5373, 55.4377],[-3.5369, 55.4369],[-3.535, 55.4357],[-3.526401, 55.4335],[-3.5227, 55.4332],[-3.522001, 55.4329],[-3.5216, 55.4323],[-3.5216, 55.4304],[-3.5216, 55.4294],[-3.5209, 55.4286],[-3.519799, 55.4278],[-3.5192, 55.4275],[-3.5158, 55.4255],[-3.513999, 55.4243],[-3.513299, 55.4236],[-3.5134, 55.4231],[-3.513901, 55.4222],[-3.5137, 55.4215],[-3.511699, 55.4194],[-3.509599, 55.4174],[-3.50530, 55.4136],[-3.52220, 55.4052],[-3.52830, 55.403],[-3.532599, 55.4019],[-3.5357, 55.4013],[-3.5425, 55.3986],[-3.546499, 55.3967],[-3.54780, 55.3959],[-3.5493, 55.3947],[-3.551001, 55.3927],[-3.552999, 55.3894],[-3.554199, 55.3887],[-3.562001, 55.388],[-3.566601, 55.3879],[-3.5676, 55.3878],[-3.568799, 55.3876],[-3.570699, 55.3871],[-3.573999, 55.3864],[-3.57520, 55.3858],[-3.576, 55.3851],[-3.576699, 55.3842],[-3.577001, 55.3831],[-3.576801, 55.3824],[-3.576499, 55.3817],[-3.5757, 55.3806],[-3.57480, 55.3798],[-3.572299, 55.3782],[-3.5713, 55.3772],[-3.5715, 55.3768],[-3.5732, 55.3758],[-3.574399, 55.3746],[-3.574899, 55.3733],[-3.57520, 55.3728],[-3.57500, 55.3721],[-3.574199, 55.3716],[-3.573501, 55.3715],[-3.570699, 55.3705],[-3.5696, 55.3699],[-3.568599, 55.3689],[-3.568599, 55.3682],[-3.568599, 55.3674],[-3.568799, 55.3668],[-3.57010, 55.3653],[-3.5718, 55.3639],[-3.574399, 55.3612],[-3.574899, 55.3603],[-3.574899, 55.3597],[-3.574899, 55.3592],[-3.574399, 55.3588],[-3.572001, 55.3581],[-3.5693, 55.3573],[-3.568901, 55.3570],[-3.568901, 55.3566],[-3.5696, 55.3555],[-3.572001, 55.3526],[-3.573501, 55.3506],[-3.574501, 55.3499],[-3.575599, 55.3495],[-3.577699, 55.3488],[-3.582799, 55.3484],[-3.584199, 55.3480],[-3.584899, 55.3477],[-3.5854, 55.3473],[-3.585599, 55.3469],[-3.5855, 55.3465],[-3.583501, 55.345],[-3.5822, 55.3443],[-3.5815, 55.3438],[-3.581201, 55.3435],[-3.58110, 55.3431],[-3.581401, 55.3415],[-3.581401, 55.3412],[-3.581201, 55.3407],[-3.5794, 55.3387],[-3.5754, 55.3343],[-3.573999, 55.3331],[-3.5717, 55.332],[-3.57080, 55.3302],[-3.57220, 55.3289],[-3.575599, 55.3267],[-3.57920, 55.3252],[-3.58110, 55.3249],[-3.5839, 55.3253],[-3.5906, 55.3256],[-3.602299, 55.3284],[-3.6161, 55.3183],[-3.618099, 55.3164],[-3.6157, 55.3121],[-3.6152, 55.309],[-3.615, 55.306],[-3.616, 55.3032],[-3.6161, 55.3004],[-3.6164, 55.2971],[-3.6182, 55.2962],[-3.625099, 55.2959],[-3.6307, 55.2955],[-3.6329, 55.2941],[-3.6361, 55.2923],[-3.6385, 55.2919],[-3.647099, 55.2924],[-3.658299, 55.2929],[-3.6605, 55.2930],[-3.66210, 55.2941],[-3.663701, 55.2958],[-3.66650, 55.2967],[-3.6672, 55.2977],[-3.667599, 55.2997],[-3.6685, 55.3013],[-3.67070, 55.3033],[-3.6723, 55.3067],[-3.6749, 55.3096],[-3.679301, 55.3107],[-3.685499, 55.3114],[-3.6917, 55.312],[-3.694999, 55.3128],[-3.69560, 55.3134],[-3.6963, 55.3159],[-3.696899, 55.3187],[-3.6986, 55.32],[-3.7028, 55.3215],[-3.7075, 55.3228],[-3.7081, 55.3239],[-3.7074, 55.3333],[-3.7075, 55.3349],[-3.7083, 55.3369],[-3.7104, 55.3395],[-3.710799, 55.341],[-3.7084, 55.3432],[-3.7083, 55.3453],[-3.710299, 55.3467],[-3.7144, 55.3481],[-3.7168, 55.3503],[-3.7166, 55.3521],[-3.714799, 55.3549],[-3.7121, 55.3590],[-3.709199, 55.3628],[-3.7091, 55.3634],[-3.71, 55.3641],[-3.71300, 55.3650],[-3.7187, 55.3654],[-3.7244, 55.3652],[-3.7274, 55.3651],[-3.73, 55.3652],[-3.7321, 55.3655],[-3.735699, 55.3667],[-3.7368, 55.3673],[-3.74040, 55.3697],[-3.74230, 55.3707],[-3.7434, 55.3712],[-3.745699, 55.3719],[-3.746401, 55.3725],[-3.7474, 55.3741],[-3.747999, 55.3746],[-3.7486, 55.3749],[-3.751, 55.3753],[-3.751601, 55.3757],[-3.7527, 55.3777],[-3.7537, 55.3789],[-3.7568, 55.3805],[-3.757299, 55.381],[-3.7581, 55.3823],[-3.7586, 55.3835],[-3.7593, 55.3877],[-3.76, 55.3891],[-3.7607, 55.3912],[-3.7613, 55.3923],[-3.7628, 55.3936],[-3.763, 55.3943],[-3.7621, 55.3995],[-3.762199, 55.4011],[-3.762599, 55.4016],[-3.7636, 55.402],[-3.768901, 55.4033],[-3.7714, 55.4037],[-3.775, 55.4048],[-3.775599, 55.4052],[-3.7758, 55.4059],[-3.775399, 55.4075],[-3.775899, 55.4085],[-3.7769, 55.4090],[-3.7772, 55.4091],[-3.7778, 55.4093],[-3.7783, 55.4093],[-3.7825, 55.4090],[-3.7839, 55.4090],[-3.78480, 55.4093],[-3.7857, 55.4101],[-3.78670, 55.4105],[-3.788901, 55.4111],[-3.7893, 55.4114],[-3.789799, 55.4120],[-3.79020, 55.413],[-3.791201, 55.4169],[-3.791699, 55.4177],[-3.792799, 55.4189],[-3.7952, 55.4204],[-3.796499, 55.4210],[-3.798701, 55.4215],[-3.8039, 55.4228],[-3.8055, 55.4237],[-3.8078, 55.4265],[-3.8083, 55.4270],[-3.809799, 55.4279],[-3.8106, 55.4281],[-3.8116, 55.4281],[-3.8124, 55.4279],[-3.81340, 55.4279],[-3.814501, 55.4281],[-3.81530, 55.4289],[-3.8159, 55.4301],[-3.816099, 55.4313],[-3.816401, 55.4338],[-3.816801, 55.4345],[-3.818399, 55.4361],[-3.8206, 55.4375],[-3.822799, 55.4387],[-3.8234, 55.4397],[-3.8236, 55.4409],[-3.823501, 55.4415],[-3.8232, 55.4422],[-3.822799, 55.4431],[-3.822799, 55.4437],[-3.822999, 55.4441],[-3.8239, 55.4448],[-3.8248, 55.4453],[-3.8385, 55.4486],[-3.845599, 55.4503],[-3.852, 55.4517],[-3.857199, 55.4525],[-3.859699, 55.4533],[-3.8629, 55.4544],[-3.86600, 55.4546],[-3.8663, 55.4552],[-3.8663, 55.4569],[-3.866801, 55.4575],[-3.8673, 55.4579],[-3.8696, 55.4579],[-3.877001, 55.4573],[-3.8836, 55.4573],[-3.885499, 55.4573],[-3.8863, 55.4574],[-3.8917, 55.4601],[-3.8936, 55.4605],[-3.8951, 55.4605],[-3.896899, 55.4602],[-3.8977, 55.46],[-3.9021, 55.4586],[-3.903901, 55.4581],[-3.9062, 55.4579],[-3.909501, 55.4572],[-3.911401, 55.4577],[-3.913901, 55.4583],[-3.9151, 55.4583],[-3.9187, 55.4577],[-3.9217, 55.4568],[-3.923599, 55.4584],[-3.92510, 55.4599],[-3.925499, 55.4601],[-3.9264, 55.4601],[-3.9282, 55.4598],[-3.930399, 55.4593],[-3.933501, 55.4589],[-3.9375, 55.4588],[-3.9405, 55.4592],[-3.9421, 55.4597],[-3.943799, 55.4604],[-3.9468, 55.4623],[-3.947599, 55.4629],[-3.9482, 55.463],[-3.9489, 55.4629],[-3.9525, 55.4609],[-3.959301, 55.4574],[-3.964301, 55.4553],[-3.9668, 55.4555],[-3.9686, 55.456],[-3.974101, 55.461],[-3.9758, 55.4622],[-3.981601, 55.4641],[-3.9842, 55.4645],[-3.993299, 55.4648],[-3.998199, 55.4649],[-4.0041, 55.4645],[-4.0096, 55.4693],[-4.0131, 55.4702],[-4.0193, 55.4708],[-4.019501, 55.4715],[-4.019501, 55.4728],[-4.0168, 55.4732],[-4.009301, 55.4817],[-4.0134, 55.4852],[-4.018701, 55.4866],[-4.021201, 55.4884],[-4.022399, 55.4913],[-4.020599, 55.4925],[-4.013999, 55.4946],[-4.015299, 55.4965],[-4.010499, 55.4992],[-4.0061, 55.5029],[-4.0007, 55.5035],[-4.0019, 55.506],[-3.9953, 55.5092],[-3.9911, 55.5117],[-3.987299, 55.5178],[-3.985699, 55.5183],[-3.9865, 55.5212],[-3.983901, 55.5245],[-3.97650, 55.5288],[-3.973701, 55.5282],[-3.96830, 55.53],[-3.959301, 55.5331],[-3.9558, 55.5390],[-3.9611, 55.5433],[-3.9526, 55.5541],[-3.95420, 55.5549],[-3.9655, 55.5542],[-3.97230, 55.5624],[-3.9783, 55.5600],[-3.9846, 55.5603],[-3.987099, 55.5615],[-3.993901, 55.5609],[-4.000199, 55.5637],[-4.006899, 55.5669],[-4.0025, 55.5736],[-4.009301, 55.5751],[-4.0205, 55.5809],[-4.0358, 55.5841],[-4.035699, 55.5888],[-4.0373, 55.5894],[-4.041, 55.5902],[-4.0436, 55.5919],[-4.044, 55.5898],[-4.045499, 55.5869],[-4.053501, 55.584],[-4.064, 55.5812],[-4.064799, 55.5799],[-4.068799, 55.5794],[-4.0695, 55.5754],[-4.0829, 55.5675],[-4.087, 55.5689],[-4.0931, 55.5679],[-4.093999, 55.5686],[-4.1054, 55.5678],[-4.114399, 55.5647],[-4.1264, 55.5653],[-4.130199, 55.5646],[-4.139101, 55.5663],[-4.145599, 55.5692],[-4.1475, 55.5719],[-4.1516, 55.571],[-4.158501, 55.5668],[-4.166699, 55.5661],[-4.166201, 55.5648],[-4.172, 55.5651],[-4.1732, 55.5635],[-4.1835, 55.5648],[-4.1868, 55.5627],[-4.193901, 55.5615],[-4.2003, 55.5556],[-4.2116, 55.5524],[-4.2184, 55.5520],[-4.2198, 55.5502],[-4.224699, 55.5502],[-4.227099, 55.5512],[-4.226601, 55.559],[-4.239699, 55.5614],[-4.225699, 55.566],[-4.2205, 55.5724],[-4.211299, 55.5779],[-4.2135, 55.5783],[-4.209599, 55.5819],[-4.203701, 55.5832],[-4.2033, 55.5845],[-4.2055, 55.5857],[-4.203599, 55.5908],[-4.2055, 55.5913],[-4.202199, 55.5944],[-4.199699, 55.6001],[-4.1977, 55.6011],[-4.195799, 55.6003],[-4.1928, 55.6037],[-4.1803, 55.6038],[-4.179101, 55.6057],[-4.1864, 55.6063],[-4.190499, 55.6104],[-4.211, 55.6144],[-4.2085, 55.6168],[-4.2085, 55.6213],[-4.2055, 55.6228],[-4.2047, 55.6267],[-4.208, 55.6284],[-4.214799, 55.6296],[-4.219699, 55.6302],[-4.226, 55.6321],[-4.2284, 55.6337],[-4.2286, 55.6351],[-4.2205, 55.6447],[-4.226299, 55.6537],[-4.2304, 55.6567],[-4.251201, 55.6732],[-4.2508, 55.6788],[-4.250199, 55.6816],[-4.242099, 55.6842],[-4.224199, 55.6885],[-4.220699, 55.6903],[-4.221099, 55.6934],[-4.224501, 55.6968],[-4.225399, 55.6983],[-4.224899, 55.7022],[-4.223599, 55.7051],[-4.2203, 55.7108],[-4.2203, 55.7131],[-4.225599, 55.7171],[-4.2258, 55.7188],[-4.2233, 55.7209],[-4.2277, 55.7272],[-4.2322, 55.7268],[-4.237299, 55.7293],[-4.237599, 55.7319],[-4.2456, 55.7324],[-4.2465, 55.7340],[-4.2507, 55.7349],[-4.248, 55.736],[-4.2501, 55.7367],[-4.255599, 55.7425],[-4.2588, 55.7431],[-4.2591, 55.748],[-4.261401, 55.7492],[-4.264101, 55.7485],[-4.267799, 55.7492],[-4.267799, 55.7511],[-4.272399, 55.7544],[-4.273701, 55.7526],[-4.2775, 55.7525],[-4.2787, 55.7567],[-4.2779, 55.7588],[-4.281899, 55.7603],[-4.282001, 55.7628],[-4.284501, 55.7673],[-4.283999, 55.769],[-4.280099, 55.7706],[-4.278901, 55.7706],[-4.2701, 55.7726],[-4.2664, 55.771],[-4.264501, 55.7716],[-4.261001, 55.7703],[-4.257999, 55.7711],[-4.2547, 55.7741],[-4.255499, 55.7752],[-4.2521, 55.7763],[-4.252, 55.777],[-4.25450, 55.779],[-4.25450, 55.7821],[-4.252, 55.7843],[-4.248, 55.7859],[-4.242099, 55.7841],[-4.241099, 55.7812],[-4.2382, 55.7810],[-4.230599, 55.7792],[-4.228199, 55.7826],[-4.2325, 55.7848],[-4.2294, 55.7878],[-4.2265, 55.7909],[-4.2068, 55.7991],[-4.2137, 55.7998],[-4.2149, 55.8047],[-4.217, 55.8128],[-4.218999, 55.8139],[-4.226201, 55.8119],[-4.228099, 55.8114],[-4.2295, 55.8172],[-4.2353, 55.8177],[-4.235899, 55.8224],[-4.2319, 55.8228],[-4.231699, 55.8229],[-4.234, 55.8311],[-4.235799, 55.8325],[-4.235899, 55.8336],[-4.2342, 55.8348],[-4.234, 55.837],[-4.232999, 55.8385],[-4.2316, 55.8388],[-4.2294, 55.8392],[-4.226699, 55.8384],[-4.2264, 55.8345],[-4.224501, 55.8318],[-4.220099, 55.8326],[-4.216001, 55.8344],[-4.208099, 55.8368],[-4.2075, 55.837],[-4.206699, 55.8376],[-4.2065, 55.8378],[-4.206299, 55.838],[-4.205699, 55.8387],[-4.2058, 55.8393],[-4.206699, 55.8408],[-4.2069, 55.8411],[-4.207699, 55.8421],[-4.208099, 55.8425],[-4.207799, 55.8432],[-4.2064, 55.8437],[-4.206, 55.8438],[-4.2044, 55.8436],[-4.2034, 55.8431],[-4.2012, 55.8417],[-4.200399, 55.8411],[-4.199399, 55.84],[-4.198999, 55.8386],[-4.2006, 55.8347],[-4.2003, 55.8329],[-4.197999, 55.8312],[-4.194799, 55.8314],[-4.1941, 55.8319],[-4.193901, 55.8321],[-4.1937, 55.8324],[-4.193501, 55.8327],[-4.193299, 55.833],[-4.192299, 55.8338],[-4.1911, 55.8348],[-4.190599, 55.8349],[-4.189899, 55.8349],[-4.189301, 55.8349],[-4.1889, 55.8349],[-4.1844, 55.835],[-4.1803, 55.8287],[-4.189101, 55.827],[-4.189, 55.8268],[-4.187699, 55.8263],[-4.181001, 55.8232],[-4.178999, 55.8225],[-4.1746, 55.823],[-4.1725, 55.8231],[-4.1711, 55.8232],[-4.169899, 55.8234],[-4.169199, 55.8235],[-4.166201, 55.8237],[-4.141699, 55.8283],[-4.136499, 55.8302],[-4.1337, 55.8305],[-4.116099, 55.8254],[-4.116001, 55.8278],[-4.114999, 55.8292],[-4.109799, 55.835],[-4.079, 55.8234],[-4.072599, 55.8219],[-4.0653, 55.8175],[-4.059101, 55.8146],[-4.053299, 55.8117],[-4.0458, 55.8086],[-4.053599, 55.8035],[-4.0568, 55.8003],[-4.0538, 55.7985],[-4.051099, 55.7975],[-4.0479, 55.7969],[-4.046299, 55.7962],[-4.038599, 55.7898],[-4.030499, 55.7851],[-4.026, 55.7848],[-4.0092, 55.7781],[-4.0032, 55.77],[-3.996601, 55.7676],[-3.985899, 55.7681],[-3.973799, 55.767],[-3.972001, 55.7663],[-3.9707, 55.7652],[-3.9698, 55.7642],[-3.969501, 55.7639],[-3.967799, 55.7622],[-3.9633, 55.7589],[-3.954799, 55.7503],[-3.945699, 55.7466],[-3.933901, 55.747],[-3.933599, 55.7436],[-3.93000, 55.7407],[-3.9274, 55.7378],[-3.927001, 55.7353],[-3.9244, 55.7332],[-3.921499, 55.7332],[-3.919899, 55.7367],[-3.92090, 55.7391],[-3.920099, 55.7402],[-3.919199, 55.7412],[-3.91520, 55.7449],[-3.9141, 55.7457],[-3.911801, 55.7471],[-3.906801, 55.7519],[-3.8996, 55.7563],[-3.889199, 55.7585],[-3.886801, 55.7571],[-3.882499, 55.7571],[-3.8754, 55.7607],[-3.8729, 55.7612],[-3.871201, 55.7641],[-3.840899, 55.7638],[-3.8259, 55.767],[-3.822099, 55.7663],[-3.804101, 55.7696],[-3.7999, 55.7696],[-3.7974, 55.7697],[-3.7859, 55.7687],[-3.7793, 55.7691],[-3.77700, 55.7695],[-3.7748, 55.7689],[-3.771801, 55.7685],[-3.7537, 55.7746],[-3.750799, 55.7761],[-3.744501, 55.7806],[-3.74000, 55.7822],[-3.739599, 55.7818],[-3.737999, 55.7812],[-3.730599, 55.7798],[-3.7288, 55.7807],[-3.722001, 55.7859],[-3.718501, 55.7884],[-3.7156, 55.7898],[-3.712699, 55.7906],[-3.71, 55.7908],[-3.7068, 55.7912],[-3.704999, 55.7913],[-3.702399, 55.7922],[-3.69960, 55.7936],[-3.69680, 55.7951],[-3.694101, 55.7959],[-3.691299, 55.7968],[-3.6864, 55.7978],[-3.684999, 55.7977],[-3.684, 55.7974],[-3.6809, 55.7964],[-3.6786, 55.7954],[-3.677001, 55.7956],[-3.671201, 55.7982],[-3.6668, 55.7998],[-3.6589, 55.8022],[-3.653199, 55.8031],[-3.6472, 55.8039],[-3.64000, 55.8044],[-3.6356, 55.8047],[-3.6317, 55.8045],[-3.621401, 55.8038],[-3.6199, 55.8036],[-3.6182, 55.8038],[-3.6159, 55.8043],[-3.614599, 55.8049],[-3.612299, 55.8058],[-3.611001, 55.8062],[-3.608299, 55.8062],[-3.6061, 55.8063],[-3.603701, 55.807],[-3.596499, 55.8092],[-3.592999, 55.8101],[-3.5916, 55.8104],[-3.5906, 55.8102],[-3.590199, 55.8096],[-3.5892, 55.8068],[-3.588599, 55.8058],[-3.587199, 55.8040],[-3.584399, 55.8014],[-3.57900, 55.7977],[-3.57480, 55.7954],[-3.5714, 55.7951],[-3.5693, 55.7945],[-3.5676, 55.7934],[-3.566099, 55.7923],[-3.5624, 55.7904],[-3.5599, 55.7891],[-3.554399, 55.7867],[-3.5532, 55.7866],[-3.5492, 55.7893],[-3.546299, 55.7912],[-3.5455, 55.7912],[-3.543999, 55.7907],[-3.5399, 55.7893],[-3.537899, 55.7878],[-3.535199, 55.7859],[-3.533999, 55.7854],[-3.532399, 55.7848],[-3.5291, 55.7844],[-3.525199, 55.7834],[-3.516401, 55.7812],[-3.4942, 55.776],[-3.483599, 55.7737],[-3.482001, 55.773],[-3.480299, 55.7726],[-3.4781, 55.7727],[-3.4756, 55.7721],[-3.4733, 55.7719],[-3.4707, 55.7721]]]]}, properties:{name:"South Lanarkshire"}}, {type:"Feature", geometry:{type:"MultiPolygon", coordinates:[[[[-4.568901, 55.5929],[-4.5658, 55.5921],[-4.559599, 55.5929],[-4.5513, 55.5913],[-4.5481, 55.5936],[-4.5402, 55.5914],[-4.5436, 55.5887],[-4.5481, 55.5867],[-4.5436, 55.5783],[-4.5411, 55.579],[-4.539101, 55.5774],[-4.542399, 55.5747],[-4.541699, 55.5735],[-4.5394, 55.5731],[-4.5334, 55.574],[-4.527999, 55.5719],[-4.5233, 55.5715],[-4.5207, 55.5707],[-4.521, 55.5649],[-4.517099, 55.5653],[-4.518, 55.5666],[-4.5164, 55.5685],[-4.5137, 55.568],[-4.5096, 55.5637],[-4.506001, 55.5634],[-4.5057, 55.5624],[-4.4958, 55.5628],[-4.4951, 55.5645],[-4.4887, 55.5649],[-4.4882, 55.5641],[-4.4853, 55.564],[-4.4845, 55.5636],[-4.474, 55.564],[-4.4738, 55.5621],[-4.469399, 55.563],[-4.4666, 55.5645],[-4.45680, 55.5618],[-4.456699, 55.5634],[-4.453501, 55.5646],[-4.449699, 55.5635],[-4.44710, 55.5635],[-4.445099, 55.5623],[-4.44, 55.5657],[-4.439899, 55.5612],[-4.4358, 55.5591],[-4.433199, 55.5600],[-4.4318, 55.5594],[-4.429699, 55.5555],[-4.4203, 55.5557],[-4.4169, 55.5546],[-4.4126, 55.5523],[-4.414899, 55.5506],[-4.414999, 55.5468],[-4.413199, 55.5441],[-4.4172, 55.5373],[-4.4108, 55.5266],[-4.413099, 55.525],[-4.4115, 55.523],[-4.407499, 55.5224],[-4.4092, 55.518],[-4.4046, 55.5136],[-4.404301, 55.5105],[-4.414199, 55.5096],[-4.4182, 55.5077],[-4.4221, 55.5064],[-4.419301, 55.5041],[-4.419199, 55.503],[-4.419199, 55.5013],[-4.4197, 55.5009],[-4.420199, 55.5008],[-4.4207, 55.5008],[-4.423299, 55.5012],[-4.42530, 55.5028],[-4.430399, 55.5044],[-4.433, 55.5046],[-4.4352, 55.5046],[-4.4389, 55.5047],[-4.44, 55.5048],[-4.4422, 55.5045],[-4.4425, 55.5043],[-4.442699, 55.5037],[-4.442599, 55.5033],[-4.44100, 55.5028],[-4.438799, 55.5015],[-4.438799, 55.5012],[-4.4389, 55.5004],[-4.439799, 55.4990],[-4.4411, 55.4971],[-4.4416, 55.4958],[-4.4457, 55.4937],[-4.4478, 55.492],[-4.452099, 55.4907],[-4.454999, 55.4877],[-4.4608, 55.4858],[-4.4622, 55.4854],[-4.462699, 55.4852],[-4.463901, 55.4848],[-4.467899, 55.4839],[-4.4706, 55.4844],[-4.471099, 55.4848],[-4.472099, 55.4855],[-4.4733, 55.486],[-4.474999, 55.4858],[-4.4777, 55.4848],[-4.4786, 55.4820],[-4.480199, 55.4810],[-4.4836, 55.4795],[-4.4845, 55.4788],[-4.487199, 55.477],[-4.486401, 55.4722],[-4.4977, 55.4698],[-4.4983, 55.4692],[-4.4944, 55.4654],[-4.4952, 55.4638],[-4.4913, 55.4606],[-4.49590, 55.4573],[-4.49600, 55.4563],[-4.485899, 55.4575],[-4.4854, 55.4565],[-4.4816, 55.4554],[-4.4828, 55.4526],[-4.4797, 55.4517],[-4.481299, 55.4496],[-4.479199, 55.4485],[-4.481699, 55.4476],[-4.482299, 55.4469],[-4.4866, 55.4469],[-4.489799, 55.4437],[-4.494101, 55.4439],[-4.4969, 55.442],[-4.49600, 55.4408],[-4.496699, 55.439],[-4.492001, 55.4391],[-4.488999, 55.437],[-4.484799, 55.4375],[-4.484301, 55.4357],[-4.480199, 55.4354],[-4.4835, 55.4329],[-4.482399, 55.4320],[-4.475599, 55.4313],[-4.474599, 55.4297],[-4.472499, 55.4289],[-4.4661, 55.4323],[-4.458701, 55.4312],[-4.457799, 55.4297],[-4.454599, 55.4297],[-4.4552, 55.4269],[-4.4573, 55.4255],[-4.4551, 55.4226],[-4.458, 55.4218],[-4.459301, 55.4204],[-4.454999, 55.4188],[-4.457099, 55.4168],[-4.455699, 55.4157],[-4.4547, 55.4139],[-4.4594, 55.4093],[-4.4649, 55.4085],[-4.4677, 55.4085],[-4.471099, 55.4072],[-4.4688, 55.4038],[-4.490499, 55.4006],[-4.492599, 55.402],[-4.507299, 55.4006],[-4.508999, 55.4036],[-4.5226, 55.41],[-4.5254, 55.4085],[-4.5324, 55.4101],[-4.528399, 55.4121],[-4.537499, 55.4186],[-4.5369, 55.4217],[-4.536601, 55.4236],[-4.5398, 55.4246],[-4.5425, 55.4248],[-4.5461, 55.4251],[-4.550399, 55.4215],[-4.5568, 55.4240],[-4.5556, 55.4256],[-4.558199, 55.4279],[-4.561699, 55.4269],[-4.568399, 55.4265],[-4.56910, 55.4238],[-4.5731, 55.4216],[-4.56660, 55.4174],[-4.5665, 55.4164],[-4.568299, 55.4144],[-4.5742, 55.4055],[-4.5829, 55.3999],[-4.5925, 55.4013],[-4.5974, 55.4001],[-4.6097, 55.3954],[-4.6096, 55.3916],[-4.598501, 55.3957],[-4.597899, 55.3952],[-4.591899, 55.3962],[-4.589301, 55.3965],[-4.5879, 55.3939],[-4.590199, 55.3916],[-4.5858, 55.3921],[-4.58390, 55.3936],[-4.5815, 55.3918],[-4.579101, 55.3931],[-4.5756, 55.3902],[-4.568999, 55.3888],[-4.5674, 55.3866],[-4.5585, 55.393],[-4.5543, 55.3929],[-4.5436, 55.395],[-4.5411, 55.3944],[-4.537199, 55.3944],[-4.5348, 55.3916],[-4.5317, 55.3913],[-4.53000, 55.3889],[-4.5272, 55.3887],[-4.5215, 55.3835],[-4.533501, 55.3763],[-4.5383, 55.3734],[-4.5401, 55.3727],[-4.542699, 55.3676],[-4.5506, 55.3634],[-4.558199, 55.3635],[-4.560299, 55.3627],[-4.5623, 55.3597],[-4.5657, 55.3577],[-4.552299, 55.3557],[-4.541, 55.3503],[-4.537799, 55.35],[-4.534501, 55.3495],[-4.5334, 55.347],[-4.534501, 55.3441],[-4.5343, 55.3434],[-4.533199, 55.3409],[-4.5307, 55.3398],[-4.5296, 55.3393],[-4.5253, 55.3352],[-4.502299, 55.3281],[-4.504301, 55.3235],[-4.500299, 55.3229],[-4.497799, 55.324],[-4.4927, 55.3223],[-4.479101, 55.3247],[-4.4709, 55.3164],[-4.4647, 55.3157],[-4.4407, 55.3083],[-4.4404, 55.3045],[-4.443099, 55.3043],[-4.445799, 55.3014],[-4.4519, 55.3001],[-4.452199, 55.2990],[-4.4554, 55.2965],[-4.452899, 55.2892],[-4.4579, 55.2874],[-4.458399, 55.2851],[-4.4608, 55.2843],[-4.4334, 55.2727],[-4.4335, 55.2713],[-4.4376, 55.268],[-4.432199, 55.2623],[-4.434, 55.262],[-4.4351, 55.2616],[-4.435299, 55.2613],[-4.436299, 55.2596],[-4.434199, 55.2585],[-4.433, 55.2563],[-4.432099, 55.2557],[-4.431499, 55.2554],[-4.4293, 55.2556],[-4.428501, 55.2558],[-4.426401, 55.2549],[-4.425399, 55.2544],[-4.4259, 55.2537],[-4.42630, 55.2536],[-4.428599, 55.2529],[-4.427499, 55.2519],[-4.4355, 55.2451],[-4.43850, 55.2447],[-4.4401, 55.2439],[-4.4417, 55.2392],[-4.444699, 55.2369],[-4.4424, 55.2311],[-4.4441, 55.2306],[-4.449399, 55.224],[-4.4467, 55.2225],[-4.447599, 55.222],[-4.446499, 55.2203],[-4.4481, 55.2197],[-4.4492, 55.2189],[-4.449399, 55.214],[-4.450799, 55.2123],[-4.448599, 55.2104],[-4.4499, 55.2099],[-4.451001, 55.2075],[-4.4555, 55.2083],[-4.456699, 55.2085],[-4.458, 55.2077],[-4.469399, 55.2012],[-4.471001, 55.1977],[-4.4743, 55.1976],[-4.4731, 55.196],[-4.470699, 55.1947],[-4.4702, 55.1934],[-4.4702, 55.192],[-4.4698, 55.1876],[-4.4692, 55.1835],[-4.4688, 55.1792],[-4.4678, 55.1784],[-4.4677, 55.1733],[-4.4633, 55.1704],[-4.4636, 55.1691],[-4.464301, 55.1668],[-4.465, 55.1649],[-4.4662, 55.163],[-4.468299, 55.1608],[-4.474199, 55.1566],[-4.475299, 55.156],[-4.477099, 55.1552],[-4.481201, 55.1546],[-4.487199, 55.1541],[-4.503901, 55.153],[-4.507899, 55.1528],[-4.511001, 55.1533],[-4.5185, 55.1555],[-4.5274, 55.1584],[-4.532199, 55.1594],[-4.5419, 55.1593],[-4.5537, 55.1588],[-4.561699, 55.1576],[-4.564799, 55.1572],[-4.5667, 55.1565],[-4.568299, 55.1555],[-4.5703, 55.1539],[-4.571001, 55.1532],[-4.5734, 55.1494],[-4.5784, 55.1457],[-4.5794, 55.145],[-4.5809, 55.1447],[-4.5822, 55.1446],[-4.586299, 55.146],[-4.5878, 55.146],[-4.593299, 55.1442],[-4.598, 55.1427],[-4.601, 55.1424],[-4.6085, 55.1422],[-4.610899, 55.142],[-4.616899, 55.1407],[-4.620699, 55.1406],[-4.62150, 55.1404],[-4.622499, 55.14],[-4.623, 55.1392],[-4.6244, 55.1368],[-4.625, 55.1359],[-4.626, 55.1352],[-4.628799, 55.1342],[-4.634301, 55.1319],[-4.640299, 55.1284],[-4.6495, 55.1237],[-4.661601, 55.1133],[-4.6618, 55.1122],[-4.6609, 55.1032],[-4.66060, 55.1019],[-4.6601, 55.1009],[-4.6496, 55.0869],[-4.6439, 55.0814],[-4.642799, 55.0813],[-4.635099, 55.0811],[-4.6338, 55.0809],[-4.633399, 55.0803],[-4.630199, 55.0709],[-4.629399, 55.0663],[-4.628901, 55.0639],[-4.628399, 55.0622],[-4.628799, 55.0608],[-4.632899, 55.0548],[-4.633399, 55.0544],[-4.634399, 55.0541],[-4.6377, 55.0537],[-4.6401, 55.0541],[-4.641099, 55.0545],[-4.6422, 55.0552],[-4.644199, 55.0573],[-4.6461, 55.0589],[-4.647, 55.0591],[-4.655799, 55.056],[-4.662799, 55.0553],[-4.664599, 55.0550],[-4.66680, 55.0542],[-4.671899, 55.0513],[-4.674799, 55.0498],[-4.677001, 55.0486],[-4.678299, 55.0476],[-4.679599, 55.0467],[-4.6809, 55.0464],[-4.684999, 55.0469],[-4.687001, 55.0471],[-4.69370, 55.0468],[-4.705299, 55.043],[-4.713399, 55.0409],[-4.715, 55.0407],[-4.71560, 55.0411],[-4.7213, 55.0476],[-4.722001, 55.0481],[-4.723, 55.0481],[-4.728799, 55.0475],[-4.729899, 55.0472],[-4.737, 55.0432],[-4.737999, 55.0429],[-4.738501, 55.0432],[-4.741001, 55.0471],[-4.741601, 55.0476],[-4.742099, 55.0476],[-4.7438, 55.047],[-4.7606, 55.0405],[-4.7617, 55.0403],[-4.7628, 55.0405],[-4.772399, 55.0435],[-4.7744, 55.0439],[-4.7761, 55.0436],[-4.776899, 55.0433],[-4.778999, 55.0416],[-4.784999, 55.0367],[-4.7894, 55.0337],[-4.790599, 55.0333],[-4.7919, 55.0334],[-4.7933, 55.0339],[-4.794, 55.0344],[-4.794, 55.0348],[-4.792399, 55.039],[-4.7925, 55.0397],[-4.796899, 55.0437],[-4.799399, 55.0454],[-4.8012, 55.0458],[-4.8064, 55.0453],[-4.812001, 55.0443],[-4.8191, 55.0431],[-4.822199, 55.0421],[-4.823299, 55.0417],[-4.824501, 55.0413],[-4.8309, 55.0364],[-4.83150, 55.0365],[-4.832399, 55.0371],[-4.837999, 55.0451],[-4.839, 55.0459],[-4.8399, 55.0462],[-4.84630, 55.0458],[-4.8529, 55.0459],[-4.854199, 55.0456],[-4.8564, 55.0443],[-4.859399, 55.0433],[-4.8653, 55.0429],[-4.8678, 55.0426],[-4.880799, 55.0419],[-4.8817, 55.0417],[-4.882199, 55.0412],[-4.884301, 55.0375],[-4.888299, 55.0355],[-4.8898, 55.0347],[-4.8905, 55.0341],[-4.895199, 55.0293],[-4.8957, 55.0284],[-4.895899, 55.028],[-4.895599, 55.0276],[-4.890399, 55.0256],[-4.8964, 55.0209],[-4.90380, 55.017],[-4.917399, 55.0088],[-4.9215, 55.0072],[-4.92460, 55.0061],[-4.9306, 55.0046],[-4.93680, 55.0027],[-4.9385, 55.0022],[-4.9397, 55.0021],[-4.945199, 55.0058],[-4.9462, 55.0063],[-4.947199, 55.0062],[-4.948901, 55.0054],[-4.950699, 55.004],[-4.9519, 55.0037],[-4.952899, 55.0045],[-4.9544, 55.0067],[-4.9572, 55.0085],[-4.959, 55.0095],[-4.960299, 55.0101],[-4.9625, 55.0102],[-4.9645, 55.0102],[-4.9663, 55.0098],[-4.9674, 55.0101],[-4.968599, 55.0129],[-4.968999, 55.0133],[-4.970399, 55.0134],[-4.975299, 55.0121],[-4.9783, 55.012],[-4.9857, 55.0119],[-4.988999, 55.0119],[-4.9998, 55.0101],[-5.025199, 55.0047],[-5.0365, 54.9956],[-5.038099, 54.9993],[-5.041, 55.0023],[-5.0454, 55.0056],[-5.046299, 55.0071],[-5.04660, 55.0092],[-5.045899, 55.0107],[-5.045899, 55.0111],[-5.047999, 55.012],[-5.05020, 55.0121],[-5.052499, 55.0124],[-5.052599, 55.0128],[-5.052499, 55.0137],[-5.052199, 55.0141],[-5.052899, 55.0159],[-5.05280, 55.0171],[-5.052999, 55.0179],[-5.0543, 55.0195],[-5.05880, 55.0273],[-5.0583, 55.0299],[-5.0564, 55.0324],[-5.0538, 55.0346],[-5.053501, 55.0354],[-5.053599, 55.0368],[-5.053199, 55.0381],[-5.051099, 55.0405],[-5.049301, 55.0437],[-5.049301, 55.0455],[-5.050499, 55.0476],[-5.050499, 55.0494],[-5.0481, 55.0544],[-5.04500, 55.0576],[-5.043701, 55.0586],[-5.042799, 55.0599],[-5.0423, 55.0616],[-5.040699, 55.0637],[-5.036001, 55.068],[-5.0338, 55.07],[-5.0309, 55.0728],[-5.029301, 55.0759],[-5.026899, 55.0793],[-5.024199, 55.0821],[-5.021601, 55.0836],[-5.0183, 55.0851],[-5.0168, 55.0864],[-5.0143, 55.087],[-5.0134, 55.0874],[-5.0127, 55.0878],[-5.011899, 55.0885],[-5.010099, 55.0906],[-5.0092, 55.0919],[-5.0091, 55.0919],[-5.008901, 55.0918],[-5.008999, 55.0908],[-5.0087, 55.0907],[-5.008399, 55.0908],[-5.0081, 55.0911],[-5.006499, 55.0935],[-5.0061, 55.0938],[-5.005599, 55.094],[-5.004301, 55.0941],[-5.003399, 55.0948],[-5.0019, 55.0963],[-5.0004, 55.0966],[-5, 55.0967],[-4.999899, 55.0969],[-4.9998, 55.0973],[-4.999899, 55.0977],[-5.0001, 55.0982],[-5.002, 55.0977],[-5.003399, 55.0969],[-5.0041, 55.0964],[-5.0046, 55.096],[-5.005, 55.0958],[-5.0054, 55.0958],[-5.0057, 55.096],[-5.005799, 55.0963],[-5.0054, 55.097],[-5.005, 55.0986],[-5.005, 55.0991],[-5.005, 55.0995],[-5.0053, 55.0998],[-5.0057, 55.0998],[-5.0062, 55.0995],[-5.006899, 55.0978],[-5.007, 55.0957],[-5.007599, 55.0949],[-5.008501, 55.0945],[-5.008901, 55.0946],[-5.008901, 55.0948],[-5.007899, 55.0965],[-5.007599, 55.0985],[-5.006801, 55.1007],[-5.006001, 55.1033],[-5.005599, 55.1046],[-5.0053, 55.1051],[-5.004799, 55.1054],[-5.003799, 55.1058],[-5.002699, 55.1065],[-5.001801, 55.1072],[-5.00140, 55.1076],[-5.0011, 55.1081],[-5.0008, 55.1089],[-5.0005, 55.1102],[-5.0001, 55.1112],[-4.99970, 55.1120],[-4.999101, 55.1127],[-4.9983, 55.1136],[-4.997799, 55.1144],[-4.997001, 55.1164],[-4.996, 55.1195],[-4.994599, 55.1236],[-4.9939, 55.1264],[-4.993501, 55.1292],[-4.993199, 55.1311],[-4.9931, 55.1326],[-4.9931, 55.1333],[-4.993199, 55.1339],[-4.9939, 55.1365],[-4.994101, 55.1377],[-4.9942, 55.1387],[-4.994101, 55.139],[-4.9939, 55.1394],[-4.993501, 55.1399],[-4.991499, 55.1416],[-4.989399, 55.1432],[-4.988501, 55.1441],[-4.987599, 55.1448],[-4.98660, 55.1454],[-4.985099, 55.1461],[-4.983399, 55.1466],[-4.982, 55.147],[-4.98140, 55.1474],[-4.980199, 55.1484],[-4.979599, 55.1488],[-4.978799, 55.1492],[-4.976601, 55.1501],[-4.97180, 55.1517],[-4.9633, 55.1556],[-4.959799, 55.1572],[-4.954101, 55.1595],[-4.95260, 55.1602],[-4.9513, 55.1612],[-4.9491, 55.1629],[-4.9481, 55.1635],[-4.9471, 55.1639],[-4.946401, 55.164],[-4.945399, 55.1641],[-4.943901, 55.1642],[-4.941, 55.1643],[-4.939899, 55.1645],[-4.9394, 55.1648],[-4.939101, 55.1651],[-4.9365, 55.1682],[-4.93260, 55.1717],[-4.9293, 55.1746],[-4.928501, 55.1753],[-4.927999, 55.1758],[-4.9277, 55.1764],[-4.927999, 55.1782],[-4.927999, 55.1791],[-4.927599, 55.1798],[-4.9267, 55.1808],[-4.9262, 55.1822],[-4.924301, 55.1847],[-4.9211, 55.1878],[-4.9151, 55.1924],[-4.912199, 55.1956],[-4.9106, 55.1971],[-4.908599, 55.1987],[-4.903299, 55.202],[-4.897999, 55.2049],[-4.8905, 55.2099],[-4.886899, 55.2126],[-4.885099, 55.2132],[-4.882999, 55.2145],[-4.8796, 55.2155],[-4.879301, 55.2157],[-4.879, 55.216],[-4.8783, 55.2172],[-4.877999, 55.2178],[-4.877699, 55.2181],[-4.8771, 55.2183],[-4.8761, 55.2184],[-4.8722, 55.2185],[-4.871201, 55.2186],[-4.8699, 55.2189],[-4.8694, 55.2191],[-4.868999, 55.2194],[-4.868199, 55.22],[-4.867001, 55.2209],[-4.866099, 55.222],[-4.864999, 55.2239],[-4.864501, 55.2247],[-4.8638, 55.2253],[-4.862199, 55.2262],[-4.8596, 55.2279],[-4.85850, 55.2289],[-4.8583, 55.2292],[-4.858099, 55.2296],[-4.8579, 55.2304],[-4.857999, 55.2314],[-4.859301, 55.2346],[-4.861499, 55.2404],[-4.861899, 55.2417],[-4.8621, 55.2434],[-4.862199, 55.2438],[-4.8638, 55.245],[-4.8642, 55.2454],[-4.864301, 55.2459],[-4.864301, 55.2460],[-4.8641, 55.2463],[-4.8638, 55.2464],[-4.863599, 55.2464],[-4.862199, 55.2454],[-4.860899, 55.2448],[-4.859399, 55.2442],[-4.858799, 55.2440],[-4.8582, 55.2439],[-4.8576, 55.2440],[-4.8575, 55.2441],[-4.857399, 55.2444],[-4.8576, 55.2451],[-4.857699, 55.2454],[-4.8579, 55.2456],[-4.859399, 55.2458],[-4.8596, 55.2459],[-4.859799, 55.2461],[-4.8599, 55.2465],[-4.859799, 55.248],[-4.859301, 55.2516],[-4.858901, 55.2525],[-4.85850, 55.2533],[-4.858099, 55.2539],[-4.8576, 55.2544],[-4.8565, 55.2550],[-4.853199, 55.2562],[-4.852001, 55.2572],[-4.851201, 55.2582],[-4.849899, 55.2604],[-4.849599, 55.2635],[-4.849699, 55.2658],[-4.849501, 55.2663],[-4.8483, 55.2676],[-4.846601, 55.2691],[-4.845399, 55.2715],[-4.8425, 55.274],[-4.838799, 55.2772],[-4.83760, 55.2783],[-4.837, 55.2805],[-4.836801, 55.2832],[-4.836, 55.2863],[-4.8357, 55.2885],[-4.835599, 55.2906],[-4.835599, 55.2943],[-4.8357, 55.2976],[-4.836801, 55.3007],[-4.837, 55.3026],[-4.836801, 55.3061],[-4.8372, 55.3082],[-4.8379, 55.3097],[-4.8375, 55.3135],[-4.8383, 55.3158],[-4.839799, 55.3185],[-4.843901, 55.3223],[-4.8452, 55.3232],[-4.8455, 55.3238],[-4.8453, 55.3247],[-4.842999, 55.3262],[-4.841401, 55.3268],[-4.838901, 55.3274],[-4.8358, 55.3298],[-4.8345, 55.3308],[-4.829101, 55.3324],[-4.825799, 55.3333],[-4.823999, 55.3341],[-4.8221, 55.3358],[-4.819799, 55.3372],[-4.819301, 55.3372],[-4.8192, 55.337],[-4.8207, 55.3358],[-4.822199, 55.3341],[-4.8221, 55.3338],[-4.821899, 55.3337],[-4.821401, 55.3339],[-4.8207, 55.3348],[-4.819799, 55.3352],[-4.8192, 55.3352],[-4.8186, 55.3343],[-4.817699, 55.3338],[-4.816801, 55.3339],[-4.8111, 55.3379],[-4.809, 55.3395],[-4.8076, 55.3416],[-4.8076, 55.3451],[-4.8077, 55.347],[-4.807199, 55.3477],[-4.802199, 55.3507],[-4.7925, 55.3536],[-4.7842, 55.3564],[-4.778501, 55.3584],[-4.7746, 55.3598],[-4.772399, 55.3611],[-4.7707, 55.3628],[-4.7697, 55.3643],[-4.7677, 55.3693],[-4.7676, 55.3715],[-4.7676, 55.3731],[-4.7689, 55.3761],[-4.7694, 55.3779],[-4.7694, 55.3793],[-4.769, 55.3826],[-4.7694, 55.3851],[-4.770299, 55.3878],[-4.769501, 55.3919],[-4.7685, 55.395],[-4.767799, 55.4002],[-4.767399, 55.4011],[-4.766099, 55.4019],[-4.7621, 55.4043],[-4.757299, 55.4076],[-4.7554, 55.4095],[-4.754, 55.4118],[-4.753399, 55.4129],[-4.751699, 55.4157],[-4.749899, 55.4167],[-4.740699, 55.422],[-4.736001, 55.4240],[-4.7293, 55.4265],[-4.7259, 55.4270],[-4.720699, 55.4271],[-4.715799, 55.4292],[-4.713901, 55.4306],[-4.71200, 55.4324],[-4.709799, 55.4333],[-4.7079, 55.4335],[-4.7061, 55.4335],[-4.701499, 55.4338],[-4.699501, 55.4337],[-4.697001, 55.4327],[-4.6945, 55.4322],[-4.6916, 55.4323],[-4.6896, 55.4330],[-4.684199, 55.4348],[-4.6777, 55.4376],[-4.6753, 55.4381],[-4.6691, 55.4384],[-4.659999, 55.4395],[-4.6517, 55.4404],[-4.649301, 55.4413],[-4.648099, 55.4428],[-4.646601, 55.4462],[-4.6433, 55.453],[-4.641099, 55.4591],[-4.6409, 55.4604],[-4.639999, 55.466],[-4.63980, 55.4675],[-4.63980, 55.4681],[-4.6406, 55.4691],[-4.642399, 55.4692],[-4.643199, 55.4696],[-4.643099, 55.4699],[-4.638999, 55.4691],[-4.634799, 55.4665],[-4.6328, 55.4661],[-4.6325, 55.4663],[-4.6325, 55.4665],[-4.6349, 55.4678],[-4.6374, 55.469],[-4.6373, 55.4697],[-4.6368, 55.4700],[-4.634501, 55.4707],[-4.634399, 55.4709],[-4.634399, 55.4712],[-4.634799, 55.4715],[-4.635099, 55.4717],[-4.638501, 55.4706],[-4.6394, 55.4704],[-4.639699, 55.4707],[-4.6384, 55.4715],[-4.6331, 55.4733],[-4.630899, 55.4747],[-4.628799, 55.4761],[-4.627399, 55.4779],[-4.6264, 55.4812],[-4.626299, 55.4844],[-4.627299, 55.4876],[-4.627399, 55.4887],[-4.6272, 55.4895],[-4.6234, 55.4905],[-4.6209, 55.492],[-4.6199, 55.4933],[-4.6198, 55.4959],[-4.6201, 55.5013],[-4.622499, 55.5078],[-4.6255, 55.5123],[-4.629399, 55.518],[-4.6291, 55.519],[-4.6285, 55.5191],[-4.6272, 55.5186],[-4.625599, 55.5162],[-4.624199, 55.5151],[-4.623099, 55.5148],[-4.621699, 55.5146],[-4.621601, 55.5146],[-4.621601, 55.5149],[-4.6233, 55.5156],[-4.6243, 55.5167],[-4.624899, 55.5186],[-4.6257, 55.5194],[-4.62760, 55.5199],[-4.631001, 55.5203],[-4.6368, 55.5221],[-4.64230, 55.5247],[-4.6476, 55.527],[-4.6486, 55.5277],[-4.651299, 55.5316],[-4.654399, 55.5367],[-4.6574, 55.5398],[-4.6608, 55.5427],[-4.663, 55.5426],[-4.665599, 55.5423],[-4.668701, 55.5411],[-4.6704, 55.5409],[-4.671401, 55.5409],[-4.673901, 55.5415],[-4.6777, 55.5433],[-4.680799, 55.5441],[-4.6827, 55.5455],[-4.6835, 55.5467],[-4.6834, 55.5483],[-4.6834, 55.5492],[-4.6826, 55.5506],[-4.6809, 55.5510],[-4.6788, 55.5506],[-4.676899, 55.5495],[-4.672999, 55.5473],[-4.670199, 55.5464],[-4.667, 55.5467],[-4.664101, 55.5477],[-4.6634, 55.5481],[-4.661699, 55.5482],[-4.659599, 55.5485],[-4.6587, 55.5492],[-4.657899, 55.5511],[-4.658199, 55.5553],[-4.657599, 55.5591],[-4.656801, 55.5604],[-4.656499, 55.561],[-4.6567, 55.5617],[-4.6578, 55.5645],[-4.6578, 55.5704],[-4.656001, 55.5713],[-4.654699, 55.5699],[-4.652699, 55.5628],[-4.6472, 55.5628],[-4.6451, 55.5667],[-4.608799, 55.5935],[-4.5955, 55.5973],[-4.58140, 55.5984],[-4.5774, 55.5985],[-4.576001, 55.5993],[-4.571801, 55.6006],[-4.569799, 55.5998],[-4.569799, 55.5938],[-4.568901, 55.5929]]],[[[-5.115799, 55.2471],[-5.116899, 55.2471],[-5.1181, 55.2474],[-5.1202, 55.2481],[-5.1209, 55.2483],[-5.121699, 55.2488],[-5.1223, 55.2496],[-5.1227, 55.2511],[-5.122799, 55.2525],[-5.122499, 55.2543],[-5.122001, 55.2552],[-5.121099, 55.2566],[-5.118701, 55.2582],[-5.117599, 55.2583],[-5.1159, 55.2585],[-5.114501, 55.2582],[-5.11370, 55.258],[-5.1127, 55.2575],[-5.110899, 55.2562],[-5.1091, 55.2546],[-5.1069, 55.2522],[-5.1069, 55.2515],[-5.1071, 55.251],[-5.1079, 55.2504],[-5.1082, 55.2496],[-5.1085, 55.2492],[-5.109301, 55.2485],[-5.11120, 55.2477],[-5.1128, 55.2473],[-5.115799, 55.2471]]],[[[-4.7328, 55.5268],[-4.7333, 55.5268],[-4.733901, 55.5269],[-4.7341, 55.527],[-4.734301, 55.5272],[-4.734399, 55.5274],[-4.734301, 55.5276],[-4.733799, 55.5278],[-4.7332, 55.528],[-4.7326, 55.5283],[-4.732399, 55.5284],[-4.7321, 55.5284],[-4.731801, 55.5282],[-4.7315, 55.5279],[-4.731299, 55.5276],[-4.731201, 55.5274],[-4.731201, 55.5272],[-4.7314, 55.527],[-4.7316, 55.5269],[-4.7319, 55.5268],[-4.7328, 55.5268]]]]}, properties:{name:"South Ayrshire"}}, {type:"Feature", geometry:{type:"MultiPolygon", coordinates:[[[[-4.0229, 56.0286],[-4.0312, 56.0297],[-4.036001, 56.0302],[-4.042099, 56.0307],[-4.0585, 56.0301],[-4.078, 56.0277],[-4.0924, 56.026],[-4.0946, 56.0238],[-4.096001, 56.0224],[-4.099, 56.0196],[-4.108099, 56.017],[-4.1184, 56.0133],[-4.1233, 56.0095],[-4.1272, 56.0083],[-4.136401, 56.0068],[-4.1461, 56.0078],[-4.149799, 56.0085],[-4.1529, 56.0122],[-4.1556, 56.0196],[-4.158901, 56.0261],[-4.159501, 56.0273],[-4.160399, 56.0289],[-4.1619, 56.0298],[-4.163199, 56.0300],[-4.1658, 56.0299],[-4.1672, 56.0292],[-4.168, 56.0287],[-4.171401, 56.0261],[-4.174799, 56.0229],[-4.182899, 56.0143],[-4.1872, 56.0129],[-4.1917, 56.0119],[-4.195199, 56.0113],[-4.196401, 56.0117],[-4.200799, 56.0152],[-4.202199, 56.0158],[-4.208099, 56.0171],[-4.219301, 56.0202],[-4.2218, 56.0205],[-4.2304, 56.0190],[-4.2381, 56.0174],[-4.243501, 56.0166],[-4.25190, 56.0174],[-4.255, 56.0184],[-4.259399, 56.0217],[-4.2621, 56.0231],[-4.264501, 56.0238],[-4.271601, 56.0245],[-4.2735, 56.0259],[-4.276, 56.0294],[-4.2781, 56.0301],[-4.291201, 56.0278],[-4.296299, 56.0264],[-4.2967, 56.0261],[-4.295599, 56.024],[-4.294799, 56.0221],[-4.2981, 56.0185],[-4.296201, 56.0161],[-4.294, 56.0142],[-4.2926, 56.0103],[-4.290699, 56.0075],[-4.287199, 56.0047],[-4.284101, 56.0021],[-4.2834, 56.0014],[-4.281499, 56],[-4.281899, 55.9827],[-4.278501, 55.9737],[-4.273799, 55.9674],[-4.280499, 55.9647],[-4.2992, 55.9568],[-4.307799, 55.959],[-4.3108, 55.9598],[-4.312799, 55.9599],[-4.316201, 55.9595],[-4.318501, 55.959],[-4.3267, 55.9580],[-4.3508, 55.9641],[-4.36780, 55.9774],[-4.389501, 55.9773],[-4.394501, 55.9768],[-4.3957, 55.9764],[-4.395899, 55.9759],[-4.396, 55.974],[-4.396201, 55.9732],[-4.396801, 55.9725],[-4.397399, 55.9722],[-4.399301, 55.9718],[-4.401801, 55.9718],[-4.405099, 55.9723],[-4.406001, 55.9722],[-4.4084, 55.9711],[-4.409999, 55.9711],[-4.412099, 55.9714],[-4.417399, 55.9748],[-4.4237, 55.9774],[-4.427499, 55.9790],[-4.428299, 55.9793],[-4.428299, 55.9795],[-4.4278, 55.9801],[-4.4274, 55.9806],[-4.427499, 55.9809],[-4.4293, 55.9819],[-4.430799, 55.9827],[-4.431499, 55.9832],[-4.434999, 55.9881],[-4.43850, 55.992],[-4.443099, 55.997],[-4.445, 55.9998],[-4.44710, 56.0042],[-4.4478, 56.0051],[-4.4498, 56.0051],[-4.466899, 56.0029],[-4.469501, 56.0031],[-4.479101, 56.0106],[-4.479599, 56.0115],[-4.48, 56.013],[-4.4795, 56.0231],[-4.4804, 56.0243],[-4.483701, 56.0251],[-4.4856, 56.0269],[-4.486401, 56.0282],[-4.4861, 56.0292],[-4.476, 56.0329],[-4.474599, 56.0339],[-4.473599, 56.0352],[-4.473, 56.0370],[-4.4738, 56.0406],[-4.475299, 56.0439],[-4.4772, 56.0472],[-4.483399, 56.0524],[-4.4847, 56.0557],[-4.486801, 56.0563],[-4.4906, 56.058],[-4.494699, 56.0593],[-4.497799, 56.0593],[-4.5007, 56.0582],[-4.503099, 56.058],[-4.5057, 56.0584],[-4.5103, 56.0601],[-4.5156, 56.0664],[-4.517099, 56.0682],[-4.520299, 56.0716],[-4.5236, 56.0732],[-4.530799, 56.0743],[-4.540299, 56.0731],[-4.550799, 56.0721],[-4.5559, 56.0717],[-4.559199, 56.0721],[-4.5615, 56.073],[-4.564799, 56.0742],[-4.570199, 56.0756],[-4.5854, 56.0735],[-4.5897, 56.0756],[-4.5931, 56.079],[-4.595099, 56.0823],[-4.598, 56.0847],[-4.600699, 56.0862],[-4.603199, 56.0883],[-4.6035, 56.0903],[-4.594501, 56.099],[-4.5879, 56.1064],[-4.58750, 56.1089],[-4.5879, 56.1106],[-4.588901, 56.1119],[-4.5912, 56.1141],[-4.5959, 56.1157],[-4.6075, 56.1169],[-4.626, 56.1181],[-4.6356, 56.1206],[-4.6384, 56.1234],[-4.6393, 56.1258],[-4.6401, 56.1312],[-4.641201, 56.1343],[-4.644199, 56.1378],[-4.6495, 56.1428],[-4.6503, 56.1441],[-4.65100, 56.1456],[-4.6556, 56.1627],[-4.6756, 56.1785],[-4.6907, 56.1956],[-4.691299, 56.1973],[-4.691299, 56.1994],[-4.685299, 56.2114],[-4.684599, 56.2137],[-4.6844, 56.2162],[-4.6992, 56.2522],[-4.699501, 56.256],[-4.6991, 56.2577],[-4.696801, 56.2593],[-4.696001, 56.2616],[-4.696401, 56.2715],[-4.695, 56.2758],[-4.6929, 56.2784],[-4.6901, 56.2797],[-4.6848, 56.2794],[-4.670499, 56.2821],[-4.668399, 56.2823],[-4.6648, 56.2814],[-4.663, 56.2810],[-4.658999, 56.2814],[-4.658599, 56.2824],[-4.659501, 56.2852],[-4.66060, 56.2871],[-4.662099, 56.2881],[-4.6673, 56.2893],[-4.6756, 56.2890],[-4.677499, 56.2899],[-4.678999, 56.2984],[-4.6784, 56.2994],[-4.6725, 56.3009],[-4.671, 56.3015],[-4.670199, 56.3026],[-4.669899, 56.3033],[-4.6721, 56.3053],[-4.6746, 56.3075],[-4.6753, 56.3085],[-4.6759, 56.3094],[-4.6759, 56.3109],[-4.674699, 56.3129],[-4.669, 56.316],[-4.665699, 56.319],[-4.6647, 56.3191],[-4.6633, 56.3188],[-4.6577, 56.3166],[-4.656801, 56.3174],[-4.655799, 56.3188],[-4.6559, 56.3202],[-4.657599, 56.3215],[-4.6601, 56.3226],[-4.6601, 56.3246],[-4.662199, 56.3262],[-4.6651, 56.3274],[-4.6704, 56.3269],[-4.6798, 56.3247],[-4.691801, 56.322],[-4.694799, 56.3224],[-4.699699, 56.326],[-4.7043, 56.3277],[-4.707699, 56.3287],[-4.7132, 56.3302],[-4.7264, 56.3321],[-4.734301, 56.3326],[-4.740099, 56.3324],[-4.7428, 56.331],[-4.747399, 56.3281],[-4.75220, 56.3267],[-4.759501, 56.3259],[-4.7802, 56.3232],[-4.783599, 56.3238],[-4.786099, 56.3247],[-4.790599, 56.3323],[-4.789999, 56.3333],[-4.7765, 56.3391],[-4.7803, 56.3426],[-4.782001, 56.3440],[-4.787899, 56.3457],[-4.7945, 56.3491],[-4.79740, 56.3513],[-4.7991, 56.3549],[-4.800099, 56.3555],[-4.8042, 56.3559],[-4.8089, 56.3566],[-4.8224, 56.364],[-4.8302, 56.3671],[-4.838099, 56.3687],[-4.8519, 56.37],[-4.8519, 56.371],[-4.8476, 56.374],[-4.8397, 56.3758],[-4.8369, 56.3763],[-4.833701, 56.3776],[-4.832699, 56.3785],[-4.832699, 56.38],[-4.8345, 56.3881],[-4.834101, 56.3898],[-4.8199, 56.3951],[-4.815599, 56.3964],[-4.8147, 56.3974],[-4.8151, 56.4033],[-4.8146, 56.4049],[-4.8114, 56.4076],[-4.8114, 56.4083],[-4.8125, 56.4101],[-4.812699, 56.4119],[-4.811, 56.4162],[-4.809501, 56.4173],[-4.807199, 56.4176],[-4.8003, 56.4167],[-4.797999, 56.4167],[-4.796801, 56.4172],[-4.7958, 56.4191],[-4.7947, 56.4219],[-4.793399, 56.423],[-4.7897, 56.424],[-4.788701, 56.4244],[-4.789599, 56.4266],[-4.7889, 56.4274],[-4.7849, 56.428],[-4.777299, 56.4289],[-4.7707, 56.4309],[-4.768701, 56.4313],[-4.7655, 56.4327],[-4.766601, 56.4373],[-4.7586, 56.4365],[-4.7494, 56.437],[-4.7468, 56.4368],[-4.7366, 56.4349],[-4.734, 56.4343],[-4.731801, 56.4346],[-4.729199, 56.4362],[-4.725699, 56.4398],[-4.722799, 56.4431],[-4.72170, 56.445],[-4.721099, 56.4482],[-4.721001, 56.4493],[-4.7219, 56.451],[-4.7305, 56.4553],[-4.7307, 56.4561],[-4.73, 56.4567],[-4.72430, 56.4596],[-4.719699, 56.4603],[-4.705599, 56.4614],[-4.699699, 56.4629],[-4.698501, 56.4649],[-4.6966, 56.4671],[-4.695399, 56.4671],[-4.691201, 56.4656],[-4.6883, 56.4637],[-4.681499, 56.4631],[-4.674699, 56.4625],[-4.6675, 56.4625],[-4.6654, 56.4620],[-4.6643, 56.4609],[-4.6633, 56.4607],[-4.6623, 56.4610],[-4.661601, 56.4620],[-4.661099, 56.4645],[-4.6605, 56.4667],[-4.658, 56.47],[-4.654301, 56.4733],[-4.65200, 56.4748],[-4.648799, 56.4749],[-4.641699, 56.4747],[-4.6399, 56.4754],[-4.6393, 56.4782],[-4.6352, 56.4762],[-4.633501, 56.4745],[-4.630199, 56.4737],[-4.624199, 56.4767],[-4.6194, 56.4798],[-4.6189, 56.4818],[-4.6208, 56.4834],[-4.623701, 56.4848],[-4.623701, 56.4858],[-4.623199, 56.4871],[-4.622099, 56.488],[-4.611401, 56.4913],[-4.6043, 56.4954],[-4.596499, 56.4983],[-4.589301, 56.4994],[-4.5833, 56.5012],[-4.5763, 56.5064],[-4.574699, 56.5072],[-4.571899, 56.5066],[-4.5679, 56.5047],[-4.5633, 56.5047],[-4.559, 56.5072],[-4.558199, 56.5073],[-4.554501, 56.5062],[-4.5495, 56.5069],[-4.5402, 56.5079],[-4.534999, 56.5068],[-4.5303, 56.5058],[-4.527599, 56.5058],[-4.5261, 56.5066],[-4.5271, 56.5082],[-4.5282, 56.5104],[-4.5299, 56.5128],[-4.530499, 56.5146],[-4.529799, 56.5166],[-4.5281, 56.5182],[-4.523399, 56.5197],[-4.5128, 56.5225],[-4.507199, 56.5238],[-4.5057, 56.5233],[-4.5042, 56.5223],[-4.50210, 56.5199],[-4.4983, 56.5182],[-4.494101, 56.5149],[-4.4927, 56.5134],[-4.489999, 56.5129],[-4.4815, 56.514],[-4.477001, 56.5136],[-4.4727, 56.5142],[-4.465799, 56.5168],[-4.462999, 56.5175],[-4.4575, 56.5182],[-4.453599, 56.5189],[-4.447899, 56.5204],[-4.4382, 56.5260],[-4.436299, 56.5265],[-4.432001, 56.5266],[-4.421, 56.5255],[-4.4147, 56.5267],[-4.4074, 56.5291],[-4.405, 56.5291],[-4.4012, 56.5277],[-4.39580, 56.5287],[-4.391099, 56.5309],[-4.3871, 56.5341],[-4.383999, 56.5343],[-4.377699, 56.5346],[-4.374, 56.5360],[-4.3715, 56.5398],[-4.369101, 56.5457],[-4.3677, 56.5468],[-4.365699, 56.5475],[-4.362899, 56.5474],[-4.360899, 56.5472],[-4.353799, 56.5443],[-4.343999, 56.542],[-4.332799, 56.5407],[-4.3315, 56.5401],[-4.329501, 56.5388],[-4.3294, 56.5377],[-4.3329, 56.5343],[-4.332699, 56.5323],[-4.331201, 56.5296],[-4.329999, 56.5289],[-4.3273, 56.5282],[-4.3225, 56.5229],[-4.3179, 56.5171],[-4.315599, 56.5162],[-4.3102, 56.5166],[-4.309101, 56.5159],[-4.308599, 56.5147],[-4.308599, 56.5114],[-4.307899, 56.5099],[-4.305399, 56.5067],[-4.3055, 56.5054],[-4.306201, 56.501],[-4.3063, 56.4992],[-4.304699, 56.4978],[-4.303199, 56.4959],[-4.3021, 56.4945],[-4.2995, 56.4937],[-4.2975, 56.4936],[-4.295899, 56.4929],[-4.295599, 56.4917],[-4.298299, 56.4884],[-4.2991, 56.487],[-4.299301, 56.4855],[-4.2995, 56.4827],[-4.2996, 56.4818],[-4.298299, 56.4798],[-4.296201, 56.4778],[-4.293399, 56.4766],[-4.2889, 56.4763],[-4.283501, 56.477],[-4.251801, 56.4864],[-4.241401, 56.4891],[-4.198299, 56.4956],[-4.182499, 56.501],[-4.177599, 56.5],[-4.1757, 56.4993],[-4.1742, 56.4983],[-4.170599, 56.4978],[-4.167, 56.4981],[-4.1647, 56.4993],[-4.1614, 56.5005],[-4.158, 56.5004],[-4.1552, 56.5001],[-4.1538, 56.5004],[-4.1495, 56.502],[-4.138299, 56.5047],[-4.132899, 56.5034],[-4.123199, 56.501],[-4.110499, 56.4926],[-4.107699, 56.4901],[-4.1001, 56.4755],[-4.097499, 56.47],[-4.0974, 56.4676],[-4.097899, 56.4654],[-4.1022, 56.4657],[-4.1071, 56.4655],[-4.110799, 56.4634],[-4.1138, 56.4628],[-4.1173, 56.4629],[-4.131801, 56.4648],[-4.133399, 56.4643],[-4.1346, 56.4625],[-4.135499, 56.4622],[-4.138, 56.4620],[-4.139101, 56.4617],[-4.142001, 56.4595],[-4.148799, 56.4539],[-4.153299, 56.4515],[-4.1553, 56.4497],[-4.1567, 56.4473],[-4.1578, 56.4455],[-4.1602, 56.4456],[-4.1618, 56.4465],[-4.1634, 56.4483],[-4.1651, 56.4497],[-4.167799, 56.4506],[-4.174399, 56.4512],[-4.1833, 56.4561],[-4.194799, 56.4600],[-4.1992, 56.4582],[-4.1999, 56.4572],[-4.1991, 56.4393],[-4.1953, 56.4096],[-4.194799, 56.3962],[-4.242499, 56.3936],[-4.2546, 56.3895],[-4.2553, 56.3891],[-4.255799, 56.3886],[-4.256001, 56.3884],[-4.256801, 56.3880],[-4.2581, 56.3877],[-4.2792, 56.3847],[-4.2806, 56.3844],[-4.281899, 56.3837],[-4.2816, 56.3828],[-4.279799, 56.3827],[-4.276, 56.3828],[-4.2542, 56.3846],[-4.2443, 56.3854],[-4.2413, 56.3851],[-4.238901, 56.3839],[-4.237999, 56.3815],[-4.236899, 56.3706],[-4.236899, 56.3678],[-4.239501, 56.3575],[-4.239501, 56.355],[-4.238599, 56.3524],[-4.236001, 56.3495],[-4.227001, 56.346],[-4.2239, 56.3442],[-4.223199, 56.3436],[-4.2233, 56.3430],[-4.225699, 56.3411],[-4.2295, 56.3373],[-4.235199, 56.3337],[-4.235799, 56.3327],[-4.235799, 56.3308],[-4.2347, 56.3288],[-4.2285, 56.3264],[-4.2234, 56.3224],[-4.2154, 56.3196],[-4.211699, 56.319],[-4.2097, 56.3183],[-4.208399, 56.3159],[-4.207001, 56.3153],[-4.2047, 56.3153],[-4.200399, 56.3153],[-4.1949, 56.3146],[-4.193799, 56.3135],[-4.188, 56.3066],[-4.184999, 56.3045],[-4.1803, 56.304],[-4.167399, 56.3036],[-4.1606, 56.3036],[-4.1574, 56.3031],[-4.151299, 56.3008],[-4.1448, 56.2997],[-4.138299, 56.2983],[-4.132299, 56.2948],[-4.1286, 56.2935],[-4.119101, 56.2898],[-4.11770, 56.2888],[-4.1152, 56.2856],[-4.114799, 56.2840],[-4.113999, 56.2825],[-4.1128, 56.2814],[-4.110799, 56.2805],[-4.0956, 56.2793],[-4.086801, 56.2814],[-4.079199, 56.2833],[-4.077799, 56.2846],[-4.0769, 56.2864],[-4.076001, 56.2902],[-4.0741, 56.2899],[-4.068901, 56.2865],[-4.0507, 56.2743],[-4.0496, 56.2743],[-4.0369, 56.2800],[-4.036001, 56.2789],[-4.033501, 56.2757],[-4.034101, 56.2748],[-4.0364, 56.2731],[-4.0368, 56.2723],[-4.0359, 56.2703],[-4.0351, 56.2697],[-4.028399, 56.2714],[-4.021299, 56.2723],[-4.0021, 56.2758],[-3.999799, 56.2740],[-3.9776, 56.2562],[-3.9707, 56.2502],[-3.9658, 56.2475],[-3.9628, 56.2468],[-3.9604, 56.2469],[-3.9546, 56.247],[-3.952899, 56.246],[-3.9472, 56.2403],[-3.9396, 56.2324],[-3.936899, 56.2313],[-3.9345, 56.2305],[-3.9286, 56.2305],[-3.9158, 56.2305],[-3.913599, 56.2303],[-3.912899, 56.2302],[-3.9123, 56.2298],[-3.911099, 56.2292],[-3.910199, 56.2288],[-3.90940, 56.2288],[-3.901401, 56.2339],[-3.901, 56.2338],[-3.900399, 56.233],[-3.8987, 56.2276],[-3.878299, 56.2195],[-3.8775, 56.2179],[-3.8761, 56.2163],[-3.87420, 56.2145],[-3.866899, 56.2213],[-3.8642, 56.2230],[-3.8592, 56.2246],[-3.85380, 56.2247],[-3.8484, 56.2243],[-3.846699, 56.2225],[-3.843199, 56.2187],[-3.841401, 56.2162],[-3.83970, 56.2126],[-3.840199, 56.2098],[-3.841201, 56.2077],[-3.8419, 56.2047],[-3.84180, 56.2023],[-3.840899, 56.2004],[-3.8394, 56.1996],[-3.83570, 56.1967],[-3.837199, 56.1914],[-3.8473, 56.1913],[-3.847399, 56.1878],[-3.849301, 56.1827],[-3.8536, 56.1803],[-3.854399, 56.1776],[-3.8619, 56.1649],[-3.861001, 56.1634],[-3.862799, 56.1613],[-3.8619, 56.1555],[-3.8592, 56.1523],[-3.878799, 56.151],[-3.881001, 56.1503],[-3.879101, 56.1497],[-3.878799, 56.1488],[-3.873501, 56.1488],[-3.8698, 56.1426],[-3.86640, 56.1423],[-3.862299, 56.1385],[-3.864501, 56.1374],[-3.8631, 56.1355],[-3.881601, 56.1354],[-3.883701, 56.131],[-3.88430, 56.1297],[-3.882299, 56.1287],[-3.878999, 56.1259],[-3.878599, 56.1251],[-3.877899, 56.1229],[-3.876899, 56.1206],[-3.8762, 56.1201],[-3.874799, 56.12],[-3.8694, 56.1207],[-3.867001, 56.1209],[-3.865799, 56.1206],[-3.8647, 56.1202],[-3.864, 56.1196],[-3.8634, 56.1191],[-3.8626, 56.1182],[-3.862099, 56.1168],[-3.86200, 56.1155],[-3.862499, 56.115],[-3.865099, 56.1143],[-3.867399, 56.1132],[-3.868299, 56.1124],[-3.868999, 56.1114],[-3.869699, 56.1101],[-3.8698, 56.1096],[-3.869501, 56.1091],[-3.868799, 56.1084],[-3.867599, 56.108],[-3.865499, 56.1076],[-3.862799, 56.1077],[-3.8608, 56.1081],[-3.858599, 56.1089],[-3.8573, 56.1094],[-3.85630, 56.1098],[-3.855, 56.1107],[-3.8541, 56.1118],[-3.8539, 56.1143],[-3.854599, 56.1169],[-3.854899, 56.1183],[-3.8547, 56.1188],[-3.8539, 56.1195],[-3.8531, 56.1198],[-3.8485, 56.12],[-3.84410, 56.1193],[-3.840899, 56.1187],[-3.837199, 56.118],[-3.83550, 56.117],[-3.8339, 56.1149],[-3.833501, 56.1118],[-3.834301, 56.1083],[-3.834399, 56.1063],[-3.8339, 56.1041],[-3.8331, 56.1029],[-3.83150, 56.1023],[-3.8293, 56.1018],[-3.826499, 56.1019],[-3.8259, 56.1000],[-3.827001, 56.0910],[-3.8297, 56.0904],[-3.8324, 56.0861],[-3.836499, 56.087],[-3.838599, 56.0843],[-3.822099, 56.0752],[-3.8125, 56.0728],[-3.81130, 56.0732],[-3.81110, 56.0704],[-3.803999, 56.0682],[-3.799999, 56.0658],[-3.802299, 56.0631],[-3.809, 56.0634],[-3.81950, 56.0615],[-3.82160, 56.059],[-3.81550, 56.0557],[-3.818501, 56.0529],[-3.8278, 56.0512],[-3.834399, 56.0512],[-3.837001, 56.0488],[-3.840199, 56.0501],[-3.85800, 56.0496],[-3.863501, 56.0486],[-3.866601, 56.0497],[-3.870399, 56.0484],[-3.878799, 56.0501],[-3.879699, 56.0475],[-3.8842, 56.0457],[-3.921201, 56.0503],[-3.925699, 56.0487],[-3.926201, 56.05],[-3.9281, 56.0505],[-3.9303, 56.0491],[-3.9367, 56.0503],[-3.947999, 56.0514],[-3.9484, 56.0503],[-3.951801, 56.0493],[-3.9602, 56.0506],[-3.96450, 56.0493],[-3.977299, 56.0487],[-3.9813, 56.0436],[-3.981801, 56.0398],[-3.9832, 56.0402],[-4.0005, 56.0387],[-4.0025, 56.0373],[-4.006401, 56.0373],[-4.014699, 56.0322],[-4.022, 56.0300],[-4.0229, 56.0286]]]]}, properties:{name:"Stirling"}}, {type:"Feature", geometry:{type:"MultiPolygon", coordinates:[[[[-4.3735, 55.9206],[-4.3754, 55.9207],[-4.3831, 55.9201],[-4.3857, 55.9201],[-4.3856, 55.9179],[-4.389501, 55.9140],[-4.393701, 55.9097],[-4.379399, 55.8999],[-4.3812, 55.8992],[-4.3828, 55.8983],[-4.389599, 55.8939],[-4.390399, 55.8914],[-4.391099, 55.8904],[-4.3919, 55.8895],[-4.402699, 55.8928],[-4.407499, 55.8951],[-4.413099, 55.8993],[-4.4186, 55.9022],[-4.428199, 55.9046],[-4.4364, 55.9056],[-4.441401, 55.9074],[-4.445799, 55.9095],[-4.4512, 55.9126],[-4.456699, 55.9161],[-4.465099, 55.9222],[-4.463901, 55.9241],[-4.466499, 55.9252],[-4.4709, 55.927],[-4.472899, 55.9278],[-4.4758, 55.9288],[-4.477099, 55.9291],[-4.4786, 55.9294],[-4.481699, 55.9298],[-4.482299, 55.9299],[-4.482399, 55.9301],[-4.4821, 55.9303],[-4.48, 55.9304],[-4.4797, 55.9306],[-4.479599, 55.931],[-4.479599, 55.9311],[-4.48, 55.9311],[-4.485099, 55.9313],[-4.4892, 55.9318],[-4.4896, 55.9317],[-4.489399, 55.9315],[-4.484799, 55.9304],[-4.4849, 55.93],[-4.4853, 55.9299],[-4.486499, 55.9299],[-4.4875, 55.93],[-4.4913, 55.931],[-4.493199, 55.931],[-4.4939, 55.9305],[-4.494501, 55.9303],[-4.494999, 55.9303],[-4.4964, 55.9303],[-4.4986, 55.9303],[-4.503799, 55.9301],[-4.504799, 55.9302],[-4.5049, 55.9305],[-4.5045, 55.9312],[-4.504399, 55.9315],[-4.504399, 55.9317],[-4.5045, 55.9318],[-4.504799, 55.9319],[-4.505499, 55.9319],[-4.506299, 55.9318],[-4.507, 55.9315],[-4.507999, 55.9308],[-4.5086, 55.9306],[-4.509699, 55.9306],[-4.5118, 55.9306],[-4.514501, 55.9308],[-4.515399, 55.9311],[-4.5155, 55.9322],[-4.5155, 55.933],[-4.515699, 55.9334],[-4.516099, 55.9336],[-4.516699, 55.9336],[-4.5236, 55.9338],[-4.526401, 55.9334],[-4.5274, 55.9335],[-4.5296, 55.934],[-4.530799, 55.9342],[-4.531899, 55.9342],[-4.5338, 55.9339],[-4.534699, 55.9338],[-4.5352, 55.9338],[-4.536001, 55.9344],[-4.5364, 55.9345],[-4.537199, 55.9343],[-4.538199, 55.934],[-4.5398, 55.9339],[-4.5415, 55.9341],[-4.5425, 55.9344],[-4.543099, 55.9347],[-4.543799, 55.9353],[-4.5441, 55.936],[-4.5446, 55.9362],[-4.546899, 55.9363],[-4.5512, 55.9372],[-4.552899, 55.9377],[-4.553599, 55.9379],[-4.554599, 55.9382],[-4.5549, 55.9383],[-4.5553, 55.9381],[-4.555799, 55.9375],[-4.5564, 55.9371],[-4.5594, 55.9369],[-4.561601, 55.9365],[-4.5623, 55.937],[-4.562799, 55.9378],[-4.568299, 55.9399],[-4.5695, 55.9396],[-4.5737, 55.9389],[-4.5793, 55.939],[-4.5845, 55.9403],[-4.5916, 55.943],[-4.597199, 55.9452],[-4.602799, 55.9463],[-4.6082, 55.9478],[-4.6112, 55.9488],[-4.6064, 55.9584],[-4.612, 55.9632],[-4.614799, 55.9640],[-4.6152, 55.9662],[-4.6226, 55.9685],[-4.621099, 55.9700],[-4.625299, 55.9715],[-4.617199, 55.9799],[-4.6208, 55.9844],[-4.618701, 55.9871],[-4.62050, 55.9876],[-4.627699, 55.9854],[-4.63880, 55.9917],[-4.6457, 55.9936],[-4.6409, 55.9956],[-4.6392, 55.9988],[-4.656801, 55.9979],[-4.659999, 55.9995],[-4.658501, 56.0018],[-4.6648, 56.0031],[-4.6573, 56.0081],[-4.632699, 56.0026],[-4.626, 56.0066],[-4.6352, 56.0087],[-4.6336, 56.0102],[-4.6209, 56.012],[-4.6159, 56.0146],[-4.6112, 56.0148],[-4.6086, 56.0161],[-4.599199, 56.0208],[-4.6124, 56.0360],[-4.6177, 56.0454],[-4.613599, 56.0555],[-4.602099, 56.0702],[-4.5931, 56.079],[-4.5897, 56.0756],[-4.5854, 56.0735],[-4.570199, 56.0756],[-4.564799, 56.0742],[-4.5615, 56.073],[-4.559199, 56.0721],[-4.5559, 56.0717],[-4.550799, 56.0721],[-4.540299, 56.0731],[-4.530799, 56.0743],[-4.5236, 56.0732],[-4.520299, 56.0716],[-4.517099, 56.0682],[-4.5156, 56.0664],[-4.5103, 56.0601],[-4.5057, 56.0584],[-4.503099, 56.058],[-4.5007, 56.0582],[-4.497799, 56.0593],[-4.494699, 56.0593],[-4.4906, 56.058],[-4.486801, 56.0563],[-4.4847, 56.0557],[-4.483399, 56.0524],[-4.4772, 56.0472],[-4.475299, 56.0439],[-4.4738, 56.0406],[-4.473, 56.0370],[-4.473599, 56.0352],[-4.474599, 56.0339],[-4.476, 56.0329],[-4.4861, 56.0292],[-4.486401, 56.0282],[-4.4856, 56.0269],[-4.483701, 56.0251],[-4.4804, 56.0243],[-4.4795, 56.0231],[-4.48, 56.013],[-4.479599, 56.0115],[-4.479101, 56.0106],[-4.469501, 56.0031],[-4.466899, 56.0029],[-4.4498, 56.0051],[-4.4478, 56.0051],[-4.44710, 56.0042],[-4.445, 55.9998],[-4.443099, 55.997],[-4.43850, 55.992],[-4.434999, 55.9881],[-4.431499, 55.9832],[-4.430799, 55.9827],[-4.4293, 55.9819],[-4.427499, 55.9809],[-4.4274, 55.9806],[-4.4278, 55.9801],[-4.428299, 55.9795],[-4.428299, 55.9793],[-4.427499, 55.9790],[-4.4237, 55.9774],[-4.417399, 55.9748],[-4.412099, 55.9714],[-4.409999, 55.9711],[-4.4084, 55.9711],[-4.406001, 55.9722],[-4.405099, 55.9723],[-4.401801, 55.9718],[-4.399301, 55.9718],[-4.397399, 55.9722],[-4.3908, 55.9665],[-4.385099, 55.9593],[-4.3824, 55.952],[-4.3825, 55.9508],[-4.3673, 55.9484],[-4.3694, 55.9404],[-4.3743, 55.9379],[-4.369999, 55.9332],[-4.371201, 55.9281],[-4.3743, 55.9274],[-4.376, 55.9245],[-4.373, 55.9236],[-4.3735, 55.9206]]]]}, properties:{name:"West Dunbartonshire"}}, {type:"Feature", geometry:{type:"MultiPolygon", coordinates:[[[[-6.259399, 58.5162],[-6.258901, 58.5158],[-6.257699, 58.5158],[-6.257, 58.5158],[-6.256499, 58.5159],[-6.2561, 58.5159],[-6.255599, 58.5158],[-6.253799, 58.5151],[-6.252699, 58.515],[-6.252, 58.5149],[-6.25080, 58.5147],[-6.25, 58.5142],[-6.249501, 58.5137],[-6.249501, 58.5134],[-6.249599, 58.5133],[-6.2514, 58.5127],[-6.252299, 58.5125],[-6.252399, 58.5123],[-6.252299, 58.5121],[-6.249899000000002, 58.5118],[-6.2497, 58.5117],[-6.24930, 58.5112],[-6.249, 58.5109],[-6.248701, 58.5108],[-6.2477, 58.5106],[-6.2469, 58.5105],[-6.246699, 58.5104],[-6.246601, 58.5103],[-6.2465, 58.5099],[-6.2463, 58.5095],[-6.246099, 58.5093],[-6.24560, 58.5089],[-6.2448, 58.5084],[-6.2439, 58.5078],[-6.242599, 58.5071],[-6.24230, 58.5071],[-6.24180, 58.5071],[-6.2412, 58.5074],[-6.240699, 58.5077],[-6.240499, 58.5077],[-6.240399, 58.5076],[-6.240399, 58.5072],[-6.240399, 58.5065],[-6.2402, 58.5063],[-6.2391, 58.506],[-6.23820, 58.5057],[-6.237199, 58.5056],[-6.236801000000002, 58.5055],[-6.23620, 58.5052],[-6.235799, 58.5049],[-6.23540, 58.5046],[-6.2349, 58.5046],[-6.2341, 58.5046],[-6.233799, 58.5045],[-6.232999, 58.5041],[-6.232399, 58.5039],[-6.231699, 58.5037],[-6.2294, 58.5029],[-6.22730, 58.5023],[-6.224199, 58.5024],[-6.222001, 58.5026],[-6.22170, 58.5025],[-6.221099, 58.502],[-6.220399, 58.5015],[-6.22030, 58.5013],[-6.22030, 58.5012],[-6.22030, 58.501],[-6.220399, 58.5009],[-6.22170, 58.5],[-6.2219, 58.4995],[-6.222199, 58.499],[-6.222499, 58.4988],[-6.223199, 58.4985],[-6.2233, 58.4982],[-6.2233, 58.498],[-6.223, 58.4973],[-6.222899, 58.4972],[-6.222499, 58.4972],[-6.222001, 58.4969],[-6.22170, 58.4967],[-6.221499, 58.4965],[-6.221099, 58.4961],[-6.2209, 58.4960],[-6.2205, 58.4960],[-6.21880, 58.4966],[-6.218299, 58.4968],[-6.2182, 58.4967],[-6.2182, 58.4966],[-6.2182, 58.4960],[-6.218299, 58.4958],[-6.218501000000002, 58.4957],[-6.21990, 58.4955],[-6.2205, 58.4953],[-6.2209, 58.495],[-6.221499, 58.4942],[-6.222001, 58.4939],[-6.222499, 58.4938],[-6.223, 58.4937],[-6.224501, 58.4937],[-6.2248, 58.4937],[-6.224899, 58.4936],[-6.225399, 58.4930],[-6.225599, 58.4926],[-6.225599, 58.4924],[-6.2252, 58.4914],[-6.2248, 58.4908],[-6.224199, 58.4903],[-6.222799, 58.4899],[-6.22170, 58.4895],[-6.220799, 58.4892],[-6.21990, 58.489],[-6.219301, 58.4888],[-6.2187, 58.4885],[-6.218299, 58.4880],[-6.217999, 58.4875],[-6.217899, 58.4862],[-6.2178, 58.4859],[-6.217599, 58.4858],[-6.2149, 58.4858],[-6.2125, 58.4853],[-6.21190, 58.4851],[-6.209799, 58.4853],[-6.20940, 58.4852],[-6.20900, 58.4850],[-6.208, 58.4846],[-6.206299, 58.4843],[-6.206, 58.4842],[-6.20580, 58.4840],[-6.20580, 58.4834],[-6.20580, 58.483],[-6.2059, 58.4828],[-6.2065, 58.4825],[-6.206601, 58.4823],[-6.2065, 58.4821],[-6.2064, 58.4820],[-6.206299, 58.4820],[-6.204899, 58.4820],[-6.2038, 58.4819],[-6.202899, 58.4816],[-6.2018, 58.4810],[-6.2017, 58.4807],[-6.2017, 58.4804],[-6.2018, 58.4802],[-6.2019, 58.4801],[-6.2026, 58.48],[-6.203199, 58.4799],[-6.204101, 58.4797],[-6.20430, 58.4795],[-6.204599, 58.4792],[-6.2047, 58.4789],[-6.204501, 58.4779],[-6.2044, 58.4776],[-6.204101, 58.4774],[-6.20300, 58.4773],[-6.199699, 58.4777],[-6.198901, 58.4778],[-6.1981, 58.4777],[-6.1957, 58.4769],[-6.195099, 58.4769],[-6.193901, 58.4775],[-6.1932, 58.4777],[-6.192999, 58.4777],[-6.1928, 58.4776],[-6.192599, 58.477],[-6.192699, 58.4768],[-6.1932, 58.4763],[-6.193299, 58.4758],[-6.1932, 58.4754],[-6.193099, 58.4751],[-6.191899, 58.4745],[-6.190499, 58.4741],[-6.1901, 58.474],[-6.189899, 58.4738],[-6.18940, 58.4728],[-6.188799, 58.4717],[-6.18830, 58.4705],[-6.1882, 58.4704],[-6.18750, 58.4705],[-6.1861, 58.4706],[-6.18310, 58.4702],[-6.182799000000002, 58.4701],[-6.1826, 58.4698],[-6.182499, 58.4694],[-6.1826, 58.469],[-6.182499, 58.4687],[-6.18230, 58.4685],[-6.18180, 58.4684],[-6.1803, 58.468],[-6.179999, 58.4679],[-6.17990, 58.4678],[-6.17990, 58.4676],[-6.180099, 58.4674],[-6.18090, 58.4666],[-6.181601, 58.466],[-6.18240, 58.465],[-6.18270, 58.4643],[-6.182899, 58.464],[-6.183, 58.4639],[-6.1838, 58.4634],[-6.184599, 58.4628],[-6.1848, 58.4627],[-6.1861, 58.4626],[-6.18690, 58.4625],[-6.1872, 58.4623],[-6.18790, 58.4617],[-6.189101, 58.461],[-6.190199, 58.4603],[-6.19110, 58.4597],[-6.1928, 58.4594],[-6.1932, 58.4591],[-6.19360, 58.4586],[-6.1937, 58.4584],[-6.1937, 58.4575],[-6.19360, 58.4573],[-6.1925, 58.457],[-6.1922, 58.4569],[-6.191801, 58.4565],[-6.1915, 58.4557],[-6.191201, 58.4544],[-6.19110, 58.4537],[-6.190899, 58.4527],[-6.190599, 58.4524],[-6.1901, 58.4522],[-6.188799, 58.4518],[-6.188701, 58.4517],[-6.188799, 58.4516],[-6.189301, 58.451],[-6.189799000000002, 58.4503],[-6.19070, 58.4497],[-6.191, 58.4492],[-6.19110, 58.4491],[-6.1925, 58.4487],[-6.19360, 58.4486],[-6.193999000000002, 58.4484],[-6.1941, 58.4483],[-6.1941, 58.4481],[-6.193399, 58.4474],[-6.1928, 58.4469],[-6.1922, 58.4468],[-6.19170, 58.4466],[-6.1915, 58.4464],[-6.1915, 58.4458],[-6.191299, 58.4448],[-6.19070, 58.444],[-6.1896, 58.4435],[-6.189101, 58.4433],[-6.189, 58.4431],[-6.189, 58.4424],[-6.189, 58.4421],[-6.188799, 58.4419],[-6.188399, 58.4418],[-6.18790, 58.4419],[-6.1864, 58.4428],[-6.185299, 58.4432],[-6.184501, 58.4432],[-6.184, 58.4431],[-6.183599, 58.443],[-6.1834, 58.4428],[-6.1834, 58.442],[-6.18330, 58.4417],[-6.183199, 58.4415],[-6.18240, 58.4409],[-6.181601, 58.4403],[-6.1813, 58.44],[-6.180799, 58.44],[-6.180099, 58.44],[-6.1798, 58.44],[-6.178901, 58.4396],[-6.177599000000002, 58.4391],[-6.177599000000002, 58.439],[-6.177599000000002, 58.4389],[-6.1793, 58.4366],[-6.1798, 58.436],[-6.1798, 58.4352],[-6.1798, 58.435],[-6.179699, 58.4349],[-6.178299, 58.4345],[-6.17570, 58.4345],[-6.1741, 58.435],[-6.173299, 58.4351],[-6.1722, 58.4346],[-6.171299, 58.4343],[-6.1704, 58.4338],[-6.1703, 58.4336],[-6.1707, 58.4334],[-6.171201, 58.433],[-6.171299, 58.4328],[-6.171401, 58.4326],[-6.171299, 58.4317],[-6.17110, 58.4313],[-6.170899, 58.4312],[-6.170499, 58.4313],[-6.169899, 58.4317],[-6.169199, 58.4321],[-6.169, 58.4321],[-6.168799, 58.4320],[-6.168799, 58.4314],[-6.168799, 58.4311],[-6.168701, 58.431],[-6.16830, 58.4311],[-6.167399, 58.4311],[-6.167099, 58.431],[-6.166699, 58.4307],[-6.166699, 58.4305],[-6.16680, 58.4304],[-6.1672, 58.4303],[-6.1676, 58.4302],[-6.168, 58.43],[-6.168099, 58.4297],[-6.168, 58.4295],[-6.1676, 58.4293],[-6.1675, 58.4291],[-6.167399, 58.4279],[-6.167399, 58.4277],[-6.167399, 58.4275],[-6.168399, 58.4269],[-6.168701, 58.4266],[-6.168799, 58.4263],[-6.168701, 58.4252],[-6.168799, 58.4248],[-6.169, 58.4246],[-6.1695, 58.4241],[-6.16960, 58.4237],[-6.1695, 58.4235],[-6.169301, 58.4234],[-6.16830, 58.4231],[-6.16820, 58.4229],[-6.16820, 58.4225],[-6.16820, 58.4216],[-6.168099, 58.4212],[-6.167799, 58.4209],[-6.16730, 58.4202],[-6.16730, 58.4194],[-6.167399, 58.419],[-6.1676, 58.4188],[-6.167799, 58.4187],[-6.1685, 58.4185],[-6.169301, 58.4183],[-6.17010, 58.4179],[-6.17110, 58.4178],[-6.171801, 58.4177],[-6.1731, 58.4171],[-6.175, 58.4165],[-6.176899, 58.4161],[-6.177999, 58.4158],[-6.1793, 58.4143],[-6.180099, 58.4131],[-6.1803, 58.4128],[-6.18050, 58.4127],[-6.182799000000002, 58.4121],[-6.185299, 58.4113],[-6.187001, 58.4104],[-6.18790, 58.4101],[-6.188399, 58.4099],[-6.18850, 58.4097],[-6.18850, 58.4096],[-6.18830, 58.4089],[-6.18790, 58.4083],[-6.187399, 58.4075],[-6.18730, 58.4072],[-6.18730, 58.407],[-6.187399, 58.4069],[-6.188399, 58.4059],[-6.18890, 58.4053],[-6.189199, 58.405],[-6.189301, 58.4044],[-6.189101, 58.4033],[-6.189101, 58.403],[-6.18940, 58.4026],[-6.1895, 58.4025],[-6.1897, 58.4024],[-6.1903, 58.4022],[-6.191, 58.4019],[-6.191201, 58.4017],[-6.191299, 58.4015],[-6.191201, 58.401],[-6.191201, 58.4002],[-6.191201, 58.3999],[-6.192699, 58.3982],[-6.192999, 58.3981],[-6.19500, 58.3977],[-6.19630, 58.3972],[-6.1974, 58.3964],[-6.198501, 58.396],[-6.19880, 58.3957],[-6.198901, 58.3953],[-6.198901, 58.3943],[-6.198999, 58.394],[-6.19920, 58.3938],[-6.200099000000002, 58.3934],[-6.200399, 58.3931],[-6.200399, 58.3928],[-6.2003, 58.3919],[-6.2002, 58.3915],[-6.1999, 58.3911],[-6.19920, 58.3902],[-6.1993, 58.3898],[-6.199501, 58.3896],[-6.200699, 58.3885],[-6.2023, 58.3872],[-6.20390, 58.3864],[-6.2047, 58.3858],[-6.20520, 58.3851],[-6.2054, 58.3843],[-6.205299, 58.384],[-6.2051, 58.3839],[-6.203501, 58.3836],[-6.20340, 58.3835],[-6.20340, 58.3832],[-6.203501, 58.3829],[-6.203701, 58.3828],[-6.2051, 58.3825],[-6.2054, 58.3823],[-6.205599, 58.3814],[-6.205699, 58.3812],[-6.2059, 58.3811],[-6.206699, 58.3811],[-6.207001, 58.381],[-6.207099, 58.3809],[-6.2073, 58.3804],[-6.20720, 58.379],[-6.207001, 58.3782],[-6.207099, 58.3779],[-6.20720, 58.3778],[-6.2086, 58.3773],[-6.20900, 58.3771],[-6.209301, 58.3768],[-6.20950, 58.3765],[-6.20950, 58.3763],[-6.2086, 58.3757],[-6.208399, 58.3754],[-6.2083, 58.3749],[-6.2083, 58.3747],[-6.208399, 58.3745],[-6.208701, 58.3740],[-6.209199, 58.3736],[-6.210499, 58.373],[-6.2126, 58.372],[-6.21360, 58.3714],[-6.214, 58.3706],[-6.21420, 58.3701],[-6.214301, 58.3697],[-6.214399, 58.3696],[-6.2162, 58.3696],[-6.217999, 58.3696],[-6.218299, 58.3693],[-6.218299, 58.3691],[-6.216499, 58.3688],[-6.2157, 58.3687],[-6.215, 58.3683],[-6.214, 58.3677],[-6.21370, 58.3674],[-6.211699, 58.3674],[-6.209899, 58.3664],[-6.20940, 58.3659],[-6.20940, 58.3653],[-6.20940, 58.3645],[-6.209599, 58.3644],[-6.21100, 58.3644],[-6.212699, 58.364],[-6.21420, 58.3634],[-6.215199, 58.3630],[-6.2153, 58.3625],[-6.215199, 58.3622],[-6.21460, 58.3621],[-6.212299000000002, 58.3629],[-6.210499, 58.3632],[-6.209899, 58.3632],[-6.209599, 58.3632],[-6.209301, 58.3631],[-6.2086, 58.3624],[-6.207699, 58.3615],[-6.206299, 58.3605],[-6.19910, 58.3563],[-6.192299, 58.3526],[-6.1854, 58.3491],[-6.18510, 58.349],[-6.1838, 58.349],[-6.18310, 58.349],[-6.18270, 58.3489],[-6.181201, 58.3481],[-6.180799, 58.3479],[-6.179501, 58.3481],[-6.178999, 58.3482],[-6.178299, 58.3480],[-6.176899, 58.3474],[-6.176001, 58.3474],[-6.1752, 58.3476],[-6.174799, 58.3477],[-6.1742, 58.3477],[-6.173999, 58.3475],[-6.173901, 58.3473],[-6.1737, 58.3466],[-6.173501, 58.3465],[-6.172999, 58.3465],[-6.1707, 58.3475],[-6.1694, 58.3477],[-6.16830, 58.3477],[-6.1679, 58.3479],[-6.1675, 58.3480],[-6.1669, 58.3480],[-6.16640, 58.3479],[-6.165299, 58.3476],[-6.1647, 58.3476],[-6.16440, 58.3476],[-6.1643, 58.3475],[-6.1643, 58.3466],[-6.164199, 58.3464],[-6.16400, 58.3463],[-6.1627, 58.3459],[-6.1619, 58.3449],[-6.161201, 58.3439],[-6.161099, 58.3437],[-6.161201, 58.3436],[-6.163199, 58.3435],[-6.164199, 58.3433],[-6.1659, 58.3433],[-6.1669, 58.343],[-6.168399, 58.3425],[-6.170199, 58.3424],[-6.17240, 58.343],[-6.173501, 58.343],[-6.1745, 58.3426],[-6.1781, 58.3425],[-6.179699, 58.3426],[-6.181099, 58.342],[-6.1843, 58.3415],[-6.1903, 58.3415],[-6.193399, 58.3409],[-6.196801, 58.3391],[-6.198999, 58.3376],[-6.2002, 58.3361],[-6.2009, 58.3342],[-6.201099000000002, 58.3332],[-6.202001, 58.3324],[-6.20300, 58.3319],[-6.205699, 58.3309],[-6.2061, 58.3307],[-6.206299, 58.3303],[-6.206299, 58.33],[-6.206201, 58.3294],[-6.2064, 58.329],[-6.20720, 58.328],[-6.207699, 58.3273],[-6.2082, 58.327],[-6.208701, 58.3269],[-6.210899, 58.3264],[-6.2126, 58.3254],[-6.21330, 58.3246],[-6.2135, 58.3245],[-6.215499, 58.3239],[-6.2162, 58.3237],[-6.21710, 58.3231],[-6.217999, 58.3226],[-6.2187, 58.3221],[-6.218901, 58.3219],[-6.219301, 58.321],[-6.22030, 58.32],[-6.220799, 58.3196],[-6.22120, 58.3194],[-6.2224, 58.3192],[-6.225399, 58.3186],[-6.226601, 58.3181],[-6.227399, 58.3179],[-6.227799, 58.318],[-6.2284, 58.3188],[-6.2286, 58.3191],[-6.2294, 58.3191],[-6.230899, 58.3187],[-6.231299, 58.3186],[-6.23150, 58.3184],[-6.23150, 58.3182],[-6.2314, 58.3162],[-6.23150, 58.316],[-6.231699, 58.3158],[-6.2326, 58.3155],[-6.234301, 58.3154],[-6.2346, 58.3153],[-6.235099, 58.3146],[-6.2356, 58.3141],[-6.236001, 58.3138],[-6.23630, 58.3137],[-6.2374, 58.3136],[-6.237899, 58.3135],[-6.23820, 58.3132],[-6.23820, 58.313],[-6.237199, 58.3121],[-6.23710, 58.3119],[-6.23710, 58.3116],[-6.237199, 58.3113],[-6.2374, 58.3111],[-6.238501, 58.3105],[-6.239501, 58.3105],[-6.240699, 58.3105],[-6.2413, 58.3105],[-6.241601, 58.3105],[-6.2417, 58.3104],[-6.24180, 58.3102],[-6.24180, 58.3100],[-6.241401, 58.3095],[-6.2413, 58.3094],[-6.2413, 58.3093],[-6.241401, 58.3092],[-6.2417, 58.3092],[-6.242599, 58.3087],[-6.243701, 58.3082],[-6.2455, 58.308],[-6.246699, 58.3078],[-6.2469, 58.3076],[-6.2469, 58.3074],[-6.2468, 58.3072],[-6.24280, 58.3064],[-6.23960, 58.3064],[-6.238901, 58.3061],[-6.2384, 58.3057],[-6.23820, 58.3056],[-6.237899, 58.3056],[-6.236801000000002, 58.3064],[-6.23670, 58.3064],[-6.2366, 58.3062],[-6.237, 58.3050],[-6.23710, 58.3044],[-6.236899, 58.3038],[-6.23630, 58.3026],[-6.23630, 58.3018],[-6.23630, 58.3013],[-6.236499, 58.3008],[-6.2374, 58.2998],[-6.239301, 58.2980],[-6.241899, 58.2963],[-6.242599, 58.2960],[-6.243, 58.2960],[-6.2469, 58.2959],[-6.251801, 58.2958],[-6.254301, 58.2958],[-6.256299, 58.2952],[-6.2566, 58.2950],[-6.257299, 58.2943],[-6.257599, 58.2942],[-6.262599, 58.2937],[-6.266601, 58.2937],[-6.268701, 58.2938],[-6.269501, 58.2941],[-6.2707, 58.2948],[-6.272799, 58.2951],[-6.2751, 58.2951],[-6.2774, 58.2943],[-6.28000, 58.2921],[-6.2812, 58.2906],[-6.281401, 58.2902],[-6.281499, 58.2897],[-6.281499, 58.2887],[-6.281401, 58.2884],[-6.280099, 58.2868],[-6.28000, 58.2864],[-6.27990, 58.2856],[-6.28000, 58.2838],[-6.280099, 58.2821],[-6.2802, 58.2818],[-6.280399000000002, 58.2816],[-6.281001, 58.2811],[-6.2812, 58.2809],[-6.28130, 58.2805],[-6.281401, 58.2796],[-6.281401, 58.2782],[-6.280099, 58.2762],[-6.280099, 58.2759],[-6.2802, 58.2757],[-6.281099, 58.2743],[-6.281401, 58.2738],[-6.281401, 58.2733],[-6.28130, 58.2728],[-6.28000, 58.2711],[-6.279799, 58.2708],[-6.279799, 58.2706],[-6.27990, 58.2705],[-6.2812, 58.2702],[-6.285699, 58.2696],[-6.2876, 58.2692],[-6.2885, 58.269],[-6.291299, 58.2682],[-6.2919, 58.2682],[-6.294, 58.2687],[-6.296401, 58.2688],[-6.29810, 58.2686],[-6.299399, 58.2682],[-6.3007, 58.2682],[-6.302899, 58.2682],[-6.305799, 58.268],[-6.3077, 58.2687],[-6.308599, 58.2689],[-6.310599, 58.269],[-6.3146, 58.2713],[-6.31600, 58.2715],[-6.31700, 58.2715],[-6.318501, 58.2709],[-6.3213, 58.2689],[-6.322599, 58.2675],[-6.3242, 58.2654],[-6.325399, 58.2639],[-6.327099, 58.263],[-6.32730, 58.2628],[-6.327199, 58.2625],[-6.326601, 58.2612],[-6.326601, 58.2605],[-6.326499, 58.2597],[-6.3252, 58.2575],[-6.325099, 58.2566],[-6.325099, 58.2555],[-6.3242, 58.2543],[-6.3242, 58.254],[-6.3246, 58.2526],[-6.323999000000002, 58.2518],[-6.322199000000002, 58.2508],[-6.3213, 58.2504],[-6.317299, 58.2509],[-6.3167, 58.2512],[-6.316401, 58.2512],[-6.3161, 58.2509],[-6.3161, 58.2503],[-6.3165, 58.2497],[-6.316801, 58.2491],[-6.316801, 58.2489],[-6.3167, 58.2487],[-6.316201000000002, 58.2485],[-6.315899, 58.2483],[-6.31600, 58.2477],[-6.3165, 58.247],[-6.317299, 58.2461],[-6.317999, 58.2456],[-6.319399, 58.2456],[-6.3199, 58.2455],[-6.3213, 58.2451],[-6.322899, 58.2446],[-6.324399, 58.2413],[-6.3248, 58.2411],[-6.3253, 58.2410],[-6.32770, 58.2409],[-6.3284, 58.2409],[-6.329199000000002, 58.2407],[-6.329599, 58.2405],[-6.330699, 58.2394],[-6.333799, 58.2388],[-6.34040, 58.2386],[-6.3417, 58.2385],[-6.342299000000002, 58.2384],[-6.3425, 58.2382],[-6.34280, 58.236],[-6.34280, 58.2347],[-6.34280, 58.2340],[-6.342999, 58.2335],[-6.34520, 58.2315],[-6.346099, 58.2310],[-6.346499, 58.2310],[-6.3467, 58.2311],[-6.34690, 58.2314],[-6.3468, 58.2317],[-6.346499, 58.2320],[-6.3449, 58.2337],[-6.34460, 58.2343],[-6.344399, 58.2351],[-6.344399, 58.2354],[-6.344999, 58.2359],[-6.346601000000002, 58.2364],[-6.3481, 58.2368],[-6.350299, 58.2378],[-6.35260, 58.2382],[-6.354101, 58.2385],[-6.3558, 58.2385],[-6.35690, 58.2383],[-6.358901000000002, 58.2383],[-6.35910, 58.2382],[-6.35920, 58.2380],[-6.35920, 58.2378],[-6.35780, 58.2374],[-6.3572, 58.2371],[-6.35640, 58.2364],[-6.356299, 58.2361],[-6.35640, 58.2359],[-6.35690, 58.2353],[-6.3572, 58.2345],[-6.35780, 58.2331],[-6.35820, 58.2324],[-6.35920, 58.2319],[-6.3595, 58.2316],[-6.3596, 58.2314],[-6.3596, 58.2310],[-6.358799000000002, 58.2308],[-6.3585, 58.2307],[-6.35830, 58.2305],[-6.35830, 58.2302],[-6.358399, 58.23],[-6.3595, 58.2295],[-6.3603, 58.2281],[-6.360499, 58.2280],[-6.361499, 58.2275],[-6.3621, 58.2274],[-6.364301, 58.2272],[-6.3646, 58.227],[-6.3646, 58.2268],[-6.3646, 58.2262],[-6.364999, 58.2261],[-6.366001, 58.2260],[-6.36770, 58.2260],[-6.36810, 58.2263],[-6.368701, 58.2267],[-6.3689, 58.2267],[-6.3692, 58.2265],[-6.3694, 58.2264],[-6.37050, 58.227],[-6.37100, 58.227],[-6.372099, 58.2272],[-6.372399, 58.2272],[-6.372799, 58.227],[-6.373, 58.2268],[-6.3734, 58.2262],[-6.3736, 58.2261],[-6.374199, 58.2260],[-6.37510, 58.2261],[-6.376201000000002, 58.2266],[-6.3772, 58.2268],[-6.37760, 58.2268],[-6.3779, 58.2268],[-6.378099, 58.2266],[-6.3782, 58.2263],[-6.3782, 58.2260],[-6.378099, 58.2259],[-6.3772, 58.2255],[-6.376801, 58.2253],[-6.376601, 58.225],[-6.376201000000002, 58.2245],[-6.3758, 58.2241],[-6.3755, 58.2239],[-6.3744, 58.2235],[-6.3727, 58.2235],[-6.3706, 58.2234],[-6.368999, 58.2229],[-6.368599, 58.2228],[-6.368199, 58.2228],[-6.368, 58.2228],[-6.3673, 58.2230],[-6.36620, 58.2233],[-6.36200, 58.2234],[-6.360099, 58.2229],[-6.35910, 58.2224],[-6.358099, 58.222],[-6.3565, 58.2219],[-6.35640, 58.2217],[-6.356299, 58.2212],[-6.356299, 58.221],[-6.35640, 58.2209],[-6.3572, 58.2203],[-6.357399, 58.22],[-6.357399, 58.2197],[-6.3572, 58.219],[-6.357299, 58.2185],[-6.3575, 58.2179],[-6.357399, 58.2178],[-6.3571, 58.2178],[-6.356299, 58.2183],[-6.3547, 58.2191],[-6.353199, 58.2196],[-6.3527, 58.2199],[-6.352499, 58.2202],[-6.352001, 58.2208],[-6.3515, 58.2211],[-6.3509, 58.2212],[-6.34890, 58.2215],[-6.3481, 58.2217],[-6.347199, 58.2222],[-6.3459, 58.2232],[-6.3453, 58.2235],[-6.344501, 58.2236],[-6.3424, 58.2238],[-6.340199, 58.2237],[-6.3396, 58.2235],[-6.339, 58.2232],[-6.338799, 58.2227],[-6.338799, 58.2226],[-6.33910, 58.2221],[-6.33910, 58.2218],[-6.33950, 58.2201],[-6.33950, 58.2198],[-6.339301, 58.2193],[-6.3392, 58.2191],[-6.339, 58.219],[-6.338799, 58.219],[-6.33850, 58.2191],[-6.3383, 58.2196],[-6.3383, 58.2201],[-6.3382, 58.2203],[-6.337999, 58.2204],[-6.337299, 58.2208],[-6.336699, 58.2214],[-6.3365, 58.2216],[-6.3365, 58.2218],[-6.337, 58.222],[-6.337, 58.2222],[-6.33660, 58.2226],[-6.3361, 58.2229],[-6.335299000000002, 58.2230],[-6.334599, 58.2228],[-6.3322, 58.2234],[-6.331201, 58.2236],[-6.33110, 58.2238],[-6.331, 58.2244],[-6.331, 58.2246],[-6.331201, 58.2248],[-6.3333, 58.225],[-6.3344, 58.2251],[-6.33470, 58.2251],[-6.334799, 58.2253],[-6.334599, 58.2260],[-6.334799, 58.2262],[-6.3351, 58.2263],[-6.336201, 58.2264],[-6.3369, 58.2269],[-6.33850, 58.2272],[-6.338799, 58.2273],[-6.339, 58.2275],[-6.339, 58.2281],[-6.338799, 58.2281],[-6.33760, 58.2281],[-6.336299, 58.2280],[-6.3322, 58.2261],[-6.329599, 58.2247],[-6.3294, 58.2244],[-6.329501, 58.2242],[-6.3298, 58.2239],[-6.33010, 58.2236],[-6.33010, 58.2234],[-6.328599, 58.2232],[-6.323999000000002, 58.2215],[-6.32120, 58.2202],[-6.3178, 58.2178],[-6.3139, 58.2165],[-6.3125, 58.2167],[-6.31140, 58.2174],[-6.31050, 58.2182],[-6.310299, 58.2183],[-6.3101, 58.2182],[-6.309899000000002, 58.2178],[-6.3097, 58.2173],[-6.3093, 58.2167],[-6.3088, 58.2163],[-6.30670, 58.2148],[-6.3049, 58.2141],[-6.304399, 58.2138],[-6.30420, 58.2135],[-6.30420, 58.2128],[-6.30420, 58.212],[-6.304101, 58.2117],[-6.303901000000002, 58.2114],[-6.3027, 58.2108],[-6.298901, 58.2099],[-6.295499, 58.2091],[-6.29260, 58.209],[-6.291201, 58.209],[-6.2905, 58.2088],[-6.289199, 58.2085],[-6.2885, 58.2085],[-6.287499, 58.2084],[-6.28650, 58.2081],[-6.28510, 58.2079],[-6.2838, 58.2079],[-6.2834, 58.208],[-6.28170, 58.2092],[-6.278501, 58.2105],[-6.2765, 58.2116],[-6.2754, 58.2121],[-6.274199, 58.2122],[-6.273399000000002, 58.2122],[-6.27190, 58.212],[-6.27010, 58.2116],[-6.2683, 58.2116],[-6.267399, 58.2118],[-6.2665, 58.2122],[-6.26590, 58.2127],[-6.2652, 58.2132],[-6.2648, 58.2135],[-6.264501, 58.2136],[-6.262499, 58.2139],[-6.262001, 58.214],[-6.261499, 58.2142],[-6.2609, 58.2153],[-6.260099, 58.2165],[-6.2574, 58.2183],[-6.256401, 58.2191],[-6.2562, 58.2193],[-6.2561, 58.22],[-6.255899, 58.2202],[-6.255199, 58.2204],[-6.25410, 58.2209],[-6.2533, 58.2218],[-6.253099, 58.222],[-6.2526, 58.2222],[-6.2519, 58.2222],[-6.250899, 58.2222],[-6.24980, 58.2225],[-6.248799, 58.2229],[-6.2486, 58.2232],[-6.24840, 58.2239],[-6.24800, 58.2242],[-6.246201, 58.2242],[-6.24430, 58.2241],[-6.2431, 58.2245],[-6.24240, 58.2245],[-6.2417, 58.2244],[-6.240699, 58.224],[-6.239799, 58.2238],[-6.2387, 58.2238],[-6.2378, 58.2234],[-6.23630, 58.2233],[-6.2349, 58.2234],[-6.2342, 58.2236],[-6.23290, 58.2246],[-6.2326, 58.2248],[-6.2322, 58.2249],[-6.229899, 58.2257],[-6.229101, 58.2263],[-6.22830, 58.2268],[-6.2272, 58.2272],[-6.22510, 58.2277],[-6.223701000000002, 58.2279],[-6.223199, 58.2281],[-6.222899, 58.2284],[-6.222799, 58.2286],[-6.222099, 58.2295],[-6.221401, 58.2303],[-6.2181, 58.2320],[-6.217199, 58.2327],[-6.2167, 58.2333],[-6.2163, 58.2343],[-6.2162, 58.2357],[-6.2162, 58.2366],[-6.216001, 58.2371],[-6.21560, 58.2375],[-6.215, 58.2381],[-6.2147, 58.2384],[-6.214301, 58.2385],[-6.21330, 58.2381],[-6.21280, 58.2380],[-6.212299000000002, 58.2381],[-6.2111, 58.2383],[-6.21000, 58.2386],[-6.208799, 58.2388],[-6.20680, 58.2392],[-6.2065, 58.2394],[-6.206201, 58.2397],[-6.206299, 58.2406],[-6.206201, 58.2408],[-6.2061, 58.2408],[-6.205599, 58.2409],[-6.2047, 58.2410],[-6.204501, 58.2411],[-6.2044, 58.2413],[-6.2044, 58.2415],[-6.2044, 58.242],[-6.204101, 58.2426],[-6.204, 58.2429],[-6.204, 58.2437],[-6.20390, 58.2443],[-6.20340, 58.2453],[-6.2023, 58.247],[-6.201601, 58.248],[-6.201001, 58.2485],[-6.200399, 58.2488],[-6.198501, 58.2491],[-6.194399, 58.2493],[-6.193399, 58.2493],[-6.191801, 58.2493],[-6.191401, 58.2493],[-6.1904, 58.2498],[-6.18790, 58.2508],[-6.182001, 58.2527],[-6.181099, 58.253],[-6.178199, 58.2537],[-6.1756, 58.2537],[-6.1746, 58.2537],[-6.1737, 58.2529],[-6.172599, 58.2528],[-6.172, 58.2528],[-6.171299, 58.2532],[-6.1703, 58.2535],[-6.1697, 58.2538],[-6.1689, 58.2545],[-6.1685, 58.2549],[-6.1679, 58.2551],[-6.167, 58.2551],[-6.1665, 58.2552],[-6.16580, 58.2559],[-6.1655, 58.2564],[-6.1647, 58.257],[-6.164101, 58.2573],[-6.163099, 58.2575],[-6.162799, 58.2577],[-6.16260, 58.2579],[-6.162499, 58.2583],[-6.16260, 58.2589],[-6.163599, 58.2609],[-6.164101, 58.2618],[-6.164199, 58.2624],[-6.164199, 58.2627],[-6.16390, 58.263],[-6.163199, 58.2631],[-6.162001, 58.2631],[-6.161601, 58.2631],[-6.161001, 58.2634],[-6.1601, 58.264],[-6.159501, 58.264],[-6.158299, 58.2639],[-6.157499, 58.264],[-6.156001, 58.2646],[-6.1556, 58.2646],[-6.154301, 58.2628],[-6.153501, 58.2624],[-6.152699, 58.262],[-6.151899, 58.2615],[-6.1501, 58.261],[-6.1486, 58.261],[-6.1469, 58.2611],[-6.146299, 58.2616],[-6.14570, 58.2616],[-6.142799, 58.2609],[-6.14230, 58.2609],[-6.1408, 58.2612],[-6.140399, 58.2613],[-6.140299, 58.262],[-6.139999, 58.2627],[-6.1399, 58.2629],[-6.1398, 58.263],[-6.139599, 58.2631],[-6.1394, 58.2631],[-6.139101, 58.263],[-6.138901, 58.2627],[-6.1384, 58.2619],[-6.138299, 58.2618],[-6.137899, 58.2618],[-6.137199, 58.2621],[-6.13680, 58.2621],[-6.136401, 58.2619],[-6.13620, 58.2616],[-6.13620, 58.2611],[-6.136499, 58.2605],[-6.136401, 58.2601],[-6.13630, 58.26],[-6.135799, 58.2597],[-6.135099, 58.2597],[-6.134699, 58.2596],[-6.1346, 58.2594],[-6.134699, 58.2592],[-6.13490, 58.2591],[-6.135099, 58.2589],[-6.135099, 58.2587],[-6.135, 58.2581],[-6.13530, 58.2576],[-6.135499, 58.2573],[-6.135499, 58.257],[-6.134799, 58.2561],[-6.134799, 58.2556],[-6.134799, 58.2552],[-6.135, 58.255],[-6.136499, 58.255],[-6.137199, 58.2548],[-6.137599, 58.2545],[-6.13780, 58.2541],[-6.137899, 58.2537],[-6.137899, 58.2523],[-6.13810, 58.2520],[-6.1384, 58.2519],[-6.139101, 58.2519],[-6.139699, 58.2520],[-6.14010, 58.2519],[-6.1408, 58.2514],[-6.1413, 58.2512],[-6.141699, 58.2512],[-6.1427, 58.2517],[-6.1447, 58.2523],[-6.147399, 58.2522],[-6.1482, 58.2519],[-6.14850, 58.2516],[-6.149301, 58.2504],[-6.150199, 58.2493],[-6.1511, 58.2486],[-6.1516, 58.2481],[-6.15170, 58.2476],[-6.151401000000002, 58.2469],[-6.151401000000002, 58.2467],[-6.1515, 58.2464],[-6.151801, 58.2458],[-6.151801, 58.2454],[-6.1516, 58.245],[-6.148399, 58.2430],[-6.148099, 58.2430],[-6.147799, 58.2430],[-6.14750, 58.2431],[-6.147299, 58.2433],[-6.1472, 58.2442],[-6.146801, 58.2448],[-6.1464, 58.2449],[-6.145599, 58.245],[-6.145299, 58.2449],[-6.145199, 58.2448],[-6.145299, 58.2439],[-6.1454, 58.2432],[-6.1455, 58.2428],[-6.1455, 58.2419],[-6.14570, 58.2413],[-6.145899, 58.2412],[-6.146601, 58.2412],[-6.1479, 58.2413],[-6.1486, 58.2408],[-6.148901, 58.2407],[-6.149199, 58.2407],[-6.15030, 58.2413],[-6.151, 58.2413],[-6.1512, 58.2412],[-6.151299, 58.2410],[-6.151299, 58.2409],[-6.1512, 58.2407],[-6.149199, 58.2405],[-6.148901, 58.2403],[-6.148701, 58.2400],[-6.148701, 58.2397],[-6.148799, 58.2395],[-6.14900, 58.2395],[-6.1507, 58.2385],[-6.1512, 58.2384],[-6.1524, 58.2383],[-6.156401, 58.2379],[-6.157199, 58.2376],[-6.15740, 58.2375],[-6.157499, 58.2373],[-6.157599, 58.2367],[-6.157499, 58.2364],[-6.157199, 58.2361],[-6.156899, 58.2358],[-6.15450, 58.2348],[-6.15420, 58.2346],[-6.153999, 58.2343],[-6.15410, 58.2339],[-6.15420, 58.2338],[-6.155399, 58.2338],[-6.1566, 58.2336],[-6.158199, 58.2329],[-6.1592, 58.2327],[-6.159999, 58.2325],[-6.16020, 58.2323],[-6.160699, 58.2315],[-6.161099, 58.2310],[-6.1615, 58.2307],[-6.162799, 58.2301],[-6.162899, 58.2295],[-6.162899, 58.2288],[-6.1627, 58.2279],[-6.162499, 58.2275],[-6.1623, 58.2273],[-6.1619, 58.2272],[-6.1592, 58.227],[-6.158599, 58.227],[-6.158199, 58.2268],[-6.157899, 58.2262],[-6.1577, 58.2254],[-6.1577, 58.2251],[-6.157499, 58.225],[-6.156401, 58.225],[-6.155399, 58.2246],[-6.152999, 58.2232],[-6.15280, 58.2228],[-6.15280, 58.2224],[-6.15280, 58.2223],[-6.152999, 58.2222],[-6.15410, 58.2222],[-6.1552, 58.2221],[-6.155499, 58.2219],[-6.1556, 58.2217],[-6.1559, 58.2212],[-6.1563, 58.2206],[-6.156801, 58.2206],[-6.157899, 58.2211],[-6.1592, 58.2211],[-6.1598, 58.221],[-6.1609, 58.2209],[-6.1618, 58.2206],[-6.162799, 58.2201],[-6.163, 58.22],[-6.163099, 58.2195],[-6.162899, 58.2193],[-6.162199, 58.2187],[-6.162099, 58.2185],[-6.162199, 58.2181],[-6.162199, 58.2179],[-6.162099, 58.2177],[-6.16060, 58.2171],[-6.159699, 58.2168],[-6.158299, 58.2168],[-6.157899, 58.2167],[-6.15780, 58.2166],[-6.15780, 58.2162],[-6.158501000000002, 58.2156],[-6.158901, 58.2153],[-6.16020, 58.2151],[-6.1618, 58.2151],[-6.1623, 58.2149],[-6.1627, 58.2146],[-6.162899, 58.2143],[-6.163, 58.2132],[-6.164199, 58.2115],[-6.164599, 58.2108],[-6.1651, 58.2105],[-6.165599, 58.2105],[-6.16680, 58.2107],[-6.16830, 58.2107],[-6.16860, 58.2107],[-6.168799, 58.2104],[-6.169, 58.2093],[-6.16860, 58.2083],[-6.168799, 58.208],[-6.169199, 58.2078],[-6.17110, 58.2081],[-6.172599, 58.2079],[-6.1732, 58.2076],[-6.1742, 58.2069],[-6.175099, 58.2064],[-6.176401, 58.2059],[-6.17710, 58.2051],[-6.177599000000002, 58.2048],[-6.178199, 58.2048],[-6.178999, 58.2048],[-6.1793, 58.2049],[-6.179599, 58.2051],[-6.179999, 58.2053],[-6.1806, 58.2054],[-6.1826, 58.2053],[-6.183599, 58.2054],[-6.184101, 58.2052],[-6.1852, 58.2044],[-6.187399, 58.2034],[-6.189301, 58.2031],[-6.1915, 58.2029],[-6.192599, 58.2022],[-6.19360, 58.2015],[-6.1942, 58.201],[-6.19460, 58.2009],[-6.1957, 58.2009],[-6.197599, 58.2016],[-6.19870, 58.2016],[-6.19920, 58.2015],[-6.20340, 58.2005],[-6.2051, 58.1997],[-6.205699, 58.1991],[-6.2059, 58.199],[-6.208099000000002, 58.1988],[-6.20850, 58.1986],[-6.208701, 58.1982],[-6.208701, 58.1972],[-6.208799, 58.1961],[-6.20900, 58.1954],[-6.209101, 58.1949],[-6.2089, 58.1944],[-6.2082, 58.1938],[-6.2079, 58.1935],[-6.207799, 58.1931],[-6.207699, 58.1923],[-6.20750, 58.1921],[-6.20680, 58.1918],[-6.20520, 58.1913],[-6.2051, 58.191],[-6.205299, 58.1903],[-6.2055, 58.1901],[-6.206699, 58.1897],[-6.208799, 58.1895],[-6.21040, 58.1895],[-6.211299, 58.1893],[-6.211401, 58.1893],[-6.2116, 58.1891],[-6.21190, 58.1879],[-6.212299000000002, 58.1877],[-6.212699, 58.1877],[-6.2147, 58.1878],[-6.215, 58.1877],[-6.215799, 58.1871],[-6.2167, 58.1869],[-6.219399000000002, 58.1865],[-6.2202, 58.1863],[-6.22120, 58.1859],[-6.22170, 58.1854],[-6.2219, 58.1853],[-6.224199, 58.1847],[-6.224899, 58.1845],[-6.22730, 58.1832],[-6.2289, 58.1828],[-6.23010, 58.1829],[-6.2319, 58.1832],[-6.232399, 58.1832],[-6.232699, 58.1830],[-6.233901, 58.1823],[-6.23540, 58.1820],[-6.236899, 58.1819],[-6.237899, 58.1818],[-6.238599000000002, 58.1814],[-6.238901, 58.1814],[-6.2406, 58.1817],[-6.2417, 58.1821],[-6.24280, 58.1822],[-6.24340, 58.1821],[-6.244599, 58.1812],[-6.24560, 58.1809],[-6.246201, 58.1809],[-6.248099, 58.181],[-6.248799, 58.1812],[-6.249199, 58.1812],[-6.25, 58.1809],[-6.25040, 58.1807],[-6.2511, 58.1806],[-6.2515, 58.1806],[-6.252999, 58.1809],[-6.253701, 58.1808],[-6.25410, 58.1809],[-6.254301, 58.181],[-6.254399, 58.1812],[-6.25460, 58.1821],[-6.254799, 58.1831],[-6.255099000000002, 58.1836],[-6.255599, 58.1839],[-6.2561, 58.184],[-6.257199, 58.1839],[-6.257599, 58.184],[-6.257699, 58.1842],[-6.25780, 58.1845],[-6.257699, 58.1848],[-6.256801, 58.1854],[-6.256499, 58.1857],[-6.256001, 58.1864],[-6.256001, 58.1868],[-6.2561, 58.1873],[-6.256401, 58.1876],[-6.2567, 58.1877],[-6.2591, 58.1882],[-6.259799, 58.1883],[-6.26070, 58.1888],[-6.261401, 58.189],[-6.262899, 58.1892],[-6.2643, 58.1895],[-6.2655, 58.1893],[-6.266699, 58.1891],[-6.2679, 58.1892],[-6.269501, 58.1896],[-6.2704, 58.1896],[-6.271299, 58.1892],[-6.271699, 58.1892],[-6.27190, 58.1894],[-6.27200, 58.1898],[-6.271801, 58.1906],[-6.271801, 58.1911],[-6.27200, 58.1914],[-6.27290, 58.1916],[-6.273701, 58.1918],[-6.274199, 58.1922],[-6.2744, 58.1925],[-6.274799, 58.1933],[-6.275499, 58.1966],[-6.2758, 58.1984],[-6.27620, 58.1989],[-6.2765, 58.1991],[-6.277599, 58.1997],[-6.279301, 58.1998],[-6.281001, 58.1996],[-6.282499, 58.1995],[-6.28270, 58.1996],[-6.282899, 58.1998],[-6.283, 58.2003],[-6.283, 58.2013],[-6.2831, 58.2031],[-6.283299, 58.2038],[-6.284101, 58.2046],[-6.2848, 58.2051],[-6.287399000000002, 58.2059],[-6.291201, 58.2062],[-6.293399, 58.2061],[-6.294, 58.2056],[-6.295599, 58.2059],[-6.29820, 58.206],[-6.29960, 58.2057],[-6.3007, 58.2061],[-6.3024, 58.2061],[-6.303199, 58.2058],[-6.3063, 58.2058],[-6.3074, 58.2059],[-6.310299, 58.2051],[-6.3119, 58.204],[-6.313399, 58.2037],[-6.315599, 58.2037],[-6.318299, 58.2024],[-6.3237, 58.1996],[-6.324399, 58.199],[-6.3246, 58.1982],[-6.324501, 58.1973],[-6.3238, 58.1967],[-6.32250, 58.1962],[-6.32160, 58.1963],[-6.320799, 58.1964],[-6.318501, 58.1961],[-6.318399, 58.1959],[-6.318399, 58.1957],[-6.318501, 58.1955],[-6.3186, 58.1954],[-6.319399, 58.1952],[-6.3195, 58.195],[-6.319399, 58.1947],[-6.3192, 58.1942],[-6.3192, 58.1941],[-6.319399, 58.194],[-6.320099, 58.1939],[-6.321401, 58.1937],[-6.32210, 58.1929],[-6.322299, 58.1928],[-6.32250, 58.1928],[-6.323501, 58.1931],[-6.3242, 58.1935],[-6.325099, 58.1938],[-6.3253, 58.194],[-6.325399, 58.1943],[-6.325399, 58.1952],[-6.3253, 58.1959],[-6.325399, 58.1961],[-6.3256, 58.1963],[-6.327199, 58.1965],[-6.3281, 58.1967],[-6.328701, 58.1967],[-6.329501, 58.1965],[-6.3298, 58.1963],[-6.33010, 58.1959],[-6.3304, 58.1954],[-6.3304, 58.1952],[-6.33010, 58.1948],[-6.329999, 58.1945],[-6.329999, 58.1943],[-6.3302, 58.1941],[-6.33150, 58.1932],[-6.331601, 58.193],[-6.331601, 58.1926],[-6.331299, 58.1924],[-6.3309, 58.1922],[-6.330599, 58.192],[-6.330599, 58.1917],[-6.330699, 58.1914],[-6.3309, 58.1913],[-6.33150, 58.1912],[-6.332001, 58.1911],[-6.332399, 58.1911],[-6.332699, 58.1912],[-6.33300, 58.1915],[-6.333399, 58.1922],[-6.3335, 58.1923],[-6.333799, 58.1924],[-6.3345, 58.1925],[-6.335, 58.1925],[-6.335499, 58.1925],[-6.33570, 58.1926],[-6.33580, 58.1928],[-6.335899, 58.1932],[-6.335899, 58.1938],[-6.336, 58.1942],[-6.336201, 58.1945],[-6.336699, 58.1945],[-6.337, 58.1944],[-6.338399, 58.194],[-6.339301, 58.194],[-6.340099, 58.1944],[-6.34040, 58.1944],[-6.3406, 58.1943],[-6.3407, 58.1941],[-6.3407, 58.1939],[-6.3403, 58.1935],[-6.3403, 58.1933],[-6.3407, 58.193],[-6.340899, 58.1929],[-6.342999, 58.1929],[-6.3438, 58.1925],[-6.3459, 58.1911],[-6.34690, 58.1902],[-6.347199, 58.1901],[-6.348701, 58.1903],[-6.349899, 58.1903],[-6.3508, 58.1896],[-6.351699, 58.1896],[-6.35260, 58.1899],[-6.35360, 58.1902],[-6.3539, 58.1904],[-6.3544, 58.191],[-6.35450, 58.1913],[-6.3544, 58.1921],[-6.354199, 58.1928],[-6.354101, 58.1938],[-6.354101, 58.1954],[-6.354199, 58.1964],[-6.354199, 58.1972],[-6.3544, 58.1977],[-6.354899, 58.1983],[-6.355299, 58.1985],[-6.357, 58.1987],[-6.358099, 58.1987],[-6.358399, 58.1988],[-6.3586, 58.1989],[-6.359399, 58.1997],[-6.3595, 58.2001],[-6.3595, 58.2004],[-6.3595, 58.2009],[-6.359301, 58.2012],[-6.3585, 58.2017],[-6.357399, 58.2024],[-6.357299, 58.2026],[-6.3572, 58.203],[-6.357299, 58.2034],[-6.357399, 58.2036],[-6.35820, 58.2043],[-6.35920, 58.2049],[-6.362299, 58.2055],[-6.3641, 58.2056],[-6.36530, 58.2055],[-6.365699, 58.2053],[-6.367099, 58.2038],[-6.3674, 58.2037],[-6.368501, 58.2037],[-6.3701, 58.2039],[-6.3718, 58.2038],[-6.3735, 58.2038],[-6.3744, 58.2038],[-6.376, 58.2038],[-6.37760, 58.2035],[-6.3779, 58.2033],[-6.378099, 58.203],[-6.3783, 58.2029],[-6.378799, 58.2028],[-6.3791, 58.2029],[-6.3797, 58.2033],[-6.37990, 58.2033],[-6.3821, 58.2035],[-6.382599, 58.2037],[-6.3828, 58.2039],[-6.3829, 58.2041],[-6.3829, 58.2045],[-6.3828, 58.2047],[-6.382699, 58.2048],[-6.381401, 58.2044],[-6.3791, 58.2042],[-6.378099, 58.2042],[-6.377399, 58.2045],[-6.376201000000002, 58.2044],[-6.375899, 58.2045],[-6.3755, 58.2047],[-6.375299, 58.2048],[-6.375299, 58.205],[-6.375299, 58.2053],[-6.3755, 58.2056],[-6.375599, 58.2057],[-6.3758, 58.2058],[-6.37700, 58.2059],[-6.379399, 58.2062],[-6.3817, 58.2071],[-6.38410, 58.2073],[-6.38500, 58.2072],[-6.3868, 58.2081],[-6.388501, 58.2081],[-6.38880, 58.208],[-6.388999, 58.2076],[-6.388999, 58.2071],[-6.389501, 58.207],[-6.3901, 58.2073],[-6.390399, 58.2078],[-6.39060, 58.2083],[-6.39060, 58.2091],[-6.388599, 58.2096],[-6.3884, 58.2098],[-6.3881, 58.2102],[-6.387599, 58.2118],[-6.3868, 58.2134],[-6.385799, 58.2152],[-6.3857, 58.2157],[-6.386001, 58.2162],[-6.3866, 58.2162],[-6.387001, 58.2161],[-6.38730, 58.2157],[-6.38930, 58.2111],[-6.389599, 58.2106],[-6.3909, 58.2104],[-6.392001, 58.2102],[-6.3926, 58.2099],[-6.393099, 58.2093],[-6.3943, 58.2091],[-6.3947, 58.209],[-6.394899, 58.2086],[-6.395199, 58.2077],[-6.395199, 58.2071],[-6.395, 58.2068],[-6.3947, 58.2066],[-6.39300, 58.2062],[-6.3926, 58.2061],[-6.3918, 58.2055],[-6.391601, 58.2052],[-6.391601, 58.2046],[-6.391699, 58.2036],[-6.391601, 58.2028],[-6.39020, 58.2014],[-6.3901, 58.2012],[-6.39020, 58.201],[-6.39400, 58.2008],[-6.39440, 58.2007],[-6.394599, 58.2005],[-6.394899, 58.2002],[-6.394899, 58.1999],[-6.39480, 58.1997],[-6.394599, 58.1997],[-6.39150, 58.1996],[-6.3909, 58.1995],[-6.3905, 58.1994],[-6.39020, 58.1991],[-6.38920, 58.1981],[-6.38880, 58.1978],[-6.388299, 58.1976],[-6.38740, 58.1974],[-6.38730, 58.1972],[-6.38740, 58.1963],[-6.38740, 58.1956],[-6.38730, 58.1954],[-6.3857, 58.1948],[-6.384399, 58.1942],[-6.384301, 58.1941],[-6.384301, 58.1939],[-6.384501, 58.1935],[-6.384699, 58.1931],[-6.384699, 58.1929],[-6.38460, 58.1924],[-6.38460, 58.1923],[-6.384699, 58.1922],[-6.385399, 58.1918],[-6.385499, 58.1916],[-6.385399, 58.1914],[-6.3849, 58.1912],[-6.384699, 58.191],[-6.384301, 58.19],[-6.383999, 58.1898],[-6.382599, 58.1897],[-6.381299, 58.1897],[-6.3807, 58.1896],[-6.379301, 58.1889],[-6.378799, 58.1889],[-6.3782, 58.1889],[-6.37700, 58.1904],[-6.376699, 58.1905],[-6.37570, 58.1906],[-6.3755, 58.1907],[-6.3754, 58.1908],[-6.375199, 58.1911],[-6.375199, 58.1914],[-6.3755, 58.1919],[-6.3758, 58.1924],[-6.375899, 58.1928],[-6.375899, 58.193],[-6.3758, 58.1931],[-6.375199, 58.1931],[-6.374899, 58.1932],[-6.374501, 58.1935],[-6.374199, 58.1937],[-6.373701, 58.1937],[-6.3734, 58.1936],[-6.373199, 58.1935],[-6.373, 58.1928],[-6.372799, 58.1925],[-6.372499, 58.1924],[-6.372099, 58.1924],[-6.37140, 58.193],[-6.371201, 58.1931],[-6.3708, 58.1931],[-6.3701, 58.1925],[-6.3699, 58.1924],[-6.369699, 58.1924],[-6.368999, 58.1926],[-6.368299, 58.1926],[-6.36810, 58.1923],[-6.367899, 58.1918],[-6.367899, 58.1912],[-6.368, 58.191],[-6.3689, 58.1911],[-6.37050, 58.1909],[-6.3706, 58.1908],[-6.370699, 58.1906],[-6.370399, 58.1897],[-6.370399, 58.1896],[-6.37050, 58.1895],[-6.371201, 58.1896],[-6.37150, 58.1896],[-6.37190, 58.189],[-6.372399, 58.1888],[-6.372799, 58.1888],[-6.374599, 58.1895],[-6.375, 58.1895],[-6.375199, 58.1894],[-6.375299, 58.1877],[-6.3754, 58.1875],[-6.37570, 58.1873],[-6.376299, 58.1871],[-6.37710, 58.1871],[-6.377999000000002, 58.1875],[-6.37850, 58.1877],[-6.378799, 58.1877],[-6.379399, 58.1876],[-6.38030, 58.1871],[-6.38120, 58.1867],[-6.382, 58.1863],[-6.382299, 58.1863],[-6.383399, 58.1871],[-6.38410, 58.1877],[-6.384399, 58.1877],[-6.384799, 58.1876],[-6.385099, 58.1875],[-6.3852, 58.1873],[-6.3853, 58.1866],[-6.3856, 58.1861],[-6.3857, 58.1858],[-6.3857, 58.1854],[-6.3856, 58.1851],[-6.385399, 58.1850],[-6.384501, 58.1851],[-6.3838, 58.1851],[-6.38320, 58.1846],[-6.382999, 58.1845],[-6.382599, 58.1845],[-6.3821, 58.1847],[-6.381899, 58.1848],[-6.3817, 58.1851],[-6.3817, 58.1857],[-6.3816, 58.186],[-6.3807, 58.1862],[-6.37990, 58.1868],[-6.379399, 58.1869],[-6.3791, 58.1869],[-6.378799, 58.1867],[-6.378701, 58.1866],[-6.3786, 58.1864],[-6.379, 58.1838],[-6.3791, 58.1836],[-6.3796, 58.1833],[-6.380099, 58.1831],[-6.38030, 58.1829],[-6.3807, 58.1822],[-6.381001, 58.1821],[-6.38120, 58.1821],[-6.382699, 58.1823],[-6.384301, 58.1823],[-6.38460, 58.1822],[-6.3857, 58.1813],[-6.386499, 58.1805],[-6.387001, 58.1791],[-6.38730, 58.1788],[-6.3877, 58.1786],[-6.3878, 58.1786],[-6.38870, 58.1785],[-6.38880, 58.1782],[-6.38880, 58.178],[-6.38880, 58.1779],[-6.38870, 58.1776],[-6.388599, 58.1775],[-6.388299, 58.1774],[-6.387499, 58.1773],[-6.386401, 58.1772],[-6.3857, 58.1771],[-6.38500, 58.1770],[-6.384699, 58.1770],[-6.384399, 58.1772],[-6.383999, 58.1777],[-6.38370, 58.1784],[-6.38370, 58.1785],[-6.383901, 58.1787],[-6.3842, 58.1787],[-6.385399, 58.1784],[-6.3856, 58.1785],[-6.3856, 58.1786],[-6.3856, 58.1788],[-6.3856, 58.1795],[-6.385399, 58.1800],[-6.38500, 58.1804],[-6.3842, 58.1807],[-6.383299, 58.1807],[-6.3821, 58.1806],[-6.378701, 58.1796],[-6.3769, 58.1789],[-6.376699, 58.1788],[-6.376699, 58.1786],[-6.376801, 58.1782],[-6.3769, 58.1777],[-6.376801, 58.1775],[-6.376601, 58.1773],[-6.37610, 58.1767],[-6.376, 58.1764],[-6.376, 58.1762],[-6.37610, 58.1761],[-6.378399, 58.1760],[-6.378701, 58.1758],[-6.378799, 58.1756],[-6.378901, 58.1749],[-6.378901, 58.1746],[-6.376, 58.1732],[-6.37570, 58.1730],[-6.375599, 58.1727],[-6.3758, 58.1723],[-6.3758, 58.1722],[-6.3758, 58.172],[-6.374899, 58.1718],[-6.3743, 58.1716],[-6.374199, 58.1715],[-6.3743, 58.1709],[-6.3743, 58.1706],[-6.3735, 58.1697],[-6.3727, 58.1685],[-6.37230, 58.1679],[-6.372099, 58.1676],[-6.372001000000002, 58.1674],[-6.372099, 58.1671],[-6.372399, 58.1662],[-6.3727, 58.1650],[-6.372799, 58.1647],[-6.3727, 58.1644],[-6.371601, 58.1638],[-6.36770, 58.1619],[-6.3673, 58.1616],[-6.367099, 58.1612],[-6.367099, 58.1602],[-6.367099, 58.1591],[-6.367099, 58.158],[-6.36620, 58.155],[-6.366099, 58.1546],[-6.36620, 58.1541],[-6.367099, 58.1527],[-6.3692, 58.1506],[-6.3698, 58.1502],[-6.3702, 58.1501],[-6.37140, 58.15],[-6.3736, 58.1495],[-6.3743, 58.1491],[-6.3748, 58.1489],[-6.3755, 58.1486],[-6.376, 58.1485],[-6.377699, 58.1484],[-6.379799, 58.148],[-6.381801, 58.1481],[-6.382299, 58.148],[-6.38370, 58.1472],[-6.3842, 58.147],[-6.384501, 58.147],[-6.386099, 58.1473],[-6.387599, 58.1473],[-6.388999, 58.1475],[-6.391001, 58.1476],[-6.3919, 58.1475],[-6.3922, 58.1473],[-6.3926, 58.1465],[-6.39300, 58.1459],[-6.393799, 58.1457],[-6.3975, 58.1453],[-6.398099, 58.1452],[-6.398399, 58.145],[-6.4, 58.144],[-6.401401, 58.1437],[-6.4025, 58.1437],[-6.404301, 58.143],[-6.406099, 58.1429],[-6.407199, 58.1432],[-6.408501, 58.1435],[-6.410299, 58.1435],[-6.4119, 58.1435],[-6.4148, 58.1452],[-6.42110, 58.1483],[-6.4222, 58.1489],[-6.4225, 58.149],[-6.422599, 58.1489],[-6.4228, 58.1487],[-6.4228, 58.1485],[-6.4215, 58.147],[-6.420199, 58.1458],[-6.419799000000002, 58.1456],[-6.419301, 58.1456],[-6.418399, 58.1457],[-6.418099, 58.1457],[-6.4158, 58.1447],[-6.415299, 58.1442],[-6.415299, 58.144],[-6.416201, 58.144],[-6.4168, 58.144],[-6.417, 58.1438],[-6.417, 58.1436],[-6.416601, 58.1427],[-6.416601, 58.1424],[-6.416699, 58.1421],[-6.4168, 58.142],[-6.4185, 58.1416],[-6.42010, 58.141],[-6.42070, 58.1407],[-6.42110, 58.1403],[-6.421299, 58.14],[-6.421299, 58.1395],[-6.421401, 58.1394],[-6.422699, 58.139],[-6.4229, 58.1386],[-6.4229, 58.1383],[-6.4228, 58.1379],[-6.422699, 58.1376],[-6.4224, 58.1376],[-6.42170, 58.1377],[-6.42160, 58.1378],[-6.42160, 58.1381],[-6.42170, 58.1385],[-6.42170, 58.1386],[-6.42160, 58.1386],[-6.42010, 58.1388],[-6.419899, 58.1388],[-6.41970, 58.1389],[-6.4196, 58.1391],[-6.419199, 58.1402],[-6.4189, 58.1403],[-6.4182, 58.1402],[-6.4173, 58.1406],[-6.4168, 58.1407],[-6.4154, 58.1407],[-6.415299, 58.1406],[-6.415299, 58.1404],[-6.415299, 58.1401],[-6.41550, 58.14],[-6.418399, 58.1397],[-6.418701, 58.1396],[-6.418799, 58.1393],[-6.418701, 58.1389],[-6.418099, 58.1382],[-6.418099, 58.1381],[-6.4182, 58.1381],[-6.4195, 58.1381],[-6.419799000000002, 58.138],[-6.419899, 58.1377],[-6.419899, 58.1375],[-6.41970, 58.1374],[-6.4182, 58.1373],[-6.41650, 58.1376],[-6.414999, 58.1376],[-6.414101, 58.1376],[-6.413799, 58.1377],[-6.4135, 58.1379],[-6.413099, 58.1384],[-6.412899, 58.1386],[-6.412499, 58.1387],[-6.411001, 58.1392],[-6.40980, 58.1403],[-6.409599, 58.1405],[-6.408999, 58.1406],[-6.4078, 58.141],[-6.406499, 58.1413],[-6.406099, 58.1413],[-6.40370, 58.1411],[-6.4032, 58.1411],[-6.4022, 58.1414],[-6.400899, 58.1423],[-6.4003, 58.1425],[-6.3961, 58.1437],[-6.393199, 58.1445],[-6.3922, 58.1447],[-6.3909, 58.1448],[-6.388199, 58.1448],[-6.386899, 58.1447],[-6.3863, 58.1446],[-6.3853, 58.1444],[-6.383999, 58.1442],[-6.3829, 58.1443],[-6.3807, 58.1451],[-6.38, 58.1451],[-6.378799, 58.145],[-6.3782, 58.1449],[-6.377299, 58.1448],[-6.3769, 58.1447],[-6.3754, 58.1436],[-6.375199, 58.1435],[-6.3743, 58.1436],[-6.3736, 58.1438],[-6.373199, 58.1438],[-6.37130, 58.1436],[-6.370299, 58.1436],[-6.368501, 58.1435],[-6.36810, 58.1434],[-6.367499, 58.1431],[-6.36670, 58.1423],[-6.3659, 58.1413],[-6.3659, 58.1409],[-6.366001, 58.1404],[-6.366099, 58.1402],[-6.367099, 58.1394],[-6.3674, 58.1392],[-6.367499, 58.1391],[-6.367499, 58.1389],[-6.367199, 58.1383],[-6.367199, 58.1379],[-6.3673, 58.1376],[-6.3684, 58.1365],[-6.3694, 58.1356],[-6.369599, 58.1353],[-6.369699, 58.135],[-6.369699, 58.1346],[-6.3688, 58.1334],[-6.3688, 58.1329],[-6.3689, 58.1326],[-6.3692, 58.1323],[-6.369501, 58.1322],[-6.37230, 58.1322],[-6.375199, 58.1316],[-6.37610, 58.1315],[-6.3778, 58.1315],[-6.378099, 58.1315],[-6.379399, 58.1305],[-6.380499, 58.1301],[-6.380899, 58.1300],[-6.382, 58.1298],[-6.382699, 58.1297],[-6.38320, 58.1297],[-6.3853, 58.1299],[-6.3862, 58.1301],[-6.387899, 58.1305],[-6.388901, 58.1309],[-6.3899, 58.1313],[-6.39060, 58.1315],[-6.3913, 58.1318],[-6.391699, 58.1321],[-6.392001, 58.1324],[-6.392399, 58.1324],[-6.393199, 58.1322],[-6.394501000000002, 58.1323],[-6.394599, 58.1324],[-6.394599, 58.1326],[-6.394599, 58.1331],[-6.394599, 58.1335],[-6.395, 58.1338],[-6.3951, 58.134],[-6.395199, 58.1345],[-6.395199, 58.1346],[-6.39440, 58.135],[-6.39350, 58.1352],[-6.39340, 58.1353],[-6.393701, 58.1361],[-6.393701, 58.1364],[-6.3936, 58.1366],[-6.39340, 58.1367],[-6.3923, 58.137],[-6.3919, 58.1371],[-6.391001, 58.137],[-6.3899, 58.1367],[-6.389599, 58.1366],[-6.3894, 58.1367],[-6.38920, 58.1368],[-6.389101, 58.1372],[-6.38920, 58.1376],[-6.389501, 58.138],[-6.389599, 58.1381],[-6.389501, 58.1382],[-6.388599, 58.1383],[-6.3884, 58.1385],[-6.388199, 58.1388],[-6.3881, 58.1391],[-6.388199, 58.1392],[-6.388999, 58.1393],[-6.389999, 58.1391],[-6.3914, 58.1383],[-6.3929, 58.1376],[-6.39400, 58.1373],[-6.396801, 58.1366],[-6.39820, 58.1357],[-6.402299, 58.1353],[-6.402599, 58.1352],[-6.402699, 58.135],[-6.402699, 58.1347],[-6.4025, 58.1345],[-6.4017, 58.1339],[-6.40150, 58.1334],[-6.401899, 58.133],[-6.4022, 58.1328],[-6.40240, 58.1327],[-6.40280, 58.1327],[-6.4031, 58.1328],[-6.4032, 58.1329],[-6.403299, 58.1339],[-6.4036, 58.1339],[-6.40380, 58.1338],[-6.404301, 58.1325],[-6.4049, 58.1315],[-6.405099, 58.1311],[-6.40530, 58.131],[-6.40660, 58.1313],[-6.40810, 58.1319],[-6.409101, 58.1319],[-6.411099, 58.132],[-6.412001, 58.1328],[-6.412399, 58.1329],[-6.414899, 58.133],[-6.415299, 58.1328],[-6.4154, 58.1326],[-6.41550, 58.1313],[-6.415699, 58.1308],[-6.41590, 58.1306],[-6.416699, 58.1302],[-6.4182, 58.1296],[-6.4195, 58.1296],[-6.421801, 58.1298],[-6.423299, 58.1305],[-6.4256, 58.1307],[-6.4267, 58.1307],[-6.4274, 58.1309],[-6.42780, 58.1312],[-6.427999, 58.1316],[-6.428199, 58.1317],[-6.4292, 58.1318],[-6.4305, 58.1331],[-6.4313, 58.1335],[-6.43240, 58.1338],[-6.434, 58.1337],[-6.4373, 58.1332],[-6.4417, 58.1328],[-6.444399, 58.1325],[-6.4462, 58.1331],[-6.447899, 58.1341],[-6.448901, 58.1345],[-6.451001, 58.1343],[-6.45440, 58.1346],[-6.456699, 58.1354],[-6.458799, 58.1361],[-6.460599, 58.1374],[-6.461, 58.1389],[-6.461201, 58.1393],[-6.461401, 58.1395],[-6.4646, 58.1401],[-6.469999, 58.1405],[-6.474199, 58.1407],[-6.475699, 58.1413],[-6.4764, 58.1416],[-6.476699, 58.1416],[-6.479101, 58.1416],[-6.48070, 58.1415],[-6.481601, 58.1419],[-6.48460, 58.1429],[-6.487999, 58.1438],[-6.492001, 58.144],[-6.493501, 58.1438],[-6.493701, 58.1437],[-6.493701, 58.1431],[-6.491601, 58.143],[-6.490399, 58.1427],[-6.489799, 58.1424],[-6.488501, 58.1424],[-6.4877, 58.1424],[-6.4875, 58.1423],[-6.4875, 58.1421],[-6.48820, 58.1416],[-6.48820, 58.1411],[-6.487599, 58.1406],[-6.4877, 58.1404],[-6.487899, 58.1401],[-6.48780, 58.1397],[-6.485099, 58.1395],[-6.4842, 58.1391],[-6.4833, 58.1385],[-6.481299, 58.1382],[-6.479, 58.1378],[-6.478701, 58.1377],[-6.478, 58.1369],[-6.4773, 58.1368],[-6.4768, 58.1369],[-6.476099, 58.1362],[-6.474999, 58.1361],[-6.47430, 58.1362],[-6.47050, 58.1367],[-6.46910, 58.1367],[-6.4688, 58.1363],[-6.467999, 58.1354],[-6.4674, 58.1352],[-6.466801, 58.1352],[-6.466499, 58.1347],[-6.467, 58.1341],[-6.4671, 58.1337],[-6.466401, 58.1334],[-6.46470, 58.133],[-6.4646, 58.1327],[-6.46470, 58.1325],[-6.4661, 58.1315],[-6.4671, 58.1309],[-6.467199, 58.1303],[-6.46630, 58.1299],[-6.4661, 58.1296],[-6.46620, 58.1289],[-6.467199, 58.1279],[-6.4674, 58.1273],[-6.467, 58.1271],[-6.465799, 58.1271],[-6.464799, 58.1281],[-6.464399, 58.1286],[-6.464399, 58.1291],[-6.464399, 58.1298],[-6.463799, 58.1299],[-6.46210, 58.1301],[-6.461801, 58.1301],[-6.461801, 58.1305],[-6.4622, 58.1312],[-6.46210, 58.1315],[-6.4607, 58.1315],[-6.458, 58.131],[-6.4575, 58.1308],[-6.457099, 58.1298],[-6.45690, 58.1297],[-6.456201, 58.1297],[-6.4555, 58.1301],[-6.454999, 58.1300],[-6.454999, 58.1295],[-6.4548, 58.1289],[-6.45310, 58.1287],[-6.451601, 58.1283],[-6.450699, 58.128],[-6.449501, 58.1274],[-6.4488, 58.1267],[-6.4487, 58.1261],[-6.446001, 58.1249],[-6.44460, 58.1242],[-6.443901, 58.1240],[-6.44370, 58.1241],[-6.443799, 58.1245],[-6.443999, 58.1247],[-6.44410, 58.1249],[-6.443999, 58.1256],[-6.44420, 58.1256],[-6.444799, 58.1254],[-6.4453, 58.1257],[-6.445499, 58.1265],[-6.4467, 58.1272],[-6.4478, 58.1277],[-6.448501, 58.1285],[-6.44980, 58.1294],[-6.44990, 58.1300],[-6.44930, 58.131],[-6.448999, 58.1313],[-6.4481, 58.1312],[-6.447199, 58.1304],[-6.4466, 58.1304],[-6.4463, 58.1308],[-6.44560, 58.131],[-6.4449, 58.1304],[-6.444699, 58.1298],[-6.444699, 58.1293],[-6.445199, 58.1282],[-6.445, 58.1279],[-6.443501, 58.1281],[-6.4421, 58.1285],[-6.441201, 58.1285],[-6.4408, 58.1285],[-6.440499, 58.129],[-6.44000, 58.1291],[-6.439101000000002, 58.1289],[-6.43850, 58.1287],[-6.4379, 58.1291],[-6.4373, 58.1303],[-6.4365, 58.1305],[-6.435699, 58.1305],[-6.4355, 58.1300],[-6.4344, 58.1298],[-6.4326, 58.1285],[-6.4326, 58.128],[-6.4335, 58.1272],[-6.434501, 58.1269],[-6.43520, 58.1274],[-6.43580, 58.1281],[-6.4365, 58.1281],[-6.437001, 58.1275],[-6.4364, 58.1270],[-6.43520, 58.1261],[-6.434501, 58.1256],[-6.4335, 58.1257],[-6.4326, 58.1265],[-6.431499, 58.1265],[-6.431001, 58.1257],[-6.4302, 58.1259],[-6.430099, 58.1263],[-6.429501, 58.1268],[-6.42870, 58.1269],[-6.42770, 58.1264],[-6.427499, 58.1257],[-6.427599, 58.1252],[-6.427999, 58.1242],[-6.42870, 58.1224],[-6.4298, 58.1207],[-6.4309, 58.1205],[-6.432899000000002, 58.1206],[-6.434999, 58.1212],[-6.435699, 58.1209],[-6.4359, 58.1206],[-6.4368, 58.1204],[-6.438099000000002, 58.1206],[-6.43850, 58.1204],[-6.43850, 58.12],[-6.438799, 58.1191],[-6.439301, 58.1189],[-6.4401, 58.1188],[-6.4407, 58.1188],[-6.4416, 58.1189],[-6.4421, 58.1188],[-6.4425, 58.1183],[-6.443399, 58.1174],[-6.443999, 58.1168],[-6.445199, 58.1164],[-6.4463, 58.1154],[-6.447199, 58.1150],[-6.4481, 58.1143],[-6.448901, 58.1143],[-6.449699, 58.1146],[-6.450099, 58.1147],[-6.4509, 58.1145],[-6.4518, 58.1135],[-6.4534, 58.1123],[-6.453599, 58.1119],[-6.4533, 58.1103],[-6.4533, 58.1096],[-6.45400, 58.1088],[-6.4547, 58.1079],[-6.4552, 58.1072],[-6.45730, 58.1060],[-6.458399, 58.1056],[-6.4608, 58.1054],[-6.461801, 58.1052],[-6.462299, 58.1049],[-6.4649, 58.1041],[-6.465499, 58.1039],[-6.46630, 58.1044],[-6.467, 58.1049],[-6.467599, 58.1049],[-6.467999, 58.1047],[-6.46820, 58.1043],[-6.46910, 58.1040],[-6.4698, 58.1044],[-6.4703, 58.1052],[-6.470699, 58.1056],[-6.4713, 58.1056],[-6.47240, 58.1049],[-6.474501, 58.1046],[-6.475599000000002, 58.1045],[-6.4764, 58.105],[-6.47790, 58.105],[-6.478199, 58.1049],[-6.47840, 58.1047],[-6.4786, 58.1037],[-6.478799, 58.1033],[-6.479101, 58.1032],[-6.480899, 58.1028],[-6.4819, 58.1034],[-6.483399, 58.1047],[-6.483901, 58.1048],[-6.4842, 58.1048],[-6.485099, 58.1045],[-6.48630, 58.1033],[-6.486401, 58.1028],[-6.486401, 58.1024],[-6.486001000000002, 58.1011],[-6.486001000000002, 58.1005],[-6.486401, 58.1003],[-6.4867, 58.1003],[-6.487299, 58.1008],[-6.4877, 58.1010],[-6.4881, 58.1008],[-6.48920, 58.1001],[-6.490399, 58.0997],[-6.4909, 58.0997],[-6.493501, 58.1005],[-6.49430, 58.1010],[-6.494599, 58.1015],[-6.494999, 58.1018],[-6.4955, 58.1019],[-6.496601, 58.1019],[-6.497499, 58.1023],[-6.4984, 58.1026],[-6.498701, 58.1025],[-6.4989, 58.1022],[-6.4989, 58.1016],[-6.49900, 58.1014],[-6.499101, 58.1013],[-6.499501, 58.1013],[-6.50040, 58.1023],[-6.501601, 58.1038],[-6.5022, 58.1041],[-6.5054, 58.1045],[-6.5067, 58.1045],[-6.5079, 58.1042],[-6.5082, 58.1041],[-6.508299, 58.1038],[-6.508299, 58.1033],[-6.5082, 58.102],[-6.507999, 58.1016],[-6.5078, 58.1014],[-6.50710, 58.1013],[-6.50660, 58.1011],[-6.506499, 58.1008],[-6.506499, 58.1004],[-6.50660, 58.0999],[-6.506801, 58.0997],[-6.5082, 58.0995],[-6.509399, 58.0996],[-6.510499, 58.0999],[-6.51130, 58.1001],[-6.5128, 58.0995],[-6.5134, 58.0994],[-6.513901, 58.0998],[-6.5144, 58.1004],[-6.514699, 58.1006],[-6.51550, 58.1008],[-6.5156, 58.1011],[-6.51550, 58.1012],[-6.514599, 58.1015],[-6.514599, 58.1018],[-6.5149, 58.102],[-6.5152, 58.102],[-6.517499, 58.1021],[-6.519199, 58.1015],[-6.522, 58.1011],[-6.522699, 58.1014],[-6.523701, 58.1018],[-6.524301, 58.1018],[-6.5247, 58.1013],[-6.525199, 58.1005],[-6.525599, 58.1003],[-6.52580, 58.1004],[-6.5271, 58.1010],[-6.528901, 58.1018],[-6.529699, 58.102],[-6.5302, 58.1019],[-6.531099, 58.1017],[-6.531499, 58.1007],[-6.5317, 58.1005],[-6.532001, 58.1004],[-6.533199, 58.1004],[-6.534699, 58.1006],[-6.5355, 58.1008],[-6.5365, 58.1008],[-6.536699, 58.1007],[-6.536699, 58.1004],[-6.536699, 58.1001],[-6.5365, 58.0999],[-6.535699000000002, 58.0999],[-6.5342, 58.0995],[-6.529301, 58.0996],[-6.52920, 58.0996],[-6.528901, 58.0995],[-6.52820, 58.0989],[-6.527, 58.0983],[-6.526899, 58.0981],[-6.52720, 58.0975],[-6.530399, 58.0959],[-6.531499, 58.0958],[-6.534599, 58.0957],[-6.5368, 58.0949],[-6.538199, 58.0944],[-6.53890, 58.0942],[-6.539599, 58.0942],[-6.540599, 58.0944],[-6.54400, 58.0939],[-6.5495, 58.0943],[-6.551401, 58.094],[-6.5524, 58.0943],[-6.5537, 58.0946],[-6.5555, 58.0946],[-6.557099, 58.0942],[-6.5608, 58.0935],[-6.562799, 58.0931],[-6.56660, 58.0931],[-6.568501, 58.0929],[-6.571401000000002, 58.0924],[-6.57280, 58.0922],[-6.575099, 58.0922],[-6.5759, 58.0922],[-6.57930, 58.0916],[-6.5819, 58.0915],[-6.58350, 58.0915],[-6.586, 58.0914],[-6.587, 58.0909],[-6.587999, 58.0904],[-6.590799, 58.0905],[-6.59530, 58.0905],[-6.598599, 58.0898],[-6.60140, 58.0886],[-6.602399, 58.0887],[-6.6029, 58.0891],[-6.606601, 58.0891],[-6.61120, 58.0891],[-6.6153, 58.0881],[-6.6199, 58.0872],[-6.6218, 58.0872],[-6.623799, 58.0875],[-6.625199, 58.0873],[-6.626201, 58.0872],[-6.627399, 58.087],[-6.628901, 58.0867],[-6.630199, 58.0866],[-6.631299, 58.0864],[-6.632, 58.0863],[-6.632299, 58.086],[-6.632199, 58.0858],[-6.6317, 58.0858],[-6.6303, 58.0859],[-6.63000, 58.0858],[-6.629799, 58.0856],[-6.629799, 58.0851],[-6.63000, 58.0848],[-6.6303, 58.0846],[-6.6307, 58.0845],[-6.632199, 58.0844],[-6.634501, 58.083],[-6.636499, 58.0829],[-6.637199, 58.0826],[-6.6373, 58.0824],[-6.637199, 58.0823],[-6.634699, 58.082],[-6.63420, 58.0821],[-6.631801, 58.083],[-6.627999, 58.0828],[-6.6265, 58.0821],[-6.624501, 58.0806],[-6.623199, 58.0799],[-6.6219, 58.0799],[-6.6209, 58.0804],[-6.61920, 58.0817],[-6.618, 58.0837],[-6.617499, 58.0845],[-6.616499, 58.0853],[-6.614301, 58.0864],[-6.612599, 58.0863],[-6.611401, 58.0863],[-6.609799000000002, 58.0861],[-6.608901, 58.086],[-6.608799, 58.086],[-6.608701, 58.0853],[-6.608701, 58.0847],[-6.608799, 58.0842],[-6.607699, 58.0839],[-6.605199, 58.0836],[-6.604199, 58.0823],[-6.604199, 58.082],[-6.60470, 58.0814],[-6.60470, 58.0809],[-6.604199, 58.0805],[-6.60330, 58.0805],[-6.603, 58.0806],[-6.603, 58.0811],[-6.603, 58.0817],[-6.60230, 58.0829],[-6.60220, 58.084],[-6.60230, 58.0853],[-6.60230, 58.0862],[-6.60180, 58.0871],[-6.601, 58.0877],[-6.600399, 58.0879],[-6.5959, 58.0879],[-6.593299, 58.088],[-6.59240, 58.088],[-6.591001, 58.0883],[-6.589799, 58.0884],[-6.58820, 58.0881],[-6.586699, 58.0883],[-6.58580, 58.0886],[-6.584199, 58.0886],[-6.583, 58.0886],[-6.582099, 58.0888],[-6.5809, 58.0891],[-6.578701, 58.0896],[-6.5762, 58.0896],[-6.574501, 58.0896],[-6.57420, 58.0893],[-6.57420, 58.0885],[-6.572599, 58.0876],[-6.5707, 58.0868],[-6.5687, 58.0867],[-6.5679, 58.086],[-6.56750, 58.0853],[-6.565599, 58.0846],[-6.5654, 58.0843],[-6.5653, 58.0836],[-6.5647, 58.0829],[-6.563701, 58.0827],[-6.563399, 58.0824],[-6.563399, 58.0819],[-6.562799, 58.0814],[-6.56190, 58.0814],[-6.5618, 58.0817],[-6.56190, 58.0821],[-6.562001, 58.0825],[-6.56190, 58.083],[-6.5626, 58.0837],[-6.56330, 58.0842],[-6.56390, 58.0843],[-6.564101, 58.0853],[-6.562699, 58.086],[-6.562001, 58.0864],[-6.562099, 58.087],[-6.56150, 58.0874],[-6.560599, 58.0874],[-6.56010, 58.0876],[-6.559999, 58.0881],[-6.5608, 58.0885],[-6.560599, 58.0888],[-6.559599, 58.0888],[-6.559101, 58.0893],[-6.5573, 58.0896],[-6.555799, 58.0896],[-6.553999000000002, 58.0886],[-6.553299, 58.0886],[-6.5527, 58.0886],[-6.55210, 58.0891],[-6.551401, 58.0893],[-6.5499, 58.0889],[-6.54820, 58.0889],[-6.5453, 58.0895],[-6.543799, 58.0895],[-6.54140, 58.0883],[-6.5405, 58.0877],[-6.53940, 58.0877],[-6.53760, 58.0876],[-6.535399, 58.0876],[-6.53370, 58.088],[-6.5321, 58.0884],[-6.5306, 58.0883],[-6.5281, 58.0891],[-6.5271, 58.0895],[-6.5245, 58.0891],[-6.522299, 58.0892],[-6.51930, 58.0893],[-6.5165, 58.0899],[-6.5156, 58.0905],[-6.5143, 58.0915],[-6.512199000000002, 58.0924],[-6.51170, 58.0931],[-6.511001, 58.0941],[-6.510399, 58.0941],[-6.509399, 58.0942],[-6.5081, 58.0951],[-6.506401, 58.0958],[-6.5049, 58.0958],[-6.5001, 58.0942],[-6.4984, 58.0937],[-6.497799, 58.0935],[-6.494599, 58.0939],[-6.492199, 58.094],[-6.490399, 58.094],[-6.48920, 58.094],[-6.486801, 58.0944],[-6.4861, 58.0944],[-6.48500, 58.0948],[-6.483701, 58.0949],[-6.481801000000002, 58.0943],[-6.48, 58.0939],[-6.478799, 58.0935],[-6.476601, 58.0917],[-6.476099, 58.0914],[-6.47510, 58.0914],[-6.474899, 58.0915],[-6.474899, 58.0917],[-6.47510, 58.0924],[-6.474699000000002, 58.0927],[-6.4731, 58.0906],[-6.47270, 58.0903],[-6.4719, 58.0903],[-6.4713, 58.0907],[-6.4713, 58.0911],[-6.47240, 58.0928],[-6.472899, 58.0942],[-6.472799, 58.0949],[-6.47240, 58.0952],[-6.4703, 58.0945],[-6.469501, 58.0949],[-6.46910, 58.0952],[-6.468999, 58.0958],[-6.46910, 58.0966],[-6.4687, 58.0969],[-6.4656, 58.0969],[-6.462999, 58.0969],[-6.461401, 58.0968],[-6.460899, 58.0961],[-6.459899, 58.0958],[-6.4579, 58.0958],[-6.45680, 58.0958],[-6.45310, 58.095],[-6.452001, 58.0949],[-6.45120, 58.0951],[-6.44980, 58.0958],[-6.448299, 58.0963],[-6.4475, 58.0968],[-6.4463, 58.0966],[-6.445, 58.0959],[-6.44460, 58.0956],[-6.44410, 58.0956],[-6.44360, 58.0958],[-6.4429, 58.0959],[-6.4425, 58.0958],[-6.4425, 58.0952],[-6.4425, 58.0946],[-6.440899, 58.094],[-6.4389, 58.0938],[-6.437699, 58.0941],[-6.437099, 58.094],[-6.4368, 58.0931],[-6.436, 58.0929],[-6.43480, 58.0933],[-6.434501, 58.0934],[-6.43330, 58.0933],[-6.432099, 58.0937],[-6.432001, 58.0937],[-6.431201, 58.0933],[-6.431001, 58.0929],[-6.431001, 58.0926],[-6.4317, 58.0921],[-6.43190, 58.0917],[-6.43190, 58.0911],[-6.4318, 58.0903],[-6.431201, 58.0904],[-6.4299, 58.0915],[-6.428999, 58.0926],[-6.427999, 58.0932],[-6.427299, 58.0934],[-6.427001, 58.0937],[-6.427001, 58.0946],[-6.4266, 58.0951],[-6.426499, 58.0955],[-6.4274, 58.0965],[-6.427199, 58.0968],[-6.425799, 58.0967],[-6.4252, 58.0969],[-6.42450, 58.097],[-6.423299, 58.0964],[-6.4229, 58.0964],[-6.4224, 58.0966],[-6.421, 58.0978],[-6.420199, 58.0982],[-6.4195, 58.0982],[-6.4185, 58.0982],[-6.418, 58.0984],[-6.417699, 58.0989],[-6.417699, 58.0994],[-6.4173, 58.0998],[-6.4168, 58.1004],[-6.4168, 58.1006],[-6.418099, 58.1004],[-6.42030, 58.0997],[-6.421299, 58.0996],[-6.421801, 58.099],[-6.422599, 58.0984],[-6.4232, 58.0983],[-6.4237, 58.0984],[-6.424799, 58.0987],[-6.426499, 58.099],[-6.427199, 58.0985],[-6.427599, 58.0985],[-6.427999, 58.0986],[-6.42810, 58.0994],[-6.42810, 58.1003],[-6.42870, 58.1007],[-6.4303, 58.1007],[-6.4313, 58.0997],[-6.432099, 58.0994],[-6.432799, 58.0994],[-6.4335, 58.0996],[-6.43380, 58.1],[-6.433701, 58.1006],[-6.43330, 58.1011],[-6.432199, 58.1015],[-6.429599, 58.1013],[-6.429101, 58.1014],[-6.428999, 58.1018],[-6.428999, 58.1022],[-6.429101, 58.1032],[-6.42870, 58.1040],[-6.42780, 58.1048],[-6.426001000000002, 58.1057],[-6.425, 58.1058],[-6.422699, 58.1053],[-6.42200, 58.1055],[-6.421201, 58.1063],[-6.4196, 58.1066],[-6.4182, 58.1065],[-6.418, 58.1062],[-6.418, 58.1058],[-6.4196, 58.1053],[-6.419899, 58.1047],[-6.419899, 58.1041],[-6.419199, 58.1039],[-6.418399, 58.1039],[-6.4173, 58.1043],[-6.4148, 58.1043],[-6.414199, 58.1043],[-6.413701, 58.1047],[-6.413701, 58.1053],[-6.413701, 58.1058],[-6.4148, 58.1073],[-6.415699, 58.1078],[-6.415599, 58.1086],[-6.414599000000002, 58.1093],[-6.412099, 58.1093],[-6.411099, 58.1097],[-6.4106, 58.1098],[-6.409501, 58.1105],[-6.407499, 58.1108],[-6.4063, 58.1108],[-6.405399, 58.1108],[-6.403299, 58.1096],[-6.4022, 58.1094],[-6.4017, 58.1094],[-6.4003, 58.1105],[-6.399301, 58.111],[-6.398799, 58.1113],[-6.3979, 58.1113],[-6.397699, 58.1107],[-6.3983, 58.1095],[-6.3983, 58.108],[-6.397399, 58.1051],[-6.3961, 58.1044],[-6.395199, 58.1041],[-6.395199, 58.1037],[-6.3951, 58.1027],[-6.394899, 58.1024],[-6.3933, 58.1018],[-6.3927, 58.1012],[-6.3927, 58.1007],[-6.393199, 58.1002],[-6.395599, 58.1001],[-6.397299, 58.1004],[-6.39820, 58.1008],[-6.398901, 58.1008],[-6.39960, 58.1009],[-6.399799, 58.1013],[-6.3997, 58.1022],[-6.3997, 58.1032],[-6.4003, 58.1035],[-6.4007, 58.1038],[-6.4011, 58.1039],[-6.4012, 58.1048],[-6.4011, 58.1053],[-6.4011, 58.1060],[-6.401299, 58.1065],[-6.4031, 58.1074],[-6.40560, 58.1074],[-6.4067, 58.1074],[-6.406899, 58.1074],[-6.408299, 58.1081],[-6.40940, 58.1081],[-6.409501, 58.1075],[-6.4078, 58.1067],[-6.407599000000002, 58.1063],[-6.408501, 58.1053],[-6.4088, 58.1048],[-6.408501, 58.1046],[-6.405799, 58.1046],[-6.405799, 58.1043],[-6.40560, 58.1038],[-6.4031, 58.1034],[-6.402999, 58.103],[-6.40290, 58.102],[-6.40280, 58.1015],[-6.40200, 58.1012],[-6.401899, 58.1008],[-6.40200, 58.1003],[-6.40200, 58.0999],[-6.4017, 58.0996],[-6.39960, 58.1003],[-6.398901, 58.1003],[-6.397999, 58.0999],[-6.397999, 58.0996],[-6.399199, 58.099],[-6.3994, 58.0983],[-6.3994, 58.098],[-6.3964, 58.097],[-6.396299000000002, 58.0967],[-6.396201, 58.0959],[-6.39540, 58.0957],[-6.39480, 58.0964],[-6.394599, 58.0966],[-6.39340, 58.0968],[-6.3923, 58.0968],[-6.3918, 58.0973],[-6.391601, 58.0979],[-6.3908, 58.0981],[-6.389699, 58.0985],[-6.388501, 58.0987],[-6.3871, 58.0985],[-6.386899, 58.0981],[-6.386899, 58.0969],[-6.387001, 58.0953],[-6.386899, 58.0949],[-6.3859, 58.0944],[-6.384699, 58.0945],[-6.383901, 58.0943],[-6.383501, 58.0939],[-6.383501, 58.0935],[-6.384399, 58.0931],[-6.385399, 58.0927],[-6.3859, 58.0926],[-6.38920, 58.0931],[-6.389999, 58.0929],[-6.3923, 58.0923],[-6.3929, 58.0924],[-6.394199, 58.0934],[-6.3965, 58.0933],[-6.397699, 58.0929],[-6.3983, 58.0926],[-6.3997, 58.0925],[-6.40010, 58.0921],[-6.397999, 58.091],[-6.396699, 58.0902],[-6.3965, 58.0896],[-6.396699, 58.0888],[-6.396699, 58.0881],[-6.395599, 58.0873],[-6.395299, 58.0867],[-6.39570, 58.0863],[-6.39580, 58.0855],[-6.39580, 58.085],[-6.3939, 58.0855],[-6.3929, 58.0865],[-6.38880, 58.0863],[-6.387599, 58.0871],[-6.3868, 58.0878],[-6.386001, 58.0891],[-6.3856, 58.0897],[-6.3842, 58.0898],[-6.3825, 58.0905],[-6.381001, 58.0914],[-6.38030, 58.0924],[-6.378799, 58.0927],[-6.377399, 58.0926],[-6.376699, 58.0921],[-6.376601, 58.0915],[-6.376601, 58.0906],[-6.3772, 58.0894],[-6.3791, 58.0874],[-6.37990, 58.0862],[-6.380099, 58.0853],[-6.379799, 58.0843],[-6.37990, 58.0839],[-6.38030, 58.0833],[-6.38030, 58.0827],[-6.379399, 58.0822],[-6.37850, 58.0822],[-6.378399, 58.0817],[-6.37850, 58.0812],[-6.379301, 58.0807],[-6.3796, 58.08],[-6.3795, 58.0795],[-6.378399, 58.0787],[-6.3779, 58.0787],[-6.375199, 58.0789],[-6.3734, 58.0791],[-6.37130, 58.0789],[-6.370699, 58.0788],[-6.3701, 58.0782],[-6.3692, 58.0777],[-6.36810, 58.0769],[-6.368, 58.0766],[-6.368, 58.0761],[-6.369699, 58.0749],[-6.3701, 58.0743],[-6.3708, 58.0737],[-6.3718, 58.0736],[-6.3722, 58.0735],[-6.3729, 58.073],[-6.3772, 58.0697],[-6.3786, 58.0689],[-6.3791, 58.0684],[-6.379, 58.0679],[-6.3786, 58.0674],[-6.375, 58.0674],[-6.373, 58.0674],[-6.372399, 58.0671],[-6.37130, 58.0669],[-6.3702, 58.0669],[-6.368701, 58.0661],[-6.3673, 58.0656],[-6.36670, 58.0652],[-6.366601, 58.0648],[-6.366601, 58.064],[-6.367099, 58.0629],[-6.367199, 58.0621],[-6.36670, 58.0613],[-6.36670, 58.0606],[-6.366899, 58.0601],[-6.36670, 58.0593],[-6.3656, 58.0584],[-6.3656, 58.0578],[-6.3656, 58.0572],[-6.366099, 58.0566],[-6.367099, 58.0566],[-6.368701, 58.0565],[-6.3702, 58.0558],[-6.37050, 58.0554],[-6.371201, 58.0555],[-6.372001000000002, 58.0555],[-6.37230, 58.0549],[-6.372399, 58.0543],[-6.3722, 58.0534],[-6.372399, 58.0528],[-6.372499, 58.0522],[-6.3718, 58.0516],[-6.37130, 58.0510],[-6.37130, 58.0505],[-6.3718, 58.0499],[-6.372099, 58.0496],[-6.3743, 58.0487],[-6.3764, 58.0484],[-6.377699, 58.0482],[-6.378901, 58.0484],[-6.380799, 58.0485],[-6.3816, 58.0482],[-6.3824, 58.0480],[-6.383501, 58.0480],[-6.38730, 58.0481],[-6.390399, 58.0480],[-6.3913, 58.0476],[-6.39480, 58.0475],[-6.39720, 58.047],[-6.39860, 58.0468],[-6.40200, 58.0473],[-6.412099, 58.0480],[-6.416699, 58.0488],[-6.4183, 58.0487],[-6.419101, 58.0483],[-6.42030, 58.0482],[-6.4231, 58.0489],[-6.425, 58.0488],[-6.4256, 58.0486],[-6.426899, 58.0492],[-6.4288, 58.0492],[-6.432499, 58.0491],[-6.441401, 58.0499],[-6.443799, 58.0506],[-6.445199, 58.0510],[-6.446001, 58.0509],[-6.4463, 58.0504],[-6.4463, 58.0502],[-6.4429, 58.0497],[-6.438399, 58.0489],[-6.43430, 58.0487],[-6.429699, 58.0478],[-6.42780, 58.0475],[-6.425399, 58.0474],[-6.424799, 58.0473],[-6.422299, 58.0466],[-6.421, 58.0460],[-6.42, 58.0459],[-6.417699, 58.0460],[-6.414599000000002, 58.0464],[-6.41130, 58.0464],[-6.4109, 58.0462],[-6.4093, 58.0443],[-6.4084, 58.044],[-6.40520, 58.0438],[-6.4031, 58.0428],[-6.402299, 58.0425],[-6.4016, 58.0425],[-6.4008, 58.0423],[-6.4007, 58.0422],[-6.4008, 58.0414],[-6.4012, 58.0409],[-6.4011, 58.0404],[-6.4008, 58.0404],[-6.399899, 58.0414],[-6.397, 58.0414],[-6.3965, 58.0414],[-6.394101, 58.0419],[-6.3919, 58.0426],[-6.39060, 58.0427],[-6.39020, 58.0426],[-6.390399, 58.0423],[-6.3905, 58.0419],[-6.390399, 58.0413],[-6.38920, 58.0412],[-6.38370, 58.0416],[-6.382199, 58.0421],[-6.380899, 58.0423],[-6.378399, 58.0423],[-6.376299, 58.0427],[-6.374599, 58.0427],[-6.373, 58.0421],[-6.3701, 58.0412],[-6.368701, 58.041],[-6.36620, 58.0411],[-6.364799, 58.0409],[-6.3621, 58.041],[-6.361401, 58.0409],[-6.360199, 58.0405],[-6.3585, 58.0403],[-6.357999, 58.0401],[-6.35690, 58.0386],[-6.355899, 58.0366],[-6.355899, 58.0358],[-6.3565, 58.0356],[-6.35690, 58.0353],[-6.357399, 58.0345],[-6.3576, 58.0337],[-6.3572, 58.0323],[-6.3572, 58.0312],[-6.357399, 58.0305],[-6.35820, 58.0299],[-6.360199, 58.0299],[-6.360899, 58.0296],[-6.361401, 58.029],[-6.3617, 58.0286],[-6.3632, 58.0277],[-6.363901, 58.027],[-6.364301, 58.0251],[-6.364799, 58.0242],[-6.36520, 58.0236],[-6.36530, 58.0231],[-6.364699, 58.0222],[-6.3649, 58.0215],[-6.3656, 58.0204],[-6.365799000000002, 58.0189],[-6.3659, 58.0183],[-6.36630, 58.0181],[-6.367499, 58.0181],[-6.368999, 58.0176],[-6.369999, 58.0176],[-6.37130, 58.0171],[-6.3718, 58.0171],[-6.37230, 58.017],[-6.373099, 58.0168],[-6.374, 58.017],[-6.375, 58.0167],[-6.37710, 58.0157],[-6.3782, 58.0157],[-6.3791, 58.0154],[-6.3796, 58.0149],[-6.379799, 58.0133],[-6.380199, 58.0124],[-6.3811, 58.0116],[-6.382299, 58.0097],[-6.38310, 58.0092],[-6.386899, 58.0088],[-6.387899, 58.0083],[-6.388599, 58.0073],[-6.38880, 58.0054],[-6.388599, 58.0039],[-6.386401, 58.0016],[-6.386499, 58.0013],[-6.387001, 58.0007],[-6.3878, 58.0007],[-6.38930, 58.0008],[-6.390699, 58.0008],[-6.3909, 58.0005],[-6.392099, 58.0002],[-6.393199, 58.0002],[-6.39580, 58.0015],[-6.399301, 58.0021],[-6.40010, 58.0028],[-6.400899, 58.0037],[-6.40290, 58.0049],[-6.403399, 58.0059],[-6.40370, 58.0069],[-6.404399, 58.007],[-6.40660, 58.0089],[-6.408501, 58.01],[-6.4109, 58.0103],[-6.412399, 58.0102],[-6.4139, 58.0108],[-6.416601, 58.0128],[-6.41790, 58.0129],[-6.418399, 58.0129],[-6.41970, 58.0122],[-6.42070, 58.0118],[-6.422299, 58.0107],[-6.4231, 58.0103],[-6.4252, 58.0103],[-6.426499, 58.0107],[-6.428901, 58.0118],[-6.4298, 58.0124],[-6.429999, 58.0132],[-6.4305, 58.0139],[-6.43240, 58.015],[-6.4335, 58.0162],[-6.434501, 58.0167],[-6.436699, 58.0166],[-6.4373, 58.0157],[-6.43750, 58.0153],[-6.4368, 58.0147],[-6.4368, 58.0143],[-6.437099, 58.0135],[-6.436, 58.0117],[-6.436201, 58.0112],[-6.4368, 58.0113],[-6.439899, 58.0115],[-6.441201, 58.0114],[-6.4421, 58.011],[-6.442599, 58.0106],[-6.442599, 58.0092],[-6.442699, 58.0086],[-6.44360, 58.0080],[-6.445499, 58.0076],[-6.447299, 58.0064],[-6.4482, 58.0064],[-6.44930, 58.0068],[-6.44980, 58.0077],[-6.45120, 58.0103],[-6.452199, 58.0121],[-6.4548, 58.0134],[-6.45540, 58.0144],[-6.456299, 58.016],[-6.45690, 58.0173],[-6.458099, 58.0183],[-6.45820, 58.0192],[-6.45820, 58.0198],[-6.458399, 58.02],[-6.459199, 58.02],[-6.4604, 58.019],[-6.461299, 58.0183],[-6.461801, 58.018],[-6.46250, 58.0181],[-6.463399000000002, 58.0183],[-6.463901, 58.018],[-6.46470, 58.018],[-6.465199, 58.0184],[-6.4661, 58.0192],[-6.4671, 58.019],[-6.4674, 58.0186],[-6.468299, 58.017],[-6.468299, 58.0163],[-6.465, 58.0161],[-6.464399, 58.0158],[-6.464399, 58.0155],[-6.465099, 58.0148],[-6.46530, 58.0143],[-6.465099, 58.0127],[-6.4656, 58.0117],[-6.4661, 58.0113],[-6.4671, 58.0113],[-6.46810, 58.0106],[-6.469501, 58.0102],[-6.4706, 58.01],[-6.474101, 58.0106],[-6.4755, 58.0112],[-6.4773, 58.0113],[-6.48, 58.0105],[-6.48070, 58.0104],[-6.4825, 58.0108],[-6.48400, 58.0118],[-6.485499, 58.0124],[-6.4875, 58.0128],[-6.492199, 58.014],[-6.4931, 58.014],[-6.49480, 58.0157],[-6.495699, 58.0163],[-6.49720, 58.0165],[-6.499101, 58.0183],[-6.499501, 58.0181],[-6.499501, 58.0176],[-6.498099, 58.0154],[-6.497499, 58.0151],[-6.4963, 58.015],[-6.49390, 58.0132],[-6.4928, 58.0122],[-6.4913, 58.0118],[-6.489301, 58.0111],[-6.48870, 58.0106],[-6.488901, 58.0102],[-6.4899, 58.0102],[-6.490099, 58.0099],[-6.4903, 58.0094],[-6.4912, 58.0087],[-6.492599, 58.0086],[-6.493999, 58.0087],[-6.49480, 58.009],[-6.49580, 58.0108],[-6.4965, 58.0116],[-6.497499, 58.0118],[-6.4989, 58.0113],[-6.499599, 58.0106],[-6.500199, 58.0094],[-6.5015, 58.009],[-6.503399, 58.009],[-6.50700, 58.0091],[-6.509699, 58.0094],[-6.513599, 58.0108],[-6.5148, 58.0115],[-6.518099, 58.0127],[-6.5207, 58.0152],[-6.522399, 58.0162],[-6.522999, 58.0169],[-6.527, 58.019],[-6.5278, 58.019],[-6.5281, 58.0186],[-6.52570, 58.0174],[-6.524899, 58.0166],[-6.52400, 58.0159],[-6.5233, 58.0154],[-6.522999, 58.015],[-6.5226, 58.0144],[-6.522699, 58.0139],[-6.52290, 58.0136],[-6.523099, 58.0129],[-6.522999, 58.0124],[-6.52250, 58.0115],[-6.52250, 58.0111],[-6.522799, 58.0107],[-6.523099, 58.0105],[-6.524301, 58.0099],[-6.52530, 58.0097],[-6.52530, 58.0096],[-6.5246, 58.0094],[-6.5232, 58.0089],[-6.522699, 58.0085],[-6.52250, 58.0080],[-6.52250, 58.0075],[-6.522799, 58.0073],[-6.523099, 58.0072],[-6.526801, 58.007],[-6.530499000000002, 58.0073],[-6.5321, 58.0073],[-6.533, 58.007],[-6.53560, 58.0065],[-6.539599, 58.0073],[-6.5429, 58.0082],[-6.5454, 58.0087],[-6.5538, 58.0078],[-6.56190, 58.0062],[-6.573901, 58.0055],[-6.577099, 58.0048],[-6.578701, 58.0047],[-6.580699, 58.0044],[-6.581601, 58.0041],[-6.5832, 58.0041],[-6.584301, 58.0039],[-6.5866, 58.0032],[-6.592299, 58.0037],[-6.594999, 58.0038],[-6.596001, 58.0037],[-6.596099, 58.0035],[-6.596099, 58.0032],[-6.5932, 58.0032],[-6.5903, 58.0031],[-6.58920, 58.0028],[-6.58820, 58.0024],[-6.586299, 58.0024],[-6.585299, 58.0024],[-6.5851, 58.0025],[-6.5847, 58.0029],[-6.58400, 58.0031],[-6.583, 58.0032],[-6.581699, 58.003],[-6.581299, 58.003],[-6.58020, 58.0035],[-6.57970, 58.0037],[-6.578199, 58.0041],[-6.5759, 58.0043],[-6.57000, 58.0045],[-6.566, 58.0033],[-6.563099, 58.0029],[-6.560599, 58.0028],[-6.558, 58.0037],[-6.5548, 58.0044],[-6.5531, 58.0046],[-6.55160, 58.0048],[-6.549301, 58.0049],[-6.5466, 58.0049],[-6.5457, 58.0047],[-6.54460, 58.0043],[-6.54230, 58.0022],[-6.54180, 58.0019],[-6.5411, 58.0018],[-6.5401, 58.0018],[-6.53890, 58.0016],[-6.537499, 58.0017],[-6.5355, 58.0022],[-6.5349, 58.0022],[-6.531801, 58.0015],[-6.527999, 58.0014],[-6.525, 58.0015],[-6.523799, 58.0017],[-6.522699, 58.0015],[-6.521801, 58.0011],[-6.5201, 58.0009],[-6.5124, 58.0008],[-6.51170, 58.0008],[-6.5087, 58.0012],[-6.50750, 58.0012],[-6.5053, 58.0009],[-6.5035, 58.0009],[-6.5022, 58.0012],[-6.50000, 58.0016],[-6.498799, 58.0014],[-6.497499, 58.0014],[-6.491001, 58.0015],[-6.4861, 58.0016],[-6.48450, 58.0020],[-6.4801, 58.0015],[-6.476299, 58.0015],[-6.4726, 58.0015],[-6.470799, 58.001],[-6.468901, 58.0001],[-6.4678, 57.9999],[-6.466401, 57.9997],[-6.465, 57.9996],[-6.461801, 57.9983],[-6.458399, 57.9969],[-6.45680, 57.9958],[-6.4555, 57.9954],[-6.453701, 57.9950],[-6.452799, 57.9947],[-6.4523, 57.9943],[-6.4523, 57.9939],[-6.4527, 57.9933],[-6.452799, 57.9929],[-6.4527, 57.9925],[-6.452199, 57.9922],[-6.452199, 57.9918],[-6.4524, 57.9912],[-6.452199, 57.9911],[-6.451499, 57.9908],[-6.450399, 57.9906],[-6.449501, 57.9905],[-6.448901, 57.9903],[-6.448599, 57.9900],[-6.4487, 57.9898],[-6.4488, 57.9897],[-6.450699, 57.9897],[-6.451499, 57.9897],[-6.4518, 57.9895],[-6.4519, 57.9891],[-6.452099, 57.9878],[-6.452799, 57.9874],[-6.453501, 57.9869],[-6.454101, 57.9864],[-6.454199, 57.9858],[-6.4538, 57.9851],[-6.45310, 57.9845],[-6.4524, 57.9839],[-6.448901, 57.9815],[-6.447999, 57.9808],[-6.446899, 57.9801],[-6.446899, 57.9799],[-6.447001, 57.9795],[-6.4475, 57.9781],[-6.4477, 57.9774],[-6.4481, 57.9755],[-6.448299, 57.9746],[-6.448501, 57.9742],[-6.449501, 57.9736],[-6.450099, 57.9729],[-6.450099, 57.9722],[-6.4496, 57.9712],[-6.4481, 57.9705],[-6.4467, 57.9695],[-6.44610, 57.9687],[-6.445899, 57.9681],[-6.44610, 57.9675],[-6.447999, 57.9668],[-6.4488, 57.9658],[-6.449501, 57.9655],[-6.45120, 57.9652],[-6.453501, 57.9648],[-6.4548, 57.9643],[-6.455699, 57.9637],[-6.456601, 57.9629],[-6.4572, 57.9623],[-6.45820, 57.9618],[-6.459899, 57.9619],[-6.462699, 57.9624],[-6.4645, 57.963],[-6.465199, 57.9627],[-6.46530, 57.9623],[-6.465199, 57.9619],[-6.4649, 57.9616],[-6.464399, 57.9613],[-6.464, 57.9608],[-6.4637, 57.9603],[-6.4637, 57.9596],[-6.464301, 57.9581],[-6.4645, 57.9573],[-6.464301, 57.9567],[-6.463901, 57.956],[-6.4642, 57.9538],[-6.464301, 57.9529],[-6.4642, 57.9522],[-6.463901, 57.9517],[-6.464, 57.9513],[-6.4645, 57.951],[-6.465, 57.9508],[-6.4654, 57.9506],[-6.4654, 57.9502],[-6.465199, 57.9489],[-6.465199, 57.9485],[-6.4649, 57.9477],[-6.46470, 57.9473],[-6.4645, 57.9462],[-6.4645, 57.9456],[-6.4646, 57.9447],[-6.4649, 57.9440],[-6.464799, 57.9431],[-6.4649, 57.9426],[-6.465499, 57.9422],[-6.4661, 57.9421],[-6.466401, 57.9418],[-6.46670, 57.9415],[-6.466801, 57.9409],[-6.4671, 57.9406],[-6.4677, 57.9402],[-6.468299, 57.9399],[-6.4692, 57.9389],[-6.4696, 57.9386],[-6.469999, 57.9385],[-6.470699, 57.9385],[-6.47180, 57.9386],[-6.47240, 57.9388],[-6.4731, 57.9389],[-6.474599, 57.9389],[-6.475299, 57.9390],[-6.476099, 57.9394],[-6.476601, 57.9398],[-6.4776, 57.9406],[-6.4783, 57.9410],[-6.47890, 57.9411],[-6.47940, 57.9409],[-6.4795, 57.9405],[-6.4795, 57.9398],[-6.479899, 57.9391],[-6.480199, 57.9389],[-6.481201, 57.9388],[-6.481801000000002, 57.9390],[-6.483901, 57.9392],[-6.4861, 57.9393],[-6.487199, 57.9392],[-6.488999, 57.9392],[-6.4896, 57.9393],[-6.490699, 57.9398],[-6.491899, 57.9401],[-6.493199, 57.9414],[-6.49430, 57.9417],[-6.49480, 57.9418],[-6.495699, 57.9414],[-6.49680, 57.9413],[-6.497799, 57.9418],[-6.499501, 57.9416],[-6.50000, 57.9412],[-6.50050, 57.9405],[-6.5007, 57.9398],[-6.500899, 57.9383],[-6.501299, 57.9375],[-6.501801, 57.9374],[-6.5021, 57.9372],[-6.5022, 57.937],[-6.501801, 57.9366],[-6.50190, 57.9363],[-6.502399, 57.9361],[-6.5035, 57.9359],[-6.504, 57.9357],[-6.50470, 57.9355],[-6.505199000000002, 57.9351],[-6.505499, 57.9345],[-6.505499, 57.9341],[-6.505199000000002, 57.9336],[-6.5053, 57.9331],[-6.505799, 57.9327],[-6.50710, 57.9319],[-6.5079, 57.9315],[-6.5086, 57.931],[-6.5092, 57.9305],[-6.509799, 57.9300],[-6.51030, 57.9297],[-6.511001, 57.9296],[-6.5121, 57.9295],[-6.51270, 57.9293],[-6.513599, 57.9287],[-6.5148, 57.9282],[-6.5156, 57.9282],[-6.516001, 57.9282],[-6.516699, 57.9285],[-6.517099, 57.9290],[-6.517499, 57.9295],[-6.518199, 57.9298],[-6.518799, 57.9301],[-6.51930, 57.9307],[-6.51970, 57.9313],[-6.5201, 57.9318],[-6.5205, 57.9324],[-6.52110, 57.9350],[-6.521299, 57.9354],[-6.522, 57.9359],[-6.522699, 57.9361],[-6.5233, 57.9360],[-6.5236, 57.9358],[-6.5241, 57.9352],[-6.52440, 57.9348],[-6.524799, 57.9348],[-6.525199, 57.9350],[-6.52540, 57.9353],[-6.52540, 57.9358],[-6.52530, 57.9365],[-6.525499, 57.9369],[-6.525899, 57.9372],[-6.526299, 57.9375],[-6.526299, 57.9378],[-6.5262, 57.9380],[-6.526, 57.9382],[-6.525599, 57.9382],[-6.525199, 57.9383],[-6.5245, 57.9381],[-6.5233, 57.9374],[-6.5226, 57.9373],[-6.522299, 57.9373],[-6.5222, 57.9376],[-6.522399, 57.9380],[-6.523799, 57.9392],[-6.52400, 57.9398],[-6.5241, 57.9403],[-6.5245, 57.9406],[-6.524899, 57.9406],[-6.52540, 57.9403],[-6.525899, 57.9401],[-6.52670, 57.9403],[-6.5278, 57.9407],[-6.5287, 57.9413],[-6.530399, 57.9428],[-6.5312, 57.9435],[-6.532001, 57.9438],[-6.53280, 57.9438],[-6.533299, 57.9437],[-6.533599, 57.9435],[-6.533501, 57.9426],[-6.533599, 57.942],[-6.533901, 57.9417],[-6.5344, 57.9417],[-6.535299, 57.9424],[-6.5359, 57.943],[-6.536099, 57.9432],[-6.5365, 57.9433],[-6.5373, 57.9433],[-6.537799, 57.9435],[-6.537899, 57.9441],[-6.537799, 57.9448],[-6.537899, 57.9452],[-6.53800, 57.9456],[-6.5377, 57.9465],[-6.5377, 57.9469],[-6.537799, 57.9473],[-6.5383, 57.9477],[-6.53890, 57.9479],[-6.539599, 57.9484],[-6.5402, 57.9491],[-6.5405, 57.9497],[-6.5409, 57.9507],[-6.541299, 57.9514],[-6.54180, 57.9522],[-6.54320, 57.9573],[-6.543799, 57.9587],[-6.5445, 57.9596],[-6.544799, 57.9598],[-6.545499, 57.9598],[-6.545899, 57.9596],[-6.54600, 57.9592],[-6.546201, 57.9581],[-6.547299, 57.9574],[-6.547699, 57.9568],[-6.54780, 57.956],[-6.547599, 57.9552],[-6.5471, 57.9543],[-6.545899, 57.9518],[-6.5451, 57.9499],[-6.5447, 57.9485],[-6.543399, 57.9476],[-6.542699000000002, 57.9469],[-6.5426, 57.9463],[-6.543099, 57.9458],[-6.54460, 57.9454],[-6.54500, 57.9448],[-6.5454, 57.9439],[-6.546899, 57.943],[-6.5472, 57.9422],[-6.5472, 57.9415],[-6.54650, 57.9407],[-6.54460, 57.9397],[-6.543, 57.9385],[-6.54180, 57.9366],[-6.54140, 57.9354],[-6.540699, 57.9345],[-6.539501, 57.9336],[-6.5373, 57.9320],[-6.5365, 57.9309],[-6.536699, 57.9297],[-6.5363, 57.9289],[-6.536001, 57.9285],[-6.536001, 57.9276],[-6.536099, 57.9269],[-6.535699000000002, 57.9263],[-6.535299, 57.9258],[-6.534599, 57.9238],[-6.5348, 57.9231],[-6.53510, 57.9219],[-6.535299, 57.9208],[-6.536001, 57.9193],[-6.536699, 57.9185],[-6.53760, 57.9181],[-6.539999, 57.9177],[-6.5409, 57.9176],[-6.542099, 57.9180],[-6.543799, 57.9178],[-6.5457, 57.9184],[-6.547999, 57.9197],[-6.548901000000002, 57.9197],[-6.549301, 57.9192],[-6.549301, 57.9178],[-6.549699, 57.9174],[-6.550799, 57.9176],[-6.551401, 57.9179],[-6.55210, 57.9180],[-6.553501, 57.9183],[-6.5542, 57.9179],[-6.554501, 57.9175],[-6.5546, 57.917],[-6.5548, 57.9167],[-6.5555, 57.9168],[-6.5564, 57.9177],[-6.5569, 57.9180],[-6.55770, 57.9181],[-6.5583, 57.9185],[-6.559101, 57.9197],[-6.55970, 57.9207],[-6.560699, 57.9211],[-6.5618, 57.9213],[-6.5626, 57.9211],[-6.562799, 57.9208],[-6.5625, 57.9204],[-6.56150, 57.92],[-6.5602, 57.9181],[-6.55970, 57.9172],[-6.5598, 57.9165],[-6.560299, 57.9163],[-6.5611, 57.9162],[-6.5618, 57.9164],[-6.562399, 57.9167],[-6.563, 57.9174],[-6.563399, 57.9182],[-6.5644, 57.919],[-6.5654, 57.9193],[-6.566201, 57.9198],[-6.56670, 57.9208],[-6.5672, 57.9217],[-6.5672, 57.922],[-6.567, 57.9223],[-6.565199, 57.9217],[-6.564101, 57.9217],[-6.5635, 57.922],[-6.563, 57.9227],[-6.563, 57.9230],[-6.5632, 57.9234],[-6.563099, 57.9238],[-6.563399, 57.9246],[-6.564101, 57.925],[-6.564799, 57.9251],[-6.565499, 57.9247],[-6.56610, 57.9243],[-6.5672, 57.9244],[-6.568999, 57.925],[-6.57030, 57.9257],[-6.5712, 57.9256],[-6.571899, 57.925],[-6.572199, 57.9243],[-6.571899, 57.9237],[-6.5716, 57.9228],[-6.572299000000002, 57.9222],[-6.57320, 57.9216],[-6.5731, 57.9211],[-6.5716, 57.9203],[-6.57130, 57.9196],[-6.570899, 57.9187],[-6.568299, 57.9172],[-6.567599, 57.9164],[-6.567599, 57.916],[-6.568299, 57.9151],[-6.5682, 57.9148],[-6.566401, 57.9145],[-6.566401, 57.9142],[-6.5682, 57.9139],[-6.568799, 57.9133],[-6.568799, 57.9125],[-6.568099, 57.912],[-6.567999, 57.9114],[-6.568299, 57.9109],[-6.5691, 57.9107],[-6.570199, 57.9109],[-6.570899, 57.9112],[-6.571899, 57.9119],[-6.572899, 57.9124],[-6.5743, 57.9119],[-6.5756, 57.912],[-6.576001, 57.9124],[-6.576099, 57.9129],[-6.576099, 57.9133],[-6.576601, 57.9141],[-6.576499, 57.915],[-6.5762, 57.9157],[-6.574399, 57.9169],[-6.574501, 57.9175],[-6.576001, 57.9177],[-6.57800, 57.9175],[-6.578701, 57.9171],[-6.579999, 57.9166],[-6.5815, 57.9164],[-6.5823, 57.9161],[-6.5832, 57.9162],[-6.58390, 57.9169],[-6.585299, 57.9171],[-6.5865, 57.9182],[-6.5871, 57.9187],[-6.587699, 57.9193],[-6.5879, 57.9201],[-6.5876, 57.9214],[-6.5878, 57.922],[-6.58870, 57.9221],[-6.590199, 57.9222],[-6.591401, 57.9225],[-6.59200, 57.9230],[-6.5931, 57.9235],[-6.5952, 57.9241],[-6.59530, 57.9246],[-6.594999, 57.9248],[-6.593501, 57.9249],[-6.592599, 57.9253],[-6.59240, 57.9261],[-6.59240, 57.9267],[-6.593901, 57.9276],[-6.595399, 57.9285],[-6.597099, 57.9303],[-6.599199, 57.9317],[-6.6001, 57.9329],[-6.6001, 57.9341],[-6.599899, 57.9357],[-6.60090, 57.9371],[-6.602099, 57.9380],[-6.603701, 57.9383],[-6.604199, 57.9387],[-6.6044, 57.9394],[-6.606201, 57.9408],[-6.6071, 57.9415],[-6.6072, 57.942],[-6.60700, 57.943],[-6.607299, 57.9435],[-6.6076, 57.9442],[-6.6082, 57.9447],[-6.6091, 57.9448],[-6.6099, 57.9455],[-6.610199, 57.9461],[-6.610199, 57.9471],[-6.609301, 57.9478],[-6.6086, 57.9482],[-6.607999, 57.9493],[-6.6076, 57.9498],[-6.6071, 57.9503],[-6.6061, 57.9508],[-6.60600, 57.9511],[-6.60600, 57.9512],[-6.60650, 57.9513],[-6.607299, 57.9513],[-6.608099, 57.9514],[-6.608701, 57.952],[-6.6092, 57.9522],[-6.610099, 57.9519],[-6.610899, 57.9507],[-6.611899, 57.9504],[-6.6138, 57.9498],[-6.6152, 57.9495],[-6.616401, 57.9497],[-6.61730, 57.9501],[-6.61880, 57.9515],[-6.621601, 57.9533],[-6.626, 57.9543],[-6.628799, 57.9562],[-6.630199, 57.9581],[-6.633501, 57.9601],[-6.637599, 57.9627],[-6.638501000000002, 57.9634],[-6.639999, 57.964],[-6.641201, 57.9649],[-6.642001, 57.9655],[-6.642799, 57.9655],[-6.643, 57.9652],[-6.642799, 57.9646],[-6.642001, 57.9635],[-6.6423, 57.9626],[-6.642001, 57.9615],[-6.64080, 57.9601],[-6.6401, 57.959],[-6.63940, 57.9574],[-6.6378, 57.9565],[-6.6362, 57.9547],[-6.635399, 57.9534],[-6.632999, 57.9524],[-6.63040, 57.9506],[-6.6283, 57.9492],[-6.626, 57.9464],[-6.62390, 57.9436],[-6.621699, 57.9411],[-6.6214, 57.9397],[-6.620399, 57.9383],[-6.6202, 57.9378],[-6.6202, 57.9371],[-6.6208, 57.9364],[-6.6218, 57.9364],[-6.623199, 57.9369],[-6.6236, 57.9368],[-6.6235, 57.9359],[-6.621699, 57.934],[-6.620299, 57.9330],[-6.61680, 57.9319],[-6.614999000000002, 57.9307],[-6.61210, 57.9293],[-6.610499, 57.9282],[-6.609799000000002, 57.9274],[-6.6097, 57.9266],[-6.6099, 57.9256],[-6.609799000000002, 57.9241],[-6.61, 57.9228],[-6.6096, 57.9219],[-6.60790, 57.9211],[-6.6071, 57.9206],[-6.60650, 57.9199],[-6.6055, 57.9199],[-6.605, 57.9197],[-6.60470, 57.9195],[-6.6045, 57.9193],[-6.604199, 57.9188],[-6.6043, 57.9182],[-6.60470, 57.9179],[-6.605199, 57.9179],[-6.6058, 57.9180],[-6.606299, 57.9179],[-6.606601, 57.9177],[-6.606801, 57.9171],[-6.6071, 57.917],[-6.607699, 57.917],[-6.60790, 57.9174],[-6.608099, 57.9177],[-6.608701, 57.9179],[-6.608901, 57.9177],[-6.6095, 57.9173],[-6.6099, 57.9169],[-6.61030, 57.9167],[-6.610799, 57.9166],[-6.61120, 57.9166],[-6.6116, 57.9167],[-6.61210, 57.9172],[-6.61270, 57.9177],[-6.6134, 57.9182],[-6.6141, 57.9183],[-6.614501, 57.9183],[-6.614501, 57.9180],[-6.614301, 57.9177],[-6.613999, 57.9173],[-6.613999, 57.9171],[-6.614399, 57.917],[-6.6152, 57.9169],[-6.615799, 57.9171],[-6.61630, 57.9174],[-6.616899, 57.9178],[-6.618, 57.9179],[-6.618701, 57.9179],[-6.6198, 57.9180],[-6.62060, 57.9183],[-6.621201000000002, 57.9185],[-6.6223, 57.92],[-6.62300, 57.9207],[-6.62340, 57.9208],[-6.62390, 57.9207],[-6.624501, 57.9207],[-6.624899, 57.9208],[-6.625199, 57.9214],[-6.6251, 57.9224],[-6.6247, 57.9244],[-6.62480, 57.9249],[-6.624899, 57.9252],[-6.6254, 57.9254],[-6.625899, 57.9255],[-6.6271, 57.9256],[-6.627699, 57.9260],[-6.6282, 57.9265],[-6.628901, 57.9272],[-6.6299, 57.9282],[-6.630799, 57.9289],[-6.631401, 57.9291],[-6.6317, 57.9291],[-6.632, 57.9287],[-6.632, 57.9283],[-6.6311, 57.9274],[-6.6303, 57.9263],[-6.63000, 57.9256],[-6.629799, 57.9249],[-6.6296, 57.9241],[-6.629799, 57.9234],[-6.6303, 57.9230],[-6.631499, 57.9226],[-6.632199, 57.9225],[-6.63290, 57.9227],[-6.63380, 57.9232],[-6.63460, 57.9234],[-6.63520, 57.9233],[-6.635799, 57.9231],[-6.636401, 57.9231],[-6.637001, 57.9235],[-6.639101, 57.9245],[-6.640399000000002, 57.9252],[-6.6414, 57.9256],[-6.643, 57.9254],[-6.6435, 57.9254],[-6.6439, 57.9249],[-6.6439, 57.9246],[-6.6435, 57.9240],[-6.6433, 57.9234],[-6.643701, 57.9229],[-6.643701, 57.9224],[-6.642499, 57.9221],[-6.6415, 57.9213],[-6.6415, 57.9209],[-6.642001, 57.9208],[-6.6427, 57.9208],[-6.644, 57.9208],[-6.644599, 57.9206],[-6.6447, 57.92],[-6.6447, 57.9191],[-6.645199, 57.9189],[-6.645899, 57.9188],[-6.647299, 57.919],[-6.6485, 57.9195],[-6.6501, 57.9204],[-6.652699, 57.9214],[-6.655499, 57.9238],[-6.6587, 57.9254],[-6.6593, 57.9258],[-6.660299, 57.9267],[-6.6618, 57.9290],[-6.662499, 57.9298],[-6.664101, 57.9306],[-6.66610, 57.9325],[-6.669799, 57.9364],[-6.6724, 57.9393],[-6.674799, 57.9438],[-6.679101, 57.9471],[-6.6843, 57.9523],[-6.6869, 57.955],[-6.68720, 57.9571],[-6.687699, 57.958],[-6.688701, 57.959],[-6.689301, 57.9602],[-6.690199, 57.9611],[-6.6922, 57.9623],[-6.693299, 57.9629],[-6.6945, 57.9633],[-6.6954, 57.9633],[-6.69570, 57.9623],[-6.69620, 57.9617],[-6.696499, 57.9611],[-6.6974, 57.9608],[-6.6988, 57.9619],[-6.699999, 57.9628],[-6.700799, 57.9638],[-6.700799, 57.9645],[-6.7002, 57.9649],[-6.698599, 57.965],[-6.69810, 57.9655],[-6.69810, 57.9661],[-6.6988, 57.9667],[-6.701001, 57.9679],[-6.702899, 57.9687],[-6.704501, 57.9687],[-6.7058, 57.969],[-6.70600, 57.9693],[-6.70610, 57.9698],[-6.70610, 57.9701],[-6.7058, 57.9705],[-6.705299, 57.9708],[-6.7052, 57.9711],[-6.705299, 57.9716],[-6.70550, 57.9721],[-6.70550, 57.9729],[-6.706201, 57.9734],[-6.7064, 57.9737],[-6.706299, 57.9741],[-6.70610, 57.9752],[-6.706201, 57.9761],[-6.70590, 57.9767],[-6.70550, 57.9773],[-6.705699, 57.9778],[-6.707001, 57.9786],[-6.7076, 57.9794],[-6.7075, 57.9805],[-6.707099, 57.9819],[-6.708799, 57.9838],[-6.709599, 57.9853],[-6.709799, 57.9863],[-6.70970, 57.9873],[-6.7075, 57.9883],[-6.707099, 57.9886],[-6.706601000000002, 57.9889],[-6.70610, 57.9901],[-6.705699, 57.9910],[-6.7019, 57.9934],[-6.701499, 57.9942],[-6.702899, 57.9966],[-6.704501, 58.0000],[-6.704599, 58.0003],[-6.706201, 58.0031],[-6.70650, 58.0033],[-6.709899, 58.0046],[-6.710599, 58.0052],[-6.711, 58.0057],[-6.711299, 58.0064],[-6.711401, 58.0071],[-6.711299, 58.0081],[-6.711299, 58.0086],[-6.711201, 58.0089],[-6.711, 58.0092],[-6.709899, 58.0101],[-6.709899, 58.0103],[-6.711, 58.0105],[-6.711, 58.0107],[-6.71, 58.012],[-6.709899, 58.0123],[-6.710299, 58.0138],[-6.710199, 58.0141],[-6.709199, 58.0157],[-6.7076, 58.0175],[-6.706201, 58.0181],[-6.703599, 58.0188],[-6.701601, 58.0196],[-6.7003, 58.021],[-6.697299, 58.0239],[-6.695, 58.0255],[-6.6942, 58.0264],[-6.693099, 58.0275],[-6.69100, 58.0286],[-6.689, 58.029],[-6.6889, 58.0291],[-6.6875, 58.0333],[-6.687001, 58.0341],[-6.6851, 58.0361],[-6.684501, 58.0367],[-6.6824, 58.0378],[-6.679999, 58.0385],[-6.677999, 58.0387],[-6.67560, 58.0382],[-6.67370, 58.0378],[-6.6724, 58.0376],[-6.670599, 58.0382],[-6.66850, 58.039],[-6.66700, 58.0406],[-6.6659, 58.0418],[-6.66430, 58.0431],[-6.662399, 58.0441],[-6.662199, 58.0443],[-6.662199, 58.0446],[-6.6633, 58.0453],[-6.6635, 58.0457],[-6.664501, 58.0480],[-6.664599, 58.0485],[-6.6648, 58.0504],[-6.6648, 58.0507],[-6.66470, 58.0510],[-6.663599, 58.0520],[-6.663099, 58.0537],[-6.6627, 58.0542],[-6.662499, 58.0543],[-6.6614, 58.0546],[-6.661099, 58.0547],[-6.6593, 58.0549],[-6.658901, 58.0550],[-6.657199, 58.0559],[-6.655099, 58.0559],[-6.6522, 58.0557],[-6.649799, 58.0557],[-6.645199, 58.0569],[-6.644899, 58.0569],[-6.64360, 58.0565],[-6.642099, 58.0556],[-6.6418, 58.0556],[-6.640699, 58.0562],[-6.6405, 58.0562],[-6.63940, 58.0556],[-6.6368, 58.0556],[-6.634301000000002, 58.056],[-6.6299, 58.056],[-6.62760, 58.0551],[-6.626801, 58.0546],[-6.6251, 58.0529],[-6.623701, 58.0520],[-6.6235, 58.0518],[-6.623199, 58.0512],[-6.6233, 58.0508],[-6.6235, 58.0506],[-6.6257, 58.0494],[-6.625899, 58.0492],[-6.626, 58.0490],[-6.625899, 58.0488],[-6.6257, 58.0488],[-6.6227, 58.0492],[-6.621601, 58.0490],[-6.621099000000002, 58.0488],[-6.620699, 58.0486],[-6.61880, 58.0486],[-6.6177, 58.0489],[-6.6156, 58.0492],[-6.61460, 58.0498],[-6.6134, 58.0507],[-6.61210, 58.0516],[-6.611001, 58.0520],[-6.610799, 58.0520],[-6.609799000000002, 58.0518],[-6.609301, 58.0516],[-6.608701, 58.0516],[-6.60850, 58.0518],[-6.60750, 58.0521],[-6.606201, 58.0521],[-6.6035, 58.0521],[-6.60090, 58.0526],[-6.595699, 58.0527],[-6.5917, 58.0528],[-6.5904, 58.053],[-6.589, 58.0532],[-6.5872, 58.0536],[-6.58540, 58.0542],[-6.585199, 58.0543],[-6.5851, 58.0546],[-6.591499000000002, 58.0546],[-6.599699, 58.0551],[-6.6026, 58.0547],[-6.603199, 58.0548],[-6.6071, 58.0559],[-6.6078, 58.0563],[-6.607999, 58.0563],[-6.60850, 58.0563],[-6.6113, 58.0563],[-6.61630, 58.0562],[-6.6189, 58.0559],[-6.619101, 58.056],[-6.6199, 58.0567],[-6.620299, 58.0568],[-6.6255, 58.0576],[-6.630599, 58.0584],[-6.635099, 58.059],[-6.637499, 58.0591],[-6.638299, 58.059],[-6.646801, 58.059],[-6.64830, 58.059],[-6.6545, 58.0595],[-6.656801000000002, 58.0594],[-6.66090, 58.0589],[-6.66430, 58.0595],[-6.6686, 58.0596],[-6.67370, 58.0592],[-6.6763, 58.0587],[-6.678299, 58.0587],[-6.6813, 58.0587],[-6.68340, 58.0586],[-6.687099, 58.0591],[-6.6897, 58.0597],[-6.6922, 58.0597],[-6.692599, 58.0597],[-6.69290, 58.0595],[-6.6932, 58.0592],[-6.6932, 58.059],[-6.693099, 58.0586],[-6.692999, 58.0584],[-6.692699, 58.0583],[-6.69100, 58.0589],[-6.690599, 58.0589],[-6.689301, 58.0582],[-6.68820, 58.0578],[-6.688, 58.0577],[-6.68760, 58.0570],[-6.687399, 58.0568],[-6.687001, 58.0566],[-6.686299, 58.0564],[-6.682899, 58.0561],[-6.680099, 58.0562],[-6.677499, 58.0563],[-6.674399, 58.0562],[-6.673901, 58.0562],[-6.673501, 58.056],[-6.6728, 58.0552],[-6.672699, 58.0551],[-6.6707, 58.0550],[-6.669799, 58.0549],[-6.66950, 58.0548],[-6.66890, 58.0545],[-6.668799, 58.0544],[-6.667799, 58.0521],[-6.667799, 58.0518],[-6.669, 58.0504],[-6.669, 58.05],[-6.669, 58.0498],[-6.66890, 58.0495],[-6.668099, 58.0486],[-6.668099, 58.0483],[-6.6683, 58.0481],[-6.6686, 58.0477],[-6.67030, 58.0459],[-6.670599, 58.0457],[-6.6711, 58.0455],[-6.673399, 58.0443],[-6.6742, 58.0439],[-6.6753, 58.0433],[-6.676899000000002, 58.0426],[-6.678599, 58.0417],[-6.6799, 58.041],[-6.680699, 58.0408],[-6.681601, 58.0408],[-6.6824, 58.0407],[-6.68400, 58.0402],[-6.688399, 58.0384],[-6.69010, 58.0377],[-6.6925, 58.0357],[-6.6932, 58.0353],[-6.695199000000002, 58.0345],[-6.6974, 58.0333],[-6.698999, 58.0328],[-6.699501000000002, 58.0326],[-6.69980, 58.0323],[-6.7002, 58.0316],[-6.700799, 58.0302],[-6.701601, 58.0287],[-6.702799, 58.0273],[-6.7034, 58.0267],[-6.7043, 58.026],[-6.705699, 58.0251],[-6.707399, 58.0243],[-6.7083, 58.0239],[-6.7119, 58.0213],[-6.713099, 58.0201],[-6.71490, 58.019],[-6.7153, 58.0188],[-6.717999, 58.0178],[-6.71870, 58.0176],[-6.71910, 58.0173],[-6.719699000000002, 58.0169],[-6.720399, 58.0164],[-6.721001, 58.0157],[-6.721601, 58.015],[-6.7224, 58.0145],[-6.7233, 58.0139],[-6.724101, 58.0136],[-6.7264, 58.0134],[-6.729599, 58.0123],[-6.732399, 58.0115],[-6.733399, 58.0112],[-6.735099, 58.0105],[-6.73610, 58.0101],[-6.737299, 58.0099],[-6.740099, 58.0094],[-6.74730, 58.0078],[-6.7514, 58.0059],[-6.7519, 58.0057],[-6.7526, 58.0056],[-6.754799, 58.0056],[-6.7561, 58.0054],[-6.757199, 58.0051],[-6.757299, 58.0050],[-6.757299, 58.0047],[-6.7571, 58.0045],[-6.753399, 58.0035],[-6.7519, 58.0026],[-6.751201, 58.0022],[-6.750599, 58.0015],[-6.749599, 58.0001],[-6.7493, 57.9998],[-6.749, 57.9993],[-6.7498, 57.9987],[-6.7504, 57.9984],[-6.753901, 57.9973],[-6.7541, 57.9972],[-6.7542, 57.9970],[-6.754301, 57.9967],[-6.754, 57.9955],[-6.7541, 57.9953],[-6.7545, 57.9949],[-6.7545, 57.9942],[-6.754, 57.9936],[-6.751601, 57.9940],[-6.747399, 57.9945],[-6.740799, 57.9942],[-6.739799, 57.9939],[-6.738599, 57.9935],[-6.737299, 57.9927],[-6.73610, 57.9917],[-6.734301, 57.9892],[-6.7336, 57.9879],[-6.73320, 57.9870],[-6.732299, 57.9857],[-6.7308, 57.9841],[-6.7283, 57.9814],[-6.727499, 57.9804],[-6.726699, 57.9791],[-6.724699, 57.9758],[-6.7233, 57.9736],[-6.7231, 57.973],[-6.7231, 57.9726],[-6.723599, 57.9713],[-6.723599, 57.9709],[-6.723501, 57.9706],[-6.722899, 57.9698],[-6.722001, 57.9688],[-6.721499, 57.9679],[-6.720699, 57.9661],[-6.7198, 57.964],[-6.719501, 57.9633],[-6.719301, 57.9626],[-6.719301, 57.9622],[-6.719399, 57.9619],[-6.71960, 57.9617],[-6.719999, 57.9615],[-6.724, 57.9599],[-6.72440, 57.9596],[-6.724501, 57.9594],[-6.724599, 57.959],[-6.724501, 57.9586],[-6.724199, 57.958],[-6.724199, 57.9579],[-6.72440, 57.9577],[-6.725699, 57.9573],[-6.726099, 57.9571],[-6.726299, 57.9569],[-6.726299, 57.9567],[-6.7259, 57.9566],[-6.724501, 57.9568],[-6.72430, 57.9567],[-6.724199, 57.9559],[-6.724101, 57.9557],[-6.72340, 57.9554],[-6.7223, 57.955],[-6.72190, 57.9548],[-6.7217, 57.9546],[-6.7217, 57.9544],[-6.7217, 57.9543],[-6.722001, 57.9542],[-6.722899, 57.9542],[-6.72480, 57.9544],[-6.7255, 57.9545],[-6.7259, 57.9545],[-6.726299, 57.9544],[-6.726601, 57.9543],[-6.7272, 57.9539],[-6.72760, 57.9539],[-6.7279, 57.954],[-6.729101, 57.9551],[-6.730299, 57.9559],[-6.731201, 57.9561],[-6.7346, 57.9558],[-6.737599, 57.9558],[-6.738999, 57.9552],[-6.740499, 57.9546],[-6.74170, 57.9541],[-6.74170, 57.9538],[-6.74170, 57.9536],[-6.74120, 57.9533],[-6.740699, 57.9529],[-6.73740, 57.9532],[-6.734399, 57.9529],[-6.72860, 57.9523],[-6.726, 57.9516],[-6.722799, 57.9523],[-6.718599, 57.9522],[-6.7157, 57.9524],[-6.715, 57.9525],[-6.7132, 57.9538],[-6.709101, 57.9557],[-6.70590, 57.9557],[-6.7026, 57.954],[-6.70170, 57.9529],[-6.701401000000002, 57.9522],[-6.701601, 57.9505],[-6.701601, 57.9499],[-6.701001, 57.9491],[-6.6988, 57.9468],[-6.696401, 57.9452],[-6.6945, 57.9448],[-6.693999, 57.9444],[-6.693799, 57.9432],[-6.6936, 57.9426],[-6.692699, 57.9424],[-6.6916, 57.9425],[-6.6904, 57.9422],[-6.689799, 57.9419],[-6.689199000000002, 57.9412],[-6.689101, 57.9403],[-6.688799, 57.9397],[-6.6883, 57.9395],[-6.68720, 57.9392],[-6.686699, 57.9385],[-6.686699, 57.9378],[-6.686601, 57.9365],[-6.686, 57.9358],[-6.683199, 57.9351],[-6.6796, 57.9332],[-6.679101, 57.9328],[-6.6787, 57.9323],[-6.6787, 57.9321],[-6.6793, 57.9320],[-6.6809, 57.9318],[-6.6809, 57.9315],[-6.6803, 57.9309],[-6.679501, 57.9301],[-6.6793, 57.9298],[-6.677899, 57.9274],[-6.676899000000002, 57.9265],[-6.6757, 57.9259],[-6.6745, 57.9255],[-6.67310, 57.9245],[-6.6716, 57.9234],[-6.671401, 57.9230],[-6.671299, 57.9227],[-6.6717, 57.9225],[-6.6728, 57.9228],[-6.673399, 57.9228],[-6.67370, 57.9226],[-6.67370, 57.9223],[-6.673299, 57.9215],[-6.673501, 57.9209],[-6.673399, 57.9204],[-6.67310, 57.9201],[-6.67220, 57.9196],[-6.6715, 57.9192],[-6.671401, 57.9189],[-6.6716, 57.9188],[-6.672, 57.9189],[-6.672699, 57.9191],[-6.673399, 57.9194],[-6.674301, 57.9196],[-6.674799, 57.9194],[-6.6752, 57.9188],[-6.6753, 57.9181],[-6.675799, 57.9182],[-6.676401, 57.9185],[-6.677199, 57.9191],[-6.677999, 57.9193],[-6.678599, 57.9194],[-6.679101, 57.9192],[-6.679399, 57.9180],[-6.679999, 57.9175],[-6.6806, 57.9176],[-6.68170, 57.9180],[-6.683199, 57.9181],[-6.6851, 57.9183],[-6.6869, 57.9188],[-6.6879, 57.9193],[-6.689, 57.9195],[-6.69, 57.9192],[-6.6917, 57.9189],[-6.692999, 57.919],[-6.694399, 57.9195],[-6.696001, 57.9197],[-6.696499, 57.9196],[-6.696899, 57.919],[-6.696899, 57.9185],[-6.6967, 57.9177],[-6.697001, 57.917],[-6.697599, 57.9166],[-6.698599, 57.9163],[-6.702001, 57.9162],[-6.704199, 57.9169],[-6.70600, 57.9171],[-6.7073, 57.9172],[-6.7086, 57.9171],[-6.71, 57.917],[-6.710499, 57.917],[-6.71070, 57.9166],[-6.7101, 57.9161],[-6.709599, 57.9159],[-6.708399, 57.9155],[-6.7044, 57.9143],[-6.702799, 57.9138],[-6.701499, 57.9134],[-6.6988, 57.9133],[-6.696499, 57.913],[-6.693299, 57.9125],[-6.6917, 57.9121],[-6.6907, 57.9118],[-6.6903, 57.9116],[-6.69010, 57.9114],[-6.69010, 57.9112],[-6.6903, 57.9111],[-6.691801, 57.9109],[-6.69200, 57.9107],[-6.691899, 57.9104],[-6.6915, 57.9102],[-6.690899, 57.91],[-6.6873, 57.9092],[-6.686299, 57.9089],[-6.6861, 57.9088],[-6.6858, 57.9086],[-6.684999, 57.9077],[-6.684501, 57.9074],[-6.684101, 57.9073],[-6.6831, 57.9072],[-6.68170, 57.9072],[-6.6803, 57.907],[-6.679699, 57.9068],[-6.679101, 57.9065],[-6.677999, 57.9057],[-6.677299, 57.9052],[-6.6762, 57.9047],[-6.675499, 57.9045],[-6.6742, 57.9042],[-6.6732, 57.9039],[-6.67220, 57.9034],[-6.671299, 57.9028],[-6.668799, 57.902],[-6.6682, 57.9018],[-6.66800, 57.9017],[-6.667699, 57.9015],[-6.6675, 57.9013],[-6.6675, 57.9012],[-6.667699, 57.9009],[-6.66800, 57.9005],[-6.6682, 57.9002],[-6.6682, 57.9],[-6.668099, 57.8998],[-6.667099, 57.8992],[-6.667099, 57.8987],[-6.6673, 57.8982],[-6.667699, 57.8977],[-6.667699, 57.8974],[-6.66760, 57.8971],[-6.66760, 57.8969],[-6.667699, 57.8966],[-6.66800, 57.8964],[-6.668701, 57.8963],[-6.66950, 57.8962],[-6.6701, 57.8961],[-6.67030, 57.896],[-6.67040, 57.8958],[-6.670499, 57.8955],[-6.67040, 57.8952],[-6.6696, 57.8947],[-6.668799, 57.894],[-6.668099, 57.8929],[-6.667699, 57.8921],[-6.6673, 57.8913],[-6.666299, 57.8907],[-6.664501, 57.8898],[-6.662899, 57.8888],[-6.662199, 57.8879],[-6.662099, 57.8862],[-6.662899, 57.8858],[-6.6635, 57.8852],[-6.66340, 57.8844],[-6.66340, 57.8837],[-6.664, 57.8833],[-6.6648, 57.8830],[-6.665299, 57.8819],[-6.6659, 57.8813],[-6.6669, 57.8809],[-6.670199, 57.8809],[-6.6715, 57.8813],[-6.6738, 57.8817],[-6.6753, 57.8817],[-6.6778, 57.8819],[-6.679999, 57.8826],[-6.6833, 57.8828],[-6.68340, 57.8828],[-6.6854, 57.8828],[-6.6875, 57.8823],[-6.68950, 57.8818],[-6.6907, 57.882],[-6.6917, 57.8823],[-6.6932, 57.8823],[-6.693999, 57.8821],[-6.694699, 57.8822],[-6.695099, 57.8823],[-6.6954, 57.8828],[-6.696001, 57.8834],[-6.69710, 57.8838],[-6.6987, 57.8844],[-6.700099, 57.8846],[-6.701099, 57.8846],[-6.70180, 57.8849],[-6.70180, 57.8852],[-6.70230, 57.8855],[-6.70270, 57.8855],[-6.703701, 57.8854],[-6.7064, 57.8851],[-6.708, 57.8848],[-6.710899, 57.8845],[-6.71200, 57.885],[-6.71350, 57.8861],[-6.7161, 57.8871],[-6.7174, 57.8874],[-6.718599, 57.8873],[-6.719399, 57.8872],[-6.721001, 57.8861],[-6.721499, 57.8859],[-6.722099, 57.8857],[-6.722799, 57.8856],[-6.72430, 57.8854],[-6.725399, 57.8854],[-6.7268, 57.8855],[-6.728199, 57.8857],[-6.729199, 57.8860],[-6.730199, 57.8866],[-6.7307, 57.8873],[-6.7307, 57.8883],[-6.730899000000002, 57.8888],[-6.73140, 57.8891],[-6.732299, 57.8893],[-6.733099, 57.8891],[-6.733799, 57.8887],[-6.7346, 57.8882],[-6.7354, 57.8878],[-6.7378, 57.8877],[-6.738599, 57.8875],[-6.738999, 57.8873],[-6.739301, 57.8871],[-6.7396, 57.887],[-6.74020, 57.887],[-6.741401, 57.8872],[-6.743299, 57.8876],[-6.7439, 57.888],[-6.7443, 57.8883],[-6.744501, 57.8886],[-6.7448, 57.8899],[-6.7451, 57.8902],[-6.745399, 57.8903],[-6.746201, 57.8903],[-6.7479, 57.8899],[-6.7489, 57.8898],[-6.749899, 57.89],[-6.7514, 57.8905],[-6.752399, 57.8908],[-6.7532, 57.8912],[-6.753701, 57.8917],[-6.754, 57.8921],[-6.7546, 57.893],[-6.755499, 57.8946],[-6.755499, 57.895],[-6.755199, 57.8962],[-6.755099, 57.8968],[-6.755199, 57.8971],[-6.75530, 57.8972],[-6.755899, 57.8973],[-6.75670, 57.8973],[-6.7574, 57.8971],[-6.757999, 57.8967],[-6.7587, 57.8962],[-6.758999, 57.8961],[-6.759799, 57.8962],[-6.7606, 57.8962],[-6.76090, 57.896],[-6.761001, 57.8958],[-6.76090, 57.8951],[-6.7606, 57.8945],[-6.7607, 57.8943],[-6.760799, 57.8942],[-6.761099, 57.8942],[-6.762001, 57.8944],[-6.763501, 57.895],[-6.7663, 57.896],[-6.7673, 57.8965],[-6.76790, 57.897],[-6.76840, 57.898],[-6.769, 57.8991],[-6.769599, 57.9001],[-6.770199, 57.9007],[-6.771, 57.9011],[-6.771601, 57.9011],[-6.772099, 57.9007],[-6.772, 57.9],[-6.77220, 57.8998],[-6.773099, 57.8998],[-6.774301, 57.8999],[-6.7751, 57.8999],[-6.776, 57.8997],[-6.7766, 57.8993],[-6.777299, 57.8986],[-6.777599, 57.8984],[-6.7779, 57.8984],[-6.7786, 57.8987],[-6.78, 57.8989],[-6.781801, 57.8988],[-6.7831, 57.8984],[-6.785699, 57.8976],[-6.789101, 57.8978],[-6.79290, 57.8981],[-6.794799, 57.8978],[-6.79610, 57.8978],[-6.797299, 57.8986],[-6.798999000000002, 57.8991],[-6.801499, 57.8992],[-6.802001, 57.8991],[-6.802001, 57.8989],[-6.8016, 57.8986],[-6.8006, 57.8981],[-6.799399, 57.8979],[-6.7982, 57.8975],[-6.79700, 57.8967],[-6.795599, 57.8961],[-6.794101, 57.8959],[-6.793, 57.8952],[-6.7922, 57.8942],[-6.7918, 57.8929],[-6.791601, 57.892],[-6.791299, 57.8915],[-6.790599, 57.891],[-6.789199, 57.8903],[-6.788599, 57.89],[-6.7884, 57.8896],[-6.788799, 57.8893],[-6.7908, 57.8885],[-6.791299, 57.888],[-6.791201, 57.8875],[-6.790699, 57.8873],[-6.789501, 57.8872],[-6.7883, 57.8872],[-6.787099, 57.887],[-6.786601, 57.8864],[-6.78630, 57.8858],[-6.7856, 57.8848],[-6.785299, 57.8842],[-6.785699, 57.8836],[-6.786001, 57.8829],[-6.7859, 57.8825],[-6.78580, 57.8821],[-6.786099, 57.8818],[-6.787001, 57.8812],[-6.78770, 57.881],[-6.78900, 57.881],[-6.792099, 57.8817],[-6.794101, 57.8826],[-6.796299, 57.8834],[-6.79700, 57.8839],[-6.797599, 57.8845],[-6.7981, 57.8862],[-6.798299, 57.8866],[-6.7988, 57.8869],[-6.799301, 57.8869],[-6.800499, 57.8867],[-6.8021, 57.8857],[-6.80310, 57.8855],[-6.803199, 57.8852],[-6.802199, 57.8844],[-6.8021, 57.8836],[-6.803199, 57.8834],[-6.8048, 57.884],[-6.8056, 57.8841],[-6.8063, 57.8834],[-6.807099, 57.8833],[-6.810299, 57.8831],[-6.8114, 57.8827],[-6.8118, 57.882],[-6.811601, 57.8813],[-6.809899, 57.8808],[-6.80890, 57.8803],[-6.808199, 57.8787],[-6.8076, 57.8779],[-6.807199, 57.8771],[-6.806499, 57.8753],[-6.805099000000002, 57.8740],[-6.8043, 57.8731],[-6.80310, 57.8714],[-6.80280, 57.8703],[-6.802499, 57.8686],[-6.801899, 57.8680],[-6.8007, 57.8681],[-6.7995, 57.8686],[-6.7987, 57.8687],[-6.797599, 57.8689],[-6.797299, 57.8695],[-6.79710, 57.8704],[-6.796899, 57.8704],[-6.796401, 57.8702],[-6.7958, 57.8697],[-6.794899, 57.8693],[-6.794301, 57.8688],[-6.794101, 57.8681],[-6.794, 57.8676],[-6.793399, 57.8674],[-6.7926, 57.8677],[-6.7918, 57.8677],[-6.790599, 57.8668],[-6.789501, 57.8663],[-6.788799, 57.8660],[-6.7885, 57.8655],[-6.787899, 57.8653],[-6.787399, 57.8652],[-6.7873, 57.8655],[-6.787399, 57.8659],[-6.787899, 57.8665],[-6.7884, 57.867],[-6.789199, 57.8673],[-6.79100, 57.8683],[-6.791699, 57.8689],[-6.7918, 57.8697],[-6.791299, 57.8700],[-6.7908, 57.8702],[-6.7897, 57.8701],[-6.789101, 57.8701],[-6.7884, 57.8703],[-6.7883, 57.8707],[-6.788701, 57.8714],[-6.7883, 57.8718],[-6.787799, 57.8718],[-6.787099, 57.8712],[-6.78680, 57.8712],[-6.78630, 57.8712],[-6.78580, 57.8714],[-6.785299, 57.8716],[-6.78480, 57.8716],[-6.7843, 57.8715],[-6.782599, 57.8713],[-6.78, 57.8712],[-6.7782, 57.8709],[-6.7761, 57.8701],[-6.7747, 57.8693],[-6.772799, 57.8690],[-6.771, 57.8684],[-6.77070, 57.8678],[-6.771299, 57.8669],[-6.771299, 57.8665],[-6.77080, 57.8663],[-6.7693, 57.8664],[-6.76850, 57.8662],[-6.7676, 57.8654],[-6.7672, 57.8643],[-6.767499000000002, 57.8631],[-6.767399, 57.8628],[-6.7668, 57.8623],[-6.76520, 57.8622],[-6.763501, 57.8624],[-6.76230, 57.8626],[-6.762001, 57.8625],[-6.761899, 57.8619],[-6.76240, 57.8615],[-6.76420, 57.861],[-6.764501, 57.8604],[-6.764501, 57.8599],[-6.763501, 57.8593],[-6.762199, 57.8591],[-6.7612, 57.8587],[-6.7612, 57.8583],[-6.761401, 57.8578],[-6.761401, 57.8573],[-6.7613, 57.8570],[-6.761499, 57.8563],[-6.76180, 57.8562],[-6.76240, 57.8571],[-6.763199, 57.8572],[-6.764599, 57.8563],[-6.76560, 57.8553],[-6.765699, 57.8547],[-6.765399, 57.8542],[-6.7644, 57.854],[-6.763599, 57.8534],[-6.76280, 57.8532],[-6.76180, 57.8534],[-6.761001, 57.8535],[-6.7603, 57.8533],[-6.76000, 57.8529],[-6.76000, 57.8508],[-6.759699, 57.8505],[-6.7592, 57.8503],[-6.7587, 57.8507],[-6.75820, 57.8507],[-6.757599, 57.8506],[-6.7571, 57.8498],[-6.75670, 57.8495],[-6.756401, 57.8494],[-6.756001, 57.8492],[-6.755599, 57.8491],[-6.755599, 57.8488],[-6.756001, 57.8484],[-6.75620, 57.8479],[-6.755099, 57.8473],[-6.754301, 57.8466],[-6.753901, 57.8457],[-6.7541, 57.8443],[-6.7545, 57.8437],[-6.7542, 57.8433],[-6.752699, 57.843],[-6.75210, 57.843],[-6.751201, 57.8423],[-6.750599, 57.842],[-6.74970, 57.8421],[-6.7484, 57.8428],[-6.7468, 57.8436],[-6.7456, 57.8439],[-6.744501, 57.8447],[-6.743701, 57.8452],[-6.742499, 57.845],[-6.741001, 57.8441],[-6.7387, 57.8429],[-6.73840, 57.8421],[-6.7388, 57.8417],[-6.741099, 57.8417],[-6.742199, 57.8413],[-6.742499, 57.8405],[-6.74210, 57.8401],[-6.74120, 57.8393],[-6.7391, 57.8381],[-6.737899, 57.8373],[-6.73740, 57.8366],[-6.7367, 57.8354],[-6.73660, 57.8344],[-6.73700, 57.8337],[-6.738501, 57.8323],[-6.738599, 57.8318],[-6.7381, 57.8314],[-6.737199, 57.8313],[-6.736401, 57.8312],[-6.7353, 57.8306],[-6.734799, 57.83],[-6.73470, 57.8288],[-6.7349, 57.8279],[-6.736899, 57.8279],[-6.738299, 57.8276],[-6.7391, 57.8268],[-6.7392, 57.8258],[-6.740399, 57.8254],[-6.742001, 57.8254],[-6.742599, 57.8254],[-6.742599, 57.8251],[-6.742499, 57.8248],[-6.7424, 57.8243],[-6.742499, 57.8242],[-6.74310, 57.8242],[-6.7438, 57.8246],[-6.744999, 57.8245],[-6.7458, 57.8243],[-6.7465, 57.824],[-6.747001, 57.8237],[-6.747799, 57.8235],[-6.7485, 57.8235],[-6.749101, 57.8236],[-6.7498, 57.8242],[-6.75050, 57.8254],[-6.75010, 57.8279],[-6.750199000000002, 57.8291],[-6.750599, 57.8299],[-6.751299, 57.8305],[-6.752699, 57.8308],[-6.7535, 57.8307],[-6.7546, 57.8303],[-6.755499, 57.83],[-6.75670, 57.8301],[-6.75810, 57.8301],[-6.758399, 57.8299],[-6.758399, 57.8296],[-6.757299, 57.8289],[-6.7571, 57.8285],[-6.756499, 57.8263],[-6.756299000000002, 57.8259],[-6.75620, 57.8253],[-6.75620, 57.8247],[-6.756299000000002, 57.8244],[-6.756499, 57.8242],[-6.75670, 57.824],[-6.756899, 57.8239],[-6.757199, 57.8239],[-6.757599, 57.824],[-6.75820, 57.8244],[-6.758901, 57.8245],[-6.759301, 57.8245],[-6.759501, 57.8243],[-6.759501, 57.8241],[-6.759501, 57.824],[-6.759399, 57.8238],[-6.7587, 57.8234],[-6.75860, 57.823],[-6.75860, 57.8227],[-6.7587, 57.8226],[-6.7592, 57.8225],[-6.7596, 57.8225],[-6.760099, 57.8226],[-6.7606, 57.8228],[-6.7617, 57.8236],[-6.7621, 57.8238],[-6.763299, 57.8239],[-6.764101, 57.824],[-6.764501, 57.8241],[-6.7648, 57.8243],[-6.764999, 57.8246],[-6.765299, 57.8252],[-6.7655, 57.8254],[-6.766601, 57.8261],[-6.766699, 57.8263],[-6.766699, 57.8265],[-6.766601, 57.8267],[-6.7655, 57.8279],[-6.765299, 57.8282],[-6.7651, 57.8286],[-6.7649, 57.8292],[-6.7648, 57.8298],[-6.764699, 57.8303],[-6.7648, 57.8313],[-6.7644, 57.832],[-6.763501, 57.8326],[-6.762899, 57.833],[-6.762899, 57.8335],[-6.763199, 57.8342],[-6.763999, 57.8344],[-6.764699, 57.8338],[-6.7655, 57.8335],[-6.766099, 57.8336],[-6.766601, 57.8335],[-6.767001, 57.8329],[-6.7664, 57.8321],[-6.766099, 57.8309],[-6.76690, 57.8301],[-6.7672, 57.8288],[-6.768199, 57.8275],[-6.768799, 57.8269],[-6.7697, 57.8266],[-6.77040, 57.8266],[-6.7711, 57.8273],[-6.772, 57.8284],[-6.772399, 57.8285],[-6.772699, 57.8281],[-6.77220, 57.8274],[-6.772399, 57.8272],[-6.773099, 57.8272],[-6.774301, 57.8276],[-6.77870, 57.8291],[-6.7813, 57.8296],[-6.783199, 57.83],[-6.7843, 57.8303],[-6.784999, 57.8309],[-6.785299, 57.8314],[-6.78580, 57.8326],[-6.786001, 57.8331],[-6.7865, 57.8333],[-6.7869, 57.8332],[-6.787499, 57.8329],[-6.78770, 57.8324],[-6.787799, 57.832],[-6.788099, 57.8319],[-6.788799, 57.832],[-6.789199, 57.8324],[-6.7897, 57.833],[-6.790299, 57.8334],[-6.790299, 57.8338],[-6.790299, 57.8346],[-6.79050, 57.835],[-6.79100, 57.8351],[-6.7918, 57.8352],[-6.792799, 57.8351],[-6.7936, 57.8346],[-6.7939, 57.8347],[-6.7944, 57.835],[-6.795, 57.8349],[-6.796201, 57.8334],[-6.79710, 57.8331],[-6.79700, 57.8324],[-6.795899, 57.8316],[-6.793799, 57.8302],[-6.7926, 57.8295],[-6.79150, 57.8289],[-6.79050, 57.8287],[-6.7898, 57.8284],[-6.7894, 57.8276],[-6.789599, 57.8269],[-6.789101, 57.8264],[-6.7876, 57.8253],[-6.787499, 57.8245],[-6.78770, 57.8232],[-6.788199, 57.8227],[-6.788701, 57.8225],[-6.789599, 57.8224],[-6.7904, 57.8224],[-6.791299, 57.8224],[-6.792399, 57.8222],[-6.792799, 57.8222],[-6.793701, 57.8225],[-6.7944, 57.8226],[-6.794799, 57.8226],[-6.794899, 57.8224],[-6.794199, 57.8218],[-6.79290, 57.821],[-6.79190, 57.8204],[-6.790699, 57.82],[-6.789599, 57.8196],[-6.7884, 57.8194],[-6.787099, 57.8188],[-6.787099, 57.818],[-6.78680, 57.8167],[-6.78680, 57.8165],[-6.785299, 57.8161],[-6.78440, 57.8161],[-6.783599, 57.8156],[-6.7837, 57.8146],[-6.7843, 57.8144],[-6.785299, 57.8145],[-6.785399, 57.8137],[-6.785299, 57.8131],[-6.785299, 57.8124],[-6.7855, 57.8118],[-6.78640, 57.8113],[-6.787899, 57.8112],[-6.788199, 57.8111],[-6.7883, 57.8106],[-6.788, 57.8103],[-6.786699, 57.8100],[-6.78640, 57.8098],[-6.786699, 57.8092],[-6.787001, 57.8087],[-6.787001, 57.8085],[-6.786699, 57.8079],[-6.7865, 57.8073],[-6.78680, 57.8065],[-6.787001, 57.8063],[-6.787399, 57.8061],[-6.788599, 57.8059],[-6.789599, 57.8059],[-6.790299, 57.8061],[-6.79100, 57.8063],[-6.791699, 57.8064],[-6.793, 57.8063],[-6.7935, 57.8064],[-6.793799, 57.8065],[-6.794199, 57.8067],[-6.7945, 57.8069],[-6.7954, 57.8077],[-6.7954, 57.8080],[-6.794899, 57.8087],[-6.794899, 57.8091],[-6.795, 57.8095],[-6.795199, 57.8097],[-6.7954, 57.8098],[-6.7958, 57.8099],[-6.7965, 57.8100],[-6.797999000000002, 57.8102],[-6.798501, 57.8103],[-6.7987, 57.8105],[-6.7987, 57.8107],[-6.798299, 57.8110],[-6.79750, 57.8113],[-6.79740, 57.8115],[-6.79740, 57.8116],[-6.797599, 57.8118],[-6.7981, 57.8121],[-6.7992, 57.8124],[-6.8006, 57.8128],[-6.80130, 57.8129],[-6.8016, 57.8131],[-6.801801, 57.8133],[-6.801801, 57.8137],[-6.801099, 57.8143],[-6.8007, 57.8147],[-6.8007, 57.815],[-6.800799, 57.8152],[-6.80120, 57.8155],[-6.802199, 57.8158],[-6.8034, 57.8160],[-6.804501, 57.8160],[-6.8053, 57.8164],[-6.806499, 57.8169],[-6.807199, 57.8169],[-6.807799, 57.8166],[-6.807799, 57.8162],[-6.8068, 57.8158],[-6.8063, 57.8154],[-6.80640, 57.8152],[-6.80690, 57.8147],[-6.807099, 57.8142],[-6.807099, 57.8134],[-6.806601, 57.8128],[-6.8067, 57.8125],[-6.80690, 57.8123],[-6.8076, 57.812],[-6.8084, 57.8118],[-6.8094, 57.8115],[-6.8105, 57.8112],[-6.811299, 57.8111],[-6.8122, 57.8116],[-6.812699, 57.8124],[-6.81350, 57.8130],[-6.814101, 57.8129],[-6.81500, 57.8127],[-6.815499, 57.8132],[-6.81570, 57.8139],[-6.8165, 57.8144],[-6.817299000000002, 57.8143],[-6.81820, 57.8137],[-6.820099, 57.8139],[-6.8207, 57.8140],[-6.821801, 57.8141],[-6.823501, 57.8153],[-6.823901, 57.8163],[-6.82520, 57.8174],[-6.82620, 57.8175],[-6.8277, 57.818],[-6.829101, 57.8197],[-6.82980, 57.8198],[-6.8315, 57.8201],[-6.8319, 57.8203],[-6.83230, 57.8208],[-6.832099, 57.8214],[-6.832099, 57.8221],[-6.8325, 57.8221],[-6.833399, 57.8227],[-6.8354, 57.8267],[-6.836801, 57.8284],[-6.838399, 57.8295],[-6.8391, 57.83],[-6.84, 57.831],[-6.84030, 57.8322],[-6.8404, 57.8335],[-6.840899, 57.8337],[-6.841499, 57.8336],[-6.8425, 57.8332],[-6.844301, 57.8326],[-6.84550, 57.832],[-6.846001000000002, 57.8309],[-6.84550, 57.8301],[-6.84490, 57.8294],[-6.844999, 57.8288],[-6.84550, 57.8287],[-6.846401, 57.8287],[-6.847001, 57.8293],[-6.847499, 57.8302],[-6.84810, 57.8308],[-6.8494, 57.8313],[-6.8505, 57.8318],[-6.8518, 57.8324],[-6.8527, 57.8329],[-6.8545, 57.8334],[-6.855299, 57.8334],[-6.8555, 57.8332],[-6.855199, 57.8326],[-6.854101, 57.8318],[-6.8527, 57.8309],[-6.8509, 57.8303],[-6.849899, 57.8297],[-6.849199, 57.8289],[-6.8484, 57.8282],[-6.847199, 57.8275],[-6.847001, 57.8268],[-6.84590, 57.8253],[-6.8452, 57.8245],[-6.844301, 57.8242],[-6.8432, 57.8239],[-6.8427, 57.8232],[-6.841899, 57.8226],[-6.8354, 57.8188],[-6.833399, 57.818],[-6.832799, 57.8177],[-6.8326, 57.8169],[-6.833099, 57.8164],[-6.834199, 57.8163],[-6.835899, 57.8166],[-6.83690, 57.8169],[-6.837999, 57.8176],[-6.838399, 57.8175],[-6.837999, 57.8169],[-6.83750, 57.8163],[-6.83790, 57.8158],[-6.838901, 57.8157],[-6.8396, 57.8153],[-6.83970, 57.8142],[-6.8391, 57.8130],[-6.839799, 57.8115],[-6.8406, 57.8096],[-6.841001, 57.8090],[-6.8425, 57.8084],[-6.8437, 57.8086],[-6.844301, 57.8082],[-6.8437, 57.8073],[-6.8428, 57.8062],[-6.8428, 57.8057],[-6.843999, 57.8048],[-6.84490, 57.8043],[-6.84620, 57.8045],[-6.847199, 57.8050],[-6.8483, 57.8062],[-6.849, 57.8075],[-6.848501, 57.8089],[-6.849, 57.8098],[-6.849599, 57.8104],[-6.849699, 57.8113],[-6.8502, 57.8127],[-6.851299, 57.8140],[-6.8527, 57.8149],[-6.8536, 57.8146],[-6.85480, 57.8142],[-6.855599, 57.8142],[-6.856699, 57.8145],[-6.857699, 57.8152],[-6.8583, 57.8151],[-6.858399, 57.8144],[-6.8579, 57.8139],[-6.8565, 57.8133],[-6.855299, 57.8125],[-6.854899, 57.8119],[-6.8551, 57.8114],[-6.855, 57.8111],[-6.8545, 57.8101],[-6.8544, 57.8093],[-6.8551, 57.8090],[-6.85610, 57.8089],[-6.856801, 57.8094],[-6.8569, 57.8100],[-6.856699, 57.8110],[-6.857, 57.8116],[-6.857699, 57.8125],[-6.85850, 57.8130],[-6.859301, 57.8134],[-6.860099, 57.8138],[-6.860799, 57.8137],[-6.8611, 57.8127],[-6.861499, 57.8116],[-6.8616, 57.8108],[-6.8606, 57.8096],[-6.8582, 57.8077],[-6.8575, 57.8069],[-6.857699, 57.8061],[-6.8583, 57.806],[-6.858901, 57.8063],[-6.859799, 57.8066],[-6.860199, 57.8065],[-6.86040, 57.8061],[-6.860499, 57.8056],[-6.860199, 57.8052],[-6.8592, 57.8046],[-6.858099, 57.8038],[-6.856699, 57.8025],[-6.855199, 57.8011],[-6.8551, 57.8002],[-6.8564, 57.7996],[-6.8582, 57.7991],[-6.85950, 57.7992],[-6.860799, 57.7996],[-6.8625, 57.8002],[-6.86370, 57.8005],[-6.865499, 57.8006],[-6.867001, 57.8004],[-6.86800, 57.8001],[-6.868599, 57.7996],[-6.8692, 57.7985],[-6.869101, 57.7982],[-6.868999, 57.798],[-6.868199, 57.798],[-6.866601, 57.7981],[-6.86560, 57.7982],[-6.8649, 57.7983],[-6.863999, 57.7990],[-6.863299, 57.7996],[-6.86280, 57.7996],[-6.8624, 57.7992],[-6.861899, 57.7985],[-6.860799, 57.7982],[-6.858901, 57.7978],[-6.857299, 57.7972],[-6.8569, 57.7964],[-6.857299, 57.7956],[-6.8572, 57.7951],[-6.8578, 57.7948],[-6.858799, 57.7949],[-6.85960, 57.7951],[-6.8597, 57.7956],[-6.860099, 57.7962],[-6.860799, 57.7960],[-6.8617, 57.7955],[-6.86380, 57.7952],[-6.866601, 57.7948],[-6.867899, 57.7949],[-6.868501, 57.7958],[-6.868701, 57.7974],[-6.869101, 57.7975],[-6.8714, 57.7973],[-6.8733, 57.7974],[-6.876699, 57.7986],[-6.878099, 57.7993],[-6.88, 57.8008],[-6.8807, 57.8012],[-6.881401, 57.8015],[-6.88200, 57.8012],[-6.88200, 57.8007],[-6.880899, 57.7994],[-6.87780, 57.7982],[-6.876601, 57.7978],[-6.876699, 57.7975],[-6.87690, 57.7973],[-6.879399, 57.7976],[-6.8812, 57.7977],[-6.8816, 57.7975],[-6.881801, 57.797],[-6.880899, 57.7964],[-6.8785, 57.7958],[-6.8776, 57.7949],[-6.87690, 57.7939],[-6.87690, 57.7934],[-6.8776, 57.7933],[-6.87920, 57.7932],[-6.879799, 57.7932],[-6.880899, 57.7936],[-6.8816, 57.7942],[-6.881899, 57.7945],[-6.88250, 57.7946],[-6.88290, 57.7945],[-6.8832, 57.7942],[-6.8831, 57.7937],[-6.882699, 57.7928],[-6.882699, 57.7921],[-6.8832, 57.7915],[-6.8817, 57.7906],[-6.881299, 57.7902],[-6.88110, 57.7895],[-6.880799, 57.7886],[-6.880499, 57.7882],[-6.8803, 57.7878],[-6.881899, 57.7872],[-6.88210, 57.7869],[-6.88200, 57.7866],[-6.8812, 57.7862],[-6.8795, 57.7856],[-6.87830, 57.7851],[-6.8776, 57.7844],[-6.8772, 57.7832],[-6.8765, 57.7822],[-6.875299, 57.7816],[-6.8747, 57.7811],[-6.87400, 57.78],[-6.8734, 57.7791],[-6.8729, 57.7787],[-6.871, 57.7774],[-6.87080, 57.7771],[-6.870699, 57.7767],[-6.87080, 57.7761],[-6.871201, 57.7757],[-6.872099, 57.7752],[-6.8736, 57.7749],[-6.874501, 57.7749],[-6.876699, 57.775],[-6.877399, 57.7749],[-6.87790, 57.7748],[-6.878701, 57.7744],[-6.88, 57.7741],[-6.88250, 57.7741],[-6.883299, 57.7742],[-6.884399000000002, 57.7743],[-6.8873, 57.7752],[-6.8892, 57.7764],[-6.889699, 57.7766],[-6.8906, 57.7768],[-6.891001, 57.7767],[-6.891099, 57.7764],[-6.891099, 57.7753],[-6.891601, 57.7749],[-6.892499, 57.7747],[-6.8935, 57.7747],[-6.89430, 57.7748],[-6.8948, 57.775],[-6.8954, 57.7753],[-6.89610, 57.7764],[-6.8964, 57.7767],[-6.896801, 57.7771],[-6.8983, 57.7778],[-6.89850, 57.7781],[-6.8983, 57.7784],[-6.89610, 57.7788],[-6.894899, 57.7789],[-6.89230, 57.7789],[-6.89010, 57.7785],[-6.888501, 57.7784],[-6.8874, 57.7785],[-6.8873, 57.7788],[-6.8878, 57.7792],[-6.889699, 57.7794],[-6.892099, 57.7797],[-6.89430, 57.7799],[-6.89690, 57.7801],[-6.8996, 57.78],[-6.9, 57.7801],[-6.900499, 57.7805],[-6.90070, 57.7809],[-6.90040, 57.7815],[-6.900599, 57.7819],[-6.90120, 57.7821],[-6.902, 57.7821],[-6.9038, 57.7817],[-6.90460, 57.7818],[-6.905399, 57.7821],[-6.906001, 57.7824],[-6.907001000000002, 57.7828],[-6.908199, 57.7829],[-6.90870, 57.7831],[-6.908999, 57.7833],[-6.9093, 57.7843],[-6.909599, 57.7845],[-6.91010, 57.7846],[-6.910699, 57.7846],[-6.911001, 57.7843],[-6.911099, 57.783],[-6.9114, 57.7827],[-6.91260, 57.7821],[-6.912899, 57.7817],[-6.912899, 57.7814],[-6.91260, 57.7812],[-6.911699, 57.781],[-6.91060, 57.7808],[-6.9094, 57.7805],[-6.908299, 57.7801],[-6.906099, 57.7792],[-6.905399, 57.7785],[-6.905499, 57.7775],[-6.905799, 57.7764],[-6.906001, 57.7761],[-6.906401, 57.7759],[-6.9081, 57.776],[-6.9093, 57.7763],[-6.91010, 57.7766],[-6.913199, 57.7768],[-6.914101, 57.7769],[-6.915299, 57.7772],[-6.9161, 57.7775],[-6.91680, 57.778],[-6.9176, 57.7789],[-6.918099, 57.7793],[-6.9183, 57.7793],[-6.91860, 57.7792],[-6.918799, 57.7789],[-6.9189, 57.7784],[-6.9189, 57.7777],[-6.919101, 57.7772],[-6.91900, 57.7765],[-6.91860, 57.7759],[-6.9176, 57.7753],[-6.9169, 57.7751],[-6.915599, 57.7749],[-6.914899000000002, 57.7749],[-6.91390, 57.7748],[-6.9113, 57.7743],[-6.909699, 57.7739],[-6.907899, 57.7735],[-6.9063, 57.7728],[-6.906001, 57.7723],[-6.906401, 57.7716],[-6.907199, 57.7713],[-6.908199, 57.7712],[-6.90840, 57.771],[-6.908501, 57.7708],[-6.90840, 57.7705],[-6.9081, 57.7704],[-6.907499, 57.7705],[-6.9053, 57.7704],[-6.904699, 57.7703],[-6.90450, 57.7701],[-6.904301, 57.7697],[-6.90460, 57.7693],[-6.904799, 57.7692],[-6.905399, 57.7692],[-6.90730, 57.7691],[-6.907599, 57.7689],[-6.9077, 57.7687],[-6.9077, 57.7684],[-6.907599, 57.7683],[-6.90730, 57.7681],[-6.906099, 57.7677],[-6.9053, 57.7675],[-6.90460, 57.7674],[-6.90170, 57.7676],[-6.899799, 57.7686],[-6.89790, 57.7682],[-6.8976, 57.7675],[-6.8983, 57.7667],[-6.898099, 57.7663],[-6.897999, 57.7656],[-6.8983, 57.765],[-6.89940, 57.7651],[-6.90040, 57.7652],[-6.901, 57.7652],[-6.902599, 57.7643],[-6.90460, 57.7634],[-6.9053, 57.7627],[-6.9056, 57.7625],[-6.9067, 57.7622],[-6.907499, 57.7621],[-6.908, 57.762],[-6.908501, 57.7615],[-6.909101, 57.7613],[-6.9098, 57.7613],[-6.911001, 57.7616],[-6.9119, 57.7617],[-6.912499, 57.7616],[-6.913199, 57.7614],[-6.916201, 57.7608],[-6.92040, 57.7609],[-6.9211, 57.7608],[-6.921201, 57.7605],[-6.921201, 57.76],[-6.921401, 57.7596],[-6.921899, 57.7591],[-6.92280, 57.7589],[-6.925399, 57.7593],[-6.927199, 57.7592],[-6.927899, 57.7593],[-6.92840, 57.76],[-6.928199, 57.7617],[-6.927599, 57.7631],[-6.927899, 57.7635],[-6.92840, 57.7638],[-6.9288, 57.7638],[-6.929101, 57.7636],[-6.9296, 57.7623],[-6.9305, 57.7615],[-6.93090, 57.7610],[-6.93090, 57.7604],[-6.92990, 57.7592],[-6.92990, 57.7589],[-6.930099, 57.7586],[-6.9305, 57.7585],[-6.931099, 57.7587],[-6.9323, 57.7596],[-6.9333, 57.7597],[-6.9352, 57.7595],[-6.9359, 57.7592],[-6.9359, 57.7589],[-6.93540, 57.7586],[-6.933599, 57.7574],[-6.9339, 57.757],[-6.93540, 57.7568],[-6.9375, 57.7569],[-6.938, 57.7567],[-6.938799, 57.7563],[-6.939301, 57.7559],[-6.939199, 57.7555],[-6.938701, 57.7553],[-6.9386, 57.7551],[-6.9385, 57.7548],[-6.938799, 57.7541],[-6.938701, 57.7537],[-6.93730, 57.7531],[-6.93680, 57.7528],[-6.93640, 57.7522],[-6.937799, 57.7522],[-6.938399000000002, 57.7520],[-6.938399000000002, 57.7517],[-6.937699, 57.7513],[-6.936699, 57.7508],[-6.936299, 57.7504],[-6.936299, 57.7503],[-6.93640, 57.7501],[-6.936699, 57.7499],[-6.937399000000002, 57.7495],[-6.938, 57.7478],[-6.93830, 57.7465],[-6.938701, 57.7458],[-6.940899, 57.7436],[-6.941201, 57.7428],[-6.94110, 57.7419],[-6.9401, 57.7415],[-6.9401, 57.7412],[-6.941299, 57.7407],[-6.943099, 57.7405],[-6.945499, 57.7414],[-6.9462, 57.7412],[-6.946899, 57.7410],[-6.947899, 57.7411],[-6.9488, 57.7413],[-6.949999, 57.7411],[-6.951001, 57.7402],[-6.951099, 57.7396],[-6.950799, 57.7386],[-6.951401, 57.7383],[-6.9523, 57.7383],[-6.952899, 57.7385],[-6.953199, 57.7392],[-6.95430, 57.7396],[-6.956, 57.7394],[-6.957399, 57.7393],[-6.95890, 57.739],[-6.959899, 57.7389],[-6.96080, 57.7388],[-6.96320, 57.7398],[-6.96500, 57.7423],[-6.965499, 57.7427],[-6.966801, 57.7425],[-6.9677, 57.7428],[-6.97020, 57.7438],[-6.9706, 57.7437],[-6.9706, 57.7431],[-6.97020, 57.7421],[-6.97020, 57.7412],[-6.970799000000002, 57.7413],[-6.9719, 57.7421],[-6.9727, 57.7435],[-6.976299, 57.7450],[-6.9769, 57.7448],[-6.9769, 57.7443],[-6.97550, 57.7435],[-6.97440, 57.7428],[-6.973501, 57.7418],[-6.9723, 57.7404],[-6.9713, 57.7391],[-6.969999, 57.7381],[-6.9699, 57.7375],[-6.9703, 57.7369],[-6.97020, 57.7366],[-6.969999, 57.7365],[-6.9691, 57.7359],[-6.966801, 57.7343],[-6.965899, 57.7335],[-6.965099, 57.7323],[-6.964301, 57.7314],[-6.964301, 57.7311],[-6.964399, 57.7309],[-6.9647, 57.7307],[-6.965799, 57.7308],[-6.966001, 57.7307],[-6.966001, 57.7305],[-6.96500, 57.7298],[-6.9649, 57.7294],[-6.96500, 57.7293],[-6.9653, 57.7291],[-6.965799, 57.7292],[-6.966801, 57.7294],[-6.9681, 57.7298],[-6.970399, 57.7309],[-6.9709, 57.7311],[-6.97170, 57.7311],[-6.972199, 57.7307],[-6.9727, 57.7306],[-6.973199, 57.7308],[-6.973199, 57.7317],[-6.972899, 57.7332],[-6.97300, 57.7336],[-6.97340, 57.734],[-6.97440, 57.7347],[-6.976099, 57.7357],[-6.979199, 57.7378],[-6.981601, 57.7403],[-6.983701, 57.7416],[-6.9836, 57.7423],[-6.982299, 57.7428],[-6.982399, 57.7433],[-6.9835, 57.7437],[-6.985799, 57.7436],[-6.98770, 57.7443],[-6.987599, 57.7453],[-6.9882, 57.7457],[-6.9892, 57.7460],[-6.990699, 57.7457],[-6.991899, 57.7462],[-7.0001, 57.7526],[-7.000599, 57.7529],[-7.0014, 57.7533],[-7.002399, 57.754],[-7.0032, 57.7546],[-7.003701000000002, 57.7550],[-7.00500, 57.7557],[-7.006001, 57.7563],[-7.006401, 57.7563],[-7.006499, 57.7561],[-7.006499, 57.7556],[-7.006401, 57.7551],[-7.005799, 57.7542],[-7.005799, 57.7537],[-7.006001, 57.7532],[-7.006401, 57.7531],[-7.0075, 57.7531],[-7.008299, 57.7533],[-7.008901, 57.7536],[-7.010099, 57.7546],[-7.011099, 57.7552],[-7.0113, 57.7554],[-7.0113, 57.7555],[-7.01060, 57.7556],[-7.010399, 57.7560],[-7.011001, 57.7568],[-7.011001, 57.757],[-7.010799, 57.7572],[-7.010399, 57.7573],[-7.009699, 57.7571],[-7.008501, 57.7562],[-7.0082, 57.7563],[-7.0081, 57.7567],[-7.008501, 57.7574],[-7.0099, 57.759],[-7.01210, 57.7609],[-7.013199, 57.7622],[-7.013901, 57.7627],[-7.0158, 57.7634],[-7.017399, 57.7643],[-7.019599000000002, 57.7652],[-7.022299, 57.7667],[-7.02330, 57.767],[-7.025499, 57.7669],[-7.025599, 57.7671],[-7.025499, 57.7674],[-7.023399, 57.7685],[-7.02320, 57.7692],[-7.02330, 57.7697],[-7.023399, 57.7709],[-7.02330, 57.7714],[-7.0229, 57.7716],[-7.021601, 57.7714],[-7.02050, 57.771],[-7.0198, 57.7706],[-7.01900, 57.77],[-7.0183, 57.7693],[-7.0179, 57.7691],[-7.017499, 57.7691],[-7.016099, 57.7694],[-7.0149, 57.7694],[-7.013501, 57.7692],[-7.0128, 57.7691],[-7.012499000000002, 57.7691],[-7.012199, 57.7693],[-7.012199, 57.7698],[-7.0123, 57.7703],[-7.0127, 57.7705],[-7.01340, 57.7706],[-7.01480, 57.7707],[-7.016699000000002, 57.771],[-7.01760, 57.7713],[-7.01900, 57.7719],[-7.022, 57.7732],[-7.02470, 57.7746],[-7.02700, 57.7755],[-7.0288, 57.7761],[-7.0296, 57.7761],[-7.029799000000002, 57.7759],[-7.029799000000002, 57.7756],[-7.0295, 57.7753],[-7.027599, 57.7739],[-7.02750, 57.7735],[-7.02790, 57.7727],[-7.02790, 57.7723],[-7.027299, 57.7719],[-7.026401, 57.7716],[-7.0262, 57.7713],[-7.02510, 57.7696],[-7.0253, 57.7689],[-7.027299, 57.7689],[-7.028501, 57.7686],[-7.029399, 57.7686],[-7.03020, 57.769],[-7.030799000000002, 57.7697],[-7.033199, 57.7713],[-7.0368, 57.7732],[-7.039, 57.7743],[-7.04050, 57.7749],[-7.042399, 57.7753],[-7.0432, 57.7757],[-7.04440, 57.7765],[-7.046, 57.7778],[-7.04720, 57.7793],[-7.0475, 57.7795],[-7.0479, 57.7796],[-7.049399, 57.7797],[-7.050399, 57.7796],[-7.0509, 57.7797],[-7.0516, 57.7798],[-7.051899, 57.7798],[-7.052199, 57.7798],[-7.05270, 57.7796],[-7.053199, 57.7795],[-7.05370, 57.7797],[-7.05480, 57.7807],[-7.056001, 57.7822],[-7.0576, 57.7837],[-7.0618, 57.7856],[-7.0629, 57.7863],[-7.063399, 57.7868],[-7.065499000000002, 57.7889],[-7.067299, 57.7903],[-7.070499, 57.7918],[-7.071499, 57.7925],[-7.07210, 57.7937],[-7.073999, 57.7949],[-7.0746, 57.7954],[-7.07490, 57.7962],[-7.074999, 57.7981],[-7.074999, 57.7993],[-7.074699, 57.8006],[-7.07490, 57.8012],[-7.0752, 57.8017],[-7.075799, 57.8021],[-7.076499, 57.8025],[-7.077899, 57.8028],[-7.0793, 57.8028],[-7.0808, 57.8028],[-7.0818, 57.8031],[-7.082099, 57.8035],[-7.0822, 57.8039],[-7.08190, 57.8057],[-7.082099, 57.8067],[-7.0825, 57.8074],[-7.083701, 57.8084],[-7.0845, 57.8088],[-7.0854, 57.8090],[-7.086699000000002, 57.8092],[-7.087699, 57.8091],[-7.088901, 57.8090],[-7.09030, 57.8095],[-7.090899000000002, 57.8096],[-7.091401, 57.8095],[-7.092599, 57.8092],[-7.094399, 57.8095],[-7.0962, 57.8099],[-7.09740, 57.8105],[-7.098199, 57.8108],[-7.0994, 57.8108],[-7.099899, 57.8106],[-7.1008, 57.8097],[-7.101099, 57.8093],[-7.1014, 57.8093],[-7.1019, 57.8093],[-7.1023, 57.8095],[-7.10260, 57.8101],[-7.1029, 57.8106],[-7.103701, 57.8109],[-7.104599, 57.8116],[-7.105899, 57.8125],[-7.10860, 57.8133],[-7.1131, 57.8146],[-7.1149, 57.8155],[-7.117499, 57.8170],[-7.11940, 57.8183],[-7.11980, 57.8189],[-7.12140, 57.8199],[-7.123099, 57.8219],[-7.124, 57.8235],[-7.12510, 57.8251],[-7.1257, 57.8254],[-7.12710, 57.8254],[-7.127699, 57.8255],[-7.1276, 57.8258],[-7.12690, 57.8261],[-7.125899, 57.8266],[-7.12510, 57.828],[-7.1247, 57.8284],[-7.124899, 57.8295],[-7.1247, 57.8299],[-7.124, 57.8304],[-7.1235, 57.8311],[-7.1239, 57.8323],[-7.125199, 57.834],[-7.12550, 57.8343],[-7.1258, 57.8345],[-7.12650, 57.8346],[-7.128099, 57.8346],[-7.128701, 57.8349],[-7.1292, 57.8354],[-7.13, 57.8361],[-7.13120, 57.8368],[-7.13120, 57.837],[-7.130799, 57.8371],[-7.13030, 57.8371],[-7.1299, 57.8372],[-7.1299, 57.8374],[-7.130599, 57.8378],[-7.1311, 57.8381],[-7.1311, 57.8384],[-7.13070, 57.8385],[-7.130199, 57.8385],[-7.129799, 57.8387],[-7.1296, 57.8393],[-7.1292, 57.8394],[-7.128799, 57.8394],[-7.1283, 57.8392],[-7.12780, 57.8391],[-7.127399, 57.8391],[-7.12710, 57.8392],[-7.12700, 57.8395],[-7.126699, 57.8398],[-7.12610, 57.8398],[-7.1257, 57.8397],[-7.12510, 57.8393],[-7.124501, 57.8391],[-7.12360, 57.8386],[-7.123199, 57.8386],[-7.123, 57.8386],[-7.121601, 57.84],[-7.120699, 57.8407],[-7.1201, 57.8407],[-7.1193, 57.8406],[-7.118599, 57.8404],[-7.118199, 57.8401],[-7.1178, 57.8397],[-7.1173, 57.8395],[-7.1168, 57.8394],[-7.11620, 57.8394],[-7.11530, 57.8394],[-7.1149, 57.8393],[-7.113999, 57.8384],[-7.113599, 57.8382],[-7.11340, 57.8382],[-7.1132, 57.8383],[-7.1128, 57.8388],[-7.1125, 57.8395],[-7.1125, 57.8401],[-7.112299, 57.8406],[-7.1116, 57.8411],[-7.1103, 57.8416],[-7.109301000000002, 57.842],[-7.108701, 57.8424],[-7.108099, 57.8425],[-7.10720, 57.8424],[-7.104101, 57.8423],[-7.101699, 57.8415],[-7.09890, 57.84],[-7.0977, 57.8392],[-7.096099, 57.8389],[-7.094501, 57.8381],[-7.09370, 57.8379],[-7.0921, 57.8375],[-7.0917, 57.8374],[-7.0911, 57.8369],[-7.090199, 57.8365],[-7.0875, 57.8359],[-7.086401, 57.8354],[-7.085, 57.8347],[-7.084199, 57.8344],[-7.082099, 57.8341],[-7.081601, 57.8338],[-7.081299, 57.8334],[-7.0808, 57.8317],[-7.079899, 57.8306],[-7.07900, 57.8296],[-7.078199, 57.8274],[-7.077799, 57.8235],[-7.07770, 57.8219],[-7.077899, 57.8214],[-7.078199, 57.821],[-7.0788, 57.8206],[-7.079599000000002, 57.8204],[-7.0801, 57.8198],[-7.0802, 57.8192],[-7.0801, 57.8186],[-7.08050, 57.8174],[-7.080599000000002, 57.8162],[-7.0804, 57.8155],[-7.0801, 57.815],[-7.0798, 57.8147],[-7.079501, 57.8145],[-7.07810, 57.8142],[-7.07770, 57.8140],[-7.077001, 57.8135],[-7.076001, 57.8130],[-7.074399, 57.8122],[-7.0728, 57.8118],[-7.07160, 57.8117],[-7.070199, 57.8118],[-7.069399, 57.8121],[-7.06870, 57.8125],[-7.068399000000002, 57.8130],[-7.0682, 57.8135],[-7.068299, 57.8145],[-7.068999, 57.8167],[-7.069799, 57.8188],[-7.07070, 57.8198],[-7.072199, 57.8207],[-7.0741, 57.8216],[-7.074399, 57.8220],[-7.074399, 57.8225],[-7.0741, 57.8229],[-7.073299, 57.8232],[-7.07110, 57.8233],[-7.06510, 57.8234],[-7.06090, 57.8241],[-7.05370, 57.8257],[-7.0479, 57.8277],[-7.04390, 57.8295],[-7.04110, 57.8309],[-7.039, 57.8321],[-7.0389, 57.833],[-7.038799, 57.8338],[-7.0383, 57.8349],[-7.0376, 57.8352],[-7.03590, 57.8352],[-7.034999000000002, 57.835],[-7.033901, 57.835],[-7.032599, 57.8353],[-7.0316, 57.8355],[-7.03020, 57.8353],[-7.0296, 57.8354],[-7.028901, 57.8361],[-7.0278, 57.8363],[-7.0267, 57.8361],[-7.0257, 57.8357],[-7.0244, 57.8354],[-7.023399, 57.8354],[-7.021699, 57.8356],[-7.021299, 57.8359],[-7.021201, 57.8365],[-7.0208, 57.8368],[-7.0184, 57.8375],[-7.0142, 57.8402],[-7.013501, 57.841],[-7.013, 57.8418],[-7.012899, 57.8426],[-7.012899, 57.843],[-7.0131, 57.8434],[-7.014101, 57.844],[-7.0142, 57.8443],[-7.014101, 57.8445],[-7.012899, 57.8447],[-7.012599, 57.845],[-7.0124, 57.8454],[-7.012199, 57.8456],[-7.011401, 57.8456],[-7.00920, 57.8452],[-7.0086, 57.8452],[-7.0081, 57.8456],[-7.007299, 57.8456],[-7.0062, 57.8455],[-7.005899, 57.8458],[-7.006001, 57.8461],[-7.0066, 57.8463],[-7.006499, 57.8466],[-7.0061, 57.8468],[-7.003701000000002, 57.8467],[-7.002999, 57.8474],[-7.001699, 57.8479],[-7.000199, 57.8478],[-7.000199, 57.8483],[-7.0005, 57.8486],[-7.001201, 57.849],[-7.0014, 57.8495],[-7.001299000000002, 57.8506],[-7.0015, 57.8514],[-7.0019, 57.8523],[-7.0019, 57.8527],[-7.001801, 57.8531],[-7.0014, 57.8539],[-7.001201, 57.8549],[-7.0011, 57.8558],[-7.000899, 57.8571],[-7.000599, 57.8576],[-7.000299000000002, 57.8578],[-6.999899, 57.858],[-6.9969, 57.8591],[-6.994999, 57.8599],[-6.993199000000002, 57.8605],[-6.99180, 57.8612],[-6.9912, 57.8626],[-6.99090, 57.8633],[-6.990699, 57.8642],[-6.991499, 57.8652],[-6.994101, 57.8660],[-6.9943, 57.867],[-6.993999, 57.8680],[-6.991001, 57.8698],[-6.988999, 57.8703],[-6.985899, 57.8708],[-6.9846, 57.8709],[-6.98290, 57.8699],[-6.981601, 57.8686],[-6.9808, 57.8672],[-6.9808, 57.8668],[-6.9811, 57.8662],[-6.98140, 57.8656],[-6.98140, 57.8651],[-6.981299, 57.8648],[-6.980599, 57.8644],[-6.98, 57.8644],[-6.979599, 57.8646],[-6.979599, 57.8648],[-6.98, 57.8650],[-6.980199, 57.8653],[-6.979899, 57.8656],[-6.9793, 57.8659],[-6.978701, 57.8660],[-6.977399, 57.8660],[-6.974199, 57.8661],[-6.97020, 57.867],[-6.9677, 57.8681],[-6.965199, 57.8687],[-6.961699, 57.8691],[-6.96040, 57.8696],[-6.95940, 57.8703],[-6.9586, 57.8704],[-6.9579, 57.8701],[-6.957399, 57.8697],[-6.9569, 57.8694],[-6.9564, 57.8694],[-6.955699000000002, 57.8696],[-6.954599, 57.8705],[-6.95330, 57.8735],[-6.9527, 57.8766],[-6.951401, 57.8779],[-6.950099, 57.8785],[-6.9493, 57.8786],[-6.9488, 57.8786],[-6.9487, 57.8786],[-6.9487, 57.8781],[-6.949501, 57.8770],[-6.949501, 57.8762],[-6.9484, 57.8728],[-6.9478, 57.8722],[-6.947001, 57.8715],[-6.945799, 57.8706],[-6.945199, 57.8701],[-6.94490, 57.8696],[-6.94500, 57.8693],[-6.9474, 57.8678],[-6.948501, 57.8671],[-6.948901, 57.8666],[-6.9488, 57.8665],[-6.948501, 57.8664],[-6.94770, 57.8666],[-6.946401, 57.8673],[-6.9446, 57.8679],[-6.942, 57.8687],[-6.9395, 57.8690],[-6.938701, 57.8692],[-6.938099, 57.8698],[-6.9376, 57.8704],[-6.936699, 57.8710],[-6.9361, 57.8714],[-6.935699, 57.8718],[-6.935699, 57.8720],[-6.936299, 57.8724],[-6.93790, 57.8724],[-6.9382, 57.8726],[-6.93830, 57.8728],[-6.9382, 57.8731],[-6.938, 57.8733],[-6.93690, 57.8734],[-6.935699, 57.8733],[-6.9335, 57.8727],[-6.928501, 57.8704],[-6.926099000000002, 57.8692],[-6.923299, 57.8687],[-6.92000, 57.8683],[-6.919101, 57.8680],[-6.91850, 57.8677],[-6.9183, 57.8675],[-6.9183, 57.867],[-6.918099, 57.8667],[-6.917, 57.8662],[-6.9165, 57.8658],[-6.9164, 57.8652],[-6.91680, 57.8647],[-6.918799, 57.8644],[-6.9203, 57.8642],[-6.9203, 57.8641],[-6.9189, 57.8638],[-6.9169, 57.8636],[-6.9155, 57.8642],[-6.91520, 57.8645],[-6.9147, 57.8651],[-6.9151, 57.8666],[-6.91480, 57.8669],[-6.91440, 57.8678],[-6.914101, 57.8681],[-6.91340, 57.8684],[-6.912499, 57.8688],[-6.9114, 57.8695],[-6.9108, 57.8701],[-6.909999, 57.8705],[-6.9094, 57.8705],[-6.90870, 57.8704],[-6.90740, 57.8700],[-6.906401, 57.8698],[-6.903999, 57.8699],[-6.902, 57.8699],[-6.900899, 57.8695],[-6.8995, 57.8694],[-6.899199, 57.8696],[-6.8991, 57.8699],[-6.899199, 57.8703],[-6.8995, 57.8708],[-6.9, 57.8711],[-6.90120, 57.8714],[-6.9024, 57.8715],[-6.903299, 57.8709],[-6.903901, 57.8709],[-6.9042, 57.8711],[-6.904301, 57.8718],[-6.904699, 57.8723],[-6.9062, 57.8728],[-6.90780, 57.8732],[-6.910299, 57.8734],[-6.912399, 57.8735],[-6.914199, 57.8740],[-6.9159, 57.8746],[-6.918, 57.8759],[-6.920899, 57.8767],[-6.92280, 57.8770],[-6.9245, 57.8773],[-6.927599, 57.8787],[-6.929101, 57.8794],[-6.93030, 57.8802],[-6.9334, 57.8816],[-6.9352, 57.8825],[-6.936299, 57.8830],[-6.937399000000002, 57.8830],[-6.9386, 57.8828],[-6.93970, 57.8829],[-6.940499, 57.8832],[-6.941401, 57.8842],[-6.942599, 57.8848],[-6.9445, 57.8852],[-6.946499, 57.8854],[-6.947999, 57.8857],[-6.948999, 57.8858],[-6.950699, 57.8863],[-6.951601, 57.8866],[-6.956, 57.8878],[-6.957699, 57.8887],[-6.9582, 57.89],[-6.958099, 57.891],[-6.957399, 57.892],[-6.9564, 57.8928],[-6.952199, 57.8943],[-6.948999, 57.8951],[-6.9475, 57.8961],[-6.9471, 57.8975],[-6.947299, 57.8995],[-6.94670, 57.9009],[-6.946801, 57.9014],[-6.94770, 57.902],[-6.9484, 57.9028],[-6.948599, 57.9034],[-6.9484, 57.9041],[-6.94770, 57.9041],[-6.947199, 57.9039],[-6.946899, 57.9039],[-6.946899, 57.9042],[-6.947299, 57.9046],[-6.947199, 57.9053],[-6.946401, 57.9054],[-6.94540, 57.9058],[-6.94540, 57.9063],[-6.94490, 57.9065],[-6.9445, 57.9065],[-6.943999, 57.9059],[-6.943299, 57.9054],[-6.94250, 57.9054],[-6.9417, 57.9056],[-6.9407, 57.9053],[-6.94, 57.9046],[-6.9394, 57.9043],[-6.9385, 57.904],[-6.93690, 57.9041],[-6.9334, 57.9056],[-6.9296, 57.907],[-6.9277, 57.9074],[-6.9263, 57.908],[-6.9249, 57.9092],[-6.92380, 57.9098],[-6.9221, 57.9101],[-6.9215, 57.9105],[-6.9215, 57.911],[-6.9211, 57.9115],[-6.919899, 57.9116],[-6.914501, 57.9122],[-6.91300, 57.912],[-6.911201, 57.9116],[-6.90840, 57.9112],[-6.907199, 57.911],[-6.90450, 57.9106],[-6.90110, 57.9106],[-6.899301, 57.9099],[-6.89650, 57.9086],[-6.895199, 57.9084],[-6.8929, 57.9086],[-6.890299, 57.908],[-6.887599, 57.9077],[-6.8837, 57.9077],[-6.8807, 57.9077],[-6.878799, 57.9074],[-6.877399, 57.9066],[-6.8747, 57.9045],[-6.874199, 57.9031],[-6.87400, 57.9025],[-6.873199, 57.902],[-6.871601, 57.9016],[-6.870299, 57.9015],[-6.8688, 57.9015],[-6.867899, 57.9017],[-6.865699, 57.9035],[-6.86410, 57.904],[-6.8607, 57.9031],[-6.856699, 57.9023],[-6.853199, 57.9014],[-6.849, 57.9007],[-6.8476, 57.9016],[-6.847099, 57.9022],[-6.847099, 57.9026],[-6.847099, 57.903],[-6.847499, 57.9034],[-6.84810, 57.9037],[-6.849, 57.904],[-6.8493, 57.9042],[-6.8493, 57.9045],[-6.8489, 57.9049],[-6.846401, 57.9053],[-6.844999, 57.9061],[-6.843999, 57.9063],[-6.842899, 57.9063],[-6.841401, 57.9061],[-6.839399, 57.906],[-6.8376, 57.9059],[-6.8366, 57.9058],[-6.8344, 57.9053],[-6.83180, 57.9045],[-6.823299, 57.9027],[-6.816801, 57.9017],[-6.815499, 57.9016],[-6.813701, 57.9017],[-6.813399, 57.9018],[-6.8133, 57.902],[-6.813799, 57.9024],[-6.814199, 57.9027],[-6.814101, 57.9031],[-6.814101, 57.9034],[-6.8145, 57.9038],[-6.81820, 57.905],[-6.823901, 57.9067],[-6.829899, 57.908],[-6.832799, 57.9098],[-6.835599000000002, 57.9106],[-6.8371, 57.9107],[-6.8387, 57.9109],[-6.840499, 57.9113],[-6.841801, 57.9122],[-6.843299, 57.9135],[-6.846099, 57.9149],[-6.849101, 57.9161],[-6.8502, 57.9161],[-6.851299, 57.9162],[-6.852099, 57.9167],[-6.8527, 57.9174],[-6.85350, 57.9178],[-6.8545, 57.9177],[-6.855299, 57.9177],[-6.855899, 57.9179],[-6.856, 57.9185],[-6.85580, 57.9198],[-6.855899, 57.9208],[-6.857999, 57.9227],[-6.859799, 57.9233],[-6.860899, 57.9243],[-6.8625, 57.9246],[-6.863999, 57.9252],[-6.864301000000002, 57.9256],[-6.86410, 57.9261],[-6.863299, 57.9264],[-6.85950, 57.9270],[-6.8564, 57.9273],[-6.8526, 57.9270],[-6.849699, 57.9255],[-6.847199, 57.9257],[-6.84620, 57.9263],[-6.84490, 57.9272],[-6.840899, 57.9283],[-6.838799, 57.9288],[-6.83780, 57.9292],[-6.837, 57.9297],[-6.836699, 57.9301],[-6.836699, 57.9304],[-6.837, 57.9306],[-6.8382, 57.9307],[-6.841801, 57.9306],[-6.842999, 57.9307],[-6.8441, 57.9309],[-6.844999, 57.9318],[-6.84550, 57.9329],[-6.84590, 57.9341],[-6.846401, 57.9350],[-6.847199, 57.9352],[-6.848, 57.9349],[-6.849699, 57.9335],[-6.8526, 57.9309],[-6.85340, 57.9306],[-6.85430, 57.9303],[-6.856299, 57.9305],[-6.858399, 57.9307],[-6.859799, 57.9314],[-6.862899, 57.9331],[-6.864501, 57.9338],[-6.8668, 57.9342],[-6.868299, 57.9341],[-6.8692, 57.9339],[-6.869699, 57.9335],[-6.869999, 57.9330],[-6.87080, 57.9322],[-6.871601, 57.9316],[-6.872399, 57.9313],[-6.87400, 57.9314],[-6.875599, 57.9316],[-6.8771, 57.9321],[-6.87780, 57.9319],[-6.878701, 57.9315],[-6.8795, 57.9318],[-6.8795, 57.9322],[-6.8791, 57.9328],[-6.878799, 57.9333],[-6.879, 57.9338],[-6.878901, 57.9344],[-6.87830, 57.9355],[-6.878399, 57.9359],[-6.8795, 57.9361],[-6.8807, 57.9360],[-6.882599, 57.9359],[-6.8836, 57.9359],[-6.884799, 57.9353],[-6.886401, 57.9352],[-6.889501, 57.9353],[-6.8944, 57.9364],[-6.89940, 57.9364],[-6.902599, 57.9369],[-6.908, 57.937],[-6.910399, 57.9377],[-6.9115, 57.9381],[-6.912099, 57.9387],[-6.912099, 57.94],[-6.912199, 57.9411],[-6.912199, 57.9416],[-6.9108, 57.9427],[-6.9063, 57.9443],[-6.9052, 57.945],[-6.904301, 57.9454],[-6.9025, 57.9457],[-6.901401, 57.9464],[-6.900599, 57.9466],[-6.89940, 57.9468],[-6.899, 57.9477],[-6.898901, 57.9484],[-6.8986, 57.9494],[-6.89850, 57.9496],[-6.898799, 57.9501],[-6.89940, 57.9505],[-6.90110, 57.9506],[-6.90210, 57.9503],[-6.903501, 57.9485],[-6.906801, 57.947],[-6.90840, 57.9455],[-6.9105, 57.9448],[-6.9119, 57.9443],[-6.91340, 57.9433],[-6.9155, 57.942],[-6.9169, 57.9417],[-6.919101, 57.9418],[-6.9207, 57.9419],[-6.9217, 57.9421],[-6.92280, 57.9428],[-6.923299, 57.9444],[-6.92380, 57.9466],[-6.924699, 57.9471],[-6.9259, 57.9471],[-6.927001, 57.9469],[-6.93030, 57.946],[-6.932099, 57.9463],[-6.933701, 57.9472],[-6.935699, 57.9479],[-6.93690, 57.9484],[-6.9375, 57.9489],[-6.93830, 57.9498],[-6.939101, 57.9503],[-6.94250, 57.9516],[-6.943501, 57.9518],[-6.9442, 57.9517],[-6.94490, 57.9515],[-6.94530, 57.9508],[-6.946001, 57.9503],[-6.947199, 57.95],[-6.94920, 57.9498],[-6.950799, 57.9498],[-6.952199, 57.9495],[-6.95340, 57.9495],[-6.95430, 57.9499],[-6.9544, 57.9503],[-6.954199, 57.9505],[-6.953501, 57.9506],[-6.9527, 57.9508],[-6.9526, 57.9511],[-6.953, 57.9514],[-6.95430, 57.9524],[-6.955699000000002, 57.9533],[-6.956601, 57.9535],[-6.957699, 57.9532],[-6.959, 57.9526],[-6.960299, 57.9519],[-6.9619, 57.9516],[-6.964399, 57.9513],[-6.9663, 57.9513],[-6.967299, 57.9516],[-6.9677, 57.9517],[-6.967899000000002, 57.9521],[-6.9678, 57.9527],[-6.96750, 57.9535],[-6.9677, 57.9543],[-6.967899000000002, 57.9547],[-6.97020, 57.955],[-6.971401, 57.9555],[-6.972099, 57.9561],[-6.9733, 57.9565],[-6.974501, 57.9563],[-6.97550, 57.9557],[-6.9765, 57.9557],[-6.981601, 57.9571],[-6.985199, 57.9584],[-6.98570, 57.9592],[-6.98670, 57.9598],[-6.98810, 57.9599],[-6.9884, 57.9603],[-6.9882, 57.9608],[-6.987899, 57.9611],[-6.987599, 57.9613],[-6.987899, 57.9619],[-6.9888, 57.9626],[-6.9899, 57.9625],[-6.990099, 57.9622],[-6.990399, 57.9616],[-6.9906, 57.9616],[-6.9912, 57.9616],[-6.99170, 57.9617],[-6.99180, 57.962],[-6.99180, 57.9624],[-6.991499, 57.9629],[-6.991499, 57.9634],[-6.99170, 57.9639],[-6.9939, 57.9645],[-6.995299, 57.9645],[-6.9959, 57.9646],[-6.996, 57.965],[-6.9959, 57.9654],[-6.99550, 57.9662],[-6.9956, 57.9666],[-6.9963, 57.9668],[-6.99790, 57.9667],[-7.0001, 57.9664],[-7.0004, 57.9664],[-7.001699, 57.9664],[-7.0021, 57.9663],[-7.0025, 57.9661],[-7.003399, 57.9653],[-7.003799, 57.9652],[-7.0042, 57.9651],[-7.005599, 57.9654],[-7.006001, 57.9652],[-7.0061, 57.9649],[-7.006001, 57.9646],[-7.005899, 57.9645],[-7.00410, 57.964],[-7.0033, 57.9637],[-7.0028, 57.9634],[-7.00260, 57.9633],[-7.002299, 57.9628],[-7.0021, 57.9625],[-7.001201, 57.9621],[-7.0004, 57.9617],[-6.99970, 57.9615],[-6.997001, 57.9621],[-6.995699, 57.9619],[-6.993199000000002, 57.9609],[-6.993, 57.9606],[-6.992899, 57.9598],[-6.993, 57.9594],[-6.995299, 57.9594],[-6.995399, 57.9592],[-6.99510, 57.9588],[-6.993701, 57.958],[-6.993599, 57.9572],[-6.9934, 57.9563],[-6.99380, 57.9559],[-6.994999, 57.956],[-6.996099, 57.9564],[-6.997001, 57.9566],[-6.997799, 57.957],[-6.99840, 57.9572],[-6.99890, 57.9572],[-6.999101, 57.957],[-6.998799, 57.9567],[-6.99800, 57.9564],[-6.997799, 57.9563],[-6.997799, 57.9558],[-6.9976, 57.9556],[-6.997099, 57.9554],[-6.9964, 57.9553],[-6.99650, 57.955],[-6.9968, 57.9548],[-6.9985, 57.9542],[-7.000299000000002, 57.9538],[-7.001, 57.9539],[-7.001299000000002, 57.9541],[-7.0014, 57.9545],[-7.001299000000002, 57.9552],[-7.001299000000002, 57.9555],[-7.001601, 57.9559],[-7.00220, 57.956],[-7.00260, 57.9559],[-7.003701000000002, 57.9556],[-7.005099, 57.9553],[-7.005899, 57.9549],[-7.006499, 57.9547],[-7.0071, 57.9548],[-7.007199, 57.9549],[-7.007199, 57.9552],[-7.0066, 57.9559],[-7.0066, 57.9563],[-7.0067, 57.9566],[-7.0078, 57.9573],[-7.0086, 57.9576],[-7.008999, 57.9576],[-7.00920, 57.9574],[-7.00920, 57.9571],[-7.0088, 57.9566],[-7.0088, 57.9563],[-7.0091, 57.9562],[-7.00960, 57.9563],[-7.01020, 57.9568],[-7.0117, 57.9573],[-7.0123, 57.9573],[-7.012899, 57.9569],[-7.013599, 57.9558],[-7.0143, 57.9554],[-7.016001, 57.9552],[-7.01760, 57.9542],[-7.01860, 57.9539],[-7.020299, 57.9538],[-7.0219, 57.9541],[-7.023099, 57.9548],[-7.023901000000002, 57.9552],[-7.025, 57.9553],[-7.0261, 57.9553],[-7.026899, 57.9554],[-7.0281, 57.9557],[-7.029399, 57.9559],[-7.03210, 57.9562],[-7.03730, 57.957],[-7.0384, 57.9574],[-7.039599, 57.9581],[-7.040299, 57.9585],[-7.0408, 57.9589],[-7.0419, 57.9609],[-7.04200, 57.9611],[-7.0423, 57.9614],[-7.0429, 57.9616],[-7.043799, 57.9617],[-7.046, 57.9618],[-7.046899, 57.9619],[-7.048999, 57.9617],[-7.049799, 57.9618],[-7.0507, 57.9622],[-7.05280, 57.9624],[-7.054399, 57.9628],[-7.0549, 57.9631],[-7.055099, 57.9636],[-7.0549, 57.9654],[-7.055399, 57.9663],[-7.056001, 57.9672],[-7.056201, 57.9683],[-7.056099, 57.9696],[-7.0564, 57.9705],[-7.0569, 57.9713],[-7.0574, 57.9717],[-7.057899, 57.9717],[-7.058199, 57.9717],[-7.05900, 57.9709],[-7.0604, 57.9704],[-7.06260, 57.9701],[-7.063701, 57.9701],[-7.065599, 57.9704],[-7.0658, 57.9703],[-7.065599, 57.9698],[-7.06460, 57.9693],[-7.063701, 57.9689],[-7.0635, 57.9685],[-7.063799, 57.9678],[-7.064301, 57.9674],[-7.06600, 57.9672],[-7.068799, 57.9674],[-7.07, 57.9676],[-7.072199, 57.9674],[-7.073999, 57.9674],[-7.075099, 57.9676],[-7.076401, 57.9682],[-7.078599, 57.9689],[-7.079101, 57.9694],[-7.0793, 57.9699],[-7.0793, 57.9709],[-7.079501, 57.9715],[-7.079899, 57.9721],[-7.0804, 57.9725],[-7.081201, 57.973],[-7.081601, 57.9734],[-7.082001, 57.9746],[-7.0822, 57.9753],[-7.0822, 57.9758],[-7.082099, 57.9763],[-7.081699, 57.9767],[-7.08100, 57.9773],[-7.08090, 57.9776],[-7.0811, 57.9784],[-7.08100, 57.9789],[-7.0802, 57.9793],[-7.078701000000002, 57.9803],[-7.078501, 57.981],[-7.078701000000002, 57.9814],[-7.0794, 57.9819],[-7.0804, 57.9825],[-7.080599000000002, 57.9831],[-7.08090, 57.9836],[-7.082099, 57.9844],[-7.0835, 57.9856],[-7.0839, 57.9864],[-7.0839, 57.9869],[-7.0836, 57.9873],[-7.083, 57.9875],[-7.0818, 57.9876],[-7.081299, 57.9878],[-7.0811, 57.9880],[-7.08100, 57.9884],[-7.081699, 57.989],[-7.082099, 57.9896],[-7.082099, 57.9904],[-7.0823, 57.9907],[-7.0836, 57.9913],[-7.084, 57.9922],[-7.085, 57.9931],[-7.087999, 57.9950],[-7.08990, 57.9962],[-7.0906, 57.9964],[-7.0921, 57.9966],[-7.0938, 57.9966],[-7.09460, 57.9964],[-7.0952, 57.9961],[-7.097499, 57.9944],[-7.09890, 57.9933],[-7.099501, 57.9925],[-7.099699, 57.9919],[-7.099501, 57.9914],[-7.09880, 57.9906],[-7.09880, 57.9902],[-7.099101, 57.9897],[-7.099999, 57.9895],[-7.1005, 57.9892],[-7.1014, 57.9885],[-7.102099000000002, 57.9882],[-7.10260, 57.9879],[-7.10350, 57.9876],[-7.1045, 57.9874],[-7.106, 57.9872],[-7.1075, 57.9872],[-7.108799, 57.9873],[-7.110799, 57.9883],[-7.112899, 57.9893],[-7.113501000000002, 57.9898],[-7.113599, 57.9903],[-7.113599, 57.9909],[-7.112199, 57.9927],[-7.111899, 57.9930],[-7.11110, 57.9932],[-7.10860, 57.9932],[-7.1085, 57.9934],[-7.10860, 57.9936],[-7.108901, 57.9939],[-7.109, 57.9943],[-7.10920, 57.9949],[-7.10950, 57.9955],[-7.10960, 57.9961],[-7.10920, 57.9967],[-7.10780, 57.9975],[-7.1047, 57.9990],[-7.102399, 57.9994],[-7.1001, 57.9993],[-7.09730, 57.9994],[-7.0953, 57.9995],[-7.093599, 57.9999],[-7.0917, 58.0005],[-7.08850, 58.0038],[-7.087699, 58.0055],[-7.087699, 58.0069],[-7.0886, 58.0087],[-7.089799, 58.011],[-7.089399, 58.012],[-7.088099, 58.013],[-7.086699000000002, 58.0134],[-7.0844, 58.0155],[-7.0826, 58.0169],[-7.08330, 58.0183],[-7.08320, 58.0191],[-7.0826, 58.0196],[-7.0823, 58.0201],[-7.0814, 58.0204],[-7.0802, 58.0212],[-7.07900, 58.0211],[-7.0783, 58.0205],[-7.075799, 58.0207],[-7.0734, 58.02],[-7.068299, 58.0183],[-7.065899, 58.0156],[-7.0639, 58.0152],[-7.063, 58.014],[-7.06080, 58.0117],[-7.05890, 58.0103],[-7.055699, 58.0093],[-7.0534, 58.0102],[-7.0506, 58.0104],[-7.049699, 58.0111],[-7.050499, 58.0126],[-7.050799, 58.0137],[-7.049699, 58.0149],[-7.050499, 58.016],[-7.0503, 58.0174],[-7.0479, 58.0191],[-7.047599, 58.0211],[-7.046201, 58.0228],[-7.044301, 58.024],[-7.039501, 58.0269],[-7.038, 58.0267],[-7.03550, 58.0278],[-7.0324, 58.0284],[-7.0307, 58.0303],[-7.0282, 58.0314],[-7.0257, 58.0322],[-7.0225, 58.0322],[-7.02, 58.0329],[-7.0165, 58.033],[-7.01440, 58.0342],[-7.012199, 58.0353],[-7.00960, 58.0359],[-7.006801, 58.0354],[-7.005599, 58.0354],[-7.003901, 58.0364],[-7.003099, 58.0371],[-7.001699, 58.0373],[-7, 58.0383],[-6.998099, 58.0383],[-6.9976, 58.0384],[-6.997001, 58.0386],[-6.9959, 58.0393],[-6.9952, 58.0397],[-6.9943, 58.0398],[-6.9939, 58.0399],[-6.993599, 58.0401],[-6.993199000000002, 58.0411],[-6.992899, 58.0414],[-6.99270, 58.0415],[-6.990699, 58.0416],[-6.989699, 58.0418],[-6.9887, 58.0422],[-6.9878, 58.0424],[-6.9853, 58.0425],[-6.982999000000002, 58.0426],[-6.98150, 58.0429],[-6.9785, 58.0433],[-6.977799, 58.0432],[-6.975399, 58.0425],[-6.974199, 58.0422],[-6.9696, 58.0418],[-6.9681, 58.0416],[-6.96750, 58.0415],[-6.966801, 58.0414],[-6.964301, 58.0403],[-6.96410, 58.0404],[-6.96360, 58.0423],[-6.963399, 58.0427],[-6.96320, 58.0429],[-6.962999, 58.0431],[-6.961801, 58.0439],[-6.961, 58.0443],[-6.9597, 58.0446],[-6.9568, 58.0459],[-6.956201, 58.0461],[-6.952099, 58.0462],[-6.951401, 58.0463],[-6.9493, 58.0471],[-6.946401, 58.0480],[-6.9432, 58.0487],[-6.9401, 58.0489],[-6.93970, 58.0490],[-6.937001, 58.0499],[-6.9344, 58.0502],[-6.9319, 58.0506],[-6.929101, 58.0507],[-6.927299, 58.0508],[-6.923901, 58.0515],[-6.919301, 58.0521],[-6.914899000000002, 58.0525],[-6.912001, 58.0521],[-6.908299, 58.0506],[-6.90740, 58.0505],[-6.904699, 58.0501],[-6.90450, 58.0501],[-6.904399, 58.0501],[-6.904301, 58.0503],[-6.9063, 58.0517],[-6.908501, 58.053],[-6.9102, 58.0535],[-6.9123, 58.0539],[-6.9155, 58.0539],[-6.9179, 58.0537],[-6.92320, 58.0531],[-6.926099000000002, 58.0526],[-6.932499, 58.0520],[-6.9348, 58.0517],[-6.936201, 58.0514],[-6.93790, 58.0510],[-6.941299, 58.0507],[-6.9462, 58.0504],[-6.9526, 58.0501],[-6.955599, 58.0501],[-6.9625, 58.0494],[-6.96500, 58.0488],[-6.968299, 58.0486],[-6.9709, 58.0485],[-6.9727, 58.0487],[-6.978099, 58.0486],[-6.98150, 58.0482],[-6.9853, 58.0466],[-6.9896, 58.0457],[-6.99550, 58.0442],[-7.000299000000002, 58.0433],[-7.00350, 58.0423],[-7.008399, 58.0418],[-7.0124, 58.0417],[-7.0142, 58.0412],[-7.01720, 58.0391],[-7.021, 58.0378],[-7.0244, 58.037],[-7.0295, 58.0366],[-7.032599, 58.0359],[-7.0356, 58.035],[-7.0376, 58.0349],[-7.0383, 58.0355],[-7.0383, 58.0376],[-7.039, 58.0386],[-7.04110, 58.0391],[-7.04250, 58.0385],[-7.04390, 58.0367],[-7.0447, 58.0363],[-7.0454, 58.0361],[-7.04670, 58.036],[-7.0479, 58.0369],[-7.048299, 58.038],[-7.049301, 58.0387],[-7.0502, 58.0397],[-7.0509, 58.0407],[-7.0516, 58.0426],[-7.05280, 58.0432],[-7.053599, 58.0432],[-7.05370, 58.0429],[-7.053501, 58.0422],[-7.058701, 58.0417],[-7.0593, 58.0419],[-7.05940, 58.0424],[-7.0576, 58.0427],[-7.059599, 58.0432],[-7.0605, 58.044],[-7.062099, 58.0446],[-7.0619, 58.0453],[-7.061299000000002, 58.0453],[-7.0597, 58.0456],[-7.0602, 58.0465],[-7.0597, 58.0471],[-7.058199, 58.0477],[-7.0524, 58.0478],[-7.0499, 58.0480],[-7.04870, 58.0487],[-7.047999, 58.0493],[-7.0461, 58.0506],[-7.04300, 58.0523],[-7.03730, 58.0524],[-7.034101000000002, 58.0512],[-7.0307, 58.0515],[-7.0286, 58.0513],[-7.0274, 58.0515],[-7.02660, 58.0525],[-7.022699, 58.0526],[-7.0208, 58.0528],[-7.018099, 58.0543],[-7.01760, 58.0546],[-7.01760, 58.0554],[-7.017799, 58.0556],[-7.020599, 58.0555],[-7.0215, 58.0561],[-7.02320, 58.0572],[-7.0258, 58.0571],[-7.031099, 58.0576],[-7.037199, 58.0551],[-7.037899000000002, 58.0551],[-7.03970, 58.0546],[-7.041, 58.0550],[-7.042799, 58.0558],[-7.045199, 58.0554],[-7.049301, 58.0543],[-7.0517, 58.0542],[-7.0553, 58.0544],[-7.0564, 58.0558],[-7.0563, 58.0570],[-7.056099, 58.0586],[-7.054501, 58.0602],[-7.053999, 58.0624],[-7.05280, 58.0634],[-7.0503, 58.0645],[-7.044301, 58.0653],[-7.0414, 58.0658],[-7.038099, 58.0665],[-7.0368, 58.0671],[-7.036601, 58.0676],[-7.03630, 58.0684],[-7.0356, 58.0684],[-7.034699, 58.0678],[-7.033901, 58.0671],[-7.0324, 58.067],[-7.03120, 58.0674],[-7.03030, 58.0684],[-7.0296, 58.0691],[-7.0253, 58.0706],[-7.022399, 58.0712],[-7.019101, 58.0716],[-7.010799, 58.0713],[-7.009501, 58.0714],[-7.008501, 58.0718],[-7.0075, 58.0724],[-7.006899, 58.0733],[-7.006801, 58.0742],[-7.005799, 58.0746],[-7.0047, 58.0745],[-7.001299000000002, 58.0744],[-7.000599, 58.0745],[-7.000299000000002, 58.0746],[-7, 58.0748],[-6.99980, 58.0751],[-7.001299000000002, 58.0754],[-7.0047, 58.0753],[-7.006899, 58.0751],[-7.007599, 58.0747],[-7.008399, 58.0733],[-7.008901, 58.0729],[-7.011001, 58.0724],[-7.018701, 58.0724],[-7.0201, 58.0727],[-7.020599, 58.074],[-7.024, 58.074],[-7.02470, 58.0746],[-7.0254, 58.0756],[-7.024799, 58.0766],[-7.024899, 58.0775],[-7.025499, 58.0783],[-7.0253, 58.0811],[-7.02600, 58.0825],[-7.027599, 58.0832],[-7.0299, 58.0826],[-7.031001, 58.0817],[-7.032199, 58.0783],[-7.033199, 58.0775],[-7.034501, 58.0764],[-7.03550, 58.0755],[-7.036601, 58.0748],[-7.03970, 58.0734],[-7.0447, 58.0735],[-7.0465, 58.0732],[-7.0471, 58.0729],[-7.0482, 58.0714],[-7.049301, 58.0708],[-7.050499, 58.0706],[-7.0506, 58.0717],[-7.051499, 58.0721],[-7.052001, 58.0719],[-7.054399, 58.0697],[-7.0563, 58.069],[-7.057799, 58.0695],[-7.0604, 58.0684],[-7.061699, 58.0674],[-7.06450, 58.0676],[-7.065499000000002, 58.0681],[-7.0671, 58.0677],[-7.0671, 58.0668],[-7.064199, 58.0667],[-7.062001, 58.0662],[-7.0602, 58.0654],[-7.0593, 58.0631],[-7.0604, 58.0618],[-7.06220, 58.0618],[-7.063701, 58.0611],[-7.0653, 58.0611],[-7.065899, 58.0616],[-7.065899, 58.0633],[-7.0665, 58.0635],[-7.0672, 58.0633],[-7.06740, 58.0615],[-7.0692, 58.0614],[-7.0703, 58.0618],[-7.0699, 58.0627],[-7.070199, 58.0635],[-7.07120, 58.064],[-7.07210, 58.0641],[-7.072999, 58.0642],[-7.0737, 58.0639],[-7.0743, 58.0641],[-7.074399, 58.0654],[-7.0759, 58.0654],[-7.077099, 58.0646],[-7.079199, 58.0635],[-7.0802, 58.0635],[-7.0802, 58.065],[-7.080699, 58.0660],[-7.081699, 58.0659],[-7.082099, 58.0652],[-7.083, 58.0653],[-7.084301, 58.0659],[-7.085599, 58.0656],[-7.08570, 58.0662],[-7.085199, 58.0676],[-7.081201, 58.0679],[-7.078, 58.0682],[-7.074501, 58.0684],[-7.0741, 58.0689],[-7.0743, 58.0692],[-7.077199, 58.0697],[-7.082799, 58.0701],[-7.08760, 58.0698],[-7.091401, 58.0718],[-7.0924, 58.0718],[-7.092899, 58.0708],[-7.093501, 58.0703],[-7.09560, 58.0702],[-7.0968, 58.0707],[-7.097499, 58.0716],[-7.0977, 58.0726],[-7.096601, 58.0736],[-7.097799, 58.0744],[-7.099999, 58.0742],[-7.100299, 58.0746],[-7.10020, 58.0759],[-7.0994, 58.0761],[-7.09730, 58.0763],[-7.096499, 58.078],[-7.09730, 58.0789],[-7.097799, 58.0812],[-7.09880, 58.0825],[-7.10020, 58.0828],[-7.100699, 58.0832],[-7.101, 58.0839],[-7.101, 58.0851],[-7.100599, 58.0868],[-7.1005, 58.0882],[-7.1001, 58.0887],[-7.099101, 58.0891],[-7.09890, 58.0895],[-7.09930, 58.09],[-7.0994, 58.0903],[-7.09830, 58.0907],[-7.098199, 58.0912],[-7.09880, 58.0915],[-7.100299, 58.0914],[-7.100399, 58.0919],[-7.099501, 58.0923],[-7.099, 58.0927],[-7.09930, 58.0931],[-7.100599, 58.0931],[-7.101201, 58.0934],[-7.100699, 58.0952],[-7.101, 58.0962],[-7.103199, 58.097],[-7.105199, 58.0966],[-7.105899, 58.0965],[-7.106201, 58.0969],[-7.105899, 58.0974],[-7.102499, 58.0979],[-7.1014, 58.0984],[-7.101601, 58.099],[-7.10400, 58.1001],[-7.1058, 58.1001],[-7.107, 58.0999],[-7.106601, 58.1009],[-7.107, 58.1013],[-7.108799, 58.1007],[-7.10950, 58.1010],[-7.109301000000002, 58.1015],[-7.108399, 58.1024],[-7.1083, 58.1033],[-7.109301000000002, 58.1051],[-7.109301000000002, 58.1057],[-7.1075, 58.1067],[-7.106601, 58.1072],[-7.106299, 58.1082],[-7.10690, 58.1096],[-7.108399, 58.1114],[-7.110099000000002, 58.1127],[-7.110199, 58.1132],[-7.109301000000002, 58.1139],[-7.10910, 58.1146],[-7.1099, 58.1148],[-7.11370, 58.1149],[-7.11530, 58.1156],[-7.116601, 58.1173],[-7.118299, 58.1174],[-7.1193, 58.1168],[-7.1201, 58.1157],[-7.1215, 58.1159],[-7.122001, 58.1171],[-7.1234, 58.1186],[-7.125, 58.1199],[-7.1257, 58.1219],[-7.1264, 58.1225],[-7.127999, 58.1225],[-7.1296, 58.1225],[-7.13160, 58.1232],[-7.132199, 58.1236],[-7.132199, 58.1242],[-7.131899, 58.1246],[-7.1285, 58.1247],[-7.12750, 58.1258],[-7.129, 58.1271],[-7.13070, 58.1278],[-7.1311, 58.1282],[-7.1311, 58.129],[-7.13070, 58.1302],[-7.128701, 58.1311],[-7.12790, 58.1315],[-7.1282, 58.1321],[-7.1296, 58.1322],[-7.13, 58.133],[-7.12970, 58.1332],[-7.127699, 58.1339],[-7.126299, 58.1349],[-7.125299, 58.136],[-7.125599, 58.1368],[-7.126801, 58.1363],[-7.12690, 58.1369],[-7.1264, 58.1375],[-7.1254, 58.1385],[-7.1229, 58.1401],[-7.12100, 58.1399],[-7.118999, 58.1396],[-7.118199, 58.1379],[-7.116899, 58.1371],[-7.115099, 58.1373],[-7.113501000000002, 58.1373],[-7.11380, 58.1391],[-7.111899, 58.1415],[-7.110799, 58.1422],[-7.107999, 58.1428],[-7.106299, 58.1439],[-7.10820, 58.144],[-7.1064, 58.1454],[-7.10690, 58.1463],[-7.107699, 58.1465],[-7.10760, 58.1472],[-7.1064, 58.1482],[-7.106699, 58.1486],[-7.107299, 58.1487],[-7.108901, 58.1481],[-7.1103, 58.1475],[-7.1112, 58.1476],[-7.111499, 58.1483],[-7.108901, 58.1496],[-7.10910, 58.1503],[-7.1104, 58.1502],[-7.1131, 58.1501],[-7.1132, 58.1507],[-7.1125, 58.1515],[-7.11110, 58.1521],[-7.10910, 58.1525],[-7.108099, 58.152],[-7.106601, 58.15],[-7.1061, 58.1497],[-7.103099000000002, 58.1503],[-7.101601, 58.1516],[-7.098701, 58.1523],[-7.0962, 58.1542],[-7.0952, 58.156],[-7.095799, 58.1563],[-7.0977, 58.1556],[-7.098701, 58.1559],[-7.098599, 58.1568],[-7.0981, 58.1575],[-7.09730, 58.1581],[-7.095699, 58.1587],[-7.0949, 58.1595],[-7.0911, 58.1599],[-7.09, 58.1612],[-7.0916, 58.1617],[-7.0916, 58.1624],[-7.091499, 58.1629],[-7.091001000000002, 58.1636],[-7.090199, 58.1637],[-7.0887, 58.1637],[-7.0875, 58.1638],[-7.086201, 58.1647],[-7.086, 58.1656],[-7.086699000000002, 58.1664],[-7.0886, 58.1664],[-7.089799, 58.1667],[-7.090899000000002, 58.1670],[-7.0917, 58.1673],[-7.091801, 58.1678],[-7.09040, 58.1681],[-7.0906, 58.1686],[-7.09280, 58.1692],[-7.093901, 58.1691],[-7.096401, 58.1688],[-7.096499, 58.1694],[-7.095099, 58.1699],[-7.094399, 58.1707],[-7.095399, 58.1716],[-7.09740, 58.1722],[-7.099101, 58.1723],[-7.099501, 58.1727],[-7.099199, 58.1743],[-7.098501, 58.1749],[-7.096601, 58.1749],[-7.0967, 58.1758],[-7.100699, 58.1760],[-7.101601, 58.1779],[-7.1029, 58.1783],[-7.10360, 58.1793],[-7.103099000000002, 58.1805],[-7.1023, 58.1818],[-7.100399, 58.1816],[-7.099501, 58.1843],[-7.098199, 58.1859],[-7.097199, 58.1873],[-7.095699, 58.1876],[-7.094501, 58.1876],[-7.093501, 58.1876],[-7.093299, 58.1880],[-7.0938, 58.1885],[-7.093501, 58.1888],[-7.0925, 58.1888],[-7.0906, 58.1878],[-7.0906, 58.1868],[-7.087299, 58.1875],[-7.086401, 58.1893],[-7.084, 58.1901],[-7.0822, 58.1899],[-7.080699, 58.1901],[-7.0794, 58.1885],[-7.0802, 58.1862],[-7.0783, 58.1842],[-7.07630, 58.1846],[-7.073501, 58.1846],[-7.072001, 58.184],[-7.068999, 58.1838],[-7.06780, 58.1844],[-7.0654, 58.1846],[-7.063701, 58.1841],[-7.062001, 58.1834],[-7.0559, 58.1813],[-7.05370, 58.1812],[-7.052999, 58.1816],[-7.052199, 58.1818],[-7.0517, 58.1826],[-7.053199, 58.1836],[-7.052899, 58.1845],[-7.0509, 58.1859],[-7.04950, 58.1858],[-7.047299, 58.1853],[-7.0457, 58.1849],[-7.0454, 58.1845],[-7.0454, 58.1832],[-7.045, 58.1822],[-7.04660, 58.1807],[-7.047599, 58.1803],[-7.048999, 58.1798],[-7.04910, 58.1787],[-7.0451, 58.1777],[-7.043099, 58.1762],[-7.043399, 58.1741],[-7.042699, 58.1737],[-7.0418, 58.1740],[-7.04050, 58.1774],[-7.038, 58.178],[-7.035699, 58.1794],[-7.03640, 58.1815],[-7.036001000000002, 58.1824],[-7.0351, 58.1832],[-7.0338, 58.1839],[-7.033199, 58.1841],[-7.0323, 58.1849],[-7.0313, 58.1852],[-7.028399, 58.1862],[-7.02600, 58.1865],[-7.0235, 58.1871],[-7.021699, 58.1875],[-7.017099, 58.187],[-7.0173, 58.1858],[-7.016699000000002, 58.1850],[-7.015399, 58.1837],[-7.0131, 58.1834],[-7.0127, 58.1828],[-7.011899, 58.1826],[-7.0112, 58.1830],[-7.010799, 58.1841],[-7.009799, 58.1846],[-7.0074, 58.1850],[-7.00540, 58.1841],[-7.004799, 58.1838],[-7.00410, 58.1848],[-7.004399, 58.1854],[-7.005899, 58.1859],[-7.0078, 58.1866],[-7.009699, 58.1863],[-7.0113, 58.1854],[-7.012199, 58.1846],[-7.0137, 58.1846],[-7.014501, 58.1849],[-7.0118, 58.1877],[-7.012499000000002, 58.1888],[-7.014101, 58.1896],[-7.014999, 58.1906],[-7.0149, 58.1918],[-7.0155, 58.1925],[-7.0165, 58.1924],[-7.0185, 58.1904],[-7.0197, 58.1917],[-7.02, 58.1921],[-7.019199, 58.1946],[-7.020199, 58.1957],[-7.021601, 58.1956],[-7.02320, 58.1956],[-7.023901000000002, 58.1957],[-7.025199, 58.1954],[-7.0272, 58.1934],[-7.02790, 58.1936],[-7.028399, 58.1944],[-7.0281, 58.1948],[-7.0272, 58.1954],[-7.02700, 58.1966],[-7.027599, 58.1975],[-7.027599, 58.198],[-7.026801, 58.1985],[-7.027299, 58.1989],[-7.027699, 58.1991],[-7.028501, 58.1998],[-7.028999, 58.2006],[-7.030399, 58.2005],[-7.031099, 58.2],[-7.03210, 58.1987],[-7.033199, 58.1965],[-7.032899, 58.1955],[-7.0309, 58.1941],[-7.0309, 58.1926],[-7.031499, 58.1922],[-7.033901, 58.1916],[-7.035399, 58.1918],[-7.03730, 58.1906],[-7.038599, 58.1896],[-7.039999, 58.1895],[-7.0418, 58.1909],[-7.042699, 58.1915],[-7.0423, 58.1921],[-7.041699, 58.1936],[-7.042099000000002, 58.1941],[-7.0429, 58.1943],[-7.044301, 58.1939],[-7.047299, 58.1953],[-7.050499, 58.1953],[-7.0574, 58.1963],[-7.059101, 58.1967],[-7.061, 58.1966],[-7.0611, 58.1974],[-7.060599, 58.1982],[-7.059199, 58.1983],[-7.058701, 58.1983],[-7.05840, 58.1988],[-7.060299, 58.2008],[-7.0602, 58.2015],[-7.059101, 58.2033],[-7.0581, 58.2044],[-7.057499, 58.2043],[-7.0564, 58.2037],[-7.0559, 58.2045],[-7.056201, 58.206],[-7.056201, 58.2068],[-7.054999, 58.2085],[-7.05420, 58.2088],[-7.052999, 58.2081],[-7.0521, 58.2082],[-7.049799, 58.2094],[-7.048399, 58.21],[-7.048299, 58.2107],[-7.048999, 58.2111],[-7.051099, 58.2106],[-7.052899, 58.2108],[-7.053599, 58.2115],[-7.055399, 58.2113],[-7.055799, 58.2119],[-7.0559, 58.2125],[-7.0553, 58.2133],[-7.052499, 58.2143],[-7.051801, 58.2157],[-7.052001, 58.2167],[-7.0506, 58.2178],[-7.049399, 58.2177],[-7.04810, 58.2189],[-7.0454, 58.2205],[-7.0457, 58.2208],[-7.04670, 58.2209],[-7.0492, 58.221],[-7.050499, 58.2216],[-7.051899, 58.222],[-7.051801, 58.2231],[-7.050099000000002, 58.2242],[-7.050399, 58.2253],[-7.049699, 58.2259],[-7.048501, 58.2266],[-7.046801, 58.2267],[-7.0447, 58.2268],[-7.0445, 58.2273],[-7.045899, 58.2283],[-7.044799, 58.2292],[-7.0454, 58.2304],[-7.046899, 58.2317],[-7.0471, 58.2327],[-7.0436, 58.2340],[-7.03970, 58.2339],[-7.036201, 58.2341],[-7.0348, 58.2349],[-7.0334, 58.2361],[-7.0334, 58.2374],[-7.035699, 58.2371],[-7.036099, 58.2376],[-7.036001000000002, 58.2391],[-7.03440, 58.2393],[-7.032899, 58.2413],[-7.030399, 58.2432],[-7.02700, 58.2436],[-7.0245, 58.2453],[-7.02140, 58.2452],[-7.0204, 58.2445],[-7.0215, 58.2404],[-7.0219, 58.2396],[-7.022999, 58.2373],[-7.022799000000002, 58.2368],[-7.0235, 58.2353],[-7.02330, 58.2339],[-7.02320, 58.2332],[-7.021801, 58.2333],[-7.0194, 58.2340],[-7.016699000000002, 58.2348],[-7.014101, 58.2359],[-7.0112, 58.2359],[-7.0099, 58.2351],[-7.008399, 58.2361],[-7.0053, 58.2357],[-7.0028, 58.2356],[-7.001801, 58.2359],[-7.001299000000002, 58.2353],[-6.999, 58.2345],[-6.996201, 58.2340],[-6.993999, 58.2341],[-6.99380, 58.2340],[-6.993701, 58.2339],[-6.993501, 58.2337],[-6.9934, 58.2334],[-6.9934, 58.2333],[-6.9934, 58.2332],[-6.9943, 58.2329],[-6.994999, 58.2325],[-6.9952, 58.2322],[-6.9952, 58.2320],[-6.99510, 58.2310],[-6.994999, 58.2309],[-6.9931, 58.2308],[-6.992899, 58.2307],[-6.99280, 58.2306],[-6.9924, 58.2289],[-6.99230, 58.2288],[-6.99090, 58.2286],[-6.990699, 58.2285],[-6.9903, 58.2278],[-6.990099, 58.2277],[-6.987999, 58.2279],[-6.9878, 58.2278],[-6.98710, 58.2264],[-6.986899, 58.2263],[-6.985499, 58.2262],[-6.9835, 58.2259],[-6.98330, 58.2258],[-6.982399, 58.2245],[-6.9822, 58.2243],[-6.9798, 58.2235],[-6.9769, 58.2216],[-6.97590, 58.221],[-6.974899000000002, 58.2209],[-6.97340, 58.2211],[-6.971401, 58.2213],[-6.9709, 58.2212],[-6.968999, 58.2207],[-6.968599, 58.2207],[-6.967599, 58.2211],[-6.9645, 58.2224],[-6.964399, 58.2227],[-6.964399, 58.2230],[-6.9645, 58.2234],[-6.96460, 58.2235],[-6.965499, 58.2242],[-6.96560, 58.2244],[-6.96560, 58.2253],[-6.9657, 58.2254],[-6.9671, 58.2264],[-6.967199, 58.2268],[-6.967199, 58.227],[-6.967, 58.2272],[-6.964799, 58.2283],[-6.9645, 58.2285],[-6.9642, 58.2289],[-6.96410, 58.2292],[-6.9642, 58.2298],[-6.964301, 58.23],[-6.9645, 58.2301],[-6.9681, 58.2315],[-6.968599, 58.2319],[-6.9687, 58.2321],[-6.9687, 58.2324],[-6.9687, 58.2327],[-6.968501, 58.2329],[-6.9661, 58.2331],[-6.966001, 58.2331],[-6.965799, 58.2333],[-6.9657, 58.2337],[-6.965499, 58.2339],[-6.9653, 58.2341],[-6.96500, 58.2341],[-6.961201, 58.2334],[-6.9611, 58.2335],[-6.9615, 58.2354],[-6.961401, 58.2357],[-6.960299, 58.2365],[-6.959799, 58.2365],[-6.9586, 58.2361],[-6.958399, 58.2359],[-6.957399, 58.2345],[-6.957099, 58.2345],[-6.9554, 58.2349],[-6.95470, 58.2348],[-6.9544, 58.2347],[-6.954101, 58.2345],[-6.952799, 58.2329],[-6.952199, 58.2320],[-6.9517, 58.2306],[-6.950399, 58.2291],[-6.9498, 58.2275],[-6.948501, 58.2258],[-6.9475, 58.2244],[-6.94500, 58.2237],[-6.943099, 58.2233],[-6.941401, 58.2238],[-6.941, 58.2237],[-6.9404, 58.2233],[-6.94, 58.2230],[-6.93970, 58.2226],[-6.939301, 58.2216],[-6.9394, 58.2214],[-6.94, 58.2208],[-6.9401, 58.2207],[-6.9401, 58.2204],[-6.939799, 58.2201],[-6.939101, 58.2197],[-6.9359, 58.2182],[-6.9319, 58.2174],[-6.926801, 58.217],[-6.916699, 58.2171],[-6.9165, 58.2172],[-6.916, 58.2185],[-6.91580, 58.2187],[-6.914999, 58.2189],[-6.914501, 58.2189],[-6.914101, 58.2187],[-6.91390, 58.2185],[-6.912899, 58.2177],[-6.9123, 58.2168],[-6.911601, 58.2156],[-6.9113, 58.2154],[-6.911099, 58.2154],[-6.909999, 58.2156],[-6.9098, 58.2156],[-6.908, 58.2142],[-6.908, 58.214],[-6.90840, 58.2128],[-6.908901, 58.2124],[-6.909101, 58.2123],[-6.9109, 58.2122],[-6.911201, 58.212],[-6.9114, 58.2118],[-6.911601, 58.2115],[-6.911601, 58.2113],[-6.9114, 58.2103],[-6.911201, 58.2101],[-6.9099, 58.2094],[-6.909599, 58.2091],[-6.90920, 58.2085],[-6.909101, 58.2068],[-6.909501, 58.2056],[-6.909599, 58.2054],[-6.909699, 58.2053],[-6.911099, 58.2048],[-6.911601, 58.2047],[-6.915599, 58.2046],[-6.91850, 58.2043],[-6.92320, 58.204],[-6.92460, 58.2049],[-6.9249, 58.205],[-6.926001, 58.2049],[-6.92710, 58.2042],[-6.9274, 58.2041],[-6.9287, 58.204],[-6.930699, 58.204],[-6.93640, 58.2041],[-6.939, 58.2043],[-6.941401, 58.2052],[-6.942999, 58.2052],[-6.944399000000002, 58.2049],[-6.9446, 58.2048],[-6.944699, 58.2046],[-6.944799, 58.2043],[-6.943999, 58.2034],[-6.943399, 58.2012],[-6.943501, 58.2001],[-6.9436, 58.2],[-6.943799, 58.1999],[-6.944799, 58.2],[-6.94540, 58.2],[-6.945799, 58.2001],[-6.9461, 58.2004],[-6.9481, 58.2027],[-6.948299, 58.2028],[-6.9518, 58.2043],[-6.9564, 58.2047],[-6.95850, 58.2053],[-6.9586, 58.2054],[-6.958701, 58.2056],[-6.95890, 58.2064],[-6.959, 58.2066],[-6.9597, 58.2068],[-6.96, 58.2068],[-6.960199, 58.2063],[-6.9616, 58.2048],[-6.9616, 58.2046],[-6.9586, 58.2034],[-6.95610, 58.2025],[-6.953199, 58.2028],[-6.952899, 58.2028],[-6.9526, 58.2027],[-6.951401, 58.2016],[-6.951001, 58.2013],[-6.948901, 58.2004],[-6.94630, 58.1987],[-6.945099, 58.1978],[-6.94500, 58.1975],[-6.944799, 58.196],[-6.9446, 58.1957],[-6.943099, 58.1946],[-6.9415, 58.1937],[-6.937099, 58.1927],[-6.935299, 58.1913],[-6.9343, 58.1897],[-6.9333, 58.1871],[-6.9333, 58.186],[-6.9333, 58.1858],[-6.93310, 58.1855],[-6.93260, 58.1854],[-6.9323, 58.1854],[-6.932099, 58.1856],[-6.932199000000002, 58.1873],[-6.932001, 58.1882],[-6.93170, 58.1891],[-6.9314, 58.1897],[-6.931201, 58.1899],[-6.93090, 58.19],[-6.928501, 58.1901],[-6.9237, 58.1902],[-6.9203, 58.1895],[-6.9179, 58.1874],[-6.914899000000002, 58.1862],[-6.9127, 58.1850],[-6.91260, 58.1850],[-6.912499, 58.1852],[-6.91390, 58.1866],[-6.91440, 58.1871],[-6.914501, 58.1874],[-6.914199, 58.1876],[-6.9123, 58.1876],[-6.911601, 58.1882],[-6.911201, 58.1884],[-6.910299, 58.1884],[-6.909699, 58.1882],[-6.90920, 58.1879],[-6.90840, 58.1868],[-6.908, 58.1864],[-6.9071, 58.1861],[-6.9053, 58.1861],[-6.9028, 58.1875],[-6.8986, 58.1886],[-6.8957, 58.189],[-6.8934, 58.1885],[-6.8926, 58.1880],[-6.892399, 58.1878],[-6.8922, 58.1874],[-6.89230, 58.1847],[-6.892099, 58.1839],[-6.8915, 58.1831],[-6.8902, 58.1822],[-6.888501, 58.1804],[-6.88670, 58.178],[-6.886499, 58.1777],[-6.886401, 58.1774],[-6.88620, 58.1764],[-6.886401, 58.1740],[-6.886001, 58.1711],[-6.88630, 58.1687],[-6.88620, 58.1671],[-6.886401, 58.1656],[-6.886499, 58.1654],[-6.8868, 58.1650],[-6.887499, 58.1641],[-6.887599, 58.1639],[-6.887599, 58.1637],[-6.887499, 58.1628],[-6.887499, 58.1627],[-6.887599, 58.1625],[-6.888501, 58.1614],[-6.8894, 58.1611],[-6.889699, 58.1609],[-6.890399, 58.1603],[-6.89050, 58.1601],[-6.8893, 58.1582],[-6.889101, 58.1578],[-6.8888, 58.1568],[-6.888501, 58.1562],[-6.887899, 58.1554],[-6.8873, 58.1548],[-6.8871, 58.1545],[-6.887001, 58.154],[-6.887001, 58.1534],[-6.8874, 58.1514],[-6.8874, 58.151],[-6.8873, 58.1507],[-6.8849, 58.1482],[-6.8831, 58.1467],[-6.882999, 58.1465],[-6.882999, 58.1464],[-6.882999, 58.1451],[-6.88290, 58.1448],[-6.88280, 58.1447],[-6.880799, 58.1427],[-6.87960, 58.1413],[-6.87920, 58.1408],[-6.878799, 58.1401],[-6.8776, 58.1376],[-6.877399, 58.1358],[-6.877299000000002, 58.1351],[-6.877, 58.1346],[-6.8765, 58.1338],[-6.876201, 58.1331],[-6.8755, 58.1309],[-6.87540, 58.128],[-6.875199, 58.1275],[-6.874899, 58.1271],[-6.874599, 58.1268],[-6.874199, 58.1265],[-6.872499, 58.1256],[-6.86890, 58.1239],[-6.866401, 58.1227],[-6.866099000000002, 58.1225],[-6.8659, 58.1223],[-6.865399, 58.1216],[-6.86420, 58.1198],[-6.863501, 58.1194],[-6.863299, 58.1192],[-6.863299, 58.1191],[-6.86320, 58.1180],[-6.8631, 58.1177],[-6.861899, 58.1166],[-6.86130, 58.1163],[-6.86000, 58.1160],[-6.85960, 58.1158],[-6.85900, 58.1154],[-6.858799, 58.1154],[-6.85860, 58.1155],[-6.85850, 58.1157],[-6.85850, 58.1159],[-6.85900, 58.1175],[-6.85950, 58.1183],[-6.86130, 58.1204],[-6.863901, 58.1231],[-6.864301000000002, 58.1241],[-6.864399, 58.1245],[-6.86420, 58.1253],[-6.86420, 58.1255],[-6.865099000000002, 58.1262],[-6.866001, 58.1277],[-6.866899, 58.1299],[-6.866899, 58.1305],[-6.8668, 58.1308],[-6.8663, 58.1315],[-6.8649, 58.1324],[-6.862599, 58.1324],[-6.8625, 58.1325],[-6.8625, 58.1326],[-6.86320, 58.1332],[-6.86370, 58.1334],[-6.866601, 58.1343],[-6.867199, 58.1347],[-6.867499, 58.1351],[-6.869699, 58.1383],[-6.8705, 58.1404],[-6.870699, 58.1406],[-6.872399, 58.1418],[-6.873799, 58.1423],[-6.87400, 58.1425],[-6.874599, 58.1436],[-6.87500, 58.1449],[-6.8751, 58.1451],[-6.875299, 58.1453],[-6.876601, 58.1463],[-6.8775, 58.1469],[-6.878399, 58.148],[-6.8807, 58.1502],[-6.880799, 58.1504],[-6.8807, 58.1528],[-6.8807, 58.153],[-6.880799, 58.1532],[-6.881401, 58.1545],[-6.88210, 58.1561],[-6.882299, 58.1569],[-6.88250, 58.1589],[-6.88240, 58.1591],[-6.8817, 58.1596],[-6.880499, 58.1609],[-6.8804, 58.1611],[-6.880199, 58.163],[-6.8799, 58.164],[-6.88, 58.1642],[-6.880199, 58.1644],[-6.880599, 58.1646],[-6.880899, 58.1646],[-6.88250, 58.1635],[-6.88290, 58.1634],[-6.884301, 58.1635],[-6.884501, 58.1636],[-6.8846, 58.1637],[-6.885099, 58.1657],[-6.885099, 58.1663],[-6.8849, 58.1668],[-6.884501, 58.1679],[-6.8841, 58.1687],[-6.883901, 58.169],[-6.883299, 58.1694],[-6.882599, 58.1699],[-6.88250, 58.1701],[-6.88250, 58.1714],[-6.88240, 58.1718],[-6.88210, 58.1722],[-6.881299, 58.1730],[-6.880899, 58.1732],[-6.8804, 58.1733],[-6.878799, 58.1729],[-6.8785, 58.1730],[-6.8775, 58.1738],[-6.8772, 58.1738],[-6.8761, 58.1733],[-6.874501, 58.1722],[-6.8734, 58.1716],[-6.872799, 58.1714],[-6.872499, 58.1714],[-6.87220, 58.1716],[-6.871201, 58.1722],[-6.87080, 58.1723],[-6.869599, 58.1725],[-6.86930, 58.1726],[-6.8688, 58.1729],[-6.868299, 58.1734],[-6.867599, 58.1743],[-6.867599, 58.1745],[-6.869501, 58.1760],[-6.872499, 58.1779],[-6.8751, 58.1794],[-6.876699, 58.1806],[-6.876801, 58.1808],[-6.87690, 58.1813],[-6.8771, 58.1815],[-6.878099, 58.1817],[-6.8785, 58.1818],[-6.87860, 58.1819],[-6.87860, 58.1820],[-6.87860, 58.1830],[-6.8785, 58.1832],[-6.8772, 58.1838],[-6.87640, 58.1843],[-6.876299, 58.1844],[-6.876201, 58.1846],[-6.87640, 58.1855],[-6.876601, 58.1868],[-6.877, 58.1881],[-6.877, 58.1884],[-6.8761, 58.19],[-6.8757, 58.1904],[-6.87540, 58.1905],[-6.8747, 58.1906],[-6.8736, 58.1903],[-6.873099, 58.1901],[-6.87260, 58.1898],[-6.8719, 58.1888],[-6.871699, 58.1884],[-6.871601, 58.1880],[-6.8714, 58.1863],[-6.8715, 58.186],[-6.871601, 58.1859],[-6.871699, 58.1858],[-6.873799, 58.1856],[-6.874199, 58.1854],[-6.8743, 58.1851],[-6.8743, 58.1849],[-6.874199, 58.1847],[-6.872499, 58.1847],[-6.870399, 58.1849],[-6.8688, 58.1851],[-6.868599, 58.1851],[-6.867199, 58.1844],[-6.86560, 58.1841],[-6.864501, 58.1836],[-6.8616, 58.1826],[-6.860099, 58.1820],[-6.8592, 58.1821],[-6.85850, 58.1822],[-6.8583, 58.1823],[-6.8582, 58.1824],[-6.8582, 58.1829],[-6.8583, 58.1833],[-6.8591, 58.1856],[-6.8591, 58.1859],[-6.85900, 58.1863],[-6.858099, 58.1879],[-6.858099, 58.1881],[-6.8591, 58.1899],[-6.8592, 58.19],[-6.861499, 58.1921],[-6.8616, 58.1924],[-6.8616, 58.1926],[-6.86130, 58.1936],[-6.8612, 58.1941],[-6.8612, 58.1942],[-6.861001, 58.1943],[-6.860799, 58.1944],[-6.8607, 58.1944],[-6.859301, 58.1926],[-6.858399, 58.192],[-6.8582, 58.192],[-6.858099, 58.1921],[-6.8579, 58.1939],[-6.857699, 58.1944],[-6.8575, 58.1947],[-6.85710, 58.1948],[-6.855599, 58.1946],[-6.8547, 58.1946],[-6.8545, 58.1947],[-6.854, 58.1954],[-6.853799, 58.1956],[-6.85340, 58.1957],[-6.85100, 58.1961],[-6.8505, 58.1963],[-6.8489, 58.1975],[-6.8488, 58.1977],[-6.849999, 58.1985],[-6.850399, 58.1989],[-6.8505, 58.1993],[-6.8505, 58.1999],[-6.8505, 58.2004],[-6.8505, 58.2006],[-6.8505, 58.2007],[-6.850399, 58.2008],[-6.8476, 58.2009],[-6.844699, 58.2008],[-6.8441, 58.2006],[-6.843901, 58.2005],[-6.8437, 58.2003],[-6.843599, 58.2001],[-6.843599, 58.1999],[-6.8437, 58.1998],[-6.846401, 58.1993],[-6.846401, 58.1991],[-6.84630, 58.199],[-6.846001000000002, 58.1988],[-6.845799, 58.1987],[-6.8456, 58.1987],[-6.844301, 58.1988],[-6.8437, 58.1988],[-6.84200, 58.1982],[-6.84130, 58.1979],[-6.84070, 58.1979],[-6.840499, 58.198],[-6.8385, 58.2],[-6.837299, 58.2009],[-6.8357, 58.201],[-6.834199, 58.2011],[-6.834101, 58.2012],[-6.834101, 58.2013],[-6.834101, 58.2015],[-6.834199, 58.2016],[-6.83510, 58.2018],[-6.837, 58.2021],[-6.8382, 58.2022],[-6.839301, 58.2022],[-6.8395, 58.2023],[-6.8396, 58.2025],[-6.8395, 58.2027],[-6.838901, 58.2032],[-6.838399, 58.2037],[-6.838099, 58.2038],[-6.83780, 58.2038],[-6.836801, 58.2038],[-6.835599000000002, 58.2038],[-6.83500, 58.2038],[-6.834799, 58.2039],[-6.8347, 58.204],[-6.8345, 58.2043],[-6.8344, 58.2044],[-6.834199, 58.2045],[-6.83330, 58.2047],[-6.8311, 58.2047],[-6.82900, 58.2047],[-6.828599, 58.2048],[-6.827199, 58.2055],[-6.8259, 58.2054],[-6.825799, 58.2053],[-6.825799, 58.2051],[-6.825799, 58.2049],[-6.8259, 58.2048],[-6.826499, 58.2047],[-6.8267, 58.2045],[-6.8267, 58.2043],[-6.8267, 58.204],[-6.826601, 58.2038],[-6.824699, 58.2037],[-6.8246, 58.2036],[-6.8246, 58.2034],[-6.824699, 58.2032],[-6.8248, 58.2031],[-6.82520, 58.2029],[-6.82530, 58.2027],[-6.82520, 58.2026],[-6.824699, 58.2025],[-6.82380, 58.2026],[-6.822299, 58.2028],[-6.821899, 58.2027],[-6.8216, 58.2026],[-6.8213, 58.2024],[-6.8206, 58.2016],[-6.8204, 58.2016],[-6.820099, 58.2017],[-6.819699, 58.2021],[-6.81950, 58.2022],[-6.814799, 58.2022],[-6.812699, 58.2022],[-6.811201, 58.2021],[-6.8101, 58.2019],[-6.809599, 58.2018],[-6.8094, 58.2017],[-6.8077, 58.2006],[-6.80730, 58.2004],[-6.8067, 58.2003],[-6.805799, 58.2003],[-6.80460, 58.2007],[-6.803901, 58.2009],[-6.80280, 58.201],[-6.79990, 58.2004],[-6.7958, 58.1992],[-6.7953, 58.1992],[-6.7936, 58.1995],[-6.79290, 58.1996],[-6.791699, 58.1996],[-6.7911, 58.1994],[-6.7901, 58.1989],[-6.7894, 58.1984],[-6.788599, 58.1975],[-6.7885, 58.1973],[-6.7883, 58.196],[-6.788099, 58.1956],[-6.787499, 58.1951],[-6.787099, 58.195],[-6.78580, 58.1949],[-6.78440, 58.1945],[-6.783999, 58.1945],[-6.782899, 58.195],[-6.781401, 58.1956],[-6.7809, 58.1956],[-6.78060, 58.1955],[-6.78030, 58.1953],[-6.78020, 58.1952],[-6.780099, 58.1949],[-6.780099, 58.1942],[-6.780399, 58.193],[-6.780499, 58.1928],[-6.781801, 58.192],[-6.782199, 58.1916],[-6.7824, 58.1912],[-6.782499, 58.1907],[-6.782499, 58.1904],[-6.7824, 58.1902],[-6.7813, 58.1893],[-6.780799, 58.1892],[-6.780399, 58.1892],[-6.78, 58.1894],[-6.7796, 58.1897],[-6.779399, 58.1899],[-6.77910, 58.1909],[-6.77880, 58.1925],[-6.77870, 58.1928],[-6.778501, 58.193],[-6.777599, 58.194],[-6.777299, 58.194],[-6.775899, 58.1936],[-6.77500, 58.1933],[-6.773399, 58.1932],[-6.772699, 58.1932],[-6.77220, 58.1931],[-6.7714, 58.1923],[-6.770599, 58.1917],[-6.769899, 58.1913],[-6.769501, 58.1912],[-6.769199, 58.1912],[-6.76520, 58.191],[-6.764599, 58.1909],[-6.76230, 58.1903],[-6.7607, 58.1895],[-6.75820, 58.1883],[-6.7578, 58.1882],[-6.7574, 58.1882],[-6.756899, 58.1884],[-6.75660, 58.1886],[-6.756401, 58.1889],[-6.755599, 58.191],[-6.7554, 58.1915],[-6.755099, 58.1919],[-6.754799, 58.1922],[-6.7545, 58.1923],[-6.7533, 58.1922],[-6.751201, 58.1917],[-6.751, 58.1918],[-6.750299, 58.1927],[-6.75010, 58.1929],[-6.7498, 58.1931],[-6.7494, 58.1932],[-6.748701, 58.1934],[-6.7484, 58.1934],[-6.748199, 58.1934],[-6.748, 58.1932],[-6.74730, 58.1922],[-6.7468, 58.191],[-6.7468, 58.1897],[-6.746699, 58.1894],[-6.7458, 58.1888],[-6.7449, 58.1881],[-6.744699, 58.1879],[-6.744501, 58.1876],[-6.7442, 58.187],[-6.7438, 58.1856],[-6.743501, 58.1850],[-6.743299, 58.1847],[-6.74310, 58.1846],[-6.741099, 58.1838],[-6.7409, 58.1836],[-6.740099, 58.1823],[-6.738501, 58.1805],[-6.73740, 58.1790],[-6.736401, 58.1781],[-6.7345, 58.1762],[-6.73420, 58.1760],[-6.73410, 58.1757],[-6.73410, 58.1744],[-6.734, 58.1739],[-6.7336, 58.1732],[-6.733399, 58.1730],[-6.733099, 58.1729],[-6.73220, 58.1727],[-6.7321, 58.1725],[-6.732, 58.1721],[-6.73220, 58.1710],[-6.732399, 58.1709],[-6.7326, 58.1709],[-6.733099, 58.1709],[-6.73410, 58.1710],[-6.73470, 58.1707],[-6.7349, 58.1705],[-6.735, 58.1703],[-6.73410, 58.1683],[-6.733799, 58.1678],[-6.7336, 58.1676],[-6.7333, 58.1676],[-6.732, 58.1678],[-6.730899000000002, 58.1688],[-6.7307, 58.1689],[-6.73040, 58.169],[-6.72950, 58.169],[-6.728099, 58.1683],[-6.7279, 58.1683],[-6.7277, 58.1685],[-6.72760, 58.1706],[-6.7268, 58.1711],[-6.726699, 58.1712],[-6.726699, 58.1713],[-6.7294, 58.1717],[-6.7298, 58.1730],[-6.73000, 58.1733],[-6.730199, 58.1737],[-6.730299, 58.1740],[-6.730599, 58.1748],[-6.730599, 58.1763],[-6.73050, 58.1764],[-6.73040, 58.1764],[-6.7294, 58.1763],[-6.729101, 58.1762],[-6.728799, 58.1760],[-6.72800, 58.1753],[-6.7268, 58.1743],[-6.725699, 58.1739],[-6.72520, 58.1736],[-6.724501, 58.1731],[-6.723599, 58.1722],[-6.7233, 58.172],[-6.7209, 58.1717],[-6.7184, 58.1714],[-6.715199, 58.1698],[-6.715099, 58.1699],[-6.715099, 58.1701],[-6.715199, 58.1709],[-6.715199, 58.1711],[-6.715099, 58.1714],[-6.71490, 58.1723],[-6.71450, 58.1729],[-6.7137, 58.1739],[-6.713799, 58.1741],[-6.7141, 58.1742],[-6.714399, 58.1742],[-6.716801, 58.1737],[-6.7175, 58.1742],[-6.7184, 58.1747],[-6.719301, 58.1744],[-6.719399, 58.1744],[-6.719399, 58.1745],[-6.71820, 58.1758],[-6.7171, 58.1766],[-6.7171, 58.1767],[-6.717199, 58.1768],[-6.7175, 58.1770],[-6.7188, 58.1774],[-6.718901, 58.1775],[-6.718901, 58.1781],[-6.718999, 58.1782],[-6.7209, 58.1785],[-6.7218, 58.1791],[-6.72340, 58.1802],[-6.723701, 58.1806],[-6.72380, 58.181],[-6.724, 58.1822],[-6.723701, 58.184],[-6.723501, 58.1842],[-6.722099, 58.1845],[-6.72060, 58.1850],[-6.71960, 58.1851],[-6.71770, 58.1850],[-6.714799, 58.1847],[-6.712399, 58.1846],[-6.710299, 58.1847],[-6.709899, 58.1848],[-6.70790, 58.1857],[-6.7075, 58.1859],[-6.707399, 58.186],[-6.707399, 58.1862],[-6.7082, 58.187],[-6.708399, 58.187],[-6.709899, 58.1866],[-6.713399, 58.1867],[-6.7137, 58.1867],[-6.713799, 58.1869],[-6.713799, 58.1871],[-6.7132, 58.1880],[-6.7132, 58.1882],[-6.714799, 58.1883],[-6.7166, 58.189],[-6.716899, 58.189],[-6.718599, 58.1883],[-6.719501, 58.1883],[-6.719999, 58.1885],[-6.721001, 58.1892],[-6.7213, 58.1896],[-6.7218, 58.1916],[-6.722001, 58.1917],[-6.724, 58.1916],[-6.72480, 58.1917],[-6.725399, 58.192],[-6.7277, 58.1935],[-6.729199, 58.1945],[-6.72950, 58.1949],[-6.72950, 58.1952],[-6.7293, 58.1959],[-6.72900, 58.1965],[-6.72900, 58.1966],[-6.729101, 58.1967],[-6.73190, 58.1973],[-6.7336, 58.1987],[-6.733901, 58.1986],[-6.73410, 58.1984],[-6.73420, 58.1981],[-6.7336, 58.1966],[-6.733399, 58.1962],[-6.73320, 58.1959],[-6.7325, 58.1958],[-6.732, 58.1957],[-6.731699, 58.1956],[-6.731601, 58.1955],[-6.731601, 58.1953],[-6.732, 58.1937],[-6.7321, 58.1932],[-6.732299, 58.193],[-6.73280, 58.1929],[-6.734799, 58.1925],[-6.73560, 58.1924],[-6.735799, 58.1925],[-6.736001, 58.1928],[-6.73610, 58.1933],[-6.73610, 58.1944],[-6.735899, 58.1956],[-6.735899, 58.1958],[-6.736001, 58.196],[-6.73740, 58.1976],[-6.738299, 58.1981],[-6.738501, 58.1982],[-6.7387, 58.1982],[-6.74020, 58.1972],[-6.7413, 58.1965],[-6.742199, 58.1958],[-6.7439, 58.1947],[-6.744599, 58.1942],[-6.7448, 58.1941],[-6.744999, 58.1941],[-6.745399, 58.1944],[-6.746099, 58.1953],[-6.747499, 58.1974],[-6.7477, 58.1975],[-6.749899, 58.1981],[-6.7526, 58.1987],[-6.755099, 58.1994],[-6.757599, 58.1996],[-6.7592, 58.2006],[-6.760099, 58.2016],[-6.7617, 58.2029],[-6.761899, 58.2032],[-6.761899, 58.2034],[-6.761899, 58.2036],[-6.7617, 58.2038],[-6.759699, 58.2037],[-6.757999, 58.2035],[-6.7578, 58.2035],[-6.7575, 58.2036],[-6.757599, 58.2056],[-6.756899, 58.2071],[-6.75670, 58.2075],[-6.75670, 58.2086],[-6.75660, 58.2092],[-6.756401, 58.2096],[-6.75620, 58.2098],[-6.755899, 58.2099],[-6.755199, 58.2103],[-6.7546, 58.2104],[-6.7536, 58.2104],[-6.7498, 58.2105],[-6.746699, 58.2105],[-6.7458, 58.2105],[-6.7451, 58.2103],[-6.744699, 58.2101],[-6.74270, 58.2087],[-6.742499, 58.2085],[-6.74210, 58.208],[-6.741499, 58.2069],[-6.741001, 58.2052],[-6.740799, 58.2048],[-6.740699, 58.2046],[-6.740399, 58.2045],[-6.739301, 58.2044],[-6.73750, 58.2047],[-6.73740, 58.2048],[-6.737299, 58.205],[-6.737299, 58.2053],[-6.73740, 58.2058],[-6.7377, 58.2064],[-6.737999000000002, 58.2067],[-6.738299, 58.2069],[-6.7396, 58.2073],[-6.739799, 58.2074],[-6.7399, 58.2076],[-6.739999, 58.2081],[-6.739999, 58.2091],[-6.739999, 58.2105],[-6.7406, 58.2113],[-6.740699, 58.2116],[-6.740699, 58.2118],[-6.7406, 58.212],[-6.737599, 58.2134],[-6.737599, 58.2136],[-6.7377, 58.2139],[-6.7378, 58.214],[-6.737999000000002, 58.2141],[-6.7409, 58.2132],[-6.743199, 58.2139],[-6.743501, 58.2141],[-6.7449, 58.2162],[-6.7451, 58.2163],[-6.7484, 58.2168],[-6.75050, 58.2176],[-6.7529, 58.2179],[-6.754799, 58.2179],[-6.756299000000002, 58.2183],[-6.7574, 58.219],[-6.7616, 58.2222],[-6.762899, 58.2232],[-6.762899, 58.2234],[-6.76230, 58.2246],[-6.762199, 58.225],[-6.762199, 58.2252],[-6.76230, 58.2253],[-6.763599, 58.2253],[-6.7638, 58.2254],[-6.763901, 58.2256],[-6.763999, 58.2258],[-6.763901, 58.2260],[-6.76270, 58.2267],[-6.76270, 58.2268],[-6.76270, 58.2269],[-6.763999, 58.2280],[-6.7655, 58.2295],[-6.767099, 58.2324],[-6.768701, 58.2342],[-6.7701, 58.2352],[-6.7715, 58.2365],[-6.772399, 58.2377],[-6.7729, 58.2382],[-6.77320, 58.2384],[-6.77360, 58.2385],[-6.774301, 58.2386],[-6.774799, 58.2385],[-6.7762, 58.2375],[-6.776899, 58.2368],[-6.777299, 58.2362],[-6.7775, 58.2355],[-6.777599, 58.2345],[-6.77780, 58.2343],[-6.7782, 58.2342],[-6.7795, 58.2342],[-6.779799, 58.2344],[-6.78020, 58.2348],[-6.781001, 58.236],[-6.78160, 58.2370],[-6.7817, 58.2372],[-6.781899, 58.2373],[-6.783599, 58.2378],[-6.784999, 58.2383],[-6.78580, 58.2387],[-6.7859, 58.2387],[-6.787001, 58.2384],[-6.788, 58.2380],[-6.788199, 58.2380],[-6.7883, 58.2385],[-6.7883, 58.2388],[-6.788199, 58.239],[-6.788, 58.2393],[-6.788, 58.2396],[-6.788099, 58.2398],[-6.7883, 58.2400],[-6.78900, 58.2404],[-6.79050, 58.2408],[-6.7918, 58.2411],[-6.792, 58.2412],[-6.792099, 58.2414],[-6.792399, 58.2424],[-6.792799, 58.2439],[-6.79290, 58.2441],[-6.793099, 58.2443],[-6.7945, 58.2451],[-6.795499, 58.2459],[-6.79660, 58.2468],[-6.796899, 58.2469],[-6.79750, 58.2469],[-6.798999000000002, 58.2466],[-6.7996, 58.2467],[-6.799699, 58.2468],[-6.799699, 58.2472],[-6.799699, 58.2475],[-6.7995, 58.2478],[-6.7987, 58.2485],[-6.798299, 58.2488],[-6.7981, 58.2489],[-6.79750, 58.2490],[-6.79610, 58.2488],[-6.7935, 58.2489],[-6.792, 58.2492],[-6.789899, 58.2494],[-6.787799, 58.2491],[-6.78770, 58.2492],[-6.78770, 58.2493],[-6.78770, 58.2494],[-6.787899, 58.2495],[-6.7894, 58.2497],[-6.789999, 58.2498],[-6.79050, 58.2502],[-6.79140, 58.2509],[-6.791601, 58.251],[-6.793799, 58.2509],[-6.796401, 58.2501],[-6.7992, 58.2491],[-6.7995, 58.2491],[-6.799799, 58.2493],[-6.8, 58.2496],[-6.800099, 58.2497],[-6.801499, 58.2509],[-6.801801, 58.251],[-6.80270, 58.251],[-6.803199, 58.251],[-6.8034, 58.251],[-6.803501, 58.2511],[-6.80370, 58.2515],[-6.804501, 58.2528],[-6.804699, 58.2529],[-6.80640, 58.2531],[-6.8067, 58.2532],[-6.807001, 58.2535],[-6.80740, 58.254],[-6.8081, 58.2545],[-6.808701, 58.2548],[-6.80880, 58.2549],[-6.80880, 58.2552],[-6.80830, 58.2564],[-6.80830, 58.2566],[-6.809199, 58.2575],[-6.80930, 58.2578],[-6.80930, 58.2579],[-6.809199, 58.2581],[-6.809, 58.2584],[-6.808, 58.2594],[-6.8068, 58.2596],[-6.805799, 58.2598],[-6.805699, 58.26],[-6.805699, 58.2602],[-6.8068, 58.2613],[-6.8081, 58.2617],[-6.808701, 58.262],[-6.80880, 58.2621],[-6.80880, 58.2622],[-6.8085, 58.263],[-6.808599, 58.2634],[-6.808701, 58.2636],[-6.809, 58.2639],[-6.811201, 58.2655],[-6.8133, 58.2664],[-6.813399, 58.2666],[-6.813399, 58.2668],[-6.8123, 58.2674],[-6.8122, 58.2675],[-6.812099, 58.2677],[-6.812099, 58.2682],[-6.8122, 58.2685],[-6.8123, 58.2686],[-6.8126, 58.2687],[-6.8146, 58.2692],[-6.814799, 58.2693],[-6.81500, 58.2696],[-6.8151, 58.2697],[-6.81670, 58.2707],[-6.8171, 58.271],[-6.81720, 58.2712],[-6.81720, 58.2713],[-6.8171, 58.2717],[-6.81670, 58.2723],[-6.81580, 58.2731],[-6.81530, 58.2732],[-6.8146, 58.2733],[-6.813701, 58.2732],[-6.8122, 58.2732],[-6.80730, 58.2737],[-6.8063, 58.2738],[-6.8052, 58.2739],[-6.8049, 58.2739],[-6.804501, 58.2737],[-6.803299, 58.2727],[-6.80310, 58.2727],[-6.802899, 58.2728],[-6.80280, 58.2729],[-6.802299, 58.2742],[-6.802199, 58.2743],[-6.8016, 58.2744],[-6.8016, 58.2746],[-6.802199, 58.2757],[-6.802199, 58.2761],[-6.8021, 58.2763],[-6.801801, 58.2764],[-6.800399, 58.2768],[-6.798501, 58.2772],[-6.797999000000002, 58.2771],[-6.7965, 58.2764],[-6.795899, 58.2764],[-6.7954, 58.2763],[-6.7946, 58.2763],[-6.79190, 58.2767],[-6.7901, 58.2764],[-6.7889, 58.2764],[-6.7884, 58.2765],[-6.787899, 58.2768],[-6.78770, 58.277],[-6.787499, 58.2773],[-6.787399, 58.2775],[-6.7873, 58.2779],[-6.7876, 58.2789],[-6.788, 58.2797],[-6.788, 58.2801],[-6.787899, 58.2803],[-6.7873, 58.2809],[-6.78520, 58.2814],[-6.7828, 58.2811],[-6.7809, 58.2804],[-6.7796, 58.2799],[-6.7767, 58.2805],[-6.774799, 58.281],[-6.7735, 58.2817],[-6.7725, 58.2825],[-6.7725, 58.2826],[-6.772999, 58.2827],[-6.774199, 58.2828],[-6.77500, 58.2829],[-6.7781, 58.2828],[-6.78030, 58.2823],[-6.787199, 58.282],[-6.788701, 58.2813],[-6.7893, 58.281],[-6.789501, 58.2807],[-6.7897, 58.2798],[-6.7898, 58.2797],[-6.789899, 58.2797],[-6.7918, 58.2795],[-6.7935, 58.2795],[-6.794, 58.2797],[-6.7953, 58.2805],[-6.795599, 58.2806],[-6.7988, 58.2806],[-6.80090, 58.2813],[-6.801499, 58.2814],[-6.80370, 58.2809],[-6.805399, 58.2802],[-6.806601, 58.2799],[-6.809599, 58.2796],[-6.812399, 58.2795],[-6.814799, 58.2797],[-6.816899, 58.2801],[-6.81920, 58.2803],[-6.821899, 58.2813],[-6.8231, 58.2815],[-6.824501, 58.2821],[-6.825399, 58.2827],[-6.82560, 58.2829],[-6.825699, 58.2833],[-6.825699, 58.2839],[-6.825799, 58.2841],[-6.8259, 58.2842],[-6.8273, 58.2845],[-6.8273, 58.2848],[-6.827001, 58.2852],[-6.8263, 58.2857],[-6.823501, 58.2866],[-6.8225, 58.2866],[-6.8213, 58.2870],[-6.820199, 58.2875],[-6.81950, 58.288],[-6.818901, 58.2885],[-6.816801, 58.2893],[-6.8166, 58.2895],[-6.816201, 58.2901],[-6.81570, 58.2906],[-6.8147, 58.2920],[-6.8145, 58.2921],[-6.813099, 58.2917],[-6.81150, 58.2915],[-6.8094, 58.2922],[-6.80890, 58.2923],[-6.8084, 58.2922],[-6.807499, 58.291],[-6.807199, 58.291],[-6.8063, 58.2911],[-6.80550, 58.2925],[-6.8053, 58.2927],[-6.802599, 58.2936],[-6.802599, 58.2937],[-6.803599, 58.294],[-6.80370, 58.2942],[-6.803599, 58.2949],[-6.803501, 58.2951],[-6.803199, 58.2954],[-6.802199, 58.2961],[-6.8021, 58.2962],[-6.802199, 58.2963],[-6.804101, 58.2968],[-6.804699, 58.297],[-6.8049, 58.2971],[-6.8049, 58.2973],[-6.8048, 58.2975],[-6.80370, 58.2983],[-6.801899, 58.2989],[-6.799699, 58.2988],[-6.798501, 58.2987],[-6.7982, 58.2986],[-6.7972, 58.2979],[-6.796801, 58.2977],[-6.795499, 58.2974],[-6.79510, 58.2975],[-6.7946, 58.2979],[-6.7936, 58.2985],[-6.7935, 58.2986],[-6.7935, 58.2988],[-6.79510, 58.2999],[-6.79710, 58.3012],[-6.8, 58.3023],[-6.802001, 58.3029],[-6.803501, 58.3035],[-6.80370, 58.3036],[-6.80370, 58.3038],[-6.80370, 58.3050],[-6.803501, 58.3053],[-6.8034, 58.3054],[-6.802999, 58.3055],[-6.80090, 58.3049],[-6.8002, 58.3049],[-6.7995, 58.3051],[-6.798901, 58.3055],[-6.79670, 58.3072],[-6.796, 58.3076],[-6.795, 58.3079],[-6.7945, 58.3079],[-6.794, 58.3078],[-6.7936, 58.3070],[-6.793399, 58.3068],[-6.791601, 58.3066],[-6.7901, 58.3066],[-6.7897, 58.3066],[-6.7894, 58.3064],[-6.7889, 58.3057],[-6.7884, 58.3053],[-6.787899, 58.3051],[-6.7873, 58.3050],[-6.7856, 58.3053],[-6.785399, 58.3054],[-6.78520, 58.3056],[-6.784999, 58.3074],[-6.78490, 58.3077],[-6.784699, 58.308],[-6.7842, 58.3084],[-6.782899, 58.3092],[-6.7813, 58.3092],[-6.778999, 58.3092],[-6.775899, 58.3092],[-6.7754, 58.3094],[-6.77400, 58.3106],[-6.7735, 58.3109],[-6.772999, 58.3111],[-6.772099, 58.3112],[-6.771299, 58.3111],[-6.771, 58.3111],[-6.770599, 58.3109],[-6.769501, 58.3100],[-6.7686, 58.3083],[-6.76840, 58.308],[-6.76800, 58.3075],[-6.7677, 58.3072],[-6.767001, 58.3070],[-6.766001, 58.3072],[-6.765699, 58.3075],[-6.764999, 58.3087],[-6.764599, 58.3091],[-6.76420, 58.3094],[-6.763599, 58.3095],[-6.762499, 58.3095],[-6.761899, 58.3094],[-6.7616, 58.3092],[-6.760399, 58.3079],[-6.759799, 58.3074],[-6.759501, 58.3072],[-6.758901, 58.3069],[-6.75820, 58.3068],[-6.756001, 58.3072],[-6.75470, 58.3072],[-6.7536, 58.3070],[-6.7532, 58.3071],[-6.7528, 58.3073],[-6.75250, 58.3077],[-6.752399, 58.3081],[-6.752299, 58.3088],[-6.7528, 58.3099],[-6.7528, 58.3102],[-6.751801, 58.312],[-6.75050, 58.3128],[-6.750299, 58.3131],[-6.7498, 58.3149],[-6.749599, 58.3152],[-6.7494, 58.3153],[-6.748099, 58.315],[-6.7468, 58.3147],[-6.74640, 58.3147],[-6.743999, 58.3153],[-6.743299, 58.3153],[-6.74270, 58.3152],[-6.7423, 58.315],[-6.741001, 58.3139],[-6.740399, 58.3139],[-6.739501, 58.3144],[-6.738901, 58.3149],[-6.73840, 58.3151],[-6.7378, 58.3151],[-6.7363, 58.3146],[-6.735, 58.3146],[-6.734399, 58.3147],[-6.734, 58.3148],[-6.733901, 58.315],[-6.733901, 58.3152],[-6.735499, 58.316],[-6.73610, 58.3168],[-6.7363, 58.3169],[-6.737899, 58.3175],[-6.739699, 58.3181],[-6.740099, 58.3184],[-6.74030, 58.3187],[-6.740399, 58.319],[-6.740399, 58.3192],[-6.74030, 58.3195],[-6.740099, 58.3197],[-6.7399, 58.3198],[-6.7377, 58.3199],[-6.7367, 58.3203],[-6.735499, 58.3207],[-6.735, 58.3209],[-6.7346, 58.3209],[-6.73420, 58.3208],[-6.732399, 58.3202],[-6.730599, 58.3202],[-6.7301, 58.3203],[-6.729899, 58.3204],[-6.7298, 58.3206],[-6.729899, 58.3212],[-6.729899, 58.3214],[-6.7297, 58.3215],[-6.7279, 58.3222],[-6.727499, 58.3224],[-6.7273, 58.3226],[-6.7273, 58.3228],[-6.7273, 58.323],[-6.727499, 58.3231],[-6.72950, 58.3238],[-6.72950, 58.3241],[-6.7294, 58.3243],[-6.729101, 58.3244],[-6.726, 58.3242],[-6.7258, 58.3243],[-6.7258, 58.3245],[-6.727499, 58.3252],[-6.72760, 58.3254],[-6.727499, 58.3255],[-6.724501, 58.3259],[-6.724199, 58.3261],[-6.7231, 58.3272],[-6.721601, 58.3276],[-6.721401, 58.3277],[-6.7213, 58.3279],[-6.721601, 58.3281],[-6.723199, 58.3287],[-6.7233, 58.3288],[-6.723199, 58.329],[-6.7223, 58.3293],[-6.72190, 58.3293],[-6.7203, 58.3288],[-6.719301, 58.3282],[-6.7188, 58.3281],[-6.7174, 58.3283],[-6.7161, 58.3284],[-6.715899, 58.3285],[-6.715499, 58.3289],[-6.715199, 58.3292],[-6.71490, 58.3294],[-6.714399, 58.3295],[-6.7133, 58.3288],[-6.713099, 58.3287],[-6.7129, 58.3288],[-6.7111, 58.3296],[-6.710899, 58.3297],[-6.71070, 58.3299],[-6.710599, 58.3302],[-6.7115, 58.3311],[-6.7115, 58.3314],[-6.71070, 58.3322],[-6.709799, 58.333],[-6.708701, 58.333],[-6.7083, 58.3331],[-6.70790, 58.3333],[-6.7072, 58.3342],[-6.7068, 58.3346],[-6.706201, 58.3351],[-6.705299, 58.3357],[-6.70510, 58.3357],[-6.7043, 58.335],[-6.703199, 58.3346],[-6.70270, 58.3346],[-6.702099, 58.3347],[-6.7019, 58.3348],[-6.70180, 58.3352],[-6.70180, 58.336],[-6.70170, 58.3362],[-6.7012, 58.3364],[-6.701001, 58.3366],[-6.701001, 58.3372],[-6.701001, 58.3373],[-6.700799, 58.3374],[-6.699399, 58.3375],[-6.698901, 58.3375],[-6.69710, 58.3364],[-6.69620, 58.3364],[-6.6949, 58.3372],[-6.6946, 58.3372],[-6.694301, 58.3371],[-6.6942, 58.337],[-6.693399, 58.3341],[-6.692999, 58.3331],[-6.692699, 58.3325],[-6.69240, 58.3323],[-6.6885, 58.3319],[-6.687001, 58.3323],[-6.686, 58.3327],[-6.6851, 58.3332],[-6.6848, 58.3334],[-6.6847, 58.3335],[-6.684599, 58.3339],[-6.6847, 58.3346],[-6.6854, 58.3359],[-6.685599, 58.3364],[-6.685699, 58.3372],[-6.685599, 58.3375],[-6.6852, 58.3381],[-6.684999, 58.3383],[-6.684501, 58.3384],[-6.683599, 58.3382],[-6.682799, 58.3382],[-6.6814, 58.3387],[-6.681001, 58.3388],[-6.6793, 58.3389],[-6.678599, 58.3391],[-6.6781, 58.3391],[-6.677199, 58.339],[-6.6753, 58.3387],[-6.67500, 58.3387],[-6.674799, 58.3388],[-6.67460, 58.3396],[-6.674301, 58.3409],[-6.673999, 58.3413],[-6.6738, 58.3415],[-6.673299, 58.3417],[-6.6721, 58.3415],[-6.670599, 58.3413],[-6.66950, 58.3413],[-6.669, 58.3413],[-6.66850, 58.3415],[-6.667799, 58.3424],[-6.6675, 58.3428],[-6.667399, 58.3432],[-6.667399, 58.3438],[-6.667699, 58.3443],[-6.669, 58.3456],[-6.6697, 58.3468],[-6.669799, 58.3471],[-6.6697, 58.3475],[-6.6679, 58.3484],[-6.6668, 58.349],[-6.6658, 58.3499],[-6.6654, 58.3501],[-6.663199, 58.3507],[-6.6608, 58.3506],[-6.658999, 58.3509],[-6.6588, 58.3507],[-6.658501, 58.3498],[-6.658199, 58.3497],[-6.656801000000002, 58.3497],[-6.6566, 58.3498],[-6.656001, 58.3505],[-6.655399, 58.3509],[-6.6545, 58.3511],[-6.653299, 58.3516],[-6.65250, 58.3515],[-6.651299, 58.3514],[-6.65110, 58.3514],[-6.6504, 58.3523],[-6.6501, 58.3524],[-6.64970, 58.3524],[-6.6496, 58.3525],[-6.6501, 58.3539],[-6.65, 58.3541],[-6.6494, 58.3544],[-6.648399, 58.3546],[-6.6479, 58.3546],[-6.64690, 58.3541],[-6.64510, 58.3528],[-6.643799, 58.3518],[-6.64220, 58.3495],[-6.642001, 58.3479],[-6.642099, 58.3473],[-6.642499, 58.3467],[-6.643701, 58.3456],[-6.643701, 58.3448],[-6.6429, 58.3449],[-6.641601, 58.3445],[-6.640399000000002, 58.3438],[-6.6392, 58.3434],[-6.63800, 58.3431],[-6.6363, 58.3436],[-6.634501, 58.3456],[-6.633901, 58.3466],[-6.633501, 58.3479],[-6.631801, 58.3483],[-6.629799, 58.3486],[-6.6282, 58.3483],[-6.625899, 58.3484],[-6.624501, 58.3469],[-6.622799, 58.3461],[-6.62010, 58.3463],[-6.61680, 58.3468],[-6.6138, 58.3479],[-6.6124, 58.3483],[-6.6116, 58.3491],[-6.610199, 58.3503],[-6.608701, 58.3507],[-6.60750, 58.3509],[-6.606801, 58.3509],[-6.605199, 58.3513],[-6.6048, 58.3516],[-6.60330, 58.3529],[-6.60220, 58.3534],[-6.600599, 58.3535],[-6.599999, 58.3533],[-6.59800, 58.3542],[-6.59670, 58.3560],[-6.595399, 58.3561],[-6.594501, 58.3561],[-6.59480, 58.3568],[-6.5946, 58.3571],[-6.5932, 58.3571],[-6.59250, 58.3583],[-6.59200, 58.3592],[-6.590899, 58.3595],[-6.589399, 58.3588],[-6.58870, 58.3590],[-6.58830, 58.3598],[-6.586699, 58.3599],[-6.585299, 58.3596],[-6.5833, 58.3600],[-6.5823, 58.3609],[-6.581699, 58.3615],[-6.581299, 58.3631],[-6.5804, 58.364],[-6.5763, 58.3639],[-6.573501, 58.3634],[-6.570199, 58.3638],[-6.567999, 58.3638],[-6.565, 58.3635],[-6.5636, 58.3637],[-6.561601, 58.364],[-6.5576, 58.3649],[-6.556201, 58.3656],[-6.5542, 58.3664],[-6.553599, 58.3666],[-6.551899, 58.3663],[-6.5481, 58.3658],[-6.546401, 58.3654],[-6.54400, 58.3660],[-6.542799, 58.3665],[-6.542399, 58.3667],[-6.541601, 58.3673],[-6.5409, 58.3681],[-6.540599, 58.3686],[-6.5405, 58.3705],[-6.54040, 58.3708],[-6.53850, 58.3726],[-6.537099, 58.3739],[-6.537099, 58.3742],[-6.538199, 58.3749],[-6.5384, 58.3752],[-6.5384, 58.3756],[-6.538199, 58.3759],[-6.537899, 58.3761],[-6.536201, 58.3759],[-6.536001, 58.376],[-6.5359, 58.3761],[-6.53280, 58.3811],[-6.5327, 58.3813],[-6.532599, 58.3819],[-6.53280, 58.3822],[-6.53280, 58.3824],[-6.532599, 58.3827],[-6.5306, 58.3841],[-6.528901, 58.3848],[-6.528399, 58.385],[-6.528299, 58.3851],[-6.528299, 58.3854],[-6.528399, 58.386],[-6.528399, 58.3861],[-6.5281, 58.3864],[-6.5281, 58.3868],[-6.52820, 58.3879],[-6.52820, 58.3882],[-6.527999, 58.3884],[-6.525599, 58.3884],[-6.52540, 58.3885],[-6.5251, 58.3889],[-6.5246, 58.3894],[-6.523399, 58.3902],[-6.52290, 58.3905],[-6.522699, 58.3907],[-6.522799, 58.3917],[-6.522799, 58.3919],[-6.522699, 58.392],[-6.5222, 58.3923],[-6.519899, 58.3929],[-6.51930, 58.3931],[-6.519199, 58.3932],[-6.51930, 58.3939],[-6.519501, 58.3944],[-6.519599, 58.3952],[-6.519501, 58.3954],[-6.51930, 58.3955],[-6.516601, 58.3955],[-6.51640, 58.3956],[-6.5163, 58.3958],[-6.5163, 58.3963],[-6.51690, 58.3971],[-6.517001, 58.3974],[-6.51690, 58.3976],[-6.512001, 58.3975],[-6.509699, 58.3971],[-6.5079, 58.3972],[-6.5078, 58.3973],[-6.5078, 58.3977],[-6.507699, 58.3979],[-6.507599, 58.398],[-6.507199, 58.3982],[-6.505599, 58.3985],[-6.504799, 58.3985],[-6.50290, 58.3983],[-6.5021, 58.3986],[-6.4984, 58.3988],[-6.496201, 58.3988],[-6.494699, 58.399],[-6.494501, 58.3991],[-6.4942, 58.3999],[-6.493999, 58.4002],[-6.492899, 58.401],[-6.4913, 58.4019],[-6.4877, 58.4028],[-6.4867, 58.4032],[-6.4862, 58.4036],[-6.486001000000002, 58.404],[-6.485899, 58.4044],[-6.4867, 58.4058],[-6.487199, 58.4068],[-6.487299, 58.4073],[-6.487299, 58.4076],[-6.487199, 58.4079],[-6.4847, 58.4084],[-6.483701, 58.4089],[-6.48260, 58.41],[-6.482299, 58.4102],[-6.481601, 58.4104],[-6.48, 58.4108],[-6.477499, 58.4110],[-6.476699, 58.4112],[-6.475699, 58.4117],[-6.4738, 58.413],[-6.471601, 58.4135],[-6.4698, 58.4145],[-6.4677, 58.4150],[-6.463399000000002, 58.4170],[-6.459599, 58.4175],[-6.45590, 58.4191],[-6.455599, 58.4193],[-6.4527, 58.4196],[-6.4524, 58.4197],[-6.452199, 58.4199],[-6.452099, 58.4203],[-6.4519, 58.4208],[-6.45170, 58.4210],[-6.4481, 58.4229],[-6.4416, 58.4261],[-6.439799, 58.4270],[-6.439899, 58.4278],[-6.4401, 58.428],[-6.4417, 58.4291],[-6.441899, 58.4293],[-6.442, 58.4298],[-6.441899, 58.43],[-6.441299, 58.4304],[-6.439301, 58.4322],[-6.43520, 58.435],[-6.434899, 58.4351],[-6.43380, 58.435],[-6.433599, 58.435],[-6.4326, 58.4358],[-6.432001, 58.436],[-6.4313, 58.4361],[-6.4298, 58.4362],[-6.429101, 58.4364],[-6.4274, 58.4372],[-6.426001000000002, 58.4375],[-6.425799, 58.4376],[-6.4256, 58.4377],[-6.425499, 58.438],[-6.425499, 58.4383],[-6.425499, 58.4385],[-6.425399, 58.4387],[-6.42360, 58.4398],[-6.4222, 58.4403],[-6.42010, 58.4404],[-6.419101, 58.4407],[-6.417399, 58.441],[-6.417, 58.4412],[-6.416299, 58.4419],[-6.414899, 58.4424],[-6.413599, 58.4427],[-6.41140, 58.443],[-6.4105, 58.4433],[-6.409101, 58.4439],[-6.407499, 58.4446],[-6.40570, 58.445],[-6.40520, 58.4454],[-6.404699, 58.4459],[-6.4042, 58.4462],[-6.40370, 58.4464],[-6.402299, 58.4465],[-6.40150, 58.4465],[-6.401401, 58.4466],[-6.401299, 58.4469],[-6.4011, 58.4475],[-6.400899, 58.4477],[-6.40010, 58.448],[-6.399199, 58.4481],[-6.398099, 58.4481],[-6.3969, 58.4482],[-6.395, 58.4487],[-6.392799, 58.4491],[-6.3914, 58.4491],[-6.3905, 58.4492],[-6.389599, 58.4498],[-6.38920, 58.45],[-6.38870, 58.45],[-6.3868, 58.4498],[-6.386099, 58.4498],[-6.3849, 58.4504],[-6.383501, 58.4504],[-6.38310, 58.4502],[-6.3825, 58.45],[-6.38030, 58.4502],[-6.38, 58.4501],[-6.3796, 58.4497],[-6.3792, 58.4495],[-6.378799, 58.4488],[-6.3783, 58.4487],[-6.3754, 58.448],[-6.375199, 58.4481],[-6.37510, 58.4483],[-6.375199, 58.4486],[-6.3779, 58.4497],[-6.3782, 58.4505],[-6.3782, 58.4511],[-6.378099, 58.4515],[-6.3779, 58.4518],[-6.3748, 58.4538],[-6.3729, 58.4553],[-6.372499, 58.4554],[-6.370299, 58.4561],[-6.3693, 58.4565],[-6.3692, 58.4566],[-6.3692, 58.4568],[-6.3701, 58.457],[-6.3702, 58.4571],[-6.3702, 58.4573],[-6.3689, 58.4579],[-6.36770, 58.4579],[-6.3642, 58.458],[-6.362599, 58.4582],[-6.360099, 58.4589],[-6.358701, 58.4591],[-6.356, 58.4594],[-6.354199, 58.4598],[-6.3523, 58.4602],[-6.350699, 58.4612],[-6.34980, 58.4618],[-6.349101, 58.4621],[-6.34890, 58.4622],[-6.34890, 58.4623],[-6.34890, 58.4631],[-6.34890, 58.4636],[-6.34880, 58.4641],[-6.34840, 58.4646],[-6.34800, 58.465],[-6.3476, 58.4652],[-6.347001, 58.4652],[-6.345099, 58.4652],[-6.3448, 58.4653],[-6.344501, 58.4656],[-6.341801, 58.4689],[-6.3416, 58.4691],[-6.3413, 58.4692],[-6.338799, 58.4693],[-6.33850, 58.4694],[-6.3383, 58.4697],[-6.3382, 58.4700],[-6.3387, 58.4708],[-6.338799, 58.4711],[-6.3387, 58.4714],[-6.337999, 58.4719],[-6.3371, 58.4722],[-6.337, 58.4723],[-6.3369, 58.4725],[-6.3369, 58.4730],[-6.337299, 58.4736],[-6.337399, 58.474],[-6.337399, 58.4743],[-6.3371, 58.4749],[-6.336401, 58.4756],[-6.335199, 58.4763],[-6.334599, 58.4768],[-6.3345, 58.4769],[-6.334199, 58.4776],[-6.3336, 58.4782],[-6.333099, 58.4787],[-6.3319, 58.4795],[-6.331601, 58.4795],[-6.330699, 58.4789],[-6.32880, 58.4789],[-6.326099, 58.4785],[-6.3253, 58.4785],[-6.32250, 58.4786],[-6.3171, 58.4790],[-6.314301, 58.4786],[-6.3101, 58.4780],[-6.309199, 58.4780],[-6.3089, 58.4781],[-6.308701, 58.4784],[-6.307899, 58.4803],[-6.307499, 58.4810],[-6.307199, 58.4811],[-6.30430, 58.4815],[-6.301001, 58.4820],[-6.299399, 58.4822],[-6.29910, 58.4823],[-6.298901, 58.4825],[-6.2988, 58.4833],[-6.29910, 58.4836],[-6.29960, 58.4842],[-6.299799, 58.4845],[-6.2999, 58.4849],[-6.2999, 58.4854],[-6.299699, 58.4856],[-6.298399, 58.4856],[-6.295899, 58.4855],[-6.2951, 58.4857],[-6.2944, 58.4861],[-6.29260, 58.4862],[-6.2914, 58.4863],[-6.289999, 58.4867],[-6.289101, 58.4873],[-6.287099, 58.4894],[-6.286699, 58.4899],[-6.286201, 58.4902],[-6.284599, 58.4906],[-6.282199, 58.4912],[-6.281801, 58.4914],[-6.28090, 58.4919],[-6.280799, 58.492],[-6.2807, 58.4923],[-6.2806, 58.4925],[-6.280099, 58.4927],[-6.2796, 58.4931],[-6.2795, 58.4933],[-6.279699, 58.4938],[-6.279699, 58.4941],[-6.2796, 58.4943],[-6.27660, 58.4954],[-6.2758, 58.4955],[-6.275499, 58.4956],[-6.2753, 58.4959],[-6.2746, 58.4969],[-6.2744, 58.4971],[-6.2736, 58.4974],[-6.272399, 58.4977],[-6.2707, 58.4993],[-6.27010, 58.5001],[-6.269899, 58.5004],[-6.269899, 58.5007],[-6.27010, 58.501],[-6.270299, 58.5012],[-6.27140, 58.5017],[-6.271601, 58.502],[-6.271601, 58.5023],[-6.27140, 58.5027],[-6.2711, 58.5032],[-6.2707, 58.5034],[-6.270599, 58.5036],[-6.2707, 58.5039],[-6.270899, 58.5043],[-6.27100, 58.5044],[-6.271201, 58.5045],[-6.27290, 58.5045],[-6.274, 58.5045],[-6.274301, 58.5046],[-6.2745, 58.5048],[-6.274799, 58.5056],[-6.274799, 58.5057],[-6.27470, 58.5058],[-6.273399000000002, 58.5065],[-6.27200, 58.5073],[-6.27190, 58.5074],[-6.271801, 58.5077],[-6.27190, 58.5084],[-6.272299, 58.509],[-6.2726, 58.5092],[-6.277, 58.5097],[-6.2782, 58.5095],[-6.279399000000002, 58.5091],[-6.280099, 58.5093],[-6.281499, 58.5095],[-6.282499, 58.5098],[-6.282599, 58.51],[-6.282499, 58.5102],[-6.28170, 58.5105],[-6.280099, 58.5113],[-6.28000, 58.5114],[-6.28000, 58.5118],[-6.27990, 58.512],[-6.279799, 58.5121],[-6.2795, 58.5122],[-6.2788, 58.5122],[-6.276899, 58.5119],[-6.276299, 58.5119],[-6.276, 58.512],[-6.2757, 58.5123],[-6.2757, 58.5126],[-6.2757, 58.5128],[-6.275599, 58.5129],[-6.2754, 58.513],[-6.274199, 58.5125],[-6.274, 58.5125],[-6.273701, 58.5126],[-6.2735, 58.5134],[-6.273399000000002, 58.5136],[-6.272299, 58.5142],[-6.2711, 58.5143],[-6.2707, 58.5144],[-6.270299, 58.5147],[-6.269, 58.5157],[-6.2683, 58.5162],[-6.267799, 58.5163],[-6.26720, 58.5162],[-6.266099, 58.5157],[-6.26590, 58.5156],[-6.2656, 58.5157],[-6.26340, 58.5168],[-6.262899, 58.517],[-6.262199, 58.517],[-6.260399, 58.5167],[-6.259399, 58.5162]]],[[[-7.333799, 57.4023],[-7.3322, 57.4016],[-7.327799000000002, 57.3997],[-7.3268, 57.3993],[-7.326401, 57.3991],[-7.3262, 57.3989],[-7.326001, 57.3986],[-7.326001, 57.3978],[-7.326099, 57.3971],[-7.327001000000002, 57.3967],[-7.328199, 57.3961],[-7.328701, 57.3959],[-7.328701, 57.3956],[-7.328501, 57.3953],[-7.32830, 57.3952],[-7.325699, 57.3952],[-7.3248, 57.3952],[-7.32460, 57.3951],[-7.324501, 57.3948],[-7.324501, 57.3946],[-7.3248, 57.3944],[-7.32590, 57.3942],[-7.32690, 57.3942],[-7.328701, 57.3946],[-7.329101, 57.3946],[-7.32970, 57.3943],[-7.3298, 57.394],[-7.329501, 57.3937],[-7.327899000000002, 57.3935],[-7.327199, 57.3934],[-7.327199, 57.393],[-7.327799000000002, 57.3926],[-7.327799000000002, 57.3923],[-7.32730, 57.3919],[-7.326401, 57.3919],[-7.326001, 57.3920],[-7.325799, 57.3921],[-7.3252, 57.3927],[-7.3248, 57.3931],[-7.324501, 57.3932],[-7.32310, 57.393],[-7.32270, 57.3932],[-7.322299, 57.3942],[-7.321899, 57.3946],[-7.32170, 57.3947],[-7.3211, 57.3948],[-7.3206, 57.3948],[-7.320099, 57.3947],[-7.319399, 57.3945],[-7.3186, 57.3943],[-7.317999, 57.394],[-7.317699, 57.3938],[-7.317699, 57.3933],[-7.317599000000002, 57.3932],[-7.31700, 57.3928],[-7.3165, 57.3923],[-7.316299, 57.3920],[-7.316201, 57.3916],[-7.316201, 57.3913],[-7.316201, 57.3909],[-7.316299, 57.3907],[-7.3165, 57.3905],[-7.316801, 57.3903],[-7.317299, 57.3902],[-7.3187, 57.3902],[-7.3196, 57.3901],[-7.3206, 57.3898],[-7.32120, 57.3898],[-7.322001, 57.3900],[-7.322999, 57.3902],[-7.32320, 57.3900],[-7.32320, 57.3895],[-7.3225, 57.3890],[-7.321801000000002, 57.3886],[-7.32130, 57.3886],[-7.320199, 57.3890],[-7.319699, 57.3891],[-7.3191, 57.3891],[-7.318501, 57.3887],[-7.317699, 57.3879],[-7.317599000000002, 57.3876],[-7.3178, 57.3873],[-7.3182, 57.3872],[-7.32040, 57.3877],[-7.3207, 57.3875],[-7.3207, 57.3872],[-7.320499, 57.3869],[-7.320199, 57.3865],[-7.319301, 57.3858],[-7.318299, 57.3847],[-7.31790, 57.3841],[-7.3174, 57.3840],[-7.31700, 57.3840],[-7.3165, 57.3841],[-7.316201, 57.3842],[-7.315599000000002, 57.3846],[-7.3153, 57.3851],[-7.315199, 57.3853],[-7.31510, 57.3858],[-7.31510, 57.3870],[-7.31510, 57.3874],[-7.315, 57.3877],[-7.314199, 57.3877],[-7.311699, 57.3881],[-7.3094, 57.3884],[-7.30810, 57.3882],[-7.30670, 57.3881],[-7.304399000000002, 57.3881],[-7.303199, 57.3878],[-7.3027, 57.3875],[-7.302499, 57.3872],[-7.30210, 57.3867],[-7.301499, 57.3864],[-7.300499, 57.3865],[-7.3, 57.3866],[-7.299399, 57.3867],[-7.2986, 57.3867],[-7.297599, 57.3864],[-7.296299, 57.3856],[-7.295899, 57.3853],[-7.295499, 57.3852],[-7.294199, 57.3849],[-7.293099000000002, 57.3847],[-7.292799, 57.3846],[-7.29260, 57.3841],[-7.292699, 57.3837],[-7.2929, 57.3835],[-7.2933, 57.3833],[-7.294799, 57.3829],[-7.294899, 57.3827],[-7.294899, 57.3824],[-7.294799, 57.3821],[-7.2946, 57.3820],[-7.293701, 57.3819],[-7.2933, 57.3817],[-7.293099000000002, 57.3815],[-7.2933, 57.3811],[-7.2932, 57.3808],[-7.293, 57.3807],[-7.292799, 57.3807],[-7.2923, 57.3810],[-7.291699, 57.3813],[-7.2909, 57.3813],[-7.290299, 57.3813],[-7.28980, 57.3816],[-7.28980, 57.3818],[-7.29020, 57.3823],[-7.29020, 57.3826],[-7.2897, 57.3831],[-7.288799, 57.3837],[-7.288799, 57.3839],[-7.28930, 57.3845],[-7.289599, 57.3849],[-7.2897, 57.3851],[-7.2897, 57.3853],[-7.289501, 57.3857],[-7.28930, 57.3860],[-7.289, 57.3860],[-7.2885, 57.3859],[-7.28760, 57.3856],[-7.287001, 57.3854],[-7.286001, 57.3851],[-7.284699, 57.3851],[-7.2831, 57.3848],[-7.281499, 57.3843],[-7.280799, 57.3840],[-7.280499, 57.3839],[-7.2802, 57.3840],[-7.2806, 57.3844],[-7.2812, 57.3850],[-7.281099, 57.3852],[-7.280799, 57.3852],[-7.279301, 57.3849],[-7.27860, 57.3846],[-7.2782, 57.3844],[-7.2778, 57.3833],[-7.2775, 57.3832],[-7.2753, 57.3832],[-7.2746, 57.3831],[-7.274, 57.3828],[-7.27200, 57.3814],[-7.26930, 57.3808],[-7.268799, 57.3806],[-7.268199, 57.3803],[-7.267799000000002, 57.3800],[-7.26720, 57.3790],[-7.26680, 57.3782],[-7.2665, 57.3769],[-7.26640, 57.3767],[-7.266099, 57.3765],[-7.26580, 57.3763],[-7.264999, 57.3761],[-7.2644, 57.3757],[-7.2642, 57.3754],[-7.2642, 57.3749],[-7.2643, 57.3737],[-7.2644, 57.3734],[-7.264599, 57.3733],[-7.2652, 57.3731],[-7.2665, 57.3733],[-7.268199, 57.3739],[-7.268799, 57.3740],[-7.269199, 57.3738],[-7.269501, 57.3736],[-7.270199, 57.3736],[-7.27290, 57.3743],[-7.2741, 57.3748],[-7.27540, 57.3755],[-7.275899, 57.3756],[-7.276801, 57.3757],[-7.2775, 57.3755],[-7.278299, 57.3751],[-7.27960, 57.3746],[-7.280399, 57.3744],[-7.28090, 57.3743],[-7.281401, 57.3743],[-7.282001, 57.3746],[-7.28230, 57.3751],[-7.2821, 57.3755],[-7.2816, 57.3758],[-7.281099, 57.3758],[-7.2807, 57.3758],[-7.27950, 57.3759],[-7.278399, 57.3760],[-7.2775, 57.3763],[-7.277299, 57.3767],[-7.2774, 57.3770],[-7.278299, 57.3773],[-7.2788, 57.3776],[-7.2788, 57.3779],[-7.278399, 57.3779],[-7.277699, 57.3779],[-7.276401, 57.3779],[-7.27570, 57.3782],[-7.275199, 57.3785],[-7.2751, 57.3789],[-7.27540, 57.3790],[-7.276, 57.3791],[-7.2765, 57.3790],[-7.277299, 57.3787],[-7.2782, 57.3786],[-7.2791, 57.3786],[-7.279699, 57.3784],[-7.280399, 57.3781],[-7.28090, 57.3779],[-7.2812, 57.3779],[-7.2817, 57.3780],[-7.2824, 57.3786],[-7.2831, 57.3792],[-7.283299, 57.3795],[-7.2834, 57.3799],[-7.283199, 57.3804],[-7.283501, 57.3807],[-7.28380, 57.3808],[-7.2843, 57.3808],[-7.28550, 57.3806],[-7.286201000000002, 57.3803],[-7.2868, 57.3800],[-7.287001, 57.3798],[-7.287199, 57.3796],[-7.287199, 57.3793],[-7.287099000000002, 57.3787],[-7.287199, 57.3783],[-7.28760, 57.3783],[-7.2885, 57.3782],[-7.289999, 57.3779],[-7.29080, 57.3778],[-7.291699, 57.3779],[-7.2923, 57.3779],[-7.2925, 57.3778],[-7.2925, 57.3775],[-7.2923, 57.3772],[-7.292, 57.3770],[-7.291699, 57.3768],[-7.2915, 57.3766],[-7.2915, 57.3765],[-7.29180, 57.3764],[-7.29220, 57.3764],[-7.293399, 57.3767],[-7.2944, 57.3771],[-7.295199, 57.3775],[-7.2957, 57.3775],[-7.29600, 57.3773],[-7.2961, 57.3769],[-7.29600, 57.3767],[-7.2958, 57.3765],[-7.29500, 57.3763],[-7.294199, 57.3762],[-7.293099000000002, 57.3760],[-7.2929, 57.3757],[-7.293099000000002, 57.3753],[-7.2933, 57.3752],[-7.293701, 57.3751],[-7.294301, 57.3751],[-7.296401, 57.3753],[-7.2974, 57.3758],[-7.2981, 57.3762],[-7.29920, 57.3766],[-7.3003, 57.3770],[-7.301001, 57.3772],[-7.301899, 57.3774],[-7.3024, 57.3774],[-7.3027, 57.3773],[-7.302999, 57.3769],[-7.3031, 57.3764],[-7.302999, 57.3760],[-7.302899, 57.3757],[-7.302499, 57.3755],[-7.298999, 57.3746],[-7.2965, 57.3738],[-7.2965, 57.3734],[-7.299399, 57.3735],[-7.3037, 57.3739],[-7.306499, 57.3745],[-7.307899, 57.3750],[-7.308599, 57.3752],[-7.309199, 57.3751],[-7.309501, 57.3750],[-7.3098, 57.3749],[-7.309999, 57.3746],[-7.309999, 57.3743],[-7.309999, 57.3740],[-7.3098, 57.3736],[-7.309501, 57.3734],[-7.309101, 57.3732],[-7.3085, 57.3732],[-7.307799, 57.3733],[-7.307001, 57.3737],[-7.306001, 57.3737],[-7.304399000000002, 57.3731],[-7.303299, 57.3725],[-7.3027, 57.3723],[-7.302199, 57.3724],[-7.301801, 57.3726],[-7.3016, 57.3732],[-7.301401, 57.3733],[-7.300799, 57.3731],[-7.300099, 57.3728],[-7.2986, 57.3723],[-7.295499, 57.3719],[-7.294199, 57.3718],[-7.292399, 57.3718],[-7.29020, 57.3716],[-7.28840, 57.3714],[-7.287399, 57.3714],[-7.286699, 57.3711],[-7.28510, 57.3705],[-7.283599, 57.3704],[-7.28230, 57.3705],[-7.281499, 57.3705],[-7.27990, 57.3703],[-7.2788, 57.3701],[-7.277299, 57.3697],[-7.275499, 57.3690],[-7.274799000000002, 57.3684],[-7.2741, 57.3682],[-7.27290, 57.3685],[-7.27250, 57.3685],[-7.271699, 57.3683],[-7.271299, 57.3681],[-7.270599, 57.3679],[-7.2686, 57.3683],[-7.268, 57.3676],[-7.2679, 57.3673],[-7.268, 57.367],[-7.2686, 57.367],[-7.27000, 57.3674],[-7.2704, 57.3672],[-7.2705, 57.3666],[-7.270199, 57.3663],[-7.2686, 57.3665],[-7.2665, 57.3664],[-7.26550, 57.3662],[-7.2638, 57.3657],[-7.2623, 57.3651],[-7.26160, 57.3647],[-7.26120, 57.3645],[-7.261099, 57.3644],[-7.261099, 57.364],[-7.26120, 57.3635],[-7.261401, 57.3633],[-7.26160, 57.3632],[-7.262199, 57.363],[-7.266001000000002, 57.3645],[-7.267001, 57.3645],[-7.2684, 57.3642],[-7.2684, 57.3637],[-7.268, 57.3632],[-7.26720, 57.3625],[-7.266001000000002, 57.3622],[-7.264699, 57.362],[-7.263199, 57.3616],[-7.2618, 57.3611],[-7.2609, 57.3607],[-7.257, 57.3591],[-7.256499000000002, 57.3583],[-7.255499, 57.358],[-7.252699, 57.358],[-7.251201, 57.358],[-7.25080, 57.3579],[-7.25040, 57.3578],[-7.25000, 57.3575],[-7.249599, 57.3571],[-7.24940, 57.3568],[-7.24940, 57.3559],[-7.249501, 57.3557],[-7.25000, 57.3555],[-7.251601, 57.3551],[-7.251699, 57.3549],[-7.2515, 57.3546],[-7.251201, 57.3545],[-7.25040, 57.3542],[-7.249899, 57.354],[-7.2493, 57.3536],[-7.2484, 57.3536],[-7.247799, 57.3544],[-7.247499, 57.3546],[-7.2469, 57.3548],[-7.2464, 57.3549],[-7.245699, 57.355],[-7.24390, 57.3551],[-7.2427, 57.3551],[-7.2421, 57.355],[-7.2409, 57.3547],[-7.2402, 57.3545],[-7.23960, 57.3542],[-7.239399, 57.3539],[-7.239501, 57.3534],[-7.240099, 57.3527],[-7.2406, 57.3521],[-7.240499, 57.352],[-7.2402, 57.3518],[-7.23910, 57.3517],[-7.23820, 57.3517],[-7.2381, 57.3514],[-7.23820, 57.3511],[-7.23960, 57.35],[-7.240499, 57.3494],[-7.241099, 57.3491],[-7.2417, 57.349],[-7.242499, 57.3491],[-7.24520, 57.3502],[-7.246099, 57.3502],[-7.2465, 57.3498],[-7.247099, 57.3488],[-7.248199, 57.3486],[-7.249501, 57.3488],[-7.2507, 57.3492],[-7.2529, 57.3501],[-7.25610, 57.3508],[-7.258501, 57.3513],[-7.26030, 57.3517],[-7.26170, 57.3526],[-7.2627, 57.353],[-7.2638, 57.353],[-7.263999, 57.3526],[-7.263901, 57.3522],[-7.2627, 57.3516],[-7.262001, 57.3511],[-7.26210, 57.3509],[-7.2631, 57.3507],[-7.264501, 57.3506],[-7.2676, 57.3505],[-7.27150, 57.351],[-7.2741, 57.3517],[-7.275499, 57.3513],[-7.2774, 57.3509],[-7.2806, 57.3507],[-7.2821, 57.3505],[-7.282599, 57.3503],[-7.28280, 57.35],[-7.2827, 57.3497],[-7.2821, 57.3494],[-7.281899000000002, 57.3493],[-7.281899000000002, 57.3491],[-7.2821, 57.3489],[-7.2824, 57.3488],[-7.283, 57.3488],[-7.283999, 57.3489],[-7.2844, 57.3491],[-7.2858, 57.3502],[-7.2877, 57.3515],[-7.2885, 57.352],[-7.289, 57.3523],[-7.289101, 57.3525],[-7.289101, 57.3529],[-7.289199, 57.3534],[-7.2894, 57.3536],[-7.29020, 57.3539],[-7.289999, 57.3541],[-7.289199, 57.3542],[-7.287001, 57.354],[-7.2844, 57.3539],[-7.283199, 57.3542],[-7.281801, 57.3546],[-7.280399, 57.3545],[-7.2782, 57.3544],[-7.2766, 57.3548],[-7.27570, 57.3553],[-7.274799000000002, 57.3559],[-7.273799, 57.3563],[-7.271299, 57.3569],[-7.267099, 57.3572],[-7.264101, 57.3574],[-7.261001, 57.3574],[-7.26020, 57.3574],[-7.259301, 57.3575],[-7.25880, 57.3577],[-7.25880, 57.358],[-7.2592, 57.3582],[-7.268701, 57.3579],[-7.274301, 57.3571],[-7.278501, 57.3568],[-7.27990, 57.3567],[-7.281001, 57.3566],[-7.282199, 57.3563],[-7.28380, 57.3559],[-7.284999, 57.3556],[-7.285699, 57.3555],[-7.286201000000002, 57.3556],[-7.2868, 57.3558],[-7.28800, 57.3562],[-7.288599, 57.3561],[-7.28890, 57.356],[-7.288799, 57.3559],[-7.287899, 57.3553],[-7.2877, 57.3551],[-7.287799, 57.3549],[-7.288701, 57.3548],[-7.2901, 57.3547],[-7.2939, 57.3547],[-7.2981, 57.3545],[-7.300499, 57.3543],[-7.3012, 57.3541],[-7.3013, 57.3539],[-7.3012, 57.3536],[-7.300399, 57.3534],[-7.298399, 57.3535],[-7.2966, 57.3537],[-7.2944, 57.3539],[-7.293799, 57.3538],[-7.2932, 57.3536],[-7.29260, 57.3534],[-7.292099, 57.3532],[-7.290599, 57.3522],[-7.2844, 57.3477],[-7.279799, 57.345],[-7.278999000000002, 57.3448],[-7.278501, 57.3447],[-7.277599, 57.3449],[-7.2775, 57.3451],[-7.2778, 57.3454],[-7.278901, 57.346],[-7.281099, 57.3469],[-7.2812, 57.347],[-7.28130, 57.3473],[-7.28130, 57.3477],[-7.281099, 57.348],[-7.2807, 57.3481],[-7.279399, 57.3483],[-7.278999000000002, 57.3484],[-7.278501, 57.3487],[-7.2778, 57.3492],[-7.276, 57.3495],[-7.2726, 57.3496],[-7.270899, 57.3494],[-7.27000, 57.3488],[-7.268701, 57.3487],[-7.267001, 57.3488],[-7.26590, 57.3485],[-7.264999, 57.3477],[-7.2651, 57.3474],[-7.26770, 57.3469],[-7.268199, 57.3466],[-7.268199, 57.3463],[-7.268, 57.3461],[-7.266001000000002, 57.3462],[-7.264699, 57.3463],[-7.263999, 57.3462],[-7.263599000000002, 57.346],[-7.2637, 57.345],[-7.263501, 57.3445],[-7.2631, 57.3443],[-7.261899, 57.345],[-7.260399, 57.3464],[-7.2592, 57.3465],[-7.25790, 57.3462],[-7.257299, 57.3458],[-7.256899, 57.3452],[-7.258299, 57.3443],[-7.26020, 57.3433],[-7.260099, 57.3429],[-7.259399, 57.3427],[-7.258299, 57.3425],[-7.256801, 57.3427],[-7.255899, 57.343],[-7.255199, 57.3433],[-7.25410, 57.344],[-7.2525, 57.3447],[-7.251801, 57.3448],[-7.2511, 57.3446],[-7.2501, 57.3441],[-7.249501, 57.344],[-7.2484, 57.3441],[-7.247799, 57.3446],[-7.247499, 57.3454],[-7.247799, 57.3458],[-7.24760, 57.3462],[-7.246699, 57.3463],[-7.2458, 57.346],[-7.244999, 57.3455],[-7.24430, 57.3453],[-7.243599, 57.3453],[-7.2431, 57.3455],[-7.242899, 57.3457],[-7.243199, 57.346],[-7.24430, 57.3463],[-7.2444, 57.3466],[-7.244101, 57.3468],[-7.24300, 57.3472],[-7.2417, 57.3473],[-7.240799, 57.3472],[-7.238999, 57.3475],[-7.238501, 57.3474],[-7.2381, 57.3472],[-7.2381, 57.3469],[-7.238501, 57.3464],[-7.239399, 57.3455],[-7.241499, 57.3452],[-7.241899, 57.3449],[-7.2417, 57.3445],[-7.241499, 57.3442],[-7.241499, 57.3437],[-7.24180, 57.3432],[-7.243199, 57.3434],[-7.247001, 57.3434],[-7.247399, 57.3432],[-7.247399, 57.3429],[-7.245399, 57.3427],[-7.244501, 57.3425],[-7.242599, 57.3426],[-7.241001, 57.3427],[-7.23920, 57.3426],[-7.2387, 57.3428],[-7.238501, 57.3434],[-7.237899, 57.3436],[-7.237199, 57.3436],[-7.23490, 57.343],[-7.2326, 57.3428],[-7.2314, 57.3433],[-7.23080, 57.3437],[-7.23080, 57.3442],[-7.231201, 57.3448],[-7.231801, 57.3451],[-7.231699, 57.3454],[-7.231201, 57.3455],[-7.230199000000002, 57.3453],[-7.229599, 57.3449],[-7.229199, 57.3444],[-7.228701, 57.3442],[-7.22790, 57.3441],[-7.226299, 57.3441],[-7.2259, 57.3442],[-7.2259, 57.3445],[-7.226699, 57.3449],[-7.22830, 57.3455],[-7.2294, 57.3459],[-7.2301, 57.3461],[-7.2305, 57.3464],[-7.230599, 57.3468],[-7.2304, 57.3474],[-7.229899, 57.3477],[-7.22930, 57.3479],[-7.228701, 57.3481],[-7.22830, 57.3484],[-7.2276, 57.3486],[-7.225599, 57.3489],[-7.224599, 57.3493],[-7.224199, 57.3498],[-7.2238, 57.3503],[-7.221401, 57.3504],[-7.220099, 57.3503],[-7.219699, 57.35],[-7.219399, 57.3496],[-7.219399, 57.3491],[-7.219999, 57.3486],[-7.2223, 57.3485],[-7.222899, 57.3483],[-7.222899, 57.3482],[-7.2224, 57.3479],[-7.221001, 57.3474],[-7.220399, 57.347],[-7.22030, 57.3467],[-7.220399, 57.346],[-7.220399, 57.3457],[-7.220099, 57.3451],[-7.220099, 57.3447],[-7.22030, 57.3443],[-7.221099, 57.3439],[-7.222199, 57.3432],[-7.2234, 57.3434],[-7.224999, 57.3436],[-7.22550, 57.3435],[-7.225699, 57.3432],[-7.225699, 57.3428],[-7.225399, 57.3422],[-7.224501, 57.342],[-7.224, 57.3418],[-7.223701, 57.3416],[-7.2238, 57.3412],[-7.224899, 57.3409],[-7.227399, 57.3409],[-7.230599, 57.3416],[-7.2326, 57.342],[-7.233701, 57.3421],[-7.233901, 57.342],[-7.233901, 57.3418],[-7.233701, 57.3416],[-7.2328, 57.3414],[-7.2314, 57.3411],[-7.230599, 57.3408],[-7.2304, 57.3406],[-7.2304, 57.3404],[-7.231, 57.3399],[-7.231801, 57.3393],[-7.2319, 57.3391],[-7.231601, 57.3389],[-7.231, 57.3391],[-7.2304, 57.3394],[-7.2301, 57.3394],[-7.23, 57.3393],[-7.229899, 57.3386],[-7.22980, 57.3381],[-7.229599, 57.3376],[-7.229599, 57.3371],[-7.23, 57.3367],[-7.231, 57.3365],[-7.23150, 57.3366],[-7.232299, 57.3371],[-7.2332, 57.3375],[-7.23400, 57.3375],[-7.2346, 57.3373],[-7.23540, 57.3368],[-7.236001, 57.3362],[-7.23780, 57.3361],[-7.2413, 57.3366],[-7.2431, 57.3371],[-7.243701, 57.3371],[-7.243999, 57.3371],[-7.2442, 57.3368],[-7.244101, 57.3366],[-7.24380, 57.3363],[-7.24340, 57.3361],[-7.243299, 57.3356],[-7.243501000000002, 57.3354],[-7.243999, 57.3351],[-7.245399, 57.3347],[-7.2468, 57.3346],[-7.2473, 57.3345],[-7.247399, 57.3343],[-7.247499, 57.3340],[-7.247399, 57.3333],[-7.24900, 57.3328],[-7.249899, 57.3321],[-7.250599, 57.3313],[-7.251601, 57.3309],[-7.2525, 57.3306],[-7.253799, 57.3303],[-7.2545, 57.3303],[-7.255799, 57.3307],[-7.25740, 57.3313],[-7.259301, 57.3319],[-7.26020, 57.3326],[-7.26020, 57.3329],[-7.259699, 57.3332],[-7.2587, 57.3334],[-7.253701, 57.3340],[-7.253701, 57.3344],[-7.254, 57.3347],[-7.2545, 57.3349],[-7.2587, 57.3347],[-7.26170, 57.3344],[-7.2631, 57.3342],[-7.2638, 57.3339],[-7.264101, 57.3336],[-7.2643, 57.3333],[-7.264501, 57.3329],[-7.2643, 57.3328],[-7.263199, 57.3324],[-7.2628, 57.3321],[-7.2627, 57.3319],[-7.2628, 57.3317],[-7.26300, 57.3316],[-7.263999, 57.3314],[-7.264101, 57.3311],[-7.263999, 57.3310],[-7.262599000000002, 57.3302],[-7.262001, 57.3295],[-7.261001, 57.3296],[-7.260399, 57.3295],[-7.260099, 57.3294],[-7.260099, 57.3292],[-7.26020, 57.3290],[-7.261001, 57.3288],[-7.262499, 57.3288],[-7.2631, 57.3287],[-7.2637, 57.3290],[-7.264599, 57.3291],[-7.2652, 57.3289],[-7.266201, 57.3290],[-7.26730, 57.3293],[-7.2679, 57.3295],[-7.269101, 57.3294],[-7.27010, 57.3294],[-7.270599, 57.3296],[-7.2711, 57.3299],[-7.271201, 57.3302],[-7.271201, 57.3307],[-7.2711, 57.3312],[-7.2708, 57.3316],[-7.270199, 57.3321],[-7.269599, 57.3324],[-7.2694, 57.3326],[-7.269501, 57.3329],[-7.2698, 57.3334],[-7.27010, 57.3337],[-7.270599, 57.3341],[-7.271699, 57.3347],[-7.2726, 57.335],[-7.2736, 57.3349],[-7.2747, 57.3346],[-7.27580, 57.3345],[-7.27670, 57.3346],[-7.27860, 57.3353],[-7.2812, 57.3362],[-7.283, 57.3374],[-7.28370, 57.3377],[-7.286699, 57.3381],[-7.288199, 57.3383],[-7.2885, 57.3387],[-7.28840, 57.3392],[-7.288599, 57.3396],[-7.28930, 57.3398],[-7.2914, 57.3396],[-7.2933, 57.3405],[-7.294199, 57.3398],[-7.293399, 57.3387],[-7.291601, 57.3372],[-7.28980, 57.3364],[-7.28760, 57.336],[-7.28370, 57.3349],[-7.281001, 57.3339],[-7.2803, 57.3334],[-7.2803, 57.3327],[-7.2802, 57.3325],[-7.27960, 57.3322],[-7.2787, 57.3321],[-7.2779, 57.3315],[-7.276801, 57.3308],[-7.275899, 57.3302],[-7.2753, 57.3299],[-7.274199, 57.3296],[-7.2736, 57.3293],[-7.2732, 57.3288],[-7.27290, 57.3286],[-7.272099, 57.3285],[-7.27100, 57.3283],[-7.2705, 57.3282],[-7.270199, 57.3281],[-7.27000, 57.3277],[-7.2698, 57.3266],[-7.2698, 57.3261],[-7.27000, 57.3259],[-7.270899, 57.3256],[-7.2714, 57.3252],[-7.271201, 57.3248],[-7.270599, 57.3247],[-7.27000, 57.3247],[-7.26970, 57.3242],[-7.269501, 57.3241],[-7.2679, 57.3242],[-7.2669, 57.324],[-7.26550, 57.3241],[-7.2623, 57.3250],[-7.261099, 57.3254],[-7.2596, 57.3258],[-7.258299, 57.3261],[-7.257299, 57.3262],[-7.256499000000002, 57.3262],[-7.255599000000002, 57.3262],[-7.2545, 57.3260],[-7.253799, 57.3257],[-7.25360, 57.3256],[-7.25330, 57.3253],[-7.253399, 57.3251],[-7.2535, 57.3248],[-7.25500, 57.3245],[-7.255099, 57.3242],[-7.2547, 57.3238],[-7.25460, 57.3230],[-7.2545, 57.3228],[-7.253901, 57.3229],[-7.253399, 57.3238],[-7.25320, 57.324],[-7.252999, 57.3241],[-7.2526, 57.324],[-7.251699, 57.3230],[-7.251299, 57.3222],[-7.25100, 57.3220],[-7.250599, 57.3219],[-7.249501, 57.3224],[-7.24850, 57.3228],[-7.2477, 57.3229],[-7.2468, 57.3229],[-7.2458, 57.3227],[-7.244699, 57.3223],[-7.243599, 57.3219],[-7.2431, 57.3217],[-7.2421, 57.3212],[-7.240099, 57.3207],[-7.238501, 57.3204],[-7.23780, 57.3203],[-7.2375, 57.3204],[-7.237, 57.3208],[-7.236401000000002, 57.3215],[-7.23570, 57.3228],[-7.2345, 57.3236],[-7.2336, 57.3242],[-7.2333, 57.3244],[-7.2346, 57.3253],[-7.2346, 57.3255],[-7.2345, 57.3257],[-7.2341, 57.3258],[-7.233099000000002, 57.3257],[-7.2322, 57.3256],[-7.231801, 57.3253],[-7.2314, 57.3245],[-7.231201, 57.3242],[-7.230899, 57.3239],[-7.230599, 57.3237],[-7.230199000000002, 57.3236],[-7.229599, 57.3236],[-7.229199, 57.3237],[-7.228799, 57.324],[-7.22890, 57.3242],[-7.2294, 57.3244],[-7.2295, 57.3247],[-7.229199, 57.3249],[-7.228701, 57.3250],[-7.227799, 57.3250],[-7.227001, 57.3249],[-7.22640, 57.3246],[-7.226099, 57.3244],[-7.226099, 57.3242],[-7.227001, 57.324],[-7.227099, 57.3238],[-7.22690, 57.3236],[-7.226099, 57.3235],[-7.225599, 57.3234],[-7.225299, 57.3232],[-7.224699, 57.3226],[-7.224501, 57.3225],[-7.2224, 57.3225],[-7.222199, 57.3224],[-7.22180, 57.3222],[-7.221401, 57.3218],[-7.22130, 57.3216],[-7.221401, 57.3212],[-7.2217, 57.3208],[-7.222001, 57.3206],[-7.222499, 57.3205],[-7.222899, 57.3204],[-7.223701, 57.3204],[-7.22510, 57.3208],[-7.22550, 57.3207],[-7.2258, 57.3206],[-7.226099, 57.3204],[-7.226201, 57.3202],[-7.226201, 57.3198],[-7.2259, 57.3196],[-7.223599, 57.3193],[-7.22310, 57.3190],[-7.222799, 57.3188],[-7.2226, 57.3184],[-7.2226, 57.3177],[-7.222799, 57.3174],[-7.223501, 57.3172],[-7.2248, 57.3172],[-7.227099, 57.3170],[-7.227099, 57.3164],[-7.2265, 57.3161],[-7.2258, 57.3161],[-7.224199, 57.3162],[-7.223701, 57.3161],[-7.2233, 57.3160],[-7.222899, 57.3158],[-7.222899, 57.3156],[-7.2234, 57.3151],[-7.223501, 57.3149],[-7.223, 57.3145],[-7.2223, 57.3139],[-7.221099, 57.3135],[-7.22050, 57.3132],[-7.2202, 57.3128],[-7.2196, 57.3122],[-7.217599, 57.3119],[-7.217299, 57.3113],[-7.217599, 57.3110],[-7.219501, 57.3113],[-7.21990, 57.3113],[-7.220099, 57.3109],[-7.22030, 57.3104],[-7.220399, 57.31],[-7.220099, 57.3095],[-7.219501, 57.3087],[-7.219501, 57.3085],[-7.219999, 57.307],[-7.2196, 57.306],[-7.219699, 57.305],[-7.2191, 57.304],[-7.2188, 57.3035],[-7.2187, 57.3031],[-7.2188, 57.302],[-7.21840, 57.3017],[-7.2156, 57.304],[-7.2149, 57.3044],[-7.212299, 57.3044],[-7.21100, 57.3044],[-7.2101, 57.3046],[-7.209301, 57.305],[-7.207799, 57.3052],[-7.20720, 57.3055],[-7.20680, 57.3061],[-7.206201, 57.3067],[-7.2059, 57.3069],[-7.2055, 57.3071],[-7.20480, 57.3072],[-7.204101, 57.3071],[-7.203599, 57.3069],[-7.203199, 57.3062],[-7.202799, 57.306],[-7.201499, 57.3061],[-7.200699000000002, 57.3069],[-7.20030, 57.3071],[-7.199699000000002, 57.3071],[-7.199399, 57.3069],[-7.198501, 57.3065],[-7.197899, 57.3067],[-7.197199, 57.307],[-7.196499000000002, 57.307],[-7.1963, 57.3068],[-7.1962, 57.3063],[-7.197001, 57.3059],[-7.197001, 57.3057],[-7.1962, 57.3049],[-7.196001, 57.3045],[-7.195199, 57.3023],[-7.1937, 57.3012],[-7.191801, 57.3003],[-7.191201, 57.2999],[-7.19070, 57.2993],[-7.190599, 57.299],[-7.19080, 57.2985],[-7.192299, 57.2987],[-7.193399, 57.2987],[-7.194301, 57.2985],[-7.1953, 57.2978],[-7.1962, 57.2971],[-7.196499000000002, 57.2971],[-7.19740, 57.2975],[-7.198299, 57.2976],[-7.198599, 57.2976],[-7.198999, 57.2974],[-7.19920, 57.2972],[-7.1996, 57.2963],[-7.20020, 57.2958],[-7.2013, 57.2954],[-7.201499, 57.2951],[-7.201401, 57.2947],[-7.2013, 57.2937],[-7.201099, 57.2932],[-7.1996, 57.2925],[-7.1975, 57.292],[-7.196001, 57.2919],[-7.1963, 57.2913],[-7.19930, 57.2913],[-7.1999, 57.2912],[-7.200399, 57.2909],[-7.200699000000002, 57.2905],[-7.2009, 57.29],[-7.201001, 57.2895],[-7.201001, 57.2892],[-7.200699000000002, 57.289],[-7.200399, 57.2889],[-7.19910, 57.2885],[-7.19930, 57.288],[-7.20030, 57.2877],[-7.2005, 57.2875],[-7.20060, 57.2872],[-7.200699000000002, 57.2868],[-7.200699000000002, 57.2865],[-7.2005, 57.2862],[-7.199501, 57.286],[-7.199399, 57.2855],[-7.1996, 57.2851],[-7.2005, 57.284],[-7.2019, 57.2829],[-7.202899, 57.2819],[-7.204, 57.2815],[-7.20480, 57.2814],[-7.205299, 57.2815],[-7.2061, 57.2818],[-7.20730, 57.2819],[-7.2082, 57.2818],[-7.208799, 57.2817],[-7.209101, 57.2815],[-7.209199, 57.2811],[-7.209199, 57.28],[-7.21330, 57.2798],[-7.214, 57.2801],[-7.2149, 57.2802],[-7.21660, 57.2799],[-7.2192, 57.2807],[-7.2217, 57.2815],[-7.2238, 57.2832],[-7.224899, 57.2833],[-7.22550, 57.2832],[-7.226099, 57.2828],[-7.2265, 57.2823],[-7.2268, 57.2819],[-7.227001, 57.2812],[-7.22730, 57.2794],[-7.227399, 57.2791],[-7.227799, 57.2789],[-7.228099, 57.2788],[-7.2294, 57.2789],[-7.230299, 57.2786],[-7.230199000000002, 57.2782],[-7.22890, 57.2777],[-7.228199, 57.2773],[-7.228, 57.277],[-7.228, 57.2767],[-7.2285, 57.2763],[-7.229, 57.2759],[-7.2295, 57.2754],[-7.23070, 57.2739],[-7.231699, 57.2735],[-7.2326, 57.2738],[-7.23350, 57.2746],[-7.234399, 57.2749],[-7.23500, 57.2749],[-7.235499, 57.2746],[-7.23570, 57.2744],[-7.235899, 57.2741],[-7.236001, 57.2739],[-7.2361, 57.2735],[-7.236001, 57.2732],[-7.2356, 57.2729],[-7.2347, 57.2724],[-7.2341, 57.2721],[-7.233799, 57.2718],[-7.233701, 57.2715],[-7.2341, 57.2711],[-7.234399, 57.2711],[-7.2366, 57.2719],[-7.23820, 57.2724],[-7.23880, 57.2724],[-7.23880, 57.2721],[-7.238501, 57.2716],[-7.237999, 57.2713],[-7.237599, 57.2709],[-7.2374, 57.2706],[-7.2381, 57.2700],[-7.2387, 57.2696],[-7.238901, 57.2693],[-7.23920, 57.2685],[-7.239999, 57.2676],[-7.241499, 57.2671],[-7.242599, 57.2668],[-7.24390, 57.2664],[-7.2463, 57.2655],[-7.246601, 57.2653],[-7.246699, 57.2648],[-7.246601, 57.2643],[-7.2464, 57.2634],[-7.2464, 57.2630],[-7.246601, 57.2626],[-7.247799, 57.2622],[-7.24940, 57.2619],[-7.2501, 57.2619],[-7.2511, 57.2619],[-7.251601, 57.2619],[-7.251699, 57.2617],[-7.251699, 57.2610],[-7.251699, 57.2604],[-7.2515, 57.2602],[-7.2505, 57.2599],[-7.24850, 57.2595],[-7.2484, 57.2593],[-7.248701, 57.2587],[-7.2486, 57.2585],[-7.248099, 57.2585],[-7.246, 57.2584],[-7.243701, 57.2580],[-7.241499, 57.2579],[-7.241001, 57.2577],[-7.240799, 57.2575],[-7.241099, 57.2570],[-7.241401, 57.2569],[-7.2423, 57.2567],[-7.243299, 57.2566],[-7.24430, 57.2570],[-7.245299000000002, 57.2572],[-7.2463, 57.2572],[-7.2468, 57.2572],[-7.24720, 57.2571],[-7.247499, 57.2568],[-7.2477, 57.2564],[-7.247799, 57.2560],[-7.247799, 57.2553],[-7.247499, 57.2551],[-7.2464, 57.2550],[-7.246099, 57.2550],[-7.246, 57.2548],[-7.2465, 57.2545],[-7.246601, 57.2543],[-7.2463, 57.2540],[-7.245399, 57.2538],[-7.244999, 57.2536],[-7.244699, 57.2530],[-7.244599, 57.2526],[-7.244599, 57.2519],[-7.244501, 57.2517],[-7.243299, 57.2509],[-7.2421, 57.2500],[-7.242001, 57.2498],[-7.242199, 57.2497],[-7.243501000000002, 57.2494],[-7.244101, 57.2492],[-7.24520, 57.2488],[-7.247099, 57.2485],[-7.248799, 57.2481],[-7.24940, 57.2479],[-7.24980, 57.2477],[-7.25000, 57.2472],[-7.250199, 57.2467],[-7.2515, 57.2464],[-7.252399, 57.246],[-7.2529, 57.2458],[-7.253799, 57.2458],[-7.254399, 57.2455],[-7.2545, 57.2451],[-7.254799, 57.2447],[-7.2554, 57.2438],[-7.2553, 57.2422],[-7.255499, 57.2416],[-7.25750, 57.2405],[-7.25780, 57.2401],[-7.25790, 57.2394],[-7.257999, 57.2383],[-7.25790, 57.2378],[-7.257599, 57.2375],[-7.25710, 57.2373],[-7.25500, 57.2372],[-7.254399, 57.2372],[-7.25410, 57.2372],[-7.254399, 57.2363],[-7.2547, 57.2362],[-7.2557, 57.236],[-7.256001, 57.2359],[-7.2566, 57.2354],[-7.257199, 57.2354],[-7.258399, 57.2356],[-7.2591, 57.2357],[-7.259501, 57.2355],[-7.259799, 57.2353],[-7.260099, 57.235],[-7.26020, 57.2346],[-7.26020, 57.234],[-7.260099, 57.2335],[-7.258999, 57.2321],[-7.25710, 57.2299],[-7.257199, 57.2297],[-7.25790, 57.2292],[-7.25880, 57.2285],[-7.2599, 57.2276],[-7.2606, 57.2272],[-7.2618, 57.2269],[-7.262899, 57.2267],[-7.2643, 57.2265],[-7.2651, 57.2264],[-7.265399, 57.2262],[-7.2656, 57.226],[-7.265699, 57.2251],[-7.266099, 57.225],[-7.266601, 57.2251],[-7.267799000000002, 57.2254],[-7.2684, 57.2255],[-7.269101, 57.2255],[-7.270199, 57.2255],[-7.27290, 57.2251],[-7.2741, 57.2254],[-7.27580, 57.2256],[-7.27670, 57.2258],[-7.277699, 57.2262],[-7.27810, 57.2266],[-7.278399, 57.2272],[-7.2787, 57.2277],[-7.2791, 57.2277],[-7.279301, 57.2275],[-7.27960, 57.2261],[-7.279699, 57.2259],[-7.281401, 57.2255],[-7.2817, 57.2253],[-7.2817, 57.225],[-7.281499, 57.2245],[-7.2817, 57.2241],[-7.281499, 57.2237],[-7.280799, 57.2227],[-7.28090, 57.2225],[-7.281099, 57.2223],[-7.281401, 57.2223],[-7.2821, 57.2227],[-7.282499, 57.2229],[-7.282899, 57.2231],[-7.283501, 57.2232],[-7.28560, 57.2233],[-7.288099, 57.2236],[-7.289101, 57.2239],[-7.289899, 57.2242],[-7.291, 57.2247],[-7.292099, 57.2253],[-7.2936, 57.2262],[-7.2944, 57.2265],[-7.2947, 57.2264],[-7.294799, 57.2258],[-7.296401, 57.2256],[-7.29880, 57.2261],[-7.300499, 57.2259],[-7.3016, 57.2261],[-7.303599, 57.2268],[-7.304101, 57.2273],[-7.3042, 57.2278],[-7.3042, 57.2283],[-7.303999, 57.2291],[-7.303599, 57.2301],[-7.303299, 57.2302],[-7.302599, 57.2301],[-7.302001, 57.2299],[-7.3013, 57.2294],[-7.300799, 57.2292],[-7.299799, 57.2289],[-7.2991, 57.2285],[-7.298299000000002, 57.2281],[-7.2981, 57.2283],[-7.2981, 57.2287],[-7.298501, 57.2294],[-7.298501, 57.2301],[-7.298299000000002, 57.2306],[-7.298501, 57.2309],[-7.2991, 57.2312],[-7.2999, 57.2315],[-7.3, 57.2318],[-7.3, 57.2321],[-7.2975, 57.2321],[-7.297599, 57.2327],[-7.29790, 57.2329],[-7.2995, 57.2329],[-7.301001, 57.2337],[-7.302199, 57.2338],[-7.302199, 57.234],[-7.301899, 57.2343],[-7.301401, 57.2347],[-7.300799, 57.2349],[-7.29960, 57.2349],[-7.298399, 57.2345],[-7.297599, 57.234],[-7.295899, 57.2328],[-7.294799, 57.2319],[-7.2933, 57.231],[-7.292399, 57.2304],[-7.2909, 57.2285],[-7.29020, 57.2283],[-7.289599, 57.2283],[-7.28890, 57.2287],[-7.28800, 57.229],[-7.287499, 57.229],[-7.287099000000002, 57.2289],[-7.2858, 57.2281],[-7.28550, 57.228],[-7.284999, 57.2283],[-7.2844, 57.2284],[-7.283901, 57.2285],[-7.2831, 57.2284],[-7.28230, 57.228],[-7.281801, 57.2281],[-7.281401, 57.2284],[-7.2817, 57.229],[-7.2821, 57.2293],[-7.2843, 57.2293],[-7.2849, 57.2293],[-7.285299, 57.2296],[-7.285299, 57.2301],[-7.285399, 57.2306],[-7.285699, 57.2311],[-7.2863, 57.2313],[-7.2873, 57.2313],[-7.289501, 57.2313],[-7.2901, 57.2314],[-7.290299, 57.232],[-7.29180, 57.2337],[-7.29260, 57.2347],[-7.293099000000002, 57.2356],[-7.2932, 57.236],[-7.29350, 57.2363],[-7.294301, 57.2365],[-7.2953, 57.2367],[-7.2958, 57.237],[-7.296401, 57.2375],[-7.2971, 57.2379],[-7.29780, 57.238],[-7.300499, 57.2381],[-7.302299, 57.2393],[-7.302999, 57.2397],[-7.3037, 57.2399],[-7.30430, 57.24],[-7.30480, 57.24],[-7.30530, 57.2399],[-7.30590, 57.2396],[-7.306001, 57.2393],[-7.306001, 57.2391],[-7.306001, 57.239],[-7.305799, 57.2383],[-7.305399000000002, 57.2377],[-7.304399000000002, 57.2372],[-7.303901, 57.2369],[-7.30380, 57.2367],[-7.303901, 57.2365],[-7.30430, 57.2362],[-7.30490, 57.2358],[-7.30530, 57.2354],[-7.3056, 57.2351],[-7.30590, 57.2351],[-7.3064, 57.2356],[-7.307001, 57.2361],[-7.3073, 57.2359],[-7.3074, 57.2357],[-7.3074, 57.2353],[-7.3073, 57.2343],[-7.3074, 57.2342],[-7.307799, 57.2341],[-7.308599, 57.2339],[-7.309199, 57.2339],[-7.3098, 57.234],[-7.3102, 57.2341],[-7.31050, 57.2343],[-7.31050, 57.2344],[-7.31040, 57.2346],[-7.309101, 57.2361],[-7.309199, 57.2363],[-7.309599000000002, 57.2366],[-7.31010, 57.2366],[-7.311201, 57.2361],[-7.312099, 57.2359],[-7.312699, 57.2359],[-7.313701, 57.2362],[-7.314101, 57.236],[-7.31510, 57.2351],[-7.315899, 57.2348],[-7.3172, 57.2346],[-7.31790, 57.2345],[-7.318299, 57.2343],[-7.318501, 57.2341],[-7.3186, 57.2338],[-7.318099, 57.2331],[-7.317999, 57.2327],[-7.3182, 57.2325],[-7.3186, 57.2324],[-7.319399, 57.2322],[-7.32, 57.2322],[-7.320899, 57.2324],[-7.3224, 57.2331],[-7.32310, 57.2332],[-7.3238, 57.2331],[-7.325099, 57.2323],[-7.326401, 57.232],[-7.327799000000002, 57.2318],[-7.32970, 57.2317],[-7.333399, 57.2314],[-7.334301, 57.2315],[-7.3351, 57.2319],[-7.335499, 57.2323],[-7.336201, 57.2334],[-7.337399, 57.2342],[-7.3378, 57.2352],[-7.3383, 57.2357],[-7.339399, 57.2363],[-7.3411, 57.2387],[-7.342299, 57.24],[-7.34250, 57.2406],[-7.34250, 57.2409],[-7.3424, 57.2411],[-7.341899000000002, 57.2416],[-7.3412, 57.2419],[-7.3413, 57.2421],[-7.3417, 57.2424],[-7.342899000000002, 57.2422],[-7.342999, 57.2425],[-7.342899000000002, 57.2437],[-7.3434, 57.2441],[-7.343999, 57.2442],[-7.34480, 57.2439],[-7.3449, 57.243],[-7.34520, 57.2423],[-7.3455, 57.2423],[-7.3459, 57.2424],[-7.346601, 57.2434],[-7.3468, 57.2435],[-7.347499, 57.2432],[-7.3474, 57.2424],[-7.34760, 57.2423],[-7.3483, 57.2423],[-7.3488, 57.242],[-7.3488, 57.2415],[-7.3462, 57.2408],[-7.344301, 57.2401],[-7.34380, 57.2399],[-7.343599, 57.2396],[-7.3434, 57.2385],[-7.343501, 57.2377],[-7.3437, 57.2374],[-7.344301, 57.2373],[-7.3449, 57.2374],[-7.346099000000002, 57.2376],[-7.3473, 57.2381],[-7.348701, 57.2385],[-7.3502, 57.2387],[-7.35180, 57.2389],[-7.3543, 57.2395],[-7.3558, 57.2399],[-7.3565, 57.2404],[-7.35700, 57.2409],[-7.3576, 57.242],[-7.35970, 57.2447],[-7.360799, 57.2461],[-7.361499, 57.2463],[-7.362899, 57.2447],[-7.363299, 57.244],[-7.361899, 57.2436],[-7.36060, 57.243],[-7.35970, 57.2424],[-7.359301, 57.2416],[-7.358901, 57.2403],[-7.3572, 57.2392],[-7.35640, 57.2386],[-7.3558, 57.2379],[-7.35450, 57.2365],[-7.3544, 57.2361],[-7.3544, 57.2358],[-7.354599, 57.2357],[-7.3548, 57.2356],[-7.35510, 57.2355],[-7.35600, 57.2356],[-7.35700, 57.2357],[-7.357999, 57.2357],[-7.35830, 57.2355],[-7.3586, 57.235],[-7.3582, 57.2347],[-7.356601, 57.2341],[-7.355199, 57.2336],[-7.3543, 57.2329],[-7.353799, 57.2325],[-7.35270, 57.2314],[-7.351099, 57.2297],[-7.349999, 57.2292],[-7.349599, 57.2287],[-7.3493, 57.228],[-7.349101, 57.2273],[-7.348501, 57.2264],[-7.348199, 57.226],[-7.347199, 57.2262],[-7.346499, 57.2263],[-7.345699, 57.2258],[-7.344501, 57.2254],[-7.343901, 57.2253],[-7.3432, 57.2253],[-7.341899000000002, 57.2256],[-7.341801, 57.2257],[-7.341899000000002, 57.226],[-7.34380, 57.2265],[-7.344699, 57.2269],[-7.34480, 57.2271],[-7.344399, 57.2275],[-7.343901, 57.2276],[-7.343501, 57.2274],[-7.3428, 57.2272],[-7.341801, 57.2268],[-7.3407, 57.227],[-7.3403, 57.2271],[-7.340099000000002, 57.227],[-7.340099000000002, 57.2261],[-7.3397, 57.2259],[-7.33870, 57.2259],[-7.338099, 57.2258],[-7.337699, 57.2256],[-7.3376, 57.2254],[-7.3376, 57.2249],[-7.3375, 57.2246],[-7.337299, 57.2243],[-7.3369, 57.224],[-7.33580, 57.2241],[-7.334799, 57.2244],[-7.333799, 57.2251],[-7.3332, 57.2254],[-7.33260, 57.2255],[-7.331, 57.2253],[-7.3309, 57.2254],[-7.331, 57.2261],[-7.331, 57.2265],[-7.3309, 57.2267],[-7.3305, 57.2267],[-7.329899, 57.2267],[-7.329599, 57.2266],[-7.329199, 57.2262],[-7.328701, 57.2261],[-7.3277, 57.2258],[-7.326401, 57.2256],[-7.326099, 57.2254],[-7.326099, 57.2249],[-7.3238, 57.2248],[-7.318999, 57.2244],[-7.317999, 57.2243],[-7.31750, 57.2244],[-7.3172, 57.2246],[-7.316899, 57.2249],[-7.316899, 57.2252],[-7.31710, 57.2254],[-7.317299, 57.2255],[-7.31790, 57.2255],[-7.3196, 57.2255],[-7.320499, 57.2257],[-7.3211, 57.226],[-7.3224, 57.2266],[-7.32270, 57.2269],[-7.32270, 57.2273],[-7.32270, 57.2275],[-7.322599, 57.2278],[-7.322001, 57.2282],[-7.321401, 57.2283],[-7.320799, 57.2283],[-7.3182, 57.2283],[-7.3167, 57.2282],[-7.316201, 57.2284],[-7.31610, 57.2286],[-7.3167, 57.2289],[-7.3174, 57.2294],[-7.317599000000002, 57.2296],[-7.31750, 57.2298],[-7.31700, 57.2301],[-7.316299, 57.2302],[-7.315599000000002, 57.2302],[-7.3145, 57.2303],[-7.3115, 57.2302],[-7.310599, 57.2303],[-7.309199, 57.23],[-7.3074, 57.2304],[-7.307001, 57.2303],[-7.305799, 57.2285],[-7.3056, 57.2282],[-7.305799, 57.228],[-7.306099, 57.2278],[-7.30670, 57.2275],[-7.3083, 57.2272],[-7.309101, 57.2273],[-7.3102, 57.2277],[-7.311201, 57.228],[-7.312799, 57.2282],[-7.313099, 57.2281],[-7.313099, 57.2278],[-7.31230, 57.2274],[-7.3115, 57.2272],[-7.311299, 57.227],[-7.31090, 57.2261],[-7.3108, 57.226],[-7.309899, 57.2261],[-7.309599000000002, 57.2262],[-7.3089, 57.2265],[-7.308199, 57.2265],[-7.3077, 57.2263],[-7.3073, 57.226],[-7.307001, 57.2257],[-7.30670, 57.2251],[-7.306601, 57.2245],[-7.30670, 57.224],[-7.307099, 57.2236],[-7.3073, 57.2234],[-7.307099, 57.2232],[-7.30630, 57.2229],[-7.3056, 57.2228],[-7.305099, 57.2229],[-7.30480, 57.2236],[-7.3046, 57.2239],[-7.3042, 57.2242],[-7.30380, 57.2243],[-7.303501000000002, 57.2243],[-7.303199, 57.2243],[-7.301499, 57.2239],[-7.299399, 57.2236],[-7.298501, 57.2235],[-7.298299000000002, 57.2234],[-7.298299000000002, 57.2232],[-7.298501, 57.223],[-7.300499, 57.223],[-7.301499, 57.2231],[-7.301899, 57.2225],[-7.302001, 57.2221],[-7.302001, 57.2215],[-7.302001, 57.2212],[-7.301899, 57.2208],[-7.301499, 57.2202],[-7.301099, 57.2199],[-7.3, 57.2197],[-7.2995, 57.2196],[-7.299301, 57.2194],[-7.29920, 57.219],[-7.299301, 57.2187],[-7.29960, 57.2184],[-7.300099, 57.2181],[-7.300799, 57.2179],[-7.3009, 57.2177],[-7.300799, 57.2175],[-7.30020, 57.2172],[-7.29880, 57.2166],[-7.297299000000002, 57.2159],[-7.296401, 57.2155],[-7.2944, 57.2153],[-7.29220, 57.2148],[-7.28890, 57.214],[-7.288199, 57.214],[-7.28230, 57.2149],[-7.279799, 57.2154],[-7.2778, 57.2157],[-7.27620, 57.2159],[-7.273799, 57.2163],[-7.273099, 57.2161],[-7.2722, 57.2154],[-7.27150, 57.2151],[-7.2707, 57.2147],[-7.270299, 57.2144],[-7.269899, 57.2141],[-7.269599, 57.2136],[-7.269599, 57.2125],[-7.269199, 57.2119],[-7.269101, 57.2115],[-7.269199, 57.2108],[-7.269, 57.2103],[-7.268701, 57.2102],[-7.2676, 57.2101],[-7.26590, 57.2107],[-7.2656, 57.2107],[-7.2651, 57.2106],[-7.264599, 57.2104],[-7.263999, 57.2102],[-7.263901, 57.2101],[-7.263901, 57.2099],[-7.264101, 57.2098],[-7.2651, 57.2097],[-7.2652, 57.2096],[-7.2651, 57.2093],[-7.2638, 57.2091],[-7.262499, 57.2084],[-7.2609, 57.2081],[-7.259301, 57.2076],[-7.258999, 57.2074],[-7.2587, 57.2070],[-7.25880, 57.2066],[-7.2592, 57.2060],[-7.259501, 57.2057],[-7.260099, 57.2052],[-7.26020, 57.2049],[-7.260499, 57.2038],[-7.2606, 57.2036],[-7.2609, 57.2034],[-7.26300, 57.2036],[-7.263199, 57.2035],[-7.263299, 57.2032],[-7.263299, 57.2030],[-7.2627, 57.2021],[-7.262499, 57.2018],[-7.2624, 57.2015],[-7.262499, 57.2005],[-7.262599000000002, 57.1996],[-7.262899, 57.1986],[-7.263501, 57.1970],[-7.263901, 57.1963],[-7.264599, 57.1952],[-7.2651, 57.1946],[-7.264699, 57.1940],[-7.2638, 57.1941],[-7.263299, 57.1948],[-7.26300, 57.1950],[-7.262599000000002, 57.1951],[-7.26210, 57.1951],[-7.2618, 57.1949],[-7.26160, 57.1944],[-7.2618, 57.1939],[-7.26160, 57.1937],[-7.26070, 57.1936],[-7.259699, 57.1939],[-7.259301, 57.1937],[-7.2596, 57.1931],[-7.2596, 57.1930],[-7.25780, 57.1924],[-7.257199, 57.1921],[-7.256499000000002, 57.1917],[-7.2562, 57.1913],[-7.255499, 57.1902],[-7.2553, 57.1898],[-7.2553, 57.1893],[-7.2553, 57.1890],[-7.2567, 57.1884],[-7.256801, 57.1879],[-7.2562, 57.1874],[-7.2549, 57.1869],[-7.2535, 57.1861],[-7.2511, 57.1853],[-7.25000, 57.1848],[-7.249599, 57.1844],[-7.24940, 57.1840],[-7.2493, 57.1836],[-7.24980, 57.1822],[-7.24980, 57.1797],[-7.249599, 57.1786],[-7.24890, 57.1767],[-7.248199, 57.1759],[-7.2484, 57.1756],[-7.24900, 57.1753],[-7.249199, 57.175],[-7.24890, 57.1743],[-7.247799, 57.173],[-7.246201, 57.1726],[-7.245699, 57.1722],[-7.245699, 57.1719],[-7.2458, 57.1715],[-7.2459, 57.1713],[-7.246099, 57.1711],[-7.2464, 57.1709],[-7.2483, 57.1709],[-7.248799, 57.1708],[-7.24890, 57.1705],[-7.24890, 57.1704],[-7.24720, 57.1699],[-7.2468, 57.1695],[-7.246699, 57.1692],[-7.246699, 57.1673],[-7.2469, 57.1661],[-7.2465, 57.1657],[-7.244599, 57.1657],[-7.244101, 57.1654],[-7.24390, 57.1652],[-7.243701, 57.1645],[-7.24380, 57.1643],[-7.244101, 57.1641],[-7.2451, 57.164],[-7.24720, 57.1637],[-7.2477, 57.1635],[-7.248099, 57.1633],[-7.2484, 57.163],[-7.2486, 57.1625],[-7.249101, 57.1609],[-7.2493, 57.1605],[-7.249501, 57.1604],[-7.25000, 57.1602],[-7.25040, 57.1601],[-7.251299, 57.1599],[-7.25410, 57.1596],[-7.255599000000002, 57.1593],[-7.2557, 57.1591],[-7.255499, 57.1587],[-7.2553, 57.1585],[-7.254799, 57.1582],[-7.254301, 57.1579],[-7.25410, 57.1577],[-7.253901, 57.1574],[-7.253701, 57.1565],[-7.253701, 57.156],[-7.253799, 57.1555],[-7.254, 57.1551],[-7.2545, 57.1544],[-7.2547, 57.1541],[-7.255099, 57.1538],[-7.2557, 57.1535],[-7.2562, 57.1534],[-7.257199, 57.1534],[-7.258299, 57.1533],[-7.259301, 57.153],[-7.2606, 57.1527],[-7.2624, 57.1523],[-7.264501, 57.1518],[-7.2651, 57.1514],[-7.26550, 57.1507],[-7.26640, 57.1506],[-7.26730, 57.1508],[-7.269599, 57.1508],[-7.272399, 57.1508],[-7.27440, 57.1510],[-7.2772, 57.1508],[-7.27960, 57.1508],[-7.28090, 57.1506],[-7.2824, 57.1505],[-7.284599, 57.1513],[-7.28650, 57.1519],[-7.2885, 57.1526],[-7.292099, 57.1544],[-7.297299000000002, 57.1568],[-7.298999, 57.158],[-7.30060, 57.1588],[-7.3016, 57.1591],[-7.30340, 57.1596],[-7.304699, 57.1612],[-7.306499, 57.1623],[-7.307001, 57.1632],[-7.3074, 57.1636],[-7.30810, 57.1638],[-7.3102, 57.1628],[-7.3111, 57.1628],[-7.31180, 57.1629],[-7.312099, 57.163],[-7.3126, 57.164],[-7.3132, 57.1639],[-7.313701, 57.1634],[-7.3135, 57.1629],[-7.31330, 57.1626],[-7.312099, 57.1622],[-7.3089, 57.1618],[-7.308599, 57.1616],[-7.308599, 57.1614],[-7.3089, 57.1609],[-7.3089, 57.1607],[-7.308701000000002, 57.1605],[-7.30670, 57.1599],[-7.306499, 57.1598],[-7.306601, 57.1592],[-7.3052, 57.1584],[-7.305399000000002, 57.1581],[-7.30670, 57.1583],[-7.307001, 57.1581],[-7.3069, 57.1572],[-7.307799, 57.1572],[-7.308701000000002, 57.1575],[-7.3093, 57.158],[-7.309899, 57.1579],[-7.31010, 57.1577],[-7.309899, 57.1568],[-7.31050, 57.1567],[-7.3111, 57.1572],[-7.3115, 57.1584],[-7.312399000000002, 57.1586],[-7.312699, 57.1585],[-7.312799, 57.1582],[-7.312399000000002, 57.1569],[-7.312099, 57.1564],[-7.31180, 57.1562],[-7.307099, 57.1559],[-7.3042, 57.1558],[-7.3017, 57.1549],[-7.3009, 57.1542],[-7.3009, 57.1536],[-7.302001, 57.1535],[-7.303299, 57.1536],[-7.306099, 57.1541],[-7.308, 57.1538],[-7.3083, 57.153],[-7.307799, 57.1525],[-7.3069, 57.152],[-7.3037, 57.1511],[-7.302001, 57.1502],[-7.30060, 57.15],[-7.3003, 57.1505],[-7.299301, 57.1503],[-7.29880, 57.1498],[-7.298901, 57.1492],[-7.3016, 57.1488],[-7.304501000000002, 57.1493],[-7.305699, 57.1497],[-7.307199, 57.1502],[-7.30760, 57.1505],[-7.30760, 57.1515],[-7.3083, 57.1518],[-7.3094, 57.1521],[-7.31050, 57.1523],[-7.3115, 57.1524],[-7.314799, 57.152],[-7.3167, 57.1522],[-7.32040, 57.1528],[-7.32120, 57.153],[-7.3216, 57.1534],[-7.32170, 57.1536],[-7.3216, 57.1541],[-7.320799, 57.1544],[-7.3199, 57.1536],[-7.3187, 57.1536],[-7.3174, 57.1537],[-7.316401, 57.1540],[-7.316201, 57.1545],[-7.316401, 57.1553],[-7.3167, 57.1559],[-7.3172, 57.1565],[-7.318901, 57.1572],[-7.319301, 57.1575],[-7.319399, 57.1583],[-7.3196, 57.1589],[-7.32040, 57.1596],[-7.321001, 57.16],[-7.321401, 57.1603],[-7.32210, 57.1604],[-7.3234, 57.1604],[-7.3243, 57.1603],[-7.324999, 57.1605],[-7.325799, 57.1608],[-7.3268, 57.1609],[-7.3277, 57.1608],[-7.328199, 57.1609],[-7.328599, 57.1609],[-7.328701, 57.1607],[-7.32880, 57.1601],[-7.329, 57.1595],[-7.32930, 57.1586],[-7.3298, 57.1584],[-7.3322, 57.158],[-7.33260, 57.1578],[-7.33300, 57.1574],[-7.33300, 57.1565],[-7.3332, 57.1563],[-7.334199, 57.156],[-7.335199, 57.1558],[-7.336299, 57.1565],[-7.3371, 57.1579],[-7.3379, 57.1578],[-7.33860, 57.1565],[-7.339, 57.1562],[-7.33960, 57.1562],[-7.34040, 57.1563],[-7.3421, 57.1566],[-7.342899000000002, 57.1567],[-7.3431, 57.1566],[-7.3432, 57.1563],[-7.3432, 57.156],[-7.3412, 57.1541],[-7.3412, 57.1539],[-7.341499, 57.1537],[-7.3421, 57.1537],[-7.344501, 57.1543],[-7.34800, 57.1542],[-7.348501, 57.1544],[-7.349101, 57.1548],[-7.349501, 57.1554],[-7.349899, 57.1557],[-7.351201, 57.1556],[-7.3519, 57.1553],[-7.35220, 57.1549],[-7.35220, 57.1547],[-7.35180, 57.1543],[-7.351099, 57.1540],[-7.348701, 57.1539],[-7.346601, 57.1536],[-7.344301, 57.1535],[-7.34420, 57.1533],[-7.34420, 57.1531],[-7.344501, 57.153],[-7.3453, 57.1528],[-7.3462, 57.1526],[-7.347001, 57.1523],[-7.34760, 57.1522],[-7.348599, 57.1524],[-7.350299, 57.1532],[-7.35090, 57.1533],[-7.351, 57.1532],[-7.35090, 57.1528],[-7.349899, 57.1522],[-7.349899, 57.1519],[-7.3515, 57.1515],[-7.351601, 57.1512],[-7.351299, 57.1510],[-7.3489, 57.1508],[-7.34760, 57.1504],[-7.345799, 57.1498],[-7.344399, 57.1494],[-7.343901, 57.1485],[-7.343501, 57.1480],[-7.341401, 57.1476],[-7.340799, 57.1479],[-7.340499, 57.1480],[-7.340099000000002, 57.1480],[-7.33960, 57.1476],[-7.337699, 57.1476],[-7.3361, 57.1471],[-7.3361, 57.1469],[-7.336401, 57.1467],[-7.339301, 57.1466],[-7.340099000000002, 57.1462],[-7.3416, 57.1460],[-7.341801, 57.1458],[-7.341499, 57.1448],[-7.3416, 57.1447],[-7.343599, 57.1441],[-7.343599, 57.1439],[-7.3434, 57.1437],[-7.3413, 57.1439],[-7.340799, 57.1437],[-7.340499, 57.1433],[-7.338799, 57.1394],[-7.3378, 57.1390],[-7.337, 57.1386],[-7.3361, 57.1379],[-7.3351, 57.1378],[-7.33450, 57.1379],[-7.33440, 57.1381],[-7.33450, 57.1386],[-7.33540, 57.1391],[-7.335499, 57.1393],[-7.3351, 57.1397],[-7.3347, 57.1399],[-7.334199, 57.1397],[-7.333799, 57.1392],[-7.333099, 57.1387],[-7.33250, 57.1382],[-7.332699, 57.1380],[-7.333399, 57.1377],[-7.33350, 57.1374],[-7.3332, 57.1370],[-7.3323, 57.1369],[-7.329, 57.1376],[-7.328199, 57.1377],[-7.328, 57.1379],[-7.328701, 57.1386],[-7.328599, 57.1389],[-7.327799000000002, 57.1393],[-7.32690, 57.1398],[-7.32690, 57.1399],[-7.327799000000002, 57.1406],[-7.327799000000002, 57.1407],[-7.32740, 57.1410],[-7.326601, 57.1409],[-7.3249, 57.1401],[-7.3234, 57.1394],[-7.3224, 57.1391],[-7.32130, 57.1388],[-7.32030, 57.1387],[-7.320199, 57.1393],[-7.32, 57.1397],[-7.319799, 57.1399],[-7.318799, 57.1397],[-7.316899, 57.1389],[-7.31510, 57.1389],[-7.314101, 57.1380],[-7.3129, 57.1380],[-7.311299, 57.1387],[-7.310599, 57.1388],[-7.309999, 57.1379],[-7.3097, 57.1380],[-7.3089, 57.1386],[-7.308701000000002, 57.1387],[-7.3085, 57.1380],[-7.308, 57.1380],[-7.307499, 57.1382],[-7.307099, 57.1387],[-7.306601, 57.1388],[-7.3056, 57.1380],[-7.304501000000002, 57.1381],[-7.304999, 57.1391],[-7.304699, 57.1395],[-7.304399000000002, 57.1396],[-7.302499, 57.1398],[-7.301099, 57.1399],[-7.300099, 57.1401],[-7.299399, 57.1404],[-7.29880, 57.1407],[-7.298299000000002, 57.1412],[-7.297599, 57.1421],[-7.297299000000002, 57.1424],[-7.296401, 57.1423],[-7.295499, 57.1417],[-7.2951, 57.1417],[-7.294101, 57.1423],[-7.293799, 57.1424],[-7.293399, 57.1423],[-7.29220, 57.1416],[-7.291299000000002, 57.1421],[-7.288599, 57.1415],[-7.288099, 57.1429],[-7.287499, 57.1431],[-7.2863, 57.1432],[-7.283999, 57.1432],[-7.282899, 57.1431],[-7.2816, 57.1431],[-7.279799, 57.1438],[-7.2782, 57.1439],[-7.27670, 57.1435],[-7.275199, 57.1426],[-7.274301, 57.1423],[-7.2722, 57.1419],[-7.269899, 57.1422],[-7.2684, 57.1423],[-7.2651, 57.1419],[-7.262599000000002, 57.1417],[-7.2606, 57.1411],[-7.259799, 57.1408],[-7.258999, 57.1403],[-7.257599, 57.1388],[-7.2566, 57.1380],[-7.255799, 57.1375],[-7.254301, 57.1369],[-7.2526, 57.1368],[-7.25100, 57.1367],[-7.24980, 57.1364],[-7.248199, 57.1362],[-7.2458, 57.1364],[-7.244599, 57.1362],[-7.2442, 57.1358],[-7.244101, 57.1355],[-7.24390, 57.1349],[-7.24390, 57.1345],[-7.2442, 57.1334],[-7.244599, 57.1329],[-7.246699, 57.1310],[-7.24980, 57.1291],[-7.2505, 57.1287],[-7.250599, 57.1284],[-7.25040, 57.1282],[-7.24980, 57.1282],[-7.24800, 57.1280],[-7.244999, 57.1286],[-7.243599, 57.1286],[-7.242599, 57.1272],[-7.241001, 57.1266],[-7.240699, 57.1264],[-7.240499, 57.1254],[-7.240099, 57.1252],[-7.23880, 57.1255],[-7.237999, 57.1248],[-7.2381, 57.1242],[-7.241099, 57.1239],[-7.241401, 57.1237],[-7.2413, 57.1232],[-7.239699, 57.1228],[-7.239501, 57.122],[-7.240399, 57.1209],[-7.24240, 57.1204],[-7.2427, 57.1198],[-7.2413, 57.119],[-7.23960, 57.1185],[-7.238999, 57.1185],[-7.23820, 57.1188],[-7.237899, 57.1191],[-7.237599, 57.1199],[-7.237, 57.1208],[-7.2366, 57.1221],[-7.235899, 57.1228],[-7.23490, 57.1235],[-7.2342, 57.1248],[-7.233099000000002, 57.1261],[-7.232299, 57.1267],[-7.231601, 57.1269],[-7.22970, 57.1265],[-7.227399, 57.1264],[-7.227001, 57.1262],[-7.227099, 57.1255],[-7.22730, 57.1245],[-7.2272, 57.1239],[-7.22690, 57.1235],[-7.226099, 57.1226],[-7.226299, 57.1222],[-7.226299, 57.122],[-7.225399, 57.1218],[-7.224899, 57.1215],[-7.224699, 57.1213],[-7.224599, 57.1208],[-7.224699, 57.1202],[-7.225599, 57.1195],[-7.224699, 57.1192],[-7.224101, 57.1199],[-7.221401, 57.1194],[-7.220099, 57.1195],[-7.2187, 57.1195],[-7.2177, 57.119],[-7.216001, 57.1182],[-7.211801, 57.1183],[-7.2111, 57.1183],[-7.210599, 57.1182],[-7.2104, 57.1179],[-7.211299, 57.1174],[-7.211299, 57.117],[-7.2111, 57.1162],[-7.211699, 57.1157],[-7.2116, 57.1154],[-7.21000, 57.1148],[-7.210199, 57.1142],[-7.211201, 57.114],[-7.212, 57.1137],[-7.2137, 57.1138],[-7.213901, 57.1136],[-7.213901, 57.1134],[-7.213099, 57.1123],[-7.213901, 57.1117],[-7.21470, 57.1115],[-7.215799, 57.1118],[-7.21840, 57.1135],[-7.2191, 57.1138],[-7.220399, 57.1136],[-7.22310, 57.1133],[-7.225699, 57.1134],[-7.22730, 57.1129],[-7.228701, 57.1125],[-7.228799, 57.1122],[-7.22830, 57.112],[-7.226699, 57.112],[-7.226099, 57.1118],[-7.225699, 57.1116],[-7.2234, 57.1119],[-7.222199, 57.1121],[-7.22120, 57.1123],[-7.2198, 57.1124],[-7.217299, 57.1122],[-7.21670, 57.1118],[-7.21710, 57.1115],[-7.217999000000002, 57.1113],[-7.2187, 57.111],[-7.219399, 57.1103],[-7.220799, 57.1102],[-7.22270, 57.1099],[-7.22310, 57.1096],[-7.223199, 57.1093],[-7.2219, 57.1086],[-7.219501, 57.1085],[-7.219399, 57.1081],[-7.219501, 57.1078],[-7.2198, 57.1076],[-7.2206, 57.1074],[-7.221601, 57.1073],[-7.222001, 57.1072],[-7.222099, 57.1069],[-7.222001, 57.1057],[-7.222199, 57.1055],[-7.223501, 57.1053],[-7.2248, 57.105],[-7.225699, 57.105],[-7.226699, 57.1052],[-7.227799, 57.1057],[-7.23, 57.1051],[-7.231201, 57.1052],[-7.23210, 57.105],[-7.2322, 57.1046],[-7.23210, 57.1044],[-7.230899, 57.1039],[-7.231, 57.1036],[-7.2314, 57.1034],[-7.2314, 57.1031],[-7.231299, 57.1028],[-7.230299, 57.1025],[-7.22980, 57.102],[-7.2295, 57.1011],[-7.228099, 57.0999],[-7.227099, 57.099],[-7.22730, 57.0977],[-7.227399, 57.0971],[-7.227499, 57.0969],[-7.2286, 57.0969],[-7.230899, 57.0966],[-7.234399, 57.0966],[-7.237899, 57.0972],[-7.239301, 57.098],[-7.2403, 57.0987],[-7.241899, 57.0993],[-7.2444, 57.0998],[-7.24490, 57.0999],[-7.246099, 57.1001],[-7.24900, 57.1],[-7.250599, 57.0999],[-7.251699, 57.1004],[-7.252999, 57.1004],[-7.254399, 57.1002],[-7.2557, 57.1001],[-7.256499000000002, 57.1002],[-7.257, 57.1004],[-7.257699, 57.1008],[-7.258399, 57.1014],[-7.2599, 57.1019],[-7.262001, 57.1034],[-7.26640, 57.1046],[-7.27580, 57.1085],[-7.27710, 57.1087],[-7.279799, 57.1089],[-7.2817, 57.1091],[-7.285399, 57.1092],[-7.286699, 57.109],[-7.2883, 57.1084],[-7.28980, 57.1082],[-7.29260, 57.1081],[-7.293701, 57.1082],[-7.296201, 57.1084],[-7.2971, 57.1086],[-7.2974, 57.1088],[-7.297599, 57.1095],[-7.297999, 57.1107],[-7.298399, 57.1111],[-7.29880, 57.1114],[-7.299399, 57.1115],[-7.299699, 57.1113],[-7.300099, 57.1102],[-7.3003, 57.1099],[-7.3007, 57.1096],[-7.302199, 57.1093],[-7.302599, 57.1091],[-7.3027, 57.1088],[-7.3027, 57.1087],[-7.3017, 57.1082],[-7.301899, 57.1077],[-7.302599, 57.1075],[-7.305099, 57.1064],[-7.306001, 57.106],[-7.307001, 57.1057],[-7.3083, 57.1055],[-7.3098, 57.1055],[-7.3122, 57.1053],[-7.313, 57.1052],[-7.31330, 57.1049],[-7.3132, 57.1048],[-7.31180, 57.1045],[-7.311699, 57.1043],[-7.31180, 57.1041],[-7.312099, 57.1039],[-7.312699, 57.1038],[-7.316201, 57.1041],[-7.31790, 57.1041],[-7.3192, 57.1041],[-7.3195, 57.1043],[-7.319399, 57.1046],[-7.3191, 57.1048],[-7.3174, 57.1054],[-7.31700, 57.1057],[-7.31700, 57.106],[-7.3172, 57.1062],[-7.31790, 57.1063],[-7.320099, 57.1063],[-7.322299, 57.1062],[-7.322999, 57.1062],[-7.323501, 57.106],[-7.3238, 57.1056],[-7.3237, 57.1053],[-7.323299, 57.1046],[-7.323501, 57.1044],[-7.323901, 57.1042],[-7.3243, 57.1041],[-7.325099, 57.104],[-7.325799, 57.1039],[-7.33260, 57.1038],[-7.333799, 57.1035],[-7.336699, 57.1025],[-7.337699, 57.1023],[-7.3399, 57.103],[-7.341899000000002, 57.1037],[-7.342, 57.1037],[-7.3424, 57.1038],[-7.342999, 57.1039],[-7.343999, 57.104],[-7.34560, 57.1039],[-7.347099000000002, 57.1037],[-7.34800, 57.1034],[-7.3488, 57.1025],[-7.349101, 57.1024],[-7.35360, 57.1033],[-7.35450, 57.1032],[-7.3558, 57.103],[-7.3571, 57.1033],[-7.359, 57.1039],[-7.360499, 57.1043],[-7.362199, 57.1048],[-7.362999, 57.105],[-7.363501, 57.105],[-7.363999, 57.1049],[-7.365399000000002, 57.1046],[-7.366499, 57.1044],[-7.3671, 57.1044],[-7.3693, 57.1048],[-7.371201, 57.1049],[-7.3733, 57.1049],[-7.37430, 57.1051],[-7.3751, 57.1053],[-7.3765, 57.1056],[-7.37700, 57.1056],[-7.378701000000002, 57.1053],[-7.379, 57.1054],[-7.379399, 57.1059],[-7.3796, 57.1066],[-7.3796, 57.107],[-7.3796, 57.1075],[-7.37950, 57.1077],[-7.3792, 57.1079],[-7.378901, 57.108],[-7.37850, 57.108],[-7.3764, 57.1067],[-7.375899, 57.1066],[-7.375299, 57.1066],[-7.3751, 57.1067],[-7.3751, 57.1071],[-7.375299, 57.1077],[-7.3755, 57.1082],[-7.376, 57.1089],[-7.376801000000002, 57.1099],[-7.37760, 57.1105],[-7.37850, 57.111],[-7.379399, 57.1114],[-7.3807, 57.1119],[-7.3824, 57.1125],[-7.38420, 57.1131],[-7.3863, 57.1138],[-7.3878, 57.1142],[-7.38880, 57.1144],[-7.389101, 57.1146],[-7.38940, 57.115],[-7.389501, 57.1155],[-7.389599, 57.1163],[-7.389599, 57.1171],[-7.38930, 57.1182],[-7.38880, 57.1195],[-7.388599, 57.1199],[-7.38880, 57.1205],[-7.389101, 57.1211],[-7.389599, 57.1219],[-7.39020, 57.1226],[-7.391001, 57.1238],[-7.391099, 57.1241],[-7.391099, 57.1244],[-7.3906, 57.1248],[-7.38930, 57.1254],[-7.388901000000002, 57.1257],[-7.3887, 57.1260],[-7.3887, 57.1263],[-7.388999, 57.1264],[-7.38940, 57.1263],[-7.391099, 57.1258],[-7.391601, 57.1258],[-7.3927, 57.1265],[-7.393799, 57.1274],[-7.3947, 57.1283],[-7.39550, 57.1291],[-7.396201, 57.1295],[-7.3979, 57.1302],[-7.399199, 57.1308],[-7.4007, 57.1313],[-7.401899, 57.1322],[-7.40200, 57.1326],[-7.4017, 57.1335],[-7.4011, 57.1347],[-7.40010, 57.1367],[-7.40010, 57.1374],[-7.400599, 57.1397],[-7.4011, 57.1407],[-7.402599, 57.1428],[-7.403501, 57.1441],[-7.40520, 57.1461],[-7.409501, 57.1501],[-7.4098, 57.1509],[-7.409699, 57.1513],[-7.409501, 57.1519],[-7.405799, 57.1572],[-7.405099, 57.1588],[-7.4049, 57.1597],[-7.4049, 57.1605],[-7.4049, 57.1613],[-7.40530, 57.1625],[-7.4059, 57.1636],[-7.40710, 57.1654],[-7.408599, 57.1671],[-7.41190, 57.1708],[-7.417099, 57.1783],[-7.4182, 57.1799],[-7.419301, 57.182],[-7.420199, 57.1862],[-7.420899, 57.1881],[-7.422, 57.1899],[-7.422999, 57.1915],[-7.4232, 57.1922],[-7.423299, 57.1927],[-7.42310, 57.1935],[-7.422299, 57.1947],[-7.421401000000002, 57.1962],[-7.421, 57.1971],[-7.42080, 57.1978],[-7.42080, 57.1987],[-7.42080, 57.1989],[-7.4211, 57.2001],[-7.4215, 57.2017],[-7.422299, 57.2044],[-7.422699, 57.2074],[-7.422699, 57.2081],[-7.422599, 57.2087],[-7.422299, 57.2097],[-7.421299000000002, 57.2118],[-7.42070, 57.2133],[-7.4204, 57.2147],[-7.42030, 57.2153],[-7.42030, 57.2163],[-7.42070, 57.2174],[-7.4215, 57.2184],[-7.4228, 57.2194],[-7.4242, 57.22],[-7.426001, 57.2205],[-7.427199, 57.2207],[-7.42870, 57.2211],[-7.429501, 57.2216],[-7.4299, 57.2222],[-7.4299, 57.2229],[-7.429699, 57.2234],[-7.4293, 57.224],[-7.42870, 57.2253],[-7.4284, 57.2263],[-7.428199, 57.2289],[-7.428599, 57.2314],[-7.429399, 57.2331],[-7.429999, 57.2341],[-7.4313, 57.2357],[-7.432899, 57.237],[-7.43390, 57.2376],[-7.4354, 57.2385],[-7.4369, 57.2391],[-7.43860, 57.2397],[-7.4403, 57.2401],[-7.44240, 57.2405],[-7.443999, 57.2408],[-7.446001, 57.2409],[-7.4478, 57.2408],[-7.448501, 57.2406],[-7.449999, 57.2394],[-7.45180, 57.2389],[-7.45230, 57.239],[-7.4526, 57.2392],[-7.4524, 57.2396],[-7.452099, 57.2403],[-7.452099, 57.2405],[-7.452499, 57.2408],[-7.455299, 57.2413],[-7.45600, 57.2417],[-7.456201, 57.242],[-7.456201, 57.2423],[-7.45590, 57.2426],[-7.45310, 57.2431],[-7.452099, 57.2434],[-7.450699, 57.2439],[-7.448999, 57.2445],[-7.4481, 57.2444],[-7.447001, 57.244],[-7.445199, 57.2434],[-7.444399, 57.2434],[-7.4421, 57.2435],[-7.4404, 57.2425],[-7.43820, 57.2425],[-7.436601, 57.2428],[-7.43480, 57.2435],[-7.4305, 57.2455],[-7.42780, 57.2470],[-7.426401, 57.2480],[-7.4253, 57.2488],[-7.424399, 57.2504],[-7.4238, 57.2525],[-7.423399, 57.2556],[-7.423399, 57.2584],[-7.423399, 57.2613],[-7.423501, 57.2622],[-7.42310, 57.2630],[-7.42220, 57.2640],[-7.4215, 57.2651],[-7.421299000000002, 57.2662],[-7.4211, 57.2679],[-7.421201, 57.2701],[-7.42170, 57.2714],[-7.4224, 57.2722],[-7.42450, 57.2729],[-7.427199, 57.2739],[-7.428199, 57.275],[-7.428199, 57.2756],[-7.427499, 57.2757],[-7.424399, 57.2747],[-7.4229, 57.275],[-7.42160, 57.2756],[-7.4211, 57.2761],[-7.421, 57.2772],[-7.42070, 57.2776],[-7.419, 57.2786],[-7.4185, 57.2793],[-7.4183, 57.2798],[-7.41800, 57.2809],[-7.4182, 57.2821],[-7.418701, 57.2834],[-7.420899, 57.2861],[-7.420899, 57.2865],[-7.42080, 57.2869],[-7.419899, 57.288],[-7.4179, 57.2896],[-7.41550, 57.2909],[-7.414199000000002, 57.2916],[-7.413199, 57.2922],[-7.41130, 57.2927],[-7.408, 57.2926],[-7.406899, 57.2928],[-7.405799, 57.2931],[-7.4046, 57.2937],[-7.4037, 57.2943],[-7.39910, 57.2983],[-7.396201, 57.3012],[-7.395299, 57.302],[-7.394899, 57.3022],[-7.393799, 57.3022],[-7.391201, 57.3014],[-7.3908, 57.3015],[-7.3906, 57.3019],[-7.3908, 57.3021],[-7.394101000000002, 57.3031],[-7.395, 57.3035],[-7.39550, 57.3039],[-7.3961, 57.3052],[-7.3965, 57.3063],[-7.396801, 57.3083],[-7.398099, 57.3112],[-7.397999, 57.3117],[-7.397299, 57.3133],[-7.395599, 57.3182],[-7.395, 57.3210],[-7.3947, 57.3226],[-7.394501, 57.3255],[-7.394501, 57.3290],[-7.394101000000002, 57.3310],[-7.3935, 57.3327],[-7.3923, 57.3343],[-7.393701, 57.3384],[-7.39820, 57.3489],[-7.3995, 57.3524],[-7.40160, 57.3587],[-7.402299, 57.36],[-7.403901, 57.3627],[-7.40520, 57.3646],[-7.4093, 57.3705],[-7.41090, 57.3720],[-7.41190, 57.3728],[-7.4173, 57.3768],[-7.419, 57.3780],[-7.42, 57.3788],[-7.42170, 57.3804],[-7.422999, 57.3819],[-7.4238, 57.3829],[-7.424799, 57.3838],[-7.425099, 57.3840],[-7.426099, 57.3844],[-7.427499, 57.3845],[-7.428901, 57.3846],[-7.428901, 57.3849],[-7.428901, 57.3852],[-7.428599, 57.3855],[-7.42770, 57.3857],[-7.4274, 57.3859],[-7.4274, 57.3861],[-7.4274, 57.3863],[-7.42780, 57.3866],[-7.42870, 57.3871],[-7.42870, 57.3875],[-7.428599, 57.3879],[-7.427999, 57.3885],[-7.427499, 57.3889],[-7.426099, 57.3896],[-7.425399, 57.3901],[-7.425099, 57.3905],[-7.4246, 57.3911],[-7.424399, 57.3913],[-7.42410, 57.3914],[-7.4237, 57.3915],[-7.42310, 57.3915],[-7.4224, 57.3913],[-7.42080, 57.3908],[-7.419899, 57.3905],[-7.419199, 57.3902],[-7.418701, 57.3899],[-7.4183, 57.3896],[-7.4176, 57.3887],[-7.4172, 57.3885],[-7.4169, 57.3884],[-7.414, 57.388],[-7.412899, 57.3879],[-7.41130, 57.388],[-7.408901, 57.3886],[-7.40810, 57.3890],[-7.407001, 57.3899],[-7.4056, 57.3918],[-7.4049, 57.3924],[-7.4032, 57.3935],[-7.401801, 57.3944],[-7.3994, 57.3961],[-7.397999, 57.3972],[-7.3976, 57.3977],[-7.397399, 57.3981],[-7.397299, 57.3991],[-7.39720, 57.3999],[-7.397099, 57.4002],[-7.397, 57.4003],[-7.396801, 57.4004],[-7.396, 57.4004],[-7.3951, 57.3999],[-7.393701, 57.3996],[-7.392799, 57.3996],[-7.392001, 57.3997],[-7.38930, 57.4005],[-7.38840, 57.4004],[-7.387899, 57.4003],[-7.3873, 57.4001],[-7.386001, 57.3996],[-7.38460, 57.399],[-7.383901, 57.3988],[-7.382599, 57.3985],[-7.380899, 57.3983],[-7.37990, 57.3981],[-7.37910, 57.3975],[-7.3783, 57.3972],[-7.3775, 57.3971],[-7.37720, 57.3969],[-7.37720, 57.3967],[-7.377999, 57.3965],[-7.3792, 57.3965],[-7.379799, 57.3966],[-7.3807, 57.3972],[-7.3812, 57.3974],[-7.381801, 57.3975],[-7.3825, 57.3973],[-7.3825, 57.3971],[-7.3821, 57.3969],[-7.3812, 57.3966],[-7.3812, 57.3964],[-7.381401, 57.396],[-7.3816, 57.3959],[-7.3849, 57.3962],[-7.385399, 57.3959],[-7.385399, 57.3950],[-7.385499, 57.3949],[-7.3862, 57.3945],[-7.3867, 57.3942],[-7.3871, 57.3938],[-7.387199, 57.3936],[-7.3873, 57.3934],[-7.3871, 57.3931],[-7.3868, 57.3929],[-7.386099, 57.3928],[-7.385399, 57.3929],[-7.383399, 57.3935],[-7.38320, 57.3937],[-7.38320, 57.3941],[-7.38310, 57.3944],[-7.3828, 57.3946],[-7.3821, 57.3947],[-7.3811, 57.394],[-7.3796, 57.3939],[-7.3783, 57.394],[-7.377399, 57.3941],[-7.3769, 57.3943],[-7.376699000000002, 57.3945],[-7.376601, 57.3947],[-7.376201, 57.3955],[-7.37570, 57.3957],[-7.374599, 57.396],[-7.3739, 57.396],[-7.37340, 57.3959],[-7.367899, 57.3947],[-7.366099, 57.3949],[-7.363999, 57.3948],[-7.3634, 57.3949],[-7.3632, 57.3951],[-7.3632, 57.3955],[-7.363299, 57.3959],[-7.363599, 57.396],[-7.364799, 57.396],[-7.366601, 57.3959],[-7.3674, 57.396],[-7.367599, 57.3962],[-7.367499, 57.3964],[-7.3671, 57.3972],[-7.3674, 57.3972],[-7.36920, 57.3967],[-7.37090, 57.3963],[-7.371099, 57.3963],[-7.3718, 57.3966],[-7.37190, 57.3968],[-7.37190, 57.3969],[-7.3718, 57.3971],[-7.3699, 57.3977],[-7.369101, 57.3982],[-7.367599, 57.3994],[-7.36670, 57.3998],[-7.3652, 57.3999],[-7.3637, 57.3998],[-7.3617, 57.3998],[-7.3599, 57.3997],[-7.358901, 57.3997],[-7.3582, 57.3997],[-7.356801, 57.4],[-7.3557, 57.4002],[-7.354899, 57.4004],[-7.3539, 57.4008],[-7.3534, 57.4008],[-7.35270, 57.4004],[-7.352001, 57.4],[-7.351, 57.4],[-7.350399, 57.4002],[-7.3502, 57.4004],[-7.3501, 57.4006],[-7.349999, 57.4015],[-7.3498, 57.4018],[-7.34940, 57.402],[-7.348701, 57.4018],[-7.3481, 57.4013],[-7.3474, 57.4011],[-7.346601, 57.4011],[-7.345699, 57.4014],[-7.345099, 57.4017],[-7.344699, 57.4024],[-7.34420, 57.4026],[-7.341899000000002, 57.4022],[-7.341401, 57.4023],[-7.3411, 57.4028],[-7.340899, 57.403],[-7.340099000000002, 57.4031],[-7.338901, 57.4033],[-7.3383, 57.4036],[-7.3379, 57.4037],[-7.3375, 57.4037],[-7.336, 57.4031],[-7.3351, 57.4028],[-7.333799, 57.4023]]],[[[-7.186699, 57.6939],[-7.1883, 57.6935],[-7.192, 57.6939],[-7.1921, 57.6935],[-7.192, 57.6931],[-7.1915, 57.6929],[-7.191201, 57.6927],[-7.191201, 57.6925],[-7.19170, 57.6923],[-7.192599, 57.6921],[-7.1929, 57.6915],[-7.192599, 57.6910],[-7.19170, 57.6904],[-7.1911, 57.69],[-7.1896, 57.6889],[-7.18890, 57.6886],[-7.1876, 57.6884],[-7.186601, 57.6885],[-7.1859, 57.6887],[-7.184501, 57.6890],[-7.1834, 57.6888],[-7.18190, 57.6884],[-7.179699, 57.6880],[-7.1784, 57.6874],[-7.17670, 57.6872],[-7.175799, 57.6868],[-7.1745, 57.6858],[-7.1738, 57.6852],[-7.1738, 57.6848],[-7.174301, 57.6839],[-7.174301, 57.6837],[-7.1742, 57.6835],[-7.1736, 57.6834],[-7.1728, 57.6835],[-7.17240, 57.6836],[-7.171, 57.6840],[-7.17, 57.6840],[-7.169199000000002, 57.6834],[-7.168799, 57.6831],[-7.168099, 57.6827],[-7.167399, 57.6827],[-7.1672, 57.6826],[-7.1672, 57.6823],[-7.167399, 57.6821],[-7.168399, 57.6819],[-7.177299, 57.6817],[-7.180099, 57.6821],[-7.180799, 57.6820],[-7.181001, 57.6817],[-7.180799, 57.6815],[-7.179501, 57.681],[-7.1784, 57.6808],[-7.17660, 57.6808],[-7.17150, 57.681],[-7.1685, 57.6807],[-7.166699, 57.6798],[-7.1655, 57.6796],[-7.16350, 57.6794],[-7.1633, 57.6793],[-7.1633, 57.6791],[-7.163799, 57.6790],[-7.164501, 57.6788],[-7.1647, 57.6786],[-7.164599, 57.6782],[-7.16440, 57.6776],[-7.164101, 57.6769],[-7.163599, 57.6762],[-7.162099, 57.6762],[-7.160299, 57.6765],[-7.158199, 57.6768],[-7.156801, 57.6773],[-7.156001, 57.6771],[-7.156499, 57.6762],[-7.1578, 57.6746],[-7.15840, 57.6736],[-7.1587, 57.6728],[-7.1588, 57.6718],[-7.15840, 57.6709],[-7.1581, 57.6702],[-7.157899, 57.6695],[-7.1581, 57.6687],[-7.1587, 57.6686],[-7.159699, 57.6685],[-7.1609, 57.6681],[-7.161601, 57.6679],[-7.161601, 57.6677],[-7.161099, 57.667],[-7.161001, 57.6666],[-7.1609, 57.6661],[-7.161001, 57.6658],[-7.162099, 57.6656],[-7.16350, 57.6655],[-7.164501, 57.6655],[-7.1651, 57.6656],[-7.165699, 57.6667],[-7.16600, 57.667],[-7.166699, 57.6672],[-7.167099, 57.6679],[-7.16830, 57.6687],[-7.1695, 57.6691],[-7.1708, 57.6695],[-7.1716, 57.6699],[-7.17200, 57.6699],[-7.1722, 57.6697],[-7.172299, 57.6686],[-7.172699, 57.668],[-7.172699, 57.6678],[-7.17250, 57.6676],[-7.17200, 57.6674],[-7.171801, 57.6672],[-7.171801, 57.6671],[-7.1722, 57.6669],[-7.172599, 57.6666],[-7.1729, 57.6662],[-7.1729, 57.6658],[-7.1731, 57.6656],[-7.173399, 57.6653],[-7.1745, 57.6654],[-7.17590, 57.6657],[-7.17630, 57.6658],[-7.17670, 57.6657],[-7.177001, 57.6653],[-7.177001, 57.6651],[-7.17670, 57.6648],[-7.175799, 57.6645],[-7.17490, 57.6644],[-7.1736, 57.6642],[-7.172599, 57.6641],[-7.1722, 57.6638],[-7.172299, 57.6635],[-7.1728, 57.663],[-7.175399, 57.6626],[-7.179501, 57.6631],[-7.1806, 57.6632],[-7.181099, 57.6631],[-7.181201, 57.6629],[-7.18090, 57.6625],[-7.18050, 57.6622],[-7.179699, 57.662],[-7.1777, 57.6621],[-7.176801, 57.6618],[-7.176401000000002, 57.6615],[-7.17590, 57.6614],[-7.1756, 57.6614],[-7.175099, 57.6616],[-7.173501, 57.662],[-7.170899, 57.6621],[-7.169199000000002, 57.6617],[-7.167399, 57.6615],[-7.16640, 57.6616],[-7.1652, 57.6616],[-7.163599, 57.6613],[-7.1633, 57.661],[-7.163199, 57.6607],[-7.1633, 57.6603],[-7.1634, 57.6602],[-7.164899, 57.6598],[-7.1652, 57.6596],[-7.1655, 57.6592],[-7.16600, 57.6589],[-7.16640, 57.6588],[-7.167, 57.6587],[-7.167799, 57.6587],[-7.16860, 57.6589],[-7.169, 57.6594],[-7.169301000000002, 57.6595],[-7.16970, 57.6594],[-7.170199000000002, 57.6592],[-7.170599, 57.6591],[-7.171, 57.6591],[-7.171299, 57.6592],[-7.171401, 57.6595],[-7.170899, 57.6597],[-7.1703, 57.6599],[-7.1704, 57.6602],[-7.170599, 57.6604],[-7.17200, 57.6607],[-7.172699, 57.6606],[-7.173299, 57.6605],[-7.1738, 57.6603],[-7.1746, 57.6594],[-7.175099, 57.6589],[-7.175499, 57.6587],[-7.17620, 57.6586],[-7.1803, 57.6589],[-7.18240, 57.659],[-7.182799, 57.6592],[-7.1831, 57.6595],[-7.1831, 57.6598],[-7.18270, 57.6603],[-7.18270, 57.6604],[-7.182899, 57.6606],[-7.1848, 57.6607],[-7.1851, 57.6606],[-7.185299, 57.6605],[-7.18520, 57.6601],[-7.185299, 57.6599],[-7.185699, 57.6598],[-7.186201, 57.6598],[-7.187699, 57.6601],[-7.18890, 57.6605],[-7.191, 57.6609],[-7.1929, 57.661],[-7.195799, 57.6606],[-7.197899, 57.6609],[-7.2009, 57.6614],[-7.202799, 57.6615],[-7.20440, 57.662],[-7.206299, 57.6623],[-7.208399, 57.6622],[-7.209599, 57.6619],[-7.209599, 57.6614],[-7.208799, 57.661],[-7.208799, 57.6607],[-7.2094, 57.6604],[-7.211201, 57.6595],[-7.211299, 57.6592],[-7.211201, 57.659],[-7.210599, 57.6588],[-7.209301, 57.6588],[-7.207699000000002, 57.6588],[-7.207001, 57.659],[-7.205699, 57.66],[-7.204899, 57.6601],[-7.204101, 57.6602],[-7.203599, 57.66],[-7.2033, 57.6597],[-7.2023, 57.6583],[-7.201001, 57.658],[-7.19920, 57.6585],[-7.19870, 57.6594],[-7.19930, 57.6601],[-7.19880, 57.6603],[-7.197199, 57.6598],[-7.1953, 57.6597],[-7.1925, 57.6594],[-7.1911, 57.6594],[-7.190499, 57.659],[-7.1911, 57.6585],[-7.19080, 57.6579],[-7.1901, 57.6574],[-7.1873, 57.6569],[-7.186601, 57.6564],[-7.1859, 57.6562],[-7.184999, 57.6562],[-7.1844, 57.656],[-7.184, 57.6554],[-7.184101, 57.6549],[-7.1855, 57.6548],[-7.185599, 57.6544],[-7.185299, 57.6542],[-7.184, 57.654],[-7.184, 57.6535],[-7.184599, 57.6522],[-7.186299, 57.6512],[-7.1872, 57.6504],[-7.1872, 57.65],[-7.186699, 57.6498],[-7.185599, 57.6495],[-7.184599, 57.6491],[-7.1831, 57.6484],[-7.1817, 57.6481],[-7.179999, 57.6477],[-7.1784, 57.6477],[-7.1771, 57.6478],[-7.17620, 57.6479],[-7.1756, 57.6479],[-7.17530, 57.648],[-7.1752, 57.6482],[-7.17530, 57.6484],[-7.175499, 57.6485],[-7.176899, 57.6488],[-7.177999, 57.6493],[-7.179399, 57.6495],[-7.18090, 57.6496],[-7.181499, 57.65],[-7.181601, 57.6503],[-7.18140, 57.6507],[-7.1796, 57.6512],[-7.1792, 57.6513],[-7.17810, 57.6512],[-7.177299, 57.6505],[-7.17590, 57.6501],[-7.174699, 57.6494],[-7.173501, 57.6487],[-7.172599, 57.6476],[-7.1716, 57.647],[-7.170599, 57.6468],[-7.17, 57.6468],[-7.16960, 57.6472],[-7.169301000000002, 57.6474],[-7.169101, 57.6477],[-7.169101, 57.6482],[-7.16970, 57.6488],[-7.169799, 57.649],[-7.16960, 57.6491],[-7.169301000000002, 57.6492],[-7.16860, 57.6492],[-7.16790, 57.6487],[-7.16730, 57.6482],[-7.166601, 57.648],[-7.16540, 57.6479],[-7.16440, 57.648],[-7.164199, 57.6481],[-7.1643, 57.6485],[-7.164599, 57.6493],[-7.164199, 57.65],[-7.164501, 57.6504],[-7.16540, 57.6505],[-7.16640, 57.6505],[-7.16730, 57.6499],[-7.167699, 57.6499],[-7.16830, 57.6499],[-7.1689, 57.6501],[-7.169199000000002, 57.6505],[-7.170199000000002, 57.6505],[-7.1722, 57.6506],[-7.172999, 57.6508],[-7.1738, 57.6512],[-7.173901, 57.6514],[-7.1737, 57.6516],[-7.172699, 57.6516],[-7.171, 57.6512],[-7.1704, 57.6512],[-7.170199000000002, 57.6516],[-7.17, 57.6519],[-7.16960, 57.6519],[-7.168, 57.6516],[-7.166601, 57.6519],[-7.1651, 57.6516],[-7.163701, 57.6518],[-7.160399, 57.6517],[-7.155799, 57.6515],[-7.1531, 57.6513],[-7.15280, 57.6515],[-7.1529, 57.6518],[-7.1531, 57.652],[-7.15570, 57.6522],[-7.15800, 57.6522],[-7.1601, 57.6523],[-7.162001, 57.6527],[-7.163799, 57.6525],[-7.165699, 57.6524],[-7.166201, 57.6526],[-7.166201, 57.653],[-7.1661, 57.6532],[-7.164199, 57.6533],[-7.163799, 57.6535],[-7.1639, 57.6539],[-7.1643, 57.6542],[-7.164501, 57.6545],[-7.16440, 57.6548],[-7.163799, 57.6552],[-7.16260, 57.6556],[-7.1615, 57.6559],[-7.1605, 57.6561],[-7.158999, 57.656],[-7.1578, 57.6559],[-7.1563, 57.6557],[-7.154799, 57.6552],[-7.152699, 57.6539],[-7.151299, 57.6531],[-7.150899000000002, 57.6527],[-7.1508, 57.6519],[-7.150499, 57.6516],[-7.14950, 57.6513],[-7.1483, 57.6509],[-7.147799, 57.6508],[-7.147099, 57.651],[-7.1465, 57.6513],[-7.14580, 57.6515],[-7.1451, 57.6515],[-7.1433, 57.6515],[-7.142099, 57.6518],[-7.1394, 57.6519],[-7.1362, 57.6522],[-7.135099, 57.6522],[-7.1338, 57.6522],[-7.13320, 57.6521],[-7.132999, 57.6519],[-7.13320, 57.6515],[-7.13360, 57.6512],[-7.134399, 57.6511],[-7.135099, 57.6511],[-7.136099, 57.651],[-7.1366, 57.6509],[-7.138299, 57.6503],[-7.138599, 57.6502],[-7.138901, 57.65],[-7.138901, 57.6497],[-7.13870, 57.6495],[-7.13780, 57.6489],[-7.137499, 57.6481],[-7.13730, 57.6474],[-7.1363, 57.6454],[-7.136099, 57.645],[-7.13590, 57.6446],[-7.134799, 57.6445],[-7.133999, 57.6446],[-7.133299, 57.6446],[-7.1329, 57.6443],[-7.132299, 57.6438],[-7.132299, 57.6434],[-7.132999, 57.6429],[-7.134699, 57.6421],[-7.135799, 57.6419],[-7.1366, 57.6417],[-7.136899, 57.6416],[-7.136899, 57.6412],[-7.1362, 57.641],[-7.134399, 57.6411],[-7.133299, 57.6413],[-7.13320, 57.6416],[-7.1329, 57.6421],[-7.13210, 57.6423],[-7.1295, 57.6423],[-7.1282, 57.6435],[-7.127399, 57.6445],[-7.12710, 57.6452],[-7.1264, 57.6456],[-7.12550, 57.6459],[-7.123701, 57.6465],[-7.1229, 57.6467],[-7.122099, 57.6467],[-7.121099, 57.6466],[-7.119101, 57.647],[-7.117499, 57.6474],[-7.116601, 57.6476],[-7.116401, 57.6479],[-7.1167, 57.6485],[-7.116601, 57.6487],[-7.116401, 57.6489],[-7.116001, 57.6491],[-7.115099, 57.6493],[-7.11370, 57.6493],[-7.111801, 57.6491],[-7.1107, 57.6489],[-7.10910, 57.649],[-7.107299, 57.6489],[-7.107, 57.649],[-7.106801, 57.6492],[-7.1064, 57.6498],[-7.1061, 57.6501],[-7.1058, 57.6503],[-7.10540, 57.6504],[-7.1047, 57.6504],[-7.10340, 57.6501],[-7.102099000000002, 57.65],[-7.100599, 57.6498],[-7.0994, 57.6498],[-7.09880, 57.6499],[-7.098501, 57.65],[-7.09830, 57.6501],[-7.098199, 57.6505],[-7.098199, 57.6509],[-7.09830, 57.6511],[-7.098701, 57.6514],[-7.10020, 57.6518],[-7.099999, 57.652],[-7.099199, 57.652],[-7.098199, 57.652],[-7.098199, 57.6523],[-7.0984, 57.6526],[-7.09880, 57.6527],[-7.0994, 57.6528],[-7.102399, 57.6529],[-7.10260, 57.653],[-7.1027, 57.6531],[-7.1027, 57.6533],[-7.1018, 57.6535],[-7.101699, 57.6538],[-7.1019, 57.654],[-7.10350, 57.6543],[-7.103701, 57.6545],[-7.103701, 57.6548],[-7.10350, 57.6551],[-7.1033, 57.6551],[-7.1019, 57.6549],[-7.10150, 57.655],[-7.101201, 57.6552],[-7.101201, 57.6556],[-7.1014, 57.6559],[-7.101699, 57.656],[-7.10970, 57.656],[-7.1104, 57.6563],[-7.1127, 57.6575],[-7.115099, 57.6584],[-7.115399, 57.6585],[-7.115699, 57.6587],[-7.1163, 57.6598],[-7.116499, 57.66],[-7.1168, 57.6601],[-7.119999, 57.6602],[-7.1202, 57.6603],[-7.120299, 57.6604],[-7.1202, 57.6607],[-7.119999, 57.6609],[-7.119699, 57.661],[-7.1193, 57.6611],[-7.1168, 57.661],[-7.11620, 57.6611],[-7.115499, 57.6614],[-7.11520, 57.6618],[-7.114999, 57.6623],[-7.1149, 57.6629],[-7.114699, 57.6632],[-7.114301, 57.6634],[-7.113599, 57.6635],[-7.1131, 57.6634],[-7.112199, 57.6629],[-7.1116, 57.6628],[-7.108901, 57.6626],[-7.10780, 57.6623],[-7.106601, 57.6619],[-7.106201, 57.6616],[-7.105599, 57.6611],[-7.1027, 57.6591],[-7.1018, 57.6585],[-7.101299, 57.6583],[-7.099501, 57.6582],[-7.098599, 57.6578],[-7.097799, 57.6578],[-7.097001, 57.658],[-7.0963, 57.6581],[-7.096001, 57.658],[-7.095799, 57.6578],[-7.095799, 57.6576],[-7.0959, 57.6572],[-7.096601, 57.6569],[-7.0967, 57.6567],[-7.096401, 57.6565],[-7.0963, 57.6561],[-7.096499, 57.6559],[-7.098, 57.6559],[-7.09830, 57.6558],[-7.0984, 57.6554],[-7.0981, 57.6552],[-7.09730, 57.6552],[-7.096099, 57.6554],[-7.0953, 57.6555],[-7.095099, 57.6555],[-7.0948, 57.6551],[-7.094999, 57.6548],[-7.0952, 57.6544],[-7.094999, 57.6542],[-7.094501, 57.654],[-7.093999, 57.6537],[-7.093901, 57.6534],[-7.09410, 57.6531],[-7.094999, 57.6525],[-7.0949, 57.6523],[-7.094699, 57.6522],[-7.0942, 57.6522],[-7.092899, 57.6525],[-7.092199, 57.6525],[-7.0916, 57.6524],[-7.09120, 57.6522],[-7.091001000000002, 57.6521],[-7.090899000000002, 57.6518],[-7.090799, 57.6511],[-7.0906, 57.6499],[-7.0907, 57.649],[-7.0906, 57.6486],[-7.09030, 57.6482],[-7.09, 57.6481],[-7.089301, 57.648],[-7.086299, 57.6477],[-7.086, 57.6478],[-7.0858, 57.6483],[-7.085499, 57.6485],[-7.084599, 57.6484],[-7.084301, 57.6482],[-7.0836, 57.648],[-7.08330, 57.648],[-7.083099, 57.6481],[-7.08290, 57.6483],[-7.08290, 57.6486],[-7.08320, 57.6489],[-7.083399, 57.6492],[-7.08330, 57.6495],[-7.083099, 57.6496],[-7.082399, 57.6496],[-7.081201, 57.6493],[-7.079999, 57.649],[-7.0797, 57.6488],[-7.0798, 57.6484],[-7.0801, 57.6481],[-7.080699, 57.6479],[-7.081201, 57.6477],[-7.0814, 57.6475],[-7.081299, 57.6473],[-7.08090, 57.6472],[-7.080299, 57.6472],[-7.078701000000002, 57.6472],[-7.075799, 57.6476],[-7.074699, 57.6478],[-7.074501, 57.648],[-7.0743, 57.6483],[-7.0742, 57.6497],[-7.0741, 57.6499],[-7.073901, 57.6501],[-7.07310, 57.6501],[-7.07250, 57.65],[-7.071899, 57.6498],[-7.071401, 57.6493],[-7.07120, 57.6491],[-7.07070, 57.648],[-7.070199, 57.6475],[-7.069399, 57.6469],[-7.067699, 57.6462],[-7.0667, 57.6459],[-7.0658, 57.6457],[-7.06500, 57.6457],[-7.0644, 57.6455],[-7.063399, 57.645],[-7.0618, 57.6437],[-7.0611, 57.643],[-7.06080, 57.6426],[-7.060699, 57.6423],[-7.060599, 57.6419],[-7.060599, 57.6416],[-7.06080, 57.6414],[-7.0611, 57.6412],[-7.062001, 57.6406],[-7.063799, 57.6397],[-7.0672, 57.638],[-7.068299, 57.6374],[-7.068399000000002, 57.6372],[-7.068501, 57.6368],[-7.0682, 57.6357],[-7.0682, 57.6353],[-7.068399000000002, 57.6351],[-7.0691, 57.6346],[-7.0713, 57.6333],[-7.072899, 57.6324],[-7.0732, 57.6321],[-7.073599, 57.6315],[-7.0741, 57.6310],[-7.07480, 57.6304],[-7.075399, 57.6300],[-7.07630, 57.6295],[-7.079101, 57.6283],[-7.079501, 57.6280],[-7.0798, 57.6277],[-7.079999, 57.6271],[-7.0802, 57.6265],[-7.0804, 57.6258],[-7.080599000000002, 57.6255],[-7.08100, 57.6253],[-7.08190, 57.6249],[-7.083, 57.6245],[-7.0854, 57.6239],[-7.086, 57.6235],[-7.0865, 57.6229],[-7.08700, 57.6225],[-7.08760, 57.6219],[-7.0878, 57.6215],[-7.0879, 57.6210],[-7.0882, 57.6201],[-7.088901, 57.6192],[-7.0891, 57.6188],[-7.089301, 57.6182],[-7.089301, 57.6179],[-7.0892, 57.6175],[-7.088799, 57.6171],[-7.088799, 57.6164],[-7.0892, 57.6159],[-7.09, 57.6154],[-7.090499, 57.6151],[-7.0907, 57.6149],[-7.090499, 57.6145],[-7.0907, 57.6143],[-7.091001000000002, 57.6141],[-7.091499, 57.614],[-7.092199, 57.6139],[-7.092599, 57.6135],[-7.09320, 57.6121],[-7.093599, 57.6117],[-7.095099, 57.6112],[-7.0959, 57.6109],[-7.096401, 57.6107],[-7.09730, 57.6102],[-7.0981, 57.6096],[-7.098599, 57.6096],[-7.099199, 57.6097],[-7.099599, 57.6098],[-7.1001, 57.6099],[-7.1005, 57.61],[-7.1014, 57.6103],[-7.1023, 57.6106],[-7.103099000000002, 57.611],[-7.10400, 57.6118],[-7.105199, 57.6122],[-7.106299, 57.6124],[-7.10760, 57.6131],[-7.108799, 57.6138],[-7.109399, 57.6143],[-7.110199, 57.6153],[-7.11110, 57.6164],[-7.112299, 57.6172],[-7.112899, 57.6175],[-7.11340, 57.6176],[-7.114699, 57.6179],[-7.1168, 57.6180],[-7.1177, 57.6181],[-7.118, 57.6183],[-7.118299, 57.6186],[-7.1188, 57.6193],[-7.11990, 57.6201],[-7.120399000000002, 57.6209],[-7.120699, 57.6213],[-7.122001, 57.6218],[-7.1222, 57.6220],[-7.12230, 57.6222],[-7.12230, 57.6224],[-7.122099, 57.6227],[-7.12100, 57.6236],[-7.121099, 57.6240],[-7.1215, 57.6242],[-7.122099, 57.6244],[-7.1244, 57.6248],[-7.127299, 57.6254],[-7.1292, 57.6264],[-7.1295, 57.6266],[-7.12970, 57.6268],[-7.129399000000002, 57.6270],[-7.128901, 57.6272],[-7.127699, 57.6275],[-7.12610, 57.6281],[-7.125, 57.6282],[-7.122799, 57.6283],[-7.121099, 57.6284],[-7.11980, 57.6286],[-7.117499, 57.6295],[-7.11560, 57.6305],[-7.1141, 57.6310],[-7.111801, 57.6318],[-7.110199, 57.6325],[-7.10920, 57.6330],[-7.10820, 57.6332],[-7.107, 57.6332],[-7.1064, 57.6333],[-7.105899, 57.6337],[-7.1047, 57.6352],[-7.1043, 57.6359],[-7.1043, 57.6363],[-7.10440, 57.6365],[-7.1047, 57.6367],[-7.10540, 57.6369],[-7.1061, 57.637],[-7.106801, 57.637],[-7.10780, 57.6367],[-7.1103, 57.6364],[-7.1107, 57.6362],[-7.110799, 57.6360],[-7.110499, 57.6358],[-7.10960, 57.6358],[-7.108799, 57.6359],[-7.10860, 57.6358],[-7.108799, 57.6353],[-7.109301000000002, 57.6348],[-7.1099, 57.6342],[-7.1104, 57.6338],[-7.111001, 57.6337],[-7.111899, 57.6339],[-7.112599, 57.6345],[-7.1142, 57.6355],[-7.1149, 57.6358],[-7.116099, 57.6361],[-7.1173, 57.6363],[-7.118, 57.6363],[-7.118701, 57.6362],[-7.11980, 57.6361],[-7.1202, 57.6360],[-7.120299, 57.6357],[-7.1202, 57.6355],[-7.119699, 57.6351],[-7.118199, 57.6343],[-7.118199, 57.6340],[-7.118501, 57.6339],[-7.11990, 57.6335],[-7.1202, 57.6334],[-7.12090, 57.6331],[-7.12130, 57.6329],[-7.121699, 57.6328],[-7.1226, 57.6330],[-7.123, 57.6329],[-7.123099, 57.6327],[-7.123199, 57.6323],[-7.1235, 57.632],[-7.1239, 57.6317],[-7.125, 57.6313],[-7.12710, 57.6307],[-7.128901, 57.6302],[-7.1299, 57.6301],[-7.130899, 57.6302],[-7.132999, 57.6304],[-7.134699, 57.6303],[-7.136499, 57.6300],[-7.13810, 57.6295],[-7.139699000000002, 57.6294],[-7.14020, 57.6294],[-7.140699, 57.6297],[-7.141699, 57.6300],[-7.1433, 57.6301],[-7.146201, 57.6304],[-7.1485, 57.6309],[-7.150199, 57.6311],[-7.1508, 57.6312],[-7.151401, 57.6316],[-7.1531, 57.6319],[-7.154399, 57.6321],[-7.1549, 57.6325],[-7.155, 57.6328],[-7.1549, 57.6334],[-7.154699, 57.6338],[-7.15420, 57.6342],[-7.153501, 57.6344],[-7.152699, 57.6346],[-7.15150, 57.6347],[-7.15150, 57.6348],[-7.15150, 57.6349],[-7.152, 57.6351],[-7.155099, 57.6353],[-7.158501, 57.6357],[-7.159599, 57.6358],[-7.1606, 57.6359],[-7.161201, 57.6357],[-7.1614, 57.6352],[-7.1614, 57.6347],[-7.161601, 57.6345],[-7.162001, 57.6345],[-7.16350, 57.6348],[-7.164199, 57.6344],[-7.164899, 57.6344],[-7.16540, 57.6346],[-7.1658, 57.6351],[-7.16600, 57.6357],[-7.1658, 57.6363],[-7.1655, 57.637],[-7.1651, 57.6375],[-7.1651, 57.6377],[-7.1661, 57.6381],[-7.171299, 57.64],[-7.17210, 57.6405],[-7.17210, 57.6408],[-7.171801, 57.641],[-7.170199000000002, 57.641],[-7.168399, 57.6402],[-7.166699, 57.6398],[-7.1651, 57.6388],[-7.16400, 57.6388],[-7.163099000000002, 57.6392],[-7.162899, 57.6394],[-7.162899, 57.6396],[-7.1633, 57.6398],[-7.16350, 57.6401],[-7.1634, 57.6404],[-7.163199, 57.6405],[-7.1619, 57.6406],[-7.1609, 57.6406],[-7.160699, 57.641],[-7.1609, 57.6413],[-7.162099, 57.6421],[-7.162799, 57.6434],[-7.162899, 57.6442],[-7.163099000000002, 57.6443],[-7.1634, 57.6444],[-7.164501, 57.6442],[-7.164899, 57.6445],[-7.164899, 57.6447],[-7.1647, 57.6449],[-7.164101, 57.645],[-7.163799, 57.6451],[-7.16350, 57.6452],[-7.16350, 57.6453],[-7.163599, 57.6454],[-7.16400, 57.6456],[-7.164599, 57.6458],[-7.165599, 57.6459],[-7.1661, 57.6458],[-7.1665, 57.6456],[-7.166601, 57.6452],[-7.1665, 57.6446],[-7.166601, 57.6439],[-7.167, 57.6438],[-7.1675, 57.6439],[-7.168, 57.6442],[-7.169101, 57.6446],[-7.16970, 57.6446],[-7.1703, 57.6445],[-7.170599, 57.6443],[-7.17070, 57.6439],[-7.170599, 57.6433],[-7.1708, 57.6432],[-7.171, 57.6432],[-7.171401, 57.6432],[-7.171899, 57.6436],[-7.171899, 57.644],[-7.171801, 57.6444],[-7.171801, 57.6449],[-7.171899, 57.6452],[-7.172299, 57.6456],[-7.1732, 57.646],[-7.17530, 57.6463],[-7.179399, 57.6467],[-7.181499, 57.6469],[-7.1834, 57.6472],[-7.184599, 57.6475],[-7.184999, 57.6474],[-7.1851, 57.6472],[-7.184599, 57.647],[-7.184101, 57.6467],[-7.1838, 57.6464],[-7.18390, 57.6461],[-7.18430, 57.6459],[-7.1864, 57.6455],[-7.1872, 57.6455],[-7.187399, 57.6452],[-7.18750, 57.6449],[-7.1873, 57.6445],[-7.187099, 57.6441],[-7.18750, 57.6437],[-7.187699, 57.6435],[-7.18790, 57.6434],[-7.1882, 57.6432],[-7.1883, 57.6428],[-7.188399, 57.6426],[-7.1886, 57.6424],[-7.188799, 57.6423],[-7.18900, 57.6422],[-7.189301, 57.6423],[-7.1896, 57.6425],[-7.189799, 57.6429],[-7.19000, 57.6435],[-7.19040, 57.6437],[-7.191299, 57.6439],[-7.1925, 57.6437],[-7.193299, 57.6436],[-7.1937, 57.6435],[-7.193901, 57.6434],[-7.194301, 57.6429],[-7.19490, 57.6426],[-7.1954, 57.6424],[-7.196801, 57.6420],[-7.197199, 57.6420],[-7.197299, 57.6421],[-7.19740, 57.6424],[-7.1971, 57.6427],[-7.1971, 57.6429],[-7.19740, 57.643],[-7.19780, 57.643],[-7.1982, 57.643],[-7.19880, 57.643],[-7.19910, 57.643],[-7.19930, 57.6432],[-7.1996, 57.6434],[-7.200399, 57.6435],[-7.200699000000002, 57.6434],[-7.201099, 57.6432],[-7.201401, 57.6431],[-7.2019, 57.6432],[-7.2024, 57.6435],[-7.2033, 57.6435],[-7.203501, 57.6434],[-7.20390, 57.643],[-7.20390, 57.6427],[-7.204, 57.6426],[-7.2043, 57.6425],[-7.2047, 57.6426],[-7.205299, 57.6428],[-7.206, 57.643],[-7.2065, 57.6431],[-7.207399, 57.6432],[-7.209301, 57.6433],[-7.211201, 57.6433],[-7.2116, 57.6432],[-7.211699, 57.6429],[-7.2116, 57.6427],[-7.21100, 57.6425],[-7.21000, 57.6424],[-7.209199, 57.6425],[-7.2079, 57.6426],[-7.20720, 57.6425],[-7.20680, 57.6424],[-7.2061, 57.6421],[-7.205699, 57.6419],[-7.2055, 57.6417],[-7.20520, 57.6414],[-7.205299, 57.641],[-7.2055, 57.6408],[-7.206, 57.6407],[-7.20680, 57.6407],[-7.2076, 57.6407],[-7.209301, 57.6411],[-7.2104, 57.6414],[-7.212, 57.6420],[-7.213099, 57.6424],[-7.2136, 57.6426],[-7.2141, 57.6426],[-7.2146, 57.6425],[-7.215199, 57.6421],[-7.215499, 57.6417],[-7.21570, 57.6413],[-7.215799, 57.6409],[-7.215799, 57.6405],[-7.21570, 57.6402],[-7.2154, 57.64],[-7.215199, 57.64],[-7.2135, 57.6399],[-7.2126, 57.6399],[-7.212299, 57.6398],[-7.211201, 57.6394],[-7.209899, 57.6391],[-7.2095, 57.6389],[-7.20900, 57.6385],[-7.208701, 57.6381],[-7.208701, 57.6379],[-7.208799, 57.6377],[-7.209101, 57.6376],[-7.21000, 57.6375],[-7.210499, 57.6376],[-7.211299, 57.6377],[-7.211699, 57.6379],[-7.21190, 57.6379],[-7.212, 57.6378],[-7.2121, 57.6376],[-7.212, 57.6374],[-7.211699, 57.6372],[-7.2111, 57.637],[-7.210499, 57.6369],[-7.209899, 57.6369],[-7.2094, 57.6369],[-7.208799, 57.637],[-7.2085, 57.637],[-7.208399, 57.6368],[-7.208701, 57.6366],[-7.209199, 57.6365],[-7.2095, 57.6364],[-7.209599, 57.6362],[-7.209301, 57.6361],[-7.208399, 57.6361],[-7.206601, 57.6362],[-7.20260, 57.6364],[-7.199999, 57.6366],[-7.197001, 57.6367],[-7.196401, 57.6366],[-7.19610, 57.6365],[-7.195899, 57.6364],[-7.1957, 57.6362],[-7.1956, 57.6359],[-7.195799, 57.6356],[-7.197899, 57.6345],[-7.1977, 57.6343],[-7.197001, 57.6341],[-7.1967, 57.6341],[-7.1963, 57.6343],[-7.194399, 57.6351],[-7.192599, 57.6351],[-7.192, 57.6353],[-7.1915, 57.6356],[-7.191201, 57.6358],[-7.190899, 57.6359],[-7.190499, 57.6359],[-7.19000, 57.6357],[-7.189199, 57.6351],[-7.188399, 57.6345],[-7.18650, 57.6332],[-7.186201, 57.6329],[-7.18610, 57.6327],[-7.186299, 57.6325],[-7.18690, 57.6322],[-7.187001, 57.6321],[-7.18690, 57.6319],[-7.18650, 57.6317],[-7.1864, 57.6316],[-7.1864, 57.6313],[-7.187399, 57.6310],[-7.18790, 57.6307],[-7.18850, 57.6304],[-7.189799, 57.6301],[-7.19070, 57.6300],[-7.1915, 57.6297],[-7.19170, 57.6293],[-7.19170, 57.6290],[-7.1915, 57.6287],[-7.191201, 57.6284],[-7.19080, 57.6281],[-7.190599, 57.6278],[-7.190599, 57.6275],[-7.19080, 57.6272],[-7.1911, 57.6270],[-7.191801, 57.6269],[-7.193501, 57.6268],[-7.194301, 57.6266],[-7.194799, 57.6264],[-7.195499000000002, 57.6260],[-7.19610, 57.6257],[-7.1977, 57.6250],[-7.1996, 57.6245],[-7.20060, 57.6240],[-7.201001, 57.6237],[-7.20120, 57.6234],[-7.20120, 57.6229],[-7.201001, 57.6224],[-7.200799, 57.6221],[-7.20060, 57.6219],[-7.200399, 57.6218],[-7.199999, 57.6217],[-7.196899, 57.6214],[-7.1962, 57.6213],[-7.195799, 57.6211],[-7.1956, 57.6209],[-7.195799, 57.6207],[-7.1963, 57.6206],[-7.1977, 57.6205],[-7.197899, 57.6204],[-7.197899, 57.6202],[-7.19780, 57.6201],[-7.1971, 57.6200],[-7.195799, 57.6199],[-7.195099, 57.6199],[-7.19450, 57.6200],[-7.192999, 57.6208],[-7.1924, 57.6210],[-7.191801, 57.6211],[-7.191201, 57.6210],[-7.190599, 57.6209],[-7.19040, 57.6209],[-7.1901, 57.6209],[-7.189899, 57.6210],[-7.189799, 57.6213],[-7.1897, 57.6216],[-7.1896, 57.6218],[-7.189301, 57.6218],[-7.18890, 57.6217],[-7.18790, 57.6213],[-7.187399, 57.6210],[-7.18610, 57.6203],[-7.185699, 57.6199],[-7.1855, 57.6195],[-7.184999, 57.6193],[-7.1848, 57.6193],[-7.184199, 57.6194],[-7.183599, 57.6196],[-7.183199, 57.6196],[-7.182499, 57.6194],[-7.182199, 57.6192],[-7.182099, 57.6189],[-7.182099, 57.6186],[-7.182199, 57.6184],[-7.18240, 57.6182],[-7.182899, 57.6181],[-7.1834, 57.6181],[-7.1848, 57.6184],[-7.18690, 57.6187],[-7.1886, 57.6192],[-7.188799, 57.6192],[-7.18900, 57.6190],[-7.18900, 57.6189],[-7.18890, 57.6188],[-7.188701, 57.6187],[-7.18800, 57.6186],[-7.1876, 57.6184],[-7.1873, 57.6181],[-7.1872, 57.6178],[-7.1872, 57.6177],[-7.1873, 57.6175],[-7.18750, 57.6173],[-7.1876, 57.6172],[-7.187699, 57.617],[-7.187699, 57.6168],[-7.18750, 57.6166],[-7.187099, 57.6163],[-7.186601, 57.6163],[-7.185699, 57.6169],[-7.1848, 57.6171],[-7.1831, 57.6173],[-7.181499, 57.6172],[-7.18050, 57.6174],[-7.179501, 57.6177],[-7.178999, 57.6178],[-7.17810, 57.6178],[-7.1774, 57.6178],[-7.176899, 57.6179],[-7.176401000000002, 57.6181],[-7.17590, 57.6182],[-7.1752, 57.6182],[-7.174799, 57.6181],[-7.173901, 57.6177],[-7.173299, 57.6175],[-7.1722, 57.6173],[-7.1694, 57.6173],[-7.165299, 57.6172],[-7.164199, 57.6172],[-7.163, 57.6171],[-7.1619, 57.6169],[-7.1605, 57.6165],[-7.15840, 57.6157],[-7.1563, 57.6154],[-7.155099, 57.6151],[-7.152599, 57.6145],[-7.15240, 57.6143],[-7.152299, 57.6141],[-7.152299, 57.6138],[-7.1525, 57.6134],[-7.1525, 57.6132],[-7.15240, 57.6130],[-7.151801, 57.6124],[-7.1517, 57.6122],[-7.1516, 57.6119],[-7.1517, 57.6117],[-7.15220, 57.6113],[-7.153999, 57.6109],[-7.1553, 57.6109],[-7.15740, 57.6113],[-7.1581, 57.6113],[-7.15930, 57.6112],[-7.15980, 57.611],[-7.159999, 57.6108],[-7.159999, 57.6102],[-7.16020, 57.6101],[-7.1606, 57.61],[-7.1613, 57.61],[-7.161699, 57.6101],[-7.16180, 57.6104],[-7.16180, 57.6109],[-7.161699, 57.6112],[-7.161601, 57.6113],[-7.161201, 57.6115],[-7.160299, 57.6117],[-7.1588, 57.6118],[-7.15740, 57.6118],[-7.156499, 57.6121],[-7.155799, 57.6124],[-7.15570, 57.6127],[-7.15570, 57.6130],[-7.156099, 57.6131],[-7.158599, 57.6127],[-7.16020, 57.6124],[-7.160699, 57.6125],[-7.1614, 57.6127],[-7.16350, 57.6138],[-7.163799, 57.6141],[-7.16440, 57.6147],[-7.164999000000002, 57.6149],[-7.1661, 57.615],[-7.16690, 57.6149],[-7.167799, 57.6147],[-7.16820, 57.6147],[-7.1685, 57.6148],[-7.168799, 57.615],[-7.169301000000002, 57.6158],[-7.1695, 57.6158],[-7.17, 57.6157],[-7.1703, 57.6156],[-7.171, 57.6151],[-7.171899, 57.6146],[-7.172299, 57.6143],[-7.1728, 57.6136],[-7.173501, 57.6133],[-7.1746, 57.6134],[-7.17530, 57.6134],[-7.17570, 57.6133],[-7.17590, 57.6132],[-7.176401000000002, 57.6125],[-7.177001, 57.6123],[-7.177299, 57.6124],[-7.17810, 57.6132],[-7.178599, 57.6134],[-7.1792, 57.6134],[-7.179501, 57.6133],[-7.179699, 57.6132],[-7.1798, 57.6130],[-7.1798, 57.6129],[-7.1798, 57.6127],[-7.179699, 57.6125],[-7.1796, 57.6123],[-7.1793, 57.612],[-7.1788, 57.6117],[-7.17810, 57.6114],[-7.1774, 57.6112],[-7.176801, 57.6111],[-7.176001, 57.611],[-7.175499, 57.6108],[-7.174399, 57.6102],[-7.1732, 57.6096],[-7.17210, 57.6093],[-7.171299, 57.6093],[-7.17070, 57.6095],[-7.170599, 57.6097],[-7.1704, 57.6106],[-7.170499, 57.6108],[-7.1708, 57.6109],[-7.17210, 57.6108],[-7.173501, 57.6109],[-7.1738, 57.6111],[-7.173999, 57.6114],[-7.1741, 57.6118],[-7.1741, 57.6121],[-7.173901, 57.6124],[-7.1736, 57.6125],[-7.1729, 57.6123],[-7.172299, 57.6119],[-7.171201, 57.612],[-7.169899, 57.6116],[-7.168, 57.611],[-7.166601, 57.6106],[-7.1658, 57.6103],[-7.16540, 57.6099],[-7.164599, 57.6092],[-7.1639, 57.6091],[-7.162199, 57.6093],[-7.1615, 57.6092],[-7.161201, 57.6091],[-7.1609, 57.6088],[-7.1606, 57.6085],[-7.159999, 57.6083],[-7.157199, 57.6083],[-7.156001, 57.6086],[-7.155399, 57.6089],[-7.154799, 57.6093],[-7.153999, 57.6095],[-7.15380, 57.6097],[-7.15410, 57.6102],[-7.153999, 57.6104],[-7.15370, 57.6106],[-7.153399, 57.6106],[-7.152699, 57.6102],[-7.15220, 57.6098],[-7.1521, 57.6094],[-7.15220, 57.6092],[-7.1536, 57.609],[-7.15380, 57.6089],[-7.15380, 57.6088],[-7.15380, 57.6085],[-7.15370, 57.6082],[-7.1536, 57.608],[-7.153399, 57.6076],[-7.152999, 57.6071],[-7.1529, 57.6068],[-7.152999, 57.6065],[-7.15320, 57.6064],[-7.1536, 57.6063],[-7.154301, 57.6062],[-7.1552, 57.606],[-7.15570, 57.6058],[-7.1567, 57.6055],[-7.157499, 57.6056],[-7.1581, 57.6054],[-7.1587, 57.6046],[-7.15930, 57.6044],[-7.160299, 57.604],[-7.1609, 57.6035],[-7.161001, 57.6032],[-7.1609, 57.6026],[-7.160399, 57.6023],[-7.159501, 57.6024],[-7.158999, 57.6024],[-7.15840, 57.6024],[-7.157599, 57.6024],[-7.156801, 57.6022],[-7.1563, 57.602],[-7.156099, 57.6018],[-7.156099, 57.6016],[-7.156499, 57.6013],[-7.1571, 57.601],[-7.157499, 57.6008],[-7.157499, 57.6004],[-7.1573, 57.6001],[-7.156801, 57.6001],[-7.156001, 57.5999],[-7.155799, 57.5996],[-7.156001, 57.5993],[-7.156099, 57.599],[-7.156001, 57.5988],[-7.155499, 57.5987],[-7.154301, 57.5985],[-7.153999, 57.5984],[-7.15370, 57.5981],[-7.153901, 57.5977],[-7.154399, 57.5975],[-7.155, 57.5974],[-7.155399, 57.5974],[-7.1559, 57.5975],[-7.156801, 57.5977],[-7.157599, 57.598],[-7.159501, 57.5989],[-7.160399, 57.5993],[-7.1614, 57.5995],[-7.162799, 57.5998],[-7.163701, 57.6001],[-7.1661, 57.6006],[-7.1675, 57.6012],[-7.167799, 57.6018],[-7.169, 57.6024],[-7.169199000000002, 57.6028],[-7.169, 57.6031],[-7.168, 57.6037],[-7.1672, 57.6039],[-7.167, 57.6038],[-7.1668, 57.6035],[-7.1665, 57.6029],[-7.166299, 57.6025],[-7.16590, 57.6023],[-7.1652, 57.6023],[-7.16440, 57.6026],[-7.163799, 57.6026],[-7.1633, 57.6026],[-7.1633, 57.6028],[-7.1633, 57.603],[-7.16350, 57.6032],[-7.1639, 57.6035],[-7.164599, 57.6036],[-7.1651, 57.6036],[-7.165699, 57.6036],[-7.16640, 57.6038],[-7.16690, 57.6041],[-7.167399, 57.6046],[-7.168, 57.6051],[-7.168399, 57.6053],[-7.168799, 57.6053],[-7.1695, 57.6047],[-7.17, 57.6045],[-7.170599, 57.6044],[-7.17110, 57.6042],[-7.171401, 57.6036],[-7.17170, 57.6035],[-7.17210, 57.6035],[-7.172599, 57.6038],[-7.173501, 57.6046],[-7.1742, 57.6047],[-7.17490, 57.6043],[-7.175, 57.604],[-7.174699, 57.6036],[-7.1737, 57.6033],[-7.171801, 57.6029],[-7.171201, 57.6025],[-7.170899, 57.6024],[-7.17, 57.6019],[-7.169799, 57.6017],[-7.169301000000002, 57.6011],[-7.168799, 57.6006],[-7.16830, 57.6004],[-7.16690, 57.6001],[-7.16600, 57.5999],[-7.1648, 57.5996],[-7.163701, 57.5993],[-7.163, 57.5989],[-7.163, 57.5983],[-7.163599, 57.5981],[-7.1643, 57.5979],[-7.16600, 57.5979],[-7.1668, 57.5981],[-7.1675, 57.5987],[-7.169899, 57.5992],[-7.17250, 57.5993],[-7.173501, 57.5995],[-7.173999, 57.5998],[-7.1746, 57.6002],[-7.175, 57.6002],[-7.1752, 57.6],[-7.1752, 57.5996],[-7.1745, 57.5992],[-7.173901, 57.5989],[-7.173901, 57.5986],[-7.174301, 57.5985],[-7.17490, 57.5984],[-7.175399, 57.5984],[-7.176499, 57.5985],[-7.177001, 57.5986],[-7.177599, 57.5989],[-7.1784, 57.5994],[-7.1787, 57.5993],[-7.178901, 57.599],[-7.1788, 57.5985],[-7.178501, 57.5981],[-7.177899, 57.5976],[-7.176001, 57.5975],[-7.174399, 57.5973],[-7.173501, 57.5974],[-7.172699, 57.5975],[-7.172299, 57.5971],[-7.172699, 57.5965],[-7.1729, 57.5961],[-7.172599, 57.5959],[-7.17210, 57.596],[-7.171201, 57.596],[-7.170499, 57.5962],[-7.169899, 57.5965],[-7.168399, 57.5966],[-7.1676, 57.5971],[-7.166601, 57.5974],[-7.165299, 57.5975],[-7.1651, 57.5975],[-7.164899, 57.5975],[-7.163701, 57.5973],[-7.162899, 57.5971],[-7.162399, 57.5968],[-7.162001, 57.5965],[-7.162099, 57.5962],[-7.162399, 57.5961],[-7.16270, 57.596],[-7.16350, 57.5959],[-7.164101, 57.5958],[-7.164599, 57.5957],[-7.1652, 57.5955],[-7.1658, 57.5956],[-7.166201, 57.5957],[-7.166699, 57.5959],[-7.1675, 57.5959],[-7.16820, 57.5956],[-7.168799, 57.5953],[-7.1703, 57.5949],[-7.171299, 57.5949],[-7.173399, 57.5951],[-7.175099, 57.5948],[-7.1774, 57.5947],[-7.178599, 57.5947],[-7.180799, 57.5947],[-7.182001, 57.5948],[-7.182799, 57.5948],[-7.18330, 57.5946],[-7.1834, 57.5944],[-7.1826, 57.5942],[-7.18180, 57.5941],[-7.179999, 57.5939],[-7.17590, 57.5938],[-7.170199000000002, 57.5941],[-7.169799, 57.5943],[-7.169, 57.5945],[-7.1685, 57.5945],[-7.16790, 57.5943],[-7.167699, 57.594],[-7.167699, 57.5937],[-7.16730, 57.5934],[-7.1665, 57.5933],[-7.16540, 57.5939],[-7.1643, 57.5943],[-7.163599, 57.5946],[-7.16270, 57.5948],[-7.1619, 57.5941],[-7.1619, 57.5937],[-7.1619, 57.5934],[-7.1615, 57.593],[-7.161099, 57.5928],[-7.1601, 57.5925],[-7.159599, 57.5923],[-7.159501, 57.5921],[-7.159501, 57.5916],[-7.15980, 57.5907],[-7.1601, 57.5903],[-7.1601, 57.59],[-7.15980, 57.5895],[-7.1601, 57.5891],[-7.160299, 57.5889],[-7.160299, 57.5886],[-7.15990, 57.5886],[-7.159599, 57.5887],[-7.158299, 57.5893],[-7.15740, 57.5896],[-7.15660, 57.5896],[-7.15560, 57.5893],[-7.1545, 57.589],[-7.1536, 57.5889],[-7.15150, 57.5887],[-7.150499, 57.5877],[-7.1501, 57.5875],[-7.149799, 57.5875],[-7.14950, 57.5876],[-7.1482, 57.5897],[-7.147799, 57.5901],[-7.14610, 57.5907],[-7.1447, 57.5907],[-7.142499, 57.5905],[-7.1408, 57.5906],[-7.140299, 57.5908],[-7.14010, 57.5911],[-7.14020, 57.5913],[-7.141001, 57.5917],[-7.141099, 57.5919],[-7.141001, 57.5921],[-7.14060, 57.5923],[-7.1384, 57.5924],[-7.135799, 57.5929],[-7.134799, 57.5931],[-7.1342, 57.5931],[-7.1337, 57.5929],[-7.132999, 57.5925],[-7.132299, 57.5921],[-7.13120, 57.5919],[-7.130799, 57.5915],[-7.130099, 57.591],[-7.129, 57.5909],[-7.126699, 57.5909],[-7.1239, 57.5912],[-7.12230, 57.5911],[-7.121699, 57.5913],[-7.12140, 57.5918],[-7.12140, 57.5926],[-7.12130, 57.5936],[-7.1206, 57.5943],[-7.119599, 57.5946],[-7.118299, 57.5946],[-7.1173, 57.5943],[-7.1146, 57.5937],[-7.113999, 57.5933],[-7.113901, 57.5928],[-7.11370, 57.5926],[-7.11340, 57.5925],[-7.1127, 57.5926],[-7.1121, 57.5927],[-7.111499, 57.5927],[-7.11110, 57.5929],[-7.1113, 57.5934],[-7.1113, 57.5938],[-7.1113, 57.5944],[-7.1116, 57.5949],[-7.11200, 57.5949],[-7.1127, 57.5947],[-7.11340, 57.5947],[-7.114399, 57.5947],[-7.114799, 57.595],[-7.1149, 57.5953],[-7.114699, 57.5958],[-7.1142, 57.5959],[-7.11200, 57.5965],[-7.1104, 57.5969],[-7.109799, 57.5969],[-7.108701, 57.5968],[-7.1083, 57.5966],[-7.107699, 57.5966],[-7.107299, 57.5968],[-7.106801, 57.597],[-7.1064, 57.597],[-7.1061, 57.5968],[-7.106, 57.5964],[-7.105899, 57.5958],[-7.106, 57.5949],[-7.106, 57.5944],[-7.106, 57.594],[-7.1058, 57.5937],[-7.10540, 57.5935],[-7.10500, 57.5935],[-7.10440, 57.5939],[-7.10400, 57.5943],[-7.10340, 57.5943],[-7.102001, 57.5942],[-7.099699, 57.5948],[-7.099501, 57.5948],[-7.09930, 57.5945],[-7.099501, 57.5935],[-7.099699, 57.5927],[-7.099999, 57.5919],[-7.101699, 57.5907],[-7.1023, 57.5901],[-7.1023, 57.5898],[-7.1022, 57.5896],[-7.1019, 57.5892],[-7.101699, 57.5889],[-7.1019, 57.5884],[-7.10260, 57.5879],[-7.103799, 57.5869],[-7.105199, 57.5863],[-7.10820, 57.586],[-7.10910, 57.5856],[-7.109301000000002, 57.5851],[-7.1085, 57.5839],[-7.107999, 57.5831],[-7.107699, 57.5826],[-7.1071, 57.5817],[-7.1075, 57.5812],[-7.10910, 57.5806],[-7.110799, 57.5799],[-7.11110, 57.5795],[-7.1107, 57.5789],[-7.110199, 57.5778],[-7.110199, 57.5762],[-7.110099000000002, 57.5758],[-7.1103, 57.5750],[-7.1107, 57.5746],[-7.1113, 57.5742],[-7.1117, 57.5737],[-7.1121, 57.5729],[-7.112899, 57.5718],[-7.113901, 57.5709],[-7.11530, 57.5694],[-7.116499, 57.5683],[-7.1168, 57.5674],[-7.118, 57.5662],[-7.11980, 57.5659],[-7.12130, 57.5662],[-7.1235, 57.5670],[-7.12510, 57.5675],[-7.126801, 57.5677],[-7.12690, 57.5675],[-7.125899, 57.5668],[-7.1239, 57.5658],[-7.1234, 57.5652],[-7.1243, 57.5644],[-7.125299, 57.5637],[-7.1272, 57.5634],[-7.1292, 57.5631],[-7.130799, 57.5628],[-7.130899, 57.5626],[-7.13070, 57.5623],[-7.130099, 57.5620],[-7.130099, 57.5618],[-7.130899, 57.5613],[-7.131801000000002, 57.5606],[-7.133399, 57.5598],[-7.135, 57.5595],[-7.136099, 57.5593],[-7.1371, 57.5593],[-7.1388, 57.5594],[-7.139599, 57.5595],[-7.141001, 57.5598],[-7.141699, 57.5600],[-7.1423, 57.5599],[-7.1426, 57.5597],[-7.1426, 57.5595],[-7.142399, 57.5593],[-7.142099, 57.5590],[-7.14190, 57.5587],[-7.142099, 57.5583],[-7.1427, 57.5581],[-7.14350, 57.5581],[-7.144599, 57.5581],[-7.1472, 57.5581],[-7.152699, 57.5583],[-7.155, 57.5586],[-7.156099, 57.5589],[-7.158299, 57.5592],[-7.159101, 57.5593],[-7.159699, 57.5592],[-7.161601, 57.5581],[-7.161601, 57.5582],[-7.162001, 57.5583],[-7.162399, 57.5586],[-7.16260, 57.5590],[-7.162399, 57.5595],[-7.161699, 57.5599],[-7.161601, 57.5602],[-7.16180, 57.5606],[-7.162199, 57.5610],[-7.16260, 57.5610],[-7.163, 57.5609],[-7.1634, 57.5607],[-7.1639, 57.5604],[-7.1643, 57.5601],[-7.1647, 57.5600],[-7.165299, 57.5598],[-7.1658, 57.5598],[-7.166601, 57.5599],[-7.1668, 57.5600],[-7.1665, 57.5605],[-7.165599, 57.5607],[-7.16540, 57.5610],[-7.1655, 57.5612],[-7.167799, 57.5639],[-7.1685, 57.5649],[-7.169101, 57.5652],[-7.16970, 57.5653],[-7.1704, 57.5653],[-7.1708, 57.5655],[-7.171299, 57.5663],[-7.171801, 57.5666],[-7.172299, 57.5666],[-7.172699, 57.5665],[-7.172599, 57.5649],[-7.17200, 57.5643],[-7.17200, 57.5641],[-7.17250, 57.5641],[-7.1737, 57.5641],[-7.174699, 57.5643],[-7.17670, 57.5650],[-7.17780, 57.5659],[-7.1788, 57.5664],[-7.1796, 57.5664],[-7.179999, 57.5663],[-7.18050, 57.5662],[-7.180799, 57.5662],[-7.1813, 57.5663],[-7.182001, 57.5664],[-7.182499, 57.5666],[-7.18330, 57.5669],[-7.1838, 57.5670],[-7.184101, 57.5670],[-7.18430, 57.5668],[-7.18430, 57.5665],[-7.1835, 57.5661],[-7.182099, 57.5655],[-7.1806, 57.5646],[-7.1796, 57.5642],[-7.1792, 57.5634],[-7.179399, 57.5630],[-7.1799, 57.5626],[-7.180799, 57.5623],[-7.1813, 57.5622],[-7.1817, 57.5622],[-7.18270, 57.5622],[-7.182899, 57.5621],[-7.183199, 57.5619],[-7.183199, 57.5615],[-7.182899, 57.5613],[-7.18230, 57.5612],[-7.181601, 57.5611],[-7.18090, 57.5610],[-7.1796, 57.5610],[-7.179101, 57.5610],[-7.17780, 57.5611],[-7.1774, 57.5611],[-7.177299, 57.5608],[-7.177499, 57.5606],[-7.177899, 57.5605],[-7.1784, 57.5604],[-7.180099, 57.5603],[-7.182099, 57.5602],[-7.18650, 57.5606],[-7.187399, 57.5608],[-7.188099, 57.5609],[-7.18940, 57.5609],[-7.191, 57.5610],[-7.19170, 57.5614],[-7.192, 57.5617],[-7.193099, 57.5620],[-7.193799, 57.5622],[-7.19410, 57.5626],[-7.19490, 57.5632],[-7.1953, 57.5632],[-7.1957, 57.5627],[-7.1957, 57.5620],[-7.195799, 57.5615],[-7.19610, 57.5614],[-7.1981, 57.5620],[-7.199501, 57.5629],[-7.20120, 57.5635],[-7.202199, 57.5637],[-7.203599, 57.5626],[-7.204501, 57.5622],[-7.20540, 57.5621],[-7.206699, 57.5623],[-7.2075, 57.5627],[-7.208, 57.5629],[-7.209799, 57.5630],[-7.211401, 57.5638],[-7.213399, 57.5646],[-7.2141, 57.5645],[-7.214301, 57.5641],[-7.214799000000002, 57.5639],[-7.217899, 57.5645],[-7.2182, 57.5651],[-7.218501, 57.5655],[-7.2191, 57.5656],[-7.2202, 57.5652],[-7.220699, 57.5647],[-7.221001, 57.5645],[-7.221401, 57.5643],[-7.221499, 57.5640],[-7.221001, 57.5636],[-7.2192, 57.5632],[-7.2153, 57.5632],[-7.21290, 57.5630],[-7.2111, 57.5626],[-7.2104, 57.5625],[-7.209899, 57.5621],[-7.209899, 57.5615],[-7.2101, 57.5611],[-7.21000, 57.5609],[-7.209199, 57.5608],[-7.208799, 57.5610],[-7.2082, 57.5612],[-7.2076, 57.5612],[-7.2069, 57.5611],[-7.206201, 57.5606],[-7.20520, 57.5596],[-7.204999, 57.5592],[-7.205699, 57.5588],[-7.207399, 57.5584],[-7.20900, 57.5585],[-7.209599, 57.5587],[-7.209799, 57.5590],[-7.209799, 57.5595],[-7.2101, 57.5597],[-7.2108, 57.5597],[-7.2116, 57.5593],[-7.21290, 57.5589],[-7.2153, 57.5582],[-7.21750, 57.5581],[-7.218901, 57.5584],[-7.2202, 57.5589],[-7.220699, 57.5592],[-7.221401, 57.5598],[-7.2223, 57.5600],[-7.222799, 57.5600],[-7.223199, 57.5598],[-7.223501, 57.5597],[-7.223701, 57.5593],[-7.223701, 57.5588],[-7.2233, 57.5582],[-7.2219, 57.5571],[-7.22180, 57.5567],[-7.222001, 57.5565],[-7.2223, 57.5565],[-7.222899, 57.5566],[-7.223501, 57.5567],[-7.224199, 57.5571],[-7.2259, 57.5570],[-7.226699, 57.5568],[-7.2276, 57.5566],[-7.228199, 57.556],[-7.22890, 57.5553],[-7.22980, 57.5552],[-7.2319, 57.5550],[-7.2347, 57.5551],[-7.2362, 57.5554],[-7.237299000000002, 57.5561],[-7.237899, 57.556],[-7.238299, 57.5556],[-7.23960, 57.5553],[-7.240699, 57.5556],[-7.2412, 57.5563],[-7.241899, 57.5564],[-7.24240, 57.5567],[-7.24280, 57.5566],[-7.2431, 57.5559],[-7.243701, 57.5557],[-7.24520, 57.556],[-7.2463, 57.5556],[-7.2486, 57.5553],[-7.250599, 57.5553],[-7.2525, 57.5556],[-7.253901, 57.5556],[-7.25420, 57.5555],[-7.254799, 57.5553],[-7.255099, 57.5552],[-7.2554, 57.5552],[-7.2557, 57.5552],[-7.256299, 57.5551],[-7.2567, 57.5550],[-7.257199, 57.5550],[-7.257599, 57.5550],[-7.257999, 57.5555],[-7.25790, 57.5558],[-7.25750, 57.5559],[-7.257, 57.556],[-7.2566, 57.5562],[-7.2566, 57.5565],[-7.2567, 57.5567],[-7.257, 57.5568],[-7.25740, 57.5568],[-7.258501, 57.5567],[-7.2592, 57.5568],[-7.259501, 57.5575],[-7.259699, 57.5577],[-7.260399, 57.5578],[-7.261499, 57.5574],[-7.26210, 57.5568],[-7.2624, 57.5568],[-7.2627, 57.5569],[-7.262899, 57.5572],[-7.2631, 57.5578],[-7.263501, 57.5582],[-7.2643, 57.5584],[-7.264599, 57.5587],[-7.26490, 57.5592],[-7.2652, 57.5595],[-7.2656, 57.5597],[-7.266001000000002, 57.5601],[-7.266099, 57.5607],[-7.266001000000002, 57.5610],[-7.2656, 57.5612],[-7.264501, 57.5611],[-7.263299, 57.5606],[-7.262499, 57.5606],[-7.2624, 57.5606],[-7.262599000000002, 57.5609],[-7.2627, 57.5612],[-7.2627, 57.5614],[-7.26210, 57.5614],[-7.2609, 57.5609],[-7.26, 57.5608],[-7.259699, 57.5609],[-7.259699, 57.5612],[-7.260399, 57.5615],[-7.261099, 57.5619],[-7.261099, 57.5620],[-7.261001, 57.5621],[-7.259301, 57.5620],[-7.257699, 57.5618],[-7.256899, 57.5618],[-7.256299, 57.5619],[-7.255499, 57.5623],[-7.2547, 57.5624],[-7.254399, 57.5623],[-7.254301, 57.5619],[-7.2547, 57.5616],[-7.25460, 57.5611],[-7.254301, 57.5605],[-7.2545, 57.5601],[-7.255499, 57.5595],[-7.2562, 57.5594],[-7.2566, 57.5594],[-7.256801, 57.5592],[-7.2567, 57.5589],[-7.256299, 57.5587],[-7.2553, 57.5586],[-7.25460, 57.5584],[-7.254, 57.5581],[-7.25360, 57.5581],[-7.253399, 57.5583],[-7.253399, 57.5587],[-7.25320, 57.5592],[-7.2529, 57.5593],[-7.251699, 57.5586],[-7.250599, 57.5582],[-7.24850, 57.5581],[-7.24790, 57.5587],[-7.24720, 57.5593],[-7.245399, 57.5608],[-7.244699, 57.5624],[-7.244599, 57.5628],[-7.2448, 57.5631],[-7.245699, 57.5633],[-7.2469, 57.5633],[-7.2477, 57.5635],[-7.2477, 57.5638],[-7.246201, 57.5644],[-7.246099, 57.5648],[-7.246201, 57.5651],[-7.2465, 57.5653],[-7.248701, 57.5652],[-7.249101, 57.5654],[-7.249199, 57.5657],[-7.24890, 57.5659],[-7.246601, 57.5660],[-7.246201, 57.5663],[-7.246, 57.5669],[-7.246201, 57.5677],[-7.2465, 57.5684],[-7.2465, 57.5688],[-7.246, 57.5691],[-7.24490, 57.5693],[-7.2448, 57.5696],[-7.24520, 57.5701],[-7.2458, 57.5705],[-7.246201, 57.5705],[-7.2469, 57.5706],[-7.2473, 57.5707],[-7.2477, 57.5712],[-7.248199, 57.5718],[-7.248701, 57.5719],[-7.249899, 57.5720],[-7.2507, 57.5724],[-7.251299, 57.5724],[-7.251801, 57.5723],[-7.2521, 57.5723],[-7.252299, 57.5727],[-7.2522, 57.5730],[-7.252299, 57.5733],[-7.2525, 57.5735],[-7.252699, 57.5737],[-7.2526, 57.5742],[-7.252699, 57.5745],[-7.2529, 57.5748],[-7.253399, 57.5749],[-7.253799, 57.5748],[-7.254399, 57.5748],[-7.25460, 57.5749],[-7.254799, 57.5750],[-7.255099, 57.5750],[-7.2554, 57.5750],[-7.2557, 57.5745],[-7.25610, 57.5743],[-7.256401, 57.574],[-7.256001, 57.5735],[-7.256299, 57.5729],[-7.256499000000002, 57.5727],[-7.256299, 57.5725],[-7.2554, 57.5723],[-7.25500, 57.5722],[-7.2549, 57.5721],[-7.255199, 57.5718],[-7.255899, 57.5717],[-7.256401, 57.5716],[-7.256801, 57.5714],[-7.256801, 57.5709],[-7.256499000000002, 57.5701],[-7.2562, 57.5691],[-7.256001, 57.5687],[-7.255599000000002, 57.5681],[-7.254799, 57.5672],[-7.253799, 57.5666],[-7.2526, 57.5657],[-7.2525, 57.5655],[-7.252699, 57.5653],[-7.252999, 57.5653],[-7.253399, 57.5653],[-7.2557, 57.5662],[-7.259501, 57.5675],[-7.2618, 57.5679],[-7.264501, 57.5681],[-7.26490, 57.5681],[-7.2651, 57.568],[-7.2651, 57.5678],[-7.2644, 57.5665],[-7.264599, 57.5661],[-7.265399, 57.5654],[-7.268199, 57.5640],[-7.269599, 57.5636],[-7.2711, 57.5634],[-7.27330, 57.5635],[-7.275499, 57.5639],[-7.281499, 57.5652],[-7.283299, 57.5652],[-7.2843, 57.5651],[-7.2859, 57.5647],[-7.28650, 57.5644],[-7.2869, 57.5640],[-7.287099000000002, 57.5635],[-7.287099000000002, 57.5627],[-7.287001, 57.5625],[-7.286601, 57.5624],[-7.284501, 57.5624],[-7.283901, 57.5624],[-7.283199, 57.5622],[-7.28280, 57.5620],[-7.282001, 57.5618],[-7.2807, 57.5615],[-7.279399, 57.5614],[-7.2766, 57.5614],[-7.275199, 57.5609],[-7.274899, 57.5610],[-7.2745, 57.5615],[-7.273399, 57.5616],[-7.2711, 57.5613],[-7.269899, 57.5605],[-7.2684, 57.5601],[-7.2679, 57.5596],[-7.268, 57.5592],[-7.268199, 57.5590],[-7.2736, 57.5593],[-7.27540, 57.5599],[-7.27580, 57.5598],[-7.275899, 57.5596],[-7.27580, 57.5594],[-7.274799000000002, 57.5589],[-7.2741, 57.5586],[-7.273099, 57.5585],[-7.27100, 57.5582],[-7.2705, 57.5581],[-7.269899, 57.5582],[-7.269101, 57.5584],[-7.2686, 57.5583],[-7.268199, 57.5581],[-7.268, 57.5578],[-7.268, 57.5574],[-7.2685, 57.5572],[-7.270199, 57.5571],[-7.270199, 57.5569],[-7.2698, 57.5565],[-7.269899, 57.556],[-7.2704, 57.5557],[-7.2711, 57.5556],[-7.271801, 57.556],[-7.273799, 57.5561],[-7.274899, 57.5561],[-7.2753, 57.5557],[-7.276299, 57.5556],[-7.277299, 57.5559],[-7.2778, 57.5566],[-7.2787, 57.5568],[-7.2791, 57.5571],[-7.2791, 57.5573],[-7.27860, 57.5575],[-7.278299, 57.5578],[-7.278399, 57.5581],[-7.2787, 57.5582],[-7.2792, 57.5581],[-7.27960, 57.5579],[-7.280099, 57.5579],[-7.280499, 57.5581],[-7.2806, 57.5584],[-7.280399, 57.5586],[-7.2802, 57.5587],[-7.27990, 57.5588],[-7.279699, 57.5591],[-7.279699, 57.5592],[-7.27990, 57.5593],[-7.27990, 57.5594],[-7.279799, 57.5596],[-7.27950, 57.5596],[-7.2791, 57.5597],[-7.27810, 57.5598],[-7.2778, 57.5602],[-7.2782, 57.5607],[-7.27860, 57.5607],[-7.278999000000002, 57.5607],[-7.279699, 57.5606],[-7.2803, 57.5604],[-7.2817, 57.5598],[-7.28370, 57.5593],[-7.285699, 57.5592],[-7.28800, 57.5598],[-7.288599, 57.5599],[-7.2894, 57.5602],[-7.289599, 57.5604],[-7.2897, 57.5611],[-7.28930, 57.5621],[-7.2894, 57.5627],[-7.291, 57.5632],[-7.291699, 57.5637],[-7.292, 57.5641],[-7.293099000000002, 57.5649],[-7.293799, 57.5657],[-7.2939, 57.5665],[-7.2936, 57.5673],[-7.2939, 57.568],[-7.2947, 57.5688],[-7.295499, 57.5693],[-7.2958, 57.5692],[-7.29600, 57.5689],[-7.2953, 57.5679],[-7.29540, 57.5677],[-7.296201, 57.5676],[-7.2961, 57.5672],[-7.29540, 57.5662],[-7.2946, 57.5647],[-7.29350, 57.5636],[-7.293, 57.5627],[-7.29080, 57.5620],[-7.290699, 57.5617],[-7.29080, 57.5614],[-7.292099, 57.5618],[-7.2929, 57.5617],[-7.293, 57.5613],[-7.292399, 57.5602],[-7.292799, 57.5599],[-7.2944, 57.5596],[-7.2958, 57.5595],[-7.2981, 57.5596],[-7.298999, 57.5595],[-7.29920, 57.5594],[-7.297699, 57.5587],[-7.29790, 57.5585],[-7.299799, 57.5583],[-7.30340, 57.5584],[-7.30380, 57.5582],[-7.3037, 57.5579],[-7.30340, 57.5574],[-7.301899, 57.5567],[-7.29960, 57.5561],[-7.299699, 57.5557],[-7.30020, 57.5555],[-7.301401, 57.5554],[-7.303299, 57.5552],[-7.3077, 57.5553],[-7.310299, 57.5554],[-7.3144, 57.5561],[-7.3191, 57.5564],[-7.319699, 57.556],[-7.32030, 57.5547],[-7.32210, 57.5544],[-7.32310, 57.5546],[-7.3249, 57.5545],[-7.32690, 57.5542],[-7.32840, 57.5541],[-7.3298, 57.5538],[-7.330299, 57.5536],[-7.33250, 57.5521],[-7.33350, 57.5516],[-7.335, 57.5513],[-7.335599, 57.5517],[-7.3357, 57.5521],[-7.335499, 57.5528],[-7.334899000000002, 57.5529],[-7.3336, 57.5529],[-7.333399, 57.5533],[-7.3333, 57.5536],[-7.333701, 57.5539],[-7.334301, 57.5539],[-7.334599, 57.5541],[-7.334599, 57.5547],[-7.335499, 57.5553],[-7.3361, 57.5554],[-7.3378, 57.5554],[-7.3397, 57.5548],[-7.342, 57.5543],[-7.343599, 57.5546],[-7.347499, 57.5548],[-7.3489, 57.5549],[-7.349999, 57.5555],[-7.350699, 57.5556],[-7.353701, 57.5550],[-7.355299, 57.5549],[-7.3575, 57.5552],[-7.358901, 57.5556],[-7.360899, 57.5564],[-7.362599, 57.5575],[-7.364799, 57.5587],[-7.366001, 57.5595],[-7.367599, 57.5601],[-7.368599, 57.5602],[-7.3706, 57.5597],[-7.3713, 57.5600],[-7.372099, 57.5602],[-7.372399000000002, 57.5605],[-7.3726, 57.5607],[-7.372799, 57.5610],[-7.373199, 57.5610],[-7.373701, 57.5610],[-7.374101, 57.5610],[-7.374501, 57.5613],[-7.37470, 57.5617],[-7.375, 57.5621],[-7.37710, 57.5628],[-7.3792, 57.5633],[-7.37950, 57.5634],[-7.379799, 57.5639],[-7.37990, 57.5644],[-7.380199, 57.5646],[-7.3807, 57.5646],[-7.381801, 57.5645],[-7.382599, 57.5645],[-7.383399, 57.5647],[-7.38420, 57.5650],[-7.3849, 57.5650],[-7.3853, 57.5650],[-7.386001, 57.5648],[-7.3877, 57.5648],[-7.38880, 57.5645],[-7.38920, 57.5644],[-7.389699, 57.5644],[-7.389999, 57.5647],[-7.3899, 57.5654],[-7.389101, 57.5663],[-7.38880, 57.5667],[-7.38880, 57.5671],[-7.389101, 57.5675],[-7.389599, 57.5678],[-7.390399, 57.5679],[-7.39130, 57.5677],[-7.39360, 57.5669],[-7.394899, 57.5669],[-7.396801, 57.5672],[-7.397999, 57.5675],[-7.399301, 57.5681],[-7.40010, 57.5691],[-7.400599, 57.5695],[-7.401801, 57.5698],[-7.402599, 57.5701],[-7.402999000000002, 57.5704],[-7.4032, 57.5708],[-7.403399, 57.5716],[-7.403501, 57.5720],[-7.4038, 57.5722],[-7.4045, 57.5722],[-7.405099, 57.5719],[-7.4056, 57.5716],[-7.406001, 57.5716],[-7.406801, 57.5719],[-7.4073, 57.5724],[-7.4078, 57.5732],[-7.4088, 57.5741],[-7.409101, 57.5748],[-7.409599, 57.5751],[-7.4098, 57.5751],[-7.410299, 57.5749],[-7.4108, 57.5747],[-7.411201, 57.5748],[-7.4115, 57.5750],[-7.411699, 57.5754],[-7.411699, 57.5759],[-7.411601, 57.5764],[-7.411099, 57.5767],[-7.410699, 57.5771],[-7.410699, 57.5773],[-7.411001, 57.5776],[-7.412099, 57.5779],[-7.4126, 57.5783],[-7.413, 57.5788],[-7.413, 57.5793],[-7.41270, 57.5799],[-7.411699, 57.5806],[-7.4105, 57.5809],[-7.407199000000002, 57.5806],[-7.40670, 57.5809],[-7.40660, 57.5812],[-7.40670, 57.5816],[-7.406899, 57.582],[-7.406801, 57.5823],[-7.4063, 57.5827],[-7.4063, 57.5831],[-7.406401, 57.5832],[-7.406801, 57.5833],[-7.40710, 57.5834],[-7.40710, 57.5836],[-7.407001, 57.5838],[-7.406499, 57.5842],[-7.406401, 57.5844],[-7.406499, 57.5846],[-7.40670, 57.5847],[-7.40710, 57.5845],[-7.409101, 57.5835],[-7.4101, 57.5829],[-7.4105, 57.5828],[-7.4108, 57.5829],[-7.411001, 57.5831],[-7.41140, 57.5834],[-7.41190, 57.5834],[-7.41230, 57.5832],[-7.413099, 57.5826],[-7.41470, 57.5802],[-7.4154, 57.5794],[-7.416201, 57.5792],[-7.417799, 57.5787],[-7.418099, 57.5788],[-7.418099, 57.5792],[-7.417799, 57.5799],[-7.417099, 57.5807],[-7.4168, 57.5809],[-7.4169, 57.5812],[-7.417399, 57.5816],[-7.41800, 57.582],[-7.4185, 57.5821],[-7.419101, 57.5822],[-7.419199, 57.5824],[-7.419101, 57.5827],[-7.418701, 57.583],[-7.418099, 57.5835],[-7.41800, 57.5837],[-7.418099, 57.584],[-7.418399, 57.5841],[-7.41890, 57.5841],[-7.41970, 57.5838],[-7.4204, 57.5832],[-7.421299000000002, 57.583],[-7.42310, 57.5831],[-7.4237, 57.5831],[-7.424399, 57.5832],[-7.42490, 57.5834],[-7.42500, 57.5838],[-7.4246, 57.5841],[-7.423999, 57.5842],[-7.4232, 57.5845],[-7.42310, 57.5849],[-7.42310, 57.5851],[-7.42360, 57.5855],[-7.424699, 57.5859],[-7.426499, 57.5858],[-7.428199, 57.5855],[-7.429399, 57.5856],[-7.430399, 57.5864],[-7.431099, 57.5866],[-7.4323, 57.5867],[-7.4331, 57.5872],[-7.43440, 57.588],[-7.434899, 57.5882],[-7.43580, 57.5882],[-7.437799, 57.5884],[-7.43900, 57.5888],[-7.439799, 57.5889],[-7.4403, 57.5888],[-7.4408, 57.5886],[-7.441, 57.5879],[-7.441, 57.5877],[-7.440899, 57.5874],[-7.440599, 57.587],[-7.439899, 57.5864],[-7.439301, 57.586],[-7.437399, 57.5846],[-7.4361, 57.5836],[-7.43580, 57.5835],[-7.43390, 57.5833],[-7.43340, 57.5831],[-7.433199, 57.5823],[-7.4331, 57.5818],[-7.432899, 57.5817],[-7.4309, 57.5819],[-7.428999, 57.5819],[-7.428501, 57.5817],[-7.428199, 57.5813],[-7.427899, 57.5805],[-7.42770, 57.5799],[-7.427999, 57.5795],[-7.4313, 57.5776],[-7.433701, 57.5763],[-7.436299, 57.5749],[-7.4379, 57.5742],[-7.439101, 57.5733],[-7.4407, 57.5725],[-7.442, 57.5715],[-7.443299, 57.5712],[-7.445499, 57.5711],[-7.4477, 57.5711],[-7.45270, 57.5706],[-7.45600, 57.5701],[-7.45690, 57.5696],[-7.458099, 57.5685],[-7.4604, 57.5682],[-7.4619, 57.5668],[-7.46260, 57.5665],[-7.463799, 57.5666],[-7.465199, 57.5671],[-7.4688, 57.5684],[-7.47240, 57.5690],[-7.47980, 57.5690],[-7.4811, 57.5693],[-7.481699, 57.5697],[-7.4821, 57.5713],[-7.482299000000002, 57.5742],[-7.483901, 57.5757],[-7.48780, 57.5777],[-7.488599, 57.5786],[-7.4892, 57.5805],[-7.490399, 57.5817],[-7.492599000000002, 57.5829],[-7.492899, 57.5835],[-7.4927, 57.5839],[-7.491401, 57.5848],[-7.4891, 57.5855],[-7.486899, 57.5857],[-7.485499, 57.5859],[-7.484399, 57.5861],[-7.484, 57.5862],[-7.483701, 57.5865],[-7.48460, 57.5883],[-7.48460, 57.5889],[-7.484399, 57.5893],[-7.483799, 57.5895],[-7.48280, 57.5896],[-7.4825, 57.59],[-7.4829, 57.5906],[-7.4829, 57.5911],[-7.482699, 57.5916],[-7.48280, 57.5919],[-7.483701, 57.5921],[-7.4854, 57.5916],[-7.486499000000002, 57.5916],[-7.487599, 57.5915],[-7.4882, 57.5918],[-7.4882, 57.592],[-7.487299, 57.5925],[-7.487299, 57.593],[-7.4882, 57.5941],[-7.488901, 57.5946],[-7.4917, 57.5956],[-7.493199, 57.5957],[-7.496, 57.5958],[-7.4969, 57.5956],[-7.4969, 57.5953],[-7.496699, 57.5951],[-7.493999, 57.595],[-7.493299, 57.5947],[-7.493199, 57.5943],[-7.494699, 57.5934],[-7.49630, 57.5925],[-7.49640, 57.5923],[-7.495299, 57.5917],[-7.49480, 57.591],[-7.494501, 57.5903],[-7.493299, 57.5893],[-7.491401, 57.5882],[-7.490699, 57.5872],[-7.49060, 57.5868],[-7.490799, 57.5863],[-7.49120, 57.5861],[-7.492599000000002, 57.586],[-7.493701, 57.5861],[-7.494699, 57.5861],[-7.49580, 57.5857],[-7.49770, 57.5847],[-7.4989, 57.5841],[-7.50000, 57.5838],[-7.50150, 57.5839],[-7.502, 57.5839],[-7.502699, 57.5843],[-7.503099, 57.5848],[-7.5033, 57.5857],[-7.503901000000002, 57.5868],[-7.505, 57.5879],[-7.50660, 57.5887],[-7.50990, 57.5897],[-7.511499, 57.5905],[-7.513199, 57.5912],[-7.5186, 57.5919],[-7.52070, 57.5919],[-7.521699, 57.5914],[-7.522099, 57.5909],[-7.522099, 57.5898],[-7.522399, 57.5893],[-7.5232, 57.5892],[-7.523701, 57.5895],[-7.52460, 57.5916],[-7.526299, 57.593],[-7.5271, 57.5939],[-7.5281, 57.595],[-7.52860, 57.5961],[-7.528999, 57.597],[-7.529699, 57.5982],[-7.5312, 57.5996],[-7.534101, 57.6013],[-7.5359, 57.6018],[-7.538199, 57.6022],[-7.539999, 57.6021],[-7.5426, 57.6014],[-7.543701, 57.6004],[-7.544799, 57.6002],[-7.5454, 57.6002],[-7.546, 57.6009],[-7.546201, 57.6014],[-7.5467, 57.6024],[-7.54740, 57.6036],[-7.54750, 57.6044],[-7.54700, 57.6059],[-7.545599, 57.6069],[-7.544199000000002, 57.6071],[-7.542799, 57.6072],[-7.542, 57.6073],[-7.541601, 57.6076],[-7.541299, 57.6078],[-7.541299, 57.6087],[-7.5411, 57.6094],[-7.540299, 57.6097],[-7.5388, 57.6101],[-7.537199000000002, 57.611],[-7.535699, 57.6119],[-7.53520, 57.612],[-7.5344, 57.612],[-7.534101, 57.6118],[-7.5338, 57.6112],[-7.533501, 57.6109],[-7.5328, 57.6108],[-7.5317, 57.6109],[-7.531401, 57.6107],[-7.531401, 57.6105],[-7.531801, 57.6096],[-7.531801, 57.6089],[-7.531801, 57.6081],[-7.53160, 57.6071],[-7.5312, 57.6065],[-7.53070, 57.6056],[-7.530499, 57.6047],[-7.530099000000002, 57.6041],[-7.529699, 57.6038],[-7.52880, 57.6034],[-7.527599, 57.6033],[-7.5251, 57.6036],[-7.521601, 57.6047],[-7.520199, 57.6056],[-7.519, 57.6067],[-7.51840, 57.6075],[-7.51840, 57.6081],[-7.5186, 57.6088],[-7.519101, 57.6094],[-7.5204, 57.6103],[-7.521601, 57.6108],[-7.521699, 57.6112],[-7.5215, 57.6113],[-7.52080, 57.6114],[-7.519, 57.6112],[-7.5172, 57.6114],[-7.5159, 57.6119],[-7.513999, 57.6130],[-7.5138, 57.6136],[-7.5138, 57.6139],[-7.51510, 57.6153],[-7.515399, 57.6160],[-7.51560, 57.6169],[-7.514999, 57.6183],[-7.51370, 57.6190],[-7.513599, 57.6194],[-7.513599, 57.6197],[-7.513999, 57.6203],[-7.5144, 57.6206],[-7.5155, 57.6211],[-7.517799, 57.6215],[-7.5204, 57.6220],[-7.521299, 57.6225],[-7.521601, 57.6227],[-7.521699, 57.6231],[-7.521601, 57.6236],[-7.521201, 57.6241],[-7.52080, 57.6245],[-7.5201, 57.6250],[-7.519199, 57.6252],[-7.518, 57.6250],[-7.517499, 57.6250],[-7.51690, 57.6250],[-7.516099, 57.6253],[-7.5155, 57.6252],[-7.5149, 57.6247],[-7.5143, 57.6245],[-7.513501, 57.6246],[-7.51280, 57.6248],[-7.5116, 57.6258],[-7.51090, 57.6260],[-7.5107, 57.6263],[-7.5107, 57.6270],[-7.51090, 57.6278],[-7.510799, 57.6281],[-7.5106, 57.6282],[-7.510099, 57.6284],[-7.508901, 57.6284],[-7.5075, 57.6277],[-7.505799, 57.6266],[-7.50420, 57.6265],[-7.503099, 57.6266],[-7.501201, 57.6277],[-7.499599000000002, 57.6284],[-7.499199, 57.6288],[-7.499501, 57.6291],[-7.5014, 57.6295],[-7.501699, 57.6298],[-7.501601, 57.6302],[-7.5007, 57.6306],[-7.49860, 57.6314],[-7.4976, 57.6321],[-7.49730, 57.6328],[-7.497399, 57.6334],[-7.497799, 57.6342],[-7.4985, 57.6347],[-7.498701, 57.6352],[-7.498701, 57.6359],[-7.4984, 57.6368],[-7.4985, 57.6373],[-7.499899, 57.6379],[-7.5004, 57.6382],[-7.50050, 57.6386],[-7.50000, 57.6395],[-7.499501, 57.6399],[-7.498199, 57.6402],[-7.49680, 57.6406],[-7.496099, 57.6422],[-7.49580, 57.6427],[-7.49580, 57.6431],[-7.49580, 57.6434],[-7.495399000000002, 57.6438],[-7.49480, 57.6441],[-7.494599, 57.6448],[-7.494501, 57.6453],[-7.493701, 57.6463],[-7.493501, 57.6467],[-7.491499, 57.6474],[-7.490799, 57.6481],[-7.49020, 57.6483],[-7.489501, 57.6484],[-7.488999, 57.6485],[-7.488901, 57.6487],[-7.4891, 57.6489],[-7.49020, 57.6495],[-7.492199, 57.6509],[-7.4923, 57.6512],[-7.491899, 57.6514],[-7.4909, 57.6513],[-7.4909, 57.6516],[-7.4913, 57.652],[-7.4917, 57.6524],[-7.4917, 57.6526],[-7.49120, 57.6528],[-7.490399, 57.6524],[-7.488599, 57.6517],[-7.4875, 57.6515],[-7.4866, 57.6513],[-7.485899, 57.6515],[-7.485499, 57.6517],[-7.485099, 57.6519],[-7.4849, 57.6526],[-7.485099, 57.6531],[-7.4853, 57.6536],[-7.4857, 57.654],[-7.48610, 57.6543],[-7.4862, 57.6547],[-7.4862, 57.6552],[-7.4867, 57.6557],[-7.487899, 57.6559],[-7.4899, 57.6563],[-7.49030, 57.6565],[-7.490399, 57.6571],[-7.489999, 57.6587],[-7.489999, 57.6591],[-7.490699, 57.6595],[-7.49210, 57.6599],[-7.493299, 57.6602],[-7.4938, 57.6606],[-7.4938, 57.6609],[-7.4934, 57.6612],[-7.4917, 57.6612],[-7.491499, 57.6613],[-7.491499, 57.6617],[-7.491099, 57.6619],[-7.490699, 57.6619],[-7.489399, 57.6611],[-7.48840, 57.6606],[-7.4867, 57.6607],[-7.485099, 57.661],[-7.483901, 57.6616],[-7.483901, 57.6619],[-7.484301, 57.6621],[-7.485199, 57.6622],[-7.485799, 57.6624],[-7.485799, 57.6627],[-7.4853, 57.6631],[-7.48460, 57.6634],[-7.483901, 57.6633],[-7.48260, 57.6624],[-7.482, 57.6622],[-7.4814, 57.6624],[-7.481299000000002, 57.6627],[-7.481801, 57.663],[-7.482699, 57.6633],[-7.4829, 57.6636],[-7.4829, 57.6637],[-7.48260, 57.6639],[-7.481299000000002, 57.6637],[-7.481, 57.6638],[-7.481, 57.664],[-7.481, 57.6643],[-7.48070, 57.6644],[-7.47980, 57.6645],[-7.4772, 57.6638],[-7.4744, 57.6641],[-7.47330, 57.664],[-7.4718, 57.6634],[-7.4713, 57.6628],[-7.47060, 57.6623],[-7.468299, 57.6617],[-7.466499, 57.6614],[-7.465799, 57.6611],[-7.465, 57.6609],[-7.4642, 57.6609],[-7.46350, 57.6609],[-7.4628, 57.6608],[-7.4619, 57.6603],[-7.460899, 57.6599],[-7.459599, 57.6598],[-7.4589, 57.6598],[-7.45730, 57.6598],[-7.456201, 57.6598],[-7.455699, 57.6603],[-7.455299, 57.6613],[-7.4547, 57.6614],[-7.4533, 57.6612],[-7.453, 57.6615],[-7.4534, 57.6628],[-7.4534, 57.6632],[-7.453, 57.6634],[-7.451401, 57.6634],[-7.44990, 57.6632],[-7.4496, 57.6634],[-7.44930, 57.6639],[-7.448501, 57.6641],[-7.447299, 57.6642],[-7.446499, 57.6637],[-7.445899, 57.6633],[-7.445799, 57.6629],[-7.446899, 57.6627],[-7.4471, 57.6625],[-7.447001, 57.6622],[-7.44660, 57.6616],[-7.44610, 57.661],[-7.444799, 57.66],[-7.44320, 57.6588],[-7.441299, 57.6579],[-7.4397, 57.6573],[-7.43760, 57.6563],[-7.4373, 57.6559],[-7.437099, 57.6554],[-7.4365, 57.6551],[-7.434899, 57.6549],[-7.432099, 57.6543],[-7.428199, 57.653],[-7.426401, 57.6524],[-7.4238, 57.6517],[-7.423399, 57.6516],[-7.422699, 57.6515],[-7.4221, 57.6516],[-7.422, 57.6519],[-7.4232, 57.653],[-7.423299, 57.6535],[-7.42310, 57.6541],[-7.4229, 57.6543],[-7.422299, 57.6545],[-7.421201, 57.6544],[-7.420499, 57.6542],[-7.4196, 57.6538],[-7.418701, 57.653],[-7.418099, 57.6523],[-7.4179, 57.6521],[-7.4179, 57.6518],[-7.4183, 57.6515],[-7.418799, 57.6512],[-7.41940, 57.6508],[-7.41970, 57.6504],[-7.419799, 57.6498],[-7.4196, 57.6493],[-7.41940, 57.6491],[-7.418399, 57.6484],[-7.417099, 57.6477],[-7.413701, 57.646],[-7.408299, 57.6452],[-7.408, 57.645],[-7.40810, 57.6445],[-7.409501, 57.6439],[-7.4106, 57.6439],[-7.412499, 57.645],[-7.412799, 57.645],[-7.413099, 57.6448],[-7.413099, 57.6445],[-7.412799, 57.6438],[-7.411699, 57.6429],[-7.4118, 57.6425],[-7.412799, 57.6421],[-7.4133, 57.6417],[-7.413099, 57.6413],[-7.41230, 57.6407],[-7.410699, 57.64],[-7.4092, 57.6394],[-7.407599, 57.6392],[-7.40670, 57.6392],[-7.406099, 57.6397],[-7.405399, 57.6398],[-7.4036, 57.6398],[-7.4028, 57.6399],[-7.4017, 57.6401],[-7.400599, 57.6401],[-7.398799, 57.6398],[-7.397, 57.6393],[-7.39540, 57.6391],[-7.3939, 57.6391],[-7.3923, 57.6389],[-7.3909, 57.6381],[-7.389599, 57.6369],[-7.388599, 57.6363],[-7.387599, 57.6361],[-7.386401, 57.6360],[-7.38520, 57.6357],[-7.38370, 57.635],[-7.3825, 57.6342],[-7.3821, 57.6338],[-7.381499, 57.6329],[-7.3811, 57.6328],[-7.38040, 57.6332],[-7.379301, 57.6335],[-7.379, 57.6338],[-7.3797, 57.6347],[-7.3807, 57.6357],[-7.380599, 57.6362],[-7.37950, 57.6368],[-7.3782, 57.6375],[-7.3754, 57.6394],[-7.3739, 57.6404],[-7.37340, 57.6412],[-7.3733, 57.6417],[-7.373199, 57.6422],[-7.3735, 57.6429],[-7.374599, 57.6449],[-7.375, 57.646],[-7.374899, 57.6465],[-7.374599, 57.6467],[-7.374101, 57.6468],[-7.3723, 57.6465],[-7.3722, 57.6467],[-7.3723, 57.647],[-7.3726, 57.6474],[-7.37300, 57.6479],[-7.373099, 57.6483],[-7.37300, 57.6486],[-7.3726, 57.6491],[-7.37090, 57.6503],[-7.369599, 57.6513],[-7.36920, 57.6519],[-7.368999, 57.6526],[-7.3689, 57.6545],[-7.368999, 57.6563],[-7.369101, 57.6571],[-7.3694, 57.6578],[-7.372001, 57.6596],[-7.3736, 57.6604],[-7.373701, 57.6605],[-7.373701, 57.6608],[-7.3733, 57.661],[-7.3722, 57.6612],[-7.3637, 57.6623],[-7.3544, 57.6635],[-7.341899000000002, 57.6674],[-7.340099000000002, 57.668],[-7.33870, 57.6686],[-7.3371, 57.6696],[-7.335499, 57.671],[-7.335, 57.6715],[-7.334301, 57.6727],[-7.334, 57.6734],[-7.33390, 57.6740],[-7.33390, 57.6748],[-7.334199, 57.676],[-7.334899000000002, 57.6769],[-7.335599, 57.6775],[-7.336201, 57.6779],[-7.3378, 57.6788],[-7.33860, 57.6790],[-7.3399, 57.6791],[-7.3407, 57.6789],[-7.3424, 57.6782],[-7.3432, 57.6782],[-7.3437, 57.6784],[-7.34420, 57.6788],[-7.344399, 57.6792],[-7.344301, 57.6796],[-7.3441, 57.6800],[-7.3437, 57.6803],[-7.3432, 57.6807],[-7.34250, 57.6809],[-7.341899000000002, 57.681],[-7.3413, 57.681],[-7.340899, 57.6809],[-7.339, 57.6802],[-7.3379, 57.6799],[-7.335, 57.6801],[-7.33390, 57.6806],[-7.3333, 57.6811],[-7.333399, 57.6817],[-7.3336, 57.6825],[-7.333399, 57.6831],[-7.333099, 57.6833],[-7.331699, 57.6838],[-7.32880, 57.6842],[-7.328199, 57.6846],[-7.328199, 57.6850],[-7.32840, 57.6851],[-7.3294, 57.6852],[-7.3302, 57.6853],[-7.330599, 57.6857],[-7.3305, 57.6862],[-7.329999, 57.6866],[-7.3289, 57.6867],[-7.328, 57.6865],[-7.3253, 57.6853],[-7.32420, 57.6852],[-7.32320, 57.6853],[-7.3228, 57.6855],[-7.320499, 57.6870],[-7.319799, 57.6875],[-7.319399, 57.6880],[-7.319301, 57.6886],[-7.320799, 57.6893],[-7.32120, 57.6895],[-7.321401, 57.6898],[-7.32130, 57.69],[-7.3211, 57.6903],[-7.318799, 57.6918],[-7.315899, 57.6937],[-7.3153, 57.6939],[-7.3146, 57.6941],[-7.3135, 57.6943],[-7.3125, 57.6943],[-7.311299, 57.6944],[-7.3108, 57.6942],[-7.310699, 57.6939],[-7.31050, 57.6921],[-7.3102, 57.6915],[-7.3097, 57.6911],[-7.3088, 57.6907],[-7.307099, 57.6899],[-7.30670, 57.6894],[-7.306601, 57.6889],[-7.30670, 57.6884],[-7.307001, 57.6880],[-7.308, 57.6874],[-7.3088, 57.6871],[-7.31100, 57.6862],[-7.31330, 57.6858],[-7.3158, 57.6851],[-7.3167, 57.6847],[-7.317699, 57.6844],[-7.318999, 57.6840],[-7.320099, 57.6834],[-7.3211, 57.6825],[-7.321499, 57.6817],[-7.3216, 57.681],[-7.32130, 57.6799],[-7.321001, 57.6791],[-7.3187, 57.6759],[-7.3126, 57.671],[-7.3111, 57.6683],[-7.3111, 57.6672],[-7.311601, 57.6663],[-7.3122, 57.6658],[-7.312799, 57.6653],[-7.3132, 57.6652],[-7.3135, 57.6654],[-7.3136, 57.6657],[-7.313, 57.6667],[-7.3126, 57.6679],[-7.3126, 57.6687],[-7.3129, 57.6695],[-7.314101, 57.6712],[-7.31710, 57.6735],[-7.31790, 57.6741],[-7.318501, 57.6743],[-7.318901, 57.6743],[-7.32030, 57.6738],[-7.320899, 57.6736],[-7.321899, 57.6731],[-7.323501, 57.6721],[-7.3268, 57.6699],[-7.32970, 57.668],[-7.331699, 57.6668],[-7.332799, 57.6661],[-7.33350, 57.6656],[-7.33390, 57.6651],[-7.334301, 57.6643],[-7.33450, 57.6629],[-7.33450, 57.6609],[-7.334799, 57.6604],[-7.336201, 57.6598],[-7.336401, 57.6594],[-7.336201, 57.6593],[-7.3357, 57.6592],[-7.335199, 57.6593],[-7.333799, 57.6595],[-7.3322, 57.6594],[-7.3309, 57.6591],[-7.3294, 57.6589],[-7.328501, 57.6589],[-7.32840, 57.6587],[-7.329899, 57.6581],[-7.329899, 57.6578],[-7.329501, 57.6576],[-7.328501, 57.6574],[-7.3281, 57.6574],[-7.327199, 57.6579],[-7.3267, 57.6583],[-7.326099, 57.6584],[-7.323999, 57.6579],[-7.322999, 57.6577],[-7.321499, 57.6577],[-7.320899, 57.6579],[-7.320799, 57.6584],[-7.321001, 57.659],[-7.3216, 57.6597],[-7.321499, 57.6601],[-7.320899, 57.6601],[-7.316299, 57.66],[-7.314101, 57.6598],[-7.3129, 57.6595],[-7.312099, 57.659],[-7.311601, 57.6581],[-7.310599, 57.6576],[-7.3094, 57.6574],[-7.3089, 57.6569],[-7.3089, 57.6564],[-7.309101, 57.656],[-7.309599000000002, 57.6559],[-7.312399000000002, 57.6557],[-7.3132, 57.6552],[-7.314, 57.6544],[-7.316401, 57.6541],[-7.31750, 57.6538],[-7.317599000000002, 57.6536],[-7.317599000000002, 57.6535],[-7.31710, 57.6533],[-7.315899, 57.6532],[-7.314, 57.6529],[-7.313399, 57.6532],[-7.312001, 57.6537],[-7.3108, 57.6539],[-7.30900, 57.6538],[-7.3083, 57.6545],[-7.3074, 57.6553],[-7.306499, 57.6556],[-7.3055, 57.6555],[-7.302999, 57.6558],[-7.3007, 57.6558],[-7.297999, 57.6556],[-7.295199, 57.6553],[-7.292799, 57.655],[-7.291, 57.6546],[-7.2904, 57.6541],[-7.2901, 57.653],[-7.2897, 57.6526],[-7.289, 57.6524],[-7.28800, 57.652],[-7.287399, 57.6516],[-7.287499, 57.6513],[-7.287899, 57.6512],[-7.288799, 57.6511],[-7.2919, 57.6507],[-7.293, 57.6502],[-7.293, 57.6499],[-7.292699, 57.6497],[-7.29180, 57.6496],[-7.290699, 57.6496],[-7.289599, 57.6495],[-7.289, 57.6494],[-7.28840, 57.6489],[-7.288599, 57.6487],[-7.289899, 57.6483],[-7.290299, 57.6476],[-7.2909, 57.6462],[-7.291201, 57.6454],[-7.291201, 57.6447],[-7.29080, 57.6441],[-7.289999, 57.6437],[-7.289101, 57.6437],[-7.28840, 57.6439],[-7.287399, 57.6439],[-7.286001, 57.6434],[-7.283599, 57.6424],[-7.2824, 57.6422],[-7.281801, 57.6424],[-7.2816, 57.6427],[-7.2816, 57.643],[-7.2821, 57.6435],[-7.2821, 57.6439],[-7.2817, 57.6442],[-7.2812, 57.6442],[-7.28000, 57.6446],[-7.279399, 57.6453],[-7.2792, 57.646],[-7.279699, 57.6465],[-7.280499, 57.647],[-7.281899000000002, 57.6476],[-7.28280, 57.648],[-7.283299, 57.6485],[-7.283501, 57.6491],[-7.283299, 57.6496],[-7.2827, 57.6497],[-7.2821, 57.6497],[-7.280499, 57.6493],[-7.279699, 57.6491],[-7.278501, 57.6487],[-7.27810, 57.6487],[-7.277599, 57.649],[-7.277299, 57.6493],[-7.277299, 57.6501],[-7.277999, 57.6509],[-7.2788, 57.6515],[-7.27950, 57.6524],[-7.27960, 57.653],[-7.27960, 57.6532],[-7.279301, 57.6537],[-7.278901, 57.654],[-7.27860, 57.6542],[-7.277599, 57.6545],[-7.2766, 57.6547],[-7.2753, 57.6544],[-7.272999000000002, 57.654],[-7.27190, 57.6537],[-7.2711, 57.653],[-7.270899, 57.6525],[-7.270599, 57.6511],[-7.2704, 57.6509],[-7.27000, 57.6506],[-7.268799, 57.65],[-7.26680, 57.6494],[-7.264699, 57.6492],[-7.2624, 57.6501],[-7.26, 57.6502],[-7.259399, 57.6502],[-7.258999, 57.6505],[-7.25880, 57.651],[-7.258299, 57.6522],[-7.257999, 57.6524],[-7.257599, 57.6525],[-7.25320, 57.6523],[-7.252999, 57.6528],[-7.25330, 57.6532],[-7.252999, 57.6536],[-7.2522, 57.6539],[-7.252299, 57.6542],[-7.253901, 57.6545],[-7.258399, 57.6549],[-7.26160, 57.6554],[-7.2618, 57.6559],[-7.2618, 57.6564],[-7.261499, 57.6568],[-7.259799, 57.6572],[-7.254, 57.6577],[-7.249899, 57.6573],[-7.24560, 57.6556],[-7.242199, 57.6543],[-7.238901, 57.6533],[-7.23820, 57.6534],[-7.2381, 57.6539],[-7.23820, 57.6543],[-7.23910, 57.6546],[-7.240099, 57.6548],[-7.241001, 57.6551],[-7.24280, 57.6556],[-7.243299, 57.6561],[-7.243299, 57.6566],[-7.243199, 57.6568],[-7.24280, 57.6572],[-7.24240, 57.6575],[-7.242001, 57.6576],[-7.24180, 57.6575],[-7.239501, 57.6566],[-7.238599, 57.6563],[-7.2375, 57.6562],[-7.236401000000002, 57.6561],[-7.23530, 57.6561],[-7.234399, 57.6559],[-7.2336, 57.6555],[-7.2326, 57.655],[-7.231801, 57.6548],[-7.231299, 57.6549],[-7.231201, 57.655],[-7.23080, 57.6553],[-7.2304, 57.6555],[-7.22980, 57.6556],[-7.22890, 57.6557],[-7.228701, 57.6558],[-7.228701, 57.6559],[-7.22890, 57.656],[-7.22980, 57.6562],[-7.23080, 57.6566],[-7.231801, 57.6567],[-7.2333, 57.6566],[-7.234399, 57.6567],[-7.23540, 57.6569],[-7.238599, 57.6573],[-7.2403, 57.6578],[-7.241499, 57.6585],[-7.2444, 57.6594],[-7.247399, 57.6598],[-7.248799, 57.6599],[-7.25080, 57.6596],[-7.2528, 57.6598],[-7.2553, 57.6601],[-7.256499000000002, 57.66],[-7.25780, 57.6598],[-7.260499, 57.6594],[-7.2627, 57.6594],[-7.263599000000002, 57.6597],[-7.2648, 57.6604],[-7.2679, 57.6615],[-7.27010, 57.6624],[-7.2722, 57.6634],[-7.2745, 57.6642],[-7.275499, 57.6648],[-7.275599, 57.6652],[-7.275499, 57.6657],[-7.274899, 57.6661],[-7.272999000000002, 57.6665],[-7.268, 57.6666],[-7.258399, 57.6672],[-7.253799, 57.6687],[-7.250299, 57.6702],[-7.247399, 57.672],[-7.245699, 57.6724],[-7.24390, 57.6722],[-7.242599, 57.6721],[-7.241401, 57.6724],[-7.239799, 57.6733],[-7.238501, 57.6746],[-7.2375, 57.6755],[-7.236401000000002, 57.676],[-7.236001, 57.6764],[-7.236001, 57.6768],[-7.237199, 57.6783],[-7.237199, 57.6795],[-7.236899, 57.6802],[-7.23540, 57.6807],[-7.232999, 57.6819],[-7.23110, 57.6832],[-7.230199000000002, 57.6838],[-7.2294, 57.6841],[-7.225299, 57.6854],[-7.2233, 57.6859],[-7.2223, 57.6861],[-7.221499, 57.6865],[-7.22120, 57.6868],[-7.220799, 57.6874],[-7.22130, 57.6884],[-7.221099, 57.6895],[-7.220699, 57.6901],[-7.2187, 57.6906],[-7.21700, 57.6909],[-7.2153, 57.6908],[-7.214399, 57.6905],[-7.2136, 57.6901],[-7.212299, 57.6888],[-7.211801, 57.6886],[-7.211201, 57.6885],[-7.209599, 57.6884],[-7.20900, 57.6882],[-7.208799, 57.6880],[-7.208799, 57.6878],[-7.2094, 57.6873],[-7.209899, 57.6869],[-7.210199, 57.6866],[-7.210499, 57.6861],[-7.210499, 57.6856],[-7.2104, 57.6849],[-7.209899, 57.6842],[-7.209199, 57.6839],[-7.207699000000002, 57.6836],[-7.20680, 57.6836],[-7.20680, 57.6839],[-7.207799, 57.6844],[-7.208, 57.6851],[-7.2076, 57.6857],[-7.206601, 57.6867],[-7.204899, 57.6877],[-7.204501, 57.6880],[-7.2043, 57.6882],[-7.204199, 57.6888],[-7.204599, 57.6911],[-7.2043, 57.6923],[-7.203199, 57.6932],[-7.2023, 57.6937],[-7.2005, 57.6945],[-7.200099, 57.6949],[-7.199699000000002, 57.6957],[-7.199399, 57.6966],[-7.19910, 57.6969],[-7.198599, 57.6973],[-7.1977, 57.6974],[-7.1962, 57.6975],[-7.1953, 57.6975],[-7.194301, 57.6975],[-7.191401, 57.698],[-7.19070, 57.6978],[-7.189799, 57.6973],[-7.1886, 57.6968],[-7.18750, 57.6965],[-7.18650, 57.6961],[-7.1854, 57.6955],[-7.18520, 57.6952],[-7.18520, 57.6949],[-7.185299, 57.6946],[-7.185599, 57.6943],[-7.186699, 57.6939]]],[[[-7.342599, 57.4846],[-7.340799, 57.4843],[-7.33960, 57.4844],[-7.337999, 57.4854],[-7.3365, 57.4862],[-7.335599, 57.4862],[-7.33440, 57.4859],[-7.33350, 57.4858],[-7.3318, 57.4858],[-7.329199, 57.4858],[-7.328199, 57.4854],[-7.3281, 57.4852],[-7.328501, 57.4849],[-7.3322, 57.4848],[-7.3329, 57.4847],[-7.3332, 57.4846],[-7.3333, 57.4843],[-7.3332, 57.484],[-7.3322, 57.4836],[-7.3323, 57.4834],[-7.33440, 57.4826],[-7.334799, 57.4822],[-7.334799, 57.4819],[-7.3347, 57.4818],[-7.33440, 57.4816],[-7.33350, 57.4815],[-7.3323, 57.4816],[-7.329999, 57.4817],[-7.328599, 57.4818],[-7.3281, 57.4817],[-7.326601, 57.481],[-7.3256, 57.4809],[-7.3248, 57.4812],[-7.3238, 57.4814],[-7.3225, 57.4817],[-7.321499, 57.4819],[-7.320499, 57.4818],[-7.318901, 57.4814],[-7.318099, 57.4809],[-7.31750, 57.4806],[-7.31700, 57.4807],[-7.3167, 57.481],[-7.316401, 57.4818],[-7.3158, 57.4821],[-7.31510, 57.4821],[-7.3144, 57.4817],[-7.313399, 57.4817],[-7.3126, 57.4822],[-7.3119, 57.4823],[-7.311201, 57.4823],[-7.310599, 57.4817],[-7.31050, 57.4809],[-7.31050, 57.4806],[-7.31010, 57.4803],[-7.3089, 57.4803],[-7.308, 57.4806],[-7.30760, 57.4808],[-7.3069, 57.4812],[-7.30630, 57.482],[-7.306099, 57.4835],[-7.30590, 57.484],[-7.3055, 57.4844],[-7.30480, 57.4846],[-7.303999, 57.4846],[-7.303299, 57.4848],[-7.302999, 57.485],[-7.30210, 57.4859],[-7.3017, 57.4862],[-7.3003, 57.4865],[-7.2975, 57.4867],[-7.294899, 57.4866],[-7.2929, 57.4863],[-7.29220, 57.4856],[-7.291601, 57.4845],[-7.291201, 57.4843],[-7.290699, 57.4845],[-7.2897, 57.485],[-7.2883, 57.4858],[-7.2877, 57.4858],[-7.287099000000002, 57.4854],[-7.2864, 57.4849],[-7.28550, 57.4847],[-7.28550, 57.4845],[-7.28560, 57.4842],[-7.287099000000002, 57.4843],[-7.288199, 57.4843],[-7.2894, 57.4842],[-7.29080, 57.4836],[-7.292799, 57.4835],[-7.294101, 57.4827],[-7.2951, 57.4823],[-7.2961, 57.482],[-7.297, 57.4816],[-7.2972, 57.4812],[-7.2971, 57.4808],[-7.2957, 57.4806],[-7.2951, 57.4803],[-7.2951, 57.4799],[-7.2946, 57.4793],[-7.2939, 57.4789],[-7.2933, 57.479],[-7.292799, 57.4793],[-7.2925, 57.4798],[-7.29260, 57.4804],[-7.293, 57.4808],[-7.293, 57.4812],[-7.292, 57.4819],[-7.290699, 57.4817],[-7.2897, 57.4814],[-7.289, 57.4811],[-7.28760, 57.4807],[-7.2863, 57.4805],[-7.283999, 57.4802],[-7.282001, 57.4802],[-7.279799, 57.4802],[-7.27860, 57.4801],[-7.2765, 57.4794],[-7.2751, 57.4787],[-7.2741, 57.4776],[-7.273399, 57.4766],[-7.273099, 57.4761],[-7.27290, 57.4757],[-7.272799, 57.4751],[-7.272699, 57.4744],[-7.272799, 57.4742],[-7.2732, 57.474],[-7.2772, 57.4741],[-7.27960, 57.4742],[-7.2806, 57.4742],[-7.28090, 57.4741],[-7.28090, 57.4738],[-7.2803, 57.4734],[-7.277999, 57.4728],[-7.2779, 57.4723],[-7.278299, 57.4715],[-7.2782, 57.4711],[-7.2774, 57.4708],[-7.276401, 57.4705],[-7.27580, 57.4701],[-7.275599, 57.4695],[-7.275199, 57.4685],[-7.2747, 57.4681],[-7.273901, 57.4678],[-7.273099, 57.4677],[-7.27250, 57.4676],[-7.271601, 57.4672],[-7.270599, 57.4674],[-7.26930, 57.4686],[-7.2685, 57.4691],[-7.2679, 57.4693],[-7.2676, 57.4692],[-7.267499, 57.4689],[-7.2676, 57.4678],[-7.2676, 57.4667],[-7.26730, 57.4661],[-7.266099, 57.4651],[-7.265299, 57.4647],[-7.26490, 57.4647],[-7.264699, 57.4651],[-7.264599, 57.4658],[-7.264699, 57.4665],[-7.264101, 57.4674],[-7.263501, 57.4678],[-7.263299, 57.4679],[-7.262499, 57.468],[-7.2618, 57.4681],[-7.26120, 57.4681],[-7.26020, 57.4679],[-7.2592, 57.4676],[-7.2582, 57.4669],[-7.257599, 57.4665],[-7.2567, 57.4667],[-7.256299, 57.4669],[-7.256001, 57.4669],[-7.2557, 57.4666],[-7.2553, 57.4663],[-7.254799, 57.4663],[-7.2547, 57.4668],[-7.25460, 57.4671],[-7.25410, 57.4672],[-7.25360, 57.4669],[-7.25330, 57.4665],[-7.25330, 57.4661],[-7.2535, 57.4659],[-7.25410, 57.4654],[-7.25410, 57.4651],[-7.253701, 57.4646],[-7.2529, 57.4638],[-7.251699, 57.4633],[-7.250199, 57.4628],[-7.249199, 57.4625],[-7.247499, 57.4617],[-7.246699, 57.4616],[-7.246, 57.4617],[-7.24560, 57.462],[-7.245699, 57.4623],[-7.246099, 57.4624],[-7.247399, 57.4626],[-7.248099, 57.4628],[-7.24940, 57.4632],[-7.250199, 57.4635],[-7.2507, 57.4638],[-7.250899, 57.4642],[-7.25100, 57.4647],[-7.251201, 57.4652],[-7.252, 57.4665],[-7.2525, 57.4671],[-7.2529, 57.4675],[-7.25320, 57.4683],[-7.2535, 57.4689],[-7.253701, 57.4692],[-7.25360, 57.4695],[-7.2528, 57.4696],[-7.2525, 57.4698],[-7.252399, 57.47],[-7.2522, 57.4703],[-7.2519, 57.4711],[-7.2515, 57.4713],[-7.25100, 57.4712],[-7.2501, 57.4709],[-7.249101, 57.4707],[-7.24790, 57.4706],[-7.2458, 57.4706],[-7.245699, 57.471],[-7.2458, 57.4711],[-7.2468, 57.4716],[-7.247099, 57.4719],[-7.2473, 57.4726],[-7.2477, 57.4728],[-7.2486, 57.473],[-7.2505, 57.4733],[-7.2519, 57.4737],[-7.2522, 57.474],[-7.252299, 57.4742],[-7.2521, 57.4753],[-7.2522, 57.4758],[-7.2525, 57.4761],[-7.2525, 57.4763],[-7.2519, 57.4772],[-7.251601, 57.4774],[-7.251201, 57.4775],[-7.2501, 57.4776],[-7.248701, 57.4775],[-7.247399, 57.4773],[-7.2459, 57.4773],[-7.244501, 57.4773],[-7.24340, 57.4771],[-7.2427, 57.4769],[-7.242499, 57.4768],[-7.242199, 57.4764],[-7.242199, 57.4763],[-7.2427, 57.476],[-7.2427, 57.4757],[-7.242499, 57.4756],[-7.242001, 57.4755],[-7.23960, 57.4751],[-7.23820, 57.4746],[-7.237299000000002, 57.4742],[-7.23670, 57.4739],[-7.2362, 57.4736],[-7.235899, 57.4733],[-7.23570, 57.4729],[-7.235799, 57.4726],[-7.2362, 57.4725],[-7.237999, 57.4727],[-7.239501, 57.4729],[-7.2403, 57.4729],[-7.240699, 57.4728],[-7.240699, 57.4726],[-7.239999, 57.4721],[-7.239999, 57.4719],[-7.2402, 57.4717],[-7.240799, 57.4718],[-7.241401, 57.472],[-7.243199, 57.4727],[-7.243599, 57.4728],[-7.2444, 57.4729],[-7.2451, 57.4729],[-7.2455, 57.4728],[-7.2455, 57.4726],[-7.24520, 57.4723],[-7.244699, 57.4721],[-7.244501, 57.472],[-7.2444, 57.4718],[-7.244101, 57.4711],[-7.24390, 57.4708],[-7.24340, 57.4706],[-7.242199, 57.4704],[-7.241499, 57.4702],[-7.240799, 57.4699],[-7.239999, 57.4695],[-7.239301, 57.469],[-7.238999, 57.4687],[-7.23880, 57.4684],[-7.238901, 57.4681],[-7.23910, 57.4679],[-7.24300, 57.468],[-7.243501000000002, 57.4678],[-7.243701, 57.4676],[-7.24380, 57.4674],[-7.243599, 57.4673],[-7.243199, 57.4671],[-7.2427, 57.4669],[-7.241401, 57.467],[-7.241001, 57.467],[-7.240799, 57.4668],[-7.240799, 57.4666],[-7.242001, 57.4663],[-7.241899, 57.4661],[-7.241601000000002, 57.4659],[-7.241099, 57.4657],[-7.2403, 57.4656],[-7.23920, 57.4659],[-7.2384, 57.466],[-7.237599, 57.4658],[-7.236401000000002, 57.4654],[-7.23530, 57.4651],[-7.2342, 57.4648],[-7.233901, 57.4646],[-7.23350, 57.4642],[-7.2332, 57.464],[-7.23250, 57.464],[-7.231801, 57.4641],[-7.231699, 57.4642],[-7.231699, 57.4644],[-7.231699, 57.4646],[-7.2319, 57.4648],[-7.23250, 57.4649],[-7.2329, 57.4651],[-7.233099000000002, 57.4654],[-7.2332, 57.4655],[-7.233099000000002, 57.4657],[-7.2329, 57.4658],[-7.2322, 57.4659],[-7.231601, 57.4659],[-7.231, 57.4656],[-7.23070, 57.4656],[-7.230599, 57.4658],[-7.23070, 57.466],[-7.23110, 57.4663],[-7.231, 57.4665],[-7.23, 57.4674],[-7.22980, 57.4675],[-7.2294, 57.4675],[-7.228199, 57.4668],[-7.227799, 57.4668],[-7.2277, 57.4671],[-7.2277, 57.4673],[-7.228099, 57.4677],[-7.22890, 57.4682],[-7.229599, 57.4686],[-7.230299, 57.4693],[-7.23080, 57.4701],[-7.23080, 57.4703],[-7.23070, 57.4705],[-7.230299, 57.4709],[-7.229899, 57.4712],[-7.229599, 57.4714],[-7.229, 57.4716],[-7.2285, 57.4717],[-7.227799, 57.4717],[-7.226601, 57.4716],[-7.22550, 57.4714],[-7.2244, 57.471],[-7.2233, 57.4705],[-7.221099, 57.4694],[-7.220399, 57.4692],[-7.2196, 57.4692],[-7.218999000000002, 57.4691],[-7.218599, 57.4689],[-7.2181, 57.4684],[-7.21750, 57.4679],[-7.216801, 57.4677],[-7.215499, 57.4676],[-7.2149, 57.4675],[-7.2146, 57.4672],[-7.2146, 57.4665],[-7.2145, 57.4652],[-7.214301, 57.4649],[-7.213901, 57.4649],[-7.21320, 57.4662],[-7.212699, 57.4664],[-7.211801, 57.4664],[-7.211299, 57.4662],[-7.210599, 57.4656],[-7.2104, 57.4653],[-7.210299, 57.465],[-7.2104, 57.4643],[-7.2104, 57.4642],[-7.21000, 57.464],[-7.208399, 57.4635],[-7.207001, 57.4629],[-7.20540, 57.4627],[-7.205299, 57.4624],[-7.205299, 57.4623],[-7.20540, 57.4622],[-7.206, 57.4621],[-7.206699, 57.4621],[-7.2075, 57.4622],[-7.208099, 57.4623],[-7.208799, 57.4625],[-7.209799, 57.4629],[-7.2104, 57.463],[-7.2107, 57.463],[-7.210899, 57.4628],[-7.210899, 57.4626],[-7.2107, 57.4622],[-7.209899, 57.4612],[-7.2095, 57.4609],[-7.208701, 57.4604],[-7.208399, 57.4602],[-7.2082, 57.4599],[-7.2082, 57.4597],[-7.20830, 57.4595],[-7.209101, 57.4594],[-7.209301, 57.4595],[-7.209899, 57.4601],[-7.210599, 57.4603],[-7.211201, 57.4604],[-7.2116, 57.4606],[-7.2122, 57.4614],[-7.21250, 57.4614],[-7.2135, 57.461],[-7.213799000000002, 57.4611],[-7.2146, 57.4615],[-7.215199, 57.4615],[-7.2154, 57.4614],[-7.215499, 57.4604],[-7.2156, 57.4601],[-7.215899, 57.4599],[-7.216401, 57.4599],[-7.216899, 57.46],[-7.2178, 57.4605],[-7.2191, 57.461],[-7.219301, 57.4609],[-7.219501, 57.4606],[-7.219399, 57.4604],[-7.2181, 57.4596],[-7.217999000000002, 57.4593],[-7.2181, 57.4591],[-7.218299, 57.459],[-7.2188, 57.459],[-7.2198, 57.4594],[-7.220399, 57.4594],[-7.2206, 57.4593],[-7.22050, 57.4591],[-7.21990, 57.4586],[-7.21990, 57.4584],[-7.219999, 57.4583],[-7.22050, 57.4582],[-7.22090, 57.4582],[-7.2217, 57.4585],[-7.223599, 57.4593],[-7.224199, 57.4602],[-7.224501, 57.4604],[-7.227001, 57.4606],[-7.227399, 57.4609],[-7.2276, 57.4613],[-7.227799, 57.462],[-7.228, 57.4623],[-7.22830, 57.4625],[-7.228701, 57.4626],[-7.2295, 57.4627],[-7.230599, 57.4627],[-7.23210, 57.4626],[-7.23250, 57.4626],[-7.2336, 57.4631],[-7.233901, 57.4631],[-7.234799, 57.4617],[-7.23530, 57.4612],[-7.2356, 57.4609],[-7.235799, 57.4608],[-7.23630, 57.4608],[-7.23880, 57.4612],[-7.240399, 57.4614],[-7.242599, 57.4617],[-7.242599, 57.4614],[-7.242499, 57.4612],[-7.241001, 57.4607],[-7.238299, 57.4602],[-7.2374, 57.46],[-7.236401000000002, 57.4597],[-7.235799, 57.4595],[-7.23540, 57.4593],[-7.23530, 57.459],[-7.235499, 57.4588],[-7.237299000000002, 57.4591],[-7.240099, 57.4591],[-7.2403, 57.459],[-7.2403, 57.4588],[-7.2402, 57.4585],[-7.239999, 57.4583],[-7.239501, 57.4579],[-7.2387, 57.4574],[-7.23820, 57.4572],[-7.237199, 57.4569],[-7.236499, 57.4567],[-7.235799, 57.4564],[-7.23540, 57.4561],[-7.2347, 57.4554],[-7.2347, 57.4551],[-7.234799, 57.4548],[-7.2356, 57.4544],[-7.236499, 57.454],[-7.23670, 57.4539],[-7.237, 57.4538],[-7.238299, 57.4538],[-7.239399, 57.4538],[-7.23960, 57.4537],[-7.23960, 57.4535],[-7.239399, 57.4529],[-7.238901, 57.452],[-7.2387, 57.4518],[-7.2384, 57.4516],[-7.2381, 57.4515],[-7.2366, 57.4514],[-7.2356, 57.4513],[-7.2347, 57.4513],[-7.2326, 57.4511],[-7.2314, 57.4508],[-7.2305, 57.4503],[-7.2301, 57.4502],[-7.229101, 57.4502],[-7.228199, 57.4501],[-7.2276, 57.4500],[-7.226299, 57.4498],[-7.224599, 57.4495],[-7.223, 57.4493],[-7.221601, 57.4489],[-7.2206, 57.4486],[-7.218999000000002, 57.4482],[-7.21710, 57.4480],[-7.2162, 57.4479],[-7.215899, 57.4477],[-7.215899, 57.4475],[-7.21610, 57.4474],[-7.216499, 57.4473],[-7.21740, 57.4472],[-7.2188, 57.4471],[-7.220099, 57.4470],[-7.22130, 57.4469],[-7.223199, 57.4468],[-7.223599, 57.4466],[-7.2234, 57.446],[-7.2238, 57.4457],[-7.224199, 57.4456],[-7.225399, 57.4456],[-7.2272, 57.4463],[-7.2277, 57.4464],[-7.228199, 57.4464],[-7.228799, 57.4463],[-7.229899, 57.4461],[-7.2314, 57.446],[-7.232299, 57.4461],[-7.2333, 57.4463],[-7.233799, 57.4467],[-7.2342, 57.4471],[-7.234301, 57.4474],[-7.234301, 57.4478],[-7.2341, 57.4483],[-7.2329, 57.4494],[-7.232699, 57.4498],[-7.232699, 57.4501],[-7.2329, 57.4504],[-7.2333, 57.4505],[-7.233701, 57.4505],[-7.23400, 57.4504],[-7.2342, 57.4502],[-7.23490, 57.4491],[-7.2356, 57.4483],[-7.235899, 57.4481],[-7.238999, 57.4479],[-7.2403, 57.4479],[-7.240699, 57.4482],[-7.241001, 57.4487],[-7.2412, 57.4497],[-7.2413, 57.4499],[-7.24180, 57.4500],[-7.24240, 57.4503],[-7.24280, 57.4510],[-7.24340, 57.4514],[-7.2442, 57.452],[-7.24520, 57.4528],[-7.246, 57.4536],[-7.246201, 57.454],[-7.246099, 57.4544],[-7.246099, 57.4546],[-7.2463, 57.4548],[-7.24720, 57.4555],[-7.247799, 57.4563],[-7.24790, 57.4567],[-7.247799, 57.457],[-7.247099, 57.4576],[-7.247099, 57.4577],[-7.247499, 57.4581],[-7.24850, 57.4587],[-7.248701, 57.459],[-7.249101, 57.4599],[-7.249599, 57.46],[-7.249899, 57.4599],[-7.2501, 57.4597],[-7.250599, 57.4589],[-7.2507, 57.4587],[-7.2507, 57.4585],[-7.2505, 57.4583],[-7.2497, 57.4579],[-7.24940, 57.4575],[-7.2493, 57.4569],[-7.249501, 57.4567],[-7.2501, 57.4564],[-7.251801, 57.4560],[-7.252, 57.4558],[-7.2521, 57.4556],[-7.2521, 57.4549],[-7.2519, 57.4548],[-7.2515, 57.4548],[-7.250899, 57.4551],[-7.250299, 57.4557],[-7.25000, 57.4557],[-7.2493, 57.4556],[-7.24900, 57.4555],[-7.248799, 57.4553],[-7.24850, 57.4549],[-7.2483, 57.4546],[-7.2484, 57.4543],[-7.2486, 57.4541],[-7.249101, 57.4539],[-7.251801, 57.454],[-7.252299, 57.4539],[-7.252399, 57.4536],[-7.2515, 57.4533],[-7.2501, 57.4529],[-7.249101, 57.4526],[-7.24790, 57.4523],[-7.2464, 57.4516],[-7.246, 57.4513],[-7.245699, 57.4510],[-7.24560, 57.4507],[-7.245699, 57.4506],[-7.2469, 57.4506],[-7.247001, 57.4504],[-7.2469, 57.4500],[-7.246699, 57.4498],[-7.2459, 57.4497],[-7.24520, 57.4497],[-7.244501, 57.4497],[-7.2442, 57.4496],[-7.243999, 57.4492],[-7.243599, 57.4486],[-7.243299, 57.4479],[-7.2431, 57.4477],[-7.24240, 57.4474],[-7.242199, 57.4472],[-7.242199, 57.4470],[-7.2423, 57.4469],[-7.242499, 57.4468],[-7.243501000000002, 57.4469],[-7.244101, 57.4467],[-7.244699, 57.4464],[-7.245699, 57.4464],[-7.246201, 57.4464],[-7.246601, 57.4465],[-7.2468, 57.4468],[-7.246699, 57.4470],[-7.246201, 57.4473],[-7.246, 57.4478],[-7.246099, 57.4480],[-7.2464, 57.4483],[-7.2473, 57.4486],[-7.24790, 57.4489],[-7.248099, 57.4492],[-7.248099, 57.4500],[-7.2483, 57.4502],[-7.248701, 57.4502],[-7.24900, 57.4500],[-7.24940, 57.4494],[-7.2497, 57.4492],[-7.2505, 57.4492],[-7.251299, 57.4492],[-7.251699, 57.449],[-7.251801, 57.4486],[-7.251601, 57.4478],[-7.251801, 57.4476],[-7.2522, 57.4472],[-7.252299, 57.4467],[-7.2521, 57.4464],[-7.25140, 57.4458],[-7.2507, 57.4455],[-7.2497, 57.4454],[-7.2486, 57.4454],[-7.24790, 57.4453],[-7.247399, 57.4451],[-7.2473, 57.4450],[-7.24720, 57.4447],[-7.24720, 57.4445],[-7.247399, 57.4442],[-7.24790, 57.4439],[-7.248701, 57.4437],[-7.249899, 57.4436],[-7.250299, 57.4437],[-7.2511, 57.4443],[-7.251299, 57.4444],[-7.251601, 57.4444],[-7.252999, 57.4444],[-7.25330, 57.4445],[-7.253399, 57.4447],[-7.252699, 57.4452],[-7.252699, 57.4454],[-7.253099, 57.4457],[-7.254, 57.4461],[-7.2547, 57.4465],[-7.2549, 57.4468],[-7.255199, 57.4473],[-7.255499, 57.4478],[-7.255899, 57.4488],[-7.25610, 57.4491],[-7.256499000000002, 57.4494],[-7.257, 57.4496],[-7.25780, 57.4499],[-7.259501, 57.4504],[-7.26130, 57.4506],[-7.26160, 57.4507],[-7.261899, 57.4510],[-7.262001, 57.4525],[-7.262199, 57.4527],[-7.262599000000002, 57.4530],[-7.2638, 57.4531],[-7.26490, 57.4531],[-7.26590, 57.4534],[-7.26720, 57.454],[-7.2679, 57.4541],[-7.268199, 57.4541],[-7.2684, 57.454],[-7.2685, 57.4538],[-7.2684, 57.4535],[-7.267099, 57.4532],[-7.266201, 57.4529],[-7.265399, 57.4526],[-7.2651, 57.4524],[-7.2648, 57.4519],[-7.26490, 57.4516],[-7.265399, 57.4511],[-7.2656, 57.4508],[-7.2656, 57.4503],[-7.26590, 57.4498],[-7.266601, 57.4496],[-7.26680, 57.4494],[-7.267001, 57.449],[-7.267099, 57.4484],[-7.2669, 57.4473],[-7.2669, 57.4471],[-7.26720, 57.4470],[-7.267799000000002, 57.4470],[-7.2684, 57.4472],[-7.269, 57.4474],[-7.27010, 57.4480],[-7.270599, 57.4481],[-7.270899, 57.4480],[-7.271699, 57.4477],[-7.27250, 57.4482],[-7.273799, 57.4485],[-7.276, 57.4487],[-7.276299, 57.4486],[-7.276401, 57.4484],[-7.276401, 57.4481],[-7.273799, 57.4479],[-7.273099, 57.4474],[-7.272099, 57.4466],[-7.2708, 57.446],[-7.2704, 57.4457],[-7.269501, 57.4446],[-7.269, 57.4442],[-7.2689, 57.4440],[-7.269, 57.4439],[-7.26930, 57.4437],[-7.27150, 57.4442],[-7.2722, 57.4443],[-7.272699, 57.4442],[-7.272699, 57.4439],[-7.272399, 57.4437],[-7.2704, 57.4431],[-7.269, 57.4430],[-7.26770, 57.4429],[-7.267099, 57.4429],[-7.26590, 57.4427],[-7.26550, 57.4426],[-7.264699, 57.4424],[-7.263999, 57.4421],[-7.263199, 57.4414],[-7.262899, 57.4410],[-7.26300, 57.4408],[-7.2642, 57.4407],[-7.264999, 57.4407],[-7.265699, 57.4408],[-7.26640, 57.4410],[-7.267099, 57.4413],[-7.2684, 57.4421],[-7.269, 57.4423],[-7.269899, 57.4424],[-7.270899, 57.4423],[-7.27100, 57.4420],[-7.27100, 57.4418],[-7.270899, 57.4417],[-7.269101, 57.4415],[-7.2686, 57.4414],[-7.2684, 57.4413],[-7.268099, 57.4409],[-7.26830, 57.4407],[-7.270299, 57.4408],[-7.2732, 57.4406],[-7.275199, 57.4402],[-7.2779, 57.4400],[-7.27960, 57.4400],[-7.2812, 57.4398],[-7.281499, 57.4395],[-7.281499, 57.4393],[-7.280399, 57.4391],[-7.278999000000002, 57.4388],[-7.277, 57.4387],[-7.276299, 57.4386],[-7.2746, 57.4379],[-7.273099, 57.4373],[-7.270899, 57.4367],[-7.2694, 57.4363],[-7.2689, 57.4361],[-7.268701, 57.4359],[-7.2685, 57.4352],[-7.268, 57.4346],[-7.26730, 57.4344],[-7.2665, 57.4344],[-7.2656, 57.4343],[-7.264599, 57.4341],[-7.2642, 57.4343],[-7.2642, 57.4346],[-7.265299, 57.4351],[-7.265699, 57.4357],[-7.26640, 57.4362],[-7.270899, 57.4373],[-7.2745, 57.4385],[-7.2753, 57.4389],[-7.2753, 57.4391],[-7.2745, 57.4393],[-7.2684, 57.4393],[-7.263299, 57.4386],[-7.261499, 57.4382],[-7.2606, 57.4379],[-7.26020, 57.4377],[-7.259699, 57.4373],[-7.2596, 57.4368],[-7.25750, 57.4364],[-7.257299, 57.4361],[-7.25750, 57.4359],[-7.258399, 57.4357],[-7.259501, 57.4354],[-7.259799, 57.4353],[-7.2596, 57.4350],[-7.25710, 57.4349],[-7.256299, 57.4346],[-7.255799, 57.4342],[-7.25500, 57.4339],[-7.25330, 57.4346],[-7.252299, 57.4344],[-7.252, 57.4340],[-7.2519, 57.4333],[-7.251299, 57.4332],[-7.2501, 57.4329],[-7.249899, 57.4326],[-7.248701, 57.4322],[-7.247499, 57.4317],[-7.246699, 57.431],[-7.246, 57.4313],[-7.244699, 57.4328],[-7.24390, 57.4332],[-7.24180, 57.4337],[-7.239301, 57.4335],[-7.23780, 57.4332],[-7.237, 57.4329],[-7.235799, 57.432],[-7.2347, 57.4317],[-7.232999, 57.4315],[-7.23080, 57.4311],[-7.22600, 57.431],[-7.2233, 57.4314],[-7.220699, 57.4314],[-7.219699, 57.4317],[-7.2196, 57.432],[-7.2198, 57.4322],[-7.223701, 57.4328],[-7.22550, 57.4333],[-7.226601, 57.4331],[-7.227001, 57.4325],[-7.227499, 57.4319],[-7.2286, 57.4316],[-7.2294, 57.4317],[-7.2294, 57.432],[-7.229, 57.4328],[-7.229101, 57.4331],[-7.2295, 57.4332],[-7.2301, 57.4332],[-7.23070, 57.4326],[-7.231201, 57.4327],[-7.2314, 57.4331],[-7.231699, 57.4336],[-7.232399, 57.4337],[-7.233399, 57.4338],[-7.2341, 57.4341],[-7.2356, 57.4352],[-7.236801, 57.4354],[-7.2375, 57.4354],[-7.23770, 57.4347],[-7.237999, 57.4344],[-7.23880, 57.4342],[-7.239799, 57.4344],[-7.2409, 57.4347],[-7.241601000000002, 57.4353],[-7.2444, 57.4365],[-7.244699, 57.4367],[-7.24490, 57.4373],[-7.244699, 57.4380],[-7.243599, 57.4387],[-7.24240, 57.4388],[-7.240399, 57.4386],[-7.23920, 57.4385],[-7.238299, 57.4380],[-7.237199, 57.4378],[-7.2361, 57.4375],[-7.2342, 57.4376],[-7.2326, 57.4379],[-7.230599, 57.4378],[-7.2295, 57.4380],[-7.228799, 57.4378],[-7.227001, 57.4372],[-7.224699, 57.4371],[-7.224, 57.4372],[-7.223501, 57.4371],[-7.22310, 57.4366],[-7.2223, 57.4363],[-7.220699, 57.4366],[-7.220399, 57.4369],[-7.220799, 57.4374],[-7.2206, 57.4377],[-7.220099, 57.4378],[-7.218999000000002, 57.4374],[-7.215, 57.4372],[-7.2137, 57.4373],[-7.212399, 57.4373],[-7.211699, 57.4371],[-7.21150, 57.4369],[-7.21150, 57.4365],[-7.211801, 57.4356],[-7.211401, 57.4354],[-7.2097, 57.4347],[-7.20730, 57.4329],[-7.2061, 57.4317],[-7.204199, 57.4309],[-7.20300, 57.4304],[-7.202799, 57.4300],[-7.203199, 57.4296],[-7.204501, 57.4296],[-7.204599, 57.4293],[-7.203199, 57.429],[-7.2031, 57.4285],[-7.203501, 57.4282],[-7.20520, 57.4281],[-7.205599, 57.428],[-7.205599, 57.4276],[-7.204599, 57.427],[-7.203701, 57.4269],[-7.2023, 57.4273],[-7.2017, 57.427],[-7.20120, 57.4263],[-7.20120, 57.4258],[-7.202199, 57.4256],[-7.203701, 57.4256],[-7.204599, 57.4259],[-7.2055, 57.426],[-7.206201, 57.4259],[-7.206699, 57.4255],[-7.20730, 57.4253],[-7.2082, 57.4251],[-7.209101, 57.4252],[-7.2101, 57.4255],[-7.2111, 57.4266],[-7.212299, 57.4271],[-7.212999, 57.4274],[-7.213099, 57.4273],[-7.213099, 57.4268],[-7.21320, 57.4265],[-7.2135, 57.4263],[-7.214399, 57.4262],[-7.21670, 57.4267],[-7.218599, 57.4277],[-7.220099, 57.4285],[-7.221099, 57.428],[-7.22180, 57.4278],[-7.222001, 57.4276],[-7.222001, 57.4273],[-7.221499, 57.427],[-7.219399, 57.4268],[-7.218299, 57.4263],[-7.214301, 57.4256],[-7.21330, 57.4252],[-7.212999, 57.4248],[-7.2126, 57.4236],[-7.2122, 57.4229],[-7.21150, 57.4225],[-7.210299, 57.4221],[-7.20900, 57.422],[-7.2069, 57.4224],[-7.206, 57.4224],[-7.205599, 57.4222],[-7.20520, 57.4219],[-7.2051, 57.4212],[-7.2047, 57.4209],[-7.20390, 57.4207],[-7.2019, 57.4201],[-7.20120, 57.4196],[-7.20120, 57.4192],[-7.201601, 57.4189],[-7.202099, 57.4187],[-7.2027, 57.4187],[-7.204, 57.418],[-7.204899, 57.4171],[-7.20580, 57.4167],[-7.206601, 57.4167],[-7.2075, 57.4167],[-7.208701, 57.4169],[-7.2097, 57.4171],[-7.21100, 57.4169],[-7.2122, 57.4167],[-7.2135, 57.4172],[-7.21470, 57.4172],[-7.217899, 57.4165],[-7.22030, 57.4162],[-7.224599, 57.4162],[-7.2286, 57.4174],[-7.22890, 57.4174],[-7.2294, 57.4173],[-7.2295, 57.4172],[-7.229599, 57.417],[-7.229599, 57.4168],[-7.2295, 57.4167],[-7.22690, 57.4162],[-7.226699, 57.416],[-7.226699, 57.4159],[-7.2268, 57.4157],[-7.22690, 57.4156],[-7.2272, 57.4155],[-7.2286, 57.4156],[-7.2304, 57.4156],[-7.2329, 57.4154],[-7.2345, 57.4153],[-7.23490, 57.415],[-7.23490, 57.4148],[-7.2347, 57.4146],[-7.2333, 57.4141],[-7.232, 57.4138],[-7.2319, 57.4136],[-7.232, 57.4134],[-7.232699, 57.413],[-7.23250, 57.4126],[-7.2319, 57.4121],[-7.2319, 57.4119],[-7.23210, 57.4117],[-7.2328, 57.4115],[-7.2342, 57.4116],[-7.235899, 57.4118],[-7.2384, 57.4117],[-7.239399, 57.4119],[-7.2399, 57.4122],[-7.2403, 57.4127],[-7.241001, 57.4129],[-7.242199, 57.4131],[-7.2431, 57.4131],[-7.24340, 57.4128],[-7.24380, 57.4123],[-7.2444, 57.4121],[-7.246, 57.4121],[-7.24850, 57.4125],[-7.25000, 57.4127],[-7.251699, 57.4131],[-7.252, 57.4128],[-7.252, 57.4123],[-7.251601, 57.4118],[-7.251299, 57.4116],[-7.2507, 57.4115],[-7.247499, 57.4113],[-7.246, 57.411],[-7.243701, 57.4107],[-7.24240, 57.4104],[-7.241401, 57.4099],[-7.2387, 57.4086],[-7.2366, 57.4081],[-7.235499, 57.4078],[-7.235099, 57.4074],[-7.23490, 57.4068],[-7.2345, 57.4062],[-7.23400, 57.4056],[-7.23400, 57.4053],[-7.23530, 57.4054],[-7.2356, 57.4053],[-7.2356, 57.4049],[-7.234799, 57.4039],[-7.234301, 57.4035],[-7.234399, 57.4033],[-7.2356, 57.4034],[-7.2361, 57.4034],[-7.236499, 57.4034],[-7.23670, 57.4032],[-7.236801, 57.4029],[-7.23670, 57.4027],[-7.236401000000002, 57.4024],[-7.2356, 57.4016],[-7.235099, 57.401],[-7.235199, 57.4008],[-7.235799, 57.4005],[-7.2366, 57.4009],[-7.237599, 57.4013],[-7.237899, 57.4015],[-7.2381, 57.4018],[-7.2381, 57.4019],[-7.237899, 57.4021],[-7.237199, 57.4023],[-7.2371, 57.4024],[-7.237299000000002, 57.4026],[-7.2375, 57.4027],[-7.2381, 57.4028],[-7.241099, 57.4031],[-7.2431, 57.4034],[-7.246201, 57.4048],[-7.2473, 57.4053],[-7.248099, 57.4055],[-7.24890, 57.4055],[-7.2497, 57.4055],[-7.2501, 57.4056],[-7.2507, 57.406],[-7.252999, 57.4065],[-7.255799, 57.407],[-7.2567, 57.4075],[-7.257599, 57.408],[-7.259501, 57.4088],[-7.2609, 57.4092],[-7.2624, 57.41],[-7.262899, 57.4102],[-7.263299, 57.4102],[-7.2638, 57.4101],[-7.2648, 57.4097],[-7.265699, 57.4096],[-7.266699, 57.4095],[-7.267001, 57.4096],[-7.267001, 57.41],[-7.266601, 57.4103],[-7.266699, 57.4106],[-7.2685, 57.4106],[-7.270599, 57.4115],[-7.270899, 57.4116],[-7.271299, 57.4116],[-7.272299, 57.4114],[-7.27290, 57.4114],[-7.274199, 57.4117],[-7.2751, 57.4118],[-7.27570, 57.4117],[-7.27610, 57.4111],[-7.27620, 57.411],[-7.276401, 57.4109],[-7.27710, 57.4109],[-7.2782, 57.4113],[-7.2802, 57.4122],[-7.2816, 57.4125],[-7.282499, 57.4126],[-7.28420, 57.4129],[-7.2868, 57.4137],[-7.289199, 57.4143],[-7.29180, 57.4152],[-7.2925, 57.4155],[-7.293099000000002, 57.4159],[-7.293701, 57.4163],[-7.29500, 57.4167],[-7.295899, 57.4169],[-7.2967, 57.4169],[-7.3003, 57.4163],[-7.30480, 57.4175],[-7.30630, 57.4186],[-7.3074, 57.4189],[-7.307899, 57.4189],[-7.309101, 57.4188],[-7.309999, 57.4188],[-7.31050, 57.4189],[-7.311299, 57.4192],[-7.3125, 57.4192],[-7.312699, 57.419],[-7.312699, 57.4188],[-7.312699, 57.4186],[-7.31230, 57.4178],[-7.3125, 57.4176],[-7.31330, 57.4168],[-7.31330, 57.4165],[-7.3132, 57.4163],[-7.312799, 57.4161],[-7.312399000000002, 57.416],[-7.311201, 57.416],[-7.31050, 57.4163],[-7.309599000000002, 57.4166],[-7.309501, 57.4169],[-7.30900, 57.4175],[-7.3088, 57.4176],[-7.30810, 57.4175],[-7.307099, 57.4172],[-7.30590, 57.417],[-7.30380, 57.4165],[-7.3013, 57.4157],[-7.30060, 57.4155],[-7.300099, 57.4153],[-7.29960, 57.415],[-7.2995, 57.4148],[-7.299399, 57.4145],[-7.29960, 57.414],[-7.2995, 57.4137],[-7.299399, 57.4135],[-7.2991, 57.4133],[-7.2986, 57.4131],[-7.2972, 57.413],[-7.2961, 57.4129],[-7.294799, 57.4127],[-7.293701, 57.4123],[-7.291601, 57.4117],[-7.290699, 57.4116],[-7.2868, 57.4112],[-7.284699, 57.4108],[-7.2827, 57.4103],[-7.281401, 57.4098],[-7.280099, 57.4093],[-7.278999000000002, 57.4091],[-7.278901, 57.4093],[-7.2791, 57.4095],[-7.28000, 57.41],[-7.2803, 57.4103],[-7.2802, 57.4105],[-7.279301, 57.4105],[-7.2772, 57.4095],[-7.275199, 57.4094],[-7.273099, 57.4088],[-7.27100, 57.4082],[-7.2694, 57.4073],[-7.2689, 57.4054],[-7.26830, 57.405],[-7.267099, 57.4052],[-7.26630, 57.4052],[-7.2651, 57.4046],[-7.263501, 57.4027],[-7.2624, 57.4017],[-7.26210, 57.4009],[-7.262499, 57.4003],[-7.263199, 57.4],[-7.2651, 57.4003],[-7.268199, 57.4013],[-7.2726, 57.4021],[-7.275899, 57.4036],[-7.279699, 57.4049],[-7.281401, 57.4059],[-7.283299, 57.407],[-7.2848, 57.408],[-7.2859, 57.4091],[-7.288599, 57.4106],[-7.2901, 57.411],[-7.291, 57.411],[-7.291699, 57.4109],[-7.291299000000002, 57.4106],[-7.2897, 57.4103],[-7.28890, 57.4097],[-7.289199, 57.4092],[-7.289999, 57.4092],[-7.29080, 57.4094],[-7.291601, 57.4094],[-7.29180, 57.4091],[-7.291201, 57.4088],[-7.2901, 57.4085],[-7.289501, 57.408],[-7.289599, 57.4077],[-7.2904, 57.4073],[-7.29080, 57.4073],[-7.291601, 57.4074],[-7.292, 57.4085],[-7.292799, 57.4092],[-7.293399, 57.4091],[-7.29400, 57.4089],[-7.294799, 57.4087],[-7.294899, 57.4085],[-7.2933, 57.4077],[-7.292, 57.4069],[-7.292099, 57.4064],[-7.292699, 57.4061],[-7.29400, 57.4062],[-7.296401, 57.4074],[-7.3, 57.4078],[-7.3012, 57.4076],[-7.302599, 57.4065],[-7.304399000000002, 57.4063],[-7.306099, 57.4063],[-7.307899, 57.4066],[-7.308199, 57.4065],[-7.3085, 57.4063],[-7.308701000000002, 57.4061],[-7.308701000000002, 57.4057],[-7.3083, 57.4051],[-7.3073, 57.4041],[-7.3056, 57.4031],[-7.304101, 57.4027],[-7.300499, 57.4019],[-7.30060, 57.4015],[-7.3009, 57.4011],[-7.3016, 57.4011],[-7.30380, 57.4016],[-7.303999, 57.4015],[-7.304101, 57.4014],[-7.303501000000002, 57.4005],[-7.30340, 57.4002],[-7.3037, 57.4002],[-7.303901, 57.4002],[-7.304999, 57.4007],[-7.306601, 57.401],[-7.31140, 57.4017],[-7.3129, 57.4018],[-7.314799, 57.4021],[-7.315199, 57.4022],[-7.315499, 57.4024],[-7.3158, 57.4032],[-7.31600, 57.4036],[-7.3167, 57.4041],[-7.31700, 57.4044],[-7.31710, 57.4049],[-7.31700, 57.406],[-7.317699, 57.4063],[-7.3196, 57.4066],[-7.321801000000002, 57.407],[-7.3241, 57.4082],[-7.325799, 57.4087],[-7.32740, 57.409],[-7.3289, 57.4096],[-7.331, 57.4103],[-7.33300, 57.4115],[-7.33450, 57.4132],[-7.336201, 57.4146],[-7.337399, 57.4155],[-7.339399, 57.4164],[-7.3397, 57.4167],[-7.3397, 57.417],[-7.339399, 57.4172],[-7.338399, 57.4172],[-7.3378, 57.4174],[-7.3371, 57.4175],[-7.336, 57.4178],[-7.334899000000002, 57.4181],[-7.33390, 57.4185],[-7.332399, 57.4192],[-7.331699, 57.4196],[-7.331699, 57.4203],[-7.332001, 57.4208],[-7.33250, 57.4211],[-7.336201, 57.4203],[-7.3376, 57.4205],[-7.341401, 57.4212],[-7.3441, 57.4214],[-7.3449, 57.421],[-7.345099, 57.4201],[-7.3453, 57.4198],[-7.34560, 57.4196],[-7.346099000000002, 57.4196],[-7.346401, 57.4196],[-7.347099000000002, 57.4198],[-7.348701, 57.4208],[-7.350399, 57.4215],[-7.35260, 57.4222],[-7.3534, 57.4224],[-7.3543, 57.4234],[-7.355, 57.4236],[-7.3557, 57.4234],[-7.35640, 57.423],[-7.356601, 57.4225],[-7.356201, 57.4221],[-7.3548, 57.4218],[-7.354599, 57.4214],[-7.35470, 57.4209],[-7.355899, 57.4205],[-7.356801, 57.4203],[-7.3571, 57.42],[-7.3575, 57.4192],[-7.357699, 57.4186],[-7.358099, 57.4184],[-7.3585, 57.4185],[-7.358799, 57.4188],[-7.360099, 57.4199],[-7.3627, 57.4216],[-7.3638, 57.4221],[-7.364999, 57.4225],[-7.36630, 57.4231],[-7.368, 57.4235],[-7.370399, 57.424],[-7.372099, 57.424],[-7.3739, 57.4238],[-7.375199, 57.4233],[-7.376699000000002, 57.4232],[-7.3778, 57.4233],[-7.3792, 57.4237],[-7.382699000000002, 57.4249],[-7.385399, 57.4252],[-7.387199, 57.4239],[-7.3881, 57.4232],[-7.388599, 57.4229],[-7.389599, 57.4229],[-7.3901, 57.4231],[-7.390399, 57.4234],[-7.3909, 57.4238],[-7.3914, 57.4249],[-7.391699000000002, 57.4266],[-7.3914, 57.4285],[-7.391201, 57.4326],[-7.3915, 57.4363],[-7.3933, 57.4403],[-7.3947, 57.4431],[-7.3961, 57.4451],[-7.403299, 57.4488],[-7.405, 57.4488],[-7.406499, 57.4491],[-7.408599, 57.4512],[-7.408999, 57.4523],[-7.409501, 57.4541],[-7.409101, 57.4559],[-7.4074, 57.4568],[-7.4041, 57.4564],[-7.40150, 57.457],[-7.399899, 57.4581],[-7.399, 57.4598],[-7.3994, 57.4616],[-7.399899, 57.463],[-7.401899, 57.4635],[-7.40770, 57.4639],[-7.408299, 57.464],[-7.4088, 57.4643],[-7.408999, 57.4645],[-7.4092, 57.4649],[-7.4092, 57.4656],[-7.409101, 57.466],[-7.4088, 57.4667],[-7.4087, 57.4668],[-7.408299, 57.4669],[-7.4063, 57.4671],[-7.406001, 57.4673],[-7.4059, 57.4676],[-7.406001, 57.468],[-7.40620, 57.4684],[-7.40620, 57.4688],[-7.40620, 57.4691],[-7.406499, 57.4693],[-7.407001, 57.4694],[-7.4073, 57.4697],[-7.4074, 57.4699],[-7.407499, 57.4704],[-7.4073, 57.4709],[-7.407001, 57.4713],[-7.406001, 57.4722],[-7.4049, 57.4728],[-7.397999, 57.4749],[-7.3957, 57.4753],[-7.393799, 57.4752],[-7.3915, 57.4745],[-7.38920, 57.4747],[-7.38560, 57.4759],[-7.38410, 57.4759],[-7.3824, 57.4754],[-7.38040, 57.4753],[-7.377299, 57.4761],[-7.376, 57.4768],[-7.375, 57.4785],[-7.373799, 57.4792],[-7.37190, 57.4811],[-7.3713, 57.4816],[-7.37090, 57.4831],[-7.369699, 57.487],[-7.3684, 57.4884],[-7.3674, 57.4899],[-7.367001, 57.4917],[-7.365799, 57.4928],[-7.363901, 57.4933],[-7.349199, 57.4952],[-7.344501, 57.4952],[-7.3432, 57.4951],[-7.342999, 57.4950],[-7.342899000000002, 57.4948],[-7.342999, 57.4947],[-7.343299, 57.4946],[-7.3441, 57.4943],[-7.344301, 57.4941],[-7.344301, 57.4939],[-7.343299, 57.4918],[-7.343299, 57.4911],[-7.34380, 57.4908],[-7.344501, 57.4907],[-7.3446, 57.4904],[-7.343999, 57.49],[-7.343299, 57.4897],[-7.3432, 57.4893],[-7.343299, 57.4887],[-7.3441, 57.4865],[-7.3449, 57.4856],[-7.3449, 57.4851],[-7.3441, 57.4849],[-7.342599, 57.4846]]],[[[-7.448999, 57.06],[-7.4482, 57.0593],[-7.44750, 57.0593],[-7.4471, 57.0598],[-7.446401, 57.0598],[-7.445, 57.0589],[-7.443999, 57.0591],[-7.4421, 57.0594],[-7.4404, 57.0592],[-7.43950, 57.0587],[-7.4394, 57.0584],[-7.4394, 57.0581],[-7.43960, 57.0576],[-7.4404, 57.0566],[-7.440499000000002, 57.0562],[-7.440499000000002, 57.0553],[-7.4407, 57.0543],[-7.440899, 57.0536],[-7.4411, 57.0532],[-7.441401, 57.0528],[-7.4422, 57.052],[-7.4422, 57.0517],[-7.441899, 57.0513],[-7.441201, 57.0506],[-7.440599, 57.0501],[-7.44010, 57.0499],[-7.438701000000002, 57.0495],[-7.436299, 57.049],[-7.43300, 57.0483],[-7.4303, 57.0484],[-7.422999, 57.0493],[-7.421899, 57.0489],[-7.420899, 57.0476],[-7.4204, 57.0472],[-7.4185, 57.0464],[-7.4182, 57.0459],[-7.4183, 57.0452],[-7.419, 57.0443],[-7.418799, 57.0436],[-7.418099, 57.0432],[-7.41700, 57.043],[-7.41700, 57.0425],[-7.417099, 57.0421],[-7.417699, 57.0417],[-7.42030, 57.0417],[-7.42080, 57.0414],[-7.42080, 57.0407],[-7.420899, 57.0398],[-7.4225, 57.0379],[-7.423901, 57.0367],[-7.4238, 57.0361],[-7.4238, 57.0356],[-7.4242, 57.0346],[-7.42410, 57.0341],[-7.42160, 57.0327],[-7.42160, 57.0324],[-7.42220, 57.0321],[-7.4266, 57.0323],[-7.4293, 57.0322],[-7.4318, 57.0314],[-7.436601, 57.0286],[-7.43760, 57.0282],[-7.440599, 57.0275],[-7.44660, 57.0259],[-7.4467, 57.0251],[-7.44660, 57.0242],[-7.44410, 57.0218],[-7.441401, 57.0205],[-7.4375, 57.0193],[-7.432499000000002, 57.0179],[-7.4298, 57.0162],[-7.429399, 57.0164],[-7.4293, 57.0170],[-7.428999, 57.0172],[-7.4284, 57.0172],[-7.426499, 57.0165],[-7.425099, 57.0150],[-7.424399, 57.0150],[-7.423501, 57.0155],[-7.4228, 57.0154],[-7.422299, 57.0149],[-7.4204, 57.0146],[-7.41940, 57.0136],[-7.4185, 57.0129],[-7.4183, 57.0122],[-7.4176, 57.0116],[-7.4172, 57.0116],[-7.416699, 57.0121],[-7.415699, 57.0121],[-7.415599, 57.0123],[-7.415599, 57.0127],[-7.4158, 57.0136],[-7.41750, 57.0143],[-7.41750, 57.0150],[-7.417099, 57.0153],[-7.416299, 57.0152],[-7.4154, 57.0146],[-7.41470, 57.0146],[-7.4143, 57.0142],[-7.41380, 57.0135],[-7.4134, 57.0135],[-7.41270, 57.0134],[-7.41270, 57.0133],[-7.412899, 57.0126],[-7.412799, 57.0124],[-7.412399, 57.0122],[-7.4105, 57.0119],[-7.4084, 57.0114],[-7.408299, 57.0107],[-7.407899, 57.0092],[-7.4073, 57.0091],[-7.406899, 57.0092],[-7.4056, 57.0101],[-7.4046, 57.0104],[-7.4032, 57.0102],[-7.4028, 57.0096],[-7.40160, 57.0093],[-7.4012, 57.0096],[-7.401299, 57.0102],[-7.402299, 57.0106],[-7.40240, 57.0114],[-7.401801, 57.0114],[-7.4011, 57.0114],[-7.4003, 57.0101],[-7.399, 57.0092],[-7.397799000000002, 57.0090],[-7.3976, 57.0084],[-7.3975, 57.0077],[-7.398701, 57.0070],[-7.3986, 57.0066],[-7.3976, 57.0065],[-7.397399, 57.0060],[-7.397399, 57.0056],[-7.396801, 57.0052],[-7.396201, 57.0054],[-7.395299, 57.0055],[-7.3947, 57.0051],[-7.3947, 57.0042],[-7.39400, 57.0036],[-7.39360, 57.0043],[-7.39260, 57.0043],[-7.3899, 57.0032],[-7.3899, 57.0029],[-7.39130, 57.0027],[-7.395, 57.0033],[-7.3975, 57.0042],[-7.397999, 57.0041],[-7.398399, 57.0036],[-7.399301, 57.0037],[-7.40010, 57.0044],[-7.401899, 57.0058],[-7.4028, 57.0063],[-7.4036, 57.0064],[-7.4041, 57.0063],[-7.4057, 57.0068],[-7.410699, 57.0090],[-7.413, 57.0094],[-7.413199, 57.0088],[-7.4126, 57.0083],[-7.412799, 57.0082],[-7.413599, 57.0086],[-7.416299, 57.0098],[-7.4173, 57.0094],[-7.4179, 57.0094],[-7.419301, 57.0096],[-7.4204, 57.0099],[-7.426801, 57.0141],[-7.427001, 57.0137],[-7.426801, 57.0131],[-7.426801, 57.0127],[-7.426801, 57.0124],[-7.426801, 57.0120],[-7.425399, 57.0115],[-7.423399, 57.0104],[-7.423299, 57.0100],[-7.4242, 57.0097],[-7.423999, 57.0091],[-7.422999, 57.0087],[-7.418701, 57.0083],[-7.41470, 57.0081],[-7.4115, 57.0070],[-7.409101, 57.0070],[-7.408, 57.0064],[-7.407199000000002, 57.0061],[-7.405099, 57.0056],[-7.4045, 57.005],[-7.4045, 57.0044],[-7.403901, 57.0037],[-7.4038, 57.0034],[-7.403999, 57.0028],[-7.404699, 57.0028],[-7.4078, 57.0042],[-7.40940, 57.0041],[-7.415299, 57.0042],[-7.4164, 57.0048],[-7.419, 57.0064],[-7.4195, 57.0062],[-7.4195, 57.0059],[-7.41800, 57.0040],[-7.41800, 57.0035],[-7.4182, 57.0033],[-7.419, 57.0033],[-7.41970, 57.0035],[-7.4211, 57.0044],[-7.4224, 57.0044],[-7.4228, 57.0048],[-7.4229, 57.005],[-7.4238, 57.005],[-7.424301, 57.0044],[-7.425099, 57.0044],[-7.425799, 57.0044],[-7.426801, 57.0043],[-7.427001, 57.0041],[-7.426801, 57.0037],[-7.425499000000002, 57.0035],[-7.42500, 57.0035],[-7.423501, 57.0037],[-7.42160, 57.0027],[-7.42070, 57.0027],[-7.418799, 57.0024],[-7.417099, 57.0021],[-7.4164, 57.0017],[-7.415699, 57.0005],[-7.415599, 57],[-7.4143, 56.9997],[-7.4133, 56.9996],[-7.413199, 56.999],[-7.412799, 56.9983],[-7.412099, 56.9983],[-7.4106, 56.9987],[-7.410399, 56.9987],[-7.4101, 56.9985],[-7.40940, 56.9973],[-7.4084, 56.9971],[-7.408199, 56.9976],[-7.408199, 56.9983],[-7.407899, 56.9985],[-7.407001, 56.9982],[-7.405799, 56.9977],[-7.404799, 56.9980],[-7.4046, 56.9985],[-7.404699, 56.999],[-7.406401, 56.9998],[-7.406401, 57.0005],[-7.405799, 57.0006],[-7.403901, 57.0008],[-7.40250, 57.0016],[-7.401299, 57.0014],[-7.400199, 57.0010],[-7.39820, 56.9995],[-7.3975, 56.9994],[-7.394599, 57.0001],[-7.39400, 56.9999],[-7.39400, 56.9991],[-7.394101000000002, 56.999],[-7.395, 56.9983],[-7.3948, 56.9982],[-7.394899, 56.9976],[-7.39640, 56.9967],[-7.39640, 56.9965],[-7.39550, 56.9963],[-7.39440, 56.9959],[-7.393199, 56.9952],[-7.392099, 56.9937],[-7.391201, 56.9935],[-7.3908, 56.9938],[-7.3909, 56.9950],[-7.3908, 56.9958],[-7.389999, 56.9959],[-7.389101, 56.9959],[-7.388501, 56.9953],[-7.3868, 56.9941],[-7.38520, 56.9941],[-7.3838, 56.9935],[-7.383501, 56.9932],[-7.382199, 56.9931],[-7.380599, 56.9924],[-7.37950, 56.9926],[-7.3783, 56.9923],[-7.37720, 56.9915],[-7.37720, 56.9909],[-7.377399, 56.9901],[-7.378099, 56.9892],[-7.380199, 56.9886],[-7.380199, 56.9881],[-7.380099, 56.9877],[-7.380099, 56.9869],[-7.3797, 56.9863],[-7.3778, 56.9859],[-7.377699, 56.9852],[-7.378399, 56.9846],[-7.3778, 56.9844],[-7.377399, 56.9838],[-7.377299, 56.9827],[-7.3775, 56.9824],[-7.377399, 56.9818],[-7.3775, 56.9814],[-7.3779, 56.9813],[-7.3783, 56.9813],[-7.378799, 56.9819],[-7.3807, 56.982],[-7.381299, 56.9827],[-7.381801, 56.9827],[-7.3825, 56.9824],[-7.38320, 56.9825],[-7.383299, 56.9829],[-7.383901, 56.9833],[-7.38500, 56.9826],[-7.3859, 56.9824],[-7.386899, 56.9824],[-7.389501, 56.9829],[-7.391601, 56.9833],[-7.39260, 56.9829],[-7.393799, 56.9829],[-7.394899, 56.9835],[-7.396201, 56.9845],[-7.3969, 56.985],[-7.399199, 56.985],[-7.39970, 56.9853],[-7.4007, 56.9864],[-7.402699, 56.99],[-7.403999, 56.9911],[-7.403299, 56.9921],[-7.403299, 56.9925],[-7.403501, 56.9926],[-7.4046, 56.9926],[-7.40620, 56.9933],[-7.40620, 56.9945],[-7.40710, 56.9952],[-7.40770, 56.9950],[-7.40770, 56.9945],[-7.40770, 56.9938],[-7.408, 56.9934],[-7.4093, 56.9929],[-7.4105, 56.9929],[-7.411699, 56.9928],[-7.412099, 56.9928],[-7.416201, 56.9936],[-7.4186, 56.9934],[-7.418799, 56.9928],[-7.4183, 56.9924],[-7.415599, 56.992],[-7.4144, 56.9922],[-7.4133, 56.9922],[-7.4118, 56.9919],[-7.4078, 56.9916],[-7.407599, 56.9907],[-7.4074, 56.9902],[-7.405, 56.9895],[-7.4031, 56.9884],[-7.402599, 56.9875],[-7.40240, 56.9868],[-7.40250, 56.9863],[-7.4028, 56.986],[-7.403901, 56.9862],[-7.404301, 56.9858],[-7.4042, 56.9856],[-7.4037, 56.9849],[-7.403999, 56.9844],[-7.404399, 56.9844],[-7.4045, 56.9841],[-7.405, 56.9837],[-7.405799, 56.9837],[-7.4059, 56.9832],[-7.4057, 56.9826],[-7.4049, 56.9818],[-7.4049, 56.9808],[-7.404699, 56.9805],[-7.402999000000002, 56.98],[-7.40290, 56.9797],[-7.403299, 56.9794],[-7.4049, 56.9795],[-7.405099, 56.9791],[-7.405, 56.9785],[-7.40520, 56.9783],[-7.405799, 56.9781],[-7.40710, 56.9783],[-7.407599, 56.9778],[-7.4088, 56.9778],[-7.410299, 56.9779],[-7.41130, 56.9778],[-7.412899, 56.9783],[-7.41380, 56.9782],[-7.4159, 56.9778],[-7.4172, 56.9781],[-7.4185, 56.9779],[-7.41890, 56.9775],[-7.4201, 56.9776],[-7.4204, 56.9774],[-7.420599, 56.9767],[-7.419899, 56.9762],[-7.4195, 56.9755],[-7.4195, 56.9748],[-7.419899, 56.9744],[-7.42170, 56.974],[-7.42170, 56.973],[-7.42160, 56.9721],[-7.42160, 56.9716],[-7.421899, 56.9709],[-7.42310, 56.9707],[-7.423299, 56.9704],[-7.423501, 56.9696],[-7.423501, 56.9694],[-7.42410, 56.9691],[-7.424799, 56.9691],[-7.42590, 56.9689],[-7.4266, 56.9687],[-7.4267, 56.9682],[-7.426899, 56.9679],[-7.427599, 56.9674],[-7.4274, 56.9669],[-7.425799, 56.9658],[-7.424399, 56.9648],[-7.423999, 56.9641],[-7.42450, 56.9638],[-7.425399, 56.9639],[-7.42590, 56.9636],[-7.42590, 56.9631],[-7.4262, 56.9627],[-7.426499, 56.9626],[-7.4274, 56.9626],[-7.427999, 56.9625],[-7.42920, 56.9621],[-7.4298, 56.9621],[-7.430699, 56.9623],[-7.4323, 56.9623],[-7.432799, 56.9625],[-7.4327, 56.9629],[-7.432499000000002, 56.9634],[-7.4327, 56.9642],[-7.4355, 56.9651],[-7.4364, 56.9651],[-7.437399, 56.9646],[-7.43860, 56.9641],[-7.4397, 56.9637],[-7.439799, 56.9631],[-7.4404, 56.9624],[-7.441201, 56.9617],[-7.441299, 56.961],[-7.441201, 56.9604],[-7.440899, 56.9604],[-7.439799, 56.961],[-7.439199, 56.9613],[-7.438799, 56.9611],[-7.4389, 56.9604],[-7.43900, 56.9599],[-7.438799, 56.9594],[-7.4365, 56.9587],[-7.434599, 56.9583],[-7.4317, 56.9579],[-7.4305, 56.9571],[-7.42960, 56.9559],[-7.429399, 56.9549],[-7.429399, 56.9542],[-7.42960, 56.9533],[-7.43060, 56.9528],[-7.4318, 56.9528],[-7.432199, 56.9523],[-7.432499000000002, 56.9518],[-7.43300, 56.9514],[-7.4343, 56.9513],[-7.43440, 56.9508],[-7.43440, 56.9503],[-7.4347, 56.9501],[-7.434999, 56.9501],[-7.4361, 56.9506],[-7.436699, 56.9505],[-7.4369, 56.9502],[-7.437099, 56.9497],[-7.4375, 56.9494],[-7.43820, 56.9497],[-7.43900, 56.9505],[-7.4404, 56.9507],[-7.4407, 56.9512],[-7.44240, 56.9525],[-7.443099, 56.9525],[-7.443999, 56.9521],[-7.4449, 56.9523],[-7.4453, 56.9523],[-7.44560, 56.9519],[-7.44610, 56.9516],[-7.446801, 56.9521],[-7.4477, 56.9521],[-7.4477, 56.9517],[-7.447899, 56.9513],[-7.4484, 56.9510],[-7.45020, 56.9508],[-7.45020, 56.9504],[-7.449999, 56.9501],[-7.448999, 56.9495],[-7.4471, 56.9488],[-7.4471, 56.9483],[-7.4478, 56.9478],[-7.4484, 56.9478],[-7.449699, 56.9478],[-7.451099, 56.9476],[-7.4519, 56.9467],[-7.45270, 56.9460],[-7.453599, 56.9460],[-7.45540, 56.9465],[-7.4568, 56.9474],[-7.458701, 56.9481],[-7.459101, 56.9479],[-7.461299, 56.9469],[-7.463399, 56.9469],[-7.4647, 56.9475],[-7.465199, 56.9475],[-7.4666, 56.9468],[-7.467299, 56.9469],[-7.468299, 56.9477],[-7.46910, 56.9476],[-7.46960, 56.9468],[-7.471001, 56.9463],[-7.47230, 56.9467],[-7.473199, 56.9474],[-7.474, 56.9474],[-7.48000, 56.9474],[-7.481801, 56.9485],[-7.4829, 56.9497],[-7.482999, 56.9505],[-7.4829, 56.9512],[-7.4829, 56.9524],[-7.482699, 56.9532],[-7.481699, 56.9538],[-7.4795, 56.9543],[-7.4795, 56.9547],[-7.4795, 56.9551],[-7.47980, 56.9553],[-7.481201, 56.9553],[-7.481699, 56.9556],[-7.4825, 56.9561],[-7.483399, 56.9559],[-7.485, 56.9550],[-7.4853, 56.9549],[-7.4863, 56.9550],[-7.487199, 56.9562],[-7.4875, 56.9567],[-7.48880, 56.9570],[-7.4896, 56.9568],[-7.4909, 56.9566],[-7.492499, 56.9566],[-7.493701, 56.9567],[-7.493999, 56.9563],[-7.4938, 56.9560],[-7.493701, 56.9553],[-7.493999, 56.9550],[-7.493999, 56.9542],[-7.493999, 56.9537],[-7.4942, 56.9535],[-7.4955, 56.9527],[-7.496201, 56.9522],[-7.4993, 56.9522],[-7.499599000000002, 56.9524],[-7.499599000000002, 56.9531],[-7.499101, 56.9544],[-7.499101, 56.9548],[-7.50010, 56.9550],[-7.500299, 56.9559],[-7.500199, 56.9570],[-7.500299, 56.9583],[-7.5007, 56.9591],[-7.5022, 56.9596],[-7.503099, 56.9596],[-7.503399, 56.9593],[-7.503399, 56.9585],[-7.5033, 56.9579],[-7.503399, 56.9561],[-7.5041, 56.9558],[-7.504, 56.9550],[-7.503901000000002, 56.9543],[-7.50420, 56.9536],[-7.5041, 56.9529],[-7.503701, 56.9527],[-7.501699, 56.9525],[-7.50100, 56.9524],[-7.50050, 56.9515],[-7.4994, 56.9507],[-7.4993, 56.9502],[-7.50000, 56.9497],[-7.500199, 56.9492],[-7.500599000000002, 56.9483],[-7.50110, 56.9477],[-7.5022, 56.9472],[-7.505799, 56.9469],[-7.507199, 56.9464],[-7.508901, 56.9464],[-7.510399, 56.9470],[-7.510499, 56.9479],[-7.511401, 56.9485],[-7.51310, 56.9486],[-7.515299, 56.9482],[-7.5168, 56.9482],[-7.51940, 56.9495],[-7.520299, 56.9495],[-7.5232, 56.9485],[-7.52400, 56.9483],[-7.5257, 56.9486],[-7.527, 56.9479],[-7.52910, 56.9483],[-7.532499, 56.9497],[-7.533501, 56.9496],[-7.534999, 56.9493],[-7.537001, 56.9495],[-7.5383, 56.9502],[-7.538599, 56.9512],[-7.539199, 56.9515],[-7.5415, 56.9514],[-7.542799, 56.9519],[-7.544, 56.9519],[-7.5457, 56.9521],[-7.546801, 56.9525],[-7.548501000000002, 56.9528],[-7.54990, 56.9524],[-7.55160, 56.9523],[-7.5524, 56.9523],[-7.55310, 56.9525],[-7.5538, 56.9529],[-7.5546, 56.9538],[-7.555699, 56.9544],[-7.557099, 56.9548],[-7.558199, 56.9553],[-7.559101, 56.9554],[-7.559999, 56.9555],[-7.5605, 56.9559],[-7.560699, 56.9564],[-7.560699, 56.9566],[-7.5604, 56.9569],[-7.559599, 56.9579],[-7.5588, 56.9588],[-7.5581, 56.9595],[-7.55770, 56.9599],[-7.557199, 56.9602],[-7.556099, 56.9607],[-7.554999, 56.9609],[-7.554399, 56.9609],[-7.55310, 56.9609],[-7.552599, 56.961],[-7.552299, 56.9614],[-7.5527, 56.9625],[-7.552499, 56.9634],[-7.5528, 56.964],[-7.554999, 56.9658],[-7.5552, 56.9662],[-7.5553, 56.9665],[-7.5552, 56.9668],[-7.5548, 56.9673],[-7.5538, 56.9677],[-7.5534, 56.9680],[-7.553199, 56.9682],[-7.553199, 56.9685],[-7.553299, 56.969],[-7.5537, 56.9693],[-7.5538, 56.9696],[-7.5537, 56.9698],[-7.5534, 56.97],[-7.552899, 56.9704],[-7.5527, 56.9706],[-7.552299, 56.9716],[-7.5521, 56.9719],[-7.55130, 56.9725],[-7.5506, 56.9728],[-7.55030, 56.9729],[-7.549799, 56.9729],[-7.5472, 56.9724],[-7.54650, 56.9725],[-7.5458, 56.9725],[-7.5447, 56.9721],[-7.544101, 56.9724],[-7.54360, 56.9725],[-7.543099, 56.9722],[-7.542099, 56.9722],[-7.54180, 56.9727],[-7.54140, 56.9733],[-7.540599, 56.9736],[-7.5393, 56.9739],[-7.538599, 56.974],[-7.53770, 56.974],[-7.537099, 56.974],[-7.5344, 56.9736],[-7.53340, 56.9734],[-7.532499, 56.9731],[-7.532001, 56.9731],[-7.5317, 56.9733],[-7.5317, 56.9735],[-7.531899, 56.9737],[-7.53300, 56.9741],[-7.5331, 56.9743],[-7.5328, 56.9746],[-7.5317, 56.9752],[-7.531099000000002, 56.9754],[-7.53070, 56.9754],[-7.5299, 56.9754],[-7.528501, 56.9751],[-7.5281, 56.9749],[-7.5279, 56.9743],[-7.527699, 56.9737],[-7.5274, 56.9733],[-7.52720, 56.9732],[-7.526801, 56.9732],[-7.5251, 56.9733],[-7.52440, 56.9733],[-7.522699, 56.973],[-7.521699, 56.9733],[-7.5197, 56.9738],[-7.517001, 56.9748],[-7.5168, 56.9751],[-7.5172, 56.9758],[-7.51730, 56.9765],[-7.51790, 56.9771],[-7.517799, 56.9776],[-7.516099, 56.9781],[-7.5152, 56.9791],[-7.5149, 56.9798],[-7.5144, 56.98],[-7.513901, 56.9801],[-7.511099, 56.9803],[-7.510799, 56.9807],[-7.5107, 56.9811],[-7.5106, 56.9817],[-7.5107, 56.982],[-7.511099, 56.9821],[-7.51270, 56.9821],[-7.51280, 56.9825],[-7.51280, 56.9828],[-7.512199, 56.9837],[-7.5121, 56.984],[-7.512499, 56.9842],[-7.51310, 56.9842],[-7.514101, 56.9839],[-7.515299, 56.9839],[-7.51650, 56.984],[-7.516699, 56.9841],[-7.5172, 56.9845],[-7.517799, 56.9848],[-7.51840, 56.9849],[-7.519, 56.9847],[-7.520199, 56.9843],[-7.52070, 56.9842],[-7.520899, 56.9843],[-7.521299, 56.9845],[-7.521601, 56.9847],[-7.521601, 56.9852],[-7.5215, 56.9859],[-7.521601, 56.9861],[-7.5219, 56.9863],[-7.5233, 56.9864],[-7.52360, 56.9866],[-7.523701, 56.987],[-7.52360, 56.9875],[-7.523399, 56.9879],[-7.5229, 56.9885],[-7.522099, 56.9892],[-7.521699, 56.9893],[-7.5204, 56.9893],[-7.51790, 56.9885],[-7.517399, 56.9887],[-7.516699, 56.9888],[-7.5159, 56.9884],[-7.5152, 56.988],[-7.5143, 56.9879],[-7.513199, 56.9881],[-7.511899, 56.9886],[-7.510799, 56.9891],[-7.510099, 56.9894],[-7.509399, 56.9897],[-7.508901, 56.9897],[-7.50860, 56.9895],[-7.5082, 56.9891],[-7.5075, 56.9879],[-7.507199, 56.9876],[-7.506801000000002, 56.9876],[-7.506499, 56.9877],[-7.506001, 56.988],[-7.505899, 56.9886],[-7.506001, 56.9889],[-7.506299, 56.9896],[-7.5074, 56.9907],[-7.5075, 56.9922],[-7.5074, 56.9926],[-7.50710, 56.993],[-7.506401, 56.9944],[-7.506299, 56.9949],[-7.506499, 56.9951],[-7.506801000000002, 56.9954],[-7.507199, 56.9956],[-7.507599000000002, 56.9956],[-7.509501, 56.9955],[-7.510099, 56.9955],[-7.510499, 56.9957],[-7.510499, 56.9969],[-7.5106, 56.9972],[-7.51090, 56.9976],[-7.51180, 56.9983],[-7.51180, 56.9987],[-7.5117, 56.9993],[-7.5116, 56.9996],[-7.511499, 56.9999],[-7.511099, 57.0002],[-7.5107, 57.0004],[-7.5096, 57.0010],[-7.508999, 57.0018],[-7.508501, 57.0024],[-7.5075, 57.0031],[-7.506401, 57.0037],[-7.50570, 57.0043],[-7.505, 57.0053],[-7.504399, 57.0055],[-7.5036, 57.0054],[-7.50250, 57.005],[-7.5007, 57.0047],[-7.50010, 57.0049],[-7.50010, 57.0053],[-7.50150, 57.0059],[-7.5036, 57.0065],[-7.5082, 57.0079],[-7.51, 57.0088],[-7.511001000000002, 57.0096],[-7.51310, 57.0108],[-7.514599, 57.0115],[-7.51510, 57.0116],[-7.516001, 57.0117],[-7.5172, 57.0117],[-7.518701, 57.0116],[-7.5204, 57.0117],[-7.521299, 57.0119],[-7.5222, 57.0121],[-7.523399, 57.0125],[-7.5247, 57.0129],[-7.526, 57.0133],[-7.526, 57.0135],[-7.525899000000002, 57.0137],[-7.5257, 57.0138],[-7.52530, 57.0139],[-7.523901, 57.0142],[-7.52360, 57.0144],[-7.523701, 57.0147],[-7.523701, 57.0148],[-7.523399, 57.0149],[-7.5229, 57.0149],[-7.522, 57.0148],[-7.52, 57.0144],[-7.519, 57.0144],[-7.517099, 57.0145],[-7.51650, 57.0147],[-7.5158, 57.0154],[-7.515399, 57.0157],[-7.514699, 57.0159],[-7.513599, 57.0160],[-7.51240, 57.0159],[-7.5116, 57.0156],[-7.509399, 57.0151],[-7.50530, 57.0148],[-7.504301, 57.0148],[-7.5032, 57.0145],[-7.502, 57.0142],[-7.499599000000002, 57.0146],[-7.4943, 57.0141],[-7.493999, 57.0143],[-7.493999, 57.0148],[-7.49390, 57.0150],[-7.493501, 57.0152],[-7.4927, 57.0153],[-7.492199, 57.0153],[-7.4909, 57.0151],[-7.49060, 57.0151],[-7.49020, 57.0153],[-7.4896, 57.0157],[-7.4892, 57.0160],[-7.488999, 57.0161],[-7.48880, 57.0161],[-7.48840, 57.0159],[-7.487599, 57.0155],[-7.48700, 57.0150],[-7.48610, 57.0148],[-7.48450, 57.0147],[-7.482999, 57.0147],[-7.482, 57.0150],[-7.4797, 57.0162],[-7.479199, 57.0165],[-7.478701, 57.0167],[-7.4779, 57.0166],[-7.4776, 57.0164],[-7.4772, 57.0164],[-7.476699, 57.0165],[-7.476201, 57.0169],[-7.4759, 57.0172],[-7.4755, 57.0176],[-7.474999, 57.0178],[-7.474199, 57.0178],[-7.474, 57.0178],[-7.47390, 57.0180],[-7.47390, 57.0188],[-7.47390, 57.0190],[-7.473701, 57.0193],[-7.473501, 57.0196],[-7.473, 57.0197],[-7.472199, 57.0197],[-7.4712, 57.0196],[-7.4703, 57.0196],[-7.469301, 57.0198],[-7.468501, 57.0200],[-7.467, 57.0200],[-7.465099, 57.0198],[-7.465, 57.0201],[-7.46530, 57.0205],[-7.465499, 57.0209],[-7.4654, 57.0211],[-7.46530, 57.0212],[-7.46450, 57.0212],[-7.46400, 57.0210],[-7.4633, 57.0214],[-7.46260, 57.0219],[-7.4619, 57.0222],[-7.460899, 57.0222],[-7.459799, 57.0221],[-7.459599, 57.0224],[-7.459599, 57.0233],[-7.4595, 57.0239],[-7.459101, 57.0246],[-7.458799000000002, 57.0249],[-7.45830, 57.0252],[-7.457399, 57.0251],[-7.455699, 57.0247],[-7.454599, 57.0246],[-7.4539, 57.0251],[-7.4526, 57.0269],[-7.450699, 57.031],[-7.4496, 57.0329],[-7.4463, 57.0391],[-7.445799, 57.0401],[-7.4449, 57.0417],[-7.4449, 57.0421],[-7.445, 57.0424],[-7.4453, 57.0428],[-7.44570, 57.0433],[-7.44610, 57.0437],[-7.44660, 57.044],[-7.44750, 57.0445],[-7.448501, 57.0447],[-7.4496, 57.045],[-7.449999, 57.0452],[-7.450799000000002, 57.0458],[-7.45170, 57.0465],[-7.45180, 57.0467],[-7.451601, 57.0471],[-7.451401, 57.0474],[-7.451001, 57.0475],[-7.4477, 57.0483],[-7.4474, 57.0487],[-7.447299, 57.0492],[-7.4474, 57.0496],[-7.4478, 57.0499],[-7.4482, 57.0502],[-7.4491, 57.0503],[-7.449699, 57.0506],[-7.45030, 57.0512],[-7.45130, 57.0528],[-7.4538, 57.0536],[-7.4539, 57.0538],[-7.4539, 57.054],[-7.4539, 57.0542],[-7.453701, 57.0544],[-7.45310, 57.0545],[-7.45270, 57.0548],[-7.452499, 57.0552],[-7.4526, 57.0571],[-7.453199, 57.0582],[-7.453199, 57.0586],[-7.453199, 57.0590],[-7.452899, 57.0593],[-7.451601, 57.0596],[-7.45120, 57.0594],[-7.44990, 57.06],[-7.448999, 57.06]]],[[[-7.14440, 57.5552],[-7.142399, 57.5551],[-7.13930, 57.5554],[-7.136401, 57.5556],[-7.135, 57.5551],[-7.132999, 57.5545],[-7.132599000000002, 57.5541],[-7.1325, 57.5536],[-7.1325, 57.5534],[-7.13320, 57.553],[-7.1342, 57.5525],[-7.134501, 57.5519],[-7.1363, 57.5508],[-7.136401, 57.5505],[-7.1362, 57.5504],[-7.135799, 57.5503],[-7.133501, 57.5511],[-7.132999, 57.5511],[-7.1325, 57.5505],[-7.1324, 57.5502],[-7.13210, 57.5496],[-7.13210, 57.549],[-7.132199, 57.5484],[-7.1324, 57.5481],[-7.1337, 57.5477],[-7.13410, 57.5475],[-7.134501, 57.5469],[-7.1353, 57.546],[-7.1356, 57.5454],[-7.135499000000002, 57.5451],[-7.135099, 57.5448],[-7.135099, 57.5446],[-7.136401, 57.5438],[-7.13730, 57.5433],[-7.137499, 57.5428],[-7.13740, 57.5426],[-7.1371, 57.5425],[-7.137001, 57.5422],[-7.137499, 57.5417],[-7.13780, 57.5411],[-7.13770, 57.5409],[-7.13740, 57.5409],[-7.1366, 57.5409],[-7.135499000000002, 57.5411],[-7.1337, 57.5409],[-7.1329, 57.5405],[-7.132699, 57.5402],[-7.1328, 57.5396],[-7.133399, 57.5391],[-7.13360, 57.5388],[-7.133501, 57.5385],[-7.13320, 57.5383],[-7.1328, 57.5384],[-7.13170, 57.5386],[-7.131001, 57.5387],[-7.1304, 57.5385],[-7.1304, 57.5382],[-7.130599, 57.5376],[-7.13120, 57.5373],[-7.132299, 57.536],[-7.132699, 57.5354],[-7.132699, 57.535],[-7.132999, 57.5346],[-7.133901, 57.5342],[-7.134501, 57.5332],[-7.1356, 57.5327],[-7.1366, 57.532],[-7.136899, 57.5315],[-7.137499, 57.5307],[-7.137599, 57.5304],[-7.137599, 57.53],[-7.13730, 57.5296],[-7.1367, 57.529],[-7.1366, 57.5286],[-7.1366, 57.5282],[-7.13680, 57.5278],[-7.13730, 57.5271],[-7.1384, 57.5269],[-7.1405, 57.5266],[-7.142399, 57.5266],[-7.1433, 57.5266],[-7.1436, 57.5263],[-7.14350, 57.5261],[-7.14340, 57.5256],[-7.14430, 57.5252],[-7.1451, 57.5249],[-7.1451, 57.5247],[-7.145, 57.5246],[-7.143701, 57.5245],[-7.143199, 57.5244],[-7.143, 57.524],[-7.143099, 57.5234],[-7.14290, 57.5229],[-7.14290, 57.5223],[-7.143199, 57.5222],[-7.14440, 57.5221],[-7.14540, 57.5219],[-7.14570, 57.5217],[-7.145899, 57.521],[-7.146299, 57.5207],[-7.147, 57.5204],[-7.147099, 57.5201],[-7.147, 57.5198],[-7.146699000000002, 57.5195],[-7.145, 57.5187],[-7.144501, 57.5181],[-7.14440, 57.5177],[-7.14480, 57.5172],[-7.146801, 57.5163],[-7.147299, 57.5158],[-7.1479, 57.5158],[-7.151801, 57.5158],[-7.1546, 57.5157],[-7.158999, 57.5156],[-7.1609, 57.5157],[-7.161201, 57.5156],[-7.1613, 57.515],[-7.1614, 57.5146],[-7.1619, 57.5144],[-7.16350, 57.5144],[-7.165699, 57.5149],[-7.166601, 57.5148],[-7.166699, 57.5146],[-7.166699, 57.5143],[-7.166601, 57.5140],[-7.16600, 57.5139],[-7.165299, 57.5136],[-7.165299, 57.5133],[-7.16540, 57.513],[-7.165299, 57.5129],[-7.1647, 57.5126],[-7.16350, 57.5122],[-7.162799, 57.5120],[-7.162399, 57.5121],[-7.1623, 57.5123],[-7.162399, 57.5126],[-7.162399, 57.5131],[-7.162199, 57.5133],[-7.1614, 57.5137],[-7.160299, 57.5137],[-7.158299, 57.5138],[-7.157199, 57.5139],[-7.155, 57.5141],[-7.15280, 57.5143],[-7.1512, 57.5147],[-7.1501, 57.5149],[-7.1465, 57.515],[-7.145899, 57.5149],[-7.145299, 57.5145],[-7.144899, 57.5143],[-7.14430, 57.5143],[-7.143701, 57.5142],[-7.143199, 57.5139],[-7.143199, 57.5135],[-7.14340, 57.5132],[-7.14440, 57.5129],[-7.1451, 57.5128],[-7.1469, 57.5124],[-7.147299, 57.5121],[-7.147299, 57.5119],[-7.147, 57.5118],[-7.146801, 57.5117],[-7.146699000000002, 57.5113],[-7.147, 57.5111],[-7.147799, 57.5112],[-7.14950, 57.5117],[-7.151299, 57.5120],[-7.152699, 57.5119],[-7.15420, 57.5116],[-7.1549, 57.5113],[-7.1553, 57.5109],[-7.155399, 57.5105],[-7.155799, 57.5105],[-7.156099, 57.5107],[-7.156401, 57.5116],[-7.156801, 57.5118],[-7.1571, 57.5118],[-7.157499, 57.5117],[-7.157599, 57.5112],[-7.1578, 57.5109],[-7.15840, 57.5109],[-7.159501, 57.5115],[-7.1601, 57.5115],[-7.16080, 57.5112],[-7.161099, 57.5109],[-7.161201, 57.5105],[-7.1613, 57.5102],[-7.161699, 57.5097],[-7.162799, 57.5098],[-7.1647, 57.51],[-7.165599, 57.5106],[-7.16640, 57.5105],[-7.17, 57.5104],[-7.17210, 57.5104],[-7.1729, 57.5102],[-7.1736, 57.5098],[-7.174301, 57.5098],[-7.1756, 57.51],[-7.176899, 57.5103],[-7.177499, 57.5106],[-7.177499, 57.5110],[-7.177499, 57.5116],[-7.17780, 57.5118],[-7.179101, 57.5119],[-7.1855, 57.5124],[-7.186299, 57.5128],[-7.1873, 57.5136],[-7.1886, 57.5143],[-7.19070, 57.5145],[-7.1928, 57.515],[-7.194399, 57.5154],[-7.195499000000002, 57.5154],[-7.196801, 57.5153],[-7.19840, 57.515],[-7.1998, 57.5147],[-7.2009, 57.5146],[-7.202199, 57.5147],[-7.202799, 57.5149],[-7.2047, 57.5148],[-7.20580, 57.515],[-7.2079, 57.5154],[-7.2104, 57.5162],[-7.211201, 57.5165],[-7.2126, 57.5173],[-7.21420, 57.5181],[-7.2156, 57.5191],[-7.216001, 57.5193],[-7.216401, 57.5194],[-7.21710, 57.5198],[-7.217599, 57.5203],[-7.217999000000002, 57.5208],[-7.2182, 57.521],[-7.218501, 57.5211],[-7.2196, 57.5213],[-7.21990, 57.5212],[-7.220099, 57.5211],[-7.2202, 57.5208],[-7.2202, 57.5206],[-7.2198, 57.5203],[-7.218999000000002, 57.5199],[-7.2187, 57.5197],[-7.218501, 57.5193],[-7.218599, 57.5191],[-7.218901, 57.5189],[-7.2196, 57.5191],[-7.219999, 57.5195],[-7.220699, 57.5198],[-7.22120, 57.5199],[-7.222099, 57.5200],[-7.2226, 57.5200],[-7.223, 57.5199],[-7.223199, 57.5197],[-7.223199, 57.5195],[-7.223, 57.519],[-7.222899, 57.5188],[-7.223, 57.5186],[-7.223199, 57.5185],[-7.224101, 57.5187],[-7.2252, 57.519],[-7.2258, 57.5191],[-7.2268, 57.5192],[-7.2272, 57.5192],[-7.227499, 57.5191],[-7.227499, 57.5189],[-7.22730, 57.5186],[-7.227099, 57.5184],[-7.226699, 57.5182],[-7.225599, 57.518],[-7.224699, 57.518],[-7.2238, 57.5179],[-7.223501, 57.5178],[-7.2233, 57.5176],[-7.223501, 57.5169],[-7.223501, 57.5164],[-7.22310, 57.5162],[-7.22270, 57.5162],[-7.222199, 57.5163],[-7.2217, 57.5167],[-7.221001, 57.5174],[-7.22050, 57.5176],[-7.2202, 57.5176],[-7.2198, 57.5176],[-7.2187, 57.5169],[-7.218299, 57.5166],[-7.2181, 57.5163],[-7.217999000000002, 57.5153],[-7.2177, 57.5152],[-7.2163, 57.5162],[-7.2154, 57.5166],[-7.21470, 57.5167],[-7.21420, 57.5167],[-7.2136, 57.5165],[-7.21190, 57.5153],[-7.208, 57.5146],[-7.205299, 57.5140],[-7.202199, 57.5136],[-7.200099, 57.5133],[-7.19840, 57.5124],[-7.1971, 57.5116],[-7.1967, 57.5112],[-7.1967, 57.5110],[-7.1975, 57.5108],[-7.19870, 57.5107],[-7.199501, 57.5105],[-7.20030, 57.5101],[-7.200699000000002, 57.5097],[-7.200699000000002, 57.5093],[-7.199999, 57.5087],[-7.20020, 57.5083],[-7.2005, 57.5080],[-7.200699000000002, 57.5079],[-7.20120, 57.5079],[-7.2017, 57.5082],[-7.2024, 57.5089],[-7.2034, 57.5095],[-7.2043, 57.5097],[-7.2055, 57.5099],[-7.207099, 57.5102],[-7.2079, 57.5102],[-7.2085, 57.5097],[-7.2097, 57.5096],[-7.21150, 57.5095],[-7.212699, 57.5094],[-7.214301, 57.51],[-7.21660, 57.5107],[-7.2178, 57.5111],[-7.2182, 57.5110],[-7.218299, 57.5102],[-7.2188, 57.51],[-7.218901, 57.5098],[-7.2187, 57.5095],[-7.2181, 57.5090],[-7.21840, 57.5086],[-7.2202, 57.5093],[-7.222799, 57.5109],[-7.225299, 57.5119],[-7.2258, 57.5127],[-7.22640, 57.5131],[-7.22640, 57.5136],[-7.22550, 57.5140],[-7.22510, 57.5144],[-7.22550, 57.515],[-7.22600, 57.5157],[-7.226299, 57.5159],[-7.22690, 57.5158],[-7.2272, 57.5154],[-7.2276, 57.5152],[-7.22830, 57.5151],[-7.2285, 57.5149],[-7.2285, 57.5148],[-7.22830, 57.5143],[-7.22830, 57.5139],[-7.2284, 57.5136],[-7.228701, 57.5135],[-7.229199, 57.5136],[-7.229599, 57.5138],[-7.22980, 57.5142],[-7.22980, 57.5146],[-7.230299, 57.5148],[-7.23070, 57.5146],[-7.2314, 57.5147],[-7.231801, 57.515],[-7.2322, 57.5155],[-7.2328, 57.5155],[-7.233399, 57.5155],[-7.234301, 57.5156],[-7.23490, 57.5161],[-7.2356, 57.5161],[-7.235899, 57.5156],[-7.235899, 57.5154],[-7.236001, 57.5148],[-7.236899, 57.5144],[-7.237199, 57.5140],[-7.237299000000002, 57.5132],[-7.237199, 57.5127],[-7.23630, 57.5125],[-7.235499, 57.5126],[-7.234301, 57.5124],[-7.2336, 57.5124],[-7.2326, 57.5132],[-7.231299, 57.5132],[-7.229, 57.5122],[-7.227099, 57.5117],[-7.2259, 57.5109],[-7.2258, 57.5104],[-7.22600, 57.5102],[-7.228, 57.5104],[-7.22830, 57.5103],[-7.2285, 57.5099],[-7.228199, 57.5094],[-7.228199, 57.5089],[-7.228199, 57.5087],[-7.2286, 57.5086],[-7.229599, 57.5085],[-7.22970, 57.5086],[-7.22980, 57.5088],[-7.23, 57.5093],[-7.230199000000002, 57.5096],[-7.23070, 57.5098],[-7.23110, 57.5099],[-7.2314, 57.5099],[-7.23150, 57.5096],[-7.231299, 57.5091],[-7.23150, 57.5088],[-7.232999, 57.5085],[-7.233901, 57.5083],[-7.2342, 57.5085],[-7.2342, 57.5087],[-7.233701, 57.5090],[-7.233099000000002, 57.5093],[-7.233099000000002, 57.5094],[-7.2333, 57.5096],[-7.233701, 57.5097],[-7.2356, 57.5093],[-7.238999, 57.5089],[-7.2403, 57.5086],[-7.24180, 57.5083],[-7.24380, 57.5080],[-7.244501, 57.5082],[-7.244599, 57.5086],[-7.244501, 57.5089],[-7.243299, 57.5096],[-7.2427, 57.51],[-7.24240, 57.5103],[-7.241601000000002, 57.5104],[-7.240399, 57.5103],[-7.239999, 57.5104],[-7.239799, 57.5106],[-7.2402, 57.5111],[-7.2409, 57.5114],[-7.24240, 57.5117],[-7.244699, 57.5116],[-7.246601, 57.5122],[-7.24800, 57.5120],[-7.248099, 57.5117],[-7.2477, 57.5113],[-7.247499, 57.5111],[-7.24790, 57.5107],[-7.24790, 57.5106],[-7.24760, 57.5104],[-7.2468, 57.5104],[-7.245399, 57.5104],[-7.245299000000002, 57.5101],[-7.2455, 57.5095],[-7.245699, 57.5091],[-7.246099, 57.5088],[-7.246699, 57.5085],[-7.2473, 57.5086],[-7.249599, 57.5092],[-7.252, 57.5094],[-7.2547, 57.5103],[-7.2554, 57.51],[-7.255799, 57.51],[-7.2567, 57.5103],[-7.257599, 57.5110],[-7.257999, 57.5112],[-7.2586, 57.5116],[-7.259799, 57.5121],[-7.26160, 57.5127],[-7.2623, 57.5133],[-7.2631, 57.5140],[-7.263901, 57.5148],[-7.2648, 57.515],[-7.266099, 57.5152],[-7.267099, 57.5159],[-7.267399, 57.5163],[-7.267399, 57.5165],[-7.26720, 57.5167],[-7.265699, 57.5166],[-7.2624, 57.5163],[-7.2618, 57.5163],[-7.261401, 57.5166],[-7.261099, 57.5169],[-7.258901, 57.5167],[-7.258399, 57.5172],[-7.2582, 57.5176],[-7.257699, 57.5179],[-7.25740, 57.5183],[-7.25750, 57.5187],[-7.25790, 57.5189],[-7.258501, 57.519],[-7.2591, 57.5189],[-7.2599, 57.5186],[-7.260399, 57.5185],[-7.26070, 57.5186],[-7.261001, 57.5193],[-7.261001, 57.5201],[-7.26130, 57.5209],[-7.261099, 57.5221],[-7.261401, 57.5224],[-7.26210, 57.5226],[-7.263199, 57.5227],[-7.263901, 57.5233],[-7.26490, 57.5235],[-7.266099, 57.5227],[-7.268701, 57.5227],[-7.2698, 57.522],[-7.271699, 57.5216],[-7.271801, 57.5214],[-7.271601, 57.5212],[-7.27100, 57.521],[-7.270299, 57.5208],[-7.269, 57.5209],[-7.2676, 57.5214],[-7.26680, 57.5215],[-7.266201, 57.5214],[-7.26550, 57.5208],[-7.2642, 57.5204],[-7.2637, 57.5194],[-7.263501, 57.5185],[-7.2637, 57.5181],[-7.2643, 57.5179],[-7.264999, 57.5179],[-7.26550, 57.518],[-7.2676, 57.5184],[-7.27100, 57.5185],[-7.272099, 57.5182],[-7.2732, 57.5176],[-7.275199, 57.5171],[-7.2766, 57.5169],[-7.2779, 57.5170],[-7.279699, 57.5166],[-7.281801, 57.5158],[-7.28230, 57.5159],[-7.2831, 57.5166],[-7.2834, 57.5168],[-7.283999, 57.5170],[-7.285299, 57.5172],[-7.2868, 57.5173],[-7.289101, 57.5172],[-7.28930, 57.5171],[-7.289501, 57.5169],[-7.2894, 57.5166],[-7.28890, 57.5162],[-7.2877, 57.5158],[-7.2868, 57.5154],[-7.286201000000002, 57.5153],[-7.284699, 57.5155],[-7.28420, 57.5155],[-7.283999, 57.5152],[-7.28420, 57.5148],[-7.2852, 57.5144],[-7.2863, 57.5143],[-7.28890, 57.5141],[-7.29020, 57.5138],[-7.2911, 57.5138],[-7.292699, 57.5142],[-7.294101, 57.5149],[-7.29500, 57.5154],[-7.295899, 57.5158],[-7.297, 57.5165],[-7.297699, 57.5169],[-7.2991, 57.5172],[-7.299399, 57.5175],[-7.299399, 57.518],[-7.3, 57.5185],[-7.3012, 57.5191],[-7.302599, 57.5196],[-7.3028, 57.5201],[-7.302599, 57.5204],[-7.2999, 57.5203],[-7.300099, 57.5206],[-7.301899, 57.5212],[-7.30670, 57.5221],[-7.309899, 57.5226],[-7.31040, 57.5225],[-7.310699, 57.5223],[-7.3108, 57.5222],[-7.3108, 57.5219],[-7.309501, 57.5214],[-7.3085, 57.521],[-7.3083, 57.5207],[-7.3083, 57.5201],[-7.30760, 57.5196],[-7.306499, 57.5193],[-7.3064, 57.519],[-7.30630, 57.5184],[-7.305799, 57.5181],[-7.3042, 57.5178],[-7.302999, 57.5174],[-7.3017, 57.5163],[-7.301099, 57.5152],[-7.300399, 57.5147],[-7.298901, 57.5146],[-7.296899, 57.5139],[-7.296299, 57.5135],[-7.296201, 57.5131],[-7.296299, 57.5128],[-7.2966, 57.5125],[-7.297, 57.5124],[-7.2974, 57.5125],[-7.2981, 57.5134],[-7.298299000000002, 57.5136],[-7.29880, 57.5138],[-7.299399, 57.5137],[-7.3, 57.5134],[-7.30020, 57.5131],[-7.3003, 57.5126],[-7.30020, 57.5121],[-7.299799, 57.5115],[-7.2999, 57.5113],[-7.300399, 57.5112],[-7.3013, 57.5111],[-7.302299, 57.5110],[-7.302899, 57.5111],[-7.3031, 57.5109],[-7.303199, 57.5102],[-7.3037, 57.51],[-7.304501000000002, 57.5097],[-7.305399000000002, 57.5098],[-7.30630, 57.51],[-7.307199, 57.5102],[-7.3077, 57.5101],[-7.3083, 57.5098],[-7.309599000000002, 57.5096],[-7.31180, 57.5101],[-7.3132, 57.5104],[-7.313799, 57.5109],[-7.3144, 57.5111],[-7.315199, 57.5111],[-7.31710, 57.5107],[-7.318501, 57.5108],[-7.3216, 57.5120],[-7.32420, 57.5131],[-7.3253, 57.5135],[-7.3262, 57.5146],[-7.3267, 57.5159],[-7.3267, 57.5164],[-7.326601, 57.5166],[-7.32590, 57.5172],[-7.325699, 57.5175],[-7.325699, 57.5185],[-7.3253, 57.519],[-7.32320, 57.5193],[-7.3228, 57.5200],[-7.322899, 57.5205],[-7.323501, 57.521],[-7.3237, 57.5215],[-7.3234, 57.5218],[-7.321499, 57.522],[-7.318501, 57.5228],[-7.3167, 57.5228],[-7.316401, 57.5231],[-7.316299, 57.5236],[-7.316201, 57.5243],[-7.315499, 57.5249],[-7.3154, 57.5255],[-7.3157, 57.5258],[-7.31660, 57.5264],[-7.3172, 57.5268],[-7.318901, 57.5273],[-7.32, 57.5279],[-7.321001, 57.5289],[-7.32170, 57.5294],[-7.3225, 57.5305],[-7.3228, 57.5309],[-7.3238, 57.5315],[-7.324501, 57.5319],[-7.324699, 57.5322],[-7.3248, 57.5325],[-7.32460, 57.5328],[-7.32320, 57.5332],[-7.32320, 57.5337],[-7.323299, 57.5341],[-7.323901, 57.5354],[-7.3243, 57.5359],[-7.324699, 57.5363],[-7.3253, 57.5366],[-7.326601, 57.537],[-7.33110, 57.5373],[-7.332001, 57.5369],[-7.33260, 57.5365],[-7.3336, 57.5367],[-7.3347, 57.5366],[-7.3351, 57.537],[-7.3351, 57.5379],[-7.335299, 57.5383],[-7.335499, 57.5386],[-7.3361, 57.5388],[-7.337299, 57.5383],[-7.3375, 57.5383],[-7.337699, 57.5385],[-7.3378, 57.5394],[-7.33910, 57.54],[-7.340499, 57.5406],[-7.3407, 57.5412],[-7.340799, 57.5421],[-7.3412, 57.5429],[-7.340799, 57.5438],[-7.340099000000002, 57.544],[-7.33910, 57.5442],[-7.33910, 57.5446],[-7.339301, 57.5449],[-7.34060, 57.5449],[-7.341499, 57.5447],[-7.342999, 57.5447],[-7.344301, 57.545],[-7.3459, 57.5453],[-7.3473, 57.5463],[-7.349199, 57.5472],[-7.350299, 57.5476],[-7.3508, 57.5482],[-7.353099, 57.5487],[-7.35360, 57.5493],[-7.35360, 57.5499],[-7.352799, 57.5507],[-7.3519, 57.5511],[-7.351201, 57.5513],[-7.350599, 57.5514],[-7.34840, 57.5512],[-7.347799, 57.5514],[-7.347099000000002, 57.5519],[-7.346601, 57.5525],[-7.346401, 57.5526],[-7.345699, 57.5527],[-7.344301, 57.5528],[-7.342899000000002, 57.5535],[-7.341499, 57.5534],[-7.33960, 57.5537],[-7.339, 57.5534],[-7.338901, 57.5532],[-7.33910, 57.5526],[-7.338901, 57.5521],[-7.3385, 57.5517],[-7.33860, 57.5515],[-7.338901, 57.5514],[-7.339301, 57.5514],[-7.340499, 57.5513],[-7.3413, 57.5511],[-7.341899000000002, 57.5509],[-7.342599, 57.5507],[-7.3428, 57.5503],[-7.342599, 57.5501],[-7.342, 57.55],[-7.34040, 57.5499],[-7.339, 57.5491],[-7.3382, 57.5488],[-7.33720, 57.5486],[-7.336401, 57.5481],[-7.3357, 57.548],[-7.335299, 57.5481],[-7.33540, 57.5484],[-7.336699, 57.5489],[-7.3378, 57.5494],[-7.339, 57.5498],[-7.33910, 57.55],[-7.338901, 57.5501],[-7.335299, 57.5506],[-7.33450, 57.5503],[-7.33390, 57.5498],[-7.3333, 57.5498],[-7.332699, 57.5502],[-7.32970, 57.5501],[-7.3294, 57.5501],[-7.32930, 57.5503],[-7.329899, 57.5511],[-7.330299, 57.5519],[-7.3298, 57.5528],[-7.328701, 57.5533],[-7.326601, 57.5533],[-7.3256, 57.553],[-7.324399, 57.5528],[-7.322999, 57.5532],[-7.3211, 57.5534],[-7.320099, 57.5534],[-7.3191, 57.5534],[-7.317699, 57.5528],[-7.31610, 57.5532],[-7.314101, 57.5539],[-7.311201, 57.5542],[-7.307099, 57.5541],[-7.297599, 57.554],[-7.2972, 57.5537],[-7.2967, 57.5531],[-7.2953, 57.5528],[-7.2933, 57.5525],[-7.290699, 57.5523],[-7.2897, 57.5520],[-7.289501, 57.5518],[-7.2897, 57.5516],[-7.2909, 57.5514],[-7.291299000000002, 57.5512],[-7.2915, 57.551],[-7.2914, 57.5507],[-7.291201, 57.5506],[-7.2904, 57.5504],[-7.28890, 57.5506],[-7.28560, 57.5522],[-7.2848, 57.5521],[-7.28420, 57.5518],[-7.28380, 57.5513],[-7.283901, 57.5508],[-7.2844, 57.5504],[-7.2859, 57.5499],[-7.286099000000002, 57.5494],[-7.284699, 57.5486],[-7.284699, 57.5484],[-7.286001, 57.5483],[-7.286201000000002, 57.5481],[-7.2859, 57.5478],[-7.28380, 57.5475],[-7.2821, 57.5471],[-7.2788, 57.5469],[-7.2772, 57.546],[-7.275, 57.5461],[-7.272299, 57.5461],[-7.2686, 57.5459],[-7.26580, 57.5455],[-7.2644, 57.545],[-7.262599000000002, 57.5452],[-7.261499, 57.5451],[-7.2587, 57.5435],[-7.2566, 57.5426],[-7.25500, 57.5423],[-7.25460, 57.5425],[-7.2547, 57.5429],[-7.2562, 57.5437],[-7.258901, 57.5449],[-7.260099, 57.5452],[-7.260499, 57.5457],[-7.2606, 57.5465],[-7.26070, 57.5467],[-7.261099, 57.5469],[-7.2623, 57.5471],[-7.263901, 57.5473],[-7.2656, 57.5475],[-7.2714, 57.5478],[-7.273901, 57.5478],[-7.27540, 57.5476],[-7.277999, 57.5475],[-7.279399, 57.5478],[-7.28130, 57.5483],[-7.281801, 57.5486],[-7.281801, 57.5489],[-7.281499, 57.5495],[-7.281801, 57.5498],[-7.2821, 57.5501],[-7.28280, 57.5505],[-7.283, 57.5513],[-7.28280, 57.5521],[-7.282499, 57.5524],[-7.281801, 57.5525],[-7.280399, 57.5521],[-7.280099, 57.5522],[-7.280099, 57.5526],[-7.2806, 57.553],[-7.281801, 57.5535],[-7.2817, 57.5537],[-7.281099, 57.5538],[-7.27990, 57.5535],[-7.27580, 57.5538],[-7.272099, 57.5535],[-7.269599, 57.5532],[-7.267399, 57.5527],[-7.265699, 57.5522],[-7.265299, 57.5522],[-7.26490, 57.5524],[-7.2637, 57.5533],[-7.2634, 57.5534],[-7.2628, 57.5533],[-7.2623, 57.5529],[-7.262499, 57.5520],[-7.2624, 57.5519],[-7.26210, 57.5519],[-7.26160, 57.5520],[-7.26070, 57.5523],[-7.26030, 57.553],[-7.2596, 57.5534],[-7.2592, 57.5536],[-7.25880, 57.5536],[-7.257999, 57.5534],[-7.257, 57.553],[-7.256299, 57.5526],[-7.255799, 57.5523],[-7.2553, 57.5518],[-7.253701, 57.5516],[-7.2521, 57.5523],[-7.251201, 57.5522],[-7.25040, 57.5519],[-7.24940, 57.5519],[-7.248199, 57.5525],[-7.2477, 57.5525],[-7.2473, 57.5524],[-7.24720, 57.5522],[-7.2468, 57.5520],[-7.246, 57.5522],[-7.245299000000002, 57.5522],[-7.244699, 57.5520],[-7.24430, 57.5518],[-7.241899, 57.5521],[-7.23920, 57.5519],[-7.2342, 57.5516],[-7.23210, 57.5523],[-7.230599, 57.5523],[-7.229599, 57.5526],[-7.227799, 57.5532],[-7.22640, 57.5533],[-7.2244, 57.5531],[-7.22270, 57.5527],[-7.221099, 57.5525],[-7.21990, 57.5525],[-7.2192, 57.5526],[-7.21840, 57.5531],[-7.21700, 57.5532],[-7.215, 57.5529],[-7.2137, 57.5529],[-7.211699, 57.5528],[-7.21000, 57.5528],[-7.209101, 57.5529],[-7.207699000000002, 57.5533],[-7.206, 57.5536],[-7.20390, 57.554],[-7.2033, 57.5539],[-7.202799, 57.5538],[-7.2018, 57.5528],[-7.20120, 57.5528],[-7.20020, 57.5533],[-7.199699000000002, 57.5531],[-7.198901000000002, 57.5525],[-7.197299, 57.5523],[-7.195899, 57.5524],[-7.195099, 57.5525],[-7.192299, 57.5531],[-7.1911, 57.553],[-7.190499, 57.5527],[-7.19000, 57.5526],[-7.1896, 57.5527],[-7.189301, 57.5532],[-7.1883, 57.5534],[-7.18650, 57.5533],[-7.18520, 57.5531],[-7.181099, 57.5534],[-7.1792, 57.5533],[-7.1784, 57.5529],[-7.178199000000002, 57.5523],[-7.177999, 57.5519],[-7.1774, 57.5516],[-7.175799, 57.5518],[-7.174799, 57.5516],[-7.1746, 57.5513],[-7.1746, 57.551],[-7.175099, 57.5506],[-7.17570, 57.5504],[-7.1774, 57.5505],[-7.1784, 57.5502],[-7.178501, 57.55],[-7.178501, 57.5498],[-7.178199000000002, 57.5496],[-7.1771, 57.5495],[-7.17590, 57.5495],[-7.174301, 57.5495],[-7.173399, 57.5499],[-7.17210, 57.55],[-7.170199000000002, 57.5499],[-7.16820, 57.5497],[-7.16540, 57.5492],[-7.164101, 57.5489],[-7.163, 57.5485],[-7.162499, 57.5486],[-7.162399, 57.5489],[-7.162399, 57.5493],[-7.162199, 57.5496],[-7.162001, 57.5497],[-7.1613, 57.5498],[-7.160399, 57.5498],[-7.16020, 57.5499],[-7.160299, 57.5503],[-7.1605, 57.5505],[-7.1613, 57.5509],[-7.16180, 57.5517],[-7.1623, 57.5523],[-7.162899, 57.5529],[-7.16350, 57.5533],[-7.1639, 57.5536],[-7.1639, 57.5538],[-7.163199, 57.5542],[-7.163, 57.5543],[-7.163099000000002, 57.5545],[-7.163701, 57.5547],[-7.164101, 57.5552],[-7.16400, 57.5554],[-7.162199, 57.5552],[-7.1605, 57.5555],[-7.158901, 57.5552],[-7.1559, 57.5552],[-7.1553, 57.5553],[-7.1546, 57.5558],[-7.153501, 57.5567],[-7.152299, 57.5569],[-7.14960, 57.5569],[-7.1475, 57.5571],[-7.1451, 57.5571],[-7.14440, 57.5569],[-7.14440, 57.5567],[-7.145299, 57.5562],[-7.145899, 57.5558],[-7.145899, 57.5556],[-7.14440, 57.5552]]],[[[-6.885399, 58.2586],[-6.88380, 58.2579],[-6.88200, 58.2582],[-6.880499, 58.2588],[-6.879301, 58.2603],[-6.87690, 58.2602],[-6.8743, 58.2604],[-6.871, 58.2595],[-6.8681, 58.2591],[-6.867599, 58.2591],[-6.866001, 58.2597],[-6.865399, 58.2598],[-6.864501, 58.2598],[-6.8627, 58.2586],[-6.8624, 58.2585],[-6.861899, 58.2584],[-6.8597, 58.2584],[-6.858799, 58.2583],[-6.857299, 58.2578],[-6.8569, 58.2578],[-6.8547, 58.2582],[-6.85190, 58.2585],[-6.850599, 58.2584],[-6.849899, 58.2583],[-6.849199, 58.258],[-6.846401, 58.2561],[-6.845799, 58.2557],[-6.8438, 58.2536],[-6.8424, 58.2519],[-6.841899, 58.2513],[-6.841801, 58.2509],[-6.84200, 58.2497],[-6.84200, 58.2494],[-6.841801, 58.2490],[-6.840799, 58.2482],[-6.840799, 58.2479],[-6.840899, 58.2477],[-6.84200, 58.2473],[-6.8424, 58.247],[-6.8425, 58.2467],[-6.8425, 58.2463],[-6.8424, 58.2458],[-6.8425, 58.2456],[-6.843901, 58.2451],[-6.8446, 58.2444],[-6.844699, 58.2440],[-6.841899, 58.2412],[-6.839799, 58.2388],[-6.8395, 58.2386],[-6.8386, 58.2382],[-6.838399, 58.2380],[-6.8382, 58.2377],[-6.8382, 58.2358],[-6.83780, 58.2349],[-6.836801, 58.2339],[-6.836201, 58.2338],[-6.835899, 58.2338],[-6.835599000000002, 58.2339],[-6.835299, 58.2341],[-6.83500, 58.2346],[-6.835499, 58.2375],[-6.835199, 58.2384],[-6.8339, 58.2400],[-6.83360, 58.2401],[-6.83330, 58.2401],[-6.8326, 58.2398],[-6.8315, 58.2382],[-6.83040, 58.2359],[-6.82980, 58.2352],[-6.8269, 58.2325],[-6.8267, 58.2324],[-6.82560, 58.2324],[-6.82340, 58.2328],[-6.8231, 58.2328],[-6.822599, 58.2325],[-6.8225, 58.2324],[-6.82240, 58.2316],[-6.822299, 58.2313],[-6.822199, 58.2307],[-6.822001, 58.2306],[-6.8203, 58.2306],[-6.82, 58.2305],[-6.818501, 58.2297],[-6.817999, 58.2298],[-6.817599, 58.2301],[-6.817, 58.2307],[-6.816899, 58.2310],[-6.8179, 58.2334],[-6.8179, 58.2336],[-6.8178, 58.2337],[-6.815499, 58.2326],[-6.81440, 58.2323],[-6.814301, 58.2324],[-6.814199, 58.2325],[-6.81580, 58.2340],[-6.8161, 58.2342],[-6.816401000000002, 58.2343],[-6.817299000000002, 58.2344],[-6.81910, 58.2346],[-6.8199, 58.2352],[-6.820799, 58.2368],[-6.820799, 58.2373],[-6.8207, 58.2376],[-6.8204, 58.2380],[-6.820199, 58.2381],[-6.8179, 58.2384],[-6.817299000000002, 58.2384],[-6.8139, 58.2369],[-6.81350, 58.2366],[-6.812099, 58.2348],[-6.812001, 58.2345],[-6.8118, 58.2327],[-6.811699, 58.2325],[-6.8114, 58.2323],[-6.8101, 58.2322],[-6.8048, 58.2308],[-6.801499, 58.2291],[-6.799301, 58.2277],[-6.7991, 58.2275],[-6.7988, 58.2271],[-6.798501, 58.2266],[-6.798399, 58.2261],[-6.7979, 58.2224],[-6.797599, 58.2213],[-6.79740, 58.221],[-6.79670, 58.2207],[-6.796, 58.2204],[-6.7954, 58.22],[-6.79510, 58.2199],[-6.7946, 58.2198],[-6.7944, 58.2199],[-6.794199, 58.2201],[-6.794101, 58.2212],[-6.7939, 58.2213],[-6.7935, 58.2214],[-6.793099, 58.2214],[-6.792399, 58.2211],[-6.791201, 58.2211],[-6.79100, 58.2212],[-6.7902, 58.2230],[-6.789899, 58.2232],[-6.7894, 58.2234],[-6.7885, 58.2235],[-6.784599, 58.2227],[-6.78440, 58.2225],[-6.783501, 58.2205],[-6.783199, 58.2192],[-6.7831, 58.219],[-6.781801, 58.2184],[-6.7817, 58.2183],[-6.7812, 58.2175],[-6.781099, 58.2172],[-6.7817, 58.2142],[-6.781801, 58.2138],[-6.782599, 58.212],[-6.7828, 58.2117],[-6.78300, 58.2115],[-6.7856, 58.2101],[-6.7859, 58.2094],[-6.7859, 58.2092],[-6.784699, 58.2086],[-6.7823, 58.2077],[-6.782199, 58.2075],[-6.782499, 58.2068],[-6.782499, 58.2066],[-6.7824, 58.2063],[-6.781401, 58.2053],[-6.7813, 58.2051],[-6.781401, 58.2049],[-6.7831, 58.2021],[-6.783501, 58.2019],[-6.783901, 58.2018],[-6.784699, 58.2018],[-6.786699, 58.2025],[-6.787399, 58.2026],[-6.790699, 58.2026],[-6.7911, 58.2027],[-6.793099, 58.2038],[-6.7935, 58.2039],[-6.793701, 58.2038],[-6.794199, 58.2037],[-6.794899, 58.2037],[-6.795599, 58.204],[-6.796, 58.2042],[-6.7981, 58.2063],[-6.800099, 58.2078],[-6.8007, 58.2081],[-6.801401, 58.2083],[-6.802299, 58.2083],[-6.804101, 58.2084],[-6.80880, 58.2085],[-6.8119, 58.2086],[-6.81400, 58.2079],[-6.817699, 58.2076],[-6.81950, 58.2077],[-6.820499, 58.2077],[-6.8232, 58.2081],[-6.82380, 58.2085],[-6.826001, 58.2111],[-6.82620, 58.2112],[-6.826401, 58.2112],[-6.826601, 58.2112],[-6.8267, 58.2111],[-6.8267, 58.211],[-6.8248, 58.2084],[-6.824699, 58.208],[-6.8248, 58.2077],[-6.824999, 58.2074],[-6.8255, 58.2071],[-6.8269, 58.2067],[-6.8283, 58.2065],[-6.83320, 58.2062],[-6.836699, 58.206],[-6.84030, 58.2066],[-6.84200, 58.2071],[-6.844399, 58.207],[-6.8488, 58.2072],[-6.851099, 58.2072],[-6.8544, 58.2075],[-6.855, 58.2076],[-6.85900, 58.2078],[-6.859799, 58.2082],[-6.86040, 58.2087],[-6.8606, 58.2088],[-6.8607, 58.2088],[-6.8617, 58.2076],[-6.862299, 58.2075],[-6.86380, 58.2081],[-6.865399, 58.2082],[-6.8663, 58.2084],[-6.866601, 58.2086],[-6.8668, 58.209],[-6.8677, 58.2122],[-6.86800, 58.2127],[-6.8713, 58.2153],[-6.8729, 58.2173],[-6.8733, 58.218],[-6.87350, 58.2195],[-6.8736, 58.2197],[-6.873701, 58.2198],[-6.874501, 58.2205],[-6.87440, 58.2212],[-6.8743, 58.2214],[-6.8739, 58.2216],[-6.873199, 58.2217],[-6.871699, 58.2205],[-6.871, 58.2202],[-6.869999, 58.2201],[-6.8673, 58.22],[-6.865699, 58.2196],[-6.862999, 58.2191],[-6.8607, 58.2192],[-6.8606, 58.2194],[-6.8625, 58.2205],[-6.8625, 58.2208],[-6.862299, 58.221],[-6.862, 58.2212],[-6.860799, 58.2213],[-6.8592, 58.2211],[-6.85900, 58.2209],[-6.858901, 58.2205],[-6.859301, 58.2186],[-6.859301, 58.2184],[-6.85860, 58.2178],[-6.85860, 58.2176],[-6.858701, 58.2174],[-6.8592, 58.2169],[-6.8592, 58.2167],[-6.85900, 58.2166],[-6.8583, 58.2165],[-6.8578, 58.2165],[-6.8575, 58.2165],[-6.85710, 58.2167],[-6.8579, 58.2194],[-6.8579, 58.2199],[-6.8578, 58.2202],[-6.8565, 58.2212],[-6.8564, 58.2216],[-6.8564, 58.2218],[-6.8565, 58.2221],[-6.856699, 58.2224],[-6.8579, 58.2233],[-6.8578, 58.2235],[-6.857299, 58.2236],[-6.855, 58.2241],[-6.85340, 58.2246],[-6.85330, 58.2247],[-6.853199, 58.225],[-6.853099, 58.2256],[-6.853701, 58.2273],[-6.854899, 58.2281],[-6.8551, 58.2281],[-6.8554, 58.2280],[-6.855599, 58.2277],[-6.8555, 58.2253],[-6.855599, 58.2252],[-6.855899, 58.2251],[-6.856801, 58.225],[-6.858099, 58.225],[-6.85850, 58.2251],[-6.85900, 58.2256],[-6.859399, 58.2261],[-6.860799, 58.2295],[-6.862599, 58.2326],[-6.863999, 58.2339],[-6.86410, 58.2342],[-6.863999, 58.2347],[-6.863999, 58.2357],[-6.86460, 58.2369],[-6.864501, 58.2371],[-6.864301000000002, 58.2373],[-6.863599, 58.2374],[-6.862899, 58.2373],[-6.8616, 58.2368],[-6.861499, 58.2368],[-6.861499, 58.2370],[-6.8616, 58.2375],[-6.8617, 58.2380],[-6.861801, 58.2382],[-6.862199, 58.2385],[-6.86370, 58.239],[-6.864699, 58.2394],[-6.865699, 58.2406],[-6.8673, 58.2412],[-6.86890, 58.2424],[-6.869699, 58.2426],[-6.870399, 58.2426],[-6.8709, 58.2425],[-6.871201, 58.2424],[-6.8713, 58.2422],[-6.871201, 58.2418],[-6.871201, 58.2415],[-6.8713, 58.2413],[-6.872099, 58.2407],[-6.872099, 58.2404],[-6.871, 58.2399],[-6.8694, 58.2392],[-6.868501, 58.2375],[-6.867001, 58.2350],[-6.866601, 58.2343],[-6.864999, 58.2332],[-6.864501, 58.2326],[-6.863999, 58.2318],[-6.86320, 58.2298],[-6.862199, 58.2288],[-6.861899, 58.2284],[-6.8617, 58.2280],[-6.86130, 58.2269],[-6.861401, 58.2258],[-6.8616, 58.2251],[-6.861899, 58.2248],[-6.862199, 58.2247],[-6.86280, 58.2246],[-6.86420, 58.2248],[-6.864501, 58.225],[-6.8649, 58.2262],[-6.8653, 58.2278],[-6.865499, 58.2281],[-6.865699, 58.2284],[-6.8663, 58.2286],[-6.86800, 58.2287],[-6.871099, 58.2288],[-6.87350, 58.2295],[-6.874899, 58.2302],[-6.875199, 58.2306],[-6.8755, 58.2317],[-6.875599, 58.2319],[-6.8758, 58.2321],[-6.877399, 58.2332],[-6.8775, 58.2335],[-6.877299000000002, 58.2345],[-6.8772, 58.2349],[-6.8771, 58.2351],[-6.8748, 58.2344],[-6.8723, 58.2343],[-6.8723, 58.2340],[-6.8727, 58.2329],[-6.87260, 58.2327],[-6.872399, 58.2325],[-6.871699, 58.2323],[-6.8714, 58.2324],[-6.871099, 58.2340],[-6.8709, 58.2340],[-6.870299, 58.2335],[-6.8701, 58.2335],[-6.869999, 58.2336],[-6.86990, 58.2340],[-6.8714, 58.2351],[-6.872499, 58.2372],[-6.874199, 58.2388],[-6.875899, 58.2404],[-6.877299000000002, 58.2419],[-6.877699, 58.2421],[-6.878099, 58.2422],[-6.878799, 58.2423],[-6.879301, 58.2422],[-6.87960, 58.2421],[-6.880199, 58.2418],[-6.88200, 58.2405],[-6.88240, 58.2403],[-6.88280, 58.2403],[-6.8832, 58.2403],[-6.884501, 58.2410],[-6.884799, 58.2411],[-6.8856, 58.2410],[-6.886099, 58.2410],[-6.88630, 58.2411],[-6.8868, 58.2416],[-6.887599, 58.2431],[-6.8884, 58.2451],[-6.888299, 58.2453],[-6.88810, 58.2455],[-6.887199, 58.2456],[-6.88630, 58.2456],[-6.88620, 58.2456],[-6.88620, 58.2458],[-6.888, 58.2466],[-6.888, 58.2469],[-6.887899, 58.2471],[-6.88660, 58.2476],[-6.88530, 58.2478],[-6.884699, 58.2479],[-6.8846, 58.248],[-6.8846, 58.2481],[-6.88530, 58.2492],[-6.8856, 58.2494],[-6.886001, 58.2495],[-6.887499, 58.2495],[-6.8878, 58.2498],[-6.8884, 58.2516],[-6.888599, 58.2518],[-6.888901, 58.2520],[-6.889599, 58.2522],[-6.890699, 58.2526],[-6.891001, 58.2529],[-6.891201, 58.2534],[-6.89140, 58.254],[-6.8915, 58.2548],[-6.891201, 58.256],[-6.891201, 58.2561],[-6.891201, 58.2562],[-6.892001, 58.2565],[-6.892099, 58.2566],[-6.8922, 58.257],[-6.8926, 58.2583],[-6.8926, 58.2585],[-6.892399, 58.2589],[-6.891001, 58.2594],[-6.8894, 58.2596],[-6.8888, 58.2597],[-6.8888, 58.2598],[-6.889101, 58.26],[-6.8902, 58.2609],[-6.89010, 58.2611],[-6.889999, 58.2612],[-6.8894, 58.2614],[-6.888501, 58.2613],[-6.888, 58.2612],[-6.887599, 58.261],[-6.886001, 58.2596],[-6.885399, 58.2586]]],[[[-7.0066, 57.9229],[-7.005199, 57.9225],[-7.00260, 57.9228],[-7.0005, 57.9228],[-6.9956, 57.9222],[-6.993999, 57.9219],[-6.99270, 57.9212],[-6.99180, 57.9203],[-6.9912, 57.9186],[-6.990399, 57.9163],[-6.987199000000002, 57.9121],[-6.9863, 57.9103],[-6.98660, 57.9081],[-6.986001, 57.9054],[-6.9861, 57.9045],[-6.986899, 57.9035],[-6.9888, 57.9022],[-6.9896, 57.9013],[-6.99090, 57.8998],[-6.991001, 57.8992],[-6.99090, 57.8987],[-6.990399, 57.898],[-6.9896, 57.8971],[-6.98810, 57.8959],[-6.98810, 57.8957],[-6.9887, 57.8954],[-6.992001, 57.8954],[-6.9931, 57.8953],[-6.993999, 57.895],[-6.994599, 57.8947],[-6.9952, 57.8943],[-6.99550, 57.8939],[-6.995399, 57.8933],[-6.99510, 57.8927],[-6.9948, 57.8918],[-6.994999, 57.8911],[-6.99550, 57.8905],[-6.997799, 57.8895],[-6.999501000000002, 57.8888],[-7.0004, 57.8882],[-7.002, 57.8868],[-7.003799, 57.8862],[-7.0062, 57.8855],[-7.006401, 57.8853],[-7.006299, 57.8847],[-7.0062, 57.884],[-7.006401, 57.8838],[-7.007, 57.8838],[-7.007599, 57.8839],[-7.0086, 57.8842],[-7.0099, 57.884],[-7.010099, 57.8838],[-7.0099, 57.8834],[-7.009301, 57.8829],[-7.009301, 57.8828],[-7.009501, 57.8825],[-7.00960, 57.8825],[-7.01000, 57.8824],[-7.010799, 57.8823],[-7.0116, 57.8825],[-7.01210, 57.8828],[-7.012199, 57.8834],[-7.012499000000002, 57.8837],[-7.0128, 57.8839],[-7.013199, 57.884],[-7.0137, 57.8839],[-7.0142, 57.8836],[-7.014699, 57.8835],[-7.014999, 57.8837],[-7.015299, 57.8845],[-7.0159, 57.8848],[-7.016201, 57.8852],[-7.016201, 57.8855],[-7.0158, 57.8865],[-7.0159, 57.8871],[-7.0164, 57.8876],[-7.01800, 57.8879],[-7.0211, 57.8881],[-7.023399, 57.8885],[-7.024199, 57.8885],[-7.0254, 57.8884],[-7.0262, 57.8885],[-7.0272, 57.8891],[-7.02790, 57.8893],[-7.0299, 57.8897],[-7.031099, 57.8903],[-7.033, 57.8912],[-7.033999, 57.8917],[-7.034699, 57.892],[-7.0352, 57.8926],[-7.03550, 57.8936],[-7.036099, 57.8941],[-7.0368, 57.8941],[-7.038199, 57.8944],[-7.039, 57.8947],[-7.0398, 57.8955],[-7.041201000000002, 57.8966],[-7.0423, 57.8968],[-7.0432, 57.8969],[-7.0447, 57.8967],[-7.0465, 57.8964],[-7.0474, 57.8961],[-7.048299, 57.8956],[-7.04910, 57.8951],[-7.0496, 57.8945],[-7.050099000000002, 57.8936],[-7.050399, 57.8927],[-7.0503, 57.8921],[-7.050099000000002, 57.8918],[-7.0488, 57.8914],[-7.04860, 57.8912],[-7.04870, 57.8907],[-7.049301, 57.8888],[-7.049399, 57.888],[-7.04950, 57.8871],[-7.049699, 57.8862],[-7.050099000000002, 57.8857],[-7.050499, 57.8855],[-7.0509, 57.8854],[-7.0517, 57.8851],[-7.051801, 57.8849],[-7.052001, 57.8846],[-7.052299, 57.884],[-7.052599, 57.8838],[-7.0534, 57.8837],[-7.054101, 57.8837],[-7.055699, 57.8837],[-7.0573, 57.8836],[-7.057899, 57.8833],[-7.0601, 57.8815],[-7.061299000000002, 57.8811],[-7.063399, 57.881],[-7.0653, 57.8806],[-7.066201, 57.8802],[-7.0686, 57.8801],[-7.069699, 57.8800],[-7.0704, 57.8797],[-7.07120, 57.8789],[-7.072299, 57.8780],[-7.0738, 57.8768],[-7.07480, 57.8764],[-7.075799, 57.8765],[-7.07670, 57.8766],[-7.077099, 57.8769],[-7.07770, 57.8785],[-7.07810, 57.8796],[-7.0788, 57.8802],[-7.079101, 57.8807],[-7.079101, 57.8821],[-7.079501, 57.8830],[-7.0798, 57.8835],[-7.08100, 57.8844],[-7.081201, 57.8848],[-7.081201, 57.8856],[-7.08100, 57.8859],[-7.08050, 57.8863],[-7.0788, 57.8865],[-7.0784, 57.8869],[-7.0783, 57.8875],[-7.078199, 57.8883],[-7.07810, 57.8888],[-7.077099, 57.8898],[-7.077099, 57.8902],[-7.07730, 57.8905],[-7.0776, 57.8909],[-7.078599, 57.8912],[-7.079501, 57.8913],[-7.079899, 57.8916],[-7.08050, 57.892],[-7.080699, 57.8921],[-7.081201, 57.8921],[-7.0825, 57.8915],[-7.083, 57.8911],[-7.08330, 57.8908],[-7.083701, 57.8908],[-7.0839, 57.8909],[-7.084101, 57.8912],[-7.084301, 57.892],[-7.0844, 57.8926],[-7.084899, 57.8932],[-7.084899, 57.8938],[-7.084301, 57.8946],[-7.083399, 57.8955],[-7.0825, 57.8962],[-7.08190, 57.8964],[-7.081201, 57.896],[-7.080599000000002, 57.8958],[-7.0802, 57.8959],[-7.0797, 57.8961],[-7.07900, 57.896],[-7.078599, 57.8957],[-7.078701000000002, 57.8951],[-7.079199, 57.8947],[-7.079599000000002, 57.8942],[-7.079599000000002, 57.8939],[-7.0793, 57.8937],[-7.0784, 57.8933],[-7.076499, 57.893],[-7.075399, 57.8928],[-7.0746, 57.8932],[-7.074399, 57.8936],[-7.0743, 57.8947],[-7.0738, 57.8954],[-7.072999, 57.8959],[-7.07210, 57.8962],[-7.0696, 57.8963],[-7.068901, 57.8964],[-7.068799, 57.8966],[-7.0686, 57.8971],[-7.068399000000002, 57.8974],[-7.0682, 57.8974],[-7.067699, 57.8972],[-7.06700, 57.8964],[-7.0667, 57.8964],[-7.066401, 57.8967],[-7.0661, 57.8971],[-7.065599, 57.8971],[-7.06460, 57.8967],[-7.0639, 57.8968],[-7.06320, 57.8973],[-7.062699, 57.8977],[-7.0625, 57.8977],[-7.061699, 57.8971],[-7.061201, 57.8971],[-7.06090, 57.8974],[-7.060699, 57.8978],[-7.0601, 57.898],[-7.0574, 57.898],[-7.056099, 57.8981],[-7.055699, 57.8983],[-7.05480, 57.8994],[-7.053299000000002, 57.9001],[-7.052299, 57.9],[-7.0516, 57.8998],[-7.0509, 57.8994],[-7.0507, 57.8992],[-7.0503, 57.8985],[-7.05000, 57.8983],[-7.0492, 57.8981],[-7.04860, 57.8982],[-7.047999, 57.8984],[-7.047299, 57.8988],[-7.04530, 57.9001],[-7.04530, 57.9007],[-7.045199, 57.9013],[-7.0447, 57.9018],[-7.0447, 57.9025],[-7.0446, 57.9034],[-7.045199, 57.9042],[-7.045, 57.9055],[-7.0447, 57.9065],[-7.040699, 57.9097],[-7.0404, 57.9106],[-7.0402, 57.9114],[-7.039999, 57.9121],[-7.039899, 57.9126],[-7.039599, 57.9129],[-7.039, 57.9131],[-7.0384, 57.9137],[-7.038, 57.9141],[-7.037399, 57.9142],[-7.03650, 57.9138],[-7.036099, 57.9137],[-7.0352, 57.9141],[-7.0342, 57.9141],[-7.033501, 57.9139],[-7.0323, 57.9142],[-7.0313, 57.9146],[-7.031001, 57.9146],[-7.03020, 57.9141],[-7.029699, 57.9142],[-7.0295, 57.9144],[-7.0295, 57.9149],[-7.029799000000002, 57.9153],[-7.030399, 57.9157],[-7.030499, 57.916],[-7.030399, 57.9165],[-7.0299, 57.9177],[-7.029799000000002, 57.9191],[-7.0295, 57.9194],[-7.0287, 57.9196],[-7.027699, 57.9196],[-7.026899, 57.9195],[-7.026299, 57.9192],[-7.025599, 57.919],[-7.025199, 57.9191],[-7.024899, 57.9195],[-7.024, 57.9196],[-7.0229, 57.9194],[-7.021601, 57.9192],[-7.020199, 57.9193],[-7.01860, 57.9192],[-7.017099, 57.9188],[-7.0158, 57.919],[-7.0137, 57.9196],[-7.0118, 57.9198],[-7.011001, 57.9204],[-7.01020, 57.9207],[-7.008901, 57.9205],[-7.00870, 57.9209],[-7.008399, 57.9215],[-7.0079, 57.9219],[-7.0081, 57.9225],[-7.0079, 57.9228],[-7.0075, 57.9229],[-7.0066, 57.9229]]],[[[-7.165699, 57.7394],[-7.164101, 57.7392],[-7.161601, 57.7392],[-7.16020, 57.7389],[-7.1581, 57.7383],[-7.155399, 57.7375],[-7.153999, 57.737],[-7.15240, 57.7363],[-7.1508, 57.7355],[-7.1497, 57.7352],[-7.14860, 57.7349],[-7.146801, 57.7343],[-7.14540, 57.7335],[-7.144599, 57.7329],[-7.144, 57.7324],[-7.14350, 57.7318],[-7.143099, 57.7313],[-7.143, 57.7308],[-7.143199, 57.7298],[-7.14350, 57.7294],[-7.144101, 57.729],[-7.145599, 57.7287],[-7.147299, 57.7287],[-7.149199, 57.7286],[-7.1501, 57.7283],[-7.1512, 57.7274],[-7.151801, 57.7266],[-7.151899000000002, 57.7262],[-7.151899000000002, 57.7255],[-7.151401, 57.7239],[-7.151, 57.723],[-7.15040, 57.7218],[-7.15000, 57.721],[-7.149799, 57.7203],[-7.149799, 57.7197],[-7.150199, 57.7189],[-7.150499, 57.7186],[-7.1512, 57.7183],[-7.15240, 57.7179],[-7.153299, 57.7177],[-7.15410, 57.7177],[-7.155499, 57.718],[-7.1577, 57.7187],[-7.159101, 57.7196],[-7.159999, 57.7201],[-7.159999, 57.7206],[-7.159699, 57.7207],[-7.158999, 57.7203],[-7.15800, 57.72],[-7.157499, 57.7201],[-7.157599, 57.7205],[-7.158199, 57.7208],[-7.159699, 57.7212],[-7.16260, 57.7216],[-7.163599, 57.7218],[-7.164599, 57.7219],[-7.1651, 57.7218],[-7.165599, 57.7216],[-7.167099, 57.7208],[-7.167399, 57.7207],[-7.16820, 57.7205],[-7.1695, 57.7202],[-7.1704, 57.72],[-7.171201, 57.7197],[-7.171401, 57.7195],[-7.17150, 57.7193],[-7.1716, 57.719],[-7.171401, 57.7184],[-7.17110, 57.7178],[-7.170499, 57.7169],[-7.170199000000002, 57.7166],[-7.1689, 57.7164],[-7.16860, 57.7163],[-7.1685, 57.7161],[-7.16860, 57.7154],[-7.16860, 57.7151],[-7.16830, 57.7148],[-7.1675, 57.7142],[-7.166699, 57.7135],[-7.16640, 57.7131],[-7.166299, 57.7129],[-7.166299, 57.7126],[-7.166299, 57.7124],[-7.1668, 57.7122],[-7.167399, 57.7123],[-7.169, 57.7125],[-7.169899, 57.7122],[-7.171401, 57.7119],[-7.1728, 57.7118],[-7.1736, 57.7118],[-7.1741, 57.7117],[-7.174699, 57.7113],[-7.176401000000002, 57.7106],[-7.176499, 57.7104],[-7.17660, 57.7102],[-7.17660, 57.7099],[-7.176499, 57.7094],[-7.176401000000002, 57.7089],[-7.17660, 57.708],[-7.176801, 57.7078],[-7.177499, 57.7073],[-7.177999, 57.7068],[-7.177899, 57.7066],[-7.177599, 57.7063],[-7.177299, 57.7057],[-7.176899, 57.7048],[-7.1771, 57.7044],[-7.177299, 57.7042],[-7.177899, 57.704],[-7.178999, 57.7036],[-7.1802, 57.7032],[-7.18140, 57.7033],[-7.18270, 57.7036],[-7.18390, 57.704],[-7.184999, 57.7045],[-7.186601, 57.7052],[-7.18800, 57.7053],[-7.1882, 57.7054],[-7.188399, 57.7058],[-7.1883, 57.7069],[-7.188399, 57.7075],[-7.18890, 57.7083],[-7.1895, 57.7089],[-7.19070, 57.7099],[-7.19170, 57.7105],[-7.192599, 57.7109],[-7.193799, 57.711],[-7.1956, 57.7106],[-7.19740, 57.71],[-7.19930, 57.7092],[-7.200699000000002, 57.7084],[-7.201001, 57.708],[-7.20120, 57.7077],[-7.2013, 57.7072],[-7.20120, 57.7068],[-7.20030, 57.706],[-7.19870, 57.7056],[-7.1962, 57.7051],[-7.195499000000002, 57.7047],[-7.195099, 57.7043],[-7.195099, 57.704],[-7.1953, 57.7038],[-7.195499000000002, 57.7036],[-7.1963, 57.7033],[-7.197599, 57.7031],[-7.198299, 57.703],[-7.19920, 57.7029],[-7.1999, 57.7029],[-7.201001, 57.7031],[-7.20260, 57.7034],[-7.204999, 57.7038],[-7.2107, 57.7036],[-7.21290, 57.7037],[-7.2136, 57.7038],[-7.214799000000002, 57.7044],[-7.216001, 57.7051],[-7.21710, 57.7055],[-7.218901, 57.7054],[-7.2224, 57.7053],[-7.224699, 57.7054],[-7.225699, 57.7054],[-7.226299, 57.7056],[-7.226699, 57.7057],[-7.22690, 57.706],[-7.22690, 57.7064],[-7.22690, 57.7069],[-7.2268, 57.7071],[-7.2265, 57.7073],[-7.225299, 57.7075],[-7.224101, 57.7076],[-7.223599, 57.7078],[-7.2224, 57.7087],[-7.2202, 57.7103],[-7.2188, 57.7115],[-7.21670, 57.7131],[-7.215199, 57.7141],[-7.21250, 57.7159],[-7.211699, 57.7164],[-7.2111, 57.7172],[-7.2108, 57.7179],[-7.2104, 57.7187],[-7.209599, 57.7197],[-7.207099, 57.7217],[-7.205599, 57.7231],[-7.204599, 57.7242],[-7.202899, 57.727],[-7.201499, 57.7284],[-7.20060, 57.7291],[-7.200099, 57.7297],[-7.1998, 57.7302],[-7.1996, 57.7308],[-7.19930, 57.733],[-7.19920, 57.7334],[-7.198901000000002, 57.7339],[-7.198501, 57.7344],[-7.1981, 57.7348],[-7.197599, 57.7351],[-7.1962, 57.7355],[-7.193799, 57.7358],[-7.1911, 57.7363],[-7.18750, 57.7371],[-7.183701, 57.7379],[-7.179999, 57.7383],[-7.177001, 57.7385],[-7.1745, 57.7385],[-7.1729, 57.7385],[-7.170899, 57.7387],[-7.1689, 57.739],[-7.16730, 57.7393],[-7.165699, 57.7394]]],[[[-7.128701, 58.0385],[-7.12710, 58.038],[-7.12610, 58.038],[-7.125199, 58.0382],[-7.124501, 58.0376],[-7.124101, 58.0366],[-7.1248, 58.0357],[-7.124899, 58.0351],[-7.1243, 58.0344],[-7.1234, 58.0334],[-7.12180, 58.0335],[-7.120699, 58.0341],[-7.11980, 58.0341],[-7.11810, 58.0341],[-7.115699, 58.0334],[-7.114799, 58.033],[-7.1142, 58.0322],[-7.1132, 58.0316],[-7.112199, 58.0317],[-7.1117, 58.0324],[-7.110899, 58.0326],[-7.10970, 58.0325],[-7.1075, 58.0308],[-7.1047, 58.0288],[-7.104101, 58.0271],[-7.102799, 58.0261],[-7.1023, 58.0231],[-7.101201, 58.0201],[-7.100299, 58.0191],[-7.100299, 58.0165],[-7.100399, 58.0142],[-7.099899, 58.013],[-7.098199, 58.0126],[-7.097199, 58.0125],[-7.097001, 58.0119],[-7.097199, 58.0111],[-7.096499, 58.0099],[-7.097001, 58.0091],[-7.0977, 58.0078],[-7.097499, 58.0069],[-7.0976, 58.0064],[-7.0994, 58.0064],[-7.099999, 58.0062],[-7.100299, 58.0054],[-7.1008, 58.0053],[-7.1014, 58.0053],[-7.103099000000002, 58.0055],[-7.10500, 58.0053],[-7.1071, 58.0049],[-7.109, 58.0042],[-7.111001, 58.004],[-7.1132, 58.0038],[-7.114501, 58.0039],[-7.115499, 58.0044],[-7.11620, 58.0052],[-7.117599, 58.0053],[-7.118299, 58.0053],[-7.118701, 58.0055],[-7.1188, 58.0061],[-7.118501, 58.0067],[-7.120399000000002, 58.0087],[-7.1215, 58.0093],[-7.123, 58.01],[-7.125199, 58.01],[-7.126601000000002, 58.0103],[-7.1276, 58.0099],[-7.128799, 58.01],[-7.1295, 58.0104],[-7.130799, 58.0106],[-7.131401, 58.0109],[-7.13070, 58.0122],[-7.131001, 58.0125],[-7.1346, 58.011],[-7.135399, 58.0108],[-7.1363, 58.011],[-7.137499, 58.0117],[-7.138501, 58.0116],[-7.1409, 58.0114],[-7.142099, 58.0116],[-7.143701, 58.0114],[-7.14440, 58.0115],[-7.145199, 58.0106],[-7.146201, 58.0101],[-7.1483, 58.0099],[-7.1497, 58.0094],[-7.150199, 58.0095],[-7.150599, 58.0098],[-7.1497, 58.0107],[-7.150499, 58.0113],[-7.151899000000002, 58.0117],[-7.15380, 58.0129],[-7.15570, 58.0136],[-7.1559, 58.0144],[-7.1559, 58.015],[-7.1553, 58.0156],[-7.1549, 58.0162],[-7.15570, 58.0173],[-7.156401, 58.0177],[-7.157899, 58.0177],[-7.1588, 58.0178],[-7.159999, 58.0183],[-7.161099, 58.0196],[-7.162499, 58.0206],[-7.163199, 58.0215],[-7.163, 58.0227],[-7.162199, 58.0239],[-7.1619, 58.0248],[-7.163199, 58.026],[-7.1647, 58.0272],[-7.167799, 58.0288],[-7.16820, 58.0295],[-7.168399, 58.0301],[-7.167799, 58.0305],[-7.167099, 58.0308],[-7.164999000000002, 58.0308],[-7.162899, 58.0312],[-7.1613, 58.0318],[-7.161001, 58.0326],[-7.1606, 58.0335],[-7.15930, 58.0338],[-7.157001, 58.0342],[-7.15380, 58.0334],[-7.152699, 58.0331],[-7.1512, 58.0338],[-7.1507, 58.0341],[-7.149899, 58.0347],[-7.149199, 58.035],[-7.1491, 58.0351],[-7.149199, 58.0352],[-7.151401, 58.0352],[-7.151899000000002, 58.0354],[-7.1521, 58.0357],[-7.152299, 58.036],[-7.152299, 58.0362],[-7.1521, 58.0364],[-7.1517, 58.0364],[-7.14960, 58.036],[-7.149199, 58.036],[-7.147299, 58.0364],[-7.146299, 58.0363],[-7.145199, 58.036],[-7.1433, 58.0359],[-7.140699, 58.0362],[-7.136899, 58.0371],[-7.1342, 58.038],[-7.13310, 58.0391],[-7.130199, 58.039],[-7.128701, 58.0385]]],[[[-7.56540, 56.9502],[-7.564199, 56.9497],[-7.561601, 56.9497],[-7.55930, 56.9491],[-7.55770, 56.9491],[-7.55680, 56.9492],[-7.55550, 56.9489],[-7.5546, 56.9486],[-7.553901, 56.9487],[-7.553299, 56.9484],[-7.553299, 56.9481],[-7.5528, 56.9477],[-7.55030, 56.9472],[-7.54990, 56.9464],[-7.548399000000002, 56.9458],[-7.544301, 56.9458],[-7.54230, 56.9456],[-7.54140, 56.9459],[-7.54080, 56.9459],[-7.539899, 56.9455],[-7.538, 56.9456],[-7.5363, 56.9464],[-7.535699, 56.9465],[-7.534101, 56.9466],[-7.5328, 56.9472],[-7.532001, 56.9472],[-7.53070, 56.9466],[-7.5302, 56.9453],[-7.529301000000002, 56.9446],[-7.52820, 56.9444],[-7.5274, 56.9437],[-7.52780, 56.9429],[-7.529699, 56.9426],[-7.5303, 56.9419],[-7.5312, 56.9416],[-7.532199, 56.9413],[-7.533299, 56.9408],[-7.53430, 56.9407],[-7.536699, 56.9412],[-7.53850, 56.941],[-7.53940, 56.9404],[-7.5393, 56.9396],[-7.537399, 56.9398],[-7.53520, 56.9396],[-7.534501, 56.939],[-7.531801, 56.9387],[-7.529301000000002, 56.9382],[-7.526899, 56.9382],[-7.522999, 56.9384],[-7.519599, 56.9377],[-7.5168, 56.9374],[-7.5155, 56.9375],[-7.513299, 56.9374],[-7.51230, 56.9374],[-7.511099, 56.9366],[-7.509399, 56.9364],[-7.506001, 56.9368],[-7.505499, 56.9367],[-7.5036, 56.9363],[-7.4994, 56.9363],[-7.4984, 56.9358],[-7.497099, 56.9359],[-7.49640, 56.9362],[-7.4955, 56.9362],[-7.4942, 56.9353],[-7.492899, 56.9349],[-7.492199, 56.9353],[-7.491001, 56.936],[-7.490399, 56.9361],[-7.4881, 56.9355],[-7.487599, 56.935],[-7.486801, 56.9341],[-7.485499, 56.9331],[-7.4854, 56.9321],[-7.4857, 56.9315],[-7.4867, 56.9311],[-7.487599, 56.9305],[-7.488901, 56.9304],[-7.489999, 56.9307],[-7.49120, 56.9317],[-7.493299, 56.9316],[-7.493701, 56.932],[-7.494101, 56.9326],[-7.49390, 56.9336],[-7.494101, 56.9342],[-7.494599, 56.9343],[-7.4951, 56.9341],[-7.49630, 56.9331],[-7.4969, 56.9323],[-7.4976, 56.9319],[-7.499199, 56.9317],[-7.50010, 56.9313],[-7.5008, 56.9307],[-7.5014, 56.9307],[-7.5041, 56.9319],[-7.504799000000002, 56.932],[-7.505099, 56.9314],[-7.505799, 56.9313],[-7.507699, 56.9321],[-7.508399, 56.9321],[-7.509301, 56.9324],[-7.5116, 56.9344],[-7.51280, 56.9348],[-7.51640, 56.9344],[-7.51730, 56.9334],[-7.51730, 56.9327],[-7.51790, 56.9321],[-7.519599, 56.932],[-7.5204, 56.9313],[-7.521601, 56.9305],[-7.523099000000002, 56.9302],[-7.52540, 56.9297],[-7.5267, 56.9287],[-7.52780, 56.9283],[-7.531899, 56.9278],[-7.5328, 56.927],[-7.5328, 56.9259],[-7.5317, 56.9223],[-7.531001, 56.9221],[-7.527, 56.9222],[-7.523799, 56.9219],[-7.5214, 56.9213],[-7.5201, 56.9213],[-7.517799, 56.9217],[-7.513299, 56.9227],[-7.512001, 56.9226],[-7.509799, 56.9221],[-7.50860, 56.9224],[-7.506499, 56.9225],[-7.501699, 56.9224],[-7.5008, 56.9222],[-7.500299, 56.9216],[-7.500299, 56.9208],[-7.500299, 56.9198],[-7.5008, 56.9187],[-7.50190, 56.9177],[-7.504399, 56.917],[-7.505099, 56.916],[-7.505599, 56.916],[-7.506899, 56.9167],[-7.5079, 56.9167],[-7.509399, 56.9163],[-7.510499, 56.916],[-7.510499, 56.9156],[-7.510799, 56.9149],[-7.511099, 56.9149],[-7.5121, 56.9154],[-7.51310, 56.9155],[-7.51310, 56.9151],[-7.512899, 56.9145],[-7.513, 56.9137],[-7.51370, 56.9135],[-7.514101, 56.9131],[-7.5152, 56.9132],[-7.51640, 56.913],[-7.51730, 56.9124],[-7.517799, 56.9124],[-7.518799, 56.9125],[-7.52, 56.9135],[-7.5205, 56.9136],[-7.521801, 56.9137],[-7.522, 56.914],[-7.522699, 56.9142],[-7.5251, 56.9142],[-7.525899000000002, 56.9142],[-7.5267, 56.915],[-7.5275, 56.9151],[-7.52820, 56.9151],[-7.529699, 56.9149],[-7.530499, 56.9142],[-7.5312, 56.9132],[-7.531499, 56.9128],[-7.531499, 56.9126],[-7.53240, 56.9123],[-7.53240, 56.9122],[-7.532001, 56.9113],[-7.531499, 56.9104],[-7.531801, 56.9101],[-7.53300, 56.9101],[-7.5337, 56.9103],[-7.5359, 56.9112],[-7.537001, 56.9113],[-7.53900, 56.9116],[-7.539999, 56.9121],[-7.540599, 56.9119],[-7.542399, 56.9116],[-7.54320, 56.9113],[-7.543399, 56.9108],[-7.5439, 56.91],[-7.54610, 56.9099],[-7.548399000000002, 56.9105],[-7.55, 56.9118],[-7.550799, 56.912],[-7.5521, 56.9122],[-7.552199, 56.9127],[-7.5521, 56.9132],[-7.55030, 56.9132],[-7.5491, 56.9132],[-7.5491, 56.9134],[-7.55, 56.9142],[-7.551499, 56.9143],[-7.551499, 56.9149],[-7.550799, 56.9153],[-7.550499, 56.9154],[-7.550799, 56.9159],[-7.55130, 56.9161],[-7.55120, 56.9167],[-7.55130, 56.917],[-7.552199, 56.917],[-7.553599000000002, 56.9167],[-7.553599000000002, 56.9172],[-7.5534, 56.9175],[-7.5534, 56.9176],[-7.5537, 56.9178],[-7.555099, 56.9181],[-7.554999, 56.9187],[-7.553999, 56.9191],[-7.552499, 56.9193],[-7.5524, 56.9197],[-7.552499, 56.9202],[-7.5534, 56.9201],[-7.553999, 56.9201],[-7.554501, 56.9206],[-7.5548, 56.9208],[-7.556499, 56.9209],[-7.5585, 56.9211],[-7.558701, 56.9218],[-7.558599, 56.9223],[-7.5584, 56.9224],[-7.55830, 56.9232],[-7.5576, 56.9233],[-7.55680, 56.9233],[-7.5546, 56.9227],[-7.553501, 56.923],[-7.5528, 56.923],[-7.5521, 56.9228],[-7.550099, 56.9224],[-7.5487, 56.9216],[-7.5481, 56.9216],[-7.54710, 56.9222],[-7.5466, 56.9225],[-7.5454, 56.9222],[-7.544199000000002, 56.9217],[-7.543, 56.9214],[-7.542099, 56.9218],[-7.53900, 56.9257],[-7.5388, 56.9264],[-7.5388, 56.9269],[-7.539599, 56.9275],[-7.542099, 56.9287],[-7.54230, 56.9294],[-7.54330, 56.9299],[-7.54780, 56.9305],[-7.5482, 56.9307],[-7.550099, 56.9307],[-7.5524, 56.9306],[-7.5537, 56.9304],[-7.553999, 56.9304],[-7.5553, 56.9307],[-7.556099, 56.9304],[-7.5569, 56.9306],[-7.5569, 56.9311],[-7.55740, 56.9313],[-7.5584, 56.931],[-7.562699, 56.9303],[-7.563099, 56.9307],[-7.5636, 56.9308],[-7.5651, 56.9309],[-7.565199, 56.9313],[-7.56530, 56.9321],[-7.56610, 56.9324],[-7.567299, 56.9327],[-7.566899, 56.9334],[-7.56670, 56.9339],[-7.566899, 56.9340],[-7.5678, 56.9337],[-7.56860, 56.9339],[-7.56950, 56.9342],[-7.56990, 56.9347],[-7.569699, 56.9351],[-7.568999, 56.9358],[-7.5692, 56.9369],[-7.568999, 56.9371],[-7.568099, 56.9374],[-7.567599, 56.9375],[-7.5674, 56.9377],[-7.5675, 56.9381],[-7.568299, 56.9387],[-7.568099, 56.9391],[-7.567699000000002, 56.9396],[-7.565199, 56.9397],[-7.564799, 56.9403],[-7.5645, 56.9409],[-7.563701, 56.9409],[-7.5626, 56.9408],[-7.561699, 56.9411],[-7.56010, 56.9412],[-7.559899, 56.9416],[-7.559999, 56.9417],[-7.56150, 56.9419],[-7.562001, 56.9422],[-7.5614, 56.9425],[-7.559599, 56.9426],[-7.559501, 56.9431],[-7.559501, 56.9436],[-7.55970, 56.9439],[-7.56190, 56.9442],[-7.563, 56.9447],[-7.5636, 56.9455],[-7.5647, 56.9457],[-7.565899, 56.9462],[-7.56610, 56.9469],[-7.5666, 56.9473],[-7.5678, 56.9477],[-7.5687, 56.9481],[-7.568501, 56.9485],[-7.567999, 56.9487],[-7.567299, 56.9488],[-7.56720, 56.9499],[-7.566401, 56.9503],[-7.56540, 56.9502]]],[[[-7.388999, 57.538],[-7.388599, 57.5379],[-7.387899, 57.5379],[-7.3866, 57.5381],[-7.386001, 57.5382],[-7.38560, 57.5381],[-7.385499, 57.5379],[-7.385499, 57.5373],[-7.385499, 57.5367],[-7.385399, 57.5364],[-7.385099, 57.5362],[-7.384699000000002, 57.5361],[-7.38410, 57.5361],[-7.3838, 57.5365],[-7.383999, 57.5372],[-7.383999, 57.5375],[-7.38370, 57.5379],[-7.3836, 57.5384],[-7.383901, 57.5392],[-7.38410, 57.54],[-7.38410, 57.5404],[-7.383901, 57.5408],[-7.383399, 57.541],[-7.3829, 57.541],[-7.382199, 57.5409],[-7.381499, 57.5405],[-7.3812, 57.5403],[-7.380099, 57.5401],[-7.3797, 57.5398],[-7.37950, 57.5396],[-7.3797, 57.5388],[-7.379399, 57.5386],[-7.3778, 57.5396],[-7.37720, 57.5401],[-7.37710, 57.5404],[-7.37760, 57.5409],[-7.378399, 57.541],[-7.3797, 57.541],[-7.3803, 57.541],[-7.3807, 57.5411],[-7.380899, 57.5413],[-7.3811, 57.5417],[-7.3812, 57.5421],[-7.3812, 57.5424],[-7.381001, 57.5427],[-7.380799, 57.543],[-7.380499, 57.5432],[-7.378701000000002, 57.543],[-7.3783, 57.5431],[-7.3782, 57.5433],[-7.3783, 57.5436],[-7.379301, 57.5438],[-7.380499, 57.5442],[-7.380599, 57.5444],[-7.38040, 57.5451],[-7.380099, 57.5455],[-7.380199, 57.5457],[-7.380599, 57.5462],[-7.3807, 57.5466],[-7.3807, 57.5468],[-7.380499, 57.5469],[-7.3792, 57.547],[-7.3778, 57.5468],[-7.376601, 57.5465],[-7.37610, 57.5462],[-7.3758, 57.5459],[-7.375599, 57.5454],[-7.376299, 57.5437],[-7.3764, 57.5435],[-7.3764, 57.5433],[-7.376299, 57.5431],[-7.37610, 57.543],[-7.37570, 57.543],[-7.374899, 57.5433],[-7.374599, 57.5435],[-7.374501, 57.5437],[-7.37430, 57.5448],[-7.3739, 57.545],[-7.37340, 57.545],[-7.372099, 57.5446],[-7.371699, 57.5446],[-7.371601000000002, 57.5452],[-7.371699, 57.5456],[-7.37300, 57.5467],[-7.373199, 57.547],[-7.3729, 57.5474],[-7.3722, 57.5473],[-7.371099, 57.5469],[-7.37090, 57.547],[-7.37100, 57.5476],[-7.371099, 57.548],[-7.37090, 57.5485],[-7.369999, 57.5489],[-7.368199, 57.5495],[-7.3674, 57.5496],[-7.366601, 57.5495],[-7.365699, 57.5494],[-7.3653, 57.5493],[-7.364999, 57.549],[-7.364399000000002, 57.5481],[-7.363599, 57.5468],[-7.3628, 57.5459],[-7.362899, 57.5456],[-7.363599, 57.545],[-7.364399000000002, 57.5446],[-7.365799, 57.544],[-7.36770, 57.5433],[-7.3689, 57.5429],[-7.369699, 57.5424],[-7.37010, 57.5421],[-7.370299, 57.5417],[-7.370399, 57.5413],[-7.370299, 57.5411],[-7.369999, 57.5409],[-7.3689, 57.5407],[-7.368599, 57.5408],[-7.367599, 57.5414],[-7.366899, 57.5415],[-7.366001, 57.5409],[-7.365499, 57.5409],[-7.364799, 57.5411],[-7.363501, 57.5419],[-7.3627, 57.5423],[-7.361899, 57.5426],[-7.3613, 57.5427],[-7.3607, 57.5428],[-7.360099, 57.5427],[-7.3596, 57.5426],[-7.358901, 57.5423],[-7.358901, 57.5421],[-7.359399, 57.5412],[-7.359399, 57.5409],[-7.359301, 57.5407],[-7.358799, 57.5405],[-7.357699, 57.5403],[-7.3569, 57.5402],[-7.35640, 57.5405],[-7.35640, 57.5412],[-7.356699, 57.5417],[-7.3575, 57.5426],[-7.357299, 57.5431],[-7.356801, 57.5436],[-7.356201, 57.5437],[-7.355199, 57.5436],[-7.353701, 57.544],[-7.3533, 57.5439],[-7.352799, 57.5434],[-7.352399, 57.543],[-7.35180, 57.542],[-7.3514, 57.541],[-7.351, 57.5403],[-7.3505, 57.5399],[-7.3498, 57.5393],[-7.3483, 57.5379],[-7.347799, 57.5371],[-7.3474, 57.5364],[-7.347199, 57.5361],[-7.3469, 57.536],[-7.3459, 57.5358],[-7.3455, 57.5357],[-7.34520, 57.5355],[-7.3449, 57.5351],[-7.34480, 57.5349],[-7.344699, 57.5342],[-7.344501, 57.534],[-7.344301, 57.5338],[-7.343599, 57.5337],[-7.343299, 57.5336],[-7.3431, 57.5335],[-7.342999, 57.5331],[-7.343299, 57.5327],[-7.344501, 57.5319],[-7.344501, 57.5316],[-7.344301, 57.5314],[-7.342999, 57.5318],[-7.3427, 57.5317],[-7.342599, 57.5315],[-7.3428, 57.5311],[-7.343901, 57.5304],[-7.344501, 57.53],[-7.34480, 57.5299],[-7.345099, 57.53],[-7.34560, 57.5304],[-7.3459, 57.5306],[-7.346401, 57.5307],[-7.347199, 57.5305],[-7.34760, 57.5306],[-7.347799, 57.5308],[-7.34800, 57.531],[-7.348599, 57.5316],[-7.349199, 57.532],[-7.349599, 57.5322],[-7.3501, 57.5321],[-7.3502, 57.532],[-7.3502, 57.5318],[-7.349899, 57.5314],[-7.349501, 57.5308],[-7.349101, 57.5301],[-7.34900, 57.5296],[-7.3493, 57.5291],[-7.349599, 57.5288],[-7.3505, 57.5284],[-7.3534, 57.5276],[-7.35470, 57.5271],[-7.355599, 57.5265],[-7.3561, 57.5261],[-7.35640, 57.5257],[-7.3565, 57.5253],[-7.35640, 57.5249],[-7.356299, 57.5246],[-7.3561, 57.5243],[-7.3558, 57.5241],[-7.35510, 57.5238],[-7.353, 57.5229],[-7.351699, 57.5222],[-7.3502, 57.5212],[-7.349199, 57.5205],[-7.348501, 57.5199],[-7.348199, 57.5195],[-7.347899, 57.5187],[-7.347499, 57.5177],[-7.3473, 57.5171],[-7.347099000000002, 57.5154],[-7.347099000000002, 57.5146],[-7.347099000000002, 57.5138],[-7.347199, 57.5133],[-7.347499, 57.5127],[-7.3477, 57.5123],[-7.348501, 57.5116],[-7.351601, 57.5094],[-7.3535, 57.5079],[-7.353799, 57.5076],[-7.354, 57.5073],[-7.354101, 57.5072],[-7.354199000000002, 57.5067],[-7.354101, 57.5061],[-7.35360, 57.5053],[-7.3535, 57.5048],[-7.35360, 57.5042],[-7.354, 57.5037],[-7.3544, 57.5034],[-7.356801, 57.5025],[-7.361001, 57.5021],[-7.36160, 57.5019],[-7.36160, 57.5018],[-7.3613, 57.5015],[-7.36, 57.5013],[-7.357699, 57.5013],[-7.355199, 57.5014],[-7.35470, 57.5016],[-7.3544, 57.5019],[-7.354, 57.5027],[-7.3535, 57.5028],[-7.35270, 57.5025],[-7.352099, 57.5025],[-7.3519, 57.5026],[-7.351601, 57.5035],[-7.351299, 57.5037],[-7.350699, 57.5036],[-7.350299, 57.5031],[-7.3502, 57.5026],[-7.3505, 57.5020],[-7.353, 57.5011],[-7.354, 57.5007],[-7.354, 57.5005],[-7.353701, 57.5001],[-7.3533, 57.5001],[-7.3523, 57.5007],[-7.35180, 57.5007],[-7.351601, 57.5004],[-7.35180, 57.4993],[-7.35220, 57.4986],[-7.353199000000002, 57.4985],[-7.354199000000002, 57.4986],[-7.355899, 57.4992],[-7.3576, 57.4996],[-7.3613, 57.5006],[-7.364699, 57.5014],[-7.365699, 57.5018],[-7.366899, 57.5024],[-7.36730, 57.5027],[-7.367899, 57.5033],[-7.368299, 57.5038],[-7.3688, 57.5046],[-7.369501, 57.5062],[-7.3698, 57.5079],[-7.37050, 57.5132],[-7.372099, 57.5192],[-7.373099, 57.5208],[-7.374, 57.5219],[-7.374501, 57.5224],[-7.376201, 57.5238],[-7.3797, 57.5263],[-7.3828, 57.5277],[-7.385799, 57.5292],[-7.387899, 57.5306],[-7.38940, 57.5324],[-7.3919, 57.5353],[-7.39540, 57.538],[-7.39970, 57.5411],[-7.401801, 57.5425],[-7.4031, 57.5438],[-7.4037, 57.5446],[-7.403901, 57.5449],[-7.4042, 57.5454],[-7.404399, 57.546],[-7.404399, 57.5464],[-7.404399, 57.5469],[-7.4041, 57.5481],[-7.4037, 57.5492],[-7.402999000000002, 57.5503],[-7.402599, 57.5507],[-7.40200, 57.5511],[-7.40150, 57.5514],[-7.400899, 57.5516],[-7.4004, 57.5517],[-7.4, 57.5516],[-7.39970, 57.5515],[-7.3994, 57.5512],[-7.399199, 57.5508],[-7.399199, 57.5503],[-7.3994, 57.55],[-7.399899, 57.5496],[-7.4008, 57.5489],[-7.401801, 57.5481],[-7.402299, 57.5473],[-7.40240, 57.5469],[-7.40240, 57.5464],[-7.402299, 57.546],[-7.4022, 57.5456],[-7.4017, 57.545],[-7.4, 57.544],[-7.3985, 57.5427],[-7.3976, 57.5416],[-7.3969, 57.5412],[-7.396, 57.541],[-7.3933, 57.5407],[-7.3927, 57.5406],[-7.3918, 57.5402],[-7.391001, 57.5398],[-7.390299, 57.5394],[-7.38980, 57.539],[-7.388999, 57.538]]],[[[-7.2252, 57.7855],[-7.224, 57.7852],[-7.2233, 57.7853],[-7.2217, 57.7856],[-7.220799, 57.7857],[-7.219301, 57.7857],[-7.217199, 57.7857],[-7.215899, 57.7857],[-7.215099, 57.7856],[-7.214, 57.7852],[-7.212699, 57.7845],[-7.211801, 57.7839],[-7.211201, 57.7835],[-7.210299, 57.7828],[-7.209301, 57.7812],[-7.2076, 57.7799],[-7.204199, 57.7776],[-7.202001, 57.7758],[-7.199699000000002, 57.7745],[-7.1996, 57.774],[-7.1996, 57.7736],[-7.199999, 57.7731],[-7.2013, 57.7727],[-7.20260, 57.7721],[-7.205299, 57.7705],[-7.206299, 57.7698],[-7.206601, 57.7693],[-7.20720, 57.7679],[-7.207799, 57.7668],[-7.20830, 57.7663],[-7.208799, 57.7659],[-7.209899, 57.7654],[-7.211801, 57.765],[-7.2156, 57.7644],[-7.21670, 57.7642],[-7.217199, 57.7640],[-7.21990, 57.7619],[-7.220799, 57.7613],[-7.2219, 57.7609],[-7.2234, 57.7608],[-7.2258, 57.7612],[-7.2268, 57.7613],[-7.230299, 57.7614],[-7.231601, 57.7613],[-7.2326, 57.7611],[-7.232999, 57.7607],[-7.2336, 57.7604],[-7.2342, 57.7604],[-7.234799, 57.7605],[-7.235499, 57.7610],[-7.2362, 57.7611],[-7.236801, 57.7610],[-7.237899, 57.7607],[-7.2387, 57.7606],[-7.2417, 57.7608],[-7.24520, 57.7615],[-7.247799, 57.7627],[-7.2497, 57.7639],[-7.25140, 57.7649],[-7.2549, 57.7659],[-7.25740, 57.7672],[-7.2591, 57.7683],[-7.26030, 57.7696],[-7.261401, 57.7703],[-7.262199, 57.7707],[-7.262499, 57.7711],[-7.2628, 57.7722],[-7.263501, 57.7739],[-7.263299, 57.7751],[-7.2628, 57.7761],[-7.262599000000002, 57.7762],[-7.262001, 57.7764],[-7.26130, 57.7763],[-7.260099, 57.7756],[-7.2592, 57.7752],[-7.2586, 57.7753],[-7.258299, 57.7757],[-7.258299, 57.7767],[-7.257999, 57.7772],[-7.256899, 57.7776],[-7.2567, 57.7777],[-7.2566, 57.7778],[-7.256499000000002, 57.7782],[-7.2567, 57.7786],[-7.25740, 57.779],[-7.257999, 57.7794],[-7.2581, 57.7796],[-7.2581, 57.7799],[-7.257699, 57.7805],[-7.256499000000002, 57.7812],[-7.255099, 57.7816],[-7.25410, 57.782],[-7.25360, 57.7821],[-7.2525, 57.7817],[-7.2521, 57.7817],[-7.251699, 57.7817],[-7.25040, 57.7823],[-7.2497, 57.7823],[-7.24790, 57.782],[-7.247001, 57.782],[-7.245399, 57.7824],[-7.244699, 57.7824],[-7.243701, 57.7823],[-7.241899, 57.7818],[-7.2412, 57.7817],[-7.240699, 57.7822],[-7.2402, 57.7829],[-7.239999, 57.7837],[-7.23960, 57.7842],[-7.238299, 57.785],[-7.2374, 57.7853],[-7.2366, 57.7853],[-7.23570, 57.7851],[-7.234799, 57.785],[-7.2332, 57.7855],[-7.232399, 57.7854],[-7.231299, 57.7851],[-7.23, 57.7852],[-7.22930, 57.7854],[-7.2284, 57.7859],[-7.228, 57.786],[-7.227399, 57.786],[-7.22600, 57.7857],[-7.2252, 57.7855]]],[[[-7.275599, 57.0918],[-7.274799000000002, 57.091],[-7.274, 57.091],[-7.27350, 57.0913],[-7.272799, 57.0915],[-7.27190, 57.0916],[-7.270599, 57.0906],[-7.27000, 57.0905],[-7.269501, 57.0908],[-7.2684, 57.0917],[-7.2676, 57.092],[-7.2669, 57.0919],[-7.266601, 57.0915],[-7.266699, 57.0911],[-7.267001, 57.0908],[-7.2679, 57.0907],[-7.2684, 57.0906],[-7.2684, 57.0903],[-7.267799000000002, 57.0896],[-7.2679, 57.0891],[-7.26830, 57.0888],[-7.26930, 57.0888],[-7.26930, 57.0882],[-7.2689, 57.0874],[-7.2689, 57.0867],[-7.269, 57.0861],[-7.2708, 57.086],[-7.27100, 57.0859],[-7.271201, 57.0853],[-7.271299, 57.0848],[-7.272099, 57.0846],[-7.272299, 57.0843],[-7.272299, 57.0838],[-7.271601, 57.0836],[-7.271601, 57.0833],[-7.271801, 57.0831],[-7.271699, 57.0828],[-7.2708, 57.0823],[-7.270199, 57.0823],[-7.27010, 57.0819],[-7.270199, 57.0815],[-7.2707, 57.0810],[-7.2711, 57.0805],[-7.271699, 57.0801],[-7.272399, 57.0801],[-7.2741, 57.0801],[-7.274301, 57.0799],[-7.273901, 57.0796],[-7.27190, 57.0789],[-7.271201, 57.0785],[-7.27100, 57.0782],[-7.27100, 57.0780],[-7.27100, 57.0775],[-7.2714, 57.0771],[-7.27290, 57.0769],[-7.2741, 57.0767],[-7.274799000000002, 57.0764],[-7.2751, 57.0757],[-7.27570, 57.0755],[-7.2765, 57.0753],[-7.27710, 57.0749],[-7.277599, 57.0744],[-7.2779, 57.0739],[-7.2782, 57.0733],[-7.2774, 57.0725],[-7.2772, 57.0721],[-7.2772, 57.0707],[-7.2772, 57.0700],[-7.27710, 57.0698],[-7.27610, 57.0694],[-7.275899, 57.0690],[-7.276, 57.0688],[-7.27620, 57.0687],[-7.276801, 57.0688],[-7.2778, 57.0688],[-7.278399, 57.0687],[-7.279301, 57.0686],[-7.279699, 57.0686],[-7.2806, 57.0686],[-7.2807, 57.0684],[-7.2807, 57.0677],[-7.28090, 57.0675],[-7.283, 57.0674],[-7.2843, 57.0673],[-7.285299, 57.0675],[-7.286601, 57.0677],[-7.28760, 57.0678],[-7.288701, 57.0675],[-7.289199, 57.0673],[-7.2897, 57.0674],[-7.293399, 57.0689],[-7.294799, 57.0691],[-7.29600, 57.0691],[-7.296401, 57.0689],[-7.2967, 57.0685],[-7.2967, 57.0681],[-7.2965, 57.0674],[-7.29600, 57.0671],[-7.29540, 57.0669],[-7.2946, 57.0667],[-7.293, 57.0662],[-7.292699, 57.066],[-7.2925, 57.0656],[-7.291699, 57.0655],[-7.2901, 57.0657],[-7.28930, 57.0656],[-7.28800, 57.0652],[-7.287799, 57.0652],[-7.2877, 57.0657],[-7.28760, 57.0661],[-7.287399, 57.0663],[-7.2868, 57.0663],[-7.2864, 57.0663],[-7.286001, 57.066],[-7.2863, 57.0657],[-7.2864, 57.0654],[-7.28560, 57.0651],[-7.282899, 57.0652],[-7.2821, 57.0650],[-7.281801, 57.0649],[-7.2817, 57.0642],[-7.2816, 57.0638],[-7.278299, 57.0634],[-7.27710, 57.0634],[-7.2765, 57.0631],[-7.276401, 57.0628],[-7.2766, 57.0626],[-7.276801, 57.0625],[-7.2779, 57.0626],[-7.2791, 57.0624],[-7.280499, 57.0621],[-7.2824, 57.0618],[-7.2827, 57.0617],[-7.28280, 57.0615],[-7.2824, 57.061],[-7.2821, 57.0601],[-7.2824, 57.0597],[-7.28230, 57.0591],[-7.28130, 57.0585],[-7.280499, 57.0583],[-7.2803, 57.0581],[-7.280399, 57.0578],[-7.282899, 57.0578],[-7.28380, 57.0577],[-7.28420, 57.0574],[-7.28560, 57.0556],[-7.2864, 57.055],[-7.2877, 57.0544],[-7.289999, 57.0536],[-7.291201, 57.0535],[-7.293701, 57.055],[-7.29500, 57.0557],[-7.297999, 57.0564],[-7.300799, 57.0569],[-7.303299, 57.0579],[-7.30530, 57.0589],[-7.30590, 57.0596],[-7.306201, 57.0603],[-7.306499, 57.0611],[-7.30670, 57.0615],[-7.307199, 57.0621],[-7.3073, 57.0626],[-7.307199, 57.0629],[-7.307001, 57.0638],[-7.307001, 57.0645],[-7.308, 57.0654],[-7.3083, 57.0665],[-7.3083, 57.0668],[-7.30810, 57.0671],[-7.307499, 57.0677],[-7.3073, 57.0680],[-7.307001, 57.0688],[-7.307199, 57.0695],[-7.307001, 57.0698],[-7.306499, 57.0703],[-7.30590, 57.0708],[-7.30480, 57.0715],[-7.3037, 57.0723],[-7.3031, 57.0728],[-7.3024, 57.0734],[-7.3024, 57.0737],[-7.302899, 57.0748],[-7.303599, 57.0757],[-7.304699, 57.0769],[-7.305399000000002, 57.0776],[-7.306201, 57.0783],[-7.306601, 57.0786],[-7.307199, 57.0789],[-7.307799, 57.0790],[-7.308199, 57.0789],[-7.3093, 57.0783],[-7.3097, 57.0783],[-7.3102, 57.0788],[-7.31040, 57.0794],[-7.31050, 57.0803],[-7.31050, 57.0809],[-7.310299, 57.0816],[-7.309101, 57.0838],[-7.30900, 57.0844],[-7.309101, 57.0849],[-7.309899, 57.0869],[-7.310299, 57.0877],[-7.310299, 57.0885],[-7.31010, 57.0905],[-7.3098, 57.0909],[-7.3094, 57.091],[-7.308701000000002, 57.0905],[-7.3064, 57.0897],[-7.30530, 57.0894],[-7.3013, 57.0886],[-7.297999, 57.0882],[-7.297, 57.0882],[-7.2965, 57.0888],[-7.2961, 57.0893],[-7.29540, 57.0899],[-7.2951, 57.0909],[-7.294799, 57.0911],[-7.294301, 57.0911],[-7.2932, 57.0909],[-7.292799, 57.0911],[-7.292099, 57.0917],[-7.291699, 57.092],[-7.290699, 57.0921],[-7.289501, 57.0922],[-7.28890, 57.0921],[-7.2885, 57.0915],[-7.288199, 57.0909],[-7.2877, 57.0904],[-7.287199, 57.0903],[-7.28560, 57.091],[-7.284501, 57.0911],[-7.283, 57.091],[-7.281899000000002, 57.0907],[-7.28090, 57.0905],[-7.2802, 57.0909],[-7.280099, 57.0912],[-7.27990, 57.092],[-7.278999000000002, 57.0921],[-7.277699, 57.0923],[-7.27710, 57.0924],[-7.276401, 57.0923],[-7.275599, 57.0918]]],[[[-6.6916, 57.8795],[-6.687099, 57.8774],[-6.684599, 57.8770],[-6.6838, 57.8780],[-6.682099000000002, 57.8780],[-6.6799, 57.8775],[-6.678999, 57.8783],[-6.677299, 57.8779],[-6.6753, 57.8778],[-6.6742, 57.8770],[-6.6728, 57.8756],[-6.671201, 57.8747],[-6.67030, 57.8744],[-6.668799, 57.8746],[-6.667699, 57.8749],[-6.667099, 57.8749],[-6.66610, 57.8747],[-6.6658, 57.8743],[-6.666299, 57.8740],[-6.6675, 57.8739],[-6.6683, 57.8736],[-6.66850, 57.8732],[-6.6682, 57.8729],[-6.667399, 57.8729],[-6.6664, 57.8731],[-6.6655, 57.8733],[-6.6644, 57.8733],[-6.663199, 57.8736],[-6.662399, 57.8741],[-6.661099, 57.8744],[-6.66090, 57.8744],[-6.6602, 57.8743],[-6.6588, 57.8740],[-6.656099, 57.8739],[-6.6545, 57.8733],[-6.6532, 57.8727],[-6.65120, 57.8722],[-6.6507, 57.8716],[-6.650599, 57.8713],[-6.649301, 57.8713],[-6.648099, 57.8714],[-6.647399, 57.8709],[-6.6472, 57.8702],[-6.647799, 57.8695],[-6.649, 57.8691],[-6.651299, 57.8689],[-6.651801, 57.8684],[-6.651801, 57.8680],[-6.6515, 57.8678],[-6.649799, 57.8676],[-6.64830, 57.8675],[-6.647, 57.867],[-6.64510, 57.867],[-6.644501, 57.8668],[-6.644101, 57.8663],[-6.6444, 57.8654],[-6.6443, 57.8645],[-6.643701, 57.864],[-6.642799, 57.8635],[-6.64260, 57.8629],[-6.642499, 57.8624],[-6.6418, 57.8623],[-6.6405, 57.8622],[-6.63990, 57.8618],[-6.639999, 57.8613],[-6.6405, 57.8609],[-6.6406, 57.8603],[-6.640299000000002, 57.8602],[-6.6393, 57.8597],[-6.63880, 57.8589],[-6.638599, 57.8582],[-6.638599, 57.8574],[-6.639101, 57.8571],[-6.6402, 57.8577],[-6.641099, 57.8587],[-6.6418, 57.8591],[-6.642499, 57.8588],[-6.6429, 57.858],[-6.643, 57.8573],[-6.643099, 57.8566],[-6.643701, 57.8563],[-6.6457, 57.8562],[-6.646699, 57.8559],[-6.65, 57.8551],[-6.652299, 57.855],[-6.654301, 57.855],[-6.654699, 57.8549],[-6.655, 57.8545],[-6.6552, 57.8539],[-6.656099, 57.8534],[-6.656401, 57.8531],[-6.6566, 57.8525],[-6.656899, 57.8523],[-6.657499, 57.8523],[-6.658299, 57.8527],[-6.6594, 57.8529],[-6.660299, 57.8528],[-6.661099, 57.8524],[-6.6618, 57.8524],[-6.662499, 57.8528],[-6.663599, 57.8533],[-6.6648, 57.8526],[-6.666, 57.8521],[-6.6668, 57.8517],[-6.668099, 57.8511],[-6.6686, 57.8511],[-6.669, 57.8513],[-6.66950, 57.8516],[-6.66950, 57.8523],[-6.668701, 57.8534],[-6.668701, 57.8542],[-6.668399, 57.8551],[-6.667799, 57.8559],[-6.667799, 57.8568],[-6.668399, 57.8571],[-6.669199, 57.8570],[-6.6707, 57.8571],[-6.6716, 57.8574],[-6.6724, 57.8578],[-6.6725, 57.8582],[-6.67220, 57.8585],[-6.670899000000002, 57.8588],[-6.6701, 57.8592],[-6.669301, 57.8597],[-6.669101000000002, 57.8602],[-6.669101000000002, 57.8605],[-6.669799, 57.8607],[-6.6707, 57.8605],[-6.671201, 57.8601],[-6.672, 57.8596],[-6.6728, 57.8593],[-6.67560, 57.8592],[-6.6762, 57.8593],[-6.677299, 57.8596],[-6.6781, 57.8602],[-6.678901, 57.8603],[-6.6793, 57.8601],[-6.679501, 57.8596],[-6.6793, 57.859],[-6.6787, 57.8585],[-6.677299, 57.8581],[-6.6757, 57.858],[-6.674399, 57.8577],[-6.6732, 57.8571],[-6.6729, 57.8565],[-6.6729, 57.8557],[-6.67370, 57.8552],[-6.67460, 57.8549],[-6.6759, 57.8548],[-6.676499, 57.8548],[-6.677499, 57.8552],[-6.6777, 57.8557],[-6.6778, 57.8563],[-6.6781, 57.8569],[-6.678599, 57.8568],[-6.679399, 57.8562],[-6.6803, 57.856],[-6.683599, 57.8567],[-6.6855, 57.8573],[-6.6861, 57.8577],[-6.686299, 57.8589],[-6.6864, 57.8599],[-6.6858, 57.861],[-6.6847, 57.8617],[-6.683199, 57.8619],[-6.6824, 57.8622],[-6.681601, 57.8628],[-6.681601, 57.8634],[-6.6818, 57.8641],[-6.6827, 57.8642],[-6.683701, 57.864],[-6.684599, 57.8642],[-6.684999, 57.8652],[-6.6861, 57.8655],[-6.687799, 57.8657],[-6.6889, 57.8665],[-6.6897, 57.8678],[-6.6911, 57.8689],[-6.693099, 57.8697],[-6.694399, 57.8705],[-6.695, 57.8712],[-6.69560, 57.8717],[-6.69660, 57.8720],[-6.69710, 57.8719],[-6.69750, 57.8718],[-6.69750, 57.8710],[-6.69710, 57.8702],[-6.696499, 57.8697],[-6.6954, 57.8689],[-6.694699, 57.8683],[-6.6945, 57.8678],[-6.695, 57.8673],[-6.695199000000002, 57.8664],[-6.69570, 57.8655],[-6.696001, 57.8652],[-6.696801, 57.8652],[-6.697599, 57.8655],[-6.698299, 57.8657],[-6.6988, 57.8657],[-6.699699, 57.8651],[-6.7002, 57.8650],[-6.700799, 57.8648],[-6.700799, 57.8642],[-6.700099, 57.864],[-6.698299, 57.8641],[-6.697999, 57.8635],[-6.697899, 57.8624],[-6.697999, 57.8619],[-6.698599, 57.8618],[-6.698999, 57.8623],[-6.6992, 57.8629],[-6.7002, 57.8630],[-6.70090, 57.8628],[-6.7019, 57.8630],[-6.702899, 57.8634],[-6.703701, 57.8643],[-6.704199, 57.8655],[-6.704101, 57.8664],[-6.703199, 57.867],[-6.70180, 57.867],[-6.701001, 57.867],[-6.700399000000002, 57.8673],[-6.700399000000002, 57.8681],[-6.700399000000002, 57.8685],[-6.70170, 57.8695],[-6.7033, 57.8704],[-6.703599, 57.8713],[-6.704101, 57.8724],[-6.70510, 57.8736],[-6.7058, 57.8746],[-6.70550, 57.8757],[-6.7048, 57.8763],[-6.7038, 57.8766],[-6.70180, 57.8762],[-6.69980, 57.8743],[-6.697999, 57.8732],[-6.697299, 57.8732],[-6.696899, 57.8735],[-6.69710, 57.8741],[-6.6974, 57.8749],[-6.696899, 57.8751],[-6.695, 57.8751],[-6.691299, 57.8746],[-6.6908, 57.8747],[-6.690899, 57.8751],[-6.6916, 57.8754],[-6.695, 57.8757],[-6.6961, 57.8762],[-6.69620, 57.8768],[-6.696001, 57.8773],[-6.695, 57.8778],[-6.695099, 57.8780],[-6.69810, 57.8784],[-6.70130, 57.8778],[-6.70270, 57.8777],[-6.7038, 57.8781],[-6.704199, 57.8787],[-6.703701, 57.8794],[-6.702499, 57.8800],[-6.6953, 57.8802],[-6.6916, 57.8795]]],[[[-7.24340, 57.5011],[-7.243501000000002, 57.5004],[-7.243501000000002, 57.5002],[-7.2431, 57.5001],[-7.2421, 57.5000],[-7.2417, 57.5003],[-7.2412, 57.5008],[-7.240399, 57.5008],[-7.239399, 57.5006],[-7.238501, 57.5001],[-7.238599, 57.4999],[-7.23920, 57.4999],[-7.2399, 57.4999],[-7.239999, 57.4997],[-7.239799, 57.4994],[-7.238901, 57.4990],[-7.2374, 57.4984],[-7.236401000000002, 57.4981],[-7.23540, 57.4979],[-7.23500, 57.4979],[-7.2346, 57.4980],[-7.234399, 57.4981],[-7.234301, 57.4983],[-7.2346, 57.4988],[-7.235499, 57.4996],[-7.2366, 57.5002],[-7.236499, 57.5005],[-7.235899, 57.5015],[-7.23540, 57.5019],[-7.234799, 57.5019],[-7.233799, 57.5012],[-7.2326, 57.5005],[-7.2314, 57.5005],[-7.2305, 57.5003],[-7.22970, 57.4997],[-7.229199, 57.4994],[-7.228799, 57.4993],[-7.2285, 57.4993],[-7.227001, 57.4998],[-7.22600, 57.5000],[-7.224999, 57.4998],[-7.2243, 57.4995],[-7.223599, 57.4992],[-7.222799, 57.4989],[-7.2219, 57.4988],[-7.2206, 57.4989],[-7.2198, 57.4990],[-7.2192, 57.4992],[-7.218901, 57.4994],[-7.218901, 57.4998],[-7.218999000000002, 57.5000],[-7.2192, 57.5001],[-7.22090, 57.5003],[-7.2217, 57.5005],[-7.2219, 57.5006],[-7.2219, 57.5009],[-7.221499, 57.5011],[-7.22090, 57.5011],[-7.219301, 57.5008],[-7.21750, 57.5009],[-7.215799, 57.5003],[-7.215099, 57.5002],[-7.2145, 57.5000],[-7.213901, 57.4997],[-7.2136, 57.4993],[-7.2136, 57.4989],[-7.214, 57.4987],[-7.215099, 57.4984],[-7.215199, 57.4982],[-7.215099, 57.4979],[-7.214301, 57.4973],[-7.2137, 57.4969],[-7.2136, 57.4967],[-7.2136, 57.4964],[-7.2136, 57.4959],[-7.213901, 57.4957],[-7.2141, 57.4956],[-7.215499, 57.4956],[-7.21570, 57.4955],[-7.21570, 57.4953],[-7.2156, 57.4948],[-7.215499, 57.4939],[-7.21570, 57.4935],[-7.216499, 57.4936],[-7.217299, 57.4939],[-7.219301, 57.4947],[-7.219999, 57.4946],[-7.22030, 57.4944],[-7.220399, 57.4942],[-7.22030, 57.4940],[-7.218901, 57.4935],[-7.215099, 57.4925],[-7.213901, 57.4922],[-7.213799000000002, 57.492],[-7.213901, 57.4918],[-7.21470, 57.4916],[-7.214799000000002, 57.4914],[-7.21470, 57.4912],[-7.2136, 57.4910],[-7.21320, 57.4909],[-7.213099, 57.4903],[-7.213399, 57.4898],[-7.2136, 57.4896],[-7.214301, 57.4895],[-7.2156, 57.4898],[-7.216899, 57.4899],[-7.217999000000002, 57.4899],[-7.218299, 57.4896],[-7.218299, 57.4893],[-7.217999000000002, 57.489],[-7.216899, 57.4888],[-7.2154, 57.4888],[-7.213099, 57.4888],[-7.2121, 57.4888],[-7.211201, 57.4886],[-7.20900, 57.4877],[-7.2065, 57.4874],[-7.205299, 57.4872],[-7.204, 57.4869],[-7.2038, 57.4867],[-7.203701, 57.4865],[-7.20390, 57.4862],[-7.20540, 57.4864],[-7.20580, 57.4863],[-7.2059, 57.4861],[-7.205699, 57.4858],[-7.20540, 57.4856],[-7.2038, 57.4856],[-7.20260, 57.4855],[-7.202099, 57.4854],[-7.2017, 57.4851],[-7.201499, 57.4849],[-7.2013, 57.4844],[-7.201401, 57.4841],[-7.2017, 57.4837],[-7.202001, 57.4837],[-7.2024, 57.4838],[-7.2031, 57.4842],[-7.203501, 57.4842],[-7.2038, 57.484],[-7.204101, 57.4836],[-7.204101, 57.4833],[-7.2038, 57.4829],[-7.2031, 57.4824],[-7.20300, 57.4822],[-7.20300, 57.4819],[-7.203199, 57.4817],[-7.2051, 57.4814],[-7.20540, 57.4812],[-7.205699, 57.481],[-7.2059, 57.4806],[-7.206, 57.4804],[-7.2061, 57.4799],[-7.2059, 57.4797],[-7.20520, 57.4796],[-7.2047, 57.4794],[-7.203501, 57.4794],[-7.2031, 57.4791],[-7.20300, 57.4787],[-7.20300, 57.4785],[-7.203701, 57.4782],[-7.203599, 57.478],[-7.203199, 57.4778],[-7.20030, 57.4778],[-7.199999, 57.4776],[-7.1999, 57.4773],[-7.199999, 57.4769],[-7.20060, 57.4762],[-7.201001, 57.4761],[-7.201499, 57.4761],[-7.2019, 57.4763],[-7.202899, 57.4769],[-7.2038, 57.4772],[-7.2055, 57.4773],[-7.2111, 57.4773],[-7.211401, 57.4769],[-7.2111, 57.4767],[-7.20680, 57.4765],[-7.20640, 57.4764],[-7.206299, 57.4761],[-7.2065, 57.4758],[-7.2075, 57.4755],[-7.20900, 57.4751],[-7.21000, 57.4752],[-7.211699, 57.4758],[-7.21470, 57.4767],[-7.21710, 57.4775],[-7.219399, 57.4783],[-7.222099, 57.479],[-7.222199, 57.4791],[-7.222199, 57.4794],[-7.2219, 57.4796],[-7.221401, 57.4796],[-7.216899, 57.4788],[-7.2137, 57.4782],[-7.212299, 57.478],[-7.211699, 57.4781],[-7.211401, 57.4782],[-7.211299, 57.4783],[-7.211299, 57.4785],[-7.21150, 57.4787],[-7.2121, 57.4788],[-7.214799000000002, 57.4791],[-7.218501, 57.4797],[-7.222099, 57.4803],[-7.225399, 57.4804],[-7.22640, 57.4806],[-7.227499, 57.4805],[-7.22790, 57.4805],[-7.228199, 57.4807],[-7.228199, 57.481],[-7.227799, 57.4812],[-7.22690, 57.4815],[-7.22640, 57.4817],[-7.226201, 57.4818],[-7.226201, 57.4819],[-7.226299, 57.4821],[-7.2268, 57.4829],[-7.2277, 57.4844],[-7.228199, 57.485],[-7.228799, 57.4854],[-7.229, 57.4855],[-7.23080, 57.4856],[-7.2319, 57.486],[-7.23210, 57.4861],[-7.2326, 57.4862],[-7.2336, 57.4863],[-7.2347, 57.4863],[-7.23490, 57.4863],[-7.235199, 57.4862],[-7.23530, 57.486],[-7.23530, 57.4857],[-7.235099, 57.4855],[-7.23350, 57.4852],[-7.23350, 57.4849],[-7.2336, 57.4848],[-7.2341, 57.4848],[-7.2346, 57.4847],[-7.234799, 57.4846],[-7.23490, 57.4845],[-7.234799, 57.4843],[-7.2345, 57.484],[-7.2345, 57.4838],[-7.2346, 57.4836],[-7.234799, 57.4835],[-7.23530, 57.4835],[-7.236401000000002, 57.4836],[-7.237, 57.4835],[-7.237199, 57.4834],[-7.2374, 57.4832],[-7.2374, 57.4831],[-7.2371, 57.4829],[-7.2361, 57.4826],[-7.235499, 57.4824],[-7.23490, 57.4821],[-7.2345, 57.4819],[-7.234301, 57.4817],[-7.2345, 57.4814],[-7.236401000000002, 57.4814],[-7.237299000000002, 57.4817],[-7.23780, 57.4816],[-7.2381, 57.4815],[-7.2381, 57.4814],[-7.237999, 57.4812],[-7.2374, 57.4806],[-7.2374, 57.4804],[-7.237599, 57.4802],[-7.23780, 57.4801],[-7.23820, 57.48],[-7.23880, 57.4799],[-7.239699, 57.4798],[-7.2406, 57.4797],[-7.2412, 57.4797],[-7.242199, 57.4799],[-7.244101, 57.4805],[-7.2458, 57.481],[-7.247499, 57.4813],[-7.248099, 57.4815],[-7.2486, 57.4819],[-7.24890, 57.4825],[-7.249199, 57.4826],[-7.249899, 57.4828],[-7.2507, 57.4832],[-7.250899, 57.4834],[-7.250899, 57.4837],[-7.2505, 57.4846],[-7.250199, 57.4854],[-7.250299, 57.4855],[-7.25080, 57.4856],[-7.252399, 57.4857],[-7.252999, 57.4858],[-7.253799, 57.4863],[-7.254399, 57.4872],[-7.254301, 57.4881],[-7.254399, 57.4885],[-7.25500, 57.4887],[-7.256001, 57.4885],[-7.257, 57.4882],[-7.2581, 57.4884],[-7.2591, 57.4894],[-7.259501, 57.4898],[-7.2596, 57.4902],[-7.259699, 57.4908],[-7.26020, 57.4912],[-7.26030, 57.4914],[-7.26030, 57.4916],[-7.2599, 57.4918],[-7.2587, 57.4916],[-7.256899, 57.4916],[-7.255799, 57.4921],[-7.2553, 57.4921],[-7.254399, 57.4917],[-7.253701, 57.4911],[-7.253099, 57.4903],[-7.252699, 57.4897],[-7.252299, 57.4894],[-7.251699, 57.4891],[-7.25140, 57.489],[-7.2511, 57.4893],[-7.251201, 57.4896],[-7.2528, 57.4917],[-7.25410, 57.4926],[-7.255499, 57.4928],[-7.25740, 57.4924],[-7.260099, 57.493],[-7.261001, 57.493],[-7.261499, 57.4928],[-7.262001, 57.4919],[-7.262499, 57.4917],[-7.2637, 57.492],[-7.264501, 57.4922],[-7.2656, 57.4927],[-7.266001000000002, 57.4929],[-7.266601, 57.4933],[-7.267099, 57.4937],[-7.26770, 57.4942],[-7.268199, 57.4946],[-7.26830, 57.4949],[-7.26830, 57.4953],[-7.267799000000002, 57.4964],[-7.267799000000002, 57.4966],[-7.268, 57.4970],[-7.2684, 57.4972],[-7.2689, 57.4974],[-7.269199, 57.4976],[-7.26970, 57.4983],[-7.269599, 57.4987],[-7.268701, 57.4990],[-7.2644, 57.5000],[-7.259699, 57.5011],[-7.25790, 57.5014],[-7.256001, 57.5015],[-7.2553, 57.5015],[-7.253701, 57.5014],[-7.252399, 57.5012],[-7.2515, 57.5011],[-7.24980, 57.5010],[-7.24940, 57.5019],[-7.24890, 57.5024],[-7.2483, 57.5026],[-7.24800, 57.5026],[-7.2465, 57.5023],[-7.24520, 57.5020],[-7.24390, 57.5016],[-7.243501000000002, 57.5014],[-7.24340, 57.5011]]],[[[-8.61360, 57.8286],[-8.6123, 57.8285],[-8.61, 57.8285],[-8.608, 57.8281],[-8.607599, 57.828],[-8.6067, 57.8275],[-8.606299, 57.8268],[-8.6059, 57.8254],[-8.6032, 57.8236],[-8.6023, 57.8229],[-8.6004, 57.8227],[-8.5997, 57.8225],[-8.5997, 57.8218],[-8.599199, 57.8213],[-8.5985, 57.8209],[-8.596499, 57.8208],[-8.5938, 57.8209],[-8.5931, 57.8216],[-8.5925, 57.8233],[-8.5919, 57.8248],[-8.592001, 57.826],[-8.5917, 57.8267],[-8.590899, 57.8274],[-8.590199, 57.8275],[-8.589899, 57.8267],[-8.589, 57.8265],[-8.587899, 57.827],[-8.5876, 57.8269],[-8.5863, 57.8264],[-8.5856, 57.8266],[-8.584999, 57.8263],[-8.5842, 57.8257],[-8.5813, 57.8259],[-8.579599, 57.8252],[-8.5786, 57.8239],[-8.576401, 57.8236],[-8.5742, 57.8242],[-8.5727, 57.8238],[-8.57090, 57.824],[-8.569599, 57.8232],[-8.5667, 57.825],[-8.564301, 57.8262],[-8.5622, 57.8264],[-8.561601, 57.8257],[-8.5629, 57.8249],[-8.5631, 57.8243],[-8.561601, 57.8242],[-8.5612, 57.8238],[-8.561099, 57.8233],[-8.5614, 57.8228],[-8.562, 57.8226],[-8.5625, 57.8218],[-8.562099, 57.8209],[-8.559899, 57.8205],[-8.5588, 57.8214],[-8.558299, 57.8215],[-8.557799, 57.8212],[-8.5581, 57.8204],[-8.557799, 57.8201],[-8.556899, 57.8199],[-8.557, 57.8190],[-8.556299, 57.8187],[-8.5559, 57.8179],[-8.5547, 57.8178],[-8.552099000000002, 57.8175],[-8.550099, 57.8163],[-8.5485, 57.8138],[-8.5467, 57.8127],[-8.5469, 57.8121],[-8.549, 57.8116],[-8.552099000000002, 57.8106],[-8.554899, 57.8095],[-8.5567, 57.8093],[-8.5594, 57.8107],[-8.562699, 57.8109],[-8.564199, 57.8115],[-8.566899, 57.8111],[-8.5689, 57.8102],[-8.569501, 57.8092],[-8.569501, 57.8076],[-8.568199, 57.8064],[-8.5681, 57.8057],[-8.5701, 57.8045],[-8.5702, 57.8035],[-8.569301, 57.8025],[-8.5688, 57.8017],[-8.5688, 57.8012],[-8.5694, 57.8009],[-8.5712, 57.8],[-8.5736, 57.7998],[-8.5756, 57.8004],[-8.576699, 57.8023],[-8.5779, 57.8024],[-8.578799, 57.803],[-8.5795, 57.8061],[-8.5813, 57.8067],[-8.582299, 57.8072],[-8.583599, 57.8074],[-8.5845, 57.8075],[-8.585799, 57.8072],[-8.588099, 57.8058],[-8.590199, 57.8067],[-8.5925, 57.8068],[-8.594501, 57.8082],[-8.597199, 57.8089],[-8.599501, 57.8093],[-8.601601, 57.8086],[-8.6023, 57.8087],[-8.602799, 57.8096],[-8.6041, 57.8100],[-8.605499, 57.8103],[-8.6064, 57.8098],[-8.607, 57.8099],[-8.6067, 57.8107],[-8.606099, 57.8116],[-8.605499, 57.8132],[-8.605399, 57.8141],[-8.605, 57.8148],[-8.6052, 57.8153],[-8.6062, 57.8162],[-8.607, 57.8169],[-8.6081, 57.8176],[-8.6089, 57.8182],[-8.609301, 57.8187],[-8.6091, 57.8195],[-8.607499, 57.8211],[-8.6073, 57.8221],[-8.607699, 57.8223],[-8.6085, 57.8225],[-8.6089, 57.8233],[-8.609799, 57.8238],[-8.610299, 57.8237],[-8.6109, 57.8232],[-8.6123, 57.8233],[-8.61360, 57.8241],[-8.614301, 57.8253],[-8.6144, 57.8268],[-8.614301, 57.8281],[-8.61360, 57.8286]]],[[[-7.6236, 56.8314],[-7.622499, 56.8307],[-7.6218, 56.8307],[-7.6208, 56.8302],[-7.619699, 56.8294],[-7.619101, 56.8282],[-7.618999, 56.8276],[-7.6192, 56.8271],[-7.6208, 56.8269],[-7.6208, 56.8267],[-7.620699000000002, 56.8259],[-7.6213, 56.8251],[-7.6214, 56.8241],[-7.621099, 56.8236],[-7.619501, 56.8227],[-7.618599, 56.8215],[-7.61680, 56.8203],[-7.616499000000002, 56.8192],[-7.616499000000002, 56.8189],[-7.617001, 56.8184],[-7.618, 56.8184],[-7.61780, 56.8180],[-7.6177, 56.8178],[-7.617899, 56.8173],[-7.618, 56.8167],[-7.617899, 56.8162],[-7.61840, 56.8157],[-7.620299, 56.816],[-7.6205, 56.8156],[-7.62060, 56.8151],[-7.6214, 56.8150],[-7.623701, 56.8154],[-7.62480, 56.8153],[-7.62540, 56.8148],[-7.62640, 56.8132],[-7.626801, 56.8113],[-7.62640, 56.8107],[-7.625199, 56.8104],[-7.62440, 56.8104],[-7.623799, 56.8098],[-7.6219, 56.8094],[-7.6205, 56.8087],[-7.61840, 56.8065],[-7.61840, 56.8058],[-7.619101, 56.805],[-7.62010, 56.8046],[-7.62010, 56.8041],[-7.620699000000002, 56.8036],[-7.621699, 56.8036],[-7.62290, 56.8033],[-7.6234, 56.8027],[-7.624501, 56.8024],[-7.6257, 56.8021],[-7.627399, 56.8017],[-7.6299, 56.8015],[-7.631001, 56.8006],[-7.631899, 56.8004],[-7.633501, 56.8003],[-7.635, 56.8001],[-7.635099, 56.7996],[-7.635, 56.7993],[-7.635, 56.7985],[-7.63570, 56.7982],[-7.639501, 56.7977],[-7.644501, 56.7976],[-7.646201, 56.797],[-7.6482, 56.797],[-7.651, 56.7975],[-7.651, 56.7979],[-7.65310, 56.7985],[-7.65310, 56.7991],[-7.6524, 56.7999],[-7.65170, 56.8001],[-7.651899, 56.8008],[-7.65170, 56.8015],[-7.650899, 56.8017],[-7.65070, 56.8021],[-7.651, 56.8024],[-7.651899, 56.802],[-7.6524, 56.8015],[-7.6537, 56.8016],[-7.6546, 56.8016],[-7.6557, 56.8011],[-7.6562, 56.8012],[-7.6562, 56.802],[-7.655799, 56.8028],[-7.656001, 56.8032],[-7.6566, 56.8032],[-7.657899, 56.802],[-7.658999, 56.8018],[-7.660699, 56.8016],[-7.6626, 56.801],[-7.6644, 56.801],[-7.664599, 56.8018],[-7.664, 56.8027],[-7.662399000000002, 56.8033],[-7.6602, 56.8043],[-7.657499, 56.8047],[-7.656499, 56.8051],[-7.656401000000002, 56.8053],[-7.656401000000002, 56.8054],[-7.6566, 56.8056],[-7.657199, 56.8055],[-7.65780, 56.8054],[-7.6581, 56.8054],[-7.658299000000002, 56.8054],[-7.658299000000002, 56.8056],[-7.65770, 56.8059],[-7.656499, 56.8062],[-7.656001, 56.8064],[-7.65590, 56.8067],[-7.656001, 56.8069],[-7.65730, 56.8073],[-7.657599, 56.8075],[-7.65780, 56.8077],[-7.657899, 56.808],[-7.658, 56.8088],[-7.658, 56.8093],[-7.657899, 56.8095],[-7.65770, 56.8098],[-7.657001, 56.8101],[-7.656499, 56.81],[-7.65590, 56.8095],[-7.6557, 56.8094],[-7.6556, 56.8095],[-7.6553, 56.8107],[-7.655099, 56.811],[-7.654699, 56.8114],[-7.6542, 56.8117],[-7.6537, 56.8120],[-7.653299, 56.8121],[-7.6495, 56.8122],[-7.6476, 56.8126],[-7.647099, 56.8127],[-7.646801, 56.8129],[-7.646601, 56.8131],[-7.646601, 56.8134],[-7.647399, 56.8134],[-7.6486, 56.8132],[-7.6504, 56.813],[-7.6515, 56.8131],[-7.652299, 56.8135],[-7.652999, 56.8141],[-7.65360, 56.8147],[-7.6541, 56.8155],[-7.6541, 56.8159],[-7.653501, 56.8168],[-7.65160, 56.819],[-7.65170, 56.8193],[-7.65250, 56.8194],[-7.654799, 56.8191],[-7.655499, 56.8194],[-7.65590, 56.8202],[-7.656001, 56.8208],[-7.65630, 56.8212],[-7.656899, 56.8216],[-7.6571, 56.8222],[-7.6571, 56.8226],[-7.656899, 56.8229],[-7.656401000000002, 56.8231],[-7.6557, 56.8230],[-7.654399, 56.8227],[-7.653299, 56.8222],[-7.652999, 56.8222],[-7.6528, 56.8223],[-7.6529, 56.8226],[-7.653501, 56.8234],[-7.6537, 56.8236],[-7.6537, 56.8239],[-7.65360, 56.8242],[-7.653399, 56.8245],[-7.6528, 56.8245],[-7.6524, 56.8244],[-7.6515, 56.8239],[-7.651, 56.8239],[-7.65070, 56.8243],[-7.6503, 56.8244],[-7.6496, 56.8244],[-7.648701, 56.8238],[-7.6482, 56.8232],[-7.6476, 56.8221],[-7.64700, 56.822],[-7.64500, 56.8229],[-7.6435, 56.8231],[-7.6434, 56.8234],[-7.6434, 56.8238],[-7.6434, 56.8241],[-7.642799, 56.8243],[-7.642099, 56.8242],[-7.64140, 56.8240],[-7.641099, 56.8245],[-7.64090, 56.8248],[-7.6402, 56.8249],[-7.63840, 56.8243],[-7.636499, 56.8243],[-7.635799, 56.8247],[-7.634799000000002, 56.8247],[-7.6341, 56.8250],[-7.63290, 56.8253],[-7.632, 56.8254],[-7.6304, 56.8254],[-7.630099, 56.8254],[-7.6297, 56.8259],[-7.629301, 56.8271],[-7.629301, 56.8282],[-7.629, 56.8295],[-7.62860, 56.8302],[-7.6271, 56.8313],[-7.62540, 56.8318],[-7.6236, 56.8314]]],[[[-7.16790, 57.5031],[-7.166601, 57.5027],[-7.165599, 57.5024],[-7.1647, 57.5020],[-7.16440, 57.5017],[-7.164199, 57.5013],[-7.16440, 57.5010],[-7.1652, 57.5007],[-7.1658, 57.5000],[-7.1661, 57.4996],[-7.16690, 57.4994],[-7.167699, 57.4990],[-7.168099, 57.4986],[-7.16820, 57.4982],[-7.168, 57.4978],[-7.167799, 57.4975],[-7.1675, 57.4974],[-7.166601, 57.4975],[-7.16600, 57.4975],[-7.165699, 57.4974],[-7.1655, 57.4973],[-7.165299, 57.4968],[-7.164999000000002, 57.4965],[-7.164599, 57.4963],[-7.1633, 57.4968],[-7.16270, 57.4969],[-7.1619, 57.4969],[-7.161099, 57.4968],[-7.1606, 57.4967],[-7.15990, 57.4965],[-7.15930, 57.4962],[-7.158901, 57.4959],[-7.158501, 57.4955],[-7.158501, 57.4954],[-7.158999, 57.4954],[-7.16080, 57.4955],[-7.1614, 57.4954],[-7.162199, 57.4952],[-7.162899, 57.4950],[-7.163099000000002, 57.4949],[-7.162899, 57.4945],[-7.162099, 57.4943],[-7.161001, 57.4941],[-7.160299, 57.4940],[-7.159599, 57.4938],[-7.159501, 57.4936],[-7.159599, 57.4934],[-7.159999, 57.4932],[-7.162099, 57.4932],[-7.16270, 57.4931],[-7.163, 57.493],[-7.1639, 57.4925],[-7.164199, 57.4924],[-7.1665, 57.4923],[-7.167, 57.4924],[-7.1675, 57.4926],[-7.167699, 57.4937],[-7.16830, 57.4937],[-7.16860, 57.4935],[-7.168701, 57.4931],[-7.1689, 57.4927],[-7.169799, 57.4921],[-7.169799, 57.4918],[-7.169799, 57.4916],[-7.16960, 57.4915],[-7.167799, 57.4915],[-7.166699, 57.4916],[-7.1658, 57.4916],[-7.164899, 57.4914],[-7.164501, 57.4912],[-7.164199, 57.4909],[-7.164199, 57.4907],[-7.1643, 57.4905],[-7.1647, 57.4904],[-7.166201, 57.4904],[-7.16730, 57.4905],[-7.168099, 57.4906],[-7.169301000000002, 57.4908],[-7.16960, 57.4908],[-7.169799, 57.4906],[-7.170199000000002, 57.4897],[-7.170499, 57.4896],[-7.17110, 57.4896],[-7.17170, 57.4896],[-7.17200, 57.4894],[-7.172299, 57.489],[-7.17240, 57.4887],[-7.172299, 57.4885],[-7.17200, 57.4882],[-7.1716, 57.488],[-7.171201, 57.4879],[-7.17070, 57.4878],[-7.170199000000002, 57.4879],[-7.1685, 57.4884],[-7.16730, 57.4887],[-7.1668, 57.4888],[-7.1661, 57.4889],[-7.16540, 57.4888],[-7.164899, 57.4886],[-7.1647, 57.4884],[-7.1648, 57.488],[-7.164999000000002, 57.4873],[-7.164999000000002, 57.4871],[-7.164899, 57.487],[-7.164501, 57.4869],[-7.1639, 57.4868],[-7.163, 57.4867],[-7.162199, 57.4866],[-7.1609, 57.4867],[-7.1601, 57.4868],[-7.159699, 57.487],[-7.159699, 57.4871],[-7.15980, 57.4873],[-7.159999, 57.4874],[-7.1619, 57.4876],[-7.162001, 57.4878],[-7.162001, 57.4879],[-7.1619, 57.4881],[-7.16180, 57.4882],[-7.160299, 57.488],[-7.159101, 57.4882],[-7.158599, 57.4881],[-7.15840, 57.488],[-7.157899, 57.4873],[-7.1571, 57.487],[-7.1563, 57.4866],[-7.156099, 57.4864],[-7.156099, 57.4862],[-7.1567, 57.4857],[-7.156801, 57.4856],[-7.156801, 57.4854],[-7.1562, 57.4848],[-7.1562, 57.4847],[-7.156801, 57.4841],[-7.157199, 57.4839],[-7.1581, 57.4837],[-7.158599, 57.4835],[-7.1588, 57.4833],[-7.1592, 57.4827],[-7.159599, 57.4826],[-7.1605, 57.4827],[-7.1614, 57.4827],[-7.1619, 57.4826],[-7.1623, 57.4824],[-7.162399, 57.4822],[-7.1615, 57.4815],[-7.161601, 57.4812],[-7.162399, 57.4812],[-7.163199, 57.4813],[-7.163701, 57.4815],[-7.1643, 57.4816],[-7.164999000000002, 57.4816],[-7.167, 57.4815],[-7.1675, 57.4816],[-7.167799, 57.4817],[-7.168, 57.4819],[-7.16830, 57.4828],[-7.16860, 57.4829],[-7.169, 57.4828],[-7.17, 57.4824],[-7.171, 57.4822],[-7.171401, 57.4821],[-7.171401, 57.4819],[-7.171201, 57.4818],[-7.1703, 57.4815],[-7.16970, 57.4812],[-7.1689, 57.4809],[-7.1676, 57.4806],[-7.1672, 57.4804],[-7.166699, 57.48],[-7.16640, 57.4797],[-7.166201, 57.4793],[-7.166201, 57.479],[-7.16640, 57.4787],[-7.16690, 57.4781],[-7.167, 57.4778],[-7.167, 57.4776],[-7.166299, 57.4766],[-7.166299, 57.4764],[-7.1668, 57.476],[-7.16690, 57.4757],[-7.1668, 57.475],[-7.16690, 57.4747],[-7.167099, 57.4745],[-7.1675, 57.4745],[-7.16860, 57.4747],[-7.168799, 57.4747],[-7.169301000000002, 57.4744],[-7.16970, 57.4742],[-7.17010, 57.4741],[-7.17110, 57.4741],[-7.17150, 57.4739],[-7.17170, 57.4737],[-7.17170, 57.4732],[-7.171801, 57.4727],[-7.17240, 57.472],[-7.1729, 57.4715],[-7.1738, 57.4709],[-7.1745, 57.4707],[-7.175399, 57.4707],[-7.176401000000002, 57.4711],[-7.176899, 57.4711],[-7.177199000000002, 57.4709],[-7.177599, 57.4699],[-7.178199000000002, 57.4697],[-7.1787, 57.4699],[-7.1793, 57.4702],[-7.1798, 57.4709],[-7.180799, 57.4716],[-7.182001, 57.4724],[-7.183199, 57.4735],[-7.1834, 57.4735],[-7.1838, 57.4734],[-7.184, 57.4733],[-7.184599, 57.4729],[-7.184999, 57.4728],[-7.1854, 57.4727],[-7.1859, 57.4727],[-7.186699, 57.4729],[-7.18750, 57.4736],[-7.188099, 57.474],[-7.1886, 57.474],[-7.18900, 57.473],[-7.189101, 57.4726],[-7.189301, 57.4725],[-7.1897, 57.4726],[-7.19000, 57.4728],[-7.19030, 57.4735],[-7.1911, 57.474],[-7.191299, 57.4743],[-7.191299, 57.4746],[-7.1911, 57.475],[-7.190899, 57.4752],[-7.190199, 57.4758],[-7.1897, 57.4761],[-7.18940, 57.4762],[-7.188399, 57.4761],[-7.18690, 57.4756],[-7.186699, 57.4755],[-7.186601, 57.4757],[-7.186699, 57.476],[-7.18690, 57.4764],[-7.18690, 57.4767],[-7.186699, 57.4773],[-7.186699, 57.4774],[-7.187001, 57.4776],[-7.1883, 57.478],[-7.18850, 57.4782],[-7.18900, 57.4788],[-7.189101, 57.4791],[-7.188799, 57.4792],[-7.1872, 57.4789],[-7.18650, 57.4789],[-7.186201, 57.4793],[-7.186299, 57.4799],[-7.186299, 57.4801],[-7.185699, 57.4804],[-7.1854, 57.4807],[-7.1854, 57.4808],[-7.1859, 57.4821],[-7.186299, 57.4828],[-7.187099, 57.4838],[-7.1872, 57.4841],[-7.1872, 57.4844],[-7.187001, 57.4849],[-7.187099, 57.4853],[-7.1873, 57.4857],[-7.1876, 57.486],[-7.18790, 57.486],[-7.1883, 57.4859],[-7.1886, 57.4858],[-7.18890, 57.4856],[-7.188701, 57.4845],[-7.189101, 57.4841],[-7.1895, 57.4838],[-7.189899, 57.4837],[-7.19040, 57.4837],[-7.191, 57.4838],[-7.191801, 57.4841],[-7.192, 57.4843],[-7.1921, 57.4846],[-7.19220, 57.4851],[-7.1921, 57.4855],[-7.191899, 57.4857],[-7.191401, 57.4858],[-7.191, 57.4861],[-7.191, 57.4865],[-7.1911, 57.4867],[-7.191801, 57.4869],[-7.193399, 57.4876],[-7.194699, 57.488],[-7.195099, 57.488],[-7.196401, 57.4876],[-7.197999, 57.4872],[-7.19870, 57.487],[-7.199399, 57.4869],[-7.2005, 57.4869],[-7.2013, 57.4871],[-7.2018, 57.4873],[-7.202099, 57.4875],[-7.2023, 57.4876],[-7.2024, 57.4879],[-7.2024, 57.488],[-7.2024, 57.4882],[-7.202199, 57.4884],[-7.1999, 57.4894],[-7.1996, 57.4896],[-7.1996, 57.4898],[-7.199999, 57.49],[-7.200699000000002, 57.49],[-7.202001, 57.4899],[-7.2031, 57.49],[-7.2038, 57.4902],[-7.204199, 57.4904],[-7.204899, 57.4910],[-7.2055, 57.4916],[-7.205699, 57.4919],[-7.205699, 57.492],[-7.20540, 57.4923],[-7.2051, 57.4924],[-7.20480, 57.4923],[-7.2043, 57.4921],[-7.202899, 57.4911],[-7.2023, 57.4908],[-7.2019, 57.4908],[-7.2018, 57.4910],[-7.2031, 57.4924],[-7.203199, 57.4926],[-7.203199, 57.4929],[-7.202799, 57.4939],[-7.202199, 57.4949],[-7.2019, 57.4951],[-7.201601, 57.4956],[-7.2013, 57.4962],[-7.200799, 57.4969],[-7.20060, 57.4974],[-7.200699000000002, 57.4976],[-7.201601, 57.4985],[-7.2018, 57.4987],[-7.2017, 57.4989],[-7.201499, 57.4991],[-7.20120, 57.4992],[-7.2005, 57.4991],[-7.198501, 57.4987],[-7.197599, 57.4984],[-7.1962, 57.4978],[-7.19420, 57.4969],[-7.192999, 57.4970],[-7.191899, 57.4970],[-7.191, 57.4968],[-7.19040, 57.4965],[-7.19000, 57.4961],[-7.1896, 57.4957],[-7.189199, 57.4953],[-7.18800, 57.4949],[-7.1864, 57.4947],[-7.184501, 57.4949],[-7.183701, 57.4948],[-7.1834, 57.4942],[-7.1831, 57.4940],[-7.18230, 57.4938],[-7.18050, 57.4937],[-7.1793, 57.4939],[-7.17810, 57.4939],[-7.177899, 57.4938],[-7.177599, 57.4936],[-7.177599, 57.4933],[-7.1777, 57.4932],[-7.1787, 57.4928],[-7.1787, 57.4927],[-7.178599, 57.4925],[-7.178299, 57.4923],[-7.1771, 57.4921],[-7.175399, 57.4921],[-7.17530, 57.4922],[-7.17570, 57.4927],[-7.17570, 57.4929],[-7.175499, 57.4933],[-7.175499, 57.4935],[-7.17570, 57.4938],[-7.17670, 57.4943],[-7.177001, 57.4945],[-7.177199000000002, 57.4947],[-7.177299, 57.4950],[-7.177299, 57.4954],[-7.176899, 57.4959],[-7.177001, 57.4961],[-7.177199000000002, 57.4964],[-7.177599, 57.4968],[-7.178501, 57.4970],[-7.1796, 57.4972],[-7.1803, 57.4975],[-7.1817, 57.4983],[-7.18270, 57.4985],[-7.18390, 57.4983],[-7.184199, 57.4985],[-7.184199, 57.4997],[-7.184599, 57.4999],[-7.184999, 57.4998],[-7.1859, 57.4993],[-7.1873, 57.4990],[-7.188099, 57.4989],[-7.19080, 57.4990],[-7.1916, 57.4993],[-7.192, 57.4996],[-7.19220, 57.5001],[-7.1924, 57.5005],[-7.193399, 57.5013],[-7.193501, 57.5016],[-7.19360, 57.5021],[-7.193501, 57.5025],[-7.193399, 57.5029],[-7.1928, 57.5035],[-7.19220, 57.5036],[-7.191401, 57.5033],[-7.19080, 57.5030],[-7.19070, 57.5026],[-7.1911, 57.5015],[-7.191, 57.5012],[-7.19070, 57.5010],[-7.190199, 57.5010],[-7.188399, 57.5013],[-7.1876, 57.5012],[-7.187001, 57.5011],[-7.186, 57.5014],[-7.184599, 57.5020],[-7.18190, 57.5030],[-7.180699, 57.5032],[-7.179699, 57.5033],[-7.17670, 57.5031],[-7.172999, 57.5036],[-7.171299, 57.5038],[-7.16960, 57.5036],[-7.16790, 57.5031]]],[[[-7.5176, 56.9031],[-7.5163, 56.9022],[-7.51510, 56.9025],[-7.5148, 56.9024],[-7.513999, 56.9018],[-7.513299, 56.9018],[-7.512599, 56.9028],[-7.512001, 56.9029],[-7.510499, 56.9022],[-7.51, 56.9022],[-7.5091, 56.9027],[-7.5081, 56.9027],[-7.507599000000002, 56.9024],[-7.506801000000002, 56.9019],[-7.506299, 56.9018],[-7.506001, 56.9013],[-7.504799000000002, 56.9008],[-7.504301, 56.8996],[-7.503901000000002, 56.8987],[-7.5033, 56.8986],[-7.50280, 56.8987],[-7.502399, 56.8992],[-7.50190, 56.8992],[-7.500199, 56.8991],[-7.499599000000002, 56.8993],[-7.498701, 56.8997],[-7.498099, 56.8994],[-7.497399, 56.8991],[-7.496, 56.8988],[-7.4959, 56.8984],[-7.496099, 56.8980],[-7.4976, 56.8979],[-7.497799, 56.8970],[-7.497499, 56.8959],[-7.497499, 56.8951],[-7.49680, 56.8932],[-7.4959, 56.8923],[-7.493701, 56.8915],[-7.4924, 56.8910],[-7.491099, 56.8900],[-7.491099, 56.8896],[-7.49120, 56.8892],[-7.4918, 56.8892],[-7.4923, 56.8896],[-7.4928, 56.8894],[-7.4928, 56.8888],[-7.493199, 56.8888],[-7.493701, 56.8888],[-7.4938, 56.8898],[-7.494501, 56.8898],[-7.495399000000002, 56.8896],[-7.495399000000002, 56.8899],[-7.495699, 56.8905],[-7.49680, 56.8908],[-7.4984, 56.8905],[-7.4984, 56.8900],[-7.497799, 56.8892],[-7.497799, 56.8887],[-7.4984, 56.8887],[-7.4994, 56.8892],[-7.4997, 56.8890],[-7.4998, 56.8886],[-7.499199, 56.8876],[-7.499199, 56.8868],[-7.499501, 56.8861],[-7.499101, 56.8856],[-7.49830, 56.8853],[-7.4985, 56.8842],[-7.4984, 56.8837],[-7.498099, 56.883],[-7.498199, 56.8827],[-7.49900, 56.8824],[-7.50050, 56.8835],[-7.502999, 56.8851],[-7.503799, 56.8850],[-7.503799, 56.8847],[-7.502999, 56.8840],[-7.502999, 56.8836],[-7.502299, 56.8826],[-7.502299, 56.8820],[-7.5026, 56.8819],[-7.504, 56.8823],[-7.50420, 56.8820],[-7.503701, 56.8814],[-7.503799, 56.8812],[-7.504399, 56.8808],[-7.5049, 56.8812],[-7.50620, 56.8828],[-7.5074, 56.8829],[-7.507999, 56.883],[-7.507999, 56.8835],[-7.508501, 56.8843],[-7.509301, 56.8847],[-7.510799, 56.8849],[-7.51180, 56.8848],[-7.5134, 56.8853],[-7.514101, 56.8852],[-7.514501, 56.8847],[-7.51560, 56.8845],[-7.515699, 56.8838],[-7.5152, 56.8833],[-7.513199, 56.8826],[-7.51310, 56.8816],[-7.513501, 56.8812],[-7.5143, 56.8812],[-7.515399, 56.8814],[-7.518199, 56.8837],[-7.519199, 56.8842],[-7.5197, 56.8854],[-7.520599, 56.8863],[-7.521801, 56.8870],[-7.523799, 56.8877],[-7.5271, 56.8882],[-7.528399, 56.8889],[-7.52950, 56.8889],[-7.530499, 56.8896],[-7.53070, 56.8896],[-7.53160, 56.8904],[-7.5317, 56.8910],[-7.5327, 56.8920],[-7.533299, 56.8923],[-7.533501, 56.8927],[-7.533299, 56.8929],[-7.5327, 56.8931],[-7.5327, 56.8933],[-7.533501, 56.8942],[-7.53340, 56.8947],[-7.532899, 56.8950],[-7.5328, 56.8955],[-7.534999, 56.8966],[-7.5355, 56.8972],[-7.5359, 56.8978],[-7.537399, 56.8982],[-7.537399, 56.8990],[-7.53680, 56.8991],[-7.534699, 56.8986],[-7.5327, 56.8972],[-7.5321, 56.8973],[-7.5323, 56.8978],[-7.532199, 56.8984],[-7.5317, 56.8983],[-7.5312, 56.8986],[-7.5312, 56.8991],[-7.5321, 56.8995],[-7.5321, 56.9],[-7.531899, 56.9003],[-7.531899, 56.9016],[-7.531499, 56.9019],[-7.5299, 56.9021],[-7.52880, 56.9025],[-7.5279, 56.9026],[-7.52540, 56.9029],[-7.522099, 56.9026],[-7.52080, 56.9028],[-7.518, 56.9032],[-7.5176, 56.9031]]],[[[-7.1872, 57.4108],[-7.1876, 57.4103],[-7.19080, 57.4096],[-7.19170, 57.4092],[-7.192, 57.4087],[-7.19220, 57.4082],[-7.192299, 57.4074],[-7.19220, 57.4068],[-7.192, 57.4064],[-7.191401, 57.4058],[-7.191401, 57.4051],[-7.193099, 57.4034],[-7.1954, 57.403],[-7.195499000000002, 57.4026],[-7.19450, 57.4021],[-7.1916, 57.401],[-7.18850, 57.4],[-7.187001, 57.3995],[-7.18650, 57.3992],[-7.1864, 57.3988],[-7.186601, 57.3985],[-7.1873, 57.3975],[-7.187799, 57.3969],[-7.18850, 57.3965],[-7.1897, 57.3965],[-7.191, 57.397],[-7.1915, 57.3968],[-7.1915, 57.3963],[-7.191801, 57.3955],[-7.192, 57.3952],[-7.1924, 57.3950],[-7.1929, 57.3948],[-7.19500, 57.3947],[-7.196899, 57.3945],[-7.1971, 57.3941],[-7.196801, 57.3935],[-7.197001, 57.3928],[-7.197899, 57.3923],[-7.19880, 57.3917],[-7.1996, 57.391],[-7.200399, 57.3904],[-7.201499, 57.3900],[-7.20300, 57.3900],[-7.2038, 57.3901],[-7.2043, 57.3902],[-7.2047, 57.3904],[-7.2051, 57.3906],[-7.20520, 57.391],[-7.204999, 57.3917],[-7.2047, 57.3923],[-7.20480, 57.3927],[-7.204999, 57.3929],[-7.205299, 57.393],[-7.205599, 57.393],[-7.206201, 57.3928],[-7.207099, 57.3925],[-7.20830, 57.3922],[-7.2094, 57.3924],[-7.210299, 57.3929],[-7.211699, 57.3936],[-7.2126, 57.3937],[-7.21330, 57.3937],[-7.214, 57.3936],[-7.214301, 57.3935],[-7.214399, 57.3933],[-7.21420, 57.393],[-7.213399, 57.3925],[-7.213099, 57.3924],[-7.213099, 57.3922],[-7.21330, 57.3921],[-7.2136, 57.3920],[-7.214399, 57.3919],[-7.2154, 57.3920],[-7.2162, 57.3920],[-7.216801, 57.3918],[-7.217199, 57.3916],[-7.21750, 57.3913],[-7.2177, 57.3909],[-7.217899, 57.3903],[-7.217999000000002, 57.3902],[-7.21840, 57.3900],[-7.218901, 57.3897],[-7.218999000000002, 57.3895],[-7.218999000000002, 57.3894],[-7.2188, 57.3893],[-7.218599, 57.3892],[-7.21700, 57.3891],[-7.2162, 57.3891],[-7.215499, 57.3891],[-7.214301, 57.3890],[-7.212699, 57.3890],[-7.2104, 57.3890],[-7.208701, 57.3892],[-7.2079, 57.3894],[-7.20720, 57.3894],[-7.206299, 57.3892],[-7.2059, 57.3890],[-7.20540, 57.3886],[-7.2043, 57.3878],[-7.204101, 57.3875],[-7.204599, 57.3871],[-7.204999, 57.3870],[-7.2061, 57.3869],[-7.2085, 57.3868],[-7.210199, 57.3868],[-7.211401, 57.3867],[-7.2122, 57.3870],[-7.213099, 57.3873],[-7.213901, 57.3876],[-7.2149, 57.3879],[-7.21570, 57.3881],[-7.217199, 57.3883],[-7.218999000000002, 57.3878],[-7.2196, 57.3877],[-7.219999, 57.3878],[-7.22090, 57.3884],[-7.221401, 57.3885],[-7.2226, 57.3883],[-7.223, 57.3885],[-7.223199, 57.3888],[-7.223199, 57.3891],[-7.222199, 57.3896],[-7.222099, 57.3897],[-7.2223, 57.3899],[-7.223199, 57.3900],[-7.223701, 57.3902],[-7.2244, 57.3905],[-7.2252, 57.391],[-7.225599, 57.3911],[-7.226201, 57.3911],[-7.227099, 57.3911],[-7.227799, 57.3914],[-7.22830, 57.3916],[-7.229101, 57.3918],[-7.2301, 57.3919],[-7.23150, 57.3920],[-7.23150, 57.3923],[-7.230199000000002, 57.3926],[-7.2294, 57.3929],[-7.229, 57.3932],[-7.2284, 57.3937],[-7.22790, 57.3941],[-7.227099, 57.3944],[-7.227001, 57.3948],[-7.22690, 57.3951],[-7.226699, 57.3953],[-7.2265, 57.3954],[-7.226201, 57.3955],[-7.225599, 57.3956],[-7.2248, 57.3957],[-7.224501, 57.3959],[-7.2244, 57.396],[-7.2244, 57.3963],[-7.224699, 57.3966],[-7.2252, 57.3972],[-7.225399, 57.3976],[-7.225399, 57.3978],[-7.225299, 57.3980],[-7.224999, 57.3981],[-7.224501, 57.3980],[-7.2238, 57.3979],[-7.223701, 57.3980],[-7.223599, 57.3982],[-7.223599, 57.3983],[-7.224501, 57.3987],[-7.224599, 57.3989],[-7.2244, 57.3991],[-7.2239, 57.3992],[-7.22310, 57.3991],[-7.2224, 57.3986],[-7.22180, 57.3980],[-7.221001, 57.3978],[-7.219699, 57.3980],[-7.2192, 57.3983],[-7.218901, 57.3985],[-7.218599, 57.3989],[-7.218599, 57.3993],[-7.2187, 57.3995],[-7.2196, 57.3995],[-7.220399, 57.3995],[-7.221001, 57.3995],[-7.221601, 57.3996],[-7.222099, 57.3998],[-7.2224, 57.4001],[-7.22270, 57.4005],[-7.22270, 57.4006],[-7.222199, 57.4009],[-7.2217, 57.401],[-7.220799, 57.4009],[-7.219501, 57.4006],[-7.2192, 57.4006],[-7.218999000000002, 57.4007],[-7.218901, 57.401],[-7.218999000000002, 57.4012],[-7.219501, 57.4018],[-7.2198, 57.402],[-7.22090, 57.4023],[-7.221099, 57.4025],[-7.221099, 57.4027],[-7.221099, 57.403],[-7.22090, 57.4033],[-7.220699, 57.4035],[-7.22030, 57.4037],[-7.218999000000002, 57.404],[-7.21840, 57.4042],[-7.21740, 57.405],[-7.216401, 57.4057],[-7.215499, 57.4066],[-7.215, 57.4071],[-7.214799000000002, 57.4072],[-7.2146, 57.4073],[-7.214301, 57.4074],[-7.2135, 57.4075],[-7.21290, 57.4074],[-7.2122, 57.4071],[-7.211201, 57.4065],[-7.210599, 57.4064],[-7.210199, 57.4065],[-7.210299, 57.4069],[-7.210899, 57.4083],[-7.2108, 57.4085],[-7.209899, 57.4086],[-7.2089, 57.4086],[-7.208, 57.4091],[-7.2076, 57.4096],[-7.207099, 57.41],[-7.206601, 57.41],[-7.205299, 57.4095],[-7.2038, 57.409],[-7.20300, 57.409],[-7.201499, 57.4082],[-7.201001, 57.4081],[-7.200099, 57.4083],[-7.19930, 57.4087],[-7.19870, 57.409],[-7.19780, 57.4089],[-7.1963, 57.4086],[-7.195799, 57.4085],[-7.1956, 57.4087],[-7.1956, 57.4089],[-7.1962, 57.4094],[-7.198299, 57.4105],[-7.198599, 57.4109],[-7.19840, 57.4112],[-7.1982, 57.4114],[-7.197599, 57.4115],[-7.196899, 57.4115],[-7.1957, 57.4113],[-7.19420, 57.4109],[-7.19220, 57.4108],[-7.191401, 57.4109],[-7.190499, 57.4115],[-7.189899, 57.4119],[-7.187799, 57.4118],[-7.1873, 57.4116],[-7.187001, 57.4111],[-7.1872, 57.4108]]],[[[-6.7163, 57.9884],[-6.716499, 57.9877],[-6.716899, 57.9874],[-6.71820, 57.9877],[-6.71910, 57.9879],[-6.720399, 57.9875],[-6.721001, 57.9871],[-6.72190, 57.9868],[-6.722799, 57.9869],[-6.723599, 57.9876],[-6.724899, 57.9899],[-6.7259, 57.9908],[-6.727099, 57.9916],[-6.728099, 57.9931],[-6.730199, 57.9957],[-6.731801, 57.9965],[-6.7353, 57.998],[-6.737199, 57.9994],[-6.73740, 57.9998],[-6.73840, 58.0012],[-6.7388, 58.0020],[-6.738901, 58.0025],[-6.7388, 58.0028],[-6.7363, 58.0059],[-6.735799, 58.0063],[-6.734301, 58.0071],[-6.7301, 58.0077],[-6.726, 58.0087],[-6.724501, 58.0088],[-6.72340, 58.0087],[-6.7223, 58.0086],[-6.720799, 58.0079],[-6.718501, 58.0061],[-6.7171, 58.0050],[-6.7162, 58.0038],[-6.714301, 58.0008],[-6.7136, 58.0000],[-6.713099, 57.9996],[-6.71200, 57.9983],[-6.7108, 57.9962],[-6.710299, 57.9950],[-6.710299, 57.9944],[-6.710899, 57.9935],[-6.71200, 57.9926],[-6.713399, 57.9916],[-6.7141, 57.9911],[-6.714399, 57.9906],[-6.714399, 57.9893],[-6.7146, 57.9888],[-6.7163, 57.9884]]],[[[-7.385499, 57.6688],[-7.382, 57.6681],[-7.380099, 57.6681],[-7.37710, 57.6691],[-7.376201, 57.669],[-7.375599, 57.6687],[-7.375, 57.668],[-7.375199, 57.6674],[-7.375599, 57.6669],[-7.379799, 57.6656],[-7.381801, 57.6648],[-7.3857, 57.6636],[-7.389599, 57.662],[-7.390299, 57.661],[-7.3906, 57.6586],[-7.3908, 57.6574],[-7.391001, 57.6561],[-7.391099, 57.6554],[-7.39130, 57.655],[-7.3922, 57.6549],[-7.3929, 57.6555],[-7.39360, 57.6563],[-7.39400, 57.6571],[-7.394101000000002, 57.6578],[-7.393701, 57.6585],[-7.392799, 57.659],[-7.3927, 57.6595],[-7.39300, 57.66],[-7.39360, 57.6605],[-7.394199, 57.6608],[-7.3947, 57.661],[-7.396299, 57.6614],[-7.4008, 57.662],[-7.40240, 57.6621],[-7.402599, 57.6619],[-7.402699, 57.6612],[-7.403299, 57.6609],[-7.4057, 57.6607],[-7.406099, 57.6606],[-7.406401, 57.6601],[-7.40620, 57.6594],[-7.40620, 57.6591],[-7.4063, 57.6589],[-7.4073, 57.6583],[-7.408199, 57.658],[-7.408901, 57.6577],[-7.410299, 57.6574],[-7.411699, 57.6572],[-7.41270, 57.6577],[-7.413701, 57.6587],[-7.4144, 57.6591],[-7.415599, 57.6595],[-7.4168, 57.6595],[-7.41800, 57.6592],[-7.420499, 57.6585],[-7.421899, 57.6582],[-7.4225, 57.6583],[-7.4237, 57.6594],[-7.4242, 57.6596],[-7.425099, 57.6597],[-7.427499, 57.6591],[-7.431499, 57.6591],[-7.435599, 57.6598],[-7.436, 57.6609],[-7.4365, 57.6615],[-7.437699000000002, 57.6619],[-7.438701000000002, 57.6627],[-7.43900, 57.6633],[-7.4389, 57.6639],[-7.43800, 57.6643],[-7.436299, 57.6641],[-7.434999, 57.6637],[-7.43340, 57.6628],[-7.43020, 57.6626],[-7.428599, 57.6622],[-7.42780, 57.662],[-7.4262, 57.6618],[-7.4238, 57.662],[-7.421201, 57.6623],[-7.419101, 57.6626],[-7.41750, 57.6632],[-7.4168, 57.6636],[-7.41650, 57.664],[-7.4158, 57.6646],[-7.41550, 57.6653],[-7.414999, 57.6655],[-7.413099, 57.6656],[-7.412001, 57.6656],[-7.411201, 57.6657],[-7.41090, 57.666],[-7.41090, 57.6663],[-7.41140, 57.6666],[-7.4118, 57.6667],[-7.412499, 57.6669],[-7.413099, 57.6671],[-7.4134, 57.6673],[-7.413599, 57.6678],[-7.414199000000002, 57.6681],[-7.4148, 57.6683],[-7.4148, 57.6687],[-7.414501, 57.669],[-7.41380, 57.6691],[-7.413, 57.6691],[-7.412399, 57.669],[-7.41130, 57.6681],[-7.410299, 57.6674],[-7.408299, 57.6669],[-7.4063, 57.6668],[-7.4045, 57.667],[-7.4022, 57.6667],[-7.39970, 57.6666],[-7.3975, 57.6669],[-7.3969, 57.6672],[-7.396601, 57.6676],[-7.396601, 57.6682],[-7.396601, 57.6688],[-7.396201, 57.6692],[-7.395899000000002, 57.6694],[-7.39540, 57.6697],[-7.3943, 57.67],[-7.39300, 57.67],[-7.388199, 57.6694],[-7.385499, 57.6688]]],[[[-7.2774, 57.7012],[-7.279301, 57.7009],[-7.280799, 57.7013],[-7.282499, 57.7021],[-7.284501, 57.7026],[-7.286201000000002, 57.7028],[-7.28840, 57.7029],[-7.290699, 57.7037],[-7.292399, 57.7046],[-7.293399, 57.7053],[-7.2946, 57.7066],[-7.296201, 57.7075],[-7.2965, 57.7083],[-7.295599, 57.7094],[-7.295499, 57.7106],[-7.2961, 57.7116],[-7.297999, 57.7128],[-7.29870, 57.7144],[-7.2986, 57.7154],[-7.297599, 57.7165],[-7.297699, 57.7169],[-7.2986, 57.7174],[-7.298399, 57.7184],[-7.2975, 57.7186],[-7.29600, 57.7186],[-7.29350, 57.7186],[-7.293399, 57.7187],[-7.293701, 57.7192],[-7.294199, 57.7195],[-7.294301, 57.7202],[-7.293099000000002, 57.7205],[-7.289101, 57.7207],[-7.2849, 57.7203],[-7.280799, 57.7189],[-7.27620, 57.7177],[-7.2736, 57.7164],[-7.27350, 57.7159],[-7.2736, 57.7154],[-7.273901, 57.7151],[-7.274799000000002, 57.7144],[-7.276, 57.7137],[-7.2782, 57.7118],[-7.27990, 57.711],[-7.280499, 57.7105],[-7.2807, 57.7099],[-7.2806, 57.7092],[-7.27990, 57.7085],[-7.278999000000002, 57.7076],[-7.27610, 57.7053],[-7.274899, 57.7033],[-7.274899, 57.7025],[-7.276401, 57.7014],[-7.2774, 57.7012]]],[[[-7.37990, 57.0604],[-7.3782, 57.0599],[-7.3764, 57.06],[-7.375299, 57.0588],[-7.37430, 57.0574],[-7.37300, 57.0564],[-7.37190, 57.0551],[-7.369999, 57.0544],[-7.3693, 57.0538],[-7.3693, 57.053],[-7.371699, 57.0519],[-7.3735, 57.0509],[-7.376299, 57.0512],[-7.37720, 57.051],[-7.377399, 57.0505],[-7.377299, 57.05],[-7.3754, 57.0488],[-7.376, 57.0483],[-7.378099, 57.0482],[-7.378799, 57.0481],[-7.37910, 57.0473],[-7.380099, 57.0454],[-7.380499, 57.0451],[-7.381899, 57.0448],[-7.38310, 57.0443],[-7.383999, 57.0435],[-7.385499, 57.0432],[-7.3874, 57.044],[-7.3887, 57.0441],[-7.3901, 57.0435],[-7.39260, 57.0432],[-7.3943, 57.0438],[-7.396, 57.0445],[-7.39820, 57.0465],[-7.398901, 57.0492],[-7.3985, 57.0498],[-7.39640, 57.0511],[-7.394199, 57.052],[-7.392099, 57.053],[-7.390699000000002, 57.054],[-7.389699, 57.0555],[-7.389699, 57.0563],[-7.39020, 57.0568],[-7.3915, 57.0572],[-7.392499, 57.0573],[-7.3933, 57.0583],[-7.394501, 57.0586],[-7.395199, 57.0588],[-7.39440, 57.0598],[-7.393701, 57.0605],[-7.3929, 57.0604],[-7.392099, 57.0605],[-7.39130, 57.0607],[-7.390699000000002, 57.061],[-7.38940, 57.0617],[-7.387499, 57.063],[-7.386899, 57.0627],[-7.385499, 57.0607],[-7.382199, 57.0605],[-7.37990, 57.0604]]],[[[-7.57560, 56.8615],[-7.5749, 56.8614],[-7.57420, 56.862],[-7.573299, 56.862],[-7.57320, 56.8616],[-7.572899, 56.8608],[-7.572199, 56.8609],[-7.5717, 56.8611],[-7.570499, 56.8609],[-7.569699, 56.8611],[-7.569399, 56.8606],[-7.5691, 56.8601],[-7.5679, 56.8602],[-7.56710, 56.8599],[-7.566201, 56.8599],[-7.56540, 56.86],[-7.5632, 56.8585],[-7.562099, 56.8582],[-7.5594, 56.858],[-7.559, 56.8575],[-7.55740, 56.8569],[-7.557099, 56.8566],[-7.5569, 56.8557],[-7.557099, 56.8552],[-7.55970, 56.8553],[-7.5604, 56.8548],[-7.560699, 56.8546],[-7.562399, 56.8549],[-7.5633, 56.8544],[-7.564, 56.8538],[-7.564101, 56.8535],[-7.562799, 56.8529],[-7.562799, 56.8526],[-7.563, 56.8521],[-7.56350, 56.8519],[-7.564199, 56.8523],[-7.5651, 56.8523],[-7.565899, 56.852],[-7.5666, 56.8511],[-7.566801000000002, 56.8504],[-7.567299, 56.8504],[-7.567699000000002, 56.8502],[-7.567699000000002, 56.8495],[-7.567, 56.8486],[-7.567, 56.8483],[-7.567299, 56.8478],[-7.568501, 56.8479],[-7.56960, 56.8487],[-7.5707, 56.849],[-7.571401, 56.8488],[-7.5727, 56.8488],[-7.5746, 56.8495],[-7.5752, 56.8495],[-7.576099, 56.8493],[-7.577799, 56.8498],[-7.5788, 56.8498],[-7.579999, 56.8498],[-7.581201, 56.8507],[-7.581699, 56.8506],[-7.5814, 56.8503],[-7.581201, 56.8496],[-7.5819, 56.849],[-7.582699, 56.849],[-7.583799, 56.8494],[-7.58440, 56.8491],[-7.585299, 56.8493],[-7.5858, 56.8496],[-7.5861, 56.8494],[-7.585499, 56.8489],[-7.585499, 56.8485],[-7.586699, 56.8484],[-7.588399, 56.8486],[-7.58920, 56.8489],[-7.59, 56.8486],[-7.590899, 56.8488],[-7.591401, 56.85],[-7.59210, 56.85],[-7.5927, 56.8498],[-7.59340, 56.8498],[-7.5946, 56.8504],[-7.5956, 56.85],[-7.5969, 56.85],[-7.597001, 56.8507],[-7.596001, 56.8512],[-7.5952, 56.8517],[-7.5941, 56.8522],[-7.5928, 56.852],[-7.59240, 56.8529],[-7.59240, 56.8536],[-7.591801, 56.8543],[-7.5913, 56.8547],[-7.5912, 56.8553],[-7.59060, 56.8558],[-7.588099, 56.856],[-7.58790, 56.8564],[-7.589, 56.857],[-7.591801, 56.8569],[-7.5928, 56.8579],[-7.592999000000002, 56.8584],[-7.591801, 56.859],[-7.591499, 56.8596],[-7.591499, 56.8599],[-7.59110, 56.8602],[-7.589799, 56.8598],[-7.589, 56.8598],[-7.5885, 56.86],[-7.588099, 56.86],[-7.587, 56.8593],[-7.5866, 56.8593],[-7.585599, 56.8593],[-7.5847, 56.8596],[-7.58350, 56.8598],[-7.582799, 56.8592],[-7.582399, 56.8588],[-7.581601, 56.8593],[-7.5805, 56.8599],[-7.57940, 56.8597],[-7.57890, 56.8597],[-7.57740, 56.8602],[-7.577099, 56.8616],[-7.577099, 56.8624],[-7.576401, 56.8627],[-7.57560, 56.8615]]],[[[-7.64140, 56.7907],[-7.6402, 56.7903],[-7.63380, 56.7904],[-7.6316, 56.7903],[-7.6304, 56.7901],[-7.628099, 56.7895],[-7.626601, 56.7889],[-7.624101, 56.7887],[-7.623199, 56.7888],[-7.622001, 56.789],[-7.62010, 56.7885],[-7.6194, 56.7883],[-7.6167, 56.7888],[-7.6162, 56.7888],[-7.615499000000002, 56.7886],[-7.6149, 56.7883],[-7.613901, 56.7878],[-7.61270, 56.7869],[-7.61170, 56.7863],[-7.61070, 56.7859],[-7.610099, 56.7855],[-7.60990, 56.785],[-7.610099, 56.7849],[-7.610799, 56.7849],[-7.611899, 56.7848],[-7.612999, 56.7847],[-7.616899, 56.7848],[-7.61840, 56.7847],[-7.618999, 56.7843],[-7.6214, 56.7817],[-7.622099, 56.7813],[-7.62290, 56.7809],[-7.6243, 56.7811],[-7.62540, 56.7816],[-7.626201, 56.7816],[-7.627399, 56.7814],[-7.62830, 56.7812],[-7.628901, 56.7804],[-7.62910, 56.7793],[-7.629399, 56.7791],[-7.630899, 56.7794],[-7.63240, 56.7797],[-7.63420, 56.7791],[-7.636099, 56.7792],[-7.63670, 56.7794],[-7.637199, 56.7812],[-7.63800, 56.7813],[-7.6387, 56.7809],[-7.639599, 56.7801],[-7.6401, 56.7801],[-7.64220, 56.7818],[-7.644199000000002, 56.7819],[-7.64500, 56.7823],[-7.64510, 56.7827],[-7.643701, 56.7829],[-7.643199, 56.7832],[-7.6433, 56.7837],[-7.644599, 56.7841],[-7.646699, 56.7845],[-7.647399, 56.7852],[-7.6494, 56.7852],[-7.650899, 56.7848],[-7.65360, 56.7843],[-7.6557, 56.7843],[-7.65590, 56.7849],[-7.654301, 56.7857],[-7.654301, 56.7859],[-7.6581, 56.7859],[-7.658599, 56.7863],[-7.658599, 56.7869],[-7.65730, 56.7871],[-7.655799, 56.7877],[-7.654699, 56.7881],[-7.6538, 56.7883],[-7.653299, 56.7885],[-7.6542, 56.7891],[-7.6542, 56.7895],[-7.6537, 56.7898],[-7.651, 56.7903],[-7.6495, 56.7901],[-7.647699, 56.7896],[-7.647099, 56.7898],[-7.646299, 56.7902],[-7.64500, 56.7907],[-7.643199, 56.791],[-7.64140, 56.7907]]],[[[-7.5994, 57.5281],[-7.60010, 57.5276],[-7.60140, 57.5262],[-7.602001, 57.5252],[-7.60190, 57.5239],[-7.6009, 57.5221],[-7.601201, 57.5216],[-7.601699, 57.5214],[-7.6022, 57.5216],[-7.60270, 57.5222],[-7.60330, 57.5224],[-7.604599, 57.5221],[-7.6055, 57.5222],[-7.606201, 57.5221],[-7.6072, 57.5215],[-7.609399000000002, 57.521],[-7.61030, 57.5206],[-7.610899, 57.5201],[-7.61130, 57.5193],[-7.6112, 57.5189],[-7.611001, 57.5187],[-7.609799, 57.5183],[-7.607999, 57.5181],[-7.60650, 57.5182],[-7.60610, 57.518],[-7.606601, 57.5176],[-7.60790, 57.5176],[-7.6082, 57.5174],[-7.608099, 57.5172],[-7.6072, 57.5168],[-7.607299, 57.5164],[-7.6078, 57.516],[-7.610099, 57.516],[-7.610199, 57.5156],[-7.610199, 57.515],[-7.6111, 57.5148],[-7.612, 57.5145],[-7.612599, 57.5126],[-7.612999, 57.5120],[-7.614399, 57.5119],[-7.615699, 57.5121],[-7.616899, 57.5122],[-7.617899, 57.5115],[-7.618599, 57.5115],[-7.61930, 57.5117],[-7.62020, 57.5118],[-7.621099, 57.5113],[-7.622099, 57.5111],[-7.62260, 57.5111],[-7.6227, 57.5113],[-7.622799, 57.5114],[-7.6227, 57.5118],[-7.62220, 57.5122],[-7.6215, 57.5124],[-7.61880, 57.5126],[-7.618299, 57.5131],[-7.618299, 57.5136],[-7.618701, 57.5139],[-7.622099, 57.5139],[-7.6227, 57.5144],[-7.623199, 57.5154],[-7.6234, 57.5162],[-7.623799, 57.5168],[-7.6243, 57.5171],[-7.62480, 57.5174],[-7.625, 57.5178],[-7.625, 57.5182],[-7.625, 57.5186],[-7.62480, 57.5191],[-7.6227, 57.5205],[-7.6219, 57.5214],[-7.6213, 57.5222],[-7.6199, 57.5233],[-7.619501, 57.5237],[-7.61930, 57.5242],[-7.61930, 57.5248],[-7.619501, 57.5253],[-7.6208, 57.5259],[-7.621, 57.5263],[-7.621, 57.527],[-7.6208, 57.5273],[-7.619699, 57.5275],[-7.619101, 57.5279],[-7.618199, 57.528],[-7.6177, 57.5286],[-7.6173, 57.5289],[-7.617001, 57.529],[-7.616099, 57.5287],[-7.615099, 57.5283],[-7.614399, 57.5281],[-7.613299, 57.528],[-7.612199, 57.528],[-7.6111, 57.5283],[-7.61040, 57.5289],[-7.610099, 57.5296],[-7.610099, 57.5305],[-7.60990, 57.5309],[-7.609301, 57.531],[-7.608799, 57.531],[-7.60850, 57.5313],[-7.6082, 57.532],[-7.6078, 57.5322],[-7.606299, 57.5322],[-7.605199000000002, 57.5324],[-7.605299, 57.5326],[-7.6054, 57.5329],[-7.6058, 57.5332],[-7.6058, 57.5335],[-7.6054, 57.5337],[-7.60430, 57.5338],[-7.6013, 57.5338],[-7.60100, 57.5338],[-7.600599, 57.5336],[-7.60050, 57.5332],[-7.6009, 57.5328],[-7.600699, 57.5325],[-7.599999, 57.5321],[-7.599101, 57.5306],[-7.598599, 57.5296],[-7.598501, 57.5292],[-7.598701, 57.5287],[-7.5994, 57.5281]]],[[[-7.076499, 57.7688],[-7.076499, 57.7683],[-7.07670, 57.7678],[-7.077099, 57.7673],[-7.07730, 57.767],[-7.0774, 57.7666],[-7.07730, 57.7662],[-7.077001, 57.7659],[-7.076401, 57.7659],[-7.0752, 57.7662],[-7.0743, 57.7663],[-7.073599, 57.7663],[-7.0732, 57.7662],[-7.0728, 57.766],[-7.072599000000002, 57.7655],[-7.072599000000002, 57.7653],[-7.0728, 57.765],[-7.0738, 57.7639],[-7.074399, 57.7632],[-7.074501, 57.7629],[-7.074399, 57.7626],[-7.0741, 57.7622],[-7.0737, 57.7618],[-7.072999, 57.7614],[-7.0724, 57.7612],[-7.0699, 57.7606],[-7.0695, 57.7605],[-7.069301, 57.7602],[-7.069301, 57.7599],[-7.069399, 57.7596],[-7.069799, 57.7592],[-7.0699, 57.759],[-7.070099, 57.7582],[-7.0704, 57.7578],[-7.070899, 57.7574],[-7.07110, 57.7572],[-7.07110, 57.7571],[-7.07110, 57.7568],[-7.071001, 57.7564],[-7.07120, 57.7562],[-7.0724, 57.7559],[-7.0724, 57.7556],[-7.072299, 57.7554],[-7.0713, 57.7548],[-7.07110, 57.7546],[-7.071001, 57.7542],[-7.07110, 57.7539],[-7.071401, 57.7533],[-7.071801, 57.7527],[-7.072199, 57.7522],[-7.072599000000002, 57.7519],[-7.0732, 57.7516],[-7.0741, 57.7516],[-7.0752, 57.7518],[-7.075699, 57.7519],[-7.0762, 57.7521],[-7.076601, 57.7523],[-7.07730, 57.7529],[-7.0776, 57.7532],[-7.078199, 57.7541],[-7.078599, 57.7552],[-7.078701000000002, 57.7556],[-7.07900, 57.7560],[-7.0794, 57.7562],[-7.080299, 57.7568],[-7.08090, 57.7573],[-7.081201, 57.7575],[-7.081699, 57.7577],[-7.082799, 57.7579],[-7.0835, 57.7581],[-7.084199, 57.7585],[-7.085599, 57.7592],[-7.086201, 57.7595],[-7.086801, 57.7599],[-7.08710, 57.7603],[-7.0875, 57.7610],[-7.0883, 57.7624],[-7.088799, 57.7632],[-7.0891, 57.7634],[-7.08950, 57.7635],[-7.090899000000002, 57.7636],[-7.091899, 57.7638],[-7.092999, 57.7641],[-7.093501, 57.7644],[-7.093901, 57.7648],[-7.09410, 57.7655],[-7.095099, 57.7667],[-7.09550, 57.7674],[-7.095799, 57.7682],[-7.0959, 57.7685],[-7.095699, 57.7687],[-7.094699, 57.7689],[-7.09320, 57.7688],[-7.092299, 57.7687],[-7.091401, 57.7685],[-7.090899000000002, 57.7685],[-7.09040, 57.7688],[-7.0897, 57.7689],[-7.088799, 57.7687],[-7.0875, 57.7686],[-7.08570, 57.7688],[-7.085, 57.7687],[-7.083701, 57.7684],[-7.083399, 57.7684],[-7.083099, 57.7685],[-7.083, 57.7687],[-7.0836, 57.7693],[-7.083799000000002, 57.7697],[-7.0839, 57.77],[-7.0839, 57.7701],[-7.083799000000002, 57.7704],[-7.083701, 57.7706],[-7.08330, 57.771],[-7.08320, 57.7712],[-7.083399, 57.7725],[-7.083399, 57.7729],[-7.083399, 57.7732],[-7.08330, 57.7735],[-7.08320, 57.7737],[-7.08290, 57.774],[-7.0826, 57.7742],[-7.082399, 57.7743],[-7.0818, 57.7745],[-7.08150, 57.7746],[-7.08100, 57.7753],[-7.080699, 57.7755],[-7.08050, 57.7755],[-7.080299, 57.7755],[-7.079999, 57.7754],[-7.0797, 57.7752],[-7.079501, 57.775],[-7.0794, 57.7747],[-7.079199, 57.7738],[-7.079101, 57.7736],[-7.07810, 57.7729],[-7.07770, 57.7725],[-7.0774, 57.772],[-7.077099, 57.7714],[-7.0769, 57.7708],[-7.07670, 57.77],[-7.076601, 57.7694],[-7.076499, 57.7688]]],[[[-7.419799, 57.5593],[-7.41890, 57.5591],[-7.41470, 57.5592],[-7.4139, 57.5587],[-7.412799, 57.5571],[-7.41190, 57.5561],[-7.410299, 57.5559],[-7.40770, 57.5557],[-7.407001, 57.5553],[-7.406001, 57.5547],[-7.4045, 57.5543],[-7.4007, 57.5546],[-7.4, 57.5545],[-7.39970, 57.5542],[-7.399899, 57.5538],[-7.4004, 57.5537],[-7.4038, 57.5529],[-7.4056, 57.5520],[-7.40670, 57.5516],[-7.4099, 57.5514],[-7.411699, 57.5514],[-7.4134, 57.5516],[-7.4152, 57.5518],[-7.417099, 57.5518],[-7.419799, 57.5517],[-7.420599, 57.5519],[-7.422, 57.5528],[-7.423501, 57.5538],[-7.4246, 57.5546],[-7.4299, 57.5574],[-7.432799, 57.5603],[-7.434599, 57.5620],[-7.436, 57.5647],[-7.4365, 57.5670],[-7.4364, 57.5684],[-7.436201, 57.5693],[-7.434999, 57.5703],[-7.43350, 57.5708],[-7.430699, 57.5703],[-7.42920, 57.5700],[-7.427001, 57.5675],[-7.424799, 57.5652],[-7.423299, 57.5634],[-7.421401000000002, 57.5620],[-7.42030, 57.5607],[-7.4201, 57.5600],[-7.419799, 57.5593]]],[[[-7.086299, 57.7500],[-7.08570, 57.7499],[-7.08470, 57.7500],[-7.084101, 57.7499],[-7.083399, 57.7496],[-7.082799, 57.7493],[-7.0822, 57.7489],[-7.081601, 57.7485],[-7.081201, 57.7481],[-7.08100, 57.7478],[-7.08090, 57.7473],[-7.08090, 57.7465],[-7.08090, 57.7455],[-7.0808, 57.7452],[-7.08050, 57.7448],[-7.079999, 57.7443],[-7.0794, 57.7439],[-7.07900, 57.7437],[-7.0774, 57.7433],[-7.0762, 57.7429],[-7.076001, 57.7428],[-7.0759, 57.7426],[-7.076099, 57.7425],[-7.0776, 57.7425],[-7.07810, 57.7424],[-7.0783, 57.7423],[-7.0783, 57.7421],[-7.077899, 57.7418],[-7.07680, 57.7416],[-7.076001, 57.7414],[-7.0746, 57.7410],[-7.07250, 57.7408],[-7.0717, 57.7407],[-7.070799, 57.7405],[-7.068999, 57.7400],[-7.068901, 57.7398],[-7.068901, 57.7396],[-7.068999, 57.7395],[-7.0699, 57.7394],[-7.07070, 57.7396],[-7.072899, 57.7400],[-7.0756, 57.7406],[-7.0762, 57.7404],[-7.0762, 57.7402],[-7.076099, 57.7399],[-7.0756, 57.7396],[-7.072899, 57.7392],[-7.07070, 57.739],[-7.069799, 57.7388],[-7.06870, 57.7384],[-7.0672, 57.7379],[-7.066201, 57.7375],[-7.06460, 57.7369],[-7.063799, 57.7367],[-7.06260, 57.7364],[-7.061601, 57.7359],[-7.0605, 57.7353],[-7.0604, 57.7350],[-7.0604, 57.7348],[-7.0605, 57.7345],[-7.06080, 57.7342],[-7.061, 57.7341],[-7.0618, 57.7342],[-7.06500, 57.7347],[-7.0653, 57.7346],[-7.0653, 57.7343],[-7.06500, 57.7338],[-7.06510, 57.7337],[-7.065499000000002, 57.7337],[-7.0666, 57.7338],[-7.06780, 57.7342],[-7.0686, 57.7344],[-7.069301, 57.7346],[-7.07070, 57.7348],[-7.07160, 57.7350],[-7.072199, 57.7353],[-7.0732, 57.7361],[-7.0737, 57.7365],[-7.073999, 57.7366],[-7.074399, 57.7367],[-7.075799, 57.7368],[-7.07680, 57.7367],[-7.077199, 57.7366],[-7.077499, 57.7365],[-7.077799, 57.7363],[-7.077799, 57.7361],[-7.0776, 57.7356],[-7.077799, 57.7354],[-7.079101, 57.7353],[-7.0804, 57.7354],[-7.081601, 57.7356],[-7.082699, 57.736],[-7.083399, 57.7363],[-7.0844, 57.7367],[-7.087999, 57.7381],[-7.09130, 57.7398],[-7.0917, 57.7403],[-7.0924, 57.7410],[-7.092899, 57.7414],[-7.093599, 57.7419],[-7.093999, 57.7425],[-7.0942, 57.7434],[-7.094399, 57.7443],[-7.0948, 57.7451],[-7.0948, 57.7458],[-7.09460, 57.7462],[-7.094301, 57.7465],[-7.0938, 57.7468],[-7.093299, 57.7471],[-7.0925, 57.7475],[-7.091801, 57.7477],[-7.090899000000002, 57.7479],[-7.09, 57.7482],[-7.08900, 57.7486],[-7.087999, 57.7497],[-7.08760, 57.7500],[-7.0872, 57.7501],[-7.086299, 57.7500]]],[[[-6.356201, 57.9059],[-6.35360, 57.9046],[-6.352399, 57.9042],[-6.349599, 57.904],[-6.34940, 57.9039],[-6.3493, 57.9037],[-6.349599, 57.9035],[-6.3518, 57.9032],[-6.353199, 57.903],[-6.353799, 57.9025],[-6.3543, 57.901],[-6.35450, 57.9],[-6.3543, 57.8982],[-6.3547, 57.897],[-6.354599, 57.8964],[-6.3543, 57.8959],[-6.3534, 57.8955],[-6.348199, 57.8951],[-6.3468, 57.8946],[-6.3463, 57.8943],[-6.3459, 57.8938],[-6.3455, 57.8923],[-6.345399, 57.8907],[-6.345399, 57.8893],[-6.345699, 57.8879],[-6.3459, 57.8872],[-6.3467, 57.8866],[-6.347001, 57.8861],[-6.346601000000002, 57.885],[-6.3467, 57.8846],[-6.347001, 57.8842],[-6.348199, 57.8838],[-6.348501, 57.8834],[-6.349101, 57.8819],[-6.3493, 57.8817],[-6.349501, 57.8816],[-6.350299, 57.8816],[-6.3508, 57.8819],[-6.351201, 57.8823],[-6.351299, 57.8827],[-6.351201, 57.8831],[-6.3508, 57.8836],[-6.34980, 57.8843],[-6.34940, 57.8847],[-6.3493, 57.8854],[-6.349599, 57.8861],[-6.349999, 57.8866],[-6.3515, 57.8875],[-6.352399, 57.8881],[-6.3529, 57.8889],[-6.35360, 57.8907],[-6.354199, 57.8915],[-6.3543, 57.892],[-6.35400, 57.893],[-6.3539, 57.8933],[-6.35400, 57.8937],[-6.3548, 57.8942],[-6.355299, 57.8954],[-6.355599, 57.8958],[-6.356299, 57.8961],[-6.358099, 57.8963],[-6.35910, 57.8964],[-6.3596, 57.8967],[-6.360199, 57.8972],[-6.361499, 57.8977],[-6.362199, 57.8981],[-6.362599, 57.8983],[-6.363299, 57.8984],[-6.364301, 57.8984],[-6.365099, 57.8985],[-6.36620, 57.8994],[-6.366499, 57.8995],[-6.368, 57.8996],[-6.3692, 57.8999],[-6.370399, 57.9],[-6.371099, 57.9003],[-6.371699, 57.9008],[-6.3727, 57.9011],[-6.37330, 57.9012],[-6.375199, 57.9009],[-6.375899, 57.9011],[-6.3764, 57.9013],[-6.3769, 57.9017],[-6.3778, 57.9027],[-6.377999000000002, 57.9032],[-6.378099, 57.9037],[-6.377999000000002, 57.904],[-6.3778, 57.9043],[-6.37710, 57.9046],[-6.376699, 57.9046],[-6.376299, 57.9045],[-6.3758, 57.9041],[-6.37510, 57.9039],[-6.3743, 57.9041],[-6.37230, 57.9047],[-6.37140, 57.9048],[-6.370399, 57.9047],[-6.3701, 57.9046],[-6.3694, 57.9041],[-6.36810, 57.9035],[-6.36770, 57.9034],[-6.367199, 57.9033],[-6.365399, 57.9037],[-6.3642, 57.9038],[-6.362999, 57.9043],[-6.36200, 57.9048],[-6.361401, 57.9049],[-6.360499, 57.905],[-6.357699, 57.9049],[-6.357299, 57.905],[-6.3572, 57.9054],[-6.3575, 57.9058],[-6.3572, 57.906],[-6.356201, 57.9059]]],[[[-7.34480, 57.0195],[-7.3427, 57.0193],[-7.3417, 57.0193],[-7.341001, 57.0192],[-7.34060, 57.0190],[-7.340499, 57.0189],[-7.340499, 57.0187],[-7.3412, 57.0180],[-7.3413, 57.0178],[-7.3411, 57.0176],[-7.340799, 57.0174],[-7.339399, 57.0174],[-7.33870, 57.0172],[-7.3383, 57.0171],[-7.3378, 57.0168],[-7.336801, 57.0165],[-7.335199, 57.0165],[-7.334799, 57.0162],[-7.335, 57.0141],[-7.3351, 57.0137],[-7.33540, 57.0132],[-7.336, 57.0126],[-7.336, 57.0124],[-7.335899000000002, 57.0123],[-7.334599, 57.0115],[-7.33350, 57.0111],[-7.3323, 57.0110],[-7.3318, 57.0110],[-7.3315, 57.0111],[-7.331, 57.0113],[-7.3309, 57.0116],[-7.3309, 57.0120],[-7.331699, 57.0130],[-7.332001, 57.0137],[-7.332001, 57.0141],[-7.3319, 57.0145],[-7.331601, 57.0147],[-7.33110, 57.0150],[-7.3305, 57.0150],[-7.3294, 57.0149],[-7.3276, 57.0144],[-7.32690, 57.0138],[-7.326401, 57.0134],[-7.3263, 57.0131],[-7.326401, 57.0129],[-7.327099, 57.0128],[-7.328, 57.0126],[-7.329, 57.0122],[-7.32930, 57.0117],[-7.329501, 57.0103],[-7.329501, 57.0101],[-7.329501, 57.0099],[-7.329101, 57.0094],[-7.327899000000002, 57.0083],[-7.3277, 57.0078],[-7.327799000000002, 57.0074],[-7.328199, 57.0071],[-7.3289, 57.0069],[-7.3305, 57.0072],[-7.3329, 57.0077],[-7.3333, 57.0079],[-7.333799, 57.0084],[-7.334301, 57.0088],[-7.334799, 57.0090],[-7.335899000000002, 57.0091],[-7.3371, 57.0095],[-7.338099, 57.0104],[-7.338799, 57.0109],[-7.339301, 57.0112],[-7.3397, 57.0112],[-7.340799, 57.0110],[-7.341499, 57.0110],[-7.3431, 57.0113],[-7.3441, 57.0115],[-7.344699, 57.0117],[-7.3449, 57.0118],[-7.3455, 57.0123],[-7.3459, 57.0124],[-7.346099000000002, 57.0124],[-7.3462, 57.0123],[-7.346401, 57.0118],[-7.34670, 57.0114],[-7.3469, 57.0112],[-7.348501, 57.0113],[-7.3488, 57.0112],[-7.3493, 57.0108],[-7.349899, 57.0104],[-7.351099, 57.0105],[-7.35220, 57.0107],[-7.353, 57.0113],[-7.3544, 57.0120],[-7.356299, 57.0121],[-7.358901, 57.0128],[-7.3604, 57.0135],[-7.36060, 57.0137],[-7.3607, 57.0141],[-7.3603, 57.0149],[-7.36, 57.0153],[-7.359399, 57.0155],[-7.3586, 57.0156],[-7.358099, 57.0159],[-7.3575, 57.0167],[-7.3572, 57.0169],[-7.3557, 57.0166],[-7.355299, 57.0167],[-7.355199, 57.0180],[-7.355, 57.0182],[-7.3534, 57.0183],[-7.35270, 57.0185],[-7.35180, 57.0189],[-7.3502, 57.0192],[-7.34900, 57.0195],[-7.347799, 57.0191],[-7.3474, 57.0192],[-7.347001, 57.0196],[-7.34670, 57.0199],[-7.3462, 57.0199],[-7.34480, 57.0195]]],[[[-6.4183, 58.0050],[-6.418, 58.0043],[-6.4182, 58.0037],[-6.4147, 58.0016],[-6.4135, 58.0009],[-6.412099, 58.0002],[-6.41180, 57.9999],[-6.411601, 57.9994],[-6.410699, 57.9988],[-6.4105, 57.9985],[-6.4105, 57.9984],[-6.4106, 57.9983],[-6.411201, 57.998],[-6.4115, 57.9979],[-6.412001, 57.9979],[-6.41400, 57.9981],[-6.414501, 57.9982],[-6.415699, 57.9987],[-6.41650, 57.9987],[-6.4173, 57.9981],[-6.417699, 57.998],[-6.4183, 57.998],[-6.41970, 57.9993],[-6.42070, 57.9994],[-6.42200, 57.9995],[-6.423999, 57.9997],[-6.4266, 58.0003],[-6.427899, 58.0007],[-6.42810, 58.0003],[-6.428199, 57.9998],[-6.427199, 57.9990],[-6.4274, 57.9985],[-6.427899, 57.9978],[-6.4284, 57.9978],[-6.428599, 57.998],[-6.428901, 57.9985],[-6.429999, 57.9997],[-6.43190, 58.0008],[-6.432099, 58.0008],[-6.4326, 58.0007],[-6.4327, 58.0006],[-6.431601, 57.9992],[-6.430799, 57.9981],[-6.430799, 57.9979],[-6.4309, 57.9978],[-6.4318, 57.9977],[-6.43240, 57.9977],[-6.43340, 57.9979],[-6.433701, 57.998],[-6.4355, 57.9998],[-6.435699, 57.9998],[-6.4359, 57.9997],[-6.4355, 57.9983],[-6.435599, 57.9982],[-6.436, 57.9981],[-6.4365, 57.9981],[-6.436699, 57.9982],[-6.437099, 57.9988],[-6.4379, 57.9998],[-6.4383, 57.9999],[-6.43950, 57.9996],[-6.4401, 57.9992],[-6.4407, 57.9991],[-6.441801, 57.9991],[-6.4424, 57.9994],[-6.44360, 57.9997],[-6.446001, 58.0002],[-6.447599, 58.0007],[-6.447999, 58.0009],[-6.447999, 58.0014],[-6.447899, 58.0016],[-6.447599, 58.0018],[-6.4453, 58.0022],[-6.445199, 58.0023],[-6.44560, 58.0032],[-6.4457, 58.0036],[-6.445499, 58.0039],[-6.445099000000002, 58.0043],[-6.444699, 58.0044],[-6.443299, 58.0045],[-6.44280, 58.0046],[-6.4421, 58.0050],[-6.4416, 58.0051],[-6.4397, 58.0049],[-6.432899000000002, 58.0050],[-6.431499, 58.0050],[-6.429399, 58.0046],[-6.42360, 58.0051],[-6.419101, 58.0055],[-6.4183, 58.0050]]],[[[-7.122399, 58.0874],[-7.122799, 58.087],[-7.1229, 58.0867],[-7.12130, 58.0868],[-7.119999, 58.0873],[-7.118999, 58.087],[-7.118501, 58.0856],[-7.117001, 58.0851],[-7.116401, 58.084],[-7.116401, 58.0821],[-7.116001, 58.0804],[-7.11520, 58.0792],[-7.115499, 58.0781],[-7.116099, 58.0774],[-7.1159, 58.0767],[-7.11520, 58.0761],[-7.115099, 58.0754],[-7.116099, 58.0748],[-7.118199, 58.0746],[-7.12140, 58.0748],[-7.123, 58.0744],[-7.1239, 58.0746],[-7.1257, 58.0744],[-7.12700, 58.0748],[-7.127699, 58.075],[-7.127699, 58.0758],[-7.1282, 58.0762],[-7.12970, 58.0759],[-7.13160, 58.0757],[-7.1328, 58.0761],[-7.133299, 58.0771],[-7.1329, 58.0776],[-7.1324, 58.0776],[-7.13120, 58.0772],[-7.1311, 58.0778],[-7.131899, 58.0785],[-7.13200, 58.0793],[-7.131499, 58.0795],[-7.1304, 58.0795],[-7.1296, 58.0795],[-7.1286, 58.0801],[-7.12780, 58.0805],[-7.12650, 58.0817],[-7.1283, 58.0823],[-7.128901, 58.0835],[-7.1292, 58.0843],[-7.130599, 58.0847],[-7.132299, 58.085],[-7.1356, 58.0841],[-7.136001, 58.0846],[-7.136001, 58.0849],[-7.1357, 58.0857],[-7.135, 58.0858],[-7.134399, 58.0862],[-7.1324, 58.0861],[-7.131001, 58.0868],[-7.131401, 58.0872],[-7.131401, 58.0877],[-7.130799, 58.0878],[-7.12750, 58.0874],[-7.12550, 58.0878],[-7.123199, 58.0881],[-7.122001, 58.088],[-7.121699, 58.0875],[-7.122399, 58.0874]]],[[[-6.87960, 58.2709],[-6.8771, 58.2704],[-6.876801, 58.2704],[-6.876201, 58.2705],[-6.8739, 58.2707],[-6.87350, 58.2706],[-6.873, 58.2703],[-6.872499, 58.2699],[-6.872001, 58.2692],[-6.87180, 58.269],[-6.8671, 58.2671],[-6.866499, 58.267],[-6.86420, 58.2671],[-6.8617, 58.2673],[-6.8611, 58.2672],[-6.858901, 58.2664],[-6.85850, 58.2662],[-6.858399, 58.266],[-6.858399, 58.2658],[-6.85950, 58.2649],[-6.85960, 58.2647],[-6.85960, 58.2645],[-6.85960, 58.2636],[-6.859399, 58.2634],[-6.85900, 58.2632],[-6.85860, 58.2631],[-6.8583, 58.2629],[-6.858399, 58.2626],[-6.858799, 58.2622],[-6.8592, 58.262],[-6.859799, 58.2619],[-6.86040, 58.2618],[-6.861401, 58.2618],[-6.862899, 58.2626],[-6.8634, 58.2626],[-6.8663, 58.2618],[-6.867599, 58.2618],[-6.86800, 58.2619],[-6.86840, 58.2621],[-6.869501, 58.2628],[-6.86980, 58.2628],[-6.87020, 58.2627],[-6.871099, 58.2621],[-6.873099, 58.2621],[-6.87350, 58.2621],[-6.873701, 58.2619],[-6.874101, 58.2614],[-6.8743, 58.2612],[-6.875199, 58.261],[-6.8761, 58.2609],[-6.8775, 58.2609],[-6.878799, 58.2614],[-6.87920, 58.2616],[-6.87960, 58.262],[-6.88110, 58.2638],[-6.881401, 58.264],[-6.882199, 58.2645],[-6.88240, 58.2647],[-6.88250, 58.265],[-6.88280, 58.2664],[-6.8831, 58.2666],[-6.8837, 58.2668],[-6.884501, 58.2673],[-6.885099, 58.2682],[-6.88530, 58.2686],[-6.886899, 58.2706],[-6.8868, 58.2708],[-6.8849, 58.2716],[-6.883901, 58.2719],[-6.883399000000002, 58.272],[-6.88290, 58.2719],[-6.8817, 58.271],[-6.87960, 58.2709]]],[[[-5.819399, 59.1264],[-5.81960, 59.1255],[-5.819399, 59.1248],[-5.817599, 59.1234],[-5.815599, 59.1229],[-5.810699, 59.1211],[-5.810599000000002, 59.1205],[-5.810699, 59.1199],[-5.81100, 59.1194],[-5.8118, 59.1188],[-5.81250, 59.1185],[-5.813399, 59.1183],[-5.818501, 59.1181],[-5.819399, 59.1184],[-5.819301, 59.1189],[-5.818999, 59.1193],[-5.819699, 59.1196],[-5.820799, 59.1196],[-5.822199, 59.1189],[-5.823501, 59.1189],[-5.824699, 59.1193],[-5.8273, 59.1188],[-5.8304, 59.119],[-5.8323, 59.1182],[-5.8339, 59.1177],[-5.837299, 59.1176],[-5.837699, 59.118],[-5.837699, 59.1185],[-5.836699, 59.1185],[-5.836201, 59.1187],[-5.836401, 59.1191],[-5.836801, 59.1195],[-5.836401, 59.1199],[-5.8361, 59.1203],[-5.8358, 59.1209],[-5.834899, 59.1215],[-5.8335, 59.1227],[-5.832699, 59.1237],[-5.832799, 59.1245],[-5.8326, 59.1248],[-5.832099, 59.1251],[-5.8309, 59.1251],[-5.82930, 59.1249],[-5.82760, 59.1253],[-5.826601, 59.1261],[-5.825799, 59.1261],[-5.824699, 59.126],[-5.823299, 59.1258],[-5.82240, 59.1261],[-5.822199, 59.1268],[-5.82320, 59.1272],[-5.82420, 59.1276],[-5.82410, 59.1281],[-5.82320, 59.1289],[-5.823299, 59.1295],[-5.8243, 59.1303],[-5.8249, 59.1312],[-5.8249, 59.1319],[-5.824501, 59.1326],[-5.82370, 59.1331],[-5.822899, 59.1335],[-5.821801, 59.1332],[-5.8211, 59.1328],[-5.819699, 59.1315],[-5.818999, 59.1302],[-5.818399, 59.1286],[-5.818099, 59.1276],[-5.819399, 59.1264]]],[[[-7.6387, 57.527],[-7.6388, 57.5266],[-7.6392, 57.5262],[-7.639699, 57.5255],[-7.639999000000002, 57.5252],[-7.6406, 57.5253],[-7.6419, 57.5257],[-7.646801, 57.5269],[-7.647699, 57.5268],[-7.648701, 57.5266],[-7.6491, 57.5264],[-7.649301, 57.5261],[-7.649, 57.5253],[-7.6496, 57.5248],[-7.65110, 57.5244],[-7.651899, 57.5244],[-7.6524, 57.5247],[-7.652999, 57.5249],[-7.653501, 57.5248],[-7.655399, 57.5242],[-7.6574, 57.5236],[-7.658299000000002, 57.5234],[-7.6584, 57.523],[-7.658299000000002, 57.5225],[-7.65880, 57.5222],[-7.659599, 57.5222],[-7.66010, 57.5226],[-7.66050, 57.5231],[-7.661099, 57.5231],[-7.661699, 57.5228],[-7.6623, 57.5228],[-7.6644, 57.5232],[-7.666299, 57.5231],[-7.6686, 57.5226],[-7.6701, 57.5215],[-7.670899, 57.5200],[-7.6715, 57.5197],[-7.6724, 57.5198],[-7.6731, 57.5198],[-7.67410, 57.5200],[-7.675099, 57.5204],[-7.675499, 57.5208],[-7.6762, 57.5217],[-7.6774, 57.5227],[-7.6778, 57.5231],[-7.6777, 57.5235],[-7.676801, 57.5242],[-7.6767, 57.5245],[-7.677001, 57.5246],[-7.6778, 57.5245],[-7.678999, 57.524],[-7.679101, 57.5243],[-7.678901, 57.5248],[-7.67840, 57.5254],[-7.677899, 57.5257],[-7.677001, 57.5258],[-7.6762, 57.5257],[-7.674799, 57.5253],[-7.6717, 57.5249],[-7.669899, 57.5248],[-7.66850, 57.5248],[-7.6673, 57.5248],[-7.666299, 57.525],[-7.665299000000002, 57.5253],[-7.66480, 57.5257],[-7.6644, 57.5262],[-7.66380, 57.5266],[-7.662499000000002, 57.5268],[-7.66010, 57.5267],[-7.65870, 57.5267],[-7.658, 57.5269],[-7.6566, 57.5277],[-7.655799, 57.5287],[-7.65490, 57.53],[-7.6541, 57.5312],[-7.65360, 57.5318],[-7.65310, 57.5326],[-7.65250, 57.5331],[-7.651801, 57.5334],[-7.649899, 57.5335],[-7.648799, 57.5339],[-7.64750, 57.5344],[-7.6454, 57.5356],[-7.644101, 57.5355],[-7.6433, 57.5351],[-7.642799, 57.5345],[-7.642799, 57.5342],[-7.643799, 57.5337],[-7.6448, 57.5335],[-7.64600, 57.5332],[-7.64700, 57.5326],[-7.647299, 57.5317],[-7.647299, 57.5308],[-7.6461, 57.5295],[-7.64470, 57.5284],[-7.641601, 57.5274],[-7.639101000000002, 57.5272],[-7.6387, 57.527]]],[[[-6.933, 58.2383],[-6.932499, 58.2361],[-6.932499, 58.2358],[-6.93260, 58.2356],[-6.934, 58.2351],[-6.934101, 58.2347],[-6.934, 58.2345],[-6.92990, 58.2326],[-6.929699, 58.2323],[-6.929501, 58.2319],[-6.929501, 58.2311],[-6.929699, 58.2306],[-6.929999, 58.2303],[-6.930799, 58.23],[-6.9361, 58.2295],[-6.9386, 58.2303],[-6.9403, 58.2310],[-6.942699, 58.2326],[-6.943399, 58.2337],[-6.9436, 58.2339],[-6.943901, 58.2341],[-6.9462, 58.2346],[-6.948501, 58.2365],[-6.9503, 58.2386],[-6.95050, 58.2389],[-6.949999, 58.2406],[-6.949699, 58.2410],[-6.949501, 58.2411],[-6.94920, 58.2412],[-6.9481, 58.2409],[-6.946401, 58.2407],[-6.944399000000002, 58.2402],[-6.942999, 58.2398],[-6.941201, 58.2401],[-6.941, 58.2400],[-6.9403, 58.2388],[-6.94, 58.2383],[-6.93970, 58.2381],[-6.939301, 58.2380],[-6.93890, 58.2380],[-6.9386, 58.2381],[-6.938399000000002, 58.2383],[-6.939101, 58.2403],[-6.939301, 58.2405],[-6.939899, 58.2407],[-6.939899, 58.2409],[-6.9382, 58.242],[-6.937399000000002, 58.2422],[-6.936299, 58.2422],[-6.935699, 58.242],[-6.93540, 58.2418],[-6.934999, 58.2414],[-6.93510, 58.2401],[-6.934999, 58.2397],[-6.9348, 58.2395],[-6.933199000000002, 58.2387],[-6.933, 58.2383]]],[[[-8.622199, 57.8323],[-8.621499, 57.8316],[-8.6216, 57.8285],[-8.622299, 57.8272],[-8.622999, 57.8268],[-8.6247, 57.8269],[-8.6257, 57.8267],[-8.6263, 57.8265],[-8.6276, 57.8253],[-8.6316, 57.8253],[-8.633901, 57.825],[-8.6352, 57.824],[-8.6361, 57.8237],[-8.637199, 57.8238],[-8.637899, 57.8242],[-8.637799, 57.8249],[-8.636299, 57.8257],[-8.636299, 57.8262],[-8.6381, 57.8264],[-8.6385, 57.8266],[-8.638399, 57.8269],[-8.637799, 57.8273],[-8.63800, 57.8277],[-8.6412, 57.829],[-8.6423, 57.8293],[-8.6431, 57.8293],[-8.6457, 57.8283],[-8.6459, 57.8287],[-8.6459, 57.8291],[-8.6453, 57.8296],[-8.6435, 57.8304],[-8.641601, 57.8316],[-8.6393, 57.8326],[-8.6374, 57.8327],[-8.6354, 57.8323],[-8.6325, 57.8324],[-8.630899, 57.8327],[-8.6287, 57.8331],[-8.6277, 57.8334],[-8.6256, 57.8341],[-8.623501, 57.835],[-8.622199, 57.8348],[-8.622001, 57.8339],[-8.622199, 57.8323]]],[[[-7.32320, 57.0260],[-7.3234, 57.0252],[-7.323999, 57.0251],[-7.324999, 57.0255],[-7.325699, 57.0254],[-7.325699, 57.025],[-7.3249, 57.0240],[-7.323299, 57.0225],[-7.32210, 57.0213],[-7.320799, 57.0204],[-7.319799, 57.0199],[-7.3195, 57.0196],[-7.319399, 57.0194],[-7.319399, 57.0184],[-7.3195, 57.0178],[-7.319399, 57.0174],[-7.318999, 57.0168],[-7.318099, 57.0160],[-7.317999, 57.0158],[-7.3182, 57.0157],[-7.3186, 57.0156],[-7.32040, 57.0157],[-7.3207, 57.0156],[-7.3211, 57.0155],[-7.32170, 57.0151],[-7.3224, 57.0149],[-7.3234, 57.0149],[-7.325099, 57.0152],[-7.326601, 57.0154],[-7.32740, 57.0158],[-7.328199, 57.0165],[-7.32840, 57.0170],[-7.32830, 57.0174],[-7.3277, 57.0182],[-7.3277, 57.0185],[-7.328, 57.0187],[-7.328501, 57.0189],[-7.3289, 57.0190],[-7.329899, 57.0193],[-7.331, 57.0194],[-7.3319, 57.0188],[-7.33450, 57.0193],[-7.336, 57.0195],[-7.3375, 57.0199],[-7.339799, 57.0208],[-7.340899, 57.0212],[-7.3416, 57.0215],[-7.341899000000002, 57.0218],[-7.341899000000002, 57.0219],[-7.3417, 57.0221],[-7.340199, 57.0224],[-7.339, 57.0230],[-7.33860, 57.0232],[-7.3378, 57.0233],[-7.336699, 57.0233],[-7.3357, 57.0232],[-7.33540, 57.0233],[-7.3351, 57.0237],[-7.3351, 57.0243],[-7.335, 57.0246],[-7.3347, 57.0248],[-7.334101000000002, 57.025],[-7.331, 57.0254],[-7.32970, 57.0261],[-7.32880, 57.0267],[-7.327001000000002, 57.0267],[-7.3263, 57.027],[-7.325399, 57.0272],[-7.324699, 57.0273],[-7.3237, 57.0273],[-7.322999, 57.0272],[-7.3225, 57.0271],[-7.322199, 57.0269],[-7.321801000000002, 57.0265],[-7.321899, 57.0264],[-7.322001, 57.0262],[-7.32320, 57.0260]]],[[[-8.484699, 57.8756],[-8.483999, 57.8754],[-8.4831, 57.8754],[-8.4829, 57.8747],[-8.483, 57.8740],[-8.4822, 57.8735],[-8.4821, 57.8729],[-8.482599, 57.8723],[-8.482599, 57.8708],[-8.4822, 57.8700],[-8.4808, 57.8690],[-8.479699, 57.8683],[-8.47850, 57.8677],[-8.478299, 57.8671],[-8.4788, 57.8667],[-8.479799000000002, 57.8663],[-8.4801, 57.8657],[-8.4809, 57.8650],[-8.4824, 57.8647],[-8.483, 57.8643],[-8.483999, 57.8636],[-8.485, 57.8634],[-8.486601, 57.864],[-8.4899, 57.8665],[-8.4927, 57.867],[-8.495399, 57.8667],[-8.4971, 57.8669],[-8.497399, 57.8674],[-8.49680, 57.8683],[-8.4955, 57.8689],[-8.4949, 57.8704],[-8.494399, 57.8712],[-8.4915, 57.8728],[-8.490399, 57.8745],[-8.489599, 57.8756],[-8.4899, 57.8766],[-8.490199, 57.8775],[-8.49, 57.8778],[-8.4873, 57.8774],[-8.4856, 57.8771],[-8.4851, 57.8764],[-8.484699, 57.8756]]],[[[-6.8868, 58.2121],[-6.88660, 58.212],[-6.884501, 58.2121],[-6.882999, 58.2121],[-6.8816, 58.2119],[-6.8804, 58.2116],[-6.880099, 58.2115],[-6.88, 58.2114],[-6.8791, 58.21],[-6.8772, 58.2091],[-6.8772, 58.2089],[-6.877399, 58.2087],[-6.87780, 58.2085],[-6.87860, 58.2082],[-6.88200, 58.2075],[-6.883299, 58.2071],[-6.884799, 58.2068],[-6.8856, 58.2066],[-6.885799, 58.2065],[-6.885799, 58.2064],[-6.8859, 58.2057],[-6.886099, 58.2055],[-6.88630, 58.2054],[-6.887001, 58.2053],[-6.89050, 58.2063],[-6.8939, 58.2074],[-6.89470, 58.2077],[-6.895199, 58.2081],[-6.89600, 58.2108],[-6.89600, 58.2113],[-6.895199, 58.2124],[-6.89510, 58.2127],[-6.89500, 58.2133],[-6.89500, 58.214],[-6.894899, 58.2143],[-6.894501, 58.2148],[-6.8944, 58.2149],[-6.894501, 58.2151],[-6.8957, 58.2154],[-6.89610, 58.2156],[-6.896699, 58.2166],[-6.896699, 58.2169],[-6.896601, 58.2172],[-6.8964, 58.2176],[-6.895599000000002, 58.2179],[-6.8954, 58.2181],[-6.89510, 58.2204],[-6.89500, 58.2205],[-6.8948, 58.2205],[-6.8939, 58.2203],[-6.8915, 58.2176],[-6.890699, 58.2171],[-6.887899, 58.2144],[-6.887599, 58.2141],[-6.8868, 58.2121]]],[[[-6.43240, 58.1101],[-6.430699, 58.1086],[-6.430099, 58.1081],[-6.429501, 58.1081],[-6.42810, 58.1084],[-6.427899, 58.1083],[-6.42780, 58.1081],[-6.4293, 58.1068],[-6.429399, 58.1065],[-6.429501, 58.1059],[-6.429699, 58.1051],[-6.4299, 58.1048],[-6.4313, 58.1034],[-6.4318, 58.1031],[-6.4335, 58.1026],[-6.4355, 58.1021],[-6.4365, 58.1018],[-6.4368, 58.1016],[-6.437001, 58.1012],[-6.4373, 58.1010],[-6.4382, 58.1008],[-6.4425, 58.0997],[-6.443099, 58.0996],[-6.44370, 58.0998],[-6.44450, 58.1002],[-6.4449, 58.1003],[-6.445199, 58.1003],[-6.448299, 58.0998],[-6.448501, 58.0999],[-6.4491, 58.1009],[-6.44930, 58.1011],[-6.450399, 58.1018],[-6.45060, 58.102],[-6.45060, 58.1023],[-6.4505, 58.1027],[-6.449999, 58.1033],[-6.449399, 58.1036],[-6.448999, 58.1037],[-6.448501, 58.1038],[-6.447199, 58.1041],[-6.447001, 58.1043],[-6.4466, 58.1051],[-6.4462, 58.1055],[-6.445899, 58.1058],[-6.4454, 58.1060],[-6.443901, 58.1063],[-6.442599, 58.1071],[-6.441899, 58.1074],[-6.4407, 58.1078],[-6.4396, 58.1081],[-6.43940, 58.1082],[-6.439101000000002, 58.1086],[-6.438701, 58.1092],[-6.43850, 58.1093],[-6.436601, 58.1091],[-6.4354, 58.1091],[-6.43480, 58.1093],[-6.4344, 58.1095],[-6.434199, 58.1098],[-6.434, 58.1100],[-6.433701, 58.1103],[-6.43340, 58.1104],[-6.433, 58.1104],[-6.43240, 58.1101]]],[[[-7.2816, 57.665],[-7.281499, 57.6639],[-7.28130, 57.6634],[-7.28090, 57.6629],[-7.280099, 57.6623],[-7.279301, 57.6618],[-7.279301, 57.6603],[-7.2792, 57.6591],[-7.278999000000002, 57.6584],[-7.2787, 57.6579],[-7.2788, 57.6576],[-7.279301, 57.6575],[-7.28000, 57.6574],[-7.280499, 57.6572],[-7.280799, 57.6571],[-7.281499, 57.6565],[-7.2821, 57.6564],[-7.282599, 57.6566],[-7.28280, 57.6567],[-7.283, 57.6569],[-7.283199, 57.6572],[-7.283, 57.6582],[-7.282499, 57.6594],[-7.282599, 57.6598],[-7.28280, 57.6601],[-7.2831, 57.6603],[-7.28510, 57.6605],[-7.28840, 57.6611],[-7.289, 57.6614],[-7.289999, 57.6616],[-7.2909, 57.6617],[-7.29180, 57.6617],[-7.29260, 57.6615],[-7.293, 57.6612],[-7.293, 57.6606],[-7.2932, 57.6603],[-7.294101, 57.6602],[-7.294799, 57.6604],[-7.29500, 57.6607],[-7.29500, 57.6611],[-7.29500, 57.6618],[-7.2951, 57.6625],[-7.295499, 57.6631],[-7.296401, 57.6635],[-7.2975, 57.6635],[-7.297999, 57.6634],[-7.29880, 57.6629],[-7.302599, 57.6627],[-7.30340, 57.6624],[-7.3046, 57.6615],[-7.305699, 57.6615],[-7.306601, 57.6618],[-7.3069, 57.6621],[-7.3069, 57.6626],[-7.3068, 57.6632],[-7.30630, 57.6636],[-7.30380, 57.6649],[-7.300099, 57.665],[-7.29790, 57.6649],[-7.2957, 57.6649],[-7.29500, 57.6649],[-7.29450, 57.665],[-7.293399, 57.6652],[-7.292799, 57.6655],[-7.291601, 57.6667],[-7.289999, 57.6668],[-7.289501, 57.667],[-7.288799, 57.6675],[-7.2877, 57.6683],[-7.28650, 57.6683],[-7.285399, 57.668],[-7.283599, 57.6674],[-7.2821, 57.6667],[-7.2817, 57.6661],[-7.2816, 57.665]]],[[[-7.44370, 56.9121],[-7.44420, 56.912],[-7.4445, 56.9121],[-7.4449, 56.9128],[-7.445199, 56.913],[-7.44620, 56.9135],[-7.4474, 56.9142],[-7.4477, 56.9147],[-7.447899, 56.9151],[-7.447999, 56.9157],[-7.447999, 56.9166],[-7.4482, 56.917],[-7.44930, 56.9181],[-7.449501, 56.9185],[-7.44980, 56.9194],[-7.44990, 56.9203],[-7.44980, 56.9206],[-7.449501, 56.9212],[-7.4492, 56.9215],[-7.4487, 56.9217],[-7.44610, 56.9219],[-7.443999, 56.9225],[-7.442, 56.923],[-7.439799, 56.9234],[-7.437799, 56.9229],[-7.4364, 56.9224],[-7.435699, 56.922],[-7.435299, 56.9216],[-7.434899, 56.9211],[-7.434999, 56.9192],[-7.436201, 56.9175],[-7.437399, 56.9163],[-7.438099, 56.9153],[-7.43900, 56.9147],[-7.43950, 56.9143],[-7.440499000000002, 56.9138],[-7.4417, 56.9135],[-7.4422, 56.9134],[-7.4425, 56.9132],[-7.4429, 56.9124],[-7.443099, 56.9123],[-7.44370, 56.9121]]],[[[-7.043099, 57.6592],[-7.044, 57.6585],[-7.044301, 57.658],[-7.0445, 57.6574],[-7.0446, 57.657],[-7.0445, 57.6563],[-7.044199, 57.656],[-7.0435, 57.6556],[-7.041601, 57.6554],[-7.0414, 57.6552],[-7.041299, 57.6546],[-7.0414, 57.6539],[-7.041601, 57.6532],[-7.04200, 57.6526],[-7.04250, 57.6522],[-7.0429, 57.652],[-7.0435, 57.6519],[-7.044199, 57.6518],[-7.044899, 57.6517],[-7.045599, 57.6519],[-7.046401000000002, 57.6521],[-7.048299, 57.6522],[-7.049799, 57.6523],[-7.052299, 57.653],[-7.052999, 57.6535],[-7.052999, 57.6537],[-7.052599, 57.6543],[-7.052599, 57.6545],[-7.05280, 57.6546],[-7.053299000000002, 57.6548],[-7.054101, 57.655],[-7.056001, 57.6552],[-7.0563, 57.6554],[-7.0564, 57.6555],[-7.0563, 57.6559],[-7.056201, 57.6562],[-7.056001, 57.6565],[-7.054999, 57.6572],[-7.05460, 57.6575],[-7.054501, 57.6577],[-7.05460, 57.6579],[-7.055099, 57.6585],[-7.0555, 57.6592],[-7.05560, 57.6595],[-7.055699, 57.6598],[-7.055699, 57.6599],[-7.0555, 57.6601],[-7.055099, 57.6603],[-7.05460, 57.6604],[-7.053999, 57.6602],[-7.05380, 57.66],[-7.05380, 57.6592],[-7.05370, 57.6589],[-7.053501, 57.6588],[-7.0531, 57.6588],[-7.052001, 57.6587],[-7.0513, 57.6588],[-7.051001, 57.6589],[-7.050399, 57.6596],[-7.050099000000002, 57.6602],[-7.0503, 57.6606],[-7.0524, 57.662],[-7.05280, 57.6624],[-7.052999, 57.6627],[-7.05280, 57.6631],[-7.052199, 57.6633],[-7.04950, 57.6636],[-7.048501, 57.6638],[-7.0479, 57.6637],[-7.047, 57.663],[-7.046, 57.6624],[-7.0435, 57.6616],[-7.042799, 57.6609],[-7.04260, 57.6603],[-7.042699, 57.6598],[-7.043099, 57.6592]]],[[[-7.2707, 57.483],[-7.27000, 57.482],[-7.268799, 57.4807],[-7.2676, 57.48],[-7.266099, 57.4793],[-7.265399, 57.4791],[-7.2643, 57.4793],[-7.264101, 57.4794],[-7.264101, 57.4798],[-7.2642, 57.48],[-7.264599, 57.4803],[-7.265299, 57.4807],[-7.266601, 57.4812],[-7.269199, 57.482],[-7.2694, 57.4822],[-7.269199, 57.4825],[-7.268799, 57.4826],[-7.2684, 57.4825],[-7.26680, 57.4821],[-7.2651, 57.4815],[-7.263999, 57.481],[-7.2634, 57.4806],[-7.262499, 57.479],[-7.26130, 57.4788],[-7.261001, 57.479],[-7.26070, 57.4799],[-7.259799, 57.4802],[-7.2586, 57.4802],[-7.25790, 57.48],[-7.25710, 57.4797],[-7.2566, 57.4794],[-7.256299, 57.4792],[-7.2566, 57.4785],[-7.256801, 57.4782],[-7.257699, 57.4782],[-7.2581, 57.478],[-7.2582, 57.4777],[-7.2582, 57.4775],[-7.25780, 57.4766],[-7.257199, 57.4759],[-7.256499000000002, 57.4755],[-7.2557, 57.4752],[-7.2549, 57.4746],[-7.25500, 57.4742],[-7.255599000000002, 57.474],[-7.256401, 57.4739],[-7.25750, 57.4741],[-7.2582, 57.4742],[-7.258501, 57.4741],[-7.258999, 57.4735],[-7.2596, 57.4732],[-7.261001, 57.4731],[-7.262599000000002, 57.4733],[-7.262899, 57.4731],[-7.2637, 57.4726],[-7.264599, 57.4724],[-7.2656, 57.4725],[-7.266201, 57.4727],[-7.2669, 57.473],[-7.26720, 57.4733],[-7.2676, 57.4737],[-7.268099, 57.4745],[-7.2686, 57.476],[-7.2685, 57.4775],[-7.268701, 57.4777],[-7.269101, 57.4779],[-7.269899, 57.4775],[-7.270299, 57.4774],[-7.2711, 57.4781],[-7.27250, 57.4794],[-7.273701, 57.4804],[-7.27440, 57.4809],[-7.274899, 57.4811],[-7.27540, 57.4812],[-7.2766, 57.4814],[-7.2774, 57.4815],[-7.27810, 57.4815],[-7.278399, 57.4816],[-7.27860, 57.4818],[-7.2788, 57.4827],[-7.2787, 57.483],[-7.278299, 57.4831],[-7.27810, 57.4831],[-7.2774, 57.4831],[-7.275599, 57.4831],[-7.2751, 57.4829],[-7.27440, 57.4827],[-7.2736, 57.4828],[-7.272999000000002, 57.4833],[-7.272699, 57.4837],[-7.272299, 57.484],[-7.271801, 57.484],[-7.271299, 57.4838],[-7.27100, 57.4835],[-7.2707, 57.483]]],[[[-7.36310, 57.0011],[-7.3613, 56.9997],[-7.3604, 56.9991],[-7.3604, 56.999],[-7.360899, 56.9984],[-7.360799, 56.9982],[-7.36, 56.9976],[-7.3596, 56.9973],[-7.3595, 56.9963],[-7.3585, 56.9953],[-7.358399000000002, 56.9947],[-7.3586, 56.9944],[-7.360199000000002, 56.9932],[-7.360899, 56.993],[-7.36210, 56.9929],[-7.363501, 56.9929],[-7.364699, 56.9931],[-7.3656, 56.9934],[-7.366401, 56.9934],[-7.367899, 56.9933],[-7.37090, 56.9950],[-7.3729, 56.9956],[-7.3736, 56.9957],[-7.3739, 56.9959],[-7.374, 56.9969],[-7.374101, 56.9975],[-7.3744, 56.9978],[-7.375299, 56.9983],[-7.376, 56.9992],[-7.376201, 57.0004],[-7.376, 57.0007],[-7.3758, 57.0010],[-7.3755, 57.0013],[-7.375199, 57.0014],[-7.374599, 57.0012],[-7.37190, 57.0010],[-7.37050, 57.0014],[-7.368299, 57.0018],[-7.3674, 57.0019],[-7.366601, 57.0018],[-7.364999, 57.0016],[-7.363901, 57.0014],[-7.36310, 57.0011]]],[[[-6.7638, 58.1951],[-6.7659, 58.1951],[-6.7677, 58.1958],[-6.7686, 58.1963],[-6.7711, 58.198],[-6.772299, 58.1986],[-6.773399, 58.1995],[-6.776299, 58.2027],[-6.776401, 58.2031],[-6.776401, 58.2035],[-6.7761, 58.2046],[-6.7753, 58.2056],[-6.773099, 58.2072],[-6.772699, 58.2073],[-6.7719, 58.2074],[-6.771201, 58.2074],[-6.769899, 58.2072],[-6.7655, 58.2043],[-6.764501, 58.2033],[-6.764101, 58.2027],[-6.7638, 58.202],[-6.763501, 58.1994],[-6.762899, 58.1977],[-6.762899, 58.1966],[-6.763, 58.1958],[-6.7634, 58.1953],[-6.7638, 58.1951]]],[[[-7.126299, 57.664],[-7.126699, 57.6635],[-7.126699, 57.6633],[-7.12650, 57.6628],[-7.126699, 57.6622],[-7.12700, 57.6622],[-7.12710, 57.6622],[-7.1276, 57.6624],[-7.127999, 57.6626],[-7.1285, 57.6629],[-7.129, 57.6633],[-7.129399000000002, 57.6635],[-7.130099, 57.6637],[-7.1304, 57.6637],[-7.130499, 57.6635],[-7.130499, 57.6634],[-7.1304, 57.6632],[-7.129399000000002, 57.6625],[-7.129, 57.6621],[-7.128901, 57.6618],[-7.1291, 57.6617],[-7.129399000000002, 57.6616],[-7.13, 57.6615],[-7.1311, 57.6617],[-7.13170, 57.6618],[-7.132299, 57.6618],[-7.1325, 57.6617],[-7.1325, 57.6615],[-7.1324, 57.6613],[-7.13160, 57.6611],[-7.130799, 57.6609],[-7.13030, 57.6607],[-7.13, 57.6605],[-7.1295, 57.66],[-7.128799, 57.6599],[-7.1285, 57.6598],[-7.1283, 57.6596],[-7.1283, 57.6594],[-7.128901, 57.659],[-7.13170, 57.6575],[-7.132199, 57.6571],[-7.1328, 57.6568],[-7.13320, 57.6567],[-7.1338, 57.6566],[-7.134799, 57.6565],[-7.1362, 57.6564],[-7.1366, 57.6563],[-7.13680, 57.6561],[-7.13680, 57.6559],[-7.136499, 57.6555],[-7.136001, 57.6552],[-7.134699, 57.6551],[-7.13360, 57.655],[-7.13310, 57.6549],[-7.1329, 57.6547],[-7.132699, 57.6544],[-7.1328, 57.6543],[-7.133299, 57.654],[-7.133901, 57.6537],[-7.134501, 57.6533],[-7.135, 57.653],[-7.1356, 57.6527],[-7.137001, 57.6524],[-7.1408, 57.6526],[-7.1413, 57.6529],[-7.14150, 57.6532],[-7.14150, 57.6534],[-7.1414, 57.6537],[-7.141201, 57.6541],[-7.141201, 57.6543],[-7.14150, 57.6546],[-7.141699, 57.6548],[-7.142399, 57.6551],[-7.14290, 57.6552],[-7.143099, 57.6553],[-7.143199, 57.6555],[-7.143099, 57.6556],[-7.143, 57.6557],[-7.142499, 57.6558],[-7.141601, 57.6558],[-7.140699, 57.6556],[-7.140399, 57.6556],[-7.140299, 57.6558],[-7.140299, 57.6562],[-7.14060, 57.6564],[-7.1414, 57.6566],[-7.14190, 57.6569],[-7.142001, 57.6571],[-7.142099, 57.6573],[-7.142099, 57.6576],[-7.142099, 57.6579],[-7.142001, 57.6581],[-7.14190, 57.6582],[-7.14150, 57.6583],[-7.140299, 57.6583],[-7.1399, 57.6585],[-7.139599, 57.6591],[-7.1394, 57.6594],[-7.138901, 57.6597],[-7.138901, 57.6598],[-7.138999, 57.6601],[-7.139101, 57.6603],[-7.13930, 57.6604],[-7.140299, 57.6606],[-7.14020, 57.6612],[-7.139699000000002, 57.6614],[-7.13920, 57.6613],[-7.137599, 57.661],[-7.1371, 57.6612],[-7.1366, 57.6615],[-7.1362, 57.6618],[-7.135799, 57.6622],[-7.135499000000002, 57.6626],[-7.135, 57.6634],[-7.134699, 57.6637],[-7.134501, 57.6639],[-7.1342, 57.6641],[-7.1338, 57.6642],[-7.132299, 57.6645],[-7.131401, 57.6647],[-7.130499, 57.665],[-7.12970, 57.6652],[-7.128799, 57.6654],[-7.128399000000002, 57.6654],[-7.1276, 57.6653],[-7.126801, 57.6651],[-7.126299, 57.6649],[-7.12610, 57.6647],[-7.12610, 57.6645],[-7.126299, 57.664]]],[[[-7.156001, 57.5028],[-7.15570, 57.5027],[-7.155, 57.5028],[-7.15410, 57.5033],[-7.152599, 57.5038],[-7.151299, 57.5040],[-7.1507, 57.5039],[-7.15040, 57.5037],[-7.15000, 57.5030],[-7.149799, 57.5029],[-7.149199, 57.5028],[-7.14860, 57.5027],[-7.148099, 57.5025],[-7.147699000000002, 57.5023],[-7.147099, 57.5017],[-7.146201, 57.5015],[-7.145599, 57.5014],[-7.144899, 57.5016],[-7.1436, 57.5023],[-7.1423, 57.5029],[-7.142099, 57.5029],[-7.141699, 57.5027],[-7.141601, 57.5024],[-7.141699, 57.5019],[-7.142001, 57.5015],[-7.142399, 57.5013],[-7.143199, 57.5012],[-7.144, 57.5010],[-7.144101, 57.5008],[-7.144, 57.5006],[-7.143701, 57.5000],[-7.143701, 57.4997],[-7.143701, 57.4995],[-7.14390, 57.4994],[-7.144199, 57.4994],[-7.1447, 57.4998],[-7.145199, 57.5002],[-7.145599, 57.5004],[-7.146, 57.5003],[-7.146201, 57.5001],[-7.146201, 57.4995],[-7.1464, 57.4993],[-7.147, 57.4989],[-7.147299, 57.4986],[-7.1475, 57.4984],[-7.1479, 57.4974],[-7.147999, 57.4972],[-7.148399, 57.4970],[-7.1497, 57.4965],[-7.1508, 57.4961],[-7.15150, 57.4960],[-7.1525, 57.4966],[-7.15320, 57.4968],[-7.15420, 57.4969],[-7.1553, 57.4973],[-7.155799, 57.4976],[-7.156899, 57.4983],[-7.15740, 57.4986],[-7.157899, 57.4988],[-7.16020, 57.4991],[-7.161001, 57.4994],[-7.161201, 57.4999],[-7.161099, 57.5001],[-7.160699, 57.5004],[-7.16020, 57.5008],[-7.1601, 57.5011],[-7.1606, 57.5016],[-7.1606, 57.5018],[-7.1606, 57.5019],[-7.160299, 57.5021],[-7.159501, 57.5021],[-7.158999, 57.5023],[-7.158599, 57.5026],[-7.158299, 57.5028],[-7.1573, 57.5041],[-7.157001, 57.5042],[-7.15660, 57.5042],[-7.1563, 57.5041],[-7.156001, 57.5040],[-7.15570, 57.5038],[-7.15570, 57.5035],[-7.156001, 57.5030],[-7.156001, 57.5028]]],[[[-7.1736, 57.6381],[-7.1728, 57.638],[-7.1716, 57.638],[-7.1703, 57.638],[-7.16960, 57.6379],[-7.168701, 57.6374],[-7.1685, 57.6371],[-7.16820, 57.6368],[-7.167399, 57.6363],[-7.1676, 57.6360],[-7.171299, 57.6351],[-7.171401, 57.6349],[-7.171401, 57.6346],[-7.1689, 57.6343],[-7.16820, 57.6342],[-7.1676, 57.6341],[-7.1675, 57.6338],[-7.167699, 57.6336],[-7.171801, 57.6337],[-7.17210, 57.6336],[-7.17210, 57.6333],[-7.17200, 57.6331],[-7.171801, 57.6329],[-7.17150, 57.6328],[-7.170199000000002, 57.6327],[-7.169, 57.6327],[-7.168, 57.6328],[-7.16730, 57.6329],[-7.167, 57.6329],[-7.16690, 57.6328],[-7.16690, 57.6327],[-7.16690, 57.6322],[-7.166699, 57.632],[-7.1658, 57.6317],[-7.16590, 57.6315],[-7.166201, 57.6315],[-7.1675, 57.6317],[-7.16960, 57.6318],[-7.171201, 57.6318],[-7.17170, 57.6316],[-7.1722, 57.6313],[-7.172699, 57.6311],[-7.1736, 57.6310],[-7.176099, 57.6312],[-7.176499, 57.6313],[-7.176801, 57.6315],[-7.176801, 57.6328],[-7.17620, 57.6339],[-7.17620, 57.6342],[-7.17660, 57.6345],[-7.177499, 57.6346],[-7.179399, 57.6348],[-7.179999, 57.6351],[-7.1803, 57.6355],[-7.180699, 57.6357],[-7.183199, 57.6358],[-7.1834, 57.6360],[-7.1834, 57.6362],[-7.1831, 57.6363],[-7.182799, 57.6363],[-7.181001, 57.6363],[-7.180799, 57.6365],[-7.180799, 57.6367],[-7.18090, 57.6369],[-7.181099, 57.6371],[-7.18180, 57.6374],[-7.182499, 57.6377],[-7.1834, 57.6383],[-7.1844, 57.6389],[-7.18470, 57.6390],[-7.186299, 57.6391],[-7.187099, 57.6392],[-7.18790, 57.6395],[-7.1883, 57.6397],[-7.18850, 57.6399],[-7.18850, 57.6401],[-7.188399, 57.6403],[-7.1882, 57.6403],[-7.18750, 57.6403],[-7.185699, 57.6401],[-7.184101, 57.6398],[-7.182099, 57.6393],[-7.178599, 57.6392],[-7.177001, 57.6391],[-7.175499, 57.6388],[-7.1746, 57.6385],[-7.1736, 57.6381]]],[[[-6.73700, 57.8766],[-6.736499, 57.876],[-6.7362, 57.8752],[-6.736001, 57.8748],[-6.7363, 57.8745],[-6.7378, 57.8746],[-6.739699, 57.8750],[-6.74120, 57.8757],[-6.7418, 57.8761],[-6.7423, 57.8762],[-6.742599, 57.876],[-6.74270, 57.8757],[-6.742599, 57.8753],[-6.741499, 57.8748],[-6.74120, 57.8745],[-6.74120, 57.8743],[-6.741601, 57.8737],[-6.743599, 57.8725],[-6.74440, 57.8724],[-6.745399, 57.8724],[-6.74590, 57.8727],[-6.7468, 57.8733],[-6.7479, 57.8742],[-6.748799, 57.8748],[-6.75050, 57.8754],[-6.7514, 57.8757],[-6.7522, 57.876],[-6.752699, 57.8765],[-6.7529, 57.8773],[-6.7526, 57.8782],[-6.75210, 57.8789],[-6.75110, 57.8797],[-6.74970, 57.8805],[-6.7448, 57.8804],[-6.743199, 57.8800],[-6.74210, 57.8796],[-6.7409, 57.879],[-6.739399, 57.8777],[-6.73750, 57.8769],[-6.73700, 57.8766]]],[[[-7.09370, 57.667],[-7.09320, 57.6669],[-7.0917, 57.6669],[-7.0907, 57.6668],[-7.089799, 57.6666],[-7.0891, 57.6664],[-7.0882, 57.6661],[-7.0878, 57.6658],[-7.08710, 57.665],[-7.086299, 57.6645],[-7.08570, 57.6642],[-7.084599, 57.6638],[-7.0845, 57.6636],[-7.0845, 57.6632],[-7.084599, 57.6627],[-7.085, 57.662],[-7.085499, 57.661],[-7.086, 57.6607],[-7.0875, 57.6604],[-7.0883, 57.6604],[-7.08950, 57.6605],[-7.09040, 57.6604],[-7.092, 57.6602],[-7.09270, 57.6602],[-7.093501, 57.6604],[-7.0949, 57.6612],[-7.096601, 57.6627],[-7.097899000000002, 57.6638],[-7.0994, 57.6645],[-7.099699, 57.6647],[-7.1001, 57.6651],[-7.100299, 57.6655],[-7.099899, 57.6658],[-7.098599, 57.6662],[-7.0977, 57.6667],[-7.09730, 57.6673],[-7.0968, 57.6678],[-7.0963, 57.668],[-7.09550, 57.6682],[-7.094501, 57.6677],[-7.09370, 57.667]]],[[[-7.24380, 57.1941],[-7.2431, 57.1939],[-7.242499, 57.1939],[-7.241001, 57.1940],[-7.240499, 57.1939],[-7.2403, 57.1936],[-7.2399, 57.1928],[-7.23920, 57.1922],[-7.23920, 57.1918],[-7.239301, 57.1917],[-7.241001, 57.1910],[-7.2421, 57.1906],[-7.2431, 57.1903],[-7.24340, 57.1901],[-7.24380, 57.1897],[-7.24430, 57.1891],[-7.244599, 57.1889],[-7.245399, 57.1887],[-7.246201, 57.1886],[-7.24720, 57.1886],[-7.249899, 57.1892],[-7.2515, 57.1898],[-7.2521, 57.1901],[-7.252299, 57.1905],[-7.252399, 57.1909],[-7.252399, 57.1916],[-7.2526, 57.1923],[-7.2529, 57.1927],[-7.25360, 57.1932],[-7.253799, 57.1935],[-7.253799, 57.1938],[-7.2529, 57.1944],[-7.2519, 57.1950],[-7.25140, 57.1953],[-7.250599, 57.1957],[-7.24980, 57.1960],[-7.249199, 57.1962],[-7.2484, 57.1963],[-7.2473, 57.1961],[-7.2469, 57.1959],[-7.2465, 57.1956],[-7.2464, 57.1954],[-7.2464, 57.1946],[-7.246201, 57.1945],[-7.24490, 57.1943],[-7.24380, 57.1941]]],[[[-6.818299, 57.8081],[-6.817599, 57.8077],[-6.816201, 57.8077],[-6.81570, 57.8080],[-6.8161, 57.8089],[-6.816801, 57.8095],[-6.8175, 57.8105],[-6.8174, 57.8113],[-6.816899, 57.8113],[-6.815499, 57.8107],[-6.813701, 57.8099],[-6.812699, 57.8095],[-6.81250, 57.8086],[-6.812799, 57.8077],[-6.81250, 57.8067],[-6.812799, 57.806],[-6.814101, 57.8057],[-6.81530, 57.8054],[-6.816299000000002, 57.8057],[-6.81720, 57.8065],[-6.818099, 57.8066],[-6.819301, 57.8063],[-6.8204, 57.8058],[-6.822299, 57.8059],[-6.82340, 57.8068],[-6.823501, 57.8086],[-6.8242, 57.8094],[-6.824399, 57.8102],[-6.8269, 57.8118],[-6.827499, 57.8126],[-6.827499, 57.8134],[-6.8263, 57.8142],[-6.823999, 57.8142],[-6.822199, 57.8137],[-6.8207, 57.8132],[-6.819301, 57.8121],[-6.818799, 57.8102],[-6.818299, 57.8095],[-6.81820, 57.8087],[-6.818299, 57.8081]]],[[[-7.2431, 57.5069],[-7.2412, 57.5066],[-7.239301, 57.5066],[-7.2381, 57.5065],[-7.23770, 57.5065],[-7.2375, 57.5063],[-7.238901, 57.5054],[-7.2387, 57.5053],[-7.23820, 57.5052],[-7.2342, 57.5053],[-7.2294, 57.5052],[-7.22930, 57.5049],[-7.22930, 57.5047],[-7.229599, 57.5042],[-7.2301, 57.5038],[-7.2301, 57.5034],[-7.2301, 57.5025],[-7.230199000000002, 57.5023],[-7.23080, 57.5025],[-7.23210, 57.5029],[-7.2328, 57.5030],[-7.23350, 57.5031],[-7.2342, 57.5034],[-7.234799, 57.5038],[-7.23540, 57.5042],[-7.235799, 57.5042],[-7.236899, 57.5038],[-7.238501, 57.5033],[-7.239301, 57.5029],[-7.239699, 57.5022],[-7.2403, 57.5018],[-7.240799, 57.5018],[-7.242199, 57.5023],[-7.24340, 57.5028],[-7.245299000000002, 57.5034],[-7.247001, 57.5040],[-7.24790, 57.5046],[-7.2483, 57.5046],[-7.24890, 57.5045],[-7.249501, 57.5041],[-7.249899, 57.5038],[-7.250299, 57.5037],[-7.2505, 57.5037],[-7.25100, 57.5039],[-7.251299, 57.5041],[-7.251699, 57.5044],[-7.252699, 57.5050],[-7.2535, 57.5057],[-7.253799, 57.5062],[-7.253701, 57.5066],[-7.253399, 57.5070],[-7.252999, 57.5070],[-7.252, 57.5061],[-7.25080, 57.5061],[-7.248799, 57.5063],[-7.24790, 57.5066],[-7.246601, 57.5069],[-7.2451, 57.5070],[-7.2431, 57.5069]]],[[[-6.967299, 57.9426],[-6.9666, 57.9424],[-6.966001, 57.9424],[-6.9654, 57.9424],[-6.96320, 57.9428],[-6.9625, 57.9428],[-6.962, 57.9426],[-6.9611, 57.9414],[-6.9601, 57.9410],[-6.958701, 57.9407],[-6.95760, 57.9402],[-6.956601, 57.9392],[-6.956, 57.9385],[-6.9548, 57.9372],[-6.9548, 57.9366],[-6.954999, 57.9359],[-6.95520, 57.9355],[-6.955599, 57.9351],[-6.956201, 57.9349],[-6.957099, 57.9349],[-6.9579, 57.9350],[-6.9586, 57.9355],[-6.959101, 57.9357],[-6.959799, 57.9359],[-6.96040, 57.9359],[-6.961, 57.9357],[-6.961401, 57.9351],[-6.961801, 57.9350],[-6.962, 57.9352],[-6.962399, 57.9355],[-6.963399, 57.9360],[-6.9645, 57.9361],[-6.96500, 57.9362],[-6.965099, 57.9365],[-6.9635, 57.9369],[-6.9635, 57.9372],[-6.963799, 57.9377],[-6.9649, 57.9390],[-6.965199, 57.9397],[-6.96500, 57.9408],[-6.9653, 57.9410],[-6.965799, 57.9410],[-6.966401, 57.9405],[-6.967199, 57.9406],[-6.967899000000002, 57.9412],[-6.968999, 57.9412],[-6.96980, 57.9414],[-6.97020, 57.9416],[-6.970099, 57.9422],[-6.9696, 57.9428],[-6.968901000000002, 57.9443],[-6.968501, 57.9444],[-6.968299, 57.9443],[-6.967899000000002, 57.9431],[-6.967299, 57.9426]]],[[[-7.251299, 57.8046],[-7.2505, 57.8045],[-7.2493, 57.8046],[-7.24760, 57.8047],[-7.2469, 57.8045],[-7.2463, 57.8043],[-7.244101, 57.8032],[-7.24390, 57.8029],[-7.24380, 57.8024],[-7.243999, 57.8017],[-7.244501, 57.8014],[-7.245399, 57.8012],[-7.249501, 57.8013],[-7.25080, 57.8014],[-7.251801, 57.8012],[-7.2525, 57.8006],[-7.25360, 57.7995],[-7.254301, 57.7990],[-7.255199, 57.7989],[-7.255899, 57.7990],[-7.256499000000002, 57.7992],[-7.256801, 57.7997],[-7.256899, 57.8006],[-7.257299, 57.8010],[-7.25740, 57.8011],[-7.25740, 57.8014],[-7.25710, 57.8019],[-7.257199, 57.8021],[-7.25740, 57.8022],[-7.2581, 57.8026],[-7.259399, 57.8029],[-7.259699, 57.8031],[-7.259799, 57.8035],[-7.259501, 57.8043],[-7.2592, 57.8052],[-7.2586, 57.8056],[-7.257, 57.8057],[-7.2554, 57.8057],[-7.25420, 57.8055],[-7.2526, 57.8049],[-7.251299, 57.8046]]],[[[-7.1615, 57.6307],[-7.1606, 57.6304],[-7.1594, 57.6304],[-7.1587, 57.6304],[-7.158199, 57.6302],[-7.1581, 57.6299],[-7.158299, 57.6296],[-7.160299, 57.6295],[-7.160299, 57.6292],[-7.159699, 57.6286],[-7.1594, 57.6282],[-7.1587, 57.6281],[-7.158501, 57.6280],[-7.158501, 57.6277],[-7.1594, 57.6271],[-7.1594, 57.6267],[-7.159101, 57.6264],[-7.158299, 57.6260],[-7.157899, 57.6260],[-7.15740, 57.6261],[-7.156899, 57.6261],[-7.156401, 57.6261],[-7.1563, 57.6257],[-7.156499, 57.6254],[-7.1577, 57.6250],[-7.1588, 57.6244],[-7.159599, 57.6243],[-7.161099, 57.6244],[-7.162499, 57.6246],[-7.1643, 57.6253],[-7.1655, 57.6253],[-7.166201, 57.6256],[-7.166201, 57.6259],[-7.1655, 57.6263],[-7.16540, 57.6265],[-7.165599, 57.6267],[-7.166601, 57.6266],[-7.16790, 57.6263],[-7.168099, 57.6264],[-7.16820, 57.6266],[-7.168099, 57.6268],[-7.167699, 57.6271],[-7.167799, 57.6274],[-7.168, 57.6275],[-7.1685, 57.6275],[-7.169, 57.6274],[-7.1694, 57.6273],[-7.169899, 57.6273],[-7.17010, 57.6274],[-7.170199000000002, 57.6275],[-7.17010, 57.6278],[-7.16960, 57.6280],[-7.169, 57.6282],[-7.169, 57.6286],[-7.1694, 57.6288],[-7.1737, 57.6296],[-7.173901, 57.6297],[-7.173901, 57.6299],[-7.1737, 57.6301],[-7.1731, 57.6303],[-7.1722, 57.6305],[-7.171, 57.6307],[-7.168799, 57.6309],[-7.168, 57.6308],[-7.1668, 57.6303],[-7.166201, 57.6299],[-7.165699, 57.6291],[-7.165299, 57.6292],[-7.165299, 57.6296],[-7.16540, 57.6302],[-7.1658, 57.6306],[-7.165699, 57.6308],[-7.165299, 57.6309],[-7.163599, 57.6310],[-7.1615, 57.6307]]],[[[-7.377399, 57.3977],[-7.377699, 57.3977],[-7.37850, 57.3980],[-7.378799, 57.3982],[-7.379, 57.3984],[-7.37910, 57.3986],[-7.37910, 57.399],[-7.378901, 57.3992],[-7.3783, 57.3998],[-7.37700, 57.4007],[-7.3754, 57.4017],[-7.373199, 57.4032],[-7.372499000000002, 57.4037],[-7.371601000000002, 57.4045],[-7.371201, 57.4049],[-7.370399, 57.4062],[-7.37010, 57.4071],[-7.37010, 57.4074],[-7.3702, 57.4085],[-7.370299, 57.412],[-7.3702, 57.4134],[-7.37010, 57.414],[-7.369999, 57.4143],[-7.369501, 57.415],[-7.368999, 57.4155],[-7.3684, 57.416],[-7.365699, 57.4175],[-7.363901, 57.4186],[-7.3632, 57.4186],[-7.362899, 57.4185],[-7.362199, 57.4176],[-7.362, 57.4167],[-7.3624, 57.4162],[-7.3637, 57.4154],[-7.365799, 57.4147],[-7.3662, 57.4145],[-7.366601, 57.4142],[-7.366899, 57.4137],[-7.366899, 57.4135],[-7.3668, 57.4133],[-7.366601, 57.413],[-7.364699, 57.4122],[-7.364501000000002, 57.4119],[-7.3646, 57.4117],[-7.366001, 57.4114],[-7.36670, 57.4112],[-7.367599, 57.4108],[-7.3681, 57.4106],[-7.368599, 57.4102],[-7.368701, 57.41],[-7.3689, 57.4073],[-7.369101, 57.4066],[-7.368999, 57.4063],[-7.368599, 57.4056],[-7.368701, 57.4053],[-7.3689, 57.4051],[-7.369501, 57.4048],[-7.369999, 57.4044],[-7.3702, 57.4041],[-7.3708, 57.4033],[-7.3713, 57.4027],[-7.372399000000002, 57.4022],[-7.373701, 57.4016],[-7.373701, 57.4013],[-7.37340, 57.4012],[-7.373099, 57.4011],[-7.3729, 57.4009],[-7.3729, 57.4007],[-7.37340, 57.4004],[-7.37430, 57.4],[-7.37470, 57.3996],[-7.3751, 57.3991],[-7.375899, 57.3987],[-7.37700, 57.3984],[-7.37720, 57.3982],[-7.377299, 57.3978],[-7.377399, 57.3977]]],[[[-7.249599, 57.6839],[-7.25080, 57.6836],[-7.251699, 57.6838],[-7.25320, 57.6843],[-7.2545, 57.6849],[-7.255599000000002, 57.6853],[-7.25610, 57.6857],[-7.256899, 57.6869],[-7.257599, 57.6880],[-7.257299, 57.6888],[-7.2562, 57.6893],[-7.2545, 57.6894],[-7.2522, 57.6899],[-7.24980, 57.6903],[-7.248099, 57.6904],[-7.246201, 57.6899],[-7.244699, 57.6887],[-7.244101, 57.6879],[-7.243999, 57.6874],[-7.24430, 57.6868],[-7.246099, 57.6861],[-7.247799, 57.6857],[-7.24890, 57.6846],[-7.249599, 57.6839]]],[[[-7.117499, 57.6094],[-7.1177, 57.6091],[-7.11810, 57.6088],[-7.120299, 57.6092],[-7.12180, 57.6092],[-7.123, 57.6093],[-7.123701, 57.6096],[-7.125299, 57.6106],[-7.1264, 57.6113],[-7.12710, 57.6119],[-7.1272, 57.6123],[-7.12700, 57.6131],[-7.126601000000002, 57.6136],[-7.12600, 57.6137],[-7.1244, 57.6137],[-7.123199, 57.614],[-7.123, 57.6143],[-7.123099, 57.6145],[-7.125, 57.6155],[-7.1254, 57.6158],[-7.1257, 57.6162],[-7.1258, 57.6166],[-7.1258, 57.6169],[-7.1258, 57.6179],[-7.1258, 57.6183],[-7.1257, 57.6187],[-7.12550, 57.6189],[-7.125, 57.6190],[-7.124101, 57.6190],[-7.1235, 57.6189],[-7.1226, 57.6187],[-7.122099, 57.6185],[-7.121699, 57.6180],[-7.121201, 57.617],[-7.120699, 57.6166],[-7.119699, 57.6162],[-7.119501, 57.6161],[-7.11940, 57.6158],[-7.119501, 57.6156],[-7.1201, 57.6152],[-7.120699, 57.6149],[-7.120699, 57.6147],[-7.1206, 57.6146],[-7.1201, 57.6144],[-7.118501, 57.6143],[-7.117899, 57.6139],[-7.117199000000002, 57.6137],[-7.11710, 57.6136],[-7.11710, 57.6134],[-7.1173, 57.6131],[-7.119101, 57.6126],[-7.1205, 57.6124],[-7.1205, 57.6121],[-7.1202, 57.6118],[-7.116401, 57.6115],[-7.116499, 57.611],[-7.116899, 57.6106],[-7.1173, 57.6099],[-7.117499, 57.6094]]],[[[-6.921801, 58.1959],[-6.9221, 58.1951],[-6.9215, 58.1939],[-6.921299, 58.1927],[-6.919301, 58.1909],[-6.919199, 58.1905],[-6.919301, 58.19],[-6.922599, 58.1912],[-6.926401, 58.1927],[-6.931099, 58.1931],[-6.9334, 58.1938],[-6.933599, 58.1947],[-6.933, 58.1961],[-6.932099, 58.196],[-6.9288, 58.1957],[-6.927299, 58.1965],[-6.927199, 58.1991],[-6.92670, 58.1995],[-6.92520, 58.1993],[-6.92290, 58.1981],[-6.921899, 58.1972],[-6.921801, 58.1959]]],[[[-7.34840, 57.0008],[-7.3474, 57.0007],[-7.3468, 57.0007],[-7.345699, 57.0005],[-7.3446, 57.0003],[-7.34380, 57.0001],[-7.342999, 56.9998],[-7.3424, 56.9993],[-7.341499, 56.9988],[-7.3399, 56.9983],[-7.3399, 56.9981],[-7.340199, 56.9978],[-7.341001, 56.9971],[-7.341499, 56.9964],[-7.342199, 56.9961],[-7.343299, 56.9959],[-7.344301, 56.9959],[-7.346099000000002, 56.996],[-7.347799, 56.9964],[-7.349199, 56.9969],[-7.349599, 56.9969],[-7.350299, 56.9968],[-7.351, 56.9966],[-7.352099, 56.9963],[-7.35220, 56.9961],[-7.352099, 56.9957],[-7.351099, 56.9955],[-7.351201, 56.9951],[-7.352499, 56.9948],[-7.3539, 56.9948],[-7.355, 56.9948],[-7.355599, 56.9950],[-7.355899, 56.9954],[-7.35600, 56.9957],[-7.355, 56.9963],[-7.355299, 56.9966],[-7.35640, 56.9968],[-7.356299, 56.9971],[-7.355599, 56.9975],[-7.35470, 56.9979],[-7.354, 56.9984],[-7.353, 56.9989],[-7.352399, 56.9991],[-7.3508, 56.9995],[-7.350699, 57.0001],[-7.349999, 57.0005],[-7.349199, 57.0007],[-7.34840, 57.0008]]],[[[-7.44000, 57.0699],[-7.43820, 57.0690],[-7.4365, 57.0690],[-7.43440, 57.0681],[-7.43300, 57.0671],[-7.432499000000002, 57.0667],[-7.432799, 57.0664],[-7.4355, 57.066],[-7.437001, 57.0656],[-7.43760, 57.0648],[-7.438799, 57.0646],[-7.4408, 57.0643],[-7.44320, 57.0645],[-7.44570, 57.0646],[-7.447899, 57.0646],[-7.4481, 57.0649],[-7.448299, 57.0655],[-7.448299, 57.0656],[-7.4482, 57.0658],[-7.4478, 57.0659],[-7.447001, 57.0659],[-7.44660, 57.066],[-7.446499, 57.0661],[-7.44610, 57.0666],[-7.445899, 57.0668],[-7.44560, 57.0670],[-7.445, 57.0673],[-7.444301, 57.0676],[-7.444301, 57.0677],[-7.4445, 57.0679],[-7.44610, 57.0684],[-7.4463, 57.0685],[-7.4463, 57.0688],[-7.44610, 57.0692],[-7.444799, 57.0698],[-7.44420, 57.0699],[-7.4422, 57.0695],[-7.440899, 57.0698],[-7.44000, 57.0699]]],[[[-6.914, 58.2319],[-6.912399, 58.2310],[-6.912099, 58.2310],[-6.910699, 58.2318],[-6.91060, 58.2318],[-6.9105, 58.2317],[-6.9105, 58.2316],[-6.9105, 58.2314],[-6.9109, 58.2294],[-6.9108, 58.2292],[-6.9099, 58.2288],[-6.909599, 58.2286],[-6.909501, 58.2285],[-6.9094, 58.2282],[-6.9094, 58.2264],[-6.909699, 58.2260],[-6.91010, 58.2257],[-6.91060, 58.2255],[-6.912199, 58.2251],[-6.913701, 58.225],[-6.91390, 58.2251],[-6.9154, 58.2262],[-6.9159, 58.2266],[-6.916201, 58.2267],[-6.916699, 58.2267],[-6.917, 58.2266],[-6.918, 58.2258],[-6.92000, 58.2249],[-6.920599, 58.225],[-6.9211, 58.2253],[-6.9215, 58.2256],[-6.9217, 58.2258],[-6.921899, 58.2263],[-6.921899, 58.2265],[-6.921801, 58.2266],[-6.9208, 58.227],[-6.919799, 58.2275],[-6.918701, 58.2276],[-6.918399, 58.2277],[-6.917799, 58.2284],[-6.9175, 58.2286],[-6.916299, 58.2287],[-6.9159, 58.2290],[-6.91580, 58.2291],[-6.915699, 58.2293],[-6.915699, 58.2295],[-6.9159, 58.2297],[-6.918399, 58.2296],[-6.91950, 58.2295],[-6.9207, 58.2295],[-6.92100, 58.2296],[-6.9211, 58.2299],[-6.9211, 58.2301],[-6.9211, 58.2310],[-6.92100, 58.2312],[-6.9208, 58.2313],[-6.92000, 58.2314],[-6.919799, 58.2314],[-6.9197, 58.2313],[-6.919301, 58.2306],[-6.919199, 58.2305],[-6.919101, 58.2305],[-6.9179, 58.2306],[-6.916601, 58.2307],[-6.9154, 58.2308],[-6.9151, 58.2309],[-6.914999, 58.2310],[-6.914599, 58.2319],[-6.91430, 58.2320],[-6.914, 58.2319]]],[[[-7.4092, 57.0317],[-7.407899, 57.0314],[-7.4073, 57.0311],[-7.407199000000002, 57.0306],[-7.4073, 57.0301],[-7.407499, 57.0292],[-7.408, 57.0287],[-7.41230, 57.0285],[-7.41470, 57.0283],[-7.4164, 57.0275],[-7.419, 57.0273],[-7.42070, 57.0277],[-7.42170, 57.0286],[-7.422299, 57.0296],[-7.4224, 57.0301],[-7.421801, 57.0304],[-7.421, 57.0306],[-7.419199, 57.0313],[-7.417099, 57.0317],[-7.4143, 57.0316],[-7.413099, 57.0322],[-7.412399, 57.0322],[-7.4092, 57.0317]]],[[[-6.32120, 57.8996],[-6.322599, 57.8996],[-6.324399, 57.9001],[-6.32690, 57.9007],[-6.32970, 57.9015],[-6.3336, 57.9017],[-6.336, 57.9021],[-6.338399, 57.9025],[-6.338901, 57.9028],[-6.338901, 57.9032],[-6.3387, 57.9034],[-6.337999, 57.9036],[-6.337699, 57.9038],[-6.33720, 57.9045],[-6.336, 57.9055],[-6.33580, 57.9059],[-6.33570, 57.9074],[-6.3354, 57.9081],[-6.33470, 57.9087],[-6.3332, 57.9092],[-6.332399, 57.9092],[-6.332001, 57.909],[-6.331699, 57.9084],[-6.3319, 57.9064],[-6.33110, 57.9049],[-6.33010, 57.9033],[-6.329199000000002, 57.9027],[-6.327199, 57.9021],[-6.32630, 57.9015],[-6.3255, 57.9012],[-6.321801, 57.9007],[-6.3211, 57.9003],[-6.321001, 57.9],[-6.32120, 57.8996]]],[[[-7.0299, 57.7067],[-7.0295, 57.7063],[-7.0286, 57.7051],[-7.027599, 57.7041],[-7.0253, 57.7025],[-7.024, 57.7017],[-7.023799000000002, 57.7015],[-7.023701, 57.7012],[-7.023799000000002, 57.701],[-7.02410, 57.7007],[-7.02470, 57.7008],[-7.02660, 57.7017],[-7.027299, 57.7019],[-7.02790, 57.702],[-7.0287, 57.7019],[-7.029399, 57.7017],[-7.030399, 57.7015],[-7.03170, 57.7016],[-7.032599, 57.7017],[-7.033501, 57.7018],[-7.034501, 57.702],[-7.035399, 57.7023],[-7.036001000000002, 57.7028],[-7.038199, 57.7043],[-7.039199, 57.7049],[-7.039501, 57.7051],[-7.039599, 57.7053],[-7.039599, 57.7055],[-7.0394, 57.7057],[-7.039101, 57.7058],[-7.038199, 57.7059],[-7.037399, 57.7058],[-7.036601, 57.7057],[-7.0358, 57.7057],[-7.0352, 57.7059],[-7.03440, 57.7063],[-7.034101000000002, 57.7064],[-7.033599, 57.7065],[-7.0328, 57.7064],[-7.0324, 57.7065],[-7.0323, 57.7066],[-7.03210, 57.7074],[-7.032001, 57.7075],[-7.03170, 57.7076],[-7.0313, 57.7075],[-7.0307, 57.7073],[-7.0299, 57.7067]]],[[[-8.558, 57.7985],[-8.556899, 57.7979],[-8.556499, 57.7977],[-8.555499, 57.7974],[-8.5532, 57.7968],[-8.552001, 57.7965],[-8.550599, 57.7962],[-8.548901, 57.7958],[-8.5477, 57.7952],[-8.5476, 57.7949],[-8.5477, 57.7943],[-8.5484, 57.7944],[-8.549899, 57.7948],[-8.5514, 57.7953],[-8.552001, 57.7952],[-8.552299, 57.7952],[-8.5531, 57.7958],[-8.5535, 57.7955],[-8.5535, 57.7951],[-8.553901, 57.7945],[-8.554501, 57.7945],[-8.5547, 57.7948],[-8.556001, 57.7955],[-8.556601, 57.7953],[-8.556899, 57.7951],[-8.5575, 57.795],[-8.558, 57.7954],[-8.5596, 57.7961],[-8.560399, 57.7974],[-8.560499, 57.7974],[-8.5608, 57.7981],[-8.5625, 57.7984],[-8.563399, 57.7979],[-8.5646, 57.7974],[-8.5652, 57.7976],[-8.565499, 57.7981],[-8.566299, 57.7977],[-8.5668, 57.7967],[-8.567699, 57.7961],[-8.5688, 57.7963],[-8.5691, 57.7967],[-8.568999, 57.7977],[-8.568399, 57.7984],[-8.568299, 57.8001],[-8.5679, 57.8006],[-8.5667, 57.8010],[-8.5652, 57.8007],[-8.562799, 57.8001],[-8.561001, 57.7995],[-8.558, 57.7985]]],[[[-7.57320, 56.8772],[-7.572899, 56.8768],[-7.57280, 56.8763],[-7.5725, 56.8761],[-7.57130, 56.8757],[-7.570799, 56.8754],[-7.570499, 56.8751],[-7.570199, 56.8746],[-7.570099, 56.8741],[-7.5707, 56.8734],[-7.570899, 56.8730],[-7.5707, 56.8726],[-7.5706, 56.872],[-7.570799, 56.8717],[-7.571801, 56.8714],[-7.572599, 56.8712],[-7.57380, 56.871],[-7.5748, 56.8709],[-7.5759, 56.8709],[-7.577199, 56.8712],[-7.57800, 56.8715],[-7.578701, 56.8728],[-7.57940, 56.8738],[-7.579599, 56.8742],[-7.579599, 56.8744],[-7.57940, 56.8748],[-7.579199, 56.875],[-7.578199, 56.8755],[-7.577899, 56.8759],[-7.577799, 56.8764],[-7.5777, 56.8767],[-7.577199, 56.8771],[-7.5768, 56.8773],[-7.576499, 56.8773],[-7.576099, 56.8772],[-7.574699000000002, 56.8775],[-7.57370, 56.8774],[-7.57320, 56.8772]]],[[[-7.0658, 57.6643],[-7.064899, 57.664],[-7.0644, 57.6637],[-7.0639, 57.6631],[-7.063399, 57.6628],[-7.0629, 57.6626],[-7.0625, 57.6623],[-7.0625, 57.662],[-7.062699, 57.6618],[-7.063099, 57.6616],[-7.0635, 57.6612],[-7.064, 57.6603],[-7.064199, 57.6599],[-7.06450, 57.6598],[-7.0657, 57.6599],[-7.066201, 57.6597],[-7.0665, 57.6594],[-7.0666, 57.6591],[-7.0665, 57.6587],[-7.066201, 57.6579],[-7.066299, 57.6576],[-7.06700, 57.6575],[-7.0692, 57.6576],[-7.07060, 57.6577],[-7.07110, 57.6578],[-7.07120, 57.6585],[-7.071499, 57.6587],[-7.073299, 57.6586],[-7.07490, 57.6584],[-7.07480, 57.6589],[-7.0727, 57.6593],[-7.0713, 57.6595],[-7.07110, 57.6597],[-7.071001, 57.66],[-7.070799, 57.6603],[-7.07060, 57.6604],[-7.070099, 57.6606],[-7.069301, 57.6606],[-7.068999, 57.6607],[-7.068999, 57.6609],[-7.0692, 57.6611],[-7.07, 57.6613],[-7.072299, 57.6621],[-7.0727, 57.6624],[-7.0728, 57.6626],[-7.0728, 57.663],[-7.072599000000002, 57.6633],[-7.072199, 57.6634],[-7.070799, 57.6633],[-7.0699, 57.6629],[-7.068299, 57.6621],[-7.06740, 57.6617],[-7.0657, 57.6616],[-7.065499000000002, 57.6619],[-7.065499000000002, 57.6622],[-7.06600, 57.6626],[-7.06740, 57.6634],[-7.068099, 57.6637],[-7.068901, 57.6639],[-7.0704, 57.6642],[-7.071499, 57.6642],[-7.072199, 57.6644],[-7.072299, 57.6646],[-7.072299, 57.6648],[-7.071899, 57.6651],[-7.07160, 57.6653],[-7.0713, 57.6654],[-7.07060, 57.6655],[-7.069799, 57.6654],[-7.069301, 57.6653],[-7.068399000000002, 57.6651],[-7.06740, 57.6648],[-7.0658, 57.6643]]],[[[-7.218299, 57.4141],[-7.21700, 57.4139],[-7.215099, 57.4141],[-7.212399, 57.4142],[-7.2121, 57.414],[-7.211801, 57.4137],[-7.211801, 57.4135],[-7.212, 57.4134],[-7.21420, 57.4132],[-7.214301, 57.413],[-7.214301, 57.4129],[-7.2137, 57.4128],[-7.21250, 57.4126],[-7.21190, 57.4123],[-7.211699, 57.412],[-7.21150, 57.4116],[-7.21150, 57.4111],[-7.211699, 57.4106],[-7.2136, 57.4106],[-7.21420, 57.4105],[-7.21470, 57.4102],[-7.2153, 57.4101],[-7.216001, 57.4101],[-7.217299, 57.4107],[-7.218599, 57.411],[-7.2202, 57.4111],[-7.221099, 57.4111],[-7.22130, 57.411],[-7.22130, 57.4107],[-7.221499, 57.4104],[-7.2217, 57.4101],[-7.222001, 57.4101],[-7.223, 57.4103],[-7.2243, 57.4106],[-7.2252, 57.4111],[-7.2252, 57.4114],[-7.224899, 57.4119],[-7.2244, 57.4123],[-7.2238, 57.4126],[-7.223501, 57.4127],[-7.223, 57.4125],[-7.22270, 57.4123],[-7.2223, 57.412],[-7.2217, 57.4118],[-7.221099, 57.4118],[-7.22090, 57.4121],[-7.221401, 57.4128],[-7.2224, 57.4139],[-7.22270, 57.4142],[-7.222799, 57.4146],[-7.222499, 57.4149],[-7.222001, 57.4153],[-7.22050, 57.4153],[-7.2182, 57.4153],[-7.217899, 57.4151],[-7.218501, 57.4143],[-7.218299, 57.4141]]],[[[-7.23920, 57.3974],[-7.23920, 57.3971],[-7.2402, 57.3973],[-7.241099, 57.3974],[-7.2413, 57.3972],[-7.240699, 57.3967],[-7.238501, 57.396],[-7.237999, 57.3953],[-7.237599, 57.3944],[-7.23780, 57.3939],[-7.238599, 57.3937],[-7.2413, 57.3943],[-7.24300, 57.3949],[-7.2444, 57.3955],[-7.246201, 57.3962],[-7.24790, 57.3969],[-7.249101, 57.3979],[-7.249501, 57.3985],[-7.2497, 57.3991],[-7.249599, 57.3996],[-7.2493, 57.3997],[-7.24760, 57.3999],[-7.2444, 57.3996],[-7.2431, 57.3995],[-7.240499, 57.3993],[-7.240099, 57.399],[-7.239399, 57.3981],[-7.23920, 57.3974]]],[[[-6.8939, 58.1955],[-6.893199, 58.1949],[-6.893199, 58.1946],[-6.8934, 58.1944],[-6.8936, 58.1943],[-6.894199, 58.194],[-6.894899, 58.1939],[-6.8954, 58.1939],[-6.8957, 58.194],[-6.896801, 58.1947],[-6.8972, 58.1948],[-6.899799, 58.195],[-6.900199, 58.195],[-6.900599, 58.1952],[-6.90110, 58.1955],[-6.901899, 58.1962],[-6.90210, 58.1967],[-6.90220, 58.197],[-6.90220, 58.1992],[-6.90210, 58.1995],[-6.901801000000002, 58.1999],[-6.901401, 58.2001],[-6.8995, 58.2001],[-6.897699, 58.2004],[-6.896699, 58.2007],[-6.8964, 58.2008],[-6.896201, 58.2008],[-6.89600, 58.2007],[-6.89650, 58.1993],[-6.89650, 58.1991],[-6.89510, 58.1987],[-6.894899, 58.1986],[-6.89470, 58.1984],[-6.894599, 58.1982],[-6.894501, 58.1978],[-6.894, 58.1957],[-6.8939, 58.1955]]],[[[-7.260099, 57.3968],[-7.259301, 57.3961],[-7.2581, 57.3961],[-7.2554, 57.3951],[-7.2525, 57.3941],[-7.248199, 57.3928],[-7.247001, 57.3918],[-7.24720, 57.3912],[-7.2477, 57.391],[-7.2483, 57.391],[-7.249101, 57.3913],[-7.249599, 57.3917],[-7.250199, 57.3925],[-7.25100, 57.3927],[-7.2525, 57.3924],[-7.253799, 57.3922],[-7.25420, 57.3921],[-7.254399, 57.3916],[-7.255199, 57.3915],[-7.2557, 57.3918],[-7.256899, 57.3925],[-7.257599, 57.3927],[-7.25790, 57.3925],[-7.257999, 57.3921],[-7.255899, 57.3907],[-7.256299, 57.3903],[-7.257299, 57.3905],[-7.258399, 57.3909],[-7.2592, 57.3914],[-7.259501, 57.3920],[-7.2592, 57.3934],[-7.2596, 57.3941],[-7.260399, 57.3942],[-7.2609, 57.3938],[-7.26130, 57.3937],[-7.261899, 57.394],[-7.262599000000002, 57.3945],[-7.263501, 57.3950],[-7.263599000000002, 57.3952],[-7.263199, 57.3954],[-7.262199, 57.3954],[-7.26130, 57.3956],[-7.260799, 57.3965],[-7.260499, 57.3969],[-7.260099, 57.3968]]],[[[-7.564, 56.8921],[-7.564301, 56.8920],[-7.565199, 56.8920],[-7.5666, 56.8921],[-7.567599, 56.8920],[-7.568399, 56.8919],[-7.568399, 56.8928],[-7.567999, 56.8932],[-7.5674, 56.8933],[-7.566299, 56.8934],[-7.56610, 56.8935],[-7.566, 56.8936],[-7.565899, 56.8941],[-7.56610, 56.8943],[-7.5675, 56.8950],[-7.5678, 56.8952],[-7.5679, 56.8954],[-7.567599, 56.8963],[-7.5674, 56.8966],[-7.566899, 56.8969],[-7.5666, 56.8972],[-7.56670, 56.8975],[-7.566899, 56.8978],[-7.568501, 56.8988],[-7.56960, 56.8997],[-7.56950, 56.9],[-7.568299, 56.9005],[-7.5674, 56.9007],[-7.5666, 56.9007],[-7.56570, 56.9008],[-7.564899, 56.9010],[-7.5636, 56.9014],[-7.562799, 56.9014],[-7.5623, 56.9012],[-7.561601, 56.9008],[-7.561299, 56.9004],[-7.56100, 56.8996],[-7.56100, 56.8994],[-7.561201, 56.8992],[-7.56150, 56.8989],[-7.56190, 56.8988],[-7.562799, 56.8988],[-7.563099, 56.8988],[-7.563399, 56.8985],[-7.563, 56.8970],[-7.5632, 56.8969],[-7.564101, 56.8969],[-7.5645, 56.8968],[-7.564899, 56.8966],[-7.564899, 56.8963],[-7.5646, 56.8959],[-7.564, 56.8955],[-7.5636, 56.8951],[-7.56350, 56.8948],[-7.56350, 56.8945],[-7.56390, 56.8941],[-7.564799, 56.8939],[-7.56530, 56.8938],[-7.56540, 56.8935],[-7.56530, 56.8934],[-7.5645, 56.8932],[-7.564199, 56.8931],[-7.564101, 56.8929],[-7.56390, 56.8922],[-7.564, 56.8921]]],[[[-7.103199, 57.6697],[-7.10500, 57.6695],[-7.106299, 57.6697],[-7.1071, 57.67],[-7.10720, 57.6704],[-7.1071, 57.6708],[-7.10690, 57.671],[-7.106299, 57.6713],[-7.105599, 57.6716],[-7.10500, 57.6718],[-7.1045, 57.6721],[-7.104199, 57.6724],[-7.104101, 57.6727],[-7.1039, 57.6732],[-7.1039, 57.6735],[-7.104101, 57.6738],[-7.104599, 57.6740],[-7.1055, 57.6743],[-7.1057, 57.6747],[-7.1057, 57.6749],[-7.105299, 57.6753],[-7.1048, 57.6756],[-7.10440, 57.6757],[-7.10400, 57.6756],[-7.102799, 57.675],[-7.1019, 57.6745],[-7.1009, 57.6740],[-7.0984, 57.6729],[-7.097001, 57.6724],[-7.0959, 57.672],[-7.0953, 57.6715],[-7.0952, 57.6711],[-7.0953, 57.6709],[-7.095799, 57.6706],[-7.0962, 57.6704],[-7.0968, 57.6703],[-7.100299, 57.6701],[-7.103199, 57.6697]]],[[[-6.3909, 58.1032],[-6.392399, 58.1031],[-6.3933, 58.1033],[-6.3936, 58.1036],[-6.394101, 58.1047],[-6.3943, 58.1064],[-6.394199, 58.1076],[-6.39400, 58.1081],[-6.393199, 58.1091],[-6.3923, 58.1094],[-6.3908, 58.1096],[-6.3899, 58.1096],[-6.389501, 58.1092],[-6.38930, 58.1086],[-6.38930, 58.1076],[-6.38920, 58.1071],[-6.388999, 58.1064],[-6.388199, 58.1059],[-6.3866, 58.1056],[-6.385499, 58.1054],[-6.38460, 58.1051],[-6.384501, 58.1047],[-6.38460, 58.1042],[-6.385499, 58.1037],[-6.387599, 58.1036],[-6.389501, 58.1036],[-6.3909, 58.1032]]],[[[-7.346401, 57.2313],[-7.34800, 57.2312],[-7.34940, 57.2318],[-7.350399, 57.2327],[-7.350699, 57.2344],[-7.35090, 57.2351],[-7.351299, 57.2357],[-7.3519, 57.2363],[-7.35260, 57.2368],[-7.354199000000002, 57.2378],[-7.3543, 57.2379],[-7.35470, 57.2382],[-7.3548, 57.2384],[-7.354599, 57.2386],[-7.354, 57.2385],[-7.352799, 57.2383],[-7.351201, 57.238],[-7.34940, 57.2377],[-7.348199, 57.2374],[-7.3473, 57.2371],[-7.3468, 57.2369],[-7.346099000000002, 57.2365],[-7.345699, 57.2361],[-7.345099, 57.2353],[-7.344501, 57.2347],[-7.344301, 57.2344],[-7.343999, 57.2337],[-7.3441, 57.233],[-7.34420, 57.2328],[-7.344399, 57.2328],[-7.3455, 57.2326],[-7.345699, 57.2324],[-7.345699, 57.2319],[-7.3455, 57.2316],[-7.345799, 57.2313],[-7.346401, 57.2313]]],[[[-7.3097, 57.1477],[-7.309101, 57.1476],[-7.307499, 57.1477],[-7.306099, 57.1475],[-7.304699, 57.1473],[-7.302899, 57.1469],[-7.3016, 57.1466],[-7.301401, 57.1463],[-7.3013, 57.1460],[-7.3013, 57.1456],[-7.302599, 57.1456],[-7.3027, 57.1454],[-7.3027, 57.1453],[-7.302599, 57.1450],[-7.302299, 57.1449],[-7.300099, 57.1447],[-7.299699, 57.1446],[-7.29960, 57.1443],[-7.29960, 57.1441],[-7.299699, 57.144],[-7.2999, 57.144],[-7.301899, 57.1442],[-7.302199, 57.1441],[-7.302299, 57.144],[-7.302499, 57.1433],[-7.302599, 57.1432],[-7.303501000000002, 57.1433],[-7.305099, 57.1436],[-7.305799, 57.1437],[-7.30670, 57.1436],[-7.3077, 57.1436],[-7.3088, 57.1438],[-7.3097, 57.1445],[-7.3102, 57.1449],[-7.31090, 57.1452],[-7.3122, 57.1456],[-7.31230, 57.1458],[-7.31230, 57.1460],[-7.310699, 57.1466],[-7.310599, 57.1467],[-7.3108, 57.147],[-7.31140, 57.1471],[-7.312099, 57.147],[-7.3125, 57.1474],[-7.312699, 57.1477],[-7.312799, 57.1480],[-7.312699, 57.1481],[-7.3126, 57.1482],[-7.3122, 57.1483],[-7.310599, 57.1483],[-7.3102, 57.1482],[-7.309999, 57.1481],[-7.3097, 57.1477]]],[[[-7.63280, 57.5257],[-7.6317, 57.5253],[-7.6307, 57.5251],[-7.6303, 57.5247],[-7.6304, 57.5243],[-7.630599, 57.5238],[-7.630599, 57.5236],[-7.629301, 57.5229],[-7.629301, 57.5227],[-7.629301, 57.5225],[-7.629399, 57.5222],[-7.630099, 57.5215],[-7.6304, 57.5211],[-7.630499, 57.5208],[-7.630899, 57.5201],[-7.631401, 57.5200],[-7.632, 57.5199],[-7.632999, 57.5195],[-7.633999, 57.5194],[-7.6346, 57.5195],[-7.635399, 57.5197],[-7.636001, 57.5199],[-7.6363, 57.5201],[-7.636401, 57.5203],[-7.6363, 57.5206],[-7.636001, 57.5211],[-7.6359, 57.5217],[-7.636099, 57.5222],[-7.6363, 57.5227],[-7.636401, 57.5233],[-7.63670, 57.5238],[-7.6368, 57.5244],[-7.63710, 57.5247],[-7.63800, 57.5251],[-7.63800, 57.5254],[-7.637899, 57.5255],[-7.6373, 57.5256],[-7.635799, 57.5254],[-7.634699, 57.5257],[-7.6341, 57.5258],[-7.633299, 57.5258],[-7.63280, 57.5257]]],[[[-7.28280, 57.9863],[-7.2827, 57.986],[-7.2827, 57.9856],[-7.2827, 57.9853],[-7.28280, 57.9852],[-7.282899, 57.9851],[-7.283299, 57.9851],[-7.28380, 57.9850],[-7.283901, 57.9849],[-7.283901, 57.9846],[-7.28370, 57.9843],[-7.28380, 57.9842],[-7.284599, 57.9840],[-7.2849, 57.9839],[-7.2852, 57.9837],[-7.28550, 57.9832],[-7.2858, 57.9824],[-7.2859, 57.9823],[-7.286099000000002, 57.9822],[-7.286699, 57.9821],[-7.287399, 57.9821],[-7.28800, 57.9822],[-7.289101, 57.9825],[-7.290599, 57.9831],[-7.2915, 57.9835],[-7.29180, 57.9837],[-7.2919, 57.9840],[-7.2923, 57.9848],[-7.29260, 57.9851],[-7.2933, 57.9856],[-7.293399, 57.9857],[-7.2933, 57.986],[-7.2929, 57.9864],[-7.2925, 57.9867],[-7.292099, 57.9869],[-7.291699, 57.9870],[-7.2911, 57.9869],[-7.2904, 57.9867],[-7.288701, 57.9866],[-7.2877, 57.9865],[-7.2869, 57.9863],[-7.2864, 57.9862],[-7.286201000000002, 57.9863],[-7.286201000000002, 57.9866],[-7.2868, 57.9871],[-7.2869, 57.9873],[-7.2869, 57.9874],[-7.2868, 57.9876],[-7.28650, 57.9877],[-7.286099000000002, 57.9876],[-7.284599, 57.9872],[-7.28380, 57.9870],[-7.283199, 57.9868],[-7.283, 57.9866],[-7.28280, 57.9863]]],[[[-6.76980, 58.2121],[-6.7701, 58.2121],[-6.772, 58.2132],[-6.772999, 58.2137],[-6.77400, 58.2144],[-6.774199, 58.2146],[-6.774301, 58.215],[-6.77450, 58.2169],[-6.77460, 58.2179],[-6.77450, 58.2181],[-6.774301, 58.2183],[-6.77400, 58.2185],[-6.7735, 58.2186],[-6.770899, 58.2184],[-6.770199, 58.2183],[-6.769, 58.2178],[-6.768799, 58.2177],[-6.768701, 58.2173],[-6.769199, 58.2164],[-6.769101, 58.2162],[-6.76790, 58.2157],[-6.767499000000002, 58.2155],[-6.7672, 58.2151],[-6.766601, 58.214],[-6.76650, 58.2138],[-6.76650, 58.2135],[-6.766601, 58.2133],[-6.766699, 58.2132],[-6.7677, 58.2129],[-6.769, 58.2126],[-6.76980, 58.2121]]],[[[-7.1352, 57.6210],[-7.134301, 57.6204],[-7.1338, 57.6200],[-7.132299, 57.6198],[-7.13200, 57.6196],[-7.13170, 57.6192],[-7.13170, 57.6189],[-7.1325, 57.6185],[-7.133399, 57.6180],[-7.13410, 57.6178],[-7.134501, 57.6179],[-7.134699, 57.6184],[-7.135, 57.6185],[-7.1357, 57.6184],[-7.13680, 57.6180],[-7.13770, 57.6176],[-7.138501, 57.6175],[-7.14020, 57.6174],[-7.141201, 57.6173],[-7.141601, 57.6176],[-7.141699, 57.6177],[-7.141601, 57.6179],[-7.141099, 57.6180],[-7.1405, 57.6184],[-7.140399, 57.6186],[-7.140399, 57.6189],[-7.140699, 57.6190],[-7.141099, 57.6190],[-7.14150, 57.6189],[-7.1418, 57.6188],[-7.1422, 57.6186],[-7.143, 57.6181],[-7.143799, 57.6176],[-7.144101, 57.6175],[-7.14480, 57.6175],[-7.145199, 57.6176],[-7.1455, 57.6178],[-7.1455, 57.6184],[-7.14570, 57.6185],[-7.146201, 57.6186],[-7.146299, 57.6185],[-7.146801, 57.6181],[-7.1472, 57.6180],[-7.147699000000002, 57.6182],[-7.147699000000002, 57.6185],[-7.147399, 57.6189],[-7.1472, 57.6191],[-7.1469, 57.6192],[-7.14610, 57.6193],[-7.145, 57.6194],[-7.143199, 57.6197],[-7.142099, 57.6198],[-7.14060, 57.6199],[-7.1399, 57.6198],[-7.1394, 57.6196],[-7.13870, 57.6192],[-7.1384, 57.6194],[-7.1384, 57.6198],[-7.138501, 57.6201],[-7.139101, 57.6204],[-7.1398, 57.6205],[-7.141001, 57.6205],[-7.1414, 57.6205],[-7.14150, 57.6207],[-7.14150, 57.6208],[-7.1413, 57.6210],[-7.1405, 57.6212],[-7.13930, 57.6214],[-7.138299, 57.6214],[-7.13680, 57.6213],[-7.1362, 57.6212],[-7.135399, 57.6211],[-7.1352, 57.6210]]],[[[-6.377299, 58.0978],[-6.37570, 58.097],[-6.375199, 58.097],[-6.374501, 58.0971],[-6.3736, 58.0975],[-6.37330, 58.0976],[-6.37190, 58.0976],[-6.3718, 58.0975],[-6.371699, 58.0972],[-6.371699, 58.0964],[-6.371601, 58.0942],[-6.371201, 58.0926],[-6.37100, 58.0924],[-6.3702, 58.092],[-6.3701, 58.0917],[-6.3702, 58.0915],[-6.370299, 58.0915],[-6.373099, 58.0914],[-6.373199, 58.0914],[-6.37330, 58.0916],[-6.3739, 58.0932],[-6.374101, 58.0934],[-6.3743, 58.0934],[-6.37650, 58.0934],[-6.3772, 58.0936],[-6.37750, 58.0938],[-6.377699, 58.0941],[-6.377999000000002, 58.0958],[-6.378099, 58.0962],[-6.3783, 58.0966],[-6.378701, 58.097],[-6.3792, 58.0973],[-6.3811, 58.0978],[-6.3811, 58.098],[-6.3811, 58.0981],[-6.381001, 58.0982],[-6.380799, 58.0983],[-6.379399, 58.0983],[-6.377699, 58.0979],[-6.377299, 58.0978]]],[[[-7.276801, 57.4969],[-7.27540, 57.4953],[-7.274899, 57.4946],[-7.274899, 57.4943],[-7.275499, 57.4939],[-7.2765, 57.4938],[-7.2774, 57.4936],[-7.2791, 57.4932],[-7.27990, 57.4929],[-7.2806, 57.4925],[-7.281401, 57.4925],[-7.282001, 57.4928],[-7.283599, 57.4938],[-7.283599, 57.4941],[-7.282599, 57.4947],[-7.2803, 57.4949],[-7.28000, 57.4952],[-7.27990, 57.4957],[-7.2802, 57.4958],[-7.2821, 57.4956],[-7.2824, 57.4958],[-7.2827, 57.4962],[-7.283299, 57.4966],[-7.284699, 57.4970],[-7.284699, 57.4972],[-7.284699, 57.4974],[-7.284501, 57.4976],[-7.28380, 57.4979],[-7.283, 57.4981],[-7.28090, 57.4979],[-7.278901, 57.4976],[-7.277699, 57.4973],[-7.276801, 57.4969]]],[[[-6.86320, 57.7937],[-6.8631, 57.7935],[-6.86280, 57.7935],[-6.859399, 57.7941],[-6.85860, 57.7942],[-6.85760, 57.7939],[-6.856601, 57.7926],[-6.85610, 57.7923],[-6.85570, 57.7922],[-6.855199, 57.7922],[-6.8544, 57.7921],[-6.854101, 57.7918],[-6.854199, 57.7913],[-6.85480, 57.7908],[-6.85710, 57.7905],[-6.86040, 57.7906],[-6.862199, 57.7909],[-6.86380, 57.7916],[-6.8652, 57.7924],[-6.866099000000002, 57.7931],[-6.8663, 57.7936],[-6.8663, 57.794],[-6.866001, 57.7943],[-6.864399, 57.7946],[-6.86280, 57.7945],[-6.8627, 57.7942],[-6.86320, 57.7937]]],[[[-7.202001, 57.4154],[-7.201001, 57.4146],[-7.20020, 57.4146],[-7.1975, 57.415],[-7.195799, 57.4149],[-7.195799, 57.4147],[-7.196001, 57.4145],[-7.1966, 57.4142],[-7.19740, 57.414],[-7.19880, 57.4135],[-7.200699000000002, 57.4131],[-7.20260, 57.4128],[-7.208099, 57.4115],[-7.208799, 57.4116],[-7.209199, 57.4125],[-7.2094, 57.4128],[-7.210199, 57.4133],[-7.2101, 57.4137],[-7.209301, 57.414],[-7.2085, 57.4141],[-7.20730, 57.4141],[-7.207099, 57.4144],[-7.20730, 57.4147],[-7.207699000000002, 57.4151],[-7.20730, 57.4154],[-7.206, 57.4154],[-7.2043, 57.4153],[-7.2027, 57.4155],[-7.202001, 57.4154]]],[[[-7.583701, 58.2901],[-7.582399, 58.2892],[-7.582399, 58.288],[-7.5825, 58.2876],[-7.584301, 58.2869],[-7.58780, 58.2867],[-7.590199000000002, 58.2870],[-7.591801, 58.2873],[-7.59250, 58.288],[-7.5927, 58.2889],[-7.5932, 58.2892],[-7.593299, 58.2894],[-7.5931, 58.2896],[-7.59210, 58.2893],[-7.5891, 58.2900],[-7.583701, 58.2901]]],[[[-7.223, 57.4545],[-7.223701, 57.4545],[-7.224101, 57.4547],[-7.224699, 57.455],[-7.225299, 57.4554],[-7.226099, 57.4557],[-7.2272, 57.4559],[-7.227499, 57.4563],[-7.228099, 57.4567],[-7.2294, 57.4573],[-7.2301, 57.4576],[-7.231, 57.458],[-7.231299, 57.4581],[-7.231299, 57.4582],[-7.23110, 57.4584],[-7.229199, 57.4586],[-7.228701, 57.4588],[-7.2285, 57.459],[-7.228701, 57.4593],[-7.229, 57.4596],[-7.2295, 57.4598],[-7.231299, 57.46],[-7.2322, 57.4602],[-7.23250, 57.4604],[-7.23250, 57.4607],[-7.23210, 57.461],[-7.231601, 57.4611],[-7.231201, 57.4611],[-7.229599, 57.4607],[-7.228099, 57.4602],[-7.227399, 57.4599],[-7.2272, 57.4598],[-7.227099, 57.4596],[-7.227001, 57.4588],[-7.22690, 57.4585],[-7.226201, 57.4581],[-7.2233, 57.4574],[-7.2226, 57.4572],[-7.222001, 57.457],[-7.221499, 57.4568],[-7.221001, 57.4565],[-7.2202, 57.4559],[-7.21990, 57.4556],[-7.2198, 57.4554],[-7.2198, 57.4552],[-7.219999, 57.4551],[-7.22090, 57.4549],[-7.222499, 57.4546],[-7.223, 57.4545]]],[[[-7.40940, 57.5631],[-7.4084, 57.5628],[-7.4046, 57.5629],[-7.402299, 57.5629],[-7.401899, 57.5627],[-7.401801, 57.5624],[-7.401899, 57.5622],[-7.4031, 57.5614],[-7.404799, 57.5607],[-7.40670, 57.5602],[-7.4099, 57.5601],[-7.41140, 57.5603],[-7.4126, 57.5608],[-7.414, 57.5611],[-7.4143, 57.5614],[-7.414, 57.5620],[-7.413099, 57.5626],[-7.411699, 57.5634],[-7.41090, 57.5635],[-7.409999000000002, 57.5634],[-7.40940, 57.5631]]],[[[-7.166201, 57.6913],[-7.1672, 57.6912],[-7.16860, 57.6913],[-7.17070, 57.6917],[-7.173299, 57.6922],[-7.175399, 57.6933],[-7.17620, 57.6938],[-7.176801, 57.6948],[-7.177001, 57.6952],[-7.177001, 57.6954],[-7.176899, 57.6956],[-7.17620, 57.6958],[-7.1756, 57.6958],[-7.1746, 57.6958],[-7.1737, 57.6957],[-7.172999, 57.6955],[-7.1716, 57.6950],[-7.1694, 57.6940],[-7.167099, 57.693],[-7.16590, 57.6924],[-7.1655, 57.6920],[-7.1655, 57.6917],[-7.166201, 57.6913]]],[[[-7.2451, 57.3939],[-7.245399, 57.3938],[-7.24720, 57.3939],[-7.248199, 57.3941],[-7.25000, 57.3945],[-7.252699, 57.3952],[-7.25330, 57.3958],[-7.2547, 57.3979],[-7.255499, 57.3995],[-7.255799, 57.4004],[-7.255499, 57.4007],[-7.25460, 57.4007],[-7.253901, 57.4004],[-7.2535, 57.3998],[-7.253099, 57.3992],[-7.2525, 57.3988],[-7.25140, 57.3986],[-7.2507, 57.3982],[-7.25000, 57.3972],[-7.24790, 57.3961],[-7.246601, 57.3955],[-7.2448, 57.3944],[-7.2448, 57.3941],[-7.2451, 57.3939]]],[[[-7.54700, 56.8485],[-7.54780, 56.8484],[-7.548399000000002, 56.8492],[-7.5496, 56.8496],[-7.55130, 56.8502],[-7.55160, 56.8505],[-7.5521, 56.8517],[-7.554101, 56.8522],[-7.555099, 56.8535],[-7.55590, 56.8541],[-7.556201, 56.8544],[-7.556099, 56.8547],[-7.555399, 56.8552],[-7.5553, 56.8554],[-7.5543, 56.8556],[-7.55310, 56.8555],[-7.552001, 56.8548],[-7.550799, 56.8543],[-7.55, 56.8538],[-7.549799, 56.8533],[-7.5491, 56.853],[-7.5486, 56.8522],[-7.548501000000002, 56.8513],[-7.547699, 56.8506],[-7.546899, 56.8498],[-7.546899, 56.8491],[-7.54700, 56.8485]]],[[[-7.00070, 57.7101],[-7.000199, 57.71],[-6.999899, 57.71],[-6.999101, 57.71],[-6.99840, 57.7095],[-6.9983, 57.709],[-6.998799, 57.7083],[-6.998199, 57.7076],[-6.998099, 57.7072],[-6.998701, 57.707],[-7, 57.7071],[-7.0005, 57.7071],[-7.001201, 57.7071],[-7.001699, 57.7072],[-7.002, 57.7073],[-7.00220, 57.7074],[-7.002399, 57.7077],[-7.002699, 57.7082],[-7.0033, 57.709],[-7.003799, 57.7093],[-7.0047, 57.7097],[-7.005499000000002, 57.71],[-7.006401, 57.7103],[-7.0074, 57.7108],[-7.0082, 57.7117],[-7.009301, 57.7125],[-7.0091, 57.7127],[-7.0086, 57.7128],[-7.007699, 57.7128],[-7.0066, 57.7126],[-7.004799, 57.7121],[-7.003399, 57.7118],[-7.002399, 57.7114],[-7.0019, 57.711],[-7.0014, 57.7104],[-7.00070, 57.7101]]],[[[-7.209599, 57.3479],[-7.209599, 57.3471],[-7.2101, 57.3463],[-7.2107, 57.3461],[-7.2111, 57.3462],[-7.2111, 57.347],[-7.211299, 57.3473],[-7.211801, 57.3473],[-7.21250, 57.3469],[-7.213901, 57.3452],[-7.214399, 57.3447],[-7.215, 57.3441],[-7.21710, 57.3427],[-7.217599, 57.3426],[-7.218299, 57.3426],[-7.218501, 57.3428],[-7.2187, 57.343],[-7.2188, 57.3436],[-7.218599, 57.3444],[-7.217899, 57.3452],[-7.217199, 57.3458],[-7.215499, 57.3472],[-7.21470, 57.3479],[-7.2135, 57.3488],[-7.21250, 57.3493],[-7.211699, 57.3496],[-7.210899, 57.3497],[-7.2101, 57.3494],[-7.209799, 57.349],[-7.2097, 57.3485],[-7.209599, 57.3479]]],[[[-7.67840, 57.7041],[-7.67880, 57.7032],[-7.67930, 57.7025],[-7.67980, 57.7018],[-7.68030, 57.7011],[-7.682099, 57.7001],[-7.684899, 57.6989],[-7.68680, 57.6986],[-7.687399, 57.6986],[-7.6879, 57.6987],[-7.688399, 57.699],[-7.6894, 57.6999],[-7.6896, 57.7004],[-7.689199, 57.7011],[-7.688799000000002, 57.7013],[-7.6875, 57.7013],[-7.686201, 57.7012],[-7.684899, 57.7009],[-7.6843, 57.7006],[-7.6839, 57.7006],[-7.6834, 57.701],[-7.682899, 57.7015],[-7.681601, 57.7019],[-7.681099, 57.7023],[-7.681001, 57.7025],[-7.681001, 57.7026],[-7.681099, 57.7027],[-7.6814, 57.7029],[-7.6824, 57.7031],[-7.68310, 57.7033],[-7.683599000000002, 57.7035],[-7.683701000000002, 57.7037],[-7.683599000000002, 57.7038],[-7.6833, 57.704],[-7.682499, 57.7043],[-7.6819, 57.7043],[-7.680399, 57.7041],[-7.679501, 57.7044],[-7.678901, 57.7045],[-7.67840, 57.7044],[-7.67840, 57.7041]]],[[[-7.357999, 57.0793],[-7.36160, 57.0790],[-7.36250, 57.0791],[-7.362999, 57.0793],[-7.364399000000002, 57.0803],[-7.3649, 57.0806],[-7.3656, 57.0809],[-7.366499, 57.0815],[-7.3662, 57.0817],[-7.364799, 57.0820],[-7.362999, 57.0823],[-7.36160, 57.0823],[-7.360199000000002, 57.0823],[-7.3591, 57.0823],[-7.35780, 57.0821],[-7.35700, 57.0818],[-7.35640, 57.0815],[-7.356299, 57.0809],[-7.35640, 57.0801],[-7.356801, 57.0797],[-7.357999, 57.0793]]],[[[-7.240499, 57.3275],[-7.2409, 57.3273],[-7.24180, 57.327],[-7.24280, 57.3266],[-7.24390, 57.3261],[-7.244501, 57.3259],[-7.2448, 57.3260],[-7.24520, 57.3265],[-7.245399, 57.3269],[-7.246, 57.3272],[-7.246601, 57.3274],[-7.2473, 57.3273],[-7.2483, 57.3271],[-7.2493, 57.3269],[-7.250199, 57.3272],[-7.250299, 57.3274],[-7.250299, 57.3276],[-7.250299, 57.3278],[-7.2501, 57.3281],[-7.24940, 57.3284],[-7.2477, 57.3290],[-7.246099, 57.3296],[-7.2442, 57.3299],[-7.24300, 57.33],[-7.2421, 57.3302],[-7.241401, 57.3303],[-7.241099, 57.3301],[-7.241001, 57.3295],[-7.2403, 57.3292],[-7.239301, 57.3289],[-7.239399, 57.3287],[-7.239999, 57.3286],[-7.241899, 57.3286],[-7.242001, 57.3284],[-7.241899, 57.3283],[-7.240499, 57.3277],[-7.240499, 57.3275]]],[[[-6.9751, 57.9435],[-6.97590, 57.9433],[-6.97720, 57.9434],[-6.97770, 57.9436],[-6.978799, 57.9443],[-6.979599, 57.9448],[-6.98010, 57.9452],[-6.980299, 57.9457],[-6.98010, 57.9462],[-6.97950, 57.9465],[-6.9783, 57.947],[-6.976299, 57.9473],[-6.974699, 57.9473],[-6.9724, 57.9469],[-6.9719, 57.9464],[-6.9719, 57.9456],[-6.9724, 57.9447],[-6.973199, 57.9443],[-6.974199, 57.9441],[-6.9751, 57.9435]]],[[[-7.31790, 57.1482],[-7.317699, 57.1481],[-7.316801, 57.1484],[-7.3158, 57.1486],[-7.31510, 57.1485],[-7.3145, 57.1476],[-7.3144, 57.147],[-7.31470, 57.1469],[-7.3158, 57.147],[-7.31750, 57.1474],[-7.3187, 57.1480],[-7.319399, 57.1480],[-7.32, 57.1474],[-7.32, 57.1471],[-7.3199, 57.1469],[-7.3191, 57.1467],[-7.318299, 57.1467],[-7.317599000000002, 57.1465],[-7.3158, 57.1456],[-7.3157, 57.1453],[-7.316801, 57.1450],[-7.317699, 57.1445],[-7.318399, 57.1445],[-7.3191, 57.1447],[-7.3199, 57.1449],[-7.32120, 57.1454],[-7.32210, 57.1458],[-7.322999, 57.1463],[-7.323599000000002, 57.1468],[-7.323599000000002, 57.147],[-7.3234, 57.1474],[-7.322999, 57.1478],[-7.3225, 57.1482],[-7.321801000000002, 57.1487],[-7.3211, 57.1491],[-7.3206, 57.1494],[-7.32, 57.1496],[-7.319301, 57.1496],[-7.3187, 57.1494],[-7.3182, 57.149],[-7.31790, 57.1482]]],[[[-7.231601, 57.4532],[-7.230599, 57.4527],[-7.2304, 57.4527],[-7.229899, 57.4529],[-7.22890, 57.4532],[-7.228099, 57.4533],[-7.227399, 57.4532],[-7.226201, 57.4529],[-7.225399, 57.4528],[-7.224, 57.4527],[-7.222499, 57.4525],[-7.22180, 57.4523],[-7.22090, 57.4517],[-7.219699, 57.4512],[-7.219501, 57.4511],[-7.219501, 57.4509],[-7.2198, 57.4507],[-7.22030, 57.4506],[-7.22180, 57.4511],[-7.222199, 57.4510],[-7.2224, 57.4508],[-7.222899, 57.4503],[-7.223199, 57.4500],[-7.224, 57.4501],[-7.224899, 57.4503],[-7.225599, 57.4505],[-7.2276, 57.4510],[-7.22930, 57.4514],[-7.23, 57.4517],[-7.23070, 57.4518],[-7.23150, 57.4518],[-7.232299, 57.4519],[-7.23350, 57.452],[-7.233901, 57.4523],[-7.233901, 57.4527],[-7.233799, 57.4531],[-7.23350, 57.4533],[-7.2329, 57.4534],[-7.232399, 57.4534],[-7.231601, 57.4532]]],[[[-6.411001, 58.1254],[-6.41080, 58.1253],[-6.4084, 58.1253],[-6.408199, 58.1252],[-6.40800, 58.125],[-6.4078, 58.1246],[-6.407899, 58.1240],[-6.40800, 58.1239],[-6.408199, 58.1238],[-6.409599, 58.1237],[-6.40990, 58.1236],[-6.4102, 58.1234],[-6.410699, 58.1229],[-6.41130, 58.1228],[-6.412399, 58.1227],[-6.4143, 58.1225],[-6.415599, 58.1226],[-6.41600, 58.1227],[-6.416299, 58.1229],[-6.416699, 58.1235],[-6.416699, 58.1237],[-6.416601, 58.1239],[-6.415699, 58.1243],[-6.415699, 58.1244],[-6.4158, 58.1245],[-6.4164, 58.1252],[-6.4164, 58.1256],[-6.416299, 58.1258],[-6.416201, 58.1259],[-6.414999, 58.1266],[-6.414599000000002, 58.1267],[-6.413599, 58.1265],[-6.411001, 58.1254]]],[[[-7.330599, 57.1425],[-7.329999, 57.1422],[-7.330299, 57.1420],[-7.3308, 57.1421],[-7.3315, 57.1424],[-7.332799, 57.1425],[-7.33390, 57.1424],[-7.334199, 57.1422],[-7.334199, 57.1420],[-7.3332, 57.1412],[-7.333099, 57.1410],[-7.3333, 57.1407],[-7.33390, 57.1407],[-7.33450, 57.1408],[-7.335299, 57.1413],[-7.336, 57.1417],[-7.3366, 57.1419],[-7.3376, 57.1418],[-7.3383, 57.1418],[-7.3385, 57.1419],[-7.33860, 57.1421],[-7.338099, 57.1428],[-7.3383, 57.1430],[-7.3392, 57.1433],[-7.33960, 57.1436],[-7.339799, 57.1439],[-7.339799, 57.1442],[-7.339301, 57.1445],[-7.3382, 57.1448],[-7.3376, 57.1457],[-7.33720, 57.1461],[-7.336801, 57.1463],[-7.335899000000002, 57.1463],[-7.335499, 57.1461],[-7.3351, 57.1456],[-7.33440, 57.1450],[-7.333799, 57.1441],[-7.333099, 57.1435],[-7.331699, 57.1429],[-7.330599, 57.1425]]],[[[-7.011499000000002, 57.6996],[-7.0123, 57.6996],[-7.013199, 57.6998],[-7.01380, 57.7000],[-7.01440, 57.7002],[-7.0159, 57.7007],[-7.0164, 57.7009],[-7.0164, 57.7013],[-7.015699, 57.7021],[-7.0156, 57.7027],[-7.0155, 57.7035],[-7.015299, 57.7038],[-7.0149, 57.7041],[-7.014599, 57.7042],[-7.01380, 57.7044],[-7.013501, 57.7044],[-7.013199, 57.7043],[-7.0123, 57.704],[-7.011899, 57.7037],[-7.011099, 57.7028],[-7.010399, 57.7023],[-7.00960, 57.7017],[-7.0091, 57.7013],[-7.009301, 57.7005],[-7.009501, 57.7003],[-7.010099, 57.7000],[-7.011001, 57.6997],[-7.011499000000002, 57.6996]]],[[[-6.7089, 57.8597],[-6.709899, 57.8592],[-6.7115, 57.8591],[-6.712999, 57.8592],[-6.715499, 57.8593],[-6.7157, 57.8593],[-6.7161, 57.8595],[-6.716401, 57.8598],[-6.716499, 57.8602],[-6.7163, 57.8606],[-6.71350, 57.861],[-6.712399, 57.8612],[-6.71210, 57.8614],[-6.71200, 57.8620],[-6.71220, 57.8623],[-6.714799, 57.8626],[-6.7153, 57.8627],[-6.715499, 57.8629],[-6.715499, 57.8631],[-6.7153, 57.8634],[-6.7136, 57.8636],[-6.710299, 57.8630],[-6.709, 57.8619],[-6.7086, 57.861],[-6.7086, 57.8602],[-6.7089, 57.8597]]],[[[-6.730599, 58.191],[-6.7307, 58.1907],[-6.731299, 58.1899],[-6.731801, 58.1891],[-6.732, 58.1889],[-6.732399, 58.1887],[-6.733901, 58.1884],[-6.73420, 58.1883],[-6.735199, 58.1873],[-6.735499, 58.1872],[-6.735799, 58.1872],[-6.7381, 58.1877],[-6.7382, 58.1882],[-6.7382, 58.1886],[-6.737899, 58.1894],[-6.73700, 58.1905],[-6.7367, 58.1908],[-6.7362, 58.1911],[-6.73470, 58.1909],[-6.734399, 58.191],[-6.7333, 58.1919],[-6.73190, 58.1919],[-6.731201, 58.1919],[-6.7308, 58.1918],[-6.73050, 58.1916],[-6.73050, 58.1913],[-6.730599, 58.191]]],[[[-7.114799, 57.6721],[-7.1141, 57.6714],[-7.11380, 57.6711],[-7.113299, 57.6706],[-7.113299, 57.6704],[-7.11340, 57.6701],[-7.11370, 57.6699],[-7.114301, 57.6697],[-7.114999, 57.6697],[-7.116601, 57.6699],[-7.11810, 57.6702],[-7.11940, 57.6705],[-7.1202, 57.6707],[-7.12080, 57.6709],[-7.121201, 57.671],[-7.122099, 57.6708],[-7.1229, 57.6709],[-7.1234, 57.6712],[-7.123799, 57.6715],[-7.1243, 57.6718],[-7.124599, 57.672],[-7.1247, 57.6721],[-7.124599, 57.6724],[-7.124101, 57.6729],[-7.1234, 57.6733],[-7.123, 57.6735],[-7.122799, 57.6735],[-7.1222, 57.6731],[-7.121099, 57.6721],[-7.1205, 57.6717],[-7.118599, 57.6717],[-7.117199000000002, 57.6719],[-7.116499, 57.6722],[-7.1163, 57.6723],[-7.1159, 57.6728],[-7.11560, 57.6732],[-7.11520, 57.6735],[-7.114501, 57.6736],[-7.1141, 57.6735],[-7.113901, 57.6732],[-7.113901, 57.6729],[-7.1141, 57.6727],[-7.114799, 57.6724],[-7.114799, 57.6721]]],[[[-7.118701, 57.6505],[-7.1184, 57.6504],[-7.118299, 57.6503],[-7.118199, 57.6501],[-7.11810, 57.6498],[-7.118199, 57.6497],[-7.1188, 57.6494],[-7.118999, 57.6492],[-7.118999, 57.649],[-7.11810, 57.6489],[-7.117899, 57.6488],[-7.117899, 57.6487],[-7.117899, 57.6485],[-7.118, 57.6483],[-7.118299, 57.6481],[-7.1189, 57.6481],[-7.120399000000002, 57.6479],[-7.12100, 57.6478],[-7.12180, 57.6475],[-7.122499, 57.6475],[-7.12550, 57.6484],[-7.12600, 57.6485],[-7.126299, 57.6486],[-7.12650, 57.6487],[-7.126601000000002, 57.6489],[-7.1264, 57.6492],[-7.12600, 57.6495],[-7.125899, 57.6497],[-7.12600, 57.6498],[-7.126699, 57.6501],[-7.12700, 57.6504],[-7.12700, 57.6505],[-7.126801, 57.6507],[-7.126299, 57.6507],[-7.125299, 57.6506],[-7.12360, 57.6505],[-7.12190, 57.6506],[-7.120299, 57.6507],[-7.11980, 57.6507],[-7.1193, 57.6506],[-7.118701, 57.6505]]],[[[-7.141699, 57.5096],[-7.1413, 57.5093],[-7.14060, 57.5089],[-7.140299, 57.5087],[-7.14010, 57.5085],[-7.14020, 57.5080],[-7.140399, 57.5078],[-7.141699, 57.5074],[-7.142499, 57.5071],[-7.14350, 57.5067],[-7.14440, 57.5067],[-7.14580, 57.5068],[-7.14760, 57.5071],[-7.1507, 57.5075],[-7.1507, 57.5078],[-7.150499, 57.5081],[-7.1491, 57.5081],[-7.148701, 57.5082],[-7.148399, 57.5083],[-7.147999, 57.5087],[-7.147699000000002, 57.5091],[-7.147399, 57.5093],[-7.147099, 57.5095],[-7.146299, 57.5097],[-7.1451, 57.5096],[-7.14440, 57.5096],[-7.143099, 57.5098],[-7.142499, 57.5098],[-7.141699, 57.5096]]],[[[-6.88250, 58.1757],[-6.88280, 58.1757],[-6.8831, 58.1758],[-6.8832, 58.1759],[-6.884799, 58.1781],[-6.88620, 58.1798],[-6.88630, 58.1804],[-6.88630, 58.1807],[-6.886099, 58.1809],[-6.885, 58.1816],[-6.884399000000002, 58.1817],[-6.883901, 58.1817],[-6.883501000000002, 58.1816],[-6.88290, 58.1808],[-6.88200, 58.1799],[-6.8807, 58.1791],[-6.880099, 58.1787],[-6.879799, 58.1782],[-6.879799, 58.1779],[-6.8799, 58.1776],[-6.880099, 58.1774],[-6.880799, 58.1774],[-6.881001, 58.1773],[-6.8812, 58.1768],[-6.881401, 58.1764],[-6.881499, 58.1762],[-6.88200, 58.1758],[-6.88250, 58.1757]]],[[[-7.376201, 57.553],[-7.376, 57.5527],[-7.375299, 57.5527],[-7.374501, 57.5524],[-7.3739, 57.5519],[-7.373799, 57.5516],[-7.374, 57.5512],[-7.374599, 57.551],[-7.375899, 57.5511],[-7.376601, 57.5514],[-7.377299, 57.5522],[-7.37850, 57.5525],[-7.3792, 57.5525],[-7.38, 57.5521],[-7.380899, 57.5518],[-7.3817, 57.5517],[-7.382299, 57.5520],[-7.382999, 57.5526],[-7.383901, 57.5528],[-7.385799, 57.5528],[-7.386499, 57.5531],[-7.3866, 57.5534],[-7.386401, 57.5537],[-7.386001, 57.554],[-7.3849, 57.5542],[-7.382599, 57.5542],[-7.381499, 57.5547],[-7.380799, 57.5546],[-7.3796, 57.5538],[-7.376801000000002, 57.5536],[-7.376299, 57.5533],[-7.376201, 57.553]]],[[[-6.932199000000002, 57.7516],[-6.932799, 57.7514],[-6.9339, 57.7516],[-6.9347, 57.7520],[-6.93540, 57.7528],[-6.9358, 57.7537],[-6.9358, 57.7545],[-6.93540, 57.7552],[-6.934501, 57.7557],[-6.9319, 57.7558],[-6.930699, 57.7556],[-6.929999, 57.7553],[-6.9296, 57.7550],[-6.9292, 57.7544],[-6.9292, 57.754],[-6.929399, 57.7536],[-6.93030, 57.7534],[-6.930699, 57.7530],[-6.93130, 57.7523],[-6.93180, 57.7518],[-6.932199000000002, 57.7516]]],[[[-7.17590, 57.6228],[-7.17590, 57.6225],[-7.17620, 57.6220],[-7.1771, 57.6217],[-7.177599, 57.6215],[-7.178299, 57.6214],[-7.178999, 57.6212],[-7.1798, 57.6211],[-7.18050, 57.6211],[-7.18240, 57.6210],[-7.1835, 57.6211],[-7.184199, 57.6213],[-7.184501, 57.6215],[-7.1851, 57.6219],[-7.185699, 57.6220],[-7.186299, 57.6222],[-7.18650, 57.6223],[-7.18650, 57.6226],[-7.186299, 57.6228],[-7.1855, 57.6229],[-7.184, 57.6229],[-7.181601, 57.6228],[-7.181099, 57.6232],[-7.18090, 57.6235],[-7.18050, 57.6240],[-7.1802, 57.6242],[-7.1798, 57.6244],[-7.179399, 57.6244],[-7.1788, 57.6240],[-7.177999, 57.6236],[-7.176899, 57.6234],[-7.176099, 57.6231],[-7.17590, 57.6228]]],[[[-7.14010, 58.041],[-7.139699000000002, 58.0406],[-7.139699000000002, 58.0400],[-7.1405, 58.0397],[-7.1413, 58.0389],[-7.142799, 58.0377],[-7.146699000000002, 58.0376],[-7.147299, 58.0378],[-7.147399, 58.0384],[-7.146801, 58.0388],[-7.146, 58.0385],[-7.14570, 58.0386],[-7.145299, 58.0393],[-7.1455, 58.0405],[-7.145, 58.0412],[-7.14440, 58.0415],[-7.1436, 58.0414],[-7.14290, 58.041],[-7.1423, 58.0409],[-7.141699, 58.0409],[-7.141001, 58.0423],[-7.1399, 58.0424],[-7.13930, 58.042],[-7.139501, 58.0414],[-7.14010, 58.041]]],[[[-7.285299, 57.5569],[-7.284699, 57.5566],[-7.284501, 57.5564],[-7.284599, 57.5562],[-7.2848, 57.5561],[-7.2869, 57.5562],[-7.287899, 57.5561],[-7.28890, 57.5559],[-7.289899, 57.5558],[-7.29080, 57.5558],[-7.291201, 57.5559],[-7.292, 57.5563],[-7.2925, 57.5564],[-7.2929, 57.5564],[-7.293099000000002, 57.5562],[-7.2933, 57.5559],[-7.2936, 57.5558],[-7.29400, 57.5558],[-7.2946, 57.5559],[-7.2953, 57.5562],[-7.2957, 57.5568],[-7.29600, 57.5572],[-7.296299, 57.5574],[-7.2967, 57.5577],[-7.297, 57.5579],[-7.297, 57.5581],[-7.296801, 57.5582],[-7.29600, 57.5582],[-7.2947, 57.5581],[-7.294101, 57.5580],[-7.292699, 57.5574],[-7.2911, 57.5569],[-7.2905, 57.5568],[-7.289899, 57.5568],[-7.289899, 57.5572],[-7.289999, 57.5573],[-7.2904, 57.5575],[-7.292399, 57.5581],[-7.2933, 57.5585],[-7.29350, 57.5588],[-7.29350, 57.5590],[-7.293399, 57.5591],[-7.293, 57.5593],[-7.29260, 57.5593],[-7.29220, 57.5592],[-7.291601, 57.5588],[-7.291201, 57.5586],[-7.2897, 57.5582],[-7.288599, 57.5578],[-7.288099, 57.5576],[-7.287499, 57.5574],[-7.2864, 57.5572],[-7.285299, 57.5569]]],[[[-7.573901000000002, 58.2853],[-7.573901000000002, 58.285],[-7.573999, 58.2847],[-7.5746, 58.2846],[-7.577099, 58.2847],[-7.578701, 58.2845],[-7.579101, 58.2844],[-7.5805, 58.2836],[-7.5819, 58.2829],[-7.582799, 58.2825],[-7.58350, 58.2824],[-7.58500, 58.2824],[-7.585599, 58.2824],[-7.585899, 58.2826],[-7.58600, 58.2834],[-7.586299, 58.2836],[-7.586801, 58.2838],[-7.58690, 58.2840],[-7.586801, 58.2842],[-7.584301, 58.2847],[-7.583099, 58.2851],[-7.582099, 58.2853],[-7.58020, 58.2852],[-7.57840, 58.2852],[-7.577001, 58.2855],[-7.576099, 58.2858],[-7.57560, 58.2858],[-7.5749, 58.2857],[-7.57410, 58.2854],[-7.573901000000002, 58.2853]]],[[[-6.1508, 59.0994],[-6.1508, 59.0986],[-6.1511, 59.0980],[-6.1521, 59.0978],[-6.152999, 59.0973],[-6.153299, 59.0967],[-6.15320, 59.0959],[-6.15360, 59.0955],[-6.1553, 59.0953],[-6.1566, 59.0947],[-6.157899, 59.0941],[-6.15870, 59.0939],[-6.158999, 59.0940],[-6.1592, 59.0942],[-6.1592, 59.0944],[-6.159101, 59.0947],[-6.157599, 59.0962],[-6.15740, 59.0972],[-6.157199, 59.0974],[-6.156099, 59.0977],[-6.155799, 59.0978],[-6.1553, 59.0981],[-6.1553, 59.0988],[-6.155099, 59.0991],[-6.154699, 59.0991],[-6.15460, 59.099],[-6.1538, 59.0987],[-6.1516, 59.0993],[-6.1508, 59.0994]]],[[[-7.57280, 56.9361],[-7.57130, 56.935],[-7.5712, 56.9346],[-7.571401, 56.9341],[-7.571801, 56.9334],[-7.572001000000002, 56.9333],[-7.57380, 56.9333],[-7.5752, 56.9333],[-7.576601, 56.9333],[-7.5773, 56.9335],[-7.577799, 56.9339],[-7.578501, 56.9347],[-7.578501, 56.9354],[-7.578199, 56.9359],[-7.57760, 56.936],[-7.5762, 56.9359],[-7.575799, 56.936],[-7.5749, 56.9363],[-7.57420, 56.9366],[-7.573501, 56.9369],[-7.57320, 56.9368],[-7.57280, 56.9361]]],[[[-7.298901, 57.0425],[-7.299399, 57.0425],[-7.2999, 57.0429],[-7.3, 57.0432],[-7.3, 57.0438],[-7.30020, 57.0446],[-7.30060, 57.0451],[-7.301001, 57.0454],[-7.301401, 57.0457],[-7.301899, 57.0463],[-7.302001, 57.0467],[-7.301801, 57.0469],[-7.301499, 57.047],[-7.3007, 57.0472],[-7.299699, 57.0474],[-7.298999, 57.0476],[-7.298501, 57.0478],[-7.29790, 57.0478],[-7.29780, 57.0476],[-7.29780, 57.0468],[-7.29780, 57.0466],[-7.2975, 57.0463],[-7.297, 57.0461],[-7.296401, 57.0459],[-7.295599, 57.0456],[-7.295599, 57.0454],[-7.2957, 57.0452],[-7.296201, 57.0451],[-7.2974, 57.045],[-7.2975, 57.0448],[-7.2975, 57.0447],[-7.297299000000002, 57.0445],[-7.296899, 57.0442],[-7.295899, 57.0439],[-7.2958, 57.0437],[-7.29600, 57.0434],[-7.296201, 57.0432],[-7.2972, 57.0432],[-7.2975, 57.0431],[-7.298299000000002, 57.0427],[-7.298901, 57.0425]]],[[[-7.19080, 57.4819],[-7.191, 57.4817],[-7.1924, 57.4819],[-7.193501, 57.4819],[-7.194799, 57.4817],[-7.195899, 57.4816],[-7.197299, 57.4818],[-7.198501, 57.4821],[-7.19910, 57.4823],[-7.199999, 57.4828],[-7.20030, 57.4832],[-7.20020, 57.4835],[-7.1996, 57.4839],[-7.19880, 57.4845],[-7.1981, 57.4849],[-7.1975, 57.4849],[-7.1967, 57.4848],[-7.196001, 57.4846],[-7.195199, 57.484],[-7.19450, 57.4838],[-7.192699, 57.4832],[-7.191801, 57.4826],[-7.190899, 57.4823],[-7.19080, 57.4821],[-7.19080, 57.4819]]],[[[-6.862199, 58.1891],[-6.8621, 58.189],[-6.861899, 58.189],[-6.86040, 58.1893],[-6.860099, 58.1892],[-6.85990, 58.189],[-6.85990, 58.1888],[-6.8607, 58.1871],[-6.860899, 58.1869],[-6.861899, 58.1869],[-6.862899, 58.1872],[-6.86320, 58.1874],[-6.86380, 58.1886],[-6.863999, 58.189],[-6.86420, 58.1893],[-6.864999, 58.1897],[-6.866499, 58.1901],[-6.866601, 58.1903],[-6.866601, 58.1913],[-6.866601, 58.1918],[-6.866401, 58.1922],[-6.865699, 58.1926],[-6.8652, 58.1928],[-6.864399, 58.1929],[-6.863999, 58.1927],[-6.86370, 58.1924],[-6.86320, 58.1914],[-6.862199, 58.1891]]],[[[-7.09030, 58.0267],[-7.09, 58.0264],[-7.0883, 58.0265],[-7.087299, 58.0256],[-7.087299, 58.0249],[-7.0879, 58.0239],[-7.0883, 58.0234],[-7.0891, 58.0231],[-7.09030, 58.0232],[-7.091401, 58.0234],[-7.092199, 58.0239],[-7.09280, 58.0244],[-7.092899, 58.0254],[-7.092599, 58.0265],[-7.09270, 58.0269],[-7.0924, 58.0276],[-7.091801, 58.0277],[-7.09120, 58.0275],[-7.09030, 58.0267]]],[[[-7.14570, 57.6222],[-7.14540, 57.6221],[-7.144199, 57.6222],[-7.1436, 57.6221],[-7.1427, 57.6218],[-7.142499, 57.6215],[-7.142399, 57.6211],[-7.142499, 57.6209],[-7.143199, 57.6205],[-7.144501, 57.6202],[-7.145599, 57.6200],[-7.1472, 57.6200],[-7.147699000000002, 57.6200],[-7.1485, 57.6202],[-7.149301, 57.6204],[-7.15000, 57.6206],[-7.1501, 57.6209],[-7.1501, 57.6214],[-7.149899, 57.6217],[-7.14960, 57.6221],[-7.149301, 57.6223],[-7.1482, 57.6228],[-7.146299, 57.6232],[-7.145599, 57.6233],[-7.1451, 57.6234],[-7.14480, 57.6233],[-7.1447, 57.6230],[-7.1447, 57.6228],[-7.144899, 57.6227],[-7.145599, 57.6224],[-7.14570, 57.6222]]],[[[-6.519101, 58.0967],[-6.5219, 58.0964],[-6.522299, 58.0965],[-6.522699, 58.0967],[-6.523399, 58.0972],[-6.5236, 58.0975],[-6.5236, 58.0981],[-6.52350, 58.0988],[-6.5233, 58.099],[-6.5222, 58.099],[-6.5189, 58.0995],[-6.518099, 58.0994],[-6.517499, 58.0991],[-6.515299, 58.0977],[-6.515299, 58.0975],[-6.51550, 58.0975],[-6.517799, 58.0971],[-6.519101, 58.0967]]],[[[-6.914999, 58.2863],[-6.914501, 58.2856],[-6.91480, 58.2853],[-6.91520, 58.2849],[-6.917099, 58.2845],[-6.91900, 58.2840],[-6.9221, 58.2842],[-6.92420, 58.2841],[-6.92420, 58.2847],[-6.92380, 58.2851],[-6.922, 58.2855],[-6.921299, 58.2862],[-6.9201, 58.2866],[-6.91860, 58.2863],[-6.917699, 58.2866],[-6.914999, 58.2863]]],[[[-7.256001, 57.1439],[-7.2549, 57.1433],[-7.25410, 57.1430],[-7.253799, 57.1429],[-7.25360, 57.1426],[-7.25360, 57.1424],[-7.253799, 57.1422],[-7.25410, 57.1419],[-7.2549, 57.1418],[-7.255499, 57.1418],[-7.256299, 57.1420],[-7.257599, 57.1423],[-7.2582, 57.1424],[-7.259501, 57.1423],[-7.260799, 57.1422],[-7.263599000000002, 57.1426],[-7.264101, 57.1428],[-7.264599, 57.1431],[-7.2648, 57.1434],[-7.2648, 57.1437],[-7.264501, 57.1438],[-7.2628, 57.1436],[-7.26160, 57.1436],[-7.2609, 57.1437],[-7.26020, 57.1439],[-7.2591, 57.1442],[-7.258299, 57.1443],[-7.257199, 57.1442],[-7.256499000000002, 57.1441],[-7.256001, 57.1439]]],[[[-6.94110, 58.2444],[-6.9395, 58.2439],[-6.9395, 58.2437],[-6.9396, 58.2434],[-6.9401, 58.2431],[-6.941, 58.2428],[-6.94160, 58.2426],[-6.9422, 58.2425],[-6.9442, 58.2426],[-6.9446, 58.2425],[-6.9461, 58.2419],[-6.94670, 58.2418],[-6.9471, 58.2419],[-6.9478, 58.2425],[-6.947999, 58.2429],[-6.9481, 58.2434],[-6.9478, 58.2439],[-6.946899, 58.2444],[-6.9461, 58.2446],[-6.9445, 58.2444],[-6.943999, 58.2444],[-6.943799, 58.2445],[-6.9437, 58.2446],[-6.943099, 58.2448],[-6.9424, 58.2448],[-6.941801, 58.2447],[-6.94110, 58.2444]]],[[[-6.789199, 58.2243],[-6.7908, 58.2243],[-6.791201, 58.2244],[-6.79140, 58.2245],[-6.791699, 58.2249],[-6.79230, 58.2261],[-6.793099, 58.2275],[-6.793701, 58.2282],[-6.793701, 58.2286],[-6.7936, 58.2288],[-6.7935, 58.2289],[-6.7922, 58.2290],[-6.79190, 58.2289],[-6.7918, 58.2288],[-6.791201, 58.2279],[-6.790299, 58.2272],[-6.789199, 58.2267],[-6.78770, 58.2262],[-6.787099, 58.2257],[-6.7869, 58.2254],[-6.78680, 58.225],[-6.7869, 58.2245],[-6.787099, 58.2243],[-6.787499, 58.2243],[-6.789199, 58.2243]]],[[[-7.336401, 57.4916],[-7.3361, 57.4914],[-7.3336, 57.4915],[-7.333399, 57.4913],[-7.33440, 57.4902],[-7.334199, 57.49],[-7.3336, 57.4898],[-7.332799, 57.4898],[-7.3322, 57.4897],[-7.3322, 57.4894],[-7.332399, 57.4893],[-7.3357, 57.4892],[-7.336401, 57.4887],[-7.337, 57.4884],[-7.337299, 57.4884],[-7.337699, 57.4886],[-7.3379, 57.4894],[-7.338099, 57.4903],[-7.338799, 57.4906],[-7.33950, 57.4910],[-7.339399, 57.4912],[-7.33860, 57.4913],[-7.337999, 57.4916],[-7.337999, 57.4921],[-7.3382, 57.4925],[-7.3383, 57.4927],[-7.3382, 57.493],[-7.337299, 57.4932],[-7.3357, 57.4929],[-7.33450, 57.4927],[-7.33440, 57.4925],[-7.33450, 57.4923],[-7.336401, 57.4919],[-7.336401, 57.4916]]],[[[-6.378099, 58.1178],[-6.3786, 58.1178],[-6.3807, 58.1179],[-6.381001, 58.1180],[-6.3811, 58.1182],[-6.381001, 58.1184],[-6.3807, 58.1191],[-6.380199, 58.1199],[-6.37990, 58.1203],[-6.3796, 58.1205],[-6.376299, 58.1213],[-6.375199, 58.1212],[-6.37470, 58.1211],[-6.374501, 58.1210],[-6.3743, 58.1208],[-6.3744, 58.1201],[-6.374599, 58.1197],[-6.3748, 58.1195],[-6.375899, 58.1186],[-6.376699, 58.1181],[-6.377299, 58.1179],[-6.378099, 58.1178]]],[[[-6.685699, 57.8521],[-6.687001, 57.8521],[-6.6879, 57.8524],[-6.688399, 57.8528],[-6.6885, 57.8534],[-6.6883, 57.8544],[-6.68760, 57.8552],[-6.6869, 57.8557],[-6.6865, 57.8559],[-6.686, 57.856],[-6.685299, 57.8559],[-6.684101, 57.8557],[-6.6831, 57.8552],[-6.682499, 57.8546],[-6.6824, 57.8542],[-6.6833, 57.8542],[-6.684101, 57.8541],[-6.684199, 57.8539],[-6.6839, 57.8533],[-6.6839, 57.8528],[-6.68400, 57.8526],[-6.684101, 57.8525],[-6.68440, 57.8523],[-6.685699, 57.8521]]],[[[-7.268099, 57.4902],[-7.267799000000002, 57.49],[-7.26770, 57.4899],[-7.267499, 57.4897],[-7.267499, 57.4894],[-7.26770, 57.4892],[-7.2684, 57.4889],[-7.2686, 57.4886],[-7.268701, 57.488],[-7.2689, 57.4879],[-7.269199, 57.4877],[-7.2705, 57.4878],[-7.2714, 57.4877],[-7.271801, 57.4876],[-7.2722, 57.4877],[-7.27250, 57.488],[-7.272799, 57.4883],[-7.273399, 57.4886],[-7.273701, 57.4887],[-7.273799, 57.4889],[-7.273701, 57.4891],[-7.273099, 57.4894],[-7.27290, 57.4896],[-7.27290, 57.4898],[-7.272999000000002, 57.49],[-7.27350, 57.4902],[-7.273799, 57.4902],[-7.2746, 57.4902],[-7.275499, 57.49],[-7.275899, 57.49],[-7.276, 57.4902],[-7.275899, 57.4903],[-7.275199, 57.4907],[-7.274799000000002, 57.4908],[-7.2736, 57.4909],[-7.272099, 57.4909],[-7.2711, 57.4908],[-7.2704, 57.4907],[-7.26930, 57.4905],[-7.2685, 57.4903],[-7.268099, 57.4902]]],[[[-7.135099, 57.6134],[-7.1352, 57.6133],[-7.135799, 57.6134],[-7.1362, 57.6136],[-7.136401, 57.6138],[-7.136401, 57.6145],[-7.136499, 57.6146],[-7.136899, 57.6148],[-7.137499, 57.6149],[-7.14010, 57.6153],[-7.1409, 57.6154],[-7.141699, 57.6156],[-7.142399, 57.6159],[-7.142499, 57.6162],[-7.142499, 57.6165],[-7.142399, 57.6167],[-7.142001, 57.6168],[-7.140299, 57.6169],[-7.137599, 57.617],[-7.137001, 57.617],[-7.136401, 57.617],[-7.135799, 57.6169],[-7.135099, 57.6167],[-7.134799, 57.6166],[-7.134399, 57.6164],[-7.1342, 57.6163],[-7.1342, 57.6161],[-7.134399, 57.6158],[-7.13490, 57.6149],[-7.135099, 57.6134]]],[[[-6.376601, 58.1028],[-6.376601, 58.1023],[-6.376699, 58.102],[-6.3769, 58.1017],[-6.37760, 58.1013],[-6.37850, 58.1010],[-6.37990, 58.1010],[-6.38120, 58.1012],[-6.38310, 58.1017],[-6.383501, 58.1017],[-6.384399, 58.1010],[-6.384699, 58.1010],[-6.38500, 58.1011],[-6.385499, 58.1017],[-6.3857, 58.102],[-6.386099, 58.1025],[-6.3862, 58.1027],[-6.386099, 58.1029],[-6.3849, 58.1028],[-6.382299, 58.1029],[-6.3786, 58.1032],[-6.37760, 58.1032],[-6.37700, 58.103],[-6.376601, 58.1028]]],[[[-7.407899, 57.1288],[-7.409501, 57.1286],[-7.410699, 57.1289],[-7.41130, 57.1291],[-7.411699, 57.1295],[-7.4118, 57.1298],[-7.4118, 57.1302],[-7.411699, 57.1310],[-7.411601, 57.1313],[-7.41130, 57.1315],[-7.4099, 57.1316],[-7.408501, 57.1316],[-7.4073, 57.1316],[-7.406401, 57.1315],[-7.406099, 57.1314],[-7.4057, 57.1312],[-7.405399, 57.1306],[-7.4056, 57.1303],[-7.406099, 57.1297],[-7.40670, 57.1291],[-7.407199000000002, 57.1289],[-7.407899, 57.1288]]],[[[-7.224999, 57.3280],[-7.2268, 57.3280],[-7.2272, 57.3284],[-7.22730, 57.3287],[-7.227099, 57.3289],[-7.22640, 57.3292],[-7.225699, 57.3294],[-7.225699, 57.3297],[-7.2258, 57.3298],[-7.2265, 57.33],[-7.226699, 57.3301],[-7.226699, 57.3304],[-7.226601, 57.3307],[-7.226299, 57.3309],[-7.2258, 57.3310],[-7.224999, 57.3310],[-7.224101, 57.3309],[-7.223501, 57.3308],[-7.2226, 57.3306],[-7.222001, 57.3305],[-7.221099, 57.3302],[-7.22050, 57.3299],[-7.2202, 57.3296],[-7.2202, 57.3293],[-7.220399, 57.3290],[-7.221401, 57.3285],[-7.222199, 57.3282],[-7.222799, 57.3280],[-7.224999, 57.3280]]],[[[-7.363999, 57.0048],[-7.3653, 57.0048],[-7.366401, 57.005],[-7.3678, 57.0054],[-7.3689, 57.0057],[-7.370299, 57.0062],[-7.37090, 57.0068],[-7.371099, 57.0072],[-7.371201, 57.0076],[-7.37100, 57.0078],[-7.37050, 57.0080],[-7.3699, 57.0081],[-7.368999, 57.0081],[-7.3684, 57.0080],[-7.3674, 57.0077],[-7.36630, 57.0074],[-7.365499, 57.0070],[-7.364399000000002, 57.0063],[-7.363901, 57.0058],[-7.3637, 57.0056],[-7.363599, 57.0049],[-7.363999, 57.0048]]],[[[-7.228099, 57.3866],[-7.2285, 57.3863],[-7.229899, 57.3861],[-7.232, 57.3864],[-7.2336, 57.3862],[-7.235799, 57.3863],[-7.237599, 57.3864],[-7.237899, 57.3865],[-7.237899, 57.3868],[-7.237599, 57.3870],[-7.2361, 57.3872],[-7.235099, 57.3874],[-7.23500, 57.3875],[-7.235099, 57.3879],[-7.234799, 57.3882],[-7.234399, 57.3883],[-7.232999, 57.3883],[-7.231201, 57.3881],[-7.2295, 57.3878],[-7.228, 57.3872],[-7.22790, 57.3870],[-7.228099, 57.3866]]],[[[-7.2248, 57.4399],[-7.224199, 57.4396],[-7.223501, 57.4396],[-7.22270, 57.4397],[-7.222099, 57.4397],[-7.221499, 57.4396],[-7.220699, 57.4395],[-7.220099, 57.4396],[-7.2196, 57.4396],[-7.218901, 57.4391],[-7.2188, 57.4389],[-7.2188, 57.4385],[-7.218999000000002, 57.4383],[-7.219501, 57.4382],[-7.2202, 57.4382],[-7.22130, 57.4381],[-7.2219, 57.4380],[-7.222499, 57.4378],[-7.22310, 57.4378],[-7.223701, 57.4380],[-7.224101, 57.4382],[-7.224501, 57.4382],[-7.2248, 57.4380],[-7.225399, 57.4379],[-7.226299, 57.4379],[-7.22690, 57.4380],[-7.227399, 57.4384],[-7.2277, 57.4388],[-7.228099, 57.4391],[-7.228199, 57.4394],[-7.228099, 57.4395],[-7.22730, 57.4397],[-7.226601, 57.4397],[-7.225699, 57.4398],[-7.225399, 57.4399],[-7.2248, 57.4399]]],[[[-7.234301, 57.4662],[-7.23490, 57.4662],[-7.235899, 57.4664],[-7.236499, 57.4667],[-7.236499, 57.4669],[-7.2361, 57.4674],[-7.2361, 57.4675],[-7.23630, 57.4677],[-7.236899, 57.4679],[-7.23770, 57.4682],[-7.23780, 57.4684],[-7.23770, 57.4687],[-7.237599, 57.469],[-7.237, 57.4694],[-7.23670, 57.4696],[-7.2366, 57.4698],[-7.23630, 57.4704],[-7.2361, 57.4708],[-7.23540, 57.4713],[-7.23500, 57.4714],[-7.2347, 57.4714],[-7.2345, 57.4712],[-7.2341, 57.4705],[-7.233399, 57.4702],[-7.2333, 57.47],[-7.233399, 57.4695],[-7.2336, 57.4687],[-7.233701, 57.4681],[-7.233799, 57.4679],[-7.2342, 57.4675],[-7.234301, 57.4673],[-7.234301, 57.4669],[-7.233901, 57.4664],[-7.23400, 57.4663],[-7.234301, 57.4662]]],[[[-7.641201, 58.2824],[-7.641099, 58.2818],[-7.641201, 58.2813],[-7.64130, 58.281],[-7.6415, 58.2808],[-7.6419, 58.2807],[-7.6429, 58.2805],[-7.644199000000002, 58.2805],[-7.645199, 58.2804],[-7.646201, 58.2802],[-7.6472, 58.2798],[-7.6476, 58.2798],[-7.647699, 58.2799],[-7.64790, 58.2805],[-7.64830, 58.2807],[-7.648701, 58.2808],[-7.648701, 58.281],[-7.6486, 58.2813],[-7.647999, 58.2818],[-7.6472, 58.2821],[-7.646299, 58.282],[-7.64550, 58.282],[-7.6434, 58.2828],[-7.64180, 58.2827],[-7.6415, 58.2826],[-7.641201, 58.2824]]],[[[-7.234399, 57.3813],[-7.236001, 57.3813],[-7.2384, 57.3820],[-7.24280, 57.3831],[-7.245299000000002, 57.3836],[-7.24520, 57.3839],[-7.2448, 57.3841],[-7.2427, 57.3840],[-7.240799, 57.3839],[-7.239301, 57.3837],[-7.238299, 57.3835],[-7.23670, 57.3830],[-7.2361, 57.3828],[-7.233799, 57.3823],[-7.23350, 57.3820],[-7.23350, 57.3817],[-7.234399, 57.3813]]],[[[-7.327099, 57.1538],[-7.32690, 57.1537],[-7.325399, 57.1538],[-7.324699, 57.1540],[-7.324399, 57.1540],[-7.323999, 57.1539],[-7.3228, 57.153],[-7.322599, 57.1528],[-7.32270, 57.1525],[-7.3234, 57.1522],[-7.3243, 57.152],[-7.325099, 57.1519],[-7.3263, 57.1521],[-7.327001000000002, 57.1526],[-7.3276, 57.1528],[-7.32840, 57.1528],[-7.3294, 57.1527],[-7.331, 57.1525],[-7.331201, 57.1526],[-7.3314, 57.1528],[-7.331601, 57.1532],[-7.3315, 57.1534],[-7.331201, 57.1537],[-7.330599, 57.1539],[-7.329899, 57.1540],[-7.329199, 57.1545],[-7.3289, 57.1546],[-7.328, 57.1545],[-7.3276, 57.1543],[-7.327099, 57.1538]]],[[[-6.6916, 57.8559],[-6.692599, 57.8559],[-6.6936, 57.8561],[-6.6945, 57.8562],[-6.694699, 57.8564],[-6.694699, 57.8566],[-6.694301, 57.8568],[-6.6925, 57.8575],[-6.6916, 57.8581],[-6.690899, 57.8582],[-6.69, 57.8584],[-6.6889, 57.8583],[-6.68820, 57.8581],[-6.687099, 57.8576],[-6.686601, 57.8573],[-6.686601, 57.8570],[-6.68680, 57.8567],[-6.6894, 57.856],[-6.6916, 57.8559]]],[[[-7.059899, 57.6732],[-7.059599, 57.6726],[-7.059501000000002, 57.6722],[-7.059501000000002, 57.6718],[-7.059599, 57.6717],[-7.059999, 57.6714],[-7.0605, 57.6712],[-7.06090, 57.6712],[-7.0614, 57.6713],[-7.0618, 57.6715],[-7.0619, 57.6717],[-7.06220, 57.6723],[-7.062399, 57.6726],[-7.062699, 57.6728],[-7.06320, 57.673],[-7.063799, 57.6732],[-7.0644, 57.6732],[-7.06510, 57.673],[-7.0654, 57.673],[-7.0658, 57.6732],[-7.0658, 57.6735],[-7.065599, 57.6737],[-7.0653, 57.6738],[-7.06450, 57.6741],[-7.064199, 57.6743],[-7.0639, 57.6747],[-7.06360, 57.6754],[-7.0635, 57.6755],[-7.063, 57.6756],[-7.06260, 57.6756],[-7.062001, 57.6755],[-7.0614, 57.6753],[-7.061299000000002, 57.6751],[-7.0614, 57.6745],[-7.0614, 57.6742],[-7.061299000000002, 57.6741],[-7.06080, 57.6738],[-7.0602, 57.6735],[-7.059899, 57.6732]]],[[[-6.882299, 57.9179],[-6.8817, 57.9175],[-6.881499, 57.917],[-6.881801, 57.9169],[-6.882299, 57.9168],[-6.88280, 57.9169],[-6.8831, 57.917],[-6.883501000000002, 57.9173],[-6.883999, 57.9176],[-6.885099, 57.9177],[-6.8856, 57.9177],[-6.886401, 57.9175],[-6.887199, 57.9172],[-6.8878, 57.9171],[-6.888901, 57.9174],[-6.89010, 57.9173],[-6.8906, 57.9175],[-6.89080, 57.9182],[-6.8913, 57.9185],[-6.892001, 57.9188],[-6.892001, 57.9191],[-6.89180, 57.9194],[-6.889699, 57.9194],[-6.8884, 57.9194],[-6.887599, 57.9193],[-6.8871, 57.919],[-6.88660, 57.9186],[-6.88570, 57.9183],[-6.885, 57.9182],[-6.884399000000002, 57.9181],[-6.8831, 57.9180],[-6.882299, 57.9179]]],[[[-7.196401, 57.4346],[-7.196001, 57.4345],[-7.194799, 57.4345],[-7.19460, 57.4342],[-7.194699, 57.4339],[-7.19500, 57.4337],[-7.1954, 57.4335],[-7.195899, 57.4334],[-7.197001, 57.4334],[-7.1981, 57.4337],[-7.198999, 57.4338],[-7.20030, 57.4339],[-7.201499, 57.4341],[-7.2017, 57.4342],[-7.2018, 57.4344],[-7.2018, 57.4348],[-7.2017, 57.4352],[-7.201499, 57.4355],[-7.2013, 57.4357],[-7.201099, 57.4358],[-7.2005, 57.4359],[-7.199699000000002, 57.4360],[-7.198999, 57.4360],[-7.198501, 57.4359],[-7.197299, 57.4357],[-7.1966, 57.4354],[-7.1963, 57.4352],[-7.196401, 57.4346]]],[[[-7.286699, 57.3740],[-7.283901, 57.3734],[-7.283599, 57.3729],[-7.283599, 57.3725],[-7.283901, 57.3721],[-7.2849, 57.3720],[-7.286001, 57.3721],[-7.287099000000002, 57.3727],[-7.28890, 57.3735],[-7.2901, 57.3736],[-7.2909, 57.3736],[-7.29180, 57.3732],[-7.29260, 57.3734],[-7.2929, 57.3737],[-7.292699, 57.3742],[-7.29180, 57.3746],[-7.29020, 57.3749],[-7.28980, 57.3749],[-7.288799, 57.3747],[-7.286699, 57.3740]]],[[[-7.0878, 58.0653],[-7.087699, 58.0644],[-7.088399, 58.0641],[-7.090099, 58.0648],[-7.091001000000002, 58.0648],[-7.092199, 58.0641],[-7.092999, 58.0643],[-7.09310, 58.0651],[-7.0938, 58.0655],[-7.093999, 58.0660],[-7.09370, 58.0669],[-7.093299, 58.0673],[-7.0925, 58.0673],[-7.09130, 58.0667],[-7.088901, 58.0662],[-7.0878, 58.0653]]],[[[-7.2529, 57.3684],[-7.25410, 57.3683],[-7.2557, 57.3684],[-7.256499000000002, 57.3686],[-7.257299, 57.3692],[-7.25790, 57.3697],[-7.258501, 57.3701],[-7.2596, 57.3702],[-7.2596, 57.3704],[-7.259301, 57.3708],[-7.2581, 57.3709],[-7.257, 57.3711],[-7.2557, 57.3715],[-7.2549, 57.3713],[-7.253399, 57.3708],[-7.25330, 57.3704],[-7.2545, 57.3701],[-7.2545, 57.3696],[-7.2535, 57.3692],[-7.2525, 57.3689],[-7.2526, 57.3685],[-7.2529, 57.3684]]],[[[-6.8681, 58.2735],[-6.8681, 58.2731],[-6.867499, 58.2723],[-6.867199, 58.2717],[-6.867199, 58.2714],[-6.8673, 58.2713],[-6.86800, 58.2712],[-6.8694, 58.2713],[-6.869599, 58.2715],[-6.869999, 58.2726],[-6.87080, 58.2732],[-6.872001, 58.2735],[-6.872499, 58.2735],[-6.8727, 58.2736],[-6.8729, 58.2737],[-6.8729, 58.2739],[-6.872001, 58.2747],[-6.871699, 58.2749],[-6.871, 58.2749],[-6.86980, 58.275],[-6.86890, 58.2751],[-6.868199, 58.2751],[-6.8681, 58.2751],[-6.867899, 58.2749],[-6.8678, 58.2745],[-6.8681, 58.2735]]],[[[-7.2971, 57.4998],[-7.2974, 57.4998],[-7.297599, 57.4999],[-7.29780, 57.5000],[-7.297999, 57.5003],[-7.29780, 57.5017],[-7.297999, 57.5020],[-7.298399, 57.5022],[-7.29960, 57.5024],[-7.2999, 57.5031],[-7.29960, 57.5034],[-7.298999, 57.5036],[-7.298299000000002, 57.5040],[-7.29780, 57.5040],[-7.296401, 57.5037],[-7.296299, 57.5035],[-7.296201, 57.5027],[-7.29600, 57.5021],[-7.29540, 57.5018],[-7.293701, 57.5009],[-7.29350, 57.5007],[-7.2936, 57.5005],[-7.2947, 57.5004],[-7.295599, 57.5004],[-7.296201, 57.5002],[-7.2971, 57.4998]]],[[[-6.715899, 57.8697],[-6.71490, 57.8688],[-6.715099, 57.8685],[-6.717299, 57.8685],[-6.71920, 57.8689],[-6.719999, 57.8689],[-6.7212, 57.8691],[-6.721601, 57.8695],[-6.721601, 57.8698],[-6.721601, 57.8702],[-6.7213, 57.8707],[-6.720699, 57.8713],[-6.720399, 57.8714],[-6.719699000000002, 57.8714],[-6.718599, 57.8710],[-6.717, 57.8703],[-6.715899, 57.8697]]],[[[-7.105599, 58.1774],[-7.105899, 58.1769],[-7.106201, 58.1765],[-7.108399, 58.1772],[-7.1106, 58.1769],[-7.1121, 58.1770],[-7.112999, 58.1775],[-7.112899, 58.1782],[-7.11200, 58.1786],[-7.109799, 58.1786],[-7.108901, 58.1794],[-7.108099, 58.1794],[-7.107399, 58.1793],[-7.1071, 58.1789],[-7.10720, 58.1781],[-7.106, 58.1777],[-7.105599, 58.1774]]],[[[-6.903901, 58.2687],[-6.903901, 58.2684],[-6.903999, 58.2682],[-6.90590, 58.2677],[-6.907599, 58.2674],[-6.90880, 58.267],[-6.908999, 58.267],[-6.908999, 58.2672],[-6.9077, 58.2682],[-6.9077, 58.2684],[-6.907899, 58.2685],[-6.9105, 58.268],[-6.910699, 58.2682],[-6.9109, 58.2687],[-6.911001, 58.2693],[-6.909999, 58.2697],[-6.908901, 58.2699],[-6.907599, 58.2701],[-6.90730, 58.2701],[-6.905499, 58.2692],[-6.903901, 58.2687]]],[[[-7.15420, 57.5901],[-7.1549, 57.5899],[-7.15570, 57.5901],[-7.156401, 57.5904],[-7.157499, 57.5912],[-7.158199, 57.5918],[-7.15840, 57.5922],[-7.15840, 57.5926],[-7.158299, 57.5928],[-7.1581, 57.5929],[-7.157001, 57.5929],[-7.15370, 57.5929],[-7.1531, 57.5927],[-7.15280, 57.5924],[-7.152599, 57.5919],[-7.1529, 57.5916],[-7.154301, 57.5913],[-7.154301, 57.591],[-7.15410, 57.5907],[-7.153901, 57.5904],[-7.153999, 57.5903],[-7.15420, 57.5901]]],[[[-7.3252, 57.1554],[-7.325699, 57.155],[-7.3263, 57.1548],[-7.328701, 57.1551],[-7.329899, 57.1553],[-7.331201, 57.1554],[-7.3322, 57.1554],[-7.3323, 57.1556],[-7.3322, 57.1559],[-7.3318, 57.1561],[-7.330299, 57.1564],[-7.3289, 57.1567],[-7.328599, 57.1569],[-7.328501, 57.1575],[-7.32840, 57.1578],[-7.327899000000002, 57.1581],[-7.32730, 57.1583],[-7.32690, 57.1582],[-7.326601, 57.158],[-7.3263, 57.1578],[-7.3263, 57.1575],[-7.32690, 57.1571],[-7.327001000000002, 57.1569],[-7.3268, 57.1566],[-7.3262, 57.1563],[-7.32550, 57.1559],[-7.3252, 57.1555],[-7.3252, 57.1554]]],[[[-7.1665, 57.8275],[-7.167099, 57.8275],[-7.1676, 57.8277],[-7.16830, 57.828],[-7.16970, 57.8288],[-7.170599, 57.8293],[-7.17070, 57.8294],[-7.17070, 57.8296],[-7.170499, 57.83],[-7.17010, 57.8302],[-7.169, 57.8303],[-7.1668, 57.8304],[-7.1661, 57.8304],[-7.165599, 57.8305],[-7.1652, 57.8304],[-7.1651, 57.8303],[-7.164999000000002, 57.8299],[-7.1652, 57.8297],[-7.1655, 57.8295],[-7.1658, 57.8293],[-7.16600, 57.8291],[-7.16600, 57.8289],[-7.16590, 57.8288],[-7.1655, 57.8285],[-7.1652, 57.8283],[-7.1652, 57.8282],[-7.165299, 57.828],[-7.16540, 57.8279],[-7.165699, 57.8277],[-7.1661, 57.8275],[-7.1665, 57.8275]]],[[[-6.875899, 58.2786],[-6.876201, 58.2785],[-6.877999, 58.2788],[-6.878701, 58.279],[-6.878799, 58.2791],[-6.878901, 58.2794],[-6.878799, 58.2797],[-6.87860, 58.28],[-6.87690, 58.2803],[-6.876801, 58.2805],[-6.877299000000002, 58.2808],[-6.877299000000002, 58.2811],[-6.8772, 58.2813],[-6.8771, 58.2814],[-6.87600, 58.2815],[-6.874199, 58.2822],[-6.873701, 58.2821],[-6.87350, 58.2819],[-6.8733, 58.2815],[-6.8733, 58.2811],[-6.8734, 58.2807],[-6.875899, 58.2786]]],[[[-7.413199, 57.5601],[-7.4133, 57.5598],[-7.414, 57.5599],[-7.415699, 57.5600],[-7.4176, 57.5599],[-7.4183, 57.5597],[-7.41890, 57.5598],[-7.41890, 57.5599],[-7.418701, 57.5603],[-7.418399, 57.5607],[-7.4182, 57.5614],[-7.41800, 57.5619],[-7.417799, 57.5621],[-7.4172, 57.5627],[-7.41700, 57.5634],[-7.416601, 57.5637],[-7.416201, 57.5638],[-7.4154, 57.5635],[-7.4152, 57.5632],[-7.41510, 57.5626],[-7.41550, 57.5618],[-7.41550, 57.5614],[-7.41510, 57.5609],[-7.4144, 57.5607],[-7.413701, 57.5604],[-7.413199, 57.5601]]],[[[-7.017099, 57.6928],[-7.016699000000002, 57.6927],[-7.0156, 57.6927],[-7.0149, 57.6928],[-7.0142, 57.693],[-7.01380, 57.6928],[-7.01340, 57.6925],[-7.01340, 57.6923],[-7.0137, 57.6919],[-7.014501, 57.6909],[-7.014699, 57.6908],[-7.0155, 57.6906],[-7.0165, 57.6906],[-7.016699000000002, 57.6908],[-7.016699000000002, 57.6910],[-7.0168, 57.6918],[-7.0169, 57.6919],[-7.017499, 57.6921],[-7.0179, 57.6921],[-7.019501, 57.6921],[-7.019899, 57.6922],[-7.02050, 57.6926],[-7.020599, 57.6929],[-7.020599, 57.6931],[-7.0204, 57.6934],[-7.020199, 57.6936],[-7.0197, 57.6939],[-7.019199, 57.6940],[-7.018701, 57.6939],[-7.018199, 57.6935],[-7.017499, 57.693],[-7.017099, 57.6928]]],[[[-7.284599, 57.3747],[-7.2849, 57.3747],[-7.285299, 57.3748],[-7.285399, 57.3758],[-7.286201000000002, 57.3762],[-7.287399, 57.3764],[-7.288099, 57.3770],[-7.288099, 57.3773],[-7.287799, 57.3774],[-7.2858, 57.3777],[-7.284501, 57.3782],[-7.283999, 57.3783],[-7.283299, 57.3782],[-7.283, 57.3780],[-7.28280, 57.3778],[-7.282599, 57.3775],[-7.282899, 57.3768],[-7.283199, 57.3758],[-7.2834, 57.3754],[-7.283901, 57.3750],[-7.28420, 57.3748],[-7.284599, 57.3747]]],[[[-7.182499, 57.4554],[-7.183, 57.4552],[-7.1835, 57.4553],[-7.184199, 57.4556],[-7.18520, 57.4560],[-7.1855, 57.4562],[-7.185699, 57.4564],[-7.18610, 57.4569],[-7.1864, 57.4574],[-7.18690, 57.4587],[-7.187001, 57.459],[-7.187001, 57.4592],[-7.186699, 57.4595],[-7.1864, 57.4596],[-7.1859, 57.4596],[-7.185299, 57.4596],[-7.184199, 57.4593],[-7.1835, 57.4589],[-7.18330, 57.4586],[-7.184101, 57.4573],[-7.184101, 57.4571],[-7.184, 57.4569],[-7.1838, 57.4566],[-7.1834, 57.4564],[-7.18230, 57.4559],[-7.18230, 57.4556],[-7.182499, 57.4554]]],[[[-7.1465, 57.6279],[-7.1479, 57.6279],[-7.1483, 57.6280],[-7.148799, 57.6282],[-7.14900, 57.6284],[-7.149199, 57.6286],[-7.149301, 57.6287],[-7.1494, 57.6289],[-7.14950, 57.6294],[-7.14950, 57.6298],[-7.1494, 57.6300],[-7.14900, 57.6301],[-7.1482, 57.6301],[-7.147099, 57.6300],[-7.145299, 57.6295],[-7.1433, 57.6293],[-7.14290, 57.6292],[-7.142499, 57.6289],[-7.142499, 57.6287],[-7.142799, 57.6284],[-7.143099, 57.6283],[-7.144501, 57.6281],[-7.1465, 57.6279]]],[[[-6.3371, 58.189],[-6.3371, 58.1886],[-6.337299, 58.1883],[-6.33760, 58.1880],[-6.3379, 58.1879],[-6.339, 58.1878],[-6.3392, 58.1879],[-6.3403, 58.1888],[-6.3406, 58.1889],[-6.340899, 58.1889],[-6.3413, 58.1887],[-6.3424, 58.1880],[-6.34280, 58.1879],[-6.3431, 58.1880],[-6.343299, 58.1882],[-6.3434, 58.1884],[-6.343501, 58.1886],[-6.343501, 58.1892],[-6.343299, 58.1894],[-6.342299000000002, 58.1897],[-6.340799, 58.1904],[-6.34000, 58.1904],[-6.3392, 58.1903],[-6.33850, 58.19],[-6.33720, 58.1894],[-6.3371, 58.1892],[-6.3371, 58.189]]],[[[-7.1581, 57.594],[-7.1592, 57.594],[-7.1606, 57.5941],[-7.1613, 57.5943],[-7.162399, 57.5949],[-7.162399, 57.5953],[-7.161201, 57.5955],[-7.158299, 57.5955],[-7.154799, 57.5953],[-7.153901, 57.595],[-7.15370, 57.5947],[-7.15370, 57.5945],[-7.153901, 57.5942],[-7.155099, 57.5941],[-7.1581, 57.594]]],[[[-7.243501000000002, 57.3233],[-7.244501, 57.3232],[-7.2451, 57.3234],[-7.245699, 57.3236],[-7.246, 57.3239],[-7.245699, 57.3244],[-7.244501, 57.3251],[-7.242899, 57.3258],[-7.241601000000002, 57.3263],[-7.240399, 57.3263],[-7.23960, 57.3261],[-7.238999, 57.3258],[-7.2387, 57.3254],[-7.23880, 57.3251],[-7.23920, 57.3249],[-7.24180, 57.3248],[-7.2423, 57.3246],[-7.242499, 57.3244],[-7.242599, 57.3241],[-7.24300, 57.3236],[-7.243501000000002, 57.3233]]],[[[-7.273799, 57.5106],[-7.273701, 57.5105],[-7.272099, 57.5105],[-7.27190, 57.5104],[-7.271601, 57.51],[-7.271601, 57.5093],[-7.271801, 57.5090],[-7.272099, 57.5090],[-7.272399, 57.5090],[-7.273399, 57.5092],[-7.2753, 57.5095],[-7.27610, 57.5096],[-7.276401, 57.5095],[-7.27710, 57.5091],[-7.2774, 57.5090],[-7.277699, 57.5089],[-7.277999, 57.5089],[-7.27810, 57.5089],[-7.278999000000002, 57.5091],[-7.279301, 57.5093],[-7.279699, 57.5098],[-7.279799, 57.5101],[-7.279699, 57.5103],[-7.27960, 57.5105],[-7.279301, 57.5106],[-7.278999000000002, 57.5106],[-7.278299, 57.5105],[-7.276299, 57.5103],[-7.2751, 57.5107],[-7.2745, 57.5110],[-7.2741, 57.5110],[-7.273799, 57.5106]]],[[[-7.28800, 57.1487],[-7.2885, 57.1482],[-7.288799, 57.1481],[-7.289501, 57.1484],[-7.29020, 57.1486],[-7.291299000000002, 57.1486],[-7.293, 57.1488],[-7.2946, 57.1492],[-7.29500, 57.1494],[-7.2951, 57.1497],[-7.29500, 57.1499],[-7.2947, 57.1503],[-7.2944, 57.1505],[-7.29400, 57.1506],[-7.293399, 57.1506],[-7.292799, 57.1504],[-7.291699, 57.1501],[-7.29020, 57.15],[-7.288799, 57.1499],[-7.288199, 57.1497],[-7.28800, 57.1495],[-7.287899, 57.1489],[-7.28800, 57.1487]]],[[[-7.1229, 58.1059],[-7.125199, 58.1058],[-7.126201, 58.1059],[-7.126699, 58.1063],[-7.126699, 58.1068],[-7.12750, 58.1070],[-7.127699, 58.1076],[-7.12750, 58.1079],[-7.1264, 58.1083],[-7.124899, 58.1082],[-7.123701, 58.1079],[-7.123199, 58.1073],[-7.12180, 58.1071],[-7.121699, 58.1063],[-7.1229, 58.1059]]],[[[-7.3778, 57.0073],[-7.37850, 57.0068],[-7.3817, 57.0078],[-7.38520, 57.0085],[-7.387499, 57.0089],[-7.388299, 57.0092],[-7.38840, 57.0096],[-7.3881, 57.0099],[-7.387499, 57.0099],[-7.38520, 57.0100],[-7.3828, 57.0090],[-7.3778, 57.0073]]],[[[-7.260499, 57.5549],[-7.260399, 57.5547],[-7.260499, 57.5544],[-7.2609, 57.5542],[-7.2623, 57.5543],[-7.26300, 57.5544],[-7.264999, 57.5544],[-7.26680, 57.5548],[-7.2679, 57.5548],[-7.26830, 57.5550],[-7.26830, 57.5554],[-7.267499, 57.5556],[-7.2643, 57.5561],[-7.2628, 57.5559],[-7.26130, 57.5555],[-7.261001, 57.5554],[-7.26070, 57.5553],[-7.260499, 57.5549]]],[[[-7.20900, 57.4495],[-7.2079, 57.4491],[-7.2075, 57.4489],[-7.207399, 57.4486],[-7.2076, 57.4484],[-7.2079, 57.4481],[-7.2082, 57.4480],[-7.20860, 57.4479],[-7.209199, 57.4480],[-7.209799, 57.4481],[-7.210199, 57.4482],[-7.2108, 57.4488],[-7.21100, 57.449],[-7.211401, 57.4491],[-7.212, 57.4492],[-7.2135, 57.449],[-7.214399, 57.449],[-7.215199, 57.4492],[-7.2154, 57.4493],[-7.2154, 57.4497],[-7.2154, 57.4498],[-7.215199, 57.4500],[-7.2145, 57.4502],[-7.213901, 57.4503],[-7.21320, 57.4504],[-7.2122, 57.4503],[-7.211299, 57.4501],[-7.210299, 57.4499],[-7.20900, 57.4495]]],[[[-7.32030, 57.4882],[-7.321401, 57.488],[-7.3224, 57.4884],[-7.322899, 57.4889],[-7.32270, 57.4898],[-7.3196, 57.4904],[-7.3182, 57.49],[-7.316801, 57.4893],[-7.3167, 57.489],[-7.31710, 57.4888],[-7.318099, 57.4885],[-7.3195, 57.4884],[-7.32030, 57.4882]]],[[[-7.2059, 57.4703],[-7.2055, 57.4702],[-7.20440, 57.4703],[-7.20390, 57.4703],[-7.203599, 57.4703],[-7.2034, 57.4702],[-7.2033, 57.47],[-7.2033, 57.4699],[-7.2033, 57.4697],[-7.2033, 57.4695],[-7.203501, 57.4694],[-7.204199, 57.4692],[-7.206699, 57.4692],[-7.208099, 57.4691],[-7.208399, 57.4692],[-7.209101, 57.4697],[-7.209599, 57.4701],[-7.209899, 57.4703],[-7.210199, 57.4709],[-7.2101, 57.4711],[-7.209799, 57.4712],[-7.2095, 57.4713],[-7.209101, 57.4714],[-7.208701, 57.4714],[-7.2085, 57.4714],[-7.208099, 57.4713],[-7.20730, 57.471],[-7.206601, 57.4706],[-7.2059, 57.4703]]],[[[-6.951499000000002, 57.7364],[-6.9518, 57.736],[-6.953, 57.7359],[-6.953701, 57.7362],[-6.95430, 57.736],[-6.954599, 57.7356],[-6.95470, 57.7350],[-6.954999, 57.7350],[-6.9555, 57.7349],[-6.95610, 57.7351],[-6.956299, 57.7356],[-6.956699000000002, 57.7365],[-6.95750, 57.7371],[-6.957699, 57.7374],[-6.9573, 57.7377],[-6.95520, 57.7377],[-6.9526, 57.7371],[-6.95190, 57.7368],[-6.951499000000002, 57.7364]]],[[[-6.69810, 57.854],[-6.698999, 57.854],[-6.6996, 57.8541],[-6.701099, 57.8545],[-6.702499, 57.855],[-6.703501, 57.8554],[-6.704, 57.8557],[-6.7043, 57.856],[-6.704101, 57.8563],[-6.7038, 57.8566],[-6.70270, 57.8566],[-6.701499, 57.8564],[-6.6996, 57.8558],[-6.6977, 57.8547],[-6.697599, 57.8542],[-6.69810, 57.854]]],[[[-6.45680, 58.0125],[-6.45690, 58.0125],[-6.458799, 58.0132],[-6.459301, 58.0133],[-6.4597, 58.0136],[-6.461201, 58.0151],[-6.461699, 58.0158],[-6.46190, 58.0162],[-6.46210, 58.0169],[-6.46200, 58.017],[-6.46190, 58.017],[-6.461299, 58.0169],[-6.46110, 58.0168],[-6.4608, 58.0163],[-6.459101, 58.0156],[-6.458701, 58.0154],[-6.45820, 58.015],[-6.458, 58.0148],[-6.457799, 58.0145],[-6.456699, 58.0129],[-6.456699, 58.0126],[-6.45680, 58.0125]]],[[[-7.341401, 57.5297],[-7.342299, 57.5297],[-7.3428, 57.5298],[-7.342899000000002, 57.53],[-7.342599, 57.5304],[-7.341899000000002, 57.5309],[-7.3413, 57.5312],[-7.3399, 57.5315],[-7.339399, 57.5318],[-7.339, 57.5321],[-7.338799, 57.5325],[-7.33860, 57.5328],[-7.338099, 57.533],[-7.3378, 57.5331],[-7.337299, 57.5332],[-7.3366, 57.5333],[-7.336, 57.5332],[-7.335899000000002, 57.5329],[-7.335899000000002, 57.5327],[-7.3366, 57.5321],[-7.3376, 57.5315],[-7.338901, 57.5308],[-7.340199, 57.5301],[-7.341401, 57.5297]]],[[[-7.38560, 57.0035],[-7.3859, 57.0035],[-7.3867, 57.0036],[-7.3881, 57.0041],[-7.38880, 57.0048],[-7.388901000000002, 57.0055],[-7.388901000000002, 57.0060],[-7.388901000000002, 57.0064],[-7.388999, 57.0066],[-7.388999, 57.0070],[-7.38880, 57.0072],[-7.38840, 57.0072],[-7.387899, 57.0071],[-7.387599, 57.0069],[-7.3868, 57.0066],[-7.3863, 57.0061],[-7.385799, 57.0053],[-7.38560, 57.0048],[-7.385499, 57.0043],[-7.385499, 57.0037],[-7.38560, 57.0035]]],[[[-7.2656, 57.5048],[-7.267799000000002, 57.5048],[-7.2685, 57.5049],[-7.2684, 57.5054],[-7.26830, 57.5056],[-7.26770, 57.5059],[-7.26640, 57.5068],[-7.2656, 57.5072],[-7.264501, 57.5074],[-7.2631, 57.5074],[-7.262599000000002, 57.5070],[-7.2624, 57.5066],[-7.263299, 57.5063],[-7.2644, 57.5060],[-7.264699, 57.5058],[-7.2656, 57.5048]]],[[[-7.179999, 57.6397],[-7.181201, 57.6397],[-7.182001, 57.6398],[-7.18390, 57.6404],[-7.184599, 57.6407],[-7.1848, 57.6408],[-7.184999, 57.6412],[-7.184999, 57.6413],[-7.184899, 57.6415],[-7.1844, 57.6415],[-7.182799, 57.6415],[-7.1813, 57.6413],[-7.180699, 57.6411],[-7.178299, 57.6404],[-7.177499, 57.6401],[-7.177499, 57.6399],[-7.177599, 57.6398],[-7.17780, 57.6397],[-7.178199000000002, 57.6397],[-7.179999, 57.6397]]],[[[-7.622499, 56.8448],[-7.62350, 56.8447],[-7.624, 56.8448],[-7.6247, 56.845],[-7.625, 56.8452],[-7.625, 56.8456],[-7.6243, 56.846],[-7.62260, 56.8465],[-7.622001, 56.8466],[-7.621099, 56.8468],[-7.6198, 56.8467],[-7.6194, 56.8465],[-7.619101, 56.8462],[-7.6192, 56.846],[-7.6194, 56.8457],[-7.619599, 56.8454],[-7.62010, 56.8452],[-7.6209, 56.845],[-7.622499, 56.8448]]],[[[-6.911201, 58.2772],[-6.9119, 58.2772],[-6.912199, 58.2774],[-6.912799, 58.278],[-6.914, 58.2792],[-6.913701, 58.2797],[-6.9133, 58.2801],[-6.913099, 58.2802],[-6.912799, 58.2802],[-6.912001, 58.2796],[-6.911699, 58.2794],[-6.9093, 58.2788],[-6.90920, 58.2787],[-6.909101, 58.2785],[-6.909101, 58.2783],[-6.90920, 58.2781],[-6.909501, 58.2777],[-6.909699, 58.2776],[-6.91010, 58.2774],[-6.911201, 58.2772]]],[[[-7.0746, 57.6703],[-7.0753, 57.6703],[-7.075699, 57.6704],[-7.076001, 57.6705],[-7.07670, 57.6709],[-7.07730, 57.6714],[-7.0774, 57.6715],[-7.077499, 57.6719],[-7.077499, 57.6722],[-7.077199, 57.6725],[-7.07670, 57.6727],[-7.0762, 57.6728],[-7.074999, 57.6729],[-7.0743, 57.673],[-7.073999, 57.673],[-7.0737, 57.6727],[-7.073501, 57.6724],[-7.073501, 57.6721],[-7.073599, 57.6716],[-7.0737, 57.6711],[-7.073901, 57.6708],[-7.0742, 57.6705],[-7.0746, 57.6703]]],[[[-7.208701, 57.3445],[-7.209301, 57.3444],[-7.209599, 57.3446],[-7.209599, 57.345],[-7.2095, 57.3454],[-7.208701, 57.3462],[-7.2076, 57.3475],[-7.20720, 57.348],[-7.206699, 57.3482],[-7.2059, 57.3482],[-7.2055, 57.3481],[-7.205299, 57.3478],[-7.205699, 57.3468],[-7.206, 57.3462],[-7.20640, 57.3457],[-7.207399, 57.3452],[-7.208, 57.3449],[-7.208701, 57.3445]]],[[[-7.523701, 56.9433],[-7.525199, 56.9433],[-7.525599, 56.9435],[-7.5257, 56.9437],[-7.5258, 56.9439],[-7.5257, 56.9441],[-7.52530, 56.9443],[-7.5247, 56.9445],[-7.5233, 56.9450],[-7.522299, 56.9454],[-7.521699, 56.9456],[-7.521299, 56.9456],[-7.520899, 56.9453],[-7.52070, 56.9449],[-7.5205, 56.9444],[-7.5205, 56.9441],[-7.52070, 56.9438],[-7.520899, 56.9436],[-7.5214, 56.9434],[-7.523701, 56.9433]]],[[[-7.660699, 56.8056],[-7.6614, 56.8056],[-7.662099, 56.8058],[-7.6623, 56.8061],[-7.6623, 56.8065],[-7.662099, 56.8072],[-7.661601000000002, 56.8077],[-7.661099, 56.8083],[-7.6608, 56.8084],[-7.660299, 56.8084],[-7.6599, 56.8084],[-7.659599, 56.8082],[-7.6593, 56.8078],[-7.659101, 56.8075],[-7.65880, 56.8074],[-7.658299000000002, 56.8069],[-7.658199000000002, 56.8066],[-7.658299000000002, 56.8063],[-7.658999, 56.8061],[-7.659599, 56.8058],[-7.660699, 56.8056]]],[[[-7.329501, 57.1463],[-7.3294, 57.1454],[-7.329199, 57.1454],[-7.32880, 57.1455],[-7.328501, 57.1456],[-7.328199, 57.1456],[-7.327899000000002, 57.1455],[-7.3277, 57.1451],[-7.327499, 57.1447],[-7.32740, 57.1442],[-7.327499, 57.1438],[-7.327899000000002, 57.1436],[-7.328501, 57.1437],[-7.3289, 57.1441],[-7.32930, 57.1443],[-7.3298, 57.1443],[-7.330299, 57.1442],[-7.330699000000002, 57.144],[-7.33110, 57.144],[-7.331201, 57.1442],[-7.331299, 57.1449],[-7.3314, 57.1454],[-7.3318, 57.1458],[-7.3318, 57.1461],[-7.331601, 57.1463],[-7.33110, 57.1466],[-7.330699000000002, 57.1468],[-7.3302, 57.1468],[-7.32970, 57.1466],[-7.329501, 57.1463]]],[[[-7.3206, 57.5231],[-7.320799, 57.5228],[-7.32120, 57.5227],[-7.322001, 57.5226],[-7.323901, 57.5226],[-7.325099, 57.5229],[-7.3253, 57.5229],[-7.325699, 57.5232],[-7.32590, 57.5237],[-7.325799, 57.5243],[-7.325099, 57.5253],[-7.32460, 57.5258],[-7.3243, 57.5257],[-7.323901, 57.5254],[-7.323599000000002, 57.5248],[-7.323501, 57.524],[-7.323299, 57.5237],[-7.322899, 57.5235],[-7.321899, 57.5234],[-7.3206, 57.5233],[-7.3206, 57.5231]]],[[[-7.08320, 57.6509],[-7.0844, 57.6508],[-7.08510, 57.6509],[-7.08570, 57.6509],[-7.086299, 57.6508],[-7.0872, 57.6505],[-7.0878, 57.6505],[-7.088399, 57.6508],[-7.089399, 57.6513],[-7.0896, 57.6516],[-7.0897, 57.6518],[-7.0897, 57.6522],[-7.08950, 57.6523],[-7.08900, 57.6524],[-7.0882, 57.6524],[-7.0836, 57.6515],[-7.082799, 57.6512],[-7.08290, 57.651],[-7.083, 57.6509],[-7.08320, 57.6509]]],[[[-7.159999, 57.4911],[-7.160399, 57.4911],[-7.1609, 57.4912],[-7.161201, 57.4913],[-7.1615, 57.4916],[-7.1615, 57.4918],[-7.1614, 57.492],[-7.161201, 57.4921],[-7.160699, 57.4922],[-7.15980, 57.4924],[-7.1588, 57.4926],[-7.158599, 57.4928],[-7.15840, 57.4933],[-7.158199, 57.4936],[-7.15800, 57.4939],[-7.1577, 57.4941],[-7.15740, 57.4941],[-7.157001, 57.4940],[-7.1567, 57.4938],[-7.156499, 57.4936],[-7.156401, 57.4933],[-7.1563, 57.4928],[-7.1563, 57.4924],[-7.156401, 57.4922],[-7.15660, 57.492],[-7.1571, 57.4918],[-7.1578, 57.4917],[-7.158199, 57.4916],[-7.159599, 57.4912],[-7.159999, 57.4911]]],[[[-7.27010, 57.4925],[-7.2694, 57.4923],[-7.269101, 57.4923],[-7.268, 57.4929],[-7.2676, 57.4929],[-7.267001, 57.4928],[-7.26680, 57.4926],[-7.266601, 57.4923],[-7.266601, 57.4922],[-7.2669, 57.492],[-7.26720, 57.4919],[-7.2676, 57.4919],[-7.268199, 57.4918],[-7.268799, 57.4916],[-7.269101, 57.4915],[-7.269899, 57.4914],[-7.27100, 57.4914],[-7.272099, 57.4915],[-7.272699, 57.4916],[-7.273099, 57.4917],[-7.2732, 57.4918],[-7.2732, 57.492],[-7.27290, 57.4923],[-7.272799, 57.4925],[-7.272999000000002, 57.4927],[-7.27350, 57.4929],[-7.273701, 57.493],[-7.273701, 57.4932],[-7.273399, 57.4933],[-7.272999000000002, 57.4933],[-7.272699, 57.4933],[-7.272299, 57.4932],[-7.2711, 57.4928],[-7.27010, 57.4925]]],[[[-7.4825, 56.9337],[-7.481699, 56.9331],[-7.480599, 56.9332],[-7.48040, 56.9331],[-7.4801, 56.9328],[-7.4801, 56.9325],[-7.480299, 56.932],[-7.48070, 56.9316],[-7.481601, 56.9312],[-7.48220, 56.9311],[-7.48320, 56.9313],[-7.484, 56.9317],[-7.484, 56.9332],[-7.483799, 56.9335],[-7.4833, 56.9337],[-7.4829, 56.9338],[-7.4825, 56.9337]]],[[[-7.480299, 56.9446],[-7.48070, 56.9445],[-7.482, 56.9448],[-7.48360, 56.9452],[-7.48420, 56.9456],[-7.48450, 56.9460],[-7.4847, 56.9471],[-7.48420, 56.9476],[-7.483399, 56.9476],[-7.48260, 56.9474],[-7.4821, 56.9469],[-7.48190, 56.9462],[-7.4815, 56.9459],[-7.48070, 56.9455],[-7.4805, 56.9453],[-7.480199, 56.9449],[-7.480299, 56.9446]]],[[[-7.356201, 57.4009],[-7.356801, 57.4009],[-7.3572, 57.4012],[-7.3575, 57.4014],[-7.3575, 57.4016],[-7.357299, 57.402],[-7.356601, 57.4025],[-7.3558, 57.4029],[-7.35510, 57.4032],[-7.354, 57.4033],[-7.352799, 57.4032],[-7.352499, 57.403],[-7.352399, 57.4026],[-7.353099, 57.4021],[-7.354599, 57.4015],[-7.3557, 57.401],[-7.356201, 57.4009]]],[[[-7.161601, 57.5051],[-7.1623, 57.5051],[-7.163199, 57.5052],[-7.163701, 57.5054],[-7.1643, 57.5059],[-7.164599, 57.5062],[-7.1647, 57.5064],[-7.1647, 57.5066],[-7.164501, 57.5068],[-7.164101, 57.5069],[-7.1634, 57.5070],[-7.161201, 57.5071],[-7.1606, 57.5070],[-7.1601, 57.5069],[-7.15990, 57.5067],[-7.15990, 57.5066],[-7.159999, 57.5063],[-7.1601, 57.5060],[-7.160299, 57.5058],[-7.160699, 57.5055],[-7.161601, 57.5051]]],[[[-7.060299, 57.6484],[-7.0611, 57.6483],[-7.062699, 57.6484],[-7.064101, 57.6489],[-7.0647, 57.6493],[-7.064899, 57.6497],[-7.0647, 57.6501],[-7.064101, 57.6503],[-7.063799, 57.6503],[-7.062699, 57.6502],[-7.06090, 57.6498],[-7.0601, 57.6495],[-7.059599, 57.6493],[-7.059599, 57.6489],[-7.059999, 57.6485],[-7.060299, 57.6484]]],[[[-7.0728, 57.6801],[-7.0738, 57.6800],[-7.07490, 57.6801],[-7.0755, 57.6803],[-7.076099, 57.6807],[-7.076499, 57.6812],[-7.07670, 57.6815],[-7.07680, 57.6817],[-7.076601, 57.6820],[-7.076099, 57.6822],[-7.0756, 57.6823],[-7.0752, 57.6823],[-7.0746, 57.6822],[-7.0741, 57.6820],[-7.073501, 57.6814],[-7.072899, 57.6811],[-7.072001, 57.681],[-7.071801, 57.6807],[-7.071801, 57.6805],[-7.072001, 57.6803],[-7.0728, 57.6801]]],[[[-7.286601, 57.4999],[-7.2868, 57.4997],[-7.28890, 57.4998],[-7.29080, 57.5001],[-7.291699, 57.5004],[-7.29220, 57.5010],[-7.2933, 57.5018],[-7.2933, 57.5022],[-7.2932, 57.5024],[-7.2925, 57.5024],[-7.29220, 57.5019],[-7.291299000000002, 57.5016],[-7.2897, 57.5012],[-7.289, 57.5010],[-7.287899, 57.5008],[-7.2868, 57.5000],[-7.286601, 57.4999]]],[[[-6.422599, 58.1229],[-6.4229, 58.1229],[-6.4238, 58.123],[-6.425, 58.1233],[-6.4257, 58.1236],[-6.42590, 58.1238],[-6.426001000000002, 58.1241],[-6.426001000000002, 58.1243],[-6.42590, 58.1246],[-6.425099, 58.125],[-6.423901, 58.1255],[-6.42360, 58.1255],[-6.423299, 58.1254],[-6.422999, 58.1251],[-6.422599, 58.1246],[-6.42210, 58.1236],[-6.42210, 58.1234],[-6.422299, 58.1231],[-6.4224, 58.123],[-6.422599, 58.1229]]],[[[-6.8842, 58.1943],[-6.884799, 58.1941],[-6.8852, 58.1942],[-6.886899, 58.1959],[-6.886899, 58.1962],[-6.8868, 58.1965],[-6.8859, 58.1967],[-6.8846, 58.1969],[-6.8841, 58.1969],[-6.88380, 58.1966],[-6.8832, 58.1951],[-6.883299, 58.1949],[-6.883501000000002, 58.1947],[-6.8842, 58.1943]]],[[[-7.1953, 57.5123],[-7.1957, 57.5123],[-7.19610, 57.5128],[-7.196499000000002, 57.513],[-7.196899, 57.5131],[-7.1975, 57.5132],[-7.1981, 57.5133],[-7.19840, 57.5134],[-7.198599, 57.5135],[-7.19870, 57.5136],[-7.198599, 57.5138],[-7.1981, 57.5141],[-7.19740, 57.5143],[-7.1966, 57.5145],[-7.19610, 57.5145],[-7.194399, 57.5142],[-7.193799, 57.5140],[-7.193501, 57.5139],[-7.193299, 57.5137],[-7.193299, 57.5135],[-7.19450, 57.5127],[-7.19490, 57.5123],[-7.1953, 57.5123]]],[[[-6.70650, 57.8679],[-6.7072, 57.8679],[-6.708099, 57.8683],[-6.70970, 57.8685],[-6.710299, 57.8688],[-6.710599, 57.8694],[-6.710599, 57.8699],[-6.70970, 57.8703],[-6.7086, 57.8701],[-6.7075, 57.8698],[-6.706699, 57.8694],[-6.706201, 57.8689],[-6.70610, 57.8682],[-6.70650, 57.8679]]],[[[-7.176801, 57.6549],[-7.17530, 57.6545],[-7.1737, 57.6546],[-7.17250, 57.6546],[-7.1722, 57.6544],[-7.172299, 57.654],[-7.1741, 57.6539],[-7.17490, 57.6538],[-7.1756, 57.6536],[-7.177001, 57.6538],[-7.177999, 57.6539],[-7.1796, 57.6541],[-7.1799, 57.6543],[-7.180099, 57.6546],[-7.180099, 57.6548],[-7.179999, 57.655],[-7.179699, 57.6551],[-7.177999, 57.655],[-7.176801, 57.6549]]],[[[-6.83230, 58.2859],[-6.8335, 58.2858],[-6.834599000000002, 58.2862],[-6.834899, 58.2864],[-6.83500, 58.2866],[-6.834899, 58.2867],[-6.834199, 58.2869],[-6.834199, 58.2871],[-6.834599000000002, 58.2874],[-6.834599000000002, 58.2876],[-6.8345, 58.2877],[-6.833799, 58.2878],[-6.832799, 58.2878],[-6.831, 58.2878],[-6.8309, 58.2877],[-6.83080, 58.2876],[-6.830699, 58.2871],[-6.830699, 58.2868],[-6.8309, 58.2864],[-6.831201, 58.2861],[-6.8315, 58.286],[-6.83230, 58.2859]]],[[[-7.253799, 57.4407],[-7.25420, 57.4406],[-7.254399, 57.4407],[-7.25460, 57.4409],[-7.25460, 57.4415],[-7.2545, 57.4420],[-7.254301, 57.4423],[-7.25410, 57.4426],[-7.253701, 57.4429],[-7.253399, 57.4430],[-7.252999, 57.4431],[-7.252299, 57.4432],[-7.251601, 57.4432],[-7.251299, 57.4431],[-7.2511, 57.4427],[-7.251201, 57.4425],[-7.251601, 57.4423],[-7.251699, 57.4422],[-7.251699, 57.4421],[-7.251601, 57.4420],[-7.251201, 57.4416],[-7.251201, 57.4414],[-7.251201, 57.4412],[-7.251299, 57.4411],[-7.251699, 57.4410],[-7.25320, 57.4408],[-7.253799, 57.4407]]],[[[-6.474501, 58.1018],[-6.4744, 58.1017],[-6.47430, 58.1017],[-6.473701, 58.102],[-6.473199, 58.102],[-6.472199, 58.1018],[-6.472199, 58.1016],[-6.47230, 58.1015],[-6.472499, 58.1014],[-6.4739, 58.1007],[-6.474599, 58.1005],[-6.4755, 58.1004],[-6.477099, 58.1008],[-6.4773, 58.1010],[-6.4773, 58.1013],[-6.47650, 58.1022],[-6.4759, 58.1025],[-6.474599, 58.1025],[-6.474501, 58.1023],[-6.474501, 58.1018]]],[[[-6.616401, 57.908],[-6.617001, 57.9078],[-6.61780, 57.908],[-6.61880, 57.9084],[-6.619999, 57.9092],[-6.62050, 57.9097],[-6.62050, 57.9102],[-6.620299, 57.9106],[-6.61920, 57.9108],[-6.618, 57.9101],[-6.61680, 57.9089],[-6.616401, 57.9083],[-6.616401, 57.908]]],[[[-7.374599, 57.0031],[-7.375, 57.0028],[-7.375599, 57.0030],[-7.37610, 57.0030],[-7.376801000000002, 57.0028],[-7.377399, 57.0027],[-7.377699, 57.0028],[-7.3778, 57.0031],[-7.377699, 57.0034],[-7.377299, 57.0037],[-7.37700, 57.0040],[-7.3769, 57.0043],[-7.376801000000002, 57.0045],[-7.37700, 57.0049],[-7.37720, 57.0051],[-7.3775, 57.0055],[-7.377399, 57.0057],[-7.37700, 57.0057],[-7.376299, 57.0056],[-7.375, 57.0049],[-7.374501, 57.0042],[-7.3744, 57.0036],[-7.374599, 57.0031]]],[[[-7.133299, 57.6034],[-7.1342, 57.6034],[-7.134699, 57.6035],[-7.1356, 57.6037],[-7.137001, 57.6043],[-7.1371, 57.6045],[-7.136899, 57.605],[-7.1367, 57.6053],[-7.136401, 57.6055],[-7.136099, 57.6055],[-7.1357, 57.6055],[-7.135099, 57.6053],[-7.134399, 57.605],[-7.133299, 57.6046],[-7.132699, 57.6043],[-7.132199, 57.6041],[-7.13210, 57.604],[-7.132199, 57.6035],[-7.132699, 57.6034],[-7.133299, 57.6034]]],[[[-7.616899, 56.8290],[-7.617499, 56.8289],[-7.6181, 56.8290],[-7.618199, 56.8294],[-7.61880, 56.8302],[-7.6194, 56.8306],[-7.619501, 56.8309],[-7.619501, 56.8311],[-7.6192, 56.8313],[-7.618199, 56.8313],[-7.617199, 56.8312],[-7.616601000000002, 56.8311],[-7.6162, 56.8309],[-7.615699, 56.8305],[-7.6156, 56.8302],[-7.615699, 56.8295],[-7.616099, 56.8292],[-7.616899, 56.8290]]],[[[-6.806201, 57.8053],[-6.807199, 57.8053],[-6.807899, 57.8055],[-6.808599, 57.806],[-6.809599, 57.8070],[-6.80980, 57.8077],[-6.809599, 57.8082],[-6.80930, 57.8082],[-6.8077, 57.8078],[-6.807199, 57.8074],[-6.806201, 57.8062],[-6.8059, 57.8054],[-6.806201, 57.8053]]],[[[-7.057199, 57.6636],[-7.0577, 57.6636],[-7.058599, 57.6637],[-7.05900, 57.6639],[-7.059501000000002, 57.6642],[-7.059899, 57.6646],[-7.060599, 57.6655],[-7.06090, 57.6658],[-7.061299000000002, 57.6659],[-7.062099, 57.6661],[-7.0623, 57.6663],[-7.0623, 57.6665],[-7.062099, 57.6667],[-7.061601, 57.6668],[-7.0611, 57.6668],[-7.0604, 57.6666],[-7.05980, 57.6663],[-7.0593, 57.6658],[-7.058701, 57.6652],[-7.058199, 57.665],[-7.057099, 57.6644],[-7.0568, 57.6642],[-7.0568, 57.664],[-7.0568, 57.6638],[-7.057199, 57.6636]]],[[[-7.202899, 57.5065],[-7.203199, 57.5064],[-7.204, 57.5065],[-7.205299, 57.5068],[-7.206299, 57.5070],[-7.20680, 57.5071],[-7.2082, 57.5074],[-7.20860, 57.5076],[-7.208701, 57.5078],[-7.208701, 57.5080],[-7.2082, 57.5082],[-7.206201, 57.5081],[-7.204199, 57.5080],[-7.203501, 57.5078],[-7.203199, 57.5076],[-7.20300, 57.5074],[-7.202799, 57.5069],[-7.202799, 57.5066],[-7.202899, 57.5065]]],[[[-7.17570, 57.5617],[-7.177299, 57.5616],[-7.1784, 57.5617],[-7.178501, 57.5619],[-7.178501, 57.5621],[-7.178299, 57.5624],[-7.17780, 57.5630],[-7.177499, 57.5633],[-7.177199000000002, 57.5635],[-7.176899, 57.5636],[-7.17620, 57.5637],[-7.175799, 57.5636],[-7.175499, 57.5635],[-7.175, 57.5632],[-7.174799, 57.5630],[-7.174399, 57.5625],[-7.174301, 57.5623],[-7.174301, 57.5621],[-7.1746, 57.5619],[-7.17490, 57.5618],[-7.17570, 57.5617]]],[[[-7.28130, 57.4003],[-7.2816, 57.4002],[-7.2824, 57.4003],[-7.2843, 57.4005],[-7.2858, 57.4007],[-7.286201000000002, 57.401],[-7.2863, 57.4014],[-7.286201000000002, 57.4017],[-7.285699, 57.4019],[-7.284999, 57.4019],[-7.283299, 57.4018],[-7.2824, 57.4016],[-7.2812, 57.4011],[-7.281001, 57.4008],[-7.281099, 57.4005],[-7.28130, 57.4003]]],[[[-7.2704, 57.3718],[-7.269101, 57.3717],[-7.268199, 57.3717],[-7.268, 57.3716],[-7.2679, 57.3715],[-7.2679, 57.3712],[-7.268, 57.371],[-7.268199, 57.3709],[-7.2685, 57.3708],[-7.269199, 57.3708],[-7.270899, 57.3709],[-7.27200, 57.3711],[-7.27330, 57.3712],[-7.273901, 57.3712],[-7.27440, 57.3714],[-7.27440, 57.3718],[-7.273901, 57.3720],[-7.273099, 57.3722],[-7.272399, 57.3723],[-7.271601, 57.3722],[-7.2704, 57.3718]]],[[[-7.538199, 57.612],[-7.53900, 57.6119],[-7.5397, 57.612],[-7.539899, 57.6124],[-7.539899, 57.6128],[-7.53770, 57.6142],[-7.536601, 57.6147],[-7.5359, 57.6146],[-7.53560, 57.6145],[-7.53560, 57.6142],[-7.5369, 57.6129],[-7.537499, 57.6124],[-7.538199, 57.612]]],[[[-6.728099, 58.1791],[-6.7283, 58.1791],[-6.72860, 58.1793],[-6.728799, 58.1796],[-6.72950, 58.1813],[-6.72950, 58.1816],[-6.7293, 58.1821],[-6.72900, 58.1823],[-6.7284, 58.1823],[-6.7277, 58.1821],[-6.727099, 58.1818],[-6.7269, 58.1817],[-6.7268, 58.1815],[-6.7272, 58.1799],[-6.7277, 58.1793],[-6.728099, 58.1791]]],[[[-7.01480, 57.7559],[-7.016201, 57.7559],[-7.0169, 57.7560],[-7.017499, 57.7562],[-7.0179, 57.7564],[-7.018099, 57.7566],[-7.018099, 57.7569],[-7.018099, 57.7571],[-7.0179, 57.7575],[-7.01760, 57.7577],[-7.017001, 57.7578],[-7.016201, 57.7579],[-7.0158, 57.7578],[-7.01480, 57.7571],[-7.013999, 57.7565],[-7.013999, 57.7562],[-7.014101, 57.7560],[-7.0143, 57.7559],[-7.01480, 57.7559]]],[[[-7.349899, 57.416],[-7.349699, 57.4157],[-7.3498, 57.4153],[-7.350299, 57.4151],[-7.351201, 57.415],[-7.352001, 57.4149],[-7.35270, 57.4148],[-7.354199000000002, 57.4148],[-7.3548, 57.4149],[-7.355299, 57.415],[-7.355599, 57.4153],[-7.35550, 57.4156],[-7.355, 57.4159],[-7.35360, 57.4161],[-7.35220, 57.4159],[-7.351699, 57.4159],[-7.350299, 57.4161],[-7.349899, 57.416]]],[[[-7.6911, 57.527],[-7.690899, 57.5265],[-7.6911, 57.5264],[-7.6915, 57.5264],[-7.692299, 57.5268],[-7.693099, 57.5267],[-7.6937, 57.5265],[-7.6945, 57.5262],[-7.695, 57.5264],[-7.695199, 57.5272],[-7.6949, 57.5278],[-7.6942, 57.5281],[-7.693299, 57.5283],[-7.692599, 57.5282],[-7.6921, 57.5281],[-7.6917, 57.5278],[-7.691299, 57.5274],[-7.6911, 57.527]]],[[[-7.1868, 57.5109],[-7.1873, 57.5109],[-7.1883, 57.5112],[-7.189301, 57.5117],[-7.190499, 57.5120],[-7.1915, 57.5122],[-7.19220, 57.5124],[-7.1924, 57.5126],[-7.1924, 57.5128],[-7.192299, 57.513],[-7.1921, 57.5131],[-7.1916, 57.5132],[-7.1911, 57.5132],[-7.190199, 57.513],[-7.189199, 57.5125],[-7.187399, 57.5121],[-7.186699, 57.5118],[-7.1864, 57.5116],[-7.186299, 57.5114],[-7.186299, 57.5113],[-7.1864, 57.5111],[-7.18650, 57.5110],[-7.1868, 57.5109]]],[[[-7.249501, 57.3898],[-7.2477, 57.3897],[-7.2455, 57.3897],[-7.2448, 57.3896],[-7.244699, 57.3894],[-7.24490, 57.3891],[-7.24560, 57.3888],[-7.2468, 57.3886],[-7.248099, 57.3885],[-7.24940, 57.3886],[-7.249899, 57.3887],[-7.2505, 57.3891],[-7.2505, 57.3894],[-7.249501, 57.3898]]],[[[-7.2586, 57.3891],[-7.2591, 57.3890],[-7.260499, 57.3891],[-7.26120, 57.3893],[-7.262001, 57.3896],[-7.262499, 57.3901],[-7.262499, 57.3905],[-7.262199, 57.3908],[-7.26120, 57.391],[-7.2599, 57.3908],[-7.259501, 57.3906],[-7.258999, 57.3902],[-7.258299, 57.3894],[-7.258299, 57.3892],[-7.2586, 57.3891]]],[[[-7.417699, 56.9667],[-7.4182, 56.9666],[-7.41890, 56.9667],[-7.41970, 56.9671],[-7.420599, 56.9676],[-7.421, 56.9679],[-7.4211, 56.9684],[-7.421, 56.9689],[-7.42070, 56.9692],[-7.420499, 56.9692],[-7.41940, 56.9688],[-7.418099, 56.9686],[-7.41800, 56.9684],[-7.4179, 56.9681],[-7.41800, 56.9677],[-7.4179, 56.9674],[-7.417699, 56.9669],[-7.417699, 56.9667]]],[[[-7.129, 57.6542],[-7.129399000000002, 57.6542],[-7.130199, 57.6547],[-7.131001, 57.6549],[-7.13120, 57.6552],[-7.130499, 57.6557],[-7.1299, 57.6564],[-7.1292, 57.6566],[-7.1285, 57.6566],[-7.127699, 57.656],[-7.12750, 57.6557],[-7.127399, 57.6554],[-7.12750, 57.6552],[-7.1282, 57.6549],[-7.128701, 57.6543],[-7.129, 57.6542]]],[[[-7.233399, 57.4015],[-7.23400, 57.4015],[-7.2342, 57.4017],[-7.2342, 57.402],[-7.233901, 57.4023],[-7.2332, 57.4026],[-7.2322, 57.4028],[-7.230899, 57.4031],[-7.230299, 57.4031],[-7.229199, 57.4028],[-7.22890, 57.4026],[-7.229101, 57.4023],[-7.2294, 57.4021],[-7.2304, 57.4018],[-7.231201, 57.4017],[-7.232699, 57.4015],[-7.233399, 57.4015]]],[[[-7.047599, 57.7685],[-7.0479, 57.7684],[-7.048299, 57.7685],[-7.04870, 57.7687],[-7.049301, 57.7691],[-7.05000, 57.7696],[-7.0502, 57.77],[-7.0503, 57.7705],[-7.050399, 57.7711],[-7.050399, 57.7715],[-7.0502, 57.7716],[-7.0499, 57.7717],[-7.048901, 57.7715],[-7.04860, 57.7714],[-7.048399, 57.7713],[-7.048399, 57.7712],[-7.048501, 57.7709],[-7.048501, 57.7704],[-7.048399, 57.7702],[-7.0479, 57.7696],[-7.0474, 57.769],[-7.047299, 57.7688],[-7.047299, 57.7687],[-7.047599, 57.7685]]],[[[-7.012499000000002, 57.7568],[-7.013, 57.7568],[-7.01340, 57.7569],[-7.013901, 57.7573],[-7.015299, 57.7583],[-7.0155, 57.7585],[-7.015699, 57.7588],[-7.0156, 57.7591],[-7.0151, 57.7592],[-7.01440, 57.7591],[-7.013299, 57.7588],[-7.0123, 57.7584],[-7.0116, 57.7581],[-7.0113, 57.7579],[-7.011499000000002, 57.7577],[-7.011899, 57.7574],[-7.012499000000002, 57.7568]]],[[[-7.5876, 58.2748],[-7.588099, 58.2748],[-7.58820, 58.2749],[-7.58820, 58.2751],[-7.5872, 58.276],[-7.58650, 58.2762],[-7.585199, 58.2764],[-7.584301, 58.2764],[-7.5839, 58.2764],[-7.5833, 58.2761],[-7.583, 58.2757],[-7.5829, 58.2754],[-7.5833, 58.2753],[-7.584301, 58.2752],[-7.58540, 58.275],[-7.5866, 58.275],[-7.5876, 58.2748]]],[[[-7.548901, 56.8752],[-7.5495, 56.8751],[-7.550099, 56.8753],[-7.55030, 56.8756],[-7.550499, 56.8759],[-7.5506, 56.8761],[-7.550499, 56.8764],[-7.550099, 56.8767],[-7.549399000000002, 56.8769],[-7.5487, 56.877],[-7.5481, 56.877],[-7.547599, 56.8769],[-7.54710, 56.8767],[-7.546801, 56.8766],[-7.54650, 56.8763],[-7.54650, 56.8760],[-7.5467, 56.8757],[-7.54750, 56.8755],[-7.548399000000002, 56.8754],[-7.548901, 56.8752]]],[[[-7.398399, 57.6473],[-7.399199, 57.6473],[-7.4007, 57.6474],[-7.400899, 57.6477],[-7.4007, 57.6481],[-7.399799, 57.6484],[-7.3986, 57.6487],[-7.396801, 57.6489],[-7.39640, 57.6489],[-7.396299, 57.6485],[-7.396601, 57.6475],[-7.397, 57.6473],[-7.398399, 57.6473]]],[[[-6.916201, 58.2232],[-6.917099, 58.2231],[-6.9176, 58.2232],[-6.9179, 58.2235],[-6.9182, 58.2243],[-6.918099, 58.2246],[-6.918, 58.2247],[-6.9175, 58.2252],[-6.917099, 58.2253],[-6.9159, 58.2253],[-6.915699, 58.2253],[-6.914999, 58.2247],[-6.9151, 58.2241],[-6.915299, 58.2237],[-6.91580, 58.2233],[-6.916201, 58.2232]]],[[[-7.1546, 57.6227],[-7.154699, 57.6224],[-7.155, 57.6223],[-7.155499, 57.6223],[-7.1563, 57.6226],[-7.1567, 57.6226],[-7.1571, 57.6224],[-7.157199, 57.6223],[-7.1573, 57.6218],[-7.157499, 57.6218],[-7.158199, 57.6217],[-7.158901, 57.6220],[-7.1594, 57.6224],[-7.1594, 57.6230],[-7.1592, 57.6234],[-7.1587, 57.6237],[-7.1578, 57.6237],[-7.1567, 57.6232],[-7.155399, 57.6231],[-7.154699, 57.6230],[-7.1546, 57.6227]]],[[[-6.8807, 58.2196],[-6.881499, 58.2196],[-6.8817, 58.2197],[-6.881801, 58.22],[-6.8817, 58.2203],[-6.881299, 58.2207],[-6.87960, 58.2217],[-6.879301, 58.2218],[-6.878901, 58.2218],[-6.8785, 58.2217],[-6.87820, 58.2215],[-6.87790, 58.2213],[-6.87780, 58.221],[-6.87780, 58.2207],[-6.87790, 58.2205],[-6.878099, 58.2204],[-6.879399, 58.22],[-6.8807, 58.2196]]],[[[-7.118999, 57.6728],[-7.119599, 57.6728],[-7.11990, 57.673],[-7.1201, 57.6732],[-7.1201, 57.6736],[-7.119599, 57.6744],[-7.1188, 57.6752],[-7.118299, 57.6755],[-7.1177, 57.6757],[-7.1174, 57.6757],[-7.117199000000002, 57.6757],[-7.117001, 57.6756],[-7.117001, 57.675],[-7.117899, 57.6735],[-7.118199, 57.6732],[-7.118599, 57.673],[-7.118999, 57.6728]]],[[[-7.57940, 57.5336],[-7.57980, 57.5331],[-7.5805, 57.5332],[-7.5811, 57.5336],[-7.581699, 57.5341],[-7.582399, 57.5347],[-7.5832, 57.5354],[-7.583399, 57.5358],[-7.583399, 57.5362],[-7.5832, 57.5366],[-7.582799, 57.5367],[-7.58220, 57.5363],[-7.581699, 57.5355],[-7.58080, 57.5348],[-7.57980, 57.5342],[-7.57940, 57.5339],[-7.57940, 57.5336]]],[[[-7.65490, 56.8155],[-7.655399, 56.8155],[-7.656001, 56.8158],[-7.65670, 56.8162],[-7.6571, 56.8165],[-7.6574, 56.817],[-7.657499, 56.8173],[-7.65730, 56.8176],[-7.65670, 56.8180],[-7.65630, 56.8181],[-7.655099, 56.8181],[-7.654799, 56.8179],[-7.654799, 56.8169],[-7.654799, 56.8158],[-7.65490, 56.8155]]],[[[-6.88670, 58.1843],[-6.8874, 58.1842],[-6.8878, 58.1844],[-6.887899, 58.1846],[-6.8878, 58.1853],[-6.887599, 58.1861],[-6.8873, 58.1865],[-6.88660, 58.1869],[-6.885499, 58.187],[-6.8852, 58.187],[-6.885, 58.1869],[-6.885, 58.1867],[-6.885799, 58.1853],[-6.886099, 58.1847],[-6.88630, 58.1845],[-6.88670, 58.1843]]],[[[-7.0164, 57.7232],[-7.016601, 57.7232],[-7.017099, 57.7234],[-7.017499, 57.7238],[-7.0179, 57.7242],[-7.018199, 57.7245],[-7.0183, 57.7248],[-7.0184, 57.7253],[-7.0189, 57.7262],[-7.0189, 57.7263],[-7.0189, 57.7264],[-7.018799, 57.7265],[-7.0185, 57.7266],[-7.018199, 57.7266],[-7.01800, 57.7265],[-7.017799, 57.7263],[-7.017499, 57.726],[-7.0169, 57.7253],[-7.0159, 57.7243],[-7.0156, 57.7239],[-7.0156, 57.7237],[-7.0159, 57.7235],[-7.0164, 57.7232]]],[[[-7.03730, 57.6635],[-7.0377, 57.6635],[-7.0383, 57.6636],[-7.038701, 57.6639],[-7.039, 57.6643],[-7.0393, 57.6649],[-7.0394, 57.6653],[-7.039101, 57.6658],[-7.038799, 57.6661],[-7.038599, 57.6662],[-7.038099, 57.6661],[-7.037899000000002, 57.6659],[-7.037099, 57.665],[-7.036699, 57.6647],[-7.03630, 57.6644],[-7.03630, 57.6641],[-7.03640, 57.664],[-7.037001, 57.6636],[-7.03730, 57.6635]]],[[[-7.197001, 57.5023],[-7.19740, 57.5023],[-7.197899, 57.5024],[-7.19920, 57.5028],[-7.199501, 57.5030],[-7.1996, 57.5032],[-7.199399, 57.5040],[-7.19920, 57.5042],[-7.198999, 57.5043],[-7.198501, 57.5044],[-7.1982, 57.5044],[-7.19780, 57.5043],[-7.19740, 57.5041],[-7.1971, 57.5039],[-7.196499000000002, 57.5033],[-7.1963, 57.5030],[-7.19610, 57.5027],[-7.19610, 57.5026],[-7.196401, 57.5024],[-7.197001, 57.5023]]],[[[-7.2116, 57.4587],[-7.2122, 57.4587],[-7.213399, 57.4588],[-7.214301, 57.4589],[-7.2146, 57.459],[-7.214799000000002, 57.4593],[-7.214799000000002, 57.4595],[-7.21470, 57.4598],[-7.2146, 57.46],[-7.214399, 57.4602],[-7.21420, 57.4603],[-7.21320, 57.4602],[-7.212, 57.4601],[-7.211801, 57.46],[-7.211401, 57.4597],[-7.210899, 57.4593],[-7.2108, 57.4591],[-7.2108, 57.459],[-7.210899, 57.4588],[-7.21100, 57.4587],[-7.2116, 57.4587]]],[[[-6.4257, 58.1093],[-6.4266, 58.1092],[-6.4271, 58.1093],[-6.428599, 58.1099],[-6.42870, 58.1101],[-6.42870, 58.1108],[-6.428599, 58.111],[-6.428501, 58.1111],[-6.42810, 58.1112],[-6.42620, 58.1107],[-6.42590, 58.1106],[-6.4252, 58.1101],[-6.4252, 58.1098],[-6.42530, 58.1096],[-6.4257, 58.1093]]],[[[-7.05270, 57.7696],[-7.0534, 57.7696],[-7.05420, 57.77],[-7.054501, 57.7702],[-7.05480, 57.7705],[-7.054999, 57.7708],[-7.05520, 57.7711],[-7.0553, 57.7713],[-7.05520, 57.7715],[-7.0549, 57.7718],[-7.05460, 57.772],[-7.0543, 57.7721],[-7.053999, 57.772],[-7.05370, 57.7718],[-7.0534, 57.7716],[-7.052599, 57.7709],[-7.052299, 57.7706],[-7.052199, 57.7705],[-7.052199, 57.7703],[-7.052299, 57.7698],[-7.0524, 57.7697],[-7.05270, 57.7696]]],[[[-6.3866, 58.1190],[-6.3868, 58.1190],[-6.386899, 58.1191],[-6.386899, 58.1193],[-6.386899, 58.1196],[-6.3867, 58.1201],[-6.3866, 58.1203],[-6.3863, 58.1205],[-6.3857, 58.1206],[-6.381899, 58.1211],[-6.381801, 58.1210],[-6.381899, 58.1209],[-6.382299, 58.1206],[-6.382699, 58.1204],[-6.3856, 58.1193],[-6.3866, 58.1190]]],[[[-7.258901, 57.7958],[-7.259399, 57.7957],[-7.26, 57.7958],[-7.2606, 57.7961],[-7.261401, 57.7967],[-7.262001, 57.7971],[-7.262199, 57.7973],[-7.2623, 57.7976],[-7.262199, 57.798],[-7.26210, 57.7982],[-7.26170, 57.7982],[-7.26120, 57.7981],[-7.260799, 57.798],[-7.260099, 57.7975],[-7.2592, 57.7968],[-7.2587, 57.7962],[-7.2587, 57.7961],[-7.25880, 57.7959],[-7.258901, 57.7958]]],[[[-6.594501, 57.9260],[-6.5952, 57.9258],[-6.59670, 57.9260],[-6.5974, 57.9261],[-6.5977, 57.9264],[-6.59810, 57.9274],[-6.59810, 57.9277],[-6.597899, 57.9281],[-6.5974, 57.9281],[-6.5968, 57.9278],[-6.596401, 57.9274],[-6.594301, 57.9263],[-6.594399, 57.9261],[-6.594501, 57.9260]]],[[[-7.2581, 57.4393],[-7.25790, 57.4392],[-7.25710, 57.4393],[-7.256499000000002, 57.4393],[-7.256401, 57.4391],[-7.2562, 57.4385],[-7.2562, 57.4383],[-7.256401, 57.4377],[-7.2567, 57.4376],[-7.256899, 57.4376],[-7.25740, 57.4377],[-7.258299, 57.4380],[-7.258901, 57.4380],[-7.2592, 57.4382],[-7.259399, 57.4385],[-7.259399, 57.4388],[-7.259301, 57.4392],[-7.2591, 57.4395],[-7.258901, 57.4397],[-7.25880, 57.4397],[-7.258399, 57.4396],[-7.2581, 57.4393]]],[[[-7.712999, 57.6878],[-7.71360, 57.6878],[-7.71450, 57.6879],[-7.7156, 57.6881],[-7.716001, 57.6884],[-7.7161, 57.6889],[-7.716001, 57.6892],[-7.715799, 57.6895],[-7.71540, 57.6896],[-7.714799, 57.6896],[-7.7142, 57.6895],[-7.71350, 57.6892],[-7.7129, 57.6889],[-7.7128, 57.6885],[-7.7128, 57.6880],[-7.712999, 57.6878]]],[[[-7.021, 57.7619],[-7.021299, 57.7618],[-7.021601, 57.7619],[-7.021801, 57.762],[-7.0219, 57.7622],[-7.022, 57.7625],[-7.022, 57.7628],[-7.021801, 57.7632],[-7.021801, 57.7635],[-7.0219, 57.7637],[-7.022099, 57.7638],[-7.022699, 57.7641],[-7.022799000000002, 57.7643],[-7.022699, 57.7645],[-7.0225, 57.7646],[-7.02220, 57.7646],[-7.0215, 57.7645],[-7.021201, 57.7644],[-7.0204, 57.7640],[-7.02, 57.7637],[-7.019899, 57.7635],[-7.019899, 57.7632],[-7.020299, 57.7626],[-7.0207, 57.7621],[-7.021, 57.7619]]],[[[-6.4702, 58.1017],[-6.469501, 58.1014],[-6.467999, 58.1014],[-6.466899, 58.1010],[-6.465799, 58.1009],[-6.465799, 58.1006],[-6.465899, 58.1004],[-6.466001, 58.1004],[-6.467299, 58.1003],[-6.468501, 58.1005],[-6.470399, 58.1004],[-6.470799, 58.1005],[-6.47090, 58.1007],[-6.470799, 58.1013],[-6.4706, 58.1016],[-6.470399, 58.1017],[-6.4702, 58.1017]]],[[[-7.265399, 57.5088],[-7.266099, 57.5088],[-7.267001, 57.5089],[-7.2676, 57.5091],[-7.2679, 57.5093],[-7.268, 57.5097],[-7.268, 57.5099],[-7.2679, 57.5104],[-7.267799000000002, 57.5106],[-7.2676, 57.5108],[-7.267399, 57.5109],[-7.267001, 57.5109],[-7.266699, 57.5108],[-7.266001000000002, 57.5104],[-7.265699, 57.5101],[-7.265299, 57.5097],[-7.2651, 57.5093],[-7.2651, 57.5089],[-7.265399, 57.5088]]],[[[-7.652699, 56.7945],[-7.65360, 56.7942],[-7.6546, 56.7943],[-7.655499, 56.7945],[-7.6556, 56.795],[-7.6553, 56.7952],[-7.654399, 56.7957],[-7.6532, 56.7959],[-7.6524, 56.7959],[-7.652, 56.7957],[-7.652, 56.7952],[-7.652699, 56.7945]]],[[[-6.934101, 58.2229],[-6.934501, 58.2228],[-6.934899, 58.2229],[-6.935699, 58.2233],[-6.93600, 58.2236],[-6.9361, 58.2238],[-6.936201, 58.2251],[-6.9361, 58.2253],[-6.93600, 58.2254],[-6.935599, 58.2256],[-6.9352, 58.2255],[-6.934199, 58.2244],[-6.9339, 58.2237],[-6.9339, 58.2232],[-6.934, 58.2230],[-6.934101, 58.2229]]],[[[-7.222199, 57.352],[-7.223701, 57.352],[-7.225299, 57.3523],[-7.2258, 57.3527],[-7.2259, 57.353],[-7.225599, 57.3532],[-7.224699, 57.3533],[-7.2224, 57.353],[-7.221401, 57.3528],[-7.22130, 57.3524],[-7.221601, 57.3522],[-7.222199, 57.352]]],[[[-7.1633, 57.4787],[-7.163599, 57.4787],[-7.1639, 57.4788],[-7.164101, 57.4792],[-7.1648, 57.48],[-7.1651, 57.4803],[-7.1651, 57.4805],[-7.164899, 57.4806],[-7.1634, 57.4807],[-7.162799, 57.4807],[-7.162399, 57.4806],[-7.162099, 57.4805],[-7.1619, 57.4804],[-7.1619, 57.4802],[-7.162099, 57.4799],[-7.162499, 57.4793],[-7.162799, 57.479],[-7.163099000000002, 57.4788],[-7.1633, 57.4787]]],[[[-7.40670, 57.6465],[-7.407899, 57.6465],[-7.408599, 57.6466],[-7.409101, 57.6467],[-7.409699, 57.6469],[-7.410399, 57.6473],[-7.410699, 57.6476],[-7.410699, 57.6478],[-7.4102, 57.648],[-7.40670, 57.6472],[-7.4056, 57.6469],[-7.4056, 57.6467],[-7.4059, 57.6465],[-7.40670, 57.6465]]],[[[-7.1873, 57.4027],[-7.187799, 57.4027],[-7.18800, 57.4029],[-7.18800, 57.4035],[-7.18790, 57.4038],[-7.1873, 57.4045],[-7.18690, 57.4049],[-7.186699, 57.4051],[-7.18610, 57.4051],[-7.185699, 57.4049],[-7.1855, 57.4045],[-7.1855, 57.4039],[-7.185699, 57.4036],[-7.1868, 57.4029],[-7.1873, 57.4027]]],[[[-6.9302, 58.2632],[-6.929699, 58.2631],[-6.928501, 58.2631],[-6.927599, 58.2627],[-6.927299, 58.2623],[-6.9274, 58.2619],[-6.9277, 58.2616],[-6.928999, 58.2617],[-6.93030, 58.2619],[-6.930699, 58.2624],[-6.9305, 58.263],[-6.9302, 58.2632]]],[[[-6.780399, 57.8133],[-6.781099, 57.8125],[-6.7824, 57.8128],[-6.783199, 57.8133],[-6.7831, 57.8140],[-6.782499, 57.8145],[-6.78160, 57.8144],[-6.780399, 57.8139],[-6.78030, 57.8137],[-6.780399, 57.8133]]],[[[-7.140699, 57.6217],[-7.1409, 57.6217],[-7.1423, 57.6222],[-7.14290, 57.6226],[-7.14290, 57.6229],[-7.142499, 57.6231],[-7.14190, 57.6230],[-7.140699, 57.6229],[-7.13930, 57.6227],[-7.1388, 57.6225],[-7.138599, 57.6224],[-7.138599, 57.6221],[-7.13870, 57.6219],[-7.13930, 57.6218],[-7.140699, 57.6217]]],[[[-7.1491, 58.0391],[-7.149799, 58.0391],[-7.15040, 58.0395],[-7.1507, 58.0401],[-7.15030, 58.0405],[-7.14900, 58.0408],[-7.147399, 58.0406],[-7.147399, 58.0401],[-7.1485, 58.0393],[-7.1491, 58.0391]]],[[[-7.132699, 57.6220],[-7.131899, 57.6219],[-7.131001, 57.6219],[-7.129399000000002, 57.6219],[-7.129, 57.6219],[-7.128799, 57.6218],[-7.128701, 57.6216],[-7.128701, 57.6215],[-7.128799, 57.6213],[-7.129, 57.6211],[-7.1296, 57.6210],[-7.131401, 57.6209],[-7.131801000000002, 57.6209],[-7.132299, 57.6209],[-7.132699, 57.6210],[-7.132999, 57.6213],[-7.132999, 57.6215],[-7.132999, 57.6218],[-7.1329, 57.6219],[-7.132699, 57.6220]]],[[[-6.715799, 57.8652],[-6.7163, 57.8649],[-6.716899, 57.8650],[-6.717, 57.8654],[-6.716899, 57.8660],[-6.716499, 57.867],[-6.7163, 57.8673],[-6.71540, 57.8676],[-6.715099, 57.8674],[-6.714799, 57.8672],[-6.714799, 57.8669],[-6.715099, 57.8659],[-6.715799, 57.8652]]],[[[-7.21290, 57.4933],[-7.2126, 57.4932],[-7.211401, 57.4935],[-7.21100, 57.4935],[-7.2104, 57.4933],[-7.210199, 57.4931],[-7.21000, 57.4928],[-7.21000, 57.4925],[-7.210199, 57.4924],[-7.210899, 57.4924],[-7.212399, 57.4924],[-7.21280, 57.4925],[-7.2137, 57.4928],[-7.214301, 57.4931],[-7.2145, 57.4933],[-7.2145, 57.4935],[-7.214399, 57.4937],[-7.21420, 57.4938],[-7.213901, 57.4938],[-7.21290, 57.4933]]],[[[-7.22790, 57.0843],[-7.2284, 57.0843],[-7.22890, 57.0845],[-7.229199, 57.0849],[-7.229199, 57.0853],[-7.229, 57.0856],[-7.2286, 57.0858],[-7.2277, 57.086],[-7.227099, 57.086],[-7.226699, 57.0859],[-7.22640, 57.0855],[-7.22640, 57.0848],[-7.2268, 57.0845],[-7.22790, 57.0843]]],[[[-7.130899, 58.0948],[-7.132599000000002, 58.0946],[-7.1338, 58.0948],[-7.134399, 58.0949],[-7.134301, 58.0955],[-7.1337, 58.0959],[-7.1325, 58.096],[-7.130799, 58.0956],[-7.130899, 58.0948]]],[[[-7.61170, 56.8292],[-7.612, 56.8292],[-7.6124, 56.8294],[-7.6128, 56.8296],[-7.61320, 56.8299],[-7.613501, 56.8303],[-7.6134, 56.8307],[-7.612999, 56.8313],[-7.6125, 56.8315],[-7.612, 56.8314],[-7.611801, 56.8312],[-7.6116, 56.8309],[-7.611401, 56.8303],[-7.610899, 56.8295],[-7.611001, 56.8292],[-7.611401, 56.8292],[-7.61170, 56.8292]]],[[[-7.338901, 57.4112],[-7.339399, 57.4112],[-7.3399, 57.4115],[-7.340099000000002, 57.4119],[-7.34000, 57.4123],[-7.3397, 57.4127],[-7.339, 57.413],[-7.3383, 57.4131],[-7.337699, 57.413],[-7.3375, 57.4125],[-7.3376, 57.4118],[-7.3379, 57.4115],[-7.338399, 57.4113],[-7.338901, 57.4112]]],[[[-7.1594, 57.6178],[-7.158999, 57.6177],[-7.1587, 57.6179],[-7.15840, 57.6181],[-7.157599, 57.6182],[-7.157199, 57.6181],[-7.157199, 57.6177],[-7.15800, 57.6172],[-7.158599, 57.6171],[-7.158999, 57.6171],[-7.159599, 57.6171],[-7.161001, 57.6173],[-7.161699, 57.6176],[-7.16180, 57.6182],[-7.161601, 57.6184],[-7.161001, 57.6184],[-7.1605, 57.6182],[-7.15990, 57.6179],[-7.1594, 57.6178]]],[[[-6.625, 57.9132],[-6.626201, 57.9132],[-6.627, 57.9135],[-6.627299, 57.9141],[-6.62720, 57.9145],[-6.6265, 57.9147],[-6.624599, 57.9146],[-6.62430, 57.9142],[-6.62430, 57.9139],[-6.62430, 57.9136],[-6.625, 57.9132]]],[[[-7.134699, 57.6248],[-7.134699, 57.6244],[-7.13490, 57.6241],[-7.1356, 57.6238],[-7.136001, 57.6237],[-7.137001, 57.6237],[-7.13770, 57.6238],[-7.138199, 57.6238],[-7.138501, 57.6241],[-7.138501, 57.6243],[-7.1384, 57.6245],[-7.137899, 57.6247],[-7.136899, 57.6246],[-7.136401, 57.6249],[-7.13590, 57.6251],[-7.135099, 57.6250],[-7.134699, 57.6248]]],[[[-6.877399, 58.2920],[-6.87860, 58.2919],[-6.879301, 58.2920],[-6.879399, 58.2921],[-6.8795, 58.2925],[-6.8795, 58.2928],[-6.879301, 58.2931],[-6.878399, 58.294],[-6.87820, 58.294],[-6.877699, 58.2939],[-6.8775, 58.2938],[-6.877299000000002, 58.2935],[-6.877299000000002, 58.2922],[-6.877299000000002, 58.2921],[-6.877399, 58.2920]]],[[[-6.862299, 58.1988],[-6.8607, 58.1987],[-6.860099, 58.1987],[-6.86000, 58.1986],[-6.86000, 58.1985],[-6.8606, 58.1975],[-6.860899, 58.1973],[-6.8612, 58.1972],[-6.8621, 58.1972],[-6.8625, 58.1973],[-6.8627, 58.1974],[-6.86280, 58.1975],[-6.862899, 58.1979],[-6.86280, 58.1985],[-6.862599, 58.1987],[-6.862299, 58.1988]]],[[[-7.300499, 57.3981],[-7.301001, 57.3981],[-7.301499, 57.3982],[-7.3017, 57.3983],[-7.301899, 57.3984],[-7.302001, 57.3987],[-7.301899, 57.3991],[-7.3017, 57.3994],[-7.3016, 57.3995],[-7.301401, 57.3996],[-7.301099, 57.3997],[-7.300099, 57.3997],[-7.2995, 57.3995],[-7.29920, 57.3992],[-7.29920, 57.3987],[-7.2995, 57.3984],[-7.2999, 57.3982],[-7.300499, 57.3981]]],[[[-7.2005, 57.5018],[-7.201001, 57.5018],[-7.203701, 57.5028],[-7.204199, 57.5031],[-7.204101, 57.5034],[-7.20390, 57.5036],[-7.203199, 57.5035],[-7.20260, 57.5034],[-7.202099, 57.5033],[-7.201499, 57.5031],[-7.200399, 57.5025],[-7.200099, 57.5023],[-7.199999, 57.5020],[-7.200099, 57.5019],[-7.2005, 57.5018]]],[[[-7.1501, 57.5059],[-7.151801, 57.5059],[-7.152599, 57.5061],[-7.153299, 57.5064],[-7.153501, 57.5065],[-7.1536, 57.5067],[-7.1536, 57.5071],[-7.15320, 57.5073],[-7.152999, 57.5074],[-7.152699, 57.5074],[-7.151299, 57.5069],[-7.150199, 57.5065],[-7.1497, 57.5064],[-7.14960, 57.5063],[-7.14960, 57.5061],[-7.1501, 57.5059]]],[[[-7.427299, 57.6582],[-7.427299, 57.658],[-7.4274, 57.6578],[-7.4281, 57.6577],[-7.428299000000002, 57.6577],[-7.4318, 57.6574],[-7.432499000000002, 57.6574],[-7.4327, 57.6577],[-7.432499000000002, 57.6581],[-7.43190, 57.6583],[-7.429399, 57.6582],[-7.428501, 57.6583],[-7.42780, 57.6583],[-7.427299, 57.6582]]],[[[-7.3803, 57.0253],[-7.3807, 57.0253],[-7.381401, 57.0254],[-7.382, 57.0257],[-7.382, 57.0261],[-7.3816, 57.0264],[-7.3811, 57.0266],[-7.3807, 57.0267],[-7.380199, 57.0267],[-7.3797, 57.0267],[-7.379301, 57.0266],[-7.37910, 57.0264],[-7.378799, 57.0261],[-7.378799, 57.0258],[-7.379, 57.0255],[-7.3803, 57.0253]]],[[[-7.2126, 57.4531],[-7.21320, 57.4531],[-7.213799000000002, 57.4532],[-7.214399, 57.4534],[-7.214799000000002, 57.4536],[-7.2149, 57.454],[-7.214799000000002, 57.4542],[-7.2145, 57.4544],[-7.21420, 57.4545],[-7.2136, 57.4546],[-7.21290, 57.4544],[-7.2121, 57.4541],[-7.211699, 57.4539],[-7.2116, 57.4537],[-7.211699, 57.4534],[-7.211801, 57.4532],[-7.2122, 57.4531],[-7.2126, 57.4531]]],[[[-7.53850, 56.8922],[-7.539101, 56.8920],[-7.539599, 56.8921],[-7.5401, 56.8923],[-7.54040, 56.8926],[-7.540299, 56.8931],[-7.539999, 56.8938],[-7.539501, 56.8940],[-7.5389, 56.8940],[-7.5383, 56.8937],[-7.538099000000002, 56.8934],[-7.538099000000002, 56.8930],[-7.538199, 56.8925],[-7.53850, 56.8922]]],[[[-7.18940, 57.5092],[-7.1901, 57.5092],[-7.19080, 57.5093],[-7.19170, 57.5096],[-7.1921, 57.5097],[-7.1924, 57.5099],[-7.192599, 57.5103],[-7.192599, 57.5104],[-7.192299, 57.5107],[-7.192, 57.5107],[-7.191401, 57.5106],[-7.188799, 57.5098],[-7.1886, 57.5097],[-7.1886, 57.5095],[-7.188701, 57.5094],[-7.189101, 57.5092],[-7.18940, 57.5092]]],[[[-6.817299000000002, 58.2733],[-6.8179, 58.2733],[-6.8187, 58.2734],[-6.818799, 58.2735],[-6.818901, 58.2736],[-6.818799, 58.2745],[-6.81860, 58.2747],[-6.818399, 58.2748],[-6.8178, 58.2749],[-6.8171, 58.2748],[-6.81670, 58.2747],[-6.816401000000002, 58.2745],[-6.816299000000002, 58.2743],[-6.816299000000002, 58.2739],[-6.816401000000002, 58.2736],[-6.8165, 58.2734],[-6.817299000000002, 58.2733]]],[[[-7.0165, 57.7595],[-7.017001, 57.7593],[-7.01760, 57.7594],[-7.018099, 57.7597],[-7.0184, 57.7599],[-7.018701, 57.7603],[-7.019101, 57.7609],[-7.019101, 57.7611],[-7.0189, 57.7614],[-7.0184, 57.7614],[-7.018099, 57.7613],[-7.016601, 57.7604],[-7.01630, 57.76],[-7.016201, 57.7598],[-7.01630, 57.7596],[-7.0165, 57.7595]]],[[[-7.17780, 57.4511],[-7.178599, 57.4511],[-7.1792, 57.4513],[-7.1798, 57.4517],[-7.180099, 57.4519],[-7.180099, 57.4524],[-7.1799, 57.4526],[-7.179699, 57.4527],[-7.1793, 57.4527],[-7.1788, 57.4526],[-7.1784, 57.4525],[-7.177999, 57.4524],[-7.177599, 57.4522],[-7.177199000000002, 57.4519],[-7.1771, 57.4516],[-7.177199000000002, 57.4514],[-7.1774, 57.4512],[-7.17780, 57.4511]]],[[[-6.414599000000002, 58.1286],[-6.414899, 58.1286],[-6.414999, 58.1287],[-6.41510, 58.1291],[-6.41510, 58.1293],[-6.414899, 58.1295],[-6.414599000000002, 58.1297],[-6.414101, 58.1298],[-6.4133, 58.1298],[-6.412099, 58.1297],[-6.41180, 58.1296],[-6.41180, 58.1292],[-6.4119, 58.129],[-6.41270, 58.1287],[-6.413199, 58.1286],[-6.414599000000002, 58.1286]]],[[[-7.175499, 57.6238],[-7.175799, 57.6237],[-7.176099, 57.6238],[-7.176401000000002, 57.6240],[-7.17660, 57.6244],[-7.17660, 57.6249],[-7.176401000000002, 57.6254],[-7.175499, 57.6260],[-7.1745, 57.6262],[-7.173999, 57.6259],[-7.1741, 57.6256],[-7.1745, 57.6254],[-7.175099, 57.6250],[-7.17530, 57.6247],[-7.17530, 57.6241],[-7.175499, 57.6238]]],[[[-7.26830, 57.3938],[-7.268799, 57.3938],[-7.27000, 57.394],[-7.270899, 57.3946],[-7.27100, 57.3949],[-7.27100, 57.3951],[-7.2705, 57.3954],[-7.26970, 57.3954],[-7.269101, 57.3952],[-7.2685, 57.3949],[-7.268099, 57.3945],[-7.268, 57.3941],[-7.26830, 57.3938]]],[[[-7.0692, 57.7848],[-7.0696, 57.7848],[-7.07, 57.7849],[-7.070199, 57.785],[-7.0704, 57.7851],[-7.07070, 57.7853],[-7.070799, 57.7855],[-7.070799, 57.7858],[-7.070499, 57.7862],[-7.070199, 57.7864],[-7.069799, 57.7865],[-7.069699, 57.7865],[-7.0692, 57.7864],[-7.06870, 57.7862],[-7.068399000000002, 57.7859],[-7.068299, 57.7857],[-7.068299, 57.7855],[-7.068299, 57.7852],[-7.0686, 57.7849],[-7.068999, 57.7848],[-7.0692, 57.7848]]],[[[-7.1455, 57.6257],[-7.146201, 57.6256],[-7.1472, 57.6257],[-7.1475, 57.6258],[-7.14760, 57.6260],[-7.147399, 57.6262],[-7.146801, 57.6264],[-7.14570, 57.6266],[-7.144101, 57.6269],[-7.1436, 57.6268],[-7.14340, 57.6267],[-7.14350, 57.6265],[-7.1436, 57.6263],[-7.14390, 57.6261],[-7.144199, 57.6259],[-7.14480, 57.6258],[-7.1455, 57.6257]]],[[[-7.195499000000002, 57.4293],[-7.19610, 57.4292],[-7.19740, 57.4297],[-7.197899, 57.4302],[-7.1977, 57.4306],[-7.1966, 57.4309],[-7.195799, 57.4306],[-7.19500, 57.4300],[-7.194799, 57.4296],[-7.195499000000002, 57.4293]]],[[[-7.132299, 57.6228],[-7.1328, 57.6228],[-7.1337, 57.6229],[-7.133999, 57.6230],[-7.1342, 57.6231],[-7.134301, 57.6234],[-7.134301, 57.6237],[-7.133999, 57.6240],[-7.1337, 57.6241],[-7.133501, 57.6241],[-7.132299, 57.6241],[-7.13170, 57.6239],[-7.131299, 57.6236],[-7.131299, 57.6233],[-7.131401, 57.6231],[-7.13160, 57.6230],[-7.131899, 57.6229],[-7.132299, 57.6228]]],[[[-7.232699, 57.3489],[-7.2322, 57.3486],[-7.23210, 57.3481],[-7.232699, 57.3478],[-7.234399, 57.3477],[-7.235199, 57.3479],[-7.23540, 57.3481],[-7.235499, 57.3484],[-7.23540, 57.3487],[-7.235099, 57.3489],[-7.2346, 57.3489],[-7.2336, 57.3487],[-7.233099000000002, 57.3488],[-7.232699, 57.3489]]],[[[-7.258299, 57.4467],[-7.2587, 57.4467],[-7.259301, 57.4468],[-7.259799, 57.4470],[-7.2599, 57.4471],[-7.26, 57.4473],[-7.2599, 57.4475],[-7.259699, 57.4477],[-7.2596, 57.4477],[-7.258999, 57.4478],[-7.258501, 57.4478],[-7.25790, 57.4478],[-7.257299, 57.4477],[-7.256899, 57.4475],[-7.2567, 57.4473],[-7.2566, 57.4471],[-7.2566, 57.4468],[-7.256801, 57.4467],[-7.258299, 57.4467]]],[[[-6.861001, 58.2222],[-6.8616, 58.2221],[-6.862, 58.2222],[-6.862299, 58.2224],[-6.8624, 58.2225],[-6.8625, 58.2227],[-6.8625, 58.2230],[-6.862299, 58.2233],[-6.861899, 58.2235],[-6.8612, 58.2238],[-6.860799, 58.2238],[-6.860499, 58.2236],[-6.860199, 58.2234],[-6.860099, 58.2233],[-6.860099, 58.2231],[-6.860099, 58.2226],[-6.860199, 58.2225],[-6.86030, 58.2224],[-6.861001, 58.2222]]],[[[-7.0679, 57.6697],[-7.068299, 57.6697],[-7.068901, 57.6698],[-7.0692, 57.67],[-7.069301, 57.6702],[-7.069399, 57.6704],[-7.069399, 57.6706],[-7.0692, 57.6708],[-7.068901, 57.6711],[-7.068399000000002, 57.6714],[-7.068099, 57.6715],[-7.067699, 57.6714],[-7.06740, 57.6713],[-7.067299, 57.671],[-7.0672, 57.6707],[-7.0671, 57.67],[-7.0672, 57.6699],[-7.067599, 57.6698],[-7.0679, 57.6697]]],[[[-7.052199, 58.1863],[-7.052299, 58.186],[-7.054399, 58.1862],[-7.0563, 58.1866],[-7.056499, 58.1872],[-7.055399, 58.1873],[-7.054399, 58.1871],[-7.053199, 58.1868],[-7.052199, 58.1863]]],[[[-6.322299, 58.1906],[-6.322599, 58.1906],[-6.322899, 58.1907],[-6.323501, 58.1915],[-6.3234, 58.1917],[-6.323299, 58.1918],[-6.3228, 58.1919],[-6.3211, 58.1918],[-6.3207, 58.1917],[-6.3204, 58.1915],[-6.3204, 58.1913],[-6.320499, 58.1911],[-6.3207, 58.1909],[-6.321001, 58.1908],[-6.322299, 58.1906]]],[[[-6.920499, 58.1987],[-6.920899, 58.1987],[-6.921201, 58.1988],[-6.9215, 58.1991],[-6.9221, 58.1999],[-6.9221, 58.2002],[-6.922, 58.2004],[-6.921801, 58.2006],[-6.921401, 58.2008],[-6.9211, 58.2008],[-6.9208, 58.2007],[-6.920499, 58.2004],[-6.9203, 58.2002],[-6.920199, 58.1999],[-6.9201, 58.1989],[-6.920199, 58.1988],[-6.920499, 58.1987]]],[[[-7.435299, 57.2873],[-7.436201, 57.2872],[-7.4368, 57.2873],[-7.43720, 57.2875],[-7.4373, 57.2877],[-7.43720, 57.2879],[-7.4368, 57.2883],[-7.4365, 57.2884],[-7.434599, 57.2883],[-7.434101, 57.2881],[-7.434199, 57.2877],[-7.434199, 57.2875],[-7.4343, 57.2874],[-7.434599, 57.2873],[-7.435299, 57.2873]]],[[[-7.2387, 57.4762],[-7.2399, 57.4762],[-7.240499, 57.4763],[-7.2412, 57.4766],[-7.2417, 57.4768],[-7.241899, 57.477],[-7.24180, 57.4774],[-7.241401, 57.4775],[-7.2406, 57.4774],[-7.23960, 57.4772],[-7.23880, 57.4769],[-7.238299, 57.4766],[-7.2384, 57.4763],[-7.2387, 57.4762]]],[[[-7.06220, 57.6557],[-7.0625, 57.6557],[-7.063, 57.6561],[-7.063099, 57.6569],[-7.0629, 57.6574],[-7.06260, 57.6575],[-7.0623, 57.6575],[-7.0618, 57.6574],[-7.0611, 57.6572],[-7.06080, 57.657],[-7.060699, 57.6568],[-7.06080, 57.6566],[-7.061201, 57.6564],[-7.0615, 57.6561],[-7.0619, 57.6558],[-7.06220, 57.6557]]],[[[-7.217899, 57.5018],[-7.218299, 57.5017],[-7.2188, 57.5018],[-7.219399, 57.5021],[-7.21990, 57.5024],[-7.220099, 57.5026],[-7.2202, 57.5031],[-7.220099, 57.5033],[-7.219999, 57.5035],[-7.2196, 57.5035],[-7.2192, 57.5034],[-7.21840, 57.5031],[-7.2182, 57.5028],[-7.2178, 57.5025],[-7.217599, 57.5024],[-7.21750, 57.5022],[-7.217599, 57.5020],[-7.217899, 57.5018]]],[[[-7.1729, 57.6222],[-7.173501, 57.6222],[-7.173901, 57.6223],[-7.1742, 57.6225],[-7.174301, 57.6227],[-7.174301, 57.6230],[-7.1742, 57.6232],[-7.1737, 57.6234],[-7.1731, 57.6235],[-7.17240, 57.6234],[-7.171401, 57.6229],[-7.171401, 57.6227],[-7.17150, 57.6225],[-7.17210, 57.6222],[-7.172699, 57.6222],[-7.1729, 57.6222]]],[[[-7.084199, 57.6553],[-7.084899, 57.6553],[-7.085499, 57.6554],[-7.0858, 57.6556],[-7.086, 57.6559],[-7.086, 57.6561],[-7.08570, 57.6564],[-7.085199, 57.6566],[-7.084799000000002, 57.6566],[-7.0839, 57.6565],[-7.08320, 57.6561],[-7.083099, 57.6558],[-7.08320, 57.6556],[-7.0836, 57.6554],[-7.084199, 57.6553]]],[[[-7.258399, 57.4705],[-7.2586, 57.4705],[-7.2591, 57.4706],[-7.2596, 57.4709],[-7.2596, 57.4714],[-7.259501, 57.4717],[-7.259301, 57.4719],[-7.2591, 57.4721],[-7.2587, 57.4722],[-7.2581, 57.4721],[-7.257599, 57.472],[-7.25750, 57.4719],[-7.25740, 57.4717],[-7.25740, 57.4713],[-7.25750, 57.471],[-7.257699, 57.4708],[-7.2582, 57.4706],[-7.258399, 57.4705]]],[[[-7.0435, 58.1901],[-7.0446, 58.1897],[-7.0471, 58.1902],[-7.04720, 58.1907],[-7.04670, 58.1909],[-7.045199, 58.191],[-7.0435, 58.1901]]],[[[-6.891099, 58.2449],[-6.8913, 58.2449],[-6.892499, 58.2451],[-6.8939, 58.2454],[-6.894, 58.2455],[-6.894101, 58.2457],[-6.894101, 58.2460],[-6.8939, 58.2461],[-6.8926, 58.2462],[-6.8922, 58.2461],[-6.89090, 58.2457],[-6.89080, 58.2454],[-6.89090, 58.2451],[-6.891099, 58.2449]]],[[[-7.01440, 57.7141],[-7.013901, 57.714],[-7.0137, 57.714],[-7.013501, 57.7138],[-7.01340, 57.7133],[-7.013501, 57.7131],[-7.013901, 57.713],[-7.014501, 57.7129],[-7.015299, 57.7129],[-7.0159, 57.7129],[-7.01630, 57.7131],[-7.0164, 57.7133],[-7.0164, 57.7136],[-7.016001, 57.7138],[-7.0155, 57.7139],[-7.014999, 57.714],[-7.01440, 57.7141]]],[[[-7.075699, 57.6505],[-7.076099, 57.6505],[-7.076601, 57.6506],[-7.077001, 57.6508],[-7.07770, 57.651],[-7.078, 57.6512],[-7.07810, 57.6516],[-7.078, 57.6519],[-7.07770, 57.652],[-7.077199, 57.652],[-7.0769, 57.6519],[-7.076099, 57.6517],[-7.075399, 57.6513],[-7.0752, 57.6509],[-7.0753, 57.6507],[-7.075699, 57.6505]]],[[[-7.007699, 57.7232],[-7.0079, 57.7232],[-7.0086, 57.7235],[-7.008901, 57.7237],[-7.00920, 57.7239],[-7.009301, 57.7241],[-7.009301, 57.7244],[-7.00920, 57.7246],[-7.008999, 57.7248],[-7.0088, 57.7249],[-7.0086, 57.7249],[-7.0082, 57.7249],[-7.0078, 57.7247],[-7.0075, 57.7245],[-7.007199, 57.7243],[-7.0071, 57.7242],[-7.007, 57.7241],[-7.006899, 57.7238],[-7.006899, 57.7236],[-7.007, 57.7235],[-7.007299, 57.7233],[-7.007699, 57.7232]]],[[[-7.3249, 57.4867],[-7.327001000000002, 57.4864],[-7.327199, 57.4866],[-7.326499, 57.4873],[-7.32590, 57.4876],[-7.32550, 57.4877],[-7.324699, 57.4876],[-7.323599000000002, 57.4872],[-7.3234, 57.4869],[-7.3237, 57.4868],[-7.3249, 57.4867]]],[[[-7.193399, 57.4266],[-7.19360, 57.4266],[-7.19410, 57.427],[-7.194699, 57.4274],[-7.195199, 57.4277],[-7.1953, 57.4279],[-7.195199, 57.428],[-7.19500, 57.4281],[-7.194699, 57.4282],[-7.19410, 57.4282],[-7.193399, 57.428],[-7.1929, 57.4278],[-7.192699, 57.4276],[-7.1925, 57.4273],[-7.1925, 57.4271],[-7.192599, 57.4268],[-7.1929, 57.4266],[-7.193399, 57.4266]]],[[[-6.403399, 58.1265],[-6.40370, 58.1265],[-6.4041, 58.1267],[-6.4042, 58.1268],[-6.4042, 58.1269],[-6.4041, 58.1271],[-6.403901, 58.1273],[-6.4022, 58.1279],[-6.401899, 58.1279],[-6.4011, 58.1278],[-6.4011, 58.1275],[-6.4012, 58.1271],[-6.401401, 58.1270],[-6.401899, 58.1269],[-6.4031, 58.1266],[-6.403399, 58.1265]]],[[[-6.62050, 58.0835],[-6.6213, 58.0835],[-6.62150, 58.0836],[-6.621601, 58.0837],[-6.621601, 58.084],[-6.62150, 58.0842],[-6.621099000000002, 58.0845],[-6.619501, 58.0847],[-6.6189, 58.0847],[-6.618599, 58.0845],[-6.618599, 58.0842],[-6.6189, 58.0839],[-6.6194, 58.0837],[-6.62050, 58.0835]]],[[[-7.407001, 57.5643],[-7.4078, 57.5643],[-7.408199, 57.5645],[-7.408199, 57.5649],[-7.407899, 57.5651],[-7.406801, 57.5657],[-7.405799, 57.5657],[-7.405499, 57.5654],[-7.405499, 57.5650],[-7.40620, 57.5645],[-7.407001, 57.5643]]],[[[-7.098701, 57.5866],[-7.099199, 57.5866],[-7.099699, 57.5867],[-7.099999, 57.5868],[-7.10020, 57.587],[-7.100299, 57.5872],[-7.100299, 57.5876],[-7.1001, 57.588],[-7.09980, 57.5882],[-7.099199, 57.5883],[-7.098701, 57.5882],[-7.098599, 57.5881],[-7.0984, 57.5877],[-7.09830, 57.5872],[-7.098501, 57.5868],[-7.098701, 57.5866]]],[[[-7.2522, 57.2343],[-7.2526, 57.2343],[-7.25320, 57.2345],[-7.253701, 57.2348],[-7.254, 57.235],[-7.25410, 57.2354],[-7.25410, 57.2357],[-7.25360, 57.2358],[-7.252699, 57.2357],[-7.2521, 57.2356],[-7.251801, 57.2354],[-7.251699, 57.2351],[-7.251699, 57.2347],[-7.251801, 57.2345],[-7.2522, 57.2343]]],[[[-7.1257, 58.1188],[-7.12700, 58.1183],[-7.127999, 58.1186],[-7.1283, 58.1195],[-7.12750, 58.1199],[-7.12610, 58.1195],[-7.1257, 58.1188]]],[[[-7.215499, 57.3513],[-7.21750, 57.3511],[-7.217899, 57.3512],[-7.217999000000002, 57.3514],[-7.217999000000002, 57.3515],[-7.21750, 57.3519],[-7.21700, 57.3521],[-7.2162, 57.3522],[-7.2153, 57.3522],[-7.214799000000002, 57.352],[-7.2146, 57.3518],[-7.21470, 57.3515],[-7.215499, 57.3513]]],[[[-7.0759, 57.6970],[-7.07630, 57.6970],[-7.07680, 57.6971],[-7.077199, 57.6974],[-7.0774, 57.6976],[-7.0776, 57.698],[-7.077499, 57.6982],[-7.077099, 57.6985],[-7.07680, 57.6986],[-7.076601, 57.6986],[-7.07630, 57.6985],[-7.0759, 57.6983],[-7.0755, 57.698],[-7.0753, 57.6978],[-7.0752, 57.6976],[-7.0752, 57.6974],[-7.0755, 57.6971],[-7.0759, 57.6970]]],[[[-7.0635, 58.029],[-7.0647, 58.0288],[-7.065199, 58.0291],[-7.064899, 58.0296],[-7.06450, 58.0299],[-7.06510, 58.0305],[-7.06500, 58.031],[-7.0644, 58.0309],[-7.063701, 58.0306],[-7.063399, 58.0295],[-7.0635, 58.029]]],[[[-7.1479, 57.6536],[-7.1483, 57.6536],[-7.14860, 57.6537],[-7.148799, 57.6538],[-7.149199, 57.6541],[-7.149199, 57.6543],[-7.1491, 57.6545],[-7.148799, 57.6547],[-7.1483, 57.6549],[-7.148099, 57.6549],[-7.147799, 57.6549],[-7.147299, 57.6548],[-7.147, 57.6547],[-7.146801, 57.6545],[-7.146601, 57.6543],[-7.1465, 57.6541],[-7.146699000000002, 57.6538],[-7.147, 57.6537],[-7.1479, 57.6536]]],[[[-6.864799, 58.1959],[-6.865499, 58.1959],[-6.865699, 58.196],[-6.8659, 58.1962],[-6.866499, 58.1972],[-6.866499, 58.1973],[-6.866401, 58.1974],[-6.865099000000002, 58.1976],[-6.864699, 58.1975],[-6.86460, 58.1974],[-6.864501, 58.1972],[-6.864501, 58.1962],[-6.86460, 58.196],[-6.864799, 58.1959]]],[[[-6.377999000000002, 58.0995],[-6.379, 58.0994],[-6.37990, 58.0994],[-6.381499, 58.0995],[-6.3816, 58.0995],[-6.3817, 58.0997],[-6.3817, 58.0998],[-6.3816, 58.0999],[-6.3791, 58.1001],[-6.377699, 58.1003],[-6.37750, 58.1002],[-6.377399, 58.1001],[-6.377399, 58.0999],[-6.37750, 58.0997],[-6.377699, 58.0996],[-6.377999000000002, 58.0995]]],[[[-6.78020, 57.8834],[-6.78070, 57.8833],[-6.781099, 57.8834],[-6.781099, 57.8835],[-6.7809, 57.8839],[-6.780399, 57.8845],[-6.779799, 57.8848],[-6.77910, 57.885],[-6.7786, 57.8849],[-6.778501, 57.8847],[-6.7786, 57.8843],[-6.778999, 57.8839],[-6.779399, 57.8836],[-6.78020, 57.8834]]],[[[-7.711299000000002, 57.6894],[-7.7115, 57.6894],[-7.7119, 57.6896],[-7.712399, 57.6899],[-7.712699, 57.6901],[-7.7129, 57.6903],[-7.7129, 57.6904],[-7.7128, 57.6906],[-7.71260, 57.6907],[-7.71220, 57.6908],[-7.7119, 57.6908],[-7.711299000000002, 57.6907],[-7.710899, 57.6906],[-7.71070, 57.6905],[-7.710499, 57.6903],[-7.7104, 57.6901],[-7.7104, 57.6896],[-7.710499, 57.6895],[-7.710899, 57.6894],[-7.711299000000002, 57.6894]]],[[[-6.73610, 57.8706],[-6.73660, 57.8704],[-6.737599, 57.8707],[-6.738299, 57.8712],[-6.738501, 57.8716],[-6.73840, 57.8719],[-6.737899, 57.8721],[-6.73740, 57.8721],[-6.73660, 57.8715],[-6.73610, 57.8709],[-6.73610, 57.8706]]],[[[-7.026299, 57.7628],[-7.0271, 57.7628],[-7.0278, 57.7629],[-7.027999, 57.763],[-7.0281, 57.7632],[-7.0281, 57.7635],[-7.027999, 57.7638],[-7.027599, 57.7640],[-7.027299, 57.7641],[-7.026899, 57.7641],[-7.026299, 57.7639],[-7.025899, 57.7636],[-7.0257, 57.7634],[-7.0257, 57.7631],[-7.025899, 57.7629],[-7.026299, 57.7628]]],[[[-7.475399, 56.9293],[-7.4758, 56.9291],[-7.4763, 56.9292],[-7.476699, 56.9294],[-7.477001, 56.9296],[-7.4772, 56.9298],[-7.4772, 56.93],[-7.4769, 56.9303],[-7.476601, 56.9305],[-7.476201, 56.9307],[-7.475699, 56.9308],[-7.475399, 56.9307],[-7.475299, 56.9305],[-7.4751, 56.9299],[-7.4751, 56.9296],[-7.475399, 56.9293]]],[[[-7.27350, 57.4706],[-7.274301, 57.4705],[-7.2746, 57.4706],[-7.275, 57.4708],[-7.275199, 57.4711],[-7.275199, 57.4712],[-7.274899, 57.4715],[-7.2746, 57.4717],[-7.274199, 57.4719],[-7.2741, 57.4719],[-7.27350, 57.4719],[-7.273099, 57.4718],[-7.27290, 57.4716],[-7.272799, 57.4712],[-7.273099, 57.4708],[-7.27330, 57.4707],[-7.27350, 57.4706]]],[[[-7.210899, 57.4722],[-7.211801, 57.4722],[-7.212299, 57.4723],[-7.2126, 57.4724],[-7.21290, 57.4726],[-7.213099, 57.4728],[-7.213099, 57.473],[-7.212999, 57.4731],[-7.212699, 57.4733],[-7.212399, 57.4734],[-7.2122, 57.4734],[-7.21150, 57.4734],[-7.21100, 57.4733],[-7.2107, 57.4731],[-7.210499, 57.4727],[-7.210499, 57.4726],[-7.2107, 57.4724],[-7.210899, 57.4722]]],[[[-6.4025, 57.8989],[-6.40380, 57.8989],[-6.4041, 57.8992],[-6.4041, 57.8994],[-6.403901, 57.8996],[-6.40290, 57.8998],[-6.4021, 57.8999],[-6.401401, 57.8999],[-6.4011, 57.8996],[-6.4011, 57.8994],[-6.401801, 57.8991],[-6.4025, 57.8989]]],[[[-6.384699, 57.8978],[-6.3853, 57.8978],[-6.3857, 57.8981],[-6.385799, 57.8985],[-6.3856, 57.8989],[-6.385099, 57.8991],[-6.383901, 57.899],[-6.383501, 57.8986],[-6.38360, 57.8983],[-6.38410, 57.898],[-6.384699, 57.8978]]],[[[-7.095099, 58.0653],[-7.0959, 58.0649],[-7.096601, 58.0653],[-7.096601, 58.0658],[-7.0959, 58.0665],[-7.095399, 58.0668],[-7.094999, 58.0667],[-7.0949, 58.0663],[-7.095099, 58.0653]]],[[[-7.1998, 57.4798],[-7.199999, 57.4798],[-7.200399, 57.4799],[-7.200699000000002, 57.4802],[-7.200699000000002, 57.4803],[-7.20060, 57.4806],[-7.2005, 57.4808],[-7.200399, 57.4809],[-7.20020, 57.481],[-7.199999, 57.4811],[-7.199399, 57.4812],[-7.19920, 57.4812],[-7.198901000000002, 57.4811],[-7.19880, 57.481],[-7.19870, 57.4807],[-7.19870, 57.4805],[-7.19880, 57.4803],[-7.198999, 57.4801],[-7.19930, 57.4799],[-7.1996, 57.4798],[-7.1998, 57.4798]]],[[[-7.04440, 57.7612],[-7.045, 57.7610],[-7.045499, 57.7611],[-7.0457, 57.7612],[-7.046201, 57.7619],[-7.046201, 57.7622],[-7.045899, 57.7625],[-7.045599, 57.7626],[-7.04530, 57.7625],[-7.0447, 57.7623],[-7.044301, 57.7618],[-7.04440, 57.7612]]],[[[-7.2137, 57.3574],[-7.213901, 57.3574],[-7.214301, 57.3576],[-7.214399, 57.3577],[-7.214399, 57.3582],[-7.2141, 57.3584],[-7.2136, 57.3586],[-7.21290, 57.3587],[-7.2126, 57.3586],[-7.212399, 57.3582],[-7.212399, 57.358],[-7.212399, 57.3577],[-7.2126, 57.3575],[-7.21280, 57.3574],[-7.21320, 57.3574],[-7.2137, 57.3574]]],[[[-7.602099, 56.8452],[-7.60290, 56.8452],[-7.60330, 56.8453],[-7.603799, 56.8455],[-7.60390, 56.8456],[-7.60390, 56.8459],[-7.6036, 56.8461],[-7.603099, 56.8463],[-7.60230, 56.8463],[-7.60180, 56.8462],[-7.601601, 56.8461],[-7.601601, 56.8454],[-7.601699, 56.8453],[-7.602099, 56.8452]]],[[[-6.7363, 57.8503],[-6.73660, 57.8503],[-6.736899, 57.8504],[-6.736899, 57.8506],[-6.7367, 57.851],[-6.73610, 57.8513],[-6.7353, 57.8514],[-6.7346, 57.8513],[-6.73410, 57.851],[-6.734, 57.8508],[-6.734301, 57.8506],[-6.735, 57.8506],[-6.73560, 57.8505],[-6.7363, 57.8503]]],[[[-7.053501, 57.7529],[-7.054101, 57.7528],[-7.05480, 57.7529],[-7.0549, 57.7531],[-7.054999, 57.7535],[-7.054999, 57.7536],[-7.0549, 57.7539],[-7.054699, 57.7541],[-7.054399, 57.7542],[-7.054101, 57.7542],[-7.053501, 57.7541],[-7.053299000000002, 57.7539],[-7.053199, 57.7535],[-7.053199, 57.7532],[-7.053501, 57.7529]]],[[[-6.7377, 57.8533],[-6.737999000000002, 57.8533],[-6.738599, 57.8535],[-6.738999, 57.8538],[-6.7392, 57.8542],[-6.7392, 57.8547],[-6.7387, 57.8549],[-6.7382, 57.8549],[-6.73740, 57.8541],[-6.73750, 57.8536],[-6.7377, 57.8533]]],[[[-7.237199, 57.3567],[-7.23820, 57.3566],[-7.238901, 57.3568],[-7.239399, 57.3572],[-7.239399, 57.3574],[-7.239301, 57.3576],[-7.238901, 57.3577],[-7.2384, 57.3577],[-7.2374, 57.3575],[-7.236899, 57.3572],[-7.236899, 57.3569],[-7.237199, 57.3567]]],[[[-7.259301, 57.3739],[-7.260399, 57.3739],[-7.261099, 57.3741],[-7.26130, 57.3743],[-7.26130, 57.3745],[-7.26070, 57.3747],[-7.26030, 57.3748],[-7.2599, 57.3748],[-7.2592, 57.3747],[-7.2586, 57.3745],[-7.258299, 57.3742],[-7.2586, 57.3740],[-7.259301, 57.3739]]],[[[-7.163199, 57.6178],[-7.163599, 57.6177],[-7.16440, 57.6178],[-7.164999000000002, 57.6182],[-7.1655, 57.6186],[-7.165599, 57.6189],[-7.16540, 57.6191],[-7.163599, 57.6187],[-7.163099000000002, 57.6180],[-7.163199, 57.6178]]],[[[-7.301499, 57.0481],[-7.30210, 57.0481],[-7.302499, 57.0484],[-7.302499, 57.0489],[-7.301801, 57.0492],[-7.301401, 57.0492],[-7.30060, 57.049],[-7.3003, 57.0489],[-7.30020, 57.0486],[-7.300499, 57.0483],[-7.3009, 57.0481],[-7.301499, 57.0481]]],[[[-7.122001, 57.9434],[-7.12230, 57.9434],[-7.122499, 57.9435],[-7.1226, 57.9436],[-7.12270, 57.9438],[-7.1226, 57.9441],[-7.122399, 57.9443],[-7.122001, 57.9445],[-7.12140, 57.9446],[-7.121099, 57.9446],[-7.12080, 57.9445],[-7.1205, 57.9443],[-7.1205, 57.9441],[-7.1206, 57.9438],[-7.12090, 57.9436],[-7.12130, 57.9435],[-7.122001, 57.9434]]],[[[-7.605899, 56.7823],[-7.6064, 56.7822],[-7.607, 56.7825],[-7.607299, 56.7828],[-7.607399, 56.7831],[-7.607, 56.7834],[-7.606299, 56.7835],[-7.605599, 56.7835],[-7.605299, 56.7831],[-7.605299, 56.7828],[-7.6054, 56.7827],[-7.605599, 56.7825],[-7.605899, 56.7823]]],[[[-7.12690, 58.1205],[-7.128399000000002, 58.1204],[-7.128901, 58.1209],[-7.1291, 58.1214],[-7.128399000000002, 58.1217],[-7.126801, 58.1211],[-7.12690, 58.1205]]],[[[-7.505199, 56.9121],[-7.505799, 56.9121],[-7.506499, 56.9125],[-7.506801000000002, 56.9131],[-7.506899, 56.9136],[-7.506001, 56.9138],[-7.5054, 56.913],[-7.5049, 56.9125],[-7.505199, 56.9121]]],[[[-7.267099, 57.9772],[-7.267399, 57.9772],[-7.267799000000002, 57.9774],[-7.2679, 57.9777],[-7.267799000000002, 57.9781],[-7.267499, 57.9783],[-7.26720, 57.9784],[-7.2665, 57.9784],[-7.266099, 57.9783],[-7.266001000000002, 57.9782],[-7.26590, 57.9778],[-7.26590, 57.9776],[-7.266201, 57.9773],[-7.267099, 57.9772]]],[[[-7.260099, 57.2094],[-7.26030, 57.2094],[-7.26070, 57.2096],[-7.260799, 57.2098],[-7.2609, 57.2102],[-7.260799, 57.2105],[-7.2606, 57.2107],[-7.260099, 57.2109],[-7.259799, 57.2109],[-7.259699, 57.2109],[-7.259399, 57.2108],[-7.259301, 57.2107],[-7.2592, 57.2101],[-7.259399, 57.2097],[-7.259699, 57.2095],[-7.260099, 57.2094]]],[[[-7.0531, 57.7253],[-7.053501, 57.7249],[-7.05460, 57.7252],[-7.055099, 57.7257],[-7.05480, 57.7262],[-7.054399, 57.7264],[-7.0534, 57.7261],[-7.0531, 57.7256],[-7.0531, 57.7253]]],[[[-7.243199, 57.1756],[-7.243501000000002, 57.1756],[-7.2442, 57.1757],[-7.2444, 57.1758],[-7.244599, 57.176],[-7.244599, 57.1764],[-7.244101, 57.1766],[-7.243599, 57.1767],[-7.243199, 57.1767],[-7.242499, 57.1765],[-7.2423, 57.1761],[-7.24240, 57.176],[-7.242499, 57.1759],[-7.24280, 57.1758],[-7.243199, 57.1756]]],[[[-7.3074, 57.6954],[-7.3083, 57.6952],[-7.308599, 57.6953],[-7.308701000000002, 57.6955],[-7.308701000000002, 57.6957],[-7.3085, 57.6961],[-7.308199, 57.6964],[-7.307799, 57.6965],[-7.3073, 57.6965],[-7.3068, 57.6964],[-7.30670, 57.6963],[-7.30670, 57.696],[-7.307001, 57.6956],[-7.3074, 57.6954]]],[[[-7.2146, 57.3854],[-7.2153, 57.3853],[-7.215499, 57.3854],[-7.2156, 57.3855],[-7.2153, 57.3859],[-7.2141, 57.3866],[-7.213399, 57.3866],[-7.213099, 57.3865],[-7.212999, 57.3863],[-7.213099, 57.3861],[-7.2135, 57.3858],[-7.2146, 57.3854]]],[[[-7.116899, 57.9401],[-7.1173, 57.9401],[-7.117599, 57.9402],[-7.1177, 57.9404],[-7.1177, 57.9407],[-7.117499, 57.9409],[-7.117199000000002, 57.9410],[-7.11620, 57.9411],[-7.1159, 57.9411],[-7.11560, 57.9410],[-7.115499, 57.9407],[-7.115499, 57.9405],[-7.115499, 57.9403],[-7.115699, 57.9402],[-7.116499, 57.9401],[-7.116899, 57.9401]]],[[[-7.1553, 57.6267],[-7.156099, 57.6266],[-7.156499, 57.6267],[-7.1567, 57.6268],[-7.156801, 57.6270],[-7.156499, 57.6273],[-7.155099, 57.6276],[-7.15420, 57.6276],[-7.153999, 57.6274],[-7.153999, 57.6273],[-7.15410, 57.6272],[-7.154799, 57.6268],[-7.1553, 57.6267]]],[[[-7.230299, 57.354],[-7.23210, 57.354],[-7.2326, 57.3541],[-7.2326, 57.3543],[-7.232299, 57.3546],[-7.23150, 57.3547],[-7.2301, 57.3547],[-7.22970, 57.3545],[-7.229599, 57.3543],[-7.229599, 57.3541],[-7.230299, 57.354]]],[[[-7.235799, 57.3441],[-7.23630, 57.344],[-7.236899, 57.3441],[-7.23770, 57.3444],[-7.2381, 57.3446],[-7.2381, 57.3448],[-7.237899, 57.3449],[-7.2375, 57.345],[-7.236801, 57.345],[-7.23570, 57.3447],[-7.23540, 57.3445],[-7.23540, 57.3442],[-7.235799, 57.3441]]],[[[-7.127699, 57.9479],[-7.1283, 57.9478],[-7.128701, 57.9479],[-7.129399000000002, 57.9481],[-7.1296, 57.9483],[-7.12970, 57.9484],[-7.1296, 57.9486],[-7.129399000000002, 57.9488],[-7.1292, 57.9489],[-7.128701, 57.9489],[-7.1285, 57.9489],[-7.127999, 57.9488],[-7.1276, 57.9486],[-7.127399, 57.9484],[-7.127399, 57.9483],[-7.127699, 57.9479]]],[[[-7.599999, 56.8474],[-7.600399, 56.8472],[-7.601201, 56.8475],[-7.601699, 56.8478],[-7.601699, 56.8486],[-7.600699, 56.8487],[-7.599999, 56.8479],[-7.599999, 56.8474]]],[[[-7.551801, 56.8763],[-7.552199, 56.8763],[-7.552499, 56.8764],[-7.5528, 56.8766],[-7.5528, 56.877],[-7.5527, 56.8774],[-7.5524, 56.8776],[-7.552001, 56.8776],[-7.551401, 56.8775],[-7.55130, 56.8774],[-7.551099, 56.8771],[-7.551099, 56.8769],[-7.55120, 56.8767],[-7.551499, 56.8764],[-7.551801, 56.8763]]],[[[-7.6495, 56.7955],[-7.649899, 56.7954],[-7.650499, 56.7956],[-7.651299, 56.796],[-7.651401, 56.7962],[-7.65120, 56.7965],[-7.650599, 56.7966],[-7.649799, 56.7965],[-7.649301, 56.7963],[-7.649199, 56.796],[-7.649301, 56.7958],[-7.6495, 56.7955]]],[[[-6.851099, 57.7948],[-6.8518, 57.7947],[-6.852499, 57.7948],[-6.8527, 57.7949],[-6.852799, 57.7954],[-6.852499, 57.7958],[-6.85190, 57.7959],[-6.851299, 57.7958],[-6.85100, 57.7955],[-6.8509, 57.7951],[-6.851099, 57.7948]]],[[[-6.926899, 57.7541],[-6.9274, 57.7541],[-6.927599, 57.7543],[-6.9278, 57.7547],[-6.927899, 57.7551],[-6.927899, 57.7556],[-6.927299, 57.7557],[-6.926899, 57.7556],[-6.926499, 57.7551],[-6.926499, 57.7546],[-6.92670, 57.7542],[-6.926899, 57.7541]]],[[[-6.74440, 57.8541],[-6.744699, 57.8541],[-6.744999, 57.8543],[-6.745299, 57.8547],[-6.745699, 57.8551],[-6.745699, 57.8555],[-6.745399, 57.8557],[-6.7449, 57.8556],[-6.7442, 57.8553],[-6.744101000000002, 57.8549],[-6.744101000000002, 57.8547],[-6.7442, 57.8542],[-6.74440, 57.8541]]],[[[-7.0581, 57.7315],[-7.058199, 57.7315],[-7.05890, 57.7318],[-7.0597, 57.7321],[-7.0601, 57.7325],[-7.059999, 57.7327],[-7.0593, 57.7329],[-7.0581, 57.7324],[-7.057799, 57.732],[-7.0581, 57.7315]]],[[[-7.095399, 57.5932],[-7.09560, 57.5932],[-7.095799, 57.5933],[-7.096001, 57.5937],[-7.096001, 57.5939],[-7.09560, 57.5944],[-7.095399, 57.5946],[-7.095099, 57.5947],[-7.094699, 57.5947],[-7.094501, 57.5945],[-7.094399, 57.5943],[-7.094399, 57.5941],[-7.094501, 57.5938],[-7.09460, 57.5937],[-7.0948, 57.5935],[-7.095099, 57.5933],[-7.095399, 57.5932]]],[[[-6.4022, 58.1249],[-6.4031, 58.1248],[-6.403299, 58.1249],[-6.403399, 58.1251],[-6.403399, 58.1253],[-6.403299, 58.1254],[-6.4021, 58.1258],[-6.4016, 58.1259],[-6.4011, 58.1259],[-6.40100, 58.1259],[-6.400899, 58.1258],[-6.4011, 58.1255],[-6.401299, 58.1253],[-6.4017, 58.1251],[-6.401899, 58.125],[-6.4022, 58.1249]]],[[[-7.215199, 57.5049],[-7.2162, 57.5049],[-7.21700, 57.5051],[-7.217299, 57.5054],[-7.21710, 57.5056],[-7.2162, 57.5057],[-7.215499, 57.5057],[-7.214799000000002, 57.5055],[-7.21470, 57.5053],[-7.214799000000002, 57.5050],[-7.215199, 57.5049]]],[[[-7.127999, 58.1369],[-7.1296, 58.1363],[-7.1299, 58.1368],[-7.1295, 58.1373],[-7.1285, 58.1377],[-7.12780, 58.1374],[-7.127999, 58.1369]]],[[[-7.5632, 56.9212],[-7.562799, 56.9211],[-7.562099, 56.9211],[-7.5618, 56.9203],[-7.562099, 56.92],[-7.5626, 56.92],[-7.563099, 56.9201],[-7.563701, 56.9204],[-7.5632, 56.9212]]],[[[-7.12510, 58.1398],[-7.126699, 58.1394],[-7.12700, 58.1396],[-7.12700, 58.1402],[-7.12600, 58.1405],[-7.125299, 58.1405],[-7.125, 58.1403],[-7.12510, 58.1398]]],[[[-6.877999, 57.7895],[-6.87860, 57.7895],[-6.87920, 57.7896],[-6.87960, 57.7898],[-6.87960, 57.7901],[-6.879399, 57.7903],[-6.87860, 57.7905],[-6.877699, 57.7903],[-6.8775, 57.7898],[-6.877999, 57.7895]]],[[[-7.689101, 57.5174],[-7.689899, 57.5172],[-7.690499, 57.5173],[-7.690899, 57.5174],[-7.69100, 57.5177],[-7.6908, 57.518],[-7.6904, 57.5182],[-7.689301, 57.5181],[-7.6889, 57.5179],[-7.6889, 57.5177],[-7.689101, 57.5174]]],[[[-6.62290, 58.0857],[-6.623701, 58.0856],[-6.62430, 58.0857],[-6.6244, 58.0858],[-6.6244, 58.086],[-6.6244, 58.0861],[-6.62430, 58.0862],[-6.6223, 58.0866],[-6.6222, 58.0865],[-6.6222, 58.0864],[-6.6222, 58.0862],[-6.6223, 58.086],[-6.622399, 58.0859],[-6.62290, 58.0857]]],[[[-7.258901, 57.5622],[-7.259399, 57.5621],[-7.259799, 57.5622],[-7.2599, 57.5625],[-7.259799, 57.5627],[-7.2596, 57.5629],[-7.259301, 57.5631],[-7.25880, 57.5634],[-7.258501, 57.5634],[-7.2582, 57.5631],[-7.258299, 57.5627],[-7.258901, 57.5622]]],[[[-6.7423, 58.1898],[-6.7428, 58.1898],[-6.743, 58.1899],[-6.74310, 58.19],[-6.743199, 58.1905],[-6.743199, 58.1908],[-6.743, 58.191],[-6.74210, 58.191],[-6.742001, 58.1909],[-6.741899, 58.1907],[-6.741899, 58.1901],[-6.74210, 58.1899],[-6.7423, 58.1898]]],[[[-7.151899000000002, 57.6152],[-7.152699, 57.6152],[-7.153299, 57.6153],[-7.15370, 57.6154],[-7.15420, 57.6156],[-7.154301, 57.6157],[-7.15420, 57.6158],[-7.15320, 57.6159],[-7.1517, 57.6157],[-7.15150, 57.6155],[-7.15150, 57.6153],[-7.151899000000002, 57.6152]]],[[[-7.191801, 57.4205],[-7.192599, 57.4203],[-7.192999, 57.4206],[-7.192999, 57.4209],[-7.1925, 57.4212],[-7.19170, 57.4215],[-7.1915, 57.4215],[-7.191201, 57.4213],[-7.191201, 57.421],[-7.1915, 57.4208],[-7.191801, 57.4205]]],[[[-6.818399, 58.2401],[-6.819301, 58.2401],[-6.8203, 58.2402],[-6.8204, 58.2404],[-6.8204, 58.2405],[-6.8203, 58.2407],[-6.81910, 58.2407],[-6.8179, 58.2405],[-6.8179, 58.2404],[-6.818099, 58.2402],[-6.818399, 58.2401]]],[[[-6.40620, 57.8987],[-6.406499, 57.8987],[-6.406801, 57.8988],[-6.406801, 57.8993],[-6.4063, 57.8997],[-6.40570, 57.8998],[-6.405399, 57.8998],[-6.40530, 57.8997],[-6.40530, 57.8994],[-6.405399, 57.8992],[-6.40570, 57.8989],[-6.40620, 57.8987]]],[[[-7.149799, 58.0524],[-7.150199, 58.0522],[-7.1511, 58.0523],[-7.151, 58.053],[-7.15030, 58.0532],[-7.14960, 58.0533],[-7.14960, 58.0529],[-7.149799, 58.0524]]],[[[-7.1508, 57.6164],[-7.1512, 57.6163],[-7.15150, 57.6165],[-7.151801, 57.6168],[-7.152, 57.6171],[-7.1521, 57.6173],[-7.1521, 57.6176],[-7.151899000000002, 57.6177],[-7.1512, 57.6174],[-7.1508, 57.6171],[-7.1507, 57.6167],[-7.1507, 57.6165],[-7.1508, 57.6164]]],[[[-6.4335, 58.0068],[-6.43430, 58.0068],[-6.434899, 58.0071],[-6.435299, 58.0072],[-6.4354, 58.0073],[-6.435299, 58.0075],[-6.43520, 58.0076],[-6.4351, 58.0076],[-6.4347, 58.0076],[-6.4335, 58.0073],[-6.43330, 58.0072],[-6.433199, 58.0071],[-6.4331, 58.007],[-6.4331, 58.0069],[-6.433199, 58.0068],[-6.43330, 58.0068],[-6.4335, 58.0068]]],[[[-6.781401, 57.885],[-6.782199, 57.885],[-6.783199, 57.8853],[-6.7834, 57.8856],[-6.783199, 57.8858],[-6.782599, 57.8858],[-6.781499, 57.8855],[-6.7812, 57.8852],[-6.781401, 57.885]]],[[[-6.9319, 57.757],[-6.9324, 57.757],[-6.932799, 57.7573],[-6.932799, 57.7576],[-6.93260, 57.7581],[-6.932001, 57.7581],[-6.931601, 57.7579],[-6.931601, 57.7576],[-6.931601, 57.7572],[-6.9319, 57.757]]],[[[-7.262899, 57.5621],[-7.263299, 57.5621],[-7.2637, 57.5622],[-7.2638, 57.5624],[-7.2637, 57.5626],[-7.263299, 57.5629],[-7.262899, 57.5631],[-7.2624, 57.5631],[-7.262199, 57.5627],[-7.2624, 57.5624],[-7.262599000000002, 57.5622],[-7.262899, 57.5621]]],[[[-7.23540, 57.3505],[-7.236001, 57.3504],[-7.2366, 57.3505],[-7.236801, 57.3507],[-7.236801, 57.3511],[-7.236499, 57.3513],[-7.236001, 57.3513],[-7.235499, 57.351],[-7.23530, 57.3507],[-7.23540, 57.3505]]],[[[-6.624101, 58.082],[-6.6244, 58.082],[-6.624501, 58.0821],[-6.624501, 58.0823],[-6.6244, 58.0825],[-6.624199, 58.0826],[-6.622799, 58.0829],[-6.6227, 58.0826],[-6.6227, 58.0824],[-6.62290, 58.0823],[-6.624101, 58.082]]],[[[-6.994699, 57.7164],[-6.995299, 57.7163],[-6.995699, 57.7164],[-6.9958, 57.7167],[-6.9956, 57.7169],[-6.994999, 57.7172],[-6.9944, 57.7171],[-6.99420, 57.7168],[-6.9944, 57.7165],[-6.994699, 57.7164]]],[[[-7.59160, 57.6013],[-7.59240, 57.6012],[-7.5931, 57.6014],[-7.5932, 57.6016],[-7.592999000000002, 57.6018],[-7.59160, 57.6018],[-7.5912, 57.6016],[-7.5912, 57.6014],[-7.59160, 57.6013]]],[[[-6.873199, 58.2364],[-6.874199, 58.2364],[-6.87440, 58.2366],[-6.87440, 58.2369],[-6.8743, 58.2371],[-6.8739, 58.2373],[-6.8736, 58.2371],[-6.8733, 58.2368],[-6.873199, 58.2366],[-6.873199, 58.2364]]]]}, properties:{name:"Western Isles"}}, {type:"Feature", geometry:{type:"MultiPolygon", coordinates:[[[[-3.74000, 55.7822],[-3.7384, 55.7846],[-3.7372, 55.7892],[-3.735899, 55.791],[-3.7327, 55.7941],[-3.7328, 55.7947],[-3.7342, 55.7956],[-3.7392, 55.7998],[-3.7389, 55.8007],[-3.735399, 55.8039],[-3.7311, 55.8065],[-3.7188, 55.8127],[-3.716201, 55.8138],[-3.7147, 55.8148],[-3.7144, 55.815],[-3.714101, 55.8155],[-3.714301, 55.8159],[-3.714999, 55.8166],[-3.72000, 55.819],[-3.7304, 55.8229],[-3.7328, 55.8244],[-3.7367, 55.827],[-3.737999, 55.8302],[-3.739399, 55.834],[-3.742399, 55.8390],[-3.744101, 55.8434],[-3.745399, 55.8492],[-3.747299, 55.8564],[-3.749399, 55.8599],[-3.75, 55.8612],[-3.750099, 55.8620],[-3.749599, 55.8628],[-3.74580, 55.8651],[-3.7451, 55.8654],[-3.7391, 55.8663],[-3.735399, 55.8672],[-3.712399, 55.8777],[-3.712199, 55.8792],[-3.712199, 55.8802],[-3.7125, 55.884],[-3.713799, 55.889],[-3.714999, 55.8894],[-3.7169, 55.8894],[-3.726001, 55.8862],[-3.7298, 55.8861],[-3.7348, 55.8849],[-3.7535, 55.8822],[-3.7734, 55.8748],[-3.776801, 55.8742],[-3.780699, 55.874],[-3.78220, 55.8742],[-3.7835, 55.8746],[-3.784301, 55.8751],[-3.7858, 55.8758],[-3.787199, 55.8757],[-3.7891, 55.875],[-3.7916, 55.874],[-3.7936, 55.8736],[-3.79530, 55.8736],[-3.7974, 55.8738],[-3.799, 55.8746],[-3.80310, 55.8773],[-3.804399, 55.8782],[-3.806499, 55.8796],[-3.809799, 55.8813],[-3.8118, 55.8822],[-3.81760, 55.8832],[-3.8215, 55.8844],[-3.8246, 55.8866],[-3.8262, 55.8881],[-3.8282, 55.8915],[-3.829799, 55.8925],[-3.830199, 55.893],[-3.82960, 55.8936],[-3.8262, 55.8944],[-3.8196, 55.8963],[-3.8146, 55.8966],[-3.80940, 55.8974],[-3.8048, 55.8983],[-3.7937, 55.9013],[-3.7865, 55.9018],[-3.7836, 55.9024],[-3.777299, 55.9042],[-3.7736, 55.9063],[-3.767299, 55.907],[-3.765, 55.9078],[-3.764199, 55.9082],[-3.7637, 55.9088],[-3.763, 55.9114],[-3.7621, 55.9151],[-3.76250, 55.9171],[-3.76250, 55.9179],[-3.762001, 55.9185],[-3.757499, 55.9203],[-3.742001, 55.9248],[-3.711801, 55.935],[-3.7021, 55.9347],[-3.698999, 55.9358],[-3.695899, 55.9381],[-3.68880, 55.9414],[-3.682699, 55.9434],[-3.6765, 55.9436],[-3.673701, 55.9456],[-3.67240, 55.9462],[-3.667599, 55.9464],[-3.6672, 55.9464],[-3.666899, 55.9466],[-3.666699, 55.9473],[-3.66650, 55.9478],[-3.665699, 55.9501],[-3.6652, 55.953],[-3.664799, 55.9543],[-3.663599, 55.9558],[-3.660599, 55.959],[-3.659101, 55.9599],[-3.65640, 55.9612],[-3.648999, 55.9656],[-3.645299, 55.9687],[-3.6431, 55.9699],[-3.6396, 55.9712],[-3.6308, 55.974],[-3.618, 55.9859],[-3.617199, 55.9870],[-3.615499, 55.9911],[-3.615099, 55.9919],[-3.6139, 55.9934],[-3.612999, 55.9943],[-3.6119, 55.9951],[-3.6106, 55.9958],[-3.5982, 55.9973],[-3.575799, 55.9921],[-3.562299, 55.9864],[-3.546401, 55.9839],[-3.536099, 55.9894],[-3.53350, 55.9906],[-3.533, 55.9908],[-3.53250, 55.9914],[-3.53230, 55.992],[-3.532599, 55.9923],[-3.534199, 55.9933],[-3.535399, 55.9943],[-3.53580, 55.9956],[-3.53580, 55.9966],[-3.535599, 55.9969],[-3.534699, 55.9972],[-3.53160, 55.9972],[-3.5281, 55.9979],[-3.524101, 55.9997],[-3.522001, 56.0009],[-3.5204, 56.0014],[-3.5168, 56.002],[-3.514699, 56.0027],[-3.512399, 56.0013],[-3.5035, 56],[-3.4911, 55.9991],[-3.483999, 56],[-3.4772, 56.0003],[-3.469301, 55.9999],[-3.4676, 55.9996],[-3.46680, 55.9993],[-3.464799, 55.9985],[-3.4625, 55.9978],[-3.4598, 55.9974],[-3.456899, 55.9968],[-3.453599, 55.9965],[-3.451299, 55.9962],[-3.4491, 55.996],[-3.4442, 55.9956],[-3.4417, 55.9951],[-3.440399, 55.9945],[-3.4389, 55.994],[-3.4368, 55.9936],[-3.42790, 55.9932],[-3.42790, 55.9929],[-3.429501, 55.99],[-3.4347, 55.9889],[-3.4347, 55.9827],[-3.4453, 55.9783],[-3.4503, 55.9780],[-3.45, 55.9748],[-3.448299, 55.9737],[-3.4486, 55.9704],[-3.446001, 55.9695],[-3.4498, 55.9626],[-3.4285, 55.9594],[-3.429699, 55.9541],[-3.4328, 55.9535],[-3.432699, 55.9511],[-3.4374, 55.9509],[-3.44640, 55.9516],[-3.455899, 55.9512],[-3.454101, 55.9489],[-3.459899, 55.9446],[-3.455199, 55.9433],[-3.450099, 55.9398],[-3.4449, 55.9408],[-3.4366, 55.9365],[-3.4228, 55.9346],[-3.4259, 55.9327],[-3.427799, 55.9334],[-3.433701, 55.9328],[-3.433399, 55.9265],[-3.439399, 55.922],[-3.4386, 55.9171],[-3.441401, 55.9164],[-3.4425, 55.9137],[-3.4475, 55.9132],[-3.447099, 55.9111],[-3.4468, 55.9092],[-3.4482, 55.9074],[-3.4479, 55.9057],[-3.44450, 55.9056],[-3.441, 55.9063],[-3.440099, 55.9053],[-3.4275, 55.9026],[-3.419101, 55.9039],[-3.3931, 55.9022],[-3.3954, 55.9008],[-3.3954, 55.8989],[-3.3928, 55.8979],[-3.3922, 55.8969],[-3.392999, 55.894],[-3.3947, 55.892],[-3.401201, 55.8876],[-3.405299, 55.8878],[-3.407099, 55.8864],[-3.4045, 55.8838],[-3.406001, 55.8816],[-3.41100, 55.8805],[-3.419301, 55.88],[-3.40980, 55.8701],[-3.4028, 55.8715],[-3.399501, 55.8688],[-3.402499, 55.8685],[-3.405299, 55.8665],[-3.40980, 55.8664],[-3.411601, 55.8603],[-3.416201, 55.8603],[-3.4184, 55.8573],[-3.411601, 55.8536],[-3.41100, 55.8523],[-3.4144, 55.8519],[-3.4144, 55.8481],[-3.4202, 55.8446],[-3.410399, 55.8392],[-3.413199, 55.838],[-3.40490, 55.8328],[-3.3964, 55.8303],[-3.3903, 55.8254],[-3.388999, 55.8247],[-3.387001, 55.8238],[-3.3861, 55.8233],[-3.3859, 55.8229],[-3.386001, 55.8224],[-3.386801, 55.8213],[-3.388999, 55.8194],[-3.3903, 55.8198],[-3.392699, 55.8202],[-3.393901, 55.8201],[-3.3959, 55.8198],[-3.401801, 55.8176],[-3.40510, 55.8163],[-3.407099, 55.8152],[-3.409199, 55.8138],[-3.411601, 55.8119],[-3.41310, 55.811],[-3.4147, 55.8107],[-3.4173, 55.8107],[-3.4207, 55.81],[-3.423599, 55.809],[-3.431801, 55.8067],[-3.4338, 55.8057],[-3.4347, 55.8046],[-3.436201, 55.8023],[-3.438299, 55.7985],[-3.4402, 55.7963],[-3.4421, 55.7950],[-3.4426, 55.7942],[-3.44240, 55.7932],[-3.441601, 55.7917],[-3.440099, 55.7905],[-3.43630, 55.7898],[-3.435899, 55.7893],[-3.43630, 55.7872],[-3.436899, 55.7855],[-3.4377, 55.7852],[-3.44, 55.7852],[-3.442199, 55.7843],[-3.4466, 55.7821],[-3.449399, 55.7808],[-3.453901, 55.7795],[-3.4684, 55.7752],[-3.469599, 55.7743],[-3.470099, 55.7734],[-3.4707, 55.7721],[-3.4733, 55.7719],[-3.4756, 55.7721],[-3.4781, 55.7727],[-3.480299, 55.7726],[-3.482001, 55.773],[-3.483599, 55.7737],[-3.4942, 55.776],[-3.516401, 55.7812],[-3.525199, 55.7834],[-3.5291, 55.7844],[-3.532399, 55.7848],[-3.533999, 55.7854],[-3.535199, 55.7859],[-3.537899, 55.7878],[-3.5399, 55.7893],[-3.543999, 55.7907],[-3.5455, 55.7912],[-3.546299, 55.7912],[-3.5492, 55.7893],[-3.5532, 55.7866],[-3.554399, 55.7867],[-3.5599, 55.7891],[-3.5624, 55.7904],[-3.566099, 55.7923],[-3.5676, 55.7934],[-3.5693, 55.7945],[-3.5714, 55.7951],[-3.57480, 55.7954],[-3.57900, 55.7977],[-3.584399, 55.8014],[-3.587199, 55.8040],[-3.588599, 55.8058],[-3.5892, 55.8068],[-3.590199, 55.8096],[-3.5906, 55.8102],[-3.5916, 55.8104],[-3.592999, 55.8101],[-3.596499, 55.8092],[-3.603701, 55.807],[-3.6061, 55.8063],[-3.608299, 55.8062],[-3.611001, 55.8062],[-3.612299, 55.8058],[-3.614599, 55.8049],[-3.6159, 55.8043],[-3.6182, 55.8038],[-3.6199, 55.8036],[-3.621401, 55.8038],[-3.6317, 55.8045],[-3.6356, 55.8047],[-3.64000, 55.8044],[-3.6472, 55.8039],[-3.653199, 55.8031],[-3.6589, 55.8022],[-3.6668, 55.7998],[-3.671201, 55.7982],[-3.677001, 55.7956],[-3.6786, 55.7954],[-3.6809, 55.7964],[-3.684, 55.7974],[-3.684999, 55.7977],[-3.6864, 55.7978],[-3.691299, 55.7968],[-3.694101, 55.7959],[-3.69680, 55.7951],[-3.69960, 55.7936],[-3.702399, 55.7922],[-3.704999, 55.7913],[-3.7068, 55.7912],[-3.71, 55.7908],[-3.712699, 55.7906],[-3.7156, 55.7898],[-3.718501, 55.7884],[-3.722001, 55.7859],[-3.7288, 55.7807],[-3.730599, 55.7798],[-3.737999, 55.7812],[-3.739599, 55.7818],[-3.74000, 55.7822]]]]}, properties:{name:"West Lothian"}}, {type:"Feature", geometry:{type:"MultiPolygon", coordinates:[[[[-3.135799,51.7918],[-3.1405,51.7874],[-3.144599,51.7853],[-3.12610,51.7679],[-3.111401,51.7595],[-3.1122,51.7581],[-3.114599,51.7550],[-3.1164,51.7533],[-3.117399,51.7525],[-3.1163,51.7488],[-3.113501,51.7481],[-3.1119,51.7473],[-3.110699,51.7463],[-3.109999,51.7448],[-3.10990,51.7428],[-3.1103,51.7408],[-3.111201,51.7392],[-3.11180,51.7376],[-3.1117,51.7362],[-3.1113,51.7352],[-3.10990,51.7342],[-3.108901,51.734],[-3.1075,51.7329],[-3.107001,51.7309],[-3.1073,51.7287],[-3.10780,51.727],[-3.10780,51.7257],[-3.107399,51.7247],[-3.1061,51.724],[-3.1047,51.7223],[-3.1047,51.7176],[-3.104899,51.7138],[-3.10570,51.7108],[-3.107199,51.7063],[-3.1101,51.7018],[-3.113501,51.6966],[-3.1126,51.6946],[-3.114399,51.6937],[-3.115299,51.6929],[-3.1157,51.6918],[-3.115799,51.6907],[-3.11560,51.6900],[-3.1184,51.6864],[-3.117399,51.6854],[-3.11980,51.6823],[-3.1243,51.6822],[-3.130399,51.6828],[-3.133501,51.6823],[-3.1356,51.6823],[-3.137001,51.6828],[-3.137399,51.6837],[-3.1373,51.6847],[-3.1361,51.6859],[-3.1328,51.6869],[-3.1292,51.6882],[-3.1273,51.6893],[-3.1262,51.6905],[-3.12590,51.6918],[-3.1262,51.6929],[-3.127199,51.6943],[-3.1298,51.6963],[-3.1342,51.6958],[-3.1387,51.6964],[-3.14210,51.6975],[-3.1436,51.6985],[-3.144599,51.6996],[-3.144799,51.7028],[-3.1449,51.7051],[-3.1454,51.7075],[-3.1466,51.7090],[-3.1485,51.7091],[-3.149899,51.7101],[-3.151099,51.711],[-3.1529,51.7116],[-3.155499,51.7121],[-3.157399,51.7124],[-3.159199,51.7148],[-3.160399,51.717],[-3.168,51.7119],[-3.1724,51.7073],[-3.174,51.7083],[-3.175299,51.7098],[-3.1759,51.7115],[-3.1764,51.7125],[-3.177799,51.7128],[-3.1781,51.714],[-3.1779,51.7172],[-3.1788,51.7191],[-3.180099,51.721],[-3.182199,51.7228],[-3.1842,51.724],[-3.1847,51.7255],[-3.1844,51.7266],[-3.184,51.7275],[-3.183901,51.7285],[-3.183901,51.7294],[-3.192199,51.7403],[-3.202199,51.7506],[-3.213599,51.7465],[-3.2184,51.7422],[-3.2188,51.7405],[-3.218501,51.7392],[-3.2169,51.7383],[-3.2154,51.7367],[-3.213701,51.7344],[-3.212399,51.732],[-3.211,51.7307],[-3.2104,51.7294],[-3.216001,51.7255],[-3.2166,51.7245],[-3.2168,51.7235],[-3.2168,51.7229],[-3.217,51.7223],[-3.21740,51.7218],[-3.2177,51.7218],[-3.2184,51.7222],[-3.2184,51.7227],[-3.2186,51.7237],[-3.219301,51.7247],[-3.21970,51.7251],[-3.2204,51.7255],[-3.2211,51.7257],[-3.221499,51.7253],[-3.221,51.7226],[-3.2211,51.7213],[-3.2211,51.7205],[-3.2212,51.72],[-3.221299,51.7187],[-3.22140,51.7187],[-3.221499,51.7188],[-3.221601,51.719],[-3.223,51.7234],[-3.223099,51.7253],[-3.224301,51.7269],[-3.226201,51.73],[-3.227,51.7312],[-3.2311,51.7336],[-3.231699,51.7351],[-3.233,51.7365],[-3.23450,51.7379],[-3.2372,51.7396],[-3.238199,51.7402],[-3.239599,51.7411],[-3.24060,51.7416],[-3.242199,51.7428],[-3.2442,51.7440],[-3.24630,51.7452],[-3.247,51.7463],[-3.247299,51.7476],[-3.248199,51.7483],[-3.249599,51.7493],[-3.250499,51.7497],[-3.251601,51.7499],[-3.2525,51.7506],[-3.255,51.7546],[-3.256401,51.7570],[-3.2586,51.7576],[-3.258501,51.7587],[-3.2576,51.7600],[-3.256201,51.7607],[-3.255899,51.7614],[-3.256001,51.7624],[-3.256299,51.7629],[-3.258501,51.763],[-3.2607,51.7633],[-3.262199,51.7633],[-3.264199,51.7629],[-3.264301,51.7649],[-3.264501,51.7667],[-3.264899,51.7683],[-3.2658,51.7713],[-3.26900,51.7751],[-3.2706,51.7772],[-3.272001,51.7787],[-3.2734,51.7778],[-3.2748,51.7784],[-3.275399,51.7791],[-3.2755,51.7794],[-3.275899,51.78],[-3.276801,51.7801],[-3.2779,51.7808],[-3.286201,51.788],[-3.289799,51.7914],[-3.2908,51.7921],[-3.2939,51.7951],[-3.308599,51.8074],[-3.305,51.8098],[-3.283299,51.8253],[-3.282399,51.8258],[-3.28120,51.8259],[-3.279999,51.8257],[-3.2786,51.8252],[-3.2506,51.8167],[-3.246201,51.8155],[-3.241601,51.8139],[-3.230299,51.8132],[-3.21760,51.8132],[-3.209301,51.8133],[-3.203099,51.8136],[-3.1975,51.8145],[-3.19530,51.8141],[-3.193901,51.8141],[-3.191,51.8143],[-3.1858,51.8146],[-3.181401,51.8148],[-3.177001,51.8152],[-3.1652,51.8159],[-3.161,51.8163],[-3.1561,51.8168],[-3.1515,51.8170],[-3.148999,51.8177],[-3.148999,51.8162],[-3.148299,51.8149],[-3.1459,51.8149],[-3.1447,51.8146],[-3.1431,51.8131],[-3.1433,51.8124],[-3.144,51.8112],[-3.144399,51.8106],[-3.1443,51.8094],[-3.1441,51.8086],[-3.143399,51.8077],[-3.14420,51.8057],[-3.147599,51.8053],[-3.149101,51.8047],[-3.1494,51.8037],[-3.1452,51.8023],[-3.143199,51.8011],[-3.142,51.7994],[-3.142299,51.7989],[-3.1447,51.7981],[-3.14630,51.7979],[-3.1473,51.7973],[-3.1477,51.7956],[-3.1473,51.7942],[-3.1436,51.7944],[-3.141001,51.7942],[-3.138999,51.7923],[-3.135799,51.7918]]]]}, properties:{name:"Blaenau Gwent"}}, {type:"Feature", geometry:{type:"MultiPolygon", coordinates:[[[[-3.564101,51.4966],[-3.564199,51.4968],[-3.566499,51.4976],[-3.5692,51.4976],[-3.5693,51.4987],[-3.569,51.5005],[-3.5676,51.5024],[-3.5652,51.5036],[-3.5716,51.5052],[-3.5775,51.4979],[-3.581201,51.497],[-3.586,51.4966],[-3.586801,51.4964],[-3.587699,51.4951],[-3.588599,51.4938],[-3.5894,51.4926],[-3.59470,51.4884],[-3.600899,51.4857],[-3.6039,51.484],[-3.60570,51.4826],[-3.611099,51.4816],[-3.612299,51.4812],[-3.6139,51.4803],[-3.616499,51.4784],[-3.61940,51.4767],[-3.6263,51.475],[-3.6294,51.4745],[-3.6303,51.4743],[-3.6315,51.4738],[-3.6333,51.4728],[-3.635,51.4716],[-3.6359,51.4709],[-3.636699,51.4709],[-3.63770,51.4711],[-3.6385,51.4714],[-3.638999,51.4718],[-3.63980,51.4725],[-3.6407,51.4733],[-3.64210,51.4747],[-3.6433,51.4756],[-3.6447,51.4764],[-3.649899,51.4783],[-3.654799,51.4797],[-3.65850,51.4805],[-3.660399,51.4808],[-3.661401,51.4808],[-3.667001,51.4799],[-3.669101,51.4798],[-3.67070,51.4797],[-3.672,51.4792],[-3.673,51.4785],[-3.673199,51.4776],[-3.6738,51.4765],[-3.6744,51.4756],[-3.675699,51.474],[-3.6761,51.4737],[-3.67640,51.4736],[-3.6767,51.4736],[-3.676899,51.4741],[-3.6774,51.4747],[-3.677799,51.4751],[-3.6788,51.4756],[-3.679501,51.476],[-3.6807,51.4767],[-3.681801,51.4773],[-3.682499,51.4775],[-3.683599,51.4774],[-3.6842,51.4772],[-3.6845,51.4771],[-3.6849,51.4767],[-3.685699,51.4756],[-3.685899,51.4755],[-3.6863,51.4754],[-3.6868,51.4754],[-3.686899,51.4755],[-3.687099,51.4762],[-3.6874,51.4774],[-3.687799,51.4777],[-3.6884,51.4781],[-3.689101,51.4784],[-3.690099,51.4786],[-3.691499,51.4788],[-3.6924,51.4788],[-3.693399,51.4788],[-3.6942,51.4787],[-3.69490,51.4785],[-3.6953,51.4782],[-3.695699,51.4776],[-3.696201,51.4768],[-3.696899,51.4759],[-3.697799,51.4754],[-3.6982,51.4751],[-3.6984,51.4745],[-3.697799,51.4737],[-3.6974,51.4735],[-3.6974,51.4734],[-3.697599,51.4733],[-3.697799,51.4733],[-3.6982,51.4733],[-3.6986,51.4734],[-3.69910,51.4737],[-3.699699,51.4743],[-3.700599,51.4752],[-3.701299,51.4756],[-3.7019,51.4758],[-3.7045,51.4758],[-3.7058,51.4758],[-3.707099,51.4759],[-3.7075,51.4761],[-3.7083,51.4766],[-3.709399,51.4773],[-3.71110,51.4785],[-3.711601,51.4788],[-3.7128,51.4792],[-3.713701,51.4793],[-3.7149,51.4793],[-3.7165,51.4795],[-3.71720,51.4798],[-3.7177,51.4801],[-3.717999,51.4806],[-3.718501,51.4815],[-3.719301,51.4825],[-3.7207,51.4838],[-3.72120,51.4849],[-3.72140,51.4864],[-3.72140,51.4879],[-3.721699,51.4886],[-3.722199,51.4894],[-3.7232,51.4904],[-3.724301,51.4914],[-3.7286,51.4951],[-3.730799,51.4956],[-3.731499,51.4958],[-3.731801,51.4961],[-3.731801,51.4963],[-3.731601,51.4966],[-3.7311,51.4971],[-3.730599,51.4978],[-3.7309,51.4987],[-3.7314,51.4994],[-3.731801,51.4996],[-3.7325,51.4999],[-3.733799,51.5004],[-3.735899,51.5006],[-3.73760,51.5009],[-3.74020,51.5013],[-3.740799,51.5015],[-3.7413,51.5018],[-3.741699,51.5024],[-3.742001,51.5031],[-3.742001,51.5041],[-3.742199,51.5044],[-3.7425,51.5047],[-3.743099,51.5048],[-3.744301,51.505],[-3.745699,51.505],[-3.746001,51.5052],[-3.746099,51.5053],[-3.745899,51.5057],[-3.7453,51.5063],[-3.744501,51.5070],[-3.744101,51.5075],[-3.743999,51.5079],[-3.74420,51.5087],[-3.7469,51.5126],[-3.752399,51.5211],[-3.7549,51.5272],[-3.758399,51.5328],[-3.7589,51.5339],[-3.7593,51.5351],[-3.7593,51.5359],[-3.7591,51.5365],[-3.757299,51.5353],[-3.7558,51.5339],[-3.7548,51.5335],[-3.753,51.5329],[-3.7514,51.5331],[-3.7504,51.5335],[-3.748399,51.5354],[-3.7476,51.5359],[-3.747,51.5361],[-3.74560,51.5363],[-3.744501,51.5362],[-3.7432,51.536],[-3.7391,51.5346],[-3.734101,51.5338],[-3.729199,51.5328],[-3.7265,51.5325],[-3.724301,51.5324],[-3.7107,51.5274],[-3.70330,51.5272],[-3.7002,51.5272],[-3.6967,51.5292],[-3.695899,51.5321],[-3.69490,51.5331],[-3.693399,51.5338],[-3.689199,51.5333],[-3.68860,51.5354],[-3.6875,51.5365],[-3.682199,51.5363],[-3.6788,51.5377],[-3.663,51.5384],[-3.6617,51.5383],[-3.6565,51.5389],[-3.655699,51.5411],[-3.65430,51.5429],[-3.652299,51.5461],[-3.650199,51.5509],[-3.649699,51.5523],[-3.6496,51.5541],[-3.6498,51.555],[-3.65030,51.5557],[-3.651401,51.5567],[-3.653,51.5579],[-3.65410,51.5584],[-3.6559,51.5585],[-3.657799,51.5595],[-3.6586,51.5601],[-3.658799,51.5604],[-3.6589,51.5608],[-3.658799,51.5614],[-3.6551,51.5653],[-3.6549,51.5659],[-3.657099,51.5671],[-3.663199,51.5717],[-3.665699,51.5733],[-3.667001,51.5740],[-3.66840,51.5744],[-3.6723,51.5754],[-3.6744,51.5761],[-3.6772,51.5772],[-3.6782,51.5783],[-3.679501,51.5799],[-3.6828,51.5833],[-3.6854,51.586],[-3.6884,51.5879],[-3.6912,51.5897],[-3.6917,51.5906],[-3.6924,51.5918],[-3.69510,51.5946],[-3.6905,51.6006],[-3.6833,51.6087],[-3.681099,51.6117],[-3.677599,51.6178],[-3.6765,51.6204],[-3.67640,51.6207],[-3.67660,51.6211],[-3.677799,51.6217],[-3.67890,51.6225],[-3.679199,51.6229],[-3.679301,51.6233],[-3.6786,51.6245],[-3.676201,51.6275],[-3.6752,51.6309],[-3.673599,51.6329],[-3.665499,51.6419],[-3.6626,51.646],[-3.661099,51.6461],[-3.6566,51.6457],[-3.65,51.6453],[-3.642499,51.6447],[-3.638299,51.6443],[-3.6326,51.6437],[-3.612999,51.6409],[-3.597199,51.6388],[-3.595099,51.6388],[-3.5948,51.6390],[-3.595099,51.6407],[-3.5957,51.6416],[-3.5957,51.6420],[-3.5896,51.6433],[-3.5834,51.6449],[-3.581201,51.6455],[-3.5801,51.6456],[-3.578501,51.6456],[-3.57270,51.6452],[-3.566,51.6445],[-3.562099,51.6444],[-3.55600,51.6465],[-3.548901,51.6464],[-3.544399,51.6442],[-3.5397,51.6447],[-3.537899,51.6446],[-3.536401,51.6430],[-3.534199,51.6403],[-3.533299,51.6387],[-3.523799,51.6351],[-3.5223,51.6333],[-3.5225,51.6309],[-3.522001,51.6291],[-3.517999,51.6256],[-3.5137,51.6211],[-3.5106,51.618],[-3.50720,51.6173],[-3.5057,51.6164],[-3.50340,51.616],[-3.501899,51.6146],[-3.4999,51.6143],[-3.49900,51.6126],[-3.49710,51.6105],[-3.493299,51.6094],[-3.4865,51.6096],[-3.4853,51.6101],[-3.483999,51.61],[-3.482399,51.6086],[-3.4821,51.6064],[-3.479199,51.6054],[-3.476201,51.6048],[-3.473799,51.6038],[-3.472001,51.6011],[-3.4714,51.5991],[-3.471699,51.5962],[-3.472699,51.5948],[-3.477,51.5922],[-3.477499,51.5902],[-3.478701,51.5886],[-3.4797,51.5881],[-3.4798,51.5866],[-3.479501,51.5854],[-3.4772,51.5839],[-3.477099,51.5822],[-3.4784,51.5810],[-3.480599,51.5804],[-3.482199,51.5776],[-3.4848,51.5761],[-3.48700,51.5754],[-3.487299,51.5737],[-3.486001,51.5731],[-3.4848,51.5729],[-3.483901,51.5710],[-3.4842,51.5695],[-3.486099,51.5682],[-3.4865,51.5674],[-3.486401,51.5669],[-3.486001,51.566],[-3.4802,51.5650],[-3.477999,51.5642],[-3.4772,51.5633],[-3.4765,51.5619],[-3.4766,51.5606],[-3.478199,51.5584],[-3.478199,51.5572],[-3.474,51.5563],[-3.472001,51.5553],[-3.4704,51.5531],[-3.469301,51.552],[-3.469301,51.5493],[-3.4686,51.5474],[-3.4651,51.5456],[-3.46280,51.5443],[-3.461699,51.5433],[-3.462899,51.5422],[-3.4646,51.5411],[-3.4677,51.5402],[-3.473,51.5402],[-3.4763,51.5386],[-3.478199,51.5372],[-3.479899,51.5351],[-3.4804,51.5284],[-3.48280,51.5256],[-3.483799,51.5237],[-3.486201,51.5176],[-3.487099,51.5164],[-3.488501,51.5154],[-3.494101,51.5146],[-3.497299,51.5138],[-3.499599,51.5127],[-3.50300,51.5112],[-3.50810,51.5086],[-3.512599,51.5066],[-3.515,51.5056],[-3.5178,51.5052],[-3.5227,51.5042],[-3.5246,51.5031],[-3.529599,51.5017],[-3.53370,51.4995],[-3.538901,51.4974],[-3.540699,51.496],[-3.5437,51.4946],[-3.5476,51.4942],[-3.548501,51.4936],[-3.5504,51.4924],[-3.554101,51.4914],[-3.558701,51.4919],[-3.5613,51.4914],[-3.565799,51.4897],[-3.566499,51.4898],[-3.5671,51.4908],[-3.566401,51.4919],[-3.5652,51.4926],[-3.564101,51.493],[-3.564101,51.4941],[-3.5638,51.4959],[-3.564101,51.4966]]]]}, properties:{name:"Bridgend (Pen-Y-Bont Ar Ogwr)"}}, {type:"Feature", geometry:{type:"MultiPolygon", coordinates:[[[[-3.2351,51.5544],[-3.237799,51.5592],[-3.2392,51.5607],[-3.239799,51.5616],[-3.24040,51.5639],[-3.242001,51.5650],[-3.244501,51.5670],[-3.247,51.5684],[-3.2478,51.5688],[-3.248501,51.5686],[-3.249399,51.5686],[-3.2502,51.5687],[-3.2509,51.5692],[-3.251699,51.5702],[-3.2525,51.5704],[-3.2537,51.5697],[-3.2558,51.5687],[-3.2586,51.5675],[-3.2599,51.566],[-3.261801,51.5683],[-3.266001,51.5683],[-3.2676,51.5696],[-3.269799,51.5730],[-3.271801,51.5753],[-3.275599,51.5790],[-3.278501,51.5812],[-3.281899,51.5835],[-3.28500,51.5845],[-3.286401,51.585],[-3.2874,51.5875],[-3.286201,51.5898],[-3.286099,51.5914],[-3.2876,51.5929],[-3.28920,51.5938],[-3.289599,51.5944],[-3.289799,51.5954],[-3.2893,51.5985],[-3.2893,51.5997],[-3.2897,51.6006],[-3.289999,51.601],[-3.290699,51.6015],[-3.2929,51.6023],[-3.300299,51.611],[-3.3009,51.6124],[-3.300699,51.6148],[-3.299799,51.6165],[-3.298599,51.6179],[-3.297499,51.6182],[-3.296401,51.6186],[-3.296099,51.6192],[-3.296099,51.6197],[-3.2967,51.6201],[-3.3006,51.6207],[-3.3024,51.6214],[-3.302799,51.6218],[-3.3024,51.6224],[-3.30160,51.6231],[-3.2997,51.6241],[-3.299101,51.6246],[-3.2988,51.6252],[-3.298901,51.6257],[-3.29950,51.6261],[-3.3004,51.6266],[-3.3009,51.6277],[-3.300699,51.6294],[-3.30140,51.6306],[-3.310699,51.6330],[-3.3118,51.6357],[-3.312001,51.6393],[-3.301201,51.6494],[-3.299999,51.6554],[-3.2978,51.6586],[-3.29740,51.6596],[-3.297499,51.6605],[-3.297899,51.661],[-3.2978,51.662],[-3.2973,51.6627],[-3.296601,51.663],[-3.2957,51.6632],[-3.2946,51.6626],[-3.2939,51.662],[-3.292799,51.6596],[-3.2922,51.6588],[-3.291201,51.6579],[-3.2901,51.6571],[-3.2888,51.6569],[-3.286299,51.6566],[-3.2848,51.6568],[-3.282799,51.6574],[-3.281801,51.6585],[-3.2808,51.66],[-3.280499,51.6619],[-3.280499,51.6633],[-3.280699,51.6645],[-3.280499,51.6667],[-3.274199,51.6744],[-3.272399,51.6753],[-3.2746,51.6773],[-3.2753,51.6812],[-3.276401,51.6858],[-3.27910,51.6883],[-3.279999,51.6923],[-3.2846,51.6965],[-3.287,51.7012],[-3.2897,51.7085],[-3.2901,51.7126],[-3.294899,51.718],[-3.2973,51.7223],[-3.298501,51.728],[-3.3002,51.7298],[-3.3032,51.7329],[-3.3011,51.7348],[-3.302001,51.7365],[-3.3046,51.7388],[-3.307899,51.7361],[-3.312999,51.7335],[-3.313299,51.7363],[-3.3129,51.7381],[-3.312001,51.7391],[-3.31170,51.7402],[-3.312099,51.741],[-3.312799,51.7415],[-3.314199,51.7417],[-3.3169,51.742],[-3.31780,51.7445],[-3.3255,51.7570],[-3.326299,51.7708],[-3.327199,51.7738],[-3.3271,51.7816],[-3.332299,51.7912],[-3.321201,51.7941],[-3.318799,51.7947],[-3.316601,51.795],[-3.3099,51.7942],[-3.3093,51.7966],[-3.308599,51.8074],[-3.2939,51.7951],[-3.2908,51.7921],[-3.289799,51.7914],[-3.286201,51.788],[-3.2779,51.7808],[-3.276801,51.7801],[-3.275899,51.78],[-3.2755,51.7794],[-3.275399,51.7791],[-3.2748,51.7784],[-3.2734,51.7778],[-3.272001,51.7787],[-3.2706,51.7772],[-3.26900,51.7751],[-3.2658,51.7713],[-3.264899,51.7683],[-3.264501,51.7667],[-3.264301,51.7649],[-3.264199,51.7629],[-3.262199,51.7633],[-3.2607,51.7633],[-3.258501,51.763],[-3.256299,51.7629],[-3.256001,51.7624],[-3.255899,51.7614],[-3.256201,51.7607],[-3.2576,51.7600],[-3.258501,51.7587],[-3.2586,51.7576],[-3.256401,51.7570],[-3.255,51.7546],[-3.2525,51.7506],[-3.251601,51.7499],[-3.250499,51.7497],[-3.249599,51.7493],[-3.248199,51.7483],[-3.247299,51.7476],[-3.247,51.7463],[-3.24630,51.7452],[-3.2442,51.7440],[-3.242199,51.7428],[-3.24060,51.7416],[-3.239599,51.7411],[-3.238199,51.7402],[-3.2372,51.7396],[-3.23450,51.7379],[-3.233,51.7365],[-3.231699,51.7351],[-3.2311,51.7336],[-3.227,51.7312],[-3.226201,51.73],[-3.224301,51.7269],[-3.223099,51.7253],[-3.223,51.7234],[-3.221601,51.719],[-3.221499,51.7188],[-3.22140,51.7187],[-3.221299,51.7187],[-3.2212,51.72],[-3.2211,51.7205],[-3.2211,51.7213],[-3.221,51.7226],[-3.221499,51.7253],[-3.2211,51.7257],[-3.2204,51.7255],[-3.21970,51.7251],[-3.219301,51.7247],[-3.2186,51.7237],[-3.2184,51.7227],[-3.2184,51.7222],[-3.2177,51.7218],[-3.21740,51.7218],[-3.217,51.7223],[-3.2168,51.7229],[-3.2168,51.7235],[-3.2166,51.7245],[-3.216001,51.7255],[-3.2104,51.7294],[-3.211,51.7307],[-3.212399,51.732],[-3.213701,51.7344],[-3.2154,51.7367],[-3.2169,51.7383],[-3.218501,51.7392],[-3.2188,51.7405],[-3.2184,51.7422],[-3.213599,51.7465],[-3.202199,51.7506],[-3.192199,51.7403],[-3.183901,51.7294],[-3.183901,51.7285],[-3.184,51.7275],[-3.1844,51.7266],[-3.1847,51.7255],[-3.1842,51.724],[-3.182199,51.7228],[-3.180099,51.721],[-3.1788,51.7191],[-3.1779,51.7172],[-3.1781,51.714],[-3.177799,51.7128],[-3.1764,51.7125],[-3.1759,51.7115],[-3.175299,51.7098],[-3.174,51.7083],[-3.1724,51.7073],[-3.168,51.7119],[-3.160399,51.717],[-3.159199,51.7148],[-3.157399,51.7124],[-3.155499,51.7121],[-3.1529,51.7116],[-3.151099,51.711],[-3.149899,51.7101],[-3.1485,51.7091],[-3.1466,51.7090],[-3.1454,51.7075],[-3.1449,51.7051],[-3.144799,51.7028],[-3.144599,51.6996],[-3.1436,51.6985],[-3.14210,51.6975],[-3.1387,51.6964],[-3.1342,51.6958],[-3.1298,51.6963],[-3.127199,51.6943],[-3.1262,51.6929],[-3.12590,51.6918],[-3.1262,51.6905],[-3.1273,51.6893],[-3.1292,51.6882],[-3.1328,51.6869],[-3.1361,51.6859],[-3.1373,51.6847],[-3.137399,51.6837],[-3.137001,51.6828],[-3.1356,51.6823],[-3.133501,51.6823],[-3.130399,51.6828],[-3.1243,51.6822],[-3.11980,51.6823],[-3.117399,51.6854],[-3.1184,51.6864],[-3.11560,51.6900],[-3.115799,51.6907],[-3.1157,51.6918],[-3.115299,51.6929],[-3.114399,51.6937],[-3.1126,51.6946],[-3.113501,51.6966],[-3.1101,51.7018],[-3.1029,51.7006],[-3.100699,51.6998],[-3.09980,51.6988],[-3.09940,51.6974],[-3.0995,51.6974],[-3.100199,51.6948],[-3.100699,51.6933],[-3.1016,51.6922],[-3.100399,51.6909],[-3.09940,51.6895],[-3.0985,51.6873],[-3.096601,51.6869],[-3.095,51.6863],[-3.094,51.6854],[-3.0934,51.6844],[-3.0929,51.6832],[-3.0926,51.6821],[-3.0913,51.6827],[-3.0901,51.6828],[-3.089101,51.6829],[-3.0876,51.6827],[-3.086801,51.6823],[-3.0854,51.685],[-3.0852,51.6862],[-3.084599,51.6862],[-3.0833,51.6847],[-3.082,51.6848],[-3.0806,51.6858],[-3.0797,51.6867],[-3.0783,51.6872],[-3.0776,51.6872],[-3.076601,51.6869],[-3.076401,51.6863],[-3.076601,51.6855],[-3.077199,51.6843],[-3.0778,51.6830],[-3.0782,51.6815],[-3.078099,51.6796],[-3.076601,51.6758],[-3.074899,51.6729],[-3.0725,51.6693],[-3.07290,51.6663],[-3.07290,51.6637],[-3.07310,51.6606],[-3.073501,51.6583],[-3.0761,51.6601],[-3.0757,51.6578],[-3.074699,51.6556],[-3.0734,51.654],[-3.0716,51.6523],[-3.0711,51.6513],[-3.0713,51.6498],[-3.077001,51.6434],[-3.079999,51.641],[-3.0815,51.6380],[-3.082999,51.6365],[-3.0852,51.6352],[-3.087199,51.6336],[-3.0883,51.6314],[-3.088901,51.6296],[-3.08340,51.6264],[-3.082,51.6246],[-3.0804,51.621],[-3.082,51.6175],[-3.0816,51.6154],[-3.0808,51.6141],[-3.079101,51.6139],[-3.0782,51.6134],[-3.076801,51.6135],[-3.075799,51.6124],[-3.0741,51.6124],[-3.0716,51.6117],[-3.068799,51.6098],[-3.0682,51.6086],[-3.065599,51.6081],[-3.0632,51.6082],[-3.061001,51.6078],[-3.060199,51.6074],[-3.059799,51.6064],[-3.0635,51.603],[-3.064399,51.6018],[-3.066299,51.6021],[-3.067199,51.6015],[-3.068901,51.5975],[-3.0717,51.5976],[-3.0737,51.5978],[-3.07520,51.5973],[-3.077899,51.5971],[-3.078901,51.5966],[-3.079999,51.5952],[-3.0806,51.5943],[-3.08130,51.5933],[-3.0824,51.5929],[-3.088399,51.5939],[-3.0896,51.5937],[-3.0905,51.5934],[-3.0913,51.5929],[-3.095099,51.5871],[-3.0964,51.5871],[-3.098901,51.5885],[-3.101001,51.5906],[-3.1052,51.5935],[-3.106699,51.5943],[-3.108799,51.5945],[-3.1106,51.5934],[-3.1115,51.592],[-3.1122,51.5913],[-3.1133,51.591],[-3.1159,51.5908],[-3.1173,51.5904],[-3.117899,51.5895],[-3.118599,51.5887],[-3.1205,51.5887],[-3.1222,51.5878],[-3.1233,51.5866],[-3.122699,51.5853],[-3.1222,51.5841],[-3.1215,51.5815],[-3.1208,51.5809],[-3.119999,51.5809],[-3.118099,51.5810],[-3.116899,51.5806],[-3.1157,51.5801],[-3.110399,51.5814],[-3.0927,51.5707],[-3.091201,51.5695],[-3.0905,51.5688],[-3.0904,51.5685],[-3.0908,51.5680],[-3.092,51.5668],[-3.092799,51.5661],[-3.098,51.5652],[-3.097899,51.5601],[-3.10360,51.5586],[-3.1064,51.5553],[-3.110199,51.5529],[-3.111601,51.552],[-3.1142,51.5501],[-3.1185,51.5476],[-3.120899,51.5486],[-3.141099,51.556],[-3.143399,51.5537],[-3.1441,51.5528],[-3.1447,51.5515],[-3.1473,51.5488],[-3.14840,51.5486],[-3.149899,51.5491],[-3.150399,51.5515],[-3.151601,51.5537],[-3.153399,51.5549],[-3.153399,51.557],[-3.15870,51.5609],[-3.162,51.5608],[-3.16880,51.5604],[-3.183199,51.5595],[-3.1947,51.5572],[-3.199899,51.5566],[-3.211,51.5552],[-3.21580,51.5538],[-3.2274,51.5518],[-3.2293,51.551],[-3.230299,51.5508],[-3.2313,51.5508],[-3.2335,51.5534],[-3.233799,51.5538],[-3.2351,51.5544]]]]}, properties:{name:"Caerphilly (Caerffili)"}}, {type:"Feature", geometry:{type:"MultiPolygon", coordinates:[[[[-3.150399,51.5515],[-3.149899,51.5491],[-3.14840,51.5486],[-3.1473,51.5488],[-3.1447,51.5515],[-3.1441,51.5528],[-3.143399,51.5537],[-3.141099,51.556],[-3.120899,51.5486],[-3.1185,51.5476],[-3.0927,51.5421],[-3.0871,51.535],[-3.07520,51.5290],[-3.0667,51.5226],[-3.080499,51.5165],[-3.082599,51.5154],[-3.084501,51.5144],[-3.0848,51.5140],[-3.086401,51.5107],[-3.086499,51.5102],[-3.0861,51.5097],[-3.085,51.5085],[-3.084301,51.5079],[-3.07710,51.5025],[-3.0824,51.5000],[-3.0869,51.4979],[-3.0897,51.4967],[-3.0924,51.4958],[-3.0995,51.494],[-3.100899,51.4936],[-3.102499,51.493],[-3.104399,51.4923],[-3.106,51.4923],[-3.107001,51.4924],[-3.1077,51.4926],[-3.1082,51.4929],[-3.1094,51.4934],[-3.1103,51.4937],[-3.110899,51.4938],[-3.111401,51.4937],[-3.1134,51.493],[-3.114399,51.4926],[-3.1154,51.4922],[-3.1161,51.4923],[-3.1164,51.4924],[-3.116499,51.4926],[-3.116601,51.4929],[-3.1163,51.494],[-3.1164,51.4945],[-3.117001,51.4951],[-3.118,51.4952],[-3.1185,51.4951],[-3.1192,51.4948],[-3.1196,51.4944],[-3.119999,51.4937],[-3.1201,51.4936],[-3.1203,51.4937],[-3.1206,51.4941],[-3.120699,51.4946],[-3.120699,51.4948],[-3.1201,51.4953],[-3.1196,51.4959],[-3.1196,51.4961],[-3.1199,51.4963],[-3.120199,51.4964],[-3.1205,51.4964],[-3.121201,51.4955],[-3.12170,51.4949],[-3.1218,51.4947],[-3.121401,51.4937],[-3.121099,51.4933],[-3.120199,51.4929],[-3.11980,51.493],[-3.1192,51.4935],[-3.1185,51.4941],[-3.118099,51.4943],[-3.1178,51.4942],[-3.11770,51.494],[-3.1178,51.4935],[-3.118,51.493],[-3.1185,51.4926],[-3.119699,51.4916],[-3.120199,51.4909],[-3.1205,51.4907],[-3.1208,51.4907],[-3.121099,51.4907],[-3.121201,51.4909],[-3.121201,51.4915],[-3.121201,51.4924],[-3.12170,51.4928],[-3.1233,51.4928],[-3.125,51.4926],[-3.125799,51.4924],[-3.1263,51.4924],[-3.127001,51.4926],[-3.1275,51.4929],[-3.1275,51.4932],[-3.127399,51.4936],[-3.126899,51.4944],[-3.1262,51.4950],[-3.1254,51.4955],[-3.124599,51.4959],[-3.1228,51.4965],[-3.12210,51.4969],[-3.1218,51.4972],[-3.122,51.4993],[-3.12210,51.4996],[-3.122299,51.4999],[-3.1226,51.5002],[-3.122999,51.5004],[-3.123399,51.5005],[-3.12380,51.5005],[-3.124399,51.5003],[-3.1247,51.5001],[-3.1249,51.4996],[-3.125099,51.4993],[-3.1254,51.499],[-3.126499,51.4985],[-3.126899,51.4981],[-3.127199,51.4977],[-3.127899,51.4972],[-3.128099,51.4968],[-3.12800,51.4966],[-3.127899,51.4965],[-3.127599,51.4965],[-3.127001,51.4966],[-3.126699,51.4967],[-3.126499,51.4969],[-3.12610,51.4976],[-3.1254,51.4982],[-3.125,51.4984],[-3.124599,51.4985],[-3.1241,51.4983],[-3.12380,51.4980],[-3.123501,51.4976],[-3.123501,51.4975],[-3.1236,51.4972],[-3.12400,51.497],[-3.1273,51.4953],[-3.128799,51.4934],[-3.1287,51.4929],[-3.128599,51.4927],[-3.12820,51.4922],[-3.127599,51.4917],[-3.126899,51.4915],[-3.1256,51.4914],[-3.125,51.4914],[-3.1241,51.4916],[-3.123399,51.4919],[-3.122699,51.4919],[-3.122499,51.4913],[-3.122499,51.4904],[-3.122499,51.4899],[-3.1222,51.4898],[-3.121401,51.4898],[-3.119699,51.4901],[-3.118901,51.4905],[-3.1184,51.4907],[-3.1178,51.4908],[-3.1175,51.4906],[-3.1175,51.4896],[-3.1182,51.488],[-3.118599,51.4873],[-3.118999,51.4868],[-3.1206,51.4854],[-3.121601,51.4847],[-3.122499,51.4842],[-3.12380,51.4834],[-3.1243,51.4831],[-3.1243,51.4828],[-3.12380,51.4821],[-3.123399,51.4814],[-3.1233,51.481],[-3.123399,51.4808],[-3.1241,51.4805],[-3.1256,51.4799],[-3.1262,51.4794],[-3.127399,51.4784],[-3.128299,51.4774],[-3.1296,51.4753],[-3.130399,51.4744],[-3.131401,51.4738],[-3.1317,51.4736],[-3.13220,51.4733],[-3.132499,51.4733],[-3.1331,51.4733],[-3.134501,51.4734],[-3.1354,51.4737],[-3.1361,51.4736],[-3.13620,51.4734],[-3.13620,51.4731],[-3.1361,51.4729],[-3.1356,51.4723],[-3.134799,51.4715],[-3.132499,51.4694],[-3.1317,51.4688],[-3.131201,51.4683],[-3.131099,51.4678],[-3.131601,51.4674],[-3.1328,51.4664],[-3.138901,51.4623],[-3.1419,51.4603],[-3.1441,51.4587],[-3.1458,51.4575],[-3.1485,51.4553],[-3.149699,51.4543],[-3.150399,51.4538],[-3.151401,51.4531],[-3.15260,51.4524],[-3.1533,51.4522],[-3.15430,51.4522],[-3.154799,51.4525],[-3.1551,51.4527],[-3.1551,51.4529],[-3.1544,51.4540],[-3.1538,51.4547],[-3.1533,51.4551],[-3.1521,51.4561],[-3.150899,51.4571],[-3.149899,51.4579],[-3.148799,51.4587],[-3.147799,51.4594],[-3.1473,51.4598],[-3.146899,51.4602],[-3.1466,51.4605],[-3.14650,51.4608],[-3.146699,51.4612],[-3.1475,51.4619],[-3.14820,51.4631],[-3.1487,51.4648],[-3.1485,51.4653],[-3.148299,51.4657],[-3.1475,51.4661],[-3.146001,51.4668],[-3.143399,51.4683],[-3.14210,51.4693],[-3.1428,51.4699],[-3.1438,51.4707],[-3.1466,51.4691],[-3.150399,51.4671],[-3.1515,51.4662],[-3.15220,51.4656],[-3.1529,51.4653],[-3.153701,51.4652],[-3.1549,51.4652],[-3.1551,51.4653],[-3.1556,51.4657],[-3.1556,51.4664],[-3.155499,51.4678],[-3.155299,51.4691],[-3.155299,51.4697],[-3.1556,51.4706],[-3.157599,51.4733],[-3.159101,51.4748],[-3.16080,51.4769],[-3.161401,51.477],[-3.162199,51.4768],[-3.1628,51.4764],[-3.162899,51.4762],[-3.1628,51.4759],[-3.1623,51.4752],[-3.1617,51.4747],[-3.1596,51.4726],[-3.1586,51.4717],[-3.1577,51.4707],[-3.157099,51.4699],[-3.156899,51.4692],[-3.156899,51.4686],[-3.1573,51.4668],[-3.158099,51.4657],[-3.158799,51.4648],[-3.1596,51.4642],[-3.160399,51.4643],[-3.161099,51.464],[-3.161601,51.4635],[-3.1621,51.4628],[-3.1624,51.4613],[-3.162699,51.4594],[-3.163,51.4591],[-3.163501,51.4589],[-3.1643,51.4588],[-3.1661,51.4588],[-3.168,51.4589],[-3.169199,51.4591],[-3.17,51.4595],[-3.1702,51.4597],[-3.1702,51.4600],[-3.170099,51.4604],[-3.169899,51.4607],[-3.169501,51.4611],[-3.1689,51.4615],[-3.1684,51.4620],[-3.1685,51.4623],[-3.16880,51.4625],[-3.1696,51.4622],[-3.171099,51.4614],[-3.1731,51.4599],[-3.1743,51.4593],[-3.175299,51.4588],[-3.1756,51.4585],[-3.1756,51.458],[-3.1756,51.4575],[-3.1754,51.4571],[-3.1751,51.4568],[-3.174799,51.4565],[-3.1744,51.4564],[-3.172899,51.4562],[-3.172899,51.4555],[-3.17300,51.4553],[-3.1738,51.4552],[-3.174599,51.4551],[-3.1754,51.4548],[-3.175499,51.4545],[-3.1756,51.4537],[-3.1756,51.4532],[-3.1754,51.4527],[-3.1752,51.4523],[-3.174999,51.4519],[-3.1745,51.4514],[-3.173701,51.4509],[-3.1721,51.4501],[-3.1717,51.4498],[-3.171201,51.4494],[-3.17090,51.4490],[-3.17070,51.4484],[-3.170799,51.4483],[-3.171499,51.4481],[-3.1721,51.4482],[-3.172899,51.4483],[-3.1742,51.4487],[-3.1758,51.4489],[-3.176899,51.4485],[-3.177999,51.4484],[-3.179399,51.4484],[-3.1807,51.4488],[-3.1817,51.4493],[-3.1833,51.4502],[-3.1844,51.4508],[-3.1845,51.4509],[-3.1844,51.4511],[-3.184,51.4511],[-3.1819,51.4502],[-3.181099,51.4499],[-3.1803,51.4496],[-3.17870,51.4497],[-3.1782,51.4498],[-3.1779,51.4499],[-3.177599,51.4501],[-3.1774,51.4504],[-3.177299,51.4507],[-3.177599,51.4520],[-3.179101,51.455],[-3.179899,51.4554],[-3.1807,51.4557],[-3.181401,51.4558],[-3.1823,51.4556],[-3.183199,51.4552],[-3.183599,51.4549],[-3.183701,51.4546],[-3.183701,51.4543],[-3.183501,51.4541],[-3.183199,51.4541],[-3.1819,51.4547],[-3.181401,51.4548],[-3.180799,51.4547],[-3.1805,51.4546],[-3.1802,51.4544],[-3.179899,51.4540],[-3.178999,51.4526],[-3.1786,51.4517],[-3.1785,51.4512],[-3.1785,51.4510],[-3.1788,51.4509],[-3.17960,51.4508],[-3.1807,51.4509],[-3.1826,51.4516],[-3.183599,51.4520],[-3.1846,51.4522],[-3.1858,51.4523],[-3.1866,51.4525],[-3.1882,51.4533],[-3.1889,51.4534],[-3.188999,51.4532],[-3.188999,51.4530],[-3.18880,51.4527],[-3.1879,51.4519],[-3.186201,51.4507],[-3.1864,51.4507],[-3.191,51.4524],[-3.2,51.4555],[-3.2044,51.4573],[-3.205499,51.4593],[-3.205899,51.4605],[-3.205199,51.4648],[-3.205499,51.4662],[-3.209399,51.47],[-3.214,51.4725],[-3.218199,51.4735],[-3.2205,51.474],[-3.224999,51.4736],[-3.22840,51.472],[-3.2335,51.4698],[-3.240099,51.4657],[-3.24440,51.4642],[-3.2468,51.4637],[-3.2512,51.4641],[-3.2553,51.4656],[-3.260299,51.4654],[-3.26460,51.4649],[-3.2671,51.4633],[-3.270499,51.4614],[-3.2725,51.4615],[-3.273901,51.4628],[-3.274899,51.4647],[-3.2753,51.4662],[-3.2755,51.4681],[-3.281001,51.4758],[-3.286,51.4836],[-3.2874,51.4853],[-3.294101,51.4932],[-3.2983,51.4971],[-3.3018,51.5000],[-3.3052,51.5024],[-3.3071,51.5026],[-3.308501,51.5086],[-3.309799,51.5087],[-3.312599,51.5082],[-3.316601,51.5065],[-3.318701,51.5101],[-3.3232,51.5155],[-3.33820,51.5247],[-3.339301,51.5261],[-3.341001,51.5284],[-3.3418,51.5303],[-3.3418,51.5316],[-3.3411,51.5339],[-3.3405,51.5356],[-3.339101,51.5361],[-3.3376,51.5362],[-3.336601,51.5367],[-3.335599,51.5369],[-3.334501,51.5363],[-3.3339,51.536],[-3.332099,51.5357],[-3.329799,51.5359],[-3.329,51.5354],[-3.326401,51.5351],[-3.3229,51.5351],[-3.322099,51.5355],[-3.320699,51.5363],[-3.318599,51.5365],[-3.317899,51.5413],[-3.3171,51.5425],[-3.309799,51.5432],[-3.308501,51.5435],[-3.3083,51.5445],[-3.308399,51.5454],[-3.3088,51.5464],[-3.309799,51.5471],[-3.3118,51.5478],[-3.3124,51.5484],[-3.3124,51.5491],[-3.312001,51.5499],[-3.3108,51.5506],[-3.306601,51.5518],[-3.298501,51.548],[-3.29550,51.548],[-3.2946,51.5476],[-3.29320,51.5476],[-3.2909,51.5486],[-3.287699,51.5498],[-3.2848,51.5498],[-3.283299,51.5487],[-3.279799,51.5489],[-3.2778,51.5499],[-3.277499,51.5505],[-3.2781,51.5513],[-3.278901,51.5518],[-3.278901,51.5523],[-3.2788,51.5529],[-3.278199,51.5532],[-3.277499,51.5533],[-3.2767,51.5531],[-3.276,51.5529],[-3.2735,51.5527],[-3.2723,51.5516],[-3.27070,51.5464],[-3.2665,51.5428],[-3.264301,51.5418],[-3.2636,51.5416],[-3.26270,51.5415],[-3.26060,51.541],[-3.259,51.5408],[-3.2557,51.5409],[-3.254301,51.5418],[-3.252899,51.5428],[-3.242399,51.55],[-3.239501,51.5522],[-3.2351,51.5544],[-3.233799,51.5538],[-3.2335,51.5534],[-3.2313,51.5508],[-3.230299,51.5508],[-3.2293,51.551],[-3.2274,51.5518],[-3.21580,51.5538],[-3.211,51.5552],[-3.199899,51.5566],[-3.1947,51.5572],[-3.183199,51.5595],[-3.16880,51.5604],[-3.162,51.5608],[-3.15870,51.5609],[-3.153399,51.557],[-3.153399,51.5549],[-3.151601,51.5537],[-3.150399,51.5515]]],[[[-3.1563,51.4532],[-3.15660,51.4531],[-3.157399,51.4532],[-3.1579,51.4534],[-3.1582,51.4536],[-3.15870,51.4541],[-3.158999,51.4545],[-3.159101,51.4549],[-3.159199,51.4554],[-3.159199,51.4561],[-3.159199,51.4568],[-3.159199,51.4572],[-3.159101,51.4576],[-3.15870,51.4583],[-3.157599,51.4596],[-3.156801,51.4606],[-3.1565,51.4616],[-3.1561,51.4619],[-3.155699,51.4621],[-3.1542,51.4623],[-3.153399,51.4627],[-3.1529,51.463],[-3.15260,51.4633],[-3.152499,51.464],[-3.15220,51.4648],[-3.151801,51.4651],[-3.1515,51.4653],[-3.150399,51.4656],[-3.150199,51.4655],[-3.149501,51.4643],[-3.149301,51.4638],[-3.149199,51.4633],[-3.1494,51.4622],[-3.149501,51.4619],[-3.15,51.4613],[-3.1517,51.4601],[-3.153901,51.4585],[-3.154799,51.4579],[-3.155299,51.4574],[-3.1554,51.4572],[-3.1552,51.4569],[-3.1542,51.4559],[-3.15430,51.4555],[-3.15450,51.4551],[-3.156001,51.4534],[-3.1563,51.4532]]]]}, properties:{name:"Cardiff (Caerdydd)"}}, {type:"Feature", geometry:{type:"MultiPolygon", coordinates:[[[[-3.81130, 52.1228],[-3.8097, 52.1215],[-3.8069, 52.1206],[-3.802999, 52.1197],[-3.802001, 52.1198],[-3.800299, 52.1185],[-3.7983, 52.1175],[-3.796299, 52.1169],[-3.7957, 52.1158],[-3.794199, 52.1145],[-3.794199, 52.1136],[-3.794699, 52.1122],[-3.7946, 52.1114],[-3.792399, 52.111],[-3.791201, 52.1106],[-3.7894, 52.1097],[-3.7873, 52.1096],[-3.7858, 52.1084],[-3.7857, 52.1067],[-3.78500, 52.1052],[-3.7836, 52.1059],[-3.782599, 52.1079],[-3.782001, 52.1082],[-3.78060, 52.1081],[-3.776099, 52.1082],[-3.775, 52.1096],[-3.774501, 52.1109],[-3.773799, 52.1143],[-3.773799, 52.1167],[-3.7734, 52.1174],[-3.773099, 52.1177],[-3.7725, 52.1180],[-3.7716, 52.1185],[-3.7708, 52.1188],[-3.767699, 52.1187],[-3.766201, 52.1191],[-3.765399, 52.1194],[-3.765199, 52.1196],[-3.765, 52.1200],[-3.765399, 52.1208],[-3.76580, 52.1215],[-3.766099, 52.1221],[-3.765, 52.1229],[-3.7569, 52.1286],[-3.7565, 52.1284],[-3.752001, 52.1284],[-3.7486, 52.1282],[-3.747699, 52.1280],[-3.747, 52.1277],[-3.744501, 52.1257],[-3.742899, 52.1243],[-3.741601, 52.1230],[-3.740499, 52.1219],[-3.739599, 52.1215],[-3.737999, 52.1208],[-3.733701, 52.1204],[-3.7298, 52.1199],[-3.7269, 52.1188],[-3.724699, 52.1175],[-3.722199, 52.1161],[-3.7209, 52.1159],[-3.719301, 52.1167],[-3.7183, 52.1165],[-3.71740, 52.1158],[-3.7163, 52.1147],[-3.71550, 52.111],[-3.7149, 52.1099],[-3.714, 52.1078],[-3.713799, 52.1066],[-3.713799, 52.1057],[-3.714, 52.1049],[-3.714301, 52.1042],[-3.7146, 52.1038],[-3.7156, 52.1027],[-3.7207, 52.0997],[-3.721699, 52.0991],[-3.727499, 52.094],[-3.7272, 52.0938],[-3.7242, 52.0935],[-3.722199, 52.0933],[-3.721699, 52.0924],[-3.720799, 52.0895],[-3.720299, 52.0884],[-3.7204, 52.0873],[-3.7211, 52.086],[-3.721, 52.0855],[-3.7197, 52.0855],[-3.71720, 52.0855],[-3.711499, 52.0853],[-3.706001, 52.0844],[-3.703799, 52.0837],[-3.7021, 52.0829],[-3.700599, 52.0815],[-3.69960, 52.0805],[-3.6986, 52.0796],[-3.6967, 52.079],[-3.694, 52.078],[-3.687799, 52.0772],[-3.6853, 52.0763],[-3.680599, 52.0743],[-3.677999, 52.0742],[-3.676201, 52.0745],[-3.67470, 52.0748],[-3.66820, 52.0752],[-3.6658, 52.0751],[-3.6654, 52.0751],[-3.6651, 52.0749],[-3.6652, 52.0742],[-3.6659, 52.0728],[-3.667001, 52.0711],[-3.6679, 52.0703],[-3.672899, 52.0681],[-3.673599, 52.0677],[-3.674101, 52.0671],[-3.674, 52.0668],[-3.6731, 52.0659],[-3.673399, 52.0654],[-3.674599, 52.0648],[-3.676001, 52.0641],[-3.6782, 52.0616],[-3.67680, 52.0600],[-3.6742, 52.0573],[-3.6721, 52.0573],[-3.669501, 52.0572],[-3.6687, 52.0569],[-3.6628, 52.0535],[-3.6619, 52.0529],[-3.661601, 52.0525],[-3.6615, 52.0515],[-3.661299, 52.0512],[-3.659101, 52.0493],[-3.6586, 52.0483],[-3.657599, 52.0473],[-3.6538, 52.0445],[-3.649501, 52.042],[-3.647399, 52.0407],[-3.647099, 52.0401],[-3.647399, 52.0394],[-3.64840, 52.0384],[-3.649501, 52.0374],[-3.651401, 52.0364],[-3.65410, 52.0355],[-3.6589, 52.0341],[-3.661601, 52.0331],[-3.6617, 52.0325],[-3.661299, 52.0311],[-3.6609, 52.0288],[-3.661, 52.0282],[-3.661401, 52.0277],[-3.6765, 52.0204],[-3.6786, 52.018],[-3.6807, 52.0152],[-3.682001, 52.0133],[-3.6828, 52.0119],[-3.6833, 52.0109],[-3.684101, 52.0066],[-3.6845, 52.0061],[-3.685199, 52.0056],[-3.686001, 52.0052],[-3.686201, 52.0050],[-3.6864, 52.0047],[-3.6864, 52.0041],[-3.6831, 52.0026],[-3.6831, 52.0021],[-3.683399, 52.0011],[-3.684,51.9998],[-3.684799,51.9989],[-3.6854,51.9983],[-3.687299,51.9971],[-3.694999,51.993],[-3.706401,51.9869],[-3.714,51.9842],[-3.712399,51.9795],[-3.7105,51.9744],[-3.7102,51.9628],[-3.7098,51.9622],[-3.703599,51.9576],[-3.6974,51.9531],[-3.6961,51.9522],[-3.695199,51.9508],[-3.6954,51.9502],[-3.696001,51.9497],[-3.6988,51.9476],[-3.701401,51.9463],[-3.7089,51.9470],[-3.7156,51.9445],[-3.717799,51.9439],[-3.718501,51.9435],[-3.7188,51.9429],[-3.7189,51.9426],[-3.719301,51.9415],[-3.719301,51.9406],[-3.7188,51.9382],[-3.719501,51.9366],[-3.719899,51.9354],[-3.721601,51.9244],[-3.7232,51.9183],[-3.7244,51.9146],[-3.72330,51.9123],[-3.72140,51.9098],[-3.717799,51.9087],[-3.713099,51.9079],[-3.711699,51.9071],[-3.7112,51.9068],[-3.711,51.9053],[-3.7119,51.9045],[-3.715199,51.9008],[-3.71550,51.9],[-3.7154,51.899],[-3.713901,51.8933],[-3.7128,51.8894],[-3.712899,51.8886],[-3.713099,51.8878],[-3.713901,51.8869],[-3.717999,51.8830],[-3.736201,51.8661],[-3.7372,51.8652],[-3.7388,51.8642],[-3.743599,51.8635],[-3.745399,51.8631],[-3.7471,51.862],[-3.747699,51.8607],[-3.748199,51.8594],[-3.7493,51.8586],[-3.7509,51.8581],[-3.751801,51.8575],[-3.752399,51.8567],[-3.7535,51.8564],[-3.7569,51.8564],[-3.7612,51.8547],[-3.761899,51.8543],[-3.763,51.8542],[-3.763299,51.854],[-3.764199,51.8521],[-3.764899,51.8512],[-3.765399,51.8487],[-3.766601,51.8472],[-3.769599,51.8436],[-3.78080,51.8285],[-3.780499,51.8230],[-3.7811,51.8215],[-3.782799,51.8196],[-3.784699,51.8167],[-3.7858,51.8141],[-3.7874,51.8108],[-3.78880,51.81],[-3.793099,51.8092],[-3.7946,51.8085],[-3.795599,51.8071],[-3.797699,51.8047],[-3.7999,51.8027],[-3.802599,51.801],[-3.804399,51.7987],[-3.805799,51.795],[-3.806401,51.7901],[-3.807499,51.7871],[-3.80940,51.7874],[-3.810699,51.7889],[-3.812099,51.7917],[-3.81320,51.7944],[-3.816801,51.7949],[-3.8183,51.7956],[-3.818099,51.7973],[-3.815599,51.798],[-3.8146,51.7987],[-3.814101,51.7998],[-3.814301,51.8011],[-3.816299,51.8026],[-3.816099,51.8039],[-3.8282,51.8074],[-3.8292,51.8072],[-3.835299,51.8081],[-3.836601,51.8102],[-3.83970,51.8103],[-3.8419,51.8105],[-3.8438,51.8099],[-3.84620,51.8095],[-3.8494,51.8098],[-3.850899,51.8095],[-3.8533,51.8094],[-3.854199,51.8096],[-3.85630,51.8098],[-3.8585,51.8099],[-3.8619,51.8106],[-3.863199,51.8113],[-3.8647,51.8114],[-3.865299,51.8104],[-3.8663,51.81],[-3.868999,51.8090],[-3.877199,51.8101],[-3.88520,51.807],[-3.888099,51.8058],[-3.891099,51.804],[-3.89500,51.8044],[-3.8998,51.8038],[-3.9021,51.804],[-3.903199,51.8047],[-3.90470,51.8044],[-3.902699,51.8026],[-3.8966,51.8026],[-3.893901,51.8015],[-3.8931,51.7996],[-3.8924,51.7978],[-3.8919,51.7966],[-3.890599,51.7956],[-3.8884,51.7946],[-3.887599,51.7939],[-3.88660,51.7921],[-3.8859,51.7899],[-3.8841,51.7874],[-3.883199,51.7864],[-3.882,51.7848],[-3.8817,51.7838],[-3.8822,51.7821],[-3.882999,51.7803],[-3.884799,51.776],[-3.886499,51.7715],[-3.8875,51.7701],[-3.8884,51.7700],[-3.8903,51.7704],[-3.892299,51.7711],[-3.8963,51.7729],[-3.907001,51.7706],[-3.90940,51.7704],[-3.910399,51.7711],[-3.911299,51.7729],[-3.914599,51.775],[-3.9173,51.775],[-3.9228,51.7743],[-3.9264,51.774],[-3.933199,51.7735],[-3.93380,51.7733],[-3.934799,51.7731],[-3.9384,51.772],[-3.9446,51.7696],[-3.94810,51.7684],[-3.950799,51.7668],[-3.9574,51.7664],[-3.9621,51.7661],[-3.9677,51.7663],[-3.9742,51.7662],[-3.9758,51.7664],[-3.9793,51.7669],[-3.981499,51.7683],[-3.98280,51.7702],[-3.985199,51.7716],[-3.991801,51.7742],[-3.993599,51.7754],[-3.99480,51.7748],[-3.9981,51.7711],[-3.999501,51.7708],[-4.000899,51.7704],[-4.0011,51.7685],[-4.0014,51.7678],[-4.001201,51.7661],[-4.0005,51.7648],[-4.0004,51.7641],[-4.000599,51.7635],[-4.000899,51.7631],[-4.0015,51.7626],[-4.002699,51.7619],[-4.004799,51.7610],[-4.005499,51.7606],[-4.0061,51.7597],[-4.007299,51.7580],[-4.009799,51.7550],[-4.0118,51.7531],[-4.0127,51.7529],[-4.013501,51.7528],[-4.014699,51.7528],[-4.015399,51.7528],[-4.016001,51.7526],[-4.0165,51.7521],[-4.0177,51.7509],[-4.0184,51.7505],[-4.018799,51.7499],[-4.019,51.7496],[-4.0194,51.7493],[-4.019899,51.7493],[-4.0208,51.7493],[-4.021699,51.7494],[-4.022299,51.7493],[-4.022699,51.749],[-4.0235,51.7480],[-4.0247,51.7453],[-4.0247,51.7448],[-4.024301,51.7442],[-4.0241,51.7439],[-4.024,51.7433],[-4.024301,51.7431],[-4.0246,51.743],[-4.025599,51.743],[-4.026801,51.7429],[-4.0272,51.7427],[-4.027599,51.7422],[-4.0279,51.7416],[-4.0279,51.7411],[-4.0278,51.7405],[-4.0274,51.7398],[-4.027299,51.7394],[-4.0274,51.7391],[-4.027599,51.739],[-4.0281,51.739],[-4.0287,51.7389],[-4.029399,51.7388],[-4.0302,51.7383],[-4.031401,51.737],[-4.032199,51.7365],[-4.033,51.7362],[-4.0348,51.7359],[-4.0359,51.7359],[-4.0368,51.7361],[-4.038099,51.7365],[-4.039199,51.7366],[-4.039999,51.7366],[-4.040699,51.7363],[-4.041201,51.736],[-4.041601,51.7355],[-4.0423,51.7341],[-4.043,51.7328],[-4.044199,51.7312],[-4.045599,51.7299],[-4.046299,51.7292],[-4.046899,51.7282],[-4.047,51.7275],[-4.047,51.7266],[-4.0466,51.726],[-4.045199,51.7244],[-4.044,51.7228],[-4.0436,51.7215],[-4.0433,51.7193],[-4.0432,51.7179],[-4.043099,51.7158],[-4.043,51.7145],[-4.043099,51.714],[-4.043701,51.7135],[-4.0458,51.7126],[-4.046201,51.7123],[-4.046201,51.7121],[-4.0461,51.7119],[-4.0454,51.7116],[-4.0425,51.7103],[-4.0411,51.7095],[-4.0408,51.7091],[-4.0408,51.7087],[-4.0408,51.7083],[-4.0409,51.708],[-4.0411,51.7077],[-4.0415,51.7076],[-4.0422,51.7077],[-4.0429,51.7079],[-4.043799,51.7086],[-4.04450,51.7091],[-4.0453,51.7093],[-4.0471,51.7096],[-4.0486,51.7097],[-4.048999,51.7096],[-4.049301,51.7092],[-4.049301,51.7086],[-4.049301,51.7069],[-4.049699,51.7046],[-4.049799,51.7032],[-4.0499,51.7027],[-4.0502,51.7022],[-4.051099,51.7016],[-4.052001,51.7012],[-4.053199,51.7009],[-4.054599,51.7008],[-4.056601,51.7008],[-4.0569,51.7007],[-4.0576,51.7002],[-4.0585,51.6992],[-4.059199,51.6984],[-4.059599,51.6976],[-4.060599,51.6955],[-4.061201,51.6944],[-4.0622,51.6932],[-4.062699,51.6927],[-4.0654,51.6902],[-4.066401,51.6894],[-4.067599,51.6888],[-4.0699,51.6883],[-4.0734,51.6874],[-4.074399,51.6869],[-4.0752,51.6861],[-4.0759,51.6842],[-4.0762,51.6826],[-4.076001,51.6813],[-4.075399,51.6794],[-4.074399,51.678],[-4.072899,51.6759],[-4.0727,51.6738],[-4.0727,51.672],[-4.073599,51.6682],[-4.0781,51.6616],[-4.0793,51.6618],[-4.0797,51.6619],[-4.080699,51.6621],[-4.0819,51.6623],[-4.0829,51.6622],[-4.0839,51.6622],[-4.084301,51.6623],[-4.084799,51.6626],[-4.085499,51.663],[-4.0866,51.6635],[-4.088099,51.6638],[-4.089799,51.6639],[-4.091001,51.6638],[-4.092199,51.6636],[-4.0946,51.6627],[-4.0983,51.6619],[-4.103,51.6611],[-4.105199,51.6605],[-4.1069,51.66],[-4.108799,51.6594],[-4.1096,51.6593],[-4.1103,51.6593],[-4.111001,51.6594],[-4.1124,51.6597],[-4.113501,51.6599],[-4.1146,51.6601],[-4.115499,51.66],[-4.119501,51.6593],[-4.122499,51.6589],[-4.122799,51.659],[-4.123099,51.6593],[-4.123199,51.6595],[-4.1234,51.6605],[-4.123701,51.6611],[-4.124,51.6612],[-4.1244,51.661],[-4.124599,51.6607],[-4.1247,51.6596],[-4.1248,51.6591],[-4.124899,51.6588],[-4.125299,51.6585],[-4.126201,51.6584],[-4.127299,51.6584],[-4.1282,51.6584],[-4.128399,51.6586],[-4.1286,51.6588],[-4.128799,51.6593],[-4.128901,51.6596],[-4.1292,51.6603],[-4.1295,51.6606],[-4.13,51.6608],[-4.1317,51.6606],[-4.132299,51.6608],[-4.132699,51.6612],[-4.132999,51.662],[-4.1331,51.6629],[-4.132999,51.6635],[-4.132899,51.6638],[-4.1324,51.6644],[-4.132,51.6647],[-4.1317,51.6648],[-4.1304,51.6648],[-4.128799,51.6647],[-4.1279,51.6648],[-4.1276,51.6649],[-4.1275,51.665],[-4.1276,51.6656],[-4.1282,51.6656],[-4.1297,51.6656],[-4.1304,51.6656],[-4.131499,51.6655],[-4.1321,51.6655],[-4.1325,51.6654],[-4.132899,51.6651],[-4.133501,51.6645],[-4.133999,51.6638],[-4.1341,51.6635],[-4.1342,51.6628],[-4.1342,51.6623],[-4.1342,51.6616],[-4.1338,51.6603],[-4.1338,51.6597],[-4.133901,51.6594],[-4.1342,51.6592],[-4.1346,51.6591],[-4.134799,51.6591],[-4.1352,51.6592],[-4.1356,51.6596],[-4.136099,51.66],[-4.1367,51.6603],[-4.1371,51.6604],[-4.137599,51.6603],[-4.138599,51.6599],[-4.139101,51.6595],[-4.139599,51.6589],[-4.1402,51.658],[-4.140299,51.6578],[-4.1406,51.6577],[-4.1409,51.6578],[-4.141099,51.658],[-4.1413,51.6584],[-4.1413,51.6589],[-4.141201,51.6595],[-4.141099,51.6601],[-4.1414,51.6602],[-4.1418,51.6601],[-4.1426,51.6587],[-4.1434,51.6577],[-4.144199,51.6567],[-4.144199,51.6563],[-4.144,51.6562],[-4.143701,51.6563],[-4.142001,51.6572],[-4.141601,51.6572],[-4.1414,51.6571],[-4.141201,51.6567],[-4.1413,51.6565],[-4.1415,51.6562],[-4.142099,51.6558],[-4.142499,51.6556],[-4.143199,51.6553],[-4.143701,51.6551],[-4.144199,51.655],[-4.144899,51.6549],[-4.1457,51.655],[-4.147,51.6553],[-4.1485,51.6558],[-4.149199,51.656],[-4.1508,51.6567],[-4.152299,51.6574],[-4.1541,51.6583],[-4.1553,51.659],[-4.1562,51.6596],[-4.1571,51.6603],[-4.157899,51.6611],[-4.1584,51.6616],[-4.159101,51.6624],[-4.1606,51.6639],[-4.1618,51.6653],[-4.162099,51.6657],[-4.162199,51.666],[-4.162199,51.6662],[-4.162001,51.6665],[-4.161601,51.6667],[-4.159699,51.6667],[-4.1581,51.6668],[-4.1536,51.6675],[-4.153399,51.6677],[-4.153399,51.6679],[-4.1538,51.6681],[-4.1546,51.6682],[-4.157899,51.6677],[-4.158299,51.6677],[-4.158501,51.6678],[-4.158299,51.6679],[-4.1571,51.6683],[-4.1567,51.6685],[-4.156499,51.6687],[-4.1563,51.6694],[-4.1563,51.6696],[-4.156401,51.6697],[-4.1567,51.6699],[-4.157199,51.6699],[-4.158299,51.6697],[-4.160299,51.6692],[-4.163701,51.6687],[-4.165299,51.6699],[-4.1658,51.6704],[-4.166699,51.6714],[-4.1675,51.6723],[-4.167799,51.6728],[-4.1679,51.6733],[-4.1679,51.6738],[-4.1679,51.6743],[-4.167799,51.6752],[-4.1673,51.678],[-4.167099,51.6789],[-4.167,51.6794],[-4.167099,51.6798],[-4.1673,51.6799],[-4.167799,51.6801],[-4.1682,51.6799],[-4.1683,51.6797],[-4.168399,51.6793],[-4.1685,51.6787],[-4.168701,51.6741],[-4.168799,51.6738],[-4.169,51.6738],[-4.169199,51.6739],[-4.169301,51.674],[-4.1695,51.675],[-4.17,51.6772],[-4.170199,51.6775],[-4.1704,51.6777],[-4.1708,51.6777],[-4.171,51.6776],[-4.1711,51.6774],[-4.171201,51.677],[-4.171201,51.6765],[-4.1711,51.6761],[-4.171,51.6756],[-4.1708,51.6749],[-4.170499,51.6739],[-4.170199,51.6723],[-4.1701,51.6714],[-4.169899,51.6708],[-4.1696,51.6701],[-4.1685,51.6684],[-4.1679,51.6672],[-4.167799,51.6668],[-4.167799,51.6665],[-4.168,51.6663],[-4.168399,51.6664],[-4.168701,51.6666],[-4.1689,51.6668],[-4.1695,51.6677],[-4.1701,51.6687],[-4.170599,51.6696],[-4.172,51.6723],[-4.1738,51.675],[-4.176899,51.678],[-4.178501,51.6793],[-4.180799,51.6811],[-4.1814,51.6814],[-4.1823,51.6817],[-4.1844,51.6822],[-4.186699,51.6826],[-4.190199,51.6835],[-4.1937,51.6843],[-4.2024,51.6854],[-4.2086,51.6857],[-4.210499,51.6859],[-4.2137,51.6861],[-4.21530,51.6861],[-4.2157,51.6861],[-4.215899,51.6859],[-4.216001,51.6856],[-4.215899,51.6854],[-4.215199,51.6852],[-4.213901,51.6852],[-4.2122,51.6853],[-4.211,51.6853],[-4.210499,51.6853],[-4.210299,51.6851],[-4.2104,51.6848],[-4.2108,51.6846],[-4.211401,51.6845],[-4.212399,51.6844],[-4.2135,51.6844],[-4.215,51.6844],[-4.2181,51.6845],[-4.221601,51.6843],[-4.222499,51.6842],[-4.223199,51.6840],[-4.223501,51.6838],[-4.2238,51.6835],[-4.22400,51.6833],[-4.224101,51.6829],[-4.224101,51.6823],[-4.2238,51.6819],[-4.223701,51.6813],[-4.2238,51.681],[-4.22400,51.6807],[-4.224501,51.6806],[-4.2252,51.6805],[-4.2283,51.6802],[-4.230199,51.68],[-4.232299,51.6801],[-4.238901,51.6797],[-4.241499,51.6797],[-4.243,51.6796],[-4.244501,51.6795],[-4.2463,51.6791],[-4.2465,51.6791],[-4.246699,51.6792],[-4.2468,51.6794],[-4.246099,51.68],[-4.2455,51.6806],[-4.2455,51.6812],[-4.2456,51.6813],[-4.2459,51.6814],[-4.246699,51.6815],[-4.247099,51.6814],[-4.247499,51.6813],[-4.247799,51.6811],[-4.248099,51.6807],[-4.2483,51.6799],[-4.2485,51.6781],[-4.248701,51.6779],[-4.249,51.6779],[-4.2493,51.6781],[-4.2497,51.6783],[-4.250299,51.6785],[-4.251601,51.6786],[-4.2533,51.6785],[-4.2553,51.6782],[-4.256001,51.6781],[-4.257999,51.678],[-4.258399,51.6782],[-4.258501,51.6783],[-4.2586,51.6785],[-4.2588,51.6789],[-4.258999,51.6796],[-4.258999,51.6798],[-4.2586,51.6803],[-4.2586,51.6805],[-4.2587,51.6806],[-4.259399,51.6806],[-4.2599,51.6805],[-4.260099,51.6803],[-4.2603,51.6799],[-4.260499,51.6793],[-4.26060,51.6789],[-4.2607,51.6776],[-4.260799,51.6774],[-4.261001,51.6774],[-4.2613,51.6775],[-4.2617,51.6779],[-4.2621,51.6782],[-4.2627,51.6785],[-4.265699,51.6788],[-4.2685,51.6789],[-4.272,51.6786],[-4.2736,51.6784],[-4.274899,51.678],[-4.275899,51.6777],[-4.277,51.6775],[-4.278501,51.6774],[-4.2796,51.6772],[-4.2803,51.6771],[-4.2803,51.6768],[-4.2802,51.6766],[-4.280099,51.6765],[-4.2796,51.6763],[-4.278999,51.6763],[-4.2782,51.6763],[-4.2774,51.6764],[-4.276401,51.6766],[-4.2753,51.677],[-4.273799,51.6774],[-4.272799,51.6776],[-4.271299,51.6778],[-4.270199,51.6778],[-4.269,51.6777],[-4.268199,51.6775],[-4.2676,51.6773],[-4.2664,51.6762],[-4.264999,51.6754],[-4.2631,51.6748],[-4.2612,51.6742],[-4.26060,51.674],[-4.2603,51.6739],[-4.260099,51.6737],[-4.260099,51.6731],[-4.2602,51.6729],[-4.260399,51.6728],[-4.263901,51.672],[-4.268,51.6713],[-4.275199,51.6704],[-4.2775,51.6702],[-4.2817,51.6697],[-4.284699,51.6696],[-4.2894,51.6695],[-4.290699,51.6696],[-4.2919,51.6698],[-4.2982,51.671],[-4.3055,51.6726],[-4.3105,51.674],[-4.3157,51.6754],[-4.3174,51.676],[-4.3187,51.6767],[-4.328199,51.6828],[-4.333701,51.6865],[-4.340499,51.6912],[-4.3432,51.6932],[-4.346601,51.6961],[-4.349699,51.6988],[-4.354,51.7021],[-4.356,51.7034],[-4.3604,51.7073],[-4.364699,51.7113],[-4.369999,51.7168],[-4.3709,51.7176],[-4.37140,51.7183],[-4.3719,51.7193],[-4.3723,51.7202],[-4.3726,51.7216],[-4.372799,51.7227],[-4.373,51.7241],[-4.373701,51.7268],[-4.373799,51.7271],[-4.374,51.7283],[-4.374101,51.7294],[-4.374,51.7299],[-4.373799,51.7305],[-4.3736,51.7308],[-4.3733,51.731],[-4.372799,51.7311],[-4.371601,51.7311],[-4.3701,51.7311],[-4.3693,51.731],[-4.3684,51.7308],[-4.368,51.7307],[-4.3677,51.7305],[-4.3677,51.7302],[-4.368299,51.7296],[-4.368599,51.7291],[-4.368501,51.7289],[-4.368299,51.7288],[-4.36780,51.7288],[-4.366899,51.7289],[-4.366001,51.729],[-4.361401,51.7295],[-4.3606,51.7296],[-4.360199,51.7295],[-4.36,51.7294],[-4.359399,51.7278],[-4.359,51.7268],[-4.3586,51.7262],[-4.358099,51.7259],[-4.3579,51.726],[-4.3578,51.7263],[-4.3578,51.727],[-4.358099,51.7287],[-4.3579,51.7291],[-4.3575,51.7296],[-4.3572,51.7298],[-4.356801,51.73],[-4.356201,51.7301],[-4.355199,51.7301],[-4.354899,51.7301],[-4.3547,51.73],[-4.354599,51.7297],[-4.3547,51.7294],[-4.354899,51.7288],[-4.355599,51.7276],[-4.3561,51.7271],[-4.356201,51.7267],[-4.355899,51.7266],[-4.3557,51.7266],[-4.355199,51.7268],[-4.3548,51.7271],[-4.3544,51.7274],[-4.354101,51.7277],[-4.353199,51.7286],[-4.352799,51.7288],[-4.3523,51.729],[-4.3505,51.7292],[-4.349899,51.7292],[-4.3494,51.7292],[-4.349199,51.729],[-4.3493,51.7288],[-4.3498,51.7286],[-4.3508,51.7283],[-4.3519,51.7278],[-4.352499,51.7274],[-4.3529,51.7271],[-4.353,51.7268],[-4.3529,51.7263],[-4.3527,51.7259],[-4.352399,51.7258],[-4.3519,51.7257],[-4.351699,51.7258],[-4.351601,51.7265],[-4.3514,51.727],[-4.351,51.7275],[-4.350599,51.7278],[-4.3502,51.728],[-4.349899,51.7281],[-4.349199,51.7282],[-4.3484,51.7283],[-4.347799,51.7283],[-4.3473,51.7285],[-4.346601,51.7288],[-4.345699,51.7294],[-4.344999,51.7292],[-4.3442,51.7291],[-4.34340,51.7291],[-4.3425,51.7293],[-4.342199,51.7295],[-4.3417,51.7298],[-4.341001,51.7303],[-4.340799,51.7304],[-4.340099,51.7304],[-4.33990,51.7303],[-4.3396,51.7301],[-4.3395,51.7299],[-4.3397,51.7287],[-4.340199,51.7271],[-4.3406,51.7265],[-4.341001,51.7261],[-4.341801,51.7258],[-4.343299,51.7257],[-4.344999,51.7257],[-4.346499,51.7256],[-4.3483,51.7252],[-4.349199,51.725],[-4.350399,51.7247],[-4.353,51.7242],[-4.353701,51.724],[-4.353799,51.7238],[-4.353799,51.7237],[-4.3536,51.7236],[-4.3529,51.7235],[-4.352399,51.7235],[-4.352001,51.7235],[-4.3518,51.7234],[-4.351601,51.7233],[-4.351601,51.7232],[-4.351699,51.7231],[-4.3519,51.723],[-4.3523,51.7229],[-4.353701,51.7228],[-4.3544,51.7228],[-4.3557,51.7227],[-4.355899,51.7226],[-4.355899,51.7224],[-4.3558,51.7223],[-4.3554,51.7223],[-4.354101,51.7224],[-4.352099,51.7225],[-4.3508,51.7225],[-4.3498,51.7224],[-4.349199,51.7223],[-4.348599,51.7221],[-4.3483,51.7222],[-4.348199,51.7224],[-4.3483,51.7234],[-4.348501,51.7242],[-4.3484,51.7244],[-4.348199,51.7245],[-4.347499,51.7247],[-4.347001,51.7248],[-4.346099,51.725],[-4.345399,51.7251],[-4.343901,51.7252],[-4.3432,51.7251],[-4.3428,51.7246],[-4.3427,51.7243],[-4.3427,51.724],[-4.3428,51.7235],[-4.342999,51.7233],[-4.343299,51.7231],[-4.343999,51.723],[-4.344399,51.7229],[-4.344999,51.7227],[-4.3459,51.7223],[-4.346001,51.722],[-4.345799,51.7218],[-4.3453,51.7217],[-4.3446,51.7217],[-4.344399,51.7216],[-4.344301,51.7214],[-4.344301,51.7208],[-4.344301,51.7205],[-4.343999,51.7203],[-4.343599,51.7202],[-4.343299,51.7203],[-4.342899,51.7211],[-4.3424,51.7213],[-4.341001,51.7207],[-4.340499,51.7208],[-4.340499,51.7209],[-4.3404,51.7213],[-4.3407,51.7224],[-4.340899,51.7236],[-4.341001,51.7241],[-4.340899,51.7247],[-4.340799,51.7249],[-4.3407,51.725],[-4.3404,51.725],[-4.340199,51.7249],[-4.340099,51.7242],[-4.340099,51.7234],[-4.33990,51.723],[-4.3396,51.7227],[-4.339301,51.7225],[-4.339,51.7225],[-4.338799,51.7227],[-4.3386,51.7236],[-4.3385,51.7239],[-4.3383,51.7241],[-4.338099,51.7242],[-4.337399,51.7241],[-4.336801,51.7241],[-4.3366,51.7242],[-4.3365,51.7245],[-4.3369,51.7248],[-4.3386,51.7254],[-4.338901,51.7256],[-4.3391,51.7258],[-4.3392,51.726],[-4.3392,51.7264],[-4.339,51.7267],[-4.338799,51.7269],[-4.3375,51.7275],[-4.3372,51.7276],[-4.336299,51.7278],[-4.3351,51.728],[-4.334,51.7282],[-4.3329,51.7284],[-4.3323,51.7284],[-4.332001,51.7284],[-4.3318,51.7283],[-4.331699,51.7281],[-4.331699,51.7277],[-4.3318,51.7274],[-4.332001,51.727],[-4.3325,51.7264],[-4.333,51.7259],[-4.3333,51.7256],[-4.3335,51.7253],[-4.3336,51.7248],[-4.3335,51.7244],[-4.3336,51.724],[-4.3344,51.7235],[-4.334899,51.7232],[-4.335599,51.723],[-4.3361,51.7229],[-4.3369,51.7226],[-4.3375,51.7222],[-4.337999,51.7219],[-4.3387,51.7214],[-4.3392,51.7208],[-4.3395,51.7203],[-4.3396,51.72],[-4.3395,51.7198],[-4.3392,51.7196],[-4.338901,51.7196],[-4.337999,51.7197],[-4.337399,51.7199],[-4.3365,51.7203],[-4.336,51.7206],[-4.335199,51.7213],[-4.335,51.7214],[-4.3344,51.7214],[-4.334101,51.7213],[-4.334,51.7212],[-4.334101,51.7207],[-4.3345,51.72],[-4.334799,51.7196],[-4.3351,51.7192],[-4.3351,51.7191],[-4.334899,51.719],[-4.334301,51.7193],[-4.333701,51.7199],[-4.3333,51.7207],[-4.333099,51.7214],[-4.332699,51.7219],[-4.332399,51.7221],[-4.3322,51.7221],[-4.3319,51.722],[-4.331699,51.7216],[-4.3315,51.721],[-4.331,51.7199],[-4.3308,51.7195],[-4.3305,51.7192],[-4.3301,51.719],[-4.329599,51.7189],[-4.3293,51.7192],[-4.3294,51.7198],[-4.329501,51.7204],[-4.3294,51.721],[-4.3293,51.7216],[-4.329101,51.722],[-4.328701,51.7226],[-4.328199,51.7229],[-4.3274,51.7229],[-4.327001,51.7228],[-4.327001,51.722],[-4.327199,51.7213],[-4.327199,51.7205],[-4.327001,51.7203],[-4.3267,51.7201],[-4.326001,51.7197],[-4.3252,51.7197],[-4.324699,51.7198],[-4.3241,51.72],[-4.3238,51.7204],[-4.323999,51.7207],[-4.3248,51.7209],[-4.3252,51.721],[-4.325699,51.7212],[-4.3259,51.7214],[-4.326001,51.7216],[-4.326001,51.7218],[-4.3256,51.7221],[-4.3248,51.7223],[-4.3237,51.7224],[-4.3227,51.7227],[-4.3221,51.7231],[-4.321899,51.7237],[-4.321801,51.7242],[-4.3217,51.7244],[-4.32160,51.7245],[-4.321401,51.7245],[-4.3207,51.7243],[-4.32,51.7241],[-4.3192,51.7238],[-4.318799,51.7236],[-4.318799,51.7234],[-4.318999,51.7231],[-4.3196,51.7226],[-4.319799,51.7222],[-4.319799,51.7219],[-4.319699,51.7215],[-4.3191,51.7207],[-4.3178,51.7194],[-4.3171,51.719],[-4.3165,51.7188],[-4.316,51.7188],[-4.3144,51.719],[-4.314199,51.7192],[-4.3144,51.7195],[-4.314799,51.7197],[-4.315199,51.7198],[-4.316299,51.72],[-4.316899,51.7202],[-4.3175,51.7206],[-4.318399,51.7213],[-4.3187,51.7216],[-4.318799,51.7219],[-4.3187,51.7223],[-4.317699,51.7227],[-4.3174,51.7231],[-4.3172,51.7236],[-4.317,51.7237],[-4.3167,51.7238],[-4.316401,51.7237],[-4.3161,51.7234],[-4.315,51.7222],[-4.3145,51.7218],[-4.314101,51.7216],[-4.3139,51.7216],[-4.3136,51.7218],[-4.3135,51.7219],[-4.313399,51.7221],[-4.3135,51.7223],[-4.313799,51.7227],[-4.314101,51.723],[-4.3146,51.7232],[-4.314799,51.7236],[-4.314799,51.724],[-4.3147,51.7242],[-4.3144,51.7243],[-4.313399,51.7244],[-4.3122,51.7245],[-4.3105,51.7245],[-4.3101,51.7246],[-4.3101,51.7248],[-4.310299,51.725],[-4.310599,51.7251],[-4.311201,51.7252],[-4.312099,51.7252],[-4.3136,51.725],[-4.315,51.7248],[-4.3151,51.725],[-4.3151,51.7253],[-4.315,51.7255],[-4.314799,51.7257],[-4.314301,51.7259],[-4.311,51.7269],[-4.310299,51.7269],[-4.3097,51.7268],[-4.3093,51.7266],[-4.308701,51.7262],[-4.308199,51.7257],[-4.30680,51.7242],[-4.306499,51.7239],[-4.306099,51.7238],[-4.305699,51.7237],[-4.3055,51.7237],[-4.3053,51.7239],[-4.3049,51.725],[-4.3048,51.7253],[-4.304599,51.7255],[-4.303501,51.7259],[-4.3031,51.7262],[-4.302899,51.7265],[-4.302899,51.7267],[-4.3031,51.727],[-4.304399,51.7267],[-4.305099,51.7266],[-4.306001,51.7266],[-4.306601,51.7267],[-4.307199,51.7268],[-4.3077,51.727],[-4.3088,51.7281],[-4.30940,51.7282],[-4.3102,51.7281],[-4.311,51.728],[-4.3119,51.7278],[-4.3125,51.7276],[-4.313399,51.7273],[-4.314899,51.7268],[-4.3158,51.7267],[-4.3166,51.7267],[-4.3175,51.7267],[-4.318099,51.7268],[-4.3187,51.7269],[-4.318999,51.727],[-4.3192,51.7272],[-4.3192,51.7275],[-4.318901,51.7276],[-4.318501,51.7276],[-4.3166,51.7275],[-4.316299,51.7277],[-4.316201,51.7279],[-4.316401,51.7281],[-4.3172,51.7282],[-4.3179,51.7284],[-4.318299,51.7284],[-4.3191,51.7283],[-4.320199,51.7282],[-4.321401,51.7281],[-4.3221,51.7282],[-4.3228,51.7286],[-4.3232,51.7289],[-4.323501,51.7294],[-4.323599,51.7297],[-4.323599,51.7299],[-4.3234,51.73],[-4.322999,51.73],[-4.3227,51.7299],[-4.322001,51.7294],[-4.321499,51.729],[-4.3207,51.7289],[-4.319799,51.729],[-4.3191,51.7291],[-4.3187,51.7292],[-4.318501,51.7293],[-4.318399,51.7294],[-4.3186,51.7297],[-4.318901,51.7299],[-4.319399,51.7303],[-4.3195,51.7304],[-4.3195,51.7306],[-4.3191,51.731],[-4.3191,51.7314],[-4.3199,51.7314],[-4.320199,51.7315],[-4.3203,51.7316],[-4.320499,51.732],[-4.3207,51.7322],[-4.321499,51.7324],[-4.322001,51.7325],[-4.3221,51.7328],[-4.322001,51.733],[-4.321499,51.7333],[-4.321001,51.7336],[-4.320399,51.7338],[-4.317999,51.7344],[-4.317699,51.7349],[-4.3178,51.7352],[-4.318099,51.7354],[-4.318399,51.7355],[-4.319699,51.7355],[-4.320199,51.7355],[-4.320899,51.7357],[-4.3228,51.7361],[-4.324999,51.7363],[-4.3269,51.7364],[-4.327799,51.7366],[-4.3305,51.7374],[-4.3319,51.7375],[-4.336801,51.7366],[-4.3372,51.7366],[-4.338399,51.7366],[-4.3403,51.737],[-4.341401,51.7374],[-4.341899,51.7375],[-4.342599,51.7375],[-4.348599,51.7374],[-4.353199,51.7384],[-4.3578,51.7384],[-4.360099,51.7384],[-4.360899,51.7386],[-4.362,51.7391],[-4.362899,51.7396],[-4.363501,51.7401],[-4.3638,51.7404],[-4.3641,51.7408],[-4.364399,51.7412],[-4.3652,51.742],[-4.366099,51.7425],[-4.366899,51.7428],[-4.368701,51.7433],[-4.3693,51.7434],[-4.3698,51.7439],[-4.3701,51.7443],[-4.3705,51.7452],[-4.371,51.7464],[-4.371699,51.7483],[-4.372099,51.7497],[-4.3723,51.7503],[-4.3726,51.7510],[-4.373099,51.7520],[-4.3733,51.7525],[-4.3734,51.7533],[-4.3734,51.7545],[-4.373199,51.7558],[-4.3727,51.7573],[-4.3723,51.7582],[-4.3715,51.7594],[-4.3708,51.7608],[-4.370299,51.7622],[-4.369999,51.7634],[-4.369699,51.7650],[-4.369599,51.7665],[-4.369501,51.7676],[-4.3694,51.768],[-4.369101,51.7685],[-4.368,51.7695],[-4.365499,51.7711],[-4.3734,51.7767],[-4.374599,51.776],[-4.37650,51.7751],[-4.3804,51.7735],[-4.3816,51.7730],[-4.382899,51.7722],[-4.383399,51.7717],[-4.383999,51.7711],[-4.384399,51.7705],[-4.384799,51.7698],[-4.385399,51.768],[-4.385799,51.7666],[-4.3862,51.7658],[-4.3866,51.7652],[-4.386899,51.7650],[-4.3873,51.7648],[-4.3884,51.7645],[-4.3899,51.7643],[-4.3913,51.7642],[-4.3935,51.7640],[-4.394899,51.7635],[-4.3954,51.7632],[-4.396,51.7627],[-4.3969,51.7612],[-4.3975,51.7602],[-4.3982,51.7595],[-4.3991,51.7589],[-4.4007,51.7583],[-4.402,51.7579],[-4.4036,51.7576],[-4.4053,51.7578],[-4.407001,51.7582],[-4.409699,51.7587],[-4.4123,51.7594],[-4.414199,51.7599],[-4.414599,51.7602],[-4.4148,51.7606],[-4.4151,51.7617],[-4.415299,51.7622],[-4.4155,51.7624],[-4.416,51.7626],[-4.417099,51.7626],[-4.418099,51.7627],[-4.419199,51.763],[-4.421,51.7633],[-4.422,51.7636],[-4.422999,51.7639],[-4.4246,51.7643],[-4.426001,51.7643],[-4.4292,51.7636],[-4.4303,51.7635],[-4.431201,51.7635],[-4.4317,51.7636],[-4.4323,51.7639],[-4.432799,51.7646],[-4.433199,51.7655],[-4.433599,51.7659],[-4.4339,51.7661],[-4.4343,51.7664],[-4.4372,51.7674],[-4.440599,51.7688],[-4.4449,51.7699],[-4.446499,51.7702],[-4.4466,51.7707],[-4.446499,51.7709],[-4.4442,51.7714],[-4.4422,51.7721],[-4.44100,51.7731],[-4.4404,51.7736],[-4.439899,51.7739],[-4.437099,51.7746],[-4.4358,51.7751],[-4.4348,51.7756],[-4.433199,51.7769],[-4.432799,51.7774],[-4.4326,51.7777],[-4.43240,51.7784],[-4.43240,51.7793],[-4.4327,51.7796],[-4.4331,51.7796],[-4.4334,51.7795],[-4.4334,51.7786],[-4.433599,51.7778],[-4.4338,51.7774],[-4.4343,51.777],[-4.434899,51.7765],[-4.4354,51.7762],[-4.4355,51.7762],[-4.435699,51.7763],[-4.435699,51.7765],[-4.435699,51.7767],[-4.4354,51.7773],[-4.4352,51.7781],[-4.4355,51.7802],[-4.4354,51.781],[-4.434599,51.7811],[-4.434199,51.7813],[-4.434101,51.7816],[-4.434101,51.7822],[-4.434199,51.7825],[-4.434899,51.7824],[-4.435299,51.7827],[-4.436,51.7833],[-4.4365,51.7833],[-4.4368,51.7832],[-4.4365,51.7825],[-4.4364,51.7821],[-4.4364,51.7815],[-4.4365,51.7809],[-4.4368,51.7808],[-4.437099,51.781],[-4.438,51.7818],[-4.439301,51.7829],[-4.4401,51.7836],[-4.440899,51.7842],[-4.441801,51.7848],[-4.4425,51.7853],[-4.4442,51.7863],[-4.446401,51.7869],[-4.4492,51.7874],[-4.451601,51.7884],[-4.4519,51.7886],[-4.452199,51.7889],[-4.4524,51.7892],[-4.4526,51.7896],[-4.4534,51.7903],[-4.454,51.7905],[-4.4552,51.7907],[-4.4575,51.7911],[-4.459199,51.7911],[-4.460499,51.7909],[-4.461801,51.7904],[-4.4632,51.79],[-4.4645,51.7897],[-4.465899,51.7897],[-4.467199,51.79],[-4.4682,51.7904],[-4.4691,51.7911],[-4.469399,51.7915],[-4.471001,51.7931],[-4.471499,51.7935],[-4.4724,51.794],[-4.474101,51.7947],[-4.4759,51.7952],[-4.476601,51.7954],[-4.477099,51.7954],[-4.477399,51.7952],[-4.477499,51.795],[-4.4772,51.7947],[-4.474699,51.7937],[-4.474101,51.7933],[-4.471601,51.7915],[-4.4703,51.7906],[-4.468901,51.7897],[-4.467999,51.7894],[-4.4656,51.7889],[-4.4626,51.7888],[-4.461401,51.7889],[-4.4597,51.7892],[-4.4585,51.7893],[-4.4572,51.7891],[-4.4564,51.7888],[-4.4559,51.7885],[-4.454999,51.788],[-4.454199,51.7874],[-4.4526,51.786],[-4.451001,51.7843],[-4.4502,51.7838],[-4.4491,51.7833],[-4.44710,51.7826],[-4.446001,51.7822],[-4.4457,51.782],[-4.4456,51.7814],[-4.445899,51.7806],[-4.4462,51.7802],[-4.4475,51.7793],[-4.4484,51.778],[-4.4493,51.7759],[-4.4499,51.7751],[-4.4509,51.7742],[-4.4524,51.7732],[-4.453599,51.7725],[-4.454899,51.7718],[-4.4565,51.7711],[-4.458,51.7705],[-4.4586,51.7703],[-4.459101,51.7701],[-4.4594,51.7698],[-4.4594,51.7693],[-4.459301,51.7688],[-4.459199,51.7686],[-4.458701,51.7681],[-4.457799,51.7677],[-4.456201,51.7673],[-4.4555,51.7670],[-4.4551,51.7667],[-4.454599,51.7662],[-4.4544,51.7656],[-4.454199,51.7647],[-4.454,51.7642],[-4.4534,51.7632],[-4.4533,51.763],[-4.453701,51.7621],[-4.453599,51.7618],[-4.4534,51.7616],[-4.453,51.7616],[-4.4523,51.7615],[-4.451499,51.7610],[-4.450399,51.7603],[-4.448599,51.7594],[-4.445899,51.7582],[-4.4445,51.7576],[-4.44360,51.7571],[-4.442699,51.7565],[-4.442,51.7560],[-4.441299,51.7554],[-4.440499,51.7545],[-4.4401,51.7536],[-4.439199,51.7528],[-4.43850,51.7524],[-4.4365,51.7514],[-4.434101,51.7495],[-4.430699,51.7470],[-4.4302,51.7467],[-4.429501,51.7464],[-4.4284,51.7461],[-4.4277,51.7462],[-4.426801,51.7465],[-4.42630,51.7465],[-4.4256,51.7464],[-4.425099,51.746],[-4.4249,51.7457],[-4.424699,51.7452],[-4.424699,51.7447],[-4.4249,51.7445],[-4.425099,51.7443],[-4.4259,51.7436],[-4.4271,51.7426],[-4.428199,51.7417],[-4.428901,51.7413],[-4.429999,51.7407],[-4.430799,51.7403],[-4.431601,51.7399],[-4.4327,51.7395],[-4.434199,51.7392],[-4.437099,51.7387],[-4.439899,51.7384],[-4.442,51.7382],[-4.445199,51.7381],[-4.4482,51.7381],[-4.452199,51.7383],[-4.461,51.738],[-4.466899,51.7377],[-4.470399,51.7375],[-4.4706,51.7376],[-4.4706,51.7384],[-4.4706,51.7391],[-4.4706,51.7396],[-4.471099,51.7402],[-4.471499,51.7404],[-4.472099,51.7405],[-4.4743,51.7407],[-4.475699,51.7408],[-4.4758,51.7405],[-4.4758,51.7402],[-4.473,51.74],[-4.472001,51.7399],[-4.4718,51.7398],[-4.4717,51.7395],[-4.471601,51.739],[-4.4718,51.7381],[-4.472001,51.7378],[-4.4726,51.7372],[-4.4739,51.7369],[-4.4764,51.7366],[-4.4829,51.7365],[-4.486401,51.7366],[-4.4892,51.7369],[-4.50200,51.7381],[-4.5165,51.7391],[-4.532001,51.7408],[-4.539199,51.7417],[-4.546801,51.7424],[-4.553599,51.7426],[-4.556601,51.7424],[-4.557499,51.7422],[-4.5585,51.7418],[-4.559599,51.7413],[-4.5608,51.7406],[-4.562799,51.7391],[-4.5636,51.7384],[-4.5644,51.7381],[-4.5647,51.738],[-4.565199,51.7379],[-4.566899,51.7384],[-4.568399,51.7387],[-4.569699,51.7388],[-4.570399,51.7388],[-4.5712,51.7385],[-4.571899,51.7381],[-4.572599,51.7376],[-4.572899,51.7373],[-4.574399,51.736],[-4.574999,51.7358],[-4.5759,51.7356],[-4.577001,51.7355],[-4.5783,51.7356],[-4.583701,51.7363],[-4.596401,51.738],[-4.608799,51.7385],[-4.614999,51.7383],[-4.618199,51.7377],[-4.6206,51.7372],[-4.621601,51.7368],[-4.6243,51.7358],[-4.6254,51.7354],[-4.6265,51.7352],[-4.6279,51.7353],[-4.62920,51.7355],[-4.62920,51.7362],[-4.6282,51.7378],[-4.628099,51.7387],[-4.6286,51.7391],[-4.629301,51.7391],[-4.6316,51.7383],[-4.632899,51.74],[-4.632899,51.7438],[-4.632999,51.7448],[-4.632899,51.7456],[-4.6324,51.7464],[-4.631001,51.7473],[-4.6299,51.7479],[-4.628901,51.7489],[-4.627,51.7511],[-4.626601,51.7518],[-4.6269,51.7523],[-4.6282,51.7523],[-4.628901,51.7527],[-4.629799,51.7535],[-4.6299,51.7548],[-4.629799,51.7563],[-4.629799,51.7575],[-4.62920,51.7585],[-4.6283,51.7594],[-4.6264,51.7615],[-4.62400,51.7634],[-4.623099,51.7647],[-4.623,51.7656],[-4.623199,51.7669],[-4.623099,51.7693],[-4.623099,51.7704],[-4.6234,51.771],[-4.6239,51.7718],[-4.625199,51.7718],[-4.627999,51.7716],[-4.629399,51.7714],[-4.6304,51.7712],[-4.631001,51.7707],[-4.6317,51.7706],[-4.6336,51.7706],[-4.635399,51.7704],[-4.635499,51.7729],[-4.6357,51.7738],[-4.636499,51.7744],[-4.637599,51.7747],[-4.641201,51.7751],[-4.642499,51.7768],[-4.64140,51.7781],[-4.639599,51.7787],[-4.6387,51.78],[-4.636001,51.7806],[-4.633501,51.7817],[-4.6324,51.7828],[-4.632299,51.7836],[-4.6325,51.7849],[-4.633501,51.7861],[-4.6349,51.787],[-4.635799,51.7882],[-4.63620,51.7892],[-4.6381,51.7902],[-4.640399,51.7923],[-4.6418,51.7947],[-4.6426,51.7956],[-4.6436,51.7965],[-4.643799,51.7972],[-4.6436,51.7978],[-4.643,51.7982],[-4.6415,51.7984],[-4.639699,51.7988],[-4.638,51.7993],[-4.636099,51.8003],[-4.634501,51.8016],[-4.632299,51.8025],[-4.6311,51.8033],[-4.626699,51.8033],[-4.6248,51.8038],[-4.623099,51.8051],[-4.621601,51.8058],[-4.621201,51.8067],[-4.6198,51.8074],[-4.6189,51.8075],[-4.617899,51.8081],[-4.6174,51.8095],[-4.617199,51.8105],[-4.6178,51.8111],[-4.6184,51.8119],[-4.6209,51.8142],[-4.62400,51.8150],[-4.626299,51.8167],[-4.627299,51.8173],[-4.628701,51.8178],[-4.6311,51.8186],[-4.6332,51.8206],[-4.63370,51.8214],[-4.635,51.8220],[-4.6368,51.8218],[-4.6374,51.8229],[-4.638501,51.8232],[-4.639501,51.8238],[-4.6405,51.8245],[-4.642099,51.8247],[-4.642099,51.8254],[-4.6418,51.8266],[-4.6418,51.8296],[-4.6422,51.8302],[-4.6434,51.8307],[-4.644101,51.8312],[-4.6472,51.8313],[-4.6479,51.8316],[-4.6491,51.8319],[-4.6501,51.832],[-4.6515,51.8318],[-4.6521,51.8315],[-4.654399,51.8314],[-4.654699,51.8307],[-4.656001,51.8304],[-4.6587,51.8305],[-4.659599,51.8307],[-4.6618,51.8310],[-4.662799,51.8317],[-4.6634,51.8322],[-4.664,51.8334],[-4.6648,51.8352],[-4.666699,51.8359],[-4.6679,51.8371],[-4.6697,51.8375],[-4.6708,51.8375],[-4.671801,51.8368],[-4.6724,51.8362],[-4.6738,51.8362],[-4.676899,51.8365],[-4.678599,51.8369],[-4.681099,51.8367],[-4.683701,51.8371],[-4.683701,51.8357],[-4.684501,51.8343],[-4.6859,51.8333],[-4.689301,51.8313],[-4.6908,51.8295],[-4.6936,51.8268],[-4.6953,51.8262],[-4.697199,51.8262],[-4.698501,51.8266],[-4.7005,51.8278],[-4.7048,51.8292],[-4.707699,51.8292],[-4.7135,51.8308],[-4.7157,51.8317],[-4.717199,51.832],[-4.7187,51.8314],[-4.7199,51.8313],[-4.7203,51.832],[-4.723599,51.8321],[-4.72680,51.8313],[-4.7284,51.8307],[-4.729101,51.8298],[-4.730299,51.8297],[-4.734301,51.8285],[-4.735799,51.8279],[-4.737,51.8278],[-4.7377,51.8311],[-4.738599,51.8361],[-4.7392,51.8371],[-4.741001,51.8373],[-4.7427,51.837],[-4.7449,51.8364],[-4.745699,51.8368],[-4.7472,51.837],[-4.749899,51.8366],[-4.751699,51.8357],[-4.753901,51.8345],[-4.755799,51.8334],[-4.757599,51.8331],[-4.7623,51.8335],[-4.767001,51.8335],[-4.7676,51.8338],[-4.77,51.8345],[-4.776,51.8344],[-4.7788,51.834],[-4.7795,51.8345],[-4.776899,51.8358],[-4.776801,51.8429],[-4.7744,51.8451],[-4.7726,51.8466],[-4.7708,51.8478],[-4.7698,51.8485],[-4.7685,51.8491],[-4.7663,51.8501],[-4.764999,51.8507],[-4.759799,51.8539],[-4.759501,51.853],[-4.759501,51.8504],[-4.760099,51.8478],[-4.7606,51.8466],[-4.762899,51.8453],[-4.7643,51.8451],[-4.7649,51.8448],[-4.7637,51.8443],[-4.763599,51.8443],[-4.759301,51.8455],[-4.755499,51.8463],[-4.7442,51.8469],[-4.7423,51.8478],[-4.739301,51.8482],[-4.737899,51.8493],[-4.7345,51.8529],[-4.7332,51.8538],[-4.7315,51.8543],[-4.73,51.8548],[-4.7259,51.8534],[-4.723501,51.8531],[-4.716899,51.8533],[-4.7147,51.8535],[-4.714,51.8543],[-4.7129,51.8555],[-4.7136,51.8565],[-4.716499,51.8578],[-4.7175,51.8586],[-4.718501,51.8593],[-4.719301,51.8618],[-4.7202,51.8624],[-4.720799,51.8634],[-4.7218,51.8646],[-4.722001,51.8657],[-4.7218,51.867],[-4.721401,51.8679],[-4.7203,51.8692],[-4.7196,51.8712],[-4.71910,51.8734],[-4.719399,51.8750],[-4.7203,51.8757],[-4.725599,51.8737],[-4.7283,51.8736],[-4.7297,51.8742],[-4.7321,51.8744],[-4.732699,51.8758],[-4.734799,51.8760],[-4.740699,51.8754],[-4.7456,51.8743],[-4.7493,51.8733],[-4.740399,51.8859],[-4.737999,51.8918],[-4.7315,51.8998],[-4.73,51.9],[-4.7279,51.9001],[-4.7206,51.9019],[-4.720099,51.9028],[-4.719399,51.9048],[-4.718999,51.9064],[-4.7171,51.9134],[-4.716899,51.914],[-4.715199,51.915],[-4.712999,51.9159],[-4.7107,51.9168],[-4.70950,51.9172],[-4.70850,51.9175],[-4.7075,51.9176],[-4.7068,51.9175],[-4.7054,51.9183],[-4.704899,51.9192],[-4.7043,51.9198],[-4.7031,51.92],[-4.699999,51.9206],[-4.698501,51.9214],[-4.697599,51.9217],[-4.6961,51.9221],[-4.695799,51.9225],[-4.6921,51.9226],[-4.691401,51.9228],[-4.688799,51.923],[-4.6883,51.9226],[-4.6872,51.9227],[-4.686601,51.9231],[-4.6847,51.9235],[-4.683,51.9245],[-4.6817,51.925],[-4.680399,51.9252],[-4.6778,51.9263],[-4.676499,51.9269],[-4.675099,51.9281],[-4.67290,51.9292],[-4.671401,51.9307],[-4.6695,51.9340],[-4.6691,51.9346],[-4.668399,51.9348],[-4.6673,51.9348],[-4.6665,51.9342],[-4.665699,51.9328],[-4.664999,51.9313],[-4.65710,51.925],[-4.651299,51.9237],[-4.645199,51.9218],[-4.640299,51.9207],[-4.6387,51.9195],[-4.637199,51.9194],[-4.636401,51.9188],[-4.63530,51.919],[-4.634699,51.9199],[-4.6338,51.9206],[-4.632299,51.9207],[-4.630599,51.9223],[-4.6285,51.923],[-4.6275,51.924],[-4.6272,51.9271],[-4.626801,51.928],[-4.6258,51.9286],[-4.623099,51.9289],[-4.6222,51.9293],[-4.6189,51.9295],[-4.6167,51.9298],[-4.614301,51.9307],[-4.6117,51.9322],[-4.6097,51.9335],[-4.607699,51.9345],[-4.606201,51.9351],[-4.605199,51.9363],[-4.6039,51.9375],[-4.602001,51.9386],[-4.598,51.9401],[-4.597001,51.9396],[-4.5949,51.9367],[-4.591499,51.9340],[-4.5879,51.9326],[-4.5835,51.9322],[-4.581601,51.9324],[-4.5801,51.9332],[-4.577001,51.9344],[-4.572599,51.9347],[-4.568399,51.9358],[-4.564101,51.9376],[-4.56050,51.9404],[-4.559599,51.9422],[-4.559101,51.9450],[-4.5581,51.9464],[-4.5574,51.9485],[-4.5559,51.9492],[-4.553199,51.9495],[-4.5528,51.9514],[-4.551899,51.952],[-4.548999,51.952],[-4.547699,51.9524],[-4.546401,51.9532],[-4.5444,51.954],[-4.541699,51.9545],[-4.537199,51.9552],[-4.5324,51.9554],[-4.5306,51.9551],[-4.5292,51.9542],[-4.5274,51.9539],[-4.518701,51.9567],[-4.513199,51.9579],[-4.5047,51.9581],[-4.498,51.959],[-4.497099,51.9597],[-4.494101,51.9627],[-4.490799,51.9668],[-4.489501,51.9679],[-4.489501,51.9686],[-4.4896,51.9707],[-4.487,51.9745],[-4.485099,51.9753],[-4.4856,51.9761],[-4.486499,51.9767],[-4.4862,51.9788],[-4.4867,51.9805],[-4.4878,51.9819],[-4.4899,51.9834],[-4.489999,51.9867],[-4.490499,51.9888],[-4.492199,51.9904],[-4.4927,51.9911],[-4.493701,51.9914],[-4.495399,51.992],[-4.4983,51.9921],[-4.500199,51.9924],[-4.502999,51.9931],[-4.5054,51.9933],[-4.5086,51.9928],[-4.5103,51.9935],[-4.510499,51.9949],[-4.511899,51.9970],[-4.512899,51.9977],[-4.5148,51.9981],[-4.515399,51.9987],[-4.5158, 52.0012],[-4.517499, 52.0026],[-4.5189, 52.0036],[-4.5205, 52.0048],[-4.521299, 52.0055],[-4.521699, 52.0068],[-4.5219, 52.0110],[-4.522399, 52.012],[-4.5235, 52.013],[-4.5257, 52.0137],[-4.5288, 52.015],[-4.5306, 52.0164],[-4.532199, 52.0179],[-4.5337, 52.0182],[-4.539101, 52.0179],[-4.5418, 52.0185],[-4.5429, 52.0195],[-4.5436, 52.0211],[-4.545199, 52.0226],[-4.546299, 52.0242],[-4.5481, 52.0302],[-4.5488, 52.0344],[-4.548999, 52.0361],[-4.5503, 52.0398],[-4.551499, 52.0411],[-4.554699, 52.0431],[-4.556601, 52.0437],[-4.5563, 52.0438],[-4.556001, 52.0438],[-4.553999, 52.0437],[-4.5516, 52.0435],[-4.549699, 52.0434],[-4.547999, 52.0434],[-4.5465, 52.0437],[-4.545, 52.0442],[-4.543, 52.045],[-4.542399, 52.0454],[-4.5409, 52.0462],[-4.5405, 52.0465],[-4.5401, 52.047],[-4.5402, 52.0474],[-4.541201, 52.0485],[-4.54220, 52.0497],[-4.542099, 52.0503],[-4.5414, 52.051],[-4.5405, 52.051],[-4.5398, 52.0507],[-4.5393, 52.05],[-4.5393, 52.0477],[-4.539101, 52.047],[-4.5383, 52.0462],[-4.537001, 52.0454],[-4.5358, 52.0447],[-4.533999, 52.0446],[-4.5317, 52.0451],[-4.5299, 52.0456],[-4.524301, 52.0459],[-4.521299, 52.0459],[-4.5194, 52.046],[-4.5177, 52.0462],[-4.513199, 52.0463],[-4.511899, 52.0458],[-4.511099, 52.0446],[-4.510099, 52.0443],[-4.508501, 52.0439],[-4.5066, 52.0441],[-4.504, 52.0438],[-4.502399, 52.0433],[-4.5008, 52.0429],[-4.4997, 52.0429],[-4.499, 52.0429],[-4.49850, 52.043],[-4.498, 52.0432],[-4.4977, 52.0434],[-4.4958, 52.0446],[-4.4942, 52.0451],[-4.49240, 52.0455],[-4.490399, 52.0464],[-4.487, 52.0485],[-4.486499, 52.0487],[-4.4862, 52.0486],[-4.484799, 52.0473],[-4.4833, 52.047],[-4.4825, 52.0464],[-4.482, 52.0457],[-4.4814, 52.0446],[-4.4804, 52.0439],[-4.478, 52.0422],[-4.4773, 52.0417],[-4.476, 52.0406],[-4.474101, 52.0393],[-4.471499, 52.0392],[-4.4682, 52.04],[-4.467, 52.0402],[-4.465499, 52.04],[-4.4656, 52.0396],[-4.4663, 52.0387],[-4.466401, 52.0382],[-4.466001, 52.0373],[-4.465799, 52.037],[-4.4656, 52.037],[-4.4607, 52.0368],[-4.457099, 52.0376],[-4.454599, 52.0388],[-4.4538, 52.0395],[-4.4526, 52.0408],[-4.4513, 52.042],[-4.4502, 52.0429],[-4.449399, 52.0433],[-4.4484, 52.0437],[-4.44710, 52.0438],[-4.4457, 52.0438],[-4.4408, 52.0419],[-4.4389, 52.042],[-4.436601, 52.0426],[-4.4355, 52.0422],[-4.432899, 52.0407],[-4.428901, 52.0398],[-4.4245, 52.0399],[-4.422999, 52.0401],[-4.420199, 52.0389],[-4.418399, 52.0385],[-4.4144, 52.0398],[-4.412199, 52.0398],[-4.4101, 52.039],[-4.4078, 52.0378],[-4.406801, 52.0363],[-4.4057, 52.0335],[-4.4042, 52.0328],[-4.4024, 52.0326],[-4.4008, 52.033],[-4.3972, 52.0343],[-4.3944, 52.035],[-4.391001, 52.0362],[-4.3884, 52.0368],[-4.3857, 52.0371],[-4.3832, 52.0372],[-4.380899, 52.0369],[-4.3792, 52.0367],[-4.377399, 52.0365],[-4.3761, 52.0366],[-4.373701, 52.0364],[-4.3715, 52.0362],[-4.369501, 52.0358],[-4.3684, 52.0356],[-4.3673, 52.0352],[-4.366099, 52.0344],[-4.3656, 52.034],[-4.365499, 52.0337],[-4.36530, 52.0311],[-4.3652, 52.0305],[-4.364501, 52.0294],[-4.3627, 52.0287],[-4.3604, 52.0281],[-4.35820, 52.0282],[-4.356, 52.028],[-4.3514, 52.0273],[-4.349599, 52.0273],[-4.348501, 52.0278],[-4.3477, 52.0282],[-4.3448, 52.0306],[-4.3425, 52.0319],[-4.340899, 52.0322],[-4.3369, 52.0323],[-4.3345, 52.0344],[-4.3326, 52.0375],[-4.3304, 52.0398],[-4.329199, 52.0385],[-4.326099, 52.0372],[-4.32160, 52.0372],[-4.3144, 52.0377],[-4.308, 52.0379],[-4.304699, 52.0382],[-4.303901, 52.0387],[-4.3031, 52.0401],[-4.302999, 52.0419],[-4.3028, 52.0432],[-4.3017, 52.0441],[-4.3013, 52.0458],[-4.30070, 52.0474],[-4.300099, 52.0483],[-4.3, 52.0496],[-4.299799, 52.0505],[-4.298901, 52.0508],[-4.297699, 52.0513],[-4.295899, 52.0522],[-4.292099, 52.0520],[-4.290299, 52.0520],[-4.289501, 52.0513],[-4.289199, 52.05],[-4.289599, 52.0487],[-4.2909, 52.0474],[-4.291601, 52.0464],[-4.2914, 52.0452],[-4.289599, 52.0427],[-4.2864, 52.041],[-4.2844, 52.0401],[-4.28240, 52.0399],[-4.280399, 52.0396],[-4.277599, 52.0388],[-4.2754, 52.0382],[-4.273701, 52.0377],[-4.2722, 52.0378],[-4.271601, 52.0378],[-4.2714, 52.0381],[-4.271, 52.0405],[-4.270599, 52.0407],[-4.2698, 52.0403],[-4.269101, 52.0398],[-4.268, 52.039],[-4.266099, 52.0385],[-4.2648, 52.0382],[-4.263, 52.0381],[-4.2602, 52.0386],[-4.258999, 52.0384],[-4.2578, 52.0383],[-4.256401, 52.0384],[-4.255599, 52.0383],[-4.2546, 52.0383],[-4.250299, 52.0391],[-4.249, 52.0391],[-4.248099, 52.0385],[-4.247799, 52.0382],[-4.2464, 52.038],[-4.245399, 52.0381],[-4.2438, 52.0384],[-4.241401, 52.0396],[-4.2399, 52.0402],[-4.2388, 52.0405],[-4.2375, 52.0397],[-4.235899, 52.0391],[-4.234799, 52.0389],[-4.232999, 52.0389],[-4.232, 52.039],[-4.2308, 52.0392],[-4.2295, 52.0397],[-4.229199, 52.0402],[-4.229101, 52.0406],[-4.229, 52.0414],[-4.229, 52.0428],[-4.229, 52.0435],[-4.2285, 52.0445],[-4.2286, 52.0454],[-4.2286, 52.0462],[-4.229, 52.0481],[-4.228701, 52.0486],[-4.228099, 52.0491],[-4.2276, 52.0493],[-4.227001, 52.0495],[-4.226201, 52.0496],[-4.2255, 52.0496],[-4.224599, 52.0496],[-4.2234, 52.0490],[-4.2223, 52.0487],[-4.2213, 52.0487],[-4.220399, 52.0493],[-4.2198, 52.0502],[-4.219301, 52.051],[-4.2182, 52.0514],[-4.2166, 52.0518],[-4.214301, 52.0515],[-4.212699, 52.0524],[-4.2116, 52.054],[-4.211801, 52.0572],[-4.2115, 52.0579],[-4.2111, 52.0581],[-4.210299, 52.0580],[-4.209101, 52.0575],[-4.208099, 52.0576],[-4.207099, 52.0578],[-4.2055, 52.0581],[-4.2039, 52.0588],[-4.2027, 52.0598],[-4.202499, 52.0607],[-4.202499, 52.0614],[-4.203, 52.0619],[-4.203, 52.0625],[-4.2026, 52.0630],[-4.201001, 52.0638],[-4.19960, 52.0642],[-4.198599, 52.0644],[-4.1977, 52.0646],[-4.1967, 52.0648],[-4.1962, 52.0648],[-4.1956, 52.0641],[-4.1953, 52.0635],[-4.1949, 52.0622],[-4.194699, 52.0614],[-4.194301, 52.0608],[-4.193999, 52.0605],[-4.1937, 52.0602],[-4.193099, 52.0601],[-4.192, 52.0600],[-4.190599, 52.0601],[-4.189, 52.0604],[-4.1875, 52.0607],[-4.185699, 52.0611],[-4.184199, 52.0617],[-4.182099, 52.0623],[-4.180699, 52.0625],[-4.1788, 52.0629],[-4.178199, 52.0637],[-4.1778, 52.0640],[-4.1774, 52.0642],[-4.173901, 52.0643],[-4.1731, 52.0644],[-4.1722, 52.0647],[-4.171401, 52.0651],[-4.171, 52.0655],[-4.1704, 52.0663],[-4.169899, 52.0676],[-4.1694, 52.0678],[-4.1689, 52.0679],[-4.1675, 52.0677],[-4.166, 52.0676],[-4.164899, 52.0679],[-4.1635, 52.0686],[-4.162399, 52.0694],[-4.161601, 52.0701],[-4.161001, 52.0709],[-4.160699, 52.0717],[-4.1606, 52.0722],[-4.160299, 52.0747],[-4.1588, 52.0773],[-4.157199, 52.08],[-4.1562, 52.0807],[-4.154799, 52.0806],[-4.1521, 52.0802],[-4.1503, 52.0802],[-4.1486, 52.0804],[-4.1476, 52.0806],[-4.1464, 52.0812],[-4.1457, 52.0816],[-4.1454, 52.0819],[-4.145, 52.0823],[-4.144899, 52.0825],[-4.145199, 52.083],[-4.1455, 52.0831],[-4.146299, 52.0833],[-4.149199, 52.0839],[-4.150899, 52.0842],[-4.1546, 52.0853],[-4.155499, 52.086],[-4.1559, 52.0866],[-4.154699, 52.087],[-4.153501, 52.0874],[-4.152699, 52.0877],[-4.151801, 52.0882],[-4.1508, 52.0888],[-4.149199, 52.0901],[-4.146, 52.0926],[-4.144, 52.0936],[-4.1426, 52.0941],[-4.1398, 52.0945],[-4.138599, 52.0948],[-4.1366, 52.0954],[-4.134399, 52.0955],[-4.131899, 52.0948],[-4.1296, 52.0937],[-4.128099, 52.0925],[-4.1272, 52.0917],[-4.126299, 52.0914],[-4.1254, 52.0915],[-4.125, 52.0916],[-4.124199, 52.092],[-4.124, 52.0926],[-4.123799, 52.0929],[-4.1227, 52.0932],[-4.121601, 52.0932],[-4.118701, 52.0931],[-4.117499, 52.093],[-4.116899, 52.0933],[-4.1167, 52.0938],[-4.1163, 52.096],[-4.115499, 52.0962],[-4.1149, 52.0961],[-4.1134, 52.0962],[-4.111401, 52.0963],[-4.110199, 52.0963],[-4.1082, 52.0961],[-4.104, 52.0962],[-4.101099, 52.0965],[-4.0993, 52.0966],[-4.0973, 52.0972],[-4.096401, 52.0983],[-4.0953, 52.0991],[-4.093599, 52.0998],[-4.0927, 52.0997],[-4.0916, 52.0998],[-4.09, 52.1001],[-4.089301, 52.1005],[-4.089, 52.1019],[-4.088901, 52.1035],[-4.0883, 52.1039],[-4.0869, 52.1044],[-4.085499, 52.1042],[-4.083399, 52.1028],[-4.082699, 52.1027],[-4.082099, 52.1027],[-4.081699, 52.103],[-4.0801, 52.1056],[-4.079199, 52.1059],[-4.076499, 52.1056],[-4.074999, 52.106],[-4.0671, 52.1089],[-4.065899, 52.1096],[-4.0647, 52.1103],[-4.0629, 52.1109],[-4.0604, 52.1121],[-4.0581, 52.1132],[-4.055799, 52.1132],[-4.054101, 52.1137],[-4.0524, 52.1148],[-4.051401, 52.1178],[-4.050799, 52.1182],[-4.0492, 52.1186],[-4.0461, 52.1156],[-4.039899, 52.1134],[-4.034599, 52.1104],[-4.03, 52.1065],[-4.0232, 52.0983],[-4.0205, 52.0966],[-4.018799, 52.0961],[-4.016201, 52.096],[-4.0138, 52.0963],[-4.011499, 52.0975],[-4.0081, 52.0996],[-3.999599, 52.1036],[-3.99690, 52.1065],[-3.9965, 52.1083],[-3.9958, 52.1103],[-3.993999, 52.112],[-3.993299, 52.1123],[-3.991899, 52.1125],[-3.9902, 52.1130],[-3.9888, 52.1130],[-3.987499, 52.1124],[-3.9865, 52.1123],[-3.9856, 52.1127],[-3.98490, 52.1131],[-3.983299, 52.1129],[-3.982399, 52.1130],[-3.981801, 52.1136],[-3.98090, 52.1161],[-3.980099, 52.1173],[-3.979, 52.1181],[-3.977499, 52.1185],[-3.9763, 52.1184],[-3.9732, 52.1185],[-3.971, 52.1192],[-3.969399, 52.1220],[-3.9686, 52.1241],[-3.967, 52.1266],[-3.9507, 52.1354],[-3.9463, 52.1375],[-3.942001, 52.1393],[-3.9398, 52.1405],[-3.939101, 52.1407],[-3.9388, 52.1405],[-3.93380, 52.1346],[-3.9323, 52.134],[-3.931499, 52.1335],[-3.931201, 52.1326],[-3.931201, 52.1321],[-3.9309, 52.1311],[-3.930399, 52.1305],[-3.92980, 52.1302],[-3.92960, 52.1307],[-3.929101, 52.1314],[-3.92770, 52.1322],[-3.927001, 52.1324],[-3.9259, 52.1322],[-3.92510, 52.1316],[-3.924599, 52.1311],[-3.923701, 52.1303],[-3.9203, 52.1294],[-3.919399, 52.1295],[-3.9186, 52.1297],[-3.918099, 52.1296],[-3.913901, 52.1281],[-3.9119, 52.1276],[-3.91150, 52.1270],[-3.911299, 52.1262],[-3.91100, 52.1253],[-3.90870, 52.1237],[-3.906699, 52.1225],[-3.905499, 52.1221],[-3.903399, 52.1221],[-3.903199, 52.1222],[-3.903199, 52.1226],[-3.90330, 52.1233],[-3.903199, 52.1239],[-3.9024, 52.1240],[-3.901099, 52.1238],[-3.897399, 52.1226],[-3.89720, 52.1228],[-3.89720, 52.1231],[-3.8975, 52.1235],[-3.898099, 52.1241],[-3.8987, 52.1245],[-3.898999, 52.1250],[-3.898799, 52.1252],[-3.898, 52.1254],[-3.8963, 52.1256],[-3.896001, 52.1264],[-3.8954, 52.1265],[-3.8943, 52.1268],[-3.893701, 52.1276],[-3.8924, 52.1287],[-3.891099, 52.1296],[-3.88940, 52.1305],[-3.8879, 52.1334],[-3.887399, 52.1341],[-3.88030, 52.1356],[-3.876899, 52.1366],[-3.87630, 52.1372],[-3.8762, 52.1378],[-3.8762, 52.1384],[-3.876601, 52.1398],[-3.876499, 52.1403],[-3.8754, 52.1406],[-3.8726, 52.1423],[-3.8694, 52.143],[-3.8619, 52.1428],[-3.8573, 52.1413],[-3.8524, 52.1402],[-3.8503, 52.1392],[-3.8473, 52.1376],[-3.844301, 52.1365],[-3.842099, 52.1349],[-3.840899, 52.1342],[-3.839799, 52.1334],[-3.837399, 52.1328],[-3.834899, 52.1322],[-3.83360, 52.1311],[-3.8322, 52.1304],[-3.8306, 52.1291],[-3.82750, 52.1282],[-3.824699, 52.1271],[-3.822599, 52.1263],[-3.820499, 52.1251],[-3.819101, 52.1248],[-3.8178, 52.1246],[-3.816099, 52.1241],[-3.8138, 52.1235],[-3.81130, 52.1228]]],[[[-4.3243,51.7228],[-4.325099,51.7226],[-4.3256,51.7227],[-4.327199,51.7235],[-4.329199,51.7248],[-4.329599,51.7251],[-4.3297,51.7253],[-4.3297,51.7256],[-4.3297,51.7258],[-4.329599,51.7262],[-4.329199,51.7263],[-4.328599,51.7264],[-4.327799,51.7263],[-4.327199,51.7259],[-4.3262,51.7253],[-4.324399,51.7247],[-4.3238,51.7244],[-4.3234,51.7241],[-4.3232,51.7238],[-4.3232,51.7234],[-4.3232,51.7232],[-4.3238,51.7229],[-4.3243,51.7228]]],[[[-4.3366,51.7282],[-4.3376,51.7281],[-4.3378,51.7282],[-4.337999,51.7283],[-4.337999,51.7285],[-4.3378,51.729],[-4.3372,51.7303],[-4.3371,51.7305],[-4.3369,51.7306],[-4.3366,51.7307],[-4.336201,51.7308],[-4.335899,51.7308],[-4.3354,51.7307],[-4.334101,51.7302],[-4.333,51.7296],[-4.332799,51.7294],[-4.3329,51.7291],[-4.333099,51.729],[-4.3336,51.7289],[-4.335899,51.7283],[-4.3366,51.7282]]],[[[-4.3462,51.73],[-4.3468,51.7299],[-4.3481,51.73],[-4.349,51.7303],[-4.349699,51.7309],[-4.349699,51.7311],[-4.3494,51.7314],[-4.348,51.7314],[-4.3462,51.7315],[-4.3452,51.7319],[-4.3446,51.7321],[-4.344501,51.7319],[-4.344501,51.7313],[-4.3446,51.7311],[-4.3448,51.7309],[-4.3455,51.7304],[-4.3462,51.73]]],[[[-4.343299,51.7298],[-4.344699,51.7298],[-4.3448,51.7299],[-4.3446,51.7302],[-4.343999,51.7308],[-4.343501,51.7313],[-4.3431,51.7315],[-4.3424,51.7314],[-4.3417,51.7312],[-4.341401,51.7311],[-4.3412,51.731],[-4.3413,51.7308],[-4.3421,51.7302],[-4.342599,51.73],[-4.343299,51.7298]]],[[[-4.3508,51.7296],[-4.352001,51.7295],[-4.352499,51.7297],[-4.352799,51.7299],[-4.352799,51.73],[-4.352799,51.7302],[-4.352399,51.7305],[-4.3515,51.7308],[-4.351099,51.7309],[-4.3508,51.7309],[-4.3505,51.7309],[-4.3502,51.7307],[-4.3502,51.7306],[-4.3502,51.7304],[-4.350299,51.7299],[-4.350399,51.7298],[-4.350399,51.7297],[-4.3508,51.7296]]]]}, properties:{name:"Carmarthenshire (Sir Gaerfyrddin)"}}, {type:"Feature", geometry:{type:"MultiPolygon", coordinates:[[[[-3.9041, 52.5588],[-3.9024, 52.5585],[-3.893501, 52.5586],[-3.88470, 52.559],[-3.877199, 52.5600],[-3.873701, 52.5598],[-3.86850, 52.5597],[-3.865499, 52.5600],[-3.863199, 52.5602],[-3.859699, 52.5603],[-3.856899, 52.5598],[-3.8531, 52.5579],[-3.8505, 52.5569],[-3.845599, 52.5540],[-3.8427, 52.5518],[-3.838599, 52.5494],[-3.8369, 52.5474],[-3.8341, 52.5327],[-3.8334, 52.5284],[-3.83360, 52.5267],[-3.8348, 52.5251],[-3.836801, 52.5239],[-3.838701, 52.5219],[-3.839301, 52.5188],[-3.8413, 52.5171],[-3.84200, 52.5163],[-3.8429, 52.5143],[-3.8433, 52.5131],[-3.8433, 52.5123],[-3.8433, 52.5119],[-3.8429, 52.5113],[-3.84160, 52.5109],[-3.8403, 52.5101],[-3.8395, 52.5087],[-3.8392, 52.5053],[-3.837899, 52.5022],[-3.8371, 52.5005],[-3.8369, 52.4972],[-3.83590, 52.4960],[-3.83170, 52.4940],[-3.830699, 52.4932],[-3.8304, 52.4913],[-3.8299, 52.4905],[-3.827699, 52.4882],[-3.8257, 52.4875],[-3.825799, 52.4849],[-3.824699, 52.4837],[-3.8171, 52.4835],[-3.81130, 52.4844],[-3.802999, 52.4857],[-3.799599, 52.4862],[-3.797499, 52.4864],[-3.7955, 52.4869],[-3.7935, 52.4891],[-3.792399, 52.4932],[-3.792399, 52.4954],[-3.7946, 52.4987],[-3.796601, 52.4987],[-3.7981, 52.4996],[-3.798501, 52.501],[-3.7983, 52.5046],[-3.7978, 52.5064],[-3.796, 52.508],[-3.79320, 52.5085],[-3.78920, 52.5086],[-3.788, 52.51],[-3.787, 52.5106],[-3.7858, 52.5108],[-3.7844, 52.5122],[-3.782799, 52.5133],[-3.7813, 52.5144],[-3.78010, 52.5152],[-3.7791, 52.5154],[-3.777499, 52.515],[-3.7744, 52.5154],[-3.771001, 52.5156],[-3.767699, 52.5164],[-3.741801, 52.5078],[-3.7392, 52.5081],[-3.7372, 52.5081],[-3.733799, 52.5076],[-3.733, 52.5074],[-3.732599, 52.5072],[-3.731801, 52.5067],[-3.7312, 52.5061],[-3.7309, 52.5057],[-3.7304, 52.5049],[-3.7288, 52.5003],[-3.7288, 52.5001],[-3.729, 52.4999],[-3.729501, 52.4996],[-3.7332, 52.4984],[-3.74000, 52.4967],[-3.739, 52.4922],[-3.738701, 52.4899],[-3.738501, 52.4862],[-3.741801, 52.4797],[-3.744999, 52.4762],[-3.7472, 52.4748],[-3.748199, 52.4742],[-3.749599, 52.4737],[-3.752599, 52.4733],[-3.7569, 52.4731],[-3.7616, 52.4727],[-3.764101, 52.4723],[-3.764899, 52.4721],[-3.7651, 52.4719],[-3.765199, 52.4716],[-3.7657, 52.4634],[-3.766201, 52.459],[-3.767, 52.4562],[-3.768399, 52.4501],[-3.7691, 52.4484],[-3.77000, 52.4441],[-3.77000, 52.4434],[-3.7655, 52.4408],[-3.7636, 52.4399],[-3.760799, 52.4384],[-3.7368, 52.4291],[-3.7348, 52.428],[-3.733099, 52.4273],[-3.731699, 52.4267],[-3.7312, 52.4264],[-3.7311, 52.4262],[-3.730799, 52.4258],[-3.7307, 52.4254],[-3.733, 52.4233],[-3.732899, 52.4226],[-3.732599, 52.4223],[-3.731699, 52.4216],[-3.7267, 52.4191],[-3.7202, 52.417],[-3.716001, 52.4158],[-3.7145, 52.4147],[-3.714, 52.4132],[-3.7125, 52.4126],[-3.711801, 52.4112],[-3.712001, 52.4097],[-3.711699, 52.4085],[-3.712199, 52.4065],[-3.7121, 52.4044],[-3.7126, 52.4028],[-3.712399, 52.4014],[-3.711401, 52.4009],[-3.709199, 52.4002],[-3.707999, 52.4003],[-3.7074, 52.3999],[-3.7076, 52.3984],[-3.7091, 52.3963],[-3.7098, 52.394],[-3.709501, 52.3927],[-3.7089, 52.3919],[-3.7076, 52.3907],[-3.7058, 52.3895],[-3.703399, 52.3877],[-3.7032, 52.3861],[-3.7032, 52.3847],[-3.702001, 52.3839],[-3.7005, 52.3806],[-3.700599, 52.3769],[-3.700099, 52.3754],[-3.6967, 52.3718],[-3.69560, 52.3702],[-3.6954, 52.3687],[-3.6953, 52.3667],[-3.6921, 52.3666],[-3.68860, 52.367],[-3.686201, 52.3675],[-3.681601, 52.3683],[-3.6802, 52.3679],[-3.679199, 52.3675],[-3.678999, 52.3672],[-3.67870, 52.3649],[-3.6782, 52.3643],[-3.6756, 52.3625],[-3.671499, 52.3584],[-3.6645, 52.3563],[-3.6641, 52.3559],[-3.663901, 52.3555],[-3.661601, 52.3515],[-3.661, 52.3506],[-3.66, 52.3499],[-3.659699, 52.349],[-3.659899, 52.3488],[-3.661099, 52.3481],[-3.663599, 52.3473],[-3.6664, 52.3463],[-3.693599, 52.3409],[-3.694799, 52.3411],[-3.697001, 52.3409],[-3.697999, 52.3408],[-3.7, 52.3406],[-3.702001, 52.3409],[-3.704, 52.3416],[-3.7054, 52.3421],[-3.706001, 52.3421],[-3.710099, 52.34],[-3.713599, 52.3384],[-3.719199, 52.3357],[-3.723701, 52.3314],[-3.727, 52.3294],[-3.7288, 52.328],[-3.730599, 52.3266],[-3.731801, 52.3259],[-3.7342, 52.3244],[-3.737999, 52.3216],[-3.742399, 52.3176],[-3.74350, 52.3164],[-3.743599, 52.3154],[-3.7427, 52.3130],[-3.742399, 52.3126],[-3.741699, 52.3118],[-3.7412, 52.3114],[-3.7406, 52.3110],[-3.73550, 52.3093],[-3.7312, 52.3086],[-3.73, 52.3082],[-3.7291, 52.3078],[-3.728701, 52.3075],[-3.728199, 52.3062],[-3.727799, 52.3048],[-3.727499, 52.3037],[-3.727499, 52.3025],[-3.728701, 52.2942],[-3.7288, 52.2930],[-3.7288, 52.2919],[-3.728701, 52.2912],[-3.7284, 52.2903],[-3.7266, 52.289],[-3.7253, 52.2883],[-3.7226, 52.2859],[-3.721801, 52.2854],[-3.719899, 52.285],[-3.717999, 52.2843],[-3.7169, 52.2837],[-3.7163, 52.2832],[-3.7154, 52.2824],[-3.713901, 52.2808],[-3.711401, 52.279],[-3.709599, 52.2775],[-3.7083, 52.2767],[-3.7066, 52.276],[-3.7054, 52.2756],[-3.705199, 52.2753],[-3.705199, 52.2751],[-3.7054, 52.2747],[-3.7063, 52.2742],[-3.7079, 52.2736],[-3.710099, 52.2735],[-3.713701, 52.2734],[-3.71510, 52.2734],[-3.71530, 52.2733],[-3.71550, 52.2732],[-3.7167, 52.2729],[-3.718501, 52.2725],[-3.72120, 52.2716],[-3.72210, 52.2714],[-3.72330, 52.2713],[-3.725399, 52.2718],[-3.7289, 52.2725],[-3.729599, 52.2726],[-3.7304, 52.2726],[-3.7309, 52.2724],[-3.73130, 52.2722],[-3.731601, 52.272],[-3.7321, 52.2716],[-3.7335, 52.2698],[-3.7349, 52.2679],[-3.736001, 52.2663],[-3.7388, 52.2635],[-3.7432, 52.2604],[-3.7448, 52.2589],[-3.74630, 52.257],[-3.7472, 52.2557],[-3.7478, 52.2551],[-3.752399, 52.2526],[-3.752899, 52.2522],[-3.753, 52.2520],[-3.7528, 52.2517],[-3.7502, 52.2502],[-3.749399, 52.2494],[-3.747999, 52.2486],[-3.7471, 52.2483],[-3.746401, 52.2482],[-3.74440, 52.2484],[-3.743099, 52.2482],[-3.74230, 52.2480],[-3.742199, 52.2472],[-3.74210, 52.2466],[-3.742199, 52.2464],[-3.7468, 52.2432],[-3.7474, 52.2427],[-3.74790, 52.2422],[-3.747999, 52.2419],[-3.7481, 52.2414],[-3.747999, 52.2400],[-3.747699, 52.2387],[-3.7478, 52.2377],[-3.748199, 52.237],[-3.7492, 52.2363],[-3.749399, 52.236],[-3.7491, 52.2355],[-3.7483, 52.2344],[-3.742899, 52.2286],[-3.7427, 52.2281],[-3.742599, 52.2272],[-3.7428, 52.2267],[-3.7432, 52.226],[-3.74440, 52.2245],[-3.746401, 52.2222],[-3.747, 52.2213],[-3.74790, 52.2198],[-3.748399, 52.2189],[-3.7486, 52.2183],[-3.748399, 52.2172],[-3.749399, 52.2166],[-3.7507, 52.216],[-3.7509, 52.2157],[-3.7509, 52.2154],[-3.7506, 52.2148],[-3.75, 52.2141],[-3.748199, 52.2126],[-3.747699, 52.2121],[-3.7474, 52.2117],[-3.747299, 52.211],[-3.7478, 52.2098],[-3.748501, 52.2083],[-3.752599, 52.1983],[-3.7525, 52.1972],[-3.752399, 52.1968],[-3.752199, 52.1965],[-3.751601, 52.1961],[-3.7486, 52.1943],[-3.747499, 52.1935],[-3.74650, 52.1927],[-3.746401, 52.1925],[-3.74630, 52.1920],[-3.746201, 52.1911],[-3.747999, 52.1872],[-3.74790, 52.1853],[-3.748399, 52.1802],[-3.7481, 52.1789],[-3.7478, 52.178],[-3.74790, 52.1772],[-3.7492, 52.1712],[-3.749501, 52.1664],[-3.749599, 52.1641],[-3.749501, 52.1637],[-3.749399, 52.1634],[-3.7468, 52.1608],[-3.7467, 52.1603],[-3.747299, 52.158],[-3.747299, 52.1572],[-3.7472, 52.1567],[-3.74560, 52.1547],[-3.7453, 52.1537],[-3.7451, 52.1495],[-3.7448, 52.1482],[-3.741801, 52.1425],[-3.7412, 52.1401],[-3.7412, 52.1394],[-3.74140, 52.1386],[-3.74210, 52.1376],[-3.743599, 52.1360],[-3.7451, 52.1354],[-3.750799, 52.1337],[-3.7549, 52.1318],[-3.75570, 52.1312],[-3.756601, 52.1300],[-3.7568, 52.1293],[-3.7569, 52.1286],[-3.765, 52.1229],[-3.766099, 52.1221],[-3.76580, 52.1215],[-3.765399, 52.1208],[-3.765, 52.1200],[-3.765199, 52.1196],[-3.765399, 52.1194],[-3.766201, 52.1191],[-3.767699, 52.1187],[-3.7708, 52.1188],[-3.7716, 52.1185],[-3.7725, 52.1180],[-3.773099, 52.1177],[-3.7734, 52.1174],[-3.773799, 52.1167],[-3.773799, 52.1143],[-3.774501, 52.1109],[-3.775, 52.1096],[-3.776099, 52.1082],[-3.78060, 52.1081],[-3.782001, 52.1082],[-3.782599, 52.1079],[-3.7836, 52.1059],[-3.78500, 52.1052],[-3.7857, 52.1067],[-3.7858, 52.1084],[-3.7873, 52.1096],[-3.7894, 52.1097],[-3.791201, 52.1106],[-3.792399, 52.111],[-3.7946, 52.1114],[-3.794699, 52.1122],[-3.794199, 52.1136],[-3.794199, 52.1145],[-3.7957, 52.1158],[-3.796299, 52.1169],[-3.7983, 52.1175],[-3.800299, 52.1185],[-3.802001, 52.1198],[-3.802999, 52.1197],[-3.8069, 52.1206],[-3.8097, 52.1215],[-3.81130, 52.1228],[-3.8138, 52.1235],[-3.816099, 52.1241],[-3.8178, 52.1246],[-3.819101, 52.1248],[-3.820499, 52.1251],[-3.822599, 52.1263],[-3.824699, 52.1271],[-3.82750, 52.1282],[-3.8306, 52.1291],[-3.8322, 52.1304],[-3.83360, 52.1311],[-3.834899, 52.1322],[-3.837399, 52.1328],[-3.839799, 52.1334],[-3.840899, 52.1342],[-3.842099, 52.1349],[-3.844301, 52.1365],[-3.8473, 52.1376],[-3.8503, 52.1392],[-3.8524, 52.1402],[-3.8573, 52.1413],[-3.8619, 52.1428],[-3.8694, 52.143],[-3.8726, 52.1423],[-3.8754, 52.1406],[-3.876499, 52.1403],[-3.876601, 52.1398],[-3.8762, 52.1384],[-3.8762, 52.1378],[-3.87630, 52.1372],[-3.876899, 52.1366],[-3.88030, 52.1356],[-3.887399, 52.1341],[-3.8879, 52.1334],[-3.88940, 52.1305],[-3.891099, 52.1296],[-3.8924, 52.1287],[-3.893701, 52.1276],[-3.8943, 52.1268],[-3.8954, 52.1265],[-3.896001, 52.1264],[-3.8963, 52.1256],[-3.898, 52.1254],[-3.898799, 52.1252],[-3.898999, 52.1250],[-3.8987, 52.1245],[-3.898099, 52.1241],[-3.8975, 52.1235],[-3.89720, 52.1231],[-3.89720, 52.1228],[-3.897399, 52.1226],[-3.901099, 52.1238],[-3.9024, 52.1240],[-3.903199, 52.1239],[-3.90330, 52.1233],[-3.903199, 52.1226],[-3.903199, 52.1222],[-3.903399, 52.1221],[-3.905499, 52.1221],[-3.906699, 52.1225],[-3.90870, 52.1237],[-3.91100, 52.1253],[-3.911299, 52.1262],[-3.91150, 52.1270],[-3.9119, 52.1276],[-3.913901, 52.1281],[-3.918099, 52.1296],[-3.9186, 52.1297],[-3.919399, 52.1295],[-3.9203, 52.1294],[-3.923701, 52.1303],[-3.924599, 52.1311],[-3.92510, 52.1316],[-3.9259, 52.1322],[-3.927001, 52.1324],[-3.92770, 52.1322],[-3.929101, 52.1314],[-3.92960, 52.1307],[-3.92980, 52.1302],[-3.930399, 52.1305],[-3.9309, 52.1311],[-3.931201, 52.1321],[-3.931201, 52.1326],[-3.931499, 52.1335],[-3.9323, 52.134],[-3.93380, 52.1346],[-3.9388, 52.1405],[-3.939101, 52.1407],[-3.9398, 52.1405],[-3.942001, 52.1393],[-3.9463, 52.1375],[-3.9507, 52.1354],[-3.967, 52.1266],[-3.9686, 52.1241],[-3.969399, 52.1220],[-3.971, 52.1192],[-3.9732, 52.1185],[-3.9763, 52.1184],[-3.977499, 52.1185],[-3.979, 52.1181],[-3.980099, 52.1173],[-3.98090, 52.1161],[-3.981801, 52.1136],[-3.982399, 52.1130],[-3.983299, 52.1129],[-3.98490, 52.1131],[-3.9856, 52.1127],[-3.9865, 52.1123],[-3.987499, 52.1124],[-3.9888, 52.1130],[-3.9902, 52.1130],[-3.991899, 52.1125],[-3.993299, 52.1123],[-3.993999, 52.112],[-3.9958, 52.1103],[-3.9965, 52.1083],[-3.99690, 52.1065],[-3.999599, 52.1036],[-4.0081, 52.0996],[-4.011499, 52.0975],[-4.0138, 52.0963],[-4.016201, 52.096],[-4.018799, 52.0961],[-4.0205, 52.0966],[-4.0232, 52.0983],[-4.03, 52.1065],[-4.034599, 52.1104],[-4.039899, 52.1134],[-4.0461, 52.1156],[-4.0492, 52.1186],[-4.050799, 52.1182],[-4.051401, 52.1178],[-4.0524, 52.1148],[-4.054101, 52.1137],[-4.055799, 52.1132],[-4.0581, 52.1132],[-4.0604, 52.1121],[-4.0629, 52.1109],[-4.0647, 52.1103],[-4.065899, 52.1096],[-4.0671, 52.1089],[-4.074999, 52.106],[-4.076499, 52.1056],[-4.079199, 52.1059],[-4.0801, 52.1056],[-4.081699, 52.103],[-4.082099, 52.1027],[-4.082699, 52.1027],[-4.083399, 52.1028],[-4.085499, 52.1042],[-4.0869, 52.1044],[-4.0883, 52.1039],[-4.088901, 52.1035],[-4.089, 52.1019],[-4.089301, 52.1005],[-4.09, 52.1001],[-4.0916, 52.0998],[-4.0927, 52.0997],[-4.093599, 52.0998],[-4.0953, 52.0991],[-4.096401, 52.0983],[-4.0973, 52.0972],[-4.0993, 52.0966],[-4.101099, 52.0965],[-4.104, 52.0962],[-4.1082, 52.0961],[-4.110199, 52.0963],[-4.111401, 52.0963],[-4.1134, 52.0962],[-4.1149, 52.0961],[-4.115499, 52.0962],[-4.1163, 52.096],[-4.1167, 52.0938],[-4.116899, 52.0933],[-4.117499, 52.093],[-4.118701, 52.0931],[-4.121601, 52.0932],[-4.1227, 52.0932],[-4.123799, 52.0929],[-4.124, 52.0926],[-4.124199, 52.092],[-4.125, 52.0916],[-4.1254, 52.0915],[-4.126299, 52.0914],[-4.1272, 52.0917],[-4.128099, 52.0925],[-4.1296, 52.0937],[-4.131899, 52.0948],[-4.134399, 52.0955],[-4.1366, 52.0954],[-4.138599, 52.0948],[-4.1398, 52.0945],[-4.1426, 52.0941],[-4.144, 52.0936],[-4.146, 52.0926],[-4.149199, 52.0901],[-4.1508, 52.0888],[-4.151801, 52.0882],[-4.152699, 52.0877],[-4.153501, 52.0874],[-4.154699, 52.087],[-4.1559, 52.0866],[-4.155499, 52.086],[-4.1546, 52.0853],[-4.150899, 52.0842],[-4.149199, 52.0839],[-4.146299, 52.0833],[-4.1455, 52.0831],[-4.145199, 52.083],[-4.144899, 52.0825],[-4.145, 52.0823],[-4.1454, 52.0819],[-4.1457, 52.0816],[-4.1464, 52.0812],[-4.1476, 52.0806],[-4.1486, 52.0804],[-4.1503, 52.0802],[-4.1521, 52.0802],[-4.154799, 52.0806],[-4.1562, 52.0807],[-4.157199, 52.08],[-4.1588, 52.0773],[-4.160299, 52.0747],[-4.1606, 52.0722],[-4.160699, 52.0717],[-4.161001, 52.0709],[-4.161601, 52.0701],[-4.162399, 52.0694],[-4.1635, 52.0686],[-4.164899, 52.0679],[-4.166, 52.0676],[-4.1675, 52.0677],[-4.1689, 52.0679],[-4.1694, 52.0678],[-4.169899, 52.0676],[-4.1704, 52.0663],[-4.171, 52.0655],[-4.171401, 52.0651],[-4.1722, 52.0647],[-4.1731, 52.0644],[-4.173901, 52.0643],[-4.1774, 52.0642],[-4.1778, 52.0640],[-4.178199, 52.0637],[-4.1788, 52.0629],[-4.180699, 52.0625],[-4.182099, 52.0623],[-4.184199, 52.0617],[-4.185699, 52.0611],[-4.1875, 52.0607],[-4.189, 52.0604],[-4.190599, 52.0601],[-4.192, 52.0600],[-4.193099, 52.0601],[-4.1937, 52.0602],[-4.193999, 52.0605],[-4.194301, 52.0608],[-4.194699, 52.0614],[-4.1949, 52.0622],[-4.1953, 52.0635],[-4.1956, 52.0641],[-4.1962, 52.0648],[-4.1967, 52.0648],[-4.1977, 52.0646],[-4.198599, 52.0644],[-4.19960, 52.0642],[-4.201001, 52.0638],[-4.2026, 52.0630],[-4.203, 52.0625],[-4.203, 52.0619],[-4.202499, 52.0614],[-4.202499, 52.0607],[-4.2027, 52.0598],[-4.2039, 52.0588],[-4.2055, 52.0581],[-4.207099, 52.0578],[-4.208099, 52.0576],[-4.209101, 52.0575],[-4.210299, 52.0580],[-4.2111, 52.0581],[-4.2115, 52.0579],[-4.211801, 52.0572],[-4.2116, 52.054],[-4.212699, 52.0524],[-4.214301, 52.0515],[-4.2166, 52.0518],[-4.2182, 52.0514],[-4.219301, 52.051],[-4.2198, 52.0502],[-4.220399, 52.0493],[-4.2213, 52.0487],[-4.2223, 52.0487],[-4.2234, 52.0490],[-4.224599, 52.0496],[-4.2255, 52.0496],[-4.226201, 52.0496],[-4.227001, 52.0495],[-4.2276, 52.0493],[-4.228099, 52.0491],[-4.228701, 52.0486],[-4.229, 52.0481],[-4.2286, 52.0462],[-4.2286, 52.0454],[-4.2285, 52.0445],[-4.229, 52.0435],[-4.229, 52.0428],[-4.229, 52.0414],[-4.229101, 52.0406],[-4.229199, 52.0402],[-4.2295, 52.0397],[-4.2308, 52.0392],[-4.232, 52.039],[-4.232999, 52.0389],[-4.234799, 52.0389],[-4.235899, 52.0391],[-4.2375, 52.0397],[-4.2388, 52.0405],[-4.2399, 52.0402],[-4.241401, 52.0396],[-4.2438, 52.0384],[-4.245399, 52.0381],[-4.2464, 52.038],[-4.247799, 52.0382],[-4.248099, 52.0385],[-4.249, 52.0391],[-4.250299, 52.0391],[-4.2546, 52.0383],[-4.255599, 52.0383],[-4.256401, 52.0384],[-4.2578, 52.0383],[-4.258999, 52.0384],[-4.2602, 52.0386],[-4.263, 52.0381],[-4.2648, 52.0382],[-4.266099, 52.0385],[-4.268, 52.039],[-4.269101, 52.0398],[-4.2698, 52.0403],[-4.270599, 52.0407],[-4.271, 52.0405],[-4.2714, 52.0381],[-4.271601, 52.0378],[-4.2722, 52.0378],[-4.273701, 52.0377],[-4.2754, 52.0382],[-4.277599, 52.0388],[-4.280399, 52.0396],[-4.28240, 52.0399],[-4.2844, 52.0401],[-4.2864, 52.041],[-4.289599, 52.0427],[-4.2914, 52.0452],[-4.291601, 52.0464],[-4.2909, 52.0474],[-4.289599, 52.0487],[-4.289199, 52.05],[-4.289501, 52.0513],[-4.290299, 52.0520],[-4.292099, 52.0520],[-4.295899, 52.0522],[-4.297699, 52.0513],[-4.298901, 52.0508],[-4.299799, 52.0505],[-4.3, 52.0496],[-4.300099, 52.0483],[-4.30070, 52.0474],[-4.3013, 52.0458],[-4.3017, 52.0441],[-4.3028, 52.0432],[-4.302999, 52.0419],[-4.3031, 52.0401],[-4.303901, 52.0387],[-4.304699, 52.0382],[-4.308, 52.0379],[-4.3144, 52.0377],[-4.32160, 52.0372],[-4.326099, 52.0372],[-4.329199, 52.0385],[-4.3304, 52.0398],[-4.3326, 52.0375],[-4.3345, 52.0344],[-4.3369, 52.0323],[-4.340899, 52.0322],[-4.3425, 52.0319],[-4.3448, 52.0306],[-4.3477, 52.0282],[-4.348501, 52.0278],[-4.349599, 52.0273],[-4.3514, 52.0273],[-4.356, 52.028],[-4.35820, 52.0282],[-4.3604, 52.0281],[-4.3627, 52.0287],[-4.364501, 52.0294],[-4.3652, 52.0305],[-4.36530, 52.0311],[-4.365499, 52.0337],[-4.3656, 52.034],[-4.366099, 52.0344],[-4.3673, 52.0352],[-4.3684, 52.0356],[-4.369501, 52.0358],[-4.3715, 52.0362],[-4.373701, 52.0364],[-4.3761, 52.0366],[-4.377399, 52.0365],[-4.3792, 52.0367],[-4.380899, 52.0369],[-4.3832, 52.0372],[-4.3857, 52.0371],[-4.3884, 52.0368],[-4.391001, 52.0362],[-4.3944, 52.035],[-4.3972, 52.0343],[-4.4008, 52.033],[-4.4024, 52.0326],[-4.4042, 52.0328],[-4.4057, 52.0335],[-4.406801, 52.0363],[-4.4078, 52.0378],[-4.4101, 52.039],[-4.412199, 52.0398],[-4.4144, 52.0398],[-4.418399, 52.0385],[-4.420199, 52.0389],[-4.422999, 52.0401],[-4.4245, 52.0399],[-4.428901, 52.0398],[-4.432899, 52.0407],[-4.4355, 52.0422],[-4.436601, 52.0426],[-4.4389, 52.042],[-4.4408, 52.0419],[-4.4457, 52.0438],[-4.44710, 52.0438],[-4.4484, 52.0437],[-4.449399, 52.0433],[-4.4502, 52.0429],[-4.4513, 52.042],[-4.4526, 52.0408],[-4.4538, 52.0395],[-4.454599, 52.0388],[-4.457099, 52.0376],[-4.4607, 52.0368],[-4.4656, 52.037],[-4.465799, 52.037],[-4.466001, 52.0373],[-4.466401, 52.0382],[-4.4663, 52.0387],[-4.4656, 52.0396],[-4.465499, 52.04],[-4.467, 52.0402],[-4.4682, 52.04],[-4.471499, 52.0392],[-4.474101, 52.0393],[-4.476, 52.0406],[-4.4773, 52.0417],[-4.478, 52.0422],[-4.4804, 52.0439],[-4.4814, 52.0446],[-4.482, 52.0457],[-4.4825, 52.0464],[-4.4833, 52.047],[-4.484799, 52.0473],[-4.4862, 52.0486],[-4.486499, 52.0487],[-4.487, 52.0485],[-4.490399, 52.0464],[-4.49240, 52.0455],[-4.4942, 52.0451],[-4.4958, 52.0446],[-4.4977, 52.0434],[-4.498, 52.0432],[-4.49850, 52.043],[-4.499, 52.0429],[-4.4997, 52.0429],[-4.5008, 52.0429],[-4.502399, 52.0433],[-4.504, 52.0438],[-4.5066, 52.0441],[-4.508501, 52.0439],[-4.510099, 52.0443],[-4.511099, 52.0446],[-4.511899, 52.0458],[-4.513199, 52.0463],[-4.5177, 52.0462],[-4.5194, 52.046],[-4.521299, 52.0459],[-4.524301, 52.0459],[-4.5299, 52.0456],[-4.5317, 52.0451],[-4.533999, 52.0446],[-4.5358, 52.0447],[-4.537001, 52.0454],[-4.5383, 52.0462],[-4.539101, 52.047],[-4.5393, 52.0477],[-4.5393, 52.05],[-4.5398, 52.0507],[-4.5405, 52.051],[-4.5414, 52.051],[-4.542099, 52.0503],[-4.54220, 52.0497],[-4.541201, 52.0485],[-4.5402, 52.0474],[-4.5401, 52.047],[-4.5405, 52.0465],[-4.5409, 52.0462],[-4.542399, 52.0454],[-4.543, 52.045],[-4.545, 52.0442],[-4.5465, 52.0437],[-4.547999, 52.0434],[-4.549699, 52.0434],[-4.5516, 52.0435],[-4.553999, 52.0437],[-4.556001, 52.0438],[-4.5563, 52.0438],[-4.556601, 52.0437],[-4.5584, 52.0443],[-4.5602, 52.0457],[-4.561601, 52.0471],[-4.56300, 52.0487],[-4.565, 52.0516],[-4.5654, 52.053],[-4.5658, 52.0546],[-4.5661, 52.0564],[-4.566899, 52.0576],[-4.568501, 52.0582],[-4.56920, 52.0583],[-4.570399, 52.0584],[-4.5724, 52.0581],[-4.57430, 52.0577],[-4.5762, 52.0575],[-4.5784, 52.0574],[-4.581, 52.0574],[-4.5826, 52.0580],[-4.5847, 52.0585],[-4.586, 52.0594],[-4.587299, 52.0600],[-4.589399, 52.0605],[-4.591801, 52.0607],[-4.593501, 52.0612],[-4.594999, 52.0616],[-4.599101, 52.0622],[-4.6036, 52.0624],[-4.60480, 52.0623],[-4.605599, 52.0621],[-4.606201, 52.0617],[-4.6066, 52.0614],[-4.6069, 52.0602],[-4.6072, 52.0594],[-4.6082, 52.0580],[-4.6092, 52.0574],[-4.6103, 52.0572],[-4.614399, 52.0568],[-4.6189, 52.056],[-4.6222, 52.0552],[-4.6251, 52.0550],[-4.627399, 52.0555],[-4.629399, 52.056],[-4.631401, 52.0570],[-4.6336, 52.0581],[-4.6356, 52.0595],[-4.638299, 52.0610],[-4.63880, 52.0614],[-4.6393, 52.0621],[-4.639501, 52.0626],[-4.6399, 52.0638],[-4.6399, 52.0644],[-4.640299, 52.0659],[-4.640399, 52.0666],[-4.640399, 52.0670],[-4.6401, 52.0675],[-4.6374, 52.0688],[-4.63630, 52.0694],[-4.636099, 52.0697],[-4.636099, 52.0701],[-4.63620, 52.0705],[-4.637001, 52.0714],[-4.6378, 52.0722],[-4.640299, 52.0746],[-4.641201, 52.0756],[-4.6413, 52.076],[-4.642499, 52.0795],[-4.643099, 52.0798],[-4.6439, 52.0801],[-4.649301, 52.0814],[-4.650899, 52.0819],[-4.6515, 52.082],[-4.658501, 52.0814],[-4.659699, 52.0814],[-4.667399, 52.0829],[-4.675499, 52.0832],[-4.677199, 52.0834],[-4.6778, 52.0836],[-4.678599, 52.0839],[-4.6793, 52.0845],[-4.6798, 52.0854],[-4.6798, 52.086],[-4.679699, 52.0864],[-4.677599, 52.0925],[-4.676899, 52.0949],[-4.6766, 52.0962],[-4.676401, 52.097],[-4.6766, 52.0977],[-4.677299, 52.0986],[-4.679699, 52.1008],[-4.6854, 52.1046],[-4.684899, 52.105],[-4.6861, 52.1053],[-4.686601, 52.1057],[-4.6868, 52.106],[-4.6869, 52.1064],[-4.6868, 52.107],[-4.686601, 52.1076],[-4.6864, 52.1081],[-4.686, 52.1088],[-4.685599, 52.1093],[-4.684899, 52.1104],[-4.6844, 52.1114],[-4.684199, 52.112],[-4.6843, 52.1127],[-4.684999, 52.1135],[-4.6855, 52.1143],[-4.685599, 52.1148],[-4.685599, 52.1159],[-4.6858, 52.1166],[-4.6859, 52.1168],[-4.686299, 52.1173],[-4.6869, 52.1177],[-4.6885, 52.1186],[-4.689199, 52.1191],[-4.6896, 52.1196],[-4.6896, 52.1199],[-4.6896, 52.1203],[-4.6894, 52.1206],[-4.6883, 52.1211],[-4.688, 52.1214],[-4.687799, 52.1217],[-4.6879, 52.1230],[-4.687799, 52.1234],[-4.687699, 52.1238],[-4.687001, 52.1253],[-4.686601, 52.1267],[-4.686299, 52.1277],[-4.686201, 52.1286],[-4.686, 52.1293],[-4.6858, 52.1296],[-4.6854, 52.1299],[-4.684999, 52.1302],[-4.6847, 52.1303],[-4.684199, 52.1304],[-4.683701, 52.1304],[-4.6831, 52.1301],[-4.6824, 52.1297],[-4.680699, 52.1293],[-4.677299, 52.1291],[-4.6742, 52.1292],[-4.672, 52.1294],[-4.671, 52.1298],[-4.669301, 52.1304],[-4.6691, 52.1304],[-4.6691, 52.1306],[-4.6695, 52.1310],[-4.669799, 52.1312],[-4.669899, 52.1315],[-4.6697, 52.1318],[-4.669301, 52.132],[-4.6685, 52.1322],[-4.6648, 52.1321],[-4.663099, 52.1324],[-4.6613, 52.1327],[-4.6605, 52.1332],[-4.658999, 52.134],[-4.657499, 52.1345],[-4.656499, 52.1347],[-4.655099, 52.1347],[-4.6528, 52.1347],[-4.6511, 52.1345],[-4.6496, 52.1344],[-4.648399, 52.1342],[-4.646601, 52.134],[-4.645199, 52.1342],[-4.643799, 52.1344],[-4.642799, 52.1347],[-4.641601, 52.1352],[-4.641099, 52.1356],[-4.641001, 52.1358],[-4.64140, 52.1361],[-4.6434, 52.1372],[-4.6436, 52.1374],[-4.6436, 52.1376],[-4.643199, 52.1379],[-4.642799, 52.1381],[-4.642399, 52.1382],[-4.6378, 52.1386],[-4.6349, 52.1392],[-4.6332, 52.1392],[-4.6304, 52.1389],[-4.629399, 52.1393],[-4.6282, 52.1393],[-4.626699, 52.1389],[-4.6257, 52.1390],[-4.624899, 52.1393],[-4.6243, 52.1395],[-4.623799, 52.1395],[-4.6234, 52.1394],[-4.6218, 52.1390],[-4.6193, 52.1388],[-4.6177, 52.1389],[-4.617099, 52.1392],[-4.616401, 52.1395],[-4.6159, 52.1394],[-4.6152, 52.1392],[-4.614301, 52.1392],[-4.6138, 52.1393],[-4.6127, 52.1397],[-4.6125, 52.1399],[-4.6116, 52.14],[-4.6104, 52.1398],[-4.6096, 52.1398],[-4.607299, 52.1401],[-4.6066, 52.1403],[-4.605899, 52.1406],[-4.6054, 52.141],[-4.604599, 52.1411],[-4.603701, 52.141],[-4.6026, 52.1405],[-4.6009, 52.1399],[-4.599, 52.1395],[-4.5969, 52.1392],[-4.594301, 52.1391],[-4.591899, 52.1389],[-4.59000, 52.1384],[-4.5886, 52.1382],[-4.5861, 52.1381],[-4.5851, 52.1382],[-4.5836, 52.1384],[-4.5823, 52.1386],[-4.581601, 52.1394],[-4.58140, 52.1396],[-4.581201, 52.1397],[-4.580699, 52.1399],[-4.5802, 52.14],[-4.5798, 52.14],[-4.578501, 52.1404],[-4.5776, 52.1408],[-4.5769, 52.1413],[-4.576099, 52.1422],[-4.5756, 52.1428],[-4.57520, 52.1431],[-4.5749, 52.1433],[-4.5746, 52.1434],[-4.5738, 52.1436],[-4.572899, 52.1438],[-4.571801, 52.144],[-4.5706, 52.1443],[-4.56820, 52.1451],[-4.566899, 52.1453],[-4.5651, 52.1452],[-4.564199, 52.1449],[-4.562399, 52.1447],[-4.559999, 52.1446],[-4.559, 52.1445],[-4.557799, 52.1441],[-4.557001, 52.1437],[-4.556601, 52.1432],[-4.556499, 52.1423],[-4.556601, 52.1412],[-4.5563, 52.1398],[-4.556201, 52.1397],[-4.554999, 52.1394],[-4.5543, 52.1396],[-4.55340, 52.1399],[-4.5527, 52.1399],[-4.5517, 52.1398],[-4.5502, 52.1395],[-4.548901, 52.1389],[-4.548299, 52.1383],[-4.5479, 52.1371],[-4.547699, 52.1362],[-4.5474, 52.1358],[-4.5466, 52.1355],[-4.545499, 52.1355],[-4.545199, 52.1354],[-4.54470, 52.1348],[-4.5444, 52.1343],[-4.543799, 52.1342],[-4.543399, 52.1343],[-4.5433, 52.135],[-4.5432, 52.1359],[-4.543, 52.1363],[-4.5419, 52.1365],[-4.5405, 52.1362],[-4.539199, 52.1357],[-4.538199, 52.1357],[-4.5373, 52.1359],[-4.5365, 52.1356],[-4.5358, 52.1352],[-4.534999, 52.1352],[-4.533901, 52.1357],[-4.5331, 52.1359],[-4.5323, 52.1360],[-4.5313, 52.1359],[-4.528901, 52.1359],[-4.527599, 52.1358],[-4.522099, 52.1358],[-4.519599, 52.1356],[-4.518799, 52.1356],[-4.5163, 52.1365],[-4.514699, 52.1373],[-4.5124, 52.1384],[-4.510499, 52.1392],[-4.50820, 52.1399],[-4.505599, 52.1406],[-4.5011, 52.1422],[-4.4984, 52.1428],[-4.4964, 52.1434],[-4.494501, 52.1442],[-4.4938, 52.1448],[-4.493501, 52.1454],[-4.493199, 52.1462],[-4.4927, 52.1466],[-4.490799, 52.1472],[-4.489699, 52.1479],[-4.489501, 52.1483],[-4.489501, 52.1491],[-4.4896, 52.1503],[-4.4896, 52.1509],[-4.489399, 52.1514],[-4.489301, 52.1516],[-4.488299, 52.1524],[-4.487299, 52.1531],[-4.4862, 52.1539],[-4.4856, 52.154],[-4.484799, 52.1536],[-4.484301, 52.1536],[-4.483799, 52.1537],[-4.4836, 52.1547],[-4.4835, 52.155],[-4.4833, 52.1553],[-4.4826, 52.1556],[-4.4815, 52.1557],[-4.480599, 52.1557],[-4.480299, 52.1558],[-4.480299, 52.156],[-4.480199, 52.1566],[-4.4801, 52.1569],[-4.4797, 52.1573],[-4.477799, 52.1584],[-4.4765, 52.159],[-4.475599, 52.1593],[-4.4743, 52.1597],[-4.473599, 52.1603],[-4.472799, 52.1607],[-4.4724, 52.1608],[-4.4719, 52.1607],[-4.4712, 52.1604],[-4.470699, 52.1603],[-4.470099, 52.1603],[-4.4699, 52.1605],[-4.4699, 52.1612],[-4.4698, 52.1614],[-4.4696, 52.1617],[-4.469399, 52.162],[-4.4682, 52.163],[-4.4675, 52.1638],[-4.466899, 52.1647],[-4.465899, 52.1667],[-4.4656, 52.1673],[-4.4656, 52.1678],[-4.465799, 52.1682],[-4.466401, 52.1687],[-4.467599, 52.1691],[-4.468299, 52.1693],[-4.4684, 52.1695],[-4.4684, 52.1696],[-4.4682, 52.1699],[-4.467899, 52.17],[-4.4667, 52.1702],[-4.4662, 52.1705],[-4.465899, 52.1708],[-4.46540, 52.1712],[-4.465099, 52.1713],[-4.4647, 52.1713],[-4.464301, 52.1707],[-4.4628, 52.1684],[-4.46190, 52.168],[-4.460599, 52.1677],[-4.4589, 52.1677],[-4.456299, 52.1682],[-4.4551, 52.1683],[-4.4544, 52.1679],[-4.4526, 52.1681],[-4.451499, 52.1684],[-4.451099, 52.1692],[-4.4506, 52.1696],[-4.4484, 52.1699],[-4.4474, 52.17],[-4.446499, 52.17],[-4.4457, 52.1699],[-4.444799, 52.1702],[-4.4442, 52.1706],[-4.4437, 52.1714],[-4.443399, 52.1717],[-4.443099, 52.1719],[-4.4429, 52.172],[-4.442599, 52.172],[-4.442, 52.1716],[-4.441801, 52.1715],[-4.441201, 52.1714],[-4.440899, 52.1717],[-4.4411, 52.1723],[-4.441201, 52.1727],[-4.441201, 52.1729],[-4.44100, 52.1731],[-4.4408, 52.1731],[-4.439799, 52.1732],[-4.4396, 52.1735],[-4.4404, 52.1740],[-4.440599, 52.1741],[-4.440599, 52.1743],[-4.440199, 52.1744],[-4.438799, 52.1743],[-4.4373, 52.1745],[-4.4361, 52.1749],[-4.43140, 52.1769],[-4.42880, 52.1781],[-4.427499, 52.1788],[-4.426499, 52.1798],[-4.424699, 52.181],[-4.4217, 52.1828],[-4.4195, 52.1847],[-4.418399, 52.1860],[-4.417699, 52.1872],[-4.416601, 52.1887],[-4.4159, 52.1891],[-4.4139, 52.1895],[-4.413099, 52.1897],[-4.412099, 52.19],[-4.4114, 52.1904],[-4.4109, 52.1909],[-4.4101, 52.1921],[-4.409699, 52.1924],[-4.4093, 52.1926],[-4.408199, 52.1924],[-4.4071, 52.1920],[-4.4063, 52.1917],[-4.406001, 52.1919],[-4.4053, 52.1928],[-4.405399, 52.1939],[-4.4057, 52.1946],[-4.4057, 52.1949],[-4.405, 52.1952],[-4.404301, 52.1952],[-4.403299, 52.1951],[-4.4024, 52.1949],[-4.4016, 52.1948],[-4.4007, 52.1951],[-4.4004, 52.1953],[-4.4003, 52.1956],[-4.4004, 52.1963],[-4.400499, 52.1968],[-4.400499, 52.1973],[-4.4004, 52.1976],[-4.4, 52.1979],[-4.3995, 52.1981],[-4.399, 52.1982],[-4.3985, 52.1983],[-4.397, 52.1984],[-4.396801, 52.1985],[-4.3965, 52.1988],[-4.3957, 52.2001],[-4.3927, 52.2027],[-4.3893, 52.2051],[-4.3873, 52.2067],[-4.3866, 52.207],[-4.385499, 52.2072],[-4.384399, 52.2073],[-4.3828, 52.2074],[-4.3824, 52.2078],[-4.381401, 52.2094],[-4.380199, 52.2112],[-4.378799, 52.2136],[-4.3783, 52.2141],[-4.3778, 52.2145],[-4.376601, 52.2151],[-4.375299, 52.2156],[-4.3744, 52.2159],[-4.3733, 52.2162],[-4.3719, 52.2169],[-4.3709, 52.2173],[-4.369599, 52.2175],[-4.366899, 52.2176],[-4.365699, 52.2178],[-4.363901, 52.2187],[-4.363299, 52.2189],[-4.3628, 52.219],[-4.362199, 52.219],[-4.3616, 52.219],[-4.360799, 52.2189],[-4.359799, 52.2187],[-4.359301, 52.2185],[-4.359, 52.2182],[-4.357999, 52.2164],[-4.3578, 52.2162],[-4.357, 52.2163],[-4.356699, 52.2162],[-4.3566, 52.2159],[-4.356801, 52.2152],[-4.356801, 52.2146],[-4.3566, 52.214],[-4.3557, 52.2124],[-4.355299, 52.212],[-4.3548, 52.2115],[-4.3539, 52.2109],[-4.353, 52.2104],[-4.352099, 52.2101],[-4.351201, 52.2099],[-4.3498, 52.2098],[-4.3474, 52.21],[-4.346001, 52.2102],[-4.342199, 52.211],[-4.337299, 52.2137],[-4.3354, 52.2146],[-4.3347, 52.2147],[-4.334101, 52.2148],[-4.3332, 52.2148],[-4.3326, 52.2147],[-4.331601, 52.214],[-4.329999, 52.2134],[-4.327799, 52.2133],[-4.3237, 52.2138],[-4.3192, 52.2152],[-4.313701, 52.2177],[-4.310699, 52.2192],[-4.3074, 52.221],[-4.2988, 52.226],[-4.2958, 52.2275],[-4.294799, 52.228],[-4.292699, 52.2285],[-4.291, 52.229],[-4.289899, 52.2295],[-4.287499, 52.231],[-4.285299, 52.2322],[-4.281099, 52.2338],[-4.278901, 52.2351],[-4.2757, 52.2374],[-4.273701, 52.2387],[-4.272299, 52.2392],[-4.270299, 52.2395],[-4.268799, 52.2399],[-4.267799, 52.2407],[-4.267399, 52.2412],[-4.266099, 52.242],[-4.265399, 52.2425],[-4.265299, 52.2434],[-4.2652, 52.2437],[-4.2651, 52.2439],[-4.2643, 52.2438],[-4.263299, 52.2441],[-4.26, 52.2453],[-4.257899, 52.2464],[-4.2554, 52.2479],[-4.2541, 52.2485],[-4.251699, 52.2490],[-4.248799, 52.2491],[-4.2455, 52.2494],[-4.2396, 52.2505],[-4.235899, 52.2512],[-4.232999, 52.2522],[-4.229, 52.2545],[-4.226, 52.2561],[-4.2224, 52.2576],[-4.2199, 52.2585],[-4.2166, 52.2603],[-4.2145, 52.2613],[-4.212699, 52.2621],[-4.209, 52.2631],[-4.2069, 52.2637],[-4.203501, 52.2663],[-4.201601, 52.2679],[-4.19960, 52.2712],[-4.198901, 52.2726],[-4.1982, 52.2736],[-4.197599, 52.2742],[-4.1971, 52.2746],[-4.196401, 52.2751],[-4.195099, 52.2758],[-4.1946, 52.276],[-4.193799, 52.2763],[-4.191401, 52.2771],[-4.1904, 52.2775],[-4.189799, 52.2778],[-4.189101, 52.2785],[-4.188701, 52.279],[-4.188, 52.28],[-4.186601, 52.2832],[-4.186201, 52.2841],[-4.1854, 52.2854],[-4.184, 52.2872],[-4.183701, 52.2882],[-4.183701, 52.2891],[-4.183599, 52.2901],[-4.1835, 52.2903],[-4.183199, 52.2907],[-4.1827, 52.2911],[-4.182199, 52.2914],[-4.180799, 52.2921],[-4.1793, 52.2927],[-4.176801, 52.2930],[-4.1741, 52.2932],[-4.171201, 52.2938],[-4.1689, 52.295],[-4.167099, 52.2964],[-4.166, 52.2975],[-4.164, 52.2998],[-4.1626, 52.3021],[-4.161601, 52.3042],[-4.1609, 52.3055],[-4.160299, 52.3062],[-4.159599, 52.3067],[-4.1588, 52.3072],[-4.158, 52.3075],[-4.1552, 52.3084],[-4.154301, 52.3089],[-4.1536, 52.3095],[-4.1529, 52.3102],[-4.1524, 52.3108],[-4.1501, 52.3154],[-4.1497, 52.3158],[-4.1495, 52.3159],[-4.1472, 52.3162],[-4.144599, 52.3178],[-4.141201, 52.3206],[-4.138599, 52.3232],[-4.1363, 52.3256],[-4.135, 52.3279],[-4.1346, 52.3292],[-4.1346, 52.3299],[-4.134699, 52.3309],[-4.135, 52.3316],[-4.135, 52.3322],[-4.134799, 52.3326],[-4.132299, 52.3355],[-4.1304, 52.3371],[-4.1291, 52.338],[-4.1279, 52.3386],[-4.1272, 52.3389],[-4.126601, 52.3392],[-4.126299, 52.3394],[-4.1261, 52.3397],[-4.1251, 52.3414],[-4.1243, 52.3425],[-4.123, 52.3439],[-4.1222, 52.3448],[-4.1219, 52.3455],[-4.121601, 52.3469],[-4.1213, 52.349],[-4.121201, 52.3493],[-4.121, 52.3497],[-4.1206, 52.3503],[-4.1194, 52.3519],[-4.118599, 52.3535],[-4.1178, 52.3553],[-4.1174, 52.3568],[-4.117099, 52.3585],[-4.1168, 52.3605],[-4.1163, 52.3622],[-4.116001, 52.3633],[-4.115799, 52.3637],[-4.114799, 52.3648],[-4.112899, 52.3666],[-4.11160, 52.3677],[-4.111001, 52.3685],[-4.1107, 52.3698],[-4.1106, 52.3709],[-4.110499, 52.3714],[-4.1092, 52.3751],[-4.1086, 52.3761],[-4.107999, 52.3770],[-4.106801, 52.3784],[-4.1045, 52.3807],[-4.1015, 52.3833],[-4.099199, 52.3857],[-4.097199, 52.3885],[-4.095399, 52.3922],[-4.094699, 52.3934],[-4.0942, 52.3941],[-4.0937, 52.3946],[-4.090499, 52.3969],[-4.0885, 52.3983],[-4.088099, 52.3987],[-4.087999, 52.399],[-4.0879, 52.4001],[-4.0879, 52.401],[-4.088099, 52.4032],[-4.0887, 52.4044],[-4.089399, 52.4052],[-4.0897, 52.4057],[-4.089799, 52.4058],[-4.089799, 52.4061],[-4.089799, 52.4062],[-4.0896, 52.4064],[-4.089301, 52.4065],[-4.0882, 52.4064],[-4.0875, 52.4066],[-4.08720, 52.4069],[-4.0869, 52.4074],[-4.0866, 52.4077],[-4.0858, 52.4082],[-4.0854, 52.4085],[-4.085, 52.4089],[-4.0847, 52.4095],[-4.0845, 52.4102],[-4.0844, 52.4109],[-4.0845, 52.4115],[-4.0847, 52.4118],[-4.085, 52.4119],[-4.085199, 52.4119],[-4.0858, 52.4117],[-4.0865, 52.4113],[-4.0869, 52.411],[-4.08720, 52.4107],[-4.0876, 52.41],[-4.0878, 52.4092],[-4.0878, 52.4087],[-4.087999, 52.408],[-4.088099, 52.4078],[-4.0885, 52.4077],[-4.0887, 52.4078],[-4.088799, 52.408],[-4.088799, 52.4082],[-4.0887, 52.4084],[-4.0883, 52.4089],[-4.0882, 52.4094],[-4.088099, 52.4111],[-4.0883, 52.4117],[-4.0886, 52.4122],[-4.089399, 52.4131],[-4.0896, 52.4134],[-4.0896, 52.4137],[-4.0896, 52.4143],[-4.0895, 52.4146],[-4.089301, 52.4147],[-4.0869, 52.4151],[-4.0861, 52.4155],[-4.0854, 52.416],[-4.0845, 52.4167],[-4.084301, 52.417],[-4.084, 52.4179],[-4.0839, 52.4191],[-4.084, 52.4214],[-4.084301, 52.4233],[-4.0844, 52.4245],[-4.084301, 52.4251],[-4.084199, 52.4257],[-4.0839, 52.4263],[-4.081, 52.4295],[-4.0789, 52.4319],[-4.078501, 52.4328],[-4.0784, 52.4335],[-4.078501, 52.434],[-4.078701, 52.4347],[-4.0797, 52.4364],[-4.0802, 52.4376],[-4.080599, 52.4388],[-4.0809, 52.4401],[-4.080699, 52.4410],[-4.0788, 52.445],[-4.0777, 52.4471],[-4.0741, 52.4529],[-4.071499, 52.4587],[-4.0696, 52.4632],[-4.0671, 52.4683],[-4.066401, 52.4693],[-4.064899, 52.4708],[-4.0614, 52.4748],[-4.059999, 52.4769],[-4.059599, 52.4773],[-4.0584, 52.4781],[-4.058, 52.4783],[-4.057499, 52.4784],[-4.0552, 52.4785],[-4.053299, 52.4787],[-4.051401, 52.4790],[-4.050799, 52.4795],[-4.050399, 52.4799],[-4.0499, 52.4806],[-4.049699, 52.4811],[-4.049399, 52.4826],[-4.049301, 52.4840],[-4.049301, 52.4850],[-4.0496, 52.4868],[-4.050799, 52.495],[-4.051499, 52.5012],[-4.0517, 52.5032],[-4.052001, 52.5048],[-4.0552, 52.5134],[-4.056099, 52.5172],[-4.057099, 52.5232],[-4.057199, 52.5251],[-4.0573, 52.5268],[-4.0573, 52.5286],[-4.057099, 52.5296],[-4.056601, 52.5305],[-4.055399, 52.532],[-4.054599, 52.5329],[-4.053199, 52.5339],[-4.0524, 52.5343],[-4.052001, 52.5345],[-4.051001, 52.5346],[-4.0502, 52.5345],[-4.051001, 52.5374],[-4.039, 52.536],[-4.0265, 52.5353],[-4.0215, 52.5368],[-4.020899, 52.5368],[-4.0185, 52.5351],[-4.017399, 52.5347],[-4.0163, 52.5345],[-4.0152, 52.5344],[-4.013999, 52.5346],[-4.0128, 52.5349],[-4.010799, 52.536],[-4.0096, 52.5364],[-4.0081, 52.5367],[-4.0067, 52.5370],[-4.005599, 52.5379],[-4.0033, 52.5399],[-3.9999, 52.5442],[-3.9986, 52.5462],[-3.997699, 52.5475],[-3.997499, 52.5501],[-3.9972, 52.5505],[-3.9965, 52.5509],[-3.9914, 52.5523],[-3.9888, 52.5531],[-3.986201, 52.5533],[-3.983999, 52.5531],[-3.97860, 52.5549],[-3.976201, 52.5557],[-3.975199, 52.5555],[-3.97460, 52.5553],[-3.970799, 52.5522],[-3.967999, 52.5519],[-3.966001, 52.5522],[-3.9642, 52.5527],[-3.963099, 52.5535],[-3.96, 52.5563],[-3.9581, 52.5573],[-3.95630, 52.5579],[-3.9519, 52.5588],[-3.942699, 52.5603],[-3.9412, 52.5603],[-3.9398, 52.5600],[-3.9388, 52.5597],[-3.937599, 52.5589],[-3.9367, 52.5581],[-3.933199, 52.5545],[-3.9324, 52.5540],[-3.930599, 52.5539],[-3.9261, 52.556],[-3.9247, 52.5573],[-3.920399, 52.5605],[-3.9198, 52.561],[-3.918999, 52.5623],[-3.918299, 52.5626],[-3.9179, 52.5626],[-3.9151, 52.5627],[-3.9141, 52.5627],[-3.912, 52.5626],[-3.90960, 52.5623],[-3.9082, 52.562],[-3.907001, 52.5617],[-3.9065, 52.5613],[-3.9059, 52.5597],[-3.90560, 52.5594],[-3.9041, 52.5588]]],[[[-4.686699, 52.1308],[-4.68860, 52.1307],[-4.689799, 52.1308],[-4.690499, 52.1310],[-4.6928, 52.1313],[-4.69370, 52.1316],[-4.693799, 52.1317],[-4.693799, 52.1319],[-4.69370, 52.1321],[-4.693399, 52.1324],[-4.692999, 52.1324],[-4.691899, 52.1324],[-4.6907, 52.1325],[-4.690199, 52.1327],[-4.6896, 52.1331],[-4.6882, 52.1346],[-4.687699, 52.1347],[-4.6869, 52.1347],[-4.6865, 52.1345],[-4.686, 52.1341],[-4.6855, 52.1336],[-4.6852, 52.1330],[-4.684999, 52.1322],[-4.68510, 52.1316],[-4.6855, 52.1312],[-4.6861, 52.1310],[-4.686699, 52.1308]]],[[[-4.4632, 52.1719],[-4.463799, 52.1717],[-4.4641, 52.1718],[-4.4646, 52.172],[-4.465199, 52.1726],[-4.465499, 52.1732],[-4.465499, 52.1735],[-4.4653, 52.1740],[-4.4649, 52.1743],[-4.4646, 52.1744],[-4.4641, 52.1744],[-4.4632, 52.1740],[-4.46290, 52.1735],[-4.46290, 52.1727],[-4.4632, 52.1719]]]]}, properties:{name:"Ceredigion (Sir Ceredigion)"}}, {type:"Feature", geometry:{type:"MultiPolygon", coordinates:[[[[-3.601401, 53.0858],[-3.5985, 53.0822],[-3.59540, 53.0802],[-3.5936, 53.079],[-3.5915, 53.0779],[-3.590699, 53.0778],[-3.5899, 53.078],[-3.5895, 53.0786],[-3.589301, 53.0795],[-3.588399, 53.0805],[-3.5857, 53.0819],[-3.5818, 53.083],[-3.568599, 53.0887],[-3.5676, 53.0894],[-3.566801, 53.0912],[-3.566601, 53.0922],[-3.566, 53.0932],[-3.5648, 53.0935],[-3.5634, 53.0933],[-3.562299, 53.0922],[-3.5615, 53.0911],[-3.560199, 53.0909],[-3.556499, 53.0916],[-3.554899, 53.0922],[-3.552599, 53.0923],[-3.550299, 53.0918],[-3.548901, 53.0912],[-3.53600, 53.0906],[-3.5181, 53.0898],[-3.514199, 53.0898],[-3.511699, 53.0895],[-3.508399, 53.0878],[-3.506401, 53.0861],[-3.504301, 53.0835],[-3.503099, 53.0823],[-3.50320, 53.082],[-3.504699, 53.0791],[-3.5046, 53.0787],[-3.5025, 53.0772],[-3.501699, 53.0774],[-3.4997, 53.0792],[-3.493901, 53.0827],[-3.4812, 53.0849],[-3.4802, 53.0844],[-3.47880, 53.0792],[-3.476099, 53.0761],[-3.475699, 53.0745],[-3.4758, 53.074],[-3.478501, 53.07],[-3.4797, 53.0675],[-3.479399, 53.067],[-3.4784, 53.0661],[-3.4735, 53.0596],[-3.4669, 53.0514],[-3.4658, 53.0475],[-3.464999, 53.0444],[-3.464999, 53.0438],[-3.4658, 53.0430],[-3.4697, 53.0427],[-3.48110, 53.0419],[-3.4869, 53.0423],[-3.488701, 53.0409],[-3.4902, 53.0408],[-3.4928, 53.0393],[-3.492899, 53.0390],[-3.491699, 53.0351],[-3.4913, 53.0346],[-3.48680, 53.0314],[-3.4867, 53.0309],[-3.48720, 53.0298],[-3.487799, 53.0295],[-3.488501, 53.0287],[-3.488501, 53.0278],[-3.4879, 53.0273],[-3.481801, 53.0252],[-3.4798, 53.024],[-3.4793, 53.0234],[-3.480099, 53.0219],[-3.478501, 53.0195],[-3.4789, 53.0178],[-3.476201, 53.0161],[-3.4721, 53.0154],[-3.4688, 53.0137],[-3.4676, 53.0116],[-3.464301, 53.0094],[-3.4609, 53.0079],[-3.4604, 53.0077],[-3.46070, 53.0048],[-3.462399, 53.0037],[-3.4619, 53.0029],[-3.461801, 53.0025],[-3.462001, 53.0019],[-3.463701, 53.0003],[-3.463599, 53],[-3.462199, 52.9985],[-3.455699, 52.9954],[-3.455499, 52.9943],[-3.455499, 52.9935],[-3.456401, 52.991],[-3.456201, 52.9892],[-3.4549, 52.9865],[-3.4549, 52.9863],[-3.4612, 52.9840],[-3.4644, 52.9821],[-3.4656, 52.9811],[-3.470099, 52.9796],[-3.4742, 52.9781],[-3.475699, 52.9772],[-3.4783, 52.9739],[-3.479501, 52.9713],[-3.480099, 52.9708],[-3.481499, 52.9702],[-3.482899, 52.9701],[-3.4845, 52.9703],[-3.487999, 52.9714],[-3.489599, 52.9717],[-3.4909, 52.9714],[-3.492001, 52.9709],[-3.494999, 52.9691],[-3.497999, 52.9682],[-3.502199, 52.9668],[-3.504101, 52.9665],[-3.5057, 52.9664],[-3.5068, 52.9668],[-3.50720, 52.9673],[-3.508199, 52.9693],[-3.5088, 52.9695],[-3.510799, 52.9698],[-3.5123, 52.9699],[-3.5181, 52.9701],[-3.522001, 52.9707],[-3.525899, 52.9720],[-3.528901, 52.9727],[-3.53160, 52.9732],[-3.5332, 52.9735],[-3.534899, 52.9733],[-3.536201, 52.9728],[-3.538199, 52.9715],[-3.541201, 52.9699],[-3.5446, 52.9688],[-3.546801, 52.9691],[-3.551201, 52.9692],[-3.556401, 52.9688],[-3.559101, 52.9685],[-3.5613, 52.9686],[-3.5639, 52.9692],[-3.566401, 52.9702],[-3.5676, 52.9704],[-3.569, 52.9704],[-3.570899, 52.9699],[-3.57290, 52.9689],[-3.57500, 52.9685],[-3.57690, 52.9683],[-3.57920, 52.9682],[-3.5822, 52.9685],[-3.58320, 52.9687],[-3.586299, 52.9698],[-3.588399, 52.9709],[-3.590199, 52.9723],[-3.5916, 52.9738],[-3.5937, 52.9763],[-3.596601, 52.98],[-3.59920, 52.9858],[-3.59940, 52.9865],[-3.59940, 52.9876],[-3.5998, 52.9911],[-3.6005, 52.9921],[-3.6018, 52.9934],[-3.6047, 52.9955],[-3.6075, 52.9964],[-3.607899, 52.9967],[-3.608099, 52.9971],[-3.608, 52.9977],[-3.6077, 52.9984],[-3.6033, 53.0033],[-3.600699, 53.0081],[-3.6001, 53.009],[-3.598901, 53.0099],[-3.5985, 53.0105],[-3.5984, 53.011],[-3.6016, 53.011],[-3.6041, 53.0113],[-3.6061, 53.0115],[-3.6098, 53.0117],[-3.611601, 53.0116],[-3.615, 53.0117],[-3.6213, 53.0104],[-3.637599, 53.0063],[-3.6396, 53.0055],[-3.6424, 53.0041],[-3.64420, 53.0033],[-3.6451, 53.0026],[-3.6457, 53.0019],[-3.6465, 53.0008],[-3.646899, 53.0006],[-3.650399, 52.9997],[-3.65410, 52.9982],[-3.657799, 52.9965],[-3.661, 52.9965],[-3.663199, 52.9967],[-3.665699, 52.9969],[-3.66840, 52.997],[-3.6698, 52.9968],[-3.671601, 52.9964],[-3.67260, 52.9961],[-3.673599, 52.9957],[-3.674999, 52.995],[-3.6761, 52.9942],[-3.67660, 52.9936],[-3.6779, 52.9911],[-3.67870, 52.9902],[-3.680399, 52.9886],[-3.681499, 52.9883],[-3.683199, 52.9888],[-3.684999, 52.9899],[-3.6868, 52.9916],[-3.687299, 52.9923],[-3.6875, 52.9929],[-3.687599, 52.9938],[-3.6874, 52.9953],[-3.6872, 52.9963],[-3.68650, 52.9983],[-3.684999, 53.0007],[-3.67660, 53.0112],[-3.672199, 53.0155],[-3.672, 53.016],[-3.672199, 53.0175],[-3.67280, 53.0191],[-3.673599, 53.0205],[-3.673901, 53.021],[-3.6767, 53.0224],[-3.678999, 53.0232],[-3.681201, 53.0242],[-3.683701, 53.0257],[-3.6943, 53.0306],[-3.6963, 53.0314],[-3.6964, 53.0317],[-3.6964, 53.0321],[-3.6963, 53.0325],[-3.696001, 53.0331],[-3.695499, 53.0337],[-3.694999, 53.0340],[-3.691099, 53.0349],[-3.688999, 53.0356],[-3.6885, 53.0360],[-3.688299, 53.0365],[-3.687999, 53.0375],[-3.6882, 53.038],[-3.6933, 53.0416],[-3.694, 53.0419],[-3.69470, 53.0417],[-3.6953, 53.041],[-3.701299, 53.0304],[-3.7066, 52.9829],[-3.7187, 52.9815],[-3.7288, 52.9802],[-3.736201, 52.9795],[-3.741601, 52.9781],[-3.7488, 52.9761],[-3.757999, 52.9723],[-3.7635, 52.968],[-3.769599, 52.9627],[-3.774699, 52.9579],[-3.7779, 52.9561],[-3.78500, 52.9545],[-3.790299, 52.9545],[-3.79530, 52.9556],[-3.799, 52.9544],[-3.8095, 52.9516],[-3.8162, 52.9518],[-3.82160, 52.9525],[-3.824501, 52.9534],[-3.827001, 52.9543],[-3.8301, 52.9558],[-3.8333, 52.9575],[-3.83550, 52.9582],[-3.837199, 52.9586],[-3.8395, 52.9586],[-3.844301, 52.9591],[-3.8455, 52.9598],[-3.8461, 52.9611],[-3.8459, 52.9640],[-3.8469, 52.9661],[-3.847699, 52.9689],[-3.849301, 52.9720],[-3.8508, 52.9747],[-3.8522, 52.9767],[-3.8996, 53.0056],[-3.899899, 53.0061],[-3.9003, 53.0086],[-3.899199, 53.0139],[-3.899199, 53.0149],[-3.899501, 53.0153],[-3.900599, 53.0157],[-3.9019, 53.0165],[-3.903199, 53.0194],[-3.903399, 53.0202],[-3.90330, 53.0209],[-3.903501, 53.0213],[-3.911801, 53.0234],[-3.912899, 53.0233],[-3.913901, 53.023],[-3.9154, 53.0214],[-3.9159, 53.021],[-3.916699, 53.0208],[-3.919199, 53.0208],[-3.923399, 53.0211],[-3.9254, 53.0207],[-3.9302, 53.0187],[-3.932499, 53.0186],[-3.935499, 53.0187],[-3.9372, 53.0186],[-3.9425, 53.0171],[-3.94740, 53.0165],[-3.9512, 53.015],[-3.95610, 53.0134],[-3.9628, 53.0115],[-3.96830, 53.0104],[-3.9733, 53.0106],[-3.9769, 53.0112],[-3.986001, 53.0123],[-3.9865, 53.0146],[-3.987499, 53.0162],[-3.989, 53.017],[-3.9902, 53.0182],[-3.9907, 53.0197],[-3.990099, 53.0236],[-3.9904, 53.0255],[-3.9909, 53.0269],[-3.992001, 53.0287],[-3.994999, 53.0356],[-3.9958, 53.0393],[-3.9942, 53.0453],[-3.994301, 53.0475],[-3.995199, 53.0506],[-3.995399, 53.0519],[-3.994501, 53.0536],[-3.991699, 53.0557],[-3.9891, 53.0569],[-3.987299, 53.0585],[-3.9856, 53.0592],[-3.9834, 53.0599],[-3.9821, 53.0606],[-3.9811, 53.063],[-3.9812, 53.0665],[-3.982001, 53.0691],[-3.983299, 53.0697],[-3.983999, 53.0694],[-3.9848, 53.0689],[-3.9856, 53.0693],[-3.986001, 53.0707],[-3.986401, 53.0711],[-3.98680, 53.071],[-3.98890, 53.0711],[-3.9893, 53.0718],[-3.9897, 53.0734],[-3.990299, 53.0738],[-3.990799, 53.0739],[-3.993099, 53.0742],[-3.9935, 53.0748],[-3.993099, 53.0764],[-3.992199, 53.0782],[-3.9909, 53.0801],[-3.9899, 53.0813],[-3.990299, 53.0817],[-3.991801, 53.0816],[-3.9958, 53.0812],[-3.997, 53.0816],[-3.9974, 53.0825],[-3.9983, 53.0827],[-4.001801, 53.0827],[-4.0025, 53.0831],[-4.003901, 53.0837],[-4.0057, 53.0846],[-4.006899, 53.0858],[-4.007599, 53.0875],[-4.008399, 53.0888],[-4.0096, 53.0891],[-4.0116, 53.0891],[-4.013501, 53.0896],[-4.013901, 53.0908],[-4.013999, 53.0923],[-4.0143, 53.0950],[-4.014599, 53.0958],[-4.0152, 53.0967],[-4.017001, 53.0976],[-4.0183, 53.0984],[-4.018799, 53.0992],[-4.019, 53.1003],[-4.0185, 53.1016],[-4.018799, 53.102],[-4.019599, 53.1023],[-4.020599, 53.1021],[-4.0219, 53.1016],[-4.023701, 53.1014],[-4.0253, 53.1014],[-4.0272, 53.1018],[-4.027699, 53.1022],[-4.0281, 53.1039],[-4.0281, 53.1059],[-4.0279, 53.1084],[-4.0274, 53.1105],[-4.026899, 53.1123],[-4.026401, 53.1127],[-4.025499, 53.1133],[-4.0247, 53.1142],[-4.0235, 53.1161],[-4.022799, 53.1182],[-4.0225, 53.1191],[-4.021801, 53.121],[-4.020899, 53.1224],[-4.0172, 53.1218],[-4.012899, 53.1215],[-4.0088, 53.1219],[-3.998399, 53.1226],[-3.996601, 53.1231],[-3.995699, 53.1235],[-3.994999, 53.1239],[-3.99480, 53.1241],[-3.994699, 53.1251],[-3.994999, 53.1264],[-3.995699, 53.127],[-3.99670, 53.127],[-3.999599, 53.1272],[-4.001601, 53.1271],[-4.004399, 53.127],[-4.006499, 53.1265],[-4.009799, 53.1254],[-4.0107, 53.1253],[-4.0137, 53.1252],[-4.0165, 53.1255],[-4.0164, 53.1264],[-4.0138, 53.1315],[-4.0107, 53.1372],[-4.0075, 53.1425],[-4.005599, 53.1449],[-4.001, 53.1488],[-3.997, 53.1517],[-3.994101, 53.1536],[-3.9923, 53.1543],[-3.9888, 53.1543],[-3.984101, 53.1553],[-3.980799, 53.1562],[-3.9763, 53.1575],[-3.973701, 53.1582],[-3.971801, 53.16],[-3.9684, 53.1638],[-3.9658, 53.1682],[-3.9633, 53.1727],[-3.9621, 53.1753],[-3.961, 53.1784],[-3.9598, 53.1803],[-3.957799, 53.1823],[-3.953701, 53.1852],[-3.9532, 53.1868],[-3.9519, 53.1882],[-3.949301, 53.189],[-3.943799, 53.1886],[-3.939399, 53.1899],[-3.936001, 53.1916],[-3.932499, 53.1937],[-3.93000, 53.1963],[-3.9282, 53.1999],[-3.9265, 53.2036],[-3.9254, 53.2067],[-3.9249, 53.2089],[-3.9252, 53.2106],[-3.92790, 53.2136],[-3.934999, 53.2158],[-3.938299, 53.2170],[-3.9466, 53.2203],[-3.9572, 53.2257],[-3.9698, 53.2339],[-3.9751, 53.2376],[-3.9781, 53.2405],[-3.98090, 53.2442],[-3.9832, 53.2462],[-3.9874, 53.2486],[-3.99, 53.2502],[-3.9912, 53.2516],[-3.992399, 53.2522],[-3.993, 53.252],[-4.0011, 53.245],[-4.0033, 53.2439],[-4.003701, 53.244],[-4.005199, 53.2475],[-4.0046, 53.2477],[-4.0032, 53.2479],[-4.0021, 53.2481],[-4.0011, 53.2486],[-4.000299, 53.2492],[-4.0001, 53.2495],[-3.999799, 53.2521],[-3.9997, 53.2529],[-3.999599, 53.2533],[-3.999501, 53.2536],[-3.99920, 53.2538],[-3.9989, 53.2539],[-3.998399, 53.2541],[-3.9979, 53.2542],[-3.996601, 53.2544],[-3.9935, 53.2547],[-3.990499, 53.2555],[-3.98890, 53.2562],[-3.9876, 53.2568],[-3.984999, 53.2583],[-3.9834, 53.2591],[-3.982199, 53.2597],[-3.9814, 53.26],[-3.979899, 53.2602],[-3.9774, 53.2605],[-3.9755, 53.2607],[-3.97250, 53.2613],[-3.967499, 53.2629],[-3.962001, 53.265],[-3.957099, 53.2666],[-3.9546, 53.2671],[-3.950599, 53.2677],[-3.939301, 53.2687],[-3.9349, 53.2692],[-3.9324, 53.2695],[-3.929301, 53.2701],[-3.9242, 53.2714],[-3.9182, 53.2733],[-3.91, 53.2768],[-3.9052, 53.2791],[-3.9019, 53.2808],[-3.8979, 53.2830],[-3.8954, 53.2842],[-3.892999, 53.2852],[-3.888099, 53.2871],[-3.886001, 53.2879],[-3.8842, 53.2886],[-3.88030, 53.2895],[-3.878999, 53.2896],[-3.8777, 53.2895],[-3.8743, 53.2889],[-3.8708, 53.2882],[-3.868999, 53.2879],[-3.865799, 53.2878],[-3.86410, 53.2879],[-3.86220, 53.2887],[-3.86010, 53.2899],[-3.855099, 53.2936],[-3.8527, 53.2954],[-3.850699, 53.2966],[-3.84980, 53.2969],[-3.8495, 53.297],[-3.848799, 53.2971],[-3.8469, 53.2969],[-3.8452, 53.2964],[-3.8415, 53.2949],[-3.8403, 53.2944],[-3.83990, 53.2941],[-3.8396, 53.2938],[-3.8394, 53.2935],[-3.8394, 53.2933],[-3.839999, 53.293],[-3.840699, 53.2928],[-3.841401, 53.2925],[-3.84200, 53.2921],[-3.842099, 53.2918],[-3.842099, 53.2913],[-3.84200, 53.2911],[-3.84160, 53.2907],[-3.8411, 53.2903],[-3.83970, 53.2894],[-3.839, 53.2890],[-3.838399, 53.2886],[-3.83760, 53.2882],[-3.837001, 53.2879],[-3.835599, 53.2876],[-3.8326, 53.2874],[-3.830899, 53.2872],[-3.8306, 53.2870],[-3.8303, 53.2864],[-3.829799, 53.2856],[-3.8292, 53.2849],[-3.8282, 53.2839],[-3.826, 53.2821],[-3.823999, 53.2797],[-3.82370, 53.2794],[-3.823299, 53.2791],[-3.8229, 53.2789],[-3.822001, 53.2786],[-3.8211, 53.2784],[-3.818501, 53.2780],[-3.81740, 53.2777],[-3.816801, 53.2775],[-3.816299, 53.2772],[-3.8159, 53.2769],[-3.81550, 53.2765],[-3.81530, 53.276],[-3.815, 53.274],[-3.814699, 53.2729],[-3.814399, 53.2721],[-3.81320, 53.2704],[-3.8117, 53.2685],[-3.809999, 53.2669],[-3.809799, 53.2666],[-3.8097, 53.266],[-3.809799, 53.2658],[-3.810199, 53.2655],[-3.810699, 53.2651],[-3.81360, 53.2635],[-3.8157, 53.2625],[-3.819101, 53.2614],[-3.822099, 53.2604],[-3.822599, 53.2601],[-3.8229, 53.2598],[-3.8232, 53.2594],[-3.8236, 53.2584],[-3.8241, 53.257],[-3.824301, 53.2567],[-3.8271, 53.2547],[-3.8276, 53.254],[-3.827899, 53.2533],[-3.827899, 53.2524],[-3.8278, 53.2517],[-3.827699, 53.2514],[-3.827399, 53.251],[-3.826699, 53.2502],[-3.8261, 53.2497],[-3.8252, 53.2491],[-3.8211, 53.247],[-3.8173, 53.2454],[-3.8148, 53.2444],[-3.8117, 53.243],[-3.810499, 53.2425],[-3.809999, 53.2422],[-3.8097, 53.2419],[-3.80920, 53.2412],[-3.808701, 53.2403],[-3.808199, 53.239],[-3.808, 53.238],[-3.807899, 53.2368],[-3.808, 53.2361],[-3.8083, 53.2354],[-3.808599, 53.235],[-3.809101, 53.2345],[-3.8095, 53.2342],[-3.8101, 53.2339],[-3.81340, 53.2326],[-3.816099, 53.2315],[-3.822799, 53.2288],[-3.8231, 53.2283],[-3.8232, 53.2278],[-3.8231, 53.2274],[-3.8229, 53.2271],[-3.822299, 53.2264],[-3.82180, 53.2258],[-3.82140, 53.2253],[-3.8211, 53.2248],[-3.821001, 53.2244],[-3.8211, 53.2242],[-3.82160, 53.2237],[-3.8224, 53.2231],[-3.8236, 53.2224],[-3.824899, 53.2219],[-3.8273, 53.221],[-3.8283, 53.2205],[-3.829, 53.2200],[-3.8292, 53.2198],[-3.8295, 53.2193],[-3.82940, 53.2181],[-3.829, 53.2144],[-3.829101, 53.2137],[-3.8293, 53.213],[-3.8301, 53.2113],[-3.8301, 53.2107],[-3.8301, 53.2104],[-3.829999, 53.2096],[-3.828901, 53.2081],[-3.828701, 53.2076],[-3.828701, 53.2071],[-3.828901, 53.2067],[-3.82960, 53.2058],[-3.8334, 53.2027],[-3.834199, 53.202],[-3.834599, 53.2015],[-3.8348, 53.2009],[-3.8348, 53.2005],[-3.8347, 53.2],[-3.834199, 53.199],[-3.83400, 53.1983],[-3.8339, 53.1977],[-3.83400, 53.1968],[-3.834599, 53.1956],[-3.8347, 53.1951],[-3.8347, 53.1948],[-3.834599, 53.1943],[-3.834399, 53.1938],[-3.834199, 53.1934],[-3.83380, 53.1931],[-3.83150, 53.1918],[-3.8303, 53.1911],[-3.8295, 53.1905],[-3.828901, 53.1897],[-3.828501, 53.189],[-3.8273, 53.187],[-3.827001, 53.1864],[-3.826699, 53.1863],[-3.826601, 53.1864],[-3.826499, 53.1869],[-3.826699, 53.1882],[-3.826801, 53.1886],[-3.827399, 53.1897],[-3.82940, 53.1918],[-3.8325, 53.1945],[-3.8326, 53.1948],[-3.8327, 53.1952],[-3.8327, 53.1956],[-3.8326, 53.196],[-3.83170, 53.1971],[-3.8308, 53.198],[-3.830699, 53.1985],[-3.8308, 53.199],[-3.831401, 53.2],[-3.83170, 53.2006],[-3.8318, 53.201],[-3.83170, 53.2014],[-3.83150, 53.202],[-3.8313, 53.2023],[-3.8283, 53.204],[-3.826401, 53.2057],[-3.8261, 53.2068],[-3.8261, 53.207],[-3.826401, 53.2075],[-3.82750, 53.2088],[-3.8276, 53.2093],[-3.82750, 53.2105],[-3.826601, 53.2134],[-3.826, 53.2151],[-3.8262, 53.2170],[-3.8262, 53.2175],[-3.8261, 53.2182],[-3.826, 53.2186],[-3.825799, 53.2191],[-3.825599, 53.2194],[-3.824899, 53.2200],[-3.8238, 53.221],[-3.82180, 53.2222],[-3.8194, 53.2237],[-3.818901, 53.2243],[-3.818701, 53.2246],[-3.818599, 53.2249],[-3.818701, 53.2253],[-3.81950, 53.2260],[-3.8204, 53.2268],[-3.8206, 53.2271],[-3.820699, 53.2275],[-3.8206, 53.2279],[-3.820499, 53.2282],[-3.820199, 53.2284],[-3.819799, 53.2286],[-3.8182, 53.2292],[-3.817199, 53.2296],[-3.81110, 53.2314],[-3.8088, 53.2322],[-3.807699, 53.2327],[-3.806801, 53.2336],[-3.8059, 53.2346],[-3.805399, 53.2354],[-3.80520, 53.2358],[-3.805099, 53.2367],[-3.80520, 53.2377],[-3.805599, 53.2396],[-3.806499, 53.2417],[-3.807001, 53.2424],[-3.8078, 53.2434],[-3.8083, 53.2438],[-3.809101, 53.2444],[-3.8108, 53.2455],[-3.816601, 53.2486],[-3.8199, 53.2508],[-3.8204, 53.2513],[-3.820499, 53.2518],[-3.8204, 53.2522],[-3.819999, 53.2531],[-3.818501, 53.2545],[-3.817699, 53.2558],[-3.8175, 53.2565],[-3.817001, 53.2573],[-3.816601, 53.2577],[-3.81550, 53.2582],[-3.814301, 53.2584],[-3.8131, 53.2587],[-3.8122, 53.2591],[-3.8108, 53.2599],[-3.808701, 53.2612],[-3.802799, 53.2634],[-3.800699, 53.2649],[-3.798901, 53.2666],[-3.798199, 53.2674],[-3.797899, 53.268],[-3.797699, 53.2694],[-3.7976, 53.2707],[-3.7978, 53.2728],[-3.7976, 53.2743],[-3.7967, 53.2762],[-3.796401, 53.2774],[-3.797699, 53.2785],[-3.7994, 53.2788],[-3.80140, 53.279],[-3.804101, 53.2793],[-3.806, 53.2797],[-3.807899, 53.2808],[-3.8099, 53.2821],[-3.81130, 53.2835],[-3.8117, 53.2838],[-3.812299, 53.2839],[-3.8137, 53.2837],[-3.814301, 53.2835],[-3.816099, 53.2824],[-3.818901, 53.2818],[-3.8196, 53.282],[-3.819999, 53.2823],[-3.8201, 53.2826],[-3.819999, 53.2829],[-3.818599, 53.2835],[-3.817699, 53.2841],[-3.81760, 53.285],[-3.818, 53.2857],[-3.821201, 53.2886],[-3.822799, 53.2900],[-3.824199, 53.291],[-3.825799, 53.2919],[-3.82750, 53.2928],[-3.830199, 53.2939],[-3.8322, 53.2946],[-3.835099, 53.2952],[-3.836601, 53.2956],[-3.8371, 53.296],[-3.8375, 53.2964],[-3.8382, 53.2974],[-3.8395, 53.2998],[-3.84010, 53.3028],[-3.840899, 53.3058],[-3.8413, 53.3066],[-3.842499, 53.3084],[-3.843501, 53.3103],[-3.8438, 53.3109],[-3.84390, 53.3114],[-3.84390, 53.3135],[-3.844199, 53.3161],[-3.844599, 53.3176],[-3.844899, 53.3184],[-3.8455, 53.3197],[-3.8461, 53.3203],[-3.846601, 53.3207],[-3.847199, 53.3211],[-3.8482, 53.3216],[-3.8503, 53.3226],[-3.85610, 53.325],[-3.85840, 53.3262],[-3.8634, 53.3288],[-3.867399, 53.3303],[-3.875299, 53.3330],[-3.876601, 53.3339],[-3.877399, 53.3347],[-3.877599, 53.335],[-3.8777, 53.3354],[-3.8778, 53.3366],[-3.877899, 53.3369],[-3.878599, 53.3377],[-3.878799, 53.3381],[-3.878901, 53.3387],[-3.878799, 53.3392],[-3.8785, 53.3395],[-3.878, 53.3398],[-3.877399, 53.34],[-3.876499, 53.3404],[-3.875299, 53.3410],[-3.8749, 53.3413],[-3.8741, 53.3417],[-3.873701, 53.3420],[-3.873199, 53.3422],[-3.872699, 53.3423],[-3.871601, 53.3422],[-3.871099, 53.3424],[-3.8705, 53.3427],[-3.869999, 53.3429],[-3.8694, 53.3432],[-3.868701, 53.3435],[-3.868299, 53.3436],[-3.867599, 53.3437],[-3.8663, 53.3435],[-3.86410, 53.3428],[-3.8626, 53.3424],[-3.860199, 53.3419],[-3.858901, 53.3418],[-3.8577, 53.3418],[-3.8564, 53.3421],[-3.8552, 53.3425],[-3.85400, 53.3426],[-3.852799, 53.3423],[-3.8508, 53.3413],[-3.8484, 53.3407],[-3.846499, 53.34],[-3.844399, 53.3392],[-3.8427, 53.3387],[-3.839999, 53.3383],[-3.837399, 53.3385],[-3.834599, 53.3389],[-3.832999, 53.3391],[-3.831899, 53.3392],[-3.8316, 53.3391],[-3.831001, 53.3386],[-3.8308, 53.3376],[-3.831401, 53.3364],[-3.83150, 53.3359],[-3.83150, 53.3355],[-3.831401, 53.3352],[-3.8299, 53.3329],[-3.828501, 53.3311],[-3.828099, 53.3305],[-3.8278, 53.3299],[-3.8278, 53.3296],[-3.828099, 53.329],[-3.828701, 53.3283],[-3.829101, 53.3278],[-3.829101, 53.3276],[-3.829, 53.3272],[-3.828901, 53.3269],[-3.828501, 53.3265],[-3.826699, 53.3256],[-3.8255, 53.3252],[-3.821899, 53.3241],[-3.816299, 53.3235],[-3.8001, 53.3233],[-3.797199, 53.3237],[-3.7901, 53.3256],[-3.7853, 53.3269],[-3.780699, 53.328],[-3.778701, 53.3285],[-3.7774, 53.3287],[-3.7765, 53.3286],[-3.7757, 53.3284],[-3.7748, 53.328],[-3.773901, 53.3274],[-3.772799, 53.3263],[-3.7699, 53.3234],[-3.768399, 53.322],[-3.767299, 53.3209],[-3.766299, 53.32],[-3.765599, 53.3194],[-3.764899, 53.319],[-3.7635, 53.3184],[-3.7589, 53.3176],[-3.755599, 53.317],[-3.7521, 53.3166],[-3.7488, 53.3162],[-3.74650, 53.3159],[-3.74420, 53.3156],[-3.742899, 53.3154],[-3.741899, 53.3152],[-3.741, 53.3149],[-3.74000, 53.3146],[-3.7393, 53.3143],[-3.7388, 53.314],[-3.7384, 53.3136],[-3.737999, 53.3131],[-3.7377, 53.3124],[-3.73760, 53.3111],[-3.73760, 53.308],[-3.737499, 53.3073],[-3.7372, 53.3066],[-3.7367, 53.3056],[-3.736099, 53.3047],[-3.7351, 53.3034],[-3.734101, 53.3021],[-3.732899, 53.3011],[-3.7312, 53.3],[-3.7302, 53.2994],[-3.7293, 53.2989],[-3.7265, 53.298],[-3.7234, 53.2971],[-3.71980, 53.296],[-3.712899, 53.2942],[-3.71, 53.2938],[-3.7072, 53.2936],[-3.699399, 53.2933],[-3.6921, 53.2935],[-3.684, 53.2946],[-3.6807, 53.2945],[-3.6788, 53.2943],[-3.6731, 53.2928],[-3.66820, 53.2921],[-3.6626, 53.2917],[-3.658, 53.2918],[-3.65200, 53.2921],[-3.646699, 53.2932],[-3.643399, 53.2936],[-3.640899, 53.2939],[-3.637399, 53.2941],[-3.6357, 53.2941],[-3.6342, 53.2941],[-3.6322, 53.2939],[-3.62990, 53.2933],[-3.6239, 53.2908],[-3.6192, 53.2901],[-3.612799, 53.2900],[-3.60360, 53.291],[-3.59960, 53.2916],[-3.5948, 53.2925],[-3.589999, 53.2935],[-3.586699, 53.2941],[-3.5838, 53.2947],[-3.573299, 53.2972],[-3.564501, 53.2996],[-3.5532, 53.303],[-3.5432, 53.3063],[-3.526201, 53.3118],[-3.523, 53.3129],[-3.5195, 53.3142],[-3.516099, 53.3156],[-3.514199, 53.3164],[-3.513099, 53.3168],[-3.5123, 53.317],[-3.511699, 53.317],[-3.5107, 53.317],[-3.509399, 53.3168],[-3.508399, 53.3165],[-3.5078, 53.3162],[-3.5076, 53.316],[-3.50740, 53.3157],[-3.507299, 53.3154],[-3.5076, 53.315],[-3.5083, 53.3146],[-3.5088, 53.3144],[-3.50910, 53.3142],[-3.509599, 53.3138],[-3.5099, 53.3134],[-3.5104, 53.3127],[-3.510499, 53.3122],[-3.5088, 53.3102],[-3.5076, 53.3092],[-3.502599, 53.3063],[-3.501601, 53.3056],[-3.501, 53.305],[-3.4999, 53.3038],[-3.4979, 53.3026],[-3.4956, 53.3015],[-3.499799, 53.3009],[-3.50130, 53.3009],[-3.5048, 53.3003],[-3.505199, 53.2998],[-3.505, 53.299],[-3.504101, 53.2976],[-3.50300, 53.2961],[-3.502399, 53.2952],[-3.502599, 53.2938],[-3.502899, 53.2921],[-3.502599, 53.2913],[-3.502899, 53.2909],[-3.512599, 53.2901],[-3.5128, 53.2895],[-3.51160, 53.2861],[-3.511801, 53.2855],[-3.519599, 53.2857],[-3.520299, 53.2856],[-3.524899, 53.2771],[-3.525199, 53.2761],[-3.525399, 53.2749],[-3.525399, 53.2732],[-3.526299, 53.2693],[-3.526801, 53.2684],[-3.526801, 53.2677],[-3.523799, 53.2655],[-3.5195, 53.2639],[-3.5193, 53.2635],[-3.52, 53.262],[-3.520299, 53.2604],[-3.5202, 53.2596],[-3.519599, 53.258],[-3.519599, 53.257],[-3.5199, 53.2565],[-3.520499, 53.2562],[-3.5235, 53.256],[-3.526299, 53.2557],[-3.5279, 53.2554],[-3.528901, 53.2547],[-3.52990, 53.2529],[-3.530299, 53.2524],[-3.5312, 53.252],[-3.53350, 53.2516],[-3.5346, 53.2511],[-3.535, 53.2507],[-3.5348, 53.2495],[-3.533999, 53.2483],[-3.532399, 53.2473],[-3.5308, 53.2456],[-3.52950, 53.2446],[-3.52830, 53.2444],[-3.527299, 53.2444],[-3.526299, 53.244],[-3.5258, 53.2431],[-3.525599, 53.2418],[-3.5251, 53.2407],[-3.524301, 53.24],[-3.522099, 53.2394],[-3.518901, 53.2392],[-3.516299, 53.2387],[-3.5136, 53.2383],[-3.512399, 53.2382],[-3.51140, 53.2383],[-3.510299, 53.2395],[-3.509599, 53.2407],[-3.508701, 53.2409],[-3.50720, 53.2409],[-3.5025, 53.2389],[-3.502199, 53.2383],[-3.501699, 53.2372],[-3.5009, 53.2368],[-3.497, 53.2369],[-3.495199, 53.2368],[-3.4942, 53.2365],[-3.4925, 53.2349],[-3.49, 53.233],[-3.487299, 53.2317],[-3.484699, 53.2309],[-3.48300, 53.2302],[-3.481699, 53.2296],[-3.48070, 53.2285],[-3.4789, 53.2269],[-3.4756, 53.2256],[-3.471801, 53.2245],[-3.467999, 53.2228],[-3.46470, 53.2211],[-3.464301, 53.2199],[-3.464301, 53.2133],[-3.46470, 53.2127],[-3.465699, 53.2121],[-3.465899, 53.2118],[-3.465899, 53.2108],[-3.4658, 53.2086],[-3.46660, 53.2072],[-3.467999, 53.2052],[-3.468199, 53.2042],[-3.467999, 53.2005],[-3.4669, 53.1995],[-3.4669, 53.1988],[-3.4712, 53.1945],[-3.4732, 53.1926],[-3.4733, 53.1918],[-3.4732, 53.1887],[-3.4734, 53.1873],[-3.4733, 53.1862],[-3.472699, 53.1849],[-3.4719, 53.1837],[-3.471699, 53.183],[-3.47250, 53.1811],[-3.473799, 53.1788],[-3.473799, 53.1781],[-3.473099, 53.1767],[-3.472699, 53.1752],[-3.4705, 53.1714],[-3.4683, 53.1695],[-3.4632, 53.1673],[-3.463, 53.1666],[-3.46280, 53.1648],[-3.4632, 53.1643],[-3.46660, 53.1640],[-3.469199, 53.1632],[-3.4721, 53.1621],[-3.4734, 53.1603],[-3.4751, 53.1580],[-3.476401, 53.1572],[-3.4777, 53.1571],[-3.4798, 53.1577],[-3.4821, 53.1587],[-3.483599, 53.1586],[-3.4845, 53.1587],[-3.486401, 53.1582],[-3.4881, 53.1578],[-3.4902, 53.1575],[-3.496601, 53.1546],[-3.503599, 53.1546],[-3.5049, 53.1542],[-3.506401, 53.1529],[-3.5071, 53.1524],[-3.532799, 53.1398],[-3.536801, 53.1391],[-3.537899, 53.1386],[-3.5394, 53.1367],[-3.541201, 53.135],[-3.542099, 53.1346],[-3.544199, 53.1343],[-3.544501, 53.1335],[-3.545099, 53.1327],[-3.54570, 53.1308],[-3.546, 53.1295],[-3.547899, 53.1282],[-3.549999, 53.1269],[-3.5511, 53.1262],[-3.551899, 53.125],[-3.552099, 53.1242],[-3.552599, 53.1235],[-3.55460, 53.1224],[-3.556099, 53.121],[-3.556801, 53.12],[-3.5578, 53.1198],[-3.559, 53.1199],[-3.561001, 53.1203],[-3.5627, 53.1198],[-3.5637, 53.1191],[-3.5636, 53.1183],[-3.562999, 53.1168],[-3.5618, 53.1142],[-3.561201, 53.1131],[-3.5613, 53.1119],[-3.5617, 53.1116],[-3.564699, 53.1109],[-3.569, 53.1094],[-3.569, 53.1091],[-3.560199, 53.1070],[-3.555399, 53.1046],[-3.5552, 53.1042],[-3.556201, 53.1036],[-3.558599, 53.1042],[-3.5603, 53.1044],[-3.5617, 53.1044],[-3.564199, 53.1038],[-3.5674, 53.1025],[-3.57060, 53.1011],[-3.572599, 53.1004],[-3.57710, 53.0981],[-3.5793, 53.0968],[-3.5837, 53.0943],[-3.587899, 53.0925],[-3.5911, 53.0917],[-3.597899, 53.0920],[-3.5984, 53.0920],[-3.598599, 53.0919],[-3.599101, 53.0913],[-3.601099, 53.0883],[-3.601401, 53.0877],[-3.60150, 53.0871],[-3.60150, 53.0866],[-3.601401, 53.0858]]]]}, properties:{name:"Conwy"}}, {type:"Feature", geometry:{type:"MultiPolygon", coordinates:[[[[-3.38940, 52.8762],[-3.40300, 52.8737],[-3.407099, 52.8722],[-3.41380, 52.8728],[-3.4147, 52.8727],[-3.4173, 52.8702],[-3.418099, 52.8696],[-3.419399, 52.8689],[-3.4224, 52.8677],[-3.427001, 52.8655],[-3.4377, 52.8612],[-3.443501, 52.8609],[-3.447999, 52.8609],[-3.451499, 52.8612],[-3.457099, 52.8630],[-3.4582, 52.8632],[-3.459399, 52.8632],[-3.462899, 52.8625],[-3.466201, 52.8622],[-3.469199, 52.8624],[-3.4711, 52.8629],[-3.4744, 52.864],[-3.4777, 52.8650],[-3.481699, 52.8658],[-3.47900, 52.8687],[-3.4776, 52.8715],[-3.476201, 52.8749],[-3.476099, 52.8754],[-3.4763, 52.8796],[-3.47670, 52.8829],[-3.4776, 52.8853],[-3.479399, 52.8872],[-3.481, 52.8891],[-3.4814, 52.8898],[-3.481499, 52.8917],[-3.481499, 52.8943],[-3.481801, 52.8947],[-3.482599, 52.8954],[-3.483599, 52.8967],[-3.483799, 52.8973],[-3.483999, 52.8982],[-3.4842, 52.9007],[-3.4842, 52.9021],[-3.4846, 52.9029],[-3.4863, 52.9058],[-3.486201, 52.9065],[-3.4856, 52.9069],[-3.48490, 52.9073],[-3.48, 52.9089],[-3.478199, 52.9096],[-3.475899, 52.9105],[-3.4744, 52.9111],[-3.468199, 52.9142],[-3.467299, 52.9147],[-3.46680, 52.9161],[-3.466201, 52.9172],[-3.4646, 52.9192],[-3.46450, 52.9196],[-3.4646, 52.9199],[-3.465199, 52.9202],[-3.467099, 52.9202],[-3.467799, 52.9203],[-3.4683, 52.9204],[-3.468501, 52.9207],[-3.46870, 52.9236],[-3.471699, 52.9258],[-3.477, 52.9262],[-3.477799, 52.9288],[-3.4834, 52.9290],[-3.4846, 52.931],[-3.484999, 52.9315],[-3.4883, 52.9321],[-3.48910, 52.9323],[-3.489599, 52.9326],[-3.4897, 52.9333],[-3.488501, 52.9344],[-3.486201, 52.9359],[-3.483999, 52.9374],[-3.4823, 52.9388],[-3.481699, 52.9397],[-3.481601, 52.9403],[-3.481899, 52.9413],[-3.4821, 52.9429],[-3.482001, 52.9433],[-3.480099, 52.9445],[-3.470599, 52.9479],[-3.463701, 52.955],[-3.4625, 52.9557],[-3.460599, 52.9562],[-3.457799, 52.9575],[-3.4561, 52.9582],[-3.45250, 52.9602],[-3.448501, 52.9624],[-3.4472, 52.9632],[-3.4465, 52.9641],[-3.445899, 52.966],[-3.4466, 52.9695],[-3.4466, 52.9708],[-3.446201, 52.9741],[-3.445899, 52.9746],[-3.444999, 52.9757],[-3.443901, 52.9767],[-3.441, 52.9791],[-3.4407, 52.9822],[-3.440799, 52.9825],[-3.4444, 52.9834],[-3.4461, 52.9838],[-3.451, 52.9828],[-3.455199, 52.9833],[-3.460599, 52.9838],[-3.461, 52.9839],[-3.4612, 52.9840],[-3.4549, 52.9863],[-3.4549, 52.9865],[-3.456201, 52.9892],[-3.456401, 52.991],[-3.455499, 52.9935],[-3.455499, 52.9943],[-3.455699, 52.9954],[-3.462199, 52.9985],[-3.463599, 53],[-3.463701, 53.0003],[-3.462001, 53.0019],[-3.461801, 53.0025],[-3.4619, 53.0029],[-3.462399, 53.0037],[-3.46070, 53.0048],[-3.4604, 53.0077],[-3.4609, 53.0079],[-3.464301, 53.0094],[-3.4676, 53.0116],[-3.4688, 53.0137],[-3.4721, 53.0154],[-3.476201, 53.0161],[-3.4789, 53.0178],[-3.478501, 53.0195],[-3.480099, 53.0219],[-3.4793, 53.0234],[-3.4798, 53.024],[-3.481801, 53.0252],[-3.4879, 53.0273],[-3.488501, 53.0278],[-3.488501, 53.0287],[-3.487799, 53.0295],[-3.48720, 53.0298],[-3.4867, 53.0309],[-3.48680, 53.0314],[-3.4913, 53.0346],[-3.491699, 53.0351],[-3.492899, 53.0390],[-3.4928, 53.0393],[-3.4902, 53.0408],[-3.488701, 53.0409],[-3.4869, 53.0423],[-3.48110, 53.0419],[-3.4697, 53.0427],[-3.4658, 53.0430],[-3.464999, 53.0438],[-3.464999, 53.0444],[-3.4658, 53.0475],[-3.4669, 53.0514],[-3.4735, 53.0596],[-3.4784, 53.0661],[-3.479399, 53.067],[-3.4797, 53.0675],[-3.478501, 53.07],[-3.4758, 53.074],[-3.475699, 53.0745],[-3.476099, 53.0761],[-3.47880, 53.0792],[-3.4802, 53.0844],[-3.4812, 53.0849],[-3.493901, 53.0827],[-3.4997, 53.0792],[-3.501699, 53.0774],[-3.5025, 53.0772],[-3.5046, 53.0787],[-3.504699, 53.0791],[-3.50320, 53.082],[-3.503099, 53.0823],[-3.504301, 53.0835],[-3.506401, 53.0861],[-3.508399, 53.0878],[-3.511699, 53.0895],[-3.514199, 53.0898],[-3.5181, 53.0898],[-3.53600, 53.0906],[-3.548901, 53.0912],[-3.550299, 53.0918],[-3.552599, 53.0923],[-3.554899, 53.0922],[-3.556499, 53.0916],[-3.560199, 53.0909],[-3.5615, 53.0911],[-3.562299, 53.0922],[-3.5634, 53.0933],[-3.5648, 53.0935],[-3.566, 53.0932],[-3.566601, 53.0922],[-3.566801, 53.0912],[-3.5676, 53.0894],[-3.568599, 53.0887],[-3.5818, 53.083],[-3.5857, 53.0819],[-3.588399, 53.0805],[-3.589301, 53.0795],[-3.5895, 53.0786],[-3.5899, 53.078],[-3.590699, 53.0778],[-3.5915, 53.0779],[-3.5936, 53.079],[-3.59540, 53.0802],[-3.5985, 53.0822],[-3.601401, 53.0858],[-3.60150, 53.0866],[-3.60150, 53.0871],[-3.601401, 53.0877],[-3.601099, 53.0883],[-3.599101, 53.0913],[-3.598599, 53.0919],[-3.5984, 53.0920],[-3.597899, 53.0920],[-3.5911, 53.0917],[-3.587899, 53.0925],[-3.5837, 53.0943],[-3.5793, 53.0968],[-3.57710, 53.0981],[-3.572599, 53.1004],[-3.57060, 53.1011],[-3.5674, 53.1025],[-3.564199, 53.1038],[-3.5617, 53.1044],[-3.5603, 53.1044],[-3.558599, 53.1042],[-3.556201, 53.1036],[-3.5552, 53.1042],[-3.555399, 53.1046],[-3.560199, 53.1070],[-3.569, 53.1091],[-3.569, 53.1094],[-3.564699, 53.1109],[-3.5617, 53.1116],[-3.5613, 53.1119],[-3.561201, 53.1131],[-3.5618, 53.1142],[-3.562999, 53.1168],[-3.5636, 53.1183],[-3.5637, 53.1191],[-3.5627, 53.1198],[-3.561001, 53.1203],[-3.559, 53.1199],[-3.5578, 53.1198],[-3.556801, 53.12],[-3.556099, 53.121],[-3.55460, 53.1224],[-3.552599, 53.1235],[-3.552099, 53.1242],[-3.551899, 53.125],[-3.5511, 53.1262],[-3.549999, 53.1269],[-3.547899, 53.1282],[-3.546, 53.1295],[-3.54570, 53.1308],[-3.545099, 53.1327],[-3.544501, 53.1335],[-3.544199, 53.1343],[-3.542099, 53.1346],[-3.541201, 53.135],[-3.5394, 53.1367],[-3.537899, 53.1386],[-3.536801, 53.1391],[-3.532799, 53.1398],[-3.5071, 53.1524],[-3.506401, 53.1529],[-3.5049, 53.1542],[-3.503599, 53.1546],[-3.496601, 53.1546],[-3.4902, 53.1575],[-3.4881, 53.1578],[-3.486401, 53.1582],[-3.4845, 53.1587],[-3.483599, 53.1586],[-3.4821, 53.1587],[-3.4798, 53.1577],[-3.4777, 53.1571],[-3.476401, 53.1572],[-3.4751, 53.1580],[-3.4734, 53.1603],[-3.4721, 53.1621],[-3.469199, 53.1632],[-3.46660, 53.1640],[-3.4632, 53.1643],[-3.46280, 53.1648],[-3.463, 53.1666],[-3.4632, 53.1673],[-3.4683, 53.1695],[-3.4705, 53.1714],[-3.472699, 53.1752],[-3.473099, 53.1767],[-3.473799, 53.1781],[-3.473799, 53.1788],[-3.47250, 53.1811],[-3.471699, 53.183],[-3.4719, 53.1837],[-3.472699, 53.1849],[-3.4733, 53.1862],[-3.4734, 53.1873],[-3.4732, 53.1887],[-3.4733, 53.1918],[-3.4732, 53.1926],[-3.4712, 53.1945],[-3.4669, 53.1988],[-3.4669, 53.1995],[-3.467999, 53.2005],[-3.468199, 53.2042],[-3.467999, 53.2052],[-3.46660, 53.2072],[-3.4658, 53.2086],[-3.465899, 53.2108],[-3.465899, 53.2118],[-3.465699, 53.2121],[-3.46470, 53.2127],[-3.464301, 53.2133],[-3.464301, 53.2199],[-3.46470, 53.2211],[-3.467999, 53.2228],[-3.471801, 53.2245],[-3.4756, 53.2256],[-3.4789, 53.2269],[-3.48070, 53.2285],[-3.481699, 53.2296],[-3.48300, 53.2302],[-3.484699, 53.2309],[-3.487299, 53.2317],[-3.49, 53.233],[-3.4925, 53.2349],[-3.4942, 53.2365],[-3.495199, 53.2368],[-3.497, 53.2369],[-3.5009, 53.2368],[-3.501699, 53.2372],[-3.502199, 53.2383],[-3.5025, 53.2389],[-3.50720, 53.2409],[-3.508701, 53.2409],[-3.509599, 53.2407],[-3.510299, 53.2395],[-3.51140, 53.2383],[-3.512399, 53.2382],[-3.5136, 53.2383],[-3.516299, 53.2387],[-3.518901, 53.2392],[-3.522099, 53.2394],[-3.524301, 53.24],[-3.5251, 53.2407],[-3.525599, 53.2418],[-3.5258, 53.2431],[-3.526299, 53.244],[-3.527299, 53.2444],[-3.52830, 53.2444],[-3.52950, 53.2446],[-3.5308, 53.2456],[-3.532399, 53.2473],[-3.533999, 53.2483],[-3.5348, 53.2495],[-3.535, 53.2507],[-3.5346, 53.2511],[-3.53350, 53.2516],[-3.5312, 53.252],[-3.530299, 53.2524],[-3.52990, 53.2529],[-3.528901, 53.2547],[-3.5279, 53.2554],[-3.526299, 53.2557],[-3.5235, 53.256],[-3.520499, 53.2562],[-3.5199, 53.2565],[-3.519599, 53.257],[-3.519599, 53.258],[-3.5202, 53.2596],[-3.520299, 53.2604],[-3.52, 53.262],[-3.5193, 53.2635],[-3.5195, 53.2639],[-3.523799, 53.2655],[-3.526801, 53.2677],[-3.526801, 53.2684],[-3.526299, 53.2693],[-3.525399, 53.2732],[-3.525399, 53.2749],[-3.525199, 53.2761],[-3.524899, 53.2771],[-3.520299, 53.2856],[-3.519599, 53.2857],[-3.511801, 53.2855],[-3.51160, 53.2861],[-3.5128, 53.2895],[-3.512599, 53.2901],[-3.502899, 53.2909],[-3.502599, 53.2913],[-3.502899, 53.2921],[-3.502599, 53.2938],[-3.502399, 53.2952],[-3.50300, 53.2961],[-3.504101, 53.2976],[-3.505, 53.299],[-3.505199, 53.2998],[-3.5048, 53.3003],[-3.50130, 53.3009],[-3.499799, 53.3009],[-3.4956, 53.3015],[-3.493999, 53.3008],[-3.492399, 53.3001],[-3.490499, 53.2996],[-3.4874, 53.2987],[-3.4853, 53.2978],[-3.48300, 53.2965],[-3.4813, 53.2957],[-3.48090, 53.296],[-3.481499, 53.2964],[-3.482599, 53.2972],[-3.483701, 53.2981],[-3.485399, 53.2994],[-3.488199, 53.3005],[-3.4907, 53.3012],[-3.492599, 53.3023],[-3.493799, 53.3031],[-3.4944, 53.3037],[-3.4946, 53.3042],[-3.4944, 53.3049],[-3.493599, 53.306],[-3.492899, 53.3069],[-3.4928, 53.3071],[-3.493099, 53.3074],[-3.4934, 53.3073],[-3.4956, 53.3059],[-3.4968, 53.3057],[-3.4972, 53.3059],[-3.497999, 53.3065],[-3.49900, 53.3072],[-3.500099, 53.3077],[-3.501601, 53.3081],[-3.502001, 53.3083],[-3.502199, 53.3084],[-3.5023, 53.3088],[-3.502399, 53.3092],[-3.502399, 53.3096],[-3.5, 53.3106],[-3.4997, 53.3108],[-3.4993, 53.3113],[-3.49920, 53.3116],[-3.49920, 53.3121],[-3.500299, 53.3128],[-3.501601, 53.3131],[-3.5025, 53.3132],[-3.503999, 53.3131],[-3.505, 53.3128],[-3.506401, 53.3122],[-3.5069, 53.3125],[-3.5071, 53.3128],[-3.5071, 53.3132],[-3.5071, 53.3141],[-3.5069, 53.3146],[-3.5067, 53.315],[-3.50300, 53.3168],[-3.501499, 53.3175],[-3.4974, 53.3199],[-3.4951, 53.3217],[-3.493299, 53.3231],[-3.4904, 53.3246],[-3.4842, 53.3272],[-3.480099, 53.3287],[-3.4783, 53.3291],[-3.4768, 53.3294],[-3.4745, 53.3298],[-3.472399, 53.3301],[-3.46470, 53.3304],[-3.461299, 53.3306],[-3.457, 53.331],[-3.45230, 53.3318],[-3.449699, 53.3323],[-3.4488, 53.3328],[-3.4474, 53.334],[-3.4454, 53.3346],[-3.4432, 53.3353],[-3.44, 53.3363],[-3.4356, 53.3376],[-3.432499, 53.3386],[-3.429899, 53.3393],[-3.4141, 53.3431],[-3.4123, 53.3436],[-3.4028, 53.346],[-3.398799, 53.3470],[-3.3965, 53.3474],[-3.393399, 53.3479],[-3.389699, 53.3485],[-3.3878, 53.3488],[-3.3857, 53.3491],[-3.383399, 53.3492],[-3.382999, 53.3491],[-3.3824, 53.3489],[-3.3818, 53.3481],[-3.381299, 53.3481],[-3.3803, 53.3481],[-3.378999, 53.3488],[-3.377199, 53.3495],[-3.374599, 53.3502],[-3.372, 53.3510],[-3.3708, 53.3513],[-3.3701, 53.3515],[-3.3694, 53.3516],[-3.36850, 53.3517],[-3.367899, 53.3516],[-3.3677, 53.3513],[-3.3677, 53.3511],[-3.3677, 53.3510],[-3.367899, 53.3508],[-3.36850, 53.3506],[-3.372299, 53.3498],[-3.3763, 53.3489],[-3.376899, 53.3487],[-3.377001, 53.3486],[-3.376801, 53.3484],[-3.3762, 53.3485],[-3.373199, 53.3487],[-3.368299, 53.3494],[-3.366499, 53.3496],[-3.3649, 53.3496],[-3.363199, 53.3492],[-3.362299, 53.3487],[-3.362499, 53.3464],[-3.368701, 53.3456],[-3.369101, 53.3436],[-3.3684, 53.3420],[-3.3701, 53.3374],[-3.3705, 53.335],[-3.370899, 53.3349],[-3.372499, 53.3349],[-3.3731, 53.3347],[-3.3742, 53.3337],[-3.3762, 53.3329],[-3.3775, 53.3324],[-3.3778, 53.3319],[-3.377001, 53.3294],[-3.377001, 53.3289],[-3.3784, 53.3282],[-3.382699, 53.3262],[-3.38660, 53.3247],[-3.3905, 53.3234],[-3.39150, 53.3235],[-3.3919, 53.3243],[-3.3922, 53.3263],[-3.392699, 53.3269],[-3.3933, 53.3271],[-3.3941, 53.327],[-3.39500, 53.3262],[-3.3964, 53.3248],[-3.3979, 53.3205],[-3.399101, 53.318],[-3.400199, 53.3149],[-3.4, 53.3122],[-3.398799, 53.3095],[-3.398299, 53.3095],[-3.394, 53.311],[-3.3938, 53.3114],[-3.3942, 53.3126],[-3.394, 53.3129],[-3.390399, 53.3135],[-3.385499, 53.3144],[-3.382299, 53.3152],[-3.3815, 53.3153],[-3.381099, 53.3143],[-3.381299, 53.3139],[-3.3836, 53.3125],[-3.3878, 53.3107],[-3.3885, 53.3098],[-3.3907, 53.3088],[-3.3905, 53.3076],[-3.39080, 53.3069],[-3.392499, 53.3064],[-3.39360, 53.3051],[-3.39360, 53.3028],[-3.393501, 53.3018],[-3.392699, 53.3013],[-3.3882, 53.3007],[-3.38260, 53.3012],[-3.3819, 53.3004],[-3.381201, 53.2989],[-3.38, 53.2972],[-3.378901, 53.2959],[-3.375299, 53.2935],[-3.374501, 53.2928],[-3.373701, 53.2924],[-3.372299, 53.2926],[-3.371099, 53.2934],[-3.369999, 53.2937],[-3.366601, 53.2943],[-3.3642, 53.2946],[-3.36310, 53.2952],[-3.362799, 53.296],[-3.3627, 53.2973],[-3.362099, 53.2983],[-3.3619, 53.2983],[-3.361401, 53.2986],[-3.360699, 53.2985],[-3.358599, 53.298],[-3.357199, 53.2976],[-3.35630, 53.2966],[-3.3555, 53.2934],[-3.3552, 53.2921],[-3.355299, 53.2912],[-3.356801, 53.2891],[-3.356899, 53.2879],[-3.356801, 53.2871],[-3.35610, 53.2854],[-3.354899, 53.2840],[-3.353701, 53.2835],[-3.3503, 53.2825],[-3.3457, 53.2809],[-3.3405, 53.2786],[-3.338399, 53.2779],[-3.335099, 53.2774],[-3.329799, 53.2757],[-3.3301, 53.2748],[-3.3373, 53.2687],[-3.340899, 53.2658],[-3.3455, 53.2629],[-3.3478, 53.2609],[-3.3522, 53.2587],[-3.356699, 53.2564],[-3.3613, 53.2535],[-3.361201, 53.2532],[-3.359101, 53.2527],[-3.3538, 53.252],[-3.3533, 53.2517],[-3.3529, 53.2505],[-3.352, 53.2492],[-3.3496, 53.2482],[-3.347001, 53.2469],[-3.3455, 53.2453],[-3.3424, 53.2424],[-3.3403, 53.241],[-3.337899, 53.2402],[-3.334501, 53.2396],[-3.3333, 53.2388],[-3.3306, 53.2366],[-3.329799, 53.2363],[-3.326801, 53.2365],[-3.3206, 53.2361],[-3.31570, 53.2357],[-3.3122, 53.2346],[-3.3114, 53.2325],[-3.311001, 53.2321],[-3.306499, 53.2326],[-3.3059, 53.2321],[-3.306201, 53.2317],[-3.307699, 53.2301],[-3.3081, 53.2296],[-3.3081, 53.2285],[-3.308701, 53.2276],[-3.312001, 53.2257],[-3.312999, 53.2249],[-3.3175, 53.2211],[-3.3183, 53.2206],[-3.32180, 53.2199],[-3.3224, 53.2192],[-3.3208, 53.2167],[-3.320699, 53.2159],[-3.322099, 53.2126],[-3.32180, 53.2116],[-3.319, 53.2096],[-3.3162, 53.2071],[-3.3139, 53.2067],[-3.3124, 53.2066],[-3.3097, 53.2082],[-3.3092, 53.2078],[-3.308199, 53.2056],[-3.3083, 53.2045],[-3.314399, 53.2007],[-3.314501, 53.1996],[-3.31340, 53.1988],[-3.312299, 53.1971],[-3.307899, 53.1947],[-3.305399, 53.1942],[-3.3038, 53.1937],[-3.301899, 53.1919],[-3.2997, 53.1911],[-3.294199, 53.1912],[-3.292399, 53.1892],[-3.289999, 53.1881],[-3.287899, 53.1861],[-3.2851, 53.1844],[-3.2823, 53.1837],[-3.2806, 53.1818],[-3.2781, 53.1792],[-3.279599, 53.1774],[-3.2825, 53.1762],[-3.2839, 53.1757],[-3.2837, 53.1747],[-3.283, 53.1723],[-3.2835, 53.1709],[-3.284501, 53.169],[-3.2848, 53.1681],[-3.2813, 53.1665],[-3.2765, 53.1640],[-3.275, 53.1624],[-3.274501, 53.1611],[-3.2746, 53.1593],[-3.274199, 53.1581],[-3.2693, 53.1561],[-3.267499, 53.1557],[-3.2546, 53.1533],[-3.248199, 53.1519],[-3.2453, 53.152],[-3.243999, 53.1524],[-3.242199, 53.1538],[-3.241699, 53.1541],[-3.2353, 53.1537],[-3.2327, 53.1538],[-3.227299, 53.1528],[-3.2146, 53.1573],[-3.213099, 53.1580],[-3.212399, 53.1589],[-3.2077, 53.1602],[-3.2065, 53.1607],[-3.205699, 53.1610],[-3.201601, 53.1608],[-3.2, 53.1607],[-3.199199, 53.1603],[-3.194799, 53.1544],[-3.194101, 53.1542],[-3.188999, 53.1548],[-3.184, 53.1545],[-3.183399, 53.1539],[-3.183399, 53.1527],[-3.182499, 53.1516],[-3.182499, 53.1508],[-3.183, 53.1499],[-3.183901, 53.1493],[-3.1844, 53.149],[-3.1844, 53.1485],[-3.184, 53.148],[-3.183399, 53.1478],[-3.183, 53.1469],[-3.1833, 53.1462],[-3.184101, 53.146],[-3.1846, 53.1457],[-3.1846, 53.1452],[-3.1826, 53.1443],[-3.181099, 53.1436],[-3.180799, 53.1428],[-3.1809, 53.1423],[-3.182001, 53.1418],[-3.183501, 53.1413],[-3.184, 53.1409],[-3.184101, 53.1385],[-3.183901, 53.1367],[-3.183199, 53.1354],[-3.181201, 53.1331],[-3.179501, 53.1306],[-3.1763, 53.128],[-3.173501, 53.1253],[-3.17260, 53.1218],[-3.173399, 53.1183],[-3.17050, 53.1152],[-3.1672, 53.1138],[-3.1631, 53.113],[-3.1508, 53.1104],[-3.147099, 53.1063],[-3.1487, 53.1001],[-3.1498, 53.0961],[-3.149899, 53.0933],[-3.149199, 53.0896],[-3.14860, 53.087],[-3.146899, 53.0846],[-3.1443, 53.0814],[-3.143199, 53.0798],[-3.1426, 53.0784],[-3.1429, 53.0761],[-3.142299, 53.0745],[-3.141299, 53.0737],[-3.140199, 53.0732],[-3.138299, 53.0731],[-3.137199, 53.0728],[-3.134799, 53.0687],[-3.13410, 53.0659],[-3.134399, 53.0643],[-3.135799, 53.0622],[-3.1363, 53.0615],[-3.136001, 53.0585],[-3.137399, 53.0563],[-3.139899, 53.0539],[-3.1431, 53.0499],[-3.147099, 53.0462],[-3.1536, 53.0415],[-3.154, 53.0406],[-3.153901, 53.0401],[-3.149101, 53.0386],[-3.14630, 53.0369],[-3.1438, 53.0343],[-3.139301, 53.0299],[-3.1379, 53.0277],[-3.137399, 53.0253],[-3.1377, 53.0224],[-3.138799, 53.0186],[-3.140399, 53.0169],[-3.150399, 53.0096],[-3.1528, 53.0082],[-3.1533, 53.0074],[-3.1533, 53.0068],[-3.151401, 53.0039],[-3.151299, 53.0029],[-3.151601, 53.0011],[-3.15220, 53.0001],[-3.154, 52.998],[-3.15470, 52.9971],[-3.15470, 52.9964],[-3.15, 52.9928],[-3.1479, 52.9922],[-3.1408, 52.9896],[-3.138299, 52.9878],[-3.132999, 52.9867],[-3.126499, 52.9864],[-3.123199, 52.9867],[-3.121201, 52.9861],[-3.1206, 52.9845],[-3.121099, 52.9821],[-3.1208, 52.9791],[-3.120199, 52.9784],[-3.115099, 52.9787],[-3.1103, 52.9785],[-3.1096, 52.9777],[-3.10950, 52.9758],[-3.109301, 52.9739],[-3.111201, 52.9724],[-3.111601, 52.9715],[-3.1113, 52.9701],[-3.1098, 52.969],[-3.1075, 52.9692],[-3.1019, 52.9708],[-3.097899, 52.9716],[-3.0952, 52.9700],[-3.094, 52.9679],[-3.0934, 52.9655],[-3.094501, 52.9638],[-3.096299, 52.9628],[-3.099699, 52.9623],[-3.1054, 52.9627],[-3.1092, 52.962],[-3.1105, 52.9608],[-3.1101, 52.9596],[-3.1052, 52.9596],[-3.100899, 52.9606],[-3.097399, 52.9601],[-3.097001, 52.9594],[-3.0971, 52.9581],[-3.09940, 52.9559],[-3.105599, 52.9541],[-3.11200, 52.9553],[-3.1231, 52.9544],[-3.13410, 52.9533],[-3.1456, 52.9482],[-3.150399, 52.9465],[-3.154599, 52.9459],[-3.161, 52.9455],[-3.167799, 52.943],[-3.169101, 52.9435],[-3.1765, 52.9478],[-3.1802, 52.9474],[-3.19320, 52.9439],[-3.19530, 52.9439],[-3.223, 52.9519],[-3.226401, 52.9515],[-3.233901, 52.9529],[-3.234699, 52.9506],[-3.240799, 52.9489],[-3.258501, 52.9445],[-3.2732, 52.9431],[-3.2904, 52.9427],[-3.297, 52.9423],[-3.3017, 52.9429],[-3.3088, 52.9448],[-3.318501, 52.9446],[-3.3293, 52.9284],[-3.3315, 52.9278],[-3.336299, 52.9237],[-3.344, 52.9211],[-3.3533, 52.9176],[-3.350899, 52.9143],[-3.3554, 52.9116],[-3.357199, 52.9077],[-3.3594, 52.9053],[-3.3601, 52.9021],[-3.36430, 52.8989],[-3.368999, 52.897],[-3.372, 52.895],[-3.38940, 52.8762]]]]}, properties:{name:"Denbighshire (Sir Ddinbych)"}}, {type:"Feature", geometry:{type:"MultiPolygon", coordinates:[[[[-2.962699, 53.1318],[-2.9669, 53.1271],[-2.969501, 53.1275],[-2.9725, 53.1274],[-2.974999, 53.1271],[-2.9772, 53.1259],[-2.9804, 53.125],[-2.986099, 53.1256],[-2.9909, 53.1258],[-2.9976, 53.1257],[-3.001499, 53.1257],[-3.0067, 53.1265],[-3.0104, 53.1249],[-3.0113, 53.1229],[-3.0113, 53.1202],[-3.011699, 53.1184],[-3.01370, 53.117],[-3.017999, 53.1146],[-3.0255, 53.1089],[-3.028901, 53.1064],[-3.0288, 53.1053],[-3.027999, 53.1040],[-3.02780, 53.1024],[-3.0295, 53.0995],[-3.030699, 53.0981],[-3.034301, 53.0980],[-3.03600, 53.0977],[-3.037899, 53.0957],[-3.04020, 53.0929],[-3.0435, 53.0901],[-3.046601, 53.088],[-3.0524, 53.0858],[-3.0557, 53.0843],[-3.0597, 53.0844],[-3.065399, 53.0865],[-3.068799, 53.0882],[-3.0717, 53.0896],[-3.072599, 53.0896],[-3.0861, 53.0845],[-3.0941, 53.0817],[-3.097899, 53.0799],[-3.1106, 53.0801],[-3.1154, 53.0763],[-3.11770, 53.0753],[-3.1201, 53.0749],[-3.1243, 53.0749],[-3.128799, 53.0741],[-3.130899, 53.074],[-3.1328, 53.0737],[-3.137199, 53.0728],[-3.138299, 53.0731],[-3.140199, 53.0732],[-3.141299, 53.0737],[-3.142299, 53.0745],[-3.1429, 53.0761],[-3.1426, 53.0784],[-3.143199, 53.0798],[-3.1443, 53.0814],[-3.146899, 53.0846],[-3.14860, 53.087],[-3.149199, 53.0896],[-3.149899, 53.0933],[-3.1498, 53.0961],[-3.1487, 53.1001],[-3.147099, 53.1063],[-3.1508, 53.1104],[-3.1631, 53.113],[-3.1672, 53.1138],[-3.17050, 53.1152],[-3.173399, 53.1183],[-3.17260, 53.1218],[-3.173501, 53.1253],[-3.1763, 53.128],[-3.179501, 53.1306],[-3.181201, 53.1331],[-3.183199, 53.1354],[-3.183901, 53.1367],[-3.184101, 53.1385],[-3.184, 53.1409],[-3.183501, 53.1413],[-3.182001, 53.1418],[-3.1809, 53.1423],[-3.180799, 53.1428],[-3.181099, 53.1436],[-3.1826, 53.1443],[-3.1846, 53.1452],[-3.1846, 53.1457],[-3.184101, 53.146],[-3.1833, 53.1462],[-3.183, 53.1469],[-3.183399, 53.1478],[-3.184, 53.148],[-3.1844, 53.1485],[-3.1844, 53.149],[-3.183901, 53.1493],[-3.183, 53.1499],[-3.182499, 53.1508],[-3.182499, 53.1516],[-3.183399, 53.1527],[-3.183399, 53.1539],[-3.184, 53.1545],[-3.188999, 53.1548],[-3.194101, 53.1542],[-3.194799, 53.1544],[-3.199199, 53.1603],[-3.2, 53.1607],[-3.201601, 53.1608],[-3.205699, 53.1610],[-3.2065, 53.1607],[-3.2077, 53.1602],[-3.212399, 53.1589],[-3.213099, 53.1580],[-3.2146, 53.1573],[-3.227299, 53.1528],[-3.2327, 53.1538],[-3.2353, 53.1537],[-3.241699, 53.1541],[-3.242199, 53.1538],[-3.243999, 53.1524],[-3.2453, 53.152],[-3.248199, 53.1519],[-3.2546, 53.1533],[-3.267499, 53.1557],[-3.2693, 53.1561],[-3.274199, 53.1581],[-3.2746, 53.1593],[-3.274501, 53.1611],[-3.275, 53.1624],[-3.2765, 53.1640],[-3.2813, 53.1665],[-3.2848, 53.1681],[-3.284501, 53.169],[-3.2835, 53.1709],[-3.283, 53.1723],[-3.2837, 53.1747],[-3.2839, 53.1757],[-3.2825, 53.1762],[-3.279599, 53.1774],[-3.2781, 53.1792],[-3.2806, 53.1818],[-3.2823, 53.1837],[-3.2851, 53.1844],[-3.287899, 53.1861],[-3.289999, 53.1881],[-3.292399, 53.1892],[-3.294199, 53.1912],[-3.2997, 53.1911],[-3.301899, 53.1919],[-3.3038, 53.1937],[-3.305399, 53.1942],[-3.307899, 53.1947],[-3.312299, 53.1971],[-3.31340, 53.1988],[-3.314501, 53.1996],[-3.314399, 53.2007],[-3.3083, 53.2045],[-3.308199, 53.2056],[-3.3092, 53.2078],[-3.3097, 53.2082],[-3.3124, 53.2066],[-3.3139, 53.2067],[-3.3162, 53.2071],[-3.319, 53.2096],[-3.32180, 53.2116],[-3.322099, 53.2126],[-3.320699, 53.2159],[-3.3208, 53.2167],[-3.3224, 53.2192],[-3.32180, 53.2199],[-3.3183, 53.2206],[-3.3175, 53.2211],[-3.312999, 53.2249],[-3.312001, 53.2257],[-3.308701, 53.2276],[-3.3081, 53.2285],[-3.3081, 53.2296],[-3.307699, 53.2301],[-3.306201, 53.2317],[-3.3059, 53.2321],[-3.306499, 53.2326],[-3.311001, 53.2321],[-3.3114, 53.2325],[-3.3122, 53.2346],[-3.31570, 53.2357],[-3.3206, 53.2361],[-3.326801, 53.2365],[-3.329799, 53.2363],[-3.3306, 53.2366],[-3.3333, 53.2388],[-3.334501, 53.2396],[-3.337899, 53.2402],[-3.3403, 53.241],[-3.3424, 53.2424],[-3.3455, 53.2453],[-3.347001, 53.2469],[-3.3496, 53.2482],[-3.352, 53.2492],[-3.3529, 53.2505],[-3.3533, 53.2517],[-3.3538, 53.252],[-3.359101, 53.2527],[-3.361201, 53.2532],[-3.3613, 53.2535],[-3.356699, 53.2564],[-3.3522, 53.2587],[-3.3478, 53.2609],[-3.3455, 53.2629],[-3.340899, 53.2658],[-3.3373, 53.2687],[-3.3301, 53.2748],[-3.329799, 53.2757],[-3.335099, 53.2774],[-3.338399, 53.2779],[-3.3405, 53.2786],[-3.3457, 53.2809],[-3.3503, 53.2825],[-3.353701, 53.2835],[-3.354899, 53.2840],[-3.35610, 53.2854],[-3.356801, 53.2871],[-3.356899, 53.2879],[-3.356801, 53.2891],[-3.355299, 53.2912],[-3.3552, 53.2921],[-3.3555, 53.2934],[-3.35630, 53.2966],[-3.357199, 53.2976],[-3.358599, 53.298],[-3.360699, 53.2985],[-3.361401, 53.2986],[-3.3619, 53.2983],[-3.362099, 53.2983],[-3.3627, 53.2973],[-3.362799, 53.296],[-3.36310, 53.2952],[-3.3642, 53.2946],[-3.366601, 53.2943],[-3.369999, 53.2937],[-3.371099, 53.2934],[-3.372299, 53.2926],[-3.373701, 53.2924],[-3.374501, 53.2928],[-3.375299, 53.2935],[-3.378901, 53.2959],[-3.38, 53.2972],[-3.381201, 53.2989],[-3.3819, 53.3004],[-3.38260, 53.3012],[-3.3882, 53.3007],[-3.392699, 53.3013],[-3.393501, 53.3018],[-3.39360, 53.3028],[-3.39360, 53.3051],[-3.392499, 53.3064],[-3.39080, 53.3069],[-3.3905, 53.3076],[-3.3907, 53.3088],[-3.3885, 53.3098],[-3.3878, 53.3107],[-3.3836, 53.3125],[-3.381299, 53.3139],[-3.381099, 53.3143],[-3.3815, 53.3153],[-3.382299, 53.3152],[-3.385499, 53.3144],[-3.390399, 53.3135],[-3.394, 53.3129],[-3.3942, 53.3126],[-3.3938, 53.3114],[-3.394, 53.311],[-3.398299, 53.3095],[-3.398799, 53.3095],[-3.4, 53.3122],[-3.400199, 53.3149],[-3.399101, 53.318],[-3.3979, 53.3205],[-3.3964, 53.3248],[-3.39500, 53.3262],[-3.3941, 53.327],[-3.3933, 53.3271],[-3.392699, 53.3269],[-3.3922, 53.3263],[-3.3919, 53.3243],[-3.39150, 53.3235],[-3.3905, 53.3234],[-3.38660, 53.3247],[-3.382699, 53.3262],[-3.3784, 53.3282],[-3.377001, 53.3289],[-3.377001, 53.3294],[-3.3778, 53.3319],[-3.3775, 53.3324],[-3.3762, 53.3329],[-3.3742, 53.3337],[-3.3731, 53.3347],[-3.372499, 53.3349],[-3.370899, 53.3349],[-3.3705, 53.335],[-3.3701, 53.3374],[-3.3684, 53.3420],[-3.369101, 53.3436],[-3.368701, 53.3456],[-3.362499, 53.3464],[-3.362299, 53.3487],[-3.363199, 53.3492],[-3.360899, 53.3498],[-3.3529, 53.3527],[-3.348701, 53.3539],[-3.3461, 53.3545],[-3.3424, 53.3551],[-3.338701, 53.3556],[-3.334399, 53.3565],[-3.328901, 53.3577],[-3.326299, 53.3582],[-3.3234, 53.3586],[-3.32160, 53.3587],[-3.316299, 53.3588],[-3.3148, 53.3586],[-3.31380, 53.3585],[-3.312001, 53.3583],[-3.311201, 53.3581],[-3.310899, 53.3577],[-3.310899, 53.3575],[-3.311001, 53.3572],[-3.31170, 53.3564],[-3.311899, 53.3560],[-3.312001, 53.3557],[-3.312001, 53.3552],[-3.31150, 53.3536],[-3.310499, 53.3514],[-3.309999, 53.3505],[-3.30940, 53.3495],[-3.3092, 53.3488],[-3.309101, 53.3482],[-3.3093, 53.3479],[-3.30960, 53.3479],[-3.3101, 53.3480],[-3.312299, 53.3487],[-3.3127, 53.3489],[-3.313299, 53.3494],[-3.3137, 53.3498],[-3.31380, 53.3501],[-3.313999, 53.3508],[-3.3139, 53.3516],[-3.3139, 53.3532],[-3.314101, 53.3543],[-3.314199, 53.3548],[-3.314501, 53.3549],[-3.314699, 53.3549],[-3.315, 53.3547],[-3.315099, 53.3544],[-3.315099, 53.3536],[-3.315, 53.3523],[-3.3148, 53.3511],[-3.314699, 53.3505],[-3.314501, 53.3497],[-3.314301, 53.3492],[-3.31360, 53.3484],[-3.3127, 53.3479],[-3.31150, 53.3477],[-3.310899, 53.3476],[-3.3106, 53.3475],[-3.3099, 53.3469],[-3.30940, 53.3465],[-3.308901, 53.346],[-3.308701, 53.3455],[-3.308901, 53.3450],[-3.309101, 53.3448],[-3.30960, 53.3443],[-3.3106, 53.3437],[-3.310699, 53.3435],[-3.3108, 53.3433],[-3.310699, 53.3432],[-3.3104, 53.3431],[-3.309799, 53.3431],[-3.3092, 53.3431],[-3.309, 53.3430],[-3.3088, 53.3429],[-3.308599, 53.3427],[-3.308399, 53.3421],[-3.308599, 53.3409],[-3.308399, 53.3402],[-3.3081, 53.3397],[-3.3071, 53.3387],[-3.304399, 53.337],[-3.298399, 53.3333],[-3.294399, 53.3308],[-3.2883, 53.3273],[-3.2732, 53.3207],[-3.272599, 53.3206],[-3.271899, 53.3206],[-3.2708, 53.3209],[-3.270299, 53.321],[-3.2697, 53.3211],[-3.2692, 53.3211],[-3.268901, 53.3205],[-3.2686, 53.32],[-3.2683, 53.3197],[-3.267999, 53.3195],[-3.267699, 53.3194],[-3.2674, 53.3195],[-3.2672, 53.3198],[-3.2672, 53.3203],[-3.2676, 53.3214],[-3.2676, 53.322],[-3.267499, 53.3223],[-3.2674, 53.3226],[-3.2672, 53.3229],[-3.26690, 53.3232],[-3.2657, 53.324],[-3.262599, 53.3255],[-3.2621, 53.3256],[-3.261801, 53.3254],[-3.2616, 53.3252],[-3.262001, 53.3248],[-3.2635, 53.3239],[-3.26500, 53.3223],[-3.265199, 53.322],[-3.2653, 53.3215],[-3.2653, 53.3212],[-3.2651, 53.3208],[-3.26460, 53.3202],[-3.263999, 53.3196],[-3.2635, 53.3191],[-3.263099, 53.3189],[-3.261801, 53.3184],[-3.26060, 53.3184],[-3.2599, 53.3181],[-3.2593, 53.3175],[-3.258701, 53.3165],[-3.2576, 53.3149],[-3.256601, 53.3141],[-3.255199, 53.3134],[-3.251801, 53.312],[-3.247299, 53.3118],[-3.246201, 53.3116],[-3.24580, 53.3115],[-3.244501, 53.311],[-3.243999, 53.3108],[-3.234999, 53.3067],[-3.2346, 53.3064],[-3.2342, 53.306],[-3.233901, 53.3057],[-3.2335, 53.3052],[-3.2327, 53.3048],[-3.2314, 53.3041],[-3.2228, 53.3009],[-3.214101, 53.2984],[-3.202399, 53.2938],[-3.19980, 53.2927],[-3.198299, 53.2920],[-3.189199, 53.2866],[-3.1856, 53.2838],[-3.1824, 53.2818],[-3.17870, 53.2798],[-3.174799, 53.2783],[-3.1731, 53.2777],[-3.171099, 53.2769],[-3.1702, 53.2764],[-3.1668, 53.2745],[-3.163, 53.2722],[-3.159699, 53.2701],[-3.1584, 53.2694],[-3.1561, 53.268],[-3.1529, 53.2661],[-3.150899, 53.2649],[-3.146699, 53.262],[-3.141001, 53.2595],[-3.1385, 53.2587],[-3.1366, 53.2582],[-3.1356, 53.258],[-3.1329, 53.2578],[-3.1318, 53.2579],[-3.1315, 53.2576],[-3.1315, 53.2572],[-3.13200, 53.2566],[-3.1331, 53.2556],[-3.1331, 53.2554],[-3.1331, 53.2551],[-3.132999, 53.2549],[-3.1328, 53.2548],[-3.131401, 53.2556],[-3.130899, 53.2558],[-3.1305, 53.2559],[-3.12990, 53.2558],[-3.1296, 53.2557],[-3.1294, 53.2555],[-3.128901, 53.2538],[-3.1287, 53.2534],[-3.1284, 53.2531],[-3.1277, 53.2526],[-3.125, 53.2511],[-3.1215, 53.2495],[-3.1157, 53.2476],[-3.113701, 53.2467],[-3.111401, 53.2457],[-3.109301, 53.2447],[-3.1094, 53.2444],[-3.11180, 53.2443],[-3.1119, 53.2441],[-3.1119, 53.244],[-3.1117, 53.2438],[-3.111401, 53.2437],[-3.1108, 53.2436],[-3.109699, 53.2435],[-3.1085, 53.2433],[-3.108099, 53.243],[-3.108, 53.2425],[-3.1077, 53.2424],[-3.106899, 53.2425],[-3.105299, 53.2426],[-3.1047, 53.2425],[-3.104199, 53.2423],[-3.103199, 53.2418],[-3.1005, 53.2402],[-3.0978, 53.239],[-3.097001, 53.2389],[-3.0969, 53.239],[-3.09730, 53.2394],[-3.09750, 53.2396],[-3.0976, 53.2398],[-3.09750, 53.2401],[-3.097399, 53.2403],[-3.09730, 53.2404],[-3.097001, 53.2405],[-3.095299, 53.2404],[-3.0941, 53.2402],[-3.0931, 53.24],[-3.0918, 53.2397],[-3.08950, 53.242],[-3.091001, 53.2427],[-3.0917, 53.2431],[-3.0918, 53.2433],[-3.0919, 53.2435],[-3.0918, 53.2438],[-3.09160, 53.2439],[-3.089301, 53.2428],[-3.088701, 53.2426],[-3.088099, 53.2426],[-3.0871, 53.2427],[-3.086, 53.2428],[-3.084399, 53.2428],[-3.082299, 53.2427],[-3.07920, 53.2424],[-3.0782, 53.2423],[-3.0775, 53.2421],[-3.076801, 53.2418],[-3.076299, 53.2415],[-3.0761, 53.2412],[-3.0762, 53.2409],[-3.076601, 53.2401],[-3.07730, 53.2396],[-3.0782, 53.2391],[-3.078399, 53.2387],[-3.078399, 53.2385],[-3.0783, 53.2382],[-3.077899, 53.2379],[-3.0762, 53.2371],[-3.074699, 53.2368],[-3.07240, 53.2367],[-3.071201, 53.2370],[-3.068901, 53.2382],[-3.068399, 53.2383],[-3.0678, 53.2382],[-3.0673, 53.2379],[-3.066801, 53.2373],[-3.064699, 53.2353],[-3.0599, 53.2332],[-3.0593, 53.2329],[-3.058901, 53.2327],[-3.058199, 53.2325],[-3.057499, 53.233],[-3.05810, 53.2334],[-3.059799, 53.2341],[-3.0627, 53.2355],[-3.064101, 53.2362],[-3.0662, 53.238],[-3.066801, 53.2386],[-3.0673, 53.2388],[-3.0683, 53.2389],[-3.069799, 53.2388],[-3.0716, 53.238],[-3.0722, 53.2376],[-3.07290, 53.2373],[-3.073999, 53.2374],[-3.0748, 53.2375],[-3.0755, 53.2376],[-3.0762, 53.2379],[-3.076801, 53.2382],[-3.077001, 53.2385],[-3.0769, 53.2388],[-3.074699, 53.2395],[-3.074199, 53.2402],[-3.0738, 53.2411],[-3.072599, 53.2425],[-3.069799, 53.2429],[-3.068501, 53.2434],[-3.0669, 53.2443],[-3.0657, 53.245],[-3.065099, 53.2455],[-3.0652, 53.2463],[-3.0657, 53.2465],[-3.0662, 53.2465],[-3.0676, 53.2464],[-3.0693, 53.2461],[-3.0711, 53.245],[-3.07240, 53.2447],[-3.0746, 53.2447],[-3.077899, 53.2449],[-3.079101, 53.2454],[-3.084199, 53.2467],[-3.0848, 53.2472],[-3.0848, 53.2478],[-3.084899, 53.2481],[-3.0852, 53.2483],[-3.087699, 53.248],[-3.0899, 53.2481],[-3.091401, 53.2487],[-3.092499, 53.2496],[-3.0934, 53.2498],[-3.095599, 53.2488],[-3.097001, 53.2488],[-3.09750, 53.249],[-3.098, 53.2495],[-3.098599, 53.2503],[-3.099, 53.2512],[-3.099, 53.2517],[-3.098901, 53.2521],[-3.098599, 53.2527],[-3.098, 53.2537],[-3.097199, 53.2545],[-3.096601, 53.2548],[-3.0957, 53.2551],[-3.094501, 53.2552],[-3.092, 53.2549],[-3.0906, 53.2548],[-3.089301, 53.2549],[-3.087699, 53.2552],[-3.086699, 53.2554],[-3.085599, 53.2555],[-3.084899, 53.2555],[-3.084501, 53.2553],[-3.084199, 53.2551],[-3.0837, 53.2548],[-3.0833, 53.2544],[-3.082099, 53.2527],[-3.0815, 53.2522],[-3.080699, 53.2517],[-3.07940, 53.251],[-3.078799, 53.2508],[-3.0778, 53.2506],[-3.07730, 53.2507],[-3.0769, 53.2508],[-3.076401, 53.2511],[-3.0761, 53.2513],[-3.076, 53.2515],[-3.076, 53.2517],[-3.0761, 53.2518],[-3.076401, 53.2518],[-3.0776, 53.2519],[-3.078099, 53.2521],[-3.0793, 53.2531],[-3.081001, 53.2542],[-3.0817, 53.2547],[-3.08250, 53.2555],[-3.0831, 53.256],[-3.084301, 53.2566],[-3.085099, 53.2569],[-3.088599, 53.2573],[-3.089101, 53.2573],[-3.0901, 53.2575],[-3.091001, 53.2578],[-3.09160, 53.2583],[-3.092, 53.2586],[-3.092799, 53.2595],[-3.09470, 53.26],[-3.095599, 53.2604],[-3.0962, 53.2609],[-3.096601, 53.2618],[-3.097699, 53.263],[-3.098701, 53.2634],[-3.099699, 53.263],[-3.0999, 53.2624],[-3.1003, 53.2613],[-3.1008, 53.2611],[-3.101099, 53.261],[-3.101401, 53.2611],[-3.1018, 53.2613],[-3.102099, 53.2624],[-3.1022, 53.2633],[-3.102099, 53.2643],[-3.102099, 53.266],[-3.102, 53.2671],[-3.10170, 53.2681],[-3.101099, 53.2686],[-3.09940, 53.267],[-3.091001, 53.2606],[-3.0848, 53.2573],[-3.082999, 53.2566],[-3.0778, 53.2552],[-3.0762, 53.2547],[-3.071201, 53.2537],[-3.064399, 53.2532],[-3.056601, 53.2529],[-3.0427, 53.2521],[-3.03460, 53.2519],[-3.027, 53.2494],[-3.0172, 53.2452],[-3.010299, 53.2423],[-3.0058, 53.2402],[-3, 53.2374],[-2.9972, 53.236],[-2.9686, 53.2212],[-2.9632, 53.2179],[-2.959199, 53.2162],[-2.95440, 53.2142],[-2.9507, 53.213],[-2.9484, 53.2119],[-2.9458, 53.2086],[-2.942699, 53.2044],[-2.939301, 53.2006],[-2.9381, 53.1996],[-2.933901, 53.1967],[-2.931099, 53.1954],[-2.9267, 53.1936],[-2.923199, 53.1912],[-2.921499, 53.1894],[-2.9198, 53.187],[-2.919101, 53.1858],[-2.9185, 53.1828],[-2.9187, 53.1821],[-2.9202, 53.1784],[-2.922199, 53.1743],[-2.922499, 53.1734],[-2.924599, 53.1724],[-2.9272, 53.1712],[-2.92810, 53.1707],[-2.93210, 53.1692],[-2.93440, 53.1683],[-2.9402, 53.166],[-2.943399, 53.1650],[-2.944999, 53.1664],[-2.945499, 53.1667],[-2.945899, 53.1667],[-2.9468, 53.1666],[-2.948299, 53.1661],[-2.951601, 53.1652],[-2.9553, 53.1640],[-2.965499, 53.1598],[-2.9658, 53.1598],[-2.9676, 53.1609],[-2.967999, 53.1609],[-2.9684, 53.1607],[-2.9686, 53.1606],[-2.9697, 53.16],[-2.9707, 53.1592],[-2.972899, 53.1575],[-2.9768, 53.1565],[-2.9797, 53.1565],[-2.9807, 53.1567],[-2.981801, 53.1577],[-2.98300, 53.1584],[-2.983599, 53.1587],[-2.983901, 53.1585],[-2.985399, 53.1573],[-2.986099, 53.1571],[-2.987999, 53.1578],[-2.988701, 53.1578],[-2.989501, 53.1577],[-2.99, 53.1574],[-2.99100, 53.1565],[-2.99120, 53.1561],[-2.991499, 53.1554],[-2.991601, 53.1550],[-2.9913, 53.1546],[-2.9906, 53.1542],[-2.98090, 53.1541],[-2.9798, 53.1544],[-2.97880, 53.1543],[-2.977999, 53.1542],[-2.9772, 53.1538],[-2.977099, 53.1535],[-2.978199, 53.1518],[-2.9784, 53.1512],[-2.9786, 53.1504],[-2.97880, 53.149],[-2.97900, 53.1475],[-2.9789, 53.1469],[-2.9786, 53.1465],[-2.973901, 53.1426],[-2.9679, 53.1371],[-2.965499, 53.1349],[-2.963701, 53.1327],[-2.962699, 53.1318]]]]}, properties:{name:"Flintshire (Sir Y Fflint)"}}, {type:"Feature", geometry:{type:"MultiPolygon", coordinates:[[[[-3.98090, 53.2442],[-3.9781, 53.2405],[-3.9751, 53.2376],[-3.9698, 53.2339],[-3.9572, 53.2257],[-3.9466, 53.2203],[-3.938299, 53.2170],[-3.934999, 53.2158],[-3.92790, 53.2136],[-3.9252, 53.2106],[-3.9249, 53.2089],[-3.9254, 53.2067],[-3.9265, 53.2036],[-3.9282, 53.1999],[-3.93000, 53.1963],[-3.932499, 53.1937],[-3.936001, 53.1916],[-3.939399, 53.1899],[-3.943799, 53.1886],[-3.949301, 53.189],[-3.9519, 53.1882],[-3.9532, 53.1868],[-3.953701, 53.1852],[-3.957799, 53.1823],[-3.9598, 53.1803],[-3.961, 53.1784],[-3.9621, 53.1753],[-3.9633, 53.1727],[-3.9658, 53.1682],[-3.9684, 53.1638],[-3.971801, 53.16],[-3.973701, 53.1582],[-3.9763, 53.1575],[-3.980799, 53.1562],[-3.984101, 53.1553],[-3.9888, 53.1543],[-3.9923, 53.1543],[-3.994101, 53.1536],[-3.997, 53.1517],[-4.001, 53.1488],[-4.005599, 53.1449],[-4.0075, 53.1425],[-4.0107, 53.1372],[-4.0138, 53.1315],[-4.0164, 53.1264],[-4.0165, 53.1255],[-4.0137, 53.1252],[-4.0107, 53.1253],[-4.009799, 53.1254],[-4.006499, 53.1265],[-4.004399, 53.127],[-4.001601, 53.1271],[-3.999599, 53.1272],[-3.99670, 53.127],[-3.995699, 53.127],[-3.994999, 53.1264],[-3.994699, 53.1251],[-3.99480, 53.1241],[-3.994999, 53.1239],[-3.995699, 53.1235],[-3.996601, 53.1231],[-3.998399, 53.1226],[-4.0088, 53.1219],[-4.012899, 53.1215],[-4.0172, 53.1218],[-4.020899, 53.1224],[-4.021801, 53.121],[-4.0225, 53.1191],[-4.022799, 53.1182],[-4.0235, 53.1161],[-4.0247, 53.1142],[-4.025499, 53.1133],[-4.026401, 53.1127],[-4.026899, 53.1123],[-4.0274, 53.1105],[-4.0279, 53.1084],[-4.0281, 53.1059],[-4.0281, 53.1039],[-4.027699, 53.1022],[-4.0272, 53.1018],[-4.0253, 53.1014],[-4.023701, 53.1014],[-4.0219, 53.1016],[-4.020599, 53.1021],[-4.019599, 53.1023],[-4.018799, 53.102],[-4.0185, 53.1016],[-4.019, 53.1003],[-4.018799, 53.0992],[-4.0183, 53.0984],[-4.017001, 53.0976],[-4.0152, 53.0967],[-4.014599, 53.0958],[-4.0143, 53.0950],[-4.013999, 53.0923],[-4.013901, 53.0908],[-4.013501, 53.0896],[-4.0116, 53.0891],[-4.0096, 53.0891],[-4.008399, 53.0888],[-4.007599, 53.0875],[-4.006899, 53.0858],[-4.0057, 53.0846],[-4.003901, 53.0837],[-4.0025, 53.0831],[-4.001801, 53.0827],[-3.9983, 53.0827],[-3.9974, 53.0825],[-3.997, 53.0816],[-3.9958, 53.0812],[-3.991801, 53.0816],[-3.990299, 53.0817],[-3.9899, 53.0813],[-3.9909, 53.0801],[-3.992199, 53.0782],[-3.993099, 53.0764],[-3.9935, 53.0748],[-3.993099, 53.0742],[-3.990799, 53.0739],[-3.990299, 53.0738],[-3.9897, 53.0734],[-3.9893, 53.0718],[-3.98890, 53.0711],[-3.98680, 53.071],[-3.986401, 53.0711],[-3.986001, 53.0707],[-3.9856, 53.0693],[-3.9848, 53.0689],[-3.983999, 53.0694],[-3.983299, 53.0697],[-3.982001, 53.0691],[-3.9812, 53.0665],[-3.9811, 53.063],[-3.9821, 53.0606],[-3.9834, 53.0599],[-3.9856, 53.0592],[-3.987299, 53.0585],[-3.9891, 53.0569],[-3.991699, 53.0557],[-3.994501, 53.0536],[-3.995399, 53.0519],[-3.995199, 53.0506],[-3.994301, 53.0475],[-3.9942, 53.0453],[-3.9958, 53.0393],[-3.994999, 53.0356],[-3.992001, 53.0287],[-3.9909, 53.0269],[-3.9904, 53.0255],[-3.990099, 53.0236],[-3.9907, 53.0197],[-3.9902, 53.0182],[-3.989, 53.017],[-3.987499, 53.0162],[-3.9865, 53.0146],[-3.986001, 53.0123],[-3.9769, 53.0112],[-3.9733, 53.0106],[-3.96830, 53.0104],[-3.9628, 53.0115],[-3.95610, 53.0134],[-3.9512, 53.015],[-3.94740, 53.0165],[-3.9425, 53.0171],[-3.9372, 53.0186],[-3.935499, 53.0187],[-3.932499, 53.0186],[-3.9302, 53.0187],[-3.9254, 53.0207],[-3.923399, 53.0211],[-3.919199, 53.0208],[-3.916699, 53.0208],[-3.9159, 53.021],[-3.9154, 53.0214],[-3.913901, 53.023],[-3.912899, 53.0233],[-3.911801, 53.0234],[-3.903501, 53.0213],[-3.90330, 53.0209],[-3.903399, 53.0202],[-3.903199, 53.0194],[-3.9019, 53.0165],[-3.900599, 53.0157],[-3.899501, 53.0153],[-3.899199, 53.0149],[-3.899199, 53.0139],[-3.9003, 53.0086],[-3.899899, 53.0061],[-3.8996, 53.0056],[-3.8522, 52.9767],[-3.8508, 52.9747],[-3.849301, 52.9720],[-3.847699, 52.9689],[-3.8469, 52.9661],[-3.8459, 52.9640],[-3.8461, 52.9611],[-3.8455, 52.9598],[-3.844301, 52.9591],[-3.8395, 52.9586],[-3.837199, 52.9586],[-3.83550, 52.9582],[-3.8333, 52.9575],[-3.8301, 52.9558],[-3.827001, 52.9543],[-3.824501, 52.9534],[-3.82160, 52.9525],[-3.8162, 52.9518],[-3.8095, 52.9516],[-3.799, 52.9544],[-3.79530, 52.9556],[-3.790299, 52.9545],[-3.78500, 52.9545],[-3.7779, 52.9561],[-3.774699, 52.9579],[-3.769599, 52.9627],[-3.7635, 52.968],[-3.757999, 52.9723],[-3.7488, 52.9761],[-3.741601, 52.9781],[-3.736201, 52.9795],[-3.7288, 52.9802],[-3.7187, 52.9815],[-3.7066, 52.9829],[-3.701299, 53.0304],[-3.6953, 53.041],[-3.69470, 53.0417],[-3.694, 53.0419],[-3.6933, 53.0416],[-3.6882, 53.038],[-3.687999, 53.0375],[-3.688299, 53.0365],[-3.6885, 53.0360],[-3.688999, 53.0356],[-3.691099, 53.0349],[-3.694999, 53.0340],[-3.695499, 53.0337],[-3.696001, 53.0331],[-3.6963, 53.0325],[-3.6964, 53.0321],[-3.6964, 53.0317],[-3.6963, 53.0314],[-3.6943, 53.0306],[-3.683701, 53.0257],[-3.681201, 53.0242],[-3.678999, 53.0232],[-3.6767, 53.0224],[-3.673901, 53.021],[-3.673599, 53.0205],[-3.67280, 53.0191],[-3.672199, 53.0175],[-3.672, 53.016],[-3.672199, 53.0155],[-3.67660, 53.0112],[-3.684999, 53.0007],[-3.68650, 52.9983],[-3.6872, 52.9963],[-3.6874, 52.9953],[-3.687599, 52.9938],[-3.6875, 52.9929],[-3.687299, 52.9923],[-3.6868, 52.9916],[-3.684999, 52.9899],[-3.683199, 52.9888],[-3.681499, 52.9883],[-3.680399, 52.9886],[-3.67870, 52.9902],[-3.6779, 52.9911],[-3.67660, 52.9936],[-3.6761, 52.9942],[-3.674999, 52.995],[-3.673599, 52.9957],[-3.67260, 52.9961],[-3.671601, 52.9964],[-3.6698, 52.9968],[-3.66840, 52.997],[-3.665699, 52.9969],[-3.663199, 52.9967],[-3.661, 52.9965],[-3.657799, 52.9965],[-3.65410, 52.9982],[-3.650399, 52.9997],[-3.646899, 53.0006],[-3.6465, 53.0008],[-3.6457, 53.0019],[-3.6451, 53.0026],[-3.64420, 53.0033],[-3.6424, 53.0041],[-3.6396, 53.0055],[-3.637599, 53.0063],[-3.6213, 53.0104],[-3.615, 53.0117],[-3.611601, 53.0116],[-3.6098, 53.0117],[-3.6061, 53.0115],[-3.6041, 53.0113],[-3.6016, 53.011],[-3.5984, 53.011],[-3.5985, 53.0105],[-3.598901, 53.0099],[-3.6001, 53.009],[-3.600699, 53.0081],[-3.6033, 53.0033],[-3.6077, 52.9984],[-3.608, 52.9977],[-3.608099, 52.9971],[-3.607899, 52.9967],[-3.6075, 52.9964],[-3.6047, 52.9955],[-3.6018, 52.9934],[-3.6005, 52.9921],[-3.5998, 52.9911],[-3.59940, 52.9876],[-3.59940, 52.9865],[-3.59920, 52.9858],[-3.596601, 52.98],[-3.5937, 52.9763],[-3.5916, 52.9738],[-3.590199, 52.9723],[-3.588399, 52.9709],[-3.586299, 52.9698],[-3.58320, 52.9687],[-3.5822, 52.9685],[-3.57920, 52.9682],[-3.57690, 52.9683],[-3.57500, 52.9685],[-3.57290, 52.9689],[-3.570899, 52.9699],[-3.569, 52.9704],[-3.5676, 52.9704],[-3.566401, 52.9702],[-3.5639, 52.9692],[-3.5613, 52.9686],[-3.559101, 52.9685],[-3.556401, 52.9688],[-3.551201, 52.9692],[-3.546801, 52.9691],[-3.5446, 52.9688],[-3.541201, 52.9699],[-3.538199, 52.9715],[-3.536201, 52.9728],[-3.534899, 52.9733],[-3.5332, 52.9735],[-3.53160, 52.9732],[-3.528901, 52.9727],[-3.525899, 52.9720],[-3.522001, 52.9707],[-3.5181, 52.9701],[-3.5123, 52.9699],[-3.510799, 52.9698],[-3.5088, 52.9695],[-3.508199, 52.9693],[-3.50720, 52.9673],[-3.5068, 52.9668],[-3.5057, 52.9664],[-3.504101, 52.9665],[-3.502199, 52.9668],[-3.497999, 52.9682],[-3.494999, 52.9691],[-3.492001, 52.9709],[-3.4909, 52.9714],[-3.489599, 52.9717],[-3.487999, 52.9714],[-3.4845, 52.9703],[-3.482899, 52.9701],[-3.481499, 52.9702],[-3.480099, 52.9708],[-3.479501, 52.9713],[-3.4783, 52.9739],[-3.475699, 52.9772],[-3.4742, 52.9781],[-3.470099, 52.9796],[-3.4656, 52.9811],[-3.4644, 52.9821],[-3.4612, 52.9840],[-3.461, 52.9839],[-3.460599, 52.9838],[-3.455199, 52.9833],[-3.451, 52.9828],[-3.4461, 52.9838],[-3.4444, 52.9834],[-3.440799, 52.9825],[-3.4407, 52.9822],[-3.441, 52.9791],[-3.443901, 52.9767],[-3.444999, 52.9757],[-3.445899, 52.9746],[-3.446201, 52.9741],[-3.4466, 52.9708],[-3.4466, 52.9695],[-3.445899, 52.966],[-3.4465, 52.9641],[-3.4472, 52.9632],[-3.448501, 52.9624],[-3.45250, 52.9602],[-3.4561, 52.9582],[-3.457799, 52.9575],[-3.460599, 52.9562],[-3.4625, 52.9557],[-3.463701, 52.955],[-3.470599, 52.9479],[-3.480099, 52.9445],[-3.482001, 52.9433],[-3.4821, 52.9429],[-3.481899, 52.9413],[-3.481601, 52.9403],[-3.481699, 52.9397],[-3.4823, 52.9388],[-3.483999, 52.9374],[-3.486201, 52.9359],[-3.488501, 52.9344],[-3.4897, 52.9333],[-3.489599, 52.9326],[-3.48910, 52.9323],[-3.4883, 52.9321],[-3.484999, 52.9315],[-3.4846, 52.931],[-3.4834, 52.9290],[-3.477799, 52.9288],[-3.477, 52.9262],[-3.471699, 52.9258],[-3.46870, 52.9236],[-3.468501, 52.9207],[-3.4683, 52.9204],[-3.467799, 52.9203],[-3.467099, 52.9202],[-3.465199, 52.9202],[-3.4646, 52.9199],[-3.46450, 52.9196],[-3.4646, 52.9192],[-3.466201, 52.9172],[-3.46680, 52.9161],[-3.467299, 52.9147],[-3.468199, 52.9142],[-3.4744, 52.9111],[-3.475899, 52.9105],[-3.478199, 52.9096],[-3.48, 52.9089],[-3.48490, 52.9073],[-3.4856, 52.9069],[-3.486201, 52.9065],[-3.4863, 52.9058],[-3.4846, 52.9029],[-3.4842, 52.9021],[-3.4842, 52.9007],[-3.483999, 52.8982],[-3.483799, 52.8973],[-3.483599, 52.8967],[-3.482599, 52.8954],[-3.481801, 52.8947],[-3.481499, 52.8943],[-3.481499, 52.8917],[-3.4814, 52.8898],[-3.481, 52.8891],[-3.479399, 52.8872],[-3.4776, 52.8853],[-3.47670, 52.8829],[-3.4763, 52.8796],[-3.476099, 52.8754],[-3.476201, 52.8749],[-3.4776, 52.8715],[-3.47900, 52.8687],[-3.481699, 52.8658],[-3.4856, 52.8604],[-3.48680, 52.8584],[-3.48700, 52.8579],[-3.487299, 52.8571],[-3.4876, 52.8560],[-3.4881, 52.8533],[-3.4886, 52.8509],[-3.48910, 52.8495],[-3.4902, 52.8481],[-3.5028, 52.8391],[-3.505199, 52.8382],[-3.5089, 52.8374],[-3.515399, 52.8355],[-3.516201, 52.8354],[-3.518199, 52.8354],[-3.519599, 52.8356],[-3.521699, 52.8373],[-3.5225, 52.8377],[-3.523999, 52.838],[-3.526801, 52.8382],[-3.52950, 52.8382],[-3.532001, 52.838],[-3.53650, 52.8374],[-3.5532, 52.8335],[-3.5603, 52.8318],[-3.5631, 52.8311],[-3.564699, 52.8309],[-3.5653, 52.8306],[-3.565399, 52.83],[-3.565, 52.8291],[-3.564399, 52.8279],[-3.564199, 52.8264],[-3.5646, 52.8251],[-3.565, 52.8245],[-3.5655, 52.8241],[-3.565799, 52.8239],[-3.566601, 52.8236],[-3.5676, 52.8234],[-3.56820, 52.8234],[-3.5693, 52.8235],[-3.5793, 52.8272],[-3.584199, 52.8281],[-3.585099, 52.828],[-3.5854, 52.8278],[-3.587399, 52.8252],[-3.5919, 52.8178],[-3.594301, 52.8156],[-3.59470, 52.815],[-3.595099, 52.814],[-3.5957, 52.8102],[-3.596299, 52.8061],[-3.596601, 52.8052],[-3.5969, 52.8047],[-3.597399, 52.8041],[-3.5985, 52.8032],[-3.600399, 52.8016],[-3.6033, 52.7997],[-3.60550, 52.7980],[-3.606801, 52.7966],[-3.607001, 52.7959],[-3.607001, 52.7941],[-3.6061, 52.7892],[-3.60570, 52.7886],[-3.605299, 52.7881],[-3.6041, 52.7871],[-3.602, 52.786],[-3.5978, 52.7844],[-3.597001, 52.7840],[-3.596499, 52.7837],[-3.5964, 52.7832],[-3.596699, 52.7816],[-3.596601, 52.7795],[-3.596299, 52.7785],[-3.5955, 52.7764],[-3.594599, 52.7743],[-3.592299, 52.7711],[-3.5913, 52.7699],[-3.588701, 52.7664],[-3.5885, 52.7659],[-3.588701, 52.7655],[-3.5895, 52.7644],[-3.5908, 52.7628],[-3.5939, 52.7591],[-3.594199, 52.7581],[-3.594, 52.7574],[-3.590899, 52.7527],[-3.588799, 52.7498],[-3.589101, 52.7453],[-3.589, 52.7438],[-3.588901, 52.7432],[-3.588599, 52.7425],[-3.5882, 52.7416],[-3.587699, 52.7410],[-3.586801, 52.7403],[-3.584301, 52.739],[-3.582799, 52.7383],[-3.5824, 52.7381],[-3.582099, 52.7378],[-3.5817, 52.7362],[-3.5822, 52.7353],[-3.5834, 52.7348],[-3.5838, 52.7348],[-3.585, 52.7352],[-3.586299, 52.7353],[-3.5876, 52.7354],[-3.5883, 52.7352],[-3.589101, 52.7348],[-3.5897, 52.7343],[-3.591401, 52.7319],[-3.5929, 52.7302],[-3.5948, 52.7281],[-3.596801, 52.7262],[-3.5982, 52.7244],[-3.5999, 52.7209],[-3.601099, 52.7195],[-3.601099, 52.7184],[-3.60060, 52.7177],[-3.5995, 52.7175],[-3.59940, 52.7167],[-3.5995, 52.7163],[-3.60060, 52.7149],[-3.6016, 52.7132],[-3.5999, 52.712],[-3.6018, 52.7099],[-3.602099, 52.7091],[-3.6022, 52.7082],[-3.602, 52.7076],[-3.598799, 52.7055],[-3.598799, 52.705],[-3.599301, 52.7048],[-3.600899, 52.7044],[-3.602499, 52.704],[-3.606699, 52.7027],[-3.612099, 52.7007],[-3.615299, 52.6992],[-3.6178, 52.6978],[-3.61980, 52.6973],[-3.623501, 52.6967],[-3.627001, 52.6964],[-3.631299, 52.6963],[-3.637001, 52.6959],[-3.640399, 52.6956],[-3.6431, 52.6951],[-3.6454, 52.695],[-3.647001, 52.6948],[-3.648299, 52.6944],[-3.651099, 52.6933],[-3.653501, 52.6926],[-3.6572, 52.692],[-3.658999, 52.692],[-3.6608, 52.692],[-3.663399, 52.6921],[-3.667599, 52.6921],[-3.672899, 52.6924],[-3.673901, 52.6924],[-3.6752, 52.6925],[-3.6765, 52.6927],[-3.6774, 52.6929],[-3.679199, 52.6934],[-3.679899, 52.6936],[-3.680799, 52.6937],[-3.6833, 52.6931],[-3.6844, 52.6927],[-3.6858, 52.692],[-3.6875, 52.691],[-3.6896, 52.6895],[-3.6919, 52.6873],[-3.693399, 52.686],[-3.693799, 52.686],[-3.6943, 52.6861],[-3.694999, 52.687],[-3.6965, 52.687],[-3.69960, 52.6839],[-3.7023, 52.6815],[-3.703, 52.6804],[-3.703, 52.6797],[-3.702199, 52.6788],[-3.701499, 52.6773],[-3.701601, 52.6765],[-3.7019, 52.6757],[-3.702399, 52.6754],[-3.703599, 52.6751],[-3.7049, 52.6746],[-3.705699, 52.6740],[-3.706401, 52.6724],[-3.707999, 52.6700],[-3.7086, 52.6695],[-3.709501, 52.6695],[-3.7112, 52.6701],[-3.71300, 52.6708],[-3.713399, 52.6715],[-3.71320, 52.672],[-3.710799, 52.6746],[-3.7105, 52.6756],[-3.7105, 52.6774],[-3.7107, 52.6783],[-3.71110, 52.6785],[-3.7123, 52.6788],[-3.713599, 52.6790],[-3.7149, 52.6789],[-3.7181, 52.6779],[-3.722199, 52.6772],[-3.725899, 52.6773],[-3.732001, 52.678],[-3.734999, 52.6774],[-3.7356, 52.6775],[-3.7377, 52.6808],[-3.73830, 52.681],[-3.74000, 52.6814],[-3.7425, 52.6816],[-3.7449, 52.6816],[-3.74560, 52.6814],[-3.74630, 52.681],[-3.747499, 52.6798],[-3.7493, 52.6781],[-3.750799, 52.6766],[-3.752399, 52.6745],[-3.7542, 52.6728],[-3.755199, 52.672],[-3.756201, 52.6713],[-3.7568, 52.6710],[-3.7574, 52.6709],[-3.758399, 52.6712],[-3.7592, 52.672],[-3.7602, 52.6727],[-3.7616, 52.6731],[-3.7629, 52.6733],[-3.763999, 52.6733],[-3.7653, 52.6728],[-3.7672, 52.6716],[-3.7678, 52.6714],[-3.768399, 52.6713],[-3.7697, 52.6716],[-3.77070, 52.6718],[-3.771801, 52.6719],[-3.7736, 52.6722],[-3.775599, 52.6724],[-3.7781, 52.6725],[-3.782099, 52.672],[-3.784699, 52.672],[-3.788, 52.6722],[-3.7895, 52.6726],[-3.7915, 52.6733],[-3.794199, 52.6744],[-3.796, 52.6752],[-3.796601, 52.6756],[-3.797499, 52.6763],[-3.798399, 52.6772],[-3.799101, 52.6775],[-3.800499, 52.6779],[-3.8034, 52.6785],[-3.8059, 52.6788],[-3.806801, 52.6787],[-3.808399, 52.6784],[-3.8096, 52.6779],[-3.809999, 52.6776],[-3.810199, 52.6774],[-3.8106, 52.6756],[-3.810899, 52.6751],[-3.81130, 52.6748],[-3.813999, 52.6745],[-3.816601, 52.6741],[-3.818501, 52.6735],[-3.818799, 52.6730],[-3.818501, 52.6705],[-3.818701, 52.6701],[-3.8206, 52.6695],[-3.82180, 52.6685],[-3.824399, 52.6662],[-3.8303, 52.6622],[-3.837001, 52.6571],[-3.838399, 52.6561],[-3.8396, 52.655],[-3.8406, 52.6532],[-3.8405, 52.6516],[-3.8406, 52.6492],[-3.841001, 52.6475],[-3.84160, 52.6462],[-3.843501, 52.6435],[-3.844301, 52.6424],[-3.844501, 52.6413],[-3.844301, 52.6404],[-3.8436, 52.6395],[-3.8427, 52.6388],[-3.8394, 52.6378],[-3.835799, 52.6363],[-3.835099, 52.6356],[-3.835099, 52.6345],[-3.835599, 52.6327],[-3.836499, 52.6313],[-3.83760, 52.6305],[-3.8395, 52.6301],[-3.8455, 52.6294],[-3.8459, 52.6292],[-3.84600, 52.6286],[-3.845599, 52.6274],[-3.844399, 52.6248],[-3.844, 52.6237],[-3.844301, 52.6225],[-3.8448, 52.6218],[-3.84600, 52.6214],[-3.8476, 52.6211],[-3.847899, 52.6207],[-3.848, 52.6197],[-3.8476, 52.6186],[-3.8464, 52.6175],[-3.8457, 52.6153],[-3.844899, 52.6135],[-3.844899, 52.6121],[-3.845099, 52.611],[-3.84600, 52.6096],[-3.846499, 52.608],[-3.8464, 52.6070],[-3.845799, 52.6059],[-3.845599, 52.6044],[-3.84620, 52.6041],[-3.8499, 52.603],[-3.8539, 52.6029],[-3.857599, 52.6022],[-3.858999, 52.6017],[-3.85990, 52.6012],[-3.861601, 52.5994],[-3.865099, 52.5963],[-3.871001, 52.5949],[-3.873701, 52.594],[-3.877599, 52.591],[-3.878599, 52.591],[-3.880599, 52.5904],[-3.881299, 52.5898],[-3.8808, 52.5883],[-3.879699, 52.5874],[-3.879699, 52.5868],[-3.88, 52.586],[-3.8841, 52.5832],[-3.8875, 52.5805],[-3.8884, 52.5794],[-3.891099, 52.5795],[-3.893199, 52.5801],[-3.89500, 52.5805],[-3.896801, 52.5807],[-3.899699, 52.5807],[-3.9022, 52.5801],[-3.9133, 52.5808],[-3.91380, 52.5805],[-3.9165, 52.578],[-3.916899, 52.5773],[-3.917399, 52.5752],[-3.923199, 52.573],[-3.924599, 52.5733],[-3.9261, 52.5734],[-3.927001, 52.573],[-3.927599, 52.5724],[-3.927999, 52.5719],[-3.9286, 52.5707],[-3.929899, 52.5677],[-3.930099, 52.5654],[-3.9302, 52.5630],[-3.929899, 52.5618],[-3.929399, 52.5604],[-3.9265, 52.5567],[-3.9261, 52.556],[-3.930599, 52.5539],[-3.9324, 52.5540],[-3.933199, 52.5545],[-3.9367, 52.5581],[-3.937599, 52.5589],[-3.9388, 52.5597],[-3.9398, 52.5600],[-3.9412, 52.5603],[-3.942699, 52.5603],[-3.9519, 52.5588],[-3.95630, 52.5579],[-3.9581, 52.5573],[-3.96, 52.5563],[-3.963099, 52.5535],[-3.9642, 52.5527],[-3.966001, 52.5522],[-3.967999, 52.5519],[-3.970799, 52.5522],[-3.97460, 52.5553],[-3.975199, 52.5555],[-3.976201, 52.5557],[-3.97860, 52.5549],[-3.983999, 52.5531],[-3.986201, 52.5533],[-3.9888, 52.5531],[-3.9914, 52.5523],[-3.9965, 52.5509],[-3.9972, 52.5505],[-3.997499, 52.5501],[-3.997699, 52.5475],[-3.9986, 52.5462],[-3.9999, 52.5442],[-4.0033, 52.5399],[-4.005599, 52.5379],[-4.0067, 52.5370],[-4.0081, 52.5367],[-4.0096, 52.5364],[-4.010799, 52.536],[-4.0128, 52.5349],[-4.013999, 52.5346],[-4.0152, 52.5344],[-4.0163, 52.5345],[-4.017399, 52.5347],[-4.0185, 52.5351],[-4.020899, 52.5368],[-4.0215, 52.5368],[-4.0265, 52.5353],[-4.039, 52.536],[-4.051001, 52.5374],[-4.0521, 52.5418],[-4.0538, 52.5419],[-4.056001, 52.5418],[-4.0585, 52.5414],[-4.0614, 52.5412],[-4.063, 52.5414],[-4.0644, 52.5418],[-4.066201, 52.5427],[-4.068399, 52.5439],[-4.0703, 52.5452],[-4.072899, 52.5478],[-4.0743, 52.5497],[-4.076099, 52.5529],[-4.079, 52.5577],[-4.081601, 52.562],[-4.092, 52.5753],[-4.096499, 52.5808],[-4.1009, 52.5862],[-4.102499, 52.5882],[-4.1044, 52.5907],[-4.1066, 52.5938],[-4.114501, 52.6013],[-4.1181, 52.6039],[-4.119999, 52.6054],[-4.1222, 52.6070],[-4.122399, 52.6072],[-4.122499, 52.6074],[-4.122399, 52.6076],[-4.1223, 52.6078],[-4.1218, 52.6077],[-4.1208, 52.6074],[-4.1199, 52.6070],[-4.116601, 52.6048],[-4.114301, 52.6040],[-4.113299, 52.6039],[-4.1124, 52.6037],[-4.1111, 52.6034],[-4.1103, 52.6031],[-4.1054, 52.6003],[-4.1034, 52.5992],[-4.1026, 52.599],[-4.1015, 52.599],[-4.1001, 52.5993],[-4.0977, 52.6001],[-4.096499, 52.6004],[-4.095799, 52.6005],[-4.092299, 52.6001],[-4.0916, 52.6001],[-4.0903, 52.6002],[-4.0895, 52.6003],[-4.089, 52.6004],[-4.088799, 52.6005],[-4.088799, 52.6011],[-4.088799, 52.6019],[-4.088399, 52.6022],[-4.087299, 52.6023],[-4.08720, 52.6033],[-4.0879, 52.6037],[-4.0886, 52.6044],[-4.088799, 52.6047],[-4.088799, 52.6051],[-4.0885, 52.6054],[-4.0885, 52.6058],[-4.0886, 52.6059],[-4.089399, 52.6063],[-4.089399, 52.6065],[-4.0895, 52.6069],[-4.090199, 52.6070],[-4.090499, 52.6067],[-4.0907, 52.6060],[-4.090899, 52.6058],[-4.0912, 52.6058],[-4.0917, 52.6060],[-4.0924, 52.6063],[-4.092999, 52.6067],[-4.093599, 52.6070],[-4.094301, 52.6071],[-4.094999, 52.6072],[-4.096099, 52.6071],[-4.0976, 52.6069],[-4.102099, 52.6057],[-4.105599, 52.6049],[-4.1091, 52.6045],[-4.1117, 52.6045],[-4.113599, 52.6048],[-4.1156, 52.6056],[-4.118, 52.6071],[-4.118999, 52.6076],[-4.1206, 52.6077],[-4.122799, 52.6085],[-4.124501, 52.6093],[-4.125299, 52.6101],[-4.1255, 52.6106],[-4.1258, 52.6117],[-4.126, 52.6131],[-4.126, 52.6139],[-4.1258, 52.6149],[-4.1244, 52.6181],[-4.1227, 52.622],[-4.122399, 52.6248],[-4.1222, 52.6259],[-4.122001, 52.6265],[-4.1201, 52.6296],[-4.116899, 52.6333],[-4.1162, 52.6347],[-4.115699, 52.6361],[-4.115099, 52.6396],[-4.1146, 52.6414],[-4.1142, 52.6424],[-4.113599, 52.6434],[-4.112999, 52.6442],[-4.111899, 52.6453],[-4.1104, 52.6467],[-4.107299, 52.6498],[-4.1064, 52.6513],[-4.106, 52.6531],[-4.1054, 52.6546],[-4.1048, 52.6554],[-4.103799, 52.6563],[-4.102099, 52.6572],[-4.101, 52.6578],[-4.1001, 52.6585],[-4.099501, 52.6594],[-4.098599, 52.6616],[-4.098, 52.6622],[-4.097499, 52.6626],[-4.0969, 52.663],[-4.095099, 52.6638],[-4.093901, 52.6649],[-4.093501, 52.6656],[-4.093501, 52.6659],[-4.093999, 52.6661],[-4.0953, 52.6665],[-4.0953, 52.6670],[-4.0953, 52.6675],[-4.095099, 52.6682],[-4.094699, 52.6686],[-4.094501, 52.6688],[-4.0937, 52.6693],[-4.092199, 52.6699],[-4.09, 52.6705],[-4.087399, 52.6711],[-4.0851, 52.6716],[-4.082001, 52.6726],[-4.076099, 52.6772],[-4.0731, 52.6794],[-4.068399, 52.6821],[-4.061299, 52.6857],[-4.056099, 52.6879],[-4.055799, 52.6881],[-4.0555, 52.6884],[-4.0552, 52.6888],[-4.055099, 52.6892],[-4.0549, 52.6902],[-4.0548, 52.6911],[-4.0548, 52.6922],[-4.0549, 52.6929],[-4.055699, 52.696],[-4.056499, 52.6992],[-4.057199, 52.703],[-4.0573, 52.7041],[-4.0574, 52.7053],[-4.0573, 52.7066],[-4.057199, 52.7073],[-4.057099, 52.7078],[-4.057001, 52.7082],[-4.05670, 52.7089],[-4.056201, 52.7094],[-4.055699, 52.7099],[-4.0548, 52.7106],[-4.053501, 52.7116],[-4.052199, 52.7125],[-4.051001, 52.7135],[-4.050099, 52.7143],[-4.0491, 52.7153],[-4.052499, 52.7172],[-4.0538, 52.7171],[-4.0548, 52.7173],[-4.055699, 52.7174],[-4.0569, 52.7174],[-4.0573, 52.7175],[-4.0574, 52.7176],[-4.057499, 52.7178],[-4.057499, 52.718],[-4.057199, 52.7183],[-4.057001, 52.7184],[-4.0563, 52.7184],[-4.0552, 52.7185],[-4.0548, 52.7187],[-4.054501, 52.7189],[-4.0542, 52.7198],[-4.0543, 52.7200],[-4.055099, 52.7205],[-4.056499, 52.7214],[-4.0588, 52.7225],[-4.062099, 52.7246],[-4.0657, 52.7285],[-4.0678, 52.7314],[-4.0691, 52.7332],[-4.0712, 52.7353],[-4.0738, 52.7379],[-4.0762, 52.7407],[-4.079, 52.7447],[-4.08110, 52.7476],[-4.0826, 52.7493],[-4.0847, 52.7514],[-4.0879, 52.7548],[-4.090899, 52.7574],[-4.0969, 52.7619],[-4.1002, 52.7644],[-4.102099, 52.7658],[-4.106, 52.7691],[-4.1086, 52.7715],[-4.109799, 52.7726],[-4.110499, 52.7734],[-4.1106, 52.7742],[-4.110799, 52.7748],[-4.112299, 52.7753],[-4.114699, 52.7768],[-4.124, 52.7845],[-4.1295, 52.7883],[-4.134799, 52.7928],[-4.139599, 52.7975],[-4.145, 52.8023],[-4.146601, 52.8039],[-4.149799, 52.8082],[-4.150199, 52.8092],[-4.1504, 52.8102],[-4.150599, 52.8112],[-4.151, 52.8125],[-4.1511, 52.813],[-4.1511, 52.814],[-4.1507, 52.8151],[-4.149899, 52.8162],[-4.146801, 52.8179],[-4.1451, 52.8191],[-4.1433, 52.82],[-4.139501, 52.8224],[-4.1381, 52.8232],[-4.1368, 52.8237],[-4.135499, 52.8243],[-4.1337, 52.8253],[-4.1325, 52.8258],[-4.1321, 52.826],[-4.131499, 52.8262],[-4.130499, 52.8264],[-4.12990, 52.8264],[-4.1291, 52.8264],[-4.1283, 52.8264],[-4.1276, 52.8263],[-4.127, 52.8261],[-4.126699, 52.8259],[-4.126601, 52.8255],[-4.126699, 52.8253],[-4.1275, 52.8252],[-4.1285, 52.8253],[-4.128799, 52.8255],[-4.129799, 52.8258],[-4.130599, 52.8258],[-4.131801, 52.8254],[-4.1324, 52.8248],[-4.132599, 52.824],[-4.134501, 52.8227],[-4.1359, 52.8218],[-4.136499, 52.8211],[-4.1366, 52.8202],[-4.1368, 52.82],[-4.1373, 52.8195],[-4.1388, 52.8188],[-4.140399, 52.8181],[-4.1408, 52.8174],[-4.1409, 52.8167],[-4.1405, 52.8159],[-4.139599, 52.8149],[-4.139501, 52.8144],[-4.1392, 52.8137],[-4.138299, 52.8132],[-4.1377, 52.8131],[-4.1368, 52.8135],[-4.136099, 52.8143],[-4.1352, 52.8149],[-4.134399, 52.8152],[-4.133299, 52.8157],[-4.1328, 52.8164],[-4.132599, 52.8172],[-4.132299, 52.8181],[-4.1311, 52.8189],[-4.1303, 52.8196],[-4.1295, 52.8203],[-4.128701, 52.8208],[-4.1275, 52.8212],[-4.1258, 52.8224],[-4.124501, 52.8234],[-4.1226, 52.8243],[-4.121, 52.8248],[-4.1194, 52.8255],[-4.118701, 52.826],[-4.118299, 52.8268],[-4.118, 52.8276],[-4.1178, 52.8289],[-4.1178, 52.8294],[-4.117599, 52.8297],[-4.1168, 52.83],[-4.1163, 52.8293],[-4.1159, 52.829],[-4.114799, 52.8293],[-4.113999, 52.8295],[-4.1134, 52.8296],[-4.112599, 52.8293],[-4.110799, 52.8286],[-4.1096, 52.8281],[-4.108399, 52.8277],[-4.1083, 52.8281],[-4.1086, 52.8284],[-4.109301, 52.8289],[-4.111401, 52.83],[-4.112599, 52.8306],[-4.1132, 52.831],[-4.113901, 52.8316],[-4.115499, 52.8321],[-4.1167, 52.8319],[-4.117499, 52.8313],[-4.1189, 52.8304],[-4.1198, 52.8298],[-4.1201, 52.8297],[-4.1208, 52.8296],[-4.1214, 52.8297],[-4.1219, 52.8298],[-4.1233, 52.8302],[-4.124501, 52.8304],[-4.1251, 52.8301],[-4.125599, 52.8295],[-4.126299, 52.8275],[-4.126601, 52.8272],[-4.127299, 52.8271],[-4.127699, 52.8271],[-4.1278, 52.8272],[-4.1279, 52.8275],[-4.1276, 52.8281],[-4.1272, 52.829],[-4.1265, 52.8315],[-4.1258, 52.8356],[-4.1227, 52.8406],[-4.1205, 52.8431],[-4.119699, 52.8442],[-4.119101, 52.8451],[-4.118501, 52.8463],[-4.118299, 52.847],[-4.118299, 52.8483],[-4.1189, 52.8511],[-4.120299, 52.8548],[-4.121699, 52.8579],[-4.125299, 52.8619],[-4.136401, 52.8727],[-4.141001, 52.8771],[-4.143, 52.8793],[-4.144, 52.8807],[-4.1454, 52.8828],[-4.1465, 52.8848],[-4.1469, 52.8855],[-4.147, 52.886],[-4.147099, 52.888],[-4.1469, 52.8894],[-4.1465, 52.8908],[-4.1461, 52.8919],[-4.145299, 52.8941],[-4.144899, 52.8949],[-4.144101, 52.8957],[-4.1436, 52.896],[-4.1429, 52.8963],[-4.142001, 52.8964],[-4.1408, 52.8965],[-4.1393, 52.8962],[-4.1377, 52.8958],[-4.134699, 52.895],[-4.1303, 52.8949],[-4.1271, 52.895],[-4.125199, 52.8954],[-4.1239, 52.8954],[-4.122099, 52.8944],[-4.1213, 52.8943],[-4.119699, 52.8946],[-4.117199, 52.8954],[-4.116499, 52.8954],[-4.114699, 52.8952],[-4.1142, 52.8954],[-4.1103, 52.8974],[-4.1072, 52.898],[-4.105299, 52.8981],[-4.1019, 52.8983],[-4.100699, 52.8987],[-4.0993, 52.8993],[-4.0973, 52.8999],[-4.094699, 52.8997],[-4.0931, 52.8998],[-4.089301, 52.901],[-4.087299, 52.9013],[-4.085599, 52.9015],[-4.083701, 52.9013],[-4.082699, 52.9009],[-4.0823, 52.9005],[-4.0823, 52.8998],[-4.0823, 52.899],[-4.082099, 52.8986],[-4.0818, 52.8984],[-4.0809, 52.8986],[-4.080299, 52.8984],[-4.079599, 52.8981],[-4.0794, 52.8981],[-4.0794, 52.8984],[-4.0798, 52.8989],[-4.08110, 52.8999],[-4.081299, 52.9003],[-4.081299, 52.9008],[-4.0809, 52.901],[-4.0804, 52.9011],[-4.0784, 52.9016],[-4.0768, 52.9028],[-4.074699, 52.9043],[-4.074399, 52.9049],[-4.0737, 52.9055],[-4.072899, 52.9061],[-4.072299, 52.9064],[-4.0712, 52.9063],[-4.070799, 52.9064],[-4.070099, 52.9068],[-4.0699, 52.907],[-4.0699, 52.9072],[-4.070399, 52.9073],[-4.072299, 52.9075],[-4.072899, 52.9073],[-4.073299, 52.9069],[-4.0742, 52.9062],[-4.0752, 52.9057],[-4.075699, 52.9052],[-4.076099, 52.9045],[-4.076601, 52.9042],[-4.0777, 52.9038],[-4.078501, 52.9032],[-4.0794, 52.9022],[-4.079599, 52.902],[-4.079899, 52.902],[-4.0801, 52.9021],[-4.0802, 52.9023],[-4.0802, 52.9027],[-4.0801, 52.9031],[-4.0797, 52.9035],[-4.079, 52.904],[-4.0781, 52.9047],[-4.0781, 52.9049],[-4.0784, 52.9051],[-4.079599, 52.9049],[-4.0819, 52.9054],[-4.0818, 52.9058],[-4.0815, 52.9062],[-4.080599, 52.9066],[-4.0805, 52.9068],[-4.080599, 52.9073],[-4.080699, 52.9077],[-4.080699, 52.908],[-4.0804, 52.9083],[-4.079599, 52.9090],[-4.078501, 52.9097],[-4.0781, 52.9099],[-4.077099, 52.9103],[-4.076099, 52.9103],[-4.074399, 52.9098],[-4.0738, 52.9099],[-4.073599, 52.9107],[-4.073901, 52.9113],[-4.074699, 52.9116],[-4.075799, 52.9115],[-4.077499, 52.9112],[-4.0788, 52.9108],[-4.080699, 52.9106],[-4.081699, 52.9109],[-4.0829, 52.9114],[-4.083399, 52.9120],[-4.0832, 52.9127],[-4.082799, 52.9132],[-4.0818, 52.9136],[-4.080599, 52.9136],[-4.078, 52.9133],[-4.0762, 52.9136],[-4.0728, 52.9148],[-4.0707, 52.9155],[-4.067699, 52.9163],[-4.0654, 52.9167],[-4.062699, 52.9174],[-4.0605, 52.9178],[-4.059101, 52.9178],[-4.058199, 52.9180],[-4.057001, 52.9187],[-4.0549, 52.9217],[-4.053999, 52.9225],[-4.0517, 52.9240],[-4.05060, 52.9244],[-4.0495, 52.9247],[-4.047599, 52.9249],[-4.045599, 52.9252],[-4.0429, 52.9264],[-4.042099, 52.927],[-4.0411, 52.928],[-4.0404, 52.9297],[-4.039999, 52.9315],[-4.0394, 52.9324],[-4.038599, 52.9331],[-4.037199, 52.9341],[-4.0364, 52.9346],[-4.0359, 52.9347],[-4.0352, 52.9348],[-4.034501, 52.9349],[-4.0334, 52.935],[-4.031099, 52.9354],[-4.0251, 52.9364],[-4.0226, 52.9367],[-4.0211, 52.937],[-4.0205, 52.9375],[-4.019199, 52.9385],[-4.0184, 52.9391],[-4.0179, 52.9394],[-4.017099, 52.9397],[-4.016001, 52.9399],[-4.014101, 52.94],[-4.012499, 52.9401],[-4.011099, 52.94],[-4.009399, 52.9395],[-4.00780, 52.9388],[-4.007299, 52.9385],[-4.0066, 52.9382],[-4.005199, 52.9373],[-4.0042, 52.9369],[-4.0033, 52.9368],[-4.0025, 52.9371],[-4.0007, 52.9377],[-3.999399, 52.9384],[-3.9983, 52.9392],[-3.998199, 52.9397],[-3.9983, 52.9397],[-4, 52.9389],[-4.0008, 52.9386],[-4.001699, 52.9382],[-4.0029, 52.938],[-4.004, 52.9379],[-4.0045, 52.938],[-4.0053, 52.9387],[-4.006001, 52.9393],[-4.0067, 52.9397],[-4.0082, 52.9403],[-4.0103, 52.9408],[-4.0128, 52.941],[-4.0152, 52.9408],[-4.0176, 52.9403],[-4.0205, 52.9394],[-4.022399, 52.9388],[-4.0235, 52.9385],[-4.0247, 52.9383],[-4.032599, 52.938],[-4.033501, 52.9379],[-4.0343, 52.9377],[-4.0349, 52.9375],[-4.037001, 52.9364],[-4.0385, 52.9353],[-4.040599, 52.9332],[-4.043, 52.9297],[-4.044, 52.9288],[-4.0446, 52.9283],[-4.0454, 52.9278],[-4.047699, 52.9273],[-4.049799, 52.9272],[-4.050799, 52.927],[-4.0517, 52.9266],[-4.0528, 52.9259],[-4.0559, 52.9245],[-4.058, 52.9230],[-4.0605, 52.9216],[-4.061699, 52.9212],[-4.062799, 52.9213],[-4.064301, 52.9214],[-4.0672, 52.9219],[-4.068501, 52.9222],[-4.069301, 52.9231],[-4.0703, 52.9246],[-4.071801, 52.9240],[-4.0724, 52.9239],[-4.074399, 52.9231],[-4.075699, 52.9225],[-4.078501, 52.9211],[-4.081601, 52.9205],[-4.083799, 52.9195],[-4.086201, 52.9174],[-4.08720, 52.9169],[-4.0885, 52.9161],[-4.0895, 52.9151],[-4.090499, 52.9144],[-4.094399, 52.9135],[-4.095699, 52.9132],[-4.097799, 52.9116],[-4.099, 52.9103],[-4.1015, 52.9089],[-4.1027, 52.9089],[-4.103799, 52.9092],[-4.105599, 52.9097],[-4.1069, 52.9101],[-4.108099, 52.9107],[-4.1091, 52.9108],[-4.110899, 52.9110],[-4.111499, 52.9114],[-4.1113, 52.9119],[-4.111001, 52.9124],[-4.110199, 52.9132],[-4.108901, 52.9140],[-4.1078, 52.9150],[-4.1069, 52.9159],[-4.106299, 52.9167],[-4.106201, 52.9171],[-4.1069, 52.9183],[-4.107699, 52.9188],[-4.1085, 52.9191],[-4.1097, 52.9194],[-4.111001, 52.9195],[-4.1152, 52.9207],[-4.1149, 52.9226],[-4.1142, 52.9226],[-4.111899, 52.9226],[-4.1117, 52.9225],[-4.1112, 52.9219],[-4.1107, 52.9218],[-4.110199, 52.9219],[-4.1096, 52.9226],[-4.109399, 52.9229],[-4.1092, 52.9237],[-4.1091, 52.9242],[-4.1092, 52.9244],[-4.1096, 52.9244],[-4.110199, 52.9244],[-4.112199, 52.9245],[-4.113599, 52.9245],[-4.1149, 52.9239],[-4.115799, 52.9238],[-4.117899, 52.9244],[-4.119999, 52.9251],[-4.119999, 52.9267],[-4.1201, 52.927],[-4.121201, 52.9278],[-4.123, 52.9289],[-4.1235, 52.9292],[-4.124501, 52.9295],[-4.126201, 52.9296],[-4.1264, 52.9294],[-4.126601, 52.9289],[-4.126299, 52.9284],[-4.125299, 52.9277],[-4.125199, 52.9274],[-4.1255, 52.9258],[-4.1255, 52.9255],[-4.125299, 52.9252],[-4.125, 52.9251],[-4.124501, 52.9253],[-4.1239, 52.9251],[-4.1229, 52.9246],[-4.118299, 52.9234],[-4.115799, 52.9227],[-4.115799, 52.9209],[-4.1239, 52.9236],[-4.124501, 52.9236],[-4.124899, 52.9235],[-4.125599, 52.9229],[-4.126601, 52.9223],[-4.127, 52.9223],[-4.127299, 52.9224],[-4.1275, 52.9226],[-4.127399, 52.9227],[-4.126699, 52.9233],[-4.126699, 52.9239],[-4.126699, 52.9241],[-4.1271, 52.9242],[-4.1276, 52.9242],[-4.128099, 52.9240],[-4.1286, 52.9238],[-4.129, 52.9234],[-4.1292, 52.9230],[-4.129399, 52.9188],[-4.129799, 52.9172],[-4.13, 52.9170],[-4.1304, 52.9167],[-4.1311, 52.9164],[-4.1321, 52.9163],[-4.1342, 52.9165],[-4.134501, 52.9161],[-4.134501, 52.9156],[-4.1342, 52.9151],[-4.1337, 52.9145],[-4.133901, 52.9137],[-4.1366, 52.913],[-4.1377, 52.9122],[-4.1377, 52.9116],[-4.1381, 52.9112],[-4.139999, 52.9113],[-4.142001, 52.9107],[-4.145299, 52.9102],[-4.1472, 52.9099],[-4.1496, 52.9093],[-4.149799, 52.9090],[-4.15, 52.9081],[-4.150199, 52.9071],[-4.1503, 52.9069],[-4.1507, 52.9067],[-4.1521, 52.9062],[-4.1532, 52.9061],[-4.1606, 52.9056],[-4.1669, 52.9058],[-4.171201, 52.9065],[-4.1729, 52.907],[-4.1777, 52.9087],[-4.1839, 52.9111],[-4.1915, 52.9142],[-4.1928, 52.9147],[-4.1942, 52.9149],[-4.195399, 52.9145],[-4.1967, 52.9137],[-4.1974, 52.9135],[-4.1987, 52.9134],[-4.2005, 52.9135],[-4.201499, 52.9140],[-4.20310, 52.9151],[-4.209199, 52.9171],[-4.213799, 52.9183],[-4.2178, 52.919],[-4.221499, 52.9195],[-4.2234, 52.9197],[-4.225599, 52.9194],[-4.2268, 52.9189],[-4.2272, 52.9187],[-4.2277, 52.9184],[-4.228099, 52.9181],[-4.229599, 52.9165],[-4.230599, 52.9156],[-4.231699, 52.9154],[-4.2321, 52.9155],[-4.240099, 52.9151],[-4.2434, 52.9147],[-4.2486, 52.9144],[-4.251601, 52.9142],[-4.253099, 52.9139],[-4.254, 52.9133],[-4.2557, 52.9121],[-4.258299, 52.9117],[-4.26060, 52.9115],[-4.261099, 52.9115],[-4.2616, 52.9116],[-4.2623, 52.9122],[-4.262899, 52.9126],[-4.263599, 52.9129],[-4.2649, 52.9131],[-4.269501, 52.9127],[-4.274799, 52.9128],[-4.2772, 52.9135],[-4.278501, 52.9141],[-4.2806, 52.9154],[-4.282199, 52.9163],[-4.282499, 52.9167],[-4.282599, 52.9176],[-4.2828, 52.9179],[-4.282899, 52.9180],[-4.283199, 52.9180],[-4.2834, 52.9179],[-4.2837, 52.9177],[-4.2838, 52.9171],[-4.2837, 52.9166],[-4.283599, 52.9163],[-4.283199, 52.9158],[-4.2803, 52.9140],[-4.277, 52.9125],[-4.275499, 52.9119],[-4.2736, 52.9118],[-4.27, 52.9118],[-4.2664, 52.9121],[-4.2642, 52.9120],[-4.2634, 52.9117],[-4.263, 52.9114],[-4.262899, 52.9112],[-4.2631, 52.9111],[-4.263501, 52.9110],[-4.2651, 52.9109],[-4.271201, 52.9111],[-4.288099, 52.9111],[-4.292799, 52.9109],[-4.3003, 52.9102],[-4.304999, 52.9099],[-4.3165, 52.9098],[-4.317599, 52.9095],[-4.318099, 52.9093],[-4.318099, 52.9090],[-4.3179, 52.9087],[-4.3172, 52.9087],[-4.316899, 52.9084],[-4.316801, 52.9082],[-4.3172, 52.9079],[-4.319399, 52.9072],[-4.320499, 52.9065],[-4.321401, 52.9058],[-4.322001, 52.9051],[-4.322299, 52.9039],[-4.3228, 52.9018],[-4.3234, 52.901],[-4.324699, 52.9001],[-4.3249, 52.8999],[-4.324999, 52.8994],[-4.324699, 52.8986],[-4.3249, 52.898],[-4.325399, 52.8974],[-4.325699, 52.8972],[-4.3259, 52.8967],[-4.325699, 52.8963],[-4.3255, 52.896],[-4.324399, 52.8953],[-4.3242, 52.8948],[-4.324501, 52.8943],[-4.3249, 52.8939],[-4.3248, 52.8937],[-4.324501, 52.8935],[-4.323999, 52.8929],[-4.323999, 52.8921],[-4.324999, 52.8921],[-4.3262, 52.8921],[-4.327199, 52.8921],[-4.3304, 52.8928],[-4.3335, 52.8939],[-4.3424, 52.8942],[-4.3564, 52.8951],[-4.367899, 52.8959],[-4.378701, 52.8963],[-4.3863, 52.8955],[-4.389999, 52.895],[-4.3923, 52.8944],[-4.394, 52.8937],[-4.3961, 52.8927],[-4.400899, 52.8899],[-4.4017, 52.8892],[-4.401401, 52.8873],[-4.401, 52.8857],[-4.4015, 52.8849],[-4.4025, 52.8845],[-4.403901, 52.8845],[-4.4042, 52.8853],[-4.4041, 52.8858],[-4.4037, 52.8863],[-4.4037, 52.8876],[-4.404699, 52.8892],[-4.405399, 52.891],[-4.406001, 52.8912],[-4.409501, 52.8903],[-4.4115, 52.8896],[-4.4126, 52.889],[-4.413701, 52.8883],[-4.414101, 52.8875],[-4.414101, 52.887],[-4.4139, 52.8864],[-4.4126, 52.8847],[-4.41050, 52.8835],[-4.409101, 52.8834],[-4.4081, 52.8836],[-4.407001, 52.8843],[-4.4062, 52.8844],[-4.404799, 52.8835],[-4.402599, 52.883],[-4.4001, 52.8832],[-4.3975, 52.8832],[-4.3965, 52.8836],[-4.395899, 52.8841],[-4.395599, 52.8846],[-4.395199, 52.8851],[-4.394501, 52.8855],[-4.394199, 52.8855],[-4.3936, 52.8854],[-4.3933, 52.885],[-4.3933, 52.8842],[-4.39480, 52.8826],[-4.397, 52.8819],[-4.401299, 52.8818],[-4.405799, 52.8815],[-4.410399, 52.8812],[-4.4147, 52.8809],[-4.419199, 52.8807],[-4.421201, 52.8804],[-4.4229, 52.8802],[-4.429101, 52.8791],[-4.4442, 52.8751],[-4.4474, 52.8741],[-4.450099, 52.8734],[-4.454199, 52.872],[-4.45580, 52.8715],[-4.459599, 52.8699],[-4.46190, 52.8684],[-4.4625, 52.8678],[-4.463099, 52.867],[-4.4633, 52.8666],[-4.4635, 52.8662],[-4.4635, 52.8658],[-4.4635, 52.8649],[-4.4636, 52.8642],[-4.464301, 52.8637],[-4.466001, 52.8627],[-4.4691, 52.8613],[-4.472899, 52.8595],[-4.4748, 52.8582],[-4.4759, 52.8573],[-4.4769, 52.8564],[-4.4772, 52.8560],[-4.477399, 52.8553],[-4.477399, 52.8542],[-4.477001, 52.8536],[-4.4764, 52.8530],[-4.4755, 52.8526],[-4.473, 52.8522],[-4.4726, 52.8521],[-4.4719, 52.8517],[-4.4712, 52.8511],[-4.4709, 52.8509],[-4.470399, 52.8507],[-4.469301, 52.8504],[-4.4688, 52.8501],[-4.468501, 52.8498],[-4.4682, 52.8495],[-4.4681, 52.8492],[-4.468501, 52.8484],[-4.469301, 52.8479],[-4.472199, 52.8461],[-4.473, 52.8456],[-4.474599, 52.8453],[-4.477399, 52.8451],[-4.4798, 52.8448],[-4.4821, 52.8442],[-4.484, 52.8437],[-4.485799, 52.8431],[-4.4874, 52.8422],[-4.490099, 52.8408],[-4.4918, 52.8397],[-4.494999, 52.8367],[-4.497099, 52.8344],[-4.4993, 52.8318],[-4.500299, 52.8309],[-4.501801, 52.8295],[-4.502699, 52.8285],[-4.5032, 52.8276],[-4.503701, 52.8268],[-4.5042, 52.8265],[-4.505199, 52.826],[-4.5053, 52.8254],[-4.5053, 52.8251],[-4.505099, 52.8248],[-4.5049, 52.8247],[-4.504301, 52.8247],[-4.504, 52.8255],[-4.503399, 52.8258],[-4.50200, 52.8261],[-4.4983, 52.8265],[-4.4979, 52.8264],[-4.4976, 52.8263],[-4.4969, 52.8259],[-4.4965, 52.8255],[-4.4963, 52.8246],[-4.4983, 52.822],[-4.499199, 52.8207],[-4.5, 52.8196],[-4.5, 52.818],[-4.499599, 52.8163],[-4.499, 52.8145],[-4.498199, 52.8125],[-4.4972, 52.8115],[-4.4955, 52.8106],[-4.492899, 52.8099],[-4.4909, 52.8096],[-4.489799, 52.8098],[-4.488999, 52.8109],[-4.4881, 52.8113],[-4.487, 52.8112],[-4.4867, 52.8111],[-4.485899, 52.8101],[-4.4856, 52.8098],[-4.4842, 52.8089],[-4.4828, 52.8076],[-4.482, 52.8067],[-4.481299, 52.8059],[-4.481, 52.8055],[-4.4808, 52.8047],[-4.4808, 52.8042],[-4.4814, 52.8025],[-4.4819, 52.8019],[-4.482399, 52.8017],[-4.4829, 52.8014],[-4.483099, 52.8012],[-4.484301, 52.7978],[-4.4846, 52.7956],[-4.4861, 52.7947],[-4.486401, 52.7945],[-4.486801, 52.7939],[-4.487199, 52.7934],[-4.488501, 52.7928],[-4.4888, 52.7922],[-4.4891, 52.7919],[-4.4899, 52.7916],[-4.490799, 52.7915],[-4.491099, 52.7917],[-4.4918, 52.7925],[-4.492899, 52.7936],[-4.4939, 52.794],[-4.4944, 52.7943],[-4.494999, 52.7951],[-4.4955, 52.7955],[-4.496099, 52.7958],[-4.497499, 52.7959],[-4.499599, 52.7957],[-4.5036, 52.7954],[-4.5061, 52.7951],[-4.509301, 52.7943],[-4.513299, 52.7938],[-4.5148, 52.7934],[-4.5159, 52.7928],[-4.5173, 52.7911],[-4.517799, 52.7899],[-4.517799, 52.7887],[-4.518199, 52.7881],[-4.519101, 52.7869],[-4.5193, 52.7865],[-4.519501, 52.7855],[-4.519599, 52.7842],[-4.5194, 52.7837],[-4.519, 52.7828],[-4.519199, 52.7821],[-4.5194, 52.7819],[-4.5201, 52.7816],[-4.521201, 52.7814],[-4.521801, 52.7810],[-4.522699, 52.7804],[-4.5241, 52.7797],[-4.525, 52.7794],[-4.525899, 52.7791],[-4.526801, 52.7785],[-4.5275, 52.7781],[-4.528299, 52.778],[-4.528999, 52.7779],[-4.5296, 52.7778],[-4.530499, 52.7776],[-4.531401, 52.7782],[-4.531801, 52.7788],[-4.532499, 52.7802],[-4.533299, 52.7811],[-4.5355, 52.7817],[-4.536201, 52.7824],[-4.537099, 52.7833],[-4.537799, 52.7839],[-4.539899, 52.7840],[-4.541, 52.7845],[-4.5414, 52.7849],[-4.541699, 52.7857],[-4.542099, 52.7868],[-4.542, 52.7871],[-4.541201, 52.7878],[-4.5408, 52.7883],[-4.540699, 52.7889],[-4.5409, 52.7898],[-4.541, 52.7905],[-4.541, 52.7911],[-4.5409, 52.7916],[-4.541, 52.7920],[-4.541201, 52.7923],[-4.5414, 52.7927],[-4.5414, 52.7929],[-4.5414, 52.7932],[-4.541299, 52.7935],[-4.540699, 52.7944],[-4.5398, 52.7955],[-4.5394, 52.7959],[-4.539101, 52.7962],[-4.5383, 52.7966],[-4.536699, 52.7976],[-4.536001, 52.7981],[-4.535699, 52.7986],[-4.535699, 52.7989],[-4.5358, 52.7999],[-4.536001, 52.8002],[-4.5365, 52.8007],[-4.537099, 52.8011],[-4.538099, 52.8016],[-4.539999, 52.8026],[-4.542699, 52.8041],[-4.545499, 52.8057],[-4.549301, 52.8076],[-4.552199, 52.8092],[-4.554599, 52.8104],[-4.557001, 52.8115],[-4.559, 52.8123],[-4.5679, 52.8157],[-4.581201, 52.8207],[-4.593999, 52.824],[-4.598599, 52.8244],[-4.601299, 52.8246],[-4.606801, 52.8249],[-4.6092, 52.8248],[-4.610499, 52.8246],[-4.6113, 52.8239],[-4.612299, 52.8228],[-4.613599, 52.8222],[-4.614399, 52.8212],[-4.6153, 52.8197],[-4.617199, 52.8176],[-4.618501, 52.8155],[-4.619999, 52.814],[-4.6239, 52.8097],[-4.6255, 52.8088],[-4.628399, 52.8075],[-4.6311, 52.8062],[-4.633299, 52.8051],[-4.635399, 52.8047],[-4.6368, 52.8042],[-4.637899, 52.8036],[-4.63980, 52.8023],[-4.642001, 52.8011],[-4.6448, 52.8],[-4.64750, 52.7997],[-4.648701, 52.7997],[-4.649199, 52.7998],[-4.6494, 52.8],[-4.6496, 52.8011],[-4.6497, 52.8029],[-4.649899, 52.8033],[-4.6501, 52.8036],[-4.6504, 52.8038],[-4.6512, 52.8040],[-4.653901, 52.8039],[-4.6549, 52.8042],[-4.6559, 52.8044],[-4.657199, 52.8047],[-4.65810, 52.8049],[-4.658901, 52.8054],[-4.659599, 52.8061],[-4.6605, 52.8063],[-4.6618, 52.8062],[-4.663799, 52.8057],[-4.6675, 52.8045],[-4.670899, 52.8034],[-4.67280, 52.8019],[-4.6742, 52.8015],[-4.6757, 52.8015],[-4.677999, 52.8014],[-4.6803, 52.7996],[-4.682099, 52.7986],[-4.682499, 52.7982],[-4.683, 52.7971],[-4.683599, 52.7967],[-4.684501, 52.7967],[-4.6854, 52.7969],[-4.686, 52.7968],[-4.686299, 52.7966],[-4.6865, 52.7964],[-4.6869, 52.7952],[-4.6872, 52.7941],[-4.687699, 52.7938],[-4.688399, 52.7938],[-4.6894, 52.7942],[-4.690199, 52.7943],[-4.691201, 52.7944],[-4.691801, 52.7947],[-4.692, 52.7950],[-4.6921, 52.7955],[-4.6922, 52.7963],[-4.6922, 52.7967],[-4.6917, 52.7972],[-4.691299, 52.7976],[-4.691299, 52.7980],[-4.691401, 52.7984],[-4.6917, 52.7989],[-4.6921, 52.7992],[-4.6936, 52.8001],[-4.695799, 52.8011],[-4.6996, 52.8022],[-4.703599, 52.8028],[-4.707001, 52.8033],[-4.709301, 52.8035],[-4.712299, 52.8036],[-4.7167, 52.8040],[-4.718599, 52.8039],[-4.7192, 52.8038],[-4.7196, 52.8036],[-4.7202, 52.8032],[-4.7206, 52.8029],[-4.7209, 52.8025],[-4.7212, 52.8019],[-4.7219, 52.7996],[-4.7224, 52.7982],[-4.722799, 52.7975],[-4.723599, 52.7969],[-4.7244, 52.7967],[-4.7248, 52.7965],[-4.724999, 52.7963],[-4.72520, 52.7961],[-4.72520, 52.7958],[-4.7251, 52.7953],[-4.724599, 52.7948],[-4.7244, 52.7945],[-4.7244, 52.7938],[-4.724599, 52.7931],[-4.7255, 52.7924],[-4.725699, 52.7919],[-4.7258, 52.7907],[-4.7259, 52.7904],[-4.7265, 52.7900],[-4.727499, 52.7891],[-4.7279, 52.7887],[-4.728099, 52.7883],[-4.7286, 52.7873],[-4.7289, 52.7869],[-4.7293, 52.7867],[-4.7311, 52.7866],[-4.7315, 52.7866],[-4.7316, 52.7865],[-4.7316, 52.7861],[-4.7316, 52.7856],[-4.731201, 52.7849],[-4.731, 52.7843],[-4.7308, 52.7835],[-4.731, 52.783],[-4.7322, 52.782],[-4.7325, 52.7819],[-4.7332, 52.782],[-4.733701, 52.7822],[-4.7345, 52.7825],[-4.7357, 52.783],[-4.7361, 52.7833],[-4.736899, 52.7843],[-4.7378, 52.7852],[-4.7381, 52.7854],[-4.738599, 52.7855],[-4.738901, 52.7854],[-4.739501, 52.7848],[-4.740399, 52.7837],[-4.742099, 52.7835],[-4.7439, 52.7836],[-4.7449, 52.7844],[-4.7456, 52.7854],[-4.746, 52.786],[-4.746601, 52.7863],[-4.7476, 52.7867],[-4.749199, 52.7873],[-4.750199, 52.7878],[-4.7507, 52.7881],[-4.7511, 52.7884],[-4.751299, 52.7888],[-4.752, 52.7891],[-4.752399, 52.7894],[-4.753099, 52.7900],[-4.753901, 52.7907],[-4.7542, 52.7909],[-4.7546, 52.7909],[-4.754799, 52.7909],[-4.755, 52.7907],[-4.755099, 52.7902],[-4.7553, 52.7895],[-4.755599, 52.7889],[-4.756001, 52.7887],[-4.757299, 52.7887],[-4.7578, 52.7889],[-4.7581, 52.7892],[-4.758501, 52.7896],[-4.759799, 52.7907],[-4.7603, 52.7912],[-4.760399, 52.7915],[-4.760399, 52.7920],[-4.760499, 52.7923],[-4.760799, 52.7924],[-4.761099, 52.7924],[-4.761899, 52.7921],[-4.7628, 52.7920],[-4.763199, 52.7922],[-4.763501, 52.7926],[-4.763501, 52.7939],[-4.763501, 52.7941],[-4.7637, 52.7943],[-4.764101, 52.7946],[-4.764699, 52.7947],[-4.766601, 52.7947],[-4.767001, 52.7948],[-4.767499, 52.7950],[-4.767799, 52.7952],[-4.768099, 52.7957],[-4.7683, 52.7963],[-4.7684, 52.7969],[-4.7684, 52.7973],[-4.7683, 52.7977],[-4.768, 52.7982],[-4.7676, 52.7987],[-4.767099, 52.7989],[-4.766699, 52.7990],[-4.7651, 52.7989],[-4.764699, 52.7991],[-4.764101, 52.7995],[-4.763501, 52.8],[-4.7628, 52.8005],[-4.7624, 52.8014],[-4.762001, 52.8019],[-4.761401, 52.8024],[-4.760799, 52.8027],[-4.7603, 52.8028],[-4.757699, 52.8028],[-4.7566, 52.803],[-4.7562, 52.8032],[-4.755799, 52.8038],[-4.755199, 52.8045],[-4.754799, 52.8049],[-4.754399, 52.805],[-4.753701, 52.805],[-4.753099, 52.805],[-4.7529, 52.805],[-4.7528, 52.8051],[-4.7528, 52.8053],[-4.753099, 52.8056],[-4.7532, 52.8058],[-4.7532, 52.806],[-4.753099, 52.8062],[-4.75220, 52.8061],[-4.751601, 52.806],[-4.751201, 52.806],[-4.7505, 52.8064],[-4.750299, 52.8067],[-4.7505, 52.8070],[-4.752299, 52.8076],[-4.753099, 52.808],[-4.7533, 52.8083],[-4.7532, 52.809],[-4.752999, 52.8094],[-4.7528, 52.8096],[-4.752299, 52.8099],[-4.751601, 52.8102],[-4.751299, 52.8104],[-4.751201, 52.8109],[-4.7514, 52.815],[-4.7511, 52.8157],[-4.7508, 52.8162],[-4.7501, 52.8168],[-4.749501, 52.8172],[-4.7489, 52.8176],[-4.7468, 52.8187],[-4.743701, 52.8205],[-4.742899, 52.8208],[-4.741899, 52.821],[-4.7409, 52.8212],[-4.740499, 52.8216],[-4.7402, 52.822],[-4.740099, 52.8226],[-4.7399, 52.8229],[-4.739501, 52.8234],[-4.7392, 52.8241],[-4.738999, 52.8243],[-4.7381, 52.8247],[-4.7377, 52.825],[-4.7375, 52.8252],[-4.7375, 52.8254],[-4.737999, 52.8271],[-4.737899, 52.8274],[-4.73740, 52.828],[-4.737199, 52.8281],[-4.7367, 52.8283],[-4.736001, 52.8285],[-4.7356, 52.8286],[-4.7353, 52.8287],[-4.7347, 52.8292],[-4.7346, 52.8296],[-4.7349, 52.8301],[-4.7356, 52.8303],[-4.735799, 52.8304],[-4.735799, 52.8306],[-4.735799, 52.8307],[-4.7353, 52.8311],[-4.734301, 52.8317],[-4.732999, 52.8324],[-4.730599, 52.833],[-4.7284, 52.8347],[-4.7273, 52.8355],[-4.7264, 52.8357],[-4.724501, 52.8357],[-4.7238, 52.8359],[-4.723599, 52.8361],[-4.723, 52.8367],[-4.7227, 52.8373],[-4.7226, 52.8377],[-4.722499, 52.838],[-4.7224, 52.8382],[-4.722001, 52.8388],[-4.722001, 52.8392],[-4.722199, 52.8394],[-4.723, 52.8399],[-4.7233, 52.8402],[-4.7234, 52.8407],[-4.7233, 52.8411],[-4.722499, 52.8424],[-4.722099, 52.8431],[-4.722099, 52.8433],[-4.7224, 52.8435],[-4.7233, 52.844],[-4.724, 52.8443],[-4.724501, 52.8447],[-4.724999, 52.8451],[-4.7258, 52.8454],[-4.726, 52.8457],[-4.726, 52.8462],[-4.726, 52.8467],[-4.7259, 52.8474],[-4.725599, 52.8483],[-4.725399, 52.8487],[-4.72520, 52.8491],[-4.7248, 52.8495],[-4.724199, 52.8499],[-4.7231, 52.8506],[-4.7227, 52.8509],[-4.7226, 52.8510],[-4.722499, 52.8515],[-4.722799, 52.8518],[-4.7231, 52.8518],[-4.723599, 52.8517],[-4.72430, 52.8512],[-4.724599, 52.8513],[-4.7251, 52.8516],[-4.72520, 52.8517],[-4.725299, 52.852],[-4.72520, 52.8522],[-4.7248, 52.8523],[-4.7234, 52.8523],[-4.7231, 52.8525],[-4.723, 52.8527],[-4.723, 52.8528],[-4.7233, 52.8529],[-4.7244, 52.8531],[-4.725299, 52.8531],[-4.725699, 52.8532],[-4.7258, 52.8534],[-4.726, 52.8538],[-4.726, 52.8541],[-4.7258, 52.8545],[-4.72520, 52.8548],[-4.72430, 52.8552],[-4.7231, 52.8557],[-4.722099, 52.8562],[-4.721499, 52.8564],[-4.7209, 52.8565],[-4.7203, 52.8565],[-4.71910, 52.8563],[-4.717899, 52.8559],[-4.7167, 52.8549],[-4.716401, 52.8546],[-4.7161, 52.8544],[-4.7157, 52.8546],[-4.714399, 52.8559],[-4.713799, 52.8564],[-4.71200, 52.8572],[-4.70950, 52.8584],[-4.7072, 52.8596],[-4.706601, 52.8598],[-4.7054, 52.8600],[-4.704101, 52.8600],[-4.7026, 52.8595],[-4.7012, 52.8591],[-4.697899, 52.8595],[-4.696801, 52.8598],[-4.6957, 52.8603],[-4.694799, 52.861],[-4.6941, 52.8616],[-4.693299, 52.8623],[-4.6928, 52.8628],[-4.6922, 52.8636],[-4.692, 52.864],[-4.692, 52.8648],[-4.6922, 52.8654],[-4.6925, 52.8662],[-4.6922, 52.8673],[-4.6925, 52.8698],[-4.692299, 52.8708],[-4.6922, 52.8714],[-4.692, 52.8722],[-4.691801, 52.8728],[-4.691401, 52.8734],[-4.69110, 52.8738],[-4.690599, 52.8743],[-4.690199, 52.8746],[-4.68760, 52.8763],[-4.686699, 52.8766],[-4.685699, 52.8766],[-4.684599, 52.8765],[-4.6834, 52.8762],[-4.682001, 52.8759],[-4.680399, 52.8755],[-4.679399, 52.8753],[-4.678299, 52.8752],[-4.677001, 52.8753],[-4.6757, 52.8755],[-4.672599, 52.8766],[-4.670199, 52.8781],[-4.6685, 52.8798],[-4.666601, 52.882],[-4.6652, 52.8839],[-4.6648, 52.8847],[-4.6647, 52.8851],[-4.6647, 52.8853],[-4.6651, 52.8862],[-4.665599, 52.8867],[-4.66680, 52.8875],[-4.6673, 52.8881],[-4.667399, 52.8885],[-4.667399, 52.8888],[-4.666699, 52.8896],[-4.665699, 52.8903],[-4.664599, 52.891],[-4.664, 52.8913],[-4.6633, 52.8915],[-4.6618, 52.8916],[-4.6614, 52.892],[-4.661001, 52.8925],[-4.659699, 52.8946],[-4.658501, 52.8964],[-4.657599, 52.8973],[-4.656401, 52.8983],[-4.655099, 52.8988],[-4.653999, 52.8992],[-4.652299, 52.9016],[-4.649899, 52.9035],[-4.649199, 52.9042],[-4.649, 52.9045],[-4.6491, 52.9048],[-4.6495, 52.9049],[-4.6504, 52.9046],[-4.6507, 52.9046],[-4.65100, 52.9047],[-4.650899, 52.905],[-4.6501, 52.9058],[-4.649301, 52.9063],[-4.6483, 52.9064],[-4.647099, 52.9063],[-4.6464, 52.9062],[-4.6454, 52.9056],[-4.644599, 52.9052],[-4.644, 52.905],[-4.6387, 52.9049],[-4.63630, 52.9061],[-4.6359, 52.9063],[-4.6352, 52.9062],[-4.634301, 52.9059],[-4.633399, 52.9057],[-4.632299, 52.9061],[-4.631499, 52.9067],[-4.630499, 52.9072],[-4.6297, 52.9076],[-4.62920, 52.9083],[-4.628799, 52.9088],[-4.6271, 52.9099],[-4.6257, 52.9109],[-4.6239, 52.9137],[-4.623199, 52.9145],[-4.622499, 52.9156],[-4.622399, 52.9166],[-4.6222, 52.9172],[-4.6218, 52.9177],[-4.621, 52.9184],[-4.6201, 52.9193],[-4.6193, 52.9211],[-4.618999, 52.9215],[-4.6177, 52.9224],[-4.6162, 52.9232],[-4.614999, 52.9236],[-4.6095, 52.9241],[-4.606801, 52.9258],[-4.6044, 52.9260],[-4.6014, 52.9261],[-4.5973, 52.9261],[-4.595099, 52.9263],[-4.593599, 52.9267],[-4.5931, 52.9271],[-4.592, 52.9283],[-4.591401, 52.9285],[-4.590199, 52.9284],[-4.5899, 52.9286],[-4.589, 52.9301],[-4.5886, 52.9304],[-4.5872, 52.9308],[-4.5858, 52.9317],[-4.5847, 52.9324],[-4.583, 52.9328],[-4.581699, 52.9328],[-4.580599, 52.9333],[-4.580699, 52.9336],[-4.581299, 52.9341],[-4.5822, 52.9346],[-4.5823, 52.9348],[-4.5822, 52.9351],[-4.582099, 52.9355],[-4.5815, 52.9363],[-4.5802, 52.9375],[-4.578199, 52.9383],[-4.5769, 52.9386],[-4.5748, 52.9388],[-4.572999, 52.9389],[-4.571801, 52.939],[-4.5706, 52.9392],[-4.570199, 52.9394],[-4.57, 52.9396],[-4.569799, 52.94],[-4.5699, 52.9407],[-4.5703, 52.9412],[-4.570499, 52.9417],[-4.5707, 52.9425],[-4.5706, 52.9436],[-4.570399, 52.9444],[-4.570099, 52.9447],[-4.5695, 52.9451],[-4.568799, 52.9454],[-4.567999, 52.946],[-4.5678, 52.9464],[-4.567999, 52.9473],[-4.5679, 52.9477],[-4.567699, 52.9479],[-4.5675, 52.9481],[-4.5672, 52.9482],[-4.566299, 52.9482],[-4.565, 52.9483],[-4.564, 52.9483],[-4.5636, 52.9481],[-4.563799, 52.9462],[-4.5639, 52.9458],[-4.564199, 52.9455],[-4.5654, 52.945],[-4.565899, 52.9448],[-4.5665, 52.9445],[-4.566801, 52.944],[-4.567, 52.9436],[-4.566899, 52.9426],[-4.566899, 52.9418],[-4.567, 52.941],[-4.567, 52.9406],[-4.566899, 52.9402],[-4.566299, 52.9397],[-4.5657, 52.9394],[-4.563099, 52.9382],[-4.5598, 52.9376],[-4.558, 52.9374],[-4.552199, 52.9373],[-4.546201, 52.9375],[-4.544199, 52.9376],[-4.542, 52.9382],[-4.539101, 52.9402],[-4.537499, 52.9414],[-4.5368, 52.9416],[-4.536201, 52.9416],[-4.536001, 52.9413],[-4.5359, 52.9406],[-4.536099, 52.9391],[-4.536099, 52.9384],[-4.5358, 52.9379],[-4.5355, 52.9375],[-4.53510, 52.9373],[-4.534101, 52.937],[-4.532499, 52.9368],[-4.53000, 52.937],[-4.5281, 52.9372],[-4.5244, 52.9382],[-4.5207, 52.9397],[-4.5176, 52.9412],[-4.51420, 52.9432],[-4.50810, 52.9469],[-4.505099, 52.95],[-4.503799, 52.9504],[-4.5025, 52.9503],[-4.498799, 52.9503],[-4.4973, 52.9507],[-4.4955, 52.9516],[-4.493299, 52.9529],[-4.4903, 52.9557],[-4.486401, 52.9587],[-4.483799, 52.9615],[-4.4836, 52.9625],[-4.483399, 52.9631],[-4.4829, 52.9638],[-4.482299, 52.9645],[-4.481699, 52.9652],[-4.4814, 52.9655],[-4.480199, 52.966],[-4.478199, 52.9666],[-4.4759, 52.9665],[-4.4718, 52.9662],[-4.4712, 52.9662],[-4.4702, 52.9663],[-4.468599, 52.9678],[-4.467199, 52.9694],[-4.46540, 52.9712],[-4.46540, 52.9723],[-4.4649, 52.9729],[-4.463901, 52.9735],[-4.462, 52.9763],[-4.4604, 52.9790],[-4.460199, 52.9798],[-4.460199, 52.9805],[-4.4597, 52.9816],[-4.4595, 52.9818],[-4.4572, 52.9832],[-4.4559, 52.9838],[-4.4548, 52.9840],[-4.453599, 52.9843],[-4.452499, 52.9847],[-4.450399, 52.9861],[-4.448999, 52.9869],[-4.4461, 52.9885],[-4.4428, 52.9901],[-4.441401, 52.9911],[-4.4404, 52.9921],[-4.439199, 52.9952],[-4.4386, 52.9962],[-4.438099, 52.9968],[-4.4368, 52.9978],[-4.4361, 52.9983],[-4.4354, 52.9986],[-4.4348, 52.9988],[-4.432499, 52.9989],[-4.4305, 52.999],[-4.4281, 52.9993],[-4.4241, 52.9996],[-4.4231, 52.9996],[-4.422299, 52.9995],[-4.4221, 52.9994],[-4.4211, 52.9985],[-4.420599, 52.9983],[-4.4191, 52.9979],[-4.4169, 52.9979],[-4.4159, 52.9981],[-4.4154, 52.9983],[-4.4147, 52.9984],[-4.414101, 52.9982],[-4.4133, 52.9979],[-4.4118, 52.9973],[-4.410299, 52.9974],[-4.406499, 52.9997],[-4.4049, 53.0011],[-4.4042, 53.0019],[-4.403299, 53.0029],[-4.402299, 53.0041],[-4.4007, 53.0055],[-4.397, 53.0078],[-4.3939, 53.0092],[-4.393, 53.01],[-4.391601, 53.0114],[-4.390399, 53.0128],[-4.3894, 53.0136],[-4.3884, 53.0141],[-4.3877, 53.0145],[-4.387199, 53.0147],[-4.386001, 53.0148],[-4.384699, 53.0152],[-4.382999, 53.0159],[-4.380899, 53.0173],[-4.3736, 53.0216],[-4.372001, 53.0226],[-4.371, 53.0233],[-4.3684, 53.0266],[-4.368, 53.0269],[-4.367599, 53.0271],[-4.3673, 53.0272],[-4.3667, 53.0273],[-4.3662, 53.0274],[-4.364501, 53.0274],[-4.3638, 53.0277],[-4.3631, 53.0282],[-4.3613, 53.0302],[-4.3606, 53.0308],[-4.36, 53.0311],[-4.358099, 53.0316],[-4.3561, 53.032],[-4.3543, 53.0326],[-4.3529, 53.0335],[-4.3522, 53.0340],[-4.351699, 53.0345],[-4.350699, 53.0361],[-4.349599, 53.0383],[-4.3483, 53.0416],[-4.347799, 53.0434],[-4.3477, 53.0453],[-4.347499, 53.0456],[-4.347199, 53.0459],[-4.3463, 53.0464],[-4.3449, 53.0468],[-4.3437, 53.0473],[-4.343299, 53.0474],[-4.3417, 53.0473],[-4.341499, 53.0474],[-4.340799, 53.0478],[-4.3403, 53.0482],[-4.3396, 53.0497],[-4.3387, 53.0523],[-4.337999, 53.054],[-4.3378, 53.0555],[-4.3382, 53.0582],[-4.3382, 53.0599],[-4.337999, 53.0615],[-4.337399, 53.0629],[-4.337, 53.0653],[-4.337, 53.0691],[-4.337299, 53.0721],[-4.337299, 53.0725],[-4.3371, 53.0734],[-4.334899, 53.0791],[-4.334599, 53.0803],[-4.3345, 53.0811],[-4.3345, 53.0828],[-4.335, 53.0856],[-4.336699, 53.0886],[-4.3382, 53.0909],[-4.340099, 53.0942],[-4.342199, 53.0985],[-4.345699, 53.1067],[-4.346001, 53.1078],[-4.3463, 53.1108],[-4.3463, 53.1120],[-4.3463, 53.1126],[-4.3462, 53.1133],[-4.3459, 53.1146],[-4.344999, 53.1156],[-4.3431, 53.1171],[-4.341801, 53.1182],[-4.340799, 53.1192],[-4.3382, 53.1211],[-4.336299, 53.1225],[-4.334199, 53.1231],[-4.3323, 53.1235],[-4.3304, 53.1238],[-4.3288, 53.124],[-4.3281, 53.1239],[-4.32770, 53.1237],[-4.327899, 53.1229],[-4.328, 53.1223],[-4.328, 53.1218],[-4.327799, 53.1212],[-4.3274, 53.1209],[-4.3269, 53.1206],[-4.3263, 53.1205],[-4.3256, 53.1205],[-4.3242, 53.1206],[-4.322999, 53.1211],[-4.32160, 53.1215],[-4.3207, 53.1217],[-4.319699, 53.1219],[-4.318901, 53.1219],[-4.318501, 53.1218],[-4.318399, 53.1217],[-4.318501, 53.1214],[-4.318999, 53.1212],[-4.320399, 53.121],[-4.320899, 53.1209],[-4.321499, 53.1207],[-4.3221, 53.1204],[-4.3225, 53.1197],[-4.326401, 53.1188],[-4.327899, 53.1182],[-4.329, 53.1172],[-4.330699, 53.1143],[-4.3318, 53.1144],[-4.332099, 53.1142],[-4.332001, 53.1138],[-4.3314, 53.1134],[-4.3302, 53.1126],[-4.3294, 53.1121],[-4.3288, 53.1120],[-4.328199, 53.1120],[-4.3276, 53.1119],[-4.3267, 53.1116],[-4.326401, 53.1113],[-4.3267, 53.1108],[-4.326601, 53.1105],[-4.326499, 53.1104],[-4.325399, 53.1102],[-4.324999, 53.11],[-4.3234, 53.1085],[-4.3231, 53.1082],[-4.322899, 53.108],[-4.3227, 53.1076],[-4.3227, 53.1073],[-4.322899, 53.1058],[-4.322999, 53.1051],[-4.322899, 53.1041],[-4.322599, 53.1032],[-4.32160, 53.1017],[-4.321401, 53.1006],[-4.322199, 53.1000],[-4.322001, 53.0998],[-4.321801, 53.0998],[-4.3207, 53.1001],[-4.3199, 53.0999],[-4.3191, 53.0993],[-4.318999, 53.0986],[-4.3192, 53.0978],[-4.3191, 53.0974],[-4.318999, 53.0971],[-4.318501, 53.0965],[-4.3182, 53.0948],[-4.318099, 53.0936],[-4.317999, 53.0931],[-4.317599, 53.0928],[-4.317, 53.0925],[-4.3165, 53.0923],[-4.316201, 53.0924],[-4.316201, 53.0926],[-4.316801, 53.0935],[-4.317, 53.0940],[-4.3171, 53.0946],[-4.3174, 53.0966],[-4.3178, 53.0977],[-4.3178, 53.0986],[-4.317599, 53.0991],[-4.317299, 53.0993],[-4.316899, 53.0996],[-4.316, 53.1002],[-4.3147, 53.1008],[-4.312799, 53.1018],[-4.312099, 53.1027],[-4.311201, 53.1040],[-4.310699, 53.1045],[-4.3104, 53.1048],[-4.309599, 53.1053],[-4.3077, 53.1054],[-4.3074, 53.1058],[-4.3073, 53.1060],[-4.307199, 53.1069],[-4.3073, 53.1072],[-4.307499, 53.1075],[-4.308199, 53.1077],[-4.309101, 53.1075],[-4.3115, 53.1062],[-4.313099, 53.1061],[-4.3133, 53.1063],[-4.313399, 53.1065],[-4.3132, 53.1068],[-4.3125, 53.1074],[-4.311299, 53.1083],[-4.310299, 53.1094],[-4.309899, 53.1105],[-4.309899, 53.111],[-4.309999, 53.1114],[-4.3101, 53.1124],[-4.3104, 53.1136],[-4.310599, 53.1158],[-4.311601, 53.117],[-4.3118, 53.1175],[-4.312099, 53.1182],[-4.3122, 53.119],[-4.3122, 53.1193],[-4.312099, 53.1197],[-4.311601, 53.121],[-4.3114, 53.1217],[-4.311601, 53.1223],[-4.312001, 53.1228],[-4.312399, 53.1232],[-4.313099, 53.1236],[-4.3135, 53.1241],[-4.3135, 53.1245],[-4.3135, 53.1247],[-4.313399, 53.125],[-4.313099, 53.1253],[-4.312699, 53.1257],[-4.311299, 53.1274],[-4.310599, 53.1282],[-4.309599, 53.129],[-4.3081, 53.1299],[-4.306201, 53.1307],[-4.304501, 53.1313],[-4.301099, 53.1321],[-4.297999, 53.1337],[-4.2947, 53.1356],[-4.2909, 53.1369],[-4.287799, 53.1378],[-4.2817, 53.1394],[-4.2813, 53.1395],[-4.2806, 53.1395],[-4.280099, 53.1394],[-4.277699, 53.1382],[-4.2762, 53.1378],[-4.2745, 53.1376],[-4.273799, 53.1375],[-4.272799, 53.1372],[-4.2722, 53.1366],[-4.2722, 53.1363],[-4.2729, 53.1346],[-4.272999, 53.1342],[-4.2729, 53.1338],[-4.272699, 53.1332],[-4.272399, 53.1328],[-4.2722, 53.1327],[-4.2719, 53.1326],[-4.272, 53.1331],[-4.272, 53.1338],[-4.2719, 53.1341],[-4.271601, 53.1344],[-4.271, 53.1352],[-4.270899, 53.1369],[-4.271299, 53.1374],[-4.272, 53.1377],[-4.272699, 53.1379],[-4.274, 53.1381],[-4.2751, 53.1383],[-4.2775, 53.1391],[-4.2779, 53.1395],[-4.2781, 53.1399],[-4.2781, 53.1404],[-4.2781, 53.1409],[-4.2779, 53.1415],[-4.2775, 53.1422],[-4.2771, 53.1427],[-4.2767, 53.1432],[-4.2762, 53.1438],[-4.2758, 53.1441],[-4.2753, 53.1444],[-4.274899, 53.1446],[-4.271601, 53.1456],[-4.270299, 53.1461],[-4.2697, 53.1465],[-4.269101, 53.1471],[-4.2679, 53.1486],[-4.2665, 53.1511],[-4.263199, 53.1531],[-4.262199, 53.1539],[-4.257599, 53.1597],[-4.257299, 53.1601],[-4.256401, 53.1608],[-4.255499, 53.1614],[-4.2536, 53.1624],[-4.2514, 53.1636],[-4.2485, 53.1653],[-4.247001, 53.1663],[-4.2464, 53.1670],[-4.245399, 53.1678],[-4.2439, 53.1689],[-4.2427, 53.1698],[-4.241401, 53.1706],[-4.240499, 53.1711],[-4.2357, 53.1732],[-4.2326, 53.174],[-4.2305, 53.1744],[-4.226699, 53.1754],[-4.224899, 53.1762],[-4.223501, 53.1768],[-4.218999, 53.1788],[-4.2171, 53.1799],[-4.21530, 53.1809],[-4.212399, 53.1823],[-4.21, 53.1847],[-4.209199, 53.1859],[-4.2089, 53.1865],[-4.2086, 53.1866],[-4.208399, 53.1866],[-4.208399, 53.1859],[-4.2082, 53.1854],[-4.208099, 53.1853],[-4.207399, 53.1852],[-4.207099, 53.1857],[-4.207001, 53.1867],[-4.2068, 53.1869],[-4.2064, 53.1871],[-4.205699, 53.1873],[-4.2038, 53.1877],[-4.203501, 53.1878],[-4.2034, 53.188],[-4.203501, 53.1881],[-4.2038, 53.1882],[-4.207001, 53.1883],[-4.2072, 53.1885],[-4.2072, 53.189],[-4.2068, 53.1937],[-4.2069, 53.1959],[-4.2065, 53.1997],[-4.2076, 53.2014],[-4.2076, 53.2018],[-4.2075, 53.2021],[-4.207001, 53.2027],[-4.2061, 53.2039],[-4.204999, 53.2051],[-4.203701, 53.206],[-4.2006, 53.2078],[-4.197999, 53.21],[-4.195799, 53.2113],[-4.193999, 53.2121],[-4.1915, 53.2131],[-4.1901, 53.2136],[-4.188, 53.2141],[-4.1834, 53.215],[-4.178199, 53.2164],[-4.175399, 53.2177],[-4.1745, 53.2181],[-4.1738, 53.2184],[-4.173399, 53.2185],[-4.172999, 53.2186],[-4.1724, 53.2187],[-4.1697, 53.2186],[-4.1655, 53.2185],[-4.162001, 53.2188],[-4.161201, 53.2190],[-4.1588, 53.2200],[-4.158, 53.2203],[-4.156499, 53.2212],[-4.154799, 53.2223],[-4.1491, 53.2267],[-4.1458, 53.2287],[-4.142799, 53.23],[-4.140299, 53.2306],[-4.1381, 53.2310],[-4.1363, 53.2313],[-4.134301, 53.2315],[-4.132999, 53.2319],[-4.1321, 53.2323],[-4.1304, 53.2337],[-4.1295, 53.2342],[-4.128099, 53.2348],[-4.1255, 53.2359],[-4.124, 53.2361],[-4.1223, 53.2365],[-4.121699, 53.2372],[-4.1218, 53.2376],[-4.122399, 53.238],[-4.123099, 53.2382],[-4.1239, 53.2385],[-4.1239, 53.2391],[-4.124501, 53.2393],[-4.124599, 53.2398],[-4.124101, 53.2406],[-4.123199, 53.2406],[-4.122799, 53.2394],[-4.1218, 53.2392],[-4.121601, 53.2388],[-4.1219, 53.2383],[-4.1214, 53.2381],[-4.120399, 53.2377],[-4.119101, 53.2367],[-4.118999, 53.2356],[-4.1188, 53.235],[-4.1162, 53.233],[-4.1146, 53.2321],[-4.1132, 53.2317],[-4.1121, 53.2317],[-4.1111, 53.2318],[-4.1103, 53.2321],[-4.11, 53.2326],[-4.110099, 53.2335],[-4.111401, 53.2351],[-4.111401, 53.2356],[-4.1107, 53.2356],[-4.110199, 53.2355],[-4.11, 53.2353],[-4.1095, 53.2338],[-4.1092, 53.2334],[-4.109, 53.2333],[-4.1085, 53.2337],[-4.1092, 53.2353],[-4.1096, 53.2359],[-4.11, 53.2363],[-4.112599, 53.2367],[-4.1128, 53.2369],[-4.1125, 53.2372],[-4.1121, 53.2374],[-4.1117, 53.2374],[-4.109799, 53.2372],[-4.109, 53.2369],[-4.108901, 53.2366],[-4.1075, 53.2344],[-4.1065, 53.2333],[-4.1058, 53.2328],[-4.1051, 53.2325],[-4.104101, 53.2325],[-4.1033, 53.2327],[-4.1019, 53.2334],[-4.09940, 53.2346],[-4.094501, 53.2356],[-4.091401, 53.236],[-4.0906, 53.2363],[-4.0904, 53.2364],[-4.0899, 53.2363],[-4.0896, 53.2355],[-4.089301, 53.2352],[-4.0885, 53.2348],[-4.087699, 53.2346],[-4.08720, 53.2344],[-4.086401, 53.2339],[-4.086201, 53.2336],[-4.086299, 53.2326],[-4.086201, 53.2317],[-4.085299, 53.2310],[-4.083701, 53.2304],[-4.0826, 53.2293],[-4.0815, 53.2286],[-4.0805, 53.2282],[-4.0788, 53.2286],[-4.0783, 53.2283],[-4.077899, 53.2276],[-4.0777, 53.2274],[-4.0773, 53.2272],[-4.077001, 53.2274],[-4.0767, 53.2282],[-4.076601, 53.2288],[-4.076401, 53.2291],[-4.076001, 53.2297],[-4.0763, 53.2298],[-4.0776, 53.2293],[-4.0784, 53.2291],[-4.078701, 53.2293],[-4.078599, 53.2297],[-4.078, 53.2301],[-4.0743, 53.2308],[-4.072999, 53.2310],[-4.071401, 53.2314],[-4.067599, 53.2326],[-4.064301, 53.2334],[-4.057799, 53.2333],[-4.0527, 53.2333],[-4.050499, 53.2335],[-4.0478, 53.2338],[-4.0405, 53.2358],[-4.036001, 53.2366],[-4.0342, 53.2370],[-4.033199, 53.2373],[-4.032199, 53.2377],[-4.030099, 53.2385],[-4.028399, 53.2393],[-4.025, 53.2427],[-4.024199, 53.2432],[-4.0233, 53.2433],[-4.022099, 53.2432],[-4.020299, 53.243],[-4.018799, 53.2435],[-4.017499, 53.244],[-4.0134, 53.2443],[-4.0081, 53.2446],[-4.0075, 53.2449],[-4.007199, 53.2452],[-4.0061, 53.2467],[-4.005599, 53.2472],[-4.005199, 53.2475],[-4.003701, 53.244],[-4.0033, 53.2439],[-4.0011, 53.245],[-3.993, 53.252],[-3.992399, 53.2522],[-3.9912, 53.2516],[-3.99, 53.2502],[-3.9874, 53.2486],[-3.9832, 53.2462],[-3.98090, 53.2442]]],[[[-4.7926, 52.7692],[-4.7909, 52.7685],[-4.789199, 52.7686],[-4.788, 52.7691],[-4.7873, 52.7688],[-4.7873, 52.7679],[-4.7869, 52.7677],[-4.785299, 52.768],[-4.783299, 52.768],[-4.781499, 52.7668],[-4.779799, 52.7663],[-4.779699, 52.7653],[-4.78, 52.7635],[-4.779799, 52.7626],[-4.779301, 52.7613],[-4.779301, 52.7602],[-4.779399, 52.7594],[-4.781099, 52.7584],[-4.7844, 52.7542],[-4.7856, 52.7537],[-4.7868, 52.7538],[-4.789199, 52.7547],[-4.7902, 52.7546],[-4.791299, 52.7542],[-4.7919, 52.7542],[-4.7933, 52.7547],[-4.795, 52.7547],[-4.796299, 52.7536],[-4.796299, 52.753],[-4.795499, 52.7523],[-4.7947, 52.7519],[-4.7947, 52.7514],[-4.797299, 52.7486],[-4.7991, 52.7474],[-4.799301, 52.7464],[-4.799399, 52.7462],[-4.8003, 52.7460],[-4.800799, 52.7459],[-4.8012, 52.7459],[-4.801401, 52.7460],[-4.801499, 52.7465],[-4.801001, 52.7488],[-4.8012, 52.7501],[-4.801001, 52.7509],[-4.8013, 52.7515],[-4.8012, 52.7523],[-4.800799, 52.7525],[-4.7995, 52.7528],[-4.7988, 52.7531],[-4.798299, 52.7537],[-4.798299, 52.7553],[-4.797699, 52.756],[-4.7951, 52.7564],[-4.794799, 52.7569],[-4.795, 52.7581],[-4.7957, 52.7595],[-4.795499, 52.7607],[-4.795, 52.7612],[-4.7946, 52.7617],[-4.7941, 52.7633],[-4.794199, 52.7643],[-4.7951, 52.7652],[-4.795599, 52.7663],[-4.795599, 52.7675],[-4.794899, 52.7687],[-4.79390, 52.7691],[-4.7926, 52.7692]]],[[[-4.458701, 52.8042],[-4.460199, 52.8039],[-4.4611, 52.8041],[-4.461801, 52.8045],[-4.462299, 52.8051],[-4.4632, 52.8058],[-4.4641, 52.8061],[-4.4641, 52.8066],[-4.46290, 52.8076],[-4.4622, 52.8078],[-4.461299, 52.8077],[-4.460299, 52.8071],[-4.459, 52.8062],[-4.4579, 52.8053],[-4.457799, 52.8049],[-4.458701, 52.8042]]],[[[-4.4682, 52.7971],[-4.468901, 52.797],[-4.4705, 52.7976],[-4.4713, 52.7982],[-4.4717, 52.7989],[-4.4718, 52.7998],[-4.4713, 52.8009],[-4.470399, 52.8016],[-4.4696, 52.8016],[-4.4691, 52.8007],[-4.468999, 52.7998],[-4.4688, 52.7990],[-4.468299, 52.7981],[-4.4682, 52.7977],[-4.4682, 52.7971]]],[[[-4.694399, 52.7870],[-4.695199, 52.7868],[-4.695899, 52.7869],[-4.6961, 52.7870],[-4.6961, 52.7872],[-4.695799, 52.7875],[-4.6945, 52.7885],[-4.6941, 52.7887],[-4.6936, 52.7888],[-4.692999, 52.7887],[-4.692699, 52.7885],[-4.692599, 52.7879],[-4.6929, 52.7876],[-4.694399, 52.7870]]],[[[-4.126299, 52.9185],[-4.127399, 52.9185],[-4.1276, 52.9187],[-4.127699, 52.9192],[-4.1276, 52.9198],[-4.1275, 52.9201],[-4.127399, 52.9203],[-4.1272, 52.9205],[-4.1264, 52.9206],[-4.126, 52.9205],[-4.1254, 52.9202],[-4.125299, 52.9196],[-4.1257, 52.9189],[-4.126299, 52.9185]]],[[[-4.081299, 52.9025],[-4.081699, 52.9025],[-4.0818, 52.9028],[-4.082399, 52.9036],[-4.082699, 52.9041],[-4.0826, 52.9046],[-4.082099, 52.9047],[-4.081, 52.9046],[-4.0805, 52.9044],[-4.0802, 52.9041],[-4.0809, 52.9028],[-4.081299, 52.9025]]],[[[-4.66940, 52.8011],[-4.669899, 52.8009],[-4.670599, 52.8010],[-4.670899, 52.8011],[-4.6711, 52.8012],[-4.671201, 52.8015],[-4.6711, 52.8018],[-4.670899, 52.8020],[-4.670599, 52.8021],[-4.669899, 52.8021],[-4.6696, 52.8021],[-4.669301, 52.8020],[-4.669, 52.8017],[-4.6691, 52.8013],[-4.66940, 52.8011]]],[[[-4.6991, 52.7849],[-4.699501, 52.7849],[-4.6996, 52.7851],[-4.699399, 52.7853],[-4.698599, 52.7857],[-4.698299, 52.7858],[-4.697599, 52.7858],[-4.697199, 52.7858],[-4.696899, 52.7857],[-4.696801, 52.7854],[-4.696801, 52.7853],[-4.697001, 52.7852],[-4.6975, 52.785],[-4.6982, 52.7849],[-4.6991, 52.7849]]]]}, properties:{name:"Gwynedd"}}, {type:"Feature", geometry:{type:"MultiPolygon", coordinates:[[[[-4.417799, 53.4284],[-4.4176, 53.4282],[-4.4175, 53.4277],[-4.417399, 53.4273],[-4.4172, 53.427],[-4.4169, 53.4268],[-4.416201, 53.4268],[-4.414, 53.4273],[-4.411099, 53.4272],[-4.4098, 53.4273],[-4.4071, 53.4278],[-4.4056, 53.428],[-4.4046, 53.428],[-4.4041, 53.4278],[-4.4037, 53.4276],[-4.403501, 53.4274],[-4.4036, 53.4269],[-4.403999, 53.4265],[-4.404699, 53.4259],[-4.4049, 53.4255],[-4.405099, 53.4248],[-4.4052, 53.4242],[-4.405099, 53.4235],[-4.404699, 53.4229],[-4.4041, 53.4226],[-4.4017, 53.422],[-4.4003, 53.4221],[-4.398799, 53.4226],[-4.398099, 53.4228],[-4.3965, 53.4229],[-4.3955, 53.4232],[-4.3951, 53.4234],[-4.393701, 53.4252],[-4.393199, 53.4257],[-4.392799, 53.426],[-4.3923, 53.4261],[-4.391099, 53.426],[-4.3866, 53.4255],[-4.381499, 53.4252],[-4.3796, 53.4252],[-4.378099, 53.426],[-4.3771, 53.4265],[-4.376801, 53.4266],[-4.376201, 53.4265],[-4.3758, 53.4264],[-4.375199, 53.4261],[-4.374501, 53.4257],[-4.374, 53.4255],[-4.373199, 53.4253],[-4.371099, 53.4252],[-4.3663, 53.4253],[-4.365799, 53.4251],[-4.365799, 53.4249],[-4.365799, 53.4247],[-4.3662, 53.4241],[-4.367899, 53.4235],[-4.3681, 53.4233],[-4.368199, 53.4231],[-4.368, 53.4227],[-4.367499, 53.4224],[-4.366499, 53.4219],[-4.365799, 53.4215],[-4.3652, 53.4212],[-4.3649, 53.4209],[-4.364399, 53.4202],[-4.362599, 53.4184],[-4.3604, 53.4169],[-4.3596, 53.4166],[-4.3569, 53.4158],[-4.354899, 53.4153],[-4.353701, 53.4152],[-4.353, 53.4152],[-4.3526, 53.4153],[-4.3515, 53.4159],[-4.3505, 53.4167],[-4.3501, 53.4169],[-4.349699, 53.4170],[-4.3437, 53.4174],[-4.3406, 53.4179],[-4.34, 53.4181],[-4.3397, 53.4184],[-4.338901, 53.4194],[-4.338099, 53.4202],[-4.3375, 53.4204],[-4.3366, 53.4203],[-4.334101, 53.4196],[-4.333, 53.4192],[-4.332399, 53.4188],[-4.331699, 53.4183],[-4.3315, 53.4174],[-4.332099, 53.4165],[-4.3332, 53.4151],[-4.3333, 53.4144],[-4.3332, 53.4142],[-4.3329, 53.4142],[-4.332399, 53.4143],[-4.3318, 53.4147],[-4.3308, 53.4159],[-4.329999, 53.4164],[-4.32770, 53.4170],[-4.3246, 53.4186],[-4.323901, 53.4188],[-4.3234, 53.4188],[-4.321899, 53.4181],[-4.319799, 53.4178],[-4.3178, 53.4176],[-4.3153, 53.4172],[-4.311201, 53.4164],[-4.304699, 53.4148],[-4.302599, 53.4141],[-4.3006, 53.4147],[-4.299301, 53.415],[-4.297599, 53.415],[-4.296201, 53.4149],[-4.2954, 53.4148],[-4.294301, 53.4144],[-4.2936, 53.4141],[-4.293099, 53.4138],[-4.292699, 53.4131],[-4.292399, 53.4121],[-4.292, 53.4119],[-4.2893, 53.4120],[-4.289, 53.4121],[-4.288701, 53.4125],[-4.2884, 53.413],[-4.2883, 53.4142],[-4.2889, 53.4147],[-4.289, 53.415],[-4.289101, 53.4156],[-4.289, 53.4163],[-4.288799, 53.4171],[-4.288599, 53.4175],[-4.288199, 53.4179],[-4.2876, 53.4182],[-4.2869, 53.4183],[-4.2864, 53.4182],[-4.286001, 53.4179],[-4.2859, 53.4175],[-4.286001, 53.4161],[-4.286001, 53.4153],[-4.2856, 53.4146],[-4.2843, 53.4137],[-4.282599, 53.4120],[-4.28240, 53.4108],[-4.282599, 53.4094],[-4.2827, 53.4089],[-4.2827, 53.4084],[-4.28240, 53.4077],[-4.281899, 53.4073],[-4.281401, 53.407],[-4.2775, 53.4060],[-4.2747, 53.4049],[-4.2735, 53.4042],[-4.2732, 53.4039],[-4.272999, 53.4030],[-4.273701, 53.4000],[-4.2733, 53.3993],[-4.2725, 53.3987],[-4.27, 53.3974],[-4.2689, 53.3969],[-4.2683, 53.3966],[-4.268099, 53.3964],[-4.2679, 53.3961],[-4.267799, 53.3955],[-4.268, 53.3949],[-4.2683, 53.3947],[-4.2689, 53.3942],[-4.2689, 53.3939],[-4.2685, 53.3926],[-4.2683, 53.3910],[-4.2684, 53.3887],[-4.2685, 53.3881],[-4.2689, 53.3869],[-4.2693, 53.3864],[-4.2697, 53.3859],[-4.270299, 53.3853],[-4.271201, 53.3846],[-4.273099, 53.3833],[-4.275899, 53.3804],[-4.276801, 53.3784],[-4.2795, 53.3768],[-4.282599, 53.3741],[-4.2844, 53.3724],[-4.2855, 53.3711],[-4.286601, 53.3698],[-4.287799, 53.3689],[-4.288799, 53.3684],[-4.292699, 53.367],[-4.2929, 53.3667],[-4.293, 53.3663],[-4.293, 53.3662],[-4.2929, 53.3661],[-4.2926, 53.3661],[-4.2902, 53.3671],[-4.2894, 53.3671],[-4.288799, 53.3662],[-4.28850, 53.3659],[-4.2876, 53.3654],[-4.2868, 53.3654],[-4.2852, 53.3657],[-4.283901, 53.3662],[-4.282001, 53.3672],[-4.278901, 53.3693],[-4.2779, 53.3699],[-4.2765, 53.3707],[-4.2741, 53.3717],[-4.273901, 53.3726],[-4.276, 53.374],[-4.2781, 53.3752],[-4.278299, 53.3755],[-4.278399, 53.376],[-4.2782, 53.3763],[-4.277999, 53.3765],[-4.276801, 53.3766],[-4.2761, 53.3765],[-4.2741, 53.3758],[-4.273099, 53.376],[-4.271699, 53.3769],[-4.2711, 53.3767],[-4.270899, 53.3761],[-4.270599, 53.3737],[-4.2701, 53.373],[-4.264699, 53.3696],[-4.263, 53.3683],[-4.262899, 53.368],[-4.262899, 53.3664],[-4.263501, 53.3652],[-4.263901, 53.3647],[-4.263999, 53.364],[-4.2638, 53.3633],[-4.263199, 53.3624],[-4.262499, 53.362],[-4.2609, 53.3616],[-4.255799, 53.3603],[-4.2541, 53.3602],[-4.252299, 53.3602],[-4.251, 53.3609],[-4.249599, 53.3616],[-4.248799, 53.3619],[-4.24840, 53.3617],[-4.2476, 53.3613],[-4.2469, 53.3607],[-4.244999, 53.361],[-4.243599, 53.3611],[-4.2413, 53.3609],[-4.238501, 53.3595],[-4.2361, 53.3585],[-4.234, 53.3582],[-4.230599, 53.3587],[-4.2295, 53.3588],[-4.228799, 53.3586],[-4.2279, 53.3582],[-4.2277, 53.3579],[-4.2277, 53.3565],[-4.2293, 53.3559],[-4.2322, 53.3544],[-4.2332, 53.3536],[-4.2342, 53.3527],[-4.234301, 53.3522],[-4.2342, 53.3512],[-4.23360, 53.3499],[-4.232999, 53.3493],[-4.2322, 53.3488],[-4.231, 53.3483],[-4.228701, 53.3476],[-4.2272, 53.3467],[-4.2265, 53.346],[-4.226299, 53.3455],[-4.226299, 53.3449],[-4.227499, 53.3438],[-4.228, 53.3436],[-4.230599, 53.3424],[-4.2308, 53.3417],[-4.23010, 53.3408],[-4.228701, 53.3383],[-4.227799, 53.3379],[-4.2264, 53.3382],[-4.225699, 53.3385],[-4.2252, 53.3384],[-4.224599, 53.3372],[-4.2243, 53.337],[-4.223, 53.3374],[-4.222199, 53.3375],[-4.222001, 53.3372],[-4.221401, 53.3329],[-4.2212, 53.3322],[-4.220399, 53.3304],[-4.219399, 53.3284],[-4.2182, 53.3259],[-4.218299, 53.3241],[-4.2181, 53.3228],[-4.217899, 53.3219],[-4.2177, 53.3208],[-4.217599, 53.3205],[-4.217299, 53.3201],[-4.2167, 53.3195],[-4.216001, 53.319],[-4.21530, 53.3186],[-4.2142, 53.318],[-4.2125, 53.3174],[-4.2107, 53.3168],[-4.2086, 53.3162],[-4.206601, 53.3157],[-4.2051, 53.3154],[-4.203701, 53.3152],[-4.2033, 53.3151],[-4.202899, 53.3149],[-4.2023, 53.3145],[-4.2019, 53.3136],[-4.202001, 53.3131],[-4.2026, 53.312],[-4.2033, 53.3105],[-4.2038, 53.3092],[-4.204101, 53.3081],[-4.2044, 53.3069],[-4.2047, 53.3051],[-4.2051, 53.3042],[-4.2055, 53.304],[-4.206, 53.3042],[-4.2064, 53.3045],[-4.2068, 53.3051],[-4.207001, 53.3052],[-4.207399, 53.3052],[-4.207699, 53.305],[-4.2083, 53.3045],[-4.2094, 53.3035],[-4.2108, 53.302],[-4.210899, 53.3016],[-4.211, 53.3006],[-4.211299, 53.3],[-4.211801, 53.2995],[-4.212, 53.2993],[-4.212, 53.2987],[-4.211801, 53.2983],[-4.211299, 53.2979],[-4.2107, 53.2976],[-4.208099, 53.2965],[-4.204599, 53.2959],[-4.202099, 53.2958],[-4.2005, 53.2958],[-4.199999, 53.2957],[-4.1998, 53.2956],[-4.199399, 53.2945],[-4.198901, 53.2945],[-4.198299, 53.2947],[-4.197999, 53.2949],[-4.197999, 53.2953],[-4.1981, 53.2964],[-4.197899, 53.2968],[-4.1977, 53.2971],[-4.1971, 53.2974],[-4.196401, 53.2976],[-4.195799, 53.2978],[-4.193501, 53.2979],[-4.1922, 53.2986],[-4.190899, 53.2985],[-4.190199, 53.2981],[-4.1894, 53.2979],[-4.187799, 53.298],[-4.1861, 53.2982],[-4.184501, 53.2985],[-4.1827, 53.2989],[-4.181099, 53.2996],[-4.1802, 53.3],[-4.1792, 53.3002],[-4.177899, 53.3002],[-4.1752, 53.3004],[-4.171401, 53.3014],[-4.1704, 53.302],[-4.169799, 53.3025],[-4.1694, 53.3028],[-4.1683, 53.3031],[-4.1675, 53.3032],[-4.166699, 53.3033],[-4.1639, 53.3033],[-4.1608, 53.3032],[-4.159501, 53.3033],[-4.1578, 53.3034],[-4.1553, 53.3037],[-4.147, 53.3043],[-4.145599, 53.3046],[-4.143701, 53.3049],[-4.142799, 53.3052],[-4.1422, 53.3054],[-4.1409, 53.3061],[-4.1405, 53.3066],[-4.1405, 53.307],[-4.1405, 53.308],[-4.140399, 53.3085],[-4.139999, 53.309],[-4.139501, 53.3094],[-4.139101, 53.3097],[-4.138299, 53.3103],[-4.1378, 53.3106],[-4.1366, 53.3111],[-4.135799, 53.3116],[-4.133999, 53.3137],[-4.1328, 53.3146],[-4.131899, 53.3149],[-4.1307, 53.3152],[-4.1296, 53.3152],[-4.1283, 53.3155],[-4.1276, 53.3159],[-4.1265, 53.3165],[-4.125299, 53.3169],[-4.123799, 53.3172],[-4.1222, 53.3177],[-4.1208, 53.3183],[-4.1194, 53.3188],[-4.1181, 53.3192],[-4.117199, 53.3193],[-4.115699, 53.3193],[-4.114399, 53.319],[-4.112999, 53.3191],[-4.110799, 53.3193],[-4.1096, 53.3194],[-4.108799, 53.3194],[-4.108099, 53.3193],[-4.107399, 53.3191],[-4.1061, 53.3186],[-4.104, 53.3181],[-4.101601, 53.3183],[-4.0989, 53.3183],[-4.097899, 53.3182],[-4.0974, 53.3181],[-4.0959, 53.3174],[-4.094699, 53.3168],[-4.0938, 53.3164],[-4.092199, 53.3161],[-4.091801, 53.316],[-4.090499, 53.3152],[-4.090099, 53.315],[-4.089799, 53.3149],[-4.089, 53.3153],[-4.0885, 53.3156],[-4.0879, 53.3158],[-4.08720, 53.3157],[-4.085199, 53.3149],[-4.0822, 53.314],[-4.0788, 53.3132],[-4.077001, 53.3133],[-4.0748, 53.3132],[-4.073599, 53.313],[-4.07, 53.3127],[-4.0679, 53.3125],[-4.064899, 53.3127],[-4.062699, 53.3139],[-4.0605, 53.3137],[-4.059199, 53.3139],[-4.058, 53.3147],[-4.057099, 53.315],[-4.056499, 53.3151],[-4.0556, 53.315],[-4.054999, 53.3148],[-4.0538, 53.3145],[-4.052199, 53.3136],[-4.0516, 53.3132],[-4.050099, 53.313],[-4.0481, 53.3128],[-4.0472, 53.3125],[-4.0458, 53.3124],[-4.0447, 53.3122],[-4.0436, 53.3116],[-4.0425, 53.3114],[-4.0418, 53.3113],[-4.041299, 53.3114],[-4.0405, 53.3118],[-4.0401, 53.3119],[-4.0397, 53.312],[-4.039501, 53.312],[-4.039199, 53.3118],[-4.0389, 53.3111],[-4.038799, 53.3103],[-4.039, 53.3097],[-4.0405, 53.3092],[-4.041299, 53.3088],[-4.0426, 53.3081],[-4.043099, 53.3076],[-4.0439, 53.3061],[-4.044199, 53.3056],[-4.044799, 53.3052],[-4.0458, 53.3049],[-4.0466, 53.3047],[-4.0516, 53.3046],[-4.0528, 53.3044],[-4.0538, 53.3041],[-4.0542, 53.3039],[-4.054999, 53.3034],[-4.0553, 53.3032],[-4.0553, 53.3028],[-4.0552, 53.3023],[-4.0553, 53.302],[-4.056201, 53.3016],[-4.0564, 53.3014],[-4.056201, 53.2984],[-4.0563, 53.2975],[-4.0564, 53.297],[-4.05670, 53.2964],[-4.057099, 53.296],[-4.0576, 53.2958],[-4.058701, 53.2955],[-4.0629, 53.2948],[-4.064199, 53.2945],[-4.068501, 53.2919],[-4.0696, 53.2913],[-4.069799, 53.2909],[-4.070099, 53.2896],[-4.070399, 53.2888],[-4.071001, 53.2875],[-4.072599, 53.2847],[-4.0732, 53.2838],[-4.073901, 53.2830],[-4.076001, 53.2804],[-4.076401, 53.2796],[-4.0768, 53.2792],[-4.0789, 53.279],[-4.0797, 53.2788],[-4.080599, 53.2784],[-4.081699, 53.2778],[-4.082799, 53.2764],[-4.083399, 53.2755],[-4.083799, 53.2744],[-4.084199, 53.2724],[-4.084599, 53.2694],[-4.0851, 53.2658],[-4.0851, 53.2646],[-4.085299, 53.2639],[-4.085899, 53.2635],[-4.086801, 53.2632],[-4.087699, 53.2631],[-4.088099, 53.2629],[-4.0886, 53.2622],[-4.088799, 53.262],[-4.0892, 53.2621],[-4.0904, 53.2625],[-4.092299, 53.2624],[-4.0942, 53.2624],[-4.0948, 53.2622],[-4.095399, 53.2619],[-4.095799, 53.2616],[-4.0962, 53.2611],[-4.0974, 53.2596],[-4.1005, 53.2569],[-4.1009, 53.2566],[-4.101, 53.2564],[-4.1009, 53.256],[-4.100399, 53.2556],[-4.099999, 53.2553],[-4.1002, 53.2551],[-4.1009, 53.2548],[-4.1022, 53.2544],[-4.104199, 53.2542],[-4.107, 53.2532],[-4.110799, 53.2516],[-4.1141, 53.2505],[-4.1178, 53.249],[-4.1202, 53.2481],[-4.1223, 53.2473],[-4.125299, 53.2463],[-4.126299, 53.2458],[-4.126601, 53.2454],[-4.1269, 53.2447],[-4.1271, 53.2444],[-4.1275, 53.2442],[-4.1283, 53.2442],[-4.1297, 53.2441],[-4.131001, 53.2437],[-4.1321, 53.2433],[-4.1346, 53.2422],[-4.1377, 53.2406],[-4.138999, 53.2394],[-4.142099, 53.2378],[-4.143199, 53.2373],[-4.144199, 53.2370],[-4.1457, 53.2366],[-4.1469, 53.2363],[-4.147999, 53.236],[-4.148901, 53.2359],[-4.1494, 53.2358],[-4.1496, 53.2356],[-4.1503, 53.2345],[-4.151, 53.2340],[-4.1517, 53.2337],[-4.154399, 53.233],[-4.1549, 53.2329],[-4.1562, 53.2336],[-4.156401, 53.2336],[-4.1567, 53.2335],[-4.156801, 53.2333],[-4.156899, 53.2328],[-4.156899, 53.2322],[-4.156801, 53.2319],[-4.156499, 53.2316],[-4.156001, 53.2314],[-4.155099, 53.2313],[-4.154301, 53.2314],[-4.152999, 53.2316],[-4.1524, 53.2316],[-4.1521, 53.2316],[-4.152, 53.2315],[-4.152, 53.2313],[-4.1522, 53.2310],[-4.1529, 53.2304],[-4.153501, 53.2296],[-4.1537, 53.2292],[-4.1542, 53.2292],[-4.154799, 53.2295],[-4.155799, 53.2301],[-4.1562, 53.2301],[-4.1571, 53.2299],[-4.1578, 53.2297],[-4.158299, 53.2294],[-4.158599, 53.2292],[-4.1587, 53.2289],[-4.1587, 53.2287],[-4.158599, 53.2284],[-4.1584, 53.2282],[-4.157899, 53.2279],[-4.157199, 53.2278],[-4.1563, 53.2282],[-4.156001, 53.2282],[-4.155799, 53.2281],[-4.1557, 53.2279],[-4.1557, 53.2277],[-4.155799, 53.2274],[-4.1562, 53.2271],[-4.156899, 53.227],[-4.1578, 53.2269],[-4.1581, 53.2268],[-4.158199, 53.2266],[-4.158299, 53.2260],[-4.1584, 53.2258],[-4.1588, 53.2253],[-4.159501, 53.224],[-4.1601, 53.2234],[-4.1615, 53.2224],[-4.1618, 53.2222],[-4.163599, 53.2216],[-4.164101, 53.2216],[-4.164999, 53.2220],[-4.1661, 53.2225],[-4.167, 53.2230],[-4.167699, 53.2232],[-4.1682, 53.2232],[-4.168701, 53.2229],[-4.169301, 53.2225],[-4.1697, 53.2225],[-4.17, 53.2227],[-4.1701, 53.2229],[-4.17, 53.2232],[-4.169799, 53.2235],[-4.167799, 53.2247],[-4.1673, 53.2250],[-4.1672, 53.2252],[-4.1675, 53.2255],[-4.1682, 53.2256],[-4.168701, 53.2253],[-4.169301, 53.2249],[-4.169799, 53.2247],[-4.170599, 53.2249],[-4.171299, 53.2249],[-4.1722, 53.2245],[-4.174399, 53.2243],[-4.1792, 53.2222],[-4.1814, 53.2211],[-4.182099, 53.2204],[-4.1831, 53.2191],[-4.1835, 53.2187],[-4.1843, 53.2184],[-4.1851, 53.2179],[-4.18730, 53.2172],[-4.188399, 53.2170],[-4.1901, 53.2169],[-4.194399, 53.2168],[-4.1988, 53.2167],[-4.1993, 53.2165],[-4.199699, 53.2162],[-4.200099, 53.2157],[-4.2005, 53.2152],[-4.2009, 53.2149],[-4.2013, 53.2146],[-4.2018, 53.2145],[-4.202499, 53.2143],[-4.203701, 53.2140],[-4.204501, 53.2137],[-4.2059, 53.2127],[-4.2095, 53.2093],[-4.212299, 53.2059],[-4.2133, 53.2043],[-4.213901, 53.203],[-4.2141, 53.2017],[-4.214, 53.2005],[-4.2137, 53.199],[-4.213399, 53.1981],[-4.213099, 53.1975],[-4.212699, 53.1966],[-4.212699, 53.1932],[-4.2129, 53.1928],[-4.2135, 53.1925],[-4.2137, 53.1923],[-4.213799, 53.1918],[-4.213799, 53.1915],[-4.2142, 53.191],[-4.214399, 53.1901],[-4.2147, 53.1897],[-4.21530, 53.1893],[-4.216499, 53.1887],[-4.2174, 53.1883],[-4.2177, 53.1881],[-4.217899, 53.1877],[-4.2175, 53.1875],[-4.217, 53.1874],[-4.2161, 53.187],[-4.215899, 53.1868],[-4.2161, 53.1864],[-4.2166, 53.1862],[-4.217, 53.1861],[-4.2177, 53.1861],[-4.218901, 53.1864],[-4.219399, 53.1864],[-4.219999, 53.1862],[-4.220399, 53.186],[-4.2217, 53.185],[-4.2248, 53.1843],[-4.2265, 53.1835],[-4.228099, 53.1826],[-4.230199, 53.1817],[-4.2308, 53.1815],[-4.2315, 53.1815],[-4.2326, 53.1816],[-4.233099, 53.1817],[-4.233799, 53.1819],[-4.2349, 53.1822],[-4.235499, 53.1823],[-4.2366, 53.1822],[-4.2375, 53.1819],[-4.2387, 53.1814],[-4.2413, 53.1802],[-4.244501, 53.1785],[-4.244999, 53.1781],[-4.2455, 53.1777],[-4.2469, 53.1767],[-4.248099, 53.176],[-4.249599, 53.1754],[-4.251299, 53.175],[-4.252999, 53.1744],[-4.253701, 53.1741],[-4.254399, 53.1737],[-4.255599, 53.1728],[-4.257299, 53.1717],[-4.2586, 53.171],[-4.2592, 53.1707],[-4.2602, 53.1704],[-4.2623, 53.1692],[-4.263599, 53.1680],[-4.2643, 53.1676],[-4.2655, 53.1673],[-4.2686, 53.1667],[-4.27, 53.166],[-4.271699, 53.1651],[-4.273399, 53.1641],[-4.274199, 53.1636],[-4.275, 53.163],[-4.2754, 53.1626],[-4.2762, 53.1614],[-4.2775, 53.1598],[-4.2788, 53.1587],[-4.2799, 53.1578],[-4.2807, 53.1572],[-4.281001, 53.1569],[-4.281001, 53.1567],[-4.2807, 53.1565],[-4.2803, 53.1565],[-4.280099, 53.1562],[-4.280099, 53.1559],[-4.2806, 53.1557],[-4.281899, 53.1556],[-4.282899, 53.1554],[-4.287099, 53.1532],[-4.2905, 53.1518],[-4.2941, 53.1506],[-4.295, 53.1501],[-4.2975, 53.1483],[-4.3, 53.1477],[-4.303199, 53.1471],[-4.3089, 53.146],[-4.311699, 53.1453],[-4.3144, 53.1445],[-4.316401, 53.1445],[-4.317999, 53.1445],[-4.320499, 53.1447],[-4.322001, 53.1449],[-4.322299, 53.1451],[-4.3224, 53.1455],[-4.3221, 53.146],[-4.321401, 53.1463],[-4.321001, 53.1465],[-4.321001, 53.1470],[-4.3213, 53.1475],[-4.321499, 53.1478],[-4.322599, 53.1483],[-4.322899, 53.1483],[-4.3234, 53.1482],[-4.327199, 53.1470],[-4.32770, 53.1470],[-4.328501, 53.1477],[-4.329101, 53.148],[-4.3314, 53.148],[-4.3322, 53.148],[-4.333799, 53.1483],[-4.335299, 53.1484],[-4.336699, 53.1491],[-4.3371, 53.1495],[-4.3371, 53.1500],[-4.337, 53.1505],[-4.336801, 53.1514],[-4.3366, 53.152],[-4.336299, 53.1523],[-4.3358, 53.1526],[-4.332799, 53.1545],[-4.332099, 53.1552],[-4.331601, 53.1563],[-4.3314, 53.1566],[-4.3308, 53.157],[-4.3301, 53.1574],[-4.3294, 53.1577],[-4.328501, 53.1584],[-4.3274, 53.1594],[-4.326499, 53.1604],[-4.326401, 53.1608],[-4.3268, 53.1613],[-4.32770, 53.1620],[-4.328, 53.1622],[-4.3281, 53.1626],[-4.3281, 53.1629],[-4.328, 53.1637],[-4.328, 53.1645],[-4.3281, 53.1653],[-4.328199, 53.1654],[-4.3284, 53.1654],[-4.328701, 53.1646],[-4.329199, 53.1636],[-4.3294, 53.1631],[-4.3293, 53.1622],[-4.329101, 53.1618],[-4.3288, 53.1616],[-4.328501, 53.1614],[-4.3283, 53.1612],[-4.3281, 53.1608],[-4.328199, 53.1601],[-4.328501, 53.1598],[-4.3294, 53.1589],[-4.329999, 53.1585],[-4.330699, 53.1582],[-4.331201, 53.1579],[-4.3318, 53.1574],[-4.332099, 53.1571],[-4.3326, 53.1567],[-4.3329, 53.1563],[-4.3333, 53.1554],[-4.333701, 53.1549],[-4.335299, 53.154],[-4.3366, 53.1531],[-4.3372, 53.1526],[-4.3376, 53.1522],[-4.3379, 53.1516],[-4.338399, 53.1495],[-4.3383, 53.1488],[-4.3378, 53.1483],[-4.3358, 53.1471],[-4.335199, 53.1467],[-4.334899, 53.1462],[-4.335, 53.1453],[-4.3361, 53.1435],[-4.337, 53.1423],[-4.3391, 53.1401],[-4.3403, 53.1392],[-4.342199, 53.1384],[-4.343501, 53.138],[-4.3459, 53.1375],[-4.346401, 53.1373],[-4.347799, 53.1365],[-4.3498, 53.1354],[-4.350599, 53.1351],[-4.3514, 53.1348],[-4.3533, 53.1345],[-4.354, 53.1344],[-4.3543, 53.1342],[-4.3543, 53.134],[-4.354101, 53.1337],[-4.3533, 53.1334],[-4.353, 53.1333],[-4.352399, 53.1333],[-4.352099, 53.1334],[-4.351099, 53.1336],[-4.3476, 53.133],[-4.3412, 53.132],[-4.336699, 53.1312],[-4.335, 53.1307],[-4.333701, 53.1302],[-4.3308, 53.1292],[-4.3298, 53.1288],[-4.329101, 53.1287],[-4.328701, 53.1288],[-4.328701, 53.1291],[-4.329, 53.1294],[-4.329599, 53.1296],[-4.3297, 53.1297],[-4.329599, 53.1299],[-4.3293, 53.13],[-4.3288, 53.13],[-4.3276, 53.1297],[-4.326601, 53.1293],[-4.326001, 53.1288],[-4.325699, 53.128],[-4.325799, 53.1275],[-4.326401, 53.1268],[-4.3276, 53.1268],[-4.328701, 53.1272],[-4.329599, 53.1277],[-4.3304, 53.1281],[-4.3319, 53.1285],[-4.333099, 53.1287],[-4.338799, 53.1289],[-4.342999, 53.1291],[-4.3508, 53.1297],[-4.352399, 53.1299],[-4.3551, 53.1303],[-4.3586, 53.1314],[-4.360799, 53.1322],[-4.363901, 53.134],[-4.366601, 53.1356],[-4.369501, 53.137],[-4.3734, 53.1386],[-4.380799, 53.1412],[-4.3831, 53.1419],[-4.3873, 53.1431],[-4.388599, 53.1434],[-4.3898, 53.1437],[-4.3899, 53.1437],[-4.3909, 53.1439],[-4.3936, 53.1443],[-4.3972, 53.1447],[-4.403999, 53.1447],[-4.404799, 53.1443],[-4.4053, 53.1439],[-4.405499, 53.1437],[-4.4057, 53.1434],[-4.405499, 53.1431],[-4.4052, 53.1427],[-4.4052, 53.1421],[-4.4052, 53.1413],[-4.4046, 53.1411],[-4.4046, 53.1408],[-4.405, 53.1405],[-4.4057, 53.1405],[-4.4063, 53.1401],[-4.406401, 53.1396],[-4.4066, 53.139],[-4.4073, 53.1385],[-4.407899, 53.1383],[-4.4094, 53.1382],[-4.409599, 53.137],[-4.4106, 53.1361],[-4.4115, 53.1355],[-4.412099, 53.1353],[-4.412099, 53.135],[-4.411601, 53.1347],[-4.4114, 53.1343],[-4.4134, 53.1345],[-4.414, 53.1347],[-4.414501, 53.1354],[-4.4147, 53.1359],[-4.4147, 53.1363],[-4.4118, 53.139],[-4.4108, 53.14],[-4.409699, 53.1402],[-4.4093, 53.1404],[-4.4084, 53.1416],[-4.407599, 53.1429],[-4.4067, 53.1442],[-4.406499, 53.1453],[-4.406499, 53.1459],[-4.406801, 53.1470],[-4.407199, 53.1479],[-4.412399, 53.1543],[-4.4133, 53.1556],[-4.4139, 53.157],[-4.414199, 53.1581],[-4.4144, 53.1591],[-4.4144, 53.1597],[-4.414101, 53.1607],[-4.413799, 53.1613],[-4.413199, 53.1621],[-4.412499, 53.1629],[-4.411699, 53.1635],[-4.4106, 53.1642],[-4.408199, 53.1648],[-4.405799, 53.1658],[-4.4041, 53.1670],[-4.403501, 53.1673],[-4.401401, 53.1674],[-4.400599, 53.1676],[-4.392799, 53.1708],[-4.392001, 53.171],[-4.391201, 53.1712],[-4.3906, 53.1713],[-4.389999, 53.1712],[-4.3892, 53.1708],[-4.3888, 53.1706],[-4.3878, 53.1698],[-4.3874, 53.1691],[-4.3871, 53.1691],[-4.3859, 53.1698],[-4.384799, 53.1706],[-4.3817, 53.1768],[-4.380099, 53.18],[-4.3796, 53.1815],[-4.3792, 53.1829],[-4.379301, 53.1842],[-4.3796, 53.185],[-4.3824, 53.1881],[-4.382699, 53.1886],[-4.382899, 53.1891],[-4.3832, 53.1901],[-4.382999, 53.1914],[-4.3828, 53.1922],[-4.382999, 53.1924],[-4.3837, 53.1927],[-4.3841, 53.1927],[-4.388199, 53.1908],[-4.3899, 53.1899],[-4.3923, 53.1891],[-4.394, 53.1886],[-4.3955, 53.188],[-4.398399, 53.186],[-4.399301, 53.1849],[-4.4, 53.1839],[-4.4003, 53.1833],[-4.4011, 53.1815],[-4.4016, 53.1811],[-4.403999, 53.1803],[-4.405, 53.18],[-4.405799, 53.1796],[-4.4071, 53.1788],[-4.408599, 53.1787],[-4.4094, 53.1785],[-4.409999, 53.1782],[-4.410399, 53.1778],[-4.410699, 53.1773],[-4.411001, 53.1767],[-4.411099, 53.1764],[-4.411201, 53.1758],[-4.4114, 53.1741],[-4.4115, 53.1734],[-4.411699, 53.1729],[-4.412001, 53.1724],[-4.4152, 53.1700],[-4.416601, 53.1693],[-4.417399, 53.169],[-4.419, 53.169],[-4.4197, 53.1688],[-4.4203, 53.1685],[-4.4217, 53.1677],[-4.4222, 53.1673],[-4.4224, 53.1671],[-4.4224, 53.1666],[-4.422699, 53.1661],[-4.4229, 53.1659],[-4.4236, 53.1659],[-4.424399, 53.1658],[-4.425099, 53.1657],[-4.42530, 53.1655],[-4.425099, 53.1641],[-4.42530, 53.1638],[-4.4259, 53.1632],[-4.426499, 53.1626],[-4.4266, 53.1619],[-4.426499, 53.1611],[-4.4267, 53.1608],[-4.4281, 53.1602],[-4.4299, 53.1598],[-4.432499, 53.1599],[-4.4331, 53.1598],[-4.434, 53.1596],[-4.4352, 53.1590],[-4.436699, 53.1576],[-4.437399, 53.1575],[-4.438099, 53.1573],[-4.4386, 53.157],[-4.439, 53.1565],[-4.4394, 53.1561],[-4.439899, 53.1557],[-4.440599, 53.1554],[-4.4411, 53.1553],[-4.4416, 53.1554],[-4.4422, 53.1556],[-4.442299, 53.1557],[-4.442299, 53.1559],[-4.4422, 53.1561],[-4.4397, 53.1579],[-4.4395, 53.1580],[-4.4395, 53.1582],[-4.4397, 53.1584],[-4.441201, 53.1581],[-4.441401, 53.1581],[-4.4416, 53.1583],[-4.4415, 53.1584],[-4.4403, 53.1593],[-4.4397, 53.1597],[-4.4396, 53.1599],[-4.4397, 53.1601],[-4.440199, 53.1603],[-4.4403, 53.1604],[-4.4403, 53.1605],[-4.4403, 53.1611],[-4.4407, 53.1613],[-4.440899, 53.1613],[-4.4417, 53.1612],[-4.442699, 53.1606],[-4.443399, 53.1606],[-4.44360, 53.1606],[-4.443799, 53.1608],[-4.442999, 53.1617],[-4.4428, 53.1619],[-4.4428, 53.1624],[-4.443299, 53.1629],[-4.443999, 53.1631],[-4.44460, 53.1629],[-4.445, 53.1626],[-4.4453, 53.1622],[-4.445799, 53.1621],[-4.4461, 53.1622],[-4.4463, 53.1629],[-4.4466, 53.1634],[-4.447199, 53.1639],[-4.4477, 53.1651],[-4.447999, 53.1655],[-4.4484, 53.1656],[-4.4488, 53.1656],[-4.4493, 53.1651],[-4.4496, 53.1651],[-4.4499, 53.1653],[-4.449999, 53.1659],[-4.449501, 53.1672],[-4.449501, 53.1681],[-4.4502, 53.1689],[-4.450399, 53.1692],[-4.450399, 53.1696],[-4.4506, 53.1702],[-4.4509, 53.1708],[-4.4512, 53.1711],[-4.451401, 53.1713],[-4.4518, 53.1713],[-4.4527, 53.1706],[-4.4533, 53.1705],[-4.454101, 53.1709],[-4.4543, 53.1712],[-4.4544, 53.1716],[-4.4544, 53.1722],[-4.4547, 53.1725],[-4.4561, 53.1735],[-4.4564, 53.1738],[-4.456699, 53.1744],[-4.45680, 53.175],[-4.45680, 53.1756],[-4.456699, 53.1775],[-4.45680, 53.1788],[-4.457099, 53.1793],[-4.457399, 53.1797],[-4.4576, 53.1799],[-4.459, 53.181],[-4.462399, 53.1829],[-4.4626, 53.1831],[-4.46290, 53.1837],[-4.4632, 53.1846],[-4.4633, 53.1856],[-4.4632, 53.1863],[-4.46290, 53.1871],[-4.462699, 53.1876],[-4.4621, 53.1885],[-4.4611, 53.1896],[-4.460199, 53.1904],[-4.4597, 53.1906],[-4.459599, 53.1916],[-4.459599, 53.1922],[-4.4595, 53.1926],[-4.4585, 53.1942],[-4.457699, 53.1955],[-4.4573, 53.1963],[-4.4573, 53.1965],[-4.4573, 53.1967],[-4.4576, 53.1966],[-4.459301, 53.1949],[-4.459799, 53.1945],[-4.46, 53.1943],[-4.4608, 53.1933],[-4.461201, 53.1928],[-4.4615, 53.191],[-4.463099, 53.189],[-4.4647, 53.1871],[-4.465499, 53.1862],[-4.4657, 53.185],[-4.4657, 53.1833],[-4.465799, 53.183],[-4.465899, 53.1828],[-4.4663, 53.1826],[-4.468599, 53.1823],[-4.469699, 53.1822],[-4.4705, 53.1821],[-4.471001, 53.1819],[-4.472001, 53.1813],[-4.473199, 53.1807],[-4.474199, 53.1804],[-4.476099, 53.1807],[-4.477499, 53.1807],[-4.48, 53.1807],[-4.480599, 53.1805],[-4.4821, 53.1791],[-4.482399, 53.1789],[-4.4828, 53.1786],[-4.483701, 53.1781],[-4.4841, 53.1779],[-4.4857, 53.1779],[-4.485799, 53.1781],[-4.486001, 53.1785],[-4.48630, 53.1787],[-4.486899, 53.179],[-4.4877, 53.1794],[-4.4878, 53.1797],[-4.487599, 53.1802],[-4.4875, 53.1805],[-4.487599, 53.1811],[-4.4877, 53.1815],[-4.4878, 53.1822],[-4.4877, 53.1824],[-4.486801, 53.1828],[-4.485899, 53.1839],[-4.485199, 53.1844],[-4.4849, 53.1847],[-4.485, 53.1851],[-4.485199, 53.1855],[-4.485799, 53.1858],[-4.487199, 53.1865],[-4.488999, 53.1874],[-4.4896, 53.1875],[-4.490399, 53.1875],[-4.4912, 53.1872],[-4.492001, 53.1869],[-4.4927, 53.1869],[-4.493299, 53.1872],[-4.4938, 53.1873],[-4.4944, 53.1873],[-4.4952, 53.1868],[-4.495699, 53.1865],[-4.4964, 53.1865],[-4.4969, 53.1867],[-4.497499, 53.1871],[-4.4989, 53.1877],[-4.499899, 53.1877],[-4.5022, 53.1878],[-4.5029, 53.188],[-4.503701, 53.1884],[-4.5041, 53.1888],[-4.504301, 53.1892],[-4.504301, 53.1897],[-4.5042, 53.1901],[-4.504, 53.1907],[-4.503799, 53.1914],[-4.5041, 53.1925],[-4.5045, 53.1931],[-4.505199, 53.1938],[-4.505499, 53.1944],[-4.505499, 53.195],[-4.5054, 53.1957],[-4.505199, 53.1967],[-4.505099, 53.197],[-4.5049, 53.1972],[-4.503799, 53.198],[-4.5035, 53.1984],[-4.5033, 53.1993],[-4.5029, 53.2],[-4.502399, 53.2007],[-4.50210, 53.2012],[-4.501601, 53.2017],[-4.5014, 53.2019],[-4.500899, 53.2022],[-4.499899, 53.2026],[-4.4993, 53.2033],[-4.499, 53.2038],[-4.498799, 53.204],[-4.4986, 53.2041],[-4.498, 53.2042],[-4.4976, 53.2044],[-4.4976, 53.2047],[-4.497799, 53.205],[-4.4979, 53.2055],[-4.497799, 53.2059],[-4.4976, 53.2062],[-4.497399, 53.2064],[-4.497001, 53.2067],[-4.4965, 53.2069],[-4.49590, 53.2069],[-4.494999, 53.2073],[-4.494699, 53.2078],[-4.494999, 53.2085],[-4.495399, 53.2088],[-4.4958, 53.2089],[-4.4964, 53.2089],[-4.4979, 53.2084],[-4.499, 53.2079],[-4.500199, 53.2075],[-4.501601, 53.2072],[-4.5028, 53.2073],[-4.503701, 53.2075],[-4.504799, 53.2081],[-4.5049, 53.2087],[-4.5049, 53.2094],[-4.5047, 53.21],[-4.503901, 53.2107],[-4.5032, 53.2111],[-4.5019, 53.2115],[-4.501201, 53.212],[-4.501, 53.2124],[-4.501, 53.2128],[-4.501201, 53.2132],[-4.50210, 53.2139],[-4.502999, 53.2149],[-4.503799, 53.2159],[-4.50460, 53.2166],[-4.506801, 53.2181],[-4.509301, 53.2195],[-4.5116, 53.2212],[-4.5144, 53.2225],[-4.5159, 53.2231],[-4.5169, 53.2233],[-4.517799, 53.2234],[-4.518701, 53.2235],[-4.519899, 53.2232],[-4.520899, 53.2226],[-4.5215, 53.2227],[-4.521299, 53.2238],[-4.521699, 53.2246],[-4.5233, 53.2260],[-4.523901, 53.2265],[-4.5241, 53.227],[-4.5241, 53.2277],[-4.524, 53.2283],[-4.523701, 53.2288],[-4.5232, 53.2296],[-4.522699, 53.2301],[-4.522, 53.2307],[-4.520899, 53.2319],[-4.5207, 53.2324],[-4.520599, 53.2334],[-4.5207, 53.2345],[-4.521299, 53.2356],[-4.521299, 53.2362],[-4.521, 53.2366],[-4.52040, 53.2371],[-4.52040, 53.2378],[-4.5205, 53.238],[-4.520899, 53.2382],[-4.521299, 53.2384],[-4.5222, 53.2381],[-4.5226, 53.2378],[-4.5226, 53.2375],[-4.522299, 53.2372],[-4.522099, 53.2364],[-4.5222, 53.2361],[-4.5226, 53.2357],[-4.522999, 53.2355],[-4.523901, 53.2356],[-4.525899, 53.236],[-4.531401, 53.2371],[-4.533501, 53.2376],[-4.5352, 53.2384],[-4.5365, 53.2395],[-4.5384, 53.241],[-4.5401, 53.2422],[-4.5461, 53.245],[-4.5488, 53.2462],[-4.5502, 53.2469],[-4.550799, 53.2479],[-4.5513, 53.2485],[-4.551899, 53.249],[-4.552499, 53.2493],[-4.55340, 53.2496],[-4.554501, 53.25],[-4.554599, 53.2502],[-4.554599, 53.2505],[-4.554399, 53.2506],[-4.553501, 53.2508],[-4.552899, 53.2511],[-4.5524, 53.2515],[-4.552199, 53.252],[-4.552001, 53.2529],[-4.551899, 53.2532],[-4.551401, 53.2536],[-4.551001, 53.2538],[-4.5502, 53.254],[-4.549301, 53.2541],[-4.5486, 53.2543],[-4.548399, 53.2545],[-4.548299, 53.2548],[-4.5486, 53.2549],[-4.549301, 53.2548],[-4.54990, 53.2549],[-4.550399, 53.255],[-4.5517, 53.2556],[-4.554101, 53.2573],[-4.556601, 53.2587],[-4.557199, 53.259],[-4.558, 53.2593],[-4.5588, 53.2595],[-4.559101, 53.2596],[-4.559199, 53.2598],[-4.559101, 53.2601],[-4.559, 53.2603],[-4.5577, 53.261],[-4.557001, 53.2617],[-4.5556, 53.2631],[-4.554699, 53.2645],[-4.5543, 53.2652],[-4.553999, 53.2654],[-4.553599, 53.2655],[-4.5531, 53.2655],[-4.5527, 53.2654],[-4.5521, 53.2651],[-4.551499, 53.2649],[-4.5513, 53.265],[-4.5513, 53.2655],[-4.5521, 53.2662],[-4.553199, 53.267],[-4.553501, 53.2675],[-4.553999, 53.2676],[-4.554599, 53.2674],[-4.5549, 53.2671],[-4.5552, 53.2667],[-4.5556, 53.2662],[-4.556001, 53.2657],[-4.556601, 53.265],[-4.55690, 53.2648],[-4.5584, 53.2648],[-4.559199, 53.265],[-4.5602, 53.2654],[-4.5609, 53.2659],[-4.561299, 53.2664],[-4.562001, 53.2676],[-4.5622, 53.2678],[-4.5626, 53.268],[-4.5639, 53.2682],[-4.5647, 53.2683],[-4.565, 53.2684],[-4.565499, 53.2687],[-4.5657, 53.2690],[-4.5657, 53.2709],[-4.565499, 53.2711],[-4.5651, 53.2712],[-4.5647, 53.2712],[-4.564, 53.2713],[-4.563799, 53.2717],[-4.563799, 53.2720],[-4.564101, 53.2722],[-4.5646, 53.2723],[-4.565199, 53.2723],[-4.5654, 53.2725],[-4.5654, 53.2733],[-4.564, 53.2753],[-4.563799, 53.276],[-4.5639, 53.2763],[-4.564199, 53.2764],[-4.5644, 53.2763],[-4.5657, 53.2752],[-4.5665, 53.2748],[-4.567599, 53.274],[-4.568799, 53.2729],[-4.56910, 53.2728],[-4.569699, 53.2728],[-4.570099, 53.2728],[-4.570399, 53.2729],[-4.5707, 53.2731],[-4.570799, 53.2732],[-4.570899, 53.2736],[-4.570899, 53.2746],[-4.570899, 53.2748],[-4.5713, 53.2749],[-4.5716, 53.2749],[-4.571899, 53.2747],[-4.5725, 53.274],[-4.572899, 53.2735],[-4.572999, 53.2735],[-4.5732, 53.2737],[-4.5731, 53.2746],[-4.5731, 53.2749],[-4.5734, 53.2753],[-4.57430, 53.2757],[-4.5748, 53.2756],[-4.57530, 53.2755],[-4.575699, 53.2753],[-4.576001, 53.2751],[-4.576401, 53.2747],[-4.577799, 53.2747],[-4.57880, 53.2749],[-4.58040, 53.2757],[-4.581201, 53.2764],[-4.581601, 53.2769],[-4.5818, 53.2772],[-4.582099, 53.2775],[-4.582399, 53.2777],[-4.5826, 53.2779],[-4.5825, 53.2782],[-4.5818, 53.2789],[-4.581201, 53.2794],[-4.581, 53.2797],[-4.581, 53.2801],[-4.581299, 53.2805],[-4.581699, 53.2807],[-4.5819, 53.2807],[-4.5823, 53.2804],[-4.5832, 53.2793],[-4.584, 53.279],[-4.584599, 53.2786],[-4.5851, 53.2784],[-4.5858, 53.2785],[-4.585899, 53.2787],[-4.586, 53.2789],[-4.586, 53.2791],[-4.585899, 53.2800],[-4.586, 53.2804],[-4.58650, 53.2809],[-4.5871, 53.2812],[-4.5872, 53.2815],[-4.587, 53.2819],[-4.5866, 53.2821],[-4.586401, 53.2821],[-4.5858, 53.2821],[-4.5851, 53.2821],[-4.5845, 53.282],[-4.5836, 53.2817],[-4.5825, 53.2816],[-4.5822, 53.2817],[-4.582001, 53.2825],[-4.5818, 53.2833],[-4.5815, 53.2837],[-4.5808, 53.2841],[-4.579501, 53.2845],[-4.5768, 53.2854],[-4.576001, 53.2858],[-4.57520, 53.2862],[-4.5746, 53.2865],[-4.5741, 53.2869],[-4.5738, 53.2879],[-4.573501, 53.2885],[-4.571899, 53.2904],[-4.571499, 53.2908],[-4.568299, 53.2928],[-4.567599, 53.2932],[-4.565899, 53.2939],[-4.563701, 53.2948],[-4.5629, 53.2951],[-4.561601, 53.2955],[-4.5604, 53.2959],[-4.5593, 53.2963],[-4.559101, 53.2965],[-4.5588, 53.2969],[-4.558599, 53.2974],[-4.558599, 53.2982],[-4.5588, 53.2996],[-4.5588, 53.3004],[-4.5585, 53.3008],[-4.558199, 53.3009],[-4.557899, 53.3009],[-4.5576, 53.3007],[-4.55690, 53.2998],[-4.556499, 53.2991],[-4.556201, 53.2988],[-4.555799, 53.2986],[-4.555399, 53.2985],[-4.5549, 53.2985],[-4.5542, 53.2986],[-4.553299, 53.2989],[-4.552199, 53.2993],[-4.5503, 53.2999],[-4.549399, 53.3001],[-4.548501, 53.3002],[-4.547599, 53.3002],[-4.546801, 53.3002],[-4.546299, 53.3004],[-4.5457, 53.301],[-4.545599, 53.3012],[-4.545599, 53.3016],[-4.5457, 53.3024],[-4.5457, 53.3031],[-4.545599, 53.3034],[-4.5453, 53.3038],[-4.544301, 53.3045],[-4.5433, 53.3053],[-4.542099, 53.3062],[-4.540699, 53.307],[-4.539899, 53.307],[-4.538701, 53.3071],[-4.537799, 53.3073],[-4.5373, 53.3076],[-4.536601, 53.3089],[-4.536201, 53.3095],[-4.535699, 53.3097],[-4.5352, 53.3098],[-4.534599, 53.3097],[-4.5334, 53.3092],[-4.5324, 53.3089],[-4.5317, 53.3087],[-4.531001, 53.3087],[-4.5299, 53.309],[-4.528999, 53.3094],[-4.528999, 53.3095],[-4.5292, 53.3096],[-4.530499, 53.3095],[-4.5316, 53.3096],[-4.533299, 53.31],[-4.5342, 53.3104],[-4.534699, 53.3108],[-4.535399, 53.3111],[-4.535699, 53.3113],[-4.5359, 53.3113],[-4.536099, 53.3113],[-4.5363, 53.311],[-4.536699, 53.3103],[-4.537399, 53.3097],[-4.537799, 53.3084],[-4.5383, 53.3079],[-4.538799, 53.3078],[-4.540699, 53.3083],[-4.5426, 53.3082],[-4.5435, 53.3081],[-4.5441, 53.3078],[-4.5445, 53.3073],[-4.544799, 53.3065],[-4.546, 53.3057],[-4.5472, 53.3051],[-4.5491, 53.3045],[-4.5513, 53.3044],[-4.552299, 53.3044],[-4.553199, 53.3041],[-4.5538, 53.3038],[-4.554399, 53.3037],[-4.555099, 53.3038],[-4.555399, 53.304],[-4.5555, 53.3046],[-4.5552, 53.3051],[-4.554699, 53.3055],[-4.554699, 53.3058],[-4.5549, 53.306],[-4.5556, 53.3061],[-4.555799, 53.3064],[-4.556001, 53.3085],[-4.556201, 53.3091],[-4.5567, 53.3098],[-4.557199, 53.31],[-4.557499, 53.3099],[-4.557499, 53.3094],[-4.5568, 53.3071],[-4.556601, 53.3052],[-4.5568, 53.3047],[-4.5574, 53.3044],[-4.5577, 53.3042],[-4.558199, 53.3036],[-4.5588, 53.3031],[-4.559899, 53.3028],[-4.560299, 53.3026],[-4.5604, 53.3022],[-4.5604, 53.3007],[-4.560599, 53.3004],[-4.561699, 53.2996],[-4.5623, 53.2996],[-4.5636, 53.3],[-4.5653, 53.3007],[-4.565599, 53.3009],[-4.565599, 53.3012],[-4.5654, 53.3017],[-4.564899, 53.3025],[-4.562099, 53.3059],[-4.562099, 53.3074],[-4.562099, 53.3102],[-4.561601, 53.3114],[-4.5611, 53.3123],[-4.5609, 53.3136],[-4.5609, 53.3145],[-4.561299, 53.316],[-4.5619, 53.3167],[-4.562799, 53.3176],[-4.563701, 53.3182],[-4.5644, 53.3184],[-4.5653, 53.3184],[-4.567699, 53.3183],[-4.568501, 53.3185],[-4.569301, 53.3188],[-4.569699, 53.3191],[-4.5699, 53.3194],[-4.5699, 53.3198],[-4.569699, 53.3202],[-4.569301, 53.3207],[-4.56910, 53.3215],[-4.56920, 53.3223],[-4.569399, 53.3228],[-4.569799, 53.3234],[-4.5706, 53.3242],[-4.570899, 53.3244],[-4.572199, 53.3245],[-4.574999, 53.3245],[-4.576499, 53.3244],[-4.578, 53.3244],[-4.579999, 53.3254],[-4.581201, 53.3255],[-4.58140, 53.3257],[-4.5818, 53.3262],[-4.5818, 53.3265],[-4.581601, 53.3268],[-4.581201, 53.3272],[-4.5808, 53.3276],[-4.58040, 53.3282],[-4.580299, 53.3286],[-4.580299, 53.3289],[-4.58040, 53.3291],[-4.580599, 53.3295],[-4.582099, 53.3302],[-4.582699, 53.3305],[-4.583099, 53.331],[-4.5835, 53.3318],[-4.5836, 53.3324],[-4.583399, 53.3329],[-4.578701, 53.3345],[-4.578, 53.3346],[-4.5767, 53.3345],[-4.5742, 53.3343],[-4.5728, 53.3337],[-4.572299, 53.3338],[-4.5699, 53.3354],[-4.5696, 53.3358],[-4.568799, 53.3368],[-4.5675, 53.3377],[-4.566899, 53.3386],[-4.566801, 53.3394],[-4.567, 53.3397],[-4.5687, 53.3411],[-4.5687, 53.3413],[-4.5686, 53.3417],[-4.5658, 53.3435],[-4.5644, 53.3441],[-4.564199, 53.3446],[-4.564301, 53.3455],[-4.5645, 53.3457],[-4.5665, 53.3466],[-4.5674, 53.3468],[-4.5675, 53.3470],[-4.5675, 53.3474],[-4.5667, 53.3485],[-4.5639, 53.3512],[-4.563701, 53.3522],[-4.564101, 53.3533],[-4.5644, 53.3536],[-4.565899, 53.3537],[-4.5667, 53.3539],[-4.566801, 53.3546],[-4.5665, 53.3553],[-4.5647, 53.3559],[-4.564101, 53.3564],[-4.5639, 53.357],[-4.564, 53.3579],[-4.563799, 53.3583],[-4.5602, 53.3589],[-4.559101, 53.3594],[-4.5583, 53.3602],[-4.5581, 53.3612],[-4.5574, 53.3638],[-4.55690, 53.3652],[-4.5564, 53.3662],[-4.556001, 53.3666],[-4.5552, 53.3672],[-4.554999, 53.3679],[-4.5553, 53.3687],[-4.555399, 53.3696],[-4.5553, 53.3703],[-4.554699, 53.3719],[-4.5542, 53.373],[-4.553901, 53.3733],[-4.5537, 53.3735],[-4.553501, 53.3737],[-4.5531, 53.3741],[-4.552899, 53.3745],[-4.5528, 53.3748],[-4.5528, 53.3751],[-4.552999, 53.3757],[-4.554101, 53.3766],[-4.555399, 53.3775],[-4.5563, 53.378],[-4.561, 53.3791],[-4.5614, 53.3793],[-4.5614, 53.3799],[-4.560699, 53.3826],[-4.5608, 53.383],[-4.5611, 53.3832],[-4.563701, 53.3834],[-4.5644, 53.3838],[-4.564899, 53.3843],[-4.565199, 53.3848],[-4.5654, 53.3854],[-4.5654, 53.3857],[-4.5653, 53.3864],[-4.565199, 53.3867],[-4.564899, 53.3872],[-4.5646, 53.3876],[-4.5636, 53.3881],[-4.562699, 53.3885],[-4.562099, 53.3889],[-4.562001, 53.3891],[-4.562099, 53.3899],[-4.562399, 53.3902],[-4.56300, 53.3907],[-4.564, 53.3914],[-4.565499, 53.3919],[-4.569301, 53.3929],[-4.5696, 53.393],[-4.569799, 53.3931],[-4.5699, 53.3933],[-4.5699, 53.3935],[-4.5699, 53.3937],[-4.569699, 53.3939],[-4.5678, 53.3951],[-4.567599, 53.3953],[-4.567599, 53.3956],[-4.568299, 53.3963],[-4.568799, 53.3967],[-4.568999, 53.3971],[-4.568999, 53.3975],[-4.5687, 53.3978],[-4.568099, 53.3986],[-4.567999, 53.3989],[-4.568399, 53.3992],[-4.568799, 53.3994],[-4.5731, 53.4009],[-4.5734, 53.4011],[-4.573599, 53.4016],[-4.573599, 53.4019],[-4.573501, 53.4022],[-4.572999, 53.4030],[-4.572599, 53.4035],[-4.572001, 53.4041],[-4.571401, 53.4045],[-4.570199, 53.4049],[-4.568799, 53.4050],[-4.567999, 53.4052],[-4.567599, 53.4054],[-4.5675, 53.4057],[-4.567599, 53.4060],[-4.567599, 53.4063],[-4.5674, 53.4065],[-4.562399, 53.4072],[-4.560599, 53.4078],[-4.559999, 53.4081],[-4.559599, 53.4080],[-4.5593, 53.4078],[-4.5589, 53.4071],[-4.557799, 53.4059],[-4.557001, 53.4055],[-4.555399, 53.4051],[-4.5538, 53.4049],[-4.551899, 53.4048],[-4.551001, 53.4048],[-4.5503, 53.4049],[-4.549799, 53.4051],[-4.5495, 53.4053],[-4.5481, 53.4061],[-4.546899, 53.4066],[-4.545899, 53.4067],[-4.539899, 53.4064],[-4.537499, 53.4065],[-4.536201, 53.4065],[-4.5352, 53.4067],[-4.5331, 53.4073],[-4.5323, 53.4076],[-4.5316, 53.4078],[-4.531099, 53.4079],[-4.5306, 53.4078],[-4.528901, 53.407],[-4.5279, 53.4068],[-4.527299, 53.4069],[-4.526801, 53.4072],[-4.5262, 53.4079],[-4.5261, 53.4088],[-4.5261, 53.4105],[-4.5261, 53.4108],[-4.525899, 53.4112],[-4.525499, 53.4116],[-4.524301, 53.4123],[-4.5232, 53.4126],[-4.5211, 53.4128],[-4.52040, 53.4128],[-4.5179, 53.413],[-4.517099, 53.4133],[-4.5155, 53.4143],[-4.508999, 53.4178],[-4.508501, 53.4178],[-4.508299, 53.4175],[-4.508299, 53.4171],[-4.5103, 53.4161],[-4.512599, 53.4149],[-4.5128, 53.4146],[-4.512899, 53.4143],[-4.5131, 53.4128],[-4.513299, 53.4118],[-4.513599, 53.4110],[-4.513901, 53.4107],[-4.5148, 53.4106],[-4.5165, 53.4107],[-4.5176, 53.4109],[-4.5185, 53.4109],[-4.518799, 53.4108],[-4.5189, 53.4106],[-4.5189, 53.4103],[-4.5186, 53.41],[-4.517499, 53.4099],[-4.516201, 53.41],[-4.5155, 53.4098],[-4.514599, 53.4094],[-4.513199, 53.4079],[-4.512599, 53.4076],[-4.512001, 53.4076],[-4.511001, 53.4079],[-4.509501, 53.4087],[-4.508299, 53.4093],[-4.508299, 53.4095],[-4.508299, 53.4097],[-4.5091, 53.41],[-4.510399, 53.4107],[-4.5112, 53.4113],[-4.511401, 53.4115],[-4.5116, 53.4117],[-4.51170, 53.4121],[-4.5116, 53.4123],[-4.511401, 53.4124],[-4.511001, 53.4124],[-4.508299, 53.4109],[-4.507299, 53.4104],[-4.506499, 53.4101],[-4.505599, 53.4099],[-4.5041, 53.4099],[-4.5032, 53.41],[-4.5026, 53.4102],[-4.500899, 53.4120],[-4.4993, 53.4137],[-4.49850, 53.4141],[-4.4969, 53.4146],[-4.4955, 53.4147],[-4.4943, 53.4146],[-4.4928, 53.4141],[-4.491401, 53.4132],[-4.4903, 53.413],[-4.4866, 53.4131],[-4.4861, 53.4134],[-4.4853, 53.4143],[-4.4853, 53.4149],[-4.4856, 53.4156],[-4.485499, 53.416],[-4.485099, 53.4165],[-4.4846, 53.4170],[-4.4842, 53.4174],[-4.4828, 53.4184],[-4.482699, 53.4186],[-4.4826, 53.4193],[-4.4826, 53.42],[-4.482399, 53.4202],[-4.4819, 53.4204],[-4.4816, 53.4205],[-4.4811, 53.4204],[-4.479599, 53.4197],[-4.4789, 53.4194],[-4.4784, 53.4194],[-4.478099, 53.4195],[-4.4779, 53.4206],[-4.47760, 53.4215],[-4.477099, 53.4219],[-4.4759, 53.4224],[-4.4738, 53.4227],[-4.4713, 53.4227],[-4.4698, 53.4226],[-4.469501, 53.4225],[-4.469301, 53.4222],[-4.469301, 53.4218],[-4.4696, 53.4216],[-4.4706, 53.4214],[-4.4726, 53.421],[-4.4733, 53.4205],[-4.4734, 53.4204],[-4.473599, 53.42],[-4.473599, 53.4195],[-4.473199, 53.4191],[-4.472199, 53.4186],[-4.4712, 53.4183],[-4.468999, 53.4181],[-4.467599, 53.4178],[-4.4667, 53.4175],[-4.466401, 53.4172],[-4.466401, 53.4168],[-4.4666, 53.4162],[-4.466499, 53.4158],[-4.4663, 53.4155],[-4.465499, 53.4152],[-4.4646, 53.4151],[-4.463901, 53.4152],[-4.4626, 53.4162],[-4.461699, 53.4168],[-4.461201, 53.4169],[-4.46, 53.4169],[-4.458099, 53.4168],[-4.4554, 53.4167],[-4.452099, 53.4154],[-4.449501, 53.4145],[-4.4478, 53.4139],[-4.4474, 53.4140],[-4.447001, 53.4142],[-4.446401, 53.4148],[-4.445799, 53.4156],[-4.445399, 53.4166],[-4.445499, 53.4168],[-4.446499, 53.4172],[-4.4491, 53.418],[-4.449699, 53.4184],[-4.449999, 53.4187],[-4.450099, 53.4189],[-4.450099, 53.4195],[-4.449999, 53.4198],[-4.4498, 53.42],[-4.449399, 53.4201],[-4.4462, 53.42],[-4.445799, 53.4201],[-4.4449, 53.4205],[-4.444399, 53.4208],[-4.443901, 53.4214],[-4.4437, 53.4218],[-4.443901, 53.4224],[-4.4442, 53.4227],[-4.445, 53.4229],[-4.447599, 53.4231],[-4.447999, 53.4232],[-4.4481, 53.4235],[-4.4481, 53.4236],[-4.4478, 53.4241],[-4.447299, 53.4244],[-4.445799, 53.4246],[-4.4437, 53.4244],[-4.441299, 53.4246],[-4.440499, 53.4252],[-4.4404, 53.4257],[-4.440499, 53.4262],[-4.4403, 53.4267],[-4.4395, 53.4272],[-4.438799, 53.4274],[-4.4383, 53.4275],[-4.437399, 53.4277],[-4.4359, 53.4281],[-4.434899, 53.4283],[-4.433, 53.4284],[-4.4309, 53.4284],[-4.427499, 53.4283],[-4.4256, 53.4285],[-4.4252, 53.4288],[-4.42530, 53.4291],[-4.426099, 53.4296],[-4.4262, 53.4298],[-4.4259, 53.4302],[-4.424799, 53.4304],[-4.4236, 53.4304],[-4.422699, 53.4303],[-4.4216, 53.4299],[-4.417799, 53.4284]]],[[[-4.625, 53.3261],[-4.6283, 53.325],[-4.6296, 53.3249],[-4.636499, 53.3252],[-4.6378, 53.3251],[-4.6392, 53.325],[-4.639699, 53.3249],[-4.640399, 53.3247],[-4.641099, 53.3245],[-4.642099, 53.3241],[-4.6433, 53.3234],[-4.6448, 53.3223],[-4.645899, 53.3213],[-4.646801, 53.3205],[-4.647299, 53.3194],[-4.647399, 53.319],[-4.647299, 53.3188],[-4.6472, 53.3187],[-4.6458, 53.3189],[-4.645299, 53.3187],[-4.6451, 53.3178],[-4.6444, 53.3174],[-4.6436, 53.3174],[-4.6426, 53.3177],[-4.6426, 53.3183],[-4.642399, 53.3187],[-4.6413, 53.3188],[-4.6409, 53.3187],[-4.63980, 53.3183],[-4.638299, 53.3179],[-4.63370, 53.3174],[-4.631899, 53.3171],[-4.6307, 53.3166],[-4.627299, 53.3149],[-4.626801, 53.3149],[-4.6264, 53.315],[-4.6261, 53.3151],[-4.625599, 53.3155],[-4.6254, 53.3157],[-4.625199, 53.3164],[-4.625, 53.3169],[-4.6248, 53.3174],[-4.624599, 53.3178],[-4.6243, 53.3182],[-4.6229, 53.3198],[-4.6192, 53.3246],[-4.6188, 53.3246],[-4.618199, 53.3245],[-4.6219, 53.3192],[-4.6222, 53.3184],[-4.622399, 53.3176],[-4.6226, 53.3159],[-4.622399, 53.3151],[-4.620699, 53.3149],[-4.6199, 53.3147],[-4.618999, 53.3145],[-4.6189, 53.3143],[-4.619101, 53.3138],[-4.619101, 53.3137],[-4.620699, 53.314],[-4.62400, 53.3143],[-4.625299, 53.3141],[-4.626, 53.3139],[-4.626699, 53.3136],[-4.630099, 53.3101],[-4.6307, 53.3092],[-4.630799, 53.3088],[-4.6307, 53.3084],[-4.6304, 53.3082],[-4.629799, 53.3083],[-4.629, 53.3089],[-4.627299, 53.3105],[-4.6258, 53.3119],[-4.625, 53.3124],[-4.6244, 53.3126],[-4.6239, 53.3127],[-4.6234, 53.3127],[-4.6219, 53.3124],[-4.6214, 53.3124],[-4.621201, 53.3124],[-4.62050, 53.3128],[-4.619999, 53.3128],[-4.619599, 53.3127],[-4.619501, 53.3121],[-4.6193, 53.3117],[-4.619101, 53.3115],[-4.6178, 53.3109],[-4.616601, 53.3106],[-4.614999, 53.3099],[-4.613299, 53.3091],[-4.6125, 53.3089],[-4.612199, 53.3086],[-4.612299, 53.3081],[-4.6138, 53.3074],[-4.6141, 53.3068],[-4.6141, 53.3066],[-4.613901, 53.3061],[-4.6134, 53.3056],[-4.6125, 53.305],[-4.6113, 53.3039],[-4.6104, 53.3033],[-4.609301, 53.3029],[-4.6082, 53.3027],[-4.6039, 53.3029],[-4.6029, 53.3033],[-4.6027, 53.3038],[-4.6034, 53.3048],[-4.6033, 53.305],[-4.6029, 53.3052],[-4.6014, 53.3047],[-4.599999, 53.3052],[-4.5989, 53.3056],[-4.5973, 53.3057],[-4.5962, 53.3057],[-4.5953, 53.3056],[-4.594301, 53.3053],[-4.5938, 53.3051],[-4.592299, 53.3043],[-4.5913, 53.3033],[-4.590499, 53.3016],[-4.590199, 53.3012],[-4.5887, 53.3015],[-4.58750, 53.3021],[-4.586699, 53.3022],[-4.586, 53.3022],[-4.5854, 53.3021],[-4.585199, 53.302],[-4.584899, 53.3017],[-4.584899, 53.3014],[-4.585, 53.3011],[-4.585199, 53.3009],[-4.5861, 53.3003],[-4.5866, 53.3],[-4.587, 53.2996],[-4.58750, 53.2988],[-4.587699, 53.2977],[-4.587699, 53.2946],[-4.58750, 53.294],[-4.5871, 53.2932],[-4.5858, 53.2923],[-4.5858, 53.2919],[-4.585899, 53.2916],[-4.586201, 53.2913],[-4.5866, 53.2912],[-4.587399, 53.2911],[-4.588399, 53.291],[-4.590099, 53.2913],[-4.590799, 53.2912],[-4.592, 53.2908],[-4.5934, 53.2900],[-4.5941, 53.288],[-4.594999, 53.2879],[-4.595699, 53.288],[-4.596401, 53.2881],[-4.5977, 53.2884],[-4.598199, 53.2884],[-4.5989, 53.2883],[-4.6008, 53.2878],[-4.602001, 53.2872],[-4.602099, 53.2869],[-4.6019, 53.2866],[-4.6009, 53.2865],[-4.598599, 53.2866],[-4.5977, 53.2865],[-4.597499, 53.2863],[-4.597199, 53.2857],[-4.5968, 53.2847],[-4.5967, 53.2839],[-4.597001, 53.2836],[-4.5974, 53.2834],[-4.5993, 53.2831],[-4.6015, 53.2833],[-4.603, 53.2835],[-4.6039, 53.2841],[-4.60570, 53.2839],[-4.6071, 53.2836],[-4.607299, 53.2833],[-4.607299, 53.2831],[-4.60580, 53.2828],[-4.605299, 53.2822],[-4.606801, 53.2812],[-4.60830, 53.2808],[-4.608901, 53.2805],[-4.609, 53.2800],[-4.608901, 53.2796],[-4.608701, 53.2793],[-4.608399, 53.2792],[-4.608099, 53.2794],[-4.6078, 53.2798],[-4.607, 53.2803],[-4.606, 53.2808],[-4.604899, 53.2817],[-4.604101, 53.2825],[-4.603701, 53.2828],[-4.602099, 53.2828],[-4.5983, 53.2825],[-4.597799, 53.2824],[-4.5974, 53.2823],[-4.597001, 53.2818],[-4.5967, 53.2812],[-4.5963, 53.2810],[-4.595799, 53.2808],[-4.595399, 53.2808],[-4.594301, 53.2812],[-4.593299, 53.2817],[-4.592999, 53.2818],[-4.592599, 53.2817],[-4.592299, 53.2816],[-4.5921, 53.2814],[-4.591801, 53.2809],[-4.591401, 53.2803],[-4.591401, 53.2797],[-4.591499, 53.2794],[-4.5917, 53.2792],[-4.592, 53.279],[-4.5932, 53.2787],[-4.5934, 53.2786],[-4.593901, 53.2780],[-4.594501, 53.2768],[-4.5956, 53.2758],[-4.595799, 53.2754],[-4.595799, 53.2752],[-4.595799, 53.2750],[-4.595699, 53.2749],[-4.595399, 53.2748],[-4.5952, 53.2749],[-4.594399, 53.2754],[-4.593901, 53.2757],[-4.593599, 53.2757],[-4.5934, 53.2757],[-4.5932, 53.2756],[-4.5931, 53.2751],[-4.5932, 53.2744],[-4.593599, 53.2738],[-4.593599, 53.2736],[-4.593501, 53.2735],[-4.593299, 53.2734],[-4.5931, 53.2734],[-4.592, 53.2741],[-4.591001, 53.2749],[-4.590199, 53.2751],[-4.589799, 53.2752],[-4.5886, 53.2755],[-4.588099, 53.2755],[-4.5879, 53.2751],[-4.5879, 53.2746],[-4.587699, 53.2743],[-4.587, 53.2743],[-4.586201, 53.2750],[-4.585599, 53.2754],[-4.584599, 53.2756],[-4.5836, 53.2757],[-4.5829, 53.2755],[-4.582099, 53.2752],[-4.58140, 53.2749],[-4.579599, 53.274],[-4.5789, 53.2736],[-4.577799, 53.2734],[-4.5767, 53.2733],[-4.576001, 53.2729],[-4.575699, 53.2725],[-4.575799, 53.2721],[-4.576499, 53.2716],[-4.578, 53.271],[-4.5781, 53.2708],[-4.5781, 53.2706],[-4.577899, 53.2704],[-4.577099, 53.2695],[-4.577001, 53.2690],[-4.577099, 53.2687],[-4.577799, 53.2683],[-4.5783, 53.2681],[-4.578501, 53.2679],[-4.5784, 53.2675],[-4.577899, 53.2674],[-4.5768, 53.2674],[-4.576499, 53.2672],[-4.5767, 53.2666],[-4.577001, 53.2663],[-4.5774, 53.2661],[-4.577899, 53.2659],[-4.5789, 53.2657],[-4.5805, 53.2655],[-4.5809, 53.2654],[-4.582799, 53.2646],[-4.583799, 53.2642],[-4.585, 53.264],[-4.585599, 53.2639],[-4.585599, 53.2637],[-4.5854, 53.2636],[-4.5851, 53.2634],[-4.5847, 53.2634],[-4.5836, 53.2636],[-4.5823, 53.2639],[-4.581, 53.2644],[-4.579, 53.2648],[-4.5768, 53.2652],[-4.575099, 53.2654],[-4.572001, 53.2655],[-4.5699, 53.2658],[-4.568399, 53.2662],[-4.567299, 53.2663],[-4.5665, 53.2663],[-4.565499, 53.2662],[-4.5645, 53.2658],[-4.5636, 53.2654],[-4.5625, 53.265],[-4.5622, 53.2649],[-4.562001, 53.2647],[-4.5619, 53.2643],[-4.562001, 53.264],[-4.5622, 53.2637],[-4.5626, 53.2635],[-4.5632, 53.2633],[-4.563701, 53.2631],[-4.5657, 53.2631],[-4.5671, 53.2635],[-4.567699, 53.2634],[-4.568501, 53.2629],[-4.570899, 53.2626],[-4.5712, 53.2624],[-4.5713, 53.2619],[-4.570899, 53.2617],[-4.56910, 53.2618],[-4.568901, 53.2617],[-4.568901, 53.2613],[-4.56920, 53.261],[-4.569799, 53.2607],[-4.569699, 53.2605],[-4.567999, 53.2605],[-4.5671, 53.2605],[-4.566299, 53.2605],[-4.565599, 53.2603],[-4.565199, 53.2601],[-4.5644, 53.2596],[-4.5639, 53.2593],[-4.562799, 53.2584],[-4.561699, 53.2571],[-4.560599, 53.2558],[-4.5602, 53.2554],[-4.5598, 53.2551],[-4.557899, 53.2544],[-4.5577, 53.2542],[-4.5574, 53.2536],[-4.5573, 53.2532],[-4.5574, 53.2527],[-4.5576, 53.2524],[-4.558, 53.2521],[-4.558701, 53.2519],[-4.5598, 53.252],[-4.561299, 53.2524],[-4.5625, 53.2529],[-4.563399, 53.2532],[-4.563799, 53.2532],[-4.564, 53.2531],[-4.564199, 53.2529],[-4.5639, 53.2526],[-4.562099, 53.2513],[-4.560699, 53.2498],[-4.5598, 53.249],[-4.5594, 53.2488],[-4.559, 53.2486],[-4.5567, 53.2486],[-4.5553, 53.2487],[-4.554999, 53.2487],[-4.554399, 53.2487],[-4.5542, 53.2486],[-4.5542, 53.2484],[-4.5543, 53.248],[-4.554501, 53.2474],[-4.554699, 53.247],[-4.554999, 53.2466],[-4.5559, 53.2459],[-4.5567, 53.2457],[-4.557099, 53.2458],[-4.5576, 53.246],[-4.5584, 53.2469],[-4.558701, 53.2471],[-4.559, 53.2473],[-4.559599, 53.2476],[-4.560299, 53.2477],[-4.560599, 53.2477],[-4.5615, 53.2477],[-4.562001, 53.2476],[-4.5625, 53.2475],[-4.5632, 53.2473],[-4.564, 53.247],[-4.5644, 53.2468],[-4.564899, 53.2465],[-4.565199, 53.2461],[-4.564301, 53.2455],[-4.564, 53.2453],[-4.564101, 53.2451],[-4.5665, 53.2448],[-4.567999, 53.2441],[-4.56910, 53.2438],[-4.5732, 53.2436],[-4.57520, 53.2435],[-4.576099, 53.2433],[-4.5768, 53.2434],[-4.578, 53.2436],[-4.578701, 53.2435],[-4.5789, 53.243],[-4.578701, 53.2421],[-4.57880, 53.2418],[-4.5798, 53.2413],[-4.580299, 53.2411],[-4.581201, 53.2415],[-4.581601, 53.2415],[-4.582001, 53.2409],[-4.5825, 53.2408],[-4.5833, 53.2411],[-4.584, 53.2418],[-4.5844, 53.2421],[-4.584799, 53.2422],[-4.585599, 53.2423],[-4.587, 53.2422],[-4.5872, 53.2423],[-4.587399, 53.2425],[-4.58750, 53.2427],[-4.587399, 53.243],[-4.5871, 53.2434],[-4.5866, 53.2437],[-4.5858, 53.2441],[-4.585599, 53.2444],[-4.5857, 53.245],[-4.5858, 53.2451],[-4.586401, 53.2452],[-4.5872, 53.2453],[-4.588099, 53.2454],[-4.5897, 53.2453],[-4.5904, 53.2452],[-4.5911, 53.245],[-4.591499, 53.2448],[-4.591801, 53.2445],[-4.591899, 53.2442],[-4.591899, 53.2434],[-4.5912, 53.2422],[-4.591401, 53.2418],[-4.5917, 53.2418],[-4.592, 53.242],[-4.592899, 53.2427],[-4.593299, 53.2428],[-4.593599, 53.2425],[-4.593599, 53.2418],[-4.5938, 53.2417],[-4.594501, 53.2415],[-4.5953, 53.2413],[-4.5963, 53.2412],[-4.5968, 53.2411],[-4.597099, 53.2411],[-4.597799, 53.2415],[-4.604, 53.2451],[-4.604599, 53.2454],[-4.605, 53.2455],[-4.60570, 53.2455],[-4.606299, 53.2455],[-4.6078, 53.2451],[-4.608799, 53.2449],[-4.6097, 53.2453],[-4.61, 53.2456],[-4.6106, 53.2462],[-4.6113, 53.2467],[-4.6116, 53.247],[-4.6121, 53.2477],[-4.612899, 53.2481],[-4.613501, 53.2487],[-4.613501, 53.249],[-4.6132, 53.2493],[-4.612599, 53.2497],[-4.6117, 53.2502],[-4.610199, 53.2507],[-4.6091, 53.2514],[-4.608901, 53.2518],[-4.608901, 53.252],[-4.6091, 53.2522],[-4.6113, 53.2526],[-4.611401, 53.253],[-4.6113, 53.2534],[-4.6103, 53.254],[-4.609301, 53.2548],[-4.608399, 53.2554],[-4.608099, 53.2557],[-4.607999, 53.2562],[-4.6082, 53.2569],[-4.608701, 53.2572],[-4.6097, 53.2576],[-4.610499, 53.2579],[-4.611499, 53.2584],[-4.6124, 53.2589],[-4.6125, 53.2592],[-4.612299, 53.2595],[-4.611401, 53.2597],[-4.610799, 53.2601],[-4.6104, 53.2604],[-4.6103, 53.2607],[-4.610499, 53.2609],[-4.612999, 53.2608],[-4.6142, 53.2611],[-4.614399, 53.2615],[-4.614301, 53.2619],[-4.6132, 53.2627],[-4.6132, 53.2629],[-4.613501, 53.2634],[-4.613999, 53.2635],[-4.6152, 53.2635],[-4.6162, 53.2636],[-4.616899, 53.2636],[-4.6174, 53.2629],[-4.6178, 53.2628],[-4.618299, 53.2629],[-4.619101, 53.2633],[-4.6201, 53.264],[-4.619999, 53.2644],[-4.6194, 53.2649],[-4.618999, 53.2653],[-4.6188, 53.2655],[-4.618701, 53.267],[-4.6188, 53.2673],[-4.6192, 53.2676],[-4.621201, 53.2674],[-4.622399, 53.2674],[-4.6227, 53.2676],[-4.623099, 53.2679],[-4.6235, 53.2683],[-4.623799, 53.2687],[-4.624101, 53.2691],[-4.6244, 53.2695],[-4.624501, 53.2699],[-4.624199, 53.2704],[-4.6233, 53.2711],[-4.6226, 53.2715],[-4.6214, 53.2721],[-4.6209, 53.2726],[-4.620399, 53.2729],[-4.618299, 53.2729],[-4.618199, 53.2732],[-4.618599, 53.2734],[-4.6194, 53.2739],[-4.6206, 53.2743],[-4.6209, 53.2744],[-4.621099, 53.2747],[-4.621201, 53.2751],[-4.621099, 53.2755],[-4.621, 53.2758],[-4.6206, 53.2761],[-4.6201, 53.2763],[-4.618999, 53.2763],[-4.6177, 53.2765],[-4.6163, 53.2770],[-4.6159, 53.2775],[-4.615699, 53.2778],[-4.6156, 53.2780],[-4.615699, 53.2785],[-4.616099, 53.2789],[-4.616499, 53.2792],[-4.617499, 53.2797],[-4.618199, 53.2800],[-4.6188, 53.2802],[-4.6198, 53.2803],[-4.62050, 53.2803],[-4.621, 53.2803],[-4.621601, 53.2800],[-4.622499, 53.2795],[-4.6229, 53.279],[-4.6233, 53.2789],[-4.623799, 53.2789],[-4.624101, 53.279],[-4.624501, 53.2793],[-4.624599, 53.2804],[-4.6248, 53.2806],[-4.6254, 53.2806],[-4.6258, 53.2799],[-4.626201, 53.2798],[-4.626699, 53.2800],[-4.6278, 53.2812],[-4.6285, 53.2817],[-4.628701, 53.2818],[-4.629, 53.2817],[-4.629399, 53.2806],[-4.629799, 53.2804],[-4.630499, 53.2804],[-4.6325, 53.2806],[-4.6336, 53.2808],[-4.6341, 53.2810],[-4.634799, 53.2817],[-4.63530, 53.282],[-4.6356, 53.282],[-4.63630, 53.2815],[-4.6367, 53.2812],[-4.6371, 53.2811],[-4.6378, 53.2813],[-4.638, 53.2814],[-4.6381, 53.2816],[-4.637899, 53.2818],[-4.637599, 53.282],[-4.6374, 53.2822],[-4.637499, 53.2825],[-4.638, 53.2829],[-4.6381, 53.2831],[-4.638, 53.2834],[-4.6371, 53.2836],[-4.6367, 53.2839],[-4.6366, 53.2841],[-4.6366, 53.2845],[-4.6368, 53.2846],[-4.637199, 53.2846],[-4.6387, 53.2842],[-4.6393, 53.2844],[-4.639699, 53.2847],[-4.639599, 53.2852],[-4.6402, 53.2852],[-4.6419, 53.2846],[-4.642499, 53.2845],[-4.643199, 53.2844],[-4.6436, 53.2844],[-4.644101, 53.2843],[-4.644599, 53.2838],[-4.6451, 53.2837],[-4.645599, 53.2839],[-4.646601, 53.2841],[-4.6482, 53.2840],[-4.648799, 53.2840],[-4.649199, 53.2842],[-4.6496, 53.2847],[-4.65, 53.2849],[-4.6504, 53.285],[-4.6507, 53.2852],[-4.6508, 53.2855],[-4.650899, 53.2858],[-4.650899, 53.2861],[-4.6507, 53.2865],[-4.6497, 53.2866],[-4.649199, 53.2869],[-4.649199, 53.2875],[-4.6495, 53.2878],[-4.649799, 53.2879],[-4.650499, 53.2879],[-4.650899, 53.2879],[-4.651299, 53.2877],[-4.651899, 53.2869],[-4.652699, 53.2865],[-4.653901, 53.2863],[-4.655499, 53.2861],[-4.656801, 53.2862],[-4.657599, 53.2865],[-4.658299, 53.2865],[-4.6587, 53.2860],[-4.659101, 53.2855],[-4.6593, 53.2852],[-4.6593, 53.2846],[-4.658999, 53.2842],[-4.659101, 53.2840],[-4.659699, 53.2836],[-4.6613, 53.2834],[-4.663099, 53.2834],[-4.6648, 53.2830],[-4.665299, 53.2825],[-4.665599, 53.2818],[-4.6659, 53.2816],[-4.666299, 53.2815],[-4.6673, 53.2816],[-4.667799, 53.2818],[-4.668099, 53.2819],[-4.6682, 53.2822],[-4.668, 53.2825],[-4.6679, 53.2828],[-4.668, 53.2830],[-4.6686, 53.2832],[-4.6695, 53.2834],[-4.6704, 53.2834],[-4.6707, 53.2833],[-4.671299, 53.2830],[-4.672, 53.2832],[-4.672299, 53.2839],[-4.6732, 53.2842],[-4.6737, 53.2847],[-4.6742, 53.2856],[-4.6746, 53.2858],[-4.674799, 53.2858],[-4.6749, 53.2856],[-4.675099, 53.2851],[-4.675399, 53.2846],[-4.675799, 53.2842],[-4.677299, 53.2838],[-4.6788, 53.2835],[-4.679999, 53.2834],[-4.681001, 53.2834],[-4.682199, 53.2835],[-4.6833, 53.2837],[-4.684199, 53.2840],[-4.684999, 53.2844],[-4.68510, 53.2846],[-4.6852, 53.2849],[-4.68510, 53.2851],[-4.6844, 53.2855],[-4.6833, 53.2863],[-4.683, 53.2866],[-4.682799, 53.2869],[-4.683, 53.2872],[-4.684199, 53.2876],[-4.6854, 53.2882],[-4.6864, 53.2884],[-4.6869, 53.2886],[-4.687099, 53.2889],[-4.687001, 53.2892],[-4.686201, 53.2896],[-4.68510, 53.2902],[-4.684199, 53.2906],[-4.6838, 53.2908],[-4.6834, 53.2915],[-4.683199, 53.2918],[-4.6827, 53.2921],[-4.682001, 53.2924],[-4.6809, 53.2929],[-4.679501, 53.2934],[-4.6774, 53.2941],[-4.6771, 53.2944],[-4.677001, 53.2946],[-4.677001, 53.2949],[-4.6771, 53.2954],[-4.6774, 53.2957],[-4.677999, 53.2962],[-4.6784, 53.2966],[-4.6787, 53.2969],[-4.6788, 53.297],[-4.6788, 53.2973],[-4.678599, 53.2976],[-4.6777, 53.2985],[-4.6777, 53.2988],[-4.678199, 53.2989],[-4.6787, 53.299],[-4.6787, 53.2992],[-4.678501, 53.2999],[-4.6787, 53.3002],[-4.6792, 53.3004],[-4.679699, 53.3005],[-4.6817, 53.3005],[-4.684501, 53.3002],[-4.6861, 53.2998],[-4.6869, 53.2997],[-4.687399, 53.2999],[-4.6882, 53.3003],[-4.68860, 53.3004],[-4.689101, 53.3004],[-4.6901, 53.3004],[-4.6903, 53.3004],[-4.690499, 53.3005],[-4.6904, 53.3007],[-4.69, 53.3016],[-4.69, 53.302],[-4.6901, 53.3022],[-4.6903, 53.3025],[-4.6917, 53.3033],[-4.6928, 53.3041],[-4.693099, 53.3044],[-4.693399, 53.3048],[-4.693501, 53.305],[-4.693099, 53.3054],[-4.693299, 53.3057],[-4.693901, 53.3057],[-4.694399, 53.3059],[-4.6946, 53.306],[-4.695, 53.3067],[-4.695199, 53.3068],[-4.6957, 53.307],[-4.69630, 53.307],[-4.697001, 53.3067],[-4.698299, 53.3061],[-4.6996, 53.3059],[-4.700099, 53.3059],[-4.7003, 53.3061],[-4.7003, 53.3065],[-4.69990, 53.307],[-4.6992, 53.3073],[-4.6978, 53.3076],[-4.696001, 53.3078],[-4.6956, 53.308],[-4.694799, 53.3087],[-4.693901, 53.3094],[-4.6928, 53.3106],[-4.6924, 53.3108],[-4.6903, 53.311],[-4.689199, 53.3111],[-4.688, 53.3116],[-4.687001, 53.3117],[-4.6861, 53.3116],[-4.685599, 53.3115],[-4.6852, 53.3116],[-4.6844, 53.312],[-4.6833, 53.3133],[-4.681601, 53.3149],[-4.6792, 53.3166],[-4.6792, 53.317],[-4.679501, 53.3178],[-4.679699, 53.3183],[-4.6798, 53.3195],[-4.6798, 53.3204],[-4.679999, 53.3212],[-4.680399, 53.3215],[-4.681001, 53.3219],[-4.6814, 53.3222],[-4.6814, 53.3228],[-4.681201, 53.3231],[-4.6809, 53.3233],[-4.6805, 53.3235],[-4.679999, 53.3236],[-4.679101, 53.3235],[-4.6777, 53.3229],[-4.674699, 53.3214],[-4.669, 53.3218],[-4.6683, 53.3218],[-4.6676, 53.3218],[-4.66680, 53.3217],[-4.666601, 53.3213],[-4.6664, 53.3199],[-4.666201, 53.3196],[-4.6659, 53.3194],[-4.6644, 53.3191],[-4.6627, 53.319],[-4.6614, 53.3192],[-4.6601, 53.3198],[-4.6594, 53.3203],[-4.658901, 53.3206],[-4.6574, 53.3208],[-4.6559, 53.321],[-4.654799, 53.3213],[-4.653999, 53.3216],[-4.6528, 53.3225],[-4.6522, 53.3227],[-4.651801, 53.3229],[-4.651299, 53.3229],[-4.650499, 53.3228],[-4.649899, 53.3225],[-4.649301, 53.3214],[-4.649, 53.321],[-4.64850, 53.321],[-4.647399, 53.3214],[-4.646801, 53.3226],[-4.646201, 53.3234],[-4.645599, 53.324],[-4.6448, 53.3246],[-4.6443, 53.3249],[-4.6434, 53.3253],[-4.6426, 53.3256],[-4.6406, 53.3261],[-4.637899, 53.3263],[-4.629, 53.3265],[-4.627699, 53.3267],[-4.6258, 53.3274],[-4.622399, 53.3293],[-4.62050, 53.3303],[-4.6198, 53.3306],[-4.6192, 53.3307],[-4.618599, 53.3308],[-4.618299, 53.3307],[-4.6181, 53.3304],[-4.6181, 53.3301],[-4.619101, 53.3295],[-4.6213, 53.3283],[-4.625, 53.3261]]],[[[-4.0291, 53.316],[-4.030799, 53.3158],[-4.0312, 53.3165],[-4.030099, 53.318],[-4.0291, 53.3192],[-4.027699, 53.32],[-4.02610, 53.3201],[-4.024199, 53.3211],[-4.022299, 53.3216],[-4.0205, 53.3216],[-4.0204, 53.3208],[-4.021699, 53.3197],[-4.023399, 53.3184],[-4.0257, 53.317],[-4.0291, 53.316]]],[[[-4.601601, 53.4263],[-4.6014, 53.4261],[-4.601201, 53.4261],[-4.600599, 53.4265],[-4.6002, 53.4266],[-4.599999, 53.4266],[-4.5994, 53.4264],[-4.599199, 53.426],[-4.5993, 53.4256],[-4.599899, 53.4254],[-4.600299, 53.4252],[-4.6002, 53.4249],[-4.599599, 53.4248],[-4.599199, 53.4245],[-4.5993, 53.424],[-4.599699, 53.4237],[-4.600599, 53.4238],[-4.601, 53.4242],[-4.601299, 53.4242],[-4.6019, 53.4238],[-4.602499, 53.4235],[-4.6035, 53.4232],[-4.6039, 53.4232],[-4.6044, 53.4233],[-4.6047, 53.4231],[-4.605199, 53.4222],[-4.607299, 53.4216],[-4.608099, 53.421],[-4.6085, 53.4207],[-4.6092, 53.4207],[-4.6096, 53.4209],[-4.609799, 53.4214],[-4.6096, 53.4221],[-4.6039, 53.4262],[-4.6033, 53.4266],[-4.6027, 53.4267],[-4.602099, 53.4266],[-4.601601, 53.4263]]],[[[-4.435599, 53.4349],[-4.436201, 53.4349],[-4.437099, 53.4352],[-4.4372, 53.4357],[-4.437001, 53.4362],[-4.4369, 53.4364],[-4.435699, 53.4366],[-4.434199, 53.4365],[-4.4338, 53.4364],[-4.4333, 53.436],[-4.433199, 53.4358],[-4.4333, 53.4354],[-4.433701, 53.4352],[-4.435599, 53.4349]]]]}, properties:{name:"Isle of Anglesey (Sir Ynis Mon)"}}, {type:"Feature", geometry:{type:"MultiPolygon", coordinates:[[[[-3.332299,51.7912],[-3.3271,51.7816],[-3.327199,51.7738],[-3.326299,51.7708],[-3.3255,51.7570],[-3.31780,51.7445],[-3.3169,51.742],[-3.314199,51.7417],[-3.312799,51.7415],[-3.312099,51.741],[-3.31170,51.7402],[-3.312001,51.7391],[-3.3129,51.7381],[-3.313299,51.7363],[-3.312999,51.7335],[-3.307899,51.7361],[-3.3046,51.7388],[-3.302001,51.7365],[-3.3011,51.7348],[-3.3032,51.7329],[-3.3002,51.7298],[-3.298501,51.728],[-3.2973,51.7223],[-3.294899,51.718],[-3.2901,51.7126],[-3.2897,51.7085],[-3.287,51.7012],[-3.2846,51.6965],[-3.279999,51.6923],[-3.27910,51.6883],[-3.276401,51.6858],[-3.2753,51.6812],[-3.2746,51.6773],[-3.272399,51.6753],[-3.274199,51.6744],[-3.280499,51.6667],[-3.280699,51.6645],[-3.280499,51.6633],[-3.280499,51.6619],[-3.2808,51.66],[-3.281801,51.6585],[-3.282799,51.6574],[-3.2848,51.6568],[-3.286299,51.6566],[-3.2888,51.6569],[-3.2901,51.6571],[-3.291201,51.6579],[-3.2922,51.6588],[-3.292799,51.6596],[-3.2939,51.662],[-3.2946,51.6626],[-3.2957,51.6632],[-3.296601,51.663],[-3.2973,51.6627],[-3.2978,51.662],[-3.297899,51.661],[-3.297499,51.6605],[-3.29740,51.6596],[-3.2978,51.6586],[-3.299999,51.6554],[-3.301201,51.6494],[-3.312001,51.6393],[-3.312599,51.6422],[-3.3118,51.6462],[-3.3124,51.6471],[-3.3132,51.649],[-3.31360,51.6526],[-3.31340,51.6553],[-3.31360,51.6565],[-3.314301,51.6578],[-3.315399,51.6582],[-3.3171,51.6583],[-3.318399,51.658],[-3.31950,51.6577],[-3.3203,51.6564],[-3.3206,51.6551],[-3.320699,51.6543],[-3.321001,51.6537],[-3.3217,51.6531],[-3.3227,51.6527],[-3.32390,51.6528],[-3.325099,51.6532],[-3.327199,51.6543],[-3.3324,51.6576],[-3.3341,51.6595],[-3.3413,51.6712],[-3.345099,51.6726],[-3.3499,51.6798],[-3.3552,51.6845],[-3.355599,51.6874],[-3.360399,51.6964],[-3.369301,51.7116],[-3.3719,51.7134],[-3.377599,51.7147],[-3.3863,51.7152],[-3.38960,51.7213],[-3.391401,51.725],[-3.39360,51.7273],[-3.398099,51.7289],[-3.4036,51.7297],[-3.422199,51.7424],[-3.4265,51.7442],[-3.427001,51.7468],[-3.428299,51.7492],[-3.4307,51.7521],[-3.433901,51.7529],[-3.439199,51.7580],[-3.44640,51.7638],[-3.451699,51.7688],[-3.442899,51.7712],[-3.4372,51.7706],[-3.4347,51.7670],[-3.43230,51.7649],[-3.429199,51.7642],[-3.42810,51.763],[-3.4263,51.7588],[-3.4221,51.7557],[-3.421499,51.7553],[-3.4207,51.7562],[-3.4207,51.7573],[-3.4221,51.7588],[-3.421099,51.7619],[-3.4203,51.7654],[-3.42,51.768],[-3.420799,51.7696],[-3.4224,51.7707],[-3.424799,51.7718],[-3.4256,51.7733],[-3.4256,51.7755],[-3.4259,51.7776],[-3.4261,51.7797],[-3.42810,51.7809],[-3.432001,51.7848],[-3.435199,51.7891],[-3.4426,51.798],[-3.45040,51.8073],[-3.450599,51.8110],[-3.4484,51.8114],[-3.442899,51.8203],[-3.439399,51.8198],[-3.4379,51.8198],[-3.437099,51.8197],[-3.434799,51.8214],[-3.4151,51.8342],[-3.413399,51.835],[-3.4086,51.8318],[-3.4043,51.8286],[-3.4028,51.8255],[-3.400199,51.8205],[-3.3996,51.8192],[-3.3984,51.8149],[-3.3961,51.8141],[-3.3919,51.8148],[-3.389199,51.8154],[-3.386899,51.8160],[-3.38310,51.8113],[-3.3771,51.8114],[-3.3757,51.8114],[-3.3729,51.8117],[-3.36920,51.8116],[-3.359999,51.7984],[-3.356499,51.7911],[-3.3492,51.7903],[-3.34220,51.792],[-3.332299,51.7912]]]]}, properties:{name:"Merthyr Tydfil (Merthyr Tudful)"}}, {type:"Feature", geometry:{type:"MultiPolygon", coordinates:[[[[-2.6561,51.6232],[-2.657599,51.6231],[-2.657799,51.6221],[-2.659501,51.6201],[-2.661201,51.6179],[-2.66190,51.6171],[-2.6624,51.6161],[-2.663399,51.614],[-2.664799,51.6121],[-2.665499,51.6112],[-2.666001,51.6107],[-2.6668,51.6099],[-2.667599,51.6091],[-2.6679,51.6089],[-2.6698,51.6086],[-2.6724,51.608],[-2.676001,51.6074],[-2.6765,51.6072],[-2.6777,51.6064],[-2.6784,51.6061],[-2.679699,51.6057],[-2.6843,51.6041],[-2.687099,51.6027],[-2.6888,51.602],[-2.689501,51.602],[-2.6905,51.6029],[-2.691401,51.6029],[-2.691801,51.6025],[-2.6925,51.6008],[-2.694101,51.5993],[-2.6958,51.5975],[-2.6967,51.5966],[-2.69770,51.5957],[-2.699501,51.5944],[-2.7,51.5937],[-2.701401,51.5911],[-2.701801,51.5904],[-2.702199,51.5899],[-2.7028,51.5892],[-2.703099,51.5889],[-2.703599,51.5885],[-2.7047,51.5877],[-2.706401,51.5870],[-2.707099,51.5866],[-2.707999,51.586],[-2.7089,51.5852],[-2.709399,51.5847],[-2.7102,51.5838],[-2.7104,51.5836],[-2.711401,51.5831],[-2.712199,51.5829],[-2.713399,51.5827],[-2.7146,51.5826],[-2.7158,51.5826],[-2.7172,51.5827],[-2.719301,51.5829],[-2.721299,51.583],[-2.722399,51.583],[-2.724,51.583],[-2.72690,51.5826],[-2.729899,51.5821],[-2.736201,51.5817],[-2.738199,51.5814],[-2.742399,51.5808],[-2.744101,51.5806],[-2.745899,51.5803],[-2.7497,51.5798],[-2.7546,51.5788],[-2.762199,51.5753],[-2.7651,51.5742],[-2.771899,51.5729],[-2.7734,51.5726],[-2.775399,51.5721],[-2.77830,51.5709],[-2.783099,51.5691],[-2.786801,51.5680],[-2.792001,51.5670],[-2.794899,51.5657],[-2.7978,51.5643],[-2.802599,51.5617],[-2.8052,51.5605],[-2.8092,51.5589],[-2.8139,51.5568],[-2.821899,51.5539],[-2.824501,51.5557],[-2.826801,51.5576],[-2.8293,51.5594],[-2.831899,51.5614],[-2.8334,51.563],[-2.834301,51.5645],[-2.834599,51.5662],[-2.834599,51.5683],[-2.834399,51.5697],[-2.834399,51.5702],[-2.834899,51.5708],[-2.8355,51.5710],[-2.836499,51.5706],[-2.8371,51.5697],[-2.8383,51.5689],[-2.8392,51.5690],[-2.8394,51.5702],[-2.840499,51.5714],[-2.8416,51.5716],[-2.842999,51.5713],[-2.844899,51.5731],[-2.846801,51.5728],[-2.8473,51.5745],[-2.848,51.5756],[-2.8476,51.5758],[-2.847199,51.5763],[-2.84710,51.5780],[-2.844599,51.5785],[-2.8439,51.5792],[-2.8437,51.5802],[-2.844,51.5836],[-2.8426,51.5847],[-2.842099,51.5863],[-2.842799,51.5873],[-2.845099,51.5883],[-2.844899,51.5898],[-2.843199,51.5912],[-2.8439,51.5918],[-2.8439,51.5922],[-2.843501,51.5925],[-2.842799,51.5929],[-2.842999,51.5935],[-2.8438,51.5937],[-2.844,51.5946],[-2.84290,51.5949],[-2.8433,51.5954],[-2.8439,51.5962],[-2.8431,51.5974],[-2.8418,51.5969],[-2.8385,51.597],[-2.835799,51.5976],[-2.834199,51.599],[-2.8332,51.6002],[-2.832599,51.6012],[-2.8318,51.6019],[-2.8301,51.602],[-2.8295,51.6036],[-2.828599,51.6046],[-2.828799,51.6076],[-2.828799,51.6097],[-2.828501,51.6119],[-2.830199,51.6139],[-2.830699,51.6153],[-2.829101,51.6172],[-2.826499,51.6169],[-2.8236,51.6172],[-2.8169,51.6168],[-2.812999,51.6167],[-2.8092,51.617],[-2.806201,51.6164],[-2.8069,51.6178],[-2.809101,51.6198],[-2.810499,51.624],[-2.8131,51.6244],[-2.815099,51.6259],[-2.8153,51.6290],[-2.816401,51.6300],[-2.8171,51.6328],[-2.8192,51.6337],[-2.820899,51.6354],[-2.8236,51.6386],[-2.8259,51.6406],[-2.8283,51.6428],[-2.830699,51.6441],[-2.8336,51.6452],[-2.834899,51.6466],[-2.834899,51.6482],[-2.835599,51.6496],[-2.836801,51.6509],[-2.8385,51.6517],[-2.84010,51.6535],[-2.8404,51.6548],[-2.8396,51.6563],[-2.8392,51.6582],[-2.8395,51.6596],[-2.8406,51.66],[-2.8418,51.6595],[-2.84290,51.6578],[-2.843199,51.6572],[-2.8455,51.6565],[-2.8503,51.656],[-2.8526,51.6562],[-2.857001,51.6555],[-2.860199,51.6556],[-2.864599,51.6559],[-2.86710,51.6561],[-2.869301,51.6555],[-2.870399,51.6541],[-2.871401,51.6534],[-2.8726,51.6531],[-2.874399,51.6534],[-2.8757,51.6541],[-2.882699,51.6592],[-2.883501,51.6599],[-2.8847,51.6601],[-2.886001,51.6598],[-2.8879,51.6589],[-2.8884,51.6578],[-2.8884,51.6576],[-2.888,51.6566],[-2.8879,51.6562],[-2.8887,51.6557],[-2.88980,51.6555],[-2.891201,51.6558],[-2.892,51.6549],[-2.89150,51.6538],[-2.889101,51.6474],[-2.888,51.6452],[-2.88770,51.6438],[-2.888099,51.6425],[-2.8887,51.6411],[-2.8901,51.6398],[-2.8921,51.6388],[-2.8941,51.6385],[-2.8942,51.6376],[-2.8966,51.6352],[-2.8985,51.6333],[-2.899501,51.6297],[-2.901201,51.6295],[-2.903901,51.6305],[-2.9052,51.6302],[-2.906699,51.6293],[-2.90770,51.6287],[-2.9082,51.6282],[-2.909899,51.6269],[-2.911099,51.6259],[-2.915299,51.6268],[-2.91800,51.6275],[-2.919301,51.6276],[-2.921201,51.6272],[-2.922699,51.6267],[-2.924999,51.6258],[-2.926201,51.6245],[-2.9288,51.6231],[-2.9305,51.6217],[-2.9328,51.6207],[-2.93630,51.6208],[-2.941601,51.6226],[-2.9458,51.6165],[-2.9465,51.6174],[-2.9463,51.6185],[-2.9463,51.6191],[-2.945199,51.6194],[-2.944799,51.6201],[-2.9453,51.6207],[-2.9475,51.6212],[-2.947799,51.6224],[-2.947099,51.6235],[-2.947299,51.6244],[-2.9475,51.6258],[-2.946899,51.6265],[-2.947599,51.6291],[-2.949501,51.6302],[-2.9519,51.6307],[-2.952899,51.6312],[-2.9543,51.6307],[-2.9561,51.6299],[-2.9589,51.6287],[-2.961,51.6306],[-2.961,51.6316],[-2.9604,51.6323],[-2.96,51.6328],[-2.960299,51.6334],[-2.9612,51.6335],[-2.96260,51.6331],[-2.963901,51.6330],[-2.9653,51.6334],[-2.96660,51.6337],[-2.9679,51.6338],[-2.96870,51.6335],[-2.969501,51.6326],[-2.972199,51.6333],[-2.974101,51.6354],[-2.9746,51.6363],[-2.9756,51.6377],[-2.9763,51.6395],[-2.977999,51.6399],[-2.978701,51.6411],[-2.979199,51.6427],[-2.9793,51.6445],[-2.979399,51.6456],[-2.9786,51.6463],[-2.9777,51.6469],[-2.9777,51.6478],[-2.977099,51.6492],[-2.977499,51.6506],[-2.9791,51.6522],[-2.98090,51.6532],[-2.981699,51.654],[-2.983099,51.6548],[-2.9848,51.6552],[-2.98700,51.6561],[-2.988199,51.6567],[-2.9886,51.6581],[-2.98930,51.6591],[-2.9904,51.6602],[-2.992001,51.661],[-2.993701,51.6651],[-2.9951,51.6657],[-2.996401,51.6658],[-2.9986,51.6659],[-2.999599,51.6692],[-3.000799,51.6694],[-3.002399,51.6696],[-3.00340,51.6701],[-3.0042,51.671],[-3.003599,51.6728],[-3.004699,51.6753],[-3.00550,51.6764],[-3.00530,51.6774],[-3.0044,51.6781],[-3.0035,51.6786],[-3.0035,51.6827],[-2.996099,51.6848],[-2.9942,51.6779],[-2.992599,51.6764],[-2.989799,51.6755],[-2.98490,51.6747],[-2.982199,51.6749],[-2.98130,51.6757],[-2.980599,51.6771],[-2.9807,51.6787],[-2.979501,51.6803],[-2.978199,51.6814],[-2.977499,51.6822],[-2.9742,51.6871],[-2.9733,51.6884],[-2.972699,51.6890],[-2.9712,51.6901],[-2.969199,51.6916],[-2.9679,51.6925],[-2.9677,51.6933],[-2.9681,51.6942],[-2.96910,51.6946],[-2.9705,51.6944],[-2.9786,51.6934],[-2.981499,51.6929],[-2.9834,51.6926],[-2.984999,51.6926],[-2.987299,51.6926],[-2.988501,51.6928],[-2.990499,51.6916],[-2.993799,51.6916],[-2.998399,51.6915],[-3.0021,51.6906],[-2.999599,51.6962],[-2.996601,51.6992],[-2.9953,51.6998],[-2.993799,51.7015],[-2.992899,51.7048],[-2.992399,51.707],[-2.989399,51.7095],[-2.987999,51.7118],[-2.986099,51.7136],[-2.984301,51.7147],[-2.983999,51.7158],[-2.9881,51.7184],[-2.99,51.7206],[-2.9911,51.7211],[-2.9972,51.7188],[-2.9983,51.7189],[-2.999599,51.721],[-3.0009,51.7229],[-3.002599,51.7243],[-3.005199,51.726],[-3.007999,51.7254],[-3.0106,51.7248],[-3.0136,51.7249],[-3.016401,51.7249],[-3.019799,51.726],[-3.022799,51.7264],[-3.024199,51.7259],[-3.025399,51.7248],[-3.026201,51.724],[-3.027,51.7238],[-3.02830,51.7239],[-3.0291,51.7244],[-3.02990,51.7253],[-3.0308,51.7262],[-3.031699,51.7282],[-3.0327,51.7287],[-3.0335,51.7284],[-3.034699,51.7295],[-3.0351,51.7303],[-3.0357,51.7307],[-3.037499,51.7308],[-3.0393,51.7325],[-3.0357,51.7416],[-3.03440,51.7466],[-3.033799,51.7498],[-3.03440,51.7518],[-3.035399,51.7531],[-3.0374,51.7541],[-3.039799,51.7548],[-3.041201,51.7558],[-3.041899,51.7573],[-3.0425,51.7590],[-3.045799,51.7599],[-3.048901,51.7609],[-3.051001,51.7620],[-3.053299,51.7658],[-3.0532,51.7673],[-3.04590,51.7743],[-3.0457,51.7746],[-3.057499,51.783],[-3.064101,51.7857],[-3.069101,51.7865],[-3.07240,51.7867],[-3.0757,51.786],[-3.079999,51.7856],[-3.084301,51.7859],[-3.091201,51.788],[-3.100899,51.7923],[-3.1041,51.7948],[-3.1094,51.7948],[-3.1122,51.7943],[-3.115499,51.7943],[-3.1208,51.795],[-3.1249,51.7956],[-3.127199,51.7961],[-3.1285,51.7962],[-3.1298,51.7961],[-3.131201,51.7958],[-3.134399,51.7938],[-3.135799,51.7918],[-3.138999,51.7923],[-3.141001,51.7942],[-3.1436,51.7944],[-3.1473,51.7942],[-3.1477,51.7956],[-3.1473,51.7973],[-3.14630,51.7979],[-3.1447,51.7981],[-3.142299,51.7989],[-3.142,51.7994],[-3.143199,51.8011],[-3.1452,51.8023],[-3.1494,51.8037],[-3.149101,51.8047],[-3.147599,51.8053],[-3.14420,51.8057],[-3.143399,51.8077],[-3.1441,51.8086],[-3.1443,51.8094],[-3.144399,51.8106],[-3.144,51.8112],[-3.1433,51.8124],[-3.1431,51.8131],[-3.1447,51.8146],[-3.1459,51.8149],[-3.148299,51.8149],[-3.148999,51.8162],[-3.148999,51.8177],[-3.132299,51.8292],[-3.130599,51.8306],[-3.120899,51.8398],[-3.115299,51.8418],[-3.1134,51.8406],[-3.1082,51.8378],[-3.1024,51.8354],[-3.098701,51.832],[-3.096499,51.8326],[-3.096499,51.8352],[-3.098901,51.8382],[-3.098701,51.8403],[-3.096,51.8407],[-3.091401,51.8404],[-3.09160,51.8495],[-3.091201,51.8502],[-3.088099,51.8498],[-3.080899,51.8513],[-3.079101,51.8517],[-3.076,51.8542],[-3.07290,51.8555],[-3.0717,51.8586],[-3.0701,51.8603],[-3.064199,51.8626],[-3.0632,51.8651],[-3.0714,51.8739],[-3.064199,51.8786],[-3.047499,51.8812],[-3.038199,51.8822],[-3.03670,51.8860],[-3.04020,51.899],[-3.0452,51.9041],[-3.0478,51.9127],[-3.0535,51.9137],[-3.0631,51.9202],[-3.0748,51.9262],[-3.07900,51.9327],[-3.077899,51.9370],[-3.089301,51.9523],[-3.078099,51.9563],[-3.0911,51.9659],[-3.0882,51.9685],[-3.085299,51.9713],[-3.0816,51.9738],[-3.0762,51.9749],[-3.065599,51.9854],[-3.0552,51.9767],[-3.036801,51.9659],[-3.0316,51.9611],[-3.023999,51.9572],[-3.018399,51.9503],[-3.0104,51.9441],[-3.007499,51.9404],[-3.00760,51.9368],[-3.0088,51.9344],[-3.008199,51.9308],[-2.9983,51.9246],[-2.9974,51.9243],[-2.992599,51.9257],[-2.988199,51.9269],[-2.98130,51.9285],[-2.9765,51.9294],[-2.972899,51.9269],[-2.969899,51.915],[-2.9725,51.9108],[-2.969399,51.9075],[-2.963099,51.9053],[-2.953701,51.9087],[-2.944799,51.9122],[-2.937599,51.9126],[-2.915299,51.9197],[-2.907399,51.9227],[-2.9031,51.9253],[-2.891299,51.9283],[-2.8887,51.9311],[-2.8863,51.9328],[-2.883701,51.9334],[-2.874,51.9342],[-2.869101,51.9271],[-2.8559,51.9279],[-2.844199,51.9249],[-2.843199,51.9238],[-2.86330,51.9162],[-2.8596,51.9144],[-2.852,51.9141],[-2.846,51.9175],[-2.8392,51.9199],[-2.8352,51.9093],[-2.8299,51.9073],[-2.8196,51.9068],[-2.8134,51.9001],[-2.804101,51.8965],[-2.800499,51.8924],[-2.788199,51.8875],[-2.7699,51.8823],[-2.7716,51.8781],[-2.7776,51.8723],[-2.775899,51.8663],[-2.7737,51.865],[-2.7668,51.8628],[-2.763799,51.8594],[-2.7627,51.8544],[-2.7578,51.85],[-2.752399,51.8479],[-2.744501,51.8462],[-2.7389,51.8396],[-2.727099,51.8414],[-2.718199,51.8505],[-2.7151,51.8458],[-2.7121,51.8416],[-2.7063,51.8414],[-2.701699,51.8443],[-2.695699,51.8449],[-2.694,51.8433],[-2.690799,51.8357],[-2.6868,51.8348],[-2.6828,51.8395],[-2.6774,51.8393],[-2.659101,51.8362],[-2.657001,51.8345],[-2.6562,51.8321],[-2.6562,51.8289],[-2.648799,51.8269],[-2.6486,51.8266],[-2.6487,51.8262],[-2.649899,51.8246],[-2.6541,51.8247],[-2.6556,51.8220],[-2.656801,51.8202],[-2.659101,51.8201],[-2.6596,51.8114],[-2.669101,51.8096],[-2.675699,51.8065],[-2.676899,51.8028],[-2.673701,51.7973],[-2.669899,51.7933],[-2.6724,51.7888],[-2.674101,51.7878],[-2.6743,51.7873],[-2.674,51.7862],[-2.673501,51.7842],[-2.6738,51.7834],[-2.6745,51.7824],[-2.674999,51.7816],[-2.6752,51.781],[-2.675299,51.7805],[-2.6751,51.7799],[-2.6749,51.7793],[-2.674599,51.7788],[-2.6745,51.7785],[-2.6744,51.7778],[-2.6744,51.777],[-2.6745,51.7765],[-2.674999,51.776],[-2.676201,51.775],[-2.677599,51.7736],[-2.6785,51.7721],[-2.67890,51.7714],[-2.679199,51.7707],[-2.679199,51.7700],[-2.678999,51.7694],[-2.678299,51.7683],[-2.6765,51.7665],[-2.6758,51.7659],[-2.6749,51.7650],[-2.674,51.7640],[-2.6733,51.763],[-2.6724,51.7614],[-2.671201,51.7601],[-2.669899,51.7592],[-2.667799,51.7583],[-2.6645,51.7573],[-2.6633,51.7568],[-2.6626,51.7563],[-2.6621,51.7557],[-2.6617,51.7551],[-2.661601,51.7545],[-2.6617,51.7539],[-2.6624,51.7529],[-2.6631,51.7518],[-2.6643,51.7497],[-2.666001,51.7469],[-2.668099,51.7444],[-2.6696,51.7423],[-2.6698,51.7416],[-2.669899,51.7402],[-2.670799,51.7381],[-2.671299,51.7373],[-2.672199,51.7366],[-2.673701,51.7358],[-2.676001,51.7351],[-2.6796,51.7341],[-2.683199,51.733],[-2.6846,51.7325],[-2.6853,51.7322],[-2.6858,51.7317],[-2.685899,51.7312],[-2.686001,51.7307],[-2.6858,51.7301],[-2.6854,51.7295],[-2.6847,51.7288],[-2.681299,51.7267],[-2.679899,51.7258],[-2.679501,51.7255],[-2.679199,51.7249],[-2.679101,51.7245],[-2.679399,51.7239],[-2.679699,51.7235],[-2.679899,51.723],[-2.68,51.7226],[-2.679899,51.7218],[-2.679699,51.7211],[-2.679301,51.7201],[-2.67890,51.7191],[-2.6788,51.7179],[-2.6787,51.7167],[-2.6786,51.7158],[-2.6785,51.7152],[-2.6782,51.7146],[-2.677599,51.7141],[-2.676899,51.7136],[-2.6754,51.713],[-2.673701,51.7122],[-2.67200,51.7112],[-2.6703,51.7098],[-2.6689,51.7085],[-2.6682,51.7076],[-2.667599,51.7065],[-2.6673,51.7058],[-2.667399,51.705],[-2.667599,51.7040],[-2.6679,51.7031],[-2.6686,51.7024],[-2.6696,51.7018],[-2.6707,51.7014],[-2.67200,51.7012],[-2.673501,51.7012],[-2.6745,51.7013],[-2.675299,51.7016],[-2.6767,51.7024],[-2.6777,51.7031],[-2.6787,51.7036],[-2.679699,51.7039],[-2.6807,51.7041],[-2.6819,51.7039],[-2.6826,51.7036],[-2.683,51.7032],[-2.6831,51.7027],[-2.682899,51.7023],[-2.6824,51.7018],[-2.6817,51.7013],[-2.6807,51.7008],[-2.68,51.7005],[-2.6784,51.6999],[-2.676001,51.6993],[-2.6742,51.6989],[-2.672499,51.6984],[-2.671499,51.6979],[-2.6705,51.6973],[-2.67,51.6968],[-2.669101,51.6957],[-2.6682,51.6942],[-2.6677,51.6929],[-2.667799,51.6919],[-2.668299,51.6906],[-2.669101,51.6887],[-2.670399,51.6864],[-2.6717,51.6839],[-2.671801,51.6829],[-2.671601,51.6823],[-2.671299,51.6817],[-2.6709,51.6812],[-2.6702,51.6806],[-2.6689,51.68],[-2.667099,51.6793],[-2.664999,51.6787],[-2.659899,51.6775],[-2.658099,51.6768],[-2.6573,51.6763],[-2.6566,51.6756],[-2.6562,51.6749],[-2.6563,51.6741],[-2.656801,51.6734],[-2.657599,51.6727],[-2.658799,51.6721],[-2.6607,51.6713],[-2.663399,51.6706],[-2.666899,51.6698],[-2.6688,51.6696],[-2.670599,51.6698],[-2.672899,51.6701],[-2.6749,51.6702],[-2.676899,51.6702],[-2.6785,51.6701],[-2.6803,51.6698],[-2.681499,51.6694],[-2.6824,51.6687],[-2.683199,51.6676],[-2.684,51.6662],[-2.6845,51.6652],[-2.684799,51.6638],[-2.6847,51.6629],[-2.684101,51.662],[-2.682699,51.6612],[-2.680799,51.6605],[-2.6787,51.6602],[-2.676201,51.6605],[-2.673501,51.6615],[-2.6721,51.6622],[-2.6703,51.6634],[-2.669501,51.664],[-2.6686,51.6645],[-2.6677,51.6649],[-2.666699,51.665],[-2.6658,51.6647],[-2.665299,51.6643],[-2.664799,51.6637],[-2.664599,51.663],[-2.664799,51.6622],[-2.665699,51.6608],[-2.66800,51.6582],[-2.670099,51.6563],[-2.67200,51.6547],[-2.6749,51.6521],[-2.6774,51.6501],[-2.6784,51.649],[-2.6786,51.6482],[-2.6785,51.6474],[-2.677999,51.6465],[-2.677099,51.6458],[-2.6759,51.6456],[-2.673901,51.6457],[-2.6705,51.6465],[-2.669501,51.6465],[-2.6677,51.646],[-2.6666,51.6454],[-2.665699,51.6446],[-2.6654,51.644],[-2.6651,51.6430],[-2.664999,51.6418],[-2.6651,51.6403],[-2.6656,51.6389],[-2.6664,51.6365],[-2.666699,51.6353],[-2.6664,51.6345],[-2.658299,51.6260],[-2.6561,51.6232]]]]}, properties:{name:"Monmouthshire (Sir Fynwy)"}}, {type:"Feature", geometry:{type:"MultiPolygon", coordinates:[[[[-3.8778,51.6181],[-3.878,51.6194],[-3.878999,51.6199],[-3.8799,51.6203],[-3.8808,51.621],[-3.881001,51.6237],[-3.88,51.6265],[-3.879501,51.6277],[-3.879101,51.6287],[-3.8775,51.6357],[-3.8728,51.6420],[-3.8694,51.6461],[-3.868901,51.6474],[-3.868599,51.6486],[-3.8692,51.6499],[-3.869999,51.6526],[-3.8703,51.6542],[-3.8699,51.6556],[-3.869101,51.6561],[-3.8673,51.6565],[-3.865499,51.6567],[-3.862999,51.6588],[-3.862099,51.6611],[-3.85990,51.6626],[-3.8592,51.6633],[-3.8592,51.6642],[-3.8594,51.665],[-3.86010,51.6656],[-3.8615,51.667],[-3.86240,51.6686],[-3.862999,51.6696],[-3.8629,51.6706],[-3.8592,51.6715],[-3.8554,51.6737],[-3.853701,51.6765],[-3.8531,51.6791],[-3.8529,51.6812],[-3.8531,51.6848],[-3.848799,51.6948],[-3.848701,51.6965],[-3.851099,51.6972],[-3.851401,51.6977],[-3.851401,51.6984],[-3.8505,51.7002],[-3.8506,51.7009],[-3.851401,51.7016],[-3.852,51.7017],[-3.853501,51.7016],[-3.854199,51.7018],[-3.854899,51.7022],[-3.8555,51.7037],[-3.8564,51.7043],[-3.8598,51.705],[-3.860399,51.7055],[-3.8608,51.7061],[-3.8617,51.7074],[-3.86240,51.7073],[-3.8633,51.707],[-3.864599,51.7059],[-3.866801,51.7042],[-3.8715,51.7035],[-3.8736,51.7031],[-3.876499,51.7030],[-3.877399,51.7036],[-3.8778,51.7041],[-3.877899,51.7047],[-3.877599,51.7053],[-3.8771,51.7061],[-3.8757,51.7075],[-3.8754,51.7083],[-3.876499,51.7097],[-3.88030,51.7119],[-3.880599,51.7124],[-3.88050,51.7131],[-3.8794,51.7145],[-3.879501,51.716],[-3.8799,51.7171],[-3.881299,51.7199],[-3.8829,51.7222],[-3.8849,51.7246],[-3.885,51.7264],[-3.884599,51.7274],[-3.8854,51.7286],[-3.88520,51.7306],[-3.88470,51.7319],[-3.885099,51.7342],[-3.8863,51.7358],[-3.886801,51.7367],[-3.8875,51.7389],[-3.8884,51.7401],[-3.889301,51.7404],[-3.889899,51.7404],[-3.89080,51.7401],[-3.892,51.7399],[-3.8922,51.7418],[-3.8928,51.7426],[-3.893901,51.743],[-3.8963,51.743],[-3.89860,51.7437],[-3.9008,51.7455],[-3.907001,51.7492],[-3.908,51.7497],[-3.909899,51.7521],[-3.91080,51.7526],[-3.9119,51.7527],[-3.913501,51.7525],[-3.913901,51.7529],[-3.9141,51.7537],[-3.9141,51.7549],[-3.9142,51.7561],[-3.914799,51.7570],[-3.9179,51.7579],[-3.919101,51.7593],[-3.919199,51.7598],[-3.9187,51.7612],[-3.9196,51.7629],[-3.921099,51.7633],[-3.9231,51.7646],[-3.9252,51.7683],[-3.9259,51.7700],[-3.9265,51.7708],[-3.932699,51.7728],[-3.933199,51.7730],[-3.93380,51.7733],[-3.933199,51.7735],[-3.9264,51.774],[-3.9228,51.7743],[-3.9173,51.775],[-3.914599,51.775],[-3.911299,51.7729],[-3.910399,51.7711],[-3.90940,51.7704],[-3.907001,51.7706],[-3.8963,51.7729],[-3.892299,51.7711],[-3.8903,51.7704],[-3.8884,51.7700],[-3.8875,51.7701],[-3.886499,51.7715],[-3.884799,51.776],[-3.882999,51.7803],[-3.8822,51.7821],[-3.8817,51.7838],[-3.882,51.7848],[-3.883199,51.7864],[-3.8841,51.7874],[-3.8859,51.7899],[-3.88660,51.7921],[-3.887599,51.7939],[-3.8884,51.7946],[-3.890599,51.7956],[-3.8919,51.7966],[-3.8924,51.7978],[-3.8931,51.7996],[-3.893901,51.8015],[-3.8966,51.8026],[-3.902699,51.8026],[-3.90470,51.8044],[-3.903199,51.8047],[-3.9021,51.804],[-3.8998,51.8038],[-3.89500,51.8044],[-3.891099,51.804],[-3.888099,51.8058],[-3.88520,51.807],[-3.877199,51.8101],[-3.868999,51.8090],[-3.8663,51.81],[-3.865299,51.8104],[-3.8647,51.8114],[-3.863199,51.8113],[-3.8619,51.8106],[-3.8585,51.8099],[-3.85630,51.8098],[-3.854199,51.8096],[-3.8533,51.8094],[-3.850899,51.8095],[-3.8494,51.8098],[-3.84620,51.8095],[-3.8438,51.8099],[-3.8419,51.8105],[-3.83970,51.8103],[-3.836601,51.8102],[-3.835299,51.8081],[-3.8292,51.8072],[-3.8282,51.8074],[-3.816099,51.8039],[-3.816299,51.8026],[-3.814301,51.8011],[-3.814101,51.7998],[-3.8146,51.7987],[-3.815599,51.798],[-3.818099,51.7973],[-3.8183,51.7956],[-3.816801,51.7949],[-3.81320,51.7944],[-3.812099,51.7917],[-3.810699,51.7889],[-3.80940,51.7874],[-3.807499,51.7871],[-3.80520,51.7857],[-3.804501,51.7848],[-3.804301,51.7829],[-3.8034,51.7817],[-3.801899,51.781],[-3.799999,51.7808],[-3.798901,51.7796],[-3.797699,51.7785],[-3.796,51.7785],[-3.7934,51.7791],[-3.791899,51.779],[-3.786201,51.7756],[-3.783299,51.7733],[-3.782099,51.7718],[-3.7816,51.7702],[-3.782001,51.7684],[-3.782099,51.7672],[-3.779999,51.7652],[-3.780499,51.7636],[-3.778701,51.7623],[-3.7788,51.7614],[-3.779,51.7594],[-3.7802,51.7589],[-3.7809,51.7585],[-3.78080,51.7581],[-3.7783,51.7567],[-3.768701,51.7560],[-3.7613,51.7556],[-3.752199,51.7617],[-3.75,51.7638],[-3.7468,51.7639],[-3.7449,51.7638],[-3.743599,51.7648],[-3.74020,51.7669],[-3.7346,51.7706],[-3.727299,51.7756],[-3.719899,51.7753],[-3.715199,51.7767],[-3.714101,51.7765],[-3.713599,51.7759],[-3.7126,51.7730],[-3.71300,51.7709],[-3.70970,51.7716],[-3.7056,51.7734],[-3.7002,51.7762],[-3.6966,51.7778],[-3.693599,51.7791],[-3.691499,51.7799],[-3.688999,51.7807],[-3.6872,51.7811],[-3.684799,51.7825],[-3.6826,51.7845],[-3.681601,51.7859],[-3.680099,51.7866],[-3.6777,51.7863],[-3.6763,51.7865],[-3.674999,51.7885],[-3.673701,51.7893],[-3.6717,51.791],[-3.67030,51.7915],[-3.669301,51.7916],[-3.667099,51.7908],[-3.66650,51.7894],[-3.6658,51.7889],[-3.66230,51.7895],[-3.661299,51.7892],[-3.661,51.7885],[-3.661,51.7879],[-3.6608,51.7869],[-3.655699,51.7869],[-3.6542,51.787],[-3.6536,51.785],[-3.65030,51.7851],[-3.648799,51.7848],[-3.646699,51.7841],[-3.644799,51.7837],[-3.6424,51.7826],[-3.6429,51.7802],[-3.640399,51.7798],[-3.6396,51.7797],[-3.638,51.778],[-3.637399,51.7766],[-3.6352,51.777],[-3.6342,51.7768],[-3.632299,51.7769],[-3.6307,51.7758],[-3.6285,51.7744],[-3.626,51.7739],[-3.6231,51.774],[-3.6192,51.7752],[-3.617199,51.7754],[-3.6147,51.7748],[-3.610899,51.7730],[-3.609101,51.7726],[-3.6073,51.7726],[-3.606499,51.7728],[-3.6041,51.774],[-3.602299,51.7739],[-3.6008,51.7728],[-3.599999,51.7715],[-3.5983,51.7712],[-3.597699,51.7704],[-3.5982,51.769],[-3.5984,51.7671],[-3.597399,51.7651],[-3.59710,51.7638],[-3.597199,51.7632],[-3.597001,51.7615],[-3.5955,51.7588],[-3.5929,51.7562],[-3.591201,51.7547],[-3.5908,51.7539],[-3.610199,51.746],[-3.6071,51.7442],[-3.602499,51.7418],[-3.6001,51.7406],[-3.5985,51.7402],[-3.594899,51.7396],[-3.5854,51.7384],[-3.5834,51.7375],[-3.5816,51.7362],[-3.5799,51.735],[-3.57920,51.7338],[-3.578799,51.7322],[-3.578501,51.7302],[-3.57900,51.7288],[-3.57900,51.7273],[-3.578501,51.7246],[-3.5773,51.7203],[-3.577399,51.7186],[-3.5776,51.7174],[-3.578,51.7167],[-3.578901,51.7158],[-3.580899,51.714],[-3.5816,51.7128],[-3.582099,51.7113],[-3.5827,51.7090],[-3.58320,51.7071],[-3.5834,51.7053],[-3.5833,51.7041],[-3.5824,51.7014],[-3.5816,51.699],[-3.58130,51.6978],[-3.581201,51.6966],[-3.58130,51.6948],[-3.5817,51.6943],[-3.584399,51.6922],[-3.585099,51.6914],[-3.585299,51.6909],[-3.584399,51.6893],[-3.5837,51.6875],[-3.5833,51.6862],[-3.5833,51.6856],[-3.584199,51.6841],[-3.586,51.6815],[-3.586801,51.6797],[-3.586699,51.6792],[-3.586,51.6782],[-3.582999,51.6748],[-3.578599,51.6709],[-3.578099,51.6704],[-3.5776,51.6689],[-3.57620,51.6658],[-3.5754,51.6648],[-3.5739,51.6635],[-3.572599,51.6626],[-3.57080,51.6617],[-3.568,51.6598],[-3.565399,51.6579],[-3.5629,51.6566],[-3.5624,51.6562],[-3.561899,51.655],[-3.5618,51.6545],[-3.5614,51.6523],[-3.561201,51.6497],[-3.561201,51.6486],[-3.5613,51.6476],[-3.562099,51.6444],[-3.566,51.6445],[-3.57270,51.6452],[-3.578501,51.6456],[-3.5801,51.6456],[-3.581201,51.6455],[-3.5834,51.6449],[-3.5896,51.6433],[-3.5957,51.6420],[-3.5957,51.6416],[-3.595099,51.6407],[-3.5948,51.6390],[-3.595099,51.6388],[-3.597199,51.6388],[-3.612999,51.6409],[-3.6326,51.6437],[-3.638299,51.6443],[-3.642499,51.6447],[-3.65,51.6453],[-3.6566,51.6457],[-3.661099,51.6461],[-3.6626,51.646],[-3.665499,51.6419],[-3.673599,51.6329],[-3.6752,51.6309],[-3.676201,51.6275],[-3.6786,51.6245],[-3.679301,51.6233],[-3.679199,51.6229],[-3.67890,51.6225],[-3.677799,51.6217],[-3.67660,51.6211],[-3.67640,51.6207],[-3.6765,51.6204],[-3.677599,51.6178],[-3.681099,51.6117],[-3.6833,51.6087],[-3.6905,51.6006],[-3.69510,51.5946],[-3.6924,51.5918],[-3.6917,51.5906],[-3.6912,51.5897],[-3.6884,51.5879],[-3.6854,51.586],[-3.6828,51.5833],[-3.679501,51.5799],[-3.6782,51.5783],[-3.6772,51.5772],[-3.6744,51.5761],[-3.6723,51.5754],[-3.66840,51.5744],[-3.667001,51.5740],[-3.665699,51.5733],[-3.663199,51.5717],[-3.657099,51.5671],[-3.6549,51.5659],[-3.6551,51.5653],[-3.658799,51.5614],[-3.6589,51.5608],[-3.658799,51.5604],[-3.6586,51.5601],[-3.657799,51.5595],[-3.6559,51.5585],[-3.65410,51.5584],[-3.653,51.5579],[-3.651401,51.5567],[-3.65030,51.5557],[-3.6498,51.555],[-3.6496,51.5541],[-3.649699,51.5523],[-3.650199,51.5509],[-3.652299,51.5461],[-3.65430,51.5429],[-3.655699,51.5411],[-3.6565,51.5389],[-3.6617,51.5383],[-3.663,51.5384],[-3.6788,51.5377],[-3.682199,51.5363],[-3.6875,51.5365],[-3.68860,51.5354],[-3.689199,51.5333],[-3.693399,51.5338],[-3.69490,51.5331],[-3.695899,51.5321],[-3.6967,51.5292],[-3.7002,51.5272],[-3.70330,51.5272],[-3.7107,51.5274],[-3.724301,51.5324],[-3.7265,51.5325],[-3.729199,51.5328],[-3.734101,51.5338],[-3.7391,51.5346],[-3.7432,51.536],[-3.744501,51.5362],[-3.74560,51.5363],[-3.747,51.5361],[-3.7476,51.5359],[-3.748399,51.5354],[-3.7504,51.5335],[-3.7514,51.5331],[-3.753,51.5329],[-3.7548,51.5335],[-3.7558,51.5339],[-3.757299,51.5353],[-3.7591,51.5365],[-3.7589,51.5374],[-3.758501,51.5384],[-3.7589,51.5391],[-3.760799,51.5403],[-3.7634,51.5423],[-3.764101,51.5429],[-3.765,51.5439],[-3.7657,51.5445],[-3.7674,51.5467],[-3.7697,51.5498],[-3.7716,51.5528],[-3.7751,51.5586],[-3.775599,51.5593],[-3.776299,51.5601],[-3.777299,51.5612],[-3.778701,51.563],[-3.779999,51.5652],[-3.780699,51.566],[-3.782599,51.5675],[-3.784199,51.5688],[-3.78710,51.5710],[-3.787899,51.5712],[-3.788901,51.5712],[-3.7904,51.5708],[-3.7938,51.5696],[-3.7959,51.5693],[-3.797899,51.5691],[-3.801201,51.5698],[-3.807499,51.5710],[-3.814301,51.5747],[-3.815099,51.5750],[-3.81530,51.5753],[-3.81530,51.5757],[-3.814899,51.5761],[-3.807199,51.5719],[-3.7995,51.5701],[-3.797899,51.5700],[-3.796,51.5702],[-3.7939,51.5706],[-3.7936,51.5708],[-3.7935,51.5711],[-3.793299,51.5719],[-3.7936,51.5738],[-3.793999,51.5742],[-3.801001,51.5745],[-3.8011,51.5745],[-3.801201,51.5748],[-3.8011,51.5751],[-3.794899,51.5750],[-3.794301,51.5749],[-3.794101,51.5750],[-3.7939,51.5752],[-3.796,51.5775],[-3.798399,51.58],[-3.799799,51.5815],[-3.800699,51.5821],[-3.8018,51.5823],[-3.8029,51.5822],[-3.8048,51.5818],[-3.806601,51.5814],[-3.80730,51.5814],[-3.80920,51.5815],[-3.809799,51.5815],[-3.810699,51.5813],[-3.812001,51.5806],[-3.81320,51.5801],[-3.814301,51.5801],[-3.814501,51.5804],[-3.814399,51.5807],[-3.8135,51.5812],[-3.811001,51.5823],[-3.8076,51.5823],[-3.8039,51.583],[-3.800299,51.5835],[-3.797899,51.5839],[-3.796,51.5842],[-3.7959,51.585],[-3.7959,51.5856],[-3.795399,51.5866],[-3.795,51.5874],[-3.795099,51.5879],[-3.7957,51.5884],[-3.796201,51.588],[-3.796601,51.5869],[-3.79700,51.5858],[-3.797699,51.585],[-3.798599,51.5845],[-3.7997,51.5843],[-3.801201,51.5841],[-3.8016,51.5841],[-3.8025,51.5843],[-3.8032,51.5846],[-3.8038,51.585],[-3.804199,51.5854],[-3.8048,51.5859],[-3.80520,51.586],[-3.8059,51.5861],[-3.806601,51.5861],[-3.80710,51.5859],[-3.807699,51.5855],[-3.8083,51.5851],[-3.808701,51.585],[-3.809,51.585],[-3.809101,51.5853],[-3.809,51.5856],[-3.8078,51.5864],[-3.807199,51.5869],[-3.806601,51.5878],[-3.806499,51.5887],[-3.806601,51.5889],[-3.807001,51.5893],[-3.808199,51.5904],[-3.809799,51.5914],[-3.811201,51.5923],[-3.8124,51.5929],[-3.815799,51.5946],[-3.8303,51.6025],[-3.836499,51.6066],[-3.837699,51.6078],[-3.8382,51.6084],[-3.838599,51.6091],[-3.839,51.61],[-3.8392,51.6108],[-3.8392,51.6114],[-3.839101,51.612],[-3.839,51.6126],[-3.838799,51.6133],[-3.8383,51.6142],[-3.83780,51.6148],[-3.837399,51.6152],[-3.836401,51.6161],[-3.8348,51.6171],[-3.833501,51.6181],[-3.8329,51.6187],[-3.8325,51.6193],[-3.832099,51.6199],[-3.831899,51.6206],[-3.831899,51.6215],[-3.832099,51.6223],[-3.832299,51.6228],[-3.8326,51.6228],[-3.833501,51.6224],[-3.8361,51.6215],[-3.839,51.6207],[-3.8404,51.6205],[-3.8408,51.6207],[-3.8408,51.621],[-3.84010,51.6214],[-3.837899,51.6220],[-3.834599,51.6229],[-3.8331,51.6236],[-3.82960,51.6257],[-3.826,51.6266],[-3.8246,51.6274],[-3.8232,51.6283],[-3.8227,51.6287],[-3.822299,51.6291],[-3.822001,51.6295],[-3.8215,51.6305],[-3.82140,51.6309],[-3.82140,51.6311],[-3.822299,51.6314],[-3.8227,51.6314],[-3.8239,51.6300],[-3.824501,51.6294],[-3.8252,51.6287],[-3.8261,51.6281],[-3.827399,51.6272],[-3.828799,51.6269],[-3.8292,51.6273],[-3.8292,51.6276],[-3.829,51.6284],[-3.828799,51.6308],[-3.8306,51.6308],[-3.832099,51.6295],[-3.8326,51.6286],[-3.8329,51.6269],[-3.83360,51.6261],[-3.835,51.6252],[-3.837001,51.6243],[-3.838399,51.6238],[-3.8395,51.6238],[-3.8403,51.6245],[-3.8417,51.6249],[-3.842299,51.6249],[-3.84200,51.6244],[-3.8413,51.6237],[-3.841001,51.6235],[-3.8411,51.6231],[-3.841201,51.6228],[-3.84200,51.6223],[-3.8426,51.6219],[-3.8431,51.6217],[-3.844,51.6217],[-3.844899,51.6223],[-3.846601,51.6232],[-3.8515,51.6238],[-3.855799,51.6236],[-3.856601,51.6233],[-3.856601,51.6229],[-3.856601,51.6227],[-3.8562,51.6225],[-3.8539,51.6223],[-3.848701,51.6223],[-3.847001,51.6223],[-3.8464,51.6221],[-3.8464,51.6219],[-3.846601,51.6216],[-3.8471,51.6211],[-3.8475,51.6209],[-3.8485,51.6206],[-3.8492,51.6204],[-3.8495,51.6201],[-3.8495,51.6199],[-3.849,51.6197],[-3.8484,51.6196],[-3.8475,51.6198],[-3.846801,51.6199],[-3.846601,51.6199],[-3.846601,51.6195],[-3.846801,51.6192],[-3.8473,51.6188],[-3.848,51.6185],[-3.849101,51.6183],[-3.8508,51.6183],[-3.8527,51.6184],[-3.8575,51.6197],[-3.86220,51.6203],[-3.8657,51.6197],[-3.872299,51.6181],[-3.8778,51.6181]]]]}, properties:{name:"Neath Port Talbot (Castel-Nedd Port Talbot)"}}, {type:"Feature", geometry:{type:"MultiPolygon", coordinates:[[[[-2.979399,51.5476],[-2.9827,51.5512],[-2.9845,51.5506],[-2.985899,51.5504],[-2.98700,51.5504],[-2.9879,51.5507],[-2.9884,51.551],[-2.989799,51.5522],[-2.992001,51.5543],[-2.992899,51.5555],[-2.993599,51.5564],[-2.994301,51.5575],[-2.9946,51.5586],[-2.9948,51.5587],[-2.9951,51.5587],[-2.995399,51.5585],[-2.9956,51.5583],[-2.9956,51.558],[-2.9955,51.5575],[-2.9951,51.5566],[-2.994501,51.5557],[-2.9927,51.5534],[-2.9921,51.5524],[-2.992001,51.5521],[-2.992001,51.5516],[-2.992199,51.551],[-2.992199,51.5508],[-2.9921,51.5507],[-2.991499,51.5505],[-2.99,51.5502],[-2.989399,51.5499],[-2.98910,51.5497],[-2.9886,51.5492],[-2.9884,51.5489],[-2.9881,51.5484],[-2.987999,51.548],[-2.9879,51.5477],[-2.987799,51.5471],[-2.9879,51.5468],[-2.9879,51.5466],[-2.988501,51.5456],[-2.9889,51.545],[-2.9899,51.5437],[-2.9911,51.542],[-2.99140,51.5416],[-2.991699,51.541],[-2.9921,51.54],[-2.992399,51.5385],[-2.992599,51.5381],[-2.993099,51.5375],[-2.993799,51.5367],[-2.9944,51.5361],[-2.9955,51.5352],[-2.9969,51.5344],[-2.9983,51.5338],[-2.9997,51.533],[-3.000299,51.5322],[-3.001601,51.531],[-3.003,51.5303],[-3.0051,51.5292],[-3.0069,51.5285],[-3.008399,51.5281],[-3.01020,51.5276],[-3.0157,51.5251],[-3.0197,51.5231],[-3.022099,51.5219],[-3.024101,51.5208],[-3.025599,51.5202],[-3.0269,51.5198],[-3.0292,51.5194],[-3.032799,51.5193],[-3.0348,51.5194],[-3.0359,51.5195],[-3.036801,51.5197],[-3.0374,51.5199],[-3.038199,51.5205],[-3.038599,51.5205],[-3.0391,51.5202],[-3.0392,51.5201],[-3.0393,51.519],[-3.0395,51.5179],[-3.0399,51.5171],[-3.040299,51.5165],[-3.0409,51.5159],[-3.0415,51.5154],[-3.042799,51.5146],[-3.0439,51.5140],[-3.044899,51.5136],[-3.046401,51.5131],[-3.0493,51.5125],[-3.0502,51.5123],[-3.0509,51.5119],[-3.0525,51.5107],[-3.054501,51.5093],[-3.055399,51.5088],[-3.057001,51.5082],[-3.060499,51.5070],[-3.0634,51.5061],[-3.066,51.5053],[-3.0675,51.505],[-3.0692,51.5049],[-3.070699,51.5056],[-3.0711,51.5058],[-3.0716,51.5058],[-3.071899,51.5057],[-3.07240,51.5055],[-3.074699,51.5038],[-3.07710,51.5025],[-3.084301,51.5079],[-3.085,51.5085],[-3.0861,51.5097],[-3.086499,51.5102],[-3.086401,51.5107],[-3.0848,51.5140],[-3.084501,51.5144],[-3.082599,51.5154],[-3.080499,51.5165],[-3.0667,51.5226],[-3.07520,51.5290],[-3.0871,51.535],[-3.0927,51.5421],[-3.1185,51.5476],[-3.1142,51.5501],[-3.111601,51.552],[-3.110199,51.5529],[-3.1064,51.5553],[-3.10360,51.5586],[-3.097899,51.5601],[-3.098,51.5652],[-3.092799,51.5661],[-3.092,51.5668],[-3.0908,51.5680],[-3.0904,51.5685],[-3.0905,51.5688],[-3.091201,51.5695],[-3.0927,51.5707],[-3.110399,51.5814],[-3.1157,51.5801],[-3.116899,51.5806],[-3.118099,51.5810],[-3.119999,51.5809],[-3.1208,51.5809],[-3.1215,51.5815],[-3.1222,51.5841],[-3.122699,51.5853],[-3.1233,51.5866],[-3.1222,51.5878],[-3.1205,51.5887],[-3.118599,51.5887],[-3.117899,51.5895],[-3.1173,51.5904],[-3.1159,51.5908],[-3.1133,51.591],[-3.1122,51.5913],[-3.1115,51.592],[-3.1106,51.5934],[-3.108799,51.5945],[-3.106699,51.5943],[-3.1052,51.5935],[-3.101001,51.5906],[-3.098901,51.5885],[-3.0964,51.5871],[-3.095099,51.5871],[-3.0913,51.5929],[-3.0905,51.5934],[-3.0896,51.5937],[-3.088399,51.5939],[-3.0824,51.5929],[-3.08130,51.5933],[-3.0806,51.5943],[-3.079999,51.5952],[-3.078901,51.5966],[-3.077899,51.5971],[-3.07520,51.5973],[-3.0737,51.5978],[-3.0717,51.5976],[-3.068901,51.5975],[-3.067199,51.6015],[-3.066299,51.6021],[-3.064399,51.6018],[-3.0635,51.603],[-3.059799,51.6064],[-3.060199,51.6074],[-3.061001,51.6078],[-3.0632,51.6082],[-3.065599,51.6081],[-3.0682,51.6086],[-3.068799,51.6098],[-3.0716,51.6117],[-3.0741,51.6124],[-3.075799,51.6124],[-3.076801,51.6135],[-3.0782,51.6134],[-3.079101,51.6139],[-3.0808,51.6141],[-3.0816,51.6154],[-3.082,51.6175],[-3.0804,51.621],[-3.0795,51.6202],[-3.0783,51.6192],[-3.076699,51.6184],[-3.074301,51.6178],[-3.0717,51.6182],[-3.069999,51.6183],[-3.068599,51.6185],[-3.067001,51.6185],[-3.0659,51.6178],[-3.065,51.6162],[-3.063999,51.614],[-3.0627,51.6126],[-3.060899,51.6108],[-3.05900,51.6102],[-3.0573,51.6099],[-3.0553,51.6098],[-3.0538,51.6099],[-3.0518,51.6094],[-3.05080,51.6081],[-3.049599,51.6071],[-3.047699,51.6065],[-3.0457,51.6061],[-3.04590,51.6081],[-3.046801,51.6098],[-3.047699,51.6104],[-3.0467,51.6119],[-3.046401,51.6129],[-3.046401,51.614],[-3.046601,51.6151],[-3.0473,51.6159],[-3.048501,51.6166],[-3.0488,51.6173],[-3.0493,51.618],[-3.0509,51.6188],[-3.049599,51.6217],[-3.048901,51.6232],[-3.048199,51.6236],[-3.0469,51.6237],[-3.044399,51.6232],[-3.041201,51.6221],[-3.03650,51.6215],[-3.035399,51.6211],[-3.034501,51.6200],[-3.033999,51.6198],[-3.033,51.6205],[-3.03230,51.6205],[-3.0315,51.6202],[-3.0314,51.6193],[-3.03060,51.6183],[-3.029599,51.6178],[-3.027999,51.6175],[-3.026601,51.6174],[-3.021899,51.6174],[-3.020099,51.618],[-3.0193,51.6185],[-3.0191,51.6197],[-3.0181,51.6202],[-3.013999,51.6224],[-3.0078,51.6230],[-3.0006,51.6211],[-2.9981,51.6199],[-2.996601,51.6212],[-2.994999,51.6228],[-2.993901,51.6242],[-2.991699,51.6245],[-2.98930,51.6250],[-2.9883,51.6259],[-2.9883,51.6275],[-2.986001,51.6282],[-2.982001,51.6277],[-2.97900,51.6279],[-2.976201,51.6285],[-2.973599,51.6287],[-2.9681,51.6296],[-2.9661,51.6295],[-2.96490,51.6290],[-2.9645,51.6283],[-2.963799,51.6276],[-2.9621,51.6276],[-2.9589,51.6287],[-2.9561,51.6299],[-2.9543,51.6307],[-2.952899,51.6312],[-2.9519,51.6307],[-2.949501,51.6302],[-2.947599,51.6291],[-2.946899,51.6265],[-2.9475,51.6258],[-2.947299,51.6244],[-2.947099,51.6235],[-2.947799,51.6224],[-2.9475,51.6212],[-2.9453,51.6207],[-2.944799,51.6201],[-2.945199,51.6194],[-2.9463,51.6191],[-2.9463,51.6185],[-2.9465,51.6174],[-2.9458,51.6165],[-2.941601,51.6226],[-2.93630,51.6208],[-2.9328,51.6207],[-2.9305,51.6217],[-2.9288,51.6231],[-2.926201,51.6245],[-2.924999,51.6258],[-2.922699,51.6267],[-2.921201,51.6272],[-2.919301,51.6276],[-2.91800,51.6275],[-2.915299,51.6268],[-2.911099,51.6259],[-2.909899,51.6269],[-2.9082,51.6282],[-2.90770,51.6287],[-2.906699,51.6293],[-2.9052,51.6302],[-2.903901,51.6305],[-2.901201,51.6295],[-2.899501,51.6297],[-2.8985,51.6333],[-2.8966,51.6352],[-2.8942,51.6376],[-2.8941,51.6385],[-2.8921,51.6388],[-2.8901,51.6398],[-2.8887,51.6411],[-2.888099,51.6425],[-2.88770,51.6438],[-2.888,51.6452],[-2.889101,51.6474],[-2.89150,51.6538],[-2.892,51.6549],[-2.891201,51.6558],[-2.88980,51.6555],[-2.8887,51.6557],[-2.8879,51.6562],[-2.888,51.6566],[-2.8884,51.6576],[-2.8884,51.6578],[-2.8879,51.6589],[-2.886001,51.6598],[-2.8847,51.6601],[-2.883501,51.6599],[-2.882699,51.6592],[-2.8757,51.6541],[-2.874399,51.6534],[-2.8726,51.6531],[-2.871401,51.6534],[-2.870399,51.6541],[-2.869301,51.6555],[-2.86710,51.6561],[-2.864599,51.6559],[-2.860199,51.6556],[-2.857001,51.6555],[-2.8526,51.6562],[-2.8503,51.656],[-2.8455,51.6565],[-2.843199,51.6572],[-2.84290,51.6578],[-2.8418,51.6595],[-2.8406,51.66],[-2.8395,51.6596],[-2.8392,51.6582],[-2.8396,51.6563],[-2.8404,51.6548],[-2.84010,51.6535],[-2.8385,51.6517],[-2.836801,51.6509],[-2.835599,51.6496],[-2.834899,51.6482],[-2.834899,51.6466],[-2.8336,51.6452],[-2.830699,51.6441],[-2.8283,51.6428],[-2.8259,51.6406],[-2.8236,51.6386],[-2.820899,51.6354],[-2.8192,51.6337],[-2.8171,51.6328],[-2.816401,51.6300],[-2.8153,51.6290],[-2.815099,51.6259],[-2.8131,51.6244],[-2.810499,51.624],[-2.809101,51.6198],[-2.8069,51.6178],[-2.806201,51.6164],[-2.8092,51.617],[-2.812999,51.6167],[-2.8169,51.6168],[-2.8236,51.6172],[-2.826499,51.6169],[-2.829101,51.6172],[-2.830699,51.6153],[-2.830199,51.6139],[-2.828501,51.6119],[-2.828799,51.6097],[-2.828799,51.6076],[-2.828599,51.6046],[-2.8295,51.6036],[-2.8301,51.602],[-2.8318,51.6019],[-2.832599,51.6012],[-2.8332,51.6002],[-2.834199,51.599],[-2.835799,51.5976],[-2.8385,51.597],[-2.8418,51.5969],[-2.8431,51.5974],[-2.8439,51.5962],[-2.8433,51.5954],[-2.84290,51.5949],[-2.844,51.5946],[-2.8438,51.5937],[-2.842999,51.5935],[-2.842799,51.5929],[-2.843501,51.5925],[-2.8439,51.5922],[-2.8439,51.5918],[-2.843199,51.5912],[-2.844899,51.5898],[-2.845099,51.5883],[-2.842799,51.5873],[-2.842099,51.5863],[-2.8426,51.5847],[-2.844,51.5836],[-2.8437,51.5802],[-2.8439,51.5792],[-2.844599,51.5785],[-2.84710,51.5780],[-2.847199,51.5763],[-2.8476,51.5758],[-2.848,51.5756],[-2.8473,51.5745],[-2.846801,51.5728],[-2.844899,51.5731],[-2.842999,51.5713],[-2.8416,51.5716],[-2.840499,51.5714],[-2.8394,51.5702],[-2.8392,51.5690],[-2.8383,51.5689],[-2.8371,51.5697],[-2.836499,51.5706],[-2.8355,51.5710],[-2.834899,51.5708],[-2.834399,51.5702],[-2.834399,51.5697],[-2.834599,51.5683],[-2.834599,51.5662],[-2.834301,51.5645],[-2.8334,51.563],[-2.831899,51.5614],[-2.8293,51.5594],[-2.826801,51.5576],[-2.824501,51.5557],[-2.821899,51.5539],[-2.824501,51.5528],[-2.8311,51.5505],[-2.838099,51.5485],[-2.841401,51.5472],[-2.8439,51.5461],[-2.8459,51.5454],[-2.846699,51.5453],[-2.848701,51.5449],[-2.8513,51.5445],[-2.853501,51.5442],[-2.8598,51.5434],[-2.8636,51.5427],[-2.866499,51.5424],[-2.869699,51.5422],[-2.8717,51.5417],[-2.873701,51.5407],[-2.8752,51.5402],[-2.877599,51.5397],[-2.882299,51.5393],[-2.884399,51.5383],[-2.8864,51.5373],[-2.888099,51.5367],[-2.890399,51.5368],[-2.896001,51.5362],[-2.8982,51.5358],[-2.900199,51.5352],[-2.901299,51.5347],[-2.9017,51.5343],[-2.9021,51.5339],[-2.902499,51.5334],[-2.9031,51.5329],[-2.903701,51.5326],[-2.9043,51.5325],[-2.90510,51.5327],[-2.9062,51.533],[-2.906699,51.5332],[-2.90770,51.5337],[-2.912499,51.5355],[-2.9141,51.5361],[-2.914999,51.5361],[-2.916001,51.5355],[-2.9164,51.5354],[-2.9187,51.5357],[-2.9198,51.5359],[-2.92030,51.5362],[-2.9205,51.5365],[-2.9205,51.5368],[-2.920399,51.5372],[-2.9202,51.5376],[-2.919899,51.538],[-2.9196,51.5381],[-2.9187,51.5381],[-2.9177,51.5383],[-2.9175,51.5386],[-2.917099,51.5388],[-2.916201,51.5386],[-2.9151,51.5387],[-2.9144,51.539],[-2.91170,51.5402],[-2.910599,51.5408],[-2.9101,51.5412],[-2.909899,51.5415],[-2.909899,51.5418],[-2.91000,51.5422],[-2.910399,51.5424],[-2.9107,51.5423],[-2.91190,51.5411],[-2.9124,51.5408],[-2.913399,51.5403],[-2.9154,51.5395],[-2.9158,51.5394],[-2.917099,51.5394],[-2.917799,51.5394],[-2.91800,51.5393],[-2.9186,51.5389],[-2.9189,51.5388],[-2.92,51.5389],[-2.92030,51.5388],[-2.920799,51.5385],[-2.921201,51.5381],[-2.921299,51.5378],[-2.921401,51.5373],[-2.921401,51.5371],[-2.921499,51.537],[-2.9217,51.5368],[-2.9221,51.5366],[-2.922699,51.5365],[-2.923399,51.5364],[-2.925299,51.5362],[-2.927599,51.5362],[-2.936001,51.5357],[-2.9453,51.5355],[-2.951,51.5355],[-2.9554,51.5363],[-2.95880,51.5372],[-2.96070,51.5384],[-2.963399,51.5395],[-2.967499,51.5406],[-2.969399,51.5413],[-2.971801,51.5422],[-2.9732,51.5427],[-2.974999,51.5426],[-2.9756,51.5427],[-2.9765,51.543],[-2.9779,51.5442],[-2.978199,51.5446],[-2.978501,51.545],[-2.97880,51.5455],[-2.979199,51.5464],[-2.979399,51.5476]]]]}, properties:{name:"Newport (Casnewydd)"}}, {type:"Feature", geometry:{type:"MultiPolygon", coordinates:[[[[-4.702199, 52.1062],[-4.7012, 52.106],[-4.6974, 52.1063],[-4.6946, 52.106],[-4.6921, 52.1051],[-4.6903, 52.1045],[-4.6885, 52.1042],[-4.686699, 52.104],[-4.6861, 52.104],[-4.6854, 52.1046],[-4.679699, 52.1008],[-4.677299, 52.0986],[-4.6766, 52.0977],[-4.676401, 52.097],[-4.6766, 52.0962],[-4.676899, 52.0949],[-4.677599, 52.0925],[-4.679699, 52.0864],[-4.6798, 52.086],[-4.6798, 52.0854],[-4.6793, 52.0845],[-4.678599, 52.0839],[-4.6778, 52.0836],[-4.677199, 52.0834],[-4.675499, 52.0832],[-4.667399, 52.0829],[-4.659699, 52.0814],[-4.658501, 52.0814],[-4.6515, 52.082],[-4.650899, 52.0819],[-4.649301, 52.0814],[-4.6439, 52.0801],[-4.643099, 52.0798],[-4.642499, 52.0795],[-4.6413, 52.076],[-4.641201, 52.0756],[-4.640299, 52.0746],[-4.6378, 52.0722],[-4.637001, 52.0714],[-4.63620, 52.0705],[-4.636099, 52.0701],[-4.636099, 52.0697],[-4.63630, 52.0694],[-4.6374, 52.0688],[-4.6401, 52.0675],[-4.640399, 52.0670],[-4.640399, 52.0666],[-4.640299, 52.0659],[-4.6399, 52.0644],[-4.6399, 52.0638],[-4.639501, 52.0626],[-4.6393, 52.0621],[-4.63880, 52.0614],[-4.638299, 52.0610],[-4.6356, 52.0595],[-4.6336, 52.0581],[-4.631401, 52.0570],[-4.629399, 52.056],[-4.627399, 52.0555],[-4.6251, 52.0550],[-4.6222, 52.0552],[-4.6189, 52.056],[-4.614399, 52.0568],[-4.6103, 52.0572],[-4.6092, 52.0574],[-4.6082, 52.0580],[-4.6072, 52.0594],[-4.6069, 52.0602],[-4.6066, 52.0614],[-4.606201, 52.0617],[-4.605599, 52.0621],[-4.60480, 52.0623],[-4.6036, 52.0624],[-4.599101, 52.0622],[-4.594999, 52.0616],[-4.593501, 52.0612],[-4.591801, 52.0607],[-4.589399, 52.0605],[-4.587299, 52.0600],[-4.586, 52.0594],[-4.5847, 52.0585],[-4.5826, 52.0580],[-4.581, 52.0574],[-4.5784, 52.0574],[-4.5762, 52.0575],[-4.57430, 52.0577],[-4.5724, 52.0581],[-4.570399, 52.0584],[-4.56920, 52.0583],[-4.568501, 52.0582],[-4.566899, 52.0576],[-4.5661, 52.0564],[-4.5658, 52.0546],[-4.5654, 52.053],[-4.565, 52.0516],[-4.56300, 52.0487],[-4.561601, 52.0471],[-4.5602, 52.0457],[-4.5584, 52.0443],[-4.556601, 52.0437],[-4.554699, 52.0431],[-4.551499, 52.0411],[-4.5503, 52.0398],[-4.548999, 52.0361],[-4.5488, 52.0344],[-4.5481, 52.0302],[-4.546299, 52.0242],[-4.545199, 52.0226],[-4.5436, 52.0211],[-4.5429, 52.0195],[-4.5418, 52.0185],[-4.539101, 52.0179],[-4.5337, 52.0182],[-4.532199, 52.0179],[-4.5306, 52.0164],[-4.5288, 52.015],[-4.5257, 52.0137],[-4.5235, 52.013],[-4.522399, 52.012],[-4.5219, 52.0110],[-4.521699, 52.0068],[-4.521299, 52.0055],[-4.5205, 52.0048],[-4.5189, 52.0036],[-4.517499, 52.0026],[-4.5158, 52.0012],[-4.515399,51.9987],[-4.5148,51.9981],[-4.512899,51.9977],[-4.511899,51.9970],[-4.510499,51.9949],[-4.5103,51.9935],[-4.5086,51.9928],[-4.5054,51.9933],[-4.502999,51.9931],[-4.500199,51.9924],[-4.4983,51.9921],[-4.495399,51.992],[-4.493701,51.9914],[-4.4927,51.9911],[-4.492199,51.9904],[-4.490499,51.9888],[-4.489999,51.9867],[-4.4899,51.9834],[-4.4878,51.9819],[-4.4867,51.9805],[-4.4862,51.9788],[-4.486499,51.9767],[-4.4856,51.9761],[-4.485099,51.9753],[-4.487,51.9745],[-4.4896,51.9707],[-4.489501,51.9686],[-4.489501,51.9679],[-4.490799,51.9668],[-4.494101,51.9627],[-4.497099,51.9597],[-4.498,51.959],[-4.5047,51.9581],[-4.513199,51.9579],[-4.518701,51.9567],[-4.5274,51.9539],[-4.5292,51.9542],[-4.5306,51.9551],[-4.5324,51.9554],[-4.537199,51.9552],[-4.541699,51.9545],[-4.5444,51.954],[-4.546401,51.9532],[-4.547699,51.9524],[-4.548999,51.952],[-4.551899,51.952],[-4.5528,51.9514],[-4.553199,51.9495],[-4.5559,51.9492],[-4.5574,51.9485],[-4.5581,51.9464],[-4.559101,51.9450],[-4.559599,51.9422],[-4.56050,51.9404],[-4.564101,51.9376],[-4.568399,51.9358],[-4.572599,51.9347],[-4.577001,51.9344],[-4.5801,51.9332],[-4.581601,51.9324],[-4.5835,51.9322],[-4.5879,51.9326],[-4.591499,51.9340],[-4.5949,51.9367],[-4.597001,51.9396],[-4.598,51.9401],[-4.602001,51.9386],[-4.6039,51.9375],[-4.605199,51.9363],[-4.606201,51.9351],[-4.607699,51.9345],[-4.6097,51.9335],[-4.6117,51.9322],[-4.614301,51.9307],[-4.6167,51.9298],[-4.6189,51.9295],[-4.6222,51.9293],[-4.623099,51.9289],[-4.6258,51.9286],[-4.626801,51.928],[-4.6272,51.9271],[-4.6275,51.924],[-4.6285,51.923],[-4.630599,51.9223],[-4.632299,51.9207],[-4.6338,51.9206],[-4.634699,51.9199],[-4.63530,51.919],[-4.636401,51.9188],[-4.637199,51.9194],[-4.6387,51.9195],[-4.640299,51.9207],[-4.645199,51.9218],[-4.651299,51.9237],[-4.65710,51.925],[-4.664999,51.9313],[-4.665699,51.9328],[-4.6665,51.9342],[-4.6673,51.9348],[-4.668399,51.9348],[-4.6691,51.9346],[-4.6695,51.9340],[-4.671401,51.9307],[-4.67290,51.9292],[-4.675099,51.9281],[-4.676499,51.9269],[-4.6778,51.9263],[-4.680399,51.9252],[-4.6817,51.925],[-4.683,51.9245],[-4.6847,51.9235],[-4.686601,51.9231],[-4.6872,51.9227],[-4.6883,51.9226],[-4.688799,51.923],[-4.691401,51.9228],[-4.6921,51.9226],[-4.695799,51.9225],[-4.6961,51.9221],[-4.697599,51.9217],[-4.698501,51.9214],[-4.699999,51.9206],[-4.7031,51.92],[-4.7043,51.9198],[-4.704899,51.9192],[-4.7054,51.9183],[-4.7068,51.9175],[-4.7075,51.9176],[-4.70850,51.9175],[-4.70950,51.9172],[-4.7107,51.9168],[-4.712999,51.9159],[-4.715199,51.915],[-4.716899,51.914],[-4.7171,51.9134],[-4.718999,51.9064],[-4.719399,51.9048],[-4.720099,51.9028],[-4.7206,51.9019],[-4.7279,51.9001],[-4.73,51.9],[-4.7315,51.8998],[-4.737999,51.8918],[-4.740399,51.8859],[-4.7493,51.8733],[-4.7456,51.8743],[-4.740699,51.8754],[-4.734799,51.8760],[-4.732699,51.8758],[-4.7321,51.8744],[-4.7297,51.8742],[-4.7283,51.8736],[-4.725599,51.8737],[-4.7203,51.8757],[-4.719399,51.8750],[-4.71910,51.8734],[-4.7196,51.8712],[-4.7203,51.8692],[-4.721401,51.8679],[-4.7218,51.867],[-4.722001,51.8657],[-4.7218,51.8646],[-4.720799,51.8634],[-4.7202,51.8624],[-4.719301,51.8618],[-4.718501,51.8593],[-4.7175,51.8586],[-4.716499,51.8578],[-4.7136,51.8565],[-4.7129,51.8555],[-4.714,51.8543],[-4.7147,51.8535],[-4.716899,51.8533],[-4.723501,51.8531],[-4.7259,51.8534],[-4.73,51.8548],[-4.7315,51.8543],[-4.7332,51.8538],[-4.7345,51.8529],[-4.737899,51.8493],[-4.739301,51.8482],[-4.7423,51.8478],[-4.7442,51.8469],[-4.755499,51.8463],[-4.759301,51.8455],[-4.763599,51.8443],[-4.7637,51.8443],[-4.7649,51.8448],[-4.7643,51.8451],[-4.762899,51.8453],[-4.7606,51.8466],[-4.760099,51.8478],[-4.759501,51.8504],[-4.759501,51.853],[-4.759799,51.8539],[-4.764999,51.8507],[-4.7663,51.8501],[-4.7685,51.8491],[-4.7698,51.8485],[-4.7708,51.8478],[-4.7726,51.8466],[-4.7744,51.8451],[-4.776801,51.8429],[-4.776899,51.8358],[-4.7795,51.8345],[-4.7788,51.834],[-4.776,51.8344],[-4.77,51.8345],[-4.7676,51.8338],[-4.767001,51.8335],[-4.7623,51.8335],[-4.757599,51.8331],[-4.755799,51.8334],[-4.753901,51.8345],[-4.751699,51.8357],[-4.749899,51.8366],[-4.7472,51.837],[-4.745699,51.8368],[-4.7449,51.8364],[-4.7427,51.837],[-4.741001,51.8373],[-4.7392,51.8371],[-4.738599,51.8361],[-4.7377,51.8311],[-4.737,51.8278],[-4.735799,51.8279],[-4.734301,51.8285],[-4.730299,51.8297],[-4.729101,51.8298],[-4.7284,51.8307],[-4.72680,51.8313],[-4.723599,51.8321],[-4.7203,51.832],[-4.7199,51.8313],[-4.7187,51.8314],[-4.717199,51.832],[-4.7157,51.8317],[-4.7135,51.8308],[-4.707699,51.8292],[-4.7048,51.8292],[-4.7005,51.8278],[-4.698501,51.8266],[-4.697199,51.8262],[-4.6953,51.8262],[-4.6936,51.8268],[-4.6908,51.8295],[-4.689301,51.8313],[-4.6859,51.8333],[-4.684501,51.8343],[-4.683701,51.8357],[-4.683701,51.8371],[-4.681099,51.8367],[-4.678599,51.8369],[-4.676899,51.8365],[-4.6738,51.8362],[-4.6724,51.8362],[-4.671801,51.8368],[-4.6708,51.8375],[-4.6697,51.8375],[-4.6679,51.8371],[-4.666699,51.8359],[-4.6648,51.8352],[-4.664,51.8334],[-4.6634,51.8322],[-4.662799,51.8317],[-4.6618,51.8310],[-4.659599,51.8307],[-4.6587,51.8305],[-4.656001,51.8304],[-4.654699,51.8307],[-4.654399,51.8314],[-4.6521,51.8315],[-4.6515,51.8318],[-4.6501,51.832],[-4.6491,51.8319],[-4.6479,51.8316],[-4.6472,51.8313],[-4.644101,51.8312],[-4.6434,51.8307],[-4.6422,51.8302],[-4.6418,51.8296],[-4.6418,51.8266],[-4.642099,51.8254],[-4.642099,51.8247],[-4.6405,51.8245],[-4.639501,51.8238],[-4.638501,51.8232],[-4.6374,51.8229],[-4.6368,51.8218],[-4.635,51.8220],[-4.63370,51.8214],[-4.6332,51.8206],[-4.6311,51.8186],[-4.628701,51.8178],[-4.627299,51.8173],[-4.626299,51.8167],[-4.62400,51.8150],[-4.6209,51.8142],[-4.6184,51.8119],[-4.6178,51.8111],[-4.617199,51.8105],[-4.6174,51.8095],[-4.617899,51.8081],[-4.6189,51.8075],[-4.6198,51.8074],[-4.621201,51.8067],[-4.621601,51.8058],[-4.623099,51.8051],[-4.6248,51.8038],[-4.626699,51.8033],[-4.6311,51.8033],[-4.632299,51.8025],[-4.634501,51.8016],[-4.636099,51.8003],[-4.638,51.7993],[-4.639699,51.7988],[-4.6415,51.7984],[-4.643,51.7982],[-4.6436,51.7978],[-4.643799,51.7972],[-4.6436,51.7965],[-4.6426,51.7956],[-4.6418,51.7947],[-4.640399,51.7923],[-4.6381,51.7902],[-4.63620,51.7892],[-4.635799,51.7882],[-4.6349,51.787],[-4.633501,51.7861],[-4.6325,51.7849],[-4.632299,51.7836],[-4.6324,51.7828],[-4.633501,51.7817],[-4.636001,51.7806],[-4.6387,51.78],[-4.639599,51.7787],[-4.64140,51.7781],[-4.642499,51.7768],[-4.641201,51.7751],[-4.637599,51.7747],[-4.636499,51.7744],[-4.6357,51.7738],[-4.635499,51.7729],[-4.635399,51.7704],[-4.6336,51.7706],[-4.6317,51.7706],[-4.631001,51.7707],[-4.6304,51.7712],[-4.629399,51.7714],[-4.627999,51.7716],[-4.625199,51.7718],[-4.6239,51.7718],[-4.6234,51.771],[-4.623099,51.7704],[-4.623099,51.7693],[-4.623199,51.7669],[-4.623,51.7656],[-4.623099,51.7647],[-4.62400,51.7634],[-4.6264,51.7615],[-4.6283,51.7594],[-4.62920,51.7585],[-4.629799,51.7575],[-4.629799,51.7563],[-4.6299,51.7548],[-4.629799,51.7535],[-4.628901,51.7527],[-4.6282,51.7523],[-4.6269,51.7523],[-4.626601,51.7518],[-4.627,51.7511],[-4.628901,51.7489],[-4.6299,51.7479],[-4.631001,51.7473],[-4.6324,51.7464],[-4.632899,51.7456],[-4.632999,51.7448],[-4.632899,51.7438],[-4.632899,51.74],[-4.6316,51.7383],[-4.629301,51.7391],[-4.6286,51.7391],[-4.628099,51.7387],[-4.6282,51.7378],[-4.62920,51.7362],[-4.62920,51.7355],[-4.6328,51.7358],[-4.634501,51.7356],[-4.6366,51.7353],[-4.6377,51.7351],[-4.6393,51.7347],[-4.641001,51.7347],[-4.64230,51.7348],[-4.646,51.7346],[-4.6508,51.7337],[-4.658901,51.732],[-4.666601,51.73],[-4.67030,51.729],[-4.672699,51.7281],[-4.6752,51.727],[-4.6774,51.726],[-4.6809,51.7246],[-4.6834,51.7235],[-4.683701,51.7233],[-4.6843,51.7229],[-4.686,51.7215],[-4.68760,51.7202],[-4.6879,51.7199],[-4.688099,51.7196],[-4.6882,51.7194],[-4.6882,51.7191],[-4.6882,51.7188],[-4.6883,51.7182],[-4.6885,51.7178],[-4.688701,51.7176],[-4.689,51.7174],[-4.6903,51.7167],[-4.691401,51.716],[-4.692,51.7155],[-4.6932,51.7144],[-4.693901,51.7135],[-4.694301,51.7128],[-4.6945,51.712],[-4.694699,51.7104],[-4.694699,51.7094],[-4.694399,51.7084],[-4.6941,51.7079],[-4.6936,51.7074],[-4.692699,51.7065],[-4.692,51.7058],[-4.691201,51.7051],[-4.6889,51.7034],[-4.688099,51.7025],[-4.6875,51.7014],[-4.6869,51.7002],[-4.686699,51.6998],[-4.6861,51.6994],[-4.6854,51.6991],[-4.6844,51.6988],[-4.6838,51.6987],[-4.6819,51.6986],[-4.6806,51.6986],[-4.679101,51.6986],[-4.678299,51.6984],[-4.678199,51.6981],[-4.678299,51.6978],[-4.6784,51.6977],[-4.679101,51.6976],[-4.679999,51.6974],[-4.680799,51.6972],[-4.681499,51.6971],[-4.6823,51.6968],[-4.683199,51.6964],[-4.6839,51.6955],[-4.6843,51.6949],[-4.6847,51.6944],[-4.6855,51.6939],[-4.6864,51.6934],[-4.686699,51.6930],[-4.6868,51.6927],[-4.6869,51.6916],[-4.6872,51.6912],[-4.688,51.6906],[-4.689301,51.6901],[-4.689899,51.6897],[-4.6904,51.6892],[-4.691,51.6890],[-4.6917,51.6887],[-4.691899,51.6885],[-4.6921,51.6882],[-4.6922,51.688],[-4.6925,51.6875],[-4.692999,51.6872],[-4.693799,51.6866],[-4.6945,51.6860],[-4.6949,51.6856],[-4.695099,51.685],[-4.695099,51.6844],[-4.6949,51.6833],[-4.6949,51.6827],[-4.695,51.6824],[-4.695199,51.6821],[-4.6957,51.6816],[-4.696401,51.6811],[-4.696499,51.6807],[-4.6967,51.6801],[-4.697001,51.6797],[-4.6982,51.6787],[-4.698501,51.6783],[-4.698599,51.6781],[-4.6988,51.6775],[-4.698999,51.6767],[-4.6991,51.6746],[-4.6988,51.6743],[-4.6982,51.674],[-4.697599,51.6737],[-4.696499,51.6734],[-4.695499,51.6732],[-4.6949,51.6732],[-4.694301,51.6732],[-4.693799,51.6734],[-4.6936,51.6737],[-4.692999,51.6738],[-4.691899,51.6736],[-4.690899,51.6733],[-4.690899,51.673],[-4.691,51.6726],[-4.6917,51.6719],[-4.692699,51.6714],[-4.693501,51.6711],[-4.695,51.6704],[-4.696801,51.6695],[-4.698299,51.6692],[-4.69980,51.6689],[-4.7009,51.6686],[-4.701499,51.6684],[-4.702499,51.668],[-4.704,51.6672],[-4.7054,51.6663],[-4.706201,51.6657],[-4.706699,51.6652],[-4.7082,51.6637],[-4.710299,51.6612],[-4.711699,51.6592],[-4.7122,51.6582],[-4.7125,51.6574],[-4.7126,51.6569],[-4.7126,51.6564],[-4.7125,51.656],[-4.712399,51.6558],[-4.71210,51.6555],[-4.711299,51.655],[-4.7108,51.6547],[-4.709899,51.6542],[-4.70950,51.6539],[-4.709101,51.6535],[-4.709101,51.6533],[-4.70940,51.6529],[-4.709799,51.6528],[-4.710499,51.6529],[-4.711,51.6532],[-4.711699,51.6535],[-4.7128,51.6536],[-4.714399,51.6536],[-4.715199,51.6535],[-4.7163,51.6532],[-4.7167,51.6531],[-4.7175,51.6528],[-4.718299,51.6528],[-4.718999,51.6529],[-4.7206,51.6533],[-4.7226,51.6533],[-4.723599,51.653],[-4.724599,51.6529],[-4.72770,51.6534],[-4.7298,51.6532],[-4.731299,51.6531],[-4.73290,51.6531],[-4.7336,51.6533],[-4.735899,51.6545],[-4.736499,51.6547],[-4.737,51.6548],[-4.7377,51.6549],[-4.7413,51.6546],[-4.742099,51.6544],[-4.743,51.6541],[-4.7439,51.6539],[-4.74510,51.6542],[-4.7463,51.6545],[-4.7473,51.6546],[-4.748199,51.6545],[-4.749,51.6543],[-4.750899,51.6538],[-4.7528,51.6541],[-4.753799,51.6542],[-4.7549,51.654],[-4.756401,51.6535],[-4.757199,51.6529],[-4.7574,51.6526],[-4.7581,51.6515],[-4.7586,51.6503],[-4.7591,51.6491],[-4.7592,51.6486],[-4.7588,51.6481],[-4.757999,51.6478],[-4.757299,51.6477],[-4.7566,51.6476],[-4.755499,51.6475],[-4.75470,51.6473],[-4.7541,51.647],[-4.753799,51.6468],[-4.753399,51.646],[-4.7533,51.6455],[-4.7533,51.6452],[-4.753399,51.6451],[-4.753701,51.6449],[-4.7546,51.6447],[-4.755499,51.6446],[-4.757999,51.6450],[-4.7592,51.6450],[-4.759699,51.6448],[-4.761001,51.6441],[-4.7617,51.644],[-4.7623,51.644],[-4.7628,51.6441],[-4.763299,51.6444],[-4.763501,51.6452],[-4.7637,51.6454],[-4.7642,51.6455],[-4.7648,51.6455],[-4.7656,51.6454],[-4.7665,51.6450],[-4.767499,51.6446],[-4.768099,51.6441],[-4.768701,51.6437],[-4.7694,51.6435],[-4.77,51.6435],[-4.771299,51.6437],[-4.7722,51.6436],[-4.772799,51.6431],[-4.773399,51.6432],[-4.773901,51.6433],[-4.774199,51.6432],[-4.7744,51.6430],[-4.7746,51.6427],[-4.7747,51.6425],[-4.7747,51.6424],[-4.7746,51.6423],[-4.7745,51.6422],[-4.773901,51.6419],[-4.773399,51.6416],[-4.7732,51.6413],[-4.7732,51.6411],[-4.7732,51.6409],[-4.7735,51.6406],[-4.7741,51.6404],[-4.7746,51.6402],[-4.775,51.6399],[-4.775599,51.6392],[-4.7761,51.6386],[-4.7765,51.6383],[-4.777,51.6381],[-4.7775,51.6379],[-4.777999,51.6377],[-4.778501,51.6374],[-4.7786,51.6370],[-4.7786,51.6364],[-4.7788,51.6362],[-4.77920,51.6361],[-4.7799,51.6361],[-4.7812,51.6360],[-4.782199,51.6361],[-4.783,51.6364],[-4.7834,51.6368],[-4.7837,51.6373],[-4.7838,51.6377],[-4.783999,51.6386],[-4.784101,51.6387],[-4.784699,51.6391],[-4.785399,51.6392],[-4.785699,51.6392],[-4.7863,51.6391],[-4.7873,51.6392],[-4.7883,51.6394],[-4.7885,51.6393],[-4.789,51.6391],[-4.7898,51.6386],[-4.7902,51.6384],[-4.7908,51.6382],[-4.791699,51.6382],[-4.7925,51.6383],[-4.7933,51.6385],[-4.7941,51.6390],[-4.795,51.6394],[-4.795599,51.6395],[-4.796801,51.6393],[-4.798299,51.6394],[-4.799399,51.6396],[-4.800399,51.6397],[-4.8021,51.6396],[-4.803599,51.6397],[-4.803901,51.6398],[-4.804101,51.6399],[-4.8043,51.6400],[-4.804501,51.6405],[-4.804501,51.6408],[-4.804399,51.6412],[-4.804101,51.6415],[-4.803599,51.6418],[-4.802999,51.6421],[-4.802199,51.6425],[-4.8017,51.6427],[-4.801499,51.6430],[-4.801401,51.6433],[-4.801401,51.6436],[-4.8016,51.644],[-4.802001,51.6441],[-4.802999,51.6444],[-4.8043,51.6446],[-4.8055,51.6447],[-4.8068,51.6447],[-4.808199,51.6447],[-4.8088,51.6449],[-4.8094,51.6455],[-4.809999,51.6457],[-4.811601,51.6458],[-4.8123,51.6456],[-4.812799,51.6452],[-4.8135,51.6444],[-4.814199,51.6439],[-4.815199,51.6436],[-4.8165,51.6434],[-4.8187,51.6432],[-4.820799,51.6431],[-4.8217,51.6432],[-4.8225,51.6436],[-4.82280,51.6438],[-4.82280,51.6442],[-4.82280,51.6449],[-4.82280,51.6457],[-4.8227,51.6467],[-4.822999,51.647],[-4.823501,51.6473],[-4.823999,51.6476],[-4.8246,51.6478],[-4.8263,51.6482],[-4.829599,51.6487],[-4.83050,51.6485],[-4.8325,51.6482],[-4.8329,51.6481],[-4.8333,51.6480],[-4.8335,51.6477],[-4.833701,51.6471],[-4.83400,51.6464],[-4.834301,51.6461],[-4.835199,51.6459],[-4.836201,51.6458],[-4.8379,51.6457],[-4.8396,51.6456],[-4.842599,51.6461],[-4.843599,51.6464],[-4.8441,51.6467],[-4.8448,51.6473],[-4.845699,51.6476],[-4.846401,51.6477],[-4.8469,51.6477],[-4.8476,51.6475],[-4.8481,51.6473],[-4.850299,51.6474],[-4.852399,51.6476],[-4.8555,51.6475],[-4.857699,51.6474],[-4.8606,51.6458],[-4.8628,51.6446],[-4.8637,51.6441],[-4.864399,51.6436],[-4.864699,51.6432],[-4.864799,51.6429],[-4.864799,51.6427],[-4.864699,51.6425],[-4.86460,51.6424],[-4.864301,51.6422],[-4.863999,51.6420],[-4.8631,51.6416],[-4.8613,51.6409],[-4.8606,51.6405],[-4.860199,51.6401],[-4.860199,51.6397],[-4.8603,51.6395],[-4.8607,51.6393],[-4.8617,51.6390],[-4.8625,51.6390],[-4.863299,51.6390],[-4.865099,51.6389],[-4.87060,51.6381],[-4.8735,51.6376],[-4.8748,51.6370],[-4.8755,51.6365],[-4.8765,51.6358],[-4.8771,51.6356],[-4.8775,51.6353],[-4.877699,51.6349],[-4.877699,51.6345],[-4.8776,51.6333],[-4.877999,51.6329],[-4.8786,51.6326],[-4.8796,51.6325],[-4.880499,51.6325],[-4.8816,51.6324],[-4.882299,51.6322],[-4.884699,51.6313],[-4.8863,51.6313],[-4.887899,51.6314],[-4.888901,51.6312],[-4.8898,51.6308],[-4.890699,51.6304],[-4.8927,51.6296],[-4.8936,51.6293],[-4.894,51.6291],[-4.894199,51.6289],[-4.8948,51.6283],[-4.895599,51.6280],[-4.8961,51.6277],[-4.896201,51.6275],[-4.896299,51.6273],[-4.896299,51.6269],[-4.8964,51.6266],[-4.896699,51.6264],[-4.897099,51.6261],[-4.89760,51.6257],[-4.897799,51.6254],[-4.897799,51.6249],[-4.897799,51.6247],[-4.89760,51.6244],[-4.897099,51.624],[-4.896801,51.6238],[-4.896601,51.6237],[-4.8964,51.6236],[-4.8964,51.6233],[-4.8964,51.6230],[-4.8964,51.6227],[-4.896601,51.6223],[-4.897,51.6219],[-4.897799,51.6215],[-4.898099,51.6213],[-4.8985,51.621],[-4.899,51.6205],[-4.8994,51.6203],[-4.9004,51.6201],[-4.90120,51.6197],[-4.9016,51.6192],[-4.901801,51.6184],[-4.901401,51.6177],[-4.9007,51.6177],[-4.899899,51.6176],[-4.8995,51.6174],[-4.899199,51.6172],[-4.898901,51.6169],[-4.898399,51.6153],[-4.898099,51.6151],[-4.896299,51.6145],[-4.8957,51.6142],[-4.89510,51.6138],[-4.8947,51.6135],[-4.894501,51.6131],[-4.8944,51.6127],[-4.8943,51.6122],[-4.8943,51.6117],[-4.8944,51.6115],[-4.894599,51.6113],[-4.89500,51.6111],[-4.8955,51.6111],[-4.895899,51.6112],[-4.896201,51.6114],[-4.896601,51.6117],[-4.8972,51.6119],[-4.897999,51.6119],[-4.898799,51.6114],[-4.899,51.6114],[-4.899301,51.6116],[-4.8996,51.612],[-4.8997,51.6121],[-4.8997,51.6127],[-4.899899,51.6128],[-4.900199,51.6129],[-4.9007,51.613],[-4.90120,51.613],[-4.9016,51.613],[-4.902,51.6129],[-4.902699,51.6126],[-4.904399,51.6125],[-4.9046,51.6126],[-4.904799,51.6129],[-4.905099,51.6134],[-4.905499,51.6135],[-4.9057,51.6134],[-4.905799,51.6133],[-4.906099,51.6128],[-4.906499,51.6123],[-4.906899,51.612],[-4.907199,51.6118],[-4.9078,51.6116],[-4.9088,51.6116],[-4.909999,51.6116],[-4.910399,51.6117],[-4.911099,51.6118],[-4.911699,51.6119],[-4.912399,51.6118],[-4.912799,51.6117],[-4.913,51.6115],[-4.913,51.6113],[-4.9123,51.6105],[-4.912001,51.6099],[-4.912001,51.6097],[-4.9123,51.6093],[-4.913099,51.6087],[-4.913599,51.6085],[-4.914101,51.6085],[-4.9147,51.6086],[-4.915299,51.6089],[-4.9164,51.6095],[-4.9175,51.6103],[-4.9191,51.6113],[-4.92,51.6115],[-4.921,51.6114],[-4.921401,51.6114],[-4.92210,51.6111],[-4.922299,51.6108],[-4.922299,51.6105],[-4.92200,51.6101],[-4.921299,51.6095],[-4.9208,51.609],[-4.919799,51.6073],[-4.9196,51.6068],[-4.9196,51.6062],[-4.920199,51.6056],[-4.920499,51.6054],[-4.920599,51.6052],[-4.920599,51.6049],[-4.920499,51.6042],[-4.920599,51.604],[-4.9208,51.6037],[-4.921299,51.6032],[-4.92210,51.6025],[-4.922599,51.6018],[-4.9228,51.6017],[-4.923399,51.6015],[-4.9245,51.6011],[-4.92460,51.601],[-4.92460,51.6008],[-4.924399,51.6006],[-4.9237,51.6004],[-4.923299,51.6002],[-4.922999,51.5999],[-4.922599,51.5995],[-4.9216,51.5985],[-4.921401,51.5983],[-4.921299,51.5981],[-4.921299,51.5978],[-4.921401,51.5976],[-4.921801,51.5972],[-4.92210,51.5971],[-4.9225,51.5971],[-4.9229,51.5971],[-4.9236,51.5973],[-4.924799,51.5977],[-4.9259,51.5983],[-4.926499,51.5986],[-4.927299,51.5988],[-4.9278,51.5989],[-4.928501,51.5989],[-4.9293,51.5988],[-4.9305,51.5988],[-4.931601,51.5991],[-4.9324,51.5993],[-4.9331,51.5993],[-4.933599,51.5992],[-4.9339,51.5991],[-4.934101,51.5988],[-4.934599,51.5981],[-4.9348,51.598],[-4.9354,51.5979],[-4.936299,51.5978],[-4.936699,51.5978],[-4.9373,51.5979],[-4.938,51.5981],[-4.938701,51.5984],[-4.939199,51.5988],[-4.9395,51.5993],[-4.939899,51.5993],[-4.940199,51.5992],[-4.94040,51.5987],[-4.940499,51.598],[-4.9407,51.598],[-4.9411,51.5981],[-4.9417,51.5981],[-4.9421,51.598],[-4.9428,51.5978],[-4.943501,51.5975],[-4.943999,51.5976],[-4.9445,51.598],[-4.944799,51.5981],[-4.945499,51.5981],[-4.9462,51.5981],[-4.9466,51.5981],[-4.947001,51.5983],[-4.947299,51.5986],[-4.9475,51.5991],[-4.947899,51.6001],[-4.948599,51.6006],[-4.948999,51.6008],[-4.9499,51.601],[-4.9506,51.601],[-4.951499,51.6011],[-4.952499,51.6013],[-4.952899,51.6014],[-4.9533,51.6016],[-4.9538,51.6019],[-4.954101,51.6022],[-4.954199,51.6024],[-4.954199,51.6036],[-4.9543,51.6038],[-4.9547,51.604],[-4.9555,51.6043],[-4.9564,51.6045],[-4.959,51.605],[-4.9601,51.6052],[-4.961299,51.6057],[-4.962299,51.606],[-4.963799,51.6058],[-4.965499,51.6059],[-4.9699,51.6065],[-4.971601,51.6069],[-4.972001,51.6072],[-4.9723,51.6075],[-4.9724,51.608],[-4.972199,51.6088],[-4.972001,51.6099],[-4.972001,51.6103],[-4.9733,51.6104],[-4.973701,51.6103],[-4.974599,51.61],[-4.976201,51.6096],[-4.977799,51.6096],[-4.979199,51.6098],[-4.98,51.6099],[-4.980899,51.6103],[-4.981699,51.6107],[-4.9826,51.6111],[-4.98400,51.6116],[-4.9854,51.6121],[-4.986401,51.6128],[-4.987,51.6132],[-4.9874,51.6133],[-4.987599,51.6131],[-4.987599,51.6124],[-4.9877,51.6118],[-4.987899,51.6114],[-4.9881,51.6113],[-4.988299,51.6112],[-4.98910,51.6111],[-4.989699,51.6112],[-4.989999,51.6113],[-4.990099,51.6115],[-4.9902,51.6117],[-4.990099,51.6121],[-4.990099,51.6125],[-4.990399,51.6127],[-4.990799,51.6127],[-4.991601,51.6125],[-4.9938,51.6119],[-4.9943,51.6117],[-4.994599,51.6115],[-4.99520,51.6111],[-4.9959,51.6108],[-4.997399,51.6106],[-4.999199,51.6103],[-5.0004,51.61],[-5.003399,51.6101],[-5.005199,51.6097],[-5.0082,51.6098],[-5.009799,51.61],[-5.011401,51.6103],[-5.012499,51.6106],[-5.013199,51.6109],[-5.014501,51.6118],[-5.015299,51.6123],[-5.017001,51.6138],[-5.0184,51.615],[-5.019101,51.6152],[-5.0204,51.6155],[-5.023901,51.6159],[-5.028501,51.6166],[-5.03,51.6172],[-5.0316,51.6182],[-5.0327,51.6187],[-5.0351,51.6185],[-5.038199,51.6185],[-5.038799,51.6189],[-5.0397,51.6197],[-5.040299,51.6201],[-5.041201,51.6204],[-5.0422,51.6205],[-5.0432,51.6203],[-5.0439,51.6199],[-5.0444,51.6198],[-5.045199,51.6200],[-5.0474,51.6206],[-5.0492,51.6209],[-5.054699,51.6209],[-5.0568,51.6213],[-5.057799,51.6216],[-5.058701,51.6220],[-5.0594,51.6224],[-5.0604,51.6232],[-5.061,51.6239],[-5.0619,51.6253],[-5.0622,51.6265],[-5.0622,51.6271],[-5.062099,51.6278],[-5.0619,51.6288],[-5.0614,51.6299],[-5.060599,51.6309],[-5.059199,51.6319],[-5.058199,51.6325],[-5.0568,51.6330],[-5.054599,51.6335],[-5.0509,51.6342],[-5.0499,51.6346],[-5.0496,51.6349],[-5.0495,51.6357],[-5.049699,51.6361],[-5.051001,51.6369],[-5.0513,51.6372],[-5.051499,51.6376],[-5.051401,51.6380],[-5.0512,51.6383],[-5.05,51.6392],[-5.0495,51.6397],[-5.049301,51.6400],[-5.048999,51.6409],[-5.0491,51.6414],[-5.049399,51.6424],[-5.0503,51.6449],[-5.051099,51.6458],[-5.052299,51.6467],[-5.0543,51.6478],[-5.054501,51.6481],[-5.054599,51.6484],[-5.0542,51.6492],[-5.054599,51.6507],[-5.056001,51.6525],[-5.057199,51.6538],[-5.0581,51.6544],[-5.0583,51.6546],[-5.0584,51.655],[-5.058701,51.6566],[-5.059,51.6578],[-5.059501,51.6588],[-5.060599,51.6603],[-5.061201,51.6609],[-5.0619,51.6617],[-5.063799,51.6634],[-5.06500,51.6643],[-5.066401,51.665],[-5.0672,51.6653],[-5.068799,51.6657],[-5.0699,51.6658],[-5.0716,51.6659],[-5.076001,51.6657],[-5.0793,51.6658],[-5.082799,51.666],[-5.0854,51.6665],[-5.0882,51.6671],[-5.0906,51.6679],[-5.0917,51.6685],[-5.0927,51.669],[-5.093599,51.6693],[-5.0949,51.6692],[-5.097199,51.6688],[-5.09900,51.6688],[-5.1009,51.6691],[-5.103799,51.67],[-5.108701,51.6717],[-5.1097,51.6725],[-5.110899,51.6739],[-5.111801,51.6746],[-5.112199,51.6747],[-5.112899,51.6749],[-5.1153,51.6748],[-5.117099,51.6745],[-5.1177,51.6747],[-5.117899,51.6748],[-5.118,51.6751],[-5.1181,51.6755],[-5.1181,51.6766],[-5.1184,51.6775],[-5.1188,51.6784],[-5.1192,51.679],[-5.1201,51.6799],[-5.121699,51.6814],[-5.122399,51.682],[-5.1226,51.6825],[-5.1227,51.6827],[-5.1227,51.6830],[-5.1223,51.6835],[-5.121699,51.6840],[-5.121099,51.6843],[-5.118701,51.6848],[-5.11560,51.6853],[-5.112299,51.6858],[-5.1099,51.6863],[-5.109,51.6864],[-5.1075,51.6865],[-5.105899,51.6865],[-5.105,51.6867],[-5.1047,51.6869],[-5.104599,51.6873],[-5.1048,51.6879],[-5.105299,51.6884],[-5.10600,51.6886],[-5.1072,51.6888],[-5.10860,51.6891],[-5.1097,51.6895],[-5.1111,51.6902],[-5.111899,51.6908],[-5.11210,51.6912],[-5.11210,51.6916],[-5.111801,51.6921],[-5.111401,51.6925],[-5.1107,51.6929],[-5.108701,51.6930],[-5.104899,51.6929],[-5.099599,51.6921],[-5.0969,51.6917],[-5.0937,51.6914],[-5.0847,51.6914],[-5.079501,51.6908],[-5.0776,51.6905],[-5.0762,51.6901],[-5.0753,51.6898],[-5.07460,51.6895],[-5.0742,51.6892],[-5.073999,51.6888],[-5.0741,51.6881],[-5.074399,51.6879],[-5.0762,51.6871],[-5.0804,51.6859],[-5.081299,51.6858],[-5.0819,51.6859],[-5.082799,51.6860],[-5.085499,51.6861],[-5.086201,51.6857],[-5.086,51.6855],[-5.084799,51.6851],[-5.083,51.6844],[-5.079899,51.6833],[-5.07900,51.6827],[-5.078599,51.6821],[-5.078,51.6815],[-5.0774,51.681],[-5.0753,51.6799],[-5.072199,51.679],[-5.0699,51.6784],[-5.067699,51.6781],[-5.0647,51.678],[-5.0636,51.6783],[-5.06230,51.6788],[-5.061299,51.679],[-5.0605,51.6791],[-5.059199,51.6791],[-5.0576,51.6785],[-5.055699,51.6777],[-5.053501,51.6772],[-5.050499,51.6769],[-5.047599,51.6771],[-5.0453,51.6775],[-5.042799,51.6787],[-5.041601,51.6799],[-5.041201,51.6806],[-5.041,51.6811],[-5.041,51.6817],[-5.041201,51.6825],[-5.041699,51.6834],[-5.0429,51.6851],[-5.04410,51.6860],[-5.044899,51.6865],[-5.046299,51.6873],[-5.048999,51.688],[-5.0524,51.6887],[-5.0531,51.6890],[-5.053501,51.6893],[-5.053599,51.6895],[-5.053599,51.6898],[-5.0531,51.6901],[-5.051499,51.6911],[-5.0507,51.6918],[-5.05020,51.6923],[-5.049799,51.6928],[-5.0496,51.6933],[-5.048999,51.6948],[-5.0487,51.6951],[-5.0482,51.6953],[-5.0471,51.6956],[-5.0425,51.6957],[-5.037099,51.6952],[-5.0327,51.6961],[-5.0307,51.6962],[-5.0286,51.6962],[-5.0266,51.6960],[-5.0253,51.6957],[-5.02320,51.6949],[-5.020299,51.6936],[-5.0176,51.6931],[-5.014999,51.6928],[-5.0134,51.6926],[-5.0102,51.6923],[-5.0091,51.6918],[-5.0086,51.6915],[-5.00750,51.6900],[-5.006401,51.6894],[-5.005499,51.6892],[-5.004799,51.6891],[-5.0042,51.6895],[-5.0035,51.6901],[-5.002999,51.6904],[-5.002,51.6908],[-5.000599,51.6925],[-5.0001,51.6946],[-4.999899,51.6962],[-4.9986,51.6962],[-4.9972,51.6961],[-4.9963,51.6958],[-4.99520,51.6951],[-4.9949,51.6950],[-4.9944,51.6949],[-4.993999,51.6950],[-4.99170,51.6954],[-4.988999,51.6950],[-4.9884,51.6996],[-4.9993,51.702],[-5,51.7022],[-5.0021,51.7031],[-5.008299,51.7045],[-5.016601,51.707],[-5.0172,51.7074],[-5.0179,51.7079],[-5.018799,51.7090],[-5.019101,51.7092],[-5.021299,51.7096],[-5.022799,51.71],[-5.0251,51.7108],[-5.0295,51.7113],[-5.0323,51.7113],[-5.033501,51.711],[-5.034999,51.7103],[-5.038599,51.7087],[-5.0418,51.7085],[-5.045899,51.7091],[-5.0507,51.7085],[-5.052599,51.7083],[-5.053501,51.7084],[-5.0542,51.7089],[-5.055699,51.7104],[-5.05630,51.7107],[-5.057001,51.7109],[-5.058599,51.7108],[-5.059899,51.7106],[-5.0601,51.7104],[-5.0604,51.7095],[-5.061699,51.7086],[-5.062399,51.7083],[-5.067599,51.7085],[-5.070199,51.7075],[-5.073999,51.7077],[-5.078,51.708],[-5.0811,51.707],[-5.083399,51.7068],[-5.085199,51.7079],[-5.085899,51.7085],[-5.086299,51.7093],[-5.086299,51.7101],[-5.0861,51.7107],[-5.0858,51.7118],[-5.085899,51.713],[-5.086,51.7136],[-5.086299,51.7141],[-5.087,51.7146],[-5.090499,51.7165],[-5.092,51.7174],[-5.0928,51.7181],[-5.0932,51.7185],[-5.093299,51.7189],[-5.0931,51.7212],[-5.0931,51.7216],[-5.0932,51.722],[-5.093501,51.7223],[-5.0941,51.7226],[-5.097001,51.7231],[-5.100599,51.7239],[-5.101601,51.7243],[-5.1022,51.7247],[-5.102399,51.725],[-5.1026,51.7254],[-5.102799,51.7261],[-5.102799,51.727],[-5.102799,51.7275],[-5.1026,51.728],[-5.102001,51.7291],[-5.10150,51.7306],[-5.1014,51.7314],[-5.10150,51.7325],[-5.1014,51.7329],[-5.101,51.7334],[-5.100699,51.7336],[-5.0998,51.7339],[-5.098599,51.7343],[-5.094999,51.7357],[-5.0917,51.7384],[-5.09120,51.7391],[-5.091001,51.7395],[-5.090899,51.7398],[-5.090899,51.7401],[-5.091001,51.7404],[-5.0913,51.7405],[-5.0921,51.7406],[-5.0924,51.7405],[-5.0946,51.7381],[-5.097001,51.7378],[-5.0981,51.7367],[-5.099199,51.7362],[-5.1002,51.736],[-5.1018,51.7362],[-5.102499,51.7362],[-5.1027,51.7361],[-5.103099,51.7358],[-5.1035,51.7353],[-5.1036,51.7349],[-5.1036,51.7328],[-5.104899,51.7308],[-5.105899,51.7287],[-5.106201,51.7275],[-5.106201,51.7269],[-5.1054,51.7241],[-5.105199,51.7236],[-5.104899,51.723],[-5.104,51.7219],[-5.1036,51.7212],[-5.1036,51.7209],[-5.104199,51.7197],[-5.1043,51.7195],[-5.1045,51.7183],[-5.104599,51.7179],[-5.104899,51.7175],[-5.105199,51.7173],[-5.105599,51.7171],[-5.1075,51.7172],[-5.109799,51.7172],[-5.1106,51.7169],[-5.1111,51.7167],[-5.111801,51.7162],[-5.112599,51.7154],[-5.112999,51.7149],[-5.113299,51.7145],[-5.1134,51.7143],[-5.113999,51.7123],[-5.1142,51.7119],[-5.1146,51.7117],[-5.115399,51.7116],[-5.1162,51.7118],[-5.116899,51.7122],[-5.117099,51.7125],[-5.1174,51.7138],[-5.117499,51.7145],[-5.117899,51.7152],[-5.118299,51.7157],[-5.1188,51.7162],[-5.119501,51.7167],[-5.11990,51.7169],[-5.121099,51.7173],[-5.122799,51.7176],[-5.1257,51.7178],[-5.128399,51.7175],[-5.1291,51.7174],[-5.130099,51.7172],[-5.131401,51.7166],[-5.132899,51.7161],[-5.133299,51.7159],[-5.1336,51.7156],[-5.1337,51.7145],[-5.1337,51.7137],[-5.133901,51.7134],[-5.134301,51.7133],[-5.1353,51.7132],[-5.1367,51.7132],[-5.138299,51.7133],[-5.140399,51.7137],[-5.143701,51.7145],[-5.144101,51.7145],[-5.145,51.7143],[-5.146601,51.7139],[-5.147999,51.7135],[-5.15040,51.7134],[-5.1524,51.7134],[-5.154699,51.7139],[-5.1556,51.7142],[-5.1559,51.7144],[-5.1563,51.7148],[-5.1584,51.7167],[-5.158901,51.7171],[-5.159699,51.7177],[-5.16090,51.7182],[-5.162399,51.7188],[-5.164501,51.7194],[-5.1647,51.7196],[-5.164899,51.7199],[-5.1652,51.7205],[-5.1652,51.7209],[-5.1648,51.7216],[-5.1639,51.7227],[-5.1634,51.7235],[-5.163,51.7248],[-5.162799,51.7261],[-5.162799,51.7264],[-5.163,51.727],[-5.163599,51.7279],[-5.1652,51.7295],[-5.1658,51.7298],[-5.1665,51.7299],[-5.166699,51.7298],[-5.1669,51.7295],[-5.16700,51.7289],[-5.1669,51.7286],[-5.166601,51.7277],[-5.1664,51.7272],[-5.166201,51.7269],[-5.164999,51.7257],[-5.1648,51.7254],[-5.1647,51.7251],[-5.164599,51.7244],[-5.1647,51.724],[-5.164899,51.7235],[-5.1652,51.7231],[-5.1658,51.7227],[-5.1672,51.7218],[-5.1679,51.7215],[-5.16860,51.7213],[-5.170599,51.7208],[-5.170899,51.7206],[-5.171299,51.7201],[-5.171801,51.7193],[-5.172299,51.7181],[-5.172299,51.7178],[-5.17220,51.7175],[-5.172,51.7174],[-5.1717,51.7174],[-5.1711,51.7185],[-5.1708,51.7189],[-5.170599,51.7191],[-5.1704,51.7192],[-5.1701,51.7193],[-5.1697,51.7194],[-5.1695,51.7194],[-5.169199,51.7193],[-5.169,51.7192],[-5.1689,51.7188],[-5.1689,51.7186],[-5.1691,51.7182],[-5.169301,51.7179],[-5.171401,51.7158],[-5.1716,51.7155],[-5.1716,51.7154],[-5.1716,51.715],[-5.1715,51.7145],[-5.171299,51.7143],[-5.170499,51.7138],[-5.1683,51.7123],[-5.1679,51.7119],[-5.167699,51.7116],[-5.167399,51.7108],[-5.1672,51.7092],[-5.16700,51.7084],[-5.1669,51.7081],[-5.166699,51.7078],[-5.166201,51.7074],[-5.165699,51.707],[-5.164199,51.7061],[-5.1602,51.7051],[-5.156801,51.7048],[-5.151899,51.7047],[-5.149199,51.7039],[-5.148799,51.7037],[-5.148399,51.7032],[-5.148399,51.7029],[-5.1485,51.7027],[-5.1494,51.7027],[-5.154399,51.7031],[-5.1552,51.7030],[-5.155799,51.7028],[-5.1562,51.7026],[-5.1566,51.7023],[-5.157001,51.7019],[-5.1571,51.7014],[-5.157199,51.7009],[-5.157199,51.7005],[-5.1571,51.6997],[-5.156899,51.6991],[-5.156801,51.6987],[-5.156499,51.6982],[-5.155,51.6980],[-5.1524,51.6978],[-5.152,51.6976],[-5.1517,51.6974],[-5.1516,51.6971],[-5.1516,51.6968],[-5.151801,51.6964],[-5.151899,51.6962],[-5.152299,51.6959],[-5.1531,51.6955],[-5.1538,51.6952],[-5.158,51.6942],[-5.158599,51.6938],[-5.1588,51.6936],[-5.159101,51.6933],[-5.159101,51.6930],[-5.158901,51.6928],[-5.156499,51.6916],[-5.156099,51.6914],[-5.1557,51.6910],[-5.1553,51.6905],[-5.1553,51.6902],[-5.1553,51.6899],[-5.155499,51.6896],[-5.156099,51.6889],[-5.1563,51.6887],[-5.156801,51.6884],[-5.157599,51.6881],[-5.158901,51.688],[-5.1655,51.6883],[-5.168,51.6882],[-5.16860,51.6881],[-5.169301,51.688],[-5.1703,51.6874],[-5.171,51.6868],[-5.1711,51.6864],[-5.171,51.6862],[-5.170899,51.6860],[-5.170499,51.6856],[-5.1701,51.6852],[-5.1695,51.6846],[-5.169301,51.6842],[-5.169199,51.6839],[-5.169199,51.6835],[-5.169301,51.6830],[-5.1695,51.6827],[-5.169799,51.6822],[-5.170199,51.6819],[-5.170599,51.6816],[-5.1711,51.6814],[-5.171801,51.6811],[-5.172299,51.6811],[-5.173299,51.6813],[-5.173901,51.6815],[-5.174399,51.6817],[-5.1746,51.682],[-5.1752,51.6828],[-5.175499,51.6831],[-5.1767,51.6842],[-5.1784,51.6848],[-5.180099,51.6859],[-5.1805,51.6863],[-5.180699,51.6866],[-5.180799,51.6871],[-5.181001,51.6884],[-5.181099,51.6886],[-5.18180,51.6892],[-5.182099,51.6894],[-5.182499,51.6896],[-5.184101,51.6899],[-5.1858,51.6902],[-5.186,51.6903],[-5.186299,51.6905],[-5.186699,51.6909],[-5.18690,51.6912],[-5.1865,51.6945],[-5.186699,51.6977],[-5.187001,51.6981],[-5.1876,51.6989],[-5.1882,51.6994],[-5.1886,51.6998],[-5.188701,51.7002],[-5.188701,51.7005],[-5.1886,51.7007],[-5.188399,51.7009],[-5.186699,51.7021],[-5.186,51.7027],[-5.185599,51.7031],[-5.1852,51.7038],[-5.184999,51.7043],[-5.1848,51.7051],[-5.1847,51.7059],[-5.1848,51.7071],[-5.184999,51.7076],[-5.1855,51.7083],[-5.186201,51.7089],[-5.1872,51.7093],[-5.188,51.7095],[-5.1896,51.7097],[-5.193999,51.7101],[-5.196401,51.7109],[-5.1981,51.7114],[-5.200099,51.7121],[-5.200699,51.7124],[-5.2012,51.7128],[-5.201499,51.7133],[-5.201601,51.7136],[-5.201601,51.7138],[-5.201401,51.7142],[-5.201001,51.7147],[-5.1999,51.7175],[-5.200099,51.718],[-5.2003,51.7183],[-5.200799,51.7189],[-5.201401,51.7194],[-5.202199,51.7199],[-5.2034,51.7205],[-5.208,51.7222],[-5.212999,51.7236],[-5.2147,51.7239],[-5.2177,51.7242],[-5.221001,51.7243],[-5.222001,51.724],[-5.223,51.7236],[-5.2248,51.7227],[-5.225399,51.7226],[-5.226201,51.7226],[-5.2268,51.7228],[-5.2277,51.7233],[-5.229599,51.7246],[-5.230599,51.7251],[-5.232299,51.7257],[-5.23320,51.726],[-5.234399,51.7262],[-5.236499,51.7256],[-5.237,51.7256],[-5.237199,51.7257],[-5.2374,51.726],[-5.237199,51.7267],[-5.237299,51.7269],[-5.2375,51.7271],[-5.237899,51.7275],[-5.2387,51.728],[-5.24030,51.7286],[-5.2424,51.7293],[-5.2431,51.7301],[-5.243199,51.7304],[-5.243199,51.7308],[-5.243,51.7319],[-5.2431,51.7323],[-5.243299,51.7326],[-5.243501,51.7329],[-5.2439,51.7331],[-5.2448,51.7332],[-5.2473,51.7333],[-5.249599,51.7333],[-5.2507,51.7335],[-5.25150,51.7339],[-5.252,51.7344],[-5.2521,51.7347],[-5.2521,51.7348],[-5.252,51.735],[-5.25150,51.7353],[-5.251299,51.7355],[-5.251201,51.7357],[-5.251299,51.7359],[-5.251699,51.7361],[-5.2529,51.7369],[-5.2532,51.7373],[-5.2533,51.7379],[-5.2532,51.7386],[-5.253099,51.7389],[-5.2528,51.7391],[-5.252399,51.7393],[-5.250899,51.7391],[-5.249899,51.7385],[-5.2493,51.7384],[-5.2483,51.7384],[-5.2468,51.7384],[-5.2456,51.7384],[-5.2451,51.7383],[-5.243701,51.7373],[-5.243199,51.7371],[-5.2417,51.7371],[-5.238901,51.7378],[-5.23570,51.7377],[-5.233799,51.7377],[-5.232399,51.7379],[-5.2307,51.7383],[-5.2273,51.7382],[-5.224999,51.738],[-5.2238,51.7379],[-5.221601,51.7371],[-5.218599,51.7361],[-5.2171,51.7355],[-5.2156,51.735],[-5.213901,51.7346],[-5.2122,51.7344],[-5.211201,51.7344],[-5.209899,51.7345],[-5.209101,51.735],[-5.208,51.7358],[-5.2064,51.7372],[-5.2054,51.7382],[-5.2051,51.7386],[-5.2048,51.7394],[-5.204501,51.7403],[-5.204,51.7417],[-5.202001,51.7449],[-5.2018,51.7454],[-5.202099,51.7536],[-5.202099,51.7550],[-5.202001,51.7553],[-5.201601,51.7556],[-5.201401,51.7557],[-5.200399,51.7554],[-5.1998,51.7552],[-5.1988,51.7552],[-5.1984,51.7552],[-5.197299,51.7554],[-5.196801,51.7556],[-5.1962,51.7561],[-5.195199,51.7566],[-5.1945,51.7568],[-5.193901,51.7569],[-5.1925,51.7568],[-5.1917,51.7567],[-5.1908,51.7565],[-5.1903,51.7563],[-5.1876,51.7547],[-5.187001,51.7544],[-5.1865,51.7543],[-5.1858,51.7544],[-5.184999,51.7547],[-5.184501,51.7551],[-5.184199,51.7554],[-5.182799,51.7571],[-5.182001,51.7581],[-5.181499,51.7587],[-5.180699,51.7592],[-5.1799,51.7594],[-5.1787,51.7597],[-5.1778,51.7601],[-5.1774,51.7606],[-5.177199,51.7619],[-5.1771,51.7623],[-5.176801,51.7626],[-5.1762,51.763],[-5.175,51.7638],[-5.173999,51.7648],[-5.17310,51.7654],[-5.1716,51.766],[-5.1701,51.7668],[-5.169301,51.7672],[-5.1682,51.7675],[-5.1664,51.7673],[-5.165699,51.7675],[-5.1651,51.7688],[-5.1639,51.7703],[-5.163199,51.7709],[-5.16260,51.7713],[-5.1619,51.7716],[-5.1601,51.772],[-5.156099,51.772],[-5.1529,51.7719],[-5.150199,51.7726],[-5.1486,51.7729],[-5.146801,51.7726],[-5.1457,51.7723],[-5.1434,51.7716],[-5.1418,51.771],[-5.141099,51.7708],[-5.140299,51.7707],[-5.1394,51.7708],[-5.138901,51.7709],[-5.138199,51.7712],[-5.137899,51.7714],[-5.137499,51.7725],[-5.1373,51.7728],[-5.1367,51.7732],[-5.136401,51.7733],[-5.1353,51.7733],[-5.1346,51.7732],[-5.1341,51.7731],[-5.1336,51.7729],[-5.1312,51.7715],[-5.129,51.7702],[-5.1283,51.7700],[-5.127399,51.7698],[-5.123199,51.7696],[-5.118999,51.7695],[-5.1168,51.7691],[-5.116499,51.7692],[-5.1162,51.7693],[-5.11560,51.7702],[-5.114999,51.7709],[-5.112599,51.7732],[-5.1117,51.7737],[-5.1107,51.7741],[-5.109399,51.7747],[-5.1071,51.775],[-5.1065,51.7752],[-5.1061,51.7757],[-5.1058,51.7763],[-5.105599,51.7769],[-5.105599,51.7785],[-5.105599,51.7787],[-5.1054,51.7789],[-5.104899,51.7793],[-5.103,51.7802],[-5.102399,51.7808],[-5.1022,51.7811],[-5.1019,51.7822],[-5.101699,51.7835],[-5.101601,51.7847],[-5.101699,51.7851],[-5.102799,51.7878],[-5.10340,51.7918],[-5.104599,51.7954],[-5.1048,51.7961],[-5.104899,51.7974],[-5.104899,51.7981],[-5.1048,51.799],[-5.1033,51.8019],[-5.103,51.8041],[-5.103,51.8066],[-5.103099,51.8085],[-5.103,51.8092],[-5.1022,51.8112],[-5.102099,51.8117],[-5.1022,51.8122],[-5.102499,51.8127],[-5.1029,51.8134],[-5.103199,51.8138],[-5.104199,51.8146],[-5.10510,51.8152],[-5.105199,51.8154],[-5.1054,51.8163],[-5.1057,51.8177],[-5.105899,51.8182],[-5.1064,51.8188],[-5.1069,51.8192],[-5.1091,51.8209],[-5.109301,51.8211],[-5.109399,51.8214],[-5.10950,51.8218],[-5.109399,51.8221],[-5.108799,51.8228],[-5.107299,51.8241],[-5.107,51.8244],[-5.1069,51.8246],[-5.107,51.8248],[-5.1072,51.8249],[-5.10760,51.8250],[-5.108099,51.8250],[-5.1107,51.8241],[-5.1111,51.8241],[-5.111499,51.8243],[-5.112999,51.8258],[-5.1142,51.8271],[-5.1146,51.8278],[-5.1146,51.8283],[-5.1146,51.8286],[-5.114399,51.8293],[-5.112299,51.8326],[-5.111499,51.8341],[-5.1113,51.8346],[-5.1113,51.8351],[-5.1113,51.8357],[-5.111401,51.8365],[-5.112,51.8379],[-5.1125,51.8389],[-5.113299,51.8404],[-5.114301,51.8417],[-5.118501,51.8469],[-5.123,51.854],[-5.1247,51.8558],[-5.12600,51.8571],[-5.128701,51.8595],[-5.12950,51.8604],[-5.1303,51.8612],[-5.131299,51.862],[-5.13200,51.8624],[-5.132999,51.8629],[-5.133901,51.8633],[-5.135799,51.8639],[-5.136499,51.864],[-5.137499,51.8641],[-5.1388,51.864],[-5.139999,51.8631],[-5.141001,51.8626],[-5.141601,51.8624],[-5.142399,51.8624],[-5.144899,51.8626],[-5.149199,51.8627],[-5.1507,51.8624],[-5.151801,51.8621],[-5.1529,51.8617],[-5.153399,51.8618],[-5.1541,51.8621],[-5.1549,51.8625],[-5.1562,51.8631],[-5.156899,51.863],[-5.1573,51.8628],[-5.15740,51.8625],[-5.157499,51.862],[-5.1577,51.8619],[-5.158199,51.8618],[-5.1587,51.8619],[-5.1592,51.8621],[-5.160699,51.863],[-5.163701,51.8647],[-5.1651,51.8649],[-5.1682,51.8637],[-5.170499,51.8634],[-5.172599,51.8633],[-5.176001,51.8633],[-5.1763,51.8631],[-5.177001,51.8623],[-5.177499,51.8617],[-5.1781,51.8614],[-5.1787,51.8615],[-5.179101,51.8616],[-5.179501,51.8618],[-5.1798,51.8621],[-5.1798,51.8627],[-5.179501,51.8631],[-5.177599,51.8641],[-5.176801,51.8649],[-5.176801,51.8653],[-5.176801,51.8658],[-5.177001,51.8661],[-5.177599,51.8665],[-5.1787,51.867],[-5.181499,51.8678],[-5.1847,51.8682],[-5.188099,51.868],[-5.190599,51.8675],[-5.191801,51.8675],[-5.192299,51.8677],[-5.1928,51.8682],[-5.1932,51.8696],[-5.193299,51.8703],[-5.1932,51.8706],[-5.192999,51.8708],[-5.1925,51.8712],[-5.187799,51.8732],[-5.188,51.8736],[-5.1886,51.8738],[-5.189899,51.8737],[-5.191201,51.8735],[-5.192699,51.8727],[-5.195499,51.8709],[-5.195799,51.8704],[-5.195899,51.8701],[-5.195899,51.8698],[-5.1953,51.8685],[-5.195499,51.8679],[-5.1961,51.8676],[-5.197199,51.8676],[-5.200699,51.8684],[-5.205299,51.8685],[-5.2065,51.8682],[-5.208,51.8676],[-5.2089,51.8674],[-5.20970,51.8676],[-5.210299,51.8682],[-5.210299,51.8686],[-5.210199,51.8689],[-5.21,51.8695],[-5.21,51.8697],[-5.210299,51.8701],[-5.212999,51.8716],[-5.216499,51.8722],[-5.217599,51.8729],[-5.218999,51.8731],[-5.224199,51.8729],[-5.227399,51.8727],[-5.2304,51.8723],[-5.2326,51.8717],[-5.235099,51.8712],[-5.236401,51.8709],[-5.2377,51.8707],[-5.239699,51.871],[-5.241099,51.8716],[-5.242599,51.8727],[-5.243599,51.8733],[-5.2442,51.8732],[-5.244501,51.8731],[-5.246,51.8715],[-5.24790,51.8698],[-5.2494,51.8691],[-5.25,51.8692],[-5.2505,51.8696],[-5.250899,51.8701],[-5.25150,51.8714],[-5.252,51.8724],[-5.252399,51.8728],[-5.2528,51.8729],[-5.253399,51.8729],[-5.25410,51.8728],[-5.2545,51.8726],[-5.255599,51.8718],[-5.256801,51.8709],[-5.257999,51.8701],[-5.2588,51.8697],[-5.2592,51.8697],[-5.2599,51.8698],[-5.2617,51.8712],[-5.2634,51.8716],[-5.264501,51.8717],[-5.265299,51.8716],[-5.2668,51.8712],[-5.26980,51.8698],[-5.272,51.8690],[-5.272699,51.8689],[-5.2741,51.8698],[-5.274899,51.8701],[-5.2753,51.8701],[-5.2757,51.8699],[-5.276899,51.8681],[-5.2771,51.8679],[-5.2775,51.8678],[-5.2778,51.8679],[-5.2782,51.8681],[-5.278399,51.8683],[-5.2786,51.8685],[-5.2787,51.8687],[-5.2792,51.8703],[-5.2795,51.8705],[-5.279799,51.8707],[-5.2802,51.8708],[-5.2809,51.8705],[-5.2812,51.8702],[-5.2812,51.8698],[-5.281001,51.8692],[-5.28,51.8676],[-5.279799,51.8668],[-5.28,51.8662],[-5.2803,51.8659],[-5.2807,51.8657],[-5.2813,51.8655],[-5.282199,51.8654],[-5.282899,51.8653],[-5.286699,51.8649],[-5.289199,51.8646],[-5.289501,51.8644],[-5.2919,51.8623],[-5.2922,51.8621],[-5.2929,51.8618],[-5.2935,51.8617],[-5.2946,51.8619],[-5.2953,51.8621],[-5.2954,51.8624],[-5.295499,51.8628],[-5.2954,51.8634],[-5.2946,51.8649],[-5.2946,51.8656],[-5.2947,51.8660],[-5.294899,51.8663],[-5.2954,51.8664],[-5.2961,51.8665],[-5.2971,51.8665],[-5.2975,51.8663],[-5.299399,51.8647],[-5.300799,51.8641],[-5.302199,51.864],[-5.303999,51.864],[-5.304399,51.8639],[-5.3048,51.8637],[-5.308,51.8608],[-5.308701,51.8605],[-5.309199,51.8604],[-5.3105,51.8602],[-5.312699,51.8602],[-5.3145,51.8604],[-5.3154,51.8606],[-5.316299,51.8609],[-5.3174,51.8615],[-5.317699,51.8619],[-5.3179,51.8623],[-5.317999,51.8626],[-5.318099,51.8631],[-5.318099,51.8638],[-5.317999,51.8642],[-5.3179,51.8645],[-5.3175,51.8653],[-5.317,51.8658],[-5.316401,51.8661],[-5.313799,51.8662],[-5.31350,51.8663],[-5.3133,51.8665],[-5.313099,51.8669],[-5.3132,51.8679],[-5.313099,51.8683],[-5.3129,51.8686],[-5.312399,51.8689],[-5.3122,51.8690],[-5.3093,51.8698],[-5.3088,51.8700],[-5.3081,51.8704],[-5.307799,51.8707],[-5.30740,51.8713],[-5.307199,51.8717],[-5.307001,51.8728],[-5.306499,51.8761],[-5.306499,51.8769],[-5.307099,51.8781],[-5.30730,51.8783],[-5.308,51.8788],[-5.308199,51.8789],[-5.309199,51.8793],[-5.3109,51.8801],[-5.3114,51.8804],[-5.312099,51.8809],[-5.312799,51.8817],[-5.313399,51.8827],[-5.31350,51.8838],[-5.31350,51.8843],[-5.313399,51.8846],[-5.3132,51.885],[-5.313,51.8853],[-5.31250,51.8857],[-5.311201,51.8865],[-5.309899,51.8871],[-5.3088,51.8873],[-5.308199,51.8873],[-5.3077,51.8872],[-5.3067,51.8867],[-5.3059,51.8863],[-5.3049,51.8862],[-5.3042,51.8863],[-5.3037,51.8864],[-5.302999,51.8868],[-5.302499,51.8872],[-5.2986,51.8911],[-5.295599,51.8932],[-5.294799,51.8941],[-5.2945,51.8945],[-5.2941,51.8952],[-5.294,51.8955],[-5.294,51.8958],[-5.294199,51.8964],[-5.2946,51.8972],[-5.294899,51.8977],[-5.295199,51.8979],[-5.295499,51.898],[-5.2966,51.8983],[-5.2971,51.8984],[-5.297299,51.8986],[-5.297299,51.8988],[-5.296899,51.8991],[-5.296401,51.8996],[-5.296401,51.8998],[-5.296801,51.9001],[-5.2972,51.9002],[-5.2987,51.9005],[-5.299699,51.9006],[-5.301401,51.9004],[-5.302299,51.9005],[-5.302899,51.9007],[-5.303199,51.9008],[-5.303299,51.9012],[-5.303299,51.9014],[-5.3027,51.9023],[-5.302599,51.9026],[-5.302599,51.9031],[-5.3027,51.9033],[-5.3028,51.9034],[-5.302999,51.9036],[-5.3031,51.9037],[-5.303599,51.9038],[-5.303901,51.9038],[-5.307899,51.9028],[-5.3108,51.9021],[-5.311601,51.9019],[-5.3123,51.9019],[-5.312699,51.902],[-5.312799,51.9022],[-5.310299,51.9046],[-5.30740,51.9067],[-5.305799,51.9075],[-5.3048,51.908],[-5.303199,51.9086],[-5.302199,51.9089],[-5.30030,51.9089],[-5.2995,51.9091],[-5.2979,51.91],[-5.2967,51.9108],[-5.296,51.9112],[-5.2947,51.9117],[-5.2902,51.913],[-5.289501,51.9134],[-5.287799,51.9141],[-5.286699,51.9143],[-5.2863,51.9143],[-5.2859,51.9142],[-5.2856,51.914],[-5.285399,51.9136],[-5.285299,51.9132],[-5.2856,51.9124],[-5.2856,51.9122],[-5.28550,51.9117],[-5.285399,51.9115],[-5.2852,51.9114],[-5.284999,51.9113],[-5.2844,51.9113],[-5.283501,51.9116],[-5.2828,51.9119],[-5.2817,51.9122],[-5.280499,51.9127],[-5.279399,51.913],[-5.277999,51.9132],[-5.2771,51.9132],[-5.276401,51.9131],[-5.275199,51.9124],[-5.274199,51.9121],[-5.27330,51.9125],[-5.2704,51.9142],[-5.2697,51.9145],[-5.264999,51.9146],[-5.263599,51.9148],[-5.2623,51.9151],[-5.26020,51.9157],[-5.258501,51.9157],[-5.2574,51.9158],[-5.254799,51.9166],[-5.2533,51.9171],[-5.2522,51.9176],[-5.2519,51.918],[-5.251801,51.9184],[-5.252399,51.9192],[-5.252399,51.9194],[-5.252299,51.9197],[-5.24890,51.9212],[-5.247099,51.9214],[-5.244999,51.9216],[-5.2434,51.9217],[-5.242199,51.9219],[-5.2413,51.9229],[-5.2409,51.9233],[-5.2375,51.9249],[-5.236401,51.9255],[-5.2361,51.9259],[-5.236001,51.9261],[-5.235899,51.9265],[-5.2366,51.9270],[-5.236801,51.9272],[-5.23670,51.9276],[-5.2356,51.9279],[-5.235199,51.9282],[-5.234799,51.9286],[-5.234301,51.9291],[-5.23410,51.9293],[-5.233799,51.9294],[-5.2329,51.9296],[-5.2322,51.9297],[-5.2307,51.9300],[-5.2269,51.9308],[-5.2252,51.9305],[-5.2233,51.9307],[-5.220099,51.9316],[-5.21840,51.9319],[-5.216401,51.9321],[-5.2121,51.9322],[-5.210499,51.9324],[-5.2086,51.9328],[-5.206699,51.9338],[-5.205699,51.9344],[-5.2054,51.9346],[-5.205299,51.9348],[-5.20520,51.9350],[-5.2051,51.9353],[-5.204999,51.9357],[-5.20520,51.9360],[-5.205699,51.9365],[-5.2061,51.9368],[-5.207099,51.9372],[-5.211,51.9379],[-5.211201,51.9381],[-5.211299,51.9383],[-5.211299,51.9386],[-5.211201,51.9389],[-5.211,51.9390],[-5.210499,51.9391],[-5.209301,51.9392],[-5.205699,51.9394],[-5.203599,51.9397],[-5.201401,51.9402],[-5.198901,51.9410],[-5.1977,51.9417],[-5.197199,51.9421],[-5.1971,51.9424],[-5.1971,51.9428],[-5.197199,51.9432],[-5.197299,51.9434],[-5.1977,51.9437],[-5.199399,51.9446],[-5.2003,51.9449],[-5.201099,51.9450],[-5.201401,51.9451],[-5.201499,51.9454],[-5.201401,51.9457],[-5.2012,51.9459],[-5.200799,51.9461],[-5.2003,51.9462],[-5.1999,51.9463],[-5.1982,51.9463],[-5.197899,51.9464],[-5.197899,51.9475],[-5.197899,51.9476],[-5.1977,51.9478],[-5.19750,51.9479],[-5.197299,51.9480],[-5.193999,51.9482],[-5.1932,51.9483],[-5.192999,51.9485],[-5.1928,51.949],[-5.1929,51.9492],[-5.193901,51.9497],[-5.1942,51.9501],[-5.1942,51.9503],[-5.193901,51.9505],[-5.193399,51.9506],[-5.188099,51.9504],[-5.185299,51.9500],[-5.18440,51.9498],[-5.1839,51.9496],[-5.182799,51.9491],[-5.181601,51.9489],[-5.1806,51.949],[-5.1802,51.9495],[-5.1799,51.9500],[-5.179699,51.9503],[-5.17920,51.9508],[-5.178599,51.9511],[-5.1771,51.9515],[-5.1736,51.9518],[-5.1729,51.9517],[-5.1725,51.9512],[-5.1725,51.9511],[-5.17310,51.9502],[-5.1732,51.9499],[-5.17310,51.9497],[-5.1728,51.9494],[-5.1725,51.9492],[-5.1717,51.9492],[-5.169301,51.9495],[-5.1672,51.9495],[-5.1648,51.9488],[-5.154699,51.9487],[-5.1524,51.9488],[-5.151801,51.9489],[-5.1516,51.9491],[-5.1516,51.9493],[-5.151899,51.9498],[-5.153399,51.9509],[-5.1536,51.9512],[-5.1537,51.9515],[-5.1537,51.9521],[-5.1536,51.9526],[-5.153501,51.9528],[-5.153299,51.9529],[-5.1529,51.9530],[-5.152,51.9531],[-5.150599,51.9531],[-5.148399,51.9532],[-5.147799,51.9533],[-5.147299,51.9536],[-5.147099,51.9539],[-5.1469,51.9543],[-5.1465,51.9548],[-5.145899,51.9552],[-5.145299,51.9554],[-5.144501,51.9555],[-5.1422,51.9556],[-5.1414,51.9559],[-5.141201,51.9561],[-5.141201,51.9563],[-5.1413,51.9566],[-5.143099,51.9569],[-5.1436,51.9571],[-5.1439,51.9573],[-5.1439,51.9575],[-5.1435,51.9578],[-5.1423,51.9586],[-5.141099,51.9592],[-5.141001,51.9594],[-5.141001,51.9596],[-5.141099,51.9598],[-5.1413,51.96],[-5.1418,51.9602],[-5.144899,51.9604],[-5.1454,51.9605],[-5.1455,51.9607],[-5.1455,51.961],[-5.145299,51.9613],[-5.1413,51.9625],[-5.1402,51.9627],[-5.1384,51.9628],[-5.136899,51.9628],[-5.135,51.9633],[-5.130899,51.9615],[-5.127699,51.9607],[-5.1265,51.9606],[-5.125,51.9619],[-5.1229,51.962],[-5.120699,51.9614],[-5.115699,51.9616],[-5.1113,51.962],[-5.108799,51.9621],[-5.1058,51.9619],[-5.1044,51.9634],[-5.1023,51.9646],[-5.102099,51.9648],[-5.102001,51.9652],[-5.1019,51.9657],[-5.1019,51.9662],[-5.102099,51.9673],[-5.102399,51.9679],[-5.103099,51.9688],[-5.103199,51.969],[-5.103099,51.9692],[-5.1027,51.9694],[-5.1023,51.9696],[-5.102099,51.9696],[-5.1001,51.9691],[-5.0989,51.9692],[-5.098599,51.9693],[-5.098199,51.97],[-5.0976,51.9708],[-5.097099,51.971],[-5.096601,51.9709],[-5.095099,51.9701],[-5.0941,51.9698],[-5.0916,51.9696],[-5.089399,51.9691],[-5.0879,51.9687],[-5.086401,51.9687],[-5.085299,51.9688],[-5.0845,51.969],[-5.0839,51.9693],[-5.08320,51.9699],[-5.082699,51.9704],[-5.082099,51.9713],[-5.0818,51.972],[-5.081601,51.9732],[-5.081601,51.974],[-5.0818,51.9748],[-5.083,51.9754],[-5.0836,51.9759],[-5.083701,51.9763],[-5.0839,51.9773],[-5.085,51.9782],[-5.085499,51.9793],[-5.0857,51.9806],[-5.085499,51.9812],[-5.084899,51.982],[-5.0826,51.9842],[-5.0809,51.9853],[-5.079501,51.9859],[-5.0789,51.9863],[-5.0789,51.9865],[-5.0794,51.9868],[-5.0804,51.9871],[-5.0829,51.9873],[-5.0854,51.9874],[-5.088399,51.9875],[-5.0887,51.9876],[-5.088799,51.9879],[-5.088799,51.9883],[-5.087999,51.9889],[-5.087299,51.99],[-5.087,51.9908],[-5.0871,51.9910],[-5.087699,51.9915],[-5.0886,51.992],[-5.089,51.9921],[-5.090199,51.9923],[-5.091401,51.9925],[-5.092299,51.9931],[-5.093299,51.9937],[-5.0937,51.9939],[-5.09380,51.9941],[-5.0937,51.9943],[-5.0904,51.9949],[-5.088901,51.9955],[-5.08510,51.9972],[-5.080299,51.9991],[-5.079199,51.9997],[-5.078501, 52.0008],[-5.078, 52.0013],[-5.0774, 52.0018],[-5.0769, 52.0022],[-5.076401, 52.0025],[-5.07550, 52.0028],[-5.07460, 52.0031],[-5.0732, 52.0036],[-5.072299, 52.0039],[-5.0717, 52.0044],[-5.071499, 52.0048],[-5.071401, 52.0050],[-5.0716, 52.0053],[-5.072001, 52.0056],[-5.072299, 52.0058],[-5.0727, 52.0059],[-5.07460, 52.0059],[-5.0759, 52.0060],[-5.0768, 52.0062],[-5.077199, 52.0064],[-5.0777, 52.0067],[-5.078199, 52.0075],[-5.0788, 52.0090],[-5.0789, 52.0094],[-5.0789, 52.0097],[-5.078701, 52.0101],[-5.078199, 52.0107],[-5.077199, 52.0109],[-5.077099, 52.0112],[-5.077199, 52.0115],[-5.077499, 52.0117],[-5.078501, 52.0118],[-5.0814, 52.0121],[-5.08330, 52.0127],[-5.085199, 52.0137],[-5.0869, 52.0144],[-5.0879, 52.015],[-5.088099, 52.0152],[-5.088099, 52.0156],[-5.087999, 52.0163],[-5.0872, 52.0174],[-5.0854, 52.0195],[-5.0845, 52.0203],[-5.084, 52.0206],[-5.08330, 52.021],[-5.0823, 52.0221],[-5.081299, 52.023],[-5.079999, 52.0238],[-5.0794, 52.0241],[-5.07900, 52.0242],[-5.078, 52.0244],[-5.0763, 52.0245],[-5.0752, 52.0248],[-5.0741, 52.0252],[-5.0727, 52.0259],[-5.071899, 52.0265],[-5.0716, 52.0269],[-5.0713, 52.0275],[-5.07110, 52.0285],[-5.070899, 52.029],[-5.0707, 52.0294],[-5.070099, 52.0301],[-5.068501, 52.031],[-5.0678, 52.0313],[-5.0672, 52.0314],[-5.065199, 52.0314],[-5.064, 52.0317],[-5.0629, 52.032],[-5.062001, 52.0321],[-5.061299, 52.0321],[-5.061, 52.032],[-5.060699, 52.0313],[-5.0604, 52.0309],[-5.059999, 52.0305],[-5.059501, 52.0301],[-5.059199, 52.03],[-5.058, 52.0302],[-5.057199, 52.0302],[-5.0568, 52.0301],[-5.056601, 52.0298],[-5.0567, 52.0296],[-5.057099, 52.0291],[-5.057199, 52.0288],[-5.057099, 52.0285],[-5.0569, 52.0283],[-5.0567, 52.0282],[-5.05630, 52.028],[-5.055799, 52.0279],[-5.053901, 52.0277],[-5.053501, 52.0275],[-5.0534, 52.0267],[-5.053199, 52.0262],[-5.052899, 52.026],[-5.05270, 52.0259],[-5.0524, 52.0259],[-5.051801, 52.0262],[-5.051401, 52.0266],[-5.0509, 52.0273],[-5.0506, 52.0275],[-5.05020, 52.0276],[-5.049399, 52.0277],[-5.048399, 52.0277],[-5.0478, 52.0277],[-5.046801, 52.0275],[-5.0461, 52.0273],[-5.0451, 52.0268],[-5.04400, 52.0263],[-5.0435, 52.0263],[-5.042799, 52.0264],[-5.0422, 52.0267],[-5.041299, 52.0271],[-5.040699, 52.0274],[-5.039999, 52.0276],[-5.0394, 52.0277],[-5.0385, 52.0277],[-5.0377, 52.0276],[-5.037199, 52.0275],[-5.036201, 52.0269],[-5.0356, 52.0263],[-5.0351, 52.0259],[-5.034699, 52.0258],[-5.0343, 52.0258],[-5.033901, 52.0259],[-5.033501, 52.0262],[-5.032499, 52.0268],[-5.032001, 52.0269],[-5.0316, 52.0269],[-5.031099, 52.0269],[-5.0306, 52.0268],[-5.03020, 52.0267],[-5.0296, 52.0264],[-5.029301, 52.0262],[-5.028399, 52.0252],[-5.027999, 52.0249],[-5.0274, 52.0248],[-5.0266, 52.0248],[-5.0254, 52.0248],[-5.024301, 52.0248],[-5.023701, 52.0249],[-5.0233, 52.0251],[-5.0229, 52.0251],[-5.0225, 52.0249],[-5.022299, 52.0246],[-5.0219, 52.0229],[-5.021601, 52.0221],[-5.0214, 52.0216],[-5.0211, 52.0213],[-5.0207, 52.0211],[-5.01970, 52.021],[-5.019101, 52.0211],[-5.0189, 52.0212],[-5.0184, 52.0215],[-5.01800, 52.0218],[-5.0172, 52.0227],[-5.016699, 52.0234],[-5.0164, 52.0236],[-5.016001, 52.0237],[-5.0151, 52.0237],[-5.013599, 52.0235],[-5.012199, 52.0233],[-5.011499, 52.0233],[-5.0107, 52.0234],[-5.01000, 52.0235],[-5.0091, 52.0238],[-5.007899, 52.0241],[-5.0029, 52.0244],[-5.0001, 52.0244],[-4.9986, 52.0243],[-4.9977, 52.0244],[-4.997399, 52.0245],[-4.997001, 52.0256],[-4.996601, 52.0258],[-4.996, 52.0259],[-4.9956, 52.0259],[-4.9951, 52.0259],[-4.9948, 52.0257],[-4.994501, 52.0249],[-4.9944, 52.0245],[-4.9942, 52.0241],[-4.9939, 52.0237],[-4.993599, 52.0235],[-4.993, 52.0234],[-4.992199, 52.0236],[-4.9913, 52.0244],[-4.990799, 52.0248],[-4.9903, 52.025],[-4.9899, 52.0254],[-4.989799, 52.0266],[-4.9896, 52.0268],[-4.988999, 52.0266],[-4.9877, 52.0253],[-4.9863, 52.0243],[-4.98560, 52.024],[-4.9854, 52.0236],[-4.9857, 52.0232],[-4.9857, 52.0229],[-4.9854, 52.0224],[-4.985, 52.0218],[-4.9849, 52.0216],[-4.9849, 52.0214],[-4.985199, 52.0212],[-4.985899, 52.0206],[-4.9862, 52.0202],[-4.9861, 52.0194],[-4.9863, 52.019],[-4.987199, 52.0182],[-4.987199, 52.018],[-4.987, 52.0178],[-4.986401, 52.0174],[-4.985499, 52.0169],[-4.985, 52.0167],[-4.983799, 52.0164],[-4.981801, 52.0162],[-4.979199, 52.0161],[-4.9719, 52.0148],[-4.967999, 52.0144],[-4.967199, 52.0142],[-4.9671, 52.0139],[-4.967, 52.0133],[-4.967299, 52.0129],[-4.9681, 52.0128],[-4.980599, 52.0151],[-4.981, 52.0151],[-4.9816, 52.0149],[-4.9819, 52.0143],[-4.982299, 52.0135],[-4.9832, 52.0125],[-4.983701, 52.0117],[-4.984301, 52.0109],[-4.9874, 52.0079],[-4.9906, 52.0053],[-4.990799, 52.0051],[-4.9909, 52.0048],[-4.991001, 52.0044],[-4.991001, 52.0040],[-4.990799, 52.0037],[-4.990499, 52.0034],[-4.9902, 52.0033],[-4.98910, 52.0033],[-4.987999, 52.0033],[-4.980299, 52.0059],[-4.980199, 52.0059],[-4.9801, 52.0057],[-4.980199, 52.0054],[-4.980299, 52.0052],[-4.9854, 52.0033],[-4.987999, 52.0025],[-4.9882, 52.0022],[-4.9882, 52.0019],[-4.9878, 52.0012],[-4.9874, 52.0009],[-4.9871, 52.0008],[-4.986499, 52.0008],[-4.9841, 52.0008],[-4.9829, 52.0009],[-4.98140, 52.0013],[-4.980199, 52.0015],[-4.9789, 52.0014],[-4.9755, 52.0014],[-4.974899, 52.0013],[-4.974501, 52.0010],[-4.97440, 52.0003],[-4.9739,51.9992],[-4.973701,51.9989],[-4.97340,51.9987],[-4.9726,51.9983],[-4.97180,51.9981],[-4.971499,51.9979],[-4.9713,51.9971],[-4.9712,51.9968],[-4.971001,51.9965],[-4.970699,51.9963],[-4.9705,51.9962],[-4.9703,51.9961],[-4.970099,51.9961],[-4.969699,51.9962],[-4.969301,51.9964],[-4.96920,51.9966],[-4.9691,51.9974],[-4.96920,51.9979],[-4.96920,51.9982],[-4.9691,51.9984],[-4.9684,51.9991],[-4.9684,51.9993],[-4.968599,51.9996],[-4.9687,51.9997],[-4.969301, 52.0000],[-4.969501, 52.0004],[-4.9696, 52.0009],[-4.9696, 52.0013],[-4.969501, 52.0017],[-4.969399, 52.0019],[-4.9691, 52.0021],[-4.968501, 52.0022],[-4.9678, 52.0023],[-4.967, 52.0019],[-4.9661, 52.0017],[-4.96570, 52.0017],[-4.964799, 52.0021],[-4.964301, 52.0022],[-4.963901, 52.0022],[-4.963099, 52.0019],[-4.9625, 52.0006],[-4.96220, 52.0004],[-4.961401, 52.0002],[-4.9604, 52.0004],[-4.959799, 52.0008],[-4.959301, 52.0012],[-4.959101, 52.0013],[-4.9579, 52.0012],[-4.9569, 52.0012],[-4.9564, 52.0014],[-4.95610, 52.0016],[-4.956, 52.0017],[-4.9559, 52.0020],[-4.9564, 52.0029],[-4.9564, 52.0032],[-4.956201, 52.0035],[-4.955699, 52.0037],[-4.95510, 52.0037],[-4.9547, 52.0036],[-4.9543, 52.0033],[-4.9539, 52.0032],[-4.952799, 52.0034],[-4.950799, 52.0038],[-4.948599, 52.0040],[-4.943299, 52.0048],[-4.942299, 52.0053],[-4.941, 52.0063],[-4.940599, 52.0068],[-4.94030, 52.0072],[-4.9395, 52.0084],[-4.939101, 52.0086],[-4.938701, 52.0086],[-4.938399, 52.0085],[-4.9372, 52.0078],[-4.936299, 52.0074],[-4.935599, 52.0073],[-4.9347, 52.0073],[-4.934101, 52.0076],[-4.933599, 52.0082],[-4.9335, 52.0093],[-4.9333, 52.0096],[-4.9331, 52.0098],[-4.9327, 52.0099],[-4.9309, 52.01],[-4.929501, 52.0097],[-4.9287, 52.0094],[-4.92810, 52.0092],[-4.927599, 52.0092],[-4.927001, 52.0095],[-4.926801, 52.01],[-4.927001, 52.0105],[-4.926899, 52.0109],[-4.926401, 52.0111],[-4.926099, 52.0116],[-4.9262, 52.0118],[-4.9266, 52.0121],[-4.9266, 52.0124],[-4.926401, 52.0128],[-4.9259, 52.013],[-4.925499, 52.0129],[-4.925, 52.0122],[-4.924301, 52.0118],[-4.923299, 52.0116],[-4.92200, 52.0117],[-4.9216, 52.0116],[-4.921401, 52.0115],[-4.9211, 52.0112],[-4.9208, 52.0110],[-4.918799, 52.01],[-4.91850, 52.01],[-4.9182, 52.0103],[-4.918099, 52.0107],[-4.9186, 52.0113],[-4.9191, 52.0118],[-4.91950, 52.0123],[-4.91950, 52.0128],[-4.919199, 52.0141],[-4.919, 52.0153],[-4.918799, 52.0155],[-4.9165, 52.0167],[-4.9155, 52.0167],[-4.915299, 52.0174],[-4.915299, 52.0176],[-4.9151, 52.0178],[-4.9147, 52.0179],[-4.914, 52.018],[-4.913, 52.018],[-4.9126, 52.0185],[-4.912199, 52.0191],[-4.912199, 52.0201],[-4.9119, 52.0205],[-4.91080, 52.0204],[-4.910399, 52.0205],[-4.9087, 52.0217],[-4.9084, 52.0221],[-4.9087, 52.0226],[-4.909599, 52.0228],[-4.910699, 52.0229],[-4.9115, 52.0233],[-4.9115, 52.0237],[-4.9109, 52.0243],[-4.9106, 52.0248],[-4.911001, 52.0252],[-4.912001, 52.0255],[-4.913099, 52.0258],[-4.9154, 52.0262],[-4.915599, 52.0263],[-4.915699, 52.0265],[-4.9158, 52.0267],[-4.9158, 52.0268],[-4.915599, 52.0272],[-4.9154, 52.0275],[-4.9154, 52.0279],[-4.9155, 52.0284],[-4.9154, 52.0286],[-4.9147, 52.0289],[-4.9144, 52.0294],[-4.9144, 52.0296],[-4.9148, 52.0298],[-4.915299, 52.0305],[-4.915299, 52.0307],[-4.9151, 52.0309],[-4.914199, 52.0313],[-4.9135, 52.0314],[-4.9127, 52.0315],[-4.9115, 52.0316],[-4.9109, 52.0317],[-4.9105, 52.032],[-4.9101, 52.0326],[-4.9101, 52.0329],[-4.9105, 52.0341],[-4.9106, 52.0346],[-4.9106, 52.0349],[-4.9101, 52.0353],[-4.909501, 52.0356],[-4.909101, 52.0357],[-4.9088, 52.0355],[-4.9084, 52.0348],[-4.9078, 52.0347],[-4.906899, 52.0348],[-4.905799, 52.0349],[-4.9041, 52.0353],[-4.902999, 52.0354],[-4.902, 52.0352],[-4.9015, 52.0349],[-4.9004, 52.0338],[-4.899899, 52.0332],[-4.8996, 52.033],[-4.8969, 52.0323],[-4.89510, 52.0318],[-4.893199, 52.0311],[-4.8918, 52.0303],[-4.8914, 52.0299],[-4.891201, 52.0294],[-4.891201, 52.0286],[-4.89150, 52.0278],[-4.8923, 52.0263],[-4.8936, 52.0251],[-4.8936, 52.0244],[-4.893099, 52.0238],[-4.8918, 52.0234],[-4.8905, 52.0233],[-4.8898, 52.0234],[-4.889599, 52.0236],[-4.889501, 52.0241],[-4.8894, 52.0246],[-4.8892, 52.0247],[-4.8887, 52.0247],[-4.888199, 52.0244],[-4.8878, 52.0241],[-4.887001, 52.0242],[-4.8866, 52.024],[-4.8866, 52.0233],[-4.887001, 52.0229],[-4.8868, 52.0226],[-4.886401, 52.0224],[-4.8862, 52.022],[-4.8859, 52.0213],[-4.8857, 52.021],[-4.885399, 52.0209],[-4.881401, 52.0211],[-4.880799, 52.0211],[-4.880099, 52.021],[-4.8795, 52.0209],[-4.8792, 52.0206],[-4.879, 52.0193],[-4.878901, 52.0192],[-4.8786, 52.0192],[-4.8775, 52.0192],[-4.877299, 52.0197],[-4.877399, 52.0208],[-4.877399, 52.021],[-4.8772, 52.0212],[-4.876601, 52.0216],[-4.875199, 52.0216],[-4.8736, 52.0211],[-4.873199, 52.021],[-4.872499, 52.0211],[-4.872099, 52.0213],[-4.8718, 52.0221],[-4.8714, 52.0224],[-4.8708, 52.0224],[-4.870299, 52.0223],[-4.869999, 52.0221],[-4.8692, 52.021],[-4.86810, 52.0198],[-4.867599, 52.0195],[-4.867099, 52.0196],[-4.866899, 52.0201],[-4.867599, 52.0212],[-4.8677, 52.0214],[-4.867499, 52.0216],[-4.867001, 52.0216],[-4.865499, 52.021],[-4.8649, 52.0208],[-4.86460, 52.0208],[-4.863999, 52.0211],[-4.863299, 52.0214],[-4.862199, 52.0222],[-4.8617, 52.0224],[-4.860799, 52.0224],[-4.8599, 52.0225],[-4.859399, 52.0227],[-4.858901, 52.0233],[-4.85850, 52.0235],[-4.8578, 52.0234],[-4.857299, 52.0233],[-4.8554, 52.0229],[-4.854, 52.0227],[-4.8529, 52.0227],[-4.851699, 52.023],[-4.8509, 52.0233],[-4.850399, 52.0233],[-4.849699, 52.0224],[-4.849101, 52.0223],[-4.845799, 52.0221],[-4.843901, 52.0219],[-4.842, 52.0217],[-4.841401, 52.0217],[-4.8397, 52.0223],[-4.839399, 52.0224],[-4.838901, 52.0224],[-4.838399, 52.0222],[-4.837699, 52.0215],[-4.837299, 52.0213],[-4.83660, 52.0212],[-4.83500, 52.0217],[-4.8336, 52.0221],[-4.8325, 52.0222],[-4.8314, 52.0221],[-4.83050, 52.0217],[-4.8297, 52.0214],[-4.828599, 52.0213],[-4.827899, 52.0212],[-4.8273, 52.021],[-4.826601, 52.0205],[-4.8262, 52.0204],[-4.8256, 52.0206],[-4.8249, 52.0211],[-4.824399, 52.0214],[-4.8243, 52.0224],[-4.824699, 52.0227],[-4.8269, 52.0228],[-4.8283, 52.0229],[-4.829899, 52.0234],[-4.831601, 52.0243],[-4.8326, 52.025],[-4.833799, 52.0257],[-4.8347, 52.0259],[-4.835499, 52.0261],[-4.836299, 52.0261],[-4.836699, 52.0261],[-4.837299, 52.026],[-4.8387, 52.0256],[-4.839, 52.0256],[-4.839301, 52.0259],[-4.8395, 52.0263],[-4.8395, 52.0267],[-4.838901, 52.0276],[-4.837699, 52.0288],[-4.83660, 52.0301],[-4.836401, 52.0305],[-4.836299, 52.031],[-4.837, 52.0315],[-4.8372, 52.0318],[-4.8375, 52.0323],[-4.8375, 52.0327],[-4.837399, 52.033],[-4.836801, 52.0338],[-4.836801, 52.0342],[-4.837, 52.0344],[-4.837299, 52.0346],[-4.8378, 52.0349],[-4.8391, 52.0356],[-4.8399, 52.0359],[-4.840799, 52.0361],[-4.842599, 52.0365],[-4.844399, 52.0369],[-4.845099, 52.0376],[-4.8459, 52.0383],[-4.846099, 52.0388],[-4.846099, 52.0392],[-4.845699, 52.04],[-4.8453, 52.041],[-4.844301, 52.0419],[-4.843999, 52.0423],[-4.843599, 52.0434],[-4.843501, 52.0437],[-4.8431, 52.0441],[-4.84110, 52.0454],[-4.839799, 52.0468],[-4.8386, 52.0476],[-4.83760, 52.048],[-4.8371, 52.0482],[-4.8351, 52.0484],[-4.834599, 52.0486],[-4.8345, 52.0489],[-4.834599, 52.0493],[-4.834899, 52.0496],[-4.835499, 52.0498],[-4.8371, 52.0501],[-4.837299, 52.0504],[-4.837299, 52.0506],[-4.8371, 52.051],[-4.836801, 52.0512],[-4.836, 52.0514],[-4.8351, 52.0515],[-4.8329, 52.0519],[-4.831601, 52.0519],[-4.8304, 52.0518],[-4.829899, 52.0519],[-4.8294, 52.0522],[-4.82890, 52.0529],[-4.827899, 52.0538],[-4.8269, 52.0545],[-4.825099, 52.0545],[-4.8237, 52.0547],[-4.822001, 52.0552],[-4.818999, 52.0565],[-4.8178, 52.0566],[-4.8161, 52.0564],[-4.8147, 52.0568],[-4.8139, 52.0569],[-4.812399, 52.0568],[-4.8094, 52.0572],[-4.8073, 52.0575],[-4.8042, 52.0574],[-4.8013, 52.0571],[-4.7999, 52.0571],[-4.798501, 52.0572],[-4.7946, 52.0578],[-4.791, 52.0591],[-4.7876, 52.0605],[-4.785699, 52.0613],[-4.7843, 52.0620],[-4.783599, 52.0625],[-4.783501, 52.0628],[-4.783501, 52.0637],[-4.783901, 52.0647],[-4.783901, 52.065],[-4.783901, 52.0654],[-4.783199, 52.0660],[-4.782001, 52.0666],[-4.7812, 52.0670],[-4.779799, 52.0674],[-4.7767, 52.0672],[-4.776, 52.0678],[-4.776, 52.0692],[-4.7753, 52.0698],[-4.773901, 52.0703],[-4.772699, 52.0704],[-4.772099, 52.0705],[-4.7719, 52.0708],[-4.772099, 52.0709],[-4.773399, 52.0712],[-4.773701, 52.0713],[-4.773799, 52.0717],[-4.7733, 52.0720],[-4.772699, 52.0721],[-4.771801, 52.0719],[-4.771201, 52.0717],[-4.7707, 52.0719],[-4.770199, 52.0726],[-4.7697, 52.0735],[-4.768799, 52.0747],[-4.7683, 52.0753],[-4.768, 52.0756],[-4.7672, 52.0762],[-4.76690, 52.0764],[-4.7665, 52.0766],[-4.7659, 52.0768],[-4.76440, 52.0769],[-4.764101, 52.0771],[-4.764101, 52.0776],[-4.763901, 52.078],[-4.763501, 52.0782],[-4.763, 52.0783],[-4.762499, 52.0784],[-4.761499, 52.0785],[-4.7607, 52.0784],[-4.760099, 52.0782],[-4.7596, 52.0779],[-4.758999, 52.0773],[-4.758501, 52.0772],[-4.758299, 52.0772],[-4.757999, 52.0775],[-4.7578, 52.0779],[-4.757999, 52.0782],[-4.7591, 52.0791],[-4.759501, 52.0793],[-4.7596, 52.0794],[-4.7596, 52.0796],[-4.758999, 52.0803],[-4.758999, 52.0805],[-4.7592, 52.0807],[-4.759301, 52.0807],[-4.759699, 52.0805],[-4.76, 52.0806],[-4.76, 52.0809],[-4.759301, 52.0818],[-4.758399, 52.0823],[-4.7575, 52.083],[-4.757, 52.0834],[-4.756899, 52.0837],[-4.756899, 52.0839],[-4.757299, 52.0842],[-4.757599, 52.0844],[-4.7575, 52.0847],[-4.756499, 52.085],[-4.755899, 52.0854],[-4.755, 52.0861],[-4.7536, 52.0871],[-4.7515, 52.0897],[-4.751299, 52.0901],[-4.7511, 52.0908],[-4.751, 52.0927],[-4.751, 52.0931],[-4.7508, 52.0934],[-4.7505, 52.0937],[-4.750199, 52.0938],[-4.7485, 52.094],[-4.7468, 52.0941],[-4.743999, 52.0955],[-4.7428, 52.097],[-4.742199, 52.0976],[-4.741499, 52.0983],[-4.7409, 52.099],[-4.7406, 52.0996],[-4.740699, 52.1001],[-4.741001, 52.1009],[-4.7417, 52.1022],[-4.7428, 52.1032],[-4.743999, 52.1037],[-4.7452, 52.1039],[-4.746099, 52.1041],[-4.7463, 52.1042],[-4.7463, 52.1045],[-4.746201, 52.105],[-4.744699, 52.1059],[-4.743501, 52.1065],[-4.741899, 52.1073],[-4.7375, 52.1084],[-4.7353, 52.1091],[-4.7345, 52.1096],[-4.733901, 52.1101],[-4.7333, 52.111],[-4.7332, 52.1113],[-4.7332, 52.1115],[-4.733799, 52.1129],[-4.7336, 52.1134],[-4.7333, 52.1137],[-4.7325, 52.1141],[-4.7311, 52.1149],[-4.7311, 52.1153],[-4.7321, 52.1156],[-4.732699, 52.1161],[-4.732699, 52.1163],[-4.732699, 52.1165],[-4.7325, 52.1168],[-4.7314, 52.1174],[-4.729599, 52.1183],[-4.7285, 52.1183],[-4.7279, 52.1179],[-4.726201, 52.1167],[-4.7255, 52.1164],[-4.723199, 52.1157],[-4.7224, 52.1153],[-4.7218, 52.115],[-4.7213, 52.1146],[-4.720699, 52.1127],[-4.719999, 52.1125],[-4.7163, 52.1122],[-4.7141, 52.1117],[-4.7125, 52.111],[-4.71200, 52.1107],[-4.711, 52.1095],[-4.710499, 52.1091],[-4.709599, 52.1087],[-4.708799, 52.1084],[-4.7076, 52.1082],[-4.703701, 52.1081],[-4.703, 52.1077],[-4.702199, 52.1062]]],[[[-5.288799,51.7421],[-5.2869,51.7419],[-5.2851,51.7419],[-5.28300,51.7417],[-5.282001,51.7415],[-5.281499,51.7413],[-5.2807,51.741],[-5.2802,51.7406],[-5.280099,51.7403],[-5.2803,51.7383],[-5.2802,51.738],[-5.2799,51.7377],[-5.278399,51.7375],[-5.277699,51.7381],[-5.2765,51.739],[-5.2758,51.7392],[-5.275199,51.7391],[-5.2745,51.7387],[-5.2741,51.7383],[-5.2736,51.7376],[-5.273099,51.7374],[-5.272299,51.7371],[-5.2701,51.7368],[-5.269,51.7364],[-5.2684,51.7361],[-5.267799,51.7357],[-5.2679,51.735],[-5.268,51.7349],[-5.2683,51.7346],[-5.2686,51.7345],[-5.269199,51.7344],[-5.27080,51.7343],[-5.2714,51.7343],[-5.2719,51.7342],[-5.2729,51.7338],[-5.273701,51.7336],[-5.2745,51.7336],[-5.2754,51.7337],[-5.2758,51.734],[-5.276401,51.7341],[-5.2767,51.7339],[-5.276899,51.7336],[-5.2775,51.7325],[-5.277699,51.7323],[-5.278501,51.7321],[-5.278999,51.7321],[-5.279799,51.7322],[-5.280099,51.7324],[-5.2802,51.7326],[-5.2803,51.7331],[-5.2803,51.7339],[-5.280099,51.7347],[-5.279699,51.7356],[-5.279301,51.7364],[-5.279399,51.7367],[-5.279699,51.737],[-5.2802,51.7371],[-5.280799,51.7368],[-5.2831,51.7354],[-5.284599,51.7347],[-5.286001,51.7339],[-5.286601,51.7335],[-5.287099,51.7331],[-5.2873,51.7327],[-5.2873,51.7322],[-5.287199,51.7311],[-5.288099,51.7301],[-5.289599,51.7292],[-5.291,51.7286],[-5.292699,51.7283],[-5.2944,51.7284],[-5.295599,51.7287],[-5.2975,51.7296],[-5.2978,51.7299],[-5.2979,51.7301],[-5.297699,51.7303],[-5.297299,51.7304],[-5.2957,51.7307],[-5.294199,51.7311],[-5.2941,51.7313],[-5.2941,51.7316],[-5.296401,51.7316],[-5.298501,51.7316],[-5.299399,51.7319],[-5.301001,51.7321],[-5.3028,51.7322],[-5.304599,51.7323],[-5.3076,51.7328],[-5.3101,51.7336],[-5.3111,51.7341],[-5.3118,51.735],[-5.312399,51.7358],[-5.313399,51.7372],[-5.313701,51.7378],[-5.313799,51.7384],[-5.31350,51.7387],[-5.3108,51.7405],[-5.3085,51.741],[-5.3048,51.7427],[-5.3027,51.7438],[-5.301499,51.7443],[-5.30030,51.7447],[-5.2992,51.7449],[-5.2978,51.7449],[-5.296,51.7445],[-5.2954,51.7443],[-5.2929,51.7433],[-5.2908,51.7427],[-5.288799,51.7421]]],[[[-5.3284,51.8779],[-5.3309,51.8742],[-5.3326,51.8707],[-5.3329,51.8698],[-5.333,51.8686],[-5.3329,51.8677],[-5.332699,51.8671],[-5.3314,51.8656],[-5.33080,51.8643],[-5.331299,51.862],[-5.332099,51.8596],[-5.332099,51.8591],[-5.332001,51.8585],[-5.331299,51.8573],[-5.331,51.8561],[-5.3311,51.8557],[-5.3315,51.855],[-5.3319,51.8548],[-5.332699,51.8545],[-5.3333,51.8545],[-5.3354,51.8553],[-5.3366,51.8556],[-5.337,51.8556],[-5.33780,51.8552],[-5.338799,51.8544],[-5.3396,51.8543],[-5.34040,51.8543],[-5.3406,51.8544],[-5.3406,51.8549],[-5.3406,51.8571],[-5.340799,51.8579],[-5.341001,51.8581],[-5.341401,51.8583],[-5.3424,51.8582],[-5.343599,51.858],[-5.3448,51.8579],[-5.3462,51.858],[-5.3476,51.8584],[-5.34810,51.8586],[-5.3484,51.8587],[-5.348599,51.8589],[-5.3489,51.8594],[-5.349101,51.8599],[-5.349199,51.8604],[-5.349101,51.8619],[-5.3494,51.8625],[-5.35010,51.863],[-5.352001,51.8637],[-5.3522,51.8641],[-5.3522,51.8646],[-5.352001,51.8654],[-5.3515,51.8660],[-5.349999,51.8667],[-5.348599,51.8671],[-5.348,51.8671],[-5.346601,51.8667],[-5.344699,51.8666],[-5.343501,51.8668],[-5.342299,51.8673],[-5.341499,51.8678],[-5.3403,51.8689],[-5.340099,51.8695],[-5.340099,51.8703],[-5.340199,51.8706],[-5.340499,51.8709],[-5.3407,51.871],[-5.34210,51.8713],[-5.3442,51.8715],[-5.3446,51.8718],[-5.3449,51.8723],[-5.344999,51.8731],[-5.344999,51.8744],[-5.34560,51.8753],[-5.345799,51.8757],[-5.345799,51.8759],[-5.34560,51.8762],[-5.3452,51.8764],[-5.340099,51.8771],[-5.338901,51.8774],[-5.338399,51.8777],[-5.337999,51.8785],[-5.337699,51.8787],[-5.337,51.8788],[-5.336201,51.8786],[-5.3357,51.8782],[-5.334599,51.8771],[-5.333701,51.8771],[-5.333,51.8773],[-5.332099,51.8776],[-5.331601,51.8779],[-5.3309,51.8785],[-5.330699,51.8786],[-5.329899,51.8788],[-5.3294,51.8788],[-5.3284,51.8785],[-5.3283,51.8784],[-5.3283,51.8782],[-5.3284,51.8779]]],[[[-4.693799,51.6413],[-4.692299,51.6411],[-4.691201,51.6411],[-4.6904,51.6412],[-4.6889,51.6415],[-4.6873,51.6420],[-4.6855,51.6424],[-4.6843,51.6426],[-4.6826,51.6427],[-4.6813,51.6426],[-4.679699,51.6424],[-4.678999,51.6422],[-4.678199,51.6418],[-4.6778,51.6416],[-4.676499,51.6406],[-4.6762,51.6404],[-4.673901,51.6398],[-4.672999,51.6395],[-4.672699,51.6393],[-4.672699,51.6391],[-4.67280,51.6389],[-4.674799,51.6384],[-4.675099,51.6382],[-4.6752,51.6379],[-4.6753,51.6370],[-4.675499,51.6365],[-4.675799,51.6362],[-4.6766,51.6359],[-4.6778,51.6357],[-4.678299,51.6354],[-4.678599,51.6349],[-4.678599,51.6345],[-4.678501,51.6341],[-4.678199,51.6334],[-4.6784,51.6329],[-4.678599,51.6327],[-4.6792,51.6322],[-4.680799,51.6318],[-4.682001,51.6317],[-4.682899,51.6316],[-4.6838,51.6316],[-4.684501,51.6318],[-4.686201,51.6327],[-4.686601,51.6328],[-4.6873,51.6329],[-4.689199,51.6327],[-4.6897,51.6328],[-4.690199,51.6331],[-4.690599,51.6336],[-4.69110,51.6342],[-4.6916,51.6347],[-4.692299,51.6352],[-4.693399,51.6352],[-4.6946,51.6349],[-4.6967,51.6342],[-4.6987,51.6333],[-4.699699,51.6329],[-4.701499,51.6330],[-4.7017,51.6330],[-4.7023,51.6334],[-4.7023,51.6336],[-4.702099,51.6339],[-4.7019,51.6342],[-4.701001,51.6349],[-4.700799,51.6353],[-4.700699,51.6356],[-4.701001,51.6366],[-4.7009,51.6369],[-4.699501,51.6379],[-4.6992,51.6382],[-4.698999,51.6386],[-4.698901,51.6389],[-4.6992,51.6392],[-4.6993,51.6393],[-4.69980,51.6396],[-4.7003,51.6399],[-4.701099,51.6401],[-4.7038,51.6409],[-4.70590,51.6418],[-4.706699,51.6422],[-4.70690,51.6424],[-4.70690,51.6427],[-4.7068,51.6431],[-4.7064,51.6433],[-4.7043,51.6435],[-4.70340,51.6437],[-4.702799,51.644],[-4.7023,51.6445],[-4.7018,51.6446],[-4.7012,51.6446],[-4.701001,51.6445],[-4.69980,51.6434],[-4.698501,51.6425],[-4.6967,51.6419],[-4.695199,51.6415],[-4.693799,51.6413]]],[[[-5.270299,51.7026],[-5.269,51.7022],[-5.2679,51.7024],[-5.2656,51.7026],[-5.264501,51.7021],[-5.264101,51.7018],[-5.2642,51.7015],[-5.2642,51.7014],[-5.264999,51.7012],[-5.26630,51.7009],[-5.267099,51.7007],[-5.2679,51.7004],[-5.2685,51.7001],[-5.268701,51.7000],[-5.269,51.6995],[-5.2694,51.6986],[-5.27,51.6966],[-5.270199,51.6964],[-5.270899,51.6961],[-5.2729,51.6955],[-5.274799,51.6949],[-5.2762,51.6943],[-5.278501,51.6938],[-5.280499,51.6938],[-5.2824,51.6941],[-5.2843,51.6945],[-5.286699,51.6951],[-5.287499,51.6955],[-5.2877,51.6958],[-5.2877,51.6963],[-5.287499,51.6966],[-5.286699,51.6971],[-5.285699,51.6975],[-5.284699,51.6978],[-5.282599,51.6986],[-5.281801,51.6992],[-5.280499,51.7001],[-5.278901,51.7014],[-5.2772,51.7026],[-5.275599,51.7036],[-5.274799,51.7040],[-5.274301,51.7041],[-5.2732,51.7042],[-5.2725,51.7040],[-5.270299,51.7026]]],[[[-5.338099,51.8471],[-5.339,51.8468],[-5.3399,51.8469],[-5.340099,51.8471],[-5.340199,51.8476],[-5.340099,51.848],[-5.339301,51.8486],[-5.3385,51.8494],[-5.337299,51.8506],[-5.336801,51.8509],[-5.335299,51.8513],[-5.334301,51.8513],[-5.333799,51.8512],[-5.3335,51.8509],[-5.333701,51.8503],[-5.334301,51.8494],[-5.335299,51.8488],[-5.3366,51.8481],[-5.338099,51.8471]]],[[[-5.263199,51.7339],[-5.2644,51.7339],[-5.2655,51.7341],[-5.2659,51.7343],[-5.26630,51.7347],[-5.26630,51.7349],[-5.266001,51.7354],[-5.2655,51.736],[-5.2648,51.7366],[-5.2642,51.7369],[-5.263599,51.7371],[-5.263199,51.7372],[-5.2627,51.7371],[-5.2621,51.7367],[-5.261499,51.7362],[-5.261001,51.7356],[-5.2609,51.7353],[-5.2609,51.7351],[-5.2612,51.7345],[-5.261499,51.7342],[-5.262199,51.734],[-5.263199,51.7339]]],[[[-5.227099,51.7194],[-5.2308,51.7181],[-5.231201,51.7182],[-5.2314,51.7183],[-5.23150,51.7185],[-5.23150,51.7188],[-5.2314,51.7191],[-5.230899,51.7196],[-5.230299,51.72],[-5.22970,51.7204],[-5.2272,51.7216],[-5.2265,51.7218],[-5.226,51.7217],[-5.2258,51.7214],[-5.2258,51.7209],[-5.2259,51.7205],[-5.226201,51.7198],[-5.226601,51.7196],[-5.227099,51.7194]]],[[[-5.479101,51.7294],[-5.479899,51.7294],[-5.48070,51.7298],[-5.480899,51.7305],[-5.48070,51.7312],[-5.4795,51.7321],[-5.478,51.7326],[-5.477099,51.7324],[-5.4769,51.7322],[-5.476699,51.7319],[-5.4768,51.7315],[-5.47720,51.7308],[-5.4779,51.7301],[-5.4785,51.7297],[-5.479101,51.7294]]],[[[-4.7157,51.6429],[-4.7163,51.6429],[-4.716899,51.6430],[-4.7175,51.6433],[-4.7178,51.6436],[-4.717899,51.6438],[-4.717899,51.6441],[-4.7153,51.6446],[-4.7136,51.6449],[-4.712699,51.6450],[-4.71200,51.6449],[-4.71210,51.6446],[-4.7122,51.6444],[-4.712999,51.6439],[-4.7136,51.6434],[-4.714301,51.6431],[-4.7157,51.6429]]],[[[-5.409999,51.8515],[-5.411699,51.8515],[-5.412199,51.8519],[-5.412399,51.8522],[-5.4123,51.8525],[-5.4118,51.8531],[-5.4114,51.8534],[-5.4108,51.8536],[-5.4099,51.8535],[-5.4094,51.8534],[-5.409101,51.8533],[-5.4087,51.8529],[-5.408599,51.8526],[-5.4087,51.8524],[-5.409501,51.8517],[-5.409999,51.8515]]],[[[-5.395199,51.8619],[-5.3957,51.8619],[-5.3964,51.862],[-5.3972,51.8623],[-5.3976,51.8625],[-5.397799,51.8627],[-5.39790,51.8629],[-5.39790,51.8631],[-5.397699,51.8633],[-5.397399,51.8634],[-5.396699,51.8635],[-5.396,51.8635],[-5.3951,51.8633],[-5.3947,51.8631],[-5.394101,51.8625],[-5.394101,51.8624],[-5.394199,51.8622],[-5.394599,51.862],[-5.395199,51.8619]]],[[[-5.0896, 52.0133],[-5.090499, 52.0133],[-5.090799, 52.0138],[-5.090899, 52.0141],[-5.090899, 52.0145],[-5.0907, 52.0152],[-5.090499, 52.0155],[-5.0896, 52.0155],[-5.089, 52.0151],[-5.088799, 52.0144],[-5.088901, 52.0137],[-5.0896, 52.0133]]],[[[-5.386099,51.9011],[-5.38660,51.901],[-5.387199,51.9011],[-5.3874,51.9012],[-5.387499,51.9013],[-5.387499,51.9014],[-5.3873,51.9018],[-5.38660,51.9024],[-5.3863,51.9025],[-5.3859,51.9026],[-5.38570,51.9026],[-5.3853,51.9024],[-5.3852,51.9022],[-5.3852,51.9019],[-5.385399,51.9015],[-5.3856,51.9013],[-5.386099,51.9011]]],[[[-5.388,51.8786],[-5.388901,51.8786],[-5.389599,51.8787],[-5.3898,51.8789],[-5.389699,51.8792],[-5.38930,51.8795],[-5.388901,51.8797],[-5.388599,51.8797],[-5.388199,51.8797],[-5.387499,51.8795],[-5.3874,51.8793],[-5.3874,51.8791],[-5.387499,51.8789],[-5.3877,51.8787],[-5.388,51.8786]]]]}, properties:{name:"Pembrokeshire (Sir Benfro)"}}, {type:"Feature", geometry:{type:"MultiPolygon", coordinates:[[[[-3.246201,51.8155],[-3.2506,51.8167],[-3.2786,51.8252],[-3.279999,51.8257],[-3.28120,51.8259],[-3.282399,51.8258],[-3.283299,51.8253],[-3.305,51.8098],[-3.308599,51.8074],[-3.3093,51.7966],[-3.3099,51.7942],[-3.316601,51.795],[-3.318799,51.7947],[-3.321201,51.7941],[-3.332299,51.7912],[-3.34220,51.792],[-3.3492,51.7903],[-3.356499,51.7911],[-3.359999,51.7984],[-3.36920,51.8116],[-3.3729,51.8117],[-3.3757,51.8114],[-3.3771,51.8114],[-3.38310,51.8113],[-3.386899,51.8160],[-3.389199,51.8154],[-3.3919,51.8148],[-3.3961,51.8141],[-3.3984,51.8149],[-3.3996,51.8192],[-3.400199,51.8205],[-3.4028,51.8255],[-3.4043,51.8286],[-3.4086,51.8318],[-3.413399,51.835],[-3.4151,51.8342],[-3.434799,51.8214],[-3.437099,51.8197],[-3.4379,51.8198],[-3.439399,51.8198],[-3.442899,51.8203],[-3.4458,51.8209],[-3.452699,51.8256],[-3.459599,51.8302],[-3.464101,51.83],[-3.4704,51.8288],[-3.4728,51.8309],[-3.4856,51.8225],[-3.483999,51.8174],[-3.48280,51.8125],[-3.48280,51.803],[-3.4834,51.8014],[-3.4845,51.7994],[-3.484999,51.799],[-3.4858,51.7987],[-3.493799,51.7956],[-3.506299,51.791],[-3.512001,51.789],[-3.5244,51.7861],[-3.5272,51.7847],[-3.531801,51.7862],[-3.53370,51.7872],[-3.535399,51.7874],[-3.53600,51.7863],[-3.5367,51.7852],[-3.5381,51.7841],[-3.5392,51.784],[-3.5406,51.784],[-3.5411,51.7836],[-3.541001,51.7828],[-3.5408,51.7818],[-3.540499,51.7811],[-3.5402,51.7805],[-3.5392,51.7794],[-3.5376,51.779],[-3.536801,51.7781],[-3.5367,51.7771],[-3.536801,51.7767],[-3.537199,51.7759],[-3.5378,51.7755],[-3.538501,51.7753],[-3.5423,51.776],[-3.544101,51.7762],[-3.545599,51.7763],[-3.5474,51.7765],[-3.549599,51.7771],[-3.5516,51.7773],[-3.5532,51.7773],[-3.55670,51.7775],[-3.5599,51.7768],[-3.561899,51.7755],[-3.562099,51.7747],[-3.561899,51.7739],[-3.562599,51.7731],[-3.5637,51.7725],[-3.5646,51.7711],[-3.565399,51.7696],[-3.566299,51.7684],[-3.566299,51.7673],[-3.565799,51.7665],[-3.565099,51.7662],[-3.564899,51.7658],[-3.5652,51.7654],[-3.5662,51.7648],[-3.5669,51.7643],[-3.568099,51.7631],[-3.569999,51.7623],[-3.5714,51.7622],[-3.5737,51.7620],[-3.5759,51.7617],[-3.578399,51.7610],[-3.5801,51.7596],[-3.58110,51.7589],[-3.582799,51.7584],[-3.584899,51.7582],[-3.587001,51.7571],[-3.589,51.7564],[-3.5908,51.7539],[-3.591201,51.7547],[-3.5929,51.7562],[-3.5955,51.7588],[-3.597001,51.7615],[-3.597199,51.7632],[-3.59710,51.7638],[-3.597399,51.7651],[-3.5984,51.7671],[-3.5982,51.769],[-3.597699,51.7704],[-3.5983,51.7712],[-3.599999,51.7715],[-3.6008,51.7728],[-3.602299,51.7739],[-3.6041,51.774],[-3.606499,51.7728],[-3.6073,51.7726],[-3.609101,51.7726],[-3.610899,51.7730],[-3.6147,51.7748],[-3.617199,51.7754],[-3.6192,51.7752],[-3.6231,51.774],[-3.626,51.7739],[-3.6285,51.7744],[-3.6307,51.7758],[-3.632299,51.7769],[-3.6342,51.7768],[-3.6352,51.777],[-3.637399,51.7766],[-3.638,51.778],[-3.6396,51.7797],[-3.640399,51.7798],[-3.6429,51.7802],[-3.6424,51.7826],[-3.644799,51.7837],[-3.646699,51.7841],[-3.648799,51.7848],[-3.65030,51.7851],[-3.6536,51.785],[-3.6542,51.787],[-3.655699,51.7869],[-3.6608,51.7869],[-3.661,51.7879],[-3.661,51.7885],[-3.661299,51.7892],[-3.66230,51.7895],[-3.6658,51.7889],[-3.66650,51.7894],[-3.667099,51.7908],[-3.669301,51.7916],[-3.67030,51.7915],[-3.6717,51.791],[-3.673701,51.7893],[-3.674999,51.7885],[-3.6763,51.7865],[-3.6777,51.7863],[-3.680099,51.7866],[-3.681601,51.7859],[-3.6826,51.7845],[-3.684799,51.7825],[-3.6872,51.7811],[-3.688999,51.7807],[-3.691499,51.7799],[-3.693599,51.7791],[-3.6966,51.7778],[-3.7002,51.7762],[-3.7056,51.7734],[-3.70970,51.7716],[-3.71300,51.7709],[-3.7126,51.7730],[-3.713599,51.7759],[-3.714101,51.7765],[-3.715199,51.7767],[-3.719899,51.7753],[-3.727299,51.7756],[-3.7346,51.7706],[-3.74020,51.7669],[-3.743599,51.7648],[-3.7449,51.7638],[-3.7468,51.7639],[-3.75,51.7638],[-3.752199,51.7617],[-3.7613,51.7556],[-3.768701,51.7560],[-3.7783,51.7567],[-3.78080,51.7581],[-3.7809,51.7585],[-3.7802,51.7589],[-3.779,51.7594],[-3.7788,51.7614],[-3.778701,51.7623],[-3.780499,51.7636],[-3.779999,51.7652],[-3.782099,51.7672],[-3.782001,51.7684],[-3.7816,51.7702],[-3.782099,51.7718],[-3.783299,51.7733],[-3.786201,51.7756],[-3.791899,51.779],[-3.7934,51.7791],[-3.796,51.7785],[-3.797699,51.7785],[-3.798901,51.7796],[-3.799999,51.7808],[-3.801899,51.781],[-3.8034,51.7817],[-3.804301,51.7829],[-3.804501,51.7848],[-3.80520,51.7857],[-3.807499,51.7871],[-3.806401,51.7901],[-3.805799,51.795],[-3.804399,51.7987],[-3.802599,51.801],[-3.7999,51.8027],[-3.797699,51.8047],[-3.795599,51.8071],[-3.7946,51.8085],[-3.793099,51.8092],[-3.78880,51.81],[-3.7874,51.8108],[-3.7858,51.8141],[-3.784699,51.8167],[-3.782799,51.8196],[-3.7811,51.8215],[-3.780499,51.8230],[-3.78080,51.8285],[-3.769599,51.8436],[-3.766601,51.8472],[-3.765399,51.8487],[-3.764899,51.8512],[-3.764199,51.8521],[-3.763299,51.854],[-3.763,51.8542],[-3.761899,51.8543],[-3.7612,51.8547],[-3.7569,51.8564],[-3.7535,51.8564],[-3.752399,51.8567],[-3.751801,51.8575],[-3.7509,51.8581],[-3.7493,51.8586],[-3.748199,51.8594],[-3.747699,51.8607],[-3.7471,51.862],[-3.745399,51.8631],[-3.743599,51.8635],[-3.7388,51.8642],[-3.7372,51.8652],[-3.736201,51.8661],[-3.717999,51.8830],[-3.713901,51.8869],[-3.713099,51.8878],[-3.712899,51.8886],[-3.7128,51.8894],[-3.713901,51.8933],[-3.7154,51.899],[-3.71550,51.9],[-3.715199,51.9008],[-3.7119,51.9045],[-3.711,51.9053],[-3.7112,51.9068],[-3.711699,51.9071],[-3.713099,51.9079],[-3.717799,51.9087],[-3.72140,51.9098],[-3.72330,51.9123],[-3.7244,51.9146],[-3.7232,51.9183],[-3.721601,51.9244],[-3.719899,51.9354],[-3.719501,51.9366],[-3.7188,51.9382],[-3.719301,51.9406],[-3.719301,51.9415],[-3.7189,51.9426],[-3.7188,51.9429],[-3.718501,51.9435],[-3.717799,51.9439],[-3.7156,51.9445],[-3.7089,51.9470],[-3.701401,51.9463],[-3.6988,51.9476],[-3.696001,51.9497],[-3.6954,51.9502],[-3.695199,51.9508],[-3.6961,51.9522],[-3.6974,51.9531],[-3.703599,51.9576],[-3.7098,51.9622],[-3.7102,51.9628],[-3.7105,51.9744],[-3.712399,51.9795],[-3.714,51.9842],[-3.706401,51.9869],[-3.694999,51.993],[-3.687299,51.9971],[-3.6854,51.9983],[-3.684799,51.9989],[-3.684,51.9998],[-3.683399, 52.0011],[-3.6831, 52.0021],[-3.6831, 52.0026],[-3.6864, 52.0041],[-3.6864, 52.0047],[-3.686201, 52.0050],[-3.686001, 52.0052],[-3.685199, 52.0056],[-3.6845, 52.0061],[-3.684101, 52.0066],[-3.6833, 52.0109],[-3.6828, 52.0119],[-3.682001, 52.0133],[-3.6807, 52.0152],[-3.6786, 52.018],[-3.6765, 52.0204],[-3.661401, 52.0277],[-3.661, 52.0282],[-3.6609, 52.0288],[-3.661299, 52.0311],[-3.6617, 52.0325],[-3.661601, 52.0331],[-3.6589, 52.0341],[-3.65410, 52.0355],[-3.651401, 52.0364],[-3.649501, 52.0374],[-3.64840, 52.0384],[-3.647399, 52.0394],[-3.647099, 52.0401],[-3.647399, 52.0407],[-3.649501, 52.042],[-3.6538, 52.0445],[-3.657599, 52.0473],[-3.6586, 52.0483],[-3.659101, 52.0493],[-3.661299, 52.0512],[-3.6615, 52.0515],[-3.661601, 52.0525],[-3.6619, 52.0529],[-3.6628, 52.0535],[-3.6687, 52.0569],[-3.669501, 52.0572],[-3.6721, 52.0573],[-3.6742, 52.0573],[-3.67680, 52.0600],[-3.6782, 52.0616],[-3.676001, 52.0641],[-3.674599, 52.0648],[-3.673399, 52.0654],[-3.6731, 52.0659],[-3.674, 52.0668],[-3.674101, 52.0671],[-3.673599, 52.0677],[-3.672899, 52.0681],[-3.6679, 52.0703],[-3.667001, 52.0711],[-3.6659, 52.0728],[-3.6652, 52.0742],[-3.6651, 52.0749],[-3.6654, 52.0751],[-3.6658, 52.0751],[-3.66820, 52.0752],[-3.67470, 52.0748],[-3.676201, 52.0745],[-3.677999, 52.0742],[-3.680599, 52.0743],[-3.6853, 52.0763],[-3.687799, 52.0772],[-3.694, 52.078],[-3.6967, 52.079],[-3.6986, 52.0796],[-3.69960, 52.0805],[-3.700599, 52.0815],[-3.7021, 52.0829],[-3.703799, 52.0837],[-3.706001, 52.0844],[-3.711499, 52.0853],[-3.71720, 52.0855],[-3.7197, 52.0855],[-3.721, 52.0855],[-3.7211, 52.086],[-3.7204, 52.0873],[-3.720299, 52.0884],[-3.720799, 52.0895],[-3.721699, 52.0924],[-3.722199, 52.0933],[-3.7242, 52.0935],[-3.7272, 52.0938],[-3.727499, 52.094],[-3.721699, 52.0991],[-3.7207, 52.0997],[-3.7156, 52.1027],[-3.7146, 52.1038],[-3.714301, 52.1042],[-3.714, 52.1049],[-3.713799, 52.1057],[-3.713799, 52.1066],[-3.714, 52.1078],[-3.7149, 52.1099],[-3.71550, 52.111],[-3.7163, 52.1147],[-3.71740, 52.1158],[-3.7183, 52.1165],[-3.719301, 52.1167],[-3.7209, 52.1159],[-3.722199, 52.1161],[-3.724699, 52.1175],[-3.7269, 52.1188],[-3.7298, 52.1199],[-3.733701, 52.1204],[-3.737999, 52.1208],[-3.739599, 52.1215],[-3.740499, 52.1219],[-3.741601, 52.1230],[-3.742899, 52.1243],[-3.744501, 52.1257],[-3.747, 52.1277],[-3.747699, 52.1280],[-3.7486, 52.1282],[-3.752001, 52.1284],[-3.7565, 52.1284],[-3.7569, 52.1286],[-3.7568, 52.1293],[-3.756601, 52.1300],[-3.75570, 52.1312],[-3.7549, 52.1318],[-3.750799, 52.1337],[-3.7451, 52.1354],[-3.743599, 52.1360],[-3.74210, 52.1376],[-3.74140, 52.1386],[-3.7412, 52.1394],[-3.7412, 52.1401],[-3.741801, 52.1425],[-3.7448, 52.1482],[-3.7451, 52.1495],[-3.7453, 52.1537],[-3.74560, 52.1547],[-3.7472, 52.1567],[-3.747299, 52.1572],[-3.747299, 52.158],[-3.7467, 52.1603],[-3.7468, 52.1608],[-3.749399, 52.1634],[-3.749501, 52.1637],[-3.749599, 52.1641],[-3.749501, 52.1664],[-3.7492, 52.1712],[-3.74790, 52.1772],[-3.7478, 52.178],[-3.7481, 52.1789],[-3.748399, 52.1802],[-3.74790, 52.1853],[-3.747999, 52.1872],[-3.746201, 52.1911],[-3.74630, 52.1920],[-3.746401, 52.1925],[-3.74650, 52.1927],[-3.747499, 52.1935],[-3.7486, 52.1943],[-3.751601, 52.1961],[-3.752199, 52.1965],[-3.752399, 52.1968],[-3.7525, 52.1972],[-3.752599, 52.1983],[-3.748501, 52.2083],[-3.7478, 52.2098],[-3.747299, 52.211],[-3.7474, 52.2117],[-3.747699, 52.2121],[-3.748199, 52.2126],[-3.75, 52.2141],[-3.7506, 52.2148],[-3.7509, 52.2154],[-3.7509, 52.2157],[-3.7507, 52.216],[-3.749399, 52.2166],[-3.748399, 52.2172],[-3.7486, 52.2183],[-3.748399, 52.2189],[-3.74790, 52.2198],[-3.747, 52.2213],[-3.746401, 52.2222],[-3.74440, 52.2245],[-3.7432, 52.226],[-3.7428, 52.2267],[-3.742599, 52.2272],[-3.7427, 52.2281],[-3.742899, 52.2286],[-3.7483, 52.2344],[-3.7491, 52.2355],[-3.749399, 52.236],[-3.7492, 52.2363],[-3.748199, 52.237],[-3.7478, 52.2377],[-3.747699, 52.2387],[-3.747999, 52.2400],[-3.7481, 52.2414],[-3.747999, 52.2419],[-3.74790, 52.2422],[-3.7474, 52.2427],[-3.7468, 52.2432],[-3.742199, 52.2464],[-3.74210, 52.2466],[-3.742199, 52.2472],[-3.74230, 52.2480],[-3.743099, 52.2482],[-3.74440, 52.2484],[-3.746401, 52.2482],[-3.7471, 52.2483],[-3.747999, 52.2486],[-3.749399, 52.2494],[-3.7502, 52.2502],[-3.7528, 52.2517],[-3.753, 52.2520],[-3.752899, 52.2522],[-3.752399, 52.2526],[-3.7478, 52.2551],[-3.7472, 52.2557],[-3.74630, 52.257],[-3.7448, 52.2589],[-3.7432, 52.2604],[-3.7388, 52.2635],[-3.736001, 52.2663],[-3.7349, 52.2679],[-3.7335, 52.2698],[-3.7321, 52.2716],[-3.731601, 52.272],[-3.73130, 52.2722],[-3.7309, 52.2724],[-3.7304, 52.2726],[-3.729599, 52.2726],[-3.7289, 52.2725],[-3.725399, 52.2718],[-3.72330, 52.2713],[-3.72210, 52.2714],[-3.72120, 52.2716],[-3.718501, 52.2725],[-3.7167, 52.2729],[-3.71550, 52.2732],[-3.71530, 52.2733],[-3.71510, 52.2734],[-3.713701, 52.2734],[-3.710099, 52.2735],[-3.7079, 52.2736],[-3.7063, 52.2742],[-3.7054, 52.2747],[-3.705199, 52.2751],[-3.705199, 52.2753],[-3.7054, 52.2756],[-3.7066, 52.276],[-3.7083, 52.2767],[-3.709599, 52.2775],[-3.711401, 52.279],[-3.713901, 52.2808],[-3.7154, 52.2824],[-3.7163, 52.2832],[-3.7169, 52.2837],[-3.717999, 52.2843],[-3.719899, 52.285],[-3.721801, 52.2854],[-3.7226, 52.2859],[-3.7253, 52.2883],[-3.7266, 52.289],[-3.7284, 52.2903],[-3.728701, 52.2912],[-3.7288, 52.2919],[-3.7288, 52.2930],[-3.728701, 52.2942],[-3.727499, 52.3025],[-3.727499, 52.3037],[-3.727799, 52.3048],[-3.728199, 52.3062],[-3.728701, 52.3075],[-3.7291, 52.3078],[-3.73, 52.3082],[-3.7312, 52.3086],[-3.73550, 52.3093],[-3.7406, 52.3110],[-3.7412, 52.3114],[-3.741699, 52.3118],[-3.742399, 52.3126],[-3.7427, 52.3130],[-3.743599, 52.3154],[-3.74350, 52.3164],[-3.742399, 52.3176],[-3.737999, 52.3216],[-3.7342, 52.3244],[-3.731801, 52.3259],[-3.730599, 52.3266],[-3.7288, 52.328],[-3.727, 52.3294],[-3.723701, 52.3314],[-3.719199, 52.3357],[-3.713599, 52.3384],[-3.710099, 52.34],[-3.706001, 52.3421],[-3.7054, 52.3421],[-3.704, 52.3416],[-3.702001, 52.3409],[-3.7, 52.3406],[-3.697999, 52.3408],[-3.697001, 52.3409],[-3.694799, 52.3411],[-3.693599, 52.3409],[-3.6664, 52.3463],[-3.663599, 52.3473],[-3.661099, 52.3481],[-3.659899, 52.3488],[-3.659699, 52.349],[-3.66, 52.3499],[-3.661, 52.3506],[-3.661601, 52.3515],[-3.663901, 52.3555],[-3.6641, 52.3559],[-3.6645, 52.3563],[-3.671499, 52.3584],[-3.6756, 52.3625],[-3.6782, 52.3643],[-3.67870, 52.3649],[-3.678999, 52.3672],[-3.679199, 52.3675],[-3.6802, 52.3679],[-3.681601, 52.3683],[-3.686201, 52.3675],[-3.68860, 52.367],[-3.6921, 52.3666],[-3.6953, 52.3667],[-3.6954, 52.3687],[-3.69560, 52.3702],[-3.6967, 52.3718],[-3.700099, 52.3754],[-3.700599, 52.3769],[-3.7005, 52.3806],[-3.702001, 52.3839],[-3.7032, 52.3847],[-3.7032, 52.3861],[-3.703399, 52.3877],[-3.7058, 52.3895],[-3.7076, 52.3907],[-3.7089, 52.3919],[-3.709501, 52.3927],[-3.7098, 52.394],[-3.7091, 52.3963],[-3.7076, 52.3984],[-3.7074, 52.3999],[-3.707999, 52.4003],[-3.709199, 52.4002],[-3.711401, 52.4009],[-3.712399, 52.4014],[-3.7126, 52.4028],[-3.7121, 52.4044],[-3.712199, 52.4065],[-3.711699, 52.4085],[-3.712001, 52.4097],[-3.711801, 52.4112],[-3.7125, 52.4126],[-3.714, 52.4132],[-3.7145, 52.4147],[-3.716001, 52.4158],[-3.7202, 52.417],[-3.7267, 52.4191],[-3.731699, 52.4216],[-3.732599, 52.4223],[-3.732899, 52.4226],[-3.733, 52.4233],[-3.7307, 52.4254],[-3.730799, 52.4258],[-3.7311, 52.4262],[-3.7312, 52.4264],[-3.731699, 52.4267],[-3.733099, 52.4273],[-3.7348, 52.428],[-3.7368, 52.4291],[-3.760799, 52.4384],[-3.7636, 52.4399],[-3.7655, 52.4408],[-3.77000, 52.4434],[-3.77000, 52.4441],[-3.7691, 52.4484],[-3.768399, 52.4501],[-3.767, 52.4562],[-3.766201, 52.459],[-3.7657, 52.4634],[-3.765199, 52.4716],[-3.7651, 52.4719],[-3.764899, 52.4721],[-3.764101, 52.4723],[-3.7616, 52.4727],[-3.7569, 52.4731],[-3.752599, 52.4733],[-3.749599, 52.4737],[-3.748199, 52.4742],[-3.7472, 52.4748],[-3.744999, 52.4762],[-3.741801, 52.4797],[-3.738501, 52.4862],[-3.738701, 52.4899],[-3.739, 52.4922],[-3.74000, 52.4967],[-3.7332, 52.4984],[-3.729501, 52.4996],[-3.729, 52.4999],[-3.7288, 52.5001],[-3.7288, 52.5003],[-3.7304, 52.5049],[-3.7309, 52.5057],[-3.7312, 52.5061],[-3.731801, 52.5067],[-3.732599, 52.5072],[-3.733, 52.5074],[-3.733799, 52.5076],[-3.7372, 52.5081],[-3.7392, 52.5081],[-3.741801, 52.5078],[-3.767699, 52.5164],[-3.771001, 52.5156],[-3.7744, 52.5154],[-3.777499, 52.515],[-3.7791, 52.5154],[-3.78010, 52.5152],[-3.7813, 52.5144],[-3.782799, 52.5133],[-3.7844, 52.5122],[-3.7858, 52.5108],[-3.787, 52.5106],[-3.788, 52.51],[-3.78920, 52.5086],[-3.79320, 52.5085],[-3.796, 52.508],[-3.7978, 52.5064],[-3.7983, 52.5046],[-3.798501, 52.501],[-3.7981, 52.4996],[-3.796601, 52.4987],[-3.7946, 52.4987],[-3.792399, 52.4954],[-3.792399, 52.4932],[-3.7935, 52.4891],[-3.7955, 52.4869],[-3.797499, 52.4864],[-3.799599, 52.4862],[-3.802999, 52.4857],[-3.81130, 52.4844],[-3.8171, 52.4835],[-3.824699, 52.4837],[-3.825799, 52.4849],[-3.8257, 52.4875],[-3.827699, 52.4882],[-3.8299, 52.4905],[-3.8304, 52.4913],[-3.830699, 52.4932],[-3.83170, 52.4940],[-3.83590, 52.4960],[-3.8369, 52.4972],[-3.8371, 52.5005],[-3.837899, 52.5022],[-3.8392, 52.5053],[-3.8395, 52.5087],[-3.8403, 52.5101],[-3.84160, 52.5109],[-3.8429, 52.5113],[-3.8433, 52.5119],[-3.8433, 52.5123],[-3.8433, 52.5131],[-3.8429, 52.5143],[-3.84200, 52.5163],[-3.8413, 52.5171],[-3.839301, 52.5188],[-3.838701, 52.5219],[-3.836801, 52.5239],[-3.8348, 52.5251],[-3.83360, 52.5267],[-3.8334, 52.5284],[-3.8341, 52.5327],[-3.8369, 52.5474],[-3.838599, 52.5494],[-3.8427, 52.5518],[-3.845599, 52.5540],[-3.8505, 52.5569],[-3.8531, 52.5579],[-3.856899, 52.5598],[-3.859699, 52.5603],[-3.863199, 52.5602],[-3.865499, 52.5600],[-3.86850, 52.5597],[-3.873701, 52.5598],[-3.877199, 52.5600],[-3.88470, 52.559],[-3.893501, 52.5586],[-3.9024, 52.5585],[-3.9041, 52.5588],[-3.90560, 52.5594],[-3.9059, 52.5597],[-3.9065, 52.5613],[-3.907001, 52.5617],[-3.9082, 52.562],[-3.90960, 52.5623],[-3.912, 52.5626],[-3.9141, 52.5627],[-3.9151, 52.5627],[-3.9179, 52.5626],[-3.918299, 52.5626],[-3.918999, 52.5623],[-3.9198, 52.561],[-3.920399, 52.5605],[-3.9247, 52.5573],[-3.9261, 52.556],[-3.9265, 52.5567],[-3.929399, 52.5604],[-3.929899, 52.5618],[-3.9302, 52.5630],[-3.930099, 52.5654],[-3.929899, 52.5677],[-3.9286, 52.5707],[-3.927999, 52.5719],[-3.927599, 52.5724],[-3.927001, 52.573],[-3.9261, 52.5734],[-3.924599, 52.5733],[-3.923199, 52.573],[-3.917399, 52.5752],[-3.916899, 52.5773],[-3.9165, 52.578],[-3.91380, 52.5805],[-3.9133, 52.5808],[-3.9022, 52.5801],[-3.899699, 52.5807],[-3.896801, 52.5807],[-3.89500, 52.5805],[-3.893199, 52.5801],[-3.891099, 52.5795],[-3.8884, 52.5794],[-3.8875, 52.5805],[-3.8841, 52.5832],[-3.88, 52.586],[-3.879699, 52.5868],[-3.879699, 52.5874],[-3.8808, 52.5883],[-3.881299, 52.5898],[-3.880599, 52.5904],[-3.878599, 52.591],[-3.877599, 52.591],[-3.873701, 52.594],[-3.871001, 52.5949],[-3.865099, 52.5963],[-3.861601, 52.5994],[-3.85990, 52.6012],[-3.858999, 52.6017],[-3.857599, 52.6022],[-3.8539, 52.6029],[-3.8499, 52.603],[-3.84620, 52.6041],[-3.845599, 52.6044],[-3.845799, 52.6059],[-3.8464, 52.6070],[-3.846499, 52.608],[-3.84600, 52.6096],[-3.845099, 52.611],[-3.844899, 52.6121],[-3.844899, 52.6135],[-3.8457, 52.6153],[-3.8464, 52.6175],[-3.8476, 52.6186],[-3.848, 52.6197],[-3.847899, 52.6207],[-3.8476, 52.6211],[-3.84600, 52.6214],[-3.8448, 52.6218],[-3.844301, 52.6225],[-3.844, 52.6237],[-3.844399, 52.6248],[-3.845599, 52.6274],[-3.84600, 52.6286],[-3.8459, 52.6292],[-3.8455, 52.6294],[-3.8395, 52.6301],[-3.83760, 52.6305],[-3.836499, 52.6313],[-3.835599, 52.6327],[-3.835099, 52.6345],[-3.835099, 52.6356],[-3.835799, 52.6363],[-3.8394, 52.6378],[-3.8427, 52.6388],[-3.8436, 52.6395],[-3.844301, 52.6404],[-3.844501, 52.6413],[-3.844301, 52.6424],[-3.843501, 52.6435],[-3.84160, 52.6462],[-3.841001, 52.6475],[-3.8406, 52.6492],[-3.8405, 52.6516],[-3.8406, 52.6532],[-3.8396, 52.655],[-3.838399, 52.6561],[-3.837001, 52.6571],[-3.8303, 52.6622],[-3.824399, 52.6662],[-3.82180, 52.6685],[-3.8206, 52.6695],[-3.818701, 52.6701],[-3.818501, 52.6705],[-3.818799, 52.6730],[-3.818501, 52.6735],[-3.816601, 52.6741],[-3.813999, 52.6745],[-3.81130, 52.6748],[-3.810899, 52.6751],[-3.8106, 52.6756],[-3.810199, 52.6774],[-3.809999, 52.6776],[-3.8096, 52.6779],[-3.808399, 52.6784],[-3.806801, 52.6787],[-3.8059, 52.6788],[-3.8034, 52.6785],[-3.800499, 52.6779],[-3.799101, 52.6775],[-3.798399, 52.6772],[-3.797499, 52.6763],[-3.796601, 52.6756],[-3.796, 52.6752],[-3.794199, 52.6744],[-3.7915, 52.6733],[-3.7895, 52.6726],[-3.788, 52.6722],[-3.784699, 52.672],[-3.782099, 52.672],[-3.7781, 52.6725],[-3.775599, 52.6724],[-3.7736, 52.6722],[-3.771801, 52.6719],[-3.77070, 52.6718],[-3.7697, 52.6716],[-3.768399, 52.6713],[-3.7678, 52.6714],[-3.7672, 52.6716],[-3.7653, 52.6728],[-3.763999, 52.6733],[-3.7629, 52.6733],[-3.7616, 52.6731],[-3.7602, 52.6727],[-3.7592, 52.672],[-3.758399, 52.6712],[-3.7574, 52.6709],[-3.7568, 52.6710],[-3.756201, 52.6713],[-3.755199, 52.672],[-3.7542, 52.6728],[-3.752399, 52.6745],[-3.750799, 52.6766],[-3.7493, 52.6781],[-3.747499, 52.6798],[-3.74630, 52.681],[-3.74560, 52.6814],[-3.7449, 52.6816],[-3.7425, 52.6816],[-3.74000, 52.6814],[-3.73830, 52.681],[-3.7377, 52.6808],[-3.7356, 52.6775],[-3.734999, 52.6774],[-3.732001, 52.678],[-3.725899, 52.6773],[-3.722199, 52.6772],[-3.7181, 52.6779],[-3.7149, 52.6789],[-3.713599, 52.6790],[-3.7123, 52.6788],[-3.71110, 52.6785],[-3.7107, 52.6783],[-3.7105, 52.6774],[-3.7105, 52.6756],[-3.710799, 52.6746],[-3.71320, 52.672],[-3.713399, 52.6715],[-3.71300, 52.6708],[-3.7112, 52.6701],[-3.709501, 52.6695],[-3.7086, 52.6695],[-3.707999, 52.6700],[-3.706401, 52.6724],[-3.705699, 52.6740],[-3.7049, 52.6746],[-3.703599, 52.6751],[-3.702399, 52.6754],[-3.7019, 52.6757],[-3.701601, 52.6765],[-3.701499, 52.6773],[-3.702199, 52.6788],[-3.703, 52.6797],[-3.703, 52.6804],[-3.7023, 52.6815],[-3.69960, 52.6839],[-3.6965, 52.687],[-3.694999, 52.687],[-3.6943, 52.6861],[-3.693799, 52.686],[-3.693399, 52.686],[-3.6919, 52.6873],[-3.6896, 52.6895],[-3.6875, 52.691],[-3.6858, 52.692],[-3.6844, 52.6927],[-3.6833, 52.6931],[-3.680799, 52.6937],[-3.679899, 52.6936],[-3.679199, 52.6934],[-3.6774, 52.6929],[-3.6765, 52.6927],[-3.6752, 52.6925],[-3.673901, 52.6924],[-3.672899, 52.6924],[-3.667599, 52.6921],[-3.663399, 52.6921],[-3.6608, 52.692],[-3.658999, 52.692],[-3.6572, 52.692],[-3.653501, 52.6926],[-3.651099, 52.6933],[-3.648299, 52.6944],[-3.647001, 52.6948],[-3.6454, 52.695],[-3.6431, 52.6951],[-3.640399, 52.6956],[-3.637001, 52.6959],[-3.631299, 52.6963],[-3.627001, 52.6964],[-3.623501, 52.6967],[-3.61980, 52.6973],[-3.6178, 52.6978],[-3.615299, 52.6992],[-3.612099, 52.7007],[-3.606699, 52.7027],[-3.602499, 52.704],[-3.600899, 52.7044],[-3.599301, 52.7048],[-3.598799, 52.705],[-3.598799, 52.7055],[-3.602, 52.7076],[-3.6022, 52.7082],[-3.602099, 52.7091],[-3.6018, 52.7099],[-3.5999, 52.712],[-3.6016, 52.7132],[-3.60060, 52.7149],[-3.5995, 52.7163],[-3.59940, 52.7167],[-3.5995, 52.7175],[-3.60060, 52.7177],[-3.601099, 52.7184],[-3.601099, 52.7195],[-3.5999, 52.7209],[-3.5982, 52.7244],[-3.596801, 52.7262],[-3.5948, 52.7281],[-3.5929, 52.7302],[-3.591401, 52.7319],[-3.5897, 52.7343],[-3.589101, 52.7348],[-3.5883, 52.7352],[-3.5876, 52.7354],[-3.586299, 52.7353],[-3.585, 52.7352],[-3.5838, 52.7348],[-3.5834, 52.7348],[-3.5822, 52.7353],[-3.5817, 52.7362],[-3.582099, 52.7378],[-3.5824, 52.7381],[-3.582799, 52.7383],[-3.584301, 52.739],[-3.586801, 52.7403],[-3.587699, 52.7410],[-3.5882, 52.7416],[-3.588599, 52.7425],[-3.588901, 52.7432],[-3.589, 52.7438],[-3.589101, 52.7453],[-3.588799, 52.7498],[-3.590899, 52.7527],[-3.594, 52.7574],[-3.594199, 52.7581],[-3.5939, 52.7591],[-3.5908, 52.7628],[-3.5895, 52.7644],[-3.588701, 52.7655],[-3.5885, 52.7659],[-3.588701, 52.7664],[-3.5913, 52.7699],[-3.592299, 52.7711],[-3.594599, 52.7743],[-3.5955, 52.7764],[-3.596299, 52.7785],[-3.596601, 52.7795],[-3.596699, 52.7816],[-3.5964, 52.7832],[-3.596499, 52.7837],[-3.597001, 52.7840],[-3.5978, 52.7844],[-3.602, 52.786],[-3.6041, 52.7871],[-3.605299, 52.7881],[-3.60570, 52.7886],[-3.6061, 52.7892],[-3.607001, 52.7941],[-3.607001, 52.7959],[-3.606801, 52.7966],[-3.60550, 52.7980],[-3.6033, 52.7997],[-3.600399, 52.8016],[-3.5985, 52.8032],[-3.597399, 52.8041],[-3.5969, 52.8047],[-3.596601, 52.8052],[-3.596299, 52.8061],[-3.5957, 52.8102],[-3.595099, 52.814],[-3.59470, 52.815],[-3.594301, 52.8156],[-3.5919, 52.8178],[-3.587399, 52.8252],[-3.5854, 52.8278],[-3.585099, 52.828],[-3.584199, 52.8281],[-3.5793, 52.8272],[-3.5693, 52.8235],[-3.56820, 52.8234],[-3.5676, 52.8234],[-3.566601, 52.8236],[-3.565799, 52.8239],[-3.5655, 52.8241],[-3.565, 52.8245],[-3.5646, 52.8251],[-3.564199, 52.8264],[-3.564399, 52.8279],[-3.565, 52.8291],[-3.565399, 52.83],[-3.5653, 52.8306],[-3.564699, 52.8309],[-3.5631, 52.8311],[-3.5603, 52.8318],[-3.5532, 52.8335],[-3.53650, 52.8374],[-3.532001, 52.838],[-3.52950, 52.8382],[-3.526801, 52.8382],[-3.523999, 52.838],[-3.5225, 52.8377],[-3.521699, 52.8373],[-3.519599, 52.8356],[-3.518199, 52.8354],[-3.516201, 52.8354],[-3.515399, 52.8355],[-3.5089, 52.8374],[-3.505199, 52.8382],[-3.5028, 52.8391],[-3.4902, 52.8481],[-3.48910, 52.8495],[-3.4886, 52.8509],[-3.4881, 52.8533],[-3.4876, 52.8560],[-3.487299, 52.8571],[-3.48700, 52.8579],[-3.48680, 52.8584],[-3.4856, 52.8604],[-3.481699, 52.8658],[-3.4777, 52.8650],[-3.4744, 52.864],[-3.4711, 52.8629],[-3.469199, 52.8624],[-3.466201, 52.8622],[-3.462899, 52.8625],[-3.459399, 52.8632],[-3.4582, 52.8632],[-3.457099, 52.8630],[-3.451499, 52.8612],[-3.447999, 52.8609],[-3.443501, 52.8609],[-3.4377, 52.8612],[-3.427001, 52.8655],[-3.4224, 52.8677],[-3.419399, 52.8689],[-3.418099, 52.8696],[-3.4173, 52.8702],[-3.4147, 52.8727],[-3.41380, 52.8728],[-3.407099, 52.8722],[-3.40300, 52.8737],[-3.38940, 52.8762],[-3.38870, 52.8753],[-3.388799, 52.8751],[-3.388999, 52.8747],[-3.3905, 52.8727],[-3.391401, 52.8717],[-3.392999, 52.8696],[-3.397099, 52.8651],[-3.3975, 52.8645],[-3.3979, 52.8637],[-3.3979, 52.8632],[-3.3979, 52.8627],[-3.397799, 52.8624],[-3.3973, 52.8621],[-3.3963, 52.8617],[-3.393901, 52.861],[-3.389699, 52.8597],[-3.387001, 52.8590],[-3.3856, 52.8586],[-3.384599, 52.8582],[-3.3701, 52.8497],[-3.368799, 52.8489],[-3.3678, 52.8484],[-3.366899, 52.8480],[-3.364501, 52.8473],[-3.3601, 52.846],[-3.3529, 52.8447],[-3.351001, 52.8444],[-3.349301, 52.8439],[-3.346699, 52.8429],[-3.322001, 52.8334],[-3.312799, 52.8299],[-3.308901, 52.8286],[-3.306601, 52.8273],[-3.3053, 52.8266],[-3.297499, 52.8222],[-3.296401, 52.8214],[-3.295399, 52.8204],[-3.2925, 52.8178],[-3.291699, 52.8168],[-3.288901, 52.8134],[-3.288199, 52.813],[-3.28710, 52.8125],[-3.285599, 52.8118],[-3.2822, 52.811],[-3.279599, 52.8103],[-3.279, 52.8099],[-3.2788, 52.8095],[-3.278901, 52.8086],[-3.2797, 52.8055],[-3.2797, 52.8043],[-3.2793, 52.8033],[-3.277499, 52.8019],[-3.2771, 52.8014],[-3.2765, 52.7920],[-3.2767, 52.7917],[-3.27720, 52.7914],[-3.2808, 52.7902],[-3.2808, 52.7896],[-3.280499, 52.7888],[-3.2802, 52.7885],[-3.279999, 52.7883],[-3.279599, 52.7882],[-3.2735, 52.7871],[-3.26880, 52.7863],[-3.2651, 52.7862],[-3.2628, 52.7865],[-3.260799, 52.7865],[-3.260099, 52.7864],[-3.259399, 52.7862],[-3.2578, 52.7855],[-3.2569, 52.7852],[-3.256401, 52.7851],[-3.2476, 52.786],[-3.2283, 52.7907],[-3.2258, 52.7912],[-3.216001, 52.7930],[-3.212001, 52.7935],[-3.21, 52.7941],[-3.206201, 52.7952],[-3.2044, 52.7955],[-3.203099, 52.7958],[-3.202001, 52.7961],[-3.201601, 52.7963],[-3.201699, 52.7979],[-3.201601, 52.7983],[-3.20120, 52.7988],[-3.2004, 52.7994],[-3.19960, 52.7999],[-3.1986, 52.8002],[-3.1965, 52.8005],[-3.19320, 52.8007],[-3.191401, 52.8005],[-3.189301, 52.8006],[-3.188299, 52.8008],[-3.186899, 52.8013],[-3.186001, 52.8017],[-3.1851, 52.8041],[-3.184799, 52.8045],[-3.183599, 52.8053],[-3.182899, 52.8056],[-3.181601, 52.8057],[-3.1802, 52.8058],[-3.1752, 52.8049],[-3.173501, 52.8048],[-3.1658, 52.8061],[-3.16440, 52.8056],[-3.163399, 52.8053],[-3.155499, 52.8085],[-3.154, 52.8082],[-3.15240, 52.8067],[-3.15220, 52.8041],[-3.1536, 52.8028],[-3.1572, 52.8001],[-3.159101, 52.7983],[-3.158999, 52.797],[-3.15850, 52.7963],[-3.156801, 52.7955],[-3.153501, 52.7943],[-3.134501, 52.7883],[-3.1321, 52.7877],[-3.126601, 52.7871],[-3.1229, 52.7870],[-3.119699, 52.7869],[-3.117899, 52.7852],[-3.116699, 52.7841],[-3.111099, 52.7847],[-3.1082, 52.7873],[-3.1075, 52.7882],[-3.1075, 52.7889],[-3.107899, 52.7923],[-3.106801, 52.7926],[-3.104399, 52.7923],[-3.09540, 52.7919],[-3.089799, 52.7955],[-3.086699, 52.7958],[-3.08550, 52.7951],[-3.084399, 52.7933],[-3.084199, 52.7918],[-3.084599, 52.7907],[-3.086, 52.7897],[-3.087399, 52.7888],[-3.088799, 52.7878],[-3.090899, 52.7847],[-3.091001, 52.7819],[-3.089999, 52.7786],[-3.086801, 52.7759],[-3.086401, 52.7755],[-3.0861, 52.7753],[-3.0859, 52.7752],[-3.0848, 52.7764],[-3.084199, 52.7769],[-3.0833, 52.7773],[-3.0822, 52.7773],[-3.0816, 52.7771],[-3.0804, 52.7762],[-3.0795, 52.7755],[-3.078901, 52.7752],[-3.0783, 52.775],[-3.0778, 52.775],[-3.0753, 52.7753],[-3.073299, 52.7754],[-3.072799, 52.7751],[-3.0727, 52.7748],[-3.072999, 52.7745],[-3.074501, 52.774],[-3.076601, 52.7735],[-3.077399, 52.773],[-3.0778, 52.7725],[-3.077899, 52.772],[-3.0778, 52.7713],[-3.077399, 52.7709],[-3.076401, 52.7705],[-3.07520, 52.7703],[-3.073999, 52.7704],[-3.0725, 52.7707],[-3.0683, 52.7722],[-3.067699, 52.7725],[-3.065, 52.7741],[-3.0639, 52.7744],[-3.0632, 52.7744],[-3.062599, 52.7743],[-3.062299, 52.7739],[-3.062299, 52.7735],[-3.062799, 52.7724],[-3.062799, 52.772],[-3.0627, 52.7717],[-3.062299, 52.7714],[-3.0615, 52.7713],[-3.060899, 52.7715],[-3.0603, 52.7717],[-3.058701, 52.7727],[-3.0574, 52.7733],[-3.056201, 52.7735],[-3.05480, 52.7735],[-3.0525, 52.7731],[-3.051201, 52.7726],[-3.0499, 52.7721],[-3.0497, 52.7718],[-3.049799, 52.7714],[-3.05080, 52.7704],[-3.0509, 52.77],[-3.0509, 52.7697],[-3.05060, 52.7691],[-3.05010, 52.7686],[-3.0494, 52.7682],[-3.04800, 52.7678],[-3.046299, 52.7676],[-3.045, 52.7677],[-3.044199, 52.768],[-3.042599, 52.7689],[-3.041899, 52.7691],[-3.0409, 52.7691],[-3.0392, 52.7687],[-3.03580, 52.7681],[-3.0336, 52.7677],[-3.0332, 52.7675],[-3.033, 52.7673],[-3.032799, 52.767],[-3.0329, 52.7668],[-3.0334, 52.7664],[-3.034501, 52.766],[-3.0353, 52.7655],[-3.035399, 52.7651],[-3.035199, 52.7646],[-3.034699, 52.7642],[-3.034101, 52.7638],[-3.0334, 52.7637],[-3.033, 52.7639],[-3.032099, 52.7646],[-3.0315, 52.765],[-3.0309, 52.7653],[-3.0267, 52.7664],[-3.025399, 52.7666],[-3.0248, 52.7664],[-3.0244, 52.766],[-3.0235, 52.7645],[-3.0227, 52.7641],[-3.021699, 52.7644],[-3.0207, 52.7651],[-3.018701, 52.7668],[-3.017499, 52.7675],[-3.0169, 52.7676],[-3.016299, 52.7674],[-3.0155, 52.7669],[-3.013999, 52.7656],[-3.011499, 52.7639],[-3.0104, 52.7628],[-3.009599, 52.7614],[-3.0092, 52.76],[-3.00930, 52.759],[-3.0099, 52.7583],[-3.011001, 52.757],[-3.01160, 52.7562],[-3.01230, 52.7548],[-3.0128, 52.7541],[-3.0136, 52.7536],[-3.014699, 52.7534],[-3.016299, 52.7534],[-3.0188, 52.7532],[-3.02, 52.7529],[-3.0204, 52.7523],[-3.020299, 52.7518],[-3.0199, 52.7513],[-3.0191, 52.7509],[-3.0171, 52.7503],[-3.016299, 52.7499],[-3.015599, 52.7493],[-3.0146, 52.7486],[-3.01350, 52.7482],[-3.0127, 52.7482],[-3.01160, 52.7486],[-3.009799, 52.7496],[-3.0086, 52.7498],[-3.0078, 52.7497],[-3.0071, 52.7493],[-3.006401, 52.7484],[-3.0051, 52.7474],[-3.003299, 52.7469],[-3.0012, 52.7463],[-3.000799, 52.7462],[-2.997499, 52.7446],[-2.996099, 52.7438],[-2.994999, 52.7436],[-2.99350, 52.7436],[-2.991801, 52.7438],[-2.9899, 52.7430],[-2.989, 52.7426],[-2.9888, 52.7417],[-2.9897, 52.7403],[-2.990299, 52.7391],[-2.990499, 52.7386],[-2.9907, 52.7381],[-2.990799, 52.7379],[-2.991499, 52.7379],[-2.993099, 52.7381],[-2.993901, 52.7382],[-2.9944, 52.7382],[-2.9951, 52.7379],[-2.994999, 52.7375],[-2.9948, 52.7370],[-2.993599, 52.736],[-2.9934, 52.7356],[-2.9925, 52.7344],[-2.992001, 52.7339],[-2.9909, 52.7335],[-2.9902, 52.7333],[-2.985699, 52.7326],[-2.9798, 52.7327],[-2.9776, 52.7329],[-2.975399, 52.7333],[-2.9734, 52.7339],[-2.972399, 52.7344],[-2.9705, 52.7353],[-2.969501, 52.7359],[-2.969, 52.736],[-2.9681, 52.736],[-2.9672, 52.7350],[-2.966401, 52.7340],[-2.9656, 52.733],[-2.9651, 52.7327],[-2.964, 52.7324],[-2.963799, 52.7322],[-2.963701, 52.7309],[-2.9646, 52.7295],[-2.965199, 52.7275],[-2.965199, 52.727],[-2.964799, 52.7265],[-2.961401, 52.7247],[-2.961, 52.7242],[-2.95880, 52.7173],[-2.959, 52.7168],[-2.9598, 52.7162],[-2.9611, 52.7158],[-2.965199, 52.715],[-2.96910, 52.7148],[-2.972399, 52.7154],[-2.974, 52.7157],[-2.976099, 52.7162],[-2.9767, 52.7164],[-2.9772, 52.7168],[-2.9776, 52.7173],[-2.9777, 52.7178],[-2.977499, 52.7187],[-2.977, 52.7198],[-2.9766, 52.7206],[-2.976401, 52.7209],[-2.974999, 52.7221],[-2.9749, 52.7224],[-2.975199, 52.7232],[-2.975899, 52.7243],[-2.976401, 52.725],[-2.9767, 52.7253],[-2.977099, 52.7256],[-2.978199, 52.7258],[-2.97900, 52.7259],[-2.9797, 52.7259],[-2.9802, 52.7255],[-2.981, 52.7246],[-2.98320, 52.7231],[-2.983799, 52.7228],[-2.9846, 52.7228],[-2.98720, 52.7234],[-2.990799, 52.7231],[-2.993299, 52.7232],[-2.9944, 52.7230],[-2.9958, 52.7221],[-2.9972, 52.7217],[-2.998701, 52.7215],[-3.0004, 52.7212],[-3.0046, 52.7215],[-3.006201, 52.7218],[-3.007699, 52.7222],[-3.0088, 52.7224],[-3.01, 52.7225],[-3.0146, 52.722],[-3.016201, 52.722],[-3.017299, 52.7221],[-3.0176, 52.7222],[-3.01790, 52.7225],[-3.0186, 52.7232],[-3.0192, 52.7241],[-3.0195, 52.7243],[-3.0199, 52.7244],[-3.0202, 52.7242],[-3.020499, 52.7237],[-3.020499, 52.7235],[-3.020299, 52.7218],[-3.020499, 52.7213],[-3.0208, 52.7208],[-3.0216, 52.7200],[-3.0225, 52.719],[-3.0235, 52.7177],[-3.0237, 52.7172],[-3.023799, 52.7166],[-3.023799, 52.7161],[-3.02360, 52.7154],[-3.023, 52.7146],[-3.0225, 52.714],[-3.0214, 52.7128],[-3.0207, 52.7118],[-3.020499, 52.7112],[-3.0204, 52.7106],[-3.020499, 52.7103],[-3.022399, 52.7081],[-3.023, 52.7074],[-3.0244, 52.7061],[-3.02570, 52.7049],[-3.0286, 52.7029],[-3.032599, 52.7005],[-3.0332, 52.6986],[-3.0335, 52.6952],[-3.03440, 52.6939],[-3.038901, 52.6922],[-3.0401, 52.692],[-3.0422, 52.6916],[-3.0435, 52.6912],[-3.0438, 52.691],[-3.043999, 52.6907],[-3.043999, 52.6904],[-3.0439, 52.6898],[-3.0437, 52.6894],[-3.043299, 52.689],[-3.043, 52.6888],[-3.0427, 52.6884],[-3.0423, 52.6876],[-3.042001, 52.6866],[-3.041699, 52.6856],[-3.0416, 52.684],[-3.041699, 52.6823],[-3.041899, 52.681],[-3.042599, 52.6793],[-3.0438, 52.6770],[-3.0439, 52.6768],[-3.0439, 52.6764],[-3.0438, 52.6759],[-3.0435, 52.6757],[-3.043, 52.6756],[-3.040299, 52.6755],[-3.038901, 52.6754],[-3.038399, 52.6752],[-3.038399, 52.6749],[-3.038701, 52.6744],[-3.0399, 52.6737],[-3.040299, 52.6734],[-3.040499, 52.6732],[-3.040699, 52.6729],[-3.0411, 52.6723],[-3.041699, 52.6711],[-3.043, 52.6669],[-3.0436, 52.666],[-3.045099, 52.6647],[-3.0455, 52.6642],[-3.046099, 52.6632],[-3.0467, 52.6620],[-3.0469, 52.6613],[-3.047, 52.6604],[-3.0469, 52.6597],[-3.0467, 52.6592],[-3.046401, 52.6589],[-3.04590, 52.6584],[-3.045099, 52.6577],[-3.045, 52.657],[-3.046099, 52.6558],[-3.048701, 52.6537],[-3.048901, 52.6533],[-3.0493, 52.652],[-3.0497, 52.6504],[-3.0497, 52.6498],[-3.049599, 52.6491],[-3.0492, 52.6481],[-3.0492, 52.6479],[-3.0493, 52.6476],[-3.0497, 52.6474],[-3.050299, 52.6473],[-3.05080, 52.6473],[-3.0516, 52.6475],[-3.0532, 52.6483],[-3.053999, 52.6483],[-3.05900, 52.6477],[-3.059999, 52.6473],[-3.0625, 52.6463],[-3.0653, 52.6451],[-3.0682, 52.6449],[-3.070199, 52.6446],[-3.07900, 52.6431],[-3.079799, 52.6429],[-3.0808, 52.6425],[-3.0816, 52.6419],[-3.082, 52.6415],[-3.082, 52.6411],[-3.082, 52.6408],[-3.081899, 52.6404],[-3.0817, 52.6401],[-3.079999, 52.6398],[-3.077699, 52.6399],[-3.07520, 52.6393],[-3.0736, 52.6386],[-3.0695, 52.6373],[-3.068099, 52.6369],[-3.0662, 52.6362],[-3.0632, 52.6347],[-3.060699, 52.6324],[-3.0596, 52.6313],[-3.05900, 52.6306],[-3.059101, 52.6304],[-3.0593, 52.6302],[-3.0599, 52.63],[-3.06040, 52.6299],[-3.0615, 52.63],[-3.0683, 52.6302],[-3.0722, 52.6285],[-3.0739, 52.6277],[-3.0741, 52.6276],[-3.074199, 52.6274],[-3.074199, 52.6272],[-3.0741, 52.6271],[-3.0739, 52.6269],[-3.072799, 52.6262],[-3.072799, 52.626],[-3.072999, 52.6259],[-3.0737, 52.6256],[-3.075799, 52.6247],[-3.078599, 52.6231],[-3.079999, 52.622],[-3.080499, 52.6216],[-3.081001, 52.6211],[-3.081201, 52.6204],[-3.08130, 52.6163],[-3.0818, 52.6157],[-3.083501, 52.6150],[-3.084399, 52.6145],[-3.0854, 52.6137],[-3.086401, 52.6127],[-3.087001, 52.6119],[-3.089, 52.6107],[-3.0904, 52.6098],[-3.090899, 52.6092],[-3.091001, 52.6086],[-3.0908, 52.6079],[-3.0894, 52.6057],[-3.0882, 52.6033],[-3.088399, 52.6015],[-3.088399, 52.6007],[-3.0882, 52.5995],[-3.088599, 52.5988],[-3.089101, 52.5983],[-3.089799, 52.5980],[-3.091201, 52.5975],[-3.1022, 52.5953],[-3.103199, 52.5952],[-3.104, 52.5951],[-3.105, 52.5948],[-3.1054, 52.5944],[-3.1063, 52.5929],[-3.107001, 52.5924],[-3.10780, 52.592],[-3.1106, 52.5911],[-3.1115, 52.5908],[-3.1119, 52.5906],[-3.112099, 52.5904],[-3.1126, 52.5898],[-3.1129, 52.5892],[-3.1134, 52.5884],[-3.11390, 52.5876],[-3.115299, 52.5863],[-3.1162, 52.5856],[-3.116499, 52.5854],[-3.117399, 52.5853],[-3.118099, 52.5854],[-3.118799, 52.5856],[-3.1249, 52.5876],[-3.125499, 52.5876],[-3.127001, 52.5875],[-3.1307, 52.587],[-3.133501, 52.5863],[-3.137001, 52.5857],[-3.1375, 52.5855],[-3.137599, 52.5853],[-3.1375, 52.5851],[-3.136499, 52.5841],[-3.1363, 52.5835],[-3.13620, 52.5821],[-3.1359, 52.578],[-3.135799, 52.5766],[-3.1354, 52.5752],[-3.1352, 52.5747],[-3.1263, 52.5672],[-3.124399, 52.5651],[-3.121201, 52.5612],[-3.118099, 52.5567],[-3.114799, 52.5521],[-3.111601, 52.5463],[-3.1106, 52.5436],[-3.1106, 52.5428],[-3.110899, 52.5421],[-3.1113, 52.5415],[-3.112099, 52.5408],[-3.1178, 52.539],[-3.122, 52.5378],[-3.131001, 52.5365],[-3.1329, 52.5358],[-3.134799, 52.5348],[-3.135299, 52.5343],[-3.1354, 52.5338],[-3.135299, 52.5334],[-3.13390, 52.5319],[-3.133399, 52.5307],[-3.1329, 52.529],[-3.13220, 52.5281],[-3.131099, 52.5277],[-3.128799, 52.5275],[-3.126, 52.5282],[-3.1206, 52.5289],[-3.114399, 52.5295],[-3.1096, 52.5302],[-3.104, 52.5308],[-3.1005, 52.5319],[-3.0983, 52.533],[-3.097699, 52.5333],[-3.097001, 52.5334],[-3.095799, 52.5335],[-3.0927, 52.5328],[-3.0908, 52.5327],[-3.0892, 52.5328],[-3.0876, 52.5331],[-3.0852, 52.5348],[-3.084, 52.5358],[-3.0824, 52.5371],[-3.081001, 52.5381],[-3.0801, 52.5393],[-3.080499, 52.5405],[-3.081201, 52.542],[-3.0815, 52.5422],[-3.0822, 52.5425],[-3.083501, 52.5427],[-3.0915, 52.5433],[-3.092, 52.5434],[-3.0924, 52.5437],[-3.0926, 52.5441],[-3.092499, 52.5447],[-3.0922, 52.5455],[-3.0918, 52.5465],[-3.091201, 52.5475],[-3.090699, 52.5480],[-3.088799, 52.5490],[-3.087899, 52.5495],[-3.0871, 52.55],[-3.087001, 52.5503],[-3.087001, 52.5513],[-3.086601, 52.5517],[-3.082799, 52.5519],[-3.0801, 52.5523],[-3.0762, 52.5532],[-3.0738, 52.5539],[-3.07030, 52.5551],[-3.068599, 52.5559],[-3.065799, 52.5571],[-3.064199, 52.5577],[-3.062001, 52.5573],[-3.060699, 52.5569],[-3.059999, 52.5569],[-3.0592, 52.5572],[-3.058399, 52.5578],[-3.0557, 52.5598],[-3.054501, 52.5602],[-3.0504, 52.5597],[-3.049799, 52.5601],[-3.0495, 52.5606],[-3.048399, 52.5623],[-3.046299, 52.5643],[-3.045, 52.5658],[-3.044301, 52.5666],[-3.043, 52.5674],[-3.0404, 52.5686],[-3.03670, 52.5708],[-3.035399, 52.5714],[-3.03460, 52.5717],[-3.032799, 52.5722],[-3.030299, 52.5726],[-3.027, 52.5734],[-3.0253, 52.5739],[-3.0209, 52.5747],[-3.0178, 52.5754],[-3.015, 52.5769],[-3.0144, 52.5771],[-3.01350, 52.5771],[-3.01230, 52.5766],[-3.0106, 52.5759],[-3.0092, 52.5753],[-3.007999, 52.5744],[-3.006099, 52.5731],[-3.0037, 52.571],[-3.002599, 52.5693],[-3.0011, 52.5689],[-2.999799, 52.5685],[-2.9969, 52.5669],[-2.9979, 52.5582],[-2.996401, 52.5541],[-2.996201, 52.5525],[-2.9963, 52.5508],[-2.9965, 52.5469],[-2.9972, 52.5446],[-2.9976, 52.5435],[-2.9983, 52.5419],[-2.999399, 52.5401],[-3.0002, 52.5391],[-3.0006, 52.5388],[-3.00130, 52.5381],[-3.001899, 52.5374],[-3.0021, 52.5369],[-3.0021, 52.5363],[-3.002001, 52.5351],[-3.0021, 52.5332],[-3.0023, 52.5323],[-3.003099, 52.5304],[-3.00320, 52.5297],[-3.00320, 52.5292],[-3.003099, 52.5288],[-3.0023, 52.5277],[-3.000299, 52.526],[-2.9993, 52.5251],[-2.998701, 52.5242],[-2.9986, 52.5233],[-2.998701, 52.5224],[-2.9991, 52.522],[-2.9997, 52.5216],[-3.001801, 52.5205],[-3.002899, 52.52],[-3.0035, 52.5199],[-3.006201, 52.5206],[-3.0083, 52.521],[-3.014101, 52.5219],[-3.014899, 52.5236],[-3.0151, 52.5237],[-3.016001, 52.5239],[-3.0171, 52.5241],[-3.020299, 52.5241],[-3.023299, 52.5242],[-3.0271, 52.5239],[-3.0288, 52.5238],[-3.03040, 52.5237],[-3.030499, 52.5233],[-3.0302, 52.5213],[-3.030499, 52.5202],[-3.0316, 52.5183],[-3.0322, 52.517],[-3.032799, 52.5162],[-3.035, 52.5151],[-3.0355, 52.5148],[-3.0357, 52.5146],[-3.0359, 52.5142],[-3.0359, 52.5137],[-3.0359, 52.5132],[-3.0357, 52.5129],[-3.035399, 52.5127],[-3.03370, 52.5119],[-3.03250, 52.5112],[-3.0314, 52.5102],[-3.0312, 52.5099],[-3.0312, 52.5093],[-3.032001, 52.5078],[-3.033, 52.5059],[-3.0332, 52.5053],[-3.033299, 52.5049],[-3.0332, 52.5044],[-3.029799, 52.5033],[-3.028701, 52.5023],[-3.0288, 52.5020],[-3.0295, 52.5019],[-3.033, 52.5016],[-3.034699, 52.5017],[-3.037499, 52.5015],[-3.039999, 52.5009],[-3.0446, 52.5],[-3.051899, 52.4997],[-3.056401, 52.4994],[-3.061201, 52.5012],[-3.062099, 52.5012],[-3.066099, 52.5007],[-3.07730, 52.4992],[-3.1054, 52.4993],[-3.1071, 52.4992],[-3.108701, 52.4989],[-3.1096, 52.4986],[-3.111201, 52.498],[-3.115, 52.4958],[-3.116601, 52.4947],[-3.1173, 52.4940],[-3.1178, 52.4936],[-3.122, 52.4926],[-3.125799, 52.4930],[-3.1305, 52.4931],[-3.137399, 52.4907],[-3.142699, 52.4902],[-3.146699, 52.4891],[-3.151099, 52.4873],[-3.156001, 52.4859],[-3.1601, 52.4828],[-3.161201, 52.4821],[-3.163501, 52.481],[-3.1649, 52.4804],[-3.170599, 52.4791],[-3.1721, 52.4785],[-3.176001, 52.4763],[-3.17890, 52.4751],[-3.181201, 52.4744],[-3.183, 52.4742],[-3.1868, 52.4751],[-3.189399, 52.4757],[-3.1903, 52.4760],[-3.191499, 52.4765],[-3.1942, 52.4763],[-3.1947, 52.4761],[-3.195499, 52.4757],[-3.1965, 52.4749],[-3.199199, 52.4739],[-3.2007, 52.4733],[-3.201699, 52.4726],[-3.2023, 52.4722],[-3.202899, 52.4719],[-3.20540, 52.4711],[-3.211499, 52.4676],[-3.2142, 52.4626],[-3.21580, 52.4603],[-3.2232, 52.4563],[-3.2279, 52.4533],[-3.2305, 52.4511],[-3.2332, 52.4482],[-3.233599, 52.4473],[-3.233799, 52.4465],[-3.233901, 52.4446],[-3.2334, 52.4439],[-3.232399, 52.4427],[-3.231499, 52.4417],[-3.2304, 52.4406],[-3.2297, 52.4403],[-3.227999, 52.4401],[-3.2276, 52.4399],[-3.227299, 52.4392],[-3.2272, 52.4386],[-3.227099, 52.4372],[-3.2274, 52.4352],[-3.2279, 52.4333],[-3.2281, 52.4321],[-3.227799, 52.4314],[-3.227499, 52.4312],[-3.226401, 52.4306],[-3.222699, 52.4294],[-3.220599, 52.428],[-3.2198, 52.4269],[-3.2191, 52.4255],[-3.2183, 52.4234],[-3.2146, 52.4217],[-3.212199, 52.4206],[-3.210099, 52.42],[-3.203799, 52.4192],[-3.1982, 52.4180],[-3.197299, 52.4177],[-3.1964, 52.4172],[-3.1947, 52.4163],[-3.193599, 52.4158],[-3.192699, 52.4155],[-3.190399, 52.4153],[-3.1863, 52.414],[-3.185699, 52.4138],[-3.1849, 52.413],[-3.1845, 52.4126],[-3.1823, 52.412],[-3.18, 52.4115],[-3.1777, 52.4109],[-3.175699, 52.4102],[-3.174101, 52.4095],[-3.173501, 52.4088],[-3.172699, 52.4073],[-3.1687, 52.4056],[-3.1685, 52.4034],[-3.1642, 52.4013],[-3.1617, 52.4002],[-3.160399, 52.3994],[-3.159101, 52.3984],[-3.158099, 52.3974],[-3.15850, 52.3938],[-3.15850, 52.3927],[-3.158099, 52.392],[-3.1561, 52.3917],[-3.153901, 52.3901],[-3.152499, 52.3886],[-3.1515, 52.3879],[-3.1496, 52.3878],[-3.1475, 52.3879],[-3.1462, 52.3878],[-3.1447, 52.3878],[-3.1431, 52.3876],[-3.1366, 52.3871],[-3.134399, 52.3868],[-3.13220, 52.3863],[-3.1308, 52.386],[-3.12990, 52.3857],[-3.128999, 52.3854],[-3.1285, 52.3851],[-3.127399, 52.3845],[-3.124599, 52.382],[-3.123701, 52.3812],[-3.1215, 52.3804],[-3.1199, 52.3797],[-3.118901, 52.3793],[-3.1154, 52.3784],[-3.111099, 52.3774],[-3.108099, 52.3765],[-3.106601, 52.3759],[-3.1048, 52.3750],[-3.103501, 52.3747],[-3.102, 52.3742],[-3.101201, 52.3739],[-3.100899, 52.3738],[-3.100399, 52.3733],[-3.099999, 52.3727],[-3.09980, 52.3704],[-3.09980, 52.3700],[-3.09980, 52.3695],[-3.09980, 52.3689],[-3.09960, 52.3684],[-3.099301, 52.3682],[-3.099, 52.3682],[-3.0969, 52.3683],[-3.096, 52.3684],[-3.0957, 52.3682],[-3.0955, 52.3680],[-3.0934, 52.3647],[-3.08950, 52.3631],[-3.087399, 52.3626],[-3.0803, 52.3606],[-3.07710, 52.3595],[-3.0748, 52.3588],[-3.07290, 52.3581],[-3.0706, 52.3571],[-3.068599, 52.3562],[-3.0662, 52.3552],[-3.0648, 52.3545],[-3.064199, 52.3541],[-3.0638, 52.3537],[-3.0634, 52.3532],[-3.0632, 52.3527],[-3.0631, 52.3521],[-3.062999, 52.3516],[-3.062599, 52.3513],[-3.061001, 52.3506],[-3.05900, 52.3495],[-3.058, 52.3491],[-3.05690, 52.3487],[-3.0557, 52.3483],[-3.051201, 52.3481],[-3.050299, 52.348],[-3.0473, 52.3474],[-3.0432, 52.3466],[-3.0404, 52.3459],[-3.0383, 52.3456],[-3.034899, 52.3454],[-3.03010, 52.3461],[-3.025399, 52.347],[-3.0213, 52.3476],[-3.014899, 52.348],[-3.0132, 52.3482],[-3.008501, 52.3497],[-3.007299, 52.3498],[-3.0046, 52.3499],[-3.00320, 52.3499],[-3.002001, 52.35],[-3.0012, 52.3504],[-3.0002, 52.3511],[-3, 52.3512],[-2.996099, 52.3514],[-2.9948, 52.3515],[-2.99140, 52.3514],[-2.9877, 52.3516],[-2.98510, 52.3514],[-2.98090, 52.3514],[-2.97880, 52.3524],[-2.9772, 52.3535],[-2.9756, 52.3539],[-2.95880, 52.3514],[-2.957599, 52.3511],[-2.955699, 52.3499],[-2.955199, 52.3495],[-2.9549, 52.3488],[-2.9549, 52.3451],[-2.9553, 52.3444],[-2.9561, 52.343],[-2.9574, 52.3412],[-2.961499, 52.3361],[-2.9646, 52.3321],[-2.9669, 52.3298],[-2.9677, 52.3293],[-2.96890, 52.3288],[-2.9746, 52.3287],[-2.9772, 52.3282],[-2.9783, 52.3279],[-2.9793, 52.3275],[-2.981801, 52.3263],[-2.984999, 52.3249],[-2.994101, 52.3241],[-2.997499, 52.3231],[-2.9997, 52.3225],[-3.002001, 52.3223],[-3.0021, 52.3216],[-3.0012, 52.3197],[-3.001601, 52.3136],[-3.0014, 52.3131],[-2.9991, 52.3106],[-2.998501, 52.3088],[-2.998199, 52.306],[-2.9976, 52.3023],[-2.9976, 52.3018],[-2.998199, 52.3008],[-2.9993, 52.2997],[-3.0002, 52.2990],[-3.003, 52.2951],[-3.0048, 52.2912],[-3.0086, 52.2875],[-3.008501, 52.2829],[-3.010799, 52.2803],[-3.0104, 52.2791],[-3.0086, 52.278],[-3.003299, 52.2757],[-3.000799, 52.2741],[-3, 52.2739],[-2.9948, 52.274],[-2.98720, 52.274],[-2.9745, 52.2736],[-2.969199, 52.2736],[-2.9665, 52.2737],[-2.961801, 52.2727],[-2.957, 52.2717],[-2.955699, 52.2714],[-2.956001, 52.2707],[-2.956401, 52.2704],[-2.960299, 52.2693],[-2.96070, 52.2689],[-2.962001, 52.2641],[-2.9625, 52.2636],[-2.963901, 52.2628],[-2.965499, 52.2619],[-2.96870, 52.2608],[-2.9712, 52.26],[-2.973099, 52.2595],[-2.9744, 52.2594],[-2.97480, 52.2596],[-2.976201, 52.2611],[-2.9768, 52.2613],[-2.979399, 52.2609],[-2.98110, 52.2612],[-2.9844, 52.2619],[-2.9876, 52.2621],[-2.991601, 52.262],[-2.993901, 52.2621],[-2.9956, 52.2624],[-2.9979, 52.2634],[-2.9991, 52.264],[-2.999599, 52.2641],[-3.0006, 52.2642],[-3.003799, 52.2644],[-3.005, 52.2643],[-3.006601, 52.2641],[-3.0083, 52.2637],[-3.01020, 52.2632],[-3.0202, 52.2598],[-3.0234, 52.2588],[-3.0272, 52.2578],[-3.0332, 52.2569],[-3.036299, 52.2546],[-3.0371, 52.2541],[-3.037699, 52.2539],[-3.038501, 52.2537],[-3.039599, 52.2536],[-3.0432, 52.2535],[-3.044101, 52.2530],[-3.044899, 52.2522],[-3.046401, 52.2502],[-3.046601, 52.2496],[-3.046401, 52.2490],[-3.0436, 52.2473],[-3.043099, 52.2460],[-3.0423, 52.2452],[-3.0409, 52.2436],[-3.041201, 52.2426],[-3.042799, 52.2412],[-3.0429, 52.2405],[-3.042399, 52.2392],[-3.042799, 52.239],[-3.0439, 52.2386],[-3.045399, 52.2386],[-3.047499, 52.2389],[-3.0488, 52.2388],[-3.0504, 52.2383],[-3.0532, 52.2373],[-3.05460, 52.2363],[-3.056801, 52.2356],[-3.057699, 52.2355],[-3.0613, 52.2371],[-3.066601, 52.237],[-3.0697, 52.2368],[-3.071899, 52.2362],[-3.072099, 52.2358],[-3.072001, 52.2355],[-3.0695, 52.2320],[-3.068399, 52.2302],[-3.068501, 52.229],[-3.068901, 52.2278],[-3.069999, 52.2252],[-3.070499, 52.224],[-3.074399, 52.2181],[-3.074699, 52.217],[-3.074399, 52.2166],[-3.0717, 52.2149],[-3.0714, 52.2144],[-3.0715, 52.214],[-3.073299, 52.2137],[-3.07520, 52.2131],[-3.078099, 52.2118],[-3.08110, 52.2102],[-3.0896, 52.2052],[-3.0913, 52.2044],[-3.093199, 52.2036],[-3.0941, 52.2034],[-3.0959, 52.2031],[-3.099699, 52.2026],[-3.099999, 52.2024],[-3.099999, 52.2018],[-3.09960, 52.2014],[-3.0957, 52.1974],[-3.094899, 52.1962],[-3.094199, 52.1952],[-3.0938, 52.193],[-3.0941, 52.1892],[-3.095, 52.1874],[-3.095, 52.1866],[-3.094501, 52.1855],[-3.094399, 52.1846],[-3.094301, 52.1841],[-3.0948, 52.1821],[-3.095599, 52.1792],[-3.10340, 52.1764],[-3.104399, 52.176],[-3.10570, 52.1757],[-3.109999, 52.1755],[-3.1103, 52.1753],[-3.1106, 52.1748],[-3.111201, 52.1725],[-3.1115, 52.1708],[-3.1117, 52.1704],[-3.1154, 52.168],[-3.1184, 52.1666],[-3.120399, 52.1649],[-3.1205, 52.1646],[-3.119999, 52.1639],[-3.119501, 52.1634],[-3.118999, 52.163],[-3.1178, 52.1624],[-3.1164, 52.1618],[-3.111001, 52.1608],[-3.108999, 52.1605],[-3.106601, 52.1581],[-3.105, 52.1576],[-3.104199, 52.1574],[-3.0982, 52.1577],[-3.0961, 52.1559],[-3.09540, 52.1554],[-3.0948, 52.1551],[-3.094199, 52.1552],[-3.0927, 52.1554],[-3.088901, 52.1567],[-3.0878, 52.1586],[-3.08340, 52.1629],[-3.0827, 52.1634],[-3.0816, 52.1638],[-3.0713, 52.158],[-3.0718, 52.157],[-3.0734, 52.1556],[-3.076699, 52.1527],[-3.07920, 52.1511],[-3.08320, 52.1487],[-3.086401, 52.1469],[-3.094899, 52.1446],[-3.10170, 52.143],[-3.108701, 52.1408],[-3.1115, 52.1402],[-3.117199, 52.1393],[-3.123199, 52.1386],[-3.1287, 52.1383],[-3.133399, 52.1381],[-3.1321, 52.1342],[-3.13390, 52.1329],[-3.138799, 52.1300],[-3.1386, 52.1294],[-3.134799, 52.1249],[-3.134399, 52.1233],[-3.13390, 52.1230],[-3.130399, 52.1234],[-3.126, 52.1244],[-3.1236, 52.1224],[-3.122699, 52.1219],[-3.121601, 52.1216],[-3.120399, 52.1212],[-3.109699, 52.1214],[-3.10590, 52.1202],[-3.1048, 52.1193],[-3.104501, 52.1191],[-3.1029, 52.1178],[-3.1026, 52.1175],[-3.1048, 52.1154],[-3.1052, 52.1147],[-3.1052, 52.114],[-3.1047, 52.1131],[-3.10340, 52.1104],[-3.1026, 52.1086],[-3.102499, 52.1079],[-3.102499, 52.1075],[-3.1026, 52.107],[-3.1029, 52.1067],[-3.10380, 52.1062],[-3.1048, 52.1058],[-3.1062, 52.1056],[-3.107899, 52.1056],[-3.111401, 52.1055],[-3.1157, 52.1056],[-3.116801, 52.1056],[-3.118099, 52.1055],[-3.119101, 52.1053],[-3.119501, 52.105],[-3.11980, 52.1045],[-3.1199, 52.1039],[-3.1194, 52.0998],[-3.118599, 52.095],[-3.1173, 52.091],[-3.116699, 52.0891],[-3.116801, 52.0884],[-3.118599, 52.0862],[-3.12190, 52.0817],[-3.12380, 52.0794],[-3.124399, 52.0788],[-3.1239, 52.0785],[-3.122699, 52.0777],[-3.1205, 52.0757],[-3.1194, 52.0746],[-3.118999, 52.0737],[-3.1185, 52.0714],[-3.11770, 52.0694],[-3.116699, 52.0681],[-3.1154, 52.0669],[-3.112499, 52.0652],[-3.108799, 52.0638],[-3.106899, 52.0611],[-3.1052, 52.0600],[-3.1013, 52.0584],[-3.095799, 52.0552],[-3.0918, 52.0516],[-3.0915, 52.0487],[-3.090699, 52.0477],[-3.085799, 52.0432],[-3.0848, 52.042],[-3.084599, 52.0414],[-3.085, 52.0403],[-3.086499, 52.0392],[-3.0882, 52.0378],[-3.090199, 52.0361],[-3.0905, 52.0356],[-3.090699, 52.0346],[-3.0899, 52.0333],[-3.0903, 52.0298],[-3.0931, 52.0289],[-3.095299, 52.0264],[-3.096499, 52.0233],[-3.0917, 52.0196],[-3.088399, 52.0168],[-3.085299, 52.0126],[-3.08130, 52.0020],[-3.0804, 52.0001],[-3.065599,51.9854],[-3.0762,51.9749],[-3.0816,51.9738],[-3.085299,51.9713],[-3.0882,51.9685],[-3.0911,51.9659],[-3.078099,51.9563],[-3.089301,51.9523],[-3.077899,51.9370],[-3.07900,51.9327],[-3.0748,51.9262],[-3.0631,51.9202],[-3.0535,51.9137],[-3.0478,51.9127],[-3.0452,51.9041],[-3.04020,51.899],[-3.03670,51.8860],[-3.038199,51.8822],[-3.047499,51.8812],[-3.064199,51.8786],[-3.0714,51.8739],[-3.0632,51.8651],[-3.064199,51.8626],[-3.0701,51.8603],[-3.0717,51.8586],[-3.07290,51.8555],[-3.076,51.8542],[-3.079101,51.8517],[-3.080899,51.8513],[-3.088099,51.8498],[-3.091201,51.8502],[-3.09160,51.8495],[-3.091401,51.8404],[-3.096,51.8407],[-3.098701,51.8403],[-3.098901,51.8382],[-3.096499,51.8352],[-3.096499,51.8326],[-3.098701,51.832],[-3.1024,51.8354],[-3.1082,51.8378],[-3.1134,51.8406],[-3.115299,51.8418],[-3.120899,51.8398],[-3.130599,51.8306],[-3.132299,51.8292],[-3.148999,51.8177],[-3.1515,51.8170],[-3.1561,51.8168],[-3.161,51.8163],[-3.1652,51.8159],[-3.177001,51.8152],[-3.181401,51.8148],[-3.1858,51.8146],[-3.191,51.8143],[-3.193901,51.8141],[-3.19530,51.8141],[-3.1975,51.8145],[-3.203099,51.8136],[-3.209301,51.8133],[-3.21760,51.8132],[-3.230299,51.8132],[-3.241601,51.8139],[-3.246201,51.8155]]]]}, properties:{name:"Powys"}}, {type:"Feature", geometry:{type:"MultiPolygon", coordinates:[[[[-3.499599,51.5127],[-3.497299,51.5138],[-3.494101,51.5146],[-3.488501,51.5154],[-3.487099,51.5164],[-3.486201,51.5176],[-3.483799,51.5237],[-3.48280,51.5256],[-3.4804,51.5284],[-3.479899,51.5351],[-3.478199,51.5372],[-3.4763,51.5386],[-3.473,51.5402],[-3.4677,51.5402],[-3.4646,51.5411],[-3.462899,51.5422],[-3.461699,51.5433],[-3.46280,51.5443],[-3.4651,51.5456],[-3.4686,51.5474],[-3.469301,51.5493],[-3.469301,51.552],[-3.4704,51.5531],[-3.472001,51.5553],[-3.474,51.5563],[-3.478199,51.5572],[-3.478199,51.5584],[-3.4766,51.5606],[-3.4765,51.5619],[-3.4772,51.5633],[-3.477999,51.5642],[-3.4802,51.5650],[-3.486001,51.566],[-3.486401,51.5669],[-3.4865,51.5674],[-3.486099,51.5682],[-3.4842,51.5695],[-3.483901,51.5710],[-3.4848,51.5729],[-3.486001,51.5731],[-3.487299,51.5737],[-3.48700,51.5754],[-3.4848,51.5761],[-3.482199,51.5776],[-3.480599,51.5804],[-3.4784,51.5810],[-3.477099,51.5822],[-3.4772,51.5839],[-3.479501,51.5854],[-3.4798,51.5866],[-3.4797,51.5881],[-3.478701,51.5886],[-3.477499,51.5902],[-3.477,51.5922],[-3.472699,51.5948],[-3.471699,51.5962],[-3.4714,51.5991],[-3.472001,51.6011],[-3.473799,51.6038],[-3.476201,51.6048],[-3.479199,51.6054],[-3.4821,51.6064],[-3.482399,51.6086],[-3.483999,51.61],[-3.4853,51.6101],[-3.4865,51.6096],[-3.493299,51.6094],[-3.49710,51.6105],[-3.49900,51.6126],[-3.4999,51.6143],[-3.501899,51.6146],[-3.50340,51.616],[-3.5057,51.6164],[-3.50720,51.6173],[-3.5106,51.618],[-3.5137,51.6211],[-3.517999,51.6256],[-3.522001,51.6291],[-3.5225,51.6309],[-3.5223,51.6333],[-3.523799,51.6351],[-3.533299,51.6387],[-3.534199,51.6403],[-3.536401,51.6430],[-3.537899,51.6446],[-3.5397,51.6447],[-3.544399,51.6442],[-3.548901,51.6464],[-3.55600,51.6465],[-3.562099,51.6444],[-3.5613,51.6476],[-3.561201,51.6486],[-3.561201,51.6497],[-3.5614,51.6523],[-3.5618,51.6545],[-3.561899,51.655],[-3.5624,51.6562],[-3.5629,51.6566],[-3.565399,51.6579],[-3.568,51.6598],[-3.57080,51.6617],[-3.572599,51.6626],[-3.5739,51.6635],[-3.5754,51.6648],[-3.57620,51.6658],[-3.5776,51.6689],[-3.578099,51.6704],[-3.578599,51.6709],[-3.582999,51.6748],[-3.586,51.6782],[-3.586699,51.6792],[-3.586801,51.6797],[-3.586,51.6815],[-3.584199,51.6841],[-3.5833,51.6856],[-3.5833,51.6862],[-3.5837,51.6875],[-3.584399,51.6893],[-3.585299,51.6909],[-3.585099,51.6914],[-3.584399,51.6922],[-3.5817,51.6943],[-3.58130,51.6948],[-3.581201,51.6966],[-3.58130,51.6978],[-3.5816,51.699],[-3.5824,51.7014],[-3.5833,51.7041],[-3.5834,51.7053],[-3.58320,51.7071],[-3.5827,51.7090],[-3.582099,51.7113],[-3.5816,51.7128],[-3.580899,51.714],[-3.578901,51.7158],[-3.578,51.7167],[-3.5776,51.7174],[-3.577399,51.7186],[-3.5773,51.7203],[-3.578501,51.7246],[-3.57900,51.7273],[-3.57900,51.7288],[-3.578501,51.7302],[-3.578799,51.7322],[-3.57920,51.7338],[-3.5799,51.735],[-3.5816,51.7362],[-3.5834,51.7375],[-3.5854,51.7384],[-3.594899,51.7396],[-3.5985,51.7402],[-3.6001,51.7406],[-3.602499,51.7418],[-3.6071,51.7442],[-3.610199,51.746],[-3.5908,51.7539],[-3.589,51.7564],[-3.587001,51.7571],[-3.584899,51.7582],[-3.582799,51.7584],[-3.58110,51.7589],[-3.5801,51.7596],[-3.578399,51.7610],[-3.5759,51.7617],[-3.5737,51.7620],[-3.5714,51.7622],[-3.569999,51.7623],[-3.568099,51.7631],[-3.5669,51.7643],[-3.5662,51.7648],[-3.5652,51.7654],[-3.564899,51.7658],[-3.565099,51.7662],[-3.565799,51.7665],[-3.566299,51.7673],[-3.566299,51.7684],[-3.565399,51.7696],[-3.5646,51.7711],[-3.5637,51.7725],[-3.562599,51.7731],[-3.561899,51.7739],[-3.562099,51.7747],[-3.561899,51.7755],[-3.5599,51.7768],[-3.55670,51.7775],[-3.5532,51.7773],[-3.5516,51.7773],[-3.549599,51.7771],[-3.5474,51.7765],[-3.545599,51.7763],[-3.544101,51.7762],[-3.5423,51.776],[-3.538501,51.7753],[-3.5378,51.7755],[-3.537199,51.7759],[-3.536801,51.7767],[-3.5367,51.7771],[-3.536801,51.7781],[-3.5376,51.779],[-3.5392,51.7794],[-3.5402,51.7805],[-3.540499,51.7811],[-3.5408,51.7818],[-3.541001,51.7828],[-3.5411,51.7836],[-3.5406,51.784],[-3.5392,51.784],[-3.5381,51.7841],[-3.5367,51.7852],[-3.53600,51.7863],[-3.535399,51.7874],[-3.53370,51.7872],[-3.531801,51.7862],[-3.5272,51.7847],[-3.5244,51.7861],[-3.512001,51.789],[-3.506299,51.791],[-3.493799,51.7956],[-3.4858,51.7987],[-3.484999,51.799],[-3.4845,51.7994],[-3.4834,51.8014],[-3.48280,51.803],[-3.48280,51.8125],[-3.483999,51.8174],[-3.4856,51.8225],[-3.4728,51.8309],[-3.4704,51.8288],[-3.464101,51.83],[-3.459599,51.8302],[-3.452699,51.8256],[-3.4458,51.8209],[-3.442899,51.8203],[-3.4484,51.8114],[-3.450599,51.8110],[-3.45040,51.8073],[-3.4426,51.798],[-3.435199,51.7891],[-3.432001,51.7848],[-3.42810,51.7809],[-3.4261,51.7797],[-3.4259,51.7776],[-3.4256,51.7755],[-3.4256,51.7733],[-3.424799,51.7718],[-3.4224,51.7707],[-3.420799,51.7696],[-3.42,51.768],[-3.4203,51.7654],[-3.421099,51.7619],[-3.4221,51.7588],[-3.4207,51.7573],[-3.4207,51.7562],[-3.421499,51.7553],[-3.4221,51.7557],[-3.4263,51.7588],[-3.42810,51.763],[-3.429199,51.7642],[-3.43230,51.7649],[-3.4347,51.7670],[-3.4372,51.7706],[-3.442899,51.7712],[-3.451699,51.7688],[-3.44640,51.7638],[-3.439199,51.7580],[-3.433901,51.7529],[-3.4307,51.7521],[-3.428299,51.7492],[-3.427001,51.7468],[-3.4265,51.7442],[-3.422199,51.7424],[-3.4036,51.7297],[-3.398099,51.7289],[-3.39360,51.7273],[-3.391401,51.725],[-3.38960,51.7213],[-3.3863,51.7152],[-3.377599,51.7147],[-3.3719,51.7134],[-3.369301,51.7116],[-3.360399,51.6964],[-3.355599,51.6874],[-3.3552,51.6845],[-3.3499,51.6798],[-3.345099,51.6726],[-3.3413,51.6712],[-3.3341,51.6595],[-3.3324,51.6576],[-3.327199,51.6543],[-3.325099,51.6532],[-3.32390,51.6528],[-3.3227,51.6527],[-3.3217,51.6531],[-3.321001,51.6537],[-3.320699,51.6543],[-3.3206,51.6551],[-3.3203,51.6564],[-3.31950,51.6577],[-3.318399,51.658],[-3.3171,51.6583],[-3.315399,51.6582],[-3.314301,51.6578],[-3.31360,51.6565],[-3.31340,51.6553],[-3.31360,51.6526],[-3.3132,51.649],[-3.3124,51.6471],[-3.3118,51.6462],[-3.312599,51.6422],[-3.312001,51.6393],[-3.3118,51.6357],[-3.310699,51.6330],[-3.30140,51.6306],[-3.300699,51.6294],[-3.3009,51.6277],[-3.3004,51.6266],[-3.29950,51.6261],[-3.298901,51.6257],[-3.2988,51.6252],[-3.299101,51.6246],[-3.2997,51.6241],[-3.30160,51.6231],[-3.3024,51.6224],[-3.302799,51.6218],[-3.3024,51.6214],[-3.3006,51.6207],[-3.2967,51.6201],[-3.296099,51.6197],[-3.296099,51.6192],[-3.296401,51.6186],[-3.297499,51.6182],[-3.298599,51.6179],[-3.299799,51.6165],[-3.300699,51.6148],[-3.3009,51.6124],[-3.300299,51.611],[-3.2929,51.6023],[-3.290699,51.6015],[-3.289999,51.601],[-3.2897,51.6006],[-3.2893,51.5997],[-3.2893,51.5985],[-3.289799,51.5954],[-3.289599,51.5944],[-3.28920,51.5938],[-3.2876,51.5929],[-3.286099,51.5914],[-3.286201,51.5898],[-3.2874,51.5875],[-3.286401,51.585],[-3.28500,51.5845],[-3.281899,51.5835],[-3.278501,51.5812],[-3.275599,51.5790],[-3.271801,51.5753],[-3.269799,51.5730],[-3.2676,51.5696],[-3.266001,51.5683],[-3.261801,51.5683],[-3.2599,51.566],[-3.2586,51.5675],[-3.2558,51.5687],[-3.2537,51.5697],[-3.2525,51.5704],[-3.251699,51.5702],[-3.2509,51.5692],[-3.2502,51.5687],[-3.249399,51.5686],[-3.248501,51.5686],[-3.2478,51.5688],[-3.247,51.5684],[-3.244501,51.5670],[-3.242001,51.5650],[-3.24040,51.5639],[-3.239799,51.5616],[-3.2392,51.5607],[-3.237799,51.5592],[-3.2351,51.5544],[-3.239501,51.5522],[-3.242399,51.55],[-3.252899,51.5428],[-3.254301,51.5418],[-3.2557,51.5409],[-3.259,51.5408],[-3.26060,51.541],[-3.26270,51.5415],[-3.2636,51.5416],[-3.264301,51.5418],[-3.2665,51.5428],[-3.27070,51.5464],[-3.2723,51.5516],[-3.2735,51.5527],[-3.276,51.5529],[-3.2767,51.5531],[-3.277499,51.5533],[-3.278199,51.5532],[-3.2788,51.5529],[-3.278901,51.5523],[-3.278901,51.5518],[-3.2781,51.5513],[-3.277499,51.5505],[-3.2778,51.5499],[-3.279799,51.5489],[-3.283299,51.5487],[-3.2848,51.5498],[-3.287699,51.5498],[-3.2909,51.5486],[-3.29320,51.5476],[-3.2946,51.5476],[-3.29550,51.548],[-3.298501,51.548],[-3.306601,51.5518],[-3.3108,51.5506],[-3.312001,51.5499],[-3.3124,51.5491],[-3.3124,51.5484],[-3.3118,51.5478],[-3.309799,51.5471],[-3.3088,51.5464],[-3.308399,51.5454],[-3.3083,51.5445],[-3.308501,51.5435],[-3.309799,51.5432],[-3.3171,51.5425],[-3.317899,51.5413],[-3.318599,51.5365],[-3.320699,51.5363],[-3.322099,51.5355],[-3.3229,51.5351],[-3.326401,51.5351],[-3.329,51.5354],[-3.329799,51.5359],[-3.332099,51.5357],[-3.3339,51.536],[-3.334501,51.5363],[-3.335599,51.5369],[-3.336601,51.5367],[-3.3376,51.5362],[-3.339101,51.5361],[-3.3405,51.5356],[-3.3411,51.5339],[-3.3418,51.5316],[-3.3418,51.5303],[-3.341001,51.5284],[-3.339301,51.5261],[-3.33820,51.5247],[-3.3232,51.5155],[-3.318701,51.5101],[-3.316601,51.5065],[-3.338799,51.5100],[-3.342999,51.5017],[-3.346801,51.4966],[-3.348599,51.4996],[-3.351099,51.5014],[-3.354199,51.5030],[-3.3541,51.5039],[-3.352099,51.5077],[-3.3554,51.5085],[-3.3571,51.5094],[-3.3659,51.5116],[-3.378099,51.5117],[-3.3941,51.5098],[-3.407599,51.5077],[-3.4124,51.5075],[-3.4203,51.5087],[-3.4288,51.5076],[-3.4346,51.5068],[-3.4386,51.5072],[-3.443799,51.5093],[-3.4489,51.5149],[-3.4553,51.5167],[-3.4604,51.5185],[-3.4649,51.5193],[-3.4656,51.5191],[-3.4709,51.5132],[-3.4728,51.5092],[-3.4756,51.5065],[-3.4784,51.5082],[-3.4835,51.5116],[-3.4846,51.5119],[-3.49100,51.5112],[-3.4948,51.5116],[-3.498399,51.5122],[-3.499599,51.5127]]]]}, properties:{name:"Rhondda Cynon Taff"}}, {type:"Feature", geometry:{type:"MultiPolygon", coordinates:[[[[-3.9758,51.7664],[-3.9742,51.7662],[-3.9677,51.7663],[-3.9621,51.7661],[-3.9574,51.7664],[-3.950799,51.7668],[-3.94810,51.7684],[-3.9446,51.7696],[-3.9384,51.772],[-3.934799,51.7731],[-3.93380,51.7733],[-3.933199,51.7730],[-3.932699,51.7728],[-3.9265,51.7708],[-3.9259,51.7700],[-3.9252,51.7683],[-3.9231,51.7646],[-3.921099,51.7633],[-3.9196,51.7629],[-3.9187,51.7612],[-3.919199,51.7598],[-3.919101,51.7593],[-3.9179,51.7579],[-3.914799,51.7570],[-3.9142,51.7561],[-3.9141,51.7549],[-3.9141,51.7537],[-3.913901,51.7529],[-3.913501,51.7525],[-3.9119,51.7527],[-3.91080,51.7526],[-3.909899,51.7521],[-3.908,51.7497],[-3.907001,51.7492],[-3.9008,51.7455],[-3.89860,51.7437],[-3.8963,51.743],[-3.893901,51.743],[-3.8928,51.7426],[-3.8922,51.7418],[-3.892,51.7399],[-3.89080,51.7401],[-3.889899,51.7404],[-3.889301,51.7404],[-3.8884,51.7401],[-3.8875,51.7389],[-3.886801,51.7367],[-3.8863,51.7358],[-3.885099,51.7342],[-3.88470,51.7319],[-3.88520,51.7306],[-3.8854,51.7286],[-3.884599,51.7274],[-3.885,51.7264],[-3.8849,51.7246],[-3.8829,51.7222],[-3.881299,51.7199],[-3.8799,51.7171],[-3.879501,51.716],[-3.8794,51.7145],[-3.88050,51.7131],[-3.880599,51.7124],[-3.88030,51.7119],[-3.876499,51.7097],[-3.8754,51.7083],[-3.8757,51.7075],[-3.8771,51.7061],[-3.877599,51.7053],[-3.877899,51.7047],[-3.8778,51.7041],[-3.877399,51.7036],[-3.876499,51.7030],[-3.8736,51.7031],[-3.8715,51.7035],[-3.866801,51.7042],[-3.864599,51.7059],[-3.8633,51.707],[-3.86240,51.7073],[-3.8617,51.7074],[-3.8608,51.7061],[-3.860399,51.7055],[-3.8598,51.705],[-3.8564,51.7043],[-3.8555,51.7037],[-3.854899,51.7022],[-3.854199,51.7018],[-3.853501,51.7016],[-3.852,51.7017],[-3.851401,51.7016],[-3.8506,51.7009],[-3.8505,51.7002],[-3.851401,51.6984],[-3.851401,51.6977],[-3.851099,51.6972],[-3.848701,51.6965],[-3.848799,51.6948],[-3.8531,51.6848],[-3.8529,51.6812],[-3.8531,51.6791],[-3.853701,51.6765],[-3.8554,51.6737],[-3.8592,51.6715],[-3.8629,51.6706],[-3.862999,51.6696],[-3.86240,51.6686],[-3.8615,51.667],[-3.86010,51.6656],[-3.8594,51.665],[-3.8592,51.6642],[-3.8592,51.6633],[-3.85990,51.6626],[-3.862099,51.6611],[-3.862999,51.6588],[-3.865499,51.6567],[-3.8673,51.6565],[-3.869101,51.6561],[-3.8699,51.6556],[-3.8703,51.6542],[-3.869999,51.6526],[-3.8692,51.6499],[-3.868599,51.6486],[-3.868901,51.6474],[-3.8694,51.6461],[-3.8728,51.6420],[-3.8775,51.6357],[-3.879101,51.6287],[-3.879501,51.6277],[-3.88,51.6265],[-3.881001,51.6237],[-3.8808,51.621],[-3.8799,51.6203],[-3.878999,51.6199],[-3.878,51.6194],[-3.8778,51.6181],[-3.8792,51.6181],[-3.88030,51.6181],[-3.8859,51.6191],[-3.8896,51.6196],[-3.890399,51.6195],[-3.892499,51.6185],[-3.894799,51.6171],[-3.8963,51.6157],[-3.899199,51.6144],[-3.907001,51.6122],[-3.910399,51.6111],[-3.913701,51.6101],[-3.916899,51.6097],[-3.9198,51.6097],[-3.9217,51.609],[-3.9226,51.6081],[-3.923199,51.6077],[-3.923599,51.608],[-3.923599,51.6085],[-3.923399,51.6089],[-3.922199,51.6096],[-3.9217,51.6102],[-3.921401,51.6109],[-3.921801,51.6116],[-3.9228,51.6117],[-3.923701,51.6119],[-3.924,51.6131],[-3.923701,51.6148],[-3.923701,51.6163],[-3.924,51.617],[-3.92510,51.6167],[-3.9264,51.6167],[-3.9281,51.6179],[-3.9305,51.6204],[-3.93170,51.6220],[-3.9328,51.6217],[-3.93210,51.6201],[-3.931099,51.619],[-3.9307,51.6184],[-3.9307,51.6181],[-3.9309,51.618],[-3.9412,51.6158],[-3.941401,51.6155],[-3.941299,51.6152],[-3.941299,51.6151],[-3.941099,51.6148],[-3.9407,51.6148],[-3.9372,51.6155],[-3.93170,51.6167],[-3.928999,51.617],[-3.9281,51.6167],[-3.9275,51.6164],[-3.9254,51.6137],[-3.92510,51.6128],[-3.92510,51.6123],[-3.925499,51.6119],[-3.92580,51.612],[-3.926001,51.6125],[-3.9263,51.6129],[-3.9268,51.6134],[-3.92770,51.6138],[-3.92980,51.6141],[-3.931401,51.6142],[-3.933901,51.6142],[-3.9367,51.6141],[-3.939501,51.6136],[-3.941801,51.6133],[-3.94530,51.6129],[-3.9487,51.6129],[-3.961,51.6114],[-3.9663,51.6102],[-3.973,51.6082],[-3.98450,51.6029],[-3.9886,51.6008],[-3.9899,51.6],[-3.990499,51.5993],[-3.991801,51.5974],[-3.9935,51.5945],[-3.9951,51.5909],[-3.996201,51.5879],[-3.9968,51.5857],[-3.997299,51.5833],[-3.997499,51.5820],[-3.9976,51.5803],[-3.997499,51.5797],[-3.99690,51.5785],[-3.996001,51.5767],[-3.9955,51.5761],[-3.9946,51.5755],[-3.99270,51.5748],[-3.9874,51.5732],[-3.981601,51.5714],[-3.9798,51.5708],[-3.978199,51.5704],[-3.977099,51.5702],[-3.976201,51.5701],[-3.9742,51.5702],[-3.973799,51.5701],[-3.973799,51.5694],[-3.973901,51.5690],[-3.9742,51.5685],[-3.9745,51.5682],[-3.9751,51.5679],[-3.9766,51.5677],[-3.977299,51.5674],[-3.9776,51.5671],[-3.977999,51.5663],[-3.978701,51.5654],[-3.979501,51.5653],[-3.98050,51.5656],[-3.981499,51.5662],[-3.9823,51.5665],[-3.982899,51.5664],[-3.9835,51.5661],[-3.986201,51.5651],[-3.9874,51.5646],[-3.9886,51.5640],[-3.989399,51.5640],[-3.990099,51.5641],[-3.9911,51.5643],[-3.993,51.5648],[-3.994699,51.5651],[-3.999501,51.5658],[-4.000899,51.5659],[-4.002,51.5666],[-4.0029,51.5672],[-4.003399,51.5675],[-4.003901,51.5677],[-4.0047,51.5679],[-4.005499,51.5681],[-4.0061,51.5682],[-4.007,51.5683],[-4.007899,51.5684],[-4.0086,51.5684],[-4.010399,51.5681],[-4.011001,51.5677],[-4.0113,51.5674],[-4.0113,51.5670],[-4.011099,51.5663],[-4.0109,51.5659],[-4.0107,51.5655],[-4.0103,51.5652],[-4.0099,51.5648],[-4.009799,51.5644],[-4.0099,51.5642],[-4.010099,51.5641],[-4.0102,51.5640],[-4.0107,51.5638],[-4.011401,51.5636],[-4.011899,51.5636],[-4.0124,51.5637],[-4.012899,51.5639],[-4.0137,51.5644],[-4.014699,51.5651],[-4.0151,51.5652],[-4.015699,51.5651],[-4.0168,51.5649],[-4.0183,51.5645],[-4.019501,51.5643],[-4.020599,51.5642],[-4.0215,51.5642],[-4.021699,51.5643],[-4.022,51.5645],[-4.022699,51.5651],[-4.0232,51.5656],[-4.024199,51.5669],[-4.025,51.5674],[-4.0258,51.5678],[-4.026899,51.5682],[-4.027599,51.5689],[-4.0281,51.5694],[-4.028901,51.5700],[-4.029799,51.5702],[-4.0309,51.5703],[-4.0321,51.5703],[-4.0327,51.5702],[-4.033199,51.5700],[-4.0342,51.5693],[-4.0348,51.5688],[-4.035399,51.5687],[-4.036201,51.5687],[-4.0376,51.5687],[-4.038099,51.5687],[-4.038799,51.5686],[-4.039,51.5685],[-4.0393,51.5683],[-4.0398,51.5679],[-4.0401,51.5676],[-4.0409,51.5669],[-4.041299,51.5667],[-4.042,51.5665],[-4.044,51.5665],[-4.0451,51.5666],[-4.0458,51.5665],[-4.0465,51.5663],[-4.0478,51.5658],[-4.048999,51.5652],[-4.049699,51.5650],[-4.0507,51.5651],[-4.052001,51.5651],[-4.0527,51.5650],[-4.053199,51.5649],[-4.0537,51.5647],[-4.054501,51.5643],[-4.055399,51.5636],[-4.055699,51.5633],[-4.0559,51.5629],[-4.056001,51.5622],[-4.056001,51.5613],[-4.056001,51.5604],[-4.056099,51.56],[-4.0564,51.5595],[-4.056601,51.5592],[-4.057099,51.5587],[-4.0576,51.5584],[-4.058599,51.558],[-4.0601,51.5579],[-4.0623,51.5581],[-4.064,51.5583],[-4.0653,51.5589],[-4.0665,51.5596],[-4.0678,51.5605],[-4.07,51.5617],[-4.0712,51.5621],[-4.0725,51.5623],[-4.073999,51.5623],[-4.0767,51.5619],[-4.078599,51.5619],[-4.0801,51.5620],[-4.0814,51.5622],[-4.082699,51.5627],[-4.083399,51.563],[-4.0839,51.5634],[-4.084301,51.5638],[-4.084599,51.5644],[-4.0851,51.5646],[-4.0858,51.5647],[-4.0876,51.5649],[-4.0895,51.5652],[-4.091001,51.5655],[-4.092899,51.5656],[-4.0946,51.5656],[-4.0959,51.5657],[-4.0977,51.5659],[-4.099,51.5661],[-4.1005,51.5666],[-4.101201,51.5670],[-4.1018,51.5675],[-4.103099,51.5690],[-4.103799,51.5696],[-4.104101,51.5697],[-4.1048,51.5699],[-4.10550,51.5700],[-4.106201,51.5699],[-4.107299,51.5695],[-4.1078,51.5694],[-4.1083,51.5695],[-4.108901,51.5697],[-4.109,51.5699],[-4.109,51.5701],[-4.108901,51.5702],[-4.1086,51.5704],[-4.1079,51.5707],[-4.107299,51.5710],[-4.106801,51.5714],[-4.1066,51.5717],[-4.1065,51.5720],[-4.1066,51.5723],[-4.106801,51.5727],[-4.107299,51.5731],[-4.1082,51.5736],[-4.1083,51.5737],[-4.108399,51.5739],[-4.108399,51.5741],[-4.1083,51.5743],[-4.107999,51.5745],[-4.1076,51.5746],[-4.1066,51.5748],[-4.1054,51.5751],[-4.104101,51.5753],[-4.1034,51.5755],[-4.103,51.5757],[-4.103,51.5759],[-4.1034,51.5761],[-4.104,51.5762],[-4.105299,51.5760],[-4.1066,51.5756],[-4.1075,51.5753],[-4.1092,51.5749],[-4.110499,51.5748],[-4.11160,51.5747],[-4.111801,51.5746],[-4.112,51.5744],[-4.1121,51.5742],[-4.112,51.5739],[-4.111801,51.5737],[-4.111001,51.5734],[-4.1107,51.5732],[-4.110499,51.5729],[-4.110499,51.5728],[-4.110499,51.5727],[-4.1106,51.5725],[-4.111001,51.5721],[-4.112299,51.5716],[-4.113999,51.5710],[-4.116601,51.5702],[-4.118199,51.5696],[-4.1188,51.5690],[-4.119101,51.5688],[-4.1194,51.5687],[-4.119699,51.5687],[-4.120399,51.5689],[-4.1213,51.5695],[-4.1215,51.5696],[-4.1233,51.5697],[-4.126299,51.5700],[-4.1275,51.5701],[-4.1291,51.5701],[-4.131499,51.5699],[-4.135799,51.5693],[-4.1378,51.5693],[-4.138901,51.5694],[-4.1393,51.5695],[-4.1398,51.5698],[-4.1401,51.5701],[-4.1399,51.5703],[-4.139501,51.5703],[-4.138999,51.5704],[-4.1388,51.5711],[-4.138901,51.5712],[-4.1394,51.5714],[-4.1401,51.5715],[-4.141001,51.5714],[-4.141699,51.5712],[-4.142001,51.5708],[-4.142001,51.5706],[-4.1418,51.5701],[-4.1415,51.5693],[-4.1414,51.5690],[-4.1414,51.5685],[-4.141601,51.5681],[-4.1418,51.5678],[-4.1423,51.5674],[-4.143099,51.5669],[-4.144101,51.5664],[-4.148901,51.5649],[-4.151401,51.5640],[-4.153501,51.5631],[-4.153901,51.5628],[-4.1546,51.5622],[-4.155799,51.5608],[-4.1566,51.5598],[-4.1578,51.5581],[-4.1581,51.5574],[-4.158199,51.5568],[-4.158199,51.5564],[-4.158199,51.5559],[-4.1581,51.5555],[-4.157899,51.5552],[-4.157599,51.5549],[-4.157001,51.5544],[-4.156499,51.554],[-4.154699,51.553],[-4.1524,51.5521],[-4.1501,51.5513],[-4.147299,51.5502],[-4.1461,51.5497],[-4.1457,51.5495],[-4.1451,51.549],[-4.144501,51.5483],[-4.144199,51.5479],[-4.143799,51.5469],[-4.1436,51.5461],[-4.1436,51.5456],[-4.143701,51.545],[-4.143799,51.5447],[-4.144101,51.5442],[-4.1444,51.544],[-4.145299,51.5436],[-4.147799,51.5428],[-4.149799,51.5425],[-4.151801,51.5423],[-4.1528,51.5424],[-4.1538,51.5428],[-4.155799,51.5437],[-4.156899,51.5441],[-4.1613,51.5451],[-4.173399,51.5472],[-4.178299,51.548],[-4.181201,51.5482],[-4.182899,51.548],[-4.184199,51.5479],[-4.1859,51.5479],[-4.189301,51.5484],[-4.1915,51.5486],[-4.1928,51.5487],[-4.1957,51.5484],[-4.1975,51.548],[-4.1992,51.5476],[-4.201099,51.5471],[-4.2024,51.5465],[-4.204199,51.5453],[-4.205299,51.5444],[-4.206,51.5437],[-4.2064,51.5429],[-4.2065,51.5424],[-4.206299,51.5417],[-4.206,51.5412],[-4.2055,51.5405],[-4.205299,51.5404],[-4.204,51.54],[-4.202899,51.5395],[-4.2026,51.5393],[-4.2023,51.539],[-4.202199,51.5388],[-4.202199,51.5384],[-4.2023,51.5382],[-4.2024,51.5381],[-4.202899,51.5381],[-4.203701,51.5383],[-4.204199,51.5387],[-4.2048,51.5393],[-4.205299,51.5395],[-4.205699,51.5394],[-4.206201,51.5392],[-4.206699,51.5387],[-4.2069,51.5382],[-4.2072,51.5379],[-4.207799,51.5376],[-4.2083,51.5376],[-4.208799,51.5377],[-4.2095,51.5379],[-4.21,51.5381],[-4.2104,51.5384],[-4.2108,51.539],[-4.2111,51.5397],[-4.211299,51.5402],[-4.2115,51.5407],[-4.211801,51.541],[-4.212399,51.5414],[-4.212999,51.5416],[-4.213901,51.5417],[-4.2149,51.5417],[-4.216001,51.5417],[-4.218299,51.5414],[-4.219301,51.5413],[-4.221401,51.5413],[-4.2233,51.5415],[-4.2258,51.5419],[-4.2322,51.5426],[-4.2382,51.5448],[-4.240099,51.5458],[-4.2406,51.5462],[-4.2412,51.5465],[-4.242099,51.5467],[-4.2439,51.547],[-4.2451,51.5472],[-4.247799,51.5487],[-4.2505,51.55],[-4.253399,51.5505],[-4.255599,51.5512],[-4.2561,51.5515],[-4.256401,51.5519],[-4.256499,51.5521],[-4.256499,51.5523],[-4.256299,51.5527],[-4.256001,51.5531],[-4.255899,51.5533],[-4.256001,51.5536],[-4.2561,51.5537],[-4.256299,51.5538],[-4.256899,51.5538],[-4.2588,51.5538],[-4.2599,51.5538],[-4.2609,51.554],[-4.2634,51.5552],[-4.264101,51.5556],[-4.2651,51.5558],[-4.2664,51.5558],[-4.267399,51.5557],[-4.268,51.5557],[-4.2685,51.5558],[-4.2689,51.5562],[-4.269101,51.5566],[-4.269199,51.5573],[-4.2693,51.5574],[-4.27,51.5577],[-4.2714,51.5579],[-4.2722,51.558],[-4.272799,51.5582],[-4.273399,51.5587],[-4.274,51.5592],[-4.2744,51.5593],[-4.275199,51.5593],[-4.2765,51.5592],[-4.277,51.5592],[-4.277299,51.5594],[-4.2774,51.5595],[-4.2774,51.5598],[-4.277299,51.5605],[-4.2772,51.5613],[-4.277299,51.5616],[-4.2779,51.5617],[-4.2809,51.5617],[-4.283999,51.5618],[-4.2852,51.5619],[-4.287199,51.5624],[-4.288099,51.5626],[-4.289599,51.5628],[-4.2904,51.5627],[-4.2909,51.5626],[-4.2915,51.5624],[-4.292,51.5620],[-4.2923,51.5616],[-4.2925,51.5607],[-4.292799,51.5602],[-4.2932,51.5598],[-4.2936,51.5597],[-4.294,51.5599],[-4.29460,51.5601],[-4.2953,51.5603],[-4.2958,51.5606],[-4.2967,51.5611],[-4.298299,51.5618],[-4.3,51.5623],[-4.300499,51.5624],[-4.301801,51.5626],[-4.303199,51.5627],[-4.304399,51.5628],[-4.304999,51.5631],[-4.3052,51.5634],[-4.3052,51.5636],[-4.3052,51.5638],[-4.3049,51.5642],[-4.304101,51.5645],[-4.303299,51.5648],[-4.302599,51.5651],[-4.3009,51.5663],[-4.2999,51.5669],[-4.298501,51.5676],[-4.2953,51.5688],[-4.289501,51.5702],[-4.288599,51.5706],[-4.288099,51.5709],[-4.287499,51.5715],[-4.287099,51.5722],[-4.286601,51.5738],[-4.2864,51.5751],[-4.286099,51.5772],[-4.286099,51.5796],[-4.2863,51.5814],[-4.286601,51.5822],[-4.287001,51.5831],[-4.288099,51.5853],[-4.296899,51.6001],[-4.3021,51.6074],[-4.302499,51.6078],[-4.303199,51.6084],[-4.304101,51.609],[-4.304699,51.6094],[-4.305699,51.6096],[-4.306099,51.6099],[-4.3063,51.6102],[-4.3063,51.6106],[-4.306001,51.6109],[-4.3055,51.6112],[-4.304501,51.6116],[-4.3031,51.6126],[-4.302299,51.6129],[-4.3017,51.613],[-4.3002,51.6131],[-4.298299,51.6133],[-4.2974,51.6135],[-4.2965,51.614],[-4.295199,51.6148],[-4.294199,51.6153],[-4.293701,51.6155],[-4.292399,51.6158],[-4.2915,51.6158],[-4.290699,51.6157],[-4.289899,51.6154],[-4.289199,51.6149],[-4.2876,51.6147],[-4.2865,51.6147],[-4.2855,51.6146],[-4.284699,51.6141],[-4.283199,51.614],[-4.2812,51.6142],[-4.278901,51.6151],[-4.277299,51.6159],[-4.2762,51.6167],[-4.273701,51.6191],[-4.271699,51.6211],[-4.270599,51.6224],[-4.2701,51.6228],[-4.2693,51.6232],[-4.2689,51.6233],[-4.2669,51.6233],[-4.2655,51.6233],[-4.2649,51.6235],[-4.263599,51.6242],[-4.2623,51.6250],[-4.2596,51.6268],[-4.2571,51.6286],[-4.2515,51.6328],[-4.248701,51.6354],[-4.2473,51.6374],[-4.2459,51.6404],[-4.244999,51.6436],[-4.2438,51.6464],[-4.2434,51.647],[-4.242899,51.6476],[-4.242599,51.6479],[-4.242001,51.6484],[-4.241601,51.6487],[-4.241001,51.649],[-4.240499,51.6492],[-4.239999,51.6493],[-4.239501,51.6492],[-4.2387,51.6480],[-4.2381,51.6468],[-4.237,51.6459],[-4.234799,51.6444],[-4.23360,51.6436],[-4.2332,51.6430],[-4.232999,51.6426],[-4.233099,51.6424],[-4.2332,51.6422],[-4.2335,51.6422],[-4.235,51.6431],[-4.236899,51.6443],[-4.238999,51.6462],[-4.239799,51.6469],[-4.240099,51.6469],[-4.2402,51.6466],[-4.2402,51.6463],[-4.240099,51.6462],[-4.239799,51.6458],[-4.2392,51.6451],[-4.238599,51.6445],[-4.237599,51.6436],[-4.236499,51.6430],[-4.235499,51.6425],[-4.234399,51.6419],[-4.233901,51.6417],[-4.233701,51.6415],[-4.2333,51.6405],[-4.233099,51.6397],[-4.232999,51.6388],[-4.2332,51.6384],[-4.233399,51.6381],[-4.233901,51.6379],[-4.2345,51.6378],[-4.2353,51.6380],[-4.235899,51.6384],[-4.2367,51.6389],[-4.237199,51.6390],[-4.2375,51.6390],[-4.237899,51.6389],[-4.2381,51.6388],[-4.2384,51.6385],[-4.238901,51.6378],[-4.239399,51.6368],[-4.239799,51.6358],[-4.2399,51.6352],[-4.2399,51.6346],[-4.239799,51.6344],[-4.2396,51.6342],[-4.2391,51.6338],[-4.2387,51.6336],[-4.238599,51.6334],[-4.238599,51.6329],[-4.2387,51.6324],[-4.2392,51.6313],[-4.2396,51.6307],[-4.239999,51.6302],[-4.241099,51.6292],[-4.241601,51.6291],[-4.242499,51.6289],[-4.243299,51.6287],[-4.2434,51.6284],[-4.2434,51.6282],[-4.243,51.6281],[-4.242099,51.6281],[-4.2412,51.6281],[-4.240799,51.6280],[-4.240699,51.6279],[-4.2406,51.6276],[-4.240699,51.6274],[-4.241099,51.627],[-4.2418,51.6267],[-4.241899,51.6263],[-4.2418,51.6261],[-4.241499,51.6259],[-4.2409,51.6257],[-4.240699,51.6255],[-4.240699,51.6253],[-4.2409,51.6250],[-4.2412,51.6248],[-4.241899,51.6245],[-4.241899,51.6242],[-4.241601,51.6237],[-4.2413,51.6234],[-4.241001,51.6232],[-4.2406,51.6230],[-4.239999,51.6233],[-4.239399,51.6234],[-4.2391,51.6233],[-4.2384,51.6220],[-4.2381,51.6217],[-4.237899,51.6217],[-4.2375,51.6219],[-4.2374,51.6221],[-4.2375,51.6227],[-4.2378,51.6233],[-4.237899,51.6234],[-4.237999,51.6236],[-4.237999,51.6237],[-4.2378,51.6239],[-4.2374,51.624],[-4.236801,51.6241],[-4.2367,51.6243],[-4.236899,51.6251],[-4.236801,51.6254],[-4.2366,51.6256],[-4.236001,51.6255],[-4.2356,51.6250],[-4.235099,51.6241],[-4.2345,51.6233],[-4.2342,51.6232],[-4.233701,51.6232],[-4.2332,51.6235],[-4.2332,51.6237],[-4.233701,51.6246],[-4.234,51.6254],[-4.2341,51.6257],[-4.2341,51.6259],[-4.234,51.6261],[-4.2335,51.6266],[-4.2333,51.6269],[-4.2332,51.6271],[-4.2332,51.6273],[-4.2335,51.6276],[-4.234,51.6281],[-4.2342,51.6284],[-4.2342,51.6287],[-4.2341,51.6289],[-4.233901,51.6292],[-4.233399,51.6296],[-4.2333,51.6298],[-4.233399,51.6305],[-4.233399,51.6308],[-4.233399,51.6311],[-4.2333,51.6313],[-4.232999,51.6315],[-4.232299,51.6317],[-4.231699,51.6318],[-4.2307,51.6318],[-4.230199,51.6318],[-4.2295,51.6317],[-4.2293,51.6316],[-4.229101,51.6311],[-4.229101,51.6308],[-4.2293,51.6300],[-4.2297,51.6294],[-4.2297,51.6289],[-4.2294,51.6281],[-4.229199,51.6276],[-4.229,51.6271],[-4.2289,51.6266],[-4.228799,51.6260],[-4.2286,51.6252],[-4.2285,51.6243],[-4.2284,51.6236],[-4.228199,51.6232],[-4.228,51.6230],[-4.2277,51.6230],[-4.227399,51.6231],[-4.227099,51.6235],[-4.2273,51.6244],[-4.227799,51.6257],[-4.228,51.6263],[-4.228099,51.6267],[-4.228,51.6284],[-4.228,51.6295],[-4.228,51.6297],[-4.2279,51.6299],[-4.2276,51.6300],[-4.227399,51.6300],[-4.227001,51.6299],[-4.2268,51.6297],[-4.226699,51.6294],[-4.2265,51.6287],[-4.2264,51.6277],[-4.2264,51.627],[-4.2264,51.6266],[-4.226099,51.6263],[-4.2255,51.6263],[-4.225299,51.6265],[-4.225599,51.6284],[-4.2258,51.6293],[-4.2259,51.6301],[-4.2259,51.6305],[-4.225599,51.6307],[-4.2252,51.6307],[-4.2248,51.6303],[-4.224199,51.6294],[-4.2239,51.6288],[-4.223701,51.6282],[-4.223501,51.6274],[-4.223599,51.627],[-4.2239,51.6266],[-4.2243,51.6261],[-4.224599,51.6258],[-4.224599,51.6256],[-4.224501,51.6252],[-4.2243,51.6245],[-4.22400,51.6239],[-4.2238,51.6235],[-4.223599,51.6228],[-4.223599,51.6220],[-4.223501,51.6216],[-4.223199,51.6212],[-4.223,51.6211],[-4.222499,51.621],[-4.222001,51.621],[-4.2213,51.6212],[-4.221099,51.6214],[-4.2209,51.6219],[-4.220799,51.6222],[-4.2209,51.6229],[-4.221001,51.6232],[-4.2213,51.6237],[-4.2218,51.6247],[-4.222099,51.6254],[-4.222001,51.6257],[-4.2218,51.6260],[-4.2213,51.6262],[-4.220699,51.6263],[-4.220099,51.6262],[-4.2199,51.6261],[-4.2199,51.6255],[-4.219999,51.6244],[-4.219999,51.6234],[-4.219999,51.6230],[-4.2199,51.6226],[-4.2196,51.6219],[-4.219301,51.6214],[-4.2191,51.6211],[-4.2188,51.6209],[-4.2184,51.6209],[-4.217999,51.6212],[-4.2177,51.6218],[-4.217599,51.6223],[-4.217599,51.6234],[-4.2175,51.6244],[-4.2174,51.6247],[-4.217199,51.6249],[-4.216899,51.6248],[-4.2167,51.6247],[-4.2166,51.6245],[-4.216499,51.6242],[-4.2162,51.6226],[-4.216001,51.6217],[-4.216001,51.6214],[-4.215799,51.6212],[-4.215499,51.6213],[-4.215,51.6219],[-4.214799,51.6224],[-4.2145,51.6228],[-4.2142,51.6230],[-4.213799,51.6231],[-4.212999,51.6232],[-4.210599,51.6232],[-4.210299,51.6231],[-4.209899,51.6229],[-4.209799,51.6226],[-4.209799,51.6223],[-4.209799,51.6220],[-4.210299,51.6211],[-4.210599,51.6203],[-4.2107,51.6196],[-4.2108,51.619],[-4.2107,51.6187],[-4.210599,51.6186],[-4.210299,51.6185],[-4.21,51.6185],[-4.209599,51.6187],[-4.209,51.6193],[-4.208701,51.6195],[-4.2082,51.6197],[-4.207699,51.6196],[-4.2061,51.6192],[-4.204999,51.6188],[-4.204501,51.6186],[-4.204199,51.6184],[-4.2039,51.6176],[-4.2038,51.6171],[-4.203599,51.6168],[-4.2034,51.6168],[-4.20310,51.6169],[-4.203,51.6175],[-4.203,51.6182],[-4.20310,51.6184],[-4.2033,51.6187],[-4.204199,51.6193],[-4.2054,51.6198],[-4.2069,51.6204],[-4.208099,51.6207],[-4.2083,51.6208],[-4.208399,51.6212],[-4.2083,51.6218],[-4.208399,51.6223],[-4.209101,51.6233],[-4.2095,51.6237],[-4.2101,51.6242],[-4.2104,51.6244],[-4.211,51.6246],[-4.2129,51.6244],[-4.213399,51.6243],[-4.2141,51.6243],[-4.2147,51.6244],[-4.2149,51.6246],[-4.215,51.6249],[-4.215,51.6256],[-4.214799,51.6260],[-4.2145,51.6263],[-4.213799,51.6266],[-4.2132,51.6267],[-4.2125,51.6267],[-4.2121,51.6266],[-4.2111,51.6260],[-4.210299,51.6255],[-4.209599,51.6251],[-4.209199,51.6249],[-4.2089,51.6250],[-4.208701,51.6252],[-4.2086,51.6257],[-4.208399,51.6262],[-4.2082,51.6264],[-4.207699,51.6264],[-4.2073,51.6262],[-4.206699,51.6257],[-4.2064,51.6257],[-4.206299,51.6259],[-4.2061,51.6263],[-4.2061,51.6269],[-4.2065,51.6282],[-4.2065,51.6289],[-4.2064,51.6295],[-4.206201,51.6298],[-4.2061,51.6299],[-4.205699,51.6302],[-4.205299,51.6302],[-4.204899,51.6299],[-4.2043,51.6294],[-4.203599,51.6284],[-4.20310,51.6280],[-4.2017,51.6272],[-4.2003,51.6266],[-4.19960,51.6265],[-4.198901,51.6265],[-4.1975,51.6265],[-4.1967,51.6265],[-4.1956,51.6266],[-4.191401,51.6267],[-4.1894,51.6265],[-4.1882,51.6265],[-4.1869,51.6265],[-4.1861,51.6267],[-4.185599,51.6269],[-4.1851,51.627],[-4.1847,51.627],[-4.1844,51.6269],[-4.184199,51.6268],[-4.184101,51.6267],[-4.184101,51.6263],[-4.184101,51.6260],[-4.1843,51.6258],[-4.1847,51.6255],[-4.1852,51.6253],[-4.1864,51.6251],[-4.187699,51.6250],[-4.1886,51.6249],[-4.189199,51.6248],[-4.1896,51.6247],[-4.1904,51.6243],[-4.191,51.624],[-4.191801,51.6237],[-4.191899,51.6234],[-4.191801,51.6233],[-4.1917,51.6232],[-4.191,51.6231],[-4.189899,51.6229],[-4.189301,51.6227],[-4.1889,51.6225],[-4.1886,51.6222],[-4.1882,51.6217],[-4.188099,51.6215],[-4.188099,51.6212],[-4.1882,51.621],[-4.1885,51.6209],[-4.189101,51.6209],[-4.19,51.6209],[-4.190599,51.6209],[-4.191,51.6208],[-4.191201,51.6206],[-4.191401,51.6204],[-4.191401,51.6200],[-4.191299,51.6199],[-4.189899,51.6198],[-4.1886,51.6201],[-4.187799,51.6204],[-4.187399,51.6206],[-4.187001,51.6211],[-4.186299,51.6216],[-4.185699,51.6217],[-4.184899,51.6216],[-4.1847,51.6214],[-4.1847,51.6211],[-4.18480,51.6203],[-4.184999,51.6196],[-4.184899,51.6193],[-4.1847,51.6192],[-4.1844,51.6193],[-4.184101,51.6198],[-4.1839,51.6204],[-4.1838,51.6213],[-4.184,51.6219],[-4.184599,51.6223],[-4.1854,51.6224],[-4.186201,51.6225],[-4.187799,51.6230],[-4.1883,51.6232],[-4.1885,51.6234],[-4.188701,51.6237],[-4.1886,51.6239],[-4.188399,51.6241],[-4.187399,51.6242],[-4.1861,51.6242],[-4.1852,51.6244],[-4.1844,51.6247],[-4.1835,51.6252],[-4.183,51.6254],[-4.181201,51.6258],[-4.178999,51.6261],[-4.177899,51.6262],[-4.177199,51.6261],[-4.1757,51.6256],[-4.175099,51.6254],[-4.174399,51.6251],[-4.172999,51.6244],[-4.1707,51.6242],[-4.1679,51.6243],[-4.1659,51.6243],[-4.164999,51.6244],[-4.1644,51.6246],[-4.1639,51.6248],[-4.163599,51.6252],[-4.1635,51.6255],[-4.1635,51.6264],[-4.1635,51.6273],[-4.1633,51.6274],[-4.163099,51.6274],[-4.162799,51.6274],[-4.1626,51.6273],[-4.1623,51.627],[-4.162199,51.6267],[-4.162099,51.6261],[-4.162199,51.6256],[-4.1626,51.6246],[-4.1633,51.6234],[-4.163599,51.6230],[-4.164,51.6227],[-4.1643,51.6225],[-4.1648,51.6225],[-4.1652,51.6226],[-4.166299,51.6229],[-4.167099,51.6229],[-4.168,51.6229],[-4.1686,51.6227],[-4.168701,51.6223],[-4.168701,51.6221],[-4.1686,51.6220],[-4.1683,51.6220],[-4.167799,51.6220],[-4.1668,51.6221],[-4.166299,51.6220],[-4.1659,51.6218],[-4.165599,51.6214],[-4.1654,51.6209],[-4.165299,51.6205],[-4.1652,51.6202],[-4.164899,51.6200],[-4.164199,51.6200],[-4.1639,51.6201],[-4.1639,51.6207],[-4.163799,51.6215],[-4.1635,51.6220],[-4.163199,51.6223],[-4.162199,51.6232],[-4.1614,51.6241],[-4.1606,51.6256],[-4.1606,51.6260],[-4.1609,51.6267],[-4.1613,51.6272],[-4.161601,51.6279],[-4.1618,51.6284],[-4.1619,51.6288],[-4.1618,51.6292],[-4.161601,51.6294],[-4.161099,51.6295],[-4.1588,51.6292],[-4.154799,51.6287],[-4.151,51.6283],[-4.1495,51.6283],[-4.1485,51.6285],[-4.147999,51.6288],[-4.147799,51.6293],[-4.147699,51.6299],[-4.147799,51.6303],[-4.148099,51.6311],[-4.1483,51.6317],[-4.1485,51.6323],[-4.1486,51.6332],[-4.1486,51.6337],[-4.1485,51.6340],[-4.1483,51.6343],[-4.147999,51.6344],[-4.1475,51.6345],[-4.146201,51.6346],[-4.144199,51.6346],[-4.1427,51.6347],[-4.141601,51.6349],[-4.1409,51.6353],[-4.1398,51.6360],[-4.1393,51.6363],[-4.138501,51.6367],[-4.1381,51.6369],[-4.137599,51.6368],[-4.1374,51.6367],[-4.137001,51.6365],[-4.1362,51.6360],[-4.1357,51.6352],[-4.135499,51.6351],[-4.134799,51.6350],[-4.133999,51.6349],[-4.1337,51.6351],[-4.1337,51.6353],[-4.133901,51.6357],[-4.1346,51.6361],[-4.135499,51.6366],[-4.1363,51.6371],[-4.137001,51.6377],[-4.1374,51.6382],[-4.1374,51.6386],[-4.1373,51.6389],[-4.1371,51.6392],[-4.1367,51.6396],[-4.136401,51.6398],[-4.1359,51.6401],[-4.135499,51.6402],[-4.135,51.6402],[-4.1325,51.6403],[-4.132299,51.6404],[-4.132199,51.6408],[-4.1325,51.6412],[-4.1328,51.6414],[-4.133299,51.6415],[-4.1338,51.6415],[-4.134699,51.6413],[-4.135099,51.6412],[-4.1356,51.6413],[-4.135799,51.6415],[-4.135799,51.6418],[-4.1356,51.6420],[-4.1353,51.6422],[-4.134501,51.6424],[-4.1338,51.6423],[-4.129799,51.6413],[-4.1286,51.641],[-4.1275,51.641],[-4.1264,51.6412],[-4.125299,51.6415],[-4.123701,51.6422],[-4.122099,51.6428],[-4.121099,51.6431],[-4.119501,51.6434],[-4.1184,51.6435],[-4.114399,51.6437],[-4.112299,51.6438],[-4.110899,51.644],[-4.109301,51.6442],[-4.106,51.6441],[-4.103099,51.644],[-4.0993,51.6444],[-4.094699,51.6454],[-4.0912,51.6459],[-4.089,51.6464],[-4.0865,51.6471],[-4.085,51.6479],[-4.084599,51.6482],[-4.0844,51.6484],[-4.084301,51.6486],[-4.084301,51.6488],[-4.084599,51.649],[-4.0858,51.6488],[-4.0865,51.6485],[-4.087299,51.6481],[-4.089301,51.6476],[-4.090899,51.6471],[-4.092999,51.6466],[-4.0952,51.6463],[-4.097001,51.6461],[-4.099,51.6457],[-4.1009,51.6451],[-4.1027,51.6447],[-4.1043,51.6447],[-4.1057,51.6449],[-4.106801,51.6452],[-4.107399,51.6453],[-4.1075,51.6454],[-4.1075,51.6455],[-4.107,51.6458],[-4.106299,51.6461],[-4.105199,51.6468],[-4.104599,51.647],[-4.104,51.6471],[-4.102799,51.647],[-4.101699,51.6467],[-4.101201,51.6467],[-4.1009,51.6468],[-4.1009,51.6471],[-4.101201,51.6473],[-4.101699,51.6474],[-4.102399,51.6476],[-4.103799,51.6479],[-4.1047,51.6478],[-4.105199,51.6477],[-4.106299,51.6471],[-4.1079,51.6462],[-4.109301,51.6456],[-4.1106,51.6452],[-4.112299,51.6450],[-4.113299,51.6450],[-4.114699,51.6451],[-4.1152,51.6452],[-4.115799,51.6454],[-4.116099,51.6456],[-4.1163,51.646],[-4.116401,51.6464],[-4.1163,51.6468],[-4.1159,51.6475],[-4.115399,51.6480],[-4.1152,51.6482],[-4.1146,51.6487],[-4.1141,51.6491],[-4.112599,51.6499],[-4.1121,51.6501],[-4.110899,51.6502],[-4.109301,51.6502],[-4.1082,51.6504],[-4.107,51.6508],[-4.1058,51.6512],[-4.104199,51.6519],[-4.1023,51.6528],[-4.1002,51.6539],[-4.099,51.6544],[-4.0984,51.6546],[-4.0981,51.6546],[-4.0977,51.6544],[-4.097499,51.6542],[-4.097499,51.654],[-4.0977,51.6535],[-4.098,51.653],[-4.0984,51.6525],[-4.099699,51.6513],[-4.1009,51.6505],[-4.101699,51.6498],[-4.102099,51.6495],[-4.1022,51.6492],[-4.102001,51.6489],[-4.1015,51.6489],[-4.0998,51.6497],[-4.0983,51.6508],[-4.0968,51.6519],[-4.093299,51.6548],[-4.0928,51.6552],[-4.0924,51.6554],[-4.0917,51.6556],[-4.088799,51.656],[-4.088399,51.656],[-4.0878,51.6553],[-4.087399,51.6548],[-4.0861,51.6535],[-4.0858,51.6531],[-4.085499,51.6528],[-4.085199,51.6527],[-4.085,51.6527],[-4.084799,51.6529],[-4.085199,51.6534],[-4.085599,51.654],[-4.086,51.6549],[-4.086299,51.6559],[-4.086201,51.6564],[-4.085899,51.6567],[-4.085499,51.6569],[-4.080299,51.6578],[-4.079101,51.6578],[-4.0789,51.6577],[-4.0789,51.6574],[-4.079199,51.657],[-4.0793,51.6567],[-4.0793,51.6564],[-4.079199,51.6562],[-4.079,51.656],[-4.0784,51.6558],[-4.0777,51.6556],[-4.077099,51.6556],[-4.076401,51.6555],[-4.0753,51.6552],[-4.074501,51.6547],[-4.0737,51.6541],[-4.072899,51.6539],[-4.0717,51.6538],[-4.0711,51.6536],[-4.0707,51.6533],[-4.07,51.6523],[-4.0695,51.6516],[-4.0691,51.6514],[-4.0682,51.6513],[-4.066801,51.6511],[-4.0665,51.6510],[-4.066401,51.6512],[-4.0666,51.6516],[-4.067299,51.6523],[-4.067299,51.6526],[-4.0672,51.653],[-4.067,51.6532],[-4.066801,51.6533],[-4.0661,51.6533],[-4.0657,51.6533],[-4.0654,51.6533],[-4.064101,51.6534],[-4.064,51.6537],[-4.064199,51.654],[-4.065,51.6542],[-4.0661,51.6545],[-4.066899,51.6551],[-4.0674,51.6556],[-4.067599,51.6561],[-4.067599,51.6568],[-4.0675,51.6571],[-4.0672,51.6573],[-4.0667,51.6573],[-4.066201,51.6573],[-4.065199,51.6572],[-4.063399,51.6566],[-4.060699,51.6557],[-4.057499,51.6549],[-4.056099,51.6547],[-4.054699,51.6547],[-4.053599,51.6547],[-4.0528,51.6547],[-4.052199,51.6549],[-4.052199,51.6553],[-4.052899,51.6555],[-4.0548,51.6554],[-4.056601,51.6555],[-4.0584,51.6559],[-4.0632,51.6573],[-4.064799,51.6578],[-4.065499,51.658],[-4.0667,51.6579],[-4.068099,51.6578],[-4.0696,51.6575],[-4.070099,51.6574],[-4.070799,51.6574],[-4.071401,51.6576],[-4.0725,51.6585],[-4.0767,51.6613],[-4.0781,51.6616],[-4.073599,51.6682],[-4.0727,51.672],[-4.0727,51.6738],[-4.072899,51.6759],[-4.074399,51.678],[-4.075399,51.6794],[-4.076001,51.6813],[-4.0762,51.6826],[-4.0759,51.6842],[-4.0752,51.6861],[-4.074399,51.6869],[-4.0734,51.6874],[-4.0699,51.6883],[-4.067599,51.6888],[-4.066401,51.6894],[-4.0654,51.6902],[-4.062699,51.6927],[-4.0622,51.6932],[-4.061201,51.6944],[-4.060599,51.6955],[-4.059599,51.6976],[-4.059199,51.6984],[-4.0585,51.6992],[-4.0576,51.7002],[-4.0569,51.7007],[-4.056601,51.7008],[-4.054599,51.7008],[-4.053199,51.7009],[-4.052001,51.7012],[-4.051099,51.7016],[-4.0502,51.7022],[-4.0499,51.7027],[-4.049799,51.7032],[-4.049699,51.7046],[-4.049301,51.7069],[-4.049301,51.7086],[-4.049301,51.7092],[-4.048999,51.7096],[-4.0486,51.7097],[-4.0471,51.7096],[-4.0453,51.7093],[-4.04450,51.7091],[-4.043799,51.7086],[-4.0429,51.7079],[-4.0422,51.7077],[-4.0415,51.7076],[-4.0411,51.7077],[-4.0409,51.708],[-4.0408,51.7083],[-4.0408,51.7087],[-4.0408,51.7091],[-4.0411,51.7095],[-4.0425,51.7103],[-4.0454,51.7116],[-4.0461,51.7119],[-4.046201,51.7121],[-4.046201,51.7123],[-4.0458,51.7126],[-4.043701,51.7135],[-4.043099,51.714],[-4.043,51.7145],[-4.043099,51.7158],[-4.0432,51.7179],[-4.0433,51.7193],[-4.0436,51.7215],[-4.044,51.7228],[-4.045199,51.7244],[-4.0466,51.726],[-4.047,51.7266],[-4.047,51.7275],[-4.046899,51.7282],[-4.046299,51.7292],[-4.045599,51.7299],[-4.044199,51.7312],[-4.043,51.7328],[-4.0423,51.7341],[-4.041601,51.7355],[-4.041201,51.736],[-4.040699,51.7363],[-4.039999,51.7366],[-4.039199,51.7366],[-4.038099,51.7365],[-4.0368,51.7361],[-4.0359,51.7359],[-4.0348,51.7359],[-4.033,51.7362],[-4.032199,51.7365],[-4.031401,51.737],[-4.0302,51.7383],[-4.029399,51.7388],[-4.0287,51.7389],[-4.0281,51.739],[-4.027599,51.739],[-4.0274,51.7391],[-4.027299,51.7394],[-4.0274,51.7398],[-4.0278,51.7405],[-4.0279,51.7411],[-4.0279,51.7416],[-4.027599,51.7422],[-4.0272,51.7427],[-4.026801,51.7429],[-4.025599,51.743],[-4.0246,51.743],[-4.024301,51.7431],[-4.024,51.7433],[-4.0241,51.7439],[-4.024301,51.7442],[-4.0247,51.7448],[-4.0247,51.7453],[-4.0235,51.7480],[-4.022699,51.749],[-4.022299,51.7493],[-4.021699,51.7494],[-4.0208,51.7493],[-4.019899,51.7493],[-4.0194,51.7493],[-4.019,51.7496],[-4.018799,51.7499],[-4.0184,51.7505],[-4.0177,51.7509],[-4.0165,51.7521],[-4.016001,51.7526],[-4.015399,51.7528],[-4.014699,51.7528],[-4.013501,51.7528],[-4.0127,51.7529],[-4.0118,51.7531],[-4.009799,51.7550],[-4.007299,51.7580],[-4.0061,51.7597],[-4.005499,51.7606],[-4.004799,51.7610],[-4.002699,51.7619],[-4.0015,51.7626],[-4.000899,51.7631],[-4.000599,51.7635],[-4.0004,51.7641],[-4.0005,51.7648],[-4.001201,51.7661],[-4.0014,51.7678],[-4.0011,51.7685],[-4.000899,51.7704],[-3.999501,51.7708],[-3.9981,51.7711],[-3.99480,51.7748],[-3.993599,51.7754],[-3.991801,51.7742],[-3.985199,51.7716],[-3.98280,51.7702],[-3.981499,51.7683],[-3.9793,51.7669],[-3.9758,51.7664]]],[[[-4.0732,51.6559],[-4.073299,51.6554],[-4.073999,51.6555],[-4.0755,51.6559],[-4.076499,51.656],[-4.0781,51.6564],[-4.0783,51.6566],[-4.0784,51.6569],[-4.078199,51.6572],[-4.077799,51.6575],[-4.0769,51.6578],[-4.0763,51.6579],[-4.075799,51.6579],[-4.075099,51.6577],[-4.0743,51.6573],[-4.0737,51.6569],[-4.073299,51.6563],[-4.0732,51.6559]]],[[[-4.235099,51.6268],[-4.2357,51.6267],[-4.2361,51.6268],[-4.2366,51.627],[-4.237,51.6273],[-4.2375,51.6276],[-4.2381,51.6279],[-4.238599,51.6282],[-4.2388,51.6285],[-4.238901,51.6287],[-4.2388,51.6290],[-4.2387,51.6292],[-4.2384,51.6293],[-4.237999,51.6293],[-4.2377,51.6292],[-4.2371,51.6290],[-4.2366,51.6288],[-4.2357,51.6284],[-4.235199,51.6281],[-4.235,51.6279],[-4.234799,51.6276],[-4.2347,51.6273],[-4.235,51.6269],[-4.235099,51.6268]]],[[[-4.308701,51.6095],[-4.3097,51.6094],[-4.310699,51.6095],[-4.311299,51.6096],[-4.3118,51.6098],[-4.312099,51.61],[-4.3123,51.6102],[-4.312399,51.6105],[-4.3123,51.6107],[-4.312099,51.6109],[-4.311699,51.6111],[-4.3114,51.6111],[-4.3109,51.6111],[-4.310299,51.611],[-4.3093,51.6109],[-4.3088,51.6108],[-4.308199,51.6106],[-4.308,51.6104],[-4.307899,51.6102],[-4.307899,51.6099],[-4.3081,51.6096],[-4.308701,51.6095]]],[[[-4.2387,51.6244],[-4.238901,51.6244],[-4.2392,51.6246],[-4.239301,51.6247],[-4.239501,51.6249],[-4.239699,51.6252],[-4.239799,51.6256],[-4.239799,51.6260],[-4.239699,51.6264],[-4.2396,51.6267],[-4.239501,51.6269],[-4.239399,51.627],[-4.2392,51.6271],[-4.238901,51.6271],[-4.238299,51.6271],[-4.237899,51.627],[-4.2377,51.6268],[-4.237599,51.6266],[-4.2377,51.6263],[-4.2378,51.6262],[-4.2382,51.6259],[-4.238299,51.6256],[-4.238299,51.6253],[-4.237999,51.6249],[-4.237999,51.6248],[-4.2381,51.6246],[-4.238501,51.6244],[-4.2387,51.6244]]],[[[-4.23620,51.6296],[-4.236499,51.6296],[-4.236899,51.6298],[-4.237299,51.6300],[-4.2375,51.6302],[-4.237599,51.6304],[-4.237599,51.6307],[-4.2374,51.6309],[-4.236801,51.6309],[-4.23620,51.6308],[-4.236001,51.6307],[-4.2356,51.6304],[-4.235499,51.6302],[-4.235499,51.6298],[-4.2356,51.6297],[-4.23620,51.6296]]]]}, properties:{name:"Swansea (Abertane)"}}, {type:"Feature", geometry:{type:"MultiPolygon", coordinates:[[[[-2.9589,51.6287],[-2.9621,51.6276],[-2.963799,51.6276],[-2.9645,51.6283],[-2.96490,51.6290],[-2.9661,51.6295],[-2.9681,51.6296],[-2.973599,51.6287],[-2.976201,51.6285],[-2.97900,51.6279],[-2.982001,51.6277],[-2.986001,51.6282],[-2.9883,51.6275],[-2.9883,51.6259],[-2.98930,51.6250],[-2.991699,51.6245],[-2.993901,51.6242],[-2.994999,51.6228],[-2.996601,51.6212],[-2.9981,51.6199],[-3.0006,51.6211],[-3.0078,51.6230],[-3.013999,51.6224],[-3.0181,51.6202],[-3.0191,51.6197],[-3.0193,51.6185],[-3.020099,51.618],[-3.021899,51.6174],[-3.026601,51.6174],[-3.027999,51.6175],[-3.029599,51.6178],[-3.03060,51.6183],[-3.0314,51.6193],[-3.0315,51.6202],[-3.03230,51.6205],[-3.033,51.6205],[-3.033999,51.6198],[-3.034501,51.6200],[-3.035399,51.6211],[-3.03650,51.6215],[-3.041201,51.6221],[-3.044399,51.6232],[-3.0469,51.6237],[-3.048199,51.6236],[-3.048901,51.6232],[-3.049599,51.6217],[-3.0509,51.6188],[-3.0493,51.618],[-3.0488,51.6173],[-3.048501,51.6166],[-3.0473,51.6159],[-3.046601,51.6151],[-3.046401,51.614],[-3.046401,51.6129],[-3.0467,51.6119],[-3.047699,51.6104],[-3.046801,51.6098],[-3.04590,51.6081],[-3.0457,51.6061],[-3.047699,51.6065],[-3.049599,51.6071],[-3.05080,51.6081],[-3.0518,51.6094],[-3.0538,51.6099],[-3.0553,51.6098],[-3.0573,51.6099],[-3.05900,51.6102],[-3.060899,51.6108],[-3.0627,51.6126],[-3.063999,51.614],[-3.065,51.6162],[-3.0659,51.6178],[-3.067001,51.6185],[-3.068599,51.6185],[-3.069999,51.6183],[-3.0717,51.6182],[-3.074301,51.6178],[-3.076699,51.6184],[-3.0783,51.6192],[-3.0795,51.6202],[-3.0804,51.621],[-3.082,51.6246],[-3.08340,51.6264],[-3.088901,51.6296],[-3.0883,51.6314],[-3.087199,51.6336],[-3.0852,51.6352],[-3.082999,51.6365],[-3.0815,51.6380],[-3.079999,51.641],[-3.077001,51.6434],[-3.0713,51.6498],[-3.0711,51.6513],[-3.0716,51.6523],[-3.0734,51.654],[-3.074699,51.6556],[-3.0757,51.6578],[-3.0761,51.6601],[-3.073501,51.6583],[-3.07310,51.6606],[-3.07290,51.6637],[-3.07290,51.6663],[-3.0725,51.6693],[-3.074899,51.6729],[-3.076601,51.6758],[-3.078099,51.6796],[-3.0782,51.6815],[-3.0778,51.6830],[-3.077199,51.6843],[-3.076601,51.6855],[-3.076401,51.6863],[-3.076601,51.6869],[-3.0776,51.6872],[-3.0783,51.6872],[-3.0797,51.6867],[-3.0806,51.6858],[-3.082,51.6848],[-3.0833,51.6847],[-3.084599,51.6862],[-3.0852,51.6862],[-3.0854,51.685],[-3.086801,51.6823],[-3.0876,51.6827],[-3.089101,51.6829],[-3.0901,51.6828],[-3.0913,51.6827],[-3.0926,51.6821],[-3.0929,51.6832],[-3.0934,51.6844],[-3.094,51.6854],[-3.095,51.6863],[-3.096601,51.6869],[-3.0985,51.6873],[-3.09940,51.6895],[-3.100399,51.6909],[-3.1016,51.6922],[-3.100699,51.6933],[-3.100199,51.6948],[-3.0995,51.6974],[-3.09940,51.6974],[-3.09980,51.6988],[-3.100699,51.6998],[-3.1029,51.7006],[-3.1101,51.7018],[-3.107199,51.7063],[-3.10570,51.7108],[-3.104899,51.7138],[-3.1047,51.7176],[-3.1047,51.7223],[-3.1061,51.724],[-3.107399,51.7247],[-3.10780,51.7257],[-3.10780,51.727],[-3.1073,51.7287],[-3.107001,51.7309],[-3.1075,51.7329],[-3.108901,51.734],[-3.10990,51.7342],[-3.1113,51.7352],[-3.1117,51.7362],[-3.11180,51.7376],[-3.111201,51.7392],[-3.1103,51.7408],[-3.10990,51.7428],[-3.109999,51.7448],[-3.110699,51.7463],[-3.1119,51.7473],[-3.113501,51.7481],[-3.1163,51.7488],[-3.117399,51.7525],[-3.1164,51.7533],[-3.114599,51.7550],[-3.1122,51.7581],[-3.111401,51.7595],[-3.12610,51.7679],[-3.144599,51.7853],[-3.1405,51.7874],[-3.135799,51.7918],[-3.134399,51.7938],[-3.131201,51.7958],[-3.1298,51.7961],[-3.1285,51.7962],[-3.127199,51.7961],[-3.1249,51.7956],[-3.1208,51.795],[-3.115499,51.7943],[-3.1122,51.7943],[-3.1094,51.7948],[-3.1041,51.7948],[-3.100899,51.7923],[-3.091201,51.788],[-3.084301,51.7859],[-3.079999,51.7856],[-3.0757,51.786],[-3.07240,51.7867],[-3.069101,51.7865],[-3.064101,51.7857],[-3.057499,51.783],[-3.0457,51.7746],[-3.04590,51.7743],[-3.0532,51.7673],[-3.053299,51.7658],[-3.051001,51.7620],[-3.048901,51.7609],[-3.045799,51.7599],[-3.0425,51.7590],[-3.041899,51.7573],[-3.041201,51.7558],[-3.039799,51.7548],[-3.0374,51.7541],[-3.035399,51.7531],[-3.03440,51.7518],[-3.033799,51.7498],[-3.03440,51.7466],[-3.0357,51.7416],[-3.0393,51.7325],[-3.037499,51.7308],[-3.0357,51.7307],[-3.0351,51.7303],[-3.034699,51.7295],[-3.0335,51.7284],[-3.0327,51.7287],[-3.031699,51.7282],[-3.0308,51.7262],[-3.02990,51.7253],[-3.0291,51.7244],[-3.02830,51.7239],[-3.027,51.7238],[-3.026201,51.724],[-3.025399,51.7248],[-3.024199,51.7259],[-3.022799,51.7264],[-3.019799,51.726],[-3.016401,51.7249],[-3.0136,51.7249],[-3.0106,51.7248],[-3.007999,51.7254],[-3.005199,51.726],[-3.002599,51.7243],[-3.0009,51.7229],[-2.999599,51.721],[-2.9983,51.7189],[-2.9972,51.7188],[-2.9911,51.7211],[-2.99,51.7206],[-2.9881,51.7184],[-2.983999,51.7158],[-2.984301,51.7147],[-2.986099,51.7136],[-2.987999,51.7118],[-2.989399,51.7095],[-2.992399,51.707],[-2.992899,51.7048],[-2.993799,51.7015],[-2.9953,51.6998],[-2.996601,51.6992],[-2.999599,51.6962],[-3.0021,51.6906],[-2.998399,51.6915],[-2.993799,51.6916],[-2.990499,51.6916],[-2.988501,51.6928],[-2.987299,51.6926],[-2.984999,51.6926],[-2.9834,51.6926],[-2.981499,51.6929],[-2.9786,51.6934],[-2.9705,51.6944],[-2.96910,51.6946],[-2.9681,51.6942],[-2.9677,51.6933],[-2.9679,51.6925],[-2.969199,51.6916],[-2.9712,51.6901],[-2.972699,51.6890],[-2.9733,51.6884],[-2.9742,51.6871],[-2.977499,51.6822],[-2.978199,51.6814],[-2.979501,51.6803],[-2.9807,51.6787],[-2.980599,51.6771],[-2.98130,51.6757],[-2.982199,51.6749],[-2.98490,51.6747],[-2.989799,51.6755],[-2.992599,51.6764],[-2.9942,51.6779],[-2.996099,51.6848],[-3.0035,51.6827],[-3.0035,51.6786],[-3.0044,51.6781],[-3.00530,51.6774],[-3.00550,51.6764],[-3.004699,51.6753],[-3.003599,51.6728],[-3.0042,51.671],[-3.00340,51.6701],[-3.002399,51.6696],[-3.000799,51.6694],[-2.999599,51.6692],[-2.9986,51.6659],[-2.996401,51.6658],[-2.9951,51.6657],[-2.993701,51.6651],[-2.992001,51.661],[-2.9904,51.6602],[-2.98930,51.6591],[-2.9886,51.6581],[-2.988199,51.6567],[-2.98700,51.6561],[-2.9848,51.6552],[-2.983099,51.6548],[-2.981699,51.654],[-2.98090,51.6532],[-2.9791,51.6522],[-2.977499,51.6506],[-2.977099,51.6492],[-2.9777,51.6478],[-2.9777,51.6469],[-2.9786,51.6463],[-2.979399,51.6456],[-2.9793,51.6445],[-2.979199,51.6427],[-2.978701,51.6411],[-2.977999,51.6399],[-2.9763,51.6395],[-2.9756,51.6377],[-2.9746,51.6363],[-2.974101,51.6354],[-2.972199,51.6333],[-2.969501,51.6326],[-2.96870,51.6335],[-2.9679,51.6338],[-2.96660,51.6337],[-2.9653,51.6334],[-2.963901,51.6330],[-2.96260,51.6331],[-2.9612,51.6335],[-2.960299,51.6334],[-2.96,51.6328],[-2.9604,51.6323],[-2.961,51.6316],[-2.961,51.6306],[-2.9589,51.6287]]]]}, properties:{name:"Torfaen (Tor-Faen)"}}, {type:"Feature", geometry:{type:"MultiPolygon", coordinates:[[[[-3.4386,51.5072],[-3.4346,51.5068],[-3.4288,51.5076],[-3.4203,51.5087],[-3.4124,51.5075],[-3.407599,51.5077],[-3.3941,51.5098],[-3.378099,51.5117],[-3.3659,51.5116],[-3.3571,51.5094],[-3.3554,51.5085],[-3.352099,51.5077],[-3.3541,51.5039],[-3.354199,51.5030],[-3.351099,51.5014],[-3.348599,51.4996],[-3.346801,51.4966],[-3.342999,51.5017],[-3.338799,51.5100],[-3.316601,51.5065],[-3.312599,51.5082],[-3.309799,51.5087],[-3.308501,51.5086],[-3.3071,51.5026],[-3.3052,51.5024],[-3.3018,51.5000],[-3.2983,51.4971],[-3.294101,51.4932],[-3.2874,51.4853],[-3.286,51.4836],[-3.281001,51.4758],[-3.2755,51.4681],[-3.2753,51.4662],[-3.274899,51.4647],[-3.273901,51.4628],[-3.2725,51.4615],[-3.270499,51.4614],[-3.2671,51.4633],[-3.26460,51.4649],[-3.260299,51.4654],[-3.2553,51.4656],[-3.2512,51.4641],[-3.2468,51.4637],[-3.24440,51.4642],[-3.240099,51.4657],[-3.2335,51.4698],[-3.22840,51.472],[-3.224999,51.4736],[-3.2205,51.474],[-3.218199,51.4735],[-3.214,51.4725],[-3.209399,51.47],[-3.205499,51.4662],[-3.205199,51.4648],[-3.205899,51.4605],[-3.205499,51.4593],[-3.2044,51.4573],[-3.2,51.4555],[-3.191,51.4524],[-3.1864,51.4507],[-3.186201,51.4507],[-3.184799,51.4495],[-3.18310,51.4486],[-3.181499,51.4480],[-3.1803,51.4477],[-3.179399,51.4476],[-3.1756,51.4473],[-3.171299,51.4467],[-3.1677,51.4471],[-3.1659,51.4474],[-3.164999,51.4472],[-3.1647,51.4469],[-3.1651,51.4464],[-3.169501,51.4457],[-3.172499,51.4461],[-3.1759,51.4463],[-3.1767,51.4461],[-3.176899,51.4457],[-3.17660,51.4455],[-3.17470,51.4452],[-3.170599,51.4451],[-3.1675,51.4453],[-3.1651,51.4457],[-3.163501,51.4457],[-3.1624,51.4455],[-3.161601,51.4450],[-3.161,51.4443],[-3.160599,51.4433],[-3.1605,51.4419],[-3.160599,51.4407],[-3.16080,51.4401],[-3.161401,51.4390],[-3.1649,51.4313],[-3.166699,51.4268],[-3.1675,51.4241],[-3.168,51.4217],[-3.1684,51.4184],[-3.168,51.4157],[-3.1675,51.413],[-3.167099,51.4118],[-3.1668,51.4108],[-3.1659,51.4083],[-3.165499,51.4074],[-3.165299,51.407],[-3.1656,51.4066],[-3.166001,51.4063],[-3.166699,51.4061],[-3.1679,51.4058],[-3.169399,51.4056],[-3.171099,51.4054],[-3.173599,51.4049],[-3.17470,51.4045],[-3.1756,51.4041],[-3.1772,51.4034],[-3.1788,51.4031],[-3.1809,51.403],[-3.183,51.4028],[-3.183599,51.4025],[-3.1838,51.4022],[-3.183901,51.4018],[-3.183501,51.4011],[-3.183599,51.4007],[-3.183701,51.4005],[-3.183901,51.4004],[-3.1843,51.4003],[-3.184999,51.4003],[-3.1886,51.4003],[-3.19980,51.4008],[-3.205499,51.4019],[-3.212899,51.4034],[-3.219501,51.4041],[-3.226401,51.4023],[-3.232599,51.3983],[-3.240299,51.3966],[-3.244501,51.3966],[-3.2468,51.3972],[-3.2488,51.3954],[-3.2497,51.3948],[-3.2511,51.3937],[-3.251699,51.3932],[-3.25280,51.3927],[-3.2534,51.3927],[-3.253599,51.3928],[-3.253599,51.3931],[-3.253599,51.3932],[-3.253599,51.3935],[-3.2532,51.3941],[-3.2534,51.3947],[-3.2537,51.3951],[-3.2546,51.3955],[-3.2551,51.3956],[-3.256099,51.3957],[-3.256299,51.3957],[-3.256401,51.3960],[-3.256099,51.3964],[-3.256001,51.3966],[-3.256099,51.3968],[-3.2565,51.397],[-3.2572,51.3972],[-3.2576,51.3973],[-3.257699,51.3975],[-3.2578,51.3977],[-3.257699,51.3981],[-3.2574,51.3983],[-3.255899,51.3986],[-3.255,51.3987],[-3.254301,51.3986],[-3.2537,51.3984],[-3.253299,51.3987],[-3.252399,51.3998],[-3.250299,51.4015],[-3.24860,51.4031],[-3.24580,51.4053],[-3.2456,51.4055],[-3.2455,51.406],[-3.2456,51.4063],[-3.24580,51.4065],[-3.246001,51.4066],[-3.24650,51.4064],[-3.247299,51.4059],[-3.24860,51.405],[-3.249399,51.4043],[-3.251,51.4029],[-3.252199,51.4018],[-3.253299,51.4009],[-3.2542,51.4003],[-3.255,51.3998],[-3.256099,51.3992],[-3.25680,51.3990],[-3.257999,51.3987],[-3.258501,51.3986],[-3.2588,51.3987],[-3.2592,51.3988],[-3.259501,51.3990],[-3.259599,51.3992],[-3.259599,51.3994],[-3.259399,51.3997],[-3.2593,51.3998],[-3.25890,51.4001],[-3.258399,51.4003],[-3.257,51.4008],[-3.25680,51.4010],[-3.2569,51.4016],[-3.2572,51.4019],[-3.2576,51.402],[-3.2581,51.4019],[-3.2602,51.4008],[-3.2609,51.4006],[-3.261699,51.4006],[-3.2635,51.4009],[-3.2668,51.4009],[-3.2679,51.4008],[-3.269799,51.4006],[-3.2706,51.4004],[-3.2714,51.4001],[-3.272099,51.3998],[-3.2722,51.3996],[-3.272099,51.3993],[-3.271899,51.3989],[-3.271699,51.3988],[-3.27,51.3993],[-3.2686,51.3995],[-3.267699,51.3996],[-3.2671,51.3995],[-3.26670,51.3994],[-3.2665,51.3991],[-3.2665,51.3990],[-3.266601,51.3989],[-3.2686,51.3989],[-3.269399,51.3987],[-3.270099,51.3984],[-3.2706,51.3981],[-3.2708,51.3978],[-3.27070,51.3976],[-3.2702,51.3975],[-3.2672,51.3977],[-3.2653,51.3977],[-3.264301,51.3977],[-3.2634,51.3976],[-3.261499,51.3969],[-3.260499,51.3965],[-3.259399,51.3960],[-3.2579,51.3948],[-3.2571,51.3939],[-3.256201,51.3921],[-3.256201,51.3917],[-3.2565,51.3914],[-3.2572,51.3915],[-3.2588,51.3921],[-3.2602,51.3926],[-3.261001,51.3927],[-3.2614,51.3926],[-3.261699,51.3923],[-3.261899,51.3916],[-3.261801,51.3911],[-3.2616,51.3900],[-3.2614,51.3893],[-3.2614,51.3888],[-3.261699,51.3885],[-3.262599,51.3882],[-3.2637,51.3882],[-3.2655,51.3889],[-3.2665,51.3897],[-3.2676,51.3905],[-3.268399,51.3907],[-3.2692,51.3908],[-3.2708,51.3909],[-3.2725,51.3909],[-3.273799,51.3908],[-3.274199,51.3907],[-3.274501,51.3905],[-3.2748,51.3902],[-3.27510,51.3899],[-3.2755,51.3892],[-3.275599,51.3885],[-3.275599,51.3882],[-3.275199,51.3875],[-3.275,51.3869],[-3.275,51.3863],[-3.2753,51.3862],[-3.275899,51.3866],[-3.2767,51.3875],[-3.2774,51.3887],[-3.2779,51.3892],[-3.278501,51.3897],[-3.279,51.3899],[-3.2802,51.3903],[-3.280499,51.3905],[-3.2806,51.3907],[-3.2806,51.3909],[-3.27700,51.3918],[-3.2767,51.3921],[-3.276801,51.3925],[-3.2788,51.3929],[-3.2815,51.3933],[-3.282099,51.3932],[-3.2827,51.3931],[-3.2837,51.3927],[-3.2844,51.3922],[-3.285199,51.3913],[-3.2857,51.3903],[-3.2858,51.3875],[-3.286,51.3872],[-3.286601,51.3868],[-3.287,51.3867],[-3.287699,51.3869],[-3.288399,51.3873],[-3.2937,51.3906],[-3.2997,51.3929],[-3.3018,51.3932],[-3.304301,51.3934],[-3.3053,51.3933],[-3.306601,51.3931],[-3.3074,51.3927],[-3.3103,51.3909],[-3.3125,51.3895],[-3.313999,51.3890],[-3.315799,51.3885],[-3.318501,51.3881],[-3.3204,51.3878],[-3.322299,51.3873],[-3.3259,51.3859],[-3.3292,51.3840],[-3.33170,51.3828],[-3.3337,51.3822],[-3.3362,51.3816],[-3.34200,51.3818],[-3.348099,51.3836],[-3.352299,51.3841],[-3.3539,51.3842],[-3.3592,51.3845],[-3.36260,51.3847],[-3.3696,51.3843],[-3.378099,51.3842],[-3.379501,51.3841],[-3.38260,51.3838],[-3.392499,51.3831],[-3.393701,51.3829],[-3.3975,51.3825],[-3.400399,51.3822],[-3.4017,51.3825],[-3.4028,51.3835],[-3.4042,51.3855],[-3.40510,51.3865],[-3.4066,51.3875],[-3.40770,51.3882],[-3.408799,51.3885],[-3.40980,51.3887],[-3.411099,51.3889],[-3.4144,51.3893],[-3.419501,51.3890],[-3.4233,51.3885],[-3.428999,51.3892],[-3.4324,51.3897],[-3.437799,51.3888],[-3.444999,51.3887],[-3.45250,51.3900],[-3.460299,51.3925],[-3.464101,51.3933],[-3.46870,51.3940],[-3.470799,51.3940],[-3.4721,51.3939],[-3.4732,51.3937],[-3.4755,51.3937],[-3.4777,51.3943],[-3.481601,51.3953],[-3.4942,51.3967],[-3.500799,51.3974],[-3.506001,51.3982],[-3.511001,51.3990],[-3.515,51.3999],[-3.518701,51.4003],[-3.5208,51.4004],[-3.52340,51.4005],[-3.52550,51.4003],[-3.52760,51.3999],[-3.5311,51.3993],[-3.53390,51.3988],[-3.536201,51.3984],[-3.537699,51.3983],[-3.5394,51.3984],[-3.5422,51.3991],[-3.545599,51.4],[-3.54800,51.4006],[-3.554101,51.4014],[-3.555099,51.4017],[-3.55600,51.4021],[-3.556601,51.4024],[-3.557499,51.4031],[-3.558,51.4036],[-3.558501,51.4042],[-3.558901,51.4048],[-3.559101,51.4053],[-3.5603,51.4078],[-3.561201,51.4099],[-3.564899,51.414],[-3.5696,51.417],[-3.57310,51.4187],[-3.5753,51.4211],[-3.5796,51.4275],[-3.58040,51.4286],[-3.5818,51.4298],[-3.5831,51.4307],[-3.583501,51.4311],[-3.5841,51.432],[-3.584501,51.4327],[-3.5852,51.4339],[-3.586401,51.4352],[-3.5899,51.4382],[-3.591401,51.4395],[-3.592999,51.4409],[-3.594501,51.4417],[-3.59730,51.4419],[-3.601401,51.4418],[-3.6029,51.4420],[-3.603199,51.4423],[-3.603199,51.4426],[-3.602799,51.4428],[-3.6019,51.4434],[-3.60150,51.4439],[-3.60150,51.4445],[-3.6016,51.4452],[-3.6022,51.4458],[-3.603199,51.4467],[-3.604199,51.4475],[-3.608599,51.4497],[-3.61540,51.4523],[-3.621401,51.4541],[-3.6296,51.4578],[-3.633399,51.4596],[-3.635,51.4604],[-3.6363,51.4613],[-3.638099,51.463],[-3.6384,51.4634],[-3.6387,51.4641],[-3.638799,51.4646],[-3.638799,51.4656],[-3.638799,51.4665],[-3.6387,51.4673],[-3.6386,51.4677],[-3.6385,51.468],[-3.638099,51.4684],[-3.6357,51.47],[-3.6357,51.4707],[-3.6359,51.4709],[-3.635,51.4716],[-3.6333,51.4728],[-3.6315,51.4738],[-3.6303,51.4743],[-3.6294,51.4745],[-3.6263,51.475],[-3.61940,51.4767],[-3.616499,51.4784],[-3.6139,51.4803],[-3.612299,51.4812],[-3.611099,51.4816],[-3.60570,51.4826],[-3.6039,51.484],[-3.600899,51.4857],[-3.59470,51.4884],[-3.5894,51.4926],[-3.588599,51.4938],[-3.587699,51.4951],[-3.586801,51.4964],[-3.586,51.4966],[-3.581201,51.497],[-3.5775,51.4979],[-3.5716,51.5052],[-3.5652,51.5036],[-3.5676,51.5024],[-3.569,51.5005],[-3.5693,51.4987],[-3.5692,51.4976],[-3.566499,51.4976],[-3.564199,51.4968],[-3.564101,51.4966],[-3.5638,51.4959],[-3.564101,51.4941],[-3.564101,51.493],[-3.5652,51.4926],[-3.566401,51.4919],[-3.5671,51.4908],[-3.566499,51.4898],[-3.565799,51.4897],[-3.5613,51.4914],[-3.558701,51.4919],[-3.554101,51.4914],[-3.5504,51.4924],[-3.548501,51.4936],[-3.5476,51.4942],[-3.5437,51.4946],[-3.540699,51.496],[-3.538901,51.4974],[-3.53370,51.4995],[-3.529599,51.5017],[-3.5246,51.5031],[-3.5227,51.5042],[-3.5178,51.5052],[-3.515,51.5056],[-3.512599,51.5066],[-3.50810,51.5086],[-3.50300,51.5112],[-3.499599,51.5127],[-3.498399,51.5122],[-3.4948,51.5116],[-3.49100,51.5112],[-3.4846,51.5119],[-3.4835,51.5116],[-3.4784,51.5082],[-3.4756,51.5065],[-3.4728,51.5092],[-3.4709,51.5132],[-3.4656,51.5191],[-3.4649,51.5193],[-3.4604,51.5185],[-3.4553,51.5167],[-3.4489,51.5149],[-3.443799,51.5093],[-3.4386,51.5072]]],[[[-3.115099,51.3756],[-3.1163,51.3755],[-3.117399,51.3757],[-3.118701,51.3762],[-3.119501,51.3767],[-3.11980,51.3771],[-3.11980,51.3782],[-3.119101,51.3791],[-3.118701,51.3794],[-3.118,51.3797],[-3.1173,51.3799],[-3.1157,51.3801],[-3.113701,51.3797],[-3.112999,51.3795],[-3.1122,51.3789],[-3.11200,51.3785],[-3.112499,51.377],[-3.1131,51.3765],[-3.1141,51.3758],[-3.115099,51.3756]]],[[[-3.190399,51.3967],[-3.19,51.3958],[-3.190099,51.3955],[-3.191801,51.3954],[-3.193099,51.3958],[-3.193901,51.3959],[-3.195199,51.3960],[-3.1965,51.3960],[-3.196899,51.3962],[-3.19720,51.3966],[-3.197099,51.3968],[-3.196001,51.3974],[-3.195199,51.3975],[-3.1945,51.3975],[-3.191099,51.3971],[-3.190399,51.3967]]]]}, properties:{name:"Vale of Glamorgan (Bro Morgannwg)"}}, {type:"Feature", geometry:{type:"MultiPolygon", coordinates:[[[[-3.38940, 52.8762],[-3.372, 52.895],[-3.368999, 52.897],[-3.36430, 52.8989],[-3.3601, 52.9021],[-3.3594, 52.9053],[-3.357199, 52.9077],[-3.3554, 52.9116],[-3.350899, 52.9143],[-3.3533, 52.9176],[-3.344, 52.9211],[-3.336299, 52.9237],[-3.3315, 52.9278],[-3.3293, 52.9284],[-3.318501, 52.9446],[-3.3088, 52.9448],[-3.3017, 52.9429],[-3.297, 52.9423],[-3.2904, 52.9427],[-3.2732, 52.9431],[-3.258501, 52.9445],[-3.240799, 52.9489],[-3.234699, 52.9506],[-3.233901, 52.9529],[-3.226401, 52.9515],[-3.223, 52.9519],[-3.19530, 52.9439],[-3.19320, 52.9439],[-3.1802, 52.9474],[-3.1765, 52.9478],[-3.169101, 52.9435],[-3.167799, 52.943],[-3.161, 52.9455],[-3.154599, 52.9459],[-3.150399, 52.9465],[-3.1456, 52.9482],[-3.13410, 52.9533],[-3.1231, 52.9544],[-3.11200, 52.9553],[-3.105599, 52.9541],[-3.09940, 52.9559],[-3.0971, 52.9581],[-3.097001, 52.9594],[-3.097399, 52.9601],[-3.100899, 52.9606],[-3.1052, 52.9596],[-3.1101, 52.9596],[-3.1105, 52.9608],[-3.1092, 52.962],[-3.1054, 52.9627],[-3.099699, 52.9623],[-3.096299, 52.9628],[-3.094501, 52.9638],[-3.0934, 52.9655],[-3.094, 52.9679],[-3.0952, 52.9700],[-3.097899, 52.9716],[-3.1019, 52.9708],[-3.1075, 52.9692],[-3.1098, 52.969],[-3.1113, 52.9701],[-3.111601, 52.9715],[-3.111201, 52.9724],[-3.109301, 52.9739],[-3.10950, 52.9758],[-3.1096, 52.9777],[-3.1103, 52.9785],[-3.115099, 52.9787],[-3.120199, 52.9784],[-3.1208, 52.9791],[-3.121099, 52.9821],[-3.1206, 52.9845],[-3.121201, 52.9861],[-3.123199, 52.9867],[-3.126499, 52.9864],[-3.132999, 52.9867],[-3.138299, 52.9878],[-3.1408, 52.9896],[-3.1479, 52.9922],[-3.15, 52.9928],[-3.15470, 52.9964],[-3.15470, 52.9971],[-3.154, 52.998],[-3.15220, 53.0001],[-3.151601, 53.0011],[-3.151299, 53.0029],[-3.151401, 53.0039],[-3.1533, 53.0068],[-3.1533, 53.0074],[-3.1528, 53.0082],[-3.150399, 53.0096],[-3.140399, 53.0169],[-3.138799, 53.0186],[-3.1377, 53.0224],[-3.137399, 53.0253],[-3.1379, 53.0277],[-3.139301, 53.0299],[-3.1438, 53.0343],[-3.14630, 53.0369],[-3.149101, 53.0386],[-3.153901, 53.0401],[-3.154, 53.0406],[-3.1536, 53.0415],[-3.147099, 53.0462],[-3.1431, 53.0499],[-3.139899, 53.0539],[-3.137399, 53.0563],[-3.136001, 53.0585],[-3.1363, 53.0615],[-3.135799, 53.0622],[-3.134399, 53.0643],[-3.13410, 53.0659],[-3.134799, 53.0687],[-3.137199, 53.0728],[-3.1328, 53.0737],[-3.130899, 53.074],[-3.128799, 53.0741],[-3.1243, 53.0749],[-3.1201, 53.0749],[-3.11770, 53.0753],[-3.1154, 53.0763],[-3.1106, 53.0801],[-3.097899, 53.0799],[-3.0941, 53.0817],[-3.0861, 53.0845],[-3.072599, 53.0896],[-3.0717, 53.0896],[-3.068799, 53.0882],[-3.065399, 53.0865],[-3.0597, 53.0844],[-3.0557, 53.0843],[-3.0524, 53.0858],[-3.046601, 53.088],[-3.0435, 53.0901],[-3.04020, 53.0929],[-3.037899, 53.0957],[-3.03600, 53.0977],[-3.034301, 53.0980],[-3.030699, 53.0981],[-3.0295, 53.0995],[-3.02780, 53.1024],[-3.027999, 53.1040],[-3.0288, 53.1053],[-3.028901, 53.1064],[-3.0255, 53.1089],[-3.017999, 53.1146],[-3.01370, 53.117],[-3.011699, 53.1184],[-3.0113, 53.1202],[-3.0113, 53.1229],[-3.0104, 53.1249],[-3.0067, 53.1265],[-3.001499, 53.1257],[-2.9976, 53.1257],[-2.9909, 53.1258],[-2.986099, 53.1256],[-2.9804, 53.125],[-2.9772, 53.1259],[-2.974999, 53.1271],[-2.9725, 53.1274],[-2.969501, 53.1275],[-2.9669, 53.1271],[-2.962699, 53.1318],[-2.961499, 53.1316],[-2.959301, 53.1317],[-2.956201, 53.1315],[-2.951401, 53.1301],[-2.944999, 53.1282],[-2.946001, 53.1226],[-2.9458, 53.122],[-2.944999, 53.1214],[-2.9442, 53.1212],[-2.943, 53.1209],[-2.940799, 53.1214],[-2.9398, 53.1215],[-2.939101, 53.1215],[-2.93820, 53.1212],[-2.9368, 53.1208],[-2.9309, 53.1208],[-2.92030, 53.1187],[-2.913, 53.1153],[-2.909501, 53.1124],[-2.90560, 53.1120],[-2.9042, 53.1120],[-2.900899, 53.1138],[-2.897799, 53.1154],[-2.8962, 53.1162],[-2.894799, 53.1168],[-2.892999, 53.118],[-2.89150, 53.119],[-2.888999, 53.1204],[-2.88750, 53.1216],[-2.8871, 53.1219],[-2.8866, 53.1221],[-2.8852, 53.121],[-2.8839, 53.1206],[-2.8831, 53.1206],[-2.8818, 53.1209],[-2.880899, 53.1215],[-2.880199, 53.1218],[-2.879699, 53.1217],[-2.879501, 53.1216],[-2.879101, 53.121],[-2.879101, 53.1205],[-2.8792, 53.1199],[-2.879501, 53.119],[-2.8818, 53.1153],[-2.8829, 53.1135],[-2.8829, 53.1129],[-2.8826, 53.1118],[-2.882699, 53.1113],[-2.88490, 53.1109],[-2.885499, 53.1107],[-2.8879, 53.1095],[-2.890199, 53.1092],[-2.890599, 53.1090],[-2.8907, 53.1087],[-2.8908, 53.1074],[-2.891001, 53.1071],[-2.89170, 53.1066],[-2.8926, 53.1058],[-2.893199, 53.1048],[-2.893199, 53.1046],[-2.892999, 53.1040],[-2.8928, 53.1039],[-2.8924, 53.1038],[-2.8919, 53.1038],[-2.89, 53.1044],[-2.888799, 53.1046],[-2.888299, 53.1043],[-2.8879, 53.1036],[-2.8878, 53.1026],[-2.8884, 53.1013],[-2.88940, 53.1000],[-2.891001, 53.0986],[-2.891201, 53.0983],[-2.8918, 53.0969],[-2.8921, 53.0966],[-2.892699, 53.0962],[-2.893701, 53.0956],[-2.894399, 53.0952],[-2.8952, 53.0949],[-2.89570, 53.0948],[-2.8961, 53.0949],[-2.8963, 53.0951],[-2.897001, 53.0959],[-2.897001, 53.0962],[-2.896699, 53.0966],[-2.8942, 53.0973],[-2.893501, 53.0978],[-2.893399, 53.0980],[-2.893501, 53.0982],[-2.895299, 53.0985],[-2.8973, 53.0985],[-2.898299, 53.0982],[-2.8986, 53.0980],[-2.898799, 53.0977],[-2.898999, 53.0970],[-2.8984, 53.0949],[-2.8984, 53.0947],[-2.8986, 53.0943],[-2.8994, 53.0936],[-2.901099, 53.0927],[-2.901401, 53.0923],[-2.901401, 53.0918],[-2.901, 53.0912],[-2.900399, 53.0909],[-2.8996, 53.0909],[-2.8965, 53.0913],[-2.893399, 53.0917],[-2.892699, 53.0916],[-2.891201, 53.0912],[-2.8907, 53.0908],[-2.890399, 53.0904],[-2.890399, 53.0901],[-2.8905, 53.0889],[-2.8908, 53.0881],[-2.8908, 53.0878],[-2.890599, 53.0875],[-2.8886, 53.0868],[-2.8871, 53.0862],[-2.8817, 53.0844],[-2.877399, 53.0832],[-2.8763, 53.0826],[-2.8759, 53.0822],[-2.8756, 53.0816],[-2.875099, 53.0806],[-2.8754, 53.0799],[-2.876499, 53.0789],[-2.8775, 53.078],[-2.8805, 53.0751],[-2.881099, 53.0744],[-2.881099, 53.0742],[-2.881001, 53.0741],[-2.880399, 53.0738],[-2.879101, 53.0736],[-2.8778, 53.0734],[-2.876699, 53.0734],[-2.875099, 53.0734],[-2.874799, 53.0732],[-2.874799, 53.0727],[-2.875099, 53.0721],[-2.8754, 53.0717],[-2.8762, 53.0712],[-2.876801, 53.0708],[-2.8775, 53.0701],[-2.8777, 53.0696],[-2.8777, 53.0692],[-2.877399, 53.0689],[-2.8764, 53.0686],[-2.8756, 53.0685],[-2.874799, 53.0686],[-2.873501, 53.069],[-2.8718, 53.0696],[-2.871099, 53.0697],[-2.8699, 53.0696],[-2.868999, 53.0692],[-2.867899, 53.0683],[-2.867199, 53.0674],[-2.866699, 53.0671],[-2.8661, 53.0668],[-2.86540, 53.0666],[-2.865099, 53.0665],[-2.86500, 53.0664],[-2.8649, 53.0663],[-2.86500, 53.0661],[-2.865299, 53.0659],[-2.8657, 53.0657],[-2.867399, 53.0652],[-2.868999, 53.0649],[-2.869301, 53.0646],[-2.869301, 53.0642],[-2.869101, 53.0638],[-2.868299, 53.0634],[-2.867399, 53.0631],[-2.865299, 53.0629],[-2.863501, 53.0629],[-2.86310, 53.0628],[-2.8627, 53.0626],[-2.861601, 53.0612],[-2.8613, 53.0607],[-2.8613, 53.0604],[-2.8615, 53.0602],[-2.862099, 53.0601],[-2.863199, 53.0603],[-2.8639, 53.0604],[-2.864599, 53.0604],[-2.86500, 53.0603],[-2.865299, 53.0601],[-2.86540, 53.0598],[-2.865299, 53.0593],[-2.865099, 53.0592],[-2.864501, 53.059],[-2.8629, 53.0589],[-2.8618, 53.0586],[-2.860699, 53.058],[-2.86050, 53.0576],[-2.86050, 53.0573],[-2.8608, 53.0569],[-2.861099, 53.0567],[-2.8615, 53.0566],[-2.86240, 53.0568],[-2.8639, 53.0572],[-2.864399, 53.0572],[-2.865099, 53.057],[-2.8656, 53.0568],[-2.866, 53.0565],[-2.8663, 53.056],[-2.8663, 53.0556],[-2.8662, 53.0553],[-2.866, 53.0551],[-2.8657, 53.055],[-2.864501, 53.0549],[-2.86260, 53.055],[-2.861601, 53.055],[-2.8599, 53.0546],[-2.8592, 53.0542],[-2.858799, 53.0538],[-2.8585, 53.0533],[-2.858599, 53.053],[-2.858901, 53.0526],[-2.8592, 53.0523],[-2.8596, 53.0522],[-2.859999, 53.0522],[-2.8606, 53.0523],[-2.861601, 53.0529],[-2.8622, 53.0532],[-2.8627, 53.0533],[-2.8643, 53.0529],[-2.865099, 53.0525],[-2.865099, 53.0523],[-2.86500, 53.0521],[-2.8643, 53.0517],[-2.863701, 53.0514],[-2.863199, 53.0512],[-2.86310, 53.0511],[-2.862999, 53.0506],[-2.862999, 53.0495],[-2.8629, 53.0494],[-2.862799, 53.0493],[-2.86260, 53.0492],[-2.8622, 53.0491],[-2.8596, 53.0492],[-2.858999, 53.0491],[-2.858, 53.0488],[-2.8573, 53.0485],[-2.8571, 53.0483],[-2.8571, 53.0482],[-2.857399, 53.0480],[-2.857899, 53.0478],[-2.859699, 53.0478],[-2.859999, 53.0477],[-2.860399, 53.0474],[-2.86050, 53.0469],[-2.86050, 53.0466],[-2.859699, 53.0457],[-2.8595, 53.0454],[-2.8595, 53.0451],[-2.8596, 53.0449],[-2.8599, 53.0448],[-2.862, 53.0450],[-2.864, 53.0451],[-2.86520, 53.0446],[-2.8657, 53.0443],[-2.8657, 53.0441],[-2.8656, 53.0438],[-2.86540, 53.0436],[-2.86520, 53.0435],[-2.863701, 53.0435],[-2.8619, 53.0436],[-2.861099, 53.0435],[-2.860899, 53.0433],[-2.860899, 53.0430],[-2.8618, 53.0425],[-2.86330, 53.0419],[-2.864, 53.0416],[-2.8643, 53.0415],[-2.864599, 53.0413],[-2.864599, 53.0411],[-2.8643, 53.041],[-2.862499, 53.0408],[-2.8618, 53.0407],[-2.861401, 53.0407],[-2.859999, 53.0407],[-2.858299, 53.0405],[-2.857199, 53.0402],[-2.856, 53.0399],[-2.855299, 53.0396],[-2.8548, 53.0392],[-2.854399, 53.0387],[-2.854199, 53.0381],[-2.8541, 53.0375],[-2.856, 53.0349],[-2.8577, 53.0325],[-2.8594, 53.0313],[-2.8599, 53.0307],[-2.860399, 53.0299],[-2.8608, 53.029],[-2.8608, 53.0286],[-2.860199, 53.0283],[-2.8582, 53.0280],[-2.857399, 53.0275],[-2.857199, 53.0267],[-2.8578, 53.0251],[-2.858099, 53.0239],[-2.858099, 53.0231],[-2.857899, 53.0223],[-2.855799, 53.0196],[-2.8533, 53.016],[-2.852099, 53.0158],[-2.846601, 53.0167],[-2.8438, 53.0164],[-2.84220, 53.016],[-2.8406, 53.0157],[-2.84010, 53.0155],[-2.839799, 53.0152],[-2.839, 53.0138],[-2.838599, 53.0124],[-2.839999, 53.0105],[-2.84080, 53.0095],[-2.84080, 53.0087],[-2.83800, 53.0043],[-2.83610, 53.002],[-2.83470, 52.9994],[-2.8341, 52.9976],[-2.8336, 52.997],[-2.832799, 52.9967],[-2.8296, 52.9957],[-2.829, 52.9955],[-2.8214, 52.9929],[-2.8194, 52.9925],[-2.8175, 52.9921],[-2.815799, 52.9918],[-2.8146, 52.9915],[-2.81380, 52.9911],[-2.8127, 52.9909],[-2.809799, 52.9911],[-2.80880, 52.991],[-2.8052, 52.9900],[-2.8017, 52.9898],[-2.799, 52.9899],[-2.797, 52.9902],[-2.795599, 52.9909],[-2.7927, 52.9931],[-2.791699, 52.994],[-2.790699, 52.9949],[-2.7901, 52.9954],[-2.789799, 52.9956],[-2.7894, 52.9957],[-2.788199, 52.9955],[-2.7874, 52.9952],[-2.7858, 52.9947],[-2.783799, 52.9948],[-2.774899, 52.9947],[-2.770299, 52.9949],[-2.7683, 52.995],[-2.766299, 52.9948],[-2.765399, 52.9945],[-2.7646, 52.9941],[-2.762399, 52.9926],[-2.760799, 52.9912],[-2.7599, 52.9901],[-2.759799, 52.9895],[-2.7606, 52.9869],[-2.7602, 52.9865],[-2.7592, 52.9863],[-2.7548, 52.9863],[-2.747699, 52.9870],[-2.743299, 52.9867],[-2.737, 52.9851],[-2.732199, 52.9847],[-2.7297, 52.9846],[-2.7268, 52.9844],[-2.726201, 52.9843],[-2.725899, 52.9840],[-2.7258, 52.9835],[-2.726001, 52.9832],[-2.7286, 52.9810],[-2.729399, 52.9803],[-2.7298, 52.9796],[-2.730599, 52.9776],[-2.7307, 52.9763],[-2.730299, 52.9737],[-2.7312, 52.9716],[-2.731899, 52.969],[-2.731699, 52.9679],[-2.7288, 52.9667],[-2.7284, 52.9659],[-2.728199, 52.9632],[-2.727999, 52.9621],[-2.72770, 52.9612],[-2.723799, 52.9589],[-2.723, 52.9578],[-2.7225, 52.9569],[-2.722399, 52.9563],[-2.723799, 52.9547],[-2.726401, 52.9527],[-2.7265, 52.9524],[-2.7266, 52.9518],[-2.7276, 52.9381],[-2.72770, 52.9364],[-2.727499, 52.9344],[-2.7274, 52.933],[-2.7268, 52.9307],[-2.7272, 52.9291],[-2.72770, 52.9277],[-2.727999, 52.9271],[-2.7286, 52.9261],[-2.7293, 52.9255],[-2.7304, 52.9251],[-2.731801, 52.925],[-2.743, 52.9249],[-2.753999, 52.9251],[-2.755199, 52.925],[-2.756401, 52.9248],[-2.758701, 52.9232],[-2.7653, 52.9195],[-2.772099, 52.9147],[-2.7767, 52.9105],[-2.78390, 52.9063],[-2.788901, 52.9045],[-2.7895, 52.904],[-2.790299, 52.9032],[-2.7915, 52.9018],[-2.7929, 52.8998],[-2.794399, 52.8981],[-2.795799, 52.8974],[-2.7988, 52.8957],[-2.799599, 52.8961],[-2.805099, 52.9051],[-2.806099, 52.9060],[-2.8094, 52.9081],[-2.811899, 52.9095],[-2.8127, 52.9103],[-2.8129, 52.9109],[-2.812799, 52.9116],[-2.812599, 52.9121],[-2.812099, 52.9128],[-2.811201, 52.9144],[-2.8114, 52.9153],[-2.8118, 52.9159],[-2.8125, 52.9164],[-2.8132, 52.9167],[-2.816299, 52.9175],[-2.8176, 52.9183],[-2.818501, 52.919],[-2.8292, 52.927],[-2.836601, 52.9329],[-2.84010, 52.9397],[-2.84080, 52.9405],[-2.8419, 52.9415],[-2.845099, 52.9429],[-2.846499, 52.9436],[-2.84710, 52.944],[-2.848, 52.9442],[-2.849999, 52.9441],[-2.853199, 52.9436],[-2.856801, 52.9438],[-2.8618, 52.9441],[-2.8664, 52.9442],[-2.875799, 52.9447],[-2.8775, 52.9447],[-2.88070, 52.9448],[-2.8821, 52.945],[-2.882999, 52.9451],[-2.883501, 52.9454],[-2.8847, 52.9462],[-2.885799, 52.9474],[-2.888, 52.9499],[-2.88960, 52.9507],[-2.89150, 52.951],[-2.89360, 52.951],[-2.894599, 52.9507],[-2.900399, 52.9446],[-2.90200, 52.9427],[-2.902699, 52.9422],[-2.9045, 52.9411],[-2.90510, 52.9407],[-2.909199, 52.9413],[-2.911099, 52.9419],[-2.913, 52.9429],[-2.9168, 52.943],[-2.921, 52.9429],[-2.9228, 52.9423],[-2.924799, 52.9419],[-2.927001, 52.9417],[-2.9274, 52.9413],[-2.9272, 52.9399],[-2.927299, 52.939],[-2.927599, 52.9387],[-2.927999, 52.9387],[-2.929699, 52.9395],[-2.931201, 52.94],[-2.933, 52.9405],[-2.9354, 52.9412],[-2.941, 52.9423],[-2.9477, 52.9446],[-2.950799, 52.9455],[-2.952399, 52.9465],[-2.956201, 52.9491],[-2.9575, 52.9517],[-2.957999, 52.9523],[-2.959501, 52.9535],[-2.960599, 52.9545],[-2.961, 52.955],[-2.962899, 52.9569],[-2.964, 52.9576],[-2.9674, 52.959],[-2.9697, 52.9602],[-2.969899, 52.9605],[-2.9697, 52.9612],[-2.969301, 52.9621],[-2.969, 52.9625],[-2.968199, 52.9632],[-2.967499, 52.9638],[-2.96700, 52.9643],[-2.967299, 52.9649],[-2.967999, 52.9657],[-2.969501, 52.9669],[-2.9712, 52.968],[-2.972001, 52.9684],[-2.9728, 52.9684],[-2.9744, 52.9681],[-2.9763, 52.9675],[-2.977799, 52.9669],[-2.97880, 52.9659],[-2.9791, 52.9652],[-2.979599, 52.9639],[-2.98, 52.9622],[-2.980599, 52.9613],[-2.981801, 52.96],[-2.982399, 52.9596],[-2.983701, 52.9595],[-2.9876, 52.9598],[-2.988701, 52.9599],[-2.989799, 52.9597],[-2.9913, 52.9591],[-2.993099, 52.9589],[-3, 52.959],[-3.004301, 52.9592],[-3.00740, 52.9585],[-3.0086, 52.9579],[-3.010099, 52.9567],[-3.0107, 52.9559],[-3.011499, 52.9549],[-3.013099, 52.9524],[-3.013901, 52.9513],[-3.016401, 52.9485],[-3.0214, 52.9434],[-3.0232, 52.9409],[-3.026299, 52.9333],[-3.0295, 52.9297],[-3.035, 52.9267],[-3.0397, 52.9267],[-3.0453, 52.9277],[-3.054899, 52.9288],[-3.064301, 52.9294],[-3.0722, 52.9281],[-3.088799, 52.9323],[-3.0901, 52.9323],[-3.091201, 52.9319],[-3.0922, 52.9312],[-3.097899, 52.9257],[-3.100199, 52.9237],[-3.102499, 52.9208],[-3.105799, 52.9170],[-3.106601, 52.9159],[-3.107001, 52.9153],[-3.1147, 52.8999],[-3.114799, 52.8994],[-3.114799, 52.8987],[-3.1119, 52.8955],[-3.111601, 52.895],[-3.1115, 52.8942],[-3.11200, 52.8937],[-3.1127, 52.8935],[-3.113501, 52.8935],[-3.117199, 52.894],[-3.1196, 52.8945],[-3.121001, 52.8946],[-3.1233, 52.8946],[-3.128299, 52.8938],[-3.1384, 52.8927],[-3.1466, 52.8919],[-3.146801, 52.8916],[-3.1472, 52.8899],[-3.146801, 52.8896],[-3.145, 52.8884],[-3.140599, 52.8865],[-3.137399, 52.8852],[-3.1379, 52.8846],[-3.140199, 52.8842],[-3.142, 52.8842],[-3.1456, 52.8823],[-3.1501, 52.8799],[-3.14820, 52.8781],[-3.14610, 52.8764],[-3.14210, 52.8735],[-3.1373, 52.8706],[-3.1329, 52.8689],[-3.1318, 52.8686],[-3.131401, 52.8683],[-3.1315, 52.8678],[-3.13220, 52.8671],[-3.134, 52.8656],[-3.137599, 52.8641],[-3.1408, 52.8630],[-3.158999, 52.8518],[-3.159699, 52.8512],[-3.1628, 52.8471],[-3.1626, 52.8465],[-3.1617, 52.8458],[-3.154799, 52.8433],[-3.151601, 52.8421],[-3.153, 52.8397],[-3.1551, 52.8374],[-3.1541, 52.8324],[-3.15640, 52.8297],[-3.161201, 52.8253],[-3.1633, 52.8242],[-3.1656, 52.8215],[-3.1664, 52.8197],[-3.167001, 52.8168],[-3.166899, 52.8143],[-3.166001, 52.8118],[-3.167099, 52.8111],[-3.1673, 52.8097],[-3.1658, 52.8061],[-3.173501, 52.8048],[-3.1752, 52.8049],[-3.1802, 52.8058],[-3.181601, 52.8057],[-3.182899, 52.8056],[-3.183599, 52.8053],[-3.184799, 52.8045],[-3.1851, 52.8041],[-3.186001, 52.8017],[-3.186899, 52.8013],[-3.188299, 52.8008],[-3.189301, 52.8006],[-3.191401, 52.8005],[-3.19320, 52.8007],[-3.1965, 52.8005],[-3.1986, 52.8002],[-3.19960, 52.7999],[-3.2004, 52.7994],[-3.20120, 52.7988],[-3.201601, 52.7983],[-3.201699, 52.7979],[-3.201601, 52.7963],[-3.202001, 52.7961],[-3.203099, 52.7958],[-3.2044, 52.7955],[-3.206201, 52.7952],[-3.21, 52.7941],[-3.212001, 52.7935],[-3.216001, 52.7930],[-3.2258, 52.7912],[-3.2283, 52.7907],[-3.2476, 52.786],[-3.256401, 52.7851],[-3.2569, 52.7852],[-3.2578, 52.7855],[-3.259399, 52.7862],[-3.260099, 52.7864],[-3.260799, 52.7865],[-3.2628, 52.7865],[-3.2651, 52.7862],[-3.26880, 52.7863],[-3.2735, 52.7871],[-3.279599, 52.7882],[-3.279999, 52.7883],[-3.2802, 52.7885],[-3.280499, 52.7888],[-3.2808, 52.7896],[-3.2808, 52.7902],[-3.27720, 52.7914],[-3.2767, 52.7917],[-3.2765, 52.7920],[-3.2771, 52.8014],[-3.277499, 52.8019],[-3.2793, 52.8033],[-3.2797, 52.8043],[-3.2797, 52.8055],[-3.278901, 52.8086],[-3.2788, 52.8095],[-3.279, 52.8099],[-3.279599, 52.8103],[-3.2822, 52.811],[-3.285599, 52.8118],[-3.28710, 52.8125],[-3.288199, 52.813],[-3.288901, 52.8134],[-3.291699, 52.8168],[-3.2925, 52.8178],[-3.295399, 52.8204],[-3.296401, 52.8214],[-3.297499, 52.8222],[-3.3053, 52.8266],[-3.306601, 52.8273],[-3.308901, 52.8286],[-3.312799, 52.8299],[-3.322001, 52.8334],[-3.346699, 52.8429],[-3.349301, 52.8439],[-3.351001, 52.8444],[-3.3529, 52.8447],[-3.3601, 52.846],[-3.364501, 52.8473],[-3.366899, 52.8480],[-3.3678, 52.8484],[-3.368799, 52.8489],[-3.3701, 52.8497],[-3.384599, 52.8582],[-3.3856, 52.8586],[-3.387001, 52.8590],[-3.389699, 52.8597],[-3.393901, 52.861],[-3.3963, 52.8617],[-3.3973, 52.8621],[-3.397799, 52.8624],[-3.3979, 52.8627],[-3.3979, 52.8632],[-3.3979, 52.8637],[-3.3975, 52.8645],[-3.397099, 52.8651],[-3.392999, 52.8696],[-3.391401, 52.8717],[-3.3905, 52.8727],[-3.388999, 52.8747],[-3.388799, 52.8751],[-3.38870, 52.8753],[-3.38940, 52.8762]]]]}, properties:{name:"Wrexham (Wrecsam)"}}, {type:"Feature", geometry:{type:"MultiPolygon", coordinates:[[[[-6.478, 55.2516],[-6.474999, 55.2505],[-6.474199, 55.2506],[-6.474, 55.2518],[-6.473501, 55.2520],[-6.4712, 55.2508],[-6.470099, 55.2509],[-6.470099, 55.251],[-6.46990, 55.2517],[-6.469501, 55.2518],[-6.4687, 55.2515],[-6.4678, 55.2511],[-6.466401, 55.2513],[-6.4661, 55.251],[-6.46570, 55.2496],[-6.4641, 55.2486],[-6.46280, 55.2474],[-6.46200, 55.2471],[-6.4608, 55.2477],[-6.459899, 55.2475],[-6.4594, 55.2466],[-6.459, 55.2430],[-6.458, 55.2422],[-6.4572, 55.242],[-6.455699, 55.2422],[-6.455299, 55.2421],[-6.454999, 55.2407],[-6.4538, 55.2400],[-6.450399, 55.2392],[-6.448299, 55.2387],[-6.4466, 55.2387],[-6.44450, 55.2388],[-6.4417, 55.2396],[-6.438799, 55.2392],[-6.43520, 55.2376],[-6.4347, 55.2376],[-6.434, 55.2380],[-6.434199, 55.2386],[-6.43380, 55.2388],[-6.433599, 55.2389],[-6.4327, 55.2388],[-6.4318, 55.2380],[-6.42870, 55.2377],[-6.427001, 55.2374],[-6.426001000000002, 55.2381],[-6.425399, 55.2383],[-6.425, 55.2379],[-6.42450, 55.2368],[-6.423501, 55.2368],[-6.4232, 55.2369],[-6.422599, 55.2369],[-6.42170, 55.2362],[-6.419899, 55.2366],[-6.4158, 55.2370],[-6.414199, 55.2368],[-6.413, 55.2356],[-6.40980, 55.2324],[-6.408599, 55.2320],[-6.4032, 55.2324],[-6.397999, 55.2328],[-6.394199, 55.2340],[-6.389999, 55.2349],[-6.3842, 55.2371],[-6.382699, 55.2380],[-6.381499, 55.2401],[-6.38120, 55.2409],[-6.38, 55.2415],[-6.3792, 55.2419],[-6.378399, 55.2428],[-6.3779, 55.2428],[-6.376699, 55.2424],[-6.375199, 55.2427],[-6.373199, 55.2427],[-6.372001000000002, 55.2425],[-6.3701, 55.2435],[-6.3678, 55.2444],[-6.36620, 55.2454],[-6.364399, 55.2454],[-6.3628, 55.2445],[-6.359799, 55.2432],[-6.358701, 55.2423],[-6.357, 55.2418],[-6.353799, 55.2418],[-6.351099, 55.2426],[-6.3502, 55.2428],[-6.349599, 55.2426],[-6.348599, 55.2416],[-6.347199, 55.2405],[-6.345099, 55.2401],[-6.342999, 55.2397],[-6.336801, 55.2393],[-6.3325, 55.2392],[-6.3284, 55.2376],[-6.32590, 55.2362],[-6.318799, 55.2336],[-6.3123, 55.2309],[-6.3081, 55.2296],[-6.3068, 55.2297],[-6.302999, 55.2304],[-6.2986, 55.2303],[-6.297, 55.2307],[-6.2953, 55.2314],[-6.2929, 55.2314],[-6.28970, 55.2308],[-6.288599, 55.2307],[-6.2885, 55.2305],[-6.288599, 55.2301],[-6.289, 55.2296],[-6.289199, 55.2289],[-6.28840, 55.2279],[-6.287001, 55.227],[-6.283, 55.2242],[-6.278399, 55.2228],[-6.2735, 55.2217],[-6.270199, 55.2212],[-6.26630, 55.218],[-6.2609, 55.2148],[-6.2571, 55.2137],[-6.252, 55.2132],[-6.2452, 55.2122],[-6.242001000000002, 55.2111],[-6.237599, 55.2092],[-6.2374, 55.2069],[-6.236401, 55.206],[-6.23570, 55.2055],[-6.23530, 55.2052],[-6.234799, 55.2049],[-6.2328, 55.2048],[-6.230899, 55.2049],[-6.228199, 55.2051],[-6.225699, 55.2055],[-6.224199, 55.2059],[-6.21990, 55.2072],[-6.211699, 55.2084],[-6.207399, 55.2091],[-6.2054, 55.211],[-6.20300, 55.2117],[-6.199399, 55.212],[-6.193399, 55.212],[-6.18730, 55.2129],[-6.184199, 55.2139],[-6.177499, 55.215],[-6.173501, 55.2162],[-6.170899, 55.2188],[-6.1685, 55.2201],[-6.1661, 55.222],[-6.16390, 55.2242],[-6.161001, 55.225],[-6.155099, 55.2278],[-6.1512, 55.2285],[-6.1464, 55.2286],[-6.1394, 55.2278],[-6.137499, 55.2276],[-6.136001, 55.2266],[-6.1328, 55.2231],[-6.1296, 55.2205],[-6.12500, 55.2184],[-6.12130, 55.2168],[-6.120299, 55.2157],[-6.119501, 55.214],[-6.1188, 55.2132],[-6.114799, 55.2117],[-6.111001, 55.2108],[-6.106, 55.2106],[-6.0984, 55.2089],[-6.0927, 55.2065],[-6.0872, 55.2048],[-6.082699, 55.2034],[-6.07900, 55.2016],[-6.075699, 55.2003],[-6.071499, 55.1994],[-6.069399, 55.1992],[-6.065899, 55.1992],[-6.0635, 55.1995],[-6.062001, 55.1995],[-6.061601, 55.199],[-6.061601, 55.198],[-6.061601, 55.1972],[-6.0619, 55.1965],[-6.062799, 55.196],[-6.063799, 55.1953],[-6.0639, 55.1946],[-6.0632, 55.1935],[-6.06300, 55.1921],[-6.0622, 55.1915],[-6.059599, 55.1908],[-6.057799, 55.1894],[-6.055799, 55.1864],[-6.054399, 55.1850],[-6.051899, 55.1837],[-6.0516, 55.1833],[-6.0516, 55.1826],[-6.051499, 55.1802],[-6.048399, 55.1763],[-6.04530, 55.1744],[-6.0404, 55.1726],[-6.03630, 55.1716],[-6.032199, 55.1710],[-6.030799, 55.1702],[-6.029799, 55.1686],[-6.024799, 55.1602],[-6.02360, 55.1578],[-6.02360, 55.1558],[-6.023799, 55.154],[-6.0244, 55.1516],[-6.024301000000002, 55.15],[-6.02320, 55.146],[-6.023799, 55.1429],[-6.024, 55.1418],[-6.02460, 55.141],[-6.027999, 55.1397],[-6.0313, 55.1377],[-6.033599, 55.1356],[-6.03580, 55.1341],[-6.037499, 55.1334],[-6.0384, 55.1330],[-6.038701, 55.1328],[-6.039, 55.1324],[-6.039199, 55.132],[-6.0394, 55.1314],[-6.039501, 55.1306],[-6.0394, 55.1298],[-6.039101, 55.1285],[-6.038799, 55.1278],[-6.038099, 55.1272],[-6.0376, 55.1270],[-6.037099, 55.1268],[-6.036201, 55.1266],[-6.0352, 55.1262],[-6.0342, 55.1254],[-6.0337, 55.1245],[-6.0334, 55.1237],[-6.03310, 55.1218],[-6.0334, 55.1192],[-6.03310, 55.1179],[-6.0324, 55.1156],[-6.0324, 55.1143],[-6.0324, 55.1136],[-6.033, 55.1115],[-6.033999, 55.1059],[-6.0348, 55.1031],[-6.03590, 55.1012],[-6.038099, 55.0988],[-6.0414, 55.0958],[-6.043799, 55.094],[-6.04570, 55.0931],[-6.046401, 55.0921],[-6.047, 55.0902],[-6.048999, 55.0883],[-6.050799, 55.087],[-6.051499, 55.0856],[-6.0517, 55.0848],[-6.0517, 55.0837],[-6.051401, 55.0828],[-6.0507, 55.0821],[-6.0507, 55.08],[-6.051001, 55.0765],[-6.052001, 55.0671],[-6.052499, 55.0664],[-6.054599, 55.0661],[-6.056201, 55.0651],[-6.057199, 55.0639],[-6.0574, 55.0631],[-6.05690, 55.0628],[-6.056201, 55.0627],[-6.05560, 55.0641],[-6.054699000000002, 55.0640],[-6.054599, 55.0639],[-6.054501, 55.0623],[-6.054101, 55.0611],[-6.045499, 55.056],[-6.043399000000002, 55.0551],[-6.039899, 55.0549],[-6.037399, 55.0557],[-6.031401, 55.0573],[-6.024301000000002, 55.0589],[-6.0198, 55.0595],[-6.011899, 55.0595],[-6.0067, 55.0600],[-6.000299, 55.0614],[-5.99600, 55.0614],[-5.991601, 55.0614],[-5.984301, 55.0604],[-5.978, 55.0590],[-5.97480, 55.0579],[-5.970399, 55.0564],[-5.968501, 55.0556],[-5.9671, 55.0550],[-5.9649, 55.0539],[-5.963399, 55.0529],[-5.96260, 55.0521],[-5.961699, 55.0509],[-5.960899, 55.048],[-5.960899, 55.0464],[-5.961, 55.0455],[-5.962699, 55.0416],[-5.9663, 55.0359],[-5.967199, 55.0333],[-5.9674, 55.0324],[-5.9674, 55.0292],[-5.9675, 55.0275],[-5.967599, 55.026],[-5.968299, 55.0244],[-5.9709, 55.0209],[-5.971499, 55.0191],[-5.972099, 55.0178],[-5.97440, 55.0142],[-5.974999, 55.0127],[-5.9752, 55.0109],[-5.975399000000002, 55.0091],[-5.97590, 55.0075],[-5.977399, 55.0057],[-5.982699, 55.0013],[-5.983399, 55.0003],[-5.9841, 54.9993],[-5.9845, 54.9982],[-5.9849, 54.9958],[-5.985499, 54.9937],[-5.9863, 54.9927],[-5.987999, 54.9917],[-5.9896, 54.9908],[-5.989999, 54.9903],[-5.990399, 54.9896],[-5.990399, 54.9888],[-5.989699, 54.9871],[-5.988999, 54.9859],[-5.9884, 54.9852],[-5.986801, 54.9835],[-5.986001, 54.9829],[-5.9849, 54.9822],[-5.98330, 54.9815],[-5.98190, 54.981],[-5.980299, 54.9807],[-5.978199, 54.9805],[-5.976699, 54.9807],[-5.974101, 54.9811],[-5.972099, 54.9817],[-5.968299, 54.9824],[-5.9675, 54.9823],[-5.9657, 54.9822],[-5.963901, 54.9818],[-5.962399, 54.9812],[-5.961401, 54.9808],[-5.960299, 54.9801],[-5.9594, 54.9795],[-5.95890, 54.9789],[-5.9582, 54.9779],[-5.9552, 54.9714],[-5.954899, 54.9711],[-5.9543, 54.9708],[-5.953701, 54.9707],[-5.9526, 54.9704],[-5.952099, 54.9703],[-5.95090, 54.9703],[-5.9491, 54.9707],[-5.947899, 54.971],[-5.942299, 54.9719],[-5.940599, 54.9721],[-5.937001, 54.9718],[-5.934599, 54.9713],[-5.9324, 54.9707],[-5.92880, 54.9691],[-5.922999, 54.9661],[-5.918099, 54.9628],[-5.916, 54.9613],[-5.91390, 54.9592],[-5.911699, 54.9574],[-5.9106, 54.956],[-5.90920, 54.9547],[-5.90590, 54.952],[-5.903299, 54.9499],[-5.90080, 54.9472],[-5.898399, 54.9454],[-5.8958, 54.9427],[-5.8936, 54.9396],[-5.8906, 54.9355],[-5.888901, 54.9328],[-5.887001, 54.9291],[-5.8841, 54.9218],[-5.8804, 54.9149],[-5.878901, 54.9128],[-5.876201, 54.9099],[-5.873099, 54.9074],[-5.8709, 54.9064],[-5.868, 54.9055],[-5.862899, 54.9035],[-5.859399000000002, 54.9017],[-5.857699, 54.9013],[-5.855, 54.9011],[-5.8489, 54.9019],[-5.845099, 54.9027],[-5.84250, 54.9027],[-5.841801, 54.9023],[-5.84110, 54.9018],[-5.83970, 54.8998],[-5.8386, 54.898],[-5.83830, 54.8967],[-5.838399, 54.8956],[-5.838901, 54.8927],[-5.838901, 54.8918],[-5.83820, 54.8905],[-5.8371, 54.8885],[-5.836699, 54.8854],[-5.83600, 54.8844],[-5.834199, 54.8827],[-5.831699, 54.8807],[-5.82980, 54.8800],[-5.8249, 54.8789],[-5.821001, 54.8771],[-5.8151, 54.8731],[-5.810299, 54.8697],[-5.808199, 54.8677],[-5.806499, 54.8653],[-5.80550, 54.8629],[-5.804699, 54.8608],[-5.802299, 54.8582],[-5.8006, 54.857],[-5.7972, 54.8554],[-5.796201, 54.8546],[-5.795499, 54.8537],[-5.7945, 54.8514],[-5.7941, 54.85],[-5.78940, 54.8494],[-5.789101, 54.8505],[-5.789899, 54.8518],[-5.789899, 54.8524],[-5.7897, 54.8528],[-5.78940, 54.853],[-5.78900, 54.8531],[-5.7877, 54.8532],[-5.7859, 54.8528],[-5.784699, 54.8528],[-5.783501, 54.853],[-5.7817, 54.8536],[-5.7809, 54.8539],[-5.7806, 54.8541],[-5.7803, 54.8548],[-5.7802, 54.8552],[-5.780099000000002, 54.8578],[-5.779799, 54.8587],[-5.77920, 54.8592],[-5.7786, 54.8595],[-5.77780, 54.8597],[-5.777, 54.8596],[-5.7733, 54.8577],[-5.77110, 54.8557],[-5.77080, 54.8553],[-5.7701, 54.8549],[-5.76930, 54.8545],[-5.7684, 54.8545],[-5.7644, 54.8543],[-5.7634, 54.8543],[-5.762599, 54.8545],[-5.7621, 54.8549],[-5.7617, 54.8556],[-5.7617, 54.8559],[-5.762001, 54.8565],[-5.762499, 54.8582],[-5.762599, 54.8589],[-5.762499, 54.8594],[-5.7617, 54.8604],[-5.760799, 54.8611],[-5.7602, 54.8614],[-5.759699, 54.8613],[-5.757199, 54.86],[-5.7504, 54.8577],[-5.7465, 54.8568],[-5.74300, 54.8556],[-5.7417, 54.8553],[-5.73780, 54.8544],[-5.73610, 54.854],[-5.735499, 54.8538],[-5.73410, 54.8531],[-5.732, 54.8521],[-5.728199, 54.8496],[-5.727499, 54.8496],[-5.726201, 54.8502],[-5.7255, 54.8503],[-5.72480, 54.8501],[-5.720799, 54.8472],[-5.719501, 54.846],[-5.714799, 54.8412],[-5.712399, 54.8394],[-5.709, 54.8371],[-5.70820, 54.8362],[-5.70730, 54.834],[-5.701001, 54.8249],[-5.6982, 54.8208],[-5.696001, 54.818],[-5.6932, 54.8150],[-5.6897, 54.8108],[-5.68860, 54.8079],[-5.687799, 54.8020],[-5.687799, 54.801],[-5.6885, 54.7959],[-5.68950, 54.7943],[-5.6904, 54.7926],[-5.6904, 54.7907],[-5.6901, 54.7862],[-5.690499, 54.7843],[-5.691299, 54.7827],[-5.6915, 54.7819],[-5.6915, 54.7794],[-5.691299, 54.7768],[-5.6911, 54.7752],[-5.691, 54.7747],[-5.688399, 54.7723],[-5.6868, 54.7705],[-5.686601, 54.7697],[-5.6868, 54.769],[-5.687699, 54.7679],[-5.68960, 54.7668],[-5.691899, 54.7658],[-5.693299, 54.7649],[-5.69420, 54.7642],[-5.695399, 54.7627],[-5.696001, 54.7622],[-5.697999, 54.7609],[-5.69990, 54.7595],[-5.699999, 54.7592],[-5.699999, 54.7588],[-5.69980, 54.7579],[-5.699999, 54.7575],[-5.7006, 54.7568],[-5.701401, 54.7564],[-5.702199, 54.7560],[-5.704599, 54.7554],[-5.7052, 54.7549],[-5.706201, 54.7500],[-5.70650, 54.7488],[-5.707001, 54.7480],[-5.707799, 54.7472],[-5.70970, 54.7465],[-5.71260, 54.7455],[-5.7142, 54.7442],[-5.715899, 54.7431],[-5.721601, 54.7406],[-5.7244, 54.7402],[-5.7277, 54.7399],[-5.728701, 54.7396],[-5.7295, 54.7392],[-5.731, 54.7385],[-5.736001, 54.7351],[-5.739301, 54.7321],[-5.742001, 54.7297],[-5.7452, 54.7276],[-5.750199, 54.7265],[-5.75290, 54.7259],[-5.7554, 54.7252],[-5.7591, 54.7251],[-5.762599, 54.7243],[-5.763999, 54.7245],[-5.764699, 54.7245],[-5.768701, 54.7241],[-5.771299, 54.7243],[-5.7732, 54.7243],[-5.77440, 54.7243],[-5.7757, 54.724],[-5.779399, 54.7228],[-5.780499, 54.7226],[-5.7831, 54.7226],[-5.783999, 54.7224],[-5.78900, 54.7206],[-5.791699, 54.7197],[-5.7925, 54.7193],[-5.793099, 54.7191],[-5.7945, 54.719],[-5.795199, 54.7188],[-5.796201, 54.7185],[-5.80030, 54.7167],[-5.802001, 54.7161],[-5.802599, 54.7158],[-5.802999, 54.7155],[-5.8028, 54.715],[-5.802199, 54.7137],[-5.8028, 54.7135],[-5.803199, 54.714],[-5.8038, 54.7152],[-5.804501, 54.7162],[-5.80490, 54.7164],[-5.8056, 54.7165],[-5.806201, 54.7163],[-5.80640, 54.7159],[-5.8063, 54.7153],[-5.806001, 54.7146],[-5.804999, 54.7141],[-5.804101, 54.7133],[-5.803999, 54.7129],[-5.8043, 54.7127],[-5.80730, 54.7132],[-5.808199, 54.7133],[-5.8094, 54.7133],[-5.81190, 54.7132],[-5.814101, 54.7123],[-5.815599, 54.7117],[-5.8166, 54.7114],[-5.82000, 54.7116],[-5.8204, 54.7116],[-5.8212, 54.7115],[-5.822001000000002, 54.7113],[-5.82370, 54.7106],[-5.827099, 54.7096],[-5.82980, 54.7088],[-5.8335, 54.7078],[-5.8366, 54.7074],[-5.83780, 54.7072],[-5.8395, 54.7069],[-5.839799, 54.7067],[-5.8399, 54.7061],[-5.839799, 54.7058],[-5.839301, 54.7052],[-5.83920, 54.7046],[-5.83920, 54.7042],[-5.83970, 54.7032],[-5.840899, 54.702],[-5.841801, 54.7015],[-5.8428, 54.7011],[-5.8456, 54.7013],[-5.846099, 54.7012],[-5.846499, 54.7008],[-5.84670, 54.7005],[-5.84680, 54.6997],[-5.846601, 54.6989],[-5.846401000000002, 54.6983],[-5.84630, 54.6977],[-5.846601, 54.6974],[-5.847001, 54.6974],[-5.8493, 54.6971],[-5.8508, 54.6969],[-5.8534, 54.6964],[-5.8554, 54.6957],[-5.8663, 54.6888],[-5.87060, 54.6864],[-5.87440, 54.6846],[-5.879799, 54.6817],[-5.883901, 54.6801],[-5.8862, 54.679],[-5.8929, 54.6749],[-5.894101, 54.6738],[-5.89510, 54.6725],[-5.89550, 54.6719],[-5.8958, 54.6711],[-5.8961, 54.6693],[-5.896601, 54.6682],[-5.897299, 54.6667],[-5.8976, 54.6617],[-5.897699, 54.6614],[-5.897999, 54.6612],[-5.9004, 54.6605],[-5.901, 54.66],[-5.9024, 54.6591],[-5.9038, 54.6584],[-5.9046, 54.6579],[-5.906099, 54.6555],[-5.908, 54.6535],[-5.908901, 54.6524],[-5.911601, 54.6496],[-5.9119, 54.649],[-5.9119, 54.6483],[-5.911699, 54.6449],[-5.9119, 54.6439],[-5.912199, 54.6429],[-5.9127, 54.6421],[-5.9144, 54.6404],[-5.914899, 54.6399],[-5.91520, 54.6393],[-5.915299000000002, 54.6388],[-5.915299000000002, 54.6381],[-5.9151, 54.6376],[-5.91470, 54.6372],[-5.9144, 54.6370],[-5.913199, 54.6365],[-5.91150, 54.6359],[-5.907599, 54.6352],[-5.9041, 54.6343],[-5.902699, 54.6339],[-5.90250, 54.6337],[-5.902299, 54.6334],[-5.90250, 54.6329],[-5.9032, 54.6321],[-5.903299, 54.6318],[-5.903299, 54.6315],[-5.9032, 54.6311],[-5.902999, 54.6309],[-5.902, 54.6304],[-5.901899, 54.6301],[-5.901899, 54.6300],[-5.90310, 54.6288],[-5.9036, 54.6283],[-5.9041, 54.6279],[-5.9046, 54.6276],[-5.906099, 54.6271],[-5.9071, 54.6267],[-5.90770, 54.6267],[-5.908999, 54.6272],[-5.9093, 54.6273],[-5.9098, 54.6274],[-5.91010, 54.6273],[-5.910299, 54.6271],[-5.91050, 54.6268],[-5.91050, 54.6265],[-5.91050, 54.6261],[-5.910399, 54.6259],[-5.909999, 54.6258],[-5.909501, 54.6257],[-5.907001, 54.6253],[-5.906099, 54.6251],[-5.905499, 54.6248],[-5.904799, 54.6244],[-5.9045, 54.6242],[-5.9042, 54.6242],[-5.9037, 54.6243],[-5.90310, 54.6245],[-5.9028, 54.6248],[-5.900199, 54.6273],[-5.8975, 54.6300],[-5.89600, 54.6313],[-5.895299, 54.6318],[-5.8944, 54.6323],[-5.893, 54.6328],[-5.89080, 54.6333],[-5.8873, 54.6340],[-5.885399, 54.6340],[-5.8841, 54.6338],[-5.8836, 54.6337],[-5.8832, 54.6335],[-5.882999, 54.6334],[-5.88280, 54.6331],[-5.88280, 54.6328],[-5.88290, 54.6326],[-5.88380, 54.6321],[-5.887899, 54.6299],[-5.892001, 54.6267],[-5.8934, 54.6257],[-5.894501, 54.6252],[-5.901299, 54.6219],[-5.901801, 54.6217],[-5.90210, 54.6218],[-5.902299, 54.6220],[-5.9024, 54.6222],[-5.902, 54.6232],[-5.902, 54.6233],[-5.9022, 54.6235],[-5.9024, 54.6236],[-5.90310, 54.6236],[-5.903299, 54.6235],[-5.903501, 54.6233],[-5.9036, 54.6232],[-5.903501, 54.6227],[-5.9036, 54.6225],[-5.903999, 54.6224],[-5.9042, 54.6224],[-5.904301, 54.6222],[-5.904301, 54.6220],[-5.9042, 54.6218],[-5.9037, 54.6216],[-5.9037, 54.6215],[-5.9038, 54.6213],[-5.905499, 54.6213],[-5.906099, 54.6212],[-5.906499, 54.621],[-5.9071, 54.6204],[-5.9074, 54.6200],[-5.907899, 54.6188],[-5.908199000000002, 54.6185],[-5.9106, 54.6172],[-5.912001, 54.6161],[-5.91520, 54.6133],[-5.915299000000002, 54.6129],[-5.91520, 54.6127],[-5.914999, 54.6125],[-5.9148, 54.6125],[-5.913199, 54.6135],[-5.9113, 54.6149],[-5.91050, 54.6151],[-5.9099, 54.6152],[-5.9094, 54.6155],[-5.90780, 54.6167],[-5.9038, 54.6191],[-5.900499, 54.6209],[-5.895899, 54.6228],[-5.89510, 54.6231],[-5.894501, 54.6231],[-5.894199, 54.6229],[-5.894199, 54.6225],[-5.894501, 54.6221],[-5.899301, 54.6183],[-5.901801, 54.6166],[-5.903501, 54.6158],[-5.904301, 54.6155],[-5.9046, 54.6153],[-5.90500, 54.6149],[-5.905499, 54.6144],[-5.906001, 54.6141],[-5.9066, 54.614],[-5.9071, 54.614],[-5.90780, 54.6142],[-5.909101, 54.6144],[-5.909599, 54.6144],[-5.9099, 54.6141],[-5.909999, 54.6139],[-5.9099, 54.6137],[-5.90920, 54.6133],[-5.9093, 54.6132],[-5.909999, 54.6133],[-5.910399, 54.6132],[-5.911001, 54.6128],[-5.9118, 54.6122],[-5.912399, 54.6117],[-5.912399, 54.6115],[-5.9123, 54.6114],[-5.912199, 54.6113],[-5.9113, 54.6113],[-5.9113, 54.6111],[-5.91150, 54.6109],[-5.912199, 54.6104],[-5.912799, 54.6099],[-5.9135, 54.6094],[-5.914, 54.6092],[-5.9144, 54.6092],[-5.9154, 54.6094],[-5.9158, 54.6093],[-5.916, 54.6091],[-5.9161, 54.6087],[-5.9161, 54.6084],[-5.9159, 54.6082],[-5.915599, 54.608],[-5.9148, 54.608],[-5.914199, 54.6081],[-5.9133, 54.6088],[-5.912799, 54.6091],[-5.912001, 54.6096],[-5.911699, 54.6097],[-5.91150, 54.6096],[-5.9114, 54.6094],[-5.91150, 54.6092],[-5.912499, 54.6085],[-5.914101, 54.6071],[-5.914899, 54.6064],[-5.9127, 54.6054],[-5.9109, 54.6048],[-5.91050, 54.6048],[-5.9099, 54.6049],[-5.909101, 54.6053],[-5.908, 54.6059],[-5.907899, 54.606],[-5.907899, 54.6061],[-5.908199000000002, 54.6068],[-5.910299, 54.6074],[-5.910299, 54.6081],[-5.9102, 54.6084],[-5.9099, 54.6087],[-5.9087, 54.6094],[-5.906099, 54.6109],[-5.9041, 54.6115],[-5.903999, 54.6118],[-5.903901, 54.6126],[-5.9036, 54.6127],[-5.902699, 54.6128],[-5.90250, 54.6132],[-5.90250, 54.6138],[-5.9022, 54.6141],[-5.902, 54.6142],[-5.90170, 54.6141],[-5.901, 54.6136],[-5.900599, 54.6136],[-5.9001, 54.6138],[-5.899, 54.6154],[-5.8985, 54.6158],[-5.897799, 54.6159],[-5.8976, 54.6154],[-5.8972, 54.6153],[-5.89690, 54.6154],[-5.896699, 54.6157],[-5.8965, 54.6162],[-5.896201, 54.6165],[-5.895199, 54.6168],[-5.894899, 54.617],[-5.894899, 54.6181],[-5.89470, 54.6183],[-5.8943, 54.6184],[-5.8939, 54.6183],[-5.8934, 54.6171],[-5.893099, 54.6173],[-5.89270, 54.6177],[-5.892399, 54.6183],[-5.8915, 54.6205],[-5.88990, 54.6224],[-5.8892, 54.6227],[-5.888901, 54.6225],[-5.8887, 54.6212],[-5.888501, 54.6209],[-5.888199, 54.6209],[-5.887899, 54.6211],[-5.8878, 54.6215],[-5.8881, 54.6224],[-5.8881, 54.6230],[-5.88800, 54.6234],[-5.887599, 54.6235],[-5.887199, 54.6233],[-5.886899, 54.6225],[-5.8868, 54.6190],[-5.8873, 54.6172],[-5.8888, 54.6158],[-5.892099, 54.6136],[-5.89700, 54.6103],[-5.89830, 54.6086],[-5.8994, 54.608],[-5.900899, 54.6072],[-5.901, 54.607],[-5.900899, 54.6067],[-5.90070, 54.6065],[-5.900499, 54.6065],[-5.899301, 54.6066],[-5.897299, 54.6071],[-5.89550, 54.6087],[-5.8936, 54.6101],[-5.893099, 54.6103],[-5.89270, 54.6104],[-5.8915, 54.6104],[-5.889599, 54.6101],[-5.8892, 54.61],[-5.888901, 54.6101],[-5.8888, 54.6111],[-5.8887, 54.6123],[-5.888599, 54.6133],[-5.888299, 54.6136],[-5.88800, 54.6136],[-5.886099, 54.6124],[-5.8849, 54.612],[-5.884399, 54.612],[-5.8841, 54.6122],[-5.883999, 54.613],[-5.883501, 54.6202],[-5.88280, 54.6238],[-5.882299, 54.6259],[-5.881899, 54.6269],[-5.881401, 54.6275],[-5.8795, 54.6285],[-5.8778, 54.6295],[-5.876, 54.6302],[-5.8751, 54.6302],[-5.874, 54.6297],[-5.872399, 54.6285],[-5.8718, 54.6285],[-5.870299, 54.6293],[-5.864399, 54.6333],[-5.861401, 54.6353],[-5.8599, 54.6346],[-5.8502, 54.6327],[-5.8515, 54.6281],[-5.8592, 54.6189],[-5.855899, 54.617],[-5.853199, 54.6158],[-5.84530, 54.6156],[-5.8441, 54.6155],[-5.835899, 54.613],[-5.837699, 54.6061],[-5.8416, 54.6019],[-5.8474, 54.5978],[-5.840099, 54.5956],[-5.8438, 54.5864],[-5.8477, 54.5812],[-5.8564, 54.5811],[-5.8656, 54.583],[-5.8705, 54.5815],[-5.8795, 54.5803],[-5.8892, 54.5802],[-5.89830, 54.5785],[-5.9036, 54.5743],[-5.9041, 54.5691],[-5.9081, 54.5657],[-5.91850, 54.5650],[-5.92320, 54.5642],[-5.924399, 54.5646],[-5.9249, 54.5649],[-5.9267, 54.5656],[-5.927599, 54.5657],[-5.9287, 54.5657],[-5.929699, 54.5655],[-5.930099, 54.5653],[-5.9343, 54.5619],[-5.9396, 54.5588],[-5.9432, 54.5573],[-5.947599, 54.5569],[-5.9498, 54.5561],[-5.95190, 54.5549],[-5.952499, 54.5544],[-5.95470, 54.5505],[-5.95650, 54.5491],[-5.9573, 54.5485],[-5.96, 54.5465],[-5.961299, 54.5451],[-5.96260, 54.5435],[-5.963901, 54.5421],[-5.9646, 54.5382],[-5.964799, 54.5378],[-5.965099, 54.5376],[-5.9718, 54.5341],[-5.972499, 54.5335],[-5.9731, 54.5327],[-5.97340, 54.5325],[-5.9738, 54.5324],[-5.974101, 54.5324],[-5.97480, 54.5326],[-5.976, 54.5328],[-5.976601, 54.533],[-5.9808, 54.5362],[-5.981201, 54.5366],[-5.98140, 54.5369],[-5.981699, 54.537],[-5.982699, 54.5369],[-5.983099, 54.5371],[-5.984, 54.5383],[-5.984301, 54.539],[-5.9853, 54.5413],[-5.9857, 54.5418],[-5.9861, 54.5421],[-5.9867, 54.5424],[-5.9874, 54.5426],[-5.988999, 54.5429],[-5.9896, 54.5429],[-5.9902, 54.5428],[-5.9912, 54.5425],[-5.994699, 54.5408],[-5.99600, 54.5402],[-5.998199, 54.5394],[-5.9994, 54.5392],[-6.000299, 54.539],[-6.0014, 54.5388],[-6.004, 54.5382],[-6.006299, 54.5371],[-6.0071, 54.5367],[-6.00820, 54.5363],[-6.00960, 54.5361],[-6.010799, 54.5362],[-6.01420, 54.5368],[-6.015299, 54.5368],[-6.0165, 54.5365],[-6.0173, 54.536],[-6.017499, 54.5357],[-6.017499, 54.5352],[-6.017499, 54.5343],[-6.0173, 54.5339],[-6.016601, 54.5335],[-6.015399, 54.5334],[-6.0128, 54.5333],[-6.012499, 54.5332],[-6.01240, 54.5329],[-6.01240, 54.5324],[-6.012599, 54.5322],[-6.013901, 54.5312],[-6.015699, 54.5306],[-6.01860, 54.5301],[-6.021801, 54.5296],[-6.022399, 54.5293],[-6.022999, 54.5286],[-6.0233, 54.5275],[-6.0233, 54.5269],[-6.02320, 54.526],[-6.022799, 54.5253],[-6.02040, 54.5226],[-6.01940, 54.5216],[-6.019199, 54.521],[-6.019199, 54.5201],[-6.01940, 54.5191],[-6.019899, 54.5182],[-6.022099, 54.5149],[-6.0226, 54.5146],[-6.0254, 54.5134],[-6.029301, 54.5122],[-6.03160, 54.5121],[-6.03310, 54.5120],[-6.0342, 54.5118],[-6.03630, 54.5108],[-6.037099, 54.5101],[-6.037499, 54.5095],[-6.0376, 54.5091],[-6.0376, 54.5088],[-6.037099, 54.5079],[-6.037099, 54.5076],[-6.037399, 54.5074],[-6.038799, 54.5066],[-6.039101, 54.5062],[-6.039999, 54.5051],[-6.040299, 54.5048],[-6.041201, 54.5044],[-6.0432, 54.5034],[-6.0436, 54.5029],[-6.044101, 54.5020],[-6.0445, 54.5016],[-6.045, 54.5013],[-6.0461, 54.5008],[-6.047699, 54.5003],[-6.0496, 54.5001],[-6.05370, 54.4999],[-6.0543, 54.4996],[-6.0563, 54.4982],[-6.057001, 54.4982],[-6.0581, 54.4987],[-6.0597, 54.4998],[-6.0609, 54.5000],[-6.0622, 54.5001],[-6.06260, 54.5004],[-6.06300, 54.5012],[-6.0629, 54.5017],[-6.062399, 54.5030],[-6.0625, 54.5032],[-6.063701, 54.5037],[-6.067999, 54.5051],[-6.071899, 54.5062],[-6.073901, 54.5065],[-6.074399, 54.5065],[-6.074699, 54.5063],[-6.075099, 54.5054],[-6.07530, 54.5054],[-6.077099, 54.5056],[-6.079899, 54.5057],[-6.08140, 54.5054],[-6.082699, 54.5048],[-6.084799, 54.5032],[-6.085599, 54.5027],[-6.0872, 54.5025],[-6.0925, 54.5014],[-6.1008, 54.499],[-6.10480, 54.4978],[-6.1078, 54.4967],[-6.111001, 54.4953],[-6.11240, 54.4951],[-6.1184, 54.4952],[-6.12180, 54.496],[-6.126801, 54.4974],[-6.128901, 54.4980],[-6.129399, 54.4980],[-6.13110, 54.4974],[-6.132699, 54.4967],[-6.133299, 54.4961],[-6.1337, 54.4954],[-6.133999000000002, 54.4952],[-6.135399, 54.4945],[-6.13590, 54.4941],[-6.138, 54.4915],[-6.1399, 54.4891],[-6.1409, 54.4883],[-6.1418, 54.4878],[-6.142799, 54.4875],[-6.146, 54.4865],[-6.146601, 54.4859],[-6.148099, 54.4843],[-6.1491, 54.4834],[-6.1512, 54.4826],[-6.15320, 54.4824],[-6.156499, 54.4822],[-6.158299, 54.4819],[-6.1615, 54.4809],[-6.163099, 54.4806],[-6.1694, 54.4804],[-6.17100, 54.4803],[-6.1716, 54.4801],[-6.174301, 54.4787],[-6.1752, 54.4782],[-6.1756, 54.4781],[-6.178199, 54.4782],[-6.1813, 54.4793],[-6.18240, 54.4794],[-6.1843, 54.4788],[-6.18830, 54.4774],[-6.18890, 54.4774],[-6.189199, 54.4777],[-6.19170, 54.48],[-6.1932, 54.4814],[-6.1937, 54.4817],[-6.195199, 54.4822],[-6.199699, 54.4836],[-6.199999, 54.484],[-6.2002, 54.4847],[-6.2003, 54.4858],[-6.2003, 54.4872],[-6.200799, 54.4877],[-6.2059, 54.4911],[-6.2073, 54.4919],[-6.208099000000002, 54.492],[-6.20900, 54.4921],[-6.212299000000002, 54.4917],[-6.213399, 54.4917],[-6.21420, 54.4921],[-6.215899, 54.4932],[-6.216899, 54.4935],[-6.2205, 54.4943],[-6.22260, 54.4945],[-6.232399, 54.4947],[-6.2514, 54.492],[-6.2612, 54.4929],[-6.2656, 54.4977],[-6.2753, 54.4986],[-6.279301, 54.4951],[-6.287499, 54.4957],[-6.297699000000002, 54.4984],[-6.30670, 54.5023],[-6.3133, 54.5051],[-6.3158, 54.5066],[-6.316899, 54.5072],[-6.33390, 54.5101],[-6.334899, 54.5100],[-6.336801, 54.5097],[-6.3467, 54.5096],[-6.3548, 54.5089],[-6.372499, 54.5119],[-6.3811, 54.5150],[-6.391001, 54.5258],[-6.409599, 54.5486],[-6.42590, 54.5672],[-6.418799, 54.5942],[-6.4173, 54.5997],[-6.406499, 54.6455],[-6.40710, 54.6493],[-6.425399, 54.6602],[-6.457699, 54.6783],[-6.468299, 54.6847],[-6.479, 54.6957],[-6.4927, 54.7104],[-6.493599, 54.7155],[-6.4862, 54.7331],[-6.482299, 54.7395],[-6.471401, 54.7476],[-6.465799, 54.7521],[-6.46470, 54.7548],[-6.464301, 54.7555],[-6.4632, 54.7575],[-6.4622, 54.7587],[-6.461201, 54.7598],[-6.460199, 54.7606],[-6.4594, 54.7611],[-6.457399, 54.7621],[-6.4572, 54.7623],[-6.457099, 54.7626],[-6.457099, 54.763],[-6.4572, 54.7635],[-6.458399, 54.7667],[-6.458799, 54.7674],[-6.459, 54.7675],[-6.459599, 54.7674],[-6.461201, 54.7671],[-6.4616, 54.7669],[-6.46190, 54.7667],[-6.46210, 54.7665],[-6.46290, 54.7652],[-6.4632, 54.7648],[-6.463399000000002, 54.7646],[-6.4637, 54.7645],[-6.4642, 54.7644],[-6.4649, 54.7644],[-6.4654, 54.7645],[-6.465899, 54.7647],[-6.466401, 54.765],[-6.4703, 54.7678],[-6.474101, 54.7706],[-6.477001, 54.7728],[-6.4777, 54.7736],[-6.47840, 54.7745],[-6.4786, 54.775],[-6.478701, 54.7755],[-6.478701, 54.7776],[-6.4786, 54.7781],[-6.47840, 54.7786],[-6.477799, 54.7796],[-6.4777, 54.78],[-6.4777, 54.7807],[-6.4783, 54.7868],[-6.476299, 54.7986],[-6.470799, 54.8096],[-6.4645, 54.8144],[-6.460599, 54.8160],[-6.459, 54.8164],[-6.4585, 54.8166],[-6.458099, 54.8169],[-6.457699, 54.8174],[-6.4575, 54.8179],[-6.457399, 54.8184],[-6.4575, 54.8189],[-6.457699, 54.8194],[-6.458099, 54.8201],[-6.458399, 54.8209],[-6.4585, 54.8215],[-6.4585, 54.8221],[-6.458399, 54.8227],[-6.45820, 54.8230],[-6.4579, 54.8233],[-6.45730, 54.8238],[-6.456601, 54.8243],[-6.4561, 54.8247],[-6.45580, 54.8250],[-6.455699, 54.8252],[-6.455699, 54.8255],[-6.45580, 54.8256],[-6.456201, 54.8259],[-6.457399, 54.8269],[-6.458, 54.8277],[-6.459301, 54.8296],[-6.459799, 54.8302],[-6.46290, 54.8333],[-6.4641, 54.8345],[-6.464301, 54.8348],[-6.464399, 54.8354],[-6.464399, 54.836],[-6.464301, 54.8384],[-6.464399, 54.8391],[-6.4646, 54.8395],[-6.4649, 54.8398],[-6.4654, 54.84],[-6.46910, 54.8408],[-6.4696, 54.841],[-6.46990, 54.8412],[-6.4702, 54.8416],[-6.470399, 54.8422],[-6.470399, 54.8427],[-6.470399, 54.843],[-6.4702, 54.8435],[-6.46990, 54.844],[-6.469399, 54.8449],[-6.4692, 54.8457],[-6.4692, 54.846],[-6.469301, 54.8469],[-6.4698, 54.8494],[-6.46990, 54.8507],[-6.469999, 54.8522],[-6.470099, 54.8539],[-6.4702, 54.8543],[-6.4703, 54.8547],[-6.470699, 54.8554],[-6.472199, 54.858],[-6.474, 54.8616],[-6.4748, 54.8631],[-6.476601, 54.8655],[-6.4783, 54.8677],[-6.47850, 54.8682],[-6.47850, 54.8689],[-6.47840, 54.8716],[-6.47850, 54.8732],[-6.4786, 54.8738],[-6.479, 54.8742],[-6.4795, 54.8745],[-6.48260, 54.8758],[-6.483799, 54.8764],[-6.484301, 54.8767],[-6.48460, 54.8770],[-6.4847, 54.8773],[-6.48490, 54.8782],[-6.485099, 54.8795],[-6.4857, 54.8832],[-6.486401, 54.8854],[-6.4866, 54.8858],[-6.486899000000002, 54.8862],[-6.487199, 54.8864],[-6.4881, 54.8868],[-6.4923, 54.8884],[-6.4928, 54.8886],[-6.493599, 54.8890],[-6.494599, 54.8896],[-6.49520, 54.8902],[-6.4955, 54.8906],[-6.49680, 54.8928],[-6.49770, 54.8945],[-6.498099, 54.8955],[-6.49860, 54.8977],[-6.4993, 54.9003],[-6.4997, 54.9015],[-6.50000, 54.9021],[-6.5026, 54.9057],[-6.503099, 54.9064],[-6.503399, 54.907],[-6.503799, 54.9083],[-6.5041, 54.9094],[-6.504301000000002, 54.9105],[-6.504399, 54.9111],[-6.504301000000002, 54.9118],[-6.5041, 54.9123],[-6.503901, 54.9125],[-6.502699, 54.9134],[-6.499599, 54.9154],[-6.498701, 54.916],[-6.4984, 54.9162],[-6.498099, 54.9165],[-6.49770, 54.9172],[-6.4976, 54.9177],[-6.4976, 54.9181],[-6.497799, 54.9187],[-6.4984, 54.9195],[-6.5008, 54.9221],[-6.5025, 54.9240],[-6.50740, 54.9296],[-6.51180, 54.9347],[-6.5144, 54.9377],[-6.514599, 54.9382],[-6.5152, 54.9405],[-6.515399, 54.9409],[-6.5159, 54.9414],[-6.518199, 54.9432],[-6.522799, 54.9465],[-6.52400, 54.9472],[-6.527299, 54.9483],[-6.5312, 54.9499],[-6.5321, 54.9503],[-6.53510, 54.952],[-6.5373, 54.9533],[-6.538099, 54.954],[-6.538599, 54.9547],[-6.538701, 54.955],[-6.538599, 54.9553],[-6.5384, 54.9556],[-6.537001, 54.9567],[-6.536699, 54.957],[-6.5363, 54.9576],[-6.536001, 54.9581],[-6.536001, 54.9586],[-6.536201, 54.9588],[-6.5365, 54.9589],[-6.538701, 54.9589],[-6.541, 54.9592],[-6.541699, 54.9594],[-6.5426, 54.9599],[-6.544301, 54.9611],[-6.544799, 54.9616],[-6.5453, 54.9622],[-6.5458, 54.9629],[-6.5461, 54.9635],[-6.547299, 54.9665],[-6.54790, 54.9685],[-6.548501, 54.971],[-6.548999, 54.9723],[-6.550099, 54.9746],[-6.550399, 54.9759],[-6.550399, 54.9763],[-6.5503, 54.9766],[-6.549699, 54.9771],[-6.54790, 54.9782],[-6.5472, 54.9787],[-6.5467, 54.9793],[-6.54650, 54.9799],[-6.54650, 54.9806],[-6.5467, 54.9813],[-6.546899, 54.9818],[-6.547299, 54.9822],[-6.547599, 54.9824],[-6.549699, 54.9835],[-6.550799, 54.9837],[-6.5564, 54.9836],[-6.557799, 54.9837],[-6.560299, 54.9841],[-6.5632, 54.9848],[-6.5679, 54.986],[-6.568799, 54.9864],[-6.5691, 54.9866],[-6.569301, 54.9869],[-6.5696, 54.9877],[-6.56990, 54.9884],[-6.570899, 54.9924],[-6.5711, 54.9930],[-6.57170, 54.9940],[-6.572999, 54.9961],[-6.573501, 54.9969],[-6.57370, 54.9975],[-6.57410, 55.0000],[-6.574399, 55.0005],[-6.574699, 55.0009],[-6.5759, 55.0019],[-6.57930, 55.0051],[-6.57980, 55.0057],[-6.580299, 55.0066],[-6.580599, 55.0078],[-6.580699, 55.0089],[-6.580699, 55.0093],[-6.5805, 55.0097],[-6.580299, 55.01],[-6.579501, 55.0109],[-6.577899, 55.0129],[-6.5767, 55.0146],[-6.575699, 55.0163],[-6.5752, 55.0171],[-6.575099, 55.0175],[-6.575399, 55.0211],[-6.5752, 55.0219],[-6.574999, 55.0225],[-6.574699, 55.023],[-6.572599, 55.0266],[-6.571801, 55.0286],[-6.571899, 55.0296],[-6.572199, 55.0312],[-6.572299000000002, 55.0324],[-6.572199, 55.034],[-6.571899, 55.0352],[-6.571401000000002, 55.0374],[-6.571499, 55.0386],[-6.5716, 55.0391],[-6.571801, 55.0394],[-6.572599, 55.0401],[-6.5752, 55.0423],[-6.577499, 55.0445],[-6.57890, 55.0460],[-6.5805, 55.048],[-6.5811, 55.0489],[-6.5814, 55.0497],[-6.5815, 55.0502],[-6.581601, 55.0508],[-6.5815, 55.0513],[-6.581299, 55.0519],[-6.5809, 55.0529],[-6.5794, 55.0566],[-6.5794, 55.0570],[-6.579599, 55.0574],[-6.5801, 55.0582],[-6.5823, 55.0610],[-6.58400, 55.0635],[-6.58440, 55.0640],[-6.584799, 55.0644],[-6.58540, 55.0648],[-6.586201, 55.0652],[-6.588099, 55.0658],[-6.590799, 55.0664],[-6.5949, 55.0678],[-6.595699, 55.0682],[-6.596401, 55.0687],[-6.59900, 55.0712],[-6.60140, 55.0736],[-6.6034, 55.0756],[-6.60510, 55.0772],[-6.6054, 55.0776],[-6.6055, 55.078],[-6.6055, 55.0782],[-6.60510, 55.0788],[-6.60220, 55.0814],[-6.598501, 55.0829],[-6.5895, 55.0852],[-6.582399, 55.0889],[-6.575399, 55.0999],[-6.570199, 55.1102],[-6.5687, 55.1160],[-6.5679, 55.1222],[-6.5679, 55.1279],[-6.571801, 55.1373],[-6.579199, 55.1421],[-6.582799, 55.1474],[-6.5857, 55.1528],[-6.589799, 55.1579],[-6.593501, 55.1634],[-6.596499, 55.1655],[-6.6035, 55.1652],[-6.606299, 55.1706],[-6.609399, 55.1760],[-6.616099, 55.1793],[-6.6222, 55.1793],[-6.626601, 55.1836],[-6.635499, 55.1855],[-6.6429, 55.1890],[-6.649799, 55.1912],[-6.6587, 55.1892],[-6.6658, 55.1899],[-6.67030, 55.1925],[-6.672699, 55.1988],[-6.669199, 55.1993],[-6.6648, 55.1993],[-6.6588, 55.1992],[-6.6552, 55.2016],[-6.653901, 55.2032],[-6.653901, 55.204],[-6.6542, 55.205],[-6.6549, 55.2059],[-6.656801000000002, 55.207],[-6.658299, 55.2075],[-6.6592, 55.2083],[-6.6613, 55.2118],[-6.661601, 55.2122],[-6.661601, 55.2126],[-6.661201, 55.2128],[-6.6602, 55.2126],[-6.6584, 55.2116],[-6.657899, 55.2116],[-6.656401, 55.2121],[-6.6562, 55.2129],[-6.6557, 55.2133],[-6.6552, 55.2132],[-6.6552, 55.2122],[-6.653399, 55.2107],[-6.6503, 55.2085],[-6.647299, 55.2062],[-6.644599, 55.2051],[-6.6406, 55.2057],[-6.634301000000002, 55.2072],[-6.6279, 55.2079],[-6.6233, 55.2082],[-6.61880, 55.2076],[-6.611499, 55.2068],[-6.6078, 55.2064],[-6.601099, 55.2071],[-6.5916, 55.2084],[-6.584599, 55.2098],[-6.5794, 55.2107],[-6.577899, 55.2117],[-6.577199, 55.2122],[-6.576601, 55.212],[-6.575399, 55.212],[-6.575099, 55.2122],[-6.5748, 55.2128],[-6.5738, 55.2134],[-6.57370, 55.2137],[-6.57370, 55.214],[-6.57320, 55.2144],[-6.5711, 55.2143],[-6.57030, 55.2148],[-6.570099, 55.2151],[-6.5692, 55.216],[-6.567299, 55.2162],[-6.566401, 55.2151],[-6.565899, 55.2151],[-6.565599, 55.2151],[-6.565599, 55.2157],[-6.565599, 55.2162],[-6.564199, 55.2165],[-6.559599, 55.2174],[-6.555699, 55.218],[-6.55430, 55.2182],[-6.553599, 55.219],[-6.553199, 55.2192],[-6.55020, 55.219],[-6.5496, 55.2199],[-6.548999, 55.2208],[-6.5487, 55.2207],[-6.5486, 55.2204],[-6.5486, 55.2194],[-6.54880, 55.2186],[-6.5491, 55.218],[-6.5491, 55.2173],[-6.548299, 55.2169],[-6.545199, 55.2166],[-6.543099, 55.2169],[-6.542799, 55.2171],[-6.5426, 55.2173],[-6.5425, 55.2175],[-6.5425, 55.2177],[-6.543399, 55.2185],[-6.5435, 55.2188],[-6.543399, 55.2192],[-6.543, 55.2195],[-6.542699000000002, 55.2196],[-6.540699, 55.2203],[-6.5401, 55.2211],[-6.53980, 55.2213],[-6.5393, 55.2213],[-6.539, 55.2212],[-6.53850, 55.2204],[-6.53800, 55.2201],[-6.537399, 55.2199],[-6.534599, 55.2192],[-6.53370, 55.2202],[-6.5307, 55.2227],[-6.528901, 55.2236],[-6.527, 55.2257],[-6.526299, 55.2271],[-6.5261, 55.2276],[-6.5262, 55.2284],[-6.527, 55.2290],[-6.52920, 55.2293],[-6.530399, 55.2302],[-6.530799, 55.2308],[-6.531001, 55.2317],[-6.53090, 55.2334],[-6.530399, 55.2340],[-6.5288, 55.2346],[-6.52540, 55.2346],[-6.523901, 55.2346],[-6.52290, 55.2349],[-6.521801, 55.2348],[-6.52150, 55.2350],[-6.52150, 55.236],[-6.521, 55.2364],[-6.5205, 55.2366],[-6.517799, 55.2361],[-6.5159, 55.2363],[-6.5159, 55.2370],[-6.516699, 55.2384],[-6.51680, 55.2395],[-6.51640, 55.2398],[-6.514599, 55.2394],[-6.5128, 55.2396],[-6.51180, 55.2398],[-6.5106, 55.2411],[-6.5102, 55.2414],[-6.508901, 55.2409],[-6.50740, 55.2409],[-6.5067, 55.2413],[-6.505599, 55.2411],[-6.505199000000002, 55.2413],[-6.50460, 55.2427],[-6.503799, 55.2449],[-6.503399, 55.2454],[-6.5026, 55.2455],[-6.5025, 55.2458],[-6.50330, 55.2466],[-6.50330, 55.2472],[-6.5026, 55.2473],[-6.501299, 55.2467],[-6.4998, 55.2465],[-6.49770, 55.2465],[-6.496201, 55.2465],[-6.4955, 55.2466],[-6.495299, 55.2470],[-6.4951, 55.248],[-6.49480, 55.2488],[-6.49300, 55.2487],[-6.491001, 55.2481],[-6.490099, 55.2481],[-6.48920, 55.2485],[-6.488999, 55.2491],[-6.4884, 55.2490],[-6.48740, 55.2484],[-6.486499, 55.2484],[-6.4853, 55.2485],[-6.48460, 55.2498],[-6.484301, 55.2504],[-6.4835, 55.2504],[-6.4825, 55.2506],[-6.48210, 55.2508],[-6.48260, 55.2516],[-6.482699, 55.2521],[-6.481201, 55.2521],[-6.478, 55.2516]]],[[[-6.238999, 55.3113],[-6.2388, 55.3112],[-6.2374, 55.3118],[-6.236899, 55.3116],[-6.236001, 55.3109],[-6.234399, 55.3102],[-6.233399, 55.3099],[-6.232299, 55.3096],[-6.23010, 55.3089],[-6.2279, 55.3084],[-6.22600, 55.3080],[-6.22260, 55.3076],[-6.2196, 55.3072],[-6.2154, 55.3068],[-6.2145, 55.3066],[-6.2125, 55.3066],[-6.2108, 55.3063],[-6.20720, 55.3064],[-6.20480, 55.3065],[-6.202899, 55.3062],[-6.200699, 55.3056],[-6.199999, 55.3057],[-6.198901, 55.3064],[-6.197999, 55.3070],[-6.197199, 55.3072],[-6.195799, 55.3072],[-6.1942, 55.3066],[-6.1924, 55.3059],[-6.190599, 55.3052],[-6.188399, 55.3049],[-6.184599, 55.3044],[-6.1826, 55.3042],[-6.1788, 55.3041],[-6.175399, 55.3036],[-6.172, 55.3031],[-6.17000, 55.3028],[-6.168799, 55.3027],[-6.168399, 55.3025],[-6.168, 55.3022],[-6.168099, 55.3009],[-6.168399, 55.2998],[-6.168399, 55.2992],[-6.16820, 55.2988],[-6.167399, 55.2981],[-6.167399, 55.2978],[-6.1676, 55.2971],[-6.168799, 55.2965],[-6.16960, 55.2960],[-6.170199, 55.2948],[-6.1707, 55.2946],[-6.171401, 55.2945],[-6.171899, 55.2943],[-6.1722, 55.2938],[-6.1722, 55.2935],[-6.172, 55.2926],[-6.1722, 55.2919],[-6.172699, 55.2914],[-6.1737, 55.2897],[-6.1746, 55.2878],[-6.1749, 55.2866],[-6.175099, 55.2856],[-6.1746, 55.2842],[-6.173999, 55.282],[-6.175499, 55.282],[-6.176801000000002, 55.2812],[-6.177299, 55.2809],[-6.177599000000002, 55.2804],[-6.1777, 55.2798],[-6.178199, 55.2793],[-6.178901, 55.2787],[-6.179399, 55.2777],[-6.179599, 55.2772],[-6.179399, 55.2763],[-6.179101, 55.2759],[-6.177599000000002, 55.2746],[-6.177499, 55.2742],[-6.1784, 55.2737],[-6.1788, 55.2734],[-6.1788, 55.2729],[-6.1774, 55.2724],[-6.17670, 55.2721],[-6.17660, 55.2718],[-6.17670, 55.2715],[-6.177599000000002, 55.2711],[-6.179501, 55.2708],[-6.1806, 55.2705],[-6.181099, 55.2702],[-6.181201, 55.2696],[-6.180099, 55.268],[-6.179699, 55.2672],[-6.179699, 55.2668],[-6.179999, 55.2665],[-6.181001, 55.2661],[-6.18180, 55.2656],[-6.18240, 55.265],[-6.182799000000002, 55.2646],[-6.1834, 55.2632],[-6.184199, 55.2626],[-6.1858, 55.2621],[-6.1864, 55.2617],[-6.1868, 55.2604],[-6.18750, 55.2591],[-6.188, 55.259],[-6.188799, 55.2592],[-6.1895, 55.2593],[-6.189799000000002, 55.2596],[-6.190199, 55.2606],[-6.190599, 55.261],[-6.191401, 55.2612],[-6.191801, 55.2615],[-6.192, 55.262],[-6.19210, 55.2626],[-6.192299, 55.2628],[-6.19460, 55.2635],[-6.1956, 55.2641],[-6.196001, 55.2646],[-6.1967, 55.2658],[-6.1971, 55.2671],[-6.1975, 55.2678],[-6.197899, 55.2684],[-6.1981, 55.2689],[-6.19820, 55.2694],[-6.19820, 55.2711],[-6.198501, 55.272],[-6.199399, 55.274],[-6.1998, 55.2755],[-6.1998, 55.276],[-6.19960, 55.2766],[-6.1984, 55.2785],[-6.19630, 55.2817],[-6.19450, 55.2835],[-6.193501, 55.2839],[-6.1924, 55.2844],[-6.190199, 55.2848],[-6.189301, 55.285],[-6.189199, 55.2854],[-6.189301, 55.2858],[-6.189899, 55.2861],[-6.190599, 55.2866],[-6.19080, 55.2870],[-6.191, 55.288],[-6.191201, 55.2884],[-6.1924, 55.2887],[-6.193399, 55.2891],[-6.1941, 55.2895],[-6.19490, 55.2902],[-6.195199, 55.2906],[-6.19500, 55.2909],[-6.19460, 55.2911],[-6.1928, 55.2912],[-6.192299, 55.2915],[-6.1922, 55.292],[-6.192299, 55.2922],[-6.192999, 55.2926],[-6.19460, 55.2927],[-6.197199, 55.2926],[-6.19880, 55.2930],[-6.199999, 55.2932],[-6.203501, 55.2929],[-6.20680, 55.2930],[-6.2089, 55.2933],[-6.21280, 55.2943],[-6.2196, 55.2954],[-6.22400, 55.2955],[-6.2269, 55.2953],[-6.231699, 55.2946],[-6.234399, 55.2941],[-6.2374, 55.2936],[-6.239699, 55.2934],[-6.243, 55.2928],[-6.2444, 55.2925],[-6.2448, 55.2924],[-6.2465, 55.2917],[-6.24760, 55.2915],[-6.250899, 55.2915],[-6.252699, 55.2918],[-6.253799, 55.2917],[-6.255599, 55.2913],[-6.257999, 55.2900],[-6.25880, 55.2898],[-6.2599, 55.2899],[-6.2612, 55.2905],[-6.2631, 55.292],[-6.264699, 55.2924],[-6.266099, 55.2923],[-6.26760, 55.2918],[-6.26860, 55.2914],[-6.2697, 55.2911],[-6.272799, 55.2912],[-6.276401, 55.292],[-6.27750, 55.2924],[-6.278999, 55.2924],[-6.282899, 55.2925],[-6.283299, 55.2932],[-6.2843, 55.2937],[-6.284599, 55.2941],[-6.2844, 55.2943],[-6.283199, 55.2946],[-6.281899, 55.2950],[-6.28170, 55.2953],[-6.282001, 55.2961],[-6.282001, 55.2964],[-6.281801, 55.2967],[-6.2812, 55.2968],[-6.2806, 55.2968],[-6.279799, 55.297],[-6.279301, 55.2975],[-6.2791, 55.2982],[-6.2791, 55.2990],[-6.279399000000002, 55.2995],[-6.279399000000002, 55.3002],[-6.2792, 55.3008],[-6.278501, 55.3015],[-6.276899, 55.3019],[-6.275, 55.3021],[-6.2745, 55.3023],[-6.273901, 55.3031],[-6.2722, 55.3034],[-6.271801, 55.3037],[-6.271299, 55.3041],[-6.270599, 55.3054],[-6.27000, 55.3058],[-6.269599, 55.306],[-6.267799, 55.3058],[-6.26440, 55.3054],[-6.26300, 55.3054],[-6.262599, 55.3056],[-6.2618, 55.3062],[-6.2609, 55.3064],[-6.258901, 55.3064],[-6.257199, 55.3064],[-6.2567, 55.3068],[-6.2561, 55.3073],[-6.255899, 55.3078],[-6.256001, 55.3084],[-6.255899, 55.3087],[-6.255599, 55.309],[-6.2553, 55.3094],[-6.2557, 55.3100],[-6.255899, 55.3104],[-6.2557, 55.3106],[-6.2553, 55.3107],[-6.255099000000002, 55.3107],[-6.254301, 55.3105],[-6.253701, 55.3102],[-6.252399, 55.3097],[-6.251, 55.3093],[-6.2497, 55.3094],[-6.247799, 55.3098],[-6.247099, 55.3097],[-6.24560, 55.3092],[-6.2449, 55.3091],[-6.244501, 55.3092],[-6.2439, 55.3096],[-6.243501, 55.3102],[-6.243299, 55.3112],[-6.242899000000002, 55.3115],[-6.24240, 55.3116],[-6.2417, 55.3115],[-6.241099, 55.3112],[-6.240699, 55.3115],[-6.239999, 55.3122],[-6.239501, 55.3123],[-6.2392, 55.3122],[-6.238999, 55.312],[-6.238999, 55.3113]]],[[[-5.716499, 54.8462],[-5.716899, 54.8462],[-5.717299, 54.8466],[-5.717299, 54.8475],[-5.7175, 54.8479],[-5.717999, 54.8484],[-5.719699, 54.8496],[-5.720799, 54.8505],[-5.721001, 54.851],[-5.720799, 54.8515],[-5.7202, 54.8515],[-5.719501, 54.8513],[-5.7175, 54.8507],[-5.71630, 54.85],[-5.715799, 54.8495],[-5.715499, 54.8487],[-5.7154, 54.8477],[-5.7157, 54.8468],[-5.716001, 54.8464],[-5.716499, 54.8462]]],[[[-6.351699, 55.2467],[-6.352001, 55.2467],[-6.35220, 55.2468],[-6.35220, 55.2470],[-6.352099, 55.2477],[-6.35220, 55.2481],[-6.3523, 55.2483],[-6.3529, 55.2486],[-6.35300, 55.2487],[-6.353099, 55.2491],[-6.353099, 55.2494],[-6.35300, 55.2496],[-6.352399, 55.2499],[-6.35220, 55.25],[-6.352001, 55.25],[-6.349101, 55.2491],[-6.34880, 55.2489],[-6.348599, 55.2487],[-6.348599, 55.2485],[-6.349199, 55.2478],[-6.349501, 55.2475],[-6.3501, 55.2471],[-6.3505, 55.2469],[-6.351, 55.2468],[-6.351699, 55.2467]]],[[[-6.6202, 55.2242],[-6.620399, 55.224],[-6.62150, 55.2236],[-6.6227, 55.2233],[-6.623799, 55.2233],[-6.626299, 55.2233],[-6.6279, 55.2231],[-6.629, 55.2231],[-6.629399, 55.2232],[-6.6296, 55.2235],[-6.629301, 55.2238],[-6.62860, 55.2241],[-6.62720, 55.2245],[-6.6254, 55.2244],[-6.624101, 55.2241],[-6.623701, 55.2241],[-6.6208, 55.2245],[-6.620299, 55.2244],[-6.6202, 55.2242]]],[[[-6.6419, 55.2221],[-6.6423, 55.222],[-6.6429, 55.2221],[-6.6434, 55.2224],[-6.64360, 55.2227],[-6.64360, 55.2231],[-6.6433, 55.2233],[-6.6427, 55.2234],[-6.641601, 55.2234],[-6.641201, 55.2233],[-6.641001, 55.223],[-6.641099, 55.2227],[-6.6415, 55.2223],[-6.6419, 55.2221]]],[[[-6.32970, 55.2398],[-6.329899, 55.2397],[-6.3302, 55.2398],[-6.3304, 55.2400],[-6.33050, 55.2403],[-6.33050, 55.2405],[-6.3304, 55.2408],[-6.330299, 55.2409],[-6.33010, 55.2411],[-6.329899, 55.2412],[-6.32970, 55.2413],[-6.3294, 55.2414],[-6.329199000000002, 55.2414],[-6.3289, 55.2413],[-6.328701, 55.2411],[-6.328701, 55.2408],[-6.32880, 55.2405],[-6.3289, 55.2404],[-6.3294, 55.2400],[-6.32970, 55.2398]]]]}, properties:{name:"Antrim"}}, {type:"Feature", geometry:{type:"MultiPolygon", coordinates:[[[[-6.57460, 54.5207],[-6.56750, 54.524],[-6.55170, 54.5338],[-6.537499, 54.5423],[-6.526899, 54.5447],[-6.502, 54.5514],[-6.45580, 54.5606],[-6.42590, 54.5672],[-6.409599, 54.5486],[-6.391001, 54.5258],[-6.3811, 54.5150],[-6.372499, 54.5119],[-6.3548, 54.5089],[-6.346099, 54.5066],[-6.341801, 54.5060],[-6.336699, 54.5045],[-6.335, 54.5014],[-6.3344, 54.5003],[-6.330699, 54.4968],[-6.320799, 54.4943],[-6.304999, 54.4901],[-6.296299, 54.4874],[-6.29020, 54.4835],[-6.281499, 54.4801],[-6.2838, 54.4751],[-6.294101, 54.4741],[-6.2995, 54.4708],[-6.302599, 54.4654],[-6.3077, 54.4615],[-6.312399, 54.4561],[-6.3081, 54.4513],[-6.304399, 54.4477],[-6.31050, 54.4438],[-6.3182, 54.4432],[-6.326001, 54.4456],[-6.335599, 54.4455],[-6.34280, 54.4418],[-6.3483, 54.4373],[-6.353701000000002, 54.4327],[-6.361899, 54.4308],[-6.371201, 54.4278],[-6.37710, 54.4239],[-6.3739, 54.4189],[-6.376201000000002, 54.4135],[-6.3755, 54.4086],[-6.3791, 54.4031],[-6.3866, 54.4002],[-6.39150, 54.3968],[-6.392499, 54.3962],[-6.395299, 54.3943],[-6.39570, 54.3937],[-6.39440, 54.3917],[-6.3936, 54.3906],[-6.393199, 54.3897],[-6.392499, 54.3865],[-6.392001, 54.3836],[-6.391601, 54.3822],[-6.390699, 54.3803],[-6.3894, 54.3774],[-6.388599, 54.3761],[-6.383999, 54.3701],[-6.378799, 54.3624],[-6.377699, 54.361],[-6.37750, 54.3605],[-6.37710, 54.3588],[-6.376801, 54.3581],[-6.3758, 54.3565],[-6.375, 54.3555],[-6.37230, 54.3525],[-6.37050, 54.3506],[-6.3688, 54.3492],[-6.366099, 54.3477],[-6.3656, 54.3472],[-6.363599, 54.3435],[-6.362599, 54.3422],[-6.3621, 54.3415],[-6.361899, 54.3408],[-6.362299, 54.3391],[-6.3624, 54.3373],[-6.3632, 54.3349],[-6.363299, 54.3340],[-6.3634, 54.3323],[-6.3627, 54.3277],[-6.3621, 54.3252],[-6.36200, 54.3237],[-6.361801, 54.3211],[-6.361801, 54.3188],[-6.361801, 54.3172],[-6.36200, 54.3164],[-6.362299, 54.3158],[-6.3631, 54.3148],[-6.3638, 54.3140],[-6.363999, 54.3135],[-6.364399, 54.3119],[-6.364799, 54.3108],[-6.36630, 54.3085],[-6.36630, 54.3081],[-6.365699, 54.3064],[-6.365799000000002, 54.3051],[-6.365399, 54.3022],[-6.3656, 54.3017],[-6.366401, 54.3],[-6.367099, 54.298],[-6.368199, 54.2942],[-6.3684, 54.2927],[-6.3684, 54.2918],[-6.36810, 54.2911],[-6.3674, 54.2902],[-6.366601, 54.2894],[-6.362599, 54.2863],[-6.3613, 54.2852],[-6.36060, 54.2844],[-6.35780, 54.2804],[-6.3565, 54.2781],[-6.355899, 54.2768],[-6.3557, 54.2760],[-6.3558, 54.2754],[-6.3561, 54.2748],[-6.356601, 54.2742],[-6.3576, 54.2737],[-6.36060, 54.2731],[-6.3632, 54.2724],[-6.3638, 54.2723],[-6.3646, 54.272],[-6.3649, 54.2717],[-6.36520, 54.2712],[-6.365499, 54.2704],[-6.365699, 54.2692],[-6.3656, 54.2679],[-6.365399, 54.2671],[-6.364999, 54.2665],[-6.361401, 54.2638],[-6.360899, 54.2631],[-6.3607, 54.2626],[-6.36060, 54.2620],[-6.360799, 54.2603],[-6.3612, 54.2585],[-6.361801, 54.2570],[-6.3627, 54.2557],[-6.3638, 54.2546],[-6.365399, 54.2534],[-6.3673, 54.252],[-6.3698, 54.2502],[-6.370299, 54.2496],[-6.3708, 54.2488],[-6.37100, 54.2482],[-6.371099, 54.247],[-6.370399, 54.243],[-6.369999, 54.2408],[-6.369599, 54.2393],[-6.3693, 54.2387],[-6.368599, 54.238],[-6.367599, 54.2372],[-6.3634, 54.234],[-6.362899, 54.2335],[-6.36250, 54.2329],[-6.362199, 54.2318],[-6.362299, 54.2273],[-6.3621, 54.2267],[-6.3604, 54.225],[-6.358901000000002, 54.2237],[-6.3551, 54.2198],[-6.354101, 54.2185],[-6.3535, 54.2176],[-6.353199, 54.2169],[-6.352399, 54.2156],[-6.350599, 54.2040],[-6.348199, 54.2005],[-6.346601000000002, 54.1935],[-6.3462, 54.1930],[-6.3459, 54.1928],[-6.3438, 54.1922],[-6.341801, 54.1918],[-6.339399, 54.1913],[-6.3379, 54.1909],[-6.337399, 54.1906],[-6.3369, 54.1900],[-6.335499, 54.188],[-6.335199, 54.1873],[-6.335199, 54.1864],[-6.3354, 54.1846],[-6.336, 54.1829],[-6.3369, 54.1813],[-6.338799, 54.1788],[-6.339799, 54.1776],[-6.340199, 54.1766],[-6.340199, 54.1758],[-6.340199, 54.1747],[-6.3397, 54.174],[-6.3386, 54.1722],[-6.337399, 54.1699],[-6.336299, 54.167],[-6.334599, 54.1626],[-6.333399, 54.1604],[-6.33110, 54.1577],[-6.3262, 54.1534],[-6.3232, 54.1508],[-6.321401, 54.1489],[-6.31740, 54.1437],[-6.31220, 54.1378],[-6.3102, 54.1358],[-6.3068, 54.1302],[-6.302299, 54.1253],[-6.30060, 54.124],[-6.297999, 54.1211],[-6.295199, 54.1182],[-6.293799, 54.1165],[-6.29220, 54.1152],[-6.291201, 54.1146],[-6.289, 54.1139],[-6.288, 54.1134],[-6.287399000000002, 54.1128],[-6.286699, 54.112],[-6.2908, 54.1121],[-6.297699000000002, 54.1113],[-6.3012, 54.1104],[-6.3064, 54.1084],[-6.307499, 54.1066],[-6.3083, 54.1044],[-6.3093, 54.1015],[-6.3119, 54.099],[-6.316401, 54.0951],[-6.3192, 54.0935],[-6.32160, 54.0936],[-6.323999000000002, 54.0941],[-6.329599, 54.0948],[-6.3325, 54.096],[-6.334101, 54.0965],[-6.3344, 54.0988],[-6.334301, 54.1038],[-6.334301, 54.1066],[-6.334301, 54.1086],[-6.3354, 54.1105],[-6.336801, 54.1128],[-6.338901, 54.1152],[-6.3407, 54.1158],[-6.3432, 54.1158],[-6.344399, 54.116],[-6.347099, 54.1164],[-6.349999, 54.1157],[-6.3543, 54.1151],[-6.357299, 54.1154],[-6.3624, 54.1148],[-6.3642, 54.1144],[-6.364999, 54.112],[-6.364999, 54.1104],[-6.364301, 54.1064],[-6.3632, 54.103],[-6.362299, 54.1],[-6.3621, 54.0976],[-6.362199, 54.0962],[-6.3632, 54.0949],[-6.363299, 54.0923],[-6.363299, 54.0894],[-6.363299, 54.0859],[-6.3628, 54.0829],[-6.361899, 54.0782],[-6.36160, 54.0753],[-6.362199, 54.0734],[-6.365399, 54.0710],[-6.367001, 54.0708],[-6.372001000000002, 54.0708],[-6.376801, 54.0706],[-6.38, 54.0693],[-6.381801, 54.0673],[-6.3828, 54.0652],[-6.3852, 54.0621],[-6.3863, 54.0616],[-6.388299, 54.0618],[-6.389501, 54.0621],[-6.3908, 54.0626],[-6.3929, 54.063],[-6.396601, 54.0628],[-6.403501, 54.0638],[-6.406499, 54.0641],[-6.411699, 54.0645],[-6.4186, 54.064],[-6.425799, 54.0624],[-6.4299, 54.0612],[-6.433599, 54.0597],[-6.4364, 54.0592],[-6.4383, 54.0592],[-6.440899, 54.0596],[-6.4416, 54.0601],[-6.4449, 54.0618],[-6.4482, 54.0632],[-6.453199, 54.0697],[-6.4543, 54.0716],[-6.45540, 54.0732],[-6.456201, 54.0740],[-6.458701, 54.0741],[-6.4608, 54.0739],[-6.4645, 54.0739],[-6.46910, 54.0756],[-6.472899, 54.0774],[-6.475599000000002, 54.0792],[-6.477099, 54.0792],[-6.478, 54.0787],[-6.480599, 54.0759],[-6.481601, 54.0741],[-6.4819, 54.0728],[-6.481601, 54.0719],[-6.479899, 54.0708],[-6.4755, 54.0695],[-6.474599, 54.0687],[-6.4744, 54.0680],[-6.474501, 54.0675],[-6.475599000000002, 54.0673],[-6.477799, 54.0674],[-6.481201, 54.0672],[-6.4841, 54.066],[-6.486801, 54.0652],[-6.489699, 54.0642],[-6.4923, 54.0642],[-6.495399, 54.0646],[-6.4964, 54.0645],[-6.5011, 54.0613],[-6.505199000000002, 54.0591],[-6.506801, 54.0576],[-6.5079, 54.0552],[-6.5091, 54.0547],[-6.51070, 54.0547],[-6.514101, 54.0557],[-6.524799, 54.0585],[-6.5288, 54.0596],[-6.531099, 54.0594],[-6.5373, 54.0569],[-6.54080, 54.0554],[-6.54400, 54.0536],[-6.544899, 54.0536],[-6.547299, 54.0539],[-6.5496, 54.0539],[-6.5524, 54.0536],[-6.553901, 54.0529],[-6.5548, 54.0528],[-6.557001, 54.0528],[-6.56050, 54.0532],[-6.5636, 54.0536],[-6.5651, 54.0544],[-6.566, 54.0553],[-6.5665, 54.0563],[-6.568099, 54.057],[-6.570899, 54.0571],[-6.572001, 54.0568],[-6.57280, 54.0561],[-6.573501, 54.0553],[-6.5759, 54.0546],[-6.57880, 54.0552],[-6.58250, 54.0564],[-6.586299, 54.0572],[-6.587399, 54.0572],[-6.589, 54.0563],[-6.59000, 54.0547],[-6.59060, 54.0539],[-6.5907, 54.0528],[-6.5907, 54.0507],[-6.590899, 54.0488],[-6.592199, 54.0476],[-6.59480, 54.0469],[-6.59810, 54.0465],[-6.602001, 54.0464],[-6.603701, 54.0452],[-6.604101, 54.0433],[-6.605599, 54.0424],[-6.6072, 54.0423],[-6.608399, 54.0428],[-6.6096, 54.0437],[-6.610499, 54.0438],[-6.6137, 54.0421],[-6.615099, 54.0408],[-6.615699, 54.0403],[-6.6167, 54.0399],[-6.61880, 54.04],[-6.621099000000002, 54.0404],[-6.6227, 54.0416],[-6.6233, 54.0424],[-6.62480, 54.044],[-6.626201, 54.045],[-6.627299, 54.0454],[-6.62860, 54.0458],[-6.629799, 54.0463],[-6.6321, 54.0476],[-6.63420, 54.0496],[-6.637899, 54.0543],[-6.639599, 54.0561],[-6.64130, 54.0581],[-6.6429, 54.06],[-6.6435, 54.0605],[-6.645599, 54.0625],[-6.6476, 54.063],[-6.6504, 54.063],[-6.653999, 54.0628],[-6.658, 54.0628],[-6.659999, 54.0632],[-6.661099, 54.0637],[-6.6627, 54.0656],[-6.6635, 54.0680],[-6.664, 54.0701],[-6.664, 54.0711],[-6.6639, 54.0724],[-6.663701, 54.0727],[-6.6627, 54.0735],[-6.6606, 54.0743],[-6.658199, 54.0746],[-6.656401, 54.0756],[-6.654699, 54.0775],[-6.6541, 54.0805],[-6.654399, 54.0819],[-6.6562, 54.0844],[-6.6562, 54.0852],[-6.6556, 54.0863],[-6.653999, 54.0876],[-6.6536, 54.0883],[-6.6536, 54.0892],[-6.655399, 54.0912],[-6.65730, 54.0933],[-6.6578, 54.095],[-6.65770, 54.0955],[-6.656401, 54.0956],[-6.654399, 54.0956],[-6.6517, 54.0955],[-6.648799, 54.0956],[-6.6434, 54.0962],[-6.6419, 54.0972],[-6.641601, 54.0976],[-6.642001, 54.0985],[-6.6434, 54.1002],[-6.6448, 54.1026],[-6.645899, 54.1041],[-6.647399, 54.1053],[-6.6485, 54.1073],[-6.649301, 54.1091],[-6.6504, 54.1103],[-6.653501, 54.1123],[-6.6562, 54.115],[-6.658599000000002, 54.1179],[-6.6594, 54.1196],[-6.659699, 54.1211],[-6.659599, 54.1224],[-6.6592, 54.1236],[-6.6588, 54.124],[-6.65810, 54.1242],[-6.656401, 54.1244],[-6.6552, 54.1243],[-6.6541, 54.1242],[-6.6504, 54.1224],[-6.6491, 54.1224],[-6.648799, 54.1229],[-6.647799, 54.1247],[-6.647, 54.127],[-6.6457, 54.128],[-6.642001, 54.1296],[-6.63880, 54.1322],[-6.637899, 54.1354],[-6.6368, 54.1396],[-6.636401, 54.1417],[-6.6317, 54.1457],[-6.6292, 54.1483],[-6.6278, 54.1524],[-6.6278, 54.1548],[-6.6282, 54.1581],[-6.63000, 54.1616],[-6.637199, 54.1712],[-6.63990, 54.1741],[-6.643, 54.1773],[-6.645599, 54.1784],[-6.65, 54.1796],[-6.652599000000002, 54.1815],[-6.6537, 54.1833],[-6.654799, 54.1861],[-6.657199, 54.1894],[-6.658, 54.1916],[-6.6602, 54.1935],[-6.661601, 54.194],[-6.663599, 54.1944],[-6.666601, 54.1944],[-6.6697, 54.1944],[-6.67410, 54.1956],[-6.676801, 54.1961],[-6.6796, 54.1960],[-6.682199, 54.1959],[-6.683199, 54.1961],[-6.684501, 54.1972],[-6.688099, 54.2002],[-6.691299, 54.2018],[-6.6946, 54.2021],[-6.7003, 54.2025],[-6.7024, 54.2023],[-6.70510, 54.2005],[-6.711299, 54.1972],[-6.712699, 54.1965],[-6.713399, 54.1948],[-6.71400, 54.1907],[-6.715799, 54.1878],[-6.717299, 54.186],[-6.7184, 54.1844],[-6.719699000000002, 54.1837],[-6.720799, 54.1837],[-6.7224, 54.1837],[-6.724199, 54.1841],[-6.725599, 54.1846],[-6.7273, 54.1856],[-6.7285, 54.1868],[-6.73040, 54.1872],[-6.731801, 54.1872],[-6.7336, 54.1868],[-6.73560, 54.1857],[-6.73660, 54.1849],[-6.7382, 54.1844],[-6.739301, 54.1844],[-6.740099, 54.1855],[-6.740799, 54.1869],[-6.741499, 54.1881],[-6.743999, 54.1919],[-6.7455, 54.1937],[-6.74690, 54.1951],[-6.7541, 54.1993],[-6.7561, 54.2001],[-6.757999, 54.2001],[-6.763999, 54.2000],[-6.77040, 54.2000],[-6.774199, 54.2006],[-6.78, 54.2040],[-6.783199, 54.2055],[-6.788099, 54.208],[-6.79140, 54.2100],[-6.7972, 54.2136],[-6.800499, 54.2151],[-6.8016, 54.2163],[-6.8016, 54.2176],[-6.801401, 54.2188],[-6.800799, 54.2204],[-6.8, 54.2218],[-6.8, 54.2225],[-6.801801, 54.2236],[-6.805399, 54.2253],[-6.807199, 54.2256],[-6.809599, 54.2249],[-6.8123, 54.2244],[-6.81440, 54.2251],[-6.8151, 54.226],[-6.814899, 54.227],[-6.81440, 54.228],[-6.81440, 54.2286],[-6.81580, 54.2304],[-6.8171, 54.2321],[-6.817699, 54.2356],[-6.818799, 54.2387],[-6.82110, 54.2415],[-6.826499, 54.2472],[-6.82760, 54.2484],[-6.8283, 54.2507],[-6.828701, 54.2529],[-6.827001, 54.2596],[-6.8269, 54.2612],[-6.827799, 54.2620],[-6.8301, 54.2634],[-6.835899, 54.2663],[-6.8376, 54.2667],[-6.84130, 54.2660],[-6.845699, 54.2648],[-6.848, 54.2648],[-6.848701, 54.2652],[-6.849599, 54.2675],[-6.850399, 54.2696],[-6.8509, 54.2702],[-6.85190, 54.2703],[-6.855899, 54.2700],[-6.860099, 54.2706],[-6.861801, 54.2713],[-6.8621, 54.2718],[-6.862, 54.2733],[-6.8624, 54.2754],[-6.86280, 54.2763],[-6.86370, 54.277],[-6.8652, 54.2776],[-6.868299, 54.2782],[-6.87080, 54.2792],[-6.8714, 54.28],[-6.872001, 54.2809],[-6.872099, 54.2812],[-6.872001, 54.2818],[-6.8719, 54.2827],[-6.872001, 54.2832],[-6.8723, 54.2837],[-6.873701, 54.2845],[-6.87400, 54.2849],[-6.87400, 54.2853],[-6.873701, 54.2858],[-6.873099, 54.2859],[-6.87220, 54.2863],[-6.871699, 54.2867],[-6.871201, 54.2873],[-6.87060, 54.2878],[-6.8701, 54.288],[-6.86930, 54.2881],[-6.868701, 54.2881],[-6.866899, 54.2878],[-6.865699, 54.287],[-6.8652, 54.2862],[-6.865099000000002, 54.2855],[-6.8653, 54.2844],[-6.8653, 54.2836],[-6.865099000000002, 54.2832],[-6.86420, 54.2829],[-6.861801, 54.2828],[-6.860499, 54.2827],[-6.85990, 54.2828],[-6.85950, 54.2831],[-6.8592, 54.2834],[-6.85900, 54.2842],[-6.859301, 54.2853],[-6.8612, 54.2886],[-6.8616, 54.2896],[-6.86130, 54.2906],[-6.85960, 54.2912],[-6.855899, 54.2923],[-6.8536, 54.2936],[-6.853199, 54.2942],[-6.85290, 54.2959],[-6.853, 54.2971],[-6.85340, 54.2993],[-6.85390, 54.301],[-6.854599, 54.3027],[-6.85480, 54.3029],[-6.85570, 54.3032],[-6.8564, 54.3037],[-6.856699, 54.304],[-6.856801, 54.3044],[-6.856699, 54.3048],[-6.8564, 54.3054],[-6.856, 54.306],[-6.855899, 54.3063],[-6.855899, 54.3067],[-6.856, 54.3072],[-6.856201, 54.3075],[-6.856801, 54.3081],[-6.857, 54.3085],[-6.857, 54.3087],[-6.8569, 54.3091],[-6.85610, 54.3098],[-6.856, 54.31],[-6.856, 54.3103],[-6.856, 54.3107],[-6.855899, 54.3109],[-6.8554, 54.3115],[-6.855299, 54.3118],[-6.855299, 54.3122],[-6.8554, 54.3129],[-6.855599, 54.3141],[-6.856, 54.3156],[-6.8564, 54.316],[-6.857, 54.3162],[-6.8592, 54.3167],[-6.860199, 54.3171],[-6.8612, 54.3178],[-6.862, 54.3193],[-6.862999, 54.3214],[-6.86320, 54.3231],[-6.862899, 54.3247],[-6.862, 54.3264],[-6.862199, 54.3274],[-6.86320, 54.3286],[-6.864999, 54.3295],[-6.86560, 54.3296],[-6.8653, 54.3301],[-6.865099000000002, 54.3302],[-6.864301000000002, 54.3302],[-6.86380, 54.3302],[-6.8624, 54.3305],[-6.85990, 54.3312],[-6.85900, 54.3313],[-6.857999, 54.3313],[-6.856699, 54.3311],[-6.854199, 54.3307],[-6.85330, 54.3306],[-6.85230, 54.3307],[-6.85190, 54.3308],[-6.851699, 54.3309],[-6.8502, 54.3324],[-6.849899, 54.3326],[-6.848, 54.3333],[-6.84550, 54.3341],[-6.844999, 54.3342],[-6.83970, 54.3347],[-6.8392, 54.3348],[-6.838901, 54.3349],[-6.83790, 54.3359],[-6.837299, 54.3364],[-6.836801, 54.3367],[-6.83600, 54.3371],[-6.835499, 54.3373],[-6.83510, 54.3376],[-6.8347, 54.3381],[-6.834301, 54.3388],[-6.833701, 54.3399],[-6.833399, 54.3406],[-6.833099, 54.3414],[-6.833, 54.3418],[-6.8326, 54.3445],[-6.832399, 54.3451],[-6.832099, 54.3456],[-6.8319, 54.3458],[-6.82940, 54.348],[-6.828501, 54.3491],[-6.8284, 54.3495],[-6.8284, 54.3515],[-6.8283, 54.3522],[-6.828199, 54.3526],[-6.8273, 54.3547],[-6.825699, 54.358],[-6.8255, 54.3587],[-6.825099, 54.3597],[-6.824699, 54.3604],[-6.82430, 54.361],[-6.823999, 54.3613],[-6.82380, 54.3614],[-6.823299, 54.3616],[-6.8212, 54.3622],[-6.820799, 54.3623],[-6.820499, 54.3623],[-6.8203, 54.3622],[-6.8199, 54.3616],[-6.81960, 54.3614],[-6.81920, 54.3614],[-6.8187, 54.3616],[-6.818501, 54.3617],[-6.81820, 54.3619],[-6.818099, 54.3622],[-6.818099, 54.3624],[-6.81820, 54.3626],[-6.81910, 54.3635],[-6.81920, 54.3637],[-6.81920, 54.3639],[-6.81910, 54.364],[-6.818799, 54.3641],[-6.81820, 54.3641],[-6.817999, 54.3642],[-6.817699, 54.3645],[-6.81720, 54.3654],[-6.816899, 54.3657],[-6.8166, 54.3659],[-6.816, 54.3661],[-6.8129, 54.367],[-6.81250, 54.3672],[-6.812399, 54.3673],[-6.8123, 54.3675],[-6.8123, 54.3678],[-6.812399, 54.3692],[-6.8123, 54.3695],[-6.812099, 54.3698],[-6.810599, 54.3713],[-6.8105, 54.3714],[-6.8104, 54.3717],[-6.8105, 54.3728],[-6.8104, 54.3731],[-6.81020, 54.3733],[-6.809999, 54.3734],[-6.808599, 54.3737],[-6.80830, 54.3738],[-6.8081, 54.374],[-6.808, 54.3743],[-6.808, 54.3746],[-6.8081, 54.3747],[-6.809199, 54.3751],[-6.809501, 54.3753],[-6.80970, 54.3755],[-6.80980, 54.3757],[-6.80980, 54.3762],[-6.80970, 54.3764],[-6.809501, 54.3766],[-6.809, 54.3769],[-6.807199, 54.3776],[-6.8068, 54.3779],[-6.805399, 54.3794],[-6.804999, 54.3797],[-6.803199, 54.3808],[-6.80280, 54.3812],[-6.802599, 54.3816],[-6.802499, 54.3821],[-6.802499, 54.3832],[-6.802599, 54.3839],[-6.80280, 54.3849],[-6.802999, 54.3854],[-6.804101, 54.3869],[-6.8043, 54.3873],[-6.804399, 54.3878],[-6.804501, 54.3886],[-6.804501, 54.3894],[-6.8043, 54.3902],[-6.804101, 54.3904],[-6.803901, 54.3905],[-6.80280, 54.3908],[-6.802499, 54.391],[-6.8024, 54.3912],[-6.8024, 54.3917],[-6.802499, 54.3920],[-6.80270, 54.3922],[-6.802999, 54.3924],[-6.8042, 54.3926],[-6.804501, 54.3927],[-6.804699, 54.3930],[-6.804699, 54.3934],[-6.80460, 54.3936],[-6.8042, 54.3939],[-6.80370, 54.3942],[-6.802001, 54.3946],[-6.8017, 54.3947],[-6.8016, 54.3950],[-6.8016, 54.3954],[-6.8017, 54.3955],[-6.801899, 54.3956],[-6.80280, 54.3958],[-6.802999, 54.3959],[-6.80310, 54.396],[-6.8034, 54.3975],[-6.803501, 54.3978],[-6.804699, 54.3989],[-6.804999, 54.3993],[-6.805099000000002, 54.3997],[-6.805099000000002, 54.3999],[-6.804999, 54.4001],[-6.8048, 54.4002],[-6.8038, 54.4004],[-6.803501, 54.4005],[-6.803299, 54.4007],[-6.802999, 54.4014],[-6.80280, 54.4017],[-6.8024, 54.402],[-6.801001, 54.403],[-6.7995, 54.4039],[-6.7992, 54.4042],[-6.798999000000002, 54.4045],[-6.798901, 54.4048],[-6.7988, 54.4056],[-6.798901, 54.4059],[-6.7991, 54.4061],[-6.79990, 54.4065],[-6.800099, 54.4066],[-6.8002, 54.4068],[-6.8002, 54.4069],[-6.8002, 54.407],[-6.800099, 54.4072],[-6.8, 54.4074],[-6.799799, 54.4075],[-6.799301, 54.4077],[-6.7982, 54.4082],[-6.797999000000002, 54.4084],[-6.7979, 54.4086],[-6.7978, 54.4089],[-6.797699, 54.41],[-6.797599, 54.4104],[-6.79750, 54.4107],[-6.797299, 54.4109],[-6.79700, 54.411],[-6.79670, 54.411],[-6.795899, 54.4105],[-6.79570, 54.4104],[-6.795499, 54.4104],[-6.7953, 54.4106],[-6.79510, 54.4109],[-6.794799, 54.4117],[-6.794199, 54.4134],[-6.7939, 54.414],[-6.7936, 54.4145],[-6.793, 54.4152],[-6.792099, 54.4159],[-6.791601, 54.4162],[-6.7911, 54.4164],[-6.7904, 54.4166],[-6.7894, 54.4168],[-6.787099, 54.417],[-6.78440, 54.4171],[-6.7824, 54.4171],[-6.782001, 54.417],[-6.78070, 54.4162],[-6.7799, 54.4159],[-6.77780, 54.4156],[-6.7758, 54.4154],[-6.774199, 54.4156],[-6.771801, 54.416],[-6.77, 54.416],[-6.769101, 54.4158],[-6.768199, 54.4155],[-6.767399, 54.4151],[-6.76690, 54.4148],[-6.7663, 54.4144],[-6.764599, 54.4123],[-6.763999, 54.4118],[-6.762499, 54.4109],[-6.760799, 54.4101],[-6.7599, 54.4097],[-6.7579, 54.4091],[-6.756299000000002, 54.4087],[-6.754399, 54.4085],[-6.752699, 54.4088],[-6.75200, 54.409],[-6.75050, 54.41],[-6.749101, 54.4111],[-6.74830, 54.4115],[-6.747799, 54.4117],[-6.747099, 54.412],[-6.746201, 54.412],[-6.7452, 54.4118],[-6.743999, 54.4109],[-6.743501, 54.4106],[-6.743, 54.4105],[-6.7424, 54.4104],[-6.74120, 54.4105],[-6.737999000000002, 54.411],[-6.73660, 54.4112],[-6.735199, 54.4113],[-6.73410, 54.4112],[-6.7336, 54.4111],[-6.733399, 54.4107],[-6.7333, 54.4042],[-6.733099, 54.4037],[-6.732699, 54.4035],[-6.7272, 54.4036],[-6.725399, 54.4034],[-6.72520, 54.4034],[-6.723, 54.4035],[-6.722199, 54.4035],[-6.720699, 54.4035],[-6.718501, 54.4035],[-6.7163, 54.4036],[-6.7156, 54.4037],[-6.713399, 54.4042],[-6.7125, 54.4044],[-6.71210, 54.4046],[-6.710899, 54.4052],[-6.7094, 54.4058],[-6.7086, 54.4061],[-6.7083, 54.4063],[-6.708, 54.4066],[-6.7072, 54.4074],[-6.7064, 54.408],[-6.705599, 54.4085],[-6.7047, 54.4089],[-6.703701, 54.4094],[-6.7034, 54.4096],[-6.7031, 54.4099],[-6.702799, 54.4103],[-6.7026, 54.4107],[-6.7026, 54.4112],[-6.70270, 54.4117],[-6.7031, 54.4125],[-6.703599, 54.4134],[-6.703701, 54.4138],[-6.7038, 54.4144],[-6.7038, 54.4147],[-6.703701, 54.4152],[-6.703599, 54.4156],[-6.7034, 54.4159],[-6.7031, 54.4161],[-6.699999, 54.4177],[-6.6993, 54.4181],[-6.698999, 54.4185],[-6.698901, 54.4189],[-6.698999, 54.4194],[-6.6992, 54.4197],[-6.6996, 54.4201],[-6.7006, 54.4213],[-6.7012, 54.422],[-6.70130, 54.4222],[-6.701401000000002, 54.4225],[-6.701401000000002, 54.4234],[-6.701401000000002, 54.4255],[-6.70130, 54.4263],[-6.7012, 54.4267],[-6.701001, 54.4272],[-6.700799, 54.4278],[-6.700099, 54.4291],[-6.6996, 54.4298],[-6.6992, 54.4304],[-6.6987, 54.431],[-6.698299, 54.4312],[-6.6977, 54.4313],[-6.6945, 54.4307],[-6.693399, 54.4306],[-6.692699, 54.4306],[-6.692299, 54.4307],[-6.691899, 54.4309],[-6.6915, 54.4312],[-6.691299, 54.4315],[-6.6911, 54.432],[-6.69100, 54.4329],[-6.69100, 54.4339],[-6.6911, 54.4353],[-6.691201, 54.4357],[-6.691299, 54.4359],[-6.691401, 54.4360],[-6.6916, 54.4362],[-6.69240, 54.4367],[-6.6945, 54.4377],[-6.694799, 54.4379],[-6.6949, 54.438],[-6.695, 54.4383],[-6.695099, 54.4389],[-6.695, 54.4403],[-6.6946, 54.4424],[-6.694399, 54.4430],[-6.6942, 54.4434],[-6.693901, 54.4438],[-6.693501000000002, 54.4441],[-6.693299, 54.4442],[-6.691299, 54.4451],[-6.68960, 54.4457],[-6.6889, 54.4459],[-6.6879, 54.4460],[-6.684899, 54.4460],[-6.6827, 54.4462],[-6.6823, 54.4463],[-6.6814, 54.4466],[-6.681001, 54.4468],[-6.6805, 54.4471],[-6.676801, 54.4506],[-6.676401, 54.4508],[-6.675099, 54.4511],[-6.673501, 54.4513],[-6.67310, 54.4514],[-6.672699, 54.4516],[-6.672299, 54.4518],[-6.6716, 54.4523],[-6.67080, 54.4530],[-6.67, 54.4538],[-6.669101000000002, 54.4548],[-6.668799, 54.4552],[-6.6683, 54.4559],[-6.6679, 54.4567],[-6.667799, 54.4574],[-6.667699, 54.4581],[-6.66760, 54.4591],[-6.667399, 54.46],[-6.667099, 54.4607],[-6.66510, 54.4642],[-6.664599, 54.4647],[-6.664101, 54.4649],[-6.663099, 54.4651],[-6.6613, 54.4655],[-6.6602, 54.4657],[-6.6588, 54.4659],[-6.658299, 54.466],[-6.65810, 54.4661],[-6.6578, 54.4663],[-6.656099, 54.4677],[-6.655499, 54.4682],[-6.655, 54.4685],[-6.653901, 54.469],[-6.65290, 54.4695],[-6.65100, 54.4705],[-6.650499, 54.4707],[-6.64970, 54.4709],[-6.6486, 54.4712],[-6.647999, 54.4714],[-6.6475, 54.4717],[-6.647099, 54.4721],[-6.646801, 54.4726],[-6.646699, 54.473],[-6.646601, 54.4747],[-6.646699, 54.4759],[-6.646801, 54.4766],[-6.646801, 54.4769],[-6.6465, 54.4773],[-6.646201, 54.4788],[-6.646299, 54.479],[-6.647999, 54.4808],[-6.648099, 54.481],[-6.648099, 54.4813],[-6.6479, 54.4817],[-6.6476, 54.4822],[-6.647099, 54.4827],[-6.646801, 54.483],[-6.646601, 54.4834],[-6.6465, 54.4838],[-6.646801, 54.4849],[-6.646801, 54.4853],[-6.646601, 54.4861],[-6.646801, 54.4874],[-6.646801, 54.4877],[-6.646699, 54.488],[-6.64640, 54.4883],[-6.64550, 54.4892],[-6.639999, 54.4938],[-6.639599, 54.494],[-6.6377, 54.494],[-6.6373, 54.494],[-6.63710, 54.4941],[-6.6367, 54.4953],[-6.6366, 54.4955],[-6.636401, 54.4957],[-6.63520, 54.4966],[-6.635, 54.4969],[-6.6349, 54.4972],[-6.6349, 54.4978],[-6.634799, 54.4983],[-6.63460, 54.4987],[-6.63420, 54.4991],[-6.63380, 54.4993],[-6.6332, 54.4995],[-6.631801, 54.4998],[-6.630899, 54.5000],[-6.630099, 54.5003],[-6.6296, 54.5006],[-6.629301, 54.5008],[-6.629, 54.5011],[-6.628799, 54.5013],[-6.6282, 54.5023],[-6.6278, 54.5033],[-6.62760, 54.5038],[-6.627299, 54.5044],[-6.6269, 54.5050],[-6.626601, 54.5054],[-6.626201, 54.5058],[-6.6257, 54.5061],[-6.625199, 54.5063],[-6.624899, 54.5064],[-6.624101, 54.5065],[-6.6236, 54.5065],[-6.62300, 54.5064],[-6.622399, 54.5062],[-6.621099000000002, 54.5054],[-6.620399, 54.5051],[-6.619999, 54.5050],[-6.6193, 54.5049],[-6.61880, 54.5050],[-6.6181, 54.5052],[-6.617599, 54.5054],[-6.617001, 54.5057],[-6.616499, 54.5060],[-6.615099, 54.5068],[-6.6134, 54.5076],[-6.612, 54.5081],[-6.609, 54.5089],[-6.60830, 54.5090],[-6.607399, 54.5091],[-6.604, 54.5089],[-6.60330, 54.5088],[-6.6026, 54.5087],[-6.601099, 54.5083],[-6.600699, 54.5081],[-6.600399, 54.5078],[-6.6001, 54.5073],[-6.599899, 54.5069],[-6.599599, 54.5058],[-6.599501, 54.5056],[-6.5993, 54.5055],[-6.598501, 54.5053],[-6.5974, 54.5051],[-6.596099, 54.5049],[-6.593501, 54.5048],[-6.59110, 54.5050],[-6.59060, 54.5051],[-6.589, 54.5058],[-6.58870, 54.5059],[-6.5878, 54.5060],[-6.583399, 54.5078],[-6.583, 54.5100],[-6.5829, 54.5103],[-6.582699, 54.5104],[-6.582399, 54.5105],[-6.580699, 54.5107],[-6.579101, 54.5111],[-6.578199, 54.5114],[-6.5777, 54.5117],[-6.577099, 54.5121],[-6.5767, 54.5124],[-6.575699, 54.5132],[-6.575399, 54.5137],[-6.5753, 54.5143],[-6.57550, 54.5173],[-6.5756, 54.5183],[-6.5756, 54.519],[-6.575399, 54.5196],[-6.5752, 54.5200],[-6.57460, 54.5207]]]]}, properties:{name:"Armagh"}}, {type:"Feature", geometry:{type:"MultiPolygon", coordinates:[[[[-5.623199, 54.6805],[-5.6222, 54.6801],[-5.621699, 54.6802],[-5.6208, 54.6811],[-5.619599, 54.6811],[-5.6178, 54.6811],[-5.617599, 54.6808],[-5.6177, 54.6807],[-5.619101, 54.6801],[-5.619599, 54.6798],[-5.613999, 54.6795],[-5.6116, 54.678],[-5.611001, 54.6771],[-5.6096, 54.677],[-5.607299, 54.6774],[-5.6048, 54.6775],[-5.603, 54.6777],[-5.602399, 54.6783],[-5.60180, 54.6789],[-5.6014, 54.6793],[-5.5968, 54.679],[-5.595099, 54.6794],[-5.594301, 54.6803],[-5.593299, 54.6804],[-5.5924, 54.6804],[-5.592199, 54.6798],[-5.591899, 54.6784],[-5.591001, 54.678],[-5.59, 54.6777],[-5.5883, 54.6771],[-5.586801, 54.676],[-5.586, 54.676],[-5.5858, 54.6762],[-5.585899, 54.6777],[-5.5858, 54.6782],[-5.58450, 54.6785],[-5.5836, 54.6787],[-5.582699, 54.6792],[-5.582001, 54.6793],[-5.5801, 54.6789],[-5.578701, 54.6772],[-5.5753, 54.6768],[-5.573599, 54.6762],[-5.572999, 54.675],[-5.572999, 54.6726],[-5.5724, 54.6722],[-5.571401, 54.6712],[-5.568501, 54.6692],[-5.5675, 54.6684],[-5.566899, 54.6672],[-5.565499, 54.666],[-5.563799, 54.6653],[-5.559999, 54.6632],[-5.557199, 54.6621],[-5.553999, 54.6602],[-5.547999, 54.6572],[-5.546299, 54.6568],[-5.54440, 54.6567],[-5.543099, 54.6564],[-5.542, 54.6559],[-5.5398, 54.6555],[-5.539501, 54.6553],[-5.539199, 54.6545],[-5.539199, 54.6541],[-5.539899, 54.6522],[-5.539899, 54.6519],[-5.5397, 54.6515],[-5.538701, 54.6504],[-5.5385, 54.6494],[-5.538, 54.6485],[-5.537001, 54.6475],[-5.5343, 54.6452],[-5.533901, 54.6447],[-5.5334, 54.6445],[-5.530399, 54.6444],[-5.52950, 54.6447],[-5.528999, 54.6448],[-5.528299, 54.6446],[-5.527699, 54.6435],[-5.526299, 54.6402],[-5.5258, 54.6386],[-5.5258, 54.6381],[-5.5261, 54.6371],[-5.5265, 54.6366],[-5.5287, 54.6354],[-5.528999, 54.6348],[-5.5291, 54.6339],[-5.5291, 54.6335],[-5.52860, 54.6311],[-5.52860, 54.6299],[-5.5291, 54.6270],[-5.53, 54.6253],[-5.5302, 54.6245],[-5.5302, 54.6234],[-5.5299, 54.6227],[-5.5292, 54.6220],[-5.5281, 54.6216],[-5.5271, 54.6216],[-5.526299, 54.6214],[-5.52600, 54.621],[-5.52600, 54.6209],[-5.5266, 54.6201],[-5.527999, 54.6196],[-5.5287, 54.6190],[-5.528999, 54.6185],[-5.528999, 54.6182],[-5.528999, 54.6176],[-5.528299, 54.6165],[-5.5272, 54.6152],[-5.5253, 54.6143],[-5.52510, 54.6139],[-5.52510, 54.6124],[-5.5247, 54.6106],[-5.524, 54.6099],[-5.522399, 54.608],[-5.5215, 54.6062],[-5.519899, 54.6032],[-5.5189, 54.6014],[-5.5189, 54.5996],[-5.5186, 54.5984],[-5.517001, 54.5968],[-5.5155, 54.5959],[-5.513299, 54.5951],[-5.5107, 54.5944],[-5.508501, 54.5936],[-5.5062, 54.5931],[-5.505599, 54.5929],[-5.503901, 54.5913],[-5.5014, 54.5879],[-5.500299, 54.5856],[-5.5001, 54.5838],[-5.4998, 54.583],[-5.4994, 54.5823],[-5.49550, 54.5798],[-5.4944, 54.5788],[-5.493501, 54.5782],[-5.4918, 54.5780],[-5.489999, 54.5781],[-5.4888, 54.5788],[-5.4878, 54.5788],[-5.487199, 54.5785],[-5.4854, 54.5758],[-5.483799, 54.5730],[-5.4826, 54.5714],[-5.4783, 54.5675],[-5.4765, 54.5658],[-5.475699, 54.5646],[-5.474699, 54.5633],[-5.474501, 54.5627],[-5.474501, 54.5625],[-5.4752, 54.5587],[-5.4764, 54.5568],[-5.4779, 54.555],[-5.4816, 54.5495],[-5.482, 54.5478],[-5.4822, 54.5468],[-5.4822, 54.5462],[-5.480299, 54.5443],[-5.479899, 54.5435],[-5.47980, 54.5428],[-5.47980, 54.5422],[-5.48070, 54.5402],[-5.48070, 54.5392],[-5.4804, 54.5369],[-5.4794, 54.5348],[-5.4779, 54.5327],[-5.4739, 54.5301],[-5.4713, 54.529],[-5.470099, 54.5276],[-5.4691, 54.5263],[-5.4681, 54.5256],[-5.467999, 54.5253],[-5.4681, 54.5244],[-5.4687, 54.5224],[-5.468999, 54.5208],[-5.468999, 54.5193],[-5.4687, 54.5182],[-5.4678, 54.5166],[-5.466899, 54.5155],[-5.4649, 54.5139],[-5.4647, 54.5135],[-5.4646, 54.5127],[-5.4642, 54.5089],[-5.463399, 54.5069],[-5.462999, 54.5059],[-5.4608, 54.5008],[-5.4595, 54.4984],[-5.4579, 54.4967],[-5.4558, 54.4950],[-5.4527, 54.4936],[-5.448599, 54.4926],[-5.445399, 54.4915],[-5.4424, 54.4901],[-5.4411, 54.4898],[-5.4401, 54.4898],[-5.437099, 54.4903],[-5.436, 54.4902],[-5.434101, 54.4895],[-5.4317, 54.4879],[-5.430799, 54.4873],[-5.4302, 54.487],[-5.430099, 54.4867],[-5.431001, 54.4863],[-5.4313, 54.485],[-5.4323, 54.4843],[-5.434101, 54.4835],[-5.436, 54.4806],[-5.4364, 54.4795],[-5.436699, 54.4783],[-5.4373, 54.4779],[-5.43800, 54.4779],[-5.439799, 54.4779],[-5.4401, 54.4777],[-5.440199, 54.4771],[-5.439899, 54.4736],[-5.43970, 54.473],[-5.439199, 54.4725],[-5.4379, 54.4721],[-5.436601, 54.472],[-5.435699, 54.4714],[-5.434599, 54.4702],[-5.434101, 54.4694],[-5.4338, 54.4688],[-5.4338, 54.4682],[-5.434501, 54.4665],[-5.43540, 54.4634],[-5.435599, 54.4626],[-5.437099, 54.4606],[-5.437399, 54.4598],[-5.437399, 54.4593],[-5.4373, 54.4590],[-5.43550, 54.4588],[-5.4334, 54.4583],[-5.433, 54.4577],[-5.432899, 54.4571],[-5.432899, 54.4570],[-5.433, 54.4565],[-5.433599, 54.4564],[-5.4348, 54.4567],[-5.4365, 54.4572],[-5.4379, 54.4572],[-5.43970, 54.4559],[-5.441899, 54.4544],[-5.4446, 54.4533],[-5.4457, 54.4523],[-5.4462, 54.4513],[-5.446499, 54.4500],[-5.447001, 54.4487],[-5.4471, 54.4473],[-5.4475, 54.4466],[-5.44930, 54.4441],[-5.4512, 54.4418],[-5.452199, 54.4391],[-5.4527, 54.4383],[-5.453, 54.4379],[-5.4539, 54.4378],[-5.454101, 54.4378],[-5.4551, 54.4385],[-5.456, 54.4391],[-5.457099, 54.4393],[-5.4594, 54.4392],[-5.466499, 54.4368],[-5.4684, 54.4359],[-5.473701, 54.4318],[-5.475699, 54.4298],[-5.476299, 54.4284],[-5.4765, 54.4272],[-5.4765, 54.4266],[-5.4759, 54.4252],[-5.474599, 54.4239],[-5.473701, 54.4236],[-5.4723, 54.4235],[-5.470399, 54.4239],[-5.470099, 54.424],[-5.469699, 54.424],[-5.469501, 54.4238],[-5.469399, 54.4231],[-5.4699, 54.4204],[-5.4699, 54.4198],[-5.4696, 54.4189],[-5.4692, 54.4184],[-5.468299, 54.4182],[-5.4661, 54.4182],[-5.464799, 54.4174],[-5.463099, 54.4153],[-5.461801, 54.4139],[-5.461699, 54.4134],[-5.461299, 54.4105],[-5.4607, 54.4098],[-5.460499, 54.4092],[-5.460499, 54.4088],[-5.461, 54.4078],[-5.461, 54.4069],[-5.4608, 54.4062],[-5.4608, 54.4059],[-5.461699, 54.4036],[-5.4629, 54.4004],[-5.4629, 54.3995],[-5.4628, 54.3981],[-5.462399, 54.3974],[-5.461401, 54.3962],[-5.46, 54.3949],[-5.4595, 54.394],[-5.458799, 54.3930],[-5.457699, 54.3926],[-5.457399, 54.3924],[-5.457399, 54.3917],[-5.457699, 54.3899],[-5.457699, 54.3888],[-5.457799, 54.3867],[-5.4586, 54.3849],[-5.4597, 54.3838],[-5.4604, 54.3834],[-5.461401, 54.3833],[-5.461801, 54.3833],[-5.4629, 54.3835],[-5.4635, 54.3835],[-5.464399, 54.3829],[-5.46500, 54.3828],[-5.465899, 54.3831],[-5.4666, 54.3831],[-5.4671, 54.3826],[-5.467299, 54.3819],[-5.4678, 54.3817],[-5.4681, 54.3818],[-5.468501, 54.3820],[-5.4688, 54.3831],[-5.468999, 54.3837],[-5.4696, 54.3844],[-5.4709, 54.3844],[-5.4738, 54.3842],[-5.477099, 54.3837],[-5.480199, 54.3817],[-5.4819, 54.3807],[-5.483399, 54.3798],[-5.4842, 54.3784],[-5.485199, 54.3774],[-5.486499, 54.3767],[-5.4867, 54.3762],[-5.4867, 54.3756],[-5.486499, 54.3751],[-5.4861, 54.3748],[-5.484301, 54.3753],[-5.483901, 54.3753],[-5.4836, 54.3752],[-5.4835, 54.3750],[-5.4835, 54.3747],[-5.484301, 54.3738],[-5.484301, 54.3727],[-5.4845, 54.3725],[-5.485799, 54.3719],[-5.4866, 54.3715],[-5.487, 54.3709],[-5.4877, 54.3702],[-5.488901, 54.3692],[-5.489301, 54.3686],[-5.4903, 54.3664],[-5.4903, 54.3657],[-5.489999, 54.365],[-5.489501, 54.3644],[-5.4887, 54.3639],[-5.4866, 54.364],[-5.482699, 54.3651],[-5.482299, 54.3651],[-5.481299, 54.3648],[-5.4795, 54.3634],[-5.4785, 54.3626],[-5.4783, 54.3621],[-5.4786, 54.3602],[-5.479899, 54.3575],[-5.48070, 54.3569],[-5.481201, 54.3567],[-5.4825, 54.3567],[-5.485, 54.3577],[-5.486001, 54.358],[-5.4866, 54.3581],[-5.487599, 54.358],[-5.4881, 54.3577],[-5.4882, 54.3573],[-5.488501, 54.3563],[-5.490799, 54.3544],[-5.491001, 54.354],[-5.491001, 54.3536],[-5.4903, 54.3529],[-5.489399, 54.352],[-5.489399, 54.3516],[-5.4896, 54.3514],[-5.4902, 54.3513],[-5.4917, 54.3518],[-5.494599, 54.3517],[-5.49550, 54.3513],[-5.4956, 54.351],[-5.4956, 54.3509],[-5.4952, 54.3504],[-5.493599, 54.3491],[-5.493501, 54.3487],[-5.4934, 54.3473],[-5.4938, 54.3468],[-5.4943, 54.3466],[-5.4944, 54.3465],[-5.4944, 54.3462],[-5.4944, 54.3455],[-5.495399, 54.3449],[-5.4959, 54.3444],[-5.496, 54.3438],[-5.496, 54.3436],[-5.4959, 54.3433],[-5.4956, 54.3432],[-5.493299, 54.343],[-5.492599, 54.3424],[-5.4923, 54.3419],[-5.4923, 54.3416],[-5.492599, 54.3415],[-5.4934, 54.3419],[-5.494699, 54.3419],[-5.4956, 54.3417],[-5.4958, 54.3415],[-5.4958, 54.3414],[-5.4958, 54.3411],[-5.495299, 54.3407],[-5.4948, 54.3404],[-5.4948, 54.3402],[-5.4948, 54.3401],[-5.494999, 54.3398],[-5.4964, 54.3394],[-5.4968, 54.3391],[-5.4968, 54.3388],[-5.4963, 54.3378],[-5.496, 54.3370],[-5.494699, 54.3362],[-5.4944, 54.3357],[-5.4943, 54.3352],[-5.4944, 54.3349],[-5.4952, 54.3345],[-5.495399, 54.3341],[-5.49550, 54.3335],[-5.4956, 54.3333],[-5.4958, 54.3332],[-5.4963, 54.3332],[-5.4968, 54.3333],[-5.4972, 54.3333],[-5.4977, 54.3332],[-5.499899, 54.3322],[-5.501, 54.3315],[-5.5014, 54.3314],[-5.503399, 54.3318],[-5.5054, 54.333],[-5.507, 54.3341],[-5.5088, 54.3357],[-5.5099, 54.3371],[-5.51030, 54.3382],[-5.510099, 54.3402],[-5.51, 54.341],[-5.51, 54.3415],[-5.5116, 54.3438],[-5.512199, 54.3443],[-5.513, 54.3444],[-5.5144, 54.3444],[-5.514999, 54.344],[-5.515399, 54.3431],[-5.5159, 54.3427],[-5.516099, 54.3427],[-5.5172, 54.3435],[-5.5177, 54.3435],[-5.5185, 54.3431],[-5.519101, 54.342],[-5.519501, 54.3415],[-5.519899, 54.3415],[-5.5205, 54.342],[-5.522399, 54.3421],[-5.5233, 54.3423],[-5.524199, 54.3429],[-5.5254, 54.3447],[-5.528299, 54.3484],[-5.52860, 54.349],[-5.52860, 54.3499],[-5.5278, 54.3513],[-5.527699, 54.3522],[-5.5281, 54.3547],[-5.527999, 54.356],[-5.5272, 54.3581],[-5.5271, 54.3591],[-5.5271, 54.3596],[-5.527599, 54.361],[-5.5282, 54.3618],[-5.529799, 54.3624],[-5.5307, 54.3626],[-5.532199, 54.3631],[-5.533599, 54.3638],[-5.536001, 54.3637],[-5.538099, 54.3636],[-5.538599, 54.3637],[-5.538701, 54.364],[-5.538701, 54.3645],[-5.538599, 54.3654],[-5.53730, 54.3668],[-5.537001, 54.3673],[-5.5369, 54.3677],[-5.5369, 54.3679],[-5.537099, 54.3688],[-5.540699, 54.3714],[-5.542799, 54.3732],[-5.5435, 54.3743],[-5.545499, 54.3774],[-5.5471, 54.3793],[-5.548999, 54.3811],[-5.551899, 54.3827],[-5.554599, 54.3844],[-5.556099, 54.3853],[-5.557099, 54.3863],[-5.5585, 54.3879],[-5.559999, 54.3894],[-5.5608, 54.3904],[-5.5614, 54.3905],[-5.566801, 54.3906],[-5.568999, 54.3907],[-5.569799, 54.3914],[-5.571401, 54.3928],[-5.5721, 54.3932],[-5.572599, 54.394],[-5.572599, 54.3956],[-5.572599, 54.3965],[-5.572599, 54.3969],[-5.572999, 54.3975],[-5.5753, 54.3984],[-5.577799, 54.3998],[-5.5781, 54.4003],[-5.5781, 54.4013],[-5.578, 54.4022],[-5.5777, 54.4029],[-5.575799, 54.4049],[-5.5755, 54.4054],[-5.575399, 54.4058],[-5.5768, 54.4089],[-5.5768, 54.4099],[-5.5763, 54.4114],[-5.57480, 54.4132],[-5.5711, 54.4186],[-5.571001, 54.4191],[-5.571001, 54.4194],[-5.571401, 54.4203],[-5.5741, 54.4224],[-5.574399, 54.4228],[-5.574399, 54.4232],[-5.5741, 54.4234],[-5.572999, 54.4234],[-5.57, 54.4222],[-5.5691, 54.4222],[-5.568299, 54.4223],[-5.567, 54.4237],[-5.5657, 54.4256],[-5.5653, 54.4259],[-5.564899, 54.4259],[-5.564101, 54.4253],[-5.56360, 54.4253],[-5.563099, 54.4254],[-5.563, 54.4256],[-5.5629, 54.4265],[-5.56260, 54.4291],[-5.5623, 54.4298],[-5.5618, 54.4299],[-5.5611, 54.4297],[-5.5576, 54.4289],[-5.5563, 54.4289],[-5.553901, 54.4293],[-5.552999, 54.4297],[-5.551801, 54.4316],[-5.551401, 54.4321],[-5.550799, 54.4327],[-5.55, 54.4332],[-5.5482, 54.4342],[-5.5467, 54.4348],[-5.545899, 54.435],[-5.545, 54.4349],[-5.544199, 54.4347],[-5.5436, 54.4344],[-5.5432, 54.4338],[-5.5432, 54.4335],[-5.5435, 54.433],[-5.54440, 54.4321],[-5.5447, 54.4319],[-5.547299, 54.4306],[-5.547599, 54.4303],[-5.54790, 54.4298],[-5.54790, 54.429],[-5.54780, 54.4287],[-5.547699, 54.4286],[-5.5471, 54.4285],[-5.5457, 54.4282],[-5.544, 54.4267],[-5.5433, 54.4264],[-5.5415, 54.4264],[-5.5409, 54.4267],[-5.5404, 54.4268],[-5.539899, 54.4266],[-5.539199, 54.426],[-5.538799, 54.4254],[-5.538099, 54.4251],[-5.537799, 54.4252],[-5.53730, 54.4258],[-5.536201, 54.4273],[-5.535399, 54.4282],[-5.535399, 54.4286],[-5.5359, 54.4302],[-5.5358, 54.4308],[-5.5355, 54.431],[-5.5349, 54.431],[-5.5344, 54.4304],[-5.534101, 54.4304],[-5.5337, 54.4306],[-5.5334, 54.4311],[-5.5334, 54.4312],[-5.5337, 54.4318],[-5.5337, 54.4324],[-5.5344, 54.433],[-5.5349, 54.4334],[-5.5351, 54.4336],[-5.5351, 54.4339],[-5.5348, 54.4343],[-5.5348, 54.4347],[-5.534999, 54.4349],[-5.5369, 54.4353],[-5.5384, 54.4358],[-5.539101, 54.4358],[-5.5394, 54.4358],[-5.5398, 54.4357],[-5.5402, 54.4353],[-5.5405, 54.4347],[-5.5409, 54.4340],[-5.5411, 54.4339],[-5.5414, 54.4339],[-5.5419, 54.4342],[-5.544, 54.4363],[-5.5445, 54.4369],[-5.5446, 54.4377],[-5.54440, 54.4381],[-5.5435, 54.4387],[-5.542699, 54.4388],[-5.5415, 54.4389],[-5.5401, 54.4386],[-5.5383, 54.4373],[-5.537899, 54.4370],[-5.53730, 54.4369],[-5.537199, 54.4370],[-5.537001, 54.4374],[-5.536601, 54.4379],[-5.5334, 54.4378],[-5.532899, 54.4381],[-5.532899, 54.4390],[-5.532899, 54.4398],[-5.533501, 54.4407],[-5.533501, 54.4416],[-5.533199, 54.4425],[-5.5327, 54.4430],[-5.5323, 54.4432],[-5.532199, 54.4437],[-5.5323, 54.4453],[-5.532199, 54.4462],[-5.53120, 54.4472],[-5.531099, 54.4476],[-5.531499, 54.4488],[-5.531401, 54.4493],[-5.5309, 54.4496],[-5.5299, 54.4500],[-5.5292, 54.4507],[-5.5288, 54.4521],[-5.527699, 54.4529],[-5.5262, 54.4537],[-5.52600, 54.4538],[-5.52600, 54.4540],[-5.52600, 54.4544],[-5.5266, 54.4545],[-5.5291, 54.4537],[-5.530799, 54.4527],[-5.5316, 54.4526],[-5.531899, 54.4526],[-5.532499, 54.4530],[-5.533299, 54.4539],[-5.533501, 54.4548],[-5.5334, 54.4557],[-5.531899, 54.4575],[-5.5316, 54.4579],[-5.5316, 54.4583],[-5.532199, 54.4590],[-5.533, 54.4595],[-5.5334, 54.4595],[-5.533999, 54.4594],[-5.5344, 54.4594],[-5.5348, 54.4596],[-5.534699, 54.4597],[-5.5344, 54.46],[-5.5343, 54.4602],[-5.5343, 54.4604],[-5.534599, 54.4607],[-5.5352, 54.4607],[-5.5359, 54.4604],[-5.5368, 54.4604],[-5.5368, 54.4607],[-5.5369, 54.4611],[-5.537099, 54.4613],[-5.537399, 54.4613],[-5.539199, 54.4601],[-5.5429, 54.4588],[-5.546299, 54.4577],[-5.547599, 54.4578],[-5.549699, 54.458],[-5.5516, 54.458],[-5.555099, 54.4577],[-5.5553, 54.4578],[-5.555099, 54.4582],[-5.5537, 54.4585],[-5.5521, 54.4586],[-5.549399, 54.4585],[-5.547599, 54.4582],[-5.546299, 54.4582],[-5.545199, 54.4584],[-5.544799, 54.4587],[-5.5446, 54.4591],[-5.5445, 54.4594],[-5.54440, 54.4595],[-5.544, 54.4596],[-5.5435, 54.4595],[-5.5432, 54.4595],[-5.542799, 54.4595],[-5.5426, 54.4596],[-5.541699, 54.4604],[-5.5415, 54.4607],[-5.541299, 54.4611],[-5.541201, 54.4614],[-5.539501, 54.4615],[-5.539199, 54.4618],[-5.539199, 54.4628],[-5.539, 54.4629],[-5.538199, 54.4634],[-5.537499, 54.4637],[-5.537399, 54.464],[-5.537399, 54.4651],[-5.53730, 54.4656],[-5.537099, 54.4659],[-5.5368, 54.4664],[-5.5363, 54.4665],[-5.535299, 54.4665],[-5.534699, 54.4665],[-5.5344, 54.4666],[-5.533901, 54.4669],[-5.533901, 54.4676],[-5.533599, 54.4679],[-5.5306, 54.4681],[-5.5302, 54.4684],[-5.530099, 54.4688],[-5.530099, 54.4692],[-5.530399, 54.4695],[-5.5306, 54.4702],[-5.530399, 54.4705],[-5.5303, 54.4707],[-5.5303, 54.4709],[-5.5306, 54.4712],[-5.53210, 54.4714],[-5.532599, 54.472],[-5.5334, 54.4732],[-5.534501, 54.4738],[-5.5358, 54.4742],[-5.536699, 54.475],[-5.536699, 54.4753],[-5.536699, 54.4759],[-5.535699, 54.476],[-5.5351, 54.4761],[-5.534501, 54.4764],[-5.534101, 54.4764],[-5.533501, 54.4761],[-5.5328, 54.4761],[-5.53210, 54.4761],[-5.5317, 54.4762],[-5.5317, 54.4772],[-5.531499, 54.4777],[-5.531001, 54.4778],[-5.528901, 54.4778],[-5.5281, 54.4771],[-5.5272, 54.4771],[-5.5275, 54.4777],[-5.5288, 54.4787],[-5.52950, 54.4787],[-5.53120, 54.4786],[-5.531899, 54.4785],[-5.5334, 54.4779],[-5.5342, 54.4773],[-5.5352, 54.477],[-5.536001, 54.477],[-5.5363, 54.477],[-5.536601, 54.4775],[-5.536601, 54.4788],[-5.5365, 54.4795],[-5.536001, 54.4799],[-5.5352, 54.48],[-5.5338, 54.4796],[-5.533299, 54.479],[-5.532899, 54.479],[-5.5327, 54.4792],[-5.531401, 54.4794],[-5.5309, 54.4796],[-5.5307, 54.4798],[-5.5306, 54.48],[-5.5309, 54.4805],[-5.5316, 54.4805],[-5.533501, 54.4806],[-5.5338, 54.4808],[-5.5337, 54.4812],[-5.5334, 54.4814],[-5.531499, 54.4816],[-5.530499, 54.4818],[-5.5303, 54.4821],[-5.5302, 54.4825],[-5.529699, 54.4826],[-5.528999, 54.4826],[-5.527999, 54.4828],[-5.5279, 54.4832],[-5.5288, 54.4839],[-5.5287, 54.4842],[-5.5278, 54.4842],[-5.5275, 54.4843],[-5.5274, 54.4847],[-5.5275, 54.4853],[-5.529301, 54.4854],[-5.531899, 54.4852],[-5.532599, 54.4849],[-5.534101, 54.4832],[-5.5348, 54.4828],[-5.5352, 54.4827],[-5.535299, 54.4827],[-5.5355, 54.4834],[-5.5359, 54.4838],[-5.5376, 54.4835],[-5.5385, 54.4837],[-5.5389, 54.4841],[-5.5389, 54.4847],[-5.538599, 54.485],[-5.538701, 54.4855],[-5.539199, 54.4863],[-5.539, 54.4867],[-5.5383, 54.487],[-5.5377, 54.4873],[-5.537001, 54.4873],[-5.536001, 54.4871],[-5.5348, 54.4869],[-5.5338, 54.4868],[-5.533501, 54.487],[-5.533501, 54.4875],[-5.534101, 54.4883],[-5.535699, 54.4901],[-5.535699, 54.4906],[-5.535399, 54.4914],[-5.5352, 54.4919],[-5.5352, 54.4925],[-5.535299, 54.4937],[-5.5359, 54.4946],[-5.5369, 54.4949],[-5.5401, 54.4949],[-5.543099, 54.4956],[-5.543701, 54.4961],[-5.543701, 54.4967],[-5.543099, 54.4971],[-5.543099, 54.4974],[-5.544301, 54.4991],[-5.5445, 54.5005],[-5.543399, 54.5024],[-5.543099, 54.5032],[-5.543099, 54.5034],[-5.5435, 54.5041],[-5.5451, 54.5054],[-5.5475, 54.5061],[-5.547999, 54.5066],[-5.54780, 54.5071],[-5.5475, 54.5074],[-5.5475, 54.5081],[-5.5475, 54.5094],[-5.546899, 54.5101],[-5.546201, 54.5104],[-5.546, 54.5108],[-5.5461, 54.5117],[-5.547, 54.5120],[-5.547999, 54.5119],[-5.548901, 54.5115],[-5.549799, 54.5116],[-5.5499, 54.5124],[-5.5509, 54.5135],[-5.5509, 54.5142],[-5.5502, 54.5143],[-5.549301, 54.5145],[-5.5486, 54.5149],[-5.548299, 54.5154],[-5.5487, 54.5165],[-5.5488, 54.5176],[-5.5492, 54.5189],[-5.549799, 54.5200],[-5.5502, 54.5202],[-5.550399, 54.5202],[-5.5516, 54.5200],[-5.5527, 54.5201],[-5.5528, 54.5205],[-5.5531, 54.5234],[-5.554101, 54.5275],[-5.554699, 54.5286],[-5.556601, 54.5308],[-5.558, 54.5333],[-5.559199, 54.5342],[-5.5597, 54.5344],[-5.56010, 54.5344],[-5.561299, 54.534],[-5.5625, 54.5341],[-5.5632, 54.5343],[-5.5639, 54.5347],[-5.5644, 54.5354],[-5.5645, 54.5356],[-5.565, 54.5356],[-5.565599, 54.5349],[-5.5671, 54.5348],[-5.56780, 54.5345],[-5.5686, 54.5344],[-5.5696, 54.5347],[-5.5706, 54.5349],[-5.571001, 54.5349],[-5.57130, 54.5347],[-5.57130, 54.5344],[-5.5712, 54.5339],[-5.570899, 54.5334],[-5.570799, 54.5332],[-5.570899, 54.5327],[-5.57130, 54.5324],[-5.5721, 54.5325],[-5.5742, 54.5328],[-5.575799, 54.5326],[-5.576499, 54.5319],[-5.576499, 54.5312],[-5.5763, 54.5306],[-5.575399, 54.5297],[-5.5753, 54.5286],[-5.57490, 54.5274],[-5.5737, 54.5258],[-5.5737, 54.5253],[-5.573901, 54.5246],[-5.574399, 54.5243],[-5.5788, 54.524],[-5.581201, 54.5239],[-5.582399, 54.5241],[-5.582399, 54.5243],[-5.5822, 54.5247],[-5.581201, 54.5251],[-5.579599, 54.5252],[-5.5781, 54.5255],[-5.5767, 54.5262],[-5.576401, 54.5265],[-5.576401, 54.527],[-5.576499, 54.5272],[-5.577899, 54.528],[-5.578701, 54.5289],[-5.5789, 54.5297],[-5.5788, 54.5301],[-5.57830, 54.5314],[-5.57740, 54.532],[-5.5773, 54.5324],[-5.5773, 54.5326],[-5.577499, 54.533],[-5.5793, 54.5332],[-5.579899, 54.5347],[-5.5815, 54.5362],[-5.5825, 54.5364],[-5.5829, 54.5367],[-5.583799, 54.5388],[-5.584799, 54.5408],[-5.586, 54.5413],[-5.5903, 54.5414],[-5.5924, 54.5414],[-5.5928, 54.5416],[-5.5927, 54.5421],[-5.592199, 54.5427],[-5.590799, 54.5434],[-5.5904, 54.5437],[-5.5904, 54.5439],[-5.5904, 54.5442],[-5.5913, 54.5448],[-5.5916, 54.5452],[-5.5917, 54.5476],[-5.592, 54.5482],[-5.592299, 54.5486],[-5.594699, 54.549],[-5.5968, 54.5497],[-5.597799, 54.5501],[-5.598501, 54.5501],[-5.6005, 54.5495],[-5.601201, 54.5495],[-5.603199, 54.5502],[-5.605299, 54.5515],[-5.60540, 54.5519],[-5.60540, 54.5524],[-5.604899, 54.5531],[-5.605, 54.5541],[-5.605599, 54.5548],[-5.608799, 54.5574],[-5.6117, 54.5590],[-5.6153, 54.5598],[-5.6219, 54.5602],[-5.6239, 54.5605],[-5.6251, 54.5606],[-5.6258, 54.5608],[-5.628099, 54.5619],[-5.63, 54.5619],[-5.634301, 54.5622],[-5.6357, 54.5625],[-5.636099, 54.5627],[-5.636401, 54.5636],[-5.6367, 54.5649],[-5.637499, 54.5655],[-5.63920, 54.5660],[-5.6406, 54.5660],[-5.642799, 54.5659],[-5.645199, 54.5664],[-5.647299, 54.5676],[-5.648901, 54.5683],[-5.6531, 54.5692],[-5.6542, 54.5698],[-5.654699, 54.5703],[-5.655099, 54.5721],[-5.6556, 54.5724],[-5.6587, 54.5734],[-5.662099, 54.5748],[-5.664899, 54.5759],[-5.665599, 54.5767],[-5.666601, 54.5779],[-5.6685, 54.5790],[-5.67, 54.5796],[-5.671201, 54.5801],[-5.672299, 54.5807],[-5.6737, 54.5823],[-5.674799, 54.5832],[-5.67780, 54.5837],[-5.679501, 54.5836],[-5.681099, 54.5827],[-5.6833, 54.5805],[-5.6852, 54.5784],[-5.686201, 54.5781],[-5.686601, 54.5781],[-5.6869, 54.5780],[-5.6868, 54.5778],[-5.6861, 54.5775],[-5.686, 54.5772],[-5.686201, 54.5767],[-5.687001, 54.5763],[-5.68860, 54.5745],[-5.6894, 54.5739],[-5.691299, 54.5734],[-5.6929, 54.5726],[-5.693799, 54.5716],[-5.69410, 54.5711],[-5.69410, 54.5701],[-5.694399, 54.5698],[-5.695499, 54.5693],[-5.695899, 54.5688],[-5.695899, 54.5682],[-5.695899, 54.5679],[-5.6949, 54.5674],[-5.69420, 54.5669],[-5.69420, 54.5665],[-5.694301, 54.5662],[-5.6946, 54.5659],[-5.695099, 54.5657],[-5.696401, 54.5651],[-5.696401, 54.5649],[-5.6962, 54.5645],[-5.6949, 54.5641],[-5.6945, 54.5639],[-5.6945, 54.5634],[-5.695499, 54.5632],[-5.697299, 54.5618],[-5.6978, 54.5613],[-5.697899, 54.5608],[-5.6978, 54.5604],[-5.6962, 54.5596],[-5.695399, 54.5587],[-5.695, 54.5574],[-5.6945, 54.5567],[-5.69410, 54.5563],[-5.693999, 54.5559],[-5.693999, 54.5555],[-5.6946, 54.5544],[-5.6946, 54.5542],[-5.69420, 54.5528],[-5.694301, 54.5514],[-5.6949, 54.5505],[-5.695, 54.5501],[-5.695099, 54.5488],[-5.6945, 54.5483],[-5.69370, 54.5479],[-5.693501, 54.5474],[-5.693501, 54.5471],[-5.6936, 54.5469],[-5.694799, 54.5468],[-5.696001, 54.5465],[-5.696801, 54.5459],[-5.697199, 54.5456],[-5.6996, 54.5459],[-5.700399, 54.5459],[-5.700699, 54.5457],[-5.701099, 54.545],[-5.701601, 54.5448],[-5.702799, 54.5443],[-5.7038, 54.5439],[-5.7044, 54.5432],[-5.704899, 54.5428],[-5.705699, 54.5425],[-5.707001, 54.5425],[-5.70790, 54.5419],[-5.709799, 54.5406],[-5.711401, 54.5398],[-5.713399, 54.5395],[-5.71530, 54.5393],[-5.7167, 54.5396],[-5.717299, 54.5397],[-5.7174, 54.5399],[-5.716899, 54.5406],[-5.716499, 54.5411],[-5.716499, 54.5414],[-5.717, 54.5417],[-5.719699, 54.5422],[-5.7206, 54.5427],[-5.722499, 54.5439],[-5.7244, 54.5442],[-5.72850, 54.5446],[-5.7298, 54.5451],[-5.732, 54.5456],[-5.73260, 54.5456],[-5.73260, 54.5455],[-5.73260, 54.5453],[-5.731699, 54.5449],[-5.728799, 54.5434],[-5.727001, 54.543],[-5.7234, 54.5426],[-5.7218, 54.5421],[-5.7212, 54.5415],[-5.721099, 54.5407],[-5.720799, 54.5406],[-5.719301, 54.5409],[-5.718999, 54.5406],[-5.718599, 54.5393],[-5.718299, 54.5389],[-5.7161, 54.538],[-5.7147, 54.5373],[-5.7129, 54.5369],[-5.711801, 54.5365],[-5.71070, 54.536],[-5.71, 54.536],[-5.7094, 54.5366],[-5.708799, 54.5369],[-5.707399, 54.537],[-5.705599, 54.5374],[-5.704599, 54.5375],[-5.703701, 54.5375],[-5.70270, 54.537],[-5.700099, 54.535],[-5.6993, 54.5343],[-5.6971, 54.5339],[-5.6963, 54.5333],[-5.696001, 54.5332],[-5.69570, 54.5332],[-5.69560, 54.5333],[-5.695499, 54.5335],[-5.69560, 54.5337],[-5.6962, 54.5341],[-5.6962, 54.5344],[-5.696001, 54.5345],[-5.695399, 54.5345],[-5.6936, 54.5335],[-5.691401, 54.5327],[-5.68760, 54.5323],[-5.68480, 54.5322],[-5.682499000000002, 54.533],[-5.6817, 54.533],[-5.681601000000002, 54.5326],[-5.682001, 54.5323],[-5.6827, 54.5319],[-5.6854, 54.5314],[-5.6859, 54.5311],[-5.6859, 54.5308],[-5.685599, 54.5304],[-5.68340, 54.5298],[-5.6833, 54.5296],[-5.6833, 54.5295],[-5.683599, 54.5291],[-5.6847, 54.529],[-5.6854, 54.5285],[-5.685599, 54.5282],[-5.685599, 54.5279],[-5.684999, 54.5271],[-5.68390, 54.5267],[-5.680399, 54.5264],[-5.679999, 54.5261],[-5.6799, 54.5259],[-5.68020, 54.5257],[-5.681601000000002, 54.5252],[-5.6817, 54.5249],[-5.681601000000002, 54.5247],[-5.6813, 54.5243],[-5.6805, 54.524],[-5.677001, 54.5236],[-5.676899, 54.5234],[-5.676801, 54.5230],[-5.676801, 54.5227],[-5.677299, 54.5221],[-5.679101, 54.5214],[-5.6793, 54.5209],[-5.6793, 54.5205],[-5.67920, 54.5197],[-5.6784, 54.5194],[-5.677999, 54.5197],[-5.67780, 54.5205],[-5.677299, 54.5208],[-5.676899, 54.5209],[-5.676001, 54.5206],[-5.67360, 54.5206],[-5.669799, 54.5214],[-5.66510, 54.522],[-5.664101, 54.522],[-5.663, 54.5216],[-5.662799, 54.5212],[-5.662799, 54.5209],[-5.663799, 54.5197],[-5.663799, 54.5193],[-5.6635, 54.5191],[-5.6605, 54.5192],[-5.6592, 54.5201],[-5.658599, 54.5201],[-5.657499, 54.5193],[-5.656801, 54.5189],[-5.6557, 54.5189],[-5.6532, 54.5199],[-5.65200, 54.5202],[-5.6495, 54.5202],[-5.6494, 54.5198],[-5.650199, 54.5183],[-5.65010, 54.5176],[-5.64970, 54.5168],[-5.648099, 54.5157],[-5.6451, 54.5149],[-5.641099, 54.5139],[-5.639999, 54.5141],[-5.635799, 54.5150],[-5.635399, 54.5154],[-5.635399, 54.5156],[-5.6362, 54.5169],[-5.6362, 54.5174],[-5.6359, 54.5175],[-5.6342, 54.5175],[-5.6325, 54.5177],[-5.6316, 54.5179],[-5.630799, 54.5177],[-5.6296, 54.5169],[-5.6282, 54.5164],[-5.628099, 54.5161],[-5.628099, 54.5159],[-5.628701, 54.5158],[-5.630199, 54.5157],[-5.630599, 54.5154],[-5.6312, 54.5151],[-5.632999, 54.5151],[-5.6336, 54.5149],[-5.633999, 54.5147],[-5.63410, 54.5140],[-5.633901, 54.5134],[-5.633999, 54.513],[-5.634501, 54.5125],[-5.635099, 54.5122],[-5.6374, 54.5119],[-5.638299, 54.5116],[-5.638501, 54.5114],[-5.638599, 54.5103],[-5.638299, 54.5102],[-5.634501, 54.5098],[-5.6338, 54.5093],[-5.633399, 54.5086],[-5.633399, 54.5081],[-5.633901, 54.5072],[-5.633999, 54.5071],[-5.6357, 54.5081],[-5.637499, 54.5087],[-5.638, 54.5088],[-5.638299, 54.5086],[-5.63880, 54.5077],[-5.639999, 54.5066],[-5.6405, 54.5061],[-5.641201, 54.5049],[-5.641201, 54.5043],[-5.6415, 54.5021],[-5.6422, 54.5012],[-5.6433, 54.5008],[-5.6434, 54.5005],[-5.642799, 54.4993],[-5.6419, 54.4988],[-5.641099, 54.4989],[-5.63920, 54.4997],[-5.6373, 54.4998],[-5.63370, 54.5005],[-5.631001, 54.5010],[-5.6283, 54.5025],[-5.625899, 54.5031],[-5.625, 54.5034],[-5.6248, 54.5036],[-5.6248, 54.5038],[-5.625199, 54.5049],[-5.6251, 54.5055],[-5.625, 54.5058],[-5.624501, 54.5061],[-5.620699, 54.5066],[-5.6167, 54.5075],[-5.6159, 54.5075],[-5.615499, 54.5072],[-5.615499, 54.5067],[-5.615699, 54.5062],[-5.6163, 54.5059],[-5.617001, 54.5060],[-5.6192, 54.5062],[-5.619699, 54.5062],[-5.6199, 54.5059],[-5.6199, 54.5056],[-5.6199, 54.5044],[-5.620699, 54.5031],[-5.6219, 54.5019],[-5.623, 54.5007],[-5.624899, 54.4995],[-5.6278, 54.4986],[-5.634699000000002, 54.4961],[-5.636001, 54.4959],[-5.6368, 54.4959],[-5.638599, 54.4965],[-5.640699, 54.4976],[-5.641099, 54.4977],[-5.641201, 54.4977],[-5.6414, 54.4974],[-5.641601, 54.4965],[-5.642001, 54.4963],[-5.6427, 54.4962],[-5.6434, 54.4963],[-5.6448, 54.4972],[-5.646299, 54.4983],[-5.647099, 54.499],[-5.6476, 54.4995],[-5.647699, 54.4998],[-5.647699, 54.5007],[-5.64720, 54.5012],[-5.64540, 54.5015],[-5.645, 54.5017],[-5.644899, 54.5018],[-5.644899, 54.5019],[-5.644899, 54.5020],[-5.645, 54.5024],[-5.6457, 54.5028],[-5.646699, 54.5036],[-5.646801, 54.5040],[-5.646801, 54.5042],[-5.646699, 54.5049],[-5.645899000000002, 54.5051],[-5.6444, 54.5053],[-5.64400, 54.5055],[-5.6439, 54.5057],[-5.6439, 54.5060],[-5.6439, 54.5066],[-5.644199, 54.5075],[-5.644199, 54.5080],[-5.644101, 54.5082],[-5.643701, 54.5085],[-5.64300, 54.5087],[-5.6418, 54.5089],[-5.641099, 54.5093],[-5.641001, 54.5097],[-5.6409, 54.5100],[-5.641099, 54.5104],[-5.642099, 54.5111],[-5.6423, 54.5113],[-5.6423, 54.5116],[-5.6418, 54.5121],[-5.6418, 54.5125],[-5.642001, 54.5127],[-5.643199, 54.5131],[-5.6443, 54.5132],[-5.645299, 54.5136],[-5.647699, 54.5137],[-5.648901, 54.5139],[-5.649799, 54.5142],[-5.651899, 54.5159],[-5.652599, 54.5162],[-5.6531, 54.5163],[-5.653501, 54.5163],[-5.654301, 54.516],[-5.655099, 54.5151],[-5.655499, 54.5139],[-5.656001, 54.5135],[-5.658, 54.5128],[-5.6592, 54.5122],[-5.6598, 54.5111],[-5.660299, 54.5106],[-5.66130, 54.5102],[-5.662899, 54.5102],[-5.663799, 54.5105],[-5.6659, 54.5116],[-5.6668, 54.5117],[-5.6673, 54.5115],[-5.668799, 54.5104],[-5.6708, 54.5103],[-5.671299000000002, 54.5101],[-5.67160, 54.5097],[-5.67160, 54.5091],[-5.6708, 54.5087],[-5.670599, 54.5080],[-5.670599, 54.5072],[-5.6711, 54.5063],[-5.671801, 54.5051],[-5.672, 54.5042],[-5.6728, 54.5035],[-5.6732, 54.5030],[-5.673399, 54.5025],[-5.6732, 54.5018],[-5.6724, 54.5011],[-5.6724, 54.5007],[-5.672599, 54.5003],[-5.6738, 54.4998],[-5.673999, 54.4993],[-5.673999, 54.4986],[-5.673299, 54.4977],[-5.6728, 54.4969],[-5.6725, 54.4968],[-5.67, 54.4966],[-5.6691, 54.4962],[-5.667799, 54.4952],[-5.6669, 54.4948],[-5.666699, 54.4945],[-5.6668, 54.4943],[-5.66700, 54.4942],[-5.6685, 54.4942],[-5.669899, 54.4938],[-5.67030, 54.4934],[-5.67030, 54.4931],[-5.669799, 54.4929],[-5.669, 54.4929],[-5.66750, 54.4933],[-5.666601, 54.4933],[-5.66510, 54.4922],[-5.6644, 54.4913],[-5.6639, 54.4913],[-5.663199, 54.4916],[-5.66230, 54.492],[-5.66140, 54.4924],[-5.66130, 54.4927],[-5.661699, 54.4933],[-5.661699, 54.494],[-5.6608, 54.4950],[-5.659699, 54.4956],[-5.658501, 54.4957],[-5.657899, 54.4957],[-5.65670, 54.4956],[-5.656001, 54.4958],[-5.655499, 54.4971],[-5.655099, 54.4975],[-5.654799, 54.4977],[-5.654301, 54.4979],[-5.6537, 54.4979],[-5.6525, 54.4972],[-5.64970, 54.4962],[-5.6496, 54.4961],[-5.6496, 54.4959],[-5.650199, 54.4951],[-5.650199, 54.4946],[-5.649899, 54.4944],[-5.6476, 54.4937],[-5.6469, 54.4931],[-5.645599, 54.4906],[-5.644501, 54.4897],[-5.64400, 54.4894],[-5.6433, 54.4893],[-5.642399, 54.4896],[-5.641699, 54.49],[-5.639501, 54.4906],[-5.638299, 54.4906],[-5.637599, 54.4898],[-5.6359, 54.4887],[-5.635799, 54.4883],[-5.635799, 54.4876],[-5.6371, 54.4872],[-5.6378, 54.4867],[-5.637899, 54.486],[-5.63840, 54.4854],[-5.6399, 54.4852],[-5.640299, 54.4855],[-5.641601, 54.4867],[-5.6435, 54.4871],[-5.644501, 54.4875],[-5.645299, 54.4878],[-5.646, 54.4878],[-5.646699, 54.4875],[-5.647799, 54.4865],[-5.6485, 54.486],[-5.650199, 54.4852],[-5.6504, 54.4848],[-5.6503, 54.4841],[-5.65, 54.484],[-5.648701, 54.4836],[-5.6479, 54.4829],[-5.647099, 54.4826],[-5.6465, 54.4825],[-5.645199, 54.4829],[-5.6443, 54.4829],[-5.642099, 54.482],[-5.641001, 54.4812],[-5.641001, 54.4807],[-5.641699, 54.4805],[-5.6429, 54.4802],[-5.6433, 54.4798],[-5.6434, 54.4795],[-5.6435, 54.4787],[-5.64360, 54.4783],[-5.644199, 54.4781],[-5.6451, 54.4779],[-5.646201, 54.4773],[-5.646699, 54.4766],[-5.647299, 54.4756],[-5.6475, 54.4754],[-5.648099, 54.4753],[-5.6495, 54.476],[-5.65, 54.476],[-5.6503, 54.4758],[-5.6503, 54.4757],[-5.649799, 54.475],[-5.649799, 54.4747],[-5.650599, 54.4739],[-5.650499, 54.4737],[-5.6503, 54.4736],[-5.649199, 54.4737],[-5.648701, 54.4736],[-5.64820, 54.4731],[-5.64720, 54.4729],[-5.6461, 54.4731],[-5.6448, 54.474],[-5.644101, 54.474],[-5.6423, 54.4734],[-5.642099, 54.473],[-5.642099, 54.4728],[-5.642399, 54.4724],[-5.6447, 54.4718],[-5.645, 54.4715],[-5.645199, 54.471],[-5.645199, 54.4702],[-5.64540, 54.47],[-5.6465, 54.4694],[-5.646699, 54.4688],[-5.646801, 54.4681],[-5.647099, 54.4679],[-5.6476, 54.468],[-5.649, 54.469],[-5.6495, 54.469],[-5.649899, 54.4684],[-5.6503, 54.4682],[-5.6521, 54.4682],[-5.652299, 54.4678],[-5.6522, 54.4672],[-5.651801, 54.4669],[-5.65100, 54.4663],[-5.650899, 54.4649],[-5.650599, 54.4643],[-5.6495, 54.4637],[-5.648799, 54.4636],[-5.64820, 54.4635],[-5.647999, 54.4636],[-5.6479, 54.4638],[-5.6479, 54.4642],[-5.648799, 54.4653],[-5.648799, 54.4655],[-5.648099, 54.4659],[-5.6479, 54.4659],[-5.647, 54.4655],[-5.6464, 54.4655],[-5.645599, 54.4655],[-5.645199, 54.4653],[-5.6447, 54.4652],[-5.644501, 54.4652],[-5.6439, 54.4662],[-5.64360, 54.4665],[-5.6434, 54.4666],[-5.6429, 54.4666],[-5.6408, 54.4659],[-5.638, 54.4657],[-5.637199, 54.4652],[-5.636099, 54.4642],[-5.636001, 54.4636],[-5.636001, 54.4635],[-5.636499, 54.4627],[-5.637899, 54.4621],[-5.637899, 54.4615],[-5.6377, 54.4612],[-5.6366, 54.4599],[-5.6359, 54.4586],[-5.6359, 54.4582],[-5.636001, 54.458],[-5.6362, 54.458],[-5.637199, 54.4581],[-5.638299, 54.4588],[-5.638901000000002, 54.4587],[-5.639599, 54.4586],[-5.640299, 54.4586],[-5.641201, 54.4589],[-5.641699, 54.4589],[-5.6423, 54.4587],[-5.642399, 54.4585],[-5.642399, 54.4584],[-5.642001, 54.4581],[-5.64020, 54.4578],[-5.63980, 54.4575],[-5.639699, 54.4559],[-5.639501, 54.4557],[-5.63880, 54.4556],[-5.637899, 54.4560],[-5.6374, 54.4569],[-5.636899, 54.4572],[-5.6366, 54.4572],[-5.636001, 54.4570],[-5.6359, 54.4566],[-5.6367, 54.4548],[-5.638299, 54.4537],[-5.639699, 54.4537],[-5.64360, 54.455],[-5.644899, 54.4549],[-5.6458, 54.4539],[-5.6458, 54.4532],[-5.64550, 54.4528],[-5.6447, 54.4526],[-5.6439, 54.4525],[-5.643199, 54.4528],[-5.6427, 54.4528],[-5.6413, 54.4523],[-5.6401, 54.4525],[-5.63940, 54.4523],[-5.637499, 54.4510],[-5.6366, 54.4509],[-5.635799, 54.4510],[-5.634399, 54.4511],[-5.633501, 54.4513],[-5.6328, 54.4514],[-5.631899, 54.4513],[-5.631401, 54.4514],[-5.631401, 54.4518],[-5.631899, 54.4526],[-5.6328, 54.4532],[-5.6328, 54.4538],[-5.6325, 54.4546],[-5.6324, 54.4548],[-5.632599, 54.4554],[-5.6325, 54.4556],[-5.6324, 54.4558],[-5.632199, 54.4558],[-5.631499, 54.4556],[-5.63040, 54.4552],[-5.62990, 54.4552],[-5.629399, 54.4553],[-5.6292, 54.4554],[-5.628799, 54.4553],[-5.627299, 54.4543],[-5.6264, 54.4541],[-5.6261, 54.4541],[-5.626, 54.4542],[-5.625899, 54.4545],[-5.625899, 54.4548],[-5.6269, 54.4559],[-5.6269, 54.4562],[-5.6269, 54.4567],[-5.626601, 54.4570],[-5.626601, 54.4576],[-5.626601, 54.4577],[-5.62710, 54.4583],[-5.628701, 54.4589],[-5.629, 54.4591],[-5.629, 54.4594],[-5.629, 54.4598],[-5.628799, 54.4602],[-5.6279, 54.4604],[-5.62710, 54.4606],[-5.6261, 54.4612],[-5.6258, 54.4615],[-5.625599, 54.4623],[-5.6255, 54.4631],[-5.625199, 54.4637],[-5.625, 54.464],[-5.624501, 54.4642],[-5.623, 54.4642],[-5.6223, 54.4638],[-5.6222, 54.4635],[-5.6222, 54.463],[-5.6235, 54.461],[-5.6235, 54.4601],[-5.6235, 54.4595],[-5.6229, 54.4581],[-5.6229, 54.4574],[-5.624199, 54.4536],[-5.625, 54.4526],[-5.6265, 54.4518],[-5.628099, 54.4509],[-5.629, 54.4501],[-5.6296, 54.4492],[-5.6296, 54.4480],[-5.629799, 54.4473],[-5.630199, 54.4470],[-5.631299, 54.4465],[-5.6321, 54.4459],[-5.632599, 54.4458],[-5.633501, 54.4458],[-5.6338, 54.4464],[-5.634399, 54.4467],[-5.6357, 54.4471],[-5.6363, 54.4473],[-5.6367, 54.4476],[-5.6368, 54.4486],[-5.637001, 54.4488],[-5.637499, 54.4490],[-5.63840, 54.4490],[-5.639101, 54.4488],[-5.639501, 54.4486],[-5.639699, 54.4482],[-5.639699, 54.4480],[-5.639101, 54.4477],[-5.637899, 54.4477],[-5.637599, 54.4475],[-5.637499, 54.4464],[-5.6373, 54.4462],[-5.636099, 54.4458],[-5.635799, 54.4454],[-5.6357, 54.4443],[-5.635399, 54.4440],[-5.6349, 54.4436],[-5.634699000000002, 54.4432],[-5.634699000000002, 54.4430],[-5.635099, 54.4422],[-5.635499, 54.4422],[-5.636499, 54.4422],[-5.637899, 54.4430],[-5.638901000000002, 54.4433],[-5.6401, 54.4433],[-5.6422, 54.4429],[-5.64300, 54.4424],[-5.643199, 54.4421],[-5.643199, 54.4418],[-5.643099, 54.4417],[-5.641201, 54.4417],[-5.639999, 54.4421],[-5.639699, 54.4421],[-5.6387, 54.4418],[-5.6387, 54.4415],[-5.638599, 54.4411],[-5.638501, 54.4408],[-5.6377, 54.4403],[-5.6374, 54.4399],[-5.6374, 54.4388],[-5.637199, 54.4386],[-5.636499, 54.4386],[-5.63560, 54.4386],[-5.635099, 54.4385],[-5.634501, 54.438],[-5.6342, 54.438],[-5.633901, 54.438],[-5.63370, 54.4381],[-5.633501, 54.4384],[-5.6336, 54.4390],[-5.634301, 54.4404],[-5.634301, 54.4408],[-5.63410, 54.4412],[-5.633299, 54.4413],[-5.6325, 54.4410],[-5.6312, 54.4403],[-5.6297, 54.4390],[-5.6282, 54.4383],[-5.627699, 54.4381],[-5.6275, 54.4377],[-5.6275, 54.4375],[-5.62850, 54.4365],[-5.62850, 54.4362],[-5.628399, 54.4358],[-5.626699, 54.4349],[-5.626201, 54.4343],[-5.626201, 54.4341],[-5.626801000000002, 54.4327],[-5.626699, 54.4322],[-5.626299, 54.4316],[-5.626299, 54.431],[-5.627299, 54.4301],[-5.627699, 54.4293],[-5.627999, 54.4289],[-5.6282, 54.4288],[-5.629399, 54.4289],[-5.6307, 54.4295],[-5.631001, 54.4298],[-5.631001, 54.4303],[-5.630799, 54.4309],[-5.63, 54.4315],[-5.6297, 54.432],[-5.6296, 54.4323],[-5.6296, 54.4328],[-5.630199, 54.4340],[-5.630499, 54.4351],[-5.630599, 54.4353],[-5.630899, 54.4353],[-5.6316, 54.435],[-5.63460, 54.4331],[-5.6352, 54.4327],[-5.635399, 54.4309],[-5.6357, 54.4301],[-5.636099, 54.4301],[-5.6363, 54.4301],[-5.637001, 54.4306],[-5.6374, 54.4306],[-5.638501, 54.4303],[-5.63980, 54.4302],[-5.64020, 54.4299],[-5.641099, 54.4287],[-5.6413, 54.4281],[-5.6413, 54.4275],[-5.641201, 54.4271],[-5.6409, 54.4269],[-5.6405, 54.4268],[-5.6401, 54.4268],[-5.639501, 54.4272],[-5.638, 54.4278],[-5.6374, 54.4278],[-5.6366, 54.4278],[-5.6362, 54.4274],[-5.6362, 54.427],[-5.636401, 54.4267],[-5.6371, 54.4262],[-5.638999, 54.4262],[-5.63920, 54.4259],[-5.63930, 54.4242],[-5.6399, 54.4232],[-5.6409, 54.4226],[-5.642499, 54.422],[-5.6427, 54.4219],[-5.6427, 54.4215],[-5.642399, 54.4214],[-5.641001, 54.4214],[-5.640699, 54.4213],[-5.6405, 54.421],[-5.6406, 54.4206],[-5.641001, 54.4204],[-5.6433, 54.4206],[-5.643799, 54.4206],[-5.644101, 54.4204],[-5.6443, 54.42],[-5.644199, 54.4193],[-5.643799, 54.4184],[-5.6423, 54.4167],[-5.6415, 54.4161],[-5.6414, 54.4158],[-5.6414, 54.4156],[-5.6415, 54.4152],[-5.641699, 54.415],[-5.642799, 54.4145],[-5.6434, 54.4141],[-5.64360, 54.4138],[-5.6439, 54.4134],[-5.644101, 54.4131],[-5.6444, 54.4131],[-5.644501, 54.4133],[-5.64550, 54.4146],[-5.6465, 54.4155],[-5.6469, 54.4155],[-5.647099, 54.4153],[-5.647299, 54.415],[-5.647299, 54.4146],[-5.647, 54.4139],[-5.6465, 54.4132],[-5.6465, 54.4128],[-5.646601, 54.4125],[-5.647399, 54.4114],[-5.647399, 54.4107],[-5.647, 54.4105],[-5.646699, 54.4106],[-5.6461, 54.411],[-5.6458, 54.411],[-5.645599, 54.4109],[-5.6444, 54.4105],[-5.643799, 54.4105],[-5.6427, 54.4114],[-5.642001, 54.4114],[-5.6406, 54.4109],[-5.63930, 54.4103],[-5.63880, 54.4097],[-5.6387, 54.4091],[-5.6387, 54.4087],[-5.63940, 54.4071],[-5.639501, 54.4059],[-5.638999, 54.404],[-5.638901000000002, 54.4026],[-5.63920, 54.4013],[-5.639999, 54.4005],[-5.641601, 54.3985],[-5.64260, 54.3968],[-5.64300, 54.3965],[-5.64360, 54.3965],[-5.644199, 54.3965],[-5.64550, 54.3982],[-5.6461, 54.3986],[-5.646801, 54.3987],[-5.64720, 54.3986],[-5.647699, 54.3983],[-5.6479, 54.3979],[-5.6479, 54.3973],[-5.6476, 54.3969],[-5.646201, 54.3956],[-5.645199, 54.394],[-5.6451, 54.3932],[-5.6451, 54.3928],[-5.6457, 54.3921],[-5.647399, 54.3901],[-5.648099, 54.3888],[-5.6485, 54.3884],[-5.649199, 54.3883],[-5.649899, 54.3887],[-5.650199, 54.3894],[-5.6507, 54.3905],[-5.6512, 54.3908],[-5.651899, 54.3908],[-5.652299, 54.3903],[-5.652299, 54.3893],[-5.651899, 54.3882],[-5.651899, 54.3879],[-5.6521, 54.3875],[-5.65240, 54.3872],[-5.6537, 54.3869],[-5.655399, 54.3861],[-5.6556, 54.3857],[-5.6556, 54.3855],[-5.65530, 54.3852],[-5.652599, 54.3844],[-5.65100, 54.3837],[-5.6508, 54.3834],[-5.650899, 54.3831],[-5.6512, 54.3825],[-5.6521, 54.3823],[-5.652599, 54.3823],[-5.653299, 54.3825],[-5.6542, 54.3825],[-5.656099, 54.3820],[-5.65770, 54.3813],[-5.658901, 54.3813],[-5.659699, 54.3814],[-5.661099, 54.3823],[-5.6618, 54.3825],[-5.662099, 54.3825],[-5.663199, 54.3821],[-5.664101, 54.3811],[-5.6648, 54.3804],[-5.6658, 54.3800],[-5.666201, 54.3797],[-5.6676, 54.3783],[-5.6682, 54.3780],[-5.669799, 54.3774],[-5.671299000000002, 54.3763],[-5.671801, 54.3758],[-5.672, 54.3758],[-5.6724, 54.3761],[-5.672999, 54.377],[-5.673399, 54.3772],[-5.6738, 54.3772],[-5.675799, 54.3768],[-5.676499, 54.3763],[-5.678199, 54.3751],[-5.67870, 54.3744],[-5.6793, 54.3742],[-5.681201, 54.3741],[-5.681601000000002, 54.3732],[-5.679101, 54.3676],[-5.6766, 54.3678],[-5.673999, 54.3689],[-5.6728, 54.369],[-5.671201, 54.3683],[-5.669301, 54.3673],[-5.667099, 54.3668],[-5.666601, 54.3665],[-5.665599, 54.3659],[-5.664501, 54.3639],[-5.6639, 54.3633],[-5.663199, 54.3632],[-5.66190, 54.3637],[-5.661601, 54.3647],[-5.66130, 54.3664],[-5.6608, 54.3668],[-5.658999, 54.367],[-5.657001, 54.3667],[-5.655499, 54.3666],[-5.65520, 54.3668],[-5.6545, 54.3678],[-5.653399, 54.3679],[-5.652299, 54.3672],[-5.65, 54.365],[-5.64910, 54.3645],[-5.6479, 54.3644],[-5.6465, 54.3649],[-5.6444, 54.3655],[-5.64360, 54.3663],[-5.643199, 54.3669],[-5.643199, 54.3671],[-5.6444, 54.3687],[-5.6444, 54.3692],[-5.64360, 54.3698],[-5.642399, 54.3701],[-5.63980, 54.3700],[-5.6378, 54.3700],[-5.637599, 54.3702],[-5.637899, 54.3709],[-5.638, 54.3717],[-5.637899, 54.3724],[-5.637899, 54.3725],[-5.6371, 54.3726],[-5.635799, 54.3714],[-5.63460, 54.3708],[-5.63410, 54.3707],[-5.630599, 54.3714],[-5.628701, 54.3719],[-5.627699, 54.3725],[-5.626, 54.3741],[-5.624599, 54.3749],[-5.622001, 54.3758],[-5.620699, 54.3759],[-5.62010, 54.3763],[-5.618701, 54.3772],[-5.617499, 54.3773],[-5.616401, 54.3775],[-5.614999, 54.3782],[-5.613501, 54.3789],[-5.6117, 54.3793],[-5.6107, 54.3793],[-5.6095, 54.3793],[-5.6078, 54.3787],[-5.6058, 54.3787],[-5.60540, 54.3786],[-5.604199, 54.3773],[-5.6034, 54.3769],[-5.602099, 54.3768],[-5.600399, 54.3772],[-5.599699, 54.3778],[-5.59930, 54.3784],[-5.599, 54.3787],[-5.598701, 54.3787],[-5.598, 54.3780],[-5.5976, 54.3780],[-5.597001, 54.3783],[-5.5968, 54.3787],[-5.596499, 54.3802],[-5.596099, 54.3809],[-5.594501, 54.3821],[-5.592899, 54.3826],[-5.589301, 54.3835],[-5.5869, 54.3844],[-5.586, 54.3845],[-5.5854, 54.3844],[-5.5839, 54.3827],[-5.5832, 54.3824],[-5.5823, 54.3823],[-5.580699, 54.3823],[-5.5781, 54.3825],[-5.576001, 54.3826],[-5.5742, 54.3829],[-5.571899, 54.3829],[-5.570799, 54.3828],[-5.5699, 54.3823],[-5.5691, 54.3812],[-5.56870, 54.3805],[-5.56870, 54.3798],[-5.569799, 54.3777],[-5.570199, 54.3765],[-5.570499, 54.3761],[-5.572999, 54.3749],[-5.57480, 54.3739],[-5.575099, 54.3734],[-5.575099, 54.3727],[-5.574999, 54.3721],[-5.574501, 54.3713],[-5.5738, 54.3709],[-5.5721, 54.3706],[-5.569301, 54.3704],[-5.568501, 54.3700],[-5.5674, 54.3688],[-5.566801, 54.3677],[-5.5666, 54.3667],[-5.566299, 54.3652],[-5.5646, 54.3659],[-5.560599, 54.3685],[-5.560699, 54.3693],[-5.561, 54.3702],[-5.562699, 54.3704],[-5.56360, 54.3704],[-5.563799, 54.3708],[-5.5639, 54.3715],[-5.562699, 54.3728],[-5.562001, 54.3742],[-5.561601, 54.3750],[-5.561, 54.3754],[-5.56010, 54.3755],[-5.5588, 54.3755],[-5.556601, 54.3762],[-5.555799, 54.3762],[-5.554699, 54.3762],[-5.554399, 54.3757],[-5.553299, 54.3751],[-5.553199, 54.3747],[-5.553599, 54.3739],[-5.553599, 54.3735],[-5.552899, 54.3729],[-5.5528, 54.3727],[-5.5528, 54.3724],[-5.5534, 54.3714],[-5.5531, 54.3711],[-5.5521, 54.3713],[-5.550799, 54.3712],[-5.5502, 54.3706],[-5.548901, 54.3694],[-5.5488, 54.369],[-5.5488, 54.3688],[-5.55, 54.3677],[-5.55, 54.3674],[-5.5499, 54.3672],[-5.547999, 54.366],[-5.54780, 54.3655],[-5.54780, 54.3653],[-5.5487, 54.3641],[-5.548999, 54.3634],[-5.5491, 54.3625],[-5.5488, 54.3583],[-5.548399, 54.3572],[-5.548399, 54.3569],[-5.548901, 54.3548],[-5.5488, 54.3541],[-5.548501, 54.3536],[-5.5461, 54.3518],[-5.545899, 54.3512],[-5.5458, 54.3502],[-5.5465, 54.3481],[-5.5465, 54.3474],[-5.5465, 54.3469],[-5.5458, 54.3461],[-5.545199, 54.3456],[-5.544799, 54.3442],[-5.544199, 54.3436],[-5.5422, 54.3429],[-5.5419, 54.3425],[-5.54180, 54.3416],[-5.5414, 54.3409],[-5.5405, 54.3404],[-5.5397, 54.3398],[-5.539501, 54.3393],[-5.5394, 54.3389],[-5.5394, 54.3385],[-5.539999, 54.3379],[-5.5409, 54.3373],[-5.5411, 54.3369],[-5.541201, 54.3357],[-5.541299, 54.3353],[-5.543399, 54.3331],[-5.5435, 54.3325],[-5.543399, 54.3320],[-5.543099, 54.3317],[-5.541201, 54.3304],[-5.541, 54.3299],[-5.5411, 54.3282],[-5.541, 54.3278],[-5.539899, 54.3284],[-5.539199, 54.3289],[-5.538701, 54.3290],[-5.538599, 54.3290],[-5.5384, 54.3287],[-5.5384, 54.3283],[-5.538701, 54.3278],[-5.538701, 54.3274],[-5.538599, 54.3262],[-5.539101, 54.3252],[-5.540299, 54.3231],[-5.540299, 54.3222],[-5.540299, 54.3198],[-5.539999, 54.3189],[-5.539599, 54.3184],[-5.539199, 54.3181],[-5.538099, 54.3177],[-5.537099, 54.3177],[-5.535399, 54.3184],[-5.534501, 54.3183],[-5.533901, 54.3182],[-5.533299, 54.3176],[-5.532001, 54.3162],[-5.5306, 54.3155],[-5.529799, 54.3155],[-5.5279, 54.3147],[-5.5271, 54.3144],[-5.5246, 54.3144],[-5.523799, 54.3142],[-5.523399, 54.3138],[-5.5233, 54.3136],[-5.5233, 54.3131],[-5.523901, 54.3114],[-5.524799, 54.3106],[-5.525499, 54.3103],[-5.5261, 54.3103],[-5.5299, 54.3117],[-5.5327, 54.3123],[-5.535699, 54.3127],[-5.5364, 54.3127],[-5.538199, 54.3120],[-5.538599, 54.3115],[-5.538799, 54.3101],[-5.539199, 54.3091],[-5.5398, 54.3087],[-5.5423, 54.3086],[-5.54440, 54.3082],[-5.5461, 54.3074],[-5.5481, 54.3057],[-5.5499, 54.3034],[-5.5506, 54.3022],[-5.5509, 54.3007],[-5.551401, 54.2997],[-5.5542, 54.2971],[-5.5543, 54.2965],[-5.5549, 54.2953],[-5.555799, 54.2944],[-5.556099, 54.2938],[-5.556099, 54.292],[-5.556499, 54.2912],[-5.5576, 54.2898],[-5.557899, 54.2884],[-5.5581, 54.2874],[-5.5593, 54.2865],[-5.5598, 54.2858],[-5.5605, 54.2849],[-5.561201, 54.2844],[-5.56260, 54.2841],[-5.5635, 54.2836],[-5.5644, 54.2828],[-5.565199, 54.2819],[-5.566299, 54.2813],[-5.5674, 54.2808],[-5.567999, 54.2802],[-5.569699, 54.2781],[-5.570499, 54.2768],[-5.571499, 54.2766],[-5.5724, 54.2766],[-5.572999, 54.2764],[-5.5732, 54.2759],[-5.5732, 54.275],[-5.5734, 54.2747],[-5.573999, 54.2743],[-5.575399, 54.2733],[-5.5763, 54.2730],[-5.5769, 54.2730],[-5.578501, 54.2733],[-5.5797, 54.2732],[-5.579999, 54.2727],[-5.5804, 54.2721],[-5.5808, 54.2719],[-5.5826, 54.2717],[-5.5832, 54.2713],[-5.5836, 54.2710],[-5.584899, 54.2695],[-5.586699, 54.2681],[-5.5869, 54.2676],[-5.5872, 54.2668],[-5.5887, 54.2652],[-5.591401, 54.2627],[-5.5925, 54.2624],[-5.593599, 54.2621],[-5.5953, 54.2620],[-5.5959, 54.2620],[-5.597099, 54.2634],[-5.598, 54.2637],[-5.6005, 54.2637],[-5.601099, 54.2641],[-5.602001, 54.2650],[-5.6026, 54.2659],[-5.603099, 54.2661],[-5.603799, 54.2661],[-5.605599, 54.2652],[-5.6064, 54.2643],[-5.6065, 54.2631],[-5.6058, 54.2604],[-5.6051, 54.2596],[-5.6043, 54.2594],[-5.6039, 54.2594],[-5.60270, 54.2596],[-5.6023, 54.2599],[-5.601699, 54.2604],[-5.601299, 54.2605],[-5.6008, 54.2604],[-5.600699, 54.2602],[-5.600599, 54.2599],[-5.600699, 54.2597],[-5.602001, 54.2584],[-5.602099, 54.2574],[-5.60180, 54.2567],[-5.60180, 54.2563],[-5.6019, 54.2558],[-5.6033, 54.255],[-5.6039, 54.2537],[-5.6066, 54.2505],[-5.608901, 54.2489],[-5.611801, 54.2478],[-5.6149, 54.2468],[-5.6163, 54.2468],[-5.6168, 54.2472],[-5.617199, 54.2478],[-5.617199, 54.2491],[-5.617099, 54.2503],[-5.616499, 54.2512],[-5.616499, 54.252],[-5.617499, 54.2537],[-5.6189, 54.2551],[-5.62010, 54.2554],[-5.6214, 54.2557],[-5.62270, 54.2557],[-5.6239, 54.2557],[-5.624501, 54.2555],[-5.625, 54.2553],[-5.625199, 54.2546],[-5.626, 54.2527],[-5.6265, 54.2523],[-5.627699, 54.2518],[-5.6291, 54.2518],[-5.6312, 54.2522],[-5.632, 54.2524],[-5.6321, 54.2526],[-5.6321, 54.2529],[-5.631899, 54.2530],[-5.6317, 54.2530],[-5.631299, 54.2529],[-5.630799, 54.2529],[-5.6303, 54.2529],[-5.630099, 54.2530],[-5.63, 54.2532],[-5.629799, 54.2534],[-5.628901, 54.2535],[-5.62850, 54.2535],[-5.6282, 54.2536],[-5.627999, 54.2538],[-5.627999, 54.2540],[-5.6282, 54.2545],[-5.6282, 54.2553],[-5.6282, 54.2557],[-5.628701, 54.2562],[-5.628701, 54.2565],[-5.628701, 54.2570],[-5.6282, 54.2580],[-5.6282, 54.2585],[-5.6282, 54.2589],[-5.6286, 54.2594],[-5.629399, 54.2597],[-5.631401, 54.2600],[-5.6336, 54.2600],[-5.634399, 54.2601],[-5.634501, 54.2606],[-5.634399, 54.2613],[-5.634301, 54.2619],[-5.634399, 54.2624],[-5.634501, 54.2625],[-5.6349, 54.2625],[-5.6359, 54.2616],[-5.6368, 54.2600],[-5.637599, 54.2596],[-5.64020, 54.2587],[-5.6418, 54.2576],[-5.6427, 54.2567],[-5.64260, 54.2560],[-5.642499, 54.2555],[-5.6422, 54.2551],[-5.641001, 54.255],[-5.638999, 54.2549],[-5.6387, 54.2548],[-5.638199, 54.2545],[-5.638, 54.2540],[-5.6378, 54.2532],[-5.6377, 54.2531],[-5.637001, 54.2530],[-5.63560, 54.2529],[-5.6353, 54.2527],[-5.6352, 54.2523],[-5.6352, 54.2522],[-5.6368, 54.2512],[-5.637199, 54.2505],[-5.6373, 54.2494],[-5.6373, 54.2489],[-5.636899, 54.2481],[-5.636499, 54.2476],[-5.6357, 54.2472],[-5.63560, 54.2469],[-5.635499, 54.246],[-5.63460, 54.2447],[-5.63460, 54.2442],[-5.63500, 54.2424],[-5.6363, 54.2409],[-5.636899, 54.2408],[-5.6373, 54.2409],[-5.6381, 54.2414],[-5.638501, 54.2415],[-5.639599, 54.2414],[-5.640299, 54.2412],[-5.6408, 54.2409],[-5.641601, 54.2394],[-5.643799, 54.2363],[-5.64540, 54.2339],[-5.646699, 54.2325],[-5.648399, 54.2312],[-5.65, 54.2304],[-5.651899, 54.23],[-5.6531, 54.2293],[-5.65670, 54.2268],[-5.658599, 54.2264],[-5.659599, 54.2264],[-5.6605, 54.2268],[-5.661201, 54.2273],[-5.66190, 54.228],[-5.662499, 54.2296],[-5.662799, 54.2313],[-5.6635, 54.2323],[-5.664, 54.2329],[-5.6644, 54.2336],[-5.664999, 54.2352],[-5.66550, 54.2358],[-5.666201, 54.2361],[-5.6669, 54.2362],[-5.6676, 54.2359],[-5.667699, 54.2348],[-5.668099, 54.2343],[-5.668399, 54.2343],[-5.6695, 54.2343],[-5.66970, 54.2346],[-5.67070, 54.2349],[-5.671401, 54.2352],[-5.67160, 54.2354],[-5.67160, 54.2357],[-5.67160, 54.236],[-5.671299000000002, 54.2366],[-5.669301, 54.2382],[-5.669199, 54.2388],[-5.669199, 54.2391],[-5.669199, 54.2393],[-5.66940, 54.2396],[-5.66970, 54.2397],[-5.6711, 54.2394],[-5.671899, 54.239],[-5.6724, 54.239],[-5.6724, 54.2394],[-5.672299, 54.2404],[-5.672599, 54.2417],[-5.6737, 54.2431],[-5.6752, 54.2444],[-5.675499, 54.2449],[-5.6756, 54.2455],[-5.6756, 54.2463],[-5.6766, 54.2472],[-5.677599, 54.2484],[-5.6784, 54.249],[-5.6788, 54.2491],[-5.679699, 54.2487],[-5.6803, 54.2483],[-5.680799, 54.2483],[-5.68190, 54.249],[-5.6843, 54.2502],[-5.686699, 54.2507],[-5.690199, 54.2511],[-5.6929, 54.2515],[-5.693799, 54.2515],[-5.6962, 54.2512],[-5.6991, 54.2505],[-5.700099, 54.2504],[-5.7013, 54.2504],[-5.7033, 54.2509],[-5.7068, 54.2516],[-5.708, 54.2516],[-5.7104, 54.2511],[-5.7122, 54.2505],[-5.712699, 54.2504],[-5.7154, 54.2509],[-5.717, 54.2509],[-5.718901, 54.2506],[-5.720099000000002, 54.2501],[-5.720799, 54.2501],[-5.7218, 54.2507],[-5.724899, 54.2536],[-5.726099, 54.2539],[-5.7269, 54.2538],[-5.727399, 54.2538],[-5.728199, 54.2543],[-5.728701, 54.2543],[-5.73000, 54.2541],[-5.731801, 54.2532],[-5.7366, 54.2530],[-5.744699, 54.2528],[-5.7479, 54.2526],[-5.75000, 54.252],[-5.75190, 54.2509],[-5.753399, 54.2494],[-5.7542, 54.2481],[-5.7549, 54.2475],[-5.7554, 54.2474],[-5.75710, 54.2479],[-5.758501, 54.2479],[-5.760399, 54.2478],[-5.761099, 54.2477],[-5.76280, 54.2484],[-5.763501, 54.2484],[-5.76510, 54.2476],[-5.770299, 54.2462],[-5.772299, 54.2457],[-5.775199, 54.2454],[-5.776899, 54.2453],[-5.778999, 54.2454],[-5.7799, 54.2458],[-5.780799, 54.2468],[-5.7823, 54.2469],[-5.78580, 54.2469],[-5.789501, 54.2464],[-5.793701, 54.246],[-5.800499, 54.2452],[-5.811201, 54.2438],[-5.814799, 54.2433],[-5.815899, 54.2433],[-5.8192, 54.2437],[-5.820099, 54.2441],[-5.820499, 54.2446],[-5.8206, 54.2459],[-5.8213, 54.2469],[-5.823599, 54.2478],[-5.824999, 54.2488],[-5.826499, 54.2506],[-5.829, 54.2543],[-5.8305, 54.2553],[-5.8309, 54.2557],[-5.83180, 54.2574],[-5.831699, 54.2578],[-5.8315, 54.2581],[-5.831, 54.2581],[-5.829, 54.2574],[-5.8252, 54.2573],[-5.8213, 54.2570],[-5.8187, 54.2570],[-5.817, 54.2574],[-5.815499, 54.2579],[-5.8147, 54.2589],[-5.814101, 54.2602],[-5.81390, 54.2606],[-5.81390, 54.2613],[-5.814199, 54.2619],[-5.8151, 54.2627],[-5.816201, 54.2635],[-5.817, 54.2647],[-5.8175, 54.2669],[-5.818399, 54.2700],[-5.818399, 54.2712],[-5.817699000000002, 54.2735],[-5.816201, 54.2757],[-5.81540, 54.2768],[-5.814101, 54.2797],[-5.81390, 54.2807],[-5.814101, 54.2813],[-5.81440, 54.2819],[-5.81440, 54.2822],[-5.814899, 54.2826],[-5.815199, 54.2827],[-5.815899, 54.2828],[-5.817, 54.2826],[-5.818999, 54.2809],[-5.8211, 54.2794],[-5.8249, 54.2765],[-5.825799, 54.2762],[-5.8259, 54.2751],[-5.8262, 54.2738],[-5.8269, 54.2727],[-5.827499, 54.2719],[-5.8277, 54.2703],[-5.828701, 54.2693],[-5.832001, 54.2671],[-5.8333, 54.2658],[-5.833799, 54.2650],[-5.833701, 54.2641],[-5.8339, 54.2633],[-5.834301, 54.2627],[-5.837299, 54.2613],[-5.837699, 54.2607],[-5.83780, 54.2588],[-5.838099, 54.2582],[-5.8385, 54.2579],[-5.83920, 54.2575],[-5.8432, 54.2566],[-5.84530, 54.2557],[-5.847099, 54.2545],[-5.8477, 54.2531],[-5.8484, 54.2524],[-5.849899, 54.2526],[-5.8509, 54.2527],[-5.8515, 54.2526],[-5.85290, 54.2523],[-5.85430, 54.2513],[-5.856299, 54.2507],[-5.856699, 54.2502],[-5.856801, 54.2482],[-5.8569, 54.2466],[-5.857, 54.2449],[-5.85650, 54.2436],[-5.856, 54.2428],[-5.856, 54.2422],[-5.856201, 54.2417],[-5.8569, 54.2406],[-5.8578, 54.2395],[-5.8578, 54.239],[-5.8572, 54.2388],[-5.855599, 54.2393],[-5.8548, 54.24],[-5.854101, 54.2412],[-5.853799, 54.2424],[-5.8535, 54.2434],[-5.85290, 54.2444],[-5.852099, 54.2453],[-5.851601, 54.2461],[-5.851201, 54.2466],[-5.85100, 54.2472],[-5.850399, 54.2481],[-5.847499, 54.2498],[-5.846401000000002, 54.2505],[-5.843599, 54.2506],[-5.840899, 54.2507],[-5.83790, 54.2507],[-5.837, 54.2517],[-5.836201, 54.2528],[-5.835899, 54.2532],[-5.835299, 54.2533],[-5.8347, 54.2530],[-5.8329, 54.2519],[-5.830599, 54.2508],[-5.829999, 54.2502],[-5.829599, 54.2497],[-5.829501, 54.2486],[-5.829501, 54.2467],[-5.8294, 54.2459],[-5.829199, 54.2457],[-5.828501, 54.2458],[-5.82830, 54.246],[-5.828199, 54.247],[-5.827899, 54.2476],[-5.8277, 54.2477],[-5.827199, 54.2475],[-5.827001, 54.247],[-5.8269, 54.2463],[-5.827499, 54.244],[-5.82830, 54.2411],[-5.8297, 54.24],[-5.8314, 54.2391],[-5.835499, 54.2377],[-5.8391, 54.2363],[-5.8483, 54.233],[-5.854899, 54.23],[-5.858099, 54.2285],[-5.8692, 54.2222],[-5.8734, 54.2203],[-5.879, 54.2174],[-5.881801, 54.2153],[-5.8859, 54.2117],[-5.886401, 54.2111],[-5.887001, 54.2100],[-5.887599, 54.2089],[-5.888299, 54.2073],[-5.888901, 54.2063],[-5.8888, 54.2054],[-5.8884, 54.2047],[-5.887599, 54.2043],[-5.887499, 54.2034],[-5.88710, 54.2022],[-5.8856, 54.2003],[-5.8846, 54.1994],[-5.8836, 54.1992],[-5.881401, 54.1997],[-5.880499, 54.1998],[-5.8799, 54.1997],[-5.87960, 54.1993],[-5.87960, 54.1990],[-5.8807, 54.1973],[-5.8807, 54.1967],[-5.8804, 54.1963],[-5.878799, 54.1954],[-5.876201, 54.1928],[-5.87350, 54.1885],[-5.8727, 54.1856],[-5.872099, 54.1818],[-5.8713, 54.1787],[-5.871, 54.1764],[-5.870699, 54.1687],[-5.870699, 54.1673],[-5.8718, 54.1646],[-5.8734, 54.1604],[-5.87440, 54.1541],[-5.87540, 54.1521],[-5.877399, 54.1493],[-5.880499, 54.1459],[-5.882599, 54.1435],[-5.886099, 54.1393],[-5.887199, 54.1370],[-5.8878, 54.1345],[-5.887899, 54.1327],[-5.887899, 54.1318],[-5.887499, 54.1311],[-5.885499, 54.1296],[-5.884699, 54.1288],[-5.884501, 54.1278],[-5.8849, 54.1233],[-5.8853, 54.1227],[-5.8887, 54.1214],[-5.89090, 54.1201],[-5.891201, 54.1195],[-5.891201, 54.1188],[-5.891099, 54.118],[-5.8906, 54.1175],[-5.889999000000002, 54.1169],[-5.889999000000002, 54.1167],[-5.89050, 54.1161],[-5.891201, 54.1155],[-5.891601, 54.115],[-5.891699, 54.1145],[-5.89220, 54.1126],[-5.89270, 54.1109],[-5.8934, 54.1096],[-5.897099, 54.1056],[-5.90080, 54.1024],[-5.90210, 54.1015],[-5.9053, 54.1011],[-5.907001, 54.1001],[-5.90780, 54.0995],[-5.909101, 54.0982],[-5.910399, 54.0968],[-5.912399, 54.096],[-5.915599, 54.0955],[-5.91950, 54.0939],[-5.9253, 54.0911],[-5.93170, 54.0883],[-5.937001, 54.0855],[-5.9404, 54.0836],[-5.943901, 54.0830],[-5.947899, 54.0814],[-5.950799, 54.0796],[-5.95380, 54.0772],[-5.95470, 54.0759],[-5.954999, 54.0751],[-5.9554, 54.0737],[-5.9554, 54.0728],[-5.954899, 54.0718],[-5.954599, 54.0710],[-5.954999, 54.0705],[-5.9555, 54.0702],[-5.958099, 54.0699],[-5.959199, 54.0696],[-5.959799, 54.069],[-5.9604, 54.0680],[-5.960899, 54.067],[-5.961201, 54.066],[-5.9615, 54.0650],[-5.961699, 54.0646],[-5.9628, 54.0646],[-5.964, 54.0646],[-5.9666, 54.0653],[-5.9677, 54.0653],[-5.97300, 54.0642],[-5.98, 54.0621],[-5.983701, 54.0615],[-5.985899, 54.0615],[-5.988501, 54.0629],[-5.989501, 54.063],[-5.989999, 54.0626],[-5.989301, 54.0620],[-5.9891, 54.0616],[-5.989501, 54.0614],[-5.992599, 54.0602],[-5.993599000000002, 54.0598],[-5.997399, 54.0587],[-5.997799, 54.0585],[-6, 54.0566],[-6.001, 54.056],[-6.0029, 54.0549],[-6.006499, 54.0524],[-6.008299, 54.0507],[-6.009699, 54.0484],[-6.01240, 54.0456],[-6.01480, 54.0432],[-6.0158, 54.0428],[-6.017399, 54.0422],[-6.018701, 54.0415],[-6.0193, 54.0408],[-6.02, 54.0401],[-6.022799, 54.0392],[-6.031099, 54.0372],[-6.0458, 54.032],[-6.052001, 54.0296],[-6.0534, 54.0287],[-6.0543, 54.0276],[-6.05520, 54.0266],[-6.0568, 54.0258],[-6.05940, 54.0249],[-6.061299, 54.0245],[-6.0623, 54.0246],[-6.062799, 54.0248],[-6.0632, 54.0251],[-6.063399, 54.0255],[-6.0635, 54.0266],[-6.0629, 54.0275],[-6.06300, 54.028],[-6.0635, 54.0286],[-6.068099, 54.0309],[-6.07060, 54.0314],[-6.071801, 54.0314],[-6.0763, 54.031],[-6.080699, 54.0311],[-6.0811, 54.0313],[-6.082399, 54.0333],[-6.084101, 54.0355],[-6.08570, 54.0367],[-6.087699, 54.038],[-6.089799, 54.0387],[-6.091499, 54.039],[-6.0952, 54.0393],[-6.098199, 54.0401],[-6.1023, 54.041],[-6.106201, 54.0416],[-6.1064, 54.0418],[-6.1064, 54.0422],[-6.1061, 54.0427],[-6.105199, 54.0433],[-6.103099, 54.0436],[-6.1026, 54.044],[-6.102099, 54.0444],[-6.099501, 54.0452],[-6.0988, 54.0458],[-6.09740, 54.0482],[-6.09740, 54.0485],[-6.098701, 54.0502],[-6.098599, 54.0504],[-6.0984, 54.0506],[-6.09740, 54.0505],[-6.0953, 54.0501],[-6.094301, 54.0501],[-6.09320, 54.0506],[-6.09160, 54.0509],[-6.0911, 54.0508],[-6.0897, 54.0495],[-6.088799, 54.0493],[-6.0854, 54.0494],[-6.083799, 54.0497],[-6.083099, 54.0497],[-6.081699, 54.0488],[-6.079899, 54.0486],[-6.0776, 54.0485],[-6.077001, 54.0493],[-6.07670, 54.0499],[-6.0759, 54.0499],[-6.074399, 54.0496],[-6.074399, 54.0497],[-6.074699, 54.0499],[-6.07680, 54.051],[-6.07810, 54.052],[-6.07900, 54.0532],[-6.080599, 54.0546],[-6.0839, 54.059],[-6.0854, 54.0602],[-6.0887, 54.0606],[-6.090899, 54.061],[-6.09310, 54.0635],[-6.094699, 54.0647],[-6.096099, 54.0650],[-6.098199, 54.0650],[-6.0998, 54.0644],[-6.1026, 54.0642],[-6.104101, 54.0642],[-6.106201, 54.0649],[-6.107, 54.0649],[-6.107299, 54.0647],[-6.1078, 54.0644],[-6.107999, 54.0643],[-6.108901, 54.0645],[-6.116001, 54.0648],[-6.117599, 54.0650],[-6.1192, 54.0663],[-6.12140, 54.0674],[-6.12360, 54.0678],[-6.12750, 54.0678],[-6.13110, 54.067],[-6.13210, 54.0674],[-6.133399, 54.0677],[-6.1337, 54.0675],[-6.134301, 54.0666],[-6.13530, 54.0654],[-6.1367, 54.0647],[-6.138199, 54.0643],[-6.1393, 54.0644],[-6.140399, 54.0650],[-6.141601, 54.0652],[-6.1455, 54.0658],[-6.149301, 54.0674],[-6.1521, 54.0679],[-6.15360, 54.0678],[-6.155799, 54.0671],[-6.157599, 54.067],[-6.15880, 54.0674],[-6.1609, 54.0683],[-6.162099, 54.0684],[-6.16480, 54.0684],[-6.1669, 54.0700],[-6.168399, 54.0706],[-6.168799, 54.0707],[-6.168701, 54.0711],[-6.167399, 54.0714],[-6.1672, 54.0716],[-6.1672, 54.0717],[-6.1721, 54.0732],[-6.177599000000002, 54.0760],[-6.1802, 54.0765],[-6.1826, 54.0756],[-6.1838, 54.0761],[-6.1844, 54.0791],[-6.1855, 54.0815],[-6.189799000000002, 54.0851],[-6.190499, 54.0866],[-6.190599, 54.0886],[-6.190899, 54.0938],[-6.191801, 54.0958],[-6.1928, 54.0966],[-6.195799, 54.0978],[-6.1977, 54.0987],[-6.197899, 54.099],[-6.1981, 54.0993],[-6.19820, 54.0998],[-6.1984, 54.1002],[-6.198599, 54.1003],[-6.19920, 54.1001],[-6.1998, 54.1001],[-6.2026, 54.1009],[-6.204199, 54.1016],[-6.20480, 54.1015],[-6.205299, 54.1013],[-6.205299, 54.1004],[-6.2054, 54.1001],[-6.2064, 54.1001],[-6.20900, 54.1001],[-6.210499, 54.0996],[-6.212299000000002, 54.0996],[-6.2135, 54.0998],[-6.213901, 54.1007],[-6.2141, 54.1013],[-6.216801, 54.102],[-6.221401, 54.1021],[-6.225399, 54.1026],[-6.2276, 54.1024],[-6.231201, 54.1021],[-6.23710, 54.1026],[-6.241401, 54.1018],[-6.24280, 54.1014],[-6.2459, 54.101],[-6.24800, 54.0998],[-6.250599, 54.0992],[-6.251801, 54.0992],[-6.2526, 54.0994],[-6.25450, 54.1005],[-6.255499, 54.1018],[-6.255899, 54.1021],[-6.2566, 54.102],[-6.25780, 54.1024],[-6.26, 54.1034],[-6.26340, 54.1043],[-6.26720, 54.102],[-6.270299, 54.1027],[-6.273099, 54.1045],[-6.2767, 54.1083],[-6.281899, 54.1104],[-6.286699, 54.112],[-6.287399000000002, 54.1128],[-6.288, 54.1134],[-6.289, 54.1139],[-6.291201, 54.1146],[-6.29220, 54.1152],[-6.293799, 54.1165],[-6.295199, 54.1182],[-6.297999, 54.1211],[-6.30060, 54.124],[-6.302299, 54.1253],[-6.3068, 54.1302],[-6.3102, 54.1358],[-6.31220, 54.1378],[-6.31740, 54.1437],[-6.321401, 54.1489],[-6.3232, 54.1508],[-6.3262, 54.1534],[-6.33110, 54.1577],[-6.333399, 54.1604],[-6.334599, 54.1626],[-6.336299, 54.167],[-6.337399, 54.1699],[-6.3386, 54.1722],[-6.3397, 54.174],[-6.340199, 54.1747],[-6.340199, 54.1758],[-6.340199, 54.1766],[-6.339799, 54.1776],[-6.338799, 54.1788],[-6.3369, 54.1813],[-6.336, 54.1829],[-6.3354, 54.1846],[-6.335199, 54.1864],[-6.335199, 54.1873],[-6.335499, 54.188],[-6.3369, 54.1900],[-6.337399, 54.1906],[-6.3379, 54.1909],[-6.339399, 54.1913],[-6.341801, 54.1918],[-6.3438, 54.1922],[-6.3459, 54.1928],[-6.3462, 54.1930],[-6.346601000000002, 54.1935],[-6.348199, 54.2005],[-6.350599, 54.2040],[-6.352399, 54.2156],[-6.353199, 54.2169],[-6.3535, 54.2176],[-6.354101, 54.2185],[-6.3551, 54.2198],[-6.358901000000002, 54.2237],[-6.3604, 54.225],[-6.3621, 54.2267],[-6.362299, 54.2273],[-6.362199, 54.2318],[-6.36250, 54.2329],[-6.362899, 54.2335],[-6.3634, 54.234],[-6.367599, 54.2372],[-6.368599, 54.238],[-6.3693, 54.2387],[-6.369599, 54.2393],[-6.369999, 54.2408],[-6.370399, 54.243],[-6.371099, 54.247],[-6.37100, 54.2482],[-6.3708, 54.2488],[-6.370299, 54.2496],[-6.3698, 54.2502],[-6.3673, 54.252],[-6.365399, 54.2534],[-6.3638, 54.2546],[-6.3627, 54.2557],[-6.361801, 54.2570],[-6.3612, 54.2585],[-6.360799, 54.2603],[-6.36060, 54.2620],[-6.3607, 54.2626],[-6.360899, 54.2631],[-6.361401, 54.2638],[-6.364999, 54.2665],[-6.365399, 54.2671],[-6.3656, 54.2679],[-6.365699, 54.2692],[-6.365499, 54.2704],[-6.36520, 54.2712],[-6.3649, 54.2717],[-6.3646, 54.272],[-6.3638, 54.2723],[-6.3632, 54.2724],[-6.36060, 54.2731],[-6.3576, 54.2737],[-6.356601, 54.2742],[-6.3561, 54.2748],[-6.3558, 54.2754],[-6.3557, 54.2760],[-6.355899, 54.2768],[-6.3565, 54.2781],[-6.35780, 54.2804],[-6.36060, 54.2844],[-6.3613, 54.2852],[-6.362599, 54.2863],[-6.366601, 54.2894],[-6.3674, 54.2902],[-6.36810, 54.2911],[-6.3684, 54.2918],[-6.3684, 54.2927],[-6.368199, 54.2942],[-6.367099, 54.298],[-6.366401, 54.3],[-6.3656, 54.3017],[-6.365399, 54.3022],[-6.365799000000002, 54.3051],[-6.365699, 54.3064],[-6.36630, 54.3081],[-6.36630, 54.3085],[-6.364799, 54.3108],[-6.364399, 54.3119],[-6.363999, 54.3135],[-6.3638, 54.3140],[-6.3631, 54.3148],[-6.362299, 54.3158],[-6.36200, 54.3164],[-6.361801, 54.3172],[-6.361801, 54.3188],[-6.361801, 54.3211],[-6.36200, 54.3237],[-6.3621, 54.3252],[-6.3627, 54.3277],[-6.3634, 54.3323],[-6.363299, 54.3340],[-6.3632, 54.3349],[-6.3624, 54.3373],[-6.362299, 54.3391],[-6.361899, 54.3408],[-6.3621, 54.3415],[-6.362599, 54.3422],[-6.363599, 54.3435],[-6.3656, 54.3472],[-6.366099, 54.3477],[-6.3688, 54.3492],[-6.37050, 54.3506],[-6.37230, 54.3525],[-6.375, 54.3555],[-6.3758, 54.3565],[-6.376801, 54.3581],[-6.37710, 54.3588],[-6.37750, 54.3605],[-6.377699, 54.361],[-6.378799, 54.3624],[-6.383999, 54.3701],[-6.388599, 54.3761],[-6.3894, 54.3774],[-6.390699, 54.3803],[-6.391601, 54.3822],[-6.392001, 54.3836],[-6.392499, 54.3865],[-6.393199, 54.3897],[-6.3936, 54.3906],[-6.39440, 54.3917],[-6.39570, 54.3937],[-6.395299, 54.3943],[-6.392499, 54.3962],[-6.39150, 54.3968],[-6.3866, 54.4002],[-6.3791, 54.4031],[-6.3755, 54.4086],[-6.376201000000002, 54.4135],[-6.3739, 54.4189],[-6.37710, 54.4239],[-6.371201, 54.4278],[-6.361899, 54.4308],[-6.353701000000002, 54.4327],[-6.3483, 54.4373],[-6.34280, 54.4418],[-6.335599, 54.4455],[-6.326001, 54.4456],[-6.3182, 54.4432],[-6.31050, 54.4438],[-6.304399, 54.4477],[-6.3081, 54.4513],[-6.312399, 54.4561],[-6.3077, 54.4615],[-6.302599, 54.4654],[-6.2995, 54.4708],[-6.294101, 54.4741],[-6.2838, 54.4751],[-6.281499, 54.4801],[-6.29020, 54.4835],[-6.296299, 54.4874],[-6.304999, 54.4901],[-6.320799, 54.4943],[-6.330699, 54.4968],[-6.3344, 54.5003],[-6.335, 54.5014],[-6.336699, 54.5045],[-6.341801, 54.5060],[-6.346099, 54.5066],[-6.3548, 54.5089],[-6.3467, 54.5096],[-6.336801, 54.5097],[-6.33390, 54.5101],[-6.316899, 54.5072],[-6.3158, 54.5066],[-6.3133, 54.5051],[-6.30670, 54.5023],[-6.297699000000002, 54.4984],[-6.287499, 54.4957],[-6.279301, 54.4951],[-6.2753, 54.4986],[-6.2656, 54.4977],[-6.2612, 54.4929],[-6.2514, 54.492],[-6.232399, 54.4947],[-6.22260, 54.4945],[-6.2205, 54.4943],[-6.216899, 54.4935],[-6.215899, 54.4932],[-6.21420, 54.4921],[-6.213399, 54.4917],[-6.212299000000002, 54.4917],[-6.20900, 54.4921],[-6.208099000000002, 54.492],[-6.2073, 54.4919],[-6.2059, 54.4911],[-6.200799, 54.4877],[-6.2003, 54.4872],[-6.2003, 54.4858],[-6.2002, 54.4847],[-6.199999, 54.484],[-6.199699, 54.4836],[-6.195199, 54.4822],[-6.1937, 54.4817],[-6.1932, 54.4814],[-6.19170, 54.48],[-6.189199, 54.4777],[-6.18890, 54.4774],[-6.18830, 54.4774],[-6.1843, 54.4788],[-6.18240, 54.4794],[-6.1813, 54.4793],[-6.178199, 54.4782],[-6.1756, 54.4781],[-6.1752, 54.4782],[-6.174301, 54.4787],[-6.1716, 54.4801],[-6.17100, 54.4803],[-6.1694, 54.4804],[-6.163099, 54.4806],[-6.1615, 54.4809],[-6.158299, 54.4819],[-6.156499, 54.4822],[-6.15320, 54.4824],[-6.1512, 54.4826],[-6.1491, 54.4834],[-6.148099, 54.4843],[-6.146601, 54.4859],[-6.146, 54.4865],[-6.142799, 54.4875],[-6.1418, 54.4878],[-6.1409, 54.4883],[-6.1399, 54.4891],[-6.138, 54.4915],[-6.13590, 54.4941],[-6.135399, 54.4945],[-6.133999000000002, 54.4952],[-6.1337, 54.4954],[-6.133299, 54.4961],[-6.132699, 54.4967],[-6.13110, 54.4974],[-6.129399, 54.4980],[-6.128901, 54.4980],[-6.126801, 54.4974],[-6.12180, 54.496],[-6.1184, 54.4952],[-6.11240, 54.4951],[-6.111001, 54.4953],[-6.1078, 54.4967],[-6.10480, 54.4978],[-6.1008, 54.499],[-6.0925, 54.5014],[-6.0872, 54.5025],[-6.085599, 54.5027],[-6.084799, 54.5032],[-6.082699, 54.5048],[-6.08140, 54.5054],[-6.079899, 54.5057],[-6.077099, 54.5056],[-6.07530, 54.5054],[-6.075099, 54.5054],[-6.074699, 54.5063],[-6.074399, 54.5065],[-6.073901, 54.5065],[-6.071899, 54.5062],[-6.067999, 54.5051],[-6.063701, 54.5037],[-6.0625, 54.5032],[-6.062399, 54.5030],[-6.0629, 54.5017],[-6.06300, 54.5012],[-6.06260, 54.5004],[-6.0622, 54.5001],[-6.0609, 54.5000],[-6.0597, 54.4998],[-6.0581, 54.4987],[-6.057001, 54.4982],[-6.0563, 54.4982],[-6.0543, 54.4996],[-6.05370, 54.4999],[-6.0496, 54.5001],[-6.047699, 54.5003],[-6.0461, 54.5008],[-6.045, 54.5013],[-6.0445, 54.5016],[-6.044101, 54.5020],[-6.0436, 54.5029],[-6.0432, 54.5034],[-6.041201, 54.5044],[-6.040299, 54.5048],[-6.039999, 54.5051],[-6.039101, 54.5062],[-6.038799, 54.5066],[-6.037399, 54.5074],[-6.037099, 54.5076],[-6.037099, 54.5079],[-6.0376, 54.5088],[-6.0376, 54.5091],[-6.037499, 54.5095],[-6.037099, 54.5101],[-6.03630, 54.5108],[-6.0342, 54.5118],[-6.03310, 54.5120],[-6.03160, 54.5121],[-6.029301, 54.5122],[-6.0254, 54.5134],[-6.0226, 54.5146],[-6.022099, 54.5149],[-6.019899, 54.5182],[-6.01940, 54.5191],[-6.019199, 54.5201],[-6.019199, 54.521],[-6.01940, 54.5216],[-6.02040, 54.5226],[-6.022799, 54.5253],[-6.02320, 54.526],[-6.0233, 54.5269],[-6.0233, 54.5275],[-6.022999, 54.5286],[-6.022399, 54.5293],[-6.021801, 54.5296],[-6.01860, 54.5301],[-6.015699, 54.5306],[-6.013901, 54.5312],[-6.012599, 54.5322],[-6.01240, 54.5324],[-6.01240, 54.5329],[-6.012499, 54.5332],[-6.0128, 54.5333],[-6.015399, 54.5334],[-6.016601, 54.5335],[-6.0173, 54.5339],[-6.017499, 54.5343],[-6.017499, 54.5352],[-6.017499, 54.5357],[-6.0173, 54.536],[-6.0165, 54.5365],[-6.015299, 54.5368],[-6.01420, 54.5368],[-6.010799, 54.5362],[-6.00960, 54.5361],[-6.00820, 54.5363],[-6.0071, 54.5367],[-6.006299, 54.5371],[-6.004, 54.5382],[-6.0014, 54.5388],[-6.000299, 54.539],[-5.9994, 54.5392],[-5.998199, 54.5394],[-5.99600, 54.5402],[-5.994699, 54.5408],[-5.9912, 54.5425],[-5.9902, 54.5428],[-5.9896, 54.5429],[-5.988999, 54.5429],[-5.9874, 54.5426],[-5.9867, 54.5424],[-5.9861, 54.5421],[-5.9857, 54.5418],[-5.9853, 54.5413],[-5.984301, 54.539],[-5.984, 54.5383],[-5.983099, 54.5371],[-5.982699, 54.5369],[-5.981699, 54.537],[-5.98140, 54.5369],[-5.981201, 54.5366],[-5.9808, 54.5362],[-5.976601, 54.533],[-5.976, 54.5328],[-5.97480, 54.5326],[-5.974101, 54.5324],[-5.9738, 54.5324],[-5.97340, 54.5325],[-5.9731, 54.5327],[-5.972499, 54.5335],[-5.9718, 54.5341],[-5.965099, 54.5376],[-5.964799, 54.5378],[-5.9646, 54.5382],[-5.963901, 54.5421],[-5.96260, 54.5435],[-5.961299, 54.5451],[-5.96, 54.5465],[-5.9573, 54.5485],[-5.95650, 54.5491],[-5.95470, 54.5505],[-5.952499, 54.5544],[-5.95190, 54.5549],[-5.9498, 54.5561],[-5.947599, 54.5569],[-5.9432, 54.5573],[-5.9396, 54.5588],[-5.9343, 54.5619],[-5.930099, 54.5653],[-5.929699, 54.5655],[-5.9287, 54.5657],[-5.927599, 54.5657],[-5.9267, 54.5656],[-5.9249, 54.5649],[-5.924399, 54.5646],[-5.92320, 54.5642],[-5.91850, 54.5650],[-5.9081, 54.5657],[-5.9041, 54.5691],[-5.9036, 54.5743],[-5.89830, 54.5785],[-5.8892, 54.5802],[-5.8795, 54.5803],[-5.8705, 54.5815],[-5.8656, 54.583],[-5.8564, 54.5811],[-5.8477, 54.5812],[-5.8438, 54.5864],[-5.840099, 54.5956],[-5.8474, 54.5978],[-5.8416, 54.6019],[-5.837699, 54.6061],[-5.835899, 54.613],[-5.8441, 54.6155],[-5.84530, 54.6156],[-5.853199, 54.6158],[-5.855899, 54.617],[-5.8592, 54.6189],[-5.8515, 54.6281],[-5.8502, 54.6327],[-5.8599, 54.6346],[-5.861401, 54.6353],[-5.860899, 54.6355],[-5.85850, 54.6353],[-5.854199, 54.6348],[-5.851201, 54.6348],[-5.850699, 54.6348],[-5.850399, 54.635],[-5.8502, 54.6353],[-5.8494, 54.6369],[-5.849, 54.6371],[-5.847499, 54.6373],[-5.84680, 54.6375],[-5.846001, 54.6388],[-5.8456, 54.6392],[-5.8446, 54.6399],[-5.840199, 54.6424],[-5.837999, 54.6429],[-5.83500, 54.6435],[-5.8326, 54.6442],[-5.829, 54.6455],[-5.826499, 54.6465],[-5.824399, 54.6478],[-5.82280, 54.6491],[-5.82000, 54.6519],[-5.818799, 54.6529],[-5.817999, 54.653],[-5.817, 54.6531],[-5.8151, 54.6532],[-5.8146, 54.6533],[-5.814101, 54.6539],[-5.814, 54.6545],[-5.813701, 54.6551],[-5.8123, 54.6555],[-5.809899, 54.6562],[-5.806001, 54.6579],[-5.8009, 54.6601],[-5.796899, 54.6617],[-5.794301, 54.6623],[-5.792, 54.6626],[-5.78940, 54.6629],[-5.7855, 54.6639],[-5.780099000000002, 54.6653],[-5.7771, 54.6652],[-5.774199, 54.6655],[-5.772299, 54.6666],[-5.77070, 54.6675],[-5.767499, 54.6691],[-5.764999, 54.6697],[-5.7616, 54.6705],[-5.7596, 54.671],[-5.755499, 54.673],[-5.75280, 54.6736],[-5.7498, 54.6745],[-5.74680, 54.6752],[-5.74310, 54.6763],[-5.740499, 54.6778],[-5.73880, 54.6786],[-5.737999, 54.6786],[-5.737299, 54.6786],[-5.7362, 54.6778],[-5.7349, 54.676],[-5.734301, 54.6748],[-5.73360, 54.6743],[-5.7321, 54.6737],[-5.72800, 54.6732],[-5.7272, 54.6729],[-5.726201, 54.6715],[-5.725399, 54.671],[-5.724, 54.6708],[-5.7218, 54.6701],[-5.7198, 54.669],[-5.717999, 54.6683],[-5.714799, 54.6685],[-5.713099, 54.6684],[-5.71200, 54.6674],[-5.711299, 54.6674],[-5.7095, 54.6684],[-5.70640, 54.6692],[-5.7044, 54.6692],[-5.701001, 54.6687],[-5.699399, 54.6689],[-5.6982, 54.6693],[-5.6967, 54.6698],[-5.695899, 54.6698],[-5.693799, 54.6691],[-5.691899, 54.6686],[-5.691299, 54.6682],[-5.691299, 54.6673],[-5.691299, 54.6669],[-5.690199, 54.6667],[-5.68820, 54.6668],[-5.687399, 54.6671],[-5.6868, 54.6677],[-5.686299, 54.6684],[-5.685599, 54.6689],[-5.684101, 54.669],[-5.6826, 54.6691],[-5.679599, 54.6699],[-5.67780, 54.6699],[-5.6767, 54.6699],[-5.67500, 54.6693],[-5.67170, 54.6675],[-5.6704, 54.6669],[-5.6676, 54.6666],[-5.664899, 54.6673],[-5.661601, 54.6689],[-5.6598, 54.6696],[-5.6573, 54.6709],[-5.6557, 54.6718],[-5.6546, 54.6728],[-5.653999, 54.6728],[-5.653299, 54.6727],[-5.65240, 54.6722],[-5.65150, 54.6698],[-5.650499, 54.6684],[-5.649799, 54.6678],[-5.649301, 54.6673],[-5.64910, 54.6664],[-5.6486, 54.6661],[-5.645, 54.6657],[-5.643099, 54.6662],[-5.641699, 54.667],[-5.63920, 54.6673],[-5.6368, 54.6691],[-5.63320, 54.671],[-5.6321, 54.6724],[-5.631001, 54.6728],[-5.630499, 54.6733],[-5.630499, 54.6737],[-5.6324, 54.6742],[-5.633399, 54.675],[-5.633399, 54.6761],[-5.6328, 54.677],[-5.632899, 54.6776],[-5.6336, 54.6794],[-5.6336, 54.6799],[-5.63320, 54.6802],[-5.632, 54.6806],[-5.6297, 54.6815],[-5.6275, 54.6817],[-5.62570, 54.6816],[-5.623199, 54.6805]]],[[[-5.526401, 54.6798],[-5.524301, 54.6794],[-5.522799, 54.6795],[-5.521699, 54.6796],[-5.5211, 54.6794],[-5.5207, 54.6788],[-5.5204, 54.6779],[-5.520299, 54.6766],[-5.520199, 54.6762],[-5.5189, 54.6752],[-5.518799, 54.6748],[-5.518799, 54.6743],[-5.519101, 54.6736],[-5.519599, 54.673],[-5.5207, 54.6721],[-5.5226, 54.6714],[-5.524799, 54.6714],[-5.527599, 54.672],[-5.5288, 54.6723],[-5.52960, 54.6726],[-5.530799, 54.6732],[-5.53120, 54.6739],[-5.5316, 54.6751],[-5.5323, 54.6754],[-5.53560, 54.6759],[-5.5369, 54.6762],[-5.538701, 54.6764],[-5.5394, 54.6763],[-5.539899, 54.676],[-5.541, 54.675],[-5.5415, 54.675],[-5.54180, 54.6752],[-5.541699, 54.6773],[-5.542099, 54.6785],[-5.542099, 54.6791],[-5.542099, 54.6796],[-5.541699, 54.6800],[-5.540599, 54.6803],[-5.539501, 54.6808],[-5.539101, 54.6816],[-5.538799, 54.6817],[-5.537799, 54.682],[-5.537399, 54.6824],[-5.537199, 54.6827],[-5.5365, 54.6829],[-5.535399, 54.6832],[-5.534501, 54.6834],[-5.534101, 54.6836],[-5.5337, 54.6836],[-5.53210, 54.6834],[-5.529699, 54.6818],[-5.5279, 54.6807],[-5.52700, 54.6801],[-5.526401, 54.6798]]],[[[-5.6193, 54.4515],[-5.6192, 54.4514],[-5.6189, 54.4514],[-5.618599, 54.4515],[-5.618299, 54.4518],[-5.617899, 54.4525],[-5.617599, 54.4528],[-5.617199, 54.4530],[-5.6168, 54.4531],[-5.6159, 54.4532],[-5.6146, 54.4532],[-5.6141, 54.4532],[-5.613501, 54.4530],[-5.6128, 54.4527],[-5.61240, 54.4523],[-5.612299, 54.452],[-5.612299, 54.4516],[-5.612299, 54.4513],[-5.6125, 54.4510],[-5.6128, 54.4508],[-5.613599, 54.4503],[-5.614399, 54.4498],[-5.614501, 54.4496],[-5.614501, 54.4494],[-5.614301, 54.4492],[-5.613299, 54.4488],[-5.6132, 54.4486],[-5.6131, 54.4483],[-5.6131, 54.4481],[-5.613299, 54.4478],[-5.613599, 54.4476],[-5.6142, 54.4473],[-5.614999, 54.4470],[-5.615499, 54.4469],[-5.616099, 54.4469],[-5.616499, 54.4470],[-5.616899, 54.4472],[-5.617001, 54.4475],[-5.617001, 54.4482],[-5.6168, 54.4489],[-5.6168, 54.4493],[-5.617001, 54.4495],[-5.617199, 54.4495],[-5.6178, 54.4495],[-5.618, 54.4494],[-5.618501, 54.4489],[-5.619599, 54.4471],[-5.6202, 54.4460],[-5.6206, 54.4456],[-5.6213, 54.4449],[-5.6222, 54.4437],[-5.622499, 54.4433],[-5.623, 54.4428],[-5.6248, 54.4420],[-5.6255, 54.4418],[-5.626, 54.4418],[-5.626299, 54.4419],[-5.626601, 54.4421],[-5.626699, 54.4424],[-5.626699, 54.4429],[-5.6265, 54.4435],[-5.626201, 54.4441],[-5.625899, 54.4444],[-5.6255, 54.4446],[-5.6247, 54.4447],[-5.624199, 54.4448],[-5.623799, 54.4449],[-5.6235, 54.4451],[-5.6235, 54.4453],[-5.62360, 54.4456],[-5.624101, 54.4466],[-5.624199, 54.4471],[-5.624199, 54.4478],[-5.624101, 54.4484],[-5.6239, 54.4490],[-5.623799, 54.4493],[-5.62360, 54.4496],[-5.623099, 54.4501],[-5.622099, 54.4507],[-5.621099, 54.4514],[-5.621, 54.4517],[-5.621, 54.452],[-5.621099, 54.4523],[-5.6215, 54.4529],[-5.621699, 54.4533],[-5.621699, 54.4535],[-5.621601, 54.4537],[-5.6214, 54.4538],[-5.621099, 54.4538],[-5.620699, 54.4537],[-5.6202, 54.4534],[-5.6198, 54.4530],[-5.619599, 54.4526],[-5.6194, 54.4517],[-5.6193, 54.4515]]],[[[-5.65770, 54.3712],[-5.657199, 54.371],[-5.656801, 54.371],[-5.656499, 54.3712],[-5.65620, 54.3715],[-5.6559, 54.3725],[-5.655799, 54.3727],[-5.6556, 54.3729],[-5.65530, 54.3731],[-5.654799, 54.3733],[-5.6537, 54.3735],[-5.65240, 54.3738],[-5.65200, 54.3739],[-5.65150, 54.3739],[-5.650499, 54.3738],[-5.65010, 54.3736],[-5.649799, 54.3733],[-5.64970, 54.3730],[-5.64970, 54.3728],[-5.650599, 54.3722],[-5.650899, 54.3719],[-5.650899, 54.3716],[-5.6508, 54.3714],[-5.650199, 54.371],[-5.65, 54.3708],[-5.65, 54.3706],[-5.65010, 54.3703],[-5.650499, 54.3702],[-5.650899, 54.3702],[-5.65240, 54.3705],[-5.653299, 54.3705],[-5.6542, 54.3703],[-5.6546, 54.3701],[-5.6549, 54.3699],[-5.655099, 54.3693],[-5.65530, 54.3691],[-5.65620, 54.369],[-5.6566, 54.3688],[-5.6574, 54.3682],[-5.658199, 54.3679],[-5.658501, 54.3678],[-5.6588, 54.3678],[-5.660699, 54.3686],[-5.661201, 54.3686],[-5.661699, 54.3685],[-5.663199, 54.3679],[-5.663799, 54.3678],[-5.664599, 54.3678],[-5.664999, 54.3679],[-5.6652, 54.3681],[-5.66550, 54.3685],[-5.665599, 54.3689],[-5.665599, 54.3693],[-5.6654, 54.3698],[-5.6648, 54.3709],[-5.6639, 54.3729],[-5.6634, 54.3738],[-5.662899, 54.3742],[-5.662499, 54.3743],[-5.662199, 54.3743],[-5.660699, 54.3742],[-5.6605, 54.3741],[-5.659599, 54.3733],[-5.658199, 54.3715],[-5.65770, 54.3712]]],[[[-5.631899, 54.4123],[-5.6324, 54.4122],[-5.632999, 54.4123],[-5.633501, 54.4124],[-5.63460, 54.4128],[-5.637001, 54.4135],[-5.638501, 54.414],[-5.638901000000002, 54.4143],[-5.638999, 54.4147],[-5.638901000000002, 54.4149],[-5.638599, 54.415],[-5.6374, 54.4153],[-5.6371, 54.4155],[-5.636899, 54.4158],[-5.6368, 54.4161],[-5.636899, 54.4165],[-5.6373, 54.4169],[-5.6381, 54.4177],[-5.638299, 54.4181],[-5.63840, 54.4185],[-5.638501, 54.4192],[-5.638501, 54.4197],[-5.638299, 54.4202],[-5.638, 54.4206],[-5.6377, 54.4207],[-5.636401, 54.4207],[-5.6357, 54.4208],[-5.635399, 54.421],[-5.634699000000002, 54.4225],[-5.634399, 54.423],[-5.633901, 54.4235],[-5.632899, 54.424],[-5.632, 54.4243],[-5.630899, 54.4245],[-5.6303, 54.4244],[-5.629799, 54.4242],[-5.6296, 54.4239],[-5.62950, 54.4236],[-5.62950, 54.4233],[-5.6297, 54.4229],[-5.630199, 54.4225],[-5.6316, 54.422],[-5.632, 54.4218],[-5.632199, 54.4213],[-5.632699, 54.4204],[-5.63310, 54.4201],[-5.6338, 54.4197],[-5.633999, 54.4195],[-5.63410, 54.419],[-5.633901, 54.4179],[-5.6336, 54.4168],[-5.633299, 54.416],[-5.632999, 54.4154],[-5.631801, 54.4135],[-5.6317, 54.4131],[-5.6317, 54.4127],[-5.631899, 54.4123]]],[[[-5.4358, 54.4484],[-5.43550, 54.4482],[-5.4348, 54.4486],[-5.433599, 54.4490],[-5.4331, 54.4490],[-5.4326, 54.4482],[-5.4323, 54.4478],[-5.4323, 54.4474],[-5.4331, 54.4467],[-5.4334, 54.4458],[-5.433701, 54.4452],[-5.434899, 54.4451],[-5.434999, 54.4449],[-5.4343, 54.4441],[-5.4344, 54.4435],[-5.4351, 54.4434],[-5.4365, 54.4436],[-5.436699, 54.4434],[-5.4348, 54.4423],[-5.4348, 54.4415],[-5.4351, 54.4412],[-5.43550, 54.4412],[-5.436601, 54.4417],[-5.437099, 54.4416],[-5.43800, 54.4412],[-5.440199, 54.4409],[-5.4404, 54.4413],[-5.440499, 54.4424],[-5.440499, 54.4429],[-5.438799, 54.4431],[-5.438799, 54.4434],[-5.441401, 54.4445],[-5.441401, 54.4453],[-5.4389, 54.4454],[-5.4386, 54.4455],[-5.439101, 54.4459],[-5.440199, 54.4464],[-5.4411, 54.4468],[-5.4411, 54.4472],[-5.4404, 54.4473],[-5.4401, 54.4479],[-5.4396, 54.4482],[-5.4382, 54.4477],[-5.437699, 54.4477],[-5.437799, 54.4488],[-5.43800, 54.4491],[-5.437099, 54.4494],[-5.4364, 54.4495],[-5.436, 54.4495],[-5.4358, 54.4484]]],[[[-5.6366, 54.4683],[-5.6373, 54.4682],[-5.6377, 54.4683],[-5.638, 54.4684],[-5.638299, 54.4686],[-5.638501, 54.4689],[-5.638501, 54.4695],[-5.638199, 54.4704],[-5.6381, 54.471],[-5.638199, 54.4717],[-5.638299, 54.4722],[-5.638199, 54.4726],[-5.638, 54.4731],[-5.637599, 54.4737],[-5.637499, 54.474],[-5.637499, 54.475],[-5.6374, 54.4754],[-5.6371, 54.4758],[-5.636499, 54.4765],[-5.636099, 54.477],[-5.635799, 54.4772],[-5.635099, 54.4772],[-5.634501, 54.4771],[-5.633999, 54.4769],[-5.6338, 54.4767],[-5.6324, 54.4755],[-5.632199, 54.4751],[-5.6321, 54.4746],[-5.6321, 54.4744],[-5.632299, 54.4737],[-5.6325, 54.4732],[-5.63310, 54.4725],[-5.6336, 54.472],[-5.634399, 54.4714],[-5.634799, 54.4709],[-5.63500, 54.4706],[-5.63500, 54.4703],[-5.634501, 54.4697],[-5.634399, 54.4694],[-5.634501, 54.4691],[-5.6362, 54.4684],[-5.6366, 54.4683]]],[[[-5.6202, 54.4386],[-5.620399, 54.4386],[-5.6209, 54.4387],[-5.6213, 54.4391],[-5.6215, 54.4397],[-5.6215, 54.4405],[-5.6214, 54.4408],[-5.621201, 54.4413],[-5.6209, 54.4418],[-5.620399, 54.4422],[-5.62010, 54.4424],[-5.619501, 54.4426],[-5.618999, 54.4428],[-5.6189, 54.4430],[-5.6189, 54.4433],[-5.6188, 54.4439],[-5.618599, 54.4443],[-5.6184, 54.4445],[-5.618, 54.4447],[-5.6174, 54.4447],[-5.616601, 54.4447],[-5.614501, 54.4443],[-5.6137, 54.4441],[-5.612999, 54.4439],[-5.612599, 54.4436],[-5.612199, 54.4430],[-5.6121, 54.4426],[-5.612199, 54.4423],[-5.612299, 54.4422],[-5.612599, 54.4420],[-5.6132, 54.4418],[-5.614699, 54.4416],[-5.6159, 54.4413],[-5.616401, 54.4411],[-5.616899, 54.4408],[-5.6184, 54.4394],[-5.6194, 54.4388],[-5.6202, 54.4386]]],[[[-5.546801, 54.2975],[-5.54530, 54.2972],[-5.543099, 54.2973],[-5.5419, 54.2967],[-5.541201, 54.2961],[-5.541, 54.2955],[-5.5411, 54.2945],[-5.541601, 54.2937],[-5.5432, 54.2926],[-5.5445, 54.2917],[-5.546, 54.2916],[-5.546899, 54.2919],[-5.547, 54.294],[-5.547599, 54.295],[-5.547599, 54.2965],[-5.547299, 54.2971],[-5.546801, 54.2975]]],[[[-5.639599, 54.3777],[-5.639999, 54.3774],[-5.641001, 54.3768],[-5.6415, 54.3766],[-5.6427, 54.3765],[-5.644501, 54.3763],[-5.646699, 54.3756],[-5.647799, 54.3753],[-5.6483, 54.3754],[-5.6485, 54.3755],[-5.648701, 54.3759],[-5.648799, 54.3765],[-5.6486, 54.3773],[-5.648399, 54.3776],[-5.648099, 54.3778],[-5.647699, 54.3779],[-5.64720, 54.3779],[-5.6461, 54.3777],[-5.64550, 54.3778],[-5.645199, 54.3780],[-5.645299, 54.3789],[-5.645199, 54.3793],[-5.645, 54.3797],[-5.6448, 54.3798],[-5.644501, 54.3799],[-5.64400, 54.3800],[-5.643099, 54.3800],[-5.6413, 54.3799],[-5.6405, 54.3798],[-5.6399, 54.3796],[-5.639599, 54.3795],[-5.63920, 54.3792],[-5.63880, 54.3787],[-5.63880, 54.3785],[-5.639599, 54.3777]]],[[[-5.637499, 54.4932],[-5.637001, 54.493],[-5.636401, 54.493],[-5.6342, 54.4932],[-5.633501, 54.4931],[-5.632899, 54.4929],[-5.632599, 54.4928],[-5.632299, 54.4926],[-5.632, 54.4918],[-5.632, 54.4913],[-5.632199, 54.491],[-5.6325, 54.4909],[-5.632999, 54.4909],[-5.6336, 54.491],[-5.633901, 54.4912],[-5.634799, 54.492],[-5.6353, 54.4922],[-5.6357, 54.4923],[-5.636499, 54.4924],[-5.636899, 54.4923],[-5.6373, 54.4919],[-5.6377, 54.4917],[-5.638299, 54.4916],[-5.63920, 54.4917],[-5.639699, 54.4918],[-5.6401, 54.4917],[-5.6406, 54.4914],[-5.6409, 54.4912],[-5.6413, 54.4908],[-5.641699, 54.4907],[-5.642399, 54.4909],[-5.6433, 54.4914],[-5.643701, 54.4918],[-5.64400, 54.4924],[-5.64400, 54.4927],[-5.6435, 54.4931],[-5.643099, 54.4932],[-5.642499, 54.4933],[-5.642099, 54.4933],[-5.6418, 54.4934],[-5.6414, 54.4938],[-5.641201, 54.4941],[-5.641001, 54.4942],[-5.6405, 54.4944],[-5.639699, 54.4944],[-5.63880, 54.494],[-5.637499, 54.4932]]],[[[-5.597199, 54.5247],[-5.5977, 54.5246],[-5.598, 54.5247],[-5.5981, 54.525],[-5.5981, 54.5254],[-5.5973, 54.5269],[-5.597099, 54.5273],[-5.597001, 54.528],[-5.597099, 54.5286],[-5.5973, 54.5297],[-5.5977, 54.5305],[-5.597899, 54.5314],[-5.598, 54.5324],[-5.597899, 54.5332],[-5.597499, 54.5338],[-5.5969, 54.5343],[-5.5962, 54.5348],[-5.595699, 54.5351],[-5.5949, 54.5355],[-5.594399, 54.5357],[-5.593599, 54.5358],[-5.593299, 54.5358],[-5.59320, 54.5357],[-5.59320, 54.5355],[-5.593299, 54.5354],[-5.5942, 54.5348],[-5.5949, 54.5345],[-5.5952, 54.5343],[-5.595399, 54.5341],[-5.595699, 54.5335],[-5.595799, 54.5329],[-5.595799, 54.5323],[-5.5956, 54.5318],[-5.5948, 54.5303],[-5.5946, 54.5298],[-5.594501, 54.5292],[-5.594501, 54.5288],[-5.594699, 54.5285],[-5.595399, 54.5279],[-5.595799, 54.5275],[-5.596099, 54.5271],[-5.5962, 54.5268],[-5.5962, 54.526],[-5.5963, 54.5255],[-5.596499, 54.5252],[-5.597199, 54.5247]]],[[[-5.614501, 54.4546],[-5.6167, 54.4544],[-5.617199, 54.4545],[-5.6177, 54.4547],[-5.6181, 54.455],[-5.618299, 54.4552],[-5.6184, 54.4555],[-5.6184, 54.4563],[-5.618299, 54.4575],[-5.618199, 54.458],[-5.618, 54.4584],[-5.6177, 54.4589],[-5.6174, 54.4591],[-5.616899, 54.4592],[-5.6163, 54.4591],[-5.616001, 54.4590],[-5.615499, 54.4587],[-5.6138, 54.4575],[-5.6131, 54.4571],[-5.612599, 54.4568],[-5.612299, 54.4566],[-5.6121, 54.4563],[-5.612, 54.4559],[-5.612, 54.4556],[-5.6121, 54.4555],[-5.613599, 54.4548],[-5.614501, 54.4546]]],[[[-5.523099, 54.6948],[-5.524199, 54.6948],[-5.5247, 54.6951],[-5.525599, 54.6962],[-5.52600, 54.6967],[-5.525899, 54.6973],[-5.5254, 54.6980],[-5.5247, 54.6987],[-5.524199, 54.6989],[-5.5232, 54.6991],[-5.521801, 54.6989],[-5.521, 54.6986],[-5.5198, 54.696],[-5.5198, 54.6954],[-5.5201, 54.6950],[-5.5207, 54.6948],[-5.523099, 54.6948]]],[[[-5.626801000000002, 54.4805],[-5.62700, 54.4805],[-5.627299, 54.4807],[-5.6275, 54.4809],[-5.6275, 54.4815],[-5.627399, 54.4817],[-5.62720, 54.482],[-5.6269, 54.4824],[-5.626699, 54.4829],[-5.626699, 54.4832],[-5.626801000000002, 54.4837],[-5.62710, 54.4845],[-5.62710, 54.4849],[-5.62700, 54.4854],[-5.626801000000002, 54.4857],[-5.626601, 54.4858],[-5.6261, 54.4858],[-5.62570, 54.4857],[-5.6247, 54.4854],[-5.623701, 54.485],[-5.623, 54.4846],[-5.62270, 54.4843],[-5.6223, 54.4839],[-5.622099, 54.4836],[-5.622001, 54.4832],[-5.622001, 54.4831],[-5.6222, 54.4828],[-5.622499, 54.4826],[-5.622799, 54.4825],[-5.6244, 54.4819],[-5.6248, 54.4816],[-5.6255, 54.4808],[-5.6258, 54.4806],[-5.626201, 54.4805],[-5.626801000000002, 54.4805]]],[[[-5.5092, 54.6988],[-5.5107, 54.6978],[-5.51120, 54.6975],[-5.5123, 54.6972],[-5.513, 54.6971],[-5.513999, 54.6967],[-5.5149, 54.6962],[-5.516201, 54.696],[-5.5169, 54.6961],[-5.517001, 54.6961],[-5.5172, 54.6964],[-5.517099, 54.6969],[-5.516601, 54.6977],[-5.516099, 54.6986],[-5.5158, 54.6989],[-5.5155, 54.699],[-5.5152, 54.6989],[-5.514999, 54.6987],[-5.51480, 54.6981],[-5.514599, 54.6980],[-5.5142, 54.6981],[-5.512599, 54.6994],[-5.512199, 54.6997],[-5.5118, 54.6998],[-5.5109, 54.6999],[-5.5099, 54.7000],[-5.509399, 54.6999],[-5.509301, 54.6998],[-5.5091, 54.6995],[-5.5091, 54.6992],[-5.5092, 54.6988]]],[[[-5.6627, 54.5013],[-5.663199, 54.5013],[-5.663599, 54.5015],[-5.6647, 54.5023],[-5.665699, 54.5031],[-5.666, 54.5034],[-5.66610, 54.5038],[-5.66610, 54.5041],[-5.6659, 54.5046],[-5.66550, 54.5049],[-5.664999, 54.5051],[-5.6644, 54.5050],[-5.663, 54.5045],[-5.661699, 54.5041],[-5.66090, 54.5039],[-5.6602, 54.5036],[-5.659999, 54.5033],[-5.6601, 54.5029],[-5.66090, 54.5022],[-5.661601, 54.5017],[-5.662399, 54.5014],[-5.6627, 54.5013]]],[[[-5.542799, 54.4278],[-5.5432, 54.4278],[-5.543701, 54.4279],[-5.544301, 54.4282],[-5.5447, 54.4285],[-5.545, 54.429],[-5.545199, 54.4295],[-5.545199, 54.43],[-5.5451, 54.4305],[-5.545, 54.4307],[-5.5447, 54.4309],[-5.54440, 54.431],[-5.5433, 54.4311],[-5.542, 54.431],[-5.541601, 54.4309],[-5.539599, 54.43],[-5.5393, 54.4298],[-5.539199, 54.4296],[-5.539199, 54.4294],[-5.5393, 54.4292],[-5.5398, 54.429],[-5.5404, 54.4288],[-5.54080, 54.4286],[-5.541601, 54.428],[-5.542, 54.4279],[-5.542799, 54.4278]]],[[[-5.424399, 54.4924],[-5.4242, 54.4916],[-5.423501, 54.4917],[-5.4229, 54.4916],[-5.4228, 54.4911],[-5.4228, 54.4907],[-5.4228, 54.4904],[-5.42320, 54.4897],[-5.423299, 54.489],[-5.4242, 54.4889],[-5.424699, 54.4891],[-5.425399, 54.4891],[-5.4256, 54.4894],[-5.42590, 54.4897],[-5.4263, 54.4897],[-5.4266, 54.4895],[-5.427199, 54.4894],[-5.427599, 54.4897],[-5.4278, 54.49],[-5.427199, 54.4905],[-5.4267, 54.4907],[-5.4266, 54.4908],[-5.4271, 54.491],[-5.428299, 54.4911],[-5.428299, 54.4915],[-5.428199, 54.4919],[-5.427899, 54.4922],[-5.4274, 54.4922],[-5.4263, 54.4921],[-5.426099, 54.4926],[-5.425799, 54.4927],[-5.42490, 54.4927],[-5.4246, 54.4926],[-5.424399, 54.4924]]],[[[-5.616099, 54.4755],[-5.615499, 54.4751],[-5.6149, 54.4748],[-5.613999, 54.4744],[-5.6132, 54.4741],[-5.612999, 54.4739],[-5.612899, 54.4737],[-5.612899, 54.4735],[-5.6131, 54.4733],[-5.613501, 54.4731],[-5.6142, 54.473],[-5.6146, 54.473],[-5.616001, 54.4733],[-5.616601, 54.4734],[-5.617599, 54.4734],[-5.618599, 54.4732],[-5.6194, 54.4732],[-5.619699, 54.4733],[-5.619999, 54.4735],[-5.620399, 54.4739],[-5.620699, 54.4744],[-5.6208, 54.4747],[-5.620699, 54.4749],[-5.620299, 54.4753],[-5.619999, 54.4754],[-5.6192, 54.4754],[-5.618, 54.4753],[-5.616499, 54.4755],[-5.616099, 54.4755]]],[[[-5.6507, 54.5078],[-5.650899, 54.5078],[-5.6511, 54.5079],[-5.651299, 54.5080],[-5.651401, 54.5081],[-5.65150, 54.5084],[-5.65150, 54.5088],[-5.65160, 54.5090],[-5.6521, 54.5093],[-5.6525, 54.5096],[-5.652699, 54.5100],[-5.6528, 54.5103],[-5.652699, 54.5106],[-5.6525, 54.5108],[-5.651899, 54.5111],[-5.65150, 54.5113],[-5.650499, 54.5123],[-5.650199, 54.5124],[-5.649899, 54.5124],[-5.649199, 54.5122],[-5.6485, 54.5119],[-5.647999, 54.5115],[-5.647699, 54.5111],[-5.6475, 54.5107],[-5.6475, 54.5104],[-5.647699, 54.5103],[-5.649, 54.5099],[-5.6495, 54.5095],[-5.64970, 54.5092],[-5.65010, 54.5083],[-5.650499, 54.5079],[-5.6507, 54.5078]]],[[[-5.623, 54.4669],[-5.6215, 54.4656],[-5.6214, 54.4653],[-5.6214, 54.465],[-5.621601, 54.4648],[-5.6218, 54.4648],[-5.622001, 54.4648],[-5.623099, 54.4654],[-5.624, 54.4657],[-5.6247, 54.4657],[-5.626, 54.4658],[-5.62710, 54.4659],[-5.6275, 54.466],[-5.6278, 54.4662],[-5.6279, 54.4664],[-5.627699, 54.4666],[-5.626699, 54.467],[-5.626299, 54.4674],[-5.626201, 54.4677],[-5.626299, 54.468],[-5.626601, 54.4686],[-5.626699, 54.4691],[-5.6265, 54.4695],[-5.626299, 54.4696],[-5.626, 54.4696],[-5.6255, 54.4694],[-5.625299, 54.4693],[-5.625, 54.4691],[-5.6243, 54.4682],[-5.62360, 54.4674],[-5.623, 54.4669]]],[[[-5.531899, 54.4699],[-5.531899, 54.4695],[-5.532001, 54.4692],[-5.532199, 54.469],[-5.5337, 54.4683],[-5.534501, 54.4681],[-5.5352, 54.4681],[-5.535299, 54.4682],[-5.535299, 54.4685],[-5.5351, 54.4687],[-5.533999, 54.4692],[-5.533901, 54.4693],[-5.533901, 54.4695],[-5.533999, 54.4696],[-5.5359, 54.4695],[-5.5364, 54.4695],[-5.536699, 54.4696],[-5.5368, 54.4699],[-5.5368, 54.4703],[-5.536601, 54.4705],[-5.536201, 54.4708],[-5.536099, 54.471],[-5.5358, 54.4719],[-5.53560, 54.472],[-5.534999, 54.472],[-5.5343, 54.4719],[-5.533599, 54.4716],[-5.532599, 54.471],[-5.532199, 54.4707],[-5.532001, 54.4703],[-5.531899, 54.4699]]],[[[-5.66140, 54.5063],[-5.661699, 54.5062],[-5.663, 54.5063],[-5.6635, 54.5065],[-5.663799, 54.5068],[-5.664, 54.5072],[-5.664101, 54.5074],[-5.664199000000002, 54.5079],[-5.664101, 54.5083],[-5.6639, 54.5087],[-5.663701, 54.5090],[-5.6634, 54.5093],[-5.663099, 54.5095],[-5.662799, 54.5095],[-5.662001, 54.5094],[-5.661699, 54.5093],[-5.6615, 54.5091],[-5.661201, 54.5087],[-5.661099, 54.5085],[-5.661099, 54.5082],[-5.66140, 54.5076],[-5.66140, 54.5071],[-5.66130, 54.5065],[-5.66140, 54.5063]]],[[[-5.6039, 54.4714],[-5.604199, 54.4714],[-5.6045, 54.4715],[-5.6047, 54.4716],[-5.605199, 54.472],[-5.6057, 54.4725],[-5.6058, 54.4727],[-5.6058, 54.4729],[-5.6058, 54.4731],[-5.6057, 54.4734],[-5.6055, 54.4737],[-5.60540, 54.4738],[-5.6051, 54.4739],[-5.6047, 54.4739],[-5.6033, 54.4738],[-5.6029, 54.4737],[-5.602499, 54.4736],[-5.6023, 54.4735],[-5.6022, 54.4733],[-5.602099, 54.4729],[-5.602099, 54.4723],[-5.6022, 54.4721],[-5.602399, 54.4718],[-5.602499, 54.4717],[-5.60270, 54.4716],[-5.603, 54.4715],[-5.6034, 54.4714],[-5.6039, 54.4714]]],[[[-5.632999, 54.3846],[-5.633501, 54.3846],[-5.633901, 54.3848],[-5.6342, 54.3850],[-5.634301, 54.3852],[-5.634501, 54.3856],[-5.634799, 54.3863],[-5.6349, 54.3866],[-5.6349, 54.3870],[-5.634799, 54.3872],[-5.634399, 54.3874],[-5.63410, 54.3875],[-5.632899, 54.3874],[-5.6325, 54.3873],[-5.632199, 54.3871],[-5.632, 54.3869],[-5.6317, 54.3864],[-5.6316, 54.3860],[-5.6316, 54.3856],[-5.6317, 54.3854],[-5.632, 54.3849],[-5.6324, 54.3847],[-5.632999, 54.3846]]],[[[-5.607299, 54.4763],[-5.607699, 54.4762],[-5.607999, 54.4763],[-5.608399, 54.4766],[-5.608701, 54.4769],[-5.608901, 54.4772],[-5.608901, 54.4774],[-5.608799, 54.4777],[-5.6085, 54.4781],[-5.608099, 54.4784],[-5.60790, 54.4785],[-5.607399, 54.4787],[-5.606699, 54.4789],[-5.606299, 54.4789],[-5.606, 54.4788],[-5.605599, 54.4786],[-5.605199, 54.4783],[-5.6051, 54.4781],[-5.6051, 54.4779],[-5.605199, 54.4778],[-5.606, 54.4777],[-5.606201, 54.4776],[-5.6064, 54.4774],[-5.607, 54.4765],[-5.607299, 54.4763]]],[[[-5.6138, 54.4783],[-5.614501, 54.4783],[-5.6152, 54.4786],[-5.6156, 54.4788],[-5.6159, 54.4791],[-5.616099, 54.4794],[-5.6162, 54.4797],[-5.6163, 54.48],[-5.6163, 54.4803],[-5.616099, 54.4805],[-5.615699, 54.4806],[-5.6152, 54.4806],[-5.6149, 54.4805],[-5.614501, 54.4803],[-5.614301, 54.4801],[-5.6137, 54.4795],[-5.6134, 54.479],[-5.6134, 54.4788],[-5.613501, 54.4786],[-5.613599, 54.4784],[-5.6138, 54.4783]]],[[[-5.61, 54.4608],[-5.610099, 54.4608],[-5.6103, 54.4609],[-5.610799, 54.4615],[-5.611001, 54.4616],[-5.611499, 54.4618],[-5.611801, 54.4620],[-5.611899, 54.4622],[-5.611899, 54.4623],[-5.611899, 54.4625],[-5.6117, 54.4627],[-5.611401, 54.4629],[-5.6111, 54.463],[-5.610799, 54.463],[-5.6106, 54.4628],[-5.6103, 54.4625],[-5.6097, 54.4618],[-5.6096, 54.4615],[-5.6096, 54.4611],[-5.61, 54.4608]]],[[[-5.605, 54.4647],[-5.605299, 54.4647],[-5.605599, 54.4649],[-5.6058, 54.4651],[-5.6065, 54.4661],[-5.6066, 54.4663],[-5.6066, 54.4664],[-5.6064, 54.4666],[-5.606201, 54.4667],[-5.606, 54.4667],[-5.6057, 54.4666],[-5.605199, 54.4662],[-5.604899, 54.4658],[-5.6048, 54.4656],[-5.604599, 54.4653],[-5.6045, 54.465],[-5.604599, 54.4649],[-5.6048, 54.4648],[-5.605, 54.4647]]]]}, properties:{name:"Down"}}, {type:"Feature", geometry:{type:"MultiPolygon", coordinates:[[[[-7.320099, 54.1391],[-7.318399, 54.1386],[-7.3174, 54.1362],[-7.31660, 54.1354],[-7.3122, 54.1322],[-7.3119, 54.1290],[-7.3068, 54.1251],[-7.306201, 54.1238],[-7.3064, 54.1224],[-7.30760, 54.1202],[-7.309599000000002, 54.1198],[-7.31230, 54.1192],[-7.316401, 54.1171],[-7.3178, 54.117],[-7.3191, 54.1177],[-7.320199, 54.119],[-7.3225, 54.1253],[-7.322999, 54.1257],[-7.3241, 54.1257],[-7.3253, 54.125],[-7.327199, 54.1230],[-7.329899, 54.1214],[-7.334599, 54.1194],[-7.338799, 54.1172],[-7.34520, 54.116],[-7.347199, 54.1168],[-7.347899, 54.1238],[-7.34840, 54.1256],[-7.349599, 54.1274],[-7.350699, 54.1284],[-7.351699, 54.1293],[-7.353, 54.1303],[-7.35470, 54.1316],[-7.3592, 54.1331],[-7.3613, 54.1334],[-7.3656, 54.1327],[-7.369699, 54.1312],[-7.372399000000002, 54.1303],[-7.374501, 54.1287],[-7.37910, 54.1253],[-7.3836, 54.1239],[-7.387199, 54.1235],[-7.388, 54.1232],[-7.38930, 54.1227],[-7.391099, 54.1227],[-7.392001, 54.1235],[-7.392399, 54.1254],[-7.392001, 54.1268],[-7.38940, 54.1298],[-7.382199, 54.1351],[-7.3796, 54.1360],[-7.3751, 54.1371],[-7.37300, 54.1378],[-7.371699, 54.1386],[-7.371201, 54.1400],[-7.3714, 54.1411],[-7.372399000000002, 54.1418],[-7.3748, 54.1421],[-7.3792, 54.1424],[-7.381801, 54.1420],[-7.3836, 54.1408],[-7.3862, 54.1392],[-7.3873, 54.1389],[-7.38930, 54.1390],[-7.392399, 54.1393],[-7.398701, 54.1410],[-7.401801, 54.1410],[-7.4088, 54.1399],[-7.41550, 54.1383],[-7.417799, 54.1380],[-7.419199, 54.1382],[-7.421, 54.1390],[-7.4221, 54.1398],[-7.423901, 54.1414],[-7.424399, 54.1421],[-7.4246, 54.1431],[-7.4242, 54.1437],[-7.422999, 54.1447],[-7.42070, 54.1458],[-7.4144, 54.1484],[-7.412899, 54.1488],[-7.406401, 54.1527],[-7.405799, 54.1539],[-7.4057, 54.1551],[-7.40620, 54.1566],[-7.40770, 54.1575],[-7.4108, 54.1576],[-7.4176, 54.1561],[-7.4242, 54.1544],[-7.429699, 54.1528],[-7.4397, 54.1537],[-7.44240, 54.1532],[-7.445799, 54.1508],[-7.44980, 54.1488],[-7.451001, 54.1483],[-7.4538, 54.147],[-7.45820, 54.1453],[-7.465799, 54.1436],[-7.46780, 54.1422],[-7.467999, 54.1409],[-7.467999, 54.1395],[-7.46780, 54.1373],[-7.468299, 54.1366],[-7.47240, 54.1353],[-7.47330, 54.1325],[-7.473599, 54.1285],[-7.474899, 54.1272],[-7.477799, 54.1259],[-7.48080, 54.1256],[-7.48320, 54.1258],[-7.48780, 54.1258],[-7.4896, 54.1262],[-7.491601, 54.1262],[-7.4938, 54.1263],[-7.4976, 54.1264],[-7.50570, 54.1287],[-7.511001000000002, 54.1308],[-7.512599, 54.1310],[-7.517399, 54.1302],[-7.5204, 54.1304],[-7.523099000000002, 54.1322],[-7.525899000000002, 54.1347],[-7.5271, 54.1349],[-7.531401, 54.1328],[-7.531899, 54.1325],[-7.53240, 54.1318],[-7.533199, 54.1304],[-7.53340, 54.1294],[-7.533999, 54.1285],[-7.5351, 54.1276],[-7.5373, 54.127],[-7.5383, 54.1269],[-7.5402, 54.1282],[-7.541299, 54.1285],[-7.54180, 54.1285],[-7.542, 54.1282],[-7.542099, 54.128],[-7.542, 54.1263],[-7.542, 54.1249],[-7.54230, 54.1236],[-7.543, 54.1228],[-7.5444, 54.1221],[-7.54700, 54.1223],[-7.550499, 54.1239],[-7.555099, 54.1264],[-7.5605, 54.1274],[-7.5614, 54.1276],[-7.5632, 54.1283],[-7.563799, 54.1285],[-7.5647, 54.1289],[-7.565599, 54.1309],[-7.566899, 54.1329],[-7.5712, 54.1360],[-7.57320, 54.1380],[-7.574699000000002, 54.1400],[-7.575799, 54.1425],[-7.577001, 54.1430],[-7.5805, 54.1434],[-7.589799, 54.1421],[-7.6002, 54.1431],[-7.605599, 54.1446],[-7.607999, 54.1463],[-7.609799, 54.1480],[-7.617001, 54.1516],[-7.620399, 54.153],[-7.623799, 54.1553],[-7.6243, 54.1566],[-7.624599, 54.1622],[-7.624599, 54.168],[-7.62540, 54.1709],[-7.62640, 54.1719],[-7.630799, 54.1727],[-7.6378, 54.174],[-7.639699, 54.1753],[-7.64470, 54.1808],[-7.649199, 54.1838],[-7.65770, 54.1883],[-7.6608, 54.1892],[-7.66300, 54.1891],[-7.6661, 54.1871],[-7.67040, 54.1836],[-7.671401, 54.1831],[-7.6724, 54.1831],[-7.6745, 54.1834],[-7.675399, 54.1842],[-7.67840, 54.1891],[-7.678999, 54.191],[-7.678501, 54.1938],[-7.67880, 54.1947],[-7.6819, 54.1972],[-7.68550, 54.2020],[-7.6861, 54.2041],[-7.684899, 54.2074],[-7.6851, 54.2078],[-7.687399, 54.2077],[-7.691401, 54.2076],[-7.6949, 54.2074],[-7.6982, 54.208],[-7.7017, 54.2086],[-7.7044, 54.2077],[-7.707099000000002, 54.2063],[-7.709, 54.2055],[-7.712, 54.2053],[-7.717199, 54.2056],[-7.720399, 54.2050],[-7.7349, 54.2038],[-7.7402, 54.2055],[-7.74230, 54.2064],[-7.748, 54.2118],[-7.748701, 54.2119],[-7.75070, 54.2118],[-7.7533, 54.2116],[-7.7586, 54.211],[-7.761401, 54.2108],[-7.763199, 54.2109],[-7.7644, 54.2108],[-7.7658, 54.2102],[-7.766601, 54.2096],[-7.76760, 54.2087],[-7.769199, 54.2079],[-7.7714, 54.2078],[-7.772799, 54.2083],[-7.77600, 54.2090],[-7.777299, 54.2090],[-7.782599, 54.2082],[-7.79950, 54.208],[-7.803599, 54.2077],[-7.808199, 54.2047],[-7.811, 54.2028],[-7.8129, 54.2026],[-7.822001, 54.2058],[-7.8386, 54.2120],[-7.85570, 54.2172],[-7.857399, 54.2183],[-7.8583, 54.2196],[-7.85820, 54.2204],[-7.855899, 54.2228],[-7.855, 54.2246],[-7.855, 54.2259],[-7.856601, 54.228],[-7.857999, 54.2322],[-7.8583, 54.2374],[-7.857699000000002, 54.244],[-7.8575, 54.2474],[-7.85820, 54.2505],[-7.85990, 54.2556],[-7.85990, 54.2601],[-7.86000, 54.2616],[-7.8606, 54.2626],[-7.863299, 54.2645],[-7.86940, 54.2681],[-7.87080, 54.2693],[-7.871699, 54.2703],[-7.87270, 54.2729],[-7.873, 54.2739],[-7.8729, 54.2755],[-7.870399, 54.2785],[-7.87020, 54.2792],[-7.8706, 54.2806],[-7.871, 54.2842],[-7.8705, 54.2868],[-7.868501, 54.289],[-7.863901000000002, 54.2902],[-7.861401, 54.2906],[-7.86000, 54.291],[-7.858399, 54.2918],[-7.85820, 54.2925],[-7.8583, 54.2936],[-7.858799, 54.2941],[-7.862, 54.2953],[-7.8678, 54.2954],[-7.869699, 54.2948],[-7.871601, 54.2946],[-7.874199, 54.2942],[-7.8758, 54.2936],[-7.8786, 54.2928],[-7.88070, 54.293],[-7.882599, 54.2942],[-7.884501, 54.2977],[-7.886001, 54.2995],[-7.886899, 54.3006],[-7.8908, 54.302],[-7.8986, 54.3025],[-7.90080, 54.302],[-7.904399, 54.2987],[-7.907899, 54.2961],[-7.9099, 54.2965],[-7.9119, 54.2977],[-7.914501, 54.3002],[-7.9172, 54.3035],[-7.9204, 54.305],[-7.924301, 54.3053],[-7.931001000000002, 54.3043],[-7.947001, 54.3077],[-7.951401, 54.3101],[-7.95580, 54.3128],[-7.96100, 54.3161],[-7.962399, 54.3174],[-7.9635, 54.3198],[-7.9641, 54.3242],[-7.9654, 54.3262],[-7.9678, 54.3289],[-7.972799, 54.3322],[-7.9789, 54.3355],[-7.980899, 54.3364],[-7.983399, 54.3399],[-7.98620, 54.3446],[-7.98910, 54.3464],[-7.993999, 54.348],[-7.997099, 54.3491],[-7.9983, 54.35],[-7.9986, 54.3512],[-7.99850, 54.3527],[-7.9977, 54.3545],[-7.9972, 54.3557],[-7.9965, 54.3578],[-7.997399, 54.3591],[-8, 54.3601],[-8.001699, 54.3603],[-8.0043, 54.3607],[-8.006001, 54.3606],[-8.0067, 54.3603],[-8.007799, 54.3599],[-8.009999, 54.3584],[-8.012099, 54.3579],[-8.014799, 54.3578],[-8.018701, 54.3584],[-8.022099, 54.3595],[-8.023701, 54.36],[-8.025, 54.3601],[-8.0262, 54.3598],[-8.0271, 54.3595],[-8.0292, 54.3583],[-8.030399, 54.3579],[-8.0313, 54.3579],[-8.0323, 54.3585],[-8.035, 54.3613],[-8.0357, 54.3627],[-8.0376, 54.3633],[-8.0418, 54.3642],[-8.044, 54.3648],[-8.047799, 54.3663],[-8.0503, 54.3674],[-8.057, 54.369],[-8.060499, 54.3705],[-8.063299, 54.3725],[-8.065499, 54.3761],[-8.069301, 54.3805],[-8.076, 54.3861],[-8.0804, 54.3898],[-8.082899, 54.3936],[-8.085299, 54.3966],[-8.088799, 54.3986],[-8.08900, 54.3989],[-8.088799, 54.3999],[-8.0866, 54.4017],[-8.087099, 54.4026],[-8.090099, 54.4049],[-8.094, 54.407],[-8.0964, 54.4087],[-8.102099, 54.4127],[-8.142099, 54.4317],[-8.1509, 54.4359],[-8.1549, 54.4379],[-8.1572, 54.4392],[-8.1578, 54.4397],[-8.158501, 54.4406],[-8.159101, 54.4416],[-8.159301, 54.4421],[-8.1595, 54.4429],[-8.1594, 54.4433],[-8.158999, 54.4438],[-8.157599, 54.4445],[-8.156899, 54.4448],[-8.1544, 54.4460],[-8.151001, 54.4471],[-8.1465, 54.4485],[-8.1417, 54.4498],[-8.1404, 54.4502],[-8.139899, 54.4505],[-8.1397, 54.4507],[-8.1396, 54.4509],[-8.1396, 54.4514],[-8.139799, 54.4519],[-8.1403, 54.4525],[-8.1409, 54.4529],[-8.142599, 54.4538],[-8.1474, 54.4557],[-8.1512, 54.4570],[-8.156, 54.4586],[-8.161099, 54.4605],[-8.1647, 54.4619],[-8.1678, 54.4633],[-8.1687, 54.4638],[-8.1697, 54.4642],[-8.1706, 54.4644],[-8.1726, 54.4648],[-8.1731, 54.465],[-8.1733, 54.4651],[-8.173599, 54.4654],[-8.1737, 54.4656],[-8.1738, 54.4658],[-8.173901, 54.4664],[-8.1738, 54.4668],[-8.173599, 54.4672],[-8.172899, 54.468],[-8.172199, 54.4686],[-8.1716, 54.4689],[-8.171201, 54.469],[-8.1704, 54.4691],[-8.16830, 54.4692],[-8.159301, 54.4694],[-8.1558, 54.4698],[-8.152399, 54.4704],[-8.150599, 54.4707],[-8.1488, 54.4709],[-8.1464, 54.471],[-8.1431, 54.4708],[-8.1385, 54.4705],[-8.135599, 54.4701],[-8.1338, 54.47],[-8.129, 54.47],[-8.1271, 54.47],[-8.1247, 54.4702],[-8.118999, 54.4704],[-8.1142, 54.4702],[-8.11340, 54.4703],[-8.112599, 54.4705],[-8.1121, 54.4706],[-8.111699, 54.4711],[-8.1113, 54.472],[-8.1113, 54.4722],[-8.1115, 54.4729],[-8.1129, 54.4747],[-8.113, 54.475],[-8.112599, 54.4757],[-8.1118, 54.4766],[-8.1112, 54.4768],[-8.1094, 54.4771],[-8.105399, 54.4775],[-8.103, 54.4775],[-8.101899, 54.4776],[-8.101001, 54.4779],[-8.099899, 54.4784],[-8.0991, 54.479],[-8.0983, 54.4798],[-8.097899, 54.4808],[-8.0976, 54.4827],[-8.0973, 54.4833],[-8.095799, 54.4841],[-8.093901, 54.4853],[-8.092799, 54.4858],[-8.091001, 54.4864],[-8.0887, 54.4869],[-8.083599, 54.4879],[-8.080799, 54.4885],[-8.0776, 54.4886],[-8.074599, 54.4887],[-8.0721, 54.4884],[-8.0706, 54.488],[-8.067, 54.4863],[-8.065599, 54.486],[-8.064501, 54.486],[-8.062699, 54.486],[-8.059999, 54.4863],[-8.047999, 54.4874],[-8.044999, 54.4874],[-8.0434, 54.4874],[-8.042199, 54.4878],[-8.0413, 54.4885],[-8.0406, 54.4901],[-8.040199, 54.4922],[-8.0383, 54.4976],[-8.037999, 54.4985],[-8.0377, 54.5003],[-8.0377, 54.5013],[-8.0397, 54.5056],[-8.0399, 54.5062],[-8.04000, 54.5067],[-8.0399, 54.5074],[-8.039599, 54.5081],[-8.0387, 54.5093],[-8.030499, 54.5181],[-8.026001, 54.5228],[-8.022499, 54.5262],[-8.020599, 54.5285],[-8.019799, 54.5293],[-8.0188, 54.5301],[-8.015499, 54.5327],[-8.0138, 54.534],[-8.012, 54.5353],[-8.011201, 54.536],[-8.010799, 54.5366],[-8.009999, 54.5381],[-8.009501, 54.5393],[-8.0081, 54.5418],[-8.007299, 54.5431],[-8.006201, 54.5446],[-8.005199, 54.5456],[-8.0045, 54.5461],[-8.003799, 54.5465],[-8.0026, 54.5466],[-8.001801, 54.5465],[-7.999, 54.546],[-7.9948, 54.5451],[-7.988999, 54.5444],[-7.984399, 54.5446],[-7.981699, 54.5454],[-7.973701000000002, 54.5487],[-7.968299, 54.5496],[-7.9667, 54.5494],[-7.964799, 54.5483],[-7.9641, 54.5471],[-7.964, 54.5446],[-7.9626, 54.5431],[-7.9517, 54.5357],[-7.9499, 54.535],[-7.943999000000002, 54.5366],[-7.937399, 54.5358],[-7.9359, 54.536],[-7.9339, 54.5357],[-7.927001, 54.5358],[-7.921401, 54.5367],[-7.919301, 54.5374],[-7.91730, 54.5375],[-7.913701, 54.5376],[-7.910699, 54.5376],[-7.90840, 54.5381],[-7.9066, 54.5382],[-7.905099, 54.538],[-7.90320, 54.5374],[-7.90170, 54.537],[-7.89900, 54.5367],[-7.8969, 54.5364],[-7.89580, 54.5361],[-7.89480, 54.5363],[-7.89390, 54.5364],[-7.892799, 54.5366],[-7.8908, 54.5373],[-7.8894, 54.5376],[-7.884301, 54.5376],[-7.8828, 54.5375],[-7.879799, 54.5369],[-7.8772, 54.5366],[-7.8739, 54.5363],[-7.87130, 54.5362],[-7.86710, 54.5362],[-7.866401, 54.5364],[-7.86280, 54.5375],[-7.8597, 54.5381],[-7.857699000000002, 54.5383],[-7.854599, 54.5383],[-7.8527, 54.5379],[-7.8518, 54.5375],[-7.849501, 54.5361],[-7.848199, 54.5354],[-7.847199, 54.5349],[-7.846601, 54.5348],[-7.84590, 54.5348],[-7.8446, 54.5351],[-7.842599, 54.5361],[-7.8379, 54.539],[-7.836201000000002, 54.5399],[-7.83320, 54.5409],[-7.829999000000002, 54.5418],[-7.82810, 54.5427],[-7.8263, 54.5435],[-7.825099, 54.544],[-7.823999, 54.5445],[-7.82240, 54.5453],[-7.822299, 54.5455],[-7.82240, 54.5459],[-7.82250, 54.5462],[-7.8231, 54.5467],[-7.8237, 54.5471],[-7.8246, 54.5476],[-7.8259, 54.5483],[-7.82760, 54.5491],[-7.829999000000002, 54.5507],[-7.83050, 54.5518],[-7.830599, 54.5526],[-7.830699, 54.5537],[-7.83050, 54.5551],[-7.8297, 54.5562],[-7.828599, 54.5572],[-7.823999, 54.5611],[-7.8221, 54.5624],[-7.818299, 54.5642],[-7.8151, 54.5655],[-7.811699000000002, 54.5669],[-7.8105, 54.5677],[-7.809, 54.5685],[-7.806601, 54.5693],[-7.80520, 54.5693],[-7.802299, 54.5690],[-7.8012, 54.5692],[-7.799799, 54.5696],[-7.7974, 54.5715],[-7.79570, 54.5729],[-7.795499, 54.5733],[-7.795499, 54.5737],[-7.79570, 54.5743],[-7.797299, 54.5762],[-7.797599000000002, 54.5769],[-7.7975, 54.5778],[-7.797299, 54.5781],[-7.795599, 54.5787],[-7.79440, 54.5790],[-7.794301, 54.5792],[-7.79440, 54.5798],[-7.794799, 54.5804],[-7.794799, 54.5809],[-7.7946, 54.5812],[-7.793399000000002, 54.5818],[-7.791699, 54.5823],[-7.7894, 54.5823],[-7.78630, 54.5825],[-7.78210, 54.5829],[-7.776801, 54.5840],[-7.771601, 54.5856],[-7.7663, 54.5864],[-7.76340, 54.5869],[-7.76230, 54.5876],[-7.7607, 54.5898],[-7.75910, 54.5919],[-7.755499, 54.5953],[-7.7525, 54.5978],[-7.7508, 54.5987],[-7.7494, 54.5992],[-7.747799, 54.5996],[-7.745399, 54.5999],[-7.741601, 54.6],[-7.740099, 54.6002],[-7.7391, 54.6004],[-7.7349, 54.6017],[-7.73280, 54.6024],[-7.731801, 54.6026],[-7.727001, 54.6036],[-7.721601, 54.6046],[-7.7191, 54.6052],[-7.7161, 54.6061],[-7.71260, 54.6067],[-7.709101, 54.6069],[-7.706699, 54.6072],[-7.705599, 54.6075],[-7.704, 54.6082],[-7.702799000000002, 54.609],[-7.701601, 54.6103],[-7.70130, 54.6105],[-7.70130, 54.6102],[-7.7012, 54.6099],[-7.701099, 54.6098],[-7.694399, 54.6074],[-7.6937, 54.6034],[-7.683199, 54.6023],[-7.6781, 54.6017],[-7.676401, 54.5947],[-7.674301, 54.5909],[-7.667799, 54.5845],[-7.667399, 54.5840],[-7.66580, 54.5821],[-7.656801, 54.5814],[-7.644599, 54.5826],[-7.6275, 54.5827],[-7.623701, 54.5809],[-7.618299, 54.5758],[-7.60650, 54.5738],[-7.601699, 54.5717],[-7.5993, 54.5696],[-7.598, 54.5654],[-7.5891, 54.5669],[-7.587, 54.5634],[-7.58080, 54.5629],[-7.571401, 54.5644],[-7.5594, 54.5666],[-7.553599000000002, 54.5689],[-7.54290, 54.5678],[-7.5363, 54.5614],[-7.528501, 54.5565],[-7.529799, 54.5522],[-7.5398, 54.5465],[-7.54880, 54.5423],[-7.559899, 54.5399],[-7.5632, 54.5369],[-7.555699, 54.5323],[-7.5581, 54.5293],[-7.56440, 54.5232],[-7.570899, 54.5145],[-7.57340, 54.5089],[-7.57430, 54.5044],[-7.588901, 54.4947],[-7.597899, 54.492],[-7.608099, 54.4916],[-7.61410, 54.4896],[-7.6219, 54.4869],[-7.630799, 54.4843],[-7.636401, 54.4799],[-7.6392, 54.476],[-7.63840, 54.4761],[-7.626, 54.476],[-7.62300, 54.474],[-7.622399, 54.4725],[-7.62060, 54.4672],[-7.6198, 54.4617],[-7.612599, 54.4602],[-7.60480, 54.4618],[-7.60650, 54.4584],[-7.61320, 54.4561],[-7.618599, 54.4560],[-7.62540, 54.4525],[-7.623099, 54.4452],[-7.623099, 54.4391],[-7.612999, 54.4390],[-7.604, 54.4369],[-7.5989, 54.4353],[-7.591899, 54.4346],[-7.581299, 54.4328],[-7.572199, 54.432],[-7.5675, 54.4346],[-7.566801000000002, 54.435],[-7.556499, 54.4358],[-7.54330, 54.4319],[-7.53940, 54.4278],[-7.5359, 54.424],[-7.526801, 54.4201],[-7.528299, 54.4165],[-7.52250, 54.4125],[-7.5121, 54.4087],[-7.506001, 54.407],[-7.49730, 54.4094],[-7.489799, 54.4124],[-7.473701, 54.4186],[-7.45690, 54.4237],[-7.43760, 54.4272],[-7.422299, 54.4333],[-7.42220, 54.4413],[-7.41140, 54.4397],[-7.402599, 54.4401],[-7.3927, 54.4415],[-7.3901, 54.438],[-7.3873, 54.4361],[-7.384399, 54.4377],[-7.380799, 54.4383],[-7.37570, 54.4373],[-7.370299, 54.4365],[-7.3642, 54.4340],[-7.3611, 54.4294],[-7.3591, 54.4234],[-7.3591, 54.423],[-7.3613, 54.4204],[-7.3613, 54.4191],[-7.35780, 54.4176],[-7.3529, 54.4164],[-7.3493, 54.4137],[-7.3462, 54.4104],[-7.342999, 54.4082],[-7.3378, 54.4058],[-7.334599, 54.4048],[-7.33300, 54.4021],[-7.332099, 54.3988],[-7.3332, 54.3948],[-7.336299, 54.3927],[-7.33960, 54.3894],[-7.340099000000002, 54.3861],[-7.338099, 54.3831],[-7.33450, 54.3816],[-7.332799, 54.3800],[-7.3304, 54.3757],[-7.329, 54.3722],[-7.32590, 54.3706],[-7.3196, 54.3703],[-7.306201, 54.3683],[-7.301499, 54.3683],[-7.296401, 54.3692],[-7.291201, 54.3708],[-7.28650, 54.3719],[-7.281099, 54.371],[-7.275599, 54.3687],[-7.2726, 54.3625],[-7.27100, 54.3572],[-7.269101, 54.3504],[-7.2669, 54.3469],[-7.262899, 54.3425],[-7.258901, 54.3369],[-7.257999, 54.3359],[-7.257599, 54.3354],[-7.254799, 54.3322],[-7.24900, 54.3305],[-7.24180, 54.3286],[-7.23500, 54.3275],[-7.2326, 54.3273],[-7.231601, 54.3272],[-7.225699, 54.3305],[-7.2206, 54.3334],[-7.2149, 54.3343],[-7.209799, 54.3346],[-7.20440, 54.3366],[-7.20030, 54.3381],[-7.198501, 54.3421],[-7.1957, 54.3425],[-7.1897, 54.3406],[-7.186299, 54.3398],[-7.1858, 54.3396],[-7.1858, 54.3387],[-7.180799, 54.336],[-7.1796, 54.3349],[-7.1788, 54.3336],[-7.178299, 54.3327],[-7.176801, 54.3292],[-7.17570, 54.3252],[-7.176001, 54.3225],[-7.17660, 54.3199],[-7.178999, 54.3133],[-7.179699, 54.3122],[-7.1802, 54.3119],[-7.180799, 54.3119],[-7.1838, 54.3122],[-7.1872, 54.3131],[-7.19320, 54.3131],[-7.1956, 54.3125],[-7.19880, 54.3105],[-7.20030, 54.3090],[-7.20260, 54.3076],[-7.2043, 54.3065],[-7.2047, 54.3062],[-7.206299, 54.3049],[-7.20720, 54.3036],[-7.208099, 54.302],[-7.208799, 54.2992],[-7.2082, 54.2967],[-7.2069, 54.2951],[-7.20540, 54.2944],[-7.20260, 54.2938],[-7.196801, 54.2928],[-7.1876, 54.2903],[-7.1793, 54.2881],[-7.172999, 54.2864],[-7.171299, 54.2854],[-7.1704, 54.2838],[-7.1703, 54.2816],[-7.1716, 54.2801],[-7.17590, 54.278],[-7.17670, 54.2769],[-7.17670, 54.2746],[-7.176001, 54.2741],[-7.1746, 54.274],[-7.16960, 54.2745],[-7.165599, 54.2752],[-7.1623, 54.2754],[-7.159999, 54.2751],[-7.155499, 54.2688],[-7.152299, 54.2653],[-7.15000, 54.2624],[-7.1427, 54.2575],[-7.141099, 54.2553],[-7.1408, 54.2542],[-7.141201, 54.2532],[-7.14190, 54.2529],[-7.152, 54.2492],[-7.154399, 54.247],[-7.1546, 54.2461],[-7.15370, 54.2451],[-7.147, 54.2423],[-7.14580, 54.2402],[-7.145599, 54.2388],[-7.14570, 54.2368],[-7.1469, 54.2334],[-7.146801, 54.2314],[-7.14540, 54.2286],[-7.1451, 54.2268],[-7.145199, 54.225],[-7.14610, 54.2242],[-7.151801, 54.222],[-7.15990, 54.2202],[-7.164999000000002, 54.2198],[-7.17, 54.22],[-7.1741, 54.2206],[-7.177299, 54.2219],[-7.182199, 54.2245],[-7.184599, 54.2261],[-7.188099, 54.2265],[-7.190499, 54.2257],[-7.1928, 54.2238],[-7.19780, 54.2195],[-7.201099, 54.2181],[-7.206699, 54.2172],[-7.2108, 54.2168],[-7.21570, 54.2174],[-7.220699, 54.2162],[-7.225299, 54.2146],[-7.227799, 54.2133],[-7.2284, 54.2121],[-7.2285, 54.2112],[-7.2277, 54.2096],[-7.2276, 54.2081],[-7.228, 54.2073],[-7.228799, 54.2071],[-7.233901, 54.2079],[-7.238501, 54.2084],[-7.2421, 54.2082],[-7.2448, 54.2072],[-7.24790, 54.2050],[-7.24850, 54.2030],[-7.2484, 54.2018],[-7.247399, 54.2012],[-7.2451, 54.2016],[-7.242899, 54.2024],[-7.2406, 54.2026],[-7.236801, 54.2020],[-7.2329, 54.2007],[-7.23150, 54.1992],[-7.231601, 54.1980],[-7.232, 54.1966],[-7.2329, 54.1959],[-7.234301, 54.1953],[-7.237299000000002, 54.1948],[-7.2525, 54.1950],[-7.25330, 54.1945],[-7.25410, 54.1933],[-7.25320, 54.1841],[-7.251201, 54.1778],[-7.2493, 54.1749],[-7.248701, 54.1745],[-7.2423, 54.1742],[-7.239699, 54.1732],[-7.23910, 54.1729],[-7.23880, 54.1725],[-7.237599, 54.1713],[-7.23780, 54.1704],[-7.238599, 54.1698],[-7.2402, 54.1689],[-7.2463, 54.1673],[-7.250199, 54.1646],[-7.254799, 54.161],[-7.255499, 54.1599],[-7.2567, 54.157],[-7.258901, 54.1536],[-7.26, 54.1514],[-7.26120, 54.15],[-7.2628, 54.1490],[-7.2648, 54.1468],[-7.2644, 54.1455],[-7.26160, 54.1430],[-7.2606, 54.1422],[-7.26070, 54.1395],[-7.26170, 54.1371],[-7.2669, 54.1340],[-7.277999, 54.1296],[-7.2792, 54.128],[-7.27950, 54.1260],[-7.27960, 54.1227],[-7.2834, 54.1215],[-7.28930, 54.1206],[-7.293, 54.1211],[-7.2974, 54.1223],[-7.300099, 54.1242],[-7.302001, 54.1263],[-7.302599, 54.127],[-7.3064, 54.1317],[-7.3068, 54.1325],[-7.306201, 54.1331],[-7.299699, 54.1348],[-7.29500, 54.1351],[-7.290299, 54.1344],[-7.288799, 54.1344],[-7.286601, 54.1359],[-7.2843, 54.1382],[-7.2834, 54.1400],[-7.2843, 54.1407],[-7.298299000000002, 54.1447],[-7.299301, 54.1455],[-7.29920, 54.1465],[-7.298999, 54.1471],[-7.29880, 54.1480],[-7.2971, 54.1503],[-7.2843, 54.1543],[-7.28380, 54.1557],[-7.283901, 54.1597],[-7.283599, 54.1616],[-7.27960, 54.1658],[-7.2788, 54.1669],[-7.2788, 54.1679],[-7.279301, 54.1689],[-7.281899000000002, 54.1699],[-7.29020, 54.1727],[-7.297599, 54.17],[-7.30210, 54.1696],[-7.30760, 54.1689],[-7.3172, 54.1592],[-7.326401, 54.1531],[-7.331201, 54.1504],[-7.336699, 54.1468],[-7.337399, 54.1459],[-7.3308, 54.1437],[-7.329101, 54.1419],[-7.3276, 54.1380],[-7.326401, 54.1376],[-7.32170, 54.1392],[-7.320099, 54.1391]]]]}, properties:{name:"Fermanach"}}, {type:"Feature", geometry:{type:"MultiPolygon", coordinates:[[[[-6.800399, 54.7096],[-6.8038, 54.7125],[-6.8068, 54.7168],[-6.807499, 54.7172],[-6.81540, 54.7205],[-6.8165, 54.7213],[-6.821899, 54.7232],[-6.822999, 54.7238],[-6.824999, 54.7256],[-6.826001, 54.7268],[-6.8268, 54.7282],[-6.827199, 54.7289],[-6.827499, 54.7296],[-6.827899, 54.7312],[-6.82800, 54.7331],[-6.82900, 54.7378],[-6.834899, 54.7404],[-6.842299, 54.7374],[-6.851299, 54.7366],[-6.8612, 54.7362],[-6.86990, 54.7339],[-6.87920, 54.7308],[-6.885799, 54.7263],[-6.897099, 54.7312],[-6.906899, 54.73],[-6.908999, 54.7345],[-6.9169, 54.7326],[-6.92560, 54.7302],[-6.933701, 54.7328],[-6.94250, 54.7313],[-6.95090, 54.7295],[-6.960199, 54.733],[-6.96750, 54.7369],[-6.9705, 54.7419],[-6.966001, 54.7454],[-6.95430, 54.7472],[-6.944399000000002, 54.7482],[-6.943999, 54.7484],[-6.93730, 54.7515],[-6.934899, 54.7628],[-6.935699, 54.7726],[-6.9259, 54.7727],[-6.916299, 54.7747],[-6.906899, 54.7789],[-6.90220, 54.7817],[-6.9015, 54.7873],[-6.9062, 54.7928],[-6.91580, 54.7984],[-6.9201, 54.8002],[-6.918099, 54.8047],[-6.912399, 54.8100],[-6.909501, 54.8149],[-6.913701, 54.8202],[-6.930099, 54.8259],[-6.9376, 54.8298],[-6.94540, 54.8302],[-6.95520, 54.8293],[-6.966001, 54.8277],[-6.974999000000002, 54.8277],[-6.9826, 54.8299],[-6.99090, 54.829],[-6.995299, 54.824],[-7.003099, 54.8204],[-7.013, 54.8192],[-7.0323, 54.8192],[-7.0492, 54.8139],[-7.057899, 54.8112],[-7.0675, 54.8117],[-7.077499, 54.8148],[-7.086801, 54.8166],[-7.0984, 54.8145],[-7.1005, 54.8138],[-7.102099000000002, 54.8151],[-7.105599, 54.8234],[-7.116401, 54.8262],[-7.119999, 54.8275],[-7.124, 54.8294],[-7.128799, 54.8322],[-7.143701, 54.8411],[-7.1562, 54.8488],[-7.1577, 54.8519],[-7.155799, 54.8574],[-7.16860, 54.8517],[-7.175799, 54.8521],[-7.179101, 54.8513],[-7.18470, 54.8469],[-7.1872, 54.8458],[-7.191801, 54.8453],[-7.19450, 54.8461],[-7.198299, 54.8495],[-7.1998, 54.8517],[-7.1996, 54.8531],[-7.198901000000002, 54.8536],[-7.190499, 54.8544],[-7.189101, 54.8552],[-7.189101, 54.8567],[-7.1897, 54.8577],[-7.196499000000002, 54.8617],[-7.20440, 54.8656],[-7.204599, 54.8684],[-7.203501, 54.8702],[-7.19920, 54.8755],[-7.19740, 54.8802],[-7.1975, 54.8851],[-7.198299, 54.8862],[-7.199999, 54.8866],[-7.215799, 54.8846],[-7.2248, 54.8858],[-7.235099, 54.8844],[-7.243299, 54.884],[-7.254399, 54.8861],[-7.2644, 54.887],[-7.266601, 54.8876],[-7.2689, 54.8897],[-7.270199, 54.8922],[-7.270299, 54.8954],[-7.26720, 54.9],[-7.26170, 54.9048],[-7.25780, 54.9106],[-7.257599, 54.9152],[-7.2587, 54.9167],[-7.26160, 54.9185],[-7.267799000000002, 54.919],[-7.277, 54.9199],[-7.294199, 54.9196],[-7.2967, 54.92],[-7.3031, 54.9239],[-7.304399000000002, 54.9237],[-7.32, 54.9164],[-7.326001, 54.914],[-7.33860, 54.9143],[-7.34560, 54.9143],[-7.357399, 54.9134],[-7.364501000000002, 54.9148],[-7.3688, 54.9203],[-7.371601000000002, 54.9255],[-7.374101, 54.9311],[-7.3783, 54.9370],[-7.38420, 54.9405],[-7.387599, 54.9422],[-7.389999, 54.9435],[-7.3929, 54.9467],[-7.3935, 54.9471],[-7.393701, 54.9475],[-7.395, 54.9483],[-7.401299, 54.9533],[-7.4038, 54.9566],[-7.403901, 54.9579],[-7.4031, 54.9587],[-7.40160, 54.9596],[-7.40010, 54.9606],[-7.40010, 54.9612],[-7.400899, 54.962],[-7.4028, 54.9637],[-7.4032, 54.9644],[-7.40290, 54.9651],[-7.40150, 54.9673],[-7.4003, 54.9688],[-7.398701, 54.9712],[-7.398399, 54.9732],[-7.3986, 54.9749],[-7.3996, 54.9767],[-7.40160, 54.9788],[-7.4021, 54.9793],[-7.4028, 54.9799],[-7.4059, 54.9824],[-7.406099, 54.983],[-7.406099, 54.9839],[-7.404301, 54.9854],[-7.401401, 54.9875],[-7.40100, 54.9880],[-7.4004, 54.989],[-7.398799, 54.9913],[-7.397699, 54.9929],[-7.392799, 54.9952],[-7.391201, 54.9964],[-7.39020, 54.9977],[-7.39020, 54.9988],[-7.3905, 54.9995],[-7.392799, 55.0003],[-7.396, 55.0020],[-7.40010, 55.0050],[-7.40100, 55.0065],[-7.40100, 55.0082],[-7.400499, 55.0093],[-7.39910, 55.0109],[-7.397299, 55.0122],[-7.396601, 55.0133],[-7.3958, 55.015],[-7.3951, 55.0179],[-7.39440, 55.0188],[-7.392099, 55.0206],[-7.3901, 55.0225],[-7.3873, 55.0246],[-7.3825, 55.0268],[-7.37570, 55.0304],[-7.3739, 55.0317],[-7.369501, 55.0345],[-7.3641, 55.0377],[-7.3611, 55.0403],[-7.3604, 55.0421],[-7.359301, 55.0435],[-7.355199, 55.0465],[-7.346001, 55.0517],[-7.3428, 55.0526],[-7.339301, 55.0531],[-7.3357, 55.0531],[-7.3309, 55.0519],[-7.3256, 55.0491],[-7.3199, 55.0468],[-7.3172, 55.0467],[-7.315499, 55.0471],[-7.3139, 55.0477],[-7.3129, 55.0491],[-7.31230, 55.0505],[-7.3108, 55.0517],[-7.3083, 55.0527],[-7.302999, 55.0552],[-7.300499, 55.0564],[-7.298501, 55.0571],[-7.297599, 55.0571],[-7.2957, 55.0562],[-7.291201, 55.0522],[-7.2885, 55.0508],[-7.28560, 55.0509],[-7.28370, 55.0513],[-7.282001, 55.0522],[-7.277999, 55.0554],[-7.273799, 55.0605],[-7.2707, 55.0646],[-7.268799, 55.0657],[-7.263999, 55.0663],[-7.25780, 55.0668],[-7.256899, 55.0676],[-7.2566, 55.0669],[-7.255199, 55.0642],[-7.2529, 55.0610],[-7.2501, 55.0579],[-7.249199, 55.0567],[-7.24900, 55.056],[-7.2493, 55.0555],[-7.251601, 55.0538],[-7.2526, 55.053],[-7.2528, 55.0525],[-7.2526, 55.0518],[-7.251801, 55.0502],[-7.2515, 55.0492],[-7.251601, 55.0484],[-7.252, 55.0479],[-7.253399, 55.0473],[-7.2501, 55.0448],[-7.2444, 55.0461],[-7.240799, 55.0467],[-7.2374, 55.0472],[-7.232399, 55.0495],[-7.2332, 55.0508],[-7.2336, 55.0517],[-7.233701, 55.0531],[-7.23350, 55.0543],[-7.232999, 55.0558],[-7.23250, 55.0566],[-7.23150, 55.0576],[-7.228701, 55.0590],[-7.2258, 55.0603],[-7.219999, 55.0608],[-7.215499, 55.0599],[-7.2135, 55.0581],[-7.21290, 55.0569],[-7.21250, 55.0537],[-7.2121, 55.0532],[-7.2116, 55.0529],[-7.211201, 55.0529],[-7.211201, 55.0568],[-7.210199, 55.0576],[-7.20730, 55.0587],[-7.19880, 55.0603],[-7.1896, 55.0608],[-7.18240, 55.0621],[-7.1728, 55.0622],[-7.1605, 55.0614],[-7.154399, 55.0608],[-7.151, 55.0600],[-7.14860, 55.0584],[-7.146699000000002, 55.0583],[-7.14610, 55.0580],[-7.14580, 55.0550],[-7.1455, 55.0493],[-7.14540, 55.0478],[-7.14480, 55.0471],[-7.137199, 55.0449],[-7.1292, 55.0432],[-7.126601000000002, 55.0429],[-7.1192, 55.0439],[-7.108799, 55.0439],[-7.102799, 55.0445],[-7.099699, 55.0448],[-7.09310, 55.0457],[-7.09, 55.0462],[-7.086401, 55.0459],[-7.082799, 55.0462],[-7.079999, 55.0467],[-7.07810, 55.0474],[-7.076401, 55.0476],[-7.0728, 55.0475],[-7.067699, 55.0483],[-7.056201, 55.0497],[-7.053999, 55.0501],[-7.051401, 55.0505],[-7.049399, 55.0511],[-7.04870, 55.0513],[-7.048399, 55.0516],[-7.0482, 55.0520],[-7.047999, 55.0527],[-7.048501, 55.0564],[-7.0482, 55.0567],[-7.0478, 55.0566],[-7.0474, 55.0562],[-7.047, 55.0555],[-7.045499, 55.0525],[-7.045, 55.0523],[-7.044101, 55.0523],[-7.042399, 55.0533],[-7.04050, 55.0546],[-7.0398, 55.0549],[-7.037199, 55.0553],[-7.037099, 55.0554],[-7.037199, 55.0555],[-7.038199, 55.0562],[-7.0419, 55.0576],[-7.0423, 55.0579],[-7.04260, 55.0586],[-7.04260, 55.0593],[-7.0423, 55.0599],[-7.041601, 55.0604],[-7.0408, 55.0609],[-7.0323, 55.0649],[-7.021, 55.0701],[-7.01720, 55.0729],[-7.013599, 55.0757],[-7.0123, 55.0772],[-7.012001, 55.0779],[-7.0117, 55.079],[-7.0117, 55.0797],[-7.012001, 55.0805],[-7.013901, 55.0831],[-7.019899, 55.0873],[-7.0204, 55.0882],[-7.0198, 55.0881],[-7.0193, 55.0877],[-7.0165, 55.0859],[-7.011499000000002, 55.0816],[-7.011001, 55.0813],[-7.0103, 55.0811],[-7.01000, 55.0812],[-7.01000, 55.0817],[-7.0118, 55.0838],[-7.0173, 55.0878],[-7.01900, 55.0895],[-7.0189, 55.0928],[-7.01720, 55.0984],[-7.0152, 55.1014],[-7.0142, 55.1023],[-7.006001, 55.1068],[-7.005799, 55.1073],[-7.007, 55.1074],[-7.0088, 55.1069],[-7.015399, 55.1029],[-7.016201, 55.1031],[-7.013199, 55.1055],[-7.0079, 55.1078],[-7.00450, 55.1078],[-7.001601, 55.1079],[-7.000199, 55.1076],[-6.99840, 55.1069],[-6.996, 55.1066],[-6.995299, 55.1067],[-6.994599, 55.1070],[-6.993199000000002, 55.1078],[-6.991099, 55.1092],[-6.99270, 55.1097],[-6.9948, 55.1104],[-6.996, 55.1109],[-6.996, 55.111],[-6.9949, 55.111],[-6.99230, 55.111],[-6.99180, 55.111],[-6.9906, 55.1107],[-6.989699, 55.1103],[-6.988999, 55.1102],[-6.9887, 55.1103],[-6.988599, 55.1105],[-6.9887, 55.1108],[-6.988999, 55.1111],[-6.9902, 55.1118],[-6.9906, 55.1121],[-6.990799, 55.1124],[-6.990799, 55.1130],[-6.991099, 55.1138],[-6.991601, 55.1144],[-6.99170, 55.1148],[-6.991601, 55.1150],[-6.991499, 55.1151],[-6.9912, 55.1153],[-6.99090, 55.1155],[-6.990099, 55.1158],[-6.9892, 55.1161],[-6.988599, 55.1163],[-6.988299, 55.1166],[-6.9882, 55.1169],[-6.987999, 55.1178],[-6.987999, 55.1196],[-6.987999, 55.1204],[-6.987899, 55.1208],[-6.987599, 55.1213],[-6.986001, 55.1228],[-6.98560, 55.1232],[-6.9853, 55.1236],[-6.984399, 55.1261],[-6.983901, 55.1269],[-6.9832, 55.1279],[-6.982399, 55.1287],[-6.98010, 55.1309],[-6.977399, 55.1352],[-6.9769, 55.1359],[-6.976299, 55.1364],[-6.975699, 55.137],[-6.975399, 55.1373],[-6.974999000000002, 55.1387],[-6.9724, 55.1427],[-6.971001, 55.1448],[-6.9703, 55.1459],[-6.969301, 55.1472],[-6.969301, 55.1475],[-6.969501, 55.1495],[-6.969501, 55.1504],[-6.969399, 55.151],[-6.968501, 55.1529],[-6.968299, 55.1537],[-6.967999, 55.1549],[-6.9677, 55.1556],[-6.966401, 55.1574],[-6.9662, 55.1587],[-6.965799, 55.1625],[-6.9642, 55.1659],[-6.9642, 55.1663],[-6.964301, 55.1678],[-6.9642, 55.1696],[-6.962, 55.1763],[-6.961299, 55.1800],[-6.9616, 55.1815],[-6.9628, 55.1851],[-6.96360, 55.1875],[-6.964301, 55.1890],[-6.965799, 55.1908],[-6.966801, 55.1919],[-6.966899, 55.1922],[-6.966899, 55.1923],[-6.966801, 55.1926],[-6.9654, 55.1933],[-6.965199, 55.1935],[-6.965199, 55.1937],[-6.9661, 55.1939],[-6.966499, 55.1942],[-6.966499, 55.1945],[-6.9663, 55.1946],[-6.9654, 55.1946],[-6.9649, 55.1945],[-6.961201, 55.1938],[-6.95800, 55.1934],[-6.954599, 55.1932],[-6.9487, 55.1927],[-6.9475, 55.1925],[-6.946401, 55.1922],[-6.945499, 55.1917],[-6.93970, 55.1878],[-6.934899, 55.1848],[-6.92320, 55.1798],[-6.914101, 55.1763],[-6.901801000000002, 55.1725],[-6.897699, 55.1716],[-6.888501, 55.1698],[-6.877399, 55.1687],[-6.86740, 55.1678],[-6.854199, 55.1674],[-6.845799, 55.1676],[-6.837, 55.1675],[-6.830299, 55.1680],[-6.826401, 55.1680],[-6.821401, 55.1680],[-6.8187, 55.1681],[-6.81720, 55.1682],[-6.815199, 55.1685],[-6.8114, 55.169],[-6.80690, 55.1696],[-6.8034, 55.1699],[-6.796899, 55.1699],[-6.7918, 55.1698],[-6.790599, 55.1696],[-6.788701, 55.1693],[-6.78580, 55.1687],[-6.783999, 55.1685],[-6.782199, 55.1684],[-6.78020, 55.1686],[-6.778999, 55.1687],[-6.7733, 55.1689],[-6.7725, 55.1688],[-6.771601, 55.1685],[-6.770199, 55.1677],[-6.7659, 55.1683],[-6.76420, 55.1683],[-6.754301, 55.1684],[-6.7442, 55.1694],[-6.7387, 55.1697],[-6.735, 55.1703],[-6.729199, 55.1708],[-6.7251, 55.1724],[-6.724101, 55.1733],[-6.72380, 55.1738],[-6.723, 55.1740],[-6.722799, 55.1745],[-6.722799, 55.1754],[-6.7233, 55.1772],[-6.72380, 55.1792],[-6.723701, 55.1797],[-6.7226, 55.1808],[-6.7224, 55.1812],[-6.7217, 55.1819],[-6.721099, 55.1830],[-6.720699, 55.184],[-6.71820, 55.1849],[-6.717999, 55.1852],[-6.717999, 55.1862],[-6.718999, 55.1868],[-6.719301, 55.1871],[-6.718599, 55.1874],[-6.718599, 55.1877],[-6.7188, 55.1882],[-6.71960, 55.1885],[-6.71960, 55.1892],[-6.71870, 55.1896],[-6.7156, 55.1898],[-6.711401, 55.1897],[-6.71, 55.19],[-6.708701, 55.1915],[-6.7073, 55.1935],[-6.70550, 55.1943],[-6.7047, 55.1942],[-6.7043, 55.1934],[-6.7038, 55.1927],[-6.702099, 55.1925],[-6.70180, 55.193],[-6.7012, 55.1933],[-6.699699, 55.1936],[-6.699501000000002, 55.1940],[-6.6988, 55.1944],[-6.697599, 55.1945],[-6.695799, 55.195],[-6.6945, 55.1956],[-6.693099, 55.1954],[-6.692599, 55.1955],[-6.69200, 55.1969],[-6.691201, 55.1971],[-6.6911, 55.1972],[-6.689799, 55.1966],[-6.68760, 55.1965],[-6.687099, 55.1963],[-6.68680, 55.1963],[-6.6858, 55.1973],[-6.6843, 55.198],[-6.68260, 55.1979],[-6.6813, 55.198],[-6.679999, 55.1988],[-6.678599, 55.1989],[-6.6777, 55.1988],[-6.6771, 55.1991],[-6.67500, 55.1993],[-6.672699, 55.1988],[-6.67030, 55.1925],[-6.6658, 55.1899],[-6.6587, 55.1892],[-6.649799, 55.1912],[-6.6429, 55.1890],[-6.635499, 55.1855],[-6.626601, 55.1836],[-6.6222, 55.1793],[-6.616099, 55.1793],[-6.609399, 55.1760],[-6.606299, 55.1706],[-6.6035, 55.1652],[-6.596499, 55.1655],[-6.593501, 55.1634],[-6.589799, 55.1579],[-6.5857, 55.1528],[-6.582799, 55.1474],[-6.579199, 55.1421],[-6.571801, 55.1373],[-6.5679, 55.1279],[-6.5679, 55.1222],[-6.5687, 55.1160],[-6.570199, 55.1102],[-6.575399, 55.0999],[-6.582399, 55.0889],[-6.5895, 55.0852],[-6.598501, 55.0829],[-6.60220, 55.0814],[-6.60510, 55.0788],[-6.6055, 55.0782],[-6.6055, 55.078],[-6.6054, 55.0776],[-6.60510, 55.0772],[-6.6034, 55.0756],[-6.60140, 55.0736],[-6.59900, 55.0712],[-6.596401, 55.0687],[-6.595699, 55.0682],[-6.5949, 55.0678],[-6.590799, 55.0664],[-6.588099, 55.0658],[-6.586201, 55.0652],[-6.58540, 55.0648],[-6.584799, 55.0644],[-6.58440, 55.0640],[-6.58400, 55.0635],[-6.5823, 55.0610],[-6.5801, 55.0582],[-6.579599, 55.0574],[-6.5794, 55.0570],[-6.5794, 55.0566],[-6.5809, 55.0529],[-6.581299, 55.0519],[-6.5815, 55.0513],[-6.581601, 55.0508],[-6.5815, 55.0502],[-6.5814, 55.0497],[-6.5811, 55.0489],[-6.5805, 55.048],[-6.57890, 55.0460],[-6.577499, 55.0445],[-6.5752, 55.0423],[-6.572599, 55.0401],[-6.571801, 55.0394],[-6.5716, 55.0391],[-6.571499, 55.0386],[-6.571401000000002, 55.0374],[-6.571899, 55.0352],[-6.572199, 55.034],[-6.572299000000002, 55.0324],[-6.572199, 55.0312],[-6.571899, 55.0296],[-6.571801, 55.0286],[-6.572599, 55.0266],[-6.574699, 55.023],[-6.574999, 55.0225],[-6.5752, 55.0219],[-6.575399, 55.0211],[-6.575099, 55.0175],[-6.5752, 55.0171],[-6.575699, 55.0163],[-6.5767, 55.0146],[-6.577899, 55.0129],[-6.579501, 55.0109],[-6.580299, 55.01],[-6.5805, 55.0097],[-6.580699, 55.0093],[-6.580699, 55.0089],[-6.580599, 55.0078],[-6.580299, 55.0066],[-6.57980, 55.0057],[-6.57930, 55.0051],[-6.5759, 55.0019],[-6.574699, 55.0009],[-6.574399, 55.0005],[-6.57410, 55.0000],[-6.57370, 54.9975],[-6.573501, 54.9969],[-6.572999, 54.9961],[-6.57170, 54.9940],[-6.5711, 54.9930],[-6.570899, 54.9924],[-6.56990, 54.9884],[-6.5696, 54.9877],[-6.569301, 54.9869],[-6.5691, 54.9866],[-6.568799, 54.9864],[-6.5679, 54.986],[-6.5632, 54.9848],[-6.560299, 54.9841],[-6.557799, 54.9837],[-6.5564, 54.9836],[-6.550799, 54.9837],[-6.549699, 54.9835],[-6.547599, 54.9824],[-6.547299, 54.9822],[-6.546899, 54.9818],[-6.5467, 54.9813],[-6.54650, 54.9806],[-6.54650, 54.9799],[-6.5467, 54.9793],[-6.5472, 54.9787],[-6.54790, 54.9782],[-6.549699, 54.9771],[-6.5503, 54.9766],[-6.550399, 54.9763],[-6.550399, 54.9759],[-6.550099, 54.9746],[-6.548999, 54.9723],[-6.548501, 54.971],[-6.54790, 54.9685],[-6.547299, 54.9665],[-6.5461, 54.9635],[-6.5458, 54.9629],[-6.5453, 54.9622],[-6.544799, 54.9616],[-6.544301, 54.9611],[-6.5426, 54.9599],[-6.541699, 54.9594],[-6.541, 54.9592],[-6.538701, 54.9589],[-6.5365, 54.9589],[-6.536201, 54.9588],[-6.536001, 54.9586],[-6.536001, 54.9581],[-6.5363, 54.9576],[-6.536699, 54.957],[-6.537001, 54.9567],[-6.5384, 54.9556],[-6.538599, 54.9553],[-6.538701, 54.955],[-6.538599, 54.9547],[-6.538099, 54.954],[-6.5373, 54.9533],[-6.53510, 54.952],[-6.5321, 54.9503],[-6.5312, 54.9499],[-6.527299, 54.9483],[-6.52400, 54.9472],[-6.522799, 54.9465],[-6.518199, 54.9432],[-6.5159, 54.9414],[-6.515399, 54.9409],[-6.5152, 54.9405],[-6.514599, 54.9382],[-6.5144, 54.9377],[-6.51180, 54.9347],[-6.50740, 54.9296],[-6.5025, 54.9240],[-6.5008, 54.9221],[-6.4984, 54.9195],[-6.497799, 54.9187],[-6.4976, 54.9181],[-6.4976, 54.9177],[-6.49770, 54.9172],[-6.498099, 54.9165],[-6.4984, 54.9162],[-6.498701, 54.916],[-6.499599, 54.9154],[-6.502699, 54.9134],[-6.503901, 54.9125],[-6.5041, 54.9123],[-6.504301000000002, 54.9118],[-6.504399, 54.9111],[-6.504301000000002, 54.9105],[-6.5041, 54.9094],[-6.503799, 54.9083],[-6.503399, 54.907],[-6.503099, 54.9064],[-6.5026, 54.9057],[-6.50000, 54.9021],[-6.4997, 54.9015],[-6.4993, 54.9003],[-6.49860, 54.8977],[-6.498099, 54.8955],[-6.49770, 54.8945],[-6.49680, 54.8928],[-6.4955, 54.8906],[-6.49520, 54.8902],[-6.494599, 54.8896],[-6.493599, 54.8890],[-6.4928, 54.8886],[-6.4923, 54.8884],[-6.4881, 54.8868],[-6.487199, 54.8864],[-6.486899000000002, 54.8862],[-6.4866, 54.8858],[-6.486401, 54.8854],[-6.4857, 54.8832],[-6.485099, 54.8795],[-6.48490, 54.8782],[-6.4847, 54.8773],[-6.48460, 54.8770],[-6.484301, 54.8767],[-6.483799, 54.8764],[-6.48260, 54.8758],[-6.4795, 54.8745],[-6.479, 54.8742],[-6.4786, 54.8738],[-6.47850, 54.8732],[-6.47840, 54.8716],[-6.47850, 54.8689],[-6.47850, 54.8682],[-6.4783, 54.8677],[-6.476601, 54.8655],[-6.4748, 54.8631],[-6.474, 54.8616],[-6.472199, 54.858],[-6.470699, 54.8554],[-6.4703, 54.8547],[-6.4702, 54.8543],[-6.470099, 54.8539],[-6.469999, 54.8522],[-6.46990, 54.8507],[-6.4698, 54.8494],[-6.469301, 54.8469],[-6.4692, 54.846],[-6.4692, 54.8457],[-6.469399, 54.8449],[-6.46990, 54.844],[-6.4702, 54.8435],[-6.470399, 54.843],[-6.470399, 54.8427],[-6.470399, 54.8422],[-6.4702, 54.8416],[-6.46990, 54.8412],[-6.4696, 54.841],[-6.46910, 54.8408],[-6.4654, 54.84],[-6.4649, 54.8398],[-6.4646, 54.8395],[-6.464399, 54.8391],[-6.464301, 54.8384],[-6.464399, 54.836],[-6.464399, 54.8354],[-6.464301, 54.8348],[-6.4641, 54.8345],[-6.46290, 54.8333],[-6.459799, 54.8302],[-6.459301, 54.8296],[-6.458, 54.8277],[-6.457399, 54.8269],[-6.456201, 54.8259],[-6.45580, 54.8256],[-6.455699, 54.8255],[-6.455699, 54.8252],[-6.45580, 54.8250],[-6.4561, 54.8247],[-6.456601, 54.8243],[-6.45730, 54.8238],[-6.4579, 54.8233],[-6.45820, 54.8230],[-6.458399, 54.8227],[-6.4585, 54.8221],[-6.4585, 54.8215],[-6.458399, 54.8209],[-6.458099, 54.8201],[-6.457699, 54.8194],[-6.4575, 54.8189],[-6.457399, 54.8184],[-6.4575, 54.8179],[-6.457699, 54.8174],[-6.458099, 54.8169],[-6.4585, 54.8166],[-6.459, 54.8164],[-6.460599, 54.8160],[-6.4645, 54.8144],[-6.470799, 54.8096],[-6.476299, 54.7986],[-6.4783, 54.7868],[-6.4777, 54.7807],[-6.4777, 54.78],[-6.477799, 54.7796],[-6.47840, 54.7786],[-6.4786, 54.7781],[-6.478701, 54.7776],[-6.478701, 54.7755],[-6.4786, 54.775],[-6.47840, 54.7745],[-6.4777, 54.7736],[-6.477001, 54.7728],[-6.474101, 54.7706],[-6.4703, 54.7678],[-6.466401, 54.765],[-6.465899, 54.7647],[-6.4654, 54.7645],[-6.4649, 54.7644],[-6.4642, 54.7644],[-6.4637, 54.7645],[-6.463399000000002, 54.7646],[-6.4632, 54.7648],[-6.46290, 54.7652],[-6.46210, 54.7665],[-6.46190, 54.7667],[-6.4616, 54.7669],[-6.461201, 54.7671],[-6.459599, 54.7674],[-6.459, 54.7675],[-6.458799, 54.7674],[-6.458399, 54.7667],[-6.4572, 54.7635],[-6.457099, 54.763],[-6.457099, 54.7626],[-6.4572, 54.7623],[-6.457399, 54.7621],[-6.4594, 54.7611],[-6.460199, 54.7606],[-6.461201, 54.7598],[-6.4622, 54.7587],[-6.4632, 54.7575],[-6.464301, 54.7555],[-6.46470, 54.7548],[-6.465799, 54.7521],[-6.471401, 54.7476],[-6.482299, 54.7395],[-6.4862, 54.7331],[-6.493599, 54.7155],[-6.4927, 54.7104],[-6.479, 54.6957],[-6.468299, 54.6847],[-6.487599, 54.679],[-6.5123, 54.6708],[-6.516201, 54.6693],[-6.527999, 54.6674],[-6.529699, 54.6671],[-6.531099, 54.6668],[-6.531801, 54.6665],[-6.532499, 54.6658],[-6.53280, 54.6656],[-6.533299, 54.6653],[-6.533999, 54.6652],[-6.534999, 54.6651],[-6.5364, 54.6649],[-6.5368, 54.6646],[-6.537399, 54.6638],[-6.53940, 54.6605],[-6.539999, 54.6597],[-6.54080, 54.6589],[-6.5411, 54.6587],[-6.54140, 54.6586],[-6.54230, 54.6585],[-6.5433, 54.6587],[-6.5453, 54.6592],[-6.5486, 54.6593],[-6.551499, 54.659],[-6.5524, 54.6589],[-6.553999000000002, 54.6583],[-6.554999, 54.6581],[-6.555799, 54.6581],[-6.556601, 54.6582],[-6.5584, 54.6585],[-6.559599, 54.6588],[-6.562799, 54.6597],[-6.563399, 54.66],[-6.563701, 54.6605],[-6.56390, 54.6614],[-6.564199, 54.6629],[-6.564301, 54.6633],[-6.5646, 54.6636],[-6.56580, 54.6642],[-6.5674, 54.6647],[-6.568999, 54.6649],[-6.5706, 54.6649],[-6.571401000000002, 54.6647],[-6.57270, 54.6643],[-6.576601, 54.6629],[-6.578599, 54.6624],[-6.5818, 54.6618],[-6.583701, 54.6614],[-6.584199, 54.6612],[-6.584599, 54.6608],[-6.584899, 54.6602],[-6.585499000000002, 54.6585],[-6.586, 54.658],[-6.5865, 54.6577],[-6.587299, 54.6575],[-6.588901, 54.6575],[-6.590799, 54.6577],[-6.5955, 54.6584],[-6.59620, 54.6584],[-6.5969, 54.6581],[-6.600599, 54.6553],[-6.601, 54.6554],[-6.6015, 54.6555],[-6.6019, 54.6554],[-6.6064, 54.6531],[-6.6071, 54.6527],[-6.6076, 54.6526],[-6.608099, 54.6526],[-6.6086, 54.6526],[-6.6092, 54.6527],[-6.610199, 54.6532],[-6.611801, 54.6539],[-6.612299, 54.6541],[-6.612999, 54.6543],[-6.6142, 54.6543],[-6.614699, 54.6542],[-6.615399, 54.6539],[-6.616401, 54.6533],[-6.61680, 54.6529],[-6.6171, 54.6522],[-6.621201000000002, 54.646],[-6.621601, 54.6456],[-6.621699, 54.6452],[-6.621601, 54.6435],[-6.62150, 54.6427],[-6.621, 54.6413],[-6.6209, 54.6407],[-6.621, 54.6404],[-6.621201000000002, 54.6402],[-6.621699, 54.6401],[-6.623799, 54.6401],[-6.6265, 54.6401],[-6.62720, 54.64],[-6.62910, 54.6396],[-6.630899, 54.6392],[-6.6316, 54.6389],[-6.6317, 54.6387],[-6.6317, 54.6382],[-6.6312, 54.6370],[-6.6311, 54.6364],[-6.6312, 54.6354],[-6.631801, 54.6348],[-6.6325, 54.6342],[-6.63290, 54.6340],[-6.633501, 54.6338],[-6.633999, 54.6337],[-6.634699, 54.6336],[-6.63560, 54.6337],[-6.636401, 54.6337],[-6.637001, 54.6336],[-6.6374, 54.6334],[-6.63880, 54.6323],[-6.6392, 54.6322],[-6.639501000000002, 54.6322],[-6.64080, 54.6325],[-6.6419, 54.6327],[-6.6429, 54.6328],[-6.6454, 54.6328],[-6.647699, 54.6327],[-6.6485, 54.6328],[-6.648799, 54.6329],[-6.649, 54.6331],[-6.649301, 54.6337],[-6.651801, 54.6365],[-6.658199, 54.6383],[-6.676801, 54.6421],[-6.6806, 54.6384],[-6.680699, 54.6354],[-6.680799, 54.6352],[-6.681001, 54.6351],[-6.68340, 54.6351],[-6.6869, 54.6351],[-6.6883, 54.6349],[-6.689301, 54.6347],[-6.690599, 54.6342],[-6.6928, 54.6334],[-6.693299, 54.6332],[-6.69370, 54.6331],[-6.695199000000002, 54.6331],[-6.695799, 54.6331],[-6.696401, 54.6330],[-6.697599, 54.6319],[-6.699501000000002, 54.6309],[-6.70180, 54.6306],[-6.70690, 54.6302],[-6.70790, 54.6306],[-6.7085, 54.6310],[-6.7132, 54.6348],[-6.692999, 54.6427],[-6.7024, 54.6432],[-6.7104, 54.6454],[-6.692999, 54.6487],[-6.6831, 54.6491],[-6.684501, 54.6544],[-6.693501000000002, 54.6566],[-6.693999, 54.6564],[-6.695099, 54.656],[-6.6977, 54.6547],[-6.6993, 54.6543],[-6.7012, 54.6539],[-6.702199, 54.6539],[-6.7034, 54.6536],[-6.710499, 54.6516],[-6.7171, 54.6515],[-6.7233, 54.6603],[-6.7333, 54.6581],[-6.738299, 54.6604],[-6.738299, 54.6664],[-6.7418, 54.6693],[-6.7428, 54.6699],[-6.74310, 54.6701],[-6.743299, 54.6703],[-6.743701, 54.6709],[-6.743999, 54.6716],[-6.7442, 54.6718],[-6.744999, 54.6725],[-6.7452, 54.6728],[-6.745399, 54.6734],[-6.7456, 54.6737],[-6.7458, 54.6739],[-6.74640, 54.6744],[-6.746699, 54.6745],[-6.747799, 54.6748],[-6.748199, 54.675],[-6.7489, 54.6756],[-6.74970, 54.6764],[-6.75, 54.6766],[-6.750299, 54.6767],[-6.75150, 54.6769],[-6.755599, 54.6779],[-6.75620, 54.6781],[-6.761001, 54.6803],[-6.7612, 54.6805],[-6.7617, 54.6811],[-6.76240, 54.6821],[-6.76270, 54.6828],[-6.763, 54.6832],[-6.7634, 54.6835],[-6.763999, 54.6838],[-6.764699, 54.6841],[-6.76560, 54.6844],[-6.7663, 54.6845],[-6.767799, 54.6846],[-6.7693, 54.6846],[-6.7701, 54.6847],[-6.77040, 54.6848],[-6.770899, 54.6851],[-6.7714, 54.6855],[-6.772699, 54.6868],[-6.773099, 54.6871],[-6.77360, 54.6873],[-6.773901, 54.6874],[-6.775599, 54.6880],[-6.776801, 54.6894],[-6.7771, 54.6899],[-6.7772, 54.6901],[-6.7772, 54.6905],[-6.7772, 54.6910],[-6.7771, 54.6914],[-6.776899, 54.6919],[-6.77650, 54.6927],[-6.776299, 54.6931],[-6.776299, 54.6932],[-6.776401, 54.6936],[-6.77650, 54.6939],[-6.776899, 54.6947],[-6.777299, 54.6952],[-6.777699, 54.6956],[-6.777999, 54.6958],[-6.778399, 54.696],[-6.77910, 54.6962],[-6.779301, 54.6963],[-6.7796, 54.6965],[-6.7799, 54.6968],[-6.781001, 54.6986],[-6.781401, 54.6993],[-6.782199, 54.7012],[-6.782599, 54.7019],[-6.7831, 54.7024],[-6.783599, 54.7028],[-6.783901, 54.7030],[-6.784599, 54.7033],[-6.78640, 54.7038],[-6.788, 54.7042],[-6.7884, 54.7043],[-6.788701, 54.7043],[-6.7894, 54.7042],[-6.79290, 54.7032],[-6.793399, 54.7031],[-6.793799, 54.7032],[-6.7944, 54.7034],[-6.794899, 54.7036],[-6.795199, 54.7038],[-6.79570, 54.7044],[-6.7958, 54.7046],[-6.796201, 54.7056],[-6.796401, 54.7060],[-6.79670, 54.7062],[-6.797999000000002, 54.7067],[-6.798399, 54.7069],[-6.7987, 54.7072],[-6.799799, 54.7086],[-6.800399, 54.7096]]]]}, properties:{name:"Londonderry"}}, {type:"Feature", geometry:{type:"MultiPolygon", coordinates:[[[[-7.389999, 54.9435],[-7.387599, 54.9422],[-7.38420, 54.9405],[-7.3783, 54.9370],[-7.374101, 54.9311],[-7.371601000000002, 54.9255],[-7.3688, 54.9203],[-7.364501000000002, 54.9148],[-7.357399, 54.9134],[-7.34560, 54.9143],[-7.33860, 54.9143],[-7.326001, 54.914],[-7.32, 54.9164],[-7.304399000000002, 54.9237],[-7.3031, 54.9239],[-7.2967, 54.92],[-7.294199, 54.9196],[-7.277, 54.9199],[-7.267799000000002, 54.919],[-7.26160, 54.9185],[-7.2587, 54.9167],[-7.257599, 54.9152],[-7.25780, 54.9106],[-7.26170, 54.9048],[-7.26720, 54.9],[-7.270299, 54.8954],[-7.270199, 54.8922],[-7.2689, 54.8897],[-7.266601, 54.8876],[-7.2644, 54.887],[-7.254399, 54.8861],[-7.243299, 54.884],[-7.235099, 54.8844],[-7.2248, 54.8858],[-7.215799, 54.8846],[-7.199999, 54.8866],[-7.198299, 54.8862],[-7.1975, 54.8851],[-7.19740, 54.8802],[-7.19920, 54.8755],[-7.203501, 54.8702],[-7.204599, 54.8684],[-7.20440, 54.8656],[-7.196499000000002, 54.8617],[-7.1897, 54.8577],[-7.189101, 54.8567],[-7.189101, 54.8552],[-7.190499, 54.8544],[-7.198901000000002, 54.8536],[-7.1996, 54.8531],[-7.1998, 54.8517],[-7.198299, 54.8495],[-7.19450, 54.8461],[-7.191801, 54.8453],[-7.1872, 54.8458],[-7.18470, 54.8469],[-7.179101, 54.8513],[-7.175799, 54.8521],[-7.16860, 54.8517],[-7.155799, 54.8574],[-7.1577, 54.8519],[-7.1562, 54.8488],[-7.143701, 54.8411],[-7.128799, 54.8322],[-7.124, 54.8294],[-7.119999, 54.8275],[-7.116401, 54.8262],[-7.105599, 54.8234],[-7.102099000000002, 54.8151],[-7.1005, 54.8138],[-7.0984, 54.8145],[-7.086801, 54.8166],[-7.077499, 54.8148],[-7.0675, 54.8117],[-7.057899, 54.8112],[-7.0492, 54.8139],[-7.0323, 54.8192],[-7.013, 54.8192],[-7.003099, 54.8204],[-6.995299, 54.824],[-6.99090, 54.829],[-6.9826, 54.8299],[-6.974999000000002, 54.8277],[-6.966001, 54.8277],[-6.95520, 54.8293],[-6.94540, 54.8302],[-6.9376, 54.8298],[-6.930099, 54.8259],[-6.913701, 54.8202],[-6.909501, 54.8149],[-6.912399, 54.8100],[-6.918099, 54.8047],[-6.9201, 54.8002],[-6.91580, 54.7984],[-6.9062, 54.7928],[-6.9015, 54.7873],[-6.90220, 54.7817],[-6.906899, 54.7789],[-6.916299, 54.7747],[-6.9259, 54.7727],[-6.935699, 54.7726],[-6.934899, 54.7628],[-6.93730, 54.7515],[-6.943999, 54.7484],[-6.944399000000002, 54.7482],[-6.95430, 54.7472],[-6.966001, 54.7454],[-6.9705, 54.7419],[-6.96750, 54.7369],[-6.960199, 54.733],[-6.95090, 54.7295],[-6.94250, 54.7313],[-6.933701, 54.7328],[-6.92560, 54.7302],[-6.9169, 54.7326],[-6.908999, 54.7345],[-6.906899, 54.73],[-6.897099, 54.7312],[-6.885799, 54.7263],[-6.87920, 54.7308],[-6.86990, 54.7339],[-6.8612, 54.7362],[-6.851299, 54.7366],[-6.842299, 54.7374],[-6.834899, 54.7404],[-6.82900, 54.7378],[-6.82800, 54.7331],[-6.827899, 54.7312],[-6.827499, 54.7296],[-6.827199, 54.7289],[-6.8268, 54.7282],[-6.826001, 54.7268],[-6.824999, 54.7256],[-6.822999, 54.7238],[-6.821899, 54.7232],[-6.8165, 54.7213],[-6.81540, 54.7205],[-6.807499, 54.7172],[-6.8068, 54.7168],[-6.8038, 54.7125],[-6.800399, 54.7096],[-6.799799, 54.7086],[-6.7987, 54.7072],[-6.798399, 54.7069],[-6.797999000000002, 54.7067],[-6.79670, 54.7062],[-6.796401, 54.7060],[-6.796201, 54.7056],[-6.7958, 54.7046],[-6.79570, 54.7044],[-6.795199, 54.7038],[-6.794899, 54.7036],[-6.7944, 54.7034],[-6.793799, 54.7032],[-6.793399, 54.7031],[-6.79290, 54.7032],[-6.7894, 54.7042],[-6.788701, 54.7043],[-6.7884, 54.7043],[-6.788, 54.7042],[-6.78640, 54.7038],[-6.784599, 54.7033],[-6.783901, 54.7030],[-6.783599, 54.7028],[-6.7831, 54.7024],[-6.782599, 54.7019],[-6.782199, 54.7012],[-6.781401, 54.6993],[-6.781001, 54.6986],[-6.7799, 54.6968],[-6.7796, 54.6965],[-6.779301, 54.6963],[-6.77910, 54.6962],[-6.778399, 54.696],[-6.777999, 54.6958],[-6.777699, 54.6956],[-6.777299, 54.6952],[-6.776899, 54.6947],[-6.77650, 54.6939],[-6.776401, 54.6936],[-6.776299, 54.6932],[-6.776299, 54.6931],[-6.77650, 54.6927],[-6.776899, 54.6919],[-6.7771, 54.6914],[-6.7772, 54.6910],[-6.7772, 54.6905],[-6.7772, 54.6901],[-6.7771, 54.6899],[-6.776801, 54.6894],[-6.775599, 54.6880],[-6.773901, 54.6874],[-6.77360, 54.6873],[-6.773099, 54.6871],[-6.772699, 54.6868],[-6.7714, 54.6855],[-6.770899, 54.6851],[-6.77040, 54.6848],[-6.7701, 54.6847],[-6.7693, 54.6846],[-6.767799, 54.6846],[-6.7663, 54.6845],[-6.76560, 54.6844],[-6.764699, 54.6841],[-6.763999, 54.6838],[-6.7634, 54.6835],[-6.763, 54.6832],[-6.76270, 54.6828],[-6.76240, 54.6821],[-6.7617, 54.6811],[-6.7612, 54.6805],[-6.761001, 54.6803],[-6.75620, 54.6781],[-6.755599, 54.6779],[-6.75150, 54.6769],[-6.750299, 54.6767],[-6.75, 54.6766],[-6.74970, 54.6764],[-6.7489, 54.6756],[-6.748199, 54.675],[-6.747799, 54.6748],[-6.746699, 54.6745],[-6.74640, 54.6744],[-6.7458, 54.6739],[-6.7456, 54.6737],[-6.745399, 54.6734],[-6.7452, 54.6728],[-6.744999, 54.6725],[-6.7442, 54.6718],[-6.743999, 54.6716],[-6.743701, 54.6709],[-6.743299, 54.6703],[-6.74310, 54.6701],[-6.7428, 54.6699],[-6.7418, 54.6693],[-6.738299, 54.6664],[-6.738299, 54.6604],[-6.7333, 54.6581],[-6.7233, 54.6603],[-6.7171, 54.6515],[-6.710499, 54.6516],[-6.7034, 54.6536],[-6.702199, 54.6539],[-6.7012, 54.6539],[-6.6993, 54.6543],[-6.6977, 54.6547],[-6.695099, 54.656],[-6.693999, 54.6564],[-6.693501000000002, 54.6566],[-6.684501, 54.6544],[-6.6831, 54.6491],[-6.692999, 54.6487],[-6.7104, 54.6454],[-6.7024, 54.6432],[-6.692999, 54.6427],[-6.7132, 54.6348],[-6.7085, 54.6310],[-6.70790, 54.6306],[-6.70690, 54.6302],[-6.70180, 54.6306],[-6.699501000000002, 54.6309],[-6.697599, 54.6319],[-6.696401, 54.6330],[-6.695799, 54.6331],[-6.695199000000002, 54.6331],[-6.69370, 54.6331],[-6.693299, 54.6332],[-6.6928, 54.6334],[-6.690599, 54.6342],[-6.689301, 54.6347],[-6.6883, 54.6349],[-6.6869, 54.6351],[-6.68340, 54.6351],[-6.681001, 54.6351],[-6.680799, 54.6352],[-6.680699, 54.6354],[-6.6806, 54.6384],[-6.676801, 54.6421],[-6.658199, 54.6383],[-6.651801, 54.6365],[-6.649301, 54.6337],[-6.649, 54.6331],[-6.648799, 54.6329],[-6.6485, 54.6328],[-6.647699, 54.6327],[-6.6454, 54.6328],[-6.6429, 54.6328],[-6.6419, 54.6327],[-6.64080, 54.6325],[-6.639501000000002, 54.6322],[-6.6392, 54.6322],[-6.63880, 54.6323],[-6.6374, 54.6334],[-6.637001, 54.6336],[-6.636401, 54.6337],[-6.63560, 54.6337],[-6.634699, 54.6336],[-6.633999, 54.6337],[-6.633501, 54.6338],[-6.63290, 54.6340],[-6.6325, 54.6342],[-6.631801, 54.6348],[-6.6312, 54.6354],[-6.6311, 54.6364],[-6.6312, 54.6370],[-6.6317, 54.6382],[-6.6317, 54.6387],[-6.6316, 54.6389],[-6.630899, 54.6392],[-6.62910, 54.6396],[-6.62720, 54.64],[-6.6265, 54.6401],[-6.623799, 54.6401],[-6.621699, 54.6401],[-6.621201000000002, 54.6402],[-6.621, 54.6404],[-6.6209, 54.6407],[-6.621, 54.6413],[-6.62150, 54.6427],[-6.621601, 54.6435],[-6.621699, 54.6452],[-6.621601, 54.6456],[-6.621201000000002, 54.646],[-6.6171, 54.6522],[-6.61680, 54.6529],[-6.616401, 54.6533],[-6.615399, 54.6539],[-6.614699, 54.6542],[-6.6142, 54.6543],[-6.612999, 54.6543],[-6.612299, 54.6541],[-6.611801, 54.6539],[-6.610199, 54.6532],[-6.6092, 54.6527],[-6.6086, 54.6526],[-6.608099, 54.6526],[-6.6076, 54.6526],[-6.6071, 54.6527],[-6.6064, 54.6531],[-6.6019, 54.6554],[-6.6015, 54.6555],[-6.601, 54.6554],[-6.600599, 54.6553],[-6.5969, 54.6581],[-6.59620, 54.6584],[-6.5955, 54.6584],[-6.590799, 54.6577],[-6.588901, 54.6575],[-6.587299, 54.6575],[-6.5865, 54.6577],[-6.586, 54.658],[-6.585499000000002, 54.6585],[-6.584899, 54.6602],[-6.584599, 54.6608],[-6.584199, 54.6612],[-6.583701, 54.6614],[-6.5818, 54.6618],[-6.578599, 54.6624],[-6.576601, 54.6629],[-6.57270, 54.6643],[-6.571401000000002, 54.6647],[-6.5706, 54.6649],[-6.568999, 54.6649],[-6.5674, 54.6647],[-6.56580, 54.6642],[-6.5646, 54.6636],[-6.564301, 54.6633],[-6.564199, 54.6629],[-6.56390, 54.6614],[-6.563701, 54.6605],[-6.563399, 54.66],[-6.562799, 54.6597],[-6.559599, 54.6588],[-6.5584, 54.6585],[-6.556601, 54.6582],[-6.555799, 54.6581],[-6.554999, 54.6581],[-6.553999000000002, 54.6583],[-6.5524, 54.6589],[-6.551499, 54.659],[-6.5486, 54.6593],[-6.5453, 54.6592],[-6.5433, 54.6587],[-6.54230, 54.6585],[-6.54140, 54.6586],[-6.5411, 54.6587],[-6.54080, 54.6589],[-6.539999, 54.6597],[-6.53940, 54.6605],[-6.537399, 54.6638],[-6.5368, 54.6646],[-6.5364, 54.6649],[-6.534999, 54.6651],[-6.533999, 54.6652],[-6.533299, 54.6653],[-6.53280, 54.6656],[-6.532499, 54.6658],[-6.531801, 54.6665],[-6.531099, 54.6668],[-6.529699, 54.6671],[-6.527999, 54.6674],[-6.516201, 54.6693],[-6.5123, 54.6708],[-6.487599, 54.679],[-6.468299, 54.6847],[-6.457699, 54.6783],[-6.425399, 54.6602],[-6.40710, 54.6493],[-6.406499, 54.6455],[-6.4173, 54.5997],[-6.418799, 54.5942],[-6.42590, 54.5672],[-6.45580, 54.5606],[-6.502, 54.5514],[-6.526899, 54.5447],[-6.537499, 54.5423],[-6.55170, 54.5338],[-6.56750, 54.524],[-6.57460, 54.5207],[-6.5752, 54.5200],[-6.575399, 54.5196],[-6.5756, 54.519],[-6.5756, 54.5183],[-6.57550, 54.5173],[-6.5753, 54.5143],[-6.575399, 54.5137],[-6.575699, 54.5132],[-6.5767, 54.5124],[-6.577099, 54.5121],[-6.5777, 54.5117],[-6.578199, 54.5114],[-6.579101, 54.5111],[-6.580699, 54.5107],[-6.582399, 54.5105],[-6.582699, 54.5104],[-6.5829, 54.5103],[-6.583, 54.5100],[-6.583399, 54.5078],[-6.5878, 54.5060],[-6.58870, 54.5059],[-6.589, 54.5058],[-6.59060, 54.5051],[-6.59110, 54.5050],[-6.593501, 54.5048],[-6.596099, 54.5049],[-6.5974, 54.5051],[-6.598501, 54.5053],[-6.5993, 54.5055],[-6.599501, 54.5056],[-6.599599, 54.5058],[-6.599899, 54.5069],[-6.6001, 54.5073],[-6.600399, 54.5078],[-6.600699, 54.5081],[-6.601099, 54.5083],[-6.6026, 54.5087],[-6.60330, 54.5088],[-6.604, 54.5089],[-6.607399, 54.5091],[-6.60830, 54.5090],[-6.609, 54.5089],[-6.612, 54.5081],[-6.6134, 54.5076],[-6.615099, 54.5068],[-6.616499, 54.5060],[-6.617001, 54.5057],[-6.617599, 54.5054],[-6.6181, 54.5052],[-6.61880, 54.5050],[-6.6193, 54.5049],[-6.619999, 54.5050],[-6.620399, 54.5051],[-6.621099000000002, 54.5054],[-6.622399, 54.5062],[-6.62300, 54.5064],[-6.6236, 54.5065],[-6.624101, 54.5065],[-6.624899, 54.5064],[-6.625199, 54.5063],[-6.6257, 54.5061],[-6.626201, 54.5058],[-6.626601, 54.5054],[-6.6269, 54.5050],[-6.627299, 54.5044],[-6.62760, 54.5038],[-6.6278, 54.5033],[-6.6282, 54.5023],[-6.628799, 54.5013],[-6.629, 54.5011],[-6.629301, 54.5008],[-6.6296, 54.5006],[-6.630099, 54.5003],[-6.630899, 54.5000],[-6.631801, 54.4998],[-6.6332, 54.4995],[-6.63380, 54.4993],[-6.63420, 54.4991],[-6.63460, 54.4987],[-6.634799, 54.4983],[-6.6349, 54.4978],[-6.6349, 54.4972],[-6.635, 54.4969],[-6.63520, 54.4966],[-6.636401, 54.4957],[-6.6366, 54.4955],[-6.6367, 54.4953],[-6.63710, 54.4941],[-6.6373, 54.494],[-6.6377, 54.494],[-6.639599, 54.494],[-6.639999, 54.4938],[-6.64550, 54.4892],[-6.64640, 54.4883],[-6.646699, 54.488],[-6.646801, 54.4877],[-6.646801, 54.4874],[-6.646601, 54.4861],[-6.646801, 54.4853],[-6.646801, 54.4849],[-6.6465, 54.4838],[-6.646601, 54.4834],[-6.646801, 54.483],[-6.647099, 54.4827],[-6.6476, 54.4822],[-6.6479, 54.4817],[-6.648099, 54.4813],[-6.648099, 54.481],[-6.647999, 54.4808],[-6.646299, 54.479],[-6.646201, 54.4788],[-6.6465, 54.4773],[-6.646801, 54.4769],[-6.646801, 54.4766],[-6.646699, 54.4759],[-6.646601, 54.4747],[-6.646699, 54.473],[-6.646801, 54.4726],[-6.647099, 54.4721],[-6.6475, 54.4717],[-6.647999, 54.4714],[-6.6486, 54.4712],[-6.64970, 54.4709],[-6.650499, 54.4707],[-6.65100, 54.4705],[-6.65290, 54.4695],[-6.653901, 54.469],[-6.655, 54.4685],[-6.655499, 54.4682],[-6.656099, 54.4677],[-6.6578, 54.4663],[-6.65810, 54.4661],[-6.658299, 54.466],[-6.6588, 54.4659],[-6.6602, 54.4657],[-6.6613, 54.4655],[-6.663099, 54.4651],[-6.664101, 54.4649],[-6.664599, 54.4647],[-6.66510, 54.4642],[-6.667099, 54.4607],[-6.667399, 54.46],[-6.66760, 54.4591],[-6.667699, 54.4581],[-6.667799, 54.4574],[-6.6679, 54.4567],[-6.6683, 54.4559],[-6.668799, 54.4552],[-6.669101000000002, 54.4548],[-6.67, 54.4538],[-6.67080, 54.4530],[-6.6716, 54.4523],[-6.672299, 54.4518],[-6.672699, 54.4516],[-6.67310, 54.4514],[-6.673501, 54.4513],[-6.675099, 54.4511],[-6.676401, 54.4508],[-6.676801, 54.4506],[-6.6805, 54.4471],[-6.681001, 54.4468],[-6.6814, 54.4466],[-6.6823, 54.4463],[-6.6827, 54.4462],[-6.684899, 54.4460],[-6.6879, 54.4460],[-6.6889, 54.4459],[-6.68960, 54.4457],[-6.691299, 54.4451],[-6.693299, 54.4442],[-6.693501000000002, 54.4441],[-6.693901, 54.4438],[-6.6942, 54.4434],[-6.694399, 54.4430],[-6.6946, 54.4424],[-6.695, 54.4403],[-6.695099, 54.4389],[-6.695, 54.4383],[-6.6949, 54.438],[-6.694799, 54.4379],[-6.6945, 54.4377],[-6.69240, 54.4367],[-6.6916, 54.4362],[-6.691401, 54.4360],[-6.691299, 54.4359],[-6.691201, 54.4357],[-6.6911, 54.4353],[-6.69100, 54.4339],[-6.69100, 54.4329],[-6.6911, 54.432],[-6.691299, 54.4315],[-6.6915, 54.4312],[-6.691899, 54.4309],[-6.692299, 54.4307],[-6.692699, 54.4306],[-6.693399, 54.4306],[-6.6945, 54.4307],[-6.6977, 54.4313],[-6.698299, 54.4312],[-6.6987, 54.431],[-6.6992, 54.4304],[-6.6996, 54.4298],[-6.700099, 54.4291],[-6.700799, 54.4278],[-6.701001, 54.4272],[-6.7012, 54.4267],[-6.70130, 54.4263],[-6.701401000000002, 54.4255],[-6.701401000000002, 54.4234],[-6.701401000000002, 54.4225],[-6.70130, 54.4222],[-6.7012, 54.422],[-6.7006, 54.4213],[-6.6996, 54.4201],[-6.6992, 54.4197],[-6.698999, 54.4194],[-6.698901, 54.4189],[-6.698999, 54.4185],[-6.6993, 54.4181],[-6.699999, 54.4177],[-6.7031, 54.4161],[-6.7034, 54.4159],[-6.703599, 54.4156],[-6.703701, 54.4152],[-6.7038, 54.4147],[-6.7038, 54.4144],[-6.703701, 54.4138],[-6.703599, 54.4134],[-6.7031, 54.4125],[-6.70270, 54.4117],[-6.7026, 54.4112],[-6.7026, 54.4107],[-6.702799, 54.4103],[-6.7031, 54.4099],[-6.7034, 54.4096],[-6.703701, 54.4094],[-6.7047, 54.4089],[-6.705599, 54.4085],[-6.7064, 54.408],[-6.7072, 54.4074],[-6.708, 54.4066],[-6.7083, 54.4063],[-6.7086, 54.4061],[-6.7094, 54.4058],[-6.710899, 54.4052],[-6.71210, 54.4046],[-6.7125, 54.4044],[-6.713399, 54.4042],[-6.7156, 54.4037],[-6.7163, 54.4036],[-6.718501, 54.4035],[-6.720699, 54.4035],[-6.722199, 54.4035],[-6.723, 54.4035],[-6.72520, 54.4034],[-6.725399, 54.4034],[-6.7272, 54.4036],[-6.732699, 54.4035],[-6.733099, 54.4037],[-6.7333, 54.4042],[-6.733399, 54.4107],[-6.7336, 54.4111],[-6.73410, 54.4112],[-6.735199, 54.4113],[-6.73660, 54.4112],[-6.737999000000002, 54.411],[-6.74120, 54.4105],[-6.7424, 54.4104],[-6.743, 54.4105],[-6.743501, 54.4106],[-6.743999, 54.4109],[-6.7452, 54.4118],[-6.746201, 54.412],[-6.747099, 54.412],[-6.747799, 54.4117],[-6.74830, 54.4115],[-6.749101, 54.4111],[-6.75050, 54.41],[-6.75200, 54.409],[-6.752699, 54.4088],[-6.754399, 54.4085],[-6.756299000000002, 54.4087],[-6.7579, 54.4091],[-6.7599, 54.4097],[-6.760799, 54.4101],[-6.762499, 54.4109],[-6.763999, 54.4118],[-6.764599, 54.4123],[-6.7663, 54.4144],[-6.76690, 54.4148],[-6.767399, 54.4151],[-6.768199, 54.4155],[-6.769101, 54.4158],[-6.77, 54.416],[-6.771801, 54.416],[-6.774199, 54.4156],[-6.7758, 54.4154],[-6.77780, 54.4156],[-6.7799, 54.4159],[-6.78070, 54.4162],[-6.782001, 54.417],[-6.7824, 54.4171],[-6.78440, 54.4171],[-6.787099, 54.417],[-6.7894, 54.4168],[-6.7904, 54.4166],[-6.7911, 54.4164],[-6.791601, 54.4162],[-6.792099, 54.4159],[-6.793, 54.4152],[-6.7936, 54.4145],[-6.7939, 54.414],[-6.794199, 54.4134],[-6.794799, 54.4117],[-6.79510, 54.4109],[-6.7953, 54.4106],[-6.795499, 54.4104],[-6.79570, 54.4104],[-6.795899, 54.4105],[-6.79670, 54.411],[-6.79700, 54.411],[-6.797299, 54.4109],[-6.79750, 54.4107],[-6.797599, 54.4104],[-6.797699, 54.41],[-6.7978, 54.4089],[-6.7979, 54.4086],[-6.797999000000002, 54.4084],[-6.7982, 54.4082],[-6.799301, 54.4077],[-6.799799, 54.4075],[-6.8, 54.4074],[-6.800099, 54.4072],[-6.8002, 54.407],[-6.8002, 54.4069],[-6.8002, 54.4068],[-6.800099, 54.4066],[-6.79990, 54.4065],[-6.7991, 54.4061],[-6.798901, 54.4059],[-6.7988, 54.4056],[-6.798901, 54.4048],[-6.798999000000002, 54.4045],[-6.7992, 54.4042],[-6.7995, 54.4039],[-6.801001, 54.403],[-6.8024, 54.402],[-6.80280, 54.4017],[-6.802999, 54.4014],[-6.803299, 54.4007],[-6.803501, 54.4005],[-6.8038, 54.4004],[-6.8048, 54.4002],[-6.804999, 54.4001],[-6.805099000000002, 54.3999],[-6.805099000000002, 54.3997],[-6.804999, 54.3993],[-6.804699, 54.3989],[-6.803501, 54.3978],[-6.8034, 54.3975],[-6.80310, 54.396],[-6.802999, 54.3959],[-6.80280, 54.3958],[-6.801899, 54.3956],[-6.8017, 54.3955],[-6.8016, 54.3954],[-6.8016, 54.3950],[-6.8017, 54.3947],[-6.802001, 54.3946],[-6.80370, 54.3942],[-6.8042, 54.3939],[-6.80460, 54.3936],[-6.804699, 54.3934],[-6.804699, 54.3930],[-6.804501, 54.3927],[-6.8042, 54.3926],[-6.802999, 54.3924],[-6.80270, 54.3922],[-6.802499, 54.3920],[-6.8024, 54.3917],[-6.8024, 54.3912],[-6.802499, 54.391],[-6.80280, 54.3908],[-6.803901, 54.3905],[-6.804101, 54.3904],[-6.8043, 54.3902],[-6.804501, 54.3894],[-6.804501, 54.3886],[-6.804399, 54.3878],[-6.8043, 54.3873],[-6.804101, 54.3869],[-6.802999, 54.3854],[-6.80280, 54.3849],[-6.802599, 54.3839],[-6.802499, 54.3832],[-6.802499, 54.3821],[-6.802599, 54.3816],[-6.80280, 54.3812],[-6.803199, 54.3808],[-6.804999, 54.3797],[-6.805399, 54.3794],[-6.8068, 54.3779],[-6.807199, 54.3776],[-6.809, 54.3769],[-6.809501, 54.3766],[-6.80970, 54.3764],[-6.80980, 54.3762],[-6.80980, 54.3757],[-6.80970, 54.3755],[-6.809501, 54.3753],[-6.809199, 54.3751],[-6.8081, 54.3747],[-6.808, 54.3746],[-6.808, 54.3743],[-6.8081, 54.374],[-6.80830, 54.3738],[-6.808599, 54.3737],[-6.809999, 54.3734],[-6.81020, 54.3733],[-6.8104, 54.3731],[-6.8105, 54.3728],[-6.8104, 54.3717],[-6.8105, 54.3714],[-6.810599, 54.3713],[-6.812099, 54.3698],[-6.8123, 54.3695],[-6.812399, 54.3692],[-6.8123, 54.3678],[-6.8123, 54.3675],[-6.812399, 54.3673],[-6.81250, 54.3672],[-6.8129, 54.367],[-6.816, 54.3661],[-6.8166, 54.3659],[-6.816899, 54.3657],[-6.81720, 54.3654],[-6.817699, 54.3645],[-6.817999, 54.3642],[-6.81820, 54.3641],[-6.818799, 54.3641],[-6.81910, 54.364],[-6.81920, 54.3639],[-6.81920, 54.3637],[-6.81910, 54.3635],[-6.81820, 54.3626],[-6.818099, 54.3624],[-6.818099, 54.3622],[-6.81820, 54.3619],[-6.818501, 54.3617],[-6.8187, 54.3616],[-6.81920, 54.3614],[-6.81960, 54.3614],[-6.8199, 54.3616],[-6.8203, 54.3622],[-6.820499, 54.3623],[-6.820799, 54.3623],[-6.8212, 54.3622],[-6.823299, 54.3616],[-6.82380, 54.3614],[-6.823999, 54.3613],[-6.82430, 54.361],[-6.824699, 54.3604],[-6.825099, 54.3597],[-6.8255, 54.3587],[-6.825699, 54.358],[-6.8273, 54.3547],[-6.828199, 54.3526],[-6.8283, 54.3522],[-6.8284, 54.3515],[-6.8284, 54.3495],[-6.828501, 54.3491],[-6.82940, 54.348],[-6.8319, 54.3458],[-6.832099, 54.3456],[-6.832399, 54.3451],[-6.8326, 54.3445],[-6.833, 54.3418],[-6.833099, 54.3414],[-6.833399, 54.3406],[-6.833701, 54.3399],[-6.834301, 54.3388],[-6.8347, 54.3381],[-6.83510, 54.3376],[-6.835499, 54.3373],[-6.83600, 54.3371],[-6.836801, 54.3367],[-6.837299, 54.3364],[-6.83790, 54.3359],[-6.838901, 54.3349],[-6.8392, 54.3348],[-6.83970, 54.3347],[-6.844999, 54.3342],[-6.84550, 54.3341],[-6.848, 54.3333],[-6.849899, 54.3326],[-6.8502, 54.3324],[-6.851699, 54.3309],[-6.85190, 54.3308],[-6.85230, 54.3307],[-6.85330, 54.3306],[-6.854199, 54.3307],[-6.856699, 54.3311],[-6.857999, 54.3313],[-6.85900, 54.3313],[-6.85990, 54.3312],[-6.8624, 54.3305],[-6.86380, 54.3302],[-6.864301000000002, 54.3302],[-6.865099000000002, 54.3302],[-6.8653, 54.3301],[-6.86560, 54.3296],[-6.8668, 54.3296],[-6.8677, 54.3298],[-6.868599, 54.3308],[-6.871099, 54.3342],[-6.873099, 54.3359],[-6.8743, 54.3377],[-6.87540, 54.3399],[-6.8771, 54.3444],[-6.87820, 54.3462],[-6.880599, 54.3493],[-6.881899, 54.3502],[-6.88660, 54.3519],[-6.889999, 54.3531],[-6.891201, 54.3533],[-6.898099, 54.353],[-6.8997, 54.3528],[-6.900599, 54.3531],[-6.90080, 54.3541],[-6.90070, 54.3596],[-6.90080, 54.3605],[-6.90110, 54.3617],[-6.9015, 54.3624],[-6.901899, 54.3629],[-6.9028, 54.3633],[-6.904399, 54.363],[-6.9053, 54.3629],[-6.90590, 54.3631],[-6.906899, 54.3641],[-6.90730, 54.365],[-6.9077, 54.3663],[-6.9077, 54.3671],[-6.907499, 54.3676],[-6.907199, 54.368],[-6.90590, 54.3685],[-6.905099, 54.3688],[-6.904799, 54.3700],[-6.904699, 54.3707],[-6.90500, 54.3713],[-6.905799, 54.372],[-6.90740, 54.3723],[-6.909101, 54.3727],[-6.909999, 54.3732],[-6.909699, 54.3744],[-6.909599, 54.3760],[-6.911099, 54.3771],[-6.91390, 54.3783],[-6.915599, 54.3790],[-6.9183, 54.3801],[-6.91900, 54.3800],[-6.92040, 54.3790],[-6.9216, 54.3786],[-6.922699, 54.3779],[-6.9236, 54.377],[-6.924399, 54.377],[-6.92520, 54.3778],[-6.926401, 54.3780],[-6.9288, 54.3775],[-6.92930, 54.3778],[-6.929999, 54.3787],[-6.93030, 54.3792],[-6.930699, 54.3800],[-6.930799, 54.3805],[-6.930699, 54.3810],[-6.9305, 54.3814],[-6.9302, 54.3816],[-6.928901, 54.3816],[-6.9277, 54.3819],[-6.927199, 54.3822],[-6.92710, 54.3826],[-6.92710, 54.3832],[-6.927499, 54.3837],[-6.927999, 54.3840],[-6.9296, 54.3844],[-6.931201, 54.3847],[-6.932799, 54.3846],[-6.9347, 54.3844],[-6.936601, 54.3842],[-6.93970, 54.3851],[-6.942699, 54.3867],[-6.943099, 54.3870],[-6.9432, 54.3877],[-6.9432, 54.3885],[-6.942999, 54.3894],[-6.942299, 54.3907],[-6.942299, 54.3915],[-6.9424, 54.3918],[-6.942699, 54.3920],[-6.943501, 54.3924],[-6.943901, 54.3924],[-6.9442, 54.3923],[-6.94500, 54.3917],[-6.9456, 54.3915],[-6.946401, 54.3913],[-6.9471, 54.3913],[-6.948299, 54.3915],[-6.949699, 54.3917],[-6.953501, 54.3925],[-6.956201, 54.3931],[-6.9568, 54.3933],[-6.957399, 54.3937],[-6.957799, 54.3941],[-6.9579, 54.3944],[-6.9579, 54.3948],[-6.957699, 54.3951],[-6.95720, 54.3957],[-6.9568, 54.3963],[-6.956699000000002, 54.397],[-6.9573, 54.3984],[-6.9579, 54.3991],[-6.9583, 54.3994],[-6.959199, 54.3998],[-6.9601, 54.4002],[-6.961201, 54.4007],[-6.96320, 54.4016],[-6.964799, 54.4022],[-6.96750, 54.402],[-6.970099, 54.4017],[-6.971499, 54.4016],[-6.9727, 54.4017],[-6.9739, 54.4024],[-6.975599, 54.4034],[-6.97720, 54.4048],[-6.9784, 54.4072],[-6.98, 54.4084],[-6.981699, 54.4091],[-6.982699, 54.409],[-6.983701, 54.4086],[-6.985099, 54.4078],[-6.986401, 54.4072],[-6.9882, 54.4068],[-6.991499, 54.4064],[-6.9949, 54.4064],[-6.9983, 54.4067],[-6.999199, 54.4069],[-7.000599, 54.4075],[-7.00220, 54.4088],[-7.0029, 54.4101],[-7.0028, 54.4111],[-7.002, 54.4127],[-7.002299, 54.4132],[-7.0032, 54.4135],[-7.007699, 54.4152],[-7.010499, 54.4163],[-7.012199, 54.4172],[-7.0128, 54.4175],[-7.0131, 54.4175],[-7.01380, 54.4174],[-7.01480, 54.4165],[-7.015299, 54.4163],[-7.016201, 54.4164],[-7.017001, 54.4167],[-7.0185, 54.4179],[-7.0194, 54.4187],[-7.0201, 54.4191],[-7.021, 54.4195],[-7.022299, 54.4199],[-7.02320, 54.4201],[-7.024199, 54.4203],[-7.024799, 54.4205],[-7.0253, 54.4208],[-7.025899, 54.4206],[-7.0291, 54.4198],[-7.029799000000002, 54.4196],[-7.031401, 54.4191],[-7.04810, 54.4135],[-7.0513, 54.4118],[-7.05560, 54.4058],[-7.057199, 54.4033],[-7.0601, 54.4005],[-7.0658, 54.396],[-7.0717, 54.3898],[-7.078701000000002, 54.3839],[-7.0818, 54.3814],[-7.08330, 54.3801],[-7.085299, 54.3787],[-7.087399, 54.3775],[-7.0886, 54.3769],[-7.09310, 54.3751],[-7.096401, 54.3737],[-7.10300, 54.3708],[-7.107699, 54.3687],[-7.1079, 54.3678],[-7.107699, 54.3671],[-7.106699, 54.3662],[-7.10360, 54.3646],[-7.101201, 54.3623],[-7.1001, 54.3602],[-7.099699, 54.3581],[-7.10020, 54.3563],[-7.101201, 54.3556],[-7.107, 54.3548],[-7.117899, 54.3543],[-7.121699, 54.3528],[-7.12330, 54.3516],[-7.12600, 54.3485],[-7.128399000000002, 54.3472],[-7.130499, 54.3469],[-7.1311, 54.3469],[-7.13160, 54.347],[-7.132699, 54.3471],[-7.1337, 54.347],[-7.134399, 54.3467],[-7.1352, 54.3463],[-7.135799, 54.3458],[-7.136401, 54.3453],[-7.137499, 54.3446],[-7.137899, 54.3443],[-7.138299, 54.3439],[-7.1394, 54.3421],[-7.140399, 54.3413],[-7.144101, 54.3409],[-7.145299, 54.3405],[-7.14860, 54.3379],[-7.150199, 54.3370],[-7.1525, 54.3368],[-7.157899, 54.3376],[-7.159999, 54.3379],[-7.16830, 54.3379],[-7.1729, 54.339],[-7.18090, 54.341],[-7.1838, 54.3412],[-7.184999, 54.3406],[-7.1858, 54.3396],[-7.186299, 54.3398],[-7.1897, 54.3406],[-7.1957, 54.3425],[-7.198501, 54.3421],[-7.20030, 54.3381],[-7.20440, 54.3366],[-7.209799, 54.3346],[-7.2149, 54.3343],[-7.2206, 54.3334],[-7.225699, 54.3305],[-7.231601, 54.3272],[-7.2326, 54.3273],[-7.23500, 54.3275],[-7.24180, 54.3286],[-7.24900, 54.3305],[-7.254799, 54.3322],[-7.257599, 54.3354],[-7.257999, 54.3359],[-7.258901, 54.3369],[-7.262899, 54.3425],[-7.2669, 54.3469],[-7.269101, 54.3504],[-7.27100, 54.3572],[-7.2726, 54.3625],[-7.275599, 54.3687],[-7.281099, 54.371],[-7.28650, 54.3719],[-7.291201, 54.3708],[-7.296401, 54.3692],[-7.301499, 54.3683],[-7.306201, 54.3683],[-7.3196, 54.3703],[-7.32590, 54.3706],[-7.329, 54.3722],[-7.3304, 54.3757],[-7.332799, 54.3800],[-7.33450, 54.3816],[-7.338099, 54.3831],[-7.340099000000002, 54.3861],[-7.33960, 54.3894],[-7.336299, 54.3927],[-7.3332, 54.3948],[-7.332099, 54.3988],[-7.33300, 54.4021],[-7.334599, 54.4048],[-7.3378, 54.4058],[-7.342999, 54.4082],[-7.3462, 54.4104],[-7.3493, 54.4137],[-7.3529, 54.4164],[-7.35780, 54.4176],[-7.3613, 54.4191],[-7.3613, 54.4204],[-7.3591, 54.423],[-7.3591, 54.4234],[-7.3611, 54.4294],[-7.3642, 54.4340],[-7.370299, 54.4365],[-7.37570, 54.4373],[-7.380799, 54.4383],[-7.384399, 54.4377],[-7.3873, 54.4361],[-7.3901, 54.438],[-7.3927, 54.4415],[-7.402599, 54.4401],[-7.41140, 54.4397],[-7.42220, 54.4413],[-7.422299, 54.4333],[-7.43760, 54.4272],[-7.45690, 54.4237],[-7.473701, 54.4186],[-7.489799, 54.4124],[-7.49730, 54.4094],[-7.506001, 54.407],[-7.5121, 54.4087],[-7.52250, 54.4125],[-7.528299, 54.4165],[-7.526801, 54.4201],[-7.5359, 54.424],[-7.53940, 54.4278],[-7.54330, 54.4319],[-7.556499, 54.4358],[-7.566801000000002, 54.435],[-7.5675, 54.4346],[-7.572199, 54.432],[-7.581299, 54.4328],[-7.591899, 54.4346],[-7.5989, 54.4353],[-7.604, 54.4369],[-7.612999, 54.4390],[-7.623099, 54.4391],[-7.623099, 54.4452],[-7.62540, 54.4525],[-7.618599, 54.4560],[-7.61320, 54.4561],[-7.60650, 54.4584],[-7.60480, 54.4618],[-7.612599, 54.4602],[-7.6198, 54.4617],[-7.62060, 54.4672],[-7.622399, 54.4725],[-7.62300, 54.474],[-7.626, 54.476],[-7.63840, 54.4761],[-7.6392, 54.476],[-7.636401, 54.4799],[-7.630799, 54.4843],[-7.6219, 54.4869],[-7.61410, 54.4896],[-7.608099, 54.4916],[-7.597899, 54.492],[-7.588901, 54.4947],[-7.57430, 54.5044],[-7.57340, 54.5089],[-7.570899, 54.5145],[-7.56440, 54.5232],[-7.5581, 54.5293],[-7.555699, 54.5323],[-7.5632, 54.5369],[-7.559899, 54.5399],[-7.54880, 54.5423],[-7.5398, 54.5465],[-7.529799, 54.5522],[-7.528501, 54.5565],[-7.5363, 54.5614],[-7.54290, 54.5678],[-7.553599000000002, 54.5689],[-7.5594, 54.5666],[-7.571401, 54.5644],[-7.58080, 54.5629],[-7.587, 54.5634],[-7.5891, 54.5669],[-7.598, 54.5654],[-7.5993, 54.5696],[-7.601699, 54.5717],[-7.60650, 54.5738],[-7.618299, 54.5758],[-7.623701, 54.5809],[-7.6275, 54.5827],[-7.644599, 54.5826],[-7.656801, 54.5814],[-7.66580, 54.5821],[-7.667399, 54.5840],[-7.667799, 54.5845],[-7.674301, 54.5909],[-7.676401, 54.5947],[-7.6781, 54.6017],[-7.683199, 54.6023],[-7.6937, 54.6034],[-7.694399, 54.6074],[-7.701099, 54.6098],[-7.7012, 54.6099],[-7.70130, 54.6102],[-7.70130, 54.6105],[-7.698501, 54.6123],[-7.6966, 54.6138],[-7.6957, 54.6147],[-7.695499, 54.6162],[-7.695799000000002, 54.6177],[-7.697299, 54.6187],[-7.702899, 54.6193],[-7.7052, 54.6203],[-7.70550, 54.6209],[-7.70510, 54.6215],[-7.7043, 54.6216],[-7.703501, 54.6219],[-7.702899, 54.6225],[-7.70190, 54.6237],[-7.701099, 54.6249],[-7.7002, 54.6278],[-7.700699, 54.6307],[-7.704101, 54.6336],[-7.70510, 54.6339],[-7.7058, 54.6339],[-7.708399, 54.6333],[-7.71080, 54.6318],[-7.7153, 54.6297],[-7.721601, 54.6277],[-7.73140, 54.6256],[-7.7336, 54.6247],[-7.735799, 54.6234],[-7.736401, 54.6219],[-7.737199, 54.6204],[-7.737999, 54.6197],[-7.740399, 54.6198],[-7.7485, 54.6199],[-7.753099, 54.6211],[-7.757, 54.6248],[-7.75810, 54.6251],[-7.7607, 54.6251],[-7.7668, 54.6229],[-7.77, 54.6225],[-7.7725, 54.6243],[-7.780399, 54.6305],[-7.781001, 54.6309],[-7.789501, 54.6324],[-7.79660, 54.6351],[-7.800799, 54.6374],[-7.80520, 54.6402],[-7.808199, 54.6421],[-7.8105, 54.6450],[-7.81110, 54.6450],[-7.8115, 54.6450],[-7.8129, 54.6446],[-7.81450, 54.6432],[-7.81530, 54.6424],[-7.81780, 54.6398],[-7.819699, 54.6382],[-7.823299, 54.6356],[-7.82530, 54.6344],[-7.8273, 54.6335],[-7.8289, 54.6332],[-7.8308, 54.6336],[-7.832399, 54.6339],[-7.834599, 54.6342],[-7.836201000000002, 54.6342],[-7.838399, 54.6338],[-7.840199, 54.6330],[-7.842199000000002, 54.6321],[-7.845099, 54.6313],[-7.849199, 54.6310],[-7.8508, 54.6310],[-7.852001, 54.6314],[-7.85300, 54.6319],[-7.8536, 54.6324],[-7.853799, 54.6332],[-7.85350, 54.6341],[-7.852399, 54.635],[-7.8523, 54.6355],[-7.852499000000002, 54.6359],[-7.855899, 54.6377],[-7.8578, 54.6388],[-7.8583, 54.6397],[-7.857999, 54.6403],[-7.856299, 54.6417],[-7.8543, 54.6429],[-7.85400, 54.6432],[-7.853701, 54.6434],[-7.85350, 54.6437],[-7.85350, 54.6441],[-7.853701, 54.6444],[-7.8543, 54.6447],[-7.85480, 54.6449],[-7.855299, 54.6457],[-7.855599, 54.6473],[-7.855899, 54.6492],[-7.8564, 54.6503],[-7.857, 54.651],[-7.8579, 54.6513],[-7.86000, 54.652],[-7.861801, 54.6525],[-7.86420, 54.6528],[-7.86560, 54.6531],[-7.869101, 54.6539],[-7.870399, 54.6544],[-7.872099, 54.655],[-7.872799, 54.6553],[-7.877, 54.6563],[-7.88160, 54.6577],[-7.884799, 54.658],[-7.895299, 54.6589],[-7.89760, 54.6595],[-7.9016, 54.6618],[-7.903999, 54.6653],[-7.90450, 54.6667],[-7.904699, 54.6672],[-7.906001, 54.6686],[-7.9073, 54.6701],[-7.90930, 54.6728],[-7.9113, 54.6766],[-7.911201, 54.6775],[-7.91060, 54.6784],[-7.909599, 54.6792],[-7.906401, 54.6811],[-7.900599, 54.6844],[-7.897999, 54.6864],[-7.8972, 54.6884],[-7.896601, 54.6900],[-7.896801, 54.6906],[-7.89760, 54.6910],[-7.899199, 54.6907],[-7.9057, 54.6914],[-7.907899, 54.6918],[-7.909599, 54.6922],[-7.910299, 54.6934],[-7.911699, 54.6953],[-7.91300, 54.6961],[-7.91480, 54.6966],[-7.9155, 54.6966],[-7.917099, 54.6968],[-7.918, 54.6974],[-7.91830, 54.6992],[-7.918, 54.7022],[-7.9169, 54.7034],[-7.915599, 54.7034],[-7.911099, 54.7025],[-7.907199, 54.7018],[-7.9052, 54.7025],[-7.901299000000002, 54.7031],[-7.898799, 54.7030],[-7.8944, 54.7013],[-7.89190, 54.7014],[-7.8908, 54.7017],[-7.889699, 54.7027],[-7.88780, 54.7038],[-7.8856, 54.7042],[-7.8829, 54.7038],[-7.87920, 54.7041],[-7.8776, 54.7047],[-7.875899, 54.7064],[-7.873199, 54.7088],[-7.869999, 54.7118],[-7.866001, 54.7154],[-7.863299, 54.7185],[-7.858399, 54.7231],[-7.856299, 54.7249],[-7.853199, 54.7264],[-7.8481, 54.7291],[-7.843501, 54.7309],[-7.8404, 54.7322],[-7.835199000000002, 54.7356],[-7.834, 54.7369],[-7.83290, 54.7376],[-7.83090, 54.7385],[-7.829199, 54.7387],[-7.824999, 54.7385],[-7.82070, 54.7382],[-7.817599, 54.7373],[-7.8161, 54.7365],[-7.814199, 54.7352],[-7.812399, 54.7333],[-7.8097, 54.7305],[-7.807499, 54.7272],[-7.8059, 54.7254],[-7.804501, 54.7243],[-7.80090, 54.7218],[-7.80000, 54.7214],[-7.798399, 54.7214],[-7.795599, 54.7219],[-7.7914, 54.7221],[-7.789899, 54.7219],[-7.7885, 54.7212],[-7.7856, 54.7191],[-7.783999, 54.7186],[-7.78210, 54.7181],[-7.7799, 54.7177],[-7.777999, 54.7177],[-7.7757, 54.7178],[-7.77360, 54.7161],[-7.772799, 54.7149],[-7.772399, 54.7137],[-7.772299000000002, 54.7124],[-7.771801, 54.7117],[-7.7705, 54.7114],[-7.7668, 54.711],[-7.7557, 54.7104],[-7.754, 54.7102],[-7.749199, 54.7085],[-7.745399, 54.708],[-7.744999, 54.708],[-7.7444, 54.7084],[-7.7438, 54.7093],[-7.7428, 54.7107],[-7.742001, 54.7122],[-7.740399, 54.714],[-7.73710, 54.7162],[-7.734399, 54.7174],[-7.7311, 54.7187],[-7.72400, 54.721],[-7.716499, 54.7237],[-7.7132, 54.7258],[-7.710199, 54.727],[-7.7068, 54.7271],[-7.702799000000002, 54.7271],[-7.69670, 54.7261],[-7.694699, 54.7265],[-7.6936, 54.7276],[-7.6928, 54.7291],[-7.6907, 54.7301],[-7.68300, 54.7317],[-7.67840, 54.7321],[-7.6753, 54.7328],[-7.67420, 54.7342],[-7.6711, 54.7366],[-7.66470, 54.7392],[-7.6557, 54.7436],[-7.6398, 54.7506],[-7.6378, 54.7514],[-7.63530, 54.7514],[-7.633901000000002, 54.7513],[-7.6227, 54.7479],[-7.61840, 54.7454],[-7.6152, 54.7444],[-7.6121, 54.7445],[-7.6072, 54.7446],[-7.6057, 54.7449],[-7.60290, 54.7458],[-7.599101, 54.7463],[-7.5956, 54.7463],[-7.59160, 54.7455],[-7.588399, 54.7452],[-7.58650, 54.7466],[-7.5851, 54.7496],[-7.58350, 54.7510],[-7.57840, 54.7521],[-7.575699, 54.7519],[-7.574399, 54.7503],[-7.573901000000002, 54.7486],[-7.574999, 54.7451],[-7.574999, 54.7446],[-7.57320, 54.7443],[-7.56960, 54.7448],[-7.568501, 54.7446],[-7.566, 54.7446],[-7.563099, 54.7454],[-7.559101, 54.7464],[-7.555699, 54.7465],[-7.5524, 54.7464],[-7.547999, 54.7434],[-7.546401, 54.743],[-7.544301, 54.7432],[-7.541601, 54.7451],[-7.538, 54.7483],[-7.535399, 54.7510],[-7.53480, 54.7521],[-7.53480, 54.7525],[-7.536099, 54.7530],[-7.538599, 54.7541],[-7.542099, 54.7552],[-7.5447, 54.7564],[-7.546, 54.7577],[-7.546401, 54.7589],[-7.5467, 54.7603],[-7.54650, 54.7621],[-7.5457, 54.7639],[-7.54510, 54.7665],[-7.544799, 54.7682],[-7.545, 54.77],[-7.54460, 54.7731],[-7.54460, 54.7757],[-7.544, 54.7772],[-7.54230, 54.7798],[-7.5415, 54.7818],[-7.5411, 54.7842],[-7.5411, 54.7866],[-7.54140, 54.7882],[-7.5425, 54.789],[-7.5445, 54.7906],[-7.5445, 54.7913],[-7.54360, 54.793],[-7.54140, 54.795],[-7.53760, 54.7986],[-7.53520, 54.8007],[-7.5338, 54.8013],[-7.532499, 54.8016],[-7.527299, 54.8022],[-7.5257, 54.8026],[-7.5251, 54.8031],[-7.524301, 54.804],[-7.524301, 54.8051],[-7.524799, 54.8074],[-7.5247, 54.8079],[-7.52450, 54.8082],[-7.52400, 54.8085],[-7.51940, 54.8104],[-7.515299, 54.8123],[-7.51280, 54.8137],[-7.5092, 54.8152],[-7.497499, 54.8199],[-7.49060, 54.8225],[-7.485199, 54.8238],[-7.4829, 54.8243],[-7.481699, 54.8243],[-7.480199, 54.8244],[-7.47900, 54.8250],[-7.478799, 54.8254],[-7.478199, 54.8267],[-7.477399, 54.8282],[-7.477001, 54.829],[-7.476201, 54.8306],[-7.4751, 54.8318],[-7.472199, 54.8333],[-7.471401, 54.8341],[-7.4709, 54.8346],[-7.469699, 54.8367],[-7.4692, 54.8378],[-7.4684, 54.8411],[-7.467199, 54.8427],[-7.465, 54.8445],[-7.463799, 54.8452],[-7.4633, 54.8461],[-7.462399, 54.8472],[-7.460599, 54.8488],[-7.460199, 54.8497],[-7.4604, 54.8515],[-7.460499, 54.8523],[-7.460499, 54.8528],[-7.460299, 54.853],[-7.45970, 54.8533],[-7.45690, 54.8538],[-7.454501, 54.854],[-7.4539, 54.8542],[-7.452799, 54.855],[-7.452001, 54.8564],[-7.45180, 54.8584],[-7.451401, 54.8593],[-7.44990, 54.8609],[-7.445, 54.8663],[-7.4421, 54.8708],[-7.441299, 54.8740],[-7.4411, 54.8769],[-7.4411, 54.8794],[-7.441401, 54.8824],[-7.442, 54.8841],[-7.44320, 54.8857],[-7.4449, 54.8875],[-7.448501, 54.8915],[-7.44990, 54.8935],[-7.450699, 54.8963],[-7.4506, 54.899],[-7.450399, 54.9009],[-7.450099, 54.9028],[-7.448999, 54.9045],[-7.447199, 54.907],[-7.444799, 54.91],[-7.444399, 54.9123],[-7.444399, 54.9139],[-7.444699000000002, 54.9167],[-7.445499, 54.9193],[-7.44610, 54.9237],[-7.4463, 54.9284],[-7.446499, 54.9324],[-7.446001, 54.9350],[-7.445199, 54.9362],[-7.442, 54.9391],[-7.43720, 54.9412],[-7.433199, 54.9424],[-7.4274, 54.9429],[-7.4185, 54.943],[-7.406499, 54.9428],[-7.397, 54.9442],[-7.395199, 54.9452],[-7.393701, 54.9461],[-7.3935, 54.9471],[-7.3929, 54.9467],[-7.389999, 54.9435]]]]}, properties:{name:"Tyrone"}}, {type:"Feature", geometry:{type:"MultiPolygon", coordinates:[[[[-4.382999, 54.3315],[-4.3825, 54.3304],[-4.3803, 54.3270],[-4.380099, 54.3259],[-4.38000, 54.3258],[-4.379301, 54.3257],[-4.3779, 54.3255],[-4.3779, 54.3253],[-4.3783, 54.3251],[-4.3803, 54.3247],[-4.381899, 54.3248],[-4.383399, 54.3271],[-4.385799, 54.3309],[-4.3862, 54.3312],[-4.3868, 54.3312],[-4.387199, 54.3309],[-4.387199, 54.3304],[-4.3868, 54.3299],[-4.3838, 54.3267],[-4.382899, 54.3250],[-4.383501, 54.3243],[-4.3831, 54.3234],[-4.381001, 54.3232],[-4.3795, 54.3238],[-4.3776, 54.3245],[-4.376, 54.3246],[-4.3755, 54.3245],[-4.3755, 54.3244],[-4.375899, 54.3242],[-4.376601, 54.3240],[-4.377, 54.3236],[-4.3769, 54.3231],[-4.376601, 54.3221],[-4.376, 54.3214],[-4.375299, 54.3207],[-4.374199, 54.3202],[-4.3733, 54.3199],[-4.372499, 54.3200],[-4.370299, 54.3206],[-4.3662, 54.3217],[-4.365499, 54.3213],[-4.3656, 54.3210],[-4.3662, 54.3207],[-4.3684, 54.3201],[-4.3715, 54.3197],[-4.372799, 54.3194],[-4.3726, 54.3190],[-4.371, 54.3172],[-4.3699, 54.316],[-4.3688, 54.3153],[-4.3627, 54.3132],[-4.358399, 54.3117],[-4.355899, 54.3111],[-4.3534, 54.3111],[-4.353, 54.3111],[-4.352499, 54.3117],[-4.3523, 54.3126],[-4.352099, 54.3131],[-4.3515, 54.3131],[-4.349101, 54.3119],[-4.348199, 54.3108],[-4.3467, 54.3095],[-4.3453, 54.3087],[-4.341401, 54.3084],[-4.333701, 54.308],[-4.331201, 54.3074],[-4.325699, 54.3061],[-4.3191, 54.3048],[-4.3167, 54.3043],[-4.314301, 54.3035],[-4.313, 54.3027],[-4.311299, 54.3011],[-4.3098, 54.2999],[-4.309101, 54.2986],[-4.308599, 54.2974],[-4.308599, 54.297],[-4.309, 54.2965],[-4.310699, 54.2955],[-4.314799, 54.2949],[-4.3153, 54.2947],[-4.3154, 54.2943],[-4.315599, 54.2924],[-4.3161, 54.2921],[-4.3175, 54.2919],[-4.319699, 54.2914],[-4.321801, 54.2917],[-4.3238, 54.2928],[-4.3243, 54.2928],[-4.325399, 54.2927],[-4.325699, 54.2924],[-4.325799, 54.2919],[-4.325699, 54.2905],[-4.324999, 54.2878],[-4.324999, 54.2864],[-4.323999, 54.2853],[-4.3227, 54.2843],[-4.322599, 54.2838],[-4.322599, 54.2832],[-4.3231, 54.2828],[-4.3249, 54.2813],[-4.3263, 54.2807],[-4.328599, 54.2784],[-4.329899, 54.2774],[-4.331201, 54.2769],[-4.333399, 54.2763],[-4.335499, 54.2742],[-4.3379, 54.2730],[-4.339399, 54.2722],[-4.33990, 54.2714],[-4.3403, 54.2703],[-4.3406, 54.2682],[-4.341001, 54.2665],[-4.3416, 54.2654],[-4.342299, 54.2646],[-4.3431, 54.2645],[-4.344301, 54.2650],[-4.3469, 54.2671],[-4.3501, 54.2715],[-4.354, 54.2793],[-4.3548, 54.2798],[-4.355, 54.2796],[-4.355199, 54.2792],[-4.3545, 54.2768],[-4.3526, 54.2724],[-4.3515, 54.2705],[-4.3468, 54.2657],[-4.3453, 54.2639],[-4.3448, 54.2627],[-4.3448, 54.2622],[-4.3452, 54.2616],[-4.346099, 54.2610],[-4.3473, 54.2605],[-4.348199, 54.2600],[-4.350299, 54.2578],[-4.3536, 54.2553],[-4.357, 54.2534],[-4.3606, 54.2515],[-4.360899, 54.2513],[-4.361001, 54.2509],[-4.3607, 54.2504],[-4.3607, 54.25],[-4.3613, 54.2497],[-4.3634, 54.2488],[-4.364799, 54.2480],[-4.366099, 54.2468],[-4.366601, 54.2462],[-4.366899, 54.2446],[-4.3673, 54.2441],[-4.368, 54.2434],[-4.368, 54.2429],[-4.3677, 54.2426],[-4.366601, 54.2424],[-4.3659, 54.2417],[-4.365699, 54.2414],[-4.365699, 54.2405],[-4.3662, 54.2399],[-4.3667, 54.239],[-4.368, 54.2373],[-4.368701, 54.235],[-4.369101, 54.234],[-4.3694, 54.2334],[-4.3708, 54.2322],[-4.372399, 54.2309],[-4.3744, 54.2304],[-4.3769, 54.2294],[-4.3792, 54.2277],[-4.382699, 54.2264],[-4.3849, 54.226],[-4.386499, 54.2261],[-4.388599, 54.2272],[-4.389101, 54.2271],[-4.3892, 54.2267],[-4.3888, 54.2262],[-4.3888, 54.2254],[-4.3906, 54.2243],[-4.3939, 54.2222],[-4.395, 54.2205],[-4.3997, 54.2161],[-4.4001, 54.2151],[-4.4004, 54.2137],[-4.4007, 54.2085],[-4.400599, 54.2065],[-4.400199, 54.2058],[-4.399301, 54.2048],[-4.397099, 54.2041],[-4.3944, 54.2037],[-4.391601, 54.2029],[-4.3901, 54.2020],[-4.386899, 54.1995],[-4.3863, 54.1986],[-4.3862, 54.1980],[-4.386099, 54.1971],[-4.3862, 54.1961],[-4.387001, 54.1949],[-4.3893, 54.1927],[-4.3927, 54.1912],[-4.396601, 54.1889],[-4.398399, 54.1873],[-4.4008, 54.1846],[-4.4012, 54.1840],[-4.401401, 54.1828],[-4.4021, 54.1818],[-4.403901, 54.1805],[-4.407899, 54.1793],[-4.412099, 54.1783],[-4.416201, 54.1775],[-4.418, 54.1767],[-4.4191, 54.176],[-4.4195, 54.1755],[-4.4197, 54.1747],[-4.420499, 54.1732],[-4.421801, 54.1718],[-4.4246, 54.1704],[-4.429501, 54.169],[-4.4335, 54.168],[-4.436, 54.168],[-4.4373, 54.1686],[-4.4383, 54.169],[-4.440599, 54.1693],[-4.44100, 54.1695],[-4.4422, 54.1697],[-4.4428, 54.1696],[-4.4441, 54.1689],[-4.4467, 54.1667],[-4.4477, 54.1664],[-4.4496, 54.1665],[-4.4526, 54.1669],[-4.4575, 54.1668],[-4.460899, 54.1667],[-4.4621, 54.1665],[-4.464799, 54.1655],[-4.471001, 54.1606],[-4.474699, 54.1569],[-4.4752, 54.1563],[-4.475599, 54.1554],[-4.475599, 54.1543],[-4.475399, 54.1529],[-4.47510, 54.1525],[-4.4733, 54.1510],[-4.4706, 54.1495],[-4.4699, 54.1493],[-4.4699, 54.1490],[-4.4706, 54.1485],[-4.4703, 54.1467],[-4.4688, 54.1460],[-4.4681, 54.1460],[-4.4663, 54.1474],[-4.466001, 54.1473],[-4.465899, 54.1471],[-4.4666, 54.1461],[-4.4666, 54.1457],[-4.466401, 54.1453],[-4.4649, 54.1437],[-4.4649, 54.1435],[-4.466801, 54.1421],[-4.475699, 54.1384],[-4.4786, 54.1374],[-4.4841, 54.1358],[-4.486899, 54.1349],[-4.488999, 54.1334],[-4.492599, 54.1311],[-4.4963, 54.1295],[-4.499, 54.1279],[-4.500299, 54.1271],[-4.501, 54.127],[-4.50210, 54.1271],[-4.5045, 54.1275],[-4.5062, 54.1278],[-4.507899, 54.1277],[-4.5092, 54.1278],[-4.5102, 54.1284],[-4.510799, 54.1284],[-4.5127, 54.1275],[-4.513999, 54.1276],[-4.516201, 54.1282],[-4.51680, 54.1282],[-4.5173, 54.128],[-4.5189, 54.1272],[-4.5198, 54.1267],[-4.520199, 54.1266],[-4.521299, 54.1271],[-4.522099, 54.1272],[-4.5226, 54.1268],[-4.522999, 54.1264],[-4.5244, 54.1260],[-4.5253, 54.1254],[-4.5261, 54.1246],[-4.5286, 54.124],[-4.5292, 54.1236],[-4.5296, 54.1231],[-4.529699, 54.1226],[-4.529301, 54.122],[-4.528999, 54.121],[-4.5291, 54.1206],[-4.529301, 54.12],[-4.5296, 54.1194],[-4.529699, 54.1187],[-4.5291, 54.118],[-4.5295, 54.1172],[-4.530099, 54.1169],[-4.531499, 54.1167],[-4.532499, 54.1158],[-4.5355, 54.1143],[-4.538701, 54.1132],[-4.541, 54.1126],[-4.5414, 54.1123],[-4.541601, 54.1117],[-4.5423, 54.1081],[-4.543701, 54.1053],[-4.544799, 54.1042],[-4.546299, 54.1034],[-4.5486, 54.1021],[-4.550499, 54.1019],[-4.5524, 54.1019],[-4.555099, 54.102],[-4.556201, 54.102],[-4.5583, 54.1016],[-4.5604, 54.1019],[-4.5623, 54.1021],[-4.564301, 54.1019],[-4.567699, 54.1017],[-4.5699, 54.102],[-4.573599, 54.1027],[-4.5763, 54.1034],[-4.576601, 54.1034],[-4.5769, 54.1032],[-4.5769, 54.1028],[-4.576499, 54.1024],[-4.576499, 54.1019],[-4.576601, 54.1015],[-4.5769, 54.1013],[-4.579199, 54.1011],[-4.5811, 54.1003],[-4.581601, 54.0999],[-4.5826, 54.0994],[-4.58390, 54.0992],[-4.5857, 54.099],[-4.586401, 54.0988],[-4.587, 54.0985],[-4.587699, 54.0977],[-4.589, 54.0968],[-4.590799, 54.0962],[-4.593599, 54.096],[-4.595099, 54.096],[-4.5955, 54.0954],[-4.5953, 54.0948],[-4.594999, 54.0943],[-4.5956, 54.0937],[-4.5976, 54.0924],[-4.600599, 54.0916],[-4.601699, 54.0917],[-4.6036, 54.0927],[-4.604, 54.0927],[-4.604101, 54.0924],[-4.603, 54.0916],[-4.6023, 54.0910],[-4.6023, 54.0908],[-4.602499, 54.0905],[-4.603199, 54.0900],[-4.605, 54.0892],[-4.6054, 54.0888],[-4.6055, 54.0878],[-4.606299, 54.0868],[-4.6096, 54.0846],[-4.6116, 54.0836],[-4.612199, 54.0831],[-4.6124, 54.0824],[-4.6128, 54.0816],[-4.6132, 54.0808],[-4.6137, 54.0803],[-4.614301, 54.0802],[-4.616001, 54.0808],[-4.617099, 54.0808],[-4.6177, 54.0807],[-4.6184, 54.0806],[-4.6188, 54.0804],[-4.619501, 54.0800],[-4.6199, 54.0797],[-4.621201, 54.0779],[-4.62150, 54.0766],[-4.6214, 54.0757],[-4.621099, 54.0745],[-4.620399, 54.0736],[-4.6189, 54.0727],[-4.617499, 54.0721],[-4.6156, 54.0716],[-4.613999, 54.0717],[-4.613299, 54.0717],[-4.612599, 54.0721],[-4.609301, 54.0742],[-4.607999, 54.0750],[-4.6055, 54.0756],[-4.6039, 54.0757],[-4.6034, 54.0755],[-4.6034, 54.0753],[-4.6035, 54.0749],[-4.603701, 54.0747],[-4.604199, 54.0740],[-4.604599, 54.0737],[-4.6051, 54.0737],[-4.6064, 54.0737],[-4.607399, 54.0739],[-4.607999, 54.0738],[-4.60830, 54.0736],[-4.6086, 54.0730],[-4.6085, 54.0727],[-4.607999, 54.0727],[-4.607999, 54.0721],[-4.608099, 54.0718],[-4.6086, 54.0706],[-4.612199, 54.0667],[-4.614301, 54.0644],[-4.6153, 54.0638],[-4.616001, 54.0634],[-4.616099, 54.063],[-4.615699, 54.0623],[-4.6156, 54.0621],[-4.6167, 54.0612],[-4.622099, 54.0562],[-4.623701, 54.0544],[-4.6244, 54.0543],[-4.6251, 54.0546],[-4.626, 54.0557],[-4.627299, 54.0557],[-4.6291, 54.0552],[-4.63, 54.0551],[-4.630099, 54.0552],[-4.630099, 54.0554],[-4.6299, 54.0557],[-4.6286, 54.0564],[-4.6265, 54.0576],[-4.626201, 54.0582],[-4.6258, 54.0592],[-4.625299, 54.0606],[-4.6235, 54.0623],[-4.622799, 54.0633],[-4.622799, 54.0638],[-4.623, 54.0653],[-4.623, 54.0659],[-4.6226, 54.0668],[-4.621201, 54.0681],[-4.621201, 54.0686],[-4.62150, 54.0696],[-4.6226, 54.0717],[-4.624501, 54.0738],[-4.6264, 54.0748],[-4.629301, 54.0759],[-4.632, 54.0767],[-4.633999, 54.0770],[-4.637001, 54.0773],[-4.6413, 54.0772],[-4.644599, 54.0765],[-4.647, 54.0761],[-4.6486, 54.0752],[-4.6491, 54.0744],[-4.6495, 54.0736],[-4.6497, 54.0730],[-4.650599, 54.0729],[-4.651899, 54.0729],[-4.65450, 54.0721],[-4.658501, 54.0703],[-4.66060, 54.0693],[-4.6613, 54.0688],[-4.6618, 54.0685],[-4.662001, 54.0681],[-4.660399, 54.0676],[-4.6602, 54.0672],[-4.6602, 54.0669],[-4.660299, 54.0668],[-4.6608, 54.0666],[-4.661099, 54.0663],[-4.661099, 54.0662],[-4.660699, 54.0659],[-4.66060, 54.0657],[-4.6609, 54.0654],[-4.662001, 54.0654],[-4.6623, 54.0652],[-4.662399, 54.0649],[-4.662099, 54.0642],[-4.662099, 54.064],[-4.662199, 54.0639],[-4.662399, 54.0638],[-4.663701, 54.0634],[-4.664, 54.0628],[-4.664101, 54.0622],[-4.664199, 54.0621],[-4.6647, 54.0622],[-4.6651, 54.0624],[-4.6673, 54.063],[-4.6716, 54.0631],[-4.672599, 54.0634],[-4.6774, 54.0658],[-4.6793, 54.0669],[-4.681099, 54.0689],[-4.681601, 54.0697],[-4.6817, 54.0723],[-4.681601, 54.0727],[-4.680399, 54.0738],[-4.680399, 54.0740],[-4.680699, 54.0742],[-4.683, 54.0739],[-4.6835, 54.0742],[-4.6839, 54.0753],[-4.684501, 54.0759],[-4.685299, 54.0760],[-4.685599, 54.0762],[-4.685699, 54.0766],[-4.684999, 54.0774],[-4.68510, 54.0777],[-4.6875, 54.0789],[-4.689199, 54.0798],[-4.6894, 54.0797],[-4.6895, 54.0795],[-4.6897, 54.0789],[-4.6901, 54.0787],[-4.690499, 54.0787],[-4.69110, 54.0796],[-4.691299, 54.0808],[-4.6908, 54.0824],[-4.6908, 54.0828],[-4.691201, 54.0831],[-4.6932, 54.0839],[-4.697899, 54.0847],[-4.7073, 54.0852],[-4.709599, 54.0850],[-4.7119, 54.0843],[-4.7141, 54.0843],[-4.716499, 54.0848],[-4.720799, 54.0848],[-4.726, 54.0842],[-4.7272, 54.0836],[-4.7289, 54.0823],[-4.729199, 54.0817],[-4.729199, 54.0804],[-4.728199, 54.0790],[-4.728099, 54.0788],[-4.728099, 54.0784],[-4.729199, 54.0781],[-4.73, 54.0781],[-4.731801, 54.0785],[-4.733399, 54.0792],[-4.733799, 54.0792],[-4.7346, 54.0789],[-4.735799, 54.0786],[-4.7362, 54.0783],[-4.7363, 54.0775],[-4.735799, 54.0766],[-4.735799, 54.0760],[-4.7361, 54.0752],[-4.7366, 54.0739],[-4.7366, 54.0729],[-4.736401, 54.0725],[-4.736001, 54.0725],[-4.734301, 54.0744],[-4.7341, 54.0746],[-4.733901, 54.0742],[-4.734, 54.0736],[-4.7345, 54.0729],[-4.734399, 54.072],[-4.732399, 54.0714],[-4.7321, 54.0713],[-4.7321, 54.0707],[-4.7321, 54.0706],[-4.7333, 54.0700],[-4.733399, 54.0697],[-4.733099, 54.0692],[-4.732999, 54.0689],[-4.733399, 54.0686],[-4.735199, 54.0681],[-4.7387, 54.0680],[-4.740499, 54.0681],[-4.7409, 54.0684],[-4.741401, 54.0691],[-4.742001, 54.0700],[-4.7424, 54.0704],[-4.744101, 54.0708],[-4.7455, 54.0707],[-4.7458, 54.0707],[-4.747001, 54.0706],[-4.747499, 54.0704],[-4.7479, 54.0702],[-4.7485, 54.0694],[-4.748799, 54.0685],[-4.749501, 54.0678],[-4.751801, 54.0664],[-4.7525, 54.0659],[-4.752699, 54.0654],[-4.752699, 54.0647],[-4.752299, 54.0634],[-4.7525, 54.0628],[-4.7541, 54.0624],[-4.755199, 54.0615],[-4.755599, 54.0613],[-4.756899, 54.0613],[-4.7578, 54.0614],[-4.759399, 54.0618],[-4.76090, 54.0618],[-4.763501, 54.0613],[-4.76790, 54.0613],[-4.7686, 54.0612],[-4.7693, 54.0609],[-4.7707, 54.0595],[-4.7711, 54.0589],[-4.7711, 54.0586],[-4.771, 54.0585],[-4.7701, 54.0579],[-4.7701, 54.0575],[-4.770599, 54.0572],[-4.7729, 54.0567],[-4.7761, 54.0564],[-4.7778, 54.0563],[-4.77920, 54.0566],[-4.779699, 54.0569],[-4.781001, 54.0584],[-4.7813, 54.0588],[-4.781401, 54.0597],[-4.7816, 54.0601],[-4.7828, 54.0617],[-4.783299, 54.0622],[-4.7837, 54.0624],[-4.784101, 54.0626],[-4.784599, 54.0625],[-4.786099, 54.0617],[-4.786601, 54.0615],[-4.7873, 54.0614],[-4.787899, 54.0616],[-4.7883, 54.0620],[-4.7885, 54.0626],[-4.788599, 54.063],[-4.788799, 54.0633],[-4.7893, 54.0634],[-4.791699, 54.0633],[-4.792, 54.0634],[-4.792399, 54.0636],[-4.7929, 54.0645],[-4.7932, 54.0651],[-4.7932, 54.0664],[-4.793099, 54.0673],[-4.792699, 54.0679],[-4.79140, 54.0687],[-4.7893, 54.0689],[-4.787799, 54.0696],[-4.7873, 54.0702],[-4.787099, 54.0724],[-4.7869, 54.0736],[-4.7863, 54.0742],[-4.784599, 54.0751],[-4.7831, 54.0755],[-4.7788, 54.0763],[-4.7782, 54.0766],[-4.777599, 54.0775],[-4.7772, 54.0784],[-4.776899, 54.0788],[-4.775899, 54.0796],[-4.775, 54.0802],[-4.774199, 54.0806],[-4.7722, 54.0828],[-4.77050, 54.0854],[-4.7701, 54.0856],[-4.7689, 54.0858],[-4.767799, 54.086],[-4.767001, 54.086],[-4.764999, 54.0854],[-4.7612, 54.0851],[-4.7596, 54.0850],[-4.759399, 54.0851],[-4.759301, 54.0854],[-4.759399, 54.0865],[-4.759399, 54.0877],[-4.759399, 54.0885],[-4.76, 54.0889],[-4.762001, 54.0901],[-4.7621, 54.0907],[-4.762199, 54.0914],[-4.7624, 54.0916],[-4.763199, 54.0916],[-4.7648, 54.0915],[-4.768099, 54.0915],[-4.773399, 54.0913],[-4.7753, 54.0915],[-4.77660, 54.0922],[-4.777699, 54.0928],[-4.7786, 54.094],[-4.7787, 54.0944],[-4.7786, 54.095],[-4.7782, 54.0957],[-4.7782, 54.0967],[-4.777999, 54.0973],[-4.7771, 54.0977],[-4.776, 54.0981],[-4.775499, 54.0986],[-4.7753, 54.0996],[-4.775, 54.1002],[-4.774799, 54.1005],[-4.7735, 54.1007],[-4.7722, 54.1011],[-4.771699, 54.1023],[-4.771601, 54.1029],[-4.7708, 54.1039],[-4.77, 54.1045],[-4.7693, 54.1048],[-4.768701, 54.1051],[-4.768099, 54.1058],[-4.7676, 54.1067],[-4.7665, 54.1079],[-4.765699, 54.1083],[-4.763901, 54.1084],[-4.7631, 54.1086],[-4.762599, 54.1089],[-4.760099, 54.1089],[-4.758901, 54.109],[-4.757899, 54.1093],[-4.755599, 54.1102],[-4.7549, 54.1101],[-4.7536, 54.1096],[-4.7526, 54.1078],[-4.751801, 54.1073],[-4.7505, 54.1073],[-4.749899, 54.1076],[-4.749599, 54.1084],[-4.749, 54.1104],[-4.7479, 54.1142],[-4.7472, 54.1154],[-4.747099, 54.117],[-4.7469, 54.118],[-4.746201, 54.1192],[-4.743, 54.1211],[-4.7412, 54.1234],[-4.736801, 54.127],[-4.7354, 54.1285],[-4.7353, 54.1294],[-4.7357, 54.1312],[-4.7356, 54.1325],[-4.7346, 54.1338],[-4.732299, 54.1359],[-4.730599, 54.1391],[-4.730199, 54.1403],[-4.730199, 54.1412],[-4.73040, 54.1429],[-4.730899, 54.1443],[-4.732999, 54.1458],[-4.7332, 54.1463],[-4.7328, 54.1493],[-4.731801, 54.1522],[-4.731, 54.1539],[-4.730899, 54.1546],[-4.7311, 54.1554],[-4.732299, 54.1566],[-4.734399, 54.1585],[-4.735799, 54.1604],[-4.737299, 54.1618],[-4.739399, 54.1638],[-4.741001, 54.1652],[-4.7412, 54.1656],[-4.741001, 54.1662],[-4.740399, 54.1672],[-4.739999, 54.1681],[-4.739999, 54.1687],[-4.7406, 54.1696],[-4.740399, 54.1708],[-4.7396, 54.1716],[-4.738299, 54.172],[-4.7382, 54.1722],[-4.7387, 54.1733],[-4.7387, 54.1739],[-4.738299, 54.1747],[-4.737599, 54.1753],[-4.7362, 54.1757],[-4.73290, 54.1764],[-4.729599, 54.1783],[-4.7276, 54.1799],[-4.7259, 54.1812],[-4.7219, 54.1846],[-4.7206, 54.1856],[-4.7198, 54.1870],[-4.719699, 54.1876],[-4.719699, 54.1896],[-4.719301, 54.1906],[-4.71810, 54.1915],[-4.7174, 54.1925],[-4.717299, 54.1929],[-4.717299, 54.1934],[-4.717599, 54.1945],[-4.717899, 54.1969],[-4.7178, 54.1979],[-4.717299, 54.1988],[-4.714399, 54.2012],[-4.7142, 54.2018],[-4.7141, 54.2025],[-4.714, 54.2035],[-4.714, 54.2042],[-4.7147, 54.2056],[-4.717899, 54.2095],[-4.7187, 54.2105],[-4.7187, 54.2112],[-4.7187, 54.2119],[-4.71820, 54.2125],[-4.713099, 54.2153],[-4.711699, 54.2162],[-4.711299, 54.2171],[-4.711, 54.2184],[-4.709599, 54.2199],[-4.707001, 54.2221],[-4.703199, 54.2243],[-4.701001, 54.2252],[-4.699999, 54.2257],[-4.69990, 54.2259],[-4.69980, 54.226],[-4.700099, 54.2268],[-4.700099, 54.2271],[-4.69990, 54.2273],[-4.6974, 54.2281],[-4.6967, 54.2282],[-4.6967, 54.228],[-4.697899, 54.2272],[-4.6982, 54.2265],[-4.6982, 54.2257],[-4.696801, 54.2252],[-4.6941, 54.2251],[-4.691801, 54.2254],[-4.6901, 54.2257],[-4.6854, 54.2273],[-4.6826, 54.228],[-4.682001, 54.2284],[-4.6817, 54.2287],[-4.681001, 54.2301],[-4.679999, 54.2309],[-4.677599, 54.2318],[-4.670899, 54.2329],[-4.668, 54.2336],[-4.665299, 54.2348],[-4.660299, 54.2366],[-4.658999, 54.2374],[-4.658199, 54.2384],[-4.6567, 54.2398],[-4.6563, 54.2406],[-4.656099, 54.2416],[-4.6559, 54.2418],[-4.653999, 54.2431],[-4.6482, 54.2469],[-4.644899, 54.249],[-4.644101, 54.2499],[-4.643701, 54.2501],[-4.6392, 54.2513],[-4.637899, 54.252],[-4.635399, 54.2544],[-4.6336, 54.2556],[-4.6261, 54.2598],[-4.620299, 54.2641],[-4.614699, 54.2682],[-4.612299, 54.2695],[-4.610199, 54.2708],[-4.606, 54.275],[-4.599, 54.2827],[-4.5969, 54.2855],[-4.5896, 54.2963],[-4.5876, 54.2996],[-4.5861, 54.302],[-4.585, 54.3045],[-4.582399, 54.3102],[-4.5794, 54.3144],[-4.576099, 54.3183],[-4.5734, 54.3216],[-4.5679, 54.3276],[-4.566299, 54.3288],[-4.564101, 54.33],[-4.5625, 54.3312],[-4.5588, 54.3352],[-4.557099, 54.3387],[-4.5553, 54.342],[-4.552999, 54.3466],[-4.5506, 54.351],[-4.5492, 54.3555],[-4.5482, 54.3568],[-4.544899, 54.3605],[-4.540699, 54.3644],[-4.53510, 54.3688],[-4.5267, 54.3736],[-4.5156, 54.3787],[-4.511099, 54.3804],[-4.502699, 54.3835],[-4.496201, 54.3858],[-4.490099, 54.3888],[-4.481801, 54.3919],[-4.474, 54.3946],[-4.4671, 54.3974],[-4.460199, 54.4001],[-4.4565, 54.4011],[-4.452199, 54.4016],[-4.446001, 54.4023],[-4.4389, 54.403],[-4.4334, 54.4036],[-4.4267, 54.4045],[-4.4222, 54.4054],[-4.4148, 54.4071],[-4.41050, 54.4081],[-4.4066, 54.4091],[-4.400499, 54.4104],[-4.389999, 54.4134],[-4.3866, 54.4145],[-4.38000, 54.4158],[-4.3743, 54.4174],[-4.3663, 54.4187],[-4.363999, 54.4187],[-4.362999, 54.4187],[-4.3627, 54.4185],[-4.361499, 54.4173],[-4.361001, 54.4163],[-4.3606, 54.4156],[-4.3606, 54.4133],[-4.361001, 54.4093],[-4.3616, 54.4029],[-4.3616, 54.3962],[-4.3621, 54.3925],[-4.3628, 54.3897],[-4.365099, 54.3846],[-4.3667, 54.3806],[-4.3681, 54.3776],[-4.37140, 54.3715],[-4.376299, 54.3641],[-4.377299, 54.3617],[-4.380199, 54.3558],[-4.381899, 54.3508],[-4.3828, 54.345],[-4.3831, 54.3345],[-4.3832, 54.3326],[-4.382999, 54.3315]]],[[[-4.801801, 54.0611],[-4.799799, 54.06],[-4.799399, 54.0587],[-4.799399, 54.057],[-4.80000, 54.0559],[-4.801499, 54.0545],[-4.803999, 54.0529],[-4.8063, 54.0513],[-4.8085, 54.048],[-4.80970, 54.0471],[-4.8111, 54.0467],[-4.8118, 54.0465],[-4.8123, 54.0451],[-4.812799, 54.0451],[-4.815, 54.0471],[-4.815899, 54.0472],[-4.8165, 54.0469],[-4.816899, 54.0458],[-4.8175, 54.0459],[-4.818299, 54.0472],[-4.8192, 54.0475],[-4.819799, 54.0474],[-4.8211, 54.0463],[-4.8221, 54.0453],[-4.822899, 54.0453],[-4.8241, 54.0455],[-4.8246, 54.046],[-4.8246, 54.0473],[-4.8248, 54.0488],[-4.825799, 54.0505],[-4.828701, 54.0537],[-4.829, 54.0545],[-4.828701, 54.0553],[-4.8269, 54.0566],[-4.8253, 54.0578],[-4.8224, 54.0591],[-4.8192, 54.0598],[-4.8154, 54.0607],[-4.8144, 54.0608],[-4.8125, 54.0602],[-4.811601, 54.0604],[-4.8101, 54.0609],[-4.8083, 54.0617],[-4.8052, 54.0620],[-4.801801, 54.0611]]]]}, properties:{name:"Isle of Man"}}, {type:"Feature", geometry:{type:"MultiPolygon", coordinates:[[[[-2.171801, 49.7293],[-2.171099, 49.7292],[-2.170399, 49.7292],[-2.1696, 49.7294],[-2.1689, 49.7301],[-2.168299, 49.7306],[-2.1679, 49.7307],[-2.1675, 49.7306],[-2.1668, 49.73],[-2.1665, 49.73],[-2.166201, 49.7301],[-2.1659, 49.7304],[-2.1654, 49.7306],[-2.1644, 49.7304],[-2.1638, 49.7304],[-2.1624, 49.7305],[-2.161801, 49.7305],[-2.16080, 49.7303],[-2.16, 49.7301],[-2.1594, 49.73],[-2.1587, 49.7301],[-2.1579, 49.7304],[-2.157399, 49.7304],[-2.157099, 49.7302],[-2.156899, 49.73],[-2.156801, 49.7295],[-2.156899, 49.7286],[-2.157099, 49.7281],[-2.1577, 49.7276],[-2.1579, 49.7273],[-2.158299, 49.7264],[-2.1586, 49.7261],[-2.159301, 49.7258],[-2.1603, 49.7255],[-2.16080, 49.7252],[-2.161201, 49.7249],[-2.161801, 49.7242],[-2.162199, 49.724],[-2.162899, 49.724],[-2.163199, 49.7238],[-2.163599, 49.7229],[-2.1638, 49.7227],[-2.1643, 49.7225],[-2.164599, 49.7225],[-2.1654, 49.7226],[-2.166201, 49.7227],[-2.167799, 49.7229],[-2.169699, 49.723],[-2.171099, 49.723],[-2.171801, 49.7229],[-2.1724, 49.7226],[-2.1728, 49.7223],[-2.1731, 49.7219],[-2.1731, 49.7215],[-2.17300, 49.7211],[-2.1726, 49.7205],[-2.1717, 49.7196],[-2.1707, 49.7186],[-2.170599, 49.7182],[-2.170799, 49.7177],[-2.171201, 49.7174],[-2.171601, 49.7172],[-2.1723, 49.7168],[-2.1726, 49.7164],[-2.17300, 49.7153],[-2.1733, 49.7147],[-2.173701, 49.7143],[-2.1744, 49.7141],[-2.1749, 49.7141],[-2.1754, 49.7142],[-2.1759, 49.7145],[-2.1768, 49.7154],[-2.177099, 49.7155],[-2.1779, 49.7155],[-2.1786, 49.7153],[-2.178999, 49.7151],[-2.179199, 49.7149],[-2.179199, 49.7147],[-2.1789, 49.7143],[-2.1787, 49.7138],[-2.1788, 49.7135],[-2.179199, 49.7133],[-2.1798, 49.7132],[-2.1807, 49.7133],[-2.181099, 49.7132],[-2.1823, 49.7124],[-2.1831, 49.7118],[-2.183599, 49.7116],[-2.1845, 49.7114],[-2.1854, 49.7114],[-2.1861, 49.7115],[-2.1866, 49.7114],[-2.1868, 49.7112],[-2.186899, 49.7109],[-2.1868, 49.7106],[-2.185499, 49.7098],[-2.185499, 49.7095],[-2.185699, 49.7093],[-2.1866, 49.7089],[-2.187799, 49.7087],[-2.1888, 49.7084],[-2.189501, 49.7081],[-2.1903, 49.7075],[-2.190799, 49.7073],[-2.192001, 49.7074],[-2.193, 49.7073],[-2.194999, 49.7066],[-2.195899, 49.7063],[-2.1965, 49.7062],[-2.196899, 49.7063],[-2.197999, 49.7071],[-2.1989, 49.7073],[-2.1996, 49.7073],[-2.2003, 49.7072],[-2.201, 49.7069],[-2.202199, 49.7061],[-2.202699, 49.7059],[-2.2044, 49.7057],[-2.2049, 49.7055],[-2.2067, 49.7043],[-2.2079, 49.7037],[-2.210599, 49.7027],[-2.211401, 49.7026],[-2.2125, 49.7028],[-2.213399, 49.703],[-2.214101, 49.703],[-2.214999, 49.7027],[-2.2156, 49.7026],[-2.2165, 49.7026],[-2.217, 49.7024],[-2.2174, 49.7021],[-2.217999, 49.7019],[-2.218501, 49.7021],[-2.2205, 49.7035],[-2.221299, 49.7038],[-2.223599, 49.7043],[-2.2246, 49.7044],[-2.225199, 49.7043],[-2.2256, 49.7041],[-2.2258, 49.7038],[-2.225699, 49.7028],[-2.2258, 49.7023],[-2.225899, 49.7019],[-2.226201, 49.7016],[-2.2266, 49.7015],[-2.227099, 49.7016],[-2.227999, 49.7019],[-2.2291, 49.7021],[-2.2297, 49.7023],[-2.229899, 49.7026],[-2.229899, 49.7029],[-2.229399, 49.7032],[-2.229399, 49.7035],[-2.229599, 49.7038],[-2.229899, 49.7039],[-2.2309, 49.7039],[-2.2314, 49.7041],[-2.231601, 49.7043],[-2.231699, 49.7046],[-2.231601, 49.7048],[-2.23, 49.7057],[-2.229501, 49.706],[-2.2293, 49.7063],[-2.229399, 49.7065],[-2.2297, 49.7067],[-2.2304, 49.707],[-2.2305, 49.7072],[-2.2305, 49.7075],[-2.2302, 49.7081],[-2.2302, 49.7083],[-2.230299, 49.7088],[-2.2305, 49.7091],[-2.2305, 49.7094],[-2.2304, 49.7097],[-2.23, 49.7099],[-2.229, 49.71],[-2.2286, 49.7103],[-2.228501, 49.7111],[-2.2283, 49.7114],[-2.227999, 49.7115],[-2.2272, 49.7117],[-2.2267, 49.7118],[-2.226401, 49.7121],[-2.226401, 49.7124],[-2.2267, 49.713],[-2.2268, 49.7136],[-2.2266, 49.7141],[-2.225899, 49.7145],[-2.223701, 49.7154],[-2.2209, 49.7163],[-2.220099, 49.7167],[-2.219599, 49.7172],[-2.219501, 49.7177],[-2.219501, 49.7201],[-2.219301, 49.7207],[-2.2188, 49.7211],[-2.2181, 49.7214],[-2.2172, 49.7216],[-2.212399, 49.7214],[-2.209399, 49.7214],[-2.2082, 49.7216],[-2.207599, 49.7218],[-2.207, 49.7221],[-2.206401, 49.7226],[-2.2061, 49.7227],[-2.205499, 49.7227],[-2.204799, 49.7223],[-2.2044, 49.7221],[-2.203799, 49.722],[-2.2032, 49.7221],[-2.202699, 49.7223],[-2.2023, 49.7227],[-2.202199, 49.7231],[-2.2025, 49.7235],[-2.2032, 49.7238],[-2.203501, 49.724],[-2.203799, 49.7243],[-2.2042, 49.7248],[-2.2042, 49.7251],[-2.204101, 49.7252],[-2.2033, 49.7255],[-2.2032, 49.7257],[-2.203099, 49.7262],[-2.2028, 49.7264],[-2.202399, 49.7264],[-2.2019, 49.7262],[-2.201601, 49.7259],[-2.201299, 49.7251],[-2.201, 49.7246],[-2.2007, 49.7243],[-2.2003, 49.7242],[-2.199699, 49.7242],[-2.199199, 49.7243],[-2.1989, 49.7246],[-2.1987, 49.7251],[-2.1987, 49.7257],[-2.1986, 49.7260],[-2.1982, 49.7262],[-2.1977, 49.7261],[-2.19740, 49.7257],[-2.197599, 49.7239],[-2.1975, 49.7234],[-2.1972, 49.7229],[-2.1966, 49.7224],[-2.1954, 49.7218],[-2.1945, 49.7216],[-2.193501, 49.7215],[-2.192199, 49.7216],[-2.1884, 49.7222],[-2.186899, 49.7225],[-2.1856, 49.7229],[-2.1847, 49.7234],[-2.184, 49.724],[-2.183701, 49.7245],[-2.183599, 49.7248],[-2.183701, 49.7251],[-2.185199, 49.7263],[-2.1865, 49.7273],[-2.1866, 49.7275],[-2.1866, 49.7277],[-2.1864, 49.7279],[-2.1847, 49.728],[-2.184, 49.7282],[-2.182899, 49.7288],[-2.182199, 49.7291],[-2.1821, 49.7294],[-2.183, 49.7303],[-2.183, 49.7305],[-2.182899, 49.7307],[-2.1826, 49.7308],[-2.182199, 49.7307],[-2.181, 49.7298],[-2.1805, 49.7295],[-2.1798, 49.7292],[-2.179199, 49.7291],[-2.1787, 49.7292],[-2.1781, 49.7295],[-2.1763, 49.7305],[-2.1761, 49.7307],[-2.176001, 49.7313],[-2.1763, 49.7331],[-2.176201, 49.7334],[-2.1759, 49.7336],[-2.1756, 49.7336],[-2.175299, 49.7334],[-2.173701, 49.7313],[-2.1726, 49.7299],[-2.172199, 49.7295],[-2.171801, 49.7293]]]]}, properties:{name:"Alderney"}}, {type:"Feature", geometry:{type:"MultiPolygon", coordinates:[[[[-2.381099, 49.4324],[-2.3815, 49.4319],[-2.3819, 49.4316],[-2.3824, 49.4313],[-2.382999, 49.4312],[-2.384599, 49.431],[-2.3856, 49.4308],[-2.386001, 49.4306],[-2.3871, 49.4295],[-2.387599, 49.4292],[-2.388099, 49.4293],[-2.388901, 49.4299],[-2.389301, 49.4302],[-2.3894, 49.4305],[-2.389301, 49.4309],[-2.3885, 49.4312],[-2.3885, 49.4315],[-2.3903, 49.4322],[-2.391201, 49.4324],[-2.392, 49.4324],[-2.393701, 49.4320],[-2.3942, 49.4321],[-2.3943, 49.4324],[-2.3943, 49.4327],[-2.393701, 49.4335],[-2.393199, 49.4342],[-2.392699, 49.4346],[-2.3921, 49.4347],[-2.391299, 49.4347],[-2.389301, 49.4347],[-2.3866, 49.4352],[-2.385799, 49.4353],[-2.3852, 49.4352],[-2.384599, 49.4350],[-2.383701, 49.4345],[-2.3831, 49.4343],[-2.382499, 49.4342],[-2.3818, 49.4339],[-2.381401, 49.4335],[-2.381099, 49.4330],[-2.381001, 49.4327],[-2.381099, 49.4324]]]]}, properties:{name:"Brecqhou"}}, {type:"Feature", geometry:{type:"MultiPolygon", coordinates:[[[[-2.2456, 49.7319],[-2.2471, 49.7314],[-2.249599, 49.7307],[-2.250499, 49.7302],[-2.251801, 49.7293],[-2.252599, 49.7292],[-2.2534, 49.7293],[-2.2537, 49.7296],[-2.253901, 49.7299],[-2.2544, 49.73],[-2.2551, 49.7303],[-2.255399, 49.7305],[-2.2555, 49.7309],[-2.2551, 49.7312],[-2.2537, 49.7314],[-2.253099, 49.7317],[-2.252399, 49.7319],[-2.2513, 49.7318],[-2.2507, 49.7319],[-2.250099, 49.7322],[-2.248701, 49.7331],[-2.247499, 49.7337],[-2.246601, 49.7339],[-2.245899, 49.7338],[-2.2455, 49.7334],[-2.2451, 49.7326],[-2.245199, 49.7322],[-2.2456, 49.7319]]]]}, properties:{name:"Burhou"}}, {type:"Feature", geometry:{type:"MultiPolygon", coordinates:[[[[-2.5132, 49.5061],[-2.512599, 49.506],[-2.51160, 49.5061],[-2.5107, 49.506],[-2.509501, 49.5056],[-2.5089, 49.5054],[-2.5083, 49.5054],[-2.5078, 49.5056],[-2.507299, 49.5059],[-2.50680, 49.5062],[-2.506001, 49.5064],[-2.5049, 49.5065],[-2.504301, 49.5067],[-2.5034, 49.5071],[-2.503099, 49.5071],[-2.5027, 49.5069],[-2.502599, 49.5066],[-2.502899, 49.5057],[-2.5028, 49.5053],[-2.502399, 49.5048],[-2.502399, 49.5046],[-2.502599, 49.5044],[-2.5034, 49.5044],[-2.503799, 49.5041],[-2.503901, 49.5038],[-2.503799, 49.5036],[-2.503599, 49.5035],[-2.502399, 49.5038],[-2.5021, 49.5038],[-2.501899, 49.5037],[-2.501801, 49.5034],[-2.501899, 49.503],[-2.502599, 49.5024],[-2.502599, 49.5022],[-2.502399, 49.5020],[-2.501601, 49.5014],[-2.5011, 49.5009],[-2.5009, 49.5006],[-2.5009, 49.4998],[-2.500799, 49.4993],[-2.5002, 49.4986],[-2.5002, 49.4981],[-2.5009, 49.4962],[-2.501601, 49.4933],[-2.501899, 49.4924],[-2.502199, 49.492],[-2.502599, 49.4917],[-2.5035, 49.4914],[-2.5051, 49.4911],[-2.505599, 49.4910],[-2.5058, 49.4908],[-2.5057, 49.4905],[-2.504699, 49.4895],[-2.5048, 49.4892],[-2.505599, 49.4886],[-2.506001, 49.4881],[-2.506401, 49.4874],[-2.506401, 49.4869],[-2.506201, 49.4866],[-2.505599, 49.4863],[-2.50550, 49.4861],[-2.5057, 49.4857],[-2.5065, 49.4848],[-2.508199, 49.4831],[-2.509, 49.4827],[-2.509501, 49.4828],[-2.509799, 49.4833],[-2.5104, 49.484],[-2.5107, 49.4841],[-2.5109, 49.484],[-2.5111, 49.4835],[-2.5113, 49.4833],[-2.51160, 49.4832],[-2.511899, 49.4833],[-2.512399, 49.484],[-2.513299, 49.4844],[-2.513999, 49.4845],[-2.516001, 49.4846],[-2.5167, 49.4845],[-2.5172, 49.4844],[-2.517499, 49.4841],[-2.517499, 49.4839],[-2.5174, 49.4837],[-2.517, 49.4835],[-2.516299, 49.4834],[-2.5157, 49.4836],[-2.515, 49.4837],[-2.5146, 49.4836],[-2.514199, 49.4832],[-2.513999, 49.4829],[-2.5136, 49.4827],[-2.51290, 49.4827],[-2.5123, 49.4826],[-2.5113, 49.4823],[-2.510099, 49.4823],[-2.509599, 49.4822],[-2.5093, 49.4819],[-2.5091, 49.4815],[-2.5088, 49.4814],[-2.507999, 49.4815],[-2.5078, 49.4813],[-2.5079, 49.4809],[-2.509599, 49.48],[-2.5111, 49.479],[-2.5128, 49.4781],[-2.5137, 49.4778],[-2.514501, 49.4776],[-2.515599, 49.4776],[-2.516201, 49.4774],[-2.517299, 49.4766],[-2.5179, 49.4764],[-2.518399, 49.4765],[-2.519599, 49.4769],[-2.520299, 49.4769],[-2.5211, 49.4768],[-2.522399, 49.4765],[-2.5235, 49.4763],[-2.524501, 49.476],[-2.525599, 49.4755],[-2.526601, 49.4749],[-2.528199, 49.4739],[-2.5294, 49.4732],[-2.530299, 49.4725],[-2.5313, 49.4716],[-2.532399, 49.4702],[-2.533, 49.4691],[-2.5335, 49.4676],[-2.5337, 49.4669],[-2.5337, 49.4663],[-2.5336, 49.4657],[-2.533299, 49.4652],[-2.532799, 49.4647],[-2.53120, 49.4637],[-2.530299, 49.4632],[-2.5301, 49.4629],[-2.5301, 49.4626],[-2.530299, 49.4619],[-2.5314, 49.4605],[-2.5316, 49.46],[-2.5314, 49.4597],[-2.5309, 49.4596],[-2.528399, 49.4597],[-2.527, 49.4598],[-2.526601, 49.4597],[-2.526299, 49.4594],[-2.5257, 49.4585],[-2.5255, 49.4581],[-2.5255, 49.4578],[-2.5258, 49.4576],[-2.5265, 49.4576],[-2.5272, 49.4574],[-2.5276, 49.4574],[-2.527999, 49.4575],[-2.5288, 49.4585],[-2.5293, 49.4587],[-2.5304, 49.4588],[-2.532001, 49.4587],[-2.532599, 49.4586],[-2.5329, 49.4583],[-2.5332, 49.4578],[-2.5334, 49.4573],[-2.5336, 49.4567],[-2.5336, 49.4562],[-2.5334, 49.4558],[-2.533, 49.4557],[-2.5327, 49.4558],[-2.532399, 49.4563],[-2.532099, 49.4563],[-2.531801, 49.4561],[-2.531699, 49.4558],[-2.531801, 49.4555],[-2.532099, 49.4551],[-2.533, 49.4547],[-2.5332, 49.4544],[-2.533, 49.4541],[-2.53250, 49.454],[-2.5316, 49.4541],[-2.5295, 49.4544],[-2.5293, 49.4545],[-2.5292, 49.4549],[-2.528901, 49.4551],[-2.528501, 49.4552],[-2.5278, 49.4553],[-2.527299, 49.4552],[-2.526601, 49.4546],[-2.526099, 49.4545],[-2.525599, 49.4547],[-2.524301, 49.4553],[-2.5236, 49.4556],[-2.523299, 49.4555],[-2.5232, 49.4551],[-2.523901, 49.4544],[-2.523999, 49.4541],[-2.524101, 49.4534],[-2.5244, 49.4532],[-2.524699, 49.4532],[-2.525599, 49.4538],[-2.526201, 49.4539],[-2.526801, 49.4539],[-2.531699, 49.4533],[-2.5332, 49.4531],[-2.5336, 49.4529],[-2.5337, 49.4526],[-2.5337, 49.4523],[-2.5334, 49.4519],[-2.5315, 49.4507],[-2.5294, 49.4498],[-2.5291, 49.4495],[-2.529, 49.4492],[-2.529, 49.4488],[-2.528901, 49.4485],[-2.5286, 49.4479],[-2.5286, 49.4475],[-2.5288, 49.4472],[-2.5292, 49.4470],[-2.5304, 49.4468],[-2.5309, 49.4466],[-2.5313, 49.4463],[-2.5316, 49.4458],[-2.531801, 49.4453],[-2.531699, 49.4433],[-2.531801, 49.4428],[-2.532399, 49.4412],[-2.53250, 49.4405],[-2.532399, 49.4397],[-2.532001, 49.4382],[-2.531699, 49.4375],[-2.5316, 49.4371],[-2.531699, 49.4369],[-2.532001, 49.4367],[-2.533099, 49.4368],[-2.533799, 49.4368],[-2.534501, 49.4366],[-2.5348, 49.4363],[-2.5348, 49.4359],[-2.534699, 49.4355],[-2.534301, 49.4351],[-2.5337, 49.4348],[-2.531801, 49.4340],[-2.5313, 49.4335],[-2.5311, 49.4331],[-2.531001, 49.4325],[-2.531001, 49.4319],[-2.5309, 49.4317],[-2.529999, 49.4313],[-2.529799, 49.431],[-2.529799, 49.4306],[-2.530299, 49.4299],[-2.530299, 49.4295],[-2.52990, 49.4293],[-2.5286, 49.4288],[-2.5279, 49.4284],[-2.527699, 49.428],[-2.527699, 49.4276],[-2.5278, 49.4267],[-2.527699, 49.4263],[-2.527499, 49.426],[-2.526601, 49.4254],[-2.526401, 49.425],[-2.526401, 49.4246],[-2.526299, 49.4239],[-2.526201, 49.4234],[-2.526401, 49.423],[-2.5267, 49.4229],[-2.5271, 49.4229],[-2.528399, 49.4239],[-2.529, 49.4241],[-2.5294, 49.4241],[-2.529599, 49.4239],[-2.529599, 49.4236],[-2.5294, 49.4221],[-2.529599, 49.4219],[-2.529999, 49.4217],[-2.531801, 49.4215],[-2.532599, 49.4213],[-2.5351, 49.4201],[-2.5358, 49.4197],[-2.536201, 49.4194],[-2.5367, 49.4189],[-2.537, 49.4188],[-2.5374, 49.4189],[-2.537699, 49.4191],[-2.537899, 49.4194],[-2.5378, 49.4198],[-2.5374, 49.4205],[-2.5374, 49.4209],[-2.537699, 49.4211],[-2.538701, 49.4208],[-2.5393, 49.4207],[-2.5395, 49.4208],[-2.5395, 49.4210],[-2.538599, 49.4221],[-2.538501, 49.4228],[-2.538599, 49.4239],[-2.538399, 49.4242],[-2.5378, 49.4243],[-2.5374, 49.4245],[-2.5371, 49.425],[-2.5369, 49.4257],[-2.5369, 49.4261],[-2.5371, 49.4265],[-2.5376, 49.4267],[-2.5383, 49.4266],[-2.5391, 49.4262],[-2.539599, 49.4261],[-2.5402, 49.4263],[-2.5411, 49.4269],[-2.542099, 49.4271],[-2.5435, 49.4269],[-2.544199, 49.4270],[-2.5448, 49.4273],[-2.5453, 49.4277],[-2.5457, 49.4278],[-2.546099, 49.4277],[-2.5469, 49.4269],[-2.547699, 49.4259],[-2.5481, 49.4256],[-2.548701, 49.4254],[-2.549599, 49.4253],[-2.5513, 49.4253],[-2.5517, 49.4251],[-2.5518, 49.4249],[-2.5517, 49.4246],[-2.5513, 49.4241],[-2.5514, 49.4237],[-2.552599, 49.4233],[-2.5532, 49.4233],[-2.553999, 49.4235],[-2.5552, 49.4239],[-2.556099, 49.4241],[-2.556601, 49.4240],[-2.55690, 49.4238],[-2.557001, 49.4234],[-2.556801, 49.423],[-2.5553, 49.4217],[-2.5552, 49.4214],[-2.5553, 49.4212],[-2.556, 49.4207],[-2.556499, 49.4204],[-2.557199, 49.4202],[-2.5576, 49.4202],[-2.558199, 49.4204],[-2.558599, 49.4202],[-2.558901, 49.4198],[-2.5594, 49.4187],[-2.5599, 49.4182],[-2.561201, 49.4173],[-2.56170, 49.4171],[-2.562099, 49.4171],[-2.562299, 49.4174],[-2.5625, 49.4179],[-2.563299, 49.4194],[-2.5636, 49.4197],[-2.565399, 49.4206],[-2.5657, 49.4209],[-2.5659, 49.4213],[-2.5659, 49.4218],[-2.5655, 49.4229],[-2.565599, 49.4234],[-2.566, 49.4237],[-2.566401, 49.4239],[-2.5669, 49.4240],[-2.568099, 49.4239],[-2.568501, 49.4241],[-2.5695, 49.425],[-2.5699, 49.4251],[-2.5703, 49.425],[-2.571201, 49.4245],[-2.5718, 49.4244],[-2.572299, 49.4245],[-2.5734, 49.4251],[-2.573999, 49.4252],[-2.575, 49.4251],[-2.575599, 49.4251],[-2.576401, 49.4253],[-2.5771, 49.4254],[-2.577699, 49.4254],[-2.5783, 49.4255],[-2.578901, 49.4258],[-2.5804, 49.4270],[-2.580699, 49.4271],[-2.580899, 49.4270],[-2.581001, 49.4267],[-2.580499, 49.4255],[-2.5806, 49.4252],[-2.580899, 49.4251],[-2.5818, 49.4253],[-2.582099, 49.4252],[-2.5822, 49.4249],[-2.5822, 49.4247],[-2.5817, 49.4238],[-2.5816, 49.4234],[-2.5816, 49.4229],[-2.581899, 49.4225],[-2.582299, 49.4224],[-2.5833, 49.4227],[-2.5838, 49.4227],[-2.584, 49.4225],[-2.5841, 49.4216],[-2.584301, 49.4212],[-2.5847, 49.4211],[-2.585299, 49.4211],[-2.586299, 49.4213],[-2.587001, 49.4214],[-2.5876, 49.4214],[-2.5885, 49.4212],[-2.589301, 49.4213],[-2.5904, 49.4215],[-2.5908, 49.4214],[-2.591001, 49.4212],[-2.590899, 49.4207],[-2.5899, 49.4195],[-2.5896, 49.4189],[-2.589799, 49.4183],[-2.590199, 49.4181],[-2.590699, 49.418],[-2.591201, 49.4182],[-2.5924, 49.4193],[-2.592999, 49.4197],[-2.5936, 49.4198],[-2.595, 49.4197],[-2.595799, 49.4198],[-2.596699, 49.42],[-2.597399, 49.4201],[-2.599301, 49.4201],[-2.6003, 49.4203],[-2.6019, 49.4210],[-2.602499, 49.4210],[-2.6036, 49.4205],[-2.6043, 49.4204],[-2.605099, 49.4205],[-2.606601, 49.4209],[-2.6073, 49.4210],[-2.6085, 49.4209],[-2.609301, 49.4207],[-2.611001, 49.4198],[-2.6119, 49.4194],[-2.6126, 49.4195],[-2.6142, 49.4205],[-2.6149, 49.4208],[-2.6157, 49.4209],[-2.618299, 49.4207],[-2.618999, 49.4207],[-2.619301, 49.4209],[-2.6196, 49.4214],[-2.6199, 49.4217],[-2.620399, 49.4219],[-2.6213, 49.4221],[-2.6219, 49.4221],[-2.6221, 49.4219],[-2.6222, 49.4215],[-2.622299, 49.4213],[-2.6226, 49.4212],[-2.623199, 49.4213],[-2.62400, 49.4217],[-2.624501, 49.4217],[-2.625, 49.4216],[-2.625799, 49.4217],[-2.6263, 49.422],[-2.626699, 49.4224],[-2.6271, 49.4232],[-2.627399, 49.4235],[-2.627899, 49.4237],[-2.6285, 49.4237],[-2.6292, 49.4234],[-2.629699, 49.4235],[-2.630199, 49.4238],[-2.631299, 49.4245],[-2.6318, 49.4247],[-2.6324, 49.4247],[-2.633199, 49.4245],[-2.634, 49.4242],[-2.634799, 49.4240],[-2.6361, 49.4239],[-2.636801, 49.4239],[-2.637599, 49.4241],[-2.638, 49.4243],[-2.639101, 49.4255],[-2.6394, 49.4257],[-2.6398, 49.4258],[-2.6405, 49.4259],[-2.641001, 49.4261],[-2.6426, 49.4275],[-2.6429, 49.4276],[-2.643399, 49.4277],[-2.644, 49.4276],[-2.644599, 49.4274],[-2.644799, 49.4270],[-2.645099, 49.4268],[-2.6454, 49.4268],[-2.6461, 49.4274],[-2.646699, 49.4275],[-2.6473, 49.4275],[-2.648, 49.4272],[-2.649199, 49.4265],[-2.6498, 49.426],[-2.650399, 49.4257],[-2.651, 49.4257],[-2.6522, 49.4262],[-2.652999, 49.4261],[-2.6552, 49.4254],[-2.6562, 49.4254],[-2.656699, 49.4255],[-2.657399, 49.426],[-2.658, 49.4262],[-2.6586, 49.4263],[-2.659101, 49.4262],[-2.65980, 49.4259],[-2.661, 49.4255],[-2.661601, 49.4255],[-2.6621, 49.4257],[-2.6624, 49.426],[-2.662699, 49.4266],[-2.663, 49.4268],[-2.663701, 49.4269],[-2.6644, 49.4268],[-2.664999, 49.4266],[-2.6658, 49.4266],[-2.666201, 49.4269],[-2.666699, 49.4276],[-2.667099, 49.4278],[-2.6679, 49.428],[-2.6684, 49.4282],[-2.668999, 49.4285],[-2.6696, 49.4286],[-2.6702, 49.4286],[-2.6707, 49.4287],[-2.671, 49.4289],[-2.671201, 49.4292],[-2.671099, 49.4297],[-2.671299, 49.4303],[-2.6717, 49.4306],[-2.672199, 49.4308],[-2.673199, 49.4307],[-2.673399, 49.4308],[-2.673501, 49.4311],[-2.673399, 49.4315],[-2.673, 49.4324],[-2.673, 49.4328],[-2.673399, 49.4337],[-2.673399, 49.4342],[-2.673199, 49.4348],[-2.672699, 49.4357],[-2.672499, 49.4362],[-2.6724, 49.437],[-2.672199, 49.4373],[-2.6717, 49.4376],[-2.671099, 49.4378],[-2.670599, 49.4378],[-2.6703, 49.4379],[-2.67, 49.4382],[-2.669699, 49.4383],[-2.669199, 49.4382],[-2.6686, 49.4378],[-2.6679, 49.4373],[-2.667399, 49.4371],[-2.6666, 49.4371],[-2.66590, 49.4373],[-2.6651, 49.4378],[-2.664599, 49.4379],[-2.6641, 49.4378],[-2.6633, 49.4375],[-2.662, 49.4365],[-2.661299, 49.4362],[-2.66, 49.4361],[-2.6586, 49.4361],[-2.6575, 49.4361],[-2.6564, 49.4363],[-2.6554, 49.4366],[-2.6547, 49.437],[-2.6536, 49.4378],[-2.6528, 49.4384],[-2.652499, 49.4388],[-2.6524, 49.4392],[-2.652499, 49.4395],[-2.653399, 49.4399],[-2.653501, 49.44],[-2.6536, 49.4403],[-2.653399, 49.4406],[-2.653199, 49.4407],[-2.651601, 49.4407],[-2.650899, 49.4409],[-2.6505, 49.4412],[-2.64840, 49.4439],[-2.648099, 49.4446],[-2.648, 49.4454],[-2.648, 49.4462],[-2.6482, 49.4477],[-2.6486, 49.4524],[-2.648901, 49.4535],[-2.649301, 49.4541],[-2.649699, 49.4546],[-2.650199, 49.455],[-2.6508, 49.4554],[-2.6515, 49.4556],[-2.6522, 49.4557],[-2.6531, 49.4557],[-2.653701, 49.4559],[-2.6543, 49.4564],[-2.6547, 49.4566],[-2.656899, 49.4566],[-2.6572, 49.4567],[-2.6573, 49.457],[-2.657099, 49.4573],[-2.6566, 49.4578],[-2.656001, 49.4583],[-2.65580, 49.4587],[-2.65580, 49.4594],[-2.6556, 49.4596],[-2.655299, 49.4597],[-2.654999, 49.4596],[-2.654, 49.459],[-2.6533, 49.4586],[-2.6528, 49.4584],[-2.6519, 49.4583],[-2.651, 49.4585],[-2.6501, 49.4589],[-2.648901, 49.4597],[-2.6479, 49.4605],[-2.6472, 49.4609],[-2.6461, 49.4614],[-2.6447, 49.4617],[-2.6403, 49.4623],[-2.6398, 49.4622],[-2.639301, 49.4618],[-2.638099, 49.4608],[-2.637399, 49.4604],[-2.636699, 49.4602],[-2.6359, 49.4601],[-2.6352, 49.4602],[-2.634399, 49.4604],[-2.633399, 49.4609],[-2.631099, 49.4625],[-2.630399, 49.4632],[-2.63010, 49.4637],[-2.63, 49.4641],[-2.630199, 49.4648],[-2.63010, 49.4652],[-2.6299, 49.4656],[-2.629501, 49.4659],[-2.6278, 49.4666],[-2.627599, 49.4668],[-2.627199, 49.4677],[-2.627001, 49.468],[-2.626601, 49.4682],[-2.625799, 49.4683],[-2.625099, 49.4682],[-2.624501, 49.468],[-2.6241, 49.4677],[-2.62400, 49.4672],[-2.6239, 49.4669],[-2.623701, 49.4667],[-2.6233, 49.4666],[-2.6231, 49.4663],[-2.622999, 49.4657],[-2.622699, 49.4653],[-2.622, 49.4649],[-2.6208, 49.4645],[-2.6196, 49.4642],[-2.618799, 49.4641],[-2.61710, 49.4641],[-2.615, 49.4644],[-2.613199, 49.4647],[-2.6119, 49.465],[-2.6108, 49.4653],[-2.6092, 49.4659],[-2.6078, 49.4666],[-2.607001, 49.4673],[-2.606, 49.4684],[-2.605099, 49.4696],[-2.6047, 49.4703],[-2.604501, 49.4711],[-2.604501, 49.4719],[-2.6047, 49.4726],[-2.6052, 49.4732],[-2.605799, 49.4737],[-2.6064, 49.4739],[-2.607001, 49.474],[-2.609301, 49.474],[-2.6098, 49.4742],[-2.610199, 49.4746],[-2.610399, 49.4749],[-2.6103, 49.4752],[-2.609999, 49.4753],[-2.6094, 49.4754],[-2.6073, 49.475],[-2.606801, 49.475],[-2.606, 49.4752],[-2.604501, 49.476],[-2.604199, 49.476],[-2.6039, 49.4758],[-2.6039, 49.4756],[-2.6043, 49.4753],[-2.604399, 49.475],[-2.6043, 49.4748],[-2.6033, 49.4738],[-2.602799, 49.4736],[-2.6024, 49.4735],[-2.602, 49.4736],[-2.601401, 49.4739],[-2.601001, 49.4744],[-2.600399, 49.4753],[-2.6001, 49.4755],[-2.5995, 49.4756],[-2.599, 49.4758],[-2.598599, 49.4762],[-2.5982, 49.4764],[-2.5976, 49.4765],[-2.592299, 49.4766],[-2.591401, 49.4768],[-2.5908, 49.477],[-2.589799, 49.4775],[-2.5892, 49.4779],[-2.588701, 49.4784],[-2.5883, 49.4789],[-2.5878, 49.4797],[-2.5871, 49.4817],[-2.586801, 49.4823],[-2.586499, 49.4827],[-2.585799, 49.4836],[-2.585, 49.4845],[-2.584599, 49.4853],[-2.584501, 49.4857],[-2.584399, 49.4865],[-2.584501, 49.4872],[-2.5848, 49.4876],[-2.585099, 49.4878],[-2.5862, 49.4881],[-2.5878, 49.4885],[-2.588, 49.4887],[-2.588, 49.489],[-2.5876, 49.4891],[-2.587001, 49.4891],[-2.585799, 49.489],[-2.585, 49.4888],[-2.584501, 49.4886],[-2.5833, 49.4880],[-2.582799, 49.4879],[-2.582299, 49.4881],[-2.581899, 49.4886],[-2.5816, 49.4887],[-2.581201, 49.4886],[-2.5803, 49.4878],[-2.5794, 49.4876],[-2.578799, 49.4876],[-2.5783, 49.4877],[-2.577699, 49.4879],[-2.5769, 49.4883],[-2.576601, 49.4886],[-2.576601, 49.4889],[-2.5773, 49.4895],[-2.577399, 49.4897],[-2.5773, 49.4899],[-2.577001, 49.4901],[-2.576299, 49.4902],[-2.575099, 49.4905],[-2.5738, 49.4907],[-2.572999, 49.4909],[-2.5724, 49.4913],[-2.5722, 49.4917],[-2.572099, 49.4924],[-2.572299, 49.4928],[-2.572799, 49.4933],[-2.572999, 49.4937],[-2.572999, 49.4942],[-2.5729, 49.4945],[-2.572599, 49.4948],[-2.5722, 49.4949],[-2.5715, 49.4948],[-2.5711, 49.4946],[-2.570499, 49.4939],[-2.5701, 49.4938],[-2.5696, 49.4940],[-2.5692, 49.4942],[-2.568799, 49.4946],[-2.5674, 49.4960],[-2.5674, 49.4964],[-2.56780, 49.4968],[-2.568, 49.4970],[-2.567899, 49.4974],[-2.5676, 49.4976],[-2.5669, 49.4977],[-2.5662, 49.4976],[-2.565799, 49.4974],[-2.5652, 49.4968],[-2.564699, 49.4966],[-2.564199, 49.4966],[-2.563299, 49.4970],[-2.5629, 49.4971],[-2.5622, 49.4970],[-2.5614, 49.4966],[-2.560499, 49.4962],[-2.559799, 49.4960],[-2.558901, 49.4958],[-2.557899, 49.4959],[-2.5567, 49.4963],[-2.555799, 49.4966],[-2.5552, 49.4969],[-2.554699, 49.4973],[-2.554399, 49.4977],[-2.553999, 49.4986],[-2.5536, 49.4990],[-2.5532, 49.4991],[-2.5525, 49.4992],[-2.551899, 49.4991],[-2.5516, 49.4990],[-2.5511, 49.4987],[-2.55080, 49.4984],[-2.550699, 49.498],[-2.5509, 49.4975],[-2.5515, 49.4964],[-2.5516, 49.4961],[-2.5515, 49.4958],[-2.551201, 49.4954],[-2.5504, 49.4949],[-2.5497, 49.4946],[-2.548501, 49.4941],[-2.5478, 49.4939],[-2.546299, 49.4937],[-2.5459, 49.4936],[-2.5455, 49.4933],[-2.5448, 49.4923],[-2.544199, 49.492],[-2.543299, 49.4918],[-2.542399, 49.4918],[-2.5415, 49.492],[-2.540299, 49.4924],[-2.5397, 49.4928],[-2.539599, 49.4931],[-2.539799, 49.4933],[-2.540299, 49.4936],[-2.5415, 49.4942],[-2.542001, 49.4946],[-2.5422, 49.4949],[-2.5422, 49.4952],[-2.542001, 49.4955],[-2.540699, 49.4963],[-2.540499, 49.4966],[-2.5402, 49.4979],[-2.539799, 49.4983],[-2.539, 49.4988],[-2.538501, 49.4993],[-2.5383, 49.4998],[-2.538199, 49.5005],[-2.538199, 49.5023],[-2.538399, 49.5038],[-2.538599, 49.5042],[-2.539, 49.5045],[-2.540299, 49.5046],[-2.5408, 49.5048],[-2.5415, 49.5053],[-2.542001, 49.5054],[-2.542799, 49.5054],[-2.544301, 49.5054],[-2.5448, 49.5055],[-2.5452, 49.5057],[-2.545399, 49.5059],[-2.545399, 49.5062],[-2.5453, 49.5065],[-2.544899, 49.5069],[-2.544399, 49.5072],[-2.5438, 49.5075],[-2.543, 49.5077],[-2.541201, 49.5078],[-2.540699, 49.5080],[-2.5406, 49.5085],[-2.540299, 49.5087],[-2.539599, 49.5087],[-2.537, 49.5083],[-2.536099, 49.5083],[-2.5353, 49.5085],[-2.534301, 49.5087],[-2.5337, 49.5087],[-2.533299, 49.5086],[-2.5323, 49.5079],[-2.5316, 49.5077],[-2.531001, 49.5078],[-2.5306, 49.5080],[-2.5297, 49.5088],[-2.5292, 49.5091],[-2.5288, 49.5092],[-2.528399, 49.5092],[-2.528199, 49.5089],[-2.5281, 49.5086],[-2.528501, 49.5078],[-2.528901, 49.5074],[-2.529599, 49.5069],[-2.5309, 49.5061],[-2.53120, 49.5057],[-2.53120, 49.5053],[-2.531001, 49.5050],[-2.5297, 49.5043],[-2.529, 49.504],[-2.527699, 49.5035],[-2.526601, 49.5033],[-2.52510, 49.5031],[-2.5236, 49.5031],[-2.522001, 49.5034],[-2.5212, 49.5037],[-2.5204, 49.5043],[-2.5197, 49.5045],[-2.5188, 49.5045],[-2.518399, 49.5046],[-2.518199, 49.5048],[-2.5181, 49.5052],[-2.5179, 49.5063],[-2.5178, 49.5071],[-2.5176, 49.5075],[-2.517299, 49.5078],[-2.5167, 49.5082],[-2.516401, 49.5085],[-2.516299, 49.5087],[-2.516299, 49.509],[-2.516601, 49.5095],[-2.5165, 49.5097],[-2.516201, 49.5098],[-2.5158, 49.5098],[-2.515399, 49.5096],[-2.515, 49.5091],[-2.513999, 49.507],[-2.5135, 49.5064],[-2.5132, 49.5061]]]]}, properties:{name:"Guernsey"}}, {type:"Feature", geometry:{type:"MultiPolygon", coordinates:[[[[-2.4505, 49.4639],[-2.4511, 49.4638],[-2.451801, 49.464],[-2.4521, 49.4644],[-2.452001, 49.4651],[-2.452199, 49.4654],[-2.452699, 49.4657],[-2.4532, 49.4661],[-2.453399, 49.4665],[-2.453399, 49.4669],[-2.453099, 49.4672],[-2.4526, 49.4676],[-2.4526, 49.4679],[-2.4533, 49.469],[-2.453399, 49.4695],[-2.4533, 49.4698],[-2.453099, 49.4702],[-2.4523, 49.471],[-2.4521, 49.4715],[-2.4521, 49.4719],[-2.4526, 49.4729],[-2.4547, 49.476],[-2.4566, 49.4787],[-2.4572, 49.4793],[-2.457999, 49.4799],[-2.4582, 49.4803],[-2.4582, 49.4806],[-2.457999, 49.4809],[-2.4575, 49.4812],[-2.4568, 49.4814],[-2.453599, 49.4822],[-2.451801, 49.483],[-2.449199, 49.4845],[-2.4486, 49.4847],[-2.447999, 49.4848],[-2.4475, 49.4848],[-2.447001, 49.4846],[-2.4467, 49.4842],[-2.4466, 49.4835],[-2.446899, 49.478],[-2.4467, 49.4774],[-2.4463, 49.4768],[-2.446001, 49.4766],[-2.444101, 49.4761],[-2.443799, 49.4758],[-2.443901, 49.4749],[-2.443701, 49.4745],[-2.443, 49.4741],[-2.4428, 49.4739],[-2.4426, 49.4732],[-2.4424, 49.4729],[-2.4421, 49.4726],[-2.440599, 49.4717],[-2.4403, 49.4713],[-2.4403, 49.471],[-2.440399, 49.4708],[-2.441601, 49.4704],[-2.4421, 49.4701],[-2.4424, 49.4698],[-2.4426, 49.4694],[-2.442699, 49.4685],[-2.442899, 49.4682],[-2.443701, 49.4675],[-2.443901, 49.4672],[-2.444, 49.4668],[-2.444, 49.4658],[-2.4442, 49.4656],[-2.4446, 49.4654],[-2.445199, 49.4653],[-2.4472, 49.4653],[-2.4481, 49.4651],[-2.4489, 49.4648],[-2.4496, 49.4644],[-2.4505, 49.4639]]]]}, properties:{name:"Herm"}}, {type:"Feature", geometry:{type:"MultiPolygon", coordinates:[[[[-2.4625, 49.4562],[-2.46280, 49.4562],[-2.463599, 49.4565],[-2.4649, 49.4569],[-2.465199, 49.4572],[-2.4653, 49.4577],[-2.464999, 49.4592],[-2.464799, 49.46],[-2.4645, 49.4605],[-2.464, 49.461],[-2.4625, 49.4617],[-2.461699, 49.4621],[-2.4611, 49.4622],[-2.460799, 49.4622],[-2.4604, 49.462],[-2.4602, 49.4613],[-2.46, 49.461],[-2.4597, 49.4608],[-2.4591, 49.4605],[-2.4589, 49.4602],[-2.4588, 49.4598],[-2.459, 49.4593],[-2.459501, 49.4587],[-2.46, 49.4582],[-2.4607, 49.4578],[-2.461401, 49.4574],[-2.461801, 49.4571],[-2.462001, 49.4566],[-2.4625, 49.4562]]]]}, properties:{name:"Jethou"}}, {type:"Feature", geometry:{type:"MultiPolygon", coordinates:[[[[-2.3599, 49.4457],[-2.359101, 49.4456],[-2.3575, 49.4457],[-2.356499, 49.4458],[-2.3559, 49.4458],[-2.355299, 49.4456],[-2.354399, 49.445],[-2.352999, 49.4446],[-2.3527, 49.4441],[-2.3529, 49.443],[-2.352999, 49.4421],[-2.3529, 49.4416],[-2.3526, 49.4412],[-2.35170, 49.4408],[-2.351401, 49.4406],[-2.351201, 49.4404],[-2.351099, 49.4397],[-2.351001, 49.4393],[-2.3508, 49.4390],[-2.3503, 49.4388],[-2.3495, 49.4388],[-2.3483, 49.4390],[-2.3476, 49.4389],[-2.347199, 49.4386],[-2.346699, 49.4384],[-2.3461, 49.4384],[-2.345099, 49.4385],[-2.344399, 49.4385],[-2.344, 49.4383],[-2.3438, 49.4381],[-2.3436, 49.4376],[-2.3437, 49.4363],[-2.344, 49.4354],[-2.3441, 49.4346],[-2.344, 49.4341],[-2.3437, 49.4338],[-2.3434, 49.4337],[-2.3429, 49.4336],[-2.342, 49.4338],[-2.3417, 49.4337],[-2.3415, 49.4335],[-2.3415, 49.4332],[-2.3416, 49.4329],[-2.3417, 49.4326],[-2.3417, 49.4321],[-2.3416, 49.4315],[-2.3418, 49.4312],[-2.3426, 49.431],[-2.3429, 49.4308],[-2.343199, 49.4305],[-2.3433, 49.4302],[-2.3433, 49.4292],[-2.343501, 49.4288],[-2.345, 49.4277],[-2.3457, 49.4273],[-2.3459, 49.4271],[-2.346, 49.4267],[-2.345599, 49.4259],[-2.3455, 49.4252],[-2.345599, 49.4249],[-2.346499, 49.4244],[-2.34690, 49.4243],[-2.347399, 49.4243],[-2.347699, 49.4244],[-2.3478, 49.4247],[-2.3478, 49.4251],[-2.3478, 49.4257],[-2.348, 49.4263],[-2.348099, 49.4266],[-2.348399, 49.4270],[-2.348901, 49.4272],[-2.3495, 49.4272],[-2.351001, 49.4270],[-2.3519, 49.4268],[-2.3524, 49.4266],[-2.352499, 49.4264],[-2.352499, 49.4261],[-2.3522, 49.4258],[-2.352099, 49.4256],[-2.352, 49.425],[-2.3522, 49.4246],[-2.3527, 49.4242],[-2.3534, 49.4240],[-2.354501, 49.4240],[-2.3548, 49.4241],[-2.3552, 49.4243],[-2.355299, 49.4246],[-2.3554, 49.4251],[-2.355599, 49.4255],[-2.356, 49.4256],[-2.358299, 49.4251],[-2.358799, 49.4248],[-2.358999, 49.4244],[-2.359101, 49.4238],[-2.3592, 49.4235],[-2.3595, 49.4232],[-2.3608, 49.4226],[-2.361201, 49.4224],[-2.3622, 49.4217],[-2.362799, 49.4215],[-2.3634, 49.4214],[-2.3641, 49.4214],[-2.364399, 49.4213],[-2.364501, 49.4209],[-2.364501, 49.4203],[-2.364599, 49.4199],[-2.36520, 49.4195],[-2.3654, 49.4192],[-2.3654, 49.419],[-2.365, 49.4184],[-2.3649, 49.4181],[-2.365299, 49.4177],[-2.366601, 49.4173],[-2.367001, 49.4171],[-2.367399, 49.4167],[-2.3678, 49.4159],[-2.368, 49.4152],[-2.368099, 49.4143],[-2.367899, 49.4137],[-2.367399, 49.4125],[-2.3675, 49.4121],[-2.368099, 49.4118],[-2.369699, 49.4111],[-2.370699, 49.4108],[-2.371601, 49.4104],[-2.372, 49.4101],[-2.372299, 49.4097],[-2.372499, 49.4093],[-2.372699, 49.4088],[-2.372999, 49.4086],[-2.373501, 49.4086],[-2.3739, 49.4088],[-2.374399, 49.4093],[-2.374599, 49.4094],[-2.374799, 49.4093],[-2.3752, 49.4089],[-2.3757, 49.4089],[-2.3762, 49.4091],[-2.376499, 49.4094],[-2.376699, 49.4097],[-2.376699, 49.4099],[-2.3762, 49.4103],[-2.37610, 49.4105],[-2.37610, 49.4109],[-2.376, 49.4112],[-2.375799, 49.4115],[-2.375299, 49.412],[-2.3752, 49.4123],[-2.3754, 49.4125],[-2.3756, 49.4126],[-2.376, 49.4126],[-2.376699, 49.4123],[-2.3773, 49.4122],[-2.3778, 49.4122],[-2.378299, 49.4125],[-2.378999, 49.4134],[-2.3794, 49.4137],[-2.379699, 49.4137],[-2.3803, 49.4136],[-2.3808, 49.4135],[-2.381099, 49.4137],[-2.381401, 49.4139],[-2.3817, 49.4142],[-2.3818, 49.4146],[-2.3818, 49.415],[-2.3815, 49.4153],[-2.380199, 49.4163],[-2.3782, 49.4172],[-2.376699, 49.4185],[-2.3762, 49.4188],[-2.375799, 49.4189],[-2.373399, 49.4194],[-2.372999, 49.4197],[-2.3729, 49.42],[-2.3731, 49.4209],[-2.3731, 49.4212],[-2.372999, 49.4215],[-2.3726, 49.4216],[-2.3718, 49.4210],[-2.370899, 49.4205],[-2.3703, 49.4204],[-2.369501, 49.4204],[-2.368799, 49.4205],[-2.3682, 49.4207],[-2.3678, 49.4209],[-2.367399, 49.4212],[-2.366899, 49.4217],[-2.366699, 49.422],[-2.366601, 49.4224],[-2.366601, 49.4228],[-2.366801, 49.423],[-2.3684, 49.423],[-2.368701, 49.4231],[-2.368901, 49.4233],[-2.368799, 49.4236],[-2.368599, 49.4238],[-2.368, 49.4242],[-2.367899, 49.4245],[-2.368, 49.4249],[-2.368099, 49.4253],[-2.368, 49.4255],[-2.367399, 49.4261],[-2.367399, 49.4265],[-2.3678, 49.4267],[-2.368799, 49.4264],[-2.369699, 49.4263],[-2.3705, 49.4263],[-2.371099, 49.4264],[-2.3719, 49.4267],[-2.3724, 49.4269],[-2.372999, 49.4270],[-2.373399, 49.4272],[-2.3741, 49.4278],[-2.374599, 49.428],[-2.3752, 49.428],[-2.375499, 49.4281],[-2.3757, 49.4283],[-2.3759, 49.4286],[-2.375799, 49.4290],[-2.375, 49.4295],[-2.374599, 49.4299],[-2.374501, 49.4302],[-2.374599, 49.4304],[-2.3749, 49.4306],[-2.3756, 49.4308],[-2.375799, 49.4309],[-2.376, 49.4312],[-2.3762, 49.4318],[-2.3764, 49.4319],[-2.376801, 49.4320],[-2.3777, 49.4322],[-2.377899, 49.4324],[-2.3778, 49.4327],[-2.3773, 49.4332],[-2.3763, 49.4339],[-2.3757, 49.4341],[-2.375, 49.4342],[-2.374799, 49.4344],[-2.3747, 49.4349],[-2.374501, 49.4353],[-2.3741, 49.4356],[-2.3736, 49.4358],[-2.3731, 49.4358],[-2.3726, 49.4356],[-2.372299, 49.4354],[-2.372, 49.4353],[-2.371001, 49.4355],[-2.3701, 49.4357],[-2.3698, 49.4360],[-2.3698, 49.4364],[-2.370199, 49.4373],[-2.370199, 49.4376],[-2.3699, 49.4381],[-2.3696, 49.4384],[-2.368701, 49.4391],[-2.3684, 49.4395],[-2.368299, 49.4405],[-2.368099, 49.4408],[-2.3678, 49.4409],[-2.367001, 49.4411],[-2.3663, 49.4414],[-2.366, 49.4416],[-2.365799, 49.4421],[-2.366, 49.4427],[-2.366899, 49.4434],[-2.367599, 49.4440],[-2.367899, 49.4446],[-2.368, 49.4449],[-2.3678, 49.4453],[-2.366801, 49.446],[-2.366601, 49.4464],[-2.366499, 49.4470],[-2.366699, 49.448],[-2.3671, 49.4488],[-2.367199, 49.4492],[-2.367199, 49.4496],[-2.366899, 49.45],[-2.3663, 49.4502],[-2.3657, 49.4501],[-2.365099, 49.4498],[-2.362799, 49.4481],[-2.362099, 49.4479],[-2.3618, 49.4478],[-2.3615, 49.4475],[-2.361601, 49.4470],[-2.361601, 49.4467],[-2.361401, 49.4465],[-2.3606, 49.446],[-2.3599, 49.4457]]]]}, properties:{name:"Sark"}}, {type:"Feature", geometry:{type:"MultiPolygon", coordinates:[[[[-2.1454, 49.2610],[-2.144, 49.2605],[-2.143501, 49.2601],[-2.1433, 49.2598],[-2.1429, 49.2585],[-2.142499, 49.2577],[-2.1419, 49.2573],[-2.141099, 49.257],[-2.140399, 49.2569],[-2.138901, 49.2566],[-2.1382, 49.2564],[-2.1375, 49.2561],[-2.137001, 49.2558],[-2.1366, 49.2555],[-2.1361, 49.2548],[-2.1354, 49.2544],[-2.1347, 49.2541],[-2.1336, 49.2539],[-2.1324, 49.2538],[-2.131201, 49.2539],[-2.129501, 49.2542],[-2.1278, 49.2547],[-2.127199, 49.2546],[-2.1263, 49.2542],[-2.1257, 49.2541],[-2.1241, 49.2541],[-2.122299, 49.2542],[-2.121401, 49.2545],[-2.1206, 49.2548],[-2.119999, 49.2549],[-2.1192, 49.2549],[-2.118299, 49.2548],[-2.117599, 49.2545],[-2.116899, 49.2539],[-2.116801, 49.2534],[-2.117001, 49.2522],[-2.116801, 49.2517],[-2.1164, 49.2515],[-2.1156, 49.2512],[-2.1139, 49.2507],[-2.1133, 49.2505],[-2.112499, 49.2504],[-2.1118, 49.2504],[-2.110899, 49.2506],[-2.1101, 49.2509],[-2.1095, 49.2512],[-2.108701, 49.2519],[-2.108299, 49.2521],[-2.107899, 49.2521],[-2.107199, 49.2518],[-2.1064, 49.2514],[-2.1061, 49.2511],[-2.105799, 49.2505],[-2.1055, 49.2503],[-2.105, 49.2501],[-2.104, 49.2500],[-2.1024, 49.2503],[-2.101099, 49.2507],[-2.1005, 49.2509],[-2.1005, 49.2512],[-2.101001, 49.2515],[-2.101099, 49.2518],[-2.100899, 49.2522],[-2.100399, 49.2529],[-2.1003, 49.2532],[-2.1005, 49.2537],[-2.100899, 49.2542],[-2.101099, 49.2544],[-2.101099, 49.2546],[-2.100899, 49.2547],[-2.1006, 49.2546],[-2.1003, 49.2544],[-2.0999, 49.2542],[-2.0996, 49.2543],[-2.099301, 49.2545],[-2.099, 49.2549],[-2.09850, 49.2554],[-2.098, 49.2558],[-2.0976, 49.2559],[-2.0973, 49.2557],[-2.097001, 49.2554],[-2.096699, 49.2553],[-2.096299, 49.2554],[-2.095799, 49.2555],[-2.0952, 49.2555],[-2.0948, 49.2554],[-2.093199, 49.2547],[-2.092799, 49.2546],[-2.0917, 49.2548],[-2.0911, 49.2549],[-2.090499, 49.2548],[-2.089799, 49.2545],[-2.088901, 49.254],[-2.0878, 49.2533],[-2.0875, 49.2529],[-2.087399, 49.2523],[-2.087199, 49.2519],[-2.086699, 49.2516],[-2.086499, 49.2513],[-2.086401, 49.2505],[-2.0861, 49.2501],[-2.085799, 49.2498],[-2.0852, 49.2494],[-2.084599, 49.2491],[-2.084, 49.2489],[-2.082999, 49.2491],[-2.0824, 49.2491],[-2.082, 49.2490],[-2.0816, 49.2485],[-2.081401, 49.2480],[-2.0811, 49.2467],[-2.080899, 49.2464],[-2.0801, 49.2458],[-2.0799, 49.2453],[-2.0796, 49.2440],[-2.078399, 49.2421],[-2.0778, 49.2409],[-2.077699, 49.2405],[-2.077699, 49.2399],[-2.0778, 49.2394],[-2.0776, 49.239],[-2.077199, 49.2387],[-2.076801, 49.2385],[-2.076401, 49.2384],[-2.075599, 49.2384],[-2.0748, 49.2384],[-2.0738, 49.2382],[-2.0725, 49.2377],[-2.0714, 49.2375],[-2.0703, 49.2373],[-2.068501, 49.2373],[-2.067199, 49.2372],[-2.0659, 49.2373],[-2.0652, 49.2376],[-2.064699, 49.2379],[-2.064501, 49.2382],[-2.064399, 49.2387],[-2.064699, 49.2392],[-2.0648, 49.2396],[-2.0646, 49.2398],[-2.064199, 49.2399],[-2.0638, 49.2397],[-2.0634, 49.2393],[-2.0631, 49.2392],[-2.062599, 49.2391],[-2.062099, 49.2391],[-2.0614, 49.2393],[-2.060899, 49.2397],[-2.060499, 49.24],[-2.0599, 49.2401],[-2.058599, 49.24],[-2.0569, 49.24],[-2.055099, 49.24],[-2.054501, 49.24],[-2.054199, 49.2402],[-2.054301, 49.2406],[-2.0546, 49.2410],[-2.054501, 49.2413],[-2.054199, 49.2416],[-2.0537, 49.2419],[-2.0522, 49.2419],[-2.051899, 49.2421],[-2.051899, 49.2427],[-2.0518, 49.2429],[-2.0516, 49.243],[-2.0511, 49.2431],[-2.050499, 49.2431],[-2.049799, 49.243],[-2.049599, 49.2431],[-2.0493, 49.2434],[-2.049, 49.2439],[-2.048701, 49.2443],[-2.048501, 49.2445],[-2.0481, 49.2446],[-2.0478, 49.2445],[-2.047699, 49.2444],[-2.047699, 49.2439],[-2.047699, 49.2436],[-2.0476, 49.2435],[-2.0471, 49.2435],[-2.046499, 49.2434],[-2.046299, 49.2432],[-2.046299, 49.243],[-2.046499, 49.2427],[-2.046601, 49.2425],[-2.046601, 49.2423],[-2.046401, 49.2421],[-2.046, 49.2419],[-2.0452, 49.2414],[-2.0446, 49.2409],[-2.043999, 49.2408],[-2.0434, 49.2411],[-2.0429, 49.2413],[-2.0397, 49.2408],[-2.0395, 49.2406],[-2.0395, 49.2403],[-2.039599, 49.2401],[-2.0399, 49.2399],[-2.0401, 49.2397],[-2.040299, 49.2393],[-2.040499, 49.2387],[-2.0406, 49.2385],[-2.041001, 49.2381],[-2.041201, 49.2378],[-2.041201, 49.2375],[-2.0409, 49.2373],[-2.0401, 49.2373],[-2.0392, 49.2371],[-2.037699, 49.2364],[-2.036801, 49.2362],[-2.0358, 49.2362],[-2.035, 49.2361],[-2.0344, 49.2359],[-2.0339, 49.2356],[-2.0337, 49.2353],[-2.0335, 49.2352],[-2.033299, 49.2353],[-2.0329, 49.2357],[-2.0325, 49.236],[-2.032001, 49.2361],[-2.031699, 49.236],[-2.0313, 49.2358],[-2.029999, 49.2351],[-2.0295, 49.235],[-2.029, 49.2351],[-2.028501, 49.2357],[-2.028199, 49.2359],[-2.027699, 49.236],[-2.0271, 49.2359],[-2.026601, 49.2357],[-2.0265, 49.2354],[-2.0267, 49.2349],[-2.026801, 49.2345],[-2.026601, 49.2342],[-2.026099, 49.2339],[-2.025399, 49.2336],[-2.024899, 49.2335],[-2.024501, 49.2337],[-2.024101, 49.2342],[-2.0237, 49.2345],[-2.023099, 49.2347],[-2.0225, 49.2347],[-2.021699, 49.2347],[-2.0208, 49.2345],[-2.0204, 49.2343],[-2.02, 49.234],[-2.0197, 49.2336],[-2.019599, 49.2332],[-2.019799, 49.2329],[-2.020299, 49.2322],[-2.020499, 49.2317],[-2.020499, 49.2312],[-2.020299, 49.2307],[-2.01920, 49.2289],[-2.018399, 49.2276],[-2.0181, 49.2272],[-2.017699, 49.2268],[-2.0172, 49.2265],[-2.016001, 49.2259],[-2.014199, 49.2252],[-2.0127, 49.2248],[-2.011001, 49.2243],[-2.010299, 49.224],[-2.010099, 49.2237],[-2.0104, 49.2235],[-2.0116, 49.2237],[-2.0158, 49.225],[-2.016099, 49.225],[-2.0165, 49.2248],[-2.0179, 49.2242],[-2.0186, 49.224],[-2.0197, 49.2239],[-2.020099, 49.2238],[-2.0207, 49.2234],[-2.0211, 49.223],[-2.022001, 49.2216],[-2.0229, 49.2204],[-2.0234, 49.2199],[-2.023799, 49.2196],[-2.024199, 49.2194],[-2.0248, 49.2193],[-2.0251, 49.2193],[-2.025399, 49.2192],[-2.0255, 49.219],[-2.025599, 49.2184],[-2.0258, 49.2178],[-2.026099, 49.2174],[-2.026601, 49.217],[-2.026801, 49.2167],[-2.0267, 49.2163],[-2.026201, 49.216],[-2.025199, 49.2157],[-2.0246, 49.2155],[-2.024199, 49.2153],[-2.023799, 49.215],[-2.0235, 49.2145],[-2.023099, 49.2137],[-2.022799, 49.2134],[-2.022399, 49.2132],[-2.0216, 49.2131],[-2.0209, 49.2131],[-2.0207, 49.213],[-2.0206, 49.2127],[-2.0207, 49.2125],[-2.021001, 49.2123],[-2.0216, 49.2123],[-2.022001, 49.2121],[-2.022099, 49.2118],[-2.0222, 49.2114],[-2.022099, 49.2108],[-2.021899, 49.2104],[-2.021699, 49.2102],[-2.0212, 49.21],[-2.020299, 49.2099],[-2.019, 49.2099],[-2.0178, 49.21],[-2.0174, 49.2098],[-2.017299, 49.2094],[-2.017499, 49.2089],[-2.0178, 49.2085],[-2.018199, 49.2082],[-2.0193, 49.2075],[-2.019799, 49.2071],[-2.020099, 49.2067],[-2.0202, 49.2065],[-2.020299, 49.206],[-2.020299, 49.2053],[-2.0202, 49.205],[-2.02, 49.2047],[-2.0195, 49.2046],[-2.0188, 49.2047],[-2.0183, 49.205],[-2.0178, 49.205],[-2.0172, 49.2048],[-2.016601, 49.2047],[-2.016099, 49.2046],[-2.015599, 49.2042],[-2.015199, 49.2037],[-2.015, 49.2033],[-2.015, 49.2028],[-2.0157, 49.2021],[-2.0158, 49.2017],[-2.0155, 49.2012],[-2.015399, 49.2009],[-2.015599, 49.2004],[-2.016001, 49.2000],[-2.016601, 49.1996],[-2.017299, 49.1995],[-2.0178, 49.1996],[-2.018399, 49.2001],[-2.019, 49.2003],[-2.0199, 49.2002],[-2.0211, 49.1998],[-2.023299, 49.1993],[-2.02530, 49.1986],[-2.026601, 49.1979],[-2.0279, 49.1967],[-2.0288, 49.1956],[-2.029599, 49.1944],[-2.029999, 49.1936],[-2.0304, 49.1922],[-2.030699, 49.1901],[-2.0306, 49.1841],[-2.029999, 49.1807],[-2.028501, 49.1762],[-2.0269, 49.1717],[-2.0255, 49.1692],[-2.02530, 49.1683],[-2.025599, 49.1677],[-2.0265, 49.1673],[-2.0272, 49.1669],[-2.0281, 49.1661],[-2.0293, 49.1655],[-2.031001, 49.1654],[-2.033, 49.1657],[-2.0351, 49.1662],[-2.039599, 49.1677],[-2.0453, 49.1694],[-2.0469, 49.1697],[-2.048701, 49.1699],[-2.050499, 49.17],[-2.052799, 49.1699],[-2.0546, 49.1695],[-2.0567, 49.1688],[-2.0581, 49.1682],[-2.0595, 49.1677],[-2.059999, 49.1677],[-2.061001, 49.1679],[-2.062799, 49.168],[-2.064199, 49.1679],[-2.0653, 49.1676],[-2.066401, 49.1672],[-2.0675, 49.1665],[-2.0683, 49.1656],[-2.069, 49.1646],[-2.0697, 49.1642],[-2.071001, 49.1641],[-2.072999, 49.1639],[-2.0746, 49.164],[-2.076299, 49.1645],[-2.077699, 49.1654],[-2.0794, 49.1668],[-2.0816, 49.1687],[-2.0855, 49.1721],[-2.087699, 49.1739],[-2.091201, 49.1763],[-2.09240, 49.1770],[-2.0936, 49.1775],[-2.095099, 49.1779],[-2.096499, 49.1781],[-2.097699, 49.1781],[-2.098599, 49.1779],[-2.099101, 49.1774],[-2.0999, 49.1772],[-2.1016, 49.1771],[-2.103199, 49.1768],[-2.1039, 49.1765],[-2.105, 49.1753],[-2.1064, 49.1743],[-2.106801, 49.1739],[-2.107001, 49.1734],[-2.107199, 49.1727],[-2.107599, 49.1721],[-2.108299, 49.1719],[-2.109301, 49.1721],[-2.1127, 49.1728],[-2.1141, 49.1732],[-2.114399, 49.1735],[-2.114399, 49.174],[-2.1143, 49.1747],[-2.1141, 49.1756],[-2.113701, 49.1761],[-2.113199, 49.1763],[-2.1127, 49.1762],[-2.112499, 49.176],[-2.1127, 49.1752],[-2.1126, 49.1749],[-2.112299, 49.1748],[-2.111601, 49.1747],[-2.111099, 49.1748],[-2.110699, 49.1753],[-2.1101, 49.1763],[-2.1095, 49.1773],[-2.1092, 49.1781],[-2.1092, 49.1787],[-2.109301, 49.1791],[-2.1098, 49.1800],[-2.1101, 49.1805],[-2.1106, 49.1805],[-2.111099, 49.1796],[-2.1113, 49.1776],[-2.1115, 49.1774],[-2.1119, 49.1773],[-2.112299, 49.1774],[-2.112499, 49.1778],[-2.112499, 49.1794],[-2.1126, 49.1799],[-2.1139, 49.1824],[-2.1141, 49.1831],[-2.114, 49.1837],[-2.1126, 49.1854],[-2.114, 49.1865],[-2.1142, 49.1864],[-2.1175, 49.1822],[-2.119999, 49.1792],[-2.121601, 49.1762],[-2.122299, 49.175],[-2.122999, 49.1746],[-2.1239, 49.1746],[-2.124399, 49.1748],[-2.1247, 49.1753],[-2.1249, 49.1757],[-2.124799, 49.1761],[-2.124399, 49.1766],[-2.1238, 49.1775],[-2.1233, 49.178],[-2.1222, 49.1786],[-2.1215, 49.1791],[-2.1161, 49.1858],[-2.1152, 49.1868],[-2.115099, 49.1873],[-2.1171, 49.1888],[-2.121099, 49.1911],[-2.1238, 49.1926],[-2.125299, 49.1933],[-2.126899, 49.1940],[-2.1284, 49.1945],[-2.13030, 49.1950],[-2.1322, 49.1955],[-2.1342, 49.1959],[-2.1359, 49.1962],[-2.1375, 49.1964],[-2.145499, 49.1966],[-2.1496, 49.1963],[-2.1517, 49.1961],[-2.1536, 49.1958],[-2.155299, 49.1954],[-2.157099, 49.1949],[-2.159501, 49.1942],[-2.161299, 49.1936],[-2.163, 49.1928],[-2.164, 49.1922],[-2.164999, 49.1914],[-2.1658, 49.1904],[-2.1661, 49.1898],[-2.166201, 49.1893],[-2.1661, 49.1888],[-2.1658, 49.1881],[-2.1659, 49.1876],[-2.166699, 49.1870],[-2.166899, 49.1867],[-2.166899, 49.1863],[-2.1668, 49.1860],[-2.1661, 49.1852],[-2.166001, 49.1849],[-2.1661, 49.1843],[-2.1664, 49.1837],[-2.1665, 49.1830],[-2.1663, 49.1826],[-2.166001, 49.1824],[-2.165499, 49.1823],[-2.1652, 49.1822],[-2.1651, 49.182],[-2.1651, 49.1817],[-2.1652, 49.1814],[-2.1656, 49.1811],[-2.1658, 49.1808],[-2.1661, 49.1802],[-2.1663, 49.1795],[-2.1664, 49.1791],[-2.1665, 49.1785],[-2.1664, 49.1782],[-2.1661, 49.1776],[-2.1656, 49.1770],[-2.1652, 49.1766],[-2.1647, 49.1764],[-2.163501, 49.1761],[-2.1624, 49.1758],[-2.162, 49.1755],[-2.161801, 49.1751],[-2.161801, 49.1745],[-2.161601, 49.1738],[-2.161401, 49.1734],[-2.161201, 49.1732],[-2.16080, 49.1726],[-2.1607, 49.1721],[-2.160899, 49.1716],[-2.161601, 49.1707],[-2.162899, 49.1689],[-2.1633, 49.1681],[-2.163501, 49.1673],[-2.163701, 49.1666],[-2.163901, 49.1662],[-2.1642, 49.166],[-2.1647, 49.1659],[-2.1659, 49.1659],[-2.1673, 49.1661],[-2.1685, 49.1663],[-2.169399, 49.1666],[-2.169699, 49.1667],[-2.169899, 49.1669],[-2.169899, 49.1672],[-2.1698, 49.1674],[-2.1685, 49.168],[-2.1684, 49.1683],[-2.1686, 49.1686],[-2.1689, 49.1688],[-2.169399, 49.1688],[-2.1707, 49.1689],[-2.171299, 49.169],[-2.171601, 49.1692],[-2.1717, 49.1696],[-2.171499, 49.1703],[-2.171601, 49.1707],[-2.1719, 49.1711],[-2.1723, 49.1714],[-2.173199, 49.1718],[-2.1742, 49.1719],[-2.177099, 49.1719],[-2.1777, 49.1719],[-2.1782, 49.1717],[-2.1784, 49.1715],[-2.1786, 49.171],[-2.1789, 49.1698],[-2.178999, 49.1695],[-2.179301, 49.1692],[-2.1798, 49.169],[-2.180099, 49.1689],[-2.1805, 49.169],[-2.181, 49.1692],[-2.181499, 49.1693],[-2.1821, 49.1692],[-2.1833, 49.1688],[-2.1851, 49.169],[-2.185699, 49.169],[-2.1861, 49.1691],[-2.1863, 49.1692],[-2.1863, 49.1695],[-2.186001, 49.1697],[-2.183701, 49.1705],[-2.183399, 49.1707],[-2.183199, 49.1709],[-2.1831, 49.1713],[-2.1833, 49.1717],[-2.1843, 49.1726],[-2.1849, 49.1738],[-2.1853, 49.1745],[-2.185499, 49.175],[-2.1856, 49.1753],[-2.1854, 49.1757],[-2.185199, 49.1758],[-2.1838, 49.1761],[-2.1823, 49.1764],[-2.1819, 49.1766],[-2.1817, 49.1769],[-2.1817, 49.1773],[-2.181801, 49.1777],[-2.182001, 49.1781],[-2.182899, 49.1792],[-2.183701, 49.1801],[-2.1845, 49.181],[-2.184999, 49.1813],[-2.186201, 49.1816],[-2.1864, 49.1817],[-2.1866, 49.182],[-2.1867, 49.1825],[-2.187001, 49.1827],[-2.1875, 49.1829],[-2.1896, 49.1836],[-2.1926, 49.1846],[-2.193901, 49.1849],[-2.1947, 49.1850],[-2.1958, 49.1850],[-2.1968, 49.1849],[-2.1977, 49.1847],[-2.198501, 49.1844],[-2.199199, 49.1840],[-2.199399, 49.1837],[-2.199399, 49.1834],[-2.199199, 49.1832],[-2.1982, 49.1826],[-2.1981, 49.1824],[-2.1981, 49.1822],[-2.198299, 49.182],[-2.1987, 49.1819],[-2.199699, 49.1817],[-2.2007, 49.1814],[-2.201, 49.1812],[-2.2012, 49.181],[-2.201401, 49.1806],[-2.201499, 49.1802],[-2.201401, 49.1798],[-2.2011, 49.1792],[-2.2011, 49.1789],[-2.2012, 49.1787],[-2.201499, 49.1786],[-2.201801, 49.1787],[-2.2025, 49.179],[-2.203501, 49.1793],[-2.2043, 49.1795],[-2.204799, 49.1795],[-2.2051, 49.1794],[-2.2054, 49.1791],[-2.205499, 49.1788],[-2.205499, 49.1785],[-2.2054, 49.1779],[-2.2054, 49.1775],[-2.205499, 49.1772],[-2.205699, 49.1769],[-2.2061, 49.1767],[-2.2063, 49.1765],[-2.2065, 49.1761],[-2.2066, 49.1757],[-2.206899, 49.1754],[-2.207299, 49.1753],[-2.207799, 49.1754],[-2.2082, 49.1757],[-2.2089, 49.1769],[-2.209399, 49.1772],[-2.21, 49.1773],[-2.2107, 49.1772],[-2.211401, 49.1770],[-2.2135, 49.1761],[-2.214301, 49.1756],[-2.2149, 49.1749],[-2.2153, 49.1747],[-2.215699, 49.1747],[-2.2168, 49.1749],[-2.2177, 49.1748],[-2.2187, 49.1746],[-2.2197, 49.1743],[-2.2211, 49.1741],[-2.222001, 49.1742],[-2.2228, 49.1744],[-2.2244, 49.1749],[-2.2251, 49.175],[-2.225899, 49.175],[-2.227, 49.1751],[-2.2277, 49.1752],[-2.2286, 49.1756],[-2.2298, 49.1763],[-2.232001, 49.1778],[-2.233099, 49.1786],[-2.2335, 49.1787],[-2.233999, 49.1787],[-2.2346, 49.1786],[-2.2353, 49.1782],[-2.235899, 49.1781],[-2.236401, 49.1782],[-2.2369, 49.1787],[-2.237499, 49.1794],[-2.2381, 49.1800],[-2.238701, 49.1804],[-2.239501, 49.1807],[-2.2413, 49.181],[-2.241699, 49.1812],[-2.241801, 49.1815],[-2.241699, 49.1817],[-2.241, 49.1819],[-2.24060, 49.1819],[-2.239, 49.1819],[-2.238501, 49.1821],[-2.2368, 49.1836],[-2.2363, 49.1840],[-2.2358, 49.1841],[-2.233999, 49.1842],[-2.2334, 49.1843],[-2.232399, 49.1846],[-2.2321, 49.1848],[-2.232001, 49.1852],[-2.232001, 49.1855],[-2.232599, 49.1861],[-2.2328, 49.1864],[-2.2328, 49.1869],[-2.232599, 49.1872],[-2.232199, 49.1874],[-2.231601, 49.1874],[-2.230099, 49.1873],[-2.2293, 49.1875],[-2.228701, 49.1879],[-2.2274, 49.1891],[-2.2265, 49.1900],[-2.226099, 49.1905],[-2.2258, 49.1910],[-2.2256, 49.1917],[-2.225199, 49.1927],[-2.2249, 49.1932],[-2.2245, 49.1938],[-2.224101, 49.1946],[-2.223399, 49.1965],[-2.2212, 49.2024],[-2.2209, 49.2035],[-2.2207, 49.2051],[-2.220799, 49.2065],[-2.2211, 49.2079],[-2.223099, 49.2142],[-2.2245, 49.2179],[-2.2265, 49.2222],[-2.2272, 49.2234],[-2.22840, 49.2252],[-2.229899, 49.2271],[-2.231801, 49.2291],[-2.233299, 49.2306],[-2.2348, 49.2322],[-2.235399, 49.2329],[-2.236401, 49.2338],[-2.2368, 49.2343],[-2.237799, 49.2362],[-2.238501, 49.237],[-2.239, 49.2375],[-2.239599, 49.2381],[-2.240499, 49.2388],[-2.2413, 49.2392],[-2.241699, 49.2394],[-2.242199, 49.2398],[-2.243099, 49.2403],[-2.2442, 49.2406],[-2.245199, 49.2407],[-2.247, 49.2405],[-2.2474, 49.2408],[-2.247499, 49.2412],[-2.2474, 49.2416],[-2.2472, 49.242],[-2.246601, 49.2425],[-2.2465, 49.2428],[-2.24670, 49.243],[-2.247, 49.2433],[-2.249501, 49.2452],[-2.250499, 49.2460],[-2.2511, 49.2467],[-2.2514, 49.2474],[-2.2514, 49.2482],[-2.251601, 49.2488],[-2.252199, 49.2497],[-2.2523, 49.2502],[-2.2523, 49.2507],[-2.252199, 49.2515],[-2.252001, 49.2525],[-2.251699, 49.2530],[-2.2506, 49.2539],[-2.249799, 49.2547],[-2.249399, 49.2555],[-2.249, 49.2559],[-2.2486, 49.2561],[-2.2478, 49.2562],[-2.247, 49.2565],[-2.246601, 49.2565],[-2.246201, 49.2564],[-2.2458, 49.2565],[-2.2456, 49.2567],[-2.245699, 49.2572],[-2.245899, 49.2579],[-2.245699, 49.2584],[-2.245199, 49.2587],[-2.2444, 49.2589],[-2.2435, 49.2591],[-2.242399, 49.2592],[-2.241699, 49.2591],[-2.241, 49.2587],[-2.240499, 49.2584],[-2.24, 49.2584],[-2.239399, 49.2587],[-2.2388, 49.2588],[-2.2384, 49.2588],[-2.2381, 49.2586],[-2.237299, 49.2577],[-2.2368, 49.2574],[-2.236099, 49.2572],[-2.234999, 49.2571],[-2.234101, 49.2569],[-2.2328, 49.2564],[-2.231801, 49.2562],[-2.231, 49.2562],[-2.230099, 49.2563],[-2.22840, 49.2567],[-2.2276, 49.257],[-2.227, 49.2574],[-2.2269, 49.2579],[-2.227099, 49.2583],[-2.227499, 49.2586],[-2.2281, 49.2589],[-2.2283, 49.2593],[-2.2283, 49.2597],[-2.228199, 49.2599],[-2.227499, 49.2606],[-2.2272, 49.2609],[-2.2268, 49.2617],[-2.2265, 49.2619],[-2.2258, 49.2617],[-2.225199, 49.2619],[-2.2248, 49.2622],[-2.224101, 49.2622],[-2.2235, 49.262],[-2.223099, 49.2616],[-2.2232, 49.2609],[-2.223099, 49.2605],[-2.222899, 49.2597],[-2.2226, 49.2593],[-2.222199, 49.259],[-2.2211, 49.2584],[-2.2202, 49.2580],[-2.219199, 49.2575],[-2.2188, 49.2572],[-2.2183, 49.2566],[-2.2177, 49.2563],[-2.217, 49.2563],[-2.2163, 49.2563],[-2.215899, 49.2562],[-2.2153, 49.2559],[-2.214799, 49.2555],[-2.214301, 49.2554],[-2.2133, 49.2556],[-2.212699, 49.2556],[-2.212399, 49.2554],[-2.2121, 49.2549],[-2.211699, 49.2546],[-2.2112, 49.2544],[-2.210599, 49.2543],[-2.21, 49.2544],[-2.209199, 49.2547],[-2.2088, 49.2547],[-2.2084, 49.2547],[-2.2081, 49.2546],[-2.2079, 49.2543],[-2.2079, 49.2536],[-2.2079, 49.2533],[-2.2077, 49.2531],[-2.2072, 49.2531],[-2.206899, 49.2530],[-2.2066, 49.2526],[-2.206401, 49.2525],[-2.2056, 49.2527],[-2.2053, 49.2527],[-2.204799, 49.2527],[-2.2045, 49.2526],[-2.2042, 49.2524],[-2.20400, 49.2521],[-2.203701, 49.2513],[-2.203399, 49.2508],[-2.203, 49.2504],[-2.2019, 49.2500],[-2.2011, 49.2496],[-2.2003, 49.2495],[-2.199699, 49.2493],[-2.199399, 49.2491],[-2.199199, 49.2489],[-2.199199, 49.2487],[-2.199899, 49.2485],[-2.2003, 49.2483],[-2.2004, 49.2481],[-2.2004, 49.2480],[-2.200099, 49.2477],[-2.1996, 49.2474],[-2.1991, 49.2472],[-2.1987, 49.2471],[-2.198501, 49.2471],[-2.198299, 49.2472],[-2.197799, 49.2478],[-2.1975, 49.2482],[-2.197099, 49.2484],[-2.1966, 49.2483],[-2.1964, 49.2484],[-2.1961, 49.2489],[-2.195699, 49.2493],[-2.1953, 49.2494],[-2.194799, 49.2494],[-2.1942, 49.2492],[-2.193701, 49.2489],[-2.1932, 49.2488],[-2.1926, 49.2490],[-2.191801, 49.2495],[-2.191, 49.2501],[-2.1905, 49.2503],[-2.1902, 49.2503],[-2.190099, 49.2500],[-2.190099, 49.2497],[-2.19, 49.2493],[-2.1896, 49.2492],[-2.1885, 49.2495],[-2.1877, 49.2497],[-2.186201, 49.2496],[-2.185499, 49.2498],[-2.185199, 49.2501],[-2.184799, 49.2504],[-2.184101, 49.2505],[-2.183599, 49.2504],[-2.182899, 49.2500],[-2.182199, 49.2495],[-2.181401, 49.2490],[-2.1807, 49.2488],[-2.18, 49.2491],[-2.179399, 49.2495],[-2.1789, 49.2500],[-2.1784, 49.2503],[-2.1777, 49.2507],[-2.1772, 49.2508],[-2.1768, 49.2508],[-2.1764, 49.2505],[-2.1758, 49.2503],[-2.1754, 49.2505],[-2.1749, 49.2507],[-2.1744, 49.2508],[-2.173599, 49.2506],[-2.17300, 49.2505],[-2.172199, 49.2504],[-2.1717, 49.2506],[-2.171601, 49.2509],[-2.172, 49.2514],[-2.172, 49.2519],[-2.1717, 49.2523],[-2.1709, 49.2530],[-2.1702, 49.2533],[-2.1698, 49.2538],[-2.169699, 49.2542],[-2.1696, 49.2546],[-2.169399, 49.2548],[-2.1687, 49.2548],[-2.1682, 49.2547],[-2.168, 49.2548],[-2.1675, 49.2553],[-2.1672, 49.2554],[-2.1665, 49.2555],[-2.1658, 49.2557],[-2.165499, 49.2560],[-2.165299, 49.2563],[-2.1651, 49.257],[-2.164799, 49.2573],[-2.163901, 49.2577],[-2.163399, 49.2581],[-2.1628, 49.259],[-2.1626, 49.2591],[-2.162199, 49.259],[-2.1615, 49.2584],[-2.16080, 49.2582],[-2.16, 49.2582],[-2.1589, 49.2584],[-2.1579, 49.2587],[-2.157599, 49.259],[-2.157399, 49.2595],[-2.1573, 49.2609],[-2.1572, 49.2616],[-2.157001, 49.2618],[-2.1564, 49.2618],[-2.1559, 49.2616],[-2.154999, 49.2613],[-2.153701, 49.2609],[-2.1529, 49.2608],[-2.151801, 49.2611],[-2.1505, 49.2611],[-2.15, 49.2613],[-2.1498, 49.2616],[-2.1496, 49.2625],[-2.1494, 49.2627],[-2.148999, 49.2627],[-2.1487, 49.2624],[-2.1482, 49.262],[-2.1475, 49.2617],[-2.1462, 49.2613],[-2.1454, 49.2610]]]]}, properties:{name:"Jersey"}}]})
//}}}
tags:
links:

Using the HSL Color Wheel to create Random Color Palettes for TiddlyWiki


tags:
links:

VGraph

So earlier I blogged about a Family Tree vertical. This vertical has been a catalyst for me finally getting round to creating a sort of [[TiddlyTagMindMap|http://tiddlytagmindmap.tiddlyspot.com]] version 2, which I'm now calling VGraph.

[[TiddlyTagMindMap|http://tiddlytagmindmap.tiddlyspot.com]] has been probably my most popular TiddlyWiki plugin but it's probably my most badly written and largest plugin. I was using a library to make it ([[Nicholas's JIT|http://thejit.org/]]) and I found this library had lots of things I didn't necessarily care about. Since making this I've done a lot of work with canvas and vml, most notably in the construction of ILGA's new shiny data visualisation world map on [[http://new.ilga.org]] and the [[Vismo library that powers it|http://www.jonrobson.me.uk/Vismo]]. I've learnt a lot of lessons from this about making old Grandpa IE6 happier.

I have listened lots to the TiddlyWiki community and have got ideas about what people care about for a graph plugin - it needs to be configurable to a variety of needs, needs to work across different browsers and most importantly shouldn't lock them into a particular graph layout algorithm.

[img[/images/vismo/radial1.png]]
{{footer{radial layout}}}

[img[/images/vismo/hyperbolic.png]]
{{footer{hyperbolic layout}}}

[img[/images/vismo/walkers.png]]
{{footer{tree layout}}}

I've created a generic graphing plugin called VGraphPlugin which I'm putting out there for feedback. The Family Tree vertical [[I blogged about earlier|Finally a Family Tree Vertical]] now uses it and this graph plugin unlike [[TiddlyTagMindMap|http://tiddlytagmindmap.tiddlyspot.com]] is algorithm focused. I am keen on the idea of users adding their graph algorithms to suit the data they are presenting and being able to toggle between them quickly. For instance you can change the algorithm from a drop down in the bottom right corner and see a different graph in an instance. Many thanks to [[Nicholas's JIT|http://thejit.org/]] by the way which saved me a lot of time writing complicated algorithms here.

I've also developed a concept of a labelMacro. It's still not perfected but I have made it so that you can add a parameter to my macro called labelMacro and it will render the label according to what that macro referenced says. So for instance the macro {{{<<view tags>>}}} shows the tags of the tiddler calling it. In the graph you can do {{{<<VGraph labelMacro:'view tags'>>}}} and the graph will render with node labels showing it's tags rather than title.

[img[/images/vismo/hyperbolic_created.png]]
{{footer{labels shown as created date field instead of titles}}}

Have a play with [[this copy|/development/VGraph/index.html]] and let me know your initial thoughts... please bear in mind, there are still a few issues I need to iron out with cyclic graphs.. and of course one of the next steps is making this more interactive and explorable. Cheers!
tags:

VGraphDemo

This is a demo of the VGraphPlugin.
<<VGraph parentFields:{{['tags']}} excludeTags:{{['myblog','rssfeeds']}}  algorithm:'radial'>>
tags:
links: VGraph

Vietnam

I went here for the first time July 2007. I look forward to telling you more about my trip!
tags:
links:

VismoCanvas

On Wednesday we had a hackday to create a product called [[MediaWikiUnplugged|http://mediawikiunplugged.com/]]. For an afternoon's work, although we hadn't created a masterpiece it was a pretty productive day and quite a good outcome, and great working with the Globant guys. The result seems to have been [[retweeted a few times on Twitter|http://search.twitter.com/search?q=mediawikiunplugged]].

It made me realise however that if we could create that in a half day I could surely get VismoCanvas - a project I've had in my head and in several scrapped prototypes in a semi decent state to see what people think of it.

In a nutshell the project is this - I want to create a client side graphics program completely written in html/css/javascript. I think the [[TiddlyWiki community|http://groups.google.com/group/TiddlyWiki/]] would really benefit from a drawing application to create simple graphics on the fly, save them and transport them in document. I also like the idea of multiple users being able to collaborate on an image just as they might to a piece of text.

So the result of 1 day of hacking is [[VismoCanvas|http://www.jonrobson.me.uk/projects/VismoCanvas/canvasediting.html]] which I will now share with you. It throws together alot of the code I have written in my VismoLibrary with jquery and some jquery plugins to bring a basic (and a little buggy) graphics application that provides line drawing, circle drawing, stroke and fill styling and the ability to move and resize those circles. When I throw in some more effort there will be also be polygons.

Where I'm planning to go with this is to make these diagrams you create interactive - the ability to add links to each shape that when viewed by someone they can click on them and jump to places on the web. Think flowcharts, think family trees, think diagrams of brain neurons, graphs - the possible uses are endless.

And importantly.. it's cross browser and pretty performant... even in IE. Let me know what you think...
tags:

VismoLibrary

[img[/images/vismo/vismo.png]]
I have made several visualisations/graphics based plugins built around a library of code I wrote called the VismoLibrary. You can find out more at it's special page: [[link to vismo|/Vismo]] (with example demos and documentation)
tags:
links:

VismoWiki


tags:
links:

Web 2.0


tags:
links:

Websites with bad user interfaces

!Eurostar
Slow, lots of pages, refresh page to look at other available trains/to
When you click preferred passengers fill in below box instead of some nice Javascript does a page reload - completely unnecessary!
When payment fails spat me out had to start from beginning again.
tags:
links:

What I have learnt about vml

So Internet Explorer cannot do canvas yet. We can moan about this all we want but the fact is we are stuck in this situation until Microsoft speed up and provide it in a new release and even when they do, we still will have issues with backward compatability in older versions of Internet Explorer the granddad of browsers! I've seen many attempts to rectify this by providing a hack for canvas for Internet Explorer - the well know [[ExplorerCanvas]] and even some talk of some method using flash which I will be interested to see the results in.

Anyway, I've been playing around with canvas and the closest IE alternative that is native to the Internet Explorer browser - vml. I've used this in a recent project ([[GeoTiddlyWiki]]) and most recently for the [[rewired state event|http://rewiredstate.org/buzz]] I attended. You can see my result (albeit a week later then the day) which is a [[chloropleth map of London council tax bands|http://www.jonrobson.me.uk/development/RewiredState/councilbandd.html]]. For those who are interested there is a geojson of London powering it, which I have hacked together out of some kml data which should be useful for some other hacks you may have in mind.

Anyway... vml is completely different to canvas as it concerns dom manipulation whereas in canvas which takes a bitmap based approach where you make a series of calls to a javascript function and create an output. This is why I believe that trying to mimic canvas exactly by porting these javascript commands into vml based alternatives is flawed. The killer one is the canvas clearRect function. If you draw a clear rectangle over the top of a drawing you have done in a canvas object, it will be a quick command and won't make many differences to memory. However if you want to clear a vml based drawing this means hitting the dom hard by deleting each of the vml shape objects you have created for your drawing. A big drawing could have hundreds of dom elements in it. Imagine deleting 1000 divs in one go and your get the idea of the issue here. The other fact is ExplorerCanvas is a generic solution, therefore it can make no assumptions about how you are using it. For instance say in your canvas app you are drawing a smiley face and you are allowing the user to move the smiley face around the screen with a mouse click. The pseudo code will look something like this:
{{{
clear the canvas
translate my drawing to x,y coordinate,
draw circle
draw eye 1
draw eye 2
draw mouth
}}}

Now consider an ExplorerCanvas type alternative where we mimic each of these functions with a suitable vml based alternative...
{{{
delete all dom elements that are children of the drawing
create vml circle at x,y
create eye 1 at x,y
create eye 2 at x,y
create mouth at x,y
}}}
Here it's not a big issue as it is a small drawing but here we are deleting 4 dom objects then creating 4 identical objects from the previous time EVERY time the user moves around the "canvas impersonator". Now consider an alternative where we create our own specific version targetting our drawing a smiley face app.
{{{
if I havent drawn my smiley face yet..
  create vml circle at x,y
  create eye 1 at x,y
  create eye 2 at x,y
  create mouth at x,y
  store my shapes
else
  for each of my shapes
    change css left and top position to give translation effect
}}}

In this situation we alter the style of 4 objects rather than deleting and adding to the dom - a much faster operation. It also seems that modifying a dom element attribute is quicker than dom manipulation. If you have a look at the [[VML W3C Note on shape element|http://www.w3.org/TR/NOTE-VML#_Toc416858386]] you will see that coordinates in a vml shape are hardcoded into an attribute called path. Therefore instead of deleting vml shapes you need consider that modifying an existing shapes coordinates could be a much more performant way of rendering in Internet Explorer.

I guess what I'm getting at is that no generic solution to canvas in my opinion will ever bring you ideal performance. If you want good cross browser performance then I'm afraid being lazy and using an off the shelf product is probably not your best bet. Dive into the [[VML W3C Note on vml|http://www.w3.org/TR/NOTE-VML]] and get to know VML yourself (it's actually quite easy since it is just creating and styling dom elements) and see how css and reusing existing dom elements can bring a better experience to your poor IE users..
tags:

When computing was simple

I was lucky enough to be able to visit Bletchley Park near Milton Keynes last Friday ("home of the codebreakers"). It was a fascinating insight into the history of computing and really put things in to perspective about how far we have come in just 50 years. It was incredible to hear about how in the times where the feat of breaking Enigma was carried out how they were using pens and paper and mechanical devices just to get some bits of the puzzle. What truly interested me though was the museum of computing - a library of what I would consider ancient machines that the public are free to play with. I had a play with an Acorn with my fond memories from school time and had a go at some retro programming paying homage to the show "Look around you" armed with the manual placed beside the machine. 

Here is the lovely program I wrote - 4 lines of code - 3 to get it up and running and 1 to execute it. And no those are not line numbers you include them in your code!
{{{
>0 FOR X=0 TO 999999
>10 PRINT "LOOK AROUND YOU"
>20 NEXT
>RUN
}}}

I'm not really going anywhere with this - It was just a bit of fun and something to seriously reflect on but it reminded me of the simplicity of interfaces and the simplicity of programming languages back in the day. It took me a day recently to get Eclipse setup with the right Java environment and here I had a simple program running in no more than 5 minutes from nothing.

[img[http://farm4.static.flickr.com/3009/3032534712_1ab75b0fa3.jpg?v=0]]
tags:
links:

Where I have lived

I like to move around a bit. I'll tell you more about where and my experiences at some point here.
tags:
links:

Why Twitter?

Many of my friends have questioned my use of Twitter, not seeing the point in "knowing what my other friends are doing, what time train they are on and when the y are going to bed". So I thought I'd put my spin on it even if it similar to an already established view.

So although knowing someone is going to bed now is not the best example of a useful twitter it does radiate information you might not else have known. I now may have an idea of what time that person is going to bed and thus I may choose to get my phonecalls to him or her before that time so as not to bug them. However this silly example aside, there are many more useful tweets that may be pushed your way, even if at first glance they are not what they seem.

For example say I get a tweet "X is off to see Les Miserables." At first glance this may not seem very interesting, but come the time I want to see Les Miserables I expect I will have made that connection mentally and I will be contacting to X to see if it's worth an evening of my time. Other information they transmit are location, state of mind, interests, knowledge, that is not obstrusive but sometimes useful. 

For instance if a friend I haven't seen in a while tweets that he is in a certain location that is 5 miles away from me, if I'm doing nothing that friend may expect a call from me in a few minutes to see if he's free for a coffee. It's a powerful tool.

In the work environment it's even better. My previous team used an internal product to keep people updated on their statuses and through it I had a greater awareness of that fabled "big picture". Suddenly I got an idea of how often our program director was showing off our product to customers, I got an idea of what work was on the horizon and I got an idea of the problems my team members were facing and a platform to raise problems I was facing. In a big team, if I encountered a problem, despite the vast sea of big heads in my organisation it could be hard to find the right person to raise that problem to in hope of a solution, short of ringing everyone individually and seeing if they knew how to fix the problem. However with status messages I usually found the answers came to me.

So, tweet and get the world to tweet with you. I think your be surprised..
tags:
links:

Why do we put up with IE and musing about family trees

So I spent some time over xmas working on my TiddlyTagMindMap plugin on things that I've been meaning to get done for a while. Yesterday I spent an hour working on it so I could show off a few of the features that will be available in the new version (chiefly node meta data). However this hour wasn't creating new features.. it was troubleshooting why it wasn't working in Internet Explorer. Eventually I found the reason - a number was being passed as a string and was fixed by adding one line of code (telling IE to parse the string as an integer). This is not a first this happens all the time and it pains me that we live in a world where lots of people use IE and I have to spend the time doing this so people won't look at web apps I've designed them and see them broken in the IE context. 

I put this effort in to fix the bug as it is important that I reach a wide audience with the creations I make. However what pains me is I have to spend time doing this in the work context as do other developers. I've known developers to waste days troubleshooting Internet Explorer issues and it's not even like you have a version of Firebug for this product to make things easy. The money businesses must waste on getting web apps to work in Internet Explorer is criminal yet I see web apps that have been poorly designed that ONLY work in Internet Explorer and I see businesses that encourage their employees to USE Internet Explorer instead of better quality alternatives.

That topic aside I came across a link about Geneology and TiddlyWiki in a colleagues delicious feed ([[link|http://www.howcast.com/videos/112628-JLiki-How-To-Create-Your-Own-Genealogy-Wiki]] and it got me thinking about my old family tree that I made many years ago ([[Robson Family Tree|http://www.jonrobson.me.uk/familytree/familytreeindex.php]]) that I have meaning to "TiddlyWikify" for a while now. This got me thinking about TiddlyTagMindMap and how apart from the visual layout it could be used to display family trees. The annoying thing however is with the library I'm using the emphasis seems to be more on the animations it uses rather than the algorithms that layout the nodes and it got me thinking about creating a new library where you can specify functions for layouts based on child/parent positions. This would initially be just to create a simply flow chart style diagram but later functions for [[hyperbolic graphs|http://en.wikipedia.org/wiki/HyperbolicTree]] and radial graphs (the visualisation technique used in [[TiddlyTagMindMap]]) could be defined and each visualisation technique would be interchangeable. I think this would be essential but require some work :). Will keep you posted..
tags:
links:

Why straight people should care about LGBTI rights

<html>
<p>Yesterday was the launch of the new website for ILGA. I was not there and in my absence I recorded a personal message  which was played during the event explaining from a personal perspective how this project has affected me. On behalf of those who were also unable to make it, I have uploaded it for your viewing pleasure. For all those who were at the event I hope you enjoyed yourselves!</p>

<object width="400" height="300"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id=9067239&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" /><embed src="http://vimeo.com/moogaloop.swf?clip_id=9067239&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="400" height="300"></embed></object><p><a href="http://vimeo.com/9067239">Why straight people should care about LGBTI rights</a> from <a href="http://vimeo.com/user2427416">Jon Robson</a> on <a href="http://vimeo.com">Vimeo</a>.</p>

<h2>Transcription</h2>

<p>Hi my names Jon. I've been working for BT for just over 2 years now and I joined on their graduate program.</p>
<p>It might surprise a lot of BT Kaleidoscope (<a href="http://btkaleidoscope.co.uk/">BT's network for LGBTI people</a>) members that I'm actually straight. When I've had drinks with them previously I'm pretty sure most of them 
assumed that because I was hanging around with them I must be gay. I was one of them. And likewise i feel that when I talk to my friends and work colleagues about the work I'm doing I'm pretty sure they felt the same
I'm pretty sure that most of my friends now think I am gay as over the last year I've had a quite strange change in behaviour in that I've been talking about LGBT stuff quite a lot. When India decriminalized homosexuality 
for instance I was on Facebook and Twitter saying "yes it  is okay to be gay in India!". In hindsight maybe not the best idea.</p>

<p>
When I first joined this project I didn't really have any knowledge of LGBTI issues and what reason did I have. I'm straight and to  me LGBTI issues were exactly that they were issues for LGBTI people not for people like 
me. However when you reflect on it I'm sure many people in the audience have friends or work colleagues or maybe even family members that are gay. I personally do I have several friends from university, several friends I've 
made through this project and I know personally that if I took one of those people and put them in a country where the understanding of homosexuality was completely different from ours I know they would have a problem with that 
and it is quite a scary thought. Imagine that person you care about in a country like Uganda or Iran for instance.
</p><p>
I remember seeing the map for the first time. We took a PDF document - the state homophobia report - and inside this pdf document there was a list of all the laws and the legal status in all the countries around the world. We 
took that pdf document and put in on a map. I remember being shocked at seeing how many countries were red and said that homosexuality was illegal. I remember seeing another map which was punishments for male to male 
relationships and that really shocked me as I realised there were countries in the world that not only said that homosexuality was illegal - something i didn't even see as a crime - but they were saying this was a crime 
punishable by the death penalty.
</p><p>
The Your Stories section was particularly interesting for me. The Your Stories section allows anyone to come on the website and to publish a personal story about themselves and their life in a certain country. So for instance 
if you went to Italy and had a holiday there you could report back on how it was for you. Did people shun you in bars? Did you have issues in hotels because you wanted to share a bed? That sort of thing. There was one 
particular message on that section of the site which was particularly moving for me. It was from an Algerian guy he was 35 years old and he published a cry for help. He was saying he was close to suicide because of the 
homophobia and lack of acceptance he had just for being homosexuality. And as more and more people contribute to that section it really brings to life that these are more than just laws these are more than just writing on a 
piece of paper they make their lives horrible just by there very existence.
</p><p>
It strikes me that I'm not the only straight person that should care about these laws. I'm sure there are many politicians that are straight, straight people like me and I believe that these people haven't thought twice about 
these laws either, just like I hadn't before. What if one of those politicians had a son and that son came out as gay and has a really bad experience. is it only then that the politicians will take notice..
</p><p>

Being involved in this project has been quite a journey for me. I've come from this guy who has no awareness of LGBTI rights to someone who has a lot more knowledge then most people. Still to this day when I see things in the 
news about anything LGBTI related I notice it and I never would have noticed it before.
</p><p>
I really hope that when you leave this you will <a href='http://ilga.org'>look at the website</a>, look at all of the maps, read some of the articles and start that journey that I did.And please don't forget that what we are 
talking about here is love. I'm sure many people in the room, watching this video will agree that you can't help who you fall in love with. You are who you are and what right does a law 
or a country have to say that you can't love that person. And I'm sure many people in this room do have loved ones, people they care about that are gay. As straight people we need to care. </p>
</html>
tags:
links:

Work and Email and Colocation

I have recently begun to limit my e-mail usage and I've finding it quite productive for my work. I was finding too many distractions even after filtering out many of the regular e-mails I get with information on building works, what's going on in my line of business, what's going on in the graduate scheme I'm part of, what's going on in the world of my company. Very little of it is relevant to me, and overly worded with [[BB|Business Bullshit]] most of the time. I tend to check it a few times in the morning and a few in the afternoon and just code in between. Sadly though it's quite a lonely existence, as my team are vastly spread out over 2 countries so there is no one to chat to. All I have is a scrum call in the morning and any required phone calls/instant messenging conversations during the day.

I still haven't quite worked out how to fill that void in a non-colocated environment. If I get an answer I'll get back to you.
tags:

York

I spent 3 lovely years of my life here at The University of York and will always think of this place fondly.
tags:
links:

__THE_PROCESS_HAS_FORKED_AND_YOU_CANNOT_USE_THIS_COREFOUNDATION_FUNCTIONALITY___YOU_MUST_EXEC__()

Just sharing a very weird error message I have just troubleshooted. Suddenly my apache server starting playing up throwing an internal server error "__THE_PROCESS_HAS_FORKED_AND_YOU_CANNOT_USE_THIS_COREFOUNDATION_FUNCTIONALITY___YOU_MUST_EXEC__()" whenever I ran the command urllib.urlopen or urllib2.open.

It seemed that for some reason this was happening because  of a php module i was loading in my httpd.conf file
{{{
LoadModule php5_module        libexec/apache2/libphp5.so
}}}
Simply uncommented the line, and my problems went away. Computers can be weird sometimes. Would love some light shed on this if anyone has any suggestions why this happened!

tags:
links:

a php proxy script that uses curl and a proxy server

I'm not sure of how interesting this will be to my blog following, however this is a problem I continuously come up against in my javascript programming and even with lots of google it seems to take me ages to find a solution. So the problem is this - you have an application that needs to make ajax requests to an external server. To take a real example maybe you want to find out geographical details about the town of Billericay. To do this you can query the url http://ajax.googleapis.com/ajax/services/search/local?v=1.0&q=billericay 

To get this working on your website you need to workaround [[cross site scripting security|http://en.wikipedia.org/wiki/Cross-site_scripting]] as your website is unlikely to live on the same address as the script you need to call (in this example googleapis.com) To do this you need a proxy script. You create a file called proxy.php which looks at the external eg. the one above and prints the page contents. Now your query url becomes proxy.php?feed=http://ajax.googleapis.com/ajax/services/search/local%3Fv%3D1.0%26q%3Dbillericay - so you access the googleapi url through a webpage living on your own website. As a result, you now you get exactly the same result as the one above produces however now it lives on say jonrobson.me.uk/proxy.php so any page that also lives on jonrobson.me.uk can now access that data through javascript.

Anyway I'm probably talking rubbish now, like I usually am, and getting too techy. The problem is that most companies operate something called a proxy server which prevents employees from getting to pornographic websites, scan outbound content, log usage amongst many things. The proxy is usually configured on your browser level,and as a result your normal proxy.php script which does not use that proxy server typically cannot access any external websites without that proxy. So your code is now useless.

After a day and a half of agony, my colleague Simon McManus finally found a way that our proxy.php script could access websites using our internal networks server via curl using php. I'm pretty sure I will lose this code and that this code is of interest to others so I now paste it below for your viewing pleasure.
Hope it helps you like it helped me..
{{{

<?php
$feed = $_REQUEST['feed'];
$url = parse_url($feed);

// security checks 
$url = $feed;
// Attempt different proxy methods. 
$url =  str_replace(" ","%20",$url);

if(curl_version())
{
  $ch = curl_init($url);
  curl_setopt($ch, CURLOPT_FOLLOWLOCATION, true);
  curl_setopt($ch, CURLOPT_MAXREDIRS, 10); /* Max redirection to follow */

  curl_setopt($ch, CURLOPT_PROXY, "your.proxy.server:8080");
  curl_setopt($ch, CURLOPT_PROXYPORT, 8080);

  curl_exec($ch);
  $info = curl_getinfo($ch);
  curl_error($ch); 
  // HANDLE 301 redirects
  if($info['http_code']==301)
  {
  //echo $info['url'];
  }
  curl_close($ch);
  exit;

  } elseif(readfile()) 
  {
  readfile($feed);
  } else 
  {
  $params = array('http' => array(
  'method' => 'GET',
  'header'=> 'accept:application/json',
  'content' => $data));
  $ctx = stream_context_create($params);
  $fp = fopen($url, 'rb', false, $ctx);
  //echo $response = stream_get_contents($fp);

}

// in some situtations this needs to replace the above line. 
//echo $response = readExternalFile($feed);
?>

}}}
tags:
links:

art

My girlfriend and better half is an artist and I think she's pretty damn good, but I guess I am probably biased and know little about the subject, although I hear art is subjective ;-)

You can check out her art at [[strangeblanket art|http://www.flickr.com/photos/strangeblanket/]]. Feel free to give her an e-mail to tell her what you think I'm sure she'd appreciate it :)
tags:
links:

bad character encoding

this is a good reference : [[ascii characters|http://www.web-source.net/symbols.htm]]
tags:
links:

beer

If you're offering I will have one of the following..
Chimay (blue)
Leffe (brown)
Triple Karmeliet
Beer Lao

Good luck finding them though.
tags:
links:

bloggers

Some blogs I'd recommend:

JP Rangaswami has a cool blog that you can read here: http://www.confusedofcalcutta.com

Jeremy Ruston created [[TiddlyWiki]] without which I wouldn't have a cool website.
read his blog here: http://jermolene.com/
tags:
links:

chinatrip

ebookers
23/01-23/02
Fly with finnair london to seoul. Fly back from Hong Kong (415)
london to hong kong, seoul to london £492.89
london to hong kong, beijing to london £455.60*
Take the Jinchon Ferry from Incheon to Tianjin. It takes 26 hours, but it's 
interesting to sail across the Bohai Sea to get to China, after wards you can take a 
bus or a train to Beijing that's pretty cheap and takes like an hour.

jan 26th is chinese new year
tags:
links:

coffee

I drink too much of this stuff as you can see from all my tweets with the word coffee in it. It can't be healthy.
tags:
links:

couchsurfing

[[CouchSurfing|couchsurfing]] is a worldwide network for making connections between travelers and the local communities they visit.
You post a user profile that is accessible to everyone on the network.
You can search for "couches" in countries all over the world that you are travelling to and contact the owner of that couch to see if you can stay with them for a period of time. If the couch owner agrees you receive their address or details of how to meet them.
There is a feedback system to deal with people who abuse the system.

It's hard to explain really.. just have a look and try it. You might be impressed!
url: http://www.couchsurfing.com
tags:

curriculum vitae


tags:
links:

customer service


tags:
links:

data

Any data I find will be published here: [[geojson,kml,svg data|http://www.jonrobson.me.uk/development/data]]. I will get each file documented below by data type.

*kml
*json
**geojson
***World map [[geojson]]
tags:
links:

data visualisation

This is a subject I am greatly interested in as I believe the brain is much more receptive to data in the visual form rather than the textual form.

!Interesting Related Links
[[ibm many eyes|http://services.alphaworks.ibm.com/manyeyes/app]]
[[infostetics|http://infosthetics.com/]]
tags:
links:

decline of british community


tags:
links:

del.icio.us

http://del.icio.us/
tags:
links:

dependancy of e-mail


tags:
links:

e-mail


tags:
links:

explorettmm

<<tiddlytagmindmap labeldepth:2 popup:true focus:'data' width:500 height:400 startState:all  ignoreLoneNodes:true exclude:{{['excludeLists', 'imagetag','geotagged']}} zoom:200>>
tags:
links:

foo

test
tags:
links:

geocaching

[[wikipedia geocaching entry|http://en.wikipedia.org/wiki/Geocache]]
tags:
links:

geotagging

With geotagging you associate a tag with a physical location. read more on wikipedia [[http://en.wikipedia.org/wiki/Geotagging].




<<geo width:300 height:200>>

<<geogoto 52.059444 1.155556 10>>
tags:
links:

getting jinja2 on a locked down server

If you are having trouble installing jinja2 on your server (maybe you've got an error 
saying 'unable to execute gcc: permission denied') then you need to disable speedups when you install jinja2.

To do this run
python setup.py --without-speedups install
or remove from setup.py that says:
{{{
        'speedups': Feature("optional C speed-enhancements",
                Extension('jinja2._speedups', ['jinja2/_speedups.c'])

}}}
job done. jinja2 installed.
tags:
links:

google static maps


tags:
links:

googlebot

google bot only looks at the first 100k or your file...? interesting..
tags:
links:

how to create a diff

diff -u path/to/original path/to/new > my.patch
tags:
links:

how to embed the ILGA map on your website

doing this is actually quite simple if you know a little about html. [[Here|/static/development/ilgabadge/demo.html]] I am embedding the map on my own website. I am doing this with a simple bit of source code shown below. Copy and paste it on to your own website to do the same. There are ways to set the themes shown in the dropdown as well as ways to focus the map on a certain country. If you are interested in this please contact me over twitter or email.
{{{
<script type='text/javascript' src='http://ilga.org/ilga/static/javascript/embedmap.js'></script>
<script type='text/javascript'>
  new ILGAMap({width:200,height:200});
</script>

</pre>
}}}
tags:
links:

ilga

I worked on a new website for ILGA, the International Gay Lesbian Association. The website highlights legal status of LGBTI issues in various countries 
through an HTML 5 map (made in canvas by myself) and promotes awareness through articles and user contributions. [[Read the press release|http://www.btplc.com/Innovation/News/travel.htm]] and read [[The story of ILGA, Osmosoft and Me]] as well as my take on [[Why straight people should care about LGBTI rights]].

Want the map on your website..?
tags:

image tagging


tags:
links:

instant messaging


tags:
links:

javascript

A magical scripting language that makes alot of stuff happen in this 
website.
tags:
links:

jquery


tags:
links:

location encoding

[[KML Reference|http://code.google.com/apis/kml/documentation/kmlreference.html]]
tags:
links:

logrotate

Log rotate allows you in a linux environment to compress and backup log files which can otherwise get huge and take up your disk space.

it is detailed here: http://linuxcommand.org/man_pages/logrotate8.html

Usually logrotate runs as cron daily command

Example:
{{{

#global options compress the file
compress

#lines 6-7 go through 5 weekly rotations before moving
$PATH_TO_FILENAME {
  rotate 5
  weekly
  create 755 www-data www-data
}
}}}

This will backup the file at $PATH_TO_FILENAME on a weekly basis and every 5 times will delete the oldest backup - so at most in this case you will have backups for the last 5 weeks. When the file is backed up it is removed. The create command allows you to create a new version of the file with chosen permissions and user+ group.
tags:
links:

make www.jonrobson.me.uk redirect to jonrobson.me.uk for virtual host

The following worked for me. In my <VirtualHost *:*> definition I first put
ServerAlias jonrobson.me.uk
ServerAlias www.jonrobson.me.uk

at the top of the file under ServerName jonrobson.me.uk

I also stuck in:
	Options +FollowSymLinks
	RewriteEngine on
	RewriteCond %{SERVER_NAME} !^(jonrobson\.me\.uk|$) [NC]
	RewriteRule ^(.*)$ http://jonrobson.me.uk$1 [R=301]

Problem solved.. for me anyway.
tags:
links:

making tiddlywiki plugins


tags:
links:

mapping

!interesting map based mashups
http://maps.met.police.uk/
tags:
links:

meta-data


tags:
links:

myinterests

I enjoy quite a few things. These are listed as tags.
tags:
links:

offline maps


tags:
links:

on-demand TV


tags:
links:

opensource


tags:
links:

opensource visualisation code


tags:
links:

openstreetmap


tags:
links:

osmosoft

The company I work for as of October 2008. Here is a photo of the team.
[img[/images/osmosoft.jpg]]

find out more about us at the [[Osmosoft official website|http://www.osmosoft.com]]
tags:
links:

personal profile


tags:
links:

pointless conversations


tags:
links:

pypi tiddlyweb packaging spree

So I've been on a bit of a packaging spree the last few weeks, the result is several usable TiddlyWeb packages that should be relatively easy for users to install to their TiddlyWeb instance and get up and running. Many of these are outcomes of other projects I've been working on including a TiddlyWeb which supports voting (more on this later), the work done on [[ILGA|http://ilga.org]], Osmosoft hack days and work on this blog.

So along with [[tiddlywebplugins.geofilters|Less Than Greater Than and Geofilter TiddlyWeb Plugins]] which I talked about in my previous blog post (Less Than Greater Than has since proved redundant in the grand schemes of things due to an improvement in the TiddlyWeb core since it was written... note that geofilters has been updated accordingly), there is also now [[tiddlywebplugins.voting|http://pypi.python.org/pypi/tiddlywebplugins.voting]], [[tiddlywebplugins.twanagerutils|http://pypi.python.org/pypi/tiddlywebplugins.twanagerutils/]] and [[tiddlywebplugins.imrss|http://pypi.python.org/pypi/tiddlywebplugins.imrss]]. All come with tests and provide various enhancements to your TiddlyWeb.

[[TwanagerUtils|http://pypi.python.org/pypi/tiddlywebplugins.twanagerutils/]] is a utility package that could prove useful to people who spend a lot of time managing TiddlyWeb on the command line. It packages up various batch jobs into nice commands. For instance say you just downloaded a TiddlyWiki plugin that assumed you were using fields on your tiddlers "geo.long" and "geo.lat" and plotted tiddlers on a map. Say you already had data in your TiddlyWiki/TiddlyWeb that used the fields "longitude" and "latitude" but stored the same data. Booting up your new TiddlyWeb with this plugin you could run {{{renamefield mybag longitude geo.long}}} {{{renamefield mybag latitude geo.lat}}}and straight away your TiddlyWiki would be prepped for using this plugin. It also supplies other useful methods for making all tags in a TiddlyWiki lowercase/uppercase/whitespace free, a method for mapping tags to other tags and methods for removing fields.

[[imrss|http://pypi.python.org/pypi/tiddlywebplugins.imrss]] is a twanager plugin that allows you to import rss/atom feeds into a bag. When teamed up with a cron job it provides you with a powerful method to aggregate content. Essentially the rules are simple - an atom item which looks like this:
{{{
<entry>

	<title>jon wrote a blog post</title>
	<link href="http://jonrobson.me.uk/foo.html" />
	<updated>2001-12-13T18:30:02Z</updated>
	<summary>Description of blog post.</summary>

	<georss:where>
    <gml:Point>
      <gml:pos>51.023 0.429</gml:pos>
    </gml:Point>
  </georss:where>

</entry>
}}}
maps on to a tiddler that looks like this (note that the title is made url friendly):
{{{
title: http___jonrobson_me_uk_foo_html
geo.lat: 51.023
geo.long: 0.429
heading: jon wrote a blog post

Description of blog post
}}}
There are ways to get tags and images into the tiddler from the feed just using standard rss/atom namespaces. It should be pretty logical to a user. If it doesn't work how you expect, give me a nudge and I'll tell you why and/or fix up the tool to do it. Advanced users with some python knowledge can tweak it to also carry out variations of the rss item -> tiddler method to meet their own customised TiddlyWeb needs.

[[tiddlyvoting|http://pypi.python.org/pypi/tiddlywebplugins.tiddlyvoting]] is a plugin aimed at rating tiddlers. Once installed it provides the url tiddlyvoting which can be posted to to rate tiddlers. Say for instance you had a collection of 'films' which you stored in a bag called 'films' and a user wanted to rate a film (a tiddler) in that bag (which he was able to read) called "Kill Bill". Typically you might not want to give that user permission to also edit the title of the film or the blurb that you store in it. TiddlyVoting provides a way to bypass the security of a bag to update special fields. Accessing the url {{{/tiddlyvoting?tiddler=kill bill&bag=films&value=-2}}} for instance would update the tiddler with title "Kill Bill" in the bag "films" with the value -2. This value is used to fuel currently 3 fields on any given tiddler: tiddlyvoting.increment (a grand total of all values passed to tiddlyvoting), tiddlyvoting.average (the average value of all values passed to it) and tiddlyvoting.mode (the most commonly passed value). All values passed must be integers and all votes are logged in a bag called tiddlyvoting. It's a bit more complicated then that but hopefully that's enough of an introduction.

I'm hoping you will find these packaged plugins useful. Any questions just holler...
tags:

relaxing of domain names


tags:
links:

rsa public key

!Find it on a mac
{{{cd ~/.ssh}}}
tags:
links:

scp

scp is a command that allows you to upload files from your local machine to a server using the 
terminal.
The following:
scp arrow.html jonrobs1@www.jonrobson.me.uk:www/development

will upload the file arrow.html to this website into the development folder. You'll have to know 
the password though :)
tags:
links:

search

These are notes I've made for myself about search.

IF your designing a search engine this is quite a good link for some tips:
http://www.useit.com/alertbox/9605.html
tags:
links:

software development

!Agile
http://en.wikipedia.org/wiki/Agile_software_development

!Waterfall (a bit like your granddad)
http://en.wikipedia.org/wiki/Waterfall_model
tags:
links:

stumbleupon

http://www.stumbleupon.com/
tags:
links: